aboutsummaryrefslogtreecommitdiffstats
path: root/docs/static/testbed-3n-tsh.svg
blob: e13a2b174fcfeb803ddc0721c7c7a21132b191e5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
1124
1125
1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
1146
1147
1148
1149
1150
1151
1152
1153
1154
1155
1156
1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
1176
1177
1178
1179
1180
1181
1182
1183
1184
1185
1186
1187
1188
1189
1190
1191
1192
1193
1194
1195
1196
1197
1198
1199
1200
1201
1202
1203
1204
1205
1206
1207
1208
1209
1210
1211
1212
1213
1214
1215
1216
1217
1218
1219
1220
1221
1222
1223
1224
1225
1226
1227
1228
1229
1230
1231
1232
1233
1234
1235
1236
1237
1238
1239
1240
1241
1242
1243
1244
1245
1246
1247
1248
1249
1250
1251
1252
1253
1254
1255
1256
1257
1258
1259
1260
1261
1262
1263
1264
1265
1266
1267
1268
1269
1270
1271
1272
1273
1274
1275
1276
1277
1278
1279
1280
1281
1282
1283
1284
1285
1286
1287
1288
1289
1290
1291
1292
1293
1294
1295
1296
1297
1298
1299
1300
1301
1302
1303
1304
1305
1306
1307
1308
1309
1310
1311
1312
1313
1314
1315
1316
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg version="1.2" width="175mm" height="140mm" viewBox="0 0 17500 14000" preserveAspectRatio="xMidYMid" fill-rule="evenodd" stroke-width="28.222" stroke-linejoin="round" xmlns="http://www.w3.org/2000/svg" xmlns:ooo="http://xml.openoffice.org/svg/export" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:presentation="http://sun.com/xmlns/staroffice/presentation" xmlns:smil="http://www.w3.org/2001/SMIL20/" xmlns:anim="urn:oasis:names:tc:opendocument:xmlns:animation:1.0" xml:space="preserve">
 <defs class="ClipPathGroup">
  <clipPath id="presentation_clip_path" clipPathUnits="userSpaceOnUse">
   <rect x="0" y="0" width="17500" height="14000"/>
  </clipPath>
  <clipPath id="presentation_clip_path_shrink" clipPathUnits="userSpaceOnUse">
   <rect x="17" y="14" width="17465" height="13972"/>
  </clipPath>
 </defs>
 <defs>
  <font id="EmbeddedFont_1" horiz-adv-x="2048">
   <font-face font-family="Arial embedded" units-per-em="2048" font-weight="normal" font-style="normal" ascent="1852" descent="423"/>
   <missing-glyph horiz-adv-x="2048" d="M 0,0 L 2047,0 2047,2047 0,2047 0,0 Z"/>
   <glyph unicode="x" horiz-adv-x="1006" d="M 801,0 L 510,444 217,0 23,0 408,556 41,1082 240,1082 510,661 778,1082 979,1082 612,558 1002,0 801,0 Z"/>
   <glyph unicode="U" horiz-adv-x="1192" d="M 731,-20 C 616,-20 515,1 429,43 343,85 276,146 229,226 182,306 158,401 158,512 L 158,1409 349,1409 349,528 C 349,399 382,302 447,235 512,168 607,135 730,135 857,135 955,170 1026,239 1096,308 1131,408 1131,541 L 1131,1409 1321,1409 1321,530 C 1321,416 1297,318 1249,235 1200,152 1132,89 1044,46 955,2 851,-20 731,-20 Z"/>
   <glyph unicode="P" horiz-adv-x="1112" d="M 1258,985 C 1258,852 1215,746 1128,667 1041,588 922,549 773,549 L 359,549 359,0 168,0 168,1409 761,1409 C 919,1409 1041,1372 1128,1298 1215,1224 1258,1120 1258,985 Z M 1066,983 C 1066,1165 957,1256 738,1256 L 359,1256 359,700 746,700 C 959,700 1066,794 1066,983 Z"/>
   <glyph unicode="I" horiz-adv-x="213" d="M 189,0 L 189,1409 380,1409 380,0 189,0 Z"/>
   <glyph unicode="8" horiz-adv-x="980" d="M 1050,393 C 1050,263 1009,162 926,89 843,16 725,-20 570,-20 419,-20 302,16 217,87 132,158 89,260 89,391 89,483 115,560 168,623 221,686 288,724 370,737 L 370,741 C 293,759 233,798 189,858 144,918 122,988 122,1069 122,1176 162,1263 243,1330 323,1397 431,1430 566,1430 705,1430 814,1397 895,1332 975,1267 1015,1178 1015,1067 1015,986 993,916 948,856 903,796 842,758 765,743 L 765,739 C 855,724 925,686 975,625 1025,563 1050,486 1050,393 Z M 828,1057 C 828,1216 741,1296 566,1296 481,1296 417,1276 373,1236 328,1196 306,1136 306,1057 306,976 329,915 375,873 420,830 485,809 568,809 653,809 717,829 762,868 806,907 828,970 828,1057 Z M 863,410 C 863,497 837,563 785,608 733,652 660,674 566,674 475,674 403,650 352,603 301,555 275,489 275,406 275,212 374,115 572,115 670,115 743,139 791,186 839,233 863,307 863,410 Z"/>
   <glyph unicode="6" horiz-adv-x="980" d="M 1049,461 C 1049,312 1009,195 928,109 847,23 736,-20 594,-20 435,-20 314,39 230,157 146,275 104,447 104,672 104,916 148,1103 235,1234 322,1365 447,1430 608,1430 821,1430 955,1334 1010,1143 L 838,1112 C 803,1227 725,1284 606,1284 503,1284 424,1236 368,1141 311,1045 283,906 283,725 316,786 362,832 421,864 480,895 548,911 625,911 755,911 858,870 935,789 1011,708 1049,598 1049,461 Z M 866,453 C 866,555 841,634 791,689 741,744 671,772 582,772 498,772 430,748 379,699 327,650 301,582 301,496 301,387 328,298 382,229 435,160 504,125 588,125 675,125 743,154 792,213 841,271 866,351 866,453 Z"/>
   <glyph unicode="1" horiz-adv-x="927" d="M 156,0 L 156,153 515,153 515,1237 197,1010 197,1180 530,1409 696,1409 696,153 1039,153 1039,0 156,0 Z"/>
  </font>
 </defs>
 <defs>
  <font id="EmbeddedFont_2" horiz-adv-x="2048">
   <font-face font-family="Calibri embedded" units-per-em="2048" font-weight="normal" font-style="normal" ascent="1879" descent="476"/>
   <missing-glyph horiz-adv-x="2048" d="M 0,0 L 2047,0 2047,2047 0,2047 0,0 Z"/>
   <glyph unicode="y" horiz-adv-x="1112" d="M 659,-104 C 607,-237 556,-324 507,-365 458,-406 392,-426 309,-426 L 162,-426 162,-272 270,-272 C 321,-272 360,-260 388,-236 416,-212 447,-155 481,-66 L 514,18 61,1120 256,1120 606,244 956,1120 1151,1120 659,-104 Z"/>
   <glyph unicode="x" horiz-adv-x="1112" d="M 1124,1120 L 719,575 1145,0 928,0 602,440 276,0 59,0 494,586 96,1120 313,1120 610,721 907,1120 1124,1120 Z"/>
   <glyph unicode="v" horiz-adv-x="1112" d="M 61,1120 L 256,1120 606,180 956,1120 1151,1120 731,0 481,0 61,1120 Z"/>
   <glyph unicode="u" horiz-adv-x="953" d="M 174,442 L 174,1120 358,1120 358,449 C 358,343 379,264 420,211 461,158 523,131 606,131 705,131 784,163 842,226 899,289 928,376 928,485 L 928,1120 1112,1120 1112,0 928,0 928,172 C 883,104 832,54 773,21 714,-12 645,-29 567,-29 438,-29 341,11 274,91 207,171 174,288 174,442 Z "/>
   <glyph unicode="t" horiz-adv-x="715" d="M 375,1438 L 375,1120 754,1120 754,977 375,977 375,369 C 375,278 388,219 413,193 438,167 488,154 565,154 L 754,154 754,0 565,0 C 423,0 325,27 271,80 217,133 190,229 190,369 L 190,977 55,977 55,1120 190,1120 190,1438 375,1438 Z"/>
   <glyph unicode="s" horiz-adv-x="874" d="M 907,1087 L 907,913 C 855,940 801,960 745,973 689,986 631,993 571,993 480,993 411,979 366,951 320,923 297,881 297,825 297,782 313,749 346,725 379,700 444,677 543,655 L 606,641 C 737,613 830,574 885,523 940,472 967,400 967,309 967,205 926,123 844,62 761,1 648,-29 504,-29 444,-29 382,-23 317,-12 252,0 183,18 111,41 L 111,231 C 179,196 246,169 312,152 378,134 443,125 508,125 595,125 661,140 708,170 755,199 778,241 778,295 778,345 761,383 728,410 694,437 620,462 506,487 L 442,502 C 328,526 246,563 195,613 144,662 119,730 119,817 119,922 156,1004 231,1061 306,1118 412,1147 549,1147 617,1147 681,1142 741,1132 801,1122 856,1107 907,1087 Z"/>
   <glyph unicode="r" horiz-adv-x="663" d="M 842,948 C 821,960 799,969 775,975 750,980 723,983 694,983 590,983 510,949 455,882 399,814 371,717 371,590 L 371,0 186,0 186,1120 371,1120 371,946 C 410,1014 460,1065 522,1098 584,1131 659,1147 748,1147 761,1147 775,1146 790,1145 805,1143 822,1140 841,1137 L 842,948 Z"/>
   <glyph unicode="p" horiz-adv-x="1007" d="M 371,168 L 371,-426 186,-426 186,1120 371,1120 371,950 C 410,1017 459,1066 518,1099 577,1131 647,1147 729,1147 865,1147 976,1093 1061,985 1146,877 1188,735 1188,559 1188,383 1146,241 1061,133 976,25 865,-29 729,-29 647,-29 577,-13 518,20 459,52 410,101 371,168 Z M 997,559 C 997,694 969,801 914,878 858,955 781,993 684,993 587,993 510,955 455,878 399,801 371,694 371,559 371,424 399,318 455,241 510,164 587,125 684,125 781,125 858,164 914,241 969,318 997,424 997,559 Z"/>
   <glyph unicode="o" horiz-adv-x="1033" d="M 627,991 C 528,991 450,953 393,876 336,799 307,693 307,559 307,425 336,320 393,243 450,166 528,127 627,127 725,127 803,166 860,243 917,320 946,426 946,559 946,692 917,797 860,875 803,952 725,991 627,991 Z M 627,1147 C 787,1147 913,1095 1004,991 1095,887 1141,743 1141,559 1141,376 1095,232 1004,128 913,23 787,-29 627,-29 466,-29 341,23 250,128 159,232 113,376 113,559 113,743 159,887 250,991 341,1095 466,1147 627,1147 Z"/>
   <glyph unicode="n" horiz-adv-x="954" d="M 1124,676 L 1124,0 940,0 940,670 C 940,776 919,855 878,908 837,961 775,987 692,987 593,987 514,955 457,892 400,829 371,742 371,633 L 371,0 186,0 186,1120 371,1120 371,946 C 415,1013 467,1064 527,1097 586,1130 655,1147 733,1147 862,1147 959,1107 1025,1028 1091,948 1124,831 1124,676 Z"/>
   <glyph unicode="m" horiz-adv-x="1642" d="M 1065,905 C 1111,988 1166,1049 1230,1088 1294,1127 1369,1147 1456,1147 1573,1147 1663,1106 1726,1025 1789,943 1821,827 1821,676 L 1821,0 1636,0 1636,670 C 1636,777 1617,857 1579,909 1541,961 1483,987 1405,987 1310,987 1234,955 1179,892 1124,829 1096,742 1096,633 L 1096,0 911,0 911,670 C 911,778 892,858 854,910 816,961 757,987 678,987 584,987 509,955 454,892 399,828 371,742 371,633 L 371,0 186,0 186,1120 371,1120 371,946 C 413,1015 463,1065 522,1098 581,1131 650,1147 731,1147 812,1147 882,1126 939,1085 996,1044 1038,984 1065,905 Z"/>
   <glyph unicode="l" horiz-adv-x="213" d="M 193,1556 L 377,1556 377,0 193,0 193,1556 Z"/>
   <glyph unicode="k" horiz-adv-x="1007" d="M 186,1556 L 371,1556 371,637 920,1120 1155,1120 561,596 1180,0 940,0 371,547 371,0 186,0 186,1556 Z"/>
   <glyph unicode="i" horiz-adv-x="213" d="M 193,1120 L 377,1120 377,0 193,0 193,1120 Z M 193,1556 L 377,1556 377,1323 193,1323 193,1556 Z"/>
   <glyph unicode="h" horiz-adv-x="954" d="M 1124,676 L 1124,0 940,0 940,670 C 940,776 919,855 878,908 837,961 775,987 692,987 593,987 514,955 457,892 400,829 371,742 371,633 L 371,0 186,0 186,1556 371,1556 371,946 C 415,1013 467,1064 527,1097 586,1130 655,1147 733,1147 862,1147 959,1107 1025,1028 1091,948 1124,831 1124,676 Z"/>
   <glyph unicode="f" horiz-adv-x="742" d="M 760,1556 L 760,1403 584,1403 C 518,1403 472,1390 447,1363 421,1336 408,1288 408,1219 L 408,1120 711,1120 711,977 408,977 408,0 223,0 223,977 47,977 47,1120 223,1120 223,1198 C 223,1323 252,1414 310,1471 368,1528 460,1556 586,1556 L 760,1556 Z"/>
   <glyph unicode="e" horiz-adv-x="1059" d="M 1151,606 L 1151,516 305,516 C 313,389 351,293 420,227 488,160 583,127 705,127 776,127 844,136 911,153 977,170 1043,196 1108,231 L 1108,57 C 1042,29 974,8 905,-7 836,-22 765,-29 694,-29 515,-29 374,23 270,127 165,231 113,372 113,549 113,732 163,878 262,986 361,1093 494,1147 662,1147 813,1147 932,1099 1020,1002 1107,905 1151,773 1151,606 Z M 967,659 C 966,760 938,841 883,901 828,961 755,991 664,991 561,991 479,962 418,904 356,846 320,764 311,659 L 967,659 Z"/>
   <glyph unicode="d" horiz-adv-x="1006" d="M 930,950 L 930,1556 1114,1556 1114,0 930,0 930,168 C 891,101 843,52 784,20 725,-13 654,-29 571,-29 436,-29 326,25 241,133 156,241 113,383 113,559 113,735 156,877 241,985 326,1093 436,1147 571,1147 654,1147 725,1131 784,1099 843,1066 891,1017 930,950 Z M 303,559 C 303,424 331,318 387,241 442,164 519,125 616,125 713,125 790,164 846,241 902,318 930,424 930,559 930,694 902,801 846,878 790,955 713,993 616,993 519,993 442,955 387,878 331,801 303,694 303,559 Z"/>
   <glyph unicode="c" horiz-adv-x="900" d="M 999,1077 L 999,905 C 947,934 895,955 843,970 790,984 737,991 684,991 565,991 472,953 406,878 340,802 307,696 307,559 307,422 340,316 406,241 472,165 565,127 684,127 737,127 790,134 843,149 895,163 947,184 999,213 L 999,43 C 948,19 895,1 840,-11 785,-23 726,-29 664,-29 495,-29 361,24 262,130 163,236 113,379 113,559 113,742 163,885 264,990 364,1095 501,1147 676,1147 733,1147 788,1141 842,1130 896,1118 948,1100 999,1077 Z"/>
   <glyph unicode="a" horiz-adv-x="980" d="M 702,563 C 553,563 450,546 393,512 336,478 307,420 307,338 307,273 329,221 372,183 415,144 473,125 547,125 649,125 731,161 793,234 854,306 885,402 885,522 L 885,563 702,563 Z M 1069,639 L 1069,0 885,0 885,170 C 843,102 791,52 728,20 665,-13 589,-29 498,-29 383,-29 292,3 225,68 157,132 123,218 123,326 123,452 165,547 250,611 334,675 460,707 627,707 L 885,707 885,725 C 885,810 857,875 802,922 746,968 668,991 567,991 503,991 441,983 380,968 319,953 261,930 205,899 L 205,1069 C 272,1095 338,1115 401,1128 464,1141 526,1147 586,1147 748,1147 869,1105 949,1021 1029,937 1069,810 1069,639 Z"/>
   <glyph unicode="X" horiz-adv-x="1297" d="M 129,1493 L 346,1493 717,938 1090,1493 1307,1493 827,776 1339,0 1122,0 702,635 279,0 61,0 594,797 129,1493 Z"/>
   <glyph unicode="U" horiz-adv-x="1165" d="M 178,1493 L 381,1493 381,586 C 381,426 410,311 468,241 526,170 620,135 750,135 879,135 973,170 1031,241 1089,311 1118,426 1118,586 L 1118,1493 1321,1493 1321,561 C 1321,366 1273,219 1177,120 1080,21 938,-29 750,-29 561,-29 419,21 323,120 226,219 178,366 178,561 L 178,1493 Z"/>
   <glyph unicode="T" horiz-adv-x="1297" d="M -6,1493 L 1257,1493 1257,1323 727,1323 727,0 524,0 524,1323 -6,1323 -6,1493 Z"/>
   <glyph unicode="S" horiz-adv-x="1060" d="M 1096,1444 L 1096,1247 C 1019,1284 947,1311 879,1329 811,1347 745,1356 682,1356 572,1356 487,1335 428,1292 368,1249 338,1189 338,1110 338,1044 358,994 398,961 437,927 512,900 623,879 L 745,854 C 896,825 1007,775 1079,703 1150,630 1186,533 1186,412 1186,267 1138,158 1041,83 944,8 801,-29 614,-29 543,-29 468,-21 389,-5 309,11 226,35 141,66 L 141,274 C 223,228 303,193 382,170 461,147 538,135 614,135 729,135 818,158 881,203 944,248 975,313 975,397 975,470 953,528 908,569 863,610 789,641 686,662 L 563,686 C 412,716 303,763 236,827 169,891 135,980 135,1094 135,1226 182,1330 275,1406 368,1482 496,1520 659,1520 729,1520 800,1514 873,1501 946,1488 1020,1469 1096,1444 Z"/>
   <glyph unicode="R" horiz-adv-x="1192" d="M 909,700 C 952,685 995,654 1036,606 1077,558 1118,492 1159,408 L 1364,0 1147,0 956,383 C 907,483 859,549 813,582 766,615 703,631 623,631 L 403,631 403,0 201,0 201,1493 657,1493 C 828,1493 955,1457 1039,1386 1123,1315 1165,1207 1165,1063 1165,969 1143,891 1100,829 1056,767 992,724 909,700 Z M 403,1327 L 403,797 657,797 C 754,797 828,820 878,865 927,910 952,976 952,1063 952,1150 927,1216 878,1261 828,1305 754,1327 657,1327 L 403,1327 Z"/>
   <glyph unicode="P" horiz-adv-x="980" d="M 403,1327 L 403,766 657,766 C 751,766 824,790 875,839 926,888 952,957 952,1047 952,1136 926,1205 875,1254 824,1303 751,1327 657,1327 L 403,1327 Z M 201,1493 L 657,1493 C 824,1493 951,1455 1037,1380 1122,1304 1165,1193 1165,1047 1165,900 1122,788 1037,713 951,638 824,600 657,600 L 403,600 403,0 201,0 201,1493 Z"/>
   <glyph unicode="N" horiz-adv-x="1165" d="M 201,1493 L 473,1493 1135,244 1135,1493 1331,1493 1331,0 1059,0 397,1249 397,0 201,0 201,1493 Z"/>
   <glyph unicode="M" horiz-adv-x="1377" d="M 201,1493 L 502,1493 883,477 1266,1493 1567,1493 1567,0 1370,0 1370,1311 985,287 782,287 397,1311 397,0 201,0 201,1493 Z"/>
   <glyph unicode="I" horiz-adv-x="239" d="M 201,1493 L 403,1493 403,0 201,0 201,1493 Z"/>
   <glyph unicode="G" horiz-adv-x="1324" d="M 1219,213 L 1219,614 889,614 889,780 1419,780 1419,139 C 1341,84 1255,42 1161,14 1067,-15 967,-29 860,-29 627,-29 444,39 313,176 181,312 115,502 115,745 115,989 181,1179 313,1316 444,1452 627,1520 860,1520 957,1520 1050,1508 1138,1484 1225,1460 1306,1425 1380,1378 L 1380,1163 C 1305,1226 1226,1274 1142,1306 1058,1338 970,1354 877,1354 694,1354 557,1303 466,1201 374,1099 328,947 328,745 328,544 374,392 466,290 557,188 694,137 877,137 948,137 1012,143 1068,156 1124,168 1174,187 1219,213 Z"/>
   <glyph unicode="D" horiz-adv-x="1271" d="M 403,1327 L 403,166 647,166 C 853,166 1004,213 1100,306 1195,399 1243,547 1243,748 1243,948 1195,1095 1100,1188 1004,1281 853,1327 647,1327 L 403,1327 Z M 201,1493 L 616,1493 C 905,1493 1118,1433 1253,1313 1388,1192 1456,1004 1456,748 1456,491 1388,302 1252,181 1116,60 904,0 616,0 L 201,0 201,1493 Z"/>
   <glyph unicode="C" horiz-adv-x="1218" d="M 1319,1378 L 1319,1165 C 1251,1228 1179,1276 1102,1307 1025,1338 943,1354 856,1354 685,1354 555,1302 464,1198 373,1093 328,942 328,745 328,548 373,398 464,294 555,189 685,137 856,137 943,137 1025,153 1102,184 1179,215 1251,263 1319,326 L 1319,115 C 1248,67 1174,31 1095,7 1016,-17 932,-29 844,-29 618,-29 440,40 310,179 180,317 115,506 115,745 115,985 180,1174 310,1313 440,1451 618,1520 844,1520 933,1520 1018,1508 1097,1485 1176,1461 1250,1425 1319,1378 Z"/>
   <glyph unicode="A" horiz-adv-x="1403" d="M 700,1294 L 426,551 975,551 700,1294 Z M 586,1493 L 815,1493 1384,0 1174,0 1038,383 365,383 229,0 16,0 586,1493 Z"/>
   <glyph unicode="8" horiz-adv-x="1033" d="M 651,709 C 555,709 480,683 425,632 370,581 342,510 342,420 342,330 370,259 425,208 480,157 555,131 651,131 747,131 823,157 878,209 933,260 961,331 961,420 961,510 934,581 879,632 824,683 748,709 651,709 Z M 449,795 C 362,816 295,857 247,916 198,975 174,1048 174,1133 174,1252 217,1347 302,1416 387,1485 503,1520 651,1520 800,1520 916,1485 1001,1416 1086,1347 1128,1252 1128,1133 1128,1048 1104,975 1056,916 1007,857 940,816 854,795 951,772 1027,728 1082,662 1136,596 1163,515 1163,420 1163,275 1119,164 1031,87 942,10 816,-29 651,-29 486,-29 360,10 272,87 183,164 139,275 139,420 139,515 166,596 221,662 276,728 352,772 449,795 Z M 375,1114 C 375,1037 399,976 448,933 496,890 564,868 651,868 738,868 806,890 855,933 904,976 928,1037 928,1114 928,1191 904,1252 855,1295 806,1338 738,1360 651,1360 564,1360 496,1338 448,1295 399,1252 375,1191 375,1114 Z"/>
   <glyph unicode="7" horiz-adv-x="980" d="M 168,1493 L 1128,1493 1128,1407 586,0 375,0 885,1323 168,1323 168,1493 Z"/>
   <glyph unicode="6" horiz-adv-x="1060" d="M 676,827 C 585,827 514,796 461,734 408,672 381,587 381,479 381,372 408,287 461,225 514,162 585,131 676,131 767,131 839,162 892,225 945,287 971,372 971,479 971,587 945,672 892,734 839,796 767,827 676,827 Z M 1077,1460 L 1077,1276 C 1026,1300 975,1318 924,1331 872,1344 821,1350 770,1350 637,1350 535,1305 465,1215 394,1125 354,989 344,807 383,865 433,910 492,941 551,972 617,987 688,987 838,987 957,942 1044,851 1131,760 1174,636 1174,479 1174,326 1129,203 1038,110 947,17 827,-29 676,-29 503,-29 371,37 280,170 189,302 143,494 143,745 143,981 199,1169 311,1310 423,1450 573,1520 762,1520 813,1520 864,1515 916,1505 967,1495 1021,1480 1077,1460 Z"/>
   <glyph unicode="5" horiz-adv-x="1007" d="M 221,1493 L 1014,1493 1014,1323 406,1323 406,957 C 435,967 465,975 494,980 523,985 553,987 582,987 749,987 881,941 978,850 1075,759 1124,635 1124,479 1124,318 1074,194 974,105 874,16 733,-29 551,-29 488,-29 425,-24 360,-13 295,-2 227,14 158,35 L 158,238 C 218,205 280,181 344,165 408,149 476,141 547,141 662,141 754,171 821,232 888,293 922,375 922,479 922,583 888,665 821,726 754,787 662,817 547,817 493,817 439,811 386,799 332,787 277,768 221,743 L 221,1493 Z"/>
   <glyph unicode="4" horiz-adv-x="1113" d="M 774,1317 L 264,520 774,520 774,1317 Z M 721,1493 L 975,1493 975,520 1188,520 1188,352 975,352 975,0 774,0 774,352 100,352 100,547 721,1493 Z"/>
   <glyph unicode="3" horiz-adv-x="1007" d="M 831,805 C 928,784 1003,741 1058,676 1112,611 1139,530 1139,434 1139,287 1088,173 987,92 886,11 742,-29 555,-29 492,-29 428,-23 362,-11 295,2 227,20 156,45 L 156,240 C 212,207 273,183 340,166 407,149 476,141 549,141 676,141 772,166 839,216 905,266 938,339 938,434 938,522 907,591 846,641 784,690 698,715 588,715 L 414,715 414,881 596,881 C 695,881 771,901 824,941 877,980 903,1037 903,1112 903,1189 876,1248 822,1289 767,1330 689,1350 588,1350 533,1350 473,1344 410,1332 347,1320 277,1301 201,1276 L 201,1456 C 278,1477 350,1493 417,1504 484,1515 547,1520 606,1520 759,1520 881,1485 970,1416 1059,1346 1104,1252 1104,1133 1104,1050 1080,981 1033,924 986,867 918,827 831,805 Z"/>
   <glyph unicode="2" horiz-adv-x="980" d="M 393,170 L 1098,170 1098,0 150,0 150,170 C 227,249 331,356 464,490 596,623 679,709 713,748 778,821 823,882 849,933 874,983 887,1032 887,1081 887,1160 859,1225 804,1275 748,1325 675,1350 586,1350 523,1350 456,1339 386,1317 315,1295 240,1262 160,1217 L 160,1421 C 241,1454 317,1478 388,1495 459,1512 523,1520 582,1520 737,1520 860,1481 952,1404 1044,1327 1090,1223 1090,1094 1090,1033 1079,975 1056,920 1033,865 991,800 930,725 913,706 860,650 771,558 682,465 556,336 393,170 Z"/>
   <glyph unicode="1" horiz-adv-x="900" d="M 254,170 L 584,170 584,1309 225,1237 225,1421 582,1493 784,1493 784,170 1114,170 1114,0 254,0 254,170 Z"/>
   <glyph unicode="0" horiz-adv-x="1033" d="M 651,1360 C 547,1360 469,1309 417,1207 364,1104 338,950 338,745 338,540 364,387 417,285 469,182 547,131 651,131 756,131 834,182 887,285 939,387 965,540 965,745 965,950 939,1104 887,1207 834,1309 756,1360 651,1360 Z M 651,1520 C 818,1520 946,1454 1035,1322 1123,1189 1167,997 1167,745 1167,494 1123,302 1035,170 946,37 818,-29 651,-29 484,-29 356,37 268,170 179,302 135,494 135,745 135,997 179,1189 268,1322 356,1454 484,1520 651,1520 Z"/>
   <glyph unicode="-" horiz-adv-x="583" d="M 100,643 L 639,643 639,479 100,479 100,643 Z"/>
   <glyph unicode="*" horiz-adv-x="927" d="M 963,1247 L 604,1053 963,858 905,760 569,963 569,586 455,586 455,963 119,760 61,858 420,1053 61,1247 119,1346 455,1143 455,1520 569,1520 569,1143 905,1346 963,1247 Z"/>
   <glyph unicode=")" horiz-adv-x="477" d="M 164,1554 L 324,1554 C 424,1397 499,1243 549,1092 598,941 623,792 623,643 623,494 598,343 549,192 499,41 424,-113 324,-270 L 164,-270 C 253,-117 319,35 363,186 406,337 428,489 428,643 428,797 406,949 363,1099 319,1249 253,1401 164,1554 Z"/>
   <glyph unicode="(" horiz-adv-x="477" d="M 635,1554 C 546,1401 479,1249 436,1099 393,949 371,797 371,643 371,489 393,337 437,186 480,35 546,-117 635,-270 L 475,-270 C 375,-113 300,41 251,192 201,343 176,494 176,643 176,792 201,941 250,1092 299,1243 374,1397 475,1554 L 635,1554 Z"/>
   <glyph unicode=" " horiz-adv-x="635"/>
  </font>
 </defs>
 <defs class="TextShapeIndex">
  <g ooo:slide="id1" ooo:id-list="id3 id4 id5 id6 id7 id8 id9 id10 id11 id12 id13 id14 id15 id16 id17 id18 id19 id20 id21 id22 id23 id24 id25 id26 id27 id28 id29 id30 id31 id32 id33 id34 id35 id36 id37 id38 id39 id40 id41 id42 id43 id44 id45 id46 id47 id48 id49 id50 id51 id52 id53 id54 id55 id56 id57 id58 id59 id60 id61 id62 id63 id64 id65 id66 id67 id68 id69 id70 id71 id72 id73 id74 id75 id76 id77 id78 id79 id80 id81 id82 id83 id84 id85 id86 id87 id88 id89 id90 id91 id92 id93 id94 id95 id96 id97 id98 id99 id100 id101 id102 id103 id104 id105 id106 id107 id108 id109 id110 id111 id112 id113 id114 id115 id116 id117 id118 id119 id120 id121 id122 id123 id124 id125 id126 id127 id128 id129 id130 id131 id132 id133 id134 id135 id136 id137 id138 id139 id140 id141 id142 id143 id144 id145 id146 id147 id148 id149 id150 id151 id152 id153 id154 id155 id156 id157 id158 id159 id160 id161 id162 id163 id164 id165 id166"/>
 </defs>
 <defs class="EmbeddedBulletChars">
  <g id="bullet-char-template-57356" transform="scale(0.00048828125,-0.00048828125)">
   <path d="M 580,1141 L 1163,571 580,0 -4,571 580,1141 Z"/>
  </g>
  <g id="bullet-char-template-57354" transform="scale(0.00048828125,-0.00048828125)">
   <path d="M 8,1128 L 1137,1128 1137,0 8,0 8,1128 Z"/>
  </g>
  <g id="bullet-char-template-10146" transform="scale(0.00048828125,-0.00048828125)">
   <path d="M 174,0 L 602,739 174,1481 1456,739 174,0 Z M 1358,739 L 309,1346 659,739 1358,739 Z"/>
  </g>
  <g id="bullet-char-template-10132" transform="scale(0.00048828125,-0.00048828125)">
   <path d="M 2015,739 L 1276,0 717,0 1260,543 174,543 174,936 1260,936 717,1481 1274,1481 2015,739 Z"/>
  </g>
  <g id="bullet-char-template-10007" transform="scale(0.00048828125,-0.00048828125)">
   <path d="M 0,-2 C -7,14 -16,27 -25,37 L 356,567 C 262,823 215,952 215,954 215,979 228,992 255,992 264,992 276,990 289,987 310,991 331,999 354,1012 L 381,999 492,748 772,1049 836,1024 860,1049 C 881,1039 901,1025 922,1006 886,937 835,863 770,784 769,783 710,716 594,584 L 774,223 C 774,196 753,168 711,139 L 727,119 C 717,90 699,76 672,76 641,76 570,178 457,381 L 164,-76 C 142,-110 111,-127 72,-127 30,-127 9,-110 8,-76 1,-67 -2,-52 -2,-32 -2,-23 -1,-13 0,-2 Z"/>
  </g>
  <g id="bullet-char-template-10004" transform="scale(0.00048828125,-0.00048828125)">
   <path d="M 285,-33 C 182,-33 111,30 74,156 52,228 41,333 41,471 41,549 55,616 82,672 116,743 169,778 240,778 293,778 328,747 346,684 L 369,508 C 377,444 397,411 428,410 L 1163,1116 C 1174,1127 1196,1133 1229,1133 1271,1133 1292,1118 1292,1087 L 1292,965 C 1292,929 1282,901 1262,881 L 442,47 C 390,-6 338,-33 285,-33 Z"/>
  </g>
  <g id="bullet-char-template-9679" transform="scale(0.00048828125,-0.00048828125)">
   <path d="M 813,0 C 632,0 489,54 383,161 276,268 223,411 223,592 223,773 276,916 383,1023 489,1130 632,1184 813,1184 992,1184 1136,1130 1245,1023 1353,916 1407,772 1407,592 1407,412 1353,268 1245,161 1136,54 992,0 813,0 Z"/>
  </g>
  <g id="bullet-char-template-8226" transform="scale(0.00048828125,-0.00048828125)">
   <path d="M 346,457 C 273,457 209,483 155,535 101,586 74,649 74,723 74,796 101,859 155,911 209,963 273,989 346,989 419,989 480,963 531,910 582,859 608,796 608,723 608,648 583,586 532,535 482,483 420,457 346,457 Z"/>
  </g>
  <g id="bullet-char-template-8211" transform="scale(0.00048828125,-0.00048828125)">
   <path d="M -4,459 L 1135,459 1135,606 -4,606 -4,459 Z"/>
  </g>
  <g id="bullet-char-template-61548" transform="scale(0.00048828125,-0.00048828125)">
   <path d="M 173,740 C 173,903 231,1043 346,1159 462,1274 601,1332 765,1332 928,1332 1067,1274 1183,1159 1299,1043 1357,903 1357,740 1357,577 1299,437 1183,322 1067,206 928,148 765,148 601,148 462,206 346,322 231,437 173,577 173,740 Z"/>
  </g>
 </defs>
 <defs class="TextEmbeddedBitmaps"/>
 <g>
  <g id="id2" class="Master_Slide">
   <g id="bg-id2" class="Background"/>
   <g id="bo-id2" class="BackgroundObjects"/>
  </g>
 </g>
 <g class="SlideGroup">
  <g>
   <g id="container-id1">
    <g id="id1" class="Slide" clip-path="url(#presentation_clip_path)">
     <g class="Page">
      <g class="com.sun.star.drawing.ConnectorShape">
       <g id="id3">
        <rect class="BoundingBox" stroke="none" fill="none" x="2393" y="6287" width="4089" height="2260"/>
        <path fill="none" stroke="rgb(238,131,59)" stroke-width="106" stroke-linejoin="round" d="M 6428,8493 L 6428,7223 2446,7223 2446,6340"/>
       </g>
      </g>
      <g class="com.sun.star.drawing.ConnectorShape">
       <g id="id4">
        <rect class="BoundingBox" stroke="none" fill="none" x="6814" y="6250" width="4460" height="2297"/>
        <path fill="none" stroke="rgb(238,131,59)" stroke-width="106" stroke-linejoin="round" d="M 11220,6303 L 11220,7223 6867,7223 6867,8493"/>
       </g>
      </g>
      <g class="com.sun.star.drawing.ConnectorShape">
       <g id="id5">
        <rect class="BoundingBox" stroke="none" fill="none" x="7144" y="6281" width="4171" height="2266"/>
        <path fill="none" stroke="rgb(96,158,214)" stroke-width="106" stroke-linejoin="round" d="M 11261,8493 L 11261,7985 7197,7985 7197,6334"/>
       </g>
      </g>
      <g class="com.sun.star.drawing.ConnectorShape">
       <g id="id6">
        <rect class="BoundingBox" stroke="none" fill="none" x="11543" y="6225" width="4261" height="2322"/>
        <path fill="none" stroke="rgb(96,158,214)" stroke-width="106" stroke-linejoin="round" d="M 15750,6278 L 15750,7985 11596,7985 11596,8493"/>
       </g>
      </g>
      <g class="com.sun.star.drawing.ConnectorShape">
       <g id="id7">
        <rect class="BoundingBox" stroke="none" fill="none" x="7552" y="6212" width="7841" height="1446"/>
        <path fill="none" stroke="rgb(96,158,214)" stroke-width="106" stroke-linejoin="round" d="M 15339,6265 L 15339,7604 7605,7604 7605,6334"/>
       </g>
      </g>
      <g class="com.sun.star.drawing.CustomShape">
       <g id="id8">
        <rect class="BoundingBox" stroke="none" fill="none" x="740" y="867" width="16140" height="12584"/>
        <path fill="none" stroke="rgb(0,0,0)" stroke-width="9" stroke-linejoin="miter" d="M 8810,13445 L 745,13445 745,872 16874,872 16874,13445 8810,13445 Z"/>
       </g>
      </g>
      <g class="com.sun.star.drawing.CustomShape">
       <g id="id9">
        <rect class="BoundingBox" stroke="none" fill="none" x="5594" y="555" width="6698" height="670"/>
        <g>
         <defs>
          <linearGradient id="gradient1" x1="8942" y1="564" x2="8942" y2="1215" gradientUnits="userSpaceOnUse">
           <stop offset="0" style="stop-color:rgb(209,209,209)"/>
           <stop offset="1" style="stop-color:rgb(199,199,199)"/>
          </linearGradient>
         </defs>
         <path style="fill:url(#gradient1)" d="M 8943,1215 L 5603,1215 5603,564 12282,564 12282,1215 8943,1215 Z"/>
        </g>
        <path fill="none" stroke="rgb(165,165,165)" stroke-width="18" stroke-linejoin="miter" d="M 8943,1215 L 5603,1215 5603,564 12282,564 12282,1215 8943,1215 Z"/>
        <text class="TextShape"><tspan class="TextParagraph" font-family="Calibri, sans-serif" font-size="423px" font-weight="400"><tspan class="TextPosition" x="5853" y="1005"><tspan fill="rgb(0,0,0)" stroke="none">3-Node ARM TaiShan (3n-tsh)</tspan></tspan></tspan></text>
       </g>
      </g>
      <g class="com.sun.star.drawing.CustomShape">
       <g id="id10">
        <rect class="BoundingBox" stroke="none" fill="none" x="5347" y="9562" width="7241" height="3215"/>
        <path fill="rgb(255,255,255)" stroke="none" d="M 8967,9580 L 12569,9580 12569,12758 5365,12758 5365,9580 8967,9580 Z"/>
        <path fill="none" stroke="rgb(0,0,0)" stroke-width="35" stroke-linejoin="miter" d="M 8967,9580 L 12569,9580 12569,12758 5365,12758 5365,9580 8967,9580 Z"/>
       </g>
      </g>
      <g class="Group">
       <g class="com.sun.star.drawing.CustomShape">
        <g id="id11">
         <rect class="BoundingBox" stroke="none" fill="none" x="10978" y="9346" width="906" height="453"/>
         <path fill="rgb(237,237,237)" stroke="none" d="M 11431,9789 L 10987,9789 10987,9355 11874,9355 11874,9789 11431,9789 Z"/>
         <path fill="none" stroke="rgb(165,165,165)" stroke-width="18" stroke-linejoin="miter" d="M 11431,9789 L 10987,9789 10987,9355 11874,9355 11874,9789 11431,9789 Z"/>
         <text class="TextShape"><tspan class="TextParagraph" font-family="Calibri, sans-serif" font-size="282px" font-weight="400"><tspan class="TextPosition" x="11093" y="9718"><tspan fill="rgb(0,0,0)" stroke="none">NIC2</tspan></tspan></tspan></text>
        </g>
       </g>
       <g class="com.sun.star.drawing.CustomShape">
        <g id="id12">
         <rect class="BoundingBox" stroke="none" fill="none" x="11731" y="8576" width="42" height="737"/>
         <path fill="none" stroke="rgb(0,0,0)" stroke-width="35" stroke-linejoin="miter" d="M 11754,9294 L 11749,8594"/>
         <path fill="none" stroke="rgb(0,0,0)" stroke-width="35" stroke-linejoin="miter" d="M 11754,9294 L 11754,9294 Z"/>
         <path fill="none" stroke="rgb(0,0,0)" stroke-width="35" stroke-linejoin="miter" d="M 11749,8594 L 11749,8594 Z"/>
        </g>
       </g>
       <g class="com.sun.star.drawing.CustomShape">
        <g id="id13">
         <rect class="BoundingBox" stroke="none" fill="none" x="11657" y="9286" width="168" height="118"/>
         <path fill="rgb(208,206,206)" stroke="none" d="M 11741,9295 L 11815,9295 11815,9394 11666,9394 11666,9295 11741,9295 Z"/>
         <path fill="none" stroke="rgb(175,171,171)" stroke-width="18" stroke-linejoin="miter" d="M 11741,9295 L 11815,9295 11815,9394 11666,9394 11666,9295 11741,9295 Z"/>
        </g>
       </g>
       <g class="com.sun.star.drawing.CustomShape">
        <g id="id14">
         <rect class="BoundingBox" stroke="none" fill="none" x="11014" y="9289" width="168" height="118"/>
         <path fill="rgb(208,206,206)" stroke="none" d="M 11098,9298 L 11172,9298 11172,9397 11023,9397 11023,9298 11098,9298 Z"/>
         <path fill="none" stroke="rgb(175,171,171)" stroke-width="18" stroke-linejoin="miter" d="M 11098,9298 L 11172,9298 11172,9397 11023,9397 11023,9298 11098,9298 Z"/>
        </g>
       </g>
       <g class="com.sun.star.drawing.CustomShape">
        <g id="id15">
         <rect class="BoundingBox" stroke="none" fill="none" x="11078" y="8531" width="39" height="785"/>
         <path fill="none" stroke="rgb(0,0,0)" stroke-width="35" stroke-linejoin="miter" d="M 11096,9297 L 11098,8549"/>
         <path fill="none" stroke="rgb(0,0,0)" stroke-width="35" stroke-linejoin="miter" d="M 11096,9297 L 11096,9297 Z"/>
         <path fill="none" stroke="rgb(0,0,0)" stroke-width="35" stroke-linejoin="miter" d="M 11098,8549 L 11098,8549 Z"/>
        </g>
       </g>
       <g class="com.sun.star.drawing.CustomShape">
        <g id="id16">
         <rect class="BoundingBox" stroke="none" fill="none" x="11502" y="8528" width="39" height="783"/>
         <path fill="none" stroke="rgb(0,0,0)" stroke-width="35" stroke-linejoin="miter" d="M 11520,9292 L 11522,8546"/>
         <path fill="none" stroke="rgb(0,0,0)" stroke-width="35" stroke-linejoin="miter" d="M 11520,9292 L 11520,9292 Z"/>
         <path fill="none" stroke="rgb(0,0,0)" stroke-width="35" stroke-linejoin="miter" d="M 11522,8546 L 11522,8546 Z"/>
        </g>
       </g>
       <g class="com.sun.star.drawing.CustomShape">
        <g id="id17">
         <rect class="BoundingBox" stroke="none" fill="none" x="11437" y="9284" width="168" height="118"/>
         <path fill="rgb(208,206,206)" stroke="none" d="M 11521,9293 L 11595,9293 11595,9392 11446,9392 11446,9293 11521,9293 Z"/>
         <path fill="none" stroke="rgb(175,171,171)" stroke-width="18" stroke-linejoin="miter" d="M 11521,9293 L 11595,9293 11595,9392 11446,9392 11446,9293 11521,9293 Z"/>
        </g>
       </g>
       <g class="Group">
        <g class="com.sun.star.drawing.CustomShape">
         <g id="id18">
          <rect class="BoundingBox" stroke="none" fill="none" x="11226" y="9286" width="168" height="118"/>
          <path fill="rgb(208,206,206)" stroke="none" d="M 11310,9295 L 11384,9295 11384,9394 11235,9394 11235,9295 11310,9295 Z"/>
          <path fill="none" stroke="rgb(175,171,171)" stroke-width="18" stroke-linejoin="miter" d="M 11310,9295 L 11384,9295 11384,9394 11235,9394 11235,9295 11310,9295 Z"/>
         </g>
        </g>
        <g class="com.sun.star.drawing.CustomShape">
         <g id="id19">
          <rect class="BoundingBox" stroke="none" fill="none" x="11299" y="8528" width="43" height="785"/>
          <path fill="none" stroke="rgb(0,0,0)" stroke-width="35" stroke-linejoin="miter" d="M 11323,9294 L 11317,8546"/>
          <path fill="none" stroke="rgb(0,0,0)" stroke-width="35" stroke-linejoin="miter" d="M 11323,9294 L 11323,9294 Z"/>
          <path fill="none" stroke="rgb(0,0,0)" stroke-width="35" stroke-linejoin="miter" d="M 11317,8546 L 11317,8546 Z"/>
         </g>
        </g>
       </g>
      </g>
      <g class="com.sun.star.drawing.CustomShape">
       <g id="id20">
        <rect class="BoundingBox" stroke="none" fill="none" x="9256" y="10528" width="2837" height="1203"/>
        <path fill="rgb(68,114,196)" stroke="none" d="M 10674,11712 L 9274,11712 9274,10546 12074,10546 12074,11712 10674,11712 Z"/>
        <path fill="none" stroke="rgb(50,84,144)" stroke-width="35" stroke-linejoin="miter" d="M 10674,11712 L 9274,11712 9274,10546 12074,10546 12074,11712 10674,11712 Z"/>
        <text class="TextShape"><tspan class="TextParagraph" font-family="Calibri, sans-serif" font-size="318px" font-weight="400"><tspan class="TextPosition" x="9991" y="10850"><tspan fill="rgb(255,255,255)" stroke="none">Socket 1</tspan></tspan></tspan><tspan class="TextParagraph" font-family="Calibri, sans-serif" font-size="318px" font-weight="400"><tspan class="TextPosition" x="9875" y="11203"><tspan fill="rgb(255,255,255)" stroke="none">Intel Xeon</tspan></tspan></tspan><tspan class="TextParagraph" font-family="Calibri, sans-serif" font-size="318px" font-weight="400"><tspan class="TextPosition" x="9517" y="11556"><tspan fill="rgb(255,255,255)" stroke="none">Platinum 8180</tspan></tspan></tspan></text>
       </g>
      </g>
      <g class="Group">
       <g class="com.sun.star.drawing.CustomShape">
        <g id="id21">
         <rect class="BoundingBox" stroke="none" fill="none" x="11124" y="9796" width="556" height="734"/>
         <path fill="rgb(132,151,176)" stroke="none" d="M 11402,9796 L 11679,9957 11541,9957 11541,10367 11679,10367 11402,10529 11124,10367 11263,10367 11263,9957 11124,9957 11402,9796 Z M 11679,9796 L 11679,9796 Z M 11124,10529 L 11124,10529 Z"/>
        </g>
       </g>
       <g class="com.sun.star.drawing.CustomShape">
        <g id="id22">
         <rect class="BoundingBox" stroke="none" fill="none" x="11163" y="9993" width="476" height="344"/>
         <path fill="rgb(95,100,104)" stroke="none" d="M 11401,10336 L 11163,10336 11163,9993 11638,9993 11638,10336 11401,10336 Z"/>
         <text class="TextShape"><tspan class="TextParagraph" font-family="Arial, sans-serif" font-size="282px" font-weight="400"><tspan class="TextPosition" x="11172" y="10278"><tspan fill="rgb(255,255,255)" stroke="none">x16</tspan></tspan></tspan></text>
        </g>
       </g>
      </g>
      <g class="com.sun.star.drawing.CustomShape">
       <g id="id23">
        <rect class="BoundingBox" stroke="none" fill="none" x="5937" y="10543" width="2837" height="1203"/>
        <path fill="rgb(68,114,196)" stroke="none" d="M 7355,11727 L 5955,11727 5955,10561 8755,10561 8755,11727 7355,11727 Z"/>
        <path fill="none" stroke="rgb(50,84,144)" stroke-width="35" stroke-linejoin="miter" d="M 7355,11727 L 5955,11727 5955,10561 8755,10561 8755,11727 7355,11727 Z"/>
        <text class="TextShape"><tspan class="TextParagraph" font-family="Calibri, sans-serif" font-size="318px" font-weight="400"><tspan class="TextPosition" x="6672" y="10865"><tspan fill="rgb(255,255,255)" stroke="none">Socket 0</tspan></tspan></tspan><tspan class="TextParagraph" font-family="Calibri, sans-serif" font-size="318px" font-weight="400"><tspan class="TextPosition" x="6556" y="11218"><tspan fill="rgb(255,255,255)" stroke="none">Intel Xeon</tspan></tspan></tspan><tspan class="TextParagraph" font-family="Calibri, sans-serif" font-size="318px" font-weight="400"><tspan class="TextPosition" x="6198" y="11571"><tspan fill="rgb(255,255,255)" stroke="none">Platinum 8180</tspan></tspan></tspan></text>
       </g>
      </g>
      <g class="Group">
       <g class="com.sun.star.drawing.CustomShape">
        <g id="id24">
         <rect class="BoundingBox" stroke="none" fill="none" x="6150" y="9356" width="906" height="453"/>
         <path fill="rgb(237,237,237)" stroke="none" d="M 6603,9799 L 6159,9799 6159,9365 7046,9365 7046,9799 6603,9799 Z"/>
         <path fill="none" stroke="rgb(165,165,165)" stroke-width="18" stroke-linejoin="miter" d="M 6603,9799 L 6159,9799 6159,9365 7046,9365 7046,9799 6603,9799 Z"/>
         <text class="TextShape"><tspan class="TextParagraph" font-family="Calibri, sans-serif" font-size="282px" font-weight="400"><tspan class="TextPosition" x="6265" y="9728"><tspan fill="rgb(0,0,0)" stroke="none">NIC1</tspan></tspan></tspan></text>
        </g>
       </g>
       <g class="com.sun.star.drawing.CustomShape">
        <g id="id25">
         <rect class="BoundingBox" stroke="none" fill="none" x="6903" y="8540" width="42" height="783"/>
         <path fill="none" stroke="rgb(0,0,0)" stroke-width="35" stroke-linejoin="miter" d="M 6926,9304 L 6921,8558"/>
         <path fill="none" stroke="rgb(0,0,0)" stroke-width="35" stroke-linejoin="miter" d="M 6926,9304 L 6926,9304 Z"/>
         <path fill="none" stroke="rgb(0,0,0)" stroke-width="35" stroke-linejoin="miter" d="M 6921,8558 L 6921,8558 Z"/>
        </g>
       </g>
       <g class="com.sun.star.drawing.CustomShape">
        <g id="id26">
         <rect class="BoundingBox" stroke="none" fill="none" x="6829" y="9296" width="168" height="118"/>
         <path fill="rgb(208,206,206)" stroke="none" d="M 6913,9305 L 6987,9305 6987,9404 6838,9404 6838,9305 6913,9305 Z"/>
         <path fill="none" stroke="rgb(175,171,171)" stroke-width="18" stroke-linejoin="miter" d="M 6913,9305 L 6987,9305 6987,9404 6838,9404 6838,9305 6913,9305 Z"/>
        </g>
       </g>
       <g class="com.sun.star.drawing.CustomShape">
        <g id="id27">
         <rect class="BoundingBox" stroke="none" fill="none" x="6186" y="9298" width="168" height="118"/>
         <path fill="rgb(208,206,206)" stroke="none" d="M 6270,9307 L 6344,9307 6344,9406 6195,9406 6195,9307 6270,9307 Z"/>
         <path fill="none" stroke="rgb(175,171,171)" stroke-width="18" stroke-linejoin="miter" d="M 6270,9307 L 6344,9307 6344,9406 6195,9406 6195,9307 6270,9307 Z"/>
        </g>
       </g>
       <g class="com.sun.star.drawing.CustomShape">
        <g id="id28">
         <rect class="BoundingBox" stroke="none" fill="none" x="6251" y="8588" width="39" height="737"/>
         <path fill="none" stroke="rgb(0,0,0)" stroke-width="35" stroke-linejoin="miter" d="M 6269,9306 L 6271,8606"/>
         <path fill="none" stroke="rgb(0,0,0)" stroke-width="35" stroke-linejoin="miter" d="M 6269,9306 L 6269,9306 Z"/>
         <path fill="none" stroke="rgb(0,0,0)" stroke-width="35" stroke-linejoin="miter" d="M 6271,8606 L 6271,8606 Z"/>
        </g>
       </g>
       <g class="com.sun.star.drawing.CustomShape">
        <g id="id29">
         <rect class="BoundingBox" stroke="none" fill="none" x="6674" y="8538" width="39" height="783"/>
         <path fill="none" stroke="rgb(0,0,0)" stroke-width="35" stroke-linejoin="miter" d="M 6692,9302 L 6694,8556"/>
         <path fill="none" stroke="rgb(0,0,0)" stroke-width="35" stroke-linejoin="miter" d="M 6692,9302 L 6692,9302 Z"/>
         <path fill="none" stroke="rgb(0,0,0)" stroke-width="35" stroke-linejoin="miter" d="M 6694,8556 L 6694,8556 Z"/>
        </g>
       </g>
       <g class="com.sun.star.drawing.CustomShape">
        <g id="id30">
         <rect class="BoundingBox" stroke="none" fill="none" x="6609" y="9294" width="168" height="118"/>
         <path fill="rgb(208,206,206)" stroke="none" d="M 6693,9303 L 6767,9303 6767,9402 6618,9402 6618,9303 6693,9303 Z"/>
         <path fill="none" stroke="rgb(175,171,171)" stroke-width="18" stroke-linejoin="miter" d="M 6693,9303 L 6767,9303 6767,9402 6618,9402 6618,9303 6693,9303 Z"/>
        </g>
       </g>
       <g class="Group">
        <g class="com.sun.star.drawing.CustomShape">
         <g id="id31">
          <rect class="BoundingBox" stroke="none" fill="none" x="6398" y="9296" width="168" height="118"/>
          <path fill="rgb(208,206,206)" stroke="none" d="M 6482,9305 L 6556,9305 6556,9404 6407,9404 6407,9305 6482,9305 Z"/>
          <path fill="none" stroke="rgb(175,171,171)" stroke-width="18" stroke-linejoin="miter" d="M 6482,9305 L 6556,9305 6556,9404 6407,9404 6407,9305 6482,9305 Z"/>
         </g>
        </g>
        <g class="com.sun.star.drawing.CustomShape">
         <g id="id32">
          <rect class="BoundingBox" stroke="none" fill="none" x="6471" y="8538" width="43" height="785"/>
          <path fill="none" stroke="rgb(0,0,0)" stroke-width="35" stroke-linejoin="miter" d="M 6495,9304 L 6489,8556"/>
          <path fill="none" stroke="rgb(0,0,0)" stroke-width="35" stroke-linejoin="miter" d="M 6495,9304 L 6495,9304 Z"/>
          <path fill="none" stroke="rgb(0,0,0)" stroke-width="35" stroke-linejoin="miter" d="M 6489,8556 L 6489,8556 Z"/>
         </g>
        </g>
       </g>
      </g>
      <g class="Group">
       <g class="com.sun.star.drawing.CustomShape">
        <g id="id33">
         <rect class="BoundingBox" stroke="none" fill="none" x="6280" y="9814" width="557" height="734"/>
         <path fill="rgb(132,151,176)" stroke="none" d="M 6558,9814 L 6835,9975 6697,9975 6697,10385 6835,10385 6558,10547 6280,10385 6419,10385 6419,9975 6280,9975 6558,9814 Z M 6835,9814 L 6835,9814 Z M 6280,10547 L 6280,10547 Z"/>
        </g>
       </g>
       <g class="com.sun.star.drawing.CustomShape">
        <g id="id34">
         <rect class="BoundingBox" stroke="none" fill="none" x="6318" y="10012" width="476" height="344"/>
         <path fill="rgb(95,100,104)" stroke="none" d="M 6556,10355 L 6318,10355 6318,10012 6793,10012 6793,10355 6556,10355 Z"/>
         <text class="TextShape"><tspan class="TextParagraph" font-family="Arial, sans-serif" font-size="282px" font-weight="400"><tspan class="TextPosition" x="6327" y="10297"><tspan fill="rgb(255,255,255)" stroke="none">x16</tspan></tspan></tspan></text>
        </g>
       </g>
      </g>
      <g class="com.sun.star.drawing.CustomShape">
       <g id="id35">
        <rect class="BoundingBox" stroke="none" fill="none" x="11044" y="8439" width="764" height="234"/>
        <path fill="none" stroke="rgb(89,89,89)" stroke-width="106" stroke-linejoin="round" d="M 11097,8619 L 11097,8619 11097,8612 11097,8606 11098,8599 11098,8593 11099,8586 11099,8580 11100,8574 11101,8568 11103,8562 11104,8556 11105,8550 11107,8545 11108,8540 11110,8535 11112,8530 11114,8525 11116,8521 11118,8517 11120,8513 11123,8510 11125,8507 11127,8504 11130,8501 11132,8499 11135,8497 11137,8496 11140,8495 11143,8494 11145,8493 11148,8493 11702,8492 11702,8492 11705,8492 11707,8493 11710,8494 11713,8495 11715,8496 11718,8498 11720,8500 11723,8503 11725,8506 11727,8509 11730,8512 11732,8516 11734,8520 11736,8524 11738,8529 11740,8534 11741,8539 11743,8544 11745,8549 11746,8555 11747,8561 11748,8567 11750,8573 11750,8579 11751,8585 11752,8592 11752,8598 11753,8605 11753,8611 11753,8618"/>
        <path fill="none" stroke="rgb(89,89,89)" stroke-width="106" stroke-linejoin="round" d="M 11097,8619 L 11097,8619 Z"/>
        <path fill="none" stroke="rgb(89,89,89)" stroke-width="106" stroke-linejoin="round" d="M 11754,8492 L 11754,8492 Z"/>
       </g>
      </g>
      <g class="com.sun.star.drawing.CustomShape">
       <g id="id36">
        <rect class="BoundingBox" stroke="none" fill="none" x="6223" y="8448" width="758" height="234"/>
        <path fill="none" stroke="rgb(89,89,89)" stroke-width="106" stroke-linejoin="round" d="M 6276,8628 L 6276,8628 6276,8621 6276,8615 6277,8608 6277,8602 6278,8595 6278,8589 6279,8583 6280,8577 6282,8571 6283,8565 6284,8559 6286,8554 6287,8549 6289,8544 6291,8539 6293,8534 6295,8530 6297,8526 6299,8522 6302,8519 6304,8516 6306,8513 6309,8510 6311,8508 6314,8506 6316,8505 6319,8504 6322,8503 6324,8502 6327,8502 6875,8501 6875,8501 6878,8501 6880,8502 6883,8503 6886,8504 6888,8505 6891,8507 6893,8509 6896,8512 6898,8515 6900,8518 6903,8521 6905,8525 6907,8529 6909,8533 6911,8538 6913,8543 6914,8548 6916,8553 6918,8558 6919,8564 6920,8570 6921,8576 6923,8582 6923,8588 6924,8594 6925,8601 6925,8607 6926,8614 6926,8620 6926,8627"/>
        <path fill="none" stroke="rgb(89,89,89)" stroke-width="106" stroke-linejoin="round" d="M 6276,8628 L 6276,8628 Z"/>
        <path fill="none" stroke="rgb(89,89,89)" stroke-width="106" stroke-linejoin="round" d="M 6927,8501 L 6927,8501 Z"/>
       </g>
      </g>
      <g class="com.sun.star.drawing.CustomShape">
       <g id="id37">
        <rect class="BoundingBox" stroke="none" fill="none" x="5414" y="11739" width="1428" height="932"/>
        <text class="TextShape"><tspan class="TextParagraph" font-family="Calibri, sans-serif" font-size="388px" font-weight="400"><tspan class="TextPosition" x="5414" y="12127"><tspan fill="rgb(0,0,0)" stroke="none">x86</tspan></tspan></tspan><tspan class="TextParagraph" font-family="Calibri, sans-serif" font-size="388px" font-weight="400"><tspan class="TextPosition" x="5414" y="12592"><tspan fill="rgb(0,0,0)" stroke="none">Server</tspan></tspan></tspan></text>
       </g>
      </g>
      <g class="com.sun.star.drawing.CustomShape">
       <g id="id38">
        <rect class="BoundingBox" stroke="none" fill="none" x="6595" y="12740" width="5102" height="759"/>
        <text class="TextShape"><tspan class="TextParagraph" font-family="Calibri, sans-serif" font-size="423px" font-weight="400"><tspan class="TextPosition" x="6845" y="13288"><tspan fill="rgb(32,56,100)" stroke="none">Traffic Generator (TG)</tspan></tspan></tspan></text>
       </g>
      </g>
      <g class="com.sun.star.drawing.CustomShape">
       <g id="id39">
        <rect class="BoundingBox" stroke="none" fill="none" x="8414" y="11887" width="1321" height="590"/>
        <text class="TextShape"><tspan class="TextParagraph" font-family="Calibri, sans-serif" font-size="282px" font-weight="400"><tspan class="TextPosition" x="8664" y="12294"><tspan fill="rgb(66,131,139)" stroke="none">DDR4</tspan></tspan></tspan></text>
       </g>
      </g>
      <g class="Group">
       <g class="Group">
        <g class="com.sun.star.drawing.CustomShape">
         <g id="id40">
          <rect class="BoundingBox" stroke="none" fill="none" x="7840" y="11937" width="295" height="140"/>
          <path fill="rgb(66,131,139)" stroke="none" d="M 8134,12007 L 8134,12007 8134,12011 8134,12014 8133,12018 8132,12021 8132,12025 8131,12028 8129,12032 8128,12035 8126,12038 8125,12042 8123,12045 8121,12048 8119,12050 8116,12053 8114,12056 8111,12058 8108,12061 8106,12063 8103,12065 8099,12067 8096,12068 8093,12070 8090,12071 8086,12073 8083,12074 8079,12074 8076,12075 8072,12076 8069,12076 8065,12076 7911,12076 7911,12076 7907,12076 7904,12076 7900,12075 7897,12074 7893,12074 7890,12073 7886,12071 7883,12070 7880,12068 7876,12067 7873,12065 7870,12063 7868,12061 7865,12058 7862,12056 7860,12053 7857,12050 7855,12048 7853,12045 7851,12041 7850,12038 7848,12035 7847,12032 7845,12028 7844,12025 7844,12021 7843,12018 7842,12014 7842,12011 7842,12007 7841,12007 7842,12007 7842,12003 7842,12000 7843,11996 7843,11993 7844,11989 7845,11986 7846,11982 7848,11979 7849,11976 7851,11973 7853,11970 7855,11967 7857,11964 7859,11961 7862,11959 7864,11956 7867,11954 7870,11952 7873,11949 7876,11948 7879,11946 7882,11944 7886,11943 7889,11942 7892,11941 7896,11940 7899,11939 7903,11938 7906,11938 7910,11938 8065,11937 8065,11938 8069,11938 8072,11938 8076,11939 8079,11939 8083,11940 8086,11941 8090,11942 8093,11944 8096,11945 8099,11947 8102,11949 8105,11951 8108,11953 8111,11955 8113,11958 8116,11960 8118,11963 8120,11966 8123,11969 8124,11972 8126,11975 8128,11978 8129,11982 8130,11985 8131,11988 8132,11992 8133,11995 8134,11999 8134,12002 8134,12006 8134,12007 Z M 8134,12076 L 8134,12076 Z M 7841,11937 L 7841,11937 Z"/>
         </g>
        </g>
        <g class="com.sun.star.drawing.CustomShape">
         <g id="id41">
          <rect class="BoundingBox" stroke="none" fill="none" x="7841" y="12137" width="294" height="140"/>
          <path fill="rgb(66,131,139)" stroke="none" d="M 8134,12207 L 8134,12207 8134,12211 8134,12214 8133,12218 8132,12221 8132,12225 8131,12228 8129,12232 8128,12235 8126,12238 8125,12242 8123,12245 8121,12248 8119,12250 8116,12253 8114,12256 8111,12258 8108,12261 8106,12263 8103,12265 8099,12267 8096,12268 8093,12270 8090,12271 8086,12273 8083,12274 8079,12274 8076,12275 8072,12276 8069,12276 8065,12276 7911,12276 7911,12276 7907,12276 7904,12276 7900,12275 7897,12274 7893,12274 7890,12273 7886,12271 7883,12270 7880,12268 7876,12267 7873,12265 7870,12263 7868,12261 7865,12258 7862,12256 7860,12253 7857,12250 7855,12248 7853,12245 7851,12241 7850,12238 7848,12235 7847,12232 7845,12228 7844,12225 7844,12221 7843,12218 7842,12214 7842,12211 7842,12207 7841,12207 7842,12207 7842,12203 7842,12200 7843,12196 7843,12193 7844,12189 7845,12186 7846,12182 7848,12179 7849,12176 7851,12173 7853,12170 7855,12167 7857,12164 7859,12161 7862,12159 7864,12156 7867,12154 7870,12152 7873,12149 7876,12148 7879,12146 7882,12144 7886,12143 7889,12142 7892,12141 7896,12140 7899,12139 7903,12138 7906,12138 7910,12138 8065,12137 8065,12138 8069,12138 8072,12138 8076,12139 8079,12139 8083,12140 8086,12141 8090,12142 8093,12144 8096,12145 8099,12147 8102,12149 8105,12151 8108,12153 8111,12155 8113,12158 8116,12160 8118,12163 8120,12166 8123,12169 8124,12172 8126,12175 8128,12178 8129,12182 8130,12185 8131,12188 8132,12192 8133,12195 8134,12199 8134,12202 8134,12206 8134,12207 Z M 8134,12276 L 8134,12276 Z M 7841,12137 L 7841,12137 Z"/>
         </g>
        </g>
        <g class="com.sun.star.drawing.CustomShape">
         <g id="id42">
          <rect class="BoundingBox" stroke="none" fill="none" x="7841" y="12335" width="294" height="141"/>
          <path fill="rgb(66,131,139)" stroke="none" d="M 8134,12406 L 8134,12406 8134,12410 8134,12413 8133,12417 8132,12420 8132,12424 8131,12427 8129,12431 8128,12434 8126,12437 8125,12441 8123,12444 8121,12447 8119,12449 8116,12452 8114,12455 8111,12457 8108,12460 8106,12462 8103,12464 8099,12466 8096,12467 8093,12469 8090,12470 8086,12472 8083,12473 8079,12473 8076,12474 8072,12475 8069,12475 8065,12475 7911,12475 7911,12475 7907,12475 7904,12475 7900,12474 7897,12473 7893,12473 7890,12472 7886,12470 7883,12469 7880,12467 7876,12466 7873,12464 7870,12462 7868,12460 7865,12457 7862,12455 7860,12452 7857,12449 7855,12447 7853,12444 7851,12440 7850,12437 7848,12434 7847,12431 7845,12427 7844,12424 7844,12420 7843,12417 7842,12413 7842,12410 7842,12406 7841,12406 7842,12406 7842,12402 7842,12399 7843,12395 7843,12392 7844,12388 7845,12385 7846,12381 7848,12378 7849,12375 7851,12372 7853,12369 7855,12366 7857,12363 7859,12360 7862,12358 7864,12355 7867,12353 7870,12351 7873,12348 7876,12347 7879,12345 7882,12343 7886,12342 7889,12341 7892,12340 7896,12339 7899,12338 7903,12337 7906,12337 7910,12337 8065,12336 8065,12337 8069,12337 8072,12337 8076,12338 8079,12338 8083,12339 8086,12340 8090,12341 8093,12343 8096,12344 8099,12346 8102,12348 8105,12350 8108,12352 8111,12354 8113,12357 8116,12359 8118,12362 8120,12365 8123,12368 8124,12371 8126,12374 8128,12377 8129,12381 8130,12384 8131,12387 8132,12391 8133,12394 8134,12398 8134,12401 8134,12405 8134,12406 Z M 8134,12475 L 8134,12475 Z M 7841,12336 L 7841,12336 Z"/>
         </g>
        </g>
       </g>
       <g class="Group">
        <g class="com.sun.star.drawing.CustomShape">
         <g id="id43">
          <rect class="BoundingBox" stroke="none" fill="none" x="7491" y="11937" width="295" height="141"/>
          <path fill="rgb(66,131,139)" stroke="none" d="M 7785,12007 L 7785,12007 7785,12011 7785,12014 7784,12018 7783,12021 7783,12025 7782,12028 7780,12032 7779,12035 7777,12038 7776,12042 7774,12045 7772,12048 7770,12050 7767,12053 7765,12056 7762,12058 7759,12061 7757,12063 7754,12065 7750,12067 7747,12068 7744,12070 7741,12071 7737,12073 7734,12074 7730,12074 7727,12075 7723,12076 7720,12076 7716,12076 7562,12076 7562,12076 7558,12076 7555,12076 7551,12075 7548,12074 7544,12074 7541,12073 7537,12071 7534,12070 7531,12068 7527,12067 7524,12065 7521,12063 7519,12061 7516,12058 7513,12056 7511,12053 7508,12050 7506,12048 7504,12045 7502,12041 7501,12038 7499,12035 7498,12032 7496,12028 7495,12025 7495,12021 7494,12018 7493,12014 7493,12011 7493,12007 7492,12007 7493,12007 7493,12003 7493,12000 7494,11996 7494,11993 7495,11989 7496,11986 7497,11982 7499,11979 7500,11976 7502,11973 7504,11970 7506,11967 7508,11964 7510,11961 7513,11959 7515,11956 7518,11954 7521,11952 7524,11949 7527,11948 7530,11946 7533,11944 7537,11943 7540,11942 7543,11941 7547,11940 7550,11939 7554,11938 7557,11938 7561,11938 7716,11937 7716,11938 7720,11938 7723,11938 7727,11939 7730,11939 7734,11940 7737,11941 7741,11942 7744,11944 7747,11945 7750,11947 7753,11949 7756,11951 7759,11953 7762,11955 7764,11958 7767,11960 7769,11963 7771,11966 7774,11969 7775,11972 7777,11975 7779,11978 7780,11982 7781,11985 7782,11988 7783,11992 7784,11995 7785,11999 7785,12002 7785,12006 7785,12007 Z M 7785,12076 L 7785,12076 Z M 7492,11937 L 7492,11937 Z"/>
         </g>
        </g>
        <g class="com.sun.star.drawing.CustomShape">
         <g id="id44">
          <rect class="BoundingBox" stroke="none" fill="none" x="7492" y="12137" width="294" height="141"/>
          <path fill="rgb(66,131,139)" stroke="none" d="M 7785,12207 L 7785,12207 7785,12211 7785,12214 7784,12218 7783,12221 7783,12225 7782,12228 7780,12232 7779,12235 7777,12238 7776,12242 7774,12245 7772,12248 7770,12250 7767,12253 7765,12256 7762,12258 7759,12261 7757,12263 7754,12265 7750,12267 7747,12268 7744,12270 7741,12271 7737,12273 7734,12274 7730,12274 7727,12275 7723,12276 7720,12276 7716,12276 7562,12276 7562,12276 7558,12276 7555,12276 7551,12275 7548,12274 7544,12274 7541,12273 7537,12271 7534,12270 7531,12268 7527,12267 7524,12265 7521,12263 7519,12261 7516,12258 7513,12256 7511,12253 7508,12250 7506,12248 7504,12245 7502,12241 7501,12238 7499,12235 7498,12232 7496,12228 7495,12225 7495,12221 7494,12218 7493,12214 7493,12211 7493,12207 7492,12207 7493,12207 7493,12203 7493,12200 7494,12196 7494,12193 7495,12189 7496,12186 7497,12182 7499,12179 7500,12176 7502,12173 7504,12170 7506,12167 7508,12164 7510,12161 7513,12159 7515,12156 7518,12154 7521,12152 7524,12149 7527,12148 7530,12146 7533,12144 7537,12143 7540,12142 7543,12141 7547,12140 7550,12139 7554,12138 7557,12138 7561,12138 7716,12137 7716,12138 7720,12138 7723,12138 7727,12139 7730,12139 7734,12140 7737,12141 7741,12142 7744,12144 7747,12145 7750,12147 7753,12149 7756,12151 7759,12153 7762,12155 7764,12158 7767,12160 7769,12163 7771,12166 7774,12169 7775,12172 7777,12175 7779,12178 7780,12182 7781,12185 7782,12188 7783,12192 7784,12195 7785,12199 7785,12202 7785,12206 7785,12207 Z M 7785,12276 L 7785,12276 Z M 7492,12137 L 7492,12137 Z"/>
         </g>
        </g>
        <g class="com.sun.star.drawing.CustomShape">
         <g id="id45">
          <rect class="BoundingBox" stroke="none" fill="none" x="7492" y="12336" width="294" height="140"/>
          <path fill="rgb(66,131,139)" stroke="none" d="M 7785,12406 L 7785,12406 7785,12410 7785,12413 7784,12417 7783,12420 7783,12424 7782,12427 7780,12431 7779,12434 7777,12437 7776,12441 7774,12444 7772,12447 7770,12449 7767,12452 7765,12455 7762,12457 7759,12460 7757,12462 7754,12464 7750,12466 7747,12467 7744,12469 7741,12470 7737,12472 7734,12473 7730,12473 7727,12474 7723,12475 7720,12475 7716,12475 7562,12475 7562,12475 7558,12475 7555,12475 7551,12474 7548,12473 7544,12473 7541,12472 7537,12470 7534,12469 7531,12467 7527,12466 7524,12464 7521,12462 7519,12460 7516,12457 7513,12455 7511,12452 7508,12449 7506,12447 7504,12444 7502,12440 7501,12437 7499,12434 7498,12431 7496,12427 7495,12424 7495,12420 7494,12417 7493,12413 7493,12410 7493,12406 7492,12406 7493,12406 7493,12402 7493,12399 7494,12395 7494,12392 7495,12388 7496,12385 7497,12381 7499,12378 7500,12375 7502,12372 7504,12369 7506,12366 7508,12363 7510,12360 7513,12358 7515,12355 7518,12353 7521,12351 7524,12348 7527,12347 7530,12345 7533,12343 7537,12342 7540,12341 7543,12340 7547,12339 7550,12338 7554,12337 7557,12337 7561,12337 7716,12336 7716,12337 7720,12337 7723,12337 7727,12338 7730,12338 7734,12339 7737,12340 7741,12341 7744,12343 7747,12344 7750,12346 7753,12348 7756,12350 7759,12352 7762,12354 7764,12357 7767,12359 7769,12362 7771,12365 7774,12368 7775,12371 7777,12374 7779,12377 7780,12381 7781,12384 7782,12387 7783,12391 7784,12394 7785,12398 7785,12401 7785,12405 7785,12406 Z M 7785,12475 L 7785,12475 Z M 7492,12336 L 7492,12336 Z"/>
         </g>
        </g>
       </g>
       <g class="Group">
        <g class="com.sun.star.drawing.CustomShape">
         <g id="id46">
          <rect class="BoundingBox" stroke="none" fill="none" x="8171" y="11940" width="294" height="140"/>
          <path fill="rgb(66,131,139)" stroke="none" d="M 8464,12010 L 8464,12010 8464,12014 8464,12017 8463,12021 8462,12024 8462,12028 8461,12031 8459,12035 8458,12038 8456,12041 8455,12045 8453,12048 8451,12051 8449,12053 8446,12056 8444,12059 8441,12061 8438,12064 8436,12066 8433,12068 8429,12070 8426,12071 8423,12073 8420,12074 8416,12076 8413,12077 8409,12077 8406,12078 8402,12079 8399,12079 8395,12079 8241,12079 8241,12079 8237,12079 8234,12079 8230,12078 8227,12077 8223,12077 8220,12076 8216,12074 8213,12073 8210,12071 8206,12070 8203,12068 8200,12066 8198,12064 8195,12061 8192,12059 8190,12056 8187,12053 8185,12051 8183,12048 8181,12044 8180,12041 8178,12038 8177,12035 8175,12031 8174,12028 8174,12024 8173,12021 8172,12017 8172,12014 8172,12010 8171,12010 8172,12010 8172,12006 8172,12003 8173,11999 8173,11996 8174,11992 8175,11989 8176,11985 8178,11982 8179,11979 8181,11976 8183,11973 8185,11970 8187,11967 8189,11964 8192,11962 8194,11959 8197,11957 8200,11955 8203,11952 8206,11951 8209,11949 8212,11947 8216,11946 8219,11945 8222,11944 8226,11943 8229,11942 8233,11941 8236,11941 8240,11941 8395,11940 8395,11941 8399,11941 8402,11941 8406,11942 8409,11942 8413,11943 8416,11944 8420,11945 8423,11947 8426,11948 8429,11950 8432,11952 8435,11954 8438,11956 8441,11958 8443,11961 8446,11963 8448,11966 8450,11969 8453,11972 8454,11975 8456,11978 8458,11981 8459,11985 8460,11988 8461,11991 8462,11995 8463,11998 8464,12002 8464,12005 8464,12009 8464,12010 Z M 8464,12079 L 8464,12079 Z M 8171,11940 L 8171,11940 Z"/>
         </g>
        </g>
        <g class="com.sun.star.drawing.CustomShape">
         <g id="id47">
          <rect class="BoundingBox" stroke="none" fill="none" x="8171" y="12140" width="294" height="140"/>
          <path fill="rgb(66,131,139)" stroke="none" d="M 8464,12210 L 8464,12210 8464,12214 8464,12217 8463,12221 8462,12224 8462,12228 8461,12231 8459,12235 8458,12238 8456,12241 8455,12245 8453,12248 8451,12251 8449,12253 8446,12256 8444,12259 8441,12261 8438,12264 8436,12266 8433,12268 8429,12270 8426,12271 8423,12273 8420,12274 8416,12276 8413,12277 8409,12277 8406,12278 8402,12279 8399,12279 8395,12279 8241,12279 8241,12279 8237,12279 8234,12279 8230,12278 8227,12277 8223,12277 8220,12276 8216,12274 8213,12273 8210,12271 8206,12270 8203,12268 8200,12266 8198,12264 8195,12261 8192,12259 8190,12256 8187,12253 8185,12251 8183,12248 8181,12244 8180,12241 8178,12238 8177,12235 8175,12231 8174,12228 8174,12224 8173,12221 8172,12217 8172,12214 8172,12210 8171,12210 8172,12210 8172,12206 8172,12203 8173,12199 8173,12196 8174,12192 8175,12189 8176,12185 8178,12182 8179,12179 8181,12176 8183,12173 8185,12170 8187,12167 8189,12164 8192,12162 8194,12159 8197,12157 8200,12155 8203,12152 8206,12151 8209,12149 8212,12147 8216,12146 8219,12145 8222,12144 8226,12143 8229,12142 8233,12141 8236,12141 8240,12141 8395,12140 8395,12141 8399,12141 8402,12141 8406,12142 8409,12142 8413,12143 8416,12144 8420,12145 8423,12147 8426,12148 8429,12150 8432,12152 8435,12154 8438,12156 8441,12158 8443,12161 8446,12163 8448,12166 8450,12169 8453,12172 8454,12175 8456,12178 8458,12181 8459,12185 8460,12188 8461,12191 8462,12195 8463,12198 8464,12202 8464,12205 8464,12209 8464,12210 Z M 8464,12279 L 8464,12279 Z M 8171,12140 L 8171,12140 Z"/>
         </g>
        </g>
        <g class="com.sun.star.drawing.CustomShape">
         <g id="id48">
          <rect class="BoundingBox" stroke="none" fill="none" x="8171" y="12338" width="294" height="141"/>
          <path fill="rgb(66,131,139)" stroke="none" d="M 8464,12409 L 8464,12409 8464,12413 8464,12416 8463,12420 8462,12423 8462,12427 8461,12430 8459,12434 8458,12437 8456,12440 8455,12444 8453,12447 8451,12450 8449,12452 8446,12455 8444,12458 8441,12460 8438,12463 8436,12465 8433,12467 8429,12469 8426,12470 8423,12472 8420,12473 8416,12475 8413,12476 8409,12476 8406,12477 8402,12478 8399,12478 8395,12478 8241,12478 8241,12478 8237,12478 8234,12478 8230,12477 8227,12476 8223,12476 8220,12475 8216,12473 8213,12472 8210,12470 8206,12469 8203,12467 8200,12465 8198,12463 8195,12460 8192,12458 8190,12455 8187,12452 8185,12450 8183,12447 8181,12443 8180,12440 8178,12437 8177,12434 8175,12430 8174,12427 8174,12423 8173,12420 8172,12416 8172,12413 8172,12409 8171,12409 8172,12409 8172,12405 8172,12402 8173,12398 8173,12395 8174,12391 8175,12388 8176,12384 8178,12381 8179,12378 8181,12375 8183,12372 8185,12369 8187,12366 8189,12363 8192,12361 8194,12358 8197,12356 8200,12354 8203,12351 8206,12350 8209,12348 8212,12346 8216,12345 8219,12344 8222,12343 8226,12342 8229,12341 8233,12340 8236,12340 8240,12340 8395,12339 8395,12340 8399,12340 8402,12340 8406,12341 8409,12341 8413,12342 8416,12343 8420,12344 8423,12346 8426,12347 8429,12349 8432,12351 8435,12353 8438,12355 8441,12357 8443,12360 8446,12362 8448,12365 8450,12368 8453,12371 8454,12374 8456,12377 8458,12380 8459,12384 8460,12387 8461,12390 8462,12394 8463,12397 8464,12401 8464,12404 8464,12408 8464,12409 Z M 8464,12478 L 8464,12478 Z M 8171,12339 L 8171,12339 Z"/>
         </g>
        </g>
       </g>
      </g>
      <g class="Group">
       <g class="Group">
        <g class="com.sun.star.drawing.CustomShape">
         <g id="id49">
          <rect class="BoundingBox" stroke="none" fill="none" x="9963" y="11963" width="295" height="141"/>
          <path fill="rgb(66,131,139)" stroke="none" d="M 10256,12033 L 10256,12033 10256,12037 10256,12040 10255,12044 10254,12047 10254,12051 10253,12054 10251,12058 10250,12061 10248,12064 10247,12068 10245,12071 10243,12074 10241,12076 10238,12079 10236,12082 10233,12084 10230,12087 10228,12089 10225,12091 10221,12093 10218,12094 10215,12096 10212,12097 10208,12099 10205,12100 10201,12100 10198,12101 10194,12102 10191,12102 10187,12102 10033,12102 10033,12102 10029,12102 10026,12102 10022,12101 10019,12100 10015,12100 10012,12099 10008,12097 10005,12096 10002,12094 9998,12093 9995,12091 9992,12089 9990,12087 9987,12084 9984,12082 9982,12079 9979,12076 9977,12074 9975,12071 9973,12067 9972,12064 9970,12061 9969,12058 9967,12054 9966,12051 9966,12047 9965,12044 9964,12040 9964,12037 9964,12033 9963,12033 9964,12033 9964,12029 9964,12026 9965,12022 9965,12019 9966,12015 9967,12012 9968,12008 9970,12005 9971,12002 9973,11999 9975,11996 9977,11993 9979,11990 9981,11987 9984,11985 9986,11982 9989,11980 9992,11978 9995,11975 9998,11974 10001,11972 10004,11970 10008,11969 10011,11968 10014,11967 10018,11966 10021,11965 10025,11964 10028,11964 10032,11964 10187,11963 10187,11964 10191,11964 10194,11964 10198,11965 10201,11965 10205,11966 10208,11967 10212,11968 10215,11970 10218,11971 10221,11973 10224,11975 10227,11977 10230,11979 10233,11981 10235,11984 10238,11986 10240,11989 10242,11992 10245,11995 10246,11998 10248,12001 10250,12004 10251,12008 10252,12011 10253,12014 10254,12018 10255,12021 10256,12025 10256,12028 10256,12032 10256,12033 Z M 10256,12102 L 10256,12102 Z M 9963,11963 L 9963,11963 Z"/>
         </g>
        </g>
        <g class="com.sun.star.drawing.CustomShape">
         <g id="id50">
          <rect class="BoundingBox" stroke="none" fill="none" x="9963" y="12162" width="295" height="141"/>
          <path fill="rgb(66,131,139)" stroke="none" d="M 10256,12232 L 10256,12232 10256,12236 10256,12239 10255,12243 10254,12246 10254,12250 10253,12253 10251,12257 10250,12260 10248,12263 10247,12267 10245,12270 10243,12273 10241,12275 10238,12278 10236,12281 10233,12283 10230,12286 10228,12288 10225,12290 10221,12292 10218,12293 10215,12295 10212,12296 10208,12298 10205,12299 10201,12299 10198,12300 10194,12301 10191,12301 10187,12301 10033,12301 10033,12301 10029,12301 10026,12301 10022,12300 10019,12299 10015,12299 10012,12298 10008,12296 10005,12295 10002,12293 9998,12292 9995,12290 9992,12288 9990,12286 9987,12283 9984,12281 9982,12278 9979,12275 9977,12273 9975,12270 9973,12266 9972,12263 9970,12260 9969,12257 9967,12253 9966,12250 9966,12246 9965,12243 9964,12239 9964,12236 9964,12232 9963,12232 9964,12232 9964,12228 9964,12225 9965,12221 9965,12218 9966,12214 9967,12211 9968,12207 9970,12204 9971,12201 9973,12198 9975,12195 9977,12192 9979,12189 9981,12186 9984,12184 9986,12181 9989,12179 9992,12177 9995,12174 9998,12173 10001,12171 10004,12169 10008,12168 10011,12167 10014,12166 10018,12165 10021,12164 10025,12163 10028,12163 10032,12163 10187,12162 10187,12163 10191,12163 10194,12163 10198,12164 10201,12164 10205,12165 10208,12166 10212,12167 10215,12169 10218,12170 10221,12172 10224,12174 10227,12176 10230,12178 10233,12180 10235,12183 10238,12185 10240,12188 10242,12191 10245,12194 10246,12197 10248,12200 10250,12203 10251,12207 10252,12210 10253,12213 10254,12217 10255,12220 10256,12224 10256,12227 10256,12231 10256,12232 Z M 10256,12301 L 10256,12301 Z M 9963,12162 L 9963,12162 Z"/>
         </g>
        </g>
        <g class="com.sun.star.drawing.CustomShape">
         <g id="id51">
          <rect class="BoundingBox" stroke="none" fill="none" x="9963" y="12362" width="295" height="140"/>
          <path fill="rgb(66,131,139)" stroke="none" d="M 10256,12432 L 10256,12432 10256,12436 10256,12439 10255,12443 10254,12446 10254,12450 10253,12453 10251,12457 10250,12460 10248,12463 10247,12467 10245,12470 10243,12473 10241,12475 10238,12478 10236,12481 10233,12483 10230,12486 10228,12488 10225,12490 10221,12492 10218,12493 10215,12495 10212,12496 10208,12498 10205,12499 10201,12499 10198,12500 10194,12501 10191,12501 10187,12501 10033,12501 10033,12501 10029,12501 10026,12501 10022,12500 10019,12499 10015,12499 10012,12498 10008,12496 10005,12495 10002,12493 9998,12492 9995,12490 9992,12488 9990,12486 9987,12483 9984,12481 9982,12478 9979,12475 9977,12473 9975,12470 9973,12466 9972,12463 9970,12460 9969,12457 9967,12453 9966,12450 9966,12446 9965,12443 9964,12439 9964,12436 9964,12432 9963,12432 9964,12432 9964,12428 9964,12425 9965,12421 9965,12418 9966,12414 9967,12411 9968,12407 9970,12404 9971,12401 9973,12398 9975,12395 9977,12392 9979,12389 9981,12386 9984,12384 9986,12381 9989,12379 9992,12377 9995,12374 9998,12373 10001,12371 10004,12369 10008,12368 10011,12367 10014,12366 10018,12365 10021,12364 10025,12363 10028,12363 10032,12363 10187,12362 10187,12363 10191,12363 10194,12363 10198,12364 10201,12364 10205,12365 10208,12366 10212,12367 10215,12369 10218,12370 10221,12372 10224,12374 10227,12376 10230,12378 10233,12380 10235,12383 10238,12385 10240,12388 10242,12391 10245,12394 10246,12397 10248,12400 10250,12403 10251,12407 10252,12410 10253,12413 10254,12417 10255,12420 10256,12424 10256,12427 10256,12431 10256,12432 Z M 10256,12501 L 10256,12501 Z M 9963,12362 L 9963,12362 Z"/>
         </g>
        </g>
       </g>
       <g class="Group">
        <g class="com.sun.star.drawing.CustomShape">
         <g id="id52">
          <rect class="BoundingBox" stroke="none" fill="none" x="9614" y="11963" width="295" height="141"/>
          <path fill="rgb(66,131,139)" stroke="none" d="M 9907,12033 L 9907,12033 9907,12037 9907,12040 9906,12044 9905,12047 9905,12051 9904,12054 9902,12058 9901,12061 9899,12064 9898,12068 9896,12071 9894,12074 9892,12076 9889,12079 9887,12082 9884,12084 9881,12087 9879,12089 9876,12091 9872,12093 9869,12094 9866,12096 9863,12097 9859,12099 9856,12100 9852,12100 9849,12101 9845,12102 9842,12102 9838,12102 9684,12102 9684,12102 9680,12102 9677,12102 9673,12101 9670,12100 9666,12100 9663,12099 9659,12097 9656,12096 9653,12094 9649,12093 9646,12091 9643,12089 9641,12087 9638,12084 9635,12082 9633,12079 9630,12076 9628,12074 9626,12071 9624,12067 9623,12064 9621,12061 9620,12058 9618,12054 9617,12051 9617,12047 9616,12044 9615,12040 9615,12037 9615,12033 9614,12033 9615,12033 9615,12029 9615,12026 9616,12022 9616,12019 9617,12015 9618,12012 9619,12008 9621,12005 9622,12002 9624,11999 9626,11996 9628,11993 9630,11990 9632,11987 9635,11985 9637,11982 9640,11980 9643,11978 9646,11975 9649,11974 9652,11972 9655,11970 9659,11969 9662,11968 9665,11967 9669,11966 9672,11965 9676,11964 9679,11964 9683,11964 9838,11963 9838,11964 9842,11964 9845,11964 9849,11965 9852,11965 9856,11966 9859,11967 9863,11968 9866,11970 9869,11971 9872,11973 9875,11975 9878,11977 9881,11979 9884,11981 9886,11984 9889,11986 9891,11989 9893,11992 9896,11995 9897,11998 9899,12001 9901,12004 9902,12008 9903,12011 9904,12014 9905,12018 9906,12021 9907,12025 9907,12028 9907,12032 9907,12033 Z M 9907,12102 L 9907,12102 Z M 9614,11963 L 9614,11963 Z"/>
         </g>
        </g>
        <g class="com.sun.star.drawing.CustomShape">
         <g id="id53">
          <rect class="BoundingBox" stroke="none" fill="none" x="9614" y="12162" width="295" height="141"/>
          <path fill="rgb(66,131,139)" stroke="none" d="M 9907,12232 L 9907,12232 9907,12236 9907,12239 9906,12243 9905,12246 9905,12250 9904,12253 9902,12257 9901,12260 9899,12263 9898,12267 9896,12270 9894,12273 9892,12275 9889,12278 9887,12281 9884,12283 9881,12286 9879,12288 9876,12290 9872,12292 9869,12293 9866,12295 9863,12296 9859,12298 9856,12299 9852,12299 9849,12300 9845,12301 9842,12301 9838,12301 9684,12301 9684,12301 9680,12301 9677,12301 9673,12300 9670,12299 9666,12299 9663,12298 9659,12296 9656,12295 9653,12293 9649,12292 9646,12290 9643,12288 9641,12286 9638,12283 9635,12281 9633,12278 9630,12275 9628,12273 9626,12270 9624,12266 9623,12263 9621,12260 9620,12257 9618,12253 9617,12250 9617,12246 9616,12243 9615,12239 9615,12236 9615,12232 9614,12232 9615,12232 9615,12228 9615,12225 9616,12221 9616,12218 9617,12214 9618,12211 9619,12207 9621,12204 9622,12201 9624,12198 9626,12195 9628,12192 9630,12189 9632,12186 9635,12184 9637,12181 9640,12179 9643,12177 9646,12174 9649,12173 9652,12171 9655,12169 9659,12168 9662,12167 9665,12166 9669,12165 9672,12164 9676,12163 9679,12163 9683,12163 9838,12162 9838,12163 9842,12163 9845,12163 9849,12164 9852,12164 9856,12165 9859,12166 9863,12167 9866,12169 9869,12170 9872,12172 9875,12174 9878,12176 9881,12178 9884,12180 9886,12183 9889,12185 9891,12188 9893,12191 9896,12194 9897,12197 9899,12200 9901,12203 9902,12207 9903,12210 9904,12213 9905,12217 9906,12220 9907,12224 9907,12227 9907,12231 9907,12232 Z M 9907,12301 L 9907,12301 Z M 9614,12162 L 9614,12162 Z"/>
         </g>
        </g>
        <g class="com.sun.star.drawing.CustomShape">
         <g id="id54">
          <rect class="BoundingBox" stroke="none" fill="none" x="9614" y="12362" width="295" height="140"/>
          <path fill="rgb(66,131,139)" stroke="none" d="M 9907,12432 L 9907,12432 9907,12436 9907,12439 9906,12443 9905,12446 9905,12450 9904,12453 9902,12457 9901,12460 9899,12463 9898,12467 9896,12470 9894,12473 9892,12475 9889,12478 9887,12481 9884,12483 9881,12486 9879,12488 9876,12490 9872,12492 9869,12493 9866,12495 9863,12496 9859,12498 9856,12499 9852,12499 9849,12500 9845,12501 9842,12501 9838,12501 9684,12501 9684,12501 9680,12501 9677,12501 9673,12500 9670,12499 9666,12499 9663,12498 9659,12496 9656,12495 9653,12493 9649,12492 9646,12490 9643,12488 9641,12486 9638,12483 9635,12481 9633,12478 9630,12475 9628,12473 9626,12470 9624,12466 9623,12463 9621,12460 9620,12457 9618,12453 9617,12450 9617,12446 9616,12443 9615,12439 9615,12436 9615,12432 9614,12432 9615,12432 9615,12428 9615,12425 9616,12421 9616,12418 9617,12414 9618,12411 9619,12407 9621,12404 9622,12401 9624,12398 9626,12395 9628,12392 9630,12389 9632,12386 9635,12384 9637,12381 9640,12379 9643,12377 9646,12374 9649,12373 9652,12371 9655,12369 9659,12368 9662,12367 9665,12366 9669,12365 9672,12364 9676,12363 9679,12363 9683,12363 9838,12362 9838,12363 9842,12363 9845,12363 9849,12364 9852,12364 9856,12365 9859,12366 9863,12367 9866,12369 9869,12370 9872,12372 9875,12374 9878,12376 9881,12378 9884,12380 9886,12383 9889,12385 9891,12388 9893,12391 9896,12394 9897,12397 9899,12400 9901,12403 9902,12407 9903,12410 9904,12413 9905,12417 9906,12420 9907,12424 9907,12427 9907,12431 9907,12432 Z M 9907,12501 L 9907,12501 Z M 9614,12362 L 9614,12362 Z"/>
         </g>
        </g>
       </g>
       <g class="Group">
        <g class="com.sun.star.drawing.CustomShape">
         <g id="id55">
          <rect class="BoundingBox" stroke="none" fill="none" x="10294" y="11965" width="295" height="141"/>
          <path fill="rgb(66,131,139)" stroke="none" d="M 10587,12035 L 10587,12035 10587,12039 10587,12042 10586,12046 10585,12049 10585,12053 10584,12056 10582,12060 10581,12063 10579,12066 10578,12070 10576,12073 10574,12076 10572,12078 10569,12081 10567,12084 10564,12086 10561,12089 10559,12091 10556,12093 10552,12095 10549,12096 10546,12098 10543,12099 10539,12101 10536,12102 10532,12102 10529,12103 10525,12104 10522,12104 10518,12104 10364,12104 10364,12104 10360,12104 10357,12104 10353,12103 10350,12102 10346,12102 10343,12101 10339,12099 10336,12098 10333,12096 10329,12095 10326,12093 10323,12091 10321,12089 10318,12086 10315,12084 10313,12081 10310,12078 10308,12076 10306,12073 10304,12069 10303,12066 10301,12063 10300,12060 10298,12056 10297,12053 10297,12049 10296,12046 10295,12042 10295,12039 10295,12035 10294,12035 10295,12035 10295,12031 10295,12028 10296,12024 10296,12021 10297,12017 10298,12014 10299,12010 10301,12007 10302,12004 10304,12001 10306,11998 10308,11995 10310,11992 10312,11989 10315,11987 10317,11984 10320,11982 10323,11980 10326,11977 10329,11976 10332,11974 10335,11972 10339,11971 10342,11970 10345,11969 10349,11968 10352,11967 10356,11966 10359,11966 10363,11966 10518,11965 10518,11966 10522,11966 10525,11966 10529,11967 10532,11967 10536,11968 10539,11969 10543,11970 10546,11972 10549,11973 10552,11975 10555,11977 10558,11979 10561,11981 10564,11983 10566,11986 10569,11988 10571,11991 10573,11994 10576,11997 10577,12000 10579,12003 10581,12006 10582,12010 10583,12013 10584,12016 10585,12020 10586,12023 10587,12027 10587,12030 10587,12034 10587,12035 Z M 10587,12104 L 10587,12104 Z M 10294,11965 L 10294,11965 Z"/>
         </g>
        </g>
        <g class="com.sun.star.drawing.CustomShape">
         <g id="id56">
          <rect class="BoundingBox" stroke="none" fill="none" x="10294" y="12165" width="295" height="141"/>
          <path fill="rgb(66,131,139)" stroke="none" d="M 10587,12235 L 10587,12235 10587,12239 10587,12242 10586,12246 10585,12249 10585,12253 10584,12256 10582,12260 10581,12263 10579,12266 10578,12270 10576,12273 10574,12276 10572,12278 10569,12281 10567,12284 10564,12286 10561,12289 10559,12291 10556,12293 10552,12295 10549,12296 10546,12298 10543,12299 10539,12301 10536,12302 10532,12302 10529,12303 10525,12304 10522,12304 10518,12304 10364,12304 10364,12304 10360,12304 10357,12304 10353,12303 10350,12302 10346,12302 10343,12301 10339,12299 10336,12298 10333,12296 10329,12295 10326,12293 10323,12291 10321,12289 10318,12286 10315,12284 10313,12281 10310,12278 10308,12276 10306,12273 10304,12269 10303,12266 10301,12263 10300,12260 10298,12256 10297,12253 10297,12249 10296,12246 10295,12242 10295,12239 10295,12235 10294,12235 10295,12235 10295,12231 10295,12228 10296,12224 10296,12221 10297,12217 10298,12214 10299,12210 10301,12207 10302,12204 10304,12201 10306,12198 10308,12195 10310,12192 10312,12189 10315,12187 10317,12184 10320,12182 10323,12180 10326,12177 10329,12176 10332,12174 10335,12172 10339,12171 10342,12170 10345,12169 10349,12168 10352,12167 10356,12166 10359,12166 10363,12166 10518,12165 10518,12166 10522,12166 10525,12166 10529,12167 10532,12167 10536,12168 10539,12169 10543,12170 10546,12172 10549,12173 10552,12175 10555,12177 10558,12179 10561,12181 10564,12183 10566,12186 10569,12188 10571,12191 10573,12194 10576,12197 10577,12200 10579,12203 10581,12206 10582,12210 10583,12213 10584,12216 10585,12220 10586,12223 10587,12227 10587,12230 10587,12234 10587,12235 Z M 10587,12304 L 10587,12304 Z M 10294,12165 L 10294,12165 Z"/>
         </g>
        </g>
        <g class="com.sun.star.drawing.CustomShape">
         <g id="id57">
          <rect class="BoundingBox" stroke="none" fill="none" x="10294" y="12365" width="295" height="140"/>
          <path fill="rgb(66,131,139)" stroke="none" d="M 10587,12435 L 10587,12435 10587,12439 10587,12442 10586,12446 10585,12449 10585,12453 10584,12456 10582,12460 10581,12463 10579,12466 10578,12470 10576,12473 10574,12476 10572,12478 10569,12481 10567,12484 10564,12486 10561,12489 10559,12491 10556,12493 10552,12495 10549,12496 10546,12498 10543,12499 10539,12501 10536,12502 10532,12502 10529,12503 10525,12504 10522,12504 10518,12504 10364,12504 10364,12504 10360,12504 10357,12504 10353,12503 10350,12502 10346,12502 10343,12501 10339,12499 10336,12498 10333,12496 10329,12495 10326,12493 10323,12491 10321,12489 10318,12486 10315,12484 10313,12481 10310,12478 10308,12476 10306,12473 10304,12469 10303,12466 10301,12463 10300,12460 10298,12456 10297,12453 10297,12449 10296,12446 10295,12442 10295,12439 10295,12435 10294,12435 10295,12435 10295,12431 10295,12428 10296,12424 10296,12421 10297,12417 10298,12414 10299,12410 10301,12407 10302,12404 10304,12401 10306,12398 10308,12395 10310,12392 10312,12389 10315,12387 10317,12384 10320,12382 10323,12380 10326,12377 10329,12376 10332,12374 10335,12372 10339,12371 10342,12370 10345,12369 10349,12368 10352,12367 10356,12366 10359,12366 10363,12366 10518,12365 10518,12366 10522,12366 10525,12366 10529,12367 10532,12367 10536,12368 10539,12369 10543,12370 10546,12372 10549,12373 10552,12375 10555,12377 10558,12379 10561,12381 10564,12383 10566,12386 10569,12388 10571,12391 10573,12394 10576,12397 10577,12400 10579,12403 10581,12406 10582,12410 10583,12413 10584,12416 10585,12420 10586,12423 10587,12427 10587,12430 10587,12434 10587,12435 Z M 10587,12504 L 10587,12504 Z M 10294,12365 L 10294,12365 Z"/>
         </g>
        </g>
       </g>
      </g>
      <g class="com.sun.star.drawing.TextShape">
       <g id="id58">
        <rect class="BoundingBox" stroke="none" fill="none" x="5191" y="9646" width="1625" height="1285"/>
        <text class="TextShape"><tspan class="TextParagraph" font-family="Calibri, sans-serif" font-size="282px" font-weight="400"><tspan class="TextPosition" x="5441" y="10033"><tspan fill="rgb(0,0,0)" stroke="none">PCIe</tspan></tspan></tspan><tspan class="TextParagraph" font-family="Calibri, sans-serif" font-size="282px" font-weight="400"><tspan class="TextPosition" x="5441" y="10363"><tspan fill="rgb(0,0,0)" stroke="none">Gen3</tspan></tspan></tspan></text>
       </g>
      </g>
      <g class="Group">
       <g class="com.sun.star.drawing.CustomShape">
        <g id="id59">
         <rect class="BoundingBox" stroke="none" fill="none" x="8592" y="10662" width="891" height="1019"/>
         <path fill="rgb(132,151,176)" stroke="none" d="M 8592,11170 L 8851,10662 8851,10916 9222,10916 9222,10662 9482,11170 9222,11679 9222,11424 8851,11424 8851,11679 8592,11170 Z M 8592,10662 L 8592,10662 Z M 9482,11679 L 9482,11679 Z"/>
        </g>
       </g>
       <g class="com.sun.star.drawing.CustomShape">
        <g id="id60">
         <rect class="BoundingBox" stroke="none" fill="none" x="8747" y="10942" width="609" height="382"/>
         <path fill="rgb(95,100,104)" stroke="none" d="M 9051,11323 L 8747,11323 8747,10942 9355,10942 9355,11323 9051,11323 Z"/>
         <text class="TextShape"><tspan class="TextParagraph" font-family="Arial, sans-serif" font-size="282px" font-weight="400"><tspan class="TextPosition" x="8815" y="11246"><tspan fill="rgb(255,255,255)" stroke="none">UPI</tspan></tspan></tspan></text>
        </g>
       </g>
      </g>
      <g class="com.sun.star.drawing.CustomShape">
       <g id="id61">
        <rect class="BoundingBox" stroke="none" fill="none" x="1193" y="1920" width="7241" height="3215"/>
        <path fill="rgb(255,255,255)" stroke="none" d="M 4813,5116 L 1211,5116 1211,1938 8415,1938 8415,5116 4813,5116 Z"/>
        <path fill="none" stroke="rgb(0,0,0)" stroke-width="35" stroke-linejoin="miter" d="M 4813,5116 L 1211,5116 1211,1938 8415,1938 8415,5116 4813,5116 Z"/>
        <text class="TextShape"><tspan class="TextParagraph" font-family="Calibri, sans-serif" font-size="388px" font-weight="400"><tspan class="TextPosition" x="1311" y="2326"><tspan fill="rgb(0,0,0)" stroke="none">ARM</tspan></tspan></tspan><tspan class="TextParagraph" font-family="Calibri, sans-serif" font-size="388px" font-weight="400"><tspan class="TextPosition" x="1311" y="2791"><tspan fill="rgb(0,0,0)" stroke="none">Server</tspan></tspan></tspan></text>
       </g>
      </g>
      <g class="Group">
       <g class="com.sun.star.drawing.CustomShape">
        <g id="id62">
         <rect class="BoundingBox" stroke="none" fill="none" x="2203" y="5020" width="906" height="453"/>
         <path fill="rgb(237,237,237)" stroke="none" d="M 2656,5463 L 2212,5463 2212,5029 3099,5029 3099,5463 2656,5463 Z"/>
         <path fill="none" stroke="rgb(165,165,165)" stroke-width="18" stroke-linejoin="miter" d="M 2656,5463 L 2212,5463 2212,5029 3099,5029 3099,5463 2656,5463 Z"/>
         <text class="TextShape"><tspan class="TextParagraph" font-family="Calibri, sans-serif" font-size="282px" font-weight="400"><tspan class="TextPosition" x="2318" y="5327"><tspan fill="rgb(0,0,0)" stroke="none">NIC1</tspan></tspan></tspan></text>
        </g>
       </g>
       <g class="com.sun.star.drawing.CustomShape">
        <g id="id63">
         <rect class="BoundingBox" stroke="none" fill="none" x="2316" y="5506" width="42" height="737"/>
         <path fill="none" stroke="rgb(0,0,0)" stroke-width="35" stroke-linejoin="miter" d="M 2334,5524 L 2339,6224"/>
         <path fill="none" stroke="rgb(0,0,0)" stroke-width="35" stroke-linejoin="miter" d="M 2334,5524 L 2334,5524 Z"/>
         <path fill="none" stroke="rgb(0,0,0)" stroke-width="35" stroke-linejoin="miter" d="M 2339,6224 L 2339,6224 Z"/>
        </g>
       </g>
       <g class="com.sun.star.drawing.CustomShape">
        <g id="id64">
         <rect class="BoundingBox" stroke="none" fill="none" x="2237" y="5415" width="168" height="118"/>
         <path fill="rgb(208,206,206)" stroke="none" d="M 2321,5523 L 2246,5523 2246,5424 2395,5424 2395,5523 2321,5523 Z"/>
         <path fill="none" stroke="rgb(175,171,171)" stroke-width="18" stroke-linejoin="miter" d="M 2321,5523 L 2246,5523 2246,5424 2395,5424 2395,5523 2321,5523 Z"/>
        </g>
       </g>
       <g class="com.sun.star.drawing.CustomShape">
        <g id="id65">
         <rect class="BoundingBox" stroke="none" fill="none" x="2881" y="5413" width="168" height="118"/>
         <path fill="rgb(208,206,206)" stroke="none" d="M 2965,5521 L 2890,5521 2890,5422 3039,5422 3039,5521 2965,5521 Z"/>
         <path fill="none" stroke="rgb(175,171,171)" stroke-width="18" stroke-linejoin="miter" d="M 2965,5521 L 2890,5521 2890,5422 3039,5422 3039,5521 2965,5521 Z"/>
        </g>
       </g>
       <g class="com.sun.star.drawing.CustomShape">
        <g id="id66">
         <rect class="BoundingBox" stroke="none" fill="none" x="2945" y="5504" width="39" height="785"/>
         <path fill="none" stroke="rgb(0,0,0)" stroke-width="35" stroke-linejoin="miter" d="M 2965,5522 L 2963,6270"/>
         <path fill="none" stroke="rgb(0,0,0)" stroke-width="35" stroke-linejoin="miter" d="M 2965,5522 L 2965,5522 Z"/>
         <path fill="none" stroke="rgb(0,0,0)" stroke-width="35" stroke-linejoin="miter" d="M 2963,6270 L 2963,6270 Z"/>
        </g>
       </g>
       <g class="com.sun.star.drawing.CustomShape">
        <g id="id67">
         <rect class="BoundingBox" stroke="none" fill="none" x="2521" y="5508" width="39" height="783"/>
         <path fill="none" stroke="rgb(0,0,0)" stroke-width="35" stroke-linejoin="miter" d="M 2541,5526 L 2539,6272"/>
         <path fill="none" stroke="rgb(0,0,0)" stroke-width="35" stroke-linejoin="miter" d="M 2541,5526 L 2541,5526 Z"/>
         <path fill="none" stroke="rgb(0,0,0)" stroke-width="35" stroke-linejoin="miter" d="M 2539,6272 L 2539,6272 Z"/>
        </g>
       </g>
       <g class="com.sun.star.drawing.CustomShape">
        <g id="id68">
         <rect class="BoundingBox" stroke="none" fill="none" x="2457" y="5417" width="168" height="118"/>
         <path fill="rgb(208,206,206)" stroke="none" d="M 2541,5525 L 2466,5525 2466,5426 2615,5426 2615,5525 2541,5525 Z"/>
         <path fill="none" stroke="rgb(175,171,171)" stroke-width="18" stroke-linejoin="miter" d="M 2541,5525 L 2466,5525 2466,5426 2615,5426 2615,5525 2541,5525 Z"/>
        </g>
       </g>
       <g class="Group">
        <g class="com.sun.star.drawing.CustomShape">
         <g id="id69">
          <rect class="BoundingBox" stroke="none" fill="none" x="2668" y="5415" width="168" height="118"/>
          <path fill="rgb(208,206,206)" stroke="none" d="M 2752,5523 L 2677,5523 2677,5424 2826,5424 2826,5523 2752,5523 Z"/>
          <path fill="none" stroke="rgb(175,171,171)" stroke-width="18" stroke-linejoin="miter" d="M 2752,5523 L 2677,5523 2677,5424 2826,5424 2826,5523 2752,5523 Z"/>
         </g>
        </g>
        <g class="com.sun.star.drawing.CustomShape">
         <g id="id70">
          <rect class="BoundingBox" stroke="none" fill="none" x="2746" y="5506" width="43" height="785"/>
          <path fill="none" stroke="rgb(0,0,0)" stroke-width="35" stroke-linejoin="miter" d="M 2764,5524 L 2770,6272"/>
          <path fill="none" stroke="rgb(0,0,0)" stroke-width="35" stroke-linejoin="miter" d="M 2764,5524 L 2764,5524 Z"/>
          <path fill="none" stroke="rgb(0,0,0)" stroke-width="35" stroke-linejoin="miter" d="M 2770,6272 L 2770,6272 Z"/>
         </g>
        </g>
       </g>
      </g>
      <g class="com.sun.star.drawing.CustomShape">
       <g id="id71">
        <rect class="BoundingBox" stroke="none" fill="none" x="1894" y="3088" width="5982" height="1203"/>
        <path fill="rgb(68,114,196)" stroke="none" d="M 4885,4272 L 1912,4272 1912,3106 7857,3106 7857,4272 4885,4272 Z"/>
        <path fill="none" stroke="rgb(50,84,144)" stroke-width="35" stroke-linejoin="miter" d="M 4885,4272 L 1912,4272 1912,3106 7857,3106 7857,4272 4885,4272 Z"/>
        <text class="TextShape"><tspan class="TextParagraph" font-family="Calibri, sans-serif" font-size="318px" font-weight="400"><tspan class="TextPosition" x="4072" y="3587"><tspan fill="rgb(255,255,255)" stroke="none">hip07-d05</tspan></tspan></tspan><tspan class="TextParagraph" font-family="Calibri, sans-serif" font-size="318px" font-weight="400"><tspan class="TextPosition" x="3258" y="3940"><tspan fill="rgb(255,255,255)" stroke="none">64* ARM Cortex-A72</tspan></tspan></tspan></text>
       </g>
      </g>
      <g class="Group">
       <g class="com.sun.star.drawing.CustomShape">
        <g id="id72">
         <rect class="BoundingBox" stroke="none" fill="none" x="2409" y="4291" width="556" height="734"/>
         <path fill="rgb(132,151,176)" stroke="none" d="M 2686,5024 L 2409,4863 2547,4863 2547,4453 2409,4453 2686,4291 2964,4453 2825,4453 2825,4863 2964,4863 2686,5024 Z M 2409,5024 L 2409,5024 Z M 2964,4291 L 2964,4291 Z"/>
        </g>
       </g>
       <g class="com.sun.star.drawing.CustomShape">
        <g id="id73">
         <rect class="BoundingBox" stroke="none" fill="none" x="2447" y="4481" width="476" height="344"/>
         <path fill="rgb(95,100,104)" stroke="none" d="M 2685,4824 L 2447,4824 2447,4481 2922,4481 2922,4824 2685,4824 Z"/>
         <text class="TextShape"><tspan class="TextParagraph" font-family="Arial, sans-serif" font-size="282px" font-weight="400"><tspan class="TextPosition" x="2534" y="4766"><tspan fill="rgb(255,255,255)" stroke="none">x8</tspan></tspan></tspan></text>
        </g>
       </g>
      </g>
      <g class="com.sun.star.drawing.CustomShape">
       <g id="id74">
        <rect class="BoundingBox" stroke="none" fill="none" x="4359" y="2289" width="1321" height="590"/>
        <text class="TextShape"><tspan class="TextParagraph" font-family="Calibri, sans-serif" font-size="282px" font-weight="400"><tspan class="TextPosition" x="4609" y="2696"><tspan fill="rgb(66,131,139)" stroke="none">DDR4</tspan></tspan></tspan></text>
       </g>
      </g>
      <g class="Group">
       <g class="com.sun.star.drawing.CustomShape">
        <g id="id75">
         <rect class="BoundingBox" stroke="none" fill="none" x="6931" y="5010" width="906" height="453"/>
         <path fill="rgb(237,237,237)" stroke="none" d="M 7384,5453 L 6940,5453 6940,5019 7827,5019 7827,5453 7384,5453 Z"/>
         <path fill="none" stroke="rgb(165,165,165)" stroke-width="18" stroke-linejoin="miter" d="M 7384,5453 L 6940,5453 6940,5019 7827,5019 7827,5453 7384,5453 Z"/>
         <text class="TextShape"><tspan class="TextParagraph" font-family="Calibri, sans-serif" font-size="282px" font-weight="400"><tspan class="TextPosition" x="7046" y="5317"><tspan fill="rgb(0,0,0)" stroke="none">NIC2</tspan></tspan></tspan></text>
        </g>
       </g>
       <g class="com.sun.star.drawing.CustomShape">
        <g id="id76">
         <rect class="BoundingBox" stroke="none" fill="none" x="7044" y="5496" width="42" height="783"/>
         <path fill="none" stroke="rgb(0,0,0)" stroke-width="35" stroke-linejoin="miter" d="M 7062,5514 L 7067,6260"/>
         <path fill="none" stroke="rgb(0,0,0)" stroke-width="35" stroke-linejoin="miter" d="M 7062,5514 L 7062,5514 Z"/>
         <path fill="none" stroke="rgb(0,0,0)" stroke-width="35" stroke-linejoin="miter" d="M 7067,6260 L 7067,6260 Z"/>
        </g>
       </g>
       <g class="com.sun.star.drawing.CustomShape">
        <g id="id77">
         <rect class="BoundingBox" stroke="none" fill="none" x="6965" y="5405" width="168" height="118"/>
         <path fill="rgb(208,206,206)" stroke="none" d="M 7049,5513 L 6974,5513 6974,5414 7123,5414 7123,5513 7049,5513 Z"/>
         <path fill="none" stroke="rgb(175,171,171)" stroke-width="18" stroke-linejoin="miter" d="M 7049,5513 L 6974,5513 6974,5414 7123,5414 7123,5513 7049,5513 Z"/>
        </g>
       </g>
       <g class="com.sun.star.drawing.CustomShape">
        <g id="id78">
         <rect class="BoundingBox" stroke="none" fill="none" x="7608" y="5403" width="168" height="118"/>
         <path fill="rgb(208,206,206)" stroke="none" d="M 7692,5511 L 7617,5511 7617,5412 7766,5412 7766,5511 7692,5511 Z"/>
         <path fill="none" stroke="rgb(175,171,171)" stroke-width="18" stroke-linejoin="miter" d="M 7692,5511 L 7617,5511 7617,5412 7766,5412 7766,5511 7692,5511 Z"/>
        </g>
       </g>
       <g class="com.sun.star.drawing.CustomShape">
        <g id="id79">
         <rect class="BoundingBox" stroke="none" fill="none" x="7673" y="5494" width="39" height="737"/>
         <path fill="none" stroke="rgb(0,0,0)" stroke-width="35" stroke-linejoin="miter" d="M 7693,5512 L 7691,6212"/>
         <path fill="none" stroke="rgb(0,0,0)" stroke-width="35" stroke-linejoin="miter" d="M 7693,5512 L 7693,5512 Z"/>
         <path fill="none" stroke="rgb(0,0,0)" stroke-width="35" stroke-linejoin="miter" d="M 7691,6212 L 7691,6212 Z"/>
        </g>
       </g>
       <g class="com.sun.star.drawing.CustomShape">
        <g id="id80">
         <rect class="BoundingBox" stroke="none" fill="none" x="7249" y="5498" width="39" height="783"/>
         <path fill="none" stroke="rgb(0,0,0)" stroke-width="35" stroke-linejoin="miter" d="M 7269,5516 L 7267,6262"/>
         <path fill="none" stroke="rgb(0,0,0)" stroke-width="35" stroke-linejoin="miter" d="M 7269,5516 L 7269,5516 Z"/>
         <path fill="none" stroke="rgb(0,0,0)" stroke-width="35" stroke-linejoin="miter" d="M 7267,6262 L 7267,6262 Z"/>
        </g>
       </g>
       <g class="com.sun.star.drawing.CustomShape">
        <g id="id81">
         <rect class="BoundingBox" stroke="none" fill="none" x="7185" y="5407" width="168" height="118"/>
         <path fill="rgb(208,206,206)" stroke="none" d="M 7269,5515 L 7194,5515 7194,5416 7343,5416 7343,5515 7269,5515 Z"/>
         <path fill="none" stroke="rgb(175,171,171)" stroke-width="18" stroke-linejoin="miter" d="M 7269,5515 L 7194,5515 7194,5416 7343,5416 7343,5515 7269,5515 Z"/>
        </g>
       </g>
       <g class="Group">
        <g class="com.sun.star.drawing.CustomShape">
         <g id="id82">
          <rect class="BoundingBox" stroke="none" fill="none" x="7396" y="5405" width="168" height="118"/>
          <path fill="rgb(208,206,206)" stroke="none" d="M 7480,5513 L 7405,5513 7405,5414 7554,5414 7554,5513 7480,5513 Z"/>
          <path fill="none" stroke="rgb(175,171,171)" stroke-width="18" stroke-linejoin="miter" d="M 7480,5513 L 7405,5513 7405,5414 7554,5414 7554,5513 7480,5513 Z"/>
         </g>
        </g>
        <g class="com.sun.star.drawing.CustomShape">
         <g id="id83">
          <rect class="BoundingBox" stroke="none" fill="none" x="7474" y="5496" width="43" height="785"/>
          <path fill="none" stroke="rgb(0,0,0)" stroke-width="35" stroke-linejoin="miter" d="M 7492,5514 L 7498,6262"/>
          <path fill="none" stroke="rgb(0,0,0)" stroke-width="35" stroke-linejoin="miter" d="M 7492,5514 L 7492,5514 Z"/>
          <path fill="none" stroke="rgb(0,0,0)" stroke-width="35" stroke-linejoin="miter" d="M 7498,6262 L 7498,6262 Z"/>
         </g>
        </g>
       </g>
      </g>
      <g class="Group">
       <g class="com.sun.star.drawing.CustomShape">
        <g id="id84">
         <rect class="BoundingBox" stroke="none" fill="none" x="7053" y="4272" width="556" height="734"/>
         <path fill="rgb(132,151,176)" stroke="none" d="M 7330,5005 L 7053,4844 7191,4844 7191,4434 7053,4434 7330,4272 7608,4434 7469,4434 7469,4844 7608,4844 7330,5005 Z M 7053,5005 L 7053,5005 Z M 7608,4272 L 7608,4272 Z"/>
        </g>
       </g>
       <g class="com.sun.star.drawing.CustomShape">
        <g id="id85">
         <rect class="BoundingBox" stroke="none" fill="none" x="7092" y="4462" width="476" height="344"/>
         <path fill="rgb(95,100,104)" stroke="none" d="M 7330,4805 L 7092,4805 7092,4462 7567,4462 7567,4805 7330,4805 Z"/>
         <text class="TextShape"><tspan class="TextParagraph" font-family="Arial, sans-serif" font-size="282px" font-weight="400"><tspan class="TextPosition" x="7179" y="4747"><tspan fill="rgb(255,255,255)" stroke="none">x8</tspan></tspan></tspan></text>
        </g>
       </g>
      </g>
      <g class="com.sun.star.drawing.CustomShape">
       <g id="id86">
        <rect class="BoundingBox" stroke="none" fill="none" x="1607" y="1254" width="6435" height="759"/>
        <text class="TextShape"><tspan class="TextParagraph" font-family="Calibri, sans-serif" font-size="423px" font-weight="400"><tspan class="TextPosition" x="1857" y="1802"><tspan fill="rgb(32,56,100)" stroke="none">System Under Test 1 (SUT1)</tspan></tspan></tspan></text>
       </g>
      </g>
      <g class="Group">
       <g class="Group">
        <g class="com.sun.star.drawing.CustomShape">
         <g id="id87">
          <rect class="BoundingBox" stroke="none" fill="none" x="3677" y="2334" width="294" height="141"/>
          <path fill="rgb(66,131,139)" stroke="none" d="M 3970,2404 L 3970,2404 3970,2408 3970,2411 3969,2415 3968,2418 3968,2422 3967,2425 3965,2429 3964,2432 3962,2435 3961,2439 3959,2442 3957,2445 3955,2447 3952,2450 3950,2453 3947,2455 3944,2458 3942,2460 3939,2462 3935,2464 3932,2465 3929,2467 3926,2468 3922,2470 3919,2471 3915,2471 3912,2472 3908,2473 3905,2473 3901,2473 3747,2473 3747,2473 3743,2473 3740,2473 3736,2472 3733,2471 3729,2471 3726,2470 3722,2468 3719,2467 3716,2465 3712,2464 3709,2462 3706,2460 3704,2458 3701,2455 3698,2453 3696,2450 3693,2447 3691,2445 3689,2442 3687,2438 3686,2435 3684,2432 3683,2429 3681,2425 3680,2422 3680,2418 3679,2415 3678,2411 3678,2408 3678,2404 3677,2404 3678,2404 3678,2400 3678,2397 3679,2393 3679,2390 3680,2386 3681,2383 3682,2379 3684,2376 3685,2373 3687,2370 3689,2367 3691,2364 3693,2361 3695,2358 3698,2356 3700,2353 3703,2351 3706,2349 3709,2346 3712,2345 3715,2343 3718,2341 3722,2340 3725,2339 3728,2338 3732,2337 3735,2336 3739,2335 3742,2335 3746,2335 3901,2334 3901,2335 3905,2335 3908,2335 3912,2336 3915,2336 3919,2337 3922,2338 3926,2339 3929,2341 3932,2342 3935,2344 3938,2346 3941,2348 3944,2350 3947,2352 3949,2355 3952,2357 3954,2360 3956,2363 3959,2366 3960,2369 3962,2372 3964,2375 3965,2379 3966,2382 3967,2385 3968,2389 3969,2392 3970,2396 3970,2399 3970,2403 3970,2404 Z M 3970,2473 L 3970,2473 Z M 3677,2334 L 3677,2334 Z"/>
         </g>
        </g>
        <g class="com.sun.star.drawing.CustomShape">
         <g id="id88">
          <rect class="BoundingBox" stroke="none" fill="none" x="3677" y="2534" width="294" height="141"/>
          <path fill="rgb(66,131,139)" stroke="none" d="M 3970,2604 L 3970,2604 3970,2608 3970,2611 3969,2615 3968,2618 3968,2622 3967,2625 3965,2629 3964,2632 3962,2635 3961,2639 3959,2642 3957,2645 3955,2647 3952,2650 3950,2653 3947,2655 3944,2658 3942,2660 3939,2662 3935,2664 3932,2665 3929,2667 3926,2668 3922,2670 3919,2671 3915,2671 3912,2672 3908,2673 3905,2673 3901,2673 3747,2673 3747,2673 3743,2673 3740,2673 3736,2672 3733,2671 3729,2671 3726,2670 3722,2668 3719,2667 3716,2665 3712,2664 3709,2662 3706,2660 3704,2658 3701,2655 3698,2653 3696,2650 3693,2647 3691,2645 3689,2642 3687,2638 3686,2635 3684,2632 3683,2629 3681,2625 3680,2622 3680,2618 3679,2615 3678,2611 3678,2608 3678,2604 3677,2604 3678,2604 3678,2600 3678,2597 3679,2593 3679,2590 3680,2586 3681,2583 3682,2579 3684,2576 3685,2573 3687,2570 3689,2567 3691,2564 3693,2561 3695,2558 3698,2556 3700,2553 3703,2551 3706,2549 3709,2546 3712,2545 3715,2543 3718,2541 3722,2540 3725,2539 3728,2538 3732,2537 3735,2536 3739,2535 3742,2535 3746,2535 3901,2534 3901,2535 3905,2535 3908,2535 3912,2536 3915,2536 3919,2537 3922,2538 3926,2539 3929,2541 3932,2542 3935,2544 3938,2546 3941,2548 3944,2550 3947,2552 3949,2555 3952,2557 3954,2560 3956,2563 3959,2566 3960,2569 3962,2572 3964,2575 3965,2579 3966,2582 3967,2585 3968,2589 3969,2592 3970,2596 3970,2599 3970,2603 3970,2604 Z M 3970,2673 L 3970,2673 Z M 3677,2534 L 3677,2534 Z"/>
         </g>
        </g>
        <g class="com.sun.star.drawing.CustomShape">
         <g id="id89">
          <rect class="BoundingBox" stroke="none" fill="none" x="3677" y="2734" width="294" height="140"/>
          <path fill="rgb(66,131,139)" stroke="none" d="M 3970,2804 L 3970,2804 3970,2808 3970,2811 3969,2815 3968,2818 3968,2822 3967,2825 3965,2829 3964,2832 3962,2835 3961,2839 3959,2842 3957,2845 3955,2847 3952,2850 3950,2853 3947,2855 3944,2858 3942,2860 3939,2862 3935,2864 3932,2865 3929,2867 3926,2868 3922,2870 3919,2871 3915,2871 3912,2872 3908,2873 3905,2873 3901,2873 3747,2873 3747,2873 3743,2873 3740,2873 3736,2872 3733,2871 3729,2871 3726,2870 3722,2868 3719,2867 3716,2865 3712,2864 3709,2862 3706,2860 3704,2858 3701,2855 3698,2853 3696,2850 3693,2847 3691,2845 3689,2842 3687,2838 3686,2835 3684,2832 3683,2829 3681,2825 3680,2822 3680,2818 3679,2815 3678,2811 3678,2808 3678,2804 3677,2804 3678,2804 3678,2800 3678,2797 3679,2793 3679,2790 3680,2786 3681,2783 3682,2779 3684,2776 3685,2773 3687,2770 3689,2767 3691,2764 3693,2761 3695,2758 3698,2756 3700,2753 3703,2751 3706,2749 3709,2746 3712,2745 3715,2743 3718,2741 3722,2740 3725,2739 3728,2738 3732,2737 3735,2736 3739,2735 3742,2735 3746,2735 3901,2734 3901,2735 3905,2735 3908,2735 3912,2736 3915,2736 3919,2737 3922,2738 3926,2739 3929,2741 3932,2742 3935,2744 3938,2746 3941,2748 3944,2750 3947,2752 3949,2755 3952,2757 3954,2760 3956,2763 3959,2766 3960,2769 3962,2772 3964,2775 3965,2779 3966,2782 3967,2785 3968,2789 3969,2792 3970,2796 3970,2799 3970,2803 3970,2804 Z M 3970,2873 L 3970,2873 Z M 3677,2734 L 3677,2734 Z"/>
         </g>
        </g>
       </g>
       <g class="Group">
        <g class="com.sun.star.drawing.CustomShape">
         <g id="id90">
          <rect class="BoundingBox" stroke="none" fill="none" x="3328" y="2334" width="294" height="141"/>
          <path fill="rgb(66,131,139)" stroke="none" d="M 3621,2404 L 3621,2404 3621,2408 3621,2411 3620,2415 3619,2418 3619,2422 3618,2425 3616,2429 3615,2432 3613,2435 3612,2439 3610,2442 3608,2445 3606,2447 3603,2450 3601,2453 3598,2455 3595,2458 3593,2460 3590,2462 3586,2464 3583,2465 3580,2467 3577,2468 3573,2470 3570,2471 3566,2471 3563,2472 3559,2473 3556,2473 3552,2473 3398,2473 3398,2473 3394,2473 3391,2473 3387,2472 3384,2471 3380,2471 3377,2470 3373,2468 3370,2467 3367,2465 3363,2464 3360,2462 3357,2460 3355,2458 3352,2455 3349,2453 3347,2450 3344,2447 3342,2445 3340,2442 3338,2438 3337,2435 3335,2432 3334,2429 3332,2425 3331,2422 3331,2418 3330,2415 3329,2411 3329,2408 3329,2404 3328,2404 3329,2404 3329,2400 3329,2397 3330,2393 3330,2390 3331,2386 3332,2383 3333,2379 3335,2376 3336,2373 3338,2370 3340,2367 3342,2364 3344,2361 3346,2358 3349,2356 3351,2353 3354,2351 3357,2349 3360,2346 3363,2345 3366,2343 3369,2341 3373,2340 3376,2339 3379,2338 3383,2337 3386,2336 3390,2335 3393,2335 3397,2335 3552,2334 3552,2335 3556,2335 3559,2335 3563,2336 3566,2336 3570,2337 3573,2338 3577,2339 3580,2341 3583,2342 3586,2344 3589,2346 3592,2348 3595,2350 3598,2352 3600,2355 3603,2357 3605,2360 3607,2363 3610,2366 3611,2369 3613,2372 3615,2375 3616,2379 3617,2382 3618,2385 3619,2389 3620,2392 3621,2396 3621,2399 3621,2403 3621,2404 Z M 3621,2473 L 3621,2473 Z M 3328,2334 L 3328,2334 Z"/>
         </g>
        </g>
        <g class="com.sun.star.drawing.CustomShape">
         <g id="id91">
          <rect class="BoundingBox" stroke="none" fill="none" x="3328" y="2534" width="294" height="141"/>
          <path fill="rgb(66,131,139)" stroke="none" d="M 3621,2604 L 3621,2604 3621,2608 3621,2611 3620,2615 3619,2618 3619,2622 3618,2625 3616,2629 3615,2632 3613,2635 3612,2639 3610,2642 3608,2645 3606,2647 3603,2650 3601,2653 3598,2655 3595,2658 3593,2660 3590,2662 3586,2664 3583,2665 3580,2667 3577,2668 3573,2670 3570,2671 3566,2671 3563,2672 3559,2673 3556,2673 3552,2673 3398,2673 3398,2673 3394,2673 3391,2673 3387,2672 3384,2671 3380,2671 3377,2670 3373,2668 3370,2667 3367,2665 3363,2664 3360,2662 3357,2660 3355,2658 3352,2655 3349,2653 3347,2650 3344,2647 3342,2645 3340,2642 3338,2638 3337,2635 3335,2632 3334,2629 3332,2625 3331,2622 3331,2618 3330,2615 3329,2611 3329,2608 3329,2604 3328,2604 3329,2604 3329,2600 3329,2597 3330,2593 3330,2590 3331,2586 3332,2583 3333,2579 3335,2576 3336,2573 3338,2570 3340,2567 3342,2564 3344,2561 3346,2558 3349,2556 3351,2553 3354,2551 3357,2549 3360,2546 3363,2545 3366,2543 3369,2541 3373,2540 3376,2539 3379,2538 3383,2537 3386,2536 3390,2535 3393,2535 3397,2535 3552,2534 3552,2535 3556,2535 3559,2535 3563,2536 3566,2536 3570,2537 3573,2538 3577,2539 3580,2541 3583,2542 3586,2544 3589,2546 3592,2548 3595,2550 3598,2552 3600,2555 3603,2557 3605,2560 3607,2563 3610,2566 3611,2569 3613,2572 3615,2575 3616,2579 3617,2582 3618,2585 3619,2589 3620,2592 3621,2596 3621,2599 3621,2603 3621,2604 Z M 3621,2673 L 3621,2673 Z M 3328,2534 L 3328,2534 Z"/>
         </g>
        </g>
        <g class="com.sun.star.drawing.CustomShape">
         <g id="id92">
          <rect class="BoundingBox" stroke="none" fill="none" x="3328" y="2733" width="294" height="141"/>
          <path fill="rgb(66,131,139)" stroke="none" d="M 3621,2804 L 3621,2804 3621,2808 3621,2811 3620,2815 3619,2818 3619,2822 3618,2825 3616,2829 3615,2832 3613,2835 3612,2839 3610,2842 3608,2845 3606,2847 3603,2850 3601,2853 3598,2855 3595,2858 3593,2860 3590,2862 3586,2864 3583,2865 3580,2867 3577,2868 3573,2870 3570,2871 3566,2871 3563,2872 3559,2873 3556,2873 3552,2873 3398,2873 3398,2873 3394,2873 3391,2873 3387,2872 3384,2871 3380,2871 3377,2870 3373,2868 3370,2867 3367,2865 3363,2864 3360,2862 3357,2860 3355,2858 3352,2855 3349,2853 3347,2850 3344,2847 3342,2845 3340,2842 3338,2838 3337,2835 3335,2832 3334,2829 3332,2825 3331,2822 3331,2818 3330,2815 3329,2811 3329,2808 3329,2804 3328,2804 3329,2804 3329,2800 3329,2797 3330,2793 3330,2790 3331,2786 3332,2783 3333,2779 3335,2776 3336,2773 3338,2770 3340,2767 3342,2764 3344,2761 3346,2758 3349,2756 3351,2753 3354,2751 3357,2749 3360,2746 3363,2745 3366,2743 3369,2741 3373,2740 3376,2739 3379,2738 3383,2737 3386,2736 3390,2735 3393,2735 3397,2735 3552,2734 3552,2735 3556,2735 3559,2735 3563,2736 3566,2736 3570,2737 3573,2738 3577,2739 3580,2741 3583,2742 3586,2744 3589,2746 3592,2748 3595,2750 3598,2752 3600,2755 3603,2757 3605,2760 3607,2763 3610,2766 3611,2769 3613,2772 3615,2775 3616,2779 3617,2782 3618,2785 3619,2789 3620,2792 3621,2796 3621,2799 3621,2803 3621,2804 Z M 3621,2873 L 3621,2873 Z M 3328,2734 L 3328,2734 Z"/>
         </g>
        </g>
       </g>
       <g class="Group">
        <g class="com.sun.star.drawing.CustomShape">
         <g id="id93">
          <rect class="BoundingBox" stroke="none" fill="none" x="4007" y="2337" width="296" height="140"/>
          <path fill="rgb(66,131,139)" stroke="none" d="M 4301,2407 L 4301,2407 4301,2411 4301,2414 4300,2418 4299,2421 4299,2425 4298,2428 4296,2432 4295,2435 4293,2438 4292,2442 4290,2445 4288,2448 4286,2450 4283,2453 4281,2456 4278,2458 4275,2461 4273,2463 4270,2465 4266,2467 4263,2468 4260,2470 4257,2471 4253,2473 4250,2474 4246,2474 4243,2475 4239,2476 4236,2476 4232,2476 4078,2476 4078,2476 4074,2476 4071,2476 4067,2475 4064,2474 4060,2474 4057,2473 4053,2471 4050,2470 4047,2468 4043,2467 4040,2465 4037,2463 4035,2461 4032,2458 4029,2456 4027,2453 4024,2450 4022,2448 4020,2445 4018,2441 4017,2438 4015,2435 4014,2432 4012,2428 4011,2425 4011,2421 4010,2418 4009,2414 4009,2411 4009,2407 4008,2407 4009,2407 4009,2403 4009,2400 4010,2396 4010,2393 4011,2389 4012,2386 4013,2382 4015,2379 4016,2376 4018,2373 4020,2370 4022,2367 4024,2364 4026,2361 4029,2359 4031,2356 4034,2354 4037,2352 4040,2349 4043,2348 4046,2346 4049,2344 4053,2343 4056,2342 4059,2341 4063,2340 4066,2339 4070,2338 4073,2338 4077,2338 4232,2337 4232,2338 4236,2338 4239,2338 4243,2339 4246,2339 4250,2340 4253,2341 4257,2342 4260,2344 4263,2345 4266,2347 4269,2349 4272,2351 4275,2353 4278,2355 4280,2358 4283,2360 4285,2363 4287,2366 4290,2369 4291,2372 4293,2375 4295,2378 4296,2382 4297,2385 4298,2388 4299,2392 4300,2395 4301,2399 4301,2402 4301,2406 4301,2407 Z M 4301,2476 L 4301,2476 Z M 4008,2337 L 4008,2337 Z"/>
         </g>
        </g>
        <g class="com.sun.star.drawing.CustomShape">
         <g id="id94">
          <rect class="BoundingBox" stroke="none" fill="none" x="4008" y="2537" width="295" height="141"/>
          <path fill="rgb(66,131,139)" stroke="none" d="M 4301,2607 L 4301,2607 4301,2611 4301,2614 4300,2618 4299,2621 4299,2625 4298,2628 4296,2632 4295,2635 4293,2638 4292,2642 4290,2645 4288,2648 4286,2650 4283,2653 4281,2656 4278,2658 4275,2661 4273,2663 4270,2665 4266,2667 4263,2668 4260,2670 4257,2671 4253,2673 4250,2674 4246,2674 4243,2675 4239,2676 4236,2676 4232,2676 4078,2676 4078,2676 4074,2676 4071,2676 4067,2675 4064,2674 4060,2674 4057,2673 4053,2671 4050,2670 4047,2668 4043,2667 4040,2665 4037,2663 4035,2661 4032,2658 4029,2656 4027,2653 4024,2650 4022,2648 4020,2645 4018,2641 4017,2638 4015,2635 4014,2632 4012,2628 4011,2625 4011,2621 4010,2618 4009,2614 4009,2611 4009,2607 4008,2607 4009,2607 4009,2603 4009,2600 4010,2596 4010,2593 4011,2589 4012,2586 4013,2582 4015,2579 4016,2576 4018,2573 4020,2570 4022,2567 4024,2564 4026,2561 4029,2559 4031,2556 4034,2554 4037,2552 4040,2549 4043,2548 4046,2546 4049,2544 4053,2543 4056,2542 4059,2541 4063,2540 4066,2539 4070,2538 4073,2538 4077,2538 4232,2537 4232,2538 4236,2538 4239,2538 4243,2539 4246,2539 4250,2540 4253,2541 4257,2542 4260,2544 4263,2545 4266,2547 4269,2549 4272,2551 4275,2553 4278,2555 4280,2558 4283,2560 4285,2563 4287,2566 4290,2569 4291,2572 4293,2575 4295,2578 4296,2582 4297,2585 4298,2588 4299,2592 4300,2595 4301,2599 4301,2602 4301,2606 4301,2607 Z M 4301,2676 L 4301,2676 Z M 4008,2537 L 4008,2537 Z"/>
         </g>
        </g>
        <g class="com.sun.star.drawing.CustomShape">
         <g id="id95">
          <rect class="BoundingBox" stroke="none" fill="none" x="4008" y="2737" width="294" height="141"/>
          <path fill="rgb(66,131,139)" stroke="none" d="M 4301,2807 L 4301,2807 4301,2811 4301,2814 4300,2818 4299,2821 4299,2825 4298,2828 4296,2832 4295,2835 4293,2838 4292,2842 4290,2845 4288,2848 4286,2850 4283,2853 4281,2856 4278,2858 4275,2861 4273,2863 4270,2865 4266,2867 4263,2868 4260,2870 4257,2871 4253,2873 4250,2874 4246,2874 4243,2875 4239,2876 4236,2876 4232,2876 4078,2876 4078,2876 4074,2876 4071,2876 4067,2875 4064,2874 4060,2874 4057,2873 4053,2871 4050,2870 4047,2868 4043,2867 4040,2865 4037,2863 4035,2861 4032,2858 4029,2856 4027,2853 4024,2850 4022,2848 4020,2845 4018,2841 4017,2838 4015,2835 4014,2832 4012,2828 4011,2825 4011,2821 4010,2818 4009,2814 4009,2811 4009,2807 4008,2807 4009,2807 4009,2803 4009,2800 4010,2796 4010,2793 4011,2789 4012,2786 4013,2782 4015,2779 4016,2776 4018,2773 4020,2770 4022,2767 4024,2764 4026,2761 4029,2759 4031,2756 4034,2754 4037,2752 4040,2749 4043,2748 4046,2746 4049,2744 4053,2743 4056,2742 4059,2741 4063,2740 4066,2739 4070,2738 4073,2738 4077,2738 4232,2737 4232,2738 4236,2738 4239,2738 4243,2739 4246,2739 4250,2740 4253,2741 4257,2742 4260,2744 4263,2745 4266,2747 4269,2749 4272,2751 4275,2753 4278,2755 4280,2758 4283,2760 4285,2763 4287,2766 4290,2769 4291,2772 4293,2775 4295,2778 4296,2782 4297,2785 4298,2788 4299,2792 4300,2795 4301,2799 4301,2802 4301,2806 4301,2807 Z M 4301,2876 L 4301,2876 Z M 4008,2737 L 4008,2737 Z"/>
         </g>
        </g>
       </g>
      </g>
      <g class="Group">
       <g class="Group">
        <g class="com.sun.star.drawing.CustomShape">
         <g id="id96">
          <rect class="BoundingBox" stroke="none" fill="none" x="6052" y="2336" width="294" height="141"/>
          <path fill="rgb(66,131,139)" stroke="none" d="M 6345,2407 L 6345,2407 6345,2411 6345,2414 6344,2418 6343,2421 6343,2425 6342,2428 6340,2432 6339,2435 6337,2438 6336,2442 6334,2445 6332,2448 6330,2450 6327,2453 6325,2456 6322,2458 6319,2461 6317,2463 6314,2465 6310,2467 6307,2468 6304,2470 6301,2471 6297,2473 6294,2474 6290,2474 6287,2475 6283,2476 6280,2476 6276,2476 6122,2476 6122,2476 6118,2476 6115,2476 6111,2475 6108,2474 6104,2474 6101,2473 6097,2471 6094,2470 6091,2468 6087,2467 6084,2465 6081,2463 6079,2461 6076,2458 6073,2456 6071,2453 6068,2450 6066,2448 6064,2445 6062,2441 6061,2438 6059,2435 6058,2432 6056,2428 6055,2425 6055,2421 6054,2418 6053,2414 6053,2411 6053,2407 6052,2407 6053,2407 6053,2403 6053,2400 6054,2396 6054,2393 6055,2389 6056,2386 6057,2382 6059,2379 6060,2376 6062,2373 6064,2370 6066,2367 6068,2364 6070,2361 6073,2359 6075,2356 6078,2354 6081,2352 6084,2349 6087,2348 6090,2346 6093,2344 6097,2343 6100,2342 6103,2341 6107,2340 6110,2339 6114,2338 6117,2338 6121,2338 6276,2337 6276,2338 6280,2338 6283,2338 6287,2339 6290,2339 6294,2340 6297,2341 6301,2342 6304,2344 6307,2345 6310,2347 6313,2349 6316,2351 6319,2353 6322,2355 6324,2358 6327,2360 6329,2363 6331,2366 6334,2369 6335,2372 6337,2375 6339,2378 6340,2382 6341,2385 6342,2388 6343,2392 6344,2395 6345,2399 6345,2402 6345,2406 6345,2407 Z M 6345,2476 L 6345,2476 Z M 6052,2337 L 6052,2337 Z"/>
         </g>
        </g>
        <g class="com.sun.star.drawing.CustomShape">
         <g id="id97">
          <rect class="BoundingBox" stroke="none" fill="none" x="6052" y="2537" width="295" height="141"/>
          <path fill="rgb(66,131,139)" stroke="none" d="M 6345,2607 L 6345,2607 6345,2611 6345,2614 6344,2618 6343,2621 6343,2625 6342,2628 6340,2632 6339,2635 6337,2638 6336,2642 6334,2645 6332,2648 6330,2650 6327,2653 6325,2656 6322,2658 6319,2661 6317,2663 6314,2665 6310,2667 6307,2668 6304,2670 6301,2671 6297,2673 6294,2674 6290,2674 6287,2675 6283,2676 6280,2676 6276,2676 6122,2676 6122,2676 6118,2676 6115,2676 6111,2675 6108,2674 6104,2674 6101,2673 6097,2671 6094,2670 6091,2668 6087,2667 6084,2665 6081,2663 6079,2661 6076,2658 6073,2656 6071,2653 6068,2650 6066,2648 6064,2645 6062,2641 6061,2638 6059,2635 6058,2632 6056,2628 6055,2625 6055,2621 6054,2618 6053,2614 6053,2611 6053,2607 6052,2607 6053,2607 6053,2603 6053,2600 6054,2596 6054,2593 6055,2589 6056,2586 6057,2582 6059,2579 6060,2576 6062,2573 6064,2570 6066,2567 6068,2564 6070,2561 6073,2559 6075,2556 6078,2554 6081,2552 6084,2549 6087,2548 6090,2546 6093,2544 6097,2543 6100,2542 6103,2541 6107,2540 6110,2539 6114,2538 6117,2538 6121,2538 6276,2537 6276,2538 6280,2538 6283,2538 6287,2539 6290,2539 6294,2540 6297,2541 6301,2542 6304,2544 6307,2545 6310,2547 6313,2549 6316,2551 6319,2553 6322,2555 6324,2558 6327,2560 6329,2563 6331,2566 6334,2569 6335,2572 6337,2575 6339,2578 6340,2582 6341,2585 6342,2588 6343,2592 6344,2595 6345,2599 6345,2602 6345,2606 6345,2607 Z M 6345,2676 L 6345,2676 Z M 6052,2537 L 6052,2537 Z"/>
         </g>
        </g>
        <g class="com.sun.star.drawing.CustomShape">
         <g id="id98">
          <rect class="BoundingBox" stroke="none" fill="none" x="6052" y="2736" width="294" height="141"/>
          <path fill="rgb(66,131,139)" stroke="none" d="M 6345,2806 L 6345,2806 6345,2810 6345,2813 6344,2817 6343,2820 6343,2824 6342,2827 6340,2831 6339,2834 6337,2837 6336,2841 6334,2844 6332,2847 6330,2849 6327,2852 6325,2855 6322,2857 6319,2860 6317,2862 6314,2864 6310,2866 6307,2867 6304,2869 6301,2870 6297,2872 6294,2873 6290,2873 6287,2874 6283,2875 6280,2875 6276,2875 6122,2875 6122,2875 6118,2875 6115,2875 6111,2874 6108,2873 6104,2873 6101,2872 6097,2870 6094,2869 6091,2867 6087,2866 6084,2864 6081,2862 6079,2860 6076,2857 6073,2855 6071,2852 6068,2849 6066,2847 6064,2844 6062,2840 6061,2837 6059,2834 6058,2831 6056,2827 6055,2824 6055,2820 6054,2817 6053,2813 6053,2810 6053,2806 6052,2806 6053,2806 6053,2802 6053,2799 6054,2795 6054,2792 6055,2788 6056,2785 6057,2781 6059,2778 6060,2775 6062,2772 6064,2769 6066,2766 6068,2763 6070,2760 6073,2758 6075,2755 6078,2753 6081,2751 6084,2748 6087,2747 6090,2745 6093,2743 6097,2742 6100,2741 6103,2740 6107,2739 6110,2738 6114,2737 6117,2737 6121,2737 6276,2736 6276,2737 6280,2737 6283,2737 6287,2738 6290,2738 6294,2739 6297,2740 6301,2741 6304,2743 6307,2744 6310,2746 6313,2748 6316,2750 6319,2752 6322,2754 6324,2757 6327,2759 6329,2762 6331,2765 6334,2768 6335,2771 6337,2774 6339,2777 6340,2781 6341,2784 6342,2787 6343,2791 6344,2794 6345,2798 6345,2801 6345,2805 6345,2806 Z M 6345,2875 L 6345,2875 Z M 6052,2736 L 6052,2736 Z"/>
         </g>
        </g>
       </g>
       <g class="Group">
        <g class="com.sun.star.drawing.CustomShape">
         <g id="id99">
          <rect class="BoundingBox" stroke="none" fill="none" x="5703" y="2337" width="294" height="140"/>
          <path fill="rgb(66,131,139)" stroke="none" d="M 5996,2407 L 5996,2407 5996,2411 5996,2414 5995,2418 5994,2421 5994,2425 5993,2428 5991,2432 5990,2435 5988,2438 5987,2442 5985,2445 5983,2448 5981,2450 5978,2453 5976,2456 5973,2458 5970,2461 5968,2463 5965,2465 5961,2467 5958,2468 5955,2470 5952,2471 5948,2473 5945,2474 5941,2474 5938,2475 5934,2476 5931,2476 5927,2476 5773,2476 5773,2476 5769,2476 5766,2476 5762,2475 5759,2474 5755,2474 5752,2473 5748,2471 5745,2470 5742,2468 5738,2467 5735,2465 5732,2463 5730,2461 5727,2458 5724,2456 5722,2453 5719,2450 5717,2448 5715,2445 5713,2441 5712,2438 5710,2435 5709,2432 5707,2428 5706,2425 5706,2421 5705,2418 5704,2414 5704,2411 5704,2407 5703,2407 5704,2407 5704,2403 5704,2400 5705,2396 5705,2393 5706,2389 5707,2386 5708,2382 5710,2379 5711,2376 5713,2373 5715,2370 5717,2367 5719,2364 5721,2361 5724,2359 5726,2356 5729,2354 5732,2352 5735,2349 5738,2348 5741,2346 5744,2344 5748,2343 5751,2342 5754,2341 5758,2340 5761,2339 5765,2338 5768,2338 5772,2338 5927,2337 5927,2338 5931,2338 5934,2338 5938,2339 5941,2339 5945,2340 5948,2341 5952,2342 5955,2344 5958,2345 5961,2347 5964,2349 5967,2351 5970,2353 5973,2355 5975,2358 5978,2360 5980,2363 5982,2366 5985,2369 5986,2372 5988,2375 5990,2378 5991,2382 5992,2385 5993,2388 5994,2392 5995,2395 5996,2399 5996,2402 5996,2406 5996,2407 Z M 5996,2476 L 5996,2476 Z M 5703,2337 L 5703,2337 Z"/>
         </g>
        </g>
        <g class="com.sun.star.drawing.CustomShape">
         <g id="id100">
          <rect class="BoundingBox" stroke="none" fill="none" x="5703" y="2537" width="295" height="141"/>
          <path fill="rgb(66,131,139)" stroke="none" d="M 5996,2607 L 5996,2607 5996,2611 5996,2614 5995,2618 5994,2621 5994,2625 5993,2628 5991,2632 5990,2635 5988,2638 5987,2642 5985,2645 5983,2648 5981,2650 5978,2653 5976,2656 5973,2658 5970,2661 5968,2663 5965,2665 5961,2667 5958,2668 5955,2670 5952,2671 5948,2673 5945,2674 5941,2674 5938,2675 5934,2676 5931,2676 5927,2676 5773,2676 5773,2676 5769,2676 5766,2676 5762,2675 5759,2674 5755,2674 5752,2673 5748,2671 5745,2670 5742,2668 5738,2667 5735,2665 5732,2663 5730,2661 5727,2658 5724,2656 5722,2653 5719,2650 5717,2648 5715,2645 5713,2641 5712,2638 5710,2635 5709,2632 5707,2628 5706,2625 5706,2621 5705,2618 5704,2614 5704,2611 5704,2607 5703,2607 5704,2607 5704,2603 5704,2600 5705,2596 5705,2593 5706,2589 5707,2586 5708,2582 5710,2579 5711,2576 5713,2573 5715,2570 5717,2567 5719,2564 5721,2561 5724,2559 5726,2556 5729,2554 5732,2552 5735,2549 5738,2548 5741,2546 5744,2544 5748,2543 5751,2542 5754,2541 5758,2540 5761,2539 5765,2538 5768,2538 5772,2538 5927,2537 5927,2538 5931,2538 5934,2538 5938,2539 5941,2539 5945,2540 5948,2541 5952,2542 5955,2544 5958,2545 5961,2547 5964,2549 5967,2551 5970,2553 5973,2555 5975,2558 5978,2560 5980,2563 5982,2566 5985,2569 5986,2572 5988,2575 5990,2578 5991,2582 5992,2585 5993,2588 5994,2592 5995,2595 5996,2599 5996,2602 5996,2606 5996,2607 Z M 5996,2676 L 5996,2676 Z M 5703,2537 L 5703,2537 Z"/>
         </g>
        </g>
        <g class="com.sun.star.drawing.CustomShape">
         <g id="id101">
          <rect class="BoundingBox" stroke="none" fill="none" x="5703" y="2736" width="294" height="141"/>
          <path fill="rgb(66,131,139)" stroke="none" d="M 5996,2806 L 5996,2806 5996,2810 5996,2813 5995,2817 5994,2820 5994,2824 5993,2827 5991,2831 5990,2834 5988,2837 5987,2841 5985,2844 5983,2847 5981,2849 5978,2852 5976,2855 5973,2857 5970,2860 5968,2862 5965,2864 5961,2866 5958,2867 5955,2869 5952,2870 5948,2872 5945,2873 5941,2873 5938,2874 5934,2875 5931,2875 5927,2875 5773,2875 5773,2875 5769,2875 5766,2875 5762,2874 5759,2873 5755,2873 5752,2872 5748,2870 5745,2869 5742,2867 5738,2866 5735,2864 5732,2862 5730,2860 5727,2857 5724,2855 5722,2852 5719,2849 5717,2847 5715,2844 5713,2840 5712,2837 5710,2834 5709,2831 5707,2827 5706,2824 5706,2820 5705,2817 5704,2813 5704,2810 5704,2806 5703,2806 5704,2806 5704,2802 5704,2799 5705,2795 5705,2792 5706,2788 5707,2785 5708,2781 5710,2778 5711,2775 5713,2772 5715,2769 5717,2766 5719,2763 5721,2760 5724,2758 5726,2755 5729,2753 5732,2751 5735,2748 5738,2747 5741,2745 5744,2743 5748,2742 5751,2741 5754,2740 5758,2739 5761,2738 5765,2737 5768,2737 5772,2737 5927,2736 5927,2737 5931,2737 5934,2737 5938,2738 5941,2738 5945,2739 5948,2740 5952,2741 5955,2743 5958,2744 5961,2746 5964,2748 5967,2750 5970,2752 5973,2754 5975,2757 5978,2759 5980,2762 5982,2765 5985,2768 5986,2771 5988,2774 5990,2777 5991,2781 5992,2784 5993,2787 5994,2791 5995,2794 5996,2798 5996,2801 5996,2805 5996,2806 Z M 5996,2875 L 5996,2875 Z M 5703,2736 L 5703,2736 Z"/>
         </g>
        </g>
       </g>
       <g class="Group">
        <g class="com.sun.star.drawing.CustomShape">
         <g id="id102">
          <rect class="BoundingBox" stroke="none" fill="none" x="6382" y="2340" width="294" height="141"/>
          <path fill="rgb(66,131,139)" stroke="none" d="M 6675,2410 L 6675,2410 6675,2414 6675,2417 6674,2421 6673,2424 6673,2428 6672,2431 6670,2435 6669,2438 6667,2441 6666,2445 6664,2448 6662,2451 6660,2453 6657,2456 6655,2459 6652,2461 6649,2464 6647,2466 6644,2468 6640,2470 6637,2471 6634,2473 6631,2474 6627,2476 6624,2477 6620,2477 6617,2478 6613,2479 6610,2479 6606,2479 6452,2479 6452,2479 6448,2479 6445,2479 6441,2478 6438,2477 6434,2477 6431,2476 6427,2474 6424,2473 6421,2471 6417,2470 6414,2468 6411,2466 6409,2464 6406,2461 6403,2459 6401,2456 6398,2453 6396,2451 6394,2448 6392,2444 6391,2441 6389,2438 6388,2435 6386,2431 6385,2428 6385,2424 6384,2421 6383,2417 6383,2414 6383,2410 6382,2410 6383,2410 6383,2406 6383,2403 6384,2399 6384,2396 6385,2392 6386,2389 6387,2385 6389,2382 6390,2379 6392,2376 6394,2373 6396,2370 6398,2367 6400,2364 6403,2362 6405,2359 6408,2357 6411,2355 6414,2352 6417,2351 6420,2349 6423,2347 6427,2346 6430,2345 6433,2344 6437,2343 6440,2342 6444,2341 6447,2341 6451,2341 6606,2340 6606,2341 6610,2341 6613,2341 6617,2342 6620,2342 6624,2343 6627,2344 6631,2345 6634,2347 6637,2348 6640,2350 6643,2352 6646,2354 6649,2356 6652,2358 6654,2361 6657,2363 6659,2366 6661,2369 6664,2372 6665,2375 6667,2378 6669,2381 6670,2385 6671,2388 6672,2391 6673,2395 6674,2398 6675,2402 6675,2405 6675,2409 6675,2410 Z M 6675,2479 L 6675,2479 Z M 6382,2340 L 6382,2340 Z"/>
         </g>
        </g>
        <g class="com.sun.star.drawing.CustomShape">
         <g id="id103">
          <rect class="BoundingBox" stroke="none" fill="none" x="6382" y="2539" width="295" height="140"/>
          <path fill="rgb(66,131,139)" stroke="none" d="M 6675,2609 L 6675,2609 6675,2613 6675,2616 6674,2620 6673,2623 6673,2627 6672,2630 6670,2634 6669,2637 6667,2640 6666,2644 6664,2647 6662,2650 6660,2652 6657,2655 6655,2658 6652,2660 6649,2663 6647,2665 6644,2667 6640,2669 6637,2670 6634,2672 6631,2673 6627,2675 6624,2676 6620,2676 6617,2677 6613,2678 6610,2678 6606,2678 6452,2678 6452,2678 6448,2678 6445,2678 6441,2677 6438,2676 6434,2676 6431,2675 6427,2673 6424,2672 6421,2670 6417,2669 6414,2667 6411,2665 6409,2663 6406,2660 6403,2658 6401,2655 6398,2652 6396,2650 6394,2647 6392,2643 6391,2640 6389,2637 6388,2634 6386,2630 6385,2627 6385,2623 6384,2620 6383,2616 6383,2613 6383,2609 6382,2609 6383,2609 6383,2605 6383,2602 6384,2598 6384,2595 6385,2591 6386,2588 6387,2584 6389,2581 6390,2578 6392,2575 6394,2572 6396,2569 6398,2566 6400,2563 6403,2561 6405,2558 6408,2556 6411,2554 6414,2551 6417,2550 6420,2548 6423,2546 6427,2545 6430,2544 6433,2543 6437,2542 6440,2541 6444,2540 6447,2540 6451,2540 6606,2539 6606,2540 6610,2540 6613,2540 6617,2541 6620,2541 6624,2542 6627,2543 6631,2544 6634,2546 6637,2547 6640,2549 6643,2551 6646,2553 6649,2555 6652,2557 6654,2560 6657,2562 6659,2565 6661,2568 6664,2571 6665,2574 6667,2577 6669,2580 6670,2584 6671,2587 6672,2590 6673,2594 6674,2597 6675,2601 6675,2604 6675,2608 6675,2609 Z M 6675,2678 L 6675,2678 Z M 6382,2539 L 6382,2539 Z"/>
         </g>
        </g>
        <g class="com.sun.star.drawing.CustomShape">
         <g id="id104">
          <rect class="BoundingBox" stroke="none" fill="none" x="6382" y="2739" width="294" height="141"/>
          <path fill="rgb(66,131,139)" stroke="none" d="M 6675,2809 L 6675,2809 6675,2813 6675,2816 6674,2820 6673,2823 6673,2827 6672,2830 6670,2834 6669,2837 6667,2840 6666,2844 6664,2847 6662,2850 6660,2852 6657,2855 6655,2858 6652,2860 6649,2863 6647,2865 6644,2867 6640,2869 6637,2870 6634,2872 6631,2873 6627,2875 6624,2876 6620,2876 6617,2877 6613,2878 6610,2878 6606,2878 6452,2878 6452,2878 6448,2878 6445,2878 6441,2877 6438,2876 6434,2876 6431,2875 6427,2873 6424,2872 6421,2870 6417,2869 6414,2867 6411,2865 6409,2863 6406,2860 6403,2858 6401,2855 6398,2852 6396,2850 6394,2847 6392,2843 6391,2840 6389,2837 6388,2834 6386,2830 6385,2827 6385,2823 6384,2820 6383,2816 6383,2813 6383,2809 6382,2809 6383,2809 6383,2805 6383,2802 6384,2798 6384,2795 6385,2791 6386,2788 6387,2784 6389,2781 6390,2778 6392,2775 6394,2772 6396,2769 6398,2766 6400,2763 6403,2761 6405,2758 6408,2756 6411,2754 6414,2751 6417,2750 6420,2748 6423,2746 6427,2745 6430,2744 6433,2743 6437,2742 6440,2741 6444,2740 6447,2740 6451,2740 6606,2739 6606,2740 6610,2740 6613,2740 6617,2741 6620,2741 6624,2742 6627,2743 6631,2744 6634,2746 6637,2747 6640,2749 6643,2751 6646,2753 6649,2755 6652,2757 6654,2760 6657,2762 6659,2765 6661,2768 6664,2771 6665,2774 6667,2777 6669,2780 6670,2784 6671,2787 6672,2790 6673,2794 6674,2797 6675,2801 6675,2804 6675,2808 6675,2809 Z M 6675,2878 L 6675,2878 Z M 6382,2739 L 6382,2739 Z"/>
         </g>
        </g>
       </g>
      </g>
      <g class="com.sun.star.drawing.TextShape">
       <g id="id105">
        <rect class="BoundingBox" stroke="none" fill="none" x="1127" y="4140" width="1625" height="1285"/>
        <text class="TextShape"><tspan class="TextParagraph" font-family="Calibri, sans-serif" font-size="282px" font-weight="400"><tspan class="TextPosition" x="1377" y="4527"><tspan fill="rgb(0,0,0)" stroke="none">PCIe</tspan></tspan></tspan><tspan class="TextParagraph" font-family="Calibri, sans-serif" font-size="282px" font-weight="400"><tspan class="TextPosition" x="1377" y="4857"><tspan fill="rgb(0,0,0)" stroke="none">Gen3</tspan></tspan></tspan></text>
       </g>
      </g>
      <g class="com.sun.star.drawing.CustomShape">
       <g id="id106">
        <rect class="BoundingBox" stroke="none" fill="none" x="9448" y="1920" width="7241" height="3215"/>
        <path fill="rgb(255,255,255)" stroke="none" d="M 13068,5116 L 9466,5116 9466,1938 16670,1938 16670,5116 13068,5116 Z"/>
        <path fill="none" stroke="rgb(0,0,0)" stroke-width="35" stroke-linejoin="miter" d="M 13068,5116 L 9466,5116 9466,1938 16670,1938 16670,5116 13068,5116 Z"/>
        <text class="TextShape"><tspan class="TextParagraph" font-family="Calibri, sans-serif" font-size="388px" font-weight="400"><tspan class="TextPosition" x="9566" y="2326"><tspan fill="rgb(0,0,0)" stroke="none">ARM</tspan></tspan></tspan><tspan class="TextParagraph" font-family="Calibri, sans-serif" font-size="388px" font-weight="400"><tspan class="TextPosition" x="9566" y="2791"><tspan fill="rgb(0,0,0)" stroke="none">Server</tspan></tspan></tspan></text>
       </g>
      </g>
      <g class="Group">
       <g class="com.sun.star.drawing.CustomShape">
        <g id="id107">
         <rect class="BoundingBox" stroke="none" fill="none" x="10558" y="5020" width="906" height="453"/>
         <path fill="rgb(237,237,237)" stroke="none" d="M 11011,5463 L 10567,5463 10567,5029 11454,5029 11454,5463 11011,5463 Z"/>
         <path fill="none" stroke="rgb(165,165,165)" stroke-width="18" stroke-linejoin="miter" d="M 11011,5463 L 10567,5463 10567,5029 11454,5029 11454,5463 11011,5463 Z"/>
         <text class="TextShape"><tspan class="TextParagraph" font-family="Calibri, sans-serif" font-size="282px" font-weight="400"><tspan class="TextPosition" x="10673" y="5327"><tspan fill="rgb(0,0,0)" stroke="none">NIC1</tspan></tspan></tspan></text>
        </g>
       </g>
       <g class="com.sun.star.drawing.CustomShape">
        <g id="id108">
         <rect class="BoundingBox" stroke="none" fill="none" x="10671" y="5506" width="42" height="737"/>
         <path fill="none" stroke="rgb(0,0,0)" stroke-width="35" stroke-linejoin="miter" d="M 10689,5524 L 10694,6224"/>
         <path fill="none" stroke="rgb(0,0,0)" stroke-width="35" stroke-linejoin="miter" d="M 10689,5524 L 10689,5524 Z"/>
         <path fill="none" stroke="rgb(0,0,0)" stroke-width="35" stroke-linejoin="miter" d="M 10694,6224 L 10694,6224 Z"/>
        </g>
       </g>
       <g class="com.sun.star.drawing.CustomShape">
        <g id="id109">
         <rect class="BoundingBox" stroke="none" fill="none" x="10592" y="5415" width="168" height="118"/>
         <path fill="rgb(208,206,206)" stroke="none" d="M 10676,5523 L 10601,5523 10601,5424 10750,5424 10750,5523 10676,5523 Z"/>
         <path fill="none" stroke="rgb(175,171,171)" stroke-width="18" stroke-linejoin="miter" d="M 10676,5523 L 10601,5523 10601,5424 10750,5424 10750,5523 10676,5523 Z"/>
        </g>
       </g>
       <g class="com.sun.star.drawing.CustomShape">
        <g id="id110">
         <rect class="BoundingBox" stroke="none" fill="none" x="11236" y="5413" width="168" height="118"/>
         <path fill="rgb(208,206,206)" stroke="none" d="M 11320,5521 L 11245,5521 11245,5422 11394,5422 11394,5521 11320,5521 Z"/>
         <path fill="none" stroke="rgb(175,171,171)" stroke-width="18" stroke-linejoin="miter" d="M 11320,5521 L 11245,5521 11245,5422 11394,5422 11394,5521 11320,5521 Z"/>
        </g>
       </g>
       <g class="com.sun.star.drawing.CustomShape">
        <g id="id111">
         <rect class="BoundingBox" stroke="none" fill="none" x="11300" y="5504" width="39" height="785"/>
         <path fill="none" stroke="rgb(0,0,0)" stroke-width="35" stroke-linejoin="miter" d="M 11320,5522 L 11318,6270"/>
         <path fill="none" stroke="rgb(0,0,0)" stroke-width="35" stroke-linejoin="miter" d="M 11320,5522 L 11320,5522 Z"/>
         <path fill="none" stroke="rgb(0,0,0)" stroke-width="35" stroke-linejoin="miter" d="M 11318,6270 L 11318,6270 Z"/>
        </g>
       </g>
       <g class="com.sun.star.drawing.CustomShape">
        <g id="id112">
         <rect class="BoundingBox" stroke="none" fill="none" x="10876" y="5508" width="39" height="783"/>
         <path fill="none" stroke="rgb(0,0,0)" stroke-width="35" stroke-linejoin="miter" d="M 10896,5526 L 10894,6272"/>
         <path fill="none" stroke="rgb(0,0,0)" stroke-width="35" stroke-linejoin="miter" d="M 10896,5526 L 10896,5526 Z"/>
         <path fill="none" stroke="rgb(0,0,0)" stroke-width="35" stroke-linejoin="miter" d="M 10894,6272 L 10894,6272 Z"/>
        </g>
       </g>
       <g class="com.sun.star.drawing.CustomShape">
        <g id="id113">
         <rect class="BoundingBox" stroke="none" fill="none" x="10812" y="5417" width="168" height="118"/>
         <path fill="rgb(208,206,206)" stroke="none" d="M 10896,5525 L 10821,5525 10821,5426 10970,5426 10970,5525 10896,5525 Z"/>
         <path fill="none" stroke="rgb(175,171,171)" stroke-width="18" stroke-linejoin="miter" d="M 10896,5525 L 10821,5525 10821,5426 10970,5426 10970,5525 10896,5525 Z"/>
        </g>
       </g>
       <g class="Group">
        <g class="com.sun.star.drawing.CustomShape">
         <g id="id114">
          <rect class="BoundingBox" stroke="none" fill="none" x="11023" y="5415" width="168" height="118"/>
          <path fill="rgb(208,206,206)" stroke="none" d="M 11107,5523 L 11032,5523 11032,5424 11181,5424 11181,5523 11107,5523 Z"/>
          <path fill="none" stroke="rgb(175,171,171)" stroke-width="18" stroke-linejoin="miter" d="M 11107,5523 L 11032,5523 11032,5424 11181,5424 11181,5523 11107,5523 Z"/>
         </g>
        </g>
        <g class="com.sun.star.drawing.CustomShape">
         <g id="id115">
          <rect class="BoundingBox" stroke="none" fill="none" x="11101" y="5506" width="43" height="785"/>
          <path fill="none" stroke="rgb(0,0,0)" stroke-width="35" stroke-linejoin="miter" d="M 11119,5524 L 11125,6272"/>
          <path fill="none" stroke="rgb(0,0,0)" stroke-width="35" stroke-linejoin="miter" d="M 11119,5524 L 11119,5524 Z"/>
          <path fill="none" stroke="rgb(0,0,0)" stroke-width="35" stroke-linejoin="miter" d="M 11125,6272 L 11125,6272 Z"/>
         </g>
        </g>
       </g>
      </g>
      <g class="com.sun.star.drawing.CustomShape">
       <g id="id116">
        <rect class="BoundingBox" stroke="none" fill="none" x="10150" y="3088" width="6109" height="1203"/>
        <path fill="rgb(68,114,196)" stroke="none" d="M 13204,4272 L 10168,4272 10168,3106 16240,3106 16240,4272 13204,4272 Z"/>
        <path fill="none" stroke="rgb(50,84,144)" stroke-width="35" stroke-linejoin="miter" d="M 13204,4272 L 10168,4272 10168,3106 16240,3106 16240,4272 13204,4272 Z"/>
        <text class="TextShape"><tspan class="TextParagraph" font-family="Calibri, sans-serif" font-size="318px" font-weight="400"><tspan class="TextPosition" x="12392" y="3587"><tspan fill="rgb(255,255,255)" stroke="none">hip07-d05</tspan></tspan></tspan><tspan class="TextParagraph" font-family="Calibri, sans-serif" font-size="318px" font-weight="400"><tspan class="TextPosition" x="11577" y="3940"><tspan fill="rgb(255,255,255)" stroke="none">64* ARM Cortex-A72</tspan></tspan></tspan></text>
       </g>
      </g>
      <g class="Group">
       <g class="com.sun.star.drawing.CustomShape">
        <g id="id117">
         <rect class="BoundingBox" stroke="none" fill="none" x="10764" y="4291" width="556" height="734"/>
         <path fill="rgb(132,151,176)" stroke="none" d="M 11041,5024 L 10764,4863 10902,4863 10902,4453 10764,4453 11041,4291 11319,4453 11180,4453 11180,4863 11319,4863 11041,5024 Z M 10764,5024 L 10764,5024 Z M 11319,4291 L 11319,4291 Z"/>
        </g>
       </g>
       <g class="com.sun.star.drawing.CustomShape">
        <g id="id118">
         <rect class="BoundingBox" stroke="none" fill="none" x="10802" y="4481" width="476" height="344"/>
         <path fill="rgb(95,100,104)" stroke="none" d="M 11040,4824 L 10802,4824 10802,4481 11277,4481 11277,4824 11040,4824 Z"/>
         <text class="TextShape"><tspan class="TextParagraph" font-family="Arial, sans-serif" font-size="282px" font-weight="400"><tspan class="TextPosition" x="10889" y="4766"><tspan fill="rgb(255,255,255)" stroke="none">x8</tspan></tspan></tspan></text>
        </g>
       </g>
      </g>
      <g class="com.sun.star.drawing.CustomShape">
       <g id="id119">
        <rect class="BoundingBox" stroke="none" fill="none" x="12614" y="2289" width="1321" height="590"/>
        <text class="TextShape"><tspan class="TextParagraph" font-family="Calibri, sans-serif" font-size="282px" font-weight="400"><tspan class="TextPosition" x="12864" y="2696"><tspan fill="rgb(66,131,139)" stroke="none">DDR4</tspan></tspan></tspan></text>
       </g>
      </g>
      <g class="Group">
       <g class="com.sun.star.drawing.CustomShape">
        <g id="id120">
         <rect class="BoundingBox" stroke="none" fill="none" x="15086" y="5010" width="906" height="453"/>
         <path fill="rgb(237,237,237)" stroke="none" d="M 15539,5453 L 15095,5453 15095,5019 15982,5019 15982,5453 15539,5453 Z"/>
         <path fill="none" stroke="rgb(165,165,165)" stroke-width="18" stroke-linejoin="miter" d="M 15539,5453 L 15095,5453 15095,5019 15982,5019 15982,5453 15539,5453 Z"/>
         <text class="TextShape"><tspan class="TextParagraph" font-family="Calibri, sans-serif" font-size="282px" font-weight="400"><tspan class="TextPosition" x="15201" y="5317"><tspan fill="rgb(0,0,0)" stroke="none">NIC2</tspan></tspan></tspan></text>
        </g>
       </g>
       <g class="com.sun.star.drawing.CustomShape">
        <g id="id121">
         <rect class="BoundingBox" stroke="none" fill="none" x="15199" y="5496" width="42" height="783"/>
         <path fill="none" stroke="rgb(0,0,0)" stroke-width="35" stroke-linejoin="miter" d="M 15217,5514 L 15222,6260"/>
         <path fill="none" stroke="rgb(0,0,0)" stroke-width="35" stroke-linejoin="miter" d="M 15217,5514 L 15217,5514 Z"/>
         <path fill="none" stroke="rgb(0,0,0)" stroke-width="35" stroke-linejoin="miter" d="M 15222,6260 L 15222,6260 Z"/>
        </g>
       </g>
       <g class="com.sun.star.drawing.CustomShape">
        <g id="id122">
         <rect class="BoundingBox" stroke="none" fill="none" x="15120" y="5405" width="168" height="118"/>
         <path fill="rgb(208,206,206)" stroke="none" d="M 15204,5513 L 15129,5513 15129,5414 15278,5414 15278,5513 15204,5513 Z"/>
         <path fill="none" stroke="rgb(175,171,171)" stroke-width="18" stroke-linejoin="miter" d="M 15204,5513 L 15129,5513 15129,5414 15278,5414 15278,5513 15204,5513 Z"/>
        </g>
       </g>
       <g class="com.sun.star.drawing.CustomShape">
        <g id="id123">
         <rect class="BoundingBox" stroke="none" fill="none" x="15763" y="5403" width="168" height="118"/>
         <path fill="rgb(208,206,206)" stroke="none" d="M 15847,5511 L 15772,5511 15772,5412 15921,5412 15921,5511 15847,5511 Z"/>
         <path fill="none" stroke="rgb(175,171,171)" stroke-width="18" stroke-linejoin="miter" d="M 15847,5511 L 15772,5511 15772,5412 15921,5412 15921,5511 15847,5511 Z"/>
        </g>
       </g>
       <g class="com.sun.star.drawing.CustomShape">
        <g id="id124">
         <rect class="BoundingBox" stroke="none" fill="none" x="15828" y="5494" width="39" height="737"/>
         <path fill="none" stroke="rgb(0,0,0)" stroke-width="35" stroke-linejoin="miter" d="M 15848,5512 L 15846,6212"/>
         <path fill="none" stroke="rgb(0,0,0)" stroke-width="35" stroke-linejoin="miter" d="M 15848,5512 L 15848,5512 Z"/>
         <path fill="none" stroke="rgb(0,0,0)" stroke-width="35" stroke-linejoin="miter" d="M 15846,6212 L 15846,6212 Z"/>
        </g>
       </g>
       <g class="com.sun.star.drawing.CustomShape">
        <g id="id125">
         <rect class="BoundingBox" stroke="none" fill="none" x="15404" y="5498" width="39" height="783"/>
         <path fill="none" stroke="rgb(0,0,0)" stroke-width="35" stroke-linejoin="miter" d="M 15424,5516 L 15422,6262"/>
         <path fill="none" stroke="rgb(0,0,0)" stroke-width="35" stroke-linejoin="miter" d="M 15424,5516 L 15424,5516 Z"/>
         <path fill="none" stroke="rgb(0,0,0)" stroke-width="35" stroke-linejoin="miter" d="M 15422,6262 L 15422,6262 Z"/>
        </g>
       </g>
       <g class="com.sun.star.drawing.CustomShape">
        <g id="id126">
         <rect class="BoundingBox" stroke="none" fill="none" x="15340" y="5407" width="168" height="118"/>
         <path fill="rgb(208,206,206)" stroke="none" d="M 15424,5515 L 15349,5515 15349,5416 15498,5416 15498,5515 15424,5515 Z"/>
         <path fill="none" stroke="rgb(175,171,171)" stroke-width="18" stroke-linejoin="miter" d="M 15424,5515 L 15349,5515 15349,5416 15498,5416 15498,5515 15424,5515 Z"/>
        </g>
       </g>
       <g class="Group">
        <g class="com.sun.star.drawing.CustomShape">
         <g id="id127">
          <rect class="BoundingBox" stroke="none" fill="none" x="15551" y="5405" width="168" height="118"/>
          <path fill="rgb(208,206,206)" stroke="none" d="M 15635,5513 L 15560,5513 15560,5414 15709,5414 15709,5513 15635,5513 Z"/>
          <path fill="none" stroke="rgb(175,171,171)" stroke-width="18" stroke-linejoin="miter" d="M 15635,5513 L 15560,5513 15560,5414 15709,5414 15709,5513 15635,5513 Z"/>
         </g>
        </g>
        <g class="com.sun.star.drawing.CustomShape">
         <g id="id128">
          <rect class="BoundingBox" stroke="none" fill="none" x="15629" y="5496" width="43" height="785"/>
          <path fill="none" stroke="rgb(0,0,0)" stroke-width="35" stroke-linejoin="miter" d="M 15647,5514 L 15653,6262"/>
          <path fill="none" stroke="rgb(0,0,0)" stroke-width="35" stroke-linejoin="miter" d="M 15647,5514 L 15647,5514 Z"/>
          <path fill="none" stroke="rgb(0,0,0)" stroke-width="35" stroke-linejoin="miter" d="M 15653,6262 L 15653,6262 Z"/>
         </g>
        </g>
       </g>
      </g>
      <g class="Group">
       <g class="com.sun.star.drawing.CustomShape">
        <g id="id129">
         <rect class="BoundingBox" stroke="none" fill="none" x="15308" y="4272" width="557" height="734"/>
         <path fill="rgb(132,151,176)" stroke="none" d="M 15585,5005 L 15308,4844 15446,4844 15446,4434 15308,4434 15585,4272 15863,4434 15724,4434 15724,4844 15863,4844 15585,5005 Z M 15308,5005 L 15308,5005 Z M 15863,4272 L 15863,4272 Z"/>
        </g>
       </g>
       <g class="com.sun.star.drawing.CustomShape">
        <g id="id130">
         <rect class="BoundingBox" stroke="none" fill="none" x="15347" y="4462" width="476" height="344"/>
         <path fill="rgb(95,100,104)" stroke="none" d="M 15585,4805 L 15347,4805 15347,4462 15822,4462 15822,4805 15585,4805 Z"/>
         <text class="TextShape"><tspan class="TextParagraph" font-family="Arial, sans-serif" font-size="282px" font-weight="400"><tspan class="TextPosition" x="15434" y="4747"><tspan fill="rgb(255,255,255)" stroke="none">x8</tspan></tspan></tspan></text>
        </g>
       </g>
      </g>
      <g class="com.sun.star.drawing.CustomShape">
       <g id="id131">
        <rect class="BoundingBox" stroke="none" fill="none" x="15170" y="6139" width="743" height="234"/>
        <path fill="none" stroke="rgb(89,89,89)" stroke-width="106" stroke-linejoin="round" d="M 15859,6192 L 15859,6192 15859,6199 15859,6205 15858,6212 15858,6218 15857,6225 15857,6231 15856,6237 15855,6243 15853,6249 15852,6255 15851,6261 15849,6266 15848,6271 15846,6276 15844,6281 15842,6286 15840,6290 15838,6294 15836,6298 15833,6301 15831,6304 15829,6307 15826,6310 15824,6312 15821,6314 15819,6315 15816,6316 15813,6317 15811,6318 15808,6318 15275,6319 15275,6319 15272,6319 15270,6318 15267,6317 15264,6316 15262,6315 15259,6313 15257,6311 15254,6308 15252,6305 15250,6302 15247,6299 15245,6295 15243,6291 15241,6287 15239,6282 15237,6277 15236,6272 15234,6267 15232,6262 15231,6256 15230,6250 15229,6244 15227,6238 15227,6232 15226,6226 15225,6219 15225,6213 15224,6206 15224,6200 15224,6193"/>
        <path fill="none" stroke="rgb(89,89,89)" stroke-width="106" stroke-linejoin="round" d="M 15859,6192 L 15859,6192 Z"/>
        <path fill="none" stroke="rgb(89,89,89)" stroke-width="106" stroke-linejoin="round" d="M 15223,6319 L 15223,6319 Z"/>
       </g>
      </g>
      <g class="com.sun.star.drawing.CustomShape">
       <g id="id132">
        <rect class="BoundingBox" stroke="none" fill="none" x="9862" y="1254" width="6435" height="759"/>
        <text class="TextShape"><tspan class="TextParagraph" font-family="Calibri, sans-serif" font-size="423px" font-weight="400"><tspan class="TextPosition" x="10112" y="1802"><tspan fill="rgb(32,56,100)" stroke="none">System Under Test 2 (SUT2)</tspan></tspan></tspan></text>
       </g>
      </g>
      <g class="Group">
       <g class="Group">
        <g class="com.sun.star.drawing.CustomShape">
         <g id="id133">
          <rect class="BoundingBox" stroke="none" fill="none" x="12032" y="2334" width="294" height="140"/>
          <path fill="rgb(66,131,139)" stroke="none" d="M 12325,2404 L 12325,2404 12325,2408 12325,2411 12324,2415 12323,2418 12323,2422 12322,2425 12320,2429 12319,2432 12317,2435 12316,2439 12314,2442 12312,2445 12310,2447 12307,2450 12305,2453 12302,2455 12299,2458 12297,2460 12294,2462 12290,2464 12287,2465 12284,2467 12281,2468 12277,2470 12274,2471 12270,2471 12267,2472 12263,2473 12260,2473 12256,2473 12102,2473 12102,2473 12098,2473 12095,2473 12091,2472 12088,2471 12084,2471 12081,2470 12077,2468 12074,2467 12071,2465 12067,2464 12064,2462 12061,2460 12059,2458 12056,2455 12053,2453 12051,2450 12048,2447 12046,2445 12044,2442 12042,2438 12041,2435 12039,2432 12038,2429 12036,2425 12035,2422 12035,2418 12034,2415 12033,2411 12033,2408 12033,2404 12032,2404 12033,2404 12033,2400 12033,2397 12034,2393 12034,2390 12035,2386 12036,2383 12037,2379 12039,2376 12040,2373 12042,2370 12044,2367 12046,2364 12048,2361 12050,2358 12053,2356 12055,2353 12058,2351 12061,2349 12064,2346 12067,2345 12070,2343 12073,2341 12077,2340 12080,2339 12083,2338 12087,2337 12090,2336 12094,2335 12097,2335 12101,2335 12256,2334 12256,2335 12260,2335 12263,2335 12267,2336 12270,2336 12274,2337 12277,2338 12281,2339 12284,2341 12287,2342 12290,2344 12293,2346 12296,2348 12299,2350 12302,2352 12304,2355 12307,2357 12309,2360 12311,2363 12314,2366 12315,2369 12317,2372 12319,2375 12320,2379 12321,2382 12322,2385 12323,2389 12324,2392 12325,2396 12325,2399 12325,2403 12325,2404 Z M 12325,2473 L 12325,2473 Z M 12032,2334 L 12032,2334 Z"/>
         </g>
        </g>
        <g class="com.sun.star.drawing.CustomShape">
         <g id="id134">
          <rect class="BoundingBox" stroke="none" fill="none" x="12032" y="2534" width="294" height="141"/>
          <path fill="rgb(66,131,139)" stroke="none" d="M 12325,2604 L 12325,2604 12325,2608 12325,2611 12324,2615 12323,2618 12323,2622 12322,2625 12320,2629 12319,2632 12317,2635 12316,2639 12314,2642 12312,2645 12310,2647 12307,2650 12305,2653 12302,2655 12299,2658 12297,2660 12294,2662 12290,2664 12287,2665 12284,2667 12281,2668 12277,2670 12274,2671 12270,2671 12267,2672 12263,2673 12260,2673 12256,2673 12102,2673 12102,2673 12098,2673 12095,2673 12091,2672 12088,2671 12084,2671 12081,2670 12077,2668 12074,2667 12071,2665 12067,2664 12064,2662 12061,2660 12059,2658 12056,2655 12053,2653 12051,2650 12048,2647 12046,2645 12044,2642 12042,2638 12041,2635 12039,2632 12038,2629 12036,2625 12035,2622 12035,2618 12034,2615 12033,2611 12033,2608 12033,2604 12032,2604 12033,2604 12033,2600 12033,2597 12034,2593 12034,2590 12035,2586 12036,2583 12037,2579 12039,2576 12040,2573 12042,2570 12044,2567 12046,2564 12048,2561 12050,2558 12053,2556 12055,2553 12058,2551 12061,2549 12064,2546 12067,2545 12070,2543 12073,2541 12077,2540 12080,2539 12083,2538 12087,2537 12090,2536 12094,2535 12097,2535 12101,2535 12256,2534 12256,2535 12260,2535 12263,2535 12267,2536 12270,2536 12274,2537 12277,2538 12281,2539 12284,2541 12287,2542 12290,2544 12293,2546 12296,2548 12299,2550 12302,2552 12304,2555 12307,2557 12309,2560 12311,2563 12314,2566 12315,2569 12317,2572 12319,2575 12320,2579 12321,2582 12322,2585 12323,2589 12324,2592 12325,2596 12325,2599 12325,2603 12325,2604 Z M 12325,2673 L 12325,2673 Z M 12032,2534 L 12032,2534 Z"/>
         </g>
        </g>
        <g class="com.sun.star.drawing.CustomShape">
         <g id="id135">
          <rect class="BoundingBox" stroke="none" fill="none" x="12032" y="2734" width="294" height="140"/>
          <path fill="rgb(66,131,139)" stroke="none" d="M 12325,2804 L 12325,2804 12325,2808 12325,2811 12324,2815 12323,2818 12323,2822 12322,2825 12320,2829 12319,2832 12317,2835 12316,2839 12314,2842 12312,2845 12310,2847 12307,2850 12305,2853 12302,2855 12299,2858 12297,2860 12294,2862 12290,2864 12287,2865 12284,2867 12281,2868 12277,2870 12274,2871 12270,2871 12267,2872 12263,2873 12260,2873 12256,2873 12102,2873 12102,2873 12098,2873 12095,2873 12091,2872 12088,2871 12084,2871 12081,2870 12077,2868 12074,2867 12071,2865 12067,2864 12064,2862 12061,2860 12059,2858 12056,2855 12053,2853 12051,2850 12048,2847 12046,2845 12044,2842 12042,2838 12041,2835 12039,2832 12038,2829 12036,2825 12035,2822 12035,2818 12034,2815 12033,2811 12033,2808 12033,2804 12032,2804 12033,2804 12033,2800 12033,2797 12034,2793 12034,2790 12035,2786 12036,2783 12037,2779 12039,2776 12040,2773 12042,2770 12044,2767 12046,2764 12048,2761 12050,2758 12053,2756 12055,2753 12058,2751 12061,2749 12064,2746 12067,2745 12070,2743 12073,2741 12077,2740 12080,2739 12083,2738 12087,2737 12090,2736 12094,2735 12097,2735 12101,2735 12256,2734 12256,2735 12260,2735 12263,2735 12267,2736 12270,2736 12274,2737 12277,2738 12281,2739 12284,2741 12287,2742 12290,2744 12293,2746 12296,2748 12299,2750 12302,2752 12304,2755 12307,2757 12309,2760 12311,2763 12314,2766 12315,2769 12317,2772 12319,2775 12320,2779 12321,2782 12322,2785 12323,2789 12324,2792 12325,2796 12325,2799 12325,2803 12325,2804 Z M 12325,2873 L 12325,2873 Z M 12032,2734 L 12032,2734 Z"/>
         </g>
        </g>
       </g>
       <g class="Group">
        <g class="com.sun.star.drawing.CustomShape">
         <g id="id136">
          <rect class="BoundingBox" stroke="none" fill="none" x="11683" y="2334" width="294" height="140"/>
          <path fill="rgb(66,131,139)" stroke="none" d="M 11976,2404 L 11976,2404 11976,2408 11976,2411 11975,2415 11974,2418 11974,2422 11973,2425 11971,2429 11970,2432 11968,2435 11967,2439 11965,2442 11963,2445 11961,2447 11958,2450 11956,2453 11953,2455 11950,2458 11948,2460 11945,2462 11941,2464 11938,2465 11935,2467 11932,2468 11928,2470 11925,2471 11921,2471 11918,2472 11914,2473 11911,2473 11907,2473 11753,2473 11753,2473 11749,2473 11746,2473 11742,2472 11739,2471 11735,2471 11732,2470 11728,2468 11725,2467 11722,2465 11718,2464 11715,2462 11712,2460 11710,2458 11707,2455 11704,2453 11702,2450 11699,2447 11697,2445 11695,2442 11693,2438 11692,2435 11690,2432 11689,2429 11687,2425 11686,2422 11686,2418 11685,2415 11684,2411 11684,2408 11684,2404 11683,2404 11684,2404 11684,2400 11684,2397 11685,2393 11685,2390 11686,2386 11687,2383 11688,2379 11690,2376 11691,2373 11693,2370 11695,2367 11697,2364 11699,2361 11701,2358 11704,2356 11706,2353 11709,2351 11712,2349 11715,2346 11718,2345 11721,2343 11724,2341 11728,2340 11731,2339 11734,2338 11738,2337 11741,2336 11745,2335 11748,2335 11752,2335 11907,2334 11907,2335 11911,2335 11914,2335 11918,2336 11921,2336 11925,2337 11928,2338 11932,2339 11935,2341 11938,2342 11941,2344 11944,2346 11947,2348 11950,2350 11953,2352 11955,2355 11958,2357 11960,2360 11962,2363 11965,2366 11966,2369 11968,2372 11970,2375 11971,2379 11972,2382 11973,2385 11974,2389 11975,2392 11976,2396 11976,2399 11976,2403 11976,2404 Z M 11976,2473 L 11976,2473 Z M 11683,2334 L 11683,2334 Z"/>
         </g>
        </g>
        <g class="com.sun.star.drawing.CustomShape">
         <g id="id137">
          <rect class="BoundingBox" stroke="none" fill="none" x="11683" y="2534" width="294" height="141"/>
          <path fill="rgb(66,131,139)" stroke="none" d="M 11976,2604 L 11976,2604 11976,2608 11976,2611 11975,2615 11974,2618 11974,2622 11973,2625 11971,2629 11970,2632 11968,2635 11967,2639 11965,2642 11963,2645 11961,2647 11958,2650 11956,2653 11953,2655 11950,2658 11948,2660 11945,2662 11941,2664 11938,2665 11935,2667 11932,2668 11928,2670 11925,2671 11921,2671 11918,2672 11914,2673 11911,2673 11907,2673 11753,2673 11753,2673 11749,2673 11746,2673 11742,2672 11739,2671 11735,2671 11732,2670 11728,2668 11725,2667 11722,2665 11718,2664 11715,2662 11712,2660 11710,2658 11707,2655 11704,2653 11702,2650 11699,2647 11697,2645 11695,2642 11693,2638 11692,2635 11690,2632 11689,2629 11687,2625 11686,2622 11686,2618 11685,2615 11684,2611 11684,2608 11684,2604 11683,2604 11684,2604 11684,2600 11684,2597 11685,2593 11685,2590 11686,2586 11687,2583 11688,2579 11690,2576 11691,2573 11693,2570 11695,2567 11697,2564 11699,2561 11701,2558 11704,2556 11706,2553 11709,2551 11712,2549 11715,2546 11718,2545 11721,2543 11724,2541 11728,2540 11731,2539 11734,2538 11738,2537 11741,2536 11745,2535 11748,2535 11752,2535 11907,2534 11907,2535 11911,2535 11914,2535 11918,2536 11921,2536 11925,2537 11928,2538 11932,2539 11935,2541 11938,2542 11941,2544 11944,2546 11947,2548 11950,2550 11953,2552 11955,2555 11958,2557 11960,2560 11962,2563 11965,2566 11966,2569 11968,2572 11970,2575 11971,2579 11972,2582 11973,2585 11974,2589 11975,2592 11976,2596 11976,2599 11976,2603 11976,2604 Z M 11976,2673 L 11976,2673 Z M 11683,2534 L 11683,2534 Z"/>
         </g>
        </g>
        <g class="com.sun.star.drawing.CustomShape">
         <g id="id138">
          <rect class="BoundingBox" stroke="none" fill="none" x="11683" y="2734" width="294" height="140"/>
          <path fill="rgb(66,131,139)" stroke="none" d="M 11976,2804 L 11976,2804 11976,2808 11976,2811 11975,2815 11974,2818 11974,2822 11973,2825 11971,2829 11970,2832 11968,2835 11967,2839 11965,2842 11963,2845 11961,2847 11958,2850 11956,2853 11953,2855 11950,2858 11948,2860 11945,2862 11941,2864 11938,2865 11935,2867 11932,2868 11928,2870 11925,2871 11921,2871 11918,2872 11914,2873 11911,2873 11907,2873 11753,2873 11753,2873 11749,2873 11746,2873 11742,2872 11739,2871 11735,2871 11732,2870 11728,2868 11725,2867 11722,2865 11718,2864 11715,2862 11712,2860 11710,2858 11707,2855 11704,2853 11702,2850 11699,2847 11697,2845 11695,2842 11693,2838 11692,2835 11690,2832 11689,2829 11687,2825 11686,2822 11686,2818 11685,2815 11684,2811 11684,2808 11684,2804 11683,2804 11684,2804 11684,2800 11684,2797 11685,2793 11685,2790 11686,2786 11687,2783 11688,2779 11690,2776 11691,2773 11693,2770 11695,2767 11697,2764 11699,2761 11701,2758 11704,2756 11706,2753 11709,2751 11712,2749 11715,2746 11718,2745 11721,2743 11724,2741 11728,2740 11731,2739 11734,2738 11738,2737 11741,2736 11745,2735 11748,2735 11752,2735 11907,2734 11907,2735 11911,2735 11914,2735 11918,2736 11921,2736 11925,2737 11928,2738 11932,2739 11935,2741 11938,2742 11941,2744 11944,2746 11947,2748 11950,2750 11953,2752 11955,2755 11958,2757 11960,2760 11962,2763 11965,2766 11966,2769 11968,2772 11970,2775 11971,2779 11972,2782 11973,2785 11974,2789 11975,2792 11976,2796 11976,2799 11976,2803 11976,2804 Z M 11976,2873 L 11976,2873 Z M 11683,2734 L 11683,2734 Z"/>
         </g>
        </g>
       </g>
       <g class="Group">
        <g class="com.sun.star.drawing.CustomShape">
         <g id="id139">
          <rect class="BoundingBox" stroke="none" fill="none" x="12363" y="2337" width="294" height="140"/>
          <path fill="rgb(66,131,139)" stroke="none" d="M 12656,2407 L 12656,2407 12656,2411 12656,2414 12655,2418 12654,2421 12654,2425 12653,2428 12651,2432 12650,2435 12648,2438 12647,2442 12645,2445 12643,2448 12641,2450 12638,2453 12636,2456 12633,2458 12630,2461 12628,2463 12625,2465 12621,2467 12618,2468 12615,2470 12612,2471 12608,2473 12605,2474 12601,2474 12598,2475 12594,2476 12591,2476 12587,2476 12433,2476 12433,2476 12429,2476 12426,2476 12422,2475 12419,2474 12415,2474 12412,2473 12408,2471 12405,2470 12402,2468 12398,2467 12395,2465 12392,2463 12390,2461 12387,2458 12384,2456 12382,2453 12379,2450 12377,2448 12375,2445 12373,2441 12372,2438 12370,2435 12369,2432 12367,2428 12366,2425 12366,2421 12365,2418 12364,2414 12364,2411 12364,2407 12363,2407 12364,2407 12364,2403 12364,2400 12365,2396 12365,2393 12366,2389 12367,2386 12368,2382 12370,2379 12371,2376 12373,2373 12375,2370 12377,2367 12379,2364 12381,2361 12384,2359 12386,2356 12389,2354 12392,2352 12395,2349 12398,2348 12401,2346 12404,2344 12408,2343 12411,2342 12414,2341 12418,2340 12421,2339 12425,2338 12428,2338 12432,2338 12587,2337 12587,2338 12591,2338 12594,2338 12598,2339 12601,2339 12605,2340 12608,2341 12612,2342 12615,2344 12618,2345 12621,2347 12624,2349 12627,2351 12630,2353 12633,2355 12635,2358 12638,2360 12640,2363 12642,2366 12645,2369 12646,2372 12648,2375 12650,2378 12651,2382 12652,2385 12653,2388 12654,2392 12655,2395 12656,2399 12656,2402 12656,2406 12656,2407 Z M 12656,2476 L 12656,2476 Z M 12363,2337 L 12363,2337 Z"/>
         </g>
        </g>
        <g class="com.sun.star.drawing.CustomShape">
         <g id="id140">
          <rect class="BoundingBox" stroke="none" fill="none" x="12363" y="2537" width="294" height="141"/>
          <path fill="rgb(66,131,139)" stroke="none" d="M 12656,2607 L 12656,2607 12656,2611 12656,2614 12655,2618 12654,2621 12654,2625 12653,2628 12651,2632 12650,2635 12648,2638 12647,2642 12645,2645 12643,2648 12641,2650 12638,2653 12636,2656 12633,2658 12630,2661 12628,2663 12625,2665 12621,2667 12618,2668 12615,2670 12612,2671 12608,2673 12605,2674 12601,2674 12598,2675 12594,2676 12591,2676 12587,2676 12433,2676 12433,2676 12429,2676 12426,2676 12422,2675 12419,2674 12415,2674 12412,2673 12408,2671 12405,2670 12402,2668 12398,2667 12395,2665 12392,2663 12390,2661 12387,2658 12384,2656 12382,2653 12379,2650 12377,2648 12375,2645 12373,2641 12372,2638 12370,2635 12369,2632 12367,2628 12366,2625 12366,2621 12365,2618 12364,2614 12364,2611 12364,2607 12363,2607 12364,2607 12364,2603 12364,2600 12365,2596 12365,2593 12366,2589 12367,2586 12368,2582 12370,2579 12371,2576 12373,2573 12375,2570 12377,2567 12379,2564 12381,2561 12384,2559 12386,2556 12389,2554 12392,2552 12395,2549 12398,2548 12401,2546 12404,2544 12408,2543 12411,2542 12414,2541 12418,2540 12421,2539 12425,2538 12428,2538 12432,2538 12587,2537 12587,2538 12591,2538 12594,2538 12598,2539 12601,2539 12605,2540 12608,2541 12612,2542 12615,2544 12618,2545 12621,2547 12624,2549 12627,2551 12630,2553 12633,2555 12635,2558 12638,2560 12640,2563 12642,2566 12645,2569 12646,2572 12648,2575 12650,2578 12651,2582 12652,2585 12653,2588 12654,2592 12655,2595 12656,2599 12656,2602 12656,2606 12656,2607 Z M 12656,2676 L 12656,2676 Z M 12363,2537 L 12363,2537 Z"/>
         </g>
        </g>
        <g class="com.sun.star.drawing.CustomShape">
         <g id="id141">
          <rect class="BoundingBox" stroke="none" fill="none" x="12363" y="2737" width="294" height="141"/>
          <path fill="rgb(66,131,139)" stroke="none" d="M 12656,2807 L 12656,2807 12656,2811 12656,2814 12655,2818 12654,2821 12654,2825 12653,2828 12651,2832 12650,2835 12648,2838 12647,2842 12645,2845 12643,2848 12641,2850 12638,2853 12636,2856 12633,2858 12630,2861 12628,2863 12625,2865 12621,2867 12618,2868 12615,2870 12612,2871 12608,2873 12605,2874 12601,2874 12598,2875 12594,2876 12591,2876 12587,2876 12433,2876 12433,2876 12429,2876 12426,2876 12422,2875 12419,2874 12415,2874 12412,2873 12408,2871 12405,2870 12402,2868 12398,2867 12395,2865 12392,2863 12390,2861 12387,2858 12384,2856 12382,2853 12379,2850 12377,2848 12375,2845 12373,2841 12372,2838 12370,2835 12369,2832 12367,2828 12366,2825 12366,2821 12365,2818 12364,2814 12364,2811 12364,2807 12363,2807 12364,2807 12364,2803 12364,2800 12365,2796 12365,2793 12366,2789 12367,2786 12368,2782 12370,2779 12371,2776 12373,2773 12375,2770 12377,2767 12379,2764 12381,2761 12384,2759 12386,2756 12389,2754 12392,2752 12395,2749 12398,2748 12401,2746 12404,2744 12408,2743 12411,2742 12414,2741 12418,2740 12421,2739 12425,2738 12428,2738 12432,2738 12587,2737 12587,2738 12591,2738 12594,2738 12598,2739 12601,2739 12605,2740 12608,2741 12612,2742 12615,2744 12618,2745 12621,2747 12624,2749 12627,2751 12630,2753 12633,2755 12635,2758 12638,2760 12640,2763 12642,2766 12645,2769 12646,2772 12648,2775 12650,2778 12651,2782 12652,2785 12653,2788 12654,2792 12655,2795 12656,2799 12656,2802 12656,2806 12656,2807 Z M 12656,2876 L 12656,2876 Z M 12363,2737 L 12363,2737 Z"/>
         </g>
        </g>
       </g>
      </g>
      <g class="Group">
       <g class="Group">
        <g class="com.sun.star.drawing.CustomShape">
         <g id="id142">
          <rect class="BoundingBox" stroke="none" fill="none" x="14307" y="2337" width="294" height="140"/>
          <path fill="rgb(66,131,139)" stroke="none" d="M 14600,2407 L 14600,2407 14600,2411 14600,2414 14599,2418 14598,2421 14598,2425 14597,2428 14595,2432 14594,2435 14592,2438 14591,2442 14589,2445 14587,2448 14585,2450 14582,2453 14580,2456 14577,2458 14574,2461 14572,2463 14569,2465 14565,2467 14562,2468 14559,2470 14556,2471 14552,2473 14549,2474 14545,2474 14542,2475 14538,2476 14535,2476 14531,2476 14377,2476 14377,2476 14373,2476 14370,2476 14366,2475 14363,2474 14359,2474 14356,2473 14352,2471 14349,2470 14346,2468 14342,2467 14339,2465 14336,2463 14334,2461 14331,2458 14328,2456 14326,2453 14323,2450 14321,2448 14319,2445 14317,2441 14316,2438 14314,2435 14313,2432 14311,2428 14310,2425 14310,2421 14309,2418 14308,2414 14308,2411 14308,2407 14307,2407 14308,2407 14308,2403 14308,2400 14309,2396 14309,2393 14310,2389 14311,2386 14312,2382 14314,2379 14315,2376 14317,2373 14319,2370 14321,2367 14323,2364 14325,2361 14328,2359 14330,2356 14333,2354 14336,2352 14339,2349 14342,2348 14345,2346 14348,2344 14352,2343 14355,2342 14358,2341 14362,2340 14365,2339 14369,2338 14372,2338 14376,2338 14531,2337 14531,2338 14535,2338 14538,2338 14542,2339 14545,2339 14549,2340 14552,2341 14556,2342 14559,2344 14562,2345 14565,2347 14568,2349 14571,2351 14574,2353 14577,2355 14579,2358 14582,2360 14584,2363 14586,2366 14589,2369 14590,2372 14592,2375 14594,2378 14595,2382 14596,2385 14597,2388 14598,2392 14599,2395 14600,2399 14600,2402 14600,2406 14600,2407 Z M 14600,2476 L 14600,2476 Z M 14307,2337 L 14307,2337 Z"/>
         </g>
        </g>
        <g class="com.sun.star.drawing.CustomShape">
         <g id="id143">
          <rect class="BoundingBox" stroke="none" fill="none" x="14307" y="2537" width="294" height="141"/>
          <path fill="rgb(66,131,139)" stroke="none" d="M 14600,2607 L 14600,2607 14600,2611 14600,2614 14599,2618 14598,2621 14598,2625 14597,2628 14595,2632 14594,2635 14592,2638 14591,2642 14589,2645 14587,2648 14585,2650 14582,2653 14580,2656 14577,2658 14574,2661 14572,2663 14569,2665 14565,2667 14562,2668 14559,2670 14556,2671 14552,2673 14549,2674 14545,2674 14542,2675 14538,2676 14535,2676 14531,2676 14377,2676 14377,2676 14373,2676 14370,2676 14366,2675 14363,2674 14359,2674 14356,2673 14352,2671 14349,2670 14346,2668 14342,2667 14339,2665 14336,2663 14334,2661 14331,2658 14328,2656 14326,2653 14323,2650 14321,2648 14319,2645 14317,2641 14316,2638 14314,2635 14313,2632 14311,2628 14310,2625 14310,2621 14309,2618 14308,2614 14308,2611 14308,2607 14307,2607 14308,2607 14308,2603 14308,2600 14309,2596 14309,2593 14310,2589 14311,2586 14312,2582 14314,2579 14315,2576 14317,2573 14319,2570 14321,2567 14323,2564 14325,2561 14328,2559 14330,2556 14333,2554 14336,2552 14339,2549 14342,2548 14345,2546 14348,2544 14352,2543 14355,2542 14358,2541 14362,2540 14365,2539 14369,2538 14372,2538 14376,2538 14531,2537 14531,2538 14535,2538 14538,2538 14542,2539 14545,2539 14549,2540 14552,2541 14556,2542 14559,2544 14562,2545 14565,2547 14568,2549 14571,2551 14574,2553 14577,2555 14579,2558 14582,2560 14584,2563 14586,2566 14589,2569 14590,2572 14592,2575 14594,2578 14595,2582 14596,2585 14597,2588 14598,2592 14599,2595 14600,2599 14600,2602 14600,2606 14600,2607 Z M 14600,2676 L 14600,2676 Z M 14307,2537 L 14307,2537 Z"/>
         </g>
        </g>
        <g class="com.sun.star.drawing.CustomShape">
         <g id="id144">
          <rect class="BoundingBox" stroke="none" fill="none" x="14307" y="2736" width="294" height="141"/>
          <path fill="rgb(66,131,139)" stroke="none" d="M 14600,2806 L 14600,2806 14600,2810 14600,2813 14599,2817 14598,2820 14598,2824 14597,2827 14595,2831 14594,2834 14592,2837 14591,2841 14589,2844 14587,2847 14585,2849 14582,2852 14580,2855 14577,2857 14574,2860 14572,2862 14569,2864 14565,2866 14562,2867 14559,2869 14556,2870 14552,2872 14549,2873 14545,2873 14542,2874 14538,2875 14535,2875 14531,2875 14377,2875 14377,2875 14373,2875 14370,2875 14366,2874 14363,2873 14359,2873 14356,2872 14352,2870 14349,2869 14346,2867 14342,2866 14339,2864 14336,2862 14334,2860 14331,2857 14328,2855 14326,2852 14323,2849 14321,2847 14319,2844 14317,2840 14316,2837 14314,2834 14313,2831 14311,2827 14310,2824 14310,2820 14309,2817 14308,2813 14308,2810 14308,2806 14307,2806 14308,2806 14308,2802 14308,2799 14309,2795 14309,2792 14310,2788 14311,2785 14312,2781 14314,2778 14315,2775 14317,2772 14319,2769 14321,2766 14323,2763 14325,2760 14328,2758 14330,2755 14333,2753 14336,2751 14339,2748 14342,2747 14345,2745 14348,2743 14352,2742 14355,2741 14358,2740 14362,2739 14365,2738 14369,2737 14372,2737 14376,2737 14531,2736 14531,2737 14535,2737 14538,2737 14542,2738 14545,2738 14549,2739 14552,2740 14556,2741 14559,2743 14562,2744 14565,2746 14568,2748 14571,2750 14574,2752 14577,2754 14579,2757 14582,2759 14584,2762 14586,2765 14589,2768 14590,2771 14592,2774 14594,2777 14595,2781 14596,2784 14597,2787 14598,2791 14599,2794 14600,2798 14600,2801 14600,2805 14600,2806 Z M 14600,2875 L 14600,2875 Z M 14307,2736 L 14307,2736 Z"/>
         </g>
        </g>
       </g>
       <g class="Group">
        <g class="com.sun.star.drawing.CustomShape">
         <g id="id145">
          <rect class="BoundingBox" stroke="none" fill="none" x="13958" y="2336" width="294" height="141"/>
          <path fill="rgb(66,131,139)" stroke="none" d="M 14251,2407 L 14251,2407 14251,2411 14251,2414 14250,2418 14249,2421 14249,2425 14248,2428 14246,2432 14245,2435 14243,2438 14242,2442 14240,2445 14238,2448 14236,2450 14233,2453 14231,2456 14228,2458 14225,2461 14223,2463 14220,2465 14216,2467 14213,2468 14210,2470 14207,2471 14203,2473 14200,2474 14196,2474 14193,2475 14189,2476 14186,2476 14182,2476 14028,2476 14028,2476 14024,2476 14021,2476 14017,2475 14014,2474 14010,2474 14007,2473 14003,2471 14000,2470 13997,2468 13993,2467 13990,2465 13987,2463 13985,2461 13982,2458 13979,2456 13977,2453 13974,2450 13972,2448 13970,2445 13968,2441 13967,2438 13965,2435 13964,2432 13962,2428 13961,2425 13961,2421 13960,2418 13959,2414 13959,2411 13959,2407 13958,2407 13959,2407 13959,2403 13959,2400 13960,2396 13960,2393 13961,2389 13962,2386 13963,2382 13965,2379 13966,2376 13968,2373 13970,2370 13972,2367 13974,2364 13976,2361 13979,2359 13981,2356 13984,2354 13987,2352 13990,2349 13993,2348 13996,2346 13999,2344 14003,2343 14006,2342 14009,2341 14013,2340 14016,2339 14020,2338 14023,2338 14027,2338 14182,2337 14182,2338 14186,2338 14189,2338 14193,2339 14196,2339 14200,2340 14203,2341 14207,2342 14210,2344 14213,2345 14216,2347 14219,2349 14222,2351 14225,2353 14228,2355 14230,2358 14233,2360 14235,2363 14237,2366 14240,2369 14241,2372 14243,2375 14245,2378 14246,2382 14247,2385 14248,2388 14249,2392 14250,2395 14251,2399 14251,2402 14251,2406 14251,2407 Z M 14251,2476 L 14251,2476 Z M 13958,2337 L 13958,2337 Z"/>
         </g>
        </g>
        <g class="com.sun.star.drawing.CustomShape">
         <g id="id146">
          <rect class="BoundingBox" stroke="none" fill="none" x="13958" y="2537" width="294" height="141"/>
          <path fill="rgb(66,131,139)" stroke="none" d="M 14251,2607 L 14251,2607 14251,2611 14251,2614 14250,2618 14249,2621 14249,2625 14248,2628 14246,2632 14245,2635 14243,2638 14242,2642 14240,2645 14238,2648 14236,2650 14233,2653 14231,2656 14228,2658 14225,2661 14223,2663 14220,2665 14216,2667 14213,2668 14210,2670 14207,2671 14203,2673 14200,2674 14196,2674 14193,2675 14189,2676 14186,2676 14182,2676 14028,2676 14028,2676 14024,2676 14021,2676 14017,2675 14014,2674 14010,2674 14007,2673 14003,2671 14000,2670 13997,2668 13993,2667 13990,2665 13987,2663 13985,2661 13982,2658 13979,2656 13977,2653 13974,2650 13972,2648 13970,2645 13968,2641 13967,2638 13965,2635 13964,2632 13962,2628 13961,2625 13961,2621 13960,2618 13959,2614 13959,2611 13959,2607 13958,2607 13959,2607 13959,2603 13959,2600 13960,2596 13960,2593 13961,2589 13962,2586 13963,2582 13965,2579 13966,2576 13968,2573 13970,2570 13972,2567 13974,2564 13976,2561 13979,2559 13981,2556 13984,2554 13987,2552 13990,2549 13993,2548 13996,2546 13999,2544 14003,2543 14006,2542 14009,2541 14013,2540 14016,2539 14020,2538 14023,2538 14027,2538 14182,2537 14182,2538 14186,2538 14189,2538 14193,2539 14196,2539 14200,2540 14203,2541 14207,2542 14210,2544 14213,2545 14216,2547 14219,2549 14222,2551 14225,2553 14228,2555 14230,2558 14233,2560 14235,2563 14237,2566 14240,2569 14241,2572 14243,2575 14245,2578 14246,2582 14247,2585 14248,2588 14249,2592 14250,2595 14251,2599 14251,2602 14251,2606 14251,2607 Z M 14251,2676 L 14251,2676 Z M 13958,2537 L 13958,2537 Z"/>
         </g>
        </g>
        <g class="com.sun.star.drawing.CustomShape">
         <g id="id147">
          <rect class="BoundingBox" stroke="none" fill="none" x="13958" y="2736" width="294" height="141"/>
          <path fill="rgb(66,131,139)" stroke="none" d="M 14251,2806 L 14251,2806 14251,2810 14251,2813 14250,2817 14249,2820 14249,2824 14248,2827 14246,2831 14245,2834 14243,2837 14242,2841 14240,2844 14238,2847 14236,2849 14233,2852 14231,2855 14228,2857 14225,2860 14223,2862 14220,2864 14216,2866 14213,2867 14210,2869 14207,2870 14203,2872 14200,2873 14196,2873 14193,2874 14189,2875 14186,2875 14182,2875 14028,2875 14028,2875 14024,2875 14021,2875 14017,2874 14014,2873 14010,2873 14007,2872 14003,2870 14000,2869 13997,2867 13993,2866 13990,2864 13987,2862 13985,2860 13982,2857 13979,2855 13977,2852 13974,2849 13972,2847 13970,2844 13968,2840 13967,2837 13965,2834 13964,2831 13962,2827 13961,2824 13961,2820 13960,2817 13959,2813 13959,2810 13959,2806 13958,2806 13959,2806 13959,2802 13959,2799 13960,2795 13960,2792 13961,2788 13962,2785 13963,2781 13965,2778 13966,2775 13968,2772 13970,2769 13972,2766 13974,2763 13976,2760 13979,2758 13981,2755 13984,2753 13987,2751 13990,2748 13993,2747 13996,2745 13999,2743 14003,2742 14006,2741 14009,2740 14013,2739 14016,2738 14020,2737 14023,2737 14027,2737 14182,2736 14182,2737 14186,2737 14189,2737 14193,2738 14196,2738 14200,2739 14203,2740 14207,2741 14210,2743 14213,2744 14216,2746 14219,2748 14222,2750 14225,2752 14228,2754 14230,2757 14233,2759 14235,2762 14237,2765 14240,2768 14241,2771 14243,2774 14245,2777 14246,2781 14247,2784 14248,2787 14249,2791 14250,2794 14251,2798 14251,2801 14251,2805 14251,2806 Z M 14251,2875 L 14251,2875 Z M 13958,2736 L 13958,2736 Z"/>
         </g>
        </g>
       </g>
       <g class="Group">
        <g class="com.sun.star.drawing.CustomShape">
         <g id="id148">
          <rect class="BoundingBox" stroke="none" fill="none" x="14637" y="2340" width="294" height="140"/>
          <path fill="rgb(66,131,139)" stroke="none" d="M 14930,2410 L 14930,2410 14930,2414 14930,2417 14929,2421 14928,2424 14928,2428 14927,2431 14925,2435 14924,2438 14922,2441 14921,2445 14919,2448 14917,2451 14915,2453 14912,2456 14910,2459 14907,2461 14904,2464 14902,2466 14899,2468 14895,2470 14892,2471 14889,2473 14886,2474 14882,2476 14879,2477 14875,2477 14872,2478 14868,2479 14865,2479 14861,2479 14707,2479 14707,2479 14703,2479 14700,2479 14696,2478 14693,2477 14689,2477 14686,2476 14682,2474 14679,2473 14676,2471 14672,2470 14669,2468 14666,2466 14664,2464 14661,2461 14658,2459 14656,2456 14653,2453 14651,2451 14649,2448 14647,2444 14646,2441 14644,2438 14643,2435 14641,2431 14640,2428 14640,2424 14639,2421 14638,2417 14638,2414 14638,2410 14637,2410 14638,2410 14638,2406 14638,2403 14639,2399 14639,2396 14640,2392 14641,2389 14642,2385 14644,2382 14645,2379 14647,2376 14649,2373 14651,2370 14653,2367 14655,2364 14658,2362 14660,2359 14663,2357 14666,2355 14669,2352 14672,2351 14675,2349 14678,2347 14682,2346 14685,2345 14688,2344 14692,2343 14695,2342 14699,2341 14702,2341 14706,2341 14861,2340 14861,2341 14865,2341 14868,2341 14872,2342 14875,2342 14879,2343 14882,2344 14886,2345 14889,2347 14892,2348 14895,2350 14898,2352 14901,2354 14904,2356 14907,2358 14909,2361 14912,2363 14914,2366 14916,2369 14919,2372 14920,2375 14922,2378 14924,2381 14925,2385 14926,2388 14927,2391 14928,2395 14929,2398 14930,2402 14930,2405 14930,2409 14930,2410 Z M 14930,2479 L 14930,2479 Z M 14637,2340 L 14637,2340 Z"/>
         </g>
        </g>
        <g class="com.sun.star.drawing.CustomShape">
         <g id="id149">
          <rect class="BoundingBox" stroke="none" fill="none" x="14637" y="2538" width="294" height="141"/>
          <path fill="rgb(66,131,139)" stroke="none" d="M 14930,2609 L 14930,2609 14930,2613 14930,2616 14929,2620 14928,2623 14928,2627 14927,2630 14925,2634 14924,2637 14922,2640 14921,2644 14919,2647 14917,2650 14915,2652 14912,2655 14910,2658 14907,2660 14904,2663 14902,2665 14899,2667 14895,2669 14892,2670 14889,2672 14886,2673 14882,2675 14879,2676 14875,2676 14872,2677 14868,2678 14865,2678 14861,2678 14707,2678 14707,2678 14703,2678 14700,2678 14696,2677 14693,2676 14689,2676 14686,2675 14682,2673 14679,2672 14676,2670 14672,2669 14669,2667 14666,2665 14664,2663 14661,2660 14658,2658 14656,2655 14653,2652 14651,2650 14649,2647 14647,2643 14646,2640 14644,2637 14643,2634 14641,2630 14640,2627 14640,2623 14639,2620 14638,2616 14638,2613 14638,2609 14637,2609 14638,2609 14638,2605 14638,2602 14639,2598 14639,2595 14640,2591 14641,2588 14642,2584 14644,2581 14645,2578 14647,2575 14649,2572 14651,2569 14653,2566 14655,2563 14658,2561 14660,2558 14663,2556 14666,2554 14669,2551 14672,2550 14675,2548 14678,2546 14682,2545 14685,2544 14688,2543 14692,2542 14695,2541 14699,2540 14702,2540 14706,2540 14861,2539 14861,2540 14865,2540 14868,2540 14872,2541 14875,2541 14879,2542 14882,2543 14886,2544 14889,2546 14892,2547 14895,2549 14898,2551 14901,2553 14904,2555 14907,2557 14909,2560 14912,2562 14914,2565 14916,2568 14919,2571 14920,2574 14922,2577 14924,2580 14925,2584 14926,2587 14927,2590 14928,2594 14929,2597 14930,2601 14930,2604 14930,2608 14930,2609 Z M 14930,2678 L 14930,2678 Z M 14637,2539 L 14637,2539 Z"/>
         </g>
        </g>
        <g class="com.sun.star.drawing.CustomShape">
         <g id="id150">
          <rect class="BoundingBox" stroke="none" fill="none" x="14637" y="2739" width="294" height="140"/>
          <path fill="rgb(66,131,139)" stroke="none" d="M 14930,2809 L 14930,2809 14930,2813 14930,2816 14929,2820 14928,2823 14928,2827 14927,2830 14925,2834 14924,2837 14922,2840 14921,2844 14919,2847 14917,2850 14915,2852 14912,2855 14910,2858 14907,2860 14904,2863 14902,2865 14899,2867 14895,2869 14892,2870 14889,2872 14886,2873 14882,2875 14879,2876 14875,2876 14872,2877 14868,2878 14865,2878 14861,2878 14707,2878 14707,2878 14703,2878 14700,2878 14696,2877 14693,2876 14689,2876 14686,2875 14682,2873 14679,2872 14676,2870 14672,2869 14669,2867 14666,2865 14664,2863 14661,2860 14658,2858 14656,2855 14653,2852 14651,2850 14649,2847 14647,2843 14646,2840 14644,2837 14643,2834 14641,2830 14640,2827 14640,2823 14639,2820 14638,2816 14638,2813 14638,2809 14637,2809 14638,2809 14638,2805 14638,2802 14639,2798 14639,2795 14640,2791 14641,2788 14642,2784 14644,2781 14645,2778 14647,2775 14649,2772 14651,2769 14653,2766 14655,2763 14658,2761 14660,2758 14663,2756 14666,2754 14669,2751 14672,2750 14675,2748 14678,2746 14682,2745 14685,2744 14688,2743 14692,2742 14695,2741 14699,2740 14702,2740 14706,2740 14861,2739 14861,2740 14865,2740 14868,2740 14872,2741 14875,2741 14879,2742 14882,2743 14886,2744 14889,2746 14892,2747 14895,2749 14898,2751 14901,2753 14904,2755 14907,2757 14909,2760 14912,2762 14914,2765 14916,2768 14919,2771 14920,2774 14922,2777 14924,2780 14925,2784 14926,2787 14927,2790 14928,2794 14929,2797 14930,2801 14930,2804 14930,2808 14930,2809 Z M 14930,2878 L 14930,2878 Z M 14637,2739 L 14637,2739 Z"/>
         </g>
        </g>
       </g>
      </g>
      <g class="com.sun.star.drawing.TextShape">
       <g id="id151">
        <rect class="BoundingBox" stroke="none" fill="none" x="9382" y="4140" width="1625" height="1285"/>
        <text class="TextShape"><tspan class="TextParagraph" font-family="Calibri, sans-serif" font-size="282px" font-weight="400"><tspan class="TextPosition" x="9632" y="4527"><tspan fill="rgb(0,0,0)" stroke="none">PCIe</tspan></tspan></tspan><tspan class="TextParagraph" font-family="Calibri, sans-serif" font-size="282px" font-weight="400"><tspan class="TextPosition" x="9632" y="4857"><tspan fill="rgb(0,0,0)" stroke="none">Gen3</tspan></tspan></tspan></text>
       </g>
      </g>
      <g class="com.sun.star.drawing.CustomShape">
       <g id="id152">
        <rect class="BoundingBox" stroke="none" fill="none" x="3677" y="5952" width="382" height="382"/>
       </g>
      </g>
      <g class="com.sun.star.drawing.CustomShape">
       <g id="id153">
        <rect class="BoundingBox" stroke="none" fill="none" x="6233" y="8492" width="390" height="382"/>
       </g>
      </g>
      <g class="com.sun.star.drawing.CustomShape">
       <g id="id154">
        <rect class="BoundingBox" stroke="none" fill="none" x="6676" y="8492" width="382" height="382"/>
       </g>
      </g>
      <g class="com.sun.star.drawing.CustomShape">
       <g id="id155">
        <rect class="BoundingBox" stroke="none" fill="none" x="4112" y="5979" width="382" height="382"/>
       </g>
      </g>
      <g class="com.sun.star.drawing.CustomShape">
       <g id="id156">
        <rect class="BoundingBox" stroke="none" fill="none" x="7006" y="5952" width="382" height="382"/>
       </g>
      </g>
      <g class="com.sun.star.drawing.CustomShape">
       <g id="id157">
        <rect class="BoundingBox" stroke="none" fill="none" x="11070" y="8492" width="382" height="382"/>
       </g>
      </g>
      <g class="com.sun.star.drawing.CustomShape">
       <g id="id158">
        <rect class="BoundingBox" stroke="none" fill="none" x="14196" y="5952" width="382" height="382"/>
       </g>
      </g>
      <g class="com.sun.star.drawing.CustomShape">
       <g id="id159">
        <rect class="BoundingBox" stroke="none" fill="none" x="11405" y="8492" width="382" height="382"/>
       </g>
      </g>
      <g class="com.sun.star.drawing.CustomShape">
       <g id="id160">
        <rect class="BoundingBox" stroke="none" fill="none" x="7414" y="5952" width="382" height="382"/>
       </g>
      </g>
      <g class="com.sun.star.drawing.CustomShape">
       <g id="id161">
        <rect class="BoundingBox" stroke="none" fill="none" x="13761" y="5979" width="382" height="382"/>
       </g>
      </g>
      <g class="com.sun.star.drawing.CustomShape">
       <g id="id162">
        <rect class="BoundingBox" stroke="none" fill="none" x="7003" y="6159" width="743" height="235"/>
        <path fill="none" stroke="rgb(89,89,89)" stroke-width="106" stroke-linejoin="round" d="M 7692,6212 L 7692,6212 7692,6219 7692,6225 7691,6232 7691,6238 7690,6245 7690,6251 7689,6257 7688,6263 7686,6269 7685,6275 7684,6281 7682,6286 7681,6291 7679,6296 7677,6301 7675,6306 7673,6310 7671,6314 7669,6318 7666,6321 7664,6324 7662,6327 7659,6330 7657,6332 7654,6334 7652,6335 7649,6336 7646,6337 7644,6338 7641,6338 7108,6339 7108,6339 7105,6339 7103,6338 7100,6337 7097,6336 7095,6335 7092,6333 7090,6331 7087,6328 7085,6325 7083,6322 7080,6319 7078,6315 7076,6311 7074,6307 7072,6302 7070,6297 7069,6292 7067,6287 7065,6282 7064,6276 7063,6270 7062,6264 7060,6258 7060,6252 7059,6246 7058,6239 7058,6233 7057,6226 7057,6220 7057,6213"/>
        <path fill="none" stroke="rgb(89,89,89)" stroke-width="106" stroke-linejoin="round" d="M 7692,6212 L 7692,6212 Z"/>
        <path fill="none" stroke="rgb(89,89,89)" stroke-width="106" stroke-linejoin="round" d="M 7056,6339 L 7056,6339 Z"/>
       </g>
      </g>
      <g class="com.sun.star.drawing.ConnectorShape">
       <g id="id163">
        <rect class="BoundingBox" stroke="none" fill="none" x="2793" y="6288" width="8032" height="655"/>
        <path fill="none" stroke="rgb(238,131,59)" stroke-width="106" stroke-linejoin="round" d="M 10771,6889 L 2905,6889 2905,6341 2846,6341"/>
       </g>
      </g>
      <g class="com.sun.star.drawing.CustomShape">
       <g id="id164">
        <rect class="BoundingBox" stroke="none" fill="none" x="2303" y="6160" width="743" height="235"/>
        <path fill="none" stroke="rgb(89,89,89)" stroke-width="106" stroke-linejoin="round" d="M 2992,6213 L 2992,6213 2992,6220 2992,6226 2991,6233 2991,6239 2990,6246 2990,6252 2989,6258 2988,6264 2986,6270 2985,6276 2984,6282 2982,6287 2981,6292 2979,6297 2977,6302 2975,6307 2973,6311 2971,6315 2969,6319 2966,6322 2964,6325 2962,6328 2959,6331 2957,6333 2954,6335 2952,6336 2949,6337 2946,6338 2944,6339 2941,6339 2408,6340 2408,6340 2405,6340 2403,6339 2400,6338 2397,6337 2395,6336 2392,6334 2390,6332 2387,6329 2385,6326 2383,6323 2380,6320 2378,6316 2376,6312 2374,6308 2372,6303 2370,6298 2369,6293 2367,6288 2365,6283 2364,6277 2363,6271 2362,6265 2360,6259 2360,6253 2359,6247 2358,6240 2358,6234 2357,6227 2357,6221 2357,6214"/>
        <path fill="none" stroke="rgb(89,89,89)" stroke-width="106" stroke-linejoin="round" d="M 2992,6213 L 2992,6213 Z"/>
        <path fill="none" stroke="rgb(89,89,89)" stroke-width="106" stroke-linejoin="round" d="M 2356,6340 L 2356,6340 Z"/>
       </g>
      </g>
      <g class="com.sun.star.drawing.ConnectorShape">
       <g id="id165">
        <rect class="BoundingBox" stroke="none" fill="none" x="10718" y="6299" width="119" height="644"/>
        <path fill="none" stroke="rgb(238,131,59)" stroke-width="106" stroke-linejoin="round" d="M 10771,6889 L 10779,6889 10779,6352 10783,6352"/>
       </g>
      </g>
      <g class="com.sun.star.drawing.CustomShape">
       <g id="id166">
        <rect class="BoundingBox" stroke="none" fill="none" x="10658" y="6140" width="743" height="234"/>
        <path fill="none" stroke="rgb(89,89,89)" stroke-width="106" stroke-linejoin="round" d="M 11347,6193 L 11347,6193 11347,6200 11347,6206 11346,6213 11346,6219 11345,6226 11345,6232 11344,6238 11343,6244 11341,6250 11340,6256 11339,6262 11337,6267 11336,6272 11334,6277 11332,6282 11330,6287 11328,6291 11326,6295 11324,6299 11321,6302 11319,6305 11317,6308 11314,6311 11312,6313 11309,6315 11307,6316 11304,6317 11301,6318 11299,6319 11296,6319 10763,6320 10763,6320 10760,6320 10758,6319 10755,6318 10752,6317 10750,6316 10747,6314 10745,6312 10742,6309 10740,6306 10738,6303 10735,6300 10733,6296 10731,6292 10729,6288 10727,6283 10725,6278 10724,6273 10722,6268 10720,6263 10719,6257 10718,6251 10717,6245 10715,6239 10715,6233 10714,6227 10713,6220 10713,6214 10712,6207 10712,6201 10712,6194"/>
        <path fill="none" stroke="rgb(89,89,89)" stroke-width="106" stroke-linejoin="round" d="M 11347,6193 L 11347,6193 Z"/>
        <path fill="none" stroke="rgb(89,89,89)" stroke-width="106" stroke-linejoin="round" d="M 10711,6320 L 10711,6320 Z"/>
       </g>
      </g>
     </g>
    </g>
   </g>
  </g>
 </g>
</svg>