pigpio 0.1.4 → 0.1.5

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 68408af19c1432d75a3cbff5c8f00eb0c11231f3
4
- data.tar.gz: b777239509eb4481f1691c640841917d1b0325e3
3
+ metadata.gz: 70c123b5c826d48659e7ec284690af62c64fc1bb
4
+ data.tar.gz: 467d3101fecaf23dc82263278dc9f0fb5da0316e
5
5
  SHA512:
6
- metadata.gz: 3b3c6297a8c2544310ec3741560e4da74440b055ffc427c580dfec9019247070b9576a719ae3134213cb9224f9ae115b885f487027e8d50dd8065d5937814158
7
- data.tar.gz: dddbb09c766407ad48599a0fc4ad50863ba5b196a22a951f5e3bf88c6a9e7038c5a0a902e63c58cc88085f37c38d8d901ed039fcd98ce3ca53261e96da690830
6
+ metadata.gz: ca4cbe0fd7b5c8d2e3dd972db56c9ff627d9de2e6f2cb8ca2e9203759f024a6595ea90a14b637f43f1556f2a65e0da70a02b400a2328ebd0b2c5ceaaf8ab3ba5
7
+ data.tar.gz: ccbb1734fb0041fb6b951d5cfbda4aeb565527a852994b7423aa4216cccf97d138d88ba076ccb9b343e31bd66cbd49bb59367454095ade1c1882036fd06590b1
data/README.md CHANGED
@@ -1,12 +1,17 @@
1
1
  # Pigpio
2
2
 
3
- Welcome to your new gem! In this directory, you'll find the files you need to be able to package up your Ruby library into a gem. Put your Ruby code in the file `lib/pigpio`. To experiment with that code, run `bin/console` for an interactive prompt.
4
-
5
- TODO: Delete this and the text above, and describe your gem
3
+ This gem is a ruby binding to a [pigpio library](http://abyz.me.uk/rpi/pigpio/).
6
4
 
7
5
  ## Installation
8
6
 
9
- Add this line to your application's Gemfile:
7
+ First, install pigpio libary.
8
+
9
+ ```sh
10
+ $ sudo apt-get update
11
+ $ sudo apt-get install pigpio
12
+ ```
13
+
14
+ Next, add this line to your application's Gemfile:
10
15
 
11
16
  ```ruby
12
17
  gem 'pigpio'
@@ -18,11 +23,43 @@ And then execute:
18
23
 
19
24
  Or install it yourself as:
20
25
 
21
- $ gem install pigpio
26
+ $ sudo gem install pigpio
22
27
 
23
28
  ## Usage
24
29
 
25
- TODO: Write usage instructions here
30
+ First, create a circuit.
31
+
32
+ ![board](./example/simple/board.svg)
33
+
34
+ Next, write a script.
35
+
36
+ ```ruby
37
+ require "pigpio"
38
+ include Pigpio::Constant
39
+
40
+ pi=Pigpio.new
41
+ unless pi.connect
42
+ exit -1
43
+ end
44
+
45
+ led = pi.gpio(4)
46
+ led.mode = PI_OUTPUT
47
+ led.pud = PI_PUD_OFF
48
+ 3.times do |i|
49
+ led.write 1
50
+ sleep 1
51
+ led.write 0
52
+ sleep 1
53
+ end
54
+ ```
55
+
56
+ Then, run deamon and script.
57
+ ```sh
58
+ $ sudo pigpiod
59
+ $ ruby example_led.rb
60
+ ```
61
+
62
+ More sample for this circuit. : [Hare](./example/simple/readme.md)
26
63
 
27
64
  More document : [GitHub Pages](https://nak1114.github.io/ruby-extension-pigpio/)
28
65
 
@@ -0,0 +1,2762 @@
1
+ <?xml version='1.0' encoding='UTF-8' standalone='no'?>
2
+ <!-- Created with Fritzing (http://www.fritzing.org/) -->
3
+ <svg xmlns:svg='http://www.w3.org/2000/svg' xmlns='http://www.w3.org/2000/svg' version='1.2' baseProfile='tiny' x='0in' y='0in' width='4.30511in' height='3.41622in' viewBox='0 0 309.968 245.968' >
4
+ <g partID='854102960'><g transform='translate(201.968,171.472)' ><g transform='matrix(0,-1,1,0,0,0)' ><g id="breadboardbreadboard">
5
+ <g id="background">
6
+ <rect fill="#D9D9D9" width="158.64" height="108"/>
7
+ </g>
8
+ <rect fill="#CCC9C9" width="158.64" y="50.375" height="7.25"/>
9
+ <g id="text">
10
+ <g transform="matrix(1, 0, 0, 1, 10.0596, 9.3945)">
11
+ <text fill="#B3B0B0" font-size="4.6036" font-family="'DroidSans'">1</text>
12
+ </g>
13
+ <g transform="matrix(1, 0, 0, 1, 38.7144, 9.3945)">
14
+ <text fill="#B3B0B0" font-size="4.6036" font-family="'DroidSans'">5</text>
15
+ </g>
16
+ <g transform="matrix(1, 0, 0, 1, 73.1099, 9.3945)">
17
+ <text fill="#B3B0B0" font-size="4.6036" font-family="'DroidSans'">10</text>
18
+ </g>
19
+ <g transform="matrix(1, 0, 0, 1, 109.119, 9.3945)">
20
+ <text fill="#B3B0B0" font-size="4.6036" font-family="'DroidSans'">15</text>
21
+ </g>
22
+ <g transform="matrix(1, 0, 0, 1, 145.296, 9.3945)">
23
+ <text fill="#B3B0B0" font-size="4.6036" font-family="'DroidSans'">20</text>
24
+ </g>
25
+ <g transform="matrix(1, 0, 0, 1, 10.0596, 100.795)">
26
+ <text fill="#B3B0B0" font-size="4.6036" font-family="'DroidSans'">1</text>
27
+ </g>
28
+ <g transform="matrix(1, 0, 0, 1, 38.7144, 100.795)">
29
+ <text fill="#B3B0B0" font-size="4.6036" font-family="'DroidSans'">5</text>
30
+ </g>
31
+ <g transform="matrix(1, 0, 0, 1, 73.1099, 100.795)">
32
+ <text fill="#B3B0B0" font-size="4.6036" font-family="'DroidSans'">10</text>
33
+ </g>
34
+ <g transform="matrix(1, 0, 0, 1, 109.119, 100.795)">
35
+ <text fill="#B3B0B0" font-size="4.6036" font-family="'DroidSans'">15</text>
36
+ </g>
37
+ <g transform="matrix(1, 0, 0, 1, 145.296, 100.795)">
38
+ <text fill="#B3B0B0" font-size="4.6036" font-family="'DroidSans'">20</text>
39
+ </g>
40
+ <g transform="matrix(1, 0, 0, 1, 3.2612, 15.6143)">
41
+ <text fill="#B3B0B0" font-size="4.6036" font-family="'DroidSans'">A</text>
42
+ </g>
43
+ <g transform="matrix(1, 0, 0, 1, 3.2612, 22.8672)">
44
+ <text fill="#B3B0B0" font-size="4.6036" font-family="'DroidSans'">B</text>
45
+ </g>
46
+ <g transform="matrix(1, 0, 0, 1, 3.3052, 30.1187)">
47
+ <text fill="#B3B0B0" font-size="4.6036" font-family="'DroidSans'">C</text>
48
+ </g>
49
+ <g transform="matrix(1, 0, 0, 1, 3.2197, 37.3696)">
50
+ <text fill="#B3B0B0" font-size="4.6036" font-family="'DroidSans'">D</text>
51
+ </g>
52
+ <g transform="matrix(1, 0, 0, 1, 3.4341, 44.6211)">
53
+ <text fill="#B3B0B0" font-size="4.6036" font-family="'DroidSans'">E</text>
54
+ </g>
55
+ <g transform="matrix(1, 0, 0, 1, 3.4756, 66.377)">
56
+ <text fill="#B3B0B0" font-size="4.6036" font-family="'DroidSans'">F</text>
57
+ </g>
58
+ <g transform="matrix(1, 0, 0, 1, 3.2612, 73.627)">
59
+ <text fill="#B3B0B0" font-size="4.6036" font-family="'DroidSans'">G</text>
60
+ </g>
61
+ <g transform="matrix(1, 0, 0, 1, 3.2612, 80.8789)">
62
+ <text fill="#B3B0B0" font-size="4.6036" font-family="'DroidSans'">H</text>
63
+ </g>
64
+ <g transform="matrix(1, 0, 0, 1, 3.9473, 88.1318)">
65
+ <text fill="#B3B0B0" font-size="4.6036" font-family="'DroidSans'">I</text>
66
+ </g>
67
+ <g transform="matrix(1, 0, 0, 1, 3.4756, 95.3828)">
68
+ <text fill="#B3B0B0" font-size="4.6036" font-family="'DroidSans'">J</text>
69
+ </g>
70
+ </g>
71
+ <g id="sockets">
72
+ <g id="A1pin">
73
+ <path fill="#BFBFBF" d="M8.526,14.4c0,-1.322,1.072,-2.394,2.394,-2.394s2.394,1.072,2.394,2.394"/>
74
+ <path fill="#E6E6E6" d="M13.313,14.4c0,1.322,-1.072,2.394,-2.394,2.394S8.526,15.722,8.526,14.4"/>
75
+ <circle fill="#383838" r="1.197" cy="14.4" cx="10.92"/>
76
+ </g>
77
+ <g id="B1pin">
78
+ <path fill="#BFBFBF" d="M8.526,21.6c0,-1.322,1.072,-2.394,2.394,-2.394s2.394,1.072,2.394,2.394"/>
79
+ <path fill="#E6E6E6" d="M13.313,21.6c0,1.322,-1.072,2.394,-2.394,2.394S8.526,22.922,8.526,21.6l0,0"/>
80
+ <circle fill="#383838" r="1.197" cy="21.6" cx="10.92"/>
81
+ </g>
82
+ <g id="C1pin">
83
+ <path fill="#BFBFBF" d="M8.526,28.8c0,-1.322,1.072,-2.394,2.394,-2.394s2.394,1.072,2.394,2.394"/>
84
+ <path fill="#E6E6E6" d="M13.313,28.8c0,1.322,-1.072,2.394,-2.394,2.394S8.526,30.122,8.526,28.8"/>
85
+ <circle fill="#383838" r="1.197" cy="28.8" cx="10.92"/>
86
+ </g>
87
+ <g id="D1pin">
88
+ <path fill="#BFBFBF" d="M8.526,36c0,-1.322,1.072,-2.394,2.394,-2.394s2.394,1.072,2.394,2.394"/>
89
+ <path fill="#E6E6E6" d="M13.313,36c0,1.322,-1.072,2.394,-2.394,2.394S8.526,37.322,8.526,36l0,0"/>
90
+ <circle fill="#383838" r="1.197" cy="36" cx="10.92"/>
91
+ </g>
92
+ <g id="E1pin">
93
+ <path fill="#BFBFBF" d="M8.526,43.2c0,-1.322,1.072,-2.394,2.394,-2.394s2.394,1.071,2.394,2.394"/>
94
+ <path fill="#E6E6E6" d="M13.313,43.2c0,1.322,-1.072,2.394,-2.394,2.394S8.526,44.522,8.526,43.2l0,0"/>
95
+ <circle fill="#383838" r="1.197" cy="43.2" cx="10.92"/>
96
+ </g>
97
+ <g id="A2pin">
98
+ <path fill="#BFBFBF" d="M15.727,14.4c0,-1.322,1.071,-2.394,2.394,-2.394c1.322,0,2.394,1.072,2.394,2.394"/>
99
+ <path fill="#E6E6E6" d="M20.514,14.4c0,1.322,-1.07,2.395,-2.393,2.395c-1.322,0.001,-2.394,-1.07,-2.395,-2.392c0,-0.001,0,-0.002,0,-0.003"/>
100
+ <circle fill="#383838" r="1.197" cy="14.4" cx="18.12"/>
101
+ </g>
102
+ <g id="B2pin">
103
+ <path fill="#BFBFBF" d="M15.727,21.6c0,-1.322,1.071,-2.394,2.394,-2.394c1.322,0,2.394,1.072,2.394,2.394"/>
104
+ <path fill="#E6E6E6" d="M20.514,21.6c0,1.322,-1.07,2.394,-2.393,2.395c-1.322,0,-2.394,-1.07,-2.395,-2.393c0,-0.001,0,-0.001,0,-0.002"/>
105
+ <circle fill="#383838" r="1.197" cy="21.6" cx="18.12"/>
106
+ </g>
107
+ <g id="C2pin">
108
+ <path fill="#BFBFBF" d="M15.727,28.8c0,-1.322,1.071,-2.394,2.394,-2.394c1.322,0,2.394,1.072,2.394,2.394"/>
109
+ <path fill="#E6E6E6" d="M20.514,28.8c0,1.322,-1.07,2.395,-2.393,2.395c-1.322,0.001,-2.394,-1.07,-2.395,-2.392c0,-0.001,0,-0.002,0,-0.003"/>
110
+ <circle fill="#383838" r="1.197" cy="28.8" cx="18.12"/>
111
+ </g>
112
+ <g id="D2pin">
113
+ <path fill="#BFBFBF" d="M15.727,36c0,-1.322,1.071,-2.394,2.394,-2.394c1.322,0,2.394,1.072,2.394,2.394"/>
114
+ <path fill="#E6E6E6" d="M20.514,36c0,1.322,-1.07,2.394,-2.393,2.395c-1.322,0,-2.394,-1.07,-2.395,-2.392c0,-0.001,0,-0.002,0,-0.003"/>
115
+ <circle fill="#383838" r="1.197" cy="36" cx="18.12"/>
116
+ </g>
117
+ <g id="E2pin">
118
+ <path fill="#BFBFBF" d="M15.727,43.2c0,-1.322,1.071,-2.394,2.394,-2.394c1.322,0,2.394,1.071,2.394,2.394"/>
119
+ <path fill="#E6E6E6" d="M20.514,43.2c0,1.322,-1.07,2.394,-2.393,2.395c-1.322,0.001,-2.394,-1.07,-2.395,-2.392c0,-0.001,0,-0.002,0,-0.002"/>
120
+ <circle fill="#383838" r="1.197" cy="43.2" cx="18.12"/>
121
+ </g>
122
+ <g id="A3pin">
123
+ <path fill="#BFBFBF" d="M22.926,14.4c0,-1.322,1.072,-2.394,2.394,-2.394c1.322,0,2.394,1.072,2.394,2.394"/>
124
+ <path fill="#E6E6E6" d="M27.713,14.4c0,1.322,-1.071,2.394,-2.394,2.394c-1.322,0,-2.394,-1.071,-2.394,-2.394l0,0"/>
125
+ <circle fill="#383838" r="1.197" cy="14.4" cx="25.32"/>
126
+ </g>
127
+ <g id="B3pin">
128
+ <path fill="#BFBFBF" d="M22.926,21.6c0,-1.322,1.072,-2.394,2.394,-2.394c1.322,0,2.394,1.072,2.394,2.394"/>
129
+ <path fill="#E6E6E6" d="M27.713,21.6c0,1.322,-1.071,2.394,-2.394,2.394c-1.322,0,-2.394,-1.072,-2.394,-2.394"/>
130
+ <circle fill="#383838" r="1.197" cy="21.6" cx="25.32"/>
131
+ </g>
132
+ <g id="C3pin">
133
+ <path fill="#BFBFBF" d="M22.926,28.8c0,-1.322,1.072,-2.394,2.394,-2.394c1.322,0,2.394,1.072,2.394,2.394"/>
134
+ <path fill="#E6E6E6" d="M27.713,28.8c0,1.322,-1.071,2.394,-2.394,2.394c-1.322,0,-2.394,-1.071,-2.394,-2.394l0,0"/>
135
+ <circle fill="#383838" r="1.197" cy="28.8" cx="25.32"/>
136
+ </g>
137
+ <g id="D3pin">
138
+ <path fill="#BFBFBF" d="M22.926,36c0,-1.322,1.072,-2.394,2.394,-2.394c1.322,0,2.394,1.072,2.394,2.394"/>
139
+ <path fill="#E6E6E6" d="M27.713,36c0,1.322,-1.071,2.394,-2.394,2.394c-1.322,0,-2.394,-1.072,-2.394,-2.394"/>
140
+ <circle fill="#383838" r="1.197" cy="36" cx="25.32"/>
141
+ </g>
142
+ <g id="E3pin">
143
+ <path fill="#BFBFBF" d="M22.926,43.2c0,-1.322,1.072,-2.394,2.394,-2.394c1.322,0,2.394,1.071,2.394,2.394"/>
144
+ <path fill="#E6E6E6" d="M27.713,43.2c0,1.322,-1.071,2.394,-2.394,2.394c-1.322,0,-2.394,-1.072,-2.394,-2.394"/>
145
+ <circle fill="#383838" r="1.197" cy="43.2" cx="25.32"/>
146
+ </g>
147
+ <g id="A4pin">
148
+ <path fill="#BFBFBF" d="M30.126,14.4c0,-1.322,1.072,-2.394,2.394,-2.394s2.394,1.072,2.394,2.394"/>
149
+ <path fill="#E6E6E6" d="M34.914,14.4c0,1.322,-1.072,2.394,-2.394,2.394s-2.394,-1.071,-2.394,-2.394l0,0"/>
150
+ <circle fill="#383838" r="1.197" cy="14.4" cx="32.52"/>
151
+ </g>
152
+ <g id="B4pin">
153
+ <path fill="#BFBFBF" d="M30.126,21.6c0,-1.322,1.072,-2.394,2.394,-2.394s2.394,1.072,2.394,2.394"/>
154
+ <path fill="#E6E6E6" d="M34.914,21.6c0,1.322,-1.072,2.394,-2.394,2.394s-2.394,-1.072,-2.394,-2.394"/>
155
+ <circle fill="#383838" r="1.197" cy="21.6" cx="32.52"/>
156
+ </g>
157
+ <g id="C4pin">
158
+ <path fill="#BFBFBF" d="M30.126,28.8c0,-1.322,1.072,-2.394,2.394,-2.394s2.394,1.072,2.394,2.394"/>
159
+ <path fill="#E6E6E6" d="M34.914,28.8c0,1.322,-1.072,2.394,-2.394,2.394s-2.394,-1.071,-2.394,-2.394l0,0"/>
160
+ <circle fill="#383838" r="1.197" cy="28.8" cx="32.52"/>
161
+ </g>
162
+ <g id="D4pin">
163
+ <path fill="#BFBFBF" d="M30.126,36c0,-1.322,1.072,-2.394,2.394,-2.394s2.394,1.072,2.394,2.394"/>
164
+ <path fill="#E6E6E6" d="M34.914,36c0,1.322,-1.072,2.394,-2.394,2.394S30.126,37.322,30.126,36"/>
165
+ <circle fill="#383838" r="1.197" cy="36" cx="32.52"/>
166
+ </g>
167
+ <g id="E4pin">
168
+ <path fill="#BFBFBF" d="M30.126,43.2c0,-1.322,1.072,-2.394,2.394,-2.394s2.394,1.071,2.394,2.394"/>
169
+ <path fill="#E6E6E6" d="M34.914,43.2c0,1.322,-1.072,2.394,-2.394,2.394s-2.394,-1.072,-2.394,-2.394"/>
170
+ <circle fill="#383838" r="1.197" cy="43.2" cx="32.52"/>
171
+ </g>
172
+ <g id="A5pin">
173
+ <path fill="#BFBFBF" d="M37.326,14.4c0,-1.322,1.072,-2.394,2.394,-2.394c1.322,0,2.394,1.072,2.394,2.394"/>
174
+ <path fill="#E6E6E6" d="M42.114,14.4c0,1.322,-1.072,2.394,-2.394,2.394c-1.322,0,-2.394,-1.071,-2.394,-2.394l0,0"/>
175
+ <circle fill="#383838" r="1.197" cy="14.4" cx="39.72"/>
176
+ </g>
177
+ <g id="B5pin">
178
+ <path fill="#BFBFBF" d="M37.326,21.6c0,-1.322,1.072,-2.394,2.394,-2.394c1.322,0,2.394,1.072,2.394,2.394"/>
179
+ <path fill="#E6E6E6" d="M42.114,21.6c0,1.322,-1.072,2.394,-2.394,2.394c-1.322,0,-2.394,-1.072,-2.394,-2.394"/>
180
+ <circle fill="#383838" r="1.197" cy="21.6" cx="39.72"/>
181
+ </g>
182
+ <g id="C5pin">
183
+ <path fill="#BFBFBF" d="M37.326,28.8c0,-1.322,1.072,-2.394,2.394,-2.394c1.322,0,2.394,1.072,2.394,2.394"/>
184
+ <path fill="#E6E6E6" d="M42.114,28.8c0,1.322,-1.072,2.394,-2.394,2.394c-1.322,0,-2.394,-1.071,-2.394,-2.394l0,0"/>
185
+ <circle fill="#383838" r="1.197" cy="28.8" cx="39.72"/>
186
+ </g>
187
+ <g id="D5pin">
188
+ <path fill="#BFBFBF" d="M37.326,36c0,-1.322,1.072,-2.394,2.394,-2.394c1.322,0,2.394,1.072,2.394,2.394"/>
189
+ <path fill="#E6E6E6" d="M42.114,36c0,1.322,-1.072,2.394,-2.394,2.394c-1.322,0,-2.394,-1.072,-2.394,-2.394"/>
190
+ <circle fill="#383838" r="1.197" cy="36" cx="39.72"/>
191
+ </g>
192
+ <g id="E5pin">
193
+ <path fill="#BFBFBF" d="M37.326,43.2c0,-1.322,1.072,-2.394,2.394,-2.394c1.322,0,2.394,1.071,2.394,2.394"/>
194
+ <path fill="#E6E6E6" d="M42.114,43.2c0,1.322,-1.072,2.394,-2.394,2.394c-1.322,0,-2.394,-1.072,-2.394,-2.394"/>
195
+ <circle fill="#383838" r="1.197" cy="43.2" cx="39.72"/>
196
+ </g>
197
+ <g id="A6pin">
198
+ <path fill="#BFBFBF" d="M44.526,14.4c0,-1.322,1.072,-2.394,2.394,-2.394s2.394,1.072,2.394,2.394"/>
199
+ <path fill="#E6E6E6" d="M49.313,14.4c0,1.322,-1.072,2.394,-2.394,2.394s-2.394,-1.071,-2.394,-2.394l0,0"/>
200
+ <circle fill="#383838" r="1.197" cy="14.4" cx="46.92"/>
201
+ </g>
202
+ <g id="B6pin">
203
+ <path fill="#BFBFBF" d="M44.526,21.6c0,-1.322,1.072,-2.394,2.394,-2.394s2.394,1.072,2.394,2.394"/>
204
+ <path fill="#E6E6E6" d="M49.313,21.6c0,1.322,-1.072,2.394,-2.394,2.394s-2.394,-1.072,-2.394,-2.394"/>
205
+ <circle fill="#383838" r="1.197" cy="21.6" cx="46.92"/>
206
+ </g>
207
+ <g id="C6pin">
208
+ <path fill="#BFBFBF" d="M44.526,28.8c0,-1.322,1.072,-2.394,2.394,-2.394s2.394,1.072,2.394,2.394"/>
209
+ <path fill="#E6E6E6" d="M49.313,28.8c0,1.322,-1.072,2.394,-2.394,2.394s-2.394,-1.071,-2.394,-2.394l0,0"/>
210
+ <circle fill="#383838" r="1.197" cy="28.8" cx="46.92"/>
211
+ </g>
212
+ <g id="D6pin">
213
+ <path fill="#BFBFBF" d="M44.526,36c0,-1.322,1.072,-2.394,2.394,-2.394s2.394,1.072,2.394,2.394"/>
214
+ <path fill="#E6E6E6" d="M49.313,36c0,1.322,-1.072,2.394,-2.394,2.394S44.526,37.322,44.526,36"/>
215
+ <circle fill="#383838" r="1.197" cy="36" cx="46.92"/>
216
+ </g>
217
+ <g id="E6pin">
218
+ <path fill="#BFBFBF" d="M44.526,43.2c0,-1.322,1.072,-2.394,2.394,-2.394s2.394,1.071,2.394,2.394"/>
219
+ <path fill="#E6E6E6" d="M49.313,43.2c0,1.322,-1.072,2.394,-2.394,2.394s-2.394,-1.072,-2.394,-2.394"/>
220
+ <circle fill="#383838" r="1.197" cy="43.2" cx="46.92"/>
221
+ </g>
222
+ <g id="A7pin">
223
+ <path fill="#BFBFBF" d="M51.727,14.4c0,-1.322,1.071,-2.394,2.394,-2.394c1.322,0,2.394,1.072,2.394,2.394"/>
224
+ <path fill="#E6E6E6" d="M56.514,14.4c0,1.322,-1.072,2.394,-2.394,2.394c-1.322,0,-2.394,-1.071,-2.394,-2.394l0,0"/>
225
+ <circle fill="#383838" r="1.197" cy="14.4" cx="54.12"/>
226
+ </g>
227
+ <g id="B7pin">
228
+ <path fill="#BFBFBF" d="M51.727,21.6c0,-1.322,1.071,-2.394,2.394,-2.394c1.322,0,2.394,1.072,2.394,2.394"/>
229
+ <path fill="#E6E6E6" d="M56.514,21.6c0,1.322,-1.072,2.394,-2.394,2.394c-1.322,0,-2.394,-1.072,-2.394,-2.394"/>
230
+ <circle fill="#383838" r="1.197" cy="21.6" cx="54.12"/>
231
+ </g>
232
+ <g id="C7pin">
233
+ <path fill="#BFBFBF" d="M51.727,28.8c0,-1.322,1.071,-2.394,2.394,-2.394c1.322,0,2.394,1.072,2.394,2.394"/>
234
+ <path fill="#E6E6E6" d="M56.514,28.8c0,1.322,-1.072,2.394,-2.394,2.394c-1.322,0,-2.394,-1.071,-2.394,-2.394l0,0"/>
235
+ <circle fill="#383838" r="1.197" cy="28.8" cx="54.12"/>
236
+ </g>
237
+ <g id="D7pin">
238
+ <path fill="#BFBFBF" d="M51.727,36c0,-1.322,1.071,-2.394,2.394,-2.394c1.322,0,2.394,1.072,2.394,2.394"/>
239
+ <path fill="#E6E6E6" d="M56.514,36c0,1.322,-1.072,2.394,-2.394,2.394c-1.322,0,-2.394,-1.072,-2.394,-2.394"/>
240
+ <circle fill="#383838" r="1.197" cy="36" cx="54.12"/>
241
+ </g>
242
+ <g id="E7pin">
243
+ <path fill="#BFBFBF" d="M51.727,43.2c0,-1.322,1.071,-2.394,2.394,-2.394c1.322,0,2.394,1.071,2.394,2.394"/>
244
+ <path fill="#E6E6E6" d="M56.514,43.2c0,1.322,-1.072,2.394,-2.394,2.394c-1.322,0,-2.394,-1.072,-2.394,-2.394"/>
245
+ <circle fill="#383838" r="1.197" cy="43.2" cx="54.12"/>
246
+ </g>
247
+ <g id="A8pin">
248
+ <path fill="#BFBFBF" d="M58.926,14.4c0,-1.322,1.072,-2.394,2.394,-2.394c1.322,0,2.394,1.072,2.394,2.394"/>
249
+ <path fill="#E6E6E6" d="M63.713,14.4c0,1.322,-1.071,2.394,-2.394,2.394c-1.322,0,-2.394,-1.071,-2.394,-2.394l0,0"/>
250
+ <circle fill="#383838" r="1.197" cy="14.4" cx="61.32"/>
251
+ </g>
252
+ <g id="B8pin">
253
+ <path fill="#BFBFBF" d="M58.926,21.6c0,-1.322,1.072,-2.394,2.394,-2.394c1.322,0,2.394,1.072,2.394,2.394"/>
254
+ <path fill="#E6E6E6" d="M63.713,21.6c0,1.322,-1.071,2.394,-2.394,2.394c-1.322,0,-2.394,-1.072,-2.394,-2.394"/>
255
+ <circle fill="#383838" r="1.197" cy="21.6" cx="61.32"/>
256
+ </g>
257
+ <g id="C8pin">
258
+ <path fill="#BFBFBF" d="M58.926,28.8c0,-1.322,1.072,-2.394,2.394,-2.394c1.322,0,2.394,1.072,2.394,2.394"/>
259
+ <path fill="#E6E6E6" d="M63.713,28.8c0,1.322,-1.071,2.394,-2.394,2.394c-1.322,0,-2.394,-1.071,-2.394,-2.394l0,0"/>
260
+ <circle fill="#383838" r="1.197" cy="28.8" cx="61.32"/>
261
+ </g>
262
+ <g id="D8pin">
263
+ <path fill="#BFBFBF" d="M58.926,36c0,-1.322,1.072,-2.394,2.394,-2.394c1.322,0,2.394,1.072,2.394,2.394"/>
264
+ <path fill="#E6E6E6" d="M63.713,36c0,1.322,-1.071,2.394,-2.394,2.394c-1.322,0,-2.394,-1.072,-2.394,-2.394"/>
265
+ <circle fill="#383838" r="1.197" cy="36" cx="61.32"/>
266
+ </g>
267
+ <g id="E8pin">
268
+ <path fill="#BFBFBF" d="M58.926,43.2c0,-1.322,1.072,-2.394,2.394,-2.394c1.322,0,2.394,1.071,2.394,2.394"/>
269
+ <path fill="#E6E6E6" d="M63.713,43.2c0,1.322,-1.071,2.394,-2.394,2.394c-1.322,0,-2.394,-1.072,-2.394,-2.394"/>
270
+ <circle fill="#383838" r="1.197" cy="43.2" cx="61.32"/>
271
+ </g>
272
+ <g id="A9pin">
273
+ <path fill="#BFBFBF" d="M66.126,14.4c0,-1.322,1.071,-2.394,2.394,-2.394c1.322,0,2.394,1.072,2.394,2.394"/>
274
+ <path fill="#E6E6E6" d="M70.914,14.4c0,1.322,-1.072,2.394,-2.394,2.394c-1.322,0,-2.394,-1.071,-2.394,-2.394l0,0"/>
275
+ <circle fill="#383838" r="1.197" cy="14.4" cx="68.52"/>
276
+ </g>
277
+ <g id="B9pin">
278
+ <path fill="#BFBFBF" d="M66.126,21.6c0,-1.322,1.071,-2.394,2.394,-2.394c1.322,0,2.394,1.072,2.394,2.394"/>
279
+ <path fill="#E6E6E6" d="M70.914,21.6c0,1.322,-1.072,2.394,-2.394,2.394c-1.322,0,-2.394,-1.072,-2.394,-2.394"/>
280
+ <circle fill="#383838" r="1.197" cy="21.6" cx="68.52"/>
281
+ </g>
282
+ <g id="C9pin">
283
+ <path fill="#BFBFBF" d="M66.126,28.8c0,-1.322,1.071,-2.394,2.394,-2.394c1.322,0,2.394,1.072,2.394,2.394"/>
284
+ <path fill="#E6E6E6" d="M70.914,28.8c0,1.322,-1.072,2.394,-2.394,2.394c-1.322,0,-2.394,-1.071,-2.394,-2.394l0,0"/>
285
+ <circle fill="#383838" r="1.197" cy="28.8" cx="68.52"/>
286
+ </g>
287
+ <g id="D9pin">
288
+ <path fill="#BFBFBF" d="M66.126,36c0,-1.322,1.071,-2.394,2.394,-2.394c1.322,0,2.394,1.072,2.394,2.394"/>
289
+ <path fill="#E6E6E6" d="M70.914,36c0,1.322,-1.072,2.394,-2.394,2.394c-1.322,0,-2.394,-1.072,-2.394,-2.394"/>
290
+ <circle fill="#383838" r="1.197" cy="36" cx="68.52"/>
291
+ </g>
292
+ <g id="E9pin">
293
+ <path fill="#BFBFBF" d="M66.126,43.2c0,-1.322,1.071,-2.394,2.394,-2.394c1.322,0,2.394,1.071,2.394,2.394"/>
294
+ <path fill="#E6E6E6" d="M70.914,43.2c0,1.322,-1.072,2.394,-2.394,2.394c-1.322,0,-2.394,-1.072,-2.394,-2.394"/>
295
+ <circle fill="#383838" r="1.197" cy="43.2" cx="68.52"/>
296
+ </g>
297
+ <g id="A10pin">
298
+ <path fill="#BFBFBF" d="M73.326,14.4c0,-1.322,1.072,-2.394,2.394,-2.394c1.322,0,2.394,1.072,2.394,2.394"/>
299
+ <path fill="#E6E6E6" d="M78.113,14.4c0,1.322,-1.071,2.394,-2.394,2.394c-1.322,0,-2.394,-1.071,-2.394,-2.394l0,0"/>
300
+ <circle fill="#383838" r="1.197" cy="14.4" cx="75.72"/>
301
+ </g>
302
+ <g id="B10pin">
303
+ <path fill="#BFBFBF" d="M73.326,21.6c0,-1.322,1.072,-2.394,2.394,-2.394c1.322,0,2.394,1.072,2.394,2.394"/>
304
+ <path fill="#E6E6E6" d="M78.113,21.6c0,1.322,-1.071,2.394,-2.394,2.394c-1.322,0,-2.394,-1.072,-2.394,-2.394"/>
305
+ <circle fill="#383838" r="1.197" cy="21.6" cx="75.72"/>
306
+ </g>
307
+ <g id="C10pin">
308
+ <path fill="#BFBFBF" d="M73.326,28.8c0,-1.322,1.072,-2.394,2.394,-2.394c1.322,0,2.394,1.072,2.394,2.394"/>
309
+ <path fill="#E6E6E6" d="M78.113,28.8c0,1.322,-1.071,2.394,-2.394,2.394c-1.322,0,-2.394,-1.071,-2.394,-2.394l0,0"/>
310
+ <circle fill="#383838" r="1.197" cy="28.8" cx="75.72"/>
311
+ </g>
312
+ <g id="D10pin">
313
+ <path fill="#BFBFBF" d="M73.326,36c0,-1.322,1.072,-2.394,2.394,-2.394c1.322,0,2.394,1.072,2.394,2.394"/>
314
+ <path fill="#E6E6E6" d="M78.113,36c0,1.322,-1.071,2.394,-2.394,2.394c-1.322,0,-2.394,-1.072,-2.394,-2.394"/>
315
+ <circle fill="#383838" r="1.197" cy="36" cx="75.72"/>
316
+ </g>
317
+ <g id="E10pin">
318
+ <path fill="#BFBFBF" d="M73.326,43.2c0,-1.322,1.072,-2.394,2.394,-2.394c1.322,0,2.394,1.071,2.394,2.394"/>
319
+ <path fill="#E6E6E6" d="M78.113,43.2c0,1.322,-1.071,2.394,-2.394,2.394c-1.322,0,-2.394,-1.072,-2.394,-2.394"/>
320
+ <circle fill="#383838" r="1.197" cy="43.2" cx="75.72"/>
321
+ </g>
322
+ <g id="A11pin">
323
+ <path fill="#BFBFBF" d="M80.527,14.4c0,-1.322,1.071,-2.394,2.393,-2.394c1.322,0,2.395,1.072,2.395,2.394"/>
324
+ <path fill="#E6E6E6" d="M85.314,14.4c0,1.322,-1.072,2.394,-2.395,2.394c-1.321,0,-2.393,-1.071,-2.393,-2.394l0,0"/>
325
+ <circle fill="#383838" r="1.197" cy="14.4" cx="82.919"/>
326
+ </g>
327
+ <g id="B11pin">
328
+ <path fill="#BFBFBF" d="M80.527,21.6c0,-1.322,1.071,-2.394,2.393,-2.394c1.322,0,2.395,1.072,2.395,2.394"/>
329
+ <path fill="#E6E6E6" d="M85.314,21.6c0,1.322,-1.072,2.394,-2.395,2.394c-1.321,0,-2.393,-1.072,-2.393,-2.394"/>
330
+ <circle fill="#383838" r="1.197" cy="21.6" cx="82.919"/>
331
+ </g>
332
+ <g id="C11pin">
333
+ <path fill="#BFBFBF" d="M80.527,28.8c0,-1.322,1.071,-2.394,2.393,-2.394c1.322,0,2.395,1.072,2.395,2.394"/>
334
+ <path fill="#E6E6E6" d="M85.314,28.8c0,1.322,-1.072,2.394,-2.395,2.394c-1.321,0,-2.393,-1.071,-2.393,-2.394l0,0"/>
335
+ <circle fill="#383838" r="1.197" cy="28.8" cx="82.919"/>
336
+ </g>
337
+ <g id="D11pin">
338
+ <path fill="#BFBFBF" d="M80.527,36c0,-1.322,1.071,-2.394,2.393,-2.394c1.322,0,2.395,1.072,2.395,2.394"/>
339
+ <path fill="#E6E6E6" d="M85.314,36c0,1.322,-1.072,2.394,-2.395,2.394c-1.321,0,-2.393,-1.072,-2.393,-2.394"/>
340
+ <circle fill="#383838" r="1.197" cy="36" cx="82.919"/>
341
+ </g>
342
+ <g id="E11pin">
343
+ <path fill="#BFBFBF" d="M80.527,43.2c0,-1.322,1.071,-2.394,2.393,-2.394c1.322,0,2.395,1.071,2.395,2.394"/>
344
+ <path fill="#E6E6E6" d="M85.314,43.2c0,1.322,-1.072,2.394,-2.395,2.394c-1.321,0,-2.393,-1.072,-2.393,-2.394"/>
345
+ <circle fill="#383838" r="1.197" cy="43.2" cx="82.919"/>
346
+ </g>
347
+ <g id="A12pin">
348
+ <path fill="#BFBFBF" d="M87.726,14.4c0,-1.322,1.072,-2.394,2.394,-2.394c1.322,0,2.394,1.072,2.394,2.394"/>
349
+ <path fill="#E6E6E6" d="M92.513,14.4c0,1.322,-1.071,2.394,-2.394,2.394c-1.321,0,-2.394,-1.071,-2.394,-2.394l0,0"/>
350
+ <circle fill="#383838" r="1.197" cy="14.4" cx="90.12"/>
351
+ </g>
352
+ <g id="B12pin">
353
+ <path fill="#BFBFBF" d="M87.726,21.6c0,-1.322,1.072,-2.394,2.394,-2.394c1.322,0,2.394,1.072,2.394,2.394"/>
354
+ <path fill="#E6E6E6" d="M92.513,21.6c0,1.322,-1.071,2.394,-2.394,2.394c-1.321,0,-2.394,-1.072,-2.394,-2.394"/>
355
+ <circle fill="#383838" r="1.197" cy="21.6" cx="90.12"/>
356
+ </g>
357
+ <g id="C12pin">
358
+ <path fill="#BFBFBF" d="M87.726,28.8c0,-1.322,1.072,-2.394,2.394,-2.394c1.322,0,2.394,1.072,2.394,2.394"/>
359
+ <path fill="#E6E6E6" d="M92.513,28.8c0,1.322,-1.071,2.394,-2.394,2.394c-1.321,0,-2.394,-1.071,-2.394,-2.394l0,0"/>
360
+ <circle fill="#383838" r="1.197" cy="28.8" cx="90.12"/>
361
+ </g>
362
+ <g id="D12pin">
363
+ <path fill="#BFBFBF" d="M87.726,36c0,-1.322,1.072,-2.394,2.394,-2.394c1.322,0,2.394,1.072,2.394,2.394"/>
364
+ <path fill="#E6E6E6" d="M92.513,36c0,1.322,-1.071,2.394,-2.394,2.394c-1.321,0,-2.394,-1.072,-2.394,-2.394"/>
365
+ <circle fill="#383838" r="1.197" cy="36" cx="90.12"/>
366
+ </g>
367
+ <g id="E12pin">
368
+ <path fill="#BFBFBF" d="M87.726,43.2c0,-1.322,1.072,-2.394,2.394,-2.394c1.322,0,2.394,1.071,2.394,2.394"/>
369
+ <path fill="#E6E6E6" d="M92.513,43.2c0,1.322,-1.071,2.394,-2.394,2.394c-1.321,0,-2.394,-1.072,-2.394,-2.394"/>
370
+ <circle fill="#383838" r="1.197" cy="43.2" cx="90.12"/>
371
+ </g>
372
+ <g id="A13pin">
373
+ <path fill="#BFBFBF" d="M94.926,14.4c0,-1.322,1.071,-2.394,2.394,-2.394s2.394,1.072,2.394,2.394"/>
374
+ <path fill="#E6E6E6" d="M99.713,14.4c0,1.322,-1.071,2.394,-2.394,2.394s-2.394,-1.071,-2.394,-2.394l0,0"/>
375
+ <circle fill="#383838" r="1.197" cy="14.4" cx="97.32"/>
376
+ </g>
377
+ <g id="B13pin">
378
+ <path fill="#BFBFBF" d="M94.926,21.6c0,-1.322,1.071,-2.394,2.394,-2.394s2.394,1.072,2.394,2.394"/>
379
+ <path fill="#E6E6E6" d="M99.713,21.6c0,1.322,-1.071,2.394,-2.394,2.394s-2.394,-1.072,-2.394,-2.394"/>
380
+ <circle fill="#383838" r="1.197" cy="21.6" cx="97.32"/>
381
+ </g>
382
+ <g id="C13pin">
383
+ <path fill="#BFBFBF" d="M94.926,28.8c0,-1.322,1.071,-2.394,2.394,-2.394s2.394,1.072,2.394,2.394"/>
384
+ <path fill="#E6E6E6" d="M99.713,28.8c0,1.322,-1.071,2.394,-2.394,2.394s-2.394,-1.071,-2.394,-2.394l0,0"/>
385
+ <circle fill="#383838" r="1.197" cy="28.8" cx="97.32"/>
386
+ </g>
387
+ <g id="D13pin">
388
+ <path fill="#BFBFBF" d="M94.926,36c0,-1.322,1.071,-2.394,2.394,-2.394s2.394,1.072,2.394,2.394"/>
389
+ <path fill="#E6E6E6" d="M99.713,36c0,1.322,-1.071,2.394,-2.394,2.394S94.926,37.322,94.926,36"/>
390
+ <circle fill="#383838" r="1.197" cy="36" cx="97.32"/>
391
+ </g>
392
+ <g id="E13pin">
393
+ <path fill="#BFBFBF" d="M94.926,43.2c0,-1.322,1.071,-2.394,2.394,-2.394s2.394,1.071,2.394,2.394"/>
394
+ <path fill="#E6E6E6" d="M99.713,43.2c0,1.322,-1.071,2.394,-2.394,2.394s-2.394,-1.072,-2.394,-2.394"/>
395
+ <circle fill="#383838" r="1.197" cy="43.2" cx="97.32"/>
396
+ </g>
397
+ <g id="A14pin">
398
+ <path fill="#BFBFBF" d="M102.126,14.4c0,-1.322,1.071,-2.394,2.394,-2.394c1.321,0,2.394,1.072,2.394,2.394"/>
399
+ <path fill="#E6E6E6" d="M106.914,14.4c0,1.322,-1.072,2.394,-2.394,2.394c-1.322,0,-2.394,-1.071,-2.394,-2.394l0,0"/>
400
+ <circle fill="#383838" r="1.197" cy="14.4" cx="104.52"/>
401
+ </g>
402
+ <g id="B14pin">
403
+ <path fill="#BFBFBF" d="M102.126,21.6c0,-1.322,1.071,-2.394,2.394,-2.394c1.321,0,2.394,1.072,2.394,2.394"/>
404
+ <path fill="#E6E6E6" d="M106.914,21.6c0,1.322,-1.072,2.394,-2.394,2.394c-1.322,0,-2.394,-1.072,-2.394,-2.394"/>
405
+ <circle fill="#383838" r="1.197" cy="21.6" cx="104.52"/>
406
+ </g>
407
+ <g id="C14pin">
408
+ <path fill="#BFBFBF" d="M102.126,28.8c0,-1.322,1.071,-2.394,2.394,-2.394c1.321,0,2.394,1.072,2.394,2.394"/>
409
+ <path fill="#E6E6E6" d="M106.914,28.8c0,1.322,-1.072,2.394,-2.394,2.394c-1.322,0,-2.394,-1.071,-2.394,-2.394l0,0"/>
410
+ <circle fill="#383838" r="1.197" cy="28.8" cx="104.52"/>
411
+ </g>
412
+ <g id="D14pin">
413
+ <path fill="#BFBFBF" d="M102.126,36c0,-1.322,1.071,-2.394,2.394,-2.394c1.321,0,2.394,1.072,2.394,2.394"/>
414
+ <path fill="#E6E6E6" d="M106.914,36c0,1.322,-1.072,2.394,-2.394,2.394c-1.322,0,-2.394,-1.072,-2.394,-2.394"/>
415
+ <circle fill="#383838" r="1.197" cy="36" cx="104.52"/>
416
+ </g>
417
+ <g id="E14pin">
418
+ <path fill="#BFBFBF" d="M102.126,43.2c0,-1.322,1.071,-2.394,2.394,-2.394c1.321,0,2.394,1.071,2.394,2.394"/>
419
+ <path fill="#E6E6E6" d="M106.914,43.2c0,1.322,-1.072,2.394,-2.394,2.394c-1.322,0,-2.394,-1.072,-2.394,-2.394"/>
420
+ <circle fill="#383838" r="1.197" cy="43.2" cx="104.52"/>
421
+ </g>
422
+ <g id="A15pin">
423
+ <path fill="#BFBFBF" d="M109.326,14.4c0.002,-1.322,1.076,-2.392,2.398,-2.39c1.318,0.002,2.387,1.071,2.389,2.39"/>
424
+ <path fill="#E6E6E6" d="M114.113,14.4c0.002,1.322,-1.067,2.396,-2.389,2.397c-1.322,0.002,-2.396,-1.068,-2.398,-2.39c0,-0.002,0,-0.005,0,-0.007"/>
425
+ <circle fill="#383838" r="1.197" cy="14.4" cx="111.72"/>
426
+ </g>
427
+ <g id="B15pin">
428
+ <path fill="#BFBFBF" d="M109.326,21.6c0.002,-1.322,1.076,-2.392,2.398,-2.39c1.318,0.002,2.387,1.071,2.389,2.39"/>
429
+ <path fill="#E6E6E6" d="M114.113,21.6c0.002,1.322,-1.067,2.395,-2.389,2.397c-1.322,0.002,-2.396,-1.068,-2.398,-2.39c0,-0.002,0,-0.005,0,-0.007"/>
430
+ <circle fill="#383838" r="1.197" cy="21.6" cx="111.72"/>
431
+ </g>
432
+ <g id="C15pin">
433
+ <path fill="#BFBFBF" d="M109.326,28.8c0.002,-1.322,1.076,-2.392,2.398,-2.39c1.318,0.002,2.387,1.071,2.389,2.39"/>
434
+ <path fill="#E6E6E6" d="M114.113,28.8c0.002,1.322,-1.067,2.396,-2.389,2.397c-1.322,0.002,-2.396,-1.068,-2.398,-2.39c0,-0.002,0,-0.005,0,-0.007"/>
435
+ <circle fill="#383838" r="1.197" cy="28.8" cx="111.72"/>
436
+ </g>
437
+ <g id="D15pin">
438
+ <path fill="#BFBFBF" d="M109.326,36c0.002,-1.322,1.076,-2.392,2.398,-2.39c1.318,0.002,2.387,1.071,2.389,2.39"/>
439
+ <path fill="#E6E6E6" d="M114.113,36c0.002,1.322,-1.067,2.395,-2.389,2.397c-1.322,0.002,-2.396,-1.068,-2.398,-2.39c0,-0.002,0,-0.005,0,-0.007"/>
440
+ <circle fill="#383838" r="1.197" cy="36" cx="111.72"/>
441
+ </g>
442
+ <g id="E15pin">
443
+ <path fill="#BFBFBF" d="M109.326,43.2c0.002,-1.322,1.076,-2.392,2.398,-2.39c1.318,0.002,2.387,1.071,2.389,2.39"/>
444
+ <path fill="#E6E6E6" d="M114.113,43.2c0.002,1.322,-1.067,2.395,-2.389,2.397c-1.322,0.002,-2.396,-1.068,-2.398,-2.39c0,-0.002,0,-0.005,0,-0.007"/>
445
+ <circle fill="#383838" r="1.197" cy="43.2" cx="111.72"/>
446
+ </g>
447
+ <g id="A16pin">
448
+ <path fill="#BFBFBF" d="M116.527,14.4c0.002,-1.322,1.074,-2.392,2.396,-2.39c1.319,0.002,2.389,1.071,2.391,2.39"/>
449
+ <path fill="#E6E6E6" d="M121.314,14.4c0.002,1.322,-1.068,2.396,-2.391,2.397s-2.395,-1.068,-2.396,-2.39c0,-0.002,0,-0.005,0,-0.007"/>
450
+ <circle fill="#383838" r="1.197" cy="14.4" cx="118.919"/>
451
+ </g>
452
+ <g id="B16pin">
453
+ <path fill="#BFBFBF" d="M116.527,21.6c0.002,-1.322,1.074,-2.392,2.396,-2.39c1.319,0.002,2.389,1.071,2.391,2.39"/>
454
+ <path fill="#E6E6E6" d="M121.314,21.6c0.002,1.322,-1.068,2.395,-2.391,2.397s-2.395,-1.068,-2.396,-2.39c0,-0.002,0,-0.005,0,-0.007"/>
455
+ <circle fill="#383838" r="1.197" cy="21.6" cx="118.919"/>
456
+ </g>
457
+ <g id="C16pin">
458
+ <path fill="#BFBFBF" d="M116.527,28.8c0.002,-1.322,1.074,-2.392,2.396,-2.39c1.319,0.002,2.389,1.071,2.391,2.39"/>
459
+ <path fill="#E6E6E6" d="M121.314,28.8c0.002,1.322,-1.068,2.396,-2.391,2.397s-2.395,-1.068,-2.396,-2.39c0,-0.002,0,-0.005,0,-0.007"/>
460
+ <circle fill="#383838" r="1.197" cy="28.8" cx="118.919"/>
461
+ </g>
462
+ <g id="D16pin">
463
+ <path fill="#BFBFBF" d="M116.527,36c0.002,-1.322,1.074,-2.392,2.396,-2.39c1.319,0.002,2.389,1.071,2.391,2.39"/>
464
+ <path fill="#E6E6E6" d="M121.314,36c0.002,1.322,-1.068,2.395,-2.391,2.397c-1.322,0.002,-2.395,-1.068,-2.396,-2.39c0,-0.002,0,-0.005,0,-0.007"/>
465
+ <circle fill="#383838" r="1.197" cy="36" cx="118.919"/>
466
+ </g>
467
+ <g id="E16pin">
468
+ <path fill="#BFBFBF" d="M116.527,43.2c0.002,-1.322,1.074,-2.392,2.396,-2.39c1.319,0.002,2.389,1.071,2.391,2.39"/>
469
+ <path fill="#E6E6E6" d="M121.314,43.2c0.002,1.322,-1.068,2.395,-2.391,2.397s-2.395,-1.068,-2.396,-2.39c0,-0.002,0,-0.005,0,-0.007"/>
470
+ <circle fill="#383838" r="1.197" cy="43.2" cx="118.919"/>
471
+ </g>
472
+ <g id="A17pin">
473
+ <path fill="#BFBFBF" d="M123.726,14.4c0.002,-1.322,1.075,-2.392,2.397,-2.39c1.319,0.002,2.388,1.071,2.39,2.39"/>
474
+ <path fill="#E6E6E6" d="M128.513,14.4c0.002,1.322,-1.068,2.396,-2.39,2.397c-1.322,0.002,-2.396,-1.068,-2.397,-2.39c0,-0.002,0,-0.005,0,-0.007"/>
475
+ <circle fill="#383838" r="1.197" cy="14.4" cx="126.12"/>
476
+ </g>
477
+ <g id="B17pin">
478
+ <path fill="#BFBFBF" d="M123.726,21.6c0.002,-1.322,1.075,-2.392,2.397,-2.39c1.319,0.002,2.388,1.071,2.39,2.39"/>
479
+ <path fill="#E6E6E6" d="M128.513,21.6c0.002,1.322,-1.068,2.395,-2.39,2.397c-1.322,0.002,-2.396,-1.068,-2.397,-2.39c0,-0.002,0,-0.005,0,-0.007"/>
480
+ <circle fill="#383838" r="1.197" cy="21.6" cx="126.12"/>
481
+ </g>
482
+ <g id="C17pin">
483
+ <path fill="#BFBFBF" d="M123.726,28.8c0.002,-1.322,1.075,-2.392,2.397,-2.39c1.319,0.002,2.388,1.071,2.39,2.39"/>
484
+ <path fill="#E6E6E6" d="M128.513,28.8c0.002,1.322,-1.068,2.396,-2.39,2.397c-1.322,0.002,-2.396,-1.068,-2.397,-2.39c0,-0.002,0,-0.005,0,-0.007"/>
485
+ <circle fill="#383838" r="1.197" cy="28.8" cx="126.12"/>
486
+ </g>
487
+ <g id="D17pin">
488
+ <path fill="#BFBFBF" d="M123.726,36c0.002,-1.322,1.075,-2.392,2.397,-2.39c1.319,0.002,2.388,1.071,2.39,2.39"/>
489
+ <path fill="#E6E6E6" d="M128.513,36c0.002,1.322,-1.068,2.395,-2.39,2.397c-1.322,0.002,-2.396,-1.068,-2.397,-2.39c0,-0.002,0,-0.005,0,-0.007"/>
490
+ <circle fill="#383838" r="1.197" cy="36" cx="126.12"/>
491
+ </g>
492
+ <g id="E17pin">
493
+ <path fill="#BFBFBF" d="M123.726,43.2c0.002,-1.322,1.075,-2.392,2.397,-2.39c1.319,0.002,2.388,1.071,2.39,2.39"/>
494
+ <path fill="#E6E6E6" d="M128.513,43.2c0.002,1.322,-1.068,2.395,-2.39,2.397c-1.322,0.002,-2.396,-1.068,-2.397,-2.39c0,-0.002,0,-0.005,0,-0.007"/>
495
+ <circle fill="#383838" r="1.197" cy="43.2" cx="126.12"/>
496
+ </g>
497
+ <g id="A18pin">
498
+ <path fill="#BFBFBF" d="M130.926,14.4c0.002,-1.322,1.075,-2.392,2.397,-2.39c1.318,0.002,2.388,1.071,2.39,2.39"/>
499
+ <path fill="#E6E6E6" d="M135.713,14.4c0.002,1.322,-1.067,2.396,-2.39,2.397s-2.396,-1.068,-2.397,-2.39c0,-0.002,0,-0.005,0,-0.007"/>
500
+ <circle fill="#383838" r="1.197" cy="14.4" cx="133.32"/>
501
+ </g>
502
+ <g id="B18pin">
503
+ <path fill="#BFBFBF" d="M130.926,21.6c0.002,-1.322,1.075,-2.392,2.397,-2.39c1.318,0.002,2.388,1.071,2.39,2.39"/>
504
+ <path fill="#E6E6E6" d="M135.713,21.6c0.002,1.322,-1.067,2.395,-2.39,2.397s-2.396,-1.068,-2.397,-2.39c0,-0.002,0,-0.005,0,-0.007"/>
505
+ <circle fill="#383838" r="1.197" cy="21.6" cx="133.32"/>
506
+ </g>
507
+ <g id="C18pin">
508
+ <path fill="#BFBFBF" d="M130.926,28.8c0.002,-1.322,1.075,-2.392,2.397,-2.39c1.318,0.002,2.388,1.071,2.39,2.39"/>
509
+ <path fill="#E6E6E6" d="M135.713,28.8c0.002,1.322,-1.067,2.396,-2.39,2.397s-2.396,-1.068,-2.397,-2.39c0,-0.002,0,-0.005,0,-0.007"/>
510
+ <circle fill="#383838" r="1.197" cy="28.8" cx="133.32"/>
511
+ </g>
512
+ <g id="D18pin">
513
+ <path fill="#BFBFBF" d="M130.926,36c0.002,-1.322,1.075,-2.392,2.397,-2.39c1.318,0.002,2.388,1.071,2.39,2.39"/>
514
+ <path fill="#E6E6E6" d="M135.713,36c0.002,1.322,-1.067,2.395,-2.39,2.397c-1.322,0.002,-2.396,-1.068,-2.397,-2.39c0,-0.002,0,-0.005,0,-0.007"/>
515
+ <circle fill="#383838" r="1.197" cy="36" cx="133.32"/>
516
+ </g>
517
+ <g id="E18pin">
518
+ <path fill="#BFBFBF" d="M130.926,43.2c0.002,-1.322,1.075,-2.392,2.397,-2.39c1.318,0.002,2.388,1.071,2.39,2.39"/>
519
+ <path fill="#E6E6E6" d="M135.713,43.2c0.002,1.322,-1.067,2.395,-2.39,2.397s-2.396,-1.068,-2.397,-2.39c0,-0.002,0,-0.005,0,-0.007"/>
520
+ <circle fill="#383838" r="1.197" cy="43.2" cx="133.32"/>
521
+ </g>
522
+ <g id="A19pin">
523
+ <path fill="#BFBFBF" d="M138.126,14.4c0.002,-1.322,1.075,-2.392,2.396,-2.39c1.319,0.002,2.389,1.071,2.391,2.39"/>
524
+ <path fill="#E6E6E6" d="M142.914,14.4c0.002,1.322,-1.068,2.396,-2.391,2.397c-1.321,0.002,-2.395,-1.068,-2.396,-2.39c0,-0.002,0,-0.005,0,-0.007"/>
525
+ <circle fill="#383838" r="1.197" cy="14.4" cx="140.52"/>
526
+ </g>
527
+ <g id="B19pin">
528
+ <path fill="#BFBFBF" d="M138.126,21.6c0.002,-1.322,1.075,-2.392,2.396,-2.39c1.319,0.002,2.389,1.071,2.391,2.39"/>
529
+ <path fill="#E6E6E6" d="M142.914,21.6c0.002,1.322,-1.068,2.395,-2.391,2.397c-1.321,0.002,-2.395,-1.068,-2.396,-2.39c0,-0.002,0,-0.005,0,-0.007"/>
530
+ <circle fill="#383838" r="1.197" cy="21.6" cx="140.52"/>
531
+ </g>
532
+ <g id="C19pin">
533
+ <path fill="#BFBFBF" d="M138.126,28.8c0.002,-1.322,1.075,-2.392,2.396,-2.39c1.319,0.002,2.389,1.071,2.391,2.39"/>
534
+ <path fill="#E6E6E6" d="M142.914,28.8c0.002,1.322,-1.068,2.396,-2.391,2.397c-1.321,0.002,-2.395,-1.068,-2.396,-2.39c0,-0.002,0,-0.005,0,-0.007"/>
535
+ <circle fill="#383838" r="1.197" cy="28.8" cx="140.52"/>
536
+ </g>
537
+ <g id="D19pin">
538
+ <path fill="#BFBFBF" d="M138.126,36c0.002,-1.322,1.075,-2.392,2.396,-2.39c1.319,0.002,2.389,1.071,2.391,2.39"/>
539
+ <path fill="#E6E6E6" d="M142.914,36c0.002,1.322,-1.068,2.395,-2.391,2.397c-1.321,0.002,-2.395,-1.068,-2.396,-2.39c0,-0.002,0,-0.005,0,-0.007"/>
540
+ <circle fill="#383838" r="1.197" cy="36" cx="140.52"/>
541
+ </g>
542
+ <g id="E19pin">
543
+ <path fill="#BFBFBF" d="M138.126,43.2c0.002,-1.322,1.075,-2.392,2.396,-2.39c1.319,0.002,2.389,1.071,2.391,2.39"/>
544
+ <path fill="#E6E6E6" d="M142.914,43.2c0.002,1.322,-1.068,2.395,-2.391,2.397c-1.321,0.002,-2.395,-1.068,-2.396,-2.39c0,-0.002,0,-0.005,0,-0.007"/>
545
+ <circle fill="#383838" r="1.197" cy="43.2" cx="140.52"/>
546
+ </g>
547
+ <g id="A20pin">
548
+ <path fill="#BFBFBF" d="M145.326,14.4c0.002,-1.322,1.076,-2.392,2.397,-2.39c1.319,0.002,2.388,1.071,2.39,2.39"/>
549
+ <path fill="#E6E6E6" d="M150.113,14.4c0.002,1.322,-1.067,2.396,-2.39,2.397c-1.321,0.002,-2.396,-1.068,-2.397,-2.39c0,-0.002,0,-0.005,0,-0.007"/>
550
+ <circle fill="#383838" r="1.197" cy="14.4" cx="147.72"/>
551
+ </g>
552
+ <g id="B20pin">
553
+ <path fill="#BFBFBF" d="M145.326,21.6c0.002,-1.322,1.076,-2.392,2.397,-2.39c1.319,0.002,2.388,1.071,2.39,2.39"/>
554
+ <path fill="#E6E6E6" d="M150.113,21.6c0.002,1.322,-1.067,2.395,-2.39,2.397c-1.321,0.002,-2.396,-1.068,-2.397,-2.39c0,-0.002,0,-0.005,0,-0.007"/>
555
+ <circle fill="#383838" r="1.197" cy="21.6" cx="147.72"/>
556
+ </g>
557
+ <g id="C20pin">
558
+ <path fill="#BFBFBF" d="M145.326,28.8c0.002,-1.322,1.076,-2.392,2.397,-2.39c1.319,0.002,2.388,1.071,2.39,2.39"/>
559
+ <path fill="#E6E6E6" d="M150.113,28.8c0.002,1.322,-1.067,2.396,-2.39,2.397c-1.321,0.002,-2.396,-1.068,-2.397,-2.39c0,-0.002,0,-0.005,0,-0.007"/>
560
+ <circle fill="#383838" r="1.197" cy="28.8" cx="147.72"/>
561
+ </g>
562
+ <g id="D20pin">
563
+ <path fill="#BFBFBF" d="M145.326,36c0.002,-1.322,1.076,-2.392,2.397,-2.39c1.319,0.002,2.388,1.071,2.39,2.39"/>
564
+ <path fill="#E6E6E6" d="M150.113,36c0.002,1.322,-1.067,2.395,-2.39,2.397c-1.321,0.002,-2.396,-1.068,-2.397,-2.39c0,-0.002,0,-0.005,0,-0.007"/>
565
+ <circle fill="#383838" r="1.197" cy="36" cx="147.72"/>
566
+ </g>
567
+ <g id="E20pin">
568
+ <path fill="#BFBFBF" d="M145.326,43.2c0.002,-1.322,1.076,-2.392,2.397,-2.39c1.319,0.002,2.388,1.071,2.39,2.39"/>
569
+ <path fill="#E6E6E6" d="M150.113,43.2c0.002,1.322,-1.067,2.395,-2.39,2.397c-1.321,0.002,-2.396,-1.068,-2.397,-2.39c0,-0.002,0,-0.005,0,-0.007"/>
570
+ <circle fill="#383838" r="1.197" cy="43.2" cx="147.72"/>
571
+ </g>
572
+ <g id="F1pin">
573
+ <path fill="#BFBFBF" d="M8.526,64.8c0,-1.321,1.072,-2.394,2.394,-2.394s2.394,1.072,2.394,2.394"/>
574
+ <path fill="#E6E6E6" d="M13.313,64.8c0,1.322,-1.072,2.394,-2.394,2.394S8.526,66.122,8.526,64.8l0,0"/>
575
+ <circle fill="#383838" r="1.196" cy="64.8" cx="10.92"/>
576
+ </g>
577
+ <g id="G1pin">
578
+ <path fill="#BFBFBF" d="M8.526,72c0,-1.322,1.072,-2.394,2.394,-2.394s2.394,1.071,2.394,2.394"/>
579
+ <path fill="#E6E6E6" d="M13.313,72c0,1.322,-1.072,2.394,-2.394,2.394S8.526,73.322,8.526,72l0,0"/>
580
+ <circle fill="#383838" r="1.197" cy="72" cx="10.92"/>
581
+ </g>
582
+ <g id="H1pin">
583
+ <path fill="#BFBFBF" d="M8.526,79.2c0,-1.322,1.072,-2.394,2.394,-2.394s2.394,1.071,2.394,2.394"/>
584
+ <path fill="#E6E6E6" d="M13.313,79.2c0,1.321,-1.072,2.394,-2.394,2.394S8.526,80.521,8.526,79.2"/>
585
+ <circle fill="#383838" r="1.197" cy="79.2" cx="10.92"/>
586
+ </g>
587
+ <g id="I1pin">
588
+ <path fill="#BFBFBF" d="M8.526,86.4c0,-1.322,1.072,-2.395,2.394,-2.395s2.394,1.072,2.394,2.395"/>
589
+ <path fill="#E6E6E6" d="M13.313,86.4c0,1.321,-1.072,2.393,-2.394,2.393S8.526,87.722,8.526,86.4l0,0"/>
590
+ <circle fill="#383838" r="1.197" cy="86.4" cx="10.92"/>
591
+ </g>
592
+ <g id="J1pin">
593
+ <path fill="#BFBFBF" d="M8.526,93.6c0,-1.322,1.072,-2.394,2.394,-2.394s2.394,1.071,2.394,2.394"/>
594
+ <path fill="#E6E6E6" d="M13.313,93.6c0,1.322,-1.072,2.395,-2.394,2.395S8.526,94.922,8.526,93.6l0,0"/>
595
+ <circle fill="#383838" r="1.197" cy="93.6" cx="10.92"/>
596
+ </g>
597
+ <g id="F2pin">
598
+ <path fill="#BFBFBF" d="M15.727,64.8c0,-1.321,1.071,-2.394,2.394,-2.394c1.322,0,2.394,1.072,2.394,2.394"/>
599
+ <path fill="#E6E6E6" d="M20.514,64.8c0,1.322,-1.07,2.395,-2.393,2.396c-1.322,0,-2.394,-1.07,-2.395,-2.393c0,-0.001,0,-0.002,0,-0.003"/>
600
+ <circle fill="#383838" r="1.196" cy="64.8" cx="18.12"/>
601
+ </g>
602
+ <g id="G2pin">
603
+ <path fill="#BFBFBF" d="M15.727,72c0,-1.322,1.071,-2.394,2.394,-2.394c1.322,0,2.394,1.071,2.394,2.394"/>
604
+ <path fill="#E6E6E6" d="M20.514,72c0,1.322,-1.07,2.395,-2.393,2.395c-1.322,0.001,-2.394,-1.07,-2.395,-2.393c0,0,0,-0.001,0,-0.002"/>
605
+ <circle fill="#383838" r="1.197" cy="72" cx="18.12"/>
606
+ </g>
607
+ <g id="H2pin">
608
+ <path fill="#BFBFBF" d="M15.727,79.2c0,-1.322,1.071,-2.394,2.394,-2.394c1.322,0,2.394,1.071,2.394,2.394"/>
609
+ <path fill="#E6E6E6" d="M20.514,79.2c0,1.321,-1.07,2.394,-2.393,2.395c-1.322,0.001,-2.394,-1.07,-2.395,-2.392c0,-0.002,0,-0.002,0,-0.003"/>
610
+ <circle fill="#383838" r="1.197" cy="79.2" cx="18.12"/>
611
+ </g>
612
+ <g id="I2pin">
613
+ <path fill="#BFBFBF" d="M15.727,86.4c0,-1.322,1.071,-2.395,2.394,-2.395c1.322,0,2.394,1.072,2.394,2.395"/>
614
+ <path fill="#E6E6E6" d="M20.514,86.4c0,1.321,-1.07,2.394,-2.393,2.395c-1.322,0,-2.394,-1.07,-2.395,-2.393L15.726,86.4"/>
615
+ <circle fill="#383838" r="1.197" cy="86.4" cx="18.12"/>
616
+ </g>
617
+ <g id="J2pin">
618
+ <path fill="#BFBFBF" d="M15.727,93.6c0,-1.322,1.071,-2.394,2.394,-2.394c1.322,0,2.394,1.071,2.394,2.394"/>
619
+ <path fill="#E6E6E6" d="M20.514,93.6c0,1.322,-1.07,2.395,-2.393,2.396c-1.322,0.001,-2.394,-1.071,-2.395,-2.393c0,-0.001,0,-0.002,0,-0.003"/>
620
+ <circle fill="#383838" r="1.197" cy="93.6" cx="18.12"/>
621
+ </g>
622
+ <g id="F3pin">
623
+ <path fill="#BFBFBF" d="M22.926,64.8c0,-1.321,1.072,-2.394,2.394,-2.394c1.322,0,2.394,1.072,2.394,2.394"/>
624
+ <path fill="#E6E6E6" d="M27.713,64.8c0,1.322,-1.071,2.394,-2.394,2.394c-1.322,0,-2.394,-1.071,-2.394,-2.394"/>
625
+ <circle fill="#383838" r="1.196" cy="64.8" cx="25.32"/>
626
+ </g>
627
+ <g id="G3pin">
628
+ <path fill="#BFBFBF" d="M22.926,72c0,-1.322,1.072,-2.394,2.394,-2.394c1.322,0,2.394,1.071,2.394,2.394"/>
629
+ <path fill="#E6E6E6" d="M27.713,72c0,1.322,-1.071,2.394,-2.394,2.394c-1.322,0,-2.394,-1.071,-2.394,-2.394"/>
630
+ <circle fill="#383838" r="1.197" cy="72" cx="25.32"/>
631
+ </g>
632
+ <g id="H3pin">
633
+ <path fill="#BFBFBF" d="M22.926,79.2c0,-1.322,1.072,-2.394,2.394,-2.394c1.322,0,2.394,1.071,2.394,2.394"/>
634
+ <path fill="#E6E6E6" d="M27.713,79.2c0,1.321,-1.071,2.394,-2.394,2.394c-1.322,0,-2.394,-1.072,-2.394,-2.394l0,0"/>
635
+ <circle fill="#383838" r="1.197" cy="79.2" cx="25.32"/>
636
+ </g>
637
+ <g id="I3pin">
638
+ <path fill="#BFBFBF" d="M22.926,86.4c0,-1.322,1.072,-2.395,2.394,-2.395c1.322,0,2.394,1.072,2.394,2.395"/>
639
+ <path fill="#E6E6E6" d="M27.713,86.4c0,1.321,-1.071,2.393,-2.394,2.393c-1.322,0,-2.394,-1.071,-2.394,-2.393"/>
640
+ <circle fill="#383838" r="1.197" cy="86.4" cx="25.32"/>
641
+ </g>
642
+ <g id="J3pin">
643
+ <path fill="#BFBFBF" d="M22.926,93.6c0,-1.322,1.072,-2.394,2.394,-2.394c1.322,0,2.394,1.071,2.394,2.394"/>
644
+ <path fill="#E6E6E6" d="M27.713,93.6c0,1.322,-1.071,2.395,-2.394,2.395c-1.322,0,-2.394,-1.072,-2.394,-2.395l0,0"/>
645
+ <circle fill="#383838" r="1.197" cy="93.6" cx="25.32"/>
646
+ </g>
647
+ <g id="F4pin">
648
+ <path fill="#BFBFBF" d="M30.126,64.8c0,-1.321,1.072,-2.394,2.394,-2.394s2.394,1.072,2.394,2.394"/>
649
+ <path fill="#E6E6E6" d="M34.914,64.8c0,1.322,-1.072,2.394,-2.394,2.394s-2.394,-1.071,-2.394,-2.394"/>
650
+ <circle fill="#383838" r="1.196" cy="64.8" cx="32.52"/>
651
+ </g>
652
+ <g id="G4pin">
653
+ <path fill="#BFBFBF" d="M30.126,72c0,-1.322,1.072,-2.394,2.394,-2.394s2.394,1.071,2.394,2.394"/>
654
+ <path fill="#E6E6E6" d="M34.914,72c0,1.322,-1.072,2.394,-2.394,2.394S30.126,73.322,30.126,72"/>
655
+ <circle fill="#383838" r="1.197" cy="72" cx="32.52"/>
656
+ </g>
657
+ <g id="H4pin">
658
+ <path fill="#BFBFBF" d="M30.126,79.2c0,-1.322,1.072,-2.394,2.394,-2.394s2.394,1.071,2.394,2.394"/>
659
+ <path fill="#E6E6E6" d="M34.914,79.2c0,1.321,-1.072,2.394,-2.394,2.394s-2.394,-1.072,-2.394,-2.394l0,0"/>
660
+ <circle fill="#383838" r="1.197" cy="79.2" cx="32.52"/>
661
+ </g>
662
+ <g id="I4pin">
663
+ <path fill="#BFBFBF" d="M30.126,86.4c0,-1.322,1.072,-2.395,2.394,-2.395s2.394,1.072,2.394,2.395"/>
664
+ <path fill="#E6E6E6" d="M34.914,86.4c0,1.321,-1.072,2.393,-2.394,2.393s-2.394,-1.071,-2.394,-2.393"/>
665
+ <circle fill="#383838" r="1.197" cy="86.4" cx="32.52"/>
666
+ </g>
667
+ <g id="J4pin">
668
+ <path fill="#BFBFBF" d="M30.126,93.6c0,-1.322,1.072,-2.394,2.394,-2.394s2.394,1.071,2.394,2.394"/>
669
+ <path fill="#E6E6E6" d="M34.914,93.6c0,1.322,-1.072,2.395,-2.394,2.395s-2.394,-1.072,-2.394,-2.395l0,0"/>
670
+ <circle fill="#383838" r="1.197" cy="93.6" cx="32.52"/>
671
+ </g>
672
+ <g id="F5pin">
673
+ <path fill="#BFBFBF" d="M37.326,64.8c0,-1.321,1.072,-2.394,2.394,-2.394c1.322,0,2.394,1.072,2.394,2.394"/>
674
+ <path fill="#E6E6E6" d="M42.114,64.8c0,1.322,-1.072,2.394,-2.394,2.394c-1.322,0,-2.394,-1.071,-2.394,-2.394"/>
675
+ <circle fill="#383838" r="1.196" cy="64.8" cx="39.72"/>
676
+ </g>
677
+ <g id="G5pin">
678
+ <path fill="#BFBFBF" d="M37.326,72c0,-1.322,1.072,-2.394,2.394,-2.394c1.322,0,2.394,1.071,2.394,2.394"/>
679
+ <path fill="#E6E6E6" d="M42.114,72c0,1.322,-1.072,2.394,-2.394,2.394c-1.322,0,-2.394,-1.071,-2.394,-2.394"/>
680
+ <circle fill="#383838" r="1.197" cy="72" cx="39.72"/>
681
+ </g>
682
+ <g id="H5pin">
683
+ <path fill="#BFBFBF" d="M37.326,79.2c0,-1.322,1.072,-2.394,2.394,-2.394c1.322,0,2.394,1.071,2.394,2.394"/>
684
+ <path fill="#E6E6E6" d="M42.114,79.2c0,1.321,-1.072,2.394,-2.394,2.394c-1.322,0,-2.394,-1.072,-2.394,-2.394l0,0"/>
685
+ <circle fill="#383838" r="1.197" cy="79.2" cx="39.72"/>
686
+ </g>
687
+ <g id="I5pin">
688
+ <path fill="#BFBFBF" d="M37.326,86.4c0,-1.322,1.072,-2.395,2.394,-2.395c1.322,0,2.394,1.072,2.394,2.395"/>
689
+ <path fill="#E6E6E6" d="M42.114,86.4c0,1.321,-1.072,2.393,-2.394,2.393c-1.322,0,-2.394,-1.071,-2.394,-2.393"/>
690
+ <circle fill="#383838" r="1.197" cy="86.4" cx="39.72"/>
691
+ </g>
692
+ <g id="J5pin">
693
+ <path fill="#BFBFBF" d="M37.326,93.6c0,-1.322,1.072,-2.394,2.394,-2.394c1.322,0,2.394,1.071,2.394,2.394"/>
694
+ <path fill="#E6E6E6" d="M42.114,93.6c0,1.322,-1.072,2.395,-2.394,2.395c-1.322,0,-2.394,-1.072,-2.394,-2.395l0,0"/>
695
+ <circle fill="#383838" r="1.197" cy="93.6" cx="39.72"/>
696
+ </g>
697
+ <g id="F6pin">
698
+ <path fill="#BFBFBF" d="M44.526,64.8c0,-1.321,1.072,-2.394,2.394,-2.394s2.394,1.072,2.394,2.394"/>
699
+ <path fill="#E6E6E6" d="M49.313,64.8c0,1.322,-1.072,2.394,-2.394,2.394s-2.394,-1.071,-2.394,-2.394"/>
700
+ <circle fill="#383838" r="1.196" cy="64.8" cx="46.92"/>
701
+ </g>
702
+ <g id="G6pin">
703
+ <path fill="#BFBFBF" d="M44.526,72c0,-1.322,1.072,-2.394,2.394,-2.394s2.394,1.071,2.394,2.394"/>
704
+ <path fill="#E6E6E6" d="M49.313,72c0,1.322,-1.072,2.394,-2.394,2.394S44.526,73.322,44.526,72"/>
705
+ <circle fill="#383838" r="1.197" cy="72" cx="46.92"/>
706
+ </g>
707
+ <g id="H6pin">
708
+ <path fill="#BFBFBF" d="M44.526,79.2c0,-1.322,1.072,-2.394,2.394,-2.394s2.394,1.071,2.394,2.394"/>
709
+ <path fill="#E6E6E6" d="M49.313,79.2c0,1.321,-1.072,2.394,-2.394,2.394s-2.394,-1.072,-2.394,-2.394l0,0"/>
710
+ <circle fill="#383838" r="1.197" cy="79.2" cx="46.92"/>
711
+ </g>
712
+ <g id="I6pin">
713
+ <path fill="#BFBFBF" d="M44.526,86.4c0,-1.322,1.072,-2.395,2.394,-2.395s2.394,1.072,2.394,2.395"/>
714
+ <path fill="#E6E6E6" d="M49.313,86.4c0,1.321,-1.072,2.393,-2.394,2.393s-2.394,-1.071,-2.394,-2.393"/>
715
+ <circle fill="#383838" r="1.197" cy="86.4" cx="46.92"/>
716
+ </g>
717
+ <g id="J6pin">
718
+ <path fill="#BFBFBF" d="M44.526,93.6c0,-1.322,1.072,-2.394,2.394,-2.394s2.394,1.071,2.394,2.394"/>
719
+ <path fill="#E6E6E6" d="M49.313,93.6c0,1.322,-1.072,2.395,-2.394,2.395s-2.394,-1.072,-2.394,-2.395l0,0"/>
720
+ <circle fill="#383838" r="1.197" cy="93.6" cx="46.92"/>
721
+ </g>
722
+ <g id="F7pin">
723
+ <path fill="#BFBFBF" d="M51.727,64.8c0,-1.321,1.071,-2.394,2.394,-2.394c1.322,0,2.394,1.072,2.394,2.394"/>
724
+ <path fill="#E6E6E6" d="M56.514,64.8c0,1.322,-1.072,2.394,-2.394,2.394c-1.322,0,-2.394,-1.071,-2.394,-2.394"/>
725
+ <circle fill="#383838" r="1.196" cy="64.8" cx="54.12"/>
726
+ </g>
727
+ <g id="G7pin">
728
+ <path fill="#BFBFBF" d="M51.727,72c0,-1.322,1.071,-2.394,2.394,-2.394c1.322,0,2.394,1.071,2.394,2.394"/>
729
+ <path fill="#E6E6E6" d="M56.514,72c0,1.322,-1.072,2.394,-2.394,2.394c-1.322,0,-2.394,-1.071,-2.394,-2.394"/>
730
+ <circle fill="#383838" r="1.197" cy="72" cx="54.12"/>
731
+ </g>
732
+ <g id="H7pin">
733
+ <path fill="#BFBFBF" d="M51.727,79.2c0,-1.322,1.071,-2.394,2.394,-2.394c1.322,0,2.394,1.071,2.394,2.394"/>
734
+ <path fill="#E6E6E6" d="M56.514,79.2c0,1.321,-1.072,2.394,-2.394,2.394c-1.322,0,-2.394,-1.072,-2.394,-2.394l0,0"/>
735
+ <circle fill="#383838" r="1.197" cy="79.2" cx="54.12"/>
736
+ </g>
737
+ <g id="I7pin">
738
+ <path fill="#BFBFBF" d="M51.727,86.4c0,-1.322,1.071,-2.395,2.394,-2.395c1.322,0,2.394,1.072,2.394,2.395"/>
739
+ <path fill="#E6E6E6" d="M56.514,86.4c0,1.321,-1.072,2.393,-2.394,2.393c-1.322,0,-2.394,-1.071,-2.394,-2.393"/>
740
+ <circle fill="#383838" r="1.197" cy="86.4" cx="54.12"/>
741
+ </g>
742
+ <g id="J7pin">
743
+ <path fill="#BFBFBF" d="M51.727,93.6c0,-1.322,1.071,-2.394,2.394,-2.394c1.322,0,2.394,1.071,2.394,2.394"/>
744
+ <path fill="#E6E6E6" d="M56.514,93.6c0,1.322,-1.072,2.395,-2.394,2.395c-1.322,0,-2.394,-1.072,-2.394,-2.395l0,0"/>
745
+ <circle fill="#383838" r="1.197" cy="93.6" cx="54.12"/>
746
+ </g>
747
+ <g id="F8pin">
748
+ <path fill="#BFBFBF" d="M58.926,64.8c0,-1.321,1.072,-2.394,2.394,-2.394c1.322,0,2.394,1.072,2.394,2.394"/>
749
+ <path fill="#E6E6E6" d="M63.713,64.8c0,1.322,-1.071,2.394,-2.394,2.394c-1.322,0,-2.394,-1.071,-2.394,-2.394"/>
750
+ <circle fill="#383838" r="1.196" cy="64.8" cx="61.32"/>
751
+ </g>
752
+ <g id="G8pin">
753
+ <path fill="#BFBFBF" d="M58.926,72c0,-1.322,1.072,-2.394,2.394,-2.394c1.322,0,2.394,1.071,2.394,2.394"/>
754
+ <path fill="#E6E6E6" d="M63.713,72c0,1.322,-1.071,2.394,-2.394,2.394c-1.322,0,-2.394,-1.071,-2.394,-2.394"/>
755
+ <circle fill="#383838" r="1.197" cy="72" cx="61.32"/>
756
+ </g>
757
+ <g id="H8pin">
758
+ <path fill="#BFBFBF" d="M58.926,79.2c0,-1.322,1.072,-2.394,2.394,-2.394c1.322,0,2.394,1.071,2.394,2.394"/>
759
+ <path fill="#E6E6E6" d="M63.713,79.2c0,1.321,-1.071,2.394,-2.394,2.394c-1.322,0,-2.394,-1.072,-2.394,-2.394l0,0"/>
760
+ <circle fill="#383838" r="1.197" cy="79.2" cx="61.32"/>
761
+ </g>
762
+ <g id="I8pin">
763
+ <path fill="#BFBFBF" d="M58.926,86.4c0,-1.322,1.072,-2.395,2.394,-2.395c1.322,0,2.394,1.072,2.394,2.395"/>
764
+ <path fill="#E6E6E6" d="M63.713,86.4c0,1.321,-1.071,2.393,-2.394,2.393c-1.322,0,-2.394,-1.071,-2.394,-2.393"/>
765
+ <circle fill="#383838" r="1.197" cy="86.4" cx="61.32"/>
766
+ </g>
767
+ <g id="J8pin">
768
+ <path fill="#BFBFBF" d="M58.926,93.6c0,-1.322,1.072,-2.394,2.394,-2.394c1.322,0,2.394,1.071,2.394,2.394"/>
769
+ <path fill="#E6E6E6" d="M63.713,93.6c0,1.322,-1.071,2.395,-2.394,2.395c-1.322,0,-2.394,-1.072,-2.394,-2.395l0,0"/>
770
+ <circle fill="#383838" r="1.197" cy="93.6" cx="61.32"/>
771
+ </g>
772
+ <g id="F9pin">
773
+ <path fill="#BFBFBF" d="M66.126,64.8c0,-1.321,1.071,-2.394,2.394,-2.394c1.322,0,2.394,1.072,2.394,2.394"/>
774
+ <path fill="#E6E6E6" d="M70.914,64.8c0,1.322,-1.072,2.394,-2.394,2.394c-1.322,0,-2.394,-1.071,-2.394,-2.394"/>
775
+ <circle fill="#383838" r="1.196" cy="64.8" cx="68.52"/>
776
+ </g>
777
+ <g id="G9pin">
778
+ <path fill="#BFBFBF" d="M66.126,72c0,-1.322,1.071,-2.394,2.394,-2.394c1.322,0,2.394,1.071,2.394,2.394"/>
779
+ <path fill="#E6E6E6" d="M70.914,72c0,1.322,-1.072,2.394,-2.394,2.394c-1.322,0,-2.394,-1.071,-2.394,-2.394"/>
780
+ <circle fill="#383838" r="1.197" cy="72" cx="68.52"/>
781
+ </g>
782
+ <g id="H9pin">
783
+ <path fill="#BFBFBF" d="M66.126,79.2c0,-1.322,1.071,-2.394,2.394,-2.394c1.322,0,2.394,1.071,2.394,2.394"/>
784
+ <path fill="#E6E6E6" d="M70.914,79.2c0,1.321,-1.072,2.394,-2.394,2.394c-1.322,0,-2.394,-1.072,-2.394,-2.394l0,0"/>
785
+ <circle fill="#383838" r="1.197" cy="79.2" cx="68.52"/>
786
+ </g>
787
+ <g id="I9pin">
788
+ <path fill="#BFBFBF" d="M66.126,86.4c0,-1.322,1.071,-2.395,2.394,-2.395c1.322,0,2.394,1.072,2.394,2.395"/>
789
+ <path fill="#E6E6E6" d="M70.914,86.4c0,1.321,-1.072,2.393,-2.394,2.393c-1.322,0,-2.394,-1.071,-2.394,-2.393"/>
790
+ <circle fill="#383838" r="1.197" cy="86.4" cx="68.52"/>
791
+ </g>
792
+ <g id="J9pin">
793
+ <path fill="#BFBFBF" d="M66.126,93.6c0,-1.322,1.071,-2.394,2.394,-2.394c1.322,0,2.394,1.071,2.394,2.394"/>
794
+ <path fill="#E6E6E6" d="M70.914,93.6c0,1.322,-1.072,2.395,-2.394,2.395c-1.322,0,-2.394,-1.072,-2.394,-2.395l0,0"/>
795
+ <circle fill="#383838" r="1.197" cy="93.6" cx="68.52"/>
796
+ </g>
797
+ <g id="F10pin">
798
+ <path fill="#BFBFBF" d="M73.326,64.8c0,-1.321,1.072,-2.394,2.394,-2.394c1.322,0,2.394,1.072,2.394,2.394"/>
799
+ <path fill="#E6E6E6" d="M78.113,64.8c0,1.322,-1.071,2.394,-2.394,2.394c-1.322,0,-2.394,-1.071,-2.394,-2.394"/>
800
+ <circle fill="#383838" r="1.196" cy="64.8" cx="75.72"/>
801
+ </g>
802
+ <g id="G10pin">
803
+ <path fill="#BFBFBF" d="M73.326,72c0,-1.322,1.072,-2.394,2.394,-2.394c1.322,0,2.394,1.071,2.394,2.394"/>
804
+ <path fill="#E6E6E6" d="M78.113,72c0,1.322,-1.071,2.394,-2.394,2.394c-1.322,0,-2.394,-1.071,-2.394,-2.394"/>
805
+ <circle fill="#383838" r="1.197" cy="72" cx="75.72"/>
806
+ </g>
807
+ <g id="H10pin">
808
+ <path fill="#BFBFBF" d="M73.326,79.2c0,-1.322,1.072,-2.394,2.394,-2.394c1.322,0,2.394,1.071,2.394,2.394"/>
809
+ <path fill="#E6E6E6" d="M78.113,79.2c0,1.321,-1.071,2.394,-2.394,2.394c-1.322,0,-2.394,-1.072,-2.394,-2.394l0,0"/>
810
+ <circle fill="#383838" r="1.197" cy="79.2" cx="75.72"/>
811
+ </g>
812
+ <g id="I10pin">
813
+ <path fill="#BFBFBF" d="M73.326,86.4c0,-1.322,1.072,-2.395,2.394,-2.395c1.322,0,2.394,1.072,2.394,2.395"/>
814
+ <path fill="#E6E6E6" d="M78.113,86.4c0,1.321,-1.071,2.393,-2.394,2.393c-1.322,0,-2.394,-1.071,-2.394,-2.393"/>
815
+ <circle fill="#383838" r="1.197" cy="86.4" cx="75.72"/>
816
+ </g>
817
+ <g id="J10pin">
818
+ <path fill="#BFBFBF" d="M73.326,93.6c0,-1.322,1.072,-2.394,2.394,-2.394c1.322,0,2.394,1.071,2.394,2.394"/>
819
+ <path fill="#E6E6E6" d="M78.113,93.6c0,1.322,-1.071,2.395,-2.394,2.395c-1.322,0,-2.394,-1.072,-2.394,-2.395l0,0"/>
820
+ <circle fill="#383838" r="1.197" cy="93.6" cx="75.72"/>
821
+ </g>
822
+ <g id="F11pin">
823
+ <path fill="#BFBFBF" d="M80.527,64.8c0,-1.321,1.071,-2.394,2.393,-2.394c1.322,0,2.395,1.072,2.395,2.394"/>
824
+ <path fill="#E6E6E6" d="M85.314,64.8c0,1.322,-1.072,2.394,-2.395,2.394c-1.321,0,-2.393,-1.071,-2.393,-2.394"/>
825
+ <circle fill="#383838" r="1.196" cy="64.8" cx="82.919"/>
826
+ </g>
827
+ <g id="G11pin">
828
+ <path fill="#BFBFBF" d="M80.527,72c0,-1.322,1.071,-2.394,2.393,-2.394c1.322,0,2.395,1.071,2.395,2.394"/>
829
+ <path fill="#E6E6E6" d="M85.314,72c0,1.322,-1.072,2.394,-2.395,2.394c-1.321,0,-2.393,-1.071,-2.393,-2.394"/>
830
+ <circle fill="#383838" r="1.197" cy="72" cx="82.919"/>
831
+ </g>
832
+ <g id="H11pin">
833
+ <path fill="#BFBFBF" d="M80.527,79.2c0,-1.322,1.071,-2.394,2.393,-2.394c1.322,0,2.395,1.071,2.395,2.394"/>
834
+ <path fill="#E6E6E6" d="M85.314,79.2c0,1.321,-1.072,2.394,-2.395,2.394c-1.321,0,-2.393,-1.072,-2.393,-2.394l0,0"/>
835
+ <circle fill="#383838" r="1.197" cy="79.2" cx="82.919"/>
836
+ </g>
837
+ <g id="I11pin">
838
+ <path fill="#BFBFBF" d="M80.527,86.4c0,-1.322,1.071,-2.395,2.393,-2.395c1.322,0,2.395,1.072,2.395,2.395"/>
839
+ <path fill="#E6E6E6" d="M85.314,86.4c0,1.321,-1.072,2.393,-2.395,2.393c-1.321,0,-2.393,-1.071,-2.393,-2.393"/>
840
+ <circle fill="#383838" r="1.197" cy="86.4" cx="82.919"/>
841
+ </g>
842
+ <g id="J11pin">
843
+ <path fill="#BFBFBF" d="M80.527,93.6c0,-1.322,1.071,-2.394,2.393,-2.394c1.322,0,2.395,1.071,2.395,2.394"/>
844
+ <path fill="#E6E6E6" d="M85.314,93.6c0,1.322,-1.072,2.395,-2.395,2.395c-1.321,0,-2.393,-1.072,-2.393,-2.395l0,0"/>
845
+ <circle fill="#383838" r="1.197" cy="93.6" cx="82.919"/>
846
+ </g>
847
+ <g id="F12pin">
848
+ <path fill="#BFBFBF" d="M87.726,64.8c0,-1.321,1.072,-2.394,2.394,-2.394c1.322,0,2.394,1.072,2.394,2.394"/>
849
+ <path fill="#E6E6E6" d="M92.513,64.8c0,1.322,-1.071,2.394,-2.394,2.394c-1.321,0,-2.394,-1.071,-2.394,-2.394"/>
850
+ <circle fill="#383838" r="1.196" cy="64.8" cx="90.12"/>
851
+ </g>
852
+ <g id="G12pin">
853
+ <path fill="#BFBFBF" d="M87.726,72c0,-1.322,1.072,-2.394,2.394,-2.394c1.322,0,2.394,1.071,2.394,2.394"/>
854
+ <path fill="#E6E6E6" d="M92.513,72c0,1.322,-1.071,2.394,-2.394,2.394c-1.321,0,-2.394,-1.071,-2.394,-2.394"/>
855
+ <circle fill="#383838" r="1.197" cy="72" cx="90.12"/>
856
+ </g>
857
+ <g id="H12pin">
858
+ <path fill="#BFBFBF" d="M87.726,79.2c0,-1.322,1.072,-2.394,2.394,-2.394c1.322,0,2.394,1.071,2.394,2.394"/>
859
+ <path fill="#E6E6E6" d="M92.513,79.2c0,1.321,-1.071,2.394,-2.394,2.394c-1.321,0,-2.394,-1.072,-2.394,-2.394l0,0"/>
860
+ <circle fill="#383838" r="1.197" cy="79.2" cx="90.12"/>
861
+ </g>
862
+ <g id="I12pin">
863
+ <path fill="#BFBFBF" d="M87.726,86.4c0,-1.322,1.072,-2.395,2.394,-2.395c1.322,0,2.394,1.072,2.394,2.395"/>
864
+ <path fill="#E6E6E6" d="M92.513,86.4c0,1.321,-1.071,2.393,-2.394,2.393c-1.321,0,-2.394,-1.071,-2.394,-2.393"/>
865
+ <circle fill="#383838" r="1.197" cy="86.4" cx="90.12"/>
866
+ </g>
867
+ <g id="J12pin">
868
+ <path fill="#BFBFBF" d="M87.726,93.6c0,-1.322,1.072,-2.394,2.394,-2.394c1.322,0,2.394,1.071,2.394,2.394"/>
869
+ <path fill="#E6E6E6" d="M92.513,93.6c0,1.322,-1.071,2.395,-2.394,2.395c-1.321,0,-2.394,-1.072,-2.394,-2.395l0,0"/>
870
+ <circle fill="#383838" r="1.197" cy="93.6" cx="90.12"/>
871
+ </g>
872
+ <g id="F13pin">
873
+ <path fill="#BFBFBF" d="M94.926,64.8c0,-1.321,1.071,-2.394,2.394,-2.394s2.394,1.072,2.394,2.394"/>
874
+ <path fill="#E6E6E6" d="M99.713,64.8c0,1.322,-1.071,2.394,-2.394,2.394s-2.394,-1.071,-2.394,-2.394"/>
875
+ <circle fill="#383838" r="1.196" cy="64.8" cx="97.32"/>
876
+ </g>
877
+ <g id="G13pin">
878
+ <path fill="#BFBFBF" d="M94.926,72c0,-1.322,1.071,-2.394,2.394,-2.394s2.394,1.071,2.394,2.394"/>
879
+ <path fill="#E6E6E6" d="M99.713,72c0,1.322,-1.071,2.394,-2.394,2.394S94.926,73.322,94.926,72"/>
880
+ <circle fill="#383838" r="1.197" cy="72" cx="97.32"/>
881
+ </g>
882
+ <g id="H13pin">
883
+ <path fill="#BFBFBF" d="M94.926,79.2c0,-1.322,1.071,-2.394,2.394,-2.394s2.394,1.071,2.394,2.394"/>
884
+ <path fill="#E6E6E6" d="M99.713,79.2c0,1.321,-1.071,2.394,-2.394,2.394s-2.394,-1.072,-2.394,-2.394l0,0"/>
885
+ <circle fill="#383838" r="1.197" cy="79.2" cx="97.32"/>
886
+ </g>
887
+ <g id="I13pin">
888
+ <path fill="#BFBFBF" d="M94.926,86.4c0,-1.322,1.071,-2.395,2.394,-2.395s2.394,1.072,2.394,2.395"/>
889
+ <path fill="#E6E6E6" d="M99.713,86.4c0,1.321,-1.071,2.393,-2.394,2.393s-2.394,-1.071,-2.394,-2.393"/>
890
+ <circle fill="#383838" r="1.197" cy="86.4" cx="97.32"/>
891
+ </g>
892
+ <g id="J13pin">
893
+ <path fill="#BFBFBF" d="M94.926,93.6c0,-1.322,1.071,-2.394,2.394,-2.394s2.394,1.071,2.394,2.394"/>
894
+ <path fill="#E6E6E6" d="M99.713,93.6c0,1.322,-1.071,2.395,-2.394,2.395s-2.394,-1.072,-2.394,-2.395l0,0"/>
895
+ <circle fill="#383838" r="1.197" cy="93.6" cx="97.32"/>
896
+ </g>
897
+ <g id="F14pin">
898
+ <path fill="#BFBFBF" d="M102.126,64.8c0,-1.321,1.071,-2.394,2.394,-2.394c1.321,0,2.394,1.072,2.394,2.394"/>
899
+ <path fill="#E6E6E6" d="M106.914,64.8c0,1.322,-1.072,2.394,-2.394,2.394c-1.322,0,-2.394,-1.071,-2.394,-2.394"/>
900
+ <circle fill="#383838" r="1.196" cy="64.8" cx="104.52"/>
901
+ </g>
902
+ <g id="G14pin">
903
+ <path fill="#BFBFBF" d="M102.126,72c0,-1.322,1.071,-2.394,2.394,-2.394c1.321,0,2.394,1.071,2.394,2.394"/>
904
+ <path fill="#E6E6E6" d="M106.914,72c0,1.322,-1.072,2.394,-2.394,2.394c-1.322,0,-2.394,-1.071,-2.394,-2.394"/>
905
+ <circle fill="#383838" r="1.197" cy="72" cx="104.52"/>
906
+ </g>
907
+ <g id="H14pin">
908
+ <path fill="#BFBFBF" d="M102.126,79.2c0,-1.322,1.071,-2.394,2.394,-2.394c1.321,0,2.394,1.071,2.394,2.394"/>
909
+ <path fill="#E6E6E6" d="M106.914,79.2c0,1.321,-1.072,2.394,-2.394,2.394c-1.322,0,-2.394,-1.072,-2.394,-2.394l0,0"/>
910
+ <circle fill="#383838" r="1.197" cy="79.2" cx="104.52"/>
911
+ </g>
912
+ <g id="I14pin">
913
+ <path fill="#BFBFBF" d="M102.126,86.4c0,-1.322,1.071,-2.395,2.394,-2.395c1.321,0,2.394,1.072,2.394,2.395"/>
914
+ <path fill="#E6E6E6" d="M106.914,86.4c0,1.321,-1.072,2.393,-2.394,2.393c-1.322,0,-2.394,-1.071,-2.394,-2.393"/>
915
+ <circle fill="#383838" r="1.197" cy="86.4" cx="104.52"/>
916
+ </g>
917
+ <g id="J14pin">
918
+ <path fill="#BFBFBF" d="M102.126,93.6c0,-1.322,1.071,-2.394,2.394,-2.394c1.321,0,2.394,1.071,2.394,2.394"/>
919
+ <path fill="#E6E6E6" d="M106.914,93.6c0,1.322,-1.072,2.395,-2.394,2.395c-1.322,0,-2.394,-1.072,-2.394,-2.395l0,0"/>
920
+ <circle fill="#383838" r="1.197" cy="93.6" cx="104.52"/>
921
+ </g>
922
+ <g id="F15pin">
923
+ <path fill="#BFBFBF" d="M109.326,64.8c0.002,-1.321,1.076,-2.392,2.398,-2.39c1.318,0.002,2.387,1.07,2.389,2.39"/>
924
+ <path fill="#E6E6E6" d="M114.113,64.8c0.002,1.322,-1.067,2.396,-2.389,2.397c-1.322,0.002,-2.396,-1.068,-2.398,-2.391c0,-0.002,0,-0.004,0,-0.007"/>
925
+ <circle fill="#383838" r="1.196" cy="64.8" cx="111.72"/>
926
+ </g>
927
+ <g id="G15pin">
928
+ <path fill="#BFBFBF" d="M109.326,72c0.002,-1.322,1.076,-2.393,2.398,-2.391c1.318,0.002,2.387,1.071,2.389,2.391"/>
929
+ <path fill="#E6E6E6" d="M114.113,72c0.002,1.322,-1.067,2.395,-2.389,2.396c-1.322,0.002,-2.396,-1.067,-2.398,-2.39c0,-0.002,0,-0.005,0,-0.007"/>
930
+ <circle fill="#383838" r="1.197" cy="72" cx="111.72"/>
931
+ </g>
932
+ <g id="H15pin">
933
+ <path fill="#BFBFBF" d="M109.326,79.2c0.002,-1.322,1.076,-2.392,2.398,-2.39c1.318,0.002,2.387,1.07,2.389,2.39"/>
934
+ <path fill="#E6E6E6" d="M114.113,79.2c0.002,1.321,-1.067,2.396,-2.389,2.397c-1.322,0.002,-2.396,-1.068,-2.398,-2.391c0,-0.002,0,-0.005,0,-0.007"/>
935
+ <circle fill="#383838" r="1.197" cy="79.2" cx="111.72"/>
936
+ </g>
937
+ <g id="I15pin">
938
+ <path fill="#BFBFBF" d="M109.326,86.4c0.002,-1.322,1.076,-2.393,2.398,-2.391c1.318,0.002,2.387,1.07,2.389,2.391"/>
939
+ <path fill="#E6E6E6" d="M114.113,86.4c0.002,1.321,-1.067,2.395,-2.389,2.396c-1.322,0.002,-2.396,-1.068,-2.398,-2.39c0,-0.003,0,-0.005,0,-0.007"/>
940
+ <circle fill="#383838" r="1.197" cy="86.4" cx="111.72"/>
941
+ </g>
942
+ <g id="J15pin">
943
+ <path fill="#BFBFBF" d="M109.326,93.6c0.002,-1.322,1.076,-2.392,2.398,-2.39c1.318,0.002,2.387,1.071,2.389,2.39"/>
944
+ <path fill="#E6E6E6" d="M114.113,93.6c0.002,1.322,-1.067,2.396,-2.389,2.397c-1.322,0.002,-2.396,-1.067,-2.398,-2.39c0,-0.003,0,-0.005,0,-0.008"/>
945
+ <circle fill="#383838" r="1.197" cy="93.6" cx="111.72"/>
946
+ </g>
947
+ <g id="F16pin">
948
+ <path fill="#BFBFBF" d="M116.527,64.8c0.002,-1.321,1.074,-2.392,2.396,-2.39c1.319,0.002,2.389,1.07,2.391,2.39"/>
949
+ <path fill="#E6E6E6" d="M121.314,64.8c0.002,1.322,-1.068,2.396,-2.391,2.397s-2.395,-1.068,-2.396,-2.391c0,-0.002,0,-0.004,0,-0.007"/>
950
+ <circle fill="#383838" r="1.196" cy="64.8" cx="118.919"/>
951
+ </g>
952
+ <g id="G16pin">
953
+ <path fill="#BFBFBF" d="M116.527,72c0.002,-1.322,1.074,-2.393,2.396,-2.391c1.319,0.002,2.389,1.071,2.391,2.391"/>
954
+ <path fill="#E6E6E6" d="M121.314,72c0.002,1.322,-1.068,2.395,-2.391,2.396s-2.395,-1.067,-2.396,-2.39c0,-0.002,0,-0.005,0,-0.007"/>
955
+ <circle fill="#383838" r="1.197" cy="72" cx="118.919"/>
956
+ </g>
957
+ <g id="H16pin">
958
+ <path fill="#BFBFBF" d="M116.527,79.2c0.002,-1.322,1.074,-2.392,2.396,-2.39c1.319,0.002,2.389,1.07,2.391,2.39"/>
959
+ <path fill="#E6E6E6" d="M121.314,79.2c0.002,1.321,-1.068,2.396,-2.391,2.397s-2.395,-1.068,-2.396,-2.391c0,-0.002,0,-0.005,0,-0.007"/>
960
+ <circle fill="#383838" r="1.197" cy="79.2" cx="118.919"/>
961
+ </g>
962
+ <g id="I16pin">
963
+ <path fill="#BFBFBF" d="M116.527,86.4c0.002,-1.322,1.074,-2.393,2.396,-2.391c1.319,0.002,2.389,1.07,2.391,2.391"/>
964
+ <path fill="#E6E6E6" d="M121.314,86.4c0.002,1.321,-1.068,2.395,-2.391,2.396s-2.395,-1.068,-2.396,-2.39c0,-0.003,0,-0.005,0,-0.007"/>
965
+ <circle fill="#383838" r="1.197" cy="86.4" cx="118.919"/>
966
+ </g>
967
+ <g id="J16pin">
968
+ <path fill="#BFBFBF" d="M116.527,93.6c0.002,-1.322,1.074,-2.392,2.396,-2.39c1.319,0.002,2.389,1.071,2.391,2.39"/>
969
+ <path fill="#E6E6E6" d="M121.314,93.6c0.002,1.322,-1.068,2.396,-2.391,2.397s-2.395,-1.067,-2.396,-2.39c0,-0.003,0,-0.005,0,-0.008"/>
970
+ <circle fill="#383838" r="1.197" cy="93.6" cx="118.919"/>
971
+ </g>
972
+ <g id="F17pin">
973
+ <path fill="#BFBFBF" d="M123.726,64.8c0.002,-1.321,1.075,-2.392,2.397,-2.39c1.319,0.002,2.388,1.07,2.39,2.39"/>
974
+ <path fill="#E6E6E6" d="M128.513,64.8c0.002,1.322,-1.068,2.396,-2.39,2.397c-1.322,0.002,-2.396,-1.068,-2.397,-2.391c0,-0.002,0,-0.004,0,-0.007"/>
975
+ <circle fill="#383838" r="1.196" cy="64.8" cx="126.12"/>
976
+ </g>
977
+ <g id="G17pin">
978
+ <path fill="#BFBFBF" d="M123.726,72c0.002,-1.322,1.075,-2.393,2.397,-2.391c1.319,0.002,2.388,1.071,2.39,2.391"/>
979
+ <path fill="#E6E6E6" d="M128.513,72c0.002,1.322,-1.068,2.395,-2.39,2.396c-1.322,0.002,-2.396,-1.067,-2.397,-2.39c0,-0.002,0,-0.005,0,-0.007"/>
980
+ <circle fill="#383838" r="1.197" cy="72" cx="126.12"/>
981
+ </g>
982
+ <g id="H17pin">
983
+ <path fill="#BFBFBF" d="M123.726,79.2c0.002,-1.322,1.075,-2.392,2.397,-2.39c1.319,0.002,2.388,1.07,2.39,2.39"/>
984
+ <path fill="#E6E6E6" d="M128.513,79.2c0.002,1.321,-1.068,2.396,-2.39,2.397c-1.322,0.002,-2.396,-1.068,-2.397,-2.391c0,-0.002,0,-0.005,0,-0.007"/>
985
+ <circle fill="#383838" r="1.197" cy="79.2" cx="126.12"/>
986
+ </g>
987
+ <g id="I17pin">
988
+ <path fill="#BFBFBF" d="M123.726,86.4c0.002,-1.322,1.075,-2.393,2.397,-2.391c1.319,0.002,2.388,1.07,2.39,2.391"/>
989
+ <path fill="#E6E6E6" d="M128.513,86.4c0.002,1.321,-1.068,2.395,-2.39,2.396c-1.322,0.002,-2.396,-1.068,-2.397,-2.39c0,-0.003,0,-0.005,0,-0.007"/>
990
+ <circle fill="#383838" r="1.197" cy="86.4" cx="126.12"/>
991
+ </g>
992
+ <g id="J17pin">
993
+ <path fill="#BFBFBF" d="M123.726,93.6c0.002,-1.322,1.075,-2.392,2.397,-2.39c1.319,0.002,2.388,1.071,2.39,2.39"/>
994
+ <path fill="#E6E6E6" d="M128.513,93.6c0.002,1.322,-1.068,2.396,-2.39,2.397c-1.322,0.002,-2.396,-1.067,-2.397,-2.39c0,-0.003,0,-0.005,0,-0.008"/>
995
+ <circle fill="#383838" r="1.197" cy="93.6" cx="126.12"/>
996
+ </g>
997
+ <g id="F18pin">
998
+ <path fill="#BFBFBF" d="M130.926,64.8c0.002,-1.321,1.075,-2.392,2.397,-2.39c1.318,0.002,2.388,1.07,2.39,2.39"/>
999
+ <path fill="#E6E6E6" d="M135.713,64.8c0.002,1.322,-1.067,2.396,-2.39,2.397s-2.396,-1.068,-2.397,-2.391c0,-0.002,0,-0.004,0,-0.007"/>
1000
+ <circle fill="#383838" r="1.196" cy="64.8" cx="133.32"/>
1001
+ </g>
1002
+ <g id="G18pin">
1003
+ <path fill="#BFBFBF" d="M130.926,72c0.002,-1.322,1.075,-2.393,2.397,-2.391c1.318,0.002,2.388,1.071,2.39,2.391"/>
1004
+ <path fill="#E6E6E6" d="M135.713,72c0.002,1.322,-1.067,2.395,-2.39,2.396s-2.396,-1.067,-2.397,-2.39c0,-0.002,0,-0.005,0,-0.007"/>
1005
+ <circle fill="#383838" r="1.197" cy="72" cx="133.32"/>
1006
+ </g>
1007
+ <g id="H18pin">
1008
+ <path fill="#BFBFBF" d="M130.926,79.2c0.002,-1.322,1.075,-2.392,2.397,-2.39c1.318,0.002,2.388,1.07,2.39,2.39"/>
1009
+ <path fill="#E6E6E6" d="M135.713,79.2c0.002,1.321,-1.067,2.396,-2.39,2.397s-2.396,-1.068,-2.397,-2.391c0,-0.002,0,-0.005,0,-0.007"/>
1010
+ <circle fill="#383838" r="1.197" cy="79.2" cx="133.32"/>
1011
+ </g>
1012
+ <g id="I18pin">
1013
+ <path fill="#BFBFBF" d="M130.926,86.4c0.002,-1.322,1.075,-2.393,2.397,-2.391c1.318,0.002,2.388,1.07,2.39,2.391"/>
1014
+ <path fill="#E6E6E6" d="M135.713,86.4c0.002,1.321,-1.067,2.395,-2.39,2.396s-2.396,-1.068,-2.397,-2.39c0,-0.003,0,-0.005,0,-0.007"/>
1015
+ <circle fill="#383838" r="1.197" cy="86.4" cx="133.32"/>
1016
+ </g>
1017
+ <g id="J18pin">
1018
+ <path fill="#BFBFBF" d="M130.926,93.6c0.002,-1.322,1.075,-2.392,2.397,-2.39c1.318,0.002,2.388,1.071,2.39,2.39"/>
1019
+ <path fill="#E6E6E6" d="M135.713,93.6c0.002,1.322,-1.067,2.396,-2.39,2.397s-2.396,-1.067,-2.397,-2.39c0,-0.003,0,-0.005,0,-0.008"/>
1020
+ <circle fill="#383838" r="1.197" cy="93.6" cx="133.32"/>
1021
+ </g>
1022
+ <g id="F19pin">
1023
+ <path fill="#BFBFBF" d="M138.126,64.8c0.002,-1.321,1.075,-2.392,2.396,-2.39c1.319,0.002,2.389,1.07,2.391,2.39"/>
1024
+ <path fill="#E6E6E6" d="M142.914,64.8c0.002,1.322,-1.068,2.396,-2.391,2.397c-1.321,0.002,-2.395,-1.068,-2.396,-2.391c0,-0.002,0,-0.004,0,-0.007"/>
1025
+ <circle fill="#383838" r="1.196" cy="64.8" cx="140.52"/>
1026
+ </g>
1027
+ <g id="G19pin">
1028
+ <path fill="#BFBFBF" d="M138.126,72c0.002,-1.322,1.075,-2.393,2.396,-2.391c1.319,0.002,2.389,1.071,2.391,2.391"/>
1029
+ <path fill="#E6E6E6" d="M142.914,72c0.002,1.322,-1.068,2.395,-2.391,2.396c-1.321,0.002,-2.395,-1.067,-2.396,-2.39c0,-0.002,0,-0.005,0,-0.007"/>
1030
+ <circle fill="#383838" r="1.197" cy="72" cx="140.52"/>
1031
+ </g>
1032
+ <g id="H19pin">
1033
+ <path fill="#BFBFBF" d="M138.126,79.2c0.002,-1.322,1.075,-2.392,2.396,-2.39c1.319,0.002,2.389,1.07,2.391,2.39"/>
1034
+ <path fill="#E6E6E6" d="M142.914,79.2c0.002,1.321,-1.068,2.396,-2.391,2.397c-1.321,0.002,-2.395,-1.068,-2.396,-2.391c0,-0.002,0,-0.005,0,-0.007"/>
1035
+ <circle fill="#383838" r="1.197" cy="79.2" cx="140.52"/>
1036
+ </g>
1037
+ <g id="I19pin">
1038
+ <path fill="#BFBFBF" d="M138.126,86.4c0.002,-1.322,1.075,-2.393,2.396,-2.391c1.319,0.002,2.389,1.07,2.391,2.391"/>
1039
+ <path fill="#E6E6E6" d="M142.914,86.4c0.002,1.321,-1.068,2.395,-2.391,2.396c-1.321,0.002,-2.395,-1.068,-2.396,-2.39c0,-0.003,0,-0.005,0,-0.007"/>
1040
+ <circle fill="#383838" r="1.197" cy="86.4" cx="140.52"/>
1041
+ </g>
1042
+ <g id="J19pin">
1043
+ <path fill="#BFBFBF" d="M138.126,93.6c0.002,-1.322,1.075,-2.392,2.396,-2.39c1.319,0.002,2.389,1.071,2.391,2.39"/>
1044
+ <path fill="#E6E6E6" d="M142.914,93.6c0.002,1.322,-1.068,2.396,-2.391,2.397c-1.321,0.002,-2.395,-1.067,-2.396,-2.39c0,-0.003,0,-0.005,0,-0.008"/>
1045
+ <circle fill="#383838" r="1.197" cy="93.6" cx="140.52"/>
1046
+ </g>
1047
+ <g id="F20pin">
1048
+ <path fill="#BFBFBF" d="M145.326,64.8c0.002,-1.321,1.076,-2.392,2.397,-2.39c1.319,0.002,2.388,1.07,2.39,2.39"/>
1049
+ <path fill="#E6E6E6" d="M150.113,64.8c0.002,1.322,-1.067,2.396,-2.39,2.397c-1.321,0.002,-2.396,-1.068,-2.397,-2.391c0,-0.002,0,-0.004,0,-0.007"/>
1050
+ <circle fill="#383838" r="1.196" cy="64.8" cx="147.72"/>
1051
+ </g>
1052
+ <g id="G20pin">
1053
+ <path fill="#BFBFBF" d="M145.326,72c0.002,-1.322,1.076,-2.393,2.397,-2.391c1.319,0.002,2.388,1.071,2.39,2.391"/>
1054
+ <path fill="#E6E6E6" d="M150.113,72c0.002,1.322,-1.067,2.395,-2.39,2.396c-1.321,0.002,-2.396,-1.067,-2.397,-2.39c0,-0.002,0,-0.005,0,-0.007"/>
1055
+ <circle fill="#383838" r="1.197" cy="72" cx="147.72"/>
1056
+ </g>
1057
+ <g id="H20pin">
1058
+ <path fill="#BFBFBF" d="M145.326,79.2c0.002,-1.322,1.076,-2.392,2.397,-2.39c1.319,0.002,2.388,1.07,2.39,2.39"/>
1059
+ <path fill="#E6E6E6" d="M150.113,79.2c0.002,1.321,-1.067,2.396,-2.39,2.397c-1.321,0.002,-2.396,-1.068,-2.397,-2.391c0,-0.002,0,-0.005,0,-0.007"/>
1060
+ <circle fill="#383838" r="1.197" cy="79.2" cx="147.72"/>
1061
+ </g>
1062
+ <g id="I20pin">
1063
+ <path fill="#BFBFBF" d="M145.326,86.4c0.002,-1.322,1.076,-2.393,2.397,-2.391c1.319,0.002,2.388,1.07,2.39,2.391"/>
1064
+ <path fill="#E6E6E6" d="M150.113,86.4c0.002,1.321,-1.067,2.395,-2.39,2.396c-1.321,0.002,-2.396,-1.068,-2.397,-2.39c0,-0.003,0,-0.005,0,-0.007"/>
1065
+ <circle fill="#383838" r="1.197" cy="86.4" cx="147.72"/>
1066
+ </g>
1067
+ <g id="J20pin">
1068
+ <path fill="#BFBFBF" d="M145.326,93.6c0.002,-1.322,1.076,-2.392,2.397,-2.39c1.319,0.002,2.388,1.071,2.39,2.39"/>
1069
+ <path fill="#E6E6E6" d="M150.113,93.6c0.002,1.322,-1.067,2.396,-2.39,2.397c-1.321,0.002,-2.396,-1.067,-2.397,-2.39c0,-0.003,0,-0.005,0,-0.008"/>
1070
+ <circle fill="#383838" r="1.197" cy="93.6" cx="147.72"/>
1071
+ </g>
1072
+ </g>
1073
+ </g>
1074
+ </g></g></g><g partID='854100910'><g transform='translate(164.339,0)' ><g transform='matrix(-3.46945e-18,1,-1,-3.46945e-18,0,0)' ><g transform="matrix(1, 0, 0, 1, -1.9627, 0.415188)">
1075
+ <g id="breadboardbreadboard">
1076
+ <g gorn="0.3.0.0">
1077
+ <g transform="matrix(1, 0, 0, 1, 2, 0)">
1078
+ <g >
1079
+ <g >
1080
+ <g id="layer1_1_" gorn="0.3.0.0.0.0.0">
1081
+ <path id="path5" fill="#007300" gorn="0.3.0.0.0.0.0.0" d="M232.441,0,8.50399,0C3.826,0,0,3.82701,0,8.50401l0,141.731c0,4.67901,3.827,8.50501,8.50399,8.50501l223.938,0c4.679,0,8.50399,-3.82601,8.50399,-8.50501l0,-141.731C240.945,3.82701,237.119,0,232.441,0ZM9.92099,152.716c-2.152,0,-3.897,-1.744,-3.897,-3.89801,0,-2.152,1.745,-3.89601,3.897,-3.89601,2.153,0,3.898,1.744,3.898,3.89601,0,2.154,-1.746,3.89801,-3.898,3.89801zm0,-138.897c-2.152,0,-3.897,-1.745,-3.897,-3.89801,0,-2.152,1.745,-3.89701,3.897,-3.89701,2.153,0,3.898,1.745,3.898,3.89701,0,2.153,-1.746,3.89801,-3.898,3.89801zm164.411,138.897c-2.151,0,-3.897,-1.744,-3.897,-3.89801,0,-2.152,1.746,-3.89601,3.897,-3.89601,2.152,0,3.896,1.744,3.896,3.89601,0,2.154,-1.744,3.89801,-3.896,3.89801zm0,-138.897c-2.151,0,-3.897,-1.745,-3.897,-3.89801,0,-2.152,1.746,-3.89701,3.897,-3.89701,2.152,0,3.896,1.745,3.896,3.89701,0,2.153,-1.744,3.89801,-3.896,3.89801z"/>
1082
+ <g transform="matrix(1.17692, 0, 0, 1.14343, -27.3073, -20.8817)">
1083
+ <g >
1084
+ <g >
1085
+ <polygon id="rect3941-8_1_" fill="#1a1a1a" gorn="0.3.0.0.0.0.0.1.0.0" points="109.335,94.8212,70.717,94.8212,70.717,60.1161,73.866,56.1161,109.335,56.1161"/>
1086
+ </g>
1087
+ </g>
1088
+ </g>
1089
+ <rect id="rect3941-8-8_1_" fill="#1a1a1a" gorn="0.3.0.0.0.0.0.2" x="164.009" width="26.646" height="26.456" y="48.5059"/>
1090
+ <g transform="matrix(1, 0, 0, 1, -1.05684, -1.96271)">
1091
+ <g >
1092
+ <g >
1093
+ <g id="text3739_1_" gorn="0.3.0.0.0.0.0.3.0.0">
1094
+ <g transform="matrix(1, 0, 0, 1, 52.9396, 963.432)">
1095
+ <g >
1096
+ <g >
1097
+ <g id="_x30_.1.0.0.0.20.0" gorn="0.3.0.0.0.0.0.3.0.0.0.0.0">
1098
+ <g id="_x30_.1.0.0.20.0" gorn="0.3.0.0.0.0.0.3.0.0.0.0.0.0">
1099
+ <g transform="scale(0.98224562,1.0180753)">
1100
+ <g >
1101
+ <g >
1102
+ <g id="text12" fill="#ffffff" style="font-family:DroidSans;" font-size="0" gorn="0.3.0.0.0.0.0.3.0.0.0.0.0.0.0.0.0">
1103
+ <text id="tspan6477" style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:Droid Sans;-inkscape-font-specification:Droid Sans" font-size="0" gorn="0.3.0.0.0.0.0.3.0.0.0.0.0.0.0.0.0.0" x="24.9825" y="-920.105">Raspberry Pi 3 Model B v1.2</text>
1104
+ </g>
1105
+ </g>
1106
+ </g>
1107
+ </g>
1108
+ <g id="text14" fill="#ffffff" style="font-family:DroidSans;" font-size="0" gorn="0.3.0.0.0.0.0.3.0.0.0.0.0.0.1">
1109
+ <text id="tspan6479" style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:Droid Sans;-inkscape-font-specification:Droid Sans" font-size="0" gorn="0.3.0.0.0.0.0.3.0.0.0.0.0.0.1.0" x="30.4731" y="-931.948">&#xa9; Raspberry Pi 2015</text>
1110
+ </g>
1111
+ </g>
1112
+ </g>
1113
+ </g>
1114
+ </g>
1115
+ </g>
1116
+ </g>
1117
+ </g>
1118
+ </g>
1119
+ </g>
1120
+ <g id="text3739-6-1_1_" gorn="0.3.0.0.0.0.0.4">
1121
+ <g transform="matrix(1, 0, 0, 1, 53.3649, 969.376)">
1122
+ <g >
1123
+ <g >
1124
+ <g id="_x30_.1.0.0.0.21.0" gorn="0.3.0.0.0.0.0.4.0.0.0">
1125
+ <g id="_x30_.1.0.0.21.0" gorn="0.3.0.0.0.0.0.4.0.0.0.0">
1126
+ <g transform="matrix(1, 0, 0, 1, -24.2155, -864.636)">
1127
+ <g >
1128
+ <g >
1129
+ <text id="text19" fill="#ffffff" style="font-family:DroidSans;" font-size="0" gorn="0.3.0.0.0.0.0.4.0.0.0.0.0.0.0"/>
1130
+ </g>
1131
+ </g>
1132
+ </g>
1133
+ <g transform="matrix(1, 0, 0, 1, -22.5041, -864.636)">
1134
+ <g >
1135
+ <g >
1136
+ <text id="text21" fill="#ffffff" style="font-family:DroidSans;" font-size="0" gorn="0.3.0.0.0.0.0.4.0.0.0.0.1.0.0"/>
1137
+ </g>
1138
+ </g>
1139
+ </g>
1140
+ <g transform="matrix(1, 0, 0, 1, -21.4914, -864.636)">
1141
+ <g >
1142
+ <g >
1143
+ <text id="text23" fill="#ffffff" style="font-family:DroidSans;" font-size="0" gorn="0.3.0.0.0.0.0.4.0.0.0.0.2.0.0"/>
1144
+ </g>
1145
+ </g>
1146
+ </g>
1147
+ <g transform="matrix(1, 0, 0, 1, -20.5075, -864.636)">
1148
+ <g >
1149
+ <g >
1150
+ <text id="text25" fill="#ffffff" style="font-family:DroidSans;" font-size="0" gorn="0.3.0.0.0.0.0.4.0.0.0.0.3.0.0"/>
1151
+ </g>
1152
+ </g>
1153
+ </g>
1154
+ <g transform="matrix(1, 0, 0, 1, -18.8048, -864.636)">
1155
+ <g >
1156
+ <g >
1157
+ <text id="text27" fill="#ffffff" style="font-family:DroidSans;" font-size="0" gorn="0.3.0.0.0.0.0.4.0.0.0.0.4.0.0"/>
1158
+ </g>
1159
+ </g>
1160
+ </g>
1161
+ <g transform="matrix(1, 0, 0, 1, -18.0255, -864.636)">
1162
+ <g >
1163
+ <g >
1164
+ <text id="text29" fill="#ffffff" style="font-family:DroidSans;" font-size="0" gorn="0.3.0.0.0.0.0.4.0.0.0.0.5.0.0"/>
1165
+ </g>
1166
+ </g>
1167
+ </g>
1168
+ <g transform="matrix(1, 0, 0, 1, -16.9425, -864.636)">
1169
+ <g >
1170
+ <g >
1171
+ <text id="text31" fill="#ffffff" style="font-family:DroidSans;" font-size="0" gorn="0.3.0.0.0.0.0.4.0.0.0.0.6.0.0"/>
1172
+ </g>
1173
+ </g>
1174
+ </g>
1175
+ <g transform="matrix(1, 0, 0, 1, -15.8581, -864.636)">
1176
+ <g >
1177
+ <g >
1178
+ <text id="text33" fill="#ffffff" style="font-family:DroidSans;" font-size="0" gorn="0.3.0.0.0.0.0.4.0.0.0.0.7.0.0"/>
1179
+ </g>
1180
+ </g>
1181
+ </g>
1182
+ <g transform="matrix(1, 0, 0, 1, -13.6906, -864.636)">
1183
+ <g >
1184
+ <g >
1185
+ <text id="text35" fill="#ffffff" style="font-family:DroidSans;" font-size="0" gorn="0.3.0.0.0.0.0.4.0.0.0.0.8.0.0"/>
1186
+ </g>
1187
+ </g>
1188
+ </g>
1189
+ <g transform="matrix(1, 0, 0, 1, -11.5231, -864.636)">
1190
+ <g >
1191
+ <g >
1192
+ <text id="text37" fill="#ffffff" style="font-family:DroidSans;" font-size="0" gorn="0.3.0.0.0.0.0.4.0.0.0.0.9.0.0"/>
1193
+ </g>
1194
+ </g>
1195
+ </g>
1196
+ <g transform="matrix(1, 0, 0, 1, -9.35509, -864.636)">
1197
+ <g >
1198
+ <g >
1199
+ <text id="text39" fill="#ffffff" style="font-family:DroidSans;" font-size="0" gorn="0.3.0.0.0.0.0.4.0.0.0.0.10.0.0"/>
1200
+ </g>
1201
+ </g>
1202
+ </g>
1203
+ <g transform="matrix(1, 0, 0, 1, -8.57579, -864.636)">
1204
+ <g >
1205
+ <g >
1206
+ <text id="text41" fill="#ffffff" style="font-family:DroidSans;" font-size="0" gorn="0.3.0.0.0.0.0.4.0.0.0.0.11.0.0"/>
1207
+ </g>
1208
+ </g>
1209
+ </g>
1210
+ <g transform="matrix(1, 0, 0, 1, -7.4455, -864.636)">
1211
+ <g >
1212
+ <g >
1213
+ <text id="text43" fill="#ffffff" style="font-family:DroidSans;" font-size="0" gorn="0.3.0.0.0.0.0.4.0.0.0.0.12.0.0"/>
1214
+ </g>
1215
+ </g>
1216
+ </g>
1217
+ <g transform="matrix(1, 0, 0, 1, -5.904, -864.636)">
1218
+ <g >
1219
+ <g >
1220
+ <text id="text45" fill="#ffffff" style="font-family:DroidSans;" font-size="0" gorn="0.3.0.0.0.0.0.4.0.0.0.0.13.0.0"/>
1221
+ </g>
1222
+ </g>
1223
+ </g>
1224
+ <g transform="matrix(1, 0, 0, 1, -4.5929, -864.636)">
1225
+ <g >
1226
+ <g >
1227
+ <text id="text47" fill="#ffffff" style="font-family:DroidSans;" font-size="0" gorn="0.3.0.0.0.0.0.4.0.0.0.0.14.0.0"/>
1228
+ </g>
1229
+ </g>
1230
+ </g>
1231
+ <g transform="matrix(1, 0, 0, 1, -2.8908, -864.636)">
1232
+ <g >
1233
+ <g >
1234
+ <text id="text49" fill="#ffffff" style="font-family:DroidSans;" font-size="0" gorn="0.3.0.0.0.0.0.4.0.0.0.0.15.0.0"/>
1235
+ </g>
1236
+ </g>
1237
+ </g>
1238
+ <g transform="matrix(1, 0, 0, 1, -1.1881, -864.636)">
1239
+ <g >
1240
+ <g >
1241
+ <text id="text51" fill="#ffffff" style="font-family:DroidSans;" font-size="0" gorn="0.3.0.0.0.0.0.4.0.0.0.0.16.0.0"/>
1242
+ </g>
1243
+ </g>
1244
+ </g>
1245
+ <g transform="matrix(1, 0, 0, 1, 0.3661, -864.636)">
1246
+ <g >
1247
+ <g >
1248
+ <text id="text53" fill="#ffffff" style="font-family:DroidSans;" font-size="0" gorn="0.3.0.0.0.0.0.4.0.0.0.0.17.0.0"/>
1249
+ </g>
1250
+ </g>
1251
+ </g>
1252
+ <g transform="matrix(1, 0, 0, 1, 1.5252, -864.636)">
1253
+ <g >
1254
+ <g >
1255
+ <text id="text55" fill="#ffffff" style="font-family:DroidSans;" font-size="0" gorn="0.3.0.0.0.0.0.4.0.0.0.0.18.0.0"/>
1256
+ </g>
1257
+ </g>
1258
+ </g>
1259
+ <g transform="matrix(1, 0, 0, 1, 2.6844, -864.636)">
1260
+ <g >
1261
+ <g >
1262
+ <text id="text57" fill="#ffffff" style="font-family:DroidSans;" font-size="0" gorn="0.3.0.0.0.0.0.4.0.0.0.0.19.0.0"/>
1263
+ </g>
1264
+ </g>
1265
+ </g>
1266
+ <g transform="matrix(1, 0, 0, 1, 4.1043, -864.636)">
1267
+ <g >
1268
+ <g >
1269
+ <text id="text59" fill="#ffffff" style="font-family:DroidSans;" font-size="0" gorn="0.3.0.0.0.0.0.4.0.0.0.0.20.0.0"/>
1270
+ </g>
1271
+ </g>
1272
+ </g>
1273
+ <g transform="matrix(1, 0, 0, 1, 5.807, -864.636)">
1274
+ <g >
1275
+ <g >
1276
+ <text id="text61" fill="#ffffff" style="font-family:DroidSans;" font-size="0" gorn="0.3.0.0.0.0.0.4.0.0.0.0.21.0.0"/>
1277
+ </g>
1278
+ </g>
1279
+ </g>
1280
+ <g transform="matrix(1, 0, 0, 1, 6.5584, -864.636)">
1281
+ <g >
1282
+ <g >
1283
+ <text id="text63" fill="#ffffff" style="font-family:DroidSans;" font-size="0" gorn="0.3.0.0.0.0.0.4.0.0.0.0.22.0.0"/>
1284
+ </g>
1285
+ </g>
1286
+ </g>
1287
+ <g transform="matrix(1, 0, 0, 1, 7.3377, -864.636)">
1288
+ <g >
1289
+ <g >
1290
+ <text id="text65" fill="#ffffff" style="font-family:DroidSans;" font-size="0" gorn="0.3.0.0.0.0.0.4.0.0.0.0.23.0.0"/>
1291
+ </g>
1292
+ </g>
1293
+ </g>
1294
+ <g transform="matrix(1, 0, 0, 1, 9.01399, -864.636)">
1295
+ <g >
1296
+ <g >
1297
+ <text id="text67" fill="#ffffff" style="font-family:DroidSans;" font-size="0" gorn="0.3.0.0.0.0.0.4.0.0.0.0.24.0.0"/>
1298
+ </g>
1299
+ </g>
1300
+ </g>
1301
+ <g transform="matrix(1, 0, 0, 1, 10.1449, -864.636)">
1302
+ <g >
1303
+ <g >
1304
+ <text id="text69" fill="#ffffff" style="font-family:DroidSans;" font-size="0" gorn="0.3.0.0.0.0.0.4.0.0.0.0.25.0.0"/>
1305
+ </g>
1306
+ </g>
1307
+ </g>
1308
+ </g>
1309
+ </g>
1310
+ </g>
1311
+ </g>
1312
+ </g>
1313
+ </g>
1314
+ <g transform="matrix(0,-1,1,0,0,0)">
1315
+ <g >
1316
+ <g >
1317
+ <g id="_x30_.1.0.0.0.211" gorn="0.3.0.0.0.0.0.5.0.0">
1318
+ <g id="_x30_.1.0.0.211" gorn="0.3.0.0.0.0.0.5.0.0.0">
1319
+ <g id="text3663_5_" gorn="0.3.0.0.0.0.0.5.0.0.0.0">
1320
+ <g transform="matrix(-1, 0, 0, -1, -1011.97, 13.4308)">
1321
+ <g >
1322
+ <g >
1323
+ <g id="_x30_.1.0.0.0.211.0.0.0" gorn="0.3.0.0.0.0.0.5.0.0.0.0.0.0.0">
1324
+ <g id="_x30_.1.0.0.211.0.0" gorn="0.3.0.0.0.0.0.5.0.0.0.0.0.0.0.0">
1325
+ <g transform="matrix(0, -1, 1, 0, -868.501, -9.50962)">
1326
+ <g >
1327
+ <g >
1328
+ <text id="tspan8666_5_" fill="#ffffff" style="font-family:OCRA;" font-size="0" gorn="0.3.0.0.0.0.0.5.0.0.0.0.0.0.0.0.0.0.0">Power</text>
1329
+ </g>
1330
+ </g>
1331
+ </g>
1332
+ </g>
1333
+ </g>
1334
+ </g>
1335
+ </g>
1336
+ </g>
1337
+ </g>
1338
+ </g>
1339
+ </g>
1340
+ </g>
1341
+ </g>
1342
+ </g>
1343
+ <g transform="matrix(0,-1,1,0,0,0)">
1344
+ <g >
1345
+ <g >
1346
+ <g id="_x30_.1.0.0.0.212" gorn="0.3.0.0.0.0.0.6.0.0">
1347
+ <g id="_x30_.1.0.0.212" gorn="0.3.0.0.0.0.0.6.0.0.0">
1348
+ <g id="text3663_2_" gorn="0.3.0.0.0.0.0.6.0.0.0.0">
1349
+ <g transform="matrix(0, 1, -1, 0, -1009.99, 140.158)">
1350
+ <g >
1351
+ <g >
1352
+ <g id="_x30_.1.0.0.0.212.0.0.0" gorn="0.3.0.0.0.0.0.6.0.0.0.0.0.0.0">
1353
+ <g id="_x30_.1.0.0.212.0.0" gorn="0.3.0.0.0.0.0.6.0.0.0.0.0.0.0.0">
1354
+ <g transform="matrix(1, 0, 0, 1, -56.0626, -883.334)">
1355
+ <g >
1356
+ <g >
1357
+ <text id="tspan8666_2_" fill="#ffffff" style="font-family:OCRA;" font-size="0" gorn="0.3.0.0.0.0.0.6.0.0.0.0.0.0.0.0.0.0.0">HDMI</text>
1358
+ </g>
1359
+ </g>
1360
+ </g>
1361
+ </g>
1362
+ </g>
1363
+ </g>
1364
+ </g>
1365
+ </g>
1366
+ </g>
1367
+ </g>
1368
+ </g>
1369
+ </g>
1370
+ </g>
1371
+ </g>
1372
+ <g transform="matrix(0,-1,1,0,0,0)">
1373
+ <g >
1374
+ <g >
1375
+ <g id="_x30_.1.0.0.0.213" gorn="0.3.0.0.0.0.0.7.0.0">
1376
+ <g id="_x30_.1.0.0.213" gorn="0.3.0.0.0.0.0.7.0.0.0">
1377
+ <g id="text3663_6_" gorn="0.3.0.0.0.0.0.7.0.0.0.0">
1378
+ <g transform="matrix(0, 1, -1, 0, -892.194, 212.481)">
1379
+ <g >
1380
+ <g >
1381
+ <g id="_x30_.1.0.0.0.213.0.0.0" gorn="0.3.0.0.0.0.0.7.0.0.0.0.0.0.0">
1382
+ <g id="_x30_.1.0.0.213.0.0" gorn="0.3.0.0.0.0.0.7.0.0.0.0.0.0.0.0">
1383
+ <text id="tspan8666_6_" fill="#ffffff" style="font-family:OCRA;" font-size="0" gorn="0.3.0.0.0.0.0.7.0.0.0.0.0.0.0.0.0" x="-66.8515" y="-771.364">Audio</text>
1384
+ </g>
1385
+ </g>
1386
+ </g>
1387
+ </g>
1388
+ </g>
1389
+ </g>
1390
+ </g>
1391
+ </g>
1392
+ </g>
1393
+ </g>
1394
+ </g>
1395
+ <g transform="matrix(0,-1,1,0,0,0)">
1396
+ <g >
1397
+ <g >
1398
+ <g id="_x30_.1.0.0.0.215" gorn="0.3.0.0.0.0.0.8.0.0">
1399
+ <g id="_x30_.1.0.0.215" gorn="0.3.0.0.0.0.0.8.0.0.0">
1400
+ <g id="text3663_3_" gorn="0.3.0.0.0.0.0.8.0.0.0.0">
1401
+ <g transform="matrix(1, 0, 0, 1, -944.901, 261.888)">
1402
+ <g >
1403
+ <g >
1404
+ <g id="_x30_.1.0.0.0.215.0.0.0" gorn="0.3.0.0.0.0.0.8.0.0.0.0.0.0.0">
1405
+ <g id="_x30_.1.0.0.215.0.0" gorn="0.3.0.0.0.0.0.8.0.0.0.0.0.0.0.0">
1406
+ <g transform="matrix(1, 0, 0, 1, 859.662, -55.3473)">
1407
+ <g >
1408
+ <g >
1409
+ <text id="tspan8666_3_" fill="#ffffff" style="font-family:OCRA;" font-size="0" gorn="0.3.0.0.0.0.0.8.0.0.0.0.0.0.0.0.0.0.0">USB 2x</text>
1410
+ </g>
1411
+ </g>
1412
+ </g>
1413
+ </g>
1414
+ </g>
1415
+ </g>
1416
+ </g>
1417
+ </g>
1418
+ </g>
1419
+ </g>
1420
+ </g>
1421
+ </g>
1422
+ </g>
1423
+ </g>
1424
+ <g transform="matrix(0,-1,1,0,0,0)">
1425
+ <g >
1426
+ <g >
1427
+ <g id="_x30_.1.0.0.0.215_1_" gorn="0.3.0.0.0.0.0.9.0.0">
1428
+ <g id="_x30_.1.0.0.215_1_" gorn="0.3.0.0.0.0.0.9.0.0.0">
1429
+ <g id="text3663_1_" gorn="0.3.0.0.0.0.0.9.0.0.0.0">
1430
+ <g transform="matrix(1, 0, 0, 1, -944.901, 261.888)">
1431
+ <g >
1432
+ <g >
1433
+ <g id="_x30_.1.0.0.0.215.0.0.0_1_" gorn="0.3.0.0.0.0.0.9.0.0.0.0.0.0.0">
1434
+ <g id="_x30_.1.0.0.215.0.0_1_" gorn="0.3.0.0.0.0.0.9.0.0.0.0.0.0.0.0">
1435
+ <g transform="matrix(1, 0, 0, 1, 910.257, -55.3473)">
1436
+ <g >
1437
+ <g >
1438
+ <text id="tspan8666_7_" fill="#ffffff" style="font-family:OCRA;" font-size="0" gorn="0.3.0.0.0.0.0.9.0.0.0.0.0.0.0.0.0.0.0">USB 2x</text>
1439
+ </g>
1440
+ </g>
1441
+ </g>
1442
+ </g>
1443
+ </g>
1444
+ </g>
1445
+ </g>
1446
+ </g>
1447
+ </g>
1448
+ </g>
1449
+ </g>
1450
+ </g>
1451
+ </g>
1452
+ </g>
1453
+ <g transform="matrix(0,-1,1,0,0,0)">
1454
+ <g >
1455
+ <g >
1456
+ <g id="_x30_.1.0.0.0.216" gorn="0.3.0.0.0.0.0.10.0.0">
1457
+ <g id="_x30_.1.0.0.216" gorn="0.3.0.0.0.0.0.10.0.0.0">
1458
+ <g id="text3663_4_" gorn="0.3.0.0.0.0.0.10.0.0.0.0">
1459
+ <g transform="matrix(1, 0, 0, 1, -1031.92, 233.499)">
1460
+ <g >
1461
+ <g >
1462
+ <g id="_x30_.1.0.0.0.216.0.0.0" gorn="0.3.0.0.0.0.0.10.0.0.0.0.0.0.0">
1463
+ <g id="_x30_.1.0.0.216.0.0" gorn="0.3.0.0.0.0.0.10.0.0.0.0.0.0.0.0">
1464
+ <g transform="matrix(1, 0, 0, 1, 890.268, -41.8219)">
1465
+ <g >
1466
+ <g >
1467
+ <text id="tspan8666_4_" fill="#ffffff" style="font-family:OCRA;" font-size="0" gorn="0.3.0.0.0.0.0.10.0.0.0.0.0.0.0.0.0.0.0">ETHERNET</text>
1468
+ </g>
1469
+ </g>
1470
+ </g>
1471
+ </g>
1472
+ </g>
1473
+ </g>
1474
+ </g>
1475
+ </g>
1476
+ </g>
1477
+ </g>
1478
+ </g>
1479
+ </g>
1480
+ </g>
1481
+ </g>
1482
+ <g transform="matrix(0,-1,1,0,0,0)">
1483
+ <g >
1484
+ <g >
1485
+ <g id="_x30_.1.0.0.0.217" gorn="0.3.0.0.0.0.0.11.0.0">
1486
+ <g id="_x30_.1.0.0.217" gorn="0.3.0.0.0.0.0.11.0.0.0">
1487
+ <g id="text3663_8_" gorn="0.3.0.0.0.0.0.11.0.0.0.0">
1488
+ <g transform="matrix(1, 0, 0, 1, -970.179, 17.1525)">
1489
+ <g >
1490
+ <g >
1491
+ <g id="_x30_.1.0.0.0.217.0.0.0" gorn="0.3.0.0.0.0.0.11.0.0.0.0.0.0.0">
1492
+ <g id="_x30_.1.0.0.217.0.0" gorn="0.3.0.0.0.0.0.11.0.0.0.0.0.0.0.0">
1493
+ <text id="tspan8666_8_" fill="#ffffff" style="font-family:OCRA;" font-size="0" gorn="0.3.0.0.0.0.0.11.0.0.0.0.0.0.0.0.0" x="874.041" y="6.51111">DSI (DISPLAY)</text>
1494
+ </g>
1495
+ </g>
1496
+ </g>
1497
+ </g>
1498
+ </g>
1499
+ </g>
1500
+ </g>
1501
+ </g>
1502
+ </g>
1503
+ </g>
1504
+ </g>
1505
+ <g transform="matrix(0,-1,1,0,0,0)">
1506
+ <g >
1507
+ <g >
1508
+ <g id="_x30_.1.0.0.0.218" gorn="0.3.0.0.0.0.0.12.0.0">
1509
+ <g id="_x30_.1.0.0.218" gorn="0.3.0.0.0.0.0.12.0.0.0">
1510
+ <g id="text3663_9_" gorn="0.3.0.0.0.0.0.12.0.0.0.0">
1511
+ <g transform="matrix(-1, 0, 0, -1, -980.192, 209.782)">
1512
+ <g >
1513
+ <g >
1514
+ <g id="_x30_.1.0.0.0.218.0.0.0" gorn="0.3.0.0.0.0.0.12.0.0.0.0.0.0.0">
1515
+ <g id="_x30_.1.0.0.218.0.0" gorn="0.3.0.0.0.0.0.12.0.0.0.0.0.0.0.0">
1516
+ <text id="tspan8666_9_" fill="#ffffff" style="font-family:OCRA;" font-size="0" gorn="0.3.0.0.0.0.0.12.0.0.0.0.0.0.0.0.0" x="-863.364" y="72.6509">CSI (CAMERA)</text>
1517
+ </g>
1518
+ </g>
1519
+ </g>
1520
+ </g>
1521
+ </g>
1522
+ </g>
1523
+ </g>
1524
+ </g>
1525
+ </g>
1526
+ </g>
1527
+ </g>
1528
+ <g id="_x30_.1.0.220" gorn="0.3.0.0.0.0.0.13">
1529
+ <g id="_x30_.1.0.220.0" gorn="0.3.0.0.0.0.0.13.0">
1530
+ <g id="_x30_.1.0.220.0.0" gorn="0.3.0.0.0.0.0.13.0.0">
1531
+ <rect id="_x30_.1.0.220.0.0.0" fill="#cccccc" gorn="0.3.0.0.0.0.0.13.0.0.0" x="103.451" width="0.935999" height="3.07701" y="128.867"/>
1532
+ </g>
1533
+ <g id="_x30_.1.0.220.0.1" gorn="0.3.0.0.0.0.0.13.0.1">
1534
+ <rect id="_x30_.1.0.220.0.1.0" fill="#cccccc" gorn="0.3.0.0.0.0.0.13.0.1.0" x="102.252" width="0.934999" height="3.07701" y="128.867"/>
1535
+ </g>
1536
+ <g id="_x30_.1.0.220.0.2" gorn="0.3.0.0.0.0.0.13.0.2">
1537
+ <rect id="_x30_.1.0.220.0.2.0" fill="#cccccc" gorn="0.3.0.0.0.0.0.13.0.2.0" x="101.051" width="0.934999" height="3.07701" y="128.867"/>
1538
+ </g>
1539
+ <g id="_x30_.1.0.220.0.3" gorn="0.3.0.0.0.0.0.13.0.3">
1540
+ <rect id="_x30_.1.0.220.0.3.0" fill="#cccccc" gorn="0.3.0.0.0.0.0.13.0.3.0" x="99.8479" width="0.933999" height="3.07701" y="128.867"/>
1541
+ </g>
1542
+ <g id="_x30_.1.0.220.0.4" gorn="0.3.0.0.0.0.0.13.0.4">
1543
+ <rect id="_x30_.1.0.220.0.4.0" fill="#cccccc" gorn="0.3.0.0.0.0.0.13.0.4.0" x="98.6459" width="0.933999" height="3.07701" y="128.867"/>
1544
+ </g>
1545
+ <g id="_x30_.1.0.220.0.5" gorn="0.3.0.0.0.0.0.13.0.5">
1546
+ <rect id="_x30_.1.0.220.0.5.0" fill="#cccccc" gorn="0.3.0.0.0.0.0.13.0.5.0" x="97.4449" width="0.933999" height="3.07701" y="128.867"/>
1547
+ </g>
1548
+ <g id="_x30_.1.0.220.0.6" gorn="0.3.0.0.0.0.0.13.0.6">
1549
+ <rect id="_x30_.1.0.220.0.6.0" fill="#cccccc" gorn="0.3.0.0.0.0.0.13.0.6.0" x="96.2439" width="0.933999" height="3.07701" y="128.867"/>
1550
+ </g>
1551
+ <g id="_x30_.1.0.220.0.7" gorn="0.3.0.0.0.0.0.13.0.7">
1552
+ <rect id="_x30_.1.0.220.0.7.0" fill="#cccccc" gorn="0.3.0.0.0.0.0.13.0.7.0" x="95.0429" width="0.934999" height="3.07701" y="128.867"/>
1553
+ </g>
1554
+ <g id="_x30_.1.0.220.0.8" gorn="0.3.0.0.0.0.0.13.0.8">
1555
+ <rect id="_x30_.1.0.220.0.8.0" fill="#cccccc" gorn="0.3.0.0.0.0.0.13.0.8.0" x="93.8419" width="0.934999" height="3.07701" y="128.867"/>
1556
+ </g>
1557
+ <g id="_x30_.1.0.220.0.9" gorn="0.3.0.0.0.0.0.13.0.9">
1558
+ <rect id="_x30_.1.0.220.0.9.0" fill="#cccccc" gorn="0.3.0.0.0.0.0.13.0.9.0" x="92.6389" width="0.933999" height="3.07701" y="128.867"/>
1559
+ </g>
1560
+ <g id="_x30_.1.0.220.0.10" gorn="0.3.0.0.0.0.0.13.0.10">
1561
+ <rect id="_x30_.1.0.220.0.10.0" fill="#cccccc" gorn="0.3.0.0.0.0.0.13.0.10.0" x="91.4379" width="0.932999" height="3.07701" y="128.867"/>
1562
+ </g>
1563
+ <g id="_x30_.1.0.220.0.11" gorn="0.3.0.0.0.0.0.13.0.11">
1564
+ <rect id="_x30_.1.0.220.0.11.0" fill="#cccccc" gorn="0.3.0.0.0.0.0.13.0.11.0" x="90.2369" width="0.934999" height="3.07701" y="128.867"/>
1565
+ </g>
1566
+ <g id="_x30_.1.0.220.0.12" gorn="0.3.0.0.0.0.0.13.0.12">
1567
+ <rect id="_x30_.1.0.220.0.12.0" fill="#cccccc" gorn="0.3.0.0.0.0.0.13.0.12.0" x="89.0359" width="0.936999" height="3.07701" y="128.867"/>
1568
+ </g>
1569
+ <g id="_x30_.1.0.220.0.13" gorn="0.3.0.0.0.0.0.13.0.13">
1570
+ <rect id="_x30_.1.0.220.0.13.0" fill="#cccccc" gorn="0.3.0.0.0.0.0.13.0.13.0" x="87.8339" width="0.935999" height="3.07701" y="128.867"/>
1571
+ </g>
1572
+ <g id="_x30_.1.0.220.0.14" gorn="0.3.0.0.0.0.0.13.0.14">
1573
+ <rect id="_x30_.1.0.220.0.14.0" fill="#cccccc" gorn="0.3.0.0.0.0.0.13.0.14.0" x="86.6329" width="0.935999" height="3.07701" y="128.867"/>
1574
+ </g>
1575
+ <g id="_x30_.1.0.220.0.15" gorn="0.3.0.0.0.0.0.13.0.15">
1576
+ <rect id="_x30_.1.0.220.0.15.0" fill="#cccccc" gorn="0.3.0.0.0.0.0.13.0.15.0" x="85.4319" width="0.933999" height="3.07701" y="128.867"/>
1577
+ </g>
1578
+ <g id="_x30_.1.0.220.0.16" gorn="0.3.0.0.0.0.0.13.0.16">
1579
+ <rect id="_x30_.1.0.220.0.16.0" fill="#cccccc" gorn="0.3.0.0.0.0.0.13.0.16.0" x="84.2299" width="0.933999" height="3.07701" y="128.867"/>
1580
+ </g>
1581
+ <g id="_x30_.1.0.220.0.17" gorn="0.3.0.0.0.0.0.13.0.17">
1582
+ <rect id="_x30_.1.0.220.0.17.0" fill="#cccccc" gorn="0.3.0.0.0.0.0.13.0.17.0" x="83.0289" width="0.934999" height="3.07701" y="128.867"/>
1583
+ </g>
1584
+ <g id="_x30_.1.0.220.0.18" gorn="0.3.0.0.0.0.0.13.0.18">
1585
+ <rect id="_x30_.1.0.220.0.18.0" fill="#cccccc" gorn="0.3.0.0.0.0.0.13.0.18.0" x="81.8269" width="0.935999" height="3.07701" y="128.867"/>
1586
+ </g>
1587
+ <g id="_x30_.1.0.220.0.19" gorn="0.3.0.0.0.0.0.13.0.19">
1588
+ <rect id="_x30_.1.0.220.0.19.0" fill="#cccccc" gorn="0.3.0.0.0.0.0.13.0.19.0" x="80.6269" width="0.935999" height="3.07701" y="128.867"/>
1589
+ </g>
1590
+ <g id="_x30_.1.0.220.0.20" gorn="0.3.0.0.0.0.0.13.0.20">
1591
+ <rect id="_x30_.1.0.220.0.20.0" fill="#cccccc" gorn="0.3.0.0.0.0.0.13.0.20.0" x="79.425" width="0.935999" height="3.07701" y="128.867"/>
1592
+ </g>
1593
+ <g id="_x30_.1.0.220.0.21" gorn="0.3.0.0.0.0.0.13.0.21">
1594
+ <rect id="_x30_.1.0.220.0.21.0" fill="#cccccc" gorn="0.3.0.0.0.0.0.13.0.21.0" x="78.2229" width="0.933999" height="3.07701" y="128.867"/>
1595
+ </g>
1596
+ <g id="_x30_.1.0.220.0.22" gorn="0.3.0.0.0.0.0.13.0.22">
1597
+ <rect id="_x30_.1.0.220.0.22.0" fill="#cccccc" gorn="0.3.0.0.0.0.0.13.0.22.0" x="77.021" width="0.933999" height="3.07701" y="128.867"/>
1598
+ </g>
1599
+ </g>
1600
+ <g id="_x30_.1.0.220.1" gorn="0.3.0.0.0.0.0.13.1">
1601
+ <g id="_x30_.1.0.220.1.0" gorn="0.3.0.0.0.0.0.13.1.0">
1602
+ <rect id="_x30_.1.0.220.1.0.0" fill-opacity="0.2" fill="#ffffff" gorn="0.3.0.0.0.0.0.13.1.0.0" x="103.451" width="0.935999" height="0.278" y="128.867"/>
1603
+ </g>
1604
+ <g id="_x30_.1.0.220.1.1" gorn="0.3.0.0.0.0.0.13.1.1">
1605
+ <rect id="_x30_.1.0.220.1.1.0" fill-opacity="0.2" fill="#ffffff" gorn="0.3.0.0.0.0.0.13.1.1.0" x="102.252" width="0.934999" height="0.278" y="128.867"/>
1606
+ </g>
1607
+ <g id="_x30_.1.0.220.1.2" gorn="0.3.0.0.0.0.0.13.1.2">
1608
+ <rect id="_x30_.1.0.220.1.2.0" fill-opacity="0.2" fill="#ffffff" gorn="0.3.0.0.0.0.0.13.1.2.0" x="101.051" width="0.934999" height="0.278" y="128.867"/>
1609
+ </g>
1610
+ <g id="_x30_.1.0.220.1.3" gorn="0.3.0.0.0.0.0.13.1.3">
1611
+ <rect id="_x30_.1.0.220.1.3.0" fill-opacity="0.2" fill="#ffffff" gorn="0.3.0.0.0.0.0.13.1.3.0" x="99.8479" width="0.933999" height="0.278" y="128.867"/>
1612
+ </g>
1613
+ <g id="_x30_.1.0.220.1.4" gorn="0.3.0.0.0.0.0.13.1.4">
1614
+ <rect id="_x30_.1.0.220.1.4.0" fill-opacity="0.2" fill="#ffffff" gorn="0.3.0.0.0.0.0.13.1.4.0" x="98.6459" width="0.933999" height="0.278" y="128.867"/>
1615
+ </g>
1616
+ <g id="_x30_.1.0.220.1.5" gorn="0.3.0.0.0.0.0.13.1.5">
1617
+ <rect id="_x30_.1.0.220.1.5.0" fill-opacity="0.2" fill="#ffffff" gorn="0.3.0.0.0.0.0.13.1.5.0" x="97.4449" width="0.933999" height="0.278" y="128.867"/>
1618
+ </g>
1619
+ <g id="_x30_.1.0.220.1.6" gorn="0.3.0.0.0.0.0.13.1.6">
1620
+ <rect id="_x30_.1.0.220.1.6.0" fill-opacity="0.2" fill="#ffffff" gorn="0.3.0.0.0.0.0.13.1.6.0" x="96.2439" width="0.933999" height="0.278" y="128.867"/>
1621
+ </g>
1622
+ <g id="_x30_.1.0.220.1.7" gorn="0.3.0.0.0.0.0.13.1.7">
1623
+ <rect id="_x30_.1.0.220.1.7.0" fill-opacity="0.2" fill="#ffffff" gorn="0.3.0.0.0.0.0.13.1.7.0" x="95.0429" width="0.934999" height="0.278" y="128.867"/>
1624
+ </g>
1625
+ <g id="_x30_.1.0.220.1.8" gorn="0.3.0.0.0.0.0.13.1.8">
1626
+ <rect id="_x30_.1.0.220.1.8.0" fill-opacity="0.2" fill="#ffffff" gorn="0.3.0.0.0.0.0.13.1.8.0" x="93.8419" width="0.934999" height="0.278" y="128.867"/>
1627
+ </g>
1628
+ <g id="_x30_.1.0.220.1.9" gorn="0.3.0.0.0.0.0.13.1.9">
1629
+ <rect id="_x30_.1.0.220.1.9.0" fill-opacity="0.2" fill="#ffffff" gorn="0.3.0.0.0.0.0.13.1.9.0" x="92.6389" width="0.933999" height="0.278" y="128.867"/>
1630
+ </g>
1631
+ <g id="_x30_.1.0.220.1.10" gorn="0.3.0.0.0.0.0.13.1.10">
1632
+ <rect id="_x30_.1.0.220.1.10.0" fill-opacity="0.2" fill="#ffffff" gorn="0.3.0.0.0.0.0.13.1.10.0" x="91.4379" width="0.932999" height="0.278" y="128.867"/>
1633
+ </g>
1634
+ <g id="_x30_.1.0.220.1.11" gorn="0.3.0.0.0.0.0.13.1.11">
1635
+ <rect id="_x30_.1.0.220.1.11.0" fill-opacity="0.2" fill="#ffffff" gorn="0.3.0.0.0.0.0.13.1.11.0" x="90.2369" width="0.934999" height="0.278" y="128.867"/>
1636
+ </g>
1637
+ <g id="_x30_.1.0.220.1.12" gorn="0.3.0.0.0.0.0.13.1.12">
1638
+ <rect id="_x30_.1.0.220.1.12.0" fill-opacity="0.2" fill="#ffffff" gorn="0.3.0.0.0.0.0.13.1.12.0" x="89.0359" width="0.936999" height="0.278" y="128.867"/>
1639
+ </g>
1640
+ <g id="_x30_.1.0.220.1.13" gorn="0.3.0.0.0.0.0.13.1.13">
1641
+ <rect id="_x30_.1.0.220.1.13.0" fill-opacity="0.2" fill="#ffffff" gorn="0.3.0.0.0.0.0.13.1.13.0" x="87.8339" width="0.935999" height="0.278" y="128.867"/>
1642
+ </g>
1643
+ <g id="_x30_.1.0.220.1.14" gorn="0.3.0.0.0.0.0.13.1.14">
1644
+ <rect id="_x30_.1.0.220.1.14.0" fill-opacity="0.2" fill="#ffffff" gorn="0.3.0.0.0.0.0.13.1.14.0" x="86.6329" width="0.935999" height="0.278" y="128.867"/>
1645
+ </g>
1646
+ <g id="_x30_.1.0.220.1.15" gorn="0.3.0.0.0.0.0.13.1.15">
1647
+ <rect id="_x30_.1.0.220.1.15.0" fill-opacity="0.2" fill="#ffffff" gorn="0.3.0.0.0.0.0.13.1.15.0" x="85.4319" width="0.933999" height="0.278" y="128.867"/>
1648
+ </g>
1649
+ <g id="_x30_.1.0.220.1.16" gorn="0.3.0.0.0.0.0.13.1.16">
1650
+ <rect id="_x30_.1.0.220.1.16.0" fill-opacity="0.2" fill="#ffffff" gorn="0.3.0.0.0.0.0.13.1.16.0" x="84.2299" width="0.933999" height="0.278" y="128.867"/>
1651
+ </g>
1652
+ <g id="_x30_.1.0.220.1.17" gorn="0.3.0.0.0.0.0.13.1.17">
1653
+ <rect id="_x30_.1.0.220.1.17.0" fill-opacity="0.2" fill="#ffffff" gorn="0.3.0.0.0.0.0.13.1.17.0" x="83.0289" width="0.934999" height="0.278" y="128.867"/>
1654
+ </g>
1655
+ <g id="_x30_.1.0.220.1.18" gorn="0.3.0.0.0.0.0.13.1.18">
1656
+ <rect id="_x30_.1.0.220.1.18.0" fill-opacity="0.2" fill="#ffffff" gorn="0.3.0.0.0.0.0.13.1.18.0" x="81.8269" width="0.935999" height="0.278" y="128.867"/>
1657
+ </g>
1658
+ <g id="_x30_.1.0.220.1.19" gorn="0.3.0.0.0.0.0.13.1.19">
1659
+ <rect id="_x30_.1.0.220.1.19.0" fill-opacity="0.2" fill="#ffffff" gorn="0.3.0.0.0.0.0.13.1.19.0" x="80.6269" width="0.935999" height="0.278" y="128.867"/>
1660
+ </g>
1661
+ <g id="_x30_.1.0.220.1.20" gorn="0.3.0.0.0.0.0.13.1.20">
1662
+ <rect id="_x30_.1.0.220.1.20.0" fill-opacity="0.2" fill="#ffffff" gorn="0.3.0.0.0.0.0.13.1.20.0" x="79.425" width="0.935999" height="0.278" y="128.867"/>
1663
+ </g>
1664
+ <g id="_x30_.1.0.220.1.21" gorn="0.3.0.0.0.0.0.13.1.21">
1665
+ <rect id="_x30_.1.0.220.1.21.0" fill-opacity="0.2" fill="#ffffff" gorn="0.3.0.0.0.0.0.13.1.21.0" x="78.2229" width="0.933999" height="0.278" y="128.867"/>
1666
+ </g>
1667
+ <g id="_x30_.1.0.220.1.22" gorn="0.3.0.0.0.0.0.13.1.22">
1668
+ <rect id="_x30_.1.0.220.1.22.0" fill-opacity="0.2" fill="#ffffff" gorn="0.3.0.0.0.0.0.13.1.22.0" x="77.021" width="0.933999" height="0.278" y="128.867"/>
1669
+ </g>
1670
+ </g>
1671
+ <g id="_x30_.1.0.220.2" gorn="0.3.0.0.0.0.0.13.2">
1672
+ <path id="_x30_.1.0.220.2.0" fill="#cccccc" gorn="0.3.0.0.0.0.0.13.2.0" d="m69.515,164.134c-0.913999,0,-1.66,-0.748001,-1.66,-1.66l0,-29.5921c0,-0.914002,0.747,-1.662,1.66,-1.662l42.353,0c0.915999,0,1.66,0.748001,1.66,1.662l0,29.5921c0,0.912002,-0.746,1.66,-1.66,1.66l-42.353,0z"/>
1673
+ <path id="_x30_.1.0.220.2.1" fill-opacity="0.2" fill="#ffffff" gorn="0.3.0.0.0.0.0.13.2.1" d="m113.527,133.294c0,-0.914002,-0.746,-1.66,-1.66,-1.66l-42.352,0c-0.913999,0,-1.66,0.746001,-1.66,1.66l0,-0.414001c0,-0.916002,0.747,-1.66,1.66,-1.66l42.353,0c0.915999,0,1.66,0.744001,1.66,1.66l-0.000999999,0.414001,0,0z"/>
1674
+ <rect id="_x30_.1.0.220.2.2" fill="#333333" gorn="0.3.0.0.0.0.0.13.2.2" x="67.855" width="45.672" height="22.613" y="141.521"/>
1675
+ <path id="_x30_.1.0.220.2.3" fill="#b3b3b3" gorn="0.3.0.0.0.0.0.13.2.3" d="m106.172,131.144,-30.938,0,0,5.64601,-7.382,0,0,26.401,0,1.146,1.946,0,41.802,0,1.945,0,0,-1.146,0,-26.401,-7.381,0,0.00799999,-5.64601,0,0zm-22.49,30.4211,-0.551,0c-0.331,0,-0.633,-0.209,-0.669,-0.463001l-1.773,-14.435c-0.026,-0.268,-0.313,-0.471001,-0.666,-0.471001l-1.386,0c-0.322,0,-0.641,0.217,-0.671,0.471001L76.201,161.1c-0.039,0.256,-0.313,0.463001,-0.668,0.463001l-0.544,0.002c-0.329,0,-0.582,-0.209,-0.548,-0.463001l2.356,-17.175c0.045,-0.254,0.33,-0.459001,0.667,-0.459001l3.732,0c0.333,0,0.64,0.209,0.671,0.459001l2.354,17.175c0.046,0.254,-0.211,0.463001,-0.539,0.463001zm2.464,-20.858,0.618,0c0.372,0,0.71,0.266,0.75,0.580001l1.994,18.159c0.027,0.324001,0.353,0.582001,0.746,0.582001l1.558,0c0.36,0,0.715,-0.266,0.75,-0.582001l1.979,-18.157c0.045,-0.316001,0.354,-0.580001,0.75,-0.580001l0.606,-0.002c0.367,0,0.651,0.264,0.614,0.580001l-2.506,20c-0.053,0.317001,-0.371,0.573001,-0.748,0.573001l-4.194,0c-0.375,0,-0.716,-0.262,-0.752,-0.573001l-2.784,-20c-0.038,-0.317001,0.251,-0.580001,0.619,-0.580001zm20.264,20.858,-0.551,0c-0.33,0,-0.635,-0.209,-0.67,-0.463001l-1.775,-14.435c-0.024,-0.268,-0.313,-0.471001,-0.666,-0.471001l-1.385,0c-0.324,0,-0.639,0.217,-0.67,0.471001L98.9249,161.1c-0.041,0.256,-0.313,0.463001,-0.668,0.463001l-0.547,0.002c-0.326,0,-0.582,-0.209,-0.547,-0.463001l2.354,-17.175c0.047,-0.254,0.33,-0.459001,0.668,-0.459001l3.731,0c0.332,0,0.64,0.209,0.672,0.459001l2.353,17.175c0.053,0.254,-0.205,0.463001,-0.531,0.463001z"/>
1676
+ <polygon id="_x30_.1.0.220.2.4" fill="#939393" gorn="0.3.0.0.0.0.0.13.2.4" points="100.5,147.548,100.662,146.192,103.473,146.192,103.617,147.548"/>
1677
+ <polygon id="_x30_.1.0.220.2.5" fill="#666666" gorn="0.3.0.0.0.0.0.13.2.5" points="100.5,147.548,100.422,148.112,103.703,148.112,103.617,147.548"/>
1678
+ <polygon id="_x30_.1.0.220.2.6" fill="#939393" gorn="0.3.0.0.0.0.0.13.2.6" points="77.7529,147.548,77.9179,146.192,80.7259,146.192,80.8719,147.548"/>
1679
+ <polygon id="_x30_.1.0.220.2.7" fill="#666666" gorn="0.3.0.0.0.0.0.13.2.7" points="77.7529,147.548,77.6769,148.112,80.9589,148.112,80.8719,147.548"/>
1680
+ <polygon id="_x30_.1.0.220.2.8" fill="#939393" gorn="0.3.0.0.0.0.0.13.2.8" points="92.6719,158.582,92.4999,160.05,89.5489,160.05,89.3949,158.582"/>
1681
+ <polygon id="_x30_.1.0.220.2.9" fill="#666666" gorn="0.3.0.0.0.0.0.13.2.9" points="92.6719,158.582,92.7519,157.966,89.3059,157.966,89.3949,158.582"/>
1682
+ </g>
1683
+ <rect id="_x30_.1.0.220.3" fill="#808080" gorn="0.3.0.0.0.0.0.13.3" x="67.855" width="3.039" height="0.830001" y="139.177"/>
1684
+ <rect id="_x30_.1.0.220.4" fill="#808080" gorn="0.3.0.0.0.0.0.13.4" x="67.855" width="3.039" height="0.830001" y="141.521"/>
1685
+ <rect id="_x30_.1.0.220.5" fill="#808080" gorn="0.3.0.0.0.0.0.13.5" x="110.514" width="3.036" height="0.830001" y="139.177"/>
1686
+ <rect id="_x30_.1.0.220.6" fill="#808080" gorn="0.3.0.0.0.0.0.13.6" x="110.514" width="3.036" height="0.830001" y="141.521"/>
1687
+ <path id="_x30_.1.0.220.7" fill="#808080" gorn="0.3.0.0.0.0.0.13.7" d="m79.4299,131.22c-0.457,0,-0.829999,0,-0.829999,0,0,0,0,0.348001,0,0.771001,0,0.422001,0,1.143,0,1.598l0,2.231c0,0.457001,0.346,0.832001,0.769999,0.832001,0.426,0,0.770999,-0.375001,0.770999,-0.832001l0,-2.231c0,-0.455001,0.372,-0.830001,0.828999,-0.830001l19.472,0c0.457,0,0.829999,0.375001,0.829999,0.830001l0,2.231c0,0.457001,0.349,0.832001,0.770999,0.832001,0.422,0,0.768999,-0.375001,0.768999,-0.832001l0,-2.231c0,-0.455001,0,-1.174,0,-1.598,0,-0.425001,0,-0.771001,0,-0.771001,0,0,-0.373,0,-0.829999,0l-22.552,0z"/>
1688
+ <rect id="_x30_.1.0.220.8" fill-opacity="0.1" fill="#ffffff" gorn="0.3.0.0.0.0.0.13.8" x="67.842" width="1.946" height="27.547" y="136.791"/>
1689
+ <rect id="_x30_.1.0.220.9" fill-opacity="0.2" fill="#ffffff" gorn="0.3.0.0.0.0.0.13.9" x="68.39" width="1.396" height="27.547" y="136.791"/>
1690
+ <rect id="_x30_.1.0.220.11" fill-opacity="0.2" gorn="0.3.0.0.0.0.0.13.10" x="111.592" width="1.4" height="27.547" y="136.791"/>
1691
+ <line id="_x30_.1.0.220.12" fill="none" gorn="0.3.0.0.0.0.0.13.11" x1="69.79" y1="163.673" x2="111.588" y2="163.673"/>
1692
+ </g>
1693
+ <g id="_x30_.1.0.221" gorn="0.3.0.0.0.0.0.14">
1694
+ <g transform="matrix(1, 0, 0, 1, 18.6038, 120.082)">
1695
+ <g >
1696
+ <g >
1697
+ <g id="_x30_.1.0.0.0.221.0" gorn="0.3.0.0.0.0.0.14.0.0.0">
1698
+ <g id="_x30_.1.0.0.221.0" gorn="0.3.0.0.0.0.0.14.0.0.0.0">
1699
+ <g id="con2_usb_micro_b_at" gorn="0.3.0.0.0.0.0.14.0.0.0.0.0">
1700
+ <g id="_x30_.1.0.221.0.0" gorn="0.3.0.0.0.0.0.14.0.0.0.0.0.0">
1701
+ <rect id="_x30_.1.0.221.0.0.0" fill="#666666" gorn="0.3.0.0.0.0.0.14.0.0.0.0.0.0.0" x="8.029" width="0.821999" height="1.022" y="26.485"/>
1702
+ <rect id="_x30_.1.0.221.0.0.1" fill="#999999" gorn="0.3.0.0.0.0.0.14.0.0.0.0.0.0.1" x="8.029" width="0.074" height="0.912002" y="26.48"/>
1703
+ </g>
1704
+ <g id="_x30_.1.0.221.0.1" gorn="0.3.0.0.0.0.0.14.0.0.0.0.0.1">
1705
+ <rect id="_x30_.1.0.221.0.1.0" fill="#666666" gorn="0.3.0.0.0.0.0.14.0.0.0.0.0.1.0" x="9.55999" width="0.817999" height="1.022" y="26.485"/>
1706
+ <rect id="_x30_.1.0.221.0.1.1" fill="#999999" gorn="0.3.0.0.0.0.0.14.0.0.0.0.0.1.1" x="9.55999" width="0.072" height="0.912002" y="26.48"/>
1707
+ </g>
1708
+ <g id="_x30_.1.0.221.0.2" gorn="0.3.0.0.0.0.0.14.0.0.0.0.0.2">
1709
+ <rect id="_x30_.1.0.221.0.2.0" fill="#666666" gorn="0.3.0.0.0.0.0.14.0.0.0.0.0.2.0" x="11.087" width="0.821999" height="1.022" y="26.485"/>
1710
+ <rect id="_x30_.1.0.221.0.2.1" fill="#999999" gorn="0.3.0.0.0.0.0.14.0.0.0.0.0.2.1" x="11.087" width="0.074" height="0.912002" y="26.48"/>
1711
+ </g>
1712
+ <g id="_x30_.1.0.221.0.3" gorn="0.3.0.0.0.0.0.14.0.0.0.0.0.3">
1713
+ <rect id="_x30_.1.0.221.0.3.0" fill="#666666" gorn="0.3.0.0.0.0.0.14.0.0.0.0.0.3.0" x="12.619" width="0.819999" height="1.022" y="26.485"/>
1714
+ <rect id="_x30_.1.0.221.0.3.1" fill="#999999" gorn="0.3.0.0.0.0.0.14.0.0.0.0.0.3.1" x="12.619" width="0.072" height="0.912002" y="26.48"/>
1715
+ </g>
1716
+ <g id="_x30_.1.0.221.0.4" gorn="0.3.0.0.0.0.0.14.0.0.0.0.0.4">
1717
+ <rect id="_x30_.1.0.221.0.4.0" fill="#666666" gorn="0.3.0.0.0.0.0.14.0.0.0.0.0.4.0" x="14.146" width="0.821999" height="1.022" y="26.485"/>
1718
+ <rect id="_x30_.1.0.221.0.4.1" fill="#999999" gorn="0.3.0.0.0.0.0.14.0.0.0.0.0.4.1" x="14.146" width="0.074" height="0.912002" y="26.48"/>
1719
+ </g>
1720
+ <g id="_x30_.1.0.221.0.5" gorn="0.3.0.0.0.0.0.14.0.0.0.0.0.5">
1721
+ <polygon id="_x30_.1.0.221.0.5.0" fill="#b3b3b3" gorn="0.3.0.0.0.0.0.14.0.0.0.0.0.5.0" points="19.333,41.3901,3.691,41.3901,3.691,27.272,19.335,27.272"/>
1722
+ <rect id="_x30_.1.0.221.0.5.1" fill="#666666" gorn="0.3.0.0.0.0.0.14.0.0.0.0.0.5.1" x="19.503" width="0.825999" height="2.523" y="32.7651"/>
1723
+ <rect id="_x30_.1.0.221.0.5.2" fill="#666666" gorn="0.3.0.0.0.0.0.14.0.0.0.0.0.5.2" x="2.667" width="0.829999" height="2.523" y="32.7651"/>
1724
+ <rect id="_x30_.1.0.221.0.5.3" fill="#cccccc" gorn="0.3.0.0.0.0.0.14.0.0.0.0.0.5.3" x="3.691" width="15.646" height="0.108" y="27.272"/>
1725
+ <rect id="_x30_.1.0.221.0.5.4" fill="#333333" gorn="0.3.0.0.0.0.0.14.0.0.0.0.0.5.4" x="7.65702" width="8.00721" height="12.961" y="27.272"/>
1726
+ <polygon id="_x30_.1.0.221.0.5.5" fill="#b3b3b3" gorn="0.3.0.0.0.0.0.14.0.0.0.0.0.5.5" points="3.497,41.0851,3.497,41.4801,2.968,42.3801,2.667,42.3801"/>
1727
+ <polygon id="_x30_.1.0.221.0.5.6" fill="#cccccc" gorn="0.3.0.0.0.0.0.14.0.0.0.0.0.5.6" points="3.497,41.4801,3.499,41.4801,3.497,41.9291,2.968,42.3801"/>
1728
+ <polygon id="_x30_.1.0.221.0.5.7" fill="#b3b3b3" gorn="0.3.0.0.0.0.0.14.0.0.0.0.0.5.7" points="20.331,42.3801,20.031,42.3801,19.501,41.4801,19.501,41.0851"/>
1729
+ <polygon id="_x30_.1.0.221.0.5.8" fill="#cccccc" gorn="0.3.0.0.0.0.0.14.0.0.0.0.0.5.8" points="20.031,42.3801,19.501,41.9291,19.497,41.4801,19.501,41.4801"/>
1730
+ <g id="_x30_.1.0.221.0.5.9" gorn="0.3.0.0.0.0.0.14.0.0.0.0.0.5.9">
1731
+ <g id="_x30_.1.0.221.0.5.9.0" gorn="0.3.0.0.0.0.0.14.0.0.0.0.0.5.9.0">
1732
+ <rect id="_x30_.1.0.221.0.5.9.0.0" fill="#f2f2f2" gorn="0.3.0.0.0.0.0.14.0.0.0.0.0.5.9.0.0" x="14.765" width="0.398" height="0.535001" y="40.5481"/>
1733
+ </g>
1734
+ <g id="_x30_.1.0.221.0.5.9.1" gorn="0.3.0.0.0.0.0.14.0.0.0.0.0.5.9.1">
1735
+ <rect id="_x30_.1.0.221.0.5.9.1.0" fill="#f2f2f2" gorn="0.3.0.0.0.0.0.14.0.0.0.0.0.5.9.1.0" x="13.033" width="0.398" height="0.535001" y="40.5481"/>
1736
+ </g>
1737
+ <g id="_x30_.1.0.221.0.5.9.2" gorn="0.3.0.0.0.0.0.14.0.0.0.0.0.5.9.2">
1738
+ <rect id="_x30_.1.0.221.0.5.9.2.0" fill="#f2f2f2" gorn="0.3.0.0.0.0.0.14.0.0.0.0.0.5.9.2.0" x="11.302" width="0.396" height="0.535001" y="40.5481"/>
1739
+ </g>
1740
+ <g id="_x30_.1.0.221.0.5.9.3" gorn="0.3.0.0.0.0.0.14.0.0.0.0.0.5.9.3">
1741
+ <rect id="_x30_.1.0.221.0.5.9.3.0" fill="#f2f2f2" gorn="0.3.0.0.0.0.0.14.0.0.0.0.0.5.9.3.0" x="9.56999" width="0.396" height="0.535001" y="40.5481"/>
1742
+ </g>
1743
+ <g id="_x30_.1.0.221.0.5.9.4" gorn="0.3.0.0.0.0.0.14.0.0.0.0.0.5.9.4">
1744
+ <rect id="_x30_.1.0.221.0.5.9.4.0" fill="#f2f2f2" gorn="0.3.0.0.0.0.0.14.0.0.0.0.0.5.9.4.0" x="7.84099" width="0.395" height="0.535001" y="40.5481"/>
1745
+ </g>
1746
+ <g id="_x30_.1.0.221.0.5.9.5" gorn="0.3.0.0.0.0.0.14.0.0.0.0.0.5.9.5">
1747
+ <rect id="_x30_.1.0.221.0.5.9.5.0" fill="#808080" gorn="0.3.0.0.0.0.0.14.0.0.0.0.0.5.9.5.0" x="7.84099" width="0.078" height="0.535001" y="40.5481"/>
1748
+ </g>
1749
+ <g id="_x30_.1.0.221.0.5.9.6" gorn="0.3.0.0.0.0.0.14.0.0.0.0.0.5.9.6">
1750
+ <rect id="_x30_.1.0.221.0.5.9.6.0" fill="#808080" gorn="0.3.0.0.0.0.0.14.0.0.0.0.0.5.9.6.0" x="9.56999" width="0.0799999" height="0.535001" y="40.5481"/>
1751
+ </g>
1752
+ <g id="_x30_.1.0.221.0.5.9.7" gorn="0.3.0.0.0.0.0.14.0.0.0.0.0.5.9.7">
1753
+ <rect id="_x30_.1.0.221.0.5.9.7.0" fill="#808080" gorn="0.3.0.0.0.0.0.14.0.0.0.0.0.5.9.7.0" x="11.302" width="0.0799999" height="0.535001" y="40.5481"/>
1754
+ </g>
1755
+ <g id="_x30_.1.0.221.0.5.9.8" gorn="0.3.0.0.0.0.0.14.0.0.0.0.0.5.9.8">
1756
+ <rect id="_x30_.1.0.221.0.5.9.8.0" fill="#808080" gorn="0.3.0.0.0.0.0.14.0.0.0.0.0.5.9.8.0" x="13.033" width="0.0819999" height="0.535001" y="40.5481"/>
1757
+ </g>
1758
+ <g id="_x30_.1.0.221.0.5.9.9" gorn="0.3.0.0.0.0.0.14.0.0.0.0.0.5.9.9">
1759
+ <rect id="_x30_.1.0.221.0.5.9.9.0" fill="#808080" gorn="0.3.0.0.0.0.0.14.0.0.0.0.0.5.9.9.0" x="14.765" width="0.0839999" height="0.535001" y="40.5481"/>
1760
+ </g>
1761
+ </g>
1762
+ <path id="_x30_.1.0.221.0.5.10" fill="#4d4d4d" gorn="0.3.0.0.0.0.0.14.0.0.0.0.0.5.10" d="m7.415,41.2371,0.428,0,0,-0.325001,0.395,0,0,0.325001,1.338,0,0,-0.325001,0.396,0,0,0.325001,1.334,0,0,-0.325001,0.395,0,0,0.325001,1.334,0,0,-0.325001,0.398,0,0,0.325001,1.332,0,0,-0.325001,0.396,0,0,0.325001,0.269,0,0.225,0c0.063,0,0.121,-0.0530001,0.121,-0.118l0,-0.886002c0,-0.0630001,-0.051,-0.121,-0.121,-0.121l-8.30399,0c-0.065,0,-0.121,0.0560001,-0.121,0.121l0,0.886002c0,0.0630001,0.054,0.118,0.121,0.118l0.064,0z"/>
1763
+ <path id="_x30_.1.0.221.0.5.11" fill="#cccccc" gorn="0.3.0.0.0.0.0.14.0.0.0.0.0.5.11" d="m3.497,27.744,0.189,-0.472001,2.104,0c0,0,-1.914,0.0950002,-1.979,0.231,-0.067,0.144,0.0889999,0.239,0.0889999,0.239l-0.403,0.002,0,0z"/>
1764
+ <path id="_x30_.1.0.221.0.5.12" fill="#cccccc" gorn="0.3.0.0.0.0.0.14.0.0.0.0.0.5.12" d="m19.501,27.744,-0.191,-0.472001,-2.104,0c0,0,1.91,0.0970002,1.979,0.233,0.066,0.144,-0.0899999,0.234,-0.0899999,0.234l0.406,0.00500001,0,0z"/>
1765
+ <path id="_x30_.1.0.221.0.5.13" fill="#e6e6e6" gorn="0.3.0.0.0.0.0.14.0.0.0.0.0.5.13" d="m17.0389,27.272,0,1.356,-1.36756,0,0,-1.356,-0.393225,0,0,0.472001,-7.12835,0,0,-0.472001,-0.445586,0,0,1.358,-1.36756,0,0,-1.358,-2.83163,0,0,14.119,16.423,0,0,-14.119,-2.88912,0zm-9.33677,11.502,0,0.677001,-1.35934,0,0,-0.730001C5.97933,38.4911,5.74114,38.0901,5.74114,37.6351c0,-0.498001,0.193019,-0.916002,0.601643,-1.135l0,0,0,-3.72201,1.35729,0,0,3.72201c0.412731,0.221,0.706366,0.641001,0.706366,1.139,-0.00205,0.495001,-0.287475,0.917002,-0.704313,1.135zm9.27825,0,0,0.677001,-1.35729,0,0,-0.730001c-0.363451,-0.23,-0.603697,-0.631001,-0.603697,-1.086,0,-0.498001,0.188912,-0.916002,0.603697,-1.135l0,0,0,-3.72201,1.35729,0,0,3.72201c0.416838,0.221,0.704313,0.641001,0.704313,1.139,0,0.495001,-0.286448,0.917002,-0.704313,1.135z"/>
1766
+ <polygon id="_x30_.1.0.221.0.5.14" fill="#f2f2f2" gorn="0.3.0.0.0.0.0.14.0.0.0.0.0.5.14" points="3.835,41.3901,3.497,41.3901,3.497,27.744,4.771,27.744"/>
1767
+ <polygon id="_x30_.1.0.221.0.5.15" fill="#999999" gorn="0.3.0.0.0.0.0.14.0.0.0.0.0.5.15" points="19.501,41.3901,19.027,32.2761,18.556,27.744,19.501,27.744"/>
1768
+ <rect id="_x30_.1.0.221.0.5.16" fill="#cccccc" gorn="0.3.0.0.0.0.0.14.0.0.0.0.0.5.16" x="6.271" width="1.32" height="0.109" y="32.7781"/>
1769
+ <rect id="_x30_.1.0.221.0.5.17" fill="#cccccc" gorn="0.3.0.0.0.0.0.14.0.0.0.0.0.5.17" x="15.31" width="1.322" height="0.109" y="32.7781"/>
1770
+ <rect id="_x30_.1.0.221.0.5.18" fill="#b3b3b3" gorn="0.3.0.0.0.0.0.14.0.0.0.0.0.5.18" x="4.285" width="14.432" height="0.547001" y="40.6751"/>
1771
+ <rect id="_x30_.1.0.221.0.5.19" fill="#cccccc" gorn="0.3.0.0.0.0.0.14.0.0.0.0.0.5.19" x="4.285" width="14.432" height="0.26" y="41.1301"/>
1772
+ </g>
1773
+ </g>
1774
+ </g>
1775
+ </g>
1776
+ </g>
1777
+ </g>
1778
+ </g>
1779
+ </g>
1780
+ <g id="_x30_.1.0.222" gorn="0.3.0.0.0.0.0.15">
1781
+ <g id="breadboard_1_" gorn="0.3.0.0.0.0.0.15.0">
1782
+ <polygon id="_x30_.1.0.222.0.13" fill="#cccccc" gorn="0.3.0.0.0.0.0.15.0.0" points="145.058,160.56,158.763,160.56,161.046,160.56,161.046,127.505,159.326,123.464,144.496,123.464,142.775,127.505,142.775,160.56"/>
1783
+ <rect id="_x30_.1.0.222.0.14" fill="#1a1a1a" gorn="0.3.0.0.0.0.0.15.0.1" x="160.513" width="0.533" height="3.70901" y="129.72"/>
1784
+ <rect id="_x30_.1.0.222.0.15" fill="#1a1a1a" gorn="0.3.0.0.0.0.0.15.0.2" x="142.775" width="0.533" height="3.70901" y="129.72"/>
1785
+ <rect id="_x30_.1.0.222.0.16" fill="#1a1a1a" gorn="0.3.0.0.0.0.0.15.0.3" x="143.798" width="0.760999" height="3.71101" y="133.906"/>
1786
+ <rect id="_x30_.1.0.222.0.17" fill="#cccccc" gorn="0.3.0.0.0.0.0.15.0.4" x="143.969" width="0.415" height="2.108" y="134.708"/>
1787
+ <rect id="_x30_.1.0.222.0.18" fill="#1a1a1a" gorn="0.3.0.0.0.0.0.15.0.5" x="159.265" width="0.762" height="3.71101" y="133.906"/>
1788
+ <rect id="_x30_.1.0.222.0.19" fill="#1a1a1a" gorn="0.3.0.0.0.0.0.15.0.6" x="147.666" width="0.763" height="3.70901" y="133.908"/>
1789
+ <rect id="_x30_.1.0.222.0.20" fill="#1a1a1a" gorn="0.3.0.0.0.0.0.15.0.7" x="155.4" width="0.759999" height="3.70901" y="133.908"/>
1790
+ <rect id="_x30_.1.0.222.0.21" fill="#cccccc" gorn="0.3.0.0.0.0.0.15.0.8" x="159.437" width="0.418" height="2.108" y="134.708"/>
1791
+ <rect id="_x30_.1.0.222.0.22" fill="#cccccc" gorn="0.3.0.0.0.0.0.15.0.9" x="155.57" width="0.418" height="2.108" y="134.708"/>
1792
+ <rect id="_x30_.1.0.222.0.23" fill="#cccccc" gorn="0.3.0.0.0.0.0.15.0.10" x="147.835" width="0.418" height="2.108" y="134.708"/>
1793
+ <rect id="_x30_.1.0.222.0.24" fill="#939393" gorn="0.3.0.0.0.0.0.15.0.11" x="147.664" width="8.49599" height="5.73401" y="141.974"/>
1794
+ <polyline id="_x30_.1.0.222.0.25" fill="none" style="stroke-linecap:square" gorn="0.3.0.0.0.0.0.15.0.12" stroke-width="0.1699" points="147.666,147.708,147.666,141.974,156.16,141.974" stroke="#1a1a1a"/>
1795
+ <polyline id="_x30_.1.0.222.0.26" fill="none" style="stroke-linecap:square" gorn="0.3.0.0.0.0.0.15.0.13" stroke-width="0.1699" points="156.16,141.974,156.16,147.708,147.666,147.708" stroke="#262626"/>
1796
+ <g id="_x30_.1.0.222.0.27" gorn="0.3.0.0.0.0.0.15.0.14">
1797
+ <line id="_x30_.1.0.222.0.27.0" fill="none" gorn="0.3.0.0.0.0.0.15.0.14.0" x1="149.009" y1="159.503" x2="149.009" y2="159.509"/>
1798
+ <line id="_x30_.1.0.222.0.27.1" fill="none" gorn="0.3.0.0.0.0.0.15.0.14.1" x1="154.82" y1="159.509" x2="154.818" y2="159.503"/>
1799
+ </g>
1800
+ <rect id="_x30_.1.0.222.0.28" fill="#1a1a1a" gorn="0.3.0.0.0.0.0.15.0.15" x="151.134" width="1.523" height="1.854" y="148.66"/>
1801
+ <rect id="_x30_.1.0.222.0.29" fill="#cccccc" gorn="0.3.0.0.0.0.0.15.0.16" x="151.462" width="0.864999" height="1.018" y="149.078"/>
1802
+ <rect id="_x30_.1.0.222.0.0" fill="#212121" gorn="0.3.0.0.0.0.0.15.0.17" x="142.464" width="18.894" height="5.94901" y="158.296"/>
1803
+ <polygon id="_x30_.1.0.222.0.1" fill="#2b2b2b" gorn="0.3.0.0.0.0.0.15.0.18" points="145.449,164.119,145.449,164.244,158.418,164.244,158.418,164.119,158.386,164.119,158.386,158.267,145.443,158.267,145.443,164.119"/>
1804
+ <polygon id="_x30_.1.0.222.0.2" fill="#292929" gorn="0.3.0.0.0.0.0.15.0.19" points="145.869,164.244,145.869,158.267,145.443,158.267,143.144,158.294,143.144,164.244"/>
1805
+ <polygon id="_x30_.1.0.222.0.3" fill="#292929" gorn="0.3.0.0.0.0.0.15.0.20" points="157.488,164.244,157.488,158.267,158.441,158.267,160.738,158.296,160.738,164.244"/>
1806
+ <rect id="_x30_.1.0.222.0.4" fill="#333333" gorn="0.3.0.0.0.0.0.15.0.21" x="150.289" width="5.023" height="5.92001" y="158.294"/>
1807
+ <rect id="_x30_.1.0.222.0.5" fill="#383838" gorn="0.3.0.0.0.0.0.15.0.22" x="151.111" width="2.754" height="5.92001" y="158.294"/>
1808
+ <rect id="_x30_.1.0.222.0.6" fill="#212121" gorn="0.3.0.0.0.0.0.15.0.23" x="160.74" width="0.615" height="5.94701" y="158.298"/>
1809
+ </g>
1810
+ </g>
1811
+ <g id="_x30_.1.0.223" gorn="0.3.0.0.0.0.0.16">
1812
+ <g transform="matrix(1, 0, 0, 1, 7.7428, 14.064)">
1813
+ <g >
1814
+ <g >
1815
+ <g id="_x30_.1.0.0.0.223.0" gorn="0.3.0.0.0.0.0.16.0.0.0">
1816
+ <g id="_x30_.1.0.0.223.0" gorn="0.3.0.0.0.0.0.16.0.0.0.0">
1817
+ <g id="poe-rj45" gorn="0.3.0.0.0.0.0.16.0.0.0.0.0">
1818
+ <g id="_x30_.1.0.223.0.0" gorn="0.3.0.0.0.0.0.16.0.0.0.0.0.0">
1819
+ <rect id="_x30_.1.0.223.0.0.0" fill="#1a1a1a" gorn="0.3.0.0.0.0.0.16.0.0.0.0.0.0.0" x="192.347" width="45.183" height="36.3361" y="96.7732"/>
1820
+ <g id="_x30_.1.0.223.0.0.1" gorn="0.3.0.0.0.0.0.16.0.0.0.0.0.0.1">
1821
+ <path id="_x30_.1.0.223.0.0.1.0" fill="#b3b3b3" gorn="0.3.0.0.0.0.0.16.0.0.0.0.0.0.1.0" d="m237.626,105.77c0.324,0,0.6,0.27,0.6,0.604001l0,2.195c0,0.332001,-0.271,0.604001,-0.6,0.604001l-7.84399,0c-0.33,0,-0.602,-0.271,-0.602,-0.604001l0,-2.195c0,-0.334001,0.27,-0.604001,0.602,-0.604001l7.84399,0z"/>
1822
+ <path id="_x30_.1.0.223.0.0.1.1" fill="#b3b3b3" gorn="0.3.0.0.0.0.0.16.0.0.0.0.0.0.1.1" d="m237.626,120.717c0.324,0,0.6,0.272,0.6,0.604001l0,2.197c0,0.332001,-0.271,0.604001,-0.6,0.604001l-7.84399,0c-0.33,0,-0.602,-0.271,-0.602,-0.604001l0,-2.197c0,-0.332001,0.27,-0.604001,0.602,-0.604001l7.84399,0z"/>
1823
+ <path id="_x30_.1.0.223.0.0.1.2" fill="#cccccc" gorn="0.3.0.0.0.0.0.16.0.0.0.0.0.0.1.2" d="m229.782,105.77,0.972999,0,0,3.40101,-0.972999,0c-0.328,0,-0.6,-0.272,-0.6,-0.604001l0,-2.197c0.000999999,-0.333001,0.27,-0.600001,0.6,-0.600001l0,0z"/>
1824
+ <path id="_x30_.1.0.223.0.0.1.3" fill="#cccccc" gorn="0.3.0.0.0.0.0.16.0.0.0.0.0.0.1.3" d="m230.755,120.717,0,3.40101,-0.974999,0c-0.328,0,-0.602,-0.272,-0.602,-0.603001l0,-2.197c0,-0.332001,0.271,-0.604001,0.602,-0.604001l0.974999,0,0,0.00300001z"/>
1825
+ <rect id="_x30_.1.0.223.0.0.1.4" fill="#999999" gorn="0.3.0.0.0.0.0.16.0.0.0.0.0.0.1.4" x="230.595" width="3.373" height="3.40101" y="105.77"/>
1826
+ <rect id="_x30_.1.0.223.0.0.1.5" fill="#999999" gorn="0.3.0.0.0.0.0.16.0.0.0.0.0.0.1.5" x="230.595" width="3.373" height="3.40101" y="120.717"/>
1827
+ <rect id="_x30_.1.0.223.0.0.1.6" fill="#b3b3b3" gorn="0.3.0.0.0.0.0.16.0.0.0.0.0.0.1.6" x="232.724" width="3.217" height="3.40101" y="105.77"/>
1828
+ <rect id="_x30_.1.0.223.0.0.1.7" fill="#b3b3b3" gorn="0.3.0.0.0.0.0.16.0.0.0.0.0.0.1.7" x="232.724" width="3.217" height="3.40101" y="120.717"/>
1829
+ <rect id="_x30_.1.0.223.0.0.1.8" fill="#cccccc" gorn="0.3.0.0.0.0.0.16.0.0.0.0.0.0.1.8" x="234.202" width="1.221" height="3.40101" y="105.77"/>
1830
+ <rect id="_x30_.1.0.223.0.0.1.9" fill="#cccccc" gorn="0.3.0.0.0.0.0.16.0.0.0.0.0.0.1.9" x="234.202" width="1.221" height="3.40101" y="120.717"/>
1831
+ <rect id="_x30_.1.0.223.0.0.1.10" fill="#e6e6e6" gorn="0.3.0.0.0.0.0.16.0.0.0.0.0.0.1.10" x="230.468" width="0.26" height="3.40101" y="105.77"/>
1832
+ <rect id="_x30_.1.0.223.0.0.1.11" fill="#f2f2f2" gorn="0.3.0.0.0.0.0.16.0.0.0.0.0.0.1.11" x="230.013" width="0.406" height="3.40401" y="105.771"/>
1833
+ <path id="_x30_.1.0.223.0.0.1.12" fill="#cccccc" gorn="0.3.0.0.0.0.0.16.0.0.0.0.0.0.1.12" d="m228.868,133.113,0,-0.225,8.65999,0,0,-0.359001,0,-7.16201,0,-0.598001,-0.598,-0.0410001,0,0,-4.236,-0.287,-4.234,-0.289c-0.328,-0.025,-0.598,-0.311001,-0.598,-0.641001l0,-2.183c0,-0.330001,0.27,-0.617001,0.598,-0.644001l4.234,-0.289,4.236,-0.289,0,0,0.598,-0.0410001,0,-0.602001,0,-9.06302,0,-0.600001,-0.598,-0.0430001,0,0,-4.236,-0.275,-4.234,-0.281c-0.326,-0.02,-0.598,-0.307001,-0.598,-0.637001l0,-2.213c0,-0.332001,0.271,-0.619001,0.598,-0.646001l4.234,-0.273,4.236,-0.279,0.598,-0.0380001,0,-0.601001,0,-7.16201,0,-0.362001,-8.65999,0,0,-0.236,-41.314,0,-0.604,0,0,0.601001,0,35.1461,0,0.603001,0.604,0,41.314,0,0,0.00900002,0,0z"/>
1834
+ </g>
1835
+ <rect id="_x30_.1.0.223.0.0.2" fill-opacity="0.37000002" fill="#e6e6e6" gorn="0.3.0.0.0.0.0.16.0.0.0.0.0.0.2" x="186.95" width="50.578" height="2.889" y="96.7732"/>
1836
+ <rect id="_x30_.1.0.223.0.0.3" fill-opacity="0.37000002" fill="#808080" gorn="0.3.0.0.0.0.0.16.0.0.0.0.0.0.3" x="186.95" width="50.578" height="2.88701" y="130.23"/>
1837
+ <path id="_x30_.1.0.223.0.0.4" fill-opacity="0.45" fill="#e6e6e6" gorn="0.3.0.0.0.0.0.16.0.0.0.0.0.0.4" d="m229.183,107.467c0,0,0,-0.855001,0,-1.097,0,-0.242,0.199,-0.604001,0.603,-0.604001,0.396,0,7.74399,0,7.74399,0l0,1.697,-8.34699,0,0,0.00400001,0,0z"/>
1838
+ <path id="_x30_.1.0.223.0.0.5" fill-opacity="0.45" fill="#e6e6e6" gorn="0.3.0.0.0.0.0.16.0.0.0.0.0.0.5" d="m237.528,122.412,-8.34799,0c0,0,0,-0.854001,0,-1.096,0,-0.242,0.201,-0.600001,0.602,-0.600001,0.396,0,7.74599,0,7.74599,0l0,1.696,0,0z"/>
1839
+ <path id="_x30_.1.0.223.0.0.6" fill-opacity="0.45" fill="#b3b3b3" gorn="0.3.0.0.0.0.0.16.0.0.0.0.0.0.6" d="m229.183,122.417c0,0,0,0.854001,0,1.097,0,0.241,0.199,0.604001,0.603,0.604001,0.396,0,7.74399,0,7.74399,0l0,-1.703,-8.34699,0,0,0.002,0,0z"/>
1840
+ <path id="_x30_.1.0.223.0.0.7" fill-opacity="0.45" fill="#b3b3b3" gorn="0.3.0.0.0.0.0.16.0.0.0.0.0.0.7" d="m229.183,107.467c0,0,0,0.860001,0,1.104,0,0.24,0.199,0.604001,0.603,0.604001,0.396,0,7.74399,0,7.74399,0l0,-1.703,-8.34699,0,0,-0.00500001,0,0z"/>
1841
+ <g id="_x30_.1.0.223.0.0.12" gorn="0.3.0.0.0.0.0.16.0.0.0.0.0.0.8">
1842
+ <g id="_x30_.1.0.223.0.0.12.0" gorn="0.3.0.0.0.0.0.16.0.0.0.0.0.0.8.0">
1843
+ <rect id="_x30_.1.0.223.0.0.12.0.0" fill="#999999" gorn="0.3.0.0.0.0.0.16.0.0.0.0.0.0.8.0.0" x="226.88" width="1.408" height="0.322001" y="95.7892"/>
1844
+ <rect id="_x30_.1.0.223.0.0.12.0.1" fill="#999999" gorn="0.3.0.0.0.0.0.16.0.0.0.0.0.0.8.0.1" x="226.88" width="1.408" height="0.322001" y="95.7892"/>
1845
+ </g>
1846
+ <path id="_x30_.1.0.223.0.0.12.1" fill="#999999" gorn="0.3.0.0.0.0.0.16.0.0.0.0.0.0.8.1" d="m233.806,96.7702c-0.336,-0.117,-1.578,-0.330001,-1.578,-0.330001,0,0,-2.479,-0.543001,-3.936,-0.646001l0,0.324001c1.447,0.104,3.936,0.646001,3.936,0.646001,0,0,0.774999,0.00700001,1.578,0.00600001z"/>
1847
+ <path id="_x30_.1.0.223.0.0.12.2" fill="#cccccc" gorn="0.3.0.0.0.0.0.16.0.0.0.0.0.0.8.2" d="m232.405,96.7702c-0.336,-0.117,-1.576,-0.330001,-1.576,-0.330001,0,0,-2.492,-0.555001,-3.945,-0.658001l0,0.328001c1.453,0.104,3.945,0.660001,3.945,0.660001,0,0,0.770999,0.001,1.576,0z"/>
1848
+ </g>
1849
+ <g id="_x30_.1.0.223.0.0.13" gorn="0.3.0.0.0.0.0.16.0.0.0.0.0.0.9">
1850
+ <g id="_x30_.1.0.223.0.0.13.0" gorn="0.3.0.0.0.0.0.16.0.0.0.0.0.0.9.0">
1851
+ <rect id="_x30_.1.0.223.0.0.13.0.0" fill="#999999" gorn="0.3.0.0.0.0.0.16.0.0.0.0.0.0.9.0.0" x="226.88" width="1.408" height="0.322001" y="133.775"/>
1852
+ <rect id="_x30_.1.0.223.0.0.13.0.1" fill="#999999" gorn="0.3.0.0.0.0.0.16.0.0.0.0.0.0.9.0.1" x="226.88" width="1.408" height="0.322001" y="133.775"/>
1853
+ </g>
1854
+ <path id="_x30_.1.0.223.0.0.13.1" fill="#999999" gorn="0.3.0.0.0.0.0.16.0.0.0.0.0.0.9.1" d="m233.806,133.117c-0.336,0.119,-1.578,0.328001,-1.578,0.328001,0,0,-2.479,0.547001,-3.936,0.648001l0,-0.328001c1.447,-0.105,3.936,-0.648001,3.936,-0.648001,0,0,0.774999,0,1.578,0z"/>
1855
+ <path id="_x30_.1.0.223.0.0.13.2" fill="#cccccc" gorn="0.3.0.0.0.0.0.16.0.0.0.0.0.0.9.2" d="m232.405,133.117c-0.336,0.119,-1.576,0.328001,-1.576,0.328001,0,0,-2.492,0.557001,-3.945,0.660001l0,-0.330001c1.453,-0.102,3.945,-0.658001,3.945,-0.658001,0,0,0.770999,0,1.576,0z"/>
1856
+ </g>
1857
+ </g>
1858
+ </g>
1859
+ </g>
1860
+ </g>
1861
+ </g>
1862
+ </g>
1863
+ </g>
1864
+ </g>
1865
+ <g id="_x30_.1.0.224" gorn="0.3.0.0.0.0.0.17">
1866
+ <g id="_x30_.1.0.224.0" gorn="0.3.0.0.0.0.0.17.0">
1867
+ <path id="_x30_.1.0.224.0.0" fill="#7a7a7a" gorn="0.3.0.0.0.0.0.17.0.0" d="m243.289,81.2241c0.258,0.0450001,0.463,0.329001,0.463,0.660001l0,3.69601c0,0.328001,-0.209,0.631001,-0.463,0.664001l-16.336,2.326c-0.254,0.0470001,-0.463,-0.213,-0.463,-0.535001l0,-0.543001c0,-0.328001,0.211,-0.625001,0.463,-0.660001l14.437,-1.76c0.258,-0.023,0.463,-0.309001,0.463,-0.658001l0,-1.369c0,-0.319001,-0.209,-0.633001,-0.463,-0.665001l-14.431,-1.746c-0.258,-0.0390001,-0.467,-0.311001,-0.467,-0.661001l-0.002,-0.538001c0,-0.326001,0.211,-0.574001,0.465,-0.542001l16.334,2.331zm0,-15.467c0.258,0.0470001,0.463,0.329001,0.463,0.663001l0,3.69001c0,0.329001,-0.209,0.633001,-0.463,0.667001l-16.334,2.329c-0.256,0.0430001,-0.465,-0.211,-0.465,-0.536001l0,-0.540001c0,-0.329001,0.211,-0.627001,0.465,-0.662001L241.39,69.6101c0.258,-0.028,0.465,-0.310001,0.465,-0.658001l0,-1.369c0,-0.320001,-0.211,-0.633001,-0.465,-0.663001l-14.435,-1.747c-0.254,-0.0390001,-0.463,-0.309001,-0.463,-0.660001l-0.002,-0.536001c0,-0.327001,0.211,-0.573001,0.463,-0.542001l16.336,2.322z"/>
1868
+ <rect id="_x30_.1.0.224.0.1" fill="#333333" gorn="0.3.0.0.0.0.0.17.0.1" x="216.945" width="26.639" height="26.719" y="62.6481"/>
1869
+ <path id="_x30_.1.0.224.0.2" fill="#b0b0b0" gorn="0.3.0.0.0.0.0.17.0.2" d="m242.31,61.6361,0,-0.830001c0.445,0,0.734,-0.0830001,0.827999,-0.225,0.021,-0.0520001,0.0879999,-0.521001,0.0879999,-0.841001l0.561,0,0.271,0,0.049,0,0.127,0,0.701,0c0,0.501001,-0.0919999,1.09,-0.225,1.297,-0.369,0.551001,-1.113,0.597001,-1.441,0.600001l-0.002,0.002,-0.621,0,0.016,-0.018c-0.155,0.014,-0.278,0.015,-0.352,0.015z"/>
1870
+ <path id="_x30_.1.0.224.0.3" fill="#8f8f8f" gorn="0.3.0.0.0.0.0.17.0.3" d="m243.023,60.6821c-0.143,0.0830001,-0.387,0.122,-0.715,0.122l0,0.831001,0.874999,0c0.234,0,0.858999,-0.00600001,1.297,-0.358001,0.123,-0.104,0.262,-0.156,0.375,-0.675001,-0.145,0.0880001,-1.832,0.0800001,-1.832,0.0800001z"/>
1871
+ <rect id="_x30_.1.0.224.0.4" fill="#4d4d4d" gorn="0.3.0.0.0.0.0.17.0.4" x="209.851" width="1.627" height="2.357" y="82.4691"/>
1872
+ <rect id="_x30_.1.0.224.0.5" fill="#4d4d4d" gorn="0.3.0.0.0.0.0.17.0.5" x="209.851" width="1.627" height="2.354" y="77.1771"/>
1873
+ <rect id="_x30_.1.0.224.0.6" fill="#4d4d4d" gorn="0.3.0.0.0.0.0.17.0.6" x="209.851" width="1.627" height="2.354" y="72.4691"/>
1874
+ <rect id="_x30_.1.0.224.0.7" fill="#4d4d4d" gorn="0.3.0.0.0.0.0.17.0.7" x="209.851" width="1.627" height="2.356" y="67.1731"/>
1875
+ <path id="_x30_.1.0.224.0.8" fill="#b0b0b0" gorn="0.3.0.0.0.0.0.17.0.8" d="m242.31,90.3532,0,0.830001c0.445,0,0.734,0.0840001,0.827999,0.229,0.021,0.0600001,0.0879999,0.521001,0.0879999,0.840001l0.561,0,0.271,0,0.049,0,0.127,0,0.701,0c0,-0.502001,-0.0919999,-1.092,-0.225,-1.295,-0.369,-0.557001,-1.113,-0.600001,-1.441,-0.604001l-0.002,0,-0.621,0,0.016,0.02c-0.155,-0.02,-0.278,-0.02,-0.352,-0.02z"/>
1876
+ <path id="_x30_.1.0.224.0.9" fill="#8f8f8f" gorn="0.3.0.0.0.0.0.17.0.9" d="m244.851,91.3822c-0.111,-0.514001,-0.26,-0.570001,-0.375,-0.674001,-0.434,-0.351001,-1.057,-0.355001,-1.295,-0.355001l-0.874999,0,0,0.830001c0.328,0,0.572,0.0470001,0.711,0.121,0.006,0.00400001,1.693,-0.002,1.834,0.0780001z"/>
1877
+ <path id="_x30_.1.0.224.0.10" fill="#b3b3b3" gorn="0.3.0.0.0.0.0.17.0.10" d="m210.589,91.5422,32.052,0,0,-1.326,1.146,0,0,-28.432,-1.146,0,0,-1.327,-32.052,0,0,31.0851,0,0zM240.55,81.2241c0.257,0.0450001,0.462,0.329001,0.462,0.660001l0,3.69601c0,0.328001,-0.209,0.631001,-0.462,0.664001l-17.172,2.326c-0.252,0.0470001,-0.459,-0.213,-0.459,-0.535001l0,-0.543001c0,-0.328001,0.207,-0.625001,0.459,-0.660001l14.437,-1.76c0.261,-0.023,0.468,-0.309001,0.468,-0.658001l0,-1.369c0,-0.319001,-0.216,-0.633001,-0.468,-0.665001L223.38,80.6341c-0.254,-0.0390001,-0.461,-0.311001,-0.461,-0.661001l0,-0.538001c0,-0.326001,0.207,-0.574001,0.459,-0.542001l17.172,2.331zm0,-15.467c0.257,0.0470001,0.462,0.329001,0.462,0.663001l0,3.69001c0,0.329001,-0.209,0.633001,-0.462,0.667001l-17.172,2.329c-0.252,0.0430001,-0.461,-0.211,-0.461,-0.536001l0,-0.540001c0,-0.329001,0.209,-0.627001,0.461,-0.662001l14.437,-1.758c0.261,-0.028,0.468,-0.310001,0.468,-0.658001l0,-1.369c0,-0.320001,-0.216,-0.633001,-0.468,-0.663001L223.38,65.1731c-0.254,-0.0390001,-0.461,-0.309001,-0.461,-0.660001l-0.002,-0.536001c0,-0.327001,0.209,-0.573001,0.461,-0.542001l17.172,2.322z"/>
1878
+ <polygon id="_x30_.1.0.224.0.11" fill="none" gorn="0.3.0.0.0.0.0.17.0.11" points="238.263,85.0271,238.263,82.4441,236.912,82.2911,236.912,85.1621"/>
1879
+ <polygon id="_x30_.1.0.224.0.12" fill="#939393" gorn="0.3.0.0.0.0.0.17.0.12" points="236.912,82.2911,238.263,82.4441,238.263,85.0271,236.912,85.1621"/>
1880
+ <polygon id="_x30_.1.0.224.0.13" fill="#666666" gorn="0.3.0.0.0.0.0.17.0.13" points="236.912,82.2911,236.344,82.2211,236.344,85.2401,236.912,85.1621"/>
1881
+ <polygon id="_x30_.1.0.224.0.14" fill="none" gorn="0.3.0.0.0.0.0.17.0.14" points="238.263,69.5581,238.263,66.9781,236.912,66.8251,236.912,69.6951"/>
1882
+ <polygon id="_x30_.1.0.224.0.15" fill="#939393" gorn="0.3.0.0.0.0.0.17.0.15" points="236.912,66.8251,238.263,66.9781,238.263,69.5581,236.912,69.6951"/>
1883
+ <polygon id="_x30_.1.0.224.0.16" fill="#666666" gorn="0.3.0.0.0.0.0.17.0.16" points="236.912,66.8251,236.344,66.7561,236.344,69.7761,236.912,69.6951"/>
1884
+ <line id="_x30_.1.0.224.0.17" fill="none" style="stroke-linecap:round;" gorn="0.3.0.0.0.0.0.17.0.17" x1="211.472" y1="91.0712" x2="242.054" stroke-width="0.806399" y2="91.0712" stroke-opacity="0.23999999" stroke="#ffffff"/>
1885
+ <line id="_x30_.1.0.224.0.18" fill="none" style="stroke-linecap:round;" gorn="0.3.0.0.0.0.0.17.0.18" x1="211.472" y1="60.9301" x2="242.177" stroke-width="0.806399" y2="60.9301" stroke-opacity="0.23999999" stroke="#ffffff"/>
1886
+ <line id="_x30_.1.0.224.0.19" fill="none" style="stroke-linecap:round;" gorn="0.3.0.0.0.0.0.17.0.19" x1="243.121" y1="61.9671" x2="243.121" stroke-width="0.4032" y2="90.0352" stroke-opacity="0.15" stroke="#000000"/>
1887
+ <path id="_x30_.1.0.224.0.20" fill="#999999" gorn="0.3.0.0.0.0.0.17.0.20" d="m218.619,58.5741,1.711,0,0,1.181,0,0,0,0.706001,-2.826,0,0,-1.361c0,-0.292,0.234,-0.526001,0.529,-0.526001l0.586,0z"/>
1888
+ <path id="_x30_.1.0.224.0.21" fill="#808080" gorn="0.3.0.0.0.0.0.17.0.21" d="m217.966,58.5741,0,1.884,-0.471,0c0,0,0,-1.293,0,-1.444,0.006,-0.233,0.331,-0.440001,0.471,-0.440001z"/>
1889
+ <path id="_x30_.1.0.224.0.22" fill="#b3b3b3" gorn="0.3.0.0.0.0.0.17.0.22" d="m218.619,93.4402,1.711,0,0,-1.181,0,0,0,-0.725001,-2.826,0,0,1.375c0,0.293,0.234,0.523001,0.529,0.523001l0.586,0,0,0.00800001z"/>
1890
+ <path id="_x30_.1.0.224.0.23" fill="#e6e6e6" gorn="0.3.0.0.0.0.0.17.0.23" d="m217.966,93.4402,0,-1.899,-0.471,0c0,0,0,1.305,0,1.461,0.006,0.233,0.331,0.438001,0.471,0.438001z"/>
1891
+ </g>
1892
+ </g>
1893
+ <g id="_x30_.1.0.224_1_" gorn="0.3.0.0.0.0.0.18">
1894
+ <g id="_x30_.1.0.224.0_1_" gorn="0.3.0.0.0.0.0.18.0">
1895
+ <path id="_x30_.1.0.224.0.0_1_" fill="#7a7a7a" gorn="0.3.0.0.0.0.0.18.0.0" d="m243.289,30.7051c0.258,0.0450001,0.463,0.329001,0.463,0.660001l0,3.69501c0,0.328001,-0.209,0.631001,-0.463,0.664001l-16.336,2.327c-0.254,0.0460001,-0.463,-0.213,-0.463,-0.536001l0,-0.543001c0,-0.328001,0.211,-0.625001,0.463,-0.660001l14.437,-1.759c0.258,-0.024,0.463,-0.309001,0.463,-0.659001l0,-1.369c0,-0.319001,-0.209,-0.633001,-0.463,-0.664001l-14.431,-1.746c-0.258,-0.0390001,-0.467,-0.311001,-0.467,-0.661001l-0.002,-0.538001c0,-0.326001,0.211,-0.574001,0.465,-0.542001l16.334,2.331zm0,-15.467c0.258,0.0470001,0.463,0.329001,0.463,0.663001l0,3.69001c0,0.329001,-0.209,0.633001,-0.463,0.667001l-16.334,2.329c-0.256,0.0430001,-0.465,-0.211,-0.465,-0.536001l0,-0.540001c0,-0.329001,0.211,-0.627001,0.465,-0.662001l14.435,-1.758c0.258,-0.028,0.465,-0.310001,0.465,-0.658001l0,-1.369c0,-0.320001,-0.211,-0.633001,-0.465,-0.663001l-14.435,-1.747c-0.254,-0.0390001,-0.463,-0.309001,-0.463,-0.660001l-0.002,-0.536001c0,-0.327001,0.211,-0.573001,0.463,-0.542001l16.336,2.322z"/>
1896
+ <rect id="_x30_.1.0.224.0.1_1_" fill="#333333" gorn="0.3.0.0.0.0.0.18.0.1" x="216.945" width="26.639" height="26.719" y="12.129"/>
1897
+ <path id="_x30_.1.0.224.0.2_1_" fill="#b0b0b0" gorn="0.3.0.0.0.0.0.18.0.2" d="m242.31,11.117,0,-0.830001c0.445,0,0.734,-0.0830001,0.827999,-0.225,0.021,-0.0520001,0.0879999,-0.521001,0.0879999,-0.841001l0.561,0,0.271,0,0.049,0,0.127,0,0.701,0c0,0.501001,-0.0919999,1.09,-0.225,1.297,-0.369,0.551001,-1.113,0.597001,-1.441,0.600001l-0.002,0.002,-0.621,0,0.016,-0.018c-0.155,0.014,-0.278,0.015,-0.352,0.015z"/>
1898
+ <path id="_x30_.1.0.224.0.3_1_" fill="#8f8f8f" gorn="0.3.0.0.0.0.0.18.0.3" d="m243.023,10.163c-0.143,0.0830001,-0.387,0.122,-0.715,0.122l0,0.831001,0.874999,0c0.234,0,0.858999,-0.00600001,1.297,-0.358001,0.123,-0.104,0.262,-0.156,0.375,-0.675001,-0.145,0.0880001,-1.832,0.0800001,-1.832,0.0800001z"/>
1899
+ <rect id="_x30_.1.0.224.0.4_1_" fill="#4d4d4d" gorn="0.3.0.0.0.0.0.18.0.4" x="209.851" width="1.627" height="2.356" y="31.9501"/>
1900
+ <rect id="_x30_.1.0.224.0.5_1_" fill="#4d4d4d" gorn="0.3.0.0.0.0.0.18.0.5" x="209.851" width="1.627" height="2.353" y="26.658"/>
1901
+ <rect id="_x30_.1.0.224.0.6_1_" fill="#4d4d4d" gorn="0.3.0.0.0.0.0.18.0.6" x="209.851" width="1.627" height="2.354" y="21.95"/>
1902
+ <rect id="_x30_.1.0.224.0.7_1_" fill="#4d4d4d" gorn="0.3.0.0.0.0.0.18.0.7" x="209.851" width="1.627" height="2.356" y="16.654"/>
1903
+ <path id="_x30_.1.0.224.0.8_1_" fill="#b0b0b0" gorn="0.3.0.0.0.0.0.18.0.8" d="m242.31,39.8341,0,0.830001c0.445,0,0.734,0.0840001,0.827999,0.229,0.021,0.0590001,0.0879999,0.521001,0.0879999,0.840001l0.561,0,0.271,0,0.049,0,0.127,0,0.701,0c0,-0.502001,-0.0919999,-1.092,-0.225,-1.295,-0.369,-0.557001,-1.113,-0.600001,-1.441,-0.604001l-0.002,0,-0.621,0,0.016,0.02c-0.155,-0.02,-0.278,-0.02,-0.352,-0.02z"/>
1904
+ <path id="_x30_.1.0.224.0.9_1_" fill="#8f8f8f" gorn="0.3.0.0.0.0.0.18.0.9" d="m244.851,40.8631c-0.111,-0.514001,-0.26,-0.570001,-0.375,-0.674001,-0.434,-0.350001,-1.057,-0.355001,-1.295,-0.355001l-0.874999,0,0,0.830001c0.328,0,0.572,0.0470001,0.711,0.121,0.006,0.00400001,1.693,-0.002,1.834,0.0780001z"/>
1905
+ <path id="_x30_.1.0.224.0.10_1_" fill="#b3b3b3" gorn="0.3.0.0.0.0.0.18.0.10" d="m210.589,41.0231,32.052,0,0,-1.326,1.146,0,0,-28.432,-1.146,0,0,-1.327,-32.052,0,0,31.0851,0,0zM240.55,30.7051c0.257,0.0450001,0.462,0.329001,0.462,0.660001l0,3.69501c0,0.328001,-0.209,0.631001,-0.462,0.664001l-17.172,2.327c-0.252,0.0460001,-0.459,-0.213,-0.459,-0.536001l0,-0.543001c0,-0.328001,0.207,-0.625001,0.459,-0.660001l14.437,-1.759c0.261,-0.024,0.468,-0.309001,0.468,-0.659001l0,-1.369c0,-0.319001,-0.216,-0.633001,-0.468,-0.664001L223.38,30.1151c-0.254,-0.0390001,-0.461,-0.311001,-0.461,-0.661001l0,-0.538001c0,-0.326001,0.207,-0.574001,0.459,-0.542001l17.172,2.331zm0,-15.467c0.257,0.0470001,0.462,0.329001,0.462,0.663001l0,3.69001c0,0.329001,-0.209,0.633001,-0.462,0.667001l-17.172,2.329c-0.252,0.0430001,-0.461,-0.211,-0.461,-0.536001l0,-0.540001c0,-0.329001,0.209,-0.627001,0.461,-0.662001l14.437,-1.758c0.261,-0.028,0.468,-0.310001,0.468,-0.658001l0,-1.369c0,-0.320001,-0.216,-0.633001,-0.468,-0.663001L223.38,14.654c-0.254,-0.0390001,-0.461,-0.309001,-0.461,-0.660001l-0.002,-0.536001c0,-0.327001,0.209,-0.573001,0.461,-0.542001l17.172,2.322z"/>
1906
+ <polygon id="_x30_.1.0.224.0.11_1_" fill="none" gorn="0.3.0.0.0.0.0.18.0.11" points="238.263,34.5081,238.263,31.9251,236.912,31.7711,236.912,34.6431"/>
1907
+ <polygon id="_x30_.1.0.224.0.12_1_" fill="#939393" gorn="0.3.0.0.0.0.0.18.0.12" points="236.912,31.7711,238.263,31.9251,238.263,34.5081,236.912,34.6431"/>
1908
+ <polygon id="_x30_.1.0.224.0.13_1_" fill="#666666" gorn="0.3.0.0.0.0.0.18.0.13" points="236.912,31.7711,236.344,31.7021,236.344,34.7211,236.912,34.6431"/>
1909
+ <polygon id="_x30_.1.0.224.0.14_1_" fill="none" gorn="0.3.0.0.0.0.0.18.0.14" points="238.263,19.039,238.263,16.459,236.912,16.306,236.912,19.176"/>
1910
+ <polygon id="_x30_.1.0.224.0.15_1_" fill="#939393" gorn="0.3.0.0.0.0.0.18.0.15" points="236.912,16.306,238.263,16.459,238.263,19.039,236.912,19.176"/>
1911
+ <polygon id="_x30_.1.0.224.0.16_1_" fill="#666666" gorn="0.3.0.0.0.0.0.18.0.16" points="236.912,16.306,236.344,16.237,236.344,19.257,236.912,19.176"/>
1912
+ <line id="_x30_.1.0.224.0.17_1_" fill="none" style="stroke-linecap:round;" gorn="0.3.0.0.0.0.0.18.0.17" x1="211.472" y1="40.5531" x2="242.054" stroke-width="0.806399" y2="40.5531" stroke-opacity="0.23999999" stroke="#ffffff"/>
1913
+ <line id="_x30_.1.0.224.0.18_1_" fill="none" style="stroke-linecap:round;" gorn="0.3.0.0.0.0.0.18.0.18" x1="211.472" y1="10.411" x2="242.177" stroke-width="0.806399" y2="10.411" stroke-opacity="0.23999999" stroke="#ffffff"/>
1914
+ <line id="_x30_.1.0.224.0.19_1_" fill="none" style="stroke-linecap:round;" gorn="0.3.0.0.0.0.0.18.0.19" x1="243.121" y1="11.448" x2="243.121" stroke-width="0.4032" y2="39.5161" stroke-opacity="0.15" stroke="#000000"/>
1915
+ <path id="_x30_.1.0.224.0.20_1_" fill="#999999" gorn="0.3.0.0.0.0.0.18.0.20" d="m218.619,8.05501,1.711,0,0,1.181,0,0,0,0.706001,-2.826,0,0,-1.361c0,-0.292,0.234,-0.526001,0.529,-0.526001l0.586,0z"/>
1916
+ <path id="_x30_.1.0.224.0.21_1_" fill="#808080" gorn="0.3.0.0.0.0.0.18.0.21" d="m217.966,8.05501,0,1.884,-0.471,0c0,0,0,-1.293,0,-1.444,0.006,-0.233,0.331,-0.440001,0.471,-0.440001z"/>
1917
+ <path id="_x30_.1.0.224.0.22_1_" fill="#b3b3b3" gorn="0.3.0.0.0.0.0.18.0.22" d="m218.619,42.9221,1.711,0,0,-1.18,0,0,0,-0.725001,-2.826,0,0,1.375c0,0.293,0.234,0.523001,0.529,0.523001l0.586,0,0,0.00700001z"/>
1918
+ <path id="_x30_.1.0.224.0.23_1_" fill="#e6e6e6" gorn="0.3.0.0.0.0.0.18.0.23" d="m217.966,42.9221,0,-1.9,-0.471,0c0,0,0,1.305,0,1.461,0.006,0.234,0.331,0.439001,0.471,0.439001z"/>
1919
+ </g>
1920
+ </g>
1921
+ <g id="_x30_.1.0.226" gorn="0.3.0.0.0.0.0.19">
1922
+ <g id="_x30_.1.0.226.0" gorn="0.3.0.0.0.0.0.19.0">
1923
+ <g id="_x30_.1.0.226.0.0" gorn="0.3.0.0.0.0.0.19.0.0">
1924
+ <g id="_x30_.1.0.226.0.0.0" gorn="0.3.0.0.0.0.0.19.0.0.0">
1925
+ <g id="_x30_.1.0.226.0.0.0.0" gorn="0.3.0.0.0.0.0.19.0.0.0.0"/>
1926
+ <g id="_x30_.1.0.226.0.0.0.1" gorn="0.3.0.0.0.0.0.19.0.0.0.1"/>
1927
+ <g id="_x30_.1.0.226.0.0.0.2" gorn="0.3.0.0.0.0.0.19.0.0.0.2"/>
1928
+ <g id="_x30_.1.0.226.0.0.0.3" gorn="0.3.0.0.0.0.0.19.0.0.0.3"/>
1929
+ <g id="_x30_.1.0.226.0.0.0.4" gorn="0.3.0.0.0.0.0.19.0.0.0.4"/>
1930
+ <g id="_x30_.1.0.226.0.0.0.5" gorn="0.3.0.0.0.0.0.19.0.0.0.5"/>
1931
+ <g id="_x30_.1.0.226.0.0.0.6" gorn="0.3.0.0.0.0.0.19.0.0.0.6"/>
1932
+ <g id="_x30_.1.0.226.0.0.0.7" gorn="0.3.0.0.0.0.0.19.0.0.0.7"/>
1933
+ <g id="_x30_.1.0.226.0.0.0.8" gorn="0.3.0.0.0.0.0.19.0.0.0.8"/>
1934
+ <g id="_x30_.1.0.226.0.0.0.9" gorn="0.3.0.0.0.0.0.19.0.0.0.9"/>
1935
+ <g id="_x30_.1.0.226.0.0.0.10" gorn="0.3.0.0.0.0.0.19.0.0.0.10"/>
1936
+ <g id="_x30_.1.0.226.0.0.0.11" gorn="0.3.0.0.0.0.0.19.0.0.0.11"/>
1937
+ <g id="_x30_.1.0.226.0.0.0.12" gorn="0.3.0.0.0.0.0.19.0.0.0.12"/>
1938
+ <g id="_x30_.1.0.226.0.0.0.13" gorn="0.3.0.0.0.0.0.19.0.0.0.13"/>
1939
+ <g id="_x30_.1.0.226.0.0.0.14" gorn="0.3.0.0.0.0.0.19.0.0.0.14"/>
1940
+ </g>
1941
+ <g id="_x30_.1.0.226.0.0.1" gorn="0.3.0.0.0.0.0.19.0.0.1">
1942
+ <g id="_x30_.1.0.226.0.0.1.0" gorn="0.3.0.0.0.0.0.19.0.0.1.0"/>
1943
+ <g id="_x30_.1.0.226.0.0.1.1" gorn="0.3.0.0.0.0.0.19.0.0.1.1"/>
1944
+ <g id="_x30_.1.0.226.0.0.1.2" gorn="0.3.0.0.0.0.0.19.0.0.1.2"/>
1945
+ <g id="_x30_.1.0.226.0.0.1.3" gorn="0.3.0.0.0.0.0.19.0.0.1.3"/>
1946
+ <g id="_x30_.1.0.226.0.0.1.4" gorn="0.3.0.0.0.0.0.19.0.0.1.4"/>
1947
+ <g id="_x30_.1.0.226.0.0.1.5" gorn="0.3.0.0.0.0.0.19.0.0.1.5"/>
1948
+ <g id="_x30_.1.0.226.0.0.1.6" gorn="0.3.0.0.0.0.0.19.0.0.1.6"/>
1949
+ <g id="_x30_.1.0.226.0.0.1.7" gorn="0.3.0.0.0.0.0.19.0.0.1.7"/>
1950
+ <g id="_x30_.1.0.226.0.0.1.8" gorn="0.3.0.0.0.0.0.19.0.0.1.8"/>
1951
+ <g id="_x30_.1.0.226.0.0.1.9" gorn="0.3.0.0.0.0.0.19.0.0.1.9"/>
1952
+ <g id="_x30_.1.0.226.0.0.1.10" gorn="0.3.0.0.0.0.0.19.0.0.1.10"/>
1953
+ <g id="_x30_.1.0.226.0.0.1.11" gorn="0.3.0.0.0.0.0.19.0.0.1.11"/>
1954
+ <g id="_x30_.1.0.226.0.0.1.12" gorn="0.3.0.0.0.0.0.19.0.0.1.12"/>
1955
+ <g id="_x30_.1.0.226.0.0.1.13" gorn="0.3.0.0.0.0.0.19.0.0.1.13"/>
1956
+ <g id="_x30_.1.0.226.0.0.1.14" gorn="0.3.0.0.0.0.0.19.0.0.1.14"/>
1957
+ </g>
1958
+ <g id="_x30_.1.0.226.0.0.2" gorn="0.3.0.0.0.0.0.19.0.0.2">
1959
+ <g id="_x30_.1.0.226.0.0.2.0" gorn="0.3.0.0.0.0.0.19.0.0.2.0"/>
1960
+ <g id="_x30_.1.0.226.0.0.2.1" gorn="0.3.0.0.0.0.0.19.0.0.2.1"/>
1961
+ <g id="_x30_.1.0.226.0.0.2.2" gorn="0.3.0.0.0.0.0.19.0.0.2.2"/>
1962
+ <g id="_x30_.1.0.226.0.0.2.3" gorn="0.3.0.0.0.0.0.19.0.0.2.3"/>
1963
+ <g id="_x30_.1.0.226.0.0.2.4" gorn="0.3.0.0.0.0.0.19.0.0.2.4"/>
1964
+ <g id="_x30_.1.0.226.0.0.2.5" gorn="0.3.0.0.0.0.0.19.0.0.2.5"/>
1965
+ <g id="_x30_.1.0.226.0.0.2.6" gorn="0.3.0.0.0.0.0.19.0.0.2.6"/>
1966
+ <g id="_x30_.1.0.226.0.0.2.7" gorn="0.3.0.0.0.0.0.19.0.0.2.7"/>
1967
+ <g id="_x30_.1.0.226.0.0.2.8" gorn="0.3.0.0.0.0.0.19.0.0.2.8"/>
1968
+ <g id="_x30_.1.0.226.0.0.2.9" gorn="0.3.0.0.0.0.0.19.0.0.2.9"/>
1969
+ <g id="_x30_.1.0.226.0.0.2.10" gorn="0.3.0.0.0.0.0.19.0.0.2.10"/>
1970
+ <g id="_x30_.1.0.226.0.0.2.11" gorn="0.3.0.0.0.0.0.19.0.0.2.11"/>
1971
+ <g id="_x30_.1.0.226.0.0.2.12" gorn="0.3.0.0.0.0.0.19.0.0.2.12"/>
1972
+ <g id="_x30_.1.0.226.0.0.2.13" gorn="0.3.0.0.0.0.0.19.0.0.2.13"/>
1973
+ <g id="_x30_.1.0.226.0.0.2.14" gorn="0.3.0.0.0.0.0.19.0.0.2.14"/>
1974
+ </g>
1975
+ <g id="_x30_.1.0.226.0.0.3" gorn="0.3.0.0.0.0.0.19.0.0.3">
1976
+ <g id="_x30_.1.0.226.0.0.3.0" gorn="0.3.0.0.0.0.0.19.0.0.3.0"/>
1977
+ <g id="_x30_.1.0.226.0.0.3.1" gorn="0.3.0.0.0.0.0.19.0.0.3.1"/>
1978
+ <g id="_x30_.1.0.226.0.0.3.2" gorn="0.3.0.0.0.0.0.19.0.0.3.2"/>
1979
+ <g id="_x30_.1.0.226.0.0.3.3" gorn="0.3.0.0.0.0.0.19.0.0.3.3"/>
1980
+ <g id="_x30_.1.0.226.0.0.3.4" gorn="0.3.0.0.0.0.0.19.0.0.3.4"/>
1981
+ <g id="_x30_.1.0.226.0.0.3.5" gorn="0.3.0.0.0.0.0.19.0.0.3.5"/>
1982
+ <g id="_x30_.1.0.226.0.0.3.6" gorn="0.3.0.0.0.0.0.19.0.0.3.6"/>
1983
+ <g id="_x30_.1.0.226.0.0.3.7" gorn="0.3.0.0.0.0.0.19.0.0.3.7"/>
1984
+ <g id="_x30_.1.0.226.0.0.3.8" gorn="0.3.0.0.0.0.0.19.0.0.3.8"/>
1985
+ <g id="_x30_.1.0.226.0.0.3.9" gorn="0.3.0.0.0.0.0.19.0.0.3.9"/>
1986
+ <g id="_x30_.1.0.226.0.0.3.10" gorn="0.3.0.0.0.0.0.19.0.0.3.10"/>
1987
+ <g id="_x30_.1.0.226.0.0.3.11" gorn="0.3.0.0.0.0.0.19.0.0.3.11"/>
1988
+ <g id="_x30_.1.0.226.0.0.3.12" gorn="0.3.0.0.0.0.0.19.0.0.3.12"/>
1989
+ <g id="_x30_.1.0.226.0.0.3.13" gorn="0.3.0.0.0.0.0.19.0.0.3.13"/>
1990
+ <g id="_x30_.1.0.226.0.0.3.14" gorn="0.3.0.0.0.0.0.19.0.0.3.14"/>
1991
+ </g>
1992
+ <g id="_x30_.1.0.226.0.0.4" gorn="0.3.0.0.0.0.0.19.0.0.4">
1993
+ <g id="_x30_.1.0.226.0.0.4.0" gorn="0.3.0.0.0.0.0.19.0.0.4.0"/>
1994
+ <g id="_x30_.1.0.226.0.0.4.1" gorn="0.3.0.0.0.0.0.19.0.0.4.1"/>
1995
+ <g id="_x30_.1.0.226.0.0.4.2" gorn="0.3.0.0.0.0.0.19.0.0.4.2"/>
1996
+ <g id="_x30_.1.0.226.0.0.4.3" gorn="0.3.0.0.0.0.0.19.0.0.4.3"/>
1997
+ <g id="_x30_.1.0.226.0.0.4.4" gorn="0.3.0.0.0.0.0.19.0.0.4.4"/>
1998
+ <g id="_x30_.1.0.226.0.0.4.5" gorn="0.3.0.0.0.0.0.19.0.0.4.5"/>
1999
+ <g id="_x30_.1.0.226.0.0.4.6" gorn="0.3.0.0.0.0.0.19.0.0.4.6"/>
2000
+ <g id="_x30_.1.0.226.0.0.4.7" gorn="0.3.0.0.0.0.0.19.0.0.4.7"/>
2001
+ <g id="_x30_.1.0.226.0.0.4.8" gorn="0.3.0.0.0.0.0.19.0.0.4.8"/>
2002
+ <g id="_x30_.1.0.226.0.0.4.9" gorn="0.3.0.0.0.0.0.19.0.0.4.9"/>
2003
+ <g id="_x30_.1.0.226.0.0.4.10" gorn="0.3.0.0.0.0.0.19.0.0.4.10"/>
2004
+ <g id="_x30_.1.0.226.0.0.4.11" gorn="0.3.0.0.0.0.0.19.0.0.4.11"/>
2005
+ <g id="_x30_.1.0.226.0.0.4.12" gorn="0.3.0.0.0.0.0.19.0.0.4.12"/>
2006
+ <g id="_x30_.1.0.226.0.0.4.13" gorn="0.3.0.0.0.0.0.19.0.0.4.13"/>
2007
+ <g id="_x30_.1.0.226.0.0.4.14" gorn="0.3.0.0.0.0.0.19.0.0.4.14"/>
2008
+ </g>
2009
+ <g id="_x30_.1.0.226.0.0.5" gorn="0.3.0.0.0.0.0.19.0.0.5">
2010
+ <g id="_x30_.1.0.226.0.0.5.0" gorn="0.3.0.0.0.0.0.19.0.0.5.0"/>
2011
+ <g id="_x30_.1.0.226.0.0.5.1" gorn="0.3.0.0.0.0.0.19.0.0.5.1"/>
2012
+ <g id="_x30_.1.0.226.0.0.5.2" gorn="0.3.0.0.0.0.0.19.0.0.5.2"/>
2013
+ <g id="_x30_.1.0.226.0.0.5.3" gorn="0.3.0.0.0.0.0.19.0.0.5.3"/>
2014
+ <g id="_x30_.1.0.226.0.0.5.4" gorn="0.3.0.0.0.0.0.19.0.0.5.4"/>
2015
+ <g id="_x30_.1.0.226.0.0.5.5" gorn="0.3.0.0.0.0.0.19.0.0.5.5"/>
2016
+ <g id="_x30_.1.0.226.0.0.5.6" gorn="0.3.0.0.0.0.0.19.0.0.5.6"/>
2017
+ <g id="_x30_.1.0.226.0.0.5.7" gorn="0.3.0.0.0.0.0.19.0.0.5.7"/>
2018
+ <g id="_x30_.1.0.226.0.0.5.8" gorn="0.3.0.0.0.0.0.19.0.0.5.8"/>
2019
+ <g id="_x30_.1.0.226.0.0.5.9" gorn="0.3.0.0.0.0.0.19.0.0.5.9"/>
2020
+ <g id="_x30_.1.0.226.0.0.5.10" gorn="0.3.0.0.0.0.0.19.0.0.5.10"/>
2021
+ <g id="_x30_.1.0.226.0.0.5.11" gorn="0.3.0.0.0.0.0.19.0.0.5.11"/>
2022
+ <g id="_x30_.1.0.226.0.0.5.12" gorn="0.3.0.0.0.0.0.19.0.0.5.12"/>
2023
+ <g id="_x30_.1.0.226.0.0.5.13" gorn="0.3.0.0.0.0.0.19.0.0.5.13"/>
2024
+ <g id="_x30_.1.0.226.0.0.5.14" gorn="0.3.0.0.0.0.0.19.0.0.5.14"/>
2025
+ </g>
2026
+ </g>
2027
+ <rect id="_x30_.1.0.226.0.4" fill-opacity="0.1" fill="#ffffff" gorn="0.3.0.0.0.0.0.19.0.1" x="130.8" width="3.408" height="0.576001" y="142.479"/>
2028
+ <rect id="_x30_.1.0.226.0.8" fill-opacity="0.1" fill="#ffffff" gorn="0.3.0.0.0.0.0.19.0.2" x="123.584" width="2.578" height="0.375001" y="149.458"/>
2029
+ </g>
2030
+ </g>
2031
+ <g id="_x30_.1.0.227" gorn="0.3.0.0.0.0.0.20">
2032
+ <g id="_x30_.1.0.227.0" gorn="0.3.0.0.0.0.0.20.0">
2033
+ <g id="_x30_.1.0.227.0.0" gorn="0.3.0.0.0.0.0.20.0.0">
2034
+ <g id="_x30_.1.0.227.0.0.0" gorn="0.3.0.0.0.0.0.20.0.0.0">
2035
+ <rect id="_x30_.1.0.227.0.0.0.0" fill="#999999" gorn="0.3.0.0.0.0.0.20.0.0.0.0" x="15.348" width="3.792" height="1.938" y="99.9142"/>
2036
+ </g>
2037
+ <g id="_x30_.1.0.227.0.0.1" gorn="0.3.0.0.0.0.0.20.0.0.1">
2038
+ <rect id="_x30_.1.0.227.0.0.1.0" fill="#999999" gorn="0.3.0.0.0.0.0.20.0.0.1.0" x="15.348" width="3.792" height="1.939" y="96.9252"/>
2039
+ </g>
2040
+ <g id="_x30_.1.0.227.0.0.2" gorn="0.3.0.0.0.0.0.20.0.0.2">
2041
+ <rect id="_x30_.1.0.227.0.0.2.0" fill="#999999" gorn="0.3.0.0.0.0.0.20.0.0.2.0" x="15.348" width="3.792" height="1.939" y="93.9372"/>
2042
+ </g>
2043
+ <g id="_x30_.1.0.227.0.0.3" gorn="0.3.0.0.0.0.0.20.0.0.3">
2044
+ <rect id="_x30_.1.0.227.0.0.3.0" fill="#999999" gorn="0.3.0.0.0.0.0.20.0.0.3.0" x="15.348" width="3.792" height="1.938" y="90.9492"/>
2045
+ </g>
2046
+ <g id="_x30_.1.0.227.0.0.4" gorn="0.3.0.0.0.0.0.20.0.0.4">
2047
+ <rect id="_x30_.1.0.227.0.0.4.0" fill="#999999" gorn="0.3.0.0.0.0.0.20.0.0.4.0" x="15.348" width="3.792" height="1.94" y="87.9601"/>
2048
+ </g>
2049
+ <g id="_x30_.1.0.227.0.0.5" gorn="0.3.0.0.0.0.0.20.0.0.5">
2050
+ <rect id="_x30_.1.0.227.0.0.5.0" fill="#999999" gorn="0.3.0.0.0.0.0.20.0.0.5.0" x="15.348" width="3.792" height="1.938" y="84.9741"/>
2051
+ </g>
2052
+ <g id="_x30_.1.0.227.0.0.6" gorn="0.3.0.0.0.0.0.20.0.0.6">
2053
+ <rect id="_x30_.1.0.227.0.0.6.0" fill="#999999" gorn="0.3.0.0.0.0.0.20.0.0.6.0" x="15.348" width="3.792" height="1.938" y="81.9841"/>
2054
+ </g>
2055
+ <g id="_x30_.1.0.227.0.0.7" gorn="0.3.0.0.0.0.0.20.0.0.7">
2056
+ <rect id="_x30_.1.0.227.0.0.7.0" fill="#999999" gorn="0.3.0.0.0.0.0.20.0.0.7.0" x="15.348" width="3.792" height="1.94" y="78.9971"/>
2057
+ </g>
2058
+ <g id="_x30_.1.0.227.0.0.8" gorn="0.3.0.0.0.0.0.20.0.0.8">
2059
+ <rect id="_x30_.1.0.227.0.0.8.0" fill="#999999" gorn="0.3.0.0.0.0.0.20.0.0.8.0" x="15.348" width="3.792" height="1.938" y="76.0071"/>
2060
+ </g>
2061
+ <g id="_x30_.1.0.227.0.0.9" gorn="0.3.0.0.0.0.0.20.0.0.9">
2062
+ <rect id="_x30_.1.0.227.0.0.9.0" fill="#999999" gorn="0.3.0.0.0.0.0.20.0.0.9.0" x="15.348" width="3.792" height="1.939" y="73.0201"/>
2063
+ </g>
2064
+ <g id="_x30_.1.0.227.0.0.10" gorn="0.3.0.0.0.0.0.20.0.0.10">
2065
+ <rect id="_x30_.1.0.227.0.0.10.0" fill="#999999" gorn="0.3.0.0.0.0.0.20.0.0.10.0" x="15.348" width="3.792" height="1.938" y="70.0311"/>
2066
+ </g>
2067
+ <g id="_x30_.1.0.227.0.0.11" gorn="0.3.0.0.0.0.0.20.0.0.11">
2068
+ <rect id="_x30_.1.0.227.0.0.11.0" fill="#999999" gorn="0.3.0.0.0.0.0.20.0.0.11.0" x="15.348" width="3.792" height="1.938" y="67.0431"/>
2069
+ </g>
2070
+ <g id="_x30_.1.0.227.0.0.12" gorn="0.3.0.0.0.0.0.20.0.0.12">
2071
+ <rect id="_x30_.1.0.227.0.0.12.0" fill="#999999" gorn="0.3.0.0.0.0.0.20.0.0.12.0" x="15.348" width="3.792" height="1.939" y="64.0561"/>
2072
+ </g>
2073
+ <g id="_x30_.1.0.227.0.0.13" gorn="0.3.0.0.0.0.0.20.0.0.13">
2074
+ <rect id="_x30_.1.0.227.0.0.13.0" fill="#999999" gorn="0.3.0.0.0.0.0.20.0.0.13.0" x="15.348" width="3.792" height="1.939" y="61.0671"/>
2075
+ </g>
2076
+ <g id="_x30_.1.0.227.0.0.14" gorn="0.3.0.0.0.0.0.20.0.0.14">
2077
+ <rect id="_x30_.1.0.227.0.0.14.0" fill="#999999" gorn="0.3.0.0.0.0.0.20.0.0.14.0" x="15.348" width="3.792" height="1.938" y="58.0811"/>
2078
+ </g>
2079
+ </g>
2080
+ <g id="_x30_.1.0.227.0.1" gorn="0.3.0.0.0.0.0.20.0.1">
2081
+ <g id="_x30_.1.0.227.0.1.0" gorn="0.3.0.0.0.0.0.20.0.1.0">
2082
+ <rect id="_x30_.1.0.227.0.1.0.0" fill="#999999" gorn="0.3.0.0.0.0.0.20.0.1.0.0" x="3.43" width="3.793" height="1.938" y="99.9142"/>
2083
+ </g>
2084
+ <g id="_x30_.1.0.227.0.1.1" gorn="0.3.0.0.0.0.0.20.0.1.1">
2085
+ <rect id="_x30_.1.0.227.0.1.1.0" fill="#999999" gorn="0.3.0.0.0.0.0.20.0.1.1.0" x="3.43" width="3.793" height="1.939" y="96.9252"/>
2086
+ </g>
2087
+ <g id="_x30_.1.0.227.0.1.2" gorn="0.3.0.0.0.0.0.20.0.1.2">
2088
+ <rect id="_x30_.1.0.227.0.1.2.0" fill="#999999" gorn="0.3.0.0.0.0.0.20.0.1.2.0" x="3.43" width="3.793" height="1.939" y="93.9372"/>
2089
+ </g>
2090
+ <g id="_x30_.1.0.227.0.1.3" gorn="0.3.0.0.0.0.0.20.0.1.3">
2091
+ <rect id="_x30_.1.0.227.0.1.3.0" fill="#999999" gorn="0.3.0.0.0.0.0.20.0.1.3.0" x="3.43" width="3.793" height="1.938" y="90.9492"/>
2092
+ </g>
2093
+ <g id="_x30_.1.0.227.0.1.4" gorn="0.3.0.0.0.0.0.20.0.1.4">
2094
+ <rect id="_x30_.1.0.227.0.1.4.0" fill="#999999" gorn="0.3.0.0.0.0.0.20.0.1.4.0" x="3.43" width="3.793" height="1.94" y="87.9601"/>
2095
+ </g>
2096
+ <g id="_x30_.1.0.227.0.1.5" gorn="0.3.0.0.0.0.0.20.0.1.5">
2097
+ <rect id="_x30_.1.0.227.0.1.5.0" fill="#999999" gorn="0.3.0.0.0.0.0.20.0.1.5.0" x="3.43" width="3.793" height="1.938" y="84.9741"/>
2098
+ </g>
2099
+ <g id="_x30_.1.0.227.0.1.6" gorn="0.3.0.0.0.0.0.20.0.1.6">
2100
+ <rect id="_x30_.1.0.227.0.1.6.0" fill="#999999" gorn="0.3.0.0.0.0.0.20.0.1.6.0" x="3.43" width="3.793" height="1.938" y="81.9841"/>
2101
+ </g>
2102
+ <g id="_x30_.1.0.227.0.1.7" gorn="0.3.0.0.0.0.0.20.0.1.7">
2103
+ <rect id="_x30_.1.0.227.0.1.7.0" fill="#999999" gorn="0.3.0.0.0.0.0.20.0.1.7.0" x="3.43" width="3.793" height="1.94" y="78.9971"/>
2104
+ </g>
2105
+ <g id="_x30_.1.0.227.0.1.8" gorn="0.3.0.0.0.0.0.20.0.1.8">
2106
+ <rect id="_x30_.1.0.227.0.1.8.0" fill="#999999" gorn="0.3.0.0.0.0.0.20.0.1.8.0" x="3.43" width="3.793" height="1.938" y="76.0071"/>
2107
+ </g>
2108
+ <g id="_x30_.1.0.227.0.1.9" gorn="0.3.0.0.0.0.0.20.0.1.9">
2109
+ <rect id="_x30_.1.0.227.0.1.9.0" fill="#999999" gorn="0.3.0.0.0.0.0.20.0.1.9.0" x="3.43" width="3.793" height="1.939" y="73.0201"/>
2110
+ </g>
2111
+ <g id="_x30_.1.0.227.0.1.10" gorn="0.3.0.0.0.0.0.20.0.1.10">
2112
+ <rect id="_x30_.1.0.227.0.1.10.0" fill="#999999" gorn="0.3.0.0.0.0.0.20.0.1.10.0" x="3.43" width="3.793" height="1.938" y="70.0311"/>
2113
+ </g>
2114
+ <g id="_x30_.1.0.227.0.1.11" gorn="0.3.0.0.0.0.0.20.0.1.11">
2115
+ <rect id="_x30_.1.0.227.0.1.11.0" fill="#999999" gorn="0.3.0.0.0.0.0.20.0.1.11.0" x="3.43" width="3.793" height="1.938" y="67.0431"/>
2116
+ </g>
2117
+ <g id="_x30_.1.0.227.0.1.12" gorn="0.3.0.0.0.0.0.20.0.1.12">
2118
+ <rect id="_x30_.1.0.227.0.1.12.0" fill="#999999" gorn="0.3.0.0.0.0.0.20.0.1.12.0" x="3.43" width="3.793" height="1.939" y="64.0561"/>
2119
+ </g>
2120
+ <g id="_x30_.1.0.227.0.1.13" gorn="0.3.0.0.0.0.0.20.0.1.13">
2121
+ <rect id="_x30_.1.0.227.0.1.13.0" fill="#999999" gorn="0.3.0.0.0.0.0.20.0.1.13.0" x="3.43" width="3.793" height="1.939" y="61.0671"/>
2122
+ </g>
2123
+ <g id="_x30_.1.0.227.0.1.14" gorn="0.3.0.0.0.0.0.20.0.1.14">
2124
+ <rect id="_x30_.1.0.227.0.1.14.0" fill="#999999" gorn="0.3.0.0.0.0.0.20.0.1.14.0" x="3.43" width="3.793" height="1.938" y="58.0811"/>
2125
+ </g>
2126
+ </g>
2127
+ <g id="_x30_.1.0.227.0.2" gorn="0.3.0.0.0.0.0.20.0.2">
2128
+ <g id="_x30_.1.0.227.0.2.0" gorn="0.3.0.0.0.0.0.20.0.2.0">
2129
+ <rect id="_x30_.1.0.227.0.2.0.0" fill-opacity="0.2" fill="#ffffff" gorn="0.3.0.0.0.0.0.20.0.2.0.0" x="3.43" width="3.793" height="0.244" y="99.9142"/>
2130
+ </g>
2131
+ <g id="_x30_.1.0.227.0.2.1" gorn="0.3.0.0.0.0.0.20.0.2.1">
2132
+ <rect id="_x30_.1.0.227.0.2.1.0" fill-opacity="0.2" fill="#ffffff" gorn="0.3.0.0.0.0.0.20.0.2.1.0" x="3.43" width="3.793" height="0.244" y="96.9252"/>
2133
+ </g>
2134
+ <g id="_x30_.1.0.227.0.2.2" gorn="0.3.0.0.0.0.0.20.0.2.2">
2135
+ <rect id="_x30_.1.0.227.0.2.2.0" fill-opacity="0.2" fill="#ffffff" gorn="0.3.0.0.0.0.0.20.0.2.2.0" x="3.43" width="3.793" height="0.246" y="93.9372"/>
2136
+ </g>
2137
+ <g id="_x30_.1.0.227.0.2.3" gorn="0.3.0.0.0.0.0.20.0.2.3">
2138
+ <rect id="_x30_.1.0.227.0.2.3.0" fill-opacity="0.2" fill="#ffffff" gorn="0.3.0.0.0.0.0.20.0.2.3.0" x="3.43" width="3.793" height="0.243" y="90.9492"/>
2139
+ </g>
2140
+ <g id="_x30_.1.0.227.0.2.4" gorn="0.3.0.0.0.0.0.20.0.2.4">
2141
+ <rect id="_x30_.1.0.227.0.2.4.0" fill-opacity="0.2" fill="#ffffff" gorn="0.3.0.0.0.0.0.20.0.2.4.0" x="3.43" width="3.793" height="0.246" y="87.9601"/>
2142
+ </g>
2143
+ <g id="_x30_.1.0.227.0.2.5" gorn="0.3.0.0.0.0.0.20.0.2.5">
2144
+ <rect id="_x30_.1.0.227.0.2.5.0" fill-opacity="0.2" fill="#ffffff" gorn="0.3.0.0.0.0.0.20.0.2.5.0" x="3.43" width="3.793" height="0.244" y="84.9741"/>
2145
+ </g>
2146
+ <g id="_x30_.1.0.227.0.2.6" gorn="0.3.0.0.0.0.0.20.0.2.6">
2147
+ <rect id="_x30_.1.0.227.0.2.6.0" fill-opacity="0.2" fill="#ffffff" gorn="0.3.0.0.0.0.0.20.0.2.6.0" x="3.43" width="3.793" height="0.246" y="81.9841"/>
2148
+ </g>
2149
+ <g id="_x30_.1.0.227.0.2.7" gorn="0.3.0.0.0.0.0.20.0.2.7">
2150
+ <rect id="_x30_.1.0.227.0.2.7.0" fill-opacity="0.2" fill="#ffffff" gorn="0.3.0.0.0.0.0.20.0.2.7.0" x="3.43" width="3.793" height="0.244" y="78.9971"/>
2151
+ </g>
2152
+ <g id="_x30_.1.0.227.0.2.8" gorn="0.3.0.0.0.0.0.20.0.2.8">
2153
+ <rect id="_x30_.1.0.227.0.2.8.0" fill-opacity="0.2" fill="#ffffff" gorn="0.3.0.0.0.0.0.20.0.2.8.0" x="3.43" width="3.793" height="0.245" y="76.0071"/>
2154
+ </g>
2155
+ <g id="_x30_.1.0.227.0.2.9" gorn="0.3.0.0.0.0.0.20.0.2.9">
2156
+ <rect id="_x30_.1.0.227.0.2.9.0" fill-opacity="0.2" fill="#ffffff" gorn="0.3.0.0.0.0.0.20.0.2.9.0" x="3.43" width="3.793" height="0.245" y="73.0201"/>
2157
+ </g>
2158
+ <g id="_x30_.1.0.227.0.2.10" gorn="0.3.0.0.0.0.0.20.0.2.10">
2159
+ <rect id="_x30_.1.0.227.0.2.10.0" fill-opacity="0.2" fill="#ffffff" gorn="0.3.0.0.0.0.0.20.0.2.10.0" x="3.43" width="3.793" height="0.245" y="70.0311"/>
2160
+ </g>
2161
+ <g id="_x30_.1.0.227.0.2.11" gorn="0.3.0.0.0.0.0.20.0.2.11">
2162
+ <rect id="_x30_.1.0.227.0.2.11.0" fill-opacity="0.2" fill="#ffffff" gorn="0.3.0.0.0.0.0.20.0.2.11.0" x="3.43" width="3.793" height="0.244" y="67.0431"/>
2163
+ </g>
2164
+ <g id="_x30_.1.0.227.0.2.12" gorn="0.3.0.0.0.0.0.20.0.2.12">
2165
+ <rect id="_x30_.1.0.227.0.2.12.0" fill-opacity="0.2" fill="#ffffff" gorn="0.3.0.0.0.0.0.20.0.2.12.0" x="3.43" width="3.793" height="0.245" y="64.0561"/>
2166
+ </g>
2167
+ <g id="_x30_.1.0.227.0.2.13" gorn="0.3.0.0.0.0.0.20.0.2.13">
2168
+ <rect id="_x30_.1.0.227.0.2.13.0" fill-opacity="0.2" fill="#ffffff" gorn="0.3.0.0.0.0.0.20.0.2.13.0" x="3.43" width="3.793" height="0.245" y="61.0671"/>
2169
+ </g>
2170
+ <g id="_x30_.1.0.227.0.2.14" gorn="0.3.0.0.0.0.0.20.0.2.14">
2171
+ <rect id="_x30_.1.0.227.0.2.14.0" fill-opacity="0.2" fill="#ffffff" gorn="0.3.0.0.0.0.0.20.0.2.14.0" x="3.43" width="3.793" height="0.244" y="58.0811"/>
2172
+ </g>
2173
+ </g>
2174
+ <g id="_x30_.1.0.227.0.3" gorn="0.3.0.0.0.0.0.20.0.3">
2175
+ <g id="_x30_.1.0.227.0.3.0" gorn="0.3.0.0.0.0.0.20.0.3.0">
2176
+ <rect id="_x30_.1.0.227.0.3.0.0" fill-opacity="0.2" gorn="0.3.0.0.0.0.0.20.0.3.0.0" x="3.43" width="3.793" height="0.244" y="101.608"/>
2177
+ </g>
2178
+ <g id="_x30_.1.0.227.0.3.1" gorn="0.3.0.0.0.0.0.20.0.3.1">
2179
+ <rect id="_x30_.1.0.227.0.3.1.0" fill-opacity="0.2" gorn="0.3.0.0.0.0.0.20.0.3.1.0" x="3.43" width="3.793" height="0.244" y="98.6212"/>
2180
+ </g>
2181
+ <g id="_x30_.1.0.227.0.3.2" gorn="0.3.0.0.0.0.0.20.0.3.2">
2182
+ <rect id="_x30_.1.0.227.0.3.2.0" fill-opacity="0.2" gorn="0.3.0.0.0.0.0.20.0.3.2.0" x="3.43" width="3.793" height="0.242" y="95.6322"/>
2183
+ </g>
2184
+ <g id="_x30_.1.0.227.0.3.3" gorn="0.3.0.0.0.0.0.20.0.3.3">
2185
+ <rect id="_x30_.1.0.227.0.3.3.0" fill-opacity="0.2" gorn="0.3.0.0.0.0.0.20.0.3.3.0" x="3.43" width="3.793" height="0.242" y="92.6462"/>
2186
+ </g>
2187
+ <g id="_x30_.1.0.227.0.3.4" gorn="0.3.0.0.0.0.0.20.0.3.4">
2188
+ <rect id="_x30_.1.0.227.0.3.4.0" fill-opacity="0.2" gorn="0.3.0.0.0.0.0.20.0.3.4.0" x="3.43" width="3.793" height="0.243" y="89.6562"/>
2189
+ </g>
2190
+ <g id="_x30_.1.0.227.0.3.5" gorn="0.3.0.0.0.0.0.20.0.3.5">
2191
+ <rect id="_x30_.1.0.227.0.3.5.0" fill-opacity="0.2" gorn="0.3.0.0.0.0.0.20.0.3.5.0" x="3.43" width="3.793" height="0.244" y="86.6671"/>
2192
+ </g>
2193
+ <g id="_x30_.1.0.227.0.3.6" gorn="0.3.0.0.0.0.0.20.0.3.6">
2194
+ <rect id="_x30_.1.0.227.0.3.6.0" fill-opacity="0.2" gorn="0.3.0.0.0.0.0.20.0.3.6.0" x="3.43" width="3.793" height="0.242" y="83.6811"/>
2195
+ </g>
2196
+ <g id="_x30_.1.0.227.0.3.7" gorn="0.3.0.0.0.0.0.20.0.3.7">
2197
+ <rect id="_x30_.1.0.227.0.3.7.0" fill-opacity="0.2" gorn="0.3.0.0.0.0.0.20.0.3.7.0" x="3.43" width="3.793" height="0.242" y="80.6931"/>
2198
+ </g>
2199
+ <g id="_x30_.1.0.227.0.3.8" gorn="0.3.0.0.0.0.0.20.0.3.8">
2200
+ <rect id="_x30_.1.0.227.0.3.8.0" fill-opacity="0.2" gorn="0.3.0.0.0.0.0.20.0.3.8.0" x="3.43" width="3.793" height="0.243" y="77.7051"/>
2201
+ </g>
2202
+ <g id="_x30_.1.0.227.0.3.9" gorn="0.3.0.0.0.0.0.20.0.3.9">
2203
+ <rect id="_x30_.1.0.227.0.3.9.0" fill-opacity="0.2" gorn="0.3.0.0.0.0.0.20.0.3.9.0" x="3.43" width="3.793" height="0.243" y="74.7151"/>
2204
+ </g>
2205
+ <g id="_x30_.1.0.227.0.3.10" gorn="0.3.0.0.0.0.0.20.0.3.10">
2206
+ <rect id="_x30_.1.0.227.0.3.10.0" fill-opacity="0.2" gorn="0.3.0.0.0.0.0.20.0.3.10.0" x="3.43" width="3.793" height="0.243" y="71.7281"/>
2207
+ </g>
2208
+ <g id="_x30_.1.0.227.0.3.11" gorn="0.3.0.0.0.0.0.20.0.3.11">
2209
+ <rect id="_x30_.1.0.227.0.3.11.0" fill-opacity="0.2" gorn="0.3.0.0.0.0.0.20.0.3.11.0" x="3.43" width="3.793" height="0.243" y="68.7391"/>
2210
+ </g>
2211
+ <g id="_x30_.1.0.227.0.3.12" gorn="0.3.0.0.0.0.0.20.0.3.12">
2212
+ <rect id="_x30_.1.0.227.0.3.12.0" fill-opacity="0.2" gorn="0.3.0.0.0.0.0.20.0.3.12.0" x="3.43" width="3.793" height="0.244" y="65.7501"/>
2213
+ </g>
2214
+ <g id="_x30_.1.0.227.0.3.13" gorn="0.3.0.0.0.0.0.20.0.3.13">
2215
+ <rect id="_x30_.1.0.227.0.3.13.0" fill-opacity="0.2" gorn="0.3.0.0.0.0.0.20.0.3.13.0" x="3.43" width="3.793" height="0.245" y="62.7631"/>
2216
+ </g>
2217
+ <g id="_x30_.1.0.227.0.3.14" gorn="0.3.0.0.0.0.0.20.0.3.14">
2218
+ <rect id="_x30_.1.0.227.0.3.14.0" fill-opacity="0.2" gorn="0.3.0.0.0.0.0.20.0.3.14.0" x="3.43" width="3.793" height="0.244" y="59.7741"/>
2219
+ </g>
2220
+ </g>
2221
+ <g id="_x30_.1.0.227.0.4" gorn="0.3.0.0.0.0.0.20.0.4">
2222
+ <g id="_x30_.1.0.227.0.4.0" gorn="0.3.0.0.0.0.0.20.0.4.0">
2223
+ <rect id="_x30_.1.0.227.0.4.0.0" fill-opacity="0.2" gorn="0.3.0.0.0.0.0.20.0.4.0.0" x="15.348" width="3.792" height="0.244" y="101.608"/>
2224
+ </g>
2225
+ <g id="_x30_.1.0.227.0.4.1" gorn="0.3.0.0.0.0.0.20.0.4.1">
2226
+ <rect id="_x30_.1.0.227.0.4.1.0" fill-opacity="0.2" gorn="0.3.0.0.0.0.0.20.0.4.1.0" x="15.348" width="3.792" height="0.244" y="98.6212"/>
2227
+ </g>
2228
+ <g id="_x30_.1.0.227.0.4.2" gorn="0.3.0.0.0.0.0.20.0.4.2">
2229
+ <rect id="_x30_.1.0.227.0.4.2.0" fill-opacity="0.2" gorn="0.3.0.0.0.0.0.20.0.4.2.0" x="15.348" width="3.792" height="0.242" y="95.6322"/>
2230
+ </g>
2231
+ <g id="_x30_.1.0.227.0.4.3" gorn="0.3.0.0.0.0.0.20.0.4.3">
2232
+ <rect id="_x30_.1.0.227.0.4.3.0" fill-opacity="0.2" gorn="0.3.0.0.0.0.0.20.0.4.3.0" x="15.348" width="3.792" height="0.242" y="92.6462"/>
2233
+ </g>
2234
+ <g id="_x30_.1.0.227.0.4.4" gorn="0.3.0.0.0.0.0.20.0.4.4">
2235
+ <rect id="_x30_.1.0.227.0.4.4.0" fill-opacity="0.2" gorn="0.3.0.0.0.0.0.20.0.4.4.0" x="15.348" width="3.792" height="0.243" y="89.6562"/>
2236
+ </g>
2237
+ <g id="_x30_.1.0.227.0.4.5" gorn="0.3.0.0.0.0.0.20.0.4.5">
2238
+ <rect id="_x30_.1.0.227.0.4.5.0" fill-opacity="0.2" gorn="0.3.0.0.0.0.0.20.0.4.5.0" x="15.348" width="3.792" height="0.244" y="86.6671"/>
2239
+ </g>
2240
+ <g id="_x30_.1.0.227.0.4.6" gorn="0.3.0.0.0.0.0.20.0.4.6">
2241
+ <rect id="_x30_.1.0.227.0.4.6.0" fill-opacity="0.2" gorn="0.3.0.0.0.0.0.20.0.4.6.0" x="15.348" width="3.792" height="0.242" y="83.6811"/>
2242
+ </g>
2243
+ <g id="_x30_.1.0.227.0.4.7" gorn="0.3.0.0.0.0.0.20.0.4.7">
2244
+ <rect id="_x30_.1.0.227.0.4.7.0" fill-opacity="0.2" gorn="0.3.0.0.0.0.0.20.0.4.7.0" x="15.348" width="3.792" height="0.242" y="80.6931"/>
2245
+ </g>
2246
+ <g id="_x30_.1.0.227.0.4.8" gorn="0.3.0.0.0.0.0.20.0.4.8">
2247
+ <rect id="_x30_.1.0.227.0.4.8.0" fill-opacity="0.2" gorn="0.3.0.0.0.0.0.20.0.4.8.0" x="15.348" width="3.792" height="0.243" y="77.7051"/>
2248
+ </g>
2249
+ <g id="_x30_.1.0.227.0.4.9" gorn="0.3.0.0.0.0.0.20.0.4.9">
2250
+ <rect id="_x30_.1.0.227.0.4.9.0" fill-opacity="0.2" gorn="0.3.0.0.0.0.0.20.0.4.9.0" x="15.348" width="3.792" height="0.243" y="74.7151"/>
2251
+ </g>
2252
+ <g id="_x30_.1.0.227.0.4.10" gorn="0.3.0.0.0.0.0.20.0.4.10">
2253
+ <rect id="_x30_.1.0.227.0.4.10.0" fill-opacity="0.2" gorn="0.3.0.0.0.0.0.20.0.4.10.0" x="15.348" width="3.792" height="0.243" y="71.7281"/>
2254
+ </g>
2255
+ <g id="_x30_.1.0.227.0.4.11" gorn="0.3.0.0.0.0.0.20.0.4.11">
2256
+ <rect id="_x30_.1.0.227.0.4.11.0" fill-opacity="0.2" gorn="0.3.0.0.0.0.0.20.0.4.11.0" x="15.348" width="3.792" height="0.243" y="68.7391"/>
2257
+ </g>
2258
+ <g id="_x30_.1.0.227.0.4.12" gorn="0.3.0.0.0.0.0.20.0.4.12">
2259
+ <rect id="_x30_.1.0.227.0.4.12.0" fill-opacity="0.2" gorn="0.3.0.0.0.0.0.20.0.4.12.0" x="15.348" width="3.792" height="0.244" y="65.7501"/>
2260
+ </g>
2261
+ <g id="_x30_.1.0.227.0.4.13" gorn="0.3.0.0.0.0.0.20.0.4.13">
2262
+ <rect id="_x30_.1.0.227.0.4.13.0" fill-opacity="0.2" gorn="0.3.0.0.0.0.0.20.0.4.13.0" x="15.348" width="3.792" height="0.245" y="62.7631"/>
2263
+ </g>
2264
+ <g id="_x30_.1.0.227.0.4.14" gorn="0.3.0.0.0.0.0.20.0.4.14">
2265
+ <rect id="_x30_.1.0.227.0.4.14.0" fill-opacity="0.2" gorn="0.3.0.0.0.0.0.20.0.4.14.0" x="15.348" width="3.792" height="0.244" y="59.7741"/>
2266
+ </g>
2267
+ </g>
2268
+ <g id="_x30_.1.0.227.0.5" gorn="0.3.0.0.0.0.0.20.0.5">
2269
+ <g id="_x30_.1.0.227.0.5.0" gorn="0.3.0.0.0.0.0.20.0.5.0">
2270
+ <rect id="_x30_.1.0.227.0.5.0.0" fill-opacity="0.2" fill="#ffffff" gorn="0.3.0.0.0.0.0.20.0.5.0.0" x="15.348" width="3.792" height="0.244" y="99.9142"/>
2271
+ </g>
2272
+ <g id="_x30_.1.0.227.0.5.1" gorn="0.3.0.0.0.0.0.20.0.5.1">
2273
+ <rect id="_x30_.1.0.227.0.5.1.0" fill-opacity="0.2" fill="#ffffff" gorn="0.3.0.0.0.0.0.20.0.5.1.0" x="15.348" width="3.792" height="0.244" y="96.9252"/>
2274
+ </g>
2275
+ <g id="_x30_.1.0.227.0.5.2" gorn="0.3.0.0.0.0.0.20.0.5.2">
2276
+ <rect id="_x30_.1.0.227.0.5.2.0" fill-opacity="0.2" fill="#ffffff" gorn="0.3.0.0.0.0.0.20.0.5.2.0" x="15.348" width="3.792" height="0.246" y="93.9372"/>
2277
+ </g>
2278
+ <g id="_x30_.1.0.227.0.5.3" gorn="0.3.0.0.0.0.0.20.0.5.3">
2279
+ <rect id="_x30_.1.0.227.0.5.3.0" fill-opacity="0.2" fill="#ffffff" gorn="0.3.0.0.0.0.0.20.0.5.3.0" x="15.348" width="3.792" height="0.243" y="90.9492"/>
2280
+ </g>
2281
+ <g id="_x30_.1.0.227.0.5.4" gorn="0.3.0.0.0.0.0.20.0.5.4">
2282
+ <rect id="_x30_.1.0.227.0.5.4.0" fill-opacity="0.2" fill="#ffffff" gorn="0.3.0.0.0.0.0.20.0.5.4.0" x="15.348" width="3.792" height="0.246" y="87.9601"/>
2283
+ </g>
2284
+ <g id="_x30_.1.0.227.0.5.5" gorn="0.3.0.0.0.0.0.20.0.5.5">
2285
+ <rect id="_x30_.1.0.227.0.5.5.0" fill-opacity="0.2" fill="#ffffff" gorn="0.3.0.0.0.0.0.20.0.5.5.0" x="15.348" width="3.792" height="0.244" y="84.9741"/>
2286
+ </g>
2287
+ <g id="_x30_.1.0.227.0.5.6" gorn="0.3.0.0.0.0.0.20.0.5.6">
2288
+ <rect id="_x30_.1.0.227.0.5.6.0" fill-opacity="0.2" fill="#ffffff" gorn="0.3.0.0.0.0.0.20.0.5.6.0" x="15.348" width="3.792" height="0.246" y="81.9841"/>
2289
+ </g>
2290
+ <g id="_x30_.1.0.227.0.5.7" gorn="0.3.0.0.0.0.0.20.0.5.7">
2291
+ <rect id="_x30_.1.0.227.0.5.7.0" fill-opacity="0.2" fill="#ffffff" gorn="0.3.0.0.0.0.0.20.0.5.7.0" x="15.348" width="3.792" height="0.244" y="78.9971"/>
2292
+ </g>
2293
+ <g id="_x30_.1.0.227.0.5.8" gorn="0.3.0.0.0.0.0.20.0.5.8">
2294
+ <rect id="_x30_.1.0.227.0.5.8.0" fill-opacity="0.2" fill="#ffffff" gorn="0.3.0.0.0.0.0.20.0.5.8.0" x="15.348" width="3.792" height="0.245" y="76.0071"/>
2295
+ </g>
2296
+ <g id="_x30_.1.0.227.0.5.9" gorn="0.3.0.0.0.0.0.20.0.5.9">
2297
+ <rect id="_x30_.1.0.227.0.5.9.0" fill-opacity="0.2" fill="#ffffff" gorn="0.3.0.0.0.0.0.20.0.5.9.0" x="15.348" width="3.792" height="0.245" y="73.0201"/>
2298
+ </g>
2299
+ <g id="_x30_.1.0.227.0.5.10" gorn="0.3.0.0.0.0.0.20.0.5.10">
2300
+ <rect id="_x30_.1.0.227.0.5.10.0" fill-opacity="0.2" fill="#ffffff" gorn="0.3.0.0.0.0.0.20.0.5.10.0" x="15.348" width="3.792" height="0.245" y="70.0311"/>
2301
+ </g>
2302
+ <g id="_x30_.1.0.227.0.5.11" gorn="0.3.0.0.0.0.0.20.0.5.11">
2303
+ <rect id="_x30_.1.0.227.0.5.11.0" fill-opacity="0.2" fill="#ffffff" gorn="0.3.0.0.0.0.0.20.0.5.11.0" x="15.348" width="3.792" height="0.244" y="67.0431"/>
2304
+ </g>
2305
+ <g id="_x30_.1.0.227.0.5.12" gorn="0.3.0.0.0.0.0.20.0.5.12">
2306
+ <rect id="_x30_.1.0.227.0.5.12.0" fill-opacity="0.2" fill="#ffffff" gorn="0.3.0.0.0.0.0.20.0.5.12.0" x="15.348" width="3.792" height="0.245" y="64.0561"/>
2307
+ </g>
2308
+ <g id="_x30_.1.0.227.0.5.13" gorn="0.3.0.0.0.0.0.20.0.5.13">
2309
+ <rect id="_x30_.1.0.227.0.5.13.0" fill-opacity="0.2" fill="#ffffff" gorn="0.3.0.0.0.0.0.20.0.5.13.0" x="15.348" width="3.792" height="0.245" y="61.0671"/>
2310
+ </g>
2311
+ <g id="_x30_.1.0.227.0.5.14" gorn="0.3.0.0.0.0.0.20.0.5.14">
2312
+ <rect id="_x30_.1.0.227.0.5.14.0" fill-opacity="0.2" fill="#ffffff" gorn="0.3.0.0.0.0.0.20.0.5.14.0" x="15.348" width="3.792" height="0.244" y="58.0811"/>
2313
+ </g>
2314
+ </g>
2315
+ </g>
2316
+ <polyline id="_x30_.1.0.227.2" fill-opacity="0.1" fill="#ffffff" gorn="0.3.0.0.0.0.0.20.1" points="15.348,46.9171,7.034,46.9171,7.034,46.3431,15.348,46.3431"/>
2317
+ <rect id="_x30_.1.0.227.3" gorn="0.3.0.0.0.0.0.20.2" x="11.673" width="2.577" height="50.7131" y="54.1321"/>
2318
+ <rect id="_x30_.1.0.227.4" fill-opacity="0.1" fill="#ffffff" gorn="0.3.0.0.0.0.0.20.3" x="3.624" width="3.407" height="0.575001" y="60.5801"/>
2319
+ <polyline id="_x30_.1.0.227.5" fill-opacity="0.2" gorn="0.3.0.0.0.0.0.20.4" points="15.348,112.593,7.034,112.593,7.034,112.015,15.348,112.015"/>
2320
+ <rect id="_x30_.1.0.227.6" fill-opacity="0.2" gorn="0.3.0.0.0.0.0.20.5" x="3.624" width="3.407" height="0.573001" y="97.8242"/>
2321
+ <rect id="_x30_.1.0.227.7" fill-opacity="0.2" gorn="0.3.0.0.0.0.0.20.6" x="11.673" width="2.577" height="0.576001" y="104.845"/>
2322
+ <rect id="_x30_.1.0.227.8" fill-opacity="0.1" fill="#ffffff" gorn="0.3.0.0.0.0.0.20.7" x="11.67" width="2.579" height="0.376001" y="53.8011"/>
2323
+ </g>
2324
+ <g transform="matrix(0.999898, 0, 0, 0.990573, -142.045, -29.3417)">
2325
+ <g >
2326
+ <g >
2327
+ <g id="_x30_.1.0.0.0.233" gorn="0.3.0.0.0.0.0.21.0.0">
2328
+ <g id="_x30_.1.0.0.233" gorn="0.3.0.0.0.0.0.21.0.0.0">
2329
+ <g id="g9340" gorn="0.3.0.0.0.0.0.21.0.0.0.0">
2330
+ <path id="path808" fill="#ffffff" gorn="0.3.0.0.0.0.0.21.0.0.0.0.0" d="m214.917,56.9528,-0.12437,-0.227543c0.006,-1.64175,-0.7221,-2.31137,-1.56855,-2.81961,0.25796,-0.0711301,0.52038,-0.129641,0.59367,-0.467323,0.43932,-0.118169,0.53185,-0.331944,0.57627,-0.558722,0.11472,-0.0795501,0.50076,-0.306705,0.46079,-0.695248,0.21542,-0.156028,0.33532,-0.357183,0.27499,-0.640561,0.23169,-0.265402,0.29277,-0.485297,0.19468,-0.687599,0.27943,-0.36292,0.15582,-0.551072,0.036,-0.741518,0.208,-0.397724,0.0256,-0.822213,-0.55776,-0.751083,-0.23243,-0.357185,-0.7369,-0.275727,-0.816099,-0.274962,-0.0873999,-0.114346,-0.20282,-0.21301,-0.55851,-0.164825,-0.22984,-0.215304,-0.48781,-0.178591,-0.75244,-0.0730401,-0.31609,-0.256224,-0.52445,-0.0512601,-0.76169,0.02677,-0.38234,-0.128496,-0.4682,0.0474401,-0.65622,0.119698,-0.41602,-0.0906302,-0.54222,0.107079,-0.74135,0.315883l-0.23316,-0.00540001c-0.62772,0.382042,-0.939349,1.15989,-1.04929,1.56067,-0.11104,-0.400015,-0.4223,-1.17863,-1.04964,-1.56067l-0.23133,0.00540001c-0.19949,-0.208804,-0.32643,-0.406518,-0.74245,-0.315883,-0.18727,-0.0718901,-0.27499,-0.247427,-0.65546,-0.119698,-0.15731,-0.0512601,-0.30128,-0.157942,-0.47042,-0.151822,-0.0887999,0.0029,-0.18395,0.0371001,-0.29239,0.125052,-0.265,-0.105934,-0.52298,-0.142263,-0.75283,0.0730401,-0.35531,-0.0478101,-0.4704,0.0504701,-0.55887,0.164825,-0.0766,-0.0016,-0.58367,-0.0826101,-0.815349,0.274963,-0.58258,-0.0715101,-0.76762,0.353742,-0.55962,0.751082,-0.11844,0.190446,-0.24131,0.378599,0.036,0.741519,-0.0977999,0.202685,-0.0374,0.421431,0.19543,0.687599,-0.0615,0.283376,0.0592,0.484532,0.27572,0.64056,-0.0411,0.388927,0.34422,0.615323,0.46006,0.695249,0.0437,0.226778,0.13511,0.44017,0.57702,0.558721,0.0723,0.336918,0.33717,0.396574,0.59181,0.467323,-0.846069,0.507859,-1.57262,1.17748,-1.56632,2.81961l-0.12436,0.227543c-0.971559,0.611497,-1.84466,2.57333,-0.4793,4.16613,0.0905999,0.500213,0.23872,0.857394,0.37269,1.25474,0.19839,1.59777,1.5001,2.34541,1.84281,2.43375,0.50373,0.397338,1.03818,0.772114,1.76213,1.03369,0.68324,0.728136,1.42273,1.00654,2.16702,1.00578,0.00999999,0,0.023,0,0.0326,0,0.74467,0,1.48379,-0.27764,2.16702,-1.00578,0.72468,-0.262725,1.26062,-0.638648,1.76324,-1.03369,0.34309,-0.0875801,1.64368,-0.836745,1.84316,-2.43375,0.13286,-0.397341,0.28241,-0.755288,0.3716,-1.25474,1.36759,-1.59318,0.49336,-3.55502,-0.47669,-4.16613zm-0.879039,-0.280699c-0.0493,0.660828,-3.33473,-2.30372,-2.76772,-2.40124,1.53895,-0.269223,2.81954,0.676127,2.76772,2.40124zm-1.35906,3.29459c-0.826469,0.559487,-2.01676,0.198862,-2.65965,-0.805767,-0.64178,-1.00425,-0.49336,-2.27275,0.33273,-2.83185,0.825359,-0.558722,2.0164,-0.198859,2.66003,0.805769,0.64177,1.00501,0.49298,2.27275,-0.33311,2.83185zm-2.24512,-10.2042c0.0274,0.147997,0.0592,0.242074,0.0965999,0.270373,0.18322,-0.206126,0.33201,-0.415696,0.56777,-0.613792,0.00037,0.115491,-0.0562,0.241691,0.0835999,0.333859,0.12659,-0.177828,0.29685,-0.336536,0.52335,-0.470384,-0.10917,0.196948,-0.0189,0.256989,0.04,0.338446,0.17173,-0.154881,0.3357,-0.312057,0.65473,-0.434816,-0.0876999,0.111669,-0.20911,0.219511,-0.0787999,0.347623,0.1773,-0.116639,0.35645,-0.232895,0.779109,-0.316265,-0.0957999,0.111295,-0.29238,0.222954,-0.17284,0.334239,0.22317,-0.0887302,0.46931,-0.154882,0.74429,-0.19121,-0.1325,0.112054,-0.2413,0.22295,-0.13472,0.310528,0.23946,-0.0780201,0.56962,-0.180886,0.890869,-0.0921602l-0.20356,0.215687c-0.0233,0.02829,0.47709,0.02142,0.806109,0.02638,-0.11991,0.174767,-0.24243,0.344184,-0.31459,0.645531,0.0326,0.0351801,0.19468,0.0153,0.34975,0,-0.15729,0.348007,-0.43266,0.436348,-0.49632,0.585876,0.0968999,0.0768601,0.23095,0.0573601,0.37678,0.00490001,-0.11288,0.246282,-0.35236,0.41455,-0.54037,0.613792,0.0478,0.0351801,0.13064,0.0562201,0.32792,0.0325001,-0.17322,0.19389,-0.38344,0.370954,-0.6329,0.530425,0.0444,0.0527901,0.19579,0.0512501,0.33718,0.0547001,-0.22651,0.231747,-0.51593,0.352978,-0.789089,0.503652,0.1362,0.0982702,0.23243,0.0745701,0.33644,0.0734101,-0.19208,0.166356,-0.52002,0.253547,-0.824619,0.352595,0.0585,0.0948402,0.11584,0.120082,0.23946,0.147235,-0.322,0.185474,-0.782419,0.100187,-0.912689,0.196566,0.03,0.0937002,0.1188,0.154117,0.22538,0.205361,-0.51779,0.0317401,-1.93495,-0.01988,-2.20625,-1.14383,0.53002,-0.612263,1.49749,-1.32969,3.16338,-2.21615,-1.29577,0.454704,-2.46461,1.06123,-3.44096,1.89568,-1.14959,-0.561782,-0.35642,-1.97828,0.20503,-2.54083zm0.61513,5.28396c-0.002,0.531186,-0.70728,0.961031,-1.81393,0.952236,-1.08333,-0.01377,-1.81209,-0.539983,-1.80951,-1.05434,0.002,-0.421814,0.883489,-1.15186,1.80247,-1.12739,0.815369,-0.00870001,1.82504,0.629087,1.82097,1.2295zm-5.94442,-1.68152c0.12436,-0.02677,0.18135,-0.0523901,0.23871,-0.147233,-0.30275,-0.0990502,-0.63104,-0.186241,-0.824239,-0.352596,0.10439,0.0011,0.20024,0.02486,0.33681,-0.0734001,-0.27242,-0.150675,-0.56295,-0.271903,-0.788719,-0.503652,0.14065,-0.00350001,0.29313,-0.0019,0.33718,-0.0546901,-0.24908,-0.15947,-0.45968,-0.336533,-0.63364,-0.530423,0.19727,0.02371,0.27981,0.0026,0.32756,-0.0325001,-0.18841,-0.199243,-0.426,-0.367511,-0.54,-0.613792,0.14582,0.0523901,0.2798,0.0718901,0.37602,-0.00490001,-0.0633,-0.149527,-0.33791,-0.237867,-0.49557,-0.585874,0.15545,0.0153,0.31792,0.0351801,0.35013,0,-0.0714,-0.301351,-0.19395,-0.470763,-0.31461,-0.645531,0.32941,-0.00490001,0.828689,0.0019,0.806489,-0.02638l-0.20394,-0.215686c0.32127,-0.0887302,0.65177,0.01416,0.889769,0.0921602,0.10807,-0.0875801,-0.000899999,-0.198477,-0.13251,-0.310527,0.27426,0.0367201,0.52149,0.102873,0.7443,0.191211,0.11844,-0.111295,-0.0772999,-0.222953,-0.17321,-0.334239,0.42231,0.0829801,0.60182,0.199242,0.779829,0.316265,0.12918,-0.128111,0.00899999,-0.235956,-0.0795999,-0.347624,0.31792,0.122376,0.48299,0.279551,0.65472,0.434815,0.0589,-0.0810901,0.14842,-0.141496,0.04,-0.338444,0.22614,0.13423,0.39639,0.292937,0.52298,0.470381,0.14063,-0.0921602,0.0835999,-0.218364,0.0846999,-0.333857,0.23539,0.198095,0.38381,0.407666,0.56702,0.613792,0.0374,-0.02829,0.0696,-0.122375,0.0977999,-0.270373,0.56034,0.562546,1.35425,1.97904,0.20393,2.54006,-0.975999,-0.83445,-2.14519,-1.44097,-3.44022,-1.89568,1.66441,0.886462,2.63336,1.60389,3.16263,2.21615,-0.2713,1.12356,-1.68884,1.17557,-2.207,1.14383,0.10696,-0.0512401,0.19505,-0.111669,0.2254,-0.20536,-0.12991,-0.0956102,-0.59144,-0.01009,-0.912709,-0.195801zm1.91164,0.854335c0.56664,0.0994302,-2.71813,3.06322,-2.76883,2.40163,-0.0507,-1.7255,1.22841,-2.67009,2.76883,-2.40163zm-3.45021,6.606c-0.797609,-0.662742,-1.05483,-2.60699,0.42525,-3.4793,0.891989,-0.247427,0.30054,3.81315,-0.42525,3.4793zm3.11415,3.47891c-0.4497,0.279551,-1.54449,0.165973,-2.32174,-0.989714,-0.5252,-0.968682,-0.45672,-1.95381,-0.0891999,-2.24254,0.55036,-0.346477,1.40125,0.120462,2.05562,0.905581,0.57071,0.712075,0.830899,1.95801,0.35531,2.32667zm-0.879389,-4.23038c-0.002,-0.0011,-0.005,-0.0026,-0.00899999,-0.00610001,-0.824619,-0.561017,-0.970829,-1.83028,-0.32608,-2.83338,0.64401,-0.998892,1.82949,-1.35761,2.65485,-0.803857,0.827939,0.556046,0.980789,1.8234,0.33901,2.82956,-0.63955,1.00616,-1.83132,1.37061,-2.65963,0.8138zm3.42875,6.20904c-0.989329,0.0424501,-1.96088,-0.84095,-1.9494,-1.14574,-0.0134,-0.448202,1.20805,-0.797736,2.00343,-0.778234,0.802039,-0.0359401,1.87648,0.26655,1.87834,0.668478,0.0126,0.389309,-0.974509,1.27041,-1.93237,1.2555zm2.04006,-4.42503c-0.003,1.04937,-0.897519,1.89874,-1.99935,1.89644,-1.0974,-0.0024,-1.98789,-0.849746,-1.99048,-1.89644,-0.002,-1.04975,0.889009,-1.9018,1.99048,-1.90256,1.10183,-0.0026,1.99676,0.846687,1.99935,1.89682,0,0.0024,0,0.00370001,0,0.00580001zm2.78882,1.51249c-0.852739,1.22452,-2.00897,1.27156,-2.43868,0.931203,-0.4508,-0.438258,-0.10663,-1.8016,0.50964,-2.54771,0.70655,-0.825272,1.46085,-1.36258,1.98678,-0.940764,0.3542,0.363302,0.56221,1.7362,-0.0577,2.55727zm0.66806,-2.59666c-0.72542,0.333857,-1.31724,-3.72711,-0.42489,-3.47968,1.48046,0.87384,1.22324,2.81656,0.42489,3.47968z"/>
2331
+ <g transform="matrix(0.0649686, 0, 0, 0.0649686, 191.979, 965.534)">
2332
+ <g >
2333
+ <g >
2334
+ <g id="_x30_.1.0.0.0.233.0.0.15" gorn="0.3.0.0.0.0.0.21.0.0.0.0.1.0.0">
2335
+ <g id="_x30_.1.0.0.233.0.15" gorn="0.3.0.0.0.0.0.21.0.0.0.0.1.0.0.0">
2336
+ <g id="flowRoot4415" gorn="0.3.0.0.0.0.0.21.0.0.0.0.1.0.0.0.0"/>
2337
+ </g>
2338
+ </g>
2339
+ </g>
2340
+ </g>
2341
+ </g>
2342
+ </g>
2343
+ </g>
2344
+ </g>
2345
+ </g>
2346
+ </g>
2347
+ </g>
2348
+ <g id="tspan8666_1_" fill="#ffffff" style="font-family:OCRA;" font-size="0" gorn="0.3.0.0.0.0.0.22">
2349
+ <text id="tspan6539" style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:Droid Sans;-inkscape-font-specification:Droid Sans" gorn="0.3.0.0.0.0.0.22.0" x="43.8409" y="21.4629">GPIO</text>
2350
+ </g>
2351
+ <g id="g817" gorn="0.3.0.0.0.0.0.23">
2352
+ <path id="path819" fill="#b8af82" gorn="0.3.0.0.0.0.0.23.0" d="m9.91999,1.134c-4.852,0,-8.78699,3.93501,-8.78699,8.78701,0,4.85401,3.935,8.78801,8.78699,8.78801,4.854,0,8.78799,-3.93501,8.78799,-8.78801,0,-4.85301,-3.934,-8.78701,-8.78799,-8.78701zm0.000999999,12.685c-2.152,0,-3.897,-1.745,-3.897,-3.89801,0,-2.152,1.745,-3.89701,3.897,-3.89701,2.153,0,3.898,1.745,3.898,3.89701,0,2.153,-1.746,3.89801,-3.898,3.89801z"/>
2353
+ <path id="path821" fill="#b8af82" gorn="0.3.0.0.0.0.0.23.1" d="m9.91999,140.031c-4.852,0,-8.78699,3.93601,-8.78699,8.78601,0,4.85401,3.935,8.78901,8.78699,8.78901,4.854,0,8.78799,-3.93701,8.78799,-8.78901,0,-4.85101,-3.934,-8.78601,-8.78799,-8.78601zm0.000999999,12.685c-2.152,0,-3.897,-1.744,-3.897,-3.89801,0,-2.152,1.745,-3.89601,3.897,-3.89601,2.153,0,3.898,1.744,3.898,3.89601,0,2.154,-1.746,3.89801,-3.898,3.89801z"/>
2354
+ <path id="path823" fill="#b8af82" gorn="0.3.0.0.0.0.0.23.2" d="m174.33,1.134c-4.852,0,-8.78499,3.93501,-8.78499,8.78701,0,4.85401,3.935,8.78801,8.78499,8.78801,4.855,0,8.78899,-3.93501,8.78899,-8.78801,0,-4.85301,-3.934,-8.78701,-8.78899,-8.78701zm0.002,12.685c-2.151,0,-3.897,-1.745,-3.897,-3.89801,0,-2.152,1.746,-3.89701,3.897,-3.89701,2.152,0,3.896,1.745,3.896,3.89701,0,2.153,-1.744,3.89801,-3.896,3.89801z"/>
2355
+ <path id="path825" fill="#b8af82" gorn="0.3.0.0.0.0.0.23.3" d="m174.33,140.031c-4.852,0,-8.78499,3.93601,-8.78499,8.78601,0,4.85401,3.935,8.78901,8.78499,8.78901,4.855,0,8.78899,-3.93701,8.78899,-8.78901,0,-4.85101,-3.934,-8.78601,-8.78899,-8.78601zm0.002,12.685c-2.151,0,-3.897,-1.744,-3.897,-3.89801,0,-2.152,1.746,-3.89601,3.897,-3.89601,2.152,0,3.896,1.744,3.896,3.89601,0,2.154,-1.744,3.89801,-3.896,3.89801z"/>
2356
+ </g>
2357
+ <g id="connectors" gorn="0.3.0.0.0.0.0.24">
2358
+ <g id="g828" gorn="0.3.0.0.0.0.0.24.0">
2359
+ <circle id="connector0pin" fill="none" gorn="0.3.0.0.0.0.0.24.0.0" r="2.088" cy="12.355" stroke-width="0.999999" stroke="#ffbf00" cx="23.715"/>
2360
+ <circle id="connector1pin" fill="none" gorn="0.3.0.0.0.0.0.24.0.1" r="2.088" cy="12.355" stroke-width="0.999999" stroke="#ffbf00" cx="30.915"/>
2361
+ <circle id="connector2pin" fill="none" gorn="0.3.0.0.0.0.0.24.0.2" r="2.088" cy="12.355" stroke-width="0.999999" stroke="#ffbf00" cx="38.115"/>
2362
+ <circle id="connector3pin" fill="none" gorn="0.3.0.0.0.0.0.24.0.3" r="2.088" cy="12.355" stroke-width="0.999999" stroke="#ffbf00" cx="45.315"/>
2363
+ <circle id="connector4pin" fill="none" gorn="0.3.0.0.0.0.0.24.0.4" r="2.088" cy="12.355" stroke-width="0.999999" stroke="#ffbf00" cx="52.515"/>
2364
+ <circle id="connector5pin" fill="none" gorn="0.3.0.0.0.0.0.24.0.5" r="2.088" cy="12.355" stroke-width="0.999999" stroke="#ffbf00" cx="59.715"/>
2365
+ <circle id="connector6pin" fill="none" gorn="0.3.0.0.0.0.0.24.0.6" r="2.088" cy="12.355" stroke-width="0.999999" stroke="#ffbf00" cx="66.915"/>
2366
+ <circle id="connector7pin" fill="none" gorn="0.3.0.0.0.0.0.24.0.7" r="2.088" cy="12.355" stroke-width="0.999999" stroke="#ffbf00" cx="74.1149"/>
2367
+ <circle id="connector8pin" fill="none" gorn="0.3.0.0.0.0.0.24.0.8" r="2.088" cy="12.355" stroke-width="0.999999" stroke="#ffbf00" cx="81.3159"/>
2368
+ <circle id="connector9pin" fill="none" gorn="0.3.0.0.0.0.0.24.0.9" r="2.088" cy="12.355" stroke-width="0.999999" stroke="#ffbf00" cx="88.5149"/>
2369
+ <circle id="connector10pin" fill="none" gorn="0.3.0.0.0.0.0.24.0.10" r="2.088" cy="12.355" stroke-width="0.999999" stroke="#ffbf00" cx="95.7149"/>
2370
+ <circle id="connector11pin" fill="none" gorn="0.3.0.0.0.0.0.24.0.11" r="2.089" cy="12.355" stroke-width="0.999999" stroke="#ffbf00" cx="102.915"/>
2371
+ <circle id="connector12pin" fill="none" gorn="0.3.0.0.0.0.0.24.0.12" r="2.088" cy="12.355" stroke-width="0.999999" stroke="#ffbf00" cx="110.115"/>
2372
+ <circle id="connector13pin" fill="none" gorn="0.3.0.0.0.0.0.24.0.13" r="2.088" cy="12.355" stroke-width="0.999999" stroke="#ffbf00" cx="117.315"/>
2373
+ <circle id="connector14pin" fill="none" gorn="0.3.0.0.0.0.0.24.0.14" r="2.088" cy="12.355" stroke-width="0.999999" stroke="#ffbf00" cx="124.516"/>
2374
+ <circle id="connector15pin" fill="none" gorn="0.3.0.0.0.0.0.24.0.15" r="2.088" cy="12.355" stroke-width="0.999999" stroke="#ffbf00" cx="131.714"/>
2375
+ <circle id="connector16pin" fill="none" gorn="0.3.0.0.0.0.0.24.0.16" r="2.089" cy="12.355" stroke-width="0.999999" stroke="#ffbf00" cx="138.916"/>
2376
+ <circle id="connector17pin" fill="none" gorn="0.3.0.0.0.0.0.24.0.17" r="2.088" cy="12.355" stroke-width="0.999999" stroke="#ffbf00" cx="146.115"/>
2377
+ <circle id="connector18pin" fill="none" gorn="0.3.0.0.0.0.0.24.0.18" r="2.088" cy="12.355" stroke-width="0.999999" stroke="#ffbf00" cx="153.314"/>
2378
+ <circle id="connector19pin" fill="none" gorn="0.3.0.0.0.0.0.24.0.19" r="2.088" cy="12.355" stroke-width="0.999999" stroke="#ffbf00" cx="160.515"/>
2379
+ <circle id="connector20pin" fill="none" gorn="0.3.0.0.0.0.0.24.0.20" r="2.088" cy="5.15601" stroke-width="0.999999" stroke="#ffbf00" cx="160.515"/>
2380
+ <circle id="connector21pin" fill="none" gorn="0.3.0.0.0.0.0.24.0.21" r="2.088" cy="5.15601" stroke-width="0.999999" stroke="#ffbf00" cx="153.314"/>
2381
+ <circle id="connector22pin" fill="none" gorn="0.3.0.0.0.0.0.24.0.22" r="2.088" cy="5.15601" stroke-width="0.999999" stroke="#ffbf00" cx="146.115"/>
2382
+ <circle id="connector23pin" fill="none" gorn="0.3.0.0.0.0.0.24.0.23" r="2.089" cy="5.15601" stroke-width="0.999999" stroke="#ffbf00" cx="138.916"/>
2383
+ <circle id="connector24pin" fill="none" gorn="0.3.0.0.0.0.0.24.0.24" r="2.088" cy="5.15601" stroke-width="0.999999" stroke="#ffbf00" cx="131.714"/>
2384
+ <circle id="connector25pin" fill="none" gorn="0.3.0.0.0.0.0.24.0.25" r="2.088" cy="5.15601" stroke-width="0.999999" stroke="#ffbf00" cx="124.516"/>
2385
+ <circle id="connector26pin" fill="none" gorn="0.3.0.0.0.0.0.24.0.26" r="2.088" cy="5.15601" stroke-width="0.999999" stroke="#ffbf00" cx="117.315"/>
2386
+ <circle id="connector27pin" fill="none" gorn="0.3.0.0.0.0.0.24.0.27" r="2.088" cy="5.15601" stroke-width="0.999999" stroke="#ffbf00" cx="110.115"/>
2387
+ <circle id="connector28pin" fill="none" gorn="0.3.0.0.0.0.0.24.0.28" r="2.089" cy="5.15601" stroke-width="0.999999" stroke="#ffbf00" cx="102.915"/>
2388
+ <circle id="connector29pin" fill="none" gorn="0.3.0.0.0.0.0.24.0.29" r="2.088" cy="5.15601" stroke-width="0.999999" stroke="#ffbf00" cx="95.7149"/>
2389
+ <circle id="connector30pin" fill="none" gorn="0.3.0.0.0.0.0.24.0.30" r="2.088" cy="5.15601" stroke-width="0.999999" stroke="#ffbf00" cx="88.5149"/>
2390
+ <circle id="connector31pin" fill="none" gorn="0.3.0.0.0.0.0.24.0.31" r="2.088" cy="5.15601" stroke-width="0.999999" stroke="#ffbf00" cx="81.3159"/>
2391
+ <circle id="connector32pin" fill="none" gorn="0.3.0.0.0.0.0.24.0.32" r="2.088" cy="5.15601" stroke-width="0.999999" stroke="#ffbf00" cx="74.1149"/>
2392
+ <circle id="connector33pin" fill="none" gorn="0.3.0.0.0.0.0.24.0.33" r="2.088" cy="5.15601" stroke-width="0.999999" stroke="#ffbf00" cx="66.915"/>
2393
+ <circle id="connector34pin" fill="none" gorn="0.3.0.0.0.0.0.24.0.34" r="2.088" cy="5.15601" stroke-width="0.999999" stroke="#ffbf00" cx="59.715"/>
2394
+ <circle id="connector35pin" fill="none" gorn="0.3.0.0.0.0.0.24.0.35" r="2.088" cy="5.15601" stroke-width="0.999999" stroke="#ffbf00" cx="52.515"/>
2395
+ <circle id="connector36pin" fill="none" gorn="0.3.0.0.0.0.0.24.0.36" r="2.088" cy="5.15601" stroke-width="0.999999" stroke="#ffbf00" cx="45.315"/>
2396
+ <circle id="connector37pin" fill="none" gorn="0.3.0.0.0.0.0.24.0.37" r="2.088" cy="5.15601" stroke-width="0.999999" stroke="#ffbf00" cx="38.115"/>
2397
+ <circle id="connector38pin" fill="none" gorn="0.3.0.0.0.0.0.24.0.38" r="2.088" cy="5.15601" stroke-width="0.999999" stroke="#ffbf00" cx="30.915"/>
2398
+ <circle id="connector39pin" fill="none" gorn="0.3.0.0.0.0.0.24.0.39" r="2.088" cy="5.15601" stroke-width="0.999999" stroke="#ffbf00" cx="23.715"/>
2399
+ </g>
2400
+ </g>
2401
+ <g id="g870" gorn="0.3.0.0.0.0.0.25">
2402
+ <g id="g872" gorn="0.3.0.0.0.0.0.25.0">
2403
+ <polygon id="polygon3153-8_21_" fill="#404040" gorn="0.3.0.0.0.0.0.25.0.0" points="25.759,15.842,27.323,14.334,27.323,10.406,27.323,7.07001,27.323,3.14301,25.759,1.634,21.689,1.634,20.124,3.14301,20.124,7.07001,20.124,10.406,20.124,14.334,21.689,15.842"/>
2404
+ <polygon id="polygon3159-0_21_" fill="#404040" gorn="0.3.0.0.0.0.0.25.0.1" points="25.759,15.842,27.323,14.334,27.323,10.406,27.323,7.07001,27.323,3.14301,25.759,1.634,21.689,1.634,20.124,3.14301,20.124,7.07001,20.124,10.406,20.124,14.334,21.689,15.842"/>
2405
+ <rect id="rect3213-8_21_" fill="#8c8663" gorn="0.3.0.0.0.0.0.25.0.2" x="23.133" width="1.182" height="1.181" y="4.51001"/>
2406
+ <polygon id="polygon3215-9_21_" fill="#b8af82" gorn="0.3.0.0.0.0.0.25.0.3" points="23.133,5.69001,23.133,4.51401,22.575,3.95401,22.575,6.25001"/>
2407
+ <polygon id="polygon3217-7_21_" fill="#80795b" gorn="0.3.0.0.0.0.0.25.0.4" points="23.133,4.51401,22.575,3.95401,24.872,3.95401,24.317,4.51401"/>
2408
+ <polygon id="polygon3219-2_21_" fill="#5e5b43" gorn="0.3.0.0.0.0.0.25.0.5" points="24.317,4.51401,24.872,3.95401,24.872,6.25001,24.317,5.69001"/>
2409
+ <polygon id="connector25pin_21_" fill="#9a916c" gorn="0.3.0.0.0.0.0.25.0.6" points="24.317,5.69001,24.872,6.25001,22.575,6.25001,23.133,5.69001"/>
2410
+ <rect id="rect3223-82_21_" fill="#8c8663" gorn="0.3.0.0.0.0.0.25.0.7" x="23.133" width="1.182" height="1.182" y="11.698"/>
2411
+ <polygon id="polygon3225-89_21_" fill="#b8af82" gorn="0.3.0.0.0.0.0.25.0.8" points="23.133,12.878,23.133,11.701,22.575,11.143,22.575,13.437"/>
2412
+ <polygon id="polygon3227-07_21_" fill="#80795b" gorn="0.3.0.0.0.0.0.25.0.9" points="23.133,11.701,22.575,11.143,24.872,11.143,24.317,11.701"/>
2413
+ <polygon id="polygon3229-8_21_" fill="#5e5b43" gorn="0.3.0.0.0.0.0.25.0.10" points="24.317,11.701,24.872,11.143,24.872,13.437,24.317,12.878"/>
2414
+ <polygon id="dnc24pin_21_" fill="#9a916c" gorn="0.3.0.0.0.0.0.25.0.11" points="22.575,13.437,23.133,12.878,24.317,12.878,24.872,13.437"/>
2415
+ </g>
2416
+ <g id="g886" gorn="0.3.0.0.0.0.0.25.1">
2417
+ <polygon id="polygon3153-8_20_" fill="#404040" gorn="0.3.0.0.0.0.0.25.1.0" points="32.959,15.842,34.524,14.334,34.524,10.406,34.524,7.07001,34.524,3.14301,32.959,1.634,28.889,1.634,27.324,3.14301,27.324,7.07001,27.324,10.406,27.324,14.334,28.889,15.842"/>
2418
+ <polygon id="polygon3159-0_20_" fill="#404040" gorn="0.3.0.0.0.0.0.25.1.1" points="32.959,15.842,34.524,14.334,34.524,10.406,34.524,7.07001,34.524,3.14301,32.959,1.634,28.889,1.634,27.324,3.14301,27.324,7.07001,27.324,10.406,27.324,14.334,28.889,15.842"/>
2419
+ <rect id="rect3213-8_20_" fill="#8c8663" gorn="0.3.0.0.0.0.0.25.1.2" x="30.333" width="1.182" height="1.181" y="4.51001"/>
2420
+ <polygon id="polygon3215-9_20_" fill="#b8af82" gorn="0.3.0.0.0.0.0.25.1.3" points="30.333,5.69001,30.333,4.51401,29.776,3.95401,29.776,6.25001"/>
2421
+ <polygon id="polygon3217-7_20_" fill="#80795b" gorn="0.3.0.0.0.0.0.25.1.4" points="30.333,4.51401,29.776,3.95401,32.072,3.95401,31.517,4.51401"/>
2422
+ <polygon id="polygon3219-2_20_" fill="#5e5b43" gorn="0.3.0.0.0.0.0.25.1.5" points="31.517,4.51401,32.072,3.95401,32.072,6.25001,31.517,5.69001"/>
2423
+ <polygon id="connector25pin_20_" fill="#9a916c" gorn="0.3.0.0.0.0.0.25.1.6" points="31.517,5.69001,32.072,6.25001,29.776,6.25001,30.333,5.69001"/>
2424
+ <rect id="rect3223-82_20_" fill="#8c8663" gorn="0.3.0.0.0.0.0.25.1.7" x="30.333" width="1.182" height="1.182" y="11.698"/>
2425
+ <polygon id="polygon3225-89_20_" fill="#b8af82" gorn="0.3.0.0.0.0.0.25.1.8" points="30.333,12.878,30.333,11.701,29.776,11.143,29.776,13.437"/>
2426
+ <polygon id="polygon3227-07_20_" fill="#80795b" gorn="0.3.0.0.0.0.0.25.1.9" points="30.333,11.701,29.776,11.143,32.072,11.143,31.517,11.701"/>
2427
+ <polygon id="polygon3229-8_20_" fill="#5e5b43" gorn="0.3.0.0.0.0.0.25.1.10" points="31.517,11.701,32.072,11.143,32.072,13.437,31.517,12.878"/>
2428
+ <polygon id="dnc24pin_20_" fill="#9a916c" gorn="0.3.0.0.0.0.0.25.1.11" points="29.776,13.437,30.333,12.878,31.517,12.878,32.072,13.437"/>
2429
+ </g>
2430
+ <g id="g900" gorn="0.3.0.0.0.0.0.25.2">
2431
+ <polygon id="polygon3153-8_19_" fill="#404040" gorn="0.3.0.0.0.0.0.25.2.0" points="40.159,15.842,41.724,14.334,41.724,10.406,41.724,7.07001,41.724,3.14301,40.159,1.634,36.089,1.634,34.525,3.14301,34.525,7.07001,34.525,10.406,34.525,14.334,36.089,15.842"/>
2432
+ <polygon id="polygon3159-0_19_" fill="#404040" gorn="0.3.0.0.0.0.0.25.2.1" points="40.159,15.842,41.724,14.334,41.724,10.406,41.724,7.07001,41.724,3.14301,40.159,1.634,36.089,1.634,34.525,3.14301,34.525,7.07001,34.525,10.406,34.525,14.334,36.089,15.842"/>
2433
+ <rect id="rect3213-8_19_" fill="#8c8663" gorn="0.3.0.0.0.0.0.25.2.2" x="37.533" width="1.182" height="1.181" y="4.51001"/>
2434
+ <polygon id="polygon3215-9_19_" fill="#b8af82" gorn="0.3.0.0.0.0.0.25.2.3" points="37.533,5.69001,37.533,4.51401,36.976,3.95401,36.976,6.25001"/>
2435
+ <polygon id="polygon3217-7_19_" fill="#80795b" gorn="0.3.0.0.0.0.0.25.2.4" points="37.533,4.51401,36.976,3.95401,39.273,3.95401,38.717,4.51401"/>
2436
+ <polygon id="polygon3219-2_19_" fill="#5e5b43" gorn="0.3.0.0.0.0.0.25.2.5" points="38.717,4.51401,39.273,3.95401,39.273,6.25001,38.717,5.69001"/>
2437
+ <polygon id="connector25pin_19_" fill="#9a916c" gorn="0.3.0.0.0.0.0.25.2.6" points="38.717,5.69001,39.273,6.25001,36.976,6.25001,37.533,5.69001"/>
2438
+ <rect id="rect3223-82_19_" fill="#8c8663" gorn="0.3.0.0.0.0.0.25.2.7" x="37.533" width="1.182" height="1.182" y="11.698"/>
2439
+ <polygon id="polygon3225-89_19_" fill="#b8af82" gorn="0.3.0.0.0.0.0.25.2.8" points="37.533,12.878,37.533,11.701,36.976,11.143,36.976,13.437"/>
2440
+ <polygon id="polygon3227-07_19_" fill="#80795b" gorn="0.3.0.0.0.0.0.25.2.9" points="37.533,11.701,36.976,11.143,39.273,11.143,38.717,11.701"/>
2441
+ <polygon id="polygon3229-8_19_" fill="#5e5b43" gorn="0.3.0.0.0.0.0.25.2.10" points="38.717,11.701,39.273,11.143,39.273,13.437,38.717,12.878"/>
2442
+ <polygon id="dnc24pin_19_" fill="#9a916c" gorn="0.3.0.0.0.0.0.25.2.11" points="36.976,13.437,37.533,12.878,38.717,12.878,39.273,13.437"/>
2443
+ </g>
2444
+ <g id="g914" gorn="0.3.0.0.0.0.0.25.3">
2445
+ <polygon id="polygon3153-8_18_" fill="#404040" gorn="0.3.0.0.0.0.0.25.3.0" points="47.36,15.842,48.924,14.334,48.924,10.406,48.924,7.07001,48.924,3.14301,47.36,1.634,43.289,1.634,41.725,3.14301,41.725,7.07001,41.725,10.406,41.725,14.334,43.289,15.842"/>
2446
+ <polygon id="polygon3159-0_18_" fill="#404040" gorn="0.3.0.0.0.0.0.25.3.1" points="47.36,15.842,48.924,14.334,48.924,10.406,48.924,7.07001,48.924,3.14301,47.36,1.634,43.289,1.634,41.725,3.14301,41.725,7.07001,41.725,10.406,41.725,14.334,43.289,15.842"/>
2447
+ <rect id="rect3213-8_18_" fill="#8c8663" gorn="0.3.0.0.0.0.0.25.3.2" x="44.734" width="1.182" height="1.181" y="4.51001"/>
2448
+ <polygon id="polygon3215-9_18_" fill="#b8af82" gorn="0.3.0.0.0.0.0.25.3.3" points="44.734,5.69001,44.734,4.51401,44.176,3.95401,44.176,6.25001"/>
2449
+ <polygon id="polygon3217-7_18_" fill="#80795b" gorn="0.3.0.0.0.0.0.25.3.4" points="44.734,4.51401,44.176,3.95401,46.473,3.95401,45.917,4.51401"/>
2450
+ <polygon id="polygon3219-2_18_" fill="#5e5b43" gorn="0.3.0.0.0.0.0.25.3.5" points="45.917,4.51401,46.473,3.95401,46.473,6.25001,45.917,5.69001"/>
2451
+ <polygon id="connector25pin_18_" fill="#9a916c" gorn="0.3.0.0.0.0.0.25.3.6" points="45.917,5.69001,46.473,6.25001,44.176,6.25001,44.734,5.69001"/>
2452
+ <rect id="rect3223-82_18_" fill="#8c8663" gorn="0.3.0.0.0.0.0.25.3.7" x="44.734" width="1.182" height="1.182" y="11.698"/>
2453
+ <polygon id="polygon3225-89_18_" fill="#b8af82" gorn="0.3.0.0.0.0.0.25.3.8" points="44.734,12.878,44.734,11.701,44.176,11.143,44.176,13.437"/>
2454
+ <polygon id="polygon3227-07_18_" fill="#80795b" gorn="0.3.0.0.0.0.0.25.3.9" points="44.734,11.701,44.176,11.143,46.473,11.143,45.917,11.701"/>
2455
+ <polygon id="polygon3229-8_18_" fill="#5e5b43" gorn="0.3.0.0.0.0.0.25.3.10" points="45.917,11.701,46.473,11.143,46.473,13.437,45.917,12.878"/>
2456
+ <polygon id="dnc24pin_18_" fill="#9a916c" gorn="0.3.0.0.0.0.0.25.3.11" points="44.176,13.437,44.734,12.878,45.917,12.878,46.473,13.437"/>
2457
+ </g>
2458
+ <g id="g928" gorn="0.3.0.0.0.0.0.25.4">
2459
+ <polygon id="polygon3153-8_17_" fill="#404040" gorn="0.3.0.0.0.0.0.25.4.0" points="54.56,15.842,56.124,14.334,56.124,10.406,56.124,7.07001,56.124,3.14301,54.56,1.634,50.489,1.634,48.925,3.14301,48.925,7.07001,48.925,10.406,48.925,14.334,50.489,15.842"/>
2460
+ <polygon id="polygon3159-0_17_" fill="#404040" gorn="0.3.0.0.0.0.0.25.4.1" points="54.56,15.842,56.124,14.334,56.124,10.406,56.124,7.07001,56.124,3.14301,54.56,1.634,50.489,1.634,48.925,3.14301,48.925,7.07001,48.925,10.406,48.925,14.334,50.489,15.842"/>
2461
+ <rect id="rect3213-8_17_" fill="#8c8663" gorn="0.3.0.0.0.0.0.25.4.2" x="51.934" width="1.182" height="1.181" y="4.51001"/>
2462
+ <polygon id="polygon3215-9_17_" fill="#b8af82" gorn="0.3.0.0.0.0.0.25.4.3" points="51.934,5.69001,51.934,4.51401,51.376,3.95401,51.376,6.25001"/>
2463
+ <polygon id="polygon3217-7_17_" fill="#80795b" gorn="0.3.0.0.0.0.0.25.4.4" points="51.934,4.51401,51.376,3.95401,53.673,3.95401,53.117,4.51401"/>
2464
+ <polygon id="polygon3219-2_17_" fill="#5e5b43" gorn="0.3.0.0.0.0.0.25.4.5" points="53.117,4.51401,53.673,3.95401,53.673,6.25001,53.117,5.69001"/>
2465
+ <polygon id="connector25pin_17_" fill="#9a916c" gorn="0.3.0.0.0.0.0.25.4.6" points="53.117,5.69001,53.673,6.25001,51.376,6.25001,51.934,5.69001"/>
2466
+ <rect id="rect3223-82_17_" fill="#8c8663" gorn="0.3.0.0.0.0.0.25.4.7" x="51.934" width="1.182" height="1.182" y="11.698"/>
2467
+ <polygon id="polygon3225-89_17_" fill="#b8af82" gorn="0.3.0.0.0.0.0.25.4.8" points="51.934,12.878,51.934,11.701,51.376,11.143,51.376,13.437"/>
2468
+ <polygon id="polygon3227-07_17_" fill="#80795b" gorn="0.3.0.0.0.0.0.25.4.9" points="51.934,11.701,51.376,11.143,53.673,11.143,53.117,11.701"/>
2469
+ <polygon id="polygon3229-8_17_" fill="#5e5b43" gorn="0.3.0.0.0.0.0.25.4.10" points="53.117,11.701,53.673,11.143,53.673,13.437,53.117,12.878"/>
2470
+ <polygon id="dnc24pin_17_" fill="#9a916c" gorn="0.3.0.0.0.0.0.25.4.11" points="51.376,13.437,51.934,12.878,53.117,12.878,53.673,13.437"/>
2471
+ </g>
2472
+ <g id="g942" gorn="0.3.0.0.0.0.0.25.5">
2473
+ <polygon id="polygon3153-8_16_" fill="#404040" gorn="0.3.0.0.0.0.0.25.5.0" points="61.76,15.842,63.324,14.334,63.324,10.406,63.324,7.07001,63.324,3.14301,61.76,1.634,57.69,1.634,56.125,3.14301,56.125,7.07001,56.125,10.406,56.125,14.334,57.69,15.842"/>
2474
+ <polygon id="polygon3159-0_16_" fill="#404040" gorn="0.3.0.0.0.0.0.25.5.1" points="61.76,15.842,63.324,14.334,63.324,10.406,63.324,7.07001,63.324,3.14301,61.76,1.634,57.69,1.634,56.125,3.14301,56.125,7.07001,56.125,10.406,56.125,14.334,57.69,15.842"/>
2475
+ <rect id="rect3213-8_16_" fill="#8c8663" gorn="0.3.0.0.0.0.0.25.5.2" x="59.134" width="1.182" height="1.181" y="4.51001"/>
2476
+ <polygon id="polygon3215-9_16_" fill="#b8af82" gorn="0.3.0.0.0.0.0.25.5.3" points="59.134,5.69001,59.134,4.51401,58.576,3.95401,58.576,6.25001"/>
2477
+ <polygon id="polygon3217-7_16_" fill="#80795b" gorn="0.3.0.0.0.0.0.25.5.4" points="59.134,4.51401,58.576,3.95401,60.873,3.95401,60.318,4.51401"/>
2478
+ <polygon id="polygon3219-2_16_" fill="#5e5b43" gorn="0.3.0.0.0.0.0.25.5.5" points="60.318,4.51401,60.873,3.95401,60.873,6.25001,60.318,5.69001"/>
2479
+ <polygon id="connector25pin_16_" fill="#9a916c" gorn="0.3.0.0.0.0.0.25.5.6" points="60.318,5.69001,60.873,6.25001,58.576,6.25001,59.134,5.69001"/>
2480
+ <rect id="rect3223-82_16_" fill="#8c8663" gorn="0.3.0.0.0.0.0.25.5.7" x="59.134" width="1.182" height="1.182" y="11.698"/>
2481
+ <polygon id="polygon3225-89_16_" fill="#b8af82" gorn="0.3.0.0.0.0.0.25.5.8" points="59.134,12.878,59.134,11.701,58.576,11.143,58.576,13.437"/>
2482
+ <polygon id="polygon3227-07_16_" fill="#80795b" gorn="0.3.0.0.0.0.0.25.5.9" points="59.134,11.701,58.576,11.143,60.873,11.143,60.318,11.701"/>
2483
+ <polygon id="polygon3229-8_16_" fill="#5e5b43" gorn="0.3.0.0.0.0.0.25.5.10" points="60.318,11.701,60.873,11.143,60.873,13.437,60.318,12.878"/>
2484
+ <polygon id="dnc24pin_16_" fill="#9a916c" gorn="0.3.0.0.0.0.0.25.5.11" points="58.576,13.437,59.134,12.878,60.318,12.878,60.873,13.437"/>
2485
+ </g>
2486
+ <g id="g956" gorn="0.3.0.0.0.0.0.25.6">
2487
+ <polygon id="polygon3153-8_15_" fill="#404040" gorn="0.3.0.0.0.0.0.25.6.0" points="68.96,15.842,70.525,14.334,70.525,10.406,70.525,7.07001,70.525,3.14301,68.96,1.634,64.89,1.634,63.325,3.14301,63.325,7.07001,63.325,10.406,63.325,14.334,64.89,15.842"/>
2488
+ <polygon id="polygon3159-0_15_" fill="#404040" gorn="0.3.0.0.0.0.0.25.6.1" points="68.96,15.842,70.525,14.334,70.525,10.406,70.525,7.07001,70.525,3.14301,68.96,1.634,64.89,1.634,63.325,3.14301,63.325,7.07001,63.325,10.406,63.325,14.334,64.89,15.842"/>
2489
+ <rect id="rect3213-8_15_" fill="#8c8663" gorn="0.3.0.0.0.0.0.25.6.2" x="66.334" width="1.182" height="1.181" y="4.51001"/>
2490
+ <polygon id="polygon3215-9_15_" fill="#b8af82" gorn="0.3.0.0.0.0.0.25.6.3" points="66.334,5.69001,66.334,4.51401,65.777,3.95401,65.777,6.25001"/>
2491
+ <polygon id="polygon3217-7_15_" fill="#80795b" gorn="0.3.0.0.0.0.0.25.6.4" points="66.334,4.51401,65.777,3.95401,68.073,3.95401,67.518,4.51401"/>
2492
+ <polygon id="polygon3219-2_15_" fill="#5e5b43" gorn="0.3.0.0.0.0.0.25.6.5" points="67.518,4.51401,68.073,3.95401,68.073,6.25001,67.518,5.69001"/>
2493
+ <polygon id="connector25pin_15_" fill="#9a916c" gorn="0.3.0.0.0.0.0.25.6.6" points="67.518,5.69001,68.073,6.25001,65.777,6.25001,66.334,5.69001"/>
2494
+ <rect id="rect3223-82_15_" fill="#8c8663" gorn="0.3.0.0.0.0.0.25.6.7" x="66.334" width="1.182" height="1.182" y="11.698"/>
2495
+ <polygon id="polygon3225-89_15_" fill="#b8af82" gorn="0.3.0.0.0.0.0.25.6.8" points="66.334,12.878,66.334,11.701,65.777,11.143,65.777,13.437"/>
2496
+ <polygon id="polygon3227-07_15_" fill="#80795b" gorn="0.3.0.0.0.0.0.25.6.9" points="66.334,11.701,65.777,11.143,68.073,11.143,67.518,11.701"/>
2497
+ <polygon id="polygon3229-8_15_" fill="#5e5b43" gorn="0.3.0.0.0.0.0.25.6.10" points="67.518,11.701,68.073,11.143,68.073,13.437,67.518,12.878"/>
2498
+ <polygon id="dnc24pin_15_" fill="#9a916c" gorn="0.3.0.0.0.0.0.25.6.11" points="65.777,13.437,66.334,12.878,67.518,12.878,68.073,13.437"/>
2499
+ </g>
2500
+ <g id="g970" gorn="0.3.0.0.0.0.0.25.7">
2501
+ <polygon id="polygon3153-8_14_" fill="#404040" gorn="0.3.0.0.0.0.0.25.7.0" points="76.16,15.842,77.7249,14.334,77.7249,10.406,77.7249,7.07001,77.7249,3.14301,76.16,1.634,72.09,1.634,70.526,3.14301,70.526,7.07001,70.526,10.406,70.526,14.334,72.09,15.842"/>
2502
+ <polygon id="polygon3159-0_14_" fill="#404040" gorn="0.3.0.0.0.0.0.25.7.1" points="76.16,15.842,77.7249,14.334,77.7249,10.406,77.7249,7.07001,77.7249,3.14301,76.16,1.634,72.09,1.634,70.526,3.14301,70.526,7.07001,70.526,10.406,70.526,14.334,72.09,15.842"/>
2503
+ <rect id="rect3213-8_14_" fill="#8c8663" gorn="0.3.0.0.0.0.0.25.7.2" x="73.5339" width="1.182" height="1.181" y="4.51001"/>
2504
+ <polygon id="polygon3215-9_14_" fill="#b8af82" gorn="0.3.0.0.0.0.0.25.7.3" points="73.534,5.69001,73.534,4.51401,72.977,3.95401,72.977,6.25001"/>
2505
+ <polygon id="polygon3217-7_14_" fill="#80795b" gorn="0.3.0.0.0.0.0.25.7.4" points="73.534,4.51401,72.977,3.95401,75.274,3.95401,74.718,4.51401"/>
2506
+ <polygon id="polygon3219-2_14_" fill="#5e5b43" gorn="0.3.0.0.0.0.0.25.7.5" points="74.718,4.51401,75.274,3.95401,75.274,6.25001,74.718,5.69001"/>
2507
+ <polygon id="connector25pin_14_" fill="#9a916c" gorn="0.3.0.0.0.0.0.25.7.6" points="74.718,5.69001,75.274,6.25001,72.977,6.25001,73.534,5.69001"/>
2508
+ <rect id="rect3223-82_14_" fill="#8c8663" gorn="0.3.0.0.0.0.0.25.7.7" x="73.5339" width="1.182" height="1.182" y="11.698"/>
2509
+ <polygon id="polygon3225-89_14_" fill="#b8af82" gorn="0.3.0.0.0.0.0.25.7.8" points="73.534,12.878,73.534,11.701,72.977,11.143,72.977,13.437"/>
2510
+ <polygon id="polygon3227-07_14_" fill="#80795b" gorn="0.3.0.0.0.0.0.25.7.9" points="73.534,11.701,72.977,11.143,75.274,11.143,74.718,11.701"/>
2511
+ <polygon id="polygon3229-8_14_" fill="#5e5b43" gorn="0.3.0.0.0.0.0.25.7.10" points="74.718,11.701,75.274,11.143,75.274,13.437,74.718,12.878"/>
2512
+ <polygon id="dnc24pin_14_" fill="#9a916c" gorn="0.3.0.0.0.0.0.25.7.11" points="72.977,13.437,73.534,12.878,74.718,12.878,75.274,13.437"/>
2513
+ </g>
2514
+ <g id="g984" gorn="0.3.0.0.0.0.0.25.8">
2515
+ <polygon id="polygon3153-8_13_" fill="#404040" gorn="0.3.0.0.0.0.0.25.8.0" points="83.3609,15.842,84.9249,14.334,84.9249,10.406,84.9249,7.07001,84.9249,3.14301,83.3609,1.634,79.2899,1.634,77.7259,3.14301,77.7259,7.07001,77.7259,10.406,77.7259,14.334,79.2899,15.842"/>
2516
+ <polygon id="polygon3159-0_13_" fill="#404040" gorn="0.3.0.0.0.0.0.25.8.1" points="83.3609,15.842,84.9249,14.334,84.9249,10.406,84.9249,7.07001,84.9249,3.14301,83.3609,1.634,79.2899,1.634,77.7259,3.14301,77.7259,7.07001,77.7259,10.406,77.7259,14.334,79.2899,15.842"/>
2517
+ <rect id="rect3213-8_13_" fill="#8c8663" gorn="0.3.0.0.0.0.0.25.8.2" x="80.7349" width="1.182" height="1.181" y="4.51001"/>
2518
+ <polygon id="polygon3215-9_13_" fill="#b8af82" gorn="0.3.0.0.0.0.0.25.8.3" points="80.7349,5.69001,80.7349,4.51401,80.1769,3.95401,80.1769,6.25001"/>
2519
+ <polygon id="polygon3217-7_13_" fill="#80795b" gorn="0.3.0.0.0.0.0.25.8.4" points="80.7349,4.51401,80.1769,3.95401,82.4739,3.95401,81.9179,4.51401"/>
2520
+ <polygon id="polygon3219-2_13_" fill="#5e5b43" gorn="0.3.0.0.0.0.0.25.8.5" points="81.9179,4.51401,82.4739,3.95401,82.4739,6.25001,81.9179,5.69001"/>
2521
+ <polygon id="connector25pin_13_" fill="#9a916c" gorn="0.3.0.0.0.0.0.25.8.6" points="81.9179,5.69001,82.4739,6.25001,80.1769,6.25001,80.7349,5.69001"/>
2522
+ <rect id="rect3223-82_13_" fill="#8c8663" gorn="0.3.0.0.0.0.0.25.8.7" x="80.7349" width="1.182" height="1.182" y="11.698"/>
2523
+ <polygon id="polygon3225-89_13_" fill="#b8af82" gorn="0.3.0.0.0.0.0.25.8.8" points="80.7349,12.878,80.7349,11.701,80.1769,11.143,80.1769,13.437"/>
2524
+ <polygon id="polygon3227-07_13_" fill="#80795b" gorn="0.3.0.0.0.0.0.25.8.9" points="80.7349,11.701,80.1769,11.143,82.4739,11.143,81.9179,11.701"/>
2525
+ <polygon id="polygon3229-8_13_" fill="#5e5b43" gorn="0.3.0.0.0.0.0.25.8.10" points="81.9179,11.701,82.4739,11.143,82.4739,13.437,81.9179,12.878"/>
2526
+ <polygon id="dnc24pin_13_" fill="#9a916c" gorn="0.3.0.0.0.0.0.25.8.11" points="80.1769,13.437,80.7349,12.878,81.9179,12.878,82.4739,13.437"/>
2527
+ </g>
2528
+ <g id="g998" gorn="0.3.0.0.0.0.0.25.9">
2529
+ <polygon id="polygon3153-8_12_" fill="#404040" gorn="0.3.0.0.0.0.0.25.9.0" points="90.5609,15.842,92.1249,14.334,92.1249,10.406,92.1249,7.07001,92.1249,3.14301,90.5609,1.634,86.4899,1.634,84.9259,3.14301,84.9259,7.07001,84.9259,10.406,84.9259,14.334,86.4899,15.842"/>
2530
+ <polygon id="polygon3159-0_12_" fill="#404040" gorn="0.3.0.0.0.0.0.25.9.1" points="90.5609,15.842,92.1249,14.334,92.1249,10.406,92.1249,7.07001,92.1249,3.14301,90.5609,1.634,86.4899,1.634,84.9259,3.14301,84.9259,7.07001,84.9259,10.406,84.9259,14.334,86.4899,15.842"/>
2531
+ <rect id="rect3213-8_12_" fill="#8c8663" gorn="0.3.0.0.0.0.0.25.9.2" x="87.9349" width="1.182" height="1.181" y="4.51001"/>
2532
+ <polygon id="polygon3215-9_12_" fill="#b8af82" gorn="0.3.0.0.0.0.0.25.9.3" points="87.9349,5.69001,87.9349,4.51401,87.3769,3.95401,87.3769,6.25001"/>
2533
+ <polygon id="polygon3217-7_12_" fill="#80795b" gorn="0.3.0.0.0.0.0.25.9.4" points="87.9349,4.51401,87.3769,3.95401,89.6739,3.95401,89.1179,4.51401"/>
2534
+ <polygon id="polygon3219-2_12_" fill="#5e5b43" gorn="0.3.0.0.0.0.0.25.9.5" points="89.1179,4.51401,89.6739,3.95401,89.6739,6.25001,89.1179,5.69001"/>
2535
+ <polygon id="connector25pin_12_" fill="#9a916c" gorn="0.3.0.0.0.0.0.25.9.6" points="89.1179,5.69001,89.6739,6.25001,87.3769,6.25001,87.9349,5.69001"/>
2536
+ <rect id="rect3223-82_12_" fill="#8c8663" gorn="0.3.0.0.0.0.0.25.9.7" x="87.9349" width="1.182" height="1.182" y="11.698"/>
2537
+ <polygon id="polygon3225-89_12_" fill="#b8af82" gorn="0.3.0.0.0.0.0.25.9.8" points="87.9349,12.878,87.9349,11.701,87.3769,11.143,87.3769,13.437"/>
2538
+ <polygon id="polygon3227-07_12_" fill="#80795b" gorn="0.3.0.0.0.0.0.25.9.9" points="87.9349,11.701,87.3769,11.143,89.6739,11.143,89.1179,11.701"/>
2539
+ <polygon id="polygon3229-8_12_" fill="#5e5b43" gorn="0.3.0.0.0.0.0.25.9.10" points="89.1179,11.701,89.6739,11.143,89.6739,13.437,89.1179,12.878"/>
2540
+ <polygon id="dnc24pin_12_" fill="#9a916c" gorn="0.3.0.0.0.0.0.25.9.11" points="87.3769,13.437,87.9349,12.878,89.1179,12.878,89.6739,13.437"/>
2541
+ </g>
2542
+ <g id="g1012" gorn="0.3.0.0.0.0.0.25.10">
2543
+ <polygon id="polygon3153-8_11_" fill="#404040" gorn="0.3.0.0.0.0.0.25.10.0" points="97.7609,15.842,99.3249,14.334,99.3249,10.406,99.3249,7.07001,99.3249,3.14301,97.7609,1.634,93.6909,1.634,92.1259,3.14301,92.1259,7.07001,92.1259,10.406,92.1259,14.334,93.6909,15.842"/>
2544
+ <polygon id="polygon3159-0_11_" fill="#404040" gorn="0.3.0.0.0.0.0.25.10.1" points="97.7609,15.842,99.3249,14.334,99.3249,10.406,99.3249,7.07001,99.3249,3.14301,97.7609,1.634,93.6909,1.634,92.1259,3.14301,92.1259,7.07001,92.1259,10.406,92.1259,14.334,93.6909,15.842"/>
2545
+ <rect id="rect3213-8_11_" fill="#8c8663" gorn="0.3.0.0.0.0.0.25.10.2" x="95.1349" width="1.182" height="1.181" y="4.51001"/>
2546
+ <polygon id="polygon3215-9_11_" fill="#b8af82" gorn="0.3.0.0.0.0.0.25.10.3" points="95.1349,5.69001,95.1349,4.51401,94.5769,3.95401,94.5769,6.25001"/>
2547
+ <polygon id="polygon3217-7_11_" fill="#80795b" gorn="0.3.0.0.0.0.0.25.10.4" points="95.1349,4.51401,94.5769,3.95401,96.8739,3.95401,96.3189,4.51401"/>
2548
+ <polygon id="polygon3219-2_11_" fill="#5e5b43" gorn="0.3.0.0.0.0.0.25.10.5" points="96.3189,4.51401,96.8739,3.95401,96.8739,6.25001,96.3189,5.69001"/>
2549
+ <polygon id="connector25pin_11_" fill="#9a916c" gorn="0.3.0.0.0.0.0.25.10.6" points="96.3189,5.69001,96.8739,6.25001,94.5769,6.25001,95.1349,5.69001"/>
2550
+ <rect id="rect3223-82_11_" fill="#8c8663" gorn="0.3.0.0.0.0.0.25.10.7" x="95.1349" width="1.182" height="1.182" y="11.698"/>
2551
+ <polygon id="polygon3225-89_11_" fill="#b8af82" gorn="0.3.0.0.0.0.0.25.10.8" points="95.1349,12.878,95.1349,11.701,94.5769,11.143,94.5769,13.437"/>
2552
+ <polygon id="polygon3227-07_11_" fill="#80795b" gorn="0.3.0.0.0.0.0.25.10.9" points="95.1349,11.701,94.5769,11.143,96.8739,11.143,96.3189,11.701"/>
2553
+ <polygon id="polygon3229-8_11_" fill="#5e5b43" gorn="0.3.0.0.0.0.0.25.10.10" points="96.3189,11.701,96.8739,11.143,96.8739,13.437,96.3189,12.878"/>
2554
+ <polygon id="dnc24pin_11_" fill="#9a916c" gorn="0.3.0.0.0.0.0.25.10.11" points="94.5769,13.437,95.1349,12.878,96.3189,12.878,96.8739,13.437"/>
2555
+ </g>
2556
+ <g id="g1026" gorn="0.3.0.0.0.0.0.25.11">
2557
+ <polygon id="polygon3153-8_10_" fill="#404040" gorn="0.3.0.0.0.0.0.25.11.0" points="104.961,15.842,106.526,14.334,106.526,10.406,106.526,7.07001,106.526,3.14301,104.961,1.634,100.891,1.634,99.3259,3.14301,99.3259,7.07001,99.3259,10.406,99.3259,14.334,100.891,15.842"/>
2558
+ <polygon id="polygon3159-0_10_" fill="#404040" gorn="0.3.0.0.0.0.0.25.11.1" points="104.961,15.842,106.526,14.334,106.526,10.406,106.526,7.07001,106.526,3.14301,104.961,1.634,100.891,1.634,99.3259,3.14301,99.3259,7.07001,99.3259,10.406,99.3259,14.334,100.891,15.842"/>
2559
+ <rect id="rect3213-8_10_" fill="#8c8663" gorn="0.3.0.0.0.0.0.25.11.2" x="102.335" width="1.182" height="1.181" y="4.51001"/>
2560
+ <polygon id="polygon3215-9_10_" fill="#b8af82" gorn="0.3.0.0.0.0.0.25.11.3" points="102.335,5.69001,102.335,4.51401,101.778,3.95401,101.778,6.25001"/>
2561
+ <polygon id="polygon3217-7_10_" fill="#80795b" gorn="0.3.0.0.0.0.0.25.11.4" points="102.335,4.51401,101.778,3.95401,104.074,3.95401,103.519,4.51401"/>
2562
+ <polygon id="polygon3219-2_10_" fill="#5e5b43" gorn="0.3.0.0.0.0.0.25.11.5" points="103.519,4.51401,104.074,3.95401,104.074,6.25001,103.519,5.69001"/>
2563
+ <polygon id="connector25pin_10_" fill="#9a916c" gorn="0.3.0.0.0.0.0.25.11.6" points="103.519,5.69001,104.074,6.25001,101.778,6.25001,102.335,5.69001"/>
2564
+ <rect id="rect3223-82_10_" fill="#8c8663" gorn="0.3.0.0.0.0.0.25.11.7" x="102.335" width="1.182" height="1.182" y="11.698"/>
2565
+ <polygon id="polygon3225-89_10_" fill="#b8af82" gorn="0.3.0.0.0.0.0.25.11.8" points="102.335,12.878,102.335,11.701,101.778,11.143,101.778,13.437"/>
2566
+ <polygon id="polygon3227-07_10_" fill="#80795b" gorn="0.3.0.0.0.0.0.25.11.9" points="102.335,11.701,101.778,11.143,104.074,11.143,103.519,11.701"/>
2567
+ <polygon id="polygon3229-8_10_" fill="#5e5b43" gorn="0.3.0.0.0.0.0.25.11.10" points="103.519,11.701,104.074,11.143,104.074,13.437,103.519,12.878"/>
2568
+ <polygon id="dnc24pin_10_" fill="#9a916c" gorn="0.3.0.0.0.0.0.25.11.11" points="101.778,13.437,102.335,12.878,103.519,12.878,104.074,13.437"/>
2569
+ </g>
2570
+ <g id="g1040" gorn="0.3.0.0.0.0.0.25.12">
2571
+ <polygon id="polygon3153-8_9_" fill="#404040" gorn="0.3.0.0.0.0.0.25.12.0" points="112.161,15.842,113.726,14.334,113.726,10.406,113.726,7.07001,113.726,3.14301,112.161,1.634,108.091,1.634,106.527,3.14301,106.527,7.07001,106.527,10.406,106.527,14.334,108.091,15.842"/>
2572
+ <polygon id="polygon3159-0_9_" fill="#404040" gorn="0.3.0.0.0.0.0.25.12.1" points="112.161,15.842,113.726,14.334,113.726,10.406,113.726,7.07001,113.726,3.14301,112.161,1.634,108.091,1.634,106.527,3.14301,106.527,7.07001,106.527,10.406,106.527,14.334,108.091,15.842"/>
2573
+ <rect id="rect3213-8_9_" fill="#8c8663" gorn="0.3.0.0.0.0.0.25.12.2" x="109.535" width="1.182" height="1.181" y="4.51001"/>
2574
+ <polygon id="polygon3215-9_9_" fill="#b8af82" gorn="0.3.0.0.0.0.0.25.12.3" points="109.535,5.69001,109.535,4.51401,108.978,3.95401,108.978,6.25001"/>
2575
+ <polygon id="polygon3217-7_9_" fill="#80795b" gorn="0.3.0.0.0.0.0.25.12.4" points="109.535,4.51401,108.978,3.95401,111.275,3.95401,110.719,4.51401"/>
2576
+ <polygon id="polygon3219-2_9_" fill="#5e5b43" gorn="0.3.0.0.0.0.0.25.12.5" points="110.719,4.51401,111.275,3.95401,111.275,6.25001,110.719,5.69001"/>
2577
+ <polygon id="connector25pin_9_" fill="#9a916c" gorn="0.3.0.0.0.0.0.25.12.6" points="110.719,5.69001,111.275,6.25001,108.978,6.25001,109.535,5.69001"/>
2578
+ <rect id="rect3223-82_9_" fill="#8c8663" gorn="0.3.0.0.0.0.0.25.12.7" x="109.535" width="1.182" height="1.182" y="11.698"/>
2579
+ <polygon id="polygon3225-89_9_" fill="#b8af82" gorn="0.3.0.0.0.0.0.25.12.8" points="109.535,12.878,109.535,11.701,108.978,11.143,108.978,13.437"/>
2580
+ <polygon id="polygon3227-07_9_" fill="#80795b" gorn="0.3.0.0.0.0.0.25.12.9" points="109.535,11.701,108.978,11.143,111.275,11.143,110.719,11.701"/>
2581
+ <polygon id="polygon3229-8_9_" fill="#5e5b43" gorn="0.3.0.0.0.0.0.25.12.10" points="110.719,11.701,111.275,11.143,111.275,13.437,110.719,12.878"/>
2582
+ <polygon id="dnc24pin_9_" fill="#9a916c" gorn="0.3.0.0.0.0.0.25.12.11" points="108.978,13.437,109.535,12.878,110.719,12.878,111.275,13.437"/>
2583
+ </g>
2584
+ <g id="g1054" gorn="0.3.0.0.0.0.0.25.13">
2585
+ <polygon id="polygon3153-8_8_" fill="#404040" gorn="0.3.0.0.0.0.0.25.13.0" points="119.362,15.842,120.926,14.334,120.926,10.406,120.926,7.07001,120.926,3.14301,119.362,1.634,115.291,1.634,113.727,3.14301,113.727,7.07001,113.727,10.406,113.727,14.334,115.291,15.842"/>
2586
+ <polygon id="polygon3159-0_8_" fill="#404040" gorn="0.3.0.0.0.0.0.25.13.1" points="119.362,15.842,120.926,14.334,120.926,10.406,120.926,7.07001,120.926,3.14301,119.362,1.634,115.291,1.634,113.727,3.14301,113.727,7.07001,113.727,10.406,113.727,14.334,115.291,15.842"/>
2587
+ <rect id="rect3213-8_8_" fill="#8c8663" gorn="0.3.0.0.0.0.0.25.13.2" x="116.736" width="1.182" height="1.181" y="4.51001"/>
2588
+ <polygon id="polygon3215-9_8_" fill="#b8af82" gorn="0.3.0.0.0.0.0.25.13.3" points="116.736,5.69001,116.736,4.51401,116.178,3.95401,116.178,6.25001"/>
2589
+ <polygon id="polygon3217-7_8_" fill="#80795b" gorn="0.3.0.0.0.0.0.25.13.4" points="116.736,4.51401,116.178,3.95401,118.475,3.95401,117.919,4.51401"/>
2590
+ <polygon id="polygon3219-2_8_" fill="#5e5b43" gorn="0.3.0.0.0.0.0.25.13.5" points="117.919,4.51401,118.475,3.95401,118.475,6.25001,117.919,5.69001"/>
2591
+ <polygon id="connector25pin_8_" fill="#9a916c" gorn="0.3.0.0.0.0.0.25.13.6" points="117.919,5.69001,118.475,6.25001,116.178,6.25001,116.736,5.69001"/>
2592
+ <rect id="rect3223-82_8_" fill="#8c8663" gorn="0.3.0.0.0.0.0.25.13.7" x="116.736" width="1.182" height="1.182" y="11.698"/>
2593
+ <polygon id="polygon3225-89_8_" fill="#b8af82" gorn="0.3.0.0.0.0.0.25.13.8" points="116.736,12.878,116.736,11.701,116.178,11.143,116.178,13.437"/>
2594
+ <polygon id="polygon3227-07_8_" fill="#80795b" gorn="0.3.0.0.0.0.0.25.13.9" points="116.736,11.701,116.178,11.143,118.475,11.143,117.919,11.701"/>
2595
+ <polygon id="polygon3229-8_8_" fill="#5e5b43" gorn="0.3.0.0.0.0.0.25.13.10" points="117.919,11.701,118.475,11.143,118.475,13.437,117.919,12.878"/>
2596
+ <polygon id="dnc24pin_8_" fill="#9a916c" gorn="0.3.0.0.0.0.0.25.13.11" points="116.178,13.437,116.736,12.878,117.919,12.878,118.475,13.437"/>
2597
+ </g>
2598
+ <g id="g1068" gorn="0.3.0.0.0.0.0.25.14">
2599
+ <polygon id="polygon3153-8_7_" fill="#404040" gorn="0.3.0.0.0.0.0.25.14.0" points="126.562,15.842,128.126,14.334,128.126,10.406,128.126,7.07001,128.126,3.14301,126.562,1.634,122.491,1.634,120.927,3.14301,120.927,7.07001,120.927,10.406,120.927,14.334,122.491,15.842"/>
2600
+ <polygon id="polygon3159-0_7_" fill="#404040" gorn="0.3.0.0.0.0.0.25.14.1" points="126.562,15.842,128.126,14.334,128.126,10.406,128.126,7.07001,128.126,3.14301,126.562,1.634,122.491,1.634,120.927,3.14301,120.927,7.07001,120.927,10.406,120.927,14.334,122.491,15.842"/>
2601
+ <rect id="rect3213-8_7_" fill="#8c8663" gorn="0.3.0.0.0.0.0.25.14.2" x="123.936" width="1.183" height="1.181" y="4.51001"/>
2602
+ <polygon id="polygon3215-9_7_" fill="#b8af82" gorn="0.3.0.0.0.0.0.25.14.3" points="123.936,5.69001,123.936,4.51401,123.378,3.95401,123.378,6.25001"/>
2603
+ <polygon id="polygon3217-7_7_" fill="#80795b" gorn="0.3.0.0.0.0.0.25.14.4" points="123.936,4.51401,123.378,3.95401,125.675,3.95401,125.119,4.51401"/>
2604
+ <polygon id="polygon3219-2_7_" fill="#5e5b43" gorn="0.3.0.0.0.0.0.25.14.5" points="125.119,4.51401,125.675,3.95401,125.675,6.25001,125.119,5.69001"/>
2605
+ <polygon id="connector25pin_7_" fill="#9a916c" gorn="0.3.0.0.0.0.0.25.14.6" points="125.119,5.69001,125.675,6.25001,123.378,6.25001,123.936,5.69001"/>
2606
+ <rect id="rect3223-82_7_" fill="#8c8663" gorn="0.3.0.0.0.0.0.25.14.7" x="123.936" width="1.183" height="1.182" y="11.698"/>
2607
+ <polygon id="polygon3225-89_7_" fill="#b8af82" gorn="0.3.0.0.0.0.0.25.14.8" points="123.936,12.878,123.936,11.701,123.378,11.143,123.378,13.437"/>
2608
+ <polygon id="polygon3227-07_7_" fill="#80795b" gorn="0.3.0.0.0.0.0.25.14.9" points="123.936,11.701,123.378,11.143,125.675,11.143,125.119,11.701"/>
2609
+ <polygon id="polygon3229-8_7_" fill="#5e5b43" gorn="0.3.0.0.0.0.0.25.14.10" points="125.119,11.701,125.675,11.143,125.675,13.437,125.119,12.878"/>
2610
+ <polygon id="dnc24pin_7_" fill="#9a916c" gorn="0.3.0.0.0.0.0.25.14.11" points="123.378,13.437,123.936,12.878,125.119,12.878,125.675,13.437"/>
2611
+ </g>
2612
+ <g id="g1082" gorn="0.3.0.0.0.0.0.25.15">
2613
+ <polygon id="polygon3153-8_6_" fill="#404040" gorn="0.3.0.0.0.0.0.25.15.0" points="133.761,15.842,135.326,14.334,135.326,10.406,135.326,7.07001,135.326,3.14301,133.761,1.634,129.691,1.634,128.126,3.14301,128.126,7.07001,128.126,10.406,128.126,14.334,129.691,15.842"/>
2614
+ <polygon id="polygon3159-0_6_" fill="#404040" gorn="0.3.0.0.0.0.0.25.15.1" points="133.761,15.842,135.326,14.334,135.326,10.406,135.326,7.07001,135.326,3.14301,133.761,1.634,129.691,1.634,128.126,3.14301,128.126,7.07001,128.126,10.406,128.126,14.334,129.691,15.842"/>
2615
+ <rect id="rect3213-8_6_" fill="#8c8663" gorn="0.3.0.0.0.0.0.25.15.2" x="131.136" width="1.182" height="1.181" y="4.51001"/>
2616
+ <polygon id="polygon3215-9_6_" fill="#b8af82" gorn="0.3.0.0.0.0.0.25.15.3" points="131.136,5.69001,131.136,4.51401,130.578,3.95401,130.578,6.25001"/>
2617
+ <polygon id="polygon3217-7_6_" fill="#80795b" gorn="0.3.0.0.0.0.0.25.15.4" points="131.136,4.51401,130.578,3.95401,132.875,3.95401,132.32,4.51401"/>
2618
+ <polygon id="polygon3219-2_6_" fill="#5e5b43" gorn="0.3.0.0.0.0.0.25.15.5" points="132.32,4.51401,132.875,3.95401,132.875,6.25001,132.32,5.69001"/>
2619
+ <polygon id="connector25pin_6_" fill="#9a916c" gorn="0.3.0.0.0.0.0.25.15.6" points="132.32,5.69001,132.875,6.25001,130.578,6.25001,131.136,5.69001"/>
2620
+ <rect id="rect3223-82_6_" fill="#8c8663" gorn="0.3.0.0.0.0.0.25.15.7" x="131.136" width="1.182" height="1.182" y="11.698"/>
2621
+ <polygon id="polygon3225-89_6_" fill="#b8af82" gorn="0.3.0.0.0.0.0.25.15.8" points="131.136,12.878,131.136,11.701,130.578,11.143,130.578,13.437"/>
2622
+ <polygon id="polygon3227-07_6_" fill="#80795b" gorn="0.3.0.0.0.0.0.25.15.9" points="131.136,11.701,130.578,11.143,132.875,11.143,132.32,11.701"/>
2623
+ <polygon id="polygon3229-8_6_" fill="#5e5b43" gorn="0.3.0.0.0.0.0.25.15.10" points="132.32,11.701,132.875,11.143,132.875,13.437,132.32,12.878"/>
2624
+ <polygon id="dnc24pin_6_" fill="#9a916c" gorn="0.3.0.0.0.0.0.25.15.11" points="130.578,13.437,131.136,12.878,132.32,12.878,132.875,13.437"/>
2625
+ </g>
2626
+ <g id="g1096" gorn="0.3.0.0.0.0.0.25.16">
2627
+ <polygon id="polygon3153-8_5_" fill="#404040" gorn="0.3.0.0.0.0.0.25.16.0" points="140.962,15.842,142.527,14.334,142.527,10.406,142.527,7.07001,142.527,3.14301,140.962,1.634,136.892,1.634,135.328,3.14301,135.328,7.07001,135.328,10.406,135.328,14.334,136.892,15.842"/>
2628
+ <polygon id="polygon3159-0_5_" fill="#404040" gorn="0.3.0.0.0.0.0.25.16.1" points="140.962,15.842,142.527,14.334,142.527,10.406,142.527,7.07001,142.527,3.14301,140.962,1.634,136.892,1.634,135.328,3.14301,135.328,7.07001,135.328,10.406,135.328,14.334,136.892,15.842"/>
2629
+ <rect id="rect3213-8_5_" fill="#8c8663" gorn="0.3.0.0.0.0.0.25.16.2" x="138.335" width="1.183" height="1.181" y="4.51001"/>
2630
+ <polygon id="polygon3215-9_5_" fill="#b8af82" gorn="0.3.0.0.0.0.0.25.16.3" points="138.335,5.69001,138.335,4.51401,137.779,3.95401,137.779,6.25001"/>
2631
+ <polygon id="polygon3217-7_5_" fill="#80795b" gorn="0.3.0.0.0.0.0.25.16.4" points="138.335,4.51401,137.779,3.95401,140.076,3.95401,139.519,4.51401"/>
2632
+ <polygon id="polygon3219-2_5_" fill="#5e5b43" gorn="0.3.0.0.0.0.0.25.16.5" points="139.519,4.51401,140.076,3.95401,140.076,6.25001,139.519,5.69001"/>
2633
+ <polygon id="connector25pin_5_" fill="#9a916c" gorn="0.3.0.0.0.0.0.25.16.6" points="139.519,5.69001,140.076,6.25001,137.779,6.25001,138.335,5.69001"/>
2634
+ <rect id="rect3223-82_5_" fill="#8c8663" gorn="0.3.0.0.0.0.0.25.16.7" x="138.335" width="1.183" height="1.182" y="11.698"/>
2635
+ <polygon id="polygon3225-89_5_" fill="#b8af82" gorn="0.3.0.0.0.0.0.25.16.8" points="138.335,12.878,138.335,11.701,137.779,11.143,137.779,13.437"/>
2636
+ <polygon id="polygon3227-07_5_" fill="#80795b" gorn="0.3.0.0.0.0.0.25.16.9" points="138.335,11.701,137.779,11.143,140.076,11.143,139.519,11.701"/>
2637
+ <polygon id="polygon3229-8_5_" fill="#5e5b43" gorn="0.3.0.0.0.0.0.25.16.10" points="139.519,11.701,140.076,11.143,140.076,13.437,139.519,12.878"/>
2638
+ <polygon id="dnc24pin_5_" fill="#9a916c" gorn="0.3.0.0.0.0.0.25.16.11" points="137.779,13.437,138.335,12.878,139.519,12.878,140.076,13.437"/>
2639
+ </g>
2640
+ <g id="g1110" gorn="0.3.0.0.0.0.0.25.17">
2641
+ <polygon id="polygon3153-8_4_" fill="#404040" gorn="0.3.0.0.0.0.0.25.17.0" points="148.162,15.842,149.726,14.334,149.726,10.406,149.726,7.07001,149.726,3.14301,148.162,1.634,144.091,1.634,142.527,3.14301,142.527,7.07001,142.527,10.406,142.527,14.334,144.091,15.842"/>
2642
+ <polygon id="polygon3159-0_4_" fill="#404040" gorn="0.3.0.0.0.0.0.25.17.1" points="148.162,15.842,149.726,14.334,149.726,10.406,149.726,7.07001,149.726,3.14301,148.162,1.634,144.091,1.634,142.527,3.14301,142.527,7.07001,142.527,10.406,142.527,14.334,144.091,15.842"/>
2643
+ <rect id="rect3213-8_4_" fill="#8c8663" gorn="0.3.0.0.0.0.0.25.17.2" x="145.537" width="1.183" height="1.181" y="4.51001"/>
2644
+ <polygon id="polygon3215-9_4_" fill="#b8af82" gorn="0.3.0.0.0.0.0.25.17.3" points="145.537,5.69001,145.537,4.51401,144.978,3.95401,144.978,6.25001"/>
2645
+ <polygon id="polygon3217-7_4_" fill="#80795b" gorn="0.3.0.0.0.0.0.25.17.4" points="145.537,4.51401,144.978,3.95401,147.275,3.95401,146.72,4.51401"/>
2646
+ <polygon id="polygon3219-2_4_" fill="#5e5b43" gorn="0.3.0.0.0.0.0.25.17.5" points="146.72,4.51401,147.275,3.95401,147.275,6.25001,146.72,5.69001"/>
2647
+ <polygon id="connector25pin_4_" fill="#9a916c" gorn="0.3.0.0.0.0.0.25.17.6" points="146.72,5.69001,147.275,6.25001,144.978,6.25001,145.537,5.69001"/>
2648
+ <rect id="rect3223-82_4_" fill="#8c8663" gorn="0.3.0.0.0.0.0.25.17.7" x="145.537" width="1.183" height="1.182" y="11.698"/>
2649
+ <polygon id="polygon3225-89_4_" fill="#b8af82" gorn="0.3.0.0.0.0.0.25.17.8" points="145.537,12.878,145.537,11.701,144.978,11.143,144.978,13.437"/>
2650
+ <polygon id="polygon3227-07_4_" fill="#80795b" gorn="0.3.0.0.0.0.0.25.17.9" points="145.537,11.701,144.978,11.143,147.275,11.143,146.72,11.701"/>
2651
+ <polygon id="polygon3229-8_4_" fill="#5e5b43" gorn="0.3.0.0.0.0.0.25.17.10" points="146.72,11.701,147.275,11.143,147.275,13.437,146.72,12.878"/>
2652
+ <polygon id="dnc24pin_4_" fill="#9a916c" gorn="0.3.0.0.0.0.0.25.17.11" points="144.978,13.437,145.537,12.878,146.72,12.878,147.275,13.437"/>
2653
+ </g>
2654
+ <g id="g1124" gorn="0.3.0.0.0.0.0.25.18">
2655
+ <polygon id="polygon3153-8_3_" fill="#404040" gorn="0.3.0.0.0.0.0.25.18.0" points="155.363,15.842,156.927,14.334,156.927,10.406,156.927,7.07001,156.927,3.14301,155.363,1.634,151.292,1.634,149.728,3.14301,149.728,7.07001,149.728,10.406,149.728,14.334,151.292,15.842"/>
2656
+ <polygon id="polygon3159-0_3_" fill="#404040" gorn="0.3.0.0.0.0.0.25.18.1" points="155.363,15.842,156.927,14.334,156.927,10.406,156.927,7.07001,156.927,3.14301,155.363,1.634,151.292,1.634,149.728,3.14301,149.728,7.07001,149.728,10.406,149.728,14.334,151.292,15.842"/>
2657
+ <rect id="rect3213-8_3_" fill="#8c8663" gorn="0.3.0.0.0.0.0.25.18.2" x="152.736" width="1.182" height="1.181" y="4.51001"/>
2658
+ <polygon id="polygon3215-9_3_" fill="#b8af82" gorn="0.3.0.0.0.0.0.25.18.3" points="152.736,5.69001,152.736,4.51401,152.179,3.95401,152.179,6.25001"/>
2659
+ <polygon id="polygon3217-7_3_" fill="#80795b" gorn="0.3.0.0.0.0.0.25.18.4" points="152.736,4.51401,152.179,3.95401,154.476,3.95401,153.919,4.51401"/>
2660
+ <polygon id="polygon3219-2_3_" fill="#5e5b43" gorn="0.3.0.0.0.0.0.25.18.5" points="153.919,4.51401,154.476,3.95401,154.476,6.25001,153.919,5.69001"/>
2661
+ <polygon id="connector25pin_3_" fill="#9a916c" gorn="0.3.0.0.0.0.0.25.18.6" points="153.919,5.69001,154.476,6.25001,152.179,6.25001,152.736,5.69001"/>
2662
+ <rect id="rect3223-82_3_" fill="#8c8663" gorn="0.3.0.0.0.0.0.25.18.7" x="152.736" width="1.182" height="1.182" y="11.698"/>
2663
+ <polygon id="polygon3225-89_3_" fill="#b8af82" gorn="0.3.0.0.0.0.0.25.18.8" points="152.736,12.878,152.736,11.701,152.179,11.143,152.179,13.437"/>
2664
+ <polygon id="polygon3227-07_3_" fill="#80795b" gorn="0.3.0.0.0.0.0.25.18.9" points="152.736,11.701,152.179,11.143,154.476,11.143,153.919,11.701"/>
2665
+ <polygon id="polygon3229-8_3_" fill="#5e5b43" gorn="0.3.0.0.0.0.0.25.18.10" points="153.919,11.701,154.476,11.143,154.476,13.437,153.919,12.878"/>
2666
+ <polygon id="dnc24pin_3_" fill="#9a916c" gorn="0.3.0.0.0.0.0.25.18.11" points="152.179,13.437,152.736,12.878,153.919,12.878,154.476,13.437"/>
2667
+ </g>
2668
+ <g id="g1138" gorn="0.3.0.0.0.0.0.25.19">
2669
+ <polygon id="polygon3153-8_1_" fill="#404040" gorn="0.3.0.0.0.0.0.25.19.0" points="162.562,15.842,164.126,14.334,164.126,10.406,164.126,7.07001,164.126,3.14301,162.562,1.634,158.492,1.634,156.927,3.14301,156.927,7.07001,156.927,10.406,156.927,14.334,158.492,15.842"/>
2670
+ <polygon id="polygon3159-0_1_" fill="#404040" gorn="0.3.0.0.0.0.0.25.19.1" points="162.562,15.842,164.126,14.334,164.126,10.406,164.126,7.07001,164.126,3.14301,162.562,1.634,158.492,1.634,156.927,3.14301,156.927,7.07001,156.927,10.406,156.927,14.334,158.492,15.842"/>
2671
+ <rect id="rect3213-8_1_" fill="#8c8663" gorn="0.3.0.0.0.0.0.25.19.2" x="159.937" width="1.182" height="1.181" y="4.51001"/>
2672
+ <polygon id="polygon3215-9_1_" fill="#b8af82" gorn="0.3.0.0.0.0.0.25.19.3" points="159.937,5.69001,159.937,4.51401,159.378,3.95401,159.378,6.25001"/>
2673
+ <polygon id="polygon3217-7_1_" fill="#80795b" gorn="0.3.0.0.0.0.0.25.19.4" points="159.937,4.51401,159.378,3.95401,161.675,3.95401,161.121,4.51401"/>
2674
+ <polygon id="polygon3219-2_1_" fill="#5e5b43" gorn="0.3.0.0.0.0.0.25.19.5" points="161.121,4.51401,161.675,3.95401,161.675,6.25001,161.121,5.69001"/>
2675
+ <polygon id="connector25pin_1_" fill="#9a916c" gorn="0.3.0.0.0.0.0.25.19.6" points="161.121,5.69001,161.675,6.25001,159.378,6.25001,159.937,5.69001"/>
2676
+ <rect id="rect3223-82_1_" fill="#8c8663" gorn="0.3.0.0.0.0.0.25.19.7" x="159.937" width="1.182" height="1.182" y="11.698"/>
2677
+ <polygon id="polygon3225-89_1_" fill="#b8af82" gorn="0.3.0.0.0.0.0.25.19.8" points="159.937,12.878,159.937,11.701,159.378,11.143,159.378,13.437"/>
2678
+ <polygon id="polygon3227-07_1_" fill="#80795b" gorn="0.3.0.0.0.0.0.25.19.9" points="159.937,11.701,159.378,11.143,161.675,11.143,161.121,11.701"/>
2679
+ <polygon id="polygon3229-8_1_" fill="#5e5b43" gorn="0.3.0.0.0.0.0.25.19.10" points="161.121,11.701,161.675,11.143,161.675,13.437,161.121,12.878"/>
2680
+ <polygon id="dnc24pin_1_" fill="#9a916c" gorn="0.3.0.0.0.0.0.25.19.11" points="159.378,13.437,159.937,12.878,161.121,12.878,161.675,13.437"/>
2681
+ </g>
2682
+ </g>
2683
+ </g>
2684
+ </g>
2685
+ </g>
2686
+ </g>
2687
+ </g>
2688
+ </g>
2689
+ </g>
2690
+ </g></g></g><path stroke='#8c8c8c' stroke-width='2.15136' stroke-linecap='round' stroke-linejoin='round' fill='none' d='M266.466,43.5374L245.172,23.7523' />
2691
+ <path stroke='#8c8c8c' stroke-width='2.15136' stroke-linecap='round' stroke-linejoin='round' fill='none' d='M266.466,50.7396L245.172,52.5513' />
2692
+ <g partID='854101080'><g transform='translate(295.672,55.2662)' ><g transform='matrix(0,-1,-1,0,0,0)' ><g xmlns="http://www.w3.org/2000/svg" id="breadboard">
2693
+ <rect xmlns="http://www.w3.org/2000/svg" id="connector0pin" fill="none" x="3.45096" width="2.15208" y="25.421" height="0.72"/>
2694
+ <rect xmlns="http://www.w3.org/2000/svg" id="connector1pin" fill="none" x="10.651" width="2.15424" y="25.421" height="0.72"/>
2695
+ <g xmlns="http://www.w3.org/2000/svg" id="connector0leg" fill="none" x1="6.287" stroke-linecap="round" y1="40.565" x2="6.287" y2="74.754" stroke-width="2.15136" stroke="#8C8C8C"/>
2696
+ <g xmlns="http://www.w3.org/2000/svg" id="connector1leg" fill="none" x1="16.29" stroke-linecap="round" y1="40.565" x2="16.29" y2="74.754" stroke-width="2.15136" stroke="#8C8C8C"/>
2697
+ <rect xmlns="http://www.w3.org/2000/svg" fill="#8C8C8C" x="3.45096" width="2.15136" y="19.3795" height="9.82728"/>
2698
+ <path xmlns="http://www.w3.org/2000/svg" fill="#8C8C8C" d="M12.8045,29.2068c0,-1.1736,-1.06488,-2.1024,-2.088,-2.9916c-0.41616,-0.3672,-1.19952,-1.00152,-1.19952,-1.42488l0,-5.47056l-2.16144,0l0,5.78016c0,1.0584,0.94752,1.87848,1.94616,2.74824c0.44424,0.37584,1.34856,1.24992,1.34856,1.76976"/>
2699
+ <g xmlns="http://www.w3.org/2000/svg" id="g12">
2700
+ <path xmlns="http://www.w3.org/2000/svg" id="color_path14" fill="#e60000" opacity="0.3" d="M14.1732,13.001L14.1732,7.0884C14.1732,3.1752,11.0052,0,7.08768,0C3.1752,0,0,3.16944,0,7.0884l0,13.649c1.47384,1.65096,4.0968,2.75256,7.08768,2.75256c4.61952,0,8.36856,-2.61792,8.36856,-5.85936l0,-1.52352C15.4555,14.9645,14.9818,13.9032,14.1732,13.001z"/>
2701
+ <path xmlns="http://www.w3.org/2000/svg" id="path16" fill="#E6E6E6" opacity="0.5" d="M14.1732,13.001L14.1732,7.0884C14.1732,3.1752,11.0052,0,7.08768,0C3.1752,0,0,3.16944,0,7.0884l0,13.649c1.47384,1.65096,4.0968,2.75256,7.08768,2.75256c4.61952,0,8.36856,-2.61792,8.36856,-5.85936l0,-1.52352C15.4555,14.9645,14.9818,13.9032,14.1732,13.001z"/>
2702
+ <path xmlns="http://www.w3.org/2000/svg" id="path18" fill="#D1D1D1" opacity="0.9" d="M14.1732,13.001l0,3.10536c0,2.73888,-3.16584,4.96512,-7.08552,4.96512C3.1752,21.0715,0,18.8525,0,16.1064l0,3.10536L0,20.736c1.47384,1.65168,4.0968,2.75256,7.08768,2.75256c4.61952,0,8.36856,-2.61792,8.36856,-5.85864L15.4562,16.1064C15.4555,14.9645,14.9818,13.9032,14.1732,13.001z"/>
2703
+ <path xmlns="http://www.w3.org/2000/svg" id="color_path20" fill="#e60000" opacity="0.7" d="M14.1732,13.001l0,3.10536c0,2.73888,-3.16584,4.96512,-7.08552,4.96512C3.1752,21.0715,0,18.8525,0,16.1064l0,3.10536L0,20.736c1.47384,1.65168,4.0968,2.75256,7.08768,2.75256c4.61952,0,8.36856,-2.61792,8.36856,-5.85864L15.4562,16.1064C15.4555,14.9645,14.9818,13.9032,14.1732,13.001z"/>
2704
+ <path xmlns="http://www.w3.org/2000/svg" id="color_path22" fill="#e60000" opacity="0.25" d="M14.1732,13.001l0,3.10536c0,2.73888,-3.16584,4.96512,-7.08552,4.96512C3.1752,21.0715,0,18.8525,0,16.1064l0,3.10536c1.47384,1.65024,4.0968,2.75256,7.08768,2.75256c4.61952,0,8.36856,-2.61792,8.36856,-5.85864C15.4555,14.9645,14.9818,13.9032,14.1732,13.001z"/>
2705
+ <ellipse xmlns="http://www.w3.org/2000/svg" id="ellipse24" ry="4.9608" rx="7.08696" fill="#E6E6E6" opacity="0.25" cy="16.1064" cx="7.08768"/>
2706
+ <ellipse xmlns="http://www.w3.org/2000/svg" id="color_ellipse26" ry="4.9608" rx="7.08696" fill="#e60000" opacity="0.25" cy="16.1064" cx="7.08768"/>
2707
+ <polygon xmlns="http://www.w3.org/2000/svg" id="polygon28" fill="#666666" points="2.2032,9.648,2.2032,16.1071,3.19608,16.1071,3.19608,13.0946,6.0156,13.0946,10.0123,8.80488,3.40704,8.80488"/>
2708
+ <polygon xmlns="http://www.w3.org/2000/svg" id="polygon30" fill="#666666" points="10.7784,8.52408,11.2147,9.03384,7.41168,13.0946,11.0599,13.0946,11.0599,16.1071,11.9736,16.1071,11.9736,8.52408"/>
2709
+ <path xmlns="http://www.w3.org/2000/svg" id="color_path32" fill="#e60000" opacity="0.65" d="M14.1732,13.001L14.1732,7.0884C14.1732,3.1752,11.0052,0,7.08768,0C3.1752,0,0,3.16944,0,7.0884l0,13.649c1.47384,1.65096,4.0968,2.75256,7.08768,2.75256c4.61952,0,8.36856,-2.61792,8.36856,-5.85936l0,-1.52352C15.4555,14.9645,14.9818,13.9032,14.1732,13.001z"/>
2710
+ <path xmlns="http://www.w3.org/2000/svg" id="path34" fill="#FFFFFF" opacity="0.5" d="M10.3882,3.75408l1.4364,-0.2736c-0.84168,-1.13184,-2.08224,-1.95768,-3.54168,-2.23848l0.25416,1.08072C9.30096,2.59344,9.94392,3.1032,10.3882,3.75408z"/>
2711
+ <path xmlns="http://www.w3.org/2000/svg" id="path36" fill="#FFFFFF" opacity="0.5" d="M0.76824,19.926l0,1.51992c0.64872,0.5292,1.43352,0.97632,2.3076,1.31688l0,-1.52496C2.19744,20.9016,1.41912,20.4559,0.76824,19.926z"/>
2712
+ <path xmlns="http://www.w3.org/2000/svg" id="path38" fill="#FFFFFF" opacity="0.5" d="M11.0729,20.2097c-0.2556,0.1224,-0.52992,0.22968,-0.80568,0.32976c-0.05832,0.01944,-0.11736,0.04032,-0.17784,0.05832c-0.56376,0.17928,-1.16136,0.31896,-1.79496,0.39456c-0.07488,0.00936,-0.1512,0.01872,-0.22464,0.01944c-0.3204,0.03024,-0.64368,0.05832,-0.97056,0.05832c-0.14832,0,-0.30744,-0.01512,-0.4716,-0.02376c-1.20024,-0.05688,-2.33064,-0.31464,-3.2976,-0.73944L3.33,11.9174L3.33,7.092c0,-1.47096,0.84816,-2.72952,2.0736,-3.34944L5.38128,3.68928l-1.24776,-1.512c-1.66968,1.00296,-2.79,2.8224,-2.79,4.91184l0,11.9052c-0.04968,-0.04968,-0.30816,-0.30888,-0.48024,-0.52992l-0.30744,0.6876c1.40112,1.48176,3.8088,2.46168,6.54264,2.46168c1.67976,0,3.23712,-0.37368,4.51152,-1.00224l-0.52704,-0.40896C11.0729,20.2097,11.0729,20.2097,11.0729,20.2097z"/>
2713
+ </g>
2714
+ </g>
2715
+ </g></g></g><path stroke='#8c8c8c' stroke-width='2.0952' stroke-linecap='round' stroke-linejoin='round' fill='none' d='M223.572,53.5972L223.572,52.5523' />
2716
+ <path stroke='#8c8c8c' stroke-width='2.0952' stroke-linecap='round' stroke-linejoin='round' fill='none' d='M223.572,80.307L223.572,88.5514' />
2717
+ <g partID='854101310'><g transform='translate(219.94,82.4022)' ><g transform='matrix(0,-1,1,0,0,0)' ><g xmlns="http://www.w3.org/2000/svg" id="breadboard">
2718
+ <rect xmlns="http://www.w3.org/2000/svg" id="connector0pin" fill="none" x="0.36" width="0.72" y="2.5848" height="0.72"/>
2719
+ <rect xmlns="http://www.w3.org/2000/svg" id="connector1pin" fill="none" x="29.8202" width="0.72" y="2.5848" height="0.72"/>
2720
+ <line xmlns="http://www.w3.org/2000/svg" id="connector0leg" fill="none" x1="1.0476" stroke-linecap="round" y1="3.6324" x2="2.0952" y2="3.6324" stroke-width="2.0952" stroke="#8C8C8C"/>
2721
+ <line xmlns="http://www.w3.org/2000/svg" id="connector1leg" fill="none" x1="29.8526" stroke-linecap="round" y1="3.6324" x2="28.805" y2="3.6324" stroke-width="2.0952" stroke="#8C8C8C"/>
2722
+ <path xmlns="http://www.w3.org/2000/svg" fill="none" d="M1.0476,3.6324l28.3666,0" stroke-width="2.0952" stroke="#8C8C8C"/>
2723
+ <path xmlns="http://www.w3.org/2000/svg" id="body" fill="#D9B477" d="M10.2478,0.49536c-0.36,-0.1656,-0.9792,-0.2952,-1.3752,-0.2952l-1.9872,0c-0.396,0,-0.72,0.324,-0.72,0.72l0,5.35608c0,0.39672,0.324,0.72,0.72,0.72l1.9872,0c0.396,0,1.0152,-0.13608,1.3752,-0.2952l0.072,-0.03528c0.36,-0.1656,0.9792,-0.2952,1.3752,-0.2952l7.1856,0c0.39672,0,1.01448,0.13608,1.37448,0.2952l0.07272,0.03528c0.36,0.1656,0.97776,0.2952,1.3752,0.2952l1.9872,0c0.39744,0,0.72,-0.32328,0.72,-0.72L24.4102,0.92016c0,-0.396,-0.32256,-0.72,-0.72,-0.72l-1.9872,0c-0.39744,0,-1.0152,0.1368,-1.3752,0.2952l-0.07272,0.036c-0.36,0.1656,-0.97776,0.2952,-1.37448,0.2952l-7.1856,0c-0.396,0,-1.0152,-0.1368,-1.3752,-0.2952L10.2478,0.49536z"/>
2724
+ <rect xmlns="http://www.w3.org/2000/svg" id="gold_band" fill="#ad9f4e" x="22.019" width="0.70272" y="0.19368" height="6.79536"/>
2725
+ <rect xmlns="http://www.w3.org/2000/svg" id="band_rd_multiplier" fill="#8a3d06" x="16.1726" width="1.8504" y="0.82656" height="5.5368"/>
2726
+ <rect xmlns="http://www.w3.org/2000/svg" id="band_2_nd" fill="#8210d2" x="12.4726" width="1.8504" y="0.82656" height="5.5368"/>
2727
+ <path xmlns="http://www.w3.org/2000/svg" id="band_1_st" fill="#ffd500" d="M10.6286,0.63936c-0.1152,-0.036,-0.2232,-0.072,-0.3096,-0.1152l-0.072,-0.036c-0.36,-0.16488,-0.9792,-0.2952,-1.3752,-0.2952l-0.0864,0l0,6.79608l0.0864,0c0.396,0,1.0152,-0.13608,1.3752,-0.2952l0.072,-0.03528c0.0864,-0.04464,0.1944,-0.07992,0.3096,-0.1152L10.6286,0.63936z"/>
2728
+ <path xmlns="http://www.w3.org/2000/svg" id="Shadow" opacity="0.3" d="M23.711,4.0896L23.711,4.0896c0,0.37944,-0.13032,0.69912,-0.2952,0.69912l-1.9224,0c-0.38016,0,-0.97776,-0.05616,-1.33272,-0.1224L20.088,4.65048c-0.34488,-0.0648,-0.94896,-0.1224,-1.33344,-0.1224L11.808,4.52808c-0.3816,0,-0.9792,0.0576,-1.332,0.1224l-0.072,0.01512c-0.3456,0.06552,-0.9432,0.1224,-1.332,0.1224l-0.3168,0l-1.0008,0l-0.3096,0c-0.3816,0,-0.6984,0.29376,-0.6984,0.64512l0,0.24696L6.7464,5.8392l0,0.1728c0,0.36,0.3168,0.64512,0.6984,0.64512l1.62,0c0.3816,0,0.9792,-0.1224,1.332,-0.26712l0.072,-0.02808c0.3456,-0.14112,0.9504,-0.26496,1.332,-0.26496l6.94656,0c0.37944,0,0.97704,0.12384,1.33416,0.26568l0.07416,0.02808c0.34488,0.14472,0.94464,0.26712,1.33344,0.26712l2.2248,0c0.38088,0,0.69912,-0.2952,0.69912,-0.64512L24.413,5.472L24.413,4.49928L24.413,2.65536C24.1358,2.76336,23.711,3.06576,23.711,4.0896z"/>
2729
+ <rect xmlns="http://www.w3.org/2000/svg" id="ShadowExtra" x="22.019" opacity="0.4" width="0.70272" y="3.48336" height="3.15288"/>
2730
+ <path xmlns="http://www.w3.org/2000/svg" id="ReflexRight" fill="#FFFFFF" opacity="0.25" d="M19.751,1.08576c0.22968,0,0.49104,-0.1008,0.6624,-0.1728c0.2016,-0.0792,0.57672,-0.144,0.96624,-0.144l1.46088,0c0.22464,0,0.22464,0.2448,0.22464,0.3744c0,0.1296,-0.01512,0.3816,-0.22464,0.3816l-3.06,0c-0.10728,0,-0.2304,-0.1152,-0.2304,-0.22392C19.5566,1.21536,19.6286,1.08576,19.751,1.08576z"/>
2731
+ <circle xmlns="http://www.w3.org/2000/svg" id="ReflexLeft" fill="#FFFFFF" opacity="0.35" r="0.432" cy="1.13616" cx="6.99984"/>
2732
+ <rect xmlns="http://www.w3.org/2000/svg" id="Reflex_gold" fill="#FFFF33" x="22.019" opacity="0.5" width="0.70272" y="0.42336" height="1.62"/>
2733
+ <rect xmlns="http://www.w3.org/2000/svg" id="Reflex_extra" fill="#FFFFFF" x="22.019" opacity="0.5" width="0.70272" y="0.78336" height="0.7488"/>
2734
+ </g>
2735
+ </g></g></g><g partID='854101450'><g transform='translate(243.64,104.469)' ><g transform='matrix(0,-1,1,0,0,0)' ><g xmlns="http://www.w3.org/2000/svg" id="breadboard">
2736
+ <g xmlns="http://www.w3.org/2000/svg">
2737
+ <polygon xmlns="http://www.w3.org/2000/svg" fill="#8C8C8C" points="14.8219,23.7449,14.8219,15.4706,16.9819,15.4706,16.9819,23.7449"/>
2738
+ <polygon xmlns="http://www.w3.org/2000/svg" fill="#8C8C8C" points="0.42192,8.27496,0.42192,0.00072,2.58048,0.00072,2.58048,8.27496"/>
2739
+ <polygon xmlns="http://www.w3.org/2000/svg" fill="#8C8C8C" points="14.8219,8.27568,14.8219,0,16.9819,0,16.9819,8.27568"/>
2740
+ <polygon xmlns="http://www.w3.org/2000/svg" fill="#8C8C8C" points="0.42264,23.7463,0.42264,15.4706,2.58192,15.4706,2.58192,23.7463"/>
2741
+ <rect xmlns="http://www.w3.org/2000/svg" x="0.00864" width="17.653" y="3.04704" height="17.6544"/>
2742
+ <path xmlns="http://www.w3.org/2000/svg" fill="#999999" d="M17.6609,19.2614c0,0.79272,-0.64512,1.43928,-1.44,1.43928L1.44792,20.7007c-0.79272,0,-1.43928,-0.64656,-1.43928,-1.43928L0.00864,4.4856c0,-0.792,0.64656,-1.43856,1.43928,-1.43856l14.7751,0c0.79416,0,1.43784,0.64656,1.43784,1.43856L17.6609,19.2614L17.6609,19.2614z"/>
2743
+ <circle xmlns="http://www.w3.org/2000/svg" r="1.52928" cy="5.61816" cx="2.57976"/>
2744
+ <circle xmlns="http://www.w3.org/2000/svg" r="1.52928" cy="5.6448" cx="15.133"/>
2745
+ <circle xmlns="http://www.w3.org/2000/svg" r="1.52928" cy="18.198" cx="15.1063"/>
2746
+ <circle xmlns="http://www.w3.org/2000/svg" r="1.52928" cy="18.1699" cx="2.55312"/>
2747
+ <circle xmlns="http://www.w3.org/2000/svg" fill="#3F3F3F" r="5.148" cy="11.8735" cx="8.8344"/>
2748
+ <linearGradient xmlns="http://www.w3.org/2000/svg" id="SVGID_1_" gradientTransform="matrix(1 0 0 -1 273 -448.8574)" gradientUnits="userSpaceOnUse" x1="-192.873" y1="-335.051" x2="-182.577" y2="-335.051">
2749
+ <stop xmlns="http://www.w3.org/2000/svg" style="stop-color:#333333" offset="0"/>
2750
+ <stop xmlns="http://www.w3.org/2000/svg" style="stop-color:#3C3C3C" offset="1"/>
2751
+ </linearGradient>
2752
+ <circle xmlns="http://www.w3.org/2000/svg" fill="url(#SVGID_1_)" r="5.148" cy="11.8735" cx="8.8344"/>
2753
+ <circle xmlns="http://www.w3.org/2000/svg" enable-background="new " opacity="0.6" r="4.53024" cy="12.4855" cx="8.9244"/>
2754
+ <circle xmlns="http://www.w3.org/2000/svg" fill="#735348" r="4.41504" cy="11.9038" cx="8.84088"/>
2755
+ <path xmlns="http://www.w3.org/2000/svg" enable-background="new " fill="#FFFFFF" opacity="0.5" d="M2.38176,5.53824c0.03024,-0.072,0.08568,-0.12744,0.16416,-0.14112L2.39472,4.43376C2.33712,4.44312,2.27592,4.4352,2.21904,4.45248L2.2176,4.44816C1.8612,4.55832,1.5948,4.824,1.45872,5.16312L2.38176,5.53824z"/>
2756
+ <path xmlns="http://www.w3.org/2000/svg" enable-background="new " fill="#FFFFFF" opacity="0.5" d="M14.9335,5.56416c0.02952,-0.07344,0.08496,-0.12888,0.16488,-0.14184l-0.14904,-0.96336c-0.05904,0.0108,-0.11952,0.00144,-0.1764,0.01872l-0.00216,-0.00504c-0.35496,0.10944,-0.62208,0.37512,-0.75816,0.71496L14.9335,5.56416z"/>
2757
+ <path xmlns="http://www.w3.org/2000/svg" enable-background="new " fill="#FFFFFF" opacity="0.5" d="M14.909,18.1174c0.02952,-0.07344,0.08352,-0.1296,0.16344,-0.14184l-0.14904,-0.96264c-0.05904,0.0108,-0.11952,0.00144,-0.17712,0.01872l-0.00144,-0.0072c-0.35568,0.10944,-0.6228,0.37512,-0.75816,0.71568L14.909,18.1174z"/>
2758
+ <path xmlns="http://www.w3.org/2000/svg" enable-background="new " fill="#FFFFFF" opacity="0.5" d="M2.35512,18.0907c0.02952,-0.07344,0.08496,-0.12672,0.16488,-0.1404l-0.1512,-0.96408c-0.05904,0.01224,-0.11952,0.00144,-0.1764,0.01944l-0.00144,-0.00504c-0.3564,0.108,-0.6228,0.37512,-0.76032,0.71424L2.35512,18.0907z"/>
2759
+ <path xmlns="http://www.w3.org/2000/svg" enable-background="new " fill="#FFFFFF" opacity="0.6" d="M10.4206,7.78896c-0.342,-0.1332,-0.702,-0.22896,-1.08288,-0.27216c-0.94752,-0.10584,-1.85472,0.1044,-2.63016,0.53424L6.61104,8.3016c0.86616,-0.46296,1.87488,-0.67752,2.92464,-0.56016c0.32256,0.03744,0.63648,0.10944,0.93672,0.20448L10.4206,7.78896z"/>
2760
+ </g>
2761
+ </g>
2762
+ </g></g></g><g partID='854101010'><path stroke-linecap='round' fill='none' stroke-width='3.2' stroke='#d6d63a' d='M151.569,45.3523C192.505,41.6969, 220.538,24.7855 216.372,23.7523' /><path stroke-linecap='round' fill='none' stroke-width='1.6' stroke='#fff800' d='M151.569,45.3523C192.505,41.6969, 220.538,24.7855 216.372,23.7523' /></g><g partID='854101380'><path stroke-linecap='round' fill='none' stroke-width='3.2' stroke='#000000' d='M216.368,88.5512C168.479,73.9406, 147.403,51.5191 151.569,52.5523' /><path stroke-linecap='round' fill='none' stroke-width='1.6' stroke='#404040' d='M216.368,88.5512C168.479,73.9406, 147.403,51.5191 151.569,52.5523' /></g><g partID='854101560'><line stroke-linecap='round' stroke='#000000' x1='245.168' y1='88.5512' x2='245.172' y2='88.5523' stroke-width='3.2' /><line stroke-linecap='round' stroke='#404040' x1='245.168' y1='88.5512' x2='245.172' y2='88.5523' stroke-width='1.6' /></g><g partID='854101690'><line stroke-linecap='round' stroke='#000000' x1='266.768' y1='102.952' x2='265.872' y2='102.952' stroke-width='3.2' /><line stroke-linecap='round' stroke='#404040' x1='266.768' y1='102.952' x2='265.872' y2='102.952' stroke-width='1.6' /></g><g partID='854101720'><path stroke-linecap='round' fill='none' stroke-width='3.2' stroke='#00a527' d='M151.569,59.7523C168.773,86.1941, 186.257,101.303 201.856,109.953' /><path stroke-linecap='round' fill='none' stroke-width='1.6' stroke='white' d='M151.569,59.7523C168.773,86.1941, 186.257,101.303 201.856,109.953' /><path stroke-linecap='round' fill='none' stroke-width='1.6' stroke='#25cc35' d='M151.569,59.7523C168.773,86.1941, 186.257,101.303 201.856,109.953' stroke-dasharray='8,6.4'/></g><g partID='854103540'><path stroke-linecap='round' fill='none' stroke-width='3.2' stroke='#00a527' d='M201.856,109.953C243.717,130.67, 277.472,104.588 273.968,102.952' /><path stroke-linecap='round' fill='none' stroke-width='1.6' stroke='white' d='M201.856,109.953C243.717,130.67, 277.472,104.588 273.968,102.952' /><path stroke-linecap='round' fill='none' stroke-width='1.6' stroke='#25cc35' d='M201.856,109.953C243.717,130.67, 277.472,104.588 273.968,102.952' stroke-dasharray='8,6.4'/></g><g partID='854101310' id='partLabel'><g transform='translate(192.367,60.2223)' ><g font-size='9' font-style='normal' font-weight='normal' fill='#000000' font-family="'DroidSans'" id='breadboardLabel' fill-opacity='1' stroke='none' ><text x='0' y='6.75'>470&#x3a9;</text></g></g></g></svg>