@tomo-inc/wallet-adaptor-base 0.0.1 → 0.0.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.cjs +1024 -330
- package/dist/index.d.cts +172 -6
- package/dist/index.d.ts +172 -6
- package/dist/index.js +955 -332
- package/package.json +4 -2
- package/project.json +2 -2
- package/src/global.d.ts +7 -0
- package/src/index.ts +14 -8
- package/src/type.ts +13 -0
- package/src/utils/browsers.ts +13 -0
- package/src/utils/chainId.ts +1 -1
- package/src/utils/isMobile.ts +1 -1
- package/src/utils/log.ts +7 -0
- package/src/utils/utils.ts +5 -0
- package/src/wallet-api/balance.ts +4 -2
- package/src/wallet-api/chain.ts +9 -2
- package/src/wallet-api/connect.ts +142 -12
- package/src/wallet-api/sign-in.ts +23 -26
- package/src/wallet-api/sign-message.ts +116 -13
- package/src/wallets/Wallet.ts +6 -1
- package/src/wallets/default/backpackWallet/backpackWallet.ts +2 -4
- package/src/wallets/default/berasigWallet/berasigWallet.ts +2 -4
- package/src/wallets/default/binanceWallet/binanceWallet.ts +29 -4
- package/src/wallets/default/bitgetWallet/bitgetWallet.ts +12 -4
- package/src/wallets/default/bitskiWallet/bitskiWallet.ts +2 -4
- package/src/wallets/default/bitverseWallet/bitverseWallet.ts +5 -4
- package/src/wallets/default/bloomWallet/bloomWallet.ts +2 -4
- package/src/wallets/default/braveWallet/braveWallet.ts +2 -4
- package/src/wallets/default/bybitWallet/bybitWallet.ts +7 -4
- package/src/wallets/default/clvWallet/clvWallet.ts +2 -4
- package/src/wallets/default/coin98Wallet/coin98Wallet.ts +2 -4
- package/src/wallets/default/coinbaseWallet/coinbaseWallet.ts +9 -4
- package/src/wallets/default/compassWallet/compassWallet.ts +2 -4
- package/src/wallets/default/coreWallet/coreWallet.ts +2 -4
- package/src/wallets/default/ctrlWallet/ctrlWallet.ts +2 -4
- package/src/wallets/default/dawnWallet/dawnWallet.ts +2 -4
- package/src/wallets/default/desigWallet/desigWallet.ts +2 -4
- package/src/wallets/default/enkryptWallet/enkryptWallet.ts +2 -4
- package/src/wallets/default/foxWallet/foxWallet.ts +7 -4
- package/src/wallets/default/frameWallet/frameWallet.ts +2 -4
- package/src/wallets/default/gateWallet/gateWallet.ts +8 -4
- package/src/wallets/default/imTokenWallet/imTokenWallet.ts +11 -4
- package/src/wallets/default/injectedWallet/injectedWallet.ts +2 -4
- package/src/wallets/default/iopayWallet/iopayWallet.ts +8 -4
- package/src/wallets/default/kaiaWallet/kaiaWallet.ts +7 -4
- package/src/wallets/default/kaikasWallet/kaikasWallet.ts +7 -4
- package/src/wallets/default/krakenWallet/krakenWallet.ts +7 -4
- package/src/wallets/default/kresusWallet/kresusWallet.ts +5 -4
- package/src/wallets/default/ledgerWallet/ledgerWallet.ts +8 -4
- package/src/wallets/default/magicEdenWallet/magicEdenWallet.ts +5 -7
- package/src/wallets/default/mathWallet/mathWallet.svg +9 -0
- package/src/wallets/default/mathWallet/mathWallet.ts +2 -2
- package/src/wallets/default/metaMaskWallet/metaMaskWallet.ts +20 -2
- package/src/wallets/default/myDogeWallet/mydogeWallet.ts +1 -1
- package/src/wallets/default/nestWallet/nestWallet.ts +2 -4
- package/src/wallets/default/novaWallet/novaWallet.ts +2 -4
- package/src/wallets/default/oktoWallet/oktoWallet.ts +8 -4
- package/src/wallets/default/okxWallet/okxWallet.ts +13 -4
- package/src/wallets/default/omniWallet/omniWallet.ts +8 -4
- package/src/wallets/default/oneInchWallet/oneInchWallet.svg +30 -1
- package/src/wallets/default/oneInchWallet/oneInchWallet.ts +5 -4
- package/src/wallets/default/oneKeyWallet/oneKeyWallet.ts +2 -4
- package/src/wallets/default/paraSwapWallet/paraswapWallet.ts +7 -4
- package/src/wallets/default/petraWallet/petraWallet.svg +5 -0
- package/src/wallets/default/petraWallet/petraWallet.ts +24 -0
- package/src/wallets/default/phantomWallet/phantomWallet.ts +9 -4
- package/src/wallets/default/rabbyWallet/rabbyWallet.ts +2 -4
- package/src/wallets/default/rainbowWallet/rainbowWallet.ts +12 -4
- package/src/wallets/default/ramperWallet/ramperWallet.ts +2 -4
- package/src/wallets/default/readyWallet/readyWallet.ts +2 -4
- package/src/wallets/default/roninWallet/roninWallet.ts +2 -4
- package/src/wallets/default/safeWallet/safeWallet.ts +2 -4
- package/src/wallets/default/safeheronWallet/safeheronWallet.ts +2 -4
- package/src/wallets/default/safepalWallet/safepalWallet.ts +2 -4
- package/src/wallets/default/seifWallet/seifWallet.ts +2 -4
- package/src/wallets/default/solflareWallet/solflareWallet.svg +11 -0
- package/src/wallets/default/solflareWallet/solflareWallet.ts +9 -2
- package/src/wallets/default/subWallet/subWallet.ts +2 -4
- package/src/wallets/default/tahoWallet/tahoWallet.ts +2 -4
- package/src/wallets/default/talismanWallet/talismanWallet.ts +2 -4
- package/src/wallets/default/tokenPocketWallet/tokenPocketWallet.ts +8 -4
- package/src/wallets/default/tokenaryWallet/tokenaryWallet.ts +2 -4
- package/src/wallets/default/trezorWallet/trezorWallet.svg +7 -0
- package/src/wallets/default/trezorWallet/trezorWallet.ts +2 -2
- package/src/wallets/default/trustWallet/trustWallet.ts +9 -5
- package/src/wallets/default/uniswapWallet/uniswapWallet.ts +7 -4
- package/src/wallets/default/universalProfilesWallet/universalProfilesWallet.svg +13 -1351
- package/src/wallets/default/universalProfilesWallet/universalProfilesWallet.ts +2 -2
- package/src/wallets/default/valoraWallet/valoraWallet.ts +6 -4
- package/src/wallets/default/walletConnectWallet/walletConnectWallet.ts +2 -4
- package/src/wallets/default/wigwamWallet/wigwamWallet.ts +2 -4
- package/src/wallets/default/xPortalWallet/xPortalWallet.ts +2 -4
- package/src/wallets/default/zealWallet/zealWallet.ts +7 -4
- package/src/wallets/default/zerionWallet/zerionWallet.ts +8 -4
- package/src/wallets/default/zilPayWallet/zilPayWallet.ts +2 -4
- package/src/wallets/defaultConnectors.ts +213 -0
- package/src/wallets/detector.ts +34 -17
- package/src/wallets/index.ts +7 -76
- package/src/wallets/providers/WalletConnectProvider.ts +3 -2
- package/src/wallets/wallet-standard.ts +147 -47
- package/src/wallets/wallet-walletconnect.ts +1 -1
- package/tsconfig.json +4 -1
- package/tsup.config.ts +55 -0
- package/src/wallets/default/mathWallet/icon.ts +0 -2
- package/src/wallets/default/metaMaskWallet/icon.ts +0 -2
- package/src/wallets/default/myDogeWallet/icon.ts +0 -2
- package/src/wallets/default/solflareWallet/icon.ts +0 -2
- package/src/wallets/default/trezorWallet/icon.ts +0 -2
- package/src/wallets/default/universalProfilesWallet/icon.ts +0 -2
|
@@ -1,1353 +1,15 @@
|
|
|
1
1
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<svg
|
|
3
|
-
<
|
|
4
|
-
<
|
|
5
|
-
<
|
|
6
|
-
<
|
|
7
|
-
|
|
8
|
-
<
|
|
9
|
-
<
|
|
10
|
-
<
|
|
11
|
-
|
|
12
|
-
<
|
|
13
|
-
<
|
|
14
|
-
<
|
|
15
|
-
</linearGradient>
|
|
16
|
-
<linearGradient id="linear3" gradientUnits="userSpaceOnUse" x1="67.032997" y1="22.400999" x2="188.970001" y2="233.600006" gradientTransform="matrix(1,0,0,1,-0.000000000000003553,-0.000000000000003553)">
|
|
17
|
-
<stop offset="0" style="stop-color:rgb(53.72549%,56.862745%,77.254902%);stop-opacity:1;"/>
|
|
18
|
-
<stop offset="1" style="stop-color:rgb(25.882353%,29.019608%,45.490196%);stop-opacity:1;"/>
|
|
19
|
-
</linearGradient>
|
|
20
|
-
<linearGradient id="linear4" gradientUnits="userSpaceOnUse" x1="67.151001" y1="22.607" x2="188.850006" y2="233.389999" gradientTransform="matrix(1,0,0,1,-0.000000000000003553,-0.000000000000003553)">
|
|
21
|
-
<stop offset="0" style="stop-color:rgb(53.72549%,56.862745%,77.254902%);stop-opacity:1;"/>
|
|
22
|
-
<stop offset="1" style="stop-color:rgb(25.882353%,29.019608%,45.490196%);stop-opacity:1;"/>
|
|
23
|
-
</linearGradient>
|
|
24
|
-
<linearGradient id="linear5" gradientUnits="userSpaceOnUse" x1="67.269997" y1="22.813" x2="188.729996" y2="233.190002" gradientTransform="matrix(1,0,0,1,-0.000000000000003553,-0.000000000000003553)">
|
|
25
|
-
<stop offset="0" style="stop-color:rgb(53.72549%,56.862745%,77.254902%);stop-opacity:1;"/>
|
|
26
|
-
<stop offset="1" style="stop-color:rgb(25.882353%,29.411765%,45.490196%);stop-opacity:1;"/>
|
|
27
|
-
</linearGradient>
|
|
28
|
-
<linearGradient id="linear6" gradientUnits="userSpaceOnUse" x1="67.389" y1="23.018999" x2="188.610001" y2="232.979996" gradientTransform="matrix(1,0,0,1,-0.000000000000003553,-0.000000000000003553)">
|
|
29
|
-
<stop offset="0" style="stop-color:rgb(53.72549%,56.862745%,77.254902%);stop-opacity:1;"/>
|
|
30
|
-
<stop offset="1" style="stop-color:rgb(25.882353%,29.411765%,45.490196%);stop-opacity:1;"/>
|
|
31
|
-
</linearGradient>
|
|
32
|
-
<linearGradient id="linear7" gradientUnits="userSpaceOnUse" x1="67.508003" y1="23.225" x2="188.490005" y2="232.779999" gradientTransform="matrix(1,0,0,1,-0.000000000000003553,-0.000000000000003553)">
|
|
33
|
-
<stop offset="0" style="stop-color:rgb(53.72549%,56.862745%,77.254902%);stop-opacity:1;"/>
|
|
34
|
-
<stop offset="1" style="stop-color:rgb(25.882353%,29.411765%,45.882353%);stop-opacity:1;"/>
|
|
35
|
-
</linearGradient>
|
|
36
|
-
<linearGradient id="linear8" gradientUnits="userSpaceOnUse" x1="67.626999" y1="23.431" x2="188.369995" y2="232.570007" gradientTransform="matrix(1,0,0,1,-0.000000000000003553,-0.000000000000003553)">
|
|
37
|
-
<stop offset="0" style="stop-color:rgb(53.72549%,56.862745%,77.254902%);stop-opacity:1;"/>
|
|
38
|
-
<stop offset="1" style="stop-color:rgb(25.882353%,29.411765%,45.882353%);stop-opacity:1;"/>
|
|
39
|
-
</linearGradient>
|
|
40
|
-
<linearGradient id="linear9" gradientUnits="userSpaceOnUse" x1="67.746002" y1="23.636999" x2="188.25" y2="232.360001" gradientTransform="matrix(1,0,0,1,-0.000000000000003553,-0.000000000000003553)">
|
|
41
|
-
<stop offset="0" style="stop-color:rgb(53.72549%,56.862745%,77.254902%);stop-opacity:1;"/>
|
|
42
|
-
<stop offset="1" style="stop-color:rgb(26.27451%,29.411765%,45.882353%);stop-opacity:1;"/>
|
|
43
|
-
</linearGradient>
|
|
44
|
-
<linearGradient id="linear10" gradientUnits="userSpaceOnUse" x1="67.864998" y1="23.843" x2="188.139999" y2="232.160004" gradientTransform="matrix(1,0,0,1,-0.000000000000003553,-0.000000000000003553)">
|
|
45
|
-
<stop offset="0" style="stop-color:rgb(53.72549%,56.862745%,77.254902%);stop-opacity:1;"/>
|
|
46
|
-
<stop offset="1" style="stop-color:rgb(26.27451%,29.803922%,46.27451%);stop-opacity:1;"/>
|
|
47
|
-
</linearGradient>
|
|
48
|
-
<linearGradient id="linear11" gradientUnits="userSpaceOnUse" x1="67.983002" y1="24.048" x2="188.020004" y2="231.949997" gradientTransform="matrix(1,0,0,1,-0.000000000000003553,-0.000000000000003553)">
|
|
49
|
-
<stop offset="0" style="stop-color:rgb(53.72549%,56.862745%,77.254902%);stop-opacity:1;"/>
|
|
50
|
-
<stop offset="1" style="stop-color:rgb(26.27451%,29.803922%,46.27451%);stop-opacity:1;"/>
|
|
51
|
-
</linearGradient>
|
|
52
|
-
<linearGradient id="linear12" gradientUnits="userSpaceOnUse" x1="68.101997" y1="24.254" x2="187.899994" y2="231.75" gradientTransform="matrix(1,0,0,1,-0.000000000000003553,-0.000000000000003553)">
|
|
53
|
-
<stop offset="0" style="stop-color:rgb(53.72549%,56.862745%,77.254902%);stop-opacity:1;"/>
|
|
54
|
-
<stop offset="1" style="stop-color:rgb(26.27451%,29.803922%,46.27451%);stop-opacity:1;"/>
|
|
55
|
-
</linearGradient>
|
|
56
|
-
<linearGradient id="linear13" gradientUnits="userSpaceOnUse" x1="68.221001" y1="24.459999" x2="187.779999" y2="231.539993" gradientTransform="matrix(1,0,0,1,-0.000000000000003553,-0.000000000000003553)">
|
|
57
|
-
<stop offset="0" style="stop-color:rgb(53.72549%,56.862745%,77.254902%);stop-opacity:1;"/>
|
|
58
|
-
<stop offset="1" style="stop-color:rgb(26.27451%,29.803922%,46.27451%);stop-opacity:1;"/>
|
|
59
|
-
</linearGradient>
|
|
60
|
-
<linearGradient id="linear14" gradientUnits="userSpaceOnUse" x1="68.339996" y1="24.666" x2="187.660004" y2="231.330002" gradientTransform="matrix(1,0,0,1,-0.000000000000003553,-0.000000000000003553)">
|
|
61
|
-
<stop offset="0" style="stop-color:rgb(53.72549%,56.862745%,77.254902%);stop-opacity:1;"/>
|
|
62
|
-
<stop offset="1" style="stop-color:rgb(26.666667%,29.803922%,46.27451%);stop-opacity:1;"/>
|
|
63
|
-
</linearGradient>
|
|
64
|
-
<linearGradient id="linear15" gradientUnits="userSpaceOnUse" x1="68.459" y1="24.872" x2="187.539993" y2="231.130005" gradientTransform="matrix(1,0,0,1,-0.000000000000003553,-0.000000000000003553)">
|
|
65
|
-
<stop offset="0" style="stop-color:rgb(53.72549%,56.862745%,77.254902%);stop-opacity:1;"/>
|
|
66
|
-
<stop offset="1" style="stop-color:rgb(26.666667%,29.803922%,46.666667%);stop-opacity:1;"/>
|
|
67
|
-
</linearGradient>
|
|
68
|
-
<linearGradient id="linear16" gradientUnits="userSpaceOnUse" x1="68.578003" y1="25.077999" x2="187.419998" y2="230.919998" gradientTransform="matrix(1,0,0,1,-0.000000000000003553,-0.000000000000003553)">
|
|
69
|
-
<stop offset="0" style="stop-color:rgb(53.72549%,56.862745%,77.254902%);stop-opacity:1;"/>
|
|
70
|
-
<stop offset="1" style="stop-color:rgb(26.666667%,29.803922%,46.666667%);stop-opacity:1;"/>
|
|
71
|
-
</linearGradient>
|
|
72
|
-
<linearGradient id="linear17" gradientUnits="userSpaceOnUse" x1="68.696999" y1="25.284" x2="187.300003" y2="230.720001" gradientTransform="matrix(1,0,0,1,-0.000000000000003553,-0.000000000000003553)">
|
|
73
|
-
<stop offset="0" style="stop-color:rgb(53.72549%,56.862745%,77.254902%);stop-opacity:1;"/>
|
|
74
|
-
<stop offset="1" style="stop-color:rgb(26.666667%,29.803922%,46.666667%);stop-opacity:1;"/>
|
|
75
|
-
</linearGradient>
|
|
76
|
-
<linearGradient id="linear18" gradientUnits="userSpaceOnUse" x1="68.816002" y1="25.49" x2="187.179993" y2="230.509995" gradientTransform="matrix(1,0,0,1,-0.000000000000003553,-0.000000000000003553)">
|
|
77
|
-
<stop offset="0" style="stop-color:rgb(53.72549%,56.862745%,77.254902%);stop-opacity:1;"/>
|
|
78
|
-
<stop offset="1" style="stop-color:rgb(26.666667%,30.196078%,46.666667%);stop-opacity:1;"/>
|
|
79
|
-
</linearGradient>
|
|
80
|
-
<linearGradient id="linear19" gradientUnits="userSpaceOnUse" x1="68.934998" y1="25.695999" x2="187.070007" y2="230.300003" gradientTransform="matrix(1,0,0,1,-0.000000000000003553,-0.000000000000003553)">
|
|
81
|
-
<stop offset="0" style="stop-color:rgb(53.72549%,56.862745%,77.254902%);stop-opacity:1;"/>
|
|
82
|
-
<stop offset="1" style="stop-color:rgb(26.666667%,30.196078%,47.058824%);stop-opacity:1;"/>
|
|
83
|
-
</linearGradient>
|
|
84
|
-
<linearGradient id="linear20" gradientUnits="userSpaceOnUse" x1="69.053001" y1="25.902" x2="186.949997" y2="230.100006" gradientTransform="matrix(1,0,0,1,-0.000000000000003553,-0.000000000000003553)">
|
|
85
|
-
<stop offset="0" style="stop-color:rgb(53.72549%,56.862745%,77.254902%);stop-opacity:1;"/>
|
|
86
|
-
<stop offset="1" style="stop-color:rgb(27.058824%,30.196078%,47.058824%);stop-opacity:1;"/>
|
|
87
|
-
</linearGradient>
|
|
88
|
-
<linearGradient id="linear21" gradientUnits="userSpaceOnUse" x1="69.171997" y1="26.107" x2="186.830002" y2="229.889999" gradientTransform="matrix(1,0,0,1,-0.000000000000003553,-0.000000000000003553)">
|
|
89
|
-
<stop offset="0" style="stop-color:rgb(53.72549%,56.862745%,77.254902%);stop-opacity:1;"/>
|
|
90
|
-
<stop offset="1" style="stop-color:rgb(27.058824%,30.196078%,47.058824%);stop-opacity:1;"/>
|
|
91
|
-
</linearGradient>
|
|
92
|
-
<linearGradient id="linear22" gradientUnits="userSpaceOnUse" x1="69.291" y1="26.313" x2="186.710007" y2="229.690002" gradientTransform="matrix(1,0,0,1,-0.000000000000003553,-0.000000000000003553)">
|
|
93
|
-
<stop offset="0" style="stop-color:rgb(53.72549%,56.862745%,77.254902%);stop-opacity:1;"/>
|
|
94
|
-
<stop offset="1" style="stop-color:rgb(27.058824%,30.196078%,47.45098%);stop-opacity:1;"/>
|
|
95
|
-
</linearGradient>
|
|
96
|
-
<linearGradient id="linear23" gradientUnits="userSpaceOnUse" x1="69.410004" y1="26.518999" x2="186.589996" y2="229.479996" gradientTransform="matrix(1,0,0,1,-0.000000000000003553,-0.000000000000003553)">
|
|
97
|
-
<stop offset="0" style="stop-color:rgb(53.72549%,56.862745%,77.254902%);stop-opacity:1;"/>
|
|
98
|
-
<stop offset="1" style="stop-color:rgb(27.058824%,30.196078%,47.45098%);stop-opacity:1;"/>
|
|
99
|
-
</linearGradient>
|
|
100
|
-
<linearGradient id="linear24" gradientUnits="userSpaceOnUse" x1="69.528999" y1="26.725" x2="186.470001" y2="229.270004" gradientTransform="matrix(1,0,0,1,-0.000000000000003553,-0.000000000000003553)">
|
|
101
|
-
<stop offset="0" style="stop-color:rgb(53.72549%,56.862745%,77.254902%);stop-opacity:1;"/>
|
|
102
|
-
<stop offset="1" style="stop-color:rgb(27.058824%,30.196078%,47.45098%);stop-opacity:1;"/>
|
|
103
|
-
</linearGradient>
|
|
104
|
-
<linearGradient id="linear25" gradientUnits="userSpaceOnUse" x1="69.648003" y1="26.931" x2="186.350006" y2="229.070007" gradientTransform="matrix(1,0,0,1,-0.000000000000003553,-0.000000000000003553)">
|
|
105
|
-
<stop offset="0" style="stop-color:rgb(53.72549%,56.862745%,77.254902%);stop-opacity:1;"/>
|
|
106
|
-
<stop offset="1" style="stop-color:rgb(27.058824%,30.588235%,47.45098%);stop-opacity:1;"/>
|
|
107
|
-
</linearGradient>
|
|
108
|
-
<linearGradient id="linear26" gradientUnits="userSpaceOnUse" x1="69.766998" y1="27.136999" x2="186.229996" y2="228.860001" gradientTransform="matrix(1,0,0,1,-0.000000000000003553,-0.000000000000003553)">
|
|
109
|
-
<stop offset="0" style="stop-color:rgb(53.72549%,56.862745%,77.254902%);stop-opacity:1;"/>
|
|
110
|
-
<stop offset="1" style="stop-color:rgb(27.45098%,30.588235%,47.843137%);stop-opacity:1;"/>
|
|
111
|
-
</linearGradient>
|
|
112
|
-
<linearGradient id="linear27" gradientUnits="userSpaceOnUse" x1="69.886002" y1="27.343" x2="186.110001" y2="228.660004" gradientTransform="matrix(1,0,0,1,-0.000000000000003553,-0.000000000000003553)">
|
|
113
|
-
<stop offset="0" style="stop-color:rgb(53.72549%,56.862745%,77.254902%);stop-opacity:1;"/>
|
|
114
|
-
<stop offset="1" style="stop-color:rgb(27.45098%,30.588235%,47.843137%);stop-opacity:1;"/>
|
|
115
|
-
</linearGradient>
|
|
116
|
-
<linearGradient id="linear28" gradientUnits="userSpaceOnUse" x1="70.003998" y1="27.549" x2="186" y2="228.449997" gradientTransform="matrix(1,0,0,1,-0.000000000000003553,-0.000000000000003553)">
|
|
117
|
-
<stop offset="0" style="stop-color:rgb(53.72549%,56.862745%,77.254902%);stop-opacity:1;"/>
|
|
118
|
-
<stop offset="1" style="stop-color:rgb(27.45098%,30.588235%,47.843137%);stop-opacity:1;"/>
|
|
119
|
-
</linearGradient>
|
|
120
|
-
<linearGradient id="linear29" gradientUnits="userSpaceOnUse" x1="70.123001" y1="27.754999" x2="185.880005" y2="228.25" gradientTransform="matrix(1,0,0,1,-0.000000000000003553,-0.000000000000003553)">
|
|
121
|
-
<stop offset="0" style="stop-color:rgb(53.72549%,56.862745%,77.254902%);stop-opacity:1;"/>
|
|
122
|
-
<stop offset="1" style="stop-color:rgb(27.45098%,30.980392%,47.843137%);stop-opacity:1;"/>
|
|
123
|
-
</linearGradient>
|
|
124
|
-
<linearGradient id="linear30" gradientUnits="userSpaceOnUse" x1="70.241997" y1="27.961" x2="185.759995" y2="228.039993" gradientTransform="matrix(1,0,0,1,-0.000000000000003553,-0.000000000000003553)">
|
|
125
|
-
<stop offset="0" style="stop-color:rgb(53.72549%,56.862745%,77.254902%);stop-opacity:1;"/>
|
|
126
|
-
<stop offset="1" style="stop-color:rgb(27.45098%,30.980392%,48.235294%);stop-opacity:1;"/>
|
|
127
|
-
</linearGradient>
|
|
128
|
-
<linearGradient id="linear31" gradientUnits="userSpaceOnUse" x1="70.361" y1="28.166" x2="185.639999" y2="227.830002" gradientTransform="matrix(1,0,0,1,-0.000000000000003553,-0.000000000000003553)">
|
|
129
|
-
<stop offset="0" style="stop-color:rgb(53.72549%,56.862745%,77.254902%);stop-opacity:1;"/>
|
|
130
|
-
<stop offset="1" style="stop-color:rgb(27.45098%,30.980392%,48.235294%);stop-opacity:1;"/>
|
|
131
|
-
</linearGradient>
|
|
132
|
-
<linearGradient id="linear32" gradientUnits="userSpaceOnUse" x1="70.480003" y1="28.372" x2="185.520004" y2="227.630005" gradientTransform="matrix(1,0,0,1,-0.000000000000003553,-0.000000000000003553)">
|
|
133
|
-
<stop offset="0" style="stop-color:rgb(53.72549%,56.862745%,77.254902%);stop-opacity:1;"/>
|
|
134
|
-
<stop offset="1" style="stop-color:rgb(27.843137%,30.980392%,48.235294%);stop-opacity:1;"/>
|
|
135
|
-
</linearGradient>
|
|
136
|
-
<linearGradient id="linear33" gradientUnits="userSpaceOnUse" x1="70.598999" y1="28.577999" x2="185.399994" y2="227.419998" gradientTransform="matrix(1,0,0,1,-0.000000000000003553,-0.000000000000003553)">
|
|
137
|
-
<stop offset="0" style="stop-color:rgb(53.72549%,56.862745%,77.254902%);stop-opacity:1;"/>
|
|
138
|
-
<stop offset="1" style="stop-color:rgb(27.843137%,30.980392%,48.235294%);stop-opacity:1;"/>
|
|
139
|
-
</linearGradient>
|
|
140
|
-
<linearGradient id="linear34" gradientUnits="userSpaceOnUse" x1="70.718002" y1="28.784" x2="185.279999" y2="227.220001" gradientTransform="matrix(1,0,0,1,-0.000000000000003553,-0.000000000000003553)">
|
|
141
|
-
<stop offset="0" style="stop-color:rgb(53.72549%,56.862745%,77.254902%);stop-opacity:1;"/>
|
|
142
|
-
<stop offset="1" style="stop-color:rgb(27.843137%,31.372549%,48.627451%);stop-opacity:1;"/>
|
|
143
|
-
</linearGradient>
|
|
144
|
-
<linearGradient id="linear35" gradientUnits="userSpaceOnUse" x1="70.836998" y1="28.99" x2="185.160004" y2="227.009995" gradientTransform="matrix(1,0,0,1,-0.000000000000003553,-0.000000000000003553)">
|
|
145
|
-
<stop offset="0" style="stop-color:rgb(53.72549%,56.862745%,77.254902%);stop-opacity:1;"/>
|
|
146
|
-
<stop offset="1" style="stop-color:rgb(27.843137%,31.372549%,48.627451%);stop-opacity:1;"/>
|
|
147
|
-
</linearGradient>
|
|
148
|
-
<linearGradient id="linear36" gradientUnits="userSpaceOnUse" x1="70.955002" y1="29.195999" x2="185.039993" y2="226.800003" gradientTransform="matrix(1,0,0,1,-0.000000000000003553,-0.000000000000003553)">
|
|
149
|
-
<stop offset="0" style="stop-color:rgb(53.72549%,56.862745%,77.254902%);stop-opacity:1;"/>
|
|
150
|
-
<stop offset="1" style="stop-color:rgb(27.843137%,31.372549%,48.627451%);stop-opacity:1;"/>
|
|
151
|
-
</linearGradient>
|
|
152
|
-
<linearGradient id="linear37" gradientUnits="userSpaceOnUse" x1="71.073997" y1="29.402" x2="184.929993" y2="226.600006" gradientTransform="matrix(1,0,0,1,-0.000000000000003553,-0.000000000000003553)">
|
|
153
|
-
<stop offset="0" style="stop-color:rgb(53.72549%,56.862745%,77.254902%);stop-opacity:1;"/>
|
|
154
|
-
<stop offset="1" style="stop-color:rgb(28.235294%,31.372549%,48.627451%);stop-opacity:1;"/>
|
|
155
|
-
</linearGradient>
|
|
156
|
-
<linearGradient id="linear38" gradientUnits="userSpaceOnUse" x1="71.193001" y1="29.608" x2="184.809998" y2="226.389999" gradientTransform="matrix(1,0,0,1,-0.000000000000003553,-0.000000000000003553)">
|
|
157
|
-
<stop offset="0" style="stop-color:rgb(53.72549%,56.862745%,77.254902%);stop-opacity:1;"/>
|
|
158
|
-
<stop offset="1" style="stop-color:rgb(28.235294%,31.372549%,48.627451%);stop-opacity:1;"/>
|
|
159
|
-
</linearGradient>
|
|
160
|
-
<linearGradient id="linear39" gradientUnits="userSpaceOnUse" x1="71.311996" y1="29.813999" x2="184.690002" y2="226.190002" gradientTransform="matrix(1,0,0,1,-0.000000000000003553,-0.000000000000003553)">
|
|
161
|
-
<stop offset="0" style="stop-color:rgb(53.72549%,56.862745%,77.254902%);stop-opacity:1;"/>
|
|
162
|
-
<stop offset="1" style="stop-color:rgb(28.235294%,31.372549%,49.019608%);stop-opacity:1;"/>
|
|
163
|
-
</linearGradient>
|
|
164
|
-
<linearGradient id="linear40" gradientUnits="userSpaceOnUse" x1="71.431" y1="30.02" x2="184.570007" y2="225.979996" gradientTransform="matrix(1,0,0,1,-0.000000000000003553,-0.000000000000003553)">
|
|
165
|
-
<stop offset="0" style="stop-color:rgb(53.72549%,56.862745%,77.254902%);stop-opacity:1;"/>
|
|
166
|
-
<stop offset="1" style="stop-color:rgb(28.235294%,31.764706%,49.019608%);stop-opacity:1;"/>
|
|
167
|
-
</linearGradient>
|
|
168
|
-
<linearGradient id="linear41" gradientUnits="userSpaceOnUse" x1="71.550003" y1="30.225" x2="184.449997" y2="225.770004" gradientTransform="matrix(1,0,0,1,-0.000000000000003553,-0.000000000000003553)">
|
|
169
|
-
<stop offset="0" style="stop-color:rgb(53.72549%,56.862745%,77.254902%);stop-opacity:1;"/>
|
|
170
|
-
<stop offset="1" style="stop-color:rgb(28.235294%,31.764706%,49.019608%);stop-opacity:1;"/>
|
|
171
|
-
</linearGradient>
|
|
172
|
-
<linearGradient id="linear42" gradientUnits="userSpaceOnUse" x1="71.668999" y1="30.431" x2="184.330002" y2="225.570007" gradientTransform="matrix(1,0,0,1,-0.000000000000003553,-0.000000000000003553)">
|
|
173
|
-
<stop offset="0" style="stop-color:rgb(53.72549%,56.862745%,77.254902%);stop-opacity:1;"/>
|
|
174
|
-
<stop offset="1" style="stop-color:rgb(28.235294%,31.764706%,49.019608%);stop-opacity:1;"/>
|
|
175
|
-
</linearGradient>
|
|
176
|
-
<linearGradient id="linear43" gradientUnits="userSpaceOnUse" x1="71.788002" y1="30.636999" x2="184.210007" y2="225.360001" gradientTransform="matrix(1,0,0,1,-0.000000000000003553,-0.000000000000003553)">
|
|
177
|
-
<stop offset="0" style="stop-color:rgb(53.72549%,56.862745%,77.254902%);stop-opacity:1;"/>
|
|
178
|
-
<stop offset="1" style="stop-color:rgb(28.627451%,31.764706%,49.411765%);stop-opacity:1;"/>
|
|
179
|
-
</linearGradient>
|
|
180
|
-
<linearGradient id="linear44" gradientUnits="userSpaceOnUse" x1="71.906998" y1="30.843" x2="184.089996" y2="225.160004" gradientTransform="matrix(1,0,0,1,-0.000000000000003553,-0.000000000000003553)">
|
|
181
|
-
<stop offset="0" style="stop-color:rgb(53.72549%,56.862745%,77.254902%);stop-opacity:1;"/>
|
|
182
|
-
<stop offset="1" style="stop-color:rgb(28.627451%,32.156863%,49.411765%);stop-opacity:1;"/>
|
|
183
|
-
</linearGradient>
|
|
184
|
-
<linearGradient id="linear45" gradientUnits="userSpaceOnUse" x1="72.025002" y1="31.049" x2="183.970001" y2="224.949997" gradientTransform="matrix(1,0,0,1,-0.000000000000003553,-0.000000000000003553)">
|
|
185
|
-
<stop offset="0" style="stop-color:rgb(53.72549%,56.862745%,77.254902%);stop-opacity:1;"/>
|
|
186
|
-
<stop offset="1" style="stop-color:rgb(28.627451%,32.156863%,49.411765%);stop-opacity:1;"/>
|
|
187
|
-
</linearGradient>
|
|
188
|
-
<linearGradient id="linear46" gradientUnits="userSpaceOnUse" x1="72.143997" y1="31.254999" x2="183.860001" y2="224.75" gradientTransform="matrix(1,0,0,1,-0.000000000000003553,-0.000000000000003553)">
|
|
189
|
-
<stop offset="0" style="stop-color:rgb(53.72549%,56.862745%,77.254902%);stop-opacity:1;"/>
|
|
190
|
-
<stop offset="1" style="stop-color:rgb(28.627451%,32.156863%,49.411765%);stop-opacity:1;"/>
|
|
191
|
-
</linearGradient>
|
|
192
|
-
<linearGradient id="linear47" gradientUnits="userSpaceOnUse" x1="72.263" y1="31.461" x2="183.740005" y2="224.539993" gradientTransform="matrix(1,0,0,1,-0.000000000000003553,-0.000000000000003553)">
|
|
193
|
-
<stop offset="0" style="stop-color:rgb(53.72549%,56.862745%,77.254902%);stop-opacity:1;"/>
|
|
194
|
-
<stop offset="1" style="stop-color:rgb(28.627451%,32.156863%,49.803922%);stop-opacity:1;"/>
|
|
195
|
-
</linearGradient>
|
|
196
|
-
<linearGradient id="linear48" gradientUnits="userSpaceOnUse" x1="72.382004" y1="31.667" x2="183.619995" y2="224.330002" gradientTransform="matrix(1,0,0,1,-0.000000000000003553,-0.000000000000003553)">
|
|
197
|
-
<stop offset="0" style="stop-color:rgb(53.72549%,56.862745%,77.254902%);stop-opacity:1;"/>
|
|
198
|
-
<stop offset="1" style="stop-color:rgb(28.627451%,32.156863%,49.803922%);stop-opacity:1;"/>
|
|
199
|
-
</linearGradient>
|
|
200
|
-
<linearGradient id="linear49" gradientUnits="userSpaceOnUse" x1="72.500999" y1="31.872999" x2="183.5" y2="224.130005" gradientTransform="matrix(1,0,0,1,-0.000000000000003553,-0.000000000000003553)">
|
|
201
|
-
<stop offset="0" style="stop-color:rgb(53.72549%,56.862745%,77.254902%);stop-opacity:1;"/>
|
|
202
|
-
<stop offset="1" style="stop-color:rgb(29.019608%,32.156863%,49.803922%);stop-opacity:1;"/>
|
|
203
|
-
</linearGradient>
|
|
204
|
-
<linearGradient id="linear50" gradientUnits="userSpaceOnUse" x1="72.620003" y1="32.077999" x2="183.380005" y2="223.919998" gradientTransform="matrix(1,0,0,1,-0.000000000000003553,-0.000000000000003553)">
|
|
205
|
-
<stop offset="0" style="stop-color:rgb(53.72549%,56.862745%,77.254902%);stop-opacity:1;"/>
|
|
206
|
-
<stop offset="1" style="stop-color:rgb(29.019608%,32.156863%,49.803922%);stop-opacity:1;"/>
|
|
207
|
-
</linearGradient>
|
|
208
|
-
<linearGradient id="linear51" gradientUnits="userSpaceOnUse" x1="72.738998" y1="32.284" x2="183.259995" y2="223.720001" gradientTransform="matrix(1,0,0,1,-0.000000000000003553,-0.000000000000003553)">
|
|
209
|
-
<stop offset="0" style="stop-color:rgb(53.72549%,56.862745%,77.254902%);stop-opacity:1;"/>
|
|
210
|
-
<stop offset="1" style="stop-color:rgb(29.019608%,32.54902%,50.196078%);stop-opacity:1;"/>
|
|
211
|
-
</linearGradient>
|
|
212
|
-
<linearGradient id="linear52" gradientUnits="userSpaceOnUse" x1="72.857002" y1="32.490002" x2="183.139999" y2="223.509995" gradientTransform="matrix(1,0,0,1,-0.000000000000003553,-0.000000000000003553)">
|
|
213
|
-
<stop offset="0" style="stop-color:rgb(53.72549%,56.862745%,77.254902%);stop-opacity:1;"/>
|
|
214
|
-
<stop offset="1" style="stop-color:rgb(29.019608%,32.54902%,50.196078%);stop-opacity:1;"/>
|
|
215
|
-
</linearGradient>
|
|
216
|
-
<linearGradient id="linear53" gradientUnits="userSpaceOnUse" x1="72.975998" y1="32.695999" x2="183.020004" y2="223.300003" gradientTransform="matrix(1,0,0,1,-0.000000000000003553,-0.000000000000003553)">
|
|
217
|
-
<stop offset="0" style="stop-color:rgb(53.72549%,56.862745%,77.254902%);stop-opacity:1;"/>
|
|
218
|
-
<stop offset="1" style="stop-color:rgb(29.019608%,32.54902%,50.196078%);stop-opacity:1;"/>
|
|
219
|
-
</linearGradient>
|
|
220
|
-
<linearGradient id="linear54" gradientUnits="userSpaceOnUse" x1="73.095001" y1="32.902" x2="182.899994" y2="223.100006" gradientTransform="matrix(1,0,0,1,-0.000000000000003553,-0.000000000000003553)">
|
|
221
|
-
<stop offset="0" style="stop-color:rgb(53.72549%,56.862745%,77.254902%);stop-opacity:1;"/>
|
|
222
|
-
<stop offset="1" style="stop-color:rgb(29.019608%,32.54902%,50.196078%);stop-opacity:1;"/>
|
|
223
|
-
</linearGradient>
|
|
224
|
-
<linearGradient id="linear55" gradientUnits="userSpaceOnUse" x1="73.213997" y1="33.108002" x2="182.789993" y2="222.889999" gradientTransform="matrix(1,0,0,1,-0.000000000000003553,-0.000000000000003553)">
|
|
225
|
-
<stop offset="0" style="stop-color:rgb(53.72549%,56.862745%,77.254902%);stop-opacity:1;"/>
|
|
226
|
-
<stop offset="1" style="stop-color:rgb(29.411765%,32.54902%,50.196078%);stop-opacity:1;"/>
|
|
227
|
-
</linearGradient>
|
|
228
|
-
<linearGradient id="linear56" gradientUnits="userSpaceOnUse" x1="73.333" y1="33.313999" x2="182.669998" y2="222.690002" gradientTransform="matrix(1,0,0,1,-0.000000000000003553,-0.000000000000003553)">
|
|
229
|
-
<stop offset="0" style="stop-color:rgb(53.72549%,56.862745%,77.254902%);stop-opacity:1;"/>
|
|
230
|
-
<stop offset="1" style="stop-color:rgb(29.411765%,32.54902%,50.196078%);stop-opacity:1;"/>
|
|
231
|
-
</linearGradient>
|
|
232
|
-
<linearGradient id="linear57" gradientUnits="userSpaceOnUse" x1="73.452003" y1="33.52" x2="182.550003" y2="222.479996" gradientTransform="matrix(1,0,0,1,-0.000000000000003553,-0.000000000000003553)">
|
|
233
|
-
<stop offset="0" style="stop-color:rgb(53.72549%,56.862745%,77.254902%);stop-opacity:1;"/>
|
|
234
|
-
<stop offset="1" style="stop-color:rgb(29.411765%,32.54902%,50.196078%);stop-opacity:1;"/>
|
|
235
|
-
</linearGradient>
|
|
236
|
-
<linearGradient id="linear58" gradientUnits="userSpaceOnUse" x1="73.570999" y1="33.726002" x2="182.429993" y2="222.270004" gradientTransform="matrix(1,0,0,1,-0.000000000000003553,-0.000000000000003553)">
|
|
237
|
-
<stop offset="0" style="stop-color:rgb(53.72549%,56.862745%,77.254902%);stop-opacity:1;"/>
|
|
238
|
-
<stop offset="1" style="stop-color:rgb(29.411765%,32.941176%,50.588235%);stop-opacity:1;"/>
|
|
239
|
-
</linearGradient>
|
|
240
|
-
<linearGradient id="linear59" gradientUnits="userSpaceOnUse" x1="73.690002" y1="33.931999" x2="182.309998" y2="222.070007" gradientTransform="matrix(1,0,0,1,-0.000000000000003553,-0.000000000000003553)">
|
|
241
|
-
<stop offset="0" style="stop-color:rgb(53.72549%,56.862745%,77.254902%);stop-opacity:1;"/>
|
|
242
|
-
<stop offset="1" style="stop-color:rgb(29.411765%,32.941176%,50.588235%);stop-opacity:1;"/>
|
|
243
|
-
</linearGradient>
|
|
244
|
-
<linearGradient id="linear60" gradientUnits="userSpaceOnUse" x1="73.808998" y1="34.138" x2="182.190002" y2="221.860001" gradientTransform="matrix(1,0,0,1,-0.000000000000003553,-0.000000000000003553)">
|
|
245
|
-
<stop offset="0" style="stop-color:rgb(53.72549%,56.862745%,77.254902%);stop-opacity:1;"/>
|
|
246
|
-
<stop offset="1" style="stop-color:rgb(29.411765%,32.941176%,50.588235%);stop-opacity:1;"/>
|
|
247
|
-
</linearGradient>
|
|
248
|
-
<linearGradient id="linear61" gradientUnits="userSpaceOnUse" x1="73.927002" y1="34.342999" x2="182.070007" y2="221.660004" gradientTransform="matrix(1,0,0,1,-0.000000000000003553,-0.000000000000003553)">
|
|
249
|
-
<stop offset="0" style="stop-color:rgb(53.72549%,56.862745%,77.254902%);stop-opacity:1;"/>
|
|
250
|
-
<stop offset="1" style="stop-color:rgb(29.803922%,32.941176%,50.980392%);stop-opacity:1;"/>
|
|
251
|
-
</linearGradient>
|
|
252
|
-
<linearGradient id="linear62" gradientUnits="userSpaceOnUse" x1="74.045998" y1="34.549" x2="181.949997" y2="221.449997" gradientTransform="matrix(1,0,0,1,-0.000000000000003553,-0.000000000000003553)">
|
|
253
|
-
<stop offset="0" style="stop-color:rgb(53.72549%,56.862745%,77.254902%);stop-opacity:1;"/>
|
|
254
|
-
<stop offset="1" style="stop-color:rgb(29.803922%,32.941176%,50.980392%);stop-opacity:1;"/>
|
|
255
|
-
</linearGradient>
|
|
256
|
-
<linearGradient id="linear63" gradientUnits="userSpaceOnUse" x1="74.165001" y1="34.755001" x2="181.830002" y2="221.240005" gradientTransform="matrix(1,0,0,1,-0.000000000000003553,-0.000000000000003553)">
|
|
257
|
-
<stop offset="0" style="stop-color:rgb(53.72549%,56.862745%,77.254902%);stop-opacity:1;"/>
|
|
258
|
-
<stop offset="1" style="stop-color:rgb(29.803922%,32.941176%,50.980392%);stop-opacity:1;"/>
|
|
259
|
-
</linearGradient>
|
|
260
|
-
<linearGradient id="linear64" gradientUnits="userSpaceOnUse" x1="74.283997" y1="34.960999" x2="181.720001" y2="221.039993" gradientTransform="matrix(1,0,0,1,-0.000000000000003553,-0.000000000000003553)">
|
|
261
|
-
<stop offset="0" style="stop-color:rgb(53.72549%,56.862745%,77.254902%);stop-opacity:1;"/>
|
|
262
|
-
<stop offset="1" style="stop-color:rgb(29.803922%,33.333333%,50.980392%);stop-opacity:1;"/>
|
|
263
|
-
</linearGradient>
|
|
264
|
-
<linearGradient id="linear65" gradientUnits="userSpaceOnUse" x1="74.403" y1="35.167" x2="181.600006" y2="220.830002" gradientTransform="matrix(1,0,0,1,-0.000000000000003553,-0.000000000000003553)">
|
|
265
|
-
<stop offset="0" style="stop-color:rgb(53.72549%,56.862745%,77.254902%);stop-opacity:1;"/>
|
|
266
|
-
<stop offset="1" style="stop-color:rgb(29.803922%,33.333333%,51.372549%);stop-opacity:1;"/>
|
|
267
|
-
</linearGradient>
|
|
268
|
-
<linearGradient id="linear66" gradientUnits="userSpaceOnUse" x1="74.522003" y1="35.373001" x2="181.479996" y2="220.630005" gradientTransform="matrix(1,0,0,1,-0.000000000000003553,-0.000000000000003553)">
|
|
269
|
-
<stop offset="0" style="stop-color:rgb(53.72549%,56.862745%,77.254902%);stop-opacity:1;"/>
|
|
270
|
-
<stop offset="1" style="stop-color:rgb(29.803922%,33.333333%,51.372549%);stop-opacity:1;"/>
|
|
271
|
-
</linearGradient>
|
|
272
|
-
<linearGradient id="linear67" gradientUnits="userSpaceOnUse" x1="74.640999" y1="35.578999" x2="181.360001" y2="220.419998" gradientTransform="matrix(1,0,0,1,-0.000000000000003553,-0.000000000000003553)">
|
|
273
|
-
<stop offset="0" style="stop-color:rgb(53.72549%,56.862745%,77.254902%);stop-opacity:1;"/>
|
|
274
|
-
<stop offset="1" style="stop-color:rgb(29.803922%,33.333333%,51.372549%);stop-opacity:1;"/>
|
|
275
|
-
</linearGradient>
|
|
276
|
-
<linearGradient id="linear68" gradientUnits="userSpaceOnUse" x1="74.759003" y1="35.785" x2="181.240005" y2="220.220001" gradientTransform="matrix(1,0,0,1,-0.000000000000003553,-0.000000000000003553)">
|
|
277
|
-
<stop offset="0" style="stop-color:rgb(53.72549%,56.862745%,77.254902%);stop-opacity:1;"/>
|
|
278
|
-
<stop offset="1" style="stop-color:rgb(29.803922%,33.333333%,51.372549%);stop-opacity:1;"/>
|
|
279
|
-
</linearGradient>
|
|
280
|
-
<linearGradient id="linear69" gradientUnits="userSpaceOnUse" x1="74.877998" y1="35.991001" x2="181.119995" y2="220.009995" gradientTransform="matrix(1,0,0,1,-0.000000000000003553,-0.000000000000003553)">
|
|
281
|
-
<stop offset="0" style="stop-color:rgb(53.72549%,56.862745%,77.254902%);stop-opacity:1;"/>
|
|
282
|
-
<stop offset="1" style="stop-color:rgb(30.196078%,33.72549%,51.764706%);stop-opacity:1;"/>
|
|
283
|
-
</linearGradient>
|
|
284
|
-
<linearGradient id="linear70" gradientUnits="userSpaceOnUse" x1="74.997002" y1="36.195999" x2="181" y2="219.800003" gradientTransform="matrix(1,0,0,1,-0.000000000000003553,-0.000000000000003553)">
|
|
285
|
-
<stop offset="0" style="stop-color:rgb(53.72549%,56.862745%,77.254902%);stop-opacity:1;"/>
|
|
286
|
-
<stop offset="1" style="stop-color:rgb(30.196078%,33.72549%,51.764706%);stop-opacity:1;"/>
|
|
287
|
-
</linearGradient>
|
|
288
|
-
<linearGradient id="linear71" gradientUnits="userSpaceOnUse" x1="75.115997" y1="36.402" x2="180.880005" y2="219.600006" gradientTransform="matrix(1,0,0,1,-0.000000000000003553,-0.000000000000003553)">
|
|
289
|
-
<stop offset="0" style="stop-color:rgb(53.72549%,56.862745%,77.254902%);stop-opacity:1;"/>
|
|
290
|
-
<stop offset="1" style="stop-color:rgb(30.196078%,33.72549%,51.764706%);stop-opacity:1;"/>
|
|
291
|
-
</linearGradient>
|
|
292
|
-
<linearGradient id="linear72" gradientUnits="userSpaceOnUse" x1="75.235001" y1="36.608002" x2="180.759995" y2="219.389999" gradientTransform="matrix(1,0,0,1,-0.000000000000003553,-0.000000000000003553)">
|
|
293
|
-
<stop offset="0" style="stop-color:rgb(53.72549%,56.862745%,77.254902%);stop-opacity:1;"/>
|
|
294
|
-
<stop offset="1" style="stop-color:rgb(30.196078%,33.72549%,51.764706%);stop-opacity:1;"/>
|
|
295
|
-
</linearGradient>
|
|
296
|
-
<linearGradient id="linear73" gradientUnits="userSpaceOnUse" x1="75.353996" y1="36.813999" x2="180.649994" y2="219.190002" gradientTransform="matrix(1,0,0,1,-0.000000000000003553,-0.000000000000003553)">
|
|
297
|
-
<stop offset="0" style="stop-color:rgb(53.72549%,56.862745%,77.254902%);stop-opacity:1;"/>
|
|
298
|
-
<stop offset="1" style="stop-color:rgb(30.196078%,33.72549%,51.764706%);stop-opacity:1;"/>
|
|
299
|
-
</linearGradient>
|
|
300
|
-
<linearGradient id="linear74" gradientUnits="userSpaceOnUse" x1="75.473" y1="37.02" x2="180.529999" y2="218.979996" gradientTransform="matrix(1,0,0,1,-0.000000000000003553,-0.000000000000003553)">
|
|
301
|
-
<stop offset="0" style="stop-color:rgb(53.72549%,56.862745%,77.254902%);stop-opacity:1;"/>
|
|
302
|
-
<stop offset="1" style="stop-color:rgb(30.196078%,34.117647%,52.156863%);stop-opacity:1;"/>
|
|
303
|
-
</linearGradient>
|
|
304
|
-
<linearGradient id="linear75" gradientUnits="userSpaceOnUse" x1="75.592003" y1="37.226002" x2="180.410004" y2="218.770004" gradientTransform="matrix(1,0,0,1,-0.000000000000003553,-0.000000000000003553)">
|
|
305
|
-
<stop offset="0" style="stop-color:rgb(53.72549%,56.862745%,77.254902%);stop-opacity:1;"/>
|
|
306
|
-
<stop offset="1" style="stop-color:rgb(30.196078%,34.117647%,52.156863%);stop-opacity:1;"/>
|
|
307
|
-
</linearGradient>
|
|
308
|
-
<linearGradient id="linear76" gradientUnits="userSpaceOnUse" x1="75.710999" y1="37.431999" x2="180.289993" y2="218.570007" gradientTransform="matrix(1,0,0,1,-0.000000000000003553,-0.000000000000003553)">
|
|
309
|
-
<stop offset="0" style="stop-color:rgb(53.72549%,56.862745%,77.254902%);stop-opacity:1;"/>
|
|
310
|
-
<stop offset="1" style="stop-color:rgb(30.588235%,34.117647%,52.54902%);stop-opacity:1;"/>
|
|
311
|
-
</linearGradient>
|
|
312
|
-
<linearGradient id="linear77" gradientUnits="userSpaceOnUse" x1="75.829002" y1="37.638" x2="180.169998" y2="218.360001" gradientTransform="matrix(1,0,0,1,-0.000000000000003553,-0.000000000000003553)">
|
|
313
|
-
<stop offset="0" style="stop-color:rgb(53.72549%,56.862745%,77.254902%);stop-opacity:1;"/>
|
|
314
|
-
<stop offset="1" style="stop-color:rgb(30.588235%,34.117647%,52.54902%);stop-opacity:1;"/>
|
|
315
|
-
</linearGradient>
|
|
316
|
-
<linearGradient id="linear78" gradientUnits="userSpaceOnUse" x1="75.947998" y1="37.844002" x2="180.050003" y2="218.160004" gradientTransform="matrix(1,0,0,1,-0.000000000000003553,-0.000000000000003553)">
|
|
317
|
-
<stop offset="0" style="stop-color:rgb(53.72549%,56.862745%,77.254902%);stop-opacity:1;"/>
|
|
318
|
-
<stop offset="1" style="stop-color:rgb(30.588235%,34.117647%,52.54902%);stop-opacity:1;"/>
|
|
319
|
-
</linearGradient>
|
|
320
|
-
<linearGradient id="linear79" gradientUnits="userSpaceOnUse" x1="76.067001" y1="38.049999" x2="179.929993" y2="217.949997" gradientTransform="matrix(1,0,0,1,-0.000000000000003553,-0.000000000000003553)">
|
|
321
|
-
<stop offset="0" style="stop-color:rgb(53.72549%,56.862745%,77.254902%);stop-opacity:1;"/>
|
|
322
|
-
<stop offset="1" style="stop-color:rgb(30.588235%,34.509804%,52.54902%);stop-opacity:1;"/>
|
|
323
|
-
</linearGradient>
|
|
324
|
-
<linearGradient id="linear80" gradientUnits="userSpaceOnUse" x1="76.185997" y1="38.256001" x2="179.809998" y2="217.740005" gradientTransform="matrix(1,0,0,1,-0.000000000000003553,-0.000000000000003553)">
|
|
325
|
-
<stop offset="0" style="stop-color:rgb(53.72549%,56.862745%,77.254902%);stop-opacity:1;"/>
|
|
326
|
-
<stop offset="1" style="stop-color:rgb(30.588235%,34.509804%,52.941176%);stop-opacity:1;"/>
|
|
327
|
-
</linearGradient>
|
|
328
|
-
<linearGradient id="linear81" gradientUnits="userSpaceOnUse" x1="76.305" y1="38.460999" x2="179.699997" y2="217.539993" gradientTransform="matrix(1,0,0,1,-0.000000000000003553,-0.000000000000003553)">
|
|
329
|
-
<stop offset="0" style="stop-color:rgb(53.72549%,56.862745%,77.254902%);stop-opacity:1;"/>
|
|
330
|
-
<stop offset="1" style="stop-color:rgb(30.588235%,34.509804%,52.941176%);stop-opacity:1;"/>
|
|
331
|
-
</linearGradient>
|
|
332
|
-
<linearGradient id="linear82" gradientUnits="userSpaceOnUse" x1="76.424004" y1="38.667" x2="179.580002" y2="217.330002" gradientTransform="matrix(1,0,0,1,-0.000000000000003553,-0.000000000000003553)">
|
|
333
|
-
<stop offset="0" style="stop-color:rgb(53.72549%,56.862745%,77.254902%);stop-opacity:1;"/>
|
|
334
|
-
<stop offset="1" style="stop-color:rgb(30.588235%,34.509804%,52.941176%);stop-opacity:1;"/>
|
|
335
|
-
</linearGradient>
|
|
336
|
-
<linearGradient id="linear83" gradientUnits="userSpaceOnUse" x1="76.542999" y1="38.873001" x2="179.460007" y2="217.130005" gradientTransform="matrix(1,0,0,1,-0.000000000000003553,-0.000000000000003553)">
|
|
337
|
-
<stop offset="0" style="stop-color:rgb(53.72549%,56.862745%,77.254902%);stop-opacity:1;"/>
|
|
338
|
-
<stop offset="1" style="stop-color:rgb(30.980392%,34.901961%,53.333333%);stop-opacity:1;"/>
|
|
339
|
-
</linearGradient>
|
|
340
|
-
<linearGradient id="linear84" gradientUnits="userSpaceOnUse" x1="76.661003" y1="39.078999" x2="179.339996" y2="216.919998" gradientTransform="matrix(1,0,0,1,-0.000000000000003553,-0.000000000000003553)">
|
|
341
|
-
<stop offset="0" style="stop-color:rgb(53.72549%,56.862745%,77.254902%);stop-opacity:1;"/>
|
|
342
|
-
<stop offset="1" style="stop-color:rgb(30.980392%,34.901961%,53.333333%);stop-opacity:1;"/>
|
|
343
|
-
</linearGradient>
|
|
344
|
-
<linearGradient id="linear85" gradientUnits="userSpaceOnUse" x1="76.779999" y1="39.285" x2="179.220001" y2="216.720001" gradientTransform="matrix(1,0,0,1,-0.000000000000003553,-0.000000000000003553)">
|
|
345
|
-
<stop offset="0" style="stop-color:rgb(53.72549%,56.862745%,77.254902%);stop-opacity:1;"/>
|
|
346
|
-
<stop offset="1" style="stop-color:rgb(30.980392%,34.901961%,53.333333%);stop-opacity:1;"/>
|
|
347
|
-
</linearGradient>
|
|
348
|
-
<linearGradient id="linear86" gradientUnits="userSpaceOnUse" x1="76.899002" y1="39.491001" x2="179.100006" y2="216.509995" gradientTransform="matrix(1,0,0,1,-0.000000000000003553,-0.000000000000003553)">
|
|
349
|
-
<stop offset="0" style="stop-color:rgb(53.72549%,56.862745%,77.254902%);stop-opacity:1;"/>
|
|
350
|
-
<stop offset="1" style="stop-color:rgb(30.980392%,34.901961%,53.333333%);stop-opacity:1;"/>
|
|
351
|
-
</linearGradient>
|
|
352
|
-
<linearGradient id="linear87" gradientUnits="userSpaceOnUse" x1="77.017998" y1="39.696999" x2="178.979996" y2="216.300003" gradientTransform="matrix(1,0,0,1,-0.000000000000003553,-0.000000000000003553)">
|
|
353
|
-
<stop offset="0" style="stop-color:rgb(53.72549%,56.862745%,77.254902%);stop-opacity:1;"/>
|
|
354
|
-
<stop offset="1" style="stop-color:rgb(30.980392%,34.901961%,53.333333%);stop-opacity:1;"/>
|
|
355
|
-
</linearGradient>
|
|
356
|
-
<linearGradient id="linear88" gradientUnits="userSpaceOnUse" x1="77.137001" y1="39.903" x2="178.860001" y2="216.100006" gradientTransform="matrix(1,0,0,1,-0.000000000000003553,-0.000000000000003553)">
|
|
357
|
-
<stop offset="0" style="stop-color:rgb(53.72549%,56.862745%,77.254902%);stop-opacity:1;"/>
|
|
358
|
-
<stop offset="1" style="stop-color:rgb(30.980392%,34.901961%,53.72549%);stop-opacity:1;"/>
|
|
359
|
-
</linearGradient>
|
|
360
|
-
<linearGradient id="linear89" gradientUnits="userSpaceOnUse" x1="77.255997" y1="40.109001" x2="178.740005" y2="215.889999" gradientTransform="matrix(1,0,0,1,-0.000000000000003553,-0.000000000000003553)">
|
|
361
|
-
<stop offset="0" style="stop-color:rgb(53.72549%,56.862745%,77.254902%);stop-opacity:1;"/>
|
|
362
|
-
<stop offset="1" style="stop-color:rgb(31.372549%,35.294118%,53.72549%);stop-opacity:1;"/>
|
|
363
|
-
</linearGradient>
|
|
364
|
-
<linearGradient id="linear90" gradientUnits="userSpaceOnUse" x1="77.375" y1="40.313999" x2="178.630005" y2="215.690002" gradientTransform="matrix(1,0,0,1,-0.000000000000003553,-0.000000000000003553)">
|
|
365
|
-
<stop offset="0" style="stop-color:rgb(53.72549%,56.862745%,77.254902%);stop-opacity:1;"/>
|
|
366
|
-
<stop offset="1" style="stop-color:rgb(31.372549%,35.294118%,53.72549%);stop-opacity:1;"/>
|
|
367
|
-
</linearGradient>
|
|
368
|
-
<linearGradient id="linear91" gradientUnits="userSpaceOnUse" x1="77.494003" y1="40.52" x2="178.509995" y2="215.479996" gradientTransform="matrix(1,0,0,1,-0.000000000000003553,-0.000000000000003553)">
|
|
369
|
-
<stop offset="0" style="stop-color:rgb(53.72549%,56.862745%,77.254902%);stop-opacity:1;"/>
|
|
370
|
-
<stop offset="1" style="stop-color:rgb(31.372549%,35.294118%,54.117647%);stop-opacity:1;"/>
|
|
371
|
-
</linearGradient>
|
|
372
|
-
<linearGradient id="linear92" gradientUnits="userSpaceOnUse" x1="77.612999" y1="40.726002" x2="178.389999" y2="215.270004" gradientTransform="matrix(1,0,0,1,-0.000000000000003553,-0.000000000000003553)">
|
|
373
|
-
<stop offset="0" style="stop-color:rgb(53.72549%,56.862745%,77.254902%);stop-opacity:1;"/>
|
|
374
|
-
<stop offset="1" style="stop-color:rgb(31.372549%,35.294118%,54.117647%);stop-opacity:1;"/>
|
|
375
|
-
</linearGradient>
|
|
376
|
-
<linearGradient id="linear93" gradientUnits="userSpaceOnUse" x1="77.731003" y1="40.931999" x2="178.270004" y2="215.070007" gradientTransform="matrix(1,0,0,1,-0.000000000000003553,-0.000000000000003553)">
|
|
377
|
-
<stop offset="0" style="stop-color:rgb(53.72549%,56.862745%,77.254902%);stop-opacity:1;"/>
|
|
378
|
-
<stop offset="1" style="stop-color:rgb(31.372549%,35.294118%,54.117647%);stop-opacity:1;"/>
|
|
379
|
-
</linearGradient>
|
|
380
|
-
<linearGradient id="linear94" gradientUnits="userSpaceOnUse" x1="77.849998" y1="41.138" x2="178.149994" y2="214.860001" gradientTransform="matrix(1,0,0,1,-0.000000000000003553,-0.000000000000003553)">
|
|
381
|
-
<stop offset="0" style="stop-color:rgb(53.72549%,56.862745%,77.254902%);stop-opacity:1;"/>
|
|
382
|
-
<stop offset="1" style="stop-color:rgb(31.764706%,35.686275%,54.509804%);stop-opacity:1;"/>
|
|
383
|
-
</linearGradient>
|
|
384
|
-
<linearGradient id="linear95" gradientUnits="userSpaceOnUse" x1="77.969002" y1="41.344002" x2="178.029999" y2="214.660004" gradientTransform="matrix(1,0,0,1,-0.000000000000003553,-0.000000000000003553)">
|
|
385
|
-
<stop offset="0" style="stop-color:rgb(53.72549%,56.862745%,77.254902%);stop-opacity:1;"/>
|
|
386
|
-
<stop offset="1" style="stop-color:rgb(31.764706%,35.686275%,54.509804%);stop-opacity:1;"/>
|
|
387
|
-
</linearGradient>
|
|
388
|
-
<linearGradient id="linear96" gradientUnits="userSpaceOnUse" x1="78.087997" y1="41.549999" x2="177.910004" y2="214.449997" gradientTransform="matrix(1,0,0,1,-0.000000000000003553,-0.000000000000003553)">
|
|
389
|
-
<stop offset="0" style="stop-color:rgb(53.72549%,56.862745%,77.254902%);stop-opacity:1;"/>
|
|
390
|
-
<stop offset="1" style="stop-color:rgb(31.764706%,35.686275%,54.509804%);stop-opacity:1;"/>
|
|
391
|
-
</linearGradient>
|
|
392
|
-
<linearGradient id="linear97" gradientUnits="userSpaceOnUse" x1="78.207001" y1="41.756001" x2="177.789993" y2="214.240005" gradientTransform="matrix(1,0,0,1,-0.000000000000003553,-0.000000000000003553)">
|
|
393
|
-
<stop offset="0" style="stop-color:rgb(53.72549%,56.862745%,77.254902%);stop-opacity:1;"/>
|
|
394
|
-
<stop offset="1" style="stop-color:rgb(31.764706%,35.686275%,54.509804%);stop-opacity:1;"/>
|
|
395
|
-
</linearGradient>
|
|
396
|
-
<linearGradient id="linear98" gradientUnits="userSpaceOnUse" x1="78.325996" y1="41.962002" x2="177.669998" y2="214.039993" gradientTransform="matrix(1,0,0,1,-0.000000000000003553,-0.000000000000003553)">
|
|
397
|
-
<stop offset="0" style="stop-color:rgb(53.72549%,56.862745%,77.254902%);stop-opacity:1;"/>
|
|
398
|
-
<stop offset="1" style="stop-color:rgb(31.764706%,35.686275%,54.901961%);stop-opacity:1;"/>
|
|
399
|
-
</linearGradient>
|
|
400
|
-
<linearGradient id="linear99" gradientUnits="userSpaceOnUse" x1="78.445" y1="42.167999" x2="177.559998" y2="213.830002" gradientTransform="matrix(1,0,0,1,-0.000000000000003553,-0.000000000000003553)">
|
|
401
|
-
<stop offset="0" style="stop-color:rgb(53.72549%,56.862745%,77.254902%);stop-opacity:1;"/>
|
|
402
|
-
<stop offset="1" style="stop-color:rgb(31.764706%,35.686275%,54.901961%);stop-opacity:1;"/>
|
|
403
|
-
</linearGradient>
|
|
404
|
-
<linearGradient id="linear100" gradientUnits="userSpaceOnUse" x1="78.563004" y1="42.374001" x2="177.440002" y2="213.630005" gradientTransform="matrix(1,0,0,1,-0.000000000000003553,-0.000000000000003553)">
|
|
405
|
-
<stop offset="0" style="stop-color:rgb(53.72549%,56.862745%,77.254902%);stop-opacity:1;"/>
|
|
406
|
-
<stop offset="1" style="stop-color:rgb(31.764706%,35.686275%,54.901961%);stop-opacity:1;"/>
|
|
407
|
-
</linearGradient>
|
|
408
|
-
<linearGradient id="linear101" gradientUnits="userSpaceOnUse" x1="78.681999" y1="42.578999" x2="177.320007" y2="213.419998" gradientTransform="matrix(1,0,0,1,-0.000000000000003553,-0.000000000000003553)">
|
|
409
|
-
<stop offset="0" style="stop-color:rgb(53.72549%,56.862745%,77.254902%);stop-opacity:1;"/>
|
|
410
|
-
<stop offset="1" style="stop-color:rgb(32.156863%,35.686275%,54.901961%);stop-opacity:1;"/>
|
|
411
|
-
</linearGradient>
|
|
412
|
-
<linearGradient id="linear102" gradientUnits="userSpaceOnUse" x1="126.050003" y1="124.620003" x2="129.949997" y2="131.380005" gradientTransform="matrix(1,0,0,1,-0.000000000000003553,-0.000000000000003553)">
|
|
413
|
-
<stop offset="0" style="stop-color:rgb(45.882353%,49.411765%,70.980392%);stop-opacity:1;"/>
|
|
414
|
-
<stop offset="1" style="stop-color:rgb(45.882353%,49.411765%,70.588235%);stop-opacity:1;"/>
|
|
415
|
-
</linearGradient>
|
|
416
|
-
<linearGradient id="linear103" gradientUnits="userSpaceOnUse" x1="125.57" y1="123.800003" x2="130.429993" y2="132.199997" gradientTransform="matrix(1,0,0,1,-0.000000000000003553,-0.000000000000003553)">
|
|
417
|
-
<stop offset="0" style="stop-color:rgb(45.882353%,49.411765%,70.980392%);stop-opacity:1;"/>
|
|
418
|
-
<stop offset="1" style="stop-color:rgb(45.882353%,49.019608%,70.196078%);stop-opacity:1;"/>
|
|
419
|
-
</linearGradient>
|
|
420
|
-
<linearGradient id="linear104" gradientUnits="userSpaceOnUse" x1="125.099998" y1="122.980003" x2="130.899994" y2="133.020004" gradientTransform="matrix(1,0,0,1,-0.000000000000003553,-0.000000000000003553)">
|
|
421
|
-
<stop offset="0" style="stop-color:rgb(46.27451%,49.803922%,70.980392%);stop-opacity:1;"/>
|
|
422
|
-
<stop offset="1" style="stop-color:rgb(45.490196%,49.019608%,70.196078%);stop-opacity:1;"/>
|
|
423
|
-
</linearGradient>
|
|
424
|
-
<linearGradient id="linear105" gradientUnits="userSpaceOnUse" x1="124.629997" y1="122.160004" x2="131.369995" y2="133.839996" gradientTransform="matrix(1,0,0,1,-0.000000000000003553,-0.000000000000003553)">
|
|
425
|
-
<stop offset="0" style="stop-color:rgb(46.27451%,49.803922%,70.980392%);stop-opacity:1;"/>
|
|
426
|
-
<stop offset="1" style="stop-color:rgb(45.490196%,49.019608%,69.803922%);stop-opacity:1;"/>
|
|
427
|
-
</linearGradient>
|
|
428
|
-
<linearGradient id="linear106" gradientUnits="userSpaceOnUse" x1="124.150002" y1="121.339996" x2="131.850006" y2="134.660004" gradientTransform="matrix(1,0,0,1,-0.000000000000003553,-0.000000000000003553)">
|
|
429
|
-
<stop offset="0" style="stop-color:rgb(46.27451%,49.803922%,70.980392%);stop-opacity:1;"/>
|
|
430
|
-
<stop offset="1" style="stop-color:rgb(45.098039%,48.627451%,69.803922%);stop-opacity:1;"/>
|
|
431
|
-
</linearGradient>
|
|
432
|
-
<linearGradient id="linear107" gradientUnits="userSpaceOnUse" x1="123.68" y1="120.519997" x2="132.320007" y2="135.479996" gradientTransform="matrix(1,0,0,1,-0.000000000000003553,-0.000000000000003553)">
|
|
433
|
-
<stop offset="0" style="stop-color:rgb(46.666667%,49.803922%,70.980392%);stop-opacity:1;"/>
|
|
434
|
-
<stop offset="1" style="stop-color:rgb(45.098039%,48.627451%,69.803922%);stop-opacity:1;"/>
|
|
435
|
-
</linearGradient>
|
|
436
|
-
<linearGradient id="linear108" gradientUnits="userSpaceOnUse" x1="123.209999" y1="119.699997" x2="132.789993" y2="136.300003" gradientTransform="matrix(1,0,0,1,-0.000000000000003553,-0.000000000000003553)">
|
|
437
|
-
<stop offset="0" style="stop-color:rgb(46.666667%,49.803922%,70.980392%);stop-opacity:1;"/>
|
|
438
|
-
<stop offset="1" style="stop-color:rgb(45.098039%,48.627451%,69.803922%);stop-opacity:1;"/>
|
|
439
|
-
</linearGradient>
|
|
440
|
-
<linearGradient id="linear109" gradientUnits="userSpaceOnUse" x1="122.730003" y1="118.879997" x2="133.270004" y2="137.119995" gradientTransform="matrix(1,0,0,1,-0.000000000000003553,-0.000000000000003553)">
|
|
441
|
-
<stop offset="0" style="stop-color:rgb(46.666667%,49.803922%,70.980392%);stop-opacity:1;"/>
|
|
442
|
-
<stop offset="1" style="stop-color:rgb(45.098039%,48.235294%,69.411765%);stop-opacity:1;"/>
|
|
443
|
-
</linearGradient>
|
|
444
|
-
<linearGradient id="linear110" gradientUnits="userSpaceOnUse" x1="122.260002" y1="118.059998" x2="133.740005" y2="137.940002" gradientTransform="matrix(1,0,0,1,-0.000000000000003553,-0.000000000000003553)">
|
|
445
|
-
<stop offset="0" style="stop-color:rgb(46.666667%,50.196078%,70.980392%);stop-opacity:1;"/>
|
|
446
|
-
<stop offset="1" style="stop-color:rgb(44.705882%,48.235294%,69.411765%);stop-opacity:1;"/>
|
|
447
|
-
</linearGradient>
|
|
448
|
-
<linearGradient id="linear111" gradientUnits="userSpaceOnUse" x1="121.790001" y1="117.239998" x2="134.210007" y2="138.759995" gradientTransform="matrix(1,0,0,1,-0.000000000000003553,-0.000000000000003553)">
|
|
449
|
-
<stop offset="0" style="stop-color:rgb(46.666667%,50.196078%,70.980392%);stop-opacity:1;"/>
|
|
450
|
-
<stop offset="1" style="stop-color:rgb(44.705882%,48.235294%,69.019608%);stop-opacity:1;"/>
|
|
451
|
-
</linearGradient>
|
|
452
|
-
<linearGradient id="linear112" gradientUnits="userSpaceOnUse" x1="121.309998" y1="116.419998" x2="134.690002" y2="139.580002" gradientTransform="matrix(1,0,0,1,-0.000000000000003553,-0.000000000000003553)">
|
|
453
|
-
<stop offset="0" style="stop-color:rgb(46.666667%,50.196078%,70.980392%);stop-opacity:1;"/>
|
|
454
|
-
<stop offset="1" style="stop-color:rgb(44.313725%,47.843137%,69.019608%);stop-opacity:1;"/>
|
|
455
|
-
</linearGradient>
|
|
456
|
-
<linearGradient id="linear113" gradientUnits="userSpaceOnUse" x1="120.839996" y1="115.599998" x2="135.160004" y2="140.399994" gradientTransform="matrix(1,0,0,1,-0.000000000000003553,-0.000000000000003553)">
|
|
457
|
-
<stop offset="0" style="stop-color:rgb(46.666667%,50.196078%,71.372549%);stop-opacity:1;"/>
|
|
458
|
-
<stop offset="1" style="stop-color:rgb(44.313725%,47.843137%,68.627451%);stop-opacity:1;"/>
|
|
459
|
-
</linearGradient>
|
|
460
|
-
<linearGradient id="linear114" gradientUnits="userSpaceOnUse" x1="120.360001" y1="114.779999" x2="135.639999" y2="141.229996" gradientTransform="matrix(1,0,0,1,-0.000000000000003553,-0.000000000000003553)">
|
|
461
|
-
<stop offset="0" style="stop-color:rgb(47.058824%,50.196078%,71.372549%);stop-opacity:1;"/>
|
|
462
|
-
<stop offset="1" style="stop-color:rgb(43.921569%,47.45098%,68.235294%);stop-opacity:1;"/>
|
|
463
|
-
</linearGradient>
|
|
464
|
-
<linearGradient id="linear115" gradientUnits="userSpaceOnUse" x1="119.889999" y1="113.949997" x2="136.110001" y2="142.050003" gradientTransform="matrix(1,0,0,1,-0.000000000000003553,-0.000000000000003553)">
|
|
465
|
-
<stop offset="0" style="stop-color:rgb(47.058824%,50.196078%,71.372549%);stop-opacity:1;"/>
|
|
466
|
-
<stop offset="1" style="stop-color:rgb(43.921569%,47.45098%,68.235294%);stop-opacity:1;"/>
|
|
467
|
-
</linearGradient>
|
|
468
|
-
<linearGradient id="linear116" gradientUnits="userSpaceOnUse" x1="119.419998" y1="113.129997" x2="136.580002" y2="142.869995" gradientTransform="matrix(1,0,0,1,-0.000000000000003553,-0.000000000000003553)">
|
|
469
|
-
<stop offset="0" style="stop-color:rgb(47.058824%,50.196078%,71.372549%);stop-opacity:1;"/>
|
|
470
|
-
<stop offset="1" style="stop-color:rgb(43.921569%,47.058824%,67.843137%);stop-opacity:1;"/>
|
|
471
|
-
</linearGradient>
|
|
472
|
-
<linearGradient id="linear117" gradientUnits="userSpaceOnUse" x1="118.940002" y1="112.309998" x2="137.059998" y2="143.690002" gradientTransform="matrix(1,0,0,1,-0.000000000000003553,-0.000000000000003553)">
|
|
473
|
-
<stop offset="0" style="stop-color:rgb(47.45098%,50.196078%,71.764706%);stop-opacity:1;"/>
|
|
474
|
-
<stop offset="1" style="stop-color:rgb(43.921569%,47.058824%,67.843137%);stop-opacity:1;"/>
|
|
475
|
-
</linearGradient>
|
|
476
|
-
<linearGradient id="linear118" gradientUnits="userSpaceOnUse" x1="118.470001" y1="111.489998" x2="137.529999" y2="144.509995" gradientTransform="matrix(1,0,0,1,-0.000000000000003553,-0.000000000000003553)">
|
|
477
|
-
<stop offset="0" style="stop-color:rgb(47.45098%,50.196078%,71.764706%);stop-opacity:1;"/>
|
|
478
|
-
<stop offset="1" style="stop-color:rgb(43.529412%,47.058824%,67.843137%);stop-opacity:1;"/>
|
|
479
|
-
</linearGradient>
|
|
480
|
-
<linearGradient id="linear119" gradientUnits="userSpaceOnUse" x1="118" y1="110.669998" x2="138" y2="145.330002" gradientTransform="matrix(1,0,0,1,-0.000000000000003553,-0.000000000000003553)">
|
|
481
|
-
<stop offset="0" style="stop-color:rgb(47.45098%,50.196078%,71.764706%);stop-opacity:1;"/>
|
|
482
|
-
<stop offset="1" style="stop-color:rgb(43.529412%,46.666667%,67.45098%);stop-opacity:1;"/>
|
|
483
|
-
</linearGradient>
|
|
484
|
-
<linearGradient id="linear120" gradientUnits="userSpaceOnUse" x1="117.519997" y1="109.849998" x2="138.479996" y2="146.149994" gradientTransform="matrix(1,0,0,1,-0.000000000000003553,-0.000000000000003553)">
|
|
485
|
-
<stop offset="0" style="stop-color:rgb(47.45098%,50.196078%,71.764706%);stop-opacity:1;"/>
|
|
486
|
-
<stop offset="1" style="stop-color:rgb(43.137255%,46.666667%,67.45098%);stop-opacity:1;"/>
|
|
487
|
-
</linearGradient>
|
|
488
|
-
<linearGradient id="linear121" gradientUnits="userSpaceOnUse" x1="117.050003" y1="109.029999" x2="138.949997" y2="146.970001" gradientTransform="matrix(1,0,0,1,-0.000000000000003553,-0.000000000000003553)">
|
|
489
|
-
<stop offset="0" style="stop-color:rgb(47.45098%,50.588235%,71.764706%);stop-opacity:1;"/>
|
|
490
|
-
<stop offset="1" style="stop-color:rgb(43.137255%,46.666667%,67.058824%);stop-opacity:1;"/>
|
|
491
|
-
</linearGradient>
|
|
492
|
-
<linearGradient id="linear122" gradientUnits="userSpaceOnUse" x1="116.580002" y1="108.209999" x2="139.419998" y2="147.789993" gradientTransform="matrix(1,0,0,1,-0.000000000000003553,-0.000000000000003553)">
|
|
493
|
-
<stop offset="0" style="stop-color:rgb(47.45098%,50.588235%,71.764706%);stop-opacity:1;"/>
|
|
494
|
-
<stop offset="1" style="stop-color:rgb(43.137255%,46.666667%,67.058824%);stop-opacity:1;"/>
|
|
495
|
-
</linearGradient>
|
|
496
|
-
<linearGradient id="linear123" gradientUnits="userSpaceOnUse" x1="116.099998" y1="107.389999" x2="139.899994" y2="148.610001" gradientTransform="matrix(1,0,0,1,-0.000000000000003553,-0.000000000000003553)">
|
|
497
|
-
<stop offset="0" style="stop-color:rgb(47.45098%,50.588235%,71.764706%);stop-opacity:1;"/>
|
|
498
|
-
<stop offset="1" style="stop-color:rgb(43.137255%,46.27451%,67.058824%);stop-opacity:1;"/>
|
|
499
|
-
</linearGradient>
|
|
500
|
-
<linearGradient id="linear124" gradientUnits="userSpaceOnUse" x1="115.629997" y1="106.57" x2="140.369995" y2="149.429993" gradientTransform="matrix(1,0,0,1,-0.000000000000003553,-0.000000000000003553)">
|
|
501
|
-
<stop offset="0" style="stop-color:rgb(47.843137%,50.588235%,71.764706%);stop-opacity:1;"/>
|
|
502
|
-
<stop offset="1" style="stop-color:rgb(42.745098%,46.27451%,66.666667%);stop-opacity:1;"/>
|
|
503
|
-
</linearGradient>
|
|
504
|
-
<linearGradient id="linear125" gradientUnits="userSpaceOnUse" x1="115.150002" y1="105.75" x2="140.850006" y2="150.25" gradientTransform="matrix(1,0,0,1,-0.000000000000003553,-0.000000000000003553)">
|
|
505
|
-
<stop offset="0" style="stop-color:rgb(47.843137%,50.980392%,72.156863%);stop-opacity:1;"/>
|
|
506
|
-
<stop offset="1" style="stop-color:rgb(42.745098%,45.882353%,66.666667%);stop-opacity:1;"/>
|
|
507
|
-
</linearGradient>
|
|
508
|
-
<linearGradient id="linear126" gradientUnits="userSpaceOnUse" x1="114.68" y1="104.93" x2="141.320007" y2="151.070007" gradientTransform="matrix(1,0,0,1,-0.000000000000003553,-0.000000000000003553)">
|
|
509
|
-
<stop offset="0" style="stop-color:rgb(47.843137%,50.980392%,72.156863%);stop-opacity:1;"/>
|
|
510
|
-
<stop offset="1" style="stop-color:rgb(42.352941%,45.490196%,65.882353%);stop-opacity:1;"/>
|
|
511
|
-
</linearGradient>
|
|
512
|
-
<linearGradient id="linear127" gradientUnits="userSpaceOnUse" x1="114.209999" y1="104.110001" x2="141.789993" y2="151.889999" gradientTransform="matrix(1,0,0,1,-0.000000000000003553,-0.000000000000003553)">
|
|
513
|
-
<stop offset="0" style="stop-color:rgb(48.235294%,50.980392%,72.156863%);stop-opacity:1;"/>
|
|
514
|
-
<stop offset="1" style="stop-color:rgb(42.352941%,45.490196%,65.882353%);stop-opacity:1;"/>
|
|
515
|
-
</linearGradient>
|
|
516
|
-
<linearGradient id="linear128" gradientUnits="userSpaceOnUse" x1="113.730003" y1="103.290001" x2="142.270004" y2="152.710007" gradientTransform="matrix(1,0,0,1,-0.000000000000003553,-0.000000000000003553)">
|
|
517
|
-
<stop offset="0" style="stop-color:rgb(48.235294%,50.980392%,72.156863%);stop-opacity:1;"/>
|
|
518
|
-
<stop offset="1" style="stop-color:rgb(41.960784%,45.490196%,65.882353%);stop-opacity:1;"/>
|
|
519
|
-
</linearGradient>
|
|
520
|
-
<linearGradient id="linear129" gradientUnits="userSpaceOnUse" x1="113.260002" y1="102.470001" x2="142.740005" y2="153.529999" gradientTransform="matrix(1,0,0,1,-0.000000000000003553,-0.000000000000003553)">
|
|
521
|
-
<stop offset="0" style="stop-color:rgb(48.235294%,50.980392%,72.54902%);stop-opacity:1;"/>
|
|
522
|
-
<stop offset="1" style="stop-color:rgb(41.960784%,45.490196%,65.490196%);stop-opacity:1;"/>
|
|
523
|
-
</linearGradient>
|
|
524
|
-
<linearGradient id="linear130" gradientUnits="userSpaceOnUse" x1="112.790001" y1="101.650002" x2="143.210007" y2="154.350006" gradientTransform="matrix(1,0,0,1,-0.000000000000003553,-0.000000000000003553)">
|
|
525
|
-
<stop offset="0" style="stop-color:rgb(48.235294%,50.980392%,72.54902%);stop-opacity:1;"/>
|
|
526
|
-
<stop offset="1" style="stop-color:rgb(41.960784%,45.098039%,65.490196%);stop-opacity:1;"/>
|
|
527
|
-
</linearGradient>
|
|
528
|
-
<linearGradient id="linear131" gradientUnits="userSpaceOnUse" x1="112.309998" y1="100.830002" x2="143.690002" y2="155.169998" gradientTransform="matrix(1,0,0,1,-0.000000000000003553,-0.000000000000003553)">
|
|
529
|
-
<stop offset="0" style="stop-color:rgb(48.235294%,51.372549%,72.54902%);stop-opacity:1;"/>
|
|
530
|
-
<stop offset="1" style="stop-color:rgb(41.960784%,45.098039%,65.490196%);stop-opacity:1;"/>
|
|
531
|
-
</linearGradient>
|
|
532
|
-
<linearGradient id="linear132" gradientUnits="userSpaceOnUse" x1="111.839996" y1="100.010002" x2="144.160004" y2="155.990005" gradientTransform="matrix(1,0,0,1,-0.000000000000003553,-0.000000000000003553)">
|
|
533
|
-
<stop offset="0" style="stop-color:rgb(48.235294%,51.372549%,72.54902%);stop-opacity:1;"/>
|
|
534
|
-
<stop offset="1" style="stop-color:rgb(41.568627%,44.705882%,65.098039%);stop-opacity:1;"/>
|
|
535
|
-
</linearGradient>
|
|
536
|
-
<linearGradient id="linear133" gradientUnits="userSpaceOnUse" x1="111.360001" y1="99.186996" x2="144.630005" y2="156.809998" gradientTransform="matrix(1,0,0,1,-0.000000000000003553,-0.000000000000003553)">
|
|
537
|
-
<stop offset="0" style="stop-color:rgb(48.235294%,51.372549%,72.54902%);stop-opacity:1;"/>
|
|
538
|
-
<stop offset="1" style="stop-color:rgb(41.176471%,44.705882%,65.098039%);stop-opacity:1;"/>
|
|
539
|
-
</linearGradient>
|
|
540
|
-
<linearGradient id="linear134" gradientUnits="userSpaceOnUse" x1="110.889999" y1="98.366997" x2="145.110001" y2="157.630005" gradientTransform="matrix(1,0,0,1,-0.000000000000003553,-0.000000000000003553)">
|
|
541
|
-
<stop offset="0" style="stop-color:rgb(48.627451%,51.372549%,72.54902%);stop-opacity:1;"/>
|
|
542
|
-
<stop offset="1" style="stop-color:rgb(41.176471%,44.705882%,64.705882%);stop-opacity:1;"/>
|
|
543
|
-
</linearGradient>
|
|
544
|
-
<linearGradient id="linear135" gradientUnits="userSpaceOnUse" x1="110.419998" y1="97.546997" x2="145.580002" y2="158.449997" gradientTransform="matrix(1,0,0,1,-0.000000000000003553,-0.000000000000003553)">
|
|
545
|
-
<stop offset="0" style="stop-color:rgb(48.627451%,51.372549%,72.54902%);stop-opacity:1;"/>
|
|
546
|
-
<stop offset="1" style="stop-color:rgb(41.176471%,44.705882%,64.705882%);stop-opacity:1;"/>
|
|
547
|
-
</linearGradient>
|
|
548
|
-
<linearGradient id="linear136" gradientUnits="userSpaceOnUse" x1="109.940002" y1="96.725998" x2="146.059998" y2="159.270004" gradientTransform="matrix(1,0,0,1,-0.000000000000003553,-0.000000000000003553)">
|
|
549
|
-
<stop offset="0" style="stop-color:rgb(48.627451%,51.764706%,72.941176%);stop-opacity:1;"/>
|
|
550
|
-
<stop offset="1" style="stop-color:rgb(41.176471%,44.313725%,64.705882%);stop-opacity:1;"/>
|
|
551
|
-
</linearGradient>
|
|
552
|
-
<linearGradient id="linear137" gradientUnits="userSpaceOnUse" x1="109.470001" y1="95.905998" x2="146.529999" y2="160.089996" gradientTransform="matrix(1,0,0,1,-0.000000000000003553,-0.000000000000003553)">
|
|
553
|
-
<stop offset="0" style="stop-color:rgb(49.019608%,51.764706%,72.941176%);stop-opacity:1;"/>
|
|
554
|
-
<stop offset="1" style="stop-color:rgb(40.784314%,44.313725%,64.705882%);stop-opacity:1;"/>
|
|
555
|
-
</linearGradient>
|
|
556
|
-
<linearGradient id="linear138" gradientUnits="userSpaceOnUse" x1="109" y1="95.084999" x2="147" y2="160.910004" gradientTransform="matrix(1,0,0,1,-0.000000000000003553,-0.000000000000003553)">
|
|
557
|
-
<stop offset="0" style="stop-color:rgb(49.019608%,51.764706%,72.941176%);stop-opacity:1;"/>
|
|
558
|
-
<stop offset="1" style="stop-color:rgb(40.784314%,43.921569%,63.921569%);stop-opacity:1;"/>
|
|
559
|
-
</linearGradient>
|
|
560
|
-
<linearGradient id="linear139" gradientUnits="userSpaceOnUse" x1="108.519997" y1="94.264999" x2="147.479996" y2="161.740005" gradientTransform="matrix(1,0,0,1,-0.000000000000003553,-0.000000000000003553)">
|
|
561
|
-
<stop offset="0" style="stop-color:rgb(49.019608%,51.764706%,72.941176%);stop-opacity:1;"/>
|
|
562
|
-
<stop offset="1" style="stop-color:rgb(40.392157%,43.921569%,63.921569%);stop-opacity:1;"/>
|
|
563
|
-
</linearGradient>
|
|
564
|
-
<linearGradient id="linear140" gradientUnits="userSpaceOnUse" x1="108.050003" y1="93.445" x2="147.949997" y2="162.559998" gradientTransform="matrix(1,0,0,1,-0.000000000000003553,-0.000000000000003553)">
|
|
565
|
-
<stop offset="0" style="stop-color:rgb(49.019608%,51.764706%,73.333333%);stop-opacity:1;"/>
|
|
566
|
-
<stop offset="1" style="stop-color:rgb(40.392157%,43.529412%,63.921569%);stop-opacity:1;"/>
|
|
567
|
-
</linearGradient>
|
|
568
|
-
<linearGradient id="linear141" gradientUnits="userSpaceOnUse" x1="107.580002" y1="92.624001" x2="148.419998" y2="163.380005" gradientTransform="matrix(1,0,0,1,-0.000000000000003553,-0.000000000000003553)">
|
|
569
|
-
<stop offset="0" style="stop-color:rgb(49.019608%,52.156863%,73.333333%);stop-opacity:1;"/>
|
|
570
|
-
<stop offset="1" style="stop-color:rgb(40%,43.529412%,63.529412%);stop-opacity:1;"/>
|
|
571
|
-
</linearGradient>
|
|
572
|
-
<linearGradient id="linear142" gradientUnits="userSpaceOnUse" x1="107.099998" y1="91.804001" x2="148.899994" y2="164.199997" gradientTransform="matrix(1,0,0,1,-0.000000000000003553,-0.000000000000003553)">
|
|
573
|
-
<stop offset="0" style="stop-color:rgb(49.019608%,52.156863%,73.333333%);stop-opacity:1;"/>
|
|
574
|
-
<stop offset="1" style="stop-color:rgb(40%,43.529412%,63.529412%);stop-opacity:1;"/>
|
|
575
|
-
</linearGradient>
|
|
576
|
-
<linearGradient id="linear143" gradientUnits="userSpaceOnUse" x1="106.629997" y1="90.983002" x2="149.369995" y2="165.020004" gradientTransform="matrix(1,0,0,1,-0.000000000000003553,-0.000000000000003553)">
|
|
577
|
-
<stop offset="0" style="stop-color:rgb(49.019608%,52.156863%,73.333333%);stop-opacity:1;"/>
|
|
578
|
-
<stop offset="1" style="stop-color:rgb(40%,43.529412%,63.529412%);stop-opacity:1;"/>
|
|
579
|
-
</linearGradient>
|
|
580
|
-
<linearGradient id="linear144" gradientUnits="userSpaceOnUse" x1="106.150002" y1="90.163002" x2="149.850006" y2="165.839996" gradientTransform="matrix(1,0,0,1,-0.000000000000003553,-0.000000000000003553)">
|
|
581
|
-
<stop offset="0" style="stop-color:rgb(49.411765%,52.156863%,73.333333%);stop-opacity:1;"/>
|
|
582
|
-
<stop offset="1" style="stop-color:rgb(40%,43.137255%,63.137255%);stop-opacity:1;"/>
|
|
583
|
-
</linearGradient>
|
|
584
|
-
<linearGradient id="linear145" gradientUnits="userSpaceOnUse" x1="105.68" y1="89.342003" x2="150.320007" y2="166.660004" gradientTransform="matrix(1,0,0,1,-0.000000000000003553,-0.000000000000003553)">
|
|
585
|
-
<stop offset="0" style="stop-color:rgb(49.411765%,52.156863%,73.333333%);stop-opacity:1;"/>
|
|
586
|
-
<stop offset="1" style="stop-color:rgb(39.607843%,43.137255%,63.137255%);stop-opacity:1;"/>
|
|
587
|
-
</linearGradient>
|
|
588
|
-
<linearGradient id="linear146" gradientUnits="userSpaceOnUse" x1="105.209999" y1="88.522003" x2="150.789993" y2="167.479996" gradientTransform="matrix(1,0,0,1,-0.000000000000003553,-0.000000000000003553)">
|
|
589
|
-
<stop offset="0" style="stop-color:rgb(49.411765%,52.156863%,73.333333%);stop-opacity:1;"/>
|
|
590
|
-
<stop offset="1" style="stop-color:rgb(39.607843%,43.137255%,62.745098%);stop-opacity:1;"/>
|
|
591
|
-
</linearGradient>
|
|
592
|
-
<linearGradient id="linear147" gradientUnits="userSpaceOnUse" x1="104.730003" y1="87.702003" x2="151.270004" y2="168.300003" gradientTransform="matrix(1,0,0,1,-0.000000000000003553,-0.000000000000003553)">
|
|
593
|
-
<stop offset="0" style="stop-color:rgb(49.803922%,52.54902%,73.72549%);stop-opacity:1;"/>
|
|
594
|
-
<stop offset="1" style="stop-color:rgb(39.215686%,42.745098%,62.745098%);stop-opacity:1;"/>
|
|
595
|
-
</linearGradient>
|
|
596
|
-
<linearGradient id="linear148" gradientUnits="userSpaceOnUse" x1="104.260002" y1="86.880997" x2="151.740005" y2="169.119995" gradientTransform="matrix(1,0,0,1,-0.000000000000003553,-0.000000000000003553)">
|
|
597
|
-
<stop offset="0" style="stop-color:rgb(49.803922%,52.54902%,73.72549%);stop-opacity:1;"/>
|
|
598
|
-
<stop offset="1" style="stop-color:rgb(39.215686%,42.745098%,62.745098%);stop-opacity:1;"/>
|
|
599
|
-
</linearGradient>
|
|
600
|
-
<linearGradient id="linear149" gradientUnits="userSpaceOnUse" x1="103.790001" y1="86.060997" x2="152.210007" y2="169.940002" gradientTransform="matrix(1,0,0,1,-0.000000000000003553,-0.000000000000003553)">
|
|
601
|
-
<stop offset="0" style="stop-color:rgb(49.803922%,52.54902%,73.72549%);stop-opacity:1;"/>
|
|
602
|
-
<stop offset="1" style="stop-color:rgb(39.215686%,42.745098%,62.352941%);stop-opacity:1;"/>
|
|
603
|
-
</linearGradient>
|
|
604
|
-
<linearGradient id="linear150" gradientUnits="userSpaceOnUse" x1="103.309998" y1="85.239998" x2="152.690002" y2="170.759995" gradientTransform="matrix(1,0,0,1,-0.000000000000003553,-0.000000000000003553)">
|
|
605
|
-
<stop offset="0" style="stop-color:rgb(49.803922%,52.54902%,73.72549%);stop-opacity:1;"/>
|
|
606
|
-
<stop offset="1" style="stop-color:rgb(38.823529%,42.352941%,61.960784%);stop-opacity:1;"/>
|
|
607
|
-
</linearGradient>
|
|
608
|
-
<linearGradient id="linear151" gradientUnits="userSpaceOnUse" x1="102.839996" y1="84.419998" x2="153.160004" y2="171.580002" gradientTransform="matrix(1,0,0,1,-0.000000000000003553,-0.000000000000003553)">
|
|
609
|
-
<stop offset="0" style="stop-color:rgb(50.196078%,52.941176%,73.72549%);stop-opacity:1;"/>
|
|
610
|
-
<stop offset="1" style="stop-color:rgb(38.823529%,42.352941%,61.960784%);stop-opacity:1;"/>
|
|
611
|
-
</linearGradient>
|
|
612
|
-
<linearGradient id="linear152" gradientUnits="userSpaceOnUse" x1="102.370003" y1="83.599998" x2="153.630005" y2="172.399994" gradientTransform="matrix(1,0,0,1,-0.000000000000003553,-0.000000000000003553)">
|
|
613
|
-
<stop offset="0" style="stop-color:rgb(49.803922%,52.941176%,74.117647%);stop-opacity:1;"/>
|
|
614
|
-
<stop offset="1" style="stop-color:rgb(38.823529%,41.960784%,61.960784%);stop-opacity:1;"/>
|
|
615
|
-
</linearGradient>
|
|
616
|
-
<linearGradient id="linear153" gradientUnits="userSpaceOnUse" x1="101.889999" y1="82.778999" x2="154.110001" y2="173.220001" gradientTransform="matrix(1,0,0,1,-0.000000000000003553,-0.000000000000003553)">
|
|
617
|
-
<stop offset="0" style="stop-color:rgb(49.803922%,52.941176%,74.117647%);stop-opacity:1;"/>
|
|
618
|
-
<stop offset="1" style="stop-color:rgb(38.431373%,41.960784%,61.960784%);stop-opacity:1;"/>
|
|
619
|
-
</linearGradient>
|
|
620
|
-
<linearGradient id="linear154" gradientUnits="userSpaceOnUse" x1="101.419998" y1="81.959" x2="154.580002" y2="174.039993" gradientTransform="matrix(1,0,0,1,-0.000000000000003553,-0.000000000000003553)">
|
|
621
|
-
<stop offset="0" style="stop-color:rgb(50.196078%,52.941176%,74.117647%);stop-opacity:1;"/>
|
|
622
|
-
<stop offset="1" style="stop-color:rgb(38.431373%,41.960784%,61.568627%);stop-opacity:1;"/>
|
|
623
|
-
</linearGradient>
|
|
624
|
-
<linearGradient id="linear155" gradientUnits="userSpaceOnUse" x1="100.940002" y1="81.138" x2="155.059998" y2="174.860001" gradientTransform="matrix(1,0,0,1,-0.000000000000003553,-0.000000000000003553)">
|
|
625
|
-
<stop offset="0" style="stop-color:rgb(50.196078%,53.333333%,74.117647%);stop-opacity:1;"/>
|
|
626
|
-
<stop offset="1" style="stop-color:rgb(38.431373%,41.960784%,61.568627%);stop-opacity:1;"/>
|
|
627
|
-
</linearGradient>
|
|
628
|
-
<linearGradient id="linear156" gradientUnits="userSpaceOnUse" x1="100.470001" y1="80.318001" x2="155.529999" y2="175.679993" gradientTransform="matrix(1,0,0,1,-0.000000000000003553,-0.000000000000003553)">
|
|
629
|
-
<stop offset="0" style="stop-color:rgb(50.196078%,53.333333%,74.117647%);stop-opacity:1;"/>
|
|
630
|
-
<stop offset="1" style="stop-color:rgb(38.431373%,41.568627%,61.176471%);stop-opacity:1;"/>
|
|
631
|
-
</linearGradient>
|
|
632
|
-
<linearGradient id="linear157" gradientUnits="userSpaceOnUse" x1="99.997002" y1="79.498001" x2="156" y2="176.5" gradientTransform="matrix(1,0,0,1,-0.000000000000003553,-0.000000000000003553)">
|
|
633
|
-
<stop offset="0" style="stop-color:rgb(50.196078%,53.333333%,74.117647%);stop-opacity:1;"/>
|
|
634
|
-
<stop offset="1" style="stop-color:rgb(38.039216%,41.568627%,61.176471%);stop-opacity:1;"/>
|
|
635
|
-
</linearGradient>
|
|
636
|
-
<linearGradient id="linear158" gradientUnits="userSpaceOnUse" x1="99.523003" y1="78.677002" x2="156.479996" y2="177.320007" gradientTransform="matrix(1,0,0,1,-0.000000000000003553,-0.000000000000003553)">
|
|
637
|
-
<stop offset="0" style="stop-color:rgb(50.196078%,53.333333%,74.117647%);stop-opacity:1;"/>
|
|
638
|
-
<stop offset="1" style="stop-color:rgb(38.039216%,41.568627%,61.176471%);stop-opacity:1;"/>
|
|
639
|
-
</linearGradient>
|
|
640
|
-
<linearGradient id="linear159" gradientUnits="userSpaceOnUse" x1="99.050003" y1="77.857002" x2="156.949997" y2="178.139999" gradientTransform="matrix(1,0,0,1,-0.000000000000003553,-0.000000000000003553)">
|
|
641
|
-
<stop offset="0" style="stop-color:rgb(50.196078%,53.333333%,74.509804%);stop-opacity:1;"/>
|
|
642
|
-
<stop offset="1" style="stop-color:rgb(37.647059%,41.176471%,60.784314%);stop-opacity:1;"/>
|
|
643
|
-
</linearGradient>
|
|
644
|
-
<linearGradient id="linear160" gradientUnits="userSpaceOnUse" x1="98.575996" y1="77.036003" x2="157.419998" y2="178.960007" gradientTransform="matrix(1,0,0,1,-0.000000000000003553,-0.000000000000003553)">
|
|
645
|
-
<stop offset="0" style="stop-color:rgb(50.196078%,53.333333%,74.509804%);stop-opacity:1;"/>
|
|
646
|
-
<stop offset="1" style="stop-color:rgb(37.647059%,41.176471%,60.784314%);stop-opacity:1;"/>
|
|
647
|
-
</linearGradient>
|
|
648
|
-
<linearGradient id="linear161" gradientUnits="userSpaceOnUse" x1="98.102997" y1="76.216003" x2="157.899994" y2="179.779999" gradientTransform="matrix(1,0,0,1,-0.000000000000003553,-0.000000000000003553)">
|
|
649
|
-
<stop offset="0" style="stop-color:rgb(50.588235%,53.333333%,74.509804%);stop-opacity:1;"/>
|
|
650
|
-
<stop offset="1" style="stop-color:rgb(37.647059%,40.784314%,60.392157%);stop-opacity:1;"/>
|
|
651
|
-
</linearGradient>
|
|
652
|
-
<linearGradient id="linear162" gradientUnits="userSpaceOnUse" x1="97.628998" y1="75.396004" x2="158.369995" y2="180.600006" gradientTransform="matrix(1,0,0,1,-0.000000000000003553,-0.000000000000003553)">
|
|
653
|
-
<stop offset="0" style="stop-color:rgb(50.588235%,53.72549%,74.509804%);stop-opacity:1;"/>
|
|
654
|
-
<stop offset="1" style="stop-color:rgb(37.254902%,40.784314%,60.392157%);stop-opacity:1;"/>
|
|
655
|
-
</linearGradient>
|
|
656
|
-
<linearGradient id="linear163" gradientUnits="userSpaceOnUse" x1="97.154999" y1="74.574997" x2="158.839996" y2="181.419998" gradientTransform="matrix(1,0,0,1,-0.000000000000003553,-0.000000000000003553)">
|
|
657
|
-
<stop offset="0" style="stop-color:rgb(50.588235%,53.72549%,74.509804%);stop-opacity:1;"/>
|
|
658
|
-
<stop offset="1" style="stop-color:rgb(37.254902%,40.392157%,60%);stop-opacity:1;"/>
|
|
659
|
-
</linearGradient>
|
|
660
|
-
<linearGradient id="linear164" gradientUnits="userSpaceOnUse" x1="96.681999" y1="73.754997" x2="159.320007" y2="182.25" gradientTransform="matrix(1,0,0,1,-0.000000000000003553,-0.000000000000003553)">
|
|
661
|
-
<stop offset="0" style="stop-color:rgb(50.588235%,53.72549%,74.509804%);stop-opacity:1;"/>
|
|
662
|
-
<stop offset="1" style="stop-color:rgb(37.254902%,40.392157%,60%);stop-opacity:1;"/>
|
|
663
|
-
</linearGradient>
|
|
664
|
-
<linearGradient id="linear165" gradientUnits="userSpaceOnUse" x1="96.208" y1="72.933998" x2="159.789993" y2="183.070007" gradientTransform="matrix(1,0,0,1,-0.000000000000003553,-0.000000000000003553)">
|
|
665
|
-
<stop offset="0" style="stop-color:rgb(50.588235%,53.72549%,74.901961%);stop-opacity:1;"/>
|
|
666
|
-
<stop offset="1" style="stop-color:rgb(36.862745%,40.392157%,60%);stop-opacity:1;"/>
|
|
667
|
-
</linearGradient>
|
|
668
|
-
<linearGradient id="linear166" gradientUnits="userSpaceOnUse" x1="95.734001" y1="72.113998" x2="160.270004" y2="183.889999" gradientTransform="matrix(1,0,0,1,-0.000000000000003553,-0.000000000000003553)">
|
|
669
|
-
<stop offset="0" style="stop-color:rgb(50.588235%,54.117647%,74.901961%);stop-opacity:1;"/>
|
|
670
|
-
<stop offset="1" style="stop-color:rgb(36.862745%,40.392157%,59.607843%);stop-opacity:1;"/>
|
|
671
|
-
</linearGradient>
|
|
672
|
-
<linearGradient id="linear167" gradientUnits="userSpaceOnUse" x1="95.260002" y1="71.293999" x2="160.740005" y2="184.710007" gradientTransform="matrix(1,0,0,1,-0.000000000000003553,-0.000000000000003553)">
|
|
673
|
-
<stop offset="0" style="stop-color:rgb(50.980392%,54.117647%,74.901961%);stop-opacity:1;"/>
|
|
674
|
-
<stop offset="1" style="stop-color:rgb(36.470588%,40%,59.607843%);stop-opacity:1;"/>
|
|
675
|
-
</linearGradient>
|
|
676
|
-
<linearGradient id="linear168" gradientUnits="userSpaceOnUse" x1="94.787003" y1="70.473" x2="161.210007" y2="185.529999" gradientTransform="matrix(1,0,0,1,-0.000000000000003553,-0.000000000000003553)">
|
|
677
|
-
<stop offset="0" style="stop-color:rgb(50.980392%,54.117647%,74.901961%);stop-opacity:1;"/>
|
|
678
|
-
<stop offset="1" style="stop-color:rgb(36.470588%,40%,59.607843%);stop-opacity:1;"/>
|
|
679
|
-
</linearGradient>
|
|
680
|
-
<linearGradient id="linear169" gradientUnits="userSpaceOnUse" x1="94.313004" y1="69.653" x2="161.690002" y2="186.350006" gradientTransform="matrix(1,0,0,1,-0.000000000000003553,-0.000000000000003553)">
|
|
681
|
-
<stop offset="0" style="stop-color:rgb(50.980392%,54.117647%,74.901961%);stop-opacity:1;"/>
|
|
682
|
-
<stop offset="1" style="stop-color:rgb(36.470588%,40%,59.215686%);stop-opacity:1;"/>
|
|
683
|
-
</linearGradient>
|
|
684
|
-
<linearGradient id="linear170" gradientUnits="userSpaceOnUse" x1="93.839996" y1="68.832001" x2="162.160004" y2="187.169998" gradientTransform="matrix(1,0,0,1,-0.000000000000003553,-0.000000000000003553)">
|
|
685
|
-
<stop offset="0" style="stop-color:rgb(50.980392%,54.509804%,75.294118%);stop-opacity:1;"/>
|
|
686
|
-
<stop offset="1" style="stop-color:rgb(36.470588%,40%,59.215686%);stop-opacity:1;"/>
|
|
687
|
-
</linearGradient>
|
|
688
|
-
<linearGradient id="linear171" gradientUnits="userSpaceOnUse" x1="93.365997" y1="68.012001" x2="162.630005" y2="187.990005" gradientTransform="matrix(1,0,0,1,-0.000000000000003553,-0.000000000000003553)">
|
|
689
|
-
<stop offset="0" style="stop-color:rgb(51.372549%,54.509804%,75.294118%);stop-opacity:1;"/>
|
|
690
|
-
<stop offset="1" style="stop-color:rgb(36.078431%,39.607843%,59.215686%);stop-opacity:1;"/>
|
|
691
|
-
</linearGradient>
|
|
692
|
-
<linearGradient id="linear172" gradientUnits="userSpaceOnUse" x1="92.891998" y1="67.192001" x2="163.110001" y2="188.809998" gradientTransform="matrix(1,0,0,1,-0.000000000000003553,-0.000000000000003553)">
|
|
693
|
-
<stop offset="0" style="stop-color:rgb(51.372549%,54.509804%,75.294118%);stop-opacity:1;"/>
|
|
694
|
-
<stop offset="1" style="stop-color:rgb(36.078431%,39.607843%,59.215686%);stop-opacity:1;"/>
|
|
695
|
-
</linearGradient>
|
|
696
|
-
<linearGradient id="linear173" gradientUnits="userSpaceOnUse" x1="92.418999" y1="66.371002" x2="163.580002" y2="189.630005" gradientTransform="matrix(1,0,0,1,-0.000000000000003553,-0.000000000000003553)">
|
|
697
|
-
<stop offset="0" style="stop-color:rgb(51.372549%,54.509804%,75.294118%);stop-opacity:1;"/>
|
|
698
|
-
<stop offset="1" style="stop-color:rgb(35.686275%,39.607843%,58.823529%);stop-opacity:1;"/>
|
|
699
|
-
</linearGradient>
|
|
700
|
-
<linearGradient id="linear174" gradientUnits="userSpaceOnUse" x1="91.945" y1="65.551003" x2="164.059998" y2="190.449997" gradientTransform="matrix(1,0,0,1,-0.000000000000003553,-0.000000000000003553)">
|
|
701
|
-
<stop offset="0" style="stop-color:rgb(51.372549%,54.509804%,75.294118%);stop-opacity:1;"/>
|
|
702
|
-
<stop offset="1" style="stop-color:rgb(36.078431%,39.607843%,58.823529%);stop-opacity:1;"/>
|
|
703
|
-
</linearGradient>
|
|
704
|
-
<linearGradient id="linear175" gradientUnits="userSpaceOnUse" x1="91.471001" y1="64.730003" x2="164.529999" y2="191.270004" gradientTransform="matrix(1,0,0,1,-0.000000000000003553,-0.000000000000003553)">
|
|
705
|
-
<stop offset="0" style="stop-color:rgb(51.372549%,54.509804%,75.294118%);stop-opacity:1;"/>
|
|
706
|
-
<stop offset="1" style="stop-color:rgb(35.686275%,39.215686%,58.431373%);stop-opacity:1;"/>
|
|
707
|
-
</linearGradient>
|
|
708
|
-
<linearGradient id="linear176" gradientUnits="userSpaceOnUse" x1="90.998001" y1="63.91" x2="165" y2="192.089996" gradientTransform="matrix(1,0,0,1,-0.000000000000003553,-0.000000000000003553)">
|
|
709
|
-
<stop offset="0" style="stop-color:rgb(51.372549%,54.509804%,75.294118%);stop-opacity:1;"/>
|
|
710
|
-
<stop offset="1" style="stop-color:rgb(35.686275%,39.215686%,58.431373%);stop-opacity:1;"/>
|
|
711
|
-
</linearGradient>
|
|
712
|
-
<linearGradient id="linear177" gradientUnits="userSpaceOnUse" x1="90.524002" y1="63.09" x2="165.479996" y2="192.910004" gradientTransform="matrix(1,0,0,1,-0.000000000000003553,-0.000000000000003553)">
|
|
713
|
-
<stop offset="0" style="stop-color:rgb(51.372549%,54.901961%,75.686275%);stop-opacity:1;"/>
|
|
714
|
-
<stop offset="1" style="stop-color:rgb(35.294118%,38.823529%,58.039216%);stop-opacity:1;"/>
|
|
715
|
-
</linearGradient>
|
|
716
|
-
<linearGradient id="linear178" gradientUnits="userSpaceOnUse" x1="90.050003" y1="62.269001" x2="165.949997" y2="193.729996" gradientTransform="matrix(1,0,0,1,-0.000000000000003553,-0.000000000000003553)">
|
|
717
|
-
<stop offset="0" style="stop-color:rgb(51.764706%,54.901961%,76.078431%);stop-opacity:1;"/>
|
|
718
|
-
<stop offset="1" style="stop-color:rgb(34.901961%,38.823529%,58.039216%);stop-opacity:1;"/>
|
|
719
|
-
</linearGradient>
|
|
720
|
-
<linearGradient id="linear179" gradientUnits="userSpaceOnUse" x1="89.577003" y1="61.449001" x2="166.419998" y2="194.550003" gradientTransform="matrix(1,0,0,1,-0.000000000000003553,-0.000000000000003553)">
|
|
721
|
-
<stop offset="0" style="stop-color:rgb(51.764706%,54.901961%,76.078431%);stop-opacity:1;"/>
|
|
722
|
-
<stop offset="1" style="stop-color:rgb(34.901961%,38.823529%,58.039216%);stop-opacity:1;"/>
|
|
723
|
-
</linearGradient>
|
|
724
|
-
<linearGradient id="linear180" gradientUnits="userSpaceOnUse" x1="89.102997" y1="60.627998" x2="166.899994" y2="195.369995" gradientTransform="matrix(1,0,0,1,-0.000000000000003553,-0.000000000000003553)">
|
|
725
|
-
<stop offset="0" style="stop-color:rgb(51.764706%,54.901961%,76.078431%);stop-opacity:1;"/>
|
|
726
|
-
<stop offset="1" style="stop-color:rgb(34.901961%,38.823529%,58.039216%);stop-opacity:1;"/>
|
|
727
|
-
</linearGradient>
|
|
728
|
-
<linearGradient id="linear181" gradientUnits="userSpaceOnUse" x1="88.628998" y1="59.807999" x2="167.369995" y2="196.190002" gradientTransform="matrix(1,0,0,1,-0.000000000000003553,-0.000000000000003553)">
|
|
729
|
-
<stop offset="0" style="stop-color:rgb(52.156863%,55.294118%,76.078431%);stop-opacity:1;"/>
|
|
730
|
-
<stop offset="1" style="stop-color:rgb(34.901961%,38.431373%,57.647059%);stop-opacity:1;"/>
|
|
731
|
-
</linearGradient>
|
|
732
|
-
<linearGradient id="linear182" gradientUnits="userSpaceOnUse" x1="88.155998" y1="58.987" x2="167.839996" y2="197.009995" gradientTransform="matrix(1,0,0,1,-0.000000000000003553,-0.000000000000003553)">
|
|
733
|
-
<stop offset="0" style="stop-color:rgb(52.156863%,55.294118%,76.078431%);stop-opacity:1;"/>
|
|
734
|
-
<stop offset="1" style="stop-color:rgb(34.509804%,38.431373%,57.647059%);stop-opacity:1;"/>
|
|
735
|
-
</linearGradient>
|
|
736
|
-
<linearGradient id="linear183" gradientUnits="userSpaceOnUse" x1="87.681999" y1="58.167" x2="168.320007" y2="197.830002" gradientTransform="matrix(1,0,0,1,-0.000000000000003553,-0.000000000000003553)">
|
|
737
|
-
<stop offset="0" style="stop-color:rgb(52.156863%,55.294118%,76.078431%);stop-opacity:1;"/>
|
|
738
|
-
<stop offset="1" style="stop-color:rgb(34.509804%,38.431373%,57.647059%);stop-opacity:1;"/>
|
|
739
|
-
</linearGradient>
|
|
740
|
-
<linearGradient id="linear184" gradientUnits="userSpaceOnUse" x1="87.208" y1="57.347" x2="168.789993" y2="198.649994" gradientTransform="matrix(1,0,0,1,-0.000000000000003553,-0.000000000000003553)">
|
|
741
|
-
<stop offset="0" style="stop-color:rgb(52.156863%,55.294118%,76.078431%);stop-opacity:1;"/>
|
|
742
|
-
<stop offset="1" style="stop-color:rgb(34.509804%,38.039216%,57.254902%);stop-opacity:1;"/>
|
|
743
|
-
</linearGradient>
|
|
744
|
-
<linearGradient id="linear185" gradientUnits="userSpaceOnUse" x1="86.735001" y1="56.526001" x2="169.270004" y2="199.470001" gradientTransform="matrix(1,0,0,1,-0.000000000000003553,-0.000000000000003553)">
|
|
745
|
-
<stop offset="0" style="stop-color:rgb(52.156863%,55.686275%,76.470588%);stop-opacity:1;"/>
|
|
746
|
-
<stop offset="1" style="stop-color:rgb(34.509804%,38.039216%,57.254902%);stop-opacity:1;"/>
|
|
747
|
-
</linearGradient>
|
|
748
|
-
<linearGradient id="linear186" gradientUnits="userSpaceOnUse" x1="86.261002" y1="55.706001" x2="169.740005" y2="200.289993" gradientTransform="matrix(1,0,0,1,-0.000000000000003553,-0.000000000000003553)">
|
|
749
|
-
<stop offset="0" style="stop-color:rgb(52.156863%,55.686275%,76.470588%);stop-opacity:1;"/>
|
|
750
|
-
<stop offset="1" style="stop-color:rgb(34.117647%,38.039216%,57.254902%);stop-opacity:1;"/>
|
|
751
|
-
</linearGradient>
|
|
752
|
-
<linearGradient id="linear187" gradientUnits="userSpaceOnUse" x1="85.787003" y1="54.886002" x2="170.210007" y2="201.110001" gradientTransform="matrix(1,0,0,1,-0.000000000000003553,-0.000000000000003553)">
|
|
753
|
-
<stop offset="0" style="stop-color:rgb(52.156863%,55.686275%,76.470588%);stop-opacity:1;"/>
|
|
754
|
-
<stop offset="1" style="stop-color:rgb(34.117647%,37.647059%,56.862745%);stop-opacity:1;"/>
|
|
755
|
-
</linearGradient>
|
|
756
|
-
<linearGradient id="linear188" gradientUnits="userSpaceOnUse" x1="85.314003" y1="54.064999" x2="170.690002" y2="201.929993" gradientTransform="matrix(1,0,0,1,-0.000000000000003553,-0.000000000000003553)">
|
|
757
|
-
<stop offset="0" style="stop-color:rgb(52.54902%,55.686275%,76.470588%);stop-opacity:1;"/>
|
|
758
|
-
<stop offset="1" style="stop-color:rgb(33.72549%,37.647059%,56.862745%);stop-opacity:1;"/>
|
|
759
|
-
</linearGradient>
|
|
760
|
-
<linearGradient id="linear189" gradientUnits="userSpaceOnUse" x1="84.839996" y1="53.244999" x2="171.160004" y2="202.759995" gradientTransform="matrix(1,0,0,1,-0.000000000000003553,-0.000000000000003553)">
|
|
761
|
-
<stop offset="0" style="stop-color:rgb(52.54902%,56.078431%,76.470588%);stop-opacity:1;"/>
|
|
762
|
-
<stop offset="1" style="stop-color:rgb(33.72549%,37.647059%,56.470588%);stop-opacity:1;"/>
|
|
763
|
-
</linearGradient>
|
|
764
|
-
<linearGradient id="linear190" gradientUnits="userSpaceOnUse" x1="84.365997" y1="52.424" x2="171.630005" y2="203.580002" gradientTransform="matrix(1,0,0,1,-0.000000000000003553,-0.000000000000003553)">
|
|
765
|
-
<stop offset="0" style="stop-color:rgb(52.54902%,56.078431%,76.862745%);stop-opacity:1;"/>
|
|
766
|
-
<stop offset="1" style="stop-color:rgb(33.333333%,37.254902%,56.470588%);stop-opacity:1;"/>
|
|
767
|
-
</linearGradient>
|
|
768
|
-
<linearGradient id="linear191" gradientUnits="userSpaceOnUse" x1="83.892998" y1="51.604" x2="172.110001" y2="204.399994" gradientTransform="matrix(1,0,0,1,-0.000000000000003553,-0.000000000000003553)">
|
|
769
|
-
<stop offset="0" style="stop-color:rgb(52.941176%,56.078431%,76.862745%);stop-opacity:1;"/>
|
|
770
|
-
<stop offset="1" style="stop-color:rgb(33.333333%,37.254902%,56.078431%);stop-opacity:1;"/>
|
|
771
|
-
</linearGradient>
|
|
772
|
-
<linearGradient id="linear192" gradientUnits="userSpaceOnUse" x1="83.418999" y1="50.784" x2="172.580002" y2="205.220001" gradientTransform="matrix(1,0,0,1,-0.000000000000003553,-0.000000000000003553)">
|
|
773
|
-
<stop offset="0" style="stop-color:rgb(52.941176%,56.078431%,76.862745%);stop-opacity:1;"/>
|
|
774
|
-
<stop offset="1" style="stop-color:rgb(33.333333%,37.254902%,56.078431%);stop-opacity:1;"/>
|
|
775
|
-
</linearGradient>
|
|
776
|
-
<linearGradient id="linear193" gradientUnits="userSpaceOnUse" x1="82.945" y1="49.963001" x2="173.050003" y2="206.039993" gradientTransform="matrix(1,0,0,1,-0.000000000000003553,-0.000000000000003553)">
|
|
777
|
-
<stop offset="0" style="stop-color:rgb(52.941176%,56.078431%,77.254902%);stop-opacity:1;"/>
|
|
778
|
-
<stop offset="1" style="stop-color:rgb(33.333333%,36.862745%,56.078431%);stop-opacity:1;"/>
|
|
779
|
-
</linearGradient>
|
|
780
|
-
<linearGradient id="linear194" gradientUnits="userSpaceOnUse" x1="82.472" y1="49.143002" x2="173.529999" y2="206.860001" gradientTransform="matrix(1,0,0,1,-0.000000000000003553,-0.000000000000003553)">
|
|
781
|
-
<stop offset="0" style="stop-color:rgb(52.941176%,56.470588%,77.254902%);stop-opacity:1;"/>
|
|
782
|
-
<stop offset="1" style="stop-color:rgb(32.941176%,36.862745%,56.078431%);stop-opacity:1;"/>
|
|
783
|
-
</linearGradient>
|
|
784
|
-
<linearGradient id="linear195" gradientUnits="userSpaceOnUse" x1="81.998001" y1="48.321999" x2="174" y2="207.679993" gradientTransform="matrix(1,0,0,1,-0.000000000000003553,-0.000000000000003553)">
|
|
785
|
-
<stop offset="0" style="stop-color:rgb(52.941176%,56.470588%,77.254902%);stop-opacity:1;"/>
|
|
786
|
-
<stop offset="1" style="stop-color:rgb(32.941176%,36.862745%,56.078431%);stop-opacity:1;"/>
|
|
787
|
-
</linearGradient>
|
|
788
|
-
<linearGradient id="linear196" gradientUnits="userSpaceOnUse" x1="81.524002" y1="47.501999" x2="174.479996" y2="208.5" gradientTransform="matrix(1,0,0,1,-0.000000000000003553,-0.000000000000003553)">
|
|
789
|
-
<stop offset="0" style="stop-color:rgb(52.941176%,56.470588%,77.254902%);stop-opacity:1;"/>
|
|
790
|
-
<stop offset="1" style="stop-color:rgb(32.941176%,36.470588%,55.686275%);stop-opacity:1;"/>
|
|
791
|
-
</linearGradient>
|
|
792
|
-
<linearGradient id="linear197" gradientUnits="userSpaceOnUse" x1="81.051003" y1="46.681" x2="174.949997" y2="209.320007" gradientTransform="matrix(1,0,0,1,-0.000000000000003553,-0.000000000000003553)">
|
|
793
|
-
<stop offset="0" style="stop-color:rgb(52.941176%,56.470588%,77.254902%);stop-opacity:1;"/>
|
|
794
|
-
<stop offset="1" style="stop-color:rgb(32.941176%,36.470588%,55.686275%);stop-opacity:1;"/>
|
|
795
|
-
</linearGradient>
|
|
796
|
-
<linearGradient id="linear198" gradientUnits="userSpaceOnUse" x1="80.577003" y1="45.861" x2="175.419998" y2="210.139999" gradientTransform="matrix(1,0,0,1,-0.000000000000003553,-0.000000000000003553)">
|
|
797
|
-
<stop offset="0" style="stop-color:rgb(53.333333%,56.470588%,77.254902%);stop-opacity:1;"/>
|
|
798
|
-
<stop offset="1" style="stop-color:rgb(32.54902%,36.470588%,55.686275%);stop-opacity:1;"/>
|
|
799
|
-
</linearGradient>
|
|
800
|
-
<linearGradient id="linear199" gradientUnits="userSpaceOnUse" x1="80.102997" y1="45.041" x2="175.899994" y2="210.960007" gradientTransform="matrix(1,0,0,1,-0.000000000000003553,-0.000000000000003553)">
|
|
801
|
-
<stop offset="0" style="stop-color:rgb(53.333333%,56.470588%,77.254902%);stop-opacity:1;"/>
|
|
802
|
-
<stop offset="1" style="stop-color:rgb(32.54902%,36.470588%,55.294118%);stop-opacity:1;"/>
|
|
803
|
-
</linearGradient>
|
|
804
|
-
<linearGradient id="linear200" gradientUnits="userSpaceOnUse" x1="79.629997" y1="44.220001" x2="176.369995" y2="211.779999" gradientTransform="matrix(1,0,0,1,-0.000000000000003553,-0.000000000000003553)">
|
|
805
|
-
<stop offset="0" style="stop-color:rgb(53.333333%,56.862745%,77.254902%);stop-opacity:1;"/>
|
|
806
|
-
<stop offset="1" style="stop-color:rgb(32.156863%,36.078431%,54.901961%);stop-opacity:1;"/>
|
|
807
|
-
</linearGradient>
|
|
808
|
-
<linearGradient id="linear201" gradientUnits="userSpaceOnUse" x1="79.155998" y1="43.400002" x2="176.839996" y2="212.600006" gradientTransform="matrix(1,0,0,1,-0.000000000000003553,-0.000000000000003553)">
|
|
809
|
-
<stop offset="0" style="stop-color:rgb(53.72549%,56.862745%,77.254902%);stop-opacity:1;"/>
|
|
810
|
-
<stop offset="1" style="stop-color:rgb(32.156863%,36.078431%,54.901961%);stop-opacity:1;"/>
|
|
811
|
-
</linearGradient>
|
|
812
|
-
<linearGradient id="linear202" gradientUnits="userSpaceOnUse" x1="78.681999" y1="42.578999" x2="177.320007" y2="213.419998" gradientTransform="matrix(1,0,0,1,-0.000000000000003553,-0.000000000000003553)">
|
|
813
|
-
<stop offset="0" style="stop-color:rgb(53.72549%,56.862745%,77.254902%);stop-opacity:1;"/>
|
|
814
|
-
<stop offset="1" style="stop-color:rgb(31.764706%,35.686275%,54.901961%);stop-opacity:1;"/>
|
|
815
|
-
</linearGradient>
|
|
816
|
-
<clipPath id="clip1">
|
|
817
|
-
<path d="M 4 9 L 12 9 L 12 19 L 4 19 Z M 4 9 "/>
|
|
818
|
-
</clipPath>
|
|
819
|
-
<clipPath id="clip2">
|
|
820
|
-
<path d="M 11.847656 15.644531 C 11.847656 15.644531 11.875 18.925781 7.988281 18.941406 L 7.96875 18.9375 L 7.949219 18.941406 C 4.066406 18.925781 4.089844 15.644531 4.089844 15.644531 L 4.089844 10.4375 C 4.089844 10.4375 4.007812 9.765625 4.632812 9.765625 L 6.125 9.765625 C 6.125 9.765625 6.496094 9.75 6.496094 10.398438 L 6.496094 15.492188 C 6.496094 15.492188 6.480469 16.949219 7.964844 16.949219 L 7.976562 16.949219 C 9.457031 16.949219 9.441406 15.492188 9.441406 15.492188 L 9.441406 10.398438 C 9.441406 9.746094 9.8125 9.765625 9.8125 9.765625 L 11.304688 9.765625 C 11.929688 9.765625 11.847656 10.4375 11.847656 10.4375 Z M 7.96875 18.941406 L 7.945312 18.941406 L 7.992188 18.941406 Z M 20.335938 12.585938 C 20.335938 15.425781 18.089844 15.710938 17.074219 15.769531 L 16.589844 15.769531 C 16.589844 15.769531 16.179688 15.753906 16.179688 16.234375 L 16.179688 18.367188 C 16.179688 18.367188 16.207031 18.757812 15.789062 18.757812 L 14.171875 18.757812 C 14.171875 18.757812 13.796875 18.75 13.796875 18.378906 C 13.796875 18.011719 13.792969 10.289062 13.792969 10.308594 C 13.792969 10.308594 13.722656 9.75 14.347656 9.75 L 17.328125 9.75 C 17.332031 9.75 20.335938 9.75 20.335938 12.585938 Z M 17.890625 12.746094 C 17.890625 11.703125 17.105469 11.6875 17.105469 11.6875 L 16.183594 11.6875 L 16.191406 13.859375 L 16.773438 13.859375 C 17.972656 13.71875 17.890625 12.746094 17.890625 12.746094 Z M 22.132812 15.59375 L 23.171875 15.59375 C 23.730469 15.59375 23.679688 15.085938 23.679688 15.085938 L 23.914062 10.3125 C 23.914062 9.679688 23.339844 9.738281 23.339844 9.738281 L 22.046875 9.738281 C 21.246094 9.738281 21.414062 10.371094 21.414062 10.371094 L 21.679688 15.140625 C 21.679688 15.617188 22.132812 15.59375 22.132812 15.59375 Z M 22.65625 16.617188 C 21.929688 16.617188 21.425781 17.125 21.425781 17.8125 C 21.425781 18.480469 21.929688 19 22.65625 19 C 23.378906 19 23.886719 18.480469 23.886719 17.8125 C 23.886719 17.125 23.378906 16.617188 22.65625 16.617188 Z M 22.65625 16.617188 "/>
|
|
821
|
-
</clipPath>
|
|
822
|
-
<clipPath id="clip3">
|
|
823
|
-
<path d="M 4 9 L 13 9 L 13 19 L 4 19 Z M 4 9 "/>
|
|
824
|
-
</clipPath>
|
|
825
|
-
<clipPath id="clip4">
|
|
826
|
-
<path d="M 11.847656 15.644531 C 11.847656 15.644531 11.875 18.925781 7.988281 18.941406 L 7.96875 18.9375 L 7.949219 18.941406 C 4.066406 18.925781 4.089844 15.644531 4.089844 15.644531 L 4.089844 10.4375 C 4.089844 10.4375 4.007812 9.765625 4.632812 9.765625 L 6.125 9.765625 C 6.125 9.765625 6.496094 9.75 6.496094 10.398438 L 6.496094 15.492188 C 6.496094 15.492188 6.480469 16.949219 7.964844 16.949219 L 7.976562 16.949219 C 9.457031 16.949219 9.441406 15.492188 9.441406 15.492188 L 9.441406 10.398438 C 9.441406 9.746094 9.8125 9.765625 9.8125 9.765625 L 11.304688 9.765625 C 11.929688 9.765625 11.847656 10.4375 11.847656 10.4375 Z M 7.96875 18.941406 L 7.945312 18.941406 L 7.992188 18.941406 Z M 20.335938 12.585938 C 20.335938 15.425781 18.089844 15.710938 17.074219 15.769531 L 16.589844 15.769531 C 16.589844 15.769531 16.179688 15.753906 16.179688 16.234375 L 16.179688 18.367188 C 16.179688 18.367188 16.207031 18.757812 15.789062 18.757812 L 14.171875 18.757812 C 14.171875 18.757812 13.796875 18.75 13.796875 18.378906 C 13.796875 18.011719 13.792969 10.289062 13.792969 10.308594 C 13.792969 10.308594 13.722656 9.75 14.347656 9.75 L 17.328125 9.75 C 17.332031 9.75 20.335938 9.75 20.335938 12.585938 Z M 17.890625 12.746094 C 17.890625 11.703125 17.105469 11.6875 17.105469 11.6875 L 16.183594 11.6875 L 16.191406 13.859375 L 16.773438 13.859375 C 17.972656 13.71875 17.890625 12.746094 17.890625 12.746094 Z M 22.132812 15.59375 L 23.171875 15.59375 C 23.730469 15.59375 23.679688 15.085938 23.679688 15.085938 L 23.914062 10.3125 C 23.914062 9.679688 23.339844 9.738281 23.339844 9.738281 L 22.046875 9.738281 C 21.246094 9.738281 21.414062 10.371094 21.414062 10.371094 L 21.679688 15.140625 C 21.679688 15.617188 22.132812 15.59375 22.132812 15.59375 Z M 22.65625 16.617188 C 21.929688 16.617188 21.425781 17.125 21.425781 17.8125 C 21.425781 18.480469 21.929688 19 22.65625 19 C 23.378906 19 23.886719 18.480469 23.886719 17.8125 C 23.886719 17.125 23.378906 16.617188 22.65625 16.617188 Z M 22.65625 16.617188 "/>
|
|
827
|
-
</clipPath>
|
|
828
|
-
<clipPath id="clip5">
|
|
829
|
-
<path d="M 4 10 L 13 10 L 13 19 L 4 19 Z M 4 10 "/>
|
|
830
|
-
</clipPath>
|
|
831
|
-
<clipPath id="clip6">
|
|
832
|
-
<path d="M 11.847656 15.644531 C 11.847656 15.644531 11.875 18.925781 7.988281 18.941406 L 7.96875 18.9375 L 7.949219 18.941406 C 4.066406 18.925781 4.089844 15.644531 4.089844 15.644531 L 4.089844 10.4375 C 4.089844 10.4375 4.007812 9.765625 4.632812 9.765625 L 6.125 9.765625 C 6.125 9.765625 6.496094 9.75 6.496094 10.398438 L 6.496094 15.492188 C 6.496094 15.492188 6.480469 16.949219 7.964844 16.949219 L 7.976562 16.949219 C 9.457031 16.949219 9.441406 15.492188 9.441406 15.492188 L 9.441406 10.398438 C 9.441406 9.746094 9.8125 9.765625 9.8125 9.765625 L 11.304688 9.765625 C 11.929688 9.765625 11.847656 10.4375 11.847656 10.4375 Z M 7.96875 18.941406 L 7.945312 18.941406 L 7.992188 18.941406 Z M 20.335938 12.585938 C 20.335938 15.425781 18.089844 15.710938 17.074219 15.769531 L 16.589844 15.769531 C 16.589844 15.769531 16.179688 15.753906 16.179688 16.234375 L 16.179688 18.367188 C 16.179688 18.367188 16.207031 18.757812 15.789062 18.757812 L 14.171875 18.757812 C 14.171875 18.757812 13.796875 18.75 13.796875 18.378906 C 13.796875 18.011719 13.792969 10.289062 13.792969 10.308594 C 13.792969 10.308594 13.722656 9.75 14.347656 9.75 L 17.328125 9.75 C 17.332031 9.75 20.335938 9.75 20.335938 12.585938 Z M 17.890625 12.746094 C 17.890625 11.703125 17.105469 11.6875 17.105469 11.6875 L 16.183594 11.6875 L 16.191406 13.859375 L 16.773438 13.859375 C 17.972656 13.71875 17.890625 12.746094 17.890625 12.746094 Z M 22.132812 15.59375 L 23.171875 15.59375 C 23.730469 15.59375 23.679688 15.085938 23.679688 15.085938 L 23.914062 10.3125 C 23.914062 9.679688 23.339844 9.738281 23.339844 9.738281 L 22.046875 9.738281 C 21.246094 9.738281 21.414062 10.371094 21.414062 10.371094 L 21.679688 15.140625 C 21.679688 15.617188 22.132812 15.59375 22.132812 15.59375 Z M 22.65625 16.617188 C 21.929688 16.617188 21.425781 17.125 21.425781 17.8125 C 21.425781 18.480469 21.929688 19 22.65625 19 C 23.378906 19 23.886719 18.480469 23.886719 17.8125 C 23.886719 17.125 23.378906 16.617188 22.65625 16.617188 Z M 22.65625 16.617188 "/>
|
|
833
|
-
</clipPath>
|
|
834
|
-
<clipPath id="clip7">
|
|
835
|
-
<path d="M 13 9 L 21 9 L 21 19 L 13 19 Z M 13 9 "/>
|
|
836
|
-
</clipPath>
|
|
837
|
-
<clipPath id="clip8">
|
|
838
|
-
<path d="M 11.847656 15.644531 C 11.847656 15.644531 11.875 18.925781 7.988281 18.941406 L 7.96875 18.9375 L 7.949219 18.941406 C 4.066406 18.925781 4.089844 15.644531 4.089844 15.644531 L 4.089844 10.4375 C 4.089844 10.4375 4.007812 9.765625 4.632812 9.765625 L 6.125 9.765625 C 6.125 9.765625 6.496094 9.75 6.496094 10.398438 L 6.496094 15.492188 C 6.496094 15.492188 6.480469 16.949219 7.964844 16.949219 L 7.976562 16.949219 C 9.457031 16.949219 9.441406 15.492188 9.441406 15.492188 L 9.441406 10.398438 C 9.441406 9.746094 9.8125 9.765625 9.8125 9.765625 L 11.304688 9.765625 C 11.929688 9.765625 11.847656 10.4375 11.847656 10.4375 Z M 7.96875 18.941406 L 7.945312 18.941406 L 7.992188 18.941406 Z M 20.335938 12.585938 C 20.335938 15.425781 18.089844 15.710938 17.074219 15.769531 L 16.589844 15.769531 C 16.589844 15.769531 16.179688 15.753906 16.179688 16.234375 L 16.179688 18.367188 C 16.179688 18.367188 16.207031 18.757812 15.789062 18.757812 L 14.171875 18.757812 C 14.171875 18.757812 13.796875 18.75 13.796875 18.378906 C 13.796875 18.011719 13.792969 10.289062 13.792969 10.308594 C 13.792969 10.308594 13.722656 9.75 14.347656 9.75 L 17.328125 9.75 C 17.332031 9.75 20.335938 9.75 20.335938 12.585938 Z M 17.890625 12.746094 C 17.890625 11.703125 17.105469 11.6875 17.105469 11.6875 L 16.183594 11.6875 L 16.191406 13.859375 L 16.773438 13.859375 C 17.972656 13.71875 17.890625 12.746094 17.890625 12.746094 Z M 22.132812 15.59375 L 23.171875 15.59375 C 23.730469 15.59375 23.679688 15.085938 23.679688 15.085938 L 23.914062 10.3125 C 23.914062 9.679688 23.339844 9.738281 23.339844 9.738281 L 22.046875 9.738281 C 21.246094 9.738281 21.414062 10.371094 21.414062 10.371094 L 21.679688 15.140625 C 21.679688 15.617188 22.132812 15.59375 22.132812 15.59375 Z M 22.65625 16.617188 C 21.929688 16.617188 21.425781 17.125 21.425781 17.8125 C 21.425781 18.480469 21.929688 19 22.65625 19 C 23.378906 19 23.886719 18.480469 23.886719 17.8125 C 23.886719 17.125 23.378906 16.617188 22.65625 16.617188 Z M 22.65625 16.617188 "/>
|
|
839
|
-
</clipPath>
|
|
840
|
-
<clipPath id="clip9">
|
|
841
|
-
<path d="M 14 10 L 21 10 L 21 19 L 14 19 Z M 14 10 "/>
|
|
842
|
-
</clipPath>
|
|
843
|
-
<clipPath id="clip10">
|
|
844
|
-
<path d="M 11.847656 15.644531 C 11.847656 15.644531 11.875 18.925781 7.988281 18.941406 L 7.96875 18.9375 L 7.949219 18.941406 C 4.066406 18.925781 4.089844 15.644531 4.089844 15.644531 L 4.089844 10.4375 C 4.089844 10.4375 4.007812 9.765625 4.632812 9.765625 L 6.125 9.765625 C 6.125 9.765625 6.496094 9.75 6.496094 10.398438 L 6.496094 15.492188 C 6.496094 15.492188 6.480469 16.949219 7.964844 16.949219 L 7.976562 16.949219 C 9.457031 16.949219 9.441406 15.492188 9.441406 15.492188 L 9.441406 10.398438 C 9.441406 9.746094 9.8125 9.765625 9.8125 9.765625 L 11.304688 9.765625 C 11.929688 9.765625 11.847656 10.4375 11.847656 10.4375 Z M 7.96875 18.941406 L 7.945312 18.941406 L 7.992188 18.941406 Z M 20.335938 12.585938 C 20.335938 15.425781 18.089844 15.710938 17.074219 15.769531 L 16.589844 15.769531 C 16.589844 15.769531 16.179688 15.753906 16.179688 16.234375 L 16.179688 18.367188 C 16.179688 18.367188 16.207031 18.757812 15.789062 18.757812 L 14.171875 18.757812 C 14.171875 18.757812 13.796875 18.75 13.796875 18.378906 C 13.796875 18.011719 13.792969 10.289062 13.792969 10.308594 C 13.792969 10.308594 13.722656 9.75 14.347656 9.75 L 17.328125 9.75 C 17.332031 9.75 20.335938 9.75 20.335938 12.585938 Z M 17.890625 12.746094 C 17.890625 11.703125 17.105469 11.6875 17.105469 11.6875 L 16.183594 11.6875 L 16.191406 13.859375 L 16.773438 13.859375 C 17.972656 13.71875 17.890625 12.746094 17.890625 12.746094 Z M 22.132812 15.59375 L 23.171875 15.59375 C 23.730469 15.59375 23.679688 15.085938 23.679688 15.085938 L 23.914062 10.3125 C 23.914062 9.679688 23.339844 9.738281 23.339844 9.738281 L 22.046875 9.738281 C 21.246094 9.738281 21.414062 10.371094 21.414062 10.371094 L 21.679688 15.140625 C 21.679688 15.617188 22.132812 15.59375 22.132812 15.59375 Z M 22.65625 16.617188 C 21.929688 16.617188 21.425781 17.125 21.425781 17.8125 C 21.425781 18.480469 21.929688 19 22.65625 19 C 23.378906 19 23.886719 18.480469 23.886719 17.8125 C 23.886719 17.125 23.378906 16.617188 22.65625 16.617188 Z M 22.65625 16.617188 "/>
|
|
845
|
-
</clipPath>
|
|
846
|
-
<clipPath id="clip11">
|
|
847
|
-
<path d="M 21 9 L 24 9 L 24 16 L 21 16 Z M 21 9 "/>
|
|
848
|
-
</clipPath>
|
|
849
|
-
<clipPath id="clip12">
|
|
850
|
-
<path d="M 11.847656 15.644531 C 11.847656 15.644531 11.875 18.925781 7.988281 18.941406 L 7.96875 18.9375 L 7.949219 18.941406 C 4.066406 18.925781 4.089844 15.644531 4.089844 15.644531 L 4.089844 10.4375 C 4.089844 10.4375 4.007812 9.765625 4.632812 9.765625 L 6.125 9.765625 C 6.125 9.765625 6.496094 9.75 6.496094 10.398438 L 6.496094 15.492188 C 6.496094 15.492188 6.480469 16.949219 7.964844 16.949219 L 7.976562 16.949219 C 9.457031 16.949219 9.441406 15.492188 9.441406 15.492188 L 9.441406 10.398438 C 9.441406 9.746094 9.8125 9.765625 9.8125 9.765625 L 11.304688 9.765625 C 11.929688 9.765625 11.847656 10.4375 11.847656 10.4375 Z M 7.96875 18.941406 L 7.945312 18.941406 L 7.992188 18.941406 Z M 20.335938 12.585938 C 20.335938 15.425781 18.089844 15.710938 17.074219 15.769531 L 16.589844 15.769531 C 16.589844 15.769531 16.179688 15.753906 16.179688 16.234375 L 16.179688 18.367188 C 16.179688 18.367188 16.207031 18.757812 15.789062 18.757812 L 14.171875 18.757812 C 14.171875 18.757812 13.796875 18.75 13.796875 18.378906 C 13.796875 18.011719 13.792969 10.289062 13.792969 10.308594 C 13.792969 10.308594 13.722656 9.75 14.347656 9.75 L 17.328125 9.75 C 17.332031 9.75 20.335938 9.75 20.335938 12.585938 Z M 17.890625 12.746094 C 17.890625 11.703125 17.105469 11.6875 17.105469 11.6875 L 16.183594 11.6875 L 16.191406 13.859375 L 16.773438 13.859375 C 17.972656 13.71875 17.890625 12.746094 17.890625 12.746094 Z M 22.132812 15.59375 L 23.171875 15.59375 C 23.730469 15.59375 23.679688 15.085938 23.679688 15.085938 L 23.914062 10.3125 C 23.914062 9.679688 23.339844 9.738281 23.339844 9.738281 L 22.046875 9.738281 C 21.246094 9.738281 21.414062 10.371094 21.414062 10.371094 L 21.679688 15.140625 C 21.679688 15.617188 22.132812 15.59375 22.132812 15.59375 Z M 22.65625 16.617188 C 21.929688 16.617188 21.425781 17.125 21.425781 17.8125 C 21.425781 18.480469 21.929688 19 22.65625 19 C 23.378906 19 23.886719 18.480469 23.886719 17.8125 C 23.886719 17.125 23.378906 16.617188 22.65625 16.617188 Z M 22.65625 16.617188 "/>
|
|
851
|
-
</clipPath>
|
|
852
|
-
<clipPath id="clip13">
|
|
853
|
-
<path d="M 21 16 L 24 16 L 24 19 L 21 19 Z M 21 16 "/>
|
|
854
|
-
</clipPath>
|
|
855
|
-
<clipPath id="clip14">
|
|
856
|
-
<path d="M 11.847656 15.644531 C 11.847656 15.644531 11.875 18.925781 7.988281 18.941406 L 7.96875 18.9375 L 7.949219 18.941406 C 4.066406 18.925781 4.089844 15.644531 4.089844 15.644531 L 4.089844 10.4375 C 4.089844 10.4375 4.007812 9.765625 4.632812 9.765625 L 6.125 9.765625 C 6.125 9.765625 6.496094 9.75 6.496094 10.398438 L 6.496094 15.492188 C 6.496094 15.492188 6.480469 16.949219 7.964844 16.949219 L 7.976562 16.949219 C 9.457031 16.949219 9.441406 15.492188 9.441406 15.492188 L 9.441406 10.398438 C 9.441406 9.746094 9.8125 9.765625 9.8125 9.765625 L 11.304688 9.765625 C 11.929688 9.765625 11.847656 10.4375 11.847656 10.4375 Z M 7.96875 18.941406 L 7.945312 18.941406 L 7.992188 18.941406 Z M 20.335938 12.585938 C 20.335938 15.425781 18.089844 15.710938 17.074219 15.769531 L 16.589844 15.769531 C 16.589844 15.769531 16.179688 15.753906 16.179688 16.234375 L 16.179688 18.367188 C 16.179688 18.367188 16.207031 18.757812 15.789062 18.757812 L 14.171875 18.757812 C 14.171875 18.757812 13.796875 18.75 13.796875 18.378906 C 13.796875 18.011719 13.792969 10.289062 13.792969 10.308594 C 13.792969 10.308594 13.722656 9.75 14.347656 9.75 L 17.328125 9.75 C 17.332031 9.75 20.335938 9.75 20.335938 12.585938 Z M 17.890625 12.746094 C 17.890625 11.703125 17.105469 11.6875 17.105469 11.6875 L 16.183594 11.6875 L 16.191406 13.859375 L 16.773438 13.859375 C 17.972656 13.71875 17.890625 12.746094 17.890625 12.746094 Z M 22.132812 15.59375 L 23.171875 15.59375 C 23.730469 15.59375 23.679688 15.085938 23.679688 15.085938 L 23.914062 10.3125 C 23.914062 9.679688 23.339844 9.738281 23.339844 9.738281 L 22.046875 9.738281 C 21.246094 9.738281 21.414062 10.371094 21.414062 10.371094 L 21.679688 15.140625 C 21.679688 15.617188 22.132812 15.59375 22.132812 15.59375 Z M 22.65625 16.617188 C 21.929688 16.617188 21.425781 17.125 21.425781 17.8125 C 21.425781 18.480469 21.929688 19 22.65625 19 C 23.378906 19 23.886719 18.480469 23.886719 17.8125 C 23.886719 17.125 23.378906 16.617188 22.65625 16.617188 Z M 22.65625 16.617188 "/>
|
|
857
|
-
</clipPath>
|
|
858
|
-
<clipPath id="clip15">
|
|
859
|
-
<path d="M 21 9 L 24 9 L 24 16 L 21 16 Z M 21 9 "/>
|
|
860
|
-
</clipPath>
|
|
861
|
-
<clipPath id="clip16">
|
|
862
|
-
<path d="M 11.847656 15.644531 C 11.847656 15.644531 11.875 18.925781 7.988281 18.941406 L 7.96875 18.9375 L 7.949219 18.941406 C 4.066406 18.925781 4.089844 15.644531 4.089844 15.644531 L 4.089844 10.4375 C 4.089844 10.4375 4.007812 9.765625 4.632812 9.765625 L 6.125 9.765625 C 6.125 9.765625 6.496094 9.75 6.496094 10.398438 L 6.496094 15.492188 C 6.496094 15.492188 6.480469 16.949219 7.964844 16.949219 L 7.976562 16.949219 C 9.457031 16.949219 9.441406 15.492188 9.441406 15.492188 L 9.441406 10.398438 C 9.441406 9.746094 9.8125 9.765625 9.8125 9.765625 L 11.304688 9.765625 C 11.929688 9.765625 11.847656 10.4375 11.847656 10.4375 Z M 7.96875 18.941406 L 7.945312 18.941406 L 7.992188 18.941406 Z M 20.335938 12.585938 C 20.335938 15.425781 18.089844 15.710938 17.074219 15.769531 L 16.589844 15.769531 C 16.589844 15.769531 16.179688 15.753906 16.179688 16.234375 L 16.179688 18.367188 C 16.179688 18.367188 16.207031 18.757812 15.789062 18.757812 L 14.171875 18.757812 C 14.171875 18.757812 13.796875 18.75 13.796875 18.378906 C 13.796875 18.011719 13.792969 10.289062 13.792969 10.308594 C 13.792969 10.308594 13.722656 9.75 14.347656 9.75 L 17.328125 9.75 C 17.332031 9.75 20.335938 9.75 20.335938 12.585938 Z M 17.890625 12.746094 C 17.890625 11.703125 17.105469 11.6875 17.105469 11.6875 L 16.183594 11.6875 L 16.191406 13.859375 L 16.773438 13.859375 C 17.972656 13.71875 17.890625 12.746094 17.890625 12.746094 Z M 22.132812 15.59375 L 23.171875 15.59375 C 23.730469 15.59375 23.679688 15.085938 23.679688 15.085938 L 23.914062 10.3125 C 23.914062 9.679688 23.339844 9.738281 23.339844 9.738281 L 22.046875 9.738281 C 21.246094 9.738281 21.414062 10.371094 21.414062 10.371094 L 21.679688 15.140625 C 21.679688 15.617188 22.132812 15.59375 22.132812 15.59375 Z M 22.65625 16.617188 C 21.929688 16.617188 21.425781 17.125 21.425781 17.8125 C 21.425781 18.480469 21.929688 19 22.65625 19 C 23.378906 19 23.886719 18.480469 23.886719 17.8125 C 23.886719 17.125 23.378906 16.617188 22.65625 16.617188 Z M 22.65625 16.617188 "/>
|
|
863
|
-
</clipPath>
|
|
864
|
-
<clipPath id="clip17">
|
|
865
|
-
<path d="M 21 16 L 24 16 L 24 19 L 21 19 Z M 21 16 "/>
|
|
866
|
-
</clipPath>
|
|
867
|
-
<clipPath id="clip18">
|
|
868
|
-
<path d="M 11.847656 15.644531 C 11.847656 15.644531 11.875 18.925781 7.988281 18.941406 L 7.96875 18.9375 L 7.949219 18.941406 C 4.066406 18.925781 4.089844 15.644531 4.089844 15.644531 L 4.089844 10.4375 C 4.089844 10.4375 4.007812 9.765625 4.632812 9.765625 L 6.125 9.765625 C 6.125 9.765625 6.496094 9.75 6.496094 10.398438 L 6.496094 15.492188 C 6.496094 15.492188 6.480469 16.949219 7.964844 16.949219 L 7.976562 16.949219 C 9.457031 16.949219 9.441406 15.492188 9.441406 15.492188 L 9.441406 10.398438 C 9.441406 9.746094 9.8125 9.765625 9.8125 9.765625 L 11.304688 9.765625 C 11.929688 9.765625 11.847656 10.4375 11.847656 10.4375 Z M 7.96875 18.941406 L 7.945312 18.941406 L 7.992188 18.941406 Z M 20.335938 12.585938 C 20.335938 15.425781 18.089844 15.710938 17.074219 15.769531 L 16.589844 15.769531 C 16.589844 15.769531 16.179688 15.753906 16.179688 16.234375 L 16.179688 18.367188 C 16.179688 18.367188 16.207031 18.757812 15.789062 18.757812 L 14.171875 18.757812 C 14.171875 18.757812 13.796875 18.75 13.796875 18.378906 C 13.796875 18.011719 13.792969 10.289062 13.792969 10.308594 C 13.792969 10.308594 13.722656 9.75 14.347656 9.75 L 17.328125 9.75 C 17.332031 9.75 20.335938 9.75 20.335938 12.585938 Z M 17.890625 12.746094 C 17.890625 11.703125 17.105469 11.6875 17.105469 11.6875 L 16.183594 11.6875 L 16.191406 13.859375 L 16.773438 13.859375 C 17.972656 13.71875 17.890625 12.746094 17.890625 12.746094 Z M 22.132812 15.59375 L 23.171875 15.59375 C 23.730469 15.59375 23.679688 15.085938 23.679688 15.085938 L 23.914062 10.3125 C 23.914062 9.679688 23.339844 9.738281 23.339844 9.738281 L 22.046875 9.738281 C 21.246094 9.738281 21.414062 10.371094 21.414062 10.371094 L 21.679688 15.140625 C 21.679688 15.617188 22.132812 15.59375 22.132812 15.59375 Z M 22.65625 16.617188 C 21.929688 16.617188 21.425781 17.125 21.425781 17.8125 C 21.425781 18.480469 21.929688 19 22.65625 19 C 23.378906 19 23.886719 18.480469 23.886719 17.8125 C 23.886719 17.125 23.378906 16.617188 22.65625 16.617188 Z M 22.65625 16.617188 "/>
|
|
869
|
-
</clipPath>
|
|
870
|
-
<clipPath id="clip19">
|
|
871
|
-
<path d="M 21 9 L 24 9 L 24 16 L 21 16 Z M 21 9 "/>
|
|
872
|
-
</clipPath>
|
|
873
|
-
<clipPath id="clip20">
|
|
874
|
-
<path d="M 11.847656 15.644531 C 11.847656 15.644531 11.875 18.925781 7.988281 18.941406 L 7.96875 18.9375 L 7.949219 18.941406 C 4.066406 18.925781 4.089844 15.644531 4.089844 15.644531 L 4.089844 10.4375 C 4.089844 10.4375 4.007812 9.765625 4.632812 9.765625 L 6.125 9.765625 C 6.125 9.765625 6.496094 9.75 6.496094 10.398438 L 6.496094 15.492188 C 6.496094 15.492188 6.480469 16.949219 7.964844 16.949219 L 7.976562 16.949219 C 9.457031 16.949219 9.441406 15.492188 9.441406 15.492188 L 9.441406 10.398438 C 9.441406 9.746094 9.8125 9.765625 9.8125 9.765625 L 11.304688 9.765625 C 11.929688 9.765625 11.847656 10.4375 11.847656 10.4375 Z M 7.96875 18.941406 L 7.945312 18.941406 L 7.992188 18.941406 Z M 20.335938 12.585938 C 20.335938 15.425781 18.089844 15.710938 17.074219 15.769531 L 16.589844 15.769531 C 16.589844 15.769531 16.179688 15.753906 16.179688 16.234375 L 16.179688 18.367188 C 16.179688 18.367188 16.207031 18.757812 15.789062 18.757812 L 14.171875 18.757812 C 14.171875 18.757812 13.796875 18.75 13.796875 18.378906 C 13.796875 18.011719 13.792969 10.289062 13.792969 10.308594 C 13.792969 10.308594 13.722656 9.75 14.347656 9.75 L 17.328125 9.75 C 17.332031 9.75 20.335938 9.75 20.335938 12.585938 Z M 17.890625 12.746094 C 17.890625 11.703125 17.105469 11.6875 17.105469 11.6875 L 16.183594 11.6875 L 16.191406 13.859375 L 16.773438 13.859375 C 17.972656 13.71875 17.890625 12.746094 17.890625 12.746094 Z M 22.132812 15.59375 L 23.171875 15.59375 C 23.730469 15.59375 23.679688 15.085938 23.679688 15.085938 L 23.914062 10.3125 C 23.914062 9.679688 23.339844 9.738281 23.339844 9.738281 L 22.046875 9.738281 C 21.246094 9.738281 21.414062 10.371094 21.414062 10.371094 L 21.679688 15.140625 C 21.679688 15.617188 22.132812 15.59375 22.132812 15.59375 Z M 22.65625 16.617188 C 21.929688 16.617188 21.425781 17.125 21.425781 17.8125 C 21.425781 18.480469 21.929688 19 22.65625 19 C 23.378906 19 23.886719 18.480469 23.886719 17.8125 C 23.886719 17.125 23.378906 16.617188 22.65625 16.617188 Z M 22.65625 16.617188 "/>
|
|
875
|
-
</clipPath>
|
|
876
|
-
<clipPath id="clip21">
|
|
877
|
-
<path d="M 21 16 L 24 16 L 24 19 L 21 19 Z M 21 16 "/>
|
|
878
|
-
</clipPath>
|
|
879
|
-
<clipPath id="clip22">
|
|
880
|
-
<path d="M 11.847656 15.644531 C 11.847656 15.644531 11.875 18.925781 7.988281 18.941406 L 7.96875 18.9375 L 7.949219 18.941406 C 4.066406 18.925781 4.089844 15.644531 4.089844 15.644531 L 4.089844 10.4375 C 4.089844 10.4375 4.007812 9.765625 4.632812 9.765625 L 6.125 9.765625 C 6.125 9.765625 6.496094 9.75 6.496094 10.398438 L 6.496094 15.492188 C 6.496094 15.492188 6.480469 16.949219 7.964844 16.949219 L 7.976562 16.949219 C 9.457031 16.949219 9.441406 15.492188 9.441406 15.492188 L 9.441406 10.398438 C 9.441406 9.746094 9.8125 9.765625 9.8125 9.765625 L 11.304688 9.765625 C 11.929688 9.765625 11.847656 10.4375 11.847656 10.4375 Z M 7.96875 18.941406 L 7.945312 18.941406 L 7.992188 18.941406 Z M 20.335938 12.585938 C 20.335938 15.425781 18.089844 15.710938 17.074219 15.769531 L 16.589844 15.769531 C 16.589844 15.769531 16.179688 15.753906 16.179688 16.234375 L 16.179688 18.367188 C 16.179688 18.367188 16.207031 18.757812 15.789062 18.757812 L 14.171875 18.757812 C 14.171875 18.757812 13.796875 18.75 13.796875 18.378906 C 13.796875 18.011719 13.792969 10.289062 13.792969 10.308594 C 13.792969 10.308594 13.722656 9.75 14.347656 9.75 L 17.328125 9.75 C 17.332031 9.75 20.335938 9.75 20.335938 12.585938 Z M 17.890625 12.746094 C 17.890625 11.703125 17.105469 11.6875 17.105469 11.6875 L 16.183594 11.6875 L 16.191406 13.859375 L 16.773438 13.859375 C 17.972656 13.71875 17.890625 12.746094 17.890625 12.746094 Z M 22.132812 15.59375 L 23.171875 15.59375 C 23.730469 15.59375 23.679688 15.085938 23.679688 15.085938 L 23.914062 10.3125 C 23.914062 9.679688 23.339844 9.738281 23.339844 9.738281 L 22.046875 9.738281 C 21.246094 9.738281 21.414062 10.371094 21.414062 10.371094 L 21.679688 15.140625 C 21.679688 15.617188 22.132812 15.59375 22.132812 15.59375 Z M 22.65625 16.617188 C 21.929688 16.617188 21.425781 17.125 21.425781 17.8125 C 21.425781 18.480469 21.929688 19 22.65625 19 C 23.378906 19 23.886719 18.480469 23.886719 17.8125 C 23.886719 17.125 23.378906 16.617188 22.65625 16.617188 Z M 22.65625 16.617188 "/>
|
|
881
|
-
</clipPath>
|
|
882
|
-
<clipPath id="clip23">
|
|
883
|
-
<path d="M 21 9 L 24 9 L 24 16 L 21 16 Z M 21 9 "/>
|
|
884
|
-
</clipPath>
|
|
885
|
-
<clipPath id="clip24">
|
|
886
|
-
<path d="M 11.847656 15.644531 C 11.847656 15.644531 11.875 18.925781 7.988281 18.941406 L 7.96875 18.9375 L 7.949219 18.941406 C 4.066406 18.925781 4.089844 15.644531 4.089844 15.644531 L 4.089844 10.4375 C 4.089844 10.4375 4.007812 9.765625 4.632812 9.765625 L 6.125 9.765625 C 6.125 9.765625 6.496094 9.75 6.496094 10.398438 L 6.496094 15.492188 C 6.496094 15.492188 6.480469 16.949219 7.964844 16.949219 L 7.976562 16.949219 C 9.457031 16.949219 9.441406 15.492188 9.441406 15.492188 L 9.441406 10.398438 C 9.441406 9.746094 9.8125 9.765625 9.8125 9.765625 L 11.304688 9.765625 C 11.929688 9.765625 11.847656 10.4375 11.847656 10.4375 Z M 7.96875 18.941406 L 7.945312 18.941406 L 7.992188 18.941406 Z M 20.335938 12.585938 C 20.335938 15.425781 18.089844 15.710938 17.074219 15.769531 L 16.589844 15.769531 C 16.589844 15.769531 16.179688 15.753906 16.179688 16.234375 L 16.179688 18.367188 C 16.179688 18.367188 16.207031 18.757812 15.789062 18.757812 L 14.171875 18.757812 C 14.171875 18.757812 13.796875 18.75 13.796875 18.378906 C 13.796875 18.011719 13.792969 10.289062 13.792969 10.308594 C 13.792969 10.308594 13.722656 9.75 14.347656 9.75 L 17.328125 9.75 C 17.332031 9.75 20.335938 9.75 20.335938 12.585938 Z M 17.890625 12.746094 C 17.890625 11.703125 17.105469 11.6875 17.105469 11.6875 L 16.183594 11.6875 L 16.191406 13.859375 L 16.773438 13.859375 C 17.972656 13.71875 17.890625 12.746094 17.890625 12.746094 Z M 22.132812 15.59375 L 23.171875 15.59375 C 23.730469 15.59375 23.679688 15.085938 23.679688 15.085938 L 23.914062 10.3125 C 23.914062 9.679688 23.339844 9.738281 23.339844 9.738281 L 22.046875 9.738281 C 21.246094 9.738281 21.414062 10.371094 21.414062 10.371094 L 21.679688 15.140625 C 21.679688 15.617188 22.132812 15.59375 22.132812 15.59375 Z M 22.65625 16.617188 C 21.929688 16.617188 21.425781 17.125 21.425781 17.8125 C 21.425781 18.480469 21.929688 19 22.65625 19 C 23.378906 19 23.886719 18.480469 23.886719 17.8125 C 23.886719 17.125 23.378906 16.617188 22.65625 16.617188 Z M 22.65625 16.617188 "/>
|
|
887
|
-
</clipPath>
|
|
888
|
-
<clipPath id="clip25">
|
|
889
|
-
<path d="M 21 16 L 24 16 L 24 19 L 21 19 Z M 21 16 "/>
|
|
890
|
-
</clipPath>
|
|
891
|
-
<clipPath id="clip26">
|
|
892
|
-
<path d="M 11.847656 15.644531 C 11.847656 15.644531 11.875 18.925781 7.988281 18.941406 L 7.96875 18.9375 L 7.949219 18.941406 C 4.066406 18.925781 4.089844 15.644531 4.089844 15.644531 L 4.089844 10.4375 C 4.089844 10.4375 4.007812 9.765625 4.632812 9.765625 L 6.125 9.765625 C 6.125 9.765625 6.496094 9.75 6.496094 10.398438 L 6.496094 15.492188 C 6.496094 15.492188 6.480469 16.949219 7.964844 16.949219 L 7.976562 16.949219 C 9.457031 16.949219 9.441406 15.492188 9.441406 15.492188 L 9.441406 10.398438 C 9.441406 9.746094 9.8125 9.765625 9.8125 9.765625 L 11.304688 9.765625 C 11.929688 9.765625 11.847656 10.4375 11.847656 10.4375 Z M 7.96875 18.941406 L 7.945312 18.941406 L 7.992188 18.941406 Z M 20.335938 12.585938 C 20.335938 15.425781 18.089844 15.710938 17.074219 15.769531 L 16.589844 15.769531 C 16.589844 15.769531 16.179688 15.753906 16.179688 16.234375 L 16.179688 18.367188 C 16.179688 18.367188 16.207031 18.757812 15.789062 18.757812 L 14.171875 18.757812 C 14.171875 18.757812 13.796875 18.75 13.796875 18.378906 C 13.796875 18.011719 13.792969 10.289062 13.792969 10.308594 C 13.792969 10.308594 13.722656 9.75 14.347656 9.75 L 17.328125 9.75 C 17.332031 9.75 20.335938 9.75 20.335938 12.585938 Z M 17.890625 12.746094 C 17.890625 11.703125 17.105469 11.6875 17.105469 11.6875 L 16.183594 11.6875 L 16.191406 13.859375 L 16.773438 13.859375 C 17.972656 13.71875 17.890625 12.746094 17.890625 12.746094 Z M 22.132812 15.59375 L 23.171875 15.59375 C 23.730469 15.59375 23.679688 15.085938 23.679688 15.085938 L 23.914062 10.3125 C 23.914062 9.679688 23.339844 9.738281 23.339844 9.738281 L 22.046875 9.738281 C 21.246094 9.738281 21.414062 10.371094 21.414062 10.371094 L 21.679688 15.140625 C 21.679688 15.617188 22.132812 15.59375 22.132812 15.59375 Z M 22.65625 16.617188 C 21.929688 16.617188 21.425781 17.125 21.425781 17.8125 C 21.425781 18.480469 21.929688 19 22.65625 19 C 23.378906 19 23.886719 18.480469 23.886719 17.8125 C 23.886719 17.125 23.378906 16.617188 22.65625 16.617188 Z M 22.65625 16.617188 "/>
|
|
893
|
-
</clipPath>
|
|
894
|
-
<clipPath id="clip27">
|
|
895
|
-
<path d="M 21 9 L 24 9 L 24 16 L 21 16 Z M 21 9 "/>
|
|
896
|
-
</clipPath>
|
|
897
|
-
<clipPath id="clip28">
|
|
898
|
-
<path d="M 11.847656 15.644531 C 11.847656 15.644531 11.875 18.925781 7.988281 18.941406 L 7.96875 18.9375 L 7.949219 18.941406 C 4.066406 18.925781 4.089844 15.644531 4.089844 15.644531 L 4.089844 10.4375 C 4.089844 10.4375 4.007812 9.765625 4.632812 9.765625 L 6.125 9.765625 C 6.125 9.765625 6.496094 9.75 6.496094 10.398438 L 6.496094 15.492188 C 6.496094 15.492188 6.480469 16.949219 7.964844 16.949219 L 7.976562 16.949219 C 9.457031 16.949219 9.441406 15.492188 9.441406 15.492188 L 9.441406 10.398438 C 9.441406 9.746094 9.8125 9.765625 9.8125 9.765625 L 11.304688 9.765625 C 11.929688 9.765625 11.847656 10.4375 11.847656 10.4375 Z M 7.96875 18.941406 L 7.945312 18.941406 L 7.992188 18.941406 Z M 20.335938 12.585938 C 20.335938 15.425781 18.089844 15.710938 17.074219 15.769531 L 16.589844 15.769531 C 16.589844 15.769531 16.179688 15.753906 16.179688 16.234375 L 16.179688 18.367188 C 16.179688 18.367188 16.207031 18.757812 15.789062 18.757812 L 14.171875 18.757812 C 14.171875 18.757812 13.796875 18.75 13.796875 18.378906 C 13.796875 18.011719 13.792969 10.289062 13.792969 10.308594 C 13.792969 10.308594 13.722656 9.75 14.347656 9.75 L 17.328125 9.75 C 17.332031 9.75 20.335938 9.75 20.335938 12.585938 Z M 17.890625 12.746094 C 17.890625 11.703125 17.105469 11.6875 17.105469 11.6875 L 16.183594 11.6875 L 16.191406 13.859375 L 16.773438 13.859375 C 17.972656 13.71875 17.890625 12.746094 17.890625 12.746094 Z M 22.132812 15.59375 L 23.171875 15.59375 C 23.730469 15.59375 23.679688 15.085938 23.679688 15.085938 L 23.914062 10.3125 C 23.914062 9.679688 23.339844 9.738281 23.339844 9.738281 L 22.046875 9.738281 C 21.246094 9.738281 21.414062 10.371094 21.414062 10.371094 L 21.679688 15.140625 C 21.679688 15.617188 22.132812 15.59375 22.132812 15.59375 Z M 22.65625 16.617188 C 21.929688 16.617188 21.425781 17.125 21.425781 17.8125 C 21.425781 18.480469 21.929688 19 22.65625 19 C 23.378906 19 23.886719 18.480469 23.886719 17.8125 C 23.886719 17.125 23.378906 16.617188 22.65625 16.617188 Z M 22.65625 16.617188 "/>
|
|
899
|
-
</clipPath>
|
|
900
|
-
<clipPath id="clip29">
|
|
901
|
-
<path d="M 21 16 L 24 16 L 24 19 L 21 19 Z M 21 16 "/>
|
|
902
|
-
</clipPath>
|
|
903
|
-
<clipPath id="clip30">
|
|
904
|
-
<path d="M 11.847656 15.644531 C 11.847656 15.644531 11.875 18.925781 7.988281 18.941406 L 7.96875 18.9375 L 7.949219 18.941406 C 4.066406 18.925781 4.089844 15.644531 4.089844 15.644531 L 4.089844 10.4375 C 4.089844 10.4375 4.007812 9.765625 4.632812 9.765625 L 6.125 9.765625 C 6.125 9.765625 6.496094 9.75 6.496094 10.398438 L 6.496094 15.492188 C 6.496094 15.492188 6.480469 16.949219 7.964844 16.949219 L 7.976562 16.949219 C 9.457031 16.949219 9.441406 15.492188 9.441406 15.492188 L 9.441406 10.398438 C 9.441406 9.746094 9.8125 9.765625 9.8125 9.765625 L 11.304688 9.765625 C 11.929688 9.765625 11.847656 10.4375 11.847656 10.4375 Z M 7.96875 18.941406 L 7.945312 18.941406 L 7.992188 18.941406 Z M 20.335938 12.585938 C 20.335938 15.425781 18.089844 15.710938 17.074219 15.769531 L 16.589844 15.769531 C 16.589844 15.769531 16.179688 15.753906 16.179688 16.234375 L 16.179688 18.367188 C 16.179688 18.367188 16.207031 18.757812 15.789062 18.757812 L 14.171875 18.757812 C 14.171875 18.757812 13.796875 18.75 13.796875 18.378906 C 13.796875 18.011719 13.792969 10.289062 13.792969 10.308594 C 13.792969 10.308594 13.722656 9.75 14.347656 9.75 L 17.328125 9.75 C 17.332031 9.75 20.335938 9.75 20.335938 12.585938 Z M 17.890625 12.746094 C 17.890625 11.703125 17.105469 11.6875 17.105469 11.6875 L 16.183594 11.6875 L 16.191406 13.859375 L 16.773438 13.859375 C 17.972656 13.71875 17.890625 12.746094 17.890625 12.746094 Z M 22.132812 15.59375 L 23.171875 15.59375 C 23.730469 15.59375 23.679688 15.085938 23.679688 15.085938 L 23.914062 10.3125 C 23.914062 9.679688 23.339844 9.738281 23.339844 9.738281 L 22.046875 9.738281 C 21.246094 9.738281 21.414062 10.371094 21.414062 10.371094 L 21.679688 15.140625 C 21.679688 15.617188 22.132812 15.59375 22.132812 15.59375 Z M 22.65625 16.617188 C 21.929688 16.617188 21.425781 17.125 21.425781 17.8125 C 21.425781 18.480469 21.929688 19 22.65625 19 C 23.378906 19 23.886719 18.480469 23.886719 17.8125 C 23.886719 17.125 23.378906 16.617188 22.65625 16.617188 Z M 22.65625 16.617188 "/>
|
|
905
|
-
</clipPath>
|
|
906
|
-
<clipPath id="clip31">
|
|
907
|
-
<path d="M 21 9 L 24 9 L 24 16 L 21 16 Z M 21 9 "/>
|
|
908
|
-
</clipPath>
|
|
909
|
-
<clipPath id="clip32">
|
|
910
|
-
<path d="M 11.847656 15.644531 C 11.847656 15.644531 11.875 18.925781 7.988281 18.941406 L 7.96875 18.9375 L 7.949219 18.941406 C 4.066406 18.925781 4.089844 15.644531 4.089844 15.644531 L 4.089844 10.4375 C 4.089844 10.4375 4.007812 9.765625 4.632812 9.765625 L 6.125 9.765625 C 6.125 9.765625 6.496094 9.75 6.496094 10.398438 L 6.496094 15.492188 C 6.496094 15.492188 6.480469 16.949219 7.964844 16.949219 L 7.976562 16.949219 C 9.457031 16.949219 9.441406 15.492188 9.441406 15.492188 L 9.441406 10.398438 C 9.441406 9.746094 9.8125 9.765625 9.8125 9.765625 L 11.304688 9.765625 C 11.929688 9.765625 11.847656 10.4375 11.847656 10.4375 Z M 7.96875 18.941406 L 7.945312 18.941406 L 7.992188 18.941406 Z M 20.335938 12.585938 C 20.335938 15.425781 18.089844 15.710938 17.074219 15.769531 L 16.589844 15.769531 C 16.589844 15.769531 16.179688 15.753906 16.179688 16.234375 L 16.179688 18.367188 C 16.179688 18.367188 16.207031 18.757812 15.789062 18.757812 L 14.171875 18.757812 C 14.171875 18.757812 13.796875 18.75 13.796875 18.378906 C 13.796875 18.011719 13.792969 10.289062 13.792969 10.308594 C 13.792969 10.308594 13.722656 9.75 14.347656 9.75 L 17.328125 9.75 C 17.332031 9.75 20.335938 9.75 20.335938 12.585938 Z M 17.890625 12.746094 C 17.890625 11.703125 17.105469 11.6875 17.105469 11.6875 L 16.183594 11.6875 L 16.191406 13.859375 L 16.773438 13.859375 C 17.972656 13.71875 17.890625 12.746094 17.890625 12.746094 Z M 22.132812 15.59375 L 23.171875 15.59375 C 23.730469 15.59375 23.679688 15.085938 23.679688 15.085938 L 23.914062 10.3125 C 23.914062 9.679688 23.339844 9.738281 23.339844 9.738281 L 22.046875 9.738281 C 21.246094 9.738281 21.414062 10.371094 21.414062 10.371094 L 21.679688 15.140625 C 21.679688 15.617188 22.132812 15.59375 22.132812 15.59375 Z M 22.65625 16.617188 C 21.929688 16.617188 21.425781 17.125 21.425781 17.8125 C 21.425781 18.480469 21.929688 19 22.65625 19 C 23.378906 19 23.886719 18.480469 23.886719 17.8125 C 23.886719 17.125 23.378906 16.617188 22.65625 16.617188 Z M 22.65625 16.617188 "/>
|
|
911
|
-
</clipPath>
|
|
912
|
-
<clipPath id="clip33">
|
|
913
|
-
<path d="M 21 16 L 24 16 L 24 19 L 21 19 Z M 21 16 "/>
|
|
914
|
-
</clipPath>
|
|
915
|
-
<clipPath id="clip34">
|
|
916
|
-
<path d="M 11.847656 15.644531 C 11.847656 15.644531 11.875 18.925781 7.988281 18.941406 L 7.96875 18.9375 L 7.949219 18.941406 C 4.066406 18.925781 4.089844 15.644531 4.089844 15.644531 L 4.089844 10.4375 C 4.089844 10.4375 4.007812 9.765625 4.632812 9.765625 L 6.125 9.765625 C 6.125 9.765625 6.496094 9.75 6.496094 10.398438 L 6.496094 15.492188 C 6.496094 15.492188 6.480469 16.949219 7.964844 16.949219 L 7.976562 16.949219 C 9.457031 16.949219 9.441406 15.492188 9.441406 15.492188 L 9.441406 10.398438 C 9.441406 9.746094 9.8125 9.765625 9.8125 9.765625 L 11.304688 9.765625 C 11.929688 9.765625 11.847656 10.4375 11.847656 10.4375 Z M 7.96875 18.941406 L 7.945312 18.941406 L 7.992188 18.941406 Z M 20.335938 12.585938 C 20.335938 15.425781 18.089844 15.710938 17.074219 15.769531 L 16.589844 15.769531 C 16.589844 15.769531 16.179688 15.753906 16.179688 16.234375 L 16.179688 18.367188 C 16.179688 18.367188 16.207031 18.757812 15.789062 18.757812 L 14.171875 18.757812 C 14.171875 18.757812 13.796875 18.75 13.796875 18.378906 C 13.796875 18.011719 13.792969 10.289062 13.792969 10.308594 C 13.792969 10.308594 13.722656 9.75 14.347656 9.75 L 17.328125 9.75 C 17.332031 9.75 20.335938 9.75 20.335938 12.585938 Z M 17.890625 12.746094 C 17.890625 11.703125 17.105469 11.6875 17.105469 11.6875 L 16.183594 11.6875 L 16.191406 13.859375 L 16.773438 13.859375 C 17.972656 13.71875 17.890625 12.746094 17.890625 12.746094 Z M 22.132812 15.59375 L 23.171875 15.59375 C 23.730469 15.59375 23.679688 15.085938 23.679688 15.085938 L 23.914062 10.3125 C 23.914062 9.679688 23.339844 9.738281 23.339844 9.738281 L 22.046875 9.738281 C 21.246094 9.738281 21.414062 10.371094 21.414062 10.371094 L 21.679688 15.140625 C 21.679688 15.617188 22.132812 15.59375 22.132812 15.59375 Z M 22.65625 16.617188 C 21.929688 16.617188 21.425781 17.125 21.425781 17.8125 C 21.425781 18.480469 21.929688 19 22.65625 19 C 23.378906 19 23.886719 18.480469 23.886719 17.8125 C 23.886719 17.125 23.378906 16.617188 22.65625 16.617188 Z M 22.65625 16.617188 "/>
|
|
917
|
-
</clipPath>
|
|
918
|
-
<clipPath id="clip35">
|
|
919
|
-
<path d="M 21 10 L 24 10 L 24 16 L 21 16 Z M 21 10 "/>
|
|
920
|
-
</clipPath>
|
|
921
|
-
<clipPath id="clip36">
|
|
922
|
-
<path d="M 11.847656 15.644531 C 11.847656 15.644531 11.875 18.925781 7.988281 18.941406 L 7.96875 18.9375 L 7.949219 18.941406 C 4.066406 18.925781 4.089844 15.644531 4.089844 15.644531 L 4.089844 10.4375 C 4.089844 10.4375 4.007812 9.765625 4.632812 9.765625 L 6.125 9.765625 C 6.125 9.765625 6.496094 9.75 6.496094 10.398438 L 6.496094 15.492188 C 6.496094 15.492188 6.480469 16.949219 7.964844 16.949219 L 7.976562 16.949219 C 9.457031 16.949219 9.441406 15.492188 9.441406 15.492188 L 9.441406 10.398438 C 9.441406 9.746094 9.8125 9.765625 9.8125 9.765625 L 11.304688 9.765625 C 11.929688 9.765625 11.847656 10.4375 11.847656 10.4375 Z M 7.96875 18.941406 L 7.945312 18.941406 L 7.992188 18.941406 Z M 20.335938 12.585938 C 20.335938 15.425781 18.089844 15.710938 17.074219 15.769531 L 16.589844 15.769531 C 16.589844 15.769531 16.179688 15.753906 16.179688 16.234375 L 16.179688 18.367188 C 16.179688 18.367188 16.207031 18.757812 15.789062 18.757812 L 14.171875 18.757812 C 14.171875 18.757812 13.796875 18.75 13.796875 18.378906 C 13.796875 18.011719 13.792969 10.289062 13.792969 10.308594 C 13.792969 10.308594 13.722656 9.75 14.347656 9.75 L 17.328125 9.75 C 17.332031 9.75 20.335938 9.75 20.335938 12.585938 Z M 17.890625 12.746094 C 17.890625 11.703125 17.105469 11.6875 17.105469 11.6875 L 16.183594 11.6875 L 16.191406 13.859375 L 16.773438 13.859375 C 17.972656 13.71875 17.890625 12.746094 17.890625 12.746094 Z M 22.132812 15.59375 L 23.171875 15.59375 C 23.730469 15.59375 23.679688 15.085938 23.679688 15.085938 L 23.914062 10.3125 C 23.914062 9.679688 23.339844 9.738281 23.339844 9.738281 L 22.046875 9.738281 C 21.246094 9.738281 21.414062 10.371094 21.414062 10.371094 L 21.679688 15.140625 C 21.679688 15.617188 22.132812 15.59375 22.132812 15.59375 Z M 22.65625 16.617188 C 21.929688 16.617188 21.425781 17.125 21.425781 17.8125 C 21.425781 18.480469 21.929688 19 22.65625 19 C 23.378906 19 23.886719 18.480469 23.886719 17.8125 C 23.886719 17.125 23.378906 16.617188 22.65625 16.617188 Z M 22.65625 16.617188 "/>
|
|
923
|
-
</clipPath>
|
|
924
|
-
<clipPath id="clip37">
|
|
925
|
-
<path d="M 21 16 L 24 16 L 24 19 L 21 19 Z M 21 16 "/>
|
|
926
|
-
</clipPath>
|
|
927
|
-
<clipPath id="clip38">
|
|
928
|
-
<path d="M 11.847656 15.644531 C 11.847656 15.644531 11.875 18.925781 7.988281 18.941406 L 7.96875 18.9375 L 7.949219 18.941406 C 4.066406 18.925781 4.089844 15.644531 4.089844 15.644531 L 4.089844 10.4375 C 4.089844 10.4375 4.007812 9.765625 4.632812 9.765625 L 6.125 9.765625 C 6.125 9.765625 6.496094 9.75 6.496094 10.398438 L 6.496094 15.492188 C 6.496094 15.492188 6.480469 16.949219 7.964844 16.949219 L 7.976562 16.949219 C 9.457031 16.949219 9.441406 15.492188 9.441406 15.492188 L 9.441406 10.398438 C 9.441406 9.746094 9.8125 9.765625 9.8125 9.765625 L 11.304688 9.765625 C 11.929688 9.765625 11.847656 10.4375 11.847656 10.4375 Z M 7.96875 18.941406 L 7.945312 18.941406 L 7.992188 18.941406 Z M 20.335938 12.585938 C 20.335938 15.425781 18.089844 15.710938 17.074219 15.769531 L 16.589844 15.769531 C 16.589844 15.769531 16.179688 15.753906 16.179688 16.234375 L 16.179688 18.367188 C 16.179688 18.367188 16.207031 18.757812 15.789062 18.757812 L 14.171875 18.757812 C 14.171875 18.757812 13.796875 18.75 13.796875 18.378906 C 13.796875 18.011719 13.792969 10.289062 13.792969 10.308594 C 13.792969 10.308594 13.722656 9.75 14.347656 9.75 L 17.328125 9.75 C 17.332031 9.75 20.335938 9.75 20.335938 12.585938 Z M 17.890625 12.746094 C 17.890625 11.703125 17.105469 11.6875 17.105469 11.6875 L 16.183594 11.6875 L 16.191406 13.859375 L 16.773438 13.859375 C 17.972656 13.71875 17.890625 12.746094 17.890625 12.746094 Z M 22.132812 15.59375 L 23.171875 15.59375 C 23.730469 15.59375 23.679688 15.085938 23.679688 15.085938 L 23.914062 10.3125 C 23.914062 9.679688 23.339844 9.738281 23.339844 9.738281 L 22.046875 9.738281 C 21.246094 9.738281 21.414062 10.371094 21.414062 10.371094 L 21.679688 15.140625 C 21.679688 15.617188 22.132812 15.59375 22.132812 15.59375 Z M 22.65625 16.617188 C 21.929688 16.617188 21.425781 17.125 21.425781 17.8125 C 21.425781 18.480469 21.929688 19 22.65625 19 C 23.378906 19 23.886719 18.480469 23.886719 17.8125 C 23.886719 17.125 23.378906 16.617188 22.65625 16.617188 Z M 22.65625 16.617188 "/>
|
|
929
|
-
</clipPath>
|
|
930
|
-
<clipPath id="clip39">
|
|
931
|
-
<path d="M 21 10 L 24 10 L 24 16 L 21 16 Z M 21 10 "/>
|
|
932
|
-
</clipPath>
|
|
933
|
-
<clipPath id="clip40">
|
|
934
|
-
<path d="M 11.847656 15.644531 C 11.847656 15.644531 11.875 18.925781 7.988281 18.941406 L 7.96875 18.9375 L 7.949219 18.941406 C 4.066406 18.925781 4.089844 15.644531 4.089844 15.644531 L 4.089844 10.4375 C 4.089844 10.4375 4.007812 9.765625 4.632812 9.765625 L 6.125 9.765625 C 6.125 9.765625 6.496094 9.75 6.496094 10.398438 L 6.496094 15.492188 C 6.496094 15.492188 6.480469 16.949219 7.964844 16.949219 L 7.976562 16.949219 C 9.457031 16.949219 9.441406 15.492188 9.441406 15.492188 L 9.441406 10.398438 C 9.441406 9.746094 9.8125 9.765625 9.8125 9.765625 L 11.304688 9.765625 C 11.929688 9.765625 11.847656 10.4375 11.847656 10.4375 Z M 7.96875 18.941406 L 7.945312 18.941406 L 7.992188 18.941406 Z M 20.335938 12.585938 C 20.335938 15.425781 18.089844 15.710938 17.074219 15.769531 L 16.589844 15.769531 C 16.589844 15.769531 16.179688 15.753906 16.179688 16.234375 L 16.179688 18.367188 C 16.179688 18.367188 16.207031 18.757812 15.789062 18.757812 L 14.171875 18.757812 C 14.171875 18.757812 13.796875 18.75 13.796875 18.378906 C 13.796875 18.011719 13.792969 10.289062 13.792969 10.308594 C 13.792969 10.308594 13.722656 9.75 14.347656 9.75 L 17.328125 9.75 C 17.332031 9.75 20.335938 9.75 20.335938 12.585938 Z M 17.890625 12.746094 C 17.890625 11.703125 17.105469 11.6875 17.105469 11.6875 L 16.183594 11.6875 L 16.191406 13.859375 L 16.773438 13.859375 C 17.972656 13.71875 17.890625 12.746094 17.890625 12.746094 Z M 22.132812 15.59375 L 23.171875 15.59375 C 23.730469 15.59375 23.679688 15.085938 23.679688 15.085938 L 23.914062 10.3125 C 23.914062 9.679688 23.339844 9.738281 23.339844 9.738281 L 22.046875 9.738281 C 21.246094 9.738281 21.414062 10.371094 21.414062 10.371094 L 21.679688 15.140625 C 21.679688 15.617188 22.132812 15.59375 22.132812 15.59375 Z M 22.65625 16.617188 C 21.929688 16.617188 21.425781 17.125 21.425781 17.8125 C 21.425781 18.480469 21.929688 19 22.65625 19 C 23.378906 19 23.886719 18.480469 23.886719 17.8125 C 23.886719 17.125 23.378906 16.617188 22.65625 16.617188 Z M 22.65625 16.617188 "/>
|
|
935
|
-
</clipPath>
|
|
936
|
-
<clipPath id="clip41">
|
|
937
|
-
<path d="M 21 16 L 24 16 L 24 19 L 21 19 Z M 21 16 "/>
|
|
938
|
-
</clipPath>
|
|
939
|
-
<clipPath id="clip42">
|
|
940
|
-
<path d="M 11.847656 15.644531 C 11.847656 15.644531 11.875 18.925781 7.988281 18.941406 L 7.96875 18.9375 L 7.949219 18.941406 C 4.066406 18.925781 4.089844 15.644531 4.089844 15.644531 L 4.089844 10.4375 C 4.089844 10.4375 4.007812 9.765625 4.632812 9.765625 L 6.125 9.765625 C 6.125 9.765625 6.496094 9.75 6.496094 10.398438 L 6.496094 15.492188 C 6.496094 15.492188 6.480469 16.949219 7.964844 16.949219 L 7.976562 16.949219 C 9.457031 16.949219 9.441406 15.492188 9.441406 15.492188 L 9.441406 10.398438 C 9.441406 9.746094 9.8125 9.765625 9.8125 9.765625 L 11.304688 9.765625 C 11.929688 9.765625 11.847656 10.4375 11.847656 10.4375 Z M 7.96875 18.941406 L 7.945312 18.941406 L 7.992188 18.941406 Z M 20.335938 12.585938 C 20.335938 15.425781 18.089844 15.710938 17.074219 15.769531 L 16.589844 15.769531 C 16.589844 15.769531 16.179688 15.753906 16.179688 16.234375 L 16.179688 18.367188 C 16.179688 18.367188 16.207031 18.757812 15.789062 18.757812 L 14.171875 18.757812 C 14.171875 18.757812 13.796875 18.75 13.796875 18.378906 C 13.796875 18.011719 13.792969 10.289062 13.792969 10.308594 C 13.792969 10.308594 13.722656 9.75 14.347656 9.75 L 17.328125 9.75 C 17.332031 9.75 20.335938 9.75 20.335938 12.585938 Z M 17.890625 12.746094 C 17.890625 11.703125 17.105469 11.6875 17.105469 11.6875 L 16.183594 11.6875 L 16.191406 13.859375 L 16.773438 13.859375 C 17.972656 13.71875 17.890625 12.746094 17.890625 12.746094 Z M 22.132812 15.59375 L 23.171875 15.59375 C 23.730469 15.59375 23.679688 15.085938 23.679688 15.085938 L 23.914062 10.3125 C 23.914062 9.679688 23.339844 9.738281 23.339844 9.738281 L 22.046875 9.738281 C 21.246094 9.738281 21.414062 10.371094 21.414062 10.371094 L 21.679688 15.140625 C 21.679688 15.617188 22.132812 15.59375 22.132812 15.59375 Z M 22.65625 16.617188 C 21.929688 16.617188 21.425781 17.125 21.425781 17.8125 C 21.425781 18.480469 21.929688 19 22.65625 19 C 23.378906 19 23.886719 18.480469 23.886719 17.8125 C 23.886719 17.125 23.378906 16.617188 22.65625 16.617188 Z M 22.65625 16.617188 "/>
|
|
941
|
-
</clipPath>
|
|
942
|
-
<clipPath id="clip43">
|
|
943
|
-
<path d="M 21 10 L 24 10 L 24 16 L 21 16 Z M 21 10 "/>
|
|
944
|
-
</clipPath>
|
|
945
|
-
<clipPath id="clip44">
|
|
946
|
-
<path d="M 11.847656 15.644531 C 11.847656 15.644531 11.875 18.925781 7.988281 18.941406 L 7.96875 18.9375 L 7.949219 18.941406 C 4.066406 18.925781 4.089844 15.644531 4.089844 15.644531 L 4.089844 10.4375 C 4.089844 10.4375 4.007812 9.765625 4.632812 9.765625 L 6.125 9.765625 C 6.125 9.765625 6.496094 9.75 6.496094 10.398438 L 6.496094 15.492188 C 6.496094 15.492188 6.480469 16.949219 7.964844 16.949219 L 7.976562 16.949219 C 9.457031 16.949219 9.441406 15.492188 9.441406 15.492188 L 9.441406 10.398438 C 9.441406 9.746094 9.8125 9.765625 9.8125 9.765625 L 11.304688 9.765625 C 11.929688 9.765625 11.847656 10.4375 11.847656 10.4375 Z M 7.96875 18.941406 L 7.945312 18.941406 L 7.992188 18.941406 Z M 20.335938 12.585938 C 20.335938 15.425781 18.089844 15.710938 17.074219 15.769531 L 16.589844 15.769531 C 16.589844 15.769531 16.179688 15.753906 16.179688 16.234375 L 16.179688 18.367188 C 16.179688 18.367188 16.207031 18.757812 15.789062 18.757812 L 14.171875 18.757812 C 14.171875 18.757812 13.796875 18.75 13.796875 18.378906 C 13.796875 18.011719 13.792969 10.289062 13.792969 10.308594 C 13.792969 10.308594 13.722656 9.75 14.347656 9.75 L 17.328125 9.75 C 17.332031 9.75 20.335938 9.75 20.335938 12.585938 Z M 17.890625 12.746094 C 17.890625 11.703125 17.105469 11.6875 17.105469 11.6875 L 16.183594 11.6875 L 16.191406 13.859375 L 16.773438 13.859375 C 17.972656 13.71875 17.890625 12.746094 17.890625 12.746094 Z M 22.132812 15.59375 L 23.171875 15.59375 C 23.730469 15.59375 23.679688 15.085938 23.679688 15.085938 L 23.914062 10.3125 C 23.914062 9.679688 23.339844 9.738281 23.339844 9.738281 L 22.046875 9.738281 C 21.246094 9.738281 21.414062 10.371094 21.414062 10.371094 L 21.679688 15.140625 C 21.679688 15.617188 22.132812 15.59375 22.132812 15.59375 Z M 22.65625 16.617188 C 21.929688 16.617188 21.425781 17.125 21.425781 17.8125 C 21.425781 18.480469 21.929688 19 22.65625 19 C 23.378906 19 23.886719 18.480469 23.886719 17.8125 C 23.886719 17.125 23.378906 16.617188 22.65625 16.617188 Z M 22.65625 16.617188 "/>
|
|
947
|
-
</clipPath>
|
|
948
|
-
<clipPath id="clip45">
|
|
949
|
-
<path d="M 21 17 L 24 17 L 24 19 L 21 19 Z M 21 17 "/>
|
|
950
|
-
</clipPath>
|
|
951
|
-
<clipPath id="clip46">
|
|
952
|
-
<path d="M 11.847656 15.644531 C 11.847656 15.644531 11.875 18.925781 7.988281 18.941406 L 7.96875 18.9375 L 7.949219 18.941406 C 4.066406 18.925781 4.089844 15.644531 4.089844 15.644531 L 4.089844 10.4375 C 4.089844 10.4375 4.007812 9.765625 4.632812 9.765625 L 6.125 9.765625 C 6.125 9.765625 6.496094 9.75 6.496094 10.398438 L 6.496094 15.492188 C 6.496094 15.492188 6.480469 16.949219 7.964844 16.949219 L 7.976562 16.949219 C 9.457031 16.949219 9.441406 15.492188 9.441406 15.492188 L 9.441406 10.398438 C 9.441406 9.746094 9.8125 9.765625 9.8125 9.765625 L 11.304688 9.765625 C 11.929688 9.765625 11.847656 10.4375 11.847656 10.4375 Z M 7.96875 18.941406 L 7.945312 18.941406 L 7.992188 18.941406 Z M 20.335938 12.585938 C 20.335938 15.425781 18.089844 15.710938 17.074219 15.769531 L 16.589844 15.769531 C 16.589844 15.769531 16.179688 15.753906 16.179688 16.234375 L 16.179688 18.367188 C 16.179688 18.367188 16.207031 18.757812 15.789062 18.757812 L 14.171875 18.757812 C 14.171875 18.757812 13.796875 18.75 13.796875 18.378906 C 13.796875 18.011719 13.792969 10.289062 13.792969 10.308594 C 13.792969 10.308594 13.722656 9.75 14.347656 9.75 L 17.328125 9.75 C 17.332031 9.75 20.335938 9.75 20.335938 12.585938 Z M 17.890625 12.746094 C 17.890625 11.703125 17.105469 11.6875 17.105469 11.6875 L 16.183594 11.6875 L 16.191406 13.859375 L 16.773438 13.859375 C 17.972656 13.71875 17.890625 12.746094 17.890625 12.746094 Z M 22.132812 15.59375 L 23.171875 15.59375 C 23.730469 15.59375 23.679688 15.085938 23.679688 15.085938 L 23.914062 10.3125 C 23.914062 9.679688 23.339844 9.738281 23.339844 9.738281 L 22.046875 9.738281 C 21.246094 9.738281 21.414062 10.371094 21.414062 10.371094 L 21.679688 15.140625 C 21.679688 15.617188 22.132812 15.59375 22.132812 15.59375 Z M 22.65625 16.617188 C 21.929688 16.617188 21.425781 17.125 21.425781 17.8125 C 21.425781 18.480469 21.929688 19 22.65625 19 C 23.378906 19 23.886719 18.480469 23.886719 17.8125 C 23.886719 17.125 23.378906 16.617188 22.65625 16.617188 Z M 22.65625 16.617188 "/>
|
|
953
|
-
</clipPath>
|
|
954
|
-
<clipPath id="clip47">
|
|
955
|
-
<path d="M 21 10 L 24 10 L 24 17 L 21 17 Z M 21 10 "/>
|
|
956
|
-
</clipPath>
|
|
957
|
-
<clipPath id="clip48">
|
|
958
|
-
<path d="M 11.847656 15.644531 C 11.847656 15.644531 11.875 18.925781 7.988281 18.941406 L 7.96875 18.9375 L 7.949219 18.941406 C 4.066406 18.925781 4.089844 15.644531 4.089844 15.644531 L 4.089844 10.4375 C 4.089844 10.4375 4.007812 9.765625 4.632812 9.765625 L 6.125 9.765625 C 6.125 9.765625 6.496094 9.75 6.496094 10.398438 L 6.496094 15.492188 C 6.496094 15.492188 6.480469 16.949219 7.964844 16.949219 L 7.976562 16.949219 C 9.457031 16.949219 9.441406 15.492188 9.441406 15.492188 L 9.441406 10.398438 C 9.441406 9.746094 9.8125 9.765625 9.8125 9.765625 L 11.304688 9.765625 C 11.929688 9.765625 11.847656 10.4375 11.847656 10.4375 Z M 7.96875 18.941406 L 7.945312 18.941406 L 7.992188 18.941406 Z M 20.335938 12.585938 C 20.335938 15.425781 18.089844 15.710938 17.074219 15.769531 L 16.589844 15.769531 C 16.589844 15.769531 16.179688 15.753906 16.179688 16.234375 L 16.179688 18.367188 C 16.179688 18.367188 16.207031 18.757812 15.789062 18.757812 L 14.171875 18.757812 C 14.171875 18.757812 13.796875 18.75 13.796875 18.378906 C 13.796875 18.011719 13.792969 10.289062 13.792969 10.308594 C 13.792969 10.308594 13.722656 9.75 14.347656 9.75 L 17.328125 9.75 C 17.332031 9.75 20.335938 9.75 20.335938 12.585938 Z M 17.890625 12.746094 C 17.890625 11.703125 17.105469 11.6875 17.105469 11.6875 L 16.183594 11.6875 L 16.191406 13.859375 L 16.773438 13.859375 C 17.972656 13.71875 17.890625 12.746094 17.890625 12.746094 Z M 22.132812 15.59375 L 23.171875 15.59375 C 23.730469 15.59375 23.679688 15.085938 23.679688 15.085938 L 23.914062 10.3125 C 23.914062 9.679688 23.339844 9.738281 23.339844 9.738281 L 22.046875 9.738281 C 21.246094 9.738281 21.414062 10.371094 21.414062 10.371094 L 21.679688 15.140625 C 21.679688 15.617188 22.132812 15.59375 22.132812 15.59375 Z M 22.65625 16.617188 C 21.929688 16.617188 21.425781 17.125 21.425781 17.8125 C 21.425781 18.480469 21.929688 19 22.65625 19 C 23.378906 19 23.886719 18.480469 23.886719 17.8125 C 23.886719 17.125 23.378906 16.617188 22.65625 16.617188 Z M 22.65625 16.617188 "/>
|
|
959
|
-
</clipPath>
|
|
960
|
-
<clipPath id="clip49">
|
|
961
|
-
<path d="M 21 17 L 24 17 L 24 19 L 21 19 Z M 21 17 "/>
|
|
962
|
-
</clipPath>
|
|
963
|
-
<clipPath id="clip50">
|
|
964
|
-
<path d="M 11.847656 15.644531 C 11.847656 15.644531 11.875 18.925781 7.988281 18.941406 L 7.96875 18.9375 L 7.949219 18.941406 C 4.066406 18.925781 4.089844 15.644531 4.089844 15.644531 L 4.089844 10.4375 C 4.089844 10.4375 4.007812 9.765625 4.632812 9.765625 L 6.125 9.765625 C 6.125 9.765625 6.496094 9.75 6.496094 10.398438 L 6.496094 15.492188 C 6.496094 15.492188 6.480469 16.949219 7.964844 16.949219 L 7.976562 16.949219 C 9.457031 16.949219 9.441406 15.492188 9.441406 15.492188 L 9.441406 10.398438 C 9.441406 9.746094 9.8125 9.765625 9.8125 9.765625 L 11.304688 9.765625 C 11.929688 9.765625 11.847656 10.4375 11.847656 10.4375 Z M 7.96875 18.941406 L 7.945312 18.941406 L 7.992188 18.941406 Z M 20.335938 12.585938 C 20.335938 15.425781 18.089844 15.710938 17.074219 15.769531 L 16.589844 15.769531 C 16.589844 15.769531 16.179688 15.753906 16.179688 16.234375 L 16.179688 18.367188 C 16.179688 18.367188 16.207031 18.757812 15.789062 18.757812 L 14.171875 18.757812 C 14.171875 18.757812 13.796875 18.75 13.796875 18.378906 C 13.796875 18.011719 13.792969 10.289062 13.792969 10.308594 C 13.792969 10.308594 13.722656 9.75 14.347656 9.75 L 17.328125 9.75 C 17.332031 9.75 20.335938 9.75 20.335938 12.585938 Z M 17.890625 12.746094 C 17.890625 11.703125 17.105469 11.6875 17.105469 11.6875 L 16.183594 11.6875 L 16.191406 13.859375 L 16.773438 13.859375 C 17.972656 13.71875 17.890625 12.746094 17.890625 12.746094 Z M 22.132812 15.59375 L 23.171875 15.59375 C 23.730469 15.59375 23.679688 15.085938 23.679688 15.085938 L 23.914062 10.3125 C 23.914062 9.679688 23.339844 9.738281 23.339844 9.738281 L 22.046875 9.738281 C 21.246094 9.738281 21.414062 10.371094 21.414062 10.371094 L 21.679688 15.140625 C 21.679688 15.617188 22.132812 15.59375 22.132812 15.59375 Z M 22.65625 16.617188 C 21.929688 16.617188 21.425781 17.125 21.425781 17.8125 C 21.425781 18.480469 21.929688 19 22.65625 19 C 23.378906 19 23.886719 18.480469 23.886719 17.8125 C 23.886719 17.125 23.378906 16.617188 22.65625 16.617188 Z M 22.65625 16.617188 "/>
|
|
965
|
-
</clipPath>
|
|
966
|
-
<clipPath id="clip51">
|
|
967
|
-
<path d="M 16 12 L 19 12 L 19 15 L 16 15 Z M 16 12 "/>
|
|
968
|
-
</clipPath>
|
|
969
|
-
<clipPath id="clip52">
|
|
970
|
-
<path d="M 11.847656 15.644531 C 11.847656 15.644531 11.875 18.925781 7.988281 18.941406 L 7.96875 18.9375 L 7.949219 18.941406 C 4.066406 18.925781 4.089844 15.644531 4.089844 15.644531 L 4.089844 10.4375 C 4.089844 10.4375 4.007812 9.765625 4.632812 9.765625 L 6.125 9.765625 C 6.125 9.765625 6.496094 9.75 6.496094 10.398438 L 6.496094 15.492188 C 6.496094 15.492188 6.480469 16.949219 7.964844 16.949219 L 7.976562 16.949219 C 9.457031 16.949219 9.441406 15.492188 9.441406 15.492188 L 9.441406 10.398438 C 9.441406 9.746094 9.8125 9.765625 9.8125 9.765625 L 11.304688 9.765625 C 11.929688 9.765625 11.847656 10.4375 11.847656 10.4375 Z M 7.96875 18.941406 L 7.945312 18.941406 L 7.992188 18.941406 Z M 20.335938 12.585938 C 20.335938 15.425781 18.089844 15.710938 17.074219 15.769531 L 16.589844 15.769531 C 16.589844 15.769531 16.179688 15.753906 16.179688 16.234375 L 16.179688 18.367188 C 16.179688 18.367188 16.207031 18.757812 15.789062 18.757812 L 14.171875 18.757812 C 14.171875 18.757812 13.796875 18.75 13.796875 18.378906 C 13.796875 18.011719 13.792969 10.289062 13.792969 10.308594 C 13.792969 10.308594 13.722656 9.75 14.347656 9.75 L 17.328125 9.75 C 17.332031 9.75 20.335938 9.75 20.335938 12.585938 Z M 17.890625 12.746094 C 17.890625 11.703125 17.105469 11.6875 17.105469 11.6875 L 16.183594 11.6875 L 16.191406 13.859375 L 16.773438 13.859375 C 17.972656 13.71875 17.890625 12.746094 17.890625 12.746094 Z M 22.132812 15.59375 L 23.171875 15.59375 C 23.730469 15.59375 23.679688 15.085938 23.679688 15.085938 L 23.914062 10.3125 C 23.914062 9.679688 23.339844 9.738281 23.339844 9.738281 L 22.046875 9.738281 C 21.246094 9.738281 21.414062 10.371094 21.414062 10.371094 L 21.679688 15.140625 C 21.679688 15.617188 22.132812 15.59375 22.132812 15.59375 Z M 22.65625 16.617188 C 21.929688 16.617188 21.425781 17.125 21.425781 17.8125 C 21.425781 18.480469 21.929688 19 22.65625 19 C 23.378906 19 23.886719 18.480469 23.886719 17.8125 C 23.886719 17.125 23.378906 16.617188 22.65625 16.617188 Z M 22.65625 16.617188 "/>
|
|
971
|
-
</clipPath>
|
|
972
|
-
<clipPath id="clip53">
|
|
973
|
-
<path d="M 16 11 L 19 11 L 19 15 L 16 15 Z M 16 11 "/>
|
|
974
|
-
</clipPath>
|
|
975
|
-
<clipPath id="clip54">
|
|
976
|
-
<path d="M 11.847656 15.644531 C 11.847656 15.644531 11.875 18.925781 7.988281 18.941406 L 7.96875 18.9375 L 7.949219 18.941406 C 4.066406 18.925781 4.089844 15.644531 4.089844 15.644531 L 4.089844 10.4375 C 4.089844 10.4375 4.007812 9.765625 4.632812 9.765625 L 6.125 9.765625 C 6.125 9.765625 6.496094 9.75 6.496094 10.398438 L 6.496094 15.492188 C 6.496094 15.492188 6.480469 16.949219 7.964844 16.949219 L 7.976562 16.949219 C 9.457031 16.949219 9.441406 15.492188 9.441406 15.492188 L 9.441406 10.398438 C 9.441406 9.746094 9.8125 9.765625 9.8125 9.765625 L 11.304688 9.765625 C 11.929688 9.765625 11.847656 10.4375 11.847656 10.4375 Z M 7.96875 18.941406 L 7.945312 18.941406 L 7.992188 18.941406 Z M 20.335938 12.585938 C 20.335938 15.425781 18.089844 15.710938 17.074219 15.769531 L 16.589844 15.769531 C 16.589844 15.769531 16.179688 15.753906 16.179688 16.234375 L 16.179688 18.367188 C 16.179688 18.367188 16.207031 18.757812 15.789062 18.757812 L 14.171875 18.757812 C 14.171875 18.757812 13.796875 18.75 13.796875 18.378906 C 13.796875 18.011719 13.792969 10.289062 13.792969 10.308594 C 13.792969 10.308594 13.722656 9.75 14.347656 9.75 L 17.328125 9.75 C 17.332031 9.75 20.335938 9.75 20.335938 12.585938 Z M 17.890625 12.746094 C 17.890625 11.703125 17.105469 11.6875 17.105469 11.6875 L 16.183594 11.6875 L 16.191406 13.859375 L 16.773438 13.859375 C 17.972656 13.71875 17.890625 12.746094 17.890625 12.746094 Z M 22.132812 15.59375 L 23.171875 15.59375 C 23.730469 15.59375 23.679688 15.085938 23.679688 15.085938 L 23.914062 10.3125 C 23.914062 9.679688 23.339844 9.738281 23.339844 9.738281 L 22.046875 9.738281 C 21.246094 9.738281 21.414062 10.371094 21.414062 10.371094 L 21.679688 15.140625 C 21.679688 15.617188 22.132812 15.59375 22.132812 15.59375 Z M 22.65625 16.617188 C 21.929688 16.617188 21.425781 17.125 21.425781 17.8125 C 21.425781 18.480469 21.929688 19 22.65625 19 C 23.378906 19 23.886719 18.480469 23.886719 17.8125 C 23.886719 17.125 23.378906 16.617188 22.65625 16.617188 Z M 22.65625 16.617188 "/>
|
|
977
|
-
</clipPath>
|
|
978
|
-
<clipPath id="clip55">
|
|
979
|
-
<path d="M 16 11 L 18 11 L 18 14 L 16 14 Z M 16 11 "/>
|
|
980
|
-
</clipPath>
|
|
981
|
-
<clipPath id="clip56">
|
|
982
|
-
<path d="M 11.847656 15.644531 C 11.847656 15.644531 11.875 18.925781 7.988281 18.941406 L 7.96875 18.9375 L 7.949219 18.941406 C 4.066406 18.925781 4.089844 15.644531 4.089844 15.644531 L 4.089844 10.4375 C 4.089844 10.4375 4.007812 9.765625 4.632812 9.765625 L 6.125 9.765625 C 6.125 9.765625 6.496094 9.75 6.496094 10.398438 L 6.496094 15.492188 C 6.496094 15.492188 6.480469 16.949219 7.964844 16.949219 L 7.976562 16.949219 C 9.457031 16.949219 9.441406 15.492188 9.441406 15.492188 L 9.441406 10.398438 C 9.441406 9.746094 9.8125 9.765625 9.8125 9.765625 L 11.304688 9.765625 C 11.929688 9.765625 11.847656 10.4375 11.847656 10.4375 Z M 7.96875 18.941406 L 7.945312 18.941406 L 7.992188 18.941406 Z M 20.335938 12.585938 C 20.335938 15.425781 18.089844 15.710938 17.074219 15.769531 L 16.589844 15.769531 C 16.589844 15.769531 16.179688 15.753906 16.179688 16.234375 L 16.179688 18.367188 C 16.179688 18.367188 16.207031 18.757812 15.789062 18.757812 L 14.171875 18.757812 C 14.171875 18.757812 13.796875 18.75 13.796875 18.378906 C 13.796875 18.011719 13.792969 10.289062 13.792969 10.308594 C 13.792969 10.308594 13.722656 9.75 14.347656 9.75 L 17.328125 9.75 C 17.332031 9.75 20.335938 9.75 20.335938 12.585938 Z M 17.890625 12.746094 C 17.890625 11.703125 17.105469 11.6875 17.105469 11.6875 L 16.183594 11.6875 L 16.191406 13.859375 L 16.773438 13.859375 C 17.972656 13.71875 17.890625 12.746094 17.890625 12.746094 Z M 22.132812 15.59375 L 23.171875 15.59375 C 23.730469 15.59375 23.679688 15.085938 23.679688 15.085938 L 23.914062 10.3125 C 23.914062 9.679688 23.339844 9.738281 23.339844 9.738281 L 22.046875 9.738281 C 21.246094 9.738281 21.414062 10.371094 21.414062 10.371094 L 21.679688 15.140625 C 21.679688 15.617188 22.132812 15.59375 22.132812 15.59375 Z M 22.65625 16.617188 C 21.929688 16.617188 21.425781 17.125 21.425781 17.8125 C 21.425781 18.480469 21.929688 19 22.65625 19 C 23.378906 19 23.886719 18.480469 23.886719 17.8125 C 23.886719 17.125 23.378906 16.617188 22.65625 16.617188 Z M 22.65625 16.617188 "/>
|
|
983
|
-
</clipPath>
|
|
984
|
-
</defs>
|
|
985
|
-
<g id="surface1">
|
|
986
|
-
<path style="fill:none;stroke-width:5;stroke-linecap:butt;stroke-linejoin:miter;stroke:url(#linear0);stroke-miterlimit:10;" d="M 183.139509 228.011858 L 72.860491 228.011858 C 48.179269 228.011858 27.988142 207.820731 27.988142 183.139509 L 27.988142 72.860491 C 27.988142 48.179269 48.179269 27.988142 72.860491 27.988142 L 183.139509 27.988142 C 207.820731 27.988142 228.011858 48.179269 228.011858 72.860491 L 228.011858 183.139509 C 228.011858 207.820731 207.820731 228.011858 183.139509 228.011858 Z M 183.139509 228.011858 " transform="matrix(0.136585,0,0,0.136585,-3.482927,-3.482927)"/>
|
|
987
|
-
<path style="fill:none;stroke-width:5;stroke-linecap:butt;stroke-linejoin:miter;stroke:url(#linear1);stroke-miterlimit:10;" d="M 183.025112 227.811663 L 72.974888 227.811663 C 48.350865 227.811663 28.188337 207.649135 28.188337 183.025112 L 28.188337 72.974888 C 28.188337 48.350865 48.350865 28.188337 72.974888 28.188337 L 183.025112 28.188337 C 207.649135 28.188337 227.811663 48.350865 227.811663 72.974888 L 227.811663 183.025112 C 227.811663 207.649135 207.649135 227.811663 183.025112 227.811663 Z M 183.025112 227.811663 " transform="matrix(0.136585,0,0,0.136585,-3.482927,-3.482927)"/>
|
|
988
|
-
<path style="fill:none;stroke-width:5;stroke-linecap:butt;stroke-linejoin:miter;stroke:url(#linear2);stroke-miterlimit:10;" d="M 182.910714 227.611468 L 73.089286 227.611468 C 48.493862 227.611468 28.388532 207.477539 28.388532 182.910714 L 28.388532 73.089286 C 28.388532 48.493862 48.493862 28.388532 73.089286 28.388532 L 182.910714 28.388532 C 207.506138 28.388532 227.611468 48.522461 227.611468 73.089286 L 227.611468 182.910714 C 227.611468 207.506138 207.506138 227.611468 182.910714 227.611468 Z M 182.910714 227.611468 " transform="matrix(0.136585,0,0,0.136585,-3.482927,-3.482927)"/>
|
|
989
|
-
<path style="fill:none;stroke-width:5;stroke-linecap:butt;stroke-linejoin:miter;stroke:url(#linear3);stroke-miterlimit:10;" d="M 182.796317 227.411272 L 73.203683 227.411272 C 48.665458 227.411272 28.588728 207.334542 28.588728 182.824916 L 28.588728 73.203683 C 28.588728 48.665458 48.665458 28.588728 73.203683 28.588728 L 182.824916 28.588728 C 207.363142 28.588728 227.411272 48.665458 227.411272 73.203683 L 227.411272 182.824916 C 227.411272 207.334542 207.334542 227.411272 182.796317 227.411272 Z M 182.796317 227.411272 " transform="matrix(0.136585,0,0,0.136585,-3.482927,-3.482927)"/>
|
|
990
|
-
<path style="fill:none;stroke-width:5;stroke-linecap:butt;stroke-linejoin:miter;stroke:url(#linear4);stroke-miterlimit:10;" d="M 182.710519 227.211077 L 73.289481 227.211077 C 48.808454 227.211077 28.788923 207.191546 28.788923 182.710519 L 28.788923 73.289481 C 28.788923 48.808454 48.837054 28.788923 73.289481 28.788923 L 182.710519 28.788923 C 207.191546 28.788923 227.211077 48.837054 227.211077 73.289481 L 227.211077 182.710519 C 227.211077 207.191546 207.191546 227.211077 182.710519 227.211077 Z M 182.710519 227.211077 " transform="matrix(0.136585,0,0,0.136585,-3.482927,-3.482927)"/>
|
|
991
|
-
<path style="fill:none;stroke-width:5;stroke-linecap:butt;stroke-linejoin:miter;stroke:url(#linear5);stroke-miterlimit:10;" d="M 182.596122 227.010882 L 73.403878 227.010882 C 48.98005 227.010882 28.989118 207.01995 28.989118 182.596122 L 28.989118 73.403878 C 28.989118 48.98005 48.98005 28.989118 73.403878 28.989118 L 182.596122 28.989118 C 207.01995 28.989118 227.010882 48.98005 227.010882 73.403878 L 227.010882 182.596122 C 227.010882 207.01995 207.01995 227.010882 182.596122 227.010882 Z M 182.596122 227.010882 " transform="matrix(0.136585,0,0,0.136585,-3.482927,-3.482927)"/>
|
|
992
|
-
<path style="fill:none;stroke-width:5;stroke-linecap:butt;stroke-linejoin:miter;stroke:url(#linear6);stroke-miterlimit:10;" d="M 182.481724 226.810686 L 73.518276 226.810686 C 49.123047 226.810686 29.189314 206.848354 29.189314 182.481724 L 29.189314 73.518276 C 29.189314 49.123047 49.123047 29.189314 73.518276 29.189314 L 182.481724 29.189314 C 206.848354 29.189314 226.810686 49.123047 226.810686 73.518276 L 226.810686 182.481724 C 226.810686 206.876953 206.876953 226.810686 182.481724 226.810686 Z M 182.481724 226.810686 " transform="matrix(0.136585,0,0,0.136585,-3.482927,-3.482927)"/>
|
|
993
|
-
<path style="fill:none;stroke-width:5;stroke-linecap:butt;stroke-linejoin:miter;stroke:url(#linear7);stroke-miterlimit:10;" d="M 182.367327 226.610491 L 73.632673 226.610491 C 49.294643 226.610491 29.389509 206.705357 29.389509 182.367327 L 29.389509 73.632673 C 29.389509 49.294643 49.294643 29.389509 73.632673 29.389509 L 182.367327 29.389509 C 206.705357 29.389509 226.610491 49.294643 226.610491 73.632673 L 226.610491 182.367327 C 226.610491 206.705357 206.705357 226.610491 182.367327 226.610491 Z M 182.367327 226.610491 " transform="matrix(0.136585,0,0,0.136585,-3.482927,-3.482927)"/>
|
|
994
|
-
<path style="fill:none;stroke-width:5;stroke-linecap:butt;stroke-linejoin:miter;stroke:url(#linear8);stroke-miterlimit:10;" d="M 182.281529 226.410296 L 73.718471 226.410296 C 49.43764 226.410296 29.589704 206.56236 29.589704 182.281529 L 29.589704 73.718471 C 29.589704 49.43764 49.43764 29.589704 73.718471 29.589704 L 182.281529 29.589704 C 206.56236 29.589704 226.410296 49.43764 226.410296 73.718471 L 226.410296 182.281529 C 226.410296 206.56236 206.56236 226.410296 182.281529 226.410296 Z M 182.281529 226.410296 " transform="matrix(0.136585,0,0,0.136585,-3.482927,-3.482927)"/>
|
|
995
|
-
<path style="fill:none;stroke-width:5;stroke-linecap:butt;stroke-linejoin:miter;stroke:url(#linear9);stroke-miterlimit:10;" d="M 182.167132 226.2101 L 73.832868 226.2101 C 49.609235 226.2101 29.7899 206.390765 29.7899 182.167132 L 29.7899 73.832868 C 29.7899 49.609235 49.609235 29.7899 73.832868 29.7899 L 182.167132 29.7899 C 206.390765 29.7899 226.2101 49.609235 226.2101 73.832868 L 226.2101 182.167132 C 226.2101 206.390765 206.390765 226.2101 182.167132 226.2101 Z M 182.167132 226.2101 " transform="matrix(0.136585,0,0,0.136585,-3.482927,-3.482927)"/>
|
|
996
|
-
<path style="fill:none;stroke-width:5;stroke-linecap:butt;stroke-linejoin:miter;stroke:url(#linear10);stroke-miterlimit:10;" d="M 182.052734 226.009905 L 73.947266 226.009905 C 49.780831 226.009905 29.990095 206.219169 29.990095 182.052734 L 29.990095 73.947266 C 29.990095 49.780831 49.780831 29.990095 73.947266 29.990095 L 182.052734 29.990095 C 206.219169 29.990095 226.009905 49.780831 226.009905 73.947266 L 226.009905 182.052734 C 226.009905 206.219169 206.219169 226.009905 182.052734 226.009905 Z M 182.052734 226.009905 " transform="matrix(0.136585,0,0,0.136585,-3.482927,-3.482927)"/>
|
|
997
|
-
<path style="fill:none;stroke-width:5;stroke-linecap:butt;stroke-linejoin:miter;stroke:url(#linear11);stroke-miterlimit:10;" d="M 181.938337 225.80971 L 74.061663 225.80971 C 49.923828 225.80971 30.19029 206.076172 30.19029 181.938337 L 30.19029 74.061663 C 30.19029 49.923828 49.923828 30.19029 74.061663 30.19029 L 181.938337 30.19029 C 206.076172 30.19029 225.80971 49.923828 225.80971 74.061663 L 225.80971 181.938337 C 225.80971 206.076172 206.076172 225.80971 181.938337 225.80971 Z M 181.938337 225.80971 " transform="matrix(0.136585,0,0,0.136585,-3.482927,-3.482927)"/>
|
|
998
|
-
<path style="fill:none;stroke-width:5;stroke-linecap:butt;stroke-linejoin:miter;stroke:url(#linear12);stroke-miterlimit:10;" d="M 181.82394 225.638114 L 74.17606 225.638114 C 50.066825 225.638114 30.390485 205.933175 30.390485 181.852539 L 30.390485 74.17606 C 30.390485 50.066825 50.095424 30.390485 74.17606 30.390485 L 181.82394 30.390485 C 205.933175 30.390485 225.609515 50.095424 225.609515 74.17606 L 225.609515 181.82394 C 225.638114 205.933175 205.933175 225.638114 181.82394 225.638114 Z M 181.82394 225.638114 " transform="matrix(0.136585,0,0,0.136585,-3.482927,-3.482927)"/>
|
|
999
|
-
<path style="fill:none;stroke-width:5;stroke-linecap:butt;stroke-linejoin:miter;stroke:url(#linear13);stroke-miterlimit:10;" d="M 181.709542 225.437919 L 74.290458 225.437919 C 50.238421 225.437919 30.562081 205.761579 30.562081 181.709542 L 30.562081 74.290458 C 30.562081 50.238421 50.238421 30.562081 74.290458 30.562081 L 181.709542 30.562081 C 205.761579 30.562081 225.437919 50.238421 225.437919 74.290458 L 225.437919 181.709542 C 225.437919 205.761579 205.761579 225.437919 181.709542 225.437919 Z M 181.709542 225.437919 " transform="matrix(0.136585,0,0,0.136585,-3.482927,-3.482927)"/>
|
|
1000
|
-
<path style="fill:none;stroke-width:5;stroke-linecap:butt;stroke-linejoin:miter;stroke:url(#linear14);stroke-miterlimit:10;" d="M 181.623744 225.237723 L 74.376256 225.237723 C 50.410017 225.237723 30.762277 205.589983 30.762277 181.623744 L 30.762277 74.376256 C 30.762277 50.410017 50.410017 30.762277 74.376256 30.762277 L 181.623744 30.762277 C 205.618583 30.762277 225.237723 50.410017 225.237723 74.376256 L 225.237723 181.623744 C 225.237723 205.589983 205.589983 225.237723 181.623744 225.237723 Z M 181.623744 225.237723 " transform="matrix(0.136585,0,0,0.136585,-3.482927,-3.482927)"/>
|
|
1001
|
-
<path style="fill:none;stroke-width:5;stroke-linecap:butt;stroke-linejoin:miter;stroke:url(#linear15);stroke-miterlimit:10;" d="M 181.509347 225.037528 L 74.490653 225.037528 C 50.553013 225.037528 30.962472 205.446987 30.962472 181.509347 L 30.962472 74.490653 C 30.962472 50.553013 50.553013 30.962472 74.490653 30.962472 L 181.509347 30.962472 C 205.446987 30.962472 225.037528 50.553013 225.037528 74.490653 L 225.037528 181.509347 C 225.037528 205.446987 205.446987 225.037528 181.509347 225.037528 Z M 181.509347 225.037528 " transform="matrix(0.136585,0,0,0.136585,-3.482927,-3.482927)"/>
|
|
1002
|
-
<path style="fill:none;stroke-width:5;stroke-linecap:butt;stroke-linejoin:miter;stroke:url(#linear16);stroke-miterlimit:10;" d="M 181.39495 224.837333 L 74.60505 224.837333 C 50.724609 224.837333 31.162667 205.275391 31.162667 181.39495 L 31.162667 74.60505 C 31.162667 50.724609 50.724609 31.162667 74.60505 31.162667 L 181.39495 31.162667 C 205.30399 31.162667 224.837333 50.724609 224.837333 74.60505 L 224.837333 181.39495 C 224.837333 205.30399 205.30399 224.837333 181.39495 224.837333 Z M 181.39495 224.837333 " transform="matrix(0.136585,0,0,0.136585,-3.482927,-3.482927)"/>
|
|
1003
|
-
<path style="fill:none;stroke-width:5;stroke-linecap:butt;stroke-linejoin:miter;stroke:url(#linear17);stroke-miterlimit:10;" d="M 181.280552 224.637137 L 74.719448 224.637137 C 50.867606 224.637137 31.362863 205.132394 31.362863 181.280552 L 31.362863 74.719448 C 31.362863 50.867606 50.867606 31.362863 74.719448 31.362863 L 181.280552 31.362863 C 205.132394 31.362863 224.637137 50.867606 224.637137 74.719448 L 224.637137 181.280552 C 224.637137 205.132394 205.132394 224.637137 181.280552 224.637137 Z M 181.280552 224.637137 " transform="matrix(0.136585,0,0,0.136585,-3.482927,-3.482927)"/>
|
|
1004
|
-
<path style="fill:none;stroke-width:5;stroke-linecap:butt;stroke-linejoin:miter;stroke:url(#linear18);stroke-miterlimit:10;" d="M 181.166155 224.436942 L 74.833845 224.436942 C 51.039202 224.436942 31.563058 204.960798 31.563058 181.166155 L 31.563058 74.833845 C 31.563058 51.039202 51.039202 31.563058 74.833845 31.563058 L 181.166155 31.563058 C 204.960798 31.563058 224.436942 51.039202 224.436942 74.833845 L 224.436942 181.166155 C 224.436942 204.960798 204.960798 224.436942 181.166155 224.436942 Z M 181.166155 224.436942 " transform="matrix(0.136585,0,0,0.136585,-3.482927,-3.482927)"/>
|
|
1005
|
-
<path style="fill:none;stroke-width:5;stroke-linecap:butt;stroke-linejoin:miter;stroke:url(#linear19);stroke-miterlimit:10;" d="M 181.080357 224.236747 L 74.919643 224.236747 C 51.182199 224.236747 31.763253 204.817801 31.763253 181.080357 L 31.763253 74.919643 C 31.763253 51.182199 51.182199 31.763253 74.919643 31.763253 L 181.051758 31.763253 C 204.817801 31.763253 224.236747 51.182199 224.236747 74.919643 L 224.236747 181.051758 C 224.236747 204.817801 204.817801 224.236747 181.080357 224.236747 Z M 181.080357 224.236747 " transform="matrix(0.136585,0,0,0.136585,-3.482927,-3.482927)"/>
|
|
1006
|
-
<path style="fill:none;stroke-width:5;stroke-linecap:butt;stroke-linejoin:miter;stroke:url(#linear20);stroke-miterlimit:10;" d="M 180.96596 224.036551 L 75.03404 224.036551 C 51.353795 224.036551 31.963449 204.646205 31.963449 180.96596 L 31.963449 75.03404 C 31.963449 51.353795 51.353795 31.963449 75.03404 31.963449 L 180.96596 31.963449 C 204.646205 31.963449 224.036551 51.353795 224.036551 75.03404 L 224.036551 180.96596 C 224.036551 204.646205 204.646205 224.036551 180.96596 224.036551 Z M 180.96596 224.036551 " transform="matrix(0.136585,0,0,0.136585,-3.482927,-3.482927)"/>
|
|
1007
|
-
<path style="fill:none;stroke-width:5;stroke-linecap:butt;stroke-linejoin:miter;stroke:url(#linear21);stroke-miterlimit:10;" d="M 180.851562 223.836356 L 75.148438 223.836356 C 51.496791 223.836356 32.163644 204.503209 32.163644 180.851562 L 32.163644 75.148438 C 32.163644 51.496791 51.496791 32.163644 75.148438 32.163644 L 180.851562 32.163644 C 204.503209 32.163644 223.836356 51.496791 223.836356 75.148438 L 223.836356 180.851562 C 223.836356 204.503209 204.503209 223.836356 180.851562 223.836356 Z M 180.851562 223.836356 " transform="matrix(0.136585,0,0,0.136585,-3.482927,-3.482927)"/>
|
|
1008
|
-
<path style="fill:none;stroke-width:5;stroke-linecap:butt;stroke-linejoin:miter;stroke:url(#linear22);stroke-miterlimit:10;" d="M 180.737165 223.636161 L 75.262835 223.636161 C 51.668387 223.636161 32.363839 204.331613 32.363839 180.737165 L 32.363839 75.262835 C 32.363839 51.668387 51.668387 32.363839 75.262835 32.363839 L 180.737165 32.363839 C 204.331613 32.363839 223.636161 51.668387 223.636161 75.262835 L 223.636161 180.737165 C 223.636161 204.331613 204.331613 223.636161 180.737165 223.636161 Z M 180.737165 223.636161 " transform="matrix(0.136585,0,0,0.136585,-3.482927,-3.482927)"/>
|
|
1009
|
-
<path style="fill:none;stroke-width:5;stroke-linecap:butt;stroke-linejoin:miter;stroke:url(#linear23);stroke-miterlimit:10;" d="M 180.622768 223.435965 L 75.377232 223.435965 C 51.811384 223.435965 32.564035 204.188616 32.564035 180.622768 L 32.564035 75.377232 C 32.564035 51.811384 51.811384 32.564035 75.377232 32.564035 L 180.622768 32.564035 C 204.188616 32.564035 223.435965 51.811384 223.435965 75.377232 L 223.435965 180.622768 C 223.435965 204.188616 204.188616 223.435965 180.622768 223.435965 Z M 180.622768 223.435965 " transform="matrix(0.136585,0,0,0.136585,-3.482927,-3.482927)"/>
|
|
1010
|
-
<path style="fill:none;stroke-width:5;stroke-linecap:butt;stroke-linejoin:miter;stroke:url(#linear24);stroke-miterlimit:10;" d="M 180.508371 223.23577 L 75.491629 223.23577 C 51.98298 223.23577 32.76423 204.01702 32.76423 180.508371 L 32.76423 75.491629 C 32.76423 51.98298 51.98298 32.76423 75.491629 32.76423 L 180.508371 32.76423 C 204.01702 32.76423 223.23577 51.98298 223.23577 75.491629 L 223.23577 180.508371 C 223.23577 204.01702 204.01702 223.23577 180.508371 223.23577 Z M 180.508371 223.23577 " transform="matrix(0.136585,0,0,0.136585,-3.482927,-3.482927)"/>
|
|
1011
|
-
<path style="fill:none;stroke-width:5;stroke-linecap:butt;stroke-linejoin:miter;stroke:url(#linear25);stroke-miterlimit:10;" d="M 180.422573 223.064174 L 75.577427 223.064174 C 52.125977 223.064174 32.935826 203.874023 32.935826 180.422573 L 32.935826 75.577427 C 32.935826 52.125977 52.125977 32.935826 75.577427 32.935826 L 180.422573 32.935826 C 203.874023 32.935826 223.064174 52.125977 223.064174 75.577427 L 223.064174 180.422573 C 223.064174 203.874023 203.874023 223.064174 180.422573 223.064174 Z M 180.422573 223.064174 " transform="matrix(0.136585,0,0,0.136585,-3.482927,-3.482927)"/>
|
|
1012
|
-
<path style="fill:none;stroke-width:5;stroke-linecap:butt;stroke-linejoin:miter;stroke:url(#linear26);stroke-miterlimit:10;" d="M 180.308175 222.863979 L 75.691825 222.863979 C 52.297573 222.863979 33.136021 203.702427 33.136021 180.308175 L 33.136021 75.691825 C 33.136021 52.297573 52.297573 33.136021 75.691825 33.136021 L 180.308175 33.136021 C 203.702427 33.136021 222.863979 52.297573 222.863979 75.691825 L 222.863979 180.308175 C 222.863979 203.702427 203.702427 222.863979 180.308175 222.863979 Z M 180.308175 222.863979 " transform="matrix(0.136585,0,0,0.136585,-3.482927,-3.482927)"/>
|
|
1013
|
-
<path style="fill:none;stroke-width:5;stroke-linecap:butt;stroke-linejoin:miter;stroke:url(#linear27);stroke-miterlimit:10;" d="M 180.193778 222.663783 L 75.806222 222.663783 C 52.469169 222.663783 33.336217 203.559431 33.336217 180.193778 L 33.336217 75.806222 C 33.336217 52.469169 52.469169 33.336217 75.806222 33.336217 L 180.193778 33.336217 C 203.559431 33.336217 222.663783 52.469169 222.663783 75.806222 L 222.663783 180.193778 C 222.663783 203.559431 203.559431 222.663783 180.193778 222.663783 Z M 180.193778 222.663783 " transform="matrix(0.136585,0,0,0.136585,-3.482927,-3.482927)"/>
|
|
1014
|
-
<path style="fill:none;stroke-width:5;stroke-linecap:butt;stroke-linejoin:miter;stroke:url(#linear28);stroke-miterlimit:10;" d="M 180.079381 222.463588 L 75.920619 222.463588 C 52.612165 222.463588 33.536412 203.387835 33.536412 180.079381 L 33.536412 75.920619 C 33.536412 52.612165 52.612165 33.536412 75.920619 33.536412 L 180.079381 33.536412 C 203.387835 33.536412 222.463588 52.612165 222.463588 75.920619 L 222.463588 180.079381 C 222.463588 203.387835 203.387835 222.463588 180.079381 222.463588 Z M 180.079381 222.463588 " transform="matrix(0.136585,0,0,0.136585,-3.482927,-3.482927)"/>
|
|
1015
|
-
<path style="fill:none;stroke-width:5;stroke-linecap:butt;stroke-linejoin:miter;stroke:url(#linear29);stroke-miterlimit:10;" d="M 179.993583 222.263393 L 76.006417 222.263393 C 52.755162 222.263393 33.736607 203.216239 33.736607 179.964983 L 33.736607 76.006417 C 33.736607 52.755162 52.755162 33.736607 76.006417 33.736607 L 179.964983 33.736607 C 203.216239 33.736607 222.263393 52.755162 222.263393 76.006417 L 222.263393 179.964983 C 222.263393 203.216239 203.216239 222.263393 179.993583 222.263393 Z M 179.993583 222.263393 " transform="matrix(0.136585,0,0,0.136585,-3.482927,-3.482927)"/>
|
|
1016
|
-
<path style="fill:none;stroke-width:5;stroke-linecap:butt;stroke-linejoin:miter;stroke:url(#linear30);stroke-miterlimit:10;" d="M 179.879185 222.063198 L 76.120815 222.063198 C 52.926758 222.063198 33.936802 203.073242 33.936802 179.850586 L 33.936802 76.120815 C 33.936802 52.926758 52.926758 33.936802 76.120815 33.936802 L 179.850586 33.936802 C 203.073242 33.936802 222.063198 52.926758 222.063198 76.120815 L 222.063198 179.850586 C 222.063198 203.073242 203.073242 222.063198 179.879185 222.063198 Z M 179.879185 222.063198 " transform="matrix(0.136585,0,0,0.136585,-3.482927,-3.482927)"/>
|
|
1017
|
-
<path style="fill:none;stroke-width:5;stroke-linecap:butt;stroke-linejoin:miter;stroke:url(#linear31);stroke-miterlimit:10;" d="M 179.764788 221.863002 L 76.235212 221.863002 C 53.069754 221.863002 34.136998 202.930246 34.136998 179.764788 L 34.136998 76.235212 C 34.136998 53.069754 53.069754 34.136998 76.235212 34.136998 L 179.764788 34.136998 C 202.930246 34.136998 221.863002 53.069754 221.863002 76.235212 L 221.863002 179.764788 C 221.863002 202.930246 202.930246 221.863002 179.764788 221.863002 Z M 179.764788 221.863002 " transform="matrix(0.136585,0,0,0.136585,-3.482927,-3.482927)"/>
|
|
1018
|
-
<path style="fill:none;stroke-width:5;stroke-linecap:butt;stroke-linejoin:miter;stroke:url(#linear32);stroke-miterlimit:10;" d="M 179.650391 221.662807 L 76.349609 221.662807 C 53.24135 221.662807 34.337193 202.75865 34.337193 179.650391 L 34.337193 76.349609 C 34.337193 53.24135 53.24135 34.337193 76.349609 34.337193 L 179.650391 34.337193 C 202.75865 34.337193 221.662807 53.24135 221.662807 76.349609 L 221.662807 179.650391 C 221.662807 202.75865 202.75865 221.662807 179.650391 221.662807 Z M 179.650391 221.662807 " transform="matrix(0.136585,0,0,0.136585,-3.482927,-3.482927)"/>
|
|
1019
|
-
<path style="fill:none;stroke-width:5;stroke-linecap:butt;stroke-linejoin:miter;stroke:url(#linear33);stroke-miterlimit:10;" d="M 179.535993 221.462612 L 76.464007 221.462612 C 53.412946 221.462612 34.537388 202.587054 34.537388 179.535993 L 34.537388 76.464007 C 34.537388 53.412946 53.412946 34.537388 76.464007 34.537388 L 179.535993 34.537388 C 202.587054 34.537388 221.462612 53.412946 221.462612 76.464007 L 221.462612 179.535993 C 221.462612 202.587054 202.587054 221.462612 179.535993 221.462612 Z M 179.535993 221.462612 " transform="matrix(0.136585,0,0,0.136585,-3.482927,-3.482927)"/>
|
|
1020
|
-
<path style="fill:none;stroke-width:5;stroke-linecap:butt;stroke-linejoin:miter;stroke:url(#linear34);stroke-miterlimit:10;" d="M 179.421596 221.262416 L 76.578404 221.262416 C 53.555943 221.262416 34.737584 202.444057 34.737584 179.421596 L 34.737584 76.578404 C 34.737584 53.555943 53.555943 34.737584 76.578404 34.737584 L 179.421596 34.737584 C 202.444057 34.737584 221.262416 53.555943 221.262416 76.578404 L 221.262416 179.421596 C 221.262416 202.444057 202.444057 221.262416 179.421596 221.262416 Z M 179.421596 221.262416 " transform="matrix(0.136585,0,0,0.136585,-3.482927,-3.482927)"/>
|
|
1021
|
-
<path style="fill:none;stroke-width:5;stroke-linecap:butt;stroke-linejoin:miter;stroke:url(#linear35);stroke-miterlimit:10;" d="M 179.307199 221.062221 L 76.692801 221.062221 C 53.727539 221.062221 34.937779 202.272461 34.937779 179.307199 L 34.937779 76.692801 C 34.937779 53.727539 53.727539 34.937779 76.692801 34.937779 L 179.307199 34.937779 C 202.272461 34.937779 221.062221 53.727539 221.062221 76.692801 L 221.062221 179.307199 C 221.062221 202.30106 202.30106 221.062221 179.307199 221.062221 Z M 179.307199 221.062221 " transform="matrix(0.136585,0,0,0.136585,-3.482927,-3.482927)"/>
|
|
1022
|
-
<path style="fill:none;stroke-width:5;stroke-linecap:butt;stroke-linejoin:miter;stroke:url(#linear36);stroke-miterlimit:10;" d="M 179.221401 220.890625 L 76.778599 220.890625 C 53.870536 220.890625 35.137974 202.129464 35.137974 179.221401 L 35.137974 76.778599 C 35.137974 53.870536 53.870536 35.137974 76.778599 35.137974 L 179.221401 35.137974 C 202.129464 35.137974 220.862026 53.870536 220.862026 76.778599 L 220.862026 179.221401 C 220.890625 202.129464 202.129464 220.890625 179.221401 220.890625 Z M 179.221401 220.890625 " transform="matrix(0.136585,0,0,0.136585,-3.482927,-3.482927)"/>
|
|
1023
|
-
<path style="fill:none;stroke-width:5;stroke-linecap:butt;stroke-linejoin:miter;stroke:url(#linear37);stroke-miterlimit:10;" d="M 179.107003 220.69043 L 76.892997 220.69043 C 54.042132 220.69043 35.30957 201.957868 35.30957 179.107003 L 35.30957 76.892997 C 35.30957 54.042132 54.042132 35.30957 76.892997 35.30957 L 179.107003 35.30957 C 201.957868 35.30957 220.69043 54.042132 220.69043 76.892997 L 220.69043 179.107003 C 220.69043 201.957868 201.957868 220.69043 179.107003 220.69043 Z M 179.107003 220.69043 " transform="matrix(0.136585,0,0,0.136585,-3.482927,-3.482927)"/>
|
|
1024
|
-
<path style="fill:none;stroke-width:5;stroke-linecap:butt;stroke-linejoin:miter;stroke:url(#linear38);stroke-miterlimit:10;" d="M 178.992606 220.490234 L 77.007394 220.490234 C 54.185128 220.490234 35.509766 201.814872 35.509766 178.992606 L 35.509766 77.007394 C 35.509766 54.185128 54.185128 35.509766 77.007394 35.509766 L 178.992606 35.509766 C 201.814872 35.509766 220.490234 54.185128 220.490234 77.007394 L 220.490234 178.992606 C 220.490234 201.814872 201.814872 220.490234 178.992606 220.490234 Z M 178.992606 220.490234 " transform="matrix(0.136585,0,0,0.136585,-3.482927,-3.482927)"/>
|
|
1025
|
-
<path style="fill:none;stroke-width:5;stroke-linecap:butt;stroke-linejoin:miter;stroke:url(#linear39);stroke-miterlimit:10;" d="M 178.878209 220.290039 L 77.121791 220.290039 C 54.328125 220.290039 35.709961 201.643276 35.709961 178.878209 L 35.709961 77.121791 C 35.709961 54.328125 54.328125 35.709961 77.121791 35.709961 L 178.878209 35.709961 C 201.643276 35.709961 220.290039 54.328125 220.290039 77.121791 L 220.290039 178.878209 C 220.290039 201.643276 201.643276 220.290039 178.878209 220.290039 Z M 178.878209 220.290039 " transform="matrix(0.136585,0,0,0.136585,-3.482927,-3.482927)"/>
|
|
1026
|
-
<path style="fill:none;stroke-width:5;stroke-linecap:butt;stroke-linejoin:miter;stroke:url(#linear40);stroke-miterlimit:10;" d="M 178.792411 220.089844 L 77.207589 220.089844 C 54.499721 220.089844 35.910156 201.500279 35.910156 178.763811 L 35.910156 77.207589 C 35.910156 54.499721 54.499721 35.910156 77.207589 35.910156 L 178.763811 35.910156 C 201.500279 35.910156 220.089844 54.499721 220.089844 77.207589 L 220.089844 178.763811 C 220.089844 201.500279 201.500279 220.089844 178.792411 220.089844 Z M 178.792411 220.089844 " transform="matrix(0.136585,0,0,0.136585,-3.482927,-3.482927)"/>
|
|
1027
|
-
<path style="fill:none;stroke-width:5;stroke-linecap:butt;stroke-linejoin:miter;stroke:url(#linear41);stroke-miterlimit:10;" d="M 178.678013 219.889648 L 77.321987 219.889648 C 54.671317 219.889648 36.110352 201.328683 36.110352 178.678013 L 36.110352 77.321987 C 36.110352 54.671317 54.671317 36.110352 77.321987 36.110352 L 178.649414 36.110352 C 201.328683 36.110352 219.889648 54.671317 219.889648 77.321987 L 219.889648 178.649414 C 219.889648 201.328683 201.328683 219.889648 178.678013 219.889648 Z M 178.678013 219.889648 " transform="matrix(0.136585,0,0,0.136585,-3.482927,-3.482927)"/>
|
|
1028
|
-
<path style="fill:none;stroke-width:5;stroke-linecap:butt;stroke-linejoin:miter;stroke:url(#linear42);stroke-miterlimit:10;" d="M 178.563616 219.689453 L 77.436384 219.689453 C 54.814314 219.689453 36.310547 201.185686 36.310547 178.563616 L 36.310547 77.436384 C 36.310547 54.814314 54.814314 36.310547 77.436384 36.310547 L 178.563616 36.310547 C 201.185686 36.310547 219.689453 54.814314 219.689453 77.436384 L 219.689453 178.563616 C 219.689453 201.185686 201.185686 219.689453 178.563616 219.689453 Z M 178.563616 219.689453 " transform="matrix(0.136585,0,0,0.136585,-3.482927,-3.482927)"/>
|
|
1029
|
-
<path style="fill:none;stroke-width:5;stroke-linecap:butt;stroke-linejoin:miter;stroke:url(#linear43);stroke-miterlimit:10;" d="M 178.449219 219.489258 L 77.550781 219.489258 C 54.98591 219.489258 36.510742 201.01409 36.510742 178.449219 L 36.510742 77.550781 C 36.510742 54.98591 54.98591 36.510742 77.550781 36.510742 L 178.449219 36.510742 C 201.01409 36.510742 219.489258 54.98591 219.489258 77.550781 L 219.489258 178.449219 C 219.489258 201.01409 201.01409 219.489258 178.449219 219.489258 Z M 178.449219 219.489258 " transform="matrix(0.136585,0,0,0.136585,-3.482927,-3.482927)"/>
|
|
1030
|
-
<path style="fill:none;stroke-width:5;stroke-linecap:butt;stroke-linejoin:miter;stroke:url(#linear44);stroke-miterlimit:10;" d="M 178.334821 219.289062 L 77.665179 219.289062 C 55.128906 219.289062 36.710938 200.871094 36.710938 178.334821 L 36.710938 77.665179 C 36.710938 55.128906 55.128906 36.710938 77.665179 36.710938 L 178.334821 36.710938 C 200.871094 36.710938 219.289062 55.128906 219.289062 77.665179 L 219.289062 178.334821 C 219.289062 200.871094 200.871094 219.289062 178.334821 219.289062 Z M 178.334821 219.289062 " transform="matrix(0.136585,0,0,0.136585,-3.482927,-3.482927)"/>
|
|
1031
|
-
<path style="fill:none;stroke-width:5;stroke-linecap:butt;stroke-linejoin:miter;stroke:url(#linear45);stroke-miterlimit:10;" d="M 178.220424 219.088867 L 77.779576 219.088867 C 55.300502 219.088867 36.911133 200.699498 36.911133 178.249023 L 36.911133 77.779576 C 36.911133 55.300502 55.300502 36.911133 77.779576 36.911133 L 178.220424 36.911133 C 200.699498 36.911133 219.088867 55.300502 219.088867 77.779576 L 219.088867 178.220424 C 219.088867 200.699498 200.699498 219.088867 178.220424 219.088867 Z M 178.220424 219.088867 " transform="matrix(0.136585,0,0,0.136585,-3.482927,-3.482927)"/>
|
|
1032
|
-
<path style="fill:none;stroke-width:5;stroke-linecap:butt;stroke-linejoin:miter;stroke:url(#linear46);stroke-miterlimit:10;" d="M 178.106027 218.888672 L 77.893973 218.888672 C 55.443499 218.888672 37.111328 200.556501 37.111328 178.106027 L 37.111328 77.893973 C 37.111328 55.443499 55.443499 37.111328 77.893973 37.111328 L 178.106027 37.111328 C 200.556501 37.111328 218.888672 55.443499 218.888672 77.893973 L 218.888672 178.106027 C 218.888672 200.556501 200.556501 218.888672 178.106027 218.888672 Z M 178.106027 218.888672 " transform="matrix(0.136585,0,0,0.136585,-3.482927,-3.482927)"/>
|
|
1033
|
-
<path style="fill:none;stroke-width:5;stroke-linecap:butt;stroke-linejoin:miter;stroke:url(#linear47);stroke-miterlimit:10;" d="M 178.020229 218.688477 L 77.979771 218.688477 C 55.615095 218.688477 37.311523 200.384905 37.311523 178.020229 L 37.311523 77.979771 C 37.311523 55.615095 55.615095 37.311523 77.979771 37.311523 L 178.020229 37.311523 C 200.384905 37.311523 218.688477 55.615095 218.688477 77.979771 L 218.688477 178.020229 C 218.688477 200.384905 200.384905 218.688477 178.020229 218.688477 Z M 178.020229 218.688477 " transform="matrix(0.136585,0,0,0.136585,-3.482927,-3.482927)"/>
|
|
1034
|
-
<path style="fill:none;stroke-width:5;stroke-linecap:butt;stroke-linejoin:miter;stroke:url(#linear48);stroke-miterlimit:10;" d="M 177.905831 218.488281 L 78.094169 218.488281 C 55.758092 218.488281 37.511719 200.241908 37.511719 177.905831 L 37.511719 78.094169 C 37.511719 55.758092 55.758092 37.511719 78.094169 37.511719 L 177.905831 37.511719 C 200.241908 37.511719 218.516881 55.758092 218.516881 78.094169 L 218.516881 177.905831 C 218.488281 200.241908 200.241908 218.488281 177.905831 218.488281 Z M 177.905831 218.488281 " transform="matrix(0.136585,0,0,0.136585,-3.482927,-3.482927)"/>
|
|
1035
|
-
<path style="fill:none;stroke-width:5;stroke-linecap:butt;stroke-linejoin:miter;stroke:url(#linear49);stroke-miterlimit:10;" d="M 177.791434 218.288086 L 78.208566 218.288086 C 55.929688 218.288086 37.711914 200.070312 37.711914 177.791434 L 37.711914 78.208566 C 37.711914 55.929688 55.929688 37.711914 78.208566 37.711914 L 177.791434 37.711914 C 200.070312 37.711914 218.316685 55.929688 218.316685 78.208566 L 218.316685 177.791434 C 218.288086 200.070312 200.070312 218.288086 177.791434 218.288086 Z M 177.791434 218.288086 " transform="matrix(0.136585,0,0,0.136585,-3.482927,-3.482927)"/>
|
|
1036
|
-
<path style="fill:none;stroke-width:5;stroke-linecap:butt;stroke-linejoin:miter;stroke:url(#linear50);stroke-miterlimit:10;" d="M 177.677037 218.11649 L 78.322963 218.11649 C 56.101283 218.11649 37.912109 199.927316 37.912109 177.677037 L 37.912109 78.322963 C 37.912109 56.101283 56.101283 37.912109 78.322963 37.912109 L 177.677037 37.912109 C 199.927316 37.912109 218.11649 56.101283 218.11649 78.322963 L 218.11649 177.677037 C 218.11649 199.927316 199.927316 218.11649 177.677037 218.11649 Z M 177.677037 218.11649 " transform="matrix(0.136585,0,0,0.136585,-3.482927,-3.482927)"/>
|
|
1037
|
-
<path style="fill:none;stroke-width:5;stroke-linecap:butt;stroke-linejoin:miter;stroke:url(#linear51);stroke-miterlimit:10;" d="M 177.591239 217.916295 L 78.408761 217.916295 C 56.24428 217.916295 38.083705 199.75572 38.083705 177.591239 L 38.083705 78.408761 C 38.083705 56.24428 56.24428 38.083705 78.408761 38.083705 L 177.56264 38.083705 C 199.75572 38.083705 217.887695 56.24428 217.887695 78.408761 L 217.887695 177.56264 C 217.916295 199.75572 199.75572 217.916295 177.591239 217.916295 Z M 177.591239 217.916295 " transform="matrix(0.136585,0,0,0.136585,-3.482927,-3.482927)"/>
|
|
1038
|
-
<path style="fill:none;stroke-width:5;stroke-linecap:butt;stroke-linejoin:miter;stroke:url(#linear52);stroke-miterlimit:10;" d="M 177.476842 217.716099 L 78.523158 217.716099 C 56.387277 217.716099 38.283901 199.612723 38.283901 177.476842 L 38.283901 78.523158 C 38.283901 56.387277 56.387277 38.283901 78.523158 38.283901 L 177.448242 38.283901 C 199.584124 38.283901 217.6875 56.387277 217.6875 78.523158 L 217.6875 177.448242 C 217.716099 199.612723 199.612723 217.716099 177.476842 217.716099 Z M 177.476842 217.716099 " transform="matrix(0.136585,0,0,0.136585,-3.482927,-3.482927)"/>
|
|
1039
|
-
<path style="fill:none;stroke-width:5;stroke-linecap:butt;stroke-linejoin:miter;stroke:url(#linear53);stroke-miterlimit:10;" d="M 177.362444 217.515904 L 78.637556 217.515904 C 56.558873 217.515904 38.484096 199.441127 38.484096 177.362444 L 38.484096 78.637556 C 38.484096 56.558873 56.558873 38.484096 78.637556 38.484096 L 177.362444 38.484096 C 199.441127 38.484096 217.487305 56.558873 217.487305 78.637556 L 217.487305 177.362444 C 217.515904 199.441127 199.441127 217.515904 177.362444 217.515904 Z M 177.362444 217.515904 " transform="matrix(0.136585,0,0,0.136585,-3.482927,-3.482927)"/>
|
|
1040
|
-
<path style="fill:none;stroke-width:5;stroke-linecap:butt;stroke-linejoin:miter;stroke:url(#linear54);stroke-miterlimit:10;" d="M 177.248047 217.315709 L 78.751953 217.315709 C 56.701869 217.315709 38.684291 199.269531 38.684291 177.248047 L 38.684291 78.751953 C 38.684291 56.701869 56.701869 38.684291 78.751953 38.684291 L 177.248047 38.684291 C 199.298131 38.684291 217.315709 56.701869 217.315709 78.751953 L 217.315709 177.248047 C 217.315709 199.269531 199.269531 217.315709 177.248047 217.315709 Z M 177.248047 217.315709 " transform="matrix(0.136585,0,0,0.136585,-3.482927,-3.482927)"/>
|
|
1041
|
-
<path style="fill:none;stroke-width:5;stroke-linecap:butt;stroke-linejoin:miter;stroke:url(#linear55);stroke-miterlimit:10;" d="M 177.13365 217.115513 L 78.86635 217.115513 C 56.873465 217.115513 38.884487 199.126535 38.884487 177.13365 L 38.884487 78.86635 C 38.884487 56.873465 56.873465 38.884487 78.86635 38.884487 L 177.13365 38.884487 C 199.126535 38.884487 217.115513 56.873465 217.115513 78.86635 L 217.115513 177.13365 C 217.115513 199.126535 199.126535 217.115513 177.13365 217.115513 Z M 177.13365 217.115513 " transform="matrix(0.136585,0,0,0.136585,-3.482927,-3.482927)"/>
|
|
1042
|
-
<path style="fill:none;stroke-width:5;stroke-linecap:butt;stroke-linejoin:miter;stroke:url(#linear56);stroke-miterlimit:10;" d="M 177.019252 216.915318 L 78.980748 216.915318 C 57.016462 216.915318 39.084682 198.983538 39.084682 177.019252 L 39.084682 78.980748 C 39.084682 57.016462 57.016462 39.084682 78.980748 39.084682 L 177.019252 39.084682 C 198.983538 39.084682 216.915318 57.016462 216.915318 78.980748 L 216.915318 177.019252 C 216.915318 198.983538 198.983538 216.915318 177.019252 216.915318 Z M 177.019252 216.915318 " transform="matrix(0.136585,0,0,0.136585,-3.482927,-3.482927)"/>
|
|
1043
|
-
<path style="fill:none;stroke-width:5;stroke-linecap:butt;stroke-linejoin:miter;stroke:url(#linear57);stroke-miterlimit:10;" d="M 176.933454 216.715123 L 79.066546 216.715123 C 57.188058 216.715123 39.284877 198.811942 39.284877 176.933454 L 39.284877 79.066546 C 39.284877 57.188058 57.188058 39.284877 79.066546 39.284877 L 176.933454 39.284877 C 198.811942 39.284877 216.715123 57.188058 216.715123 79.066546 L 216.715123 176.933454 C 216.715123 198.811942 198.811942 216.715123 176.933454 216.715123 Z M 176.933454 216.715123 " transform="matrix(0.136585,0,0,0.136585,-3.482927,-3.482927)"/>
|
|
1044
|
-
<path style="fill:none;stroke-width:5;stroke-linecap:butt;stroke-linejoin:miter;stroke:url(#linear58);stroke-miterlimit:10;" d="M 176.819057 216.514927 L 79.180943 216.514927 C 57.359654 216.514927 39.485073 198.640346 39.485073 176.819057 L 39.485073 79.180943 C 39.485073 57.359654 57.359654 39.485073 79.180943 39.485073 L 176.819057 39.485073 C 198.640346 39.485073 216.514927 57.359654 216.514927 79.180943 L 216.514927 176.819057 C 216.514927 198.640346 198.640346 216.514927 176.819057 216.514927 Z M 176.819057 216.514927 " transform="matrix(0.136585,0,0,0.136585,-3.482927,-3.482927)"/>
|
|
1045
|
-
<path style="fill:none;stroke-width:5;stroke-linecap:butt;stroke-linejoin:miter;stroke:url(#linear59);stroke-miterlimit:10;" d="M 176.70466 216.314732 L 79.29534 216.314732 C 57.502651 216.314732 39.685268 198.497349 39.685268 176.70466 L 39.685268 79.29534 C 39.685268 57.502651 57.502651 39.685268 79.29534 39.685268 L 176.70466 39.685268 C 198.497349 39.685268 216.343331 57.502651 216.343331 79.29534 L 216.343331 176.70466 C 216.314732 198.497349 198.497349 216.314732 176.70466 216.314732 Z M 176.70466 216.314732 " transform="matrix(0.136585,0,0,0.136585,-3.482927,-3.482927)"/>
|
|
1046
|
-
<path style="fill:none;stroke-width:5;stroke-linecap:butt;stroke-linejoin:miter;stroke:url(#linear60);stroke-miterlimit:10;" d="M 176.590262 216.143136 L 79.409738 216.143136 C 57.674247 216.143136 39.885463 198.325753 39.885463 176.590262 L 39.885463 79.409738 C 39.885463 57.674247 57.674247 39.885463 79.409738 39.885463 L 176.590262 39.885463 C 198.325753 39.885463 216.143136 57.674247 216.143136 79.409738 L 216.143136 176.590262 C 216.143136 198.325753 198.325753 216.143136 176.590262 216.143136 Z M 176.590262 216.143136 " transform="matrix(0.136585,0,0,0.136585,-3.482927,-3.482927)"/>
|
|
1047
|
-
<path style="fill:none;stroke-width:5;stroke-linecap:butt;stroke-linejoin:miter;stroke:url(#linear61);stroke-miterlimit:10;" d="M 176.475865 215.942941 L 79.524135 215.942941 C 57.817243 215.942941 40.085658 198.182757 40.085658 176.475865 L 40.085658 79.524135 C 40.085658 57.817243 57.817243 40.085658 79.524135 40.085658 L 176.475865 40.085658 C 198.182757 40.085658 215.942941 57.817243 215.942941 79.524135 L 215.942941 176.475865 C 215.942941 198.182757 198.182757 215.942941 176.475865 215.942941 Z M 176.475865 215.942941 " transform="matrix(0.136585,0,0,0.136585,-3.482927,-3.482927)"/>
|
|
1048
|
-
<path style="fill:none;stroke-width:5;stroke-linecap:butt;stroke-linejoin:miter;stroke:url(#linear62);stroke-miterlimit:10;" d="M 176.390067 215.742746 L 79.609933 215.742746 C 57.96024 215.742746 40.257254 198.011161 40.257254 176.361468 L 40.257254 79.609933 C 40.257254 57.96024 57.96024 40.257254 79.609933 40.257254 L 176.361468 40.257254 C 198.011161 40.257254 215.742746 57.96024 215.742746 79.609933 L 215.742746 176.361468 C 215.742746 198.011161 198.011161 215.742746 176.390067 215.742746 Z M 176.390067 215.742746 " transform="matrix(0.136585,0,0,0.136585,-3.482927,-3.482927)"/>
|
|
1049
|
-
<path style="fill:none;stroke-width:5;stroke-linecap:butt;stroke-linejoin:miter;stroke:url(#linear63);stroke-miterlimit:10;" d="M 176.27567 215.54255 L 79.72433 215.54255 C 58.131836 215.54255 40.45745 197.868164 40.45745 176.24707 L 40.45745 79.72433 C 40.45745 58.131836 58.131836 40.45745 79.72433 40.45745 L 176.24707 40.45745 C 197.868164 40.45745 215.54255 58.131836 215.54255 79.72433 L 215.54255 176.24707 C 215.54255 197.868164 197.868164 215.54255 176.27567 215.54255 Z M 176.27567 215.54255 " transform="matrix(0.136585,0,0,0.136585,-3.482927,-3.482927)"/>
|
|
1050
|
-
<path style="fill:none;stroke-width:5;stroke-linecap:butt;stroke-linejoin:miter;stroke:url(#linear64);stroke-miterlimit:10;" d="M 176.161272 215.342355 L 79.838728 215.342355 C 58.303432 215.342355 40.657645 197.696568 40.657645 176.161272 L 40.657645 79.838728 C 40.657645 58.303432 58.303432 40.657645 79.838728 40.657645 L 176.161272 40.657645 C 197.696568 40.657645 215.342355 58.303432 215.342355 79.838728 L 215.342355 176.161272 C 215.342355 197.696568 197.696568 215.342355 176.161272 215.342355 Z M 176.161272 215.342355 " transform="matrix(0.136585,0,0,0.136585,-3.482927,-3.482927)"/>
|
|
1051
|
-
<path style="fill:none;stroke-width:5;stroke-linecap:butt;stroke-linejoin:miter;stroke:url(#linear65);stroke-miterlimit:10;" d="M 176.046875 215.14216 L 79.953125 215.14216 C 58.446429 215.14216 40.85784 197.553571 40.85784 176.046875 L 40.85784 79.953125 C 40.85784 58.446429 58.446429 40.85784 79.953125 40.85784 L 176.046875 40.85784 C 197.553571 40.85784 215.14216 58.446429 215.14216 79.953125 L 215.14216 176.046875 C 215.14216 197.553571 197.553571 215.14216 176.046875 215.14216 Z M 176.046875 215.14216 " transform="matrix(0.136585,0,0,0.136585,-3.482927,-3.482927)"/>
|
|
1052
|
-
<path style="fill:none;stroke-width:5;stroke-linecap:butt;stroke-linejoin:miter;stroke:url(#linear66);stroke-miterlimit:10;" d="M 175.932478 214.941964 L 80.067522 214.941964 C 58.618025 214.941964 41.058036 197.381975 41.058036 175.932478 L 41.058036 80.067522 C 41.058036 58.618025 58.618025 41.058036 80.067522 41.058036 L 175.932478 41.058036 C 197.381975 41.058036 214.941964 58.618025 214.941964 80.067522 L 214.941964 175.932478 C 214.941964 197.381975 197.381975 214.941964 175.932478 214.941964 Z M 175.932478 214.941964 " transform="matrix(0.136585,0,0,0.136585,-3.482927,-3.482927)"/>
|
|
1053
|
-
<path style="fill:none;stroke-width:5;stroke-linecap:butt;stroke-linejoin:miter;stroke:url(#linear67);stroke-miterlimit:10;" d="M 175.81808 214.741769 L 80.18192 214.741769 C 58.761021 214.741769 41.258231 197.238979 41.258231 175.81808 L 41.258231 80.18192 C 41.258231 58.761021 58.761021 41.258231 80.18192 41.258231 L 175.81808 41.258231 C 197.238979 41.258231 214.741769 58.761021 214.741769 80.18192 L 214.741769 175.81808 C 214.741769 197.238979 197.238979 214.741769 175.81808 214.741769 Z M 175.81808 214.741769 " transform="matrix(0.136585,0,0,0.136585,-3.482927,-3.482927)"/>
|
|
1054
|
-
<path style="fill:none;stroke-width:5;stroke-linecap:butt;stroke-linejoin:miter;stroke:url(#linear68);stroke-miterlimit:10;" d="M 175.732282 214.541574 L 80.267718 214.541574 C 58.932617 214.541574 41.458426 197.067383 41.458426 175.732282 L 41.458426 80.267718 C 41.458426 58.932617 58.932617 41.458426 80.267718 41.458426 L 175.732282 41.458426 C 197.067383 41.458426 214.541574 58.932617 214.541574 80.267718 L 214.541574 175.732282 C 214.541574 197.067383 197.067383 214.541574 175.732282 214.541574 Z M 175.732282 214.541574 " transform="matrix(0.136585,0,0,0.136585,-3.482927,-3.482927)"/>
|
|
1055
|
-
<path style="fill:none;stroke-width:5;stroke-linecap:butt;stroke-linejoin:miter;stroke:url(#linear69);stroke-miterlimit:10;" d="M 175.617885 214.341378 L 80.382115 214.341378 C 59.104213 214.341378 41.658622 196.924386 41.658622 175.617885 L 41.658622 80.382115 C 41.658622 59.104213 59.104213 41.658622 80.382115 41.658622 L 175.617885 41.658622 C 196.895787 41.658622 214.341378 59.104213 214.341378 80.382115 L 214.341378 175.617885 C 214.341378 196.924386 196.924386 214.341378 175.617885 214.341378 Z M 175.617885 214.341378 " transform="matrix(0.136585,0,0,0.136585,-3.482927,-3.482927)"/>
|
|
1056
|
-
<path style="fill:none;stroke-width:5;stroke-linecap:butt;stroke-linejoin:miter;stroke:url(#linear70);stroke-miterlimit:10;" d="M 175.503488 214.141183 L 80.496512 214.141183 C 59.24721 214.141183 41.858817 196.75279 41.858817 175.503488 L 41.858817 80.496512 C 41.858817 59.24721 59.24721 41.858817 80.496512 41.858817 L 175.503488 41.858817 C 196.78139 41.858817 214.169782 59.24721 214.169782 80.496512 L 214.169782 175.503488 C 214.141183 196.75279 196.75279 214.141183 175.503488 214.141183 Z M 175.503488 214.141183 " transform="matrix(0.136585,0,0,0.136585,-3.482927,-3.482927)"/>
|
|
1057
|
-
<path style="fill:none;stroke-width:5;stroke-linecap:butt;stroke-linejoin:miter;stroke:url(#linear71);stroke-miterlimit:10;" d="M 175.38909 213.940988 L 80.61091 213.940988 C 59.390206 213.940988 42.059012 196.609794 42.059012 175.38909 L 42.059012 80.61091 C 42.059012 59.390206 59.390206 42.059012 80.61091 42.059012 L 175.38909 42.059012 C 196.609794 42.059012 213.969587 59.390206 213.969587 80.61091 L 213.969587 175.38909 C 213.940988 196.609794 196.609794 213.940988 175.38909 213.940988 Z M 175.38909 213.940988 " transform="matrix(0.136585,0,0,0.136585,-3.482927,-3.482927)"/>
|
|
1058
|
-
<path style="fill:none;stroke-width:5;stroke-linecap:butt;stroke-linejoin:miter;stroke:url(#linear72);stroke-miterlimit:10;" d="M 175.274693 213.740792 L 80.725307 213.740792 C 59.561802 213.740792 42.259208 196.438198 42.259208 175.274693 L 42.259208 80.725307 C 42.259208 59.561802 59.561802 42.259208 80.725307 42.259208 L 175.303292 42.259208 C 196.438198 42.259208 213.769392 59.561802 213.769392 80.725307 L 213.769392 175.303292 C 213.740792 196.438198 196.438198 213.740792 175.274693 213.740792 Z M 175.274693 213.740792 " transform="matrix(0.136585,0,0,0.136585,-3.482927,-3.482927)"/>
|
|
1059
|
-
<path style="fill:none;stroke-width:5;stroke-linecap:butt;stroke-linejoin:miter;stroke:url(#linear73);stroke-miterlimit:10;" d="M 175.188895 213.540597 L 80.811105 213.540597 C 59.704799 213.540597 42.430804 196.266602 42.430804 175.160296 L 42.430804 80.811105 C 42.430804 59.704799 59.704799 42.430804 80.811105 42.430804 L 175.160296 42.430804 C 196.266602 42.430804 213.540597 59.704799 213.540597 80.811105 L 213.540597 175.160296 C 213.540597 196.266602 196.266602 213.540597 175.188895 213.540597 Z M 175.188895 213.540597 " transform="matrix(0.136585,0,0,0.136585,-3.482927,-3.482927)"/>
|
|
1060
|
-
<path style="fill:none;stroke-width:5;stroke-linecap:butt;stroke-linejoin:miter;stroke:url(#linear74);stroke-miterlimit:10;" d="M 175.074498 213.369001 L 80.925502 213.369001 C 59.876395 213.369001 42.630999 196.123605 42.630999 175.074498 L 42.630999 80.925502 C 42.630999 59.876395 59.876395 42.630999 80.925502 42.630999 L 175.045898 42.630999 C 196.123605 42.630999 213.340402 59.876395 213.340402 80.925502 L 213.340402 175.045898 C 213.369001 196.123605 196.123605 213.369001 175.074498 213.369001 Z M 175.074498 213.369001 " transform="matrix(0.136585,0,0,0.136585,-3.482927,-3.482927)"/>
|
|
1061
|
-
<path style="fill:none;stroke-width:5;stroke-linecap:butt;stroke-linejoin:miter;stroke:url(#linear75);stroke-miterlimit:10;" d="M 174.9601 213.168806 L 81.0399 213.168806 C 60.019392 213.168806 42.831194 195.980608 42.831194 174.9601 L 42.831194 81.0399 C 42.831194 60.019392 60.019392 42.831194 81.0399 42.831194 L 174.9601 42.831194 C 195.952009 42.831194 213.140206 60.019392 213.140206 81.0399 L 213.140206 174.9601 C 213.168806 195.980608 195.980608 213.168806 174.9601 213.168806 Z M 174.9601 213.168806 " transform="matrix(0.136585,0,0,0.136585,-3.482927,-3.482927)"/>
|
|
1062
|
-
<path style="fill:none;stroke-width:5;stroke-linecap:butt;stroke-linejoin:miter;stroke:url(#linear76);stroke-miterlimit:10;" d="M 174.845703 212.96861 L 81.154297 212.96861 C 60.190988 212.96861 43.03139 195.809012 43.03139 174.845703 L 43.03139 81.154297 C 43.03139 60.190988 60.190988 43.03139 81.154297 43.03139 L 174.845703 43.03139 C 195.809012 43.03139 212.96861 60.190988 212.96861 81.154297 L 212.96861 174.845703 C 212.96861 195.809012 195.809012 212.96861 174.845703 212.96861 Z M 174.845703 212.96861 " transform="matrix(0.136585,0,0,0.136585,-3.482927,-3.482927)"/>
|
|
1063
|
-
<path style="fill:none;stroke-width:5;stroke-linecap:butt;stroke-linejoin:miter;stroke:url(#linear77);stroke-miterlimit:10;" d="M 174.731306 212.768415 L 81.268694 212.768415 C 60.362584 212.768415 43.231585 195.637416 43.231585 174.731306 L 43.231585 81.268694 C 43.231585 60.362584 60.362584 43.231585 81.268694 43.231585 L 174.731306 43.231585 C 195.637416 43.231585 212.768415 60.362584 212.768415 81.268694 L 212.768415 174.731306 C 212.768415 195.637416 195.637416 212.768415 174.731306 212.768415 Z M 174.731306 212.768415 " transform="matrix(0.136585,0,0,0.136585,-3.482927,-3.482927)"/>
|
|
1064
|
-
<path style="fill:none;stroke-width:5;stroke-linecap:butt;stroke-linejoin:miter;stroke:url(#linear78);stroke-miterlimit:10;" d="M 174.616908 212.56822 L 81.383092 212.56822 C 60.50558 212.56822 43.43178 195.49442 43.43178 174.616908 L 43.43178 81.383092 C 43.43178 60.50558 60.50558 43.43178 81.383092 43.43178 L 174.616908 43.43178 C 195.49442 43.43178 212.56822 60.50558 212.56822 81.383092 L 212.56822 174.616908 C 212.56822 195.49442 195.49442 212.56822 174.616908 212.56822 Z M 174.616908 212.56822 " transform="matrix(0.136585,0,0,0.136585,-3.482927,-3.482927)"/>
|
|
1065
|
-
<path style="fill:none;stroke-width:5;stroke-linecap:butt;stroke-linejoin:miter;stroke:url(#linear79);stroke-miterlimit:10;" d="M 174.53111 212.368025 L 81.46889 212.368025 C 60.648577 212.368025 43.631975 195.351423 43.631975 174.53111 L 43.631975 81.46889 C 43.631975 60.648577 60.648577 43.631975 81.46889 43.631975 L 174.53111 43.631975 C 195.351423 43.631975 212.368025 60.648577 212.368025 81.46889 L 212.368025 174.53111 C 212.368025 195.351423 195.351423 212.368025 174.53111 212.368025 Z M 174.53111 212.368025 " transform="matrix(0.136585,0,0,0.136585,-3.482927,-3.482927)"/>
|
|
1066
|
-
<path style="fill:none;stroke-width:5;stroke-linecap:butt;stroke-linejoin:miter;stroke:url(#linear80);stroke-miterlimit:10;" d="M 174.416713 212.167829 L 81.583287 212.167829 C 60.820173 212.167829 43.832171 195.179827 43.832171 174.416713 L 43.832171 81.583287 C 43.832171 60.820173 60.820173 43.832171 81.583287 43.832171 L 174.416713 43.832171 C 195.179827 43.832171 212.167829 60.820173 212.167829 81.583287 L 212.167829 174.416713 C 212.167829 195.179827 195.179827 212.167829 174.416713 212.167829 Z M 174.416713 212.167829 " transform="matrix(0.136585,0,0,0.136585,-3.482927,-3.482927)"/>
|
|
1067
|
-
<path style="fill:none;stroke-width:5;stroke-linecap:butt;stroke-linejoin:miter;stroke:url(#linear81);stroke-miterlimit:10;" d="M 174.302316 211.967634 L 81.697684 211.967634 C 60.991769 211.967634 44.032366 195.008231 44.032366 174.302316 L 44.032366 81.697684 C 44.032366 60.991769 60.991769 44.032366 81.697684 44.032366 L 174.302316 44.032366 C 195.008231 44.032366 211.967634 60.991769 211.967634 81.697684 L 211.967634 174.302316 C 211.967634 195.008231 195.008231 211.967634 174.302316 211.967634 Z M 174.302316 211.967634 " transform="matrix(0.136585,0,0,0.136585,-3.482927,-3.482927)"/>
|
|
1068
|
-
<path style="fill:none;stroke-width:5;stroke-linecap:butt;stroke-linejoin:miter;stroke:url(#linear82);stroke-miterlimit:10;" d="M 174.187919 211.767439 L 81.812081 211.767439 C 61.134766 211.767439 44.232561 194.865234 44.232561 174.187919 L 44.232561 81.812081 C 44.232561 61.134766 61.134766 44.232561 81.812081 44.232561 L 174.187919 44.232561 C 194.865234 44.232561 211.767439 61.134766 211.767439 81.812081 L 211.767439 174.187919 C 211.767439 194.865234 194.865234 211.767439 174.187919 211.767439 Z M 174.187919 211.767439 " transform="matrix(0.136585,0,0,0.136585,-3.482927,-3.482927)"/>
|
|
1069
|
-
<path style="fill:none;stroke-width:5;stroke-linecap:butt;stroke-linejoin:miter;stroke:url(#linear83);stroke-miterlimit:10;" d="M 174.073521 211.567243 L 81.926479 211.567243 C 61.306362 211.567243 44.432757 194.722238 44.432757 174.102121 L 44.432757 81.926479 C 44.432757 61.306362 61.306362 44.432757 81.926479 44.432757 L 174.102121 44.432757 C 194.722238 44.432757 211.567243 61.306362 211.567243 81.926479 L 211.567243 174.102121 C 211.567243 194.693638 194.693638 211.567243 174.073521 211.567243 Z M 174.073521 211.567243 " transform="matrix(0.136585,0,0,0.136585,-3.482927,-3.482927)"/>
|
|
1070
|
-
<path style="fill:none;stroke-width:5;stroke-linecap:butt;stroke-linejoin:miter;stroke:url(#linear84);stroke-miterlimit:10;" d="M 173.959124 211.367048 L 82.040876 211.367048 C 61.449358 211.367048 44.632952 194.550642 44.632952 173.987723 L 44.632952 82.040876 C 44.632952 61.449358 61.449358 44.632952 82.040876 44.632952 L 173.987723 44.632952 C 194.550642 44.632952 211.367048 61.449358 211.367048 82.040876 L 211.367048 173.987723 C 211.367048 194.550642 194.550642 211.367048 173.959124 211.367048 Z M 173.959124 211.367048 " transform="matrix(0.136585,0,0,0.136585,-3.482927,-3.482927)"/>
|
|
1071
|
-
<path style="fill:none;stroke-width:5;stroke-linecap:butt;stroke-linejoin:miter;stroke:url(#linear85);stroke-miterlimit:10;" d="M 173.873326 211.166853 L 82.126674 211.166853 C 61.620954 211.166853 44.833147 194.379046 44.833147 173.873326 L 44.833147 82.126674 C 44.833147 61.620954 61.620954 44.833147 82.126674 44.833147 L 173.873326 44.833147 C 194.379046 44.833147 211.166853 61.620954 211.166853 82.126674 L 211.166853 173.873326 C 211.166853 194.379046 194.379046 211.166853 173.873326 211.166853 Z M 173.873326 211.166853 " transform="matrix(0.136585,0,0,0.136585,-3.482927,-3.482927)"/>
|
|
1072
|
-
<path style="fill:none;stroke-width:5;stroke-linecap:butt;stroke-linejoin:miter;stroke:url(#linear86);stroke-miterlimit:10;" d="M 173.758929 210.966657 L 82.241071 210.966657 C 61.763951 210.966657 45.004743 194.236049 45.004743 173.758929 L 45.004743 82.241071 C 45.004743 61.763951 61.763951 45.004743 82.241071 45.004743 L 173.758929 45.004743 C 194.20745 45.004743 210.966657 61.763951 210.966657 82.241071 L 210.966657 173.758929 C 210.966657 194.236049 194.236049 210.966657 173.758929 210.966657 Z M 173.758929 210.966657 " transform="matrix(0.136585,0,0,0.136585,-3.482927,-3.482927)"/>
|
|
1073
|
-
<path style="fill:none;stroke-width:5;stroke-linecap:butt;stroke-linejoin:miter;stroke:url(#linear87);stroke-miterlimit:10;" d="M 173.644531 210.766462 L 82.355469 210.766462 C 61.906948 210.766462 45.204939 194.064453 45.204939 173.644531 L 45.204939 82.326869 C 45.204939 61.906948 61.906948 45.204939 82.355469 45.204939 L 173.644531 45.204939 C 194.093052 45.204939 210.795061 61.906948 210.795061 82.326869 L 210.795061 173.644531 C 210.766462 194.064453 194.064453 210.766462 173.644531 210.766462 Z M 173.644531 210.766462 " transform="matrix(0.136585,0,0,0.136585,-3.482927,-3.482927)"/>
|
|
1074
|
-
<path style="fill:none;stroke-width:5;stroke-linecap:butt;stroke-linejoin:miter;stroke:url(#linear88);stroke-miterlimit:10;" d="M 173.530134 210.594866 L 82.469866 210.594866 C 62.078544 210.594866 45.405134 193.921456 45.405134 173.530134 L 45.405134 82.469866 C 45.405134 62.078544 62.078544 45.405134 82.469866 45.405134 L 173.530134 45.405134 C 193.921456 45.405134 210.594866 62.078544 210.594866 82.469866 L 210.594866 173.530134 C 210.594866 193.921456 193.921456 210.594866 173.530134 210.594866 Z M 173.530134 210.594866 " transform="matrix(0.136585,0,0,0.136585,-3.482927,-3.482927)"/>
|
|
1075
|
-
<path style="fill:none;stroke-width:5;stroke-linecap:butt;stroke-linejoin:miter;stroke:url(#linear89);stroke-miterlimit:10;" d="M 173.415737 210.394671 L 82.584263 210.394671 C 62.25014 210.394671 45.605329 193.74986 45.605329 173.415737 L 45.605329 82.584263 C 45.605329 62.25014 62.25014 45.605329 82.584263 45.605329 L 173.415737 45.605329 C 193.74986 45.605329 210.394671 62.25014 210.394671 82.584263 L 210.394671 173.415737 C 210.394671 193.74986 193.74986 210.394671 173.415737 210.394671 Z M 173.415737 210.394671 " transform="matrix(0.136585,0,0,0.136585,-3.482927,-3.482927)"/>
|
|
1076
|
-
<path style="fill:none;stroke-width:5;stroke-linecap:butt;stroke-linejoin:miter;stroke:url(#linear90);stroke-miterlimit:10;" d="M 173.329939 210.194475 L 82.670061 210.194475 C 62.393136 210.194475 45.805525 193.606864 45.805525 173.329939 L 45.805525 82.670061 C 45.805525 62.393136 62.393136 45.805525 82.670061 45.805525 L 173.329939 45.805525 C 193.606864 45.805525 210.194475 62.393136 210.194475 82.670061 L 210.194475 173.329939 C 210.194475 193.606864 193.606864 210.194475 173.329939 210.194475 Z M 173.329939 210.194475 " transform="matrix(0.136585,0,0,0.136585,-3.482927,-3.482927)"/>
|
|
1077
|
-
<path style="fill:none;stroke-width:5;stroke-linecap:butt;stroke-linejoin:miter;stroke:url(#linear91);stroke-miterlimit:10;" d="M 173.215541 209.99428 L 82.784459 209.99428 C 62.564732 209.99428 46.00572 193.435268 46.00572 173.215541 L 46.00572 82.784459 C 46.00572 62.564732 62.564732 46.00572 82.784459 46.00572 L 173.215541 46.00572 C 193.435268 46.00572 209.99428 62.564732 209.99428 82.784459 L 209.99428 173.215541 C 209.99428 193.435268 193.435268 209.99428 173.215541 209.99428 Z M 173.215541 209.99428 " transform="matrix(0.136585,0,0,0.136585,-3.482927,-3.482927)"/>
|
|
1078
|
-
<path style="fill:none;stroke-width:5;stroke-linecap:butt;stroke-linejoin:miter;stroke:url(#linear92);stroke-miterlimit:10;" d="M 173.101144 209.794085 L 82.898856 209.794085 C 62.707729 209.794085 46.205915 193.292271 46.205915 173.101144 L 46.205915 82.898856 C 46.205915 62.707729 62.707729 46.205915 82.898856 46.205915 L 173.101144 46.205915 C 193.292271 46.205915 209.794085 62.707729 209.794085 82.898856 L 209.794085 173.101144 C 209.794085 193.292271 193.292271 209.794085 173.101144 209.794085 Z M 173.101144 209.794085 " transform="matrix(0.136585,0,0,0.136585,-3.482927,-3.482927)"/>
|
|
1079
|
-
<path style="fill:none;stroke-width:5;stroke-linecap:butt;stroke-linejoin:miter;stroke:url(#linear93);stroke-miterlimit:10;" d="M 172.986747 209.59389 L 83.013253 209.59389 C 62.879325 209.59389 46.40611 193.120675 46.40611 172.986747 L 46.40611 83.013253 C 46.40611 62.879325 62.879325 46.40611 83.013253 46.40611 L 172.986747 46.40611 C 193.120675 46.40611 209.59389 62.879325 209.59389 83.013253 L 209.59389 172.986747 C 209.59389 193.120675 193.120675 209.59389 172.986747 209.59389 Z M 172.986747 209.59389 " transform="matrix(0.136585,0,0,0.136585,-3.482927,-3.482927)"/>
|
|
1080
|
-
<path style="fill:none;stroke-width:5;stroke-linecap:butt;stroke-linejoin:miter;stroke:url(#linear94);stroke-miterlimit:10;" d="M 172.872349 209.393694 L 83.127651 209.393694 C 63.050921 209.393694 46.606306 192.977679 46.606306 172.872349 L 46.606306 83.127651 C 46.606306 63.050921 63.022321 46.606306 83.127651 46.606306 L 172.900949 46.606306 C 192.977679 46.606306 209.422294 63.022321 209.422294 83.127651 L 209.422294 172.900949 C 209.393694 192.977679 192.977679 209.393694 172.872349 209.393694 Z M 172.872349 209.393694 " transform="matrix(0.136585,0,0,0.136585,-3.482927,-3.482927)"/>
|
|
1081
|
-
<path style="fill:none;stroke-width:5;stroke-linecap:butt;stroke-linejoin:miter;stroke:url(#linear95);stroke-miterlimit:10;" d="M 172.757952 209.193499 L 83.242048 209.193499 C 63.193917 209.193499 46.806501 192.806083 46.806501 172.757952 L 46.806501 83.242048 C 46.806501 63.193917 63.193917 46.806501 83.242048 46.806501 L 172.786551 46.806501 C 192.806083 46.806501 209.222098 63.193917 209.222098 83.242048 L 209.222098 172.786551 C 209.193499 192.806083 192.806083 209.193499 172.757952 209.193499 Z M 172.757952 209.193499 " transform="matrix(0.136585,0,0,0.136585,-3.482927,-3.482927)"/>
|
|
1082
|
-
<path style="fill:none;stroke-width:5;stroke-linecap:butt;stroke-linejoin:miter;stroke:url(#linear96);stroke-miterlimit:10;" d="M 172.672154 208.993304 L 83.327846 208.993304 C 63.336914 208.993304 47.006696 192.663086 47.006696 172.672154 L 47.006696 83.327846 C 47.006696 63.336914 63.336914 47.006696 83.327846 47.006696 L 172.672154 47.006696 C 192.663086 47.006696 208.993304 63.336914 208.993304 83.327846 L 208.993304 172.672154 C 208.993304 192.663086 192.663086 208.993304 172.672154 208.993304 Z M 172.672154 208.993304 " transform="matrix(0.136585,0,0,0.136585,-3.482927,-3.482927)"/>
|
|
1083
|
-
<path style="fill:none;stroke-width:5;stroke-linecap:butt;stroke-linejoin:miter;stroke:url(#linear97);stroke-miterlimit:10;" d="M 172.557757 208.821708 L 83.442243 208.821708 C 63.50851 208.821708 47.178292 192.49149 47.178292 172.557757 L 47.178292 83.442243 C 47.178292 63.50851 63.50851 47.178292 83.442243 47.178292 L 172.557757 47.178292 C 192.49149 47.178292 208.793108 63.50851 208.793108 83.442243 L 208.793108 172.557757 C 208.821708 192.49149 192.49149 208.821708 172.557757 208.821708 Z M 172.557757 208.821708 " transform="matrix(0.136585,0,0,0.136585,-3.482927,-3.482927)"/>
|
|
1084
|
-
<path style="fill:none;stroke-width:5;stroke-linecap:butt;stroke-linejoin:miter;stroke:url(#linear98);stroke-miterlimit:10;" d="M 172.443359 208.621512 L 83.556641 208.621512 C 63.651507 208.621512 47.378488 192.348493 47.378488 172.443359 L 47.378488 83.556641 C 47.378488 63.651507 63.651507 47.378488 83.556641 47.378488 L 172.443359 47.378488 C 192.319894 47.378488 208.592913 63.651507 208.592913 83.556641 L 208.592913 172.443359 C 208.621512 192.348493 192.348493 208.621512 172.443359 208.621512 Z M 172.443359 208.621512 " transform="matrix(0.136585,0,0,0.136585,-3.482927,-3.482927)"/>
|
|
1085
|
-
<path style="fill:none;stroke-width:5;stroke-linecap:butt;stroke-linejoin:miter;stroke:url(#linear99);stroke-miterlimit:10;" d="M 172.328962 208.421317 L 83.671038 208.421317 C 63.823103 208.421317 47.578683 192.176897 47.578683 172.328962 L 47.578683 83.671038 C 47.578683 63.823103 63.823103 47.578683 83.671038 47.578683 L 172.328962 47.578683 C 192.176897 47.578683 208.421317 63.823103 208.421317 83.671038 L 208.421317 172.328962 C 208.421317 192.176897 192.176897 208.421317 172.328962 208.421317 Z M 172.328962 208.421317 " transform="matrix(0.136585,0,0,0.136585,-3.482927,-3.482927)"/>
|
|
1086
|
-
<path style="fill:none;stroke-width:5;stroke-linecap:butt;stroke-linejoin:miter;stroke:url(#linear100);stroke-miterlimit:10;" d="M 172.243164 208.221122 L 83.756836 208.221122 C 63.966099 208.221122 47.778878 192.033901 47.778878 172.243164 L 47.778878 83.756836 C 47.778878 63.966099 63.966099 47.778878 83.756836 47.778878 L 172.243164 47.778878 C 192.033901 47.778878 208.221122 63.966099 208.221122 83.756836 L 208.221122 172.243164 C 208.221122 192.033901 192.033901 208.221122 172.243164 208.221122 Z M 172.243164 208.221122 " transform="matrix(0.136585,0,0,0.136585,-3.482927,-3.482927)"/>
|
|
1087
|
-
<path style="fill:none;stroke-width:5;stroke-linecap:butt;stroke-linejoin:miter;stroke:url(#linear101);stroke-miterlimit:10;" d="M 172.128767 208.020926 L 83.871233 208.020926 C 64.137695 208.020926 47.979074 191.862305 47.979074 172.128767 L 47.979074 83.871233 C 47.979074 64.137695 64.137695 47.979074 83.871233 47.979074 L 172.128767 47.979074 C 191.862305 47.979074 208.020926 64.137695 208.020926 83.871233 L 208.020926 172.128767 C 208.020926 191.862305 191.862305 208.020926 172.128767 208.020926 Z M 172.128767 208.020926 " transform="matrix(0.136585,0,0,0.136585,-3.482927,-3.482927)"/>
|
|
1088
|
-
<path style="fill:none;stroke-width:5;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(45.882353%,49.411765%,70.588237%);stroke-opacity:1;stroke-miterlimit:10;" d="M 128.200195 128.371791 L 127.799805 128.371791 C 127.714007 128.371791 127.628209 128.285993 127.628209 128.200195 L 127.628209 127.799805 C 127.628209 127.714007 127.714007 127.628209 127.799805 127.628209 L 128.200195 127.628209 C 128.285993 127.628209 128.371791 127.714007 128.371791 127.799805 L 128.371791 128.200195 C 128.371791 128.285993 128.285993 128.371791 128.200195 128.371791 Z M 128.200195 128.371791 " transform="matrix(0.136585,0,0,0.136585,-3.482927,-3.482927)"/>
|
|
1089
|
-
<path style="fill:none;stroke-width:5;stroke-linecap:butt;stroke-linejoin:miter;stroke:url(#linear102);stroke-miterlimit:10;" d="M 128.629185 129.172573 L 127.342215 129.172573 C 127.056222 129.172573 126.827427 128.943778 126.827427 128.657785 L 126.827427 127.370815 C 126.827427 127.056222 127.056222 126.827427 127.342215 126.827427 L 128.629185 126.827427 C 128.943778 126.827427 129.172573 127.084821 129.172573 127.370815 L 129.172573 128.657785 C 129.172573 128.943778 128.943778 129.172573 128.629185 129.172573 Z M 128.629185 129.172573 " transform="matrix(0.136585,0,0,0.136585,-3.482927,-3.482927)"/>
|
|
1090
|
-
<path style="fill:none;stroke-width:5;stroke-linecap:butt;stroke-linejoin:miter;stroke:url(#linear103);stroke-miterlimit:10;" d="M 129.086775 129.973354 L 126.913225 129.973354 C 126.427037 129.973354 126.026646 129.572963 126.026646 129.086775 L 126.026646 126.913225 C 126.026646 126.427037 126.427037 126.026646 126.913225 126.026646 L 129.086775 126.026646 C 129.572963 126.026646 129.973354 126.427037 129.973354 126.913225 L 129.973354 129.086775 C 129.973354 129.572963 129.572963 129.973354 129.086775 129.973354 Z M 129.086775 129.973354 " transform="matrix(0.136585,0,0,0.136585,-3.482927,-3.482927)"/>
|
|
1091
|
-
<path style="fill:none;stroke-width:5;stroke-linecap:butt;stroke-linejoin:miter;stroke:url(#linear104);stroke-miterlimit:10;" d="M 129.515765 130.745536 L 126.484235 130.745536 C 125.797852 130.745536 125.254464 130.202148 125.254464 129.515765 L 125.254464 126.484235 C 125.254464 125.797852 125.797852 125.254464 126.484235 125.254464 L 129.515765 125.254464 C 130.202148 125.254464 130.745536 125.797852 130.745536 126.484235 L 130.745536 129.515765 C 130.745536 130.202148 130.202148 130.745536 129.515765 130.745536 Z M 129.515765 130.745536 " transform="matrix(0.136585,0,0,0.136585,-3.482927,-3.482927)"/>
|
|
1092
|
-
<path style="fill:none;stroke-width:5;stroke-linecap:butt;stroke-linejoin:miter;stroke:url(#linear105);stroke-miterlimit:10;" d="M 129.944754 131.517718 L 126.055246 131.517718 C 125.168666 131.517718 124.482282 130.831334 124.482282 129.944754 L 124.482282 126.055246 C 124.482282 125.168666 125.168666 124.482282 126.055246 124.482282 L 129.944754 124.482282 C 130.831334 124.482282 131.517718 125.168666 131.517718 126.055246 L 131.517718 129.944754 C 131.517718 130.831334 130.831334 131.517718 129.944754 131.517718 Z M 129.944754 131.517718 " transform="matrix(0.136585,0,0,0.136585,-3.482927,-3.482927)"/>
|
|
1093
|
-
<path style="fill:none;stroke-width:5;stroke-linecap:butt;stroke-linejoin:miter;stroke:url(#linear106);stroke-miterlimit:10;" d="M 130.373744 132.318499 L 125.597656 132.318499 C 124.539481 132.318499 123.681501 131.460519 123.681501 130.373744 L 123.681501 125.597656 C 123.681501 124.539481 124.539481 123.681501 125.597656 123.681501 L 130.373744 123.681501 C 131.460519 123.681501 132.318499 124.539481 132.318499 125.597656 L 132.318499 130.373744 C 132.318499 131.460519 131.460519 132.318499 130.373744 132.318499 Z M 130.373744 132.318499 " transform="matrix(0.136585,0,0,0.136585,-3.482927,-3.482927)"/>
|
|
1094
|
-
<path style="fill:none;stroke-width:5;stroke-linecap:butt;stroke-linejoin:miter;stroke:url(#linear107);stroke-miterlimit:10;" d="M 130.831334 133.11928 L 125.168666 133.11928 C 123.910296 133.11928 122.88072 132.089704 122.88072 130.831334 L 122.88072 125.168666 C 122.88072 123.910296 123.910296 122.88072 125.168666 122.88072 L 130.831334 122.88072 C 132.089704 122.88072 133.11928 123.910296 133.11928 125.168666 L 133.11928 130.831334 C 133.11928 132.089704 132.089704 133.11928 130.831334 133.11928 Z M 130.831334 133.11928 " transform="matrix(0.136585,0,0,0.136585,-3.482927,-3.482927)"/>
|
|
1095
|
-
<path style="fill:none;stroke-width:5;stroke-linecap:butt;stroke-linejoin:miter;stroke:url(#linear108);stroke-miterlimit:10;" d="M 131.260324 133.891462 L 124.739676 133.891462 C 123.28111 133.891462 122.079939 132.71889 122.079939 131.260324 L 122.079939 124.739676 C 122.079939 123.28111 123.28111 122.079939 124.739676 122.079939 L 131.260324 122.079939 C 132.71889 122.079939 133.891462 123.28111 133.891462 124.739676 L 133.891462 131.260324 C 133.891462 132.71889 132.71889 133.891462 131.260324 133.891462 Z M 131.260324 133.891462 " transform="matrix(0.136585,0,0,0.136585,-3.482927,-3.482927)"/>
|
|
1096
|
-
<path style="fill:none;stroke-width:5;stroke-linecap:butt;stroke-linejoin:miter;stroke:url(#linear109);stroke-miterlimit:10;" d="M 131.689314 134.692243 L 124.310686 134.692243 C 122.680525 134.692243 121.307757 133.348075 121.307757 131.689314 L 121.307757 124.310686 C 121.307757 122.680525 122.680525 121.307757 124.310686 121.307757 L 131.689314 121.307757 C 133.348075 121.307757 134.692243 122.680525 134.692243 124.310686 L 134.692243 131.689314 C 134.692243 133.348075 133.348075 134.692243 131.689314 134.692243 Z M 131.689314 134.692243 " transform="matrix(0.136585,0,0,0.136585,-3.482927,-3.482927)"/>
|
|
1097
|
-
<path style="fill:none;stroke-width:5;stroke-linecap:butt;stroke-linejoin:miter;stroke:url(#linear110);stroke-miterlimit:10;" d="M 132.118304 135.493025 L 123.881696 135.493025 C 122.051339 135.493025 120.535575 133.97726 120.535575 132.118304 L 120.535575 123.881696 C 120.535575 122.051339 122.051339 120.535575 123.881696 120.535575 L 132.118304 120.535575 C 133.948661 120.535575 135.464425 122.051339 135.464425 123.881696 L 135.464425 132.118304 C 135.493025 133.97726 133.97726 135.493025 132.118304 135.493025 Z M 132.118304 135.493025 " transform="matrix(0.136585,0,0,0.136585,-3.482927,-3.482927)"/>
|
|
1098
|
-
<path style="fill:none;stroke-width:5;stroke-linecap:butt;stroke-linejoin:miter;stroke:url(#linear111);stroke-miterlimit:10;" d="M 132.547294 136.265206 L 123.452706 136.265206 C 121.422154 136.265206 119.734794 134.577846 119.734794 132.547294 L 119.734794 123.452706 C 119.734794 121.393555 121.422154 119.734794 123.452706 119.734794 L 132.547294 119.734794 C 134.606445 119.734794 136.265206 121.393555 136.265206 123.452706 L 136.265206 132.547294 C 136.265206 134.606445 134.606445 136.265206 132.547294 136.265206 Z M 132.547294 136.265206 " transform="matrix(0.136585,0,0,0.136585,-3.482927,-3.482927)"/>
|
|
1099
|
-
<path style="fill:none;stroke-width:5;stroke-linecap:butt;stroke-linejoin:miter;stroke:url(#linear112);stroke-miterlimit:10;" d="M 132.976283 137.037388 L 123.023717 137.037388 C 120.792969 137.037388 118.962612 135.207031 118.962612 132.976283 L 118.962612 123.023717 C 118.962612 120.792969 120.792969 118.962612 123.023717 118.962612 L 132.976283 118.962612 C 135.207031 118.962612 137.037388 120.792969 137.037388 123.023717 L 137.037388 132.976283 C 137.037388 135.235631 135.235631 137.037388 132.976283 137.037388 Z M 132.976283 137.037388 " transform="matrix(0.136585,0,0,0.136585,-3.482927,-3.482927)"/>
|
|
1100
|
-
<path style="fill:none;stroke-width:5;stroke-linecap:butt;stroke-linejoin:miter;stroke:url(#linear113);stroke-miterlimit:10;" d="M 133.433873 137.83817 L 122.566127 137.83817 C 120.163783 137.83817 118.16183 135.836217 118.16183 133.433873 L 118.16183 122.566127 C 118.16183 120.163783 120.163783 118.16183 122.566127 118.16183 L 133.433873 118.16183 C 135.864816 118.16183 137.83817 120.163783 137.83817 122.566127 L 137.83817 133.433873 C 137.83817 135.836217 135.836217 137.83817 133.433873 137.83817 Z M 133.433873 137.83817 " transform="matrix(0.136585,0,0,0.136585,-3.482927,-3.482927)"/>
|
|
1101
|
-
<path style="fill:none;stroke-width:5;stroke-linecap:butt;stroke-linejoin:miter;stroke:url(#linear114);stroke-miterlimit:10;" d="M 133.862863 138.638951 L 122.137137 138.638951 C 119.505999 138.638951 117.361049 136.494001 117.361049 133.862863 L 117.361049 122.137137 C 117.361049 119.505999 119.505999 117.361049 122.137137 117.361049 L 133.862863 117.361049 C 136.494001 117.361049 138.638951 119.505999 138.638951 122.137137 L 138.638951 133.862863 C 138.638951 136.494001 136.494001 138.638951 133.862863 138.638951 Z M 133.862863 138.638951 " transform="matrix(0.136585,0,0,0.136585,-3.482927,-3.482927)"/>
|
|
1102
|
-
<path style="fill:none;stroke-width:5;stroke-linecap:butt;stroke-linejoin:miter;stroke:url(#linear115);stroke-miterlimit:10;" d="M 134.291853 139.411133 L 121.708147 139.411133 C 118.876814 139.411133 116.588867 137.123186 116.588867 134.291853 L 116.588867 121.708147 C 116.588867 118.876814 118.876814 116.588867 121.708147 116.588867 L 134.291853 116.588867 C 137.123186 116.588867 139.411133 118.876814 139.411133 121.708147 L 139.411133 134.291853 C 139.411133 137.123186 137.123186 139.411133 134.291853 139.411133 Z M 134.291853 139.411133 " transform="matrix(0.136585,0,0,0.136585,-3.482927,-3.482927)"/>
|
|
1103
|
-
<path style="fill:none;stroke-width:5;stroke-linecap:butt;stroke-linejoin:miter;stroke:url(#linear116);stroke-miterlimit:10;" d="M 134.720843 140.211914 L 121.279157 140.211914 C 118.247628 140.211914 115.788086 137.752372 115.788086 134.720843 L 115.788086 121.279157 C 115.788086 118.247628 118.247628 115.788086 121.279157 115.788086 L 134.720843 115.788086 C 137.752372 115.788086 140.211914 118.247628 140.211914 121.279157 L 140.211914 134.720843 C 140.211914 137.752372 137.752372 140.211914 134.720843 140.211914 Z M 134.720843 140.211914 " transform="matrix(0.136585,0,0,0.136585,-3.482927,-3.482927)"/>
|
|
1104
|
-
<path style="fill:none;stroke-width:5;stroke-linecap:butt;stroke-linejoin:miter;stroke:url(#linear117);stroke-miterlimit:10;" d="M 135.178432 140.984096 L 120.850167 140.984096 C 117.618443 140.984096 115.015904 138.381557 115.015904 135.149833 L 115.015904 120.821568 C 115.015904 117.618443 117.618443 114.987305 120.850167 114.987305 L 135.178432 114.987305 C 138.381557 114.987305 141.012695 117.618443 141.012695 120.821568 L 141.012695 135.149833 C 140.984096 138.381557 138.381557 140.984096 135.178432 140.984096 Z M 135.178432 140.984096 " transform="matrix(0.136585,0,0,0.136585,-3.482927,-3.482927)"/>
|
|
1105
|
-
<path style="fill:none;stroke-width:5;stroke-linecap:butt;stroke-linejoin:miter;stroke:url(#linear118);stroke-miterlimit:10;" d="M 135.607422 141.784877 L 120.392578 141.784877 C 116.989258 141.784877 114.215123 139.010742 114.215123 135.607422 L 114.215123 120.392578 C 114.215123 116.989258 116.989258 114.215123 120.392578 114.215123 L 135.607422 114.215123 C 139.010742 114.215123 141.784877 116.989258 141.784877 120.392578 L 141.784877 135.607422 C 141.784877 139.010742 139.010742 141.784877 135.607422 141.784877 Z M 135.607422 141.784877 " transform="matrix(0.136585,0,0,0.136585,-3.482927,-3.482927)"/>
|
|
1106
|
-
<path style="fill:none;stroke-width:5;stroke-linecap:butt;stroke-linejoin:miter;stroke:url(#linear119);stroke-miterlimit:10;" d="M 136.036412 142.557059 L 119.963588 142.557059 C 116.360073 142.557059 113.414342 139.639927 113.414342 136.036412 L 113.414342 119.963588 C 113.414342 116.360073 116.360073 113.414342 119.963588 113.414342 L 136.036412 113.414342 C 139.639927 113.414342 142.557059 116.360073 142.557059 119.963588 L 142.557059 136.036412 C 142.557059 139.639927 139.639927 142.557059 136.036412 142.557059 Z M 136.036412 142.557059 " transform="matrix(0.136585,0,0,0.136585,-3.482927,-3.482927)"/>
|
|
1107
|
-
<path style="fill:none;stroke-width:5;stroke-linecap:butt;stroke-linejoin:miter;stroke:url(#linear120);stroke-miterlimit:10;" d="M 136.465402 143.35784 L 119.534598 143.35784 C 115.730887 143.35784 112.64216 140.269113 112.64216 136.465402 L 112.64216 119.534598 C 112.64216 115.730887 115.730887 112.64216 119.534598 112.64216 L 136.465402 112.64216 C 140.269113 112.64216 143.35784 115.730887 143.35784 119.534598 L 143.35784 136.465402 C 143.35784 140.269113 140.269113 143.35784 136.465402 143.35784 Z M 136.465402 143.35784 " transform="matrix(0.136585,0,0,0.136585,-3.482927,-3.482927)"/>
|
|
1108
|
-
<path style="fill:none;stroke-width:5;stroke-linecap:butt;stroke-linejoin:miter;stroke:url(#linear121);stroke-miterlimit:10;" d="M 136.894392 144.158622 L 119.105608 144.158622 C 115.130301 144.158622 111.869978 140.898298 111.869978 136.922991 L 111.869978 119.105608 C 111.869978 115.130301 115.130301 111.869978 119.105608 111.869978 L 136.922991 111.869978 C 140.898298 111.869978 144.158622 115.130301 144.158622 119.105608 L 144.158622 136.922991 C 144.158622 140.898298 140.898298 144.158622 136.894392 144.158622 Z M 136.894392 144.158622 " transform="matrix(0.136585,0,0,0.136585,-3.482927,-3.482927)"/>
|
|
1109
|
-
<path style="fill:none;stroke-width:5;stroke-linecap:butt;stroke-linejoin:miter;stroke:url(#linear122);stroke-miterlimit:10;" d="M 137.351981 144.930804 L 118.648019 144.930804 C 114.472517 144.930804 111.069196 141.527483 111.069196 137.351981 L 111.069196 118.648019 C 111.069196 114.472517 114.472517 111.069196 118.648019 111.069196 L 137.351981 111.069196 C 141.527483 111.069196 144.930804 114.472517 144.930804 118.648019 L 144.930804 137.351981 C 144.930804 141.527483 141.527483 144.930804 137.351981 144.930804 Z M 137.351981 144.930804 " transform="matrix(0.136585,0,0,0.136585,-3.482927,-3.482927)"/>
|
|
1110
|
-
<path style="fill:none;stroke-width:5;stroke-linecap:butt;stroke-linejoin:miter;stroke:url(#linear123);stroke-miterlimit:10;" d="M 137.780971 145.731585 L 118.219029 145.731585 C 113.843331 145.731585 110.268415 142.156669 110.268415 137.780971 L 110.268415 118.219029 C 110.268415 113.871931 113.843331 110.268415 118.219029 110.268415 L 137.780971 110.268415 C 142.128069 110.268415 145.731585 113.871931 145.731585 118.219029 L 145.731585 137.780971 C 145.731585 142.156669 142.156669 145.731585 137.780971 145.731585 Z M 137.780971 145.731585 " transform="matrix(0.136585,0,0,0.136585,-3.482927,-3.482927)"/>
|
|
1111
|
-
<path style="fill:none;stroke-width:5;stroke-linecap:butt;stroke-linejoin:miter;stroke:url(#linear124);stroke-miterlimit:10;" d="M 138.209961 146.503767 L 117.790039 146.503767 C 113.214146 146.503767 109.467634 142.757254 109.467634 138.209961 L 109.467634 117.790039 C 109.467634 113.214146 113.214146 109.467634 117.790039 109.467634 L 138.209961 109.467634 C 142.785854 109.467634 146.532366 113.214146 146.532366 117.790039 L 146.532366 138.209961 C 146.503767 142.785854 142.785854 146.503767 138.209961 146.503767 Z M 138.209961 146.503767 " transform="matrix(0.136585,0,0,0.136585,-3.482927,-3.482927)"/>
|
|
1112
|
-
<path style="fill:none;stroke-width:5;stroke-linecap:butt;stroke-linejoin:miter;stroke:url(#linear125);stroke-miterlimit:10;" d="M 138.638951 147.304548 L 117.361049 147.304548 C 112.584961 147.304548 108.695452 143.38644 108.695452 138.638951 L 108.695452 117.361049 C 108.695452 112.584961 112.584961 108.695452 117.361049 108.695452 L 138.638951 108.695452 C 143.38644 108.695452 147.304548 112.584961 147.304548 117.361049 L 147.304548 138.638951 C 147.304548 143.415039 143.415039 147.304548 138.638951 147.304548 Z M 138.638951 147.304548 " transform="matrix(0.136585,0,0,0.136585,-3.482927,-3.482927)"/>
|
|
1113
|
-
<path style="fill:none;stroke-width:5;stroke-linecap:butt;stroke-linejoin:miter;stroke:url(#linear126);stroke-miterlimit:10;" d="M 139.067941 148.07673 L 116.932059 148.07673 C 111.955776 148.07673 107.92327 144.044224 107.92327 139.067941 L 107.92327 116.932059 C 107.92327 111.955776 111.955776 107.92327 116.932059 107.92327 L 139.067941 107.92327 C 144.044224 107.92327 148.07673 111.955776 148.07673 116.932059 L 148.07673 139.067941 C 148.07673 144.044224 144.044224 148.07673 139.067941 148.07673 Z M 139.067941 148.07673 " transform="matrix(0.136585,0,0,0.136585,-3.482927,-3.482927)"/>
|
|
1114
|
-
<path style="fill:none;stroke-width:5;stroke-linecap:butt;stroke-linejoin:miter;stroke:url(#linear127);stroke-miterlimit:10;" d="M 139.496931 148.877511 L 116.47447 148.877511 C 111.32659 148.877511 107.122489 144.67341 107.122489 139.496931 L 107.122489 116.47447 C 107.122489 111.32659 111.32659 107.122489 116.47447 107.122489 L 139.496931 107.122489 C 144.67341 107.122489 148.877511 111.32659 148.877511 116.47447 L 148.877511 139.496931 C 148.877511 144.67341 144.67341 148.877511 139.496931 148.877511 Z M 139.496931 148.877511 " transform="matrix(0.136585,0,0,0.136585,-3.482927,-3.482927)"/>
|
|
1115
|
-
<path style="fill:none;stroke-width:5;stroke-linecap:butt;stroke-linejoin:miter;stroke:url(#linear128);stroke-miterlimit:10;" d="M 139.95452 149.678292 L 116.04548 149.678292 C 110.697405 149.678292 106.321708 145.302595 106.321708 139.95452 L 106.321708 116.04548 C 106.321708 110.697405 110.697405 106.321708 116.04548 106.321708 L 139.95452 106.321708 C 145.302595 106.321708 149.678292 110.697405 149.678292 116.04548 L 149.678292 139.95452 C 149.678292 145.302595 145.302595 149.678292 139.95452 149.678292 Z M 139.95452 149.678292 " transform="matrix(0.136585,0,0,0.136585,-3.482927,-3.482927)"/>
|
|
1116
|
-
<path style="fill:none;stroke-width:5;stroke-linecap:butt;stroke-linejoin:miter;stroke:url(#linear129);stroke-miterlimit:10;" d="M 140.38351 150.450474 L 115.61649 150.450474 C 110.06822 150.450474 105.549526 145.93178 105.549526 140.38351 L 105.549526 115.61649 C 105.549526 110.096819 110.06822 105.549526 115.61649 105.549526 L 140.38351 105.549526 C 145.93178 105.549526 150.450474 110.096819 150.450474 115.61649 L 150.450474 140.38351 C 150.450474 145.93178 145.93178 150.450474 140.38351 150.450474 Z M 140.38351 150.450474 " transform="matrix(0.136585,0,0,0.136585,-3.482927,-3.482927)"/>
|
|
1117
|
-
<path style="fill:none;stroke-width:5;stroke-linecap:butt;stroke-linejoin:miter;stroke:url(#linear130);stroke-miterlimit:10;" d="M 140.8125 151.251256 L 115.1875 151.251256 C 109.439035 151.251256 104.748744 146.560965 104.748744 140.8125 L 104.748744 115.1875 C 104.748744 109.439035 109.439035 104.748744 115.1875 104.748744 L 140.8125 104.748744 C 146.560965 104.748744 151.251256 109.439035 151.251256 115.1875 L 151.251256 140.8125 C 151.251256 146.560965 146.560965 151.251256 140.8125 151.251256 Z M 140.8125 151.251256 " transform="matrix(0.136585,0,0,0.136585,-3.482927,-3.482927)"/>
|
|
1118
|
-
<path style="fill:none;stroke-width:5;stroke-linecap:butt;stroke-linejoin:miter;stroke:url(#linear131);stroke-miterlimit:10;" d="M 141.24149 152.023438 L 114.75851 152.023438 C 108.809849 152.023438 103.976562 147.190151 103.976562 141.24149 L 103.976562 114.75851 C 103.976562 108.809849 108.809849 103.976562 114.75851 103.976562 L 141.24149 103.976562 C 147.190151 103.976562 152.023438 108.809849 152.023438 114.75851 L 152.023438 141.24149 C 152.023438 147.190151 147.190151 152.023438 141.24149 152.023438 Z M 141.24149 152.023438 " transform="matrix(0.136585,0,0,0.136585,-3.482927,-3.482927)"/>
|
|
1119
|
-
<path style="fill:none;stroke-width:5;stroke-linecap:butt;stroke-linejoin:miter;stroke:url(#linear132);stroke-miterlimit:10;" d="M 141.699079 152.824219 L 114.32952 152.824219 C 108.209263 152.824219 103.175781 147.819336 103.175781 141.699079 L 103.175781 114.32952 C 103.175781 108.209263 108.209263 103.175781 114.32952 103.175781 L 141.699079 103.175781 C 147.819336 103.175781 152.824219 108.209263 152.824219 114.32952 L 152.824219 141.699079 C 152.824219 147.819336 147.819336 152.824219 141.699079 152.824219 Z M 141.699079 152.824219 " transform="matrix(0.136585,0,0,0.136585,-3.482927,-3.482927)"/>
|
|
1120
|
-
<path style="fill:none;stroke-width:5;stroke-linecap:butt;stroke-linejoin:miter;stroke:url(#linear133);stroke-miterlimit:10;" d="M 142.128069 153.596401 L 113.871931 153.596401 C 107.551479 153.596401 102.403599 148.448521 102.403599 142.128069 L 102.403599 113.871931 C 102.403599 107.551479 107.551479 102.403599 113.871931 102.403599 L 142.128069 102.403599 C 148.448521 102.403599 153.596401 107.551479 153.596401 113.871931 L 153.596401 142.128069 C 153.596401 148.448521 148.448521 153.596401 142.128069 153.596401 Z M 142.128069 153.596401 " transform="matrix(0.136585,0,0,0.136585,-3.482927,-3.482927)"/>
|
|
1121
|
-
<path style="fill:none;stroke-width:5;stroke-linecap:butt;stroke-linejoin:miter;stroke:url(#linear134);stroke-miterlimit:10;" d="M 142.557059 154.397182 L 113.442941 154.397182 C 106.950893 154.397182 101.602818 149.077706 101.602818 142.557059 L 101.602818 113.442941 C 101.602818 106.950893 106.950893 101.602818 113.442941 101.602818 L 142.557059 101.602818 C 149.077706 101.602818 154.397182 106.950893 154.397182 113.442941 L 154.397182 142.557059 C 154.397182 149.077706 149.077706 154.397182 142.557059 154.397182 Z M 142.557059 154.397182 " transform="matrix(0.136585,0,0,0.136585,-3.482927,-3.482927)"/>
|
|
1122
|
-
<path style="fill:none;stroke-width:5;stroke-linecap:butt;stroke-linejoin:miter;stroke:url(#linear135);stroke-miterlimit:10;" d="M 142.986049 155.197963 L 113.013951 155.197963 C 106.293108 155.197963 100.802037 149.706892 100.802037 142.986049 L 100.802037 113.013951 C 100.802037 106.293108 106.293108 100.802037 113.013951 100.802037 L 142.986049 100.802037 C 149.706892 100.802037 155.197963 106.293108 155.197963 113.013951 L 155.197963 142.986049 C 155.197963 149.706892 149.706892 155.197963 142.986049 155.197963 Z M 142.986049 155.197963 " transform="matrix(0.136585,0,0,0.136585,-3.482927,-3.482927)"/>
|
|
1123
|
-
<path style="fill:none;stroke-width:5;stroke-linecap:butt;stroke-linejoin:miter;stroke:url(#linear136);stroke-miterlimit:10;" d="M 143.443638 155.970145 L 112.584961 155.970145 C 105.692522 155.970145 100.029855 150.336077 100.029855 143.443638 L 100.029855 112.584961 C 100.029855 105.692522 105.692522 100.029855 112.584961 100.029855 L 143.443638 100.029855 C 150.336077 100.029855 155.970145 105.692522 155.970145 112.584961 L 155.970145 143.443638 C 155.970145 150.336077 150.336077 155.970145 143.443638 155.970145 Z M 143.443638 155.970145 " transform="matrix(0.136585,0,0,0.136585,-3.482927,-3.482927)"/>
|
|
1124
|
-
<path style="fill:none;stroke-width:5;stroke-linecap:butt;stroke-linejoin:miter;stroke:url(#linear137);stroke-miterlimit:10;" d="M 143.872628 156.770926 L 112.127372 156.770926 C 105.034738 156.770926 99.229074 150.936663 99.229074 143.872628 L 99.229074 112.127372 C 99.229074 105.034738 105.063337 99.229074 112.127372 99.229074 L 143.872628 99.229074 C 150.965262 99.229074 156.770926 105.063337 156.770926 112.127372 L 156.770926 143.872628 C 156.770926 150.965262 150.965262 156.770926 143.872628 156.770926 Z M 143.872628 156.770926 " transform="matrix(0.136585,0,0,0.136585,-3.482927,-3.482927)"/>
|
|
1125
|
-
<path style="fill:none;stroke-width:5;stroke-linecap:butt;stroke-linejoin:miter;stroke:url(#linear138);stroke-miterlimit:10;" d="M 144.301618 157.543108 L 111.698382 157.543108 C 104.405552 157.543108 98.428292 151.565848 98.428292 144.301618 L 98.428292 111.698382 C 98.428292 104.405552 104.405552 98.428292 111.698382 98.428292 L 144.301618 98.428292 C 151.565848 98.428292 157.543108 104.405552 157.543108 111.698382 L 157.543108 144.301618 C 157.543108 151.594448 151.594448 157.543108 144.301618 157.543108 Z M 144.301618 157.543108 " transform="matrix(0.136585,0,0,0.136585,-3.482927,-3.482927)"/>
|
|
1126
|
-
<path style="fill:none;stroke-width:5;stroke-linecap:butt;stroke-linejoin:miter;stroke:url(#linear139);stroke-miterlimit:10;" d="M 144.730608 158.34389 L 111.269392 158.34389 C 103.776367 158.34389 97.65611 152.223633 97.65611 144.730608 L 97.65611 111.269392 C 97.65611 103.776367 103.776367 97.65611 111.269392 97.65611 L 144.730608 97.65611 C 152.223633 97.65611 158.34389 103.776367 158.34389 111.269392 L 158.34389 144.730608 C 158.34389 152.223633 152.223633 158.34389 144.730608 158.34389 Z M 144.730608 158.34389 " transform="matrix(0.136585,0,0,0.136585,-3.482927,-3.482927)"/>
|
|
1127
|
-
<path style="fill:none;stroke-width:5;stroke-linecap:butt;stroke-linejoin:miter;stroke:url(#linear140);stroke-miterlimit:10;" d="M 145.159598 159.116071 L 110.840402 159.116071 C 103.147182 159.116071 96.883929 152.852818 96.883929 145.159598 L 96.883929 110.840402 C 96.883929 103.147182 103.147182 96.883929 110.840402 96.883929 L 145.159598 96.883929 C 152.852818 96.883929 159.116071 103.147182 159.116071 110.840402 L 159.116071 145.159598 C 159.116071 152.852818 152.852818 159.116071 145.159598 159.116071 Z M 145.159598 159.116071 " transform="matrix(0.136585,0,0,0.136585,-3.482927,-3.482927)"/>
|
|
1128
|
-
<path style="fill:none;stroke-width:5;stroke-linecap:butt;stroke-linejoin:miter;stroke:url(#linear141);stroke-miterlimit:10;" d="M 145.588588 159.916853 L 110.411412 159.916853 C 102.517997 159.916853 96.083147 153.482003 96.083147 145.588588 L 96.083147 110.411412 C 96.083147 102.517997 102.517997 96.083147 110.411412 96.083147 L 145.588588 96.083147 C 153.482003 96.083147 159.916853 102.517997 159.916853 110.411412 L 159.916853 145.588588 C 159.916853 153.482003 153.482003 159.916853 145.588588 159.916853 Z M 145.588588 159.916853 " transform="matrix(0.136585,0,0,0.136585,-3.482927,-3.482927)"/>
|
|
1129
|
-
<path style="fill:none;stroke-width:5;stroke-linecap:butt;stroke-linejoin:miter;stroke:url(#linear142);stroke-miterlimit:10;" d="M 146.017578 160.717634 L 109.953823 160.717634 C 101.888811 160.717634 95.282366 154.111189 95.282366 146.046177 L 95.282366 109.982422 C 95.282366 101.888811 101.888811 95.310965 109.953823 95.310965 L 146.017578 95.310965 C 154.111189 95.310965 160.689035 101.888811 160.689035 109.982422 L 160.689035 146.046177 C 160.717634 154.111189 154.111189 160.717634 146.017578 160.717634 Z M 146.017578 160.717634 " transform="matrix(0.136585,0,0,0.136585,-3.482927,-3.482927)"/>
|
|
1130
|
-
<path style="fill:none;stroke-width:5;stroke-linecap:butt;stroke-linejoin:miter;stroke:url(#linear143);stroke-miterlimit:10;" d="M 146.475167 161.489816 L 109.524833 161.489816 C 101.259626 161.489816 94.510184 154.740374 94.510184 146.446568 L 94.510184 109.524833 C 94.510184 101.259626 101.259626 94.481585 109.524833 94.481585 L 146.475167 94.481585 C 154.740374 94.481585 161.489816 101.259626 161.489816 109.524833 L 161.489816 146.446568 C 161.489816 154.740374 154.740374 161.489816 146.475167 161.489816 Z M 146.475167 161.489816 " transform="matrix(0.136585,0,0,0.136585,-3.482927,-3.482927)"/>
|
|
1131
|
-
<path style="fill:none;stroke-width:5;stroke-linecap:butt;stroke-linejoin:miter;stroke:url(#linear144);stroke-miterlimit:10;" d="M 146.904157 162.290597 L 109.095843 162.290597 C 100.630441 162.290597 93.709403 155.369559 93.709403 146.904157 L 93.709403 109.095843 C 93.709403 100.630441 100.630441 93.709403 109.095843 93.709403 L 146.904157 93.709403 C 155.369559 93.709403 162.290597 100.630441 162.290597 109.095843 L 162.290597 146.904157 C 162.290597 155.369559 155.369559 162.290597 146.904157 162.290597 Z M 146.904157 162.290597 " transform="matrix(0.136585,0,0,0.136585,-3.482927,-3.482927)"/>
|
|
1132
|
-
<path style="fill:none;stroke-width:5;stroke-linecap:butt;stroke-linejoin:miter;stroke:url(#linear145);stroke-miterlimit:10;" d="M 147.333147 163.062779 L 108.666853 163.062779 C 100.001256 163.062779 92.937221 155.998744 92.937221 147.333147 L 92.937221 108.666853 C 92.937221 100.001256 100.001256 92.937221 108.666853 92.937221 L 147.333147 92.937221 C 155.998744 92.937221 163.062779 100.001256 163.062779 108.666853 L 163.062779 147.333147 C 163.062779 155.998744 155.998744 163.062779 147.333147 163.062779 Z M 147.333147 163.062779 " transform="matrix(0.136585,0,0,0.136585,-3.482927,-3.482927)"/>
|
|
1133
|
-
<path style="fill:none;stroke-width:5;stroke-linecap:butt;stroke-linejoin:miter;stroke:url(#linear146);stroke-miterlimit:10;" d="M 147.762137 163.86356 L 108.209263 163.86356 C 99.37207 163.86356 92.13644 156.62793 92.13644 147.762137 L 92.13644 108.209263 C 92.13644 99.37207 99.37207 92.13644 108.209263 92.13644 L 147.762137 92.13644 C 156.62793 92.13644 163.86356 99.37207 163.86356 108.209263 L 163.86356 147.762137 C 163.86356 156.62793 156.62793 163.86356 147.762137 163.86356 Z M 147.762137 163.86356 " transform="matrix(0.136585,0,0,0.136585,-3.482927,-3.482927)"/>
|
|
1134
|
-
<path style="fill:none;stroke-width:5;stroke-linecap:butt;stroke-linejoin:miter;stroke:url(#linear147);stroke-miterlimit:10;" d="M 148.219727 164.635742 L 107.780273 164.635742 C 98.742885 164.635742 91.364258 157.257115 91.364258 148.219727 L 91.364258 107.780273 C 91.364258 98.742885 98.742885 91.364258 107.780273 91.364258 L 148.219727 91.364258 C 157.257115 91.364258 164.635742 98.742885 164.635742 107.780273 L 164.635742 148.219727 C 164.635742 157.257115 157.257115 164.635742 148.219727 164.635742 Z M 148.219727 164.635742 " transform="matrix(0.136585,0,0,0.136585,-3.482927,-3.482927)"/>
|
|
1135
|
-
<path style="fill:none;stroke-width:5;stroke-linecap:butt;stroke-linejoin:miter;stroke:url(#linear148);stroke-miterlimit:10;" d="M 148.648717 165.436523 L 107.351283 165.436523 C 98.1137 165.436523 90.563477 157.8863 90.563477 148.648717 L 90.563477 107.351283 C 90.563477 98.1137 98.1137 90.563477 107.351283 90.563477 L 148.648717 90.563477 C 157.8863 90.563477 165.436523 98.142299 165.436523 107.351283 L 165.436523 148.648717 C 165.436523 157.8863 157.8863 165.436523 148.648717 165.436523 Z M 148.648717 165.436523 " transform="matrix(0.136585,0,0,0.136585,-3.482927,-3.482927)"/>
|
|
1136
|
-
<path style="fill:none;stroke-width:5;stroke-linecap:butt;stroke-linejoin:miter;stroke:url(#linear149);stroke-miterlimit:10;" d="M 149.077706 166.237305 L 106.922294 166.237305 C 97.484515 166.237305 89.762695 158.515485 89.762695 149.077706 L 89.762695 106.922294 C 89.762695 97.484515 97.484515 89.762695 106.922294 89.762695 L 149.077706 89.762695 C 158.515485 89.762695 166.237305 97.484515 166.237305 106.922294 L 166.237305 149.077706 C 166.237305 158.515485 158.515485 166.237305 149.077706 166.237305 Z M 149.077706 166.237305 " transform="matrix(0.136585,0,0,0.136585,-3.482927,-3.482927)"/>
|
|
1137
|
-
<path style="fill:none;stroke-width:5;stroke-linecap:butt;stroke-linejoin:miter;stroke:url(#linear150);stroke-miterlimit:10;" d="M 149.506696 167.009487 L 106.493304 167.009487 C 96.855329 167.009487 88.990513 159.116071 88.990513 149.506696 L 88.990513 106.493304 C 88.990513 96.855329 96.883929 88.990513 106.493304 88.990513 L 149.506696 88.990513 C 159.144671 88.990513 167.009487 96.883929 167.009487 106.493304 L 167.009487 149.506696 C 167.009487 159.144671 159.144671 167.009487 149.506696 167.009487 Z M 149.506696 167.009487 " transform="matrix(0.136585,0,0,0.136585,-3.482927,-3.482927)"/>
|
|
1138
|
-
<path style="fill:none;stroke-width:5;stroke-linecap:butt;stroke-linejoin:miter;stroke:url(#linear151);stroke-miterlimit:10;" d="M 149.964286 167.810268 L 106.064314 167.810268 C 96.226144 167.810268 88.189732 159.773856 88.189732 149.935686 L 88.189732 106.035714 C 88.189732 96.226144 96.226144 88.189732 106.064314 88.189732 L 149.964286 88.189732 C 159.773856 88.189732 167.810268 96.226144 167.810268 106.035714 L 167.810268 149.935686 C 167.810268 159.773856 159.773856 167.810268 149.964286 167.810268 Z M 149.964286 167.810268 " transform="matrix(0.136585,0,0,0.136585,-3.482927,-3.482927)"/>
|
|
1139
|
-
<path style="fill:none;stroke-width:5;stroke-linecap:butt;stroke-linejoin:miter;stroke:url(#linear152);stroke-miterlimit:10;" d="M 150.393276 168.58245 L 105.606724 168.58245 C 95.596959 168.58245 87.41755 160.403041 87.41755 150.393276 L 87.41755 105.606724 C 87.41755 95.596959 95.596959 87.41755 105.606724 87.41755 L 150.393276 87.41755 C 160.403041 87.41755 168.58245 95.596959 168.58245 105.606724 L 168.58245 150.393276 C 168.58245 160.403041 160.403041 168.58245 150.393276 168.58245 Z M 150.393276 168.58245 " transform="matrix(0.136585,0,0,0.136585,-3.482927,-3.482927)"/>
|
|
1140
|
-
<path style="fill:none;stroke-width:5;stroke-linecap:butt;stroke-linejoin:miter;stroke:url(#linear153);stroke-miterlimit:10;" d="M 150.822266 169.383231 L 105.177734 169.383231 C 94.967773 169.383231 86.616769 161.032227 86.616769 150.822266 L 86.616769 105.177734 C 86.616769 94.967773 94.967773 86.616769 105.177734 86.616769 L 150.822266 86.616769 C 161.032227 86.616769 169.383231 94.967773 169.383231 105.177734 L 169.383231 150.822266 C 169.383231 161.032227 161.032227 169.383231 150.822266 169.383231 Z M 150.822266 169.383231 " transform="matrix(0.136585,0,0,0.136585,-3.482927,-3.482927)"/>
|
|
1141
|
-
<path style="fill:none;stroke-width:5;stroke-linecap:butt;stroke-linejoin:miter;stroke:url(#linear154);stroke-miterlimit:10;" d="M 151.251256 170.184012 L 104.748744 170.184012 C 94.338588 170.184012 85.815988 161.661412 85.815988 151.251256 L 85.815988 104.748744 C 85.815988 94.338588 94.338588 85.815988 104.748744 85.815988 L 151.251256 85.815988 C 161.661412 85.815988 170.184012 94.338588 170.184012 104.748744 L 170.184012 151.251256 C 170.184012 161.661412 161.661412 170.184012 151.251256 170.184012 Z M 151.251256 170.184012 " transform="matrix(0.136585,0,0,0.136585,-3.482927,-3.482927)"/>
|
|
1142
|
-
<path style="fill:none;stroke-width:5;stroke-linecap:butt;stroke-linejoin:miter;stroke:url(#linear155);stroke-miterlimit:10;" d="M 151.680246 170.956194 L 104.319754 170.956194 C 93.709403 170.956194 85.043806 162.290597 85.043806 151.680246 L 85.043806 104.319754 C 85.043806 93.709403 93.709403 85.043806 104.319754 85.043806 L 151.680246 85.043806 C 162.290597 85.043806 170.956194 93.709403 170.956194 104.319754 L 170.956194 151.680246 C 170.956194 162.290597 162.290597 170.956194 151.680246 170.956194 Z M 151.680246 170.956194 " transform="matrix(0.136585,0,0,0.136585,-3.482927,-3.482927)"/>
|
|
1143
|
-
<path style="fill:none;stroke-width:5;stroke-linecap:butt;stroke-linejoin:miter;stroke:url(#linear156);stroke-miterlimit:10;" d="M 152.109235 171.728376 L 103.890765 171.728376 C 93.080218 171.728376 84.271624 162.919782 84.271624 152.109235 L 84.271624 103.890765 C 84.271624 93.080218 93.080218 84.271624 103.890765 84.271624 L 152.109235 84.271624 C 162.919782 84.271624 171.728376 93.080218 171.728376 103.890765 L 171.728376 152.109235 C 171.728376 162.919782 162.919782 171.728376 152.109235 171.728376 Z M 152.109235 171.728376 " transform="matrix(0.136585,0,0,0.136585,-3.482927,-3.482927)"/>
|
|
1144
|
-
<path style="fill:none;stroke-width:5;stroke-linecap:butt;stroke-linejoin:miter;stroke:url(#linear157);stroke-miterlimit:10;" d="M 152.566825 172.529157 L 103.461775 172.529157 C 92.451032 172.529157 83.470843 163.548968 83.470843 152.538225 L 83.470843 103.433175 C 83.470843 92.451032 92.451032 83.470843 103.461775 83.470843 L 152.566825 83.470843 C 163.548968 83.470843 172.529157 92.451032 172.529157 103.433175 L 172.529157 152.538225 C 172.529157 163.548968 163.548968 172.529157 152.566825 172.529157 Z M 152.566825 172.529157 " transform="matrix(0.136585,0,0,0.136585,-3.482927,-3.482927)"/>
|
|
1145
|
-
<path style="fill:none;stroke-width:5;stroke-linecap:butt;stroke-linejoin:miter;stroke:url(#linear158);stroke-miterlimit:10;" d="M 152.995815 173.329939 L 103.004185 173.329939 C 91.821847 173.329939 82.670061 164.178153 82.670061 152.995815 L 82.670061 103.004185 C 82.670061 91.821847 91.821847 82.670061 103.004185 82.670061 L 152.995815 82.670061 C 164.178153 82.670061 173.329939 91.821847 173.329939 103.004185 L 173.329939 152.995815 C 173.329939 164.178153 164.178153 173.329939 152.995815 173.329939 Z M 152.995815 173.329939 " transform="matrix(0.136585,0,0,0.136585,-3.482927,-3.482927)"/>
|
|
1146
|
-
<path style="fill:none;stroke-width:5;stroke-linecap:butt;stroke-linejoin:miter;stroke:url(#linear159);stroke-miterlimit:10;" d="M 153.424805 174.102121 L 102.575195 174.102121 C 91.192662 174.102121 81.897879 164.807338 81.897879 153.424805 L 81.897879 102.575195 C 81.897879 91.192662 91.221261 81.897879 102.575195 81.897879 L 153.424805 81.897879 C 164.807338 81.897879 174.102121 91.221261 174.102121 102.575195 L 174.102121 153.424805 C 174.102121 164.807338 164.807338 174.102121 153.424805 174.102121 Z M 153.424805 174.102121 " transform="matrix(0.136585,0,0,0.136585,-3.482927,-3.482927)"/>
|
|
1147
|
-
<path style="fill:none;stroke-width:5;stroke-linecap:butt;stroke-linejoin:miter;stroke:url(#linear160);stroke-miterlimit:10;" d="M 153.853795 174.902902 L 102.146205 174.902902 C 90.563477 174.902902 81.097098 165.436523 81.097098 153.853795 L 81.097098 102.146205 C 81.097098 90.563477 90.563477 81.097098 102.146205 81.097098 L 153.853795 81.097098 C 165.436523 81.097098 174.902902 90.563477 174.902902 102.146205 L 174.902902 153.853795 C 174.902902 165.436523 165.436523 174.902902 153.853795 174.902902 Z M 153.853795 174.902902 " transform="matrix(0.136585,0,0,0.136585,-3.482927,-3.482927)"/>
|
|
1148
|
-
<path style="fill:none;stroke-width:5;stroke-linecap:butt;stroke-linejoin:miter;stroke:url(#linear161);stroke-miterlimit:10;" d="M 154.282785 175.703683 L 101.688616 175.703683 C 89.934291 175.703683 80.296317 166.065709 80.296317 154.311384 L 80.296317 101.717215 C 80.296317 89.934291 89.934291 80.324916 101.688616 80.324916 L 154.282785 80.324916 C 166.065709 80.324916 175.675084 89.962891 175.675084 101.717215 L 175.675084 154.311384 C 175.703683 166.065709 166.065709 175.703683 154.282785 175.703683 Z M 154.282785 175.703683 " transform="matrix(0.136585,0,0,0.136585,-3.482927,-3.482927)"/>
|
|
1149
|
-
<path style="fill:none;stroke-width:5;stroke-linecap:butt;stroke-linejoin:miter;stroke:url(#linear162);stroke-miterlimit:10;" d="M 154.740374 176.475865 L 101.259626 176.475865 C 89.305106 176.475865 79.524135 166.694894 79.524135 154.740374 L 79.524135 101.259626 C 79.524135 89.305106 89.305106 79.524135 101.259626 79.524135 L 154.740374 79.524135 C 166.694894 79.524135 176.475865 89.305106 176.475865 101.259626 L 176.475865 154.740374 C 176.475865 166.694894 166.694894 176.475865 154.740374 176.475865 Z M 154.740374 176.475865 " transform="matrix(0.136585,0,0,0.136585,-3.482927,-3.482927)"/>
|
|
1150
|
-
<path style="fill:none;stroke-width:5;stroke-linecap:butt;stroke-linejoin:miter;stroke:url(#linear163);stroke-miterlimit:10;" d="M 155.169364 177.248047 L 100.830636 177.248047 C 88.675921 177.248047 78.723354 167.324079 78.723354 155.169364 L 78.723354 100.830636 C 78.723354 88.675921 88.675921 78.723354 100.830636 78.723354 L 155.169364 78.723354 C 167.324079 78.723354 177.248047 88.675921 177.248047 100.830636 L 177.248047 155.169364 C 177.248047 167.324079 167.324079 177.248047 155.169364 177.248047 Z M 155.169364 177.248047 " transform="matrix(0.136585,0,0,0.136585,-3.482927,-3.482927)"/>
|
|
1151
|
-
<path style="fill:none;stroke-width:5;stroke-linecap:butt;stroke-linejoin:miter;stroke:url(#linear164);stroke-miterlimit:10;" d="M 155.598354 178.048828 L 100.401646 178.048828 C 88.046735 178.048828 77.951172 167.953265 77.951172 155.598354 L 77.951172 100.401646 C 77.951172 88.046735 88.046735 77.951172 100.401646 77.951172 L 155.598354 77.951172 C 167.953265 77.951172 178.048828 88.046735 178.048828 100.401646 L 178.048828 155.598354 C 178.048828 167.953265 167.953265 178.048828 155.598354 178.048828 Z M 155.598354 178.048828 " transform="matrix(0.136585,0,0,0.136585,-3.482927,-3.482927)"/>
|
|
1152
|
-
<path style="fill:none;stroke-width:5;stroke-linecap:butt;stroke-linejoin:miter;stroke:url(#linear165);stroke-miterlimit:10;" d="M 156.027344 178.849609 L 99.972656 178.849609 C 87.41755 178.849609 77.150391 168.58245 77.150391 156.027344 L 77.150391 99.972656 C 77.150391 87.41755 87.41755 77.150391 99.972656 77.150391 L 156.027344 77.150391 C 168.58245 77.150391 178.849609 87.41755 178.849609 99.972656 L 178.849609 156.027344 C 178.849609 168.58245 168.58245 178.849609 156.027344 178.849609 Z M 156.027344 178.849609 " transform="matrix(0.136585,0,0,0.136585,-3.482927,-3.482927)"/>
|
|
1153
|
-
<path style="fill:none;stroke-width:5;stroke-linecap:butt;stroke-linejoin:miter;stroke:url(#linear166);stroke-miterlimit:10;" d="M 156.456334 179.621791 L 99.543666 179.621791 C 86.788365 179.621791 76.378209 169.211635 76.378209 156.456334 L 76.378209 99.543666 C 76.378209 86.788365 86.788365 76.378209 99.543666 76.378209 L 156.456334 76.378209 C 169.211635 76.378209 179.621791 86.788365 179.621791 99.543666 L 179.621791 156.456334 C 179.621791 169.211635 169.211635 179.621791 156.456334 179.621791 Z M 156.456334 179.621791 " transform="matrix(0.136585,0,0,0.136585,-3.482927,-3.482927)"/>
|
|
1154
|
-
<path style="fill:none;stroke-width:5;stroke-linecap:butt;stroke-linejoin:miter;stroke:url(#linear167);stroke-miterlimit:10;" d="M 156.913923 180.422573 L 99.086077 180.422573 C 86.15918 180.422573 75.577427 169.84082 75.577427 156.913923 L 75.577427 99.086077 C 75.577427 86.15918 86.15918 75.577427 99.086077 75.577427 L 156.913923 75.577427 C 169.84082 75.577427 180.422573 86.15918 180.422573 99.086077 L 180.422573 156.913923 C 180.422573 169.84082 169.84082 180.422573 156.913923 180.422573 Z M 156.913923 180.422573 " transform="matrix(0.136585,0,0,0.136585,-3.482927,-3.482927)"/>
|
|
1155
|
-
<path style="fill:none;stroke-width:5;stroke-linecap:butt;stroke-linejoin:miter;stroke:url(#linear168);stroke-miterlimit:10;" d="M 157.342913 181.223354 L 98.657087 181.223354 C 85.529994 181.223354 74.776646 170.470006 74.776646 157.342913 L 74.776646 98.657087 C 74.776646 85.529994 85.529994 74.776646 98.657087 74.776646 L 157.342913 74.776646 C 170.470006 74.776646 181.223354 85.529994 181.223354 98.657087 L 181.223354 157.342913 C 181.223354 170.470006 170.470006 181.223354 157.342913 181.223354 Z M 157.342913 181.223354 " transform="matrix(0.136585,0,0,0.136585,-3.482927,-3.482927)"/>
|
|
1156
|
-
<path style="fill:none;stroke-width:5;stroke-linecap:butt;stroke-linejoin:miter;stroke:url(#linear169);stroke-miterlimit:10;" d="M 157.771903 181.995536 L 98.228097 181.995536 C 84.900809 181.995536 74.004464 171.099191 74.004464 157.771903 L 74.004464 98.228097 C 74.004464 84.900809 84.900809 74.004464 98.228097 74.004464 L 157.771903 74.004464 C 171.099191 74.004464 181.995536 84.900809 181.995536 98.228097 L 181.995536 157.771903 C 181.995536 171.099191 171.099191 181.995536 157.771903 181.995536 Z M 157.771903 181.995536 " transform="matrix(0.136585,0,0,0.136585,-3.482927,-3.482927)"/>
|
|
1157
|
-
<path style="fill:none;stroke-width:5;stroke-linecap:butt;stroke-linejoin:miter;stroke:url(#linear170);stroke-miterlimit:10;" d="M 158.200893 182.767718 L 97.799107 182.767718 C 84.271624 182.767718 73.203683 171.728376 73.203683 158.200893 L 73.203683 97.799107 C 73.203683 84.271624 84.271624 73.203683 97.799107 73.203683 L 158.200893 73.203683 C 171.728376 73.203683 182.796317 84.271624 182.796317 97.799107 L 182.796317 158.200893 C 182.767718 171.728376 171.728376 182.767718 158.200893 182.767718 Z M 158.200893 182.767718 " transform="matrix(0.136585,0,0,0.136585,-3.482927,-3.482927)"/>
|
|
1158
|
-
<path style="fill:none;stroke-width:5;stroke-linecap:butt;stroke-linejoin:miter;stroke:url(#linear171);stroke-miterlimit:10;" d="M 158.629883 183.568499 L 97.370117 183.568499 C 83.642439 183.568499 72.431501 172.357561 72.431501 158.629883 L 72.431501 97.370117 C 72.431501 83.642439 83.642439 72.431501 97.370117 72.431501 L 158.629883 72.431501 C 172.357561 72.431501 183.568499 83.642439 183.568499 97.370117 L 183.568499 158.629883 C 183.568499 172.357561 172.357561 183.568499 158.629883 183.568499 Z M 158.629883 183.568499 " transform="matrix(0.136585,0,0,0.136585,-3.482927,-3.482927)"/>
|
|
1159
|
-
<path style="fill:none;stroke-width:5;stroke-linecap:butt;stroke-linejoin:miter;stroke:url(#linear172);stroke-miterlimit:10;" d="M 159.087472 184.36928 L 96.912528 184.36928 C 83.013253 184.36928 71.63072 172.986747 71.63072 159.087472 L 71.63072 96.912528 C 71.63072 83.013253 83.013253 71.63072 96.912528 71.63072 L 159.058873 71.63072 C 172.986747 71.63072 184.340681 83.013253 184.340681 96.912528 L 184.340681 159.058873 C 184.36928 172.986747 172.986747 184.36928 159.087472 184.36928 Z M 159.087472 184.36928 " transform="matrix(0.136585,0,0,0.136585,-3.482927,-3.482927)"/>
|
|
1160
|
-
<path style="fill:none;stroke-width:5;stroke-linecap:butt;stroke-linejoin:miter;stroke:url(#linear173);stroke-miterlimit:10;" d="M 159.516462 185.141462 L 96.483538 185.141462 C 82.384068 185.141462 70.858538 173.615932 70.858538 159.516462 L 70.858538 96.483538 C 70.858538 82.384068 82.384068 70.858538 96.483538 70.858538 L 159.516462 70.858538 C 173.615932 70.858538 185.141462 82.384068 185.141462 96.483538 L 185.141462 159.516462 C 185.141462 173.615932 173.615932 185.141462 159.516462 185.141462 Z M 159.516462 185.141462 " transform="matrix(0.136585,0,0,0.136585,-3.482927,-3.482927)"/>
|
|
1161
|
-
<path style="fill:none;stroke-width:5;stroke-linecap:butt;stroke-linejoin:miter;stroke:url(#linear174);stroke-miterlimit:10;" d="M 159.945452 185.942243 L 96.054548 185.942243 C 81.754883 185.942243 70.057757 174.245117 70.057757 159.945452 L 70.057757 96.054548 C 70.057757 81.754883 81.754883 70.057757 96.054548 70.057757 L 159.945452 70.057757 C 174.216518 70.057757 185.942243 81.754883 185.942243 96.054548 L 185.942243 159.945452 C 185.942243 174.245117 174.245117 185.942243 159.945452 185.942243 Z M 159.945452 185.942243 " transform="matrix(0.136585,0,0,0.136585,-3.482927,-3.482927)"/>
|
|
1162
|
-
<path style="fill:none;stroke-width:5;stroke-linecap:butt;stroke-linejoin:miter;stroke:url(#linear175);stroke-miterlimit:10;" d="M 160.374442 186.743025 L 95.625558 186.743025 C 81.125698 186.743025 69.285575 174.874302 69.285575 160.403041 L 69.285575 95.625558 C 69.285575 81.125698 81.125698 69.285575 95.625558 69.285575 L 160.374442 69.285575 C 174.874302 69.285575 186.714425 81.125698 186.714425 95.625558 L 186.714425 160.374442 C 186.743025 174.874302 174.874302 186.743025 160.374442 186.743025 Z M 160.374442 186.743025 " transform="matrix(0.136585,0,0,0.136585,-3.482927,-3.482927)"/>
|
|
1163
|
-
<path style="fill:none;stroke-width:5;stroke-linecap:butt;stroke-linejoin:miter;stroke:url(#linear176);stroke-miterlimit:10;" d="M 160.832031 187.515206 L 95.167969 187.515206 C 80.496512 187.515206 68.484794 175.503488 68.484794 160.803432 L 68.484794 95.167969 C 68.484794 80.496512 80.496512 68.484794 95.167969 68.484794 L 160.803432 68.484794 C 175.503488 68.484794 187.515206 80.496512 187.515206 95.167969 L 187.515206 160.803432 C 187.515206 175.503488 175.503488 187.515206 160.832031 187.515206 Z M 160.832031 187.515206 " transform="matrix(0.136585,0,0,0.136585,-3.482927,-3.482927)"/>
|
|
1164
|
-
<path style="fill:none;stroke-width:5;stroke-linecap:butt;stroke-linejoin:miter;stroke:url(#linear177);stroke-miterlimit:10;" d="M 161.261021 188.287388 L 94.738979 188.287388 C 79.867327 188.287388 67.712612 176.132673 67.712612 161.261021 L 67.712612 94.738979 C 67.712612 79.867327 79.867327 67.712612 94.738979 67.712612 L 161.261021 67.712612 C 176.132673 67.712612 188.287388 79.867327 188.287388 94.738979 L 188.287388 161.261021 C 188.287388 176.132673 176.132673 188.287388 161.261021 188.287388 Z M 161.261021 188.287388 " transform="matrix(0.136585,0,0,0.136585,-3.482927,-3.482927)"/>
|
|
1165
|
-
<path style="fill:none;stroke-width:5;stroke-linecap:butt;stroke-linejoin:miter;stroke:url(#linear178);stroke-miterlimit:10;" d="M 161.690011 189.08817 L 94.309989 189.08817 C 79.238142 189.08817 66.91183 176.761858 66.91183 161.690011 L 66.91183 94.309989 C 66.91183 79.238142 79.238142 66.91183 94.309989 66.91183 L 161.690011 66.91183 C 176.761858 66.91183 189.08817 79.238142 189.08817 94.309989 L 189.08817 161.690011 C 189.08817 176.761858 176.761858 189.08817 161.690011 189.08817 Z M 161.690011 189.08817 " transform="matrix(0.136585,0,0,0.136585,-3.482927,-3.482927)"/>
|
|
1166
|
-
<path style="fill:none;stroke-width:5;stroke-linecap:butt;stroke-linejoin:miter;stroke:url(#linear179);stroke-miterlimit:10;" d="M 162.119001 189.888951 L 93.880999 189.888951 C 78.608956 189.888951 66.111049 177.391044 66.111049 162.119001 L 66.111049 93.880999 C 66.111049 78.608956 78.608956 66.111049 93.880999 66.111049 L 162.119001 66.111049 C 177.391044 66.111049 189.888951 78.608956 189.888951 93.880999 L 189.888951 162.119001 C 189.888951 177.391044 177.391044 189.888951 162.119001 189.888951 Z M 162.119001 189.888951 " transform="matrix(0.136585,0,0,0.136585,-3.482927,-3.482927)"/>
|
|
1167
|
-
<path style="fill:none;stroke-width:5;stroke-linecap:butt;stroke-linejoin:miter;stroke:url(#linear180);stroke-miterlimit:10;" d="M 162.547991 190.661133 L 93.452009 190.661133 C 77.979771 190.661133 65.338867 178.020229 65.338867 162.547991 L 65.338867 93.452009 C 65.338867 77.979771 77.979771 65.338867 93.452009 65.338867 L 162.547991 65.338867 C 178.020229 65.338867 190.661133 77.979771 190.661133 93.452009 L 190.661133 162.547991 C 190.661133 178.020229 178.020229 190.661133 162.547991 190.661133 Z M 162.547991 190.661133 " transform="matrix(0.136585,0,0,0.136585,-3.482927,-3.482927)"/>
|
|
1168
|
-
<path style="fill:none;stroke-width:5;stroke-linecap:butt;stroke-linejoin:miter;stroke:url(#linear181);stroke-miterlimit:10;" d="M 162.976981 191.461914 L 93.023019 191.461914 C 77.350586 191.461914 64.538086 178.649414 64.538086 162.976981 L 64.538086 93.023019 C 64.538086 77.350586 77.350586 64.538086 93.023019 64.538086 L 162.976981 64.538086 C 178.649414 64.538086 191.461914 77.350586 191.461914 93.023019 L 191.461914 162.976981 C 191.461914 178.649414 178.649414 191.461914 162.976981 191.461914 Z M 162.976981 191.461914 " transform="matrix(0.136585,0,0,0.136585,-3.482927,-3.482927)"/>
|
|
1169
|
-
<path style="fill:none;stroke-width:5;stroke-linecap:butt;stroke-linejoin:miter;stroke:url(#linear182);stroke-miterlimit:10;" d="M 163.405971 192.234096 L 92.594029 192.234096 C 76.721401 192.234096 63.765904 179.278599 63.765904 163.405971 L 63.765904 92.594029 C 63.765904 76.721401 76.721401 63.765904 92.594029 63.765904 L 163.43457 63.765904 C 179.278599 63.765904 192.262695 76.721401 192.262695 92.594029 L 192.262695 163.43457 C 192.234096 179.278599 179.278599 192.234096 163.405971 192.234096 Z M 163.405971 192.234096 " transform="matrix(0.136585,0,0,0.136585,-3.482927,-3.482927)"/>
|
|
1170
|
-
<path style="fill:none;stroke-width:5;stroke-linecap:butt;stroke-linejoin:miter;stroke:url(#linear183);stroke-miterlimit:10;" d="M 163.86356 193.034877 L 92.13644 193.034877 C 76.092215 193.034877 62.965123 179.907785 62.965123 163.86356 L 62.965123 92.13644 C 62.965123 76.092215 76.092215 62.965123 92.13644 62.965123 L 163.86356 62.965123 C 179.907785 62.965123 193.034877 76.092215 193.034877 92.13644 L 193.034877 163.86356 C 193.034877 179.907785 179.907785 193.034877 163.86356 193.034877 Z M 163.86356 193.034877 " transform="matrix(0.136585,0,0,0.136585,-3.482927,-3.482927)"/>
|
|
1171
|
-
<path style="fill:none;stroke-width:5;stroke-linecap:butt;stroke-linejoin:miter;stroke:url(#linear184);stroke-miterlimit:10;" d="M 164.29255 193.807059 L 91.70745 193.807059 C 75.46303 193.807059 62.192941 180.53697 62.192941 164.29255 L 62.192941 91.70745 C 62.192941 75.46303 75.46303 62.192941 91.70745 62.192941 L 164.29255 62.192941 C 180.53697 62.192941 193.835658 75.46303 193.835658 91.70745 L 193.835658 164.29255 C 193.807059 180.53697 180.53697 193.807059 164.29255 193.807059 Z M 164.29255 193.807059 " transform="matrix(0.136585,0,0,0.136585,-3.482927,-3.482927)"/>
|
|
1172
|
-
<path style="fill:none;stroke-width:5;stroke-linecap:butt;stroke-linejoin:miter;stroke:url(#linear185);stroke-miterlimit:10;" d="M 164.72154 194.60784 L 91.27846 194.60784 C 74.833845 194.60784 61.39216 181.166155 61.39216 164.72154 L 61.39216 91.27846 C 61.39216 74.833845 74.833845 61.39216 91.27846 61.39216 L 164.72154 61.39216 C 181.166155 61.39216 194.60784 74.833845 194.60784 91.27846 L 194.60784 164.72154 C 194.60784 181.166155 181.166155 194.60784 164.72154 194.60784 Z M 164.72154 194.60784 " transform="matrix(0.136585,0,0,0.136585,-3.482927,-3.482927)"/>
|
|
1173
|
-
<path style="fill:none;stroke-width:5;stroke-linecap:butt;stroke-linejoin:miter;stroke:url(#linear186);stroke-miterlimit:10;" d="M 165.15053 195.408622 L 90.84947 195.408622 C 74.20466 195.408622 60.619978 181.79534 60.619978 165.179129 L 60.619978 90.84947 C 60.619978 74.20466 74.233259 60.619978 90.84947 60.619978 L 165.179129 60.619978 C 181.79534 60.619978 195.408622 74.233259 195.408622 90.84947 L 195.408622 165.179129 C 195.408622 181.79534 181.79534 195.408622 165.15053 195.408622 Z M 165.15053 195.408622 " transform="matrix(0.136585,0,0,0.136585,-3.482927,-3.482927)"/>
|
|
1174
|
-
<path style="fill:none;stroke-width:5;stroke-linecap:butt;stroke-linejoin:miter;stroke:url(#linear187);stroke-miterlimit:10;" d="M 165.608119 196.180804 L 90.391881 196.180804 C 73.575474 196.180804 59.819196 182.424526 59.819196 165.608119 L 59.819196 90.391881 C 59.819196 73.575474 73.575474 59.819196 90.391881 59.819196 L 165.608119 59.819196 C 182.424526 59.819196 196.180804 73.575474 196.180804 90.391881 L 196.180804 165.608119 C 196.180804 182.424526 182.424526 196.180804 165.608119 196.180804 Z M 165.608119 196.180804 " transform="matrix(0.136585,0,0,0.136585,-3.482927,-3.482927)"/>
|
|
1175
|
-
<path style="fill:none;stroke-width:5;stroke-linecap:butt;stroke-linejoin:miter;stroke:url(#linear188);stroke-miterlimit:10;" d="M 166.037109 196.981585 L 89.962891 196.981585 C 72.946289 196.981585 59.018415 183.053711 59.018415 166.037109 L 59.018415 89.962891 C 59.018415 72.946289 72.946289 59.018415 89.962891 59.018415 L 166.037109 59.018415 C 183.053711 59.018415 196.981585 72.946289 196.981585 89.962891 L 196.981585 166.037109 C 196.981585 183.053711 183.053711 196.981585 166.037109 196.981585 Z M 166.037109 196.981585 " transform="matrix(0.136585,0,0,0.136585,-3.482927,-3.482927)"/>
|
|
1176
|
-
<path style="fill:none;stroke-width:5;stroke-linecap:butt;stroke-linejoin:miter;stroke:url(#linear189);stroke-miterlimit:10;" d="M 166.466099 197.753767 L 89.533901 197.753767 C 72.317104 197.753767 58.217634 183.682896 58.217634 166.466099 L 58.217634 89.533901 C 58.217634 72.317104 72.317104 58.217634 89.533901 58.217634 L 166.466099 58.217634 C 183.682896 58.217634 197.782366 72.317104 197.782366 89.533901 L 197.782366 166.466099 C 197.753767 183.682896 183.682896 197.753767 166.466099 197.753767 Z M 166.466099 197.753767 " transform="matrix(0.136585,0,0,0.136585,-3.482927,-3.482927)"/>
|
|
1177
|
-
<path style="fill:none;stroke-width:5;stroke-linecap:butt;stroke-linejoin:miter;stroke:url(#linear190);stroke-miterlimit:10;" d="M 166.895089 198.554548 L 89.104911 198.554548 C 71.687919 198.554548 57.445452 184.312081 57.445452 166.895089 L 57.445452 89.104911 C 57.445452 71.687919 71.687919 57.445452 89.104911 57.445452 L 166.923689 57.445452 C 184.312081 57.445452 198.554548 71.687919 198.554548 89.104911 L 198.554548 166.923689 C 198.554548 184.312081 184.312081 198.554548 166.895089 198.554548 Z M 166.895089 198.554548 " transform="matrix(0.136585,0,0,0.136585,-3.482927,-3.482927)"/>
|
|
1178
|
-
<path style="fill:none;stroke-width:5;stroke-linecap:butt;stroke-linejoin:miter;stroke:url(#linear191);stroke-miterlimit:10;" d="M 167.352679 199.32673 L 88.647321 199.32673 C 71.058733 199.32673 56.67327 184.941267 56.67327 167.352679 L 56.67327 88.647321 C 56.67327 71.058733 71.058733 56.67327 88.647321 56.67327 L 167.352679 56.67327 C 184.941267 56.67327 199.32673 71.058733 199.32673 88.647321 L 199.32673 167.352679 C 199.32673 184.941267 184.941267 199.32673 167.352679 199.32673 Z M 167.352679 199.32673 " transform="matrix(0.136585,0,0,0.136585,-3.482927,-3.482927)"/>
|
|
1179
|
-
<path style="fill:none;stroke-width:5;stroke-linecap:butt;stroke-linejoin:miter;stroke:url(#linear192);stroke-miterlimit:10;" d="M 167.781669 200.127511 L 88.218331 200.127511 C 70.429548 200.127511 55.872489 185.570452 55.872489 167.781669 L 55.872489 88.218331 C 55.872489 70.429548 70.429548 55.872489 88.218331 55.872489 L 167.781669 55.872489 C 185.570452 55.872489 200.127511 70.429548 200.127511 88.218331 L 200.127511 167.781669 C 200.127511 185.570452 185.570452 200.127511 167.781669 200.127511 Z M 167.781669 200.127511 " transform="matrix(0.136585,0,0,0.136585,-3.482927,-3.482927)"/>
|
|
1180
|
-
<path style="fill:none;stroke-width:5;stroke-linecap:butt;stroke-linejoin:miter;stroke:url(#linear193);stroke-miterlimit:10;" d="M 168.210658 200.928292 L 87.789342 200.928292 C 69.800363 200.928292 55.071708 186.199637 55.071708 168.210658 L 55.071708 87.789342 C 55.071708 69.800363 69.800363 55.071708 87.789342 55.071708 L 168.210658 55.071708 C 186.199637 55.071708 200.899693 69.800363 200.899693 87.789342 L 200.899693 168.210658 C 200.928292 186.199637 186.199637 200.928292 168.210658 200.928292 Z M 168.210658 200.928292 " transform="matrix(0.136585,0,0,0.136585,-3.482927,-3.482927)"/>
|
|
1181
|
-
<path style="fill:none;stroke-width:5;stroke-linecap:butt;stroke-linejoin:miter;stroke:url(#linear194);stroke-miterlimit:10;" d="M 168.639648 201.700474 L 87.360352 201.700474 C 69.171177 201.700474 54.299526 186.828823 54.299526 168.639648 L 54.299526 87.360352 C 54.299526 69.171177 69.171177 54.299526 87.360352 54.299526 L 168.639648 54.299526 C 186.828823 54.299526 201.700474 69.171177 201.700474 87.360352 L 201.700474 168.639648 C 201.700474 186.828823 186.828823 201.700474 168.639648 201.700474 Z M 168.639648 201.700474 " transform="matrix(0.136585,0,0,0.136585,-3.482927,-3.482927)"/>
|
|
1182
|
-
<path style="fill:none;stroke-width:5;stroke-linecap:butt;stroke-linejoin:miter;stroke:url(#linear195);stroke-miterlimit:10;" d="M 169.068638 202.501256 L 86.931362 202.501256 C 68.541992 202.501256 53.498744 187.458008 53.498744 169.068638 L 53.498744 86.931362 C 53.498744 68.541992 68.541992 53.498744 86.931362 53.498744 L 169.068638 53.498744 C 187.458008 53.498744 202.501256 68.541992 202.501256 86.931362 L 202.501256 169.068638 C 202.501256 187.458008 187.458008 202.501256 169.068638 202.501256 Z M 169.068638 202.501256 " transform="matrix(0.136585,0,0,0.136585,-3.482927,-3.482927)"/>
|
|
1183
|
-
<path style="fill:none;stroke-width:5;stroke-linecap:butt;stroke-linejoin:miter;stroke:url(#linear196);stroke-miterlimit:10;" d="M 169.497628 203.273438 L 86.502372 203.273438 C 67.912807 203.273438 52.726562 188.087193 52.726562 169.497628 L 52.726562 86.502372 C 52.726562 67.912807 67.912807 52.726562 86.502372 52.726562 L 169.497628 52.726562 C 188.087193 52.726562 203.273438 67.912807 203.273438 86.502372 L 203.273438 169.497628 C 203.273438 188.087193 188.087193 203.273438 169.497628 203.273438 Z M 169.497628 203.273438 " transform="matrix(0.136585,0,0,0.136585,-3.482927,-3.482927)"/>
|
|
1184
|
-
<path style="fill:none;stroke-width:5;stroke-linecap:butt;stroke-linejoin:miter;stroke:url(#linear197);stroke-miterlimit:10;" d="M 169.955218 204.074219 L 86.044782 204.074219 C 67.283622 204.074219 51.925781 188.716378 51.925781 169.926618 L 51.925781 86.044782 C 51.925781 67.283622 67.283622 51.925781 86.044782 51.925781 L 169.926618 51.925781 C 188.716378 51.925781 204.074219 67.283622 204.074219 86.044782 L 204.074219 169.926618 C 204.074219 188.716378 188.716378 204.074219 169.955218 204.074219 Z M 169.955218 204.074219 " transform="matrix(0.136585,0,0,0.136585,-3.482927,-3.482927)"/>
|
|
1185
|
-
<path style="fill:none;stroke-width:5;stroke-linecap:butt;stroke-linejoin:miter;stroke:url(#linear198);stroke-miterlimit:10;" d="M 170.384208 204.846401 L 85.615792 204.846401 C 66.654436 204.846401 51.153599 189.345564 51.153599 170.384208 L 51.153599 85.615792 C 51.153599 66.654436 66.654436 51.153599 85.615792 51.153599 L 170.384208 51.153599 C 189.345564 51.153599 204.846401 66.654436 204.846401 85.615792 L 204.846401 170.384208 C 204.846401 189.345564 189.345564 204.846401 170.384208 204.846401 Z M 170.384208 204.846401 " transform="matrix(0.136585,0,0,0.136585,-3.482927,-3.482927)"/>
|
|
1186
|
-
<path style="fill:none;stroke-width:5;stroke-linecap:butt;stroke-linejoin:miter;stroke:url(#linear199);stroke-miterlimit:10;" d="M 170.813198 205.647182 L 85.186802 205.647182 C 66.025251 205.647182 50.352818 189.974749 50.352818 170.813198 L 50.352818 85.186802 C 50.352818 66.025251 66.025251 50.352818 85.186802 50.352818 L 170.813198 50.352818 C 189.974749 50.352818 205.647182 66.025251 205.647182 85.186802 L 205.647182 170.813198 C 205.647182 189.974749 189.974749 205.647182 170.813198 205.647182 Z M 170.813198 205.647182 " transform="matrix(0.136585,0,0,0.136585,-3.482927,-3.482927)"/>
|
|
1187
|
-
<path style="fill:none;stroke-width:5;stroke-linecap:butt;stroke-linejoin:miter;stroke:url(#linear200);stroke-miterlimit:10;" d="M 171.242188 206.447963 L 84.757812 206.447963 C 65.396066 206.447963 49.552037 190.603934 49.552037 171.242188 L 49.552037 84.757812 C 49.552037 65.396066 65.396066 49.552037 84.757812 49.552037 L 171.242188 49.552037 C 190.603934 49.552037 206.447963 65.396066 206.447963 84.757812 L 206.447963 171.242188 C 206.447963 190.603934 190.603934 206.447963 171.242188 206.447963 Z M 171.242188 206.447963 " transform="matrix(0.136585,0,0,0.136585,-3.482927,-3.482927)"/>
|
|
1188
|
-
<path style="fill:none;stroke-width:5;stroke-linecap:butt;stroke-linejoin:miter;stroke:url(#linear201);stroke-miterlimit:10;" d="M 171.699777 207.220145 L 84.300223 207.220145 C 64.766881 207.220145 48.779855 191.233119 48.779855 171.699777 L 48.779855 84.300223 C 48.779855 64.766881 64.766881 48.779855 84.300223 48.779855 L 171.671177 48.779855 C 191.233119 48.779855 207.220145 64.766881 207.220145 84.300223 L 207.220145 171.671177 C 207.220145 191.233119 191.233119 207.220145 171.699777 207.220145 Z M 171.699777 207.220145 " transform="matrix(0.136585,0,0,0.136585,-3.482927,-3.482927)"/>
|
|
1189
|
-
<path style="fill:none;stroke-width:5;stroke-linecap:butt;stroke-linejoin:miter;stroke:url(#linear202);stroke-miterlimit:10;" d="M 172.128767 208.020926 L 83.871233 208.020926 C 64.137695 208.020926 47.979074 191.862305 47.979074 172.128767 L 47.979074 83.871233 C 47.979074 64.137695 64.137695 47.979074 83.871233 47.979074 L 172.128767 47.979074 C 191.862305 47.979074 208.020926 64.137695 208.020926 83.871233 L 208.020926 172.128767 C 208.020926 191.862305 191.862305 208.020926 172.128767 208.020926 Z M 172.128767 208.020926 " transform="matrix(0.136585,0,0,0.136585,-3.482927,-3.482927)"/>
|
|
1190
|
-
<g clip-path="url(#clip1)" clip-rule="nonzero">
|
|
1191
|
-
<g clip-path="url(#clip2)" clip-rule="nonzero">
|
|
1192
|
-
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(59.607846%,59.607846%,59.607846%);fill-opacity:1;" d="M 11.847656 15.660156 C 11.847656 15.660156 11.875 18.941406 7.988281 18.957031 L 7.949219 18.957031 C 4.066406 18.941406 4.089844 15.660156 4.089844 15.660156 L 4.089844 10.457031 C 4.089844 10.457031 4.007812 9.78125 4.632812 9.78125 L 6.125 9.78125 C 6.125 9.78125 6.496094 9.765625 6.496094 10.414062 L 6.496094 15.507812 C 6.496094 15.507812 6.480469 16.964844 7.964844 16.964844 L 7.976562 16.964844 C 9.457031 16.964844 9.441406 15.507812 9.441406 15.507812 L 9.441406 10.414062 C 9.441406 9.761719 9.8125 9.78125 9.8125 9.78125 L 11.304688 9.78125 C 11.929688 9.78125 11.847656 10.457031 11.847656 10.457031 Z M 11.847656 15.660156 "/>
|
|
1193
|
-
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(63.529414%,63.137257%,63.137257%);fill-opacity:1;" d="M 11.898438 15.707031 C 11.898438 15.707031 11.921875 18.988281 8.035156 19.003906 L 8 19.003906 C 4.113281 18.988281 4.136719 15.707031 4.136719 15.707031 L 4.136719 10.503906 C 4.136719 10.503906 4.054688 9.828125 4.679688 9.828125 L 6.171875 9.828125 C 6.171875 9.828125 6.546875 9.8125 6.546875 10.460938 L 6.546875 15.558594 C 6.546875 15.558594 6.527344 17.015625 8.011719 17.015625 L 8.023438 17.015625 C 9.503906 17.015625 9.488281 15.558594 9.488281 15.558594 L 9.488281 10.460938 C 9.488281 9.8125 9.859375 9.828125 9.859375 9.828125 L 11.355469 9.828125 C 11.980469 9.828125 11.894531 10.503906 11.894531 10.503906 L 11.894531 15.707031 Z M 11.898438 15.707031 "/>
|
|
1194
|
-
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(67.450982%,67.058825%,66.666669%);fill-opacity:1;" d="M 11.945312 15.753906 C 11.945312 15.753906 11.96875 19.035156 8.085938 19.050781 L 8.046875 19.050781 C 4.160156 19.035156 4.1875 15.753906 4.1875 15.753906 L 4.1875 10.550781 C 4.1875 10.550781 4.101562 9.875 4.726562 9.875 L 6.222656 9.875 C 6.222656 9.875 6.59375 9.859375 6.59375 10.507812 L 6.59375 15.605469 C 6.59375 15.605469 6.578125 17.0625 8.058594 17.0625 L 8.070312 17.0625 C 9.554688 17.0625 9.535156 15.605469 9.535156 15.605469 L 9.535156 10.507812 C 9.535156 9.859375 9.90625 9.875 9.90625 9.875 L 11.402344 9.875 C 12.027344 9.875 11.941406 10.550781 11.941406 10.550781 L 11.941406 15.753906 Z M 11.945312 15.753906 "/>
|
|
1195
|
-
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(71.372551%,70.588237%,70.588237%);fill-opacity:1;" d="M 11.992188 15.804688 C 11.992188 15.804688 12.015625 19.082031 8.132812 19.101562 L 8.113281 19.097656 L 8.09375 19.101562 C 4.210938 19.082031 4.234375 15.804688 4.234375 15.804688 L 4.234375 10.597656 C 4.234375 10.597656 4.152344 9.925781 4.773438 9.925781 L 6.269531 9.925781 C 6.269531 9.925781 6.640625 9.90625 6.640625 10.558594 L 6.640625 15.652344 C 6.640625 15.652344 6.625 17.109375 8.105469 17.109375 L 8.117188 17.109375 C 9.601562 17.109375 9.585938 15.652344 9.585938 15.652344 L 9.585938 10.558594 C 9.585938 9.90625 9.957031 9.925781 9.957031 9.925781 L 11.449219 9.925781 C 12.074219 9.925781 11.992188 10.597656 11.992188 10.597656 Z M 11.992188 15.804688 "/>
|
|
1196
|
-
</g>
|
|
1197
|
-
</g>
|
|
1198
|
-
<g clip-path="url(#clip3)" clip-rule="nonzero">
|
|
1199
|
-
<g clip-path="url(#clip4)" clip-rule="nonzero">
|
|
1200
|
-
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(75.294119%,74.901962%,74.509805%);fill-opacity:1;" d="M 12.042969 15.851562 C 12.042969 15.851562 12.066406 19.132812 8.179688 19.148438 L 8.144531 19.148438 C 4.257812 19.132812 4.285156 15.851562 4.285156 15.851562 L 4.285156 10.648438 C 4.285156 10.648438 4.199219 9.972656 4.824219 9.972656 L 6.320312 9.972656 C 6.320312 9.972656 6.691406 9.957031 6.691406 10.605469 L 6.691406 15.703125 C 6.691406 15.703125 6.671875 17.160156 8.15625 17.160156 L 8.167969 17.160156 C 9.648438 17.160156 9.632812 15.703125 9.632812 15.703125 L 9.632812 10.605469 C 9.632812 9.957031 10.003906 9.972656 10.003906 9.972656 L 11.5 9.972656 C 12.125 9.972656 12.039062 10.648438 12.039062 10.648438 L 12.039062 15.851562 Z M 12.042969 15.851562 "/>
|
|
1201
|
-
</g>
|
|
1202
|
-
</g>
|
|
1203
|
-
<g clip-path="url(#clip5)" clip-rule="nonzero">
|
|
1204
|
-
<g clip-path="url(#clip6)" clip-rule="nonzero">
|
|
1205
|
-
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(80.000001%,79.215688%,79.215688%);fill-opacity:1;" d="M 12.089844 15.898438 C 12.089844 15.898438 12.113281 19.179688 8.230469 19.195312 L 8.191406 19.195312 C 4.304688 19.179688 4.332031 15.898438 4.332031 15.898438 L 4.332031 10.695312 C 4.332031 10.695312 4.246094 10.019531 4.871094 10.019531 L 6.367188 10.019531 C 6.367188 10.019531 6.738281 10.003906 6.738281 10.652344 L 6.738281 15.75 C 6.738281 15.75 6.722656 17.207031 8.203125 17.207031 L 8.214844 17.207031 C 9.699219 17.207031 9.679688 15.75 9.679688 15.75 L 9.679688 10.652344 C 9.679688 10.003906 10.050781 10.019531 10.050781 10.019531 L 11.546875 10.019531 C 12.171875 10.019531 12.085938 10.695312 12.085938 10.695312 L 12.085938 15.898438 Z M 12.089844 15.898438 "/>
|
|
1206
|
-
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(84.313726%,83.529413%,83.529413%);fill-opacity:1;" d="M 12.136719 15.949219 C 12.136719 15.949219 12.160156 19.226562 8.277344 19.246094 L 8.257812 19.242188 L 8.238281 19.246094 C 4.355469 19.226562 4.378906 15.949219 4.378906 15.949219 L 4.378906 10.742188 C 4.378906 10.742188 4.296875 10.070312 4.917969 10.070312 L 6.414062 10.070312 C 6.414062 10.070312 6.785156 10.050781 6.785156 10.703125 L 6.785156 15.796875 C 6.785156 15.796875 6.769531 17.253906 8.25 17.253906 L 8.261719 17.253906 C 9.746094 17.253906 9.730469 15.796875 9.730469 15.796875 L 9.730469 10.703125 C 9.730469 10.050781 10.101562 10.070312 10.101562 10.070312 L 11.59375 10.070312 C 12.21875 10.070312 12.136719 10.742188 12.136719 10.742188 Z M 12.136719 15.949219 "/>
|
|
1207
|
-
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(89.019608%,88.235295%,88.235295%);fill-opacity:1;" d="M 12.183594 15.996094 C 12.183594 15.996094 12.210938 19.277344 8.324219 19.292969 L 8.285156 19.292969 C 4.402344 19.277344 4.425781 15.996094 4.425781 15.996094 L 4.425781 10.792969 C 4.425781 10.792969 4.34375 10.117188 4.96875 10.117188 L 6.460938 10.117188 C 6.460938 10.117188 6.832031 10.101562 6.832031 10.75 L 6.832031 15.84375 C 6.832031 15.84375 6.816406 17.300781 8.300781 17.300781 L 8.3125 17.300781 C 9.792969 17.300781 9.777344 15.84375 9.777344 15.84375 L 9.777344 10.75 C 9.777344 10.097656 10.148438 10.117188 10.148438 10.117188 L 11.640625 10.117188 C 12.265625 10.117188 12.183594 10.792969 12.183594 10.792969 Z M 12.183594 15.996094 "/>
|
|
1208
|
-
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(93.725491%,93.333334%,92.941177%);fill-opacity:1;" d="M 12.234375 16.042969 C 12.234375 16.042969 12.257812 19.324219 8.375 19.34375 L 8.355469 19.339844 L 8.335938 19.34375 C 4.453125 19.324219 4.476562 16.042969 4.476562 16.042969 L 4.476562 10.839844 C 4.476562 10.839844 4.394531 10.167969 5.015625 10.167969 L 6.511719 10.167969 C 6.511719 10.167969 6.882812 10.148438 6.882812 10.796875 L 6.882812 15.894531 C 6.882812 15.894531 6.867188 17.351562 8.347656 17.351562 L 8.359375 17.351562 C 9.84375 17.351562 9.824219 15.894531 9.824219 15.894531 L 9.824219 10.796875 C 9.824219 10.148438 10.199219 10.167969 10.199219 10.167969 L 11.691406 10.167969 C 12.316406 10.167969 12.234375 10.839844 12.234375 10.839844 Z M 12.234375 16.042969 "/>
|
|
1209
|
-
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(100%,100%,100%);fill-opacity:1;" d="M 12.28125 16.09375 C 12.28125 16.09375 12.304688 19.375 8.421875 19.390625 L 8.402344 19.386719 L 8.382812 19.390625 C 4.5 19.375 4.523438 16.09375 4.523438 16.09375 L 4.523438 10.886719 C 4.523438 10.886719 4.441406 10.214844 5.066406 10.214844 L 6.558594 10.214844 C 6.558594 10.214844 6.929688 10.199219 6.929688 10.847656 L 6.929688 15.941406 C 6.929688 15.941406 6.914062 17.398438 8.394531 17.398438 L 8.40625 17.398438 C 9.890625 17.398438 9.875 15.941406 9.875 15.941406 L 9.875 10.847656 C 9.875 10.195312 10.246094 10.214844 10.246094 10.214844 L 11.738281 10.214844 C 12.363281 10.214844 12.28125 10.886719 12.28125 10.886719 Z M 12.28125 16.09375 "/>
|
|
1210
|
-
</g>
|
|
1211
|
-
</g>
|
|
1212
|
-
<g clip-path="url(#clip7)" clip-rule="nonzero">
|
|
1213
|
-
<g clip-path="url(#clip8)" clip-rule="nonzero">
|
|
1214
|
-
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(59.607846%,59.607846%,59.607846%);fill-opacity:1;" d="M 20.335938 12.601562 C 20.335938 15.441406 18.089844 15.726562 17.074219 15.785156 L 16.589844 15.785156 C 16.589844 15.785156 16.179688 15.765625 16.179688 16.25 L 16.179688 18.382812 C 16.179688 18.382812 16.207031 18.773438 15.789062 18.773438 L 14.171875 18.773438 C 14.171875 18.773438 13.796875 18.765625 13.796875 18.394531 C 13.796875 18.023438 13.792969 10.304688 13.792969 10.320312 C 13.792969 10.320312 13.722656 9.765625 14.347656 9.765625 L 17.328125 9.765625 C 17.332031 9.761719 20.335938 9.761719 20.335938 12.601562 Z M 20.335938 12.601562 "/>
|
|
1215
|
-
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(63.529414%,63.137257%,63.137257%);fill-opacity:1;" d="M 20.386719 12.652344 C 20.386719 15.492188 18.136719 15.773438 17.121094 15.832031 L 16.636719 15.832031 C 16.636719 15.832031 16.230469 15.816406 16.230469 16.296875 L 16.230469 18.429688 C 16.230469 18.429688 16.253906 18.824219 15.835938 18.824219 L 14.222656 18.824219 C 14.222656 18.824219 13.84375 18.816406 13.84375 18.445312 C 13.84375 18.074219 13.839844 10.355469 13.839844 10.371094 C 13.839844 10.371094 13.773438 9.8125 14.394531 9.8125 L 17.378906 9.8125 C 17.378906 9.8125 20.386719 9.8125 20.386719 12.652344 Z M 20.386719 12.652344 "/>
|
|
1216
|
-
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(67.450982%,67.058825%,66.666669%);fill-opacity:1;" d="M 20.433594 12.699219 C 20.433594 15.539062 18.1875 15.820312 17.171875 15.878906 L 16.6875 15.878906 C 16.6875 15.878906 16.277344 15.863281 16.277344 16.347656 L 16.277344 18.480469 C 16.277344 18.480469 16.304688 18.871094 15.886719 18.871094 L 14.269531 18.871094 C 14.269531 18.871094 13.890625 18.863281 13.890625 18.492188 C 13.890625 18.121094 13.886719 10.402344 13.886719 10.417969 C 13.886719 10.417969 13.820312 9.863281 14.445312 9.863281 L 17.425781 9.863281 C 17.429688 9.859375 20.433594 9.859375 20.433594 12.699219 Z M 20.433594 12.699219 "/>
|
|
1217
|
-
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(71.372551%,70.588237%,70.588237%);fill-opacity:1;" d="M 20.480469 12.746094 C 20.480469 15.585938 18.234375 15.871094 17.21875 15.929688 L 16.734375 15.929688 C 16.734375 15.929688 16.324219 15.914062 16.324219 16.394531 L 16.324219 18.527344 C 16.324219 18.527344 16.351562 18.917969 15.933594 18.917969 L 14.316406 18.917969 C 14.316406 18.917969 13.941406 18.910156 13.941406 18.539062 C 13.941406 18.171875 13.9375 10.449219 13.9375 10.464844 C 13.9375 10.464844 13.867188 9.910156 14.492188 9.910156 L 17.476562 9.910156 C 17.476562 9.90625 20.480469 9.90625 20.480469 12.746094 Z M 20.480469 12.746094 "/>
|
|
1218
|
-
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(75.294119%,74.901962%,74.509805%);fill-opacity:1;" d="M 20.53125 12.796875 C 20.53125 15.636719 18.28125 15.917969 17.265625 15.976562 L 16.78125 15.976562 C 16.78125 15.976562 16.375 15.960938 16.375 16.441406 L 16.375 18.574219 C 16.375 18.574219 16.398438 18.964844 15.980469 18.964844 L 14.367188 18.964844 C 14.367188 18.964844 13.992188 18.957031 13.992188 18.589844 C 13.992188 18.21875 13.988281 10.496094 13.988281 10.515625 C 13.988281 10.515625 13.917969 9.957031 14.542969 9.957031 L 17.523438 9.957031 C 17.523438 9.957031 20.53125 9.957031 20.53125 12.796875 Z M 20.53125 12.796875 "/>
|
|
1219
|
-
</g>
|
|
1220
|
-
</g>
|
|
1221
|
-
<g clip-path="url(#clip9)" clip-rule="nonzero">
|
|
1222
|
-
<g clip-path="url(#clip10)" clip-rule="nonzero">
|
|
1223
|
-
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(80.000001%,79.215688%,79.215688%);fill-opacity:1;" d="M 20.578125 12.84375 C 20.578125 15.683594 18.328125 15.964844 17.3125 16.023438 L 16.828125 16.023438 C 16.828125 16.023438 16.421875 16.007812 16.421875 16.488281 L 16.421875 18.621094 C 16.421875 18.621094 16.445312 19.015625 16.03125 19.015625 L 14.414062 19.015625 C 14.414062 19.015625 14.035156 19.003906 14.035156 18.636719 C 14.035156 18.265625 14.03125 10.546875 14.03125 10.5625 C 14.03125 10.5625 13.964844 10.003906 14.589844 10.003906 L 17.570312 10.003906 C 17.570312 10.003906 20.578125 10.003906 20.578125 12.84375 Z M 20.578125 12.84375 "/>
|
|
1224
|
-
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(84.313726%,83.529413%,83.529413%);fill-opacity:1;" d="M 20.628906 12.890625 C 20.628906 15.730469 18.378906 16.015625 17.363281 16.074219 L 16.878906 16.074219 C 16.878906 16.074219 16.472656 16.058594 16.472656 16.539062 L 16.472656 18.671875 C 16.472656 18.671875 16.496094 19.0625 16.078125 19.0625 L 14.464844 19.0625 C 14.464844 19.0625 14.085938 19.054688 14.085938 18.683594 C 14.085938 18.316406 14.082031 10.59375 14.082031 10.609375 C 14.082031 10.609375 14.015625 10.054688 14.640625 10.054688 L 17.621094 10.054688 C 17.621094 10.050781 20.628906 10.050781 20.628906 12.890625 Z M 20.628906 12.890625 "/>
|
|
1225
|
-
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(89.019608%,88.235295%,88.235295%);fill-opacity:1;" d="M 20.675781 12.941406 C 20.675781 15.78125 18.425781 16.0625 17.410156 16.121094 L 16.925781 16.121094 C 16.925781 16.121094 16.519531 16.105469 16.519531 16.585938 L 16.519531 18.71875 C 16.519531 18.71875 16.542969 19.109375 16.125 19.109375 L 14.511719 19.109375 C 14.511719 19.109375 14.132812 19.101562 14.132812 18.734375 C 14.132812 18.363281 14.128906 10.644531 14.128906 10.660156 C 14.128906 10.660156 14.0625 10.101562 14.6875 10.101562 L 17.667969 10.101562 C 17.667969 10.101562 20.675781 10.101562 20.675781 12.941406 Z M 20.675781 12.941406 "/>
|
|
1226
|
-
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(93.725491%,93.333334%,92.941177%);fill-opacity:1;" d="M 20.722656 12.988281 C 20.722656 15.828125 18.472656 16.109375 17.457031 16.167969 L 16.976562 16.167969 C 16.976562 16.167969 16.566406 16.152344 16.566406 16.632812 L 16.566406 18.765625 C 16.566406 18.765625 16.589844 19.160156 16.175781 19.160156 L 14.558594 19.160156 C 14.558594 19.160156 14.183594 19.152344 14.183594 18.78125 C 14.183594 18.410156 14.175781 10.691406 14.175781 10.707031 C 14.175781 10.707031 14.109375 10.148438 14.734375 10.148438 L 17.714844 10.148438 C 17.714844 10.148438 20.722656 10.148438 20.722656 12.988281 Z M 20.722656 12.988281 "/>
|
|
1227
|
-
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(100%,100%,100%);fill-opacity:1;" d="M 20.769531 13.035156 C 20.769531 15.875 18.523438 16.15625 17.507812 16.214844 L 17.023438 16.214844 C 17.023438 16.214844 16.613281 16.199219 16.613281 16.683594 L 16.613281 18.816406 C 16.613281 18.816406 16.640625 19.207031 16.222656 19.207031 L 14.605469 19.207031 C 14.605469 19.207031 14.226562 19.199219 14.226562 18.828125 C 14.226562 18.457031 14.222656 10.738281 14.222656 10.753906 C 14.222656 10.753906 14.15625 10.199219 14.78125 10.199219 L 17.761719 10.199219 C 17.765625 10.195312 20.769531 10.195312 20.769531 13.035156 Z M 20.769531 13.035156 "/>
|
|
1228
|
-
</g>
|
|
1229
|
-
</g>
|
|
1230
|
-
<g clip-path="url(#clip11)" clip-rule="nonzero">
|
|
1231
|
-
<g clip-path="url(#clip12)" clip-rule="nonzero">
|
|
1232
|
-
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(59.607846%,59.607846%,59.607846%);fill-opacity:1;" d="M 22.132812 15.609375 L 23.171875 15.609375 C 23.730469 15.609375 23.679688 15.101562 23.679688 15.101562 L 23.914062 10.328125 C 23.914062 9.699219 23.339844 9.753906 23.339844 9.753906 L 22.046875 9.753906 C 21.246094 9.753906 21.414062 10.386719 21.414062 10.386719 L 21.679688 15.160156 C 21.679688 15.636719 22.132812 15.609375 22.132812 15.609375 Z M 22.132812 15.609375 "/>
|
|
1233
|
-
</g>
|
|
1234
|
-
</g>
|
|
1235
|
-
<g clip-path="url(#clip13)" clip-rule="nonzero">
|
|
1236
|
-
<g clip-path="url(#clip14)" clip-rule="nonzero">
|
|
1237
|
-
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(59.607846%,59.607846%,59.607846%);fill-opacity:1;" d="M 22.65625 16.632812 C 21.929688 16.632812 21.425781 17.140625 21.425781 17.828125 C 21.425781 18.496094 21.929688 19.015625 22.65625 19.015625 C 23.378906 19.015625 23.886719 18.496094 23.886719 17.828125 C 23.886719 17.140625 23.378906 16.632812 22.65625 16.632812 Z M 22.65625 16.632812 "/>
|
|
1238
|
-
</g>
|
|
1239
|
-
</g>
|
|
1240
|
-
<g clip-path="url(#clip15)" clip-rule="nonzero">
|
|
1241
|
-
<g clip-path="url(#clip16)" clip-rule="nonzero">
|
|
1242
|
-
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(63.529414%,63.137257%,63.137257%);fill-opacity:1;" d="M 22.179688 15.65625 L 23.21875 15.65625 C 23.777344 15.65625 23.726562 15.148438 23.726562 15.148438 L 23.960938 10.378906 C 23.960938 9.746094 23.386719 9.800781 23.386719 9.800781 L 22.09375 9.800781 C 21.292969 9.800781 21.464844 10.433594 21.464844 10.433594 L 21.730469 15.207031 C 21.730469 15.683594 22.179688 15.65625 22.179688 15.65625 Z M 22.179688 15.65625 "/>
|
|
1243
|
-
</g>
|
|
1244
|
-
</g>
|
|
1245
|
-
<g clip-path="url(#clip17)" clip-rule="nonzero">
|
|
1246
|
-
<g clip-path="url(#clip18)" clip-rule="nonzero">
|
|
1247
|
-
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(63.529414%,63.137257%,63.137257%);fill-opacity:1;" d="M 22.703125 16.679688 C 21.980469 16.679688 21.472656 17.1875 21.472656 17.878906 C 21.472656 18.546875 21.980469 19.0625 22.703125 19.0625 C 23.429688 19.0625 23.933594 18.546875 23.933594 17.878906 C 23.933594 17.1875 23.429688 16.679688 22.703125 16.679688 Z M 22.703125 16.679688 "/>
|
|
1248
|
-
</g>
|
|
1249
|
-
</g>
|
|
1250
|
-
<g clip-path="url(#clip19)" clip-rule="nonzero">
|
|
1251
|
-
<g clip-path="url(#clip20)" clip-rule="nonzero">
|
|
1252
|
-
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(67.450982%,67.058825%,66.666669%);fill-opacity:1;" d="M 22.226562 15.707031 L 23.265625 15.707031 C 23.824219 15.707031 23.777344 15.199219 23.777344 15.199219 L 24.007812 10.425781 C 24.007812 9.792969 23.433594 9.851562 23.433594 9.851562 L 22.144531 9.851562 C 21.339844 9.851562 21.511719 10.484375 21.511719 10.484375 L 21.777344 15.253906 C 21.777344 15.730469 22.226562 15.707031 22.226562 15.707031 Z M 22.226562 15.707031 "/>
|
|
1253
|
-
</g>
|
|
1254
|
-
</g>
|
|
1255
|
-
<g clip-path="url(#clip21)" clip-rule="nonzero">
|
|
1256
|
-
<g clip-path="url(#clip22)" clip-rule="nonzero">
|
|
1257
|
-
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(67.450982%,67.058825%,66.666669%);fill-opacity:1;" d="M 22.753906 16.730469 C 22.027344 16.730469 21.523438 17.238281 21.523438 17.925781 C 21.523438 18.59375 22.027344 19.113281 22.753906 19.113281 C 23.476562 19.113281 23.984375 18.59375 23.984375 17.925781 C 23.984375 17.234375 23.476562 16.730469 22.753906 16.730469 Z M 22.753906 16.730469 "/>
|
|
1258
|
-
</g>
|
|
1259
|
-
</g>
|
|
1260
|
-
<g clip-path="url(#clip23)" clip-rule="nonzero">
|
|
1261
|
-
<g clip-path="url(#clip24)" clip-rule="nonzero">
|
|
1262
|
-
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(71.372551%,70.588237%,70.588237%);fill-opacity:1;" d="M 22.273438 15.753906 L 23.316406 15.753906 C 23.871094 15.753906 23.824219 15.246094 23.824219 15.246094 L 24.058594 10.476562 C 24.058594 9.84375 23.480469 9.898438 23.480469 9.898438 L 22.191406 9.898438 C 21.390625 9.898438 21.558594 10.53125 21.558594 10.53125 L 21.824219 15.304688 C 21.824219 15.777344 22.273438 15.753906 22.273438 15.753906 Z M 22.273438 15.753906 "/>
|
|
1263
|
-
</g>
|
|
1264
|
-
</g>
|
|
1265
|
-
<g clip-path="url(#clip25)" clip-rule="nonzero">
|
|
1266
|
-
<g clip-path="url(#clip26)" clip-rule="nonzero">
|
|
1267
|
-
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(71.372551%,70.588237%,70.588237%);fill-opacity:1;" d="M 22.800781 16.777344 C 22.074219 16.777344 21.570312 17.285156 21.570312 17.976562 C 21.570312 18.640625 22.078125 19.160156 22.800781 19.160156 C 23.523438 19.160156 24.03125 18.640625 24.03125 17.976562 C 24.03125 17.285156 23.527344 16.777344 22.800781 16.777344 Z M 22.800781 16.777344 "/>
|
|
1268
|
-
</g>
|
|
1269
|
-
</g>
|
|
1270
|
-
<g clip-path="url(#clip27)" clip-rule="nonzero">
|
|
1271
|
-
<g clip-path="url(#clip28)" clip-rule="nonzero">
|
|
1272
|
-
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(75.294119%,74.901962%,74.509805%);fill-opacity:1;" d="M 22.320312 15.800781 L 23.363281 15.800781 C 23.921875 15.800781 23.871094 15.292969 23.871094 15.292969 L 24.105469 10.523438 C 24.105469 9.890625 23.53125 9.949219 23.53125 9.949219 L 22.238281 9.949219 C 21.4375 9.949219 21.605469 10.578125 21.605469 10.578125 L 21.871094 15.351562 C 21.871094 15.824219 22.320312 15.800781 22.320312 15.800781 Z M 22.320312 15.800781 "/>
|
|
1273
|
-
</g>
|
|
1274
|
-
</g>
|
|
1275
|
-
<g clip-path="url(#clip29)" clip-rule="nonzero">
|
|
1276
|
-
<g clip-path="url(#clip30)" clip-rule="nonzero">
|
|
1277
|
-
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(75.294119%,74.901962%,74.509805%);fill-opacity:1;" d="M 22.847656 16.824219 C 22.121094 16.824219 21.617188 17.332031 21.617188 18.023438 C 21.617188 18.691406 22.125 19.207031 22.847656 19.207031 C 23.574219 19.207031 24.078125 18.691406 24.078125 18.023438 C 24.078125 17.332031 23.574219 16.824219 22.847656 16.824219 Z M 22.847656 16.824219 "/>
|
|
1278
|
-
</g>
|
|
1279
|
-
</g>
|
|
1280
|
-
<g clip-path="url(#clip31)" clip-rule="nonzero">
|
|
1281
|
-
<g clip-path="url(#clip32)" clip-rule="nonzero">
|
|
1282
|
-
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(80.000001%,79.215688%,79.215688%);fill-opacity:1;" d="M 22.371094 15.847656 L 23.410156 15.847656 C 23.96875 15.847656 23.921875 15.339844 23.921875 15.339844 L 24.152344 10.570312 C 24.152344 9.9375 23.578125 9.996094 23.578125 9.996094 L 22.289062 9.996094 C 21.484375 9.996094 21.65625 10.628906 21.65625 10.628906 L 21.921875 15.398438 C 21.921875 15.875 22.371094 15.847656 22.371094 15.847656 Z M 22.371094 15.847656 "/>
|
|
1283
|
-
</g>
|
|
1284
|
-
</g>
|
|
1285
|
-
<g clip-path="url(#clip33)" clip-rule="nonzero">
|
|
1286
|
-
<g clip-path="url(#clip34)" clip-rule="nonzero">
|
|
1287
|
-
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(80.000001%,79.215688%,79.215688%);fill-opacity:1;" d="M 22.894531 16.875 C 22.171875 16.875 21.664062 17.378906 21.664062 18.070312 C 21.664062 18.738281 22.171875 19.253906 22.894531 19.253906 C 23.621094 19.253906 24.125 18.738281 24.125 18.070312 C 24.128906 17.378906 23.621094 16.875 22.894531 16.875 Z M 22.894531 16.875 "/>
|
|
1288
|
-
</g>
|
|
1289
|
-
</g>
|
|
1290
|
-
<g clip-path="url(#clip35)" clip-rule="nonzero">
|
|
1291
|
-
<g clip-path="url(#clip36)" clip-rule="nonzero">
|
|
1292
|
-
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(84.313726%,83.529413%,83.529413%);fill-opacity:1;" d="M 22.417969 15.898438 L 23.460938 15.898438 C 24.015625 15.898438 23.96875 15.390625 23.96875 15.390625 L 24.203125 10.621094 C 24.203125 9.988281 23.625 10.042969 23.625 10.042969 L 22.335938 10.042969 C 21.535156 10.042969 21.703125 10.675781 21.703125 10.675781 L 21.96875 15.449219 C 21.96875 15.921875 22.417969 15.898438 22.417969 15.898438 Z M 22.417969 15.898438 "/>
|
|
1293
|
-
</g>
|
|
1294
|
-
</g>
|
|
1295
|
-
<g clip-path="url(#clip37)" clip-rule="nonzero">
|
|
1296
|
-
<g clip-path="url(#clip38)" clip-rule="nonzero">
|
|
1297
|
-
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(84.313726%,83.529413%,83.529413%);fill-opacity:1;" d="M 22.945312 16.921875 C 22.21875 16.921875 21.714844 17.429688 21.714844 18.117188 C 21.714844 18.785156 22.222656 19.304688 22.945312 19.304688 C 23.667969 19.304688 24.175781 18.785156 24.175781 18.117188 C 24.175781 17.429688 23.667969 16.921875 22.945312 16.921875 Z M 22.945312 16.921875 "/>
|
|
1298
|
-
</g>
|
|
1299
|
-
</g>
|
|
1300
|
-
<g clip-path="url(#clip39)" clip-rule="nonzero">
|
|
1301
|
-
<g clip-path="url(#clip40)" clip-rule="nonzero">
|
|
1302
|
-
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(89.019608%,88.235295%,88.235295%);fill-opacity:1;" d="M 22.46875 15.945312 L 23.507812 15.945312 C 24.066406 15.945312 24.015625 15.4375 24.015625 15.4375 L 24.25 10.667969 C 24.25 10.035156 23.675781 10.09375 23.675781 10.09375 L 22.382812 10.09375 C 21.582031 10.09375 21.75 10.726562 21.75 10.726562 L 22.015625 15.496094 C 22.015625 15.972656 22.46875 15.945312 22.46875 15.945312 Z M 22.46875 15.945312 "/>
|
|
1303
|
-
</g>
|
|
1304
|
-
</g>
|
|
1305
|
-
<g clip-path="url(#clip41)" clip-rule="nonzero">
|
|
1306
|
-
<g clip-path="url(#clip42)" clip-rule="nonzero">
|
|
1307
|
-
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(89.019608%,88.235295%,88.235295%);fill-opacity:1;" d="M 22.992188 16.972656 C 22.265625 16.972656 21.761719 17.476562 21.761719 18.167969 C 21.761719 18.835938 22.269531 19.351562 22.992188 19.351562 C 23.71875 19.351562 24.222656 18.835938 24.222656 18.167969 C 24.222656 17.476562 23.71875 16.972656 22.992188 16.972656 Z M 22.992188 16.972656 "/>
|
|
1308
|
-
</g>
|
|
1309
|
-
</g>
|
|
1310
|
-
<g clip-path="url(#clip43)" clip-rule="nonzero">
|
|
1311
|
-
<g clip-path="url(#clip44)" clip-rule="nonzero">
|
|
1312
|
-
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(93.725491%,93.333334%,92.941177%);fill-opacity:1;" d="M 22.515625 15.996094 L 23.554688 15.996094 C 24.113281 15.996094 24.0625 15.484375 24.0625 15.484375 L 24.296875 10.714844 C 24.296875 10.082031 23.722656 10.140625 23.722656 10.140625 L 22.429688 10.140625 C 21.628906 10.140625 21.800781 10.773438 21.800781 10.773438 L 22.066406 15.542969 C 22.066406 16.019531 22.515625 15.996094 22.515625 15.996094 Z M 22.515625 15.996094 "/>
|
|
1313
|
-
</g>
|
|
1314
|
-
</g>
|
|
1315
|
-
<g clip-path="url(#clip45)" clip-rule="nonzero">
|
|
1316
|
-
<g clip-path="url(#clip46)" clip-rule="nonzero">
|
|
1317
|
-
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(93.725491%,93.333334%,92.941177%);fill-opacity:1;" d="M 23.039062 17.019531 C 22.316406 17.019531 21.808594 17.523438 21.808594 18.214844 C 21.808594 18.882812 22.316406 19.402344 23.039062 19.402344 C 23.765625 19.402344 24.269531 18.882812 24.269531 18.214844 C 24.269531 17.523438 23.765625 17.019531 23.039062 17.019531 Z M 23.039062 17.019531 "/>
|
|
1318
|
-
</g>
|
|
1319
|
-
</g>
|
|
1320
|
-
<g clip-path="url(#clip47)" clip-rule="nonzero">
|
|
1321
|
-
<g clip-path="url(#clip48)" clip-rule="nonzero">
|
|
1322
|
-
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(100%,100%,100%);fill-opacity:1;" d="M 22.5625 16.042969 L 23.605469 16.042969 C 24.160156 16.042969 24.113281 15.535156 24.113281 15.535156 L 24.347656 10.761719 C 24.347656 10.128906 23.769531 10.1875 23.769531 10.1875 L 22.480469 10.1875 C 21.679688 10.1875 21.847656 10.820312 21.847656 10.820312 L 22.113281 15.589844 C 22.113281 16.066406 22.5625 16.042969 22.5625 16.042969 Z M 22.5625 16.042969 "/>
|
|
1323
|
-
</g>
|
|
1324
|
-
</g>
|
|
1325
|
-
<g clip-path="url(#clip49)" clip-rule="nonzero">
|
|
1326
|
-
<g clip-path="url(#clip50)" clip-rule="nonzero">
|
|
1327
|
-
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(100%,100%,100%);fill-opacity:1;" d="M 23.089844 17.066406 C 22.363281 17.066406 21.859375 17.574219 21.859375 18.261719 C 21.859375 18.929688 22.363281 19.449219 23.089844 19.449219 C 23.8125 19.449219 24.320312 18.929688 24.320312 18.261719 C 24.320312 17.574219 23.8125 17.066406 23.089844 17.066406 Z M 23.089844 17.066406 "/>
|
|
1328
|
-
</g>
|
|
1329
|
-
</g>
|
|
1330
|
-
<g clip-path="url(#clip51)" clip-rule="nonzero">
|
|
1331
|
-
<g clip-path="url(#clip52)" clip-rule="nonzero">
|
|
1332
|
-
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(100%,100%,100%);fill-opacity:1;" d="M 18.324219 13.195312 C 18.324219 12.152344 17.539062 12.136719 17.539062 12.136719 L 16.617188 12.136719 L 16.625 14.308594 L 17.207031 14.308594 C 18.40625 14.167969 18.324219 13.195312 18.324219 13.195312 Z M 18.324219 13.195312 "/>
|
|
1333
|
-
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(96.470588%,96.078432%,96.078432%);fill-opacity:1;" d="M 18.273438 13.144531 C 18.273438 12.105469 17.492188 12.089844 17.492188 12.089844 L 16.566406 12.089844 L 16.574219 14.261719 L 17.160156 14.261719 C 18.359375 14.121094 18.273438 13.144531 18.273438 13.144531 Z M 18.273438 13.144531 "/>
|
|
1334
|
-
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(94.117647%,93.725491%,93.725491%);fill-opacity:1;" d="M 18.226562 13.097656 C 18.226562 12.058594 17.441406 12.042969 17.441406 12.042969 L 16.519531 12.042969 L 16.527344 14.214844 L 17.109375 14.214844 C 18.308594 14.074219 18.226562 13.097656 18.226562 13.097656 Z M 18.226562 13.097656 "/>
|
|
1335
|
-
</g>
|
|
1336
|
-
</g>
|
|
1337
|
-
<g clip-path="url(#clip53)" clip-rule="nonzero">
|
|
1338
|
-
<g clip-path="url(#clip54)" clip-rule="nonzero">
|
|
1339
|
-
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(92.156863%,91.764706%,91.37255%);fill-opacity:1;" d="M 18.179688 13.050781 C 18.179688 12.007812 17.394531 11.992188 17.394531 11.992188 L 16.472656 11.992188 L 16.480469 14.164062 L 17.0625 14.164062 C 18.261719 14.023438 18.179688 13.050781 18.179688 13.050781 Z M 18.179688 13.050781 "/>
|
|
1340
|
-
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(89.803922%,89.411765%,89.411765%);fill-opacity:1;" d="M 18.128906 13 C 18.128906 11.960938 17.347656 11.945312 17.347656 11.945312 L 16.421875 11.945312 L 16.429688 14.117188 L 17.015625 14.117188 C 18.214844 13.976562 18.128906 13 18.128906 13 Z M 18.128906 13 "/>
|
|
1341
|
-
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(87.843138%,87.450981%,87.450981%);fill-opacity:1;" d="M 18.082031 12.953125 C 18.082031 11.914062 17.300781 11.898438 17.300781 11.898438 L 16.375 11.898438 L 16.382812 14.070312 L 16.964844 14.070312 C 18.164062 13.925781 18.082031 12.953125 18.082031 12.953125 Z M 18.082031 12.953125 "/>
|
|
1342
|
-
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(85.882354%,85.490197%,85.490197%);fill-opacity:1;" d="M 18.035156 12.90625 C 18.035156 11.863281 17.25 11.847656 17.25 11.847656 L 16.324219 11.847656 L 16.335938 14.023438 L 16.917969 14.023438 C 18.117188 13.878906 18.035156 12.90625 18.035156 12.90625 Z M 18.035156 12.90625 "/>
|
|
1343
|
-
</g>
|
|
1344
|
-
</g>
|
|
1345
|
-
<g clip-path="url(#clip55)" clip-rule="nonzero">
|
|
1346
|
-
<g clip-path="url(#clip56)" clip-rule="nonzero">
|
|
1347
|
-
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(83.529413%,83.529413%,83.529413%);fill-opacity:1;" d="M 17.984375 12.859375 C 17.984375 11.816406 17.203125 11.800781 17.203125 11.800781 L 16.277344 11.800781 L 16.285156 13.972656 L 16.871094 13.972656 C 18.070312 13.832031 17.984375 12.859375 17.984375 12.859375 Z M 17.984375 12.859375 "/>
|
|
1348
|
-
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(81.960785%,81.960785%,81.960785%);fill-opacity:1;" d="M 17.9375 12.808594 C 17.9375 11.769531 17.15625 11.75 17.15625 11.75 L 16.230469 11.75 L 16.238281 13.925781 L 16.820312 13.925781 C 18.019531 13.785156 17.9375 12.808594 17.9375 12.808594 Z M 17.9375 12.808594 "/>
|
|
1349
|
-
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(80.000001%,79.607844%,79.607844%);fill-opacity:1;" d="M 17.890625 12.761719 C 17.890625 11.71875 17.105469 11.703125 17.105469 11.703125 L 16.183594 11.703125 L 16.191406 13.878906 L 16.773438 13.878906 C 17.972656 13.734375 17.890625 12.761719 17.890625 12.761719 Z M 17.890625 12.761719 "/>
|
|
1350
|
-
</g>
|
|
1351
|
-
</g>
|
|
1352
|
-
</g>
|
|
2
|
+
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" width="52" height="52">
|
|
3
|
+
<path d="M0 0 C1.78854404 -0.01653657 3.57702261 -0.04379646 5.36523438 -0.08203125 C7.94891511 -0.13697269 10.53104709 -0.15870078 13.11523438 -0.17333984 C13.90919617 -0.19600922 14.70315796 -0.21867859 15.5211792 -0.24203491 C19.63726345 -0.22647409 22.17717231 0.12363296 25.43261719 2.7578125 C30.76724339 8.26569475 29.24415444 16.13127519 29.29345703 23.40673828 C29.30999361 25.19528232 29.33725349 26.98376089 29.37548828 28.77197266 C29.43042972 31.35565339 29.45215781 33.93778537 29.46679688 36.52197266 C29.48946625 37.31593445 29.51213562 38.10989624 29.53549194 38.92791748 C29.51993112 43.04400173 29.16982407 45.58391059 26.53564453 48.83935547 C21.02776229 54.17398167 13.16218184 52.65089272 5.88671875 52.70019531 C4.09817471 52.71673189 2.30969614 52.74399177 0.52148438 52.78222656 C-2.06219636 52.837168 -4.64432834 52.85889609 -7.22851562 52.87353516 C-8.02247742 52.89620453 -8.81643921 52.9188739 -9.63446045 52.94223022 C-13.7505447 52.9266694 -16.29045356 52.57656235 -19.54589844 49.94238281 C-24.88052464 44.43450057 -23.35743569 36.56892013 -23.40673828 29.29345703 C-23.42327486 27.504913 -23.45053474 25.71643442 -23.48876953 23.92822266 C-23.54371097 21.34454192 -23.56543906 18.76240994 -23.58007812 16.17822266 C-23.6027475 15.38426086 -23.62541687 14.59029907 -23.64877319 13.77227783 C-23.63321237 9.65619358 -23.28310532 7.11628472 -20.64892578 3.86083984 C-15.14104354 -1.47378636 -7.27546309 0.04930259 0 0 Z " fill="#7A83B9" transform="translate(23.056640625,-0.35009765625)"/>
|
|
4
|
+
<path d="M0 0 C4.875 3.75 4.875 3.75 6 6 C6.28501159 11.34955925 6.31379948 16.70020636 6.35009766 22.05664062 C6.36663423 23.84518466 6.39389412 25.63366323 6.43212891 27.421875 C6.48707034 30.00555573 6.50879843 32.58768772 6.5234375 35.171875 C6.54610687 35.96583679 6.56877625 36.75979858 6.59213257 37.57781982 C6.57657175 41.69390408 6.2264647 44.23381294 3.59228516 47.48925781 C-0.58173163 51.53197665 -3.84064349 51.17399694 -9.40234375 51.203125 C-10.65260094 51.21167511 -10.65260094 51.21167511 -11.92811584 51.22039795 C-13.69254282 51.22985044 -15.45698746 51.23638292 -17.22143555 51.24023438 C-19.92332635 51.24994904 -22.6244594 51.28097304 -25.32617188 51.3125 C-27.03905797 51.31902913 -28.75194952 51.32427996 -30.46484375 51.328125 C-31.2742894 51.3404718 -32.08373505 51.3528186 -32.91770935 51.36553955 C-38.60867063 51.34289138 -38.60867063 51.34289138 -40.73731995 49.47772217 C-41.36234657 48.74624969 -41.36234657 48.74624969 -42 48 C-41.01 48 -40.02 48 -39 48 C-39 47.34 -39 46.68 -39 46 C-37.53977417 46.02356567 -37.53977417 46.02356567 -36.05004883 46.04760742 C-32.42529633 46.10206239 -28.80057974 46.13640626 -25.17553711 46.16479492 C-23.60906893 46.17984622 -22.04264264 46.20029207 -20.47631836 46.22631836 C-18.21978394 46.26286433 -15.96380847 46.27976261 -13.70703125 46.29296875 C-13.01100296 46.30845261 -12.31497467 46.32393646 -11.59785461 46.33988953 C-7.21829975 46.34139243 -4.48165496 45.68834581 -1 43 C4.60164127 31.79671746 0.92603351 12.25340764 0 0 Z " fill="#4B5481" transform="translate(46,1)"/>
|
|
5
|
+
<path d="M0 0 C1.98266602 0.95727539 1.98266602 0.95727539 4 3 C4.32182561 6.02830426 4.39839338 8.667037 4.27734375 11.68359375 C4.24623253 12.96146507 4.24623253 12.96146507 4.2144928 14.26515198 C4.165903 16.06678897 4.10724811 17.86817841 4.03930664 19.66918945 C3.93802365 22.42326095 3.8738093 25.17638131 3.81445312 27.93164062 C3.7626277 29.68235852 3.70866201 31.43301463 3.65234375 33.18359375 C3.63340561 34.00661484 3.61446747 34.82963593 3.59495544 35.67759705 C3.45345405 39.01265082 3.29222305 41.42281447 1.77172852 44.42602539 C-2.61904661 48.32671813 -7.30423382 48.27614361 -12.92578125 48.1953125 C-13.67337204 48.1924826 -14.42096283 48.18965271 -15.19120789 48.18673706 C-17.5651388 48.17559469 -19.93868425 48.15050162 -22.3125 48.125 C-23.9277289 48.11496249 -25.54296376 48.10583799 -27.15820312 48.09765625 C-31.10561594 48.07567489 -35.05274274 48.04118657 -39 48 C-39 47.34 -39 46.68 -39 46 C-38.02651611 46.01571045 -37.05303223 46.0314209 -36.05004883 46.04760742 C-32.42529633 46.10206239 -28.80057974 46.13640626 -25.17553711 46.16479492 C-23.60906893 46.17984622 -22.04264264 46.20029207 -20.47631836 46.22631836 C-18.21978394 46.26286433 -15.96380847 46.27976261 -13.70703125 46.29296875 C-13.01100296 46.30845261 -12.31497467 46.32393646 -11.59785461 46.33988953 C-7.21829975 46.34139243 -4.48165496 45.68834581 -1 43 C4.60164127 31.79671746 0.92603351 12.25340764 0 0 Z " fill="#5C6496" transform="translate(46,1)"/>
|
|
6
|
+
<path d="M0 0 C8 0 8 0 10.5 1.5 C10.995 1.995 11.49 2.49 12 3 C11.6875 5.875 11.6875 5.875 11 9 C8 11 8 11 4 11 C4 12.98 4 14.96 4 17 C2.68 17 1.36 17 0 17 C0 11.39 0 5.78 0 0 Z " fill="#F4F1F5" transform="translate(26,18)"/>
|
|
7
|
+
<path d="M0 0 C0.99 0 1.98 0 3 0 C3.33 3.96 3.66 7.92 4 12 C5.32 12.33 6.64 12.66 8 13 C9.73956658 11.26043342 9.37190386 8.8063378 9.5625 6.4375 C9.64628906 5.42558594 9.73007812 4.41367187 9.81640625 3.37109375 C9.87699219 2.58863281 9.93757813 1.80617188 10 1 C10.99 1 11.98 1 13 1 C13.1080023 3.10304477 13.18558987 5.20766909 13.25 7.3125 C13.29640625 8.48425781 13.3428125 9.65601563 13.390625 10.86328125 C13 14 13 14 11.17578125 15.8984375 C8.27190088 17.36862469 6.21381641 17.34189536 3 17 C2.01 16.34 1.02 15.68 0 15 C-0.22137393 12.37302936 -0.28162025 9.99106036 -0.1875 7.375 C-0.17396484 6.66859375 -0.16042969 5.9621875 -0.14648438 5.234375 C-0.1111104 3.48925872 -0.05730221 1.74453392 0 0 Z " fill="#FAF9FA" transform="translate(8,18)"/>
|
|
8
|
+
<path d="M0 0 C11.22 0 22.44 0 34 0 C34 0.33 34 0.66 34 1 C29.64141073 1.3601417 25.2818484 1.69936285 20.92016602 2.01928711 C19.43664928 2.13105781 17.95355097 2.24853442 16.47094727 2.37182617 C14.33954822 2.54807511 12.20748616 2.70374216 10.07421875 2.85546875 C8.79119873 2.95496826 7.50817871 3.05446777 6.1862793 3.15698242 C3 3 3 3 0 0 Z " fill="#525B8A" transform="translate(4,49)"/>
|
|
9
|
+
<path d="M0 0 C1.9765625 1.2265625 1.9765625 1.2265625 4 3 C5.64974576 10.24210427 3.25925657 18.82673487 2 26 C1.67 26 1.34 26 1 26 C1.01160156 25.37996094 1.02320313 24.75992187 1.03515625 24.12109375 C1.11753019 16.03667944 0.60889919 8.05704105 0 0 Z " fill="#5D6699" transform="translate(46,1)"/>
|
|
10
|
+
<path d="M0 0 C0.66 0.33 1.32 0.66 2 1 C-3.87502087 6.54741748 -10.71028461 5.44988225 -18.375 5.25 C-19.68339844 5.23195313 -20.99179687 5.21390625 -22.33984375 5.1953125 C-25.56064689 5.14829348 -28.77994474 5.08258181 -32 5 C-32 4.67 -32 4.34 -32 4 C-31.20827393 3.9498877 -30.41654785 3.89977539 -29.60083008 3.84814453 C-26.00410747 3.61565576 -22.40835944 3.37046366 -18.8125 3.125 C-16.94368164 3.00705078 -16.94368164 3.00705078 -15.03710938 2.88671875 C-13.83505859 2.80292969 -12.63300781 2.71914063 -11.39453125 2.6328125 C-10.28956299 2.55949707 -9.18459473 2.48618164 -8.04614258 2.41064453 C-5.05842817 2.00787659 -2.7750948 1.11978044 0 0 Z " fill="#4B5380" transform="translate(43,47)"/>
|
|
11
|
+
<path d="M0 0 C0.99 0 1.98 0 3 0 C3 3.3 3 6.6 3 10 C2.01 10 1.02 10 0 10 C0 6.7 0 3.4 0 0 Z " fill="#F7F4F7" transform="translate(41,19)"/>
|
|
12
|
+
<path d="M0 0 C0.8125 1.625 0.8125 1.625 1 4 C-2.87862384 9.65170902 -2.87862384 9.65170902 -6.17578125 10.67578125 C-6.77777344 10.78277344 -7.37976562 10.88976563 -8 11 C-7.38511719 10.31164062 -7.38511719 10.31164062 -6.7578125 9.609375 C-6.21898437 8.99578125 -5.68015625 8.3821875 -5.125 7.75 C-4.59132812 7.14671875 -4.05765625 6.5434375 -3.5078125 5.921875 C-2.0202513 4.02581254 -0.99677564 2.18709995 0 0 Z " fill="#424A73" transform="translate(51,41)"/>
|
|
13
|
+
<path d="M0 0 C3 3 3 3 3.07421875 5.91796875 C2.94660156 6.99691406 2.81898437 8.07585938 2.6875 9.1875 C2.56761719 10.27417969 2.44773438 11.36085938 2.32421875 12.48046875 C2.21722656 13.31191406 2.11023437 14.14335937 2 15 C1.67 15 1.34 15 1 15 C0.67 10.05 0.34 5.1 0 0 Z " fill="#6770A6" transform="translate(46,1)"/>
|
|
14
|
+
<path d="M0 0 C0.99 0 1.98 0 3 0 C3.33 1.32 3.66 2.64 4 4 C2.68 4.33 1.36 4.66 0 5 C0 3.35 0 1.7 0 0 Z " fill="#8A8FB9" transform="translate(30,21)"/>
|
|
1353
15
|
</svg>
|