feat(place-order): Adds order hardware system

fix(place-order): Avoids colliding with page var

feat(place-order): Adds drag(copy)/drop system
Finally get this to work..
Still some minor issues while drag(copy)/drop
This commit allows to drag(copy)/drop inside the crate.
Allows to reorder the crate

feat(place-order): Adds basic summary of shopping cart
allows to delete item

feat(place-order): Adds form
also applies some cosmetcis css

feat(place-order): Applies custom css to drag/drop process

feat(place-order): Improves crate UI

feat(place-order): Adds missing assets

feat(place-order): Updates icon button add

feat(place-order): Changes cart layout to increase space
- moves up the control crate type (rack/desktop)
- increase card size a bit
- reduces some padding
- adding some space above card title
- re-organise react component to achieve this layout

feat(place-order): Updates icon remove in summary price
- uses icon instead of shitty html/css
- re-organises react component

fix(place-order): Reduces overlay gradient effect on the aside
also increases padding-bottom to avoid overlay above content

feat(place-order): Updates summary price layout

feat(place-order): Updates CrateMode using data
this avoid using hard text in component
and also, adding crate mode in data.js will be helpful
for other component too (e.g OrderSummary)

feat(place-order): Adds crate mode in OrderSummary
Allows to add fees to rack mode for exemple

feat(place-order): Allows to delete all items in the crate at once

feat(place-order): Updates typo
uses currentMode instead of crateMode

feat(place-order): Displays selection shadow on card when user hover delete button

feat(place-order): Allows to add item to the crate

feat(place-order): Corrects typo

feat(place-order): Corrects layout for browser support

feat(place-order): Adds first automatic rules
this allows to test how things could be done

feat(place-order): Allows to remove card when drop out of crate

feat(place-order): Adds icon reminder to rules

feat(place-order): Uses internal js production assets

feat(place-order): Uses production file

feat(place-order): Adds kali first as initialisation

feat(place-order): Simulates slots in crate (desktop/rack)

feat(place-order): Updates data that prepare for rules algo

feat(place-order): Adds some rules

feat(place-order): Removes rule 2kasli when no more kasli
it's a fix

feat(place-order): Corrects typo rules koster

fix(place-order): Removes PWA prompt

fix(place-order): Corrects size card inside crate

refactor(place-order): Reduces padding between items in listing

refactor(place-order): Uses USD currency

feat(place-order): Upgrades algo for rules

feat(place-order): Adds progress bar to kasli/kasli w/backplane

feat(place-order): Refactores a bit rule handler

feat(place-order): Adds all other rules

fix(place-order): Corrects typo

fix(place-order): Corrects count zotino/hd68 when IDC-BNC does not follow each others

feat(place-order): Backups dev script call just in case
For now, I can work with prod build even debugging production code

feat(place-order): Adds super tooltip to progress bar

feat(place-order): Adds tooltip for zotino/hd68 too

refactor(place-order): Updates typo rule for Koster

feat(place-order/WIP): Adds warning

feat(place-order): Adds Mirny
adds css changes from previous commit (i've forgotten)

feat(place-order): Updates build

feat(place-order): Set RJ45-DIO to occupy 2 EEMs

feat(place-order): Make clocker progress bar visible
It was hidden by horizontal scrollbar inside crate

feat(place-order): Remove red warning for 2 kaslis following each other

feat(place-order): Adds rule for cards that need a resource controller

feat(place-order): Corrects typo, adds point to end of message

feat(place-order): Changes idc-bnc info into a warning one

feat(place-order): Moves down warning box

feat(place-order): Updates some cosmetics css

fix(place-order): Removes IDC-BNC from Kasli connectors count

feat(place-order): Displays warning on hover warning icon

feat(place-order): Updates design hover item in listing

feat(place-order): Updates price estimate

feat(place-order): Displays warning in summary

feat(place-order): Allows to select item

feat(place-order): Allows to send request quote through client email

fix(place-order): Allows to click on remove inside summary list

feat(place-order): Adds btn remove for each cards inside crate

feat(place-order): Builds

fix(place-order): Updates icon warning

fix(place-order): Corrects recipient email address
LOL, forgot to remove mine haha

fix(place-order): Removes typo (kasli double)

fix(place-order): Removes num from email title subject

fix(place-order): Adds warning resources to mirny, zotino
Also updates message text

feat(place-order): Adds clocker counter

feat(place-order): Uses warning for id68 instead of reminder

feat(place-order): Adds crate type into the json

feat(place-order): Adds btn order hardware in homepage

refactor(place-order): Cleans a bit

fix(place-order): Improves a bit ux remove item from crate

fix(place-order): Improves a bit ux remove item from crate

feat(place-order): Builds

fix(place-order): Uses cursor pointer on remove button

fix(place-order): Corrects card need a resources card

chore(place-order): Removes call to ap.js

fix(place-order): Tries with fixed height on warning icon

fix(place-order): Adds fixed height to other element

fix(place-order): Tries to remove up container height to let flex to its job

fix(place-order): Removes .trim call which block multiline and augments row to 5

feat(place-order): Builds

fix(place-order): Adds min-height for the crate
master
sovanna 2019-10-02 13:16:07 +09:00 committed by Sebastien Bourdeauducq
parent 29506fa9e1
commit e025f66f3e
52 changed files with 12385 additions and 15 deletions

1
.gitignore vendored
View File

@ -1 +1,2 @@
public
node_modules

View File

@ -0,0 +1,8 @@
+++
title = "Order hardware"
weight = 5
template = "page-place-order.html"
[extra]
menu_item = "th1"
+++

3553
package-lock.json generated Normal file

File diff suppressed because it is too large Load Diff

28
package.json Normal file
View File

@ -0,0 +1,28 @@
{
"name": "m-labs-zola",
"version": "1.0.0",
"description": "These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. For deployment, see the nix-scripts repository. Commits to https://git.m-labs.hk/M-Labs/web2019.git are automatically deployed to m-labs.hk through Hydra.",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "./node_modules/.bin/babel static/js/shop.jsx --watch -o static/js/shop.min.js",
"build": "./node_modules/.bin/babel static/js/shop.jsx -o static/js/shop.min.js"
},
"repository": {
"type": "git",
"url": "https://git.m-labs.hk/M-Labs/web2019.git"
},
"devDependencies": {
"@babel/cli": "^7.6.4",
"@babel/core": "^7.6.4",
"@babel/preset-env": "^7.6.3",
"@babel/preset-react": "^7.6.3",
"babel-preset-minify": "^0.5.1"
},
"babel": {
"presets": [
"@babel/preset-env",
"@babel/preset-react",
"minify"
]
}
}

View File

@ -224,3 +224,13 @@ a[aria-expanded='true']:after {
.hkstyleh5 h5 {
text-align: center;
}
.w-auto {
width: auto;
}
.btn-primary.btn-inversed {
border: 1px solid $btn-primary-2 !important;
background-color: transparent !important;
color: $btn-primary-2 !important;
}

450
sass/css/_shop.scss Normal file
View File

@ -0,0 +1,450 @@
#root-shop, #root-shop > div {
width: 100%;
height: calc(100vh - 72px);
overflow: hidden;
}
button {
outline: none!important;
}
#root-shop {
.layout {
display: flex;
> aside.aside {
flex: 2;
background-color: $color-primary;
overflow-y: scroll;
overflow-x: hidden;
position: relative;
/*padding-bottom: 4rem!important;*/
}
> aside.aside:after {
position: fixed;
bottom: 0;
height: 100px;
width: calc(2 / 6 * 100%);
content: "";
background: linear-gradient(
to top,
rgba(13, 53, 71, 1),
rgba(13, 53, 71, 0)
);
pointer-events: none;
}
> section.main {
flex: 4;
max-width: calc(4 / 6 * 100%);
overflow-y: scroll;
}
}
.productItem {
display: flex;
color: white;
padding: 3rem 2rem 1rem;
.content {
flex: 1;
display: flex;
flex-direction: column;
> *:not(:last-child) {
margin-bottom: 20px;
}
img {
height: 400px;
align-self: center;
border: 0;
}
h3 {
color: white;
}
button {
background-color: inherit;
align-self: center;
border: 0;
img {
width: 40px;
height: auto;
}
}
.price {
align-self: flex-start;
padding: .5rem 1rem;
border: 2px solid $btn-primary-2;
border-radius: 3px;
font-weight: 700;
}
ul {
font-size: .8rem;
margin: 0;
padding-left: 20px;
li::before {
color: white;
}
li {
padding: .3rem 0;
}
}
}
}
.backlog-container {
padding-bottom: 4rem;
}
.rule {
margin-bottom: .3rem;
font-size: .8rem;
img {
width: 20px;
}
}
.panel {
padding: 3rem;
overflow: hidden;
h2 {
padding-bottom: .5rem;
}
.control {
display: flex;
font-size: .8rem;
> p {
width: 50%;
padding-right: 30px;
}
.crate-mode {
text-align: right;
width: 50%;
a {
cursor: pointer;
margin-right: 1rem;
color: inherit;
text-decoration: none;
padding-bottom: 5px;
}
a.active {
font-weight: 700;
border-bottom: 3px solid $btn-primary-2;
}
}
}
.summary {
display: flex;
margin: 2rem 0;
> .summary-price {
flex: 1;
font-size: .8rem;
table {
max-width: 350px;
}
.summary-remove-all {
padding-bottom: 1rem;
.item-card-name {
color: $btn-primary-2;
}
}
.item-card-name {
font-weight: 700;
}
.price {
text-align: left;
}
.item-card-name > div,
.price > div {
display: inline;
}
.item-card-name,
.price {
> .alert-warning {
background-color: inherit;
height: inherit;
width: 20px;
padding-bottom: 3px;
}
}
thead, tbody, tfoot {
display: block;
/*max-height: 200px;
overflow-y: auto;*/
tr {
display: table;
table-layout: fixed;
width: 100%;
}
tr.hoverable {
cursor: pointer;
}
tr.hoverable:hover,
tr.hoverable.selected {
background-color: $color-hover;
}
td {
padding: 1px 5px;
}
}
tfoot {
color: $btn-primary-2;
font-size: 1.2rem;
td {
padding: 1.2rem 0;
}
}
button {
background-color: inherit;
border: 0;
margin-left: 20px;
img {
width: 20px;
height: auto;
}
}
}
> .summary-form {
flex: 1;
display: flex;
flex-direction: column;
align-items: flex-end;
form {
display: flex;
flex-direction: column;
width: 80%;
input:not([type="submit"]),
textarea {
border: 1px solid $color-secondary;
border-radius: 3px;
margin: 0 0 1rem;
padding: .4rem;
}
input[type="submit"] {
background-color: $btn-primary-2;
font-weight: 700;
color: white;
padding: .7rem;
border: 0;
border-radius: 3px;
}
}
}
}
.crate {
position: relative;
.crate-products {
box-shadow: 0 .5rem 1rem rgba(0,0,0,.15);
padding: .5rem .5rem 1rem;
.items-cart-list {
display: flex;
flex-direction: row;
flex-wrap: nowrap;
overflow-x: auto;
overflow-y: hidden;
-webkit-overflow-scrolling: touch;
-ms-overflow-style: -ms-autohiding-scrollbar;
min-height: 345px;
background-color: #ebebeb;
padding: 5px 5px 12px;
position: relative;
> div {
display: flex;
flex-direction: column;
max-width: 96px;
justify-content: flex-start;
align-content: center;
align-items: center;
margin-right: 8px;
flex-shrink: 0;
padding: 5px 3px;
}
h6 {
font-size: .6rem;
text-align: center;
white-space: nowrap;
}
img {
height: 250px;
border: 0;
flex-shrink: 0;
}
.nbr-connectors, .nbr-clocks {
width: 100%;
height: 6px;
margin-top: 5px;
border: 1px solid #0d3547;
> div {
height: 100%;
width: 0%;
}
}
.nbr-connectors > div {
background-color: $brand-color;
}
.nbr-clocks > div {
background-color: #d689bf;
}
.progress-container {
width: 100%;
text-align: center;
> .alert-warning {
background-color: inherit;
height: inherit;
width: 20px;
padding-bottom: 3px;
}
.k-popup-connectors,
.k-popup-warning {
position: absolute;
background-color: $color-primary;
color: white;
font-weight: 700;
font-size: .6rem;
padding: .8rem 1rem;
box-shadow: 0 0.5rem 1rem rgba(0,0,0,0.15);
text-align: left;
p {
margin-bottom: 0;
}
p + p {
padding-bottom: 8px;
}
}
.k-popup-connectors {
min-width: 200px;
bottom: 50px;
}
.k-popup-warning {
background-color: #c75e5e;
min-width: 350px;
.rule.warning {
display: flex;
font-size: .75rem;
img {
margin-right: 10px;
height: 100%;
}
}
}
}
.overlayRemove {
bottom: 0;
width: 100%;
height: 70px;
margin-top: -70px;
display: flex;
align-items: center;
justify-content: center;
background-color: $brand-color;
color: white;
flex-direction: column;
cursor: pointer;
img {
width: 20px;
height: 20px;
}
p {
font-size: .65rem;
margin: 0;
}
}
}
.hovered {
box-shadow: 0 0 5px rgba(255, 0, 0, .8);
}
}
.crate-info {
padding: 1rem 0 0;
}
}
}
.arrow_box {
position: relative;
background: #c75e5e;
border: 2px solid #c75e5e;
}
.arrow_box:after, .arrow_box:before {
top: 100%;
left: 5%;
border: solid transparent;
content: " ";
height: 0;
width: 0;
position: absolute;
pointer-events: none;
}
.arrow_box:after {
border-color: rgba(199, 94, 94, 0);
border-top-color: #c75e5e;
border-width: 10px;
margin-left: -10px;
}
.arrow_box:before {
border-color: rgba(199, 94, 94, 0);
border-top-color: #c75e5e;
border-width: 10px;
margin-left: -10px;
}
}

View File

@ -21,8 +21,11 @@ $color-secondary: #1a6d93 !default;
$btn-primary-2: #715ec7 !default;
$btn-secondary-2: #a88cfd !default;
$color-hover: #eae7f7 !default;
// Import partials.
@import
"_base",
"_layout"
"_layout",
"_shop"
;

Binary file not shown.

After

Width:  |  Height:  |  Size: 76 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 38 KiB

View File

@ -0,0 +1,614 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 18.1.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
viewBox="2861.2 151.4 180 500" enable-background="new 2861.2 151.4 180 500" xml:space="preserve">
<g id="Kasli">
</g>
<g id="Kasli_with_backplane">
</g>
<g id="zotino">
</g>
<g id="Novo">
</g>
<g id="IDC_BNC_adapter_copy">
</g>
<g id="HD68">
</g>
<g id="Clocker">
</g>
<g id="Koster">
</g>
<g id="EEM_Octal">
</g>
<g id="EEM16x">
</g>
<g id="BNC_DIO__x28_new_x29_">
<g id="Group_122_2_" transform="translate(1548 -531)">
<g id="Rectangle_1_3_" transform="translate(-1548 531)">
<rect x="2861.2" y="151.4" fill="#FFFFFF" width="180" height="500"/>
<rect x="2862.2" y="152.4" fill="none" stroke="#0D3547" stroke-width="2" width="178" height="498"/>
</g>
<rect x="1320.8" y="805.2" fill="none" stroke="#0D3547" stroke-width="2" width="164.3" height="166"/>
<g id="Group_2_1_" transform="translate(-1829.339 512.463) rotate(-90)">
<g id="Path_1_1_" transform="translate(-227 330)">
<path fill="#FFFFFF" d="M-125.4,2896.2c-4.5,0-8.8-1.8-12-5s-5-7.5-5-12s1.8-8.8,5-12c3.2-3.2,7.5-5,12-5c4.5,0,8.8,1.8,12,5
c3.2,3.2,5,7.5,5,12s-1.8,8.8-5,12C-116.6,2894.4-120.9,2896.2-125.4,2896.2z"/>
<path fill="#715EC7" d="M-125.4,2863.2c-4.3,0-8.3,1.7-11.3,4.7s-4.7,7-4.7,11.3s1.7,8.3,4.7,11.3s7,4.7,11.3,4.7
c4.3,0,8.3-1.7,11.3-4.7c3-3,4.7-7,4.7-11.3s-1.7-8.3-4.7-11.3C-117.2,2864.8-121.2,2863.2-125.4,2863.2 M-125.4,2861.2
c9.9,0,18,8.1,18,18s-8.1,18-18,18c-9.9,0-18-8.1-18-18S-135.4,2861.2-125.4,2861.2z"/>
</g>
<g id="Path_2_1_" transform="translate(-220.111 336.889)">
<path fill="#FFFFFF" d="M-132.5,2879c-3.8,0-6.9-3.1-6.9-6.9c0-3.8,3.1-6.9,6.9-6.9s6.9,3.1,6.9,6.9
C-125.6,2875.9-128.7,2879-132.5,2879z"/>
<path fill="#0D3547" d="M-132.5,2869.2c-1.6,0-2.9,1.3-2.9,2.9c0,1.6,1.3,2.9,2.9,2.9s2.9-1.3,2.9-2.9
C-129.6,2870.5-130.9,2869.2-132.5,2869.2 M-132.5,2861.2c6,0,10.9,4.9,10.9,10.9c0,6-4.9,10.9-10.9,10.9
c-6,0-10.9-4.9-10.9-10.9C-143.4,2866.1-138.6,2861.2-132.5,2861.2z"/>
</g>
</g>
<g enable-background="new ">
<path fill="#715EC7" d="M1381.8,771.3h2.2c1,0,1.7,0.1,2.2,0.4c0.5,0.3,0.7,0.7,0.7,1.4c0,0.4-0.1,0.8-0.3,1
c-0.2,0.3-0.5,0.4-0.8,0.5v0c0.5,0.1,0.8,0.3,1,0.6c0.2,0.3,0.3,0.6,0.3,1.1c0,0.7-0.2,1.2-0.7,1.5c-0.5,0.4-1.1,0.5-1.9,0.5
h-2.7V771.3z M1383.3,774.1h0.9c0.4,0,0.7-0.1,0.9-0.2c0.2-0.1,0.3-0.3,0.3-0.6c0-0.3-0.1-0.5-0.3-0.6c-0.2-0.1-0.5-0.2-0.9-0.2
h-0.8V774.1z M1383.3,775.3v1.9h1c0.4,0,0.7-0.1,0.9-0.2s0.3-0.4,0.3-0.7c0-0.6-0.4-0.9-1.3-0.9H1383.3z"/>
<path fill="#715EC7" d="M1394.9,778.4h-1.9l-3.1-5.4h0c0.1,1,0.1,1.6,0.1,2v3.4h-1.4v-7.1h1.9l3.1,5.3h0c0-0.9-0.1-1.6-0.1-2
v-3.4h1.4V778.4z"/>
<path fill="#715EC7" d="M1399.7,772.5c-0.6,0-1,0.2-1.3,0.6c-0.3,0.4-0.5,1-0.5,1.8c0,1.6,0.6,2.4,1.8,2.4c0.5,0,1.1-0.1,1.8-0.4
v1.3c-0.6,0.2-1.2,0.4-2,0.4c-1,0-1.8-0.3-2.4-0.9c-0.6-0.6-0.8-1.5-0.8-2.7c0-0.7,0.1-1.4,0.4-2c0.3-0.6,0.7-1,1.2-1.3
c0.5-0.3,1.1-0.4,1.8-0.4c0.7,0,1.4,0.2,2.1,0.5l-0.5,1.2c-0.3-0.1-0.5-0.2-0.8-0.3S1399.9,772.5,1399.7,772.5z"/>
<path fill="#715EC7" d="M1402.6,776.1v-1.2h2.6v1.2H1402.6z"/>
<path fill="#715EC7" d="M1412.6,774.8c0,1.2-0.3,2.1-1,2.7c-0.7,0.6-1.6,0.9-2.9,0.9h-2v-7.1h2.2c1.2,0,2.1,0.3,2.7,0.9
S1412.6,773.7,1412.6,774.8z M1411,774.9c0-1.5-0.7-2.3-2-2.3h-0.8v4.6h0.6C1410.3,777.2,1411,776.4,1411,774.9z"/>
<path fill="#715EC7" d="M1416.8,778.4h-3.2v-0.9l0.9-0.4v-4.6l-0.9-0.4v-0.9h3.2v0.9l-0.9,0.4v4.6l0.9,0.4V778.4z"/>
<path fill="#715EC7" d="M1424.5,774.9c0,1.2-0.3,2.1-0.9,2.7s-1.4,1-2.5,1s-1.9-0.3-2.5-1s-0.9-1.5-0.9-2.7s0.3-2.1,0.9-2.7
c0.6-0.6,1.4-0.9,2.5-0.9s1.9,0.3,2.5,0.9C1424.2,772.8,1424.5,773.7,1424.5,774.9z M1419.2,774.9c0,0.8,0.2,1.4,0.5,1.8
s0.8,0.6,1.4,0.6c1.2,0,1.8-0.8,1.8-2.4c0-1.6-0.6-2.4-1.8-2.4c-0.6,0-1.1,0.2-1.4,0.6C1419.4,773.5,1419.2,774.1,1419.2,774.9z"
/>
</g>
<g enable-background="new ">
<path fill="#0D3547" d="M1465.8,848.4h-3.2v-0.9l0.9-0.4v-4.6l-0.9-0.4v-0.9h3.2v0.9l-0.9,0.4v4.6l0.9,0.4V848.4z"/>
<path fill="#0D3547" d="M1473.5,844.9c0,1.2-0.3,2.1-0.9,2.7s-1.4,1-2.5,1s-1.9-0.3-2.5-1s-0.9-1.5-0.9-2.7s0.3-2.1,0.9-2.7
c0.6-0.6,1.4-0.9,2.5-0.9c1.1,0,1.9,0.3,2.5,0.9S1473.5,843.7,1473.5,844.9z M1468.2,844.9c0,0.8,0.2,1.4,0.5,1.8
s0.8,0.6,1.4,0.6c1.2,0,1.8-0.8,1.8-2.4c0-1.6-0.6-2.4-1.8-2.4c-0.6,0-1.1,0.2-1.4,0.6C1468.4,843.5,1468.2,844.1,1468.2,844.9z"
/>
<path fill="#0D3547" d="M1478,848.4h-1.5v-4.1c0-0.1,0-0.2,0-0.3c0-0.1,0-0.2,0-0.4c0-0.1,0-0.3,0-0.4s0-0.2,0-0.4
c0,0,0,0-0.1,0.1s-0.1,0.1-0.1,0.1c0,0-0.1,0.1-0.2,0.1c-0.1,0-0.1,0.1-0.2,0.1l-0.8,0.7l-0.7-0.9l2.3-1.8h1.2V848.4z"/>
</g>
<g enable-background="new ">
<path fill="#0D3547" d="M1401.8,848.4h-3.2v-0.9l0.9-0.4v-4.6l-0.9-0.4v-0.9h3.2v0.9l-0.9,0.4v4.6l0.9,0.4V848.4z"/>
<path fill="#0D3547" d="M1409.5,844.9c0,1.2-0.3,2.1-0.9,2.7s-1.4,1-2.5,1s-1.9-0.3-2.5-1s-0.9-1.5-0.9-2.7s0.3-2.1,0.9-2.7
c0.6-0.6,1.4-0.9,2.5-0.9c1.1,0,1.9,0.3,2.5,0.9S1409.5,843.7,1409.5,844.9z M1404.2,844.9c0,0.8,0.2,1.4,0.5,1.8
s0.8,0.6,1.4,0.6c1.2,0,1.8-0.8,1.8-2.4c0-1.6-0.6-2.4-1.8-2.4c-0.6,0-1.1,0.2-1.4,0.6C1404.4,843.5,1404.2,844.1,1404.2,844.9z"
/>
<path fill="#0D3547" d="M1415.2,844.9c0,0.6,0,1.1-0.1,1.5s-0.2,0.8-0.4,1.2s-0.5,0.6-0.8,0.7s-0.7,0.2-1.1,0.2
c-0.4,0-0.8-0.1-1.1-0.2c-0.3-0.2-0.6-0.4-0.8-0.7c-0.2-0.3-0.4-0.7-0.5-1.2s-0.1-1-0.1-1.5s0-1.1,0.1-1.5s0.2-0.8,0.4-1.2
s0.4-0.6,0.8-0.7c0.3-0.2,0.7-0.3,1.1-0.3c0.4,0,0.8,0.1,1.1,0.2c0.3,0.2,0.6,0.4,0.8,0.7s0.4,0.7,0.5,1.2
C1415.2,843.8,1415.2,844.3,1415.2,844.9z M1411.8,844.9c0,0.8,0.1,1.4,0.2,1.8c0.1,0.4,0.4,0.6,0.7,0.6c0.3,0,0.6-0.2,0.7-0.6
s0.2-1,0.2-1.8c0-0.8-0.1-1.4-0.2-1.8c-0.1-0.4-0.4-0.6-0.7-0.6c-0.2,0-0.3,0.1-0.4,0.2s-0.2,0.3-0.3,0.5
c-0.1,0.2-0.1,0.5-0.2,0.8C1411.9,844.1,1411.8,844.5,1411.8,844.9z"/>
</g>
<g id="Group_9_1_" transform="translate(-1674 433)">
<circle id="Ellipse_4_3_" fill="#5EC793" cx="3018.2" cy="401.2" r="4"/>
<g enable-background="new ">
<path fill="#0D3547" d="M3008.3,387.6c0,1.2-0.3,2.1-0.9,2.7s-1.4,1-2.5,1s-1.9-0.3-2.5-1s-0.9-1.5-0.9-2.7s0.3-2.1,0.9-2.7
c0.6-0.6,1.4-0.9,2.5-0.9c1.1,0,1.9,0.3,2.5,0.9S3008.3,386.4,3008.3,387.6z M3003,387.6c0,0.8,0.2,1.4,0.5,1.8s0.8,0.6,1.4,0.6
c1.2,0,1.8-0.8,1.8-2.4c0-1.6-0.6-2.4-1.8-2.4c-0.6,0-1.1,0.2-1.4,0.6C3003.2,386.2,3003,386.8,3003,387.6z"/>
<path fill="#0D3547" d="M3015.5,384v4.6c0,0.5-0.1,1-0.4,1.4c-0.2,0.4-0.6,0.7-1,0.9c-0.4,0.2-1,0.3-1.6,0.3
c-0.9,0-1.6-0.2-2.1-0.7c-0.5-0.5-0.8-1.1-0.8-1.9V384h1.5v4.4c0,0.5,0.1,1,0.3,1.2c0.2,0.3,0.6,0.4,1.1,0.4
c0.5,0,0.9-0.1,1.1-0.4c0.2-0.3,0.3-0.7,0.3-1.2V384H3015.5z"/>
<path fill="#0D3547" d="M3020,391.2h-1.5v-5.9h-1.9V384h5.4v1.3h-1.9V391.2z"/>
</g>
<circle id="Ellipse_5_6_" fill="#C75E5E" cx="3031.2" cy="401.2" r="4"/>
<g enable-background="new ">
<path fill="#0D3547" d="M3030.8,391.2h-3.2v-0.9l0.9-0.4v-4.6l-0.9-0.4V384h3.2v0.9l-0.9,0.4v4.6l0.9,0.4V391.2z"/>
<path fill="#0D3547" d="M3038.3,391.2h-1.9l-3.1-5.4h0c0.1,1,0.1,1.6,0.1,2v3.4h-1.4V384h1.9l3.1,5.3h0c0-0.9-0.1-1.6-0.1-2V384
h1.4V391.2z"/>
</g>
</g>
<g id="Group_40_2_" transform="translate(-424 977)">
<circle id="Ellipse_5-2_5_" fill="#5EC793" cx="1788.2" cy="-83.6" r="4"/>
<g id="Group_11_1_" transform="translate(-1464 -554)">
<circle id="Ellipse_5-3_5_" fill="#5EC793" cx="3265.2" cy="470.4" r="4"/>
<g enable-background="new ">
<path fill="#0D3547" d="M3275.8,473.4h-1.5v-5.9h-1.9v-1.3h5.4v1.3h-1.9V473.4z"/>
<path fill="#0D3547" d="M3283,473.4h-4.1v-7.1h4.1v1.2h-2.6v1.6h2.4v1.2h-2.4v1.8h2.6V473.4z"/>
<path fill="#0D3547" d="M3286,470.7v2.7h-1.5v-7.1h2.1c1,0,1.7,0.2,2.2,0.5c0.5,0.4,0.7,0.9,0.7,1.6c0,0.4-0.1,0.8-0.3,1.1
c-0.2,0.3-0.6,0.6-1,0.8l2.1,3.1h-1.7l-1.7-2.7H3286z M3286,469.5h0.5c0.5,0,0.8-0.1,1.1-0.2c0.2-0.2,0.3-0.4,0.3-0.8
c0-0.3-0.1-0.6-0.3-0.7s-0.6-0.2-1.1-0.2h-0.5V469.5z"/>
<path fill="#0D3547" d="M3294.1,473.4l-1.7-5.6h0c0.1,1.1,0.1,1.9,0.1,2.3v3.3h-1.4v-7.1h2.1l1.7,5.5h0l1.8-5.5h2.1v7.1h-1.4
v-3.4c0-0.2,0-0.3,0-0.6s0-0.8,0.1-1.7h0l-1.8,5.6H3294.1z"/>
<path fill="#0D3547" d="M3306.2,473.4h-1.5v-4.1c0-0.1,0-0.2,0-0.3c0-0.1,0-0.2,0-0.4c0-0.1,0-0.3,0-0.4s0-0.2,0-0.4
c0,0,0,0-0.1,0.1s-0.1,0.1-0.1,0.1c0,0-0.1,0.1-0.2,0.1c-0.1,0-0.1,0.1-0.2,0.1l-0.8,0.7l-0.7-0.9l2.3-1.8h1.2V473.4z"/>
</g>
</g>
<g enable-background="new ">
<path fill="#0D3547" d="M1757.8-92.6h-1.5v-5.9h-1.9v-1.3h5.4v1.3h-1.9V-92.6z"/>
<path fill="#0D3547" d="M1765-92.6h-4.1v-7.1h4.1v1.2h-2.6v1.6h2.4v1.2h-2.4v1.8h2.6V-92.6z"/>
<path fill="#0D3547" d="M1768-95.3v2.7h-1.5v-7.1h2.1c1,0,1.7,0.2,2.2,0.5c0.5,0.4,0.7,0.9,0.7,1.6c0,0.4-0.1,0.8-0.3,1.1
c-0.2,0.3-0.6,0.6-1,0.8l2.1,3.1h-1.7l-1.7-2.7H1768z M1768-96.5h0.5c0.5,0,0.8-0.1,1.1-0.2c0.2-0.2,0.3-0.4,0.3-0.8
c0-0.3-0.1-0.6-0.3-0.7c-0.2-0.1-0.6-0.2-1.1-0.2h-0.5V-96.5z"/>
<path fill="#0D3547" d="M1776.1-92.6l-1.7-5.6h0c0.1,1.1,0.1,1.9,0.1,2.3v3.3h-1.4v-7.1h2.1l1.7,5.5h0l1.8-5.5h2.1v7.1h-1.4
v-3.4c0-0.2,0-0.3,0-0.6s0-0.8,0.1-1.7h0l-1.8,5.6H1776.1z"/>
</g>
<g enable-background="new ">
<path fill="#0D3547" d="M1771.6-84.1c0,0.6,0,1.1-0.1,1.5s-0.2,0.8-0.4,1.2s-0.5,0.6-0.8,0.7s-0.7,0.2-1.1,0.2
c-0.4,0-0.8-0.1-1.1-0.2c-0.3-0.2-0.6-0.4-0.8-0.7c-0.2-0.3-0.4-0.7-0.5-1.2s-0.1-1-0.1-1.5s0-1.1,0.1-1.5s0.2-0.8,0.4-1.2
s0.4-0.6,0.8-0.7c0.3-0.2,0.7-0.3,1.1-0.3c0.4,0,0.8,0.1,1.1,0.2c0.3,0.2,0.6,0.4,0.8,0.7s0.4,0.7,0.5,1.2
C1771.6-85.2,1771.6-84.7,1771.6-84.1z M1768.2-84.1c0,0.8,0.1,1.4,0.2,1.8c0.1,0.4,0.4,0.6,0.7,0.6c0.3,0,0.6-0.2,0.7-0.6
s0.2-1,0.2-1.8c0-0.8-0.1-1.4-0.2-1.8c-0.1-0.4-0.4-0.6-0.7-0.6c-0.2,0-0.3,0.1-0.4,0.2s-0.2,0.3-0.3,0.5
c-0.1,0.2-0.1,0.5-0.2,0.8C1768.3-84.9,1768.2-84.5,1768.2-84.1z"/>
</g>
</g>
<g id="artiq_3_" transform="translate(-1524.044 553.927)">
<path id="Path_3_3_" fill="#1A6D93" d="M2937.5,178.3c0.4,0,0.8-0.4,0.8-0.8c0-0.4-0.3-0.8-0.8-0.8c-0.4,0-0.8,0.4-0.7,0.8
C2936.8,177.9,2937.1,178.2,2937.5,178.3L2937.5,178.3z"/>
<path id="Path_4_3_" fill="#1A6D93" d="M2919.4,163.3l0.9,0.8c0,0,0,0,0.1,0c1.8-1.5,3.7-2.8,5.8-3.9c2.3-1.2,4.8-2,7.4-2.3
c0.2,0,0.4,0,0.6,0c0.7,0,1.4,0.1,2,0.4c0.6,0.3,1,0.9,1,1.5c0,0.6-0.2,1.2-0.5,1.7c-0.2,0.4-0.5,0.8-0.7,1.2l-0.3,0.5l0.8,0.8
c0.8-0.9,1.4-2,1.7-3.2c0-0.1,0.1-0.3,0.1-0.4c0-0.1,0-0.1,0-0.2v-0.8c0,0,0,0,0,0c0,0,0-0.1,0-0.1c-0.2-1-0.8-1.8-1.8-2.2
c-0.6-0.3-1.3-0.4-2-0.4c-0.2,0-0.4,0-0.6,0c-1.1,0-2.1,0.2-3.2,0.4c-4,1.1-7.8,3.1-10.9,5.8c-0.1,0.1-0.2,0.2-0.3,0.2
C2919.5,163.2,2919.4,163.2,2919.4,163.3z"/>
<path id="Path_5_3_" fill="#1A6D93" d="M2921.8,160.4c0.2-0.2,0.5-0.3,0.7-0.5c0.3-0.1,0.4-0.4,0.4-0.7c0.3-1.5,0.7-2.9,1.5-4.2
c0.3-0.6,0.7-1.1,1.2-1.5c0.6-0.6,1.6-0.6,2.3,0c0.5,0.4,0.9,0.9,1.2,1.4c0.2,0.3,0.3,0.7,0.5,1.1c0.1,0.1,0.1,0.3,0.2,0.4
l1.2-0.3c-0.1-0.2-0.2-0.4-0.3-0.6c-0.2-0.5-0.4-0.9-0.7-1.3c-0.6-1.2-1.6-2.1-2.9-2.4h-0.7c-1.1,0.2-2,0.9-2.5,1.8
c-0.3,0.4-0.6,0.9-0.8,1.3c-0.7,1.4-1.1,2.9-1.4,4.4c-0.1,0.3-0.1,0.5-0.1,0.8c0,0.1,0,0.2-0.1,0.3
C2921.6,160.5,2921.7,160.5,2921.8,160.4z"/>
<path id="Path_6_3_" fill="#1A6D93" d="M2920.7,171.5c-0.3,0-0.5,0.1-0.8,0.1c-0.2,0-0.3,0-0.4,0c-0.5,0-1.1-0.1-1.6-0.2
c-0.1,0-0.1,0-0.2-0.1c-0.9-0.3-1.4-1.2-1.1-2.1c0,0,0,0,0,0c0.2-0.9,0.6-1.7,1.1-2.4c0.1-0.1,0.2-0.3,0.3-0.4
c0-0.1,0.1-0.1,0.1-0.2l-0.9-0.8c-0.8,0.9-1.4,2-1.7,3.1c-0.6,1.5,0.2,3.3,1.8,3.9c0.2,0.1,0.4,0.1,0.6,0.2
c0.5,0.1,1.1,0.2,1.6,0.2c0.3,0,0.6,0,1-0.1c0.2,0,0.4,0,0.6-0.1l0.2,0l-0.3-1.2C2921,171.5,2920.8,171.5,2920.7,171.5z"/>
<path id="Path_7_3_" fill="#1A6D93" d="M2919.5,171.6c0.1,0,0.3,0,0.4,0C2919.8,171.6,2919.6,171.6,2919.5,171.6z"/>
<path id="Path_8_3_" fill="#1A6D93" d="M2917.9,171.4c0.5,0.2,1,0.2,1.6,0.2C2919,171.6,2918.4,171.5,2917.9,171.4z"/>
<path id="Path_9_3_" fill="#1A6D93" d="M2919.5,172.8c-0.6,0-1.1-0.1-1.6-0.2C2918.4,172.7,2919,172.8,2919.5,172.8z"/>
<path id="Path_10_3_" fill="#1A6D93" d="M2920.5,172.7c-0.4,0-0.7,0.1-1,0.1C2919.8,172.8,2920.2,172.8,2920.5,172.7z"/>
<path id="Path_11_3_" fill="#1A6D93" d="M2929.9,161.3c-0.1-0.3-0.1-0.7-0.2-1c-0.1-0.3-0.4-0.4-0.7-0.5h0
c-0.3,0.1-0.7,0.3-1,0.4c-0.1,0.1-0.2,0.1-0.4,0.1l2.3,1.3L2929.9,161.3z"/>
<path id="Path_12_3_" fill="#1A6D93" d="M2922.4,163.3C2922.4,163.3,2922.3,163.4,2922.4,163.3c-0.1,0.1-0.2,0.1-0.2,0.2
c-0.2,0.2-0.5,0.4-0.7,0.5c-0.2,0.1-0.3,0.4-0.3,0.6c0,0.1,0,0.1,0,0.2c0,0.1,0,0.2,0,0.2c0.3,0.3,0.6,0.5,0.9,0.7l0.2,0.1
c0,0,0.1,0,0.1,0.1c0,0,0,0,0,0L2922.4,163.3C2922.4,163.3,2922.4,163.3,2922.4,163.3z"/>
<path id="Path_13_3_" fill="#1A6D93" d="M2924.6,158.7L2924.6,158.7c0.3-0.1,0.6-0.3,0.9-0.5l0.3-0.2l-1.4-0.5l-0.3,1.2
c0.1,0,0.2,0.1,0.3,0.1c0.1,0,0.1,0,0.2-0.1C2924.5,158.8,2924.6,158.7,2924.6,158.7z"/>
<path id="Path_14_3_" fill="#1A6D93" d="M2924.5,158.8C2924.5,158.8,2924.6,158.7,2924.5,158.8L2924.5,158.8
C2924.6,158.7,2924.5,158.8,2924.5,158.8z"/>
<path id="Path_15_3_" fill="#1A6D93" d="M2934.2,166.2l-0.9-0.8c-0.1,0.5-0.2,1.1-0.1,1.6L2934.2,166.2z"/>
<path id="Path_16_3_" fill="#1A6D93" d="M2924.1,170.7C2924.1,170.7,2924.1,170.7,2924.1,170.7c-0.1,0-0.1,0.1-0.1,0.1
c0.1,0.3,0.1,0.5,0.2,0.8l0.1,0.2l1.2-0.4l-0.3-0.1C2924.9,171.1,2924.6,170.9,2924.1,170.7
C2924.2,170.7,2924.2,170.7,2924.1,170.7z"/>
<path id="Path_17_3_" fill="#1A6D93" d="M2926.8,165.5c0.4,0,0.8-0.4,0.8-0.8c0-0.4-0.4-0.8-0.8-0.8c-0.4,0-0.8,0.3-0.8,0.8
C2926,165.2,2926.3,165.5,2926.8,165.5z"/>
<path id="Path_18_3_" fill="#0D3547" d="M2937.1,178.6l1.2-0.2l0.4-1.2l-0.8-0.9l-1.2,0.2l-0.4,1.2L2937.1,178.6 M2926.1,166.5
l1.9-0.3l0.7-1.8l-1.2-1.5l-1.9,0.3l-0.7,1.8L2926.1,166.5 M2926.8,161.8c1.7,0,3,1.3,3,3c0,0.2,0,0.3,0,0.5
c0.2,0.9,0.7,1.7,1.4,2.4c0,0,3.3,4.2,5.6,7.2c0.3,0.3,0.6,0.6,1,0.7c1,0.2,1.7,1.2,1.5,2.2s-1.2,1.7-2.2,1.5
c-0.4-0.1-0.8-0.3-1.1-0.6c-0.2-0.3-0.4-0.7-0.4-1.1l0,0v-0.1c-0.1-0.4-0.3-0.8-0.6-1.2l-6.2-6.7c-0.5-0.8-1.3-1.4-2.1-1.8
c-0.8,0-1.6-0.4-2.2-1.1c-1.1-1.3-0.9-3.2,0.4-4.2c0,0,0,0,0,0C2925.4,162,2926.1,161.8,2926.8,161.8"/>
<path id="Path_19_3_" fill="#0D3547" d="M2916.8,186.1l0.7-1.6l0.7,1.6H2916.8z M2917.2,182.7l-2.3,5.1v0.1h1.2l0.3-0.7h2.1
l0.3,0.7h1.2v-0.1l-2.3-5.1L2917.2,182.7z"/>
<path id="Path_20_3_" fill="#0D3547" d="M2923.4,185.3h-1v-1.5h1c0.4,0,0.7,0.3,0.6,0.7c0,0,0,0,0,0.1
C2924.1,184.9,2923.8,185.2,2923.4,185.3C2923.4,185.3,2923.4,185.3,2923.4,185.3z M2924.5,186c0.6-0.5,0.9-1.3,0.7-2
c-0.2-0.8-0.9-1.3-1.7-1.2h-2.2v5.1h1.2v-1.5h0.8l0.9,1.5h1.4v-0.1L2924.5,186L2924.5,186z"/>
<path id="Path_21_3_" fill="#0D3547" d="M2927.5,183.8v4.1h1.2v-4.1h1.3v-1h-3.7v1H2927.5z"/>
<path id="Path_22_3_" fill="#0D3547" d="M2930.9,182.8v1h0.6v3.1h-0.7v1h2.5v-1h-0.7v-3.1h0.6v-1H2930.9z"/>
<path id="Path_23_3_" fill="#0D3547" d="M2937,186.9c-0.8,0.1-1.6-0.6-1.6-1.4c-0.1-0.8,0.6-1.6,1.4-1.6c0.8-0.1,1.6,0.6,1.6,1.4
c0,0,0,0.1,0,0.1c0.1,0.8-0.5,1.4-1.3,1.5C2937.1,186.8,2937.1,186.9,2937,186.9z M2939.2,186.8c0.3-0.5,0.4-1,0.4-1.5
c0-1.4-1.2-2.6-2.6-2.6c-1.4,0-2.6,1.2-2.6,2.6c0,1.4,1.2,2.6,2.6,2.6c0.5,0,0.9-0.1,1.3-0.3l0.1,0l0.1,0.3h1.2v-0.1
L2939.2,186.8L2939.2,186.8z"/>
<path id="Path_24_3_" fill="#1A6D93" d="M2928.7,170.4L2928.7,170.4c-2.1-0.8-4.1-1.8-5.9-3.1c-1.8-1.2-3.4-2.6-4.7-4.3
c-0.6-0.7-1.1-1.6-1.4-2.6c-0.3-0.8,0-1.7,0.8-2.1c0.2-0.1,0.4-0.2,0.6-0.3c0.7-0.2,1.4-0.2,2.1-0.2l0.3,0l0.4,0l0.3,0l0.3-1.2
l-0.2,0c-0.2,0-0.4-0.1-0.6-0.1c-0.4,0-0.7-0.1-1-0.1c-0.7,0-1.3,0.1-1.9,0.3c-1.1,0.3-1.9,1.1-2.2,2.2c-0.2,0.8,0,1.7,0.4,2.5
c0.6,1.3,1.4,2.5,2.5,3.5c2.8,2.8,6.1,4.9,9.7,6.3c0.3,0.1,0.5,0.2,0.8,0.3c0.1,0,0.2,0.1,0.4,0.1l0.2-0.7L2928.7,170.4z"/>
<path id="Path_25_3_" fill="#1A6D93" d="M2938.2,169.3C2938.2,169.3,2938.2,169.2,2938.2,169.3c-0.1-0.8-0.4-1.5-0.8-2.1
c-0.8-1.3-1.7-2.5-2.9-3.5c-0.3-0.3-0.6-0.6-1-0.9c-0.1-0.1-0.3-0.2-0.4-0.4v0c0,0,0,0,0,0.1l0,0.3c0,0.4,0,0.8,0.1,1.2
c0,0.1,0.1,0.2,0.1,0.2c0.2,0.2,0.4,0.4,0.5,0.5c0.3,0.3,0.6,0.6,1,1c0.9,0.9,1.5,1.9,2,3c0.2,0.4,0.2,0.9,0.2,1.3
c-0.1,0.7-0.6,1.2-1.3,1.4c-0.2,0.1-0.4,0.1-0.6,0.2l0.8,1c0.1,0,0.3-0.1,0.4-0.1c0.9-0.3,1.7-1.1,1.9-2.1l0.1-0.3L2938.2,169.3
L2938.2,169.3z"/>
<path id="Path_26_3_" fill="#1A6D93" d="M2930.6,159.4c0.1,0.4,0.1,0.8,0.2,1.2c0.1,0.9,0.2,1.9,0.3,2.8c0.1,0.9,0.1,1.9,0,2.8
l1.1,1.4c0-0.3,0.1-0.6,0.1-0.9c0.2-2.1,0.1-4.1-0.2-6.2c-0.1-0.4-0.1-0.8-0.2-1.2c0-0.2-0.1-0.4-0.1-0.6l-1.2,0.3c0,0,0,0,0,0.1
C2930.6,159.3,2930.6,159.4,2930.6,159.4z"/>
<path id="Path_27_3_" fill="#1A6D93" d="M2930.1,172c-0.2,0.6-0.4,1.2-0.7,1.7c-0.3,0.8-0.8,1.5-1.5,2.1c-0.7,0.6-1.7,0.6-2.4,0
c-0.5-0.5-1-1.1-1.3-1.7c-0.6-1.2-1-2.5-1.3-3.9l0,0c0-0.1,0-0.2-0.1-0.2c-0.3-0.2-0.7-0.4-1.1-0.7c-0.1-0.1-0.2-0.1-0.3-0.2
c0,0.1,0,0.2,0,0.2c0,0.2,0.1,0.4,0.1,0.6c0.3,1.7,0.8,3.4,1.6,4.9c0.6,1.3,1.7,2.3,3.1,2.7h0.7c1.3-0.3,2.4-1.2,2.9-2.4
c0.2-0.3,0.3-0.5,0.4-0.8c0.2-0.4,0.4-0.9,0.5-1.3L2930.1,172z"/>
</g>
<g id="Group_17_3_" transform="translate(-1206 444)">
<circle id="Ellipse_6_3_" fill="#0D3547" cx="2681.2" cy="256.4" r="8"/>
<rect id="Rectangle_2_3_" x="2680.2" y="252.4" fill="#FFFFFF" width="2" height="8"/>
<rect id="Rectangle_3_3_" x="2677.2" y="255.4" fill="#FFFFFF" width="8" height="2"/>
</g>
<g id="Group_18_3_" transform="translate(-1350 444)">
<circle id="Ellipse_6-2_3_" fill="#0D3547" cx="2681.2" cy="256.4" r="8"/>
<rect id="Rectangle_2-2_3_" x="2680.2" y="252.4" fill="#FFFFFF" width="2" height="8"/>
<rect id="Rectangle_3-2_3_" x="2677.2" y="255.4" fill="#FFFFFF" width="8" height="2"/>
</g>
<g id="Group_43_1_" transform="translate(-1765.339 512.463) rotate(-90)">
<g id="Path_1-2_1_" transform="translate(-227 330)">
<path fill="#FFFFFF" d="M-125.4,2896.2c-4.5,0-8.8-1.8-12-5s-5-7.5-5-12s1.8-8.8,5-12c3.2-3.2,7.5-5,12-5c4.5,0,8.8,1.8,12,5
c3.2,3.2,5,7.5,5,12s-1.8,8.8-5,12C-116.6,2894.4-120.9,2896.2-125.4,2896.2z"/>
<path fill="#715EC7" d="M-125.4,2863.2c-4.3,0-8.3,1.7-11.3,4.7s-4.7,7-4.7,11.3s1.7,8.3,4.7,11.3s7,4.7,11.3,4.7
c4.3,0,8.3-1.7,11.3-4.7c3-3,4.7-7,4.7-11.3s-1.7-8.3-4.7-11.3C-117.2,2864.8-121.2,2863.2-125.4,2863.2 M-125.4,2861.2
c9.9,0,18,8.1,18,18s-8.1,18-18,18c-9.9,0-18-8.1-18-18S-135.4,2861.2-125.4,2861.2z"/>
</g>
<g id="Path_2-2_2_" transform="translate(-220.111 336.889)">
<path fill="#FFFFFF" d="M-132.5,2879c-3.8,0-6.9-3.1-6.9-6.9c0-3.8,3.1-6.9,6.9-6.9s6.9,3.1,6.9,6.9
C-125.6,2875.9-128.7,2879-132.5,2879z"/>
<path fill="#0D3547" d="M-132.5,2869.2c-1.6,0-2.9,1.3-2.9,2.9c0,1.6,1.3,2.9,2.9,2.9s2.9-1.3,2.9-2.9
C-129.6,2870.5-130.9,2869.2-132.5,2869.2 M-132.5,2861.2c6,0,10.9,4.9,10.9,10.9c0,6-4.9,10.9-10.9,10.9
c-6,0-10.9-4.9-10.9-10.9C-143.4,2866.1-138.6,2861.2-132.5,2861.2z"/>
</g>
</g>
<g id="Group_44_1_" transform="translate(-1829.339 574.463) rotate(-90)">
<g id="Path_1-3_2_" transform="translate(-227 330)">
<path fill="#FFFFFF" d="M-128.4,2896.2c-4.5,0-8.8-1.8-12-5s-5-7.5-5-12s1.8-8.8,5-12c3.2-3.2,7.5-5,12-5c4.5,0,8.8,1.8,12,5
c3.2,3.2,5,7.5,5,12s-1.8,8.8-5,12C-119.6,2894.4-123.9,2896.2-128.4,2896.2z"/>
<path fill="#715EC7" d="M-128.4,2863.2c-4.3,0-8.3,1.7-11.3,4.7s-4.7,7-4.7,11.3s1.7,8.3,4.7,11.3s7,4.7,11.3,4.7
c4.3,0,8.3-1.7,11.3-4.7c3-3,4.7-7,4.7-11.3s-1.7-8.3-4.7-11.3C-120.2,2864.8-124.2,2863.2-128.4,2863.2 M-128.4,2861.2
c9.9,0,18,8.1,18,18s-8.1,18-18,18c-9.9,0-18-8.1-18-18S-138.4,2861.2-128.4,2861.2z"/>
</g>
<g id="Path_2-3_1_" transform="translate(-220.111 336.889)">
<path fill="#FFFFFF" d="M-135.5,2879c-3.8,0-6.9-3.1-6.9-6.9c0-3.8,3.1-6.9,6.9-6.9s6.9,3.1,6.9,6.9
C-128.6,2875.9-131.7,2879-135.5,2879z"/>
<path fill="#0D3547" d="M-135.5,2869.2c-1.6,0-2.9,1.3-2.9,2.9c0,1.6,1.3,2.9,2.9,2.9s2.9-1.3,2.9-2.9
C-132.6,2870.5-133.9,2869.2-135.5,2869.2 M-135.5,2861.2c6,0,10.9,4.9,10.9,10.9c0,6-4.9,10.9-10.9,10.9s-10.9-4.9-10.9-10.9
C-146.4,2866.1-141.6,2861.2-135.5,2861.2z"/>
</g>
</g>
<g enable-background="new ">
<path fill="#0D3547" d="M1465.8,913.4h-3.2v-0.9l0.9-0.4v-4.6l-0.9-0.4v-0.9h3.2v0.9l-0.9,0.4v4.6l0.9,0.4V913.4z"/>
<path fill="#0D3547" d="M1473.5,909.9c0,1.2-0.3,2.1-0.9,2.7s-1.4,1-2.5,1s-1.9-0.3-2.5-1s-0.9-1.5-0.9-2.7s0.3-2.1,0.9-2.7
c0.6-0.6,1.4-0.9,2.5-0.9c1.1,0,1.9,0.3,2.5,0.9S1473.5,908.7,1473.5,909.9z M1468.2,909.9c0,0.8,0.2,1.4,0.5,1.8
s0.8,0.6,1.4,0.6c1.2,0,1.8-0.8,1.8-2.4c0-1.6-0.6-2.4-1.8-2.4c-0.6,0-1.1,0.2-1.4,0.6C1468.4,908.5,1468.2,909.1,1468.2,909.9z"
/>
<path fill="#0D3547" d="M1478.9,907.9c0,0.2,0,0.5-0.1,0.7c-0.1,0.2-0.2,0.4-0.3,0.5c-0.1,0.1-0.3,0.3-0.5,0.4
c-0.2,0.1-0.4,0.2-0.6,0.2v0c0.6,0.1,1,0.2,1.3,0.5c0.3,0.3,0.4,0.7,0.4,1.1c0,0.3-0.1,0.6-0.2,0.9c-0.1,0.3-0.3,0.5-0.5,0.7
s-0.5,0.3-0.9,0.5c-0.4,0.1-0.8,0.2-1.2,0.2c-0.4,0-0.7,0-1.1-0.1c-0.3-0.1-0.7-0.2-0.9-0.3v-1.3c0.1,0.1,0.3,0.1,0.5,0.2
c0.2,0.1,0.3,0.1,0.5,0.1c0.2,0,0.3,0.1,0.5,0.1s0.3,0,0.4,0c0.3,0,0.5,0,0.7-0.1s0.3-0.1,0.4-0.2c0.1-0.1,0.2-0.2,0.2-0.3
c0-0.1,0.1-0.3,0.1-0.4c0-0.1,0-0.3-0.1-0.4c-0.1-0.1-0.2-0.2-0.3-0.3c-0.1-0.1-0.3-0.1-0.5-0.2c-0.2,0-0.5-0.1-0.8-0.1h-0.5
v-1.1h0.5c0.3,0,0.5,0,0.7-0.1c0.2-0.1,0.4-0.1,0.5-0.2c0.1-0.1,0.2-0.2,0.3-0.3s0.1-0.3,0.1-0.4c0-0.3-0.1-0.5-0.2-0.6
s-0.4-0.2-0.8-0.2c-0.2,0-0.3,0-0.4,0c-0.1,0-0.3,0.1-0.4,0.1c-0.1,0-0.2,0.1-0.3,0.2c-0.1,0.1-0.2,0.1-0.3,0.2l-0.8-1
c0.1-0.1,0.3-0.2,0.4-0.3s0.3-0.2,0.5-0.2c0.2-0.1,0.4-0.1,0.6-0.1c0.2,0,0.5-0.1,0.7-0.1c0.4,0,0.7,0,1,0.1
c0.3,0.1,0.5,0.2,0.7,0.3c0.2,0.1,0.4,0.3,0.5,0.5C1478.9,907.4,1478.9,907.6,1478.9,907.9z"/>
</g>
<g enable-background="new ">
<path fill="#0D3547" d="M1401.8,913.4h-3.2v-0.9l0.9-0.4v-4.6l-0.9-0.4v-0.9h3.2v0.9l-0.9,0.4v4.6l0.9,0.4V913.4z"/>
<path fill="#0D3547" d="M1409.5,909.9c0,1.2-0.3,2.1-0.9,2.7s-1.4,1-2.5,1s-1.9-0.3-2.5-1s-0.9-1.5-0.9-2.7s0.3-2.1,0.9-2.7
c0.6-0.6,1.4-0.9,2.5-0.9c1.1,0,1.9,0.3,2.5,0.9S1409.5,908.7,1409.5,909.9z M1404.2,909.9c0,0.8,0.2,1.4,0.5,1.8
s0.8,0.6,1.4,0.6c1.2,0,1.8-0.8,1.8-2.4c0-1.6-0.6-2.4-1.8-2.4c-0.6,0-1.1,0.2-1.4,0.6C1404.4,908.5,1404.2,909.1,1404.2,909.9z"
/>
<path fill="#0D3547" d="M1415.2,913.4h-4.8v-1l1.7-1.8c0.2-0.2,0.4-0.4,0.6-0.6c0.2-0.2,0.3-0.4,0.4-0.6c0.1-0.2,0.2-0.4,0.3-0.6
s0.1-0.4,0.1-0.6c0-0.2-0.1-0.4-0.2-0.6s-0.3-0.2-0.6-0.2c-0.3,0-0.5,0.1-0.7,0.2c-0.2,0.1-0.5,0.3-0.7,0.5l-0.8-1
c0.1-0.1,0.3-0.3,0.5-0.4c0.2-0.1,0.3-0.2,0.5-0.3c0.2-0.1,0.4-0.2,0.6-0.2c0.2-0.1,0.5-0.1,0.8-0.1c0.3,0,0.6,0,0.9,0.1
s0.5,0.2,0.7,0.4c0.2,0.2,0.3,0.4,0.4,0.6s0.2,0.5,0.2,0.8c0,0.3,0,0.5-0.1,0.8c-0.1,0.3-0.2,0.5-0.4,0.8
c-0.2,0.2-0.4,0.5-0.6,0.7c-0.2,0.2-0.5,0.5-0.7,0.7l-0.9,0.9v0.1h2.9V913.4z"/>
</g>
<g id="Group_45_2_" transform="translate(-424 1039)">
<circle id="Ellipse_5-5_2_" fill="#5EC793" cx="1788.2" cy="-79.6" r="4"/>
<g id="Group_11-2_1_" transform="translate(-1464 -554)">
<circle id="Ellipse_5-6_2_" fill="#5EC793" cx="3265.2" cy="474.4" r="4"/>
<g enable-background="new ">
<path fill="#0D3547" d="M3275.8,477.4h-1.5v-5.9h-1.9v-1.3h5.4v1.3h-1.9V477.4z"/>
<path fill="#0D3547" d="M3283,477.4h-4.1v-7.1h4.1v1.2h-2.6v1.6h2.4v1.2h-2.4v1.8h2.6V477.4z"/>
<path fill="#0D3547" d="M3286,474.7v2.7h-1.5v-7.1h2.1c1,0,1.7,0.2,2.2,0.5c0.5,0.4,0.7,0.9,0.7,1.6c0,0.4-0.1,0.8-0.3,1.1
c-0.2,0.3-0.6,0.6-1,0.8l2.1,3.1h-1.7l-1.7-2.7H3286z M3286,473.5h0.5c0.5,0,0.8-0.1,1.1-0.2c0.2-0.2,0.3-0.4,0.3-0.8
c0-0.3-0.1-0.6-0.3-0.7s-0.6-0.2-1.1-0.2h-0.5V473.5z"/>
<path fill="#0D3547" d="M3294.1,477.4l-1.7-5.6h0c0.1,1.1,0.1,1.9,0.1,2.3v3.3h-1.4v-7.1h2.1l1.7,5.5h0l1.8-5.5h2.1v7.1h-1.4
v-3.4c0-0.2,0-0.3,0-0.6s0-0.8,0.1-1.7h0l-1.8,5.6H3294.1z"/>
<path fill="#0D3547" d="M3307.1,471.9c0,0.2,0,0.5-0.1,0.7c-0.1,0.2-0.2,0.4-0.3,0.5c-0.1,0.1-0.3,0.3-0.5,0.4
c-0.2,0.1-0.4,0.2-0.6,0.2v0c0.6,0.1,1,0.2,1.3,0.5c0.3,0.3,0.4,0.7,0.4,1.1c0,0.3-0.1,0.6-0.2,0.9c-0.1,0.3-0.3,0.5-0.5,0.7
s-0.5,0.3-0.9,0.5c-0.4,0.1-0.8,0.2-1.2,0.2c-0.4,0-0.7,0-1.1-0.1c-0.3-0.1-0.7-0.2-0.9-0.3v-1.3c0.1,0.1,0.3,0.1,0.5,0.2
c0.2,0.1,0.3,0.1,0.5,0.1c0.2,0,0.3,0.1,0.5,0.1s0.3,0,0.4,0c0.3,0,0.5,0,0.7-0.1s0.3-0.1,0.4-0.2c0.1-0.1,0.2-0.2,0.2-0.3
c0-0.1,0.1-0.3,0.1-0.4c0-0.1,0-0.3-0.1-0.4c-0.1-0.1-0.2-0.2-0.3-0.3c-0.1-0.1-0.3-0.1-0.5-0.2c-0.2,0-0.5-0.1-0.8-0.1h-0.5
v-1.1h0.5c0.3,0,0.5,0,0.7-0.1c0.2-0.1,0.4-0.1,0.5-0.2c0.1-0.1,0.2-0.2,0.3-0.3s0.1-0.3,0.1-0.4c0-0.3-0.1-0.5-0.2-0.6
s-0.4-0.2-0.7-0.2c-0.2,0-0.3,0-0.4,0c-0.1,0-0.3,0.1-0.4,0.1c-0.1,0-0.2,0.1-0.3,0.2c-0.1,0.1-0.2,0.1-0.3,0.2l-0.8-1
c0.1-0.1,0.3-0.2,0.4-0.3s0.3-0.2,0.5-0.2c0.2-0.1,0.4-0.1,0.6-0.1c0.2,0,0.5-0.1,0.7-0.1c0.4,0,0.7,0,1,0.1
c0.3,0.1,0.5,0.2,0.7,0.3c0.2,0.1,0.4,0.3,0.5,0.5C3307.1,471.4,3307.1,471.6,3307.1,471.9z"/>
</g>
</g>
<g enable-background="new ">
<path fill="#0D3547" d="M1757.8-88.6h-1.5v-5.9h-1.9v-1.3h5.4v1.3h-1.9V-88.6z"/>
<path fill="#0D3547" d="M1765-88.6h-4.1v-7.1h4.1v1.2h-2.6v1.6h2.4v1.2h-2.4v1.8h2.6V-88.6z"/>
<path fill="#0D3547" d="M1768-91.3v2.7h-1.5v-7.1h2.1c1,0,1.7,0.2,2.2,0.5c0.5,0.4,0.7,0.9,0.7,1.6c0,0.4-0.1,0.8-0.3,1.1
c-0.2,0.3-0.6,0.6-1,0.8l2.1,3.1h-1.7l-1.7-2.7H1768z M1768-92.5h0.5c0.5,0,0.8-0.1,1.1-0.2c0.2-0.2,0.3-0.4,0.3-0.8
c0-0.3-0.1-0.6-0.3-0.7c-0.2-0.1-0.6-0.2-1.1-0.2h-0.5V-92.5z"/>
<path fill="#0D3547" d="M1776.1-88.6l-1.7-5.6h0c0.1,1.1,0.1,1.9,0.1,2.3v3.3h-1.4v-7.1h2.1l1.7,5.5h0l1.8-5.5h2.1v7.1h-1.4
v-3.4c0-0.2,0-0.3,0-0.6s0-0.8,0.1-1.7h0l-1.8,5.6H1776.1z"/>
</g>
<g enable-background="new ">
<path fill="#0D3547" d="M1771.6-76.6h-4.8v-1l1.7-1.8c0.2-0.2,0.4-0.4,0.6-0.6c0.2-0.2,0.3-0.4,0.4-0.6c0.1-0.2,0.2-0.4,0.3-0.6
s0.1-0.4,0.1-0.6c0-0.2-0.1-0.4-0.2-0.6s-0.3-0.2-0.6-0.2c-0.3,0-0.5,0.1-0.7,0.2c-0.2,0.1-0.5,0.3-0.7,0.5l-0.8-1
c0.1-0.1,0.3-0.3,0.5-0.4c0.2-0.1,0.3-0.2,0.5-0.3c0.2-0.1,0.4-0.2,0.6-0.2c0.2-0.1,0.5-0.1,0.8-0.1c0.3,0,0.6,0,0.9,0.1
s0.5,0.2,0.7,0.4c0.2,0.2,0.3,0.4,0.4,0.6s0.2,0.5,0.2,0.8c0,0.3,0,0.5-0.1,0.8c-0.1,0.3-0.2,0.5-0.4,0.8
c-0.2,0.2-0.4,0.5-0.6,0.7c-0.2,0.2-0.5,0.5-0.7,0.7l-0.9,0.9v0.1h2.9V-76.6z"/>
</g>
</g>
<g id="Group_47_1_" transform="translate(-1829.339 641.463) rotate(-90)">
<g id="Path_1-5_2_" transform="translate(-227 330)">
<path fill="#FFFFFF" d="M-168.4,2896.2c-4.5,0-8.8-1.8-12-5s-5-7.5-5-12s1.8-8.8,5-12c3.2-3.2,7.5-5,12-5c4.5,0,8.8,1.8,12,5
c3.2,3.2,5,7.5,5,12s-1.8,8.8-5,12C-159.6,2894.4-163.9,2896.2-168.4,2896.2z"/>
<path fill="#715EC7" d="M-168.4,2863.2c-4.3,0-8.3,1.7-11.3,4.7s-4.7,7-4.7,11.3s1.7,8.3,4.7,11.3s7,4.7,11.3,4.7
c4.3,0,8.3-1.7,11.3-4.7c3-3,4.7-7,4.7-11.3s-1.7-8.3-4.7-11.3C-160.2,2864.8-164.2,2863.2-168.4,2863.2 M-168.4,2861.2
c9.9,0,18,8.1,18,18s-8.1,18-18,18c-9.9,0-18-8.1-18-18S-178.4,2861.2-168.4,2861.2z"/>
</g>
<g id="Path_2-5_1_" transform="translate(-220.111 336.889)">
<path fill="#FFFFFF" d="M-175.5,2879c-3.8,0-6.9-3.1-6.9-6.9c0-3.8,3.1-6.9,6.9-6.9s6.9,3.1,6.9,6.9
C-168.6,2875.9-171.7,2879-175.5,2879z"/>
<path fill="#0D3547" d="M-175.5,2869.2c-1.6,0-2.9,1.3-2.9,2.9c0,1.6,1.3,2.9,2.9,2.9s2.9-1.3,2.9-2.9
C-172.6,2870.5-173.9,2869.2-175.5,2869.2 M-175.5,2861.2c6,0,10.9,4.9,10.9,10.9c0,6-4.9,10.9-10.9,10.9s-10.9-4.9-10.9-10.9
C-186.4,2866.1-181.6,2861.2-175.5,2861.2z"/>
</g>
</g>
<g enable-background="new ">
<path fill="#0D3547" d="M1465.8,1020.4h-3.2v-0.9l0.9-0.4v-4.6l-0.9-0.4v-0.9h3.2v0.9l-0.9,0.4v4.6l0.9,0.4V1020.4z"/>
<path fill="#0D3547" d="M1473.5,1016.9c0,1.2-0.3,2.1-0.9,2.7s-1.4,1-2.5,1s-1.9-0.3-2.5-1s-0.9-1.5-0.9-2.7s0.3-2.1,0.9-2.7
c0.6-0.6,1.4-0.9,2.5-0.9c1.1,0,1.9,0.3,2.5,0.9S1473.5,1015.7,1473.5,1016.9z M1468.2,1016.9c0,0.8,0.2,1.4,0.5,1.8
s0.8,0.6,1.4,0.6c1.2,0,1.8-0.8,1.8-2.4c0-1.6-0.6-2.4-1.8-2.4c-0.6,0-1.1,0.2-1.4,0.6
C1468.4,1015.5,1468.2,1016.1,1468.2,1016.9z"/>
<path fill="#0D3547" d="M1477,1015.9c0.3,0,0.6,0,0.9,0.1s0.5,0.2,0.7,0.4s0.3,0.4,0.5,0.7c0.1,0.3,0.2,0.6,0.2,0.9
c0,0.4-0.1,0.7-0.2,1c-0.1,0.3-0.3,0.6-0.5,0.8c-0.2,0.2-0.5,0.4-0.9,0.5s-0.7,0.2-1.2,0.2c-0.2,0-0.4,0-0.5,0s-0.3,0-0.5-0.1
c-0.2,0-0.3-0.1-0.5-0.1s-0.3-0.1-0.4-0.2v-1.3c0.1,0.1,0.2,0.1,0.4,0.2c0.1,0.1,0.3,0.1,0.5,0.1c0.2,0,0.3,0.1,0.5,0.1
c0.2,0,0.3,0,0.5,0c0.4,0,0.8-0.1,1-0.3c0.2-0.2,0.3-0.5,0.3-0.9c0-0.4-0.1-0.6-0.3-0.8c-0.2-0.2-0.6-0.3-1-0.3
c-0.1,0-0.2,0-0.3,0s-0.2,0-0.3,0s-0.2,0-0.3,0.1c-0.1,0-0.2,0-0.2,0.1l-0.6-0.3l0.3-3.6h3.8v1.3h-2.5l-0.1,1.4
c0.1,0,0.2,0,0.4-0.1S1476.7,1015.9,1477,1015.9z"/>
</g>
<g enable-background="new ">
<path fill="#0D3547" d="M1401.8,1020.4h-3.2v-0.9l0.9-0.4v-4.6l-0.9-0.4v-0.9h3.2v0.9l-0.9,0.4v4.6l0.9,0.4V1020.4z"/>
<path fill="#0D3547" d="M1409.5,1016.9c0,1.2-0.3,2.1-0.9,2.7s-1.4,1-2.5,1s-1.9-0.3-2.5-1s-0.9-1.5-0.9-2.7s0.3-2.1,0.9-2.7
c0.6-0.6,1.4-0.9,2.5-0.9c1.1,0,1.9,0.3,2.5,0.9S1409.5,1015.7,1409.5,1016.9z M1404.2,1016.9c0,0.8,0.2,1.4,0.5,1.8
s0.8,0.6,1.4,0.6c1.2,0,1.8-0.8,1.8-2.4c0-1.6-0.6-2.4-1.8-2.4c-0.6,0-1.1,0.2-1.4,0.6
C1404.4,1015.5,1404.2,1016.1,1404.2,1016.9z"/>
<path fill="#0D3547" d="M1415.3,1019h-0.9v1.5h-1.5v-1.5h-2.9v-1l3-4.6h1.4v4.5h0.9V1019z M1413,1017.8v-1.2c0,0,0-0.1,0-0.2
c0-0.1,0-0.2,0-0.3c0-0.1,0-0.2,0-0.3s0-0.2,0-0.3s0-0.2,0-0.3c0-0.1,0-0.1,0-0.2h0c-0.1,0.1-0.1,0.3-0.2,0.4s-0.2,0.3-0.3,0.5
l-1.2,1.8H1413z"/>
</g>
<g id="Group_48_2_" transform="translate(-424 1106)">
<circle id="Ellipse_5-7_1_" fill="#5EC793" cx="1788.2" cy="-40.6" r="4"/>
<g id="Group_11-3_1_" transform="translate(-1464 -554)">
<circle id="Ellipse_5-8_1_" fill="#5EC793" cx="3265.2" cy="513.4" r="4"/>
<g enable-background="new ">
<path fill="#0D3547" d="M3275.8,516.4h-1.5v-5.9h-1.9v-1.3h5.4v1.3h-1.9V516.4z"/>
<path fill="#0D3547" d="M3283,516.4h-4.1v-7.1h4.1v1.2h-2.6v1.6h2.4v1.2h-2.4v1.8h2.6V516.4z"/>
<path fill="#0D3547" d="M3286,513.7v2.7h-1.5v-7.1h2.1c1,0,1.7,0.2,2.2,0.5c0.5,0.4,0.7,0.9,0.7,1.6c0,0.4-0.1,0.8-0.3,1.1
c-0.2,0.3-0.6,0.6-1,0.8l2.1,3.1h-1.7l-1.7-2.7H3286z M3286,512.5h0.5c0.5,0,0.8-0.1,1.1-0.2c0.2-0.2,0.3-0.4,0.3-0.8
c0-0.3-0.1-0.6-0.3-0.7s-0.6-0.2-1.1-0.2h-0.5V512.5z"/>
<path fill="#0D3547" d="M3294.1,516.4l-1.7-5.6h0c0.1,1.1,0.1,1.9,0.1,2.3v3.3h-1.4v-7.1h2.1l1.7,5.5h0l1.8-5.5h2.1v7.1h-1.4
v-3.4c0-0.2,0-0.3,0-0.6s0-0.8,0.1-1.7h0l-1.8,5.6H3294.1z"/>
<path fill="#0D3547" d="M3305.1,511.9c0.3,0,0.6,0,0.9,0.1s0.5,0.2,0.7,0.4s0.3,0.4,0.5,0.7c0.1,0.3,0.2,0.6,0.2,0.9
c0,0.4-0.1,0.7-0.2,1c-0.1,0.3-0.3,0.6-0.5,0.8c-0.2,0.2-0.5,0.4-0.9,0.5s-0.7,0.2-1.2,0.2c-0.2,0-0.4,0-0.5,0s-0.3,0-0.5-0.1
c-0.2,0-0.3-0.1-0.5-0.1s-0.3-0.1-0.4-0.2v-1.3c0.1,0.1,0.2,0.1,0.4,0.2c0.2,0.1,0.3,0.1,0.5,0.1c0.2,0,0.3,0.1,0.5,0.1
c0.2,0,0.3,0,0.5,0c0.4,0,0.8-0.1,1-0.3c0.2-0.2,0.3-0.5,0.3-0.9c0-0.4-0.1-0.6-0.3-0.8c-0.2-0.2-0.6-0.3-1-0.3
c-0.1,0-0.2,0-0.3,0s-0.2,0-0.3,0s-0.2,0-0.3,0.1c-0.1,0-0.2,0-0.2,0.1l-0.6-0.3l0.3-3.6h3.8v1.3h-2.5l-0.1,1.4
c0.1,0,0.2,0,0.4-0.1S3304.9,511.9,3305.1,511.9z"/>
</g>
</g>
<g enable-background="new ">
<path fill="#0D3547" d="M1757.8-49.6h-1.5v-5.9h-1.9v-1.3h5.4v1.3h-1.9V-49.6z"/>
<path fill="#0D3547" d="M1765-49.6h-4.1v-7.1h4.1v1.2h-2.6v1.6h2.4v1.2h-2.4v1.8h2.6V-49.6z"/>
<path fill="#0D3547" d="M1768-52.3v2.7h-1.5v-7.1h2.1c1,0,1.7,0.2,2.2,0.5c0.5,0.4,0.7,0.9,0.7,1.6c0,0.4-0.1,0.8-0.3,1.1
c-0.2,0.3-0.6,0.6-1,0.8l2.1,3.1h-1.7l-1.7-2.7H1768z M1768-53.5h0.5c0.5,0,0.8-0.1,1.1-0.2c0.2-0.2,0.3-0.4,0.3-0.8
c0-0.3-0.1-0.6-0.3-0.7c-0.2-0.1-0.6-0.2-1.1-0.2h-0.5V-53.5z"/>
<path fill="#0D3547" d="M1776.1-49.6l-1.7-5.6h0c0.1,1.1,0.1,1.9,0.1,2.3v3.3h-1.4v-7.1h2.1l1.7,5.5h0l1.8-5.5h2.1v7.1h-1.4
v-3.4c0-0.2,0-0.3,0-0.6s0-0.8,0.1-1.7h0l-1.8,5.6H1776.1z"/>
</g>
<g enable-background="new ">
<path fill="#0D3547" d="M1771.7-39h-0.9v1.5h-1.5V-39h-2.9v-1l3-4.6h1.4v4.5h0.9V-39z M1769.4-40.2v-1.2c0,0,0-0.1,0-0.2
c0-0.1,0-0.2,0-0.3c0-0.1,0-0.2,0-0.3s0-0.2,0-0.3s0-0.2,0-0.3c0-0.1,0-0.1,0-0.2h0c-0.1,0.1-0.1,0.3-0.2,0.4s-0.2,0.3-0.3,0.5
l-1.2,1.8H1769.4z"/>
</g>
</g>
<g id="Group_49_1_" transform="translate(-1765.339 641.463) rotate(-90)">
<g id="Path_1-6_1_" transform="translate(-227 330)">
<path fill="#FFFFFF" d="M-168.4,2896.2c-4.5,0-8.8-1.8-12-5s-5-7.5-5-12s1.8-8.8,5-12c3.2-3.2,7.5-5,12-5c4.5,0,8.8,1.8,12,5
c3.2,3.2,5,7.5,5,12s-1.8,8.8-5,12C-159.6,2894.4-163.9,2896.2-168.4,2896.2z"/>
<path fill="#715EC7" d="M-168.4,2863.2c-4.3,0-8.3,1.7-11.3,4.7s-4.7,7-4.7,11.3s1.7,8.3,4.7,11.3s7,4.7,11.3,4.7
c4.3,0,8.3-1.7,11.3-4.7c3-3,4.7-7,4.7-11.3s-1.7-8.3-4.7-11.3C-160.2,2864.8-164.2,2863.2-168.4,2863.2 M-168.4,2861.2
c9.9,0,18,8.1,18,18s-8.1,18-18,18c-9.9,0-18-8.1-18-18S-178.4,2861.2-168.4,2861.2z"/>
</g>
<g id="Path_2-6_1_" transform="translate(-220.111 336.889)">
<path fill="#FFFFFF" d="M-175.5,2879c-3.8,0-6.9-3.1-6.9-6.9c0-3.8,3.1-6.9,6.9-6.9s6.9,3.1,6.9,6.9
C-168.6,2875.9-171.7,2879-175.5,2879z"/>
<path fill="#0D3547" d="M-175.5,2869.2c-1.6,0-2.9,1.3-2.9,2.9c0,1.6,1.3,2.9,2.9,2.9s2.9-1.3,2.9-2.9
C-172.6,2870.5-173.9,2869.2-175.5,2869.2 M-175.5,2861.2c6,0,10.9,4.9,10.9,10.9c0,6-4.9,10.9-10.9,10.9s-10.9-4.9-10.9-10.9
C-186.4,2866.1-181.6,2861.2-175.5,2861.2z"/>
</g>
</g>
<g id="Group_50_1_" transform="translate(-1829.339 703.463) rotate(-90)">
<g id="Path_1-7_1_" transform="translate(-227 330)">
<path fill="#FFFFFF" d="M-174.4,2896.2c-4.5,0-8.8-1.8-12-5s-5-7.5-5-12s1.8-8.8,5-12c3.2-3.2,7.5-5,12-5c4.5,0,8.8,1.8,12,5
c3.2,3.2,5,7.5,5,12s-1.8,8.8-5,12C-165.6,2894.4-169.9,2896.2-174.4,2896.2z"/>
<path fill="#715EC7" d="M-174.4,2863.2c-4.3,0-8.3,1.7-11.3,4.7s-4.7,7-4.7,11.3s1.7,8.3,4.7,11.3s7,4.7,11.3,4.7
c4.3,0,8.3-1.7,11.3-4.7c3-3,4.7-7,4.7-11.3s-1.7-8.3-4.7-11.3C-166.2,2864.8-170.2,2863.2-174.4,2863.2 M-174.4,2861.2
c9.9,0,18,8.1,18,18s-8.1,18-18,18c-9.9,0-18-8.1-18-18S-184.4,2861.2-174.4,2861.2z"/>
</g>
<g id="Path_2-7_1_" transform="translate(-220.111 336.889)">
<path fill="#FFFFFF" d="M-181.5,2879c-3.8,0-6.9-3.1-6.9-6.9c0-3.8,3.1-6.9,6.9-6.9s6.9,3.1,6.9,6.9
C-174.6,2875.9-177.7,2879-181.5,2879z"/>
<path fill="#0D3547" d="M-181.5,2869.2c-1.6,0-2.9,1.3-2.9,2.9c0,1.6,1.3,2.9,2.9,2.9s2.9-1.3,2.9-2.9
C-178.6,2870.5-179.9,2869.2-181.5,2869.2 M-181.5,2861.2c6,0,10.9,4.9,10.9,10.9c0,6-4.9,10.9-10.9,10.9s-10.9-4.9-10.9-10.9
C-192.4,2866.1-187.6,2861.2-181.5,2861.2z"/>
</g>
</g>
<g enable-background="new ">
<path fill="#0D3547" d="M1465.8,1088.4h-3.2v-0.9l0.9-0.4v-4.6l-0.9-0.4v-0.9h3.2v0.9l-0.9,0.4v4.6l0.9,0.4V1088.4z"/>
<path fill="#0D3547" d="M1473.5,1084.9c0,1.2-0.3,2.1-0.9,2.7s-1.4,1-2.5,1s-1.9-0.3-2.5-1s-0.9-1.5-0.9-2.7s0.3-2.1,0.9-2.7
c0.6-0.6,1.4-0.9,2.5-0.9c1.1,0,1.9,0.3,2.5,0.9S1473.5,1083.7,1473.5,1084.9z M1468.2,1084.9c0,0.8,0.2,1.4,0.5,1.8
s0.8,0.6,1.4,0.6c1.2,0,1.8-0.8,1.8-2.4c0-1.6-0.6-2.4-1.8-2.4c-0.6,0-1.1,0.2-1.4,0.6
C1468.4,1083.5,1468.2,1084.1,1468.2,1084.9z"/>
<path fill="#0D3547" d="M1475,1088.4l2.5-5.9h-3.3v-1.3h4.9v0.9l-2.6,6.2H1475z"/>
</g>
<g enable-background="new ">
<path fill="#0D3547" d="M1401.8,1088.4h-3.2v-0.9l0.9-0.4v-4.6l-0.9-0.4v-0.9h3.2v0.9l-0.9,0.4v4.6l0.9,0.4V1088.4z"/>
<path fill="#0D3547" d="M1409.5,1084.9c0,1.2-0.3,2.1-0.9,2.7s-1.4,1-2.5,1s-1.9-0.3-2.5-1s-0.9-1.5-0.9-2.7s0.3-2.1,0.9-2.7
c0.6-0.6,1.4-0.9,2.5-0.9c1.1,0,1.9,0.3,2.5,0.9S1409.5,1083.7,1409.5,1084.9z M1404.2,1084.9c0,0.8,0.2,1.4,0.5,1.8
s0.8,0.6,1.4,0.6c1.2,0,1.8-0.8,1.8-2.4c0-1.6-0.6-2.4-1.8-2.4c-0.6,0-1.1,0.2-1.4,0.6
C1404.4,1083.5,1404.2,1084.1,1404.2,1084.9z"/>
<path fill="#0D3547" d="M1410.4,1085.4c0-0.3,0-0.7,0.1-1s0.1-0.7,0.2-1c0.1-0.3,0.2-0.6,0.4-0.9s0.4-0.5,0.6-0.7
c0.3-0.2,0.6-0.4,0.9-0.5c0.4-0.1,0.8-0.2,1.2-0.2c0.1,0,0.1,0,0.2,0c0.1,0,0.2,0,0.2,0c0.1,0,0.2,0,0.2,0s0.1,0,0.2,0v1.2
c-0.1,0-0.3-0.1-0.4-0.1c-0.1,0-0.3,0-0.4,0c-0.4,0-0.8,0.1-1.1,0.2c-0.3,0.1-0.5,0.3-0.7,0.5s-0.3,0.4-0.4,0.7s-0.1,0.6-0.1,0.9
h0.1c0.1-0.1,0.1-0.2,0.2-0.3c0.1-0.1,0.2-0.2,0.3-0.3c0.1-0.1,0.3-0.1,0.4-0.2s0.3-0.1,0.5-0.1c0.3,0,0.6,0.1,0.8,0.2
c0.2,0.1,0.5,0.2,0.6,0.4s0.3,0.4,0.4,0.7c0.1,0.3,0.1,0.6,0.1,1c0,0.4-0.1,0.7-0.2,1s-0.3,0.6-0.5,0.8c-0.2,0.2-0.4,0.4-0.7,0.5
c-0.3,0.1-0.6,0.2-1,0.2c-0.4,0-0.7-0.1-1-0.2c-0.3-0.1-0.6-0.3-0.8-0.6s-0.4-0.6-0.5-1C1410.5,1086.4,1410.4,1086,1410.4,1085.4
z M1412.9,1087.3c0.1,0,0.3,0,0.4-0.1c0.1-0.1,0.2-0.1,0.3-0.2c0.1-0.1,0.1-0.2,0.2-0.4s0.1-0.3,0.1-0.6c0-0.3-0.1-0.6-0.2-0.8
c-0.1-0.2-0.4-0.3-0.7-0.3c-0.1,0-0.3,0-0.4,0.1c-0.1,0.1-0.2,0.1-0.3,0.2s-0.2,0.2-0.2,0.3s-0.1,0.2-0.1,0.4
c0,0.2,0,0.3,0.1,0.5c0,0.2,0.1,0.3,0.2,0.4c0.1,0.1,0.2,0.2,0.3,0.3S1412.7,1087.3,1412.9,1087.3z"/>
</g>
<g id="Group_51_2_" transform="translate(-424 1168)">
<circle id="Ellipse_5-9_1_" fill="#5EC793" cx="1788.2" cy="-34.6" r="4"/>
<g id="Group_11-4_1_" transform="translate(-1464 -554)">
<circle id="Ellipse_5-10_1_" fill="#5EC793" cx="3265.2" cy="519.4" r="4"/>
<g enable-background="new ">
<path fill="#0D3547" d="M3275.8,522.4h-1.5v-5.9h-1.9v-1.3h5.4v1.3h-1.9V522.4z"/>
<path fill="#0D3547" d="M3283,522.4h-4.1v-7.1h4.1v1.2h-2.6v1.6h2.4v1.2h-2.4v1.8h2.6V522.4z"/>
<path fill="#0D3547" d="M3286,519.7v2.7h-1.5v-7.1h2.1c1,0,1.7,0.2,2.2,0.5c0.5,0.4,0.7,0.9,0.7,1.6c0,0.4-0.1,0.8-0.3,1.1
c-0.2,0.3-0.6,0.6-1,0.8l2.1,3.1h-1.7l-1.7-2.7H3286z M3286,518.5h0.5c0.5,0,0.8-0.1,1.1-0.2c0.2-0.2,0.3-0.4,0.3-0.8
c0-0.3-0.1-0.6-0.3-0.7s-0.6-0.2-1.1-0.2h-0.5V518.5z"/>
<path fill="#0D3547" d="M3294.1,522.4l-1.7-5.6h0c0.1,1.1,0.1,1.9,0.1,2.3v3.3h-1.4v-7.1h2.1l1.7,5.5h0l1.8-5.5h2.1v7.1h-1.4
v-3.4c0-0.2,0-0.3,0-0.6s0-0.8,0.1-1.7h0l-1.8,5.6H3294.1z"/>
<path fill="#0D3547" d="M3303.2,522.4l2.5-5.9h-3.3v-1.3h4.9v0.9l-2.6,6.2H3303.2z"/>
</g>
</g>
<g enable-background="new ">
<path fill="#0D3547" d="M1757.8-43.6h-1.5v-5.9h-1.9v-1.3h5.4v1.3h-1.9V-43.6z"/>
<path fill="#0D3547" d="M1765-43.6h-4.1v-7.1h4.1v1.2h-2.6v1.6h2.4v1.2h-2.4v1.8h2.6V-43.6z"/>
<path fill="#0D3547" d="M1768-46.3v2.7h-1.5v-7.1h2.1c1,0,1.7,0.2,2.2,0.5c0.5,0.4,0.7,0.9,0.7,1.6c0,0.4-0.1,0.8-0.3,1.1
c-0.2,0.3-0.6,0.6-1,0.8l2.1,3.1h-1.7l-1.7-2.7H1768z M1768-47.5h0.5c0.5,0,0.8-0.1,1.1-0.2c0.2-0.2,0.3-0.4,0.3-0.8
c0-0.3-0.1-0.6-0.3-0.7c-0.2-0.1-0.6-0.2-1.1-0.2h-0.5V-47.5z"/>
<path fill="#0D3547" d="M1776.1-43.6l-1.7-5.6h0c0.1,1.1,0.1,1.9,0.1,2.3v3.3h-1.4v-7.1h2.1l1.7,5.5h0l1.8-5.5h2.1v7.1h-1.4
v-3.4c0-0.2,0-0.3,0-0.6s0-0.8,0.1-1.7h0l-1.8,5.6H1776.1z"/>
</g>
<g enable-background="new ">
<path fill="#0D3547" d="M1766.8-34.6c0-0.3,0-0.7,0.1-1s0.1-0.7,0.2-1c0.1-0.3,0.2-0.6,0.4-0.9s0.4-0.5,0.6-0.7
c0.3-0.2,0.6-0.4,0.9-0.5c0.4-0.1,0.8-0.2,1.2-0.2c0.1,0,0.1,0,0.2,0c0.1,0,0.2,0,0.2,0c0.1,0,0.2,0,0.2,0s0.1,0,0.2,0v1.2
c-0.1,0-0.3-0.1-0.4-0.1c-0.1,0-0.3,0-0.4,0c-0.4,0-0.8,0.1-1.1,0.2c-0.3,0.1-0.5,0.3-0.7,0.5s-0.3,0.4-0.4,0.7
s-0.1,0.6-0.1,0.9h0.1c0.1-0.1,0.1-0.2,0.2-0.3c0.1-0.1,0.2-0.2,0.3-0.3c0.1-0.1,0.3-0.1,0.4-0.2s0.3-0.1,0.5-0.1
c0.3,0,0.6,0.1,0.8,0.2c0.2,0.1,0.5,0.2,0.6,0.4s0.3,0.4,0.4,0.7c0.1,0.3,0.1,0.6,0.1,1c0,0.4-0.1,0.7-0.2,1s-0.3,0.6-0.5,0.8
c-0.2,0.2-0.4,0.4-0.7,0.5c-0.3,0.1-0.6,0.2-1,0.2c-0.4,0-0.7-0.1-1-0.2c-0.3-0.1-0.6-0.3-0.8-0.6c-0.2-0.3-0.4-0.6-0.5-1
C1766.9-33.6,1766.8-34,1766.8-34.6z M1769.3-32.7c0.1,0,0.3,0,0.4-0.1c0.1-0.1,0.2-0.1,0.3-0.2c0.1-0.1,0.1-0.2,0.2-0.4
s0.1-0.3,0.1-0.6c0-0.3-0.1-0.6-0.2-0.8c-0.1-0.2-0.4-0.3-0.7-0.3c-0.2,0-0.3,0-0.4,0.1c-0.1,0.1-0.2,0.1-0.3,0.2
s-0.2,0.2-0.2,0.3s-0.1,0.2-0.1,0.4c0,0.2,0,0.3,0.1,0.5c0,0.2,0.1,0.3,0.2,0.4c0.1,0.1,0.2,0.2,0.3,0.3
S1769.1-32.7,1769.3-32.7z"/>
</g>
</g>
<g id="Group_52_1_" transform="translate(-1765.339 703.463) rotate(-90)">
<g id="Path_1-8_1_" transform="translate(-227 330)">
<path fill="#FFFFFF" d="M-174.4,2896.2c-4.5,0-8.8-1.8-12-5s-5-7.5-5-12s1.8-8.8,5-12c3.2-3.2,7.5-5,12-5c4.5,0,8.8,1.8,12,5
c3.2,3.2,5,7.5,5,12s-1.8,8.8-5,12C-165.6,2894.4-169.9,2896.2-174.4,2896.2z"/>
<path fill="#715EC7" d="M-174.4,2863.2c-4.3,0-8.3,1.7-11.3,4.7s-4.7,7-4.7,11.3s1.7,8.3,4.7,11.3s7,4.7,11.3,4.7
c4.3,0,8.3-1.7,11.3-4.7c3-3,4.7-7,4.7-11.3s-1.7-8.3-4.7-11.3C-166.2,2864.8-170.2,2863.2-174.4,2863.2 M-174.4,2861.2
c9.9,0,18,8.1,18,18s-8.1,18-18,18c-9.9,0-18-8.1-18-18S-184.4,2861.2-174.4,2861.2z"/>
</g>
<g id="Path_2-8_1_" transform="translate(-220.111 336.889)">
<path fill="#FFFFFF" d="M-181.5,2879c-3.8,0-6.9-3.1-6.9-6.9c0-3.8,3.1-6.9,6.9-6.9s6.9,3.1,6.9,6.9
C-174.6,2875.9-177.7,2879-181.5,2879z"/>
<path fill="#0D3547" d="M-181.5,2869.2c-1.6,0-2.9,1.3-2.9,2.9c0,1.6,1.3,2.9,2.9,2.9s2.9-1.3,2.9-2.9
C-178.6,2870.5-179.9,2869.2-181.5,2869.2 M-181.5,2861.2c6,0,10.9,4.9,10.9,10.9c0,6-4.9,10.9-10.9,10.9s-10.9-4.9-10.9-10.9
C-192.4,2866.1-187.6,2861.2-181.5,2861.2z"/>
</g>
</g>
<g id="Group_46_1_" transform="translate(-1765.339 574.463) rotate(-90)">
<g id="Path_1-4_2_" transform="translate(-227 330)">
<path fill="#FFFFFF" d="M-128.4,2896.2c-4.5,0-8.8-1.8-12-5s-5-7.5-5-12s1.8-8.8,5-12c3.2-3.2,7.5-5,12-5c4.5,0,8.8,1.8,12,5
c3.2,3.2,5,7.5,5,12s-1.8,8.8-5,12C-119.6,2894.4-123.9,2896.2-128.4,2896.2z"/>
<path fill="#715EC7" d="M-128.4,2863.2c-4.3,0-8.3,1.7-11.3,4.7s-4.7,7-4.7,11.3s1.7,8.3,4.7,11.3s7,4.7,11.3,4.7
c4.3,0,8.3-1.7,11.3-4.7c3-3,4.7-7,4.7-11.3s-1.7-8.3-4.7-11.3C-120.2,2864.8-124.2,2863.2-128.4,2863.2 M-128.4,2861.2
c9.9,0,18,8.1,18,18s-8.1,18-18,18c-9.9,0-18-8.1-18-18S-138.4,2861.2-128.4,2861.2z"/>
</g>
<g id="Path_2-4_1_" transform="translate(-220.111 336.889)">
<path fill="#FFFFFF" d="M-135.5,2879c-3.8,0-6.9-3.1-6.9-6.9c0-3.8,3.1-6.9,6.9-6.9s6.9,3.1,6.9,6.9
C-128.6,2875.9-131.7,2879-135.5,2879z"/>
<path fill="#0D3547" d="M-135.5,2869.2c-1.6,0-2.9,1.3-2.9,2.9c0,1.6,1.3,2.9,2.9,2.9s2.9-1.3,2.9-2.9
C-132.6,2870.5-133.9,2869.2-135.5,2869.2 M-135.5,2861.2c6,0,10.9,4.9,10.9,10.9c0,6-4.9,10.9-10.9,10.9s-10.9-4.9-10.9-10.9
C-146.4,2866.1-141.6,2861.2-135.5,2861.2z"/>
</g>
</g>
<g id="Group_78_2_" transform="translate(-1206 907)">
<circle id="Ellipse_6-3_3_" fill="#0D3547" cx="2681.2" cy="256.4" r="8"/>
<rect id="Rectangle_2-3_3_" x="2680.2" y="252.4" fill="#FFFFFF" width="2" height="8"/>
<rect id="Rectangle_3-3_3_" x="2677.2" y="255.4" fill="#FFFFFF" width="8" height="2"/>
</g>
<g id="Group_79_2_" transform="translate(-1350 907)">
<circle id="Ellipse_6-4_3_" fill="#0D3547" cx="2681.2" cy="256.4" r="8"/>
<rect id="Rectangle_2-4_3_" x="2680.2" y="252.4" fill="#FFFFFF" width="2" height="8"/>
<rect id="Rectangle_3-4_3_" x="2677.2" y="255.4" fill="#FFFFFF" width="8" height="2"/>
</g>
<g enable-background="new ">
<path fill="#0D3547" d="M1383.1,787.8c0.3,0,0.6,0,0.8,0.1s0.5,0.2,0.7,0.3c0.2,0.1,0.4,0.3,0.5,0.5s0.2,0.5,0.2,0.8
c0,0.2,0,0.4-0.1,0.6c-0.1,0.2-0.2,0.3-0.3,0.5c-0.1,0.1-0.2,0.3-0.4,0.4s-0.3,0.2-0.5,0.3c0.2,0.1,0.4,0.2,0.6,0.3
s0.3,0.3,0.5,0.4c0.1,0.2,0.3,0.3,0.3,0.5c0.1,0.2,0.1,0.4,0.1,0.6c0,0.3-0.1,0.6-0.2,0.8s-0.3,0.4-0.5,0.6
c-0.2,0.2-0.5,0.3-0.8,0.4c-0.3,0.1-0.6,0.1-1,0.1c-0.4,0-0.7,0-1-0.1c-0.3-0.1-0.6-0.2-0.8-0.4s-0.4-0.4-0.5-0.6
c-0.1-0.2-0.2-0.5-0.2-0.8c0-0.2,0-0.5,0.1-0.7c0.1-0.2,0.2-0.4,0.3-0.5c0.1-0.2,0.3-0.3,0.4-0.4s0.3-0.2,0.5-0.3
c-0.2-0.1-0.3-0.2-0.4-0.3c-0.1-0.1-0.3-0.2-0.4-0.4c-0.1-0.1-0.2-0.3-0.2-0.5c-0.1-0.2-0.1-0.4-0.1-0.6c0-0.3,0.1-0.5,0.2-0.7
c0.1-0.2,0.3-0.4,0.5-0.5c0.2-0.1,0.4-0.3,0.7-0.3S1382.8,787.8,1383.1,787.8z M1382.1,793.1c0,0.1,0,0.2,0.1,0.4
c0,0.1,0.1,0.2,0.2,0.3s0.2,0.1,0.3,0.2c0.1,0,0.3,0.1,0.4,0.1c0.3,0,0.6-0.1,0.8-0.2c0.2-0.2,0.3-0.4,0.3-0.6
c0-0.1,0-0.3-0.1-0.4c-0.1-0.1-0.1-0.2-0.2-0.3c-0.1-0.1-0.2-0.2-0.3-0.3c-0.1-0.1-0.2-0.2-0.3-0.2l-0.1-0.1
c-0.1,0.1-0.3,0.1-0.4,0.2c-0.1,0.1-0.2,0.2-0.3,0.3c-0.1,0.1-0.1,0.2-0.2,0.3C1382.1,792.8,1382.1,793,1382.1,793.1z
M1383.1,788.9c-0.1,0-0.2,0-0.3,0s-0.2,0.1-0.2,0.1c-0.1,0.1-0.1,0.1-0.2,0.2s-0.1,0.2-0.1,0.3c0,0.1,0,0.3,0.1,0.4
c0,0.1,0.1,0.2,0.2,0.3c0.1,0.1,0.2,0.1,0.2,0.2c0.1,0.1,0.2,0.1,0.3,0.2c0.1-0.1,0.2-0.1,0.3-0.2c0.1-0.1,0.2-0.1,0.2-0.2
c0.1-0.1,0.1-0.2,0.2-0.3c0-0.1,0.1-0.2,0.1-0.3c0-0.1,0-0.2-0.1-0.3s-0.1-0.2-0.2-0.2s-0.2-0.1-0.2-0.1
C1383.3,788.9,1383.2,788.9,1383.1,788.9z"/>
<path fill="#0D3547" d="M1387.8,792.2l-1.8-2.7h1.7l1.1,1.7l1.1-1.7h1.7l-1.8,2.7l1.9,2.8h-1.7l-1.1-1.9l-1.2,1.9h-1.7
L1387.8,792.2z"/>
<path fill="#0D3547" d="M1397.9,795h-1.5v-5.9h-1.9v-1.3h5.4v1.3h-1.9V795z"/>
<path fill="#0D3547" d="M1403.8,795h-1.5v-5.9h-1.9v-1.3h5.4v1.3h-1.9V795z"/>
<path fill="#0D3547" d="M1406.8,795v-7.1h1.5v5.9h2.9v1.2H1406.8z"/>
<path fill="#0D3547" d="M1417.7,795h-3.2v-0.9l0.9-0.4v-4.6l-0.9-0.4v-0.9h3.2v0.9l-0.9,0.4v4.6l0.9,0.4V795z"/>
<path fill="#0D3547" d="M1425.4,791.4c0,1.2-0.3,2.1-0.9,2.7s-1.4,1-2.5,1s-1.9-0.3-2.5-1s-0.9-1.5-0.9-2.7s0.3-2.1,0.9-2.7
c0.6-0.6,1.4-0.9,2.5-0.9c1.1,0,1.9,0.3,2.5,0.9S1425.4,790.2,1425.4,791.4z M1420.2,791.4c0,0.8,0.2,1.4,0.5,1.8
s0.8,0.6,1.4,0.6c1.2,0,1.8-0.8,1.8-2.4c0-1.6-0.6-2.4-1.8-2.4c-0.6,0-1.1,0.2-1.4,0.6C1420.4,790,1420.2,790.6,1420.2,791.4z"/>
</g>
<rect x="1320.8" y="978.5" fill="none" stroke="#0D3547" stroke-width="2" width="164.3" height="166"/>
<g enable-background="new ">
<path fill="#0D3547" d="M1392,824.2h-3.2v-0.9l0.9-0.4v-4.6l-0.9-0.4V817h3.2v0.9l-0.9,0.4v4.6l0.9,0.4V824.2z"/>
<path fill="#0D3547" d="M1399.7,820.6c0,1.2-0.3,2.1-0.9,2.7s-1.4,1-2.5,1s-1.9-0.3-2.5-1s-0.9-1.5-0.9-2.7s0.3-2.1,0.9-2.7
c0.6-0.6,1.4-0.9,2.5-0.9c1.1,0,1.9,0.3,2.5,0.9S1399.7,819.4,1399.7,820.6z M1394.5,820.6c0,0.8,0.2,1.4,0.5,1.8
s0.8,0.6,1.4,0.6c1.2,0,1.8-0.8,1.8-2.4c0-1.6-0.6-2.4-1.8-2.4c-0.6,0-1.1,0.2-1.4,0.6C1394.6,819.2,1394.5,819.8,1394.5,820.6z"
/>
<path fill="#0D3547" d="M1408.1,820.6c0,0.6,0,1.1-0.1,1.5c-0.1,0.5-0.2,0.8-0.4,1.2c-0.2,0.3-0.5,0.6-0.8,0.7
c-0.3,0.2-0.7,0.2-1.1,0.2c-0.4,0-0.8-0.1-1.1-0.2c-0.3-0.2-0.6-0.4-0.8-0.7c-0.2-0.3-0.4-0.7-0.5-1.2c-0.1-0.5-0.1-1-0.1-1.5
s0-1.1,0.1-1.5c0.1-0.5,0.2-0.8,0.4-1.2s0.4-0.6,0.8-0.7c0.3-0.2,0.7-0.3,1.1-0.3c0.4,0,0.8,0.1,1.1,0.2c0.3,0.2,0.6,0.4,0.8,0.7
s0.4,0.7,0.5,1.2C1408,819.5,1408.1,820,1408.1,820.6z M1404.7,820.6c0,0.8,0.1,1.4,0.2,1.8c0.1,0.4,0.4,0.6,0.7,0.6
c0.3,0,0.6-0.2,0.7-0.6c0.1-0.4,0.2-1,0.2-1.8c0-0.8-0.1-1.4-0.2-1.8c-0.1-0.4-0.4-0.6-0.7-0.6c-0.2,0-0.3,0.1-0.4,0.2
c-0.1,0.1-0.2,0.3-0.3,0.5c-0.1,0.2-0.1,0.5-0.2,0.8C1404.7,819.8,1404.7,820.2,1404.7,820.6z"/>
<path fill="#0D3547" d="M1408.9,821.8v-1.2h2.6v1.2H1408.9z"/>
<path fill="#0D3547" d="M1416.9,818.6c0,0.2,0,0.5-0.1,0.7c-0.1,0.2-0.2,0.4-0.3,0.5c-0.1,0.1-0.3,0.3-0.5,0.4
c-0.2,0.1-0.4,0.2-0.6,0.2v0c0.6,0.1,1,0.2,1.3,0.5c0.3,0.3,0.4,0.7,0.4,1.1c0,0.3-0.1,0.6-0.2,0.9c-0.1,0.3-0.3,0.5-0.5,0.7
c-0.2,0.2-0.5,0.3-0.9,0.5c-0.4,0.1-0.8,0.2-1.2,0.2c-0.4,0-0.7,0-1.1-0.1c-0.3-0.1-0.7-0.2-0.9-0.3v-1.3
c0.1,0.1,0.3,0.1,0.5,0.2c0.2,0.1,0.3,0.1,0.5,0.1c0.2,0,0.3,0.1,0.5,0.1c0.2,0,0.3,0,0.4,0c0.3,0,0.5,0,0.7-0.1s0.3-0.1,0.4-0.2
c0.1-0.1,0.2-0.2,0.2-0.3c0-0.1,0.1-0.3,0.1-0.4c0-0.1,0-0.3-0.1-0.4c-0.1-0.1-0.2-0.2-0.3-0.3c-0.1-0.1-0.3-0.1-0.5-0.2
c-0.2,0-0.5-0.1-0.8-0.1h-0.5V820h0.5c0.3,0,0.5,0,0.7-0.1c0.2-0.1,0.4-0.1,0.5-0.2c0.1-0.1,0.2-0.2,0.3-0.3s0.1-0.3,0.1-0.4
c0-0.3-0.1-0.5-0.2-0.6c-0.2-0.1-0.4-0.2-0.7-0.2c-0.2,0-0.3,0-0.4,0c-0.1,0-0.3,0.1-0.4,0.1c-0.1,0-0.2,0.1-0.3,0.2
c-0.1,0.1-0.2,0.1-0.3,0.2l-0.8-1c0.1-0.1,0.3-0.2,0.4-0.3s0.3-0.2,0.5-0.2c0.2-0.1,0.4-0.1,0.6-0.1c0.2,0,0.5-0.1,0.7-0.1
c0.4,0,0.7,0,1,0.1c0.3,0.1,0.5,0.2,0.7,0.3c0.2,0.1,0.4,0.3,0.5,0.5C1416.9,818.1,1416.9,818.4,1416.9,818.6z"/>
</g>
<g id="Group_9_3_" transform="translate(-1674 433)">
<circle id="Ellipse_4_11_" fill="#5EC793" cx="3018.4" cy="573.6" r="4"/>
<g enable-background="new ">
<path fill="#0D3547" d="M3008.5,560c0,1.2-0.3,2.1-0.9,2.7s-1.4,1-2.5,1s-1.9-0.3-2.5-1s-0.9-1.5-0.9-2.7s0.3-2.1,0.9-2.7
c0.6-0.6,1.4-0.9,2.5-0.9s1.9,0.3,2.5,0.9C3008.2,557.9,3008.5,558.8,3008.5,560z M3003.3,560c0,0.8,0.2,1.4,0.5,1.8
s0.8,0.6,1.4,0.6c1.2,0,1.8-0.8,1.8-2.4c0-1.6-0.6-2.4-1.8-2.4c-0.6,0-1.1,0.2-1.4,0.6C3003.5,558.6,3003.3,559.2,3003.3,560z"
/>
<path fill="#0D3547" d="M3015.8,556.4v4.6c0,0.5-0.1,1-0.4,1.4c-0.2,0.4-0.6,0.7-1,0.9s-1,0.3-1.6,0.3c-0.9,0-1.6-0.2-2.1-0.7
c-0.5-0.5-0.8-1.1-0.8-1.9v-4.6h1.5v4.4c0,0.5,0.1,1,0.3,1.2s0.6,0.4,1.1,0.4c0.5,0,0.9-0.1,1.1-0.4c0.2-0.3,0.3-0.7,0.3-1.2
v-4.4H3015.8z"/>
<path fill="#0D3547" d="M3020.3,563.6h-1.5v-5.9h-1.9v-1.3h5.4v1.3h-1.9V563.6z"/>
</g>
<circle id="Ellipse_5_7_" fill="#C75E5E" cx="3031.4" cy="573.6" r="4"/>
<g enable-background="new ">
<path fill="#0D3547" d="M3031,563.6h-3.2v-0.9l0.9-0.4v-4.6l-0.9-0.4v-0.9h3.2v0.9l-0.9,0.4v4.6l0.9,0.4V563.6z"/>
<path fill="#0D3547" d="M3038.6,563.6h-1.9l-3.1-5.4h0c0.1,1,0.1,1.6,0.1,2v3.4h-1.4v-7.1h1.9l3.1,5.3h0c0-0.9-0.1-1.6-0.1-2
v-3.4h1.4V563.6z"/>
</g>
</g>
<g enable-background="new ">
<path fill="#0D3547" d="M1392.2,996.6h-3.2v-0.9l0.9-0.4v-4.6l-0.9-0.4v-0.9h3.2v0.9l-0.9,0.4v4.6l0.9,0.4V996.6z"/>
<path fill="#0D3547" d="M1399.9,993c0,1.2-0.3,2.1-0.9,2.7s-1.4,1-2.5,1s-1.9-0.3-2.5-1s-0.9-1.5-0.9-2.7s0.3-2.1,0.9-2.7
c0.6-0.6,1.4-0.9,2.5-0.9c1.1,0,1.9,0.3,2.5,0.9S1399.9,991.8,1399.9,993z M1394.7,993c0,0.8,0.2,1.4,0.5,1.8s0.8,0.6,1.4,0.6
c1.2,0,1.8-0.8,1.8-2.4c0-1.6-0.6-2.4-1.8-2.4c-0.6,0-1.1,0.2-1.4,0.6C1394.9,991.6,1394.7,992.2,1394.7,993z"/>
<path fill="#0D3547" d="M1408.4,995.1h-0.9v1.5h-1.5v-1.5h-2.9v-1l3-4.6h1.4v4.5h0.9V995.1z M1406.1,993.9v-1.2c0,0,0-0.1,0-0.2
c0-0.1,0-0.2,0-0.3c0-0.1,0-0.2,0-0.3s0-0.2,0-0.3s0-0.2,0-0.3c0-0.1,0-0.1,0-0.2h0c-0.1,0.1-0.1,0.3-0.2,0.4s-0.2,0.3-0.3,0.5
l-1.2,1.8H1406.1z"/>
<path fill="#0D3547" d="M1409.1,994.2V993h2.6v1.2H1409.1z"/>
<path fill="#0D3547" d="M1413.3,996.6l2.5-5.9h-3.3v-1.3h4.9v0.9l-2.6,6.2H1413.3z"/>
</g>
</g>
</g>
<g id="Urukul_2_">
</g>
<g id="Stabiliser">
</g>
</svg>

After

Width:  |  Height:  |  Size: 49 KiB

View File

@ -0,0 +1,381 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 18.1.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
viewBox="1909.1 152 90 500" enable-background="new 1909.1 152 90 500" xml:space="preserve">
<g id="Kasli">
</g>
<g id="Kasli_with_backplane">
</g>
<g id="zotino">
</g>
<g id="Novo">
</g>
<g id="IDC_BNC_adapter_copy">
</g>
<g id="HD68">
</g>
<g id="Clocker">
<g id="Group_127" transform="translate(764 443)">
<g id="Group_101">
<g id="Rectangle_1_7_" transform="translate(-764 -443)">
<rect x="1909.1" y="152" fill="#FFFFFF" width="90" height="500"/>
<rect x="1910.1" y="153" fill="none" stroke="#0D3547" stroke-width="2" width="88" height="498"/>
</g>
<g id="Group_100">
<g enable-background="new ">
<path fill="#715EC7" d="M1177.4-201c-0.6,0-1,0.2-1.3,0.6c-0.3,0.4-0.5,1-0.5,1.8c0,1.6,0.6,2.4,1.8,2.4c0.5,0,1.1-0.1,1.8-0.4
v1.3c-0.6,0.2-1.2,0.4-2,0.4c-1,0-1.8-0.3-2.4-0.9c-0.6-0.6-0.8-1.5-0.8-2.7c0-0.7,0.1-1.4,0.4-2c0.3-0.6,0.7-1,1.2-1.3
c0.5-0.3,1.1-0.4,1.8-0.4c0.7,0,1.4,0.2,2.1,0.5l-0.5,1.2c-0.3-0.1-0.5-0.2-0.8-0.3C1177.9-200.9,1177.7-201,1177.4-201z"/>
<path fill="#715EC7" d="M1182.1-195h-1.5v-7.6h1.5V-195z"/>
<path fill="#715EC7" d="M1188.6-197.7c0,0.9-0.2,1.6-0.7,2.1s-1.1,0.8-2,0.8c-0.5,0-1-0.1-1.4-0.3c-0.4-0.2-0.7-0.6-0.9-1
s-0.3-0.9-0.3-1.5c0-0.9,0.2-1.6,0.7-2.1c0.5-0.5,1.1-0.7,2-0.7c0.5,0,1,0.1,1.4,0.3s0.7,0.6,0.9,1S1188.6-198.3,1188.6-197.7z
M1184.9-197.7c0,0.5,0.1,0.9,0.3,1.2s0.5,0.4,0.9,0.4c0.4,0,0.7-0.1,0.9-0.4c0.2-0.3,0.3-0.7,0.3-1.2c0-0.5-0.1-0.9-0.3-1.2
s-0.5-0.4-0.9-0.4c-0.4,0-0.7,0.1-0.9,0.4C1185-198.7,1184.9-198.3,1184.9-197.7z"/>
<path fill="#715EC7" d="M1192.1-194.9c-1.7,0-2.5-0.9-2.5-2.8c0-0.9,0.2-1.6,0.7-2.1c0.5-0.5,1.1-0.7,2-0.7
c0.6,0,1.2,0.1,1.7,0.4l-0.4,1.2c-0.2-0.1-0.5-0.2-0.7-0.2c-0.2-0.1-0.4-0.1-0.6-0.1c-0.8,0-1.2,0.5-1.2,1.7
c0,1.1,0.4,1.6,1.2,1.6c0.3,0,0.6,0,0.8-0.1c0.2-0.1,0.5-0.2,0.7-0.4v1.3c-0.2,0.2-0.5,0.3-0.7,0.3S1192.5-194.9,1192.1-194.9z
"/>
<path fill="#715EC7" d="M1196.4-198l0.6-0.8l1.5-1.7h1.7l-2.2,2.4l2.3,3.1h-1.7l-1.6-2.2l-0.6,0.5v1.7h-1.5v-7.6h1.5v3.4
L1196.4-198L1196.4-198z"/>
<path fill="#715EC7" d="M1203.6-194.9c-0.9,0-1.6-0.2-2.1-0.7c-0.5-0.5-0.7-1.2-0.7-2.1c0-0.9,0.2-1.6,0.7-2.1
c0.5-0.5,1.1-0.7,1.9-0.7c0.8,0,1.4,0.2,1.8,0.7s0.6,1,0.6,1.8v0.7h-3.5c0,0.4,0.1,0.8,0.4,1s0.6,0.4,1,0.4
c0.3,0,0.6,0,0.9-0.1s0.6-0.2,0.9-0.3v1.2c-0.3,0.1-0.5,0.2-0.8,0.3C1204.4-194.9,1204-194.9,1203.6-194.9z M1203.4-199.5
c-0.3,0-0.6,0.1-0.7,0.3c-0.2,0.2-0.3,0.5-0.3,0.9h2.1c0-0.4-0.1-0.7-0.3-0.9C1203.9-199.4,1203.7-199.5,1203.4-199.5z"/>
<path fill="#715EC7" d="M1210.1-200.6c0.2,0,0.4,0,0.5,0l-0.1,1.4c-0.1,0-0.3,0-0.4,0c-0.5,0-0.8,0.1-1.1,0.4s-0.4,0.6-0.4,1
v2.8h-1.5v-5.5h1.1l0.2,0.9h0.1c0.2-0.3,0.4-0.6,0.7-0.7C1209.4-200.5,1209.7-200.6,1210.1-200.6z"/>
</g>
<g enable-background="new ">
<path fill="#0D3547" d="M1161.3-182.3h-1.3v4.3h-1.5v-4.3h-0.8v-0.7l0.8-0.4v-0.4c0-0.6,0.2-1.1,0.5-1.4s0.8-0.4,1.5-0.4
c0.5,0,1,0.1,1.4,0.2l-0.4,1.1c-0.3-0.1-0.6-0.1-0.8-0.1c-0.2,0-0.4,0.1-0.5,0.2c-0.1,0.1-0.1,0.3-0.1,0.5v0.3h1.3V-182.3z"/>
<path fill="#0D3547" d="M1165.6-178l-0.3-0.7h0c-0.3,0.3-0.5,0.5-0.8,0.7c-0.3,0.1-0.6,0.2-1,0.2c-0.5,0-0.9-0.1-1.2-0.4
c-0.3-0.3-0.5-0.7-0.5-1.3c0-0.6,0.2-1,0.6-1.3c0.4-0.3,1-0.4,1.8-0.5l0.9,0v-0.2c0-0.6-0.3-0.8-0.8-0.8
c-0.4,0-0.9,0.1-1.5,0.4l-0.5-1c0.6-0.3,1.3-0.5,2.1-0.5c0.7,0,1.3,0.2,1.7,0.5s0.6,0.8,0.6,1.5v3.6H1165.6z M1165.2-180.5
l-0.6,0c-0.4,0-0.8,0.1-1,0.2s-0.3,0.4-0.3,0.7c0,0.4,0.2,0.6,0.7,0.6c0.3,0,0.6-0.1,0.8-0.3c0.2-0.2,0.3-0.5,0.3-0.8V-180.5z"
/>
<path fill="#0D3547" d="M1173.2-178h-1.5v-3.2c0-0.4-0.1-0.7-0.2-0.9c-0.1-0.2-0.4-0.3-0.7-0.3c-0.4,0-0.7,0.1-0.9,0.4
c-0.2,0.3-0.3,0.7-0.3,1.4v2.6h-1.5v-5.5h1.1l0.2,0.7h0.1c0.2-0.3,0.4-0.5,0.7-0.6c0.3-0.1,0.6-0.2,1-0.2
c0.6,0,1.1,0.2,1.4,0.5c0.3,0.3,0.5,0.8,0.5,1.5V-178z"/>
<path fill="#0D3547" d="M1179.7-180.7c0,0.9-0.2,1.6-0.7,2.1s-1.1,0.8-2,0.8c-0.5,0-1-0.1-1.4-0.3c-0.4-0.2-0.7-0.6-0.9-1
s-0.3-0.9-0.3-1.5c0-0.9,0.2-1.6,0.7-2.1s1.1-0.7,2-0.7c0.5,0,1,0.1,1.4,0.3s0.7,0.6,0.9,1S1179.7-181.3,1179.7-180.7z
M1175.9-180.7c0,0.5,0.1,0.9,0.3,1.2c0.2,0.3,0.5,0.4,0.9,0.4c0.4,0,0.7-0.1,0.9-0.4c0.2-0.3,0.3-0.7,0.3-1.2
c0-0.5-0.1-0.9-0.3-1.2s-0.5-0.4-0.9-0.4c-0.4,0-0.7,0.1-0.9,0.4C1176-181.7,1175.9-181.3,1175.9-180.7z"/>
<path fill="#0D3547" d="M1184.8-178l-0.2-0.7h-0.1c-0.2,0.3-0.4,0.5-0.7,0.6c-0.3,0.1-0.6,0.2-1,0.2c-0.6,0-1.1-0.2-1.5-0.5
c-0.3-0.3-0.5-0.8-0.5-1.5v-3.6h1.5v3.2c0,0.4,0.1,0.7,0.2,0.9c0.1,0.2,0.4,0.3,0.7,0.3c0.4,0,0.7-0.1,0.9-0.4
c0.2-0.3,0.3-0.7,0.3-1.4v-2.6h1.5v5.5H1184.8z"/>
<path fill="#0D3547" d="M1189.8-179.1c0.3,0,0.6-0.1,0.9-0.2v1.1c-0.4,0.2-0.8,0.2-1.4,0.2c-0.6,0-1-0.2-1.3-0.5
c-0.3-0.3-0.4-0.8-0.4-1.4v-2.6h-0.7v-0.6l0.8-0.5l0.4-1.2h1v1.2h1.5v1.1h-1.5v2.6c0,0.2,0.1,0.4,0.2,0.5
C1189.5-179.1,1189.6-179.1,1189.8-179.1z"/>
<path fill="#0D3547" d="M1197.5-183.6c0.6,0,1.1,0.3,1.5,0.8c0.4,0.5,0.5,1.2,0.5,2.1c0,0.9-0.2,1.6-0.6,2.1
c-0.4,0.5-0.9,0.7-1.5,0.7c-0.6,0-1.1-0.2-1.5-0.7h-0.1l-0.2,0.6h-1.1v-7.6h1.5v1.8c0,0.2,0,0.6-0.1,1.1h0.1
C1196.3-183.3,1196.8-183.6,1197.5-183.6z M1197-182.4c-0.4,0-0.6,0.1-0.8,0.3c-0.2,0.2-0.3,0.6-0.3,1.1v0.2
c0,0.6,0.1,1,0.3,1.3c0.2,0.3,0.5,0.4,0.8,0.4c0.3,0,0.5-0.1,0.7-0.4c0.2-0.3,0.3-0.7,0.3-1.2s-0.1-0.9-0.3-1.2
C1197.6-182.2,1197.3-182.4,1197-182.4z"/>
<path fill="#0D3547" d="M1204.7-178l-0.2-0.7h-0.1c-0.2,0.3-0.4,0.5-0.7,0.6c-0.3,0.1-0.6,0.2-1,0.2c-0.6,0-1.1-0.2-1.5-0.5
c-0.3-0.3-0.5-0.8-0.5-1.5v-3.6h1.5v3.2c0,0.4,0.1,0.7,0.2,0.9c0.1,0.2,0.4,0.3,0.7,0.3c0.4,0,0.7-0.1,0.9-0.4
c0.2-0.3,0.3-0.7,0.3-1.4v-2.6h1.5v5.5H1204.7z"/>
<path fill="#0D3547" d="M1210.4-182.3h-1.3v4.3h-1.5v-4.3h-0.8v-0.7l0.8-0.4v-0.4c0-0.6,0.2-1.1,0.5-1.4s0.8-0.4,1.5-0.4
c0.5,0,1,0.1,1.4,0.2l-0.4,1.1c-0.3-0.1-0.6-0.1-0.8-0.1c-0.2,0-0.4,0.1-0.5,0.2c-0.1,0.1-0.1,0.3-0.1,0.5v0.3h1.3V-182.3z"/>
<path fill="#0D3547" d="M1214.3-182.3h-1.3v4.3h-1.5v-4.3h-0.8v-0.7l0.8-0.4v-0.4c0-0.6,0.2-1.1,0.5-1.4s0.8-0.4,1.5-0.4
c0.5,0,1,0.1,1.4,0.2l-0.4,1.1c-0.3-0.1-0.6-0.1-0.8-0.1c-0.2,0-0.4,0.1-0.5,0.2c-0.1,0.1-0.1,0.3-0.1,0.5v0.3h1.3V-182.3z"/>
<path fill="#0D3547" d="M1217.6-177.9c-0.9,0-1.6-0.2-2.1-0.7s-0.7-1.2-0.7-2.1c0-0.9,0.2-1.6,0.7-2.1c0.5-0.5,1.1-0.7,1.9-0.7
c0.8,0,1.4,0.2,1.8,0.7s0.6,1,0.6,1.8v0.7h-3.5c0,0.4,0.1,0.8,0.4,1s0.6,0.4,1,0.4c0.3,0,0.6,0,0.9-0.1s0.6-0.2,0.9-0.3v1.2
c-0.3,0.1-0.5,0.2-0.8,0.3C1218.4-177.9,1218-177.9,1217.6-177.9z M1217.4-182.5c-0.3,0-0.6,0.1-0.7,0.3
c-0.2,0.2-0.3,0.5-0.3,0.9h2.1c0-0.4-0.1-0.7-0.3-0.9C1217.9-182.4,1217.7-182.5,1217.4-182.5z"/>
<path fill="#0D3547" d="M1224.1-183.6c0.2,0,0.4,0,0.5,0l-0.1,1.4c-0.1,0-0.3,0-0.4,0c-0.5,0-0.8,0.1-1.1,0.4
c-0.3,0.2-0.4,0.6-0.4,1v2.8h-1.5v-5.5h1.1l0.2,0.9h0.1c0.2-0.3,0.4-0.6,0.7-0.7C1223.4-183.5,1223.7-183.6,1224.1-183.6z"/>
</g>
<g id="artiq_7_" transform="translate(-785.044 -420.073)">
<path id="Path_3_7_" fill="#1A6D93" d="M1985.4,178.8c0.4,0,0.8-0.4,0.8-0.8c0-0.4-0.3-0.8-0.8-0.8c-0.4,0-0.8,0.4-0.7,0.8
C1984.7,178.5,1985,178.8,1985.4,178.8L1985.4,178.8z"/>
<path id="Path_4_7_" fill="#1A6D93" d="M1967.3,163.8l0.9,0.8c0,0,0,0,0.1,0c1.8-1.5,3.7-2.8,5.8-3.9c2.3-1.2,4.8-2,7.4-2.3
c0.2,0,0.4,0,0.6,0c0.7,0,1.4,0.1,2,0.4c0.6,0.3,1,0.9,1,1.5c0,0.6-0.2,1.2-0.5,1.7c-0.2,0.4-0.5,0.8-0.7,1.2l-0.3,0.5l0.8,0.8
c0.8-0.9,1.4-2,1.7-3.2c0-0.1,0.1-0.3,0.1-0.4c0-0.1,0-0.1,0-0.2V160c0,0,0,0,0,0s0-0.1,0-0.1c-0.2-1-0.8-1.8-1.8-2.2
c-0.6-0.3-1.3-0.4-2-0.4c-0.2,0-0.4,0-0.6,0c-1.1,0-2.1,0.2-3.2,0.4c-4,1.1-7.8,3.1-10.9,5.8c-0.1,0.1-0.2,0.2-0.3,0.2
C1967.4,163.7,1967.4,163.8,1967.3,163.8z"/>
<path id="Path_5_7_" fill="#1A6D93" d="M1969.7,161c0.2-0.2,0.5-0.3,0.7-0.5c0.3-0.1,0.4-0.4,0.4-0.7c0.3-1.5,0.7-2.9,1.5-4.2
c0.3-0.6,0.7-1.1,1.2-1.5c0.6-0.6,1.6-0.6,2.3,0c0.5,0.4,0.9,0.9,1.2,1.4c0.2,0.3,0.3,0.7,0.5,1.1c0.1,0.1,0.1,0.3,0.2,0.4
l1.2-0.3c-0.1-0.2-0.2-0.4-0.3-0.6c-0.2-0.5-0.4-0.9-0.7-1.3c-0.6-1.2-1.6-2.1-2.9-2.4h-0.7c-1.1,0.2-2,0.9-2.5,1.8
c-0.3,0.4-0.6,0.9-0.8,1.3c-0.7,1.4-1.1,2.9-1.4,4.4c-0.1,0.3-0.1,0.5-0.1,0.8c0,0.1,0,0.2-0.1,0.3
C1969.6,161.1,1969.6,161,1969.7,161z"/>
<path id="Path_6_7_" fill="#1A6D93" d="M1968.7,172.1c-0.3,0-0.5,0.1-0.8,0.1c-0.2,0-0.3,0-0.4,0c-0.5,0-1.1-0.1-1.6-0.2
c-0.1,0-0.1,0-0.2-0.1c-0.9-0.3-1.4-1.2-1.1-2.1c0,0,0,0,0,0c0.2-0.9,0.6-1.7,1.1-2.4c0.1-0.1,0.2-0.3,0.3-0.4
c0-0.1,0.1-0.1,0.1-0.2l-0.9-0.8c-0.8,0.9-1.4,2-1.7,3.1c-0.6,1.5,0.2,3.3,1.8,3.9c0.2,0.1,0.4,0.1,0.6,0.2
c0.5,0.1,1.1,0.2,1.6,0.2c0.3,0,0.6,0,1-0.1c0.2,0,0.4,0,0.6-0.1l0.2,0l-0.3-1.2C1968.9,172,1968.8,172.1,1968.7,172.1z"/>
<path id="Path_7_7_" fill="#1A6D93" d="M1967.5,172.1c0.1,0,0.3,0,0.4,0C1967.7,172.1,1967.6,172.1,1967.5,172.1z"/>
<path id="Path_8_7_" fill="#1A6D93" d="M1965.9,171.9c0.5,0.2,1,0.2,1.6,0.2C1966.9,172.1,1966.4,172.1,1965.9,171.9z"/>
<path id="Path_9_7_" fill="#1A6D93" d="M1967.5,173.3c-0.6,0-1.1-0.1-1.6-0.2C1966.4,173.3,1966.9,173.3,1967.5,173.3z"/>
<path id="Path_10_7_" fill="#1A6D93" d="M1968.5,173.3c-0.4,0-0.7,0.1-1,0.1C1967.8,173.3,1968.1,173.3,1968.5,173.3z"/>
<path id="Path_11_7_" fill="#1A6D93" d="M1977.9,161.8c-0.1-0.3-0.1-0.7-0.2-1c-0.1-0.3-0.4-0.4-0.7-0.5h0
c-0.3,0.1-0.7,0.3-1,0.4c-0.1,0.1-0.2,0.1-0.4,0.1l2.3,1.3L1977.9,161.8z"/>
<path id="Path_12_7_" fill="#1A6D93" d="M1970.4,163.9C1970.3,163.9,1970.3,163.9,1970.4,163.9c-0.1,0.1-0.2,0.1-0.2,0.2
c-0.2,0.2-0.5,0.4-0.7,0.5c-0.2,0.1-0.3,0.4-0.3,0.6c0,0.1,0,0.1,0,0.2c0,0.1,0,0.2,0,0.2c0.3,0.3,0.6,0.5,0.9,0.7l0.2,0.1
c0,0,0.1,0,0.1,0.1c0,0,0,0,0,0L1970.4,163.9C1970.4,163.9,1970.4,163.9,1970.4,163.9z"/>
<path id="Path_13_7_" fill="#1A6D93" d="M1972.6,159.3L1972.6,159.3c0.3-0.1,0.6-0.3,0.9-0.4l0.3-0.2l-1.4-0.5l-0.3,1.2
c0.1,0,0.2,0.1,0.3,0.1c0.1,0,0.1,0,0.2-0.1C1972.5,159.3,1972.5,159.3,1972.6,159.3z"/>
<path id="Path_14_7_" fill="#1A6D93" d="M1972.4,159.3C1972.5,159.3,1972.5,159.3,1972.4,159.3L1972.4,159.3
C1972.5,159.3,1972.5,159.3,1972.4,159.3z"/>
<path id="Path_15_7_" fill="#1A6D93" d="M1982.1,166.8l-0.9-0.8c-0.1,0.5-0.2,1.1-0.1,1.6L1982.1,166.8z"/>
<path id="Path_16_7_" fill="#1A6D93" d="M1972.1,171.3C1972.1,171.3,1972,171.3,1972.1,171.3c-0.1,0-0.1,0.1-0.1,0.1
c0.1,0.3,0.1,0.5,0.2,0.8l0.1,0.2l1.2-0.4l-0.3-0.1C1972.9,171.7,1972.5,171.5,1972.1,171.3
C1972.1,171.3,1972.1,171.3,1972.1,171.3z"/>
<path id="Path_17_7_" fill="#1A6D93" d="M1974.7,166.1c0.4,0,0.8-0.4,0.8-0.8c0-0.4-0.4-0.8-0.8-0.8c-0.4,0-0.8,0.3-0.8,0.8
C1973.9,165.7,1974.3,166.1,1974.7,166.1z"/>
<path id="Path_18_7_" fill="#0D3547" d="M1985,179.2l1.2-0.2l0.4-1.2l-0.8-0.9l-1.2,0.2l-0.4,1.2L1985,179.2 M1974.1,167.1
l1.9-0.3l0.7-1.8l-1.2-1.5l-1.9,0.3l-0.7,1.8L1974.1,167.1 M1974.8,162.3c1.7,0,3,1.3,3,3c0,0.2,0,0.3,0,0.5
c0.2,0.9,0.7,1.7,1.4,2.4c0,0,3.3,4.2,5.6,7.2c0.3,0.3,0.6,0.6,1,0.7c1,0.2,1.7,1.2,1.5,2.2s-1.2,1.7-2.2,1.5
c-0.4-0.1-0.8-0.3-1.1-0.6c-0.2-0.3-0.4-0.7-0.4-1.1l0,0V178c-0.1-0.4-0.3-0.8-0.6-1.2l-6.2-6.7c-0.5-0.8-1.3-1.4-2.1-1.8
c-0.8,0-1.6-0.4-2.2-1.1c-1.1-1.3-0.9-3.2,0.4-4.2c0,0,0,0,0,0C1973.4,162.6,1974.1,162.3,1974.8,162.3"/>
<path id="Path_19_7_" fill="#0D3547" d="M1964.7,186.7l0.7-1.6l0.7,1.6H1964.7z M1965.2,183.3l-2.3,5.1v0.1h1.2l0.3-0.7h2.1
l0.3,0.7h1.2v-0.1l-2.3-5.1L1965.2,183.3z"/>
<path id="Path_20_7_" fill="#0D3547" d="M1971.4,185.8h-1v-1.5h1c0.4,0,0.7,0.3,0.6,0.7c0,0,0,0,0,0.1
C1972.1,185.5,1971.8,185.8,1971.4,185.8C1971.4,185.8,1971.4,185.8,1971.4,185.8z M1972.4,186.6c0.6-0.5,0.9-1.3,0.7-2
c-0.2-0.8-0.9-1.3-1.7-1.2h-2.2v5.1h1.2v-1.5h0.8l0.9,1.5h1.4v-0.1L1972.4,186.6L1972.4,186.6z"/>
<path id="Path_21_7_" fill="#0D3547" d="M1975.5,184.4v4.1h1.2v-4.1h1.3v-1h-3.7v1H1975.5z"/>
<path id="Path_22_7_" fill="#0D3547" d="M1978.9,183.3v1h0.6v3.1h-0.7v1h2.5v-1h-0.7v-3.1h0.6v-1H1978.9z"/>
<path id="Path_23_7_" fill="#0D3547" d="M1985,187.4c-0.8,0.1-1.6-0.6-1.6-1.4s0.6-1.6,1.4-1.6s1.6,0.6,1.6,1.4
c0,0,0,0.1,0,0.1c0.1,0.8-0.5,1.4-1.3,1.5C1985,187.4,1985,187.4,1985,187.4z M1987.2,187.4c0.3-0.5,0.4-1,0.4-1.5
c0-1.4-1.2-2.6-2.6-2.6c-1.4,0-2.6,1.2-2.6,2.6c0,1.4,1.2,2.6,2.6,2.6c0.5,0,0.9-0.1,1.3-0.3l0.1,0l0.1,0.3h1.2v-0.1
L1987.2,187.4L1987.2,187.4z"/>
<path id="Path_24_7_" fill="#1A6D93" d="M1976.6,171L1976.6,171c-2.1-0.8-4.1-1.8-5.9-3.1c-1.8-1.2-3.4-2.6-4.7-4.3
c-0.6-0.7-1.1-1.6-1.4-2.6c-0.3-0.8,0-1.7,0.8-2.1c0.2-0.1,0.4-0.2,0.6-0.3c0.7-0.2,1.4-0.2,2.1-0.2l0.3,0l0.4,0l0.3,0l0.3-1.2
l-0.2,0c-0.2,0-0.4-0.1-0.6-0.1c-0.4,0-0.7-0.1-1-0.1c-0.7,0-1.3,0.1-1.9,0.3c-1.1,0.3-1.9,1.1-2.2,2.2c-0.2,0.8,0,1.7,0.4,2.5
c0.6,1.3,1.4,2.5,2.5,3.5c2.8,2.8,6.1,4.9,9.7,6.3c0.3,0.1,0.5,0.2,0.8,0.3c0.1,0,0.2,0.1,0.4,0.1l0.2-0.7L1976.6,171z"/>
<path id="Path_25_7_" fill="#1A6D93" d="M1986.1,169.8C1986.1,169.8,1986.1,169.8,1986.1,169.8c-0.1-0.8-0.4-1.5-0.8-2.1
c-0.8-1.3-1.7-2.5-2.9-3.5c-0.3-0.3-0.6-0.6-1-0.9c-0.1-0.1-0.3-0.2-0.4-0.4v0c0,0,0,0,0,0.1l0,0.3c0,0.4,0,0.8,0.1,1.2
c0,0.1,0.1,0.2,0.1,0.2c0.2,0.2,0.4,0.4,0.5,0.5c0.3,0.3,0.6,0.6,1,1c0.9,0.9,1.5,1.9,2,3c0.2,0.4,0.2,0.9,0.2,1.3
c-0.1,0.7-0.6,1.2-1.3,1.4c-0.2,0.1-0.4,0.1-0.6,0.2l0.8,1c0.1,0,0.3-0.1,0.4-0.1c0.9-0.3,1.7-1.1,1.9-2.1l0.1-0.3
L1986.1,169.8L1986.1,169.8z"/>
<path id="Path_26_7_" fill="#1A6D93" d="M1978.5,160c0.1,0.4,0.1,0.8,0.2,1.2c0.1,0.9,0.2,1.9,0.3,2.8c0.1,0.9,0.1,1.9,0,2.8
l1.1,1.4c0-0.3,0.1-0.6,0.1-0.9c0.2-2.1,0.1-4.1-0.2-6.2c-0.1-0.4-0.1-0.8-0.2-1.2c0-0.2-0.1-0.4-0.1-0.6l-1.2,0.3
c0,0,0,0,0,0.1C1978.5,159.9,1978.5,159.9,1978.5,160z"/>
<path id="Path_27_7_" fill="#1A6D93" d="M1978.1,172.6c-0.2,0.6-0.4,1.2-0.7,1.7c-0.3,0.8-0.8,1.5-1.5,2.1
c-0.7,0.6-1.7,0.6-2.4,0c-0.5-0.5-1-1.1-1.3-1.7c-0.6-1.2-1-2.5-1.3-3.9l0,0c0-0.1,0-0.2-0.1-0.2c-0.3-0.2-0.7-0.4-1.1-0.7
c-0.1-0.1-0.2-0.1-0.3-0.2c0,0.1,0,0.2,0,0.2c0,0.2,0.1,0.4,0.1,0.6c0.3,1.7,0.8,3.4,1.6,4.9c0.6,1.3,1.7,2.3,3.1,2.7h0.7
c1.3-0.3,2.4-1.2,2.9-2.4c0.2-0.3,0.3-0.5,0.4-0.8c0.2-0.4,0.4-0.9,0.5-1.3L1978.1,172.6z"/>
</g>
<g id="Group_18_7_" transform="translate(-566 -530)">
<circle id="Ellipse_6_7_" fill="#0D3547" cx="1729.1" cy="257" r="8"/>
<rect id="Rectangle_2_7_" x="1728.1" y="253" fill="#FFFFFF" width="2" height="8"/>
<rect id="Rectangle_3_7_" x="1725.1" y="256" fill="#FFFFFF" width="8" height="2"/>
</g>
<g id="Group_93">
<g>
<path id="Intersection_1_2_" fill="none" stroke="#0D3547" stroke-width="2" d="M1191.8,76.2l-15.3,0l-7.8-13.3l6.9-12.1
l15.4,0.1l7.7,13.4L1191.8,76.2z"/>
<path fill="none" stroke="#715EC7" stroke-width="2" stroke-miterlimit="10" d="M1174.8,58.4c2.8-4.8,8.9-6.4,13.7-3.7
c4.8,2.8,6.4,8.9,3.7,13.7c-2.8,4.8-8.9,6.4-13.7,3.7C1173.7,69.3,1172.1,63.2,1174.8,58.4z"/>
<path fill="#715EC7" d="M1182.2,62.7c0.4-0.7,1.3-1,2-0.5c0.7,0.4,1,1.3,0.5,2c-0.4,0.7-1.3,1-2,0.5
C1182,64.3,1181.8,63.4,1182.2,62.7z"/>
</g>
<g enable-background="new ">
<path fill="#0D3547" d="M1206.9,42.6c-0.5,0-0.8,0.2-1.1,0.5s-0.4,0.8-0.4,1.4c0,1.3,0.5,1.9,1.4,1.9c0.4,0,0.9-0.1,1.5-0.3v1
c-0.5,0.2-1,0.3-1.6,0.3c-0.8,0-1.5-0.3-1.9-0.8c-0.4-0.5-0.7-1.2-0.7-2.2c0-0.6,0.1-1.1,0.3-1.6c0.2-0.4,0.5-0.8,0.9-1
c0.4-0.2,0.9-0.4,1.4-0.4c0.6,0,1.1,0.1,1.7,0.4l-0.4,1c-0.2-0.1-0.4-0.2-0.6-0.3C1207.3,42.7,1207.1,42.6,1206.9,42.6z"/>
<path fill="#0D3547" d="M1209.6,47.4v-5.7h1.2v4.7h2.3v1H1209.6z"/>
<path fill="#0D3547" d="M1218.7,47.4h-1.4l-1.5-2.4l-0.5,0.4v2h-1.2v-5.7h1.2v2.6l0.5-0.7l1.5-1.9h1.3l-2,2.5L1218.7,47.4z"/>
<path fill="#0D3547" d="M1206.6,57h-2.6v-0.7l0.7-0.3v-3.7L1204,52v-0.7h2.6V52l-0.7,0.3V56l0.7,0.3V57z"/>
<path fill="#0D3547" d="M1212.7,57h-1.5l-2.5-4.3h0c0,0.8,0.1,1.3,0.1,1.6V57h-1.1v-5.7h1.5l2.5,4.3h0c0-0.7-0.1-1.3-0.1-1.6
v-2.7h1.1V57z"/>
</g>
</g>
<g id="Group_93_5_">
<g>
<path id="Intersection_1_8_" fill="none" stroke="#0D3547" stroke-width="2" d="M1191.8,25.2l-15.3,0l-7.8-13.3l6.9-12.1
l15.4,0.1l7.7,13.4L1191.8,25.2z"/>
<path fill="none" stroke="#715EC7" stroke-width="2" stroke-miterlimit="10" d="M1174.8,7.4c2.8-4.8,8.9-6.4,13.7-3.7
s6.4,8.9,3.7,13.7c-2.8,4.8-8.9,6.4-13.7,3.7C1173.7,18.3,1172.1,12.2,1174.8,7.4z"/>
<path fill="#715EC7" d="M1182.2,11.7c0.4-0.7,1.3-1,2-0.5c0.7,0.4,1,1.3,0.5,2c-0.4,0.7-1.3,1-2,0.5
C1182,13.3,1181.8,12.4,1182.2,11.7z"/>
</g>
<g enable-background="new ">
<path fill="#0D3547" d="M1209.7-6.4c0,0.9-0.2,1.7-0.7,2.2s-1.1,0.8-2,0.8s-1.5-0.3-2-0.8s-0.7-1.2-0.7-2.2s0.2-1.7,0.7-2.2
c0.5-0.5,1.1-0.8,2-0.8c0.9,0,1.5,0.3,2,0.8S1209.7-7.4,1209.7-6.4z M1205.5-6.4c0,0.6,0.1,1.1,0.4,1.4s0.6,0.5,1.1,0.5
c1,0,1.4-0.6,1.4-1.9c0-1.3-0.5-1.9-1.4-1.9c-0.5,0-0.8,0.2-1.1,0.5C1205.6-7.6,1205.5-7.1,1205.5-6.4z"/>
<path fill="#0D3547" d="M1215.5-9.3v3.7c0,0.4-0.1,0.8-0.3,1.1c-0.2,0.3-0.5,0.6-0.8,0.7c-0.4,0.2-0.8,0.3-1.3,0.3
c-0.7,0-1.3-0.2-1.7-0.6s-0.6-0.9-0.6-1.5v-3.7h1.2v3.5c0,0.4,0.1,0.8,0.3,1c0.2,0.2,0.5,0.3,0.9,0.3c0.4,0,0.7-0.1,0.9-0.3
c0.2-0.2,0.3-0.5,0.3-1v-3.5H1215.5z"/>
<path fill="#0D3547" d="M1219.1-3.6h-1.2v-4.7h-1.6v-1h4.3v1h-1.6V-3.6z"/>
<path fill="#0D3547" d="M1224.7-8c0,0.2,0,0.4-0.1,0.5c-0.1,0.2-0.2,0.3-0.3,0.4c-0.1,0.1-0.2,0.2-0.4,0.3
c-0.1,0.1-0.3,0.1-0.5,0.2v0c0.5,0.1,0.8,0.2,1,0.4c0.2,0.2,0.4,0.5,0.4,0.9c0,0.2,0,0.5-0.1,0.7s-0.2,0.4-0.4,0.6
c-0.2,0.2-0.4,0.3-0.7,0.4c-0.3,0.1-0.6,0.1-1,0.1c-0.3,0-0.6,0-0.9-0.1c-0.3-0.1-0.5-0.1-0.8-0.2v-1c0.1,0.1,0.2,0.1,0.4,0.2
c0.1,0,0.3,0.1,0.4,0.1c0.1,0,0.3,0.1,0.4,0.1c0.1,0,0.2,0,0.4,0c0.2,0,0.4,0,0.6-0.1s0.3-0.1,0.4-0.2
c0.1-0.1,0.2-0.2,0.2-0.3c0-0.1,0.1-0.2,0.1-0.3c0-0.1,0-0.2-0.1-0.3c0-0.1-0.1-0.2-0.2-0.2c-0.1-0.1-0.2-0.1-0.4-0.2
c-0.2,0-0.4-0.1-0.6-0.1h-0.4v-0.8h0.4c0.2,0,0.4,0,0.6-0.1c0.2,0,0.3-0.1,0.4-0.2c0.1-0.1,0.2-0.2,0.2-0.3s0.1-0.2,0.1-0.3
c0-0.2-0.1-0.4-0.2-0.5c-0.1-0.1-0.3-0.2-0.6-0.2c-0.1,0-0.2,0-0.3,0c-0.1,0-0.2,0.1-0.3,0.1c-0.1,0-0.2,0.1-0.3,0.1
c-0.1,0-0.1,0.1-0.2,0.1l-0.6-0.8c0.1-0.1,0.2-0.2,0.4-0.2s0.3-0.1,0.4-0.2c0.2-0.1,0.3-0.1,0.5-0.1c0.2,0,0.4,0,0.6,0
c0.3,0,0.5,0,0.8,0.1s0.4,0.1,0.6,0.3s0.3,0.3,0.4,0.4S1224.7-8.2,1224.7-8z"/>
</g>
</g>
<g id="Group_93_4_">
<g>
<path id="Intersection_1_7_" fill="none" stroke="#0D3547" stroke-width="2" d="M1191.8-23.8l-15.3,0l-7.8-13.3l6.9-12.1
l15.4,0.1l7.7,13.4L1191.8-23.8z"/>
<path fill="none" stroke="#715EC7" stroke-width="2" stroke-miterlimit="10" d="M1174.8-41.6c2.8-4.8,8.9-6.4,13.7-3.7
c4.8,2.8,6.4,8.9,3.7,13.7c-2.8,4.8-8.9,6.4-13.7,3.7C1173.7-30.7,1172.1-36.8,1174.8-41.6z"/>
<path fill="#715EC7" d="M1182.2-37.3c0.4-0.7,1.3-1,2-0.5c0.7,0.4,1,1.3,0.5,2c-0.4,0.7-1.3,1-2,0.5
C1182-35.7,1181.8-36.6,1182.2-37.3z"/>
</g>
<g enable-background="new ">
<path fill="#0D3547" d="M1209.7-55.4c0,0.9-0.2,1.7-0.7,2.2s-1.1,0.8-2,0.8s-1.5-0.3-2-0.8s-0.7-1.2-0.7-2.2s0.2-1.7,0.7-2.2
c0.5-0.5,1.1-0.8,2-0.8c0.9,0,1.5,0.3,2,0.8S1209.7-56.4,1209.7-55.4z M1205.5-55.4c0,0.6,0.1,1.1,0.4,1.4s0.6,0.5,1.1,0.5
c1,0,1.4-0.6,1.4-1.9c0-1.3-0.5-1.9-1.4-1.9c-0.5,0-0.8,0.2-1.1,0.5C1205.6-56.6,1205.5-56.1,1205.5-55.4z"/>
<path fill="#0D3547" d="M1215.5-58.3v3.7c0,0.4-0.1,0.8-0.3,1.1c-0.2,0.3-0.5,0.6-0.8,0.7c-0.4,0.2-0.8,0.3-1.3,0.3
c-0.7,0-1.3-0.2-1.7-0.6s-0.6-0.9-0.6-1.5v-3.7h1.2v3.5c0,0.4,0.1,0.8,0.3,1c0.2,0.2,0.5,0.3,0.9,0.3c0.4,0,0.7-0.1,0.9-0.3
c0.2-0.2,0.3-0.5,0.3-1v-3.5H1215.5z"/>
<path fill="#0D3547" d="M1219.1-52.6h-1.2v-4.7h-1.6v-1h4.3v1h-1.6V-52.6z"/>
<path fill="#0D3547" d="M1225-52.6h-3.8v-0.8l1.3-1.4c0.2-0.2,0.3-0.4,0.5-0.5c0.1-0.2,0.3-0.3,0.4-0.4
c0.1-0.1,0.2-0.3,0.2-0.4s0.1-0.3,0.1-0.5c0-0.2-0.1-0.3-0.2-0.4c-0.1-0.1-0.3-0.2-0.5-0.2c-0.2,0-0.4,0.1-0.6,0.2
c-0.2,0.1-0.4,0.2-0.6,0.4l-0.7-0.8c0.1-0.1,0.2-0.2,0.4-0.3c0.1-0.1,0.3-0.2,0.4-0.3c0.2-0.1,0.3-0.1,0.5-0.2
c0.2,0,0.4-0.1,0.6-0.1c0.3,0,0.5,0,0.7,0.1c0.2,0.1,0.4,0.2,0.6,0.3c0.2,0.1,0.3,0.3,0.4,0.5s0.1,0.4,0.1,0.7
c0,0.2,0,0.4-0.1,0.6s-0.2,0.4-0.3,0.6c-0.1,0.2-0.3,0.4-0.5,0.6c-0.2,0.2-0.4,0.4-0.6,0.6l-0.7,0.7v0.1h2.3V-52.6z"/>
</g>
</g>
<g id="Group_93_3_">
<g>
<path id="Intersection_1_6_" fill="none" stroke="#0D3547" stroke-width="2" d="M1191.8-72.8l-15.3,0l-7.8-13.3l6.9-12.1
l15.4,0.1l7.7,13.4L1191.8-72.8z"/>
<path fill="none" stroke="#715EC7" stroke-width="2" stroke-miterlimit="10" d="M1174.8-90.6c2.8-4.8,8.9-6.4,13.7-3.7
s6.4,8.9,3.7,13.7c-2.8,4.8-8.9,6.4-13.7,3.7C1173.7-79.7,1172.1-85.8,1174.8-90.6z"/>
<path fill="#715EC7" d="M1182.2-86.3c0.4-0.7,1.3-1,2-0.5c0.7,0.4,1,1.3,0.5,2c-0.4,0.7-1.3,1-2,0.5
C1182-84.7,1181.8-85.6,1182.2-86.3z"/>
</g>
<g enable-background="new ">
<path fill="#0D3547" d="M1209.7-104.4c0,0.9-0.2,1.7-0.7,2.2s-1.1,0.8-2,0.8s-1.5-0.3-2-0.8s-0.7-1.2-0.7-2.2s0.2-1.7,0.7-2.2
c0.5-0.5,1.1-0.8,2-0.8c0.9,0,1.5,0.3,2,0.8S1209.7-105.4,1209.7-104.4z M1205.5-104.4c0,0.6,0.1,1.1,0.4,1.4s0.6,0.5,1.1,0.5
c1,0,1.4-0.6,1.4-1.9c0-1.3-0.5-1.9-1.4-1.9c-0.5,0-0.8,0.2-1.1,0.5C1205.6-105.6,1205.5-105.1,1205.5-104.4z"/>
<path fill="#0D3547" d="M1215.5-107.3v3.7c0,0.4-0.1,0.8-0.3,1.1c-0.2,0.3-0.5,0.6-0.8,0.7c-0.4,0.2-0.8,0.3-1.3,0.3
c-0.7,0-1.3-0.2-1.7-0.6s-0.6-0.9-0.6-1.5v-3.7h1.2v3.5c0,0.4,0.1,0.8,0.3,1c0.2,0.2,0.5,0.3,0.9,0.3c0.4,0,0.7-0.1,0.9-0.3
c0.2-0.2,0.3-0.5,0.3-1v-3.5H1215.5z"/>
<path fill="#0D3547" d="M1219.1-101.6h-1.2v-4.7h-1.6v-1h4.3v1h-1.6V-101.6z"/>
<path fill="#0D3547" d="M1224-101.6h-1.2v-3.3c0-0.1,0-0.1,0-0.2c0-0.1,0-0.2,0-0.3s0-0.2,0-0.3s0-0.2,0-0.3c0,0,0,0-0.1,0.1
s-0.1,0.1-0.1,0.1s-0.1,0.1-0.1,0.1c0,0-0.1,0.1-0.1,0.1l-0.7,0.5l-0.6-0.7l1.8-1.5h1V-101.6z"/>
</g>
</g>
<g id="Group_93_2_">
<g>
<path id="Intersection_1_5_" fill="none" stroke="#0D3547" stroke-width="2" d="M1191.8-121.8l-15.3,0l-7.8-13.3l6.9-12.1
l15.4,0.1l7.7,13.4L1191.8-121.8z"/>
<path fill="none" stroke="#715EC7" stroke-width="2" stroke-miterlimit="10" d="M1174.8-139.6c2.8-4.8,8.9-6.4,13.7-3.7
c4.8,2.8,6.4,8.9,3.7,13.7c-2.8,4.8-8.9,6.4-13.7,3.7C1173.7-128.7,1172.1-134.8,1174.8-139.6z"/>
<path fill="#715EC7" d="M1182.2-135.3c0.4-0.7,1.3-1,2-0.5c0.7,0.4,1,1.3,0.5,2c-0.4,0.7-1.3,1-2,0.5
C1182-133.7,1181.8-134.6,1182.2-135.3z"/>
</g>
<g enable-background="new ">
<path fill="#0D3547" d="M1209.7-153.4c0,0.9-0.2,1.7-0.7,2.2s-1.1,0.8-2,0.8s-1.5-0.3-2-0.8s-0.7-1.2-0.7-2.2s0.2-1.7,0.7-2.2
c0.5-0.5,1.1-0.8,2-0.8c0.9,0,1.5,0.3,2,0.8S1209.7-154.4,1209.7-153.4z M1205.5-153.4c0,0.6,0.1,1.1,0.4,1.4s0.6,0.5,1.1,0.5
c1,0,1.4-0.6,1.4-1.9c0-1.3-0.5-1.9-1.4-1.9c-0.5,0-0.8,0.2-1.1,0.5C1205.6-154.6,1205.5-154.1,1205.5-153.4z"/>
<path fill="#0D3547" d="M1215.5-156.3v3.7c0,0.4-0.1,0.8-0.3,1.1c-0.2,0.3-0.5,0.6-0.8,0.7c-0.4,0.2-0.8,0.3-1.3,0.3
c-0.7,0-1.3-0.2-1.7-0.6s-0.6-0.9-0.6-1.5v-3.7h1.2v3.5c0,0.4,0.1,0.8,0.3,1c0.2,0.2,0.5,0.3,0.9,0.3c0.4,0,0.7-0.1,0.9-0.3
c0.2-0.2,0.3-0.5,0.3-1v-3.5H1215.5z"/>
<path fill="#0D3547" d="M1219.1-150.6h-1.2v-4.7h-1.6v-1h4.3v1h-1.6V-150.6z"/>
<path fill="#0D3547" d="M1225-153.4c0,0.5,0,0.9-0.1,1.2c-0.1,0.4-0.2,0.7-0.3,0.9c-0.2,0.3-0.4,0.4-0.6,0.6
c-0.2,0.1-0.5,0.2-0.9,0.2c-0.3,0-0.6-0.1-0.9-0.2c-0.2-0.1-0.4-0.3-0.6-0.6c-0.2-0.3-0.3-0.6-0.4-0.9
c-0.1-0.4-0.1-0.8-0.1-1.2s0-0.9,0.1-1.2c0.1-0.4,0.2-0.7,0.3-0.9s0.4-0.4,0.6-0.6c0.2-0.1,0.5-0.2,0.9-0.2
c0.3,0,0.6,0.1,0.9,0.2c0.2,0.1,0.4,0.3,0.6,0.6s0.3,0.6,0.4,0.9C1224.9-154.3,1225-153.9,1225-153.4z M1222.3-153.4
c0,0.7,0.1,1.1,0.2,1.5c0.1,0.3,0.3,0.5,0.6,0.5c0.3,0,0.5-0.2,0.6-0.5c0.1-0.3,0.2-0.8,0.2-1.5c0-0.7-0.1-1.1-0.2-1.5
c-0.1-0.3-0.3-0.5-0.6-0.5c-0.1,0-0.3,0-0.3,0.1c-0.1,0.1-0.2,0.2-0.2,0.4c-0.1,0.2-0.1,0.4-0.1,0.6
C1222.3-154,1222.3-153.8,1222.3-153.4z"/>
</g>
</g>
<g id="Group_77_1_" transform="translate(-566 -67)">
<circle id="Ellipse_6-2_7_" fill="#0D3547" cx="1729.1" cy="257" r="8"/>
<rect id="Rectangle_2-2_7_" x="1728.1" y="253" fill="#FFFFFF" width="2" height="8"/>
<rect id="Rectangle_3-2_7_" x="1725.1" y="256" fill="#FFFFFF" width="8" height="2"/>
</g>
<g enable-background="new ">
<path fill="#0D3547" d="M1157.8,133.1c0,0.6-0.2,1.1-0.6,1.4c-0.4,0.3-0.9,0.5-1.6,0.5h-0.5v2h-1.2v-5.7h1.8
c0.7,0,1.2,0.1,1.6,0.4C1157.6,132,1157.8,132.5,1157.8,133.1z M1155,134h0.4c0.4,0,0.7-0.1,0.8-0.2c0.2-0.1,0.3-0.4,0.3-0.6
c0-0.3-0.1-0.5-0.2-0.6c-0.2-0.1-0.4-0.2-0.7-0.2h-0.6V134z"/>
<path fill="#0D3547" d="M1164.4,137h-1.4l-0.8-3c0-0.1-0.1-0.3-0.1-0.7c-0.1-0.3-0.1-0.6-0.1-0.7c0,0.1-0.1,0.4-0.1,0.7
s-0.1,0.5-0.1,0.7l-0.8,3h-1.4l-1.5-5.7h1.2l0.7,3.1c0.1,0.6,0.2,1.1,0.3,1.5c0-0.1,0.1-0.4,0.1-0.7c0.1-0.3,0.1-0.6,0.2-0.7
l0.8-3.2h1.1l0.8,3.2c0,0.1,0.1,0.4,0.1,0.7s0.1,0.5,0.1,0.8c0-0.2,0.1-0.5,0.1-0.8c0.1-0.3,0.1-0.5,0.2-0.7l0.7-3.1h1.2
L1164.4,137z"/>
<path fill="#0D3547" d="M1167.8,134.8v2.2h-1.2v-5.7h1.7c0.8,0,1.3,0.1,1.7,0.4c0.4,0.3,0.6,0.7,0.6,1.3c0,0.3-0.1,0.6-0.3,0.9
c-0.2,0.3-0.4,0.5-0.8,0.6l1.7,2.5h-1.3l-1.4-2.2H1167.8z M1167.8,133.8h0.4c0.4,0,0.7-0.1,0.8-0.2c0.2-0.1,0.3-0.3,0.3-0.6
c0-0.3-0.1-0.5-0.3-0.6c-0.2-0.1-0.5-0.2-0.9-0.2h-0.4V133.8z"/>
</g>
<g enable-background="new ">
<path fill="#0D3547" d="M1158.3,148h-1.2v-3.3c0-0.1,0-0.1,0-0.2c0-0.1,0-0.2,0-0.3s0-0.2,0-0.3s0-0.2,0-0.3c0,0,0,0-0.1,0.1
s-0.1,0.1-0.1,0.1s-0.1,0.1-0.1,0.1c0,0-0.1,0.1-0.1,0.1l-0.7,0.5l-0.6-0.7l1.8-1.5h1V148z"/>
<path fill="#0D3547" d="M1163.7,148h-3.8v-0.8l1.3-1.4c0.2-0.2,0.3-0.4,0.5-0.5c0.1-0.2,0.3-0.3,0.4-0.4
c0.1-0.1,0.2-0.3,0.2-0.4s0.1-0.3,0.1-0.5c0-0.2-0.1-0.3-0.2-0.4c-0.1-0.1-0.3-0.2-0.5-0.2c-0.2,0-0.4,0.1-0.6,0.2
c-0.2,0.1-0.4,0.2-0.6,0.4l-0.7-0.8c0.1-0.1,0.2-0.2,0.4-0.3c0.1-0.1,0.3-0.2,0.4-0.3c0.2-0.1,0.3-0.1,0.5-0.2
c0.2,0,0.4-0.1,0.6-0.1c0.3,0,0.5,0,0.7,0.1c0.2,0.1,0.4,0.2,0.6,0.3c0.2,0.1,0.3,0.3,0.4,0.5s0.1,0.4,0.1,0.7
c0,0.2,0,0.4-0.1,0.6s-0.2,0.4-0.3,0.6c-0.1,0.2-0.3,0.4-0.5,0.6c-0.2,0.2-0.4,0.4-0.6,0.6l-0.7,0.7v0.1h2.3V148z"/>
<path fill="#0D3547" d="M1167.9,142.3h1.2l-1.9,5.7h-1.3l-1.9-5.7h1.2l1.1,3.4c0.1,0.2,0.1,0.4,0.2,0.7
c0.1,0.3,0.1,0.5,0.1,0.6c0-0.2,0.1-0.7,0.3-1.3L1167.9,142.3z"/>
</g>
<g enable-background="new ">
<path fill="#0D3547" d="M1158,156.1c0,0.5,0,0.9-0.1,1.2s-0.2,0.7-0.3,0.9s-0.4,0.4-0.6,0.6s-0.5,0.2-0.9,0.2
c-0.3,0-0.6-0.1-0.9-0.2s-0.4-0.3-0.6-0.6s-0.3-0.6-0.4-0.9s-0.1-0.8-0.1-1.2s0-0.9,0.1-1.2s0.2-0.7,0.3-0.9s0.4-0.4,0.6-0.6
s0.5-0.2,0.9-0.2c0.3,0,0.6,0.1,0.9,0.2s0.4,0.3,0.6,0.6s0.3,0.6,0.4,0.9S1158,155.7,1158,156.1z M1155.3,156.1
c0,0.7,0.1,1.1,0.2,1.5s0.3,0.5,0.6,0.5c0.3,0,0.5-0.2,0.6-0.5s0.2-0.8,0.2-1.5c0-0.7-0.1-1.1-0.2-1.5s-0.3-0.5-0.6-0.5
c-0.1,0-0.3,0-0.3,0.1s-0.2,0.2-0.2,0.4s-0.1,0.4-0.1,0.6S1155.3,155.8,1155.3,156.1z"/>
<path fill="#0D3547" d="M1158.7,158.4c0-0.1,0-0.2,0.1-0.3s0.1-0.2,0.1-0.2s0.1-0.1,0.2-0.1s0.2,0,0.3,0c0.1,0,0.2,0,0.3,0
s0.2,0.1,0.2,0.1s0.1,0.1,0.1,0.2s0.1,0.2,0.1,0.3c0,0.1,0,0.2-0.1,0.3s-0.1,0.2-0.1,0.2s-0.1,0.1-0.2,0.1s-0.2,0-0.3,0
c-0.1,0-0.2,0-0.3,0s-0.2-0.1-0.2-0.1s-0.1-0.1-0.1-0.2S1158.7,158.6,1158.7,158.4z"/>
<path fill="#0D3547" d="M1164.7,159h-3.8v-0.8l1.3-1.4c0.2-0.2,0.3-0.4,0.5-0.5s0.3-0.3,0.4-0.4s0.2-0.3,0.2-0.4
s0.1-0.3,0.1-0.5c0-0.2-0.1-0.3-0.2-0.4s-0.3-0.2-0.5-0.2c-0.2,0-0.4,0.1-0.6,0.2s-0.4,0.2-0.6,0.4l-0.7-0.8
c0.1-0.1,0.2-0.2,0.4-0.3s0.3-0.2,0.4-0.3s0.3-0.1,0.5-0.2s0.4-0.1,0.6-0.1c0.3,0,0.5,0,0.7,0.1s0.4,0.2,0.6,0.3
s0.3,0.3,0.4,0.5s0.1,0.4,0.1,0.7c0,0.2,0,0.4-0.1,0.6s-0.2,0.4-0.3,0.6s-0.3,0.4-0.5,0.6s-0.4,0.4-0.6,0.6l-0.7,0.7v0.1h2.3
V159z"/>
<path fill="#0D3547" d="M1169.1,159l-0.4-1.4h-2.1l-0.4,1.4h-1.3l2-5.7h1.5l2,5.7H1169.1z M1168.4,156.6
c-0.4-1.2-0.6-1.9-0.6-2.1s-0.1-0.3-0.1-0.4c-0.1,0.3-0.3,1.2-0.7,2.5H1168.4z"/>
</g>
<g id="Group_99">
<g enable-background="new ">
<path fill="#0D3547" d="M1162.8,99.1c0,0.6-0.2,1.1-0.6,1.4c-0.4,0.3-0.9,0.5-1.6,0.5h-0.5v2h-1.2v-5.7h1.8
c0.7,0,1.2,0.1,1.6,0.4C1162.6,98,1162.8,98.5,1162.8,99.1z M1160,100h0.4c0.4,0,0.7-0.1,0.8-0.2c0.2-0.1,0.3-0.4,0.3-0.6
c0-0.3-0.1-0.5-0.2-0.6c-0.2-0.1-0.4-0.2-0.7-0.2h-0.6V100z"/>
<path fill="#0D3547" d="M1169.4,103h-1.4l-0.8-3c0-0.1-0.1-0.3-0.1-0.7c-0.1-0.3-0.1-0.6-0.1-0.7c0,0.1-0.1,0.4-0.1,0.7
s-0.1,0.5-0.1,0.7l-0.8,3h-1.4l-1.5-5.7h1.2l0.7,3.1c0.1,0.6,0.2,1.1,0.3,1.5c0-0.1,0.1-0.4,0.1-0.7c0.1-0.3,0.1-0.6,0.2-0.7
l0.8-3.2h1.1l0.8,3.2c0,0.1,0.1,0.4,0.1,0.7s0.1,0.5,0.1,0.8c0-0.2,0.1-0.5,0.1-0.8c0.1-0.3,0.1-0.5,0.2-0.7l0.7-3.1h1.2
L1169.4,103z"/>
<path fill="#0D3547" d="M1172.8,100.8v2.2h-1.2v-5.7h1.7c0.8,0,1.4,0.1,1.7,0.4c0.4,0.3,0.6,0.7,0.6,1.3
c0,0.3-0.1,0.6-0.3,0.9c-0.2,0.3-0.4,0.5-0.8,0.6l1.7,2.5h-1.3l-1.4-2.2H1172.8z M1172.8,99.8h0.4c0.4,0,0.7-0.1,0.8-0.2
c0.2-0.1,0.3-0.3,0.3-0.6c0-0.3-0.1-0.5-0.3-0.6c-0.2-0.1-0.5-0.2-0.9-0.2h-0.4V99.8z"/>
</g>
<g enable-background="new ">
<path fill="#0D3547" d="M1213.1,97h-3.3v-5.7h3.3v1h-2.1v1.3h1.9v1h-1.9V96h2.1V97z"/>
<path fill="#0D3547" d="M1219,97h-1.4l-1.3-2.2l-1.3,2.2h-1.3l1.9-2.9l-1.8-2.8h1.3l1.2,2.1l1.2-2.1h1.3l-1.8,2.8L1219,97z"/>
<path fill="#0D3547" d="M1221.9,97h-1.2v-4.7h-1.6v-1h4.3v1h-1.6V97z"/>
</g>
<g enable-background="new ">
<path fill="#0D3547" d="M1212.3,104.2c-0.5,0-0.8,0.2-1.1,0.5s-0.4,0.8-0.4,1.4c0,1.3,0.5,1.9,1.4,1.9c0.4,0,0.9-0.1,1.5-0.3
v1c-0.5,0.2-1,0.3-1.6,0.3c-0.8,0-1.5-0.3-1.9-0.8c-0.4-0.5-0.7-1.2-0.7-2.2c0-0.6,0.1-1.1,0.3-1.6c0.2-0.4,0.5-0.8,0.9-1
c0.4-0.2,0.9-0.4,1.4-0.4c0.6,0,1.1,0.1,1.7,0.4l-0.4,1c-0.2-0.1-0.4-0.2-0.6-0.3C1212.7,104.3,1212.5,104.2,1212.3,104.2z"/>
<path fill="#0D3547" d="M1215,109v-5.7h1.2v4.7h2.3v1H1215z"/>
<path fill="#0D3547" d="M1224.1,109h-1.4l-1.5-2.4l-0.5,0.4v2h-1.2v-5.7h1.2v2.6l0.5-0.7l1.5-1.9h1.3l-2,2.5L1224.1,109z"/>
</g>
<path id="Path_35" fill="none" stroke="#0D3547" stroke-width="2" d="M1206.1,91.5v18"/>
<path id="Path_36" fill="none" stroke="#0D3547" stroke-width="2" d="M1198.8,100h7.3"/>
<circle id="Ellipse_4_1_" fill="#5EC793" cx="1183.1" cy="100" r="4"/>
<circle id="Ellipse_5_3_" fill="#5EC793" cx="1196.1" cy="100" r="4"/>
</g>
<g>
<path id="Path_34_8_" fill="#0D3547" d="M1175,144.9c0-5.5,4.5-10,10-10c5.5,0,10,4.5,10,10c0,5.5-4.5,10-10,10
C1179.5,154.9,1175,150.4,1175,144.9z"/>
<path id="Path_34_7_" fill="#FFFFFF" d="M1176.7,144.9c0-4.6,3.7-8.3,8.3-8.3c4.6,0,8.3,3.7,8.3,8.3s-3.7,8.3-8.3,8.3
C1180.4,153.2,1176.7,149.5,1176.7,144.9z"/>
<path id="Path_34_6_" fill="#0D3547" d="M1178.7,144.9c0-3.5,2.8-6.2,6.2-6.2s6.2,2.8,6.2,6.2c0,3.5-2.8,6.2-6.2,6.2
S1178.7,148.4,1178.7,144.9z"/>
<path id="Path_34_1_" fill="#FFFFFF" d="M1183.9,144.9c0-0.6,0.5-1,1-1c0.6,0,1,0.5,1,1c0,0.6-0.5,1-1,1
C1184.4,145.9,1183.9,145.5,1183.9,144.9z"/>
</g>
</g>
</g>
</g>
</g>
<g id="Koster">
</g>
<g id="EEM_Octal">
</g>
<g id="EEM16x">
</g>
<g id="BNC_DIO__x28_new_x29_">
</g>
<g id="Urukul_2_">
</g>
<g id="Stabiliser">
</g>
</svg>

After

Width:  |  Height:  |  Size: 31 KiB

View File

@ -0,0 +1,560 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 18.1.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
viewBox="2479.2 150 90 500" enable-background="new 2479.2 150 90 500" xml:space="preserve">
<g id="Kasli">
</g>
<g id="Kasli_with_backplane">
</g>
<g id="zotino">
</g>
<g id="Novo">
</g>
<g id="IDC_BNC_adapter_copy">
</g>
<g id="HD68">
</g>
<g id="Clocker">
</g>
<g id="Koster">
</g>
<g id="EEM_Octal">
</g>
<g id="EEM16x">
<g id="Group_124" transform="translate(1188 -531)">
<g id="Rectangle_1_10_" transform="translate(-1188 531)">
<rect x="2479.2" y="150" fill="#FFFFFF" width="90" height="500"/>
<rect x="2480.2" y="151" fill="none" stroke="#0D3547" stroke-width="2" width="88" height="498"/>
</g>
<g enable-background="new ">
<path fill="#715EC7" d="M1317.7,774.2v2.7h-1.5v-7.1h2.1c1,0,1.7,0.2,2.2,0.5c0.5,0.4,0.7,0.9,0.7,1.6c0,0.4-0.1,0.8-0.3,1.1
c-0.2,0.3-0.6,0.6-1,0.8l2.1,3.1h-1.7l-1.7-2.7H1317.7z M1317.7,773h0.5c0.5,0,0.8-0.1,1.1-0.2c0.2-0.2,0.3-0.4,0.3-0.8
c0-0.3-0.1-0.6-0.3-0.7s-0.6-0.2-1.1-0.2h-0.5V773z"/>
<path fill="#715EC7" d="M1322,779.1c-0.3,0-0.6,0-0.9-0.1v-1.3c0.3,0.1,0.5,0.1,0.7,0.1c0.3,0,0.6-0.1,0.7-0.3
c0.1-0.2,0.2-0.5,0.2-1v-6.7h1.5v6.7c0,0.8-0.2,1.5-0.6,1.9S1322.7,779.1,1322,779.1z"/>
<path fill="#715EC7" d="M1330.5,775.5h-0.9v1.5h-1.5v-1.5h-2.9v-1l3-4.6h1.4v4.5h0.9V775.5z M1328.1,774.3v-1.2c0,0,0-0.1,0-0.2
c0-0.1,0-0.2,0-0.3c0-0.1,0-0.2,0-0.3s0-0.2,0-0.3s0-0.2,0-0.3c0-0.1,0-0.1,0-0.2h0c-0.1,0.1-0.1,0.3-0.2,0.4s-0.2,0.3-0.3,0.5
l-1.2,1.8H1328.1z"/>
<path fill="#715EC7" d="M1333.6,772.4c0.3,0,0.6,0,0.9,0.1s0.5,0.2,0.7,0.4s0.3,0.4,0.5,0.7c0.1,0.3,0.2,0.6,0.2,0.9
c0,0.4-0.1,0.7-0.2,1c-0.1,0.3-0.3,0.6-0.5,0.8c-0.2,0.2-0.5,0.4-0.9,0.5s-0.7,0.2-1.2,0.2c-0.2,0-0.4,0-0.5,0s-0.3,0-0.5-0.1
c-0.2,0-0.3-0.1-0.5-0.1s-0.3-0.1-0.4-0.2v-1.3c0.1,0.1,0.2,0.1,0.4,0.2c0.1,0.1,0.3,0.1,0.5,0.1c0.2,0,0.3,0.1,0.5,0.1
c0.2,0,0.3,0,0.5,0c0.4,0,0.8-0.1,1-0.3c0.2-0.2,0.3-0.5,0.3-0.9c0-0.4-0.1-0.6-0.3-0.8c-0.2-0.2-0.6-0.3-1-0.3
c-0.1,0-0.2,0-0.3,0s-0.2,0-0.3,0s-0.2,0-0.3,0.1c-0.1,0-0.2,0-0.2,0.1l-0.6-0.3l0.3-3.6h3.8v1.3h-2.5l-0.1,1.4
c0.1,0,0.2,0,0.4-0.1S1333.4,772.4,1333.6,772.4z"/>
<path fill="#715EC7" d="M1336.7,774.6v-1.2h2.6v1.2H1336.7z"/>
<path fill="#715EC7" d="M1346.7,773.3c0,1.2-0.3,2.1-1,2.7s-1.6,0.9-2.9,0.9h-2v-7.1h2.2c1.2,0,2.1,0.3,2.7,0.9
S1346.7,772.2,1346.7,773.3z M1345.1,773.4c0-1.5-0.7-2.3-2-2.3h-0.8v4.6h0.6C1344.4,775.7,1345.1,775,1345.1,773.4z"/>
<path fill="#715EC7" d="M1350.8,777h-3.2v-0.9l0.9-0.4v-4.6l-0.9-0.4v-0.9h3.2v0.9l-0.9,0.4v4.6l0.9,0.4V777z"/>
<path fill="#715EC7" d="M1358.5,773.4c0,1.2-0.3,2.1-0.9,2.7s-1.4,1-2.5,1s-1.9-0.3-2.5-1s-0.9-1.5-0.9-2.7s0.3-2.1,0.9-2.7
c0.6-0.6,1.4-0.9,2.5-0.9c1.1,0,1.9,0.3,2.5,0.9S1358.5,772.2,1358.5,773.4z M1353.3,773.4c0,0.8,0.2,1.4,0.5,1.8
s0.8,0.6,1.4,0.6c1.2,0,1.8-0.8,1.8-2.4c0-1.6-0.6-2.4-1.8-2.4c-0.6,0-1.1,0.2-1.4,0.6C1353.4,772,1353.3,772.6,1353.3,773.4z"/>
</g>
<g enable-background="new ">
<path fill="#0D3547" d="M1310.8,794h-1.5v-4.1c0-0.1,0-0.2,0-0.3c0-0.1,0-0.2,0-0.4c0-0.1,0-0.3,0-0.4s0-0.2,0-0.4
c0,0,0,0-0.1,0.1s-0.1,0.1-0.1,0.1c0,0-0.1,0.1-0.2,0.1c-0.1,0-0.1,0.1-0.2,0.1l-0.8,0.7l-0.7-0.9l2.3-1.8h1.2V794z"/>
<path fill="#0D3547" d="M1312.6,791c0-0.3,0-0.7,0.1-1c0-0.3,0.1-0.7,0.2-1c0.1-0.3,0.2-0.6,0.4-0.9c0.2-0.3,0.4-0.5,0.6-0.7
c0.3-0.2,0.6-0.4,0.9-0.5c0.4-0.1,0.8-0.2,1.2-0.2c0.1,0,0.1,0,0.2,0c0.1,0,0.2,0,0.2,0c0.1,0,0.2,0,0.2,0s0.1,0,0.2,0v1.2
c-0.1,0-0.3-0.1-0.4-0.1c-0.1,0-0.3,0-0.4,0c-0.4,0-0.8,0.1-1.1,0.2c-0.3,0.1-0.5,0.3-0.7,0.5s-0.3,0.4-0.4,0.7
c-0.1,0.3-0.1,0.6-0.1,0.9h0.1c0.1-0.1,0.1-0.2,0.2-0.3c0.1-0.1,0.2-0.2,0.3-0.3c0.1-0.1,0.3-0.1,0.4-0.2c0.2,0,0.3-0.1,0.5-0.1
c0.3,0,0.6,0.1,0.8,0.2c0.2,0.1,0.5,0.2,0.6,0.4s0.3,0.4,0.4,0.7c0.1,0.3,0.1,0.6,0.1,1c0,0.4-0.1,0.7-0.2,1
c-0.1,0.3-0.3,0.6-0.5,0.8c-0.2,0.2-0.4,0.4-0.7,0.5c-0.3,0.1-0.6,0.2-1,0.2c-0.4,0-0.7-0.1-1-0.2c-0.3-0.1-0.6-0.3-0.8-0.6
c-0.2-0.3-0.4-0.6-0.5-1C1312.7,792,1312.6,791.5,1312.6,791z M1315.1,792.9c0.1,0,0.3,0,0.4-0.1c0.1-0.1,0.2-0.1,0.3-0.2
c0.1-0.1,0.1-0.2,0.2-0.4s0.1-0.3,0.1-0.6c0-0.3-0.1-0.6-0.2-0.8c-0.1-0.2-0.4-0.3-0.7-0.3c-0.2,0-0.3,0-0.4,0.1
c-0.1,0.1-0.2,0.1-0.3,0.2s-0.2,0.2-0.2,0.3c0,0.1-0.1,0.2-0.1,0.4c0,0.2,0,0.3,0.1,0.5c0,0.2,0.1,0.3,0.2,0.4
c0.1,0.1,0.2,0.2,0.3,0.3S1315,792.9,1315.1,792.9z"/>
<path fill="#0D3547" d="M1319.7,791.2l-1.8-2.7h1.7l1.1,1.7l1.1-1.7h1.7l-1.8,2.7l1.9,2.8h-1.7l-1.1-1.9l-1.2,1.9h-1.7
L1319.7,791.2z"/>
<path fill="#0D3547" d="M1327.1,794v-7.1h1.5v5.9h2.9v1.2H1327.1z"/>
<path fill="#0D3547" d="M1336.7,786.8h1.5l-2.4,7.1h-1.7l-2.4-7.1h1.5l1.3,4.2c0.1,0.3,0.2,0.5,0.2,0.9c0.1,0.3,0.1,0.6,0.1,0.7
c0-0.3,0.2-0.8,0.4-1.6L1336.7,786.8z"/>
<path fill="#0D3547" d="M1345,790.3c0,1.2-0.3,2.1-1,2.7s-1.6,0.9-2.9,0.9h-2v-7.1h2.2c1.2,0,2.1,0.3,2.7,0.9
S1345,789.2,1345,790.3z M1343.5,790.4c0-1.5-0.7-2.3-2-2.3h-0.8v4.6h0.6C1342.7,792.7,1343.5,792,1343.5,790.4z"/>
<path fill="#0D3547" d="M1350.7,792c0,0.6-0.2,1.2-0.7,1.5s-1.1,0.6-1.9,0.6c-0.8,0-1.4-0.1-2-0.4v-1.4c0.5,0.2,0.9,0.4,1.2,0.5
c0.3,0.1,0.6,0.1,0.9,0.1c0.3,0,0.6-0.1,0.8-0.2c0.2-0.1,0.3-0.3,0.3-0.6c0-0.1,0-0.3-0.1-0.4c-0.1-0.1-0.2-0.2-0.3-0.3
s-0.5-0.3-0.9-0.5c-0.4-0.2-0.8-0.4-1-0.6c-0.2-0.2-0.4-0.4-0.5-0.7c-0.1-0.3-0.2-0.5-0.2-0.9c0-0.6,0.2-1.1,0.6-1.5
c0.4-0.4,1-0.5,1.8-0.5c0.4,0,0.7,0,1.1,0.1s0.7,0.2,1.1,0.4l-0.5,1.2c-0.4-0.2-0.7-0.3-0.9-0.3s-0.5-0.1-0.7-0.1
c-0.3,0-0.5,0.1-0.7,0.2c-0.2,0.1-0.2,0.3-0.2,0.5c0,0.1,0,0.2,0.1,0.3c0.1,0.1,0.2,0.2,0.3,0.3c0.1,0.1,0.5,0.3,1,0.5
c0.7,0.3,1.1,0.6,1.4,1C1350.6,791.1,1350.7,791.5,1350.7,792z"/>
<path fill="#0D3547" d="M1357.3,794h-3.2v-0.9l0.9-0.4v-4.6l-0.9-0.4v-0.9h3.2v0.9l-0.9,0.4v4.6l0.9,0.4V794z"/>
<path fill="#0D3547" d="M1365,790.4c0,1.2-0.3,2.1-0.9,2.7s-1.4,1-2.5,1s-1.9-0.3-2.5-1s-0.9-1.5-0.9-2.7s0.3-2.1,0.9-2.7
c0.6-0.6,1.4-0.9,2.5-0.9c1.1,0,1.9,0.3,2.5,0.9S1365,789.2,1365,790.4z M1359.8,790.4c0,0.8,0.2,1.4,0.5,1.8s0.8,0.6,1.4,0.6
c1.2,0,1.8-0.8,1.8-2.4c0-1.6-0.6-2.4-1.8-2.4c-0.6,0-1.1,0.2-1.4,0.6C1359.9,789,1359.8,789.6,1359.8,790.4z"/>
</g>
<g id="artiq_10_" transform="translate(-1209.044 553.927)">
<path id="Path_3_10_" fill="#1A6D93" d="M2555.5,176.8c0.4,0,0.8-0.4,0.8-0.8c0-0.4-0.3-0.8-0.8-0.8c-0.4,0-0.8,0.4-0.7,0.8
C2554.7,176.5,2555.1,176.8,2555.5,176.8L2555.5,176.8z"/>
<path id="Path_4_10_" fill="#1A6D93" d="M2537.3,161.8l0.9,0.8c0,0,0,0,0.1,0c1.8-1.5,3.7-2.8,5.8-3.9c2.3-1.2,4.8-2,7.4-2.3
c0.2,0,0.4,0,0.6,0c0.7,0,1.4,0.1,2,0.4c0.6,0.3,1,0.9,1,1.5c0,0.6-0.2,1.2-0.5,1.7c-0.2,0.4-0.5,0.8-0.7,1.2l-0.3,0.5l0.8,0.8
c0.8-0.9,1.4-2,1.7-3.2c0-0.1,0.1-0.3,0.1-0.4c0-0.1,0-0.1,0-0.2V158c0,0,0,0,0,0s0-0.1,0-0.1c-0.2-1-0.8-1.8-1.8-2.2
c-0.6-0.3-1.3-0.4-2-0.4c-0.2,0-0.4,0-0.6,0c-1.1,0-2.1,0.2-3.2,0.4c-4,1.1-7.8,3.1-10.9,5.8c-0.1,0.1-0.2,0.2-0.3,0.2
C2537.4,161.7,2537.4,161.8,2537.3,161.8z"/>
<path id="Path_5_10_" fill="#1A6D93" d="M2539.8,158.9c0.2-0.2,0.5-0.3,0.7-0.5c0.3-0.1,0.4-0.4,0.4-0.7c0.3-1.5,0.7-2.9,1.4-4.2
c0.3-0.6,0.7-1.1,1.2-1.5c0.6-0.6,1.6-0.6,2.3,0c0.5,0.4,0.9,0.9,1.2,1.4c0.2,0.3,0.3,0.7,0.5,1.1c0.1,0.1,0.1,0.3,0.2,0.4
l1.2-0.3c-0.1-0.2-0.2-0.4-0.3-0.6c-0.2-0.5-0.4-0.9-0.7-1.3c-0.6-1.2-1.6-2.1-2.9-2.4h-0.7c-1.1,0.2-2,0.9-2.5,1.8
c-0.3,0.4-0.6,0.9-0.8,1.3c-0.7,1.4-1.1,2.9-1.4,4.4c-0.1,0.3-0.1,0.5-0.1,0.8c0,0.1,0,0.2-0.1,0.3
C2539.6,159.1,2539.7,159,2539.8,158.9z"/>
<path id="Path_6_10_" fill="#1A6D93" d="M2538.7,170.1c-0.3,0-0.5,0.1-0.8,0.1c-0.2,0-0.3,0-0.4,0c-0.5,0-1.1-0.1-1.6-0.2
c-0.1,0-0.1,0-0.2-0.1c-0.9-0.3-1.4-1.2-1.1-2.1c0,0,0,0,0,0c0.2-0.9,0.6-1.7,1.1-2.4c0.1-0.1,0.2-0.3,0.3-0.4
c0-0.1,0.1-0.1,0.1-0.2l-0.9-0.8c-0.8,0.9-1.4,2-1.7,3.1c-0.6,1.5,0.2,3.3,1.8,3.9c0.2,0.1,0.4,0.1,0.6,0.2
c0.5,0.1,1.1,0.2,1.6,0.2c0.3,0,0.6,0,1-0.1c0.2,0,0.4,0,0.6-0.1l0.2,0l-0.3-1.2C2538.9,170,2538.8,170,2538.7,170.1z"/>
<path id="Path_7_10_" fill="#1A6D93" d="M2537.5,170.1c0.1,0,0.3,0,0.4,0C2537.8,170.1,2537.6,170.1,2537.5,170.1z"/>
<path id="Path_8_10_" fill="#1A6D93" d="M2535.9,169.9c0.5,0.2,1,0.2,1.6,0.2C2536.9,170.1,2536.4,170.1,2535.9,169.9z"/>
<path id="Path_9_10_" fill="#1A6D93" d="M2537.5,171.3c-0.6,0-1.1-0.1-1.6-0.2C2536.4,171.3,2536.9,171.3,2537.5,171.3z"/>
<path id="Path_10_10_" fill="#1A6D93" d="M2538.5,171.3c-0.4,0-0.7,0.1-1,0.1C2537.8,171.3,2538.1,171.3,2538.5,171.3z"/>
<path id="Path_11_10_" fill="#1A6D93" d="M2547.9,159.8c-0.1-0.3-0.1-0.7-0.2-1c-0.1-0.3-0.4-0.4-0.7-0.5h0
c-0.3,0.1-0.7,0.3-1,0.4c-0.1,0.1-0.2,0.1-0.4,0.1l2.3,1.3L2547.9,159.8z"/>
<path id="Path_12_10_" fill="#1A6D93" d="M2540.4,161.9C2540.3,161.9,2540.3,161.9,2540.4,161.9c-0.1,0.1-0.2,0.1-0.2,0.2
c-0.2,0.2-0.5,0.4-0.7,0.5c-0.2,0.1-0.3,0.4-0.3,0.6c0,0.1,0,0.1,0,0.2c0,0.1,0,0.2,0,0.2c0.3,0.3,0.6,0.5,0.9,0.7l0.2,0.1
c0,0,0.1,0,0.1,0.1c0,0,0,0,0,0L2540.4,161.9C2540.4,161.8,2540.4,161.9,2540.4,161.9z"/>
<path id="Path_13_10_" fill="#1A6D93" d="M2542.6,157.3L2542.6,157.3c0.3-0.1,0.6-0.3,0.9-0.4l0.3-0.2l-1.4-0.5l-0.3,1.2
c0.1,0,0.2,0.1,0.3,0.1c0.1,0,0.1,0,0.2-0.1C2542.5,157.3,2542.5,157.3,2542.6,157.3z"/>
<path id="Path_14_10_" fill="#1A6D93" d="M2542.5,157.3C2542.5,157.3,2542.5,157.3,2542.5,157.3L2542.5,157.3
C2542.5,157.3,2542.5,157.3,2542.5,157.3z"/>
<path id="Path_15_10_" fill="#1A6D93" d="M2552.2,164.8l-0.9-0.8c-0.1,0.5-0.2,1.1-0.1,1.6L2552.2,164.8z"/>
<path id="Path_16_10_" fill="#1A6D93" d="M2542.1,169.3C2542.1,169.3,2542.1,169.3,2542.1,169.3c-0.1,0-0.1,0.1-0.1,0.1
c0.1,0.3,0.1,0.5,0.2,0.8l0.1,0.2l1.2-0.4l-0.3-0.1C2542.9,169.7,2542.5,169.5,2542.1,169.3
C2542.2,169.3,2542.1,169.3,2542.1,169.3z"/>
<path id="Path_17_10_" fill="#1A6D93" d="M2544.7,164.1c0.4,0,0.8-0.4,0.8-0.8c0-0.4-0.4-0.8-0.8-0.8c-0.4,0-0.8,0.3-0.8,0.8
C2544,163.7,2544.3,164.1,2544.7,164.1z"/>
<path id="Path_18_10_" fill="#0D3547" d="M2555,177.2l1.2-0.2l0.4-1.2l-0.8-0.9l-1.2,0.2l-0.4,1.2L2555,177.2 M2544.1,165.1
l1.9-0.3l0.7-1.8l-1.2-1.5l-1.9,0.3l-0.7,1.8L2544.1,165.1 M2544.8,160.3c1.7,0,3,1.3,3,3c0,0.2,0,0.3,0,0.5
c0.2,0.9,0.7,1.7,1.4,2.4c0,0,3.3,4.2,5.6,7.2c0.3,0.3,0.6,0.6,1,0.7c1,0.2,1.7,1.2,1.5,2.2s-1.2,1.7-2.2,1.5
c-0.4-0.1-0.8-0.3-1.1-0.6c-0.2-0.3-0.4-0.7-0.4-1.1l0,0V176c-0.1-0.4-0.3-0.8-0.6-1.2l-6.2-6.7c-0.5-0.8-1.3-1.4-2.1-1.8
c-0.8,0-1.6-0.4-2.2-1.1c-1.1-1.3-0.9-3.2,0.4-4.2c0,0,0,0,0,0C2543.4,160.6,2544.1,160.3,2544.8,160.3"/>
<path id="Path_19_10_" fill="#0D3547" d="M2534.7,184.7l0.7-1.6l0.7,1.6H2534.7z M2535.2,181.2l-2.3,5.1v0.1h1.2l0.3-0.7h2.1
l0.3,0.7h1.2v-0.1l-2.3-5.1L2535.2,181.2z"/>
<path id="Path_20_10_" fill="#0D3547" d="M2541.4,183.8h-1v-1.5h1c0.4,0,0.7,0.3,0.6,0.7c0,0,0,0,0,0.1
C2542.1,183.4,2541.8,183.8,2541.4,183.8C2541.4,183.8,2541.4,183.8,2541.4,183.8z M2542.5,184.6c0.6-0.5,0.9-1.3,0.7-2
c-0.2-0.8-0.9-1.3-1.7-1.2h-2.2v5.1h1.2v-1.5h0.8l0.9,1.5h1.4v-0.1L2542.5,184.6L2542.5,184.6z"/>
<path id="Path_21_10_" fill="#0D3547" d="M2545.5,182.3v4.1h1.2v-4.1h1.3v-1h-3.7v1H2545.5z"/>
<path id="Path_22_10_" fill="#0D3547" d="M2548.9,181.3v1h0.6v3.1h-0.7v1h2.5v-1h-0.7v-3.1h0.6v-1H2548.9z"/>
<path id="Path_23_10_" fill="#0D3547" d="M2555,185.4c-0.8,0.1-1.6-0.6-1.6-1.4s0.6-1.6,1.4-1.6c0.8-0.1,1.6,0.6,1.6,1.4
c0,0,0,0.1,0,0.1c0.1,0.8-0.5,1.4-1.3,1.5C2555.1,185.4,2555,185.4,2555,185.4z M2557.2,185.4c0.3-0.5,0.4-1,0.4-1.5
c0-1.4-1.2-2.6-2.6-2.6c-1.4,0-2.6,1.2-2.6,2.6c0,1.4,1.2,2.6,2.6,2.6c0.5,0,0.9-0.1,1.3-0.3l0.1,0l0.1,0.3h1.2v-0.1
L2557.2,185.4L2557.2,185.4z"/>
<path id="Path_24_10_" fill="#1A6D93" d="M2546.6,169L2546.6,169c-2.1-0.8-4.1-1.8-5.9-3.1c-1.8-1.2-3.4-2.6-4.7-4.3
c-0.6-0.7-1.1-1.6-1.4-2.6c-0.3-0.8,0-1.7,0.8-2.1c0.2-0.1,0.4-0.2,0.6-0.3c0.7-0.2,1.4-0.2,2.1-0.2l0.3,0l0.4,0l0.3,0l0.3-1.2
l-0.2,0c-0.2,0-0.4-0.1-0.6-0.1c-0.4,0-0.7-0.1-1-0.1c-0.7,0-1.3,0.1-1.9,0.3c-1.1,0.3-1.9,1.1-2.2,2.2c-0.2,0.8,0,1.7,0.4,2.5
c0.6,1.3,1.4,2.5,2.5,3.5c2.8,2.8,6.1,4.9,9.7,6.3c0.3,0.1,0.5,0.2,0.8,0.3c0.1,0,0.2,0.1,0.4,0.1l0.2-0.7L2546.6,169z"/>
<path id="Path_25_10_" fill="#1A6D93" d="M2556.2,167.8C2556.2,167.8,2556.1,167.8,2556.2,167.8c-0.1-0.8-0.4-1.5-0.8-2.1
c-0.8-1.3-1.7-2.5-2.9-3.5c-0.3-0.3-0.6-0.6-1-0.9c-0.1-0.1-0.3-0.2-0.4-0.4v0c0,0,0,0,0,0.1l0,0.3c0,0.4,0,0.8,0.1,1.2
c0,0.1,0.1,0.2,0.1,0.2c0.2,0.2,0.4,0.4,0.5,0.5c0.3,0.3,0.6,0.6,1,1c0.9,0.9,1.5,1.9,2,3c0.2,0.4,0.2,0.9,0.2,1.3
c-0.1,0.7-0.6,1.2-1.3,1.4c-0.2,0.1-0.4,0.1-0.6,0.2l0.8,1c0.1,0,0.3-0.1,0.4-0.1c0.9-0.3,1.7-1.1,1.9-2.1l0.1-0.3L2556.2,167.8
L2556.2,167.8z"/>
<path id="Path_26_10_" fill="#1A6D93" d="M2548.6,158c0.1,0.4,0.1,0.8,0.2,1.2c0.1,0.9,0.2,1.9,0.3,2.8c0.1,0.9,0.1,1.9,0,2.8
l1.1,1.4c0-0.3,0.1-0.6,0.1-0.9c0.2-2.1,0.1-4.1-0.2-6.2c-0.1-0.4-0.1-0.8-0.2-1.2c0-0.2-0.1-0.4-0.1-0.6l-1.2,0.3c0,0,0,0,0,0.1
C2548.6,157.9,2548.6,157.9,2548.6,158z"/>
<path id="Path_27_10_" fill="#1A6D93" d="M2548.1,170.5c-0.2,0.6-0.4,1.2-0.7,1.7c-0.3,0.8-0.8,1.5-1.5,2.1
c-0.7,0.6-1.7,0.6-2.4,0c-0.5-0.5-1-1.1-1.3-1.7c-0.6-1.2-1-2.5-1.3-3.9l0,0c0-0.1,0-0.2-0.1-0.2c-0.3-0.2-0.7-0.4-1.1-0.7
c-0.1-0.1-0.2-0.1-0.3-0.2c0,0.1,0,0.2,0,0.2c0,0.2,0.1,0.4,0.1,0.6c0.3,1.7,0.8,3.4,1.6,4.9c0.6,1.3,1.7,2.3,3.1,2.7h0.7
c1.3-0.3,2.4-1.2,2.9-2.4c0.2-0.3,0.3-0.5,0.4-0.8c0.2-0.4,0.4-0.9,0.5-1.3L2548.1,170.5z"/>
</g>
<g id="Group_18_10_" transform="translate(-990 444)">
<circle id="Ellipse_6_10_" fill="#0D3547" cx="2299.2" cy="255" r="8"/>
<rect id="Rectangle_2_10_" x="2298.2" y="251" fill="#FFFFFF" width="2" height="8"/>
<rect id="Rectangle_3_10_" x="2295.2" y="254" fill="#FFFFFF" width="8" height="2"/>
</g>
<g id="Group_69" transform="translate(-270 973)">
<circle id="Ellipse_5_5_" fill="#5EC793" cx="1587.2" cy="-130" r="4"/>
<g enable-background="new ">
<path fill="#0D3547" d="M1589.1-139.9c0,0.5,0,0.9-0.1,1.2c-0.1,0.4-0.2,0.7-0.3,0.9c-0.2,0.3-0.4,0.4-0.6,0.6
c-0.2,0.1-0.5,0.2-0.9,0.2c-0.3,0-0.6-0.1-0.9-0.2c-0.2-0.1-0.4-0.3-0.6-0.6c-0.2-0.3-0.3-0.6-0.4-0.9c-0.1-0.4-0.1-0.8-0.1-1.2
s0-0.9,0.1-1.2c0.1-0.4,0.2-0.7,0.3-0.9s0.4-0.4,0.6-0.6c0.2-0.1,0.5-0.2,0.9-0.2c0.3,0,0.6,0.1,0.9,0.2
c0.2,0.1,0.4,0.3,0.6,0.6s0.3,0.6,0.4,0.9C1589.1-140.7,1589.1-140.3,1589.1-139.9z M1586.4-139.9c0,0.7,0.1,1.1,0.2,1.5
c0.1,0.3,0.3,0.5,0.6,0.5c0.3,0,0.5-0.2,0.6-0.5c0.1-0.3,0.2-0.8,0.2-1.5c0-0.7-0.1-1.1-0.2-1.5c-0.1-0.3-0.3-0.5-0.6-0.5
c-0.1,0-0.3,0-0.3,0.1c-0.1,0.1-0.2,0.2-0.2,0.4c-0.1,0.2-0.1,0.4-0.1,0.6C1586.4-140.5,1586.4-140.2,1586.4-139.9z"/>
</g>
<circle id="Ellipse_5-2_4_" fill="#5EC793" cx="1600.2" cy="-130" r="4"/>
<g enable-background="new ">
<path fill="#0D3547" d="M1601.2-137h-1.2v-3.3c0-0.1,0-0.1,0-0.2c0-0.1,0-0.2,0-0.3s0-0.2,0-0.3s0-0.2,0-0.3c0,0,0,0-0.1,0.1
s-0.1,0.1-0.1,0.1s-0.1,0.1-0.1,0.1c0,0-0.1,0.1-0.1,0.1l-0.7,0.5l-0.6-0.7l1.8-1.5h1V-137z"/>
</g>
<circle id="Ellipse_9" fill="#5EC793" cx="1613.2" cy="-130" r="4"/>
<g enable-background="new ">
<path fill="#0D3547" d="M1615.1-137h-3.8v-0.8l1.3-1.4c0.2-0.2,0.3-0.4,0.5-0.5c0.1-0.2,0.3-0.3,0.4-0.4
c0.1-0.1,0.2-0.3,0.2-0.4s0.1-0.3,0.1-0.5c0-0.2-0.1-0.3-0.2-0.4c-0.1-0.1-0.3-0.2-0.5-0.2c-0.2,0-0.4,0.1-0.6,0.2
c-0.2,0.1-0.4,0.2-0.6,0.4l-0.7-0.8c0.1-0.1,0.2-0.2,0.4-0.3c0.1-0.1,0.3-0.2,0.4-0.3c0.2-0.1,0.3-0.1,0.5-0.2
c0.2,0,0.4-0.1,0.6-0.1c0.3,0,0.5,0,0.7,0.1c0.2,0.1,0.4,0.2,0.6,0.3c0.2,0.1,0.3,0.3,0.4,0.5s0.1,0.4,0.1,0.7
c0,0.2,0,0.4-0.1,0.6s-0.2,0.4-0.3,0.6c-0.1,0.2-0.3,0.4-0.5,0.6c-0.2,0.2-0.4,0.4-0.6,0.6l-0.7,0.7v0.1h2.3V-137z"/>
</g>
<circle id="Ellipse_10" fill="#5EC793" cx="1626.2" cy="-130" r="4"/>
<g enable-background="new ">
<path fill="#0D3547" d="M1627.9-141.4c0,0.2,0,0.4-0.1,0.5c-0.1,0.2-0.2,0.3-0.3,0.4c-0.1,0.1-0.2,0.2-0.4,0.3
c-0.1,0.1-0.3,0.1-0.5,0.2v0c0.5,0.1,0.8,0.2,1,0.4c0.2,0.2,0.4,0.5,0.4,0.9c0,0.2,0,0.5-0.1,0.7s-0.2,0.4-0.4,0.6
c-0.2,0.2-0.4,0.3-0.7,0.4c-0.3,0.1-0.6,0.1-1,0.1c-0.3,0-0.6,0-0.9-0.1c-0.3-0.1-0.5-0.1-0.8-0.2v-1c0.1,0.1,0.2,0.1,0.4,0.2
c0.1,0,0.3,0.1,0.4,0.1c0.1,0,0.3,0.1,0.4,0.1c0.1,0,0.2,0,0.4,0c0.2,0,0.4,0,0.6-0.1s0.3-0.1,0.4-0.2c0.1-0.1,0.2-0.2,0.2-0.3
c0-0.1,0.1-0.2,0.1-0.3c0-0.1,0-0.2-0.1-0.3c0-0.1-0.1-0.2-0.2-0.2c-0.1-0.1-0.2-0.1-0.4-0.2c-0.2,0-0.4-0.1-0.6-0.1h-0.4v-0.8
h0.4c0.2,0,0.4,0,0.6-0.1c0.2,0,0.3-0.1,0.4-0.2c0.1-0.1,0.2-0.2,0.2-0.3s0.1-0.2,0.1-0.3c0-0.2-0.1-0.4-0.2-0.5
c-0.1-0.1-0.3-0.2-0.6-0.2c-0.1,0-0.2,0-0.3,0c-0.1,0-0.2,0.1-0.3,0.1c-0.1,0-0.2,0.1-0.3,0.1c-0.1,0-0.1,0.1-0.2,0.1l-0.6-0.8
c0.1-0.1,0.2-0.2,0.4-0.2s0.3-0.1,0.4-0.2c0.2-0.1,0.3-0.1,0.5-0.1c0.2,0,0.4,0,0.6,0c0.3,0,0.5,0,0.8,0.1s0.4,0.1,0.6,0.3
s0.3,0.3,0.4,0.4S1627.9-141.7,1627.9-141.4z"/>
</g>
<circle id="Ellipse_5-3_4_" fill="#5EC793" cx="1587.2" cy="-152" r="4"/>
<g enable-background="new ">
<path fill="#0D3547" d="M1589.2-160.2h-0.7v1.2h-1.2v-1.2h-2.4v-0.8l2.4-3.7h1.1v3.6h0.7V-160.2z M1587.3-161.1v-1
c0,0,0-0.1,0-0.1c0-0.1,0-0.1,0-0.2c0-0.1,0-0.2,0-0.2s0-0.2,0-0.2s0-0.1,0-0.2s0-0.1,0-0.1h0c0,0.1-0.1,0.2-0.2,0.3
s-0.1,0.2-0.2,0.4l-1,1.4H1587.3z"/>
</g>
<circle id="Ellipse_5-4_4_" fill="#5EC793" cx="1600.2" cy="-152" r="4"/>
<g enable-background="new ">
<path fill="#0D3547" d="M1600.3-162.7c0.2,0,0.5,0,0.7,0.1s0.4,0.2,0.6,0.3s0.3,0.3,0.4,0.5c0.1,0.2,0.1,0.5,0.1,0.7
c0,0.3,0,0.6-0.1,0.8c-0.1,0.2-0.2,0.5-0.4,0.6s-0.4,0.3-0.7,0.4s-0.6,0.1-1,0.1c-0.1,0-0.3,0-0.4,0s-0.3,0-0.4-0.1
s-0.3-0.1-0.4-0.1c-0.1,0-0.2-0.1-0.3-0.1v-1c0.1,0.1,0.2,0.1,0.3,0.1c0.1,0,0.2,0.1,0.4,0.1s0.3,0.1,0.4,0.1c0.1,0,0.3,0,0.4,0
c0.3,0,0.6-0.1,0.8-0.2c0.2-0.1,0.3-0.4,0.3-0.7c0-0.3-0.1-0.5-0.3-0.6c-0.2-0.1-0.5-0.2-0.8-0.2c-0.1,0-0.1,0-0.2,0
c-0.1,0-0.2,0-0.2,0s-0.1,0-0.2,0c-0.1,0-0.1,0-0.2,0l-0.5-0.3l0.2-2.9h3v1h-2l-0.1,1.1c0.1,0,0.2,0,0.3-0.1
C1600-162.7,1600.1-162.7,1600.3-162.7z"/>
</g>
<circle id="Ellipse_9-2" fill="#5EC793" cx="1613.2" cy="-152" r="4"/>
<g enable-background="new ">
<path fill="#0D3547" d="M1611.3-161.4c0-0.3,0-0.5,0-0.8c0-0.3,0.1-0.5,0.2-0.8c0.1-0.2,0.2-0.5,0.3-0.7
c0.1-0.2,0.3-0.4,0.5-0.6c0.2-0.2,0.4-0.3,0.7-0.4c0.3-0.1,0.6-0.1,1-0.1c0.1,0,0.1,0,0.2,0c0.1,0,0.1,0,0.2,0s0.1,0,0.2,0
s0.1,0,0.2,0v1c-0.1,0-0.2,0-0.3-0.1c-0.1,0-0.2,0-0.3,0c-0.4,0-0.6,0-0.9,0.1s-0.4,0.2-0.5,0.4s-0.2,0.3-0.3,0.6
c-0.1,0.2-0.1,0.5-0.1,0.7h0c0.1-0.1,0.1-0.2,0.2-0.3s0.2-0.2,0.3-0.2c0.1-0.1,0.2-0.1,0.3-0.1c0.1,0,0.3-0.1,0.4-0.1
c0.2,0,0.5,0,0.7,0.1c0.2,0.1,0.4,0.2,0.5,0.4s0.2,0.3,0.3,0.6c0.1,0.2,0.1,0.5,0.1,0.8c0,0.3,0,0.6-0.1,0.8
c-0.1,0.2-0.2,0.5-0.4,0.6c-0.2,0.2-0.4,0.3-0.6,0.4c-0.2,0.1-0.5,0.1-0.8,0.1c-0.3,0-0.5,0-0.8-0.2c-0.2-0.1-0.5-0.3-0.6-0.5
c-0.2-0.2-0.3-0.5-0.4-0.8C1611.3-160.6,1611.3-161,1611.3-161.4z M1613.2-159.9c0.1,0,0.2,0,0.3-0.1c0.1,0,0.2-0.1,0.2-0.2
c0.1-0.1,0.1-0.2,0.1-0.3s0.1-0.3,0.1-0.4c0-0.3-0.1-0.5-0.2-0.7c-0.1-0.2-0.3-0.2-0.5-0.2c-0.1,0-0.2,0-0.3,0.1
c-0.1,0-0.2,0.1-0.3,0.2s-0.1,0.2-0.2,0.3c0,0.1-0.1,0.2-0.1,0.3c0,0.1,0,0.3,0,0.4c0,0.1,0.1,0.2,0.1,0.4s0.1,0.2,0.2,0.3
S1613.1-159.9,1613.2-159.9z"/>
</g>
<circle id="Ellipse_10-2" fill="#5EC793" cx="1626.2" cy="-152" r="4"/>
<g enable-background="new ">
<path fill="#0D3547" d="M1624.8-159l2-4.7h-2.6v-1h3.9v0.8l-2.1,4.9H1624.8z"/>
</g>
<circle id="Ellipse_15" fill="#5EC793" cx="1587.2" cy="-84" r="4"/>
<g enable-background="new ">
<path fill="#0D3547" d="M1587.2-96.8c0.2,0,0.5,0,0.7,0.1s0.4,0.1,0.6,0.3c0.2,0.1,0.3,0.3,0.4,0.4s0.1,0.4,0.1,0.6
c0,0.2,0,0.3-0.1,0.5c-0.1,0.1-0.1,0.3-0.2,0.4c-0.1,0.1-0.2,0.2-0.3,0.3s-0.3,0.2-0.4,0.2c0.2,0.1,0.3,0.2,0.4,0.3
s0.3,0.2,0.4,0.3c0.1,0.1,0.2,0.3,0.3,0.4c0.1,0.2,0.1,0.3,0.1,0.5c0,0.2,0,0.5-0.1,0.6s-0.2,0.4-0.4,0.5
c-0.2,0.1-0.4,0.2-0.6,0.3c-0.2,0.1-0.5,0.1-0.8,0.1c-0.3,0-0.6,0-0.8-0.1c-0.2-0.1-0.4-0.2-0.6-0.3s-0.3-0.3-0.4-0.5
c-0.1-0.2-0.1-0.4-0.1-0.6c0-0.2,0-0.4,0.1-0.5c0.1-0.2,0.1-0.3,0.2-0.4c0.1-0.1,0.2-0.2,0.3-0.3s0.3-0.2,0.4-0.3
c-0.1-0.1-0.2-0.2-0.4-0.3c-0.1-0.1-0.2-0.2-0.3-0.3s-0.1-0.2-0.2-0.4c0-0.1-0.1-0.3-0.1-0.5c0-0.2,0-0.4,0.1-0.6
c0.1-0.2,0.2-0.3,0.4-0.4c0.2-0.1,0.3-0.2,0.6-0.3S1586.9-96.8,1587.2-96.8z M1586.4-92.5c0,0.1,0,0.2,0.1,0.3
c0,0.1,0.1,0.2,0.2,0.2s0.1,0.1,0.2,0.1c0.1,0,0.2,0.1,0.3,0.1c0.3,0,0.5-0.1,0.6-0.2c0.1-0.1,0.2-0.3,0.2-0.5
c0-0.1,0-0.2-0.1-0.3c0-0.1-0.1-0.2-0.2-0.2c-0.1-0.1-0.2-0.1-0.2-0.2c-0.1-0.1-0.2-0.1-0.3-0.2l-0.1-0.1
c-0.1,0.1-0.2,0.1-0.3,0.2s-0.2,0.1-0.2,0.2s-0.1,0.2-0.2,0.3C1586.4-92.7,1586.4-92.6,1586.4-92.5z M1587.2-95.9
c-0.1,0-0.2,0-0.2,0s-0.1,0.1-0.2,0.1c-0.1,0-0.1,0.1-0.1,0.2s0,0.2,0,0.2c0,0.1,0,0.2,0,0.3c0,0.1,0.1,0.1,0.1,0.2
c0.1,0.1,0.1,0.1,0.2,0.2s0.2,0.1,0.2,0.1c0.1,0,0.2-0.1,0.2-0.1c0.1,0,0.1-0.1,0.2-0.2c0.1-0.1,0.1-0.1,0.1-0.2
c0-0.1,0.1-0.2,0.1-0.3c0-0.1,0-0.2,0-0.2s-0.1-0.1-0.1-0.2s-0.1-0.1-0.2-0.1C1587.3-95.9,1587.2-95.9,1587.2-95.9z"/>
</g>
<circle id="Ellipse_16" fill="#5EC793" cx="1600.2" cy="-84" r="4"/>
<g enable-background="new ">
<path fill="#0D3547" d="M1602.1-94.3c0,0.3,0,0.5,0,0.8c0,0.3-0.1,0.5-0.2,0.8c-0.1,0.2-0.2,0.5-0.3,0.7
c-0.1,0.2-0.3,0.4-0.5,0.6c-0.2,0.2-0.4,0.3-0.7,0.4c-0.3,0.1-0.6,0.1-1,0.1c-0.1,0-0.1,0-0.2,0c-0.1,0-0.1,0-0.2,0
s-0.1,0-0.2,0s-0.1,0-0.2,0v-1c0.1,0,0.2,0,0.3,0.1c0.1,0,0.2,0,0.3,0c0.4,0,0.6,0,0.9-0.1s0.4-0.2,0.5-0.4s0.2-0.3,0.3-0.6
c0.1-0.2,0.1-0.5,0.1-0.7h-0.1c-0.1,0.1-0.1,0.2-0.2,0.3c-0.1,0.1-0.2,0.2-0.3,0.2c-0.1,0.1-0.2,0.1-0.3,0.1s-0.3,0.1-0.4,0.1
c-0.2,0-0.5,0-0.7-0.1c-0.2-0.1-0.4-0.2-0.5-0.4s-0.2-0.3-0.3-0.6c-0.1-0.2-0.1-0.5-0.1-0.8c0-0.3,0-0.6,0.1-0.8
c0.1-0.2,0.2-0.5,0.4-0.6c0.2-0.2,0.4-0.3,0.6-0.4s0.5-0.1,0.8-0.1c0.3,0,0.5,0,0.8,0.2c0.2,0.1,0.5,0.3,0.6,0.5
s0.3,0.5,0.4,0.8C1602-95.1,1602.1-94.7,1602.1-94.3z M1600.1-95.8c-0.1,0-0.2,0-0.3,0.1c-0.1,0-0.2,0.1-0.2,0.2
c-0.1,0.1-0.1,0.2-0.1,0.3s-0.1,0.3-0.1,0.4c0,0.3,0.1,0.5,0.2,0.7s0.3,0.2,0.5,0.2c0.1,0,0.2,0,0.3-0.1c0.1,0,0.2-0.1,0.3-0.2
s0.1-0.2,0.2-0.3c0-0.1,0.1-0.2,0.1-0.3c0-0.1,0-0.3,0-0.4c0-0.1-0.1-0.2-0.1-0.4s-0.1-0.2-0.2-0.3S1600.2-95.8,1600.1-95.8z"/>
</g>
<circle id="Ellipse_17" fill="#5EC793" cx="1613.2" cy="-84" r="4"/>
<g enable-background="new ">
<path fill="#0D3547" d="M1612-91h-1.2v-3.3c0-0.1,0-0.1,0-0.2c0-0.1,0-0.2,0-0.3s0-0.2,0-0.3s0-0.2,0-0.3c0,0,0,0-0.1,0.1
s-0.1,0.1-0.1,0.1s-0.1,0.1-0.1,0.1c0,0-0.1,0.1-0.1,0.1l-0.7,0.5l-0.6-0.7l1.8-1.5h1V-91z"/>
<path fill="#0D3547" d="M1617.3-93.9c0,0.5,0,0.9-0.1,1.2c-0.1,0.4-0.2,0.7-0.3,0.9c-0.2,0.3-0.4,0.4-0.6,0.6
c-0.2,0.1-0.5,0.2-0.9,0.2c-0.3,0-0.6-0.1-0.9-0.2c-0.2-0.1-0.4-0.3-0.6-0.6c-0.2-0.3-0.3-0.6-0.4-0.9c-0.1-0.4-0.1-0.8-0.1-1.2
s0-0.9,0.1-1.2c0.1-0.4,0.2-0.7,0.3-0.9s0.4-0.4,0.6-0.6c0.2-0.1,0.5-0.2,0.9-0.2c0.3,0,0.6,0.1,0.9,0.2
c0.2,0.1,0.4,0.3,0.6,0.6s0.3,0.6,0.4,0.9C1617.3-94.7,1617.3-94.3,1617.3-93.9z M1614.6-93.9c0,0.7,0.1,1.1,0.2,1.5
c0.1,0.3,0.3,0.5,0.6,0.5c0.3,0,0.5-0.2,0.6-0.5c0.1-0.3,0.2-0.8,0.2-1.5c0-0.7-0.1-1.1-0.2-1.5c-0.1-0.3-0.3-0.5-0.6-0.5
c-0.1,0-0.3,0-0.3,0.1c-0.1,0.1-0.2,0.2-0.2,0.4c-0.1,0.2-0.1,0.4-0.1,0.6C1614.6-94.5,1614.6-94.2,1614.6-93.9z"/>
</g>
<circle id="Ellipse_18" fill="#5EC793" cx="1626.2" cy="-84" r="4"/>
<g enable-background="new ">
<path fill="#0D3547" d="M1625-91h-1.2v-3.3c0-0.1,0-0.1,0-0.2c0-0.1,0-0.2,0-0.3s0-0.2,0-0.3s0-0.2,0-0.3c0,0,0,0-0.1,0.1
s-0.1,0.1-0.1,0.1s-0.1,0.1-0.1,0.1c0,0-0.1,0.1-0.1,0.1l-0.7,0.5l-0.6-0.7l1.8-1.5h1V-91z"/>
<path fill="#0D3547" d="M1629.4-91h-1.2v-3.3c0-0.1,0-0.1,0-0.2c0-0.1,0-0.2,0-0.3s0-0.2,0-0.3s0-0.2,0-0.3c0,0,0,0-0.1,0.1
s-0.1,0.1-0.1,0.1s-0.1,0.1-0.1,0.1c0,0-0.1,0.1-0.1,0.1l-0.7,0.5l-0.6-0.7l1.8-1.5h1V-91z"/>
</g>
<circle id="Ellipse_19" fill="#5EC793" cx="1587.2" cy="-107" r="4"/>
<g enable-background="new ">
<path fill="#0D3547" d="M1586-114h-1.2v-3.3c0-0.1,0-0.1,0-0.2c0-0.1,0-0.2,0-0.3s0-0.2,0-0.3s0-0.2,0-0.3c0,0,0,0-0.1,0.1
s-0.1,0.1-0.1,0.1s-0.1,0.1-0.1,0.1c0,0-0.1,0.1-0.1,0.1l-0.7,0.5l-0.6-0.7l1.8-1.5h1V-114z"/>
<path fill="#0D3547" d="M1591.3-114h-3.8v-0.8l1.3-1.4c0.2-0.2,0.3-0.4,0.5-0.5c0.1-0.2,0.3-0.3,0.4-0.4
c0.1-0.1,0.2-0.3,0.2-0.4s0.1-0.3,0.1-0.5c0-0.2-0.1-0.3-0.2-0.4c-0.1-0.1-0.3-0.2-0.5-0.2c-0.2,0-0.4,0.1-0.6,0.2
c-0.2,0.1-0.4,0.2-0.6,0.4l-0.7-0.8c0.1-0.1,0.2-0.2,0.4-0.3c0.1-0.1,0.3-0.2,0.4-0.3c0.2-0.1,0.3-0.1,0.5-0.2
c0.2,0,0.4-0.1,0.6-0.1c0.3,0,0.5,0,0.7,0.1c0.2,0.1,0.4,0.2,0.6,0.3c0.2,0.1,0.3,0.3,0.4,0.5s0.1,0.4,0.1,0.7
c0,0.2,0,0.4-0.1,0.6s-0.2,0.4-0.3,0.6c-0.1,0.2-0.3,0.4-0.5,0.6c-0.2,0.2-0.4,0.4-0.6,0.6l-0.7,0.7v0.1h2.3V-114z"/>
</g>
<circle id="Ellipse_20" fill="#5EC793" cx="1600.2" cy="-107" r="4"/>
<g enable-background="new ">
<path fill="#0D3547" d="M1599-114h-1.2v-3.3c0-0.1,0-0.1,0-0.2c0-0.1,0-0.2,0-0.3s0-0.2,0-0.3s0-0.2,0-0.3c0,0,0,0-0.1,0.1
s-0.1,0.1-0.1,0.1s-0.1,0.1-0.1,0.1c0,0-0.1,0.1-0.1,0.1l-0.7,0.5l-0.6-0.7l1.8-1.5h1V-114z"/>
<path fill="#0D3547" d="M1604.1-118.4c0,0.2,0,0.4-0.1,0.5c-0.1,0.2-0.2,0.3-0.3,0.4c-0.1,0.1-0.2,0.2-0.4,0.3
c-0.1,0.1-0.3,0.1-0.5,0.2v0c0.5,0.1,0.8,0.2,1,0.4c0.2,0.2,0.4,0.5,0.4,0.9c0,0.2,0,0.5-0.1,0.7s-0.2,0.4-0.4,0.6
c-0.2,0.2-0.4,0.3-0.7,0.4c-0.3,0.1-0.6,0.1-1,0.1c-0.3,0-0.6,0-0.9-0.1c-0.3-0.1-0.5-0.1-0.8-0.2v-1c0.1,0.1,0.2,0.1,0.4,0.2
c0.1,0,0.3,0.1,0.4,0.1c0.1,0,0.3,0.1,0.4,0.1c0.1,0,0.2,0,0.4,0c0.2,0,0.4,0,0.6-0.1s0.3-0.1,0.4-0.2c0.1-0.1,0.2-0.2,0.2-0.3
c0-0.1,0.1-0.2,0.1-0.3c0-0.1,0-0.2-0.1-0.3c0-0.1-0.1-0.2-0.2-0.2c-0.1-0.1-0.2-0.1-0.4-0.2c-0.2,0-0.4-0.1-0.6-0.1h-0.4v-0.8
h0.4c0.2,0,0.4,0,0.6-0.1c0.2,0,0.3-0.1,0.4-0.2c0.1-0.1,0.2-0.2,0.2-0.3s0.1-0.2,0.1-0.3c0-0.2-0.1-0.4-0.2-0.5
c-0.1-0.1-0.3-0.2-0.6-0.2c-0.1,0-0.2,0-0.3,0c-0.1,0-0.2,0.1-0.3,0.1c-0.1,0-0.2,0.1-0.3,0.1c-0.1,0-0.1,0.1-0.2,0.1l-0.6-0.8
c0.1-0.1,0.2-0.2,0.4-0.2s0.3-0.1,0.4-0.2c0.2-0.1,0.3-0.1,0.5-0.1c0.2,0,0.4,0,0.6,0c0.3,0,0.5,0,0.8,0.1s0.4,0.1,0.6,0.3
s0.3,0.3,0.4,0.4S1604.1-118.7,1604.1-118.4z"/>
</g>
<circle id="Ellipse_21" fill="#5EC793" cx="1613.2" cy="-107" r="4"/>
<g enable-background="new ">
<path fill="#0D3547" d="M1612-114h-1.2v-3.3c0-0.1,0-0.1,0-0.2c0-0.1,0-0.2,0-0.3s0-0.2,0-0.3s0-0.2,0-0.3c0,0,0,0-0.1,0.1
s-0.1,0.1-0.1,0.1s-0.1,0.1-0.1,0.1c0,0-0.1,0.1-0.1,0.1l-0.7,0.5l-0.6-0.7l1.8-1.5h1V-114z"/>
<path fill="#0D3547" d="M1617.4-115.2h-0.7v1.2h-1.2v-1.2h-2.4v-0.8l2.4-3.7h1.1v3.6h0.7V-115.2z M1615.5-116.1v-1
c0,0,0-0.1,0-0.1c0-0.1,0-0.1,0-0.2c0-0.1,0-0.2,0-0.2s0-0.2,0-0.2s0-0.1,0-0.2s0-0.1,0-0.1h0c0,0.1-0.1,0.2-0.2,0.3
s-0.1,0.2-0.2,0.4l-1,1.4H1615.5z"/>
</g>
<circle id="Ellipse_22" fill="#5EC793" cx="1626.2" cy="-107" r="4"/>
<g enable-background="new ">
<path fill="#0D3547" d="M1625-114h-1.2v-3.3c0-0.1,0-0.1,0-0.2c0-0.1,0-0.2,0-0.3s0-0.2,0-0.3s0-0.2,0-0.3c0,0,0,0-0.1,0.1
s-0.1,0.1-0.1,0.1s-0.1,0.1-0.1,0.1c0,0-0.1,0.1-0.1,0.1l-0.7,0.5l-0.6-0.7l1.8-1.5h1V-114z"/>
<path fill="#0D3547" d="M1628.5-117.7c0.2,0,0.5,0,0.7,0.1s0.4,0.2,0.6,0.3s0.3,0.3,0.4,0.5c0.1,0.2,0.1,0.5,0.1,0.7
c0,0.3,0,0.6-0.1,0.8c-0.1,0.2-0.2,0.5-0.4,0.6s-0.4,0.3-0.7,0.4s-0.6,0.1-1,0.1c-0.1,0-0.3,0-0.4,0s-0.3,0-0.4-0.1
s-0.3-0.1-0.4-0.1c-0.1,0-0.2-0.1-0.3-0.1v-1c0.1,0.1,0.2,0.1,0.3,0.1c0.1,0,0.2,0.1,0.4,0.1s0.3,0.1,0.4,0.1c0.1,0,0.3,0,0.4,0
c0.3,0,0.6-0.1,0.8-0.2c0.2-0.1,0.3-0.4,0.3-0.7c0-0.3-0.1-0.5-0.3-0.6c-0.2-0.1-0.5-0.2-0.8-0.2c-0.1,0-0.1,0-0.2,0
c-0.1,0-0.2,0-0.2,0s-0.1,0-0.2,0c-0.1,0-0.1,0-0.2,0l-0.5-0.3l0.2-2.9h3v1h-2l-0.1,1.1c0.1,0,0.2,0,0.3-0.1
C1628.2-117.7,1628.3-117.7,1628.5-117.7z"/>
</g>
</g>
<g id="Group_70" transform="translate(-187 1039)">
<rect id="Rectangle_10" x="1516.2" y="29" fill="#0D3547" width="28" height="44"/>
<rect id="Rectangle_11" x="1510.2" y="40" fill="#0D3547" width="12" height="22"/>
<rect id="Rectangle_12" x="1504.2" y="43" fill="#0D3547" width="12" height="17"/>
</g>
<g id="Group_71" transform="translate(-187 990)">
<rect id="Rectangle_10-2" x="1516.2" y="29" fill="#0D3547" width="28" height="44"/>
<rect id="Rectangle_11-2" x="1510.2" y="40" fill="#0D3547" width="12" height="22"/>
<rect id="Rectangle_12-2" x="1504.2" y="43" fill="#0D3547" width="12" height="17"/>
</g>
<g id="Group_72" transform="translate(-187 941)">
<rect id="Rectangle_10-3" x="1516.2" y="29" fill="#0D3547" width="28" height="44"/>
<rect id="Rectangle_11-3" x="1510.2" y="40" fill="#0D3547" width="12" height="22"/>
<rect id="Rectangle_12-3" x="1504.2" y="43" fill="#0D3547" width="12" height="17"/>
</g>
<g id="Group_73" transform="translate(-187 892)">
<rect id="Rectangle_10-4" x="1516.2" y="29" fill="#0D3547" width="28" height="44"/>
<rect id="Rectangle_11-4" x="1510.2" y="40" fill="#0D3547" width="12" height="22"/>
<rect id="Rectangle_12-4" x="1504.2" y="43" fill="#0D3547" width="12" height="17"/>
</g>
<g id="Rectangle_13" transform="translate(-1169 761)">
<rect x="2479.2" y="150" fill="none" width="54" height="210"/>
<rect x="2480.2" y="151" fill="none" stroke="#0D3547" stroke-width="2" width="52" height="208"/>
</g>
<g enable-background="new ">
<path fill="#0D3547" d="M1304.6,813.1c-0.9,0-1.7-0.3-2.2-0.8s-0.8-1.3-0.8-2.3v-1.6h5.7v1.8c0,0.9-0.2,1.7-0.7,2.2
S1305.5,813.1,1304.6,813.1z M1304.5,811.8c1.2,0,1.8-0.5,1.8-1.6v-0.6h-3.7v0.5C1302.7,811.2,1303.3,811.8,1304.5,811.8z"/>
<path fill="#0D3547" d="M1301.7,816.4v-2.6h0.7l0.3,0.7h3.7l0.3-0.7h0.7v2.6h-0.7l-0.3-0.7h-3.7l-0.3,0.7H1301.7z"/>
<path fill="#0D3547" d="M1303.9,818.6h-2.2v-1.2h5.7v1.7c0,0.8-0.1,1.4-0.4,1.7s-0.7,0.6-1.3,0.6c-0.3,0-0.6-0.1-0.9-0.3
s-0.5-0.4-0.6-0.8l-2.5,1.7v-1.3l2.2-1.4V818.6z M1304.8,818.6v0.4c0,0.4,0.1,0.7,0.2,0.8s0.3,0.3,0.6,0.3c0.3,0,0.5-0.1,0.6-0.3
s0.2-0.5,0.2-0.9v-0.4H1304.8z"/>
<path fill="#0D3547" d="M1301.7,826v-3.3h5.7v3.3h-1v-2.1h-1.3v1.9h-1v-1.9h-1.5v2.1H1301.7z"/>
<path fill="#0D3547" d="M1306.5,829.6c0-0.5-0.2-0.8-0.5-1.1s-0.8-0.4-1.4-0.4c-1.3,0-1.9,0.5-1.9,1.4c0,0.4,0.1,0.9,0.3,1.5h-1
c-0.2-0.5-0.3-1-0.3-1.6c0-0.8,0.3-1.5,0.8-1.9s1.2-0.7,2.2-0.7c0.6,0,1.1,0.1,1.6,0.3s0.8,0.5,1,0.9s0.4,0.9,0.4,1.4
c0,0.6-0.1,1.1-0.4,1.7l-1-0.4c0.1-0.2,0.2-0.4,0.3-0.6S1306.5,829.8,1306.5,829.6z"/>
<path fill="#0D3547" d="M1301.7,834.4v-1.2h4.7v-1.6h1v4.3h-1v-1.6H1301.7z"/>
<path fill="#0D3547" d="M1301.7,839v-2.6h0.7l0.3,0.7h3.7l0.3-0.7h0.7v2.6h-0.7l-0.3-0.7h-3.7l-0.3,0.7H1301.7z"/>
<path fill="#0D3547" d="M1304.5,845.2c-0.9,0-1.7-0.2-2.2-0.7s-0.8-1.1-0.8-2s0.3-1.5,0.8-2s1.2-0.7,2.2-0.7s1.7,0.2,2.2,0.7
s0.8,1.1,0.8,2s-0.3,1.5-0.8,2S1305.5,845.2,1304.5,845.2z M1304.5,841c-0.6,0-1.1,0.1-1.4,0.4s-0.5,0.6-0.5,1.1
c0,1,0.6,1.4,1.9,1.4c1.3,0,1.9-0.5,1.9-1.4c0-0.5-0.2-0.8-0.5-1.1S1305.2,841,1304.5,841z"/>
<path fill="#0D3547" d="M1301.7,851.4v-1.5l4.3-2.5v0c-0.8,0-1.3,0.1-1.6,0.1h-2.7v-1.1h5.7v1.5l-4.3,2.5v0
c0.7,0,1.3-0.1,1.6-0.1h2.7v1.1H1301.7z"/>
<path fill="#0D3547" d="M1304.5,860.1c-0.9,0-1.7-0.2-2.2-0.7s-0.8-1.1-0.8-2s0.3-1.5,0.8-2s1.2-0.7,2.2-0.7s1.7,0.2,2.2,0.7
s0.8,1.1,0.8,2s-0.3,1.5-0.8,2S1305.5,860.1,1304.5,860.1z M1304.5,856c-0.6,0-1.1,0.1-1.4,0.4s-0.5,0.6-0.5,1.1
c0,1,0.6,1.4,1.9,1.4c1.3,0,1.9-0.5,1.9-1.4c0-0.5-0.2-0.8-0.5-1.1S1305.2,856,1304.5,856z"/>
<path fill="#0D3547" d="M1301.7,866.4v-1.5l4.3-2.5v0c-0.8,0-1.3,0.1-1.6,0.1h-2.7v-1.1h5.7v1.5l-4.3,2.5v0
c0.7,0,1.3-0.1,1.6-0.1h2.7v1.1H1301.7z"/>
<path fill="#0D3547" d="M1303.6,867.5h1v2.1h-1V867.5z"/>
<path fill="#0D3547" d="M1301.7,872.9v-2.6h0.7l0.3,0.7h3.7l0.3-0.7h0.7v2.6h-0.7l-0.3-0.7h-3.7l-0.3,0.7H1301.7z"/>
<path fill="#0D3547" d="M1301.7,878.9v-1.5l4.3-2.5v0c-0.8,0-1.3,0.1-1.6,0.1h-2.7v-1.1h5.7v1.5l-4.3,2.5v0
c0.7,0,1.3-0.1,1.6-0.1h2.7v1.1H1301.7z"/>
<path fill="#0D3547" d="M1305.6,884.3c-0.6,0-1.1-0.2-1.4-0.6s-0.5-0.9-0.5-1.6v-0.5h-2v-1.2h5.7v1.8c0,0.7-0.1,1.2-0.4,1.6
S1306.2,884.3,1305.6,884.3z M1304.7,881.6v0.4c0,0.4,0.1,0.7,0.2,0.8s0.4,0.3,0.6,0.3c0.3,0,0.5-0.1,0.6-0.2s0.2-0.4,0.2-0.7
v-0.6H1304.7z"/>
<path fill="#0D3547" d="M1307.4,890h-3.7c-0.4,0-0.8-0.1-1.1-0.3s-0.6-0.5-0.7-0.8s-0.3-0.8-0.3-1.3c0-0.7,0.2-1.3,0.6-1.7
s0.9-0.6,1.5-0.6h3.7v1.2h-3.5c-0.4,0-0.8,0.1-1,0.3s-0.3,0.5-0.3,0.9c0,0.4,0.1,0.7,0.3,0.9s0.5,0.3,1,0.3h3.5V890z"/>
<path fill="#0D3547" d="M1301.7,893.6v-1.2h4.7v-1.6h1v4.3h-1v-1.6H1301.7z"/>
</g>
<g enable-background="new ">
<path fill="#0D3547" d="M1306.5,933.3c0-0.5-0.2-0.8-0.5-1.1s-0.8-0.4-1.4-0.4c-1.3,0-1.9,0.5-1.9,1.4c0,0.4,0.1,0.9,0.3,1.5h-1
c-0.2-0.5-0.3-1-0.3-1.6c0-0.8,0.3-1.5,0.8-1.9c0.5-0.4,1.2-0.7,2.2-0.7c0.6,0,1.1,0.1,1.6,0.3c0.4,0.2,0.8,0.5,1,0.9
c0.2,0.4,0.4,0.9,0.4,1.4c0,0.6-0.1,1.1-0.4,1.7l-1-0.4c0.1-0.2,0.2-0.4,0.3-0.6C1306.4,933.7,1306.5,933.5,1306.5,933.3z"/>
<path fill="#0D3547" d="M1301.7,940.6v-1.2h2.5v-2.3h-2.5V936h5.7v1.2h-2.2v2.3h2.2v1.2H1301.7z"/>
<path fill="#0D3547" d="M1304.5,947.6c-0.5,0-0.9,0-1.2-0.1c-0.4-0.1-0.7-0.2-0.9-0.3c-0.3-0.2-0.4-0.4-0.6-0.6
c-0.1-0.2-0.2-0.5-0.2-0.9c0-0.3,0.1-0.6,0.2-0.9c0.1-0.2,0.3-0.4,0.6-0.6c0.3-0.2,0.6-0.3,0.9-0.4c0.4-0.1,0.8-0.1,1.2-0.1
s0.9,0,1.2,0.1c0.4,0.1,0.7,0.2,0.9,0.3s0.4,0.4,0.6,0.6c0.1,0.2,0.2,0.5,0.2,0.9c0,0.3-0.1,0.6-0.2,0.9
c-0.1,0.2-0.3,0.4-0.6,0.6s-0.6,0.3-0.9,0.4C1305.4,947.6,1305,947.6,1304.5,947.6z M1304.5,944.9c-0.7,0-1.1,0.1-1.5,0.2
c-0.3,0.1-0.5,0.3-0.5,0.6c0,0.3,0.2,0.5,0.5,0.6c0.3,0.1,0.8,0.2,1.5,0.2c0.7,0,1.1-0.1,1.5-0.2c0.3-0.1,0.5-0.3,0.5-0.6
c0-0.1,0-0.3-0.1-0.3c-0.1-0.1-0.2-0.2-0.4-0.2c-0.2-0.1-0.4-0.1-0.6-0.1C1305.1,944.9,1304.8,944.9,1304.5,944.9z"/>
<path fill="#0D3547" d="M1302.2,948.3c0.1,0,0.2,0,0.3,0.1s0.2,0.1,0.2,0.1s0.1,0.1,0.1,0.2c0,0.1,0,0.2,0,0.3c0,0.1,0,0.2,0,0.3
s-0.1,0.2-0.1,0.2s-0.1,0.1-0.2,0.1c-0.1,0-0.2,0.1-0.3,0.1c-0.1,0-0.2,0-0.3-0.1c-0.1,0-0.2-0.1-0.2-0.1s-0.1-0.1-0.1-0.2
s0-0.2,0-0.3c0-0.1,0-0.2,0-0.3c0-0.1,0.1-0.2,0.1-0.2s0.1-0.1,0.2-0.1S1302.1,948.3,1302.2,948.3z"/>
<path fill="#0D3547" d="M1302.2,950.6c0.1,0,0.2,0,0.3,0.1s0.2,0.1,0.2,0.1s0.1,0.1,0.1,0.2c0,0.1,0,0.2,0,0.3c0,0.1,0,0.2,0,0.3
s-0.1,0.2-0.1,0.2s-0.1,0.1-0.2,0.1c-0.1,0-0.2,0.1-0.3,0.1c-0.1,0-0.2,0-0.3-0.1c-0.1,0-0.2-0.1-0.2-0.1s-0.1-0.1-0.1-0.2
s0-0.2,0-0.3c0-0.1,0-0.2,0-0.3c0-0.1,0.1-0.2,0.1-0.2s0.1-0.1,0.2-0.1S1302.1,950.6,1302.2,950.6z"/>
<path fill="#0D3547" d="M1306.1,956.3c-0.2,0-0.4,0-0.5-0.1c-0.2-0.1-0.3-0.2-0.4-0.3c-0.1-0.1-0.2-0.2-0.3-0.4
c-0.1-0.2-0.1-0.3-0.2-0.5h0c-0.1,0.5-0.2,0.8-0.4,1c-0.2,0.2-0.5,0.4-0.9,0.4c-0.2,0-0.5,0-0.7-0.1s-0.4-0.2-0.6-0.4
c-0.2-0.2-0.3-0.4-0.4-0.7c-0.1-0.3-0.1-0.6-0.1-1c0-0.3,0-0.6,0.1-0.9c0.1-0.3,0.1-0.5,0.2-0.8h1c-0.1,0.1-0.1,0.2-0.2,0.4
c0,0.1-0.1,0.3-0.1,0.4c0,0.1-0.1,0.3-0.1,0.4c0,0.1,0,0.2,0,0.4c0,0.2,0,0.4,0.1,0.6s0.1,0.3,0.2,0.4c0.1,0.1,0.2,0.2,0.3,0.2
c0.1,0,0.2,0.1,0.3,0.1c0.1,0,0.2,0,0.3-0.1c0.1,0,0.2-0.1,0.2-0.2c0.1-0.1,0.1-0.2,0.2-0.4c0-0.2,0.1-0.4,0.1-0.6v-0.4h0.8v0.4
c0,0.2,0,0.4,0.1,0.6c0,0.2,0.1,0.3,0.2,0.4c0.1,0.1,0.2,0.2,0.3,0.2s0.2,0.1,0.3,0.1c0.2,0,0.4-0.1,0.5-0.2
c0.1-0.1,0.2-0.3,0.2-0.6c0-0.1,0-0.2,0-0.3c0-0.1-0.1-0.2-0.1-0.3c0-0.1-0.1-0.2-0.1-0.3c0-0.1-0.1-0.1-0.1-0.2l0.8-0.6
c0.1,0.1,0.2,0.2,0.2,0.4s0.1,0.3,0.2,0.4c0.1,0.2,0.1,0.3,0.1,0.5c0,0.2,0,0.4,0,0.6c0,0.3,0,0.5-0.1,0.8s-0.1,0.4-0.3,0.6
s-0.3,0.3-0.4,0.4S1306.3,956.3,1306.1,956.3z"/>
</g>
<g enable-background="new ">
<path fill="#0D3547" d="M1306.5,982.3c0-0.5-0.2-0.8-0.5-1.1s-0.8-0.4-1.4-0.4c-1.3,0-1.9,0.5-1.9,1.4c0,0.4,0.1,0.9,0.3,1.5h-1
c-0.2-0.5-0.3-1-0.3-1.6c0-0.8,0.3-1.5,0.8-1.9c0.5-0.4,1.2-0.7,2.2-0.7c0.6,0,1.1,0.1,1.6,0.3c0.4,0.2,0.8,0.5,1,0.9
c0.2,0.4,0.4,0.9,0.4,1.4c0,0.6-0.1,1.1-0.4,1.7l-1-0.4c0.1-0.2,0.2-0.4,0.3-0.6C1306.4,982.7,1306.5,982.5,1306.5,982.3z"/>
<path fill="#0D3547" d="M1301.7,989.6v-1.2h2.5v-2.3h-2.5V985h5.7v1.2h-2.2v2.3h2.2v1.2H1301.7z"/>
<path fill="#0D3547" d="M1302.8,996.7V996h-1.2v-1.2h1.2v-2.4h0.8l3.7,2.4v1.1h-3.6v0.7H1302.8z M1303.8,994.8h1c0,0,0.1,0,0.1,0
c0.1,0,0.1,0,0.2,0c0.1,0,0.2,0,0.2,0s0.2,0,0.2,0s0.1,0,0.2,0s0.1,0,0.1,0v0c-0.1,0-0.2-0.1-0.3-0.2s-0.2-0.1-0.4-0.2l-1.4-1
V994.8z"/>
<path fill="#0D3547" d="M1302.2,997.3c0.1,0,0.2,0,0.3,0.1s0.2,0.1,0.2,0.1s0.1,0.1,0.1,0.2c0,0.1,0,0.2,0,0.3c0,0.1,0,0.2,0,0.3
s-0.1,0.2-0.1,0.2s-0.1,0.1-0.2,0.1c-0.1,0-0.2,0.1-0.3,0.1c-0.1,0-0.2,0-0.3-0.1c-0.1,0-0.2-0.1-0.2-0.1s-0.1-0.1-0.1-0.2
s0-0.2,0-0.3c0-0.1,0-0.2,0-0.3c0-0.1,0.1-0.2,0.1-0.2s0.1-0.1,0.2-0.1S1302.1,997.3,1302.2,997.3z"/>
<path fill="#0D3547" d="M1302.2,999.6c0.1,0,0.2,0,0.3,0.1s0.2,0.1,0.2,0.1s0.1,0.1,0.1,0.2c0,0.1,0,0.2,0,0.3c0,0.1,0,0.2,0,0.3
s-0.1,0.2-0.1,0.2s-0.1,0.1-0.2,0.1c-0.1,0-0.2,0.1-0.3,0.1c-0.1,0-0.2,0-0.3-0.1c-0.1,0-0.2-0.1-0.2-0.1s-0.1-0.1-0.1-0.2
s0-0.2,0-0.3c0-0.1,0-0.2,0-0.3c0-0.1,0.1-0.2,0.1-0.2s0.1-0.1,0.2-0.1S1302.1,999.6,1302.2,999.6z"/>
<path fill="#0D3547" d="M1301.7,1002.2l4.7,2v-2.6h1v3.9h-0.8l-4.9-2.1V1002.2z"/>
</g>
<g enable-background="new ">
<path fill="#0D3547" d="M1306.5,1029.1c0-0.5-0.2-0.8-0.5-1.1s-0.8-0.4-1.4-0.4c-1.3,0-1.9,0.5-1.9,1.4c0,0.4,0.1,0.9,0.3,1.5h-1
c-0.2-0.5-0.3-1-0.3-1.6c0-0.8,0.3-1.5,0.8-1.9c0.5-0.4,1.2-0.7,2.2-0.7c0.6,0,1.1,0.1,1.6,0.3c0.4,0.2,0.8,0.5,1,0.9
c0.2,0.4,0.4,0.9,0.4,1.4c0,0.6-0.1,1.1-0.4,1.7l-1-0.4c0.1-0.2,0.2-0.4,0.3-0.6C1306.4,1029.5,1306.5,1029.3,1306.5,1029.1z"/>
<path fill="#0D3547" d="M1301.7,1036.4v-1.2h2.5v-2.3h-2.5v-1.2h5.7v1.2h-2.2v2.3h2.2v1.2H1301.7z"/>
<path fill="#0D3547" d="M1307.5,1041.5c0,0.2,0,0.5-0.1,0.7s-0.1,0.4-0.3,0.6c-0.1,0.2-0.3,0.3-0.4,0.4s-0.4,0.1-0.6,0.1
c-0.2,0-0.3,0-0.5-0.1c-0.1-0.1-0.3-0.1-0.4-0.2c-0.1-0.1-0.2-0.2-0.3-0.3s-0.2-0.3-0.2-0.4c-0.1,0.2-0.2,0.3-0.3,0.4
s-0.2,0.3-0.3,0.4c-0.1,0.1-0.3,0.2-0.4,0.3c-0.2,0.1-0.3,0.1-0.5,0.1c-0.2,0-0.5,0-0.6-0.1s-0.4-0.2-0.5-0.4
c-0.1-0.2-0.2-0.4-0.3-0.6c-0.1-0.2-0.1-0.5-0.1-0.8c0-0.3,0-0.6,0.1-0.8c0.1-0.2,0.2-0.4,0.3-0.6s0.3-0.3,0.5-0.4
c0.2-0.1,0.4-0.1,0.6-0.1c0.2,0,0.4,0,0.5,0.1c0.2,0.1,0.3,0.1,0.4,0.2c0.1,0.1,0.2,0.2,0.3,0.3s0.2,0.3,0.3,0.4
c0.1-0.1,0.2-0.2,0.3-0.4c0.1-0.1,0.2-0.2,0.3-0.3s0.2-0.1,0.4-0.2c0.1,0,0.3-0.1,0.5-0.1c0.2,0,0.4,0,0.6,0.1
c0.2,0.1,0.3,0.2,0.4,0.4c0.1,0.2,0.2,0.3,0.3,0.6S1307.5,1041.2,1307.5,1041.5z M1303.2,1040.6c-0.1,0-0.2,0-0.3,0.1
c-0.1,0-0.2,0.1-0.2,0.2s-0.1,0.1-0.1,0.2c0,0.1-0.1,0.2-0.1,0.3c0,0.3,0.1,0.5,0.2,0.6c0.1,0.1,0.3,0.2,0.5,0.2
c0.1,0,0.2,0,0.3-0.1c0.1,0,0.2-0.1,0.2-0.2c0.1-0.1,0.1-0.2,0.2-0.2c0.1-0.1,0.1-0.2,0.2-0.3l0.1-0.1c-0.1-0.1-0.1-0.2-0.2-0.3
s-0.1-0.2-0.2-0.2s-0.2-0.1-0.3-0.2C1303.4,1040.7,1303.3,1040.6,1303.2,1040.6z M1306.6,1041.4c0-0.1,0-0.2,0-0.2
s-0.1-0.1-0.1-0.2c0-0.1-0.1-0.1-0.2-0.1s-0.2,0-0.2,0c-0.1,0-0.2,0-0.3,0c-0.1,0-0.1,0.1-0.2,0.1c-0.1,0.1-0.1,0.1-0.2,0.2
s-0.1,0.2-0.1,0.2c0,0.1,0.1,0.2,0.1,0.2c0,0.1,0.1,0.1,0.2,0.2c0.1,0.1,0.1,0.1,0.2,0.1c0.1,0,0.2,0.1,0.3,0.1
c0.1,0,0.2,0,0.2,0s0.1-0.1,0.2-0.1s0.1-0.1,0.1-0.2C1306.6,1041.6,1306.6,1041.5,1306.6,1041.4z"/>
<path fill="#0D3547" d="M1302.2,1044.1c0.1,0,0.2,0,0.3,0.1s0.2,0.1,0.2,0.1s0.1,0.1,0.1,0.2c0,0.1,0,0.2,0,0.3
c0,0.1,0,0.2,0,0.3s-0.1,0.2-0.1,0.2s-0.1,0.1-0.2,0.1c-0.1,0-0.2,0.1-0.3,0.1c-0.1,0-0.2,0-0.3-0.1c-0.1,0-0.2-0.1-0.2-0.1
s-0.1-0.1-0.1-0.2s0-0.2,0-0.3c0-0.1,0-0.2,0-0.3c0-0.1,0.1-0.2,0.1-0.2s0.1-0.1,0.2-0.1S1302.1,1044.1,1302.2,1044.1z"/>
<path fill="#0D3547" d="M1302.2,1046.4c0.1,0,0.2,0,0.3,0.1s0.2,0.1,0.2,0.1s0.1,0.1,0.1,0.2c0,0.1,0,0.2,0,0.3
c0,0.1,0,0.2,0,0.3s-0.1,0.2-0.1,0.2s-0.1,0.1-0.2,0.1c-0.1,0-0.2,0.1-0.3,0.1c-0.1,0-0.2,0-0.3-0.1c-0.1,0-0.2-0.1-0.2-0.1
s-0.1-0.1-0.1-0.2s0-0.2,0-0.3c0-0.1,0-0.2,0-0.3c0-0.1,0.1-0.2,0.1-0.2s0.1-0.1,0.2-0.1S1302.1,1046.4,1302.2,1046.4z"/>
<path fill="#0D3547" d="M1301.7,1051.4v-1.2h3.3c0.1,0,0.1,0,0.2,0c0.1,0,0.2,0,0.3,0s0.2,0,0.3,0s0.2,0,0.3,0c0,0,0,0-0.1-0.1
s-0.1-0.1-0.1-0.1s-0.1-0.1-0.1-0.1c0,0-0.1-0.1-0.1-0.1l-0.5-0.7l0.7-0.6l1.5,1.8v1H1301.7z"/>
<path fill="#0D3547" d="M1301.7,1055.8v-1.2h3.3c0.1,0,0.1,0,0.2,0c0.1,0,0.2,0,0.3,0s0.2,0,0.3,0s0.2,0,0.3,0c0,0,0,0-0.1-0.1
s-0.1-0.1-0.1-0.1s-0.1-0.1-0.1-0.1c0,0-0.1-0.1-0.1-0.1l-0.5-0.7l0.7-0.6l1.5,1.8v1H1301.7z"/>
</g>
<g enable-background="new ">
<path fill="#0D3547" d="M1306.5,1075.9c0-0.5-0.2-0.8-0.5-1.1s-0.8-0.4-1.4-0.4c-1.3,0-1.9,0.5-1.9,1.4c0,0.4,0.1,0.9,0.3,1.5h-1
c-0.2-0.5-0.3-1-0.3-1.6c0-0.8,0.3-1.5,0.8-1.9c0.5-0.4,1.2-0.7,2.2-0.7c0.6,0,1.1,0.1,1.6,0.3c0.4,0.2,0.8,0.5,1,0.9
c0.2,0.4,0.4,0.9,0.4,1.4c0,0.6-0.1,1.1-0.4,1.7l-1-0.4c0.1-0.2,0.2-0.4,0.3-0.6C1306.4,1076.3,1306.5,1076.1,1306.5,1075.9z"/>
<path fill="#0D3547" d="M1301.7,1083.2v-1.2h2.5v-2.3h-2.5v-1.2h5.7v1.2h-2.2v2.3h2.2v1.2H1301.7z"/>
<path fill="#0D3547" d="M1301.7,1089.2v-1.2h3.3c0.1,0,0.1,0,0.2,0c0.1,0,0.2,0,0.3,0s0.2,0,0.3,0s0.2,0,0.3,0c0,0,0,0-0.1-0.1
s-0.1-0.1-0.1-0.1s-0.1-0.1-0.1-0.1c0,0-0.1-0.1-0.1-0.1l-0.5-0.7l0.7-0.6l1.5,1.8v1H1301.7z"/>
<path fill="#0D3547" d="M1301.7,1094.6v-3.8h0.8l1.4,1.3c0.2,0.2,0.4,0.3,0.5,0.5c0.2,0.1,0.3,0.3,0.4,0.4
c0.1,0.1,0.3,0.2,0.4,0.2s0.3,0.1,0.5,0.1c0.2,0,0.3-0.1,0.4-0.2c0.1-0.1,0.2-0.3,0.2-0.5c0-0.2-0.1-0.4-0.2-0.6
c-0.1-0.2-0.2-0.4-0.4-0.6l0.8-0.7c0.1,0.1,0.2,0.2,0.3,0.4c0.1,0.1,0.2,0.3,0.3,0.4c0.1,0.2,0.1,0.3,0.2,0.5
c0,0.2,0.1,0.4,0.1,0.6c0,0.3,0,0.5-0.1,0.7c-0.1,0.2-0.2,0.4-0.3,0.6c-0.1,0.2-0.3,0.3-0.5,0.4s-0.4,0.1-0.7,0.1
c-0.2,0-0.4,0-0.6-0.1s-0.4-0.2-0.6-0.3c-0.2-0.1-0.4-0.3-0.6-0.5c-0.2-0.2-0.4-0.4-0.6-0.6l-0.7-0.7h-0.1v2.3H1301.7z"/>
<path fill="#0D3547" d="M1302.2,1095.3c0.1,0,0.2,0,0.3,0.1s0.2,0.1,0.2,0.1s0.1,0.1,0.1,0.2c0,0.1,0,0.2,0,0.3
c0,0.1,0,0.2,0,0.3s-0.1,0.2-0.1,0.2s-0.1,0.1-0.2,0.1c-0.1,0-0.2,0.1-0.3,0.1c-0.1,0-0.2,0-0.3-0.1c-0.1,0-0.2-0.1-0.2-0.1
s-0.1-0.1-0.1-0.2s0-0.2,0-0.3c0-0.1,0-0.2,0-0.3c0-0.1,0.1-0.2,0.1-0.2s0.1-0.1,0.2-0.1S1302.1,1095.3,1302.2,1095.3z"/>
<path fill="#0D3547" d="M1302.2,1097.6c0.1,0,0.2,0,0.3,0.1s0.2,0.1,0.2,0.1s0.1,0.1,0.1,0.2c0,0.1,0,0.2,0,0.3
c0,0.1,0,0.2,0,0.3s-0.1,0.2-0.1,0.2s-0.1,0.1-0.2,0.1c-0.1,0-0.2,0.1-0.3,0.1c-0.1,0-0.2,0-0.3-0.1c-0.1,0-0.2-0.1-0.2-0.1
s-0.1-0.1-0.1-0.2s0-0.2,0-0.3c0-0.1,0-0.2,0-0.3c0-0.1,0.1-0.2,0.1-0.2s0.1-0.1,0.2-0.1S1302.1,1097.6,1302.2,1097.6z"/>
<path fill="#0D3547" d="M1301.7,1102.6v-1.2h3.3c0.1,0,0.1,0,0.2,0c0.1,0,0.2,0,0.3,0s0.2,0,0.3,0s0.2,0,0.3,0c0,0,0,0-0.1-0.1
s-0.1-0.1-0.1-0.1s-0.1-0.1-0.1-0.1c0,0-0.1-0.1-0.1-0.1l-0.5-0.7l0.7-0.6l1.5,1.8v1H1301.7z"/>
<path fill="#0D3547" d="M1305.3,1106.2c0,0.2,0,0.5-0.1,0.7s-0.2,0.4-0.3,0.6s-0.3,0.3-0.5,0.4c-0.2,0.1-0.5,0.1-0.7,0.1
c-0.3,0-0.6,0-0.8-0.1c-0.2-0.1-0.5-0.2-0.6-0.4s-0.3-0.4-0.4-0.7s-0.1-0.6-0.1-1c0-0.1,0-0.3,0-0.4s0-0.3,0.1-0.4
s0.1-0.3,0.1-0.4c0-0.1,0.1-0.2,0.1-0.3h1c-0.1,0.1-0.1,0.2-0.1,0.3c0,0.1-0.1,0.2-0.1,0.4s-0.1,0.3-0.1,0.4c0,0.1,0,0.3,0,0.4
c0,0.3,0.1,0.6,0.2,0.8c0.1,0.2,0.4,0.3,0.7,0.3c0.3,0,0.5-0.1,0.6-0.3c0.1-0.2,0.2-0.5,0.2-0.8c0-0.1,0-0.1,0-0.2
c0-0.1,0-0.2,0-0.2s0-0.1,0-0.2c0-0.1,0-0.1,0-0.2l0.3-0.5l2.9,0.2v3h-1v-2l-1.1-0.1c0,0.1,0,0.2,0.1,0.3
C1305.3,1105.8,1305.3,1106,1305.3,1106.2z"/>
</g>
<g enable-background="new ">
<path fill="#0D3547" d="M1369.5,934.7c-0.9,0-1.7-0.2-2.2-0.7s-0.8-1.1-0.8-2s0.3-1.5,0.8-2s1.2-0.7,2.2-0.7s1.7,0.2,2.2,0.7
c0.5,0.5,0.8,1.1,0.8,2c0,0.9-0.3,1.5-0.8,2S1370.5,934.7,1369.5,934.7z M1369.5,930.5c-0.6,0-1.1,0.1-1.4,0.4s-0.5,0.6-0.5,1.1
c0,1,0.6,1.4,1.9,1.4c1.3,0,1.9-0.5,1.9-1.4c0-0.5-0.2-0.8-0.5-1.1C1370.6,930.6,1370.2,930.5,1369.5,930.5z"/>
<path fill="#0D3547" d="M1366.7,940.9v-1.5l4.3-2.5v0c-0.8,0-1.3,0.1-1.6,0.1h-2.7v-1.1h5.7v1.5l-4.3,2.5v0
c0.7,0,1.3-0.1,1.6-0.1h2.7v1.1H1366.7z"/>
<path fill="#0D3547" d="M1366.7,942.3h5.7v1.2h-4.7v2.3h-1V942.3z"/>
<path fill="#0D3547" d="M1370,948.5l2.4,1.2v1.3l-3.5-1.9h-2.2v-1.2h2.2l3.5-1.9v1.3L1370,948.5z"/>
<path fill="#0D3547" d="M1368.3,957.2c-0.5,0-0.9-0.2-1.2-0.6s-0.4-0.9-0.4-1.5c0-0.6,0.1-1.1,0.3-1.6h1.1
c-0.2,0.4-0.3,0.7-0.4,1c-0.1,0.3-0.1,0.5-0.1,0.7c0,0.3,0.1,0.5,0.2,0.6c0.1,0.1,0.3,0.2,0.5,0.2c0.1,0,0.2,0,0.3-0.1
s0.2-0.2,0.3-0.3s0.2-0.4,0.4-0.7c0.2-0.3,0.3-0.6,0.5-0.8c0.2-0.2,0.3-0.3,0.5-0.4c0.2-0.1,0.4-0.2,0.7-0.2
c0.5,0,0.9,0.2,1.2,0.5c0.3,0.3,0.4,0.8,0.4,1.4c0,0.3,0,0.6-0.1,0.8s-0.2,0.6-0.3,0.8l-0.9-0.4c0.1-0.3,0.2-0.6,0.3-0.8
s0.1-0.4,0.1-0.6c0-0.2-0.1-0.4-0.2-0.5c-0.1-0.1-0.2-0.2-0.4-0.2c-0.1,0-0.2,0-0.3,0.1c-0.1,0-0.2,0.1-0.2,0.2
c-0.1,0.1-0.2,0.4-0.4,0.8c-0.3,0.5-0.5,0.9-0.8,1.1C1368.9,957.1,1368.6,957.2,1368.3,957.2z"/>
<path fill="#0D3547" d="M1366.7,962.9v-1.2h2.5v-2.3h-2.5v-1.2h5.7v1.2h-2.2v2.3h2.2v1.2H1366.7z"/>
<path fill="#0D3547" d="M1366.7,966.5v-2.6h0.7l0.3,0.7h3.7l0.3-0.7h0.7v2.6h-0.7l-0.3-0.7h-3.7l-0.3,0.7H1366.7z"/>
<path fill="#0D3547" d="M1366.7,970.7v-3.3h5.7v3.3h-1v-2.1h-1.3v1.9h-1v-1.9h-1.5v2.1H1366.7z"/>
<path fill="#0D3547" d="M1366.7,971.9h5.7v1.2h-4.7v2.3h-1V971.9z"/>
<path fill="#0D3547" d="M1369.6,981.2c-0.9,0-1.7-0.3-2.2-0.8s-0.8-1.3-0.8-2.3v-1.6h5.7v1.8c0,0.9-0.2,1.7-0.7,2.2
S1370.5,981.2,1369.6,981.2z M1369.5,979.9c1.2,0,1.8-0.5,1.8-1.6v-0.6h-3.7v0.5C1367.7,979.4,1368.3,979.9,1369.5,979.9z"/>
<path fill="#0D3547" d="M1366.7,985.7v-3.3h5.7v3.3h-1v-2.1h-1.3v1.9h-1v-1.9h-1.5v2.1H1366.7z"/>
<path fill="#0D3547" d="M1369.6,991.6c-0.9,0-1.7-0.3-2.2-0.8s-0.8-1.3-0.8-2.3v-1.6h5.7v1.8c0,0.9-0.2,1.7-0.7,2.2
S1370.5,991.6,1369.6,991.6z M1369.5,990.3c1.2,0,1.8-0.5,1.8-1.6v-0.6h-3.7v0.5C1367.7,989.8,1368.3,990.3,1369.5,990.3z"/>
<path fill="#0D3547" d="M1371.5,997.3c0-0.5-0.2-0.8-0.5-1.1s-0.8-0.4-1.4-0.4c-1.3,0-1.9,0.5-1.9,1.4c0,0.4,0.1,0.9,0.3,1.5h-1
c-0.2-0.5-0.3-1-0.3-1.6c0-0.8,0.3-1.5,0.8-1.9c0.5-0.4,1.2-0.7,2.2-0.7c0.6,0,1.1,0.1,1.6,0.3c0.4,0.2,0.8,0.5,1,0.9
c0.2,0.4,0.4,0.9,0.4,1.4c0,0.6-0.1,1.1-0.4,1.7l-1-0.4c0.1-0.2,0.2-0.4,0.3-0.6C1371.4,997.7,1371.5,997.5,1371.5,997.3z"/>
<path fill="#0D3547" d="M1369.5,1005.1c-0.9,0-1.7-0.2-2.2-0.7s-0.8-1.1-0.8-2s0.3-1.5,0.8-2s1.2-0.7,2.2-0.7s1.7,0.2,2.2,0.7
c0.5,0.5,0.8,1.1,0.8,2c0,0.9-0.3,1.5-0.8,2S1370.5,1005.1,1369.5,1005.1z M1369.5,1000.9c-0.6,0-1.1,0.1-1.4,0.4
s-0.5,0.6-0.5,1.1c0,1,0.6,1.4,1.9,1.4c1.3,0,1.9-0.5,1.9-1.4c0-0.5-0.2-0.8-0.5-1.1C1370.6,1001,1370.2,1000.9,1369.5,1000.9z"
/>
<path fill="#0D3547" d="M1366.7,1011.3v-1.5l4.3-2.5v0c-0.8,0-1.3,0.1-1.6,0.1h-2.7v-1.1h5.7v1.5l-4.3,2.5v0
c0.7,0,1.3-0.1,1.6-0.1h2.7v1.1H1366.7z"/>
<path fill="#0D3547" d="M1366.7,1017.8v-1.5l4.3-2.5v0c-0.8,0-1.3,0.1-1.6,0.1h-2.7v-1.1h5.7v1.5l-4.3,2.5v0
c0.7,0,1.3-0.1,1.6-0.1h2.7v1.1H1366.7z"/>
<path fill="#0D3547" d="M1366.7,1022.5v-3.3h5.7v3.3h-1v-2.1h-1.3v1.9h-1v-1.9h-1.5v2.1H1366.7z"/>
<path fill="#0D3547" d="M1371.5,1026.2c0-0.5-0.2-0.8-0.5-1.1s-0.8-0.4-1.4-0.4c-1.3,0-1.9,0.5-1.9,1.4c0,0.4,0.1,0.9,0.3,1.5h-1
c-0.2-0.5-0.3-1-0.3-1.6c0-0.8,0.3-1.5,0.8-1.9c0.5-0.4,1.2-0.7,2.2-0.7c0.6,0,1.1,0.1,1.6,0.3c0.4,0.2,0.8,0.5,1,0.9
c0.2,0.4,0.4,0.9,0.4,1.4c0,0.6-0.1,1.1-0.4,1.7l-1-0.4c0.1-0.2,0.2-0.4,0.3-0.6C1371.4,1026.6,1371.5,1026.4,1371.5,1026.2z"/>
<path fill="#0D3547" d="M1366.7,1031v-1.2h4.7v-1.6h1v4.3h-1v-1.6H1366.7z"/>
<path fill="#0D3547" d="M1369.5,1038.6c-0.9,0-1.7-0.2-2.2-0.7s-0.8-1.1-0.8-2s0.3-1.5,0.8-2s1.2-0.7,2.2-0.7s1.7,0.2,2.2,0.7
c0.5,0.5,0.8,1.1,0.8,2c0,0.9-0.3,1.5-0.8,2S1370.5,1038.6,1369.5,1038.6z M1369.5,1034.4c-0.6,0-1.1,0.1-1.4,0.4
s-0.5,0.6-0.5,1.1c0,1,0.6,1.4,1.9,1.4c1.3,0,1.9-0.5,1.9-1.4c0-0.5-0.2-0.8-0.5-1.1C1370.6,1034.5,1370.2,1034.4,1369.5,1034.4z
"/>
<path fill="#0D3547" d="M1368.9,1041h-2.2v-1.2h5.7v1.7c0,0.8-0.1,1.4-0.4,1.7c-0.3,0.4-0.7,0.6-1.3,0.6c-0.3,0-0.6-0.1-0.9-0.3
c-0.3-0.2-0.5-0.4-0.6-0.8l-2.5,1.7v-1.3l2.2-1.4V1041z M1369.8,1041v0.4c0,0.4,0.1,0.7,0.2,0.8c0.1,0.2,0.3,0.3,0.6,0.3
c0.3,0,0.5-0.1,0.6-0.3c0.1-0.2,0.2-0.5,0.2-0.9v-0.4H1369.8z"/>
<path fill="#0D3547" d="M1368.3,1048.4c-0.5,0-0.9-0.2-1.2-0.6s-0.4-0.9-0.4-1.5c0-0.6,0.1-1.1,0.3-1.6h1.1
c-0.2,0.4-0.3,0.7-0.4,1c-0.1,0.3-0.1,0.5-0.1,0.7c0,0.3,0.1,0.5,0.2,0.6c0.1,0.1,0.3,0.2,0.5,0.2c0.1,0,0.2,0,0.3-0.1
s0.2-0.2,0.3-0.3s0.2-0.4,0.4-0.7c0.2-0.3,0.3-0.6,0.5-0.8c0.2-0.2,0.3-0.3,0.5-0.4c0.2-0.1,0.4-0.2,0.7-0.2
c0.5,0,0.9,0.2,1.2,0.5c0.3,0.3,0.4,0.8,0.4,1.4c0,0.3,0,0.6-0.1,0.8s-0.2,0.6-0.3,0.8l-0.9-0.4c0.1-0.3,0.2-0.6,0.3-0.8
s0.1-0.4,0.1-0.6c0-0.2-0.1-0.4-0.2-0.5c-0.1-0.1-0.2-0.2-0.4-0.2c-0.1,0-0.2,0-0.3,0.1c-0.1,0-0.2,0.1-0.2,0.2
c-0.1,0.1-0.2,0.4-0.4,0.8c-0.3,0.5-0.5,0.9-0.8,1.1C1368.9,1048.3,1368.6,1048.4,1368.3,1048.4z"/>
<path fill="#0D3547" d="M1366.7,1055l1.4-0.4v-2.1l-1.4-0.4v-1.3l5.7,2v1.5l-5.7,2V1055z M1369,1054.3c1.2-0.4,1.9-0.6,2.1-0.6
c0.2,0,0.3-0.1,0.4-0.1c-0.3-0.1-1.2-0.3-2.5-0.7V1054.3z"/>
<path fill="#0D3547" d="M1366.7,1062.1v-1.5l4.3-2.5v0c-0.8,0-1.3,0.1-1.6,0.1h-2.7v-1.1h5.7v1.5l-4.3,2.5v0
c0.7,0,1.3-0.1,1.6-0.1h2.7v1.1H1366.7z"/>
<path fill="#0D3547" d="M1369.6,1068.3c-0.9,0-1.7-0.3-2.2-0.8s-0.8-1.3-0.8-2.3v-1.6h5.7v1.8c0,0.9-0.2,1.7-0.7,2.2
S1370.5,1068.3,1369.6,1068.3z M1369.5,1067c1.2,0,1.8-0.5,1.8-1.6v-0.6h-3.7v0.5C1367.7,1066.4,1368.3,1067,1369.5,1067z"/>
<path fill="#0D3547" d="M1371.5,1074c0-0.5-0.2-0.8-0.5-1.1s-0.8-0.4-1.4-0.4c-1.3,0-1.9,0.5-1.9,1.4c0,0.4,0.1,0.9,0.3,1.5h-1
c-0.2-0.5-0.3-1-0.3-1.6c0-0.8,0.3-1.5,0.8-1.9c0.5-0.4,1.2-0.7,2.2-0.7c0.6,0,1.1,0.1,1.6,0.3c0.4,0.2,0.8,0.5,1,0.9
c0.2,0.4,0.4,0.9,0.4,1.4c0,0.6-0.1,1.1-0.4,1.7l-1-0.4c0.1-0.2,0.2-0.4,0.3-0.6C1371.4,1074.4,1371.5,1074.2,1371.5,1074z"/>
<path fill="#0D3547" d="M1366.7,1080.1l1.4-0.4v-2.1l-1.4-0.4v-1.3l5.7,2v1.5l-5.7,2V1080.1z M1369,1079.4
c1.2-0.4,1.9-0.6,2.1-0.6c0.2,0,0.3-0.1,0.4-0.1c-0.3-0.1-1.2-0.3-2.5-0.7V1079.4z"/>
<path fill="#0D3547" d="M1372.4,1082.2v1.8c0,0.8-0.1,1.4-0.3,1.8c-0.2,0.4-0.6,0.5-1.1,0.5c-0.3,0-0.6-0.1-0.8-0.2
s-0.4-0.4-0.4-0.6h0c-0.1,0.4-0.2,0.6-0.5,0.8s-0.5,0.2-0.9,0.2c-0.5,0-0.9-0.2-1.2-0.6c-0.3-0.4-0.4-0.9-0.4-1.5v-2.1H1372.4z
M1369.2,1083.4h-1.5v0.8c0,0.3,0.1,0.6,0.2,0.7c0.1,0.2,0.3,0.2,0.6,0.2c0.5,0,0.7-0.3,0.7-1V1083.4z M1370.1,1083.4v0.7
c0,0.3,0.1,0.6,0.2,0.7c0.1,0.1,0.3,0.2,0.5,0.2c0.2,0,0.4-0.1,0.5-0.2s0.1-0.4,0.1-0.8v-0.6H1370.1z"/>
<path fill="#0D3547" d="M1366.7,1087.5h5.7v1.2h-4.7v2.3h-1V1087.5z"/>
<path fill="#0D3547" d="M1366.7,1095.3v-3.3h5.7v3.3h-1v-2.1h-1.3v1.9h-1v-1.9h-1.5v2.1H1366.7z"/>
<path fill="#0D3547" d="M1368.3,1099.9c-0.5,0-0.9-0.2-1.2-0.6s-0.4-0.9-0.4-1.5c0-0.6,0.1-1.1,0.3-1.6h1.1
c-0.2,0.4-0.3,0.7-0.4,1c-0.1,0.3-0.1,0.5-0.1,0.7c0,0.3,0.1,0.5,0.2,0.6c0.1,0.1,0.3,0.2,0.5,0.2c0.1,0,0.2,0,0.3-0.1
s0.2-0.2,0.3-0.3s0.2-0.4,0.4-0.7c0.2-0.3,0.3-0.6,0.5-0.8c0.2-0.2,0.3-0.3,0.5-0.4c0.2-0.1,0.4-0.2,0.7-0.2
c0.5,0,0.9,0.2,1.2,0.5c0.3,0.3,0.4,0.8,0.4,1.4c0,0.3,0,0.6-0.1,0.8s-0.2,0.6-0.3,0.8l-0.9-0.4c0.1-0.3,0.2-0.6,0.3-0.8
s0.1-0.4,0.1-0.6c0-0.2-0.1-0.4-0.2-0.5c-0.1-0.1-0.2-0.2-0.4-0.2c-0.1,0-0.2,0-0.3,0.1c-0.1,0-0.2,0.1-0.2,0.2
c-0.1,0.1-0.2,0.4-0.4,0.8c-0.3,0.5-0.5,0.9-0.8,1.1C1368.9,1099.8,1368.6,1099.9,1368.3,1099.9z"/>
</g>
<g id="Group_81" transform="translate(-990 907)">
<circle id="Ellipse_6-2_10_" fill="#0D3547" cx="2299.2" cy="255" r="8"/>
<rect id="Rectangle_2-2_10_" x="2298.2" y="251" fill="#FFFFFF" width="2" height="8"/>
<rect id="Rectangle_3-2_10_" x="2295.2" y="254" fill="#FFFFFF" width="8" height="2"/>
</g>
</g>
</g>
<g id="BNC_DIO__x28_new_x29_">
</g>
<g id="Urukul_2_">
</g>
<g id="Stabiliser">
</g>
</svg>

After

Width:  |  Height:  |  Size: 50 KiB

View File

@ -0,0 +1,485 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 18.1.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
viewBox="2289.2 151 90 500" enable-background="new 2289.2 151 90 500" xml:space="preserve">
<g id="Kasli">
</g>
<g id="Kasli_with_backplane">
</g>
<g id="zotino">
</g>
<g id="Novo">
</g>
<g id="IDC_BNC_adapter_copy">
</g>
<g id="HD68">
</g>
<g id="Clocker">
</g>
<g id="Koster">
</g>
<g id="EEM_Octal">
<g id="Group_125" transform="translate(1368 -531)">
<g id="Group_54" transform="translate(-307 974)">
<g id="Rectangle_1_9_" transform="translate(-1061 -443)">
<rect x="2289.2" y="151" fill="#FFFFFF" width="90" height="500"/>
<rect x="2290.2" y="152" fill="none" stroke="#0D3547" stroke-width="2" width="88" height="498"/>
</g>
<g enable-background="new ">
<path fill="#715EC7" d="M1255.8-197.4c0,0.6-0.2,1.2-0.7,1.5s-1.1,0.6-1.9,0.6c-0.8,0-1.4-0.1-2-0.4v-1.4
c0.5,0.2,0.9,0.4,1.2,0.5c0.3,0.1,0.6,0.1,0.9,0.1c0.3,0,0.6-0.1,0.8-0.2c0.2-0.1,0.3-0.3,0.3-0.6c0-0.1,0-0.3-0.1-0.4
c-0.1-0.1-0.2-0.2-0.3-0.3s-0.5-0.3-0.9-0.5c-0.4-0.2-0.8-0.4-1-0.6c-0.2-0.2-0.4-0.4-0.5-0.7c-0.1-0.3-0.2-0.5-0.2-0.9
c0-0.6,0.2-1.1,0.6-1.5c0.4-0.4,1-0.5,1.8-0.5c0.4,0,0.7,0,1.1,0.1s0.7,0.2,1.1,0.4l-0.5,1.2c-0.4-0.2-0.7-0.3-0.9-0.3
s-0.5-0.1-0.7-0.1c-0.3,0-0.5,0.1-0.7,0.2c-0.2,0.1-0.2,0.3-0.2,0.5c0,0.1,0,0.2,0.1,0.3c0.1,0.1,0.2,0.2,0.3,0.3
c0.1,0.1,0.5,0.3,1,0.5c0.7,0.3,1.1,0.6,1.4,1C1255.7-198.3,1255.8-197.9,1255.8-197.4z"/>
<path fill="#715EC7" d="M1260.1-195.4l-1.7-5.6h0c0.1,1.1,0.1,1.9,0.1,2.3v3.3h-1.4v-7.1h2.1l1.7,5.5h0l1.8-5.5h2.1v7.1h-1.4
v-3.4c0-0.2,0-0.3,0-0.6s0-0.8,0.1-1.7h0l-1.8,5.6H1260.1z"/>
<path fill="#715EC7" d="M1270.9-195.4l-0.5-1.7h-2.6l-0.5,1.7h-1.6l2.5-7.2h1.9l2.5,7.2H1270.9z M1270-198.4
c-0.5-1.5-0.7-2.4-0.8-2.6c-0.1-0.2-0.1-0.4-0.1-0.5c-0.1,0.4-0.4,1.4-0.9,3.1H1270z"/>
<path fill="#715EC7" d="M1273.1-197.8v-1.2h2.6v1.2H1273.1z"/>
<path fill="#715EC7" d="M1283-199.1c0,1.2-0.3,2.1-1,2.7s-1.6,0.9-2.9,0.9h-2v-7.1h2.2c1.2,0,2.1,0.3,2.7,0.9
S1283-200.2,1283-199.1z M1281.4-199c0-1.5-0.7-2.3-2-2.3h-0.8v4.6h0.6C1280.7-196.7,1281.4-197.5,1281.4-199z"/>
<path fill="#715EC7" d="M1287.2-195.4h-3.2v-0.9l0.9-0.4v-4.6l-0.9-0.4v-0.9h3.2v0.9l-0.9,0.4v4.6l0.9,0.4V-195.4z"/>
<path fill="#715EC7" d="M1294.9-199c0,1.2-0.3,2.1-0.9,2.7s-1.4,1-2.5,1s-1.9-0.3-2.5-1s-0.9-1.5-0.9-2.7s0.3-2.1,0.9-2.7
c0.6-0.6,1.4-0.9,2.5-0.9c1.1,0,1.9,0.3,2.5,0.9S1294.9-200.2,1294.9-199z M1289.7-199c0,0.8,0.2,1.4,0.5,1.8s0.8,0.6,1.4,0.6
c1.2,0,1.8-0.8,1.8-2.4c0-1.6-0.6-2.4-1.8-2.4c-0.6,0-1.1,0.2-1.4,0.6C1289.8-200.4,1289.7-199.8,1289.7-199z"/>
</g>
<g enable-background="new ">
<path fill="#0D3547" d="M1253.2-186.4c0.3,0,0.6,0,0.8,0.1s0.5,0.2,0.7,0.3c0.2,0.1,0.4,0.3,0.5,0.5s0.2,0.5,0.2,0.8
c0,0.2,0,0.4-0.1,0.6c-0.1,0.2-0.2,0.3-0.3,0.5c-0.1,0.1-0.2,0.3-0.4,0.4s-0.3,0.2-0.5,0.3c0.2,0.1,0.4,0.2,0.6,0.3
s0.3,0.3,0.5,0.4c0.1,0.2,0.3,0.3,0.3,0.5c0.1,0.2,0.1,0.4,0.1,0.6c0,0.3-0.1,0.6-0.2,0.8s-0.3,0.4-0.5,0.6
c-0.2,0.2-0.5,0.3-0.8,0.4s-0.6,0.1-1,0.1c-0.4,0-0.7,0-1-0.1c-0.3-0.1-0.6-0.2-0.8-0.4s-0.4-0.4-0.5-0.6s-0.2-0.5-0.2-0.8
c0-0.2,0-0.5,0.1-0.7c0.1-0.2,0.2-0.4,0.3-0.5c0.1-0.2,0.3-0.3,0.4-0.4s0.3-0.2,0.5-0.3c-0.2-0.1-0.3-0.2-0.4-0.3
c-0.1-0.1-0.3-0.2-0.4-0.4c-0.1-0.1-0.2-0.3-0.2-0.5s-0.1-0.4-0.1-0.6c0-0.3,0.1-0.5,0.2-0.7c0.1-0.2,0.3-0.4,0.5-0.5
c0.2-0.1,0.4-0.3,0.7-0.3S1252.9-186.4,1253.2-186.4z M1252.1-181.1c0,0.1,0,0.2,0.1,0.4c0,0.1,0.1,0.2,0.2,0.3s0.2,0.1,0.3,0.2
c0.1,0,0.3,0.1,0.4,0.1c0.3,0,0.6-0.1,0.8-0.2c0.2-0.2,0.3-0.4,0.3-0.6c0-0.1,0-0.3-0.1-0.4c-0.1-0.1-0.1-0.2-0.2-0.3
c-0.1-0.1-0.2-0.2-0.3-0.3c-0.1-0.1-0.2-0.2-0.3-0.2l-0.1-0.1c-0.1,0.1-0.3,0.1-0.4,0.2c-0.1,0.1-0.2,0.2-0.3,0.3
c-0.1,0.1-0.1,0.2-0.2,0.3C1252.2-181.3,1252.1-181.2,1252.1-181.1z M1253.1-185.3c-0.1,0-0.2,0-0.3,0s-0.2,0.1-0.2,0.1
s-0.1,0.1-0.2,0.2s-0.1,0.2-0.1,0.3c0,0.1,0,0.3,0.1,0.4c0,0.1,0.1,0.2,0.2,0.3c0.1,0.1,0.2,0.1,0.2,0.2
c0.1,0.1,0.2,0.1,0.3,0.2c0.1-0.1,0.2-0.1,0.3-0.2c0.1-0.1,0.2-0.1,0.2-0.2c0.1-0.1,0.1-0.2,0.2-0.3c0-0.1,0.1-0.2,0.1-0.3
c0-0.1,0-0.2-0.1-0.3s-0.1-0.2-0.2-0.2s-0.1-0.1-0.2-0.1C1253.4-185.3,1253.3-185.3,1253.1-185.3z"/>
<path fill="#0D3547" d="M1257.8-181.9l-1.8-2.7h1.7l1.1,1.7l1.1-1.7h1.7l-1.8,2.7l1.9,2.8h-1.7l-1.1-1.9l-1.2,1.9h-1.7
L1257.8-181.9z"/>
<path fill="#0D3547" d="M1267.9-179.2h-1.5v-5.9h-1.9v-1.3h5.4v1.3h-1.9V-179.2z"/>
<path fill="#0D3547" d="M1273.8-179.2h-1.5v-5.9h-1.9v-1.3h5.4v1.3h-1.9V-179.2z"/>
<path fill="#0D3547" d="M1276.9-179.2v-7.1h1.5v5.9h2.9v1.2H1276.9z"/>
<path fill="#0D3547" d="M1287.8-179.2h-3.2v-0.9l0.9-0.4v-4.6l-0.9-0.4v-0.9h3.2v0.9l-0.9,0.4v4.6l0.9,0.4V-179.2z"/>
<path fill="#0D3547" d="M1295.5-182.7c0,1.2-0.3,2.1-0.9,2.7s-1.4,1-2.5,1s-1.9-0.3-2.5-1s-0.9-1.5-0.9-2.7s0.3-2.1,0.9-2.7
c0.6-0.6,1.4-0.9,2.5-0.9c1.1,0,1.9,0.3,2.5,0.9S1295.5-183.9,1295.5-182.7z M1290.3-182.7c0,0.8,0.2,1.4,0.5,1.8
s0.8,0.6,1.4,0.6c1.2,0,1.8-0.8,1.8-2.4c0-1.6-0.6-2.4-1.8-2.4c-0.6,0-1.1,0.2-1.4,0.6C1290.4-184.1,1290.3-183.5,1290.3-182.7z
"/>
</g>
<g id="artiq_9_" transform="translate(-1028.344 -418.077)">
<path id="Path_3_9_" fill="#1A6D93" d="M2311.8,177.3c0.4,0,0.8-0.4,0.8-0.8c0-0.4-0.3-0.8-0.8-0.8c-0.4,0-0.8,0.4-0.7,0.8
C2311,177,2311.4,177.3,2311.8,177.3L2311.8,177.3z"/>
<path id="Path_4_9_" fill="#1A6D93" d="M2293.6,162.3l0.9,0.8c0,0,0,0,0.1,0c1.8-1.5,3.7-2.8,5.8-3.9c2.3-1.2,4.8-2,7.4-2.3
c0.2,0,0.4,0,0.6,0c0.7,0,1.4,0.1,2,0.4c0.6,0.3,1,0.9,1,1.5c0,0.6-0.2,1.2-0.5,1.7c-0.2,0.4-0.5,0.8-0.7,1.2l-0.3,0.5l0.8,0.8
c0.8-0.9,1.4-2,1.7-3.2c0-0.1,0.1-0.3,0.1-0.4c0-0.1,0-0.1,0-0.2v-0.8c0,0,0,0,0,0s0-0.1,0-0.1c-0.2-1-0.8-1.8-1.8-2.2
c-0.6-0.3-1.3-0.4-2-0.4c-0.2,0-0.4,0-0.6,0c-1.1,0-2.1,0.2-3.2,0.4c-4,1.1-7.8,3.1-10.9,5.8c-0.1,0.1-0.2,0.2-0.3,0.2
C2293.7,162.2,2293.7,162.3,2293.6,162.3z"/>
<path id="Path_5_9_" fill="#1A6D93" d="M2296.1,159.4c0.2-0.2,0.5-0.3,0.7-0.5c0.3-0.1,0.4-0.4,0.4-0.7c0.3-1.5,0.7-2.9,1.4-4.2
c0.3-0.6,0.7-1.1,1.2-1.5c0.6-0.6,1.6-0.6,2.3,0c0.5,0.4,0.9,0.9,1.2,1.4c0.2,0.3,0.3,0.7,0.5,1.1c0.1,0.1,0.1,0.3,0.2,0.4
l1.2-0.3c-0.1-0.2-0.2-0.4-0.3-0.6c-0.2-0.5-0.4-0.9-0.7-1.3c-0.6-1.2-1.6-2.1-2.9-2.4h-0.7c-1.1,0.2-2,0.9-2.5,1.8
c-0.3,0.4-0.6,0.9-0.8,1.3c-0.7,1.4-1.1,2.9-1.4,4.4c-0.1,0.3-0.1,0.5-0.1,0.8c0,0.1,0,0.2-0.1,0.3
C2295.9,159.6,2296,159.5,2296.1,159.4z"/>
<path id="Path_6_9_" fill="#1A6D93" d="M2295,170.6c-0.3,0-0.5,0.1-0.8,0.1c-0.2,0-0.3,0-0.4,0c-0.5,0-1.1-0.1-1.6-0.2
c-0.1,0-0.1,0-0.2-0.1c-0.9-0.3-1.4-1.2-1.1-2.1c0,0,0,0,0,0c0.2-0.9,0.6-1.7,1.1-2.4c0.1-0.1,0.2-0.3,0.3-0.4
c0-0.1,0.1-0.1,0.1-0.2l-0.9-0.8c-0.8,0.9-1.4,2-1.7,3.1c-0.6,1.5,0.2,3.3,1.8,3.9c0.2,0.1,0.4,0.1,0.6,0.2
c0.5,0.1,1.1,0.2,1.6,0.2c0.3,0,0.6,0,1-0.1c0.2,0,0.4,0,0.6-0.1l0.2,0l-0.3-1.2C2295.2,170.5,2295.1,170.5,2295,170.6z"/>
<path id="Path_7_9_" fill="#1A6D93" d="M2293.8,170.6c0.1,0,0.3,0,0.4,0C2294.1,170.6,2293.9,170.6,2293.8,170.6z"/>
<path id="Path_8_9_" fill="#1A6D93" d="M2292.2,170.4c0.5,0.2,1,0.2,1.6,0.2C2293.2,170.6,2292.7,170.6,2292.2,170.4z"/>
<path id="Path_9_9_" fill="#1A6D93" d="M2293.8,171.8c-0.6,0-1.1-0.1-1.6-0.2C2292.7,171.8,2293.2,171.8,2293.8,171.8z"/>
<path id="Path_10_9_" fill="#1A6D93" d="M2294.8,171.8c-0.4,0-0.7,0.1-1,0.1C2294.1,171.8,2294.4,171.8,2294.8,171.8z"/>
<path id="Path_11_9_" fill="#1A6D93" d="M2304.2,160.3c-0.1-0.3-0.1-0.7-0.2-1c-0.1-0.3-0.4-0.4-0.7-0.5h0
c-0.3,0.1-0.7,0.3-1,0.4c-0.1,0.1-0.2,0.1-0.4,0.1l2.3,1.3L2304.2,160.3z"/>
<path id="Path_12_9_" fill="#1A6D93" d="M2296.7,162.4C2296.6,162.4,2296.6,162.4,2296.7,162.4c-0.1,0.1-0.2,0.1-0.2,0.2
c-0.2,0.2-0.5,0.4-0.7,0.5c-0.2,0.1-0.3,0.4-0.3,0.6c0,0.1,0,0.1,0,0.2c0,0.1,0,0.2,0,0.2c0.3,0.3,0.6,0.5,0.9,0.7l0.2,0.1
c0,0,0.1,0,0.1,0.1c0,0,0,0,0,0L2296.7,162.4C2296.7,162.3,2296.7,162.4,2296.7,162.4z"/>
<path id="Path_13_9_" fill="#1A6D93" d="M2298.9,157.8L2298.9,157.8c0.3-0.1,0.6-0.3,0.9-0.4l0.3-0.2l-1.4-0.5l-0.3,1.2
c0.1,0,0.2,0.1,0.3,0.1c0.1,0,0.1,0,0.2-0.1C2298.8,157.8,2298.8,157.8,2298.9,157.8z"/>
<path id="Path_14_9_" fill="#1A6D93" d="M2298.8,157.8C2298.8,157.8,2298.8,157.8,2298.8,157.8L2298.8,157.8
C2298.8,157.8,2298.8,157.8,2298.8,157.8z"/>
<path id="Path_15_9_" fill="#1A6D93" d="M2308.4,165.3l-0.9-0.8c-0.1,0.5-0.2,1.1-0.1,1.6L2308.4,165.3z"/>
<path id="Path_16_9_" fill="#1A6D93" d="M2298.4,169.8C2298.4,169.8,2298.4,169.8,2298.4,169.8c-0.1,0-0.1,0.1-0.1,0.1
c0.1,0.3,0.1,0.5,0.2,0.8l0.1,0.2l1.2-0.4l-0.3-0.1C2299.2,170.2,2298.8,170,2298.4,169.8
C2298.5,169.8,2298.4,169.8,2298.4,169.8z"/>
<path id="Path_17_9_" fill="#1A6D93" d="M2301,164.6c0.4,0,0.8-0.4,0.8-0.8c0-0.4-0.4-0.8-0.8-0.8c-0.4,0-0.8,0.3-0.8,0.8
C2300.3,164.2,2300.6,164.6,2301,164.6z"/>
<path id="Path_18_9_" fill="#0D3547" d="M2311.3,177.7l1.2-0.2l0.4-1.2l-0.8-0.9l-1.2,0.2l-0.4,1.2L2311.3,177.7 M2300.4,165.6
l1.9-0.3l0.7-1.8l-1.2-1.5l-1.9,0.3l-0.7,1.8L2300.4,165.6 M2301.1,160.8c1.7,0,3,1.3,3,3c0,0.2,0,0.3,0,0.5
c0.2,0.9,0.7,1.7,1.4,2.4c0,0,3.3,4.2,5.6,7.2c0.3,0.3,0.6,0.6,1,0.7c1,0.2,1.7,1.2,1.5,2.2s-1.2,1.7-2.2,1.5
c-0.4-0.1-0.8-0.3-1.1-0.6c-0.2-0.3-0.4-0.7-0.4-1.1l0,0v-0.1c-0.1-0.4-0.3-0.8-0.6-1.2l-6.2-6.7c-0.5-0.8-1.3-1.4-2.1-1.8
c-0.8,0-1.6-0.4-2.2-1.1c-1.1-1.3-0.9-3.2,0.4-4.2c0,0,0,0,0,0C2299.7,161.1,2300.4,160.8,2301.1,160.8"/>
<path id="Path_19_9_" fill="#0D3547" d="M2291,185.2l0.7-1.6l0.7,1.6H2291z M2291.5,181.7l-2.3,5.1v0.1h1.2l0.3-0.7h2.1l0.3,0.7
h1.2v-0.1l-2.3-5.1L2291.5,181.7z"/>
<path id="Path_20_9_" fill="#0D3547" d="M2297.7,184.3h-1v-1.5h1c0.4,0,0.7,0.3,0.6,0.7c0,0,0,0,0,0.1
C2298.4,183.9,2298.1,184.3,2297.7,184.3C2297.7,184.3,2297.7,184.3,2297.7,184.3z M2298.8,185.1c0.6-0.5,0.9-1.3,0.7-2
c-0.2-0.8-0.9-1.3-1.7-1.2h-2.2v5.1h1.2v-1.5h0.8l0.9,1.5h1.4v-0.1L2298.8,185.1L2298.8,185.1z"/>
<path id="Path_21_9_" fill="#0D3547" d="M2301.8,182.8v4.1h1.2v-4.1h1.3v-1h-3.7v1H2301.8z"/>
<path id="Path_22_9_" fill="#0D3547" d="M2305.2,181.8v1h0.6v3.1h-0.7v1h2.5v-1h-0.7v-3.1h0.6v-1H2305.2z"/>
<path id="Path_23_9_" fill="#0D3547" d="M2311.3,185.9c-0.8,0.1-1.6-0.6-1.6-1.4s0.6-1.6,1.4-1.6c0.8-0.1,1.6,0.6,1.6,1.4
c0,0,0,0.1,0,0.1c0.1,0.8-0.5,1.4-1.3,1.5C2311.4,185.9,2311.3,185.9,2311.3,185.9z M2313.5,185.9c0.3-0.5,0.4-1,0.4-1.5
c0-1.4-1.2-2.6-2.6-2.6c-1.4,0-2.6,1.2-2.6,2.6c0,1.4,1.2,2.6,2.6,2.6c0.5,0,0.9-0.1,1.3-0.3l0.1,0l0.1,0.3h1.2v-0.1
L2313.5,185.9L2313.5,185.9z"/>
<path id="Path_24_9_" fill="#1A6D93" d="M2302.9,169.5L2302.9,169.5c-2.1-0.8-4.1-1.8-5.9-3.1c-1.8-1.2-3.4-2.6-4.7-4.3
c-0.6-0.7-1.1-1.6-1.4-2.6c-0.3-0.8,0-1.7,0.8-2.1c0.2-0.1,0.4-0.2,0.6-0.3c0.7-0.2,1.4-0.2,2.1-0.2l0.3,0l0.4,0l0.3,0l0.3-1.2
l-0.2,0c-0.2,0-0.4-0.1-0.6-0.1c-0.4,0-0.7-0.1-1-0.1c-0.7,0-1.3,0.1-1.9,0.3c-1.1,0.3-1.9,1.1-2.2,2.2c-0.2,0.8,0,1.7,0.4,2.5
c0.6,1.3,1.4,2.5,2.5,3.5c2.8,2.8,6.1,4.9,9.7,6.3c0.3,0.1,0.5,0.2,0.8,0.3c0.1,0,0.2,0.1,0.4,0.1l0.2-0.7L2302.9,169.5z"/>
<path id="Path_25_9_" fill="#1A6D93" d="M2312.5,168.3C2312.5,168.3,2312.4,168.3,2312.5,168.3c-0.1-0.8-0.4-1.5-0.8-2.1
c-0.8-1.3-1.7-2.5-2.9-3.5c-0.3-0.3-0.6-0.6-1-0.9c-0.1-0.1-0.3-0.2-0.4-0.4v0c0,0,0,0,0,0.1l0,0.3c0,0.4,0,0.8,0.1,1.2
c0,0.1,0.1,0.2,0.1,0.2c0.2,0.2,0.4,0.4,0.5,0.5c0.3,0.3,0.6,0.6,1,1c0.9,0.9,1.5,1.9,2,3c0.2,0.4,0.2,0.9,0.2,1.3
c-0.1,0.7-0.6,1.2-1.3,1.4c-0.2,0.1-0.4,0.1-0.6,0.2l0.8,1c0.1,0,0.3-0.1,0.4-0.1c0.9-0.3,1.7-1.1,1.9-2.1l0.1-0.3L2312.5,168.3
L2312.5,168.3z"/>
<path id="Path_26_9_" fill="#1A6D93" d="M2304.9,158.5c0.1,0.4,0.1,0.8,0.2,1.2c0.1,0.9,0.2,1.9,0.3,2.8c0.1,0.9,0.1,1.9,0,2.8
l1.1,1.4c0-0.3,0.1-0.6,0.1-0.9c0.2-2.1,0.1-4.1-0.2-6.2c-0.1-0.4-0.1-0.8-0.2-1.2c0-0.2-0.1-0.4-0.1-0.6l-1.2,0.3
c0,0,0,0,0,0.1C2304.8,158.4,2304.9,158.4,2304.9,158.5z"/>
<path id="Path_27_9_" fill="#1A6D93" d="M2304.4,171c-0.2,0.6-0.4,1.2-0.7,1.7c-0.3,0.8-0.8,1.5-1.5,2.1c-0.7,0.6-1.7,0.6-2.4,0
c-0.5-0.5-1-1.1-1.3-1.7c-0.6-1.2-1-2.5-1.3-3.9l0,0c0-0.1,0-0.2-0.1-0.2c-0.3-0.2-0.7-0.4-1.1-0.7c-0.1-0.1-0.2-0.1-0.3-0.2
c0,0.1,0,0.2,0,0.2c0,0.2,0.1,0.4,0.1,0.6c0.3,1.7,0.8,3.4,1.6,4.9c0.6,1.3,1.7,2.3,3.1,2.7h0.7c1.3-0.3,2.4-1.2,2.9-2.4
c0.2-0.3,0.3-0.5,0.4-0.8c0.2-0.4,0.4-0.9,0.5-1.3L2304.4,171z"/>
</g>
<g id="Group_18_9_" transform="translate(-1051 -433)">
<circle id="Ellipse_6_9_" fill="#0D3547" cx="2297.2" cy="159" r="8"/>
<rect id="Rectangle_2_9_" x="2296.2" y="155" fill="#FFFFFF" width="2" height="8"/>
<rect id="Rectangle_3_9_" x="2293.2" y="158" fill="#FFFFFF" width="8" height="2"/>
</g>
</g>
<g id="Group_62" transform="translate(-307 974)">
<g id="Rectangle_9" transform="translate(-1056 -321)">
<rect x="2289.2" y="151" fill="#FFFFFF" width="80" height="165"/>
<rect x="2290.2" y="152" fill="none" stroke="#0D3547" stroke-width="2" width="78" height="163"/>
</g>
<g enable-background="new ">
<path fill="#0D3547" d="M1298-149h-2.6v-0.7l0.7-0.3v-3.7l-0.7-0.3v-0.7h2.6v0.7l-0.7,0.3v3.7l0.7,0.3V-149z"/>
<path fill="#0D3547" d="M1304.2-151.9c0,0.9-0.2,1.7-0.7,2.2s-1.1,0.8-2,0.8s-1.5-0.3-2-0.8s-0.7-1.2-0.7-2.2s0.2-1.7,0.7-2.2
c0.5-0.5,1.1-0.8,2-0.8c0.9,0,1.5,0.3,2,0.8S1304.2-152.8,1304.2-151.9z M1300-151.9c0,0.6,0.1,1.1,0.4,1.4s0.6,0.5,1.1,0.5
c1,0,1.4-0.6,1.4-1.9c0-1.3-0.5-1.9-1.4-1.9c-0.5,0-0.8,0.2-1.1,0.5C1300.1-153,1300-152.5,1300-151.9z"/>
<path fill="#0D3547" d="M1308.6-153.4c0,0.2,0,0.4-0.1,0.5c-0.1,0.2-0.2,0.3-0.3,0.4c-0.1,0.1-0.2,0.2-0.4,0.3
c-0.2,0.1-0.3,0.1-0.5,0.2v0c0.5,0.1,0.8,0.2,1,0.4c0.2,0.2,0.4,0.5,0.4,0.9c0,0.2,0,0.5-0.1,0.7s-0.2,0.4-0.4,0.6
c-0.2,0.2-0.4,0.3-0.7,0.4c-0.3,0.1-0.6,0.1-1,0.1c-0.3,0-0.6,0-0.9-0.1c-0.3-0.1-0.5-0.1-0.8-0.2v-1c0.1,0.1,0.2,0.1,0.4,0.2
c0.1,0,0.3,0.1,0.4,0.1c0.1,0,0.3,0.1,0.4,0.1c0.1,0,0.2,0,0.4,0c0.2,0,0.4,0,0.6-0.1s0.3-0.1,0.4-0.2c0.1-0.1,0.2-0.2,0.2-0.3
c0-0.1,0.1-0.2,0.1-0.3c0-0.1,0-0.2-0.1-0.3c0-0.1-0.1-0.2-0.2-0.2c-0.1-0.1-0.2-0.1-0.4-0.2c-0.2,0-0.4-0.1-0.6-0.1h-0.4v-0.8
h0.4c0.2,0,0.4,0,0.6-0.1c0.2,0,0.3-0.1,0.4-0.2c0.1-0.1,0.2-0.2,0.2-0.3s0.1-0.2,0.1-0.3c0-0.2-0.1-0.4-0.2-0.5
c-0.1-0.1-0.3-0.2-0.6-0.2c-0.1,0-0.2,0-0.3,0c-0.1,0-0.2,0.1-0.3,0.1c-0.1,0-0.2,0.1-0.3,0.1c-0.1,0-0.1,0.1-0.2,0.1l-0.6-0.8
c0.1-0.1,0.2-0.2,0.4-0.2s0.3-0.1,0.4-0.2c0.2-0.1,0.3-0.1,0.5-0.1c0.2,0,0.4,0,0.6,0c0.3,0,0.5,0,0.8,0.1s0.4,0.1,0.6,0.3
s0.3,0.3,0.4,0.4S1308.6-153.7,1308.6-153.4z"/>
</g>
<g id="Group_57" transform="translate(-1196 -542)">
<circle id="Ellipse_4_2_" fill="#5EC793" cx="2462.2" cy="411" r="4"/>
<g enable-background="new ">
<path fill="#0D3547" d="M2436.1,414h-1.2v-4.7h-1.6v-1h4.3v1h-1.6V414z"/>
<path fill="#0D3547" d="M2441.9,414h-3.3v-5.7h3.3v1h-2.1v1.3h1.9v1h-1.9v1.5h2.1V414z"/>
<path fill="#0D3547" d="M2444.3,411.8v2.2h-1.2v-5.7h1.7c0.8,0,1.4,0.1,1.7,0.4c0.4,0.3,0.6,0.7,0.6,1.3c0,0.3-0.1,0.6-0.3,0.9
c-0.2,0.3-0.4,0.5-0.8,0.6l1.7,2.5h-1.3l-1.4-2.2H2444.3z M2444.3,410.8h0.4c0.4,0,0.7-0.1,0.8-0.2c0.2-0.1,0.3-0.3,0.3-0.6
c0-0.3-0.1-0.5-0.3-0.6c-0.2-0.1-0.5-0.2-0.9-0.2h-0.4V410.8z"/>
<path fill="#0D3547" d="M2450.7,414l-1.4-4.5h0c0,0.9,0.1,1.5,0.1,1.8v2.7h-1.1v-5.7h1.6l1.4,4.4h0l1.4-4.4h1.6v5.7h-1.1v-2.7
c0-0.1,0-0.3,0-0.4s0-0.6,0.1-1.3h0l-1.5,4.5H2450.7z"/>
</g>
<circle id="Ellipse_5_4_" fill="#5EC793" cx="2475.2" cy="411" r="4"/>
<g enable-background="new ">
<path fill="#0D3547" d="M2485.1,414h-1.2v-4.7h-1.6v-1h4.3v1h-1.6V414z"/>
<path fill="#0D3547" d="M2490.8,414h-3.3v-5.7h3.3v1h-2.1v1.3h1.9v1h-1.9v1.5h2.1V414z"/>
<path fill="#0D3547" d="M2493.2,411.8v2.2h-1.2v-5.7h1.7c0.8,0,1.3,0.1,1.7,0.4c0.4,0.3,0.6,0.7,0.6,1.3c0,0.3-0.1,0.6-0.3,0.9
c-0.2,0.3-0.4,0.5-0.8,0.6l1.7,2.5h-1.3l-1.4-2.2H2493.2z M2493.2,410.8h0.4c0.4,0,0.7-0.1,0.8-0.2c0.2-0.1,0.3-0.3,0.3-0.6
c0-0.3-0.1-0.5-0.3-0.6c-0.2-0.1-0.5-0.2-0.9-0.2h-0.4V410.8z"/>
<path fill="#0D3547" d="M2499.7,414l-1.4-4.5h0c0,0.9,0.1,1.5,0.1,1.8v2.7h-1.1v-5.7h1.6l1.4,4.4h0l1.4-4.4h1.6v5.7h-1.1v-2.7
c0-0.1,0-0.3,0-0.4s0-0.6,0.1-1.3h0l-1.5,4.5H2499.7z"/>
</g>
</g>
<g id="Group_58" transform="translate(-1196 -497)">
<circle id="Ellipse_4-2_1_" fill="#5EC793" cx="2462.2" cy="411" r="4"/>
<g enable-background="new ">
<path fill="#0D3547" d="M2444,411.1c0,0.9-0.2,1.7-0.7,2.2s-1.1,0.8-2,0.8s-1.5-0.3-2-0.8s-0.7-1.2-0.7-2.2s0.2-1.7,0.7-2.2
c0.5-0.5,1.1-0.8,2-0.8c0.9,0,1.5,0.3,2,0.8S2444,410.2,2444,411.1z M2439.8,411.1c0,0.6,0.1,1.1,0.4,1.4s0.6,0.5,1.1,0.5
c1,0,1.4-0.6,1.4-1.9c0-1.3-0.5-1.9-1.4-1.9c-0.5,0-0.8,0.2-1.1,0.5C2440,410,2439.8,410.5,2439.8,411.1z"/>
<path fill="#0D3547" d="M2449.8,408.3v3.7c0,0.4-0.1,0.8-0.3,1.1c-0.2,0.3-0.5,0.6-0.8,0.7c-0.4,0.2-0.8,0.3-1.3,0.3
c-0.7,0-1.3-0.2-1.7-0.6s-0.6-0.9-0.6-1.5v-3.7h1.2v3.5c0,0.4,0.1,0.8,0.3,1c0.2,0.2,0.5,0.3,0.9,0.3c0.4,0,0.7-0.1,0.9-0.3
c0.2-0.2,0.3-0.5,0.3-1v-3.5H2449.8z"/>
<path fill="#0D3547" d="M2453.4,414h-1.2v-4.7h-1.6v-1h4.3v1h-1.6V414z"/>
</g>
<circle id="Ellipse_5-2_3_" fill="#C75E5E" cx="2475.2" cy="411" r="4"/>
<g enable-background="new ">
<path fill="#0D3547" d="M2485,414h-2.6v-0.7l0.7-0.3v-3.7l-0.7-0.3v-0.7h2.6v0.7l-0.7,0.3v3.7l0.7,0.3V414z"/>
<path fill="#0D3547" d="M2491.1,414h-1.5l-2.5-4.3h0c0,0.8,0.1,1.3,0.1,1.6v2.7h-1.1v-5.7h1.5l2.5,4.3h0c0-0.7-0.1-1.3-0.1-1.6
v-2.7h1.1V414z"/>
</g>
</g>
<g enable-background="new ">
<path fill="#0D3547" d="M1275-106h-2.6v-0.7l0.7-0.3v-3.7l-0.7-0.3v-0.7h2.6v0.7l-0.7,0.3v3.7l0.7,0.3V-106z"/>
<path fill="#0D3547" d="M1281.2-108.9c0,0.9-0.2,1.7-0.7,2.2s-1.1,0.8-2,0.8s-1.5-0.3-2-0.8s-0.7-1.2-0.7-2.2s0.2-1.7,0.7-2.2
c0.5-0.5,1.1-0.8,2-0.8c0.9,0,1.5,0.3,2,0.8S1281.2-109.8,1281.2-108.9z M1277-108.9c0,0.6,0.1,1.1,0.4,1.4s0.6,0.5,1.1,0.5
c1,0,1.4-0.6,1.4-1.9c0-1.3-0.5-1.9-1.4-1.9c-0.5,0-0.8,0.2-1.1,0.5C1277.1-110,1277-109.5,1277-108.9z"/>
<path fill="#0D3547" d="M1285.8-106h-3.8v-0.8l1.3-1.4c0.2-0.2,0.3-0.4,0.5-0.5c0.1-0.2,0.3-0.3,0.4-0.4
c0.1-0.1,0.2-0.3,0.2-0.4s0.1-0.3,0.1-0.5c0-0.2-0.1-0.3-0.2-0.4c-0.1-0.1-0.3-0.2-0.5-0.2c-0.2,0-0.4,0.1-0.6,0.2
c-0.2,0.1-0.4,0.2-0.6,0.4l-0.7-0.8c0.1-0.1,0.2-0.2,0.4-0.3c0.1-0.1,0.3-0.2,0.4-0.3c0.2-0.1,0.3-0.1,0.5-0.2
c0.2,0,0.4-0.1,0.6-0.1c0.3,0,0.5,0,0.7,0.1c0.2,0.1,0.4,0.2,0.6,0.3c0.2,0.1,0.3,0.3,0.4,0.5s0.1,0.4,0.1,0.7
c0,0.2,0,0.4-0.1,0.6s-0.2,0.4-0.3,0.6c-0.1,0.2-0.3,0.4-0.5,0.6c-0.2,0.2-0.4,0.4-0.6,0.6l-0.7,0.7v0.1h2.3V-106z"/>
</g>
<g enable-background="new ">
<path fill="#0D3547" d="M1275-97h-2.6v-0.7l0.7-0.3v-3.7l-0.7-0.3v-0.7h2.6v0.7l-0.7,0.3v3.7l0.7,0.3V-97z"/>
<path fill="#0D3547" d="M1281.2-99.9c0,0.9-0.2,1.7-0.7,2.2s-1.1,0.8-2,0.8s-1.5-0.3-2-0.8s-0.7-1.2-0.7-2.2s0.2-1.7,0.7-2.2
c0.5-0.5,1.1-0.8,2-0.8c0.9,0,1.5,0.3,2,0.8S1281.2-100.8,1281.2-99.9z M1277-99.9c0,0.6,0.1,1.1,0.4,1.4s0.6,0.5,1.1,0.5
c1,0,1.4-0.6,1.4-1.9c0-1.3-0.5-1.9-1.4-1.9c-0.5,0-0.8,0.2-1.1,0.5C1277.1-101,1277-100.5,1277-99.9z"/>
<path fill="#0D3547" d="M1287.9-99.9c0,0.5,0,0.9-0.1,1.2c-0.1,0.4-0.2,0.7-0.3,0.9c-0.2,0.3-0.4,0.4-0.6,0.6
c-0.2,0.1-0.5,0.2-0.9,0.2c-0.3,0-0.6-0.1-0.9-0.2c-0.2-0.1-0.4-0.3-0.6-0.6c-0.2-0.3-0.3-0.6-0.4-0.9c-0.1-0.4-0.1-0.8-0.1-1.2
s0-0.9,0.1-1.2c0.1-0.4,0.2-0.7,0.3-0.9s0.4-0.4,0.6-0.6c0.2-0.1,0.5-0.2,0.9-0.2c0.3,0,0.6,0.1,0.9,0.2
c0.2,0.1,0.4,0.3,0.6,0.6s0.3,0.6,0.4,0.9C1287.8-100.7,1287.9-100.3,1287.9-99.9z M1285.2-99.9c0,0.7,0.1,1.1,0.2,1.5
c0.1,0.3,0.3,0.5,0.6,0.5c0.3,0,0.5-0.2,0.6-0.5c0.1-0.3,0.2-0.8,0.2-1.5c0-0.7-0.1-1.1-0.2-1.5c-0.1-0.3-0.3-0.5-0.6-0.5
c-0.1,0-0.3,0-0.3,0.1c-0.1,0.1-0.2,0.2-0.2,0.4c-0.1,0.2-0.1,0.4-0.1,0.6C1285.2-100.5,1285.2-100.2,1285.2-99.9z"/>
<path fill="#0D3547" d="M1288.5-98.9v-1h2.1v1H1288.5z"/>
<path fill="#0D3547" d="M1295-101.4c0,0.2,0,0.4-0.1,0.5c-0.1,0.2-0.2,0.3-0.3,0.4c-0.1,0.1-0.2,0.2-0.4,0.3
c-0.2,0.1-0.3,0.1-0.5,0.2v0c0.5,0.1,0.8,0.2,1,0.4c0.2,0.2,0.4,0.5,0.4,0.9c0,0.2,0,0.5-0.1,0.7s-0.2,0.4-0.4,0.6
c-0.2,0.2-0.4,0.3-0.7,0.4c-0.3,0.1-0.6,0.1-1,0.1c-0.3,0-0.6,0-0.9-0.1c-0.3-0.1-0.5-0.1-0.8-0.2v-1c0.1,0.1,0.2,0.1,0.4,0.2
c0.1,0,0.3,0.1,0.4,0.1c0.1,0,0.3,0.1,0.4,0.1c0.1,0,0.2,0,0.4,0c0.2,0,0.4,0,0.6-0.1s0.3-0.1,0.4-0.2c0.1-0.1,0.2-0.2,0.2-0.3
c0-0.1,0.1-0.2,0.1-0.3c0-0.1,0-0.2-0.1-0.3c0-0.1-0.1-0.2-0.2-0.2c-0.1-0.1-0.2-0.1-0.4-0.2c-0.2,0-0.4-0.1-0.6-0.1h-0.4v-0.8
h0.4c0.2,0,0.4,0,0.6-0.1c0.2,0,0.3-0.1,0.4-0.2c0.1-0.1,0.2-0.2,0.2-0.3s0.1-0.2,0.1-0.3c0-0.2-0.1-0.4-0.2-0.5
c-0.1-0.1-0.3-0.2-0.6-0.2c-0.1,0-0.2,0-0.3,0c-0.1,0-0.2,0.1-0.3,0.1c-0.1,0-0.2,0.1-0.3,0.1c-0.1,0-0.1,0.1-0.2,0.1l-0.6-0.8
c0.1-0.1,0.2-0.2,0.4-0.2s0.3-0.1,0.4-0.2c0.2-0.1,0.3-0.1,0.5-0.1c0.2,0,0.4,0,0.6,0c0.3,0,0.5,0,0.8,0.1s0.4,0.1,0.6,0.3
s0.3,0.3,0.4,0.4S1295-101.7,1295-101.4z"/>
</g>
<g enable-background="new ">
<path fill="#0D3547" d="M1298-62h-2.6v-0.7l0.7-0.3v-3.7l-0.7-0.3v-0.7h2.6v0.7l-0.7,0.3v3.7l0.7,0.3V-62z"/>
<path fill="#0D3547" d="M1304.2-64.9c0,0.9-0.2,1.7-0.7,2.2s-1.1,0.8-2,0.8s-1.5-0.3-2-0.8s-0.7-1.2-0.7-2.2
c0-1,0.2-1.7,0.7-2.2c0.5-0.5,1.1-0.8,2-0.8c0.9,0,1.5,0.3,2,0.8S1304.2-65.8,1304.2-64.9z M1300-64.9c0,0.6,0.1,1.1,0.4,1.4
s0.6,0.5,1.1,0.5c1,0,1.4-0.6,1.4-1.9c0-1.3-0.5-1.9-1.4-1.9c-0.5,0-0.8,0.2-1.1,0.5C1300.1-66,1300-65.5,1300-64.9z"/>
<path fill="#0D3547" d="M1307.8-62h-1.2v-3.3c0-0.1,0-0.1,0-0.2c0-0.1,0-0.2,0-0.3s0-0.2,0-0.3s0-0.2,0-0.3c0,0,0,0-0.1,0.1
s-0.1,0.1-0.1,0.1s-0.1,0.1-0.1,0.1c0,0-0.1,0.1-0.1,0.1l-0.7,0.5l-0.6-0.7l1.8-1.5h1V-62z"/>
</g>
<g id="Group_60" transform="translate(-1196 -455)">
<circle id="Ellipse_4-3" fill="#5EC793" cx="2462.2" cy="411" r="4"/>
<g enable-background="new ">
<path fill="#0D3547" d="M2436.1,414h-1.2v-4.7h-1.6v-1h4.3v1h-1.6V414z"/>
<path fill="#0D3547" d="M2441.9,414h-3.3v-5.7h3.3v1h-2.1v1.3h1.9v1h-1.9v1.5h2.1V414z"/>
<path fill="#0D3547" d="M2444.3,411.8v2.2h-1.2v-5.7h1.7c0.8,0,1.4,0.1,1.7,0.4c0.4,0.3,0.6,0.7,0.6,1.3c0,0.3-0.1,0.6-0.3,0.9
c-0.2,0.3-0.4,0.5-0.8,0.6l1.7,2.5h-1.3l-1.4-2.2H2444.3z M2444.3,410.8h0.4c0.4,0,0.7-0.1,0.8-0.2c0.2-0.1,0.3-0.3,0.3-0.6
c0-0.3-0.1-0.5-0.3-0.6c-0.2-0.1-0.5-0.2-0.9-0.2h-0.4V410.8z"/>
<path fill="#0D3547" d="M2450.7,414l-1.4-4.5h0c0,0.9,0.1,1.5,0.1,1.8v2.7h-1.1v-5.7h1.6l1.4,4.4h0l1.4-4.4h1.6v5.7h-1.1v-2.7
c0-0.1,0-0.3,0-0.4s0-0.6,0.1-1.3h0l-1.5,4.5H2450.7z"/>
</g>
<circle id="Ellipse_5-3_3_" fill="#5EC793" cx="2475.2" cy="411" r="4"/>
<g enable-background="new ">
<path fill="#0D3547" d="M2485.1,414h-1.2v-4.7h-1.6v-1h4.3v1h-1.6V414z"/>
<path fill="#0D3547" d="M2490.8,414h-3.3v-5.7h3.3v1h-2.1v1.3h1.9v1h-1.9v1.5h2.1V414z"/>
<path fill="#0D3547" d="M2493.2,411.8v2.2h-1.2v-5.7h1.7c0.8,0,1.3,0.1,1.7,0.4c0.4,0.3,0.6,0.7,0.6,1.3c0,0.3-0.1,0.6-0.3,0.9
c-0.2,0.3-0.4,0.5-0.8,0.6l1.7,2.5h-1.3l-1.4-2.2H2493.2z M2493.2,410.8h0.4c0.4,0,0.7-0.1,0.8-0.2c0.2-0.1,0.3-0.3,0.3-0.6
c0-0.3-0.1-0.5-0.3-0.6c-0.2-0.1-0.5-0.2-0.9-0.2h-0.4V410.8z"/>
<path fill="#0D3547" d="M2499.7,414l-1.4-4.5h0c0,0.9,0.1,1.5,0.1,1.8v2.7h-1.1v-5.7h1.6l1.4,4.4h0l1.4-4.4h1.6v5.7h-1.1v-2.7
c0-0.1,0-0.3,0-0.4s0-0.6,0.1-1.3h0l-1.5,4.5H2499.7z"/>
</g>
</g>
<g>
<path id="Intersection_1_23_" fill="none" stroke="#0D3547" stroke-width="2" d="M1263.2-11.3l-15.3,0l-7.8-13.3l6.9-12.1
l15.4,0.1l7.7,13.4L1263.2-11.3z"/>
<path fill="none" stroke="#715EC7" stroke-width="2" stroke-miterlimit="10" d="M1246.3-29.1c2.8-4.8,8.9-6.4,13.7-3.7
c4.8,2.8,6.4,8.9,3.7,13.7c-2.8,4.8-8.9,6.4-13.7,3.7S1243.5-24.3,1246.3-29.1z"/>
<path fill="#715EC7" d="M1253.6-24.9c0.4-0.7,1.3-1,2-0.5c0.7,0.4,1,1.3,0.5,2c-0.4,0.7-1.3,1-2,0.5
C1253.5-23.2,1253.2-24.1,1253.6-24.9z"/>
</g>
<g>
<path id="Intersection_1_22_" fill="none" stroke="#0D3547" stroke-width="2" d="M1263.2-96.3l-15.3,0l-7.8-13.3l6.9-12.1
l15.4,0.1l7.7,13.4L1263.2-96.3z"/>
<path fill="none" stroke="#715EC7" stroke-width="2" stroke-miterlimit="10" d="M1246.3-114.1c2.8-4.8,8.9-6.4,13.7-3.7
c4.8,2.8,6.4,8.9,3.7,13.7c-2.8,4.8-8.9,6.4-13.7,3.7C1245.1-103.2,1243.5-109.3,1246.3-114.1z"/>
<path fill="#715EC7" d="M1253.6-109.9c0.4-0.7,1.3-1,2-0.5c0.7,0.4,1,1.3,0.5,2c-0.4,0.7-1.3,1-2,0.5
C1253.5-108.2,1253.2-109.1,1253.6-109.9z"/>
</g>
<g>
<path id="Intersection_1_21_" fill="none" stroke="#0D3547" stroke-width="2" d="M1286.2-53.3l-15.3,0l-7.8-13.3l6.9-12.1
l15.4,0.1l7.7,13.4L1286.2-53.3z"/>
<path fill="none" stroke="#715EC7" stroke-width="2" stroke-miterlimit="10" d="M1269.3-71.1c2.8-4.8,8.9-6.4,13.7-3.7
c4.8,2.8,6.4,8.9,3.7,13.7c-2.8,4.8-8.9,6.4-13.7,3.7C1268.1-60.2,1266.5-66.3,1269.3-71.1z"/>
<path fill="#715EC7" d="M1276.6-66.9c0.4-0.7,1.3-1,2-0.5c0.7,0.4,1,1.3,0.5,2c-0.4,0.7-1.3,1-2,0.5
C1276.5-65.2,1276.2-66.1,1276.6-66.9z"/>
</g>
<g>
<path id="Intersection_1_20_" fill="none" stroke="#0D3547" stroke-width="2" d="M1286.2-140.3l-15.3,0l-7.8-13.3l6.9-12.1
l15.4,0.1l7.7,13.4L1286.2-140.3z"/>
<path fill="none" stroke="#715EC7" stroke-width="2" stroke-miterlimit="10" d="M1269.3-158.1c2.8-4.8,8.9-6.4,13.7-3.7
c4.8,2.8,6.4,8.9,3.7,13.7c-2.8,4.8-8.9,6.4-13.7,3.7C1268.1-147.2,1266.5-153.3,1269.3-158.1z"/>
<path fill="#715EC7" d="M1276.6-153.9c0.4-0.7,1.3-1,2-0.5c0.7,0.4,1,1.3,0.5,2c-0.4,0.7-1.3,1-2,0.5
C1276.5-152.2,1276.2-153.1,1276.6-153.9z"/>
</g>
<g enable-background="new ">
<path fill="#0D3547" d="M1275-21h-2.6v-0.7l0.7-0.3v-3.7l-0.7-0.3v-0.7h2.6v0.7l-0.7,0.3v3.7l0.7,0.3V-21z"/>
<path fill="#0D3547" d="M1281.2-23.9c0,0.9-0.2,1.7-0.7,2.2s-1.1,0.8-2,0.8s-1.5-0.3-2-0.8s-0.7-1.2-0.7-2.2s0.2-1.7,0.7-2.2
c0.5-0.5,1.1-0.8,2-0.8c0.9,0,1.5,0.3,2,0.8S1281.2-24.8,1281.2-23.9z M1277-23.9c0,0.6,0.1,1.1,0.4,1.4s0.6,0.5,1.1,0.5
c1,0,1.4-0.6,1.4-1.9c0-1.3-0.5-1.9-1.4-1.9c-0.5,0-0.8,0.2-1.1,0.5C1277.1-25,1277-24.5,1277-23.9z"/>
<path fill="#0D3547" d="M1285.8-23.9c0,0.5,0,0.9-0.1,1.2c-0.1,0.4-0.2,0.7-0.3,0.9c-0.2,0.3-0.4,0.4-0.6,0.6
c-0.2,0.1-0.5,0.2-0.9,0.2c-0.3,0-0.6-0.1-0.9-0.2c-0.2-0.1-0.4-0.3-0.6-0.6c-0.2-0.3-0.3-0.6-0.4-0.9c-0.1-0.4-0.1-0.8-0.1-1.2
s0-0.9,0.1-1.2c0.1-0.4,0.2-0.7,0.3-0.9s0.4-0.4,0.6-0.6c0.2-0.1,0.5-0.2,0.9-0.2c0.3,0,0.6,0.1,0.9,0.2
c0.2,0.1,0.4,0.3,0.6,0.6s0.3,0.6,0.4,0.9C1285.8-24.7,1285.8-24.3,1285.8-23.9z M1283.1-23.9c0,0.7,0.1,1.1,0.2,1.5
c0.1,0.3,0.3,0.5,0.6,0.5c0.3,0,0.5-0.2,0.6-0.5c0.1-0.3,0.2-0.8,0.2-1.5c0-0.7-0.1-1.1-0.2-1.5c-0.1-0.3-0.3-0.5-0.6-0.5
c-0.1,0-0.3,0-0.3,0.1c-0.1,0.1-0.2,0.2-0.2,0.4c-0.1,0.2-0.1,0.4-0.1,0.6C1283.1-24.5,1283.1-24.2,1283.1-23.9z"/>
</g>
</g>
<g id="Group_63" transform="translate(-307 1143)">
<g id="Rectangle_9-2" transform="translate(-1056 -321)">
<rect x="2289.2" y="151" fill="#FFFFFF" width="80" height="165"/>
<rect x="2290.2" y="152" fill="none" stroke="#0D3547" stroke-width="2" width="78" height="163"/>
</g>
<g enable-background="new ">
<path fill="#0D3547" d="M1298-149h-2.6v-0.7l0.7-0.3v-3.7l-0.7-0.3v-0.7h2.6v0.7l-0.7,0.3v3.7l0.7,0.3V-149z"/>
<path fill="#0D3547" d="M1304.2-151.9c0,0.9-0.2,1.7-0.7,2.2s-1.1,0.8-2,0.8s-1.5-0.3-2-0.8s-0.7-1.2-0.7-2.2s0.2-1.7,0.7-2.2
c0.5-0.5,1.1-0.8,2-0.8c0.9,0,1.5,0.3,2,0.8S1304.2-152.8,1304.2-151.9z M1300-151.9c0,0.6,0.1,1.1,0.4,1.4s0.6,0.5,1.1,0.5
c1,0,1.4-0.6,1.4-1.9c0-1.3-0.5-1.9-1.4-1.9c-0.5,0-0.8,0.2-1.1,0.5C1300.1-153,1300-152.5,1300-151.9z"/>
<path fill="#0D3547" d="M1305.4-149l2-4.7h-2.6v-1h3.9v0.8l-2.1,4.9H1305.4z"/>
</g>
<g id="Group_57-2" transform="translate(-1196 -542)">
<circle id="Ellipse_4-4" fill="#5EC793" cx="2462.2" cy="411" r="4"/>
<g enable-background="new ">
<path fill="#0D3547" d="M2436.1,414h-1.2v-4.7h-1.6v-1h4.3v1h-1.6V414z"/>
<path fill="#0D3547" d="M2441.9,414h-3.3v-5.7h3.3v1h-2.1v1.3h1.9v1h-1.9v1.5h2.1V414z"/>
<path fill="#0D3547" d="M2444.3,411.8v2.2h-1.2v-5.7h1.7c0.8,0,1.4,0.1,1.7,0.4c0.4,0.3,0.6,0.7,0.6,1.3c0,0.3-0.1,0.6-0.3,0.9
c-0.2,0.3-0.4,0.5-0.8,0.6l1.7,2.5h-1.3l-1.4-2.2H2444.3z M2444.3,410.8h0.4c0.4,0,0.7-0.1,0.8-0.2c0.2-0.1,0.3-0.3,0.3-0.6
c0-0.3-0.1-0.5-0.3-0.6c-0.2-0.1-0.5-0.2-0.9-0.2h-0.4V410.8z"/>
<path fill="#0D3547" d="M2450.7,414l-1.4-4.5h0c0,0.9,0.1,1.5,0.1,1.8v2.7h-1.1v-5.7h1.6l1.4,4.4h0l1.4-4.4h1.6v5.7h-1.1v-2.7
c0-0.1,0-0.3,0-0.4s0-0.6,0.1-1.3h0l-1.5,4.5H2450.7z"/>
</g>
<circle id="Ellipse_5-4_3_" fill="#5EC793" cx="2475.2" cy="411" r="4"/>
<g enable-background="new ">
<path fill="#0D3547" d="M2485.1,414h-1.2v-4.7h-1.6v-1h4.3v1h-1.6V414z"/>
<path fill="#0D3547" d="M2490.8,414h-3.3v-5.7h3.3v1h-2.1v1.3h1.9v1h-1.9v1.5h2.1V414z"/>
<path fill="#0D3547" d="M2493.2,411.8v2.2h-1.2v-5.7h1.7c0.8,0,1.3,0.1,1.7,0.4c0.4,0.3,0.6,0.7,0.6,1.3c0,0.3-0.1,0.6-0.3,0.9
c-0.2,0.3-0.4,0.5-0.8,0.6l1.7,2.5h-1.3l-1.4-2.2H2493.2z M2493.2,410.8h0.4c0.4,0,0.7-0.1,0.8-0.2c0.2-0.1,0.3-0.3,0.3-0.6
c0-0.3-0.1-0.5-0.3-0.6c-0.2-0.1-0.5-0.2-0.9-0.2h-0.4V410.8z"/>
<path fill="#0D3547" d="M2499.7,414l-1.4-4.5h0c0,0.9,0.1,1.5,0.1,1.8v2.7h-1.1v-5.7h1.6l1.4,4.4h0l1.4-4.4h1.6v5.7h-1.1v-2.7
c0-0.1,0-0.3,0-0.4s0-0.6,0.1-1.3h0l-1.5,4.5H2499.7z"/>
</g>
</g>
<g id="Group_58-2" transform="translate(-1196 -497)">
<circle id="Ellipse_4-5" fill="#5EC793" cx="2462.2" cy="411" r="4"/>
<g enable-background="new ">
<path fill="#0D3547" d="M2444,411.1c0,0.9-0.2,1.7-0.7,2.2s-1.1,0.8-2,0.8s-1.5-0.3-2-0.8s-0.7-1.2-0.7-2.2s0.2-1.7,0.7-2.2
c0.5-0.5,1.1-0.8,2-0.8c0.9,0,1.5,0.3,2,0.8S2444,410.2,2444,411.1z M2439.8,411.1c0,0.6,0.1,1.1,0.4,1.4s0.6,0.5,1.1,0.5
c1,0,1.4-0.6,1.4-1.9c0-1.3-0.5-1.9-1.4-1.9c-0.5,0-0.8,0.2-1.1,0.5C2440,410,2439.8,410.5,2439.8,411.1z"/>
<path fill="#0D3547" d="M2449.8,408.3v3.7c0,0.4-0.1,0.8-0.3,1.1c-0.2,0.3-0.5,0.6-0.8,0.7c-0.4,0.2-0.8,0.3-1.3,0.3
c-0.7,0-1.3-0.2-1.7-0.6s-0.6-0.9-0.6-1.5v-3.7h1.2v3.5c0,0.4,0.1,0.8,0.3,1c0.2,0.2,0.5,0.3,0.9,0.3c0.4,0,0.7-0.1,0.9-0.3
c0.2-0.2,0.3-0.5,0.3-1v-3.5H2449.8z"/>
<path fill="#0D3547" d="M2453.4,414h-1.2v-4.7h-1.6v-1h4.3v1h-1.6V414z"/>
</g>
<circle id="Ellipse_5-5_1_" fill="#C75E5E" cx="2475.2" cy="411" r="4"/>
<g enable-background="new ">
<path fill="#0D3547" d="M2485,414h-2.6v-0.7l0.7-0.3v-3.7l-0.7-0.3v-0.7h2.6v0.7l-0.7,0.3v3.7l0.7,0.3V414z"/>
<path fill="#0D3547" d="M2491.1,414h-1.5l-2.5-4.3h0c0,0.8,0.1,1.3,0.1,1.6v2.7h-1.1v-5.7h1.5l2.5,4.3h0c0-0.7-0.1-1.3-0.1-1.6
v-2.7h1.1V414z"/>
</g>
</g>
<g enable-background="new ">
<path fill="#0D3547" d="M1275-106h-2.6v-0.7l0.7-0.3v-3.7l-0.7-0.3v-0.7h2.6v0.7l-0.7,0.3v3.7l0.7,0.3V-106z"/>
<path fill="#0D3547" d="M1281.2-108.9c0,0.9-0.2,1.7-0.7,2.2s-1.1,0.8-2,0.8s-1.5-0.3-2-0.8s-0.7-1.2-0.7-2.2s0.2-1.7,0.7-2.2
c0.5-0.5,1.1-0.8,2-0.8c0.9,0,1.5,0.3,2,0.8S1281.2-109.8,1281.2-108.9z M1277-108.9c0,0.6,0.1,1.1,0.4,1.4s0.6,0.5,1.1,0.5
c1,0,1.4-0.6,1.4-1.9c0-1.3-0.5-1.9-1.4-1.9c-0.5,0-0.8,0.2-1.1,0.5C1277.1-110,1277-109.5,1277-108.9z"/>
<path fill="#0D3547" d="M1281.9-108.4c0-0.3,0-0.5,0-0.8c0-0.3,0.1-0.5,0.2-0.8c0.1-0.2,0.2-0.5,0.3-0.7
c0.1-0.2,0.3-0.4,0.5-0.6c0.2-0.2,0.4-0.3,0.7-0.4c0.3-0.1,0.6-0.1,1-0.1c0.1,0,0.1,0,0.2,0c0.1,0,0.1,0,0.2,0s0.1,0,0.2,0
s0.1,0,0.2,0v1c-0.1,0-0.2,0-0.3-0.1c-0.1,0-0.2,0-0.3,0c-0.4,0-0.6,0-0.9,0.1s-0.4,0.2-0.5,0.4s-0.2,0.3-0.3,0.6
c-0.1,0.2-0.1,0.5-0.1,0.7h0c0.1-0.1,0.1-0.2,0.2-0.3s0.2-0.2,0.3-0.2c0.1-0.1,0.2-0.1,0.3-0.1c0.1,0,0.3-0.1,0.4-0.1
c0.2,0,0.5,0,0.7,0.1c0.2,0.1,0.4,0.2,0.5,0.4s0.2,0.3,0.3,0.6c0.1,0.2,0.1,0.5,0.1,0.8c0,0.3,0,0.6-0.1,0.8
c-0.1,0.2-0.2,0.5-0.4,0.6c-0.2,0.2-0.4,0.3-0.6,0.4c-0.2,0.1-0.5,0.1-0.8,0.1c-0.3,0-0.5,0-0.8-0.2c-0.2-0.1-0.5-0.3-0.6-0.5
c-0.2-0.2-0.3-0.5-0.4-0.8C1282-107.6,1281.9-108,1281.9-108.4z M1283.9-106.9c0.1,0,0.2,0,0.3-0.1c0.1,0,0.2-0.1,0.2-0.2
c0.1-0.1,0.1-0.2,0.1-0.3s0.1-0.3,0.1-0.4c0-0.3-0.1-0.5-0.2-0.7c-0.1-0.2-0.3-0.2-0.5-0.2c-0.1,0-0.2,0-0.3,0.1
c-0.1,0-0.2,0.1-0.3,0.2s-0.1,0.2-0.2,0.3c0,0.1-0.1,0.2-0.1,0.3c0,0.1,0,0.3,0,0.4c0,0.1,0.1,0.2,0.1,0.4s0.1,0.2,0.2,0.3
S1283.8-106.9,1283.9-106.9z"/>
</g>
<g enable-background="new ">
<path fill="#0D3547" d="M1275-97h-2.6v-0.7l0.7-0.3v-3.7l-0.7-0.3v-0.7h2.6v0.7l-0.7,0.3v3.7l0.7,0.3V-97z"/>
<path fill="#0D3547" d="M1281.2-99.9c0,0.9-0.2,1.7-0.7,2.2s-1.1,0.8-2,0.8s-1.5-0.3-2-0.8s-0.7-1.2-0.7-2.2s0.2-1.7,0.7-2.2
c0.5-0.5,1.1-0.8,2-0.8c0.9,0,1.5,0.3,2,0.8S1281.2-100.8,1281.2-99.9z M1277-99.9c0,0.6,0.1,1.1,0.4,1.4s0.6,0.5,1.1,0.5
c1,0,1.4-0.6,1.4-1.9c0-1.3-0.5-1.9-1.4-1.9c-0.5,0-0.8,0.2-1.1,0.5C1277.1-101,1277-100.5,1277-99.9z"/>
<path fill="#0D3547" d="M1288-98.2h-0.7v1.2h-1.2v-1.2h-2.4V-99l2.4-3.7h1.1v3.6h0.7V-98.2z M1286.1-99.1v-1c0,0,0-0.1,0-0.1
c0-0.1,0-0.1,0-0.2c0-0.1,0-0.2,0-0.2s0-0.2,0-0.2s0-0.1,0-0.2s0-0.1,0-0.1h0c0,0.1-0.1,0.2-0.2,0.3s-0.1,0.2-0.2,0.4l-1,1.4
H1286.1z"/>
<path fill="#0D3547" d="M1288.5-98.9v-1h2.1v1H1288.5z"/>
<path fill="#0D3547" d="M1291.9-97l2-4.7h-2.6v-1h3.9v0.8l-2.1,4.9H1291.9z"/>
</g>
<g enable-background="new ">
<path fill="#0D3547" d="M1298-62h-2.6v-0.7l0.7-0.3v-3.7l-0.7-0.3v-0.7h2.6v0.7l-0.7,0.3v3.7l0.7,0.3V-62z"/>
<path fill="#0D3547" d="M1304.2-64.9c0,0.9-0.2,1.7-0.7,2.2s-1.1,0.8-2,0.8s-1.5-0.3-2-0.8s-0.7-1.2-0.7-2.2
c0-1,0.2-1.7,0.7-2.2c0.5-0.5,1.1-0.8,2-0.8c0.9,0,1.5,0.3,2,0.8S1304.2-65.8,1304.2-64.9z M1300-64.9c0,0.6,0.1,1.1,0.4,1.4
s0.6,0.5,1.1,0.5c1,0,1.4-0.6,1.4-1.9c0-1.3-0.5-1.9-1.4-1.9c-0.5,0-0.8,0.2-1.1,0.5C1300.1-66,1300-65.5,1300-64.9z"/>
<path fill="#0D3547" d="M1307-65.7c0.2,0,0.5,0,0.7,0.1s0.4,0.2,0.6,0.3s0.3,0.3,0.4,0.5c0.1,0.2,0.1,0.5,0.1,0.7
c0,0.3,0,0.6-0.1,0.8c-0.1,0.2-0.2,0.5-0.4,0.6s-0.4,0.3-0.7,0.4s-0.6,0.1-1,0.1c-0.1,0-0.3,0-0.4,0s-0.3,0-0.4-0.1
s-0.3-0.1-0.4-0.1c-0.1,0-0.2-0.1-0.3-0.1v-1c0.1,0.1,0.2,0.1,0.3,0.1c0.1,0,0.2,0.1,0.4,0.1s0.3,0.1,0.4,0.1c0.1,0,0.3,0,0.4,0
c0.3,0,0.6-0.1,0.8-0.2c0.2-0.1,0.3-0.4,0.3-0.7c0-0.3-0.1-0.5-0.3-0.6c-0.2-0.1-0.5-0.2-0.8-0.2c-0.1,0-0.1,0-0.2,0
c-0.1,0-0.2,0-0.2,0s-0.1,0-0.2,0c-0.1,0-0.1,0-0.2,0l-0.5-0.3l0.2-2.9h3v1h-2l-0.1,1.1c0.1,0,0.2,0,0.3-0.1
C1306.7-65.7,1306.8-65.7,1307-65.7z"/>
</g>
<g id="Group_60-2" transform="translate(-1196 -455)">
<circle id="Ellipse_4-6" fill="#5EC793" cx="2462.2" cy="411" r="4"/>
<g enable-background="new ">
<path fill="#0D3547" d="M2436.1,414h-1.2v-4.7h-1.6v-1h4.3v1h-1.6V414z"/>
<path fill="#0D3547" d="M2441.9,414h-3.3v-5.7h3.3v1h-2.1v1.3h1.9v1h-1.9v1.5h2.1V414z"/>
<path fill="#0D3547" d="M2444.3,411.8v2.2h-1.2v-5.7h1.7c0.8,0,1.4,0.1,1.7,0.4c0.4,0.3,0.6,0.7,0.6,1.3c0,0.3-0.1,0.6-0.3,0.9
c-0.2,0.3-0.4,0.5-0.8,0.6l1.7,2.5h-1.3l-1.4-2.2H2444.3z M2444.3,410.8h0.4c0.4,0,0.7-0.1,0.8-0.2c0.2-0.1,0.3-0.3,0.3-0.6
c0-0.3-0.1-0.5-0.3-0.6c-0.2-0.1-0.5-0.2-0.9-0.2h-0.4V410.8z"/>
<path fill="#0D3547" d="M2450.7,414l-1.4-4.5h0c0,0.9,0.1,1.5,0.1,1.8v2.7h-1.1v-5.7h1.6l1.4,4.4h0l1.4-4.4h1.6v5.7h-1.1v-2.7
c0-0.1,0-0.3,0-0.4s0-0.6,0.1-1.3h0l-1.5,4.5H2450.7z"/>
</g>
<circle id="Ellipse_5-6_1_" fill="#5EC793" cx="2475.2" cy="411" r="4"/>
<g enable-background="new ">
<path fill="#0D3547" d="M2485.1,414h-1.2v-4.7h-1.6v-1h4.3v1h-1.6V414z"/>
<path fill="#0D3547" d="M2490.8,414h-3.3v-5.7h3.3v1h-2.1v1.3h1.9v1h-1.9v1.5h2.1V414z"/>
<path fill="#0D3547" d="M2493.2,411.8v2.2h-1.2v-5.7h1.7c0.8,0,1.3,0.1,1.7,0.4c0.4,0.3,0.6,0.7,0.6,1.3c0,0.3-0.1,0.6-0.3,0.9
c-0.2,0.3-0.4,0.5-0.8,0.6l1.7,2.5h-1.3l-1.4-2.2H2493.2z M2493.2,410.8h0.4c0.4,0,0.7-0.1,0.8-0.2c0.2-0.1,0.3-0.3,0.3-0.6
c0-0.3-0.1-0.5-0.3-0.6c-0.2-0.1-0.5-0.2-0.9-0.2h-0.4V410.8z"/>
<path fill="#0D3547" d="M2499.7,414l-1.4-4.5h0c0,0.9,0.1,1.5,0.1,1.8v2.7h-1.1v-5.7h1.6l1.4,4.4h0l1.4-4.4h1.6v5.7h-1.1v-2.7
c0-0.1,0-0.3,0-0.4s0-0.6,0.1-1.3h0l-1.5,4.5H2499.7z"/>
</g>
</g>
<g>
<path id="Intersection_1_1_" fill="none" stroke="#0D3547" stroke-width="2" d="M1263.2-11.3l-15.3,0l-7.8-13.3l6.9-12.1
l15.4,0.1l7.7,13.4L1263.2-11.3z"/>
<path fill="none" stroke="#715EC7" stroke-width="2" stroke-miterlimit="10" d="M1246.3-29.1c2.8-4.8,8.9-6.4,13.7-3.7
c4.8,2.8,6.4,8.9,3.7,13.7c-2.8,4.8-8.9,6.4-13.7,3.7S1243.5-24.3,1246.3-29.1z"/>
<path fill="#715EC7" d="M1253.6-24.9c0.4-0.7,1.3-1,2-0.5c0.7,0.4,1,1.3,0.5,2c-0.4,0.7-1.3,1-2,0.5
C1253.5-23.2,1253.2-24.1,1253.6-24.9z"/>
</g>
<g>
<path id="Intersection_1_17_" fill="none" stroke="#0D3547" stroke-width="2" d="M1263.2-96.3l-15.3,0l-7.8-13.3l6.9-12.1
l15.4,0.1l7.7,13.4L1263.2-96.3z"/>
<path fill="none" stroke="#715EC7" stroke-width="2" stroke-miterlimit="10" d="M1246.3-114.1c2.8-4.8,8.9-6.4,13.7-3.7
c4.8,2.8,6.4,8.9,3.7,13.7c-2.8,4.8-8.9,6.4-13.7,3.7C1245.1-103.2,1243.5-109.3,1246.3-114.1z"/>
<path fill="#715EC7" d="M1253.6-109.9c0.4-0.7,1.3-1,2-0.5c0.7,0.4,1,1.3,0.5,2c-0.4,0.7-1.3,1-2,0.5
C1253.5-108.2,1253.2-109.1,1253.6-109.9z"/>
</g>
<g>
<path id="Intersection_1_18_" fill="none" stroke="#0D3547" stroke-width="2" d="M1286.2-53.3l-15.3,0l-7.8-13.3l6.9-12.1
l15.4,0.1l7.7,13.4L1286.2-53.3z"/>
<path fill="none" stroke="#715EC7" stroke-width="2" stroke-miterlimit="10" d="M1269.3-71.1c2.8-4.8,8.9-6.4,13.7-3.7
c4.8,2.8,6.4,8.9,3.7,13.7c-2.8,4.8-8.9,6.4-13.7,3.7C1268.1-60.2,1266.5-66.3,1269.3-71.1z"/>
<path fill="#715EC7" d="M1276.6-66.9c0.4-0.7,1.3-1,2-0.5c0.7,0.4,1,1.3,0.5,2c-0.4,0.7-1.3,1-2,0.5
C1276.5-65.2,1276.2-66.1,1276.6-66.9z"/>
</g>
<g>
<path id="Intersection_1_19_" fill="none" stroke="#0D3547" stroke-width="2" d="M1286.2-140.3l-15.3,0l-7.8-13.3l6.9-12.1
l15.4,0.1l7.7,13.4L1286.2-140.3z"/>
<path fill="none" stroke="#715EC7" stroke-width="2" stroke-miterlimit="10" d="M1269.3-158.1c2.8-4.8,8.9-6.4,13.7-3.7
c4.8,2.8,6.4,8.9,3.7,13.7c-2.8,4.8-8.9,6.4-13.7,3.7C1268.1-147.2,1266.5-153.3,1269.3-158.1z"/>
<path fill="#715EC7" d="M1276.6-153.9c0.4-0.7,1.3-1,2-0.5c0.7,0.4,1,1.3,0.5,2c-0.4,0.7-1.3,1-2,0.5
C1276.5-152.2,1276.2-153.1,1276.6-153.9z"/>
</g>
<g enable-background="new ">
<path fill="#0D3547" d="M1275-21h-2.6v-0.7l0.7-0.3v-3.7l-0.7-0.3v-0.7h2.6v0.7l-0.7,0.3v3.7l0.7,0.3V-21z"/>
<path fill="#0D3547" d="M1281.2-23.9c0,0.9-0.2,1.7-0.7,2.2s-1.1,0.8-2,0.8s-1.5-0.3-2-0.8s-0.7-1.2-0.7-2.2s0.2-1.7,0.7-2.2
c0.5-0.5,1.1-0.8,2-0.8c0.9,0,1.5,0.3,2,0.8S1281.2-24.8,1281.2-23.9z M1277-23.9c0,0.6,0.1,1.1,0.4,1.4s0.6,0.5,1.1,0.5
c1,0,1.4-0.6,1.4-1.9c0-1.3-0.5-1.9-1.4-1.9c-0.5,0-0.8,0.2-1.1,0.5C1277.1-25,1277-24.5,1277-23.9z"/>
<path fill="#0D3547" d="M1285.9-22.2h-0.7v1.2h-1.2v-1.2h-2.4V-23l2.4-3.7h1.1v3.6h0.7V-22.2z M1284-23.1v-1c0,0,0-0.1,0-0.1
c0-0.1,0-0.1,0-0.2c0-0.1,0-0.2,0-0.2s0-0.2,0-0.2s0-0.1,0-0.2s0-0.1,0-0.1h0c0,0.1-0.1,0.2-0.2,0.3s-0.1,0.2-0.2,0.4l-1,1.4
H1284z"/>
</g>
</g>
<g id="Group_82" transform="translate(-1170 907)">
<circle id="Ellipse_6-2_9_" fill="#0D3547" cx="2109.2" cy="256" r="8"/>
<rect id="Rectangle_2-2_9_" x="2108.2" y="252" fill="#FFFFFF" width="2" height="8"/>
<rect id="Rectangle_3-2_9_" x="2105.2" y="255" fill="#FFFFFF" width="8" height="2"/>
</g>
</g>
</g>
<g id="EEM16x">
</g>
<g id="BNC_DIO__x28_new_x29_">
</g>
<g id="Urukul_2_">
</g>
<g id="Stabiliser">
</g>
</svg>

After

Width:  |  Height:  |  Size: 39 KiB

View File

@ -0,0 +1,189 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 18.1.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
viewBox="1719.1 152 90 500" enable-background="new 1719.1 152 90 500" xml:space="preserve">
<g id="Kasli">
</g>
<g id="Kasli_with_backplane">
</g>
<g id="zotino">
</g>
<g id="Novo">
</g>
<g id="IDC_BNC_adapter_copy">
</g>
<g id="HD68">
<g id="Group_128" transform="translate(1728 -531)">
<g id="Rectangle_1_6_" transform="translate(-1728 531)">
<rect x="1719.1" y="152" fill="#FFFFFF" width="90" height="500"/>
<rect x="1720.1" y="153" fill="none" stroke="#0D3547" stroke-width="2" width="88" height="498"/>
</g>
<g enable-background="new ">
<path fill="#715EC7" d="M20.9,779h-1.5v-3.1h-2.8v3.1H15v-7.1h1.5v2.8h2.8v-2.8h1.5V779z"/>
<path fill="#715EC7" d="M28.6,775.4c0,1.2-0.3,2.1-1,2.7S26,779,24.7,779h-2v-7.1h2.2c1.2,0,2.1,0.3,2.7,0.9
S28.6,774.3,28.6,775.4z M27.1,775.4c0-1.5-0.7-2.3-2-2.3h-0.8v4.6h0.6C26.3,777.8,27.1,777,27.1,775.4z"/>
<path fill="#715EC7" d="M29.6,776c0-0.3,0-0.7,0.1-1c0-0.3,0.1-0.7,0.2-1c0.1-0.3,0.2-0.6,0.4-0.9c0.2-0.3,0.4-0.5,0.6-0.7
c0.3-0.2,0.6-0.4,0.9-0.5c0.4-0.1,0.8-0.2,1.2-0.2c0.1,0,0.1,0,0.2,0c0.1,0,0.2,0,0.2,0c0.1,0,0.2,0,0.2,0s0.1,0,0.2,0v1.2
c-0.1,0-0.3-0.1-0.4-0.1c-0.1,0-0.3,0-0.4,0c-0.4,0-0.8,0.1-1.1,0.2c-0.3,0.1-0.5,0.3-0.7,0.5s-0.3,0.4-0.4,0.7
c-0.1,0.3-0.1,0.6-0.1,0.9h0.1c0.1-0.1,0.1-0.2,0.2-0.3c0.1-0.1,0.2-0.2,0.3-0.3c0.1-0.1,0.3-0.1,0.4-0.2c0.2,0,0.3-0.1,0.5-0.1
c0.3,0,0.6,0.1,0.8,0.2c0.2,0.1,0.5,0.2,0.6,0.4s0.3,0.4,0.4,0.7c0.1,0.3,0.1,0.6,0.1,1c0,0.4-0.1,0.7-0.2,1
c-0.1,0.3-0.3,0.6-0.5,0.8c-0.2,0.2-0.4,0.4-0.7,0.5c-0.3,0.1-0.6,0.2-1,0.2c-0.4,0-0.7-0.1-1-0.2c-0.3-0.1-0.6-0.3-0.8-0.6
c-0.2-0.3-0.4-0.6-0.5-1C29.6,777,29.6,776.5,29.6,776z M32.1,777.9c0.1,0,0.3,0,0.4-0.1c0.1-0.1,0.2-0.1,0.3-0.2
c0.1-0.1,0.1-0.2,0.2-0.4s0.1-0.3,0.1-0.6c0-0.3-0.1-0.6-0.2-0.8c-0.1-0.2-0.4-0.3-0.7-0.3c-0.2,0-0.3,0-0.4,0.1
c-0.1,0.1-0.2,0.1-0.3,0.2s-0.2,0.2-0.2,0.3c0,0.1-0.1,0.2-0.1,0.4c0,0.2,0,0.3,0.1,0.5c0,0.2,0.1,0.3,0.2,0.4
c0.1,0.1,0.2,0.2,0.3,0.3S31.9,777.9,32.1,777.9z"/>
<path fill="#715EC7" d="M37.5,771.8c0.3,0,0.6,0,0.8,0.1s0.5,0.2,0.7,0.3c0.2,0.1,0.4,0.3,0.5,0.5s0.2,0.5,0.2,0.8
c0,0.2,0,0.4-0.1,0.6c-0.1,0.2-0.2,0.3-0.3,0.5c-0.1,0.1-0.2,0.3-0.4,0.4s-0.3,0.2-0.5,0.3c0.2,0.1,0.4,0.2,0.6,0.3
s0.3,0.3,0.5,0.4c0.1,0.2,0.3,0.3,0.3,0.5c0.1,0.2,0.1,0.4,0.1,0.6c0,0.3-0.1,0.6-0.2,0.8s-0.3,0.4-0.5,0.6
c-0.2,0.2-0.5,0.3-0.8,0.4c-0.3,0.1-0.6,0.1-1,0.1c-0.4,0-0.7,0-1-0.1c-0.3-0.1-0.6-0.2-0.8-0.4s-0.4-0.4-0.5-0.6
c-0.1-0.2-0.2-0.5-0.2-0.8c0-0.2,0-0.5,0.1-0.7c0.1-0.2,0.2-0.4,0.3-0.5c0.1-0.2,0.3-0.3,0.4-0.4s0.3-0.2,0.5-0.3
c-0.2-0.1-0.3-0.2-0.4-0.3c-0.1-0.1-0.3-0.2-0.4-0.4c-0.1-0.1-0.2-0.3-0.2-0.5c-0.1-0.2-0.1-0.4-0.1-0.6c0-0.3,0.1-0.5,0.2-0.7
c0.1-0.2,0.3-0.4,0.5-0.5c0.2-0.1,0.4-0.3,0.7-0.3S37.2,771.8,37.5,771.8z M36.5,777.1c0,0.1,0,0.2,0.1,0.4
c0,0.1,0.1,0.2,0.2,0.3s0.2,0.1,0.3,0.2c0.1,0,0.3,0.1,0.4,0.1c0.3,0,0.6-0.1,0.8-0.2c0.2-0.2,0.3-0.4,0.3-0.6
c0-0.1,0-0.3-0.1-0.4c-0.1-0.1-0.1-0.2-0.2-0.3c-0.1-0.1-0.2-0.2-0.3-0.3c-0.1-0.1-0.2-0.2-0.3-0.2l-0.1-0.1
c-0.1,0.1-0.3,0.1-0.4,0.2c-0.1,0.1-0.2,0.2-0.3,0.3c-0.1,0.1-0.1,0.2-0.2,0.3C36.5,776.8,36.5,777,36.5,777.1z M37.5,772.9
c-0.1,0-0.2,0-0.3,0s-0.2,0.1-0.2,0.1c-0.1,0.1-0.1,0.1-0.2,0.2s-0.1,0.2-0.1,0.3c0,0.1,0,0.3,0.1,0.4c0,0.1,0.1,0.2,0.2,0.3
c0.1,0.1,0.2,0.1,0.2,0.2c0.1,0.1,0.2,0.1,0.3,0.2c0.1-0.1,0.2-0.1,0.3-0.2c0.1-0.1,0.2-0.1,0.2-0.2c0.1-0.1,0.1-0.2,0.2-0.3
c0-0.1,0.1-0.2,0.1-0.3c0-0.1,0-0.2-0.1-0.3s-0.1-0.2-0.2-0.2s-0.2-0.1-0.2-0.1C37.7,772.9,37.6,772.9,37.5,772.9z"/>
<path fill="#715EC7" d="M40.7,776.6v-1.2h2.6v1.2H40.7z"/>
<path fill="#715EC7" d="M47.4,779h-3.2v-0.9l0.9-0.4v-4.6l-0.9-0.4v-0.9h3.2v0.9l-0.9,0.4v4.6l0.9,0.4V779z"/>
<path fill="#715EC7" d="M54.6,775.4c0,1.2-0.3,2.1-1,2.7S52,779,50.7,779h-2v-7.1h2.2c1.2,0,2.1,0.3,2.7,0.9
S54.6,774.3,54.6,775.4z M53,775.4c0-1.5-0.7-2.3-2-2.3h-0.8v4.6h0.6C52.3,777.8,53,777,53,775.4z"/>
<path fill="#715EC7" d="M59.1,773c-0.6,0-1,0.2-1.3,0.6c-0.3,0.4-0.5,1-0.5,1.8c0,1.6,0.6,2.4,1.8,2.4c0.5,0,1.1-0.1,1.8-0.4v1.3
c-0.6,0.2-1.2,0.4-2,0.4c-1,0-1.8-0.3-2.4-0.9c-0.6-0.6-0.8-1.5-0.8-2.7c0-0.7,0.1-1.4,0.4-2c0.3-0.6,0.7-1,1.2-1.3
c0.5-0.3,1.1-0.4,1.8-0.4c0.7,0,1.4,0.2,2.1,0.5l-0.5,1.2c-0.3-0.1-0.5-0.2-0.8-0.3C59.6,773.1,59.4,773,59.1,773z"/>
</g>
<g enable-background="new ">
<path fill="#715EC7" d="M23.2,793l-0.5-1.7h-2.6l-0.5,1.7h-1.6l2.5-7.2h1.9l2.5,7.2H23.2z M22.3,790c-0.5-1.5-0.7-2.4-0.8-2.6
s-0.1-0.4-0.1-0.5c-0.1,0.4-0.4,1.4-0.9,3.1H22.3z"/>
<path fill="#715EC7" d="M27.3,793.1c-0.6,0-1.1-0.2-1.5-0.7s-0.5-1.2-0.5-2.1c0-0.9,0.2-1.6,0.6-2.1c0.4-0.5,0.9-0.7,1.5-0.7
c0.7,0,1.2,0.3,1.6,0.8h0c-0.1-0.4-0.1-0.8-0.1-1.1v-1.7h1.5v7.6h-1.1l-0.3-0.7h-0.1C28.6,792.8,28,793.1,27.3,793.1z
M27.9,791.9c0.4,0,0.7-0.1,0.8-0.3s0.3-0.6,0.3-1.1v-0.2c0-0.6-0.1-1-0.3-1.3s-0.5-0.4-0.9-0.4c-0.3,0-0.6,0.1-0.8,0.4
c-0.2,0.3-0.3,0.7-0.3,1.2s0.1,0.9,0.3,1.2C27.3,791.8,27.5,791.9,27.9,791.9z"/>
<path fill="#715EC7" d="M35.4,793l-0.3-0.7h0c-0.2,0.3-0.5,0.5-0.8,0.7c-0.3,0.1-0.6,0.2-1,0.2c-0.5,0-0.9-0.1-1.2-0.4
s-0.5-0.7-0.5-1.3c0-0.6,0.2-1,0.6-1.3c0.4-0.3,1-0.4,1.8-0.5l0.9,0v-0.2c0-0.6-0.3-0.8-0.8-0.8c-0.4,0-0.9,0.1-1.5,0.4l-0.5-1
c0.6-0.3,1.3-0.5,2.1-0.5c0.7,0,1.3,0.2,1.7,0.5s0.6,0.8,0.6,1.5v3.6H35.4z M35,790.5l-0.6,0c-0.4,0-0.8,0.1-1,0.2
c-0.2,0.1-0.3,0.4-0.3,0.7c0,0.4,0.2,0.6,0.7,0.6c0.3,0,0.6-0.1,0.8-0.3s0.3-0.5,0.3-0.8V790.5z"/>
<path fill="#715EC7" d="M41,793.1c-0.6,0-1.1-0.2-1.5-0.7h-0.1c0.1,0.5,0.1,0.7,0.1,0.8v2.2H38v-7.9h1.2l0.2,0.7h0.1
c0.3-0.5,0.9-0.8,1.5-0.8c0.6,0,1.1,0.2,1.5,0.7c0.4,0.5,0.5,1.2,0.5,2.1c0,0.6-0.1,1.1-0.3,1.5s-0.4,0.8-0.7,1
C41.8,793,41.4,793.1,41,793.1z M40.5,788.6c-0.4,0-0.6,0.1-0.8,0.3c-0.2,0.2-0.3,0.6-0.3,1.1v0.2c0,0.6,0.1,1,0.3,1.3
s0.5,0.4,0.8,0.4c0.7,0,1-0.5,1-1.7c0-0.5-0.1-0.9-0.2-1.2C41.1,788.8,40.9,788.6,40.5,788.6z"/>
<path fill="#715EC7" d="M46.6,791.9c0.3,0,0.6-0.1,0.9-0.2v1.1c-0.4,0.2-0.8,0.2-1.4,0.2c-0.6,0-1-0.2-1.3-0.5
c-0.3-0.3-0.4-0.8-0.4-1.4v-2.6h-0.7V788l0.8-0.5l0.4-1.2h1v1.2h1.5v1.1H46v2.6c0,0.2,0.1,0.4,0.2,0.5S46.4,791.9,46.6,791.9z"/>
<path fill="#715EC7" d="M51.1,793.1c-0.9,0-1.6-0.2-2.1-0.7c-0.5-0.5-0.7-1.2-0.7-2.1c0-0.9,0.2-1.6,0.7-2.1
c0.5-0.5,1.1-0.7,1.9-0.7c0.8,0,1.4,0.2,1.8,0.7s0.6,1,0.6,1.8v0.7h-3.5c0,0.4,0.1,0.8,0.4,1s0.6,0.4,1,0.4c0.3,0,0.6,0,0.9-0.1
s0.6-0.2,0.9-0.3v1.2c-0.3,0.1-0.5,0.2-0.8,0.3C51.9,793.1,51.5,793.1,51.1,793.1z M50.9,788.5c-0.3,0-0.6,0.1-0.7,0.3
c-0.2,0.2-0.3,0.5-0.3,0.9H52c0-0.4-0.1-0.7-0.3-0.9C51.5,788.6,51.2,788.5,50.9,788.5z"/>
<path fill="#715EC7" d="M57.6,787.4c0.2,0,0.4,0,0.5,0l-0.1,1.4c-0.1,0-0.3,0-0.4,0c-0.5,0-0.8,0.1-1.1,0.4s-0.4,0.6-0.4,1v2.8
h-1.5v-5.5h1.1l0.2,0.9H56c0.2-0.3,0.4-0.6,0.7-0.7C57,787.5,57.3,787.4,57.6,787.4z"/>
</g>
<g id="artiq_6_" transform="translate(-1749.044 553.927)">
<path id="Path_3_6_" fill="#1A6D93" d="M1795.4,178.8c0.4,0,0.8-0.4,0.8-0.8c0-0.4-0.3-0.8-0.8-0.8c-0.4,0-0.8,0.4-0.7,0.8
C1794.7,178.5,1795,178.8,1795.4,178.8L1795.4,178.8z"/>
<path id="Path_4_6_" fill="#1A6D93" d="M1777.3,163.8l0.9,0.8c0,0,0,0,0.1,0c1.8-1.5,3.7-2.8,5.8-3.9c2.3-1.2,4.8-2,7.4-2.3
c0.2,0,0.4,0,0.6,0c0.7,0,1.4,0.1,2,0.4c0.6,0.3,1,0.9,1,1.5c0,0.6-0.2,1.2-0.5,1.7c-0.2,0.4-0.5,0.8-0.7,1.2l-0.3,0.5l0.8,0.8
c0.8-0.9,1.4-2,1.7-3.2c0-0.1,0.1-0.3,0.1-0.4c0-0.1,0-0.1,0-0.2V160c0,0,0,0,0,0s0-0.1,0-0.1c-0.2-1-0.8-1.8-1.8-2.2
c-0.6-0.3-1.3-0.4-2-0.4c-0.2,0-0.4,0-0.6,0c-1.1,0-2.1,0.2-3.2,0.4c-4,1.1-7.8,3.1-10.9,5.8c-0.1,0.1-0.2,0.2-0.3,0.2
C1777.4,163.7,1777.4,163.8,1777.3,163.8z"/>
<path id="Path_5_6_" fill="#1A6D93" d="M1779.7,161c0.2-0.2,0.5-0.3,0.7-0.5c0.3-0.1,0.4-0.4,0.4-0.7c0.3-1.5,0.7-2.9,1.5-4.2
c0.3-0.6,0.7-1.1,1.2-1.5c0.6-0.6,1.6-0.6,2.3,0c0.5,0.4,0.9,0.9,1.2,1.4c0.2,0.3,0.3,0.7,0.5,1.1c0.1,0.1,0.1,0.3,0.2,0.4
l1.2-0.3c-0.1-0.2-0.2-0.4-0.3-0.6c-0.2-0.5-0.4-0.9-0.7-1.3c-0.6-1.2-1.6-2.1-2.9-2.4h-0.7c-1.1,0.2-2,0.9-2.5,1.8
c-0.3,0.4-0.6,0.9-0.8,1.3c-0.7,1.4-1.1,2.9-1.4,4.4c-0.1,0.3-0.1,0.5-0.1,0.8c0,0.1,0,0.2-0.1,0.3
C1779.5,161.1,1779.6,161,1779.7,161z"/>
<path id="Path_6_6_" fill="#1A6D93" d="M1778.7,172.1c-0.3,0-0.5,0.1-0.8,0.1c-0.2,0-0.3,0-0.4,0c-0.5,0-1.1-0.1-1.6-0.2
c-0.1,0-0.1,0-0.2-0.1c-0.9-0.3-1.4-1.2-1.1-2.1c0,0,0,0,0,0c0.2-0.9,0.6-1.7,1.1-2.4c0.1-0.1,0.2-0.3,0.3-0.4
c0-0.1,0.1-0.1,0.1-0.2l-0.9-0.8c-0.8,0.9-1.4,2-1.7,3.1c-0.6,1.5,0.2,3.3,1.8,3.9c0.2,0.1,0.4,0.1,0.6,0.2
c0.5,0.1,1.1,0.2,1.6,0.2c0.3,0,0.6,0,1-0.1c0.2,0,0.4,0,0.6-0.1l0.2,0l-0.3-1.2C1778.9,172,1778.8,172.1,1778.7,172.1z"/>
<path id="Path_7_6_" fill="#1A6D93" d="M1777.4,172.1c0.1,0,0.3,0,0.4,0C1777.7,172.1,1777.6,172.1,1777.4,172.1z"/>
<path id="Path_8_6_" fill="#1A6D93" d="M1775.9,171.9c0.5,0.2,1,0.2,1.6,0.2C1776.9,172.1,1776.4,172.1,1775.9,171.9z"/>
<path id="Path_9_6_" fill="#1A6D93" d="M1777.5,173.3c-0.6,0-1.1-0.1-1.6-0.2C1776.3,173.3,1776.9,173.3,1777.5,173.3z"/>
<path id="Path_10_6_" fill="#1A6D93" d="M1778.5,173.3c-0.4,0-0.7,0.1-1,0.1C1777.8,173.3,1778.1,173.3,1778.5,173.3z"/>
<path id="Path_11_6_" fill="#1A6D93" d="M1787.9,161.8c-0.1-0.3-0.1-0.7-0.2-1c-0.1-0.3-0.4-0.4-0.7-0.5h0
c-0.3,0.1-0.7,0.3-1,0.4c-0.1,0.1-0.2,0.1-0.4,0.1l2.3,1.3L1787.9,161.8z"/>
<path id="Path_12_6_" fill="#1A6D93" d="M1780.3,163.9C1780.3,163.9,1780.3,163.9,1780.3,163.9c-0.1,0.1-0.2,0.1-0.2,0.2
c-0.2,0.2-0.5,0.4-0.7,0.5c-0.2,0.1-0.3,0.4-0.3,0.6c0,0.1,0,0.1,0,0.2c0,0.1,0,0.2,0,0.2c0.3,0.3,0.6,0.5,0.9,0.7l0.2,0.1
c0,0,0.1,0,0.1,0.1c0,0,0,0,0,0L1780.3,163.9C1780.4,163.9,1780.4,163.9,1780.3,163.9z"/>
<path id="Path_13_6_" fill="#1A6D93" d="M1782.5,159.3L1782.5,159.3c0.3-0.1,0.6-0.3,0.9-0.4l0.3-0.2l-1.4-0.5l-0.3,1.2
c0.1,0,0.2,0.1,0.3,0.1c0.1,0,0.1,0,0.2-0.1C1782.5,159.3,1782.5,159.3,1782.5,159.3z"/>
<path id="Path_14_6_" fill="#1A6D93" d="M1782.4,159.3C1782.5,159.3,1782.5,159.3,1782.4,159.3L1782.4,159.3
C1782.5,159.3,1782.5,159.3,1782.4,159.3z"/>
<path id="Path_15_6_" fill="#1A6D93" d="M1792.1,166.8l-0.9-0.8c-0.1,0.5-0.2,1.1-0.1,1.6L1792.1,166.8z"/>
<path id="Path_16_6_" fill="#1A6D93" d="M1782.1,171.3C1782.1,171.3,1782,171.3,1782.1,171.3c-0.1,0-0.1,0.1-0.1,0.1
c0.1,0.3,0.1,0.5,0.2,0.8l0.1,0.2l1.2-0.4l-0.3-0.1C1782.9,171.7,1782.5,171.5,1782.1,171.3
C1782.1,171.3,1782.1,171.3,1782.1,171.3z"/>
<path id="Path_17_6_" fill="#1A6D93" d="M1784.7,166.1c0.4,0,0.8-0.4,0.8-0.8c0-0.4-0.4-0.8-0.8-0.8c-0.4,0-0.8,0.3-0.8,0.8
C1783.9,165.7,1784.3,166.1,1784.7,166.1z"/>
<path id="Path_18_6_" fill="#0D3547" d="M1795,179.2l1.2-0.2l0.4-1.2l-0.8-0.9l-1.2,0.2l-0.4,1.2L1795,179.2 M1784.1,167.1
l1.9-0.3l0.7-1.8l-1.2-1.5l-1.9,0.3l-0.7,1.8L1784.1,167.1 M1784.8,162.3c1.7,0,3,1.3,3,3c0,0.2,0,0.3,0,0.5
c0.2,0.9,0.7,1.7,1.4,2.4c0,0,3.3,4.2,5.6,7.2c0.3,0.3,0.6,0.6,1,0.7c1,0.2,1.7,1.2,1.5,2.2s-1.2,1.7-2.2,1.5
c-0.4-0.1-0.8-0.3-1.1-0.6c-0.2-0.3-0.4-0.7-0.4-1.1l0,0V178c-0.1-0.4-0.3-0.8-0.6-1.2l-6.2-6.7c-0.5-0.8-1.3-1.4-2.1-1.8
c-0.8,0-1.6-0.4-2.2-1.1c-1.1-1.3-0.9-3.2,0.4-4.2c0,0,0,0,0,0C1783.4,162.6,1784,162.3,1784.8,162.3"/>
<path id="Path_19_6_" fill="#0D3547" d="M1774.7,186.7l0.7-1.6l0.7,1.6H1774.7z M1775.2,183.3l-2.3,5.1v0.1h1.2l0.3-0.7h2.1
l0.3,0.7h1.2v-0.1l-2.3-5.1L1775.2,183.3z"/>
<path id="Path_20_6_" fill="#0D3547" d="M1781.4,185.8h-1v-1.5h1c0.4,0,0.7,0.3,0.6,0.7c0,0,0,0,0,0.1
C1782,185.5,1781.8,185.8,1781.4,185.8C1781.4,185.8,1781.4,185.8,1781.4,185.8z M1782.4,186.6c0.6-0.5,0.9-1.3,0.7-2
c-0.2-0.8-0.9-1.3-1.7-1.2h-2.2v5.1h1.2v-1.5h0.8l0.9,1.5h1.4v-0.1L1782.4,186.6L1782.4,186.6z"/>
<path id="Path_21_6_" fill="#0D3547" d="M1785.5,184.4v4.1h1.2v-4.1h1.3v-1h-3.7v1H1785.5z"/>
<path id="Path_22_6_" fill="#0D3547" d="M1788.9,183.3v1h0.6v3.1h-0.7v1h2.5v-1h-0.7v-3.1h0.6v-1H1788.9z"/>
<path id="Path_23_6_" fill="#0D3547" d="M1795,187.4c-0.8,0.1-1.6-0.6-1.6-1.4s0.6-1.6,1.4-1.6s1.6,0.6,1.6,1.4c0,0,0,0.1,0,0.1
c0.1,0.8-0.5,1.4-1.3,1.5C1795,187.4,1795,187.4,1795,187.4z M1797.2,187.4c0.3-0.5,0.4-1,0.4-1.5c0-1.4-1.2-2.6-2.6-2.6
c-1.4,0-2.6,1.2-2.6,2.6c0,1.4,1.2,2.6,2.6,2.6c0.5,0,0.9-0.1,1.3-0.3l0.1,0l0.1,0.3h1.2v-0.1L1797.2,187.4L1797.2,187.4z"/>
<path id="Path_24_6_" fill="#1A6D93" d="M1786.6,171L1786.6,171c-2.1-0.8-4.1-1.8-5.9-3.1c-1.8-1.2-3.4-2.6-4.7-4.3
c-0.6-0.7-1.1-1.6-1.4-2.6c-0.3-0.8,0-1.7,0.8-2.1c0.2-0.1,0.4-0.2,0.6-0.3c0.7-0.2,1.4-0.2,2.1-0.2l0.3,0l0.4,0l0.3,0l0.3-1.2
l-0.2,0c-0.2,0-0.4-0.1-0.6-0.1c-0.4,0-0.7-0.1-1-0.1c-0.7,0-1.3,0.1-1.9,0.3c-1.1,0.3-1.9,1.1-2.2,2.2c-0.2,0.8,0,1.7,0.4,2.5
c0.6,1.3,1.4,2.5,2.5,3.5c2.8,2.8,6.1,4.9,9.7,6.3c0.3,0.1,0.5,0.2,0.8,0.3c0.1,0,0.2,0.1,0.4,0.1l0.2-0.7L1786.6,171z"/>
<path id="Path_25_6_" fill="#1A6D93" d="M1796.1,169.8C1796.1,169.8,1796.1,169.8,1796.1,169.8c-0.1-0.8-0.4-1.5-0.8-2.1
c-0.8-1.3-1.7-2.5-2.9-3.5c-0.3-0.3-0.6-0.6-1-0.9c-0.1-0.1-0.3-0.2-0.4-0.4v0c0,0,0,0,0,0.1l0,0.3c0,0.4,0,0.8,0.1,1.2
c0,0.1,0.1,0.2,0.1,0.2c0.2,0.2,0.4,0.4,0.5,0.5c0.3,0.3,0.6,0.6,1,1c0.9,0.9,1.5,1.9,2,3c0.2,0.4,0.2,0.9,0.2,1.3
c-0.1,0.7-0.6,1.2-1.3,1.4c-0.2,0.1-0.4,0.1-0.6,0.2l0.8,1c0.1,0,0.3-0.1,0.4-0.1c0.9-0.3,1.7-1.1,1.9-2.1l0.1-0.3L1796.1,169.8
L1796.1,169.8z"/>
<path id="Path_26_6_" fill="#1A6D93" d="M1788.5,160c0.1,0.4,0.1,0.8,0.2,1.2c0.1,0.9,0.2,1.9,0.3,2.8c0.1,0.9,0.1,1.9,0,2.8
l1.1,1.4c0-0.3,0.1-0.6,0.1-0.9c0.2-2.1,0.1-4.1-0.2-6.2c-0.1-0.4-0.1-0.8-0.2-1.2c0-0.2-0.1-0.4-0.1-0.6l-1.2,0.3c0,0,0,0,0,0.1
C1788.5,159.9,1788.5,159.9,1788.5,160z"/>
<path id="Path_27_6_" fill="#1A6D93" d="M1788,172.6c-0.2,0.6-0.4,1.2-0.7,1.7c-0.3,0.8-0.8,1.5-1.5,2.1c-0.7,0.6-1.7,0.6-2.4,0
c-0.5-0.5-1-1.1-1.3-1.7c-0.6-1.2-1-2.5-1.3-3.9l0,0c0-0.1,0-0.2-0.1-0.2c-0.3-0.2-0.7-0.4-1.1-0.7c-0.1-0.1-0.2-0.1-0.3-0.2
c0,0.1,0,0.2,0,0.2c0,0.2,0.1,0.4,0.1,0.6c0.3,1.7,0.8,3.4,1.6,4.9c0.6,1.3,1.7,2.3,3.1,2.7h0.7c1.3-0.3,2.4-1.2,2.9-2.4
c0.2-0.3,0.3-0.5,0.4-0.8c0.2-0.4,0.4-0.9,0.5-1.3L1788,172.6z"/>
</g>
<g id="Group_18_6_" transform="translate(-1530 444)">
<circle id="Ellipse_6_6_" fill="#0D3547" cx="1539.1" cy="257" r="8"/>
<rect id="Rectangle_2_6_" x="1538.1" y="253" fill="#FFFFFF" width="2" height="8"/>
<rect id="Rectangle_3_6_" x="1535.1" y="256" fill="#FFFFFF" width="8" height="2"/>
</g>
<g id="Group_22" transform="translate(-300 750)">
<g id="Rectangle_6" transform="translate(-1399 -77)">
<rect x="1719.1" y="152" fill="#FFFFFF" width="32" height="240"/>
<rect x="1720.1" y="153" fill="none" stroke="#0D3547" stroke-width="2" width="30" height="238"/>
</g>
<g id="Group_21" transform="translate(-1394.333 -47)">
<path id="Path_28" fill="#0D3547" d="M1719.1,159.7l22.7-7.7v180l-22.7-7.7V159.7z"/>
<rect id="Rectangle_4" x="1723.9" y="167" fill="#715EC7" width="4" height="150"/>
<rect id="Rectangle_5" x="1733.1" y="167" fill="#715EC7" width="4" height="150"/>
</g>
<rect id="Rectangle_7" x="326.1" y="99" fill="#0D3547" width="20" height="2"/>
<rect id="Rectangle_8" x="326.1" y="289" fill="#0D3547" width="20" height="2"/>
<circle id="Ellipse_7" fill="#0D3547" cx="336.1" cy="302" r="4"/>
<circle id="Ellipse_8" fill="#0D3547" cx="336.1" cy="88" r="4"/>
</g>
<g id="Group_74" transform="translate(-1530 907)">
<circle id="Ellipse_6-2_6_" fill="#0D3547" cx="1539.1" cy="257" r="8"/>
<rect id="Rectangle_2-2_6_" x="1538.1" y="253" fill="#FFFFFF" width="2" height="8"/>
<rect id="Rectangle_3-2_6_" x="1535.1" y="256" fill="#FFFFFF" width="8" height="2"/>
</g>
</g>
</g>
<g id="Clocker">
</g>
<g id="Koster">
</g>
<g id="EEM_Octal">
</g>
<g id="EEM16x">
</g>
<g id="BNC_DIO__x28_new_x29_">
</g>
<g id="Urukul_2_">
</g>
<g id="Stabiliser">
</g>
</svg>

After

Width:  |  Height:  |  Size: 16 KiB

View File

@ -0,0 +1,416 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 18.1.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
viewBox="1394.1 152 180 500" enable-background="new 1394.1 152 180 500" xml:space="preserve">
<g id="Kasli">
</g>
<g id="Kasli_with_backplane">
</g>
<g id="zotino">
</g>
<g id="Novo">
</g>
<g id="IDC_BNC_adapter_copy">
<g id="Group_129_1_" transform="translate(364 434)">
<g id="Rectangle_1_2_" transform="translate(-364 -434)">
<rect x="1394.1" y="152" fill="#FFFFFF" width="180" height="500"/>
<rect x="1395.1" y="153" fill="none" stroke="#0D3547" stroke-width="2" width="178" height="498"/>
</g>
<g id="artiq_2_" transform="translate(-340.044 -411.073)">
<path id="Path_3_2_" fill="#1A6D93" d="M1470.4,178.8c0.4,0,0.8-0.4,0.8-0.8c0-0.4-0.3-0.8-0.8-0.8c-0.4,0-0.8,0.4-0.7,0.8
C1469.7,178.5,1470,178.8,1470.4,178.8L1470.4,178.8z"/>
<path id="Path_4_2_" fill="#1A6D93" d="M1452.3,163.8l0.9,0.8c0,0,0,0,0.1,0c1.8-1.5,3.7-2.8,5.8-3.9c2.3-1.2,4.8-2,7.4-2.3
c0.2,0,0.4,0,0.6,0c0.7,0,1.4,0.1,2,0.4c0.6,0.3,1,0.9,1,1.5c0,0.6-0.2,1.2-0.5,1.7c-0.2,0.4-0.5,0.8-0.7,1.2l-0.3,0.5l0.8,0.8
c0.8-0.9,1.4-2,1.7-3.2c0-0.1,0.1-0.3,0.1-0.4c0-0.1,0-0.1,0-0.2V160c0,0,0,0,0,0s0-0.1,0-0.1c-0.2-1-0.8-1.8-1.8-2.2
c-0.6-0.3-1.3-0.4-2-0.4c-0.2,0-0.4,0-0.6,0c-1.1,0-2.1,0.2-3.2,0.4c-4,1.1-7.8,3.1-10.9,5.8c-0.1,0.1-0.2,0.2-0.3,0.2
C1452.4,163.7,1452.3,163.8,1452.3,163.8z"/>
<path id="Path_5_2_" fill="#1A6D93" d="M1454.7,161c0.2-0.2,0.5-0.3,0.7-0.5c0.3-0.1,0.4-0.4,0.4-0.7c0.3-1.5,0.7-2.9,1.5-4.2
c0.3-0.6,0.7-1.1,1.2-1.5c0.6-0.6,1.6-0.6,2.3,0c0.5,0.4,0.9,0.9,1.2,1.4c0.2,0.3,0.3,0.7,0.5,1.1c0.1,0.1,0.1,0.3,0.2,0.4
l1.2-0.3c-0.1-0.2-0.2-0.4-0.3-0.6c-0.2-0.5-0.4-0.9-0.7-1.3c-0.6-1.2-1.6-2.1-2.9-2.4h-0.7c-1.1,0.2-2,0.9-2.5,1.8
c-0.3,0.4-0.6,0.9-0.8,1.3c-0.7,1.4-1.1,2.9-1.4,4.4c-0.1,0.3-0.1,0.5-0.1,0.8c0,0.1,0,0.2-0.1,0.3
C1454.5,161.1,1454.6,161,1454.7,161z"/>
<path id="Path_6_2_" fill="#1A6D93" d="M1453.6,172.1c-0.3,0-0.5,0.1-0.8,0.1c-0.2,0-0.3,0-0.4,0c-0.5,0-1.1-0.1-1.6-0.2
c-0.1,0-0.1,0-0.2-0.1c-0.9-0.3-1.4-1.2-1.1-2.1c0,0,0,0,0,0c0.2-0.9,0.6-1.7,1.1-2.4c0.1-0.1,0.2-0.3,0.3-0.4
c0-0.1,0.1-0.1,0.1-0.2l-0.9-0.8c-0.8,0.9-1.4,2-1.7,3.1c-0.6,1.5,0.2,3.3,1.8,3.9c0.2,0.1,0.4,0.1,0.6,0.2
c0.5,0.1,1.1,0.2,1.6,0.2c0.3,0,0.6,0,1-0.1c0.2,0,0.4,0,0.6-0.1l0.2,0l-0.3-1.2C1453.9,172,1453.8,172.1,1453.6,172.1z"/>
<path id="Path_7_2_" fill="#1A6D93" d="M1452.4,172.1c0.1,0,0.3,0,0.4,0C1452.7,172.1,1452.6,172.1,1452.4,172.1z"/>
<path id="Path_8_2_" fill="#1A6D93" d="M1450.9,171.9c0.5,0.2,1,0.2,1.6,0.2C1451.9,172.1,1451.4,172.1,1450.9,171.9z"/>
<path id="Path_9_2_" fill="#1A6D93" d="M1452.4,173.3c-0.6,0-1.1-0.1-1.6-0.2C1451.3,173.3,1451.9,173.3,1452.4,173.3z"/>
<path id="Path_10_2_" fill="#1A6D93" d="M1453.4,173.3c-0.4,0-0.7,0.1-1,0.1C1452.8,173.3,1453.1,173.3,1453.4,173.3z"/>
<path id="Path_11_2_" fill="#1A6D93" d="M1462.9,161.8c-0.1-0.3-0.1-0.7-0.2-1c-0.2-0.3-0.4-0.4-0.7-0.5h0
c-0.3,0.1-0.7,0.3-1,0.4c-0.1,0.1-0.2,0.1-0.4,0.1l2.3,1.3L1462.9,161.8z"/>
<path id="Path_12_2_" fill="#1A6D93" d="M1455.3,163.9C1455.3,163.9,1455.3,163.9,1455.3,163.9c-0.1,0.1-0.2,0.1-0.2,0.2
c-0.2,0.2-0.5,0.4-0.7,0.5c-0.2,0.1-0.3,0.4-0.3,0.6c0,0.1,0,0.1,0,0.2c0,0.1,0,0.2,0,0.2c0.3,0.3,0.6,0.5,0.9,0.7l0.2,0.1
c0,0,0.1,0,0.1,0.1c0,0,0,0,0,0L1455.3,163.9C1455.4,163.9,1455.3,163.9,1455.3,163.9z"/>
<path id="Path_13_2_" fill="#1A6D93" d="M1457.5,159.3L1457.5,159.3c0.3-0.1,0.6-0.3,0.9-0.4l0.3-0.2l-1.4-0.5l-0.3,1.2
c0.1,0,0.2,0.1,0.3,0.1c0.1,0,0.1,0,0.2-0.1C1457.5,159.3,1457.5,159.3,1457.5,159.3z"/>
<path id="Path_14_2_" fill="#1A6D93" d="M1457.4,159.3C1457.5,159.3,1457.5,159.3,1457.4,159.3L1457.4,159.3
C1457.5,159.3,1457.5,159.3,1457.4,159.3z"/>
<path id="Path_15_2_" fill="#1A6D93" d="M1467.1,166.8l-0.9-0.8c-0.1,0.5-0.2,1.1-0.1,1.6L1467.1,166.8z"/>
<path id="Path_16_2_" fill="#1A6D93" d="M1457.1,171.3C1457,171.3,1457,171.3,1457.1,171.3c-0.1,0-0.1,0.1-0.1,0.1
c0.1,0.3,0.1,0.5,0.2,0.8l0.1,0.2l1.2-0.4l-0.3-0.1C1457.9,171.7,1457.5,171.5,1457.1,171.3
C1457.1,171.3,1457.1,171.3,1457.1,171.3z"/>
<path id="Path_17_2_" fill="#1A6D93" d="M1459.7,166.1c0.4,0,0.8-0.4,0.8-0.8c0-0.4-0.4-0.8-0.8-0.8c-0.4,0-0.8,0.3-0.8,0.8
C1458.9,165.7,1459.3,166.1,1459.7,166.1z"/>
<path id="Path_18_2_" fill="#0D3547" d="M1470,179.2l1.2-0.2l0.4-1.2l-0.8-0.9l-1.2,0.2l-0.4,1.2L1470,179.2 M1459,167.1l1.9-0.3
l0.7-1.8l-1.2-1.5l-1.9,0.3l-0.7,1.8L1459,167.1 M1459.7,162.3c1.7,0,3,1.3,3,3c0,0.2,0,0.3,0,0.5c0.2,0.9,0.7,1.7,1.4,2.4
c0,0,3.3,4.2,5.6,7.2c0.3,0.3,0.6,0.6,1,0.7c1,0.2,1.7,1.2,1.5,2.2s-1.2,1.7-2.2,1.5c-0.4-0.1-0.8-0.3-1.1-0.6
c-0.2-0.3-0.4-0.7-0.4-1.1l0,0V178c-0.1-0.4-0.3-0.8-0.6-1.2l-6.2-6.7c-0.5-0.8-1.3-1.4-2.1-1.8c-0.8,0-1.6-0.4-2.2-1.1
c-1.1-1.3-0.9-3.2,0.4-4.2c0,0,0,0,0,0C1458.4,162.6,1459,162.3,1459.7,162.3"/>
<path id="Path_19_2_" fill="#0D3547" d="M1449.7,186.7l0.7-1.6l0.7,1.6H1449.7z M1450.2,183.3l-2.3,5.1v0.1h1.2l0.3-0.7h2.1
l0.3,0.7h1.2v-0.1l-2.3-5.1L1450.2,183.3z"/>
<path id="Path_20_2_" fill="#0D3547" d="M1456.4,185.8h-1v-1.5h1c0.4,0,0.7,0.3,0.6,0.7c0,0,0,0,0,0.1
C1457,185.5,1456.8,185.8,1456.4,185.8C1456.4,185.8,1456.4,185.8,1456.4,185.8z M1457.4,186.6c0.6-0.5,0.9-1.3,0.7-2
c-0.2-0.8-0.9-1.3-1.7-1.2h-2.2v5.1h1.2v-1.5h0.8l0.9,1.5h1.4v-0.1L1457.4,186.6L1457.4,186.6z"/>
<path id="Path_21_2_" fill="#0D3547" d="M1460.5,184.4v4.1h1.2v-4.1h1.3v-1h-3.7v1H1460.5z"/>
<path id="Path_22_2_" fill="#0D3547" d="M1463.8,183.3v1h0.6v3.1h-0.7v1h2.5v-1h-0.7v-3.1h0.6v-1H1463.8z"/>
<path id="Path_23_2_" fill="#0D3547" d="M1469.9,187.4c-0.8,0.1-1.6-0.6-1.6-1.4s0.6-1.6,1.4-1.6s1.6,0.6,1.6,1.4
c0,0,0,0.1,0,0.1c0.1,0.8-0.5,1.4-1.3,1.5C1470,187.4,1470,187.4,1469.9,187.4z M1472.2,187.4c0.3-0.5,0.4-1,0.4-1.5
c0-1.4-1.2-2.6-2.6-2.6c-1.4,0-2.6,1.2-2.6,2.6c0,1.4,1.2,2.6,2.6,2.6c0.5,0,0.9-0.1,1.3-0.3l0.1,0l0.1,0.3h1.2v-0.1
L1472.2,187.4L1472.2,187.4z"/>
<path id="Path_24_2_" fill="#1A6D93" d="M1461.6,171L1461.6,171c-2.1-0.8-4.1-1.8-5.9-3.1c-1.8-1.2-3.4-2.6-4.7-4.3
c-0.6-0.7-1.1-1.6-1.4-2.6c-0.3-0.8,0-1.7,0.8-2.1c0.2-0.1,0.4-0.2,0.6-0.3c0.7-0.2,1.4-0.2,2.1-0.2l0.3,0l0.4,0l0.3,0l0.3-1.2
l-0.2,0c-0.2,0-0.4-0.1-0.6-0.1c-0.4,0-0.7-0.1-1-0.1c-0.7,0-1.3,0.1-1.9,0.3c-1.1,0.3-1.9,1.1-2.2,2.2c-0.2,0.8,0,1.7,0.4,2.5
c0.6,1.3,1.4,2.5,2.5,3.5c2.8,2.8,6.1,4.9,9.7,6.3c0.3,0.1,0.5,0.2,0.8,0.3c0.1,0,0.2,0.1,0.4,0.1l0.2-0.7L1461.6,171z"/>
<path id="Path_25_2_" fill="#1A6D93" d="M1471.1,169.8C1471.1,169.8,1471.1,169.8,1471.1,169.8c-0.1-0.8-0.4-1.5-0.8-2.1
c-0.8-1.3-1.7-2.5-2.9-3.5c-0.3-0.3-0.6-0.6-1-0.9c-0.1-0.1-0.3-0.2-0.4-0.4v0c0,0,0,0,0,0.1l0,0.3c0,0.4,0,0.8,0.1,1.2
c0,0.1,0.1,0.2,0.1,0.2c0.2,0.2,0.4,0.4,0.5,0.5c0.3,0.3,0.6,0.6,1,1c0.9,0.9,1.5,1.9,2,3c0.2,0.4,0.2,0.9,0.2,1.3
c-0.1,0.7-0.6,1.2-1.3,1.4c-0.2,0.1-0.4,0.1-0.6,0.2l0.8,1c0.1,0,0.3-0.1,0.4-0.1c0.9-0.3,1.7-1.1,1.9-2.1l0.1-0.3L1471.1,169.8
L1471.1,169.8z"/>
<path id="Path_26_2_" fill="#1A6D93" d="M1463.5,160c0.1,0.4,0.1,0.8,0.2,1.2c0.1,0.9,0.2,1.9,0.3,2.8c0.1,0.9,0.1,1.9,0,2.8
l1.1,1.4c0-0.3,0.1-0.6,0.1-0.9c0.2-2.1,0.1-4.1-0.2-6.2c-0.1-0.4-0.1-0.8-0.2-1.2c0-0.2-0.1-0.4-0.1-0.6l-1.2,0.3c0,0,0,0,0,0.1
C1463.5,159.9,1463.5,159.9,1463.5,160z"/>
<path id="Path_27_2_" fill="#1A6D93" d="M1463,172.6c-0.2,0.6-0.4,1.2-0.7,1.7c-0.3,0.8-0.8,1.5-1.5,2.1c-0.7,0.6-1.7,0.6-2.4,0
c-0.5-0.5-1-1.1-1.3-1.7c-0.6-1.2-1-2.5-1.3-3.9l0,0c0-0.1,0-0.2-0.1-0.2c-0.3-0.2-0.7-0.4-1.1-0.7c-0.1-0.1-0.2-0.1-0.3-0.2
c0,0.1,0,0.2,0,0.2c0,0.2,0.1,0.4,0.1,0.6c0.3,1.7,0.8,3.4,1.6,4.9c0.6,1.3,1.7,2.3,3.1,2.7h0.7c1.3-0.3,2.4-1.2,2.9-2.4
c0.2-0.3,0.3-0.5,0.4-0.8c0.2-0.4,0.4-0.9,0.5-1.3L1463,172.6z"/>
</g>
<g id="Group_17_1_" transform="translate(-22 -521)">
<circle id="Ellipse_6_2_" fill="#0D3547" cx="1214.1" cy="257" r="8"/>
<rect id="Rectangle_2_2_" x="1213.1" y="253" fill="#FFFFFF" width="2" height="8"/>
<rect id="Rectangle_3_2_" x="1210.1" y="256" fill="#FFFFFF" width="8" height="2"/>
</g>
<g id="Group_18_2_" transform="translate(-166 -521)">
<circle id="Ellipse_6-2_2_" fill="#0D3547" cx="1214.1" cy="257" r="8"/>
<rect id="Rectangle_2-2_2_" x="1213.1" y="253" fill="#FFFFFF" width="2" height="8"/>
<rect id="Rectangle_3-2_2_" x="1210.1" y="256" fill="#FFFFFF" width="8" height="2"/>
</g>
<g id="Group_75_3_" transform="translate(-22 -58)">
<circle id="Ellipse_6-3_4_" fill="#0D3547" cx="1214.1" cy="257" r="8"/>
<rect id="Rectangle_2-3_4_" x="1213.1" y="253" fill="#FFFFFF" width="2" height="8"/>
<rect id="Rectangle_3-3_4_" x="1210.1" y="256" fill="#FFFFFF" width="8" height="2"/>
</g>
<g id="Group_76_3_" transform="translate(-166 -58)">
<circle id="Ellipse_6-4_4_" fill="#0D3547" cx="1214.1" cy="257" r="8"/>
<rect id="Rectangle_2-4_4_" x="1213.1" y="253" fill="#FFFFFF" width="2" height="8"/>
<rect id="Rectangle_3-4_4_" x="1210.1" y="256" fill="#FFFFFF" width="8" height="2"/>
</g>
<g enable-background="new ">
<path fill="#0D3547" d="M1173.5,68h-3.2v-0.9l0.9-0.4v-4.6l-0.9-0.4v-0.9h3.2v0.9l-0.9,0.4v4.6l0.9,0.4V68z"/>
<path fill="#0D3547" d="M1181.1,68h-1.9l-3.1-5.4h0c0.1,1,0.1,1.6,0.1,2V68h-1.4v-7.1h1.9l3.1,5.3h0c0-0.9-0.1-1.6-0.1-2v-3.4
h1.4V68z"/>
<path fill="#0D3547" d="M1184.9,63.4c0.3,0,0.6,0,0.9,0.1s0.5,0.2,0.7,0.4c0.2,0.2,0.3,0.4,0.5,0.7c0.1,0.3,0.2,0.6,0.2,0.9
c0,0.4-0.1,0.7-0.2,1c-0.1,0.3-0.3,0.6-0.5,0.8c-0.2,0.2-0.5,0.4-0.9,0.5s-0.7,0.2-1.2,0.2c-0.2,0-0.4,0-0.5,0s-0.3,0-0.5-0.1
c-0.2,0-0.3-0.1-0.5-0.1c-0.1,0-0.3-0.1-0.4-0.2v-1.3c0.1,0.1,0.2,0.1,0.4,0.2c0.1,0.1,0.3,0.1,0.5,0.1c0.2,0,0.3,0.1,0.5,0.1
c0.2,0,0.3,0,0.5,0c0.4,0,0.8-0.1,1-0.3c0.2-0.2,0.3-0.5,0.3-0.9c0-0.4-0.1-0.6-0.3-0.8c-0.2-0.2-0.6-0.3-1-0.3
c-0.1,0-0.2,0-0.3,0c-0.1,0-0.2,0-0.3,0s-0.2,0-0.3,0.1c-0.1,0-0.2,0-0.2,0.1l-0.6-0.3l0.3-3.6h3.8v1.3h-2.5l-0.1,1.4
c0.1,0,0.2,0,0.4-0.1C1184.5,63.5,1184.7,63.4,1184.9,63.4z"/>
</g>
<g enable-background="new ">
<path fill="#0D3547" d="M1099.5,68h-3.2v-0.9l0.9-0.4v-4.6l-0.9-0.4v-0.9h3.2v0.9l-0.9,0.4v4.6l0.9,0.4V68z"/>
<path fill="#0D3547" d="M1107.1,68h-1.9l-3.1-5.4h0c0.1,1,0.1,1.6,0.1,2V68h-1.4v-7.1h1.9l3.1,5.3h0c0-0.9-0.1-1.6-0.1-2v-3.4
h1.4V68z"/>
<path fill="#0D3547" d="M1113.3,66.5h-0.9V68h-1.5v-1.5h-2.9v-1l3-4.6h1.4v4.5h0.9V66.5z M1110.9,65.3v-1.2c0,0,0-0.1,0-0.2
c0-0.1,0-0.2,0-0.3c0-0.1,0-0.2,0-0.3s0-0.2,0-0.3s0-0.2,0-0.3c0-0.1,0-0.1,0-0.2h0c-0.1,0.1-0.1,0.3-0.2,0.4s-0.2,0.3-0.3,0.5
l-1.2,1.8H1110.9z"/>
</g>
<g enable-background="new ">
<path fill="#0D3547" d="M1173.5,140h-3.2v-0.9l0.9-0.4v-4.6l-0.9-0.4v-0.9h3.2v0.9l-0.9,0.4v4.6l0.9,0.4V140z"/>
<path fill="#0D3547" d="M1181.1,140h-1.9l-3.1-5.4h0c0.1,1,0.1,1.6,0.1,2v3.4h-1.4v-7.1h1.9l3.1,5.3h0c0-0.9-0.1-1.6-0.1-2v-3.4
h1.4V140z"/>
<path fill="#0D3547" d="M1183,140l2.5-5.9h-3.3v-1.3h4.9v0.9l-2.6,6.2H1183z"/>
</g>
<g enable-background="new ">
<path fill="#0D3547" d="M1099.5,140h-3.2v-0.9l0.9-0.4v-4.6l-0.9-0.4v-0.9h3.2v0.9l-0.9,0.4v4.6l0.9,0.4V140z"/>
<path fill="#0D3547" d="M1107.1,140h-1.9l-3.1-5.4h0c0.1,1,0.1,1.6,0.1,2v3.4h-1.4v-7.1h1.9l3.1,5.3h0c0-0.9-0.1-1.6-0.1-2v-3.4
h1.4V140z"/>
<path fill="#0D3547" d="M1108.3,137c0-0.3,0-0.7,0.1-1c0-0.3,0.1-0.7,0.2-1c0.1-0.3,0.2-0.6,0.4-0.9c0.2-0.3,0.4-0.5,0.6-0.7
c0.3-0.2,0.6-0.4,0.9-0.5c0.4-0.1,0.8-0.2,1.2-0.2c0.1,0,0.1,0,0.2,0c0.1,0,0.2,0,0.2,0c0.1,0,0.2,0,0.2,0s0.1,0,0.2,0v1.2
c-0.1,0-0.3-0.1-0.4-0.1c-0.1,0-0.3,0-0.4,0c-0.4,0-0.8,0.1-1.1,0.2c-0.3,0.1-0.5,0.3-0.7,0.5s-0.3,0.4-0.4,0.7
c-0.1,0.3-0.1,0.6-0.1,0.9h0.1c0.1-0.1,0.1-0.2,0.2-0.3c0.1-0.1,0.2-0.2,0.3-0.3c0.1-0.1,0.3-0.1,0.4-0.2c0.2,0,0.3-0.1,0.5-0.1
c0.3,0,0.6,0.1,0.8,0.2c0.2,0.1,0.5,0.2,0.6,0.4s0.3,0.4,0.4,0.7c0.1,0.3,0.1,0.6,0.1,1c0,0.4-0.1,0.7-0.2,1
c-0.1,0.3-0.3,0.6-0.5,0.8c-0.2,0.2-0.4,0.4-0.7,0.5c-0.3,0.1-0.6,0.2-1,0.2c-0.4,0-0.7-0.1-1-0.2c-0.3-0.1-0.6-0.3-0.8-0.6
c-0.2-0.3-0.4-0.6-0.5-1C1108.4,138,1108.3,137.5,1108.3,137z M1110.8,138.9c0.1,0,0.3,0,0.4-0.1c0.1-0.1,0.2-0.1,0.3-0.2
c0.1-0.1,0.1-0.2,0.2-0.4s0.1-0.3,0.1-0.6c0-0.3-0.1-0.6-0.2-0.8c-0.1-0.2-0.4-0.3-0.7-0.3c-0.2,0-0.3,0-0.4,0.1
c-0.1,0.1-0.2,0.1-0.3,0.2s-0.2,0.2-0.2,0.3c0,0.1-0.1,0.2-0.1,0.4c0,0.2,0,0.3,0.1,0.5c0,0.2,0.1,0.3,0.2,0.4
c0.1,0.1,0.2,0.2,0.3,0.3S1110.7,138.9,1110.8,138.9z"/>
</g>
<g enable-background="new ">
<path fill="#0D3547" d="M1173.5-78h-3.2v-0.9l0.9-0.4v-4.6l-0.9-0.4v-0.9h3.2v0.9l-0.9,0.4v4.6l0.9,0.4V-78z"/>
<path fill="#0D3547" d="M1181.1-78h-1.9l-3.1-5.4h0c0.1,1,0.1,1.6,0.1,2v3.4h-1.4v-7.1h1.9l3.1,5.3h0c0-0.9-0.1-1.6-0.1-2v-3.4
h1.4V-78z"/>
<path fill="#0D3547" d="M1186-78h-1.5v-4.1c0-0.1,0-0.2,0-0.3c0-0.1,0-0.2,0-0.4c0-0.1,0-0.3,0-0.4s0-0.2,0-0.4c0,0,0,0-0.1,0.1
s-0.1,0.1-0.1,0.1c0,0-0.1,0.1-0.2,0.1c-0.1,0-0.1,0.1-0.2,0.1l-0.8,0.7l-0.7-0.9l2.3-1.8h1.2V-78z"/>
</g>
<g enable-background="new ">
<path fill="#0D3547" d="M1099.5-78h-3.2v-0.9l0.9-0.4v-4.6l-0.9-0.4v-0.9h3.2v0.9l-0.9,0.4v4.6l0.9,0.4V-78z"/>
<path fill="#0D3547" d="M1107.1-78h-1.9l-3.1-5.4h0c0.1,1,0.1,1.6,0.1,2v3.4h-1.4v-7.1h1.9l3.1,5.3h0c0-0.9-0.1-1.6-0.1-2v-3.4
h1.4V-78z"/>
<path fill="#0D3547" d="M1113.2-81.6c0,0.6,0,1.1-0.1,1.5c-0.1,0.5-0.2,0.8-0.4,1.2c-0.2,0.3-0.5,0.6-0.8,0.7
c-0.3,0.2-0.7,0.2-1.1,0.2c-0.4,0-0.8-0.1-1.1-0.2c-0.3-0.2-0.6-0.4-0.8-0.7c-0.2-0.3-0.4-0.7-0.5-1.2c-0.1-0.5-0.1-1-0.1-1.5
s0-1.1,0.1-1.5c0.1-0.5,0.2-0.8,0.4-1.2s0.4-0.6,0.8-0.7c0.3-0.2,0.7-0.3,1.1-0.3c0.4,0,0.8,0.1,1.1,0.2c0.3,0.2,0.6,0.4,0.8,0.7
s0.4,0.7,0.5,1.2C1113.1-82.7,1113.2-82.1,1113.2-81.6z M1109.8-81.6c0,0.8,0.1,1.4,0.2,1.8c0.1,0.4,0.4,0.6,0.7,0.6
c0.3,0,0.6-0.2,0.7-0.6c0.1-0.4,0.2-1,0.2-1.8c0-0.8-0.1-1.4-0.2-1.8c-0.1-0.4-0.4-0.6-0.7-0.6c-0.2,0-0.3,0.1-0.4,0.2
c-0.1,0.1-0.2,0.3-0.3,0.5c-0.1,0.2-0.1,0.5-0.2,0.8C1109.8-82.3,1109.8-82,1109.8-81.6z"/>
</g>
<g enable-background="new ">
<path fill="#0D3547" d="M1173.5-6h-3.2v-0.9l0.9-0.4v-4.6l-0.9-0.4v-0.9h3.2v0.9l-0.9,0.4v4.6l0.9,0.4V-6z"/>
<path fill="#0D3547" d="M1181.1-6h-1.9l-3.1-5.4h0c0.1,1,0.1,1.6,0.1,2V-6h-1.4v-7.1h1.9l3.1,5.3h0c0-0.9-0.1-1.6-0.1-2v-3.4h1.4
V-6z"/>
<path fill="#0D3547" d="M1186.9-11.5c0,0.2,0,0.5-0.1,0.7c-0.1,0.2-0.2,0.4-0.3,0.5c-0.1,0.1-0.3,0.3-0.5,0.4
c-0.2,0.1-0.4,0.2-0.6,0.2v0c0.6,0.1,1,0.2,1.3,0.5c0.3,0.3,0.4,0.7,0.4,1.1c0,0.3-0.1,0.6-0.2,0.9c-0.1,0.3-0.3,0.5-0.5,0.7
c-0.2,0.2-0.5,0.3-0.9,0.5c-0.4,0.1-0.8,0.2-1.2,0.2c-0.4,0-0.7,0-1.1-0.1c-0.3-0.1-0.7-0.2-0.9-0.3v-1.3
c0.1,0.1,0.3,0.1,0.5,0.2c0.2,0.1,0.3,0.1,0.5,0.1c0.2,0,0.3,0.1,0.5,0.1c0.2,0,0.3,0,0.4,0c0.3,0,0.5,0,0.7-0.1s0.3-0.1,0.4-0.2
c0.1-0.1,0.2-0.2,0.2-0.3c0-0.1,0.1-0.3,0.1-0.4c0-0.1,0-0.3-0.1-0.4c-0.1-0.1-0.2-0.2-0.3-0.3c-0.1-0.1-0.3-0.1-0.5-0.2
c-0.2,0-0.5-0.1-0.8-0.1h-0.5v-1.1h0.5c0.3,0,0.5,0,0.7-0.1c0.2-0.1,0.4-0.1,0.5-0.2c0.1-0.1,0.2-0.2,0.3-0.3s0.1-0.3,0.1-0.4
c0-0.3-0.1-0.5-0.2-0.6c-0.2-0.1-0.4-0.2-0.7-0.2c-0.2,0-0.3,0-0.4,0c-0.1,0-0.3,0.1-0.4,0.1c-0.1,0-0.2,0.1-0.3,0.2
c-0.1,0.1-0.2,0.1-0.3,0.2l-0.8-1c0.1-0.1,0.3-0.2,0.4-0.3s0.3-0.2,0.5-0.2c0.2-0.1,0.4-0.1,0.6-0.1c0.2,0,0.5-0.1,0.7-0.1
c0.4,0,0.7,0,1,0.1c0.3,0.1,0.5,0.2,0.7,0.3c0.2,0.1,0.4,0.3,0.5,0.5C1186.8-12.1,1186.9-11.8,1186.9-11.5z"/>
</g>
<g enable-background="new ">
<path fill="#0D3547" d="M1099.5-6h-3.2v-0.9l0.9-0.4v-4.6l-0.9-0.4v-0.9h3.2v0.9l-0.9,0.4v4.6l0.9,0.4V-6z"/>
<path fill="#0D3547" d="M1107.1-6h-1.9l-3.1-5.4h0c0.1,1,0.1,1.6,0.1,2V-6h-1.4v-7.1h1.9l3.1,5.3h0c0-0.9-0.1-1.6-0.1-2v-3.4h1.4
V-6z"/>
<path fill="#0D3547" d="M1113.2-6h-4.8v-1l1.7-1.8c0.2-0.2,0.4-0.4,0.6-0.6c0.2-0.2,0.3-0.4,0.4-0.6c0.1-0.2,0.2-0.4,0.3-0.6
s0.1-0.4,0.1-0.6c0-0.2-0.1-0.4-0.2-0.6c-0.1-0.1-0.3-0.2-0.6-0.2c-0.3,0-0.5,0.1-0.7,0.2c-0.2,0.1-0.5,0.3-0.7,0.5l-0.8-1
c0.1-0.1,0.3-0.3,0.5-0.4c0.2-0.1,0.3-0.2,0.5-0.3c0.2-0.1,0.4-0.2,0.6-0.2c0.2-0.1,0.5-0.1,0.8-0.1c0.3,0,0.6,0,0.9,0.1
c0.3,0.1,0.5,0.2,0.7,0.4c0.2,0.2,0.3,0.4,0.4,0.6s0.2,0.5,0.2,0.8c0,0.3,0,0.5-0.1,0.8c-0.1,0.3-0.2,0.5-0.4,0.8
c-0.2,0.2-0.4,0.5-0.6,0.7c-0.2,0.2-0.5,0.5-0.7,0.7l-0.9,0.9v0.1h2.9V-6z"/>
</g>
<g enable-background="new ">
<path fill="#715EC7" d="M1078.7-186h-3.2v-0.9l0.9-0.4v-4.6l-0.9-0.4v-0.9h3.2v0.9l-0.9,0.4v4.6l0.9,0.4V-186z"/>
<path fill="#715EC7" d="M1085.8-189.6c0,1.2-0.3,2.1-1,2.7s-1.6,0.9-2.9,0.9h-2v-7.1h2.2c1.2,0,2.1,0.3,2.7,0.9
S1085.8-190.7,1085.8-189.6z M1084.3-189.6c0-1.5-0.7-2.3-2-2.3h-0.8v4.6h0.6C1083.5-187.2,1084.3-188,1084.3-189.6z"/>
<path fill="#715EC7" d="M1090.3-192c-0.6,0-1,0.2-1.3,0.6c-0.3,0.4-0.5,1-0.5,1.8c0,1.6,0.6,2.4,1.8,2.4c0.5,0,1.1-0.1,1.8-0.4
v1.3c-0.6,0.2-1.2,0.4-2,0.4c-1,0-1.8-0.3-2.4-0.9c-0.5-0.6-0.8-1.5-0.8-2.7c0-0.7,0.1-1.4,0.4-2c0.3-0.6,0.7-1,1.2-1.3
c0.5-0.3,1.1-0.4,1.8-0.4c0.7,0,1.4,0.2,2.1,0.5l-0.5,1.2c-0.3-0.1-0.5-0.2-0.8-0.3C1090.9-191.9,1090.6-192,1090.3-192z"/>
<path fill="#715EC7" d="M1093.3-188.4v-1.2h2.6v1.2H1093.3z"/>
<path fill="#715EC7" d="M1097.3-193.1h2.2c1,0,1.7,0.1,2.2,0.4c0.5,0.3,0.7,0.7,0.7,1.4c0,0.4-0.1,0.8-0.3,1s-0.5,0.4-0.8,0.5v0
c0.5,0.1,0.8,0.3,1,0.6s0.3,0.6,0.3,1.1c0,0.7-0.2,1.2-0.7,1.5c-0.5,0.4-1.1,0.5-1.9,0.5h-2.7V-193.1z M1098.9-190.3h0.9
c0.4,0,0.7-0.1,0.9-0.2c0.2-0.1,0.3-0.3,0.3-0.6c0-0.3-0.1-0.5-0.3-0.6c-0.2-0.1-0.5-0.2-1-0.2h-0.8V-190.3z M1098.9-189.1v1.9h1
c0.4,0,0.7-0.1,0.9-0.2c0.2-0.2,0.3-0.4,0.3-0.7c0-0.6-0.4-0.9-1.3-0.9H1098.9z"/>
<path fill="#715EC7" d="M1110.4-186h-1.9l-3.1-5.4h0c0.1,1,0.1,1.6,0.1,2v3.4h-1.4v-7.1h1.9l3.1,5.3h0c0-0.9-0.1-1.6-0.1-2v-3.4
h1.4V-186z"/>
<path fill="#715EC7" d="M1115.2-192c-0.6,0-1,0.2-1.3,0.6c-0.3,0.4-0.5,1-0.5,1.8c0,1.6,0.6,2.4,1.8,2.4c0.5,0,1.1-0.1,1.8-0.4
v1.3c-0.6,0.2-1.2,0.4-2,0.4c-1,0-1.8-0.3-2.4-0.9c-0.5-0.6-0.8-1.5-0.8-2.7c0-0.7,0.1-1.4,0.4-2c0.3-0.6,0.7-1,1.2-1.3
c0.5-0.3,1.1-0.4,1.8-0.4c0.7,0,1.4,0.2,2.1,0.5l-0.5,1.2c-0.3-0.1-0.5-0.2-0.8-0.3C1115.7-191.9,1115.5-192,1115.2-192z"/>
<path fill="#715EC7" d="M1125.5-186l-0.5-1.7h-2.6l-0.5,1.7h-1.6l2.5-7.2h1.9l2.5,7.2H1125.5z M1124.6-189
c-0.5-1.5-0.7-2.4-0.8-2.6c-0.1-0.2-0.1-0.4-0.1-0.5c-0.1,0.4-0.4,1.4-0.9,3.1H1124.6z"/>
<path fill="#715EC7" d="M1134-189.6c0,1.2-0.3,2.1-1,2.7s-1.6,0.9-2.9,0.9h-2v-7.1h2.2c1.2,0,2.1,0.3,2.7,0.9
S1134-190.7,1134-189.6z M1132.4-189.6c0-1.5-0.7-2.3-2-2.3h-0.8v4.6h0.6C1131.7-187.2,1132.4-188,1132.4-189.6z"/>
<path fill="#715EC7" d="M1139.7-186l-0.5-1.7h-2.6l-0.5,1.7h-1.6l2.5-7.2h1.9l2.5,7.2H1139.7z M1138.9-189
c-0.5-1.5-0.7-2.4-0.8-2.6c-0.1-0.2-0.1-0.4-0.1-0.5c-0.1,0.4-0.4,1.4-0.9,3.1H1138.9z"/>
<path fill="#715EC7" d="M1147.2-190.9c0,0.8-0.2,1.4-0.7,1.8c-0.5,0.4-1.2,0.6-2,0.6h-0.6v2.5h-1.5v-7.1h2.3c0.9,0,1.5,0.2,2,0.6
C1147-192.2,1147.2-191.7,1147.2-190.9z M1143.8-189.8h0.5c0.5,0,0.8-0.1,1-0.3c0.2-0.2,0.3-0.5,0.3-0.8c0-0.4-0.1-0.6-0.3-0.8
c-0.2-0.2-0.5-0.3-0.9-0.3h-0.7V-189.8z"/>
<path fill="#715EC7" d="M1151.3-186h-1.5v-5.9h-1.9v-1.3h5.4v1.3h-1.9V-186z"/>
<path fill="#715EC7" d="M1158.4-186h-4.1v-7.1h4.1v1.2h-2.6v1.6h2.4v1.2h-2.4v1.8h2.6V-186z"/>
<path fill="#715EC7" d="M1161.4-188.7v2.7h-1.5v-7.1h2.1c1,0,1.7,0.2,2.2,0.5c0.5,0.4,0.7,0.9,0.7,1.6c0,0.4-0.1,0.8-0.3,1.1
c-0.2,0.3-0.6,0.6-1,0.8l2.1,3.1h-1.7l-1.7-2.7H1161.4z M1161.4-190h0.5c0.5,0,0.8-0.1,1.1-0.2c0.2-0.2,0.3-0.4,0.3-0.8
c0-0.3-0.1-0.6-0.3-0.7c-0.2-0.1-0.6-0.2-1.1-0.2h-0.5V-190z"/>
</g>
<g id="Group_1_17_" transform="translate(-586.339 -462.537) rotate(-90)">
<g>
<path fill="#715EC7" d="M-346.8,1663.6h2.2v-7.6h-2.3c0.3,1.3,0.5,2.6,0.5,4C-346.5,1661.2-346.6,1662.4-346.8,1663.6z"/>
<path fill="#715EC7" d="M-380.9,1656h-2.6v7.6h2.5c-0.2-1.2-0.4-2.4-0.4-3.6C-381.4,1658.6-381.2,1657.3-380.9,1656z"/>
<path fill="none" d="M-374.5,1670.6c2.8,2.8,6.6,4.4,10.6,4.4c4,0,7.8-1.6,10.6-4.4c2-2,3.3-4.4,3.9-7h-29
C-377.8,1666.2-376.4,1668.6-374.5,1670.6z"/>
<path fill="none" d="M-353.4,1649.4c-2.8-2.8-6.6-4.4-10.6-4.4c-4,0-7.8,1.6-10.6,4.4c-1.9,1.9-3.2,4.2-3.9,6.6h28.8
C-350.2,1653.5-351.5,1651.2-353.4,1649.4z"/>
<path fill="#715EC7" d="M-364,1677.4c8.4,0,15.4-6,17-13.8h-2.6c-0.6,2.6-2,5-3.9,7c-2.8,2.8-6.6,4.4-10.6,4.4
c-4,0-7.8-1.6-10.6-4.4c-2-2-3.3-4.4-3.9-7h-2.6C-379.3,1671.5-372.3,1677.4-364,1677.4z"/>
<path fill="#715EC7" d="M-374.5,1649.4c2.8-2.8,6.6-4.4,10.6-4.4c4,0,7.8,1.6,10.6,4.4c1.9,1.9,3.2,4.2,3.9,6.6h2.6
c-1.8-7.7-8.7-13.4-16.9-13.4s-15.1,5.8-16.9,13.4h2.6C-377.6,1653.5-376.3,1651.2-374.5,1649.4z"/>
<path fill="#715EC7" d="M-349,1660c0,1.2-0.2,2.4-0.5,3.6h2.6c0.2-1.2,0.4-2.4,0.4-3.6c0-1.4-0.2-2.7-0.5-4h-2.6
C-349.2,1657.3-349,1658.6-349,1660z"/>
<path fill="#715EC7" d="M-378.9,1660c0-1.4,0.2-2.7,0.5-4h-2.6c-0.3,1.3-0.5,2.6-0.5,4c0,1.2,0.1,2.4,0.4,3.6h2.6
C-378.7,1662.4-378.9,1661.2-378.9,1660z"/>
</g>
<g id="Ellipse_2_17_" transform="translate(-221.642 335.358)">
<circle fill="none" cx="-142.5" cy="1324.4" r="10.6"/>
<circle fill="none" stroke="#0D3547" stroke-width="7" cx="-142.5" cy="1324.4" r="6.2"/>
</g>
</g>
<g id="Group_1_18_" transform="translate(-586.339 -462.537) rotate(-90)">
<g>
<path fill="#715EC7" d="M-346.8,1737.3h2.2v-7.6h-2.3c0.3,1.3,0.5,2.6,0.5,4C-346.5,1735-346.6,1736.1-346.8,1737.3z"/>
<path fill="#715EC7" d="M-380.9,1729.8h-2.6v7.6h2.5c-0.2-1.2-0.4-2.4-0.4-3.6C-381.4,1732.4-381.2,1731.1-380.9,1729.8z"/>
<path fill="none" d="M-374.5,1744.3c2.8,2.8,6.6,4.4,10.6,4.4c4,0,7.8-1.6,10.6-4.4c2-2,3.3-4.4,3.9-7h-29
C-377.8,1739.9-376.4,1742.3-374.5,1744.3z"/>
<path fill="none" d="M-353.4,1723.2c-2.8-2.8-6.6-4.4-10.6-4.4c-4,0-7.8,1.6-10.6,4.4c-1.9,1.9-3.2,4.2-3.9,6.6h28.8
C-350.2,1727.3-351.5,1725-353.4,1723.2z"/>
<path fill="#715EC7" d="M-364,1751.2c8.4,0,15.4-6,17-13.8h-2.6c-0.6,2.6-2,5-3.9,7c-2.8,2.8-6.6,4.4-10.6,4.4
c-4,0-7.8-1.6-10.6-4.4c-2-2-3.3-4.4-3.9-7h-2.6C-379.3,1745.2-372.3,1751.2-364,1751.2z"/>
<path fill="#715EC7" d="M-374.5,1723.2c2.8-2.8,6.6-4.4,10.6-4.4c4,0,7.8,1.6,10.6,4.4c1.9,1.9,3.2,4.2,3.9,6.6h2.6
c-1.8-7.7-8.7-13.4-16.9-13.4s-15.1,5.8-16.9,13.4h2.6C-377.6,1727.3-376.3,1725-374.5,1723.2z"/>
<path fill="#715EC7" d="M-349,1733.8c0,1.2-0.2,2.4-0.5,3.6h2.6c0.2-1.2,0.4-2.4,0.4-3.6c0-1.4-0.2-2.7-0.5-4h-2.6
C-349.2,1731.1-349,1732.4-349,1733.8z"/>
<path fill="#715EC7" d="M-378.9,1733.8c0-1.4,0.2-2.7,0.5-4h-2.6c-0.3,1.3-0.5,2.6-0.5,4c0,1.2,0.1,2.4,0.4,3.6h2.6
C-378.7,1736.1-378.9,1735-378.9,1733.8z"/>
</g>
<g id="Ellipse_2_18_" transform="translate(-221.642 335.358)">
<circle fill="none" cx="-142.5" cy="1398.2" r="10.6"/>
<circle fill="none" stroke="#0D3547" stroke-width="7" cx="-142.5" cy="1398.2" r="6.2"/>
</g>
</g>
<g id="Group_1_20_" transform="translate(-586.339 -462.537) rotate(-90)">
<g>
<path fill="#715EC7" d="M-419.6,1663.6h2.2v-7.6h-2.3c0.3,1.3,0.5,2.6,0.5,4C-419.3,1661.2-419.4,1662.4-419.6,1663.6z"/>
<path fill="#715EC7" d="M-453.7,1656h-2.6v7.6h2.5c-0.2-1.2-0.4-2.4-0.4-3.6C-454.2,1658.6-454,1657.3-453.7,1656z"/>
<path fill="none" d="M-447.3,1670.6c2.8,2.8,6.6,4.4,10.6,4.4s7.8-1.6,10.6-4.4c2-2,3.3-4.4,3.9-7h-29
C-450.6,1666.2-449.2,1668.6-447.3,1670.6z"/>
<path fill="none" d="M-426.2,1649.4c-2.8-2.8-6.6-4.4-10.6-4.4s-7.8,1.6-10.6,4.4c-1.9,1.9-3.2,4.2-3.9,6.6h28.8
C-423,1653.5-424.3,1651.2-426.2,1649.4z"/>
<path fill="#715EC7" d="M-436.7,1677.4c8.4,0,15.4-6,17-13.8h-2.6c-0.6,2.6-2,5-3.9,7c-2.8,2.8-6.6,4.4-10.6,4.4
s-7.8-1.6-10.6-4.4c-2-2-3.3-4.4-3.9-7h-2.6C-452.1,1671.5-445.1,1677.4-436.7,1677.4z"/>
<path fill="#715EC7" d="M-447.3,1649.4c2.8-2.8,6.6-4.4,10.6-4.4s7.8,1.6,10.6,4.4c1.9,1.9,3.2,4.2,3.9,6.6h2.6
c-1.8-7.7-8.7-13.4-16.9-13.4s-15.1,5.8-16.9,13.4h2.6C-450.4,1653.5-449.1,1651.2-447.3,1649.4z"/>
<path fill="#715EC7" d="M-421.8,1660c0,1.2-0.2,2.4-0.5,3.6h2.6c0.2-1.2,0.4-2.4,0.4-3.6c0-1.4-0.2-2.7-0.5-4h-2.6
C-422,1657.3-421.8,1658.6-421.8,1660z"/>
<path fill="#715EC7" d="M-451.7,1660c0-1.4,0.2-2.7,0.5-4h-2.6c-0.3,1.3-0.5,2.6-0.5,4c0,1.2,0.1,2.4,0.4,3.6h2.6
C-451.5,1662.4-451.7,1661.2-451.7,1660z"/>
</g>
<g id="Ellipse_2_20_" transform="translate(-221.642 335.358)">
<circle fill="none" cx="-215.2" cy="1324.4" r="10.6"/>
<circle fill="none" stroke="#0D3547" stroke-width="7" cx="-215.2" cy="1324.4" r="6.2"/>
</g>
</g>
<g id="Group_1_19_" transform="translate(-586.339 -462.537) rotate(-90)">
<g>
<path fill="#715EC7" d="M-419.6,1737.3h2.2v-7.6h-2.3c0.3,1.3,0.5,2.6,0.5,4C-419.3,1735-419.4,1736.1-419.6,1737.3z"/>
<path fill="#715EC7" d="M-453.7,1729.8h-2.6v7.6h2.5c-0.2-1.2-0.4-2.4-0.4-3.6C-454.2,1732.4-454,1731.1-453.7,1729.8z"/>
<path fill="none" d="M-447.3,1744.3c2.8,2.8,6.6,4.4,10.6,4.4s7.8-1.6,10.6-4.4c2-2,3.3-4.4,3.9-7h-29
C-450.6,1739.9-449.2,1742.3-447.3,1744.3z"/>
<path fill="none" d="M-426.2,1723.2c-2.8-2.8-6.6-4.4-10.6-4.4s-7.8,1.6-10.6,4.4c-1.9,1.9-3.2,4.2-3.9,6.6h28.8
C-423,1727.3-424.3,1725-426.2,1723.2z"/>
<path fill="#715EC7" d="M-436.7,1751.2c8.4,0,15.4-6,17-13.8h-2.6c-0.6,2.6-2,5-3.9,7c-2.8,2.8-6.6,4.4-10.6,4.4
s-7.8-1.6-10.6-4.4c-2-2-3.3-4.4-3.9-7h-2.6C-452.1,1745.2-445.1,1751.2-436.7,1751.2z"/>
<path fill="#715EC7" d="M-447.3,1723.2c2.8-2.8,6.6-4.4,10.6-4.4s7.8,1.6,10.6,4.4c1.9,1.9,3.2,4.2,3.9,6.6h2.6
c-1.8-7.7-8.7-13.4-16.9-13.4s-15.1,5.8-16.9,13.4h2.6C-450.4,1727.3-449.1,1725-447.3,1723.2z"/>
<path fill="#715EC7" d="M-421.8,1733.8c0,1.2-0.2,2.4-0.5,3.6h2.6c0.2-1.2,0.4-2.4,0.4-3.6c0-1.4-0.2-2.7-0.5-4h-2.6
C-422,1731.1-421.8,1732.4-421.8,1733.8z"/>
<path fill="#715EC7" d="M-451.7,1733.8c0-1.4,0.2-2.7,0.5-4h-2.6c-0.3,1.3-0.5,2.6-0.5,4c0,1.2,0.1,2.4,0.4,3.6h2.6
C-451.5,1736.1-451.7,1735-451.7,1733.8z"/>
</g>
<g id="Ellipse_2_19_" transform="translate(-221.642 335.358)">
<circle fill="none" cx="-215.2" cy="1398.2" r="10.6"/>
<circle fill="none" stroke="#0D3547" stroke-width="7" cx="-215.2" cy="1398.2" r="6.2"/>
</g>
</g>
<g id="Group_1_16_" transform="translate(-586.339 -462.537) rotate(-90)">
<g>
<path fill="#715EC7" d="M-493.3,1663.6h2.2v-7.6h-2.3c0.3,1.3,0.5,2.6,0.5,4C-493,1661.2-493.1,1662.4-493.3,1663.6z"/>
<path fill="#715EC7" d="M-527.4,1656h-2.6v7.6h2.5c-0.2-1.2-0.4-2.4-0.4-3.6C-527.9,1658.6-527.7,1657.3-527.4,1656z"/>
<path fill="none" d="M-521,1670.6c2.8,2.8,6.6,4.4,10.6,4.4s7.8-1.6,10.6-4.4c2-2,3.3-4.4,3.9-7h-29
C-524.3,1666.2-522.9,1668.6-521,1670.6z"/>
<path fill="none" d="M-499.9,1649.4c-2.8-2.8-6.6-4.4-10.6-4.4s-7.8,1.6-10.6,4.4c-1.9,1.9-3.2,4.2-3.9,6.6h28.8
C-496.7,1653.5-498,1651.2-499.9,1649.4z"/>
<path fill="#715EC7" d="M-510.4,1677.4c8.4,0,15.4-6,17-13.8h-2.6c-0.6,2.6-2,5-3.9,7c-2.8,2.8-6.6,4.4-10.6,4.4
s-7.8-1.6-10.6-4.4c-2-2-3.3-4.4-3.9-7h-2.6C-525.8,1671.5-518.8,1677.4-510.4,1677.4z"/>
<path fill="#715EC7" d="M-521,1649.4c2.8-2.8,6.6-4.4,10.6-4.4s7.8,1.6,10.6,4.4c1.9,1.9,3.2,4.2,3.9,6.6h2.6
c-1.8-7.7-8.7-13.4-16.9-13.4c-8.3,0-15.1,5.8-16.9,13.4h2.6C-524.1,1653.5-522.8,1651.2-521,1649.4z"/>
<path fill="#715EC7" d="M-495.5,1660c0,1.2-0.2,2.4-0.5,3.6h2.6c0.2-1.2,0.4-2.4,0.4-3.6c0-1.4-0.2-2.7-0.5-4h-2.6
C-495.7,1657.3-495.5,1658.6-495.5,1660z"/>
<path fill="#715EC7" d="M-525.4,1660c0-1.4,0.2-2.7,0.5-4h-2.6c-0.3,1.3-0.5,2.6-0.5,4c0,1.2,0.1,2.4,0.4,3.6h2.6
C-525.2,1662.4-525.4,1661.2-525.4,1660z"/>
</g>
<g id="Ellipse_2_16_" transform="translate(-221.642 335.358)">
<circle fill="none" cx="-288.9" cy="1324.4" r="10.6"/>
<circle fill="none" stroke="#0D3547" stroke-width="7" cx="-288.9" cy="1324.4" r="6.2"/>
</g>
</g>
<g id="Group_1_15_" transform="translate(-586.339 -462.537) rotate(-90)">
<g>
<path fill="#715EC7" d="M-493.3,1737.3h2.2v-7.6h-2.3c0.3,1.3,0.5,2.6,0.5,4C-493,1735-493.1,1736.1-493.3,1737.3z"/>
<path fill="#715EC7" d="M-527.4,1729.8h-2.6v7.6h2.5c-0.2-1.2-0.4-2.4-0.4-3.6C-527.9,1732.4-527.7,1731.1-527.4,1729.8z"/>
<path fill="none" d="M-521,1744.3c2.8,2.8,6.6,4.4,10.6,4.4s7.8-1.6,10.6-4.4c2-2,3.3-4.4,3.9-7h-29
C-524.3,1739.9-522.9,1742.3-521,1744.3z"/>
<path fill="none" d="M-499.9,1723.2c-2.8-2.8-6.6-4.4-10.6-4.4s-7.8,1.6-10.6,4.4c-1.9,1.9-3.2,4.2-3.9,6.6h28.8
C-496.7,1727.3-498,1725-499.9,1723.2z"/>
<path fill="#715EC7" d="M-510.4,1751.2c8.4,0,15.4-6,17-13.8h-2.6c-0.6,2.6-2,5-3.9,7c-2.8,2.8-6.6,4.4-10.6,4.4
s-7.8-1.6-10.6-4.4c-2-2-3.3-4.4-3.9-7h-2.6C-525.8,1745.2-518.8,1751.2-510.4,1751.2z"/>
<path fill="#715EC7" d="M-521,1723.2c2.8-2.8,6.6-4.4,10.6-4.4s7.8,1.6,10.6,4.4c1.9,1.9,3.2,4.2,3.9,6.6h2.6
c-1.8-7.7-8.7-13.4-16.9-13.4c-8.3,0-15.1,5.8-16.9,13.4h2.6C-524.1,1727.3-522.8,1725-521,1723.2z"/>
<path fill="#715EC7" d="M-495.5,1733.8c0,1.2-0.2,2.4-0.5,3.6h2.6c0.2-1.2,0.4-2.4,0.4-3.6c0-1.4-0.2-2.7-0.5-4h-2.6
C-495.7,1731.1-495.5,1732.4-495.5,1733.8z"/>
<path fill="#715EC7" d="M-525.4,1733.8c0-1.4,0.2-2.7,0.5-4h-2.6c-0.3,1.3-0.5,2.6-0.5,4c0,1.2,0.1,2.4,0.4,3.6h2.6
C-525.2,1736.1-525.4,1735-525.4,1733.8z"/>
</g>
<g id="Ellipse_2_15_" transform="translate(-221.642 335.358)">
<circle fill="none" cx="-288.9" cy="1398.2" r="10.6"/>
<circle fill="none" stroke="#0D3547" stroke-width="7" cx="-288.9" cy="1398.2" r="6.2"/>
</g>
</g>
<g id="Group_1_14_" transform="translate(-586.339 -462.537) rotate(-90)">
<g>
<path fill="#715EC7" d="M-566,1663.6h2.2v-7.6h-2.3c0.3,1.3,0.5,2.6,0.5,4C-565.7,1661.2-565.8,1662.4-566,1663.6z"/>
<path fill="#715EC7" d="M-600.1,1656h-2.6v7.6h2.5c-0.2-1.2-0.4-2.4-0.4-3.6C-600.6,1658.6-600.4,1657.3-600.1,1656z"/>
<path fill="none" d="M-593.7,1670.6c2.8,2.8,6.6,4.4,10.6,4.4s7.8-1.6,10.6-4.4c2-2,3.3-4.4,3.9-7h-29
C-597,1666.2-595.6,1668.6-593.7,1670.6z"/>
<path fill="none" d="M-572.6,1649.4c-2.8-2.8-6.6-4.4-10.6-4.4s-7.8,1.6-10.6,4.4c-1.9,1.9-3.2,4.2-3.9,6.6h28.8
C-569.4,1653.5-570.7,1651.2-572.6,1649.4z"/>
<path fill="#715EC7" d="M-583.2,1677.4c8.4,0,15.4-6,17-13.8h-2.6c-0.6,2.6-2,5-3.9,7c-2.8,2.8-6.6,4.4-10.6,4.4
s-7.8-1.6-10.6-4.4c-2-2-3.3-4.4-3.9-7h-2.6C-598.5,1671.5-591.5,1677.4-583.2,1677.4z"/>
<path fill="#715EC7" d="M-593.7,1649.4c2.8-2.8,6.6-4.4,10.6-4.4s7.8,1.6,10.6,4.4c1.9,1.9,3.2,4.2,3.9,6.6h2.6
c-1.8-7.7-8.7-13.4-16.9-13.4s-15.1,5.8-16.9,13.4h2.6C-596.8,1653.5-595.5,1651.2-593.7,1649.4z"/>
<path fill="#715EC7" d="M-568.2,1660c0,1.2-0.2,2.4-0.5,3.6h2.6c0.2-1.2,0.4-2.4,0.4-3.6c0-1.4-0.2-2.7-0.5-4h-2.6
C-568.4,1657.3-568.2,1658.6-568.2,1660z"/>
<path fill="#715EC7" d="M-598.1,1660c0-1.4,0.2-2.7,0.5-4h-2.6c-0.3,1.3-0.5,2.6-0.5,4c0,1.2,0.1,2.4,0.4,3.6h2.6
C-597.9,1662.4-598.1,1661.2-598.1,1660z"/>
</g>
<g id="Ellipse_2_14_" transform="translate(-221.642 335.358)">
<circle fill="none" cx="-361.7" cy="1324.4" r="10.6"/>
<circle fill="none" stroke="#0D3547" stroke-width="7" cx="-361.7" cy="1324.4" r="6.2"/>
</g>
</g>
<g id="Group_1_13_" transform="translate(-586.339 -462.537) rotate(-90)">
<g>
<path fill="#715EC7" d="M-566,1737.3h2.2v-7.6h-2.3c0.3,1.3,0.5,2.6,0.5,4C-565.7,1735-565.8,1736.1-566,1737.3z"/>
<path fill="#715EC7" d="M-600.1,1729.8h-2.6v7.6h2.5c-0.2-1.2-0.4-2.4-0.4-3.6C-600.6,1732.4-600.4,1731.1-600.1,1729.8z"/>
<path fill="none" d="M-593.7,1744.3c2.8,2.8,6.6,4.4,10.6,4.4s7.8-1.6,10.6-4.4c2-2,3.3-4.4,3.9-7h-29
C-597,1739.9-595.6,1742.3-593.7,1744.3z"/>
<path fill="none" d="M-572.6,1723.2c-2.8-2.8-6.6-4.4-10.6-4.4s-7.8,1.6-10.6,4.4c-1.9,1.9-3.2,4.2-3.9,6.6h28.8
C-569.4,1727.3-570.7,1725-572.6,1723.2z"/>
<path fill="#715EC7" d="M-583.2,1751.2c8.4,0,15.4-6,17-13.8h-2.6c-0.6,2.6-2,5-3.9,7c-2.8,2.8-6.6,4.4-10.6,4.4
s-7.8-1.6-10.6-4.4c-2-2-3.3-4.4-3.9-7h-2.6C-598.5,1745.2-591.5,1751.2-583.2,1751.2z"/>
<path fill="#715EC7" d="M-593.7,1723.2c2.8-2.8,6.6-4.4,10.6-4.4s7.8,1.6,10.6,4.4c1.9,1.9,3.2,4.2,3.9,6.6h2.6
c-1.8-7.7-8.7-13.4-16.9-13.4s-15.1,5.8-16.9,13.4h2.6C-596.8,1727.3-595.5,1725-593.7,1723.2z"/>
<path fill="#715EC7" d="M-568.2,1733.8c0,1.2-0.2,2.4-0.5,3.6h2.6c0.2-1.2,0.4-2.4,0.4-3.6c0-1.4-0.2-2.7-0.5-4h-2.6
C-568.4,1731.1-568.2,1732.4-568.2,1733.8z"/>
<path fill="#715EC7" d="M-598.1,1733.8c0-1.4,0.2-2.7,0.5-4h-2.6c-0.3,1.3-0.5,2.6-0.5,4c0,1.2,0.1,2.4,0.4,3.6h2.6
C-597.9,1736.1-598.1,1735-598.1,1733.8z"/>
</g>
<g id="Ellipse_2_13_" transform="translate(-221.642 335.358)">
<circle fill="none" cx="-361.7" cy="1398.2" r="10.6"/>
<circle fill="none" stroke="#0D3547" stroke-width="7" cx="-361.7" cy="1398.2" r="6.2"/>
</g>
</g>
</g>
</g>
<g id="HD68">
</g>
<g id="Clocker">
</g>
<g id="Koster">
</g>
<g id="EEM_Octal">
</g>
<g id="EEM16x">
</g>
<g id="BNC_DIO__x28_new_x29_">
</g>
<g id="Urukul_2_">
</g>
<g id="Stabiliser">
</g>
</svg>

After

Width:  |  Height:  |  Size: 32 KiB

View File

@ -0,0 +1,228 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 18.1.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
viewBox="2099.1 152 90 500" enable-background="new 2099.1 152 90 500" xml:space="preserve">
<g id="Kasli">
</g>
<g id="Kasli_with_backplane">
</g>
<g id="zotino">
</g>
<g id="Novo">
</g>
<g id="IDC_BNC_adapter_copy">
</g>
<g id="HD68">
</g>
<g id="Clocker">
</g>
<g id="Koster">
<g id="Group_126" transform="translate(842 443)">
<g id="Rectangle_1_8_" transform="translate(-842 -443)">
<rect x="2099.1" y="152" fill="#FFFFFF" width="90" height="500"/>
<rect x="2100.1" y="153" fill="none" stroke="#0D3547" stroke-width="2" width="88" height="498"/>
</g>
<g enable-background="new ">
<path fill="#715EC7" d="M1292.2-195h-1.7l-1.9-3l-0.6,0.5v2.5h-1.5v-7.1h1.5v3.3l0.6-0.8l1.9-2.4h1.7l-2.5,3.2L1292.2-195z"/>
<path fill="#715EC7" d="M1297.9-197.7c0,0.9-0.2,1.6-0.7,2.1s-1.1,0.8-2,0.8c-0.5,0-1-0.1-1.4-0.3c-0.4-0.2-0.7-0.6-0.9-1
s-0.3-0.9-0.3-1.5c0-0.9,0.2-1.6,0.7-2.1s1.1-0.7,2-0.7c0.5,0,1,0.1,1.4,0.3s0.7,0.6,0.9,1S1297.9-198.3,1297.9-197.7z
M1294.1-197.7c0,0.5,0.1,0.9,0.3,1.2c0.2,0.3,0.5,0.4,0.9,0.4c0.4,0,0.7-0.1,0.9-0.4c0.2-0.3,0.3-0.7,0.3-1.2
c0-0.5-0.1-0.9-0.3-1.2s-0.5-0.4-0.9-0.4c-0.4,0-0.7,0.1-0.9,0.4C1294.2-198.7,1294.1-198.3,1294.1-197.7z"/>
<path fill="#715EC7" d="M1303-196.6c0,0.6-0.2,1-0.6,1.3c-0.4,0.3-1,0.4-1.7,0.4c-0.4,0-0.7,0-1-0.1c-0.3-0.1-0.5-0.1-0.8-0.2
v-1.2c0.3,0.1,0.6,0.2,0.9,0.3c0.3,0.1,0.7,0.1,0.9,0.1c0.5,0,0.8-0.2,0.8-0.5c0-0.1,0-0.2-0.1-0.3c-0.1-0.1-0.2-0.2-0.4-0.2
c-0.2-0.1-0.4-0.2-0.7-0.3c-0.4-0.2-0.7-0.3-0.9-0.5c-0.2-0.1-0.3-0.3-0.4-0.5c-0.1-0.2-0.1-0.4-0.1-0.7c0-0.5,0.2-0.9,0.6-1.1
c0.4-0.3,0.9-0.4,1.6-0.4c0.7,0,1.3,0.1,1.9,0.4l-0.4,1.1c-0.3-0.1-0.5-0.2-0.8-0.3s-0.5-0.1-0.7-0.1c-0.4,0-0.7,0.1-0.7,0.4
c0,0.1,0.1,0.2,0.2,0.3c0.1,0.1,0.5,0.2,0.9,0.4c0.4,0.2,0.7,0.3,0.9,0.5c0.2,0.1,0.3,0.3,0.4,0.5S1303-196.9,1303-196.6z"/>
<path fill="#715EC7" d="M1306.4-196.1c0.3,0,0.6-0.1,0.9-0.2v1.1c-0.4,0.2-0.8,0.2-1.4,0.2c-0.6,0-1-0.2-1.3-0.5
c-0.3-0.3-0.4-0.8-0.4-1.4v-2.6h-0.7v-0.6l0.8-0.5l0.4-1.2h1v1.2h1.5v1.1h-1.5v2.6c0,0.2,0.1,0.4,0.2,0.5
C1306.1-196.1,1306.2-196.1,1306.4-196.1z"/>
<path fill="#715EC7" d="M1310.9-194.9c-0.9,0-1.6-0.2-2.1-0.7s-0.7-1.2-0.7-2.1c0-0.9,0.2-1.6,0.7-2.1c0.5-0.5,1.1-0.7,1.9-0.7
c0.8,0,1.4,0.2,1.8,0.7s0.6,1,0.6,1.8v0.7h-3.5c0,0.4,0.1,0.8,0.4,1s0.6,0.4,1,0.4c0.3,0,0.6,0,0.9-0.1s0.6-0.2,0.9-0.3v1.2
c-0.3,0.1-0.5,0.2-0.8,0.3C1311.7-194.9,1311.4-194.9,1310.9-194.9z M1310.7-199.5c-0.3,0-0.6,0.1-0.7,0.3
c-0.2,0.2-0.3,0.5-0.3,0.9h2.1c0-0.4-0.1-0.7-0.3-0.9C1311.3-199.4,1311-199.5,1310.7-199.5z"/>
<path fill="#715EC7" d="M1317.4-200.6c0.2,0,0.4,0,0.5,0l-0.1,1.4c-0.1,0-0.3,0-0.4,0c-0.5,0-0.8,0.1-1.1,0.4
c-0.3,0.2-0.4,0.6-0.4,1v2.8h-1.5v-5.5h1.1l0.2,0.9h0.1c0.2-0.3,0.4-0.6,0.7-0.7C1316.8-200.5,1317.1-200.6,1317.4-200.6z"/>
</g>
<g enable-background="new ">
<path fill="#0D3547" d="M1271.8-177.9c-1.7,0-2.5-0.9-2.5-2.8c0-0.9,0.2-1.6,0.7-2.1c0.5-0.5,1.1-0.7,2-0.7
c0.6,0,1.2,0.1,1.7,0.4l-0.4,1.2c-0.2-0.1-0.5-0.2-0.7-0.2c-0.2-0.1-0.4-0.1-0.6-0.1c-0.8,0-1.2,0.5-1.2,1.7
c0,1.1,0.4,1.6,1.2,1.6c0.3,0,0.6,0,0.8-0.1c0.2-0.1,0.5-0.2,0.7-0.4v1.3c-0.2,0.2-0.5,0.3-0.7,0.3
C1272.5-177.9,1272.2-177.9,1271.8-177.9z"/>
<path fill="#0D3547" d="M1278.2-178l-0.3-0.7h0c-0.2,0.3-0.5,0.5-0.8,0.7c-0.3,0.1-0.6,0.2-1,0.2c-0.5,0-0.9-0.1-1.2-0.4
c-0.3-0.3-0.5-0.7-0.5-1.3c0-0.6,0.2-1,0.6-1.3c0.4-0.3,1-0.4,1.8-0.5l0.9,0v-0.2c0-0.6-0.3-0.8-0.8-0.8c-0.4,0-0.9,0.1-1.5,0.4
l-0.5-1c0.6-0.3,1.3-0.5,2.1-0.5c0.7,0,1.3,0.2,1.7,0.5s0.6,0.8,0.6,1.5v3.6H1278.2z M1277.7-180.5l-0.6,0c-0.4,0-0.8,0.1-1,0.2
c-0.2,0.1-0.3,0.4-0.3,0.7c0,0.4,0.2,0.6,0.7,0.6c0.3,0,0.6-0.1,0.8-0.3c0.2-0.2,0.3-0.5,0.3-0.8V-180.5z"/>
<path fill="#0D3547" d="M1285.6-178h-1.5v-3.2c0-0.4-0.1-0.7-0.2-0.9c-0.1-0.2-0.3-0.3-0.6-0.3c-0.4,0-0.7,0.1-0.8,0.4
c-0.2,0.3-0.3,0.7-0.3,1.4v2.6h-1.5v-5.5h1.1l0.2,0.7h0.1c0.1-0.3,0.4-0.4,0.6-0.6c0.3-0.1,0.6-0.2,1-0.2c0.8,0,1.4,0.3,1.7,0.8
h0.1c0.1-0.3,0.4-0.5,0.6-0.6c0.3-0.1,0.6-0.2,1-0.2c0.6,0,1.1,0.2,1.4,0.5c0.3,0.3,0.5,0.8,0.5,1.5v3.6h-1.5v-3.2
c0-0.4-0.1-0.7-0.2-0.9c-0.1-0.2-0.3-0.3-0.6-0.3c-0.4,0-0.6,0.1-0.8,0.4s-0.3,0.7-0.3,1.2V-178z"/>
<path fill="#0D3547" d="M1293-177.9c-0.9,0-1.6-0.2-2.1-0.7c-0.5-0.5-0.7-1.2-0.7-2.1c0-0.9,0.2-1.6,0.7-2.1
c0.5-0.5,1.1-0.7,1.9-0.7c0.8,0,1.4,0.2,1.8,0.7s0.6,1,0.6,1.8v0.7h-3.5c0,0.4,0.1,0.8,0.4,1s0.6,0.4,1,0.4c0.3,0,0.6,0,0.9-0.1
s0.6-0.2,0.9-0.3v1.2c-0.3,0.1-0.5,0.2-0.8,0.3C1293.8-177.9,1293.5-177.9,1293-177.9z M1292.8-182.5c-0.3,0-0.6,0.1-0.7,0.3
c-0.2,0.2-0.3,0.5-0.3,0.9h2.1c0-0.4-0.1-0.7-0.3-0.9C1293.4-182.4,1293.2-182.5,1292.8-182.5z"/>
<path fill="#0D3547" d="M1299.5-183.6c0.2,0,0.4,0,0.5,0l-0.1,1.4c-0.1,0-0.3,0-0.4,0c-0.5,0-0.8,0.1-1.1,0.4
c-0.3,0.2-0.4,0.6-0.4,1v2.8h-1.5v-5.5h1.1l0.2,0.9h0.1c0.2-0.3,0.4-0.6,0.7-0.7C1298.9-183.5,1299.2-183.6,1299.5-183.6z"/>
<path fill="#0D3547" d="M1304.4-178l-0.3-0.7h0c-0.2,0.3-0.5,0.5-0.8,0.7c-0.3,0.1-0.6,0.2-1,0.2c-0.5,0-0.9-0.1-1.2-0.4
c-0.3-0.3-0.5-0.7-0.5-1.3c0-0.6,0.2-1,0.6-1.3c0.4-0.3,1-0.4,1.8-0.5l0.9,0v-0.2c0-0.6-0.3-0.8-0.8-0.8c-0.4,0-0.9,0.1-1.5,0.4
l-0.5-1c0.6-0.3,1.3-0.5,2.1-0.5c0.7,0,1.3,0.2,1.7,0.5s0.6,0.8,0.6,1.5v3.6H1304.4z M1304-180.5l-0.6,0c-0.4,0-0.8,0.1-1,0.2
c-0.2,0.1-0.3,0.4-0.3,0.7c0,0.4,0.2,0.6,0.7,0.6c0.3,0,0.6-0.1,0.8-0.3c0.2-0.2,0.3-0.5,0.3-0.8V-180.5z"/>
<path fill="#0D3547" d="M1309.5-184.9c0-0.5,0.3-0.7,0.8-0.7c0.5,0,0.8,0.2,0.8,0.7c0,0.2-0.1,0.4-0.2,0.5
c-0.1,0.1-0.3,0.2-0.6,0.2C1309.8-184.1,1309.5-184.4,1309.5-184.9z M1311.1-178h-1.5v-5.5h1.5V-178z"/>
<path fill="#0D3547" d="M1317.7-178h-1.5v-3.2c0-0.4-0.1-0.7-0.2-0.9c-0.1-0.2-0.4-0.3-0.7-0.3c-0.4,0-0.7,0.1-0.9,0.4
c-0.2,0.3-0.3,0.7-0.3,1.4v2.6h-1.5v-5.5h1.1l0.2,0.7h0.1c0.2-0.3,0.4-0.5,0.7-0.6c0.3-0.1,0.6-0.2,1-0.2c0.6,0,1.1,0.2,1.4,0.5
c0.3,0.3,0.5,0.8,0.5,1.5V-178z"/>
<path fill="#0D3547" d="M1322.2-177.9c-0.6,0-1.1-0.2-1.5-0.7h-0.1c0.1,0.5,0.1,0.7,0.1,0.8v2.2h-1.5v-7.9h1.2l0.2,0.7h0.1
c0.3-0.5,0.9-0.8,1.5-0.8c0.6,0,1.1,0.2,1.5,0.7c0.4,0.5,0.5,1.2,0.5,2.1c0,0.6-0.1,1.1-0.3,1.5s-0.4,0.8-0.7,1
C1323-178,1322.6-177.9,1322.2-177.9z M1321.8-182.4c-0.4,0-0.6,0.1-0.8,0.3c-0.2,0.2-0.3,0.6-0.3,1.1v0.2c0,0.6,0.1,1,0.3,1.3
c0.2,0.3,0.5,0.4,0.8,0.4c0.7,0,1-0.5,1-1.7c0-0.5-0.1-0.9-0.2-1.2C1322.4-182.2,1322.1-182.4,1321.8-182.4z"/>
<path fill="#0D3547" d="M1329.4-178l-0.2-0.7h-0.1c-0.2,0.3-0.4,0.5-0.7,0.6c-0.3,0.1-0.6,0.2-1,0.2c-0.6,0-1.1-0.2-1.5-0.5
c-0.3-0.3-0.5-0.8-0.5-1.5v-3.6h1.5v3.2c0,0.4,0.1,0.7,0.2,0.9c0.1,0.2,0.4,0.3,0.7,0.3c0.4,0,0.7-0.1,0.9-0.4
c0.2-0.3,0.3-0.7,0.3-1.4v-2.6h1.5v5.5H1329.4z"/>
<path fill="#0D3547" d="M1334.4-179.1c0.3,0,0.6-0.1,0.9-0.2v1.1c-0.4,0.2-0.8,0.2-1.4,0.2c-0.6,0-1-0.2-1.3-0.5
c-0.3-0.3-0.4-0.8-0.4-1.4v-2.6h-0.7v-0.6l0.8-0.5l0.4-1.2h1v1.2h1.5v1.1h-1.5v2.6c0,0.2,0.1,0.4,0.2,0.5
C1334-179.1,1334.2-179.1,1334.4-179.1z"/>
</g>
<g id="artiq_8_" transform="translate(-863.044 -420.073)">
<path id="Path_3_8_" fill="#1A6D93" d="M2175.5,178.8c0.4,0,0.8-0.4,0.8-0.8c0-0.4-0.3-0.8-0.8-0.8c-0.4,0-0.8,0.4-0.7,0.8
C2174.7,178.5,2175,178.8,2175.5,178.8L2175.5,178.8z"/>
<path id="Path_4_8_" fill="#1A6D93" d="M2157.3,163.8l0.9,0.8c0,0,0,0,0.1,0c1.8-1.5,3.7-2.8,5.8-3.9c2.3-1.2,4.8-2,7.4-2.3
c0.2,0,0.4,0,0.6,0c0.7,0,1.4,0.1,2,0.4c0.6,0.3,1,0.9,1,1.5c0,0.6-0.2,1.2-0.5,1.7c-0.2,0.4-0.5,0.8-0.7,1.2l-0.3,0.5l0.8,0.8
c0.8-0.9,1.4-2,1.7-3.2c0-0.1,0.1-0.3,0.1-0.4c0-0.1,0-0.1,0-0.2V160c0,0,0,0,0,0s0-0.1,0-0.1c-0.2-1-0.8-1.8-1.8-2.2
c-0.6-0.3-1.3-0.4-2-0.4c-0.2,0-0.4,0-0.6,0c-1.1,0-2.1,0.2-3.2,0.4c-4,1.1-7.8,3.1-10.9,5.8c-0.1,0.1-0.2,0.2-0.3,0.2
C2157.4,163.7,2157.4,163.8,2157.3,163.8z"/>
<path id="Path_5_8_" fill="#1A6D93" d="M2159.7,161c0.2-0.2,0.5-0.3,0.7-0.5c0.3-0.1,0.4-0.4,0.4-0.7c0.3-1.5,0.7-2.9,1.4-4.2
c0.3-0.6,0.7-1.1,1.2-1.5c0.6-0.6,1.6-0.6,2.3,0c0.5,0.4,0.9,0.9,1.2,1.4c0.2,0.3,0.3,0.7,0.5,1.1c0.1,0.1,0.1,0.3,0.2,0.4
l1.2-0.3c-0.1-0.2-0.2-0.4-0.3-0.6c-0.2-0.5-0.4-0.9-0.7-1.3c-0.6-1.2-1.6-2.1-2.9-2.4h-0.7c-1.1,0.2-2,0.9-2.5,1.8
c-0.3,0.4-0.6,0.9-0.8,1.3c-0.7,1.4-1.1,2.9-1.4,4.4c-0.1,0.3-0.1,0.5-0.1,0.8c0,0.1,0,0.2-0.1,0.3
C2159.6,161.1,2159.7,161,2159.7,161z"/>
<path id="Path_6_8_" fill="#1A6D93" d="M2158.7,172.1c-0.3,0-0.5,0.1-0.8,0.1c-0.2,0-0.3,0-0.4,0c-0.5,0-1.1-0.1-1.6-0.2
c-0.1,0-0.1,0-0.2-0.1c-0.9-0.3-1.4-1.2-1.1-2.1c0,0,0,0,0,0c0.2-0.9,0.6-1.7,1.1-2.4c0.1-0.1,0.2-0.3,0.3-0.4
c0-0.1,0.1-0.1,0.1-0.2l-0.9-0.8c-0.8,0.9-1.4,2-1.7,3.1c-0.6,1.5,0.2,3.3,1.8,3.9c0.2,0.1,0.4,0.1,0.6,0.2
c0.5,0.1,1.1,0.2,1.6,0.2c0.3,0,0.6,0,1-0.1c0.2,0,0.4,0,0.6-0.1l0.2,0l-0.3-1.2C2158.9,172,2158.8,172.1,2158.7,172.1z"/>
<path id="Path_7_8_" fill="#1A6D93" d="M2157.5,172.1c0.1,0,0.3,0,0.4,0C2157.7,172.1,2157.6,172.1,2157.5,172.1z"/>
<path id="Path_8_8_" fill="#1A6D93" d="M2155.9,171.9c0.5,0.2,1,0.2,1.6,0.2C2156.9,172.1,2156.4,172.1,2155.9,171.9z"/>
<path id="Path_9_8_" fill="#1A6D93" d="M2157.5,173.3c-0.6,0-1.1-0.1-1.6-0.2C2156.4,173.3,2156.9,173.3,2157.5,173.3z"/>
<path id="Path_10_8_" fill="#1A6D93" d="M2158.5,173.3c-0.4,0-0.7,0.1-1,0.1C2157.8,173.3,2158.1,173.3,2158.5,173.3z"/>
<path id="Path_11_8_" fill="#1A6D93" d="M2167.9,161.8c-0.1-0.3-0.1-0.7-0.2-1c-0.1-0.3-0.4-0.4-0.7-0.5h0
c-0.3,0.1-0.7,0.3-1,0.4c-0.1,0.1-0.2,0.1-0.4,0.1l2.3,1.3L2167.9,161.8z"/>
<path id="Path_12_8_" fill="#1A6D93" d="M2160.4,163.9C2160.3,163.9,2160.3,163.9,2160.4,163.9c-0.1,0.1-0.2,0.1-0.2,0.2
c-0.2,0.2-0.5,0.4-0.7,0.5c-0.2,0.1-0.3,0.4-0.3,0.6c0,0.1,0,0.1,0,0.2c0,0.1,0,0.2,0,0.2c0.3,0.3,0.6,0.5,0.9,0.7l0.2,0.1
c0,0,0.1,0,0.1,0.1c0,0,0,0,0,0L2160.4,163.9C2160.4,163.9,2160.4,163.9,2160.4,163.9z"/>
<path id="Path_13_8_" fill="#1A6D93" d="M2162.6,159.3L2162.6,159.3c0.3-0.1,0.6-0.3,0.9-0.4l0.3-0.2l-1.4-0.5l-0.3,1.2
c0.1,0,0.2,0.1,0.3,0.1c0.1,0,0.1,0,0.2-0.1C2162.5,159.3,2162.5,159.3,2162.6,159.3z"/>
<path id="Path_14_8_" fill="#1A6D93" d="M2162.5,159.3C2162.5,159.3,2162.5,159.3,2162.5,159.3L2162.5,159.3
C2162.5,159.3,2162.5,159.3,2162.5,159.3z"/>
<path id="Path_15_8_" fill="#1A6D93" d="M2172.1,166.8l-0.9-0.8c-0.1,0.5-0.2,1.1-0.1,1.6L2172.1,166.8z"/>
<path id="Path_16_8_" fill="#1A6D93" d="M2162.1,171.3C2162.1,171.3,2162.1,171.3,2162.1,171.3c-0.1,0-0.1,0.1-0.1,0.1
c0.1,0.3,0.1,0.5,0.2,0.8l0.1,0.2l1.2-0.4l-0.3-0.1C2162.9,171.7,2162.5,171.5,2162.1,171.3
C2162.1,171.3,2162.1,171.3,2162.1,171.3z"/>
<path id="Path_17_8_" fill="#1A6D93" d="M2164.7,166.1c0.4,0,0.8-0.4,0.8-0.8c0-0.4-0.4-0.8-0.8-0.8c-0.4,0-0.8,0.3-0.8,0.8
C2164,165.7,2164.3,166.1,2164.7,166.1z"/>
<path id="Path_18_8_" fill="#0D3547" d="M2175,179.2l1.2-0.2l0.4-1.2l-0.8-0.9l-1.2,0.2l-0.4,1.2L2175,179.2 M2164.1,167.1
l1.9-0.3l0.7-1.8l-1.2-1.5l-1.9,0.3l-0.7,1.8L2164.1,167.1 M2164.8,162.3c1.7,0,3,1.3,3,3c0,0.2,0,0.3,0,0.5
c0.2,0.9,0.7,1.7,1.4,2.4c0,0,3.3,4.2,5.6,7.2c0.3,0.3,0.6,0.6,1,0.7c1,0.2,1.7,1.2,1.5,2.2s-1.2,1.7-2.2,1.5
c-0.4-0.1-0.8-0.3-1.1-0.6c-0.2-0.3-0.4-0.7-0.4-1.1l0,0V178c-0.1-0.4-0.3-0.8-0.6-1.2l-6.2-6.7c-0.5-0.8-1.3-1.4-2.1-1.8
c-0.8,0-1.6-0.4-2.2-1.1c-1.1-1.3-0.9-3.2,0.4-4.2c0,0,0,0,0,0C2163.4,162.6,2164.1,162.3,2164.8,162.3"/>
<path id="Path_19_8_" fill="#0D3547" d="M2154.7,186.7l0.7-1.6l0.7,1.6H2154.7z M2155.2,183.3l-2.3,5.1v0.1h1.2l0.3-0.7h2.1
l0.3,0.7h1.2v-0.1l-2.3-5.1L2155.2,183.3z"/>
<path id="Path_20_8_" fill="#0D3547" d="M2161.4,185.8h-1v-1.5h1c0.4,0,0.7,0.3,0.6,0.7c0,0,0,0,0,0.1
C2162.1,185.5,2161.8,185.8,2161.4,185.8C2161.4,185.8,2161.4,185.8,2161.4,185.8z M2162.5,186.6c0.6-0.5,0.9-1.3,0.7-2
c-0.2-0.8-0.9-1.3-1.7-1.2h-2.2v5.1h1.2v-1.5h0.8l0.9,1.5h1.4v-0.1L2162.5,186.6L2162.5,186.6z"/>
<path id="Path_21_8_" fill="#0D3547" d="M2165.5,184.4v4.1h1.2v-4.1h1.3v-1h-3.7v1H2165.5z"/>
<path id="Path_22_8_" fill="#0D3547" d="M2168.9,183.3v1h0.6v3.1h-0.7v1h2.5v-1h-0.7v-3.1h0.6v-1H2168.9z"/>
<path id="Path_23_8_" fill="#0D3547" d="M2175,187.4c-0.8,0.1-1.6-0.6-1.6-1.4s0.6-1.6,1.4-1.6c0.8-0.1,1.6,0.6,1.6,1.4
c0,0,0,0.1,0,0.1c0.1,0.8-0.5,1.4-1.3,1.5C2175.1,187.4,2175,187.4,2175,187.4z M2177.2,187.4c0.3-0.5,0.4-1,0.4-1.5
c0-1.4-1.2-2.6-2.6-2.6c-1.4,0-2.6,1.2-2.6,2.6c0,1.4,1.2,2.6,2.6,2.6c0.5,0,0.9-0.1,1.3-0.3l0.1,0l0.1,0.3h1.2v-0.1
L2177.2,187.4L2177.2,187.4z"/>
<path id="Path_24_8_" fill="#1A6D93" d="M2166.6,171L2166.6,171c-2.1-0.8-4.1-1.8-5.9-3.1c-1.8-1.2-3.4-2.6-4.7-4.3
c-0.6-0.7-1.1-1.6-1.4-2.6c-0.3-0.8,0-1.7,0.8-2.1c0.2-0.1,0.4-0.2,0.6-0.3c0.7-0.2,1.4-0.2,2.1-0.2l0.3,0l0.4,0l0.3,0l0.3-1.2
l-0.2,0c-0.2,0-0.4-0.1-0.6-0.1c-0.4,0-0.7-0.1-1-0.1c-0.7,0-1.3,0.1-1.9,0.3c-1.1,0.3-1.9,1.1-2.2,2.2c-0.2,0.8,0,1.7,0.4,2.5
c0.6,1.3,1.4,2.5,2.5,3.5c2.8,2.8,6.1,4.9,9.7,6.3c0.3,0.1,0.5,0.2,0.8,0.3c0.1,0,0.2,0.1,0.4,0.1l0.2-0.7L2166.6,171z"/>
<path id="Path_25_8_" fill="#1A6D93" d="M2176.2,169.8C2176.1,169.8,2176.1,169.8,2176.2,169.8c-0.1-0.8-0.4-1.5-0.8-2.1
c-0.8-1.3-1.7-2.5-2.9-3.5c-0.3-0.3-0.6-0.6-1-0.9c-0.1-0.1-0.3-0.2-0.4-0.4v0c0,0,0,0,0,0.1l0,0.3c0,0.4,0,0.8,0.1,1.2
c0,0.1,0.1,0.2,0.1,0.2c0.2,0.2,0.4,0.4,0.5,0.5c0.3,0.3,0.6,0.6,1,1c0.9,0.9,1.5,1.9,2,3c0.2,0.4,0.2,0.9,0.2,1.3
c-0.1,0.7-0.6,1.2-1.3,1.4c-0.2,0.1-0.4,0.1-0.6,0.2l0.8,1c0.1,0,0.3-0.1,0.4-0.1c0.9-0.3,1.7-1.1,1.9-2.1l0.1-0.3L2176.2,169.8
L2176.2,169.8z"/>
<path id="Path_26_8_" fill="#1A6D93" d="M2168.6,160c0.1,0.4,0.1,0.8,0.2,1.2c0.1,0.9,0.2,1.9,0.3,2.8c0.1,0.9,0.1,1.9,0,2.8
l1.1,1.4c0-0.3,0.1-0.6,0.1-0.9c0.2-2.1,0.1-4.1-0.2-6.2c-0.1-0.4-0.1-0.8-0.2-1.2c0-0.2-0.1-0.4-0.1-0.6l-1.2,0.3c0,0,0,0,0,0.1
C2168.5,159.9,2168.5,159.9,2168.6,160z"/>
<path id="Path_27_8_" fill="#1A6D93" d="M2168.1,172.6c-0.2,0.6-0.4,1.2-0.7,1.7c-0.3,0.8-0.8,1.5-1.5,2.1
c-0.7,0.6-1.7,0.6-2.4,0c-0.5-0.5-1-1.1-1.3-1.7c-0.6-1.2-1-2.5-1.3-3.9l0,0c0-0.1,0-0.2-0.1-0.2c-0.3-0.2-0.7-0.4-1.1-0.7
c-0.1-0.1-0.2-0.1-0.3-0.2c0,0.1,0,0.2,0,0.2c0,0.2,0.1,0.4,0.1,0.6c0.3,1.7,0.8,3.4,1.6,4.9c0.6,1.3,1.7,2.3,3.1,2.7h0.7
c1.3-0.3,2.4-1.2,2.9-2.4c0.2-0.3,0.3-0.5,0.4-0.8c0.2-0.4,0.4-0.9,0.5-1.3L2168.1,172.6z"/>
</g>
<g id="Group_18_8_" transform="translate(-644 -530)">
<circle id="Ellipse_6_8_" fill="#0D3547" cx="1919.1" cy="257" r="8"/>
<rect id="Rectangle_2_8_" x="1918.1" y="253" fill="#FFFFFF" width="2" height="8"/>
<rect id="Rectangle_3_8_" x="1915.1" y="256" fill="#FFFFFF" width="8" height="2"/>
</g>
<g enable-background="new ">
<path fill="#0D3547" d="M1290.7-16.1h2.2c1,0,1.7,0.1,2.2,0.4c0.5,0.3,0.7,0.7,0.7,1.4c0,0.4-0.1,0.8-0.3,1
c-0.2,0.3-0.5,0.4-0.8,0.5v0c0.5,0.1,0.8,0.3,1,0.6c0.2,0.3,0.3,0.6,0.3,1.1c0,0.7-0.2,1.2-0.7,1.5c-0.5,0.4-1.1,0.5-1.9,0.5
h-2.7V-16.1z M1292.2-13.3h0.9c0.4,0,0.7-0.1,0.9-0.2c0.2-0.1,0.3-0.3,0.3-0.6c0-0.3-0.1-0.5-0.3-0.6c-0.2-0.1-0.5-0.2-0.9-0.2
h-0.8V-13.3z M1292.2-12.1v1.9h1c0.4,0,0.7-0.1,0.9-0.2s0.3-0.4,0.3-0.7c0-0.6-0.4-0.9-1.3-0.9H1292.2z"/>
<path fill="#0D3547" d="M1301.7-9l-0.5-1.7h-2.6l-0.5,1.7h-1.6l2.5-7.2h1.9l2.5,7.2H1301.7z M1300.8-12c-0.5-1.5-0.7-2.4-0.8-2.6
c-0.1-0.2-0.1-0.4-0.1-0.5c-0.1,0.4-0.4,1.4-0.9,3.1H1300.8z"/>
<path fill="#0D3547" d="M1308.5-11c0,0.6-0.2,1.2-0.7,1.5c-0.5,0.4-1.1,0.6-1.9,0.6c-0.8,0-1.4-0.1-2-0.4v-1.4
c0.5,0.2,0.9,0.4,1.2,0.5c0.3,0.1,0.6,0.1,0.9,0.1c0.3,0,0.6-0.1,0.8-0.2c0.2-0.1,0.3-0.3,0.3-0.6c0-0.1,0-0.3-0.1-0.4
c-0.1-0.1-0.2-0.2-0.3-0.3c-0.2-0.1-0.5-0.3-0.9-0.5c-0.4-0.2-0.8-0.4-1-0.6s-0.4-0.4-0.5-0.7s-0.2-0.5-0.2-0.9
c0-0.6,0.2-1.1,0.6-1.5c0.4-0.4,1-0.5,1.8-0.5c0.4,0,0.7,0,1.1,0.1c0.3,0.1,0.7,0.2,1.1,0.4l-0.5,1.2c-0.4-0.2-0.7-0.3-0.9-0.3
c-0.2-0.1-0.5-0.1-0.7-0.1c-0.3,0-0.5,0.1-0.7,0.2s-0.2,0.3-0.2,0.5c0,0.1,0,0.2,0.1,0.3c0.1,0.1,0.2,0.2,0.3,0.3
c0.1,0.1,0.5,0.3,1,0.5c0.7,0.3,1.1,0.6,1.4,1C1308.3-11.8,1308.5-11.4,1308.5-11z"/>
<path fill="#0D3547" d="M1313.9-9h-4.1v-7.1h4.1v1.2h-2.6v1.6h2.4v1.2h-2.4v1.8h2.6V-9z"/>
</g>
<g id="Group_80" transform="translate(-644 -67)">
<circle id="Ellipse_6-2_8_" fill="#0D3547" cx="1919.1" cy="257" r="8"/>
<rect id="Rectangle_2-2_8_" x="1918.1" y="253" fill="#FFFFFF" width="2" height="8"/>
<rect id="Rectangle_3-2_8_" x="1915.1" y="256" fill="#FFFFFF" width="8" height="2"/>
</g>
<g id="Group_90" transform="translate(-2 30)">
<g id="Rectangle_6_3_" transform="translate(-807 -299)">
<rect x="2099.1" y="152" fill="#FFFFFF" width="24" height="93"/>
<rect x="2100.1" y="153" fill="none" stroke="#0D3547" stroke-width="2" width="22" height="91"/>
</g>
<path id="Path_28_2_" fill="#0D3547" d="M1296.8-130.8l14-2.8v66l-14-2.8V-130.8z"/>
<rect id="Rectangle_5_2_" x="1301.1" y="-128.4" fill="#715EC7" width="5" height="56"/>
<rect id="Rectangle_7_2_" x="1292.8" y="-137.3" fill="#0D3547" width="21.8" height="2"/>
<rect id="Rectangle_8_3_" x="1292.8" y="-66" fill="#0D3547" width="21.8" height="2"/>
<rect id="Rectangle_14" x="1298.8" y="-147" fill="#0D3547" width="10" height="6"/>
<rect id="Rectangle_15" x="1298.8" y="-60" fill="#0D3547" width="10" height="6"/>
</g>
<g enable-background="new ">
<path fill="#0D3547" d="M1284.4,132l-1.7-5.6h0c0.1,1.1,0.1,1.9,0.1,2.3v3.3h-1.4v-7.1h2.1l1.7,5.5h0l1.8-5.5h2.1v7.1h-1.4v-3.4
c0-0.2,0-0.3,0-0.6c0-0.2,0-0.8,0.1-1.7h0l-1.8,5.6H1284.4z"/>
<path fill="#0D3547" d="M1294.9,132h-4.1v-7.1h4.1v1.2h-2.6v1.6h2.4v1.2h-2.4v1.8h2.6V132z"/>
<path fill="#0D3547" d="M1302.3,128.4c0,1.2-0.3,2.1-1,2.7s-1.6,0.9-2.9,0.9h-2v-7.1h2.2c1.2,0,2.1,0.3,2.7,0.9
S1302.3,127.3,1302.3,128.4z M1300.8,128.4c0-1.5-0.7-2.3-2-2.3h-0.8v4.6h0.6C1300,130.8,1300.8,130,1300.8,128.4z"/>
<path fill="#0D3547" d="M1306.5,132h-3.2v-0.9l0.9-0.4v-4.6l-0.9-0.4v-0.9h3.2v0.9l-0.9,0.4v4.6l0.9,0.4V132z"/>
<path fill="#0D3547" d="M1313.5,124.9v4.6c0,0.5-0.1,1-0.4,1.4c-0.2,0.4-0.6,0.7-1,0.9c-0.4,0.2-1,0.3-1.6,0.3
c-0.9,0-1.6-0.2-2.1-0.7c-0.5-0.5-0.8-1.1-0.8-1.9v-4.6h1.5v4.4c0,0.5,0.1,1,0.3,1.2c0.2,0.3,0.6,0.4,1.1,0.4
c0.5,0,0.9-0.1,1.1-0.4c0.2-0.3,0.3-0.7,0.3-1.2v-4.4H1313.5z"/>
<path fill="#0D3547" d="M1318.3,132l-1.7-5.6h0c0.1,1.1,0.1,1.9,0.1,2.3v3.3h-1.4v-7.1h2.1l1.7,5.5h0l1.8-5.5h2.1v7.1h-1.4v-3.4
c0-0.2,0-0.3,0-0.6c0-0.2,0-0.8,0.1-1.7h0l-1.8,5.6H1318.3z"/>
</g>
<g id="Group_91" transform="translate(-2 171)">
<g id="Rectangle_6-2" transform="translate(-807 -299)">
<rect x="2099.1" y="152" fill="#FFFFFF" width="24" height="93"/>
<rect x="2100.1" y="153" fill="none" stroke="#0D3547" stroke-width="2" width="22" height="91"/>
</g>
<path id="Path_28-2" fill="#0D3547" d="M1296.8-130.8l14-2.8v66l-14-2.8V-130.8z"/>
<rect id="Rectangle_5-2" x="1301.1" y="-128.4" fill="#715EC7" width="5" height="56"/>
<rect id="Rectangle_7-2" x="1292.8" y="-137.3" fill="#0D3547" width="21.8" height="2"/>
<rect id="Rectangle_8-2" x="1292.8" y="-66" fill="#0D3547" width="21.8" height="2"/>
<rect id="Rectangle_14-2" x="1298.8" y="-147" fill="#0D3547" width="10" height="6"/>
<rect id="Rectangle_15-2" x="1298.8" y="-60" fill="#0D3547" width="10" height="6"/>
</g>
</g>
</g>
<g id="EEM_Octal">
</g>
<g id="EEM16x">
</g>
<g id="BNC_DIO__x28_new_x29_">
</g>
<g id="Urukul_2_">
</g>
<g id="Stabiliser">
</g>
</svg>

After

Width:  |  Height:  |  Size: 19 KiB

View File

@ -0,0 +1,300 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 18.1.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
viewBox="3859 147 90 500" enable-background="new 3859 147 90 500" xml:space="preserve">
<g id="Kasli">
</g>
<g id="Kasli_with_backplane">
</g>
<g id="zotino">
</g>
<g id="Novo">
</g>
<g id="IDC_BNC_adapter_copy">
</g>
<g id="HD68">
</g>
<g id="Clocker">
</g>
<g id="Koster">
</g>
<g id="EEM_Octal">
</g>
<g id="EEM16x">
</g>
<g id="BNC_DIO__x28_new_x29_">
</g>
<g id="Urukul_2_">
</g>
<g id="Mirny">
<g id="Group_121_1_" transform="translate(1638 -531)">
<g id="Rectangle_1_11_" transform="translate(-1638 531)">
<rect x="3859" y="147" fill="#FFFFFF" width="90" height="500"/>
<rect x="3860" y="148" fill="none" stroke="#0D3547" stroke-width="2" width="88" height="498"/>
</g>
<g id="artiq_11_" transform="translate(-1659.044 553.927)">
<path id="Path_3_11_" fill="#1A6D93" d="M3935.3,173.8c0.4,0,0.8-0.4,0.8-0.8c0-0.4-0.3-0.8-0.8-0.8c-0.4,0-0.8,0.4-0.7,0.8
C3934.5,173.5,3934.9,173.8,3935.3,173.8L3935.3,173.8z"/>
<path id="Path_4_11_" fill="#1A6D93" d="M3917.2,158.8l0.9,0.8c0,0,0,0,0.1,0c1.8-1.5,3.7-2.8,5.8-3.9c2.3-1.2,4.8-2,7.4-2.3
c0.2,0,0.4,0,0.6,0c0.7,0,1.4,0.1,2,0.4c0.6,0.3,1,0.9,1,1.5c0,0.6-0.2,1.2-0.5,1.7c-0.2,0.4-0.5,0.8-0.7,1.2l-0.3,0.5l0.8,0.8
c0.8-0.9,1.4-2,1.7-3.2c0-0.1,0.1-0.3,0.1-0.4c0-0.1,0-0.1,0-0.2V155c0,0,0,0,0,0s0-0.1,0-0.1c-0.2-1-0.8-1.8-1.8-2.2
c-0.6-0.3-1.3-0.4-2-0.4c-0.2,0-0.4,0-0.6,0c-1.1,0-2.1,0.2-3.2,0.4c-4,1.1-7.8,3.1-10.9,5.8c-0.1,0.1-0.2,0.2-0.3,0.2
C3917.2,158.7,3917.2,158.8,3917.2,158.8z"/>
<path id="Path_5_11_" fill="#1A6D93" d="M3919.6,155.9c0.2-0.2,0.5-0.3,0.7-0.5c0.3-0.1,0.4-0.4,0.5-0.7c0.3-1.5,0.7-2.9,1.4-4.2
c0.3-0.6,0.7-1.1,1.2-1.5c0.6-0.6,1.6-0.6,2.3,0c0.5,0.4,0.9,0.9,1.2,1.4c0.2,0.3,0.3,0.7,0.5,1.1c0.1,0.1,0.1,0.3,0.2,0.4
l1.2-0.3c-0.1-0.2-0.2-0.4-0.3-0.6c-0.2-0.5-0.4-0.9-0.7-1.3c-0.6-1.2-1.6-2.1-2.9-2.4h-0.7c-1.1,0.2-2,0.9-2.5,1.8
c-0.3,0.4-0.6,0.9-0.8,1.3c-0.7,1.4-1.1,2.9-1.4,4.4c-0.1,0.3-0.1,0.5-0.1,0.8c0,0.1,0,0.2-0.1,0.3
C3919.4,156.1,3919.5,156,3919.6,155.9z"/>
<path id="Path_6_11_" fill="#1A6D93" d="M3918.5,167.1c-0.3,0-0.5,0.1-0.8,0.1c-0.2,0-0.3,0-0.4,0c-0.5,0-1.1-0.1-1.6-0.2
c-0.1,0-0.1,0-0.2-0.1c-0.9-0.3-1.4-1.2-1.1-2.1c0,0,0,0,0,0c0.2-0.9,0.6-1.7,1.1-2.4c0.1-0.1,0.2-0.3,0.3-0.4
c0-0.1,0.1-0.1,0.1-0.2l-0.9-0.8c-0.8,0.9-1.4,2-1.7,3.1c-0.6,1.5,0.2,3.3,1.8,3.9c0.2,0.1,0.4,0.1,0.6,0.2
c0.5,0.1,1.1,0.2,1.6,0.2c0.3,0,0.6,0,1-0.1c0.2,0,0.4,0,0.6-0.1l0.2,0l-0.3-1.2C3918.7,167,3918.6,167,3918.5,167.1z"/>
<path id="Path_7_11_" fill="#1A6D93" d="M3917.3,167.1c0.1,0,0.3,0,0.4,0C3917.6,167.1,3917.4,167.1,3917.3,167.1z"/>
<path id="Path_8_11_" fill="#1A6D93" d="M3915.7,166.9c0.5,0.2,1,0.2,1.6,0.2C3916.8,167.1,3916.2,167.1,3915.7,166.9z"/>
<path id="Path_9_11_" fill="#1A6D93" d="M3917.3,168.3c-0.6,0-1.1-0.1-1.6-0.2C3916.2,168.3,3916.7,168.3,3917.3,168.3z"/>
<path id="Path_10_11_" fill="#1A6D93" d="M3918.3,168.3c-0.4,0-0.7,0.1-1,0.1C3917.6,168.3,3917.9,168.3,3918.3,168.3z"/>
<path id="Path_11_11_" fill="#1A6D93" d="M3927.7,156.8c-0.1-0.3-0.1-0.7-0.2-1c-0.1-0.3-0.4-0.4-0.7-0.5h0
c-0.3,0.1-0.7,0.3-1,0.4c-0.1,0.1-0.2,0.1-0.4,0.1l2.3,1.3L3927.7,156.8z"/>
<path id="Path_12_11_" fill="#1A6D93" d="M3920.2,158.9C3920.2,158.9,3920.1,158.9,3920.2,158.9c-0.1,0.1-0.2,0.1-0.2,0.2
c-0.2,0.2-0.5,0.4-0.7,0.5c-0.2,0.1-0.3,0.4-0.3,0.6c0,0.1,0,0.1,0,0.2c0,0.1,0,0.2,0,0.2c0.3,0.3,0.6,0.5,0.9,0.7l0.2,0.1
c0,0,0.1,0,0.1,0.1c0,0,0,0,0,0L3920.2,158.9C3920.2,158.8,3920.2,158.9,3920.2,158.9z"/>
<path id="Path_13_11_" fill="#1A6D93" d="M3922.4,154.3L3922.4,154.3c0.3-0.1,0.6-0.3,0.9-0.4l0.3-0.2l-1.4-0.5l-0.3,1.2
c0.1,0,0.2,0.1,0.3,0.1c0.1,0,0.1,0,0.2-0.1C3922.3,154.3,3922.4,154.3,3922.4,154.3z"/>
<path id="Path_14_11_" fill="#1A6D93" d="M3922.3,154.3C3922.3,154.3,3922.3,154.3,3922.3,154.3L3922.3,154.3
C3922.3,154.3,3922.3,154.3,3922.3,154.3z"/>
<path id="Path_15_11_" fill="#1A6D93" d="M3932,161.8l-0.9-0.8c-0.1,0.5-0.2,1.1-0.1,1.6L3932,161.8z"/>
<path id="Path_16_11_" fill="#1A6D93" d="M3921.9,166.3C3921.9,166.3,3921.9,166.3,3921.9,166.3c-0.1,0-0.1,0.1-0.1,0.1
c0.1,0.3,0.1,0.5,0.2,0.8l0.1,0.2l1.2-0.4l-0.3-0.1C3922.7,166.7,3922.3,166.5,3921.9,166.3
C3922,166.3,3921.9,166.3,3921.9,166.3z"/>
<path id="Path_17_11_" fill="#1A6D93" d="M3924.6,161.1c0.4,0,0.8-0.4,0.8-0.8s-0.4-0.8-0.8-0.8c-0.4,0-0.8,0.3-0.8,0.8
C3923.8,160.7,3924.1,161.1,3924.6,161.1z"/>
<path id="Path_18_11_" fill="#0D3547" d="M3934.8,174.2l1.2-0.2l0.4-1.2l-0.8-0.9l-1.2,0.2l-0.4,1.2L3934.8,174.2 M3923.9,162.1
l1.9-0.3l0.7-1.8l-1.2-1.5l-1.9,0.3l-0.7,1.8L3923.9,162.1 M3924.6,157.3c1.7,0,3,1.3,3,3c0,0.2,0,0.3,0,0.5
c0.2,0.9,0.7,1.7,1.4,2.4c0,0,3.3,4.2,5.6,7.2c0.3,0.3,0.6,0.6,1,0.7c1,0.2,1.7,1.2,1.5,2.2s-1.2,1.7-2.2,1.5
c-0.4-0.1-0.8-0.3-1.1-0.6c-0.2-0.3-0.4-0.7-0.4-1.1l0,0V173c-0.1-0.4-0.3-0.8-0.6-1.2l-6.2-6.7c-0.5-0.8-1.3-1.4-2.1-1.8
c-0.8,0-1.6-0.4-2.2-1.1c-1.1-1.3-0.9-3.2,0.4-4.2c0,0,0,0,0,0C3923.2,157.6,3923.9,157.3,3924.6,157.3"/>
<path id="Path_19_11_" fill="#0D3547" d="M3914.6,181.7l0.7-1.6l0.7,1.6H3914.6z M3915,178.2l-2.3,5.1v0.1h1.2l0.3-0.7h2.1
l0.3,0.7h1.2v-0.1l-2.3-5.1L3915,178.2z"/>
<path id="Path_20_11_" fill="#0D3547" d="M3921.2,180.8h-1v-1.5h1c0.4,0,0.7,0.3,0.6,0.7c0,0,0,0,0,0.1
C3921.9,180.4,3921.6,180.8,3921.2,180.8C3921.2,180.8,3921.2,180.8,3921.2,180.8z M3922.3,181.6c0.6-0.5,0.9-1.3,0.7-2
c-0.2-0.8-0.9-1.3-1.7-1.2h-2.2v5.1h1.2v-1.5h0.8l0.9,1.5h1.4v-0.1L3922.3,181.6L3922.3,181.6z"/>
<path id="Path_21_11_" fill="#0D3547" d="M3925.3,179.3v4.1h1.2v-4.1h1.3v-1h-3.7v1H3925.3z"/>
<path id="Path_22_11_" fill="#0D3547" d="M3928.7,178.3v1h0.6v3.1h-0.7v1h2.5v-1h-0.7v-3.1h0.6v-1H3928.7z"/>
<path id="Path_23_11_" fill="#0D3547" d="M3934.8,182.4c-0.8,0.1-1.6-0.6-1.6-1.4c-0.1-0.8,0.6-1.6,1.4-1.6
c0.8-0.1,1.6,0.6,1.6,1.4c0,0,0,0.1,0,0.1c0.1,0.8-0.5,1.4-1.3,1.5C3934.9,182.4,3934.8,182.4,3934.8,182.4z M3937,182.4
c0.3-0.5,0.4-1,0.4-1.5c0-1.4-1.2-2.6-2.6-2.6c-1.4,0-2.6,1.2-2.6,2.6c0,1.4,1.2,2.6,2.6,2.6c0.5,0,0.9-0.1,1.3-0.3l0.1,0
l0.1,0.3h1.2v-0.1L3937,182.4L3937,182.4z"/>
<path id="Path_24_11_" fill="#1A6D93" d="M3926.4,166L3926.4,166c-2.1-0.8-4.1-1.8-5.9-3.1c-1.8-1.2-3.4-2.6-4.7-4.3
c-0.6-0.7-1.1-1.6-1.4-2.6c-0.3-0.8,0-1.7,0.8-2.1c0.2-0.1,0.4-0.2,0.6-0.3c0.7-0.2,1.4-0.2,2.1-0.2l0.3,0l0.4,0l0.3,0l0.3-1.2
l-0.2,0c-0.2,0-0.4-0.1-0.6-0.1c-0.4,0-0.7-0.1-1-0.1c-0.7,0-1.3,0.1-1.9,0.3c-1.1,0.3-1.9,1.1-2.2,2.2c-0.2,0.8,0,1.7,0.4,2.5
c0.6,1.3,1.4,2.5,2.5,3.5c2.8,2.8,6.1,4.9,9.7,6.3c0.3,0.1,0.5,0.2,0.8,0.3c0.1,0,0.2,0.1,0.4,0.1l0.2-0.7L3926.4,166z"/>
<path id="Path_25_11_" fill="#1A6D93" d="M3936,164.8C3936,164.8,3936,164.8,3936,164.8c-0.1-0.8-0.4-1.5-0.8-2.1
c-0.8-1.3-1.7-2.5-2.9-3.5c-0.3-0.3-0.6-0.6-1-0.9c-0.1-0.1-0.3-0.2-0.4-0.4v0c0,0,0,0,0,0.1l0,0.3c0,0.4,0,0.8,0.1,1.2
c0,0.1,0.1,0.2,0.1,0.2c0.2,0.2,0.4,0.4,0.5,0.5c0.3,0.3,0.6,0.6,1,1c0.9,0.9,1.5,1.9,2,3c0.2,0.4,0.2,0.9,0.2,1.3
c-0.1,0.7-0.6,1.2-1.3,1.4c-0.2,0.1-0.4,0.1-0.6,0.2l0.8,1c0.1,0,0.3-0.1,0.4-0.1c0.9-0.3,1.7-1.1,1.9-2.1l0.1-0.3L3936,164.8
L3936,164.8z"/>
<path id="Path_26_11_" fill="#1A6D93" d="M3928.4,155c0.1,0.4,0.1,0.8,0.2,1.2c0.1,0.9,0.2,1.9,0.3,2.8c0.1,0.9,0.1,1.9,0,2.8
l1.1,1.4c0-0.3,0.1-0.6,0.1-0.9c0.2-2.1,0.1-4.1-0.2-6.2c-0.1-0.4-0.1-0.8-0.2-1.2c0-0.2-0.1-0.4-0.1-0.6l-1.2,0.3c0,0,0,0,0,0.1
C3928.4,154.9,3928.4,154.9,3928.4,155z"/>
<path id="Path_27_11_" fill="#1A6D93" d="M3927.9,167.5c-0.2,0.6-0.4,1.2-0.7,1.7c-0.3,0.8-0.8,1.5-1.5,2.1
c-0.7,0.6-1.7,0.6-2.4,0c-0.5-0.5-1-1.1-1.3-1.7c-0.6-1.2-1-2.5-1.3-3.9l0,0c0-0.1,0-0.2-0.1-0.2c-0.3-0.2-0.7-0.4-1.1-0.7
c-0.1-0.1-0.2-0.1-0.3-0.2c0,0.1,0,0.2,0,0.2c0,0.2,0.1,0.4,0.1,0.6c0.3,1.7,0.8,3.4,1.6,4.9c0.6,1.3,1.7,2.3,3.1,2.7h0.7
c1.3-0.3,2.4-1.2,2.9-2.4c0.2-0.3,0.3-0.5,0.4-0.8c0.2-0.4,0.4-0.9,0.5-1.3L3927.9,167.5z"/>
</g>
<g id="Group_18_11_" transform="translate(-1440 444)">
<circle id="Ellipse_6_11_" fill="#0D3547" cx="3679" cy="252" r="8"/>
<rect id="Rectangle_2_11_" x="3678" y="248" fill="#FFFFFF" width="2" height="8"/>
<rect id="Rectangle_3_11_" x="3675" y="251" fill="#FFFFFF" width="8" height="2"/>
</g>
<g id="Group_34_2_" transform="translate(-364 769)">
<g id="Path_29_2_" transform="translate(-1260.004 -106.031)">
<path fill="#FFFFFF" d="M3920,208h-60v-60h60V208z"/>
<path fill="#0D3547" d="M3861,149v58h58v-58H3861 M3859,147h62v62h-62V147z"/>
</g>
<g>
<path id="Intersection_1_29_" fill="none" stroke="#0D3547" stroke-width="2" d="M2631.6,78.2l-15.3,0l-7.8-13.3l6.9-12.1
l15.4,0.1l7.7,13.4L2631.6,78.2z"/>
<path fill="none" stroke="#715EC7" stroke-width="2" stroke-miterlimit="10" d="M2614.7,60.4c2.8-4.8,8.9-6.4,13.7-3.7
c4.8,2.8,6.4,8.9,3.7,13.7c-2.8,4.8-8.9,6.4-13.7,3.7C2613.5,71.3,2611.9,65.2,2614.7,60.4z"/>
<path fill="#715EC7" d="M2622,64.6c0.4-0.7,1.3-1,2-0.5c0.7,0.4,1,1.3,0.5,2c-0.4,0.7-1.3,1-2,0.5
C2621.9,66.3,2621.6,65.3,2622,64.6z"/>
</g>
<g enable-background="new ">
<path fill="#0D3547" d="M2640.5,82.2v2.2h-1.2v-5.7h1.7c0.8,0,1.3,0.1,1.7,0.4c0.4,0.3,0.6,0.7,0.6,1.3c0,0.3-0.1,0.6-0.3,0.9
c-0.2,0.3-0.4,0.5-0.8,0.6l1.7,2.5h-1.3l-1.4-2.2H2640.5z M2640.5,81.2h0.4c0.4,0,0.7-0.1,0.8-0.2c0.2-0.1,0.3-0.3,0.3-0.6
c0-0.3-0.1-0.5-0.3-0.6c-0.2-0.1-0.5-0.2-0.9-0.2h-0.4V81.2z"/>
<path fill="#0D3547" d="M2645.8,84.4h-1.2v-5.7h3.3v1h-2.1v1.5h1.9v1h-1.9V84.4z"/>
<path fill="#0D3547" d="M2654.5,81.6c0,0.5,0,0.9-0.1,1.2c-0.1,0.4-0.2,0.7-0.3,0.9c-0.2,0.3-0.4,0.4-0.6,0.6
c-0.2,0.1-0.5,0.2-0.9,0.2c-0.3,0-0.6-0.1-0.9-0.2c-0.2-0.1-0.4-0.3-0.6-0.6c-0.2-0.3-0.3-0.6-0.4-0.9c-0.1-0.4-0.1-0.8-0.1-1.2
s0-0.9,0.1-1.2c0.1-0.4,0.2-0.7,0.3-0.9s0.4-0.4,0.6-0.6c0.2-0.1,0.5-0.2,0.9-0.2c0.3,0,0.6,0.1,0.9,0.2
c0.2,0.1,0.4,0.3,0.6,0.6s0.3,0.6,0.4,0.9C2654.5,80.7,2654.5,81.1,2654.5,81.6z M2651.8,81.6c0,0.7,0.1,1.1,0.2,1.5
c0.1,0.3,0.3,0.5,0.6,0.5c0.3,0,0.5-0.2,0.6-0.5c0.1-0.3,0.2-0.8,0.2-1.5c0-0.7-0.1-1.1-0.2-1.5c-0.1-0.3-0.3-0.5-0.6-0.5
c-0.1,0-0.3,0-0.3,0.1c-0.1,0.1-0.2,0.2-0.2,0.4c-0.1,0.2-0.1,0.4-0.1,0.6C2651.8,80.9,2651.8,81.2,2651.8,81.6z"/>
</g>
<circle id="Ellipse_11_2_" fill="#5EC793" cx="2610.2" cy="91.8" r="3.4"/>
<circle id="Ellipse_12_2_" fill="#C75E5E" cx="2621.4" cy="91.8" r="3.4"/>
</g>
<g id="Group_35_2_" transform="translate(-364 835)">
<g id="Path_29-2_2_" transform="translate(-1260.004 -106.031)">
<path fill="#FFFFFF" d="M3920,208h-60v-60h60V208z"/>
<path fill="#0D3547" d="M3861,149v58h58v-58H3861 M3859,147h62v62h-62V147z"/>
</g>
<g>
<path id="Intersection_1_28_" fill="none" stroke="#0D3547" stroke-width="2" d="M2631.6,78.2l-15.3,0l-7.8-13.3l6.9-12.1
l15.4,0.1l7.7,13.4L2631.6,78.2z"/>
<path fill="none" stroke="#715EC7" stroke-width="2" stroke-miterlimit="10" d="M2614.7,60.4c2.8-4.8,8.9-6.4,13.7-3.7
c4.8,2.8,6.4,8.9,3.7,13.7c-2.8,4.8-8.9,6.4-13.7,3.7C2613.5,71.3,2611.9,65.2,2614.7,60.4z"/>
<path fill="#715EC7" d="M2622,64.6c0.4-0.7,1.3-1,2-0.5c0.7,0.4,1,1.3,0.5,2c-0.4,0.7-1.3,1-2,0.5
C2621.9,66.3,2621.6,65.3,2622,64.6z"/>
</g>
<g enable-background="new ">
<path fill="#0D3547" d="M2640.5,82.2v2.2h-1.2v-5.7h1.7c0.8,0,1.3,0.1,1.7,0.4c0.4,0.3,0.6,0.7,0.6,1.3c0,0.3-0.1,0.6-0.3,0.9
c-0.2,0.3-0.4,0.5-0.8,0.6l1.7,2.5h-1.3l-1.4-2.2H2640.5z M2640.5,81.2h0.4c0.4,0,0.7-0.1,0.8-0.2c0.2-0.1,0.3-0.3,0.3-0.6
c0-0.3-0.1-0.5-0.3-0.6c-0.2-0.1-0.5-0.2-0.9-0.2h-0.4V81.2z"/>
<path fill="#0D3547" d="M2645.8,84.4h-1.2v-5.7h3.3v1h-2.1v1.5h1.9v1h-1.9V84.4z"/>
<path fill="#0D3547" d="M2653.5,84.4h-1.2v-3.3c0-0.1,0-0.1,0-0.2c0-0.1,0-0.2,0-0.3s0-0.2,0-0.3s0-0.2,0-0.3c0,0,0,0-0.1,0.1
s-0.1,0.1-0.1,0.1s-0.1,0.1-0.1,0.1c0,0-0.1,0.1-0.1,0.1l-0.7,0.5l-0.6-0.7l1.8-1.5h1V84.4z"/>
</g>
<circle id="Ellipse_11-2_2_" fill="#5EC793" cx="2610.2" cy="91.8" r="3.4"/>
<circle id="Ellipse_12-2_2_" fill="#C75E5E" cx="2621.4" cy="91.8" r="3.4"/>
</g>
<g id="Group_36_2_" transform="translate(-364 901)">
<g id="Path_29-3_2_" transform="translate(-1260.004 -106.031)">
<path fill="#FFFFFF" d="M3920,208h-60v-60h60V208z"/>
<path fill="#0D3547" d="M3861,149v58h58v-58H3861 M3859,147h62v62h-62V147z"/>
</g>
<g>
<path id="Intersection_1_27_" fill="none" stroke="#0D3547" stroke-width="2" d="M2631.6,78.2l-15.3,0l-7.8-13.3l6.9-12.1
l15.4,0.1l7.7,13.4L2631.6,78.2z"/>
<path fill="none" stroke="#715EC7" stroke-width="2" stroke-miterlimit="10" d="M2614.7,60.4c2.8-4.8,8.9-6.4,13.7-3.7
c4.8,2.8,6.4,8.9,3.7,13.7c-2.8,4.8-8.9,6.4-13.7,3.7C2613.5,71.3,2611.9,65.2,2614.7,60.4z"/>
<path fill="#715EC7" d="M2622,64.6c0.4-0.7,1.3-1,2-0.5c0.7,0.4,1,1.3,0.5,2c-0.4,0.7-1.3,1-2,0.5
C2621.9,66.3,2621.6,65.3,2622,64.6z"/>
</g>
<g enable-background="new ">
<path fill="#0D3547" d="M2640.5,82.2v2.2h-1.2v-5.7h1.7c0.8,0,1.3,0.1,1.7,0.4c0.4,0.3,0.6,0.7,0.6,1.3c0,0.3-0.1,0.6-0.3,0.9
c-0.2,0.3-0.4,0.5-0.8,0.6l1.7,2.5h-1.3l-1.4-2.2H2640.5z M2640.5,81.2h0.4c0.4,0,0.7-0.1,0.8-0.2c0.2-0.1,0.3-0.3,0.3-0.6
c0-0.3-0.1-0.5-0.3-0.6c-0.2-0.1-0.5-0.2-0.9-0.2h-0.4V81.2z"/>
<path fill="#0D3547" d="M2645.8,84.4h-1.2v-5.7h3.3v1h-2.1v1.5h1.9v1h-1.9V84.4z"/>
<path fill="#0D3547" d="M2654.5,84.4h-3.8v-0.8l1.3-1.4c0.2-0.2,0.3-0.4,0.5-0.5c0.1-0.2,0.3-0.3,0.4-0.4
c0.1-0.1,0.2-0.3,0.2-0.4s0.1-0.3,0.1-0.5c0-0.2-0.1-0.3-0.2-0.4c-0.1-0.1-0.3-0.2-0.5-0.2c-0.2,0-0.4,0.1-0.6,0.2
c-0.2,0.1-0.4,0.2-0.6,0.4l-0.7-0.8c0.1-0.1,0.2-0.2,0.4-0.3c0.1-0.1,0.3-0.2,0.4-0.3c0.2-0.1,0.3-0.1,0.5-0.2
c0.2,0,0.4-0.1,0.6-0.1c0.3,0,0.5,0,0.7,0.1c0.2,0.1,0.4,0.2,0.6,0.3c0.2,0.1,0.3,0.3,0.4,0.5s0.1,0.4,0.1,0.7
c0,0.2,0,0.4-0.1,0.6s-0.2,0.4-0.3,0.6c-0.1,0.2-0.3,0.4-0.5,0.6c-0.2,0.2-0.4,0.4-0.6,0.6l-0.7,0.7v0.1h2.3V84.4z"/>
</g>
<circle id="Ellipse_11-3_2_" fill="#5EC793" cx="2610.2" cy="91.8" r="3.4"/>
<circle id="Ellipse_12-3_2_" fill="#C75E5E" cx="2621.4" cy="91.8" r="3.4"/>
</g>
<g id="Group_37_2_" transform="translate(-364 967)">
<g id="Path_29-4_2_" transform="translate(-1260.004 -106.031)">
<path fill="#FFFFFF" d="M3920,208h-60v-60h60V208z"/>
<path fill="#0D3547" d="M3861,149v58h58v-58H3861 M3859,147h62v62h-62V147z"/>
</g>
<g>
<path id="Intersection_1_26_" fill="none" stroke="#0D3547" stroke-width="2" d="M2631.6,78.2l-15.3,0l-7.8-13.3l6.9-12.1
l15.4,0.1l7.7,13.4L2631.6,78.2z"/>
<path fill="none" stroke="#715EC7" stroke-width="2" stroke-miterlimit="10" d="M2614.7,60.4c2.8-4.8,8.9-6.4,13.7-3.7
c4.8,2.8,6.4,8.9,3.7,13.7c-2.8,4.8-8.9,6.4-13.7,3.7C2613.5,71.3,2611.9,65.2,2614.7,60.4z"/>
<path fill="#715EC7" d="M2622,64.6c0.4-0.7,1.3-1,2-0.5c0.7,0.4,1,1.3,0.5,2c-0.4,0.7-1.3,1-2,0.5
C2621.9,66.3,2621.6,65.3,2622,64.6z"/>
</g>
<g enable-background="new ">
<path fill="#0D3547" d="M2640.5,82.2v2.2h-1.2v-5.7h1.7c0.8,0,1.3,0.1,1.7,0.4c0.4,0.3,0.6,0.7,0.6,1.3c0,0.3-0.1,0.6-0.3,0.9
c-0.2,0.3-0.4,0.5-0.8,0.6l1.7,2.5h-1.3l-1.4-2.2H2640.5z M2640.5,81.2h0.4c0.4,0,0.7-0.1,0.8-0.2c0.2-0.1,0.3-0.3,0.3-0.6
c0-0.3-0.1-0.5-0.3-0.6c-0.2-0.1-0.5-0.2-0.9-0.2h-0.4V81.2z"/>
<path fill="#0D3547" d="M2645.8,84.4h-1.2v-5.7h3.3v1h-2.1v1.5h1.9v1h-1.9V84.4z"/>
<path fill="#0D3547" d="M2654.3,80c0,0.2,0,0.4-0.1,0.5c-0.1,0.2-0.2,0.3-0.3,0.4c-0.1,0.1-0.2,0.2-0.4,0.3
c-0.2,0.1-0.3,0.1-0.5,0.2v0c0.5,0.1,0.8,0.2,1,0.4c0.2,0.2,0.4,0.5,0.4,0.9c0,0.2,0,0.5-0.1,0.7s-0.2,0.4-0.4,0.6
c-0.2,0.2-0.4,0.3-0.7,0.4c-0.3,0.1-0.6,0.1-1,0.1c-0.3,0-0.6,0-0.9-0.1c-0.3-0.1-0.5-0.1-0.8-0.2v-1c0.1,0.1,0.2,0.1,0.4,0.2
c0.1,0,0.3,0.1,0.4,0.1c0.1,0,0.3,0.1,0.4,0.1c0.1,0,0.2,0,0.4,0c0.2,0,0.4,0,0.6-0.1s0.3-0.1,0.4-0.2c0.1-0.1,0.2-0.2,0.2-0.3
c0-0.1,0.1-0.2,0.1-0.3c0-0.1,0-0.2-0.1-0.3c0-0.1-0.1-0.2-0.2-0.2c-0.1-0.1-0.2-0.1-0.4-0.2c-0.2,0-0.4-0.1-0.6-0.1h-0.4v-0.8
h0.4c0.2,0,0.4,0,0.6-0.1c0.2,0,0.3-0.1,0.4-0.2c0.1-0.1,0.2-0.2,0.2-0.3s0.1-0.2,0.1-0.3c0-0.2-0.1-0.4-0.2-0.5
c-0.1-0.1-0.3-0.2-0.6-0.2c-0.1,0-0.2,0-0.3,0c-0.1,0-0.2,0.1-0.3,0.1c-0.1,0-0.2,0.1-0.3,0.1c-0.1,0-0.1,0.1-0.2,0.1l-0.6-0.8
c0.1-0.1,0.2-0.2,0.4-0.2s0.3-0.1,0.4-0.2c0.2-0.1,0.3-0.1,0.5-0.1c0.2,0,0.4,0,0.6,0c0.3,0,0.5,0,0.8,0.1s0.4,0.1,0.6,0.3
s0.3,0.3,0.4,0.4S2654.3,79.8,2654.3,80z"/>
</g>
<circle id="Ellipse_11-4_2_" fill="#5EC793" cx="2610.2" cy="91.8" r="3.4"/>
<circle id="Ellipse_12-4_2_" fill="#C75E5E" cx="2621.4" cy="91.8" r="3.4"/>
</g>
<g id="Group_38_2_" transform="translate(-364 769)">
<path id="Path_29-5_2_" fill="#FFFFFF" d="M2599,305h62v62h-62V305z"/>
<g>
<path id="Intersection_1_25_" fill="none" stroke="#0D3547" stroke-width="2" d="M2631.6,342.2l-15.3,0l-7.8-13.3l6.9-12.1
l15.4,0.1l7.7,13.4L2631.6,342.2z"/>
<path fill="none" stroke="#715EC7" stroke-width="2" stroke-miterlimit="10" d="M2614.7,324.4c2.8-4.8,8.9-6.4,13.7-3.7
c4.8,2.8,6.4,8.9,3.7,13.7s-8.9,6.4-13.7,3.7C2613.5,335.3,2611.9,329.2,2614.7,324.4z"/>
<path fill="#715EC7" d="M2622,328.6c0.4-0.7,1.3-1,2-0.5c0.7,0.4,1,1.3,0.5,2c-0.4,0.7-1.3,1-2,0.5S2621.6,329.3,2622,328.6z"/>
</g>
<g enable-background="new ">
<path fill="#0D3547" d="M2643.2,348.4h-3.3v-5.7h3.3v1h-2.1v1.3h1.9v1h-1.9v1.5h2.1V348.4z"/>
<path fill="#0D3547" d="M2649,348.4h-1.4l-1.3-2.2l-1.3,2.2h-1.3l1.9-2.9l-1.8-2.8h1.3l1.2,2.1l1.2-2.1h1.3l-1.8,2.8L2649,348.4
z"/>
<path fill="#0D3547" d="M2651.9,348.4h-1.2v-4.7h-1.6v-1h4.3v1h-1.6V348.4z"/>
</g>
<g enable-background="new ">
<path fill="#0D3547" d="M2641.8,353.6c-0.5,0-0.8,0.2-1.1,0.5s-0.4,0.8-0.4,1.4c0,1.3,0.5,1.9,1.4,1.9c0.4,0,0.9-0.1,1.5-0.3v1
c-0.5,0.2-1,0.3-1.6,0.3c-0.8,0-1.5-0.3-1.9-0.8c-0.4-0.5-0.7-1.2-0.7-2.2c0-0.6,0.1-1.1,0.3-1.6c0.2-0.4,0.5-0.8,0.9-1
c0.4-0.2,0.9-0.4,1.4-0.4c0.6,0,1.1,0.1,1.7,0.4l-0.4,1c-0.2-0.1-0.4-0.2-0.6-0.3C2642.2,353.7,2642,353.6,2641.8,353.6z"/>
<path fill="#0D3547" d="M2644.5,358.4v-5.7h1.2v4.7h2.3v1H2644.5z"/>
<path fill="#0D3547" d="M2653.6,358.4h-1.4l-1.5-2.4l-0.5,0.4v2h-1.2v-5.7h1.2v2.6l0.5-0.7l1.5-1.9h1.3l-2,2.5L2653.6,358.4z"/>
</g>
<g enable-background="new ">
<path fill="#0D3547" d="M2646.8,368.4h-2.6v-0.7l0.7-0.3v-3.7l-0.7-0.3v-0.7h2.6v0.7l-0.7,0.3v3.7l0.7,0.3V368.4z"/>
<path fill="#0D3547" d="M2652.9,368.4h-1.5l-2.5-4.3h0c0,0.8,0.1,1.3,0.1,1.6v2.7h-1.1v-5.7h1.5l2.5,4.3h0
c0-0.7-0.1-1.3-0.1-1.6v-2.7h1.1V368.4z"/>
</g>
<circle id="Ellipse_11-5_2_" fill="#5EC793" cx="2610.2" cy="355.8" r="3.4"/>
<circle id="Ellipse_12-5_2_" fill="#C75E5E" cx="2621.4" cy="355.8" r="3.4"/>
</g>
<g id="Group_77_4_" transform="translate(-1440 907)">
<circle id="Ellipse_6-2_11_" fill="#0D3547" cx="3679" cy="252" r="8"/>
<rect id="Rectangle_2-2_11_" x="3678" y="248" fill="#FFFFFF" width="2" height="8"/>
<rect id="Rectangle_3-2_11_" x="3675" y="251" fill="#FFFFFF" width="8" height="2"/>
</g>
<g enable-background="new ">
<path fill="#715EC7" d="M2255.6,774l-1.7-5.6h0c0.1,1.1,0.1,1.9,0.1,2.3v3.3h-1.4v-7.1h2.1l1.7,5.5h0l1.8-5.5h2.1v7.1h-1.4v-3.4
c0-0.2,0-0.3,0-0.6s0-0.8,0.1-1.7h0l-1.8,5.6H2255.6z"/>
<path fill="#715EC7" d="M2261.8,767.1c0-0.5,0.3-0.7,0.8-0.7c0.5,0,0.8,0.2,0.8,0.7c0,0.2-0.1,0.4-0.2,0.5
c-0.1,0.1-0.3,0.2-0.6,0.2C2262.1,767.8,2261.8,767.6,2261.8,767.1z M2263.4,774h-1.5v-5.5h1.5V774z"/>
<path fill="#715EC7" d="M2268,768.4c0.2,0,0.4,0,0.5,0l-0.1,1.4c-0.1,0-0.3,0-0.4,0c-0.5,0-0.8,0.1-1.1,0.4s-0.4,0.6-0.4,1v2.8
h-1.5v-5.5h1.1l0.2,0.9h0.1c0.2-0.3,0.4-0.6,0.7-0.7C2267.3,768.5,2267.7,768.4,2268,768.4z"/>
<path fill="#715EC7" d="M2274.5,774h-1.5v-3.2c0-0.4-0.1-0.7-0.2-0.9c-0.1-0.2-0.4-0.3-0.7-0.3c-0.4,0-0.7,0.1-0.9,0.4
c-0.2,0.3-0.3,0.7-0.3,1.4v2.6h-1.5v-5.5h1.1l0.2,0.7h0.1c0.2-0.3,0.4-0.5,0.7-0.6c0.3-0.1,0.6-0.2,1-0.2c0.6,0,1.1,0.2,1.4,0.5
c0.3,0.3,0.5,0.8,0.5,1.5V774z"/>
<path fill="#715EC7" d="M2275.3,768.5h1.6l1,3.1c0.1,0.3,0.1,0.6,0.2,0.9h0c0-0.3,0.1-0.7,0.2-0.9l1-3.1h1.6l-2.3,6.2
c-0.2,0.6-0.5,1-0.9,1.3s-0.9,0.4-1.4,0.4c-0.3,0-0.5,0-0.8-0.1v-1.2c0.2,0,0.4,0.1,0.6,0.1c0.3,0,0.5-0.1,0.7-0.2
c0.2-0.2,0.4-0.4,0.5-0.7l0.1-0.3L2275.3,768.5z"/>
</g>
<g>
<path fill="#0D3547" d="M2235,789.5h-0.9v1.5h-1.5v-1.5h-2.9v-1l3-4.6h1.4v4.5h0.9V789.5z M2232.7,788.4v-1.2c0,0,0-0.1,0-0.2
c0-0.1,0-0.2,0-0.3s0-0.2,0-0.3c0-0.1,0-0.2,0-0.3c0-0.1,0-0.2,0-0.3c0-0.1,0-0.1,0-0.2h0c-0.1,0.1-0.1,0.3-0.2,0.4
c-0.1,0.2-0.2,0.3-0.3,0.5l-1.2,1.8H2232.7z"/>
<path fill="#0D3547" d="M2237.1,788.2l-1.8-2.7h1.7l1.1,1.7l1.1-1.7h1.7l-1.8,2.7l1.9,2.8h-1.7l-1.1-1.9l-1.2,1.9h-1.7
L2237.1,788.2z"/>
<path fill="#0D3547" d="M2254.6,786.1c0,0.8-0.2,1.4-0.7,1.8c-0.5,0.4-1.2,0.6-2,0.6h-0.6v2.5h-1.5v-7.1h2.3c0.9,0,1.5,0.2,2,0.6
C2254.4,784.8,2254.6,785.4,2254.6,786.1z M2251.2,787.2h0.5c0.5,0,0.8-0.1,1-0.3c0.2-0.2,0.3-0.5,0.3-0.8c0-0.4-0.1-0.6-0.3-0.8
c-0.2-0.2-0.5-0.3-0.9-0.3h-0.7V787.2z"/>
<path fill="#0D3547" d="M2256,791v-7.1h1.5v5.9h2.9v1.2H2256z"/>
<path fill="#0D3547" d="M2261.6,791v-7.1h1.5v5.9h2.9v1.2H2261.6z"/>
<path fill="#0D3547" d="M2278.8,789.4c0,0.6-0.2,1-0.6,1.3c-0.4,0.3-1,0.4-1.7,0.4c-0.4,0-0.7,0-1-0.1c-0.3-0.1-0.5-0.1-0.8-0.2
v-1.2c0.3,0.1,0.6,0.2,0.9,0.3c0.3,0.1,0.7,0.1,0.9,0.1c0.5,0,0.8-0.2,0.8-0.5c0-0.1,0-0.2-0.1-0.3c-0.1-0.1-0.2-0.2-0.4-0.2
c-0.2-0.1-0.4-0.2-0.7-0.3c-0.4-0.2-0.7-0.3-0.9-0.5c-0.2-0.1-0.3-0.3-0.4-0.5c-0.1-0.2-0.1-0.4-0.1-0.7c0-0.5,0.2-0.9,0.6-1.1
c0.4-0.3,0.9-0.4,1.6-0.4c0.7,0,1.3,0.1,1.9,0.4l-0.4,1.1c-0.3-0.1-0.5-0.2-0.8-0.3s-0.5-0.1-0.7-0.1c-0.4,0-0.7,0.1-0.7,0.4
c0,0.1,0.1,0.2,0.2,0.3c0.1,0.1,0.5,0.2,0.9,0.4c0.4,0.2,0.7,0.3,0.9,0.5s0.3,0.3,0.4,0.5S2278.8,789.1,2278.8,789.4z"/>
<path fill="#0D3547" d="M2279.2,785.5h1.6l1,3.1c0.1,0.3,0.1,0.6,0.2,0.9h0c0-0.3,0.1-0.7,0.2-0.9l1-3.1h1.6l-2.3,6.2
c-0.2,0.6-0.5,1-0.9,1.3c-0.4,0.3-0.8,0.4-1.4,0.4c-0.3,0-0.5,0-0.8-0.1v-1.2c0.2,0,0.4,0.1,0.6,0.1c0.3,0,0.5-0.1,0.7-0.2
c0.2-0.2,0.3-0.4,0.5-0.7l0.1-0.3L2279.2,785.5z"/>
<path fill="#0D3547" d="M2290.7,791h-1.5v-3.2c0-0.4-0.1-0.7-0.2-0.9c-0.1-0.2-0.4-0.3-0.7-0.3c-0.4,0-0.7,0.1-0.9,0.4
c-0.2,0.3-0.3,0.7-0.3,1.4v2.6h-1.5v-5.5h1.1l0.2,0.7h0.1c0.2-0.3,0.4-0.5,0.7-0.6c0.3-0.1,0.6-0.2,1-0.2c0.6,0,1.1,0.2,1.4,0.5
c0.3,0.3,0.5,0.8,0.5,1.5V791z"/>
<path fill="#0D3547" d="M2294.5,789.9c0.3,0,0.6-0.1,0.9-0.2v1.1c-0.4,0.2-0.8,0.2-1.4,0.2c-0.6,0-1-0.2-1.3-0.5
c-0.3-0.3-0.4-0.8-0.4-1.4v-2.6h-0.7V786l0.8-0.5l0.4-1.2h1v1.2h1.5v1.1h-1.5v2.6c0,0.2,0.1,0.4,0.2,0.5
C2294.1,789.9,2294.3,789.9,2294.5,789.9z"/>
<path fill="#0D3547" d="M2301.6,791h-1.5v-3.2c0-0.8-0.3-1.2-0.9-1.2c-0.4,0-0.7,0.1-0.9,0.4s-0.3,0.7-0.3,1.4v2.6h-1.5v-7.6h1.5
v1.5c0,0.1,0,0.4,0,0.8l0,0.4h0.1c0.3-0.5,0.9-0.8,1.6-0.8c0.6,0,1.1,0.2,1.5,0.5s0.5,0.8,0.5,1.5V791z"/>
</g>
</g>
</g>
<g id="Stabiliser">
</g>
</svg>

After

Width:  |  Height:  |  Size: 23 KiB

View File

@ -0,0 +1,619 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 18.1.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
viewBox="1114.1 151 180 500" enable-background="new 1114.1 151 180 500" xml:space="preserve">
<g id="Kasli">
</g>
<g id="Kasli_with_backplane">
</g>
<g id="zotino">
</g>
<g id="Novo">
<g id="novo-" transform="translate(364 434)">
<g id="Rectangle_1-2" transform="translate(-1908 531)">
<rect x="2658.1" y="-814" fill="#FFFFFF" width="180" height="500"/>
<rect x="2659.1" y="-813" fill="none" stroke="#0D3547" stroke-width="2" width="178" height="498"/>
</g>
<g enable-background="new ">
<path fill="#0D3547" d="M785.6-177.2c0.3,0,0.6,0,0.8,0.1s0.5,0.2,0.7,0.3c0.2,0.1,0.4,0.3,0.5,0.5s0.2,0.5,0.2,0.8
c0,0.2,0,0.4-0.1,0.6c-0.1,0.2-0.2,0.3-0.3,0.5c-0.1,0.1-0.2,0.3-0.4,0.4s-0.3,0.2-0.5,0.3c0.2,0.1,0.4,0.2,0.6,0.3
s0.3,0.3,0.5,0.4c0.1,0.2,0.3,0.3,0.3,0.5c0.1,0.2,0.1,0.4,0.1,0.6c0,0.3-0.1,0.6-0.2,0.8s-0.3,0.4-0.5,0.6
c-0.2,0.2-0.5,0.3-0.8,0.4c-0.3,0.1-0.6,0.1-1,0.1c-0.4,0-0.7,0-1-0.1c-0.3-0.1-0.6-0.2-0.8-0.4s-0.4-0.4-0.5-0.6
c-0.1-0.2-0.2-0.5-0.2-0.8c0-0.2,0-0.5,0.1-0.7c0.1-0.2,0.2-0.4,0.3-0.5c0.1-0.2,0.3-0.3,0.4-0.4s0.3-0.2,0.5-0.3
c-0.2-0.1-0.3-0.2-0.4-0.3c-0.1-0.1-0.3-0.2-0.4-0.4c-0.1-0.1-0.2-0.3-0.2-0.5c-0.1-0.2-0.1-0.4-0.1-0.6c0-0.3,0.1-0.5,0.2-0.7
c0.1-0.2,0.3-0.4,0.5-0.5c0.2-0.1,0.4-0.3,0.7-0.3S785.3-177.2,785.6-177.2z M784.6-171.9c0,0.1,0,0.2,0.1,0.4
c0,0.1,0.1,0.2,0.2,0.3s0.2,0.1,0.3,0.2c0.1,0,0.3,0.1,0.4,0.1c0.3,0,0.6-0.1,0.8-0.2c0.2-0.2,0.3-0.4,0.3-0.6
c0-0.1,0-0.3-0.1-0.4c-0.1-0.1-0.1-0.2-0.2-0.3c-0.1-0.1-0.2-0.2-0.3-0.3c-0.1-0.1-0.2-0.2-0.3-0.2l-0.1-0.1
c-0.1,0.1-0.3,0.1-0.4,0.2c-0.1,0.1-0.2,0.2-0.3,0.3c-0.1,0.1-0.1,0.2-0.2,0.3C784.6-172.2,784.6-172,784.6-171.9z M785.6-176.1
c-0.1,0-0.2,0-0.3,0s-0.2,0.1-0.2,0.1c-0.1,0.1-0.1,0.1-0.2,0.2s-0.1,0.2-0.1,0.3c0,0.1,0,0.3,0.1,0.4c0,0.1,0.1,0.2,0.2,0.3
c0.1,0.1,0.2,0.1,0.2,0.2c0.1,0.1,0.2,0.1,0.3,0.2c0.1-0.1,0.2-0.1,0.3-0.2c0.1-0.1,0.2-0.1,0.2-0.2c0.1-0.1,0.1-0.2,0.2-0.3
c0-0.1,0.1-0.2,0.1-0.3c0-0.1,0-0.2-0.1-0.3s-0.1-0.2-0.2-0.2c-0.1-0.1-0.1-0.1-0.2-0.1C785.8-176.1,785.7-176.1,785.6-176.1z"/>
<path fill="#0D3547" d="M790.2-172.8l-1.8-2.7h1.7l1.1,1.7l1.1-1.7h1.7l-1.8,2.7l1.9,2.8h-1.7l-1.1-1.9l-1.2,1.9h-1.7
L790.2-172.8z"/>
<path fill="#0D3547" d="M805.9-170h-1.5v-4.1c0-0.1,0-0.2,0-0.3c0-0.1,0-0.2,0-0.4c0-0.1,0-0.3,0-0.4s0-0.2,0-0.4
c0,0,0,0-0.1,0.1s-0.1,0.1-0.1,0.1c0,0-0.1,0.1-0.2,0.1c-0.1,0-0.1,0.1-0.2,0.1l-0.8,0.7l-0.7-0.9l2.3-1.8h1.2V-170z"/>
<path fill="#0D3547" d="M811.3-170l-1.7-5.6h0c0.1,1.1,0.1,1.9,0.1,2.3v3.3h-1.4v-7.1h2.1l1.7,5.5h0l1.8-5.5h2.1v7.1h-1.4v-3.4
c0-0.2,0-0.3,0-0.6s0-0.8,0.1-1.7h0l-1.8,5.6H811.3z"/>
<path fill="#0D3547" d="M821.9-172c0,0.6-0.2,1.2-0.7,1.5s-1.1,0.6-1.9,0.6c-0.8,0-1.4-0.1-2-0.4v-1.4c0.5,0.2,0.9,0.4,1.2,0.5
c0.3,0.1,0.6,0.1,0.9,0.1c0.3,0,0.6-0.1,0.8-0.2c0.2-0.1,0.3-0.3,0.3-0.6c0-0.1,0-0.3-0.1-0.4c-0.1-0.1-0.2-0.2-0.3-0.3
s-0.5-0.3-0.9-0.5c-0.4-0.2-0.8-0.4-1-0.6c-0.2-0.2-0.4-0.4-0.5-0.7c-0.1-0.3-0.2-0.5-0.2-0.9c0-0.6,0.2-1.1,0.6-1.5
c0.4-0.4,1-0.5,1.8-0.5c0.4,0,0.7,0,1.1,0.1s0.7,0.2,1.1,0.4l-0.5,1.2c-0.4-0.2-0.7-0.3-0.9-0.3s-0.5-0.1-0.7-0.1
c-0.3,0-0.5,0.1-0.7,0.2c-0.2,0.1-0.2,0.3-0.2,0.5c0,0.1,0,0.2,0.1,0.3c0.1,0.1,0.2,0.2,0.3,0.3c0.1,0.1,0.5,0.3,1,0.5
c0.7,0.3,1.1,0.6,1.4,1C821.8-172.8,821.9-172.4,821.9-172z"/>
<path fill="#0D3547" d="M826.7-178.3l-2.7,10h-1.3l2.7-10H826.7z"/>
<path fill="#0D3547" d="M831.6-171.6c0,0.6-0.2,1-0.6,1.3c-0.4,0.3-1,0.4-1.7,0.4c-0.4,0-0.7,0-1-0.1c-0.3-0.1-0.5-0.1-0.8-0.2
v-1.2c0.3,0.1,0.6,0.2,0.9,0.3s0.7,0.1,0.9,0.1c0.5,0,0.8-0.2,0.8-0.5c0-0.1,0-0.2-0.1-0.3c-0.1-0.1-0.2-0.2-0.4-0.2
c-0.2-0.1-0.4-0.2-0.7-0.3c-0.4-0.2-0.7-0.3-0.9-0.5c-0.2-0.1-0.3-0.3-0.4-0.5c-0.1-0.2-0.1-0.4-0.1-0.7c0-0.5,0.2-0.9,0.6-1.1
c0.4-0.3,0.9-0.4,1.6-0.4c0.7,0,1.3,0.1,1.9,0.4l-0.4,1.1c-0.3-0.1-0.5-0.2-0.8-0.3c-0.2-0.1-0.5-0.1-0.7-0.1
c-0.4,0-0.7,0.1-0.7,0.4c0,0.1,0.1,0.2,0.2,0.3s0.5,0.2,0.9,0.4c0.4,0.2,0.7,0.3,0.9,0.5c0.2,0.1,0.3,0.3,0.4,0.5
C831.6-172.1,831.6-171.9,831.6-171.6z"/>
<path fill="#0D3547" d="M843.8-170h-1.5v-4.1c0-0.1,0-0.2,0-0.3c0-0.1,0-0.2,0-0.4c0-0.1,0-0.3,0-0.4s0-0.2,0-0.4
c0,0,0,0-0.1,0.1s-0.1,0.1-0.1,0.1c0,0-0.1,0.1-0.2,0.1c-0.1,0-0.1,0.1-0.2,0.1l-0.8,0.7l-0.7-0.9l2.3-1.8h1.2V-170z"/>
<path fill="#0D3547" d="M845.7-173c0-0.3,0-0.7,0.1-1c0-0.3,0.1-0.7,0.2-1c0.1-0.3,0.2-0.6,0.4-0.9c0.2-0.3,0.4-0.5,0.6-0.7
c0.3-0.2,0.6-0.4,0.9-0.5c0.4-0.1,0.8-0.2,1.2-0.2c0.1,0,0.1,0,0.2,0c0.1,0,0.2,0,0.2,0c0.1,0,0.2,0,0.2,0s0.1,0,0.2,0v1.2
c-0.1,0-0.3-0.1-0.4-0.1c-0.1,0-0.3,0-0.4,0c-0.4,0-0.8,0.1-1.1,0.2c-0.3,0.1-0.5,0.3-0.7,0.5s-0.3,0.4-0.4,0.7
c-0.1,0.3-0.1,0.6-0.1,0.9h0.1c0.1-0.1,0.1-0.2,0.2-0.3c0.1-0.1,0.2-0.2,0.3-0.3c0.1-0.1,0.3-0.1,0.4-0.2c0.2,0,0.3-0.1,0.5-0.1
c0.3,0,0.6,0.1,0.8,0.2c0.2,0.1,0.5,0.2,0.6,0.4s0.3,0.4,0.4,0.7c0.1,0.3,0.1,0.6,0.1,1c0,0.4-0.1,0.7-0.2,1
c-0.1,0.3-0.3,0.6-0.5,0.8c-0.2,0.2-0.4,0.4-0.7,0.5c-0.3,0.1-0.6,0.2-1,0.2c-0.4,0-0.7-0.1-1-0.2c-0.3-0.1-0.6-0.3-0.8-0.6
c-0.2-0.3-0.4-0.6-0.5-1C845.8-172,845.7-172.5,845.7-173z M848.2-171.1c0.1,0,0.3,0,0.4-0.1c0.1-0.1,0.2-0.1,0.3-0.2
c0.1-0.1,0.1-0.2,0.2-0.4s0.1-0.3,0.1-0.6c0-0.3-0.1-0.6-0.2-0.8c-0.1-0.2-0.4-0.3-0.7-0.3c-0.1,0-0.3,0-0.4,0.1
c-0.1,0.1-0.2,0.1-0.3,0.2s-0.2,0.2-0.2,0.3c0,0.1-0.1,0.2-0.1,0.4c0,0.2,0,0.3,0.1,0.5c0,0.2,0.1,0.3,0.2,0.4
c0.1,0.1,0.2,0.2,0.3,0.3S848-171.1,848.2-171.1z"/>
<path fill="#0D3547" d="M851.7-177.1h2.2c1,0,1.7,0.1,2.2,0.4c0.5,0.3,0.7,0.7,0.7,1.4c0,0.4-0.1,0.8-0.3,1s-0.5,0.4-0.8,0.5v0
c0.5,0.1,0.8,0.3,1,0.6s0.3,0.6,0.3,1.1c0,0.7-0.2,1.2-0.7,1.5c-0.5,0.4-1.1,0.5-1.9,0.5h-2.7V-177.1z M853.2-174.3h0.9
c0.4,0,0.7-0.1,0.9-0.2c0.2-0.1,0.3-0.3,0.3-0.6c0-0.3-0.1-0.5-0.3-0.6c-0.2-0.1-0.5-0.2-1-0.2h-0.8V-174.3z M853.2-173.1v1.9h1
c0.4,0,0.7-0.1,0.9-0.2c0.2-0.2,0.3-0.4,0.3-0.7c0-0.6-0.4-0.9-1.3-0.9H853.2z"/>
<path fill="#0D3547" d="M858.3-176.9c0-0.5,0.3-0.7,0.8-0.7c0.5,0,0.8,0.2,0.8,0.7c0,0.2-0.1,0.4-0.2,0.5
c-0.1,0.1-0.3,0.2-0.6,0.2C858.5-176.1,858.3-176.4,858.3-176.9z M859.8-170h-1.5v-5.5h1.5V-170z"/>
<path fill="#0D3547" d="M863.7-171.1c0.3,0,0.6-0.1,0.9-0.2v1.1c-0.4,0.2-0.8,0.2-1.4,0.2c-0.6,0-1-0.2-1.3-0.5
c-0.3-0.3-0.4-0.8-0.4-1.4v-2.6h-0.7v-0.6l0.8-0.5l0.4-1.2h1v1.2h1.5v1.1H863v2.6c0,0.2,0.1,0.4,0.2,0.5
C863.3-171.1,863.5-171.1,863.7-171.1z"/>
<path fill="#0D3547" d="M878-170l-0.5-1.7h-2.6l-0.5,1.7h-1.6l2.5-7.2h1.9l2.5,7.2H878z M877.1-173c-0.5-1.5-0.7-2.4-0.8-2.6
c-0.1-0.2-0.1-0.4-0.1-0.5c-0.1,0.4-0.4,1.4-0.9,3.1H877.1z"/>
<path fill="#0D3547" d="M886.5-173.6c0,1.2-0.3,2.1-1,2.7s-1.6,0.9-2.9,0.9h-2v-7.1h2.2c1.2,0,2.1,0.3,2.7,0.9
S886.5-174.7,886.5-173.6z M884.9-173.6c0-1.5-0.7-2.3-2-2.3H882v4.6h0.6C884.2-171.2,884.9-172,884.9-173.6z"/>
<path fill="#0D3547" d="M891-176c-0.6,0-1,0.2-1.3,0.6c-0.3,0.4-0.5,1-0.5,1.8c0,1.6,0.6,2.4,1.8,2.4c0.5,0,1.1-0.1,1.8-0.4v1.3
c-0.6,0.2-1.2,0.4-2,0.4c-1,0-1.8-0.3-2.4-0.9c-0.5-0.6-0.8-1.5-0.8-2.7c0-0.7,0.1-1.4,0.4-2c0.3-0.6,0.7-1,1.2-1.3
c0.5-0.3,1.1-0.4,1.8-0.4c0.7,0,1.4,0.2,2.1,0.5l-0.5,1.2c-0.3-0.1-0.5-0.2-0.8-0.3C891.5-175.9,891.2-176,891-176z"/>
</g>
<g id="Group_9-2" transform="translate(-2035 414)">
<circle id="Ellipse_4-2" fill="#5EC793" cx="2831.1" cy="-554" r="4"/>
<g enable-background="new ">
<path fill="#0D3547" d="M2805.4-554.9c0,0.8-0.2,1.4-0.7,1.8c-0.5,0.4-1.2,0.6-2,0.6h-0.6v2.5h-1.5v-7.1h2.3
c0.9,0,1.5,0.2,2,0.6C2805.2-556.2,2805.4-555.7,2805.4-554.9z M2802-553.8h0.5c0.5,0,0.8-0.1,1-0.3c0.2-0.2,0.3-0.5,0.3-0.8
c0-0.4-0.1-0.6-0.3-0.8c-0.2-0.2-0.5-0.3-0.9-0.3h-0.7V-553.8z"/>
<path fill="#0D3547" d="M2813.7-550h-1.7l-1-3.8c0-0.1-0.1-0.4-0.2-0.8c-0.1-0.4-0.1-0.7-0.1-0.8c0,0.2-0.1,0.5-0.1,0.8
c-0.1,0.4-0.1,0.7-0.2,0.8l-1,3.7h-1.7l-1.8-7.1h1.5l0.9,3.9c0.2,0.7,0.3,1.3,0.3,1.9c0-0.2,0.1-0.5,0.1-0.9
c0.1-0.4,0.1-0.7,0.2-0.9l1-4h1.4l1,4c0,0.2,0.1,0.5,0.2,0.8s0.1,0.7,0.2,0.9c0-0.3,0.1-0.6,0.2-1c0.1-0.4,0.1-0.7,0.2-0.9
l0.9-3.9h1.5L2813.7-550z"/>
<path fill="#0D3547" d="M2817.9-552.7v2.7h-1.5v-7.1h2.1c1,0,1.7,0.2,2.2,0.5c0.5,0.4,0.7,0.9,0.7,1.6c0,0.4-0.1,0.8-0.3,1.1
c-0.2,0.3-0.6,0.6-1,0.8l2.1,3.1h-1.7l-1.7-2.7H2817.9z M2817.9-554h0.5c0.5,0,0.8-0.1,1.1-0.2c0.2-0.2,0.3-0.4,0.3-0.8
c0-0.3-0.1-0.6-0.3-0.7c-0.2-0.1-0.6-0.2-1.1-0.2h-0.5V-554z"/>
</g>
<circle id="Ellipse_5-10" fill="#5EC793" cx="2844.1" cy="-554" r="4"/>
<g enable-background="new ">
<path fill="#0D3547" d="M2857-550l-1.7-5.6h0c0.1,1.1,0.1,1.9,0.1,2.3v3.3h-1.4v-7.1h2.1l1.7,5.5h0l1.8-5.5h2.1v7.1h-1.4v-3.4
c0-0.2,0-0.3,0-0.6s0-0.8,0.1-1.7h0l-1.8,5.6H2857z"/>
<path fill="#0D3547" d="M2868.3-552.7c0,0.9-0.2,1.6-0.7,2.1s-1.1,0.8-2,0.8c-0.5,0-1-0.1-1.4-0.3c-0.4-0.2-0.7-0.6-0.9-1
s-0.3-0.9-0.3-1.5c0-0.9,0.2-1.6,0.7-2.1c0.5-0.5,1.1-0.7,2-0.7c0.5,0,1,0.1,1.4,0.3s0.7,0.6,0.9,1S2868.3-553.3,2868.3-552.7z
M2864.5-552.7c0,0.5,0.1,0.9,0.3,1.2c0.2,0.3,0.5,0.4,0.9,0.4c0.4,0,0.7-0.1,0.9-0.4c0.2-0.3,0.3-0.7,0.3-1.2
c0-0.5-0.1-0.9-0.3-1.2s-0.5-0.4-0.9-0.4c-0.4,0-0.7,0.1-0.9,0.4C2864.6-553.7,2864.5-553.3,2864.5-552.7z"/>
<path fill="#0D3547" d="M2871.2-549.9c-0.6,0-1.1-0.2-1.5-0.7s-0.5-1.2-0.5-2.1c0-0.9,0.2-1.6,0.6-2.1c0.4-0.5,0.9-0.7,1.5-0.7
c0.7,0,1.2,0.3,1.6,0.8h0c-0.1-0.4-0.1-0.8-0.1-1.1v-1.7h1.5v7.6h-1.1l-0.3-0.7h-0.1C2872.4-550.2,2871.9-549.9,2871.2-549.9z
M2871.8-551.1c0.4,0,0.7-0.1,0.8-0.3c0.2-0.2,0.3-0.6,0.3-1.1v-0.2c0-0.6-0.1-1-0.3-1.3s-0.5-0.4-0.9-0.4
c-0.3,0-0.6,0.1-0.8,0.4c-0.2,0.3-0.3,0.7-0.3,1.2s0.1,0.9,0.3,1.2C2871.1-551.2,2871.4-551.1,2871.8-551.1z"/>
<path fill="#0D3547" d="M2878.3-549.9c-0.9,0-1.6-0.2-2.1-0.7c-0.5-0.5-0.7-1.2-0.7-2.1c0-0.9,0.2-1.6,0.7-2.1
c0.5-0.5,1.1-0.7,1.9-0.7c0.8,0,1.4,0.2,1.8,0.7s0.6,1,0.6,1.8v0.7h-3.5c0,0.4,0.1,0.8,0.4,1s0.6,0.4,1,0.4c0.3,0,0.6,0,0.9-0.1
s0.6-0.2,0.9-0.3v1.2c-0.3,0.1-0.5,0.2-0.8,0.3C2879.1-549.9,2878.7-549.9,2878.3-549.9z M2878.1-554.5c-0.3,0-0.6,0.1-0.7,0.3
c-0.2,0.2-0.3,0.5-0.3,0.9h2.1c0-0.4-0.1-0.7-0.3-0.9C2878.7-554.4,2878.4-554.5,2878.1-554.5z"/>
</g>
</g>
<g id="Group_12-2" transform="translate(-2262 421)">
<g id="Group_10-5">
<circle id="Ellipse_5-11" fill="#5EC793" cx="3062.1" cy="-486" r="4"/>
<g enable-background="new ">
<path fill="#0D3547" d="M3074.3-486.6c0,0.6,0,1.1-0.1,1.5c-0.1,0.5-0.2,0.8-0.4,1.2c-0.2,0.3-0.5,0.6-0.8,0.7
c-0.3,0.2-0.7,0.2-1.1,0.2c-0.4,0-0.8-0.1-1.1-0.2c-0.3-0.2-0.6-0.4-0.8-0.7c-0.2-0.3-0.4-0.7-0.5-1.2c-0.1-0.5-0.1-1-0.1-1.5
s0-1.1,0.1-1.5c0.1-0.5,0.2-0.8,0.4-1.2s0.4-0.6,0.8-0.7c0.3-0.2,0.7-0.3,1.1-0.3c0.4,0,0.8,0.1,1.1,0.2
c0.3,0.2,0.6,0.4,0.8,0.7s0.4,0.7,0.5,1.2C3074.3-487.7,3074.3-487.1,3074.3-486.6z M3070.9-486.6c0,0.8,0.1,1.4,0.2,1.8
c0.1,0.4,0.4,0.6,0.7,0.6c0.3,0,0.6-0.2,0.7-0.6c0.1-0.4,0.2-1,0.2-1.8c0-0.8-0.1-1.4-0.2-1.8c-0.1-0.4-0.4-0.6-0.7-0.6
c-0.2,0-0.3,0.1-0.4,0.2c-0.1,0.1-0.2,0.3-0.3,0.5c-0.1,0.2-0.1,0.5-0.2,0.8C3070.9-487.3,3070.9-487,3070.9-486.6z"/>
</g>
</g>
<g id="Group_11-5" transform="translate(22)">
<circle id="Ellipse_5-12" fill="#5EC793" cx="3062.1" cy="-486" r="4"/>
<g enable-background="new ">
<path fill="#0D3547" d="M3073.1-483h-1.5v-4.1c0-0.1,0-0.2,0-0.3c0-0.1,0-0.2,0-0.4c0-0.1,0-0.3,0-0.4s0-0.2,0-0.4
c0,0,0,0-0.1,0.1s-0.1,0.1-0.1,0.1c0,0-0.1,0.1-0.2,0.1c-0.1,0-0.1,0.1-0.2,0.1l-0.8,0.7l-0.7-0.9l2.3-1.8h1.2V-483z"/>
</g>
</g>
<g enable-background="new ">
<path fill="#0D3547" d="M3029.8-483h-1.5v-5.9h-1.9v-1.3h5.4v1.3h-1.9V-483z"/>
<path fill="#0D3547" d="M3036.9-483h-4.1v-7.1h4.1v1.2h-2.6v1.6h2.4v1.2h-2.4v1.8h2.6V-483z"/>
<path fill="#0D3547" d="M3039.9-485.7v2.7h-1.5v-7.1h2.1c1,0,1.7,0.2,2.2,0.5c0.5,0.4,0.7,0.9,0.7,1.6c0,0.4-0.1,0.8-0.3,1.1
c-0.2,0.3-0.6,0.6-1,0.8l2.1,3.1h-1.7l-1.7-2.7H3039.9z M3039.9-487h0.5c0.5,0,0.8-0.1,1.1-0.2c0.2-0.2,0.3-0.4,0.3-0.8
c0-0.3-0.1-0.6-0.3-0.7c-0.2-0.1-0.6-0.2-1.1-0.2h-0.5V-487z"/>
<path fill="#0D3547" d="M3048-483l-1.7-5.6h0c0.1,1.1,0.1,1.9,0.1,2.3v3.3h-1.4v-7.1h2.1l1.7,5.5h0l1.8-5.5h2.1v7.1h-1.4v-3.4
c0-0.2,0-0.3,0-0.6s0-0.8,0.1-1.7h0l-1.8,5.6H3048z"/>
</g>
</g>
<g id="Group_13-2" transform="translate(-2262 494)">
<g id="Group_10-6">
<circle id="Ellipse_5-13" fill="#5EC793" cx="3062.1" cy="-486" r="4"/>
<g enable-background="new ">
<path fill="#0D3547" d="M3074.3-483h-4.8v-1l1.7-1.8c0.2-0.2,0.4-0.4,0.6-0.6c0.2-0.2,0.3-0.4,0.4-0.6c0.1-0.2,0.2-0.4,0.3-0.6
s0.1-0.4,0.1-0.6c0-0.2-0.1-0.4-0.2-0.6c-0.1-0.1-0.3-0.2-0.6-0.2c-0.3,0-0.5,0.1-0.7,0.2c-0.2,0.1-0.5,0.3-0.7,0.5l-0.8-1
c0.1-0.1,0.3-0.3,0.5-0.4c0.2-0.1,0.3-0.2,0.5-0.3c0.2-0.1,0.4-0.2,0.6-0.2c0.2-0.1,0.5-0.1,0.8-0.1c0.3,0,0.6,0,0.9,0.1
c0.3,0.1,0.5,0.2,0.7,0.4c0.2,0.2,0.3,0.4,0.4,0.6s0.2,0.5,0.2,0.8c0,0.3,0,0.5-0.1,0.8c-0.1,0.3-0.2,0.5-0.4,0.8
c-0.2,0.2-0.4,0.5-0.6,0.7c-0.2,0.2-0.5,0.5-0.7,0.7l-0.9,0.9v0.1h2.9V-483z"/>
</g>
</g>
<g id="Group_11-6" transform="translate(22)">
<circle id="Ellipse_5-14" fill="#5EC793" cx="3062.1" cy="-486" r="4"/>
<g enable-background="new ">
<path fill="#0D3547" d="M3074-488.5c0,0.2,0,0.5-0.1,0.7c-0.1,0.2-0.2,0.4-0.3,0.5c-0.1,0.1-0.3,0.3-0.5,0.4
c-0.2,0.1-0.4,0.2-0.6,0.2v0c0.6,0.1,1,0.2,1.3,0.5c0.3,0.3,0.4,0.7,0.4,1.1c0,0.3-0.1,0.6-0.2,0.9c-0.1,0.3-0.3,0.5-0.5,0.7
c-0.2,0.2-0.5,0.3-0.9,0.5c-0.4,0.1-0.8,0.2-1.2,0.2c-0.4,0-0.7,0-1.1-0.1c-0.3-0.1-0.7-0.2-0.9-0.3v-1.3
c0.1,0.1,0.3,0.1,0.5,0.2c0.2,0.1,0.3,0.1,0.5,0.1c0.2,0,0.3,0.1,0.5,0.1c0.2,0,0.3,0,0.4,0c0.3,0,0.5,0,0.7-0.1
s0.3-0.1,0.4-0.2c0.1-0.1,0.2-0.2,0.2-0.3c0-0.1,0.1-0.3,0.1-0.4c0-0.1,0-0.3-0.1-0.4c-0.1-0.1-0.2-0.2-0.3-0.3
c-0.1-0.1-0.3-0.1-0.5-0.2c-0.2,0-0.5-0.1-0.8-0.1h-0.5v-1.1h0.5c0.3,0,0.5,0,0.7-0.1c0.2-0.1,0.4-0.1,0.5-0.2
c0.1-0.1,0.2-0.2,0.3-0.3s0.1-0.3,0.1-0.4c0-0.3-0.1-0.5-0.2-0.6c-0.2-0.1-0.4-0.2-0.7-0.2c-0.2,0-0.3,0-0.4,0
c-0.1,0-0.3,0.1-0.4,0.1c-0.1,0-0.2,0.1-0.3,0.2c-0.1,0.1-0.2,0.1-0.3,0.2l-0.8-1c0.1-0.1,0.3-0.2,0.4-0.3s0.3-0.2,0.5-0.2
c0.2-0.1,0.4-0.1,0.6-0.1c0.2,0,0.5-0.1,0.7-0.1c0.4,0,0.7,0,1,0.1c0.3,0.1,0.5,0.2,0.7,0.3c0.2,0.1,0.4,0.3,0.5,0.5
C3074-489.1,3074-488.8,3074-488.5z"/>
</g>
</g>
<g enable-background="new ">
<path fill="#0D3547" d="M3029.8-483h-1.5v-5.9h-1.9v-1.3h5.4v1.3h-1.9V-483z"/>
<path fill="#0D3547" d="M3036.9-483h-4.1v-7.1h4.1v1.2h-2.6v1.6h2.4v1.2h-2.4v1.8h2.6V-483z"/>
<path fill="#0D3547" d="M3039.9-485.7v2.7h-1.5v-7.1h2.1c1,0,1.7,0.2,2.2,0.5c0.5,0.4,0.7,0.9,0.7,1.6c0,0.4-0.1,0.8-0.3,1.1
c-0.2,0.3-0.6,0.6-1,0.8l2.1,3.1h-1.7l-1.7-2.7H3039.9z M3039.9-487h0.5c0.5,0,0.8-0.1,1.1-0.2c0.2-0.2,0.3-0.4,0.3-0.8
c0-0.3-0.1-0.6-0.3-0.7c-0.2-0.1-0.6-0.2-1.1-0.2h-0.5V-487z"/>
<path fill="#0D3547" d="M3048-483l-1.7-5.6h0c0.1,1.1,0.1,1.9,0.1,2.3v3.3h-1.4v-7.1h2.1l1.7,5.5h0l1.8-5.5h2.1v7.1h-1.4v-3.4
c0-0.2,0-0.3,0-0.6s0-0.8,0.1-1.7h0l-1.8,5.6H3048z"/>
</g>
</g>
<g id="Group_14-2" transform="translate(-2262 569)">
<g id="Group_10-7">
<circle id="Ellipse_5-15" fill="#5EC793" cx="3062.1" cy="-487" r="4"/>
<g enable-background="new ">
<path fill="#0D3547" d="M3074.4-485.5h-0.9v1.5h-1.5v-1.5h-2.9v-1l3-4.6h1.4v4.5h0.9V-485.5z M3072.1-486.7v-1.2
c0,0,0-0.1,0-0.2c0-0.1,0-0.2,0-0.3c0-0.1,0-0.2,0-0.3s0-0.2,0-0.3s0-0.2,0-0.3c0-0.1,0-0.1,0-0.2h0c-0.1,0.1-0.1,0.3-0.2,0.4
s-0.2,0.3-0.3,0.5l-1.2,1.8H3072.1z"/>
</g>
</g>
<g id="Group_11-7" transform="translate(22)">
<circle id="Ellipse_5-16" fill="#5EC793" cx="3062.1" cy="-487" r="4"/>
<g enable-background="new ">
<path fill="#0D3547" d="M3072-488.6c0.3,0,0.6,0,0.9,0.1s0.5,0.2,0.7,0.4s0.3,0.4,0.5,0.7c0.1,0.3,0.2,0.6,0.2,0.9
c0,0.4-0.1,0.7-0.2,1c-0.1,0.3-0.3,0.6-0.5,0.8c-0.2,0.2-0.5,0.4-0.9,0.5s-0.7,0.2-1.2,0.2c-0.2,0-0.4,0-0.5,0s-0.3,0-0.5-0.1
c-0.2,0-0.3-0.1-0.5-0.1c-0.1,0-0.3-0.1-0.4-0.2v-1.3c0.1,0.1,0.2,0.1,0.4,0.2c0.1,0.1,0.3,0.1,0.5,0.1c0.2,0,0.3,0.1,0.5,0.1
c0.2,0,0.3,0,0.5,0c0.4,0,0.8-0.1,1-0.3c0.2-0.2,0.3-0.5,0.3-0.9c0-0.4-0.1-0.6-0.3-0.8c-0.2-0.2-0.6-0.3-1-0.3
c-0.1,0-0.2,0-0.3,0c-0.1,0-0.2,0-0.3,0s-0.2,0-0.3,0.1c-0.1,0-0.2,0-0.2,0.1l-0.6-0.3l0.3-3.6h3.8v1.3h-2.5l-0.1,1.4
c0.1,0,0.2,0,0.4-0.1C3071.6-488.5,3071.8-488.6,3072-488.6z"/>
</g>
</g>
<g enable-background="new ">
<path fill="#0D3547" d="M3029.8-484h-1.5v-5.9h-1.9v-1.3h5.4v1.3h-1.9V-484z"/>
<path fill="#0D3547" d="M3036.9-484h-4.1v-7.1h4.1v1.2h-2.6v1.6h2.4v1.2h-2.4v1.8h2.6V-484z"/>
<path fill="#0D3547" d="M3039.9-486.7v2.7h-1.5v-7.1h2.1c1,0,1.7,0.2,2.2,0.5c0.5,0.4,0.7,0.9,0.7,1.6c0,0.4-0.1,0.8-0.3,1.1
c-0.2,0.3-0.6,0.6-1,0.8l2.1,3.1h-1.7l-1.7-2.7H3039.9z M3039.9-488h0.5c0.5,0,0.8-0.1,1.1-0.2c0.2-0.2,0.3-0.4,0.3-0.8
c0-0.3-0.1-0.6-0.3-0.7c-0.2-0.1-0.6-0.2-1.1-0.2h-0.5V-488z"/>
<path fill="#0D3547" d="M3048-484l-1.7-5.6h0c0.1,1.1,0.1,1.9,0.1,2.3v3.3h-1.4v-7.1h2.1l1.7,5.5h0l1.8-5.5h2.1v7.1h-1.4v-3.4
c0-0.2,0-0.3,0-0.6s0-0.8,0.1-1.7h0l-1.8,5.6H3048z"/>
</g>
</g>
<g id="Group_15-2" transform="translate(-2263 644)">
<g id="Group_10-8">
<circle id="Ellipse_5-17" fill="#5EC793" cx="3062.1" cy="-487" r="4"/>
<g enable-background="new ">
<path fill="#0D3547" d="M3069.5-487c0-0.3,0-0.7,0.1-1c0-0.3,0.1-0.7,0.2-1c0.1-0.3,0.2-0.6,0.4-0.9c0.2-0.3,0.4-0.5,0.6-0.7
c0.3-0.2,0.6-0.4,0.9-0.5c0.4-0.1,0.8-0.2,1.2-0.2c0.1,0,0.1,0,0.2,0c0.1,0,0.2,0,0.2,0c0.1,0,0.2,0,0.2,0s0.1,0,0.2,0v1.2
c-0.1,0-0.3-0.1-0.4-0.1c-0.1,0-0.3,0-0.4,0c-0.4,0-0.8,0.1-1.1,0.2c-0.3,0.1-0.5,0.3-0.7,0.5s-0.3,0.4-0.4,0.7
c-0.1,0.3-0.1,0.6-0.1,0.9h0.1c0.1-0.1,0.1-0.2,0.2-0.3c0.1-0.1,0.2-0.2,0.3-0.3c0.1-0.1,0.3-0.1,0.4-0.2
c0.2,0,0.3-0.1,0.5-0.1c0.3,0,0.6,0.1,0.8,0.2c0.2,0.1,0.5,0.2,0.6,0.4s0.3,0.4,0.4,0.7c0.1,0.3,0.1,0.6,0.1,1
c0,0.4-0.1,0.7-0.2,1c-0.1,0.3-0.3,0.6-0.5,0.8c-0.2,0.2-0.4,0.4-0.7,0.5c-0.3,0.1-0.6,0.2-1,0.2c-0.4,0-0.7-0.1-1-0.2
c-0.3-0.1-0.6-0.3-0.8-0.6c-0.2-0.3-0.4-0.6-0.5-1C3069.5-486,3069.5-486.5,3069.5-487z M3072-485.1c0.1,0,0.3,0,0.4-0.1
c0.1-0.1,0.2-0.1,0.3-0.2c0.1-0.1,0.1-0.2,0.2-0.4s0.1-0.3,0.1-0.6c0-0.3-0.1-0.6-0.2-0.8c-0.1-0.2-0.4-0.3-0.7-0.3
c-0.2,0-0.3,0-0.4,0.1c-0.1,0.1-0.2,0.1-0.3,0.2s-0.2,0.2-0.2,0.3c0,0.1-0.1,0.2-0.1,0.4c0,0.2,0,0.3,0.1,0.5
c0,0.2,0.1,0.3,0.2,0.4c0.1,0.1,0.2,0.2,0.3,0.3S3071.8-485.1,3072-485.1z"/>
</g>
</g>
<g id="Group_11-8" transform="translate(22)">
<circle id="Ellipse_5-18" fill="#5EC793" cx="3062.1" cy="-487" r="4"/>
<g enable-background="new ">
<path fill="#0D3547" d="M3070.1-484l2.5-5.9h-3.3v-1.3h4.9v0.9l-2.6,6.2H3070.1z"/>
</g>
</g>
<g enable-background="new ">
<path fill="#0D3547" d="M3029.8-484h-1.5v-5.9h-1.9v-1.3h5.4v1.3h-1.9V-484z"/>
<path fill="#0D3547" d="M3036.9-484h-4.1v-7.1h4.1v1.2h-2.6v1.6h2.4v1.2h-2.4v1.8h2.6V-484z"/>
<path fill="#0D3547" d="M3039.9-486.7v2.7h-1.5v-7.1h2.1c1,0,1.7,0.2,2.2,0.5c0.5,0.4,0.7,0.9,0.7,1.6c0,0.4-0.1,0.8-0.3,1.1
c-0.2,0.3-0.6,0.6-1,0.8l2.1,3.1h-1.7l-1.7-2.7H3039.9z M3039.9-488h0.5c0.5,0,0.8-0.1,1.1-0.2c0.2-0.2,0.3-0.4,0.3-0.8
c0-0.3-0.1-0.6-0.3-0.7c-0.2-0.1-0.6-0.2-1.1-0.2h-0.5V-488z"/>
<path fill="#0D3547" d="M3048-484l-1.7-5.6h0c0.1,1.1,0.1,1.9,0.1,2.3v3.3h-1.4v-7.1h2.1l1.7,5.5h0l1.8-5.5h2.1v7.1h-1.4v-3.4
c0-0.2,0-0.3,0-0.6s0-0.8,0.1-1.7h0l-1.8,5.6H3048z"/>
</g>
</g>
<g id="artiq-2" transform="translate(-1884.044 553.927)">
<path id="Path_3-2" fill="#1A6D93" d="M2734.4-787.2c0.4,0,0.8-0.4,0.8-0.8c0-0.4-0.3-0.8-0.8-0.8c-0.4,0-0.8,0.4-0.7,0.8
C2733.7-787.5,2734-787.2,2734.4-787.2L2734.4-787.2z"/>
<path id="Path_4-2" fill="#1A6D93" d="M2716.3-802.2l0.9,0.8c0,0,0,0,0.1,0c1.8-1.5,3.7-2.8,5.8-3.9c2.3-1.2,4.8-2,7.4-2.3
c0.2,0,0.4,0,0.6,0c0.7,0,1.4,0.1,2,0.4c0.6,0.3,1,0.9,1,1.5c0,0.6-0.2,1.2-0.5,1.7c-0.2,0.4-0.5,0.8-0.7,1.2l-0.3,0.5l0.8,0.8
c0.8-0.9,1.4-2,1.7-3.2c0-0.1,0.1-0.3,0.1-0.5c0-0.1,0-0.1,0-0.2v-0.8c0,0,0,0,0,0s0-0.1,0-0.1c-0.2-1-0.8-1.8-1.8-2.2
c-0.6-0.3-1.3-0.4-2-0.4c-0.2,0-0.4,0-0.6,0c-1.1,0-2.1,0.2-3.2,0.4c-4,1.1-7.8,3.1-10.9,5.8c-0.1,0.1-0.2,0.2-0.3,0.2
C2716.4-802.3,2716.3-802.2,2716.3-802.2z"/>
<path id="Path_5-2" fill="#1A6D93" d="M2718.7-805c0.2-0.2,0.5-0.3,0.7-0.5c0.3-0.1,0.4-0.4,0.4-0.7c0.3-1.5,0.7-2.9,1.4-4.2
c0.3-0.6,0.7-1.1,1.2-1.5c0.6-0.6,1.6-0.6,2.3,0c0.5,0.4,0.9,0.9,1.2,1.4c0.2,0.3,0.3,0.7,0.5,1.1c0.1,0.1,0.1,0.3,0.2,0.5
l1.2-0.3c-0.1-0.2-0.2-0.4-0.3-0.6c-0.2-0.5-0.4-0.9-0.7-1.3c-0.6-1.2-1.6-2.1-2.9-2.4h-0.7c-1.1,0.2-2,0.9-2.5,1.8
c-0.3,0.4-0.6,0.9-0.8,1.3c-0.7,1.4-1.1,2.9-1.4,4.4c-0.1,0.3-0.1,0.5-0.1,0.8c0,0.1,0,0.2-0.1,0.3
C2718.5-804.9,2718.6-805,2718.7-805z"/>
<path id="Path_6-2" fill="#1A6D93" d="M2717.6-793.9c-0.3,0-0.5,0.1-0.8,0.1c-0.2,0-0.3,0-0.4,0c-0.5,0-1.1-0.1-1.6-0.2
c-0.1,0-0.1,0-0.2-0.1c-0.9-0.3-1.4-1.2-1.1-2.1c0,0,0,0,0,0c0.2-0.9,0.6-1.7,1.1-2.4c0.1-0.1,0.2-0.3,0.3-0.4
c0-0.1,0.1-0.1,0.1-0.2l-0.9-0.8c-0.8,0.9-1.4,2-1.7,3.1c-0.6,1.5,0.2,3.3,1.8,3.9c0.2,0.1,0.4,0.1,0.6,0.2
c0.5,0.1,1.1,0.2,1.6,0.2c0.3,0,0.6,0,1-0.1c0.2,0,0.4,0,0.6-0.1l0.2,0l-0.3-1.2C2717.9-794,2717.8-793.9,2717.6-793.9z"/>
<path id="Path_7-2" fill="#1A6D93" d="M2716.4-793.9c0.1,0,0.3,0,0.4,0C2716.7-793.9,2716.6-793.9,2716.4-793.9z"/>
<path id="Path_8-2" fill="#1A6D93" d="M2714.8-794.1c0.5,0.2,1,0.2,1.6,0.2C2715.9-793.9,2715.4-793.9,2714.8-794.1z"/>
<path id="Path_9-2" fill="#1A6D93" d="M2716.4-792.7c-0.6,0-1.1-0.1-1.6-0.2C2715.3-792.7,2715.9-792.7,2716.4-792.7z"/>
<path id="Path_10-2" fill="#1A6D93" d="M2717.4-792.7c-0.4,0-0.7,0.1-1,0.1C2716.7-792.7,2717.1-792.7,2717.4-792.7z"/>
<path id="Path_11-2" fill="#1A6D93" d="M2726.9-804.2c-0.1-0.3-0.1-0.7-0.2-1c-0.1-0.3-0.4-0.4-0.7-0.5h0c-0.3,0.1-0.7,0.3-1,0.4
c-0.1,0.1-0.2,0.1-0.4,0.1l2.3,1.3L2726.9-804.2z"/>
<path id="Path_12-2" fill="#1A6D93" d="M2719.3-802.1C2719.3-802.1,2719.3-802.1,2719.3-802.1c-0.1,0.1-0.2,0.1-0.2,0.2
c-0.2,0.2-0.5,0.4-0.7,0.5c-0.2,0.1-0.3,0.4-0.3,0.6c0,0.1,0,0.1,0,0.2c0,0.1,0,0.2,0,0.2c0.3,0.3,0.6,0.5,0.9,0.7l0.2,0.1
c0,0,0.1,0,0.1,0.1c0,0,0,0,0,0L2719.3-802.1C2719.4-802.1,2719.3-802.1,2719.3-802.1z"/>
<path id="Path_13-2" fill="#1A6D93" d="M2721.5-806.7L2721.5-806.7c0.3-0.1,0.6-0.3,0.9-0.5l0.3-0.2l-1.4-0.5l-0.3,1.2
c0.1,0,0.2,0.1,0.3,0.1c0.1,0,0.1,0,0.2-0.1C2721.5-806.7,2721.5-806.7,2721.5-806.7z"/>
<path id="Path_14-2" fill="#1A6D93" d="M2721.4-806.7C2721.4-806.7,2721.5-806.7,2721.4-806.7L2721.4-806.7
C2721.5-806.7,2721.4-806.7,2721.4-806.7z"/>
<path id="Path_15-2" fill="#1A6D93" d="M2731.1-799.2l-0.9-0.8c-0.1,0.5-0.2,1.1-0.1,1.6L2731.1-799.2z"/>
<path id="Path_16-2" fill="#1A6D93" d="M2721-794.7C2721-794.7,2721-794.7,2721-794.7c-0.1,0-0.1,0.1-0.1,0.1
c0.1,0.3,0.1,0.5,0.2,0.8l0.1,0.2l1.2-0.4l-0.3-0.1C2721.9-794.3,2721.5-794.5,2721-794.7C2721.1-794.7,2721.1-794.7,2721-794.7z
"/>
<path id="Path_17-2" fill="#1A6D93" d="M2723.7-799.9c0.4,0,0.8-0.4,0.8-0.8c0-0.4-0.4-0.8-0.8-0.8c-0.4,0-0.8,0.3-0.8,0.8
C2722.9-800.3,2723.3-799.9,2723.7-799.9z"/>
<path id="Path_18-2" fill="#0D3547" d="M2734-786.8l1.2-0.2l0.4-1.2l-0.8-0.9l-1.2,0.2l-0.4,1.2L2734-786.8 M2723-798.9l1.9-0.3
l0.7-1.8l-1.2-1.5l-1.9,0.3l-0.7,1.8L2723-798.9 M2723.7-803.7c1.7,0,3,1.3,3,3c0,0.2,0,0.3,0,0.5c0.2,0.9,0.7,1.7,1.4,2.4
c0,0,3.3,4.2,5.6,7.2c0.3,0.3,0.6,0.6,1,0.7c1,0.2,1.7,1.2,1.5,2.2s-1.2,1.7-2.2,1.5c-0.4-0.1-0.8-0.3-1.1-0.6
c-0.2-0.3-0.4-0.7-0.4-1.1l0,0v-0.1c-0.1-0.4-0.3-0.8-0.6-1.2l-6.2-6.7c-0.5-0.8-1.3-1.4-2.1-1.8c-0.8,0-1.6-0.4-2.2-1.1
c-1.1-1.3-0.9-3.2,0.4-4.2c0,0,0,0,0,0C2722.3-803.4,2723-803.7,2723.7-803.7"/>
<path id="Path_19-2" fill="#0D3547" d="M2713.7-779.3l0.7-1.6l0.7,1.6H2713.7z M2714.2-782.7l-2.3,5.1v0.1h1.2l0.3-0.7h2.1
l0.3,0.7h1.2v-0.1l-2.3-5.1H2714.2z"/>
<path id="Path_20-2" fill="#0D3547" d="M2720.3-780.2h-1v-1.5h1c0.4,0,0.7,0.3,0.6,0.7c0,0,0,0,0,0.1
C2721-780.5,2720.8-780.2,2720.3-780.2C2720.4-780.2,2720.4-780.2,2720.3-780.2z M2721.4-779.4c0.6-0.5,0.9-1.3,0.7-2
c-0.2-0.8-0.9-1.3-1.7-1.2h-2.2v5.1h1.2v-1.5h0.8l0.9,1.5h1.4v-0.1L2721.4-779.4L2721.4-779.4z"/>
<path id="Path_21-2" fill="#0D3547" d="M2724.5-781.6v4.1h1.2v-4.1h1.3v-1h-3.7v1H2724.5z"/>
<path id="Path_22-2" fill="#0D3547" d="M2727.8-782.7v1h0.6v3.1h-0.7v1h2.5v-1h-0.7v-3.1h0.6v-1H2727.8z"/>
<path id="Path_23-2" fill="#0D3547" d="M2733.9-778.6c-0.8,0.1-1.6-0.6-1.6-1.4s0.6-1.6,1.4-1.6c0.8-0.1,1.6,0.6,1.6,1.4
c0,0,0,0.1,0,0.1c0.1,0.8-0.5,1.4-1.3,1.5C2734-778.6,2734-778.6,2733.9-778.6z M2736.2-778.6c0.3-0.5,0.4-1,0.4-1.5
c0-1.4-1.2-2.6-2.6-2.6s-2.6,1.2-2.6,2.6c0,1.4,1.2,2.6,2.6,2.6c0.5,0,0.9-0.1,1.3-0.3l0.1,0l0.1,0.3h1.2v-0.1L2736.2-778.6
L2736.2-778.6z"/>
<path id="Path_24-2" fill="#1A6D93" d="M2725.6-795L2725.6-795c-2.1-0.8-4.1-1.8-5.9-3.1c-1.8-1.2-3.4-2.6-4.7-4.3
c-0.6-0.7-1.1-1.6-1.4-2.6c-0.3-0.8,0-1.7,0.8-2.1c0.2-0.1,0.4-0.2,0.6-0.3c0.7-0.2,1.4-0.2,2.1-0.2l0.3,0l0.4,0l0.3,0l0.3-1.2
l-0.2,0c-0.2,0-0.4-0.1-0.6-0.1c-0.4,0-0.7-0.1-1-0.1c-0.7,0-1.3,0.1-1.9,0.3c-1.1,0.3-1.9,1.1-2.2,2.2c-0.2,0.8,0,1.7,0.4,2.5
c0.6,1.3,1.4,2.5,2.5,3.5c2.8,2.8,6.1,4.9,9.7,6.3c0.3,0.1,0.5,0.2,0.8,0.3c0.1,0,0.2,0.1,0.4,0.1l0.2-0.7L2725.6-795z"/>
<path id="Path_25-2" fill="#1A6D93" d="M2735.1-796.2C2735.1-796.2,2735.1-796.2,2735.1-796.2c-0.1-0.8-0.4-1.5-0.8-2.1
c-0.8-1.3-1.7-2.5-2.9-3.5c-0.3-0.3-0.6-0.6-1-0.9c-0.1-0.1-0.3-0.2-0.4-0.4v0c0,0,0,0,0,0.1l0,0.3c0,0.4,0,0.8,0.1,1.2
c0,0.1,0.1,0.2,0.1,0.2c0.2,0.2,0.4,0.4,0.5,0.5c0.3,0.3,0.6,0.6,1,1c0.9,0.9,1.5,1.9,2,3c0.2,0.4,0.2,0.9,0.2,1.3
c-0.1,0.7-0.6,1.2-1.3,1.4c-0.2,0.1-0.4,0.1-0.6,0.2l0.8,1c0.1,0,0.3-0.1,0.4-0.1c0.9-0.3,1.7-1.1,1.9-2.1l0.1-0.3L2735.1-796.2
L2735.1-796.2z"/>
<path id="Path_26-2" fill="#1A6D93" d="M2727.5-806c0.1,0.4,0.1,0.8,0.2,1.2c0.1,0.9,0.2,1.9,0.3,2.8c0.1,0.9,0.1,1.9,0,2.8
l1.1,1.4c0-0.3,0.1-0.6,0.1-0.9c0.2-2.1,0.1-4.1-0.2-6.2c-0.1-0.4-0.1-0.8-0.2-1.2c0-0.2-0.1-0.4-0.1-0.6l-1.2,0.3c0,0,0,0,0,0.1
C2727.5-806.1,2727.5-806.1,2727.5-806z"/>
<path id="Path_27-2" fill="#1A6D93" d="M2727-793.4c-0.2,0.6-0.4,1.2-0.7,1.7c-0.3,0.8-0.8,1.5-1.5,2.1c-0.7,0.6-1.7,0.6-2.4,0
c-0.5-0.5-1-1.1-1.3-1.7c-0.6-1.2-1-2.5-1.3-3.9l0,0c0-0.1,0-0.2-0.1-0.2c-0.3-0.2-0.7-0.5-1.1-0.7c-0.1-0.1-0.2-0.1-0.3-0.2
c0,0.1,0,0.2,0,0.2c0,0.2,0.1,0.4,0.1,0.6c0.3,1.7,0.8,3.4,1.6,4.9c0.6,1.3,1.7,2.3,3.1,2.7h0.7c1.3-0.3,2.4-1.2,2.9-2.4
c0.2-0.3,0.3-0.5,0.4-0.8c0.2-0.4,0.4-0.9,0.5-1.3L2727-793.4z"/>
</g>
<g id="Group_17-2" transform="translate(-1566 444)">
<circle id="Ellipse_6-3_1_" fill="#0D3547" cx="2478.1" cy="-709" r="8"/>
<rect id="Rectangle_2-3_1_" x="2477.1" y="-713" fill="#FFFFFF" width="2" height="8"/>
<rect id="Rectangle_3-3_1_" x="2474.1" y="-710" fill="#FFFFFF" width="8" height="2"/>
</g>
<g id="Group_18-2" transform="translate(-1710 444)">
<circle id="Ellipse_6-4_1_" fill="#0D3547" cx="2478.1" cy="-709" r="8"/>
<rect id="Rectangle_2-4_1_" x="2477.1" y="-713" fill="#FFFFFF" width="2" height="8"/>
<rect id="Rectangle_3-4_1_" x="2474.1" y="-710" fill="#FFFFFF" width="8" height="2"/>
</g>
<g id="Group_75_1_" transform="translate(-1566 907)">
<circle id="Ellipse_6-5" fill="#0D3547" cx="2478.1" cy="-709" r="8"/>
<rect id="Rectangle_2-5" x="2477.1" y="-713" fill="#FFFFFF" width="2" height="8"/>
<rect id="Rectangle_3-5" x="2474.1" y="-710" fill="#FFFFFF" width="8" height="2"/>
</g>
<g id="Group_76_1_" transform="translate(-1710 907)">
<circle id="Ellipse_6-6" fill="#0D3547" cx="2478.1" cy="-709" r="8"/>
<rect id="Rectangle_2-6" x="2477.1" y="-713" fill="#FFFFFF" width="2" height="8"/>
<rect id="Rectangle_3-6" x="2474.1" y="-710" fill="#FFFFFF" width="8" height="2"/>
</g>
<g id="Group_1_8_" transform="translate(-586.339 -462.537) rotate(-90)">
<g>
<path fill="#715EC7" d="M-568,1401.5h2.2v-7.6h-2.3c0.3,1.3,0.5,2.6,0.5,4C-567.7,1399.1-567.8,1400.3-568,1401.5z"/>
<path fill="#715EC7" d="M-602.1,1393.9h-2.6v7.6h2.5c-0.2-1.2-0.4-2.4-0.4-3.6C-602.6,1396.5-602.4,1395.2-602.1,1393.9z"/>
<path fill="none" d="M-595.7,1408.4c2.8,2.8,6.6,4.4,10.6,4.4s7.8-1.6,10.6-4.4c2-2,3.3-4.4,3.9-7h-29
C-599,1404.1-597.6,1406.5-595.7,1408.4z"/>
<path fill="none" d="M-574.6,1387.3c-2.8-2.8-6.6-4.4-10.6-4.4s-7.8,1.6-10.6,4.4c-1.9,1.9-3.2,4.2-3.9,6.6h28.8
C-571.4,1391.4-572.7,1389.1-574.6,1387.3z"/>
<path fill="#715EC7" d="M-585.1,1415.3c8.4,0,15.4-6,17-13.8h-2.6c-0.6,2.6-2,5-3.9,7c-2.8,2.8-6.6,4.4-10.6,4.4
s-7.8-1.6-10.6-4.4c-2-2-3.3-4.4-3.9-7h-2.6C-600.5,1409.3-593.5,1415.3-585.1,1415.3z"/>
<path fill="#715EC7" d="M-595.7,1387.3c2.8-2.8,6.6-4.4,10.6-4.4s7.8,1.6,10.6,4.4c1.9,1.9,3.2,4.2,3.9,6.6h2.6
c-1.8-7.7-8.7-13.4-16.9-13.4s-15.1,5.8-16.9,13.4h2.6C-598.8,1391.4-597.5,1389.1-595.7,1387.3z"/>
<path fill="#715EC7" d="M-570.2,1397.9c0,1.2-0.2,2.4-0.5,3.6h2.6c0.2-1.2,0.4-2.4,0.4-3.6c0-1.4-0.2-2.7-0.5-4h-2.6
C-570.4,1395.2-570.2,1396.5-570.2,1397.9z"/>
<path fill="#715EC7" d="M-600.1,1397.9c0-1.4,0.2-2.7,0.5-4h-2.6c-0.3,1.3-0.5,2.6-0.5,4c0,1.2,0.1,2.4,0.4,3.6h2.6
C-599.9,1400.3-600.1,1399.1-600.1,1397.9z"/>
</g>
<g id="Ellipse_2_8_" transform="translate(-221.642 335.358)">
<circle fill="none" cx="-363.6" cy="1062.3" r="10.6"/>
<circle fill="none" stroke="#0D3547" stroke-width="7" cx="-363.6" cy="1062.3" r="6.2"/>
</g>
</g>
<g id="Group_1_7_" transform="translate(-586.339 -462.537) rotate(-90)">
<g>
<path fill="#715EC7" d="M-568,1465.2h2.2v-7.6h-2.3c0.3,1.3,0.5,2.6,0.5,4C-567.7,1462.8-567.8,1464-568,1465.2z"/>
<path fill="#715EC7" d="M-602.1,1457.7h-2.6v7.6h2.5c-0.2-1.2-0.4-2.4-0.4-3.6C-602.6,1460.2-602.4,1459-602.1,1457.7z"/>
<path fill="none" d="M-595.7,1472.2c2.8,2.8,6.6,4.4,10.6,4.4s7.8-1.6,10.6-4.4c2-2,3.3-4.4,3.9-7h-29
C-599,1467.8-597.6,1470.2-595.7,1472.2z"/>
<path fill="none" d="M-574.6,1451.1c-2.8-2.8-6.6-4.4-10.6-4.4s-7.8,1.6-10.6,4.4c-1.9,1.9-3.2,4.2-3.9,6.6h28.8
C-571.4,1455.2-572.7,1452.9-574.6,1451.1z"/>
<path fill="#715EC7" d="M-585.1,1479.1c8.4,0,15.4-6,17-13.8h-2.6c-0.6,2.6-2,5-3.9,7c-2.8,2.8-6.6,4.4-10.6,4.4
s-7.8-1.6-10.6-4.4c-2-2-3.3-4.4-3.9-7h-2.6C-600.5,1473.1-593.5,1479.1-585.1,1479.1z"/>
<path fill="#715EC7" d="M-595.7,1451.1c2.8-2.8,6.6-4.4,10.6-4.4s7.8,1.6,10.6,4.4c1.9,1.9,3.2,4.2,3.9,6.6h2.6
c-1.8-7.7-8.7-13.4-16.9-13.4s-15.1,5.8-16.9,13.4h2.6C-598.8,1455.2-597.5,1452.9-595.7,1451.1z"/>
<path fill="#715EC7" d="M-570.2,1461.6c0,1.2-0.2,2.4-0.5,3.6h2.6c0.2-1.2,0.4-2.4,0.4-3.6c0-1.4-0.2-2.7-0.5-4h-2.6
C-570.4,1459-570.2,1460.2-570.2,1461.6z"/>
<path fill="#715EC7" d="M-600.1,1461.6c0-1.4,0.2-2.7,0.5-4h-2.6c-0.3,1.3-0.5,2.6-0.5,4c0,1.2,0.1,2.4,0.4,3.6h2.6
C-599.9,1464-600.1,1462.8-600.1,1461.6z"/>
</g>
<g id="Ellipse_2_7_" transform="translate(-221.642 335.358)">
<circle fill="none" cx="-363.6" cy="1126" r="10.6"/>
<circle fill="none" stroke="#0D3547" stroke-width="7" cx="-363.6" cy="1126" r="6.2"/>
</g>
</g>
<g id="Group_1_6_" transform="translate(-586.339 -462.537) rotate(-90)">
<g>
<path fill="#715EC7" d="M-493.3,1401.5h2.2v-7.6h-2.3c0.3,1.3,0.5,2.6,0.5,4C-493,1399.1-493.1,1400.3-493.3,1401.5z"/>
<path fill="#715EC7" d="M-527.4,1393.9h-2.6v7.6h2.5c-0.2-1.2-0.4-2.4-0.4-3.6C-527.9,1396.5-527.7,1395.2-527.4,1393.9z"/>
<path fill="none" d="M-521,1408.4c2.8,2.8,6.6,4.4,10.6,4.4c4,0,7.8-1.6,10.6-4.4c2-2,3.3-4.4,3.9-7h-29
C-524.3,1404.1-522.9,1406.5-521,1408.4z"/>
<path fill="none" d="M-499.9,1387.3c-2.8-2.8-6.6-4.4-10.6-4.4c-4,0-7.8,1.6-10.6,4.4c-1.9,1.9-3.2,4.2-3.9,6.6h28.8
C-496.7,1391.4-498,1389.1-499.9,1387.3z"/>
<path fill="#715EC7" d="M-510.4,1415.3c8.4,0,15.4-6,17-13.8h-2.6c-0.6,2.6-2,5-3.9,7c-2.8,2.8-6.6,4.4-10.6,4.4
c-4,0-7.8-1.6-10.6-4.4c-2-2-3.3-4.4-3.9-7h-2.6C-525.8,1409.3-518.8,1415.3-510.4,1415.3z"/>
<path fill="#715EC7" d="M-521,1387.3c2.8-2.8,6.6-4.4,10.6-4.4c4,0,7.8,1.6,10.6,4.4c1.9,1.9,3.2,4.2,3.9,6.6h2.6
c-1.8-7.7-8.7-13.4-16.9-13.4c-8.3,0-15.1,5.8-16.9,13.4h2.6C-524.1,1391.4-522.8,1389.1-521,1387.3z"/>
<path fill="#715EC7" d="M-495.5,1397.9c0,1.2-0.2,2.4-0.5,3.6h2.6c0.2-1.2,0.4-2.4,0.4-3.6c0-1.4-0.2-2.7-0.5-4h-2.6
C-495.7,1395.2-495.5,1396.5-495.5,1397.9z"/>
<path fill="#715EC7" d="M-525.4,1397.9c0-1.4,0.2-2.7,0.5-4h-2.6c-0.3,1.3-0.5,2.6-0.5,4c0,1.2,0.1,2.4,0.4,3.6h2.6
C-525.2,1400.3-525.4,1399.1-525.4,1397.9z"/>
</g>
<g id="Ellipse_2_6_" transform="translate(-221.642 335.358)">
<circle fill="none" cx="-288.9" cy="1062.3" r="10.6"/>
<circle fill="none" stroke="#0D3547" stroke-width="7" cx="-288.9" cy="1062.3" r="6.2"/>
</g>
</g>
<g id="Group_1_5_" transform="translate(-586.339 -462.537) rotate(-90)">
<g>
<path fill="#715EC7" d="M-493.3,1465.2h2.2v-7.6h-2.3c0.3,1.3,0.5,2.6,0.5,4C-493,1462.8-493.1,1464-493.3,1465.2z"/>
<path fill="#715EC7" d="M-527.4,1457.7h-2.6v7.6h2.5c-0.2-1.2-0.4-2.4-0.4-3.6C-527.9,1460.2-527.7,1459-527.4,1457.7z"/>
<path fill="none" d="M-521,1472.2c2.8,2.8,6.6,4.4,10.6,4.4c4,0,7.8-1.6,10.6-4.4c2-2,3.3-4.4,3.9-7h-29
C-524.3,1467.8-522.9,1470.2-521,1472.2z"/>
<path fill="none" d="M-499.9,1451.1c-2.8-2.8-6.6-4.4-10.6-4.4c-4,0-7.8,1.6-10.6,4.4c-1.9,1.9-3.2,4.2-3.9,6.6h28.8
C-496.7,1455.2-498,1452.9-499.9,1451.1z"/>
<path fill="#715EC7" d="M-510.4,1479.1c8.4,0,15.4-6,17-13.8h-2.6c-0.6,2.6-2,5-3.9,7c-2.8,2.8-6.6,4.4-10.6,4.4
c-4,0-7.8-1.6-10.6-4.4c-2-2-3.3-4.4-3.9-7h-2.6C-525.8,1473.1-518.8,1479.1-510.4,1479.1z"/>
<path fill="#715EC7" d="M-521,1451.1c2.8-2.8,6.6-4.4,10.6-4.4c4,0,7.8,1.6,10.6,4.4c1.9,1.9,3.2,4.2,3.9,6.6h2.6
c-1.8-7.7-8.7-13.4-16.9-13.4c-8.3,0-15.1,5.8-16.9,13.4h2.6C-524.1,1455.2-522.8,1452.9-521,1451.1z"/>
<path fill="#715EC7" d="M-495.5,1461.6c0,1.2-0.2,2.4-0.5,3.6h2.6c0.2-1.2,0.4-2.4,0.4-3.6c0-1.4-0.2-2.7-0.5-4h-2.6
C-495.7,1459-495.5,1460.2-495.5,1461.6z"/>
<path fill="#715EC7" d="M-525.4,1461.6c0-1.4,0.2-2.7,0.5-4h-2.6c-0.3,1.3-0.5,2.6-0.5,4c0,1.2,0.1,2.4,0.4,3.6h2.6
C-525.2,1464-525.4,1462.8-525.4,1461.6z"/>
</g>
<g id="Ellipse_2_5_" transform="translate(-221.642 335.358)">
<circle fill="none" cx="-288.9" cy="1126" r="10.6"/>
<circle fill="none" stroke="#0D3547" stroke-width="7" cx="-288.9" cy="1126" r="6.2"/>
</g>
</g>
<g id="Group_1_4_" transform="translate(-586.339 -462.537) rotate(-90)">
<g>
<path fill="#715EC7" d="M-419.6,1401.5h2.2v-7.6h-2.3c0.3,1.3,0.5,2.6,0.5,4C-419.3,1399.1-419.4,1400.3-419.6,1401.5z"/>
<path fill="#715EC7" d="M-453.6,1393.9h-2.6v7.6h2.5c-0.2-1.2-0.4-2.4-0.4-3.6C-454.1,1396.5-453.9,1395.2-453.6,1393.9z"/>
<path fill="none" d="M-447.3,1408.4c2.8,2.8,6.6,4.4,10.6,4.4s7.8-1.6,10.6-4.4c2-2,3.3-4.4,3.9-7h-29
C-450.5,1404.1-449.2,1406.5-447.3,1408.4z"/>
<path fill="none" d="M-426.1,1387.3c-2.8-2.8-6.6-4.4-10.6-4.4s-7.8,1.6-10.6,4.4c-1.9,1.9-3.2,4.2-3.9,6.6h28.8
C-423,1391.4-424.3,1389.1-426.1,1387.3z"/>
<path fill="#715EC7" d="M-436.7,1415.3c8.4,0,15.4-6,17-13.8h-2.6c-0.6,2.6-2,5-3.9,7c-2.8,2.8-6.6,4.4-10.6,4.4
s-7.8-1.6-10.6-4.4c-2-2-3.3-4.4-3.9-7h-2.6C-452,1409.3-445.1,1415.3-436.7,1415.3z"/>
<path fill="#715EC7" d="M-447.3,1387.3c2.8-2.8,6.6-4.4,10.6-4.4s7.8,1.6,10.6,4.4c1.9,1.9,3.2,4.2,3.9,6.6h2.6
c-1.8-7.7-8.7-13.4-16.9-13.4s-15.1,5.8-16.9,13.4h2.6C-450.3,1391.4-449.1,1389.1-447.3,1387.3z"/>
<path fill="#715EC7" d="M-421.8,1397.9c0,1.2-0.2,2.4-0.5,3.6h2.6c0.2-1.2,0.4-2.4,0.4-3.6c0-1.4-0.2-2.7-0.5-4h-2.6
C-422,1395.2-421.8,1396.5-421.8,1397.9z"/>
<path fill="#715EC7" d="M-451.6,1397.9c0-1.4,0.2-2.7,0.5-4h-2.6c-0.3,1.3-0.5,2.6-0.5,4c0,1.2,0.1,2.4,0.4,3.6h2.6
C-451.4,1400.3-451.6,1399.1-451.6,1397.9z"/>
</g>
<g id="Ellipse_2_4_" transform="translate(-221.642 335.358)">
<circle fill="none" cx="-215.2" cy="1062.3" r="10.6"/>
<circle fill="none" stroke="#0D3547" stroke-width="7" cx="-215.2" cy="1062.3" r="6.2"/>
</g>
</g>
<g id="Group_1_3_" transform="translate(-586.339 -462.537) rotate(-90)">
<g>
<path fill="#715EC7" d="M-419.6,1465.2h2.2v-7.6h-2.3c0.3,1.3,0.5,2.6,0.5,4C-419.3,1462.8-419.4,1464-419.6,1465.2z"/>
<path fill="#715EC7" d="M-453.6,1457.7h-2.6v7.6h2.5c-0.2-1.2-0.4-2.4-0.4-3.6C-454.1,1460.2-453.9,1459-453.6,1457.7z"/>
<path fill="none" d="M-447.3,1472.2c2.8,2.8,6.6,4.4,10.6,4.4s7.8-1.6,10.6-4.4c2-2,3.3-4.4,3.9-7h-29
C-450.5,1467.8-449.2,1470.2-447.3,1472.2z"/>
<path fill="none" d="M-426.1,1451.1c-2.8-2.8-6.6-4.4-10.6-4.4s-7.8,1.6-10.6,4.4c-1.9,1.9-3.2,4.2-3.9,6.6h28.8
C-423,1455.2-424.3,1452.9-426.1,1451.1z"/>
<path fill="#715EC7" d="M-436.7,1479.1c8.4,0,15.4-6,17-13.8h-2.6c-0.6,2.6-2,5-3.9,7c-2.8,2.8-6.6,4.4-10.6,4.4
s-7.8-1.6-10.6-4.4c-2-2-3.3-4.4-3.9-7h-2.6C-452,1473.1-445.1,1479.1-436.7,1479.1z"/>
<path fill="#715EC7" d="M-447.3,1451.1c2.8-2.8,6.6-4.4,10.6-4.4s7.8,1.6,10.6,4.4c1.9,1.9,3.2,4.2,3.9,6.6h2.6
c-1.8-7.7-8.7-13.4-16.9-13.4s-15.1,5.8-16.9,13.4h2.6C-450.3,1455.2-449.1,1452.9-447.3,1451.1z"/>
<path fill="#715EC7" d="M-421.8,1461.6c0,1.2-0.2,2.4-0.5,3.6h2.6c0.2-1.2,0.4-2.4,0.4-3.6c0-1.4-0.2-2.7-0.5-4h-2.6
C-422,1459-421.8,1460.2-421.8,1461.6z"/>
<path fill="#715EC7" d="M-451.6,1461.6c0-1.4,0.2-2.7,0.5-4h-2.6c-0.3,1.3-0.5,2.6-0.5,4c0,1.2,0.1,2.4,0.4,3.6h2.6
C-451.4,1464-451.6,1462.8-451.6,1461.6z"/>
</g>
<g id="Ellipse_2_3_" transform="translate(-221.642 335.358)">
<circle fill="none" cx="-215.2" cy="1126" r="10.6"/>
<circle fill="none" stroke="#0D3547" stroke-width="7" cx="-215.2" cy="1126" r="6.2"/>
</g>
</g>
<g id="Group_1_2_" transform="translate(-586.339 -462.537) rotate(-90)">
<g>
<path fill="#715EC7" d="M-346.8,1401.5h2.2v-7.6h-2.3c0.3,1.3,0.5,2.6,0.5,4C-346.5,1399.1-346.6,1400.3-346.8,1401.5z"/>
<path fill="#715EC7" d="M-380.9,1393.9h-2.6v7.6h2.5c-0.2-1.2-0.4-2.4-0.4-3.6C-381.4,1396.5-381.2,1395.2-380.9,1393.9z"/>
<path fill="none" d="M-374.5,1408.4c2.8,2.8,6.6,4.4,10.6,4.4s7.8-1.6,10.6-4.4c2-2,3.3-4.4,3.9-7h-29
C-377.8,1404.1-376.4,1406.5-374.5,1408.4z"/>
<path fill="none" d="M-353.4,1387.3c-2.8-2.8-6.6-4.4-10.6-4.4s-7.8,1.6-10.6,4.4c-1.9,1.9-3.2,4.2-3.9,6.6h28.8
C-350.2,1391.4-351.5,1389.1-353.4,1387.3z"/>
<path fill="#715EC7" d="M-364,1415.3c8.4,0,15.4-6,17-13.8h-2.6c-0.6,2.6-2,5-3.9,7c-2.8,2.8-6.6,4.4-10.6,4.4
s-7.8-1.6-10.6-4.4c-2-2-3.3-4.4-3.9-7h-2.6C-379.3,1409.3-372.3,1415.3-364,1415.3z"/>
<path fill="#715EC7" d="M-374.5,1387.3c2.8-2.8,6.6-4.4,10.6-4.4s7.8,1.6,10.6,4.4c1.9,1.9,3.2,4.2,3.9,6.6h2.6
c-1.8-7.7-8.7-13.4-16.9-13.4s-15.1,5.8-16.9,13.4h2.6C-377.6,1391.4-376.3,1389.1-374.5,1387.3z"/>
<path fill="#715EC7" d="M-349,1397.9c0,1.2-0.2,2.4-0.5,3.6h2.6c0.2-1.2,0.4-2.4,0.4-3.6c0-1.4-0.2-2.7-0.5-4h-2.6
C-349.2,1395.2-349,1396.5-349,1397.9z"/>
<path fill="#715EC7" d="M-378.9,1397.9c0-1.4,0.2-2.7,0.5-4h-2.6c-0.3,1.3-0.5,2.6-0.5,4c0,1.2,0.1,2.4,0.4,3.6h2.6
C-378.7,1400.3-378.9,1399.1-378.9,1397.9z"/>
</g>
<g id="Ellipse_2_2_" transform="translate(-221.642 335.358)">
<circle fill="none" cx="-142.5" cy="1062.3" r="10.6"/>
<circle fill="none" stroke="#0D3547" stroke-width="7" cx="-142.5" cy="1062.3" r="6.2"/>
</g>
</g>
<g id="Group_1_1_" transform="translate(-586.339 -462.537) rotate(-90)">
<g>
<path fill="#715EC7" d="M-346.8,1465.2h2.2v-7.6h-2.3c0.3,1.3,0.5,2.6,0.5,4C-346.5,1462.8-346.6,1464-346.8,1465.2z"/>
<path fill="#715EC7" d="M-380.9,1457.7h-2.6v7.6h2.5c-0.2-1.2-0.4-2.4-0.4-3.6C-381.4,1460.2-381.2,1459-380.9,1457.7z"/>
<path fill="none" d="M-374.5,1472.2c2.8,2.8,6.6,4.4,10.6,4.4s7.8-1.6,10.6-4.4c2-2,3.3-4.4,3.9-7h-29
C-377.8,1467.8-376.4,1470.2-374.5,1472.2z"/>
<path fill="none" d="M-353.4,1451.1c-2.8-2.8-6.6-4.4-10.6-4.4s-7.8,1.6-10.6,4.4c-1.9,1.9-3.2,4.2-3.9,6.6h28.8
C-350.2,1455.2-351.5,1452.9-353.4,1451.1z"/>
<path fill="#715EC7" d="M-364,1479.1c8.4,0,15.4-6,17-13.8h-2.6c-0.6,2.6-2,5-3.9,7c-2.8,2.8-6.6,4.4-10.6,4.4
s-7.8-1.6-10.6-4.4c-2-2-3.3-4.4-3.9-7h-2.6C-379.3,1473.1-372.3,1479.1-364,1479.1z"/>
<path fill="#715EC7" d="M-374.5,1451.1c2.8-2.8,6.6-4.4,10.6-4.4s7.8,1.6,10.6,4.4c1.9,1.9,3.2,4.2,3.9,6.6h2.6
c-1.8-7.7-8.7-13.4-16.9-13.4s-15.1,5.8-16.9,13.4h2.6C-377.6,1455.2-376.3,1452.9-374.5,1451.1z"/>
<path fill="#715EC7" d="M-349,1461.6c0,1.2-0.2,2.4-0.5,3.6h2.6c0.2-1.2,0.4-2.4,0.4-3.6c0-1.4-0.2-2.7-0.5-4h-2.6
C-349.2,1459-349,1460.2-349,1461.6z"/>
<path fill="#715EC7" d="M-378.9,1461.6c0-1.4,0.2-2.7,0.5-4h-2.6c-0.3,1.3-0.5,2.6-0.5,4c0,1.2,0.1,2.4,0.4,3.6h2.6
C-378.7,1464-378.9,1462.8-378.9,1461.6z"/>
</g>
<g id="Ellipse_2_1_" transform="translate(-221.642 335.358)">
<circle fill="none" cx="-142.5" cy="1126" r="10.6"/>
<circle fill="none" stroke="#0D3547" stroke-width="7" cx="-142.5" cy="1126" r="6.2"/>
</g>
</g>
<g enable-background="new ">
<path fill="#0D3547" d="M901.4,68h-3.2v-0.9l0.9-0.4v-4.6l-0.9-0.4v-0.9h3.2v0.9l-0.9,0.4v4.6l0.9,0.4V68z"/>
<path fill="#0D3547" d="M909,68H907l-3.1-5.4h0c0.1,1,0.1,1.6,0.1,2V68h-1.4v-7.1h1.9l3.1,5.3h0c0-0.9-0.1-1.6-0.1-2v-3.4h1.4V68
z"/>
<path fill="#0D3547" d="M912.8,63.4c0.3,0,0.6,0,0.9,0.1s0.5,0.2,0.7,0.4c0.2,0.2,0.3,0.4,0.5,0.7c0.1,0.3,0.2,0.6,0.2,0.9
c0,0.4-0.1,0.7-0.2,1c-0.1,0.3-0.3,0.6-0.5,0.8c-0.2,0.2-0.5,0.4-0.9,0.5s-0.7,0.2-1.2,0.2c-0.2,0-0.4,0-0.5,0s-0.3,0-0.5-0.1
c-0.2,0-0.3-0.1-0.5-0.1c-0.1,0-0.3-0.1-0.4-0.2v-1.3c0.1,0.1,0.2,0.1,0.4,0.2c0.2,0.1,0.3,0.1,0.5,0.1c0.2,0,0.3,0.1,0.5,0.1
c0.2,0,0.3,0,0.5,0c0.4,0,0.8-0.1,1-0.3c0.2-0.2,0.3-0.5,0.3-0.9c0-0.4-0.1-0.6-0.3-0.8c-0.2-0.2-0.6-0.3-1-0.3
c-0.1,0-0.2,0-0.3,0c-0.1,0-0.2,0-0.3,0s-0.2,0-0.3,0.1c-0.1,0-0.2,0-0.2,0.1l-0.6-0.3l0.3-3.6h3.8v1.3H912l-0.1,1.4
c0.1,0,0.2,0,0.4-0.1C912.4,63.5,912.6,63.4,912.8,63.4z"/>
</g>
<g enable-background="new ">
<path fill="#0D3547" d="M837.4,68h-3.2v-0.9l0.9-0.4v-4.6l-0.9-0.4v-0.9h3.2v0.9l-0.9,0.4v4.6l0.9,0.4V68z"/>
<path fill="#0D3547" d="M845,68H843l-3.1-5.4h0c0.1,1,0.1,1.6,0.1,2V68h-1.4v-7.1h1.9l3.1,5.3h0c0-0.9-0.1-1.6-0.1-2v-3.4h1.4V68
z"/>
<path fill="#0D3547" d="M851.2,66.5h-0.9V68h-1.5v-1.5h-2.9v-1l3-4.6h1.4v4.5h0.9V66.5z M848.8,65.3v-1.2c0,0,0-0.1,0-0.2
c0-0.1,0-0.2,0-0.3c0-0.1,0-0.2,0-0.3s0-0.2,0-0.3s0-0.2,0-0.3c0-0.1,0-0.1,0-0.2h0c-0.1,0.1-0.1,0.3-0.2,0.4s-0.2,0.3-0.3,0.5
l-1.2,1.8H848.8z"/>
</g>
<g enable-background="new ">
<path fill="#0D3547" d="M901.4,140h-3.2v-0.9l0.9-0.4v-4.6l-0.9-0.4v-0.9h3.2v0.9l-0.9,0.4v4.6l0.9,0.4V140z"/>
<path fill="#0D3547" d="M909,140H907l-3.1-5.4h0c0.1,1,0.1,1.6,0.1,2v3.4h-1.4v-7.1h1.9l3.1,5.3h0c0-0.9-0.1-1.6-0.1-2v-3.4h1.4
V140z"/>
<path fill="#0D3547" d="M910.9,140l2.5-5.9h-3.3v-1.3h4.9v0.9l-2.6,6.2H910.9z"/>
</g>
<g enable-background="new ">
<path fill="#0D3547" d="M837.4,140h-3.2v-0.9l0.9-0.4v-4.6l-0.9-0.4v-0.9h3.2v0.9l-0.9,0.4v4.6l0.9,0.4V140z"/>
<path fill="#0D3547" d="M845,140H843l-3.1-5.4h0c0.1,1,0.1,1.6,0.1,2v3.4h-1.4v-7.1h1.9l3.1,5.3h0c0-0.9-0.1-1.6-0.1-2v-3.4h1.4
V140z"/>
<path fill="#0D3547" d="M846.2,137c0-0.3,0-0.7,0.1-1c0-0.3,0.1-0.7,0.2-1c0.1-0.3,0.2-0.6,0.4-0.9c0.2-0.3,0.4-0.5,0.6-0.7
c0.3-0.2,0.6-0.4,0.9-0.5c0.4-0.1,0.8-0.2,1.2-0.2c0.1,0,0.1,0,0.2,0c0.1,0,0.2,0,0.2,0c0.1,0,0.2,0,0.2,0s0.1,0,0.2,0v1.2
c-0.1,0-0.3-0.1-0.4-0.1c-0.1,0-0.3,0-0.4,0c-0.4,0-0.8,0.1-1.1,0.2c-0.3,0.1-0.5,0.3-0.7,0.5s-0.3,0.4-0.4,0.7
c-0.1,0.3-0.1,0.6-0.1,0.9h0.1c0.1-0.1,0.1-0.2,0.2-0.3c0.1-0.1,0.2-0.2,0.3-0.3c0.1-0.1,0.3-0.1,0.4-0.2c0.2,0,0.3-0.1,0.5-0.1
c0.3,0,0.6,0.1,0.8,0.2c0.2,0.1,0.5,0.2,0.6,0.4s0.3,0.4,0.4,0.7c0.1,0.3,0.1,0.6,0.1,1c0,0.4-0.1,0.7-0.2,1
c-0.1,0.3-0.3,0.6-0.5,0.8c-0.2,0.2-0.4,0.4-0.7,0.5c-0.3,0.1-0.6,0.2-1,0.2c-0.4,0-0.7-0.1-1-0.2c-0.3-0.1-0.6-0.3-0.8-0.6
c-0.2-0.3-0.4-0.6-0.5-1C846.3,138,846.2,137.5,846.2,137z M848.7,138.9c0.1,0,0.3,0,0.4-0.1c0.1-0.1,0.2-0.1,0.3-0.2
c0.1-0.1,0.1-0.2,0.2-0.4s0.1-0.3,0.1-0.6c0-0.3-0.1-0.6-0.2-0.8c-0.1-0.2-0.4-0.3-0.7-0.3c-0.1,0-0.3,0-0.4,0.1
c-0.1,0.1-0.2,0.1-0.3,0.2s-0.2,0.2-0.2,0.3c0,0.1-0.1,0.2-0.1,0.4c0,0.2,0,0.3,0.1,0.5c0,0.2,0.1,0.3,0.2,0.4
c0.1,0.1,0.2,0.2,0.3,0.3S848.5,138.9,848.7,138.9z"/>
</g>
<g enable-background="new ">
<path fill="#0D3547" d="M901.4-78h-3.2v-0.9l0.9-0.4v-4.6l-0.9-0.4v-0.9h3.2v0.9l-0.9,0.4v4.6l0.9,0.4V-78z"/>
<path fill="#0D3547" d="M909-78H907l-3.1-5.4h0c0.1,1,0.1,1.6,0.1,2v3.4h-1.4v-7.1h1.9l3.1,5.3h0c0-0.9-0.1-1.6-0.1-2v-3.4h1.4
V-78z"/>
<path fill="#0D3547" d="M913.8-78h-1.5v-4.1c0-0.1,0-0.2,0-0.3c0-0.1,0-0.2,0-0.4c0-0.1,0-0.3,0-0.4s0-0.2,0-0.4c0,0,0,0-0.1,0.1
s-0.1,0.1-0.1,0.1c0,0-0.1,0.1-0.2,0.1c-0.1,0-0.1,0.1-0.2,0.1l-0.8,0.7l-0.7-0.9l2.3-1.8h1.2V-78z"/>
</g>
<g enable-background="new ">
<path fill="#0D3547" d="M837.4-78h-3.2v-0.9l0.9-0.4v-4.6l-0.9-0.4v-0.9h3.2v0.9l-0.9,0.4v4.6l0.9,0.4V-78z"/>
<path fill="#0D3547" d="M845-78H843l-3.1-5.4h0c0.1,1,0.1,1.6,0.1,2v3.4h-1.4v-7.1h1.9l3.1,5.3h0c0-0.9-0.1-1.6-0.1-2v-3.4h1.4
V-78z"/>
<path fill="#0D3547" d="M851.1-81.6c0,0.6,0,1.1-0.1,1.5c-0.1,0.5-0.2,0.8-0.4,1.2c-0.2,0.3-0.5,0.6-0.8,0.7
c-0.3,0.2-0.7,0.2-1.1,0.2c-0.4,0-0.8-0.1-1.1-0.2c-0.3-0.2-0.6-0.4-0.8-0.7c-0.2-0.3-0.4-0.7-0.5-1.2c-0.1-0.5-0.1-1-0.1-1.5
s0-1.1,0.1-1.5c0.1-0.5,0.2-0.8,0.4-1.2s0.4-0.6,0.8-0.7c0.3-0.2,0.7-0.3,1.1-0.3c0.4,0,0.8,0.1,1.1,0.2c0.3,0.2,0.6,0.4,0.8,0.7
s0.4,0.7,0.5,1.2C851-82.7,851.1-82.1,851.1-81.6z M847.7-81.6c0,0.8,0.1,1.4,0.2,1.8c0.1,0.4,0.4,0.6,0.7,0.6
c0.3,0,0.6-0.2,0.7-0.6c0.1-0.4,0.2-1,0.2-1.8c0-0.8-0.1-1.4-0.2-1.8c-0.1-0.4-0.4-0.6-0.7-0.6c-0.2,0-0.3,0.1-0.4,0.2
c-0.1,0.1-0.2,0.3-0.3,0.5c-0.1,0.2-0.1,0.5-0.2,0.8C847.7-82.3,847.7-82,847.7-81.6z"/>
</g>
<g enable-background="new ">
<path fill="#0D3547" d="M901.4-6h-3.2v-0.9l0.9-0.4v-4.6l-0.9-0.4v-0.9h3.2v0.9l-0.9,0.4v4.6l0.9,0.4V-6z"/>
<path fill="#0D3547" d="M909-6H907l-3.1-5.4h0c0.1,1,0.1,1.6,0.1,2V-6h-1.4v-7.1h1.9l3.1,5.3h0c0-0.9-0.1-1.6-0.1-2v-3.4h1.4V-6z
"/>
<path fill="#0D3547" d="M914.8-11.5c0,0.2,0,0.5-0.1,0.7c-0.1,0.2-0.2,0.4-0.3,0.5c-0.1,0.1-0.3,0.3-0.5,0.4
c-0.2,0.1-0.4,0.2-0.6,0.2v0c0.6,0.1,1,0.2,1.3,0.5c0.3,0.3,0.4,0.7,0.4,1.1c0,0.3-0.1,0.6-0.2,0.9c-0.1,0.3-0.3,0.5-0.5,0.7
c-0.2,0.2-0.5,0.3-0.9,0.5c-0.4,0.1-0.8,0.2-1.2,0.2c-0.4,0-0.7,0-1.1-0.1c-0.3-0.1-0.7-0.2-0.9-0.3v-1.3
c0.1,0.1,0.3,0.1,0.5,0.2c0.2,0.1,0.3,0.1,0.5,0.1c0.2,0,0.3,0.1,0.5,0.1c0.2,0,0.3,0,0.4,0c0.3,0,0.5,0,0.7-0.1s0.3-0.1,0.4-0.2
c0.1-0.1,0.2-0.2,0.2-0.3c0-0.1,0.1-0.3,0.1-0.4c0-0.1,0-0.3-0.1-0.4c-0.1-0.1-0.2-0.2-0.3-0.3C913-9,912.8-9,912.6-9.1
c-0.2,0-0.5-0.1-0.8-0.1h-0.5v-1.1h0.5c0.3,0,0.5,0,0.7-0.1c0.2-0.1,0.4-0.1,0.5-0.2c0.1-0.1,0.2-0.2,0.3-0.3s0.1-0.3,0.1-0.4
c0-0.3-0.1-0.5-0.2-0.6c-0.2-0.1-0.4-0.2-0.8-0.2c-0.2,0-0.3,0-0.4,0c-0.1,0-0.3,0.1-0.4,0.1c-0.1,0-0.2,0.1-0.3,0.2
c-0.1,0.1-0.2,0.1-0.3,0.2l-0.8-1c0.1-0.1,0.3-0.2,0.4-0.3s0.3-0.2,0.5-0.2c0.2-0.1,0.4-0.1,0.6-0.1c0.2,0,0.5-0.1,0.7-0.1
c0.4,0,0.7,0,1,0.1c0.3,0.1,0.5,0.2,0.7,0.3c0.2,0.1,0.4,0.3,0.5,0.5C914.7-12.1,914.8-11.8,914.8-11.5z"/>
</g>
<g enable-background="new ">
<path fill="#0D3547" d="M837.4-6h-3.2v-0.9l0.9-0.4v-4.6l-0.9-0.4v-0.9h3.2v0.9l-0.9,0.4v4.6l0.9,0.4V-6z"/>
<path fill="#0D3547" d="M845-6H843l-3.1-5.4h0c0.1,1,0.1,1.6,0.1,2V-6h-1.4v-7.1h1.9l3.1,5.3h0c0-0.9-0.1-1.6-0.1-2v-3.4h1.4V-6z
"/>
<path fill="#0D3547" d="M851.1-6h-4.8v-1l1.7-1.8c0.2-0.2,0.4-0.4,0.6-0.6c0.2-0.2,0.3-0.4,0.4-0.6c0.1-0.2,0.2-0.4,0.3-0.6
s0.1-0.4,0.1-0.6c0-0.2-0.1-0.4-0.2-0.6c-0.1-0.1-0.3-0.2-0.6-0.2c-0.3,0-0.5,0.1-0.7,0.2c-0.2,0.1-0.5,0.3-0.7,0.5l-0.8-1
c0.1-0.1,0.3-0.3,0.5-0.4c0.2-0.1,0.3-0.2,0.5-0.3c0.2-0.1,0.4-0.2,0.6-0.2c0.2-0.1,0.5-0.1,0.8-0.1c0.3,0,0.6,0,0.9,0.1
c0.3,0.1,0.5,0.2,0.7,0.4c0.2,0.2,0.3,0.4,0.4,0.6s0.2,0.5,0.2,0.8c0,0.3,0,0.5-0.1,0.8c-0.1,0.3-0.2,0.5-0.4,0.8
c-0.2,0.2-0.4,0.5-0.6,0.7c-0.2,0.2-0.5,0.5-0.7,0.7l-0.9,0.9v0.1h2.9V-6z"/>
</g>
<g enable-background="new ">
<path fill="#715EC7" d="M834.4-186h-1.9l-3.1-5.4h0c0.1,1,0.1,1.6,0.1,2v3.4h-1.4v-7.1h1.9l3.1,5.3h0c0-0.9-0.1-1.6-0.1-2v-3.4
h1.4V-186z"/>
<path fill="#715EC7" d="M841.1-188.7c0,0.9-0.2,1.6-0.7,2.1s-1.1,0.8-2,0.8c-0.5,0-1-0.1-1.4-0.3c-0.4-0.2-0.7-0.6-0.9-1
s-0.3-0.9-0.3-1.5c0-0.9,0.2-1.6,0.7-2.1c0.5-0.5,1.1-0.7,2-0.7c0.5,0,1,0.1,1.4,0.3s0.7,0.6,0.9,1S841.1-189.3,841.1-188.7z
M837.3-188.7c0,0.5,0.1,0.9,0.3,1.2c0.2,0.3,0.5,0.4,0.9,0.4c0.4,0,0.7-0.1,0.9-0.4c0.2-0.3,0.3-0.7,0.3-1.2
c0-0.5-0.1-0.9-0.3-1.2s-0.5-0.4-0.9-0.4c-0.4,0-0.7,0.1-0.9,0.4C837.4-189.7,837.3-189.3,837.3-188.7z"/>
<path fill="#715EC7" d="M843.5-186l-2.1-5.5h1.6l1.1,3.1c0.1,0.3,0.2,0.7,0.2,1.1h0c0-0.4,0.1-0.7,0.2-1.1l1-3.1h1.6L845-186
H843.5z"/>
<path fill="#715EC7" d="M852.9-188.7c0,0.9-0.2,1.6-0.7,2.1s-1.1,0.8-2,0.8c-0.5,0-1-0.1-1.4-0.3c-0.4-0.2-0.7-0.6-0.9-1
s-0.3-0.9-0.3-1.5c0-0.9,0.2-1.6,0.7-2.1c0.5-0.5,1.1-0.7,2-0.7c0.5,0,1,0.1,1.4,0.3s0.7,0.6,0.9,1S852.9-189.3,852.9-188.7z
M849.1-188.7c0,0.5,0.1,0.9,0.3,1.2c0.2,0.3,0.5,0.4,0.9,0.4c0.4,0,0.7-0.1,0.9-0.4c0.2-0.3,0.3-0.7,0.3-1.2
c0-0.5-0.1-0.9-0.3-1.2s-0.5-0.4-0.9-0.4c-0.4,0-0.7,0.1-0.9,0.4C849.2-189.7,849.1-189.3,849.1-188.7z"/>
</g>
</g>
</g>
<g id="IDC_BNC_adapter_copy">
</g>
<g id="HD68">
</g>
<g id="Clocker">
</g>
<g id="Koster">
</g>
<g id="EEM_Octal">
</g>
<g id="EEM16x">
</g>
<g id="BNC_DIO__x28_new_x29_">
</g>
<g id="Urukul_2_">
</g>
<g id="Stabiliser">
</g>
</svg>

After

Width:  |  Height:  |  Size: 49 KiB

View File

@ -0,0 +1,381 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 18.1.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
viewBox="3389 147.8 90 500" enable-background="new 3389 147.8 90 500" xml:space="preserve">
<g id="Kasli">
</g>
<g id="Kasli_with_backplane">
</g>
<g id="zotino">
</g>
<g id="Novo">
</g>
<g id="IDC_BNC_adapter_copy">
</g>
<g id="HD68">
</g>
<g id="Clocker">
</g>
<g id="Koster">
</g>
<g id="EEM_Octal">
</g>
<g id="EEM16x">
</g>
<g id="BNC_DIO__x28_new_x29_">
</g>
<g id="Urukul_2_">
</g>
<g id="Stabiliser">
<g id="Group_127_1_" transform="translate(764 443)">
<g id="Group_101_1_">
<g id="Rectangle_1_14_" transform="translate(-764 -443)">
<rect x="3389" y="147.8" fill="#FFFFFF" width="90" height="500"/>
<rect x="3390" y="148.8" fill="none" stroke="#0D3547" stroke-width="2" width="88" height="498"/>
</g>
<g id="Group_100_1_">
<g enable-background="new ">
<path fill="#715EC7" d="M2650.8-201.2c0,0.6-0.2,1.2-0.7,1.5s-1.1,0.6-1.9,0.6c-0.8,0-1.4-0.1-2-0.4v-1.4
c0.5,0.2,0.9,0.4,1.2,0.5c0.3,0.1,0.6,0.1,0.9,0.1c0.3,0,0.6-0.1,0.8-0.2c0.2-0.1,0.3-0.3,0.3-0.6c0-0.1,0-0.3-0.1-0.4
c-0.1-0.1-0.2-0.2-0.3-0.3s-0.5-0.3-0.9-0.5c-0.4-0.2-0.8-0.4-1-0.6c-0.2-0.2-0.4-0.4-0.5-0.7c-0.1-0.3-0.2-0.5-0.2-0.9
c0-0.6,0.2-1.1,0.6-1.5c0.4-0.4,1-0.5,1.8-0.5c0.4,0,0.7,0,1.1,0.1s0.7,0.2,1.1,0.4l-0.5,1.2c-0.4-0.2-0.7-0.3-0.9-0.3
s-0.5-0.1-0.7-0.1c-0.3,0-0.5,0.1-0.7,0.2c-0.2,0.1-0.2,0.3-0.2,0.5c0,0.1,0,0.2,0.1,0.3c0.1,0.1,0.2,0.2,0.3,0.3
c0.1,0.1,0.5,0.3,1,0.5c0.7,0.3,1.1,0.6,1.4,1C2650.6-202.1,2650.8-201.7,2650.8-201.2z"/>
<path fill="#715EC7" d="M2654.2-200.3c0.3,0,0.6-0.1,0.9-0.2v1.1c-0.4,0.2-0.8,0.2-1.4,0.2c-0.6,0-1-0.2-1.3-0.5
c-0.3-0.3-0.4-0.8-0.4-1.4v-2.6h-0.7v-0.6l0.8-0.5l0.4-1.2h1v1.2h1.5v1.1h-1.5v2.6c0,0.2,0.1,0.4,0.2,0.5
C2653.9-200.4,2654-200.3,2654.2-200.3z"/>
<path fill="#715EC7" d="M2659.8-199.2l-0.3-0.7h0c-0.3,0.3-0.5,0.5-0.8,0.7c-0.3,0.1-0.6,0.2-1,0.2c-0.5,0-0.9-0.1-1.2-0.4
c-0.3-0.3-0.5-0.7-0.5-1.3c0-0.6,0.2-1,0.6-1.3c0.4-0.3,1-0.4,1.8-0.5l0.9,0v-0.2c0-0.6-0.3-0.8-0.8-0.8
c-0.4,0-0.9,0.1-1.5,0.4l-0.5-1c0.6-0.3,1.3-0.5,2.1-0.5c0.7,0,1.3,0.2,1.7,0.5s0.6,0.8,0.6,1.5v3.6H2659.8z M2659.3-201.8
l-0.6,0c-0.4,0-0.8,0.1-1,0.2c-0.2,0.1-0.3,0.4-0.3,0.7c0,0.4,0.2,0.6,0.7,0.6c0.3,0,0.6-0.1,0.8-0.3c0.2-0.2,0.3-0.5,0.3-0.8
V-201.8z"/>
<path fill="#715EC7" d="M2665.4-204.8c0.6,0,1.1,0.3,1.5,0.8c0.4,0.5,0.5,1.2,0.5,2.1c0,0.9-0.2,1.6-0.6,2.1s-0.9,0.7-1.5,0.7
c-0.6,0-1.1-0.2-1.5-0.7h-0.1l-0.2,0.6h-1.1v-7.6h1.5v1.8c0,0.2,0,0.6-0.1,1.1h0.1C2664.2-204.5,2664.7-204.8,2665.4-204.8z
M2664.9-203.6c-0.4,0-0.6,0.1-0.8,0.3c-0.2,0.2-0.3,0.6-0.3,1.1v0.2c0,0.6,0.1,1,0.3,1.3c0.2,0.3,0.5,0.4,0.8,0.4
c0.3,0,0.5-0.1,0.7-0.4c0.2-0.3,0.3-0.7,0.3-1.2s-0.1-0.9-0.3-1.2C2665.4-203.5,2665.2-203.6,2664.9-203.6z"/>
<path fill="#715EC7" d="M2668.6-206.1c0-0.5,0.3-0.7,0.8-0.7c0.5,0,0.8,0.2,0.8,0.7c0,0.2-0.1,0.4-0.2,0.5
c-0.1,0.1-0.3,0.2-0.6,0.2C2668.9-205.4,2668.6-205.6,2668.6-206.1z M2670.1-199.2h-1.5v-5.5h1.5V-199.2z"/>
<path fill="#715EC7" d="M2673.2-199.2h-1.5v-7.6h1.5V-199.2z"/>
<path fill="#715EC7" d="M2674.7-206.1c0-0.5,0.3-0.7,0.8-0.7c0.5,0,0.8,0.2,0.8,0.7c0,0.2-0.1,0.4-0.2,0.5
c-0.1,0.1-0.3,0.2-0.6,0.2C2675-205.4,2674.7-205.6,2674.7-206.1z M2676.2-199.2h-1.5v-5.5h1.5V-199.2z"/>
<path fill="#715EC7" d="M2681.6-199.2h-4.3v-0.9l2.5-3.4h-2.4v-1.1h4.1v1l-2.5,3.4h2.5V-199.2z"/>
<path fill="#715EC7" d="M2685.2-199.2c-0.9,0-1.6-0.2-2.1-0.7c-0.5-0.5-0.7-1.2-0.7-2.1c0-0.9,0.2-1.6,0.7-2.1
c0.5-0.5,1.1-0.7,1.9-0.7c0.8,0,1.4,0.2,1.8,0.7s0.6,1,0.6,1.8v0.7h-3.5c0,0.4,0.1,0.8,0.4,1s0.6,0.4,1,0.4
c0.3,0,0.6,0,0.9-0.1s0.6-0.2,0.9-0.3v1.2c-0.3,0.1-0.5,0.2-0.8,0.3C2685.9-199.2,2685.6-199.2,2685.2-199.2z M2684.9-203.8
c-0.3,0-0.6,0.1-0.7,0.3c-0.2,0.2-0.3,0.5-0.3,0.9h2.1c0-0.4-0.1-0.7-0.3-0.9C2685.5-203.7,2685.3-203.8,2684.9-203.8z"/>
<path fill="#715EC7" d="M2691.6-204.8c0.2,0,0.4,0,0.5,0l-0.1,1.4c-0.1,0-0.3,0-0.4,0c-0.5,0-0.8,0.1-1.1,0.4
c-0.3,0.2-0.4,0.6-0.4,1v2.8h-1.5v-5.5h1.1l0.2,0.9h0.1c0.2-0.3,0.4-0.6,0.7-0.7C2691-204.7,2691.3-204.8,2691.6-204.8z"/>
</g>
<g id="artiq_14_" transform="translate(-785.044 -420.073)">
<path id="Path_3_14_" fill="#1A6D93" d="M3465.3,174.6c0.4,0,0.8-0.4,0.8-0.8c0-0.4-0.3-0.8-0.8-0.8c-0.4,0-0.8,0.4-0.7,0.8
C3464.5,174.2,3464.9,174.5,3465.3,174.6L3465.3,174.6z"/>
<path id="Path_4_14_" fill="#1A6D93" d="M3447.1,159.6l0.9,0.8c0,0,0,0,0.1,0c1.8-1.5,3.7-2.8,5.8-3.9c2.3-1.2,4.8-2,7.4-2.3
c0.2,0,0.4,0,0.6,0c0.7,0,1.4,0.1,2,0.4c0.6,0.3,1,0.9,1,1.5c0,0.6-0.2,1.2-0.5,1.7c-0.2,0.4-0.5,0.8-0.7,1.2l-0.3,0.5l0.8,0.8
c0.8-0.9,1.4-2,1.7-3.2c0-0.1,0.1-0.3,0.1-0.4c0-0.1,0-0.1,0-0.2v-0.8c0,0,0,0,0,0s0-0.1,0-0.1c-0.2-1-0.8-1.8-1.8-2.2
c-0.6-0.3-1.3-0.4-2-0.4c-0.2,0-0.4,0-0.6,0c-1.1,0-2.1,0.2-3.2,0.4c-4,1.1-7.8,3.1-10.9,5.8c-0.1,0.1-0.2,0.2-0.3,0.2
C3447.2,159.5,3447.2,159.5,3447.1,159.6z"/>
<path id="Path_5_14_" fill="#1A6D93" d="M3449.5,156.7c0.2-0.2,0.5-0.3,0.7-0.5c0.3-0.1,0.4-0.4,0.4-0.7
c0.3-1.5,0.7-2.9,1.4-4.2c0.3-0.6,0.7-1.1,1.2-1.5c0.6-0.6,1.6-0.6,2.3,0c0.5,0.4,0.9,0.9,1.2,1.4c0.2,0.3,0.3,0.7,0.5,1.1
c0.1,0.1,0.1,0.3,0.2,0.4l1.2-0.3c-0.1-0.2-0.2-0.4-0.3-0.6c-0.2-0.5-0.4-0.9-0.7-1.3c-0.6-1.2-1.6-2.1-2.9-2.4h-0.7
c-1.1,0.2-2,0.9-2.5,1.8c-0.3,0.4-0.6,0.9-0.8,1.3c-0.7,1.4-1.1,2.9-1.4,4.4c-0.1,0.3-0.1,0.5-0.1,0.8c0,0.1,0,0.2-0.1,0.3
C3449.4,156.8,3449.5,156.8,3449.5,156.7z"/>
<path id="Path_6_14_" fill="#1A6D93" d="M3448.5,167.8c-0.3,0-0.5,0.1-0.8,0.1c-0.2,0-0.3,0-0.4,0c-0.5,0-1.1-0.1-1.6-0.2
c-0.1,0-0.1,0-0.2-0.1c-0.9-0.3-1.4-1.2-1.1-2.1c0,0,0,0,0,0c0.2-0.9,0.6-1.7,1.1-2.4c0.1-0.1,0.2-0.3,0.3-0.4
c0-0.1,0.1-0.1,0.1-0.2l-0.9-0.8c-0.8,0.9-1.4,2-1.7,3.1c-0.6,1.5,0.2,3.3,1.8,3.9c0.2,0.1,0.4,0.1,0.6,0.2
c0.5,0.1,1.1,0.2,1.6,0.2c0.3,0,0.6,0,1-0.1c0.2,0,0.4,0,0.6-0.1l0.2,0l-0.3-1.2C3448.7,167.8,3448.6,167.8,3448.5,167.8z"/>
<path id="Path_7_14_" fill="#1A6D93" d="M3447.3,167.9c0.1,0,0.3,0,0.4,0C3447.6,167.9,3447.4,167.9,3447.3,167.9z"/>
<path id="Path_8_14_" fill="#1A6D93" d="M3445.7,167.7c0.5,0.2,1,0.2,1.6,0.2C3446.7,167.9,3446.2,167.8,3445.7,167.7z"/>
<path id="Path_9_14_" fill="#1A6D93" d="M3447.3,169.1c-0.6,0-1.1-0.1-1.6-0.2C3446.2,169,3446.7,169.1,3447.3,169.1z"/>
<path id="Path_10_14_" fill="#1A6D93" d="M3448.3,169c-0.4,0-0.7,0.1-1,0.1C3447.6,169.1,3447.9,169.1,3448.3,169z"/>
<path id="Path_11_14_" fill="#1A6D93" d="M3457.7,157.6c-0.1-0.3-0.1-0.7-0.2-1c-0.1-0.3-0.4-0.4-0.7-0.5h0
c-0.3,0.1-0.7,0.3-1,0.4c-0.1,0.1-0.2,0.1-0.4,0.1l2.3,1.3L3457.7,157.6z"/>
<path id="Path_12_14_" fill="#1A6D93" d="M3450.2,159.6C3450.1,159.7,3450.1,159.7,3450.2,159.6c-0.1,0.1-0.2,0.1-0.2,0.2
c-0.2,0.2-0.5,0.4-0.7,0.5c-0.2,0.1-0.3,0.4-0.3,0.6c0,0.1,0,0.1,0,0.2c0,0.1,0,0.2,0,0.2c0.3,0.3,0.6,0.5,0.9,0.7l0.2,0.1
c0,0,0.1,0,0.1,0.1c0,0,0,0,0,0L3450.2,159.6C3450.2,159.6,3450.2,159.6,3450.2,159.6z"/>
<path id="Path_13_14_" fill="#1A6D93" d="M3452.4,155L3452.4,155c0.3-0.1,0.6-0.3,0.9-0.4l0.3-0.2l-1.4-0.5l-0.3,1.2
c0.1,0,0.2,0.1,0.3,0.1c0.1,0,0.1,0,0.2-0.1C3452.3,155.1,3452.3,155,3452.4,155z"/>
<path id="Path_14_14_" fill="#1A6D93" d="M3452.3,155.1C3452.3,155.1,3452.3,155,3452.3,155.1L3452.3,155.1
C3452.3,155,3452.3,155.1,3452.3,155.1z"/>
<path id="Path_15_14_" fill="#1A6D93" d="M3461.9,162.5l-0.9-0.8c-0.1,0.5-0.2,1.1-0.1,1.6L3461.9,162.5z"/>
<path id="Path_16_14_" fill="#1A6D93" d="M3451.9,167C3451.9,167,3451.9,167,3451.9,167c-0.1,0-0.1,0.1-0.1,0.1
c0.1,0.3,0.1,0.5,0.2,0.8l0.1,0.2l1.2-0.4l-0.3-0.1C3452.7,167.4,3452.3,167.2,3451.9,167C3451.9,167,3451.9,167,3451.9,167z"
/>
<path id="Path_17_14_" fill="#1A6D93" d="M3454.5,161.8c0.4,0,0.8-0.4,0.8-0.8c0-0.4-0.4-0.8-0.8-0.8c-0.4,0-0.8,0.3-0.8,0.8
C3453.8,161.5,3454.1,161.8,3454.5,161.8z"/>
<path id="Path_18_14_" fill="#0D3547" d="M3464.8,174.9l1.2-0.2l0.4-1.2l-0.8-0.9l-1.2,0.2l-0.4,1.2L3464.8,174.9
M3453.9,162.8l1.9-0.3l0.7-1.8l-1.2-1.5l-1.9,0.3l-0.7,1.8L3453.9,162.8 M3454.6,158.1c1.7,0,3,1.3,3,3c0,0.2,0,0.3,0,0.5
c0.2,0.9,0.7,1.7,1.4,2.4c0,0,3.3,4.2,5.6,7.2c0.3,0.3,0.6,0.6,1,0.7c1,0.2,1.7,1.2,1.5,2.2s-1.2,1.7-2.2,1.5
c-0.4-0.1-0.8-0.3-1.1-0.6c-0.2-0.3-0.4-0.7-0.4-1.1l0,0v-0.1c-0.1-0.4-0.3-0.8-0.6-1.2l-6.2-6.7c-0.5-0.8-1.3-1.4-2.1-1.8
c-0.8,0-1.6-0.4-2.2-1.1c-1.1-1.3-0.9-3.2,0.4-4.2c0,0,0,0,0,0C3453.2,158.3,3453.9,158.1,3454.6,158.1"/>
<path id="Path_19_14_" fill="#0D3547" d="M3444.5,182.4l0.7-1.6l0.7,1.6H3444.5z M3445,179l-2.3,5.1v0.1h1.2l0.3-0.7h2.1
l0.3,0.7h1.2v-0.1l-2.3-5.1L3445,179z"/>
<path id="Path_20_14_" fill="#0D3547" d="M3451.2,181.6h-1v-1.5h1c0.4,0,0.7,0.3,0.6,0.7c0,0,0,0,0,0.1
C3451.9,181.2,3451.6,181.6,3451.2,181.6C3451.2,181.6,3451.2,181.6,3451.2,181.6z M3452.3,182.3c0.6-0.5,0.9-1.3,0.7-2
c-0.2-0.8-0.9-1.3-1.7-1.2h-2.2v5.1h1.2v-1.5h0.8l0.9,1.5h1.4v-0.1L3452.3,182.3L3452.3,182.3z"/>
<path id="Path_21_14_" fill="#0D3547" d="M3455.3,180.1v4.1h1.2v-4.1h1.3v-1h-3.7v1H3455.3z"/>
<path id="Path_22_14_" fill="#0D3547" d="M3458.7,179.1v1h0.6v3.1h-0.7v1h2.5v-1h-0.7v-3.1h0.6v-1H3458.7z"/>
<path id="Path_23_14_" fill="#0D3547" d="M3464.8,183.2c-0.8,0.1-1.6-0.6-1.6-1.4c-0.1-0.8,0.6-1.6,1.4-1.6
c0.8-0.1,1.6,0.6,1.6,1.4c0,0,0,0.1,0,0.1c0.1,0.8-0.5,1.4-1.3,1.5C3464.9,183.2,3464.8,183.2,3464.8,183.2z M3467,183.1
c0.3-0.5,0.4-1,0.4-1.5c0-1.4-1.2-2.6-2.6-2.6c-1.4,0-2.6,1.2-2.6,2.6c0,1.4,1.2,2.6,2.6,2.6c0.5,0,0.9-0.1,1.3-0.3l0.1,0
l0.1,0.3h1.2v-0.1L3467,183.1L3467,183.1z"/>
<path id="Path_24_14_" fill="#1A6D93" d="M3456.4,166.7L3456.4,166.7c-2.1-0.8-4.1-1.8-5.9-3.1c-1.8-1.2-3.4-2.6-4.7-4.3
c-0.6-0.7-1.1-1.6-1.4-2.6c-0.3-0.8,0-1.7,0.8-2.1c0.2-0.1,0.4-0.2,0.6-0.3c0.7-0.2,1.4-0.2,2.1-0.2l0.3,0l0.4,0l0.3,0l0.3-1.2
l-0.2,0c-0.2,0-0.4-0.1-0.6-0.1c-0.4,0-0.7-0.1-1-0.1c-0.7,0-1.3,0.1-1.9,0.3c-1.1,0.3-1.9,1.1-2.2,2.2c-0.2,0.8,0,1.7,0.4,2.5
c0.6,1.3,1.4,2.5,2.5,3.5c2.8,2.8,6.1,4.9,9.7,6.3c0.3,0.1,0.5,0.2,0.8,0.3c0.1,0,0.2,0.1,0.4,0.1l0.2-0.7L3456.4,166.7z"/>
<path id="Path_25_14_" fill="#1A6D93" d="M3466,165.6C3465.9,165.6,3465.9,165.6,3466,165.6c-0.1-0.8-0.4-1.5-0.8-2.1
c-0.8-1.3-1.7-2.5-2.9-3.5c-0.3-0.3-0.6-0.6-1-0.9c-0.1-0.1-0.3-0.2-0.4-0.4v0c0,0,0,0,0,0.1l0,0.3c0,0.4,0,0.8,0.1,1.2
c0,0.1,0.1,0.2,0.1,0.2c0.2,0.2,0.4,0.4,0.5,0.5c0.3,0.3,0.6,0.6,1,1c0.9,0.9,1.5,1.9,2,3c0.2,0.4,0.2,0.9,0.2,1.3
c-0.1,0.7-0.6,1.2-1.3,1.4c-0.2,0.1-0.4,0.1-0.6,0.2l0.8,1c0.1,0,0.3-0.1,0.4-0.1c0.9-0.3,1.7-1.1,1.9-2.1l0.1-0.3L3466,165.6
L3466,165.6z"/>
<path id="Path_26_14_" fill="#1A6D93" d="M3458.4,155.7c0.1,0.4,0.1,0.8,0.2,1.2c0.1,0.9,0.2,1.9,0.3,2.8
c0.1,0.9,0.1,1.9,0,2.8l1.1,1.4c0-0.3,0.1-0.6,0.1-0.9c0.2-2.1,0.1-4.1-0.2-6.2c-0.1-0.4-0.1-0.8-0.2-1.2
c0-0.2-0.1-0.4-0.1-0.6l-1.2,0.3c0,0,0,0,0,0.1C3458.3,155.6,3458.3,155.7,3458.4,155.7z"/>
<path id="Path_27_14_" fill="#1A6D93" d="M3457.9,168.3c-0.2,0.6-0.4,1.2-0.7,1.7c-0.3,0.8-0.8,1.5-1.5,2.1
c-0.7,0.6-1.7,0.6-2.4,0c-0.5-0.5-1-1.1-1.3-1.7c-0.6-1.2-1-2.5-1.3-3.9l0,0c0-0.1,0-0.2-0.1-0.2c-0.3-0.2-0.7-0.4-1.1-0.7
c-0.1-0.1-0.2-0.1-0.3-0.2c0,0.1,0,0.2,0,0.2c0,0.2,0.1,0.4,0.1,0.6c0.3,1.7,0.8,3.4,1.6,4.9c0.6,1.3,1.7,2.3,3.1,2.7h0.7
c1.3-0.3,2.4-1.2,2.9-2.4c0.2-0.3,0.3-0.5,0.4-0.8c0.2-0.4,0.4-0.9,0.5-1.3L3457.9,168.3z"/>
</g>
<g id="Group_18_14_" transform="translate(-566 -530)">
<circle id="Ellipse_6_14_" fill="#0D3547" cx="3209" cy="252.8" r="8"/>
<rect id="Rectangle_2_14_" x="3208" y="248.8" fill="#FFFFFF" width="2" height="8"/>
<rect id="Rectangle_3_14_" x="3205" y="251.8" fill="#FFFFFF" width="8" height="2"/>
</g>
<g id="Group_93_1_">
<g>
<path id="Intersection_1_13_" fill="none" stroke="#0D3547" stroke-width="2" d="M2679.8-130.8l-15.3,0l-7.8-13.3l6.9-12.1
l15.4,0.1l7.7,13.4L2679.8-130.8z"/>
<path fill="none" stroke="#715EC7" stroke-width="2" stroke-miterlimit="10" d="M2662.9-148.6c2.8-4.8,8.9-6.4,13.7-3.7
c4.8,2.8,6.4,8.9,3.7,13.7c-2.8,4.8-8.9,6.4-13.7,3.7C2661.8-137.7,2660.1-143.8,2662.9-148.6z"/>
<path fill="#715EC7" d="M2670.2-144.4c0.4-0.7,1.3-1,2-0.5c0.7,0.4,1,1.3,0.5,2s-1.3,1-2,0.5
C2670.1-142.7,2669.8-143.7,2670.2-144.4z"/>
</g>
<g enable-background="new ">
<path fill="#0D3547" d="M2690.8-159.8l-0.4-1.4h-2.1l-0.4,1.4h-1.3l2-5.7h1.5l2,5.7H2690.8z M2690.1-162.2
c-0.4-1.2-0.6-1.9-0.6-2.1s-0.1-0.3-0.1-0.4c-0.1,0.3-0.3,1.2-0.7,2.5H2690.1z"/>
<path fill="#0D3547" d="M2697.6-162.7c0,0.9-0.3,1.7-0.8,2.2s-1.3,0.8-2.3,0.8h-1.6v-5.7h1.8c0.9,0,1.7,0.2,2.2,0.7
S2697.6-163.6,2697.6-162.7z M2696.3-162.7c0-1.2-0.5-1.8-1.6-1.8h-0.6v3.7h0.5C2695.7-160.8,2696.3-161.4,2696.3-162.7z"/>
<path fill="#0D3547" d="M2701.2-164.6c-0.5,0-0.8,0.2-1.1,0.5s-0.4,0.8-0.4,1.4c0,1.3,0.5,1.9,1.4,1.9c0.4,0,0.9-0.1,1.5-0.3
v1c-0.5,0.2-1,0.3-1.6,0.3c-0.8,0-1.5-0.3-1.9-0.8s-0.7-1.2-0.7-2.2c0-0.6,0.1-1.1,0.3-1.6s0.5-0.8,0.9-1s0.9-0.4,1.4-0.4
c0.6,0,1.1,0.1,1.7,0.4l-0.4,1c-0.2-0.1-0.4-0.2-0.6-0.3S2701.4-164.6,2701.2-164.6z"/>
<path fill="#0D3547" d="M2707.3-162.7c0,0.5,0,0.9-0.1,1.2s-0.2,0.7-0.3,0.9s-0.4,0.4-0.6,0.6s-0.5,0.2-0.9,0.2
c-0.3,0-0.6-0.1-0.9-0.2s-0.4-0.3-0.6-0.6s-0.3-0.6-0.4-0.9s-0.1-0.8-0.1-1.2s0-0.9,0.1-1.2s0.2-0.7,0.3-0.9s0.4-0.4,0.6-0.6
s0.5-0.2,0.9-0.2c0.3,0,0.6,0.1,0.9,0.2s0.4,0.3,0.6,0.6s0.3,0.6,0.4,0.9S2707.3-163.1,2707.3-162.7z M2704.6-162.7
c0,0.7,0.1,1.1,0.2,1.5s0.3,0.5,0.6,0.5c0.3,0,0.5-0.2,0.6-0.5s0.2-0.8,0.2-1.5c0-0.7-0.1-1.1-0.2-1.5s-0.3-0.5-0.6-0.5
c-0.1,0-0.3,0-0.3,0.1s-0.2,0.2-0.2,0.4s-0.1,0.4-0.1,0.6S2704.6-163,2704.6-162.7z"/>
</g>
</g>
<g id="Group_77_3_" transform="translate(-566 -67)">
<circle id="Ellipse_6-2_14_" fill="#0D3547" cx="3209" cy="252.8" r="8"/>
<rect id="Rectangle_2-2_14_" x="3208" y="248.8" fill="#FFFFFF" width="2" height="8"/>
<rect id="Rectangle_3-2_14_" x="3205" y="251.8" fill="#FFFFFF" width="8" height="2"/>
</g>
<g id="Group_94_1_" transform="translate(0 49)">
<g>
<path id="Intersection_1_4_" fill="none" stroke="#0D3547" stroke-width="2" d="M2679.8-110.8l-15.3,0l-7.8-13.3l6.9-12.1
l15.4,0.1l7.7,13.4L2679.8-110.8z"/>
<path fill="none" stroke="#715EC7" stroke-width="2" stroke-miterlimit="10" d="M2662.9-128.6c2.8-4.8,8.9-6.4,13.7-3.7
c4.8,2.8,6.4,8.9,3.7,13.7c-2.8,4.8-8.9,6.4-13.7,3.7C2661.8-117.7,2660.1-123.8,2662.9-128.6z"/>
<path fill="#715EC7" d="M2670.2-124.4c0.4-0.7,1.3-1,2-0.5c0.7,0.4,1,1.3,0.5,2c-0.4,0.7-1.3,1-2,0.5
C2670.1-122.7,2669.8-123.7,2670.2-124.4z"/>
</g>
<g enable-background="new ">
<path fill="#0D3547" d="M2690.8-139.8l-0.4-1.4h-2.1l-0.4,1.4h-1.3l2-5.7h1.5l2,5.7H2690.8z M2690.1-142.2
c-0.4-1.2-0.6-1.9-0.6-2.1s-0.1-0.3-0.1-0.4c-0.1,0.3-0.3,1.2-0.7,2.5H2690.1z"/>
<path fill="#0D3547" d="M2697.6-142.7c0,0.9-0.3,1.7-0.8,2.2s-1.3,0.8-2.3,0.8h-1.6v-5.7h1.8c0.9,0,1.7,0.2,2.2,0.7
S2697.6-143.6,2697.6-142.7z M2696.3-142.7c0-1.2-0.5-1.8-1.6-1.8h-0.6v3.7h0.5C2695.7-140.8,2696.3-141.4,2696.3-142.7z"/>
<path fill="#0D3547" d="M2701.2-144.6c-0.5,0-0.8,0.2-1.1,0.5s-0.4,0.8-0.4,1.4c0,1.3,0.5,1.9,1.4,1.9c0.4,0,0.9-0.1,1.5-0.3
v1c-0.5,0.2-1,0.3-1.6,0.3c-0.8,0-1.5-0.3-1.9-0.8s-0.7-1.2-0.7-2.2c0-0.6,0.1-1.1,0.3-1.6s0.5-0.8,0.9-1s0.9-0.4,1.4-0.4
c0.6,0,1.1,0.1,1.7,0.4l-0.4,1c-0.2-0.1-0.4-0.2-0.6-0.3S2701.4-144.6,2701.2-144.6z"/>
<path fill="#0D3547" d="M2706.3-139.8h-1.2v-3.3c0-0.1,0-0.1,0-0.2s0-0.2,0-0.3s0-0.2,0-0.3s0-0.2,0-0.3c0,0,0,0-0.1,0.1
s-0.1,0.1-0.1,0.1s-0.1,0.1-0.1,0.1s-0.1,0.1-0.1,0.1l-0.7,0.5l-0.6-0.7l1.8-1.5h1V-139.8z"/>
</g>
</g>
<g id="Group_95_1_" transform="translate(0 98)">
<g enable-background="new ">
<path fill="#0D3547" d="M2692-122.7c0,0.9-0.3,1.7-0.8,2.2s-1.3,0.8-2.3,0.8h-1.6v-5.7h1.8c0.9,0,1.7,0.2,2.2,0.7
S2692-123.6,2692-122.7z M2690.8-122.7c0-1.2-0.5-1.8-1.6-1.8h-0.6v3.7h0.5C2690.2-120.8,2690.8-121.4,2690.8-122.7z"/>
<path fill="#0D3547" d="M2696.6-119.8l-0.4-1.4h-2.1l-0.4,1.4h-1.3l2-5.7h1.5l2,5.7H2696.6z M2695.9-122.2
c-0.4-1.2-0.6-1.9-0.6-2.1c0-0.2-0.1-0.3-0.1-0.4c-0.1,0.3-0.3,1.2-0.7,2.5H2695.9z"/>
<path fill="#0D3547" d="M2701-124.6c-0.5,0-0.8,0.2-1.1,0.5c-0.2,0.3-0.4,0.8-0.4,1.4c0,1.3,0.5,1.9,1.4,1.9
c0.4,0,0.9-0.1,1.5-0.3v1c-0.5,0.2-1,0.3-1.6,0.3c-0.8,0-1.5-0.3-1.9-0.8s-0.7-1.2-0.7-2.2c0-0.6,0.1-1.1,0.3-1.6
c0.2-0.4,0.5-0.8,0.9-1s0.9-0.4,1.4-0.4c0.6,0,1.1,0.1,1.7,0.4l-0.4,1c-0.2-0.1-0.4-0.2-0.6-0.3
C2701.4-124.6,2701.2-124.6,2701-124.6z"/>
<path fill="#0D3547" d="M2707.1-122.7c0,0.5,0,0.9-0.1,1.2c-0.1,0.4-0.2,0.7-0.3,0.9c-0.2,0.3-0.4,0.4-0.6,0.6
s-0.5,0.2-0.9,0.2c-0.3,0-0.6-0.1-0.9-0.2s-0.4-0.3-0.6-0.6c-0.2-0.3-0.3-0.6-0.4-0.9c-0.1-0.4-0.1-0.8-0.1-1.2s0-0.9,0.1-1.2
c0.1-0.4,0.2-0.7,0.3-0.9c0.2-0.3,0.4-0.4,0.6-0.6c0.2-0.1,0.5-0.2,0.9-0.2c0.3,0,0.6,0.1,0.9,0.2s0.4,0.3,0.6,0.6
c0.2,0.3,0.3,0.6,0.4,0.9C2707.1-123.6,2707.1-123.1,2707.1-122.7z M2704.4-122.7c0,0.7,0.1,1.1,0.2,1.5s0.3,0.5,0.6,0.5
c0.3,0,0.5-0.2,0.6-0.5c0.1-0.3,0.2-0.8,0.2-1.5c0-0.7-0.1-1.1-0.2-1.5c-0.1-0.3-0.3-0.5-0.6-0.5c-0.1,0-0.3,0-0.3,0.1
c-0.1,0.1-0.2,0.2-0.2,0.4s-0.1,0.4-0.1,0.6S2704.4-123,2704.4-122.7z"/>
</g>
<g>
<path id="Intersection_1_14_" fill="none" stroke="#0D3547" stroke-width="2" d="M2679.8-90.8l-15.3,0l-7.8-13.3l6.9-12.1
l15.4,0.1l7.7,13.4L2679.8-90.8z"/>
<path fill="none" stroke="#715EC7" stroke-width="2" stroke-miterlimit="10" d="M2662.9-108.6c2.8-4.8,8.9-6.4,13.7-3.7
c4.8,2.8,6.4,8.9,3.7,13.7c-2.8,4.8-8.9,6.4-13.7,3.7C2661.8-97.7,2660.1-103.8,2662.9-108.6z"/>
<path fill="#715EC7" d="M2670.2-104.4c0.4-0.7,1.3-1,2-0.5c0.7,0.4,1,1.3,0.5,2c-0.4,0.7-1.3,1-2,0.5
C2670.1-102.7,2669.8-103.7,2670.2-104.4z"/>
</g>
</g>
<g id="Group_96_1_" transform="translate(0 147)">
<g>
<path id="Intersection_1_15_" fill="none" stroke="#0D3547" stroke-width="2" d="M2679.8-70.8l-15.3,0l-7.8-13.3l6.9-12.1
l15.4,0.1l7.7,13.4L2679.8-70.8z"/>
<path fill="none" stroke="#715EC7" stroke-width="2" stroke-miterlimit="10" d="M2662.9-88.6c2.8-4.8,8.9-6.4,13.7-3.7
c4.8,2.8,6.4,8.9,3.7,13.7c-2.8,4.8-8.9,6.4-13.7,3.7C2661.8-77.7,2660.1-83.8,2662.9-88.6z"/>
<path fill="#715EC7" d="M2670.2-84.4c0.4-0.7,1.3-1,2-0.5c0.7,0.4,1,1.3,0.5,2c-0.4,0.7-1.3,1-2,0.5
C2670.1-82.7,2669.8-83.7,2670.2-84.4z"/>
</g>
<g enable-background="new ">
<path fill="#0D3547" d="M2692-102.7c0,0.9-0.3,1.7-0.8,2.2s-1.3,0.8-2.3,0.8h-1.6v-5.7h1.8c0.9,0,1.7,0.2,2.2,0.7
S2692-103.6,2692-102.7z M2690.8-102.7c0-1.2-0.5-1.8-1.6-1.8h-0.6v3.7h0.5C2690.2-100.8,2690.8-101.4,2690.8-102.7z"/>
<path fill="#0D3547" d="M2696.6-99.8l-0.4-1.4h-2.1l-0.4,1.4h-1.3l2-5.7h1.5l2,5.7H2696.6z M2695.9-102.2
c-0.4-1.2-0.6-1.9-0.6-2.1c0-0.2-0.1-0.3-0.1-0.4c-0.1,0.3-0.3,1.2-0.7,2.5H2695.9z"/>
<path fill="#0D3547" d="M2701-104.6c-0.5,0-0.8,0.2-1.1,0.5c-0.2,0.3-0.4,0.8-0.4,1.4c0,1.3,0.5,1.9,1.4,1.9
c0.4,0,0.9-0.1,1.5-0.3v1c-0.5,0.2-1,0.3-1.6,0.3c-0.8,0-1.5-0.3-1.9-0.8s-0.7-1.2-0.7-2.2c0-0.6,0.1-1.1,0.3-1.6
c0.2-0.4,0.5-0.8,0.9-1s0.9-0.4,1.4-0.4c0.6,0,1.1,0.1,1.7,0.4l-0.4,1c-0.2-0.1-0.4-0.2-0.6-0.3
C2701.4-104.6,2701.2-104.6,2701-104.6z"/>
<path fill="#0D3547" d="M2706.2-99.8h-1.2v-3.3c0-0.1,0-0.2,0-0.2c0-0.1,0-0.2,0-0.3c0-0.1,0-0.2,0-0.3c0-0.1,0-0.2,0-0.3
c0,0,0,0-0.1,0.1s-0.1,0.1-0.1,0.1c0,0-0.1,0.1-0.1,0.1s-0.1,0.1-0.1,0.1l-0.7,0.5l-0.6-0.7l1.8-1.5h1V-99.8z"/>
</g>
</g>
<g id="Group_57_1_" transform="translate(-1196 -542)">
<circle id="Ellipse_4_5_" fill="#5EC793" cx="3854" cy="424.6" r="4"/>
<g enable-background="new ">
<path fill="#0D3547" d="M3829.9,417.6h-1.2v-4.7h-1.6v-1h4.3v1h-1.6V417.6z"/>
<path fill="#0D3547" d="M3835.6,417.6h-3.3v-5.7h3.3v1h-2.1v1.3h1.9v1h-1.9v1.5h2.1V417.6z"/>
<path fill="#0D3547" d="M3838,415.4v2.2h-1.2v-5.7h1.7c0.8,0,1.4,0.1,1.7,0.4c0.4,0.3,0.6,0.7,0.6,1.3c0,0.3-0.1,0.6-0.3,0.9
c-0.2,0.3-0.4,0.5-0.8,0.6l1.7,2.5h-1.3l-1.4-2.2H3838z M3838,414.4h0.4c0.4,0,0.7-0.1,0.8-0.2c0.2-0.1,0.3-0.3,0.3-0.6
c0-0.3-0.1-0.5-0.3-0.6c-0.2-0.1-0.5-0.2-0.9-0.2h-0.4V414.4z"/>
<path fill="#0D3547" d="M3844.5,417.6l-1.4-4.5h0c0,0.9,0.1,1.5,0.1,1.8v2.7h-1.1v-5.7h1.6l1.4,4.4h0l1.4-4.4h1.6v5.7h-1.1
v-2.7c0-0.1,0-0.3,0-0.4s0-0.6,0.1-1.3h0l-1.5,4.5H3844.5z"/>
</g>
<g enable-background="new ">
<path fill="#0D3547" d="M3829.9,417.6h-1.2v-4.7h-1.6v-1h4.3v1h-1.6V417.6z"/>
<path fill="#0D3547" d="M3835.6,417.6h-3.3v-5.7h3.3v1h-2.1v1.3h1.9v1h-1.9v1.5h2.1V417.6z"/>
<path fill="#0D3547" d="M3838,415.4v2.2h-1.2v-5.7h1.7c0.8,0,1.4,0.1,1.7,0.4c0.4,0.3,0.6,0.7,0.6,1.3c0,0.3-0.1,0.6-0.3,0.9
c-0.2,0.3-0.4,0.5-0.8,0.6l1.7,2.5h-1.3l-1.4-2.2H3838z M3838,414.4h0.4c0.4,0,0.7-0.1,0.8-0.2c0.2-0.1,0.3-0.3,0.3-0.6
c0-0.3-0.1-0.5-0.3-0.6c-0.2-0.1-0.5-0.2-0.9-0.2h-0.4V414.4z"/>
<path fill="#0D3547" d="M3844.5,417.6l-1.4-4.5h0c0,0.9,0.1,1.5,0.1,1.8v2.7h-1.1v-5.7h1.6l1.4,4.4h0l1.4-4.4h1.6v5.7h-1.1
v-2.7c0-0.1,0-0.3,0-0.4s0-0.6,0.1-1.3h0l-1.5,4.5H3844.5z"/>
</g>
<g enable-background="new ">
<path fill="#0D3547" d="M3847.7,424.7c0,0.5,0,0.9-0.1,1.2c-0.1,0.4-0.2,0.7-0.3,0.9c-0.2,0.3-0.4,0.4-0.6,0.6
c-0.2,0.1-0.5,0.2-0.9,0.2c-0.3,0-0.6-0.1-0.9-0.2c-0.2-0.1-0.4-0.3-0.6-0.6c-0.2-0.3-0.3-0.6-0.4-0.9
c-0.1-0.4-0.1-0.8-0.1-1.2s0-0.9,0.1-1.2c0.1-0.4,0.2-0.7,0.3-0.9s0.4-0.4,0.6-0.6c0.2-0.1,0.5-0.2,0.9-0.2
c0.3,0,0.6,0.1,0.9,0.2c0.2,0.1,0.4,0.3,0.6,0.6s0.3,0.6,0.4,0.9C3847.7,423.8,3847.7,424.3,3847.7,424.7z M3845,424.7
c0,0.7,0.1,1.1,0.2,1.5c0.1,0.3,0.3,0.5,0.6,0.5c0.3,0,0.5-0.2,0.6-0.5c0.1-0.3,0.2-0.8,0.2-1.5c0-0.7-0.1-1.1-0.2-1.5
c-0.1-0.3-0.3-0.5-0.6-0.5c-0.1,0-0.3,0-0.3,0.1c-0.1,0.1-0.2,0.2-0.2,0.4c-0.1,0.2-0.1,0.4-0.1,0.6
C3845,424.1,3845,424.4,3845,424.7z"/>
</g>
<circle id="Ellipse_4_6_" fill="#5EC793" cx="3875" cy="424.6" r="4"/>
<g enable-background="new ">
<path fill="#0D3547" d="M3868.7,427.6h-1.2v-3.3c0-0.1,0-0.1,0-0.2c0-0.1,0-0.2,0-0.3s0-0.2,0-0.3s0-0.2,0-0.3
c0,0,0,0-0.1,0.1s-0.1,0.1-0.1,0.1s-0.1,0.1-0.1,0.1c0,0-0.1,0.1-0.1,0.1l-0.7,0.5l-0.6-0.7l1.8-1.5h1V427.6z"/>
</g>
<circle id="Ellipse_4_8_" fill="#5EC793" cx="3854" cy="434.6" r="4"/>
<g enable-background="new ">
<path fill="#0D3547" d="M3839.7,437.6v-5.7h1.2v4.7h2.3v1H3839.7z"/>
<path fill="#0D3547" d="M3847.7,434.7c0,0.5,0,0.9-0.1,1.2c-0.1,0.4-0.2,0.7-0.3,0.9c-0.2,0.3-0.4,0.4-0.6,0.6
c-0.2,0.1-0.5,0.2-0.9,0.2c-0.3,0-0.6-0.1-0.9-0.2c-0.2-0.1-0.4-0.3-0.6-0.6c-0.2-0.3-0.3-0.6-0.4-0.9
c-0.1-0.4-0.1-0.8-0.1-1.2s0-0.9,0.1-1.2c0.1-0.4,0.2-0.7,0.3-0.9s0.4-0.4,0.6-0.6c0.2-0.1,0.5-0.2,0.9-0.2
c0.3,0,0.6,0.1,0.9,0.2c0.2,0.1,0.4,0.3,0.6,0.6s0.3,0.6,0.4,0.9C3847.7,433.8,3847.7,434.3,3847.7,434.7z M3845,434.7
c0,0.7,0.1,1.1,0.2,1.5c0.1,0.3,0.3,0.5,0.6,0.5c0.3,0,0.5-0.2,0.6-0.5c0.1-0.3,0.2-0.8,0.2-1.5c0-0.7-0.1-1.1-0.2-1.5
c-0.1-0.3-0.3-0.5-0.6-0.5c-0.1,0-0.3,0-0.3,0.1c-0.1,0.1-0.2,0.2-0.2,0.4c-0.1,0.2-0.1,0.4-0.1,0.6
C3845,434.1,3845,434.4,3845,434.7z"/>
</g>
<circle id="Ellipse_4_7_" fill="#5EC793" cx="3875" cy="434.6" r="4"/>
<g enable-background="new ">
<path fill="#0D3547" d="M3861.7,437.6v-5.7h1.2v4.7h2.3v1H3861.7z"/>
<path fill="#0D3547" d="M3868.7,437.6h-1.2v-3.3c0-0.1,0-0.1,0-0.2c0-0.1,0-0.2,0-0.3s0-0.2,0-0.3s0-0.2,0-0.3
c0,0,0,0-0.1,0.1s-0.1,0.1-0.1,0.1s-0.1,0.1-0.1,0.1c0,0-0.1,0.1-0.1,0.1l-0.7,0.5l-0.6-0.7l1.8-1.5h1V437.6z"/>
</g>
<circle id="Ellipse_4_9_" fill="#5EC793" cx="3854" cy="631.5" r="4"/>
<g enable-background="new ">
<path fill="#0D3547" d="M3839.7,634.5v-5.7h1.2v4.7h2.3v1H3839.7z"/>
<path fill="#0D3547" d="M3847.7,634.5h-3.8v-0.8l1.3-1.4c0.2-0.2,0.3-0.4,0.5-0.5c0.1-0.2,0.3-0.3,0.4-0.4
c0.1-0.1,0.2-0.3,0.2-0.4s0.1-0.3,0.1-0.5c0-0.2-0.1-0.3-0.2-0.4c-0.1-0.1-0.3-0.2-0.5-0.2c-0.2,0-0.4,0.1-0.6,0.2
c-0.2,0.1-0.4,0.2-0.6,0.4l-0.7-0.8c0.1-0.1,0.2-0.2,0.4-0.3c0.1-0.1,0.3-0.2,0.4-0.3c0.2-0.1,0.3-0.1,0.5-0.2
c0.2,0,0.4-0.1,0.6-0.1c0.3,0,0.5,0,0.7,0.1c0.2,0.1,0.4,0.2,0.6,0.3c0.2,0.1,0.3,0.3,0.4,0.5s0.1,0.4,0.1,0.7
c0,0.2,0,0.4-0.1,0.6s-0.2,0.4-0.3,0.6c-0.1,0.2-0.3,0.4-0.5,0.6c-0.2,0.2-0.4,0.4-0.6,0.6l-0.7,0.7v0.1h2.3V634.5z"/>
</g>
<circle id="Ellipse_4_4_" fill="#5EC793" cx="3875" cy="631.5" r="4"/>
<g enable-background="new ">
<path fill="#0D3547" d="M3861.7,634.5v-5.7h1.2v4.7h2.3v1H3861.7z"/>
<path fill="#0D3547" d="M3869.5,630.1c0,0.2,0,0.4-0.1,0.5c-0.1,0.2-0.2,0.3-0.3,0.4c-0.1,0.1-0.2,0.2-0.4,0.3
c-0.1,0.1-0.3,0.1-0.5,0.2v0c0.5,0.1,0.8,0.2,1,0.4c0.2,0.2,0.4,0.5,0.4,0.9c0,0.2,0,0.5-0.1,0.7s-0.2,0.4-0.4,0.6
c-0.2,0.2-0.4,0.3-0.7,0.4c-0.3,0.1-0.6,0.1-1,0.1c-0.3,0-0.6,0-0.9-0.1c-0.3-0.1-0.5-0.1-0.8-0.2v-1c0.1,0.1,0.2,0.1,0.4,0.2
c0.1,0,0.3,0.1,0.4,0.1c0.1,0,0.3,0.1,0.4,0.1c0.1,0,0.2,0,0.4,0c0.2,0,0.4,0,0.6-0.1s0.3-0.1,0.4-0.2
c0.1-0.1,0.2-0.2,0.2-0.3c0-0.1,0.1-0.2,0.1-0.3c0-0.1,0-0.2-0.1-0.3c0-0.1-0.1-0.2-0.2-0.2c-0.1-0.1-0.2-0.1-0.4-0.2
c-0.2,0-0.4-0.1-0.6-0.1h-0.4v-0.8h0.4c0.2,0,0.4,0,0.6-0.1c0.2,0,0.3-0.1,0.4-0.2c0.1-0.1,0.2-0.2,0.2-0.3s0.1-0.2,0.1-0.3
c0-0.2-0.1-0.4-0.2-0.5c-0.1-0.1-0.3-0.2-0.6-0.2c-0.1,0-0.2,0-0.3,0c-0.1,0-0.2,0.1-0.3,0.1c-0.1,0-0.2,0.1-0.3,0.1
c-0.1,0-0.1,0.1-0.2,0.1l-0.6-0.8c0.1-0.1,0.2-0.2,0.4-0.2s0.3-0.1,0.4-0.2c0.2-0.1,0.3-0.1,0.5-0.1c0.2,0,0.4,0,0.6,0
c0.3,0,0.5,0,0.8,0.1s0.4,0.1,0.6,0.3s0.3,0.3,0.4,0.4S3869.5,629.9,3869.5,630.1z"/>
</g>
</g>
</g>
</g>
<g>
<g id="Path_30-2_4_" transform="translate(6.837 29.113) rotate(-90)">
<path fill="#FFFFFF" d="M66,2647.2c-2.1-1.2-2.9-4-1.6-6.1c1.2-2.1,4-2.9,6.1-1.6c2.1,1.2,2.9,4,1.6,6.1
C70.9,2647.7,68.2,2648.4,66,2647.2z"/>
<path fill="#0D3547" d="M68.9,2642.2c-0.6-0.4-1.5-0.1-1.8,0.5c-0.4,0.6-0.1,1.5,0.5,1.8c0.6,0.4,1.5,0.1,1.8-0.5
C69.8,2643.4,69.6,2642.6,68.9,2642.2 M72,2636.8c3.6,2.1,4.9,6.7,2.8,10.3c-2.1,3.6-6.7,4.9-10.3,2.8
c-3.6-2.1-4.9-6.7-2.8-10.3C63.8,2635.9,68.4,2634.7,72,2636.8z"/>
</g>
<g enable-background="new ">
<path fill="#0D3547" d="M2636.4-51.6c0,0.9-0.3,1.7-0.8,2.2s-1.3,0.8-2.3,0.8h-1.6v-5.7h1.8c0.9,0,1.7,0.2,2.2,0.7
S2636.4-52.5,2636.4-51.6z M2635.2-51.5c0-1.2-0.5-1.8-1.6-1.8h-0.6v3.7h0.5C2634.6-49.7,2635.2-50.3,2635.2-51.5z"/>
<path fill="#0D3547" d="M2639.7-48.7h-2.6v-0.7l0.7-0.3v-3.7l-0.7-0.3v-0.7h2.6v0.7l-0.7,0.3v3.7l0.7,0.3V-48.7z"/>
<path fill="#0D3547" d="M2644.1-51.5c0,0.5,0,0.9-0.1,1.2c-0.1,0.4-0.2,0.7-0.3,0.9c-0.2,0.3-0.4,0.4-0.6,0.6
c-0.2,0.1-0.5,0.2-0.9,0.2c-0.3,0-0.6-0.1-0.9-0.2c-0.2-0.1-0.4-0.3-0.6-0.6c-0.2-0.3-0.3-0.6-0.4-0.9c-0.1-0.4-0.1-0.8-0.1-1.2
s0-0.9,0.1-1.2c0.1-0.4,0.2-0.7,0.3-0.9s0.4-0.4,0.6-0.6c0.2-0.1,0.5-0.2,0.9-0.2c0.3,0,0.6,0.1,0.9,0.2
c0.2,0.1,0.4,0.3,0.6,0.6s0.3,0.6,0.4,0.9C2644.1-52.4,2644.1-52,2644.1-51.5z M2641.4-51.5c0,0.7,0.1,1.1,0.2,1.5
c0.1,0.3,0.3,0.5,0.6,0.5c0.3,0,0.5-0.2,0.6-0.5c0.1-0.3,0.2-0.8,0.2-1.5c0-0.7-0.1-1.1-0.2-1.5c-0.1-0.3-0.3-0.5-0.6-0.5
c-0.1,0-0.3,0-0.3,0.1c-0.1,0.1-0.2,0.2-0.2,0.4c-0.1,0.2-0.1,0.4-0.1,0.6C2641.4-52.1,2641.4-51.8,2641.4-51.5z"/>
</g>
</g>
<g>
<g id="Path_30-2_5_" transform="translate(6.837 29.113) rotate(-90)">
<path fill="#FFFFFF" d="M-1.8,2647.2c-2.1-1.2-2.9-4-1.6-6.1c1.2-2.1,4-2.9,6.1-1.6c2.1,1.2,2.9,4,1.6,6.1
C3.1,2647.7,0.4,2648.4-1.8,2647.2z"/>
<path fill="#0D3547" d="M1.1,2642.2c-0.6-0.4-1.5-0.1-1.8,0.5c-0.4,0.6-0.1,1.5,0.5,1.8s1.5,0.1,1.8-0.5
C2,2643.4,1.8,2642.6,1.1,2642.2 M4.2,2636.8c3.6,2.1,4.9,6.7,2.8,10.3c-2.1,3.6-6.7,4.9-10.3,2.8c-3.6-2.1-4.9-6.7-2.8-10.3
S0.6,2634.7,4.2,2636.8z"/>
</g>
<g enable-background="new ">
<path fill="#0D3547" d="M2636.4,16.2c0,0.9-0.3,1.7-0.8,2.2s-1.3,0.8-2.3,0.8h-1.6v-5.7h1.8c0.9,0,1.7,0.2,2.2,0.7
S2636.4,15.3,2636.4,16.2z M2635.2,16.3c0-1.2-0.5-1.8-1.6-1.8h-0.6v3.7h0.5C2634.6,18.1,2635.2,17.5,2635.2,16.3z"/>
<path fill="#0D3547" d="M2639.7,19.1h-2.6v-0.7l0.7-0.3v-3.7l-0.7-0.3v-0.7h2.6v0.7l-0.7,0.3v3.7l0.7,0.3V19.1z"/>
<path fill="#0D3547" d="M2643.2,19.1h-1.2v-3.3c0-0.1,0-0.1,0-0.2c0-0.1,0-0.2,0-0.3s0-0.2,0-0.3s0-0.2,0-0.3c0,0,0,0-0.1,0.1
s-0.1,0.1-0.1,0.1s-0.1,0.1-0.1,0.1c0,0-0.1,0.1-0.1,0.1l-0.7,0.5l-0.6-0.7l1.8-1.5h1V19.1z"/>
</g>
</g>
</g>
<g id="Group_70_1_" transform="translate(-187 1039)">
<rect id="Rectangle_10_1_" x="3602.7" y="-484.4" fill="#0D3547" width="28" height="44"/>
<rect id="Rectangle_11_1_" x="3624.7" y="-473.4" fill="#0D3547" width="12" height="22"/>
<rect id="Rectangle_12_1_" x="3630.7" y="-470.4" fill="#0D3547" width="12" height="17"/>
<rect x="3599" y="-489.5" fill="none" stroke="#0D3547" stroke-width="2" width="46.8" height="54.3"/>
<g enable-background="new ">
<path fill="#0D3547" d="M3606-423.7h-3.3v-5.7h3.3v1h-2.1v1.3h1.9v1h-1.9v1.5h2.1V-423.7z"/>
<path fill="#0D3547" d="M3609.4-423.7h-1.2v-4.7h-1.6v-1h4.3v1h-1.6V-423.7z"/>
<path fill="#0D3547" d="M3616.5-423.7h-1.2v-2.5h-2.3v2.5h-1.2v-5.7h1.2v2.2h2.3v-2.2h1.2V-423.7z"/>
<path fill="#0D3547" d="M3621.2-423.7h-3.3v-5.7h3.3v1h-2.1v1.3h1.9v1h-1.9v1.5h2.1V-423.7z"/>
<path fill="#0D3547" d="M3623.6-425.9v2.2h-1.2v-5.7h1.7c0.8,0,1.3,0.1,1.7,0.4c0.4,0.3,0.6,0.7,0.6,1.3c0,0.3-0.1,0.6-0.3,0.9
c-0.2,0.3-0.4,0.5-0.8,0.6l1.7,2.5h-1.3l-1.4-2.2H3623.6z M3623.6-426.9h0.4c0.4,0,0.7-0.1,0.8-0.2c0.2-0.1,0.3-0.3,0.3-0.6
c0-0.3-0.1-0.5-0.3-0.6c-0.2-0.1-0.5-0.2-0.9-0.2h-0.4V-426.9z"/>
<path fill="#0D3547" d="M3632.8-423.7h-1.5l-2.5-4.3h0c0,0.8,0.1,1.3,0.1,1.6v2.7h-1.1v-5.7h1.5l2.5,4.3h0c0-0.7-0.1-1.3-0.1-1.6
v-2.7h1.1V-423.7z"/>
<path fill="#0D3547" d="M3637.5-423.7h-3.3v-5.7h3.3v1h-2.1v1.3h1.9v1h-1.9v1.5h2.1V-423.7z"/>
<path fill="#0D3547" d="M3640.9-423.7h-1.2v-4.7h-1.6v-1h4.3v1h-1.6V-423.7z"/>
<path fill="#0D3547" d="M3619-418c0,0.6-0.2,1.1-0.6,1.4c-0.4,0.3-0.9,0.5-1.6,0.5h-0.5v2h-1.2v-5.7h1.8c0.7,0,1.2,0.1,1.6,0.4
C3618.9-419,3619-418.6,3619-418z M3616.3-417.1h0.4c0.4,0,0.7-0.1,0.8-0.2c0.2-0.1,0.3-0.4,0.3-0.6c0-0.3-0.1-0.5-0.2-0.6
c-0.2-0.1-0.4-0.2-0.7-0.2h-0.6V-417.1z"/>
<path fill="#0D3547" d="M3625.3-416.9c0,0.9-0.2,1.7-0.7,2.2s-1.1,0.8-2,0.8s-1.5-0.3-2-0.8s-0.7-1.2-0.7-2.2s0.2-1.7,0.7-2.2
c0.5-0.5,1.1-0.8,2-0.8c0.9,0,1.5,0.3,2,0.8S3625.3-417.9,3625.3-416.9z M3621.1-416.9c0,0.6,0.1,1.1,0.4,1.4s0.6,0.5,1.1,0.5
c1,0,1.4-0.6,1.4-1.9c0-1.3-0.5-1.9-1.4-1.9c-0.5,0-0.8,0.2-1.1,0.5C3621.2-418.1,3621.1-417.6,3621.1-416.9z"/>
<path fill="#0D3547" d="M3629.8-414.1h-3.3v-5.7h3.3v1h-2.1v1.3h1.9v1h-1.9v1.5h2.1V-414.1z"/>
</g>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 31 KiB

View File

@ -0,0 +1,309 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 18.1.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
viewBox="3200.2 147 90 500" enable-background="new 3200.2 147 90 500" xml:space="preserve">
<g id="Kasli">
</g>
<g id="Kasli_with_backplane">
</g>
<g id="zotino">
</g>
<g id="Novo">
</g>
<g id="IDC_BNC_adapter_copy">
</g>
<g id="HD68">
</g>
<g id="Clocker">
</g>
<g id="Koster">
</g>
<g id="EEM_Octal">
</g>
<g id="EEM16x">
</g>
<g id="BNC_DIO__x28_new_x29_">
</g>
<g id="Urukul_2_">
<g id="Group_121" transform="translate(1638 -531)">
<g id="Rectangle_1_13_" transform="translate(-1638 531)">
<rect x="3200.2" y="147" fill="#FFFFFF" width="90" height="500"/>
<rect x="3201.2" y="148" fill="none" stroke="#0D3547" stroke-width="2" width="88" height="498"/>
</g>
<g enable-background="new ">
<path fill="#715EC7" d="M1598.7,766.8v4.6c0,0.5-0.1,1-0.4,1.4c-0.2,0.4-0.6,0.7-1,0.9s-1,0.3-1.6,0.3c-0.9,0-1.6-0.2-2.1-0.7
c-0.5-0.5-0.8-1.1-0.8-1.9v-4.6h1.5v4.4c0,0.5,0.1,1,0.3,1.2s0.6,0.4,1.1,0.4c0.5,0,0.9-0.1,1.1-0.4c0.2-0.3,0.3-0.7,0.3-1.2
v-4.4H1598.7z"/>
<path fill="#715EC7" d="M1603.3,768.4c0.2,0,0.4,0,0.5,0l-0.1,1.4c-0.1,0-0.3,0-0.4,0c-0.5,0-0.8,0.1-1.1,0.4
c-0.3,0.2-0.4,0.6-0.4,1v2.8h-1.5v-5.5h1.1l0.2,0.9h0.1c0.2-0.3,0.4-0.6,0.7-0.7C1602.7,768.5,1603,768.4,1603.3,768.4z"/>
<path fill="#715EC7" d="M1608.7,774l-0.2-0.7h-0.1c-0.2,0.3-0.4,0.5-0.7,0.6c-0.3,0.1-0.6,0.2-1,0.2c-0.6,0-1.1-0.2-1.5-0.5
c-0.3-0.3-0.5-0.8-0.5-1.5v-3.6h1.5v3.2c0,0.4,0.1,0.7,0.2,0.9c0.1,0.2,0.4,0.3,0.7,0.3c0.4,0,0.7-0.1,0.9-0.4
c0.2-0.3,0.3-0.7,0.3-1.4v-2.6h1.5v5.5H1608.7z"/>
<path fill="#715EC7" d="M1612.8,771l0.6-0.8l1.5-1.7h1.7l-2.2,2.4l2.3,3.1h-1.7l-1.6-2.2l-0.6,0.5v1.7h-1.5v-7.6h1.5v3.4
L1612.8,771L1612.8,771z"/>
<path fill="#715EC7" d="M1621.5,774l-0.2-0.7h-0.1c-0.2,0.3-0.4,0.5-0.7,0.6c-0.3,0.1-0.6,0.2-1,0.2c-0.6,0-1.1-0.2-1.5-0.5
c-0.3-0.3-0.5-0.8-0.5-1.5v-3.6h1.5v3.2c0,0.4,0.1,0.7,0.2,0.9c0.1,0.2,0.4,0.3,0.7,0.3c0.4,0,0.7-0.1,0.9-0.4
c0.2-0.3,0.3-0.7,0.3-1.4v-2.6h1.5v5.5H1621.5z"/>
<path fill="#715EC7" d="M1625.7,774h-1.5v-7.6h1.5V774z"/>
</g>
<g enable-background="new ">
<path fill="#0D3547" d="M1575.5,789.5h-0.9v1.5h-1.5v-1.5h-2.9v-1l3-4.6h1.4v4.5h0.9V789.5z M1573.2,788.3v-1.2c0,0,0-0.1,0-0.2
c0-0.1,0-0.2,0-0.3c0-0.1,0-0.2,0-0.3s0-0.2,0-0.3s0-0.2,0-0.3c0-0.1,0-0.1,0-0.2h0c-0.1,0.1-0.1,0.3-0.2,0.4s-0.2,0.3-0.3,0.5
l-1.2,1.8H1573.2z"/>
<path fill="#0D3547" d="M1577.6,788.2l-1.8-2.7h1.7l1.1,1.7l1.1-1.7h1.7l-1.8,2.7l1.9,2.8h-1.7l-1.1-1.9l-1.2,1.9h-1.7
L1577.6,788.2z"/>
<path fill="#0D3547" d="M1593.3,791h-1.5v-4.1c0-0.1,0-0.2,0-0.3c0-0.1,0-0.2,0-0.4c0-0.1,0-0.3,0-0.4s0-0.2,0-0.4
c0,0,0,0-0.1,0.1s-0.1,0.1-0.1,0.1c0,0-0.1,0.1-0.2,0.1c-0.1,0-0.1,0.1-0.2,0.1l-0.8,0.7l-0.7-0.9l2.3-1.8h1.2V791z"/>
<path fill="#0D3547" d="M1598.4,787h2.8v3.7c-0.5,0.1-0.9,0.3-1.3,0.3c-0.4,0.1-0.8,0.1-1.2,0.1c-1.1,0-1.9-0.3-2.5-0.9
c-0.6-0.6-0.9-1.5-0.9-2.7c0-1.2,0.3-2.1,1-2.7s1.6-1,2.7-1c0.7,0,1.4,0.1,2.1,0.4l-0.5,1.2c-0.5-0.3-1.1-0.4-1.6-0.4
c-0.7,0-1.2,0.2-1.6,0.7c-0.4,0.4-0.6,1-0.6,1.8c0,0.8,0.2,1.4,0.5,1.8c0.3,0.4,0.8,0.6,1.4,0.6c0.3,0,0.6,0,1-0.1v-1.5h-1.4V787
z"/>
<path fill="#0D3547" d="M1607.2,789c0,0.6-0.2,1.2-0.7,1.5s-1.1,0.6-1.9,0.6c-0.8,0-1.4-0.1-2-0.4v-1.4c0.5,0.2,0.9,0.4,1.2,0.5
s0.6,0.1,0.9,0.1c0.3,0,0.6-0.1,0.8-0.2s0.3-0.3,0.3-0.6c0-0.1,0-0.3-0.1-0.4c-0.1-0.1-0.2-0.2-0.3-0.3s-0.5-0.3-0.9-0.5
c-0.4-0.2-0.8-0.4-1-0.6c-0.2-0.2-0.4-0.4-0.5-0.7c-0.1-0.3-0.2-0.5-0.2-0.9c0-0.6,0.2-1.1,0.6-1.5s1-0.5,1.8-0.5
c0.4,0,0.7,0,1.1,0.1s0.7,0.2,1.1,0.4l-0.5,1.2c-0.4-0.2-0.7-0.3-0.9-0.3s-0.5-0.1-0.7-0.1c-0.3,0-0.5,0.1-0.7,0.2
c-0.2,0.1-0.2,0.3-0.2,0.5c0,0.1,0,0.2,0.1,0.3c0.1,0.1,0.2,0.2,0.3,0.3c0.1,0.1,0.5,0.3,1,0.5c0.7,0.3,1.1,0.6,1.4,1
C1607,788.1,1607.2,788.5,1607.2,789z"/>
<path fill="#0D3547" d="M1611.9,782.7l-2.7,10h-1.3l2.7-10H1611.9z"/>
<path fill="#0D3547" d="M1616.9,789.4c0,0.6-0.2,1-0.6,1.3s-1,0.4-1.7,0.4c-0.4,0-0.7,0-1-0.1c-0.3-0.1-0.5-0.1-0.8-0.2v-1.2
c0.3,0.1,0.6,0.2,0.9,0.3s0.7,0.1,0.9,0.1c0.5,0,0.8-0.2,0.8-0.5c0-0.1,0-0.2-0.1-0.3c-0.1-0.1-0.2-0.2-0.4-0.2
c-0.2-0.1-0.4-0.2-0.7-0.3c-0.4-0.2-0.7-0.3-0.9-0.5s-0.3-0.3-0.4-0.5c-0.1-0.2-0.1-0.4-0.1-0.7c0-0.5,0.2-0.9,0.6-1.1
c0.4-0.3,0.9-0.4,1.6-0.4c0.7,0,1.3,0.1,1.9,0.4l-0.4,1.1c-0.3-0.1-0.5-0.2-0.8-0.3c-0.2-0.1-0.5-0.1-0.7-0.1
c-0.4,0-0.7,0.1-0.7,0.4c0,0.1,0.1,0.2,0.2,0.3s0.5,0.2,0.9,0.4c0.4,0.2,0.7,0.3,0.9,0.5c0.2,0.1,0.3,0.3,0.4,0.5
C1616.8,788.9,1616.9,789.1,1616.9,789.4z"/>
<path fill="#0D3547" d="M1631.9,787.3c0,1.2-0.3,2.1-1,2.7s-1.6,0.9-2.9,0.9h-2v-7.1h2.2c1.2,0,2.1,0.3,2.7,0.9
S1631.9,786.2,1631.9,787.3z M1630.3,787.4c0-1.5-0.7-2.3-2-2.3h-0.8v4.6h0.7C1629.6,789.7,1630.3,789,1630.3,787.4z"/>
<path fill="#0D3547" d="M1639.3,787.3c0,1.2-0.3,2.1-1,2.7s-1.6,0.9-2.9,0.9h-2v-7.1h2.2c1.2,0,2.1,0.3,2.7,0.9
S1639.3,786.2,1639.3,787.3z M1637.7,787.4c0-1.5-0.7-2.3-2-2.3h-0.8v4.6h0.7C1637,789.7,1637.7,789,1637.7,787.4z"/>
<path fill="#0D3547" d="M1645,789c0,0.6-0.2,1.2-0.7,1.5s-1.1,0.6-1.9,0.6c-0.8,0-1.4-0.1-2-0.4v-1.4c0.5,0.2,0.9,0.4,1.2,0.5
s0.6,0.1,0.9,0.1c0.3,0,0.6-0.1,0.8-0.2s0.3-0.3,0.3-0.6c0-0.1,0-0.3-0.1-0.4c-0.1-0.1-0.2-0.2-0.3-0.3s-0.5-0.3-0.9-0.5
c-0.4-0.2-0.8-0.4-1-0.6c-0.2-0.2-0.4-0.4-0.5-0.7c-0.1-0.3-0.2-0.5-0.2-0.9c0-0.6,0.2-1.1,0.6-1.5s1-0.5,1.8-0.5
c0.4,0,0.7,0,1.1,0.1s0.7,0.2,1.1,0.4l-0.5,1.2c-0.4-0.2-0.7-0.3-0.9-0.3s-0.5-0.1-0.7-0.1c-0.3,0-0.5,0.1-0.7,0.2
c-0.2,0.1-0.2,0.3-0.2,0.5c0,0.1,0,0.2,0.1,0.3c0.1,0.1,0.2,0.2,0.3,0.3c0.1,0.1,0.5,0.3,1,0.5c0.7,0.3,1.1,0.6,1.4,1
C1644.8,788.1,1645,788.5,1645,789z"/>
</g>
<g id="artiq_13_" transform="translate(-1659.044 553.927)">
<path id="Path_3_13_" fill="#1A6D93" d="M3276.5,173.8c0.4,0,0.8-0.4,0.8-0.8c0-0.4-0.3-0.8-0.8-0.8c-0.4,0-0.8,0.4-0.7,0.8
C3275.8,173.5,3276.1,173.8,3276.5,173.8L3276.5,173.8z"/>
<path id="Path_4_13_" fill="#1A6D93" d="M3258.4,158.8l0.9,0.8c0,0,0,0,0.1,0c1.8-1.5,3.7-2.8,5.8-3.9c2.3-1.2,4.8-2,7.4-2.3
c0.2,0,0.4,0,0.6,0c0.7,0,1.4,0.1,2,0.4c0.6,0.3,1,0.9,1,1.5c0,0.6-0.2,1.2-0.5,1.7c-0.2,0.4-0.5,0.8-0.7,1.2l-0.3,0.5l0.8,0.8
c0.8-0.9,1.4-2,1.7-3.2c0-0.1,0.1-0.3,0.1-0.4c0-0.1,0-0.1,0-0.2V155c0,0,0,0,0,0s0-0.1,0-0.1c-0.2-1-0.8-1.8-1.8-2.2
c-0.6-0.3-1.3-0.4-2-0.4c-0.2,0-0.4,0-0.6,0c-1.1,0-2.1,0.2-3.2,0.4c-4,1.1-7.8,3.1-10.9,5.8c-0.1,0.1-0.2,0.2-0.3,0.2
C3258.5,158.7,3258.4,158.8,3258.4,158.8z"/>
<path id="Path_5_13_" fill="#1A6D93" d="M3260.8,155.9c0.2-0.2,0.5-0.3,0.7-0.5c0.3-0.1,0.4-0.4,0.4-0.7c0.3-1.5,0.7-2.9,1.4-4.2
c0.3-0.6,0.7-1.1,1.2-1.5c0.6-0.6,1.6-0.6,2.3,0c0.5,0.4,0.9,0.9,1.2,1.4c0.2,0.3,0.3,0.7,0.5,1.1c0.1,0.1,0.1,0.3,0.2,0.4
l1.2-0.3c-0.1-0.2-0.2-0.4-0.3-0.6c-0.2-0.5-0.4-0.9-0.7-1.3c-0.6-1.2-1.6-2.1-2.9-2.4h-0.7c-1.1,0.2-2,0.9-2.5,1.8
c-0.3,0.4-0.6,0.9-0.8,1.3c-0.7,1.4-1.1,2.9-1.4,4.4c-0.1,0.3-0.1,0.5-0.1,0.8c0,0.1,0,0.2-0.1,0.3
C3260.6,156.1,3260.7,156,3260.8,155.9z"/>
<path id="Path_6_13_" fill="#1A6D93" d="M3259.7,167.1c-0.3,0-0.5,0.1-0.8,0.1c-0.2,0-0.3,0-0.4,0c-0.5,0-1.1-0.1-1.6-0.2
c-0.1,0-0.1,0-0.2-0.1c-0.9-0.3-1.4-1.2-1.1-2.1c0,0,0,0,0,0c0.2-0.9,0.6-1.7,1.1-2.4c0.1-0.1,0.2-0.3,0.3-0.4
c0-0.1,0.1-0.1,0.1-0.2l-0.9-0.8c-0.8,0.9-1.4,2-1.7,3.1c-0.6,1.5,0.2,3.3,1.8,3.9c0.2,0.1,0.4,0.1,0.6,0.2
c0.5,0.1,1.1,0.2,1.6,0.2c0.3,0,0.6,0,1-0.1c0.2,0,0.4,0,0.6-0.1l0.2,0l-0.3-1.2C3260,167,3259.8,167,3259.7,167.1z"/>
<path id="Path_7_13_" fill="#1A6D93" d="M3258.5,167.1c0.1,0,0.3,0,0.4,0C3258.8,167.1,3258.6,167.1,3258.5,167.1z"/>
<path id="Path_8_13_" fill="#1A6D93" d="M3256.9,166.9c0.5,0.2,1,0.2,1.6,0.2C3258,167.1,3257.4,167.1,3256.9,166.9z"/>
<path id="Path_9_13_" fill="#1A6D93" d="M3258.5,168.3c-0.6,0-1.1-0.1-1.6-0.2C3257.4,168.3,3258,168.3,3258.5,168.3z"/>
<path id="Path_10_13_" fill="#1A6D93" d="M3259.5,168.3c-0.4,0-0.7,0.1-1,0.1C3258.8,168.3,3259.2,168.3,3259.5,168.3z"/>
<path id="Path_11_13_" fill="#1A6D93" d="M3269,156.8c-0.1-0.3-0.1-0.7-0.2-1c-0.1-0.3-0.4-0.4-0.7-0.5h0c-0.3,0.1-0.7,0.3-1,0.4
c-0.1,0.1-0.2,0.1-0.4,0.1l2.3,1.3L3269,156.8z"/>
<path id="Path_12_13_" fill="#1A6D93" d="M3261.4,158.9C3261.4,158.9,3261.4,158.9,3261.4,158.9c-0.1,0.1-0.2,0.1-0.2,0.2
c-0.2,0.2-0.5,0.4-0.7,0.5c-0.2,0.1-0.3,0.4-0.3,0.6c0,0.1,0,0.1,0,0.2c0,0.1,0,0.2,0,0.2c0.3,0.3,0.6,0.5,0.9,0.7l0.2,0.1
c0,0,0.1,0,0.1,0.1c0,0,0,0,0,0L3261.4,158.9C3261.4,158.8,3261.4,158.9,3261.4,158.9z"/>
<path id="Path_13_13_" fill="#1A6D93" d="M3263.6,154.3L3263.6,154.3c0.3-0.1,0.6-0.3,0.9-0.4l0.3-0.2l-1.4-0.5l-0.3,1.2
c0.1,0,0.2,0.1,0.3,0.1c0.1,0,0.1,0,0.2-0.1C3263.5,154.3,3263.6,154.3,3263.6,154.3z"/>
<path id="Path_14_13_" fill="#1A6D93" d="M3263.5,154.3C3263.5,154.3,3263.6,154.3,3263.5,154.3L3263.5,154.3
C3263.6,154.3,3263.5,154.3,3263.5,154.3z"/>
<path id="Path_15_13_" fill="#1A6D93" d="M3273.2,161.8l-0.9-0.8c-0.1,0.5-0.2,1.1-0.1,1.6L3273.2,161.8z"/>
<path id="Path_16_13_" fill="#1A6D93" d="M3263.1,166.3C3263.1,166.3,3263.1,166.3,3263.1,166.3c-0.1,0-0.1,0.1-0.1,0.1
c0.1,0.3,0.1,0.5,0.2,0.8l0.1,0.2l1.2-0.4l-0.3-0.1C3263.9,166.7,3263.6,166.5,3263.1,166.3
C3263.2,166.3,3263.2,166.3,3263.1,166.3z"/>
<path id="Path_17_13_" fill="#1A6D93" d="M3265.8,161.1c0.4,0,0.8-0.4,0.8-0.8c0-0.4-0.4-0.8-0.8-0.8c-0.4,0-0.8,0.3-0.8,0.8
C3265,160.7,3265.4,161.1,3265.8,161.1z"/>
<path id="Path_18_13_" fill="#0D3547" d="M3276.1,174.2l1.2-0.2l0.4-1.2l-0.8-0.9l-1.2,0.2l-0.4,1.2L3276.1,174.2 M3265.1,162.1
l1.9-0.3l0.7-1.8l-1.2-1.5l-1.9,0.3l-0.7,1.8L3265.1,162.1 M3265.8,157.3c1.7,0,3,1.3,3,3c0,0.2,0,0.3,0,0.5
c0.2,0.9,0.7,1.7,1.4,2.4c0,0,3.3,4.2,5.6,7.2c0.3,0.3,0.6,0.6,1,0.7c1,0.2,1.7,1.2,1.5,2.2s-1.2,1.7-2.2,1.5
c-0.4-0.1-0.8-0.3-1.1-0.6c-0.2-0.3-0.4-0.7-0.4-1.1l0,0V173c-0.1-0.4-0.3-0.8-0.6-1.2l-6.2-6.7c-0.5-0.8-1.3-1.4-2.1-1.8
c-0.8,0-1.6-0.4-2.2-1.1c-1.1-1.3-0.9-3.2,0.4-4.2c0,0,0,0,0,0C3264.4,157.6,3265.1,157.3,3265.8,157.3"/>
<path id="Path_19_13_" fill="#0D3547" d="M3255.8,181.7l0.7-1.6l0.7,1.6H3255.8z M3256.2,178.2l-2.3,5.1v0.1h1.2l0.3-0.7h2.1
l0.3,0.7h1.2v-0.1l-2.3-5.1L3256.2,178.2z"/>
<path id="Path_20_13_" fill="#0D3547" d="M3262.4,180.8h-1v-1.5h1c0.4,0,0.7,0.3,0.6,0.7c0,0,0,0,0,0.1
C3263.1,180.4,3262.8,180.8,3262.4,180.8C3262.5,180.8,3262.4,180.8,3262.4,180.8z M3263.5,181.6c0.6-0.5,0.9-1.3,0.7-2
c-0.2-0.8-0.9-1.3-1.7-1.2h-2.2v5.1h1.2v-1.5h0.8l0.9,1.5h1.4v-0.1L3263.5,181.6L3263.5,181.6z"/>
<path id="Path_21_13_" fill="#0D3547" d="M3266.6,179.3v4.1h1.2v-4.1h1.3v-1h-3.7v1H3266.6z"/>
<path id="Path_22_13_" fill="#0D3547" d="M3269.9,178.3v1h0.6v3.1h-0.7v1h2.5v-1h-0.7v-3.1h0.6v-1H3269.9z"/>
<path id="Path_23_13_" fill="#0D3547" d="M3276,182.4c-0.8,0.1-1.6-0.6-1.6-1.4s0.6-1.6,1.4-1.6c0.8-0.1,1.6,0.6,1.6,1.4
c0,0,0,0.1,0,0.1c0.1,0.8-0.5,1.4-1.3,1.5C3276.1,182.4,3276.1,182.4,3276,182.4z M3278.2,182.4c0.3-0.5,0.4-1,0.4-1.5
c0-1.4-1.2-2.6-2.6-2.6c-1.4,0-2.6,1.2-2.6,2.6c0,1.4,1.2,2.6,2.6,2.6c0.5,0,0.9-0.1,1.3-0.3l0.1,0l0.1,0.3h1.2v-0.1
L3278.2,182.4L3278.2,182.4z"/>
<path id="Path_24_13_" fill="#1A6D93" d="M3267.7,166L3267.7,166c-2.1-0.8-4.1-1.8-5.9-3.1c-1.8-1.2-3.4-2.6-4.7-4.3
c-0.6-0.7-1.1-1.6-1.4-2.6c-0.3-0.8,0-1.7,0.8-2.1c0.2-0.1,0.4-0.2,0.6-0.3c0.7-0.2,1.4-0.2,2.1-0.2l0.3,0l0.4,0l0.3,0l0.3-1.2
l-0.2,0c-0.2,0-0.4-0.1-0.6-0.1c-0.4,0-0.7-0.1-1-0.1c-0.7,0-1.3,0.1-1.9,0.3c-1.1,0.3-1.9,1.1-2.2,2.2c-0.2,0.8,0,1.7,0.4,2.5
c0.6,1.3,1.4,2.5,2.5,3.5c2.8,2.8,6.1,4.9,9.7,6.3c0.3,0.1,0.5,0.2,0.8,0.3c0.1,0,0.2,0.1,0.4,0.1l0.2-0.7L3267.7,166z"/>
<path id="Path_25_13_" fill="#1A6D93" d="M3277.2,164.8C3277.2,164.8,3277.2,164.8,3277.2,164.8c-0.1-0.8-0.4-1.5-0.8-2.1
c-0.8-1.3-1.7-2.5-2.9-3.5c-0.3-0.3-0.6-0.6-1-0.9c-0.1-0.1-0.3-0.2-0.4-0.4v0c0,0,0,0,0,0.1l0,0.3c0,0.4,0,0.8,0.1,1.2
c0,0.1,0.1,0.2,0.1,0.2c0.2,0.2,0.4,0.4,0.5,0.5c0.3,0.3,0.6,0.6,1,1c0.9,0.9,1.5,1.9,2,3c0.2,0.4,0.2,0.9,0.2,1.3
c-0.1,0.7-0.6,1.2-1.3,1.4c-0.2,0.1-0.4,0.1-0.6,0.2l0.8,1c0.1,0,0.3-0.1,0.4-0.1c0.9-0.3,1.7-1.1,1.9-2.1l0.1-0.3L3277.2,164.8
L3277.2,164.8z"/>
<path id="Path_26_13_" fill="#1A6D93" d="M3269.6,155c0.1,0.4,0.1,0.8,0.2,1.2c0.1,0.9,0.2,1.9,0.3,2.8c0.1,0.9,0.1,1.9,0,2.8
l1.1,1.4c0-0.3,0.1-0.6,0.1-0.9c0.2-2.1,0.1-4.1-0.2-6.2c-0.1-0.4-0.1-0.8-0.2-1.2c0-0.2-0.1-0.4-0.1-0.6l-1.2,0.3c0,0,0,0,0,0.1
C3269.6,154.9,3269.6,154.9,3269.6,155z"/>
<path id="Path_27_13_" fill="#1A6D93" d="M3269.1,167.5c-0.2,0.6-0.4,1.2-0.7,1.7c-0.3,0.8-0.8,1.5-1.5,2.1
c-0.7,0.6-1.7,0.6-2.4,0c-0.5-0.5-1-1.1-1.3-1.7c-0.6-1.2-1-2.5-1.3-3.9l0,0c0-0.1,0-0.2-0.1-0.2c-0.3-0.2-0.7-0.4-1.1-0.7
c-0.1-0.1-0.2-0.1-0.3-0.2c0,0.1,0,0.2,0,0.2c0,0.2,0.1,0.4,0.1,0.6c0.3,1.7,0.8,3.4,1.6,4.9c0.6,1.3,1.7,2.3,3.1,2.7h0.7
c1.3-0.3,2.4-1.2,2.9-2.4c0.2-0.3,0.3-0.5,0.4-0.8c0.2-0.4,0.4-0.9,0.5-1.3L3269.1,167.5z"/>
</g>
<g id="Group_18_13_" transform="translate(-1440 444)">
<circle id="Ellipse_6_13_" fill="#0D3547" cx="3020.2" cy="252" r="8"/>
<rect id="Rectangle_2_13_" x="3019.2" y="248" fill="#FFFFFF" width="2" height="8"/>
<rect id="Rectangle_3_13_" x="3016.2" y="251" fill="#FFFFFF" width="8" height="2"/>
</g>
<g id="Group_34_1_" transform="translate(-364 769)">
<g id="Path_29_1_" transform="translate(-1260.004 -106.031)">
<path fill="#FFFFFF" d="M3261.2,208h-60v-60h60V208z"/>
<path fill="#0D3547" d="M3202.2,149v58h58v-58H3202.2 M3200.2,147h62v62h-62V147z"/>
</g>
<g>
<path id="Intersection_1_9_" fill="none" stroke="#0D3547" stroke-width="2" d="M1972.8,78.2l-15.3,0l-7.8-13.3l6.9-12.1
l15.4,0.1l7.7,13.4L1972.8,78.2z"/>
<path fill="none" stroke="#715EC7" stroke-width="2" stroke-miterlimit="10" d="M1955.9,60.4c2.8-4.8,8.9-6.4,13.7-3.7
c4.8,2.8,6.4,8.9,3.7,13.7c-2.8,4.8-8.9,6.4-13.7,3.7C1954.8,71.3,1953.1,65.2,1955.9,60.4z"/>
<path fill="#715EC7" d="M1963.2,64.6c0.4-0.7,1.3-1,2-0.5c0.7,0.4,1,1.3,0.5,2c-0.4,0.7-1.3,1-2,0.5
C1963.1,66.3,1962.8,65.3,1963.2,64.6z"/>
</g>
<g enable-background="new ">
<path fill="#0D3547" d="M1981.7,82.2v2.2h-1.2v-5.7h1.7c0.8,0,1.3,0.1,1.7,0.4c0.4,0.3,0.6,0.7,0.6,1.3c0,0.3-0.1,0.6-0.3,0.9
c-0.2,0.3-0.4,0.5-0.8,0.6l1.7,2.5h-1.3l-1.4-2.2H1981.7z M1981.7,81.2h0.4c0.4,0,0.7-0.1,0.8-0.2c0.2-0.1,0.3-0.3,0.3-0.6
c0-0.3-0.1-0.5-0.3-0.6c-0.2-0.1-0.5-0.2-0.9-0.2h-0.4V81.2z"/>
<path fill="#0D3547" d="M1987,84.4h-1.2v-5.7h3.3v1h-2.1v1.5h1.9v1h-1.9V84.4z"/>
<path fill="#0D3547" d="M1995.7,81.6c0,0.5,0,0.9-0.1,1.2c-0.1,0.4-0.2,0.7-0.3,0.9c-0.2,0.3-0.4,0.4-0.6,0.6
c-0.2,0.1-0.5,0.2-0.9,0.2c-0.3,0-0.6-0.1-0.9-0.2c-0.2-0.1-0.4-0.3-0.6-0.6c-0.2-0.3-0.3-0.6-0.4-0.9c-0.1-0.4-0.1-0.8-0.1-1.2
s0-0.9,0.1-1.2c0.1-0.4,0.2-0.7,0.3-0.9s0.4-0.4,0.6-0.6c0.2-0.1,0.5-0.2,0.9-0.2c0.3,0,0.6,0.1,0.9,0.2
c0.2,0.1,0.4,0.3,0.6,0.6s0.3,0.6,0.4,0.9C1995.7,80.7,1995.7,81.1,1995.7,81.6z M1993,81.6c0,0.7,0.1,1.1,0.2,1.5
c0.1,0.3,0.3,0.5,0.6,0.5c0.3,0,0.5-0.2,0.6-0.5c0.1-0.3,0.2-0.8,0.2-1.5c0-0.7-0.1-1.1-0.2-1.5c-0.1-0.3-0.3-0.5-0.6-0.5
c-0.1,0-0.3,0-0.3,0.1c-0.1,0.1-0.2,0.2-0.2,0.4c-0.1,0.2-0.1,0.4-0.1,0.6C1993,80.9,1993,81.2,1993,81.6z"/>
</g>
<circle id="Ellipse_11_1_" fill="#5EC793" cx="1951.4" cy="91.8" r="3.4"/>
<circle id="Ellipse_12_1_" fill="#C75E5E" cx="1962.6" cy="91.8" r="3.4"/>
</g>
<g id="Group_35_1_" transform="translate(-364 835)">
<g id="Path_29-2_1_" transform="translate(-1260.004 -106.031)">
<path fill="#FFFFFF" d="M3261.2,208h-60v-60h60V208z"/>
<path fill="#0D3547" d="M3202.2,149v58h58v-58H3202.2 M3200.2,147h62v62h-62V147z"/>
</g>
<g>
<path id="Intersection_1_3_" fill="none" stroke="#0D3547" stroke-width="2" d="M1972.8,78.2l-15.3,0l-7.8-13.3l6.9-12.1
l15.4,0.1l7.7,13.4L1972.8,78.2z"/>
<path fill="none" stroke="#715EC7" stroke-width="2" stroke-miterlimit="10" d="M1955.9,60.4c2.8-4.8,8.9-6.4,13.7-3.7
c4.8,2.8,6.4,8.9,3.7,13.7c-2.8,4.8-8.9,6.4-13.7,3.7C1954.8,71.3,1953.1,65.2,1955.9,60.4z"/>
<path fill="#715EC7" d="M1963.2,64.6c0.4-0.7,1.3-1,2-0.5c0.7,0.4,1,1.3,0.5,2c-0.4,0.7-1.3,1-2,0.5
C1963.1,66.3,1962.8,65.3,1963.2,64.6z"/>
</g>
<g enable-background="new ">
<path fill="#0D3547" d="M1981.7,82.2v2.2h-1.2v-5.7h1.7c0.8,0,1.3,0.1,1.7,0.4c0.4,0.3,0.6,0.7,0.6,1.3c0,0.3-0.1,0.6-0.3,0.9
c-0.2,0.3-0.4,0.5-0.8,0.6l1.7,2.5h-1.3l-1.4-2.2H1981.7z M1981.7,81.2h0.4c0.4,0,0.7-0.1,0.8-0.2c0.2-0.1,0.3-0.3,0.3-0.6
c0-0.3-0.1-0.5-0.3-0.6c-0.2-0.1-0.5-0.2-0.9-0.2h-0.4V81.2z"/>
<path fill="#0D3547" d="M1987,84.4h-1.2v-5.7h3.3v1h-2.1v1.5h1.9v1h-1.9V84.4z"/>
<path fill="#0D3547" d="M1994.8,84.4h-1.2v-3.3c0-0.1,0-0.1,0-0.2c0-0.1,0-0.2,0-0.3s0-0.2,0-0.3s0-0.2,0-0.3c0,0,0,0-0.1,0.1
s-0.1,0.1-0.1,0.1s-0.1,0.1-0.1,0.1c0,0-0.1,0.1-0.1,0.1l-0.7,0.5l-0.6-0.7l1.8-1.5h1V84.4z"/>
</g>
<circle id="Ellipse_11-2_1_" fill="#5EC793" cx="1951.4" cy="91.8" r="3.4"/>
<circle id="Ellipse_12-2_1_" fill="#C75E5E" cx="1962.6" cy="91.8" r="3.4"/>
</g>
<g id="Group_36_1_" transform="translate(-364 901)">
<g id="Path_29-3_1_" transform="translate(-1260.004 -106.031)">
<path fill="#FFFFFF" d="M3261.2,208h-60v-60h60V208z"/>
<path fill="#0D3547" d="M3202.2,149v58h58v-58H3202.2 M3200.2,147h62v62h-62V147z"/>
</g>
<g>
<path id="Intersection_1_10_" fill="none" stroke="#0D3547" stroke-width="2" d="M1972.8,78.2l-15.3,0l-7.8-13.3l6.9-12.1
l15.4,0.1l7.7,13.4L1972.8,78.2z"/>
<path fill="none" stroke="#715EC7" stroke-width="2" stroke-miterlimit="10" d="M1955.9,60.4c2.8-4.8,8.9-6.4,13.7-3.7
c4.8,2.8,6.4,8.9,3.7,13.7c-2.8,4.8-8.9,6.4-13.7,3.7C1954.8,71.3,1953.1,65.2,1955.9,60.4z"/>
<path fill="#715EC7" d="M1963.2,64.6c0.4-0.7,1.3-1,2-0.5c0.7,0.4,1,1.3,0.5,2c-0.4,0.7-1.3,1-2,0.5
C1963.1,66.3,1962.8,65.3,1963.2,64.6z"/>
</g>
<g enable-background="new ">
<path fill="#0D3547" d="M1981.7,82.2v2.2h-1.2v-5.7h1.7c0.8,0,1.3,0.1,1.7,0.4c0.4,0.3,0.6,0.7,0.6,1.3c0,0.3-0.1,0.6-0.3,0.9
c-0.2,0.3-0.4,0.5-0.8,0.6l1.7,2.5h-1.3l-1.4-2.2H1981.7z M1981.7,81.2h0.4c0.4,0,0.7-0.1,0.8-0.2c0.2-0.1,0.3-0.3,0.3-0.6
c0-0.3-0.1-0.5-0.3-0.6c-0.2-0.1-0.5-0.2-0.9-0.2h-0.4V81.2z"/>
<path fill="#0D3547" d="M1987,84.4h-1.2v-5.7h3.3v1h-2.1v1.5h1.9v1h-1.9V84.4z"/>
<path fill="#0D3547" d="M1995.7,84.4h-3.8v-0.8l1.3-1.4c0.2-0.2,0.3-0.4,0.5-0.5c0.1-0.2,0.3-0.3,0.4-0.4
c0.1-0.1,0.2-0.3,0.2-0.4s0.1-0.3,0.1-0.5c0-0.2-0.1-0.3-0.2-0.4c-0.1-0.1-0.3-0.2-0.5-0.2c-0.2,0-0.4,0.1-0.6,0.2
c-0.2,0.1-0.4,0.2-0.6,0.4l-0.7-0.8c0.1-0.1,0.2-0.2,0.4-0.3c0.1-0.1,0.3-0.2,0.4-0.3c0.2-0.1,0.3-0.1,0.5-0.2
c0.2,0,0.4-0.1,0.6-0.1c0.3,0,0.5,0,0.7,0.1c0.2,0.1,0.4,0.2,0.6,0.3c0.2,0.1,0.3,0.3,0.4,0.5s0.1,0.4,0.1,0.7
c0,0.2,0,0.4-0.1,0.6s-0.2,0.4-0.3,0.6c-0.1,0.2-0.3,0.4-0.5,0.6c-0.2,0.2-0.4,0.4-0.6,0.6l-0.7,0.7v0.1h2.3V84.4z"/>
</g>
<circle id="Ellipse_11-3_1_" fill="#5EC793" cx="1951.4" cy="91.8" r="3.4"/>
<circle id="Ellipse_12-3_1_" fill="#C75E5E" cx="1962.6" cy="91.8" r="3.4"/>
</g>
<g id="Group_37_1_" transform="translate(-364 967)">
<g id="Path_29-4_1_" transform="translate(-1260.004 -106.031)">
<path fill="#FFFFFF" d="M3261.2,208h-60v-60h60V208z"/>
<path fill="#0D3547" d="M3202.2,149v58h58v-58H3202.2 M3200.2,147h62v62h-62V147z"/>
</g>
<g>
<path id="Intersection_1_11_" fill="none" stroke="#0D3547" stroke-width="2" d="M1972.8,78.2l-15.3,0l-7.8-13.3l6.9-12.1
l15.4,0.1l7.7,13.4L1972.8,78.2z"/>
<path fill="none" stroke="#715EC7" stroke-width="2" stroke-miterlimit="10" d="M1955.9,60.4c2.8-4.8,8.9-6.4,13.7-3.7
c4.8,2.8,6.4,8.9,3.7,13.7c-2.8,4.8-8.9,6.4-13.7,3.7C1954.8,71.3,1953.1,65.2,1955.9,60.4z"/>
<path fill="#715EC7" d="M1963.2,64.6c0.4-0.7,1.3-1,2-0.5c0.7,0.4,1,1.3,0.5,2c-0.4,0.7-1.3,1-2,0.5
C1963.1,66.3,1962.8,65.3,1963.2,64.6z"/>
</g>
<g enable-background="new ">
<path fill="#0D3547" d="M1981.7,82.2v2.2h-1.2v-5.7h1.7c0.8,0,1.3,0.1,1.7,0.4c0.4,0.3,0.6,0.7,0.6,1.3c0,0.3-0.1,0.6-0.3,0.9
c-0.2,0.3-0.4,0.5-0.8,0.6l1.7,2.5h-1.3l-1.4-2.2H1981.7z M1981.7,81.2h0.4c0.4,0,0.7-0.1,0.8-0.2c0.2-0.1,0.3-0.3,0.3-0.6
c0-0.3-0.1-0.5-0.3-0.6c-0.2-0.1-0.5-0.2-0.9-0.2h-0.4V81.2z"/>
<path fill="#0D3547" d="M1987,84.4h-1.2v-5.7h3.3v1h-2.1v1.5h1.9v1h-1.9V84.4z"/>
<path fill="#0D3547" d="M1995.5,80c0,0.2,0,0.4-0.1,0.5c-0.1,0.2-0.2,0.3-0.3,0.4c-0.1,0.1-0.2,0.2-0.4,0.3
c-0.2,0.1-0.3,0.1-0.5,0.2v0c0.5,0.1,0.8,0.2,1,0.4c0.2,0.2,0.4,0.5,0.4,0.9c0,0.2,0,0.5-0.1,0.7s-0.2,0.4-0.4,0.6
c-0.2,0.2-0.4,0.3-0.7,0.4c-0.3,0.1-0.6,0.1-1,0.1c-0.3,0-0.6,0-0.9-0.1c-0.3-0.1-0.5-0.1-0.8-0.2v-1c0.1,0.1,0.2,0.1,0.4,0.2
c0.1,0,0.3,0.1,0.4,0.1c0.1,0,0.3,0.1,0.4,0.1c0.1,0,0.2,0,0.4,0c0.2,0,0.4,0,0.6-0.1s0.3-0.1,0.4-0.2c0.1-0.1,0.2-0.2,0.2-0.3
c0-0.1,0.1-0.2,0.1-0.3c0-0.1,0-0.2-0.1-0.3c0-0.1-0.1-0.2-0.2-0.2c-0.1-0.1-0.2-0.1-0.4-0.2c-0.2,0-0.4-0.1-0.6-0.1h-0.4v-0.8
h0.4c0.2,0,0.4,0,0.6-0.1c0.2,0,0.3-0.1,0.4-0.2c0.1-0.1,0.2-0.2,0.2-0.3s0.1-0.2,0.1-0.3c0-0.2-0.1-0.4-0.2-0.5
c-0.1-0.1-0.3-0.2-0.6-0.2c-0.1,0-0.2,0-0.3,0c-0.1,0-0.2,0.1-0.3,0.1c-0.1,0-0.2,0.1-0.3,0.1c-0.1,0-0.1,0.1-0.2,0.1l-0.6-0.8
c0.1-0.1,0.2-0.2,0.4-0.2s0.3-0.1,0.4-0.2c0.2-0.1,0.3-0.1,0.5-0.1c0.2,0,0.4,0,0.6,0c0.3,0,0.5,0,0.8,0.1s0.4,0.1,0.6,0.3
s0.3,0.3,0.4,0.4S1995.5,79.8,1995.5,80z"/>
</g>
<circle id="Ellipse_11-4_1_" fill="#5EC793" cx="1951.4" cy="91.8" r="3.4"/>
<circle id="Ellipse_12-4_1_" fill="#C75E5E" cx="1962.6" cy="91.8" r="3.4"/>
</g>
<g id="Group_38_1_" transform="translate(-364 769)">
<path id="Path_29-5_1_" fill="#FFFFFF" d="M1940.2,305h62v62h-62V305z"/>
<g>
<path id="Intersection_1_12_" fill="none" stroke="#0D3547" stroke-width="2" d="M1972.8,342.2l-15.3,0l-7.8-13.3l6.9-12.1
l15.4,0.1l7.7,13.4L1972.8,342.2z"/>
<path fill="none" stroke="#715EC7" stroke-width="2" stroke-miterlimit="10" d="M1955.9,324.4c2.8-4.8,8.9-6.4,13.7-3.7
c4.8,2.8,6.4,8.9,3.7,13.7c-2.8,4.8-8.9,6.4-13.7,3.7C1954.8,335.3,1953.1,329.2,1955.9,324.4z"/>
<path fill="#715EC7" d="M1963.2,328.6c0.4-0.7,1.3-1,2-0.5c0.7,0.4,1,1.3,0.5,2c-0.4,0.7-1.3,1-2,0.5
C1963.1,330.3,1962.8,329.3,1963.2,328.6z"/>
</g>
<g enable-background="new ">
<path fill="#0D3547" d="M1984.4,348.4h-3.3v-5.7h3.3v1h-2.1v1.3h1.9v1h-1.9v1.5h2.1V348.4z"/>
<path fill="#0D3547" d="M1990.2,348.4h-1.4l-1.3-2.2l-1.3,2.2h-1.3l1.9-2.9l-1.8-2.8h1.3l1.2,2.1l1.2-2.1h1.3l-1.8,2.8
L1990.2,348.4z"/>
<path fill="#0D3547" d="M1993.1,348.4h-1.2v-4.7h-1.6v-1h4.3v1h-1.6V348.4z"/>
</g>
<g enable-background="new ">
<path fill="#0D3547" d="M1983,353.6c-0.5,0-0.8,0.2-1.1,0.5s-0.4,0.8-0.4,1.4c0,1.3,0.5,1.9,1.4,1.9c0.4,0,0.9-0.1,1.5-0.3v1
c-0.5,0.2-1,0.3-1.6,0.3c-0.8,0-1.5-0.3-1.9-0.8c-0.4-0.5-0.7-1.2-0.7-2.2c0-0.6,0.1-1.1,0.3-1.6c0.2-0.4,0.5-0.8,0.9-1
c0.4-0.2,0.9-0.4,1.4-0.4c0.6,0,1.1,0.1,1.7,0.4l-0.4,1c-0.2-0.1-0.4-0.2-0.6-0.3C1983.5,353.7,1983.2,353.6,1983,353.6z"/>
<path fill="#0D3547" d="M1985.7,358.4v-5.7h1.2v4.7h2.3v1H1985.7z"/>
<path fill="#0D3547" d="M1994.8,358.4h-1.4l-1.5-2.4l-0.5,0.4v2h-1.2v-5.7h1.2v2.6l0.5-0.7l1.5-1.9h1.3l-2,2.5L1994.8,358.4z"/>
</g>
<g enable-background="new ">
<path fill="#0D3547" d="M1988.1,368.4h-2.6v-0.7l0.7-0.3v-3.7l-0.7-0.3v-0.7h2.6v0.7l-0.7,0.3v3.7l0.7,0.3V368.4z"/>
<path fill="#0D3547" d="M1994.1,368.4h-1.5l-2.5-4.3h0c0,0.8,0.1,1.3,0.1,1.6v2.7h-1.1v-5.7h1.5l2.5,4.3h0
c0-0.7-0.1-1.3-0.1-1.6v-2.7h1.1V368.4z"/>
</g>
<circle id="Ellipse_11-5_1_" fill="#5EC793" cx="1951.4" cy="355.8" r="3.4"/>
<circle id="Ellipse_12-5_1_" fill="#C75E5E" cx="1962.6" cy="355.8" r="3.4"/>
</g>
<g id="Group_77_2_" transform="translate(-1440 907)">
<circle id="Ellipse_6-2_13_" fill="#0D3547" cx="3020.2" cy="252" r="8"/>
<rect id="Rectangle_2-2_13_" x="3019.2" y="248" fill="#FFFFFF" width="2" height="8"/>
<rect id="Rectangle_3-2_13_" x="3016.2" y="251" fill="#FFFFFF" width="8" height="2"/>
</g>
</g>
</g>
<g id="Stabiliser">
</g>
</svg>

After

Width:  |  Height:  |  Size: 24 KiB

View File

@ -0,0 +1,420 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 18.1.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
viewBox="3579 147 180 500" enable-background="new 3579 147 180 500" xml:space="preserve">
<g id="Kasli">
</g>
<g id="Kasli_with_backplane">
<g id="Group_134_1_" transform="translate(1855 446)">
<g id="Rectangle_1_5_" transform="translate(-1855 -446)">
<rect x="3579" y="147" fill="#FFFFFF" width="180" height="500"/>
<rect x="3580" y="148" fill="none" stroke="#0D3547" stroke-width="2" width="178" height="498"/>
</g>
<g enable-background="new ">
<path fill="#715EC7" d="M1808.7-203h-1.7l-1.9-3l-0.6,0.5v2.5h-1.5v-7.1h1.5v3.3l0.6-0.8l1.9-2.4h1.7l-2.5,3.2L1808.7-203z"/>
<path fill="#715EC7" d="M1813-203l-0.3-0.7h0c-0.3,0.3-0.5,0.5-0.8,0.7c-0.3,0.1-0.6,0.2-1,0.2c-0.5,0-0.9-0.1-1.2-0.4
c-0.3-0.3-0.5-0.7-0.5-1.3c0-0.6,0.2-1,0.6-1.3c0.4-0.3,1-0.4,1.8-0.5l0.9,0v-0.2c0-0.6-0.3-0.8-0.8-0.8c-0.4,0-0.9,0.1-1.5,0.4
l-0.5-1c0.6-0.3,1.3-0.5,2.1-0.5c0.7,0,1.3,0.2,1.7,0.5s0.6,0.8,0.6,1.5v3.6H1813z M1812.5-205.5l-0.6,0c-0.4,0-0.8,0.1-1,0.2
c-0.2,0.1-0.3,0.4-0.3,0.7c0,0.4,0.2,0.6,0.7,0.6c0.3,0,0.6-0.1,0.8-0.3c0.2-0.2,0.3-0.5,0.3-0.8V-205.5z"/>
<path fill="#715EC7" d="M1819.4-204.6c0,0.6-0.2,1-0.6,1.3c-0.4,0.3-1,0.4-1.7,0.4c-0.4,0-0.7,0-1-0.1c-0.3-0.1-0.5-0.1-0.8-0.2
v-1.2c0.3,0.1,0.6,0.2,0.9,0.3s0.7,0.1,0.9,0.1c0.5,0,0.8-0.2,0.8-0.5c0-0.1,0-0.2-0.1-0.3c-0.1-0.1-0.2-0.2-0.4-0.2
c-0.2-0.1-0.4-0.2-0.7-0.3c-0.4-0.2-0.7-0.3-0.9-0.5c-0.2-0.1-0.3-0.3-0.4-0.5c-0.1-0.2-0.1-0.4-0.1-0.7c0-0.5,0.2-0.9,0.6-1.1
c0.4-0.3,0.9-0.4,1.6-0.4c0.7,0,1.3,0.1,1.9,0.4l-0.4,1.1c-0.3-0.1-0.5-0.2-0.8-0.3c-0.2-0.1-0.5-0.1-0.7-0.1
c-0.4,0-0.7,0.1-0.7,0.4c0,0.1,0.1,0.2,0.2,0.3s0.5,0.2,0.9,0.4c0.4,0.2,0.7,0.3,0.9,0.5c0.2,0.1,0.3,0.3,0.4,0.5
C1819.3-205.1,1819.4-204.9,1819.4-204.6z"/>
<path fill="#715EC7" d="M1822-203h-1.5v-7.6h1.5V-203z"/>
<path fill="#715EC7" d="M1823.5-209.9c0-0.5,0.3-0.7,0.8-0.7c0.5,0,0.8,0.2,0.8,0.7c0,0.2-0.1,0.4-0.2,0.5
c-0.1,0.1-0.3,0.2-0.6,0.2C1823.8-209.2,1823.5-209.4,1823.5-209.9z M1825.1-203h-1.5v-5.5h1.5V-203z"/>
</g>
<g id="artiq_5_" transform="translate(-1831.044 -423.073)">
<path id="Path_3_5_" fill="#1A6D93" d="M3655.3,173.8c0.4,0,0.8-0.4,0.8-0.8c0-0.4-0.3-0.8-0.8-0.8c-0.4,0-0.8,0.4-0.7,0.8
C3654.5,173.5,3654.9,173.8,3655.3,173.8L3655.3,173.8z"/>
<path id="Path_4_5_" fill="#1A6D93" d="M3637.1,158.8l0.9,0.8c0,0,0,0,0.1,0c1.8-1.5,3.7-2.8,5.8-3.9c2.3-1.2,4.8-2,7.4-2.3
c0.2,0,0.4,0,0.6,0c0.7,0,1.4,0.1,2,0.4c0.6,0.3,1,0.9,1,1.5c0,0.6-0.2,1.2-0.5,1.7c-0.2,0.4-0.5,0.8-0.7,1.2l-0.3,0.5l0.8,0.8
c0.8-0.9,1.4-2,1.7-3.2c0-0.1,0.1-0.3,0.1-0.4c0-0.1,0-0.1,0-0.2V155c0,0,0,0,0,0s0-0.1,0-0.1c-0.2-1-0.8-1.8-1.8-2.2
c-0.6-0.3-1.3-0.4-2-0.4c-0.2,0-0.4,0-0.6,0c-1.1,0-2.1,0.2-3.2,0.4c-4,1.1-7.8,3.1-10.9,5.8c-0.1,0.1-0.2,0.2-0.3,0.2
C3637.2,158.7,3637.2,158.8,3637.1,158.8z"/>
<path id="Path_5_5_" fill="#1A6D93" d="M3639.6,155.9c0.2-0.2,0.5-0.3,0.7-0.5c0.3-0.1,0.4-0.4,0.4-0.7c0.3-1.5,0.7-2.9,1.5-4.2
c0.3-0.6,0.7-1.1,1.2-1.5c0.6-0.6,1.6-0.6,2.3,0c0.5,0.4,0.9,0.9,1.2,1.4c0.2,0.3,0.3,0.7,0.5,1.1c0.1,0.1,0.1,0.3,0.2,0.4
l1.2-0.3c-0.1-0.2-0.2-0.4-0.3-0.6c-0.2-0.5-0.4-0.9-0.7-1.3c-0.6-1.2-1.6-2.1-2.9-2.4h-0.7c-1.1,0.2-2,0.9-2.5,1.8
c-0.3,0.4-0.6,0.9-0.8,1.3c-0.7,1.4-1.1,2.9-1.4,4.4c-0.1,0.3-0.1,0.5-0.1,0.8c0,0.1,0,0.2-0.1,0.3
C3639.4,156.1,3639.5,156,3639.6,155.9z"/>
<path id="Path_6_5_" fill="#1A6D93" d="M3638.5,167.1c-0.3,0-0.5,0.1-0.8,0.1c-0.2,0-0.3,0-0.4,0c-0.5,0-1.1-0.1-1.6-0.2
c-0.1,0-0.1,0-0.2-0.1c-0.9-0.3-1.4-1.2-1.1-2.1c0,0,0,0,0,0c0.2-0.9,0.6-1.7,1.1-2.4c0.1-0.1,0.2-0.3,0.3-0.4
c0-0.1,0.1-0.1,0.1-0.2l-0.9-0.8c-0.8,0.9-1.4,2-1.7,3.1c-0.6,1.5,0.2,3.3,1.8,3.9c0.2,0.1,0.4,0.1,0.6,0.2
c0.5,0.1,1.1,0.2,1.6,0.2c0.3,0,0.6,0,1-0.1c0.2,0,0.4,0,0.6-0.1l0.2,0l-0.3-1.2C3638.7,167,3638.6,167,3638.5,167.1z"/>
<path id="Path_7_5_" fill="#1A6D93" d="M3637.3,167.1c0.1,0,0.3,0,0.4,0C3637.6,167.1,3637.4,167.1,3637.3,167.1z"/>
<path id="Path_8_5_" fill="#1A6D93" d="M3635.7,166.9c0.5,0.2,1,0.2,1.6,0.2C3636.7,167.1,3636.2,167.1,3635.7,166.9z"/>
<path id="Path_9_5_" fill="#1A6D93" d="M3637.3,168.3c-0.6,0-1.1-0.1-1.6-0.2C3636.2,168.3,3636.7,168.3,3637.3,168.3z"/>
<path id="Path_10_5_" fill="#1A6D93" d="M3638.3,168.3c-0.4,0-0.7,0.1-1,0.1C3637.6,168.3,3637.9,168.3,3638.3,168.3z"/>
<path id="Path_11_5_" fill="#1A6D93" d="M3647.7,156.8c-0.1-0.3-0.1-0.7-0.2-1c-0.1-0.3-0.4-0.4-0.7-0.5h0
c-0.3,0.1-0.7,0.3-1,0.4c-0.1,0.1-0.2,0.1-0.4,0.1l2.3,1.3L3647.7,156.8z"/>
<path id="Path_12_5_" fill="#1A6D93" d="M3640.2,158.9C3640.1,158.9,3640.1,158.9,3640.2,158.9c-0.1,0.1-0.2,0.1-0.2,0.2
c-0.2,0.2-0.5,0.4-0.7,0.5c-0.2,0.1-0.3,0.4-0.3,0.6c0,0.1,0,0.1,0,0.2c0,0.1,0,0.2,0,0.2c0.3,0.3,0.6,0.5,0.9,0.7l0.2,0.1
c0,0,0.1,0,0.1,0.1c0,0,0,0,0,0L3640.2,158.9C3640.2,158.8,3640.2,158.9,3640.2,158.9z"/>
<path id="Path_13_5_" fill="#1A6D93" d="M3642.4,154.3L3642.4,154.3c0.3-0.1,0.6-0.3,0.9-0.4l0.3-0.2l-1.4-0.5l-0.3,1.2
c0.1,0,0.2,0.1,0.3,0.1c0.1,0,0.1,0,0.2-0.1C3642.3,154.3,3642.3,154.3,3642.4,154.3z"/>
<path id="Path_14_5_" fill="#1A6D93" d="M3642.3,154.3C3642.3,154.3,3642.3,154.3,3642.3,154.3L3642.3,154.3
C3642.3,154.3,3642.3,154.3,3642.3,154.3z"/>
<path id="Path_15_5_" fill="#1A6D93" d="M3651.9,161.8l-0.9-0.8c-0.1,0.5-0.2,1.1-0.1,1.6L3651.9,161.8z"/>
<path id="Path_16_5_" fill="#1A6D93" d="M3641.9,166.3C3641.9,166.3,3641.9,166.3,3641.9,166.3c-0.1,0-0.1,0.1-0.1,0.1
c0.1,0.3,0.1,0.5,0.2,0.8l0.1,0.2l1.2-0.4l-0.3-0.1C3642.7,166.7,3642.3,166.5,3641.9,166.3
C3642,166.3,3641.9,166.3,3641.9,166.3z"/>
<path id="Path_17_5_" fill="#1A6D93" d="M3644.5,161.1c0.4,0,0.8-0.4,0.8-0.8s-0.4-0.8-0.8-0.8c-0.4,0-0.8,0.3-0.8,0.8
C3643.8,160.7,3644.1,161.1,3644.5,161.1z"/>
<path id="Path_18_5_" fill="#0D3547" d="M3654.8,174.2l1.2-0.2l0.4-1.2l-0.8-0.9l-1.2,0.2l-0.4,1.2L3654.8,174.2 M3643.9,162.1
l1.9-0.3l0.7-1.8l-1.2-1.5l-1.9,0.3l-0.7,1.8L3643.9,162.1 M3644.6,157.3c1.7,0,3,1.3,3,3c0,0.2,0,0.3,0,0.5
c0.2,0.9,0.7,1.7,1.4,2.4c0,0,3.3,4.2,5.6,7.2c0.3,0.3,0.6,0.6,1,0.7c1,0.2,1.7,1.2,1.5,2.2s-1.2,1.7-2.2,1.5
c-0.4-0.1-0.8-0.3-1.1-0.6c-0.2-0.3-0.4-0.7-0.4-1.1l0,0V173c-0.1-0.4-0.3-0.8-0.6-1.2l-6.2-6.7c-0.5-0.8-1.3-1.4-2.1-1.8
c-0.8,0-1.6-0.4-2.2-1.1c-1.1-1.3-0.9-3.2,0.4-4.2c0,0,0,0,0,0C3643.2,157.6,3643.9,157.3,3644.6,157.3"/>
<path id="Path_19_5_" fill="#0D3547" d="M3634.5,181.7l0.7-1.6l0.7,1.6H3634.5z M3635,178.2l-2.3,5.1v0.1h1.2l0.3-0.7h2.1
l0.3,0.7h1.2v-0.1l-2.3-5.1L3635,178.2z"/>
<path id="Path_20_5_" fill="#0D3547" d="M3641.2,180.8h-1v-1.5h1c0.4,0,0.7,0.3,0.6,0.7c0,0,0,0,0,0.1
C3641.9,180.4,3641.6,180.8,3641.2,180.8C3641.2,180.8,3641.2,180.8,3641.2,180.8z M3642.3,181.6c0.6-0.5,0.9-1.3,0.7-2
c-0.2-0.8-0.9-1.3-1.7-1.2h-2.2v5.1h1.2v-1.5h0.8l0.9,1.5h1.4v-0.1L3642.3,181.6L3642.3,181.6z"/>
<path id="Path_21_5_" fill="#0D3547" d="M3645.3,179.3v4.1h1.2v-4.1h1.3v-1h-3.7v1H3645.3z"/>
<path id="Path_22_5_" fill="#0D3547" d="M3648.7,178.3v1h0.6v3.1h-0.7v1h2.5v-1h-0.7v-3.1h0.6v-1H3648.7z"/>
<path id="Path_23_5_" fill="#0D3547" d="M3654.8,182.4c-0.8,0.1-1.6-0.6-1.6-1.4c-0.1-0.8,0.6-1.6,1.4-1.6
c0.8-0.1,1.6,0.6,1.6,1.4c0,0,0,0.1,0,0.1c0.1,0.8-0.5,1.4-1.3,1.5C3654.9,182.4,3654.8,182.4,3654.8,182.4z M3657,182.4
c0.3-0.5,0.4-1,0.4-1.5c0-1.4-1.2-2.6-2.6-2.6c-1.4,0-2.6,1.2-2.6,2.6c0,1.4,1.2,2.6,2.6,2.6c0.5,0,0.9-0.1,1.3-0.3l0.1,0
l0.1,0.3h1.2v-0.1L3657,182.4L3657,182.4z"/>
<path id="Path_24_5_" fill="#1A6D93" d="M3646.4,166L3646.4,166c-2.1-0.8-4.1-1.8-5.9-3.1c-1.8-1.2-3.4-2.6-4.7-4.3
c-0.6-0.7-1.1-1.6-1.4-2.6c-0.3-0.8,0-1.7,0.8-2.1c0.2-0.1,0.4-0.2,0.6-0.3c0.7-0.2,1.4-0.2,2.1-0.2l0.3,0l0.4,0l0.3,0l0.3-1.2
l-0.2,0c-0.2,0-0.4-0.1-0.6-0.1c-0.4,0-0.7-0.1-1-0.1c-0.7,0-1.3,0.1-1.9,0.3c-1.1,0.3-1.9,1.1-2.2,2.2c-0.2,0.8,0,1.7,0.4,2.5
c0.6,1.3,1.4,2.5,2.5,3.5c2.8,2.8,6.1,4.9,9.7,6.3c0.3,0.1,0.5,0.2,0.8,0.3c0.1,0,0.2,0.1,0.4,0.1l0.2-0.7L3646.4,166z"/>
<path id="Path_25_5_" fill="#1A6D93" d="M3656,164.8C3656,164.8,3655.9,164.8,3656,164.8c-0.1-0.8-0.4-1.5-0.8-2.1
c-0.8-1.3-1.7-2.5-2.9-3.5c-0.3-0.3-0.6-0.6-1-0.9c-0.1-0.1-0.3-0.2-0.4-0.4v0c0,0,0,0,0,0.1l0,0.3c0,0.4,0,0.8,0.1,1.2
c0,0.1,0.1,0.2,0.1,0.2c0.2,0.2,0.4,0.4,0.5,0.5c0.3,0.3,0.6,0.6,1,1c0.9,0.9,1.5,1.9,2,3c0.2,0.4,0.2,0.9,0.2,1.3
c-0.1,0.7-0.6,1.2-1.3,1.4c-0.2,0.1-0.4,0.1-0.6,0.2l0.8,1c0.1,0,0.3-0.1,0.4-0.1c0.9-0.3,1.7-1.1,1.9-2.1l0.1-0.3L3656,164.8
L3656,164.8z"/>
<path id="Path_26_5_" fill="#1A6D93" d="M3648.4,155c0.1,0.4,0.1,0.8,0.2,1.2c0.1,0.9,0.2,1.9,0.3,2.8c0.1,0.9,0.1,1.9,0,2.8
l1.1,1.4c0-0.3,0.1-0.6,0.1-0.9c0.2-2.1,0.1-4.1-0.2-6.2c-0.1-0.4-0.1-0.8-0.2-1.2c0-0.2-0.1-0.4-0.1-0.6l-1.2,0.3c0,0,0,0,0,0.1
C3648.4,154.9,3648.4,154.9,3648.4,155z"/>
<path id="Path_27_5_" fill="#1A6D93" d="M3647.9,167.5c-0.2,0.6-0.4,1.2-0.7,1.7c-0.3,0.8-0.8,1.5-1.5,2.1
c-0.7,0.6-1.7,0.6-2.4,0c-0.5-0.5-1-1.1-1.3-1.7c-0.6-1.2-1-2.5-1.3-3.9l0,0c0-0.1,0-0.2-0.1-0.2c-0.3-0.2-0.7-0.4-1.1-0.7
c-0.1-0.1-0.2-0.1-0.3-0.2c0,0.1,0,0.2,0,0.2c0,0.2,0.1,0.4,0.1,0.6c0.3,1.7,0.8,3.4,1.6,4.9c0.6,1.3,1.7,2.3,3.1,2.7h0.7
c1.3-0.3,2.4-1.2,2.9-2.4c0.2-0.3,0.3-0.5,0.4-0.8c0.2-0.4,0.4-0.9,0.5-1.3L3647.9,167.5z"/>
</g>
<g id="Group_17_2_" transform="translate(-1513 -533)">
<circle id="Ellipse_6_5_" fill="#0D3547" cx="3399" cy="252" r="8"/>
<rect id="Rectangle_2_5_" x="3398" y="248" fill="#FFFFFF" width="2" height="8"/>
<rect id="Rectangle_3_5_" x="3395" y="251" fill="#FFFFFF" width="8" height="2"/>
</g>
<g id="Group_18_5_" transform="translate(-1657 -533)">
<circle id="Ellipse_6-2_5_" fill="#0D3547" cx="3399" cy="252" r="8"/>
<rect id="Rectangle_2-2_5_" x="3398" y="248" fill="#FFFFFF" width="2" height="8"/>
<rect id="Rectangle_3-2_5_" x="3395" y="251" fill="#FFFFFF" width="8" height="2"/>
</g>
<g id="Group_75_2_" transform="translate(-1513 -70)">
<circle id="Ellipse_6-3_2_" fill="#0D3547" cx="3399" cy="252" r="8"/>
<rect id="Rectangle_2-3_2_" x="3398" y="248" fill="#FFFFFF" width="2" height="8"/>
<rect id="Rectangle_3-3_2_" x="3395" y="251" fill="#FFFFFF" width="8" height="2"/>
</g>
<g id="Group_76_2_" transform="translate(-1657 -70)">
<circle id="Ellipse_6-4_2_" fill="#0D3547" cx="3399" cy="252" r="8"/>
<rect id="Rectangle_2-4_2_" x="3398" y="248" fill="#FFFFFF" width="2" height="8"/>
<rect id="Rectangle_3-4_2_" x="3395" y="251" fill="#FFFFFF" width="8" height="2"/>
</g>
<g enable-background="new ">
<path fill="#0D3547" d="M1738.2-162.9c0,0.6-0.2,1.1-0.6,1.4c-0.4,0.3-0.9,0.5-1.6,0.5h-0.5v2h-1.2v-5.7h1.8
c0.7,0,1.2,0.1,1.6,0.4C1738-164,1738.2-163.5,1738.2-162.9z M1735.5-162h0.4c0.4,0,0.7-0.1,0.8-0.2c0.2-0.1,0.3-0.4,0.3-0.6
c0-0.3-0.1-0.5-0.2-0.6c-0.2-0.1-0.4-0.2-0.7-0.2h-0.6V-162z"/>
<path fill="#0D3547" d="M1744.5-161.9c0,0.9-0.2,1.7-0.7,2.2s-1.1,0.8-2,0.8s-1.5-0.3-2-0.8s-0.7-1.2-0.7-2.2s0.2-1.7,0.7-2.2
c0.5-0.5,1.1-0.8,2-0.8c0.9,0,1.5,0.3,2,0.8S1744.5-162.8,1744.5-161.9z M1740.3-161.9c0,0.6,0.1,1.1,0.4,1.4s0.6,0.5,1.1,0.5
c1,0,1.4-0.6,1.4-1.9c0-1.3-0.5-1.9-1.4-1.9c-0.5,0-0.8,0.2-1.1,0.5C1740.4-163,1740.3-162.5,1740.3-161.9z"/>
<path fill="#0D3547" d="M1751.2-159h-1.4l-0.8-3c0-0.1-0.1-0.3-0.1-0.7c-0.1-0.3-0.1-0.6-0.1-0.7c0,0.1-0.1,0.4-0.1,0.7
c-0.1,0.3-0.1,0.5-0.1,0.7l-0.8,3h-1.4l-1.5-5.7h1.2l0.7,3.1c0.1,0.6,0.2,1.1,0.3,1.5c0-0.1,0.1-0.4,0.1-0.7
c0.1-0.3,0.1-0.6,0.2-0.7l0.8-3.2h1.1l0.8,3.2c0,0.1,0.1,0.4,0.1,0.7s0.1,0.5,0.1,0.8c0-0.2,0.1-0.5,0.1-0.8
c0.1-0.3,0.1-0.5,0.2-0.7l0.7-3.1h1.2L1751.2-159z"/>
<path fill="#0D3547" d="M1756.6-159h-3.3v-5.7h3.3v1h-2.1v1.3h1.9v1h-1.9v1.5h2.1V-159z"/>
<path fill="#0D3547" d="M1759-161.2v2.2h-1.2v-5.7h1.7c0.8,0,1.3,0.1,1.7,0.4c0.4,0.3,0.6,0.7,0.6,1.3c0,0.3-0.1,0.6-0.3,0.9
c-0.2,0.3-0.4,0.5-0.8,0.6l1.7,2.5h-1.3l-1.4-2.2H1759z M1759-162.2h0.4c0.4,0,0.7-0.1,0.8-0.2c0.2-0.1,0.3-0.3,0.3-0.6
c0-0.3-0.1-0.5-0.3-0.6c-0.2-0.1-0.5-0.2-0.9-0.2h-0.4V-162.2z"/>
</g>
<g enable-background="new ">
<path fill="#0D3547" d="M1744.1-148h-1.2v-3.3c0-0.1,0-0.1,0-0.2c0-0.1,0-0.2,0-0.3s0-0.2,0-0.3s0-0.2,0-0.3c0,0,0,0-0.1,0.1
s-0.1,0.1-0.1,0.1s-0.1,0.1-0.1,0.1c0,0-0.1,0.1-0.1,0.1l-0.7,0.5l-0.6-0.7l1.8-1.5h1V-148z"/>
<path fill="#0D3547" d="M1749.5-148h-3.8v-0.8l1.3-1.4c0.2-0.2,0.3-0.4,0.5-0.5c0.1-0.2,0.3-0.3,0.4-0.4c0.1-0.1,0.2-0.3,0.2-0.4
s0.1-0.3,0.1-0.5c0-0.2-0.1-0.3-0.2-0.4c-0.1-0.1-0.3-0.2-0.5-0.2c-0.2,0-0.4,0.1-0.6,0.2c-0.2,0.1-0.4,0.2-0.6,0.4l-0.7-0.8
c0.1-0.1,0.2-0.2,0.4-0.3c0.1-0.1,0.3-0.2,0.4-0.3c0.2-0.1,0.3-0.1,0.5-0.2c0.2,0,0.4-0.1,0.6-0.1c0.3,0,0.5,0,0.7,0.1
c0.2,0.1,0.4,0.2,0.6,0.3c0.2,0.1,0.3,0.3,0.4,0.5s0.1,0.4,0.1,0.7c0,0.2,0,0.4-0.1,0.6s-0.2,0.4-0.3,0.6
c-0.1,0.2-0.3,0.4-0.5,0.6c-0.2,0.2-0.4,0.4-0.6,0.6l-0.7,0.7v0.1h2.3V-148z"/>
<path fill="#0D3547" d="M1753.7-153.7h1.2l-1.9,5.7h-1.3l-1.9-5.7h1.2l1.1,3.4c0.1,0.2,0.1,0.4,0.2,0.7c0.1,0.3,0.1,0.5,0.1,0.6
c0-0.2,0.1-0.7,0.3-1.3L1753.7-153.7z"/>
</g>
<g enable-background="new ">
<path fill="#0D3547" d="M1745.3-140.7c0.2,0,0.5,0,0.7,0.1s0.4,0.2,0.6,0.3s0.3,0.3,0.4,0.5c0.1,0.2,0.1,0.5,0.1,0.7
c0,0.3,0,0.6-0.1,0.8c-0.1,0.2-0.2,0.5-0.4,0.6s-0.4,0.3-0.7,0.4s-0.6,0.1-1,0.1c-0.1,0-0.3,0-0.4,0s-0.3,0-0.4-0.1
s-0.3-0.1-0.4-0.1c-0.1,0-0.2-0.1-0.3-0.1v-1c0.1,0.1,0.2,0.1,0.3,0.1c0.1,0,0.2,0.1,0.4,0.1s0.3,0.1,0.4,0.1c0.1,0,0.3,0,0.4,0
c0.3,0,0.6-0.1,0.8-0.2c0.2-0.1,0.3-0.4,0.3-0.7c0-0.3-0.1-0.5-0.3-0.6c-0.2-0.1-0.5-0.2-0.8-0.2c-0.1,0-0.1,0-0.2,0
c-0.1,0-0.2,0-0.2,0s-0.1,0-0.2,0c-0.1,0-0.1,0-0.2,0l-0.5-0.3l0.2-2.9h3v1h-2l-0.1,1.1c0.1,0,0.2,0,0.3-0.1
C1745-140.7,1745.2-140.7,1745.3-140.7z"/>
<path fill="#0D3547" d="M1751.6-137l-0.4-1.4h-2.1l-0.4,1.4h-1.3l2-5.7h1.5l2,5.7H1751.6z M1750.9-139.4
c-0.4-1.2-0.6-1.9-0.6-2.1c0-0.2-0.1-0.3-0.1-0.4c-0.1,0.3-0.3,1.2-0.7,2.5H1750.9z"/>
</g>
<g id="Rectangle_19_1_" transform="translate(-1837 -267)">
<path fill="#FFFFFF" d="M3582,152h6c1.7,0,3,1.3,3,3v26c0,1.7-1.3,3-3,3h-6c-1.7,0-3-1.3-3-3v-26C3579,153.3,3580.3,152,3582,152
z"/>
<path fill="none" stroke="#0D3547" stroke-width="5" d="M3582,154.5h6c0.3,0,0.5,0.2,0.5,0.5v26c0,0.3-0.2,0.5-0.5,0.5h-6
c-0.3,0-0.5-0.2-0.5-0.5v-26C3581.5,154.7,3581.7,154.5,3582,154.5z"/>
</g>
<g enable-background="new ">
<path fill="#0D3547" d="M1762.1-104.3c-0.3,0-0.5,0-0.7-0.1v-1c0.2,0.1,0.4,0.1,0.6,0.1c0.3,0,0.5-0.1,0.6-0.2s0.2-0.4,0.2-0.8
v-5.4h1.2v5.3c0,0.7-0.2,1.2-0.5,1.5S1762.7-104.3,1762.1-104.3z"/>
<path fill="#0D3547" d="M1767.5-106h-1.2v-4.7h-1.6v-1h4.3v1h-1.6V-106z"/>
<path fill="#0D3547" d="M1773.2-106l-0.4-1.4h-2.1l-0.4,1.4h-1.3l2-5.7h1.5l2,5.7H1773.2z M1772.5-108.4
c-0.4-1.2-0.6-1.9-0.6-2.1s-0.1-0.3-0.1-0.4c-0.1,0.3-0.3,1.2-0.7,2.5H1772.5z"/>
<path fill="#0D3547" d="M1777.3-109.2h2.3v3c-0.4,0.1-0.7,0.2-1,0.3s-0.7,0.1-1,0.1c-0.9,0-1.5-0.3-2-0.8s-0.7-1.2-0.7-2.2
c0-0.9,0.3-1.6,0.8-2.2s1.3-0.8,2.2-0.8c0.6,0,1.2,0.1,1.7,0.4l-0.4,1c-0.4-0.2-0.8-0.3-1.3-0.3c-0.5,0-0.9,0.2-1.3,0.5
s-0.5,0.8-0.5,1.4c0,0.6,0.1,1.1,0.4,1.4s0.6,0.5,1.1,0.5c0.3,0,0.5,0,0.8-0.1v-1.2h-1.1V-109.2z"/>
</g>
<g enable-background="new ">
<path fill="#0D3547" d="M1767.3-100.7v3.7c0,0.4-0.1,0.8-0.3,1.1s-0.5,0.6-0.8,0.7c-0.4,0.2-0.8,0.3-1.3,0.3
c-0.7,0-1.3-0.2-1.7-0.6s-0.6-0.9-0.6-1.5v-3.7h1.2v3.5c0,0.4,0.1,0.8,0.3,1s0.5,0.3,0.9,0.3c0.4,0,0.7-0.1,0.9-0.3
s0.3-0.5,0.3-1v-3.5H1767.3z"/>
<path fill="#0D3547" d="M1772.2-95l-0.4-1.4h-2.1l-0.4,1.4h-1.3l2-5.7h1.5l2,5.7H1772.2z M1771.5-97.4c-0.4-1.2-0.6-1.9-0.6-2.1
s-0.1-0.3-0.1-0.4c-0.1,0.3-0.3,1.2-0.7,2.5H1771.5z"/>
<path fill="#0D3547" d="M1775.4-97.2v2.2h-1.2v-5.7h1.7c0.8,0,1.3,0.1,1.7,0.4s0.6,0.7,0.6,1.3c0,0.3-0.1,0.6-0.3,0.9
s-0.4,0.5-0.8,0.6l1.7,2.5h-1.3l-1.4-2.2H1775.4z M1775.4-98.2h0.4c0.4,0,0.7-0.1,0.8-0.2s0.3-0.3,0.3-0.6c0-0.3-0.1-0.5-0.3-0.6
s-0.5-0.2-0.9-0.2h-0.4V-98.2z"/>
<path fill="#0D3547" d="M1781.7-95h-1.2v-4.7h-1.6v-1h4.3v1h-1.6V-95z"/>
</g>
<g enable-background="new ">
<path fill="#0D3547" d="M1764.8-84h-2.6v-0.7l0.7-0.3v-3.7l-0.7-0.3v-0.7h2.6v0.7l-0.7,0.3v3.7l0.7,0.3V-84z"/>
<path fill="#0D3547" d="M1769.2-84h-3.8v-0.8l1.3-1.4c0.2-0.2,0.3-0.4,0.5-0.5s0.3-0.3,0.4-0.4s0.2-0.3,0.2-0.4s0.1-0.3,0.1-0.5
c0-0.2-0.1-0.3-0.2-0.4s-0.3-0.2-0.5-0.2c-0.2,0-0.4,0.1-0.6,0.2s-0.4,0.2-0.6,0.4l-0.7-0.8c0.1-0.1,0.2-0.2,0.4-0.3
s0.3-0.2,0.4-0.3s0.3-0.1,0.5-0.2s0.4-0.1,0.6-0.1c0.3,0,0.5,0,0.7,0.1s0.4,0.2,0.6,0.3s0.3,0.3,0.4,0.5s0.1,0.4,0.1,0.7
c0,0.2,0,0.4-0.1,0.6s-0.2,0.4-0.3,0.6s-0.3,0.4-0.5,0.6s-0.4,0.4-0.6,0.6l-0.7,0.7v0.1h2.3V-84z"/>
<path fill="#0D3547" d="M1772.6-88.8c-0.5,0-0.8,0.2-1.1,0.5s-0.4,0.8-0.4,1.4c0,1.3,0.5,1.9,1.4,1.9c0.4,0,0.9-0.1,1.5-0.3v1
c-0.5,0.2-1,0.3-1.6,0.3c-0.8,0-1.5-0.3-1.9-0.8s-0.7-1.2-0.7-2.2c0-0.6,0.1-1.1,0.3-1.6s0.5-0.8,0.9-1s0.9-0.4,1.4-0.4
c0.6,0,1.1,0.1,1.7,0.4l-0.4,1c-0.2-0.1-0.4-0.2-0.6-0.3S1772.8-88.8,1772.6-88.8z"/>
</g>
<g id="Group_115_1_" transform="translate(-565 -115)">
<g enable-background="new ">
<path fill="#0D3547" d="M2361.7,79.6c-0.5,0-0.8,0.2-1.1,0.5s-0.4,0.8-0.4,1.4c0,1.3,0.5,1.9,1.4,1.9c0.4,0,0.9-0.1,1.5-0.3v1
c-0.5,0.2-1,0.3-1.6,0.3c-0.8,0-1.5-0.3-1.9-0.8s-0.7-1.2-0.7-2.2c0-0.6,0.1-1.1,0.3-1.6s0.5-0.8,0.9-1s0.9-0.4,1.4-0.4
c0.6,0,1.1,0.1,1.7,0.4l-0.4,1c-0.2-0.1-0.4-0.2-0.6-0.3S2361.9,79.6,2361.7,79.6z"/>
<path fill="#0D3547" d="M2364.4,84.4v-5.7h1.2v4.7h2.3v1H2364.4z"/>
<path fill="#0D3547" d="M2373.5,84.4h-1.4l-1.5-2.4l-0.5,0.4v2h-1.2v-5.7h1.2v2.6l0.5-0.7l1.5-1.9h1.3l-2,2.5L2373.5,84.4z"/>
</g>
</g>
<g id="Rectangle_20_1_" transform="translate(-1837 -159)">
<rect x="3579" y="147" fill="#FFFFFF" width="36" height="50"/>
<rect x="3580" y="148" fill="none" stroke="#0D3547" stroke-width="2" width="34" height="48"/>
</g>
<rect id="Rectangle_21_1_" x="1742" y="-8" fill="#0D3547" width="24" height="41.6"/>
<rect id="Rectangle_22_1_" x="1766" y="-8" fill="#333333" width="8" height="15"/>
<rect id="Rectangle_23_1_" x="1773.3" y="-8" fill="#77C6D3" width="8" height="41.6"/>
<rect id="Rectangle_24_1_" x="1766" y="6.6" fill="#CCCCCC" width="8" height="27"/>
<g enable-background="new ">
<path fill="#0D3547" d="M1788.7,13.8c0,0.5-0.2,0.9-0.6,1.2s-0.9,0.4-1.5,0.4c-0.6,0-1.1-0.1-1.6-0.3V14c0.4,0.2,0.7,0.3,1,0.4
s0.5,0.1,0.7,0.1c0.3,0,0.5-0.1,0.6-0.2s0.2-0.3,0.2-0.5c0-0.1,0-0.2-0.1-0.3s-0.2-0.2-0.3-0.3s-0.4-0.2-0.7-0.4
c-0.3-0.2-0.6-0.3-0.8-0.5s-0.3-0.3-0.4-0.5s-0.2-0.4-0.2-0.7c0-0.5,0.2-0.9,0.5-1.2c0.3-0.3,0.8-0.4,1.4-0.4
c0.3,0,0.6,0,0.8,0.1s0.6,0.2,0.8,0.3l-0.4,0.9c-0.3-0.1-0.6-0.2-0.8-0.3s-0.4-0.1-0.6-0.1c-0.2,0-0.4,0.1-0.5,0.2
s-0.2,0.2-0.2,0.4c0,0.1,0,0.2,0.1,0.3s0.1,0.2,0.2,0.2s0.4,0.2,0.8,0.4c0.5,0.3,0.9,0.5,1.1,0.8S1788.7,13.5,1788.7,13.8z"/>
<path fill="#0D3547" d="M1790.9,15.4h-1.2V9.7h3.3v1h-2.1v1.5h1.9v1h-1.9V15.4z"/>
<path fill="#0D3547" d="M1798,11.5c0,0.6-0.2,1.1-0.6,1.4s-0.9,0.5-1.6,0.5h-0.5v2h-1.2V9.7h1.8c0.7,0,1.2,0.1,1.6,0.4
S1798,10.9,1798,11.5z M1795.3,12.4h0.4c0.4,0,0.7-0.1,0.8-0.2s0.3-0.4,0.3-0.6c0-0.3-0.1-0.5-0.2-0.6s-0.4-0.2-0.7-0.2h-0.6
V12.4z"/>
<path fill="#0D3547" d="M1802.6,12.6c0,0.5,0,0.9-0.1,1.2s-0.2,0.7-0.3,0.9s-0.4,0.4-0.6,0.6s-0.5,0.2-0.9,0.2
c-0.3,0-0.6-0.1-0.9-0.2s-0.4-0.3-0.6-0.6s-0.3-0.6-0.4-0.9s-0.1-0.8-0.1-1.2s0-0.9,0.1-1.2s0.2-0.7,0.3-0.9s0.4-0.4,0.6-0.6
s0.5-0.2,0.9-0.2c0.3,0,0.6,0.1,0.9,0.2s0.4,0.3,0.6,0.6c0.2,0.3,0.3,0.6,0.4,0.9S1802.6,12.1,1802.6,12.6z M1799.9,12.6
c0,0.7,0.1,1.1,0.2,1.5s0.3,0.5,0.6,0.5c0.3,0,0.5-0.2,0.6-0.5s0.2-0.8,0.2-1.5c0-0.7-0.1-1.1-0.2-1.5s-0.3-0.5-0.6-0.5
c-0.1,0-0.3,0-0.3,0.1s-0.2,0.2-0.2,0.4s-0.1,0.4-0.1,0.6S1799.9,12.2,1799.9,12.6z"/>
</g>
<g id="Group_116_1_" transform="translate(0 59)">
<g id="Rectangle_25_1_" transform="translate(-1837 -163)">
<rect x="3579" y="147" fill="#FFFFFF" width="36" height="50"/>
<rect x="3580" y="148" fill="none" stroke="#0D3547" stroke-width="2" width="34" height="48"/>
</g>
<rect id="Rectangle_26_1_" x="1742" y="-12" fill="#0D3547" width="24" height="41.6"/>
<rect id="Rectangle_27_1_" x="1766" y="-12" fill="#333333" width="8" height="15"/>
<rect id="Rectangle_28_1_" x="1773.3" y="-12" fill="#715EC7" width="8" height="41.6"/>
<rect id="Rectangle_29_1_" x="1766" y="2.6" fill="#CCCCCC" width="8" height="27"/>
<g enable-background="new ">
<path fill="#0D3547" d="M1788.7,9.8c0,0.5-0.2,0.9-0.6,1.2s-0.9,0.4-1.5,0.4c-0.6,0-1.1-0.1-1.6-0.3V10c0.4,0.2,0.7,0.3,1,0.4
s0.5,0.1,0.7,0.1c0.3,0,0.5-0.1,0.6-0.2s0.2-0.3,0.2-0.5c0-0.1,0-0.2-0.1-0.3s-0.2-0.2-0.3-0.3s-0.4-0.2-0.7-0.4
c-0.3-0.2-0.6-0.3-0.8-0.5s-0.3-0.3-0.4-0.5c-0.1-0.2-0.2-0.4-0.2-0.7c0-0.5,0.2-0.9,0.5-1.2c0.3-0.3,0.8-0.4,1.4-0.4
c0.3,0,0.6,0,0.8,0.1s0.6,0.2,0.8,0.3l-0.4,0.9c-0.3-0.1-0.6-0.2-0.8-0.3s-0.4-0.1-0.6-0.1c-0.2,0-0.4,0.1-0.5,0.2
s-0.2,0.2-0.2,0.4c0,0.1,0,0.2,0.1,0.3s0.1,0.2,0.2,0.2s0.4,0.2,0.8,0.4c0.5,0.3,0.9,0.5,1.1,0.8S1788.7,9.5,1788.7,9.8z"/>
<path fill="#0D3547" d="M1790.9,11.4h-1.2V5.7h3.3v1h-2.1v1.5h1.9v1h-1.9V11.4z"/>
<path fill="#0D3547" d="M1798,7.5c0,0.6-0.2,1.1-0.6,1.4s-0.9,0.5-1.6,0.5h-0.5v2h-1.2V5.7h1.8c0.7,0,1.2,0.1,1.6,0.4
S1798,6.9,1798,7.5z M1795.3,8.4h0.4c0.4,0,0.7-0.1,0.8-0.2s0.3-0.4,0.3-0.6c0-0.3-0.1-0.5-0.2-0.6s-0.4-0.2-0.7-0.2h-0.6V8.4z"
/>
<path fill="#0D3547" d="M1801.6,11.4h-1.2V8.1c0-0.1,0-0.1,0-0.2s0-0.2,0-0.3s0-0.2,0-0.3s0-0.2,0-0.3c0,0,0,0-0.1,0.1
s-0.1,0.1-0.1,0.1s-0.1,0.1-0.1,0.1s-0.1,0.1-0.1,0.1l-0.7,0.5l-0.6-0.7l1.8-1.5h1V11.4z"/>
</g>
</g>
<g id="Group_117_1_" transform="translate(0 -5)">
<g id="Rectangle_25-2_1_" transform="translate(-1837 -44)">
<rect x="3579" y="147" fill="#FFFFFF" width="36" height="50"/>
<rect x="3580" y="148" fill="none" stroke="#E2C755" stroke-width="2" width="34" height="48"/>
</g>
<rect id="Rectangle_26-2_1_" x="1742" y="107" fill="#333333" width="35" height="41.6"/>
<rect id="Rectangle_28-2_1_" x="1773.3" y="107" fill="#CCCCCC" width="8" height="41.6"/>
<g enable-background="new ">
<path fill="#0D3547" d="M1788.7,128.8c0,0.5-0.2,0.9-0.6,1.2s-0.9,0.4-1.5,0.4c-0.6,0-1.1-0.1-1.6-0.3V129
c0.4,0.2,0.7,0.3,1,0.4s0.5,0.1,0.7,0.1c0.3,0,0.5-0.1,0.6-0.2s0.2-0.3,0.2-0.5c0-0.1,0-0.2-0.1-0.3s-0.2-0.2-0.3-0.3
s-0.4-0.2-0.7-0.4c-0.3-0.2-0.6-0.3-0.8-0.5s-0.3-0.3-0.4-0.5s-0.2-0.4-0.2-0.7c0-0.5,0.2-0.9,0.5-1.2c0.3-0.3,0.8-0.4,1.4-0.4
c0.3,0,0.6,0,0.8,0.1s0.6,0.2,0.8,0.3l-0.4,0.9c-0.3-0.1-0.6-0.2-0.8-0.3s-0.4-0.1-0.6-0.1c-0.2,0-0.4,0.1-0.5,0.2
s-0.2,0.2-0.2,0.4c0,0.1,0,0.2,0.1,0.3s0.1,0.2,0.2,0.2s0.4,0.2,0.8,0.4c0.5,0.3,0.9,0.5,1.1,0.8S1788.7,128.5,1788.7,128.8z"/>
<path fill="#0D3547" d="M1790.9,130.4h-1.2v-5.7h3.3v1h-2.1v1.5h1.9v1h-1.9V130.4z"/>
<path fill="#0D3547" d="M1798,126.5c0,0.6-0.2,1.1-0.6,1.4s-0.9,0.5-1.6,0.5h-0.5v2h-1.2v-5.7h1.8c0.7,0,1.2,0.1,1.6,0.4
S1798,125.9,1798,126.5z M1795.3,127.4h0.4c0.4,0,0.7-0.1,0.8-0.2s0.3-0.4,0.3-0.6c0-0.3-0.1-0.5-0.2-0.6s-0.4-0.2-0.7-0.2h-0.6
V127.4z"/>
<path fill="#0D3547" d="M1802.6,130.4h-3.8v-0.8l1.3-1.4c0.2-0.2,0.3-0.4,0.5-0.5s0.3-0.3,0.4-0.4s0.2-0.3,0.2-0.4
s0.1-0.3,0.1-0.5c0-0.2-0.1-0.3-0.2-0.4s-0.3-0.2-0.5-0.2c-0.2,0-0.4,0.1-0.6,0.2s-0.4,0.2-0.6,0.4l-0.7-0.8
c0.1-0.1,0.2-0.2,0.4-0.3s0.3-0.2,0.4-0.3s0.3-0.1,0.5-0.2s0.4-0.1,0.6-0.1c0.3,0,0.5,0,0.7,0.1s0.4,0.2,0.6,0.3
s0.3,0.3,0.4,0.5s0.1,0.4,0.1,0.7c0,0.2,0,0.4-0.1,0.6s-0.2,0.4-0.3,0.6s-0.3,0.4-0.5,0.6s-0.4,0.4-0.6,0.6l-0.7,0.7v0.1h2.3
V130.4z"/>
</g>
<rect id="Rectangle_30_1_" x="1773.3" y="137" fill="#E2C755" width="8" height="11.6"/>
<rect id="Rectangle_31_1_" x="1773.3" y="107" fill="#E2C755" width="8" height="11.6"/>
<rect id="Rectangle_35_1_" x="1737.7" y="107" fill="#CCCCCC" width="4.6" height="41.6"/>
<rect id="Rectangle_32_1_" x="1737.7" y="143" fill="#E2C755" width="4.6" height="5.6"/>
<rect id="Rectangle_33_1_" x="1737.7" y="107" fill="#E2C755" width="4.6" height="5.6"/>
<rect id="Rectangle_34_1_" x="1737.7" y="122" fill="#E2C755" width="4.6" height="11.6"/>
</g>
<g id="Group_93_7_">
<g>
<path id="Intersection_1_24_" fill="none" stroke="#0D3547" stroke-width="2" d="M1786.8-37.2l-15.3,0l-7.8-13.3l6.9-12.1
l15.4,0.1l7.7,13.4L1786.8-37.2z"/>
<path fill="none" stroke="#715EC7" stroke-width="2" stroke-miterlimit="10" d="M1769.9-55c2.8-4.8,8.9-6.4,13.7-3.7
c4.8,2.8,6.4,8.9,3.7,13.7s-8.9,6.4-13.7,3.7C1768.7-44.1,1767.1-50.2,1769.9-55z"/>
<path fill="#715EC7" d="M1777.2-50.7c0.4-0.7,1.3-1,2-0.5c0.7,0.4,1,1.3,0.5,2s-1.3,1-2,0.5C1777-49.1,1776.8-50,1777.2-50.7z"
/>
</g>
</g>
<g>
<path id="Path_34_11_" fill="#0D3547" d="M1768.7-151.1c0-5.5,4.5-10,10-10s10,4.5,10,10s-4.5,10-10,10
S1768.7-145.6,1768.7-151.1z"/>
<path id="Path_34_10_" fill="#FFFFFF" d="M1770.4-151.1c0-4.6,3.7-8.3,8.3-8.3c4.6,0,8.3,3.7,8.3,8.3s-3.7,8.3-8.3,8.3
C1774.1-142.8,1770.4-146.5,1770.4-151.1z"/>
<path id="Path_34_9_" fill="#0D3547" d="M1772.5-151.1c0-3.5,2.8-6.2,6.2-6.2s6.2,2.8,6.2,6.2s-2.8,6.2-6.2,6.2
S1772.5-147.6,1772.5-151.1z"/>
<path id="Path_34_2_" fill="#FFFFFF" d="M1777.7-151.1c0-0.6,0.5-1,1-1s1,0.5,1,1s-0.5,1-1,1S1777.7-150.5,1777.7-151.1z"/>
</g>
<g enable-background="new ">
<path fill="#0D3547" d="M1782-187.5h-4.1v-7.1h4.1v1.2h-2.6v1.6h2.4v1.2h-2.4v1.8h2.6V-187.5z"/>
<path fill="#0D3547" d="M1787.6-187.5h-4.1v-7.1h4.1v1.2h-2.6v1.6h2.4v1.2h-2.4v1.8h2.6V-187.5z"/>
<path fill="#0D3547" d="M1792.1-187.5l-1.7-5.6h0c0.1,1.1,0.1,1.9,0.1,2.3v3.3h-1.4v-7.1h2.1l1.7,5.5h0l1.8-5.5h2.1v7.1h-1.4
v-3.4c0-0.2,0-0.3,0-0.6s0-0.8,0.1-1.7h0l-1.8,5.6H1792.1z"/>
<path fill="#0D3547" d="M1804.2-193.5c-0.6,0-1,0.2-1.3,0.6c-0.3,0.4-0.5,1-0.5,1.8c0,1.6,0.6,2.4,1.8,2.4c0.5,0,1.1-0.1,1.8-0.4
v1.3c-0.6,0.2-1.2,0.4-2,0.4c-1,0-1.8-0.3-2.4-0.9c-0.5-0.6-0.8-1.5-0.8-2.7c0-0.7,0.1-1.4,0.4-2c0.3-0.6,0.7-1,1.2-1.3
c0.5-0.3,1.1-0.4,1.8-0.4c0.7,0,1.4,0.2,2.1,0.5l-0.5,1.2c-0.3-0.1-0.5-0.2-0.8-0.3C1804.7-193.5,1804.4-193.5,1804.2-193.5z"/>
<path fill="#0D3547" d="M1812.4-190.3c0,0.9-0.2,1.6-0.7,2.1s-1.1,0.8-2,0.8c-0.5,0-1-0.1-1.4-0.3c-0.4-0.2-0.7-0.6-0.9-1
s-0.3-0.9-0.3-1.5c0-0.9,0.2-1.6,0.7-2.1c0.5-0.5,1.1-0.7,2-0.7c0.5,0,1,0.1,1.4,0.3s0.7,0.6,0.9,1S1812.4-190.9,1812.4-190.3z
M1808.6-190.3c0,0.5,0.1,0.9,0.3,1.2c0.2,0.3,0.5,0.4,0.9,0.4c0.4,0,0.7-0.1,0.9-0.4c0.2-0.3,0.3-0.7,0.3-1.2
c0-0.5-0.1-0.9-0.3-1.2s-0.5-0.4-0.9-0.4c-0.4,0-0.7,0.1-0.9,0.4C1808.7-191.2,1808.6-190.8,1808.6-190.3z"/>
<path fill="#0D3547" d="M1818.6-187.5h-1.5v-3.2c0-0.4-0.1-0.7-0.2-0.9c-0.1-0.2-0.4-0.3-0.7-0.3c-0.4,0-0.7,0.1-0.9,0.4
c-0.2,0.3-0.3,0.7-0.3,1.4v2.6h-1.5v-5.5h1.1l0.2,0.7h0.1c0.2-0.3,0.4-0.5,0.7-0.6c0.3-0.1,0.6-0.2,1-0.2c0.6,0,1.1,0.2,1.4,0.5
c0.3,0.3,0.5,0.8,0.5,1.5V-187.5z"/>
<path fill="#0D3547" d="M1822.5-188.6c0.3,0,0.6-0.1,0.9-0.2v1.1c-0.4,0.2-0.8,0.2-1.4,0.2c-0.6,0-1-0.2-1.3-0.5
c-0.3-0.3-0.4-0.8-0.4-1.4v-2.6h-0.7v-0.6l0.8-0.5l0.4-1.2h1v1.2h1.5v1.1h-1.5v2.6c0,0.2,0.1,0.4,0.2,0.5
C1822.1-188.7,1822.3-188.6,1822.5-188.6z"/>
<path fill="#0D3547" d="M1827.5-193.1c0.2,0,0.4,0,0.5,0l-0.1,1.4c-0.1,0-0.3,0-0.4,0c-0.5,0-0.8,0.1-1.1,0.4
c-0.3,0.2-0.4,0.6-0.4,1v2.8h-1.5v-5.5h1.1l0.2,0.9h0.1c0.2-0.3,0.4-0.6,0.7-0.7C1826.9-193,1827.2-193.1,1827.5-193.1z"/>
<path fill="#0D3547" d="M1833.9-190.3c0,0.9-0.2,1.6-0.7,2.1s-1.1,0.8-2,0.8c-0.5,0-1-0.1-1.4-0.3c-0.4-0.2-0.7-0.6-0.9-1
s-0.3-0.9-0.3-1.5c0-0.9,0.2-1.6,0.7-2.1c0.5-0.5,1.1-0.7,2-0.7c0.5,0,1,0.1,1.4,0.3s0.7,0.6,0.9,1S1833.9-190.9,1833.9-190.3z
M1830.1-190.3c0,0.5,0.1,0.9,0.3,1.2c0.2,0.3,0.5,0.4,0.9,0.4c0.4,0,0.7-0.1,0.9-0.4c0.2-0.3,0.3-0.7,0.3-1.2
c0-0.5-0.1-0.9-0.3-1.2s-0.5-0.4-0.9-0.4c-0.4,0-0.7,0.1-0.9,0.4C1830.2-191.2,1830.1-190.8,1830.1-190.3z"/>
<path fill="#0D3547" d="M1836.6-187.5h-1.5v-7.6h1.5V-187.5z"/>
<path fill="#0D3547" d="M1839.7-187.5h-1.5v-7.6h1.5V-187.5z"/>
<path fill="#0D3547" d="M1843.7-187.4c-0.9,0-1.6-0.2-2.1-0.7c-0.5-0.5-0.7-1.2-0.7-2.1c0-0.9,0.2-1.6,0.7-2.1
c0.5-0.5,1.1-0.7,1.9-0.7c0.8,0,1.4,0.2,1.8,0.7s0.6,1,0.6,1.8v0.7h-3.5c0,0.4,0.1,0.8,0.4,1s0.6,0.4,1,0.4c0.3,0,0.6,0,0.9-0.1
s0.6-0.2,0.9-0.3v1.2c-0.3,0.1-0.5,0.2-0.8,0.3C1844.5-187.5,1844.1-187.4,1843.7-187.4z M1843.5-192c-0.3,0-0.6,0.1-0.7,0.3
c-0.2,0.2-0.3,0.5-0.3,0.9h2.1c0-0.4-0.1-0.7-0.3-0.9C1844.1-191.9,1843.8-192,1843.5-192z"/>
<path fill="#0D3547" d="M1850.2-193.1c0.2,0,0.4,0,0.5,0l-0.1,1.4c-0.1,0-0.3,0-0.4,0c-0.5,0-0.8,0.1-1.1,0.4
c-0.3,0.2-0.4,0.6-0.4,1v2.8h-1.5v-5.5h1.1l0.2,0.9h0.1c0.2-0.3,0.4-0.6,0.7-0.7C1849.5-193,1849.9-193.1,1850.2-193.1z"/>
</g>
</g>
<g id="Group_22_2_" transform="translate(-300 750)">
<g id="Rectangle_6_1_" transform="translate(-1399 -77)">
<rect x="5388.7" y="-320" fill="#77C6D3" width="32" height="240"/>
<rect x="5389.7" y="-319" fill="#77C6D3" width="30" height="238"/>
</g>
<rect id="Rectangle_7_3_" x="3995.7" y="-373" fill="#FFFFFF" width="20" height="2"/>
<rect id="Rectangle_8_1_" x="3995.7" y="-183" fill="#FFFFFF" width="20" height="2"/>
<g>
<path fill="#FFFFFF" d="M4002.1-228.8v-2.2c0-1,0.1-1.7,0.4-2.2c0.3-0.5,0.7-0.7,1.4-0.7c0.4,0,0.8,0.1,1,0.3s0.4,0.5,0.5,0.8h0
c0.1-0.5,0.3-0.8,0.6-1s0.6-0.3,1.1-0.3c0.7,0,1.2,0.2,1.5,0.7s0.5,1.1,0.5,1.9v2.7H4002.1z M4004.9-230.4v-0.9
c0-0.4-0.1-0.7-0.2-0.9s-0.3-0.3-0.6-0.3c-0.3,0-0.5,0.1-0.6,0.3c-0.1,0.2-0.2,0.5-0.2,1v0.8H4004.9z M4006.1-230.4h1.9v-1
c0-0.4-0.1-0.7-0.2-0.9c-0.2-0.2-0.4-0.3-0.7-0.3c-0.6,0-0.9,0.4-0.9,1.3V-230.4z"/>
<path fill="#FFFFFF" d="M4009.3-238.9l-0.7,0.3v0c0.3,0.2,0.5,0.5,0.7,0.8c0.1,0.3,0.2,0.6,0.2,1c0,0.5-0.1,0.9-0.4,1.2
s-0.7,0.5-1.3,0.5c-0.6,0-1-0.2-1.3-0.6c-0.3-0.4-0.4-1-0.5-1.8l0-0.9h-0.2c-0.6,0-0.8,0.3-0.8,0.8c0,0.4,0.1,0.9,0.4,1.5l-1,0.5
c-0.3-0.6-0.5-1.3-0.5-2.1c0-0.7,0.2-1.3,0.5-1.7s0.8-0.6,1.5-0.6h3.6V-238.9z M4006.7-238.5l0,0.6c0,0.4,0.1,0.8,0.2,1
c0.1,0.2,0.4,0.3,0.7,0.3c0.4,0,0.6-0.2,0.6-0.7c0-0.3-0.1-0.6-0.3-0.8s-0.5-0.3-0.8-0.3H4006.7z"/>
<path fill="#FFFFFF" d="M4009.3-243.7c0,1.7-0.9,2.5-2.8,2.5c-0.9,0-1.6-0.2-2.1-0.7c-0.5-0.5-0.7-1.1-0.7-2
c0-0.6,0.1-1.2,0.4-1.7l1.2,0.4c-0.1,0.2-0.2,0.5-0.2,0.7c-0.1,0.2-0.1,0.4-0.1,0.6c0,0.8,0.5,1.2,1.7,1.2c1.1,0,1.6-0.4,1.6-1.2
c0-0.3,0-0.6-0.1-0.8c-0.1-0.2-0.2-0.5-0.4-0.7h1.3c0.2,0.2,0.3,0.5,0.3,0.7S4009.3-244.1,4009.3-243.7z"/>
<path fill="#FFFFFF" d="M4006.3-248.1l-0.8-0.7l-1.7-1.5v-1.7l2.4,2.2l3.1-2.3v1.7l-2.2,1.6l0.5,0.6h1.7v1.5h-7.6v-1.5h3.4
L4006.3-248.1L4006.3-248.1z"/>
<path fill="#FFFFFF" d="M4009.3-255.8c0,0.6-0.2,1.1-0.7,1.5v0.1c0.5-0.1,0.7-0.1,0.8-0.1h2.2v1.5h-7.9v-1.2l0.7-0.2v-0.1
c-0.5-0.3-0.8-0.9-0.8-1.5c0-0.6,0.2-1.1,0.7-1.5c0.5-0.4,1.2-0.5,2.1-0.5c0.6,0,1.1,0.1,1.5,0.3s0.8,0.4,1,0.7
C4009.2-256.6,4009.3-256.3,4009.3-255.8z M4004.9-255.4c0,0.4,0.1,0.6,0.3,0.8c0.2,0.2,0.6,0.3,1.1,0.3h0.2c0.6,0,1-0.1,1.3-0.3
s0.4-0.5,0.4-0.8c0-0.7-0.5-1-1.7-1c-0.5,0-0.9,0.1-1.2,0.2C4005-256,4004.9-255.7,4004.9-255.4z"/>
<path fill="#FFFFFF" d="M4009.3-260.7v1.5h-7.6v-1.5H4009.3z"/>
<path fill="#FFFFFF" d="M4009.3-265.7l-0.7,0.3v0c0.3,0.3,0.5,0.5,0.7,0.8c0.1,0.3,0.2,0.6,0.2,1c0,0.5-0.1,0.9-0.4,1.2
s-0.7,0.5-1.3,0.5c-0.6,0-1-0.2-1.3-0.6c-0.3-0.4-0.4-1-0.5-1.8l0-0.9h-0.2c-0.6,0-0.8,0.3-0.8,0.8c0,0.4,0.1,0.9,0.4,1.5l-1,0.5
c-0.3-0.6-0.5-1.3-0.5-2.1c0-0.7,0.2-1.3,0.5-1.7s0.8-0.6,1.5-0.6h3.6V-265.7z M4006.7-265.2l0,0.6c0,0.4,0.1,0.8,0.2,1
c0.1,0.2,0.4,0.3,0.7,0.3c0.4,0,0.6-0.2,0.6-0.7c0-0.3-0.1-0.6-0.3-0.8s-0.5-0.3-0.8-0.3H4006.7z"/>
<path fill="#FFFFFF" d="M4009.3-273.3v1.5h-3.2c-0.4,0-0.7,0.1-0.9,0.2c-0.2,0.1-0.3,0.4-0.3,0.7c0,0.4,0.1,0.7,0.4,0.9
c0.3,0.2,0.7,0.3,1.4,0.3h2.6v1.5h-5.5v-1.1l0.7-0.2v-0.1c-0.3-0.2-0.5-0.4-0.6-0.7c-0.1-0.3-0.2-0.6-0.2-1
c0-0.6,0.2-1.1,0.5-1.4c0.3-0.3,0.8-0.5,1.5-0.5H4009.3z"/>
<path fill="#FFFFFF" d="M4009.3-277.3c0,0.9-0.2,1.6-0.7,2.1c-0.5,0.5-1.2,0.7-2.1,0.7c-0.9,0-1.6-0.2-2.1-0.7
c-0.5-0.5-0.7-1.1-0.7-1.9c0-0.8,0.2-1.4,0.7-1.8s1-0.6,1.8-0.6h0.7v3.5c0.4,0,0.8-0.1,1-0.4s0.4-0.6,0.4-1c0-0.3,0-0.6-0.1-0.9
s-0.2-0.6-0.3-0.9h1.2c0.1,0.3,0.2,0.5,0.3,0.8C4009.3-278.1,4009.3-277.7,4009.3-277.3z M4004.7-277.1c0,0.3,0.1,0.6,0.3,0.7
c0.2,0.2,0.5,0.3,0.9,0.3v-2.1c-0.4,0-0.7,0.1-0.9,0.3C4004.8-277.7,4004.7-277.4,4004.7-277.1z"/>
<path fill="#FFFFFF" d="M4009.3-286.8l-0.7,0.3v0c0.3,0.2,0.5,0.5,0.7,0.8c0.1,0.3,0.2,0.6,0.2,1c0,0.5-0.1,0.9-0.4,1.2
s-0.7,0.5-1.3,0.5c-0.6,0-1-0.2-1.3-0.6c-0.3-0.4-0.4-1-0.5-1.8l0-0.9h-0.2c-0.6,0-0.8,0.3-0.8,0.8c0,0.4,0.1,0.9,0.4,1.5l-1,0.5
c-0.3-0.6-0.5-1.3-0.5-2.1c0-0.7,0.2-1.3,0.5-1.7s0.8-0.6,1.5-0.6h3.6V-286.8z M4006.7-286.4l0,0.6c0,0.4,0.1,0.8,0.2,1
c0.1,0.2,0.4,0.3,0.7,0.3c0.4,0,0.6-0.2,0.6-0.7c0-0.3-0.1-0.6-0.3-0.8s-0.5-0.3-0.8-0.3H4006.7z"/>
<path fill="#FFFFFF" d="M4009.3-291.1c0,0.6-0.2,1.1-0.7,1.5s-1.2,0.5-2.1,0.5c-0.9,0-1.6-0.2-2.1-0.6c-0.5-0.4-0.7-0.9-0.7-1.5
c0-0.7,0.3-1.2,0.8-1.6v0c-0.4,0.1-0.8,0.1-1.1,0.1h-1.7v-1.5h7.6v1.1l-0.7,0.3v0.1C4009.1-292.3,4009.3-291.8,4009.3-291.1z
M4008.2-291.6c0-0.4-0.1-0.7-0.3-0.8s-0.6-0.3-1.1-0.3h-0.2c-0.6,0-1,0.1-1.3,0.3s-0.4,0.5-0.4,0.9c0,0.3,0.1,0.6,0.4,0.8
c0.3,0.2,0.7,0.3,1.2,0.3s0.9-0.1,1.2-0.3C4008-291,4008.2-291.3,4008.2-291.6z"/>
<path fill="#FFFFFF" d="M4009.3-299.2l-0.7,0.3v0c0.3,0.3,0.5,0.5,0.7,0.8c0.1,0.3,0.2,0.6,0.2,1c0,0.5-0.1,0.9-0.4,1.2
s-0.7,0.5-1.3,0.5c-0.6,0-1-0.2-1.3-0.6c-0.3-0.4-0.4-1-0.5-1.8l0-0.9h-0.2c-0.6,0-0.8,0.3-0.8,0.8c0,0.4,0.1,0.9,0.4,1.5l-1,0.5
c-0.3-0.6-0.5-1.3-0.5-2.1c0-0.7,0.2-1.3,0.5-1.7s0.8-0.6,1.5-0.6h3.6V-299.2z M4006.7-298.7l0,0.6c0,0.4,0.1,0.8,0.2,1
c0.1,0.2,0.4,0.3,0.7,0.3c0.4,0,0.6-0.2,0.6-0.7c0-0.3-0.1-0.6-0.3-0.8s-0.5-0.3-0.8-0.3H4006.7z"/>
<path fill="#FFFFFF" d="M4009.3-304.7c0,0.6-0.2,1.1-0.7,1.5v0.1c0.5-0.1,0.7-0.1,0.8-0.1h2.2v1.5h-7.9v-1.2l0.7-0.2v-0.1
c-0.5-0.3-0.8-0.9-0.8-1.5c0-0.6,0.2-1.1,0.7-1.5c0.5-0.4,1.2-0.5,2.1-0.5c0.6,0,1.1,0.1,1.5,0.3s0.8,0.4,1,0.7
C4009.2-305.5,4009.3-305.2,4009.3-304.7z M4004.9-304.3c0,0.4,0.1,0.6,0.3,0.8c0.2,0.2,0.6,0.3,1.1,0.3h0.2c0.6,0,1-0.1,1.3-0.3
s0.4-0.5,0.4-0.8c0-0.7-0.5-1-1.7-1c-0.5,0-0.9,0.1-1.2,0.2C4005-304.9,4004.9-304.7,4004.9-304.3z"/>
<path fill="#FFFFFF" d="M4008.2-310.4c0-0.3-0.1-0.6-0.2-0.9h1.1c0.2,0.4,0.2,0.8,0.2,1.4c0,0.6-0.2,1-0.5,1.3
c-0.3,0.3-0.8,0.4-1.4,0.4h-2.6v0.7h-0.6l-0.5-0.8l-1.2-0.4v-1h1.2v-1.5h1.1v1.5h2.6c0.2,0,0.4-0.1,0.5-0.2
S4008.2-310.2,4008.2-310.4z"/>
<path fill="#FFFFFF" d="M4009.3-314.9c0,0.9-0.2,1.6-0.7,2.1c-0.5,0.5-1.2,0.7-2.1,0.7c-0.9,0-1.6-0.2-2.1-0.7
c-0.5-0.5-0.7-1.1-0.7-1.9c0-0.8,0.2-1.4,0.7-1.8s1-0.6,1.8-0.6h0.7v3.5c0.4,0,0.8-0.1,1-0.4s0.4-0.6,0.4-1c0-0.3,0-0.6-0.1-0.9
s-0.2-0.6-0.3-0.9h1.2c0.1,0.3,0.2,0.5,0.3,0.8C4009.3-315.7,4009.3-315.3,4009.3-314.9z M4004.7-314.7c0,0.3,0.1,0.6,0.3,0.7
c0.2,0.2,0.5,0.3,0.9,0.3v-2.1c-0.4,0-0.7,0.1-0.9,0.3C4004.8-315.2,4004.7-315,4004.7-314.7z"/>
<path fill="#FFFFFF" d="M4003.7-321.4c0-0.2,0-0.4,0-0.5l1.4,0.1c0,0.1,0,0.3,0,0.4c0,0.5,0.1,0.8,0.4,1.1s0.6,0.4,1,0.4h2.8v1.5
h-5.5v-1.1l0.9-0.2v-0.1c-0.3-0.2-0.6-0.4-0.7-0.7C4003.8-320.7,4003.7-321,4003.7-321.4z"/>
</g>
<circle id="Ellipse_7_2_" fill="#FFFFFF" cx="4005.7" cy="-170" r="4"/>
<circle id="Ellipse_8_1_" fill="#FFFFFF" cx="4005.7" cy="-383" r="4"/>
</g>
</g>
<g id="zotino">
</g>
<g id="Novo">
</g>
<g id="IDC_BNC_adapter_copy">
</g>
<g id="HD68">
</g>
<g id="Clocker">
</g>
<g id="Koster">
</g>
<g id="EEM_Octal">
</g>
<g id="EEM16x">
</g>
<g id="BNC_DIO__x28_new_x29_">
</g>
<g id="Urukul_2_">
</g>
<g id="Stabiliser">
</g>
</svg>

After

Width:  |  Height:  |  Size: 35 KiB

View File

@ -0,0 +1,355 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 18.1.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
viewBox="610 153.5 180 500" enable-background="new 610 153.5 180 500" xml:space="preserve">
<g id="Kasli">
<g id="Group_134" transform="translate(1855 446)">
<g id="Rectangle_1_1_" transform="translate(-1855 -446)">
<rect x="610" y="153.5" fill="#FFFFFF" width="180" height="500"/>
<rect x="611" y="154.5" fill="none" stroke="#0D3547" stroke-width="2" width="178" height="498"/>
</g>
<g enable-background="new ">
<path fill="#715EC7" d="M-1160.2-196.5h-1.7l-1.9-3l-0.6,0.5v2.5h-1.5v-7.1h1.5v3.3l0.6-0.8l1.9-2.4h1.7l-2.5,3.2L-1160.2-196.5z
"/>
<path fill="#715EC7" d="M-1156-196.5l-0.3-0.7h0c-0.3,0.3-0.5,0.5-0.8,0.7c-0.3,0.1-0.6,0.2-1,0.2c-0.5,0-0.9-0.1-1.2-0.4
c-0.3-0.3-0.5-0.7-0.5-1.3c0-0.6,0.2-1,0.6-1.3c0.4-0.3,1-0.4,1.8-0.5l0.9,0v-0.2c0-0.6-0.3-0.8-0.8-0.8c-0.4,0-0.9,0.1-1.5,0.4
l-0.5-1c0.6-0.3,1.3-0.5,2.1-0.5c0.7,0,1.3,0.2,1.7,0.5s0.6,0.8,0.6,1.5v3.6H-1156z M-1156.4-199l-0.6,0c-0.4,0-0.8,0.1-1,0.2
c-0.2,0.1-0.3,0.4-0.3,0.7c0,0.4,0.2,0.6,0.7,0.6c0.3,0,0.6-0.1,0.8-0.3c0.2-0.2,0.3-0.5,0.3-0.8V-199z"/>
<path fill="#715EC7" d="M-1149.6-198.1c0,0.6-0.2,1-0.6,1.3c-0.4,0.3-1,0.4-1.7,0.4c-0.4,0-0.7,0-1-0.1c-0.3-0.1-0.5-0.1-0.8-0.2
v-1.2c0.3,0.1,0.6,0.2,0.9,0.3s0.7,0.1,0.9,0.1c0.5,0,0.8-0.2,0.8-0.5c0-0.1,0-0.2-0.1-0.3c-0.1-0.1-0.2-0.2-0.4-0.2
c-0.2-0.1-0.4-0.2-0.7-0.3c-0.4-0.2-0.7-0.3-0.9-0.5c-0.2-0.1-0.3-0.3-0.4-0.5c-0.1-0.2-0.1-0.4-0.1-0.7c0-0.5,0.2-0.9,0.6-1.1
c0.4-0.3,0.9-0.4,1.6-0.4c0.7,0,1.3,0.1,1.9,0.4l-0.4,1.1c-0.3-0.1-0.5-0.2-0.8-0.3c-0.2-0.1-0.5-0.1-0.7-0.1
c-0.4,0-0.7,0.1-0.7,0.4c0,0.1,0.1,0.2,0.2,0.3s0.5,0.2,0.9,0.4c0.4,0.2,0.7,0.3,0.9,0.5c0.2,0.1,0.3,0.3,0.4,0.5
C-1149.7-198.6-1149.6-198.4-1149.6-198.1z"/>
<path fill="#715EC7" d="M-1147-196.5h-1.5v-7.6h1.5V-196.5z"/>
<path fill="#715EC7" d="M-1145.5-203.3c0-0.5,0.3-0.7,0.8-0.7c0.5,0,0.8,0.2,0.8,0.7c0,0.2-0.1,0.4-0.2,0.5
c-0.1,0.1-0.3,0.2-0.6,0.2C-1145.2-202.6-1145.5-202.8-1145.5-203.3z M-1143.9-196.5h-1.5v-5.5h1.5V-196.5z"/>
</g>
<g id="artiq_1_" transform="translate(-1831.044 -423.073)">
<path id="Path_3_1_" fill="#1A6D93" d="M686.3,180.3c0.4,0,0.8-0.4,0.8-0.8c0-0.4-0.3-0.8-0.8-0.8c-0.4,0-0.8,0.4-0.7,0.8
C685.6,180,685.9,180.3,686.3,180.3L686.3,180.3z"/>
<path id="Path_4_1_" fill="#1A6D93" d="M668.2,165.3l0.9,0.8c0,0,0,0,0.1,0c1.8-1.5,3.7-2.8,5.8-3.9c2.3-1.2,4.8-2,7.4-2.3
c0.2,0,0.4,0,0.6,0c0.7,0,1.4,0.1,2,0.4c0.6,0.3,1,0.9,1,1.5c0,0.6-0.2,1.2-0.5,1.7c-0.2,0.4-0.5,0.8-0.7,1.2l-0.3,0.5l0.8,0.8
c0.8-0.9,1.4-2,1.7-3.2c0-0.1,0.1-0.3,0.1-0.5c0-0.1,0-0.1,0-0.2v-0.8c0,0,0,0,0,0c0,0,0-0.1,0-0.1c-0.2-1-0.8-1.8-1.8-2.2
c-0.6-0.3-1.3-0.4-2-0.4c-0.2,0-0.4,0-0.6,0c-1.1,0-2.1,0.2-3.2,0.4c-4,1.1-7.8,3.1-10.9,5.8c-0.1,0.1-0.2,0.2-0.3,0.2
C668.3,165.3,668.2,165.3,668.2,165.3z"/>
<path id="Path_5_1_" fill="#1A6D93" d="M670.6,162.5c0.2-0.2,0.5-0.3,0.7-0.5c0.3-0.1,0.4-0.4,0.5-0.7c0.3-1.5,0.7-2.9,1.5-4.2
c0.3-0.6,0.7-1.1,1.2-1.5c0.6-0.6,1.6-0.6,2.3,0c0.5,0.4,0.9,0.9,1.2,1.4c0.2,0.3,0.3,0.7,0.5,1.1c0.1,0.1,0.1,0.3,0.2,0.4
l1.2-0.3c-0.1-0.2-0.2-0.4-0.3-0.6c-0.2-0.5-0.4-0.9-0.7-1.3c-0.6-1.2-1.6-2.1-2.9-2.4h-0.7c-1.1,0.2-2,0.9-2.5,1.8
c-0.3,0.4-0.6,0.9-0.8,1.3c-0.7,1.4-1.1,2.9-1.4,4.4c-0.1,0.3-0.1,0.5-0.1,0.8c0,0.1,0,0.2-0.1,0.3
C670.4,162.6,670.5,162.6,670.6,162.5z"/>
<path id="Path_6_1_" fill="#1A6D93" d="M669.5,173.6c-0.3,0-0.5,0.1-0.8,0.1c-0.2,0-0.3,0-0.4,0c-0.5,0-1.1-0.1-1.6-0.2
c-0.1,0-0.1,0-0.2-0.1c-0.9-0.3-1.4-1.2-1.1-2.1c0,0,0,0,0,0c0.2-0.9,0.6-1.7,1.1-2.4c0.1-0.1,0.2-0.3,0.3-0.4
c0-0.1,0.1-0.1,0.1-0.2l-0.9-0.8c-0.8,0.9-1.4,2-1.7,3.1c-0.6,1.5,0.2,3.3,1.8,3.9c0.2,0.1,0.4,0.1,0.6,0.2
c0.5,0.1,1.1,0.2,1.6,0.2c0.3,0,0.6,0,1-0.1c0.2,0,0.4,0,0.6-0.1l0.2,0l-0.3-1.2C669.8,173.6,669.6,173.6,669.5,173.6z"/>
<path id="Path_7_1_" fill="#1A6D93" d="M668.3,173.7c0.1,0,0.3,0,0.4,0C668.6,173.7,668.5,173.7,668.3,173.7z"/>
<path id="Path_8_1_" fill="#1A6D93" d="M666.7,173.4c0.5,0.2,1,0.2,1.6,0.2C667.8,173.7,667.2,173.6,666.7,173.4z"/>
<path id="Path_9_1_" fill="#1A6D93" d="M668.3,174.9c-0.6,0-1.1-0.1-1.6-0.2C667.2,174.8,667.8,174.9,668.3,174.9z"/>
<path id="Path_10_1_" fill="#1A6D93" d="M669.3,174.8c-0.4,0-0.7,0.1-1,0.1C668.6,174.9,669,174.9,669.3,174.8z"/>
<path id="Path_11_1_" fill="#1A6D93" d="M678.8,163.3c-0.1-0.3-0.1-0.7-0.2-1c-0.1-0.3-0.4-0.4-0.7-0.5h0c-0.3,0.1-0.7,0.3-1,0.4
c-0.1,0.1-0.2,0.1-0.4,0.1l2.3,1.3L678.8,163.3z"/>
<path id="Path_12_1_" fill="#1A6D93" d="M671.2,165.4C671.2,165.4,671.2,165.5,671.2,165.4c-0.1,0.1-0.2,0.1-0.2,0.2
c-0.2,0.2-0.5,0.4-0.7,0.5c-0.2,0.1-0.3,0.4-0.3,0.6c0,0.1,0,0.1,0,0.2c0,0.1,0,0.2,0,0.2c0.3,0.3,0.6,0.5,0.9,0.7l0.2,0.1
c0,0,0.1,0,0.1,0.1c0,0,0,0,0,0L671.2,165.4C671.2,165.4,671.2,165.4,671.2,165.4z"/>
<path id="Path_13_1_" fill="#1A6D93" d="M673.4,160.8L673.4,160.8c0.3-0.1,0.6-0.3,0.9-0.4l0.3-0.2l-1.4-0.5l-0.3,1.2
c0.1,0,0.2,0.1,0.3,0.1c0.1,0,0.1,0,0.2-0.1C673.3,160.8,673.4,160.8,673.4,160.8z"/>
<path id="Path_14_1_" fill="#1A6D93" d="M673.3,160.9C673.3,160.8,673.4,160.8,673.3,160.9L673.3,160.9
C673.4,160.8,673.3,160.8,673.3,160.9z"/>
<path id="Path_15_1_" fill="#1A6D93" d="M683,168.3l-0.9-0.8c-0.1,0.5-0.2,1.1-0.1,1.6L683,168.3z"/>
<path id="Path_16_1_" fill="#1A6D93" d="M672.9,172.8C672.9,172.8,672.9,172.8,672.9,172.8c-0.1,0-0.1,0.1-0.1,0.1
c0.1,0.3,0.1,0.5,0.2,0.8l0.1,0.2l1.2-0.4l-0.3-0.1C673.7,173.2,673.4,173,672.9,172.8C673,172.8,673,172.8,672.9,172.8z"/>
<path id="Path_17_1_" fill="#1A6D93" d="M675.6,167.6c0.4,0,0.8-0.4,0.8-0.8s-0.4-0.8-0.8-0.8c-0.4,0-0.8,0.3-0.8,0.8
C674.8,167.3,675.2,167.6,675.6,167.6z"/>
<path id="Path_18_1_" fill="#0D3547" d="M685.9,180.7l1.2-0.2l0.4-1.2l-0.8-0.9l-1.2,0.2l-0.4,1.2L685.9,180.7 M674.9,168.6
l1.9-0.3l0.7-1.8l-1.2-1.5l-1.9,0.3l-0.7,1.8L674.9,168.6 M675.6,163.8c1.7,0,3,1.3,3,3c0,0.2,0,0.3,0,0.5
c0.2,0.9,0.7,1.7,1.4,2.4c0,0,3.3,4.2,5.6,7.2c0.3,0.3,0.6,0.6,1,0.7c1,0.2,1.7,1.2,1.5,2.2s-1.2,1.7-2.2,1.5
c-0.4-0.1-0.8-0.3-1.1-0.6c-0.2-0.3-0.4-0.7-0.4-1.1l0,0v-0.1c-0.1-0.4-0.3-0.8-0.6-1.2l-6.2-6.7c-0.5-0.8-1.3-1.4-2.1-1.8
c-0.8,0-1.6-0.4-2.2-1.1c-1.1-1.3-0.9-3.2,0.4-4.2c0,0,0,0,0,0C674.2,164.1,674.9,163.8,675.6,163.8"/>
<path id="Path_19_1_" fill="#0D3547" d="M665.6,188.2l0.7-1.6l0.7,1.6H665.6z M666,184.8l-2.3,5.1v0.1h1.2l0.3-0.7h2.1l0.3,0.7
h1.2v-0.1l-2.3-5.1L666,184.8z"/>
<path id="Path_20_1_" fill="#0D3547" d="M672.2,187.4h-1v-1.5h1c0.4,0,0.7,0.3,0.6,0.7c0,0,0,0,0,0.1
C672.9,187,672.6,187.3,672.2,187.4C672.3,187.4,672.3,187.4,672.2,187.4z M673.3,188.1c0.6-0.5,0.9-1.3,0.7-2
c-0.2-0.8-0.9-1.3-1.7-1.2H670v5.1h1.2v-1.5h0.8l0.9,1.5h1.4v-0.1L673.3,188.1L673.3,188.1z"/>
<path id="Path_21_1_" fill="#0D3547" d="M676.4,185.9v4.1h1.2v-4.1h1.3v-1h-3.7v1H676.4z"/>
<path id="Path_22_1_" fill="#0D3547" d="M679.7,184.8v1h0.6v3.1h-0.7v1h2.5v-1h-0.7v-3.1h0.6v-1H679.7z"/>
<path id="Path_23_1_" fill="#0D3547" d="M685.8,188.9c-0.8,0.1-1.6-0.6-1.6-1.4c-0.1-0.8,0.6-1.6,1.4-1.6s1.6,0.6,1.6,1.4
c0,0,0,0.1,0,0.1c0.1,0.8-0.5,1.4-1.3,1.5C685.9,188.9,685.9,188.9,685.8,188.9z M688,188.9c0.3-0.5,0.4-1,0.4-1.5
c0-1.4-1.2-2.6-2.6-2.6c-1.4,0-2.6,1.2-2.6,2.6c0,1.4,1.2,2.6,2.6,2.6c0.5,0,0.9-0.1,1.3-0.3l0.1,0l0.1,0.3h1.2v-0.1L688,188.9
L688,188.9z"/>
<path id="Path_24_1_" fill="#1A6D93" d="M677.5,172.5L677.5,172.5c-2.1-0.8-4.1-1.8-5.9-3.1c-1.8-1.2-3.4-2.6-4.7-4.3
c-0.6-0.7-1.1-1.6-1.4-2.6c-0.3-0.8,0-1.7,0.8-2.1c0.2-0.1,0.4-0.2,0.6-0.3c0.7-0.2,1.4-0.2,2.1-0.2l0.3,0l0.4,0l0.3,0l0.3-1.2
l-0.2,0c-0.2,0-0.4-0.1-0.6-0.1c-0.4,0-0.7-0.1-1-0.1c-0.7,0-1.3,0.1-1.9,0.3c-1.1,0.3-1.9,1.1-2.2,2.2c-0.2,0.8,0,1.7,0.4,2.5
c0.6,1.3,1.4,2.5,2.5,3.5c2.8,2.8,6.1,4.9,9.7,6.3c0.3,0.1,0.5,0.2,0.8,0.3c0.1,0,0.2,0.1,0.4,0.1l0.2-0.7L677.5,172.5z"/>
<path id="Path_25_1_" fill="#1A6D93" d="M687,171.4C687,171.4,687,171.3,687,171.4c-0.1-0.8-0.4-1.5-0.8-2.1
c-0.8-1.3-1.7-2.5-2.9-3.5c-0.3-0.3-0.6-0.6-1-0.9c-0.1-0.1-0.3-0.2-0.4-0.4v0c0,0,0,0,0,0.1l0,0.3c0,0.4,0,0.8,0.1,1.2
c0,0.1,0.1,0.2,0.1,0.2c0.2,0.2,0.4,0.4,0.5,0.5c0.3,0.3,0.6,0.6,1,1c0.9,0.9,1.5,1.9,2,3c0.2,0.4,0.2,0.9,0.2,1.3
c-0.1,0.7-0.6,1.2-1.3,1.4c-0.2,0.1-0.4,0.1-0.6,0.2l0.8,1c0.1,0,0.3-0.1,0.4-0.1c0.9-0.3,1.7-1.1,1.9-2.1l0.1-0.3L687,171.4
L687,171.4z"/>
<path id="Path_26_1_" fill="#1A6D93" d="M679.4,161.5c0.1,0.4,0.1,0.8,0.2,1.2c0.1,0.9,0.2,1.9,0.3,2.8c0.1,0.9,0.1,1.9,0,2.8
l1.1,1.4c0-0.3,0.1-0.6,0.1-0.9c0.2-2.1,0.1-4.1-0.2-6.2c-0.1-0.4-0.1-0.8-0.2-1.2c0-0.2-0.1-0.4-0.1-0.6l-1.2,0.3c0,0,0,0,0,0.1
C679.4,161.4,679.4,161.5,679.4,161.5z"/>
<path id="Path_27_1_" fill="#1A6D93" d="M678.9,174.1c-0.2,0.6-0.4,1.2-0.7,1.7c-0.3,0.8-0.8,1.5-1.5,2.1c-0.7,0.6-1.7,0.6-2.4,0
c-0.5-0.5-1-1.1-1.3-1.7c-0.6-1.2-1-2.5-1.3-3.9l0,0c0-0.1,0-0.2-0.1-0.2c-0.3-0.2-0.7-0.4-1.1-0.7c-0.1-0.1-0.2-0.1-0.3-0.2
c0,0.1,0,0.2,0,0.2c0,0.2,0.1,0.4,0.1,0.6c0.3,1.7,0.8,3.4,1.6,4.9c0.6,1.3,1.7,2.3,3.1,2.7h0.7c1.3-0.3,2.4-1.2,2.9-2.4
c0.2-0.3,0.3-0.5,0.4-0.8c0.2-0.4,0.4-0.9,0.5-1.3L678.9,174.1z"/>
</g>
<g id="Group_17" transform="translate(-1513 -533)">
<circle id="Ellipse_6_1_" fill="#0D3547" cx="430" cy="258.5" r="8"/>
<rect id="Rectangle_2_1_" x="429" y="254.5" fill="#FFFFFF" width="2" height="8"/>
<rect id="Rectangle_3_1_" x="426" y="257.5" fill="#FFFFFF" width="8" height="2"/>
</g>
<g id="Group_18_1_" transform="translate(-1657 -533)">
<circle id="Ellipse_6-2_1_" fill="#0D3547" cx="430" cy="258.5" r="8"/>
<rect id="Rectangle_2-2_1_" x="429" y="254.5" fill="#FFFFFF" width="2" height="8"/>
<rect id="Rectangle_3-2_1_" x="426" y="257.5" fill="#FFFFFF" width="8" height="2"/>
</g>
<g id="Group_75" transform="translate(-1513 -70)">
<circle id="Ellipse_6-3" fill="#0D3547" cx="430" cy="258.5" r="8"/>
<rect id="Rectangle_2-3" x="429" y="254.5" fill="#FFFFFF" width="2" height="8"/>
<rect id="Rectangle_3-3" x="426" y="257.5" fill="#FFFFFF" width="8" height="2"/>
</g>
<g id="Group_76" transform="translate(-1657 -70)">
<circle id="Ellipse_6-4" fill="#0D3547" cx="430" cy="258.5" r="8"/>
<rect id="Rectangle_2-4" x="429" y="254.5" fill="#FFFFFF" width="2" height="8"/>
<rect id="Rectangle_3-4" x="426" y="257.5" fill="#FFFFFF" width="8" height="2"/>
</g>
<g enable-background="new ">
<path fill="#0D3547" d="M-1230.8-156.4c0,0.6-0.2,1.1-0.6,1.4c-0.4,0.3-0.9,0.5-1.6,0.5h-0.5v2h-1.2v-5.7h1.8
c0.7,0,1.2,0.1,1.6,0.4C-1230.9-157.4-1230.8-157-1230.8-156.4z M-1233.5-155.5h0.4c0.4,0,0.7-0.1,0.8-0.2
c0.2-0.1,0.3-0.4,0.3-0.6c0-0.3-0.1-0.5-0.2-0.6c-0.2-0.1-0.4-0.2-0.7-0.2h-0.6V-155.5z"/>
<path fill="#0D3547" d="M-1224.5-155.3c0,0.9-0.2,1.7-0.7,2.2s-1.1,0.8-2,0.8s-1.5-0.3-2-0.8s-0.7-1.2-0.7-2.2s0.2-1.7,0.7-2.2
c0.5-0.5,1.1-0.8,2-0.8c0.9,0,1.5,0.3,2,0.8S-1224.5-156.3-1224.5-155.3z M-1228.7-155.3c0,0.6,0.1,1.1,0.4,1.4s0.6,0.5,1.1,0.5
c1,0,1.4-0.6,1.4-1.9c0-1.3-0.5-1.9-1.4-1.9c-0.5,0-0.8,0.2-1.1,0.5C-1228.5-156.5-1228.7-156-1228.7-155.3z"/>
<path fill="#0D3547" d="M-1217.8-152.5h-1.4l-0.8-3c0-0.1-0.1-0.3-0.1-0.7c-0.1-0.3-0.1-0.6-0.1-0.7c0,0.1-0.1,0.4-0.1,0.7
c-0.1,0.3-0.1,0.5-0.1,0.7l-0.8,3h-1.4l-1.5-5.7h1.2l0.7,3.1c0.1,0.6,0.2,1.1,0.3,1.5c0-0.1,0.1-0.4,0.1-0.7
c0.1-0.3,0.1-0.6,0.2-0.7l0.8-3.2h1.1l0.8,3.2c0,0.1,0.1,0.4,0.1,0.7s0.1,0.5,0.1,0.8c0-0.2,0.1-0.5,0.1-0.8
c0.1-0.3,0.1-0.5,0.2-0.7l0.7-3.1h1.2L-1217.8-152.5z"/>
<path fill="#0D3547" d="M-1212.3-152.5h-3.3v-5.7h3.3v1h-2.1v1.3h1.9v1h-1.9v1.5h2.1V-152.5z"/>
<path fill="#0D3547" d="M-1209.9-154.7v2.2h-1.2v-5.7h1.7c0.8,0,1.3,0.1,1.7,0.4c0.4,0.3,0.6,0.7,0.6,1.3c0,0.3-0.1,0.6-0.3,0.9
c-0.2,0.3-0.4,0.5-0.8,0.6l1.7,2.5h-1.3l-1.4-2.2H-1209.9z M-1209.9-155.6h0.4c0.4,0,0.7-0.1,0.8-0.2c0.2-0.1,0.3-0.3,0.3-0.6
c0-0.3-0.1-0.5-0.3-0.6c-0.2-0.1-0.5-0.2-0.9-0.2h-0.4V-155.6z"/>
</g>
<g enable-background="new ">
<path fill="#0D3547" d="M-1224.8-141.5h-1.2v-3.3c0-0.1,0-0.1,0-0.2c0-0.1,0-0.2,0-0.3s0-0.2,0-0.3s0-0.2,0-0.3c0,0,0,0-0.1,0.1
s-0.1,0.1-0.1,0.1s-0.1,0.1-0.1,0.1c0,0-0.1,0.1-0.1,0.1l-0.7,0.5l-0.6-0.7l1.8-1.5h1V-141.5z"/>
<path fill="#0D3547" d="M-1219.4-141.5h-3.8v-0.8l1.3-1.4c0.2-0.2,0.3-0.4,0.5-0.5c0.1-0.2,0.3-0.3,0.4-0.4
c0.1-0.1,0.2-0.3,0.2-0.4s0.1-0.3,0.1-0.5c0-0.2-0.1-0.3-0.2-0.4c-0.1-0.1-0.3-0.2-0.5-0.2c-0.2,0-0.4,0.1-0.6,0.2
c-0.2,0.1-0.4,0.2-0.6,0.4l-0.7-0.8c0.1-0.1,0.2-0.2,0.4-0.3c0.1-0.1,0.3-0.2,0.4-0.3c0.2-0.1,0.3-0.1,0.5-0.2
c0.2,0,0.4-0.1,0.6-0.1c0.3,0,0.5,0,0.7,0.1c0.2,0.1,0.4,0.2,0.6,0.3c0.2,0.1,0.3,0.3,0.4,0.5s0.1,0.4,0.1,0.7
c0,0.2,0,0.4-0.1,0.6s-0.2,0.4-0.3,0.6c-0.1,0.2-0.3,0.4-0.5,0.6c-0.2,0.2-0.4,0.4-0.6,0.6l-0.7,0.7v0.1h2.3V-141.5z"/>
<path fill="#0D3547" d="M-1215.2-147.2h1.2l-1.9,5.7h-1.3l-1.9-5.7h1.2l1.1,3.4c0.1,0.2,0.1,0.4,0.2,0.7c0.1,0.3,0.1,0.5,0.1,0.6
c0-0.2,0.1-0.7,0.3-1.3L-1215.2-147.2z"/>
</g>
<g enable-background="new ">
<path fill="#0D3547" d="M-1223.6-134.1c0.2,0,0.5,0,0.7,0.1s0.4,0.2,0.6,0.3s0.3,0.3,0.4,0.5c0.1,0.2,0.1,0.5,0.1,0.7
c0,0.3,0,0.6-0.1,0.8c-0.1,0.2-0.2,0.5-0.4,0.6s-0.4,0.3-0.7,0.4s-0.6,0.1-1,0.1c-0.1,0-0.3,0-0.4,0s-0.3,0-0.4-0.1
s-0.3-0.1-0.4-0.1c-0.1,0-0.2-0.1-0.3-0.1v-1c0.1,0.1,0.2,0.1,0.3,0.1c0.1,0,0.2,0.1,0.4,0.1s0.3,0.1,0.4,0.1c0.1,0,0.3,0,0.4,0
c0.3,0,0.6-0.1,0.8-0.2c0.2-0.1,0.3-0.4,0.3-0.7c0-0.3-0.1-0.5-0.3-0.6c-0.2-0.1-0.5-0.2-0.8-0.2c-0.1,0-0.1,0-0.2,0
c-0.1,0-0.2,0-0.2,0s-0.1,0-0.2,0c-0.1,0-0.1,0-0.2,0l-0.5-0.3l0.2-2.9h3v1h-2l-0.1,1.1c0.1,0,0.2,0,0.3-0.1
C-1223.9-134.1-1223.8-134.1-1223.6-134.1z"/>
<path fill="#0D3547" d="M-1217.3-130.5l-0.4-1.4h-2.1l-0.4,1.4h-1.3l2-5.7h1.5l2,5.7H-1217.3z M-1218-132.8
c-0.4-1.2-0.6-1.9-0.6-2.1c0-0.2-0.1-0.3-0.1-0.4c-0.1,0.3-0.3,1.2-0.7,2.5H-1218z"/>
</g>
<g id="Rectangle_19" transform="translate(-1837 -267)">
<path fill="#FFFFFF" d="M613,158.5h6c1.7,0,3,1.3,3,3v26c0,1.7-1.3,3-3,3h-6c-1.7,0-3-1.3-3-3v-26
C610,159.9,611.3,158.5,613,158.5z"/>
<path fill="none" stroke="#0D3547" stroke-width="5" d="M613,161h6c0.3,0,0.5,0.2,0.5,0.5v26c0,0.3-0.2,0.5-0.5,0.5h-6
c-0.3,0-0.5-0.2-0.5-0.5v-26C612.5,161.3,612.7,161,613,161z"/>
</g>
<g enable-background="new ">
<path fill="#0D3547" d="M-1206.9-97.8c-0.3,0-0.5,0-0.7-0.1v-1c0.2,0.1,0.4,0.1,0.6,0.1c0.3,0,0.5-0.1,0.6-0.2s0.2-0.4,0.2-0.8
v-5.4h1.2v5.3c0,0.7-0.2,1.2-0.5,1.5S-1206.3-97.8-1206.9-97.8z"/>
<path fill="#0D3547" d="M-1201.4-99.5h-1.2v-4.7h-1.6v-1h4.3v1h-1.6V-99.5z"/>
<path fill="#0D3547" d="M-1195.8-99.5l-0.4-1.4h-2.1l-0.4,1.4h-1.3l2-5.7h1.5l2,5.7H-1195.8z M-1196.5-101.8
c-0.4-1.2-0.6-1.9-0.6-2.1s-0.1-0.3-0.1-0.4c-0.1,0.3-0.3,1.2-0.7,2.5H-1196.5z"/>
<path fill="#0D3547" d="M-1191.7-102.7h2.3v3c-0.4,0.1-0.7,0.2-1,0.3s-0.7,0.1-1,0.1c-0.9,0-1.5-0.3-2-0.8s-0.7-1.2-0.7-2.2
c0-0.9,0.3-1.6,0.8-2.2s1.3-0.8,2.2-0.8c0.6,0,1.2,0.1,1.7,0.4l-0.4,1c-0.4-0.2-0.8-0.3-1.3-0.3c-0.5,0-0.9,0.2-1.3,0.5
s-0.5,0.8-0.5,1.4c0,0.6,0.1,1.1,0.4,1.4s0.6,0.5,1.1,0.5c0.3,0,0.5,0,0.8-0.1v-1.2h-1.1V-102.7z"/>
</g>
<g enable-background="new ">
<path fill="#0D3547" d="M-1201.6-94.2v3.7c0,0.4-0.1,0.8-0.3,1.1s-0.5,0.6-0.8,0.7c-0.4,0.2-0.8,0.3-1.3,0.3
c-0.7,0-1.3-0.2-1.7-0.6s-0.6-0.9-0.6-1.5v-3.7h1.2v3.5c0,0.4,0.1,0.8,0.3,1s0.5,0.3,0.9,0.3c0.4,0,0.7-0.1,0.9-0.3
s0.3-0.5,0.3-1v-3.5H-1201.6z"/>
<path fill="#0D3547" d="M-1196.8-88.5l-0.4-1.4h-2.1l-0.4,1.4h-1.3l2-5.7h1.5l2,5.7H-1196.8z M-1197.5-90.8
c-0.4-1.2-0.6-1.9-0.6-2.1s-0.1-0.3-0.1-0.4c-0.1,0.3-0.3,1.2-0.7,2.5H-1197.5z"/>
<path fill="#0D3547" d="M-1193.5-90.7v2.2h-1.2v-5.7h1.7c0.8,0,1.3,0.1,1.7,0.4s0.6,0.7,0.6,1.3c0,0.3-0.1,0.6-0.3,0.9
s-0.4,0.5-0.8,0.6l1.7,2.5h-1.3l-1.4-2.2H-1193.5z M-1193.5-91.6h0.4c0.4,0,0.7-0.1,0.8-0.2s0.3-0.3,0.3-0.6
c0-0.3-0.1-0.5-0.3-0.6s-0.5-0.2-0.9-0.2h-0.4V-91.6z"/>
<path fill="#0D3547" d="M-1187.3-88.5h-1.2v-4.7h-1.6v-1h4.3v1h-1.6V-88.5z"/>
</g>
<g enable-background="new ">
<path fill="#0D3547" d="M-1204.1-77.5h-2.6v-0.7l0.7-0.3v-3.7l-0.7-0.3v-0.7h2.6v0.7l-0.7,0.3v3.7l0.7,0.3V-77.5z"/>
<path fill="#0D3547" d="M-1199.7-77.5h-3.8v-0.8l1.3-1.4c0.2-0.2,0.3-0.4,0.5-0.5s0.3-0.3,0.4-0.4s0.2-0.3,0.2-0.4
s0.1-0.3,0.1-0.5c0-0.2-0.1-0.3-0.2-0.4s-0.3-0.2-0.5-0.2c-0.2,0-0.4,0.1-0.6,0.2s-0.4,0.2-0.6,0.4l-0.7-0.8
c0.1-0.1,0.2-0.2,0.4-0.3s0.3-0.2,0.4-0.3s0.3-0.1,0.5-0.2s0.4-0.1,0.6-0.1c0.3,0,0.5,0,0.7,0.1s0.4,0.2,0.6,0.3s0.3,0.3,0.4,0.5
s0.1,0.4,0.1,0.7c0,0.2,0,0.4-0.1,0.6s-0.2,0.4-0.3,0.6s-0.3,0.4-0.5,0.6s-0.4,0.4-0.6,0.6l-0.7,0.7v0.1h2.3V-77.5z"/>
<path fill="#0D3547" d="M-1196.3-82.3c-0.5,0-0.8,0.2-1.1,0.5s-0.4,0.8-0.4,1.4c0,1.3,0.5,1.9,1.4,1.9c0.4,0,0.9-0.1,1.5-0.3v1
c-0.5,0.2-1,0.3-1.6,0.3c-0.8,0-1.5-0.3-1.9-0.8s-0.7-1.2-0.7-2.2c0-0.6,0.1-1.1,0.3-1.6s0.5-0.8,0.9-1s0.9-0.4,1.4-0.4
c0.6,0,1.1,0.1,1.7,0.4l-0.4,1c-0.2-0.1-0.4-0.2-0.6-0.3S-1196.1-82.3-1196.3-82.3z"/>
</g>
<g id="Group_115" transform="translate(-565 -115)">
<g enable-background="new ">
<path fill="#0D3547" d="M-607.2,86.2c-0.5,0-0.8,0.2-1.1,0.5s-0.4,0.8-0.4,1.4c0,1.3,0.5,1.9,1.4,1.9c0.4,0,0.9-0.1,1.5-0.3v1
c-0.5,0.2-1,0.3-1.6,0.3c-0.8,0-1.5-0.3-1.9-0.8s-0.7-1.2-0.7-2.2c0-0.6,0.1-1.1,0.3-1.6s0.5-0.8,0.9-1s0.9-0.4,1.4-0.4
c0.6,0,1.1,0.1,1.7,0.4l-0.4,1c-0.2-0.1-0.4-0.2-0.6-0.3S-607,86.2-607.2,86.2z"/>
<path fill="#0D3547" d="M-604.6,91v-5.7h1.2V90h2.3v1H-604.6z"/>
<path fill="#0D3547" d="M-595.4,91h-1.4l-1.5-2.4l-0.5,0.4v2h-1.2v-5.7h1.2v2.6l0.5-0.7l1.5-1.9h1.3l-2,2.5L-595.4,91z"/>
</g>
</g>
<g id="Rectangle_20" transform="translate(-1837 -159)">
<rect x="610" y="153.5" fill="#FFFFFF" width="36" height="50"/>
<rect x="611" y="154.5" fill="none" stroke="#0D3547" stroke-width="2" width="34" height="48"/>
</g>
<rect id="Rectangle_21" x="-1227" y="-1.5" fill="#0D3547" width="24" height="41.6"/>
<rect id="Rectangle_22" x="-1203" y="-1.5" fill="#333333" width="8" height="15"/>
<rect id="Rectangle_23" x="-1195.7" y="-1.5" fill="#77C6D3" width="8" height="41.6"/>
<rect id="Rectangle_24" x="-1203" y="13.1" fill="#CCCCCC" width="8" height="27"/>
<g enable-background="new ">
<path fill="#0D3547" d="M-1180.3,20.4c0,0.5-0.2,0.9-0.6,1.2s-0.9,0.4-1.5,0.4c-0.6,0-1.1-0.1-1.6-0.3v-1.1
c0.4,0.2,0.7,0.3,1,0.4s0.5,0.1,0.7,0.1c0.3,0,0.5-0.1,0.6-0.2s0.2-0.3,0.2-0.5c0-0.1,0-0.2-0.1-0.3s-0.2-0.2-0.3-0.3
s-0.4-0.2-0.7-0.4c-0.3-0.2-0.6-0.3-0.8-0.5s-0.3-0.3-0.4-0.5s-0.2-0.4-0.2-0.7c0-0.5,0.2-0.9,0.5-1.2c0.3-0.3,0.8-0.4,1.4-0.4
c0.3,0,0.6,0,0.8,0.1s0.6,0.2,0.8,0.3l-0.4,0.9c-0.3-0.1-0.6-0.2-0.8-0.3s-0.4-0.1-0.6-0.1c-0.2,0-0.4,0.1-0.5,0.2
s-0.2,0.2-0.2,0.4c0,0.1,0,0.2,0.1,0.3s0.1,0.2,0.2,0.2s0.4,0.2,0.8,0.4c0.5,0.3,0.9,0.5,1.1,0.8S-1180.3,20-1180.3,20.4z"/>
<path fill="#0D3547" d="M-1178.1,22h-1.2v-5.7h3.3v1h-2.1v1.5h1.9v1h-1.9V22z"/>
<path fill="#0D3547" d="M-1170.9,18c0,0.6-0.2,1.1-0.6,1.4s-0.9,0.5-1.6,0.5h-0.5v2h-1.2v-5.7h1.8c0.7,0,1.2,0.1,1.6,0.4
S-1170.9,17.4-1170.9,18z M-1173.6,18.9h0.4c0.4,0,0.7-0.1,0.8-0.2s0.3-0.4,0.3-0.6c0-0.3-0.1-0.5-0.2-0.6s-0.4-0.2-0.7-0.2h-0.6
V18.9z"/>
<path fill="#0D3547" d="M-1166.4,19.1c0,0.5,0,0.9-0.1,1.2s-0.2,0.7-0.3,0.9s-0.4,0.4-0.6,0.6s-0.5,0.2-0.9,0.2
c-0.3,0-0.6-0.1-0.9-0.2s-0.4-0.3-0.6-0.6s-0.3-0.6-0.4-0.9s-0.1-0.8-0.1-1.2s0-0.9,0.1-1.2s0.2-0.7,0.3-0.9s0.4-0.4,0.6-0.6
s0.5-0.2,0.9-0.2c0.3,0,0.6,0.1,0.9,0.2s0.4,0.3,0.6,0.6c0.2,0.3,0.3,0.6,0.4,0.9S-1166.4,18.6-1166.4,19.1z M-1169.1,19.1
c0,0.7,0.1,1.1,0.2,1.5s0.3,0.5,0.6,0.5c0.3,0,0.5-0.2,0.6-0.5s0.2-0.8,0.2-1.5c0-0.7-0.1-1.1-0.2-1.5s-0.3-0.5-0.6-0.5
c-0.1,0-0.3,0-0.3,0.1s-0.2,0.2-0.2,0.4s-0.1,0.4-0.1,0.6S-1169.1,18.8-1169.1,19.1z"/>
</g>
<g id="Group_116" transform="translate(0 59)">
<g id="Rectangle_25" transform="translate(-1837 -163)">
<rect x="610" y="153.5" fill="#FFFFFF" width="36" height="50"/>
<rect x="611" y="154.5" fill="none" stroke="#0D3547" stroke-width="2" width="34" height="48"/>
</g>
<rect id="Rectangle_26" x="-1227" y="-5.5" fill="#0D3547" width="24" height="41.6"/>
<rect id="Rectangle_27" x="-1203" y="-5.5" fill="#333333" width="8" height="15"/>
<rect id="Rectangle_28" x="-1195.7" y="-5.5" fill="#715EC7" width="8" height="41.6"/>
<rect id="Rectangle_29" x="-1203" y="9.1" fill="#CCCCCC" width="8" height="27"/>
<g enable-background="new ">
<path fill="#0D3547" d="M-1180.3,16.4c0,0.5-0.2,0.9-0.6,1.2s-0.9,0.4-1.5,0.4c-0.6,0-1.1-0.1-1.6-0.3v-1.1
c0.4,0.2,0.7,0.3,1,0.4s0.5,0.1,0.7,0.1c0.3,0,0.5-0.1,0.6-0.2s0.2-0.3,0.2-0.5c0-0.1,0-0.2-0.1-0.3s-0.2-0.2-0.3-0.3
s-0.4-0.2-0.7-0.4c-0.3-0.2-0.6-0.3-0.8-0.5s-0.3-0.3-0.4-0.5s-0.2-0.4-0.2-0.7c0-0.5,0.2-0.9,0.5-1.2c0.3-0.3,0.8-0.4,1.4-0.4
c0.3,0,0.6,0,0.8,0.1s0.6,0.2,0.8,0.3l-0.4,0.9c-0.3-0.1-0.6-0.2-0.8-0.3s-0.4-0.1-0.6-0.1c-0.2,0-0.4,0.1-0.5,0.2
s-0.2,0.2-0.2,0.4c0,0.1,0,0.2,0.1,0.3s0.1,0.2,0.2,0.2s0.4,0.2,0.8,0.4c0.5,0.3,0.9,0.5,1.1,0.8S-1180.3,16-1180.3,16.4z"/>
<path fill="#0D3547" d="M-1178.1,18h-1.2v-5.7h3.3v1h-2.1v1.5h1.9v1h-1.9V18z"/>
<path fill="#0D3547" d="M-1170.9,14c0,0.6-0.2,1.1-0.6,1.4s-0.9,0.5-1.6,0.5h-0.5v2h-1.2v-5.7h1.8c0.7,0,1.2,0.1,1.6,0.4
S-1170.9,13.4-1170.9,14z M-1173.6,14.9h0.4c0.4,0,0.7-0.1,0.8-0.2s0.3-0.4,0.3-0.6c0-0.3-0.1-0.5-0.2-0.6s-0.4-0.2-0.7-0.2
h-0.6V14.9z"/>
<path fill="#0D3547" d="M-1167.4,18h-1.2v-3.3c0-0.1,0-0.1,0-0.2s0-0.2,0-0.3s0-0.2,0-0.3s0-0.2,0-0.3c0,0,0,0-0.1,0.1
s-0.1,0.1-0.1,0.1s-0.1,0.1-0.1,0.1s-0.1,0.1-0.1,0.1l-0.7,0.5l-0.6-0.7l1.8-1.5h1V18z"/>
</g>
</g>
<g id="Group_117" transform="translate(0 -5)">
<g id="Rectangle_25-2" transform="translate(-1837 -44)">
<rect x="610" y="153.5" fill="#FFFFFF" width="36" height="50"/>
<rect x="611" y="154.5" fill="none" stroke="#E2C755" stroke-width="2" width="34" height="48"/>
</g>
<rect id="Rectangle_26-2" x="-1227" y="113.5" fill="#333333" width="35" height="41.6"/>
<rect id="Rectangle_28-2" x="-1195.7" y="113.5" fill="#CCCCCC" width="8" height="41.6"/>
<g enable-background="new ">
<path fill="#0D3547" d="M-1180.3,135.4c0,0.5-0.2,0.9-0.6,1.2s-0.9,0.4-1.5,0.4c-0.6,0-1.1-0.1-1.6-0.3v-1.1
c0.4,0.2,0.7,0.3,1,0.4s0.5,0.1,0.7,0.1c0.3,0,0.5-0.1,0.6-0.2s0.2-0.3,0.2-0.5c0-0.1,0-0.2-0.1-0.3s-0.2-0.2-0.3-0.3
s-0.4-0.2-0.7-0.4c-0.3-0.2-0.6-0.3-0.8-0.5s-0.3-0.3-0.4-0.5s-0.2-0.4-0.2-0.7c0-0.5,0.2-0.9,0.5-1.2c0.3-0.3,0.8-0.4,1.4-0.4
c0.3,0,0.6,0,0.8,0.1s0.6,0.2,0.8,0.3l-0.4,0.9c-0.3-0.1-0.6-0.2-0.8-0.3s-0.4-0.1-0.6-0.1c-0.2,0-0.4,0.1-0.5,0.2
s-0.2,0.2-0.2,0.4c0,0.1,0,0.2,0.1,0.3s0.1,0.2,0.2,0.2s0.4,0.2,0.8,0.4c0.5,0.3,0.9,0.5,1.1,0.8S-1180.3,135-1180.3,135.4z"/>
<path fill="#0D3547" d="M-1178.1,137h-1.2v-5.7h3.3v1h-2.1v1.5h1.9v1h-1.9V137z"/>
<path fill="#0D3547" d="M-1170.9,133c0,0.6-0.2,1.1-0.6,1.4s-0.9,0.5-1.6,0.5h-0.5v2h-1.2v-5.7h1.8c0.7,0,1.2,0.1,1.6,0.4
S-1170.9,132.4-1170.9,133z M-1173.6,133.9h0.4c0.4,0,0.7-0.1,0.8-0.2s0.3-0.4,0.3-0.6c0-0.3-0.1-0.5-0.2-0.6s-0.4-0.2-0.7-0.2
h-0.6V133.9z"/>
<path fill="#0D3547" d="M-1166.4,137h-3.8v-0.8l1.3-1.4c0.2-0.2,0.3-0.4,0.5-0.5s0.3-0.3,0.4-0.4s0.2-0.3,0.2-0.4
s0.1-0.3,0.1-0.5c0-0.2-0.1-0.3-0.2-0.4s-0.3-0.2-0.5-0.2c-0.2,0-0.4,0.1-0.6,0.2s-0.4,0.2-0.6,0.4l-0.7-0.8
c0.1-0.1,0.2-0.2,0.4-0.3s0.3-0.2,0.4-0.3s0.3-0.1,0.5-0.2s0.4-0.1,0.6-0.1c0.3,0,0.5,0,0.7,0.1s0.4,0.2,0.6,0.3
s0.3,0.3,0.4,0.5s0.1,0.4,0.1,0.7c0,0.2,0,0.4-0.1,0.6s-0.2,0.4-0.3,0.6s-0.3,0.4-0.5,0.6s-0.4,0.4-0.6,0.6l-0.7,0.7v0.1h2.3
V137z"/>
</g>
<rect id="Rectangle_30" x="-1195.7" y="143.5" fill="#E2C755" width="8" height="11.6"/>
<rect id="Rectangle_31" x="-1195.7" y="113.5" fill="#E2C755" width="8" height="11.6"/>
<rect id="Rectangle_35" x="-1231.3" y="113.5" fill="#CCCCCC" width="4.6" height="41.6"/>
<rect id="Rectangle_32" x="-1231.3" y="149.5" fill="#E2C755" width="4.6" height="5.6"/>
<rect id="Rectangle_33" x="-1231.3" y="113.5" fill="#E2C755" width="4.6" height="5.6"/>
<rect id="Rectangle_34" x="-1231.3" y="128.5" fill="#E2C755" width="4.6" height="11.6"/>
</g>
<g id="Group_93_6_">
<g>
<path id="Intersection_1_16_" fill="none" stroke="#0D3547" stroke-width="2" d="M-1182.1-30.6l-15.3,0l-7.8-13.3l6.9-12.1
l15.4,0.1l7.7,13.4L-1182.1-30.6z"/>
<path fill="none" stroke="#715EC7" stroke-width="2" stroke-miterlimit="10" d="M-1199.1-48.4c2.8-4.8,8.9-6.4,13.7-3.7
c4.8,2.8,6.4,8.9,3.7,13.7s-8.9,6.4-13.7,3.7C-1200.2-37.5-1201.9-43.6-1199.1-48.4z"/>
<path fill="#715EC7" d="M-1191.7-44.2c0.4-0.7,1.3-1,2-0.5c0.7,0.4,1,1.3,0.5,2s-1.3,1-2,0.5
C-1191.9-42.5-1192.2-43.5-1191.7-44.2z"/>
</g>
</g>
<g>
<path id="Path_34" fill="#0D3547" d="M-1200.2-144.6c0-5.5,4.5-10,10-10c5.5,0,10,4.5,10,10c0,5.5-4.5,10-10,10
C-1195.7-134.6-1200.2-139-1200.2-144.6z"/>
<path id="Path_34_3_" fill="#FFFFFF" d="M-1198.6-144.6c0-4.6,3.7-8.3,8.3-8.3c4.6,0,8.3,3.7,8.3,8.3s-3.7,8.3-8.3,8.3
C-1194.8-136.2-1198.6-139.9-1198.6-144.6z"/>
<path id="Path_34_4_" fill="#0D3547" d="M-1196.5-144.6c0-3.5,2.8-6.2,6.2-6.2s6.2,2.8,6.2,6.2c0,3.5-2.8,6.2-6.2,6.2
S-1196.5-141.1-1196.5-144.6z"/>
<path id="Path_34_5_" fill="#FFFFFF" d="M-1191.3-144.6c0-0.6,0.5-1,1-1c0.6,0,1,0.5,1,1c0,0.6-0.5,1-1,1
C-1190.8-143.5-1191.3-144-1191.3-144.6z"/>
</g>
<g enable-background="new ">
<path fill="#0D3547" d="M-1186.9-181h-4.1v-7.1h4.1v1.2h-2.6v1.6h2.4v1.2h-2.4v1.8h2.6V-181z"/>
<path fill="#0D3547" d="M-1181.3-181h-4.1v-7.1h4.1v1.2h-2.6v1.6h2.4v1.2h-2.4v1.8h2.6V-181z"/>
<path fill="#0D3547" d="M-1176.8-181l-1.7-5.6h0c0.1,1.1,0.1,1.9,0.1,2.3v3.3h-1.4v-7.1h2.1l1.7,5.5h0l1.8-5.5h2.1v7.1h-1.4v-3.4
c0-0.2,0-0.3,0-0.6s0-0.8,0.1-1.7h0l-1.8,5.6H-1176.8z"/>
<path fill="#0D3547" d="M-1164.8-187c-0.6,0-1,0.2-1.3,0.6c-0.3,0.4-0.5,1-0.5,1.8c0,1.6,0.6,2.4,1.8,2.4c0.5,0,1.1-0.1,1.8-0.4
v1.3c-0.6,0.2-1.2,0.4-2,0.4c-1,0-1.8-0.3-2.4-0.9c-0.5-0.6-0.8-1.5-0.8-2.7c0-0.7,0.1-1.4,0.4-2c0.3-0.6,0.7-1,1.2-1.3
c0.5-0.3,1.1-0.4,1.8-0.4c0.7,0,1.4,0.2,2.1,0.5l-0.5,1.2c-0.3-0.1-0.5-0.2-0.8-0.3C-1164.3-186.9-1164.5-187-1164.8-187z"/>
<path fill="#0D3547" d="M-1156.6-183.7c0,0.9-0.2,1.6-0.7,2.1s-1.1,0.8-2,0.8c-0.5,0-1-0.1-1.4-0.3c-0.4-0.2-0.7-0.6-0.9-1
s-0.3-0.9-0.3-1.5c0-0.9,0.2-1.6,0.7-2.1c0.5-0.5,1.1-0.7,2-0.7c0.5,0,1,0.1,1.4,0.3s0.7,0.6,0.9,1S-1156.6-184.3-1156.6-183.7z
M-1160.4-183.7c0,0.5,0.1,0.9,0.3,1.2c0.2,0.3,0.5,0.4,0.9,0.4c0.4,0,0.7-0.1,0.9-0.4c0.2-0.3,0.3-0.7,0.3-1.2
c0-0.5-0.1-0.9-0.3-1.2s-0.5-0.4-0.9-0.4c-0.4,0-0.7,0.1-0.9,0.4C-1160.3-184.7-1160.4-184.3-1160.4-183.7z"/>
<path fill="#0D3547" d="M-1150.3-181h-1.5v-3.2c0-0.4-0.1-0.7-0.2-0.9c-0.1-0.2-0.4-0.3-0.7-0.3c-0.4,0-0.7,0.1-0.9,0.4
c-0.2,0.3-0.3,0.7-0.3,1.4v2.6h-1.5v-5.5h1.1l0.2,0.7h0.1c0.2-0.3,0.4-0.5,0.7-0.6c0.3-0.1,0.6-0.2,1-0.2c0.6,0,1.1,0.2,1.4,0.5
c0.3,0.3,0.5,0.8,0.5,1.5V-181z"/>
<path fill="#0D3547" d="M-1146.5-182.1c0.3,0,0.6-0.1,0.9-0.2v1.1c-0.4,0.2-0.8,0.2-1.4,0.2c-0.6,0-1-0.2-1.3-0.5
c-0.3-0.3-0.4-0.8-0.4-1.4v-2.6h-0.7v-0.6l0.8-0.5l0.4-1.2h1v1.2h1.5v1.1h-1.5v2.6c0,0.2,0.1,0.4,0.2,0.5
C-1146.9-182.1-1146.7-182.1-1146.5-182.1z"/>
<path fill="#0D3547" d="M-1141.4-186.6c0.2,0,0.4,0,0.5,0l-0.1,1.4c-0.1,0-0.3,0-0.4,0c-0.5,0-0.8,0.1-1.1,0.4
c-0.3,0.2-0.4,0.6-0.4,1v2.8h-1.5v-5.5h1.1l0.2,0.9h0.1c0.2-0.3,0.4-0.6,0.7-0.7C-1142.1-186.5-1141.8-186.6-1141.4-186.6z"/>
<path fill="#0D3547" d="M-1135.1-183.7c0,0.9-0.2,1.6-0.7,2.1s-1.1,0.8-2,0.8c-0.5,0-1-0.1-1.4-0.3c-0.4-0.2-0.7-0.6-0.9-1
s-0.3-0.9-0.3-1.5c0-0.9,0.2-1.6,0.7-2.1c0.5-0.5,1.1-0.7,2-0.7c0.5,0,1,0.1,1.4,0.3s0.7,0.6,0.9,1S-1135.1-184.3-1135.1-183.7z
M-1138.8-183.7c0,0.5,0.1,0.9,0.3,1.2c0.2,0.3,0.5,0.4,0.9,0.4c0.4,0,0.7-0.1,0.9-0.4c0.2-0.3,0.3-0.7,0.3-1.2
c0-0.5-0.1-0.9-0.3-1.2s-0.5-0.4-0.9-0.4c-0.4,0-0.7,0.1-0.9,0.4C-1138.7-184.7-1138.8-184.3-1138.8-183.7z"/>
<path fill="#0D3547" d="M-1132.3-181h-1.5v-7.6h1.5V-181z"/>
<path fill="#0D3547" d="M-1129.3-181h-1.5v-7.6h1.5V-181z"/>
<path fill="#0D3547" d="M-1125.3-180.9c-0.9,0-1.6-0.2-2.1-0.7c-0.5-0.5-0.7-1.2-0.7-2.1c0-0.9,0.2-1.6,0.7-2.1
c0.5-0.5,1.1-0.7,1.9-0.7c0.8,0,1.4,0.2,1.8,0.7s0.6,1,0.6,1.8v0.7h-3.5c0,0.4,0.1,0.8,0.4,1s0.6,0.4,1,0.4c0.3,0,0.6,0,0.9-0.1
s0.6-0.2,0.9-0.3v1.2c-0.3,0.1-0.5,0.2-0.8,0.3C-1124.5-180.9-1124.8-180.9-1125.3-180.9z M-1125.5-185.5c-0.3,0-0.6,0.1-0.7,0.3
c-0.2,0.2-0.3,0.5-0.3,0.9h2.1c0-0.4-0.1-0.7-0.3-0.9C-1124.9-185.4-1125.1-185.5-1125.5-185.5z"/>
<path fill="#0D3547" d="M-1118.8-186.6c0.2,0,0.4,0,0.5,0l-0.1,1.4c-0.1,0-0.3,0-0.4,0c-0.5,0-0.8,0.1-1.1,0.4
c-0.3,0.2-0.4,0.6-0.4,1v2.8h-1.5v-5.5h1.1l0.2,0.9h0.1c0.2-0.3,0.4-0.6,0.7-0.7C-1119.4-186.5-1119.1-186.6-1118.8-186.6z"/>
</g>
</g>
</g>
<g id="Kasli_with_backplane">
</g>
<g id="zotino">
</g>
<g id="Novo">
</g>
<g id="IDC_BNC_adapter_copy">
</g>
<g id="HD68">
</g>
<g id="Clocker">
</g>
<g id="Koster">
</g>
<g id="EEM_Octal">
</g>
<g id="EEM16x">
</g>
<g id="BNC_DIO__x28_new_x29_">
</g>
<g id="Urukul_2_">
</g>
<g id="Stabiliser">
</g>
</svg>

After

Width:  |  Height:  |  Size: 28 KiB

View File

@ -0,0 +1,265 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 18.1.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
viewBox="924.1 152 90 500" enable-background="new 924.1 152 90 500" xml:space="preserve">
<g id="Kasli">
</g>
<g id="Kasli_with_backplane">
</g>
<g id="zotino">
<g id="Group_131" transform="translate(1728 -531)">
<g id="Rectangle_1_4_" transform="translate(-1728 531)">
<rect x="924.1" y="152" fill="#FFFFFF" width="90" height="500"/>
<rect x="925.1" y="153" fill="none" stroke="#0D3547" stroke-width="2" width="88" height="498"/>
</g>
<g enable-background="new ">
<path fill="#715EC7" d="M-769.9,779h-5.3v-1l3.4-4.9h-3.3v-1.2h5.1v1l-3.4,4.9h3.5V779z"/>
<path fill="#715EC7" d="M-763.9,776.3c0,0.9-0.2,1.6-0.7,2.1s-1.1,0.8-2,0.8c-0.5,0-1-0.1-1.4-0.3c-0.4-0.2-0.7-0.6-0.9-1
s-0.3-0.9-0.3-1.5c0-0.9,0.2-1.6,0.7-2.1c0.5-0.5,1.1-0.7,2-0.7c0.5,0,1,0.1,1.4,0.3s0.7,0.6,0.9,1S-763.9,775.7-763.9,776.3z
M-767.7,776.3c0,0.5,0.1,0.9,0.3,1.2c0.2,0.3,0.5,0.4,0.9,0.4c0.4,0,0.7-0.1,0.9-0.4c0.2-0.3,0.3-0.7,0.3-1.2
c0-0.5-0.1-0.9-0.3-1.2s-0.5-0.4-0.9-0.4c-0.4,0-0.7,0.1-0.9,0.4C-767.6,775.3-767.7,775.7-767.7,776.3z"/>
<path fill="#715EC7" d="M-760.4,777.9c0.3,0,0.6-0.1,0.9-0.2v1.1c-0.4,0.2-0.8,0.2-1.4,0.2c-0.6,0-1-0.2-1.3-0.5
c-0.3-0.3-0.4-0.8-0.4-1.4v-2.6h-0.7V774l0.8-0.5l0.4-1.2h1v1.2h1.5v1.1h-1.5v2.6c0,0.2,0.1,0.4,0.2,0.5
C-760.7,777.9-760.6,777.9-760.4,777.9z"/>
<path fill="#715EC7" d="M-758.4,772.1c0-0.5,0.3-0.7,0.8-0.7c0.5,0,0.8,0.2,0.8,0.7c0,0.2-0.1,0.4-0.2,0.5
c-0.1,0.1-0.3,0.2-0.6,0.2C-758.1,772.9-758.4,772.6-758.4,772.1z M-756.8,779h-1.5v-5.5h1.5V779z"/>
<path fill="#715EC7" d="M-750.2,779h-1.5v-3.2c0-0.4-0.1-0.7-0.2-0.9c-0.1-0.2-0.4-0.3-0.7-0.3c-0.4,0-0.7,0.1-0.9,0.4
c-0.2,0.3-0.3,0.7-0.3,1.4v2.6h-1.5v-5.5h1.1l0.2,0.7h0.1c0.2-0.3,0.4-0.5,0.7-0.6c0.3-0.1,0.6-0.2,1-0.2c0.6,0,1.1,0.2,1.4,0.5
c0.3,0.3,0.5,0.8,0.5,1.5V779z"/>
<path fill="#715EC7" d="M-743.8,776.3c0,0.9-0.2,1.6-0.7,2.1s-1.1,0.8-2,0.8c-0.5,0-1-0.1-1.4-0.3c-0.4-0.2-0.7-0.6-0.9-1
s-0.3-0.9-0.3-1.5c0-0.9,0.2-1.6,0.7-2.1c0.5-0.5,1.1-0.7,2-0.7c0.5,0,1,0.1,1.4,0.3s0.7,0.6,0.9,1S-743.8,775.7-743.8,776.3z
M-747.5,776.3c0,0.5,0.1,0.9,0.3,1.2c0.2,0.3,0.5,0.4,0.9,0.4c0.4,0,0.7-0.1,0.9-0.4c0.2-0.3,0.3-0.7,0.3-1.2
c0-0.5-0.1-0.9-0.3-1.2s-0.5-0.4-0.9-0.4c-0.4,0-0.7,0.1-0.9,0.4C-747.4,775.3-747.5,775.7-747.5,776.3z"/>
</g>
<g enable-background="new ">
<path fill="#0D3547" d="M-792,790.5c0,0.2,0,0.5-0.1,0.7c-0.1,0.2-0.2,0.4-0.3,0.5c-0.1,0.1-0.3,0.3-0.5,0.4
c-0.2,0.1-0.4,0.2-0.6,0.2v0c0.6,0.1,1,0.2,1.3,0.5c0.3,0.3,0.4,0.7,0.4,1.1c0,0.3-0.1,0.6-0.2,0.9c-0.1,0.3-0.3,0.5-0.5,0.7
s-0.5,0.3-0.9,0.5c-0.4,0.1-0.8,0.2-1.2,0.2c-0.4,0-0.7,0-1.1-0.1c-0.3-0.1-0.7-0.2-0.9-0.3v-1.3c0.1,0.1,0.3,0.1,0.5,0.2
c0.2,0.1,0.3,0.1,0.5,0.1c0.2,0,0.3,0.1,0.5,0.1s0.3,0,0.4,0c0.3,0,0.5,0,0.7-0.1s0.3-0.1,0.4-0.2c0.1-0.1,0.2-0.2,0.2-0.3
c0-0.1,0.1-0.3,0.1-0.4c0-0.1,0-0.3-0.1-0.4c-0.1-0.1-0.2-0.2-0.3-0.3c-0.1-0.1-0.3-0.1-0.5-0.2c-0.2,0-0.5-0.1-0.8-0.1h-0.5
v-1.1h0.5c0.3,0,0.5,0,0.7-0.1c0.2-0.1,0.4-0.1,0.5-0.2c0.1-0.1,0.2-0.2,0.3-0.3s0.1-0.3,0.1-0.4c0-0.3-0.1-0.5-0.2-0.6
s-0.4-0.2-0.7-0.2c-0.2,0-0.3,0-0.4,0c-0.1,0-0.3,0.1-0.4,0.1c-0.1,0-0.2,0.1-0.3,0.2c-0.1,0.1-0.2,0.1-0.3,0.2l-0.8-1
c0.1-0.1,0.3-0.2,0.4-0.3s0.3-0.2,0.5-0.2c0.2-0.1,0.4-0.1,0.6-0.1c0.2,0,0.5-0.1,0.7-0.1c0.4,0,0.7,0,1,0.1
c0.3,0.1,0.5,0.2,0.7,0.3c0.2,0.1,0.4,0.3,0.5,0.5C-792,789.9-792,790.2-792,790.5z"/>
<path fill="#0D3547" d="M-786.2,796h-4.8v-1l1.7-1.8c0.2-0.2,0.4-0.4,0.6-0.6c0.2-0.2,0.3-0.4,0.4-0.6c0.1-0.2,0.2-0.4,0.3-0.6
s0.1-0.4,0.1-0.6c0-0.2-0.1-0.4-0.2-0.6s-0.3-0.2-0.6-0.2c-0.3,0-0.5,0.1-0.7,0.2c-0.2,0.1-0.5,0.3-0.7,0.5l-0.8-1
c0.1-0.1,0.3-0.3,0.5-0.4c0.2-0.1,0.3-0.2,0.5-0.3c0.2-0.1,0.4-0.2,0.6-0.2c0.2-0.1,0.5-0.1,0.8-0.1c0.3,0,0.6,0,0.9,0.1
s0.5,0.2,0.7,0.4c0.2,0.2,0.3,0.4,0.4,0.6s0.2,0.5,0.2,0.8c0,0.3,0,0.5-0.1,0.8c-0.1,0.3-0.2,0.5-0.4,0.8
c-0.2,0.2-0.4,0.5-0.6,0.7c-0.2,0.2-0.5,0.5-0.7,0.7l-0.9,0.9v0.1h2.9V796z"/>
<path fill="#0D3547" d="M-784,793.2l-1.8-2.7h1.7l1.1,1.7l1.1-1.7h1.7l-1.8,2.7l1.9,2.8h-1.7l-1.1-1.9l-1.2,1.9h-1.7L-784,793.2z
"/>
<path fill="#0D3547" d="M-768.3,796h-1.5v-4.1c0-0.1,0-0.2,0-0.3c0-0.1,0-0.2,0-0.4c0-0.1,0-0.3,0-0.4s0-0.2,0-0.4
c0,0,0,0-0.1,0.1s-0.1,0.1-0.1,0.1c0,0-0.1,0.1-0.2,0.1c-0.1,0-0.1,0.1-0.2,0.1l-0.8,0.7l-0.7-0.9l2.3-1.8h1.2V796z"/>
<path fill="#0D3547" d="M-766.4,793c0-0.3,0-0.7,0.1-1s0.1-0.7,0.2-1c0.1-0.3,0.2-0.6,0.4-0.9s0.4-0.5,0.6-0.7
c0.3-0.2,0.6-0.4,0.9-0.5c0.4-0.1,0.8-0.2,1.2-0.2c0.1,0,0.1,0,0.2,0c0.1,0,0.2,0,0.2,0c0.1,0,0.2,0,0.2,0s0.1,0,0.2,0v1.2
c-0.1,0-0.3-0.1-0.4-0.1c-0.1,0-0.3,0-0.4,0c-0.4,0-0.8,0.1-1.1,0.2c-0.3,0.1-0.5,0.3-0.7,0.5s-0.3,0.4-0.4,0.7s-0.1,0.6-0.1,0.9
h0.1c0.1-0.1,0.1-0.2,0.2-0.3c0.1-0.1,0.2-0.2,0.3-0.3c0.1-0.1,0.3-0.1,0.4-0.2s0.3-0.1,0.5-0.1c0.3,0,0.6,0.1,0.8,0.2
c0.2,0.1,0.5,0.2,0.6,0.4s0.3,0.4,0.4,0.7c0.1,0.3,0.1,0.6,0.1,1c0,0.4-0.1,0.7-0.2,1s-0.3,0.6-0.5,0.8c-0.2,0.2-0.4,0.4-0.7,0.5
c-0.3,0.1-0.6,0.2-1,0.2c-0.4,0-0.7-0.1-1-0.2c-0.3-0.1-0.6-0.3-0.8-0.6s-0.4-0.6-0.5-1C-766.4,794-766.4,793.5-766.4,793z
M-763.9,794.9c0.1,0,0.3,0,0.4-0.1c0.1-0.1,0.2-0.1,0.3-0.2c0.1-0.1,0.1-0.2,0.2-0.4s0.1-0.3,0.1-0.6c0-0.3-0.1-0.6-0.2-0.8
c-0.1-0.2-0.4-0.3-0.7-0.3c-0.2,0-0.3,0-0.4,0.1c-0.1,0.1-0.2,0.1-0.3,0.2s-0.2,0.2-0.2,0.3s-0.1,0.2-0.1,0.4
c0,0.2,0,0.3,0.1,0.5c0,0.2,0.1,0.3,0.2,0.4c0.1,0.1,0.2,0.2,0.3,0.3S-764.1,794.9-763.9,794.9z"/>
<path fill="#0D3547" d="M-760.4,788.9h2.2c1,0,1.7,0.1,2.2,0.4c0.5,0.3,0.7,0.7,0.7,1.4c0,0.4-0.1,0.8-0.3,1s-0.5,0.4-0.8,0.5v0
c0.5,0.1,0.8,0.3,1,0.6s0.3,0.6,0.3,1.1c0,0.7-0.2,1.2-0.7,1.5s-1.1,0.5-1.9,0.5h-2.7V788.9z M-758.9,791.7h0.9
c0.4,0,0.7-0.1,0.9-0.2s0.3-0.3,0.3-0.6c0-0.3-0.1-0.5-0.3-0.6c-0.2-0.1-0.5-0.2-1-0.2h-0.8V791.7z M-758.9,792.9v1.9h1
c0.4,0,0.7-0.1,0.9-0.2c0.2-0.2,0.3-0.4,0.3-0.7c0-0.6-0.4-0.9-1.3-0.9H-758.9z"/>
<path fill="#0D3547" d="M-753.9,789.1c0-0.5,0.3-0.7,0.8-0.7c0.5,0,0.8,0.2,0.8,0.7c0,0.2-0.1,0.4-0.2,0.5
c-0.1,0.1-0.3,0.2-0.6,0.2C-753.6,789.9-753.9,789.6-753.9,789.1z M-752.3,796h-1.5v-5.5h1.5V796z"/>
<path fill="#0D3547" d="M-748.4,794.9c0.3,0,0.6-0.1,0.9-0.2v1.1c-0.4,0.2-0.8,0.2-1.4,0.2c-0.6,0-1-0.2-1.3-0.5
c-0.3-0.3-0.4-0.8-0.4-1.4v-2.6h-0.7V791l0.8-0.5l0.4-1.2h1v1.2h1.5v1.1h-1.5v2.6c0,0.2,0.1,0.4,0.2,0.5
S-748.6,794.9-748.4,794.9z"/>
<path fill="#0D3547" d="M-732.6,792.4c0,1.2-0.3,2.1-1,2.7s-1.6,0.9-2.9,0.9h-2v-7.1h2.2c1.2,0,2.1,0.3,2.7,0.9
S-732.6,791.3-732.6,792.4z M-734.1,792.4c0-1.5-0.7-2.3-2-2.3h-0.8v4.6h0.6C-734.9,794.8-734.1,794-734.1,792.4z"/>
<path fill="#0D3547" d="M-726.8,796l-0.5-1.7h-2.6l-0.5,1.7h-1.6l2.5-7.2h1.8l2.5,7.2H-726.8z M-727.7,793
c-0.5-1.5-0.7-2.4-0.8-2.6s-0.1-0.4-0.1-0.5c-0.1,0.4-0.4,1.4-0.9,3.1H-727.7z"/>
<path fill="#0D3547" d="M-721.4,790c-0.6,0-1,0.2-1.3,0.6c-0.3,0.4-0.5,1-0.5,1.8c0,1.6,0.6,2.4,1.8,2.4c0.5,0,1.1-0.1,1.8-0.4
v1.3c-0.6,0.2-1.2,0.4-2,0.4c-1,0-1.8-0.3-2.4-0.9c-0.5-0.6-0.8-1.5-0.8-2.7c0-0.7,0.1-1.4,0.4-2c0.3-0.6,0.7-1,1.2-1.3
c0.5-0.3,1.1-0.4,1.8-0.4c0.7,0,1.4,0.2,2.1,0.5l-0.5,1.2c-0.3-0.1-0.5-0.2-0.8-0.3C-720.8,790.1-721.1,790-721.4,790z"/>
</g>
<g id="artiq_4_" transform="translate(-1749.044 553.927)">
<path id="Path_3_4_" fill="#1A6D93" d="M1000.4,178.8c0.4,0,0.8-0.4,0.8-0.8c0-0.4-0.3-0.8-0.8-0.8c-0.4,0-0.8,0.4-0.7,0.8
C999.7,178.5,1000,178.8,1000.4,178.8L1000.4,178.8z"/>
<path id="Path_4_4_" fill="#1A6D93" d="M982.3,163.8l0.9,0.8c0,0,0,0,0.1,0c1.8-1.5,3.7-2.8,5.8-3.9c2.3-1.2,4.8-2,7.4-2.3
c0.2,0,0.4,0,0.6,0c0.7,0,1.4,0.1,2,0.4c0.6,0.3,1,0.9,1,1.5c0,0.6-0.2,1.2-0.5,1.7c-0.2,0.4-0.5,0.8-0.7,1.2l-0.3,0.5l0.8,0.8
c0.8-0.9,1.4-2,1.7-3.2c0-0.1,0.1-0.3,0.1-0.4c0-0.1,0-0.1,0-0.2V160c0,0,0,0,0,0s0-0.1,0-0.1c-0.2-1-0.8-1.8-1.8-2.2
c-0.6-0.3-1.3-0.4-2-0.4c-0.2,0-0.4,0-0.6,0c-1.1,0-2.1,0.2-3.2,0.4c-4,1.1-7.8,3.1-10.9,5.8c-0.1,0.1-0.2,0.2-0.3,0.2
C982.4,163.7,982.3,163.8,982.3,163.8z"/>
<path id="Path_5_4_" fill="#1A6D93" d="M984.7,161c0.2-0.2,0.5-0.3,0.7-0.5c0.3-0.1,0.4-0.4,0.5-0.7c0.3-1.5,0.7-2.9,1.5-4.2
c0.3-0.6,0.7-1.1,1.2-1.5c0.6-0.6,1.6-0.6,2.3,0c0.5,0.4,0.9,0.9,1.2,1.4c0.2,0.3,0.3,0.7,0.5,1.1c0.1,0.1,0.1,0.3,0.2,0.4
l1.2-0.3c-0.1-0.2-0.2-0.4-0.3-0.6c-0.2-0.5-0.4-0.9-0.7-1.3c-0.6-1.2-1.6-2.1-2.9-2.4h-0.7c-1.1,0.2-2,0.9-2.5,1.8
c-0.3,0.4-0.6,0.9-0.8,1.3c-0.7,1.4-1.1,2.9-1.4,4.4c-0.1,0.3-0.1,0.5-0.1,0.8c0,0.1,0,0.2-0.1,0.3
C984.5,161.1,984.6,161,984.7,161z"/>
<path id="Path_6_4_" fill="#1A6D93" d="M983.6,172.1c-0.3,0-0.5,0.1-0.8,0.1c-0.2,0-0.3,0-0.4,0c-0.5,0-1.1-0.1-1.6-0.2
c-0.1,0-0.1,0-0.2-0.1c-0.9-0.3-1.4-1.2-1.1-2.1c0,0,0,0,0,0c0.2-0.9,0.6-1.7,1.1-2.4c0.1-0.1,0.2-0.3,0.3-0.4
c0-0.1,0.1-0.1,0.1-0.2l-0.9-0.8c-0.8,0.9-1.4,2-1.7,3.1c-0.6,1.5,0.2,3.3,1.8,3.9c0.2,0.1,0.4,0.1,0.6,0.2
c0.5,0.1,1.1,0.2,1.6,0.2c0.3,0,0.6,0,1-0.1c0.2,0,0.4,0,0.6-0.1l0.2,0L984,172C983.9,172,983.7,172.1,983.6,172.1z"/>
<path id="Path_7_4_" fill="#1A6D93" d="M982.4,172.1c0.1,0,0.3,0,0.4,0C982.7,172.1,982.5,172.1,982.4,172.1z"/>
<path id="Path_8_4_" fill="#1A6D93" d="M980.8,171.9c0.5,0.2,1,0.2,1.6,0.2C981.9,172.1,981.3,172.1,980.8,171.9z"/>
<path id="Path_9_4_" fill="#1A6D93" d="M982.4,173.3c-0.6,0-1.1-0.1-1.6-0.2C981.3,173.3,981.9,173.3,982.4,173.3z"/>
<path id="Path_10_4_" fill="#1A6D93" d="M983.4,173.3c-0.4,0-0.7,0.1-1,0.1C982.7,173.3,983.1,173.3,983.4,173.3z"/>
<path id="Path_11_4_" fill="#1A6D93" d="M992.9,161.8c-0.1-0.3-0.1-0.7-0.2-1c-0.1-0.3-0.4-0.4-0.7-0.5h0c-0.3,0.1-0.7,0.3-1,0.4
c-0.1,0.1-0.2,0.1-0.4,0.1l2.3,1.3L992.9,161.8z"/>
<path id="Path_12_4_" fill="#1A6D93" d="M985.3,163.9C985.3,163.9,985.3,163.9,985.3,163.9c-0.1,0.1-0.2,0.1-0.2,0.2
c-0.2,0.2-0.5,0.4-0.7,0.5c-0.2,0.1-0.3,0.4-0.3,0.6c0,0.1,0,0.1,0,0.2c0,0.1,0,0.2,0,0.2c0.3,0.3,0.6,0.5,0.9,0.7l0.2,0.1
c0,0,0.1,0,0.1,0.1c0,0,0,0,0,0L985.3,163.9C985.3,163.9,985.3,163.9,985.3,163.9z"/>
<path id="Path_13_4_" fill="#1A6D93" d="M987.5,159.3L987.5,159.3c0.3-0.1,0.6-0.3,0.9-0.4l0.3-0.2l-1.4-0.5l-0.3,1.2
c0.1,0,0.2,0.1,0.3,0.1c0.1,0,0.1,0,0.2-0.1C987.4,159.3,987.5,159.3,987.5,159.3z"/>
<path id="Path_14_4_" fill="#1A6D93" d="M987.4,159.3C987.4,159.3,987.5,159.3,987.4,159.3L987.4,159.3
C987.5,159.3,987.4,159.3,987.4,159.3z"/>
<path id="Path_15_4_" fill="#1A6D93" d="M997.1,166.8l-0.9-0.8c-0.1,0.5-0.2,1.1-0.1,1.6L997.1,166.8z"/>
<path id="Path_16_4_" fill="#1A6D93" d="M987,171.3C987,171.3,987,171.3,987,171.3c-0.1,0-0.1,0.1-0.1,0.1
c0.1,0.3,0.1,0.5,0.2,0.8l0.1,0.2l1.2-0.4l-0.3-0.1C987.8,171.7,987.5,171.5,987,171.3C987.1,171.3,987.1,171.3,987,171.3z"/>
<path id="Path_17_4_" fill="#1A6D93" d="M989.7,166.1c0.4,0,0.8-0.4,0.8-0.8c0-0.4-0.4-0.8-0.8-0.8c-0.4,0-0.8,0.3-0.8,0.8
C988.9,165.7,989.3,166.1,989.7,166.1z"/>
<path id="Path_18_4_" fill="#0D3547" d="M1000,179.2l1.2-0.2l0.4-1.2l-0.8-0.9l-1.2,0.2l-0.4,1.2L1000,179.2 M989,167.1l1.9-0.3
l0.7-1.8l-1.2-1.5l-1.9,0.3l-0.7,1.8L989,167.1 M989.7,162.3c1.7,0,3,1.3,3,3c0,0.2,0,0.3,0,0.5c0.2,0.9,0.7,1.7,1.4,2.4
c0,0,3.3,4.2,5.6,7.2c0.3,0.3,0.6,0.6,1,0.7c1,0.2,1.7,1.2,1.5,2.2s-1.2,1.7-2.2,1.5c-0.4-0.1-0.8-0.3-1.1-0.6
c-0.2-0.3-0.4-0.7-0.4-1.1l0,0V178c-0.1-0.4-0.3-0.8-0.6-1.2l-6.2-6.7c-0.5-0.8-1.3-1.4-2.1-1.8c-0.8,0-1.6-0.4-2.2-1.1
c-1.1-1.3-0.9-3.2,0.4-4.2c0,0,0,0,0,0C988.3,162.6,989,162.3,989.7,162.3"/>
<path id="Path_19_4_" fill="#0D3547" d="M979.7,186.7l0.7-1.6l0.7,1.6H979.7z M980.1,183.3l-2.3,5.1v0.1h1.2l0.3-0.7h2.1l0.3,0.7
h1.2v-0.1l-2.3-5.1L980.1,183.3z"/>
<path id="Path_20_4_" fill="#0D3547" d="M986.3,185.8h-1v-1.5h1c0.4,0,0.7,0.3,0.6,0.7c0,0,0,0,0,0.1
C987,185.5,986.7,185.8,986.3,185.8C986.4,185.8,986.3,185.8,986.3,185.8z M987.4,186.6c0.6-0.5,0.9-1.3,0.7-2
c-0.2-0.8-0.9-1.3-1.7-1.2h-2.2v5.1h1.2v-1.5h0.8l0.9,1.5h1.4v-0.1L987.4,186.6L987.4,186.6z"/>
<path id="Path_21_4_" fill="#0D3547" d="M990.5,184.4v4.1h1.2v-4.1h1.3v-1h-3.7v1H990.5z"/>
<path id="Path_22_4_" fill="#0D3547" d="M993.8,183.3v1h0.6v3.1h-0.7v1h2.5v-1h-0.7v-3.1h0.6v-1H993.8z"/>
<path id="Path_23_4_" fill="#0D3547" d="M999.9,187.4c-0.8,0.1-1.6-0.6-1.6-1.4c-0.1-0.8,0.6-1.6,1.4-1.6s1.6,0.6,1.6,1.4
c0,0,0,0.1,0,0.1c0.1,0.8-0.5,1.4-1.3,1.5C1000,187.4,1000,187.4,999.9,187.4z M1002.1,187.4c0.3-0.5,0.4-1,0.4-1.5
c0-1.4-1.2-2.6-2.6-2.6c-1.4,0-2.6,1.2-2.6,2.6c0,1.4,1.2,2.6,2.6,2.6c0.5,0,0.9-0.1,1.3-0.3l0.1,0l0.1,0.3h1.2v-0.1
L1002.1,187.4L1002.1,187.4z"/>
<path id="Path_24_4_" fill="#1A6D93" d="M991.6,171L991.6,171c-2.1-0.8-4.1-1.8-5.9-3.1c-1.8-1.2-3.4-2.6-4.7-4.3
c-0.6-0.7-1.1-1.6-1.4-2.6c-0.3-0.8,0-1.7,0.8-2.1c0.2-0.1,0.4-0.2,0.6-0.3c0.7-0.2,1.4-0.2,2.1-0.2l0.3,0l0.4,0l0.3,0l0.3-1.2
l-0.2,0c-0.2,0-0.4-0.1-0.6-0.1c-0.4,0-0.7-0.1-1-0.1c-0.7,0-1.3,0.1-1.9,0.3c-1.1,0.3-1.9,1.1-2.2,2.2c-0.2,0.8,0,1.7,0.4,2.5
c0.6,1.3,1.4,2.5,2.5,3.5c2.8,2.8,6.1,4.9,9.7,6.3c0.3,0.1,0.5,0.2,0.8,0.3c0.1,0,0.2,0.1,0.4,0.1l0.2-0.7L991.6,171z"/>
<path id="Path_25_4_" fill="#1A6D93" d="M1001.1,169.8C1001.1,169.8,1001.1,169.8,1001.1,169.8c-0.1-0.8-0.4-1.5-0.8-2.1
c-0.8-1.3-1.7-2.5-2.9-3.5c-0.3-0.3-0.6-0.6-1-0.9c-0.1-0.1-0.3-0.2-0.4-0.4v0c0,0,0,0,0,0.1l0,0.3c0,0.4,0,0.8,0.1,1.2
c0,0.1,0.1,0.2,0.1,0.2c0.2,0.2,0.4,0.4,0.5,0.5c0.3,0.3,0.6,0.6,1,1c0.9,0.9,1.5,1.9,2,3c0.2,0.4,0.2,0.9,0.2,1.3
c-0.1,0.7-0.6,1.2-1.3,1.4c-0.2,0.1-0.4,0.1-0.6,0.2l0.8,1c0.1,0,0.3-0.1,0.4-0.1c0.9-0.3,1.7-1.1,1.9-2.1l0.1-0.3L1001.1,169.8
L1001.1,169.8z"/>
<path id="Path_26_4_" fill="#1A6D93" d="M993.5,160c0.1,0.4,0.1,0.8,0.2,1.2c0.1,0.9,0.2,1.9,0.3,2.8c0.1,0.9,0.1,1.9,0,2.8
l1.1,1.4c0-0.3,0.1-0.6,0.1-0.9c0.2-2.1,0.1-4.1-0.2-6.2c-0.1-0.4-0.1-0.8-0.2-1.2c0-0.2-0.1-0.4-0.1-0.6l-1.2,0.3c0,0,0,0,0,0.1
C993.5,159.9,993.5,159.9,993.5,160z"/>
<path id="Path_27_4_" fill="#1A6D93" d="M993,172.6c-0.2,0.6-0.4,1.2-0.7,1.7c-0.3,0.8-0.8,1.5-1.5,2.1c-0.7,0.6-1.7,0.6-2.4,0
c-0.5-0.5-1-1.1-1.3-1.7c-0.6-1.2-1-2.5-1.3-3.9l0,0c0-0.1,0-0.2-0.1-0.2c-0.3-0.2-0.7-0.4-1.1-0.7c-0.1-0.1-0.2-0.1-0.3-0.2
c0,0.1,0,0.2,0,0.2c0,0.2,0.1,0.4,0.1,0.6c0.3,1.7,0.8,3.4,1.6,4.9c0.6,1.3,1.7,2.3,3.1,2.7h0.7c1.3-0.3,2.4-1.2,2.9-2.4
c0.2-0.3,0.3-0.5,0.4-0.8c0.2-0.4,0.4-0.9,0.5-1.3L993,172.6z"/>
</g>
<g id="Group_18_4_" transform="translate(-1530 444)">
<circle id="Ellipse_6_4_" fill="#0D3547" cx="744.1" cy="257" r="8"/>
<rect id="Rectangle_2_4_" x="743.1" y="253" fill="#FFFFFF" width="2" height="8"/>
<rect id="Rectangle_3_4_" x="740.1" y="256" fill="#FFFFFF" width="8" height="2"/>
</g>
<g id="Group_22_1_" transform="translate(-300 750)">
<g id="Rectangle_6_2_" transform="translate(-1399 -77)">
<rect x="924.1" y="152" fill="#FFFFFF" width="32" height="240"/>
<rect x="925.1" y="153" fill="none" stroke="#0D3547" stroke-width="2" width="30" height="238"/>
</g>
<g id="Group_21_1_" transform="translate(-1394.333 -47)">
<path id="Path_28_1_" fill="#0D3547" d="M924.1,159.7l22.7-7.7v180l-22.7-7.7V159.7z"/>
<rect id="Rectangle_4_1_" x="928.8" y="167" fill="#715EC7" width="4" height="150"/>
<rect id="Rectangle_5_1_" x="938" y="167" fill="#715EC7" width="4" height="150"/>
</g>
<rect id="Rectangle_7_1_" x="-468.9" y="99" fill="#0D3547" width="20" height="2"/>
<rect id="Rectangle_8_2_" x="-468.9" y="289" fill="#0D3547" width="20" height="2"/>
<circle id="Ellipse_7_1_" fill="#0D3547" cx="-458.9" cy="302" r="4"/>
<circle id="Ellipse_8_2_" fill="#0D3547" cx="-458.9" cy="88" r="4"/>
</g>
<g id="Group_23_1_" transform="translate(-302 732)">
<circle id="Ellipse_5_2_" fill="#5EC793" cx="-475.9" cy="362" r="4"/>
<g enable-background="new ">
<path fill="#0D3547" d="M-473.5,373.4c0,0.6,0,1.1-0.1,1.5c-0.1,0.5-0.2,0.8-0.4,1.2c-0.2,0.3-0.5,0.6-0.8,0.7
c-0.3,0.2-0.7,0.2-1.1,0.2c-0.4,0-0.8-0.1-1.1-0.2c-0.3-0.2-0.6-0.4-0.8-0.7c-0.2-0.3-0.4-0.7-0.5-1.2c-0.1-0.5-0.1-1-0.1-1.5
s0-1.1,0.1-1.5c0.1-0.5,0.2-0.8,0.4-1.2s0.4-0.6,0.8-0.7c0.3-0.2,0.7-0.3,1.1-0.3c0.4,0,0.8,0.1,1.1,0.2
c0.3,0.2,0.6,0.4,0.8,0.7s0.4,0.7,0.5,1.2C-473.5,372.3-473.5,372.9-473.5,373.4z M-476.8,373.4c0,0.8,0.1,1.4,0.2,1.8
c0.1,0.4,0.4,0.6,0.7,0.6c0.3,0,0.6-0.2,0.7-0.6c0.1-0.4,0.2-1,0.2-1.8c0-0.8-0.1-1.4-0.2-1.8c-0.1-0.4-0.4-0.6-0.7-0.6
c-0.2,0-0.3,0.1-0.4,0.2c-0.1,0.1-0.2,0.3-0.3,0.5c-0.1,0.2-0.1,0.5-0.2,0.8C-476.8,372.7-476.8,373-476.8,373.4z"/>
</g>
<circle id="Ellipse_5-2_2_" fill="#5EC793" cx="-462.9" cy="362" r="4"/>
<g enable-background="new ">
<path fill="#0D3547" d="M-461.7,377h-1.5v-4.1c0-0.1,0-0.2,0-0.3c0-0.1,0-0.2,0-0.4c0-0.1,0-0.3,0-0.4s0-0.2,0-0.4
c0,0,0,0-0.1,0.1s-0.1,0.1-0.1,0.1c0,0-0.1,0.1-0.2,0.1c-0.1,0-0.1,0.1-0.2,0.1l-0.8,0.7l-0.7-0.9l2.3-1.8h1.2V377z"/>
</g>
<circle id="Ellipse_9_2_" fill="#5EC793" cx="-449.9" cy="362" r="4"/>
<g enable-background="new ">
<path fill="#0D3547" d="M-447.5,377h-4.8v-1l1.7-1.8c0.2-0.2,0.4-0.4,0.6-0.6c0.2-0.2,0.3-0.4,0.4-0.6c0.1-0.2,0.2-0.4,0.3-0.6
s0.1-0.4,0.1-0.6c0-0.2-0.1-0.4-0.2-0.6c-0.1-0.1-0.3-0.2-0.6-0.2c-0.3,0-0.5,0.1-0.7,0.2c-0.2,0.1-0.5,0.3-0.7,0.5l-0.8-1
c0.1-0.1,0.3-0.3,0.5-0.4c0.2-0.1,0.3-0.2,0.5-0.3c0.2-0.1,0.4-0.2,0.6-0.2c0.2-0.1,0.5-0.1,0.8-0.1c0.3,0,0.6,0,0.9,0.1
c0.3,0.1,0.5,0.2,0.7,0.4c0.2,0.2,0.3,0.4,0.4,0.6s0.2,0.5,0.2,0.8c0,0.3,0,0.5-0.1,0.8c-0.1,0.3-0.2,0.5-0.4,0.8
c-0.2,0.2-0.4,0.5-0.6,0.7c-0.2,0.2-0.5,0.5-0.7,0.7l-0.9,0.9v0.1h2.9V377z"/>
</g>
<circle id="Ellipse_10_2_" fill="#5EC793" cx="-436.9" cy="362" r="4"/>
<g enable-background="new ">
<path fill="#0D3547" d="M-434.7,371.5c0,0.2,0,0.5-0.1,0.7c-0.1,0.2-0.2,0.4-0.3,0.5c-0.1,0.1-0.3,0.3-0.5,0.4
c-0.2,0.1-0.4,0.2-0.6,0.2v0c0.6,0.1,1,0.2,1.3,0.5c0.3,0.3,0.4,0.7,0.4,1.1c0,0.3-0.1,0.6-0.2,0.9c-0.1,0.3-0.3,0.5-0.5,0.7
c-0.2,0.2-0.5,0.3-0.9,0.5c-0.4,0.1-0.8,0.2-1.2,0.2c-0.4,0-0.7,0-1.1-0.1c-0.3-0.1-0.7-0.2-0.9-0.3v-1.3
c0.1,0.1,0.3,0.1,0.5,0.2c0.2,0.1,0.3,0.1,0.5,0.1c0.2,0,0.3,0.1,0.5,0.1c0.2,0,0.3,0,0.4,0c0.3,0,0.5,0,0.7-0.1
s0.3-0.1,0.4-0.2c0.1-0.1,0.2-0.2,0.2-0.3c0-0.1,0.1-0.3,0.1-0.4c0-0.1,0-0.3-0.1-0.4c-0.1-0.1-0.2-0.2-0.3-0.3
c-0.1-0.1-0.3-0.1-0.5-0.2c-0.2,0-0.5-0.1-0.8-0.1h-0.5v-1.1h0.5c0.3,0,0.5,0,0.7-0.1c0.2-0.1,0.4-0.1,0.5-0.2
c0.1-0.1,0.2-0.2,0.3-0.3s0.1-0.3,0.1-0.4c0-0.3-0.1-0.5-0.2-0.6c-0.2-0.1-0.4-0.2-0.8-0.2c-0.2,0-0.3,0-0.4,0
c-0.1,0-0.3,0.1-0.4,0.1c-0.1,0-0.2,0.1-0.3,0.2c-0.1,0.1-0.2,0.1-0.3,0.2l-0.8-1c0.1-0.1,0.3-0.2,0.4-0.3s0.3-0.2,0.5-0.2
c0.2-0.1,0.4-0.1,0.6-0.1c0.2,0,0.5-0.1,0.7-0.1c0.4,0,0.7,0,1,0.1c0.3,0.1,0.5,0.2,0.7,0.3c0.2,0.1,0.4,0.3,0.5,0.5
C-434.8,370.9-434.7,371.2-434.7,371.5z"/>
</g>
</g>
<g id="Group_24_1_" transform="translate(-302 759)">
<circle id="Ellipse_5-3_2_" fill="#5EC793" cx="-475.9" cy="362" r="4"/>
<g enable-background="new ">
<path fill="#0D3547" d="M-473.4,375.5h-0.9v1.5h-1.5v-1.5h-2.9v-1l3-4.6h1.4v4.5h0.9V375.5z M-475.7,374.3v-1.2c0,0,0-0.1,0-0.2
c0-0.1,0-0.2,0-0.3c0-0.1,0-0.2,0-0.3s0-0.2,0-0.3s0-0.2,0-0.3c0-0.1,0-0.1,0-0.2h0c-0.1,0.1-0.1,0.3-0.2,0.4s-0.2,0.3-0.3,0.5
l-1.2,1.8H-475.7z"/>
</g>
<circle id="Ellipse_5-4_2_" fill="#5EC793" cx="-462.9" cy="362" r="4"/>
<g enable-background="new ">
<path fill="#0D3547" d="M-462.7,372.4c0.3,0,0.6,0,0.9,0.1s0.5,0.2,0.7,0.4s0.3,0.4,0.5,0.7c0.1,0.3,0.2,0.6,0.2,0.9
c0,0.4-0.1,0.7-0.2,1c-0.1,0.3-0.3,0.6-0.5,0.8c-0.2,0.2-0.5,0.4-0.9,0.5s-0.7,0.2-1.2,0.2c-0.2,0-0.4,0-0.5,0s-0.3,0-0.5-0.1
c-0.2,0-0.3-0.1-0.5-0.1c-0.1,0-0.3-0.1-0.4-0.2v-1.3c0.1,0.1,0.2,0.1,0.4,0.2c0.2,0.1,0.3,0.1,0.5,0.1c0.2,0,0.3,0.1,0.5,0.1
c0.2,0,0.3,0,0.5,0c0.4,0,0.8-0.1,1-0.3c0.2-0.2,0.3-0.5,0.3-0.9c0-0.4-0.1-0.6-0.3-0.8c-0.2-0.2-0.6-0.3-1-0.3
c-0.1,0-0.2,0-0.3,0c-0.1,0-0.2,0-0.3,0s-0.2,0-0.3,0.1c-0.1,0-0.2,0-0.2,0.1l-0.6-0.3l0.3-3.6h3.8v1.3h-2.5l-0.1,1.4
c0.1,0,0.2,0,0.4-0.1C-463.1,372.5-463,372.4-462.7,372.4z"/>
</g>
<circle id="Ellipse_9-2_2_" fill="#5EC793" cx="-449.9" cy="362" r="4"/>
<g enable-background="new ">
<path fill="#0D3547" d="M-452.3,374c0-0.3,0-0.7,0.1-1c0-0.3,0.1-0.7,0.2-1c0.1-0.3,0.2-0.6,0.4-0.9c0.2-0.3,0.4-0.5,0.6-0.7
c0.3-0.2,0.6-0.4,0.9-0.5c0.4-0.1,0.8-0.2,1.2-0.2c0.1,0,0.1,0,0.2,0c0.1,0,0.2,0,0.2,0c0.1,0,0.2,0,0.2,0s0.1,0,0.2,0v1.2
c-0.1,0-0.3-0.1-0.4-0.1c-0.1,0-0.3,0-0.4,0c-0.4,0-0.8,0.1-1.1,0.2c-0.3,0.1-0.5,0.3-0.7,0.5s-0.3,0.4-0.4,0.7
c-0.1,0.3-0.1,0.6-0.1,0.9h0.1c0.1-0.1,0.1-0.2,0.2-0.3c0.1-0.1,0.2-0.2,0.3-0.3c0.1-0.1,0.3-0.1,0.4-0.2c0.2,0,0.3-0.1,0.5-0.1
c0.3,0,0.6,0.1,0.8,0.2c0.2,0.1,0.5,0.2,0.6,0.4s0.3,0.4,0.4,0.7c0.1,0.3,0.1,0.6,0.1,1c0,0.4-0.1,0.7-0.2,1
c-0.1,0.3-0.3,0.6-0.5,0.8c-0.2,0.2-0.4,0.4-0.7,0.5c-0.3,0.1-0.6,0.2-1,0.2c-0.4,0-0.7-0.1-1-0.2c-0.3-0.1-0.6-0.3-0.8-0.6
c-0.2-0.3-0.4-0.6-0.5-1C-452.2,375-452.3,374.5-452.3,374z M-449.8,375.9c0.1,0,0.3,0,0.4-0.1c0.1-0.1,0.2-0.1,0.3-0.2
c0.1-0.1,0.1-0.2,0.2-0.4s0.1-0.3,0.1-0.6c0-0.3-0.1-0.6-0.2-0.8c-0.1-0.2-0.4-0.3-0.7-0.3c-0.1,0-0.3,0-0.4,0.1
c-0.1,0.1-0.2,0.1-0.3,0.2s-0.2,0.2-0.2,0.3c0,0.1-0.1,0.2-0.1,0.4c0,0.2,0,0.3,0.1,0.5c0,0.2,0.1,0.3,0.2,0.4
c0.1,0.1,0.2,0.2,0.3,0.3S-450,375.9-449.8,375.9z"/>
</g>
<circle id="Ellipse_10-2_2_" fill="#5EC793" cx="-436.9" cy="362" r="4"/>
<g enable-background="new ">
<path fill="#0D3547" d="M-438.6,377l2.5-5.9h-3.3v-1.3h4.9v0.9l-2.6,6.2H-438.6z"/>
</g>
</g>
<g id="Group_74_2_" transform="translate(-1530 907)">
<circle id="Ellipse_6-2_4_" fill="#0D3547" cx="744.1" cy="257" r="8"/>
<rect id="Rectangle_2-2_4_" x="743.1" y="253" fill="#FFFFFF" width="2" height="8"/>
<rect id="Rectangle_3-2_4_" x="740.1" y="256" fill="#FFFFFF" width="8" height="2"/>
</g>
</g>
</g>
<g id="Novo">
</g>
<g id="IDC_BNC_adapter_copy">
</g>
<g id="HD68">
</g>
<g id="Clocker">
</g>
<g id="Koster">
</g>
<g id="EEM_Octal">
</g>
<g id="EEM16x">
</g>
<g id="BNC_DIO__x28_new_x29_">
</g>
<g id="Urukul_2_">
</g>
<g id="Stabiliser">
</g>
</svg>

After

Width:  |  Height:  |  Size: 22 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 28 KiB

View File

@ -0,0 +1,10 @@
<svg xmlns="http://www.w3.org/2000/svg" width="50" height="50" viewBox="0 0 50 50">
<g id="Group_155" data-name="Group 155" transform="translate(-760 -870)">
<g id="Rectangle_835" data-name="Rectangle 835" transform="translate(760 870)" fill="#715ec7" stroke="#715ec7" stroke-width="1">
<rect width="50" height="50" rx="25" stroke="none"/>
<rect x="0.5" y="0.5" width="49" height="49" rx="24.5" fill="none"/>
</g>
<rect id="Rectangle_904" data-name="Rectangle 904" width="2.4" height="24" transform="translate(784 883)" fill="#fff"/>
<rect id="Rectangle_905" data-name="Rectangle 905" width="2.4" height="24" transform="translate(797 894) rotate(90)" fill="#fff"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 709 B

View File

@ -0,0 +1,4 @@
<svg id="reminder" xmlns="http://www.w3.org/2000/svg" width="22" height="22" viewBox="0 0 22 22">
<path id="Path_852" data-name="Path 852" d="M0,22H22V0H0Z" fill="none"/>
<path id="Path_853" data-name="Path 853" d="M9.92,8.16h1.76V6.4H9.92Zm0,7.04h1.76V9.92H9.92Zm.871,4.4A8.8,8.8,0,1,1,19.6,10.8,8.8,8.8,0,0,1,10.791,19.6Z" transform="translate(-0.167 -0.167)" fill="#715ec7"/>
</svg>

After

Width:  |  Height:  |  Size: 390 B

View File

@ -0,0 +1,9 @@
<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20">
<g id="Group_158" data-name="Group 158" transform="translate(-760 -870)">
<g id="Path_330" data-name="Path 330" transform="translate(760 870)" fill="#fff">
<path d="M 10 19.5 C 4.761680126190186 19.5 0.5 15.23832035064697 0.5 10 C 0.5 4.761680126190186 4.761680126190186 0.5 10 0.5 C 15.23832035064697 0.5 19.5 4.761680126190186 19.5 10 C 19.5 15.23832035064697 15.23832035064697 19.5 10 19.5 Z" stroke="none"/>
<path d="M 10 1 C 5.037380218505859 1 1 5.037380218505859 1 10 C 1 14.96261978149414 5.037380218505859 19 10 19 C 14.96261978149414 19 19 14.96261978149414 19 10 C 19 5.037380218505859 14.96261978149414 1 10 1 M 10 0 C 15.52285003662109 0 20 4.477149963378906 20 10 C 20 15.52285003662109 15.52285003662109 20 10 20 C 4.477149963378906 20 0 15.52285003662109 0 10 C 0 4.477149963378906 4.477149963378906 0 10 0 Z" stroke="none" fill="#715ec7"/>
</g>
<rect id="Rectangle_905" data-name="Rectangle 905" width="0.96" height="9.6" transform="translate(774.8 879.6) rotate(90)" fill="#715ec7"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 1.1 KiB

View File

@ -0,0 +1,4 @@
<svg id="warning" xmlns="http://www.w3.org/2000/svg" width="22" height="22" viewBox="0 0 22 22">
<path id="Path_793" data-name="Path 793" d="M0,0H22V22H0Z" fill="none"/>
<path id="Path_794" data-name="Path 794" d="M1,18.5H20.8L10.9,2Zm10.8-2.605H10V14.158h1.8Zm0-3.474H10V8.947h1.8Z" transform="translate(0.1 0.2)" fill="#c75e5e"/>
</svg>

After

Width:  |  Height:  |  Size: 343 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 49 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 86 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 29 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 59 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 43 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 58 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 37 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 43 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 31 KiB

12
static/js/.eslintrc Normal file
View File

@ -0,0 +1,12 @@
{
"parser": "babel-eslint",
"env": {
"browser": true,
"node": true,
"es6": true
},
"ecmaFeatures": {
"modules": true,
"jsx": true
}
}

View File

@ -6,14 +6,6 @@
var pathname = window.location.pathname;
var deferredPrompt;
window.addEventListener('beforeinstallprompt', (e) => {
console.log('[AS] Before install prompt');
// Prevent Chrome 67 and earlier from automatically showing the prompt
e.preventDefault();
// Stash the event so it can be triggered later.
deferredPrompt = e;
});
if ('serviceWorker' in navigator) {
console.info('Service Worker is supported');

25
static/js/babel.min.js vendored Normal file

File diff suppressed because one or more lines are too long

1
static/js/prop-types.min.js vendored Normal file
View File

@ -0,0 +1 @@
!function(f){if("object"==typeof exports&&"undefined"!=typeof module)module.exports=f();else if("function"==typeof define&&define.amd)define([],f);else{var g;g="undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof self?self:this,g.PropTypes=f()}}(function(){return function e(t,n,r){function s(o,u){if(!n[o]){if(!t[o]){var a="function"==typeof require&&require;if(!u&&a)return a(o,!0);if(i)return i(o,!0);var f=new Error("Cannot find module '"+o+"'");throw f.code="MODULE_NOT_FOUND",f}var l=n[o]={exports:{}};t[o][0].call(l.exports,function(e){var n=t[o][1][e];return s(n?n:e)},l,l.exports,e,t,n,r)}return n[o].exports}for(var i="function"==typeof require&&require,o=0;o<r.length;o++)s(r[o]);return s}({1:[function(require,module){"use strict";function emptyFunction(){}var ReactPropTypesSecret=require(3);module.exports=function(){function e(e,r,t,o,n,p){if(p!==ReactPropTypesSecret){var c=new Error("Calling PropTypes validators directly is not supported by the `prop-types` package. Use PropTypes.checkPropTypes() to call them. Read more at http://fb.me/use-check-prop-types");throw c.name="Invariant Violation",c}}function r(){return e}e.isRequired=e;var t={array:e,bool:e,func:e,number:e,object:e,string:e,symbol:e,any:e,arrayOf:r,element:e,instanceOf:r,node:e,objectOf:r,oneOf:r,oneOfType:r,shape:r,exact:r};return t.checkPropTypes=emptyFunction,t.PropTypes=t,t}},{3:3}],2:[function(require,module){module.exports=require(1)()},{1:1}],3:[function(require,module){"use strict";var ReactPropTypesSecret="SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED";module.exports=ReactPropTypesSecret},{}]},{},[2])(2)});

1
static/js/react-beautiful-dnd.min.js vendored Normal file

File diff suppressed because one or more lines are too long

244
static/js/react-dom.production.min.js vendored Normal file
View File

@ -0,0 +1,244 @@
/** @license React v16.10.2
* react-dom.production.min.js
*
* Copyright (c) Facebook, Inc. and its affiliates.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/
/*
Modernizr 3.0.0pre (Custom Build) | MIT
*/
'use strict';(function(la,l){"object"===typeof exports&&"undefined"!==typeof module?module.exports=l(require("react")):"function"===typeof define&&define.amd?define(["react"],l):la.ReactDOM=l(la.React)})(this,function(la){function l(a){for(var b=a.message,c="https://reactjs.org/docs/error-decoder.html?invariant="+b,d=1;d<arguments.length;d++)c+="&args[]="+encodeURIComponent(arguments[d]);a.message="Minified React error #"+b+"; visit "+c+" for the full message or use the non-minified dev environment for full errors and additional helpful warnings. ";
return a}function tf(){if(pc)for(var a in cb){var b=cb[a],c=pc.indexOf(a);if(!(-1<c))throw l(Error(96),a);if(!qc[c]){if(!b.extractEvents)throw l(Error(97),a);qc[c]=b;c=b.eventTypes;for(var d in c){var e=void 0;var f=c[d],g=b,h=d;if(yd.hasOwnProperty(h))throw l(Error(99),h);yd[h]=f;var k=f.phasedRegistrationNames;if(k){for(e in k)k.hasOwnProperty(e)&&uf(k[e],g,h);e=!0}else f.registrationName?(uf(f.registrationName,g,h),e=!0):e=!1;if(!e)throw l(Error(98),d,a);}}}}function uf(a,b,c){if(db[a])throw l(Error(100),
a);db[a]=b;zd[a]=b.eventTypes[c].dependencies}function vi(a,b,c,d,e,f,g,h,k){Eb=!1;rc=null;wi.apply(xi,arguments)}function yi(a,b,c,d,e,f,g,h,k){vi.apply(this,arguments);if(Eb){if(Eb){var m=rc;Eb=!1;rc=null}else throw l(Error(198));sc||(sc=!0,Ad=m)}}function vf(a,b,c){var d=a.type||"unknown-event";a.currentTarget=wf(c);yi(d,b,void 0,a);a.currentTarget=null}function eb(a,b){if(null==b)throw l(Error(30));if(null==a)return b;if(Array.isArray(a)){if(Array.isArray(b))return a.push.apply(a,b),a;a.push(b);
return a}return Array.isArray(b)?[a].concat(b):[a,b]}function Bd(a,b,c){Array.isArray(a)?a.forEach(b,c):a&&b.call(c,a)}function tc(a){null!==a&&(Fb=eb(Fb,a));a=Fb;Fb=null;if(a){Bd(a,zi);if(Fb)throw l(Error(95));if(sc)throw a=Ad,sc=!1,Ad=null,a;}}function xf(a,b){var c=a.stateNode;if(!c)return null;var d=Cd(c);if(!d)return null;c=d[b];a:switch(b){case "onClick":case "onClickCapture":case "onDoubleClick":case "onDoubleClickCapture":case "onMouseDown":case "onMouseDownCapture":case "onMouseMove":case "onMouseMoveCapture":case "onMouseUp":case "onMouseUpCapture":(d=
!d.disabled)||(a=a.type,d=!("button"===a||"input"===a||"select"===a||"textarea"===a));a=!d;break a;default:a=!1}if(a)return null;if(c&&"function"!==typeof c)throw l(Error(231),b,typeof c);return c}function Gb(a){if(null===a||"object"!==typeof a)return null;a=yf&&a[yf]||a["@@iterator"];return"function"===typeof a?a:null}function Ai(a){if(-1===a._status){a._status=0;var b=a._ctor;b=b();a._result=b;b.then(function(b){0===a._status&&(b=b.default,a._status=1,a._result=b)},function(b){0===a._status&&(a._status=
2,a._result=b)})}}function xa(a){if(null==a)return null;if("function"===typeof a)return a.displayName||a.name||null;if("string"===typeof a)return a;switch(a){case ya:return"Fragment";case fb:return"Portal";case uc:return"Profiler";case zf:return"StrictMode";case vc:return"Suspense";case Dd:return"SuspenseList"}if("object"===typeof a)switch(a.$$typeof){case Af:return"Context.Consumer";case Bf:return"Context.Provider";case Ed:var b=a.render;b=b.displayName||b.name||"";return a.displayName||(""!==b?
"ForwardRef("+b+")":"ForwardRef");case Fd:return xa(a.type);case Cf:if(a=1===a._status?a._result:null)return xa(a)}return null}function Gd(a){var b="";do{a:switch(a.tag){case 3:case 4:case 6:case 7:case 10:case 9:var c="";break a;default:var d=a._debugOwner,e=a._debugSource,f=xa(a.type);c=null;d&&(c=xa(d.type));d=f;f="";e?f=" (at "+e.fileName.replace(Bi,"")+":"+e.lineNumber+")":c&&(f=" (created by "+c+")");c="\n in "+(d||"Unknown")+f}b+=c;a=a.return}while(a);return b}function Df(a){if(a=Ef(a)){if("function"!==
typeof Hd)throw l(Error(280));var b=Cd(a.stateNode);Hd(a.stateNode,a.type,b)}}function Ff(a){gb?hb?hb.push(a):hb=[a]:gb=a}function Gf(){if(gb){var a=gb,b=hb;hb=gb=null;Df(a);if(b)for(a=0;a<b.length;a++)Df(b[a])}}function Id(){if(null!==gb||null!==hb)Jd(),Gf()}function Ci(a){if(Hf.call(If,a))return!0;if(Hf.call(Jf,a))return!1;if(Di.test(a))return If[a]=!0;Jf[a]=!0;return!1}function Ei(a,b,c,d){if(null!==c&&0===c.type)return!1;switch(typeof b){case "function":case "symbol":return!0;case "boolean":if(d)return!1;
if(null!==c)return!c.acceptsBooleans;a=a.toLowerCase().slice(0,5);return"data-"!==a&&"aria-"!==a;default:return!1}}function Fi(a,b,c,d){if(null===b||"undefined"===typeof b||Ei(a,b,c,d))return!0;if(d)return!1;if(null!==c)switch(c.type){case 3:return!b;case 4:return!1===b;case 5:return isNaN(b);case 6:return isNaN(b)||1>b}return!1}function K(a,b,c,d,e,f){this.acceptsBooleans=2===b||3===b||4===b;this.attributeName=d;this.attributeNamespace=e;this.mustUseProperty=c;this.propertyName=a;this.type=b;this.sanitizeURL=
f}function za(a){switch(typeof a){case "boolean":case "number":case "object":case "string":case "undefined":return a;default:return""}}function Kd(a,b,c,d){var e=H.hasOwnProperty(b)?H[b]:null;var f=null!==e?0===e.type:d?!1:!(2<b.length)||"o"!==b[0]&&"O"!==b[0]||"n"!==b[1]&&"N"!==b[1]?!1:!0;f||(Fi(b,c,e,d)&&(c=null),d||null===e?Ci(b)&&(null===c?a.removeAttribute(b):a.setAttribute(b,""+c)):e.mustUseProperty?a[e.propertyName]=null===c?3===e.type?!1:"":c:(b=e.attributeName,d=e.attributeNamespace,null===
c?a.removeAttribute(b):(e=e.type,c=3===e||4===e&&!0===c?"":""+c,d?a.setAttributeNS(d,b,c):a.setAttribute(b,c))))}function Kf(a){var b=a.type;return(a=a.nodeName)&&"input"===a.toLowerCase()&&("checkbox"===b||"radio"===b)}function Gi(a){var b=Kf(a)?"checked":"value",c=Object.getOwnPropertyDescriptor(a.constructor.prototype,b),d=""+a[b];if(!a.hasOwnProperty(b)&&"undefined"!==typeof c&&"function"===typeof c.get&&"function"===typeof c.set){var e=c.get,f=c.set;Object.defineProperty(a,b,{configurable:!0,
get:function(){return e.call(this)},set:function(a){d=""+a;f.call(this,a)}});Object.defineProperty(a,b,{enumerable:c.enumerable});return{getValue:function(){return d},setValue:function(a){d=""+a},stopTracking:function(){a._valueTracker=null;delete a[b]}}}}function wc(a){a._valueTracker||(a._valueTracker=Gi(a))}function Lf(a){if(!a)return!1;var b=a._valueTracker;if(!b)return!0;var c=b.getValue();var d="";a&&(d=Kf(a)?a.checked?"true":"false":a.value);a=d;return a!==c?(b.setValue(a),!0):!1}function Ld(a,
b){var c=b.checked;return J({},b,{defaultChecked:void 0,defaultValue:void 0,value:void 0,checked:null!=c?c:a._wrapperState.initialChecked})}function Mf(a,b){var c=null==b.defaultValue?"":b.defaultValue,d=null!=b.checked?b.checked:b.defaultChecked;c=za(null!=b.value?b.value:c);a._wrapperState={initialChecked:d,initialValue:c,controlled:"checkbox"===b.type||"radio"===b.type?null!=b.checked:null!=b.value}}function Nf(a,b){b=b.checked;null!=b&&Kd(a,"checked",b,!1)}function Md(a,b){Nf(a,b);var c=za(b.value),
d=b.type;if(null!=c)if("number"===d){if(0===c&&""===a.value||a.value!=c)a.value=""+c}else a.value!==""+c&&(a.value=""+c);else if("submit"===d||"reset"===d){a.removeAttribute("value");return}b.hasOwnProperty("value")?Nd(a,b.type,c):b.hasOwnProperty("defaultValue")&&Nd(a,b.type,za(b.defaultValue));null==b.checked&&null!=b.defaultChecked&&(a.defaultChecked=!!b.defaultChecked)}function Of(a,b,c){if(b.hasOwnProperty("value")||b.hasOwnProperty("defaultValue")){var d=b.type;if(!("submit"!==d&&"reset"!==
d||void 0!==b.value&&null!==b.value))return;b=""+a._wrapperState.initialValue;c||b===a.value||(a.value=b);a.defaultValue=b}c=a.name;""!==c&&(a.name="");a.defaultChecked=!a.defaultChecked;a.defaultChecked=!!a._wrapperState.initialChecked;""!==c&&(a.name=c)}function Nd(a,b,c){if("number"!==b||a.ownerDocument.activeElement!==a)null==c?a.defaultValue=""+a._wrapperState.initialValue:a.defaultValue!==""+c&&(a.defaultValue=""+c)}function Hi(a){var b="";la.Children.forEach(a,function(a){null!=a&&(b+=a)});
return b}function Od(a,b){a=J({children:void 0},b);if(b=Hi(b.children))a.children=b;return a}function ib(a,b,c,d){a=a.options;if(b){b={};for(var e=0;e<c.length;e++)b["$"+c[e]]=!0;for(c=0;c<a.length;c++)e=b.hasOwnProperty("$"+a[c].value),a[c].selected!==e&&(a[c].selected=e),e&&d&&(a[c].defaultSelected=!0)}else{c=""+za(c);b=null;for(e=0;e<a.length;e++){if(a[e].value===c){a[e].selected=!0;d&&(a[e].defaultSelected=!0);return}null!==b||a[e].disabled||(b=a[e])}null!==b&&(b.selected=!0)}}function Pd(a,b){if(null!=
b.dangerouslySetInnerHTML)throw l(Error(91));return J({},b,{value:void 0,defaultValue:void 0,children:""+a._wrapperState.initialValue})}function Pf(a,b){var c=b.value;if(null==c){c=b.defaultValue;b=b.children;if(null!=b){if(null!=c)throw l(Error(92));if(Array.isArray(b)){if(!(1>=b.length))throw l(Error(93));b=b[0]}c=b}null==c&&(c="")}a._wrapperState={initialValue:za(c)}}function Qf(a,b){var c=za(b.value),d=za(b.defaultValue);null!=c&&(c=""+c,c!==a.value&&(a.value=c),null==b.defaultValue&&a.defaultValue!==
c&&(a.defaultValue=c));null!=d&&(a.defaultValue=""+d)}function Rf(a,b){b=a.textContent;b===a._wrapperState.initialValue&&""!==b&&null!==b&&(a.value=b)}function Sf(a){switch(a){case "svg":return"http://www.w3.org/2000/svg";case "math":return"http://www.w3.org/1998/Math/MathML";default:return"http://www.w3.org/1999/xhtml"}}function Qd(a,b){return null==a||"http://www.w3.org/1999/xhtml"===a?Sf(b):"http://www.w3.org/2000/svg"===a&&"foreignObject"===b?"http://www.w3.org/1999/xhtml":a}function xc(a,b){var c=
{};c[a.toLowerCase()]=b.toLowerCase();c["Webkit"+a]="webkit"+b;c["Moz"+a]="moz"+b;return c}function yc(a){if(Rd[a])return Rd[a];if(!jb[a])return a;var b=jb[a],c;for(c in b)if(b.hasOwnProperty(c)&&c in Tf)return Rd[a]=b[c];return a}function Ii(a){var b=Sd(a);Td.forEach(function(c){Ud(c,a,b)});Ji.forEach(function(c){Ud(c,a,b)})}function Vd(a,b,c,d){return{blockedOn:a,topLevelType:b,eventSystemFlags:c|32,nativeEvent:d}}function Uf(a,b){switch(a){case "focus":case "blur":Aa=null;break;case "dragenter":case "dragleave":Ba=
null;break;case "mouseover":case "mouseout":Ca=null;break;case "pointerover":case "pointerout":Hb.delete(b.pointerId);break;case "gotpointercapture":case "lostpointercapture":Ib.delete(b.pointerId)}}function Jb(a,b,c,d,e){if(null===a||a.nativeEvent!==e)return Vd(b,c,d,e);a.eventSystemFlags|=d;return a}function Ki(a,b,c,d){switch(b){case "focus":return Aa=Jb(Aa,a,b,c,d),!0;case "dragenter":return Ba=Jb(Ba,a,b,c,d),!0;case "mouseover":return Ca=Jb(Ca,a,b,c,d),!0;case "pointerover":var e=d.pointerId;
Hb.set(e,Jb(Hb.get(e)||null,a,b,c,d));return!0;case "gotpointercapture":return e=d.pointerId,Ib.set(e,Jb(Ib.get(e)||null,a,b,c,d)),!0}return!1}function zc(a){if(null!==a.blockedOn)return!1;var b=Wd(a.topLevelType,a.eventSystemFlags,a.nativeEvent);return null!==b?(a.blockedOn=b,!1):!0}function Vf(a,b,c){zc(a)&&c.delete(b)}function Li(){for(Xd=!1;0<ca.length;){var a=ca[0];if(null!==a.blockedOn)break;var b=Wd(a.topLevelType,a.eventSystemFlags,a.nativeEvent);null!==b?a.blockedOn=b:ca.shift()}null!==Aa&&
zc(Aa)&&(Aa=null);null!==Ba&&zc(Ba)&&(Ba=null);null!==Ca&&zc(Ca)&&(Ca=null);Hb.forEach(Vf);Ib.forEach(Vf)}function Kb(a,b){a.blockedOn===b&&(a.blockedOn=null,Xd||(Xd=!0,Wf(Xf,Li)))}function Yf(a){if(0<ca.length){Kb(ca[0],a);for(var b=1;b<ca.length;b++){var c=ca[b];c.blockedOn===a&&(c.blockedOn=null)}}null!==Aa&&Kb(Aa,a);null!==Ba&&Kb(Ba,a);null!==Ca&&Kb(Ca,a);b=function(b){return Kb(b,a)};Hb.forEach(b);Ib.forEach(b)}function kb(a){var b=a,c=a;if(a.alternate)for(;b.return;)b=b.return;else{a=b;do b=
a,(b.effectTag&(I|Da))!==C&&(c=b.return),a=b.return;while(a)}return 3===b.tag?c:null}function Zf(a){if(kb(a)!==a)throw l(Error(188));}function Mi(a){var b=a.alternate;if(!b){b=kb(a);if(null===b)throw l(Error(188));return b!==a?null:a}for(var c=a,d=b;;){var e=c.return;if(null===e)break;var f=e.alternate;if(null===f){d=e.return;if(null!==d){c=d;continue}break}if(e.child===f.child){for(f=e.child;f;){if(f===c)return Zf(e),a;if(f===d)return Zf(e),b;f=f.sibling}throw l(Error(188));}if(c.return!==d.return)c=
e,d=f;else{for(var g=!1,h=e.child;h;){if(h===c){g=!0;c=e;d=f;break}if(h===d){g=!0;d=e;c=f;break}h=h.sibling}if(!g){for(h=f.child;h;){if(h===c){g=!0;c=f;d=e;break}if(h===d){g=!0;d=f;c=e;break}h=h.sibling}if(!g)throw l(Error(189));}}if(c.alternate!==d)throw l(Error(190));}if(3!==c.tag)throw l(Error(188));return c.stateNode.current===c?a:b}function $f(a){a=Mi(a);if(!a)return null;for(var b=a;;){if(5===b.tag||6===b.tag)return b;if(b.child)b.child.return=b,b=b.child;else{if(b===a)break;for(;!b.sibling;){if(!b.return||
b.return===a)return null;b=b.return}b.sibling.return=b.return;b=b.sibling}}return null}function Yd(a){a=a.target||a.srcElement||window;a.correspondingUseElement&&(a=a.correspondingUseElement);return 3===a.nodeType?a.parentNode:a}function ma(a){do a=a.return;while(a&&5!==a.tag);return a?a:null}function ag(a,b,c){if(b=xf(a,c.dispatchConfig.phasedRegistrationNames[b]))c._dispatchListeners=eb(c._dispatchListeners,b),c._dispatchInstances=eb(c._dispatchInstances,a)}function Ni(a){if(a&&a.dispatchConfig.phasedRegistrationNames){for(var b=
a._targetInst,c=[];b;)c.push(b),b=ma(b);for(b=c.length;0<b--;)ag(c[b],"captured",a);for(b=0;b<c.length;b++)ag(c[b],"bubbled",a)}}function Zd(a,b,c){a&&c&&c.dispatchConfig.registrationName&&(b=xf(a,c.dispatchConfig.registrationName))&&(c._dispatchListeners=eb(c._dispatchListeners,b),c._dispatchInstances=eb(c._dispatchInstances,a))}function Oi(a){a&&a.dispatchConfig.registrationName&&Zd(a._targetInst,null,a)}function lb(a){Bd(a,Ni)}function Ac(){return!0}function Bc(){return!1}function O(a,b,c,d){this.dispatchConfig=
a;this._targetInst=b;this.nativeEvent=c;a=this.constructor.Interface;for(var e in a)a.hasOwnProperty(e)&&((b=a[e])?this[e]=b(c):"target"===e?this.target=d:this[e]=c[e]);this.isDefaultPrevented=(null!=c.defaultPrevented?c.defaultPrevented:!1===c.returnValue)?Ac:Bc;this.isPropagationStopped=Bc;return this}function Pi(a,b,c,d){if(this.eventPool.length){var e=this.eventPool.pop();this.call(e,a,b,c,d);return e}return new this(a,b,c,d)}function Qi(a){if(!(a instanceof this))throw l(Error(279));a.destructor();
10>this.eventPool.length&&this.eventPool.push(a)}function bg(a){a.eventPool=[];a.getPooled=Pi;a.release=Qi}function Cc(a){var b=a.keyCode;"charCode"in a?(a=a.charCode,0===a&&13===b&&(a=13)):a=b;10===a&&(a=13);return 32<=a||13===a?a:0}function Ri(a){var b=this.nativeEvent;return b.getModifierState?b.getModifierState(a):(a=Si[a])?!!b[a]:!1}function $d(a){return Ri}function Ti(a){var b=a.targetInst,c=b;do{if(!c){a.ancestors.push(c);break}var d=c;if(3===d.tag)d=d.stateNode.containerInfo;else{for(;d.return;)d=
d.return;d=3!==d.tag?null:d.stateNode.containerInfo}if(!d)break;b=c.tag;5!==b&&6!==b||a.ancestors.push(c);c=Dc(d)}while(c);for(c=0;c<a.ancestors.length;c++){b=a.ancestors[c];var e=Yd(a.nativeEvent);d=a.topLevelType;for(var f=a.nativeEvent,g=a.eventSystemFlags,h=null,k=0;k<qc.length;k++){var m=qc[k];m&&(m=m.extractEvents(d,b,f,e,g))&&(h=eb(h,m))}tc(h)}}function x(a,b){Lb(b,a,!1)}function Lb(a,b,c){switch(Ui(b)){case 0:var d=Vi.bind(null,b,1);break;case 1:d=Wi.bind(null,b,1);break;default:d=Ec.bind(null,
b,1)}c?a.addEventListener(b,d,!0):a.addEventListener(b,d,!1)}function Vi(a,b,c){Oa||Jd();var d=Ec,e=Oa;Oa=!0;try{cg(d,a,b,c)}finally{(Oa=e)||Id()}}function Wi(a,b,c){Ec(a,b,c)}function dg(a,b,c,d){if(Fc.length){var e=Fc.pop();e.topLevelType=a;e.eventSystemFlags=b;e.nativeEvent=c;e.targetInst=d;a=e}else a={topLevelType:a,eventSystemFlags:b,nativeEvent:c,targetInst:d,ancestors:[]};try{if(b=Ti,c=a,ae)b(c,void 0);else{ae=!0;try{eg(b,c,void 0)}finally{ae=!1,Id()}}}finally{a.topLevelType=null,a.nativeEvent=
null,a.targetInst=null,a.ancestors.length=0,Fc.length<Xi&&Fc.push(a)}}function Ec(a,b,c){if(Gc)if(0<ca.length&&-1<Td.indexOf(a))a=Vd(null,a,b,c),ca.push(a);else{var d=Wd(a,b,c);null===d?Uf(a,c):-1<Td.indexOf(a)?(a=Vd(d,a,b,c),ca.push(a)):Ki(d,a,b,c)||(Uf(a,c),dg(a,b,c,null))}}function Wd(a,b,c){var d=Yd(c),e=Dc(d);if(null!==e)if(d=kb(e),null===d)e=null;else{var f=d.tag;if(13===f){a:{if(13===d.tag&&(e=d.memoizedState,null===e&&(d=d.alternate,null!==d&&(e=d.memoizedState)),null!==e)){d=e.dehydrated;
break a}d=null}if(null!==d)return d;e=null}else if(3===f){if(d.stateNode.hydrate)return 3===d.tag?d.stateNode.containerInfo:null;e=null}else d!==e&&(e=null)}dg(a,b,c,e);return null}function fg(a){if(!Ea)return!1;a="on"+a;var b=a in document;b||(b=document.createElement("div"),b.setAttribute(a,"return;"),b="function"===typeof b[a]);return b}function Sd(a){var b=gg.get(a);void 0===b&&(b=new Set,gg.set(a,b));return b}function Ud(a,b,c){if(!c.has(a)){switch(a){case "scroll":Lb(b,"scroll",!0);break;case "focus":case "blur":Lb(b,
"focus",!0);Lb(b,"blur",!0);c.add("blur");c.add("focus");break;case "cancel":case "close":fg(a)&&Lb(b,a,!0);break;case "invalid":case "submit":case "reset":break;default:-1===Mb.indexOf(a)&&x(a,b)}c.add(a)}}function hg(a,b,c){return null==b||"boolean"===typeof b||""===b?"":c||"number"!==typeof b||0===b||Nb.hasOwnProperty(a)&&Nb[a]?(""+b).trim():b+"px"}function ig(a,b){a=a.style;for(var c in b)if(b.hasOwnProperty(c)){var d=0===c.indexOf("--"),e=hg(c,b[c],d);"float"===c&&(c="cssFloat");d?a.setProperty(c,
e):a[c]=e}}function be(a,b){if(b){if(Yi[a]&&(null!=b.children||null!=b.dangerouslySetInnerHTML))throw l(Error(137),a,"");if(null!=b.dangerouslySetInnerHTML){if(null!=b.children)throw l(Error(60));if(!("object"===typeof b.dangerouslySetInnerHTML&&"__html"in b.dangerouslySetInnerHTML))throw l(Error(61));}if(null!=b.style&&"object"!==typeof b.style)throw l(Error(62),"");}}function ce(a,b){if(-1===a.indexOf("-"))return"string"===typeof b.is;switch(a){case "annotation-xml":case "color-profile":case "font-face":case "font-face-src":case "font-face-uri":case "font-face-format":case "font-face-name":case "missing-glyph":return!1;
default:return!0}}function na(a,b){a=9===a.nodeType||11===a.nodeType?a:a.ownerDocument;var c=Sd(a);b=zd[b];for(var d=0;d<b.length;d++)Ud(b[d],a,c)}function Hc(){}function de(a){a=a||("undefined"!==typeof document?document:void 0);if("undefined"===typeof a)return null;try{return a.activeElement||a.body}catch(b){return a.body}}function jg(a){for(;a&&a.firstChild;)a=a.firstChild;return a}function kg(a,b){var c=jg(a);a=0;for(var d;c;){if(3===c.nodeType){d=a+c.textContent.length;if(a<=b&&d>=b)return{node:c,
offset:b-a};a=d}a:{for(;c;){if(c.nextSibling){c=c.nextSibling;break a}c=c.parentNode}c=void 0}c=jg(c)}}function lg(a,b){return a&&b?a===b?!0:a&&3===a.nodeType?!1:b&&3===b.nodeType?lg(a,b.parentNode):"contains"in a?a.contains(b):a.compareDocumentPosition?!!(a.compareDocumentPosition(b)&16):!1:!1}function mg(){for(var a=window,b=de();b instanceof a.HTMLIFrameElement;){try{var c="string"===typeof b.contentWindow.location.href}catch(d){c=!1}if(c)a=b.contentWindow;else break;b=de(a.document)}return b}
function ee(a){var b=a&&a.nodeName&&a.nodeName.toLowerCase();return b&&("input"===b&&("text"===a.type||"search"===a.type||"tel"===a.type||"url"===a.type||"password"===a.type)||"textarea"===b||"true"===a.contentEditable)}function ng(a,b){switch(a){case "button":case "input":case "select":case "textarea":return!!b.autoFocus}return!1}function fe(a,b){return"textarea"===a||"option"===a||"noscript"===a||"string"===typeof b.children||"number"===typeof b.children||"object"===typeof b.dangerouslySetInnerHTML&&
null!==b.dangerouslySetInnerHTML&&null!=b.dangerouslySetInnerHTML.__html}function mb(a){for(;null!=a;a=a.nextSibling){var b=a.nodeType;if(1===b||3===b)break}return a}function og(a){a=a.previousSibling;for(var b=0;a;){if(a.nodeType===Pa){var c=a.data;if(c===pg||c===ge||c===he){if(0===b)return a;b--}else c===qg&&b++}a=a.previousSibling}return null}function Dc(a){var b=a[Fa];if(b)return b;for(var c=a.parentNode;c;){if(b=c[ie]||c[Fa]){c=b.alternate;if(null!==b.child||null!==c&&null!==c.child)for(a=og(a);null!==
a;){if(c=a[Fa])return c;a=og(a)}return b}a=c;c=a.parentNode}return null}function rg(a){a=a[Fa]||a[ie];return!a||5!==a.tag&&6!==a.tag&&13!==a.tag&&3!==a.tag?null:a}function Qa(a){if(5===a.tag||6===a.tag)return a.stateNode;throw l(Error(33));}function je(a){return a[Ic]||null}function sg(){if(Jc)return Jc;var a,b=ke,c=b.length,d,e="value"in Ga?Ga.value:Ga.textContent,f=e.length;for(a=0;a<c&&b[a]===e[a];a++);var g=c-a;for(d=1;d<=g&&b[c-d]===e[f-d];d++);return Jc=e.slice(a,1<d?1-d:void 0)}function tg(a,
b){switch(a){case "keyup":return-1!==Zi.indexOf(b.keyCode);case "keydown":return 229!==b.keyCode;case "keypress":case "mousedown":case "blur":return!0;default:return!1}}function ug(a){a=a.detail;return"object"===typeof a&&"data"in a?a.data:null}function $i(a,b){switch(a){case "compositionend":return ug(b);case "keypress":if(32!==b.which)return null;vg=!0;return wg;case "textInput":return a=b.data,a===wg&&vg?null:a;default:return null}}function aj(a,b){if(nb)return"compositionend"===a||!le&&tg(a,b)?
(a=sg(),Jc=ke=Ga=null,nb=!1,a):null;switch(a){case "paste":return null;case "keypress":if(!(b.ctrlKey||b.altKey||b.metaKey)||b.ctrlKey&&b.altKey){if(b.char&&1<b.char.length)return b.char;if(b.which)return String.fromCharCode(b.which)}return null;case "compositionend":return xg&&"ko"!==b.locale?null:b.data;default:return null}}function yg(a){var b=a&&a.nodeName&&a.nodeName.toLowerCase();return"input"===b?!!bj[a.type]:"textarea"===b?!0:!1}function zg(a,b,c){a=O.getPooled(Ag.change,a,b,c);a.type="change";
Ff(c);lb(a);return a}function cj(a){tc(a)}function Kc(a){var b=Qa(a);if(Lf(b))return a}function dj(a,b){if("change"===a)return b}function Bg(){Ob&&(Ob.detachEvent("onpropertychange",Cg),Pb=Ob=null)}function Cg(a){if("value"===a.propertyName&&Kc(Pb))if(a=zg(Pb,a,Yd(a)),Oa)tc(a);else{Oa=!0;try{me(cj,a)}finally{Oa=!1,Id()}}}function ej(a,b,c){"focus"===a?(Bg(),Ob=b,Pb=c,Ob.attachEvent("onpropertychange",Cg)):"blur"===a&&Bg()}function fj(a,b){if("selectionchange"===a||"keyup"===a||"keydown"===a)return Kc(Pb)}
function gj(a,b){if("click"===a)return Kc(b)}function hj(a,b){if("input"===a||"change"===a)return Kc(b)}function ij(a,b){return a===b&&(0!==a||1/a===1/b)||a!==a&&b!==b}function Qb(a,b){if(Ra(a,b))return!0;if("object"!==typeof a||null===a||"object"!==typeof b||null===b)return!1;var c=Object.keys(a),d=Object.keys(b);if(c.length!==d.length)return!1;for(d=0;d<c.length;d++)if(!jj.call(b,c[d])||!Ra(a[c[d]],b[c[d]]))return!1;return!0}function Dg(a,b){var c=b.window===b?b.document:9===b.nodeType?b:b.ownerDocument;
if(ne||null==ob||ob!==de(c))return null;c=ob;"selectionStart"in c&&ee(c)?c={start:c.selectionStart,end:c.selectionEnd}:(c=(c.ownerDocument&&c.ownerDocument.defaultView||window).getSelection(),c={anchorNode:c.anchorNode,anchorOffset:c.anchorOffset,focusNode:c.focusNode,focusOffset:c.focusOffset});return Rb&&Qb(Rb,c)?null:(Rb=c,a=O.getPooled(Eg.select,oe,a,b),a.type="select",a.target=ob,lb(a),a)}function B(a,b){0>pb||(a.current=pe[pb],pe[pb]=null,pb--)}function y(a,b,c){pb++;pe[pb]=a.current;a.current=
b}function qb(a,b){var c=a.type.contextTypes;if(!c)return Ha;var d=a.stateNode;if(d&&d.__reactInternalMemoizedUnmaskedChildContext===b)return d.__reactInternalMemoizedMaskedChildContext;var e={},f;for(f in c)e[f]=b[f];d&&(a=a.stateNode,a.__reactInternalMemoizedUnmaskedChildContext=b,a.__reactInternalMemoizedMaskedChildContext=e);return e}function L(a){a=a.childContextTypes;return null!==a&&void 0!==a}function Lc(a){B(M,a);B(P,a)}function qe(a){B(M,a);B(P,a)}function Fg(a,b,c){if(P.current!==Ha)throw l(Error(168));
y(P,b,a);y(M,c,a)}function Gg(a,b,c){var d=a.stateNode;a=b.childContextTypes;if("function"!==typeof d.getChildContext)return c;d=d.getChildContext();for(var e in d)if(!(e in a))throw l(Error(108),xa(b)||"Unknown",e);return J({},c,{},d)}function Mc(a){var b=a.stateNode;b=b&&b.__reactInternalMemoizedMergedChildContext||Ha;Sa=P.current;y(P,b,a);y(M,M.current,a);return!0}function Hg(a,b,c){var d=a.stateNode;if(!d)throw l(Error(169));c?(b=Gg(a,b,Sa),d.__reactInternalMemoizedMergedChildContext=b,B(M,a),
B(P,a),y(P,b,a)):B(M,a);y(M,c,a)}function re(){switch(kj()){case Nc:return 99;case Ig:return 98;case Jg:return 97;case Kg:return 96;case Lg:return 95;default:throw l(Error(332));}}function Mg(a){switch(a){case 99:return Nc;case 98:return Ig;case 97:return Jg;case 96:return Kg;case 95:return Lg;default:throw l(Error(332));}}function Ta(a,b){a=Mg(a);return lj(a,b)}function se(a,b,c){a=Mg(a);return te(a,b,c)}function Ng(a){null===oa?(oa=[a],Oc=te(Nc,Og)):oa.push(a);return Pg}function W(){if(null!==Oc){var a=
Oc;Oc=null;Qg(a)}Og()}function Og(){if(!ue&&null!==oa){ue=!0;var a=0;try{var b=oa;Ta(99,function(){for(;a<b.length;a++){var c=b[a];do c=c(!0);while(null!==c)}});oa=null}catch(c){throw null!==oa&&(oa=oa.slice(a+1)),te(Nc,W),c;}finally{ue=!1}}}function Y(a,b){if(a&&a.defaultProps){b=J({},b);a=a.defaultProps;for(var c in a)void 0===b[c]&&(b[c]=a[c])}return b}function ve(){Pc=rb=Qc=null}function Rg(a,b){var c=a.type._context;y(we,c._currentValue,a);c._currentValue=b}function xe(a){var b=we.current;B(we,
a);a.type._context._currentValue=b}function Sg(a,b){for(;null!==a;){var c=a.alternate;if(a.childExpirationTime<b)a.childExpirationTime=b,null!==c&&c.childExpirationTime<b&&(c.childExpirationTime=b);else if(null!==c&&c.childExpirationTime<b)c.childExpirationTime=b;else break;a=a.return}}function sb(a,b){Qc=a;Pc=rb=null;a=a.dependencies;null!==a&&null!==a.firstContext&&(a.expirationTime>=b&&(da=!0),a.firstContext=null)}function ea(a,b){if(Pc!==a&&!1!==b&&0!==b){if("number"!==typeof b||1073741823===
b)Pc=a,b=1073741823;b={context:a,observedBits:b,next:null};if(null===rb){if(null===Qc)throw l(Error(308));rb=b;Qc.dependencies={expirationTime:0,firstContext:b,responders:null}}else rb=rb.next=b}return a._currentValue}function Rc(a){return{baseState:a,firstUpdate:null,lastUpdate:null,firstCapturedUpdate:null,lastCapturedUpdate:null,firstEffect:null,lastEffect:null,firstCapturedEffect:null,lastCapturedEffect:null}}function ye(a){return{baseState:a.baseState,firstUpdate:a.firstUpdate,lastUpdate:a.lastUpdate,
firstCapturedUpdate:null,lastCapturedUpdate:null,firstEffect:null,lastEffect:null,firstCapturedEffect:null,lastCapturedEffect:null}}function Ia(a,b){return{expirationTime:a,suspenseConfig:b,tag:Tg,payload:null,callback:null,next:null,nextEffect:null}}function Sc(a,b){null===a.lastUpdate?a.firstUpdate=a.lastUpdate=b:(a.lastUpdate.next=b,a.lastUpdate=b)}function Ja(a,b){var c=a.alternate;if(null===c){var d=a.updateQueue;var e=null;null===d&&(d=a.updateQueue=Rc(a.memoizedState))}else d=a.updateQueue,
e=c.updateQueue,null===d?null===e?(d=a.updateQueue=Rc(a.memoizedState),e=c.updateQueue=Rc(c.memoizedState)):d=a.updateQueue=ye(e):null===e&&(e=c.updateQueue=ye(d));null===e||d===e?Sc(d,b):null===d.lastUpdate||null===e.lastUpdate?(Sc(d,b),Sc(e,b)):(Sc(d,b),e.lastUpdate=b)}function Ug(a,b){var c=a.updateQueue;c=null===c?a.updateQueue=Rc(a.memoizedState):Vg(a,c);null===c.lastCapturedUpdate?c.firstCapturedUpdate=c.lastCapturedUpdate=b:(c.lastCapturedUpdate.next=b,c.lastCapturedUpdate=b)}function Vg(a,
b){var c=a.alternate;null!==c&&b===c.updateQueue&&(b=a.updateQueue=ye(b));return b}function Wg(a,b,c,d,e,f){switch(c.tag){case 1:return a=c.payload,"function"===typeof a?a.call(f,d,e):a;case 3:a.effectTag=a.effectTag&-4097|64;case Tg:a=c.payload;e="function"===typeof a?a.call(f,d,e):a;if(null===e||void 0===e)break;return J({},d,e);case Tc:Ka=!0}return d}function Sb(a,b,c,d,e){Ka=!1;b=Vg(a,b);for(var f=b.baseState,g=null,h=0,k=b.firstUpdate,m=f;null!==k;){var l=k.expirationTime;l<e?(null===g&&(g=k,
f=m),h<l&&(h=l)):(Xg(l,k.suspenseConfig),m=Wg(a,b,k,m,c,d),null!==k.callback&&(a.effectTag|=32,k.nextEffect=null,null===b.lastEffect?b.firstEffect=b.lastEffect=k:(b.lastEffect.nextEffect=k,b.lastEffect=k)));k=k.next}l=null;for(k=b.firstCapturedUpdate;null!==k;){var q=k.expirationTime;q<e?(null===l&&(l=k,null===g&&(f=m)),h<q&&(h=q)):(m=Wg(a,b,k,m,c,d),null!==k.callback&&(a.effectTag|=32,k.nextEffect=null,null===b.lastCapturedEffect?b.firstCapturedEffect=b.lastCapturedEffect=k:(b.lastCapturedEffect.nextEffect=
k,b.lastCapturedEffect=k)));k=k.next}null===g&&(b.lastUpdate=null);null===l?b.lastCapturedUpdate=null:a.effectTag|=32;null===g&&null===l&&(f=m);b.baseState=f;b.firstUpdate=g;b.firstCapturedUpdate=l;Uc(h);a.expirationTime=h;a.memoizedState=m}function Yg(a,b,c,d){null!==b.firstCapturedUpdate&&(null!==b.lastUpdate&&(b.lastUpdate.next=b.firstCapturedUpdate,b.lastUpdate=b.lastCapturedUpdate),b.firstCapturedUpdate=b.lastCapturedUpdate=null);Zg(b.firstEffect,c);b.firstEffect=b.lastEffect=null;Zg(b.firstCapturedEffect,
c);b.firstCapturedEffect=b.lastCapturedEffect=null}function Zg(a,b){for(;null!==a;){var c=a.callback;if(null!==c){a.callback=null;var d=b;if("function"!==typeof c)throw l(Error(191),c);c.call(d)}a=a.nextEffect}}function Vc(a,b,c,d){b=a.memoizedState;c=c(d,b);c=null===c||void 0===c?b:J({},b,c);a.memoizedState=c;d=a.updateQueue;null!==d&&0===a.expirationTime&&(d.baseState=c)}function $g(a,b,c,d,e,f,g){a=a.stateNode;return"function"===typeof a.shouldComponentUpdate?a.shouldComponentUpdate(d,f,g):b.prototype&&
b.prototype.isPureReactComponent?!Qb(c,d)||!Qb(e,f):!0}function ah(a,b,c,d){var e=!1;d=Ha;var f=b.contextType;"object"===typeof f&&null!==f?f=ea(f):(d=L(b)?Sa:P.current,e=b.contextTypes,f=(e=null!==e&&void 0!==e)?qb(a,d):Ha);b=new b(c,f);a.memoizedState=null!==b.state&&void 0!==b.state?b.state:null;b.updater=Wc;a.stateNode=b;b._reactInternalFiber=a;e&&(a=a.stateNode,a.__reactInternalMemoizedUnmaskedChildContext=d,a.__reactInternalMemoizedMaskedChildContext=f);return b}function bh(a,b,c,d){a=b.state;
"function"===typeof b.componentWillReceiveProps&&b.componentWillReceiveProps(c,d);"function"===typeof b.UNSAFE_componentWillReceiveProps&&b.UNSAFE_componentWillReceiveProps(c,d);b.state!==a&&Wc.enqueueReplaceState(b,b.state,null)}function ze(a,b,c,d){var e=a.stateNode;e.props=c;e.state=a.memoizedState;e.refs=ch;var f=b.contextType;"object"===typeof f&&null!==f?e.context=ea(f):(f=L(b)?Sa:P.current,e.context=qb(a,f));f=a.updateQueue;null!==f&&(Sb(a,f,c,e,d),e.state=a.memoizedState);f=b.getDerivedStateFromProps;
"function"===typeof f&&(Vc(a,b,f,c),e.state=a.memoizedState);"function"===typeof b.getDerivedStateFromProps||"function"===typeof e.getSnapshotBeforeUpdate||"function"!==typeof e.UNSAFE_componentWillMount&&"function"!==typeof e.componentWillMount||(b=e.state,"function"===typeof e.componentWillMount&&e.componentWillMount(),"function"===typeof e.UNSAFE_componentWillMount&&e.UNSAFE_componentWillMount(),b!==e.state&&Wc.enqueueReplaceState(e,e.state,null),f=a.updateQueue,null!==f&&(Sb(a,f,c,e,d),e.state=
a.memoizedState));"function"===typeof e.componentDidMount&&(a.effectTag|=4)}function Tb(a,b,c){a=c.ref;if(null!==a&&"function"!==typeof a&&"object"!==typeof a){if(c._owner){c=c._owner;if(c){if(1!==c.tag)throw l(Error(309));var d=c.stateNode}if(!d)throw l(Error(147),a);var e=""+a;if(null!==b&&null!==b.ref&&"function"===typeof b.ref&&b.ref._stringRef===e)return b.ref;b=function(a){var b=d.refs;b===ch&&(b=d.refs={});null===a?delete b[e]:b[e]=a};b._stringRef=e;return b}if("string"!==typeof a)throw l(Error(284));
if(!c._owner)throw l(Error(290),a);}return a}function Xc(a,b){if("textarea"!==a.type)throw l(Error(31),"[object Object]"===Object.prototype.toString.call(b)?"object with keys {"+Object.keys(b).join(", ")+"}":b,"");}function dh(a){function b(b,c){if(a){var d=b.lastEffect;null!==d?(d.nextEffect=c,b.lastEffect=c):b.firstEffect=b.lastEffect=c;c.nextEffect=null;c.effectTag=8}}function c(c,d){if(!a)return null;for(;null!==d;)b(c,d),d=d.sibling;return null}function d(a,b){for(a=new Map;null!==b;)null!==
b.key?a.set(b.key,b):a.set(b.index,b),b=b.sibling;return a}function e(a,b,c){a=Ua(a,b,c);a.index=0;a.sibling=null;return a}function f(b,c,d){b.index=d;if(!a)return c;d=b.alternate;if(null!==d)return d=d.index,d<c?(b.effectTag=I,c):d;b.effectTag=I;return c}function g(b){a&&null===b.alternate&&(b.effectTag=I);return b}function h(a,b,c,d){if(null===b||6!==b.tag)return b=Ae(c,a.mode,d),b.return=a,b;b=e(b,c,d);b.return=a;return b}function k(a,b,c,d){if(null!==b&&b.elementType===c.type)return d=e(b,c.props,
d),d.ref=Tb(a,b,c),d.return=a,d;d=Yc(c.type,c.key,c.props,null,a.mode,d);d.ref=Tb(a,b,c);d.return=a;return d}function m(a,b,c,d){if(null===b||4!==b.tag||b.stateNode.containerInfo!==c.containerInfo||b.stateNode.implementation!==c.implementation)return b=Be(c,a.mode,d),b.return=a,b;b=e(b,c.children||[],d);b.return=a;return b}function p(a,b,c,d,f){if(null===b||7!==b.tag)return b=La(c,a.mode,d,f),b.return=a,b;b=e(b,c,d);b.return=a;return b}function q(a,b,c){if("string"===typeof b||"number"===typeof b)return b=
Ae(""+b,a.mode,c),b.return=a,b;if("object"===typeof b&&null!==b){switch(b.$$typeof){case Zc:return c=Yc(b.type,b.key,b.props,null,a.mode,c),c.ref=Tb(a,null,b),c.return=a,c;case fb:return b=Be(b,a.mode,c),b.return=a,b}if($c(b)||Gb(b))return b=La(b,a.mode,c,null),b.return=a,b;Xc(a,b)}return null}function n(a,b,c,d){var e=null!==b?b.key:null;if("string"===typeof c||"number"===typeof c)return null!==e?null:h(a,b,""+c,d);if("object"===typeof c&&null!==c){switch(c.$$typeof){case Zc:return c.key===e?c.type===
ya?p(a,b,c.props.children,d,e):k(a,b,c,d):null;case fb:return c.key===e?m(a,b,c,d):null}if($c(c)||Gb(c))return null!==e?null:p(a,b,c,d,null);Xc(a,c)}return null}function v(a,b,c,d,e){if("string"===typeof d||"number"===typeof d)return a=a.get(c)||null,h(b,a,""+d,e);if("object"===typeof d&&null!==d){switch(d.$$typeof){case Zc:return a=a.get(null===d.key?c:d.key)||null,d.type===ya?p(b,a,d.props.children,e,d.key):k(b,a,d,e);case fb:return a=a.get(null===d.key?c:d.key)||null,m(b,a,d,e)}if($c(d)||Gb(d))return a=
a.get(c)||null,p(b,a,d,e,null);Xc(b,d)}return null}function x(e,g,h,k){for(var m=null,l=null,p=g,t=g=0,z=null;null!==p&&t<h.length;t++){p.index>t?(z=p,p=null):z=p.sibling;var Z=n(e,p,h[t],k);if(null===Z){null===p&&(p=z);break}a&&p&&null===Z.alternate&&b(e,p);g=f(Z,g,t);null===l?m=Z:l.sibling=Z;l=Z;p=z}if(t===h.length)return c(e,p),m;if(null===p){for(;t<h.length;t++)p=q(e,h[t],k),null!==p&&(g=f(p,g,t),null===l?m=p:l.sibling=p,l=p);return m}for(p=d(e,p);t<h.length;t++)z=v(p,e,t,h[t],k),null!==z&&(a&&
null!==z.alternate&&p.delete(null===z.key?t:z.key),g=f(z,g,t),null===l?m=z:l.sibling=z,l=z);a&&p.forEach(function(a){return b(e,a)});return m}function A(e,g,h,k){var m=Gb(h);if("function"!==typeof m)throw l(Error(150));h=m.call(h);if(null==h)throw l(Error(151));for(var p=m=null,t=g,z=g=0,Z=null,r=h.next();null!==t&&!r.done;z++,r=h.next()){t.index>z?(Z=t,t=null):Z=t.sibling;var tb=n(e,t,r.value,k);if(null===tb){null===t&&(t=Z);break}a&&t&&null===tb.alternate&&b(e,t);g=f(tb,g,z);null===p?m=tb:p.sibling=
tb;p=tb;t=Z}if(r.done)return c(e,t),m;if(null===t){for(;!r.done;z++,r=h.next())r=q(e,r.value,k),null!==r&&(g=f(r,g,z),null===p?m=r:p.sibling=r,p=r);return m}for(t=d(e,t);!r.done;z++,r=h.next())r=v(t,e,z,r.value,k),null!==r&&(a&&null!==r.alternate&&t.delete(null===r.key?z:r.key),g=f(r,g,z),null===p?m=r:p.sibling=r,p=r);a&&t.forEach(function(a){return b(e,a)});return m}return function(a,d,f,h){var k="object"===typeof f&&null!==f&&f.type===ya&&null===f.key;k&&(f=f.props.children);var m="object"===typeof f&&
null!==f;if(m)switch(f.$$typeof){case Zc:a:{m=f.key;for(k=d;null!==k;){if(k.key===m){if(7===k.tag?f.type===ya:k.elementType===f.type){c(a,k.sibling);d=e(k,f.type===ya?f.props.children:f.props,h);d.ref=Tb(a,k,f);d.return=a;a=d;break a}c(a,k);break}else b(a,k);k=k.sibling}f.type===ya?(d=La(f.props.children,a.mode,h,f.key),d.return=a,a=d):(h=Yc(f.type,f.key,f.props,null,a.mode,h),h.ref=Tb(a,d,f),h.return=a,a=h)}return g(a);case fb:a:{for(k=f.key;null!==d;){if(d.key===k){if(4===d.tag&&d.stateNode.containerInfo===
f.containerInfo&&d.stateNode.implementation===f.implementation){c(a,d.sibling);d=e(d,f.children||[],h);d.return=a;a=d;break a}c(a,d);break}else b(a,d);d=d.sibling}d=Be(f,a.mode,h);d.return=a;a=d}return g(a)}if("string"===typeof f||"number"===typeof f)return f=""+f,null!==d&&6===d.tag?(c(a,d.sibling),d=e(d,f,h),d.return=a,a=d):(c(a,d),d=Ae(f,a.mode,h),d.return=a,a=d),g(a);if($c(f))return x(a,d,f,h);if(Gb(f))return A(a,d,f,h);m&&Xc(a,f);if("undefined"===typeof f&&!k)switch(a.tag){case 1:case 0:throw a=
a.type,l(Error(152),a.displayName||a.name||"Component");}return c(a,d)}}function Va(a){if(a===Ub)throw l(Error(174));return a}function Ce(a,b){y(Vb,b,a);y(Wb,a,a);y(fa,Ub,a);var c=b.nodeType;switch(c){case 9:case 11:b=(b=b.documentElement)?b.namespaceURI:Qd(null,"");break;default:c=c===Pa?b.parentNode:b,b=c.namespaceURI||null,c=c.tagName,b=Qd(b,c)}B(fa,a);y(fa,b,a)}function ub(a){B(fa,a);B(Wb,a);B(Vb,a)}function eh(a){Va(Vb.current);var b=Va(fa.current);var c=Qd(b,a.type);b!==c&&(y(Wb,a,a),y(fa,c,
a))}function De(a){Wb.current===a&&(B(fa,a),B(Wb,a))}function ad(a){for(var b=a;null!==b;){if(13===b.tag){var c=b.memoizedState;if(null!==c&&(c=c.dehydrated,null===c||c.data===he||c.data===ge))return b}else if(19===b.tag&&void 0!==b.memoizedProps.revealOrder){if((b.effectTag&64)!==C)return b}else if(null!==b.child){b.child.return=b;b=b.child;continue}if(b===a)break;for(;null===b.sibling;){if(null===b.return||b.return===a)return null;b=b.return}b.sibling.return=b.return;b=b.sibling}return null}function fh(a,
b){return{responder:a,props:b}}function R(){throw l(Error(321));}function Ee(a,b){if(null===b)return!1;for(var c=0;c<b.length&&c<a.length;c++)if(!Ra(a[c],b[c]))return!1;return!0}function Fe(a,b,c,d,e,f){Xb=f;Ma=b;ha=null!==a?a.memoizedState:null;bd.current=null===ha?mj:gh;b=c(d,e);if(Yb){do Yb=!1,Zb+=1,ha=null!==a?a.memoizedState:null,vb=wb,ia=N=D=null,bd.current=gh,b=c(d,e);while(Yb);pa=null;Zb=0}bd.current=cd;a=Ma;a.memoizedState=wb;a.expirationTime=xb;a.updateQueue=ia;a.effectTag|=$b;a=null!==
D&&null!==D.next;Xb=0;vb=N=wb=ha=D=Ma=null;xb=0;ia=null;$b=0;if(a)throw l(Error(300));return b}function hh(){bd.current=cd;Xb=0;vb=N=wb=ha=D=Ma=null;xb=0;ia=null;$b=0;Yb=!1;pa=null;Zb=0}function yb(){var a={memoizedState:null,baseState:null,queue:null,baseUpdate:null,next:null};null===N?wb=N=a:N=N.next=a;return N}function ac(){if(null!==vb)N=vb,vb=N.next,D=ha,ha=null!==D?D.next:null;else{if(null===ha)throw l(Error(310));D=ha;var a={memoizedState:D.memoizedState,baseState:D.baseState,queue:D.queue,
baseUpdate:D.baseUpdate,next:null};N=null===N?wb=a:N.next=a;ha=D.next}return N}function ih(a,b){return"function"===typeof b?b(a):b}function jh(a,b,c){b=ac();c=b.queue;if(null===c)throw l(Error(311));c.lastRenderedReducer=a;if(0<Zb){var d=c.dispatch;if(null!==pa){var e=pa.get(c);if(void 0!==e){pa.delete(c);var f=b.memoizedState;do f=a(f,e.action),e=e.next;while(null!==e);Ra(f,b.memoizedState)||(da=!0);b.memoizedState=f;b.baseUpdate===c.last&&(b.baseState=f);c.lastRenderedState=f;return[f,d]}}return[b.memoizedState,
d]}d=c.last;var g=b.baseUpdate;f=b.baseState;null!==g?(null!==d&&(d.next=null),d=g.next):d=null!==d?d.next:null;if(null!==d){var h=e=null,k=d,m=!1;do{var p=k.expirationTime;p<Xb?(m||(m=!0,h=g,e=f),p>xb&&(xb=p,Uc(xb))):(Xg(p,k.suspenseConfig),f=k.eagerReducer===a?k.eagerState:a(f,k.action));g=k;k=k.next}while(null!==k&&k!==d);m||(h=g,e=f);Ra(f,b.memoizedState)||(da=!0);b.memoizedState=f;b.baseUpdate=h;b.baseState=e;c.lastRenderedState=f}return[b.memoizedState,c.dispatch]}function Ge(a,b,c,d){a={tag:a,
create:b,destroy:c,deps:d,next:null};null===ia?(ia={lastEffect:null},ia.lastEffect=a.next=a):(b=ia.lastEffect,null===b?ia.lastEffect=a.next=a:(c=b.next,b.next=a,a.next=c,ia.lastEffect=a));return a}function He(a,b,c,d){var e=yb();$b|=a;e.memoizedState=Ge(b,c,void 0,void 0===d?null:d)}function Ie(a,b,c,d){var e=ac();d=void 0===d?null:d;var f=void 0;if(null!==D){var g=D.memoizedState;f=g.destroy;if(null!==d&&Ee(d,g.deps)){Ge(0,c,f,d);return}}$b|=a;e.memoizedState=Ge(b,c,f,d)}function kh(a,b){if("function"===
typeof b)return a=a(),b(a),function(){b(null)};if(null!==b&&void 0!==b)return a=a(),b.current=a,function(){b.current=null}}function lh(a,b){}function mh(a,b,c){if(!(25>Zb))throw l(Error(301));var d=a.alternate;if(a===Ma||null!==d&&d===Ma)if(Yb=!0,a={expirationTime:Xb,suspenseConfig:null,action:c,eagerReducer:null,eagerState:null,next:null},null===pa&&(pa=new Map),c=pa.get(b),void 0===c)pa.set(b,a);else{for(b=c;null!==b.next;)b=b.next;b.next=a}else{var e=qa(),f=bc.suspense;e=zb(e,a,f);f={expirationTime:e,
suspenseConfig:f,action:c,eagerReducer:null,eagerState:null,next:null};var g=b.last;if(null===g)f.next=f;else{var h=g.next;null!==h&&(f.next=h);g.next=f}b.last=f;if(0===a.expirationTime&&(null===d||0===d.expirationTime)&&(d=b.lastRenderedReducer,null!==d))try{var k=b.lastRenderedState,m=d(k,c);f.eagerReducer=d;f.eagerState=m;if(Ra(m,k))return}catch(p){}finally{}cc(a,e)}}function nh(a,b){var c=ja(5,null,null,0);c.elementType="DELETED";c.type="DELETED";c.stateNode=b;c.return=a;c.effectTag=8;null!==
a.lastEffect?(a.lastEffect.nextEffect=c,a.lastEffect=c):a.firstEffect=a.lastEffect=c}function oh(a,b){switch(a.tag){case 5:var c=a.type;b=1!==b.nodeType||c.toLowerCase()!==b.nodeName.toLowerCase()?null:b;return null!==b?(a.stateNode=b,!0):!1;case 6:return b=""===a.pendingProps||3!==b.nodeType?null:b,null!==b?(a.stateNode=b,!0):!1;case 13:return!1;default:return!1}}function ph(a){if(Wa){var b=Xa;if(b){var c=b;if(!oh(a,b)){b=mb(c.nextSibling);if(!b||!oh(a,b)){a.effectTag=a.effectTag&~Da|I;Wa=!1;ra=
a;return}nh(ra,c)}ra=a;Xa=mb(b.firstChild)}else a.effectTag=a.effectTag&~Da|I,Wa=!1,ra=a}}function qh(a){for(a=a.return;null!==a&&5!==a.tag&&3!==a.tag&&13!==a.tag;)a=a.return;ra=a}function dd(a){if(a!==ra)return!1;if(!Wa)return qh(a),Wa=!0,!1;var b=a.type;if(5!==a.tag||"head"!==b&&"body"!==b&&!fe(b,a.memoizedProps))for(b=Xa;b;)nh(a,b),b=mb(b.nextSibling);qh(a);if(13===a.tag)if(a=a.memoizedState,a=null!==a?a.dehydrated:null,null===a)a=Xa;else a:{a=a.nextSibling;for(b=0;a;){if(a.nodeType===Pa){var c=
a.data;if(c===qg){if(0===b){a=mb(a.nextSibling);break a}b--}else c!==pg&&c!==ge&&c!==he||b++}a=a.nextSibling}a=null}else a=ra?mb(a.stateNode.nextSibling):null;Xa=a;return!0}function Je(){Xa=ra=null;Wa=!1}function Q(a,b,c,d){b.child=null===a?Ke(b,null,c,d):Ab(b,a.child,c,d)}function rh(a,b,c,d,e){c=c.render;var f=b.ref;sb(b,e);d=Fe(a,b,c,d,f,e);if(null!==a&&!da)return b.updateQueue=a.updateQueue,b.effectTag&=-517,a.expirationTime<=e&&(a.expirationTime=0),sa(a,b,e);b.effectTag|=1;Q(a,b,d,e);return b.child}
function sh(a,b,c,d,e,f){if(null===a){var g=c.type;if("function"===typeof g&&!Le(g)&&void 0===g.defaultProps&&null===c.compare&&void 0===c.defaultProps)return b.tag=15,b.type=g,th(a,b,g,d,e,f);a=Yc(c.type,null,d,null,b.mode,f);a.ref=b.ref;a.return=b;return b.child=a}g=a.child;if(e<f&&(e=g.memoizedProps,c=c.compare,c=null!==c?c:Qb,c(e,d)&&a.ref===b.ref))return sa(a,b,f);b.effectTag|=1;a=Ua(g,d,f);a.ref=b.ref;a.return=b;return b.child=a}function th(a,b,c,d,e,f){return null!==a&&Qb(a.memoizedProps,d)&&
a.ref===b.ref&&(da=!1,e<f)?sa(a,b,f):Me(a,b,c,d,f)}function uh(a,b){var c=b.ref;if(null===a&&null!==c||null!==a&&a.ref!==c)b.effectTag|=128}function Me(a,b,c,d,e){var f=L(c)?Sa:P.current;f=qb(b,f);sb(b,e);c=Fe(a,b,c,d,f,e);if(null!==a&&!da)return b.updateQueue=a.updateQueue,b.effectTag&=-517,a.expirationTime<=e&&(a.expirationTime=0),sa(a,b,e);b.effectTag|=1;Q(a,b,c,e);return b.child}function vh(a,b,c,d,e){if(L(c)){var f=!0;Mc(b)}else f=!1;sb(b,e);if(null===b.stateNode)null!==a&&(a.alternate=null,
b.alternate=null,b.effectTag|=I),ah(b,c,d,e),ze(b,c,d,e),d=!0;else if(null===a){var g=b.stateNode,h=b.memoizedProps;g.props=h;var k=g.context,m=c.contextType;"object"===typeof m&&null!==m?m=ea(m):(m=L(c)?Sa:P.current,m=qb(b,m));var l=c.getDerivedStateFromProps,q="function"===typeof l||"function"===typeof g.getSnapshotBeforeUpdate;q||"function"!==typeof g.UNSAFE_componentWillReceiveProps&&"function"!==typeof g.componentWillReceiveProps||(h!==d||k!==m)&&bh(b,g,d,m);Ka=!1;var n=b.memoizedState;k=g.state=
n;var v=b.updateQueue;null!==v&&(Sb(b,v,d,g,e),k=b.memoizedState);h!==d||n!==k||M.current||Ka?("function"===typeof l&&(Vc(b,c,l,d),k=b.memoizedState),(h=Ka||$g(b,c,h,d,n,k,m))?(q||"function"!==typeof g.UNSAFE_componentWillMount&&"function"!==typeof g.componentWillMount||("function"===typeof g.componentWillMount&&g.componentWillMount(),"function"===typeof g.UNSAFE_componentWillMount&&g.UNSAFE_componentWillMount()),"function"===typeof g.componentDidMount&&(b.effectTag|=4)):("function"===typeof g.componentDidMount&&
(b.effectTag|=4),b.memoizedProps=d,b.memoizedState=k),g.props=d,g.state=k,g.context=m,d=h):("function"===typeof g.componentDidMount&&(b.effectTag|=4),d=!1)}else g=b.stateNode,h=b.memoizedProps,g.props=b.type===b.elementType?h:Y(b.type,h),k=g.context,m=c.contextType,"object"===typeof m&&null!==m?m=ea(m):(m=L(c)?Sa:P.current,m=qb(b,m)),l=c.getDerivedStateFromProps,(q="function"===typeof l||"function"===typeof g.getSnapshotBeforeUpdate)||"function"!==typeof g.UNSAFE_componentWillReceiveProps&&"function"!==
typeof g.componentWillReceiveProps||(h!==d||k!==m)&&bh(b,g,d,m),Ka=!1,k=b.memoizedState,n=g.state=k,v=b.updateQueue,null!==v&&(Sb(b,v,d,g,e),n=b.memoizedState),h!==d||k!==n||M.current||Ka?("function"===typeof l&&(Vc(b,c,l,d),n=b.memoizedState),(l=Ka||$g(b,c,h,d,k,n,m))?(q||"function"!==typeof g.UNSAFE_componentWillUpdate&&"function"!==typeof g.componentWillUpdate||("function"===typeof g.componentWillUpdate&&g.componentWillUpdate(d,n,m),"function"===typeof g.UNSAFE_componentWillUpdate&&g.UNSAFE_componentWillUpdate(d,
n,m)),"function"===typeof g.componentDidUpdate&&(b.effectTag|=4),"function"===typeof g.getSnapshotBeforeUpdate&&(b.effectTag|=256)):("function"!==typeof g.componentDidUpdate||h===a.memoizedProps&&k===a.memoizedState||(b.effectTag|=4),"function"!==typeof g.getSnapshotBeforeUpdate||h===a.memoizedProps&&k===a.memoizedState||(b.effectTag|=256),b.memoizedProps=d,b.memoizedState=n),g.props=d,g.state=n,g.context=m,d=l):("function"!==typeof g.componentDidUpdate||h===a.memoizedProps&&k===a.memoizedState||
(b.effectTag|=4),"function"!==typeof g.getSnapshotBeforeUpdate||h===a.memoizedProps&&k===a.memoizedState||(b.effectTag|=256),d=!1);return Ne(a,b,c,d,f,e)}function Ne(a,b,c,d,e,f){uh(a,b);var g=(b.effectTag&64)!==C;if(!d&&!g)return e&&Hg(b,c,!1),sa(a,b,f);d=b.stateNode;nj.current=b;var h=g&&"function"!==typeof c.getDerivedStateFromError?null:d.render();b.effectTag|=1;null!==a&&g?(b.child=Ab(b,a.child,null,f),b.child=Ab(b,null,h,f)):Q(a,b,h,f);b.memoizedState=d.state;e&&Hg(b,c,!0);return b.child}function wh(a){var b=
a.stateNode;b.pendingContext?Fg(a,b.pendingContext,b.pendingContext!==b.context):b.context&&Fg(a,b.context,!1);Ce(a,b.containerInfo)}function xh(a,b,c){var d=b.mode,e=b.pendingProps,f=A.current,g=!1,h;(h=(b.effectTag&64)!==C)||(h=0!==(f&2)&&(null===a||null!==a.memoizedState));h?(g=!0,b.effectTag&=-65):null!==a&&null===a.memoizedState||void 0===e.fallback||!0===e.unstable_avoidThisFallback||(f|=1);y(A,f&1,b);if(null===a){if(g){g=e.fallback;e=La(null,d,0,null);e.return=b;if(0===(b.mode&2))for(a=null!==
b.memoizedState?b.child.child:b.child,e.child=a;null!==a;)a.return=e,a=a.sibling;c=La(g,d,c,null);c.return=b;e.sibling=c;b.memoizedState=Oe;b.child=e;return c}d=e.children;b.memoizedState=null;return b.child=Ke(b,null,d,c)}if(null!==a.memoizedState){a=a.child;d=a.sibling;if(g){e=e.fallback;c=Ua(a,a.pendingProps,0);c.return=b;if(0===(b.mode&2)&&(g=null!==b.memoizedState?b.child.child:b.child,g!==a.child))for(c.child=g;null!==g;)g.return=c,g=g.sibling;d=Ua(d,e,d.expirationTime);d.return=b;c.sibling=
d;c.childExpirationTime=0;b.memoizedState=Oe;b.child=c;return d}c=Ab(b,a.child,e.children,c);b.memoizedState=null;return b.child=c}a=a.child;if(g){g=e.fallback;e=La(null,d,0,null);e.return=b;e.child=a;null!==a&&(a.return=e);if(0===(b.mode&2))for(a=null!==b.memoizedState?b.child.child:b.child,e.child=a;null!==a;)a.return=e,a=a.sibling;c=La(g,d,c,null);c.return=b;e.sibling=c;c.effectTag|=I;e.childExpirationTime=0;b.memoizedState=Oe;b.child=e;return c}b.memoizedState=null;return b.child=Ab(b,a,e.children,
c)}function Pe(a,b,c,d,e){var f=a.memoizedState;null===f?a.memoizedState={isBackwards:b,rendering:null,last:d,tail:c,tailExpiration:0,tailMode:e}:(f.isBackwards=b,f.rendering=null,f.last=d,f.tail=c,f.tailExpiration=0,f.tailMode=e)}function yh(a,b,c){var d=b.pendingProps,e=d.revealOrder,f=d.tail;Q(a,b,d.children,c);d=A.current;if(0!==(d&2))d=d&1|2,b.effectTag|=64;else{if(null!==a&&(a.effectTag&64)!==C)a:for(a=b.child;null!==a;){if(13===a.tag){if(null!==a.memoizedState){a.expirationTime<c&&(a.expirationTime=
c);var g=a.alternate;null!==g&&g.expirationTime<c&&(g.expirationTime=c);Sg(a.return,c)}}else if(null!==a.child){a.child.return=a;a=a.child;continue}if(a===b)break a;for(;null===a.sibling;){if(null===a.return||a.return===b)break a;a=a.return}a.sibling.return=a.return;a=a.sibling}d&=1}y(A,d,b);if(0===(b.mode&2))b.memoizedState=null;else switch(e){case "forwards":c=b.child;for(e=null;null!==c;)d=c.alternate,null!==d&&null===ad(d)&&(e=c),c=c.sibling;c=e;null===c?(e=b.child,b.child=null):(e=c.sibling,
c.sibling=null);Pe(b,!1,e,c,f);break;case "backwards":c=null;e=b.child;for(b.child=null;null!==e;){d=e.alternate;if(null!==d&&null===ad(d)){b.child=e;break}d=e.sibling;e.sibling=c;c=e;e=d}Pe(b,!0,c,null,f);break;case "together":Pe(b,!1,null,null,void 0);break;default:b.memoizedState=null}return b.child}function sa(a,b,c){null!==a&&(b.dependencies=a.dependencies);var d=b.expirationTime;0!==d&&Uc(d);if(b.childExpirationTime<c)return null;if(null!==a&&b.child!==a.child)throw l(Error(153));if(null!==
b.child){a=b.child;c=Ua(a,a.pendingProps,a.expirationTime);b.child=c;for(c.return=b;null!==a.sibling;)a=a.sibling,c=c.sibling=Ua(a,a.pendingProps,a.expirationTime),c.return=b;c.sibling=null}return b.child}function Bb(a){a.effectTag|=4}function ed(a,b){switch(a.tailMode){case "hidden":b=a.tail;for(var c=null;null!==b;)null!==b.alternate&&(c=b),b=b.sibling;null===c?a.tail=null:c.sibling=null;break;case "collapsed":c=a.tail;for(var d=null;null!==c;)null!==c.alternate&&(d=c),c=c.sibling;null===d?b||null===
a.tail?a.tail=null:a.tail.sibling=null:d.sibling=null}}function oj(a,b){switch(a.tag){case 1:return L(a.type)&&Lc(a),b=a.effectTag,b&4096?(a.effectTag=b&-4097|64,a):null;case 3:ub(a);qe(a);b=a.effectTag;if((b&64)!==C)throw l(Error(285));a.effectTag=b&-4097|64;return a;case 5:return De(a),null;case 13:return B(A,a),b=a.effectTag,b&4096?(a.effectTag=b&-4097|64,a):null;case 19:return B(A,a),null;case 4:return ub(a),null;case 10:return xe(a),null;default:return null}}function Qe(a,b){return{value:a,source:b,
stack:Gd(b)}}function Re(a,b){var c=b.source,d=b.stack;null===d&&null!==c&&(d=Gd(c));null!==c&&xa(c.type);b=b.value;null!==a&&1===a.tag&&xa(a.type);try{console.error(b)}catch(e){setTimeout(function(){throw e;})}}function pj(a,b){try{b.props=a.memoizedProps,b.state=a.memoizedState,b.componentWillUnmount()}catch(c){Ya(a,c)}}function zh(a){var b=a.ref;if(null!==b)if("function"===typeof b)try{b(null)}catch(c){Ya(a,c)}else b.current=null}function qj(a,b){switch(b.tag){case 0:case 11:case 15:dc(2,0,b);
break;case 1:if(b.effectTag&256&&null!==a){var c=a.memoizedProps,d=a.memoizedState;a=b.stateNode;b=a.getSnapshotBeforeUpdate(b.elementType===b.type?c:Y(b.type,c),d);a.__reactInternalSnapshotBeforeUpdate=b}break;case 3:case 5:case 6:case 4:case 17:break;default:throw l(Error(163));}}function dc(a,b,c){c=c.updateQueue;c=null!==c?c.lastEffect:null;if(null!==c){var d=c=c.next;do{if(0!==(d.tag&a)){var e=d.destroy;d.destroy=void 0;void 0!==e&&e()}0!==(d.tag&b)&&(e=d.create,d.destroy=e());d=d.next}while(d!==
c)}}function Ah(a,b,c){"function"===typeof Se&&Se(b);switch(b.tag){case 0:case 11:case 14:case 15:a=b.updateQueue;if(null!==a&&(a=a.lastEffect,null!==a)){var d=a.next;Ta(97<c?97:c,function(){var a=d;do{var c=a.destroy;if(void 0!==c){var g=b;try{c()}catch(h){Ya(g,h)}}a=a.next}while(a!==d)})}break;case 1:zh(b);c=b.stateNode;"function"===typeof c.componentWillUnmount&&pj(b,c);break;case 5:zh(b);break;case 4:Bh(a,b,c)}}function Ch(a){var b=a.alternate;a.return=null;a.child=null;a.memoizedState=null;a.updateQueue=
null;a.dependencies=null;a.alternate=null;a.firstEffect=null;a.lastEffect=null;a.pendingProps=null;a.memoizedProps=null;null!==b&&Ch(b)}function Dh(a){return 5===a.tag||3===a.tag||4===a.tag}function Eh(a){a:{for(var b=a.return;null!==b;){if(Dh(b)){var c=b;break a}b=b.return}throw l(Error(160));}b=c.stateNode;switch(c.tag){case 5:var d=!1;break;case 3:b=b.containerInfo;d=!0;break;case 4:b=b.containerInfo;d=!0;break;default:throw l(Error(161));}c.effectTag&16&&(ec(b,""),c.effectTag&=-17);a:b:for(c=
a;;){for(;null===c.sibling;){if(null===c.return||Dh(c.return)){c=null;break a}c=c.return}c.sibling.return=c.return;for(c=c.sibling;5!==c.tag&&6!==c.tag&&18!==c.tag;){if(c.effectTag&I)continue b;if(null===c.child||4===c.tag)continue b;else c.child.return=c,c=c.child}if(!(c.effectTag&I)){c=c.stateNode;break a}}for(var e=a;;){var f=5===e.tag||6===e.tag;if(f){var g=f?e.stateNode:e.stateNode.instance;if(c)if(d){f=b;var h=g;g=c;f.nodeType===Pa?f.parentNode.insertBefore(h,g):f.insertBefore(h,g)}else b.insertBefore(g,
c);else d?(h=b,h.nodeType===Pa?(f=h.parentNode,f.insertBefore(g,h)):(f=h,f.appendChild(g)),h=h._reactRootContainer,null!==h&&void 0!==h||null!==f.onclick||(f.onclick=Hc)):b.appendChild(g)}else if(4!==e.tag&&null!==e.child){e.child.return=e;e=e.child;continue}if(e===a)break;for(;null===e.sibling;){if(null===e.return||e.return===a)return;e=e.return}e.sibling.return=e.return;e=e.sibling}}function Bh(a,b,c){for(var d=b,e=!1,f,g;;){if(!e){e=d.return;a:for(;;){if(null===e)throw l(Error(160));f=e.stateNode;
switch(e.tag){case 5:g=!1;break a;case 3:f=f.containerInfo;g=!0;break a;case 4:f=f.containerInfo;g=!0;break a}e=e.return}e=!0}if(5===d.tag||6===d.tag){a:for(var h=a,k=d,m=c,p=k;;)if(Ah(h,p,m),null!==p.child&&4!==p.tag)p.child.return=p,p=p.child;else{if(p===k)break;for(;null===p.sibling;){if(null===p.return||p.return===k)break a;p=p.return}p.sibling.return=p.return;p=p.sibling}g?(h=f,k=d.stateNode,h.nodeType===Pa?h.parentNode.removeChild(k):h.removeChild(k)):f.removeChild(d.stateNode)}else if(4===
d.tag){if(null!==d.child){f=d.stateNode.containerInfo;g=!0;d.child.return=d;d=d.child;continue}}else if(Ah(a,d,c),null!==d.child){d.child.return=d;d=d.child;continue}if(d===b)break;for(;null===d.sibling;){if(null===d.return||d.return===b)return;d=d.return;4===d.tag&&(e=!1)}d.sibling.return=d.return;d=d.sibling}}function Te(a,b){switch(b.tag){case 0:case 11:case 14:case 15:dc(4,8,b);break;case 1:break;case 5:var c=b.stateNode;if(null!=c){var d=b.memoizedProps,e=null!==a?a.memoizedProps:d;a=b.type;
var f=b.updateQueue;b.updateQueue=null;if(null!==f){c[Ic]=d;"input"===a&&"radio"===d.type&&null!=d.name&&Nf(c,d);ce(a,e);b=ce(a,d);for(e=0;e<f.length;e+=2){var g=f[e],h=f[e+1];"style"===g?ig(c,h):"dangerouslySetInnerHTML"===g?Fh(c,h):"children"===g?ec(c,h):Kd(c,g,h,b)}switch(a){case "input":Md(c,d);break;case "textarea":Qf(c,d);break;case "select":b=c._wrapperState.wasMultiple,c._wrapperState.wasMultiple=!!d.multiple,a=d.value,null!=a?ib(c,!!d.multiple,a,!1):b!==!!d.multiple&&(null!=d.defaultValue?
ib(c,!!d.multiple,d.defaultValue,!0):ib(c,!!d.multiple,d.multiple?[]:"",!1))}}}break;case 6:if(null===b.stateNode)throw l(Error(162));b.stateNode.nodeValue=b.memoizedProps;break;case 3:b=b.stateNode;b.hydrate&&(b.hydrate=!1,Yf(b.containerInfo));break;case 12:break;case 13:c=b;null===b.memoizedState?d=!1:(d=!0,c=b.child,Ue=aa());if(null!==c)a:for(a=c;;){if(5===a.tag)f=a.stateNode,d?(f=f.style,"function"===typeof f.setProperty?f.setProperty("display","none","important"):f.display="none"):(f=a.stateNode,
e=a.memoizedProps.style,e=void 0!==e&&null!==e&&e.hasOwnProperty("display")?e.display:null,f.style.display=hg("display",e));else if(6===a.tag)a.stateNode.nodeValue=d?"":a.memoizedProps;else if(13===a.tag&&null!==a.memoizedState&&null===a.memoizedState.dehydrated){f=a.child.sibling;f.return=a;a=f;continue}else if(null!==a.child){a.child.return=a;a=a.child;continue}if(a===c)break a;for(;null===a.sibling;){if(null===a.return||a.return===c)break a;a=a.return}a.sibling.return=a.return;a=a.sibling}Gh(b);
break;case 19:Gh(b);break;case 17:break;case 20:break;case 21:break;default:throw l(Error(163));}}function Gh(a){var b=a.updateQueue;if(null!==b){a.updateQueue=null;var c=a.stateNode;null===c&&(c=a.stateNode=new rj);b.forEach(function(b){var d=sj.bind(null,a,b);c.has(b)||(c.add(b),b.then(d,d))})}}function Hh(a,b,c){c=Ia(c,null);c.tag=3;c.payload={element:null};var d=b.value;c.callback=function(){fd||(fd=!0,Ve=d);Re(a,b)};return c}function Ih(a,b,c){c=Ia(c,null);c.tag=3;var d=a.type.getDerivedStateFromError;
if("function"===typeof d){var e=b.value;c.payload=function(){Re(a,b);return d(e)}}var f=a.stateNode;null!==f&&"function"===typeof f.componentDidCatch&&(c.callback=function(){"function"!==typeof d&&(null===Na?Na=new Set([this]):Na.add(this),Re(a,b));var c=b.stack;this.componentDidCatch(b.value,{componentStack:null!==c?c:""})});return c}function qa(){return(n&(X|ba))!==E?1073741821-(aa()/10|0):0!==gd?gd:gd=1073741821-(aa()/10|0)}function zb(a,b,c){b=b.mode;if(0===(b&2))return 1073741823;var d=re();
if(0===(b&4))return 99===d?1073741823:1073741822;if((n&X)!==E)return S;if(null!==c)a=1073741821-25*(((1073741821-a+(c.timeoutMs|0||5E3)/10)/25|0)+1);else switch(d){case 99:a=1073741823;break;case 98:a=1073741821-10*(((1073741821-a+15)/10|0)+1);break;case 97:case 96:a=1073741821-25*(((1073741821-a+500)/25|0)+1);break;case 95:a=2;break;default:throw l(Error(326));}null!==V&&a===S&&--a;return a}function hd(a,b){a.expirationTime<b&&(a.expirationTime=b);var c=a.alternate;null!==c&&c.expirationTime<b&&
(c.expirationTime=b);var d=a.return,e=null;if(null===d&&3===a.tag)e=a.stateNode;else for(;null!==d;){c=d.alternate;d.childExpirationTime<b&&(d.childExpirationTime=b);null!==c&&c.childExpirationTime<b&&(c.childExpirationTime=b);if(null===d.return&&3===d.tag){e=d.stateNode;break}d=d.return}null!==e&&(V===e&&(Uc(b),F===id&&ta(e,S)),Jh(e,b));return e}function jd(a){var b=a.lastExpiredTime;if(0!==b)return b;b=a.firstPendingTime;if(!Kh(a,b))return b;b=a.lastPingedTime;a=a.nextKnownPendingLevel;return b>
a?b:a}function U(a){if(0!==a.lastExpiredTime)a.callbackExpirationTime=1073741823,a.callbackPriority=99,a.callbackNode=Ng(We.bind(null,a));else{var b=jd(a),c=a.callbackNode;if(0===b)null!==c&&(a.callbackNode=null,a.callbackExpirationTime=0,a.callbackPriority=90);else{var d=qa();1073741823===b?d=99:1===b||2===b?d=95:(d=10*(1073741821-b)-10*(1073741821-d),d=0>=d?99:250>=d?98:5250>=d?97:95);if(null!==c){var e=a.callbackPriority;if(a.callbackExpirationTime===b&&e>=d)return;c!==Pg&&Qg(c)}a.callbackExpirationTime=
b;a.callbackPriority=d;b=1073741823===b?Ng(We.bind(null,a)):se(d,Lh.bind(null,a),{timeout:10*(1073741821-b)-aa()});a.callbackNode=b}}}function Lh(a,b){gd=0;if(b)return b=qa(),kd(a,b),U(a),null;var c=jd(a);if(0!==c){b=a.callbackNode;if((n&(X|ba))!==E)throw l(Error(327));Cb();a===V&&c===S||Za(a,c);if(null!==v){var d=n;n|=X;var e=Mh(a);do try{tj();break}catch(h){Nh(a,h)}while(1);ve();n=d;ld.current=e;if(F===md)throw b=nd,Za(a,c),ta(a,c),U(a),b;if(null===v)switch(e=a.finishedWork=a.current.alternate,
a.finishedExpirationTime=c,Oh(a,c),d=F,V=null,d){case $a:case md:throw l(Error(345));case Ph:if(2!==c){kd(a,2);break}ua(a);break;case od:ta(a,c);d=a.lastSuspendedTime;c===d&&(a.nextKnownPendingLevel=Xe(e));if(1073741823===va&&(e=Ue+Qh-aa(),10<e)){if(pd){var f=a.lastPingedTime;if(0===f||f>=c){a.lastPingedTime=c;Za(a,c);break}}f=jd(a);if(0!==f&&f!==c)break;if(0!==d&&d!==c){a.lastPingedTime=d;break}a.timeoutHandle=Ye(ua.bind(null,a),e);break}ua(a);break;case id:ta(a,c);d=a.lastSuspendedTime;c===d&&(a.nextKnownPendingLevel=
Xe(e));if(pd&&(e=a.lastPingedTime,0===e||e>=c)){a.lastPingedTime=c;Za(a,c);break}e=jd(a);if(0!==e&&e!==c)break;if(0!==d&&d!==c){a.lastPingedTime=d;break}1073741823!==fc?d=10*(1073741821-fc)-aa():1073741823===va?d=0:(d=10*(1073741821-va)-5E3,e=aa(),c=10*(1073741821-c)-e,d=e-d,0>d&&(d=0),d=(120>d?120:480>d?480:1080>d?1080:1920>d?1920:3E3>d?3E3:4320>d?4320:1960*uj(d/1960))-d,c<d&&(d=c));if(10<d){a.timeoutHandle=Ye(ua.bind(null,a),d);break}ua(a);break;case Ze:if(1073741823!==va&&null!==qd){f=va;var g=
qd;d=g.busyMinDurationMs|0;0>=d?d=0:(e=g.busyDelayMs|0,f=aa()-(10*(1073741821-f)-(g.timeoutMs|0||5E3)),d=f<=e?0:e+d-f);if(10<d){ta(a,c);a.timeoutHandle=Ye(ua.bind(null,a),d);break}}ua(a);break;case $e:ta(a,c);break;default:throw l(Error(329));}U(a);if(a.callbackNode===b)return Lh.bind(null,a)}}return null}function We(a){var b=a.lastExpiredTime;b=0!==b?b:1073741823;if(a.finishedExpirationTime===b)ua(a);else{if((n&(X|ba))!==E)throw l(Error(327));Cb();a===V&&b===S||Za(a,b);if(null!==v){var c=n;n|=X;
var d=Mh(a);do try{vj();break}catch(e){Nh(a,e)}while(1);ve();n=c;ld.current=d;if(F===md)throw c=nd,Za(a,b),ta(a,b),U(a),c;if(null!==v)throw l(Error(261));a.finishedWork=a.current.alternate;a.finishedExpirationTime=b;Oh(a,b);F===$e?ta(a,b):(V=null,ua(a));U(a)}}return null}function af(){(n&(1|X|ba))===E&&(wj(),Cb())}function Oh(a,b){var c=a.firstBatch;null!==c&&c._defer&&c._expirationTime>=b&&(se(97,function(){c._onComplete();return null}),F=$e)}function wj(){if(null!==ab){var a=ab;ab=null;a.forEach(function(a,
c){kd(c,a);U(c)});W()}}function Rh(a,b){var c=n;n|=1;try{return a(b)}finally{n=c,n===E&&W()}}function bf(a,b,c,d){var e=n;n|=4;try{return Ta(98,a.bind(null,b,c,d))}finally{n=e,n===E&&W()}}function Sh(a,b){var c=n;n&=-2;n|=cf;try{return a(b)}finally{n=c,n===E&&W()}}function Za(a,b){a.finishedWork=null;a.finishedExpirationTime=0;var c=a.timeoutHandle;-1!==c&&(a.timeoutHandle=-1,xj(c));if(null!==v)for(c=v.return;null!==c;){var d=c;switch(d.tag){case 1:var e=d.type.childContextTypes;null!==e&&void 0!==
e&&Lc(d);break;case 3:ub(d);qe(d);break;case 5:De(d);break;case 4:ub(d);break;case 13:B(A,d);break;case 19:B(A,d);break;case 10:xe(d)}c=c.return}V=a;v=Ua(a.current,null,b);S=b;F=$a;nd=null;fc=va=1073741823;qd=null;gc=0;pd=!1}function Nh(a,b){do{try{ve();hh();if(null===v||null===v.return)return F=md,nd=b,null;a:{var c=a,d=v.return,e=v,f=b;b=S;e.effectTag|=2048;e.firstEffect=e.lastEffect=null;if(null!==f&&"object"===typeof f&&"function"===typeof f.then){var g=f,h=0!==(A.current&1),k=d;do{var m;if(m=
13===k.tag){var l=k.memoizedState;if(null!==l)m=null!==l.dehydrated?!0:!1;else{var q=k.memoizedProps;m=void 0===q.fallback?!1:!0!==q.unstable_avoidThisFallback?!0:h?!1:!0}}if(m){var n=k.updateQueue;if(null===n){var x=new Set;x.add(g);k.updateQueue=x}else n.add(g);if(0===(k.mode&2)){k.effectTag|=64;e.effectTag&=-2981;if(1===e.tag)if(null===e.alternate)e.tag=17;else{var B=Ia(1073741823,null);B.tag=Tc;Ja(e,B)}e.expirationTime=1073741823;break a}f=void 0;e=b;var y=c.pingCache;null===y?(y=c.pingCache=
new yj,f=new Set,y.set(g,f)):(f=y.get(g),void 0===f&&(f=new Set,y.set(g,f)));if(!f.has(e)){f.add(e);var t=zj.bind(null,c,g,e);g.then(t,t)}k.effectTag|=4096;k.expirationTime=b;break a}k=k.return}while(null!==k);f=Error((xa(e.type)||"A React component")+" suspended while rendering, but no fallback UI was specified.\n\nAdd a <Suspense fallback=...> component higher in the tree to provide a loading indicator or placeholder to display."+Gd(e))}F!==Ze&&(F=Ph);f=Qe(f,e);k=d;do{switch(k.tag){case 3:g=f;k.effectTag|=
4096;k.expirationTime=b;var z=Hh(k,g,b);Ug(k,z);break a;case 1:g=f;var E=k.type,r=k.stateNode;if((k.effectTag&64)===C&&("function"===typeof E.getDerivedStateFromError||null!==r&&"function"===typeof r.componentDidCatch&&(null===Na||!Na.has(r)))){k.effectTag|=4096;k.expirationTime=b;var u=Ih(k,g,b);Ug(k,u);break a}}k=k.return}while(null!==k)}v=Th(v)}catch(w){b=w;continue}break}while(1)}function Mh(a){a=ld.current;ld.current=cd;return null===a?cd:a}function Xg(a,b){a<va&&2<a&&(va=a);null!==b&&a<fc&&
2<a&&(fc=a,qd=b)}function Uc(a){a>gc&&(gc=a)}function vj(){for(;null!==v;)v=Uh(v)}function tj(){for(;null!==v&&!Aj();)v=Uh(v)}function Uh(a){var b=Bj(a.alternate,a,S);a.memoizedProps=a.pendingProps;null===b&&(b=Th(a));Vh.current=null;return b}function Th(a){v=a;do{var b=v.alternate;a=v.return;if((v.effectTag&2048)===C){a:{var c=b;b=v;var d=S;var e=b.pendingProps;switch(b.tag){case 2:break;case 16:break;case 15:case 0:break;case 1:L(b.type)&&Lc(b);break;case 3:ub(b);qe(b);e=b.stateNode;e.pendingContext&&
(e.context=e.pendingContext,e.pendingContext=null);(null===c||null===c.child)&&dd(b)&&Bb(b);Wh(b);break;case 5:De(b);var f=Va(Vb.current);d=b.type;if(null!==c&&null!=b.stateNode)Cj(c,b,d,e,f),c.ref!==b.ref&&(b.effectTag|=128);else if(e){var g=Va(fa.current);if(dd(b)){e=void 0;d=b.stateNode;c=b.type;g=b.memoizedProps;d[Fa]=b;d[Ic]=g;switch(c){case "iframe":case "object":case "embed":x("load",d);break;case "video":case "audio":for(var h=0;h<Mb.length;h++)x(Mb[h],d);break;case "source":x("error",d);
break;case "img":case "image":case "link":x("error",d);x("load",d);break;case "form":x("reset",d);x("submit",d);break;case "details":x("toggle",d);break;case "input":Mf(d,g);x("invalid",d);na(f,"onChange");break;case "select":d._wrapperState={wasMultiple:!!g.multiple};x("invalid",d);na(f,"onChange");break;case "textarea":Pf(d,g),x("invalid",d),na(f,"onChange")}be(c,g);h=null;for(e in g)if(g.hasOwnProperty(e)){var k=g[e];"children"===e?"string"===typeof k?d.textContent!==k&&(h=["children",k]):"number"===
typeof k&&d.textContent!==""+k&&(h=["children",""+k]):db.hasOwnProperty(e)&&null!=k&&na(f,e)}switch(c){case "input":wc(d);Of(d,g,!0);break;case "textarea":wc(d);Rf(d,g);break;case "select":case "option":break;default:"function"===typeof g.onClick&&(d.onclick=Hc)}e=h;b.updateQueue=e;(e=null!==e?!0:!1)&&Bb(b)}else{c=9===f.nodeType?f:f.ownerDocument;"http://www.w3.org/1999/xhtml"===g&&(g=Sf(d));"http://www.w3.org/1999/xhtml"===g?"script"===d?(c=c.createElement("div"),c.innerHTML="<script>\x3c/script>",
c=c.removeChild(c.firstChild)):"string"===typeof e.is?c=c.createElement(d,{is:e.is}):(c=c.createElement(d),"select"===d&&(g=c,e.multiple?g.multiple=!0:e.size&&(g.size=e.size))):c=c.createElementNS(g,d);c[Fa]=b;c[Ic]=e;Dj(c,b,!1,!1);b.stateNode=c;var m=ce(d,e);switch(d){case "iframe":case "object":case "embed":x("load",c);g=e;break;case "video":case "audio":for(g=0;g<Mb.length;g++)x(Mb[g],c);g=e;break;case "source":x("error",c);g=e;break;case "img":case "image":case "link":x("error",c);x("load",c);
g=e;break;case "form":x("reset",c);x("submit",c);g=e;break;case "details":x("toggle",c);g=e;break;case "input":Mf(c,e);g=Ld(c,e);x("invalid",c);na(f,"onChange");break;case "option":g=Od(c,e);break;case "select":c._wrapperState={wasMultiple:!!e.multiple};g=J({},e,{value:void 0});x("invalid",c);na(f,"onChange");break;case "textarea":Pf(c,e);g=Pd(c,e);x("invalid",c);na(f,"onChange");break;default:g=e}be(d,g);h=void 0;k=d;var p=c,q=g;for(h in q)if(q.hasOwnProperty(h)){var n=q[h];"style"===h?ig(p,n):"dangerouslySetInnerHTML"===
h?(n=n?n.__html:void 0,null!=n&&Fh(p,n)):"children"===h?"string"===typeof n?("textarea"!==k||""!==n)&&ec(p,n):"number"===typeof n&&ec(p,""+n):"suppressContentEditableWarning"!==h&&"suppressHydrationWarning"!==h&&"autoFocus"!==h&&(db.hasOwnProperty(h)?null!=n&&na(f,h):null!=n&&Kd(p,h,n,m))}switch(d){case "input":wc(c);Of(c,e,!1);break;case "textarea":wc(c);Rf(c,e);break;case "option":null!=e.value&&c.setAttribute("value",""+za(e.value));break;case "select":f=c;c=e;f.multiple=!!c.multiple;g=c.value;
null!=g?ib(f,!!c.multiple,g,!1):null!=c.defaultValue&&ib(f,!!c.multiple,c.defaultValue,!0);break;default:"function"===typeof g.onClick&&(c.onclick=Hc)}(e=ng(d,e))&&Bb(b)}null!==b.ref&&(b.effectTag|=128)}else if(null===b.stateNode)throw l(Error(166));break;case 6:if(c&&null!=b.stateNode)Ej(c,b,c.memoizedProps,e);else{if("string"!==typeof e&&null===b.stateNode)throw l(Error(166));d=Va(Vb.current);Va(fa.current);dd(b)?(e=b.stateNode,d=b.memoizedProps,e[Fa]=b,e.nodeValue!==d&&Bb(b)):(e=(9===d.nodeType?
d:d.ownerDocument).createTextNode(e),e[Fa]=b,b.stateNode=e)}break;case 11:break;case 13:B(A,b);e=b.memoizedState;if((b.effectTag&64)!==C){b.expirationTime=d;break a}e=null!==e;d=!1;null===c?dd(b):(f=c.memoizedState,d=null!==f,e||null===f||(f=c.child.sibling,null!==f&&(g=b.firstEffect,null!==g?(b.firstEffect=f,f.nextEffect=g):(b.firstEffect=b.lastEffect=f,f.nextEffect=null),f.effectTag=8)));if(e&&!d&&0!==(b.mode&2))if(null===c&&!0!==b.memoizedProps.unstable_avoidThisFallback||0!==(A.current&1))F===
$a&&(F=od);else{if(F===$a||F===od)F=id;0!==gc&&null!==V&&(ta(V,S),Jh(V,gc))}if(e||d)b.effectTag|=4;break;case 7:break;case 8:break;case 12:break;case 4:ub(b);Wh(b);break;case 10:xe(b);break;case 9:break;case 14:break;case 17:L(b.type)&&Lc(b);break;case 19:B(A,b);e=b.memoizedState;if(null===e)break;f=(b.effectTag&64)!==C;g=e.rendering;if(null===g)if(f)ed(e,!1);else{if(F!==$a||null!==c&&(c.effectTag&64)!==C)for(c=b.child;null!==c;){g=ad(c);if(null!==g){b.effectTag|=64;ed(e,!1);e=g.updateQueue;null!==
e&&(b.updateQueue=e,b.effectTag|=4);b.firstEffect=b.lastEffect=null;e=d;for(d=b.child;null!==d;)f=d,c=e,f.effectTag&=I,f.nextEffect=null,f.firstEffect=null,f.lastEffect=null,g=f.alternate,null===g?(f.childExpirationTime=0,f.expirationTime=c,f.child=null,f.memoizedProps=null,f.memoizedState=null,f.updateQueue=null,f.dependencies=null):(f.childExpirationTime=g.childExpirationTime,f.expirationTime=g.expirationTime,f.child=g.child,f.memoizedProps=g.memoizedProps,f.memoizedState=g.memoizedState,f.updateQueue=
g.updateQueue,c=g.dependencies,f.dependencies=null===c?null:{expirationTime:c.expirationTime,firstContext:c.firstContext,responders:c.responders}),d=d.sibling;y(A,A.current&1|2,b);b=b.child;break a}c=c.sibling}}else{if(!f)if(c=ad(g),null!==c){if(b.effectTag|=64,f=!0,ed(e,!0),null===e.tail&&"hidden"===e.tailMode){d=c.updateQueue;null!==d&&(b.updateQueue=d,b.effectTag|=4);b=b.lastEffect=e.lastEffect;null!==b&&(b.nextEffect=null);break}}else aa()>e.tailExpiration&&1<d&&(b.effectTag|=64,f=!0,ed(e,!1),
b.expirationTime=b.childExpirationTime=d-1);e.isBackwards?(g.sibling=b.child,b.child=g):(d=e.last,null!==d?d.sibling=g:b.child=g,e.last=g)}if(null!==e.tail){0===e.tailExpiration&&(e.tailExpiration=aa()+500);d=e.tail;e.rendering=d;e.tail=d.sibling;e.lastEffect=b.lastEffect;d.sibling=null;e=A.current;e=f?e&1|2:e&1;y(A,e,b);b=d;break a}break;case 20:break;case 21:break;default:throw l(Error(156),b.tag);}b=null}e=v;if(1===S||1!==e.childExpirationTime){d=0;for(f=e.child;null!==f;)c=f.expirationTime,g=
f.childExpirationTime,c>d&&(d=c),g>d&&(d=g),f=f.sibling;e.childExpirationTime=d}if(null!==b)return b;null!==a&&(a.effectTag&2048)===C&&(null===a.firstEffect&&(a.firstEffect=v.firstEffect),null!==v.lastEffect&&(null!==a.lastEffect&&(a.lastEffect.nextEffect=v.firstEffect),a.lastEffect=v.lastEffect),1<v.effectTag&&(null!==a.lastEffect?a.lastEffect.nextEffect=v:a.firstEffect=v,a.lastEffect=v))}else{b=oj(v,S);if(null!==b)return b.effectTag&=2047,b;null!==a&&(a.firstEffect=a.lastEffect=null,a.effectTag|=
2048)}b=v.sibling;if(null!==b)return b;v=a}while(null!==v);F===$a&&(F=Ze);return null}function Xe(a){var b=a.expirationTime;a=a.childExpirationTime;return b>a?b:a}function ua(a){var b=re();Ta(99,Fj.bind(null,a,b));return null}function Fj(a,b){Cb();if((n&(X|ba))!==E)throw l(Error(327));var c=a.finishedWork,d=a.finishedExpirationTime;if(null===c)return null;a.finishedWork=null;a.finishedExpirationTime=0;if(c===a.current)throw l(Error(177));a.callbackNode=null;a.callbackExpirationTime=0;a.callbackPriority=
90;a.nextKnownPendingLevel=0;var e=Xe(c);a.firstPendingTime=e;d<=a.lastSuspendedTime?a.firstSuspendedTime=a.lastSuspendedTime=a.nextKnownPendingLevel=0:d<=a.firstSuspendedTime&&(a.firstSuspendedTime=d-1);d<=a.lastPingedTime&&(a.lastPingedTime=0);d<=a.lastExpiredTime&&(a.lastExpiredTime=0);a===V&&(v=V=null,S=0);1<c.effectTag?null!==c.lastEffect?(c.lastEffect.nextEffect=c,e=c.firstEffect):e=c:e=c.firstEffect;if(null!==e){var f=n;n|=ba;Vh.current=null;df=Gc;var g=mg();if(ee(g)){if("selectionStart"in
g)var h={start:g.selectionStart,end:g.selectionEnd};else a:{h=(h=g.ownerDocument)&&h.defaultView||window;var k=h.getSelection&&h.getSelection();if(k&&0!==k.rangeCount){h=k.anchorNode;var m=k.anchorOffset,p=k.focusNode;k=k.focusOffset;try{h.nodeType,p.nodeType}catch(Db){h=null;break a}var x=0,y=-1,A=-1,B=0,F=0,t=g,z=null;b:for(;;){for(var C;;){t!==h||0!==m&&3!==t.nodeType||(y=x+m);t!==p||0!==k&&3!==t.nodeType||(A=x+k);3===t.nodeType&&(x+=t.nodeValue.length);if(null===(C=t.firstChild))break;z=t;t=C}for(;;){if(t===
g)break b;z===h&&++B===m&&(y=x);z===p&&++F===k&&(A=x);if(null!==(C=t.nextSibling))break;t=z;z=t.parentNode}t=C}h=-1===y||-1===A?null:{start:y,end:A}}else h=null}h=h||{start:0,end:0}}else h=null;ef={focusedElem:g,selectionRange:h};Gc=!1;q=e;do try{Gj()}catch(Db){if(null===q)throw l(Error(330));Ya(q,Db);q=q.nextEffect}while(null!==q);q=e;do try{for(g=a,h=b;null!==q;){var r=q.effectTag;r&16&&ec(q.stateNode,"");if(r&128){var u=q.alternate;if(null!==u){var w=u.ref;null!==w&&("function"===typeof w?w(null):
w.current=null)}}switch(r&(I|12|Da)){case I:Eh(q);q.effectTag&=~I;break;case 6:Eh(q);q.effectTag&=~I;Te(q.alternate,q);break;case Da:q.effectTag&=~Da;break;case 1028:q.effectTag&=~Da;Te(q.alternate,q);break;case 4:Te(q.alternate,q);break;case 8:m=q,Bh(g,m,h),Ch(m)}q=q.nextEffect}}catch(Db){if(null===q)throw l(Error(330));Ya(q,Db);q=q.nextEffect}while(null!==q);w=ef;u=mg();r=w.focusedElem;h=w.selectionRange;if(u!==r&&r&&r.ownerDocument&&lg(r.ownerDocument.documentElement,r)){null!==h&&ee(r)&&(u=h.start,
w=h.end,void 0===w&&(w=u),"selectionStart"in r?(r.selectionStart=u,r.selectionEnd=Math.min(w,r.value.length)):(w=(u=r.ownerDocument||document)&&u.defaultView||window,w.getSelection&&(w=w.getSelection(),m=r.textContent.length,g=Math.min(h.start,m),h=void 0===h.end?g:Math.min(h.end,m),!w.extend&&g>h&&(m=h,h=g,g=m),m=kg(r,g),p=kg(r,h),m&&p&&(1!==w.rangeCount||w.anchorNode!==m.node||w.anchorOffset!==m.offset||w.focusNode!==p.node||w.focusOffset!==p.offset)&&(u=u.createRange(),u.setStart(m.node,m.offset),
w.removeAllRanges(),g>h?(w.addRange(u),w.extend(p.node,p.offset)):(u.setEnd(p.node,p.offset),w.addRange(u))))));u=[];for(w=r;w=w.parentNode;)1===w.nodeType&&u.push({element:w,left:w.scrollLeft,top:w.scrollTop});"function"===typeof r.focus&&r.focus();for(r=0;r<u.length;r++)w=u[r],w.element.scrollLeft=w.left,w.element.scrollTop=w.top}ef=null;Gc=!!df;df=null;a.current=c;q=e;do try{for(r=d;null!==q;){var H=q.effectTag;if(H&36){var D=q.alternate;u=q;w=r;switch(u.tag){case 0:case 11:case 15:dc(16,32,u);
break;case 1:var G=u.stateNode;if(u.effectTag&4)if(null===D)G.componentDidMount();else{var K=u.elementType===u.type?D.memoizedProps:Y(u.type,D.memoizedProps);G.componentDidUpdate(K,D.memoizedState,G.__reactInternalSnapshotBeforeUpdate)}var J=u.updateQueue;null!==J&&Yg(u,J,G,w);break;case 3:var L=u.updateQueue;if(null!==L){g=null;if(null!==u.child)switch(u.child.tag){case 5:g=u.child.stateNode;break;case 1:g=u.child.stateNode}Yg(u,L,g,w)}break;case 5:var P=u.stateNode;null===D&&u.effectTag&4&&(w=P,
ng(u.type,u.memoizedProps)&&w.focus());break;case 6:break;case 4:break;case 12:break;case 13:if(null===u.memoizedState){var N=u.alternate;if(null!==N){var O=N.memoizedState;if(null!==O){var Q=O.dehydrated;null!==Q&&Yf(Q)}}}break;case 19:case 17:case 20:case 21:break;default:throw l(Error(163));}}if(H&128){u=q;var M=u.ref;if(null!==M){var T=u.stateNode;switch(u.tag){case 5:var R=T;break;default:R=T}"function"===typeof M?M(R):M.current=R}}q=q.nextEffect}}catch(Db){if(null===q)throw l(Error(330));Ya(q,
Db);q=q.nextEffect}while(null!==q);q=null;Hj();n=f}else a.current=c;if(rd)rd=!1,sd=a,hc=b;else for(q=e;null!==q;)b=q.nextEffect,q.nextEffect=null,q=b;b=a.firstPendingTime;0===b&&(Na=null);1073741823===b?a===ff?ic++:(ic=0,ff=a):ic=0;"function"===typeof gf&&gf(c.stateNode,d);U(a);if(fd)throw fd=!1,a=Ve,Ve=null,a;if((n&cf)!==E)return null;W();return null}function Gj(){for(;null!==q;){var a=q.effectTag;(a&256)!==C&&qj(q.alternate,q);(a&512)===C||rd||(rd=!0,se(97,function(){Cb();return null}));q=q.nextEffect}}
function Cb(){if(90!==hc){var a=97<hc?97:hc;hc=90;return Ta(a,Ij)}}function Ij(){if(null===sd)return!1;var a=sd;sd=null;if((n&(X|ba))!==E)throw l(Error(331));var b=n;n|=ba;for(a=a.current.firstEffect;null!==a;){try{var c=a;if((c.effectTag&512)!==C)switch(c.tag){case 0:case 11:case 15:dc(128,0,c),dc(0,64,c)}}catch(d){if(null===a)throw l(Error(330));Ya(a,d)}c=a.nextEffect;a.nextEffect=null;a=c}n=b;W();return!0}function Xh(a,b,c){b=Qe(c,b);b=Hh(a,b,1073741823);Ja(a,b);a=hd(a,1073741823);null!==a&&U(a)}
function Ya(a,b){if(3===a.tag)Xh(a,a,b);else for(var c=a.return;null!==c;){if(3===c.tag){Xh(c,a,b);break}else if(1===c.tag){var d=c.stateNode;if("function"===typeof c.type.getDerivedStateFromError||"function"===typeof d.componentDidCatch&&(null===Na||!Na.has(d))){a=Qe(b,a);a=Ih(c,a,1073741823);Ja(c,a);c=hd(c,1073741823);null!==c&&U(c);break}}c=c.return}}function zj(a,b,c){var d=a.pingCache;null!==d&&d.delete(b);V===a&&S===c?F===id||F===od&&1073741823===va&&aa()-Ue<Qh?Za(a,S):pd=!0:Kh(a,c)&&(b=a.lastPingedTime,
0!==b&&b<c||(a.lastPingedTime=c,a.finishedExpirationTime===c&&(a.finishedExpirationTime=0,a.finishedWork=null),U(a)))}function sj(a,b){var c=a.stateNode;null!==c&&c.delete(b);b=1;1===b&&(b=qa(),b=zb(b,a,null));a=hd(a,b);null!==a&&U(a)}function Jj(a){if("undefined"===typeof __REACT_DEVTOOLS_GLOBAL_HOOK__)return!1;var b=__REACT_DEVTOOLS_GLOBAL_HOOK__;if(b.isDisabled||!b.supportsFiber)return!0;try{var c=b.inject(a);gf=function(a,e){try{b.onCommitFiberRoot(c,a,void 0,64===(a.current.effectTag&64))}catch(f){}};
Se=function(a){try{b.onCommitFiberUnmount(c,a)}catch(e){}}}catch(d){}return!0}function Kj(a,b,c,d){this.tag=a;this.key=c;this.sibling=this.child=this.return=this.stateNode=this.type=this.elementType=null;this.index=0;this.ref=null;this.pendingProps=b;this.dependencies=this.memoizedState=this.updateQueue=this.memoizedProps=null;this.mode=d;this.effectTag=C;this.lastEffect=this.firstEffect=this.nextEffect=null;this.childExpirationTime=this.expirationTime=0;this.alternate=null}function Le(a){a=a.prototype;
return!(!a||!a.isReactComponent)}function Lj(a){if("function"===typeof a)return Le(a)?1:0;if(void 0!==a&&null!==a){a=a.$$typeof;if(a===Ed)return 11;if(a===Fd)return 14}return 2}function Ua(a,b,c){c=a.alternate;null===c?(c=ja(a.tag,b,a.key,a.mode),c.elementType=a.elementType,c.type=a.type,c.stateNode=a.stateNode,c.alternate=a,a.alternate=c):(c.pendingProps=b,c.effectTag=C,c.nextEffect=null,c.firstEffect=null,c.lastEffect=null);c.childExpirationTime=a.childExpirationTime;c.expirationTime=a.expirationTime;
c.child=a.child;c.memoizedProps=a.memoizedProps;c.memoizedState=a.memoizedState;c.updateQueue=a.updateQueue;b=a.dependencies;c.dependencies=null===b?null:{expirationTime:b.expirationTime,firstContext:b.firstContext,responders:b.responders};c.sibling=a.sibling;c.index=a.index;c.ref=a.ref;return c}function Yc(a,b,c,d,e,f){var g=2;d=a;if("function"===typeof a)Le(a)&&(g=1);else if("string"===typeof a)g=5;else a:switch(a){case ya:return La(c.children,e,f,b);case Mj:g=8;e|=7;break;case zf:g=8;e|=1;break;
case uc:return a=ja(12,c,b,e|8),a.elementType=uc,a.type=uc,a.expirationTime=f,a;case vc:return a=ja(13,c,b,e),a.type=vc,a.elementType=vc,a.expirationTime=f,a;case Dd:return a=ja(19,c,b,e),a.elementType=Dd,a.expirationTime=f,a;default:if("object"===typeof a&&null!==a)switch(a.$$typeof){case Bf:g=10;break a;case Af:g=9;break a;case Ed:g=11;break a;case Fd:g=14;break a;case Cf:g=16;d=null;break a}throw l(Error(130),null==a?a:typeof a,"");}b=ja(g,c,b,e);b.elementType=a;b.type=d;b.expirationTime=f;return b}
function La(a,b,c,d){a=ja(7,a,d,b);a.expirationTime=c;return a}function Ae(a,b,c){a=ja(6,a,null,b);a.expirationTime=c;return a}function Be(a,b,c){b=ja(4,null!==a.children?a.children:[],a.key,b);b.expirationTime=c;b.stateNode={containerInfo:a.containerInfo,pendingChildren:null,implementation:a.implementation};return b}function Nj(a,b,c){this.tag=b;this.current=null;this.containerInfo=a;this.pingCache=this.pendingChildren=null;this.finishedExpirationTime=0;this.finishedWork=null;this.timeoutHandle=
-1;this.pendingContext=this.context=null;this.hydrate=c;this.callbackNode=this.firstBatch=null;this.callbackPriority=90;this.lastExpiredTime=this.lastPingedTime=this.nextKnownPendingLevel=this.lastSuspendedTime=this.firstSuspendedTime=this.firstPendingTime=0}function Kh(a,b){var c=a.firstSuspendedTime;a=a.lastSuspendedTime;return 0!==c&&c>=b&&a<=b}function ta(a,b){var c=a.firstSuspendedTime,d=a.lastSuspendedTime;c<b&&(a.firstSuspendedTime=b);if(d>b||0===c)a.lastSuspendedTime=b;b<=a.lastPingedTime&&
(a.lastPingedTime=0);b<=a.lastExpiredTime&&(a.lastExpiredTime=0)}function Jh(a,b){b>a.firstPendingTime&&(a.firstPendingTime=b);var c=a.firstSuspendedTime;0!==c&&(b>=c?a.firstSuspendedTime=a.lastSuspendedTime=a.nextKnownPendingLevel=0:b>=a.lastSuspendedTime&&(a.lastSuspendedTime=b+1),b>a.nextKnownPendingLevel&&(a.nextKnownPendingLevel=b))}function kd(a,b){var c=a.lastExpiredTime;if(0===c||c>b)a.lastExpiredTime=b}function Yh(a,b,c,d,e,f){var g=b.current;a:if(c){c=c._reactInternalFiber;b:{if(kb(c)!==
c||1!==c.tag)throw l(Error(170));var h=c;do{switch(h.tag){case 3:h=h.stateNode.context;break b;case 1:if(L(h.type)){h=h.stateNode.__reactInternalMemoizedMergedChildContext;break b}}h=h.return}while(null!==h);throw l(Error(171));}if(1===c.tag){var k=c.type;if(L(k)){c=Gg(c,k,h);break a}}c=h}else c=Ha;null===b.context?b.context=c:b.pendingContext=c;b=f;e=Ia(d,e);e.payload={element:a};b=void 0===b?null:b;null!==b&&(e.callback=b);Ja(g,e);cc(g,d);return d}function td(a,b,c,d){var e=b.current,f=qa(),g=bc.suspense;
e=zb(f,e,g);return Yh(a,b,c,e,g,d)}function hf(a){a=a.current;if(!a.child)return null;switch(a.child.tag){case 5:return a.child.stateNode;default:return a.child.stateNode}}function Oj(a,b,c){var d=3<arguments.length&&void 0!==arguments[3]?arguments[3]:null;return{$$typeof:fb,key:null==d?null:""+d,children:a,containerInfo:b,implementation:c}}function jc(a){var b=1073741821-25*(((1073741821-qa()+500)/25|0)+1);b<=Zh&&--b;this._expirationTime=Zh=b;this._root=a;this._callbacks=this._next=null;this._hasChildren=
this._didComplete=!1;this._children=null;this._defer=!0}function kc(){this._callbacks=null;this._didCommit=!1;this._onCommit=this._onCommit.bind(this)}function $h(a,b,c){c=null!=c&&!0===c.hydrate;var d=new Nj(a,b,c);var e=ja(3,null,null,2===b?7:1===b?3:0);d.current=e;e.stateNode=d;a[ie]=d.current;c&&0!==b&&Ii(9===a.nodeType?a:a.ownerDocument);return d}function ud(a,b,c){this._internalRoot=$h(a,b,c)}function vd(a,b){this._internalRoot=$h(a,2,b)}function bb(a){return!(!a||1!==a.nodeType&&9!==a.nodeType&&
11!==a.nodeType&&(a.nodeType!==Pa||" react-mount-point-unstable "!==a.nodeValue))}function Pj(a,b){b||(b=a?9===a.nodeType?a.documentElement:a.firstChild:null,b=!(!b||1!==b.nodeType||!b.hasAttribute("data-reactroot")));if(!b)for(var c;c=a.lastChild;)a.removeChild(c);return new ud(a,0,b?{hydrate:!0}:void 0)}function wd(a,b,c,d,e){var f=c._reactRootContainer;if(f){var g=f._internalRoot;if("function"===typeof e){var h=e;e=function(){var a=hf(g);h.call(a)}}td(b,g,a,e)}else{f=c._reactRootContainer=Pj(c,
d);g=f._internalRoot;if("function"===typeof e){var k=e;e=function(){var a=hf(g);k.call(a)}}Sh(function(){td(b,g,a,e)})}return hf(g)}function ai(a,b){var c=2<arguments.length&&void 0!==arguments[2]?arguments[2]:null;if(!bb(b))throw l(Error(200));return Oj(a,b,null,c)}if(!la)throw l(Error(227));var pc=null,cb={},qc=[],yd={},db={},zd={},wi=function(a,b,c,d,e,f,g,h,k){var m=Array.prototype.slice.call(arguments,3);try{b.apply(c,m)}catch(p){this.onError(p)}},Eb=!1,rc=null,sc=!1,Ad=null,xi={onError:function(a){Eb=
!0;rc=a}},Cd=null,Ef=null,wf=null,Fb=null,zi=function(a){if(a){var b=a._dispatchListeners,c=a._dispatchInstances;if(Array.isArray(b))for(var d=0;d<b.length&&!a.isPropagationStopped();d++)vf(a,b[d],c[d]);else b&&vf(a,b,c);a._dispatchListeners=null;a._dispatchInstances=null;a.isPersistent()||a.constructor.release(a)}},jf={injectEventPluginOrder:function(a){if(pc)throw l(Error(101));pc=Array.prototype.slice.call(a);tf()},injectEventPluginsByName:function(a){var b=!1,c;for(c in a)if(a.hasOwnProperty(c)){var d=
a[c];if(!cb.hasOwnProperty(c)||cb[c]!==d){if(cb[c])throw l(Error(102),c);cb[c]=d;b=!0}}b&&tf()}},ka=la.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED;ka.hasOwnProperty("ReactCurrentDispatcher")||(ka.ReactCurrentDispatcher={current:null});ka.hasOwnProperty("ReactCurrentBatchConfig")||(ka.ReactCurrentBatchConfig={suspense:null});var Bi=/^(.*)[\\\/]/,G="function"===typeof Symbol&&Symbol.for,Zc=G?Symbol.for("react.element"):60103,fb=G?Symbol.for("react.portal"):60106,ya=G?Symbol.for("react.fragment"):
60107,zf=G?Symbol.for("react.strict_mode"):60108,uc=G?Symbol.for("react.profiler"):60114,Bf=G?Symbol.for("react.provider"):60109,Af=G?Symbol.for("react.context"):60110,Mj=G?Symbol.for("react.concurrent_mode"):60111,Ed=G?Symbol.for("react.forward_ref"):60112,vc=G?Symbol.for("react.suspense"):60113,Dd=G?Symbol.for("react.suspense_list"):60120,Fd=G?Symbol.for("react.memo"):60115,Cf=G?Symbol.for("react.lazy"):60116;G&&Symbol.for("react.fundamental");G&&Symbol.for("react.responder");G&&Symbol.for("react.scope");
var yf="function"===typeof Symbol&&Symbol.iterator,Ea=!("undefined"===typeof window||"undefined"===typeof window.document||"undefined"===typeof window.document.createElement),J=la.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.assign,Hd=null,gb=null,hb=null,me=function(a,b){return a(b)},cg=function(a,b,c,d){return a(b,c,d)},Jd=function(){},eg=me,Oa=!1,ae=!1,T=la.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.Scheduler,Qj=T.unstable_cancelCallback,kf=T.unstable_now,Wf=T.unstable_scheduleCallback,
Rj=T.unstable_shouldYield,bi=T.unstable_requestPaint,Sj=T.unstable_runWithPriority,Tj=T.unstable_getCurrentPriorityLevel,Uj=T.unstable_ImmediatePriority,Vj=T.unstable_UserBlockingPriority,Xf=T.unstable_NormalPriority,Wj=T.unstable_LowPriority,Xj=T.unstable_IdlePriority;new Map;new Map;new Map;var Di=/^[:A-Z_a-z\u00C0-\u00D6\u00D8-\u00F6\u00F8-\u02FF\u0370-\u037D\u037F-\u1FFF\u200C-\u200D\u2070-\u218F\u2C00-\u2FEF\u3001-\uD7FF\uF900-\uFDCF\uFDF0-\uFFFD][:A-Z_a-z\u00C0-\u00D6\u00D8-\u00F6\u00F8-\u02FF\u0370-\u037D\u037F-\u1FFF\u200C-\u200D\u2070-\u218F\u2C00-\u2FEF\u3001-\uD7FF\uF900-\uFDCF\uFDF0-\uFFFD\-.0-9\u00B7\u0300-\u036F\u203F-\u2040]*$/,
Hf=Object.prototype.hasOwnProperty,Jf={},If={},H={};"children dangerouslySetInnerHTML defaultValue defaultChecked innerHTML suppressContentEditableWarning suppressHydrationWarning style".split(" ").forEach(function(a){H[a]=new K(a,0,!1,a,null,!1)});[["acceptCharset","accept-charset"],["className","class"],["htmlFor","for"],["httpEquiv","http-equiv"]].forEach(function(a){var b=a[0];H[b]=new K(b,1,!1,a[1],null,!1)});["contentEditable","draggable","spellCheck","value"].forEach(function(a){H[a]=new K(a,
2,!1,a.toLowerCase(),null,!1)});["autoReverse","externalResourcesRequired","focusable","preserveAlpha"].forEach(function(a){H[a]=new K(a,2,!1,a,null,!1)});"allowFullScreen async autoFocus autoPlay controls default defer disabled disablePictureInPicture formNoValidate hidden loop noModule noValidate open playsInline readOnly required reversed scoped seamless itemScope".split(" ").forEach(function(a){H[a]=new K(a,3,!1,a.toLowerCase(),null,!1)});["checked","multiple","muted","selected"].forEach(function(a){H[a]=
new K(a,3,!0,a,null,!1)});["capture","download"].forEach(function(a){H[a]=new K(a,4,!1,a,null,!1)});["cols","rows","size","span"].forEach(function(a){H[a]=new K(a,6,!1,a,null,!1)});["rowSpan","start"].forEach(function(a){H[a]=new K(a,5,!1,a.toLowerCase(),null,!1)});var lf=/[\-:]([a-z])/g,mf=function(a){return a[1].toUpperCase()};"accent-height alignment-baseline arabic-form baseline-shift cap-height clip-path clip-rule color-interpolation color-interpolation-filters color-profile color-rendering dominant-baseline enable-background fill-opacity fill-rule flood-color flood-opacity font-family font-size font-size-adjust font-stretch font-style font-variant font-weight glyph-name glyph-orientation-horizontal glyph-orientation-vertical horiz-adv-x horiz-origin-x image-rendering letter-spacing lighting-color marker-end marker-mid marker-start overline-position overline-thickness paint-order panose-1 pointer-events rendering-intent shape-rendering stop-color stop-opacity strikethrough-position strikethrough-thickness stroke-dasharray stroke-dashoffset stroke-linecap stroke-linejoin stroke-miterlimit stroke-opacity stroke-width text-anchor text-decoration text-rendering underline-position underline-thickness unicode-bidi unicode-range units-per-em v-alphabetic v-hanging v-ideographic v-mathematical vector-effect vert-adv-y vert-origin-x vert-origin-y word-spacing writing-mode xmlns:xlink x-height".split(" ").forEach(function(a){var b=
a.replace(lf,mf);H[b]=new K(b,1,!1,a,null,!1)});"xlink:actuate xlink:arcrole xlink:role xlink:show xlink:title xlink:type".split(" ").forEach(function(a){var b=a.replace(lf,mf);H[b]=new K(b,1,!1,a,"http://www.w3.org/1999/xlink",!1)});["xml:base","xml:lang","xml:space"].forEach(function(a){var b=a.replace(lf,mf);H[b]=new K(b,1,!1,a,"http://www.w3.org/XML/1998/namespace",!1)});["tabIndex","crossOrigin"].forEach(function(a){H[a]=new K(a,1,!1,a.toLowerCase(),null,!1)});H.xlinkHref=new K("xlinkHref",1,
!1,"xlink:href","http://www.w3.org/1999/xlink",!0);["src","href","action","formAction"].forEach(function(a){H[a]=new K(a,1,!1,a.toLowerCase(),null,!0)});var xd,Fh=function(a){return"undefined"!==typeof MSApp&&MSApp.execUnsafeLocalFunction?function(b,c,d,e){MSApp.execUnsafeLocalFunction(function(){return a(b,c,d,e)})}:a}(function(a,b){if("http://www.w3.org/2000/svg"!==a.namespaceURI||"innerHTML"in a)a.innerHTML=b;else{xd=xd||document.createElement("div");xd.innerHTML="<svg>"+b.valueOf().toString()+
"</svg>";for(b=xd.firstChild;a.firstChild;)a.removeChild(a.firstChild);for(;b.firstChild;)a.appendChild(b.firstChild)}}),Pa=8,ec=function(a,b){if(b){var c=a.firstChild;if(c&&c===a.lastChild&&3===c.nodeType){c.nodeValue=b;return}}a.textContent=b},jb={animationend:xc("Animation","AnimationEnd"),animationiteration:xc("Animation","AnimationIteration"),animationstart:xc("Animation","AnimationStart"),transitionend:xc("Transition","TransitionEnd")},Rd={},Tf={};Ea&&(Tf=document.createElement("div").style,
"AnimationEvent"in window||(delete jb.animationend.animation,delete jb.animationiteration.animation,delete jb.animationstart.animation),"TransitionEvent"in window||delete jb.transitionend.transition);var ci=yc("animationend"),di=yc("animationiteration"),ei=yc("animationstart"),fi=yc("transitionend"),Mb="abort canplay canplaythrough durationchange emptied encrypted ended error loadeddata loadedmetadata loadstart pause play playing progress ratechange seeked seeking stalled suspend timeupdate volumechange waiting".split(" "),
Xd=!1,ca=[],Aa=null,Ba=null,Ca=null,Hb=new Map,Ib=new Map,Td="mousedown mouseup touchcancel touchend touchstart auxclick dblclick pointercancel pointerdown pointerup dragend dragstart drop compositionend compositionstart keydown keypress keyup input textInput close cancel copy cut paste click change contextmenu reset submit".split(" "),Ji="focus blur dragenter dragleave mouseover mouseout pointerover pointerout gotpointercapture lostpointercapture".split(" "),C=0,I=2,Da=1024;J(O.prototype,{preventDefault:function(){this.defaultPrevented=
!0;var a=this.nativeEvent;a&&(a.preventDefault?a.preventDefault():"unknown"!==typeof a.returnValue&&(a.returnValue=!1),this.isDefaultPrevented=Ac)},stopPropagation:function(){var a=this.nativeEvent;a&&(a.stopPropagation?a.stopPropagation():"unknown"!==typeof a.cancelBubble&&(a.cancelBubble=!0),this.isPropagationStopped=Ac)},persist:function(){this.isPersistent=Ac},isPersistent:Bc,destructor:function(){var a=this.constructor.Interface,b;for(b in a)this[b]=null;this.nativeEvent=this._targetInst=this.dispatchConfig=
null;this.isPropagationStopped=this.isDefaultPrevented=Bc;this._dispatchInstances=this._dispatchListeners=null}});O.Interface={type:null,target:null,currentTarget:function(){return null},eventPhase:null,bubbles:null,cancelable:null,timeStamp:function(a){return a.timeStamp||Date.now()},defaultPrevented:null,isTrusted:null};O.extend=function(a){function b(){return c.apply(this,arguments)}var c=this,d=function(){};d.prototype=c.prototype;d=new d;J(d,b.prototype);b.prototype=d;b.prototype.constructor=
b;b.Interface=J({},c.Interface,a);b.extend=c.extend;bg(b);return b};bg(O);var Yj=O.extend({animationName:null,elapsedTime:null,pseudoElement:null}),Zj=O.extend({clipboardData:function(a){return"clipboardData"in a?a.clipboardData:window.clipboardData}}),lc=O.extend({view:null,detail:null}),ak=lc.extend({relatedTarget:null}),bk={Esc:"Escape",Spacebar:" ",Left:"ArrowLeft",Up:"ArrowUp",Right:"ArrowRight",Down:"ArrowDown",Del:"Delete",Win:"OS",Menu:"ContextMenu",Apps:"ContextMenu",Scroll:"ScrollLock",
MozPrintableKey:"Unidentified"},ck={8:"Backspace",9:"Tab",12:"Clear",13:"Enter",16:"Shift",17:"Control",18:"Alt",19:"Pause",20:"CapsLock",27:"Escape",32:" ",33:"PageUp",34:"PageDown",35:"End",36:"Home",37:"ArrowLeft",38:"ArrowUp",39:"ArrowRight",40:"ArrowDown",45:"Insert",46:"Delete",112:"F1",113:"F2",114:"F3",115:"F4",116:"F5",117:"F6",118:"F7",119:"F8",120:"F9",121:"F10",122:"F11",123:"F12",144:"NumLock",145:"ScrollLock",224:"Meta"},Si={Alt:"altKey",Control:"ctrlKey",Meta:"metaKey",Shift:"shiftKey"},
dk=lc.extend({key:function(a){if(a.key){var b=bk[a.key]||a.key;if("Unidentified"!==b)return b}return"keypress"===a.type?(a=Cc(a),13===a?"Enter":String.fromCharCode(a)):"keydown"===a.type||"keyup"===a.type?ck[a.keyCode]||"Unidentified":""},location:null,ctrlKey:null,shiftKey:null,altKey:null,metaKey:null,repeat:null,locale:null,getModifierState:$d,charCode:function(a){return"keypress"===a.type?Cc(a):0},keyCode:function(a){return"keydown"===a.type||"keyup"===a.type?a.keyCode:0},which:function(a){return"keypress"===
a.type?Cc(a):"keydown"===a.type||"keyup"===a.type?a.keyCode:0}}),gi=0,hi=0,ii=!1,ji=!1,mc=lc.extend({screenX:null,screenY:null,clientX:null,clientY:null,pageX:null,pageY:null,ctrlKey:null,shiftKey:null,altKey:null,metaKey:null,getModifierState:$d,button:null,buttons:null,relatedTarget:function(a){return a.relatedTarget||(a.fromElement===a.srcElement?a.toElement:a.fromElement)},movementX:function(a){if("movementX"in a)return a.movementX;var b=gi;gi=a.screenX;return ii?"mousemove"===a.type?a.screenX-
b:0:(ii=!0,0)},movementY:function(a){if("movementY"in a)return a.movementY;var b=hi;hi=a.screenY;return ji?"mousemove"===a.type?a.screenY-b:0:(ji=!0,0)}}),ki=mc.extend({pointerId:null,width:null,height:null,pressure:null,tangentialPressure:null,tiltX:null,tiltY:null,twist:null,pointerType:null,isPrimary:null}),ek=mc.extend({dataTransfer:null}),fk=lc.extend({touches:null,targetTouches:null,changedTouches:null,altKey:null,metaKey:null,ctrlKey:null,shiftKey:null,getModifierState:$d}),gk=O.extend({propertyName:null,
elapsedTime:null,pseudoElement:null}),hk=mc.extend({deltaX:function(a){return"deltaX"in a?a.deltaX:"wheelDeltaX"in a?-a.wheelDeltaX:0},deltaY:function(a){return"deltaY"in a?a.deltaY:"wheelDeltaY"in a?-a.wheelDeltaY:"wheelDelta"in a?-a.wheelDelta:0},deltaZ:null,deltaMode:null}),li=[["blur","blur",0],["cancel","cancel",0],["click","click",0],["close","close",0],["contextmenu","contextMenu",0],["copy","copy",0],["cut","cut",0],["auxclick","auxClick",0],["dblclick","doubleClick",0],["dragend","dragEnd",
0],["dragstart","dragStart",0],["drop","drop",0],["focus","focus",0],["input","input",0],["invalid","invalid",0],["keydown","keyDown",0],["keypress","keyPress",0],["keyup","keyUp",0],["mousedown","mouseDown",0],["mouseup","mouseUp",0],["paste","paste",0],["pause","pause",0],["play","play",0],["pointercancel","pointerCancel",0],["pointerdown","pointerDown",0],["pointerup","pointerUp",0],["ratechange","rateChange",0],["reset","reset",0],["seeked","seeked",0],["submit","submit",0],["touchcancel","touchCancel",
0],["touchend","touchEnd",0],["touchstart","touchStart",0],["volumechange","volumeChange",0],["drag","drag",1],["dragenter","dragEnter",1],["dragexit","dragExit",1],["dragleave","dragLeave",1],["dragover","dragOver",1],["mousemove","mouseMove",1],["mouseout","mouseOut",1],["mouseover","mouseOver",1],["pointermove","pointerMove",1],["pointerout","pointerOut",1],["pointerover","pointerOver",1],["scroll","scroll",1],["toggle","toggle",1],["touchmove","touchMove",1],["wheel","wheel",1],["abort","abort",
2],[ci,"animationEnd",2],[di,"animationIteration",2],[ei,"animationStart",2],["canplay","canPlay",2],["canplaythrough","canPlayThrough",2],["durationchange","durationChange",2],["emptied","emptied",2],["encrypted","encrypted",2],["ended","ended",2],["error","error",2],["gotpointercapture","gotPointerCapture",2],["load","load",2],["loadeddata","loadedData",2],["loadedmetadata","loadedMetadata",2],["loadstart","loadStart",2],["lostpointercapture","lostPointerCapture",2],["playing","playing",2],["progress",
"progress",2],["seeking","seeking",2],["stalled","stalled",2],["suspend","suspend",2],["timeupdate","timeUpdate",2],[fi,"transitionEnd",2],["waiting","waiting",2]],mi={},nf={},of=0;for(;of<li.length;of++){var pf=li[of],ni=pf[0],qf=pf[1],ik=pf[2],oi="on"+(qf[0].toUpperCase()+qf.slice(1)),pi={phasedRegistrationNames:{bubbled:oi,captured:oi+"Capture"},dependencies:[ni],eventPriority:ik};mi[qf]=pi;nf[ni]=pi}var qi={eventTypes:mi,getEventPriority:function(a){a=nf[a];return void 0!==a?a.eventPriority:2},
extractEvents:function(a,b,c,d,e){e=nf[a];if(!e)return null;switch(a){case "keypress":if(0===Cc(c))return null;case "keydown":case "keyup":a=dk;break;case "blur":case "focus":a=ak;break;case "click":if(2===c.button)return null;case "auxclick":case "dblclick":case "mousedown":case "mousemove":case "mouseup":case "mouseout":case "mouseover":case "contextmenu":a=mc;break;case "drag":case "dragend":case "dragenter":case "dragexit":case "dragleave":case "dragover":case "dragstart":case "drop":a=ek;break;
case "touchcancel":case "touchend":case "touchmove":case "touchstart":a=fk;break;case ci:case di:case ei:a=Yj;break;case fi:a=gk;break;case "scroll":a=lc;break;case "wheel":a=hk;break;case "copy":case "cut":case "paste":a=Zj;break;case "gotpointercapture":case "lostpointercapture":case "pointercancel":case "pointerdown":case "pointermove":case "pointerout":case "pointerover":case "pointerup":a=ki;break;default:a=O}b=a.getPooled(e,b,c,d);lb(b);return b}},Ui=qi.getEventPriority,Xi=10,Fc=[],Gc=!0,gg=
new ("function"===typeof WeakMap?WeakMap:Map),Nb={animationIterationCount:!0,borderImageOutset:!0,borderImageSlice:!0,borderImageWidth:!0,boxFlex:!0,boxFlexGroup:!0,boxOrdinalGroup:!0,columnCount:!0,columns:!0,flex:!0,flexGrow:!0,flexPositive:!0,flexShrink:!0,flexNegative:!0,flexOrder:!0,gridArea:!0,gridRow:!0,gridRowEnd:!0,gridRowSpan:!0,gridRowStart:!0,gridColumn:!0,gridColumnEnd:!0,gridColumnSpan:!0,gridColumnStart:!0,fontWeight:!0,lineClamp:!0,lineHeight:!0,opacity:!0,order:!0,orphans:!0,tabSize:!0,
widows:!0,zIndex:!0,zoom:!0,fillOpacity:!0,floodOpacity:!0,stopOpacity:!0,strokeDasharray:!0,strokeDashoffset:!0,strokeMiterlimit:!0,strokeOpacity:!0,strokeWidth:!0},jk=["Webkit","ms","Moz","O"];Object.keys(Nb).forEach(function(a){jk.forEach(function(b){b=b+a.charAt(0).toUpperCase()+a.substring(1);Nb[b]=Nb[a]})});var Yi=J({menuitem:!0},{area:!0,base:!0,br:!0,col:!0,embed:!0,hr:!0,img:!0,input:!0,keygen:!0,link:!0,meta:!0,param:!0,source:!0,track:!0,wbr:!0}),pg="$",qg="/$",he="$?",ge="$!",df=null,
ef=null,Ye="function"===typeof setTimeout?setTimeout:void 0,xj="function"===typeof clearTimeout?clearTimeout:void 0,rf=Math.random().toString(36).slice(2),Fa="__reactInternalInstance$"+rf,Ic="__reactEventHandlers$"+rf,ie="__reactContainere$"+rf,Ga=null,ke=null,Jc=null,kk=O.extend({data:null}),lk=O.extend({data:null}),Zi=[9,13,27,32],le=Ea&&"CompositionEvent"in window,nc=null;Ea&&"documentMode"in document&&(nc=document.documentMode);var mk=Ea&&"TextEvent"in window&&!nc,xg=Ea&&(!le||nc&&8<nc&&11>=nc),
wg=String.fromCharCode(32),wa={beforeInput:{phasedRegistrationNames:{bubbled:"onBeforeInput",captured:"onBeforeInputCapture"},dependencies:["compositionend","keypress","textInput","paste"]},compositionEnd:{phasedRegistrationNames:{bubbled:"onCompositionEnd",captured:"onCompositionEndCapture"},dependencies:"blur compositionend keydown keypress keyup mousedown".split(" ")},compositionStart:{phasedRegistrationNames:{bubbled:"onCompositionStart",captured:"onCompositionStartCapture"},dependencies:"blur compositionstart keydown keypress keyup mousedown".split(" ")},
compositionUpdate:{phasedRegistrationNames:{bubbled:"onCompositionUpdate",captured:"onCompositionUpdateCapture"},dependencies:"blur compositionupdate keydown keypress keyup mousedown".split(" ")}},vg=!1,nb=!1,nk={eventTypes:wa,extractEvents:function(a,b,c,d,e){var f;if(le)b:{switch(a){case "compositionstart":var g=wa.compositionStart;break b;case "compositionend":g=wa.compositionEnd;break b;case "compositionupdate":g=wa.compositionUpdate;break b}g=void 0}else nb?tg(a,c)&&(g=wa.compositionEnd):"keydown"===
a&&229===c.keyCode&&(g=wa.compositionStart);g?(xg&&"ko"!==c.locale&&(nb||g!==wa.compositionStart?g===wa.compositionEnd&&nb&&(f=sg()):(Ga=d,ke="value"in Ga?Ga.value:Ga.textContent,nb=!0)),e=kk.getPooled(g,b,c,d),f?e.data=f:(f=ug(c),null!==f&&(e.data=f)),lb(e),f=e):f=null;(a=mk?$i(a,c):aj(a,c))?(b=lk.getPooled(wa.beforeInput,b,c,d),b.data=a,lb(b)):b=null;return null===f?b:null===b?f:[f,b]}},bj={color:!0,date:!0,datetime:!0,"datetime-local":!0,email:!0,month:!0,number:!0,password:!0,range:!0,search:!0,
tel:!0,text:!0,time:!0,url:!0,week:!0},Ag={change:{phasedRegistrationNames:{bubbled:"onChange",captured:"onChangeCapture"},dependencies:"blur change click focus input keydown keyup selectionchange".split(" ")}},Ob=null,Pb=null,sf=!1;Ea&&(sf=fg("input")&&(!document.documentMode||9<document.documentMode));var ok={eventTypes:Ag,_isInputEventSupported:sf,extractEvents:function(a,b,c,d,e){e=b?Qa(b):window;var f=e.nodeName&&e.nodeName.toLowerCase();if("select"===f||"input"===f&&"file"===e.type)var g=dj;
else if(yg(e))if(sf)g=hj;else{g=fj;var h=ej}else(f=e.nodeName)&&"input"===f.toLowerCase()&&("checkbox"===e.type||"radio"===e.type)&&(g=gj);if(g&&(g=g(a,b)))return zg(g,c,d);h&&h(a,e,b);"blur"===a&&(a=e._wrapperState)&&a.controlled&&"number"===e.type&&Nd(e,"number",e.value)}},oc={mouseEnter:{registrationName:"onMouseEnter",dependencies:["mouseout","mouseover"]},mouseLeave:{registrationName:"onMouseLeave",dependencies:["mouseout","mouseover"]},pointerEnter:{registrationName:"onPointerEnter",dependencies:["pointerout",
"pointerover"]},pointerLeave:{registrationName:"onPointerLeave",dependencies:["pointerout","pointerover"]}},pk={eventTypes:oc,extractEvents:function(a,b,c,d,e){var f="mouseover"===a||"pointerover"===a,g="mouseout"===a||"pointerout"===a;if(f&&0===(e&32)&&(c.relatedTarget||c.fromElement)||!g&&!f)return null;e=d.window===d?d:(e=d.ownerDocument)?e.defaultView||e.parentWindow:window;if(g){if(g=b,b=(b=c.relatedTarget||c.toElement)?Dc(b):null,null!==b&&(f=kb(b),b!==f||5!==b.tag&&6!==b.tag))b=null}else g=
null;if(g===b)return null;if("mouseout"===a||"mouseover"===a){var h=mc;var k=oc.mouseLeave;var m=oc.mouseEnter;var l="mouse"}else if("pointerout"===a||"pointerover"===a)h=ki,k=oc.pointerLeave,m=oc.pointerEnter,l="pointer";a=null==g?e:Qa(g);e=null==b?e:Qa(b);k=h.getPooled(k,g,c,d);k.type=l+"leave";k.target=a;k.relatedTarget=e;c=h.getPooled(m,b,c,d);c.type=l+"enter";c.target=e;c.relatedTarget=a;d=g;l=b;if(d&&l)a:{h=d;m=l;a=0;for(g=h;g;g=ma(g))a++;g=0;for(b=m;b;b=ma(b))g++;for(;0<a-g;)h=ma(h),a--;for(;0<
g-a;)m=ma(m),g--;for(;a--;){if(h===m||h===m.alternate)break a;h=ma(h);m=ma(m)}h=null}else h=null;m=h;for(h=[];d&&d!==m;){a=d.alternate;if(null!==a&&a===m)break;h.push(d);d=ma(d)}for(d=[];l&&l!==m;){a=l.alternate;if(null!==a&&a===m)break;d.push(l);l=ma(l)}for(l=0;l<h.length;l++)Zd(h[l],"bubbled",k);for(l=d.length;0<l--;)Zd(d[l],"captured",c);return[k,c]}},Ra="function"===typeof Object.is?Object.is:ij,jj=Object.prototype.hasOwnProperty,qk=Ea&&"documentMode"in document&&11>=document.documentMode,Eg=
{select:{phasedRegistrationNames:{bubbled:"onSelect",captured:"onSelectCapture"},dependencies:"blur contextmenu dragend focus keydown keyup mousedown mouseup selectionchange".split(" ")}},ob=null,oe=null,Rb=null,ne=!1,rk={eventTypes:Eg,extractEvents:function(a,b,c,d,e){e=d.window===d?d.document:9===d.nodeType?d:d.ownerDocument;var f;if(!(f=!e)){a:{e=Sd(e);f=zd.onSelect;for(var g=0;g<f.length;g++)if(!e.has(f[g])){e=!1;break a}e=!0}f=!e}if(f)return null;e=b?Qa(b):window;switch(a){case "focus":if(yg(e)||
"true"===e.contentEditable)ob=e,oe=b,Rb=null;break;case "blur":Rb=oe=ob=null;break;case "mousedown":ne=!0;break;case "contextmenu":case "mouseup":case "dragend":return ne=!1,Dg(c,d);case "selectionchange":if(qk)break;case "keydown":case "keyup":return Dg(c,d)}return null}};jf.injectEventPluginOrder("ResponderEventPlugin SimpleEventPlugin EnterLeaveEventPlugin ChangeEventPlugin SelectEventPlugin BeforeInputEventPlugin".split(" "));(function(a,b,c){Cd=a;Ef=b;wf=c})(je,rg,Qa);jf.injectEventPluginsByName({SimpleEventPlugin:qi,
EnterLeaveEventPlugin:pk,ChangeEventPlugin:ok,SelectEventPlugin:rk,BeforeInputEventPlugin:nk});new Set;var pe=[],pb=-1,Ha={},P={current:Ha},M={current:!1},Sa=Ha,lj=Sj,te=Wf,Qg=Qj,kj=Tj,Nc=Uj,Ig=Vj,Jg=Xf,Kg=Wj,Lg=Xj,Pg={},Aj=Rj,Hj=void 0!==bi?bi:function(){},oa=null,Oc=null,ue=!1,ri=kf(),aa=1E4>ri?kf:function(){return kf()-ri},we={current:null},Qc=null,rb=null,Pc=null,Tg=0,Tc=2,Ka=!1,bc=ka.ReactCurrentBatchConfig,ch=(new la.Component).refs,Wc={isMounted:function(a){return(a=a._reactInternalFiber)?
kb(a)===a:!1},enqueueSetState:function(a,b,c){a=a._reactInternalFiber;var d=qa(),e=bc.suspense;d=zb(d,a,e);e=Ia(d,e);e.payload=b;void 0!==c&&null!==c&&(e.callback=c);Ja(a,e);cc(a,d)},enqueueReplaceState:function(a,b,c){a=a._reactInternalFiber;var d=qa(),e=bc.suspense;d=zb(d,a,e);e=Ia(d,e);e.tag=1;e.payload=b;void 0!==c&&null!==c&&(e.callback=c);Ja(a,e);cc(a,d)},enqueueForceUpdate:function(a,b){a=a._reactInternalFiber;var c=qa(),d=bc.suspense;c=zb(c,a,d);d=Ia(c,d);d.tag=Tc;void 0!==b&&null!==b&&(d.callback=
b);Ja(a,d);cc(a,c)}},$c=Array.isArray,Ab=dh(!0),Ke=dh(!1),Ub={},fa={current:Ub},Wb={current:Ub},Vb={current:Ub},A={current:0},bd=ka.ReactCurrentDispatcher,Xb=0,Ma=null,D=null,ha=null,wb=null,N=null,vb=null,xb=0,ia=null,$b=0,Yb=!1,pa=null,Zb=0,cd={readContext:ea,useCallback:R,useContext:R,useEffect:R,useImperativeHandle:R,useLayoutEffect:R,useMemo:R,useReducer:R,useRef:R,useState:R,useDebugValue:R,useResponder:R},mj={readContext:ea,useCallback:function(a,b){yb().memoizedState=[a,void 0===b?null:b];
return a},useContext:ea,useEffect:function(a,b){return He(516,192,a,b)},useImperativeHandle:function(a,b,c){c=null!==c&&void 0!==c?c.concat([a]):null;return He(4,36,kh.bind(null,b,a),c)},useLayoutEffect:function(a,b){return He(4,36,a,b)},useMemo:function(a,b){var c=yb();b=void 0===b?null:b;a=a();c.memoizedState=[a,b];return a},useReducer:function(a,b,c){var d=yb();b=void 0!==c?c(b):b;d.memoizedState=d.baseState=b;a=d.queue={last:null,dispatch:null,lastRenderedReducer:a,lastRenderedState:b};a=a.dispatch=
mh.bind(null,Ma,a);return[d.memoizedState,a]},useRef:function(a){var b=yb();a={current:a};return b.memoizedState=a},useState:function(a){var b=yb();"function"===typeof a&&(a=a());b.memoizedState=b.baseState=a;a=b.queue={last:null,dispatch:null,lastRenderedReducer:ih,lastRenderedState:a};a=a.dispatch=mh.bind(null,Ma,a);return[b.memoizedState,a]},useDebugValue:lh,useResponder:fh},gh={readContext:ea,useCallback:function(a,b){var c=ac();b=void 0===b?null:b;var d=c.memoizedState;if(null!==d&&null!==b&&
Ee(b,d[1]))return d[0];c.memoizedState=[a,b];return a},useContext:ea,useEffect:function(a,b){return Ie(516,192,a,b)},useImperativeHandle:function(a,b,c){c=null!==c&&void 0!==c?c.concat([a]):null;return Ie(4,36,kh.bind(null,b,a),c)},useLayoutEffect:function(a,b){return Ie(4,36,a,b)},useMemo:function(a,b){var c=ac();b=void 0===b?null:b;var d=c.memoizedState;if(null!==d&&null!==b&&Ee(b,d[1]))return d[0];a=a();c.memoizedState=[a,b];return a},useReducer:jh,useRef:function(a){return ac().memoizedState},
useState:function(a){return jh(ih,a)},useDebugValue:lh,useResponder:fh},ra=null,Xa=null,Wa=!1,nj=ka.ReactCurrentOwner,da=!1,Oe={dehydrated:null,retryTime:1};var Dj=function(a,b,c,d){for(c=b.child;null!==c;){if(5===c.tag||6===c.tag)a.appendChild(c.stateNode);else if(4!==c.tag&&null!==c.child){c.child.return=c;c=c.child;continue}if(c===b)break;for(;null===c.sibling;){if(null===c.return||c.return===b)return;c=c.return}c.sibling.return=c.return;c=c.sibling}};var Wh=function(a){};var Cj=function(a,b,c,
d,e){var f=a.memoizedProps;if(f!==d){var g=b.stateNode;Va(fa.current);a=null;switch(c){case "input":f=Ld(g,f);d=Ld(g,d);a=[];break;case "option":f=Od(g,f);d=Od(g,d);a=[];break;case "select":f=J({},f,{value:void 0});d=J({},d,{value:void 0});a=[];break;case "textarea":f=Pd(g,f);d=Pd(g,d);a=[];break;default:"function"!==typeof f.onClick&&"function"===typeof d.onClick&&(g.onclick=Hc)}be(c,d);var h,k;c=null;for(h in f)if(!d.hasOwnProperty(h)&&f.hasOwnProperty(h)&&null!=f[h])if("style"===h)for(k in g=f[h],
g)g.hasOwnProperty(k)&&(c||(c={}),c[k]="");else"dangerouslySetInnerHTML"!==h&&"children"!==h&&"suppressContentEditableWarning"!==h&&"suppressHydrationWarning"!==h&&"autoFocus"!==h&&(db.hasOwnProperty(h)?a||(a=[]):(a=a||[]).push(h,null));for(h in d){var l=d[h];g=null!=f?f[h]:void 0;if(d.hasOwnProperty(h)&&l!==g&&(null!=l||null!=g))if("style"===h)if(g){for(k in g)!g.hasOwnProperty(k)||l&&l.hasOwnProperty(k)||(c||(c={}),c[k]="");for(k in l)l.hasOwnProperty(k)&&g[k]!==l[k]&&(c||(c={}),c[k]=l[k])}else c||
(a||(a=[]),a.push(h,c)),c=l;else"dangerouslySetInnerHTML"===h?(l=l?l.__html:void 0,g=g?g.__html:void 0,null!=l&&g!==l&&(a=a||[]).push(h,""+l)):"children"===h?g===l||"string"!==typeof l&&"number"!==typeof l||(a=a||[]).push(h,""+l):"suppressContentEditableWarning"!==h&&"suppressHydrationWarning"!==h&&(db.hasOwnProperty(h)?(null!=l&&na(e,h),a||g===l||(a=[])):(a=a||[]).push(h,l))}c&&(a=a||[]).push("style",c);e=a;(b.updateQueue=e)&&Bb(b)}};var Ej=function(a,b,c,d){c!==d&&Bb(b)};var rj="function"===typeof WeakSet?
WeakSet:Set,yj="function"===typeof WeakMap?WeakMap:Map,uj=Math.ceil,ld=ka.ReactCurrentDispatcher,Vh=ka.ReactCurrentOwner,E=0,cf=8,X=16,ba=32,$a=0,md=1,Ph=2,od=3,id=4,Ze=5,$e=6,n=E,V=null,v=null,S=0,F=$a,nd=null,va=1073741823,fc=1073741823,qd=null,gc=0,pd=!1,Ue=0,Qh=500,q=null,fd=!1,Ve=null,Na=null,rd=!1,sd=null,hc=90,ab=null,ic=0,ff=null,gd=0,Zh=0,cc=function(a,b){if(50<ic)throw ic=0,ff=null,l(Error(185));a=hd(a,b);if(null!==a){var c=re();1073741823===b?(n&cf)!==E&&(n&(X|ba))===E?We(a):(U(a),n===
E&&W()):U(a);(n&4)===E||98!==c&&99!==c||(null===ab?ab=new Map([[a,b]]):(c=ab.get(a),(void 0===c||c>b)&&ab.set(a,b)))}};var Bj=function(a,b,c){var d=b.expirationTime;if(null!==a){var e=b.pendingProps;if(a.memoizedProps!==e||M.current)da=!0;else{if(d<c){da=!1;switch(b.tag){case 3:wh(b);Je();break;case 5:eh(b);if(b.mode&4&&1!==c&&e.hidden)return b.expirationTime=b.childExpirationTime=1,null;break;case 1:L(b.type)&&Mc(b);break;case 4:Ce(b,b.stateNode.containerInfo);break;case 10:Rg(b,b.memoizedProps.value);
break;case 13:if(null!==b.memoizedState){d=b.child.childExpirationTime;if(0!==d&&d>=c)return xh(a,b,c);y(A,A.current&1,b);b=sa(a,b,c);return null!==b?b.sibling:null}y(A,A.current&1,b);break;case 19:d=b.childExpirationTime>=c;if((a.effectTag&64)!==C){if(d)return yh(a,b,c);b.effectTag|=64}e=b.memoizedState;null!==e&&(e.rendering=null,e.tail=null);y(A,A.current,b);if(!d)return null}return sa(a,b,c)}da=!1}}else da=!1;b.expirationTime=0;switch(b.tag){case 2:d=b.type;null!==a&&(a.alternate=null,b.alternate=
null,b.effectTag|=I);a=b.pendingProps;e=qb(b,P.current);sb(b,c);e=Fe(null,b,d,a,e,c);b.effectTag|=1;if("object"===typeof e&&null!==e&&"function"===typeof e.render&&void 0===e.$$typeof){b.tag=1;hh();if(L(d)){var f=!0;Mc(b)}else f=!1;b.memoizedState=null!==e.state&&void 0!==e.state?e.state:null;var g=d.getDerivedStateFromProps;"function"===typeof g&&Vc(b,d,g,a);e.updater=Wc;b.stateNode=e;e._reactInternalFiber=b;ze(b,d,a,c);b=Ne(null,b,d,!0,f,c)}else b.tag=0,Q(null,b,e,c),b=b.child;return b;case 16:e=
b.elementType;null!==a&&(a.alternate=null,b.alternate=null,b.effectTag|=I);a=b.pendingProps;Ai(e);if(1!==e._status)throw e._result;e=e._result;b.type=e;f=b.tag=Lj(e);a=Y(e,a);switch(f){case 0:b=Me(null,b,e,a,c);break;case 1:b=vh(null,b,e,a,c);break;case 11:b=rh(null,b,e,a,c);break;case 14:b=sh(null,b,e,Y(e.type,a),d,c);break;default:throw l(Error(306),e,"");}return b;case 0:return d=b.type,e=b.pendingProps,e=b.elementType===d?e:Y(d,e),Me(a,b,d,e,c);case 1:return d=b.type,e=b.pendingProps,e=b.elementType===
d?e:Y(d,e),vh(a,b,d,e,c);case 3:wh(b);d=b.updateQueue;if(null===d)throw l(Error(282));e=b.memoizedState;e=null!==e?e.element:null;Sb(b,d,b.pendingProps,null,c);d=b.memoizedState.element;if(d===e)Je(),b=sa(a,b,c);else{if(e=b.stateNode.hydrate)Xa=mb(b.stateNode.containerInfo.firstChild),ra=b,e=Wa=!0;if(e)for(c=Ke(b,null,d,c),b.child=c;c;)c.effectTag=c.effectTag&~I|Da,c=c.sibling;else Q(a,b,d,c),Je();b=b.child}return b;case 5:return eh(b),null===a&&ph(b),d=b.type,e=b.pendingProps,f=null!==a?a.memoizedProps:
null,g=e.children,fe(d,e)?g=null:null!==f&&fe(d,f)&&(b.effectTag|=16),uh(a,b),b.mode&4&&1!==c&&e.hidden?(b.expirationTime=b.childExpirationTime=1,b=null):(Q(a,b,g,c),b=b.child),b;case 6:return null===a&&ph(b),null;case 13:return xh(a,b,c);case 4:return Ce(b,b.stateNode.containerInfo),d=b.pendingProps,null===a?b.child=Ab(b,null,d,c):Q(a,b,d,c),b.child;case 11:return d=b.type,e=b.pendingProps,e=b.elementType===d?e:Y(d,e),rh(a,b,d,e,c);case 7:return Q(a,b,b.pendingProps,c),b.child;case 8:return Q(a,
b,b.pendingProps.children,c),b.child;case 12:return Q(a,b,b.pendingProps.children,c),b.child;case 10:a:{d=b.type._context;e=b.pendingProps;g=b.memoizedProps;f=e.value;Rg(b,f);if(null!==g){var h=g.value;f=Ra(h,f)?0:("function"===typeof d._calculateChangedBits?d._calculateChangedBits(h,f):1073741823)|0;if(0===f){if(g.children===e.children&&!M.current){b=sa(a,b,c);break a}}else for(h=b.child,null!==h&&(h.return=b);null!==h;){var k=h.dependencies;if(null!==k){g=h.child;for(var m=k.firstContext;null!==
m;){if(m.context===d&&0!==(m.observedBits&f)){1===h.tag&&(m=Ia(c,null),m.tag=Tc,Ja(h,m));h.expirationTime<c&&(h.expirationTime=c);m=h.alternate;null!==m&&m.expirationTime<c&&(m.expirationTime=c);Sg(h.return,c);k.expirationTime<c&&(k.expirationTime=c);break}m=m.next}}else g=10===h.tag?h.type===b.type?null:h.child:h.child;if(null!==g)g.return=h;else for(g=h;null!==g;){if(g===b){g=null;break}h=g.sibling;if(null!==h){h.return=g.return;g=h;break}g=g.return}h=g}}Q(a,b,e.children,c);b=b.child}return b;case 9:return e=
b.type,f=b.pendingProps,d=f.children,sb(b,c),e=ea(e,f.unstable_observedBits),d=d(e),b.effectTag|=1,Q(a,b,d,c),b.child;case 14:return e=b.type,f=Y(e,b.pendingProps),f=Y(e.type,f),sh(a,b,e,f,d,c);case 15:return th(a,b,b.type,b.pendingProps,d,c);case 17:return d=b.type,e=b.pendingProps,e=b.elementType===d?e:Y(d,e),null!==a&&(a.alternate=null,b.alternate=null,b.effectTag|=I),b.tag=1,L(d)?(a=!0,Mc(b)):a=!1,sb(b,c),ah(b,d,e,c),ze(b,d,e,c),Ne(null,b,d,!0,a,c);case 19:return yh(a,b,c)}throw l(Error(156),
b.tag);};var gf=null,Se=null,ja=function(a,b,c,d){return new Kj(a,b,c,d)};Hd=function(a,b,c){switch(b){case "input":Md(a,c);b=c.name;if("radio"===c.type&&null!=b){for(c=a;c.parentNode;)c=c.parentNode;c=c.querySelectorAll("input[name="+JSON.stringify(""+b)+'][type="radio"]');for(b=0;b<c.length;b++){var d=c[b];if(d!==a&&d.form===a.form){var e=je(d);if(!e)throw l(Error(90));Lf(d);Md(d,e)}}}break;case "textarea":Qf(a,c);break;case "select":b=c.value,null!=b&&ib(a,!!c.multiple,b,!1)}};jc.prototype.render=
function(a){if(!this._defer)throw l(Error(250));this._hasChildren=!0;this._children=a;var b=this._root._internalRoot,c=this._expirationTime,d=new kc;Yh(a,b,null,c,null,d._onCommit);return d};jc.prototype.then=function(a){if(this._didComplete)a();else{var b=this._callbacks;null===b&&(b=this._callbacks=[]);b.push(a)}};jc.prototype.commit=function(){var a=this._root._internalRoot,b=a.firstBatch;if(!this._defer||null===b)throw l(Error(251));if(this._hasChildren){var c=this._expirationTime;if(b!==this){this._hasChildren&&
(c=this._expirationTime=b._expirationTime,this.render(this._children));for(var d=null,e=b;e!==this;)d=e,e=e._next;if(null===d)throw l(Error(251));d._next=e._next;this._next=b;a.firstBatch=this}this._defer=!1;b=c;if((n&(X|ba))!==E)throw l(Error(253));kd(a,b);U(a);W();b=this._next;this._next=null;b=a.firstBatch=b;null!==b&&b._hasChildren&&b.render(b._children)}else this._next=null,this._defer=!1};jc.prototype._onComplete=function(){if(!this._didComplete){this._didComplete=!0;var a=this._callbacks;if(null!==
a)for(var b=0;b<a.length;b++)(0,a[b])()}};kc.prototype.then=function(a){if(this._didCommit)a();else{var b=this._callbacks;null===b&&(b=this._callbacks=[]);b.push(a)}};kc.prototype._onCommit=function(){if(!this._didCommit){this._didCommit=!0;var a=this._callbacks;if(null!==a)for(var b=0;b<a.length;b++){var c=a[b];if("function"!==typeof c)throw l(Error(191),c);c()}}};vd.prototype.render=ud.prototype.render=function(a,b){var c=this._internalRoot,d=new kc;b=void 0===b?null:b;null!==b&&d.then(b);td(a,
c,null,d._onCommit);return d};vd.prototype.unmount=ud.prototype.unmount=function(a){var b=this._internalRoot,c=new kc;a=void 0===a?null:a;null!==a&&c.then(a);td(null,b,null,c._onCommit);return c};vd.prototype.createBatch=function(){var a=new jc(this),b=a._expirationTime,c=this._internalRoot,d=c.firstBatch;if(null===d)c.firstBatch=a,a._next=null;else{for(c=null;null!==d&&d._expirationTime>=b;)c=d,d=d._next;a._next=d;null!==c&&(c._next=a)}return a};(function(a,b,c,d){me=a;cg=b;Jd=c;eg=d})(Rh,bf,af,
function(a,b){var c=n;n|=2;try{return a(b)}finally{n=c,n===E&&W()}});var si={createPortal:ai,findDOMNode:function(a){if(null==a)a=null;else if(1!==a.nodeType){var b=a._reactInternalFiber;if(void 0===b){if("function"===typeof a.render)throw l(Error(188));throw l(Error(268),Object.keys(a));}a=$f(b);a=null===a?null:a.stateNode}return a},hydrate:function(a,b,c){if(!bb(b))throw l(Error(200));return wd(null,a,b,!0,c)},render:function(a,b,c){if(!bb(b))throw l(Error(200));return wd(null,a,b,!1,c)},unstable_renderSubtreeIntoContainer:function(a,
b,c,d){if(!bb(c))throw l(Error(200));if(null==a||void 0===a._reactInternalFiber)throw l(Error(38));return wd(a,b,c,!1,d)},unmountComponentAtNode:function(a){if(!bb(a))throw l(Error(40));return a._reactRootContainer?(Sh(function(){wd(null,null,a,!1,function(){a._reactRootContainer=null})}),!0):!1},unstable_createPortal:function(){return ai.apply(void 0,arguments)},unstable_batchedUpdates:Rh,unstable_interactiveUpdates:function(a,b,c,d){af();return bf(a,b,c,d)},unstable_discreteUpdates:bf,unstable_flushDiscreteUpdates:af,
flushSync:function(a,b){if((n&(X|ba))!==E)throw l(Error(187));var c=n;n|=1;try{return Ta(99,a.bind(null,b))}finally{n=c,W()}},unstable_createRoot:function(a,b){if(!bb(a))throw l(Error(299),"unstable_createRoot");return new vd(a,b)},unstable_createSyncRoot:function(a,b){if(!bb(a))throw l(Error(299),"unstable_createRoot");return new ud(a,1,b)},unstable_flushControlled:function(a){var b=n;n|=1;try{Ta(99,a)}finally{n=b,n===E&&W()}},__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED:{Events:[rg,Qa,je,
jf.injectEventPluginsByName,yd,lb,function(a){Bd(a,Oi)},Ff,Gf,Ec,tc,Cb,{current:!1}]}};(function(a){var b=a.findFiberByHostInstance;return Jj(J({},a,{overrideHookState:null,overrideProps:null,setSuspenseHandler:null,scheduleUpdate:null,currentDispatcherRef:ka.ReactCurrentDispatcher,findHostInstanceByFiber:function(a){a=$f(a);return null===a?null:a.stateNode},findFiberByHostInstance:function(a){return b?b(a):null},findHostInstancesForRefresh:null,scheduleRefresh:null,scheduleRoot:null,setRefreshHandler:null,
getCurrentFiber:null}))})({findFiberByHostInstance:Dc,bundleType:0,version:"16.10.2",rendererPackageName:"react-dom"});var ti={default:si},ui=ti&&si||ti;return ui.default||ui});

33
static/js/react.production.min.js vendored Normal file
View File

@ -0,0 +1,33 @@
/** @license React v16.10.2
* react.production.min.js
*
* Copyright (c) Facebook, Inc. and its affiliates.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/
'use strict';(function(v,m){"object"===typeof exports&&"undefined"!==typeof module?module.exports=m():"function"===typeof define&&define.amd?define(m):v.React=m()})(this,function(){function v(a){for(var b=a.message,c="https://reactjs.org/docs/error-decoder.html?invariant="+b,d=1;d<arguments.length;d++)c+="&args[]="+encodeURIComponent(arguments[d]);a.message="Minified React error #"+b+"; visit "+c+" for the full message or use the non-minified dev environment for full errors and additional helpful warnings. ";
return a}function m(a,b,c){this.props=a;this.context=b;this.refs=da;this.updater=c||ea}function fa(){}function M(a,b,c){this.props=a;this.context=b;this.refs=da;this.updater=c||ea}function ha(a,b,c){var d,e={},p=null,f=null;if(null!=b)for(d in void 0!==b.ref&&(f=b.ref),void 0!==b.key&&(p=""+b.key),b)ia.call(b,d)&&!ja.hasOwnProperty(d)&&(e[d]=b[d]);var g=arguments.length-2;if(1===g)e.children=c;else if(1<g){for(var k=Array(g),h=0;h<g;h++)k[h]=arguments[h+2];e.children=k}if(a&&a.defaultProps)for(d in g=
a.defaultProps,g)void 0===e[d]&&(e[d]=g[d]);return{$$typeof:z,type:a,key:p,ref:f,props:e,_owner:N.current}}function wa(a,b){return{$$typeof:z,type:a.type,key:b,ref:a.ref,props:a.props,_owner:a._owner}}function O(a){return"object"===typeof a&&null!==a&&a.$$typeof===z}function xa(a){var b={"=":"=0",":":"=2"};return"$"+(""+a).replace(/[=:]/g,function(a){return b[a]})}function ka(a,b,c,d){if(D.length){var e=D.pop();e.result=a;e.keyPrefix=b;e.func=c;e.context=d;e.count=0;return e}return{result:a,keyPrefix:b,
func:c,context:d,count:0}}function la(a){a.result=null;a.keyPrefix=null;a.func=null;a.context=null;a.count=0;10>D.length&&D.push(a)}function P(a,b,c,d){var e=typeof a;if("undefined"===e||"boolean"===e)a=null;var p=!1;if(null===a)p=!0;else switch(e){case "string":case "number":p=!0;break;case "object":switch(a.$$typeof){case z:case ya:p=!0}}if(p)return c(d,a,""===b?"."+Q(a,0):b),1;p=0;b=""===b?".":b+":";if(Array.isArray(a))for(var f=0;f<a.length;f++){e=a[f];var g=b+Q(e,f);p+=P(e,g,c,d)}else if(null===
a||"object"!==typeof a?g=null:(g=ma&&a[ma]||a["@@iterator"],g="function"===typeof g?g:null),"function"===typeof g)for(a=g.call(a),f=0;!(e=a.next()).done;)e=e.value,g=b+Q(e,f++),p+=P(e,g,c,d);else if("object"===e)throw c=""+a,v(Error(31),"[object Object]"===c?"object with keys {"+Object.keys(a).join(", ")+"}":c,"");return p}function R(a,b,c){return null==a?0:P(a,"",b,c)}function Q(a,b){return"object"===typeof a&&null!==a&&null!=a.key?xa(a.key):b.toString(36)}function za(a,b,c){a.func.call(a.context,
b,a.count++)}function Aa(a,b,c){var d=a.result,e=a.keyPrefix;a=a.func.call(a.context,b,a.count++);Array.isArray(a)?S(a,d,c,function(a){return a}):null!=a&&(O(a)&&(a=wa(a,e+(!a.key||b&&b.key===a.key?"":(""+a.key).replace(na,"$&/")+"/")+c)),d.push(a))}function S(a,b,c,d,e){var f="";null!=c&&(f=(""+c).replace(na,"$&/")+"/");b=ka(b,f,d,e);R(a,Aa,b);la(b)}function t(){var a=oa.current;if(null===a)throw v(Error(321));return a}function T(a,b){var c=a.length;a.push(b);a:for(;;){var d=Math.floor((c-1)/2),
e=a[d];if(void 0!==e&&0<E(e,b))a[d]=b,a[c]=e,c=d;else break a}}function n(a){a=a[0];return void 0===a?null:a}function F(a){var b=a[0];if(void 0!==b){var c=a.pop();if(c!==b){a[0]=c;a:for(var d=0,e=a.length;d<e;){var f=2*(d+1)-1,h=a[f],g=f+1,k=a[g];if(void 0!==h&&0>E(h,c))void 0!==k&&0>E(k,h)?(a[d]=k,a[g]=c,d=g):(a[d]=h,a[f]=c,d=f);else if(void 0!==k&&0>E(k,c))a[d]=k,a[g]=c,d=g;else break a}}return b}return null}function E(a,b){var c=a.sortIndex-b.sortIndex;return 0!==c?c:a.id-b.id}function G(a){for(var b=
n(u);null!==b;){if(null===b.callback)F(u);else if(b.startTime<=a)F(u),b.sortIndex=b.expirationTime,T(q,b);else break;b=n(u)}}function U(a){A=!1;G(a);if(!w)if(null!==n(q))w=!0,B(V);else{var b=n(u);null!==b&&H(U,b.startTime-a)}}function V(a,b){w=!1;A&&(A=!1,W());I=!0;var c=h;try{G(b);for(l=n(q);null!==l&&(!(l.expirationTime>b)||a&&!X());){var d=l.callback;if(null!==d){l.callback=null;h=l.priorityLevel;var e=d(l.expirationTime<=b);b=r();"function"===typeof e?l.callback=e:l===n(q)&&F(q);G(b)}else F(q);
l=n(q)}if(null!==l)var f=!0;else{var m=n(u);null!==m&&H(U,m.startTime-b);f=!1}return f}finally{l=null,h=c,I=!1}}function pa(a){switch(a){case 1:return-1;case 2:return 250;case 5:return 1073741823;case 4:return 1E4;default:return 5E3}}var f="function"===typeof Symbol&&Symbol.for,z=f?Symbol.for("react.element"):60103,ya=f?Symbol.for("react.portal"):60106,x=f?Symbol.for("react.fragment"):60107,Y=f?Symbol.for("react.strict_mode"):60108,Ba=f?Symbol.for("react.profiler"):60114,Ca=f?Symbol.for("react.provider"):
60109,Da=f?Symbol.for("react.context"):60110,Ea=f?Symbol.for("react.forward_ref"):60112,Fa=f?Symbol.for("react.suspense"):60113,Ga=f?Symbol.for("react.suspense_list"):60120,Ha=f?Symbol.for("react.memo"):60115,Ia=f?Symbol.for("react.lazy"):60116;f&&Symbol.for("react.fundamental");f&&Symbol.for("react.responder");f&&Symbol.for("react.scope");var ma="function"===typeof Symbol&&Symbol.iterator,qa=Object.getOwnPropertySymbols,Ja=Object.prototype.hasOwnProperty,Ka=Object.prototype.propertyIsEnumerable,
J=function(){try{if(!Object.assign)return!1;var a=new String("abc");a[5]="de";if("5"===Object.getOwnPropertyNames(a)[0])return!1;var b={};for(a=0;10>a;a++)b["_"+String.fromCharCode(a)]=a;if("0123456789"!==Object.getOwnPropertyNames(b).map(function(a){return b[a]}).join(""))return!1;var c={};"abcdefghijklmnopqrst".split("").forEach(function(a){c[a]=a});return"abcdefghijklmnopqrst"!==Object.keys(Object.assign({},c)).join("")?!1:!0}catch(d){return!1}}()?Object.assign:function(a,b){if(null===a||void 0===
a)throw new TypeError("Object.assign cannot be called with null or undefined");var c=Object(a);for(var d,e=1;e<arguments.length;e++){var f=Object(arguments[e]);for(var h in f)Ja.call(f,h)&&(c[h]=f[h]);if(qa){d=qa(f);for(var g=0;g<d.length;g++)Ka.call(f,d[g])&&(c[d[g]]=f[d[g]])}}return c},ea={isMounted:function(a){return!1},enqueueForceUpdate:function(a,b,c){},enqueueReplaceState:function(a,b,c,d){},enqueueSetState:function(a,b,c,d){}},da={};m.prototype.isReactComponent={};m.prototype.setState=function(a,
b){if("object"!==typeof a&&"function"!==typeof a&&null!=a)throw v(Error(85));this.updater.enqueueSetState(this,a,b,"setState")};m.prototype.forceUpdate=function(a){this.updater.enqueueForceUpdate(this,a,"forceUpdate")};fa.prototype=m.prototype;f=M.prototype=new fa;f.constructor=M;J(f,m.prototype);f.isPureReactComponent=!0;var oa={current:null},N={current:null},ia=Object.prototype.hasOwnProperty,ja={key:!0,ref:!0,__self:!0,__source:!0},na=/\/+/g,D=[],Z;if("undefined"===typeof window||"function"!==
typeof MessageChannel){var C=null,ra=null,sa=function(){if(null!==C)try{var a=r();C(!0,a);C=null}catch(b){throw setTimeout(sa,0),b;}},La=Date.now();var r=function(){return Date.now()-La};var B=function(a){null!==C?setTimeout(B,0,a):(C=a,setTimeout(sa,0))};var H=function(a,b){ra=setTimeout(a,b)};var W=function(){clearTimeout(ra)};var X=function(){return!1};f=Z=function(){}}else{var aa=window.performance,ta=window.Date,Ma=window.setTimeout,Na=window.clearTimeout;f=window.requestAnimationFrame;var y=
window.cancelAnimationFrame;"undefined"!==typeof console&&("function"!==typeof f&&console.error("This browser doesn't support requestAnimationFrame. Make sure that you load a polyfill in older browsers. https://fb.me/react-polyfills"),"function"!==typeof y&&console.error("This browser doesn't support cancelAnimationFrame. Make sure that you load a polyfill in older browsers. https://fb.me/react-polyfills"));if("object"===typeof aa&&"function"===typeof aa.now)r=function(){return aa.now()};else{var Oa=
ta.now();r=function(){return ta.now()-Oa}}var K=!1,L=null,ba=-1,ua=5,va=0;X=function(){return r()>=va};f=function(){};Z=function(a){0>a||125<a?console.error("forceFrameRate takes a positive int between 0 and 125, forcing framerates higher than 125 fps is not unsupported"):ua=0<a?Math.floor(1E3/a):33.33};y=new MessageChannel;var ca=y.port2;y.port1.onmessage=function(){if(null!==L){var a=r();va=a+ua;try{L(!0,a)?ca.postMessage(null):(K=!1,L=null)}catch(b){throw ca.postMessage(null),b;}}else K=!1};B=
function(a){L=a;K||(K=!0,ca.postMessage(null))};H=function(a,b){ba=Ma(function(){a(r())},b)};W=function(){Na(ba);ba=-1}}var q=[],u=[],Pa=1,l=null,h=3,I=!1,w=!1,A=!1,Qa=0;y={ReactCurrentDispatcher:oa,ReactCurrentOwner:N,IsSomeRendererActing:{current:!1},assign:J};J(y,{Scheduler:{unstable_ImmediatePriority:1,unstable_UserBlockingPriority:2,unstable_NormalPriority:3,unstable_IdlePriority:5,unstable_LowPriority:4,unstable_runWithPriority:function(a,b){switch(a){case 1:case 2:case 3:case 4:case 5:break;
default:a=3}var c=h;h=a;try{return b()}finally{h=c}},unstable_next:function(a){switch(h){case 1:case 2:case 3:var b=3;break;default:b=h}var c=h;h=b;try{return a()}finally{h=c}},unstable_scheduleCallback:function(a,b,c){var d=r();if("object"===typeof c&&null!==c){var e=c.delay;e="number"===typeof e&&0<e?d+e:d;c="number"===typeof c.timeout?c.timeout:pa(a)}else c=pa(a),e=d;c=e+c;a={id:Pa++,callback:b,priorityLevel:a,startTime:e,expirationTime:c,sortIndex:-1};e>d?(a.sortIndex=e,T(u,a),null===n(q)&&a===
n(u)&&(A?W():A=!0,H(U,e-d))):(a.sortIndex=c,T(q,a),w||I||(w=!0,B(V)));return a},unstable_cancelCallback:function(a){a.callback=null},unstable_wrapCallback:function(a){var b=h;return function(){var c=h;h=b;try{return a.apply(this,arguments)}finally{h=c}}},unstable_getCurrentPriorityLevel:function(){return h},unstable_shouldYield:function(){var a=r();G(a);var b=n(q);return b!==l&&null!==l&&null!==b&&null!==b.callback&&b.startTime<=a&&b.expirationTime<l.expirationTime||X()},unstable_requestPaint:f,unstable_continueExecution:function(){w||
I||(w=!0,B(V))},unstable_pauseExecution:function(){},unstable_getFirstCallbackNode:function(){return n(q)},get unstable_now(){return r},get unstable_forceFrameRate(){return Z},unstable_Profiling:null},SchedulerTracing:{get __interactionsRef(){return null},get __subscriberRef(){return null},unstable_clear:function(a){return a()},unstable_getCurrent:function(){return null},unstable_getThreadID:function(){return++Qa},unstable_trace:function(a,b,c){return c()},unstable_wrap:function(a){return a},unstable_subscribe:function(a){},
unstable_unsubscribe:function(a){}}});x={Children:{map:function(a,b,c){if(null==a)return a;var d=[];S(a,d,null,b,c);return d},forEach:function(a,b,c){if(null==a)return a;b=ka(null,null,b,c);R(a,za,b);la(b)},count:function(a){return R(a,function(){return null},null)},toArray:function(a){var b=[];S(a,b,null,function(a){return a});return b},only:function(a){if(!O(a))throw v(Error(143));return a}},createRef:function(){return{current:null}},Component:m,PureComponent:M,createContext:function(a,b){void 0===
b&&(b=null);a={$$typeof:Da,_calculateChangedBits:b,_currentValue:a,_currentValue2:a,_threadCount:0,Provider:null,Consumer:null};a.Provider={$$typeof:Ca,_context:a};return a.Consumer=a},forwardRef:function(a){return{$$typeof:Ea,render:a}},lazy:function(a){return{$$typeof:Ia,_ctor:a,_status:-1,_result:null}},memo:function(a,b){return{$$typeof:Ha,type:a,compare:void 0===b?null:b}},useCallback:function(a,b){return t().useCallback(a,b)},useContext:function(a,b){return t().useContext(a,b)},useEffect:function(a,
b){return t().useEffect(a,b)},useImperativeHandle:function(a,b,c){return t().useImperativeHandle(a,b,c)},useDebugValue:function(a,b){},useLayoutEffect:function(a,b){return t().useLayoutEffect(a,b)},useMemo:function(a,b){return t().useMemo(a,b)},useReducer:function(a,b,c){return t().useReducer(a,b,c)},useRef:function(a){return t().useRef(a)},useState:function(a){return t().useState(a)},Fragment:x,Profiler:Ba,StrictMode:Y,Suspense:Fa,unstable_SuspenseList:Ga,createElement:ha,cloneElement:function(a,
b,c){if(null===a||void 0===a)throw v(Error(267),a);var d=J({},a.props),e=a.key,f=a.ref,h=a._owner;if(null!=b){void 0!==b.ref&&(f=b.ref,h=N.current);void 0!==b.key&&(e=""+b.key);if(a.type&&a.type.defaultProps)var g=a.type.defaultProps;for(k in b)ia.call(b,k)&&!ja.hasOwnProperty(k)&&(d[k]=void 0===b[k]&&void 0!==g?g[k]:b[k])}var k=arguments.length-2;if(1===k)d.children=c;else if(1<k){g=Array(k);for(var l=0;l<k;l++)g[l]=arguments[l+2];d.children=g}return{$$typeof:z,type:a.type,key:e,ref:f,props:d,_owner:h}},
createFactory:function(a){var b=ha.bind(null,a);b.type=a;return b},isValidElement:O,version:"16.10.2",unstable_withSuspenseConfig:function(a,b){a()},__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED:y};x=(Y={default:x},x)||Y;return x.default||x});

1716
static/js/shop.jsx Normal file

File diff suppressed because it is too large Load Diff

8
static/js/shop.min.js vendored Normal file

File diff suppressed because one or more lines are too long

675
static/js/shop_data.js Normal file
View File

@ -0,0 +1,675 @@
const shop_data = {
currentItemHovered: null,
currentMode: 'rack',
crateModeSlots: {
rack: 21,
desktop: 10,
},
crateRules: {
maxSlot: {
type: 'crate',
icon: '/shop/icon-reminder.svg',
name: 'Crate',
message: 'You have reach the maximum number of slots allowed for this crate. Consider removing cards.',
},
},
crateModeItems: [{
id: 'rack',
name: 'Rack mountable crate',
price: 1000,
currency: 'USD',
}, {
id: 'desktop',
name: 'Desktop crate',
price: 2000,
currency: 'USD',
}],
items: {
/* keys are also ids, avoid changing them */
'kasli': {
id: 'kasli',
name: 'Kasli',
price: 1000,
currency: 'USD',
image: '/shop/graphic-02_kasli.svg',
specs: [
'Artix 7 100T FPGA',
'4GB DDR3 SDRAM',
'128MB SPI Flash',
'3 SFP 6GB/s slots',
'1 SATA 6GB/s connector',
'Clock recovery and distribution',
'4 MMCX clock outputs',
'4 channel USB connectivity',
'I2C tree to EEMs via USB and FPGA',
'8 EEM connectors on board',
'4 EEM on backplane extension',
],
size: 'big',
type: 'kasli',
hp: 8,
nbrSlotMin: 0,
nbrSlotMax: 8,
nbrCurrentSlot: 0,
nbrClockMax: 4,
nbrCurrentClock: 0,
slotOccupied: 1,
clockOccupied: 0,
rules: {
maxSlot: {
type: 'kasli-max-slot',
icon: '/shop/icon-reminder.svg',
name: 'Kasli',
message: 'Add a backplane adapter to extend EEM connectors to 12 at an extra charge.',
},
maxSlotWarning: {
type: 'kasli-max-slot-warning',
icon: '/shop/icon-warning.svg',
name: 'Kasli',
message: 'Insufficient EEM connectors.',
},
maxClock: {
type: 'kasli-max-clock',
icon: '/shop/icon-reminder.svg',
name: 'Kasli',
message: 'Insufficient clock connectors. Kasli has at most 4 clock connections.',
},
maxClockWarning: {
type: 'kasli-max-clock-warning',
icon: '/shop/icon-warning.svg',
name: 'Kasli',
message: 'Insufficient clock connectors.',
},
follow: {
type: 'kasli-follow',
icon: '/shop/icon-reminder.svg',
name: 'Kasli',
message: 'Due to wiring constraints, a Kasli can only connect to EEM cards immediately at its right, without crossing another Kasli.',
},
},
},
'kasli-backplane': {
id: 'kasli-backplane',
name: 'Kasli',
price: 1000,
currency: 'USD',
image: '/shop/graphic-02_kasli-with-backplane.svg',
specs: [
'Artix 7 100T FPGA',
'4GB DDR3 SDRAM',
'128MB SPI Flash',
'3 SFP 6GB/s slots',
'1 SATA 6GB/s connector',
'Clock recovery and distribution',
'4 MMCX clock outputs',
'4 channel USB connectivity',
'I2C tree to EEMs via USB and FPGA',
'8 EEM connectors on board',
'4 EEM on backplane extension',
],
size: 'big',
type: 'kasli-backplane',
hp: 8,
nbrSlotMin: 0,
nbrSlotMax: 12,
nbrCurrentSlot: 0,
nbrClockMax: 4,
nbrCurrentClock: 0,
slotOccupied: 1,
clockOccupied: 0,
rules: {
maxSlot: {
type: 'kasli-wb-max-slot',
icon: '/shop/icon-reminder.svg',
name: 'Kasli w/backplane',
message: 'Insufficient EEM connectors.',
},
maxSlotWarning: {
type: 'kasli-wb-max-slot-warning',
icon: '/shop/icon-warning.svg',
name: 'Kasli',
message: 'Insufficient EEM connectors',
},
maxClock: {
type: 'kasli-wb-max-clock',
icon: '/shop/icon-reminder.svg',
name: 'Kasli w/backplane',
message: 'Insufficient clock connectors. Kasli has at most 4 clock connections.',
},
maxClockWarning: {
type: 'kasli-wb-max-clock-warning',
icon: '/shop/icon-warning.svg',
name: 'Kasli',
message: 'Insufficient clock connectors.',
},
follow: {
type: 'kasli-wb-follow',
icon: '/shop/icon-reminder.svg',
name: 'Kasli w/backplane',
message: 'Due to wiring constraints, a Kasli can only connect to EEM cards immediately at its right, without crossing another Kasli.',
},
},
},
'bnc-dio': {
id: 'bnc-dio',
name: 'BNC-DIO',
price: 1000,
currency: 'USD',
image: '/shop/graphic-02_BNC-DIO.svg',
specs: [
'Artix 7 100T FPGA',
'4GB DDR3 SDRAM',
'128MB SPI Flash',
'3 SFP 6GB/s slots',
'1 SATA 6GB/s connector',
'Clock recovery and distribution',
'4 MMCX clock outputs',
'4 channel USB connectivity',
'I2C tree to EEMs via USB and FPGA',
'8 EEM connectors on board',
'4 EEM on backplane extension',
],
size: 'big',
type: null,
hp: 8,
nbrSlotMin: 0,
nbrSlotMax: 0,
nbrClockMax: 0,
slotOccupied: 1,
clockOccupied: 0,
rules: {
resources: {
type: 'bnc-dio',
icon: '/shop/icon-warning.svg',
name: 'BNC-DIO',
message: 'This card needs a card that provides XXX connector (e.g. Kasli) at its left.',
},
},
},
'eem-octal': {
id: 'eem-octal',
name: 'SMA-DIO',
price: 1000,
currency: 'USD',
image: '/shop/graphic-02_EEM-Octal.svg',
specs: [
'Artix 7 100T FPGA',
'4GB DDR3 SDRAM',
'128MB SPI Flash',
'3 SFP 6GB/s slots',
'1 SATA 6GB/s connector',
'Clock recovery and distribution',
'4 MMCX clock outputs',
'4 channel USB connectivity',
'I2C tree to EEMs via USB and FPGA',
'8 EEM connectors on board',
'4 EEM on backplane extension',
],
size: 'small',
type: null,
hp: 4,
nbrSlotMin: 0,
nbrSlotMax: 0,
nbrClockMax: 0,
slotOccupied: 1,
clockOccupied: 0,
rules: {
resources: {
type: 'eem-octal',
icon: '/shop/icon-warning.svg',
name: 'SMA-DIO',
message: 'This card needs a card that provides XXX connector (e.g. Kasli) at its left.',
},
},
},
'eem-16x': {
id: 'eem-16x',
name: 'RJ45-DIO',
price: 1000,
currency: 'USD',
image: '/shop/graphic-02_EEM-16x.svg',
specs: [
'Artix 7 100T FPGA',
'4GB DDR3 SDRAM',
'128MB SPI Flash',
'3 SFP 6GB/s slots',
'1 SATA 6GB/s connector',
'Clock recovery and distribution',
'4 MMCX clock outputs',
'4 channel USB connectivity',
'I2C tree to EEMs via USB and FPGA',
'8 EEM connectors on board',
'4 EEM on backplane extension',
],
size: 'small',
type: null,
hp: 4,
nbrSlotMin: 0,
nbrSlotMax: 0,
nbrClockMax: 0,
slotOccupied: 2,
clockOccupied: 0,
rules: {
resources: {
type: 'eem-16x',
icon: '/shop/icon-warning.svg',
name: 'RJ45-DIO',
message: 'This card needs a card that provides XXX connector (e.g. Kasli) at its left.',
},
},
},
'urukul': {
id: 'urukul',
name: 'Urukul',
price: 1000,
currency: 'USD',
image: '/shop/graphic-02_Urukul.svg',
specs: [
'Artix 7 100T FPGA',
'4GB DDR3 SDRAM',
'128MB SPI Flash',
'3 SFP 6GB/s slots',
'1 SATA 6GB/s connector',
'Clock recovery and distribution',
'4 MMCX clock outputs',
'4 channel USB connectivity',
'I2C tree to EEMs via USB and FPGA',
'8 EEM connectors on board',
'4 EEM on backplane extension',
],
size: 'small',
type: 'urukul',
hp: 4,
nbrSlotMin: 0,
nbrSlotMax: 0,
nbrClockMax: 0,
slotOccupied: 2,
clockOccupied: 1,
rules: {
connectors: {
type: 'urukul',
icon: '/shop/icon-reminder.svg',
name: 'Urukul',
message: 'This configuration uses 2 EEM connectors as it is recommended. If you prefer to use 1 EEM connector, please inform us by leaving an additional note.',
},
resources: {
type: 'urukul',
icon: '/shop/icon-warning.svg',
name: 'Urukul',
message: 'This card needs a card that provides XXX connector (e.g. Kasli) at its left.',
},
},
},
'zotino': {
id: 'zotino',
name: 'Zotino',
price: 1000,
currency: 'USD',
image: '/shop/graphic-02_zotino.svg',
specs: [
'Artix 7 100T FPGA',
'4GB DDR3 SDRAM',
'128MB SPI Flash',
'3 SFP 6GB/s slots',
'1 SATA 6GB/s connector',
'Clock recovery and distribution',
'4 MMCX clock outputs',
'4 channel USB connectivity',
'I2C tree to EEMs via USB and FPGA',
'8 EEM connectors on board',
'4 EEM on backplane extension',
'4 EEM on backplane extension',
'4 EEM on backplane extension',
'4 EEM on backplane extension',
'4 EEM on backplane extension',
'4 EEM on backplane extension',
'4 EEM on backplane extension',
'4 EEM on backplane extension',
],
size: 'small',
type: 'zotino',
hp: 4,
nbrSlotMin: 0,
nbrSlotMax: 4,
nbrCurrentSlot: 0,
nbrClockMax: 0,
slotOccupied: 1,
clockOccupied: 0,
rules: {
maxSlot: {
type: 'zotino',
icon: '/shop/icon-reminder.svg',
name: 'Zotino',
message: 'Zotino has at most 4 IDC-BNC adapters.',
},
maxSlotWarning: {
type: 'zotino-max-slot-warning',
icon: '/shop/icon-warning.svg',
name: 'Zotino',
message: 'Insufficient connectors.',
},
resources: {
type: 'zotino',
icon: '/shop/icon-warning.svg',
name: 'Zotino',
message: 'This card needs a card that provides XXX connector (e.g. Kasli) at its left.',
},
},
},
'idc-bnc-adapter': {
id: 'idc-bnc-adapter',
name: 'IDC-BNC',
price: 1000,
currency: 'USD',
image: '/shop/graphic-02_IDC-BNC-adapter.svg',
specs: [
'Artix 7 100T FPGA',
'4GB DDR3 SDRAM',
'128MB SPI Flash',
'3 SFP 6GB/s slots',
],
size: 'big',
type: 'idc-bnc',
hp: 8,
nbrSlotMin: 0,
nbrSlotMax: 0,
nbrClockMax: 0,
slotOccupied: 1,
clockOccupied: 0,
rules: {
wrong: {
type: 'idc-bnc',
icon: '/shop/icon-warning.svg',
name: 'IDC-BNC',
message: 'Should be after a Zotino or a HD68-IDC or with another IDC-BNC.',
}
},
},
'hd68-idc-adapter': {
id:'hd68-idc-adapter',
name: 'HD68-IDC',
price: 1000,
currency: 'USD',
image: '/shop/graphic-02_HD68.svg',
specs: [
'Artix 7 100T FPGA',
'4GB DDR3 SDRAM',
'128MB SPI Flash',
'3 SFP 6GB/s slots',
'1 SATA 6GB/s connector',
'Clock recovery and distribution',
'4 MMCX clock outputs',
'4 channel USB connectivity',
'I2C tree to EEMs via USB and FPGA',
'8 EEM connectors on board',
'4 EEM on backplane extension',
],
size: 'small',
type: 'hd68',
hp: 4,
nbrSlotMin: 1,
nbrSlotMax: 4,
nbrCurrentSlot: 0,
nbrClockMax: 0,
slotOccupied: 1,
clockOccupied: 0,
rules: {
minAdapter: {
type: 'hd68-min-adapter',
icon: '/shop/icon-warning.svg',
name: 'HD68-IDC',
message: 'Need at least one IDC-BNC Adapter at its right.',
},
maxSlot: {
type: 'hd68-max-slot',
icon: '/shop/icon-reminder.svg',
name: 'HD68-IDC',
message: 'HD68-IDC has at most 4 IDC-BNC adapters.',
},
maxSlotWarning: {
type: 'hd68-max-slot-warning',
icon: '/shop/icon-warning.svg',
name: 'HD68-IDC',
message: 'Insufficient connectors.',
},
},
},
'novo': {
id: 'novo',
name: 'Novo',
price: 1000,
currency: 'USD',
image: '/shop/graphic-02_Novo.svg',
specs: [
'Artix 7 100T FPGA',
'4GB DDR3 SDRAM',
'128MB SPI Flash',
'3 SFP 6GB/s slots',
'1 SATA 6GB/s connector',
'Clock recovery and distribution',
'4 MMCX clock outputs',
'4 channel USB connectivity',
'I2C tree to EEMs via USB and FPGA',
'8 EEM connectors on board',
'4 EEM on backplane extension',
],
size: 'big',
type: 'novo',
hp: 8,
nbrSlotMin: 0,
nbrSlotMax: 0,
nbrClockMax: 0,
slotOccupied: 2,
clockOccupied: 0,
rules: {
connectors: {
type: 'novo',
icon: '/shop/icon-reminder.svg',
name: 'Novo',
message: 'This configuration uses 2 EEM connectors as it is recommended. If you prefer to use 1 EEM connector, please inform us by leaving an additional note.',
},
resources: {
type: 'novo',
icon: '/shop/icon-warning.svg',
name: 'Novo',
message: 'This card needs a card that provides XXX connector (e.g. Kasli) at its left.',
},
}
},
'koster': {
id: 'koster',
name: 'Koster',
price: 1000,
currency: 'USD',
image: '/shop/graphic-02_Koster.svg',
specs: [
'Artix 7 100T FPGA',
'4GB DDR3 SDRAM',
'128MB SPI Flash',
'3 SFP 6GB/s slots',
'1 SATA 6GB/s connector',
'Clock recovery and distribution',
'4 MMCX clock outputs',
'4 channel USB connectivity',
'I2C tree to EEMs via USB and FPGA',
'8 EEM connectors on board',
'4 EEM on backplane extension',
],
size: 'small',
type: 'koster',
hp: 4,
nbrSlotMin: 0,
nbrSlotMax: 0,
nbrClockMax: 0,
slotOccupied: 3,
clockOccupied: 0,
rules: {
connectors: {
type: 'koster',
icon: '/shop/icon-reminder.svg',
name: 'Koster',
message: 'This configuration uses 3 EEM connectors. If you prefer to use 1 or 2 EEM connectors, please inform us by leaving an additional note.',
},
resources: {
type: 'koster',
icon: '/shop/icon-warning.svg',
name: 'Koster',
message: 'This card needs a card that provides XXX connector (e.g. Kasli) at its left.',
},
}
},
'clocker': {
id: 'clocker',
name: 'Clocker',
price: 1000,
currency: 'USD',
image: '/shop/graphic-02_Clocker.svg',
specs: [
'Artix 7 100T FPGA',
'4GB DDR3 SDRAM',
'128MB SPI Flash',
'3 SFP 6GB/s slots',
'1 SATA 6GB/s connector',
'Clock recovery and distribution',
'4 MMCX clock outputs',
'4 channel USB connectivity',
'I2C tree to EEMs via USB and FPGA',
'8 EEM connectors on board',
'4 EEM on backplane extension',
],
size: 'small',
type: 'clocker',
hp: 4,
nbrSlotMin: 0,
nbrSlotMax: 0,
nbrClockMax: 6,
slotOccupied: 1,
clockOccupied: 1,
rules: {
maxClock: {
type: 'clocker-max-clock',
icon: '/shop/icon-reminder.svg',
name: 'Clocker',
message: 'Clocker has at most 6 clock connections.',
},
maxClockWarning: {
type: 'clocker-max-clock-warning',
icon: '/shop/icon-warning.svg',
name: 'Clocker',
message: 'Insufficient clock connectors.',
},
},
},
'stabiliser': {
id: 'stabiliser',
name: 'Stabilizer',
price: 1000,
currency: 'USD',
image: '/shop/graphic-02_Stabiliser.svg',
specs: [
'Artix 7 100T FPGA',
'4GB DDR3 SDRAM',
'128MB SPI Flash',
'3 SFP 6GB/s slots',
'1 SATA 6GB/s connector',
'Clock recovery and distribution',
'4 MMCX clock outputs',
'4 channel USB connectivity',
'I2C tree to EEMs via USB and FPGA',
'8 EEM connectors on board',
'4 EEM on backplane extension',
],
size: 'small',
type: null,
hp: 4,
nbrSlotMin: 0,
nbrSlotMax: 0,
nbrClockMax: 0,
slotOccupied: 1,
clockOccupied: 0,
},
'mirny': {
id: 'mirny',
name: 'Mirny',
price: 1000,
currency: 'USD',
image: '/shop/graphic-02_Mirny.svg',
specs: [
'Artix 7 100T FPGA',
'4GB DDR3 SDRAM',
'128MB SPI Flash',
'3 SFP 6GB/s slots',
'1 SATA 6GB/s connector',
'Clock recovery and distribution',
'4 MMCX clock outputs',
'4 channel USB connectivity',
'I2C tree to EEMs via USB and FPGA',
'8 EEM connectors on board',
'4 EEM on backplane extension',
],
size: 'small',
type: null,
hp: 4,
nbrSlotMin: 0,
nbrSlotMax: 0,
nbrClockMax: 0,
slotOccupied: 1,
clockOccupied: 1,
rules: {
resources: {
type: 'mirny',
icon: '/shop/icon-warning.svg',
name: 'Mirny',
message: 'This card needs a card that provides XXX connector (e.g. Kasli) at its left.',
},
},
},
},
columns: {
/***
* backlog is the column containing all items on left aside,
* name should not change
*/
'backlog': {
id: 'backlog',
title: 'Backlog',
/* itemIds define items order - change order to suit your need */
itemIds: [
'kasli',
'kasli-backplane',
'bnc-dio',
'eem-octal',
'eem-16x',
'urukul',
'zotino',
'idc-bnc-adapter',
'hd68-idc-adapter',
'novo',
'koster',
'clocker',
'stabiliser',
'mirny'
],
},
'cart': {
id: 'cart',
title: 'Cart',
items: [],
itemsData: {},
},
},
rules: {},
};
window.shop_data = shop_data;

View File

@ -0,0 +1 @@
!function(e){if("object"==typeof exports&&"undefined"!=typeof module)module.exports=e();else if("function"==typeof define&&define.amd)define([],e);else{("undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof self?self:this).uuidv4=e()}}(function(){return function(){return function e(n,r,t){function o(f,u){if(!r[f]){if(!n[f]){var a="function"==typeof require&&require;if(!u&&a)return a(f,!0);if(i)return i(f,!0);var p=new Error("Cannot find module '"+f+"'");throw p.code="MODULE_NOT_FOUND",p}var y=r[f]={exports:{}};n[f][0].call(y.exports,function(e){return o(n[f][1][e]||e)},y,y.exports,e,n,r,t)}return r[f].exports}for(var i="function"==typeof require&&require,f=0;f<t.length;f++)o(t[f]);return o}}()({1:[function(e,n,r){for(var t=[],o=0;o<256;++o)t[o]=(o+256).toString(16).substr(1);n.exports=function(e,n){var r=n||0,o=t;return[o[e[r++]],o[e[r++]],o[e[r++]],o[e[r++]],"-",o[e[r++]],o[e[r++]],"-",o[e[r++]],o[e[r++]],"-",o[e[r++]],o[e[r++]],"-",o[e[r++]],o[e[r++]],o[e[r++]],o[e[r++]],o[e[r++]],o[e[r++]]].join("")}},{}],2:[function(e,n,r){var t="undefined"!=typeof crypto&&crypto.getRandomValues&&crypto.getRandomValues.bind(crypto)||"undefined"!=typeof msCrypto&&"function"==typeof window.msCrypto.getRandomValues&&msCrypto.getRandomValues.bind(msCrypto);if(t){var o=new Uint8Array(16);n.exports=function(){return t(o),o}}else{var i=new Array(16);n.exports=function(){for(var e,n=0;n<16;n++)0==(3&n)&&(e=4294967296*Math.random()),i[n]=e>>>((3&n)<<3)&255;return i}}},{}],3:[function(e,n,r){var t=e("./lib/rng"),o=e("./lib/bytesToUuid");n.exports=function(e,n,r){var i=n&&r||0;"string"==typeof e&&(n="binary"===e?new Array(16):null,e=null);var f=(e=e||{}).random||(e.rng||t)();if(f[6]=15&f[6]|64,f[8]=63&f[8]|128,n)for(var u=0;u<16;++u)n[i+u]=f[u];return n||o(f)}},{"./lib/bytesToUuid":1,"./lib/rng":2}]},{},[3])(3)});

View File

@ -5,6 +5,11 @@ var urlsToCache = [
'/js/jquery-3.3.1.slim.min.js',
'/js/bootstrap-4.3.1.min.js',
'/js/popper-1.14.7.min.js',
'/js/react.production.min.js',
'/js/react-dom.production.min.js',
'/js/prop-types.min.js',
'/js/react-beautiful-dnd.min.js',
'/js/uuid_v4@latest.js',
];
self.addEventListener('install', function(event) {

View File

@ -81,8 +81,12 @@
{{ subsection.title }}
</a>
<div class="dropdown-menu shadow-none shadow-lg text-left text-lg-left" aria-labelledby="navbarDropdown">
{% for page in subsection.pages %}
<a class="dropdown-item pt-2 pb-2 pt-sm-3 pb-sm-3 {% if current_path == page.path %}active{% endif %}" href="{{ page.permalink }}">{{ page.title }}</a>
{% for tmp_page in subsection.pages %}
{% if tmp_page.extra.menu_item and tmp_page.extra.menu_item == "th1" %}
<a class="dropdown-item pt-2 pb-2 pt-sm-3 pb-sm-3 mx-4 mt-2 mb-2 mt-sm-3 mb-sm-3 w-auto btn btn-primary btn-inversed {% if current_path == tmp_page.path %}active{% endif %}" href="{{ tmp_page.permalink }}">{{ tmp_page.title }}</a>
{% else %}
<a class="dropdown-item pt-2 pb-2 pt-sm-3 pb-sm-3 {% if current_path == tmp_page.path %}active{% endif %}" href="{{ tmp_page.permalink }}">{{ tmp_page.title }}</a>
{% endif %}
{% endfor %}
</div>
</li>
@ -140,6 +144,7 @@
<!-- FOOTER -->
{% block footer %}
<footer class="container text-center text-md-left">
{% block footer_contact %}
@ -148,11 +153,12 @@
{% endblock %}
<p class="pt-5 pb-2 text-center">
<p class="pt-4 pb-2 text-center">
<small>Copyright &copy; <span id="copyright_year"></span>, M-Labs. All Rights Reserved.</small>
</p>
</footer>
{% endblock footer %}
<!-- ./FOOTER -->
@ -171,7 +177,7 @@
</div>
<script src="{{ get_url(path='js/as.js', cachebust=true) }}"></script>
<!-- <script src="{{ get_url(path='js/as.js', cachebust=true) }}"></script> -->
<script src="{{ get_url(path='js/jquery-3.3.1.slim.min.js', cachebust=true) }}"></script>
<script src="{{ get_url(path='js/popper-1.14.7.min.js', cachebust=true) }}"></script>
@ -180,7 +186,10 @@
<script>
(function () {
document.getElementById('copyright_year').textContent = (new Date()).getFullYear();
var cy = document.getElementById('copyright_year');
if (cy) {
cy.textContent = (new Date()).getFullYear();
}
})();
</script>

View File

@ -51,6 +51,7 @@
</p>
<a href="{{ get_url(path='@/experiment-control/artiq.md') }}" class="btn btn-primary btn-lg">Read More</a>
<a href="{{ get_url(path='@/experiment-control/place-order.md') }}" class="btn btn-primary btn-inversed btn-lg">Order Hardware</a>
</div>

View File

@ -0,0 +1,45 @@
{% extends 'section.html' %}
{% block hero %}{% endblock %}
{% block main %}
<main id="root-shop"></main>
{% endblock %}
{% block footer %}{% endblock %}
{% block js %}
<!-- Load React. -->
<!-- Note: when deploying, replace "development.js" with "production.min.js". -->
<!-- v16 -->
<!-- <script src="https://unpkg.com/react@16/umd/react.development.js" crossorigin></script>
<script src="https://unpkg.com/react-dom@16/umd/react-dom.development.js" crossorigin></script> -->
<script src="{{ get_url(path='js/react.production.min.js', cachebust=true) }}"></script>
<script src="{{ get_url(path='js/react-dom.production.min.js', cachebust=true) }}"></script>
<!-- Load tools -->
<!-- v6 -->
<!-- <script src="{{ get_url(path='js/babel.min.js', cachebust=true) }}"></script> -->
<!-- v15.6 -->
<script src="{{ get_url(path='js/prop-types.min.js', cachebust=true) }}"></script>
<!-- Load libraries -->
<!-- v11.0.5 -->
<script src="{{ get_url(path='js/react-beautiful-dnd.min.js', cachebust=true) }}"></script>
<script src="{{ get_url(path='js/uuid_v4@latest.js', cachebust=true) }}"></script>
<!-- Load Data -->
<script src="{{ get_url(path='js/shop_data.js', cachebust=true) }}"></script>
<!-- Load our React component. -->
<!-- <script type="text/babel" src="{{ get_url(path='js/shop.jsx', cachebust=true) }}"></script> -->
<script src="{{ get_url(path='js/shop.min.js', cachebust=true) }}"></script>
{% endblock %}