Create a stronger presenes of the IEEE article.
This commit is contained in:
parent
a3cd9ce929
commit
6d113c8ac6
24
config.yaml
24
config.yaml
|
@ -85,7 +85,6 @@ params:
|
|||
url: https://www.youtube.com/watch?v=EfTbTg3KRqc
|
||||
- title: more videos...
|
||||
url: https://www.youtube.com/channel/UCtDHzDfhyvnAb8CFmdwucUA
|
||||
|
||||
section1:
|
||||
title: A Powerful Low Code Platform
|
||||
subtitle: Build your first diagram in minutes. But don't let the simplicity fool you. SpiffWorkflow is a powerful platform that can handle the most complex of business processes.
|
||||
|
@ -94,20 +93,23 @@ params:
|
|||
buttonLink: https://www.youtube.com/watch?v=876q2s5fwUY&t=1s
|
||||
contact: true
|
||||
science:
|
||||
title: In the Press and in the Literature
|
||||
title: Case Study
|
||||
subtitle: Featured in IEEE Software, Jan 2023
|
||||
quotes:
|
||||
- quote: "We discuss the concept of low-code software tools. Dan also talks about how SpiffWorkflow aims at getting non-developers within an organization involved in development."
|
||||
citation: "The Real Python Podcast with Christopher Bailey, February 2023"
|
||||
image: /images/podcast.avif
|
||||
link: https://realpython.com/podcasts/rpp/144/
|
||||
- quote: "How our software development team used an open source Python library and the popular modeling notation, BPMN, to shed light on a set of complex approval processes at a university."
|
||||
citation: "D. Funk, \"Creating a Low-Code Business Process Execution Platform With Python, BPMN, and DMN,\" in IEEE Software, vol. 40, no. 1, pp. 9-17, Jan.-Feb. 2023, doi: 10.1109/MS.2022.3212033."
|
||||
image: /images/ieee.png
|
||||
link: https://ieeexplore.ieee.org/document/9994228
|
||||
- quote: "By using the **SpiffWorkflow** Engine, it will allow non-developers to describe complex workflow processes in a visual diagram, coupled with a powerful python script engine that works seamlessly within the diagrams"
|
||||
citation: "Lin, Peiwen, et al. \"Realization of AGV Task Management.\" 2022 IEEE International Conference on Mechatronics and Automation (ICMA). IEEE, 2022."
|
||||
image: /images/mechatronics.png
|
||||
link: https://ieeexplore.ieee.org/document/9856349
|
||||
link: /ieee_spiffworkflow_article.pdf
|
||||
buttonText: Download Now
|
||||
science2:
|
||||
title: Listen to the Pod Cast
|
||||
subtitle: Featured on The Real Python Podcast, Feburary 2023
|
||||
quotes:
|
||||
- quote: "We discuss the concept of low-code software tools. Dan also talks about how SpiffWorkflow aims at getting non-developers within an organization involved in development."
|
||||
citation: "The Real Python Podcast with Christopher Bailey, February 2023"
|
||||
image: /images/podcast.avif
|
||||
link: https://realpython.com/podcasts/rpp/144/
|
||||
buttonText: Listen Now
|
||||
section2:
|
||||
title: A Thriving Open Source Community
|
||||
subtitle: We are open source, releasing much of our software under the LGPLv3. We welcome contributions from the community and are happy to help you get started. We make contributions to the open source community on a daily basis.
|
||||
|
|
|
@ -13,6 +13,8 @@
|
|||
{{ partial "section2.html" . }}
|
||||
{{ end }}
|
||||
|
||||
{{ partial "science2.html" . }}
|
||||
|
||||
{{ if .Site.Params.contact }}
|
||||
{{ partial "contact.html" . }}
|
||||
{{ end }}
|
||||
|
|
|
@ -13,25 +13,18 @@
|
|||
</div>
|
||||
|
||||
<div class="content-wrapper">
|
||||
<div class="owl-carousel owl-carousel-reference">
|
||||
{{- range $quotes }}
|
||||
<div class="science-item">
|
||||
{{ if .image }}
|
||||
<a target="_blank" href="{{ .link }}">
|
||||
<img src="{{ .image }}" class="reference_image"/>
|
||||
</a>
|
||||
{{ end }}
|
||||
<figure class="reference">
|
||||
<blockquote>
|
||||
{{ .quote | markdownify }}
|
||||
</blockquote>
|
||||
<div class="citation">
|
||||
<h5>{{ .citation }}</h5>
|
||||
</div>
|
||||
</figure>
|
||||
</div>
|
||||
<figure class="reference">
|
||||
<blockquote>
|
||||
{{ .quote }}
|
||||
</blockquote>
|
||||
<div class="author">
|
||||
<a href="{{ .link }}"><img src="{{ .image }}" alt=""/></a>
|
||||
<br/>
|
||||
<a href="{{ .link }}" class="button btn-align-md accent-btn raised">{{ .buttonText }}</a>
|
||||
</div>
|
||||
</figure>
|
||||
{{- end }}
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
|
|
@ -0,0 +1,33 @@
|
|||
{{- $science := .Site.Params.science2 }}
|
||||
{{- $title := index $science "title" }}
|
||||
{{- $subtitle := index $science "subtitle" }}
|
||||
{{- $quotes := index $science "quotes" }}
|
||||
<section class="section is-medium section-secondary" id="section4">
|
||||
<div class="container">
|
||||
|
||||
<div class="title-wrapper has-text-centered">
|
||||
<h2 class="title is-2 light-text is-spaced">{{ $title }}</h2>
|
||||
{{- with $subtitle }}
|
||||
<h3 class="subtitle is-muted light-text">{{ . }}</h3>
|
||||
{{- end }}
|
||||
</div>
|
||||
|
||||
<div class="content-wrapper">
|
||||
{{- range $quotes }}
|
||||
<figure class="reference">
|
||||
<blockquote>
|
||||
{{ .quote }}
|
||||
</blockquote>
|
||||
<div class="author">
|
||||
<a href="{{ .link }}"><img src="{{ .image }}" alt=""/></a>
|
||||
<br/>
|
||||
<a href="{{ .link }}" class="button btn-align-md accent-btn raised">{{ .buttonText }}</a>
|
||||
</div>
|
||||
</figure>
|
||||
{{- end }}
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
|
||||
|
Binary file not shown.
|
@ -289,57 +289,21 @@
|
|||
<div class="container">
|
||||
|
||||
<div class="title-wrapper has-text-centered">
|
||||
<h2 class="title is-2 light-text is-spaced">In the Press and in the Literature</h2>
|
||||
<h2 class="title is-2 light-text is-spaced">Case Study</h2>
|
||||
<h3 class="subtitle is-muted light-text">Featured in IEEE Software, Jan 2023</h3>
|
||||
</div>
|
||||
|
||||
<div class="content-wrapper">
|
||||
<div class="owl-carousel owl-carousel-reference">
|
||||
<div class="science-item">
|
||||
|
||||
<a target="_blank" href="https://realpython.com/podcasts/rpp/144/">
|
||||
<img src="/images/podcast.avif" class="reference_image"/>
|
||||
</a>
|
||||
|
||||
<figure class="reference">
|
||||
<blockquote>
|
||||
We discuss the concept of low-code software tools. Dan also talks about how SpiffWorkflow aims at getting non-developers within an organization involved in development.
|
||||
</blockquote>
|
||||
<div class="citation">
|
||||
<h5>The Real Python Podcast with Christopher Bailey, February 2023</h5>
|
||||
</div>
|
||||
</figure>
|
||||
</div>
|
||||
<div class="science-item">
|
||||
|
||||
<a target="_blank" href="https://ieeexplore.ieee.org/document/9994228">
|
||||
<img src="/images/ieee.png" class="reference_image"/>
|
||||
</a>
|
||||
|
||||
<figure class="reference">
|
||||
<blockquote>
|
||||
How our software development team used an open source Python library and the popular modeling notation, BPMN, to shed light on a set of complex approval processes at a university.
|
||||
</blockquote>
|
||||
<div class="citation">
|
||||
<h5>D. Funk, "Creating a Low-Code Business Process Execution Platform With Python, BPMN, and DMN," in IEEE Software, vol. 40, no. 1, pp. 9-17, Jan.-Feb. 2023, doi: 10.1109/MS.2022.3212033.</h5>
|
||||
</div>
|
||||
</figure>
|
||||
</div>
|
||||
<div class="science-item">
|
||||
|
||||
<a target="_blank" href="https://ieeexplore.ieee.org/document/9856349">
|
||||
<img src="/images/mechatronics.png" class="reference_image"/>
|
||||
</a>
|
||||
|
||||
<figure class="reference">
|
||||
<blockquote>
|
||||
By using the <strong>SpiffWorkflow</strong> Engine, it will allow non-developers to describe complex workflow processes in a visual diagram, coupled with a powerful python script engine that works seamlessly within the diagrams
|
||||
</blockquote>
|
||||
<div class="citation">
|
||||
<h5>Lin, Peiwen, et al. "Realization of AGV Task Management." 2022 IEEE International Conference on Mechatronics and Automation (ICMA). IEEE, 2022.</h5>
|
||||
</div>
|
||||
</figure>
|
||||
</div>
|
||||
</div>
|
||||
<figure class="reference">
|
||||
<blockquote>
|
||||
How our software development team used an open source Python library and the popular modeling notation, BPMN, to shed light on a set of complex approval processes at a university.
|
||||
</blockquote>
|
||||
<div class="author">
|
||||
<a href="/ieee_spiffworkflow_article.pdf"><img src="/images/ieee.png" alt=""/></a>
|
||||
<br/>
|
||||
<a href="/ieee_spiffworkflow_article.pdf" class="button btn-align-md accent-btn raised">Download Now</a>
|
||||
</div>
|
||||
</figure>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
@ -414,6 +378,34 @@
|
|||
|
||||
|
||||
|
||||
<section class="section is-medium section-secondary" id="section4">
|
||||
<div class="container">
|
||||
|
||||
<div class="title-wrapper has-text-centered">
|
||||
<h2 class="title is-2 light-text is-spaced">Listen to the Pod Cast</h2>
|
||||
<h3 class="subtitle is-muted light-text">Featured on The Real Python Podcast, Feburary 2023</h3>
|
||||
</div>
|
||||
|
||||
<div class="content-wrapper">
|
||||
<figure class="reference">
|
||||
<blockquote>
|
||||
We discuss the concept of low-code software tools. Dan also talks about how SpiffWorkflow aims at getting non-developers within an organization involved in development.
|
||||
</blockquote>
|
||||
<div class="author">
|
||||
<a href="https://realpython.com/podcasts/rpp/144/"><img src="/images/podcast.avif" alt=""/></a>
|
||||
<br/>
|
||||
<a href="https://realpython.com/podcasts/rpp/144/" class="button btn-align-md accent-btn raised">Listen Now</a>
|
||||
</div>
|
||||
</figure>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<section class="section section-light-grey is-medium" id="contact">
|
||||
<div class="container">
|
||||
<div class="title-wrapper has-text-centered">
|
||||
|
@ -609,7 +601,7 @@
|
|||
<div class="container">
|
||||
<div class="title-wrapper has-text-centered">
|
||||
<h2 class="title is-2 is-spaced">News Letter</h2>
|
||||
<h3 class="subtitle is-5 is-muted">Join our mailing list to get quarterly updates on our progress, and get a <b>FREE POSTER</b> with a BPMN cheat-sheet specific to SpiffWorkflow.</h3>
|
||||
<h3 class="subtitle is-5 is-muted">Join our mailing list to get quarterly updates on our progress.</h3>
|
||||
<div class="divider is-centered"></div>
|
||||
</div>
|
||||
<script charset="utf-8" type="text/javascript" src="//js.hsforms.net/forms/embed/v2.js"></script>
|
||||
|
|
|
@ -18,10 +18,10 @@ $(document).ready(function(){
|
|||
}
|
||||
});
|
||||
$(".owl-carousel-reference").owlCarousel({
|
||||
items:1,
|
||||
loop:true,
|
||||
items:2,
|
||||
loop:false,
|
||||
margin:10,
|
||||
autoplay:true,
|
||||
autoplay:false,
|
||||
autoplayTimeout:6000,
|
||||
autoplayHoverPause:true
|
||||
});
|
||||
|
|
|
@ -218,6 +218,83 @@
|
|||
|
||||
<div class="list-container">
|
||||
|
||||
<div class="item-container">
|
||||
<section class="item">
|
||||
<div class="item-thumbnail">
|
||||
<a href="/pages/contact_thankyou/">
|
||||
|
||||
<img src="/images/opengraph/enterprise.png" alt="Thumbnail">
|
||||
|
||||
</a>
|
||||
</div>
|
||||
<div class="item-text">
|
||||
<a href="/pages/contact_thankyou/">
|
||||
<p class="title">Thank you</p>
|
||||
</a>
|
||||
<div class="brief">
|
||||
<p>
|
||||
|
||||
Thank you for your interest !
|
||||
We will be in touch shortly! We will reach back out to you soon, and schedule a time for us to talk. We’re looking forward to meeting you.
|
||||
While you wait … You might want to checkout our demo site at SpiffDemo.org. You can visit the site right now and create an account using your Google, Linked In or GitHub account where you will be able to see many examples of the types of workflows that are possible.
|
||||
|
||||
</p>
|
||||
</div>
|
||||
<div class="meta">
|
||||
<p>
|
||||
<span>Apr 1, 2024</span>
|
||||
<span>
|
||||
By
|
||||
|
||||
|
||||
</span>
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</section>
|
||||
|
||||
</div>
|
||||
|
||||
<div class="item-container">
|
||||
<section class="item">
|
||||
<div class="item-thumbnail">
|
||||
<a href="/pages/newsletter_thankyou/">
|
||||
|
||||
<img src="/images/opengraph/enterprise.png" alt="Thumbnail">
|
||||
|
||||
</a>
|
||||
</div>
|
||||
<div class="item-text">
|
||||
<a href="/pages/newsletter_thankyou/">
|
||||
<p class="title">Thank you</p>
|
||||
</a>
|
||||
<div class="brief">
|
||||
<p>
|
||||
|
||||
Thank you for your interest !
|
||||
We will keep you posted on updates and changes to our Application via email to .
|
||||
Free PDF CheatSheet As a small thank you, here is a link to our SpiffWorkflow Cheat Sheet - a PDF with hints and tips on how to get the most out of SpiffWorkflow. Click on the image below to download.
|
||||
What’s next? Now that you are signed up for our mailing list you might want to checkout our demo site and SpiffDemo.
|
||||
|
||||
</p>
|
||||
</div>
|
||||
<div class="meta">
|
||||
<p>
|
||||
<span>Apr 1, 2024</span>
|
||||
<span>
|
||||
By
|
||||
|
||||
|
||||
</span>
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</section>
|
||||
|
||||
</div>
|
||||
|
||||
<div class="item-container">
|
||||
<section class="item">
|
||||
<div class="item-thumbnail">
|
||||
|
@ -478,45 +555,6 @@ By visiting the Sites, or using any of our Services, you agree that your persona
|
|||
|
||||
</div>
|
||||
|
||||
<div class="item-container">
|
||||
<section class="item">
|
||||
<div class="item-thumbnail">
|
||||
<a href="/pages/contact_thankyou/">
|
||||
|
||||
<img src="/images/opengraph/enterprise.png" alt="Thumbnail">
|
||||
|
||||
</a>
|
||||
</div>
|
||||
<div class="item-text">
|
||||
<a href="/pages/contact_thankyou/">
|
||||
<p class="title">Thank you</p>
|
||||
</a>
|
||||
<div class="brief">
|
||||
<p>
|
||||
|
||||
Thank you for your interest !
|
||||
We will keep you posted on updates and changes to our Demo site via email to .
|
||||
A Special Thank You! As a small thank you, here is a link to our SpiffWorkflow Cheat Sheet - a PDF with hints and tips on how to get the most out of SpiffWorkflow. Click on the image below to download.
|
||||
What’s next? Check out our
|
||||
|
||||
</p>
|
||||
</div>
|
||||
<div class="meta">
|
||||
<p>
|
||||
<span>Jan 2, 2023</span>
|
||||
<span>
|
||||
By
|
||||
|
||||
|
||||
</span>
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</section>
|
||||
|
||||
</div>
|
||||
|
||||
<div class="item-container">
|
||||
<section class="item">
|
||||
<div class="item-thumbnail">
|
||||
|
@ -555,45 +593,6 @@ We will keep you posted on updates and changes to our Demo site via email to .
|
|||
|
||||
</div>
|
||||
|
||||
<div class="item-container">
|
||||
<section class="item">
|
||||
<div class="item-thumbnail">
|
||||
<a href="/pages/newsletter_thankyou/">
|
||||
|
||||
<img src="/images/opengraph/enterprise.png" alt="Thumbnail">
|
||||
|
||||
</a>
|
||||
</div>
|
||||
<div class="item-text">
|
||||
<a href="/pages/newsletter_thankyou/">
|
||||
<p class="title">Thank you</p>
|
||||
</a>
|
||||
<div class="brief">
|
||||
<p>
|
||||
|
||||
Thank you for your interest !
|
||||
We will keep you posted on updates and changes to our Demo site via email to .
|
||||
A Special Thank You! As a small thank you, here is a link to our SpiffWorkflow Cheat Sheet - a PDF with hints and tips on how to get the most out of SpiffWorkflow. Click on the image below to download.
|
||||
What’s next? Check out our
|
||||
|
||||
</p>
|
||||
</div>
|
||||
<div class="meta">
|
||||
<p>
|
||||
<span>Jan 2, 2023</span>
|
||||
<span>
|
||||
By
|
||||
|
||||
|
||||
</span>
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</section>
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
|
|
@ -6,8 +6,22 @@
|
|||
<description>Recent content in Pages on SpiffWorkflow</description>
|
||||
<generator>Hugo -- gohugo.io</generator>
|
||||
<language>en-us</language>
|
||||
<lastBuildDate>Mon, 02 Oct 2023 10:00:00 -0500</lastBuildDate>
|
||||
<lastBuildDate>Mon, 01 Apr 2024 10:05:00 -0500</lastBuildDate>
|
||||
<atom:link href="http://localhost:1313/pages/index.xml" rel="self" type="application/rss+xml" />
|
||||
<item>
|
||||
<title>Thank you</title>
|
||||
<link>http://localhost:1313/pages/contact_thankyou/</link>
|
||||
<pubDate>Mon, 01 Apr 2024 10:05:00 -0500</pubDate>
|
||||
<guid>http://localhost:1313/pages/contact_thankyou/</guid>
|
||||
<description>Thank you for your interest !
We will be in touch shortly! We will reach back out to you soon, and schedule a time for us to talk. We&rsquo;re looking forward to meeting you.
While you wait &hellip; You might want to checkout our demo site at SpiffDemo.org. You can visit the site right now and create an account using your Google, Linked In or GitHub account where you will be able to see many examples of the types of workflows that are possible.</description>
|
||||
</item>
|
||||
<item>
|
||||
<title>Thank you</title>
|
||||
<link>http://localhost:1313/pages/newsletter_thankyou/</link>
|
||||
<pubDate>Mon, 01 Apr 2024 10:05:00 -0500</pubDate>
|
||||
<guid>http://localhost:1313/pages/newsletter_thankyou/</guid>
|
||||
<description>Thank you for your interest !
We will keep you posted on updates and changes to our Application via email to .
Free PDF CheatSheet As a small thank you, here is a link to our SpiffWorkflow Cheat Sheet - a PDF with hints and tips on how to get the most out of SpiffWorkflow. Click on the image below to download.
What&rsquo;s next? Now that you are signed up for our mailing list you might want to checkout our demo site and SpiffDemo.</description>
|
||||
</item>
|
||||
<item>
|
||||
<title>SpiffWorkflow's Open Source Code</title>
|
||||
<link>http://localhost:1313/pages/open_source/</link>
|
||||
|
@ -57,13 +71,6 @@
|
|||
<guid>http://localhost:1313/pages/privacy_policy/</guid>
|
||||
<description>EFFECTIVE DATE: 2023-05-26
In this Privacy Policy (“Policy”), we describe how Sartography (&ldquo;Sartography&rdquo;, &ldquo;Sartography LLC&rdquo;, “SpiffWorkflow,” &ldquo;SpiffDemo,&rdquo; “we,” or “us”) collects, uses, and discloses information that we obtain about visitors to our websites https://spiffworkflow.org and https://spiffdemo.org (together the “Sites”) and the services available through our Sites (collectively, the “Services”).
By visiting the Sites, or using any of our Services, you agree that your personal information will be handled as described in this Policy.</description>
|
||||
</item>
|
||||
<item>
|
||||
<title>Thank you</title>
|
||||
<link>http://localhost:1313/pages/contact_thankyou/</link>
|
||||
<pubDate>Mon, 02 Jan 2023 10:05:00 -0500</pubDate>
|
||||
<guid>http://localhost:1313/pages/contact_thankyou/</guid>
|
||||
<description>Thank you for your interest !
We will keep you posted on updates and changes to our Demo site via email to .
A Special Thank You! As a small thank you, here is a link to our SpiffWorkflow Cheat Sheet - a PDF with hints and tips on how to get the most out of SpiffWorkflow. Click on the image below to download.
What&rsquo;s next? Check out our</description>
|
||||
</item>
|
||||
<item>
|
||||
<title>Thank you</title>
|
||||
<link>http://localhost:1313/pages/enterprise_thankyou/</link>
|
||||
|
@ -71,13 +78,6 @@
|
|||
<guid>http://localhost:1313/pages/enterprise_thankyou/</guid>
|
||||
<description>Thank you for your interest !
Our demo site is hosted on SpiffDemo.org. You will be redirected to the site in 10 seconds where you can create a new account through popular single sign on systems such as Google, Linked In or GitHub.
We will keep you posted on updates and changes to our Demo site via email to .</description>
|
||||
</item>
|
||||
<item>
|
||||
<title>Thank you</title>
|
||||
<link>http://localhost:1313/pages/newsletter_thankyou/</link>
|
||||
<pubDate>Mon, 02 Jan 2023 10:05:00 -0500</pubDate>
|
||||
<guid>http://localhost:1313/pages/newsletter_thankyou/</guid>
|
||||
<description>Thank you for your interest !
We will keep you posted on updates and changes to our Demo site via email to .
A Special Thank You! As a small thank you, here is a link to our SpiffWorkflow Cheat Sheet - a PDF with hints and tips on how to get the most out of SpiffWorkflow. Click on the image below to download.
What&rsquo;s next? Check out our</description>
|
||||
</item>
|
||||
<item>
|
||||
<title>Thank you</title>
|
||||
<link>http://localhost:1313/pages/thankyou/</link>
|
||||
|
|
|
@ -0,0 +1,932 @@
|
|||
<?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 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"
|
||||
width="1147px" height="1147px" viewBox="0 0 1147 1147" enable-background="new 0 0 1147 1147" xml:space="preserve">
|
||||
<rect x="0" y="0" width="1147" height="1147" fill="rgb(17,108,134)" /><g transform="translate(62,62)"><g transform="translate(248,0) scale(0.31,0.31)"><g transform="" style="fill: rgb(255, 255, 255);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(310,0) scale(0.31,0.31)"><g transform="" style="fill: rgb(255, 255, 255);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(403,0) scale(0.31,0.31)"><g transform="" style="fill: rgb(255, 255, 255);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(434,0) scale(0.31,0.31)"><g transform="" style="fill: rgb(255, 255, 255);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(465,0) scale(0.31,0.31)"><g transform="" style="fill: rgb(255, 255, 255);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(558,0) scale(0.31,0.31)"><g transform="" style="fill: rgb(255, 255, 255);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(682,0) scale(0.31,0.31)"><g transform="" style="fill: rgb(255, 255, 255);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(713,0) scale(0.31,0.31)"><g transform="" style="fill: rgb(255, 255, 255);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(279,31) scale(0.31,0.31)"><g transform="" style="fill: rgb(255, 255, 255);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(310,31) scale(0.31,0.31)"><g transform="" style="fill: rgb(255, 255, 255);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(403,31) scale(0.31,0.31)"><g transform="" style="fill: rgb(255, 255, 255);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(434,31) scale(0.31,0.31)"><g transform="" style="fill: rgb(255, 255, 255);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(496,31) scale(0.31,0.31)"><g transform="" style="fill: rgb(255, 255, 255);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(558,31) scale(0.31,0.31)"><g transform="" style="fill: rgb(255, 255, 255);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(589,31) scale(0.31,0.31)"><g transform="" style="fill: rgb(255, 255, 255);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(310,62) scale(0.31,0.31)"><g transform="" style="fill: rgb(255, 255, 255);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(341,62) scale(0.31,0.31)"><g transform="" style="fill: rgb(255, 255, 255);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(372,62) scale(0.31,0.31)"><g transform="" style="fill: rgb(255, 255, 255);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(434,62) scale(0.31,0.31)"><g transform="" style="fill: rgb(255, 255, 255);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(527,62) scale(0.31,0.31)"><g transform="" style="fill: rgb(255, 255, 255);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(558,62) scale(0.31,0.31)"><g transform="" style="fill: rgb(255, 255, 255);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(589,62) scale(0.31,0.31)"><g transform="" style="fill: rgb(255, 255, 255);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(651,62) scale(0.31,0.31)"><g transform="" style="fill: rgb(255, 255, 255);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(248,93) scale(0.31,0.31)"><g transform="" style="fill: rgb(255, 255, 255);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(279,93) scale(0.31,0.31)"><g transform="" style="fill: rgb(255, 255, 255);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(310,93) scale(0.31,0.31)"><g transform="" style="fill: rgb(255, 255, 255);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(341,93) scale(0.31,0.31)"><g transform="" style="fill: rgb(255, 255, 255);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(465,93) scale(0.31,0.31)"><g transform="" style="fill: rgb(255, 255, 255);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(496,93) scale(0.31,0.31)"><g transform="" style="fill: rgb(255, 255, 255);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(527,93) scale(0.31,0.31)"><g transform="" style="fill: rgb(255, 255, 255);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(589,93) scale(0.31,0.31)"><g transform="" style="fill: rgb(255, 255, 255);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(651,93) scale(0.31,0.31)"><g transform="" style="fill: rgb(255, 255, 255);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(682,93) scale(0.31,0.31)"><g transform="" style="fill: rgb(255, 255, 255);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(713,93) scale(0.31,0.31)"><g transform="" style="fill: rgb(255, 255, 255);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(248,124) scale(0.31,0.31)"><g transform="" style="fill: rgb(255, 255, 255);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(310,124) scale(0.31,0.31)"><g transform="" style="fill: rgb(255, 255, 255);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(496,124) scale(0.31,0.31)"><g transform="" style="fill: rgb(255, 255, 255);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(589,124) scale(0.31,0.31)"><g transform="" style="fill: rgb(255, 255, 255);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(682,124) scale(0.31,0.31)"><g transform="" style="fill: rgb(255, 255, 255);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(248,155) scale(0.31,0.31)"><g transform="" style="fill: rgb(255, 255, 255);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(279,155) scale(0.31,0.31)"><g transform="" style="fill: rgb(255, 255, 255);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(372,155) scale(0.31,0.31)"><g transform="" style="fill: rgb(255, 255, 255);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(465,155) scale(0.31,0.31)"><g transform="" style="fill: rgb(255, 255, 255);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(527,155) scale(0.31,0.31)"><g transform="" style="fill: rgb(255, 255, 255);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(620,155) scale(0.31,0.31)"><g transform="" style="fill: rgb(255, 255, 255);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(713,155) scale(0.31,0.31)"><g transform="" style="fill: rgb(255, 255, 255);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(744,155) scale(0.31,0.31)"><g transform="" style="fill: rgb(255, 255, 255);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(248,186) scale(0.31,0.31)"><g transform="" style="fill: rgb(255, 255, 255);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(310,186) scale(0.31,0.31)"><g transform="" style="fill: rgb(255, 255, 255);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(372,186) scale(0.31,0.31)"><g transform="" style="fill: rgb(255, 255, 255);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(434,186) scale(0.31,0.31)"><g transform="" style="fill: rgb(255, 255, 255);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(496,186) scale(0.31,0.31)"><g transform="" style="fill: rgb(255, 255, 255);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(558,186) scale(0.31,0.31)"><g transform="" style="fill: rgb(255, 255, 255);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(620,186) scale(0.31,0.31)"><g transform="" style="fill: rgb(255, 255, 255);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(682,186) scale(0.31,0.31)"><g transform="" style="fill: rgb(255, 255, 255);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(744,186) scale(0.31,0.31)"><g transform="" style="fill: rgb(255, 255, 255);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(248,217) scale(0.31,0.31)"><g transform="" style="fill: rgb(255, 255, 255);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(279,217) scale(0.31,0.31)"><g transform="" style="fill: rgb(255, 255, 255);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(310,217) scale(0.31,0.31)"><g transform="" style="fill: rgb(255, 255, 255);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(341,217) scale(0.31,0.31)"><g transform="" style="fill: rgb(255, 255, 255);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(434,217) scale(0.31,0.31)"><g transform="" style="fill: rgb(255, 255, 255);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(527,217) scale(0.31,0.31)"><g transform="" style="fill: rgb(255, 255, 255);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(589,217) scale(0.31,0.31)"><g transform="" style="fill: rgb(255, 255, 255);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(620,217) scale(0.31,0.31)"><g transform="" style="fill: rgb(255, 255, 255);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(651,217) scale(0.31,0.31)"><g transform="" style="fill: rgb(255, 255, 255);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(682,217) scale(0.31,0.31)"><g transform="" style="fill: rgb(255, 255, 255);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(744,217) scale(0.31,0.31)"><g transform="" style="fill: rgb(255, 255, 255);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(0,248) scale(0.31,0.31)"><g transform="" style="fill: rgb(255, 255, 255);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(124,248) scale(0.31,0.31)"><g transform="" style="fill: rgb(255, 255, 255);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(186,248) scale(0.31,0.31)"><g transform="" style="fill: rgb(255, 255, 255);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(217,248) scale(0.31,0.31)"><g transform="" style="fill: rgb(255, 255, 255);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(248,248) scale(0.31,0.31)"><g transform="" style="fill: rgb(255, 255, 255);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(310,248) scale(0.31,0.31)"><g transform="" style="fill: rgb(255, 255, 255);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(341,248) scale(0.31,0.31)"><g transform="" style="fill: rgb(255, 255, 255);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(372,248) scale(0.31,0.31)"><g transform="" style="fill: rgb(255, 255, 255);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(465,248) scale(0.31,0.31)"><g transform="" style="fill: rgb(255, 255, 255);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(527,248) scale(0.31,0.31)"><g transform="" style="fill: rgb(255, 255, 255);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(620,248) scale(0.31,0.31)"><g transform="" style="fill: rgb(255, 255, 255);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(651,248) scale(0.31,0.31)"><g transform="" style="fill: rgb(255, 255, 255);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(682,248) scale(0.31,0.31)"><g transform="" style="fill: rgb(255, 255, 255);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(713,248) scale(0.31,0.31)"><g transform="" style="fill: rgb(255, 255, 255);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(775,248) scale(0.31,0.31)"><g transform="" style="fill: rgb(255, 255, 255);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(806,248) scale(0.31,0.31)"><g transform="" style="fill: rgb(255, 255, 255);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(837,248) scale(0.31,0.31)"><g transform="" style="fill: rgb(255, 255, 255);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(868,248) scale(0.31,0.31)"><g transform="" style="fill: rgb(255, 255, 255);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(899,248) scale(0.31,0.31)"><g transform="" style="fill: rgb(255, 255, 255);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(992,248) scale(0.31,0.31)"><g transform="" style="fill: rgb(255, 255, 255);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(0,279) scale(0.31,0.31)"><g transform="" style="fill: rgb(255, 255, 255);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(31,279) scale(0.31,0.31)"><g transform="" style="fill: rgb(255, 255, 255);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(62,279) scale(0.31,0.31)"><g transform="" style="fill: rgb(255, 255, 255);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(93,279) scale(0.31,0.31)"><g transform="" style="fill: rgb(255, 255, 255);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(248,279) scale(0.31,0.31)"><g transform="" style="fill: rgb(255, 255, 255);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(465,279) scale(0.31,0.31)"><g transform="" style="fill: rgb(255, 255, 255);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(496,279) scale(0.31,0.31)"><g transform="" style="fill: rgb(255, 255, 255);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(527,279) scale(0.31,0.31)"><g transform="" style="fill: rgb(255, 255, 255);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(558,279) scale(0.31,0.31)"><g transform="" style="fill: rgb(255, 255, 255);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(651,279) scale(0.31,0.31)"><g transform="" style="fill: rgb(255, 255, 255);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(713,279) scale(0.31,0.31)"><g transform="" style="fill: rgb(255, 255, 255);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(775,279) scale(0.31,0.31)"><g transform="" style="fill: rgb(255, 255, 255);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(899,279) scale(0.31,0.31)"><g transform="" style="fill: rgb(255, 255, 255);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(930,279) scale(0.31,0.31)"><g transform="" style="fill: rgb(255, 255, 255);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(124,310) scale(0.31,0.31)"><g transform="" style="fill: rgb(255, 255, 255);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(155,310) scale(0.31,0.31)"><g transform="" style="fill: rgb(255, 255, 255);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(186,310) scale(0.31,0.31)"><g transform="" style="fill: rgb(255, 255, 255);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(310,310) scale(0.31,0.31)"><g transform="" style="fill: rgb(255, 255, 255);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(341,310) scale(0.31,0.31)"><g transform="" style="fill: rgb(255, 255, 255);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(372,310) scale(0.31,0.31)"><g transform="" style="fill: rgb(255, 255, 255);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(403,310) scale(0.31,0.31)"><g transform="" style="fill: rgb(255, 255, 255);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(434,310) scale(0.31,0.31)"><g transform="" style="fill: rgb(255, 255, 255);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(465,310) scale(0.31,0.31)"><g transform="" style="fill: rgb(255, 255, 255);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(496,310) scale(0.31,0.31)"><g transform="" style="fill: rgb(255, 255, 255);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(558,310) scale(0.31,0.31)"><g transform="" style="fill: rgb(255, 255, 255);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(713,310) scale(0.31,0.31)"><g transform="" style="fill: rgb(255, 255, 255);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(775,310) scale(0.31,0.31)"><g transform="" style="fill: rgb(255, 255, 255);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(806,310) scale(0.31,0.31)"><g transform="" style="fill: rgb(255, 255, 255);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(899,310) scale(0.31,0.31)"><g transform="" style="fill: rgb(255, 255, 255);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(961,310) scale(0.31,0.31)"><g transform="" style="fill: rgb(255, 255, 255);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(0,341) scale(0.31,0.31)"><g transform="" style="fill: rgb(255, 255, 255);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(31,341) scale(0.31,0.31)"><g transform="" style="fill: rgb(255, 255, 255);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(62,341) scale(0.31,0.31)"><g transform="" style="fill: rgb(255, 255, 255);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(93,341) scale(0.31,0.31)"><g transform="" style="fill: rgb(255, 255, 255);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(124,341) scale(0.31,0.31)"><g transform="" style="fill: rgb(255, 255, 255);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(248,341) scale(0.31,0.31)"><g transform="" style="fill: rgb(255, 255, 255);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(403,341) scale(0.31,0.31)"><g transform="" style="fill: rgb(255, 255, 255);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(496,341) scale(0.31,0.31)"><g transform="" style="fill: rgb(255, 255, 255);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(589,341) scale(0.31,0.31)"><g transform="" style="fill: rgb(255, 255, 255);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(682,341) scale(0.31,0.31)"><g transform="" style="fill: rgb(255, 255, 255);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(744,341) scale(0.31,0.31)"><g transform="" style="fill: rgb(255, 255, 255);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(806,341) scale(0.31,0.31)"><g transform="" style="fill: rgb(255, 255, 255);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(961,341) scale(0.31,0.31)"><g transform="" style="fill: rgb(255, 255, 255);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(0,372) scale(0.31,0.31)"><g transform="" style="fill: rgb(255, 255, 255);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(155,372) scale(0.31,0.31)"><g transform="" style="fill: rgb(255, 255, 255);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(186,372) scale(0.31,0.31)"><g transform="" style="fill: rgb(255, 255, 255);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(217,372) scale(0.31,0.31)"><g transform="" style="fill: rgb(255, 255, 255);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(279,372) scale(0.31,0.31)"><g transform="" style="fill: rgb(255, 255, 255);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(341,372) scale(0.31,0.31)"><g transform="" style="fill: rgb(255, 255, 255);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(372,372) scale(0.31,0.31)"><g transform="" style="fill: rgb(255, 255, 255);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(403,372) scale(0.31,0.31)"><g transform="" style="fill: rgb(255, 255, 255);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(496,372) scale(0.31,0.31)"><g transform="" style="fill: rgb(255, 255, 255);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(589,372) scale(0.31,0.31)"><g transform="" style="fill: rgb(255, 255, 255);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(682,372) scale(0.31,0.31)"><g transform="" style="fill: rgb(255, 255, 255);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(713,372) scale(0.31,0.31)"><g transform="" style="fill: rgb(255, 255, 255);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(744,372) scale(0.31,0.31)"><g transform="" style="fill: rgb(255, 255, 255);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(775,372) scale(0.31,0.31)"><g transform="" style="fill: rgb(255, 255, 255);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(806,372) scale(0.31,0.31)"><g transform="" style="fill: rgb(255, 255, 255);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(868,372) scale(0.31,0.31)"><g transform="" style="fill: rgb(255, 255, 255);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(899,372) scale(0.31,0.31)"><g transform="" style="fill: rgb(255, 255, 255);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(961,372) scale(0.31,0.31)"><g transform="" style="fill: rgb(255, 255, 255);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(992,372) scale(0.31,0.31)"><g transform="" style="fill: rgb(255, 255, 255);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(31,403) scale(0.31,0.31)"><g transform="" style="fill: rgb(255, 255, 255);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(155,403) scale(0.31,0.31)"><g transform="" style="fill: rgb(255, 255, 255);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(217,403) scale(0.31,0.31)"><g transform="" style="fill: rgb(255, 255, 255);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(248,403) scale(0.31,0.31)"><g transform="" style="fill: rgb(255, 255, 255);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(279,403) scale(0.31,0.31)"><g transform="" style="fill: rgb(255, 255, 255);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(310,403) scale(0.31,0.31)"><g transform="" style="fill: rgb(255, 255, 255);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(403,403) scale(0.31,0.31)"><g transform="" style="fill: rgb(255, 255, 255);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(434,403) scale(0.31,0.31)"><g transform="" style="fill: rgb(255, 255, 255);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(527,403) scale(0.31,0.31)"><g transform="" style="fill: rgb(255, 255, 255);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(558,403) scale(0.31,0.31)"><g transform="" style="fill: rgb(255, 255, 255);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(589,403) scale(0.31,0.31)"><g transform="" style="fill: rgb(255, 255, 255);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(620,403) scale(0.31,0.31)"><g transform="" style="fill: rgb(255, 255, 255);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(651,403) scale(0.31,0.31)"><g transform="" style="fill: rgb(255, 255, 255);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(744,403) scale(0.31,0.31)"><g transform="" style="fill: rgb(255, 255, 255);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(775,403) scale(0.31,0.31)"><g transform="" style="fill: rgb(255, 255, 255);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(837,403) scale(0.31,0.31)"><g transform="" style="fill: rgb(255, 255, 255);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(930,403) scale(0.31,0.31)"><g transform="" style="fill: rgb(255, 255, 255);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(62,434) scale(0.31,0.31)"><g transform="" style="fill: rgb(255, 255, 255);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(186,434) scale(0.31,0.31)"><g transform="" style="fill: rgb(255, 255, 255);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(217,434) scale(0.31,0.31)"><g transform="" style="fill: rgb(255, 255, 255);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(248,434) scale(0.31,0.31)"><g transform="" style="fill: rgb(255, 255, 255);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(310,434) scale(0.31,0.31)"><g transform="" style="fill: rgb(255, 255, 255);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(341,434) scale(0.31,0.31)"><g transform="" style="fill: rgb(255, 255, 255);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(372,434) scale(0.31,0.31)"><g transform="" style="fill: rgb(255, 255, 255);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(434,434) scale(0.31,0.31)"><g transform="" style="fill: rgb(255, 255, 255);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(465,434) scale(0.31,0.31)"><g transform="" style="fill: rgb(255, 255, 255);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(527,434) scale(0.31,0.31)"><g transform="" style="fill: rgb(255, 255, 255);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(558,434) scale(0.31,0.31)"><g transform="" style="fill: rgb(255, 255, 255);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(620,434) scale(0.31,0.31)"><g transform="" style="fill: rgb(255, 255, 255);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(651,434) scale(0.31,0.31)"><g transform="" style="fill: rgb(255, 255, 255);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(682,434) scale(0.31,0.31)"><g transform="" style="fill: rgb(255, 255, 255);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(713,434) scale(0.31,0.31)"><g transform="" style="fill: rgb(255, 255, 255);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(775,434) scale(0.31,0.31)"><g transform="" style="fill: rgb(255, 255, 255);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(806,434) scale(0.31,0.31)"><g transform="" style="fill: rgb(255, 255, 255);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(868,434) scale(0.31,0.31)"><g transform="" style="fill: rgb(255, 255, 255);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(899,434) scale(0.31,0.31)"><g transform="" style="fill: rgb(255, 255, 255);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(930,434) scale(0.31,0.31)"><g transform="" style="fill: rgb(255, 255, 255);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(961,434) scale(0.31,0.31)"><g transform="" style="fill: rgb(255, 255, 255);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(0,465) scale(0.31,0.31)"><g transform="" style="fill: rgb(255, 255, 255);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(31,465) scale(0.31,0.31)"><g transform="" style="fill: rgb(255, 255, 255);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(93,465) scale(0.31,0.31)"><g transform="" style="fill: rgb(255, 255, 255);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(124,465) scale(0.31,0.31)"><g transform="" style="fill: rgb(255, 255, 255);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(217,465) scale(0.31,0.31)"><g transform="" style="fill: rgb(255, 255, 255);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(248,465) scale(0.31,0.31)"><g transform="" style="fill: rgb(255, 255, 255);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(403,465) scale(0.31,0.31)"><g transform="" style="fill: rgb(255, 255, 255);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(465,465) scale(0.31,0.31)"><g transform="" style="fill: rgb(255, 255, 255);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(496,465) scale(0.31,0.31)"><g transform="" style="fill: rgb(255, 255, 255);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(527,465) scale(0.31,0.31)"><g transform="" style="fill: rgb(255, 255, 255);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(651,465) scale(0.31,0.31)"><g transform="" style="fill: rgb(255, 255, 255);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(744,465) scale(0.31,0.31)"><g transform="" style="fill: rgb(255, 255, 255);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(775,465) scale(0.31,0.31)"><g transform="" style="fill: rgb(255, 255, 255);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(806,465) scale(0.31,0.31)"><g transform="" style="fill: rgb(255, 255, 255);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(837,465) scale(0.31,0.31)"><g transform="" style="fill: rgb(255, 255, 255);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(868,465) scale(0.31,0.31)"><g transform="" style="fill: rgb(255, 255, 255);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(31,496) scale(0.31,0.31)"><g transform="" style="fill: rgb(255, 255, 255);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(62,496) scale(0.31,0.31)"><g transform="" style="fill: rgb(255, 255, 255);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(93,496) scale(0.31,0.31)"><g transform="" style="fill: rgb(255, 255, 255);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(186,496) scale(0.31,0.31)"><g transform="" style="fill: rgb(255, 255, 255);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(217,496) scale(0.31,0.31)"><g transform="" style="fill: rgb(255, 255, 255);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(279,496) scale(0.31,0.31)"><g transform="" style="fill: rgb(255, 255, 255);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(341,496) scale(0.31,0.31)"><g transform="" style="fill: rgb(255, 255, 255);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(496,496) scale(0.31,0.31)"><g transform="" style="fill: rgb(255, 255, 255);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(527,496) scale(0.31,0.31)"><g transform="" style="fill: rgb(255, 255, 255);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(589,496) scale(0.31,0.31)"><g transform="" style="fill: rgb(255, 255, 255);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(651,496) scale(0.31,0.31)"><g transform="" style="fill: rgb(255, 255, 255);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(682,496) scale(0.31,0.31)"><g transform="" style="fill: rgb(255, 255, 255);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(744,496) scale(0.31,0.31)"><g transform="" style="fill: rgb(255, 255, 255);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(806,496) scale(0.31,0.31)"><g transform="" style="fill: rgb(255, 255, 255);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(868,496) scale(0.31,0.31)"><g transform="" style="fill: rgb(255, 255, 255);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(961,496) scale(0.31,0.31)"><g transform="" style="fill: rgb(255, 255, 255);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(93,527) scale(0.31,0.31)"><g transform="" style="fill: rgb(255, 255, 255);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(124,527) scale(0.31,0.31)"><g transform="" style="fill: rgb(255, 255, 255);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(217,527) scale(0.31,0.31)"><g transform="" style="fill: rgb(255, 255, 255);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(248,527) scale(0.31,0.31)"><g transform="" style="fill: rgb(255, 255, 255);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(279,527) scale(0.31,0.31)"><g transform="" style="fill: rgb(255, 255, 255);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(310,527) scale(0.31,0.31)"><g transform="" style="fill: rgb(255, 255, 255);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(341,527) scale(0.31,0.31)"><g transform="" style="fill: rgb(255, 255, 255);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(465,527) scale(0.31,0.31)"><g transform="" style="fill: rgb(255, 255, 255);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(496,527) scale(0.31,0.31)"><g transform="" style="fill: rgb(255, 255, 255);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(558,527) scale(0.31,0.31)"><g transform="" style="fill: rgb(255, 255, 255);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(713,527) scale(0.31,0.31)"><g transform="" style="fill: rgb(255, 255, 255);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(744,527) scale(0.31,0.31)"><g transform="" style="fill: rgb(255, 255, 255);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(899,527) scale(0.31,0.31)"><g transform="" style="fill: rgb(255, 255, 255);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(930,527) scale(0.31,0.31)"><g transform="" style="fill: rgb(255, 255, 255);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(961,527) scale(0.31,0.31)"><g transform="" style="fill: rgb(255, 255, 255);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(0,558) scale(0.31,0.31)"><g transform="" style="fill: rgb(255, 255, 255);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(62,558) scale(0.31,0.31)"><g transform="" style="fill: rgb(255, 255, 255);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(93,558) scale(0.31,0.31)"><g transform="" style="fill: rgb(255, 255, 255);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(155,558) scale(0.31,0.31)"><g transform="" style="fill: rgb(255, 255, 255);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(186,558) scale(0.31,0.31)"><g transform="" style="fill: rgb(255, 255, 255);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(217,558) scale(0.31,0.31)"><g transform="" style="fill: rgb(255, 255, 255);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(341,558) scale(0.31,0.31)"><g transform="" style="fill: rgb(255, 255, 255);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(403,558) scale(0.31,0.31)"><g transform="" style="fill: rgb(255, 255, 255);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(434,558) scale(0.31,0.31)"><g transform="" style="fill: rgb(255, 255, 255);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(465,558) scale(0.31,0.31)"><g transform="" style="fill: rgb(255, 255, 255);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(527,558) scale(0.31,0.31)"><g transform="" style="fill: rgb(255, 255, 255);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(620,558) scale(0.31,0.31)"><g transform="" style="fill: rgb(255, 255, 255);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(651,558) scale(0.31,0.31)"><g transform="" style="fill: rgb(255, 255, 255);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(682,558) scale(0.31,0.31)"><g transform="" style="fill: rgb(255, 255, 255);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(713,558) scale(0.31,0.31)"><g transform="" style="fill: rgb(255, 255, 255);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(744,558) scale(0.31,0.31)"><g transform="" style="fill: rgb(255, 255, 255);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(775,558) scale(0.31,0.31)"><g transform="" style="fill: rgb(255, 255, 255);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(806,558) scale(0.31,0.31)"><g transform="" style="fill: rgb(255, 255, 255);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(837,558) scale(0.31,0.31)"><g transform="" style="fill: rgb(255, 255, 255);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(899,558) scale(0.31,0.31)"><g transform="" style="fill: rgb(255, 255, 255);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(961,558) scale(0.31,0.31)"><g transform="" style="fill: rgb(255, 255, 255);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(31,589) scale(0.31,0.31)"><g transform="" style="fill: rgb(255, 255, 255);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(124,589) scale(0.31,0.31)"><g transform="" style="fill: rgb(255, 255, 255);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(248,589) scale(0.31,0.31)"><g transform="" style="fill: rgb(255, 255, 255);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(279,589) scale(0.31,0.31)"><g transform="" style="fill: rgb(255, 255, 255);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(372,589) scale(0.31,0.31)"><g transform="" style="fill: rgb(255, 255, 255);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(403,589) scale(0.31,0.31)"><g transform="" style="fill: rgb(255, 255, 255);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(527,589) scale(0.31,0.31)"><g transform="" style="fill: rgb(255, 255, 255);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(558,589) scale(0.31,0.31)"><g transform="" style="fill: rgb(255, 255, 255);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(589,589) scale(0.31,0.31)"><g transform="" style="fill: rgb(255, 255, 255);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(620,589) scale(0.31,0.31)"><g transform="" style="fill: rgb(255, 255, 255);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(651,589) scale(0.31,0.31)"><g transform="" style="fill: rgb(255, 255, 255);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(744,589) scale(0.31,0.31)"><g transform="" style="fill: rgb(255, 255, 255);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(806,589) scale(0.31,0.31)"><g transform="" style="fill: rgb(255, 255, 255);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(837,589) scale(0.31,0.31)"><g transform="" style="fill: rgb(255, 255, 255);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(961,589) scale(0.31,0.31)"><g transform="" style="fill: rgb(255, 255, 255);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(992,589) scale(0.31,0.31)"><g transform="" style="fill: rgb(255, 255, 255);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(0,620) scale(0.31,0.31)"><g transform="" style="fill: rgb(255, 255, 255);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(31,620) scale(0.31,0.31)"><g transform="" style="fill: rgb(255, 255, 255);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(93,620) scale(0.31,0.31)"><g transform="" style="fill: rgb(255, 255, 255);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(124,620) scale(0.31,0.31)"><g transform="" style="fill: rgb(255, 255, 255);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(186,620) scale(0.31,0.31)"><g transform="" style="fill: rgb(255, 255, 255);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(217,620) scale(0.31,0.31)"><g transform="" style="fill: rgb(255, 255, 255);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(279,620) scale(0.31,0.31)"><g transform="" style="fill: rgb(255, 255, 255);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(372,620) scale(0.31,0.31)"><g transform="" style="fill: rgb(255, 255, 255);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(403,620) scale(0.31,0.31)"><g transform="" style="fill: rgb(255, 255, 255);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(434,620) scale(0.31,0.31)"><g transform="" style="fill: rgb(255, 255, 255);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(465,620) scale(0.31,0.31)"><g transform="" style="fill: rgb(255, 255, 255);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(558,620) scale(0.31,0.31)"><g transform="" style="fill: rgb(255, 255, 255);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(620,620) scale(0.31,0.31)"><g transform="" style="fill: rgb(255, 255, 255);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(744,620) scale(0.31,0.31)"><g transform="" style="fill: rgb(255, 255, 255);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(806,620) scale(0.31,0.31)"><g transform="" style="fill: rgb(255, 255, 255);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(868,620) scale(0.31,0.31)"><g transform="" style="fill: rgb(255, 255, 255);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(899,620) scale(0.31,0.31)"><g transform="" style="fill: rgb(255, 255, 255);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(961,620) scale(0.31,0.31)"><g transform="" style="fill: rgb(255, 255, 255);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(992,620) scale(0.31,0.31)"><g transform="" style="fill: rgb(255, 255, 255);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(0,651) scale(0.31,0.31)"><g transform="" style="fill: rgb(255, 255, 255);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(155,651) scale(0.31,0.31)"><g transform="" style="fill: rgb(255, 255, 255);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(217,651) scale(0.31,0.31)"><g transform="" style="fill: rgb(255, 255, 255);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(279,651) scale(0.31,0.31)"><g transform="" style="fill: rgb(255, 255, 255);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(310,651) scale(0.31,0.31)"><g transform="" style="fill: rgb(255, 255, 255);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(372,651) scale(0.31,0.31)"><g transform="" style="fill: rgb(255, 255, 255);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(403,651) scale(0.31,0.31)"><g transform="" style="fill: rgb(255, 255, 255);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(434,651) scale(0.31,0.31)"><g transform="" style="fill: rgb(255, 255, 255);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(496,651) scale(0.31,0.31)"><g transform="" style="fill: rgb(255, 255, 255);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(527,651) scale(0.31,0.31)"><g transform="" style="fill: rgb(255, 255, 255);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(589,651) scale(0.31,0.31)"><g transform="" style="fill: rgb(255, 255, 255);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(682,651) scale(0.31,0.31)"><g transform="" style="fill: rgb(255, 255, 255);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(713,651) scale(0.31,0.31)"><g transform="" style="fill: rgb(255, 255, 255);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(837,651) scale(0.31,0.31)"><g transform="" style="fill: rgb(255, 255, 255);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(899,651) scale(0.31,0.31)"><g transform="" style="fill: rgb(255, 255, 255);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(930,651) scale(0.31,0.31)"><g transform="" style="fill: rgb(255, 255, 255);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(961,651) scale(0.31,0.31)"><g transform="" style="fill: rgb(255, 255, 255);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(62,682) scale(0.31,0.31)"><g transform="" style="fill: rgb(255, 255, 255);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(124,682) scale(0.31,0.31)"><g transform="" style="fill: rgb(255, 255, 255);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(186,682) scale(0.31,0.31)"><g transform="" style="fill: rgb(255, 255, 255);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(248,682) scale(0.31,0.31)"><g transform="" style="fill: rgb(255, 255, 255);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(372,682) scale(0.31,0.31)"><g transform="" style="fill: rgb(255, 255, 255);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(496,682) scale(0.31,0.31)"><g transform="" style="fill: rgb(255, 255, 255);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(558,682) scale(0.31,0.31)"><g transform="" style="fill: rgb(255, 255, 255);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(589,682) scale(0.31,0.31)"><g transform="" style="fill: rgb(255, 255, 255);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(713,682) scale(0.31,0.31)"><g transform="" style="fill: rgb(255, 255, 255);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(744,682) scale(0.31,0.31)"><g transform="" style="fill: rgb(255, 255, 255);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(775,682) scale(0.31,0.31)"><g transform="" style="fill: rgb(255, 255, 255);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(837,682) scale(0.31,0.31)"><g transform="" style="fill: rgb(255, 255, 255);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(868,682) scale(0.31,0.31)"><g transform="" style="fill: rgb(255, 255, 255);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(899,682) scale(0.31,0.31)"><g transform="" style="fill: rgb(255, 255, 255);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(961,682) scale(0.31,0.31)"><g transform="" style="fill: rgb(255, 255, 255);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(124,713) scale(0.31,0.31)"><g transform="" style="fill: rgb(255, 255, 255);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(279,713) scale(0.31,0.31)"><g transform="" style="fill: rgb(255, 255, 255);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(434,713) scale(0.31,0.31)"><g transform="" style="fill: rgb(255, 255, 255);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(527,713) scale(0.31,0.31)"><g transform="" style="fill: rgb(255, 255, 255);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(558,713) scale(0.31,0.31)"><g transform="" style="fill: rgb(255, 255, 255);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(589,713) scale(0.31,0.31)"><g transform="" style="fill: rgb(255, 255, 255);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(620,713) scale(0.31,0.31)"><g transform="" style="fill: rgb(255, 255, 255);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(651,713) scale(0.31,0.31)"><g transform="" style="fill: rgb(255, 255, 255);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(682,713) scale(0.31,0.31)"><g transform="" style="fill: rgb(255, 255, 255);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(775,713) scale(0.31,0.31)"><g transform="" style="fill: rgb(255, 255, 255);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(806,713) scale(0.31,0.31)"><g transform="" style="fill: rgb(255, 255, 255);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(868,713) scale(0.31,0.31)"><g transform="" style="fill: rgb(255, 255, 255);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(899,713) scale(0.31,0.31)"><g transform="" style="fill: rgb(255, 255, 255);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(961,713) scale(0.31,0.31)"><g transform="" style="fill: rgb(255, 255, 255);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(992,713) scale(0.31,0.31)"><g transform="" style="fill: rgb(255, 255, 255);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(0,744) scale(0.31,0.31)"><g transform="" style="fill: rgb(255, 255, 255);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(31,744) scale(0.31,0.31)"><g transform="" style="fill: rgb(255, 255, 255);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(62,744) scale(0.31,0.31)"><g transform="" style="fill: rgb(255, 255, 255);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(186,744) scale(0.31,0.31)"><g transform="" style="fill: rgb(255, 255, 255);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(217,744) scale(0.31,0.31)"><g transform="" style="fill: rgb(255, 255, 255);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(248,744) scale(0.31,0.31)"><g transform="" style="fill: rgb(255, 255, 255);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(310,744) scale(0.31,0.31)"><g transform="" style="fill: rgb(255, 255, 255);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(372,744) scale(0.31,0.31)"><g transform="" style="fill: rgb(255, 255, 255);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(403,744) scale(0.31,0.31)"><g transform="" style="fill: rgb(255, 255, 255);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(434,744) scale(0.31,0.31)"><g transform="" style="fill: rgb(255, 255, 255);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(465,744) scale(0.31,0.31)"><g transform="" style="fill: rgb(255, 255, 255);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(527,744) scale(0.31,0.31)"><g transform="" style="fill: rgb(255, 255, 255);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(620,744) scale(0.31,0.31)"><g transform="" style="fill: rgb(255, 255, 255);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(651,744) scale(0.31,0.31)"><g transform="" style="fill: rgb(255, 255, 255);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(682,744) scale(0.31,0.31)"><g transform="" style="fill: rgb(255, 255, 255);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(744,744) scale(0.31,0.31)"><g transform="" style="fill: rgb(255, 255, 255);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(775,744) scale(0.31,0.31)"><g transform="" style="fill: rgb(255, 255, 255);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(806,744) scale(0.31,0.31)"><g transform="" style="fill: rgb(255, 255, 255);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(837,744) scale(0.31,0.31)"><g transform="" style="fill: rgb(255, 255, 255);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(868,744) scale(0.31,0.31)"><g transform="" style="fill: rgb(255, 255, 255);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(961,744) scale(0.31,0.31)"><g transform="" style="fill: rgb(255, 255, 255);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(248,775) scale(0.31,0.31)"><g transform="" style="fill: rgb(255, 255, 255);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(279,775) scale(0.31,0.31)"><g transform="" style="fill: rgb(255, 255, 255);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(341,775) scale(0.31,0.31)"><g transform="" style="fill: rgb(255, 255, 255);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(372,775) scale(0.31,0.31)"><g transform="" style="fill: rgb(255, 255, 255);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(434,775) scale(0.31,0.31)"><g transform="" style="fill: rgb(255, 255, 255);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(465,775) scale(0.31,0.31)"><g transform="" style="fill: rgb(255, 255, 255);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(496,775) scale(0.31,0.31)"><g transform="" style="fill: rgb(255, 255, 255);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(527,775) scale(0.31,0.31)"><g transform="" style="fill: rgb(255, 255, 255);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(651,775) scale(0.31,0.31)"><g transform="" style="fill: rgb(255, 255, 255);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(713,775) scale(0.31,0.31)"><g transform="" style="fill: rgb(255, 255, 255);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(744,775) scale(0.31,0.31)"><g transform="" style="fill: rgb(255, 255, 255);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(868,775) scale(0.31,0.31)"><g transform="" style="fill: rgb(255, 255, 255);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(930,775) scale(0.31,0.31)"><g transform="" style="fill: rgb(255, 255, 255);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(961,775) scale(0.31,0.31)"><g transform="" style="fill: rgb(255, 255, 255);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(248,806) scale(0.31,0.31)"><g transform="" style="fill: rgb(255, 255, 255);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(341,806) scale(0.31,0.31)"><g transform="" style="fill: rgb(255, 255, 255);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(372,806) scale(0.31,0.31)"><g transform="" style="fill: rgb(255, 255, 255);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(465,806) scale(0.31,0.31)"><g transform="" style="fill: rgb(255, 255, 255);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(496,806) scale(0.31,0.31)"><g transform="" style="fill: rgb(255, 255, 255);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(558,806) scale(0.31,0.31)"><g transform="" style="fill: rgb(255, 255, 255);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(620,806) scale(0.31,0.31)"><g transform="" style="fill: rgb(255, 255, 255);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(744,806) scale(0.31,0.31)"><g transform="" style="fill: rgb(255, 255, 255);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(806,806) scale(0.31,0.31)"><g transform="" style="fill: rgb(255, 255, 255);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(868,806) scale(0.31,0.31)"><g transform="" style="fill: rgb(255, 255, 255);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(899,806) scale(0.31,0.31)"><g transform="" style="fill: rgb(255, 255, 255);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(961,806) scale(0.31,0.31)"><g transform="" style="fill: rgb(255, 255, 255);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(279,837) scale(0.31,0.31)"><g transform="" style="fill: rgb(255, 255, 255);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(310,837) scale(0.31,0.31)"><g transform="" style="fill: rgb(255, 255, 255);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(341,837) scale(0.31,0.31)"><g transform="" style="fill: rgb(255, 255, 255);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(434,837) scale(0.31,0.31)"><g transform="" style="fill: rgb(255, 255, 255);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(589,837) scale(0.31,0.31)"><g transform="" style="fill: rgb(255, 255, 255);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(620,837) scale(0.31,0.31)"><g transform="" style="fill: rgb(255, 255, 255);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(682,837) scale(0.31,0.31)"><g transform="" style="fill: rgb(255, 255, 255);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(744,837) scale(0.31,0.31)"><g transform="" style="fill: rgb(255, 255, 255);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(868,837) scale(0.31,0.31)"><g transform="" style="fill: rgb(255, 255, 255);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(992,837) scale(0.31,0.31)"><g transform="" style="fill: rgb(255, 255, 255);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(248,868) scale(0.31,0.31)"><g transform="" style="fill: rgb(255, 255, 255);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(465,868) scale(0.31,0.31)"><g transform="" style="fill: rgb(255, 255, 255);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(496,868) scale(0.31,0.31)"><g transform="" style="fill: rgb(255, 255, 255);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(589,868) scale(0.31,0.31)"><g transform="" style="fill: rgb(255, 255, 255);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(682,868) scale(0.31,0.31)"><g transform="" style="fill: rgb(255, 255, 255);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(744,868) scale(0.31,0.31)"><g transform="" style="fill: rgb(255, 255, 255);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(775,868) scale(0.31,0.31)"><g transform="" style="fill: rgb(255, 255, 255);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(806,868) scale(0.31,0.31)"><g transform="" style="fill: rgb(255, 255, 255);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(837,868) scale(0.31,0.31)"><g transform="" style="fill: rgb(255, 255, 255);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(868,868) scale(0.31,0.31)"><g transform="" style="fill: rgb(255, 255, 255);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(899,868) scale(0.31,0.31)"><g transform="" style="fill: rgb(255, 255, 255);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(992,868) scale(0.31,0.31)"><g transform="" style="fill: rgb(255, 255, 255);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(279,899) scale(0.31,0.31)"><g transform="" style="fill: rgb(255, 255, 255);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(310,899) scale(0.31,0.31)"><g transform="" style="fill: rgb(255, 255, 255);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(372,899) scale(0.31,0.31)"><g transform="" style="fill: rgb(255, 255, 255);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(434,899) scale(0.31,0.31)"><g transform="" style="fill: rgb(255, 255, 255);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(558,899) scale(0.31,0.31)"><g transform="" style="fill: rgb(255, 255, 255);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(589,899) scale(0.31,0.31)"><g transform="" style="fill: rgb(255, 255, 255);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(620,899) scale(0.31,0.31)"><g transform="" style="fill: rgb(255, 255, 255);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(713,899) scale(0.31,0.31)"><g transform="" style="fill: rgb(255, 255, 255);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(806,899) scale(0.31,0.31)"><g transform="" style="fill: rgb(255, 255, 255);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(837,899) scale(0.31,0.31)"><g transform="" style="fill: rgb(255, 255, 255);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(868,899) scale(0.31,0.31)"><g transform="" style="fill: rgb(255, 255, 255);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(899,899) scale(0.31,0.31)"><g transform="" style="fill: rgb(255, 255, 255);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(961,899) scale(0.31,0.31)"><g transform="" style="fill: rgb(255, 255, 255);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(310,930) scale(0.31,0.31)"><g transform="" style="fill: rgb(255, 255, 255);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(341,930) scale(0.31,0.31)"><g transform="" style="fill: rgb(255, 255, 255);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(372,930) scale(0.31,0.31)"><g transform="" style="fill: rgb(255, 255, 255);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(465,930) scale(0.31,0.31)"><g transform="" style="fill: rgb(255, 255, 255);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(558,930) scale(0.31,0.31)"><g transform="" style="fill: rgb(255, 255, 255);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(620,930) scale(0.31,0.31)"><g transform="" style="fill: rgb(255, 255, 255);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(775,930) scale(0.31,0.31)"><g transform="" style="fill: rgb(255, 255, 255);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(806,930) scale(0.31,0.31)"><g transform="" style="fill: rgb(255, 255, 255);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(837,930) scale(0.31,0.31)"><g transform="" style="fill: rgb(255, 255, 255);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(868,930) scale(0.31,0.31)"><g transform="" style="fill: rgb(255, 255, 255);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(930,930) scale(0.31,0.31)"><g transform="" style="fill: rgb(255, 255, 255);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(279,961) scale(0.31,0.31)"><g transform="" style="fill: rgb(255, 255, 255);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(403,961) scale(0.31,0.31)"><g transform="" style="fill: rgb(255, 255, 255);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(465,961) scale(0.31,0.31)"><g transform="" style="fill: rgb(255, 255, 255);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(496,961) scale(0.31,0.31)"><g transform="" style="fill: rgb(255, 255, 255);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(527,961) scale(0.31,0.31)"><g transform="" style="fill: rgb(255, 255, 255);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(558,961) scale(0.31,0.31)"><g transform="" style="fill: rgb(255, 255, 255);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(651,961) scale(0.31,0.31)"><g transform="" style="fill: rgb(255, 255, 255);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(682,961) scale(0.31,0.31)"><g transform="" style="fill: rgb(255, 255, 255);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(713,961) scale(0.31,0.31)"><g transform="" style="fill: rgb(255, 255, 255);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(744,961) scale(0.31,0.31)"><g transform="" style="fill: rgb(255, 255, 255);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(775,961) scale(0.31,0.31)"><g transform="" style="fill: rgb(255, 255, 255);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(248,992) scale(0.31,0.31)"><g transform="" style="fill: rgb(255, 255, 255);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(341,992) scale(0.31,0.31)"><g transform="" style="fill: rgb(255, 255, 255);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(372,992) scale(0.31,0.31)"><g transform="" style="fill: rgb(255, 255, 255);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(527,992) scale(0.31,0.31)"><g transform="" style="fill: rgb(255, 255, 255);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(558,992) scale(0.31,0.31)"><g transform="" style="fill: rgb(255, 255, 255);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(589,992) scale(0.31,0.31)"><g transform="" style="fill: rgb(255, 255, 255);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(651,992) scale(0.31,0.31)"><g transform="" style="fill: rgb(255, 255, 255);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(682,992) scale(0.31,0.31)"><g transform="" style="fill: rgb(255, 255, 255);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(713,992) scale(0.31,0.31)"><g transform="" style="fill: rgb(255, 255, 255);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(744,992) scale(0.31,0.31)"><g transform="" style="fill: rgb(255, 255, 255);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(775,992) scale(0.31,0.31)"><g transform="" style="fill: rgb(255, 255, 255);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(992,992) scale(0.31,0.31)"><g transform="" style="fill: rgb(255, 255, 255);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(0,0) scale(2.17, 2.17)"><g transform="" style="fill: rgb(255, 255, 255);">
|
||||
<g>
|
||||
<rect x="15" y="15" style="fill:none;" width="70" height="70"/>
|
||||
<path d="M85,0H15H0v15v70v15h15h70h15V85V15V0H85z M85,85H15V15h70V85z"/>
|
||||
</g>
|
||||
</g></g><g transform="translate(806,0) scale(2.17, 2.17)"><g transform="" style="fill: rgb(255, 255, 255);">
|
||||
<g>
|
||||
<rect x="15" y="15" style="fill:none;" width="70" height="70"/>
|
||||
<path d="M85,0H15H0v15v70v15h15h70h15V85V15V0H85z M85,85H15V15h70V85z"/>
|
||||
</g>
|
||||
</g></g><g transform="translate(0,806) scale(2.17, 2.17)"><g transform="" style="fill: rgb(255, 255, 255);">
|
||||
<g>
|
||||
<rect x="15" y="15" style="fill:none;" width="70" height="70"/>
|
||||
<path d="M85,0H15H0v15v70v15h15h70h15V85V15V0H85z M85,85H15V15h70V85z"/>
|
||||
</g>
|
||||
</g></g><g transform="translate(62,62) scale(0.93, 0.93)"><g transform="" style="fill: rgb(255, 255, 255);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(868,62) scale(0.93, 0.93)"><g transform="" style="fill: rgb(255, 255, 255);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(62,868) scale(0.93, 0.93)"><g transform="" style="fill: rgb(255, 255, 255);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g></g></svg>
|
After Width: | Height: | Size: 65 KiB |
|
@ -0,0 +1,684 @@
|
|||
<?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 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"
|
||||
width="1155px" height="1155px" viewBox="0 0 1155 1155" enable-background="new 0 0 1155 1155" xml:space="preserve">
|
||||
<rect x="0" y="0" width="1155" height="1155" fill="rgb(255,255,255)" /><g transform="translate(70,70)"><g transform="translate(280,0) scale(0.35,0.35)"><g transform="" style="fill: rgb(17, 108, 134);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(315,0) scale(0.35,0.35)"><g transform="" style="fill: rgb(17, 108, 134);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(525,0) scale(0.35,0.35)"><g transform="" style="fill: rgb(17, 108, 134);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(560,0) scale(0.35,0.35)"><g transform="" style="fill: rgb(17, 108, 134);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(630,0) scale(0.35,0.35)"><g transform="" style="fill: rgb(17, 108, 134);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(280,35) scale(0.35,0.35)"><g transform="" style="fill: rgb(17, 108, 134);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(350,35) scale(0.35,0.35)"><g transform="" style="fill: rgb(17, 108, 134);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(385,35) scale(0.35,0.35)"><g transform="" style="fill: rgb(17, 108, 134);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(420,35) scale(0.35,0.35)"><g transform="" style="fill: rgb(17, 108, 134);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(560,35) scale(0.35,0.35)"><g transform="" style="fill: rgb(17, 108, 134);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(665,35) scale(0.35,0.35)"><g transform="" style="fill: rgb(17, 108, 134);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(700,35) scale(0.35,0.35)"><g transform="" style="fill: rgb(17, 108, 134);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(280,70) scale(0.35,0.35)"><g transform="" style="fill: rgb(17, 108, 134);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(315,70) scale(0.35,0.35)"><g transform="" style="fill: rgb(17, 108, 134);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(385,70) scale(0.35,0.35)"><g transform="" style="fill: rgb(17, 108, 134);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(420,70) scale(0.35,0.35)"><g transform="" style="fill: rgb(17, 108, 134);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(525,70) scale(0.35,0.35)"><g transform="" style="fill: rgb(17, 108, 134);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(560,70) scale(0.35,0.35)"><g transform="" style="fill: rgb(17, 108, 134);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(630,70) scale(0.35,0.35)"><g transform="" style="fill: rgb(17, 108, 134);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(700,70) scale(0.35,0.35)"><g transform="" style="fill: rgb(17, 108, 134);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(315,105) scale(0.35,0.35)"><g transform="" style="fill: rgb(17, 108, 134);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(385,105) scale(0.35,0.35)"><g transform="" style="fill: rgb(17, 108, 134);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(420,105) scale(0.35,0.35)"><g transform="" style="fill: rgb(17, 108, 134);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(560,105) scale(0.35,0.35)"><g transform="" style="fill: rgb(17, 108, 134);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(595,105) scale(0.35,0.35)"><g transform="" style="fill: rgb(17, 108, 134);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(700,105) scale(0.35,0.35)"><g transform="" style="fill: rgb(17, 108, 134);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(280,140) scale(0.35,0.35)"><g transform="" style="fill: rgb(17, 108, 134);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(420,140) scale(0.35,0.35)"><g transform="" style="fill: rgb(17, 108, 134);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(490,140) scale(0.35,0.35)"><g transform="" style="fill: rgb(17, 108, 134);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(525,140) scale(0.35,0.35)"><g transform="" style="fill: rgb(17, 108, 134);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(560,140) scale(0.35,0.35)"><g transform="" style="fill: rgb(17, 108, 134);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(630,140) scale(0.35,0.35)"><g transform="" style="fill: rgb(17, 108, 134);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(665,140) scale(0.35,0.35)"><g transform="" style="fill: rgb(17, 108, 134);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(385,175) scale(0.35,0.35)"><g transform="" style="fill: rgb(17, 108, 134);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(525,175) scale(0.35,0.35)"><g transform="" style="fill: rgb(17, 108, 134);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(560,175) scale(0.35,0.35)"><g transform="" style="fill: rgb(17, 108, 134);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(700,175) scale(0.35,0.35)"><g transform="" style="fill: rgb(17, 108, 134);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(280,210) scale(0.35,0.35)"><g transform="" style="fill: rgb(17, 108, 134);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(350,210) scale(0.35,0.35)"><g transform="" style="fill: rgb(17, 108, 134);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(420,210) scale(0.35,0.35)"><g transform="" style="fill: rgb(17, 108, 134);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(490,210) scale(0.35,0.35)"><g transform="" style="fill: rgb(17, 108, 134);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(560,210) scale(0.35,0.35)"><g transform="" style="fill: rgb(17, 108, 134);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(630,210) scale(0.35,0.35)"><g transform="" style="fill: rgb(17, 108, 134);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(700,210) scale(0.35,0.35)"><g transform="" style="fill: rgb(17, 108, 134);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(315,245) scale(0.35,0.35)"><g transform="" style="fill: rgb(17, 108, 134);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(350,245) scale(0.35,0.35)"><g transform="" style="fill: rgb(17, 108, 134);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(455,245) scale(0.35,0.35)"><g transform="" style="fill: rgb(17, 108, 134);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(525,245) scale(0.35,0.35)"><g transform="" style="fill: rgb(17, 108, 134);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(560,245) scale(0.35,0.35)"><g transform="" style="fill: rgb(17, 108, 134);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(700,245) scale(0.35,0.35)"><g transform="" style="fill: rgb(17, 108, 134);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(0,280) scale(0.35,0.35)"><g transform="" style="fill: rgb(17, 108, 134);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(105,280) scale(0.35,0.35)"><g transform="" style="fill: rgb(17, 108, 134);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(140,280) scale(0.35,0.35)"><g transform="" style="fill: rgb(17, 108, 134);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(175,280) scale(0.35,0.35)"><g transform="" style="fill: rgb(17, 108, 134);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(210,280) scale(0.35,0.35)"><g transform="" style="fill: rgb(17, 108, 134);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(245,280) scale(0.35,0.35)"><g transform="" style="fill: rgb(17, 108, 134);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(280,280) scale(0.35,0.35)"><g transform="" style="fill: rgb(17, 108, 134);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(315,280) scale(0.35,0.35)"><g transform="" style="fill: rgb(17, 108, 134);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(385,280) scale(0.35,0.35)"><g transform="" style="fill: rgb(17, 108, 134);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(420,280) scale(0.35,0.35)"><g transform="" style="fill: rgb(17, 108, 134);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(455,280) scale(0.35,0.35)"><g transform="" style="fill: rgb(17, 108, 134);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(595,280) scale(0.35,0.35)"><g transform="" style="fill: rgb(17, 108, 134);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(735,280) scale(0.35,0.35)"><g transform="" style="fill: rgb(17, 108, 134);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(840,280) scale(0.35,0.35)"><g transform="" style="fill: rgb(17, 108, 134);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(910,280) scale(0.35,0.35)"><g transform="" style="fill: rgb(17, 108, 134);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(945,280) scale(0.35,0.35)"><g transform="" style="fill: rgb(17, 108, 134);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(980,280) scale(0.35,0.35)"><g transform="" style="fill: rgb(17, 108, 134);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(140,315) scale(0.35,0.35)"><g transform="" style="fill: rgb(17, 108, 134);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(175,315) scale(0.35,0.35)"><g transform="" style="fill: rgb(17, 108, 134);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(280,315) scale(0.35,0.35)"><g transform="" style="fill: rgb(17, 108, 134);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(315,315) scale(0.35,0.35)"><g transform="" style="fill: rgb(17, 108, 134);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(385,315) scale(0.35,0.35)"><g transform="" style="fill: rgb(17, 108, 134);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(420,315) scale(0.35,0.35)"><g transform="" style="fill: rgb(17, 108, 134);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(455,315) scale(0.35,0.35)"><g transform="" style="fill: rgb(17, 108, 134);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(560,315) scale(0.35,0.35)"><g transform="" style="fill: rgb(17, 108, 134);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(665,315) scale(0.35,0.35)"><g transform="" style="fill: rgb(17, 108, 134);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(735,315) scale(0.35,0.35)"><g transform="" style="fill: rgb(17, 108, 134);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(805,315) scale(0.35,0.35)"><g transform="" style="fill: rgb(17, 108, 134);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(840,315) scale(0.35,0.35)"><g transform="" style="fill: rgb(17, 108, 134);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(910,315) scale(0.35,0.35)"><g transform="" style="fill: rgb(17, 108, 134);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(945,315) scale(0.35,0.35)"><g transform="" style="fill: rgb(17, 108, 134);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(0,350) scale(0.35,0.35)"><g transform="" style="fill: rgb(17, 108, 134);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(140,350) scale(0.35,0.35)"><g transform="" style="fill: rgb(17, 108, 134);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(175,350) scale(0.35,0.35)"><g transform="" style="fill: rgb(17, 108, 134);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(210,350) scale(0.35,0.35)"><g transform="" style="fill: rgb(17, 108, 134);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(245,350) scale(0.35,0.35)"><g transform="" style="fill: rgb(17, 108, 134);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(315,350) scale(0.35,0.35)"><g transform="" style="fill: rgb(17, 108, 134);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(385,350) scale(0.35,0.35)"><g transform="" style="fill: rgb(17, 108, 134);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(420,350) scale(0.35,0.35)"><g transform="" style="fill: rgb(17, 108, 134);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(455,350) scale(0.35,0.35)"><g transform="" style="fill: rgb(17, 108, 134);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(525,350) scale(0.35,0.35)"><g transform="" style="fill: rgb(17, 108, 134);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(560,350) scale(0.35,0.35)"><g transform="" style="fill: rgb(17, 108, 134);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(700,350) scale(0.35,0.35)"><g transform="" style="fill: rgb(17, 108, 134);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(735,350) scale(0.35,0.35)"><g transform="" style="fill: rgb(17, 108, 134);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(805,350) scale(0.35,0.35)"><g transform="" style="fill: rgb(17, 108, 134);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(910,350) scale(0.35,0.35)"><g transform="" style="fill: rgb(17, 108, 134);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(35,385) scale(0.35,0.35)"><g transform="" style="fill: rgb(17, 108, 134);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(70,385) scale(0.35,0.35)"><g transform="" style="fill: rgb(17, 108, 134);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(280,385) scale(0.35,0.35)"><g transform="" style="fill: rgb(17, 108, 134);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(385,385) scale(0.35,0.35)"><g transform="" style="fill: rgb(17, 108, 134);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(420,385) scale(0.35,0.35)"><g transform="" style="fill: rgb(17, 108, 134);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(455,385) scale(0.35,0.35)"><g transform="" style="fill: rgb(17, 108, 134);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(560,385) scale(0.35,0.35)"><g transform="" style="fill: rgb(17, 108, 134);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(595,385) scale(0.35,0.35)"><g transform="" style="fill: rgb(17, 108, 134);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(665,385) scale(0.35,0.35)"><g transform="" style="fill: rgb(17, 108, 134);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(735,385) scale(0.35,0.35)"><g transform="" style="fill: rgb(17, 108, 134);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(875,385) scale(0.35,0.35)"><g transform="" style="fill: rgb(17, 108, 134);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(980,385) scale(0.35,0.35)"><g transform="" style="fill: rgb(17, 108, 134);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(35,420) scale(0.35,0.35)"><g transform="" style="fill: rgb(17, 108, 134);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(70,420) scale(0.35,0.35)"><g transform="" style="fill: rgb(17, 108, 134);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(175,420) scale(0.35,0.35)"><g transform="" style="fill: rgb(17, 108, 134);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(210,420) scale(0.35,0.35)"><g transform="" style="fill: rgb(17, 108, 134);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(245,420) scale(0.35,0.35)"><g transform="" style="fill: rgb(17, 108, 134);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(280,420) scale(0.35,0.35)"><g transform="" style="fill: rgb(17, 108, 134);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(385,420) scale(0.35,0.35)"><g transform="" style="fill: rgb(17, 108, 134);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(455,420) scale(0.35,0.35)"><g transform="" style="fill: rgb(17, 108, 134);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(525,420) scale(0.35,0.35)"><g transform="" style="fill: rgb(17, 108, 134);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(560,420) scale(0.35,0.35)"><g transform="" style="fill: rgb(17, 108, 134);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(630,420) scale(0.35,0.35)"><g transform="" style="fill: rgb(17, 108, 134);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(665,420) scale(0.35,0.35)"><g transform="" style="fill: rgb(17, 108, 134);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(770,420) scale(0.35,0.35)"><g transform="" style="fill: rgb(17, 108, 134);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(805,420) scale(0.35,0.35)"><g transform="" style="fill: rgb(17, 108, 134);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(980,420) scale(0.35,0.35)"><g transform="" style="fill: rgb(17, 108, 134);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(0,455) scale(0.35,0.35)"><g transform="" style="fill: rgb(17, 108, 134);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(35,455) scale(0.35,0.35)"><g transform="" style="fill: rgb(17, 108, 134);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(70,455) scale(0.35,0.35)"><g transform="" style="fill: rgb(17, 108, 134);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(175,455) scale(0.35,0.35)"><g transform="" style="fill: rgb(17, 108, 134);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(245,455) scale(0.35,0.35)"><g transform="" style="fill: rgb(17, 108, 134);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(315,455) scale(0.35,0.35)"><g transform="" style="fill: rgb(17, 108, 134);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(350,455) scale(0.35,0.35)"><g transform="" style="fill: rgb(17, 108, 134);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(420,455) scale(0.35,0.35)"><g transform="" style="fill: rgb(17, 108, 134);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(455,455) scale(0.35,0.35)"><g transform="" style="fill: rgb(17, 108, 134);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(490,455) scale(0.35,0.35)"><g transform="" style="fill: rgb(17, 108, 134);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(560,455) scale(0.35,0.35)"><g transform="" style="fill: rgb(17, 108, 134);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(595,455) scale(0.35,0.35)"><g transform="" style="fill: rgb(17, 108, 134);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(630,455) scale(0.35,0.35)"><g transform="" style="fill: rgb(17, 108, 134);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(735,455) scale(0.35,0.35)"><g transform="" style="fill: rgb(17, 108, 134);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(770,455) scale(0.35,0.35)"><g transform="" style="fill: rgb(17, 108, 134);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(840,455) scale(0.35,0.35)"><g transform="" style="fill: rgb(17, 108, 134);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(875,455) scale(0.35,0.35)"><g transform="" style="fill: rgb(17, 108, 134);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(910,455) scale(0.35,0.35)"><g transform="" style="fill: rgb(17, 108, 134);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(945,455) scale(0.35,0.35)"><g transform="" style="fill: rgb(17, 108, 134);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(980,455) scale(0.35,0.35)"><g transform="" style="fill: rgb(17, 108, 134);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(0,490) scale(0.35,0.35)"><g transform="" style="fill: rgb(17, 108, 134);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(140,490) scale(0.35,0.35)"><g transform="" style="fill: rgb(17, 108, 134);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(175,490) scale(0.35,0.35)"><g transform="" style="fill: rgb(17, 108, 134);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(210,490) scale(0.35,0.35)"><g transform="" style="fill: rgb(17, 108, 134);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(315,490) scale(0.35,0.35)"><g transform="" style="fill: rgb(17, 108, 134);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(385,490) scale(0.35,0.35)"><g transform="" style="fill: rgb(17, 108, 134);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(420,490) scale(0.35,0.35)"><g transform="" style="fill: rgb(17, 108, 134);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(455,490) scale(0.35,0.35)"><g transform="" style="fill: rgb(17, 108, 134);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(560,490) scale(0.35,0.35)"><g transform="" style="fill: rgb(17, 108, 134);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(595,490) scale(0.35,0.35)"><g transform="" style="fill: rgb(17, 108, 134);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(665,490) scale(0.35,0.35)"><g transform="" style="fill: rgb(17, 108, 134);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(700,490) scale(0.35,0.35)"><g transform="" style="fill: rgb(17, 108, 134);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(735,490) scale(0.35,0.35)"><g transform="" style="fill: rgb(17, 108, 134);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(770,490) scale(0.35,0.35)"><g transform="" style="fill: rgb(17, 108, 134);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(805,490) scale(0.35,0.35)"><g transform="" style="fill: rgb(17, 108, 134);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(910,490) scale(0.35,0.35)"><g transform="" style="fill: rgb(17, 108, 134);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(980,490) scale(0.35,0.35)"><g transform="" style="fill: rgb(17, 108, 134);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(35,525) scale(0.35,0.35)"><g transform="" style="fill: rgb(17, 108, 134);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(70,525) scale(0.35,0.35)"><g transform="" style="fill: rgb(17, 108, 134);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(245,525) scale(0.35,0.35)"><g transform="" style="fill: rgb(17, 108, 134);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(280,525) scale(0.35,0.35)"><g transform="" style="fill: rgb(17, 108, 134);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(315,525) scale(0.35,0.35)"><g transform="" style="fill: rgb(17, 108, 134);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(350,525) scale(0.35,0.35)"><g transform="" style="fill: rgb(17, 108, 134);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(525,525) scale(0.35,0.35)"><g transform="" style="fill: rgb(17, 108, 134);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(630,525) scale(0.35,0.35)"><g transform="" style="fill: rgb(17, 108, 134);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(665,525) scale(0.35,0.35)"><g transform="" style="fill: rgb(17, 108, 134);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(770,525) scale(0.35,0.35)"><g transform="" style="fill: rgb(17, 108, 134);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(805,525) scale(0.35,0.35)"><g transform="" style="fill: rgb(17, 108, 134);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(840,525) scale(0.35,0.35)"><g transform="" style="fill: rgb(17, 108, 134);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(910,525) scale(0.35,0.35)"><g transform="" style="fill: rgb(17, 108, 134);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(980,525) scale(0.35,0.35)"><g transform="" style="fill: rgb(17, 108, 134);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(105,560) scale(0.35,0.35)"><g transform="" style="fill: rgb(17, 108, 134);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(140,560) scale(0.35,0.35)"><g transform="" style="fill: rgb(17, 108, 134);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(210,560) scale(0.35,0.35)"><g transform="" style="fill: rgb(17, 108, 134);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(245,560) scale(0.35,0.35)"><g transform="" style="fill: rgb(17, 108, 134);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(280,560) scale(0.35,0.35)"><g transform="" style="fill: rgb(17, 108, 134);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(490,560) scale(0.35,0.35)"><g transform="" style="fill: rgb(17, 108, 134);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(560,560) scale(0.35,0.35)"><g transform="" style="fill: rgb(17, 108, 134);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(665,560) scale(0.35,0.35)"><g transform="" style="fill: rgb(17, 108, 134);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(700,560) scale(0.35,0.35)"><g transform="" style="fill: rgb(17, 108, 134);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(875,560) scale(0.35,0.35)"><g transform="" style="fill: rgb(17, 108, 134);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(0,595) scale(0.35,0.35)"><g transform="" style="fill: rgb(17, 108, 134);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(140,595) scale(0.35,0.35)"><g transform="" style="fill: rgb(17, 108, 134);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(175,595) scale(0.35,0.35)"><g transform="" style="fill: rgb(17, 108, 134);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(245,595) scale(0.35,0.35)"><g transform="" style="fill: rgb(17, 108, 134);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(455,595) scale(0.35,0.35)"><g transform="" style="fill: rgb(17, 108, 134);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(490,595) scale(0.35,0.35)"><g transform="" style="fill: rgb(17, 108, 134);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(560,595) scale(0.35,0.35)"><g transform="" style="fill: rgb(17, 108, 134);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(630,595) scale(0.35,0.35)"><g transform="" style="fill: rgb(17, 108, 134);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(665,595) scale(0.35,0.35)"><g transform="" style="fill: rgb(17, 108, 134);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(700,595) scale(0.35,0.35)"><g transform="" style="fill: rgb(17, 108, 134);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(840,595) scale(0.35,0.35)"><g transform="" style="fill: rgb(17, 108, 134);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(910,595) scale(0.35,0.35)"><g transform="" style="fill: rgb(17, 108, 134);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(945,595) scale(0.35,0.35)"><g transform="" style="fill: rgb(17, 108, 134);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(0,630) scale(0.35,0.35)"><g transform="" style="fill: rgb(17, 108, 134);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(35,630) scale(0.35,0.35)"><g transform="" style="fill: rgb(17, 108, 134);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(105,630) scale(0.35,0.35)"><g transform="" style="fill: rgb(17, 108, 134);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(140,630) scale(0.35,0.35)"><g transform="" style="fill: rgb(17, 108, 134);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(175,630) scale(0.35,0.35)"><g transform="" style="fill: rgb(17, 108, 134);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(210,630) scale(0.35,0.35)"><g transform="" style="fill: rgb(17, 108, 134);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(280,630) scale(0.35,0.35)"><g transform="" style="fill: rgb(17, 108, 134);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(350,630) scale(0.35,0.35)"><g transform="" style="fill: rgb(17, 108, 134);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(385,630) scale(0.35,0.35)"><g transform="" style="fill: rgb(17, 108, 134);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(420,630) scale(0.35,0.35)"><g transform="" style="fill: rgb(17, 108, 134);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(525,630) scale(0.35,0.35)"><g transform="" style="fill: rgb(17, 108, 134);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(665,630) scale(0.35,0.35)"><g transform="" style="fill: rgb(17, 108, 134);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(735,630) scale(0.35,0.35)"><g transform="" style="fill: rgb(17, 108, 134);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(875,630) scale(0.35,0.35)"><g transform="" style="fill: rgb(17, 108, 134);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(980,630) scale(0.35,0.35)"><g transform="" style="fill: rgb(17, 108, 134);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(0,665) scale(0.35,0.35)"><g transform="" style="fill: rgb(17, 108, 134);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(35,665) scale(0.35,0.35)"><g transform="" style="fill: rgb(17, 108, 134);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(70,665) scale(0.35,0.35)"><g transform="" style="fill: rgb(17, 108, 134);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(105,665) scale(0.35,0.35)"><g transform="" style="fill: rgb(17, 108, 134);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(175,665) scale(0.35,0.35)"><g transform="" style="fill: rgb(17, 108, 134);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(245,665) scale(0.35,0.35)"><g transform="" style="fill: rgb(17, 108, 134);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(280,665) scale(0.35,0.35)"><g transform="" style="fill: rgb(17, 108, 134);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(420,665) scale(0.35,0.35)"><g transform="" style="fill: rgb(17, 108, 134);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(490,665) scale(0.35,0.35)"><g transform="" style="fill: rgb(17, 108, 134);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(735,665) scale(0.35,0.35)"><g transform="" style="fill: rgb(17, 108, 134);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(805,665) scale(0.35,0.35)"><g transform="" style="fill: rgb(17, 108, 134);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(840,665) scale(0.35,0.35)"><g transform="" style="fill: rgb(17, 108, 134);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(875,665) scale(0.35,0.35)"><g transform="" style="fill: rgb(17, 108, 134);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(910,665) scale(0.35,0.35)"><g transform="" style="fill: rgb(17, 108, 134);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(0,700) scale(0.35,0.35)"><g transform="" style="fill: rgb(17, 108, 134);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(35,700) scale(0.35,0.35)"><g transform="" style="fill: rgb(17, 108, 134);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(70,700) scale(0.35,0.35)"><g transform="" style="fill: rgb(17, 108, 134);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(105,700) scale(0.35,0.35)"><g transform="" style="fill: rgb(17, 108, 134);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(140,700) scale(0.35,0.35)"><g transform="" style="fill: rgb(17, 108, 134);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(210,700) scale(0.35,0.35)"><g transform="" style="fill: rgb(17, 108, 134);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(245,700) scale(0.35,0.35)"><g transform="" style="fill: rgb(17, 108, 134);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(350,700) scale(0.35,0.35)"><g transform="" style="fill: rgb(17, 108, 134);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(385,700) scale(0.35,0.35)"><g transform="" style="fill: rgb(17, 108, 134);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(455,700) scale(0.35,0.35)"><g transform="" style="fill: rgb(17, 108, 134);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(490,700) scale(0.35,0.35)"><g transform="" style="fill: rgb(17, 108, 134);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(525,700) scale(0.35,0.35)"><g transform="" style="fill: rgb(17, 108, 134);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(560,700) scale(0.35,0.35)"><g transform="" style="fill: rgb(17, 108, 134);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(595,700) scale(0.35,0.35)"><g transform="" style="fill: rgb(17, 108, 134);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(665,700) scale(0.35,0.35)"><g transform="" style="fill: rgb(17, 108, 134);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(700,700) scale(0.35,0.35)"><g transform="" style="fill: rgb(17, 108, 134);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(735,700) scale(0.35,0.35)"><g transform="" style="fill: rgb(17, 108, 134);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(770,700) scale(0.35,0.35)"><g transform="" style="fill: rgb(17, 108, 134);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(805,700) scale(0.35,0.35)"><g transform="" style="fill: rgb(17, 108, 134);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(840,700) scale(0.35,0.35)"><g transform="" style="fill: rgb(17, 108, 134);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(875,700) scale(0.35,0.35)"><g transform="" style="fill: rgb(17, 108, 134);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(910,700) scale(0.35,0.35)"><g transform="" style="fill: rgb(17, 108, 134);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(945,700) scale(0.35,0.35)"><g transform="" style="fill: rgb(17, 108, 134);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(280,735) scale(0.35,0.35)"><g transform="" style="fill: rgb(17, 108, 134);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(315,735) scale(0.35,0.35)"><g transform="" style="fill: rgb(17, 108, 134);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(350,735) scale(0.35,0.35)"><g transform="" style="fill: rgb(17, 108, 134);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(385,735) scale(0.35,0.35)"><g transform="" style="fill: rgb(17, 108, 134);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(490,735) scale(0.35,0.35)"><g transform="" style="fill: rgb(17, 108, 134);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(665,735) scale(0.35,0.35)"><g transform="" style="fill: rgb(17, 108, 134);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(700,735) scale(0.35,0.35)"><g transform="" style="fill: rgb(17, 108, 134);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(840,735) scale(0.35,0.35)"><g transform="" style="fill: rgb(17, 108, 134);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(875,735) scale(0.35,0.35)"><g transform="" style="fill: rgb(17, 108, 134);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(280,770) scale(0.35,0.35)"><g transform="" style="fill: rgb(17, 108, 134);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(315,770) scale(0.35,0.35)"><g transform="" style="fill: rgb(17, 108, 134);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(385,770) scale(0.35,0.35)"><g transform="" style="fill: rgb(17, 108, 134);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(490,770) scale(0.35,0.35)"><g transform="" style="fill: rgb(17, 108, 134);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(630,770) scale(0.35,0.35)"><g transform="" style="fill: rgb(17, 108, 134);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(665,770) scale(0.35,0.35)"><g transform="" style="fill: rgb(17, 108, 134);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(700,770) scale(0.35,0.35)"><g transform="" style="fill: rgb(17, 108, 134);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(770,770) scale(0.35,0.35)"><g transform="" style="fill: rgb(17, 108, 134);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(840,770) scale(0.35,0.35)"><g transform="" style="fill: rgb(17, 108, 134);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(875,770) scale(0.35,0.35)"><g transform="" style="fill: rgb(17, 108, 134);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(280,805) scale(0.35,0.35)"><g transform="" style="fill: rgb(17, 108, 134);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(420,805) scale(0.35,0.35)"><g transform="" style="fill: rgb(17, 108, 134);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(490,805) scale(0.35,0.35)"><g transform="" style="fill: rgb(17, 108, 134);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(525,805) scale(0.35,0.35)"><g transform="" style="fill: rgb(17, 108, 134);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(595,805) scale(0.35,0.35)"><g transform="" style="fill: rgb(17, 108, 134);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(630,805) scale(0.35,0.35)"><g transform="" style="fill: rgb(17, 108, 134);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(665,805) scale(0.35,0.35)"><g transform="" style="fill: rgb(17, 108, 134);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(700,805) scale(0.35,0.35)"><g transform="" style="fill: rgb(17, 108, 134);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(840,805) scale(0.35,0.35)"><g transform="" style="fill: rgb(17, 108, 134);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(280,840) scale(0.35,0.35)"><g transform="" style="fill: rgb(17, 108, 134);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(455,840) scale(0.35,0.35)"><g transform="" style="fill: rgb(17, 108, 134);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(490,840) scale(0.35,0.35)"><g transform="" style="fill: rgb(17, 108, 134);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(560,840) scale(0.35,0.35)"><g transform="" style="fill: rgb(17, 108, 134);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(665,840) scale(0.35,0.35)"><g transform="" style="fill: rgb(17, 108, 134);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(700,840) scale(0.35,0.35)"><g transform="" style="fill: rgb(17, 108, 134);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(735,840) scale(0.35,0.35)"><g transform="" style="fill: rgb(17, 108, 134);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(770,840) scale(0.35,0.35)"><g transform="" style="fill: rgb(17, 108, 134);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(805,840) scale(0.35,0.35)"><g transform="" style="fill: rgb(17, 108, 134);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(840,840) scale(0.35,0.35)"><g transform="" style="fill: rgb(17, 108, 134);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(875,840) scale(0.35,0.35)"><g transform="" style="fill: rgb(17, 108, 134);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(280,875) scale(0.35,0.35)"><g transform="" style="fill: rgb(17, 108, 134);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(315,875) scale(0.35,0.35)"><g transform="" style="fill: rgb(17, 108, 134);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(350,875) scale(0.35,0.35)"><g transform="" style="fill: rgb(17, 108, 134);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(385,875) scale(0.35,0.35)"><g transform="" style="fill: rgb(17, 108, 134);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(455,875) scale(0.35,0.35)"><g transform="" style="fill: rgb(17, 108, 134);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(630,875) scale(0.35,0.35)"><g transform="" style="fill: rgb(17, 108, 134);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(665,875) scale(0.35,0.35)"><g transform="" style="fill: rgb(17, 108, 134);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(735,875) scale(0.35,0.35)"><g transform="" style="fill: rgb(17, 108, 134);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(805,875) scale(0.35,0.35)"><g transform="" style="fill: rgb(17, 108, 134);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(945,875) scale(0.35,0.35)"><g transform="" style="fill: rgb(17, 108, 134);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(315,910) scale(0.35,0.35)"><g transform="" style="fill: rgb(17, 108, 134);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(490,910) scale(0.35,0.35)"><g transform="" style="fill: rgb(17, 108, 134);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(525,910) scale(0.35,0.35)"><g transform="" style="fill: rgb(17, 108, 134);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(595,910) scale(0.35,0.35)"><g transform="" style="fill: rgb(17, 108, 134);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(735,910) scale(0.35,0.35)"><g transform="" style="fill: rgb(17, 108, 134);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(805,910) scale(0.35,0.35)"><g transform="" style="fill: rgb(17, 108, 134);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(840,910) scale(0.35,0.35)"><g transform="" style="fill: rgb(17, 108, 134);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(910,910) scale(0.35,0.35)"><g transform="" style="fill: rgb(17, 108, 134);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(945,910) scale(0.35,0.35)"><g transform="" style="fill: rgb(17, 108, 134);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(980,910) scale(0.35,0.35)"><g transform="" style="fill: rgb(17, 108, 134);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(385,945) scale(0.35,0.35)"><g transform="" style="fill: rgb(17, 108, 134);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(455,945) scale(0.35,0.35)"><g transform="" style="fill: rgb(17, 108, 134);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(525,945) scale(0.35,0.35)"><g transform="" style="fill: rgb(17, 108, 134);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(735,945) scale(0.35,0.35)"><g transform="" style="fill: rgb(17, 108, 134);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(770,945) scale(0.35,0.35)"><g transform="" style="fill: rgb(17, 108, 134);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(805,945) scale(0.35,0.35)"><g transform="" style="fill: rgb(17, 108, 134);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(875,945) scale(0.35,0.35)"><g transform="" style="fill: rgb(17, 108, 134);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(910,945) scale(0.35,0.35)"><g transform="" style="fill: rgb(17, 108, 134);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(980,945) scale(0.35,0.35)"><g transform="" style="fill: rgb(17, 108, 134);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(280,980) scale(0.35,0.35)"><g transform="" style="fill: rgb(17, 108, 134);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(315,980) scale(0.35,0.35)"><g transform="" style="fill: rgb(17, 108, 134);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(385,980) scale(0.35,0.35)"><g transform="" style="fill: rgb(17, 108, 134);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(455,980) scale(0.35,0.35)"><g transform="" style="fill: rgb(17, 108, 134);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(490,980) scale(0.35,0.35)"><g transform="" style="fill: rgb(17, 108, 134);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(630,980) scale(0.35,0.35)"><g transform="" style="fill: rgb(17, 108, 134);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(665,980) scale(0.35,0.35)"><g transform="" style="fill: rgb(17, 108, 134);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(700,980) scale(0.35,0.35)"><g transform="" style="fill: rgb(17, 108, 134);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(735,980) scale(0.35,0.35)"><g transform="" style="fill: rgb(17, 108, 134);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(770,980) scale(0.35,0.35)"><g transform="" style="fill: rgb(17, 108, 134);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(840,980) scale(0.35,0.35)"><g transform="" style="fill: rgb(17, 108, 134);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(875,980) scale(0.35,0.35)"><g transform="" style="fill: rgb(17, 108, 134);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(0,0) scale(2.45, 2.45)"><g transform="" style="fill: rgb(17, 108, 134);">
|
||||
<g>
|
||||
<rect x="15" y="15" style="fill:none;" width="70" height="70"/>
|
||||
<path d="M85,0H15H0v15v70v15h15h70h15V85V15V0H85z M85,85H15V15h70V85z"/>
|
||||
</g>
|
||||
</g></g><g transform="translate(770,0) scale(2.45, 2.45)"><g transform="" style="fill: rgb(17, 108, 134);">
|
||||
<g>
|
||||
<rect x="15" y="15" style="fill:none;" width="70" height="70"/>
|
||||
<path d="M85,0H15H0v15v70v15h15h70h15V85V15V0H85z M85,85H15V15h70V85z"/>
|
||||
</g>
|
||||
</g></g><g transform="translate(0,770) scale(2.45, 2.45)"><g transform="" style="fill: rgb(17, 108, 134);">
|
||||
<g>
|
||||
<rect x="15" y="15" style="fill:none;" width="70" height="70"/>
|
||||
<path d="M85,0H15H0v15v70v15h15h70h15V85V15V0H85z M85,85H15V15h70V85z"/>
|
||||
</g>
|
||||
</g></g><g transform="translate(70,70) scale(1.05, 1.05)"><g transform="" style="fill: rgb(17, 108, 134);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(840,70) scale(1.05, 1.05)"><g transform="" style="fill: rgb(17, 108, 134);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g><g transform="translate(70,840) scale(1.05, 1.05)"><g transform="" style="fill: rgb(17, 108, 134);">
|
||||
<rect width="100" height="100"/>
|
||||
</g></g></g></svg>
|
After Width: | Height: | Size: 47 KiB |
|
@ -3,10 +3,16 @@
|
|||
xmlns:xhtml="http://www.w3.org/1999/xhtml">
|
||||
<url>
|
||||
<loc>http://localhost:1313/pages/</loc>
|
||||
<lastmod>2023-10-02T10:00:00-05:00</lastmod>
|
||||
<lastmod>2024-04-01T10:05:00-05:00</lastmod>
|
||||
</url><url>
|
||||
<loc>http://localhost:1313/</loc>
|
||||
<lastmod>2023-10-02T10:00:00-05:00</lastmod>
|
||||
<lastmod>2024-04-01T10:05:00-05:00</lastmod>
|
||||
</url><url>
|
||||
<loc>http://localhost:1313/pages/contact_thankyou/</loc>
|
||||
<lastmod>2024-04-01T10:05:00-05:00</lastmod>
|
||||
</url><url>
|
||||
<loc>http://localhost:1313/pages/newsletter_thankyou/</loc>
|
||||
<lastmod>2024-04-01T10:05:00-05:00</lastmod>
|
||||
</url><url>
|
||||
<loc>http://localhost:1313/pages/open_source/</loc>
|
||||
<lastmod>2023-10-02T10:00:00-05:00</lastmod>
|
||||
|
@ -43,15 +49,9 @@
|
|||
</url><url>
|
||||
<loc>http://localhost:1313/posts/deep_dives/approval/</loc>
|
||||
<lastmod>2023-01-02T14:09:00-05:00</lastmod>
|
||||
</url><url>
|
||||
<loc>http://localhost:1313/pages/contact_thankyou/</loc>
|
||||
<lastmod>2023-01-02T10:05:00-05:00</lastmod>
|
||||
</url><url>
|
||||
<loc>http://localhost:1313/pages/enterprise_thankyou/</loc>
|
||||
<lastmod>2023-01-02T10:05:00-05:00</lastmod>
|
||||
</url><url>
|
||||
<loc>http://localhost:1313/pages/newsletter_thankyou/</loc>
|
||||
<lastmod>2023-01-02T10:05:00-05:00</lastmod>
|
||||
</url><url>
|
||||
<loc>http://localhost:1313/pages/thankyou/</loc>
|
||||
<lastmod>2023-01-02T10:05:00-05:00</lastmod>
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -18,10 +18,10 @@ $(document).ready(function(){
|
|||
}
|
||||
});
|
||||
$(".owl-carousel-reference").owlCarousel({
|
||||
items:1,
|
||||
loop:true,
|
||||
items:2,
|
||||
loop:false,
|
||||
margin:10,
|
||||
autoplay:true,
|
||||
autoplay:false,
|
||||
autoplayTimeout:6000,
|
||||
autoplayHoverPause:true
|
||||
});
|
||||
|
|
|
@ -5,6 +5,7 @@
|
|||
{{- $buttonText := index $section3 "buttontext" }}
|
||||
{{- $buttonLink := index $section3 "buttonlink" }}
|
||||
<section class="section section-feature-grey is-medium" id="section3">
|
||||
<h1>This is seciont 3 </h1>
|
||||
<div class="container">
|
||||
<div class="columns">
|
||||
<div class="column is-10 is-offset-1">
|
||||
|
|
Loading…
Reference in New Issue