• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1<!DOCTYPE html>
2<html>
3<head><meta charset="utf-8" />
4<title>evcxr-jupyter-integration</title><script src="https://cdnjs.cloudflare.com/ajax/libs/require.js/2.1.10/require.min.js"></script>
5<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/2.0.3/jquery.min.js"></script>
6
7<style type="text/css">
8    /*!
9*
10* Twitter Bootstrap
11*
12*/
13/*!
14 * Bootstrap v3.3.7 (http://getbootstrap.com)
15 * Copyright 2011-2016 Twitter, Inc.
16 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
17 */
18/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
19html {
20  font-family: sans-serif;
21  -ms-text-size-adjust: 100%;
22  -webkit-text-size-adjust: 100%;
23}
24body {
25  margin: 0;
26}
27article,
28aside,
29details,
30figcaption,
31figure,
32footer,
33header,
34hgroup,
35main,
36menu,
37nav,
38section,
39summary {
40  display: block;
41}
42audio,
43canvas,
44progress,
45video {
46  display: inline-block;
47  vertical-align: baseline;
48}
49audio:not([controls]) {
50  display: none;
51  height: 0;
52}
53[hidden],
54template {
55  display: none;
56}
57a {
58  background-color: transparent;
59}
60a:active,
61a:hover {
62  outline: 0;
63}
64abbr[title] {
65  border-bottom: 1px dotted;
66}
67b,
68strong {
69  font-weight: bold;
70}
71dfn {
72  font-style: italic;
73}
74h1 {
75  font-size: 2em;
76  margin: 0.67em 0;
77}
78mark {
79  background: #ff0;
80  color: #000;
81}
82small {
83  font-size: 80%;
84}
85sub,
86sup {
87  font-size: 75%;
88  line-height: 0;
89  position: relative;
90  vertical-align: baseline;
91}
92sup {
93  top: -0.5em;
94}
95sub {
96  bottom: -0.25em;
97}
98img {
99  border: 0;
100}
101svg:not(:root) {
102  overflow: hidden;
103}
104figure {
105  margin: 1em 40px;
106}
107hr {
108  box-sizing: content-box;
109  height: 0;
110}
111pre {
112  overflow: auto;
113}
114code,
115kbd,
116pre,
117samp {
118  font-family: monospace, monospace;
119  font-size: 1em;
120}
121button,
122input,
123optgroup,
124select,
125textarea {
126  color: inherit;
127  font: inherit;
128  margin: 0;
129}
130button {
131  overflow: visible;
132}
133button,
134select {
135  text-transform: none;
136}
137button,
138html input[type="button"],
139input[type="reset"],
140input[type="submit"] {
141  -webkit-appearance: button;
142  cursor: pointer;
143}
144button[disabled],
145html input[disabled] {
146  cursor: default;
147}
148button::-moz-focus-inner,
149input::-moz-focus-inner {
150  border: 0;
151  padding: 0;
152}
153input {
154  line-height: normal;
155}
156input[type="checkbox"],
157input[type="radio"] {
158  box-sizing: border-box;
159  padding: 0;
160}
161input[type="number"]::-webkit-inner-spin-button,
162input[type="number"]::-webkit-outer-spin-button {
163  height: auto;
164}
165input[type="search"] {
166  -webkit-appearance: textfield;
167  box-sizing: content-box;
168}
169input[type="search"]::-webkit-search-cancel-button,
170input[type="search"]::-webkit-search-decoration {
171  -webkit-appearance: none;
172}
173fieldset {
174  border: 1px solid #c0c0c0;
175  margin: 0 2px;
176  padding: 0.35em 0.625em 0.75em;
177}
178legend {
179  border: 0;
180  padding: 0;
181}
182textarea {
183  overflow: auto;
184}
185optgroup {
186  font-weight: bold;
187}
188table {
189  border-collapse: collapse;
190  border-spacing: 0;
191}
192td,
193th {
194  padding: 0;
195}
196/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
197@media print {
198  *,
199  *:before,
200  *:after {
201    background: transparent !important;
202    color: #000 !important;
203    box-shadow: none !important;
204    text-shadow: none !important;
205  }
206  a,
207  a:visited {
208    text-decoration: underline;
209  }
210  a[href]:after {
211    content: " (" attr(href) ")";
212  }
213  abbr[title]:after {
214    content: " (" attr(title) ")";
215  }
216  a[href^="#"]:after,
217  a[href^="javascript:"]:after {
218    content: "";
219  }
220  pre,
221  blockquote {
222    border: 1px solid #999;
223    page-break-inside: avoid;
224  }
225  thead {
226    display: table-header-group;
227  }
228  tr,
229  img {
230    page-break-inside: avoid;
231  }
232  img {
233    max-width: 100% !important;
234  }
235  p,
236  h2,
237  h3 {
238    orphans: 3;
239    widows: 3;
240  }
241  h2,
242  h3 {
243    page-break-after: avoid;
244  }
245  .navbar {
246    display: none;
247  }
248  .btn > .caret,
249  .dropup > .btn > .caret {
250    border-top-color: #000 !important;
251  }
252  .label {
253    border: 1px solid #000;
254  }
255  .table {
256    border-collapse: collapse !important;
257  }
258  .table td,
259  .table th {
260    background-color: #fff !important;
261  }
262  .table-bordered th,
263  .table-bordered td {
264    border: 1px solid #ddd !important;
265  }
266}
267@font-face {
268  font-family: 'Glyphicons Halflings';
269  src: url('../components/bootstrap/fonts/glyphicons-halflings-regular.eot');
270  src: url('../components/bootstrap/fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../components/bootstrap/fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('../components/bootstrap/fonts/glyphicons-halflings-regular.woff') format('woff'), url('../components/bootstrap/fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../components/bootstrap/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
271}
272.glyphicon {
273  position: relative;
274  top: 1px;
275  display: inline-block;
276  font-family: 'Glyphicons Halflings';
277  font-style: normal;
278  font-weight: normal;
279  line-height: 1;
280  -webkit-font-smoothing: antialiased;
281  -moz-osx-font-smoothing: grayscale;
282}
283.glyphicon-asterisk:before {
284  content: "\002a";
285}
286.glyphicon-plus:before {
287  content: "\002b";
288}
289.glyphicon-euro:before,
290.glyphicon-eur:before {
291  content: "\20ac";
292}
293.glyphicon-minus:before {
294  content: "\2212";
295}
296.glyphicon-cloud:before {
297  content: "\2601";
298}
299.glyphicon-envelope:before {
300  content: "\2709";
301}
302.glyphicon-pencil:before {
303  content: "\270f";
304}
305.glyphicon-glass:before {
306  content: "\e001";
307}
308.glyphicon-music:before {
309  content: "\e002";
310}
311.glyphicon-search:before {
312  content: "\e003";
313}
314.glyphicon-heart:before {
315  content: "\e005";
316}
317.glyphicon-star:before {
318  content: "\e006";
319}
320.glyphicon-star-empty:before {
321  content: "\e007";
322}
323.glyphicon-user:before {
324  content: "\e008";
325}
326.glyphicon-film:before {
327  content: "\e009";
328}
329.glyphicon-th-large:before {
330  content: "\e010";
331}
332.glyphicon-th:before {
333  content: "\e011";
334}
335.glyphicon-th-list:before {
336  content: "\e012";
337}
338.glyphicon-ok:before {
339  content: "\e013";
340}
341.glyphicon-remove:before {
342  content: "\e014";
343}
344.glyphicon-zoom-in:before {
345  content: "\e015";
346}
347.glyphicon-zoom-out:before {
348  content: "\e016";
349}
350.glyphicon-off:before {
351  content: "\e017";
352}
353.glyphicon-signal:before {
354  content: "\e018";
355}
356.glyphicon-cog:before {
357  content: "\e019";
358}
359.glyphicon-trash:before {
360  content: "\e020";
361}
362.glyphicon-home:before {
363  content: "\e021";
364}
365.glyphicon-file:before {
366  content: "\e022";
367}
368.glyphicon-time:before {
369  content: "\e023";
370}
371.glyphicon-road:before {
372  content: "\e024";
373}
374.glyphicon-download-alt:before {
375  content: "\e025";
376}
377.glyphicon-download:before {
378  content: "\e026";
379}
380.glyphicon-upload:before {
381  content: "\e027";
382}
383.glyphicon-inbox:before {
384  content: "\e028";
385}
386.glyphicon-play-circle:before {
387  content: "\e029";
388}
389.glyphicon-repeat:before {
390  content: "\e030";
391}
392.glyphicon-refresh:before {
393  content: "\e031";
394}
395.glyphicon-list-alt:before {
396  content: "\e032";
397}
398.glyphicon-lock:before {
399  content: "\e033";
400}
401.glyphicon-flag:before {
402  content: "\e034";
403}
404.glyphicon-headphones:before {
405  content: "\e035";
406}
407.glyphicon-volume-off:before {
408  content: "\e036";
409}
410.glyphicon-volume-down:before {
411  content: "\e037";
412}
413.glyphicon-volume-up:before {
414  content: "\e038";
415}
416.glyphicon-qrcode:before {
417  content: "\e039";
418}
419.glyphicon-barcode:before {
420  content: "\e040";
421}
422.glyphicon-tag:before {
423  content: "\e041";
424}
425.glyphicon-tags:before {
426  content: "\e042";
427}
428.glyphicon-book:before {
429  content: "\e043";
430}
431.glyphicon-bookmark:before {
432  content: "\e044";
433}
434.glyphicon-print:before {
435  content: "\e045";
436}
437.glyphicon-camera:before {
438  content: "\e046";
439}
440.glyphicon-font:before {
441  content: "\e047";
442}
443.glyphicon-bold:before {
444  content: "\e048";
445}
446.glyphicon-italic:before {
447  content: "\e049";
448}
449.glyphicon-text-height:before {
450  content: "\e050";
451}
452.glyphicon-text-width:before {
453  content: "\e051";
454}
455.glyphicon-align-left:before {
456  content: "\e052";
457}
458.glyphicon-align-center:before {
459  content: "\e053";
460}
461.glyphicon-align-right:before {
462  content: "\e054";
463}
464.glyphicon-align-justify:before {
465  content: "\e055";
466}
467.glyphicon-list:before {
468  content: "\e056";
469}
470.glyphicon-indent-left:before {
471  content: "\e057";
472}
473.glyphicon-indent-right:before {
474  content: "\e058";
475}
476.glyphicon-facetime-video:before {
477  content: "\e059";
478}
479.glyphicon-picture:before {
480  content: "\e060";
481}
482.glyphicon-map-marker:before {
483  content: "\e062";
484}
485.glyphicon-adjust:before {
486  content: "\e063";
487}
488.glyphicon-tint:before {
489  content: "\e064";
490}
491.glyphicon-edit:before {
492  content: "\e065";
493}
494.glyphicon-share:before {
495  content: "\e066";
496}
497.glyphicon-check:before {
498  content: "\e067";
499}
500.glyphicon-move:before {
501  content: "\e068";
502}
503.glyphicon-step-backward:before {
504  content: "\e069";
505}
506.glyphicon-fast-backward:before {
507  content: "\e070";
508}
509.glyphicon-backward:before {
510  content: "\e071";
511}
512.glyphicon-play:before {
513  content: "\e072";
514}
515.glyphicon-pause:before {
516  content: "\e073";
517}
518.glyphicon-stop:before {
519  content: "\e074";
520}
521.glyphicon-forward:before {
522  content: "\e075";
523}
524.glyphicon-fast-forward:before {
525  content: "\e076";
526}
527.glyphicon-step-forward:before {
528  content: "\e077";
529}
530.glyphicon-eject:before {
531  content: "\e078";
532}
533.glyphicon-chevron-left:before {
534  content: "\e079";
535}
536.glyphicon-chevron-right:before {
537  content: "\e080";
538}
539.glyphicon-plus-sign:before {
540  content: "\e081";
541}
542.glyphicon-minus-sign:before {
543  content: "\e082";
544}
545.glyphicon-remove-sign:before {
546  content: "\e083";
547}
548.glyphicon-ok-sign:before {
549  content: "\e084";
550}
551.glyphicon-question-sign:before {
552  content: "\e085";
553}
554.glyphicon-info-sign:before {
555  content: "\e086";
556}
557.glyphicon-screenshot:before {
558  content: "\e087";
559}
560.glyphicon-remove-circle:before {
561  content: "\e088";
562}
563.glyphicon-ok-circle:before {
564  content: "\e089";
565}
566.glyphicon-ban-circle:before {
567  content: "\e090";
568}
569.glyphicon-arrow-left:before {
570  content: "\e091";
571}
572.glyphicon-arrow-right:before {
573  content: "\e092";
574}
575.glyphicon-arrow-up:before {
576  content: "\e093";
577}
578.glyphicon-arrow-down:before {
579  content: "\e094";
580}
581.glyphicon-share-alt:before {
582  content: "\e095";
583}
584.glyphicon-resize-full:before {
585  content: "\e096";
586}
587.glyphicon-resize-small:before {
588  content: "\e097";
589}
590.glyphicon-exclamation-sign:before {
591  content: "\e101";
592}
593.glyphicon-gift:before {
594  content: "\e102";
595}
596.glyphicon-leaf:before {
597  content: "\e103";
598}
599.glyphicon-fire:before {
600  content: "\e104";
601}
602.glyphicon-eye-open:before {
603  content: "\e105";
604}
605.glyphicon-eye-close:before {
606  content: "\e106";
607}
608.glyphicon-warning-sign:before {
609  content: "\e107";
610}
611.glyphicon-plane:before {
612  content: "\e108";
613}
614.glyphicon-calendar:before {
615  content: "\e109";
616}
617.glyphicon-random:before {
618  content: "\e110";
619}
620.glyphicon-comment:before {
621  content: "\e111";
622}
623.glyphicon-magnet:before {
624  content: "\e112";
625}
626.glyphicon-chevron-up:before {
627  content: "\e113";
628}
629.glyphicon-chevron-down:before {
630  content: "\e114";
631}
632.glyphicon-retweet:before {
633  content: "\e115";
634}
635.glyphicon-shopping-cart:before {
636  content: "\e116";
637}
638.glyphicon-folder-close:before {
639  content: "\e117";
640}
641.glyphicon-folder-open:before {
642  content: "\e118";
643}
644.glyphicon-resize-vertical:before {
645  content: "\e119";
646}
647.glyphicon-resize-horizontal:before {
648  content: "\e120";
649}
650.glyphicon-hdd:before {
651  content: "\e121";
652}
653.glyphicon-bullhorn:before {
654  content: "\e122";
655}
656.glyphicon-bell:before {
657  content: "\e123";
658}
659.glyphicon-certificate:before {
660  content: "\e124";
661}
662.glyphicon-thumbs-up:before {
663  content: "\e125";
664}
665.glyphicon-thumbs-down:before {
666  content: "\e126";
667}
668.glyphicon-hand-right:before {
669  content: "\e127";
670}
671.glyphicon-hand-left:before {
672  content: "\e128";
673}
674.glyphicon-hand-up:before {
675  content: "\e129";
676}
677.glyphicon-hand-down:before {
678  content: "\e130";
679}
680.glyphicon-circle-arrow-right:before {
681  content: "\e131";
682}
683.glyphicon-circle-arrow-left:before {
684  content: "\e132";
685}
686.glyphicon-circle-arrow-up:before {
687  content: "\e133";
688}
689.glyphicon-circle-arrow-down:before {
690  content: "\e134";
691}
692.glyphicon-globe:before {
693  content: "\e135";
694}
695.glyphicon-wrench:before {
696  content: "\e136";
697}
698.glyphicon-tasks:before {
699  content: "\e137";
700}
701.glyphicon-filter:before {
702  content: "\e138";
703}
704.glyphicon-briefcase:before {
705  content: "\e139";
706}
707.glyphicon-fullscreen:before {
708  content: "\e140";
709}
710.glyphicon-dashboard:before {
711  content: "\e141";
712}
713.glyphicon-paperclip:before {
714  content: "\e142";
715}
716.glyphicon-heart-empty:before {
717  content: "\e143";
718}
719.glyphicon-link:before {
720  content: "\e144";
721}
722.glyphicon-phone:before {
723  content: "\e145";
724}
725.glyphicon-pushpin:before {
726  content: "\e146";
727}
728.glyphicon-usd:before {
729  content: "\e148";
730}
731.glyphicon-gbp:before {
732  content: "\e149";
733}
734.glyphicon-sort:before {
735  content: "\e150";
736}
737.glyphicon-sort-by-alphabet:before {
738  content: "\e151";
739}
740.glyphicon-sort-by-alphabet-alt:before {
741  content: "\e152";
742}
743.glyphicon-sort-by-order:before {
744  content: "\e153";
745}
746.glyphicon-sort-by-order-alt:before {
747  content: "\e154";
748}
749.glyphicon-sort-by-attributes:before {
750  content: "\e155";
751}
752.glyphicon-sort-by-attributes-alt:before {
753  content: "\e156";
754}
755.glyphicon-unchecked:before {
756  content: "\e157";
757}
758.glyphicon-expand:before {
759  content: "\e158";
760}
761.glyphicon-collapse-down:before {
762  content: "\e159";
763}
764.glyphicon-collapse-up:before {
765  content: "\e160";
766}
767.glyphicon-log-in:before {
768  content: "\e161";
769}
770.glyphicon-flash:before {
771  content: "\e162";
772}
773.glyphicon-log-out:before {
774  content: "\e163";
775}
776.glyphicon-new-window:before {
777  content: "\e164";
778}
779.glyphicon-record:before {
780  content: "\e165";
781}
782.glyphicon-save:before {
783  content: "\e166";
784}
785.glyphicon-open:before {
786  content: "\e167";
787}
788.glyphicon-saved:before {
789  content: "\e168";
790}
791.glyphicon-import:before {
792  content: "\e169";
793}
794.glyphicon-export:before {
795  content: "\e170";
796}
797.glyphicon-send:before {
798  content: "\e171";
799}
800.glyphicon-floppy-disk:before {
801  content: "\e172";
802}
803.glyphicon-floppy-saved:before {
804  content: "\e173";
805}
806.glyphicon-floppy-remove:before {
807  content: "\e174";
808}
809.glyphicon-floppy-save:before {
810  content: "\e175";
811}
812.glyphicon-floppy-open:before {
813  content: "\e176";
814}
815.glyphicon-credit-card:before {
816  content: "\e177";
817}
818.glyphicon-transfer:before {
819  content: "\e178";
820}
821.glyphicon-cutlery:before {
822  content: "\e179";
823}
824.glyphicon-header:before {
825  content: "\e180";
826}
827.glyphicon-compressed:before {
828  content: "\e181";
829}
830.glyphicon-earphone:before {
831  content: "\e182";
832}
833.glyphicon-phone-alt:before {
834  content: "\e183";
835}
836.glyphicon-tower:before {
837  content: "\e184";
838}
839.glyphicon-stats:before {
840  content: "\e185";
841}
842.glyphicon-sd-video:before {
843  content: "\e186";
844}
845.glyphicon-hd-video:before {
846  content: "\e187";
847}
848.glyphicon-subtitles:before {
849  content: "\e188";
850}
851.glyphicon-sound-stereo:before {
852  content: "\e189";
853}
854.glyphicon-sound-dolby:before {
855  content: "\e190";
856}
857.glyphicon-sound-5-1:before {
858  content: "\e191";
859}
860.glyphicon-sound-6-1:before {
861  content: "\e192";
862}
863.glyphicon-sound-7-1:before {
864  content: "\e193";
865}
866.glyphicon-copyright-mark:before {
867  content: "\e194";
868}
869.glyphicon-registration-mark:before {
870  content: "\e195";
871}
872.glyphicon-cloud-download:before {
873  content: "\e197";
874}
875.glyphicon-cloud-upload:before {
876  content: "\e198";
877}
878.glyphicon-tree-conifer:before {
879  content: "\e199";
880}
881.glyphicon-tree-deciduous:before {
882  content: "\e200";
883}
884.glyphicon-cd:before {
885  content: "\e201";
886}
887.glyphicon-save-file:before {
888  content: "\e202";
889}
890.glyphicon-open-file:before {
891  content: "\e203";
892}
893.glyphicon-level-up:before {
894  content: "\e204";
895}
896.glyphicon-copy:before {
897  content: "\e205";
898}
899.glyphicon-paste:before {
900  content: "\e206";
901}
902.glyphicon-alert:before {
903  content: "\e209";
904}
905.glyphicon-equalizer:before {
906  content: "\e210";
907}
908.glyphicon-king:before {
909  content: "\e211";
910}
911.glyphicon-queen:before {
912  content: "\e212";
913}
914.glyphicon-pawn:before {
915  content: "\e213";
916}
917.glyphicon-bishop:before {
918  content: "\e214";
919}
920.glyphicon-knight:before {
921  content: "\e215";
922}
923.glyphicon-baby-formula:before {
924  content: "\e216";
925}
926.glyphicon-tent:before {
927  content: "\26fa";
928}
929.glyphicon-blackboard:before {
930  content: "\e218";
931}
932.glyphicon-bed:before {
933  content: "\e219";
934}
935.glyphicon-apple:before {
936  content: "\f8ff";
937}
938.glyphicon-erase:before {
939  content: "\e221";
940}
941.glyphicon-hourglass:before {
942  content: "\231b";
943}
944.glyphicon-lamp:before {
945  content: "\e223";
946}
947.glyphicon-duplicate:before {
948  content: "\e224";
949}
950.glyphicon-piggy-bank:before {
951  content: "\e225";
952}
953.glyphicon-scissors:before {
954  content: "\e226";
955}
956.glyphicon-bitcoin:before {
957  content: "\e227";
958}
959.glyphicon-btc:before {
960  content: "\e227";
961}
962.glyphicon-xbt:before {
963  content: "\e227";
964}
965.glyphicon-yen:before {
966  content: "\00a5";
967}
968.glyphicon-jpy:before {
969  content: "\00a5";
970}
971.glyphicon-ruble:before {
972  content: "\20bd";
973}
974.glyphicon-rub:before {
975  content: "\20bd";
976}
977.glyphicon-scale:before {
978  content: "\e230";
979}
980.glyphicon-ice-lolly:before {
981  content: "\e231";
982}
983.glyphicon-ice-lolly-tasted:before {
984  content: "\e232";
985}
986.glyphicon-education:before {
987  content: "\e233";
988}
989.glyphicon-option-horizontal:before {
990  content: "\e234";
991}
992.glyphicon-option-vertical:before {
993  content: "\e235";
994}
995.glyphicon-menu-hamburger:before {
996  content: "\e236";
997}
998.glyphicon-modal-window:before {
999  content: "\e237";
1000}
1001.glyphicon-oil:before {
1002  content: "\e238";
1003}
1004.glyphicon-grain:before {
1005  content: "\e239";
1006}
1007.glyphicon-sunglasses:before {
1008  content: "\e240";
1009}
1010.glyphicon-text-size:before {
1011  content: "\e241";
1012}
1013.glyphicon-text-color:before {
1014  content: "\e242";
1015}
1016.glyphicon-text-background:before {
1017  content: "\e243";
1018}
1019.glyphicon-object-align-top:before {
1020  content: "\e244";
1021}
1022.glyphicon-object-align-bottom:before {
1023  content: "\e245";
1024}
1025.glyphicon-object-align-horizontal:before {
1026  content: "\e246";
1027}
1028.glyphicon-object-align-left:before {
1029  content: "\e247";
1030}
1031.glyphicon-object-align-vertical:before {
1032  content: "\e248";
1033}
1034.glyphicon-object-align-right:before {
1035  content: "\e249";
1036}
1037.glyphicon-triangle-right:before {
1038  content: "\e250";
1039}
1040.glyphicon-triangle-left:before {
1041  content: "\e251";
1042}
1043.glyphicon-triangle-bottom:before {
1044  content: "\e252";
1045}
1046.glyphicon-triangle-top:before {
1047  content: "\e253";
1048}
1049.glyphicon-console:before {
1050  content: "\e254";
1051}
1052.glyphicon-superscript:before {
1053  content: "\e255";
1054}
1055.glyphicon-subscript:before {
1056  content: "\e256";
1057}
1058.glyphicon-menu-left:before {
1059  content: "\e257";
1060}
1061.glyphicon-menu-right:before {
1062  content: "\e258";
1063}
1064.glyphicon-menu-down:before {
1065  content: "\e259";
1066}
1067.glyphicon-menu-up:before {
1068  content: "\e260";
1069}
1070* {
1071  -webkit-box-sizing: border-box;
1072  -moz-box-sizing: border-box;
1073  box-sizing: border-box;
1074}
1075*:before,
1076*:after {
1077  -webkit-box-sizing: border-box;
1078  -moz-box-sizing: border-box;
1079  box-sizing: border-box;
1080}
1081html {
1082  font-size: 10px;
1083  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
1084}
1085body {
1086  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
1087  font-size: 13px;
1088  line-height: 1.42857143;
1089  color: #000000;
1090  background-color: #ffffff;
1091}
1092input,
1093button,
1094select,
1095textarea {
1096  font-family: inherit;
1097  font-size: inherit;
1098  line-height: inherit;
1099}
1100a {
1101  color: #337ab7;
1102  text-decoration: none;
1103}
1104a:hover,
1105a:focus {
1106  color: #23527c;
1107  text-decoration: underline;
1108}
1109a:focus {
1110  outline: 5px auto -webkit-focus-ring-color;
1111  outline-offset: -2px;
1112}
1113figure {
1114  margin: 0;
1115}
1116img {
1117  vertical-align: middle;
1118}
1119.img-responsive,
1120.thumbnail > img,
1121.thumbnail a > img,
1122.carousel-inner > .item > img,
1123.carousel-inner > .item > a > img {
1124  display: block;
1125  max-width: 100%;
1126  height: auto;
1127}
1128.img-rounded {
1129  border-radius: 3px;
1130}
1131.img-thumbnail {
1132  padding: 4px;
1133  line-height: 1.42857143;
1134  background-color: #ffffff;
1135  border: 1px solid #dddddd;
1136  border-radius: 2px;
1137  -webkit-transition: all 0.2s ease-in-out;
1138  -o-transition: all 0.2s ease-in-out;
1139  transition: all 0.2s ease-in-out;
1140  display: inline-block;
1141  max-width: 100%;
1142  height: auto;
1143}
1144.img-circle {
1145  border-radius: 50%;
1146}
1147hr {
1148  margin-top: 18px;
1149  margin-bottom: 18px;
1150  border: 0;
1151  border-top: 1px solid #eeeeee;
1152}
1153.sr-only {
1154  position: absolute;
1155  width: 1px;
1156  height: 1px;
1157  margin: -1px;
1158  padding: 0;
1159  overflow: hidden;
1160  clip: rect(0, 0, 0, 0);
1161  border: 0;
1162}
1163.sr-only-focusable:active,
1164.sr-only-focusable:focus {
1165  position: static;
1166  width: auto;
1167  height: auto;
1168  margin: 0;
1169  overflow: visible;
1170  clip: auto;
1171}
1172[role="button"] {
1173  cursor: pointer;
1174}
1175h1,
1176h2,
1177h3,
1178h4,
1179h5,
1180h6,
1181.h1,
1182.h2,
1183.h3,
1184.h4,
1185.h5,
1186.h6 {
1187  font-family: inherit;
1188  font-weight: 500;
1189  line-height: 1.1;
1190  color: inherit;
1191}
1192h1 small,
1193h2 small,
1194h3 small,
1195h4 small,
1196h5 small,
1197h6 small,
1198.h1 small,
1199.h2 small,
1200.h3 small,
1201.h4 small,
1202.h5 small,
1203.h6 small,
1204h1 .small,
1205h2 .small,
1206h3 .small,
1207h4 .small,
1208h5 .small,
1209h6 .small,
1210.h1 .small,
1211.h2 .small,
1212.h3 .small,
1213.h4 .small,
1214.h5 .small,
1215.h6 .small {
1216  font-weight: normal;
1217  line-height: 1;
1218  color: #777777;
1219}
1220h1,
1221.h1,
1222h2,
1223.h2,
1224h3,
1225.h3 {
1226  margin-top: 18px;
1227  margin-bottom: 9px;
1228}
1229h1 small,
1230.h1 small,
1231h2 small,
1232.h2 small,
1233h3 small,
1234.h3 small,
1235h1 .small,
1236.h1 .small,
1237h2 .small,
1238.h2 .small,
1239h3 .small,
1240.h3 .small {
1241  font-size: 65%;
1242}
1243h4,
1244.h4,
1245h5,
1246.h5,
1247h6,
1248.h6 {
1249  margin-top: 9px;
1250  margin-bottom: 9px;
1251}
1252h4 small,
1253.h4 small,
1254h5 small,
1255.h5 small,
1256h6 small,
1257.h6 small,
1258h4 .small,
1259.h4 .small,
1260h5 .small,
1261.h5 .small,
1262h6 .small,
1263.h6 .small {
1264  font-size: 75%;
1265}
1266h1,
1267.h1 {
1268  font-size: 33px;
1269}
1270h2,
1271.h2 {
1272  font-size: 27px;
1273}
1274h3,
1275.h3 {
1276  font-size: 23px;
1277}
1278h4,
1279.h4 {
1280  font-size: 17px;
1281}
1282h5,
1283.h5 {
1284  font-size: 13px;
1285}
1286h6,
1287.h6 {
1288  font-size: 12px;
1289}
1290p {
1291  margin: 0 0 9px;
1292}
1293.lead {
1294  margin-bottom: 18px;
1295  font-size: 14px;
1296  font-weight: 300;
1297  line-height: 1.4;
1298}
1299@media (min-width: 768px) {
1300  .lead {
1301    font-size: 19.5px;
1302  }
1303}
1304small,
1305.small {
1306  font-size: 92%;
1307}
1308mark,
1309.mark {
1310  background-color: #fcf8e3;
1311  padding: .2em;
1312}
1313.text-left {
1314  text-align: left;
1315}
1316.text-right {
1317  text-align: right;
1318}
1319.text-center {
1320  text-align: center;
1321}
1322.text-justify {
1323  text-align: justify;
1324}
1325.text-nowrap {
1326  white-space: nowrap;
1327}
1328.text-lowercase {
1329  text-transform: lowercase;
1330}
1331.text-uppercase {
1332  text-transform: uppercase;
1333}
1334.text-capitalize {
1335  text-transform: capitalize;
1336}
1337.text-muted {
1338  color: #777777;
1339}
1340.text-primary {
1341  color: #337ab7;
1342}
1343a.text-primary:hover,
1344a.text-primary:focus {
1345  color: #286090;
1346}
1347.text-success {
1348  color: #3c763d;
1349}
1350a.text-success:hover,
1351a.text-success:focus {
1352  color: #2b542c;
1353}
1354.text-info {
1355  color: #31708f;
1356}
1357a.text-info:hover,
1358a.text-info:focus {
1359  color: #245269;
1360}
1361.text-warning {
1362  color: #8a6d3b;
1363}
1364a.text-warning:hover,
1365a.text-warning:focus {
1366  color: #66512c;
1367}
1368.text-danger {
1369  color: #a94442;
1370}
1371a.text-danger:hover,
1372a.text-danger:focus {
1373  color: #843534;
1374}
1375.bg-primary {
1376  color: #fff;
1377  background-color: #337ab7;
1378}
1379a.bg-primary:hover,
1380a.bg-primary:focus {
1381  background-color: #286090;
1382}
1383.bg-success {
1384  background-color: #dff0d8;
1385}
1386a.bg-success:hover,
1387a.bg-success:focus {
1388  background-color: #c1e2b3;
1389}
1390.bg-info {
1391  background-color: #d9edf7;
1392}
1393a.bg-info:hover,
1394a.bg-info:focus {
1395  background-color: #afd9ee;
1396}
1397.bg-warning {
1398  background-color: #fcf8e3;
1399}
1400a.bg-warning:hover,
1401a.bg-warning:focus {
1402  background-color: #f7ecb5;
1403}
1404.bg-danger {
1405  background-color: #f2dede;
1406}
1407a.bg-danger:hover,
1408a.bg-danger:focus {
1409  background-color: #e4b9b9;
1410}
1411.page-header {
1412  padding-bottom: 8px;
1413  margin: 36px 0 18px;
1414  border-bottom: 1px solid #eeeeee;
1415}
1416ul,
1417ol {
1418  margin-top: 0;
1419  margin-bottom: 9px;
1420}
1421ul ul,
1422ol ul,
1423ul ol,
1424ol ol {
1425  margin-bottom: 0;
1426}
1427.list-unstyled {
1428  padding-left: 0;
1429  list-style: none;
1430}
1431.list-inline {
1432  padding-left: 0;
1433  list-style: none;
1434  margin-left: -5px;
1435}
1436.list-inline > li {
1437  display: inline-block;
1438  padding-left: 5px;
1439  padding-right: 5px;
1440}
1441dl {
1442  margin-top: 0;
1443  margin-bottom: 18px;
1444}
1445dt,
1446dd {
1447  line-height: 1.42857143;
1448}
1449dt {
1450  font-weight: bold;
1451}
1452dd {
1453  margin-left: 0;
1454}
1455@media (min-width: 541px) {
1456  .dl-horizontal dt {
1457    float: left;
1458    width: 160px;
1459    clear: left;
1460    text-align: right;
1461    overflow: hidden;
1462    text-overflow: ellipsis;
1463    white-space: nowrap;
1464  }
1465  .dl-horizontal dd {
1466    margin-left: 180px;
1467  }
1468}
1469abbr[title],
1470abbr[data-original-title] {
1471  cursor: help;
1472  border-bottom: 1px dotted #777777;
1473}
1474.initialism {
1475  font-size: 90%;
1476  text-transform: uppercase;
1477}
1478blockquote {
1479  padding: 9px 18px;
1480  margin: 0 0 18px;
1481  font-size: inherit;
1482  border-left: 5px solid #eeeeee;
1483}
1484blockquote p:last-child,
1485blockquote ul:last-child,
1486blockquote ol:last-child {
1487  margin-bottom: 0;
1488}
1489blockquote footer,
1490blockquote small,
1491blockquote .small {
1492  display: block;
1493  font-size: 80%;
1494  line-height: 1.42857143;
1495  color: #777777;
1496}
1497blockquote footer:before,
1498blockquote small:before,
1499blockquote .small:before {
1500  content: '\2014 \00A0';
1501}
1502.blockquote-reverse,
1503blockquote.pull-right {
1504  padding-right: 15px;
1505  padding-left: 0;
1506  border-right: 5px solid #eeeeee;
1507  border-left: 0;
1508  text-align: right;
1509}
1510.blockquote-reverse footer:before,
1511blockquote.pull-right footer:before,
1512.blockquote-reverse small:before,
1513blockquote.pull-right small:before,
1514.blockquote-reverse .small:before,
1515blockquote.pull-right .small:before {
1516  content: '';
1517}
1518.blockquote-reverse footer:after,
1519blockquote.pull-right footer:after,
1520.blockquote-reverse small:after,
1521blockquote.pull-right small:after,
1522.blockquote-reverse .small:after,
1523blockquote.pull-right .small:after {
1524  content: '\00A0 \2014';
1525}
1526address {
1527  margin-bottom: 18px;
1528  font-style: normal;
1529  line-height: 1.42857143;
1530}
1531code,
1532kbd,
1533pre,
1534samp {
1535  font-family: monospace;
1536}
1537code {
1538  padding: 2px 4px;
1539  font-size: 90%;
1540  color: #c7254e;
1541  background-color: #f9f2f4;
1542  border-radius: 2px;
1543}
1544kbd {
1545  padding: 2px 4px;
1546  font-size: 90%;
1547  color: #888888;
1548  background-color: transparent;
1549  border-radius: 1px;
1550  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
1551}
1552kbd kbd {
1553  padding: 0;
1554  font-size: 100%;
1555  font-weight: bold;
1556  box-shadow: none;
1557}
1558pre {
1559  display: block;
1560  padding: 8.5px;
1561  margin: 0 0 9px;
1562  font-size: 12px;
1563  line-height: 1.42857143;
1564  word-break: break-all;
1565  word-wrap: break-word;
1566  color: #333333;
1567  background-color: #f5f5f5;
1568  border: 1px solid #cccccc;
1569  border-radius: 2px;
1570}
1571pre code {
1572  padding: 0;
1573  font-size: inherit;
1574  color: inherit;
1575  white-space: pre-wrap;
1576  background-color: transparent;
1577  border-radius: 0;
1578}
1579.pre-scrollable {
1580  max-height: 340px;
1581  overflow-y: scroll;
1582}
1583.container {
1584  margin-right: auto;
1585  margin-left: auto;
1586  padding-left: 0px;
1587  padding-right: 0px;
1588}
1589@media (min-width: 768px) {
1590  .container {
1591    width: 768px;
1592  }
1593}
1594@media (min-width: 992px) {
1595  .container {
1596    width: 940px;
1597  }
1598}
1599@media (min-width: 1200px) {
1600  .container {
1601    width: 1140px;
1602  }
1603}
1604.container-fluid {
1605  margin-right: auto;
1606  margin-left: auto;
1607  padding-left: 0px;
1608  padding-right: 0px;
1609}
1610.row {
1611  margin-left: 0px;
1612  margin-right: 0px;
1613}
1614.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
1615  position: relative;
1616  min-height: 1px;
1617  padding-left: 0px;
1618  padding-right: 0px;
1619}
1620.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
1621  float: left;
1622}
1623.col-xs-12 {
1624  width: 100%;
1625}
1626.col-xs-11 {
1627  width: 91.66666667%;
1628}
1629.col-xs-10 {
1630  width: 83.33333333%;
1631}
1632.col-xs-9 {
1633  width: 75%;
1634}
1635.col-xs-8 {
1636  width: 66.66666667%;
1637}
1638.col-xs-7 {
1639  width: 58.33333333%;
1640}
1641.col-xs-6 {
1642  width: 50%;
1643}
1644.col-xs-5 {
1645  width: 41.66666667%;
1646}
1647.col-xs-4 {
1648  width: 33.33333333%;
1649}
1650.col-xs-3 {
1651  width: 25%;
1652}
1653.col-xs-2 {
1654  width: 16.66666667%;
1655}
1656.col-xs-1 {
1657  width: 8.33333333%;
1658}
1659.col-xs-pull-12 {
1660  right: 100%;
1661}
1662.col-xs-pull-11 {
1663  right: 91.66666667%;
1664}
1665.col-xs-pull-10 {
1666  right: 83.33333333%;
1667}
1668.col-xs-pull-9 {
1669  right: 75%;
1670}
1671.col-xs-pull-8 {
1672  right: 66.66666667%;
1673}
1674.col-xs-pull-7 {
1675  right: 58.33333333%;
1676}
1677.col-xs-pull-6 {
1678  right: 50%;
1679}
1680.col-xs-pull-5 {
1681  right: 41.66666667%;
1682}
1683.col-xs-pull-4 {
1684  right: 33.33333333%;
1685}
1686.col-xs-pull-3 {
1687  right: 25%;
1688}
1689.col-xs-pull-2 {
1690  right: 16.66666667%;
1691}
1692.col-xs-pull-1 {
1693  right: 8.33333333%;
1694}
1695.col-xs-pull-0 {
1696  right: auto;
1697}
1698.col-xs-push-12 {
1699  left: 100%;
1700}
1701.col-xs-push-11 {
1702  left: 91.66666667%;
1703}
1704.col-xs-push-10 {
1705  left: 83.33333333%;
1706}
1707.col-xs-push-9 {
1708  left: 75%;
1709}
1710.col-xs-push-8 {
1711  left: 66.66666667%;
1712}
1713.col-xs-push-7 {
1714  left: 58.33333333%;
1715}
1716.col-xs-push-6 {
1717  left: 50%;
1718}
1719.col-xs-push-5 {
1720  left: 41.66666667%;
1721}
1722.col-xs-push-4 {
1723  left: 33.33333333%;
1724}
1725.col-xs-push-3 {
1726  left: 25%;
1727}
1728.col-xs-push-2 {
1729  left: 16.66666667%;
1730}
1731.col-xs-push-1 {
1732  left: 8.33333333%;
1733}
1734.col-xs-push-0 {
1735  left: auto;
1736}
1737.col-xs-offset-12 {
1738  margin-left: 100%;
1739}
1740.col-xs-offset-11 {
1741  margin-left: 91.66666667%;
1742}
1743.col-xs-offset-10 {
1744  margin-left: 83.33333333%;
1745}
1746.col-xs-offset-9 {
1747  margin-left: 75%;
1748}
1749.col-xs-offset-8 {
1750  margin-left: 66.66666667%;
1751}
1752.col-xs-offset-7 {
1753  margin-left: 58.33333333%;
1754}
1755.col-xs-offset-6 {
1756  margin-left: 50%;
1757}
1758.col-xs-offset-5 {
1759  margin-left: 41.66666667%;
1760}
1761.col-xs-offset-4 {
1762  margin-left: 33.33333333%;
1763}
1764.col-xs-offset-3 {
1765  margin-left: 25%;
1766}
1767.col-xs-offset-2 {
1768  margin-left: 16.66666667%;
1769}
1770.col-xs-offset-1 {
1771  margin-left: 8.33333333%;
1772}
1773.col-xs-offset-0 {
1774  margin-left: 0%;
1775}
1776@media (min-width: 768px) {
1777  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
1778    float: left;
1779  }
1780  .col-sm-12 {
1781    width: 100%;
1782  }
1783  .col-sm-11 {
1784    width: 91.66666667%;
1785  }
1786  .col-sm-10 {
1787    width: 83.33333333%;
1788  }
1789  .col-sm-9 {
1790    width: 75%;
1791  }
1792  .col-sm-8 {
1793    width: 66.66666667%;
1794  }
1795  .col-sm-7 {
1796    width: 58.33333333%;
1797  }
1798  .col-sm-6 {
1799    width: 50%;
1800  }
1801  .col-sm-5 {
1802    width: 41.66666667%;
1803  }
1804  .col-sm-4 {
1805    width: 33.33333333%;
1806  }
1807  .col-sm-3 {
1808    width: 25%;
1809  }
1810  .col-sm-2 {
1811    width: 16.66666667%;
1812  }
1813  .col-sm-1 {
1814    width: 8.33333333%;
1815  }
1816  .col-sm-pull-12 {
1817    right: 100%;
1818  }
1819  .col-sm-pull-11 {
1820    right: 91.66666667%;
1821  }
1822  .col-sm-pull-10 {
1823    right: 83.33333333%;
1824  }
1825  .col-sm-pull-9 {
1826    right: 75%;
1827  }
1828  .col-sm-pull-8 {
1829    right: 66.66666667%;
1830  }
1831  .col-sm-pull-7 {
1832    right: 58.33333333%;
1833  }
1834  .col-sm-pull-6 {
1835    right: 50%;
1836  }
1837  .col-sm-pull-5 {
1838    right: 41.66666667%;
1839  }
1840  .col-sm-pull-4 {
1841    right: 33.33333333%;
1842  }
1843  .col-sm-pull-3 {
1844    right: 25%;
1845  }
1846  .col-sm-pull-2 {
1847    right: 16.66666667%;
1848  }
1849  .col-sm-pull-1 {
1850    right: 8.33333333%;
1851  }
1852  .col-sm-pull-0 {
1853    right: auto;
1854  }
1855  .col-sm-push-12 {
1856    left: 100%;
1857  }
1858  .col-sm-push-11 {
1859    left: 91.66666667%;
1860  }
1861  .col-sm-push-10 {
1862    left: 83.33333333%;
1863  }
1864  .col-sm-push-9 {
1865    left: 75%;
1866  }
1867  .col-sm-push-8 {
1868    left: 66.66666667%;
1869  }
1870  .col-sm-push-7 {
1871    left: 58.33333333%;
1872  }
1873  .col-sm-push-6 {
1874    left: 50%;
1875  }
1876  .col-sm-push-5 {
1877    left: 41.66666667%;
1878  }
1879  .col-sm-push-4 {
1880    left: 33.33333333%;
1881  }
1882  .col-sm-push-3 {
1883    left: 25%;
1884  }
1885  .col-sm-push-2 {
1886    left: 16.66666667%;
1887  }
1888  .col-sm-push-1 {
1889    left: 8.33333333%;
1890  }
1891  .col-sm-push-0 {
1892    left: auto;
1893  }
1894  .col-sm-offset-12 {
1895    margin-left: 100%;
1896  }
1897  .col-sm-offset-11 {
1898    margin-left: 91.66666667%;
1899  }
1900  .col-sm-offset-10 {
1901    margin-left: 83.33333333%;
1902  }
1903  .col-sm-offset-9 {
1904    margin-left: 75%;
1905  }
1906  .col-sm-offset-8 {
1907    margin-left: 66.66666667%;
1908  }
1909  .col-sm-offset-7 {
1910    margin-left: 58.33333333%;
1911  }
1912  .col-sm-offset-6 {
1913    margin-left: 50%;
1914  }
1915  .col-sm-offset-5 {
1916    margin-left: 41.66666667%;
1917  }
1918  .col-sm-offset-4 {
1919    margin-left: 33.33333333%;
1920  }
1921  .col-sm-offset-3 {
1922    margin-left: 25%;
1923  }
1924  .col-sm-offset-2 {
1925    margin-left: 16.66666667%;
1926  }
1927  .col-sm-offset-1 {
1928    margin-left: 8.33333333%;
1929  }
1930  .col-sm-offset-0 {
1931    margin-left: 0%;
1932  }
1933}
1934@media (min-width: 992px) {
1935  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
1936    float: left;
1937  }
1938  .col-md-12 {
1939    width: 100%;
1940  }
1941  .col-md-11 {
1942    width: 91.66666667%;
1943  }
1944  .col-md-10 {
1945    width: 83.33333333%;
1946  }
1947  .col-md-9 {
1948    width: 75%;
1949  }
1950  .col-md-8 {
1951    width: 66.66666667%;
1952  }
1953  .col-md-7 {
1954    width: 58.33333333%;
1955  }
1956  .col-md-6 {
1957    width: 50%;
1958  }
1959  .col-md-5 {
1960    width: 41.66666667%;
1961  }
1962  .col-md-4 {
1963    width: 33.33333333%;
1964  }
1965  .col-md-3 {
1966    width: 25%;
1967  }
1968  .col-md-2 {
1969    width: 16.66666667%;
1970  }
1971  .col-md-1 {
1972    width: 8.33333333%;
1973  }
1974  .col-md-pull-12 {
1975    right: 100%;
1976  }
1977  .col-md-pull-11 {
1978    right: 91.66666667%;
1979  }
1980  .col-md-pull-10 {
1981    right: 83.33333333%;
1982  }
1983  .col-md-pull-9 {
1984    right: 75%;
1985  }
1986  .col-md-pull-8 {
1987    right: 66.66666667%;
1988  }
1989  .col-md-pull-7 {
1990    right: 58.33333333%;
1991  }
1992  .col-md-pull-6 {
1993    right: 50%;
1994  }
1995  .col-md-pull-5 {
1996    right: 41.66666667%;
1997  }
1998  .col-md-pull-4 {
1999    right: 33.33333333%;
2000  }
2001  .col-md-pull-3 {
2002    right: 25%;
2003  }
2004  .col-md-pull-2 {
2005    right: 16.66666667%;
2006  }
2007  .col-md-pull-1 {
2008    right: 8.33333333%;
2009  }
2010  .col-md-pull-0 {
2011    right: auto;
2012  }
2013  .col-md-push-12 {
2014    left: 100%;
2015  }
2016  .col-md-push-11 {
2017    left: 91.66666667%;
2018  }
2019  .col-md-push-10 {
2020    left: 83.33333333%;
2021  }
2022  .col-md-push-9 {
2023    left: 75%;
2024  }
2025  .col-md-push-8 {
2026    left: 66.66666667%;
2027  }
2028  .col-md-push-7 {
2029    left: 58.33333333%;
2030  }
2031  .col-md-push-6 {
2032    left: 50%;
2033  }
2034  .col-md-push-5 {
2035    left: 41.66666667%;
2036  }
2037  .col-md-push-4 {
2038    left: 33.33333333%;
2039  }
2040  .col-md-push-3 {
2041    left: 25%;
2042  }
2043  .col-md-push-2 {
2044    left: 16.66666667%;
2045  }
2046  .col-md-push-1 {
2047    left: 8.33333333%;
2048  }
2049  .col-md-push-0 {
2050    left: auto;
2051  }
2052  .col-md-offset-12 {
2053    margin-left: 100%;
2054  }
2055  .col-md-offset-11 {
2056    margin-left: 91.66666667%;
2057  }
2058  .col-md-offset-10 {
2059    margin-left: 83.33333333%;
2060  }
2061  .col-md-offset-9 {
2062    margin-left: 75%;
2063  }
2064  .col-md-offset-8 {
2065    margin-left: 66.66666667%;
2066  }
2067  .col-md-offset-7 {
2068    margin-left: 58.33333333%;
2069  }
2070  .col-md-offset-6 {
2071    margin-left: 50%;
2072  }
2073  .col-md-offset-5 {
2074    margin-left: 41.66666667%;
2075  }
2076  .col-md-offset-4 {
2077    margin-left: 33.33333333%;
2078  }
2079  .col-md-offset-3 {
2080    margin-left: 25%;
2081  }
2082  .col-md-offset-2 {
2083    margin-left: 16.66666667%;
2084  }
2085  .col-md-offset-1 {
2086    margin-left: 8.33333333%;
2087  }
2088  .col-md-offset-0 {
2089    margin-left: 0%;
2090  }
2091}
2092@media (min-width: 1200px) {
2093  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
2094    float: left;
2095  }
2096  .col-lg-12 {
2097    width: 100%;
2098  }
2099  .col-lg-11 {
2100    width: 91.66666667%;
2101  }
2102  .col-lg-10 {
2103    width: 83.33333333%;
2104  }
2105  .col-lg-9 {
2106    width: 75%;
2107  }
2108  .col-lg-8 {
2109    width: 66.66666667%;
2110  }
2111  .col-lg-7 {
2112    width: 58.33333333%;
2113  }
2114  .col-lg-6 {
2115    width: 50%;
2116  }
2117  .col-lg-5 {
2118    width: 41.66666667%;
2119  }
2120  .col-lg-4 {
2121    width: 33.33333333%;
2122  }
2123  .col-lg-3 {
2124    width: 25%;
2125  }
2126  .col-lg-2 {
2127    width: 16.66666667%;
2128  }
2129  .col-lg-1 {
2130    width: 8.33333333%;
2131  }
2132  .col-lg-pull-12 {
2133    right: 100%;
2134  }
2135  .col-lg-pull-11 {
2136    right: 91.66666667%;
2137  }
2138  .col-lg-pull-10 {
2139    right: 83.33333333%;
2140  }
2141  .col-lg-pull-9 {
2142    right: 75%;
2143  }
2144  .col-lg-pull-8 {
2145    right: 66.66666667%;
2146  }
2147  .col-lg-pull-7 {
2148    right: 58.33333333%;
2149  }
2150  .col-lg-pull-6 {
2151    right: 50%;
2152  }
2153  .col-lg-pull-5 {
2154    right: 41.66666667%;
2155  }
2156  .col-lg-pull-4 {
2157    right: 33.33333333%;
2158  }
2159  .col-lg-pull-3 {
2160    right: 25%;
2161  }
2162  .col-lg-pull-2 {
2163    right: 16.66666667%;
2164  }
2165  .col-lg-pull-1 {
2166    right: 8.33333333%;
2167  }
2168  .col-lg-pull-0 {
2169    right: auto;
2170  }
2171  .col-lg-push-12 {
2172    left: 100%;
2173  }
2174  .col-lg-push-11 {
2175    left: 91.66666667%;
2176  }
2177  .col-lg-push-10 {
2178    left: 83.33333333%;
2179  }
2180  .col-lg-push-9 {
2181    left: 75%;
2182  }
2183  .col-lg-push-8 {
2184    left: 66.66666667%;
2185  }
2186  .col-lg-push-7 {
2187    left: 58.33333333%;
2188  }
2189  .col-lg-push-6 {
2190    left: 50%;
2191  }
2192  .col-lg-push-5 {
2193    left: 41.66666667%;
2194  }
2195  .col-lg-push-4 {
2196    left: 33.33333333%;
2197  }
2198  .col-lg-push-3 {
2199    left: 25%;
2200  }
2201  .col-lg-push-2 {
2202    left: 16.66666667%;
2203  }
2204  .col-lg-push-1 {
2205    left: 8.33333333%;
2206  }
2207  .col-lg-push-0 {
2208    left: auto;
2209  }
2210  .col-lg-offset-12 {
2211    margin-left: 100%;
2212  }
2213  .col-lg-offset-11 {
2214    margin-left: 91.66666667%;
2215  }
2216  .col-lg-offset-10 {
2217    margin-left: 83.33333333%;
2218  }
2219  .col-lg-offset-9 {
2220    margin-left: 75%;
2221  }
2222  .col-lg-offset-8 {
2223    margin-left: 66.66666667%;
2224  }
2225  .col-lg-offset-7 {
2226    margin-left: 58.33333333%;
2227  }
2228  .col-lg-offset-6 {
2229    margin-left: 50%;
2230  }
2231  .col-lg-offset-5 {
2232    margin-left: 41.66666667%;
2233  }
2234  .col-lg-offset-4 {
2235    margin-left: 33.33333333%;
2236  }
2237  .col-lg-offset-3 {
2238    margin-left: 25%;
2239  }
2240  .col-lg-offset-2 {
2241    margin-left: 16.66666667%;
2242  }
2243  .col-lg-offset-1 {
2244    margin-left: 8.33333333%;
2245  }
2246  .col-lg-offset-0 {
2247    margin-left: 0%;
2248  }
2249}
2250table {
2251  background-color: transparent;
2252}
2253caption {
2254  padding-top: 8px;
2255  padding-bottom: 8px;
2256  color: #777777;
2257  text-align: left;
2258}
2259th {
2260  text-align: left;
2261}
2262.table {
2263  width: 100%;
2264  max-width: 100%;
2265  margin-bottom: 18px;
2266}
2267.table > thead > tr > th,
2268.table > tbody > tr > th,
2269.table > tfoot > tr > th,
2270.table > thead > tr > td,
2271.table > tbody > tr > td,
2272.table > tfoot > tr > td {
2273  padding: 8px;
2274  line-height: 1.42857143;
2275  vertical-align: top;
2276  border-top: 1px solid #dddddd;
2277}
2278.table > thead > tr > th {
2279  vertical-align: bottom;
2280  border-bottom: 2px solid #dddddd;
2281}
2282.table > caption + thead > tr:first-child > th,
2283.table > colgroup + thead > tr:first-child > th,
2284.table > thead:first-child > tr:first-child > th,
2285.table > caption + thead > tr:first-child > td,
2286.table > colgroup + thead > tr:first-child > td,
2287.table > thead:first-child > tr:first-child > td {
2288  border-top: 0;
2289}
2290.table > tbody + tbody {
2291  border-top: 2px solid #dddddd;
2292}
2293.table .table {
2294  background-color: #ffffff;
2295}
2296.table-condensed > thead > tr > th,
2297.table-condensed > tbody > tr > th,
2298.table-condensed > tfoot > tr > th,
2299.table-condensed > thead > tr > td,
2300.table-condensed > tbody > tr > td,
2301.table-condensed > tfoot > tr > td {
2302  padding: 5px;
2303}
2304.table-bordered {
2305  border: 1px solid #dddddd;
2306}
2307.table-bordered > thead > tr > th,
2308.table-bordered > tbody > tr > th,
2309.table-bordered > tfoot > tr > th,
2310.table-bordered > thead > tr > td,
2311.table-bordered > tbody > tr > td,
2312.table-bordered > tfoot > tr > td {
2313  border: 1px solid #dddddd;
2314}
2315.table-bordered > thead > tr > th,
2316.table-bordered > thead > tr > td {
2317  border-bottom-width: 2px;
2318}
2319.table-striped > tbody > tr:nth-of-type(odd) {
2320  background-color: #f9f9f9;
2321}
2322.table-hover > tbody > tr:hover {
2323  background-color: #f5f5f5;
2324}
2325table col[class*="col-"] {
2326  position: static;
2327  float: none;
2328  display: table-column;
2329}
2330table td[class*="col-"],
2331table th[class*="col-"] {
2332  position: static;
2333  float: none;
2334  display: table-cell;
2335}
2336.table > thead > tr > td.active,
2337.table > tbody > tr > td.active,
2338.table > tfoot > tr > td.active,
2339.table > thead > tr > th.active,
2340.table > tbody > tr > th.active,
2341.table > tfoot > tr > th.active,
2342.table > thead > tr.active > td,
2343.table > tbody > tr.active > td,
2344.table > tfoot > tr.active > td,
2345.table > thead > tr.active > th,
2346.table > tbody > tr.active > th,
2347.table > tfoot > tr.active > th {
2348  background-color: #f5f5f5;
2349}
2350.table-hover > tbody > tr > td.active:hover,
2351.table-hover > tbody > tr > th.active:hover,
2352.table-hover > tbody > tr.active:hover > td,
2353.table-hover > tbody > tr:hover > .active,
2354.table-hover > tbody > tr.active:hover > th {
2355  background-color: #e8e8e8;
2356}
2357.table > thead > tr > td.success,
2358.table > tbody > tr > td.success,
2359.table > tfoot > tr > td.success,
2360.table > thead > tr > th.success,
2361.table > tbody > tr > th.success,
2362.table > tfoot > tr > th.success,
2363.table > thead > tr.success > td,
2364.table > tbody > tr.success > td,
2365.table > tfoot > tr.success > td,
2366.table > thead > tr.success > th,
2367.table > tbody > tr.success > th,
2368.table > tfoot > tr.success > th {
2369  background-color: #dff0d8;
2370}
2371.table-hover > tbody > tr > td.success:hover,
2372.table-hover > tbody > tr > th.success:hover,
2373.table-hover > tbody > tr.success:hover > td,
2374.table-hover > tbody > tr:hover > .success,
2375.table-hover > tbody > tr.success:hover > th {
2376  background-color: #d0e9c6;
2377}
2378.table > thead > tr > td.info,
2379.table > tbody > tr > td.info,
2380.table > tfoot > tr > td.info,
2381.table > thead > tr > th.info,
2382.table > tbody > tr > th.info,
2383.table > tfoot > tr > th.info,
2384.table > thead > tr.info > td,
2385.table > tbody > tr.info > td,
2386.table > tfoot > tr.info > td,
2387.table > thead > tr.info > th,
2388.table > tbody > tr.info > th,
2389.table > tfoot > tr.info > th {
2390  background-color: #d9edf7;
2391}
2392.table-hover > tbody > tr > td.info:hover,
2393.table-hover > tbody > tr > th.info:hover,
2394.table-hover > tbody > tr.info:hover > td,
2395.table-hover > tbody > tr:hover > .info,
2396.table-hover > tbody > tr.info:hover > th {
2397  background-color: #c4e3f3;
2398}
2399.table > thead > tr > td.warning,
2400.table > tbody > tr > td.warning,
2401.table > tfoot > tr > td.warning,
2402.table > thead > tr > th.warning,
2403.table > tbody > tr > th.warning,
2404.table > tfoot > tr > th.warning,
2405.table > thead > tr.warning > td,
2406.table > tbody > tr.warning > td,
2407.table > tfoot > tr.warning > td,
2408.table > thead > tr.warning > th,
2409.table > tbody > tr.warning > th,
2410.table > tfoot > tr.warning > th {
2411  background-color: #fcf8e3;
2412}
2413.table-hover > tbody > tr > td.warning:hover,
2414.table-hover > tbody > tr > th.warning:hover,
2415.table-hover > tbody > tr.warning:hover > td,
2416.table-hover > tbody > tr:hover > .warning,
2417.table-hover > tbody > tr.warning:hover > th {
2418  background-color: #faf2cc;
2419}
2420.table > thead > tr > td.danger,
2421.table > tbody > tr > td.danger,
2422.table > tfoot > tr > td.danger,
2423.table > thead > tr > th.danger,
2424.table > tbody > tr > th.danger,
2425.table > tfoot > tr > th.danger,
2426.table > thead > tr.danger > td,
2427.table > tbody > tr.danger > td,
2428.table > tfoot > tr.danger > td,
2429.table > thead > tr.danger > th,
2430.table > tbody > tr.danger > th,
2431.table > tfoot > tr.danger > th {
2432  background-color: #f2dede;
2433}
2434.table-hover > tbody > tr > td.danger:hover,
2435.table-hover > tbody > tr > th.danger:hover,
2436.table-hover > tbody > tr.danger:hover > td,
2437.table-hover > tbody > tr:hover > .danger,
2438.table-hover > tbody > tr.danger:hover > th {
2439  background-color: #ebcccc;
2440}
2441.table-responsive {
2442  overflow-x: auto;
2443  min-height: 0.01%;
2444}
2445@media screen and (max-width: 767px) {
2446  .table-responsive {
2447    width: 100%;
2448    margin-bottom: 13.5px;
2449    overflow-y: hidden;
2450    -ms-overflow-style: -ms-autohiding-scrollbar;
2451    border: 1px solid #dddddd;
2452  }
2453  .table-responsive > .table {
2454    margin-bottom: 0;
2455  }
2456  .table-responsive > .table > thead > tr > th,
2457  .table-responsive > .table > tbody > tr > th,
2458  .table-responsive > .table > tfoot > tr > th,
2459  .table-responsive > .table > thead > tr > td,
2460  .table-responsive > .table > tbody > tr > td,
2461  .table-responsive > .table > tfoot > tr > td {
2462    white-space: nowrap;
2463  }
2464  .table-responsive > .table-bordered {
2465    border: 0;
2466  }
2467  .table-responsive > .table-bordered > thead > tr > th:first-child,
2468  .table-responsive > .table-bordered > tbody > tr > th:first-child,
2469  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
2470  .table-responsive > .table-bordered > thead > tr > td:first-child,
2471  .table-responsive > .table-bordered > tbody > tr > td:first-child,
2472  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
2473    border-left: 0;
2474  }
2475  .table-responsive > .table-bordered > thead > tr > th:last-child,
2476  .table-responsive > .table-bordered > tbody > tr > th:last-child,
2477  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
2478  .table-responsive > .table-bordered > thead > tr > td:last-child,
2479  .table-responsive > .table-bordered > tbody > tr > td:last-child,
2480  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
2481    border-right: 0;
2482  }
2483  .table-responsive > .table-bordered > tbody > tr:last-child > th,
2484  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
2485  .table-responsive > .table-bordered > tbody > tr:last-child > td,
2486  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
2487    border-bottom: 0;
2488  }
2489}
2490fieldset {
2491  padding: 0;
2492  margin: 0;
2493  border: 0;
2494  min-width: 0;
2495}
2496legend {
2497  display: block;
2498  width: 100%;
2499  padding: 0;
2500  margin-bottom: 18px;
2501  font-size: 19.5px;
2502  line-height: inherit;
2503  color: #333333;
2504  border: 0;
2505  border-bottom: 1px solid #e5e5e5;
2506}
2507label {
2508  display: inline-block;
2509  max-width: 100%;
2510  margin-bottom: 5px;
2511  font-weight: bold;
2512}
2513input[type="search"] {
2514  -webkit-box-sizing: border-box;
2515  -moz-box-sizing: border-box;
2516  box-sizing: border-box;
2517}
2518input[type="radio"],
2519input[type="checkbox"] {
2520  margin: 4px 0 0;
2521  margin-top: 1px \9;
2522  line-height: normal;
2523}
2524input[type="file"] {
2525  display: block;
2526}
2527input[type="range"] {
2528  display: block;
2529  width: 100%;
2530}
2531select[multiple],
2532select[size] {
2533  height: auto;
2534}
2535input[type="file"]:focus,
2536input[type="radio"]:focus,
2537input[type="checkbox"]:focus {
2538  outline: 5px auto -webkit-focus-ring-color;
2539  outline-offset: -2px;
2540}
2541output {
2542  display: block;
2543  padding-top: 7px;
2544  font-size: 13px;
2545  line-height: 1.42857143;
2546  color: #555555;
2547}
2548.form-control {
2549  display: block;
2550  width: 100%;
2551  height: 32px;
2552  padding: 6px 12px;
2553  font-size: 13px;
2554  line-height: 1.42857143;
2555  color: #555555;
2556  background-color: #ffffff;
2557  background-image: none;
2558  border: 1px solid #cccccc;
2559  border-radius: 2px;
2560  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
2561  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
2562  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
2563  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
2564  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
2565}
2566.form-control:focus {
2567  border-color: #66afe9;
2568  outline: 0;
2569  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
2570  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
2571}
2572.form-control::-moz-placeholder {
2573  color: #999999;
2574  opacity: 1;
2575}
2576.form-control:-ms-input-placeholder {
2577  color: #999999;
2578}
2579.form-control::-webkit-input-placeholder {
2580  color: #999999;
2581}
2582.form-control::-ms-expand {
2583  border: 0;
2584  background-color: transparent;
2585}
2586.form-control[disabled],
2587.form-control[readonly],
2588fieldset[disabled] .form-control {
2589  background-color: #eeeeee;
2590  opacity: 1;
2591}
2592.form-control[disabled],
2593fieldset[disabled] .form-control {
2594  cursor: not-allowed;
2595}
2596textarea.form-control {
2597  height: auto;
2598}
2599input[type="search"] {
2600  -webkit-appearance: none;
2601}
2602@media screen and (-webkit-min-device-pixel-ratio: 0) {
2603  input[type="date"].form-control,
2604  input[type="time"].form-control,
2605  input[type="datetime-local"].form-control,
2606  input[type="month"].form-control {
2607    line-height: 32px;
2608  }
2609  input[type="date"].input-sm,
2610  input[type="time"].input-sm,
2611  input[type="datetime-local"].input-sm,
2612  input[type="month"].input-sm,
2613  .input-group-sm input[type="date"],
2614  .input-group-sm input[type="time"],
2615  .input-group-sm input[type="datetime-local"],
2616  .input-group-sm input[type="month"] {
2617    line-height: 30px;
2618  }
2619  input[type="date"].input-lg,
2620  input[type="time"].input-lg,
2621  input[type="datetime-local"].input-lg,
2622  input[type="month"].input-lg,
2623  .input-group-lg input[type="date"],
2624  .input-group-lg input[type="time"],
2625  .input-group-lg input[type="datetime-local"],
2626  .input-group-lg input[type="month"] {
2627    line-height: 45px;
2628  }
2629}
2630.form-group {
2631  margin-bottom: 15px;
2632}
2633.radio,
2634.checkbox {
2635  position: relative;
2636  display: block;
2637  margin-top: 10px;
2638  margin-bottom: 10px;
2639}
2640.radio label,
2641.checkbox label {
2642  min-height: 18px;
2643  padding-left: 20px;
2644  margin-bottom: 0;
2645  font-weight: normal;
2646  cursor: pointer;
2647}
2648.radio input[type="radio"],
2649.radio-inline input[type="radio"],
2650.checkbox input[type="checkbox"],
2651.checkbox-inline input[type="checkbox"] {
2652  position: absolute;
2653  margin-left: -20px;
2654  margin-top: 4px \9;
2655}
2656.radio + .radio,
2657.checkbox + .checkbox {
2658  margin-top: -5px;
2659}
2660.radio-inline,
2661.checkbox-inline {
2662  position: relative;
2663  display: inline-block;
2664  padding-left: 20px;
2665  margin-bottom: 0;
2666  vertical-align: middle;
2667  font-weight: normal;
2668  cursor: pointer;
2669}
2670.radio-inline + .radio-inline,
2671.checkbox-inline + .checkbox-inline {
2672  margin-top: 0;
2673  margin-left: 10px;
2674}
2675input[type="radio"][disabled],
2676input[type="checkbox"][disabled],
2677input[type="radio"].disabled,
2678input[type="checkbox"].disabled,
2679fieldset[disabled] input[type="radio"],
2680fieldset[disabled] input[type="checkbox"] {
2681  cursor: not-allowed;
2682}
2683.radio-inline.disabled,
2684.checkbox-inline.disabled,
2685fieldset[disabled] .radio-inline,
2686fieldset[disabled] .checkbox-inline {
2687  cursor: not-allowed;
2688}
2689.radio.disabled label,
2690.checkbox.disabled label,
2691fieldset[disabled] .radio label,
2692fieldset[disabled] .checkbox label {
2693  cursor: not-allowed;
2694}
2695.form-control-static {
2696  padding-top: 7px;
2697  padding-bottom: 7px;
2698  margin-bottom: 0;
2699  min-height: 31px;
2700}
2701.form-control-static.input-lg,
2702.form-control-static.input-sm {
2703  padding-left: 0;
2704  padding-right: 0;
2705}
2706.input-sm {
2707  height: 30px;
2708  padding: 5px 10px;
2709  font-size: 12px;
2710  line-height: 1.5;
2711  border-radius: 1px;
2712}
2713select.input-sm {
2714  height: 30px;
2715  line-height: 30px;
2716}
2717textarea.input-sm,
2718select[multiple].input-sm {
2719  height: auto;
2720}
2721.form-group-sm .form-control {
2722  height: 30px;
2723  padding: 5px 10px;
2724  font-size: 12px;
2725  line-height: 1.5;
2726  border-radius: 1px;
2727}
2728.form-group-sm select.form-control {
2729  height: 30px;
2730  line-height: 30px;
2731}
2732.form-group-sm textarea.form-control,
2733.form-group-sm select[multiple].form-control {
2734  height: auto;
2735}
2736.form-group-sm .form-control-static {
2737  height: 30px;
2738  min-height: 30px;
2739  padding: 6px 10px;
2740  font-size: 12px;
2741  line-height: 1.5;
2742}
2743.input-lg {
2744  height: 45px;
2745  padding: 10px 16px;
2746  font-size: 17px;
2747  line-height: 1.3333333;
2748  border-radius: 3px;
2749}
2750select.input-lg {
2751  height: 45px;
2752  line-height: 45px;
2753}
2754textarea.input-lg,
2755select[multiple].input-lg {
2756  height: auto;
2757}
2758.form-group-lg .form-control {
2759  height: 45px;
2760  padding: 10px 16px;
2761  font-size: 17px;
2762  line-height: 1.3333333;
2763  border-radius: 3px;
2764}
2765.form-group-lg select.form-control {
2766  height: 45px;
2767  line-height: 45px;
2768}
2769.form-group-lg textarea.form-control,
2770.form-group-lg select[multiple].form-control {
2771  height: auto;
2772}
2773.form-group-lg .form-control-static {
2774  height: 45px;
2775  min-height: 35px;
2776  padding: 11px 16px;
2777  font-size: 17px;
2778  line-height: 1.3333333;
2779}
2780.has-feedback {
2781  position: relative;
2782}
2783.has-feedback .form-control {
2784  padding-right: 40px;
2785}
2786.form-control-feedback {
2787  position: absolute;
2788  top: 0;
2789  right: 0;
2790  z-index: 2;
2791  display: block;
2792  width: 32px;
2793  height: 32px;
2794  line-height: 32px;
2795  text-align: center;
2796  pointer-events: none;
2797}
2798.input-lg + .form-control-feedback,
2799.input-group-lg + .form-control-feedback,
2800.form-group-lg .form-control + .form-control-feedback {
2801  width: 45px;
2802  height: 45px;
2803  line-height: 45px;
2804}
2805.input-sm + .form-control-feedback,
2806.input-group-sm + .form-control-feedback,
2807.form-group-sm .form-control + .form-control-feedback {
2808  width: 30px;
2809  height: 30px;
2810  line-height: 30px;
2811}
2812.has-success .help-block,
2813.has-success .control-label,
2814.has-success .radio,
2815.has-success .checkbox,
2816.has-success .radio-inline,
2817.has-success .checkbox-inline,
2818.has-success.radio label,
2819.has-success.checkbox label,
2820.has-success.radio-inline label,
2821.has-success.checkbox-inline label {
2822  color: #3c763d;
2823}
2824.has-success .form-control {
2825  border-color: #3c763d;
2826  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
2827  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
2828}
2829.has-success .form-control:focus {
2830  border-color: #2b542c;
2831  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
2832  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
2833}
2834.has-success .input-group-addon {
2835  color: #3c763d;
2836  border-color: #3c763d;
2837  background-color: #dff0d8;
2838}
2839.has-success .form-control-feedback {
2840  color: #3c763d;
2841}
2842.has-warning .help-block,
2843.has-warning .control-label,
2844.has-warning .radio,
2845.has-warning .checkbox,
2846.has-warning .radio-inline,
2847.has-warning .checkbox-inline,
2848.has-warning.radio label,
2849.has-warning.checkbox label,
2850.has-warning.radio-inline label,
2851.has-warning.checkbox-inline label {
2852  color: #8a6d3b;
2853}
2854.has-warning .form-control {
2855  border-color: #8a6d3b;
2856  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
2857  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
2858}
2859.has-warning .form-control:focus {
2860  border-color: #66512c;
2861  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
2862  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
2863}
2864.has-warning .input-group-addon {
2865  color: #8a6d3b;
2866  border-color: #8a6d3b;
2867  background-color: #fcf8e3;
2868}
2869.has-warning .form-control-feedback {
2870  color: #8a6d3b;
2871}
2872.has-error .help-block,
2873.has-error .control-label,
2874.has-error .radio,
2875.has-error .checkbox,
2876.has-error .radio-inline,
2877.has-error .checkbox-inline,
2878.has-error.radio label,
2879.has-error.checkbox label,
2880.has-error.radio-inline label,
2881.has-error.checkbox-inline label {
2882  color: #a94442;
2883}
2884.has-error .form-control {
2885  border-color: #a94442;
2886  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
2887  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
2888}
2889.has-error .form-control:focus {
2890  border-color: #843534;
2891  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
2892  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
2893}
2894.has-error .input-group-addon {
2895  color: #a94442;
2896  border-color: #a94442;
2897  background-color: #f2dede;
2898}
2899.has-error .form-control-feedback {
2900  color: #a94442;
2901}
2902.has-feedback label ~ .form-control-feedback {
2903  top: 23px;
2904}
2905.has-feedback label.sr-only ~ .form-control-feedback {
2906  top: 0;
2907}
2908.help-block {
2909  display: block;
2910  margin-top: 5px;
2911  margin-bottom: 10px;
2912  color: #404040;
2913}
2914@media (min-width: 768px) {
2915  .form-inline .form-group {
2916    display: inline-block;
2917    margin-bottom: 0;
2918    vertical-align: middle;
2919  }
2920  .form-inline .form-control {
2921    display: inline-block;
2922    width: auto;
2923    vertical-align: middle;
2924  }
2925  .form-inline .form-control-static {
2926    display: inline-block;
2927  }
2928  .form-inline .input-group {
2929    display: inline-table;
2930    vertical-align: middle;
2931  }
2932  .form-inline .input-group .input-group-addon,
2933  .form-inline .input-group .input-group-btn,
2934  .form-inline .input-group .form-control {
2935    width: auto;
2936  }
2937  .form-inline .input-group > .form-control {
2938    width: 100%;
2939  }
2940  .form-inline .control-label {
2941    margin-bottom: 0;
2942    vertical-align: middle;
2943  }
2944  .form-inline .radio,
2945  .form-inline .checkbox {
2946    display: inline-block;
2947    margin-top: 0;
2948    margin-bottom: 0;
2949    vertical-align: middle;
2950  }
2951  .form-inline .radio label,
2952  .form-inline .checkbox label {
2953    padding-left: 0;
2954  }
2955  .form-inline .radio input[type="radio"],
2956  .form-inline .checkbox input[type="checkbox"] {
2957    position: relative;
2958    margin-left: 0;
2959  }
2960  .form-inline .has-feedback .form-control-feedback {
2961    top: 0;
2962  }
2963}
2964.form-horizontal .radio,
2965.form-horizontal .checkbox,
2966.form-horizontal .radio-inline,
2967.form-horizontal .checkbox-inline {
2968  margin-top: 0;
2969  margin-bottom: 0;
2970  padding-top: 7px;
2971}
2972.form-horizontal .radio,
2973.form-horizontal .checkbox {
2974  min-height: 25px;
2975}
2976.form-horizontal .form-group {
2977  margin-left: 0px;
2978  margin-right: 0px;
2979}
2980@media (min-width: 768px) {
2981  .form-horizontal .control-label {
2982    text-align: right;
2983    margin-bottom: 0;
2984    padding-top: 7px;
2985  }
2986}
2987.form-horizontal .has-feedback .form-control-feedback {
2988  right: 0px;
2989}
2990@media (min-width: 768px) {
2991  .form-horizontal .form-group-lg .control-label {
2992    padding-top: 11px;
2993    font-size: 17px;
2994  }
2995}
2996@media (min-width: 768px) {
2997  .form-horizontal .form-group-sm .control-label {
2998    padding-top: 6px;
2999    font-size: 12px;
3000  }
3001}
3002.btn {
3003  display: inline-block;
3004  margin-bottom: 0;
3005  font-weight: normal;
3006  text-align: center;
3007  vertical-align: middle;
3008  touch-action: manipulation;
3009  cursor: pointer;
3010  background-image: none;
3011  border: 1px solid transparent;
3012  white-space: nowrap;
3013  padding: 6px 12px;
3014  font-size: 13px;
3015  line-height: 1.42857143;
3016  border-radius: 2px;
3017  -webkit-user-select: none;
3018  -moz-user-select: none;
3019  -ms-user-select: none;
3020  user-select: none;
3021}
3022.btn:focus,
3023.btn:active:focus,
3024.btn.active:focus,
3025.btn.focus,
3026.btn:active.focus,
3027.btn.active.focus {
3028  outline: 5px auto -webkit-focus-ring-color;
3029  outline-offset: -2px;
3030}
3031.btn:hover,
3032.btn:focus,
3033.btn.focus {
3034  color: #333333;
3035  text-decoration: none;
3036}
3037.btn:active,
3038.btn.active {
3039  outline: 0;
3040  background-image: none;
3041  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
3042  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
3043}
3044.btn.disabled,
3045.btn[disabled],
3046fieldset[disabled] .btn {
3047  cursor: not-allowed;
3048  opacity: 0.65;
3049  filter: alpha(opacity=65);
3050  -webkit-box-shadow: none;
3051  box-shadow: none;
3052}
3053a.btn.disabled,
3054fieldset[disabled] a.btn {
3055  pointer-events: none;
3056}
3057.btn-default {
3058  color: #333333;
3059  background-color: #ffffff;
3060  border-color: #cccccc;
3061}
3062.btn-default:focus,
3063.btn-default.focus {
3064  color: #333333;
3065  background-color: #e6e6e6;
3066  border-color: #8c8c8c;
3067}
3068.btn-default:hover {
3069  color: #333333;
3070  background-color: #e6e6e6;
3071  border-color: #adadad;
3072}
3073.btn-default:active,
3074.btn-default.active,
3075.open > .dropdown-toggle.btn-default {
3076  color: #333333;
3077  background-color: #e6e6e6;
3078  border-color: #adadad;
3079}
3080.btn-default:active:hover,
3081.btn-default.active:hover,
3082.open > .dropdown-toggle.btn-default:hover,
3083.btn-default:active:focus,
3084.btn-default.active:focus,
3085.open > .dropdown-toggle.btn-default:focus,
3086.btn-default:active.focus,
3087.btn-default.active.focus,
3088.open > .dropdown-toggle.btn-default.focus {
3089  color: #333333;
3090  background-color: #d4d4d4;
3091  border-color: #8c8c8c;
3092}
3093.btn-default:active,
3094.btn-default.active,
3095.open > .dropdown-toggle.btn-default {
3096  background-image: none;
3097}
3098.btn-default.disabled:hover,
3099.btn-default[disabled]:hover,
3100fieldset[disabled] .btn-default:hover,
3101.btn-default.disabled:focus,
3102.btn-default[disabled]:focus,
3103fieldset[disabled] .btn-default:focus,
3104.btn-default.disabled.focus,
3105.btn-default[disabled].focus,
3106fieldset[disabled] .btn-default.focus {
3107  background-color: #ffffff;
3108  border-color: #cccccc;
3109}
3110.btn-default .badge {
3111  color: #ffffff;
3112  background-color: #333333;
3113}
3114.btn-primary {
3115  color: #ffffff;
3116  background-color: #337ab7;
3117  border-color: #2e6da4;
3118}
3119.btn-primary:focus,
3120.btn-primary.focus {
3121  color: #ffffff;
3122  background-color: #286090;
3123  border-color: #122b40;
3124}
3125.btn-primary:hover {
3126  color: #ffffff;
3127  background-color: #286090;
3128  border-color: #204d74;
3129}
3130.btn-primary:active,
3131.btn-primary.active,
3132.open > .dropdown-toggle.btn-primary {
3133  color: #ffffff;
3134  background-color: #286090;
3135  border-color: #204d74;
3136}
3137.btn-primary:active:hover,
3138.btn-primary.active:hover,
3139.open > .dropdown-toggle.btn-primary:hover,
3140.btn-primary:active:focus,
3141.btn-primary.active:focus,
3142.open > .dropdown-toggle.btn-primary:focus,
3143.btn-primary:active.focus,
3144.btn-primary.active.focus,
3145.open > .dropdown-toggle.btn-primary.focus {
3146  color: #ffffff;
3147  background-color: #204d74;
3148  border-color: #122b40;
3149}
3150.btn-primary:active,
3151.btn-primary.active,
3152.open > .dropdown-toggle.btn-primary {
3153  background-image: none;
3154}
3155.btn-primary.disabled:hover,
3156.btn-primary[disabled]:hover,
3157fieldset[disabled] .btn-primary:hover,
3158.btn-primary.disabled:focus,
3159.btn-primary[disabled]:focus,
3160fieldset[disabled] .btn-primary:focus,
3161.btn-primary.disabled.focus,
3162.btn-primary[disabled].focus,
3163fieldset[disabled] .btn-primary.focus {
3164  background-color: #337ab7;
3165  border-color: #2e6da4;
3166}
3167.btn-primary .badge {
3168  color: #337ab7;
3169  background-color: #ffffff;
3170}
3171.btn-success {
3172  color: #ffffff;
3173  background-color: #5cb85c;
3174  border-color: #4cae4c;
3175}
3176.btn-success:focus,
3177.btn-success.focus {
3178  color: #ffffff;
3179  background-color: #449d44;
3180  border-color: #255625;
3181}
3182.btn-success:hover {
3183  color: #ffffff;
3184  background-color: #449d44;
3185  border-color: #398439;
3186}
3187.btn-success:active,
3188.btn-success.active,
3189.open > .dropdown-toggle.btn-success {
3190  color: #ffffff;
3191  background-color: #449d44;
3192  border-color: #398439;
3193}
3194.btn-success:active:hover,
3195.btn-success.active:hover,
3196.open > .dropdown-toggle.btn-success:hover,
3197.btn-success:active:focus,
3198.btn-success.active:focus,
3199.open > .dropdown-toggle.btn-success:focus,
3200.btn-success:active.focus,
3201.btn-success.active.focus,
3202.open > .dropdown-toggle.btn-success.focus {
3203  color: #ffffff;
3204  background-color: #398439;
3205  border-color: #255625;
3206}
3207.btn-success:active,
3208.btn-success.active,
3209.open > .dropdown-toggle.btn-success {
3210  background-image: none;
3211}
3212.btn-success.disabled:hover,
3213.btn-success[disabled]:hover,
3214fieldset[disabled] .btn-success:hover,
3215.btn-success.disabled:focus,
3216.btn-success[disabled]:focus,
3217fieldset[disabled] .btn-success:focus,
3218.btn-success.disabled.focus,
3219.btn-success[disabled].focus,
3220fieldset[disabled] .btn-success.focus {
3221  background-color: #5cb85c;
3222  border-color: #4cae4c;
3223}
3224.btn-success .badge {
3225  color: #5cb85c;
3226  background-color: #ffffff;
3227}
3228.btn-info {
3229  color: #ffffff;
3230  background-color: #5bc0de;
3231  border-color: #46b8da;
3232}
3233.btn-info:focus,
3234.btn-info.focus {
3235  color: #ffffff;
3236  background-color: #31b0d5;
3237  border-color: #1b6d85;
3238}
3239.btn-info:hover {
3240  color: #ffffff;
3241  background-color: #31b0d5;
3242  border-color: #269abc;
3243}
3244.btn-info:active,
3245.btn-info.active,
3246.open > .dropdown-toggle.btn-info {
3247  color: #ffffff;
3248  background-color: #31b0d5;
3249  border-color: #269abc;
3250}
3251.btn-info:active:hover,
3252.btn-info.active:hover,
3253.open > .dropdown-toggle.btn-info:hover,
3254.btn-info:active:focus,
3255.btn-info.active:focus,
3256.open > .dropdown-toggle.btn-info:focus,
3257.btn-info:active.focus,
3258.btn-info.active.focus,
3259.open > .dropdown-toggle.btn-info.focus {
3260  color: #ffffff;
3261  background-color: #269abc;
3262  border-color: #1b6d85;
3263}
3264.btn-info:active,
3265.btn-info.active,
3266.open > .dropdown-toggle.btn-info {
3267  background-image: none;
3268}
3269.btn-info.disabled:hover,
3270.btn-info[disabled]:hover,
3271fieldset[disabled] .btn-info:hover,
3272.btn-info.disabled:focus,
3273.btn-info[disabled]:focus,
3274fieldset[disabled] .btn-info:focus,
3275.btn-info.disabled.focus,
3276.btn-info[disabled].focus,
3277fieldset[disabled] .btn-info.focus {
3278  background-color: #5bc0de;
3279  border-color: #46b8da;
3280}
3281.btn-info .badge {
3282  color: #5bc0de;
3283  background-color: #ffffff;
3284}
3285.btn-warning {
3286  color: #ffffff;
3287  background-color: #f0ad4e;
3288  border-color: #eea236;
3289}
3290.btn-warning:focus,
3291.btn-warning.focus {
3292  color: #ffffff;
3293  background-color: #ec971f;
3294  border-color: #985f0d;
3295}
3296.btn-warning:hover {
3297  color: #ffffff;
3298  background-color: #ec971f;
3299  border-color: #d58512;
3300}
3301.btn-warning:active,
3302.btn-warning.active,
3303.open > .dropdown-toggle.btn-warning {
3304  color: #ffffff;
3305  background-color: #ec971f;
3306  border-color: #d58512;
3307}
3308.btn-warning:active:hover,
3309.btn-warning.active:hover,
3310.open > .dropdown-toggle.btn-warning:hover,
3311.btn-warning:active:focus,
3312.btn-warning.active:focus,
3313.open > .dropdown-toggle.btn-warning:focus,
3314.btn-warning:active.focus,
3315.btn-warning.active.focus,
3316.open > .dropdown-toggle.btn-warning.focus {
3317  color: #ffffff;
3318  background-color: #d58512;
3319  border-color: #985f0d;
3320}
3321.btn-warning:active,
3322.btn-warning.active,
3323.open > .dropdown-toggle.btn-warning {
3324  background-image: none;
3325}
3326.btn-warning.disabled:hover,
3327.btn-warning[disabled]:hover,
3328fieldset[disabled] .btn-warning:hover,
3329.btn-warning.disabled:focus,
3330.btn-warning[disabled]:focus,
3331fieldset[disabled] .btn-warning:focus,
3332.btn-warning.disabled.focus,
3333.btn-warning[disabled].focus,
3334fieldset[disabled] .btn-warning.focus {
3335  background-color: #f0ad4e;
3336  border-color: #eea236;
3337}
3338.btn-warning .badge {
3339  color: #f0ad4e;
3340  background-color: #ffffff;
3341}
3342.btn-danger {
3343  color: #ffffff;
3344  background-color: #d9534f;
3345  border-color: #d43f3a;
3346}
3347.btn-danger:focus,
3348.btn-danger.focus {
3349  color: #ffffff;
3350  background-color: #c9302c;
3351  border-color: #761c19;
3352}
3353.btn-danger:hover {
3354  color: #ffffff;
3355  background-color: #c9302c;
3356  border-color: #ac2925;
3357}
3358.btn-danger:active,
3359.btn-danger.active,
3360.open > .dropdown-toggle.btn-danger {
3361  color: #ffffff;
3362  background-color: #c9302c;
3363  border-color: #ac2925;
3364}
3365.btn-danger:active:hover,
3366.btn-danger.active:hover,
3367.open > .dropdown-toggle.btn-danger:hover,
3368.btn-danger:active:focus,
3369.btn-danger.active:focus,
3370.open > .dropdown-toggle.btn-danger:focus,
3371.btn-danger:active.focus,
3372.btn-danger.active.focus,
3373.open > .dropdown-toggle.btn-danger.focus {
3374  color: #ffffff;
3375  background-color: #ac2925;
3376  border-color: #761c19;
3377}
3378.btn-danger:active,
3379.btn-danger.active,
3380.open > .dropdown-toggle.btn-danger {
3381  background-image: none;
3382}
3383.btn-danger.disabled:hover,
3384.btn-danger[disabled]:hover,
3385fieldset[disabled] .btn-danger:hover,
3386.btn-danger.disabled:focus,
3387.btn-danger[disabled]:focus,
3388fieldset[disabled] .btn-danger:focus,
3389.btn-danger.disabled.focus,
3390.btn-danger[disabled].focus,
3391fieldset[disabled] .btn-danger.focus {
3392  background-color: #d9534f;
3393  border-color: #d43f3a;
3394}
3395.btn-danger .badge {
3396  color: #d9534f;
3397  background-color: #ffffff;
3398}
3399.btn-link {
3400  color: #337ab7;
3401  font-weight: normal;
3402  border-radius: 0;
3403}
3404.btn-link,
3405.btn-link:active,
3406.btn-link.active,
3407.btn-link[disabled],
3408fieldset[disabled] .btn-link {
3409  background-color: transparent;
3410  -webkit-box-shadow: none;
3411  box-shadow: none;
3412}
3413.btn-link,
3414.btn-link:hover,
3415.btn-link:focus,
3416.btn-link:active {
3417  border-color: transparent;
3418}
3419.btn-link:hover,
3420.btn-link:focus {
3421  color: #23527c;
3422  text-decoration: underline;
3423  background-color: transparent;
3424}
3425.btn-link[disabled]:hover,
3426fieldset[disabled] .btn-link:hover,
3427.btn-link[disabled]:focus,
3428fieldset[disabled] .btn-link:focus {
3429  color: #777777;
3430  text-decoration: none;
3431}
3432.btn-lg,
3433.btn-group-lg > .btn {
3434  padding: 10px 16px;
3435  font-size: 17px;
3436  line-height: 1.3333333;
3437  border-radius: 3px;
3438}
3439.btn-sm,
3440.btn-group-sm > .btn {
3441  padding: 5px 10px;
3442  font-size: 12px;
3443  line-height: 1.5;
3444  border-radius: 1px;
3445}
3446.btn-xs,
3447.btn-group-xs > .btn {
3448  padding: 1px 5px;
3449  font-size: 12px;
3450  line-height: 1.5;
3451  border-radius: 1px;
3452}
3453.btn-block {
3454  display: block;
3455  width: 100%;
3456}
3457.btn-block + .btn-block {
3458  margin-top: 5px;
3459}
3460input[type="submit"].btn-block,
3461input[type="reset"].btn-block,
3462input[type="button"].btn-block {
3463  width: 100%;
3464}
3465.fade {
3466  opacity: 0;
3467  -webkit-transition: opacity 0.15s linear;
3468  -o-transition: opacity 0.15s linear;
3469  transition: opacity 0.15s linear;
3470}
3471.fade.in {
3472  opacity: 1;
3473}
3474.collapse {
3475  display: none;
3476}
3477.collapse.in {
3478  display: block;
3479}
3480tr.collapse.in {
3481  display: table-row;
3482}
3483tbody.collapse.in {
3484  display: table-row-group;
3485}
3486.collapsing {
3487  position: relative;
3488  height: 0;
3489  overflow: hidden;
3490  -webkit-transition-property: height, visibility;
3491  transition-property: height, visibility;
3492  -webkit-transition-duration: 0.35s;
3493  transition-duration: 0.35s;
3494  -webkit-transition-timing-function: ease;
3495  transition-timing-function: ease;
3496}
3497.caret {
3498  display: inline-block;
3499  width: 0;
3500  height: 0;
3501  margin-left: 2px;
3502  vertical-align: middle;
3503  border-top: 4px dashed;
3504  border-top: 4px solid \9;
3505  border-right: 4px solid transparent;
3506  border-left: 4px solid transparent;
3507}
3508.dropup,
3509.dropdown {
3510  position: relative;
3511}
3512.dropdown-toggle:focus {
3513  outline: 0;
3514}
3515.dropdown-menu {
3516  position: absolute;
3517  top: 100%;
3518  left: 0;
3519  z-index: 1000;
3520  display: none;
3521  float: left;
3522  min-width: 160px;
3523  padding: 5px 0;
3524  margin: 2px 0 0;
3525  list-style: none;
3526  font-size: 13px;
3527  text-align: left;
3528  background-color: #ffffff;
3529  border: 1px solid #cccccc;
3530  border: 1px solid rgba(0, 0, 0, 0.15);
3531  border-radius: 2px;
3532  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
3533  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
3534  background-clip: padding-box;
3535}
3536.dropdown-menu.pull-right {
3537  right: 0;
3538  left: auto;
3539}
3540.dropdown-menu .divider {
3541  height: 1px;
3542  margin: 8px 0;
3543  overflow: hidden;
3544  background-color: #e5e5e5;
3545}
3546.dropdown-menu > li > a {
3547  display: block;
3548  padding: 3px 20px;
3549  clear: both;
3550  font-weight: normal;
3551  line-height: 1.42857143;
3552  color: #333333;
3553  white-space: nowrap;
3554}
3555.dropdown-menu > li > a:hover,
3556.dropdown-menu > li > a:focus {
3557  text-decoration: none;
3558  color: #262626;
3559  background-color: #f5f5f5;
3560}
3561.dropdown-menu > .active > a,
3562.dropdown-menu > .active > a:hover,
3563.dropdown-menu > .active > a:focus {
3564  color: #ffffff;
3565  text-decoration: none;
3566  outline: 0;
3567  background-color: #337ab7;
3568}
3569.dropdown-menu > .disabled > a,
3570.dropdown-menu > .disabled > a:hover,
3571.dropdown-menu > .disabled > a:focus {
3572  color: #777777;
3573}
3574.dropdown-menu > .disabled > a:hover,
3575.dropdown-menu > .disabled > a:focus {
3576  text-decoration: none;
3577  background-color: transparent;
3578  background-image: none;
3579  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
3580  cursor: not-allowed;
3581}
3582.open > .dropdown-menu {
3583  display: block;
3584}
3585.open > a {
3586  outline: 0;
3587}
3588.dropdown-menu-right {
3589  left: auto;
3590  right: 0;
3591}
3592.dropdown-menu-left {
3593  left: 0;
3594  right: auto;
3595}
3596.dropdown-header {
3597  display: block;
3598  padding: 3px 20px;
3599  font-size: 12px;
3600  line-height: 1.42857143;
3601  color: #777777;
3602  white-space: nowrap;
3603}
3604.dropdown-backdrop {
3605  position: fixed;
3606  left: 0;
3607  right: 0;
3608  bottom: 0;
3609  top: 0;
3610  z-index: 990;
3611}
3612.pull-right > .dropdown-menu {
3613  right: 0;
3614  left: auto;
3615}
3616.dropup .caret,
3617.navbar-fixed-bottom .dropdown .caret {
3618  border-top: 0;
3619  border-bottom: 4px dashed;
3620  border-bottom: 4px solid \9;
3621  content: "";
3622}
3623.dropup .dropdown-menu,
3624.navbar-fixed-bottom .dropdown .dropdown-menu {
3625  top: auto;
3626  bottom: 100%;
3627  margin-bottom: 2px;
3628}
3629@media (min-width: 541px) {
3630  .navbar-right .dropdown-menu {
3631    left: auto;
3632    right: 0;
3633  }
3634  .navbar-right .dropdown-menu-left {
3635    left: 0;
3636    right: auto;
3637  }
3638}
3639.btn-group,
3640.btn-group-vertical {
3641  position: relative;
3642  display: inline-block;
3643  vertical-align: middle;
3644}
3645.btn-group > .btn,
3646.btn-group-vertical > .btn {
3647  position: relative;
3648  float: left;
3649}
3650.btn-group > .btn:hover,
3651.btn-group-vertical > .btn:hover,
3652.btn-group > .btn:focus,
3653.btn-group-vertical > .btn:focus,
3654.btn-group > .btn:active,
3655.btn-group-vertical > .btn:active,
3656.btn-group > .btn.active,
3657.btn-group-vertical > .btn.active {
3658  z-index: 2;
3659}
3660.btn-group .btn + .btn,
3661.btn-group .btn + .btn-group,
3662.btn-group .btn-group + .btn,
3663.btn-group .btn-group + .btn-group {
3664  margin-left: -1px;
3665}
3666.btn-toolbar {
3667  margin-left: -5px;
3668}
3669.btn-toolbar .btn,
3670.btn-toolbar .btn-group,
3671.btn-toolbar .input-group {
3672  float: left;
3673}
3674.btn-toolbar > .btn,
3675.btn-toolbar > .btn-group,
3676.btn-toolbar > .input-group {
3677  margin-left: 5px;
3678}
3679.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
3680  border-radius: 0;
3681}
3682.btn-group > .btn:first-child {
3683  margin-left: 0;
3684}
3685.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
3686  border-bottom-right-radius: 0;
3687  border-top-right-radius: 0;
3688}
3689.btn-group > .btn:last-child:not(:first-child),
3690.btn-group > .dropdown-toggle:not(:first-child) {
3691  border-bottom-left-radius: 0;
3692  border-top-left-radius: 0;
3693}
3694.btn-group > .btn-group {
3695  float: left;
3696}
3697.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
3698  border-radius: 0;
3699}
3700.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
3701.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
3702  border-bottom-right-radius: 0;
3703  border-top-right-radius: 0;
3704}
3705.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
3706  border-bottom-left-radius: 0;
3707  border-top-left-radius: 0;
3708}
3709.btn-group .dropdown-toggle:active,
3710.btn-group.open .dropdown-toggle {
3711  outline: 0;
3712}
3713.btn-group > .btn + .dropdown-toggle {
3714  padding-left: 8px;
3715  padding-right: 8px;
3716}
3717.btn-group > .btn-lg + .dropdown-toggle {
3718  padding-left: 12px;
3719  padding-right: 12px;
3720}
3721.btn-group.open .dropdown-toggle {
3722  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
3723  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
3724}
3725.btn-group.open .dropdown-toggle.btn-link {
3726  -webkit-box-shadow: none;
3727  box-shadow: none;
3728}
3729.btn .caret {
3730  margin-left: 0;
3731}
3732.btn-lg .caret {
3733  border-width: 5px 5px 0;
3734  border-bottom-width: 0;
3735}
3736.dropup .btn-lg .caret {
3737  border-width: 0 5px 5px;
3738}
3739.btn-group-vertical > .btn,
3740.btn-group-vertical > .btn-group,
3741.btn-group-vertical > .btn-group > .btn {
3742  display: block;
3743  float: none;
3744  width: 100%;
3745  max-width: 100%;
3746}
3747.btn-group-vertical > .btn-group > .btn {
3748  float: none;
3749}
3750.btn-group-vertical > .btn + .btn,
3751.btn-group-vertical > .btn + .btn-group,
3752.btn-group-vertical > .btn-group + .btn,
3753.btn-group-vertical > .btn-group + .btn-group {
3754  margin-top: -1px;
3755  margin-left: 0;
3756}
3757.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
3758  border-radius: 0;
3759}
3760.btn-group-vertical > .btn:first-child:not(:last-child) {
3761  border-top-right-radius: 2px;
3762  border-top-left-radius: 2px;
3763  border-bottom-right-radius: 0;
3764  border-bottom-left-radius: 0;
3765}
3766.btn-group-vertical > .btn:last-child:not(:first-child) {
3767  border-top-right-radius: 0;
3768  border-top-left-radius: 0;
3769  border-bottom-right-radius: 2px;
3770  border-bottom-left-radius: 2px;
3771}
3772.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
3773  border-radius: 0;
3774}
3775.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
3776.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
3777  border-bottom-right-radius: 0;
3778  border-bottom-left-radius: 0;
3779}
3780.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
3781  border-top-right-radius: 0;
3782  border-top-left-radius: 0;
3783}
3784.btn-group-justified {
3785  display: table;
3786  width: 100%;
3787  table-layout: fixed;
3788  border-collapse: separate;
3789}
3790.btn-group-justified > .btn,
3791.btn-group-justified > .btn-group {
3792  float: none;
3793  display: table-cell;
3794  width: 1%;
3795}
3796.btn-group-justified > .btn-group .btn {
3797  width: 100%;
3798}
3799.btn-group-justified > .btn-group .dropdown-menu {
3800  left: auto;
3801}
3802[data-toggle="buttons"] > .btn input[type="radio"],
3803[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
3804[data-toggle="buttons"] > .btn input[type="checkbox"],
3805[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
3806  position: absolute;
3807  clip: rect(0, 0, 0, 0);
3808  pointer-events: none;
3809}
3810.input-group {
3811  position: relative;
3812  display: table;
3813  border-collapse: separate;
3814}
3815.input-group[class*="col-"] {
3816  float: none;
3817  padding-left: 0;
3818  padding-right: 0;
3819}
3820.input-group .form-control {
3821  position: relative;
3822  z-index: 2;
3823  float: left;
3824  width: 100%;
3825  margin-bottom: 0;
3826}
3827.input-group .form-control:focus {
3828  z-index: 3;
3829}
3830.input-group-lg > .form-control,
3831.input-group-lg > .input-group-addon,
3832.input-group-lg > .input-group-btn > .btn {
3833  height: 45px;
3834  padding: 10px 16px;
3835  font-size: 17px;
3836  line-height: 1.3333333;
3837  border-radius: 3px;
3838}
3839select.input-group-lg > .form-control,
3840select.input-group-lg > .input-group-addon,
3841select.input-group-lg > .input-group-btn > .btn {
3842  height: 45px;
3843  line-height: 45px;
3844}
3845textarea.input-group-lg > .form-control,
3846textarea.input-group-lg > .input-group-addon,
3847textarea.input-group-lg > .input-group-btn > .btn,
3848select[multiple].input-group-lg > .form-control,
3849select[multiple].input-group-lg > .input-group-addon,
3850select[multiple].input-group-lg > .input-group-btn > .btn {
3851  height: auto;
3852}
3853.input-group-sm > .form-control,
3854.input-group-sm > .input-group-addon,
3855.input-group-sm > .input-group-btn > .btn {
3856  height: 30px;
3857  padding: 5px 10px;
3858  font-size: 12px;
3859  line-height: 1.5;
3860  border-radius: 1px;
3861}
3862select.input-group-sm > .form-control,
3863select.input-group-sm > .input-group-addon,
3864select.input-group-sm > .input-group-btn > .btn {
3865  height: 30px;
3866  line-height: 30px;
3867}
3868textarea.input-group-sm > .form-control,
3869textarea.input-group-sm > .input-group-addon,
3870textarea.input-group-sm > .input-group-btn > .btn,
3871select[multiple].input-group-sm > .form-control,
3872select[multiple].input-group-sm > .input-group-addon,
3873select[multiple].input-group-sm > .input-group-btn > .btn {
3874  height: auto;
3875}
3876.input-group-addon,
3877.input-group-btn,
3878.input-group .form-control {
3879  display: table-cell;
3880}
3881.input-group-addon:not(:first-child):not(:last-child),
3882.input-group-btn:not(:first-child):not(:last-child),
3883.input-group .form-control:not(:first-child):not(:last-child) {
3884  border-radius: 0;
3885}
3886.input-group-addon,
3887.input-group-btn {
3888  width: 1%;
3889  white-space: nowrap;
3890  vertical-align: middle;
3891}
3892.input-group-addon {
3893  padding: 6px 12px;
3894  font-size: 13px;
3895  font-weight: normal;
3896  line-height: 1;
3897  color: #555555;
3898  text-align: center;
3899  background-color: #eeeeee;
3900  border: 1px solid #cccccc;
3901  border-radius: 2px;
3902}
3903.input-group-addon.input-sm {
3904  padding: 5px 10px;
3905  font-size: 12px;
3906  border-radius: 1px;
3907}
3908.input-group-addon.input-lg {
3909  padding: 10px 16px;
3910  font-size: 17px;
3911  border-radius: 3px;
3912}
3913.input-group-addon input[type="radio"],
3914.input-group-addon input[type="checkbox"] {
3915  margin-top: 0;
3916}
3917.input-group .form-control:first-child,
3918.input-group-addon:first-child,
3919.input-group-btn:first-child > .btn,
3920.input-group-btn:first-child > .btn-group > .btn,
3921.input-group-btn:first-child > .dropdown-toggle,
3922.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
3923.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
3924  border-bottom-right-radius: 0;
3925  border-top-right-radius: 0;
3926}
3927.input-group-addon:first-child {
3928  border-right: 0;
3929}
3930.input-group .form-control:last-child,
3931.input-group-addon:last-child,
3932.input-group-btn:last-child > .btn,
3933.input-group-btn:last-child > .btn-group > .btn,
3934.input-group-btn:last-child > .dropdown-toggle,
3935.input-group-btn:first-child > .btn:not(:first-child),
3936.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
3937  border-bottom-left-radius: 0;
3938  border-top-left-radius: 0;
3939}
3940.input-group-addon:last-child {
3941  border-left: 0;
3942}
3943.input-group-btn {
3944  position: relative;
3945  font-size: 0;
3946  white-space: nowrap;
3947}
3948.input-group-btn > .btn {
3949  position: relative;
3950}
3951.input-group-btn > .btn + .btn {
3952  margin-left: -1px;
3953}
3954.input-group-btn > .btn:hover,
3955.input-group-btn > .btn:focus,
3956.input-group-btn > .btn:active {
3957  z-index: 2;
3958}
3959.input-group-btn:first-child > .btn,
3960.input-group-btn:first-child > .btn-group {
3961  margin-right: -1px;
3962}
3963.input-group-btn:last-child > .btn,
3964.input-group-btn:last-child > .btn-group {
3965  z-index: 2;
3966  margin-left: -1px;
3967}
3968.nav {
3969  margin-bottom: 0;
3970  padding-left: 0;
3971  list-style: none;
3972}
3973.nav > li {
3974  position: relative;
3975  display: block;
3976}
3977.nav > li > a {
3978  position: relative;
3979  display: block;
3980  padding: 10px 15px;
3981}
3982.nav > li > a:hover,
3983.nav > li > a:focus {
3984  text-decoration: none;
3985  background-color: #eeeeee;
3986}
3987.nav > li.disabled > a {
3988  color: #777777;
3989}
3990.nav > li.disabled > a:hover,
3991.nav > li.disabled > a:focus {
3992  color: #777777;
3993  text-decoration: none;
3994  background-color: transparent;
3995  cursor: not-allowed;
3996}
3997.nav .open > a,
3998.nav .open > a:hover,
3999.nav .open > a:focus {
4000  background-color: #eeeeee;
4001  border-color: #337ab7;
4002}
4003.nav .nav-divider {
4004  height: 1px;
4005  margin: 8px 0;
4006  overflow: hidden;
4007  background-color: #e5e5e5;
4008}
4009.nav > li > a > img {
4010  max-width: none;
4011}
4012.nav-tabs {
4013  border-bottom: 1px solid #dddddd;
4014}
4015.nav-tabs > li {
4016  float: left;
4017  margin-bottom: -1px;
4018}
4019.nav-tabs > li > a {
4020  margin-right: 2px;
4021  line-height: 1.42857143;
4022  border: 1px solid transparent;
4023  border-radius: 2px 2px 0 0;
4024}
4025.nav-tabs > li > a:hover {
4026  border-color: #eeeeee #eeeeee #dddddd;
4027}
4028.nav-tabs > li.active > a,
4029.nav-tabs > li.active > a:hover,
4030.nav-tabs > li.active > a:focus {
4031  color: #555555;
4032  background-color: #ffffff;
4033  border: 1px solid #dddddd;
4034  border-bottom-color: transparent;
4035  cursor: default;
4036}
4037.nav-tabs.nav-justified {
4038  width: 100%;
4039  border-bottom: 0;
4040}
4041.nav-tabs.nav-justified > li {
4042  float: none;
4043}
4044.nav-tabs.nav-justified > li > a {
4045  text-align: center;
4046  margin-bottom: 5px;
4047}
4048.nav-tabs.nav-justified > .dropdown .dropdown-menu {
4049  top: auto;
4050  left: auto;
4051}
4052@media (min-width: 768px) {
4053  .nav-tabs.nav-justified > li {
4054    display: table-cell;
4055    width: 1%;
4056  }
4057  .nav-tabs.nav-justified > li > a {
4058    margin-bottom: 0;
4059  }
4060}
4061.nav-tabs.nav-justified > li > a {
4062  margin-right: 0;
4063  border-radius: 2px;
4064}
4065.nav-tabs.nav-justified > .active > a,
4066.nav-tabs.nav-justified > .active > a:hover,
4067.nav-tabs.nav-justified > .active > a:focus {
4068  border: 1px solid #dddddd;
4069}
4070@media (min-width: 768px) {
4071  .nav-tabs.nav-justified > li > a {
4072    border-bottom: 1px solid #dddddd;
4073    border-radius: 2px 2px 0 0;
4074  }
4075  .nav-tabs.nav-justified > .active > a,
4076  .nav-tabs.nav-justified > .active > a:hover,
4077  .nav-tabs.nav-justified > .active > a:focus {
4078    border-bottom-color: #ffffff;
4079  }
4080}
4081.nav-pills > li {
4082  float: left;
4083}
4084.nav-pills > li > a {
4085  border-radius: 2px;
4086}
4087.nav-pills > li + li {
4088  margin-left: 2px;
4089}
4090.nav-pills > li.active > a,
4091.nav-pills > li.active > a:hover,
4092.nav-pills > li.active > a:focus {
4093  color: #ffffff;
4094  background-color: #337ab7;
4095}
4096.nav-stacked > li {
4097  float: none;
4098}
4099.nav-stacked > li + li {
4100  margin-top: 2px;
4101  margin-left: 0;
4102}
4103.nav-justified {
4104  width: 100%;
4105}
4106.nav-justified > li {
4107  float: none;
4108}
4109.nav-justified > li > a {
4110  text-align: center;
4111  margin-bottom: 5px;
4112}
4113.nav-justified > .dropdown .dropdown-menu {
4114  top: auto;
4115  left: auto;
4116}
4117@media (min-width: 768px) {
4118  .nav-justified > li {
4119    display: table-cell;
4120    width: 1%;
4121  }
4122  .nav-justified > li > a {
4123    margin-bottom: 0;
4124  }
4125}
4126.nav-tabs-justified {
4127  border-bottom: 0;
4128}
4129.nav-tabs-justified > li > a {
4130  margin-right: 0;
4131  border-radius: 2px;
4132}
4133.nav-tabs-justified > .active > a,
4134.nav-tabs-justified > .active > a:hover,
4135.nav-tabs-justified > .active > a:focus {
4136  border: 1px solid #dddddd;
4137}
4138@media (min-width: 768px) {
4139  .nav-tabs-justified > li > a {
4140    border-bottom: 1px solid #dddddd;
4141    border-radius: 2px 2px 0 0;
4142  }
4143  .nav-tabs-justified > .active > a,
4144  .nav-tabs-justified > .active > a:hover,
4145  .nav-tabs-justified > .active > a:focus {
4146    border-bottom-color: #ffffff;
4147  }
4148}
4149.tab-content > .tab-pane {
4150  display: none;
4151}
4152.tab-content > .active {
4153  display: block;
4154}
4155.nav-tabs .dropdown-menu {
4156  margin-top: -1px;
4157  border-top-right-radius: 0;
4158  border-top-left-radius: 0;
4159}
4160.navbar {
4161  position: relative;
4162  min-height: 30px;
4163  margin-bottom: 18px;
4164  border: 1px solid transparent;
4165}
4166@media (min-width: 541px) {
4167  .navbar {
4168    border-radius: 2px;
4169  }
4170}
4171@media (min-width: 541px) {
4172  .navbar-header {
4173    float: left;
4174  }
4175}
4176.navbar-collapse {
4177  overflow-x: visible;
4178  padding-right: 0px;
4179  padding-left: 0px;
4180  border-top: 1px solid transparent;
4181  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
4182  -webkit-overflow-scrolling: touch;
4183}
4184.navbar-collapse.in {
4185  overflow-y: auto;
4186}
4187@media (min-width: 541px) {
4188  .navbar-collapse {
4189    width: auto;
4190    border-top: 0;
4191    box-shadow: none;
4192  }
4193  .navbar-collapse.collapse {
4194    display: block !important;
4195    height: auto !important;
4196    padding-bottom: 0;
4197    overflow: visible !important;
4198  }
4199  .navbar-collapse.in {
4200    overflow-y: visible;
4201  }
4202  .navbar-fixed-top .navbar-collapse,
4203  .navbar-static-top .navbar-collapse,
4204  .navbar-fixed-bottom .navbar-collapse {
4205    padding-left: 0;
4206    padding-right: 0;
4207  }
4208}
4209.navbar-fixed-top .navbar-collapse,
4210.navbar-fixed-bottom .navbar-collapse {
4211  max-height: 340px;
4212}
4213@media (max-device-width: 540px) and (orientation: landscape) {
4214  .navbar-fixed-top .navbar-collapse,
4215  .navbar-fixed-bottom .navbar-collapse {
4216    max-height: 200px;
4217  }
4218}
4219.container > .navbar-header,
4220.container-fluid > .navbar-header,
4221.container > .navbar-collapse,
4222.container-fluid > .navbar-collapse {
4223  margin-right: 0px;
4224  margin-left: 0px;
4225}
4226@media (min-width: 541px) {
4227  .container > .navbar-header,
4228  .container-fluid > .navbar-header,
4229  .container > .navbar-collapse,
4230  .container-fluid > .navbar-collapse {
4231    margin-right: 0;
4232    margin-left: 0;
4233  }
4234}
4235.navbar-static-top {
4236  z-index: 1000;
4237  border-width: 0 0 1px;
4238}
4239@media (min-width: 541px) {
4240  .navbar-static-top {
4241    border-radius: 0;
4242  }
4243}
4244.navbar-fixed-top,
4245.navbar-fixed-bottom {
4246  position: fixed;
4247  right: 0;
4248  left: 0;
4249  z-index: 1030;
4250}
4251@media (min-width: 541px) {
4252  .navbar-fixed-top,
4253  .navbar-fixed-bottom {
4254    border-radius: 0;
4255  }
4256}
4257.navbar-fixed-top {
4258  top: 0;
4259  border-width: 0 0 1px;
4260}
4261.navbar-fixed-bottom {
4262  bottom: 0;
4263  margin-bottom: 0;
4264  border-width: 1px 0 0;
4265}
4266.navbar-brand {
4267  float: left;
4268  padding: 6px 0px;
4269  font-size: 17px;
4270  line-height: 18px;
4271  height: 30px;
4272}
4273.navbar-brand:hover,
4274.navbar-brand:focus {
4275  text-decoration: none;
4276}
4277.navbar-brand > img {
4278  display: block;
4279}
4280@media (min-width: 541px) {
4281  .navbar > .container .navbar-brand,
4282  .navbar > .container-fluid .navbar-brand {
4283    margin-left: 0px;
4284  }
4285}
4286.navbar-toggle {
4287  position: relative;
4288  float: right;
4289  margin-right: 0px;
4290  padding: 9px 10px;
4291  margin-top: -2px;
4292  margin-bottom: -2px;
4293  background-color: transparent;
4294  background-image: none;
4295  border: 1px solid transparent;
4296  border-radius: 2px;
4297}
4298.navbar-toggle:focus {
4299  outline: 0;
4300}
4301.navbar-toggle .icon-bar {
4302  display: block;
4303  width: 22px;
4304  height: 2px;
4305  border-radius: 1px;
4306}
4307.navbar-toggle .icon-bar + .icon-bar {
4308  margin-top: 4px;
4309}
4310@media (min-width: 541px) {
4311  .navbar-toggle {
4312    display: none;
4313  }
4314}
4315.navbar-nav {
4316  margin: 3px 0px;
4317}
4318.navbar-nav > li > a {
4319  padding-top: 10px;
4320  padding-bottom: 10px;
4321  line-height: 18px;
4322}
4323@media (max-width: 540px) {
4324  .navbar-nav .open .dropdown-menu {
4325    position: static;
4326    float: none;
4327    width: auto;
4328    margin-top: 0;
4329    background-color: transparent;
4330    border: 0;
4331    box-shadow: none;
4332  }
4333  .navbar-nav .open .dropdown-menu > li > a,
4334  .navbar-nav .open .dropdown-menu .dropdown-header {
4335    padding: 5px 15px 5px 25px;
4336  }
4337  .navbar-nav .open .dropdown-menu > li > a {
4338    line-height: 18px;
4339  }
4340  .navbar-nav .open .dropdown-menu > li > a:hover,
4341  .navbar-nav .open .dropdown-menu > li > a:focus {
4342    background-image: none;
4343  }
4344}
4345@media (min-width: 541px) {
4346  .navbar-nav {
4347    float: left;
4348    margin: 0;
4349  }
4350  .navbar-nav > li {
4351    float: left;
4352  }
4353  .navbar-nav > li > a {
4354    padding-top: 6px;
4355    padding-bottom: 6px;
4356  }
4357}
4358.navbar-form {
4359  margin-left: 0px;
4360  margin-right: 0px;
4361  padding: 10px 0px;
4362  border-top: 1px solid transparent;
4363  border-bottom: 1px solid transparent;
4364  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
4365  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
4366  margin-top: -1px;
4367  margin-bottom: -1px;
4368}
4369@media (min-width: 768px) {
4370  .navbar-form .form-group {
4371    display: inline-block;
4372    margin-bottom: 0;
4373    vertical-align: middle;
4374  }
4375  .navbar-form .form-control {
4376    display: inline-block;
4377    width: auto;
4378    vertical-align: middle;
4379  }
4380  .navbar-form .form-control-static {
4381    display: inline-block;
4382  }
4383  .navbar-form .input-group {
4384    display: inline-table;
4385    vertical-align: middle;
4386  }
4387  .navbar-form .input-group .input-group-addon,
4388  .navbar-form .input-group .input-group-btn,
4389  .navbar-form .input-group .form-control {
4390    width: auto;
4391  }
4392  .navbar-form .input-group > .form-control {
4393    width: 100%;
4394  }
4395  .navbar-form .control-label {
4396    margin-bottom: 0;
4397    vertical-align: middle;
4398  }
4399  .navbar-form .radio,
4400  .navbar-form .checkbox {
4401    display: inline-block;
4402    margin-top: 0;
4403    margin-bottom: 0;
4404    vertical-align: middle;
4405  }
4406  .navbar-form .radio label,
4407  .navbar-form .checkbox label {
4408    padding-left: 0;
4409  }
4410  .navbar-form .radio input[type="radio"],
4411  .navbar-form .checkbox input[type="checkbox"] {
4412    position: relative;
4413    margin-left: 0;
4414  }
4415  .navbar-form .has-feedback .form-control-feedback {
4416    top: 0;
4417  }
4418}
4419@media (max-width: 540px) {
4420  .navbar-form .form-group {
4421    margin-bottom: 5px;
4422  }
4423  .navbar-form .form-group:last-child {
4424    margin-bottom: 0;
4425  }
4426}
4427@media (min-width: 541px) {
4428  .navbar-form {
4429    width: auto;
4430    border: 0;
4431    margin-left: 0;
4432    margin-right: 0;
4433    padding-top: 0;
4434    padding-bottom: 0;
4435    -webkit-box-shadow: none;
4436    box-shadow: none;
4437  }
4438}
4439.navbar-nav > li > .dropdown-menu {
4440  margin-top: 0;
4441  border-top-right-radius: 0;
4442  border-top-left-radius: 0;
4443}
4444.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
4445  margin-bottom: 0;
4446  border-top-right-radius: 2px;
4447  border-top-left-radius: 2px;
4448  border-bottom-right-radius: 0;
4449  border-bottom-left-radius: 0;
4450}
4451.navbar-btn {
4452  margin-top: -1px;
4453  margin-bottom: -1px;
4454}
4455.navbar-btn.btn-sm {
4456  margin-top: 0px;
4457  margin-bottom: 0px;
4458}
4459.navbar-btn.btn-xs {
4460  margin-top: 4px;
4461  margin-bottom: 4px;
4462}
4463.navbar-text {
4464  margin-top: 6px;
4465  margin-bottom: 6px;
4466}
4467@media (min-width: 541px) {
4468  .navbar-text {
4469    float: left;
4470    margin-left: 0px;
4471    margin-right: 0px;
4472  }
4473}
4474@media (min-width: 541px) {
4475  .navbar-left {
4476    float: left !important;
4477    float: left;
4478  }
4479  .navbar-right {
4480    float: right !important;
4481    float: right;
4482    margin-right: 0px;
4483  }
4484  .navbar-right ~ .navbar-right {
4485    margin-right: 0;
4486  }
4487}
4488.navbar-default {
4489  background-color: #f8f8f8;
4490  border-color: #e7e7e7;
4491}
4492.navbar-default .navbar-brand {
4493  color: #777777;
4494}
4495.navbar-default .navbar-brand:hover,
4496.navbar-default .navbar-brand:focus {
4497  color: #5e5e5e;
4498  background-color: transparent;
4499}
4500.navbar-default .navbar-text {
4501  color: #777777;
4502}
4503.navbar-default .navbar-nav > li > a {
4504  color: #777777;
4505}
4506.navbar-default .navbar-nav > li > a:hover,
4507.navbar-default .navbar-nav > li > a:focus {
4508  color: #333333;
4509  background-color: transparent;
4510}
4511.navbar-default .navbar-nav > .active > a,
4512.navbar-default .navbar-nav > .active > a:hover,
4513.navbar-default .navbar-nav > .active > a:focus {
4514  color: #555555;
4515  background-color: #e7e7e7;
4516}
4517.navbar-default .navbar-nav > .disabled > a,
4518.navbar-default .navbar-nav > .disabled > a:hover,
4519.navbar-default .navbar-nav > .disabled > a:focus {
4520  color: #cccccc;
4521  background-color: transparent;
4522}
4523.navbar-default .navbar-toggle {
4524  border-color: #dddddd;
4525}
4526.navbar-default .navbar-toggle:hover,
4527.navbar-default .navbar-toggle:focus {
4528  background-color: #dddddd;
4529}
4530.navbar-default .navbar-toggle .icon-bar {
4531  background-color: #888888;
4532}
4533.navbar-default .navbar-collapse,
4534.navbar-default .navbar-form {
4535  border-color: #e7e7e7;
4536}
4537.navbar-default .navbar-nav > .open > a,
4538.navbar-default .navbar-nav > .open > a:hover,
4539.navbar-default .navbar-nav > .open > a:focus {
4540  background-color: #e7e7e7;
4541  color: #555555;
4542}
4543@media (max-width: 540px) {
4544  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
4545    color: #777777;
4546  }
4547  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
4548  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
4549    color: #333333;
4550    background-color: transparent;
4551  }
4552  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
4553  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
4554  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
4555    color: #555555;
4556    background-color: #e7e7e7;
4557  }
4558  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
4559  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
4560  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
4561    color: #cccccc;
4562    background-color: transparent;
4563  }
4564}
4565.navbar-default .navbar-link {
4566  color: #777777;
4567}
4568.navbar-default .navbar-link:hover {
4569  color: #333333;
4570}
4571.navbar-default .btn-link {
4572  color: #777777;
4573}
4574.navbar-default .btn-link:hover,
4575.navbar-default .btn-link:focus {
4576  color: #333333;
4577}
4578.navbar-default .btn-link[disabled]:hover,
4579fieldset[disabled] .navbar-default .btn-link:hover,
4580.navbar-default .btn-link[disabled]:focus,
4581fieldset[disabled] .navbar-default .btn-link:focus {
4582  color: #cccccc;
4583}
4584.navbar-inverse {
4585  background-color: #222222;
4586  border-color: #080808;
4587}
4588.navbar-inverse .navbar-brand {
4589  color: #9d9d9d;
4590}
4591.navbar-inverse .navbar-brand:hover,
4592.navbar-inverse .navbar-brand:focus {
4593  color: #ffffff;
4594  background-color: transparent;
4595}
4596.navbar-inverse .navbar-text {
4597  color: #9d9d9d;
4598}
4599.navbar-inverse .navbar-nav > li > a {
4600  color: #9d9d9d;
4601}
4602.navbar-inverse .navbar-nav > li > a:hover,
4603.navbar-inverse .navbar-nav > li > a:focus {
4604  color: #ffffff;
4605  background-color: transparent;
4606}
4607.navbar-inverse .navbar-nav > .active > a,
4608.navbar-inverse .navbar-nav > .active > a:hover,
4609.navbar-inverse .navbar-nav > .active > a:focus {
4610  color: #ffffff;
4611  background-color: #080808;
4612}
4613.navbar-inverse .navbar-nav > .disabled > a,
4614.navbar-inverse .navbar-nav > .disabled > a:hover,
4615.navbar-inverse .navbar-nav > .disabled > a:focus {
4616  color: #444444;
4617  background-color: transparent;
4618}
4619.navbar-inverse .navbar-toggle {
4620  border-color: #333333;
4621}
4622.navbar-inverse .navbar-toggle:hover,
4623.navbar-inverse .navbar-toggle:focus {
4624  background-color: #333333;
4625}
4626.navbar-inverse .navbar-toggle .icon-bar {
4627  background-color: #ffffff;
4628}
4629.navbar-inverse .navbar-collapse,
4630.navbar-inverse .navbar-form {
4631  border-color: #101010;
4632}
4633.navbar-inverse .navbar-nav > .open > a,
4634.navbar-inverse .navbar-nav > .open > a:hover,
4635.navbar-inverse .navbar-nav > .open > a:focus {
4636  background-color: #080808;
4637  color: #ffffff;
4638}
4639@media (max-width: 540px) {
4640  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
4641    border-color: #080808;
4642  }
4643  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
4644    background-color: #080808;
4645  }
4646  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
4647    color: #9d9d9d;
4648  }
4649  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
4650  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
4651    color: #ffffff;
4652    background-color: transparent;
4653  }
4654  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
4655  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
4656  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
4657    color: #ffffff;
4658    background-color: #080808;
4659  }
4660  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
4661  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
4662  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
4663    color: #444444;
4664    background-color: transparent;
4665  }
4666}
4667.navbar-inverse .navbar-link {
4668  color: #9d9d9d;
4669}
4670.navbar-inverse .navbar-link:hover {
4671  color: #ffffff;
4672}
4673.navbar-inverse .btn-link {
4674  color: #9d9d9d;
4675}
4676.navbar-inverse .btn-link:hover,
4677.navbar-inverse .btn-link:focus {
4678  color: #ffffff;
4679}
4680.navbar-inverse .btn-link[disabled]:hover,
4681fieldset[disabled] .navbar-inverse .btn-link:hover,
4682.navbar-inverse .btn-link[disabled]:focus,
4683fieldset[disabled] .navbar-inverse .btn-link:focus {
4684  color: #444444;
4685}
4686.breadcrumb {
4687  padding: 8px 15px;
4688  margin-bottom: 18px;
4689  list-style: none;
4690  background-color: #f5f5f5;
4691  border-radius: 2px;
4692}
4693.breadcrumb > li {
4694  display: inline-block;
4695}
4696.breadcrumb > li + li:before {
4697  content: "/\00a0";
4698  padding: 0 5px;
4699  color: #5e5e5e;
4700}
4701.breadcrumb > .active {
4702  color: #777777;
4703}
4704.pagination {
4705  display: inline-block;
4706  padding-left: 0;
4707  margin: 18px 0;
4708  border-radius: 2px;
4709}
4710.pagination > li {
4711  display: inline;
4712}
4713.pagination > li > a,
4714.pagination > li > span {
4715  position: relative;
4716  float: left;
4717  padding: 6px 12px;
4718  line-height: 1.42857143;
4719  text-decoration: none;
4720  color: #337ab7;
4721  background-color: #ffffff;
4722  border: 1px solid #dddddd;
4723  margin-left: -1px;
4724}
4725.pagination > li:first-child > a,
4726.pagination > li:first-child > span {
4727  margin-left: 0;
4728  border-bottom-left-radius: 2px;
4729  border-top-left-radius: 2px;
4730}
4731.pagination > li:last-child > a,
4732.pagination > li:last-child > span {
4733  border-bottom-right-radius: 2px;
4734  border-top-right-radius: 2px;
4735}
4736.pagination > li > a:hover,
4737.pagination > li > span:hover,
4738.pagination > li > a:focus,
4739.pagination > li > span:focus {
4740  z-index: 2;
4741  color: #23527c;
4742  background-color: #eeeeee;
4743  border-color: #dddddd;
4744}
4745.pagination > .active > a,
4746.pagination > .active > span,
4747.pagination > .active > a:hover,
4748.pagination > .active > span:hover,
4749.pagination > .active > a:focus,
4750.pagination > .active > span:focus {
4751  z-index: 3;
4752  color: #ffffff;
4753  background-color: #337ab7;
4754  border-color: #337ab7;
4755  cursor: default;
4756}
4757.pagination > .disabled > span,
4758.pagination > .disabled > span:hover,
4759.pagination > .disabled > span:focus,
4760.pagination > .disabled > a,
4761.pagination > .disabled > a:hover,
4762.pagination > .disabled > a:focus {
4763  color: #777777;
4764  background-color: #ffffff;
4765  border-color: #dddddd;
4766  cursor: not-allowed;
4767}
4768.pagination-lg > li > a,
4769.pagination-lg > li > span {
4770  padding: 10px 16px;
4771  font-size: 17px;
4772  line-height: 1.3333333;
4773}
4774.pagination-lg > li:first-child > a,
4775.pagination-lg > li:first-child > span {
4776  border-bottom-left-radius: 3px;
4777  border-top-left-radius: 3px;
4778}
4779.pagination-lg > li:last-child > a,
4780.pagination-lg > li:last-child > span {
4781  border-bottom-right-radius: 3px;
4782  border-top-right-radius: 3px;
4783}
4784.pagination-sm > li > a,
4785.pagination-sm > li > span {
4786  padding: 5px 10px;
4787  font-size: 12px;
4788  line-height: 1.5;
4789}
4790.pagination-sm > li:first-child > a,
4791.pagination-sm > li:first-child > span {
4792  border-bottom-left-radius: 1px;
4793  border-top-left-radius: 1px;
4794}
4795.pagination-sm > li:last-child > a,
4796.pagination-sm > li:last-child > span {
4797  border-bottom-right-radius: 1px;
4798  border-top-right-radius: 1px;
4799}
4800.pager {
4801  padding-left: 0;
4802  margin: 18px 0;
4803  list-style: none;
4804  text-align: center;
4805}
4806.pager li {
4807  display: inline;
4808}
4809.pager li > a,
4810.pager li > span {
4811  display: inline-block;
4812  padding: 5px 14px;
4813  background-color: #ffffff;
4814  border: 1px solid #dddddd;
4815  border-radius: 15px;
4816}
4817.pager li > a:hover,
4818.pager li > a:focus {
4819  text-decoration: none;
4820  background-color: #eeeeee;
4821}
4822.pager .next > a,
4823.pager .next > span {
4824  float: right;
4825}
4826.pager .previous > a,
4827.pager .previous > span {
4828  float: left;
4829}
4830.pager .disabled > a,
4831.pager .disabled > a:hover,
4832.pager .disabled > a:focus,
4833.pager .disabled > span {
4834  color: #777777;
4835  background-color: #ffffff;
4836  cursor: not-allowed;
4837}
4838.label {
4839  display: inline;
4840  padding: .2em .6em .3em;
4841  font-size: 75%;
4842  font-weight: bold;
4843  line-height: 1;
4844  color: #ffffff;
4845  text-align: center;
4846  white-space: nowrap;
4847  vertical-align: baseline;
4848  border-radius: .25em;
4849}
4850a.label:hover,
4851a.label:focus {
4852  color: #ffffff;
4853  text-decoration: none;
4854  cursor: pointer;
4855}
4856.label:empty {
4857  display: none;
4858}
4859.btn .label {
4860  position: relative;
4861  top: -1px;
4862}
4863.label-default {
4864  background-color: #777777;
4865}
4866.label-default[href]:hover,
4867.label-default[href]:focus {
4868  background-color: #5e5e5e;
4869}
4870.label-primary {
4871  background-color: #337ab7;
4872}
4873.label-primary[href]:hover,
4874.label-primary[href]:focus {
4875  background-color: #286090;
4876}
4877.label-success {
4878  background-color: #5cb85c;
4879}
4880.label-success[href]:hover,
4881.label-success[href]:focus {
4882  background-color: #449d44;
4883}
4884.label-info {
4885  background-color: #5bc0de;
4886}
4887.label-info[href]:hover,
4888.label-info[href]:focus {
4889  background-color: #31b0d5;
4890}
4891.label-warning {
4892  background-color: #f0ad4e;
4893}
4894.label-warning[href]:hover,
4895.label-warning[href]:focus {
4896  background-color: #ec971f;
4897}
4898.label-danger {
4899  background-color: #d9534f;
4900}
4901.label-danger[href]:hover,
4902.label-danger[href]:focus {
4903  background-color: #c9302c;
4904}
4905.badge {
4906  display: inline-block;
4907  min-width: 10px;
4908  padding: 3px 7px;
4909  font-size: 12px;
4910  font-weight: bold;
4911  color: #ffffff;
4912  line-height: 1;
4913  vertical-align: middle;
4914  white-space: nowrap;
4915  text-align: center;
4916  background-color: #777777;
4917  border-radius: 10px;
4918}
4919.badge:empty {
4920  display: none;
4921}
4922.btn .badge {
4923  position: relative;
4924  top: -1px;
4925}
4926.btn-xs .badge,
4927.btn-group-xs > .btn .badge {
4928  top: 0;
4929  padding: 1px 5px;
4930}
4931a.badge:hover,
4932a.badge:focus {
4933  color: #ffffff;
4934  text-decoration: none;
4935  cursor: pointer;
4936}
4937.list-group-item.active > .badge,
4938.nav-pills > .active > a > .badge {
4939  color: #337ab7;
4940  background-color: #ffffff;
4941}
4942.list-group-item > .badge {
4943  float: right;
4944}
4945.list-group-item > .badge + .badge {
4946  margin-right: 5px;
4947}
4948.nav-pills > li > a > .badge {
4949  margin-left: 3px;
4950}
4951.jumbotron {
4952  padding-top: 30px;
4953  padding-bottom: 30px;
4954  margin-bottom: 30px;
4955  color: inherit;
4956  background-color: #eeeeee;
4957}
4958.jumbotron h1,
4959.jumbotron .h1 {
4960  color: inherit;
4961}
4962.jumbotron p {
4963  margin-bottom: 15px;
4964  font-size: 20px;
4965  font-weight: 200;
4966}
4967.jumbotron > hr {
4968  border-top-color: #d5d5d5;
4969}
4970.container .jumbotron,
4971.container-fluid .jumbotron {
4972  border-radius: 3px;
4973  padding-left: 0px;
4974  padding-right: 0px;
4975}
4976.jumbotron .container {
4977  max-width: 100%;
4978}
4979@media screen and (min-width: 768px) {
4980  .jumbotron {
4981    padding-top: 48px;
4982    padding-bottom: 48px;
4983  }
4984  .container .jumbotron,
4985  .container-fluid .jumbotron {
4986    padding-left: 60px;
4987    padding-right: 60px;
4988  }
4989  .jumbotron h1,
4990  .jumbotron .h1 {
4991    font-size: 59px;
4992  }
4993}
4994.thumbnail {
4995  display: block;
4996  padding: 4px;
4997  margin-bottom: 18px;
4998  line-height: 1.42857143;
4999  background-color: #ffffff;
5000  border: 1px solid #dddddd;
5001  border-radius: 2px;
5002  -webkit-transition: border 0.2s ease-in-out;
5003  -o-transition: border 0.2s ease-in-out;
5004  transition: border 0.2s ease-in-out;
5005}
5006.thumbnail > img,
5007.thumbnail a > img {
5008  margin-left: auto;
5009  margin-right: auto;
5010}
5011a.thumbnail:hover,
5012a.thumbnail:focus,
5013a.thumbnail.active {
5014  border-color: #337ab7;
5015}
5016.thumbnail .caption {
5017  padding: 9px;
5018  color: #000000;
5019}
5020.alert {
5021  padding: 15px;
5022  margin-bottom: 18px;
5023  border: 1px solid transparent;
5024  border-radius: 2px;
5025}
5026.alert h4 {
5027  margin-top: 0;
5028  color: inherit;
5029}
5030.alert .alert-link {
5031  font-weight: bold;
5032}
5033.alert > p,
5034.alert > ul {
5035  margin-bottom: 0;
5036}
5037.alert > p + p {
5038  margin-top: 5px;
5039}
5040.alert-dismissable,
5041.alert-dismissible {
5042  padding-right: 35px;
5043}
5044.alert-dismissable .close,
5045.alert-dismissible .close {
5046  position: relative;
5047  top: -2px;
5048  right: -21px;
5049  color: inherit;
5050}
5051.alert-success {
5052  background-color: #dff0d8;
5053  border-color: #d6e9c6;
5054  color: #3c763d;
5055}
5056.alert-success hr {
5057  border-top-color: #c9e2b3;
5058}
5059.alert-success .alert-link {
5060  color: #2b542c;
5061}
5062.alert-info {
5063  background-color: #d9edf7;
5064  border-color: #bce8f1;
5065  color: #31708f;
5066}
5067.alert-info hr {
5068  border-top-color: #a6e1ec;
5069}
5070.alert-info .alert-link {
5071  color: #245269;
5072}
5073.alert-warning {
5074  background-color: #fcf8e3;
5075  border-color: #faebcc;
5076  color: #8a6d3b;
5077}
5078.alert-warning hr {
5079  border-top-color: #f7e1b5;
5080}
5081.alert-warning .alert-link {
5082  color: #66512c;
5083}
5084.alert-danger {
5085  background-color: #f2dede;
5086  border-color: #ebccd1;
5087  color: #a94442;
5088}
5089.alert-danger hr {
5090  border-top-color: #e4b9c0;
5091}
5092.alert-danger .alert-link {
5093  color: #843534;
5094}
5095@-webkit-keyframes progress-bar-stripes {
5096  from {
5097    background-position: 40px 0;
5098  }
5099  to {
5100    background-position: 0 0;
5101  }
5102}
5103@keyframes progress-bar-stripes {
5104  from {
5105    background-position: 40px 0;
5106  }
5107  to {
5108    background-position: 0 0;
5109  }
5110}
5111.progress {
5112  overflow: hidden;
5113  height: 18px;
5114  margin-bottom: 18px;
5115  background-color: #f5f5f5;
5116  border-radius: 2px;
5117  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
5118  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
5119}
5120.progress-bar {
5121  float: left;
5122  width: 0%;
5123  height: 100%;
5124  font-size: 12px;
5125  line-height: 18px;
5126  color: #ffffff;
5127  text-align: center;
5128  background-color: #337ab7;
5129  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
5130  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
5131  -webkit-transition: width 0.6s ease;
5132  -o-transition: width 0.6s ease;
5133  transition: width 0.6s ease;
5134}
5135.progress-striped .progress-bar,
5136.progress-bar-striped {
5137  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
5138  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
5139  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
5140  background-size: 40px 40px;
5141}
5142.progress.active .progress-bar,
5143.progress-bar.active {
5144  -webkit-animation: progress-bar-stripes 2s linear infinite;
5145  -o-animation: progress-bar-stripes 2s linear infinite;
5146  animation: progress-bar-stripes 2s linear infinite;
5147}
5148.progress-bar-success {
5149  background-color: #5cb85c;
5150}
5151.progress-striped .progress-bar-success {
5152  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
5153  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
5154  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
5155}
5156.progress-bar-info {
5157  background-color: #5bc0de;
5158}
5159.progress-striped .progress-bar-info {
5160  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
5161  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
5162  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
5163}
5164.progress-bar-warning {
5165  background-color: #f0ad4e;
5166}
5167.progress-striped .progress-bar-warning {
5168  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
5169  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
5170  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
5171}
5172.progress-bar-danger {
5173  background-color: #d9534f;
5174}
5175.progress-striped .progress-bar-danger {
5176  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
5177  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
5178  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
5179}
5180.media {
5181  margin-top: 15px;
5182}
5183.media:first-child {
5184  margin-top: 0;
5185}
5186.media,
5187.media-body {
5188  zoom: 1;
5189  overflow: hidden;
5190}
5191.media-body {
5192  width: 10000px;
5193}
5194.media-object {
5195  display: block;
5196}
5197.media-object.img-thumbnail {
5198  max-width: none;
5199}
5200.media-right,
5201.media > .pull-right {
5202  padding-left: 10px;
5203}
5204.media-left,
5205.media > .pull-left {
5206  padding-right: 10px;
5207}
5208.media-left,
5209.media-right,
5210.media-body {
5211  display: table-cell;
5212  vertical-align: top;
5213}
5214.media-middle {
5215  vertical-align: middle;
5216}
5217.media-bottom {
5218  vertical-align: bottom;
5219}
5220.media-heading {
5221  margin-top: 0;
5222  margin-bottom: 5px;
5223}
5224.media-list {
5225  padding-left: 0;
5226  list-style: none;
5227}
5228.list-group {
5229  margin-bottom: 20px;
5230  padding-left: 0;
5231}
5232.list-group-item {
5233  position: relative;
5234  display: block;
5235  padding: 10px 15px;
5236  margin-bottom: -1px;
5237  background-color: #ffffff;
5238  border: 1px solid #dddddd;
5239}
5240.list-group-item:first-child {
5241  border-top-right-radius: 2px;
5242  border-top-left-radius: 2px;
5243}
5244.list-group-item:last-child {
5245  margin-bottom: 0;
5246  border-bottom-right-radius: 2px;
5247  border-bottom-left-radius: 2px;
5248}
5249a.list-group-item,
5250button.list-group-item {
5251  color: #555555;
5252}
5253a.list-group-item .list-group-item-heading,
5254button.list-group-item .list-group-item-heading {
5255  color: #333333;
5256}
5257a.list-group-item:hover,
5258button.list-group-item:hover,
5259a.list-group-item:focus,
5260button.list-group-item:focus {
5261  text-decoration: none;
5262  color: #555555;
5263  background-color: #f5f5f5;
5264}
5265button.list-group-item {
5266  width: 100%;
5267  text-align: left;
5268}
5269.list-group-item.disabled,
5270.list-group-item.disabled:hover,
5271.list-group-item.disabled:focus {
5272  background-color: #eeeeee;
5273  color: #777777;
5274  cursor: not-allowed;
5275}
5276.list-group-item.disabled .list-group-item-heading,
5277.list-group-item.disabled:hover .list-group-item-heading,
5278.list-group-item.disabled:focus .list-group-item-heading {
5279  color: inherit;
5280}
5281.list-group-item.disabled .list-group-item-text,
5282.list-group-item.disabled:hover .list-group-item-text,
5283.list-group-item.disabled:focus .list-group-item-text {
5284  color: #777777;
5285}
5286.list-group-item.active,
5287.list-group-item.active:hover,
5288.list-group-item.active:focus {
5289  z-index: 2;
5290  color: #ffffff;
5291  background-color: #337ab7;
5292  border-color: #337ab7;
5293}
5294.list-group-item.active .list-group-item-heading,
5295.list-group-item.active:hover .list-group-item-heading,
5296.list-group-item.active:focus .list-group-item-heading,
5297.list-group-item.active .list-group-item-heading > small,
5298.list-group-item.active:hover .list-group-item-heading > small,
5299.list-group-item.active:focus .list-group-item-heading > small,
5300.list-group-item.active .list-group-item-heading > .small,
5301.list-group-item.active:hover .list-group-item-heading > .small,
5302.list-group-item.active:focus .list-group-item-heading > .small {
5303  color: inherit;
5304}
5305.list-group-item.active .list-group-item-text,
5306.list-group-item.active:hover .list-group-item-text,
5307.list-group-item.active:focus .list-group-item-text {
5308  color: #c7ddef;
5309}
5310.list-group-item-success {
5311  color: #3c763d;
5312  background-color: #dff0d8;
5313}
5314a.list-group-item-success,
5315button.list-group-item-success {
5316  color: #3c763d;
5317}
5318a.list-group-item-success .list-group-item-heading,
5319button.list-group-item-success .list-group-item-heading {
5320  color: inherit;
5321}
5322a.list-group-item-success:hover,
5323button.list-group-item-success:hover,
5324a.list-group-item-success:focus,
5325button.list-group-item-success:focus {
5326  color: #3c763d;
5327  background-color: #d0e9c6;
5328}
5329a.list-group-item-success.active,
5330button.list-group-item-success.active,
5331a.list-group-item-success.active:hover,
5332button.list-group-item-success.active:hover,
5333a.list-group-item-success.active:focus,
5334button.list-group-item-success.active:focus {
5335  color: #fff;
5336  background-color: #3c763d;
5337  border-color: #3c763d;
5338}
5339.list-group-item-info {
5340  color: #31708f;
5341  background-color: #d9edf7;
5342}
5343a.list-group-item-info,
5344button.list-group-item-info {
5345  color: #31708f;
5346}
5347a.list-group-item-info .list-group-item-heading,
5348button.list-group-item-info .list-group-item-heading {
5349  color: inherit;
5350}
5351a.list-group-item-info:hover,
5352button.list-group-item-info:hover,
5353a.list-group-item-info:focus,
5354button.list-group-item-info:focus {
5355  color: #31708f;
5356  background-color: #c4e3f3;
5357}
5358a.list-group-item-info.active,
5359button.list-group-item-info.active,
5360a.list-group-item-info.active:hover,
5361button.list-group-item-info.active:hover,
5362a.list-group-item-info.active:focus,
5363button.list-group-item-info.active:focus {
5364  color: #fff;
5365  background-color: #31708f;
5366  border-color: #31708f;
5367}
5368.list-group-item-warning {
5369  color: #8a6d3b;
5370  background-color: #fcf8e3;
5371}
5372a.list-group-item-warning,
5373button.list-group-item-warning {
5374  color: #8a6d3b;
5375}
5376a.list-group-item-warning .list-group-item-heading,
5377button.list-group-item-warning .list-group-item-heading {
5378  color: inherit;
5379}
5380a.list-group-item-warning:hover,
5381button.list-group-item-warning:hover,
5382a.list-group-item-warning:focus,
5383button.list-group-item-warning:focus {
5384  color: #8a6d3b;
5385  background-color: #faf2cc;
5386}
5387a.list-group-item-warning.active,
5388button.list-group-item-warning.active,
5389a.list-group-item-warning.active:hover,
5390button.list-group-item-warning.active:hover,
5391a.list-group-item-warning.active:focus,
5392button.list-group-item-warning.active:focus {
5393  color: #fff;
5394  background-color: #8a6d3b;
5395  border-color: #8a6d3b;
5396}
5397.list-group-item-danger {
5398  color: #a94442;
5399  background-color: #f2dede;
5400}
5401a.list-group-item-danger,
5402button.list-group-item-danger {
5403  color: #a94442;
5404}
5405a.list-group-item-danger .list-group-item-heading,
5406button.list-group-item-danger .list-group-item-heading {
5407  color: inherit;
5408}
5409a.list-group-item-danger:hover,
5410button.list-group-item-danger:hover,
5411a.list-group-item-danger:focus,
5412button.list-group-item-danger:focus {
5413  color: #a94442;
5414  background-color: #ebcccc;
5415}
5416a.list-group-item-danger.active,
5417button.list-group-item-danger.active,
5418a.list-group-item-danger.active:hover,
5419button.list-group-item-danger.active:hover,
5420a.list-group-item-danger.active:focus,
5421button.list-group-item-danger.active:focus {
5422  color: #fff;
5423  background-color: #a94442;
5424  border-color: #a94442;
5425}
5426.list-group-item-heading {
5427  margin-top: 0;
5428  margin-bottom: 5px;
5429}
5430.list-group-item-text {
5431  margin-bottom: 0;
5432  line-height: 1.3;
5433}
5434.panel {
5435  margin-bottom: 18px;
5436  background-color: #ffffff;
5437  border: 1px solid transparent;
5438  border-radius: 2px;
5439  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
5440  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
5441}
5442.panel-body {
5443  padding: 15px;
5444}
5445.panel-heading {
5446  padding: 10px 15px;
5447  border-bottom: 1px solid transparent;
5448  border-top-right-radius: 1px;
5449  border-top-left-radius: 1px;
5450}
5451.panel-heading > .dropdown .dropdown-toggle {
5452  color: inherit;
5453}
5454.panel-title {
5455  margin-top: 0;
5456  margin-bottom: 0;
5457  font-size: 15px;
5458  color: inherit;
5459}
5460.panel-title > a,
5461.panel-title > small,
5462.panel-title > .small,
5463.panel-title > small > a,
5464.panel-title > .small > a {
5465  color: inherit;
5466}
5467.panel-footer {
5468  padding: 10px 15px;
5469  background-color: #f5f5f5;
5470  border-top: 1px solid #dddddd;
5471  border-bottom-right-radius: 1px;
5472  border-bottom-left-radius: 1px;
5473}
5474.panel > .list-group,
5475.panel > .panel-collapse > .list-group {
5476  margin-bottom: 0;
5477}
5478.panel > .list-group .list-group-item,
5479.panel > .panel-collapse > .list-group .list-group-item {
5480  border-width: 1px 0;
5481  border-radius: 0;
5482}
5483.panel > .list-group:first-child .list-group-item:first-child,
5484.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
5485  border-top: 0;
5486  border-top-right-radius: 1px;
5487  border-top-left-radius: 1px;
5488}
5489.panel > .list-group:last-child .list-group-item:last-child,
5490.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
5491  border-bottom: 0;
5492  border-bottom-right-radius: 1px;
5493  border-bottom-left-radius: 1px;
5494}
5495.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
5496  border-top-right-radius: 0;
5497  border-top-left-radius: 0;
5498}
5499.panel-heading + .list-group .list-group-item:first-child {
5500  border-top-width: 0;
5501}
5502.list-group + .panel-footer {
5503  border-top-width: 0;
5504}
5505.panel > .table,
5506.panel > .table-responsive > .table,
5507.panel > .panel-collapse > .table {
5508  margin-bottom: 0;
5509}
5510.panel > .table caption,
5511.panel > .table-responsive > .table caption,
5512.panel > .panel-collapse > .table caption {
5513  padding-left: 15px;
5514  padding-right: 15px;
5515}
5516.panel > .table:first-child,
5517.panel > .table-responsive:first-child > .table:first-child {
5518  border-top-right-radius: 1px;
5519  border-top-left-radius: 1px;
5520}
5521.panel > .table:first-child > thead:first-child > tr:first-child,
5522.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
5523.panel > .table:first-child > tbody:first-child > tr:first-child,
5524.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
5525  border-top-left-radius: 1px;
5526  border-top-right-radius: 1px;
5527}
5528.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
5529.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
5530.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
5531.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
5532.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
5533.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
5534.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
5535.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
5536  border-top-left-radius: 1px;
5537}
5538.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
5539.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
5540.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
5541.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
5542.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
5543.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
5544.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
5545.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
5546  border-top-right-radius: 1px;
5547}
5548.panel > .table:last-child,
5549.panel > .table-responsive:last-child > .table:last-child {
5550  border-bottom-right-radius: 1px;
5551  border-bottom-left-radius: 1px;
5552}
5553.panel > .table:last-child > tbody:last-child > tr:last-child,
5554.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
5555.panel > .table:last-child > tfoot:last-child > tr:last-child,
5556.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
5557  border-bottom-left-radius: 1px;
5558  border-bottom-right-radius: 1px;
5559}
5560.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
5561.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
5562.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
5563.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
5564.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
5565.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
5566.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
5567.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
5568  border-bottom-left-radius: 1px;
5569}
5570.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
5571.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
5572.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
5573.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
5574.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
5575.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
5576.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
5577.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
5578  border-bottom-right-radius: 1px;
5579}
5580.panel > .panel-body + .table,
5581.panel > .panel-body + .table-responsive,
5582.panel > .table + .panel-body,
5583.panel > .table-responsive + .panel-body {
5584  border-top: 1px solid #dddddd;
5585}
5586.panel > .table > tbody:first-child > tr:first-child th,
5587.panel > .table > tbody:first-child > tr:first-child td {
5588  border-top: 0;
5589}
5590.panel > .table-bordered,
5591.panel > .table-responsive > .table-bordered {
5592  border: 0;
5593}
5594.panel > .table-bordered > thead > tr > th:first-child,
5595.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
5596.panel > .table-bordered > tbody > tr > th:first-child,
5597.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
5598.panel > .table-bordered > tfoot > tr > th:first-child,
5599.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
5600.panel > .table-bordered > thead > tr > td:first-child,
5601.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
5602.panel > .table-bordered > tbody > tr > td:first-child,
5603.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
5604.panel > .table-bordered > tfoot > tr > td:first-child,
5605.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
5606  border-left: 0;
5607}
5608.panel > .table-bordered > thead > tr > th:last-child,
5609.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
5610.panel > .table-bordered > tbody > tr > th:last-child,
5611.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
5612.panel > .table-bordered > tfoot > tr > th:last-child,
5613.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
5614.panel > .table-bordered > thead > tr > td:last-child,
5615.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
5616.panel > .table-bordered > tbody > tr > td:last-child,
5617.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
5618.panel > .table-bordered > tfoot > tr > td:last-child,
5619.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
5620  border-right: 0;
5621}
5622.panel > .table-bordered > thead > tr:first-child > td,
5623.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
5624.panel > .table-bordered > tbody > tr:first-child > td,
5625.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
5626.panel > .table-bordered > thead > tr:first-child > th,
5627.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
5628.panel > .table-bordered > tbody > tr:first-child > th,
5629.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
5630  border-bottom: 0;
5631}
5632.panel > .table-bordered > tbody > tr:last-child > td,
5633.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
5634.panel > .table-bordered > tfoot > tr:last-child > td,
5635.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
5636.panel > .table-bordered > tbody > tr:last-child > th,
5637.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
5638.panel > .table-bordered > tfoot > tr:last-child > th,
5639.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
5640  border-bottom: 0;
5641}
5642.panel > .table-responsive {
5643  border: 0;
5644  margin-bottom: 0;
5645}
5646.panel-group {
5647  margin-bottom: 18px;
5648}
5649.panel-group .panel {
5650  margin-bottom: 0;
5651  border-radius: 2px;
5652}
5653.panel-group .panel + .panel {
5654  margin-top: 5px;
5655}
5656.panel-group .panel-heading {
5657  border-bottom: 0;
5658}
5659.panel-group .panel-heading + .panel-collapse > .panel-body,
5660.panel-group .panel-heading + .panel-collapse > .list-group {
5661  border-top: 1px solid #dddddd;
5662}
5663.panel-group .panel-footer {
5664  border-top: 0;
5665}
5666.panel-group .panel-footer + .panel-collapse .panel-body {
5667  border-bottom: 1px solid #dddddd;
5668}
5669.panel-default {
5670  border-color: #dddddd;
5671}
5672.panel-default > .panel-heading {
5673  color: #333333;
5674  background-color: #f5f5f5;
5675  border-color: #dddddd;
5676}
5677.panel-default > .panel-heading + .panel-collapse > .panel-body {
5678  border-top-color: #dddddd;
5679}
5680.panel-default > .panel-heading .badge {
5681  color: #f5f5f5;
5682  background-color: #333333;
5683}
5684.panel-default > .panel-footer + .panel-collapse > .panel-body {
5685  border-bottom-color: #dddddd;
5686}
5687.panel-primary {
5688  border-color: #337ab7;
5689}
5690.panel-primary > .panel-heading {
5691  color: #ffffff;
5692  background-color: #337ab7;
5693  border-color: #337ab7;
5694}
5695.panel-primary > .panel-heading + .panel-collapse > .panel-body {
5696  border-top-color: #337ab7;
5697}
5698.panel-primary > .panel-heading .badge {
5699  color: #337ab7;
5700  background-color: #ffffff;
5701}
5702.panel-primary > .panel-footer + .panel-collapse > .panel-body {
5703  border-bottom-color: #337ab7;
5704}
5705.panel-success {
5706  border-color: #d6e9c6;
5707}
5708.panel-success > .panel-heading {
5709  color: #3c763d;
5710  background-color: #dff0d8;
5711  border-color: #d6e9c6;
5712}
5713.panel-success > .panel-heading + .panel-collapse > .panel-body {
5714  border-top-color: #d6e9c6;
5715}
5716.panel-success > .panel-heading .badge {
5717  color: #dff0d8;
5718  background-color: #3c763d;
5719}
5720.panel-success > .panel-footer + .panel-collapse > .panel-body {
5721  border-bottom-color: #d6e9c6;
5722}
5723.panel-info {
5724  border-color: #bce8f1;
5725}
5726.panel-info > .panel-heading {
5727  color: #31708f;
5728  background-color: #d9edf7;
5729  border-color: #bce8f1;
5730}
5731.panel-info > .panel-heading + .panel-collapse > .panel-body {
5732  border-top-color: #bce8f1;
5733}
5734.panel-info > .panel-heading .badge {
5735  color: #d9edf7;
5736  background-color: #31708f;
5737}
5738.panel-info > .panel-footer + .panel-collapse > .panel-body {
5739  border-bottom-color: #bce8f1;
5740}
5741.panel-warning {
5742  border-color: #faebcc;
5743}
5744.panel-warning > .panel-heading {
5745  color: #8a6d3b;
5746  background-color: #fcf8e3;
5747  border-color: #faebcc;
5748}
5749.panel-warning > .panel-heading + .panel-collapse > .panel-body {
5750  border-top-color: #faebcc;
5751}
5752.panel-warning > .panel-heading .badge {
5753  color: #fcf8e3;
5754  background-color: #8a6d3b;
5755}
5756.panel-warning > .panel-footer + .panel-collapse > .panel-body {
5757  border-bottom-color: #faebcc;
5758}
5759.panel-danger {
5760  border-color: #ebccd1;
5761}
5762.panel-danger > .panel-heading {
5763  color: #a94442;
5764  background-color: #f2dede;
5765  border-color: #ebccd1;
5766}
5767.panel-danger > .panel-heading + .panel-collapse > .panel-body {
5768  border-top-color: #ebccd1;
5769}
5770.panel-danger > .panel-heading .badge {
5771  color: #f2dede;
5772  background-color: #a94442;
5773}
5774.panel-danger > .panel-footer + .panel-collapse > .panel-body {
5775  border-bottom-color: #ebccd1;
5776}
5777.embed-responsive {
5778  position: relative;
5779  display: block;
5780  height: 0;
5781  padding: 0;
5782  overflow: hidden;
5783}
5784.embed-responsive .embed-responsive-item,
5785.embed-responsive iframe,
5786.embed-responsive embed,
5787.embed-responsive object,
5788.embed-responsive video {
5789  position: absolute;
5790  top: 0;
5791  left: 0;
5792  bottom: 0;
5793  height: 100%;
5794  width: 100%;
5795  border: 0;
5796}
5797.embed-responsive-16by9 {
5798  padding-bottom: 56.25%;
5799}
5800.embed-responsive-4by3 {
5801  padding-bottom: 75%;
5802}
5803.well {
5804  min-height: 20px;
5805  padding: 19px;
5806  margin-bottom: 20px;
5807  background-color: #f5f5f5;
5808  border: 1px solid #e3e3e3;
5809  border-radius: 2px;
5810  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
5811  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
5812}
5813.well blockquote {
5814  border-color: #ddd;
5815  border-color: rgba(0, 0, 0, 0.15);
5816}
5817.well-lg {
5818  padding: 24px;
5819  border-radius: 3px;
5820}
5821.well-sm {
5822  padding: 9px;
5823  border-radius: 1px;
5824}
5825.close {
5826  float: right;
5827  font-size: 19.5px;
5828  font-weight: bold;
5829  line-height: 1;
5830  color: #000000;
5831  text-shadow: 0 1px 0 #ffffff;
5832  opacity: 0.2;
5833  filter: alpha(opacity=20);
5834}
5835.close:hover,
5836.close:focus {
5837  color: #000000;
5838  text-decoration: none;
5839  cursor: pointer;
5840  opacity: 0.5;
5841  filter: alpha(opacity=50);
5842}
5843button.close {
5844  padding: 0;
5845  cursor: pointer;
5846  background: transparent;
5847  border: 0;
5848  -webkit-appearance: none;
5849}
5850.modal-open {
5851  overflow: hidden;
5852}
5853.modal {
5854  display: none;
5855  overflow: hidden;
5856  position: fixed;
5857  top: 0;
5858  right: 0;
5859  bottom: 0;
5860  left: 0;
5861  z-index: 1050;
5862  -webkit-overflow-scrolling: touch;
5863  outline: 0;
5864}
5865.modal.fade .modal-dialog {
5866  -webkit-transform: translate(0, -25%);
5867  -ms-transform: translate(0, -25%);
5868  -o-transform: translate(0, -25%);
5869  transform: translate(0, -25%);
5870  -webkit-transition: -webkit-transform 0.3s ease-out;
5871  -moz-transition: -moz-transform 0.3s ease-out;
5872  -o-transition: -o-transform 0.3s ease-out;
5873  transition: transform 0.3s ease-out;
5874}
5875.modal.in .modal-dialog {
5876  -webkit-transform: translate(0, 0);
5877  -ms-transform: translate(0, 0);
5878  -o-transform: translate(0, 0);
5879  transform: translate(0, 0);
5880}
5881.modal-open .modal {
5882  overflow-x: hidden;
5883  overflow-y: auto;
5884}
5885.modal-dialog {
5886  position: relative;
5887  width: auto;
5888  margin: 10px;
5889}
5890.modal-content {
5891  position: relative;
5892  background-color: #ffffff;
5893  border: 1px solid #999999;
5894  border: 1px solid rgba(0, 0, 0, 0.2);
5895  border-radius: 3px;
5896  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
5897  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
5898  background-clip: padding-box;
5899  outline: 0;
5900}
5901.modal-backdrop {
5902  position: fixed;
5903  top: 0;
5904  right: 0;
5905  bottom: 0;
5906  left: 0;
5907  z-index: 1040;
5908  background-color: #000000;
5909}
5910.modal-backdrop.fade {
5911  opacity: 0;
5912  filter: alpha(opacity=0);
5913}
5914.modal-backdrop.in {
5915  opacity: 0.5;
5916  filter: alpha(opacity=50);
5917}
5918.modal-header {
5919  padding: 15px;
5920  border-bottom: 1px solid #e5e5e5;
5921}
5922.modal-header .close {
5923  margin-top: -2px;
5924}
5925.modal-title {
5926  margin: 0;
5927  line-height: 1.42857143;
5928}
5929.modal-body {
5930  position: relative;
5931  padding: 15px;
5932}
5933.modal-footer {
5934  padding: 15px;
5935  text-align: right;
5936  border-top: 1px solid #e5e5e5;
5937}
5938.modal-footer .btn + .btn {
5939  margin-left: 5px;
5940  margin-bottom: 0;
5941}
5942.modal-footer .btn-group .btn + .btn {
5943  margin-left: -1px;
5944}
5945.modal-footer .btn-block + .btn-block {
5946  margin-left: 0;
5947}
5948.modal-scrollbar-measure {
5949  position: absolute;
5950  top: -9999px;
5951  width: 50px;
5952  height: 50px;
5953  overflow: scroll;
5954}
5955@media (min-width: 768px) {
5956  .modal-dialog {
5957    width: 600px;
5958    margin: 30px auto;
5959  }
5960  .modal-content {
5961    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
5962    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
5963  }
5964  .modal-sm {
5965    width: 300px;
5966  }
5967}
5968@media (min-width: 992px) {
5969  .modal-lg {
5970    width: 900px;
5971  }
5972}
5973.tooltip {
5974  position: absolute;
5975  z-index: 1070;
5976  display: block;
5977  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
5978  font-style: normal;
5979  font-weight: normal;
5980  letter-spacing: normal;
5981  line-break: auto;
5982  line-height: 1.42857143;
5983  text-align: left;
5984  text-align: start;
5985  text-decoration: none;
5986  text-shadow: none;
5987  text-transform: none;
5988  white-space: normal;
5989  word-break: normal;
5990  word-spacing: normal;
5991  word-wrap: normal;
5992  font-size: 12px;
5993  opacity: 0;
5994  filter: alpha(opacity=0);
5995}
5996.tooltip.in {
5997  opacity: 0.9;
5998  filter: alpha(opacity=90);
5999}
6000.tooltip.top {
6001  margin-top: -3px;
6002  padding: 5px 0;
6003}
6004.tooltip.right {
6005  margin-left: 3px;
6006  padding: 0 5px;
6007}
6008.tooltip.bottom {
6009  margin-top: 3px;
6010  padding: 5px 0;
6011}
6012.tooltip.left {
6013  margin-left: -3px;
6014  padding: 0 5px;
6015}
6016.tooltip-inner {
6017  max-width: 200px;
6018  padding: 3px 8px;
6019  color: #ffffff;
6020  text-align: center;
6021  background-color: #000000;
6022  border-radius: 2px;
6023}
6024.tooltip-arrow {
6025  position: absolute;
6026  width: 0;
6027  height: 0;
6028  border-color: transparent;
6029  border-style: solid;
6030}
6031.tooltip.top .tooltip-arrow {
6032  bottom: 0;
6033  left: 50%;
6034  margin-left: -5px;
6035  border-width: 5px 5px 0;
6036  border-top-color: #000000;
6037}
6038.tooltip.top-left .tooltip-arrow {
6039  bottom: 0;
6040  right: 5px;
6041  margin-bottom: -5px;
6042  border-width: 5px 5px 0;
6043  border-top-color: #000000;
6044}
6045.tooltip.top-right .tooltip-arrow {
6046  bottom: 0;
6047  left: 5px;
6048  margin-bottom: -5px;
6049  border-width: 5px 5px 0;
6050  border-top-color: #000000;
6051}
6052.tooltip.right .tooltip-arrow {
6053  top: 50%;
6054  left: 0;
6055  margin-top: -5px;
6056  border-width: 5px 5px 5px 0;
6057  border-right-color: #000000;
6058}
6059.tooltip.left .tooltip-arrow {
6060  top: 50%;
6061  right: 0;
6062  margin-top: -5px;
6063  border-width: 5px 0 5px 5px;
6064  border-left-color: #000000;
6065}
6066.tooltip.bottom .tooltip-arrow {
6067  top: 0;
6068  left: 50%;
6069  margin-left: -5px;
6070  border-width: 0 5px 5px;
6071  border-bottom-color: #000000;
6072}
6073.tooltip.bottom-left .tooltip-arrow {
6074  top: 0;
6075  right: 5px;
6076  margin-top: -5px;
6077  border-width: 0 5px 5px;
6078  border-bottom-color: #000000;
6079}
6080.tooltip.bottom-right .tooltip-arrow {
6081  top: 0;
6082  left: 5px;
6083  margin-top: -5px;
6084  border-width: 0 5px 5px;
6085  border-bottom-color: #000000;
6086}
6087.popover {
6088  position: absolute;
6089  top: 0;
6090  left: 0;
6091  z-index: 1060;
6092  display: none;
6093  max-width: 276px;
6094  padding: 1px;
6095  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
6096  font-style: normal;
6097  font-weight: normal;
6098  letter-spacing: normal;
6099  line-break: auto;
6100  line-height: 1.42857143;
6101  text-align: left;
6102  text-align: start;
6103  text-decoration: none;
6104  text-shadow: none;
6105  text-transform: none;
6106  white-space: normal;
6107  word-break: normal;
6108  word-spacing: normal;
6109  word-wrap: normal;
6110  font-size: 13px;
6111  background-color: #ffffff;
6112  background-clip: padding-box;
6113  border: 1px solid #cccccc;
6114  border: 1px solid rgba(0, 0, 0, 0.2);
6115  border-radius: 3px;
6116  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
6117  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
6118}
6119.popover.top {
6120  margin-top: -10px;
6121}
6122.popover.right {
6123  margin-left: 10px;
6124}
6125.popover.bottom {
6126  margin-top: 10px;
6127}
6128.popover.left {
6129  margin-left: -10px;
6130}
6131.popover-title {
6132  margin: 0;
6133  padding: 8px 14px;
6134  font-size: 13px;
6135  background-color: #f7f7f7;
6136  border-bottom: 1px solid #ebebeb;
6137  border-radius: 2px 2px 0 0;
6138}
6139.popover-content {
6140  padding: 9px 14px;
6141}
6142.popover > .arrow,
6143.popover > .arrow:after {
6144  position: absolute;
6145  display: block;
6146  width: 0;
6147  height: 0;
6148  border-color: transparent;
6149  border-style: solid;
6150}
6151.popover > .arrow {
6152  border-width: 11px;
6153}
6154.popover > .arrow:after {
6155  border-width: 10px;
6156  content: "";
6157}
6158.popover.top > .arrow {
6159  left: 50%;
6160  margin-left: -11px;
6161  border-bottom-width: 0;
6162  border-top-color: #999999;
6163  border-top-color: rgba(0, 0, 0, 0.25);
6164  bottom: -11px;
6165}
6166.popover.top > .arrow:after {
6167  content: " ";
6168  bottom: 1px;
6169  margin-left: -10px;
6170  border-bottom-width: 0;
6171  border-top-color: #ffffff;
6172}
6173.popover.right > .arrow {
6174  top: 50%;
6175  left: -11px;
6176  margin-top: -11px;
6177  border-left-width: 0;
6178  border-right-color: #999999;
6179  border-right-color: rgba(0, 0, 0, 0.25);
6180}
6181.popover.right > .arrow:after {
6182  content: " ";
6183  left: 1px;
6184  bottom: -10px;
6185  border-left-width: 0;
6186  border-right-color: #ffffff;
6187}
6188.popover.bottom > .arrow {
6189  left: 50%;
6190  margin-left: -11px;
6191  border-top-width: 0;
6192  border-bottom-color: #999999;
6193  border-bottom-color: rgba(0, 0, 0, 0.25);
6194  top: -11px;
6195}
6196.popover.bottom > .arrow:after {
6197  content: " ";
6198  top: 1px;
6199  margin-left: -10px;
6200  border-top-width: 0;
6201  border-bottom-color: #ffffff;
6202}
6203.popover.left > .arrow {
6204  top: 50%;
6205  right: -11px;
6206  margin-top: -11px;
6207  border-right-width: 0;
6208  border-left-color: #999999;
6209  border-left-color: rgba(0, 0, 0, 0.25);
6210}
6211.popover.left > .arrow:after {
6212  content: " ";
6213  right: 1px;
6214  border-right-width: 0;
6215  border-left-color: #ffffff;
6216  bottom: -10px;
6217}
6218.carousel {
6219  position: relative;
6220}
6221.carousel-inner {
6222  position: relative;
6223  overflow: hidden;
6224  width: 100%;
6225}
6226.carousel-inner > .item {
6227  display: none;
6228  position: relative;
6229  -webkit-transition: 0.6s ease-in-out left;
6230  -o-transition: 0.6s ease-in-out left;
6231  transition: 0.6s ease-in-out left;
6232}
6233.carousel-inner > .item > img,
6234.carousel-inner > .item > a > img {
6235  line-height: 1;
6236}
6237@media all and (transform-3d), (-webkit-transform-3d) {
6238  .carousel-inner > .item {
6239    -webkit-transition: -webkit-transform 0.6s ease-in-out;
6240    -moz-transition: -moz-transform 0.6s ease-in-out;
6241    -o-transition: -o-transform 0.6s ease-in-out;
6242    transition: transform 0.6s ease-in-out;
6243    -webkit-backface-visibility: hidden;
6244    -moz-backface-visibility: hidden;
6245    backface-visibility: hidden;
6246    -webkit-perspective: 1000px;
6247    -moz-perspective: 1000px;
6248    perspective: 1000px;
6249  }
6250  .carousel-inner > .item.next,
6251  .carousel-inner > .item.active.right {
6252    -webkit-transform: translate3d(100%, 0, 0);
6253    transform: translate3d(100%, 0, 0);
6254    left: 0;
6255  }
6256  .carousel-inner > .item.prev,
6257  .carousel-inner > .item.active.left {
6258    -webkit-transform: translate3d(-100%, 0, 0);
6259    transform: translate3d(-100%, 0, 0);
6260    left: 0;
6261  }
6262  .carousel-inner > .item.next.left,
6263  .carousel-inner > .item.prev.right,
6264  .carousel-inner > .item.active {
6265    -webkit-transform: translate3d(0, 0, 0);
6266    transform: translate3d(0, 0, 0);
6267    left: 0;
6268  }
6269}
6270.carousel-inner > .active,
6271.carousel-inner > .next,
6272.carousel-inner > .prev {
6273  display: block;
6274}
6275.carousel-inner > .active {
6276  left: 0;
6277}
6278.carousel-inner > .next,
6279.carousel-inner > .prev {
6280  position: absolute;
6281  top: 0;
6282  width: 100%;
6283}
6284.carousel-inner > .next {
6285  left: 100%;
6286}
6287.carousel-inner > .prev {
6288  left: -100%;
6289}
6290.carousel-inner > .next.left,
6291.carousel-inner > .prev.right {
6292  left: 0;
6293}
6294.carousel-inner > .active.left {
6295  left: -100%;
6296}
6297.carousel-inner > .active.right {
6298  left: 100%;
6299}
6300.carousel-control {
6301  position: absolute;
6302  top: 0;
6303  left: 0;
6304  bottom: 0;
6305  width: 15%;
6306  opacity: 0.5;
6307  filter: alpha(opacity=50);
6308  font-size: 20px;
6309  color: #ffffff;
6310  text-align: center;
6311  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
6312  background-color: rgba(0, 0, 0, 0);
6313}
6314.carousel-control.left {
6315  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
6316  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
6317  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
6318  background-repeat: repeat-x;
6319  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
6320}
6321.carousel-control.right {
6322  left: auto;
6323  right: 0;
6324  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
6325  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
6326  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
6327  background-repeat: repeat-x;
6328  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
6329}
6330.carousel-control:hover,
6331.carousel-control:focus {
6332  outline: 0;
6333  color: #ffffff;
6334  text-decoration: none;
6335  opacity: 0.9;
6336  filter: alpha(opacity=90);
6337}
6338.carousel-control .icon-prev,
6339.carousel-control .icon-next,
6340.carousel-control .glyphicon-chevron-left,
6341.carousel-control .glyphicon-chevron-right {
6342  position: absolute;
6343  top: 50%;
6344  margin-top: -10px;
6345  z-index: 5;
6346  display: inline-block;
6347}
6348.carousel-control .icon-prev,
6349.carousel-control .glyphicon-chevron-left {
6350  left: 50%;
6351  margin-left: -10px;
6352}
6353.carousel-control .icon-next,
6354.carousel-control .glyphicon-chevron-right {
6355  right: 50%;
6356  margin-right: -10px;
6357}
6358.carousel-control .icon-prev,
6359.carousel-control .icon-next {
6360  width: 20px;
6361  height: 20px;
6362  line-height: 1;
6363  font-family: serif;
6364}
6365.carousel-control .icon-prev:before {
6366  content: '\2039';
6367}
6368.carousel-control .icon-next:before {
6369  content: '\203a';
6370}
6371.carousel-indicators {
6372  position: absolute;
6373  bottom: 10px;
6374  left: 50%;
6375  z-index: 15;
6376  width: 60%;
6377  margin-left: -30%;
6378  padding-left: 0;
6379  list-style: none;
6380  text-align: center;
6381}
6382.carousel-indicators li {
6383  display: inline-block;
6384  width: 10px;
6385  height: 10px;
6386  margin: 1px;
6387  text-indent: -999px;
6388  border: 1px solid #ffffff;
6389  border-radius: 10px;
6390  cursor: pointer;
6391  background-color: #000 \9;
6392  background-color: rgba(0, 0, 0, 0);
6393}
6394.carousel-indicators .active {
6395  margin: 0;
6396  width: 12px;
6397  height: 12px;
6398  background-color: #ffffff;
6399}
6400.carousel-caption {
6401  position: absolute;
6402  left: 15%;
6403  right: 15%;
6404  bottom: 20px;
6405  z-index: 10;
6406  padding-top: 20px;
6407  padding-bottom: 20px;
6408  color: #ffffff;
6409  text-align: center;
6410  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
6411}
6412.carousel-caption .btn {
6413  text-shadow: none;
6414}
6415@media screen and (min-width: 768px) {
6416  .carousel-control .glyphicon-chevron-left,
6417  .carousel-control .glyphicon-chevron-right,
6418  .carousel-control .icon-prev,
6419  .carousel-control .icon-next {
6420    width: 30px;
6421    height: 30px;
6422    margin-top: -10px;
6423    font-size: 30px;
6424  }
6425  .carousel-control .glyphicon-chevron-left,
6426  .carousel-control .icon-prev {
6427    margin-left: -10px;
6428  }
6429  .carousel-control .glyphicon-chevron-right,
6430  .carousel-control .icon-next {
6431    margin-right: -10px;
6432  }
6433  .carousel-caption {
6434    left: 20%;
6435    right: 20%;
6436    padding-bottom: 30px;
6437  }
6438  .carousel-indicators {
6439    bottom: 20px;
6440  }
6441}
6442.clearfix:before,
6443.clearfix:after,
6444.dl-horizontal dd:before,
6445.dl-horizontal dd:after,
6446.container:before,
6447.container:after,
6448.container-fluid:before,
6449.container-fluid:after,
6450.row:before,
6451.row:after,
6452.form-horizontal .form-group:before,
6453.form-horizontal .form-group:after,
6454.btn-toolbar:before,
6455.btn-toolbar:after,
6456.btn-group-vertical > .btn-group:before,
6457.btn-group-vertical > .btn-group:after,
6458.nav:before,
6459.nav:after,
6460.navbar:before,
6461.navbar:after,
6462.navbar-header:before,
6463.navbar-header:after,
6464.navbar-collapse:before,
6465.navbar-collapse:after,
6466.pager:before,
6467.pager:after,
6468.panel-body:before,
6469.panel-body:after,
6470.modal-header:before,
6471.modal-header:after,
6472.modal-footer:before,
6473.modal-footer:after,
6474.item_buttons:before,
6475.item_buttons:after {
6476  content: " ";
6477  display: table;
6478}
6479.clearfix:after,
6480.dl-horizontal dd:after,
6481.container:after,
6482.container-fluid:after,
6483.row:after,
6484.form-horizontal .form-group:after,
6485.btn-toolbar:after,
6486.btn-group-vertical > .btn-group:after,
6487.nav:after,
6488.navbar:after,
6489.navbar-header:after,
6490.navbar-collapse:after,
6491.pager:after,
6492.panel-body:after,
6493.modal-header:after,
6494.modal-footer:after,
6495.item_buttons:after {
6496  clear: both;
6497}
6498.center-block {
6499  display: block;
6500  margin-left: auto;
6501  margin-right: auto;
6502}
6503.pull-right {
6504  float: right !important;
6505}
6506.pull-left {
6507  float: left !important;
6508}
6509.hide {
6510  display: none !important;
6511}
6512.show {
6513  display: block !important;
6514}
6515.invisible {
6516  visibility: hidden;
6517}
6518.text-hide {
6519  font: 0/0 a;
6520  color: transparent;
6521  text-shadow: none;
6522  background-color: transparent;
6523  border: 0;
6524}
6525.hidden {
6526  display: none !important;
6527}
6528.affix {
6529  position: fixed;
6530}
6531@-ms-viewport {
6532  width: device-width;
6533}
6534.visible-xs,
6535.visible-sm,
6536.visible-md,
6537.visible-lg {
6538  display: none !important;
6539}
6540.visible-xs-block,
6541.visible-xs-inline,
6542.visible-xs-inline-block,
6543.visible-sm-block,
6544.visible-sm-inline,
6545.visible-sm-inline-block,
6546.visible-md-block,
6547.visible-md-inline,
6548.visible-md-inline-block,
6549.visible-lg-block,
6550.visible-lg-inline,
6551.visible-lg-inline-block {
6552  display: none !important;
6553}
6554@media (max-width: 767px) {
6555  .visible-xs {
6556    display: block !important;
6557  }
6558  table.visible-xs {
6559    display: table !important;
6560  }
6561  tr.visible-xs {
6562    display: table-row !important;
6563  }
6564  th.visible-xs,
6565  td.visible-xs {
6566    display: table-cell !important;
6567  }
6568}
6569@media (max-width: 767px) {
6570  .visible-xs-block {
6571    display: block !important;
6572  }
6573}
6574@media (max-width: 767px) {
6575  .visible-xs-inline {
6576    display: inline !important;
6577  }
6578}
6579@media (max-width: 767px) {
6580  .visible-xs-inline-block {
6581    display: inline-block !important;
6582  }
6583}
6584@media (min-width: 768px) and (max-width: 991px) {
6585  .visible-sm {
6586    display: block !important;
6587  }
6588  table.visible-sm {
6589    display: table !important;
6590  }
6591  tr.visible-sm {
6592    display: table-row !important;
6593  }
6594  th.visible-sm,
6595  td.visible-sm {
6596    display: table-cell !important;
6597  }
6598}
6599@media (min-width: 768px) and (max-width: 991px) {
6600  .visible-sm-block {
6601    display: block !important;
6602  }
6603}
6604@media (min-width: 768px) and (max-width: 991px) {
6605  .visible-sm-inline {
6606    display: inline !important;
6607  }
6608}
6609@media (min-width: 768px) and (max-width: 991px) {
6610  .visible-sm-inline-block {
6611    display: inline-block !important;
6612  }
6613}
6614@media (min-width: 992px) and (max-width: 1199px) {
6615  .visible-md {
6616    display: block !important;
6617  }
6618  table.visible-md {
6619    display: table !important;
6620  }
6621  tr.visible-md {
6622    display: table-row !important;
6623  }
6624  th.visible-md,
6625  td.visible-md {
6626    display: table-cell !important;
6627  }
6628}
6629@media (min-width: 992px) and (max-width: 1199px) {
6630  .visible-md-block {
6631    display: block !important;
6632  }
6633}
6634@media (min-width: 992px) and (max-width: 1199px) {
6635  .visible-md-inline {
6636    display: inline !important;
6637  }
6638}
6639@media (min-width: 992px) and (max-width: 1199px) {
6640  .visible-md-inline-block {
6641    display: inline-block !important;
6642  }
6643}
6644@media (min-width: 1200px) {
6645  .visible-lg {
6646    display: block !important;
6647  }
6648  table.visible-lg {
6649    display: table !important;
6650  }
6651  tr.visible-lg {
6652    display: table-row !important;
6653  }
6654  th.visible-lg,
6655  td.visible-lg {
6656    display: table-cell !important;
6657  }
6658}
6659@media (min-width: 1200px) {
6660  .visible-lg-block {
6661    display: block !important;
6662  }
6663}
6664@media (min-width: 1200px) {
6665  .visible-lg-inline {
6666    display: inline !important;
6667  }
6668}
6669@media (min-width: 1200px) {
6670  .visible-lg-inline-block {
6671    display: inline-block !important;
6672  }
6673}
6674@media (max-width: 767px) {
6675  .hidden-xs {
6676    display: none !important;
6677  }
6678}
6679@media (min-width: 768px) and (max-width: 991px) {
6680  .hidden-sm {
6681    display: none !important;
6682  }
6683}
6684@media (min-width: 992px) and (max-width: 1199px) {
6685  .hidden-md {
6686    display: none !important;
6687  }
6688}
6689@media (min-width: 1200px) {
6690  .hidden-lg {
6691    display: none !important;
6692  }
6693}
6694.visible-print {
6695  display: none !important;
6696}
6697@media print {
6698  .visible-print {
6699    display: block !important;
6700  }
6701  table.visible-print {
6702    display: table !important;
6703  }
6704  tr.visible-print {
6705    display: table-row !important;
6706  }
6707  th.visible-print,
6708  td.visible-print {
6709    display: table-cell !important;
6710  }
6711}
6712.visible-print-block {
6713  display: none !important;
6714}
6715@media print {
6716  .visible-print-block {
6717    display: block !important;
6718  }
6719}
6720.visible-print-inline {
6721  display: none !important;
6722}
6723@media print {
6724  .visible-print-inline {
6725    display: inline !important;
6726  }
6727}
6728.visible-print-inline-block {
6729  display: none !important;
6730}
6731@media print {
6732  .visible-print-inline-block {
6733    display: inline-block !important;
6734  }
6735}
6736@media print {
6737  .hidden-print {
6738    display: none !important;
6739  }
6740}
6741/*!
6742*
6743* Font Awesome
6744*
6745*/
6746/*!
6747 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
6748 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
6749 */
6750/* FONT PATH
6751 * -------------------------- */
6752@font-face {
6753  font-family: 'FontAwesome';
6754  src: url('../components/font-awesome/fonts/fontawesome-webfont.eot?v=4.7.0');
6755  src: url('../components/font-awesome/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('../components/font-awesome/fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('../components/font-awesome/fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('../components/font-awesome/fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('../components/font-awesome/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
6756  font-weight: normal;
6757  font-style: normal;
6758}
6759.fa {
6760  display: inline-block;
6761  font: normal normal normal 14px/1 FontAwesome;
6762  font-size: inherit;
6763  text-rendering: auto;
6764  -webkit-font-smoothing: antialiased;
6765  -moz-osx-font-smoothing: grayscale;
6766}
6767/* makes the font 33% larger relative to the icon container */
6768.fa-lg {
6769  font-size: 1.33333333em;
6770  line-height: 0.75em;
6771  vertical-align: -15%;
6772}
6773.fa-2x {
6774  font-size: 2em;
6775}
6776.fa-3x {
6777  font-size: 3em;
6778}
6779.fa-4x {
6780  font-size: 4em;
6781}
6782.fa-5x {
6783  font-size: 5em;
6784}
6785.fa-fw {
6786  width: 1.28571429em;
6787  text-align: center;
6788}
6789.fa-ul {
6790  padding-left: 0;
6791  margin-left: 2.14285714em;
6792  list-style-type: none;
6793}
6794.fa-ul > li {
6795  position: relative;
6796}
6797.fa-li {
6798  position: absolute;
6799  left: -2.14285714em;
6800  width: 2.14285714em;
6801  top: 0.14285714em;
6802  text-align: center;
6803}
6804.fa-li.fa-lg {
6805  left: -1.85714286em;
6806}
6807.fa-border {
6808  padding: .2em .25em .15em;
6809  border: solid 0.08em #eeeeee;
6810  border-radius: .1em;
6811}
6812.fa-pull-left {
6813  float: left;
6814}
6815.fa-pull-right {
6816  float: right;
6817}
6818.fa.fa-pull-left {
6819  margin-right: .3em;
6820}
6821.fa.fa-pull-right {
6822  margin-left: .3em;
6823}
6824/* Deprecated as of 4.4.0 */
6825.pull-right {
6826  float: right;
6827}
6828.pull-left {
6829  float: left;
6830}
6831.fa.pull-left {
6832  margin-right: .3em;
6833}
6834.fa.pull-right {
6835  margin-left: .3em;
6836}
6837.fa-spin {
6838  -webkit-animation: fa-spin 2s infinite linear;
6839  animation: fa-spin 2s infinite linear;
6840}
6841.fa-pulse {
6842  -webkit-animation: fa-spin 1s infinite steps(8);
6843  animation: fa-spin 1s infinite steps(8);
6844}
6845@-webkit-keyframes fa-spin {
6846  0% {
6847    -webkit-transform: rotate(0deg);
6848    transform: rotate(0deg);
6849  }
6850  100% {
6851    -webkit-transform: rotate(359deg);
6852    transform: rotate(359deg);
6853  }
6854}
6855@keyframes fa-spin {
6856  0% {
6857    -webkit-transform: rotate(0deg);
6858    transform: rotate(0deg);
6859  }
6860  100% {
6861    -webkit-transform: rotate(359deg);
6862    transform: rotate(359deg);
6863  }
6864}
6865.fa-rotate-90 {
6866  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
6867  -webkit-transform: rotate(90deg);
6868  -ms-transform: rotate(90deg);
6869  transform: rotate(90deg);
6870}
6871.fa-rotate-180 {
6872  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
6873  -webkit-transform: rotate(180deg);
6874  -ms-transform: rotate(180deg);
6875  transform: rotate(180deg);
6876}
6877.fa-rotate-270 {
6878  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
6879  -webkit-transform: rotate(270deg);
6880  -ms-transform: rotate(270deg);
6881  transform: rotate(270deg);
6882}
6883.fa-flip-horizontal {
6884  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
6885  -webkit-transform: scale(-1, 1);
6886  -ms-transform: scale(-1, 1);
6887  transform: scale(-1, 1);
6888}
6889.fa-flip-vertical {
6890  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
6891  -webkit-transform: scale(1, -1);
6892  -ms-transform: scale(1, -1);
6893  transform: scale(1, -1);
6894}
6895:root .fa-rotate-90,
6896:root .fa-rotate-180,
6897:root .fa-rotate-270,
6898:root .fa-flip-horizontal,
6899:root .fa-flip-vertical {
6900  filter: none;
6901}
6902.fa-stack {
6903  position: relative;
6904  display: inline-block;
6905  width: 2em;
6906  height: 2em;
6907  line-height: 2em;
6908  vertical-align: middle;
6909}
6910.fa-stack-1x,
6911.fa-stack-2x {
6912  position: absolute;
6913  left: 0;
6914  width: 100%;
6915  text-align: center;
6916}
6917.fa-stack-1x {
6918  line-height: inherit;
6919}
6920.fa-stack-2x {
6921  font-size: 2em;
6922}
6923.fa-inverse {
6924  color: #ffffff;
6925}
6926/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
6927   readers do not read off random characters that represent icons */
6928.fa-glass:before {
6929  content: "\f000";
6930}
6931.fa-music:before {
6932  content: "\f001";
6933}
6934.fa-search:before {
6935  content: "\f002";
6936}
6937.fa-envelope-o:before {
6938  content: "\f003";
6939}
6940.fa-heart:before {
6941  content: "\f004";
6942}
6943.fa-star:before {
6944  content: "\f005";
6945}
6946.fa-star-o:before {
6947  content: "\f006";
6948}
6949.fa-user:before {
6950  content: "\f007";
6951}
6952.fa-film:before {
6953  content: "\f008";
6954}
6955.fa-th-large:before {
6956  content: "\f009";
6957}
6958.fa-th:before {
6959  content: "\f00a";
6960}
6961.fa-th-list:before {
6962  content: "\f00b";
6963}
6964.fa-check:before {
6965  content: "\f00c";
6966}
6967.fa-remove:before,
6968.fa-close:before,
6969.fa-times:before {
6970  content: "\f00d";
6971}
6972.fa-search-plus:before {
6973  content: "\f00e";
6974}
6975.fa-search-minus:before {
6976  content: "\f010";
6977}
6978.fa-power-off:before {
6979  content: "\f011";
6980}
6981.fa-signal:before {
6982  content: "\f012";
6983}
6984.fa-gear:before,
6985.fa-cog:before {
6986  content: "\f013";
6987}
6988.fa-trash-o:before {
6989  content: "\f014";
6990}
6991.fa-home:before {
6992  content: "\f015";
6993}
6994.fa-file-o:before {
6995  content: "\f016";
6996}
6997.fa-clock-o:before {
6998  content: "\f017";
6999}
7000.fa-road:before {
7001  content: "\f018";
7002}
7003.fa-download:before {
7004  content: "\f019";
7005}
7006.fa-arrow-circle-o-down:before {
7007  content: "\f01a";
7008}
7009.fa-arrow-circle-o-up:before {
7010  content: "\f01b";
7011}
7012.fa-inbox:before {
7013  content: "\f01c";
7014}
7015.fa-play-circle-o:before {
7016  content: "\f01d";
7017}
7018.fa-rotate-right:before,
7019.fa-repeat:before {
7020  content: "\f01e";
7021}
7022.fa-refresh:before {
7023  content: "\f021";
7024}
7025.fa-list-alt:before {
7026  content: "\f022";
7027}
7028.fa-lock:before {
7029  content: "\f023";
7030}
7031.fa-flag:before {
7032  content: "\f024";
7033}
7034.fa-headphones:before {
7035  content: "\f025";
7036}
7037.fa-volume-off:before {
7038  content: "\f026";
7039}
7040.fa-volume-down:before {
7041  content: "\f027";
7042}
7043.fa-volume-up:before {
7044  content: "\f028";
7045}
7046.fa-qrcode:before {
7047  content: "\f029";
7048}
7049.fa-barcode:before {
7050  content: "\f02a";
7051}
7052.fa-tag:before {
7053  content: "\f02b";
7054}
7055.fa-tags:before {
7056  content: "\f02c";
7057}
7058.fa-book:before {
7059  content: "\f02d";
7060}
7061.fa-bookmark:before {
7062  content: "\f02e";
7063}
7064.fa-print:before {
7065  content: "\f02f";
7066}
7067.fa-camera:before {
7068  content: "\f030";
7069}
7070.fa-font:before {
7071  content: "\f031";
7072}
7073.fa-bold:before {
7074  content: "\f032";
7075}
7076.fa-italic:before {
7077  content: "\f033";
7078}
7079.fa-text-height:before {
7080  content: "\f034";
7081}
7082.fa-text-width:before {
7083  content: "\f035";
7084}
7085.fa-align-left:before {
7086  content: "\f036";
7087}
7088.fa-align-center:before {
7089  content: "\f037";
7090}
7091.fa-align-right:before {
7092  content: "\f038";
7093}
7094.fa-align-justify:before {
7095  content: "\f039";
7096}
7097.fa-list:before {
7098  content: "\f03a";
7099}
7100.fa-dedent:before,
7101.fa-outdent:before {
7102  content: "\f03b";
7103}
7104.fa-indent:before {
7105  content: "\f03c";
7106}
7107.fa-video-camera:before {
7108  content: "\f03d";
7109}
7110.fa-photo:before,
7111.fa-image:before,
7112.fa-picture-o:before {
7113  content: "\f03e";
7114}
7115.fa-pencil:before {
7116  content: "\f040";
7117}
7118.fa-map-marker:before {
7119  content: "\f041";
7120}
7121.fa-adjust:before {
7122  content: "\f042";
7123}
7124.fa-tint:before {
7125  content: "\f043";
7126}
7127.fa-edit:before,
7128.fa-pencil-square-o:before {
7129  content: "\f044";
7130}
7131.fa-share-square-o:before {
7132  content: "\f045";
7133}
7134.fa-check-square-o:before {
7135  content: "\f046";
7136}
7137.fa-arrows:before {
7138  content: "\f047";
7139}
7140.fa-step-backward:before {
7141  content: "\f048";
7142}
7143.fa-fast-backward:before {
7144  content: "\f049";
7145}
7146.fa-backward:before {
7147  content: "\f04a";
7148}
7149.fa-play:before {
7150  content: "\f04b";
7151}
7152.fa-pause:before {
7153  content: "\f04c";
7154}
7155.fa-stop:before {
7156  content: "\f04d";
7157}
7158.fa-forward:before {
7159  content: "\f04e";
7160}
7161.fa-fast-forward:before {
7162  content: "\f050";
7163}
7164.fa-step-forward:before {
7165  content: "\f051";
7166}
7167.fa-eject:before {
7168  content: "\f052";
7169}
7170.fa-chevron-left:before {
7171  content: "\f053";
7172}
7173.fa-chevron-right:before {
7174  content: "\f054";
7175}
7176.fa-plus-circle:before {
7177  content: "\f055";
7178}
7179.fa-minus-circle:before {
7180  content: "\f056";
7181}
7182.fa-times-circle:before {
7183  content: "\f057";
7184}
7185.fa-check-circle:before {
7186  content: "\f058";
7187}
7188.fa-question-circle:before {
7189  content: "\f059";
7190}
7191.fa-info-circle:before {
7192  content: "\f05a";
7193}
7194.fa-crosshairs:before {
7195  content: "\f05b";
7196}
7197.fa-times-circle-o:before {
7198  content: "\f05c";
7199}
7200.fa-check-circle-o:before {
7201  content: "\f05d";
7202}
7203.fa-ban:before {
7204  content: "\f05e";
7205}
7206.fa-arrow-left:before {
7207  content: "\f060";
7208}
7209.fa-arrow-right:before {
7210  content: "\f061";
7211}
7212.fa-arrow-up:before {
7213  content: "\f062";
7214}
7215.fa-arrow-down:before {
7216  content: "\f063";
7217}
7218.fa-mail-forward:before,
7219.fa-share:before {
7220  content: "\f064";
7221}
7222.fa-expand:before {
7223  content: "\f065";
7224}
7225.fa-compress:before {
7226  content: "\f066";
7227}
7228.fa-plus:before {
7229  content: "\f067";
7230}
7231.fa-minus:before {
7232  content: "\f068";
7233}
7234.fa-asterisk:before {
7235  content: "\f069";
7236}
7237.fa-exclamation-circle:before {
7238  content: "\f06a";
7239}
7240.fa-gift:before {
7241  content: "\f06b";
7242}
7243.fa-leaf:before {
7244  content: "\f06c";
7245}
7246.fa-fire:before {
7247  content: "\f06d";
7248}
7249.fa-eye:before {
7250  content: "\f06e";
7251}
7252.fa-eye-slash:before {
7253  content: "\f070";
7254}
7255.fa-warning:before,
7256.fa-exclamation-triangle:before {
7257  content: "\f071";
7258}
7259.fa-plane:before {
7260  content: "\f072";
7261}
7262.fa-calendar:before {
7263  content: "\f073";
7264}
7265.fa-random:before {
7266  content: "\f074";
7267}
7268.fa-comment:before {
7269  content: "\f075";
7270}
7271.fa-magnet:before {
7272  content: "\f076";
7273}
7274.fa-chevron-up:before {
7275  content: "\f077";
7276}
7277.fa-chevron-down:before {
7278  content: "\f078";
7279}
7280.fa-retweet:before {
7281  content: "\f079";
7282}
7283.fa-shopping-cart:before {
7284  content: "\f07a";
7285}
7286.fa-folder:before {
7287  content: "\f07b";
7288}
7289.fa-folder-open:before {
7290  content: "\f07c";
7291}
7292.fa-arrows-v:before {
7293  content: "\f07d";
7294}
7295.fa-arrows-h:before {
7296  content: "\f07e";
7297}
7298.fa-bar-chart-o:before,
7299.fa-bar-chart:before {
7300  content: "\f080";
7301}
7302.fa-twitter-square:before {
7303  content: "\f081";
7304}
7305.fa-facebook-square:before {
7306  content: "\f082";
7307}
7308.fa-camera-retro:before {
7309  content: "\f083";
7310}
7311.fa-key:before {
7312  content: "\f084";
7313}
7314.fa-gears:before,
7315.fa-cogs:before {
7316  content: "\f085";
7317}
7318.fa-comments:before {
7319  content: "\f086";
7320}
7321.fa-thumbs-o-up:before {
7322  content: "\f087";
7323}
7324.fa-thumbs-o-down:before {
7325  content: "\f088";
7326}
7327.fa-star-half:before {
7328  content: "\f089";
7329}
7330.fa-heart-o:before {
7331  content: "\f08a";
7332}
7333.fa-sign-out:before {
7334  content: "\f08b";
7335}
7336.fa-linkedin-square:before {
7337  content: "\f08c";
7338}
7339.fa-thumb-tack:before {
7340  content: "\f08d";
7341}
7342.fa-external-link:before {
7343  content: "\f08e";
7344}
7345.fa-sign-in:before {
7346  content: "\f090";
7347}
7348.fa-trophy:before {
7349  content: "\f091";
7350}
7351.fa-github-square:before {
7352  content: "\f092";
7353}
7354.fa-upload:before {
7355  content: "\f093";
7356}
7357.fa-lemon-o:before {
7358  content: "\f094";
7359}
7360.fa-phone:before {
7361  content: "\f095";
7362}
7363.fa-square-o:before {
7364  content: "\f096";
7365}
7366.fa-bookmark-o:before {
7367  content: "\f097";
7368}
7369.fa-phone-square:before {
7370  content: "\f098";
7371}
7372.fa-twitter:before {
7373  content: "\f099";
7374}
7375.fa-facebook-f:before,
7376.fa-facebook:before {
7377  content: "\f09a";
7378}
7379.fa-github:before {
7380  content: "\f09b";
7381}
7382.fa-unlock:before {
7383  content: "\f09c";
7384}
7385.fa-credit-card:before {
7386  content: "\f09d";
7387}
7388.fa-feed:before,
7389.fa-rss:before {
7390  content: "\f09e";
7391}
7392.fa-hdd-o:before {
7393  content: "\f0a0";
7394}
7395.fa-bullhorn:before {
7396  content: "\f0a1";
7397}
7398.fa-bell:before {
7399  content: "\f0f3";
7400}
7401.fa-certificate:before {
7402  content: "\f0a3";
7403}
7404.fa-hand-o-right:before {
7405  content: "\f0a4";
7406}
7407.fa-hand-o-left:before {
7408  content: "\f0a5";
7409}
7410.fa-hand-o-up:before {
7411  content: "\f0a6";
7412}
7413.fa-hand-o-down:before {
7414  content: "\f0a7";
7415}
7416.fa-arrow-circle-left:before {
7417  content: "\f0a8";
7418}
7419.fa-arrow-circle-right:before {
7420  content: "\f0a9";
7421}
7422.fa-arrow-circle-up:before {
7423  content: "\f0aa";
7424}
7425.fa-arrow-circle-down:before {
7426  content: "\f0ab";
7427}
7428.fa-globe:before {
7429  content: "\f0ac";
7430}
7431.fa-wrench:before {
7432  content: "\f0ad";
7433}
7434.fa-tasks:before {
7435  content: "\f0ae";
7436}
7437.fa-filter:before {
7438  content: "\f0b0";
7439}
7440.fa-briefcase:before {
7441  content: "\f0b1";
7442}
7443.fa-arrows-alt:before {
7444  content: "\f0b2";
7445}
7446.fa-group:before,
7447.fa-users:before {
7448  content: "\f0c0";
7449}
7450.fa-chain:before,
7451.fa-link:before {
7452  content: "\f0c1";
7453}
7454.fa-cloud:before {
7455  content: "\f0c2";
7456}
7457.fa-flask:before {
7458  content: "\f0c3";
7459}
7460.fa-cut:before,
7461.fa-scissors:before {
7462  content: "\f0c4";
7463}
7464.fa-copy:before,
7465.fa-files-o:before {
7466  content: "\f0c5";
7467}
7468.fa-paperclip:before {
7469  content: "\f0c6";
7470}
7471.fa-save:before,
7472.fa-floppy-o:before {
7473  content: "\f0c7";
7474}
7475.fa-square:before {
7476  content: "\f0c8";
7477}
7478.fa-navicon:before,
7479.fa-reorder:before,
7480.fa-bars:before {
7481  content: "\f0c9";
7482}
7483.fa-list-ul:before {
7484  content: "\f0ca";
7485}
7486.fa-list-ol:before {
7487  content: "\f0cb";
7488}
7489.fa-strikethrough:before {
7490  content: "\f0cc";
7491}
7492.fa-underline:before {
7493  content: "\f0cd";
7494}
7495.fa-table:before {
7496  content: "\f0ce";
7497}
7498.fa-magic:before {
7499  content: "\f0d0";
7500}
7501.fa-truck:before {
7502  content: "\f0d1";
7503}
7504.fa-pinterest:before {
7505  content: "\f0d2";
7506}
7507.fa-pinterest-square:before {
7508  content: "\f0d3";
7509}
7510.fa-google-plus-square:before {
7511  content: "\f0d4";
7512}
7513.fa-google-plus:before {
7514  content: "\f0d5";
7515}
7516.fa-money:before {
7517  content: "\f0d6";
7518}
7519.fa-caret-down:before {
7520  content: "\f0d7";
7521}
7522.fa-caret-up:before {
7523  content: "\f0d8";
7524}
7525.fa-caret-left:before {
7526  content: "\f0d9";
7527}
7528.fa-caret-right:before {
7529  content: "\f0da";
7530}
7531.fa-columns:before {
7532  content: "\f0db";
7533}
7534.fa-unsorted:before,
7535.fa-sort:before {
7536  content: "\f0dc";
7537}
7538.fa-sort-down:before,
7539.fa-sort-desc:before {
7540  content: "\f0dd";
7541}
7542.fa-sort-up:before,
7543.fa-sort-asc:before {
7544  content: "\f0de";
7545}
7546.fa-envelope:before {
7547  content: "\f0e0";
7548}
7549.fa-linkedin:before {
7550  content: "\f0e1";
7551}
7552.fa-rotate-left:before,
7553.fa-undo:before {
7554  content: "\f0e2";
7555}
7556.fa-legal:before,
7557.fa-gavel:before {
7558  content: "\f0e3";
7559}
7560.fa-dashboard:before,
7561.fa-tachometer:before {
7562  content: "\f0e4";
7563}
7564.fa-comment-o:before {
7565  content: "\f0e5";
7566}
7567.fa-comments-o:before {
7568  content: "\f0e6";
7569}
7570.fa-flash:before,
7571.fa-bolt:before {
7572  content: "\f0e7";
7573}
7574.fa-sitemap:before {
7575  content: "\f0e8";
7576}
7577.fa-umbrella:before {
7578  content: "\f0e9";
7579}
7580.fa-paste:before,
7581.fa-clipboard:before {
7582  content: "\f0ea";
7583}
7584.fa-lightbulb-o:before {
7585  content: "\f0eb";
7586}
7587.fa-exchange:before {
7588  content: "\f0ec";
7589}
7590.fa-cloud-download:before {
7591  content: "\f0ed";
7592}
7593.fa-cloud-upload:before {
7594  content: "\f0ee";
7595}
7596.fa-user-md:before {
7597  content: "\f0f0";
7598}
7599.fa-stethoscope:before {
7600  content: "\f0f1";
7601}
7602.fa-suitcase:before {
7603  content: "\f0f2";
7604}
7605.fa-bell-o:before {
7606  content: "\f0a2";
7607}
7608.fa-coffee:before {
7609  content: "\f0f4";
7610}
7611.fa-cutlery:before {
7612  content: "\f0f5";
7613}
7614.fa-file-text-o:before {
7615  content: "\f0f6";
7616}
7617.fa-building-o:before {
7618  content: "\f0f7";
7619}
7620.fa-hospital-o:before {
7621  content: "\f0f8";
7622}
7623.fa-ambulance:before {
7624  content: "\f0f9";
7625}
7626.fa-medkit:before {
7627  content: "\f0fa";
7628}
7629.fa-fighter-jet:before {
7630  content: "\f0fb";
7631}
7632.fa-beer:before {
7633  content: "\f0fc";
7634}
7635.fa-h-square:before {
7636  content: "\f0fd";
7637}
7638.fa-plus-square:before {
7639  content: "\f0fe";
7640}
7641.fa-angle-double-left:before {
7642  content: "\f100";
7643}
7644.fa-angle-double-right:before {
7645  content: "\f101";
7646}
7647.fa-angle-double-up:before {
7648  content: "\f102";
7649}
7650.fa-angle-double-down:before {
7651  content: "\f103";
7652}
7653.fa-angle-left:before {
7654  content: "\f104";
7655}
7656.fa-angle-right:before {
7657  content: "\f105";
7658}
7659.fa-angle-up:before {
7660  content: "\f106";
7661}
7662.fa-angle-down:before {
7663  content: "\f107";
7664}
7665.fa-desktop:before {
7666  content: "\f108";
7667}
7668.fa-laptop:before {
7669  content: "\f109";
7670}
7671.fa-tablet:before {
7672  content: "\f10a";
7673}
7674.fa-mobile-phone:before,
7675.fa-mobile:before {
7676  content: "\f10b";
7677}
7678.fa-circle-o:before {
7679  content: "\f10c";
7680}
7681.fa-quote-left:before {
7682  content: "\f10d";
7683}
7684.fa-quote-right:before {
7685  content: "\f10e";
7686}
7687.fa-spinner:before {
7688  content: "\f110";
7689}
7690.fa-circle:before {
7691  content: "\f111";
7692}
7693.fa-mail-reply:before,
7694.fa-reply:before {
7695  content: "\f112";
7696}
7697.fa-github-alt:before {
7698  content: "\f113";
7699}
7700.fa-folder-o:before {
7701  content: "\f114";
7702}
7703.fa-folder-open-o:before {
7704  content: "\f115";
7705}
7706.fa-smile-o:before {
7707  content: "\f118";
7708}
7709.fa-frown-o:before {
7710  content: "\f119";
7711}
7712.fa-meh-o:before {
7713  content: "\f11a";
7714}
7715.fa-gamepad:before {
7716  content: "\f11b";
7717}
7718.fa-keyboard-o:before {
7719  content: "\f11c";
7720}
7721.fa-flag-o:before {
7722  content: "\f11d";
7723}
7724.fa-flag-checkered:before {
7725  content: "\f11e";
7726}
7727.fa-terminal:before {
7728  content: "\f120";
7729}
7730.fa-code:before {
7731  content: "\f121";
7732}
7733.fa-mail-reply-all:before,
7734.fa-reply-all:before {
7735  content: "\f122";
7736}
7737.fa-star-half-empty:before,
7738.fa-star-half-full:before,
7739.fa-star-half-o:before {
7740  content: "\f123";
7741}
7742.fa-location-arrow:before {
7743  content: "\f124";
7744}
7745.fa-crop:before {
7746  content: "\f125";
7747}
7748.fa-code-fork:before {
7749  content: "\f126";
7750}
7751.fa-unlink:before,
7752.fa-chain-broken:before {
7753  content: "\f127";
7754}
7755.fa-question:before {
7756  content: "\f128";
7757}
7758.fa-info:before {
7759  content: "\f129";
7760}
7761.fa-exclamation:before {
7762  content: "\f12a";
7763}
7764.fa-superscript:before {
7765  content: "\f12b";
7766}
7767.fa-subscript:before {
7768  content: "\f12c";
7769}
7770.fa-eraser:before {
7771  content: "\f12d";
7772}
7773.fa-puzzle-piece:before {
7774  content: "\f12e";
7775}
7776.fa-microphone:before {
7777  content: "\f130";
7778}
7779.fa-microphone-slash:before {
7780  content: "\f131";
7781}
7782.fa-shield:before {
7783  content: "\f132";
7784}
7785.fa-calendar-o:before {
7786  content: "\f133";
7787}
7788.fa-fire-extinguisher:before {
7789  content: "\f134";
7790}
7791.fa-rocket:before {
7792  content: "\f135";
7793}
7794.fa-maxcdn:before {
7795  content: "\f136";
7796}
7797.fa-chevron-circle-left:before {
7798  content: "\f137";
7799}
7800.fa-chevron-circle-right:before {
7801  content: "\f138";
7802}
7803.fa-chevron-circle-up:before {
7804  content: "\f139";
7805}
7806.fa-chevron-circle-down:before {
7807  content: "\f13a";
7808}
7809.fa-html5:before {
7810  content: "\f13b";
7811}
7812.fa-css3:before {
7813  content: "\f13c";
7814}
7815.fa-anchor:before {
7816  content: "\f13d";
7817}
7818.fa-unlock-alt:before {
7819  content: "\f13e";
7820}
7821.fa-bullseye:before {
7822  content: "\f140";
7823}
7824.fa-ellipsis-h:before {
7825  content: "\f141";
7826}
7827.fa-ellipsis-v:before {
7828  content: "\f142";
7829}
7830.fa-rss-square:before {
7831  content: "\f143";
7832}
7833.fa-play-circle:before {
7834  content: "\f144";
7835}
7836.fa-ticket:before {
7837  content: "\f145";
7838}
7839.fa-minus-square:before {
7840  content: "\f146";
7841}
7842.fa-minus-square-o:before {
7843  content: "\f147";
7844}
7845.fa-level-up:before {
7846  content: "\f148";
7847}
7848.fa-level-down:before {
7849  content: "\f149";
7850}
7851.fa-check-square:before {
7852  content: "\f14a";
7853}
7854.fa-pencil-square:before {
7855  content: "\f14b";
7856}
7857.fa-external-link-square:before {
7858  content: "\f14c";
7859}
7860.fa-share-square:before {
7861  content: "\f14d";
7862}
7863.fa-compass:before {
7864  content: "\f14e";
7865}
7866.fa-toggle-down:before,
7867.fa-caret-square-o-down:before {
7868  content: "\f150";
7869}
7870.fa-toggle-up:before,
7871.fa-caret-square-o-up:before {
7872  content: "\f151";
7873}
7874.fa-toggle-right:before,
7875.fa-caret-square-o-right:before {
7876  content: "\f152";
7877}
7878.fa-euro:before,
7879.fa-eur:before {
7880  content: "\f153";
7881}
7882.fa-gbp:before {
7883  content: "\f154";
7884}
7885.fa-dollar:before,
7886.fa-usd:before {
7887  content: "\f155";
7888}
7889.fa-rupee:before,
7890.fa-inr:before {
7891  content: "\f156";
7892}
7893.fa-cny:before,
7894.fa-rmb:before,
7895.fa-yen:before,
7896.fa-jpy:before {
7897  content: "\f157";
7898}
7899.fa-ruble:before,
7900.fa-rouble:before,
7901.fa-rub:before {
7902  content: "\f158";
7903}
7904.fa-won:before,
7905.fa-krw:before {
7906  content: "\f159";
7907}
7908.fa-bitcoin:before,
7909.fa-btc:before {
7910  content: "\f15a";
7911}
7912.fa-file:before {
7913  content: "\f15b";
7914}
7915.fa-file-text:before {
7916  content: "\f15c";
7917}
7918.fa-sort-alpha-asc:before {
7919  content: "\f15d";
7920}
7921.fa-sort-alpha-desc:before {
7922  content: "\f15e";
7923}
7924.fa-sort-amount-asc:before {
7925  content: "\f160";
7926}
7927.fa-sort-amount-desc:before {
7928  content: "\f161";
7929}
7930.fa-sort-numeric-asc:before {
7931  content: "\f162";
7932}
7933.fa-sort-numeric-desc:before {
7934  content: "\f163";
7935}
7936.fa-thumbs-up:before {
7937  content: "\f164";
7938}
7939.fa-thumbs-down:before {
7940  content: "\f165";
7941}
7942.fa-youtube-square:before {
7943  content: "\f166";
7944}
7945.fa-youtube:before {
7946  content: "\f167";
7947}
7948.fa-xing:before {
7949  content: "\f168";
7950}
7951.fa-xing-square:before {
7952  content: "\f169";
7953}
7954.fa-youtube-play:before {
7955  content: "\f16a";
7956}
7957.fa-dropbox:before {
7958  content: "\f16b";
7959}
7960.fa-stack-overflow:before {
7961  content: "\f16c";
7962}
7963.fa-instagram:before {
7964  content: "\f16d";
7965}
7966.fa-flickr:before {
7967  content: "\f16e";
7968}
7969.fa-adn:before {
7970  content: "\f170";
7971}
7972.fa-bitbucket:before {
7973  content: "\f171";
7974}
7975.fa-bitbucket-square:before {
7976  content: "\f172";
7977}
7978.fa-tumblr:before {
7979  content: "\f173";
7980}
7981.fa-tumblr-square:before {
7982  content: "\f174";
7983}
7984.fa-long-arrow-down:before {
7985  content: "\f175";
7986}
7987.fa-long-arrow-up:before {
7988  content: "\f176";
7989}
7990.fa-long-arrow-left:before {
7991  content: "\f177";
7992}
7993.fa-long-arrow-right:before {
7994  content: "\f178";
7995}
7996.fa-apple:before {
7997  content: "\f179";
7998}
7999.fa-windows:before {
8000  content: "\f17a";
8001}
8002.fa-android:before {
8003  content: "\f17b";
8004}
8005.fa-linux:before {
8006  content: "\f17c";
8007}
8008.fa-dribbble:before {
8009  content: "\f17d";
8010}
8011.fa-skype:before {
8012  content: "\f17e";
8013}
8014.fa-foursquare:before {
8015  content: "\f180";
8016}
8017.fa-trello:before {
8018  content: "\f181";
8019}
8020.fa-female:before {
8021  content: "\f182";
8022}
8023.fa-male:before {
8024  content: "\f183";
8025}
8026.fa-gittip:before,
8027.fa-gratipay:before {
8028  content: "\f184";
8029}
8030.fa-sun-o:before {
8031  content: "\f185";
8032}
8033.fa-moon-o:before {
8034  content: "\f186";
8035}
8036.fa-archive:before {
8037  content: "\f187";
8038}
8039.fa-bug:before {
8040  content: "\f188";
8041}
8042.fa-vk:before {
8043  content: "\f189";
8044}
8045.fa-weibo:before {
8046  content: "\f18a";
8047}
8048.fa-renren:before {
8049  content: "\f18b";
8050}
8051.fa-pagelines:before {
8052  content: "\f18c";
8053}
8054.fa-stack-exchange:before {
8055  content: "\f18d";
8056}
8057.fa-arrow-circle-o-right:before {
8058  content: "\f18e";
8059}
8060.fa-arrow-circle-o-left:before {
8061  content: "\f190";
8062}
8063.fa-toggle-left:before,
8064.fa-caret-square-o-left:before {
8065  content: "\f191";
8066}
8067.fa-dot-circle-o:before {
8068  content: "\f192";
8069}
8070.fa-wheelchair:before {
8071  content: "\f193";
8072}
8073.fa-vimeo-square:before {
8074  content: "\f194";
8075}
8076.fa-turkish-lira:before,
8077.fa-try:before {
8078  content: "\f195";
8079}
8080.fa-plus-square-o:before {
8081  content: "\f196";
8082}
8083.fa-space-shuttle:before {
8084  content: "\f197";
8085}
8086.fa-slack:before {
8087  content: "\f198";
8088}
8089.fa-envelope-square:before {
8090  content: "\f199";
8091}
8092.fa-wordpress:before {
8093  content: "\f19a";
8094}
8095.fa-openid:before {
8096  content: "\f19b";
8097}
8098.fa-institution:before,
8099.fa-bank:before,
8100.fa-university:before {
8101  content: "\f19c";
8102}
8103.fa-mortar-board:before,
8104.fa-graduation-cap:before {
8105  content: "\f19d";
8106}
8107.fa-yahoo:before {
8108  content: "\f19e";
8109}
8110.fa-google:before {
8111  content: "\f1a0";
8112}
8113.fa-reddit:before {
8114  content: "\f1a1";
8115}
8116.fa-reddit-square:before {
8117  content: "\f1a2";
8118}
8119.fa-stumbleupon-circle:before {
8120  content: "\f1a3";
8121}
8122.fa-stumbleupon:before {
8123  content: "\f1a4";
8124}
8125.fa-delicious:before {
8126  content: "\f1a5";
8127}
8128.fa-digg:before {
8129  content: "\f1a6";
8130}
8131.fa-pied-piper-pp:before {
8132  content: "\f1a7";
8133}
8134.fa-pied-piper-alt:before {
8135  content: "\f1a8";
8136}
8137.fa-drupal:before {
8138  content: "\f1a9";
8139}
8140.fa-joomla:before {
8141  content: "\f1aa";
8142}
8143.fa-language:before {
8144  content: "\f1ab";
8145}
8146.fa-fax:before {
8147  content: "\f1ac";
8148}
8149.fa-building:before {
8150  content: "\f1ad";
8151}
8152.fa-child:before {
8153  content: "\f1ae";
8154}
8155.fa-paw:before {
8156  content: "\f1b0";
8157}
8158.fa-spoon:before {
8159  content: "\f1b1";
8160}
8161.fa-cube:before {
8162  content: "\f1b2";
8163}
8164.fa-cubes:before {
8165  content: "\f1b3";
8166}
8167.fa-behance:before {
8168  content: "\f1b4";
8169}
8170.fa-behance-square:before {
8171  content: "\f1b5";
8172}
8173.fa-steam:before {
8174  content: "\f1b6";
8175}
8176.fa-steam-square:before {
8177  content: "\f1b7";
8178}
8179.fa-recycle:before {
8180  content: "\f1b8";
8181}
8182.fa-automobile:before,
8183.fa-car:before {
8184  content: "\f1b9";
8185}
8186.fa-cab:before,
8187.fa-taxi:before {
8188  content: "\f1ba";
8189}
8190.fa-tree:before {
8191  content: "\f1bb";
8192}
8193.fa-spotify:before {
8194  content: "\f1bc";
8195}
8196.fa-deviantart:before {
8197  content: "\f1bd";
8198}
8199.fa-soundcloud:before {
8200  content: "\f1be";
8201}
8202.fa-database:before {
8203  content: "\f1c0";
8204}
8205.fa-file-pdf-o:before {
8206  content: "\f1c1";
8207}
8208.fa-file-word-o:before {
8209  content: "\f1c2";
8210}
8211.fa-file-excel-o:before {
8212  content: "\f1c3";
8213}
8214.fa-file-powerpoint-o:before {
8215  content: "\f1c4";
8216}
8217.fa-file-photo-o:before,
8218.fa-file-picture-o:before,
8219.fa-file-image-o:before {
8220  content: "\f1c5";
8221}
8222.fa-file-zip-o:before,
8223.fa-file-archive-o:before {
8224  content: "\f1c6";
8225}
8226.fa-file-sound-o:before,
8227.fa-file-audio-o:before {
8228  content: "\f1c7";
8229}
8230.fa-file-movie-o:before,
8231.fa-file-video-o:before {
8232  content: "\f1c8";
8233}
8234.fa-file-code-o:before {
8235  content: "\f1c9";
8236}
8237.fa-vine:before {
8238  content: "\f1ca";
8239}
8240.fa-codepen:before {
8241  content: "\f1cb";
8242}
8243.fa-jsfiddle:before {
8244  content: "\f1cc";
8245}
8246.fa-life-bouy:before,
8247.fa-life-buoy:before,
8248.fa-life-saver:before,
8249.fa-support:before,
8250.fa-life-ring:before {
8251  content: "\f1cd";
8252}
8253.fa-circle-o-notch:before {
8254  content: "\f1ce";
8255}
8256.fa-ra:before,
8257.fa-resistance:before,
8258.fa-rebel:before {
8259  content: "\f1d0";
8260}
8261.fa-ge:before,
8262.fa-empire:before {
8263  content: "\f1d1";
8264}
8265.fa-git-square:before {
8266  content: "\f1d2";
8267}
8268.fa-git:before {
8269  content: "\f1d3";
8270}
8271.fa-y-combinator-square:before,
8272.fa-yc-square:before,
8273.fa-hacker-news:before {
8274  content: "\f1d4";
8275}
8276.fa-tencent-weibo:before {
8277  content: "\f1d5";
8278}
8279.fa-qq:before {
8280  content: "\f1d6";
8281}
8282.fa-wechat:before,
8283.fa-weixin:before {
8284  content: "\f1d7";
8285}
8286.fa-send:before,
8287.fa-paper-plane:before {
8288  content: "\f1d8";
8289}
8290.fa-send-o:before,
8291.fa-paper-plane-o:before {
8292  content: "\f1d9";
8293}
8294.fa-history:before {
8295  content: "\f1da";
8296}
8297.fa-circle-thin:before {
8298  content: "\f1db";
8299}
8300.fa-header:before {
8301  content: "\f1dc";
8302}
8303.fa-paragraph:before {
8304  content: "\f1dd";
8305}
8306.fa-sliders:before {
8307  content: "\f1de";
8308}
8309.fa-share-alt:before {
8310  content: "\f1e0";
8311}
8312.fa-share-alt-square:before {
8313  content: "\f1e1";
8314}
8315.fa-bomb:before {
8316  content: "\f1e2";
8317}
8318.fa-soccer-ball-o:before,
8319.fa-futbol-o:before {
8320  content: "\f1e3";
8321}
8322.fa-tty:before {
8323  content: "\f1e4";
8324}
8325.fa-binoculars:before {
8326  content: "\f1e5";
8327}
8328.fa-plug:before {
8329  content: "\f1e6";
8330}
8331.fa-slideshare:before {
8332  content: "\f1e7";
8333}
8334.fa-twitch:before {
8335  content: "\f1e8";
8336}
8337.fa-yelp:before {
8338  content: "\f1e9";
8339}
8340.fa-newspaper-o:before {
8341  content: "\f1ea";
8342}
8343.fa-wifi:before {
8344  content: "\f1eb";
8345}
8346.fa-calculator:before {
8347  content: "\f1ec";
8348}
8349.fa-paypal:before {
8350  content: "\f1ed";
8351}
8352.fa-google-wallet:before {
8353  content: "\f1ee";
8354}
8355.fa-cc-visa:before {
8356  content: "\f1f0";
8357}
8358.fa-cc-mastercard:before {
8359  content: "\f1f1";
8360}
8361.fa-cc-discover:before {
8362  content: "\f1f2";
8363}
8364.fa-cc-amex:before {
8365  content: "\f1f3";
8366}
8367.fa-cc-paypal:before {
8368  content: "\f1f4";
8369}
8370.fa-cc-stripe:before {
8371  content: "\f1f5";
8372}
8373.fa-bell-slash:before {
8374  content: "\f1f6";
8375}
8376.fa-bell-slash-o:before {
8377  content: "\f1f7";
8378}
8379.fa-trash:before {
8380  content: "\f1f8";
8381}
8382.fa-copyright:before {
8383  content: "\f1f9";
8384}
8385.fa-at:before {
8386  content: "\f1fa";
8387}
8388.fa-eyedropper:before {
8389  content: "\f1fb";
8390}
8391.fa-paint-brush:before {
8392  content: "\f1fc";
8393}
8394.fa-birthday-cake:before {
8395  content: "\f1fd";
8396}
8397.fa-area-chart:before {
8398  content: "\f1fe";
8399}
8400.fa-pie-chart:before {
8401  content: "\f200";
8402}
8403.fa-line-chart:before {
8404  content: "\f201";
8405}
8406.fa-lastfm:before {
8407  content: "\f202";
8408}
8409.fa-lastfm-square:before {
8410  content: "\f203";
8411}
8412.fa-toggle-off:before {
8413  content: "\f204";
8414}
8415.fa-toggle-on:before {
8416  content: "\f205";
8417}
8418.fa-bicycle:before {
8419  content: "\f206";
8420}
8421.fa-bus:before {
8422  content: "\f207";
8423}
8424.fa-ioxhost:before {
8425  content: "\f208";
8426}
8427.fa-angellist:before {
8428  content: "\f209";
8429}
8430.fa-cc:before {
8431  content: "\f20a";
8432}
8433.fa-shekel:before,
8434.fa-sheqel:before,
8435.fa-ils:before {
8436  content: "\f20b";
8437}
8438.fa-meanpath:before {
8439  content: "\f20c";
8440}
8441.fa-buysellads:before {
8442  content: "\f20d";
8443}
8444.fa-connectdevelop:before {
8445  content: "\f20e";
8446}
8447.fa-dashcube:before {
8448  content: "\f210";
8449}
8450.fa-forumbee:before {
8451  content: "\f211";
8452}
8453.fa-leanpub:before {
8454  content: "\f212";
8455}
8456.fa-sellsy:before {
8457  content: "\f213";
8458}
8459.fa-shirtsinbulk:before {
8460  content: "\f214";
8461}
8462.fa-simplybuilt:before {
8463  content: "\f215";
8464}
8465.fa-skyatlas:before {
8466  content: "\f216";
8467}
8468.fa-cart-plus:before {
8469  content: "\f217";
8470}
8471.fa-cart-arrow-down:before {
8472  content: "\f218";
8473}
8474.fa-diamond:before {
8475  content: "\f219";
8476}
8477.fa-ship:before {
8478  content: "\f21a";
8479}
8480.fa-user-secret:before {
8481  content: "\f21b";
8482}
8483.fa-motorcycle:before {
8484  content: "\f21c";
8485}
8486.fa-street-view:before {
8487  content: "\f21d";
8488}
8489.fa-heartbeat:before {
8490  content: "\f21e";
8491}
8492.fa-venus:before {
8493  content: "\f221";
8494}
8495.fa-mars:before {
8496  content: "\f222";
8497}
8498.fa-mercury:before {
8499  content: "\f223";
8500}
8501.fa-intersex:before,
8502.fa-transgender:before {
8503  content: "\f224";
8504}
8505.fa-transgender-alt:before {
8506  content: "\f225";
8507}
8508.fa-venus-double:before {
8509  content: "\f226";
8510}
8511.fa-mars-double:before {
8512  content: "\f227";
8513}
8514.fa-venus-mars:before {
8515  content: "\f228";
8516}
8517.fa-mars-stroke:before {
8518  content: "\f229";
8519}
8520.fa-mars-stroke-v:before {
8521  content: "\f22a";
8522}
8523.fa-mars-stroke-h:before {
8524  content: "\f22b";
8525}
8526.fa-neuter:before {
8527  content: "\f22c";
8528}
8529.fa-genderless:before {
8530  content: "\f22d";
8531}
8532.fa-facebook-official:before {
8533  content: "\f230";
8534}
8535.fa-pinterest-p:before {
8536  content: "\f231";
8537}
8538.fa-whatsapp:before {
8539  content: "\f232";
8540}
8541.fa-server:before {
8542  content: "\f233";
8543}
8544.fa-user-plus:before {
8545  content: "\f234";
8546}
8547.fa-user-times:before {
8548  content: "\f235";
8549}
8550.fa-hotel:before,
8551.fa-bed:before {
8552  content: "\f236";
8553}
8554.fa-viacoin:before {
8555  content: "\f237";
8556}
8557.fa-train:before {
8558  content: "\f238";
8559}
8560.fa-subway:before {
8561  content: "\f239";
8562}
8563.fa-medium:before {
8564  content: "\f23a";
8565}
8566.fa-yc:before,
8567.fa-y-combinator:before {
8568  content: "\f23b";
8569}
8570.fa-optin-monster:before {
8571  content: "\f23c";
8572}
8573.fa-opencart:before {
8574  content: "\f23d";
8575}
8576.fa-expeditedssl:before {
8577  content: "\f23e";
8578}
8579.fa-battery-4:before,
8580.fa-battery:before,
8581.fa-battery-full:before {
8582  content: "\f240";
8583}
8584.fa-battery-3:before,
8585.fa-battery-three-quarters:before {
8586  content: "\f241";
8587}
8588.fa-battery-2:before,
8589.fa-battery-half:before {
8590  content: "\f242";
8591}
8592.fa-battery-1:before,
8593.fa-battery-quarter:before {
8594  content: "\f243";
8595}
8596.fa-battery-0:before,
8597.fa-battery-empty:before {
8598  content: "\f244";
8599}
8600.fa-mouse-pointer:before {
8601  content: "\f245";
8602}
8603.fa-i-cursor:before {
8604  content: "\f246";
8605}
8606.fa-object-group:before {
8607  content: "\f247";
8608}
8609.fa-object-ungroup:before {
8610  content: "\f248";
8611}
8612.fa-sticky-note:before {
8613  content: "\f249";
8614}
8615.fa-sticky-note-o:before {
8616  content: "\f24a";
8617}
8618.fa-cc-jcb:before {
8619  content: "\f24b";
8620}
8621.fa-cc-diners-club:before {
8622  content: "\f24c";
8623}
8624.fa-clone:before {
8625  content: "\f24d";
8626}
8627.fa-balance-scale:before {
8628  content: "\f24e";
8629}
8630.fa-hourglass-o:before {
8631  content: "\f250";
8632}
8633.fa-hourglass-1:before,
8634.fa-hourglass-start:before {
8635  content: "\f251";
8636}
8637.fa-hourglass-2:before,
8638.fa-hourglass-half:before {
8639  content: "\f252";
8640}
8641.fa-hourglass-3:before,
8642.fa-hourglass-end:before {
8643  content: "\f253";
8644}
8645.fa-hourglass:before {
8646  content: "\f254";
8647}
8648.fa-hand-grab-o:before,
8649.fa-hand-rock-o:before {
8650  content: "\f255";
8651}
8652.fa-hand-stop-o:before,
8653.fa-hand-paper-o:before {
8654  content: "\f256";
8655}
8656.fa-hand-scissors-o:before {
8657  content: "\f257";
8658}
8659.fa-hand-lizard-o:before {
8660  content: "\f258";
8661}
8662.fa-hand-spock-o:before {
8663  content: "\f259";
8664}
8665.fa-hand-pointer-o:before {
8666  content: "\f25a";
8667}
8668.fa-hand-peace-o:before {
8669  content: "\f25b";
8670}
8671.fa-trademark:before {
8672  content: "\f25c";
8673}
8674.fa-registered:before {
8675  content: "\f25d";
8676}
8677.fa-creative-commons:before {
8678  content: "\f25e";
8679}
8680.fa-gg:before {
8681  content: "\f260";
8682}
8683.fa-gg-circle:before {
8684  content: "\f261";
8685}
8686.fa-tripadvisor:before {
8687  content: "\f262";
8688}
8689.fa-odnoklassniki:before {
8690  content: "\f263";
8691}
8692.fa-odnoklassniki-square:before {
8693  content: "\f264";
8694}
8695.fa-get-pocket:before {
8696  content: "\f265";
8697}
8698.fa-wikipedia-w:before {
8699  content: "\f266";
8700}
8701.fa-safari:before {
8702  content: "\f267";
8703}
8704.fa-chrome:before {
8705  content: "\f268";
8706}
8707.fa-firefox:before {
8708  content: "\f269";
8709}
8710.fa-opera:before {
8711  content: "\f26a";
8712}
8713.fa-internet-explorer:before {
8714  content: "\f26b";
8715}
8716.fa-tv:before,
8717.fa-television:before {
8718  content: "\f26c";
8719}
8720.fa-contao:before {
8721  content: "\f26d";
8722}
8723.fa-500px:before {
8724  content: "\f26e";
8725}
8726.fa-amazon:before {
8727  content: "\f270";
8728}
8729.fa-calendar-plus-o:before {
8730  content: "\f271";
8731}
8732.fa-calendar-minus-o:before {
8733  content: "\f272";
8734}
8735.fa-calendar-times-o:before {
8736  content: "\f273";
8737}
8738.fa-calendar-check-o:before {
8739  content: "\f274";
8740}
8741.fa-industry:before {
8742  content: "\f275";
8743}
8744.fa-map-pin:before {
8745  content: "\f276";
8746}
8747.fa-map-signs:before {
8748  content: "\f277";
8749}
8750.fa-map-o:before {
8751  content: "\f278";
8752}
8753.fa-map:before {
8754  content: "\f279";
8755}
8756.fa-commenting:before {
8757  content: "\f27a";
8758}
8759.fa-commenting-o:before {
8760  content: "\f27b";
8761}
8762.fa-houzz:before {
8763  content: "\f27c";
8764}
8765.fa-vimeo:before {
8766  content: "\f27d";
8767}
8768.fa-black-tie:before {
8769  content: "\f27e";
8770}
8771.fa-fonticons:before {
8772  content: "\f280";
8773}
8774.fa-reddit-alien:before {
8775  content: "\f281";
8776}
8777.fa-edge:before {
8778  content: "\f282";
8779}
8780.fa-credit-card-alt:before {
8781  content: "\f283";
8782}
8783.fa-codiepie:before {
8784  content: "\f284";
8785}
8786.fa-modx:before {
8787  content: "\f285";
8788}
8789.fa-fort-awesome:before {
8790  content: "\f286";
8791}
8792.fa-usb:before {
8793  content: "\f287";
8794}
8795.fa-product-hunt:before {
8796  content: "\f288";
8797}
8798.fa-mixcloud:before {
8799  content: "\f289";
8800}
8801.fa-scribd:before {
8802  content: "\f28a";
8803}
8804.fa-pause-circle:before {
8805  content: "\f28b";
8806}
8807.fa-pause-circle-o:before {
8808  content: "\f28c";
8809}
8810.fa-stop-circle:before {
8811  content: "\f28d";
8812}
8813.fa-stop-circle-o:before {
8814  content: "\f28e";
8815}
8816.fa-shopping-bag:before {
8817  content: "\f290";
8818}
8819.fa-shopping-basket:before {
8820  content: "\f291";
8821}
8822.fa-hashtag:before {
8823  content: "\f292";
8824}
8825.fa-bluetooth:before {
8826  content: "\f293";
8827}
8828.fa-bluetooth-b:before {
8829  content: "\f294";
8830}
8831.fa-percent:before {
8832  content: "\f295";
8833}
8834.fa-gitlab:before {
8835  content: "\f296";
8836}
8837.fa-wpbeginner:before {
8838  content: "\f297";
8839}
8840.fa-wpforms:before {
8841  content: "\f298";
8842}
8843.fa-envira:before {
8844  content: "\f299";
8845}
8846.fa-universal-access:before {
8847  content: "\f29a";
8848}
8849.fa-wheelchair-alt:before {
8850  content: "\f29b";
8851}
8852.fa-question-circle-o:before {
8853  content: "\f29c";
8854}
8855.fa-blind:before {
8856  content: "\f29d";
8857}
8858.fa-audio-description:before {
8859  content: "\f29e";
8860}
8861.fa-volume-control-phone:before {
8862  content: "\f2a0";
8863}
8864.fa-braille:before {
8865  content: "\f2a1";
8866}
8867.fa-assistive-listening-systems:before {
8868  content: "\f2a2";
8869}
8870.fa-asl-interpreting:before,
8871.fa-american-sign-language-interpreting:before {
8872  content: "\f2a3";
8873}
8874.fa-deafness:before,
8875.fa-hard-of-hearing:before,
8876.fa-deaf:before {
8877  content: "\f2a4";
8878}
8879.fa-glide:before {
8880  content: "\f2a5";
8881}
8882.fa-glide-g:before {
8883  content: "\f2a6";
8884}
8885.fa-signing:before,
8886.fa-sign-language:before {
8887  content: "\f2a7";
8888}
8889.fa-low-vision:before {
8890  content: "\f2a8";
8891}
8892.fa-viadeo:before {
8893  content: "\f2a9";
8894}
8895.fa-viadeo-square:before {
8896  content: "\f2aa";
8897}
8898.fa-snapchat:before {
8899  content: "\f2ab";
8900}
8901.fa-snapchat-ghost:before {
8902  content: "\f2ac";
8903}
8904.fa-snapchat-square:before {
8905  content: "\f2ad";
8906}
8907.fa-pied-piper:before {
8908  content: "\f2ae";
8909}
8910.fa-first-order:before {
8911  content: "\f2b0";
8912}
8913.fa-yoast:before {
8914  content: "\f2b1";
8915}
8916.fa-themeisle:before {
8917  content: "\f2b2";
8918}
8919.fa-google-plus-circle:before,
8920.fa-google-plus-official:before {
8921  content: "\f2b3";
8922}
8923.fa-fa:before,
8924.fa-font-awesome:before {
8925  content: "\f2b4";
8926}
8927.fa-handshake-o:before {
8928  content: "\f2b5";
8929}
8930.fa-envelope-open:before {
8931  content: "\f2b6";
8932}
8933.fa-envelope-open-o:before {
8934  content: "\f2b7";
8935}
8936.fa-linode:before {
8937  content: "\f2b8";
8938}
8939.fa-address-book:before {
8940  content: "\f2b9";
8941}
8942.fa-address-book-o:before {
8943  content: "\f2ba";
8944}
8945.fa-vcard:before,
8946.fa-address-card:before {
8947  content: "\f2bb";
8948}
8949.fa-vcard-o:before,
8950.fa-address-card-o:before {
8951  content: "\f2bc";
8952}
8953.fa-user-circle:before {
8954  content: "\f2bd";
8955}
8956.fa-user-circle-o:before {
8957  content: "\f2be";
8958}
8959.fa-user-o:before {
8960  content: "\f2c0";
8961}
8962.fa-id-badge:before {
8963  content: "\f2c1";
8964}
8965.fa-drivers-license:before,
8966.fa-id-card:before {
8967  content: "\f2c2";
8968}
8969.fa-drivers-license-o:before,
8970.fa-id-card-o:before {
8971  content: "\f2c3";
8972}
8973.fa-quora:before {
8974  content: "\f2c4";
8975}
8976.fa-free-code-camp:before {
8977  content: "\f2c5";
8978}
8979.fa-telegram:before {
8980  content: "\f2c6";
8981}
8982.fa-thermometer-4:before,
8983.fa-thermometer:before,
8984.fa-thermometer-full:before {
8985  content: "\f2c7";
8986}
8987.fa-thermometer-3:before,
8988.fa-thermometer-three-quarters:before {
8989  content: "\f2c8";
8990}
8991.fa-thermometer-2:before,
8992.fa-thermometer-half:before {
8993  content: "\f2c9";
8994}
8995.fa-thermometer-1:before,
8996.fa-thermometer-quarter:before {
8997  content: "\f2ca";
8998}
8999.fa-thermometer-0:before,
9000.fa-thermometer-empty:before {
9001  content: "\f2cb";
9002}
9003.fa-shower:before {
9004  content: "\f2cc";
9005}
9006.fa-bathtub:before,
9007.fa-s15:before,
9008.fa-bath:before {
9009  content: "\f2cd";
9010}
9011.fa-podcast:before {
9012  content: "\f2ce";
9013}
9014.fa-window-maximize:before {
9015  content: "\f2d0";
9016}
9017.fa-window-minimize:before {
9018  content: "\f2d1";
9019}
9020.fa-window-restore:before {
9021  content: "\f2d2";
9022}
9023.fa-times-rectangle:before,
9024.fa-window-close:before {
9025  content: "\f2d3";
9026}
9027.fa-times-rectangle-o:before,
9028.fa-window-close-o:before {
9029  content: "\f2d4";
9030}
9031.fa-bandcamp:before {
9032  content: "\f2d5";
9033}
9034.fa-grav:before {
9035  content: "\f2d6";
9036}
9037.fa-etsy:before {
9038  content: "\f2d7";
9039}
9040.fa-imdb:before {
9041  content: "\f2d8";
9042}
9043.fa-ravelry:before {
9044  content: "\f2d9";
9045}
9046.fa-eercast:before {
9047  content: "\f2da";
9048}
9049.fa-microchip:before {
9050  content: "\f2db";
9051}
9052.fa-snowflake-o:before {
9053  content: "\f2dc";
9054}
9055.fa-superpowers:before {
9056  content: "\f2dd";
9057}
9058.fa-wpexplorer:before {
9059  content: "\f2de";
9060}
9061.fa-meetup:before {
9062  content: "\f2e0";
9063}
9064.sr-only {
9065  position: absolute;
9066  width: 1px;
9067  height: 1px;
9068  padding: 0;
9069  margin: -1px;
9070  overflow: hidden;
9071  clip: rect(0, 0, 0, 0);
9072  border: 0;
9073}
9074.sr-only-focusable:active,
9075.sr-only-focusable:focus {
9076  position: static;
9077  width: auto;
9078  height: auto;
9079  margin: 0;
9080  overflow: visible;
9081  clip: auto;
9082}
9083.sr-only-focusable:active,
9084.sr-only-focusable:focus {
9085  position: static;
9086  width: auto;
9087  height: auto;
9088  margin: 0;
9089  overflow: visible;
9090  clip: auto;
9091}
9092/*!
9093*
9094* IPython base
9095*
9096*/
9097.modal.fade .modal-dialog {
9098  -webkit-transform: translate(0, 0);
9099  -ms-transform: translate(0, 0);
9100  -o-transform: translate(0, 0);
9101  transform: translate(0, 0);
9102}
9103code {
9104  color: #000000;
9105}
9106pre {
9107  font-size: inherit;
9108  line-height: inherit;
9109}
9110label {
9111  font-weight: normal;
9112}
9113/* Make the page background atleast 100% the height of the view port */
9114/* Make the page itself atleast 70% the height of the view port */
9115.border-box-sizing {
9116  box-sizing: border-box;
9117  -moz-box-sizing: border-box;
9118  -webkit-box-sizing: border-box;
9119}
9120.corner-all {
9121  border-radius: 2px;
9122}
9123.no-padding {
9124  padding: 0px;
9125}
9126/* Flexible box model classes */
9127/* Taken from Alex Russell http://infrequently.org/2009/08/css-3-progress/ */
9128/* This file is a compatability layer.  It allows the usage of flexible box
9129model layouts accross multiple browsers, including older browsers.  The newest,
9130universal implementation of the flexible box model is used when available (see
9131`Modern browsers` comments below).  Browsers that are known to implement this
9132new spec completely include:
9133
9134    Firefox 28.0+
9135    Chrome 29.0+
9136    Internet Explorer 11+
9137    Opera 17.0+
9138
9139Browsers not listed, including Safari, are supported via the styling under the
9140`Old browsers` comments below.
9141*/
9142.hbox {
9143  /* Old browsers */
9144  display: -webkit-box;
9145  -webkit-box-orient: horizontal;
9146  -webkit-box-align: stretch;
9147  display: -moz-box;
9148  -moz-box-orient: horizontal;
9149  -moz-box-align: stretch;
9150  display: box;
9151  box-orient: horizontal;
9152  box-align: stretch;
9153  /* Modern browsers */
9154  display: flex;
9155  flex-direction: row;
9156  align-items: stretch;
9157}
9158.hbox > * {
9159  /* Old browsers */
9160  -webkit-box-flex: 0;
9161  -moz-box-flex: 0;
9162  box-flex: 0;
9163  /* Modern browsers */
9164  flex: none;
9165}
9166.vbox {
9167  /* Old browsers */
9168  display: -webkit-box;
9169  -webkit-box-orient: vertical;
9170  -webkit-box-align: stretch;
9171  display: -moz-box;
9172  -moz-box-orient: vertical;
9173  -moz-box-align: stretch;
9174  display: box;
9175  box-orient: vertical;
9176  box-align: stretch;
9177  /* Modern browsers */
9178  display: flex;
9179  flex-direction: column;
9180  align-items: stretch;
9181}
9182.vbox > * {
9183  /* Old browsers */
9184  -webkit-box-flex: 0;
9185  -moz-box-flex: 0;
9186  box-flex: 0;
9187  /* Modern browsers */
9188  flex: none;
9189}
9190.hbox.reverse,
9191.vbox.reverse,
9192.reverse {
9193  /* Old browsers */
9194  -webkit-box-direction: reverse;
9195  -moz-box-direction: reverse;
9196  box-direction: reverse;
9197  /* Modern browsers */
9198  flex-direction: row-reverse;
9199}
9200.hbox.box-flex0,
9201.vbox.box-flex0,
9202.box-flex0 {
9203  /* Old browsers */
9204  -webkit-box-flex: 0;
9205  -moz-box-flex: 0;
9206  box-flex: 0;
9207  /* Modern browsers */
9208  flex: none;
9209  width: auto;
9210}
9211.hbox.box-flex1,
9212.vbox.box-flex1,
9213.box-flex1 {
9214  /* Old browsers */
9215  -webkit-box-flex: 1;
9216  -moz-box-flex: 1;
9217  box-flex: 1;
9218  /* Modern browsers */
9219  flex: 1;
9220}
9221.hbox.box-flex,
9222.vbox.box-flex,
9223.box-flex {
9224  /* Old browsers */
9225  /* Old browsers */
9226  -webkit-box-flex: 1;
9227  -moz-box-flex: 1;
9228  box-flex: 1;
9229  /* Modern browsers */
9230  flex: 1;
9231}
9232.hbox.box-flex2,
9233.vbox.box-flex2,
9234.box-flex2 {
9235  /* Old browsers */
9236  -webkit-box-flex: 2;
9237  -moz-box-flex: 2;
9238  box-flex: 2;
9239  /* Modern browsers */
9240  flex: 2;
9241}
9242.box-group1 {
9243  /*  Deprecated */
9244  -webkit-box-flex-group: 1;
9245  -moz-box-flex-group: 1;
9246  box-flex-group: 1;
9247}
9248.box-group2 {
9249  /* Deprecated */
9250  -webkit-box-flex-group: 2;
9251  -moz-box-flex-group: 2;
9252  box-flex-group: 2;
9253}
9254.hbox.start,
9255.vbox.start,
9256.start {
9257  /* Old browsers */
9258  -webkit-box-pack: start;
9259  -moz-box-pack: start;
9260  box-pack: start;
9261  /* Modern browsers */
9262  justify-content: flex-start;
9263}
9264.hbox.end,
9265.vbox.end,
9266.end {
9267  /* Old browsers */
9268  -webkit-box-pack: end;
9269  -moz-box-pack: end;
9270  box-pack: end;
9271  /* Modern browsers */
9272  justify-content: flex-end;
9273}
9274.hbox.center,
9275.vbox.center,
9276.center {
9277  /* Old browsers */
9278  -webkit-box-pack: center;
9279  -moz-box-pack: center;
9280  box-pack: center;
9281  /* Modern browsers */
9282  justify-content: center;
9283}
9284.hbox.baseline,
9285.vbox.baseline,
9286.baseline {
9287  /* Old browsers */
9288  -webkit-box-pack: baseline;
9289  -moz-box-pack: baseline;
9290  box-pack: baseline;
9291  /* Modern browsers */
9292  justify-content: baseline;
9293}
9294.hbox.stretch,
9295.vbox.stretch,
9296.stretch {
9297  /* Old browsers */
9298  -webkit-box-pack: stretch;
9299  -moz-box-pack: stretch;
9300  box-pack: stretch;
9301  /* Modern browsers */
9302  justify-content: stretch;
9303}
9304.hbox.align-start,
9305.vbox.align-start,
9306.align-start {
9307  /* Old browsers */
9308  -webkit-box-align: start;
9309  -moz-box-align: start;
9310  box-align: start;
9311  /* Modern browsers */
9312  align-items: flex-start;
9313}
9314.hbox.align-end,
9315.vbox.align-end,
9316.align-end {
9317  /* Old browsers */
9318  -webkit-box-align: end;
9319  -moz-box-align: end;
9320  box-align: end;
9321  /* Modern browsers */
9322  align-items: flex-end;
9323}
9324.hbox.align-center,
9325.vbox.align-center,
9326.align-center {
9327  /* Old browsers */
9328  -webkit-box-align: center;
9329  -moz-box-align: center;
9330  box-align: center;
9331  /* Modern browsers */
9332  align-items: center;
9333}
9334.hbox.align-baseline,
9335.vbox.align-baseline,
9336.align-baseline {
9337  /* Old browsers */
9338  -webkit-box-align: baseline;
9339  -moz-box-align: baseline;
9340  box-align: baseline;
9341  /* Modern browsers */
9342  align-items: baseline;
9343}
9344.hbox.align-stretch,
9345.vbox.align-stretch,
9346.align-stretch {
9347  /* Old browsers */
9348  -webkit-box-align: stretch;
9349  -moz-box-align: stretch;
9350  box-align: stretch;
9351  /* Modern browsers */
9352  align-items: stretch;
9353}
9354div.error {
9355  margin: 2em;
9356  text-align: center;
9357}
9358div.error > h1 {
9359  font-size: 500%;
9360  line-height: normal;
9361}
9362div.error > p {
9363  font-size: 200%;
9364  line-height: normal;
9365}
9366div.traceback-wrapper {
9367  text-align: left;
9368  max-width: 800px;
9369  margin: auto;
9370}
9371/**
9372 * Primary styles
9373 *
9374 * Author: Jupyter Development Team
9375 */
9376body {
9377  background-color: #ffffff;
9378  /* This makes sure that the body covers the entire window and needs to
9379       be in a different element than the display: box in wrapper below */
9380  position: absolute;
9381  left: 0px;
9382  right: 0px;
9383  top: 0px;
9384  bottom: 0px;
9385  overflow: visible;
9386}
9387body > #header {
9388  /* Initially hidden to prevent FLOUC */
9389  display: none;
9390  background-color: #ffffff;
9391  /* Display over codemirror */
9392  position: relative;
9393  z-index: 100;
9394}
9395body > #header #header-container {
9396  padding-bottom: 5px;
9397  padding-top: 5px;
9398  box-sizing: border-box;
9399  -moz-box-sizing: border-box;
9400  -webkit-box-sizing: border-box;
9401}
9402body > #header .header-bar {
9403  width: 100%;
9404  height: 1px;
9405  background: #e7e7e7;
9406  margin-bottom: -1px;
9407}
9408@media print {
9409  body > #header {
9410    display: none !important;
9411  }
9412}
9413#header-spacer {
9414  width: 100%;
9415  visibility: hidden;
9416}
9417@media print {
9418  #header-spacer {
9419    display: none;
9420  }
9421}
9422#ipython_notebook {
9423  padding-left: 0px;
9424  padding-top: 1px;
9425  padding-bottom: 1px;
9426}
9427@media (max-width: 991px) {
9428  #ipython_notebook {
9429    margin-left: 10px;
9430  }
9431}
9432#noscript {
9433  width: auto;
9434  padding-top: 16px;
9435  padding-bottom: 16px;
9436  text-align: center;
9437  font-size: 22px;
9438  color: red;
9439  font-weight: bold;
9440}
9441#ipython_notebook img {
9442  height: 28px;
9443}
9444#site {
9445  width: 100%;
9446  display: none;
9447  box-sizing: border-box;
9448  -moz-box-sizing: border-box;
9449  -webkit-box-sizing: border-box;
9450  overflow: auto;
9451}
9452@media print {
9453  #site {
9454    height: auto !important;
9455  }
9456}
9457/* Smaller buttons */
9458.ui-button .ui-button-text {
9459  padding: 0.2em 0.8em;
9460  font-size: 77%;
9461}
9462input.ui-button {
9463  padding: 0.3em 0.9em;
9464}
9465span#login_widget {
9466  float: right;
9467}
9468span#login_widget > .button,
9469#logout {
9470  color: #333333;
9471  background-color: #ffffff;
9472  border-color: #cccccc;
9473}
9474span#login_widget > .button:focus,
9475#logout:focus,
9476span#login_widget > .button.focus,
9477#logout.focus {
9478  color: #333333;
9479  background-color: #e6e6e6;
9480  border-color: #8c8c8c;
9481}
9482span#login_widget > .button:hover,
9483#logout:hover {
9484  color: #333333;
9485  background-color: #e6e6e6;
9486  border-color: #adadad;
9487}
9488span#login_widget > .button:active,
9489#logout:active,
9490span#login_widget > .button.active,
9491#logout.active,
9492.open > .dropdown-togglespan#login_widget > .button,
9493.open > .dropdown-toggle#logout {
9494  color: #333333;
9495  background-color: #e6e6e6;
9496  border-color: #adadad;
9497}
9498span#login_widget > .button:active:hover,
9499#logout:active:hover,
9500span#login_widget > .button.active:hover,
9501#logout.active:hover,
9502.open > .dropdown-togglespan#login_widget > .button:hover,
9503.open > .dropdown-toggle#logout:hover,
9504span#login_widget > .button:active:focus,
9505#logout:active:focus,
9506span#login_widget > .button.active:focus,
9507#logout.active:focus,
9508.open > .dropdown-togglespan#login_widget > .button:focus,
9509.open > .dropdown-toggle#logout:focus,
9510span#login_widget > .button:active.focus,
9511#logout:active.focus,
9512span#login_widget > .button.active.focus,
9513#logout.active.focus,
9514.open > .dropdown-togglespan#login_widget > .button.focus,
9515.open > .dropdown-toggle#logout.focus {
9516  color: #333333;
9517  background-color: #d4d4d4;
9518  border-color: #8c8c8c;
9519}
9520span#login_widget > .button:active,
9521#logout:active,
9522span#login_widget > .button.active,
9523#logout.active,
9524.open > .dropdown-togglespan#login_widget > .button,
9525.open > .dropdown-toggle#logout {
9526  background-image: none;
9527}
9528span#login_widget > .button.disabled:hover,
9529#logout.disabled:hover,
9530span#login_widget > .button[disabled]:hover,
9531#logout[disabled]:hover,
9532fieldset[disabled] span#login_widget > .button:hover,
9533fieldset[disabled] #logout:hover,
9534span#login_widget > .button.disabled:focus,
9535#logout.disabled:focus,
9536span#login_widget > .button[disabled]:focus,
9537#logout[disabled]:focus,
9538fieldset[disabled] span#login_widget > .button:focus,
9539fieldset[disabled] #logout:focus,
9540span#login_widget > .button.disabled.focus,
9541#logout.disabled.focus,
9542span#login_widget > .button[disabled].focus,
9543#logout[disabled].focus,
9544fieldset[disabled] span#login_widget > .button.focus,
9545fieldset[disabled] #logout.focus {
9546  background-color: #ffffff;
9547  border-color: #cccccc;
9548}
9549span#login_widget > .button .badge,
9550#logout .badge {
9551  color: #ffffff;
9552  background-color: #333333;
9553}
9554.nav-header {
9555  text-transform: none;
9556}
9557#header > span {
9558  margin-top: 10px;
9559}
9560.modal_stretch .modal-dialog {
9561  /* Old browsers */
9562  display: -webkit-box;
9563  -webkit-box-orient: vertical;
9564  -webkit-box-align: stretch;
9565  display: -moz-box;
9566  -moz-box-orient: vertical;
9567  -moz-box-align: stretch;
9568  display: box;
9569  box-orient: vertical;
9570  box-align: stretch;
9571  /* Modern browsers */
9572  display: flex;
9573  flex-direction: column;
9574  align-items: stretch;
9575  /* Old browsers */
9576  -webkit-box-flex: 0;
9577  -moz-box-flex: 0;
9578  box-flex: 0;
9579  /* Modern browsers */
9580  flex: none;
9581  min-height: 80vh;
9582}
9583.modal_stretch .modal-dialog .modal-body {
9584  max-height: calc(100vh - 200px);
9585  overflow: auto;
9586  flex: 1;
9587}
9588@media (min-width: 768px) {
9589  .modal .modal-dialog {
9590    width: 700px;
9591  }
9592}
9593@media (min-width: 768px) {
9594  select.form-control {
9595    margin-left: 12px;
9596    margin-right: 12px;
9597  }
9598}
9599/*!
9600*
9601* IPython auth
9602*
9603*/
9604.center-nav {
9605  display: inline-block;
9606  margin-bottom: -4px;
9607}
9608/*!
9609*
9610* IPython tree view
9611*
9612*/
9613/* We need an invisible input field on top of the sentense*/
9614/* "Drag file onto the list ..." */
9615.alternate_upload {
9616  background-color: none;
9617  display: inline;
9618}
9619.alternate_upload.form {
9620  padding: 0;
9621  margin: 0;
9622}
9623.alternate_upload input.fileinput {
9624  text-align: center;
9625  vertical-align: middle;
9626  display: inline;
9627  opacity: 0;
9628  z-index: 2;
9629  width: 12ex;
9630  margin-right: -12ex;
9631}
9632.alternate_upload .btn-upload {
9633  height: 22px;
9634}
9635/**
9636 * Primary styles
9637 *
9638 * Author: Jupyter Development Team
9639 */
9640ul#tabs {
9641  margin-bottom: 4px;
9642}
9643ul#tabs a {
9644  padding-top: 6px;
9645  padding-bottom: 4px;
9646}
9647ul.breadcrumb a:focus,
9648ul.breadcrumb a:hover {
9649  text-decoration: none;
9650}
9651ul.breadcrumb i.icon-home {
9652  font-size: 16px;
9653  margin-right: 4px;
9654}
9655ul.breadcrumb span {
9656  color: #5e5e5e;
9657}
9658.list_toolbar {
9659  padding: 4px 0 4px 0;
9660  vertical-align: middle;
9661}
9662.list_toolbar .tree-buttons {
9663  padding-top: 1px;
9664}
9665.dynamic-buttons {
9666  padding-top: 3px;
9667  display: inline-block;
9668}
9669.list_toolbar [class*="span"] {
9670  min-height: 24px;
9671}
9672.list_header {
9673  font-weight: bold;
9674  background-color: #eeeeee;
9675}
9676.list_placeholder {
9677  font-weight: bold;
9678  padding-top: 4px;
9679  padding-bottom: 4px;
9680  padding-left: 7px;
9681  padding-right: 7px;
9682}
9683.list_container {
9684  margin-top: 4px;
9685  margin-bottom: 20px;
9686  border: 1px solid #dddddd;
9687  border-radius: 2px;
9688}
9689.list_container > div {
9690  border-bottom: 1px solid #dddddd;
9691}
9692.list_container > div:hover .list-item {
9693  background-color: red;
9694}
9695.list_container > div:last-child {
9696  border: none;
9697}
9698.list_item:hover .list_item {
9699  background-color: #dddddd;
9700}
9701.list_item a {
9702  text-decoration: none;
9703}
9704.list_item:hover {
9705  background-color: #fafafa;
9706}
9707.list_header > div,
9708.list_item > div {
9709  padding-top: 4px;
9710  padding-bottom: 4px;
9711  padding-left: 7px;
9712  padding-right: 7px;
9713  line-height: 22px;
9714}
9715.list_header > div input,
9716.list_item > div input {
9717  margin-right: 7px;
9718  margin-left: 14px;
9719  vertical-align: baseline;
9720  line-height: 22px;
9721  position: relative;
9722  top: -1px;
9723}
9724.list_header > div .item_link,
9725.list_item > div .item_link {
9726  margin-left: -1px;
9727  vertical-align: baseline;
9728  line-height: 22px;
9729}
9730.new-file input[type=checkbox] {
9731  visibility: hidden;
9732}
9733.item_name {
9734  line-height: 22px;
9735  height: 24px;
9736}
9737.item_icon {
9738  font-size: 14px;
9739  color: #5e5e5e;
9740  margin-right: 7px;
9741  margin-left: 7px;
9742  line-height: 22px;
9743  vertical-align: baseline;
9744}
9745.item_buttons {
9746  line-height: 1em;
9747  margin-left: -5px;
9748}
9749.item_buttons .btn,
9750.item_buttons .btn-group,
9751.item_buttons .input-group {
9752  float: left;
9753}
9754.item_buttons > .btn,
9755.item_buttons > .btn-group,
9756.item_buttons > .input-group {
9757  margin-left: 5px;
9758}
9759.item_buttons .btn {
9760  min-width: 13ex;
9761}
9762.item_buttons .running-indicator {
9763  padding-top: 4px;
9764  color: #5cb85c;
9765}
9766.item_buttons .kernel-name {
9767  padding-top: 4px;
9768  color: #5bc0de;
9769  margin-right: 7px;
9770  float: left;
9771}
9772.toolbar_info {
9773  height: 24px;
9774  line-height: 24px;
9775}
9776.list_item input:not([type=checkbox]) {
9777  padding-top: 3px;
9778  padding-bottom: 3px;
9779  height: 22px;
9780  line-height: 14px;
9781  margin: 0px;
9782}
9783.highlight_text {
9784  color: blue;
9785}
9786#project_name {
9787  display: inline-block;
9788  padding-left: 7px;
9789  margin-left: -2px;
9790}
9791#project_name > .breadcrumb {
9792  padding: 0px;
9793  margin-bottom: 0px;
9794  background-color: transparent;
9795  font-weight: bold;
9796}
9797#tree-selector {
9798  padding-right: 0px;
9799}
9800#button-select-all {
9801  min-width: 50px;
9802}
9803#select-all {
9804  margin-left: 7px;
9805  margin-right: 2px;
9806}
9807.menu_icon {
9808  margin-right: 2px;
9809}
9810.tab-content .row {
9811  margin-left: 0px;
9812  margin-right: 0px;
9813}
9814.folder_icon:before {
9815  display: inline-block;
9816  font: normal normal normal 14px/1 FontAwesome;
9817  font-size: inherit;
9818  text-rendering: auto;
9819  -webkit-font-smoothing: antialiased;
9820  -moz-osx-font-smoothing: grayscale;
9821  content: "\f114";
9822}
9823.folder_icon:before.fa-pull-left {
9824  margin-right: .3em;
9825}
9826.folder_icon:before.fa-pull-right {
9827  margin-left: .3em;
9828}
9829.folder_icon:before.pull-left {
9830  margin-right: .3em;
9831}
9832.folder_icon:before.pull-right {
9833  margin-left: .3em;
9834}
9835.notebook_icon:before {
9836  display: inline-block;
9837  font: normal normal normal 14px/1 FontAwesome;
9838  font-size: inherit;
9839  text-rendering: auto;
9840  -webkit-font-smoothing: antialiased;
9841  -moz-osx-font-smoothing: grayscale;
9842  content: "\f02d";
9843  position: relative;
9844  top: -1px;
9845}
9846.notebook_icon:before.fa-pull-left {
9847  margin-right: .3em;
9848}
9849.notebook_icon:before.fa-pull-right {
9850  margin-left: .3em;
9851}
9852.notebook_icon:before.pull-left {
9853  margin-right: .3em;
9854}
9855.notebook_icon:before.pull-right {
9856  margin-left: .3em;
9857}
9858.running_notebook_icon:before {
9859  display: inline-block;
9860  font: normal normal normal 14px/1 FontAwesome;
9861  font-size: inherit;
9862  text-rendering: auto;
9863  -webkit-font-smoothing: antialiased;
9864  -moz-osx-font-smoothing: grayscale;
9865  content: "\f02d";
9866  position: relative;
9867  top: -1px;
9868  color: #5cb85c;
9869}
9870.running_notebook_icon:before.fa-pull-left {
9871  margin-right: .3em;
9872}
9873.running_notebook_icon:before.fa-pull-right {
9874  margin-left: .3em;
9875}
9876.running_notebook_icon:before.pull-left {
9877  margin-right: .3em;
9878}
9879.running_notebook_icon:before.pull-right {
9880  margin-left: .3em;
9881}
9882.file_icon:before {
9883  display: inline-block;
9884  font: normal normal normal 14px/1 FontAwesome;
9885  font-size: inherit;
9886  text-rendering: auto;
9887  -webkit-font-smoothing: antialiased;
9888  -moz-osx-font-smoothing: grayscale;
9889  content: "\f016";
9890  position: relative;
9891  top: -2px;
9892}
9893.file_icon:before.fa-pull-left {
9894  margin-right: .3em;
9895}
9896.file_icon:before.fa-pull-right {
9897  margin-left: .3em;
9898}
9899.file_icon:before.pull-left {
9900  margin-right: .3em;
9901}
9902.file_icon:before.pull-right {
9903  margin-left: .3em;
9904}
9905#notebook_toolbar .pull-right {
9906  padding-top: 0px;
9907  margin-right: -1px;
9908}
9909ul#new-menu {
9910  left: auto;
9911  right: 0;
9912}
9913.kernel-menu-icon {
9914  padding-right: 12px;
9915  width: 24px;
9916  content: "\f096";
9917}
9918.kernel-menu-icon:before {
9919  content: "\f096";
9920}
9921.kernel-menu-icon-current:before {
9922  content: "\f00c";
9923}
9924#tab_content {
9925  padding-top: 20px;
9926}
9927#running .panel-group .panel {
9928  margin-top: 3px;
9929  margin-bottom: 1em;
9930}
9931#running .panel-group .panel .panel-heading {
9932  background-color: #eeeeee;
9933  padding-top: 4px;
9934  padding-bottom: 4px;
9935  padding-left: 7px;
9936  padding-right: 7px;
9937  line-height: 22px;
9938}
9939#running .panel-group .panel .panel-heading a:focus,
9940#running .panel-group .panel .panel-heading a:hover {
9941  text-decoration: none;
9942}
9943#running .panel-group .panel .panel-body {
9944  padding: 0px;
9945}
9946#running .panel-group .panel .panel-body .list_container {
9947  margin-top: 0px;
9948  margin-bottom: 0px;
9949  border: 0px;
9950  border-radius: 0px;
9951}
9952#running .panel-group .panel .panel-body .list_container .list_item {
9953  border-bottom: 1px solid #dddddd;
9954}
9955#running .panel-group .panel .panel-body .list_container .list_item:last-child {
9956  border-bottom: 0px;
9957}
9958.delete-button {
9959  display: none;
9960}
9961.duplicate-button {
9962  display: none;
9963}
9964.rename-button {
9965  display: none;
9966}
9967.shutdown-button {
9968  display: none;
9969}
9970.dynamic-instructions {
9971  display: inline-block;
9972  padding-top: 4px;
9973}
9974/*!
9975*
9976* IPython text editor webapp
9977*
9978*/
9979.selected-keymap i.fa {
9980  padding: 0px 5px;
9981}
9982.selected-keymap i.fa:before {
9983  content: "\f00c";
9984}
9985#mode-menu {
9986  overflow: auto;
9987  max-height: 20em;
9988}
9989.edit_app #header {
9990  -webkit-box-shadow: 0px 0px 12px 1px rgba(87, 87, 87, 0.2);
9991  box-shadow: 0px 0px 12px 1px rgba(87, 87, 87, 0.2);
9992}
9993.edit_app #menubar .navbar {
9994  /* Use a negative 1 bottom margin, so the border overlaps the border of the
9995    header */
9996  margin-bottom: -1px;
9997}
9998.dirty-indicator {
9999  display: inline-block;
10000  font: normal normal normal 14px/1 FontAwesome;
10001  font-size: inherit;
10002  text-rendering: auto;
10003  -webkit-font-smoothing: antialiased;
10004  -moz-osx-font-smoothing: grayscale;
10005  width: 20px;
10006}
10007.dirty-indicator.fa-pull-left {
10008  margin-right: .3em;
10009}
10010.dirty-indicator.fa-pull-right {
10011  margin-left: .3em;
10012}
10013.dirty-indicator.pull-left {
10014  margin-right: .3em;
10015}
10016.dirty-indicator.pull-right {
10017  margin-left: .3em;
10018}
10019.dirty-indicator-dirty {
10020  display: inline-block;
10021  font: normal normal normal 14px/1 FontAwesome;
10022  font-size: inherit;
10023  text-rendering: auto;
10024  -webkit-font-smoothing: antialiased;
10025  -moz-osx-font-smoothing: grayscale;
10026  width: 20px;
10027}
10028.dirty-indicator-dirty.fa-pull-left {
10029  margin-right: .3em;
10030}
10031.dirty-indicator-dirty.fa-pull-right {
10032  margin-left: .3em;
10033}
10034.dirty-indicator-dirty.pull-left {
10035  margin-right: .3em;
10036}
10037.dirty-indicator-dirty.pull-right {
10038  margin-left: .3em;
10039}
10040.dirty-indicator-clean {
10041  display: inline-block;
10042  font: normal normal normal 14px/1 FontAwesome;
10043  font-size: inherit;
10044  text-rendering: auto;
10045  -webkit-font-smoothing: antialiased;
10046  -moz-osx-font-smoothing: grayscale;
10047  width: 20px;
10048}
10049.dirty-indicator-clean.fa-pull-left {
10050  margin-right: .3em;
10051}
10052.dirty-indicator-clean.fa-pull-right {
10053  margin-left: .3em;
10054}
10055.dirty-indicator-clean.pull-left {
10056  margin-right: .3em;
10057}
10058.dirty-indicator-clean.pull-right {
10059  margin-left: .3em;
10060}
10061.dirty-indicator-clean:before {
10062  display: inline-block;
10063  font: normal normal normal 14px/1 FontAwesome;
10064  font-size: inherit;
10065  text-rendering: auto;
10066  -webkit-font-smoothing: antialiased;
10067  -moz-osx-font-smoothing: grayscale;
10068  content: "\f00c";
10069}
10070.dirty-indicator-clean:before.fa-pull-left {
10071  margin-right: .3em;
10072}
10073.dirty-indicator-clean:before.fa-pull-right {
10074  margin-left: .3em;
10075}
10076.dirty-indicator-clean:before.pull-left {
10077  margin-right: .3em;
10078}
10079.dirty-indicator-clean:before.pull-right {
10080  margin-left: .3em;
10081}
10082#filename {
10083  font-size: 16pt;
10084  display: table;
10085  padding: 0px 5px;
10086}
10087#current-mode {
10088  padding-left: 5px;
10089  padding-right: 5px;
10090}
10091#texteditor-backdrop {
10092  padding-top: 20px;
10093  padding-bottom: 20px;
10094}
10095@media not print {
10096  #texteditor-backdrop {
10097    background-color: #eeeeee;
10098  }
10099}
10100@media print {
10101  #texteditor-backdrop #texteditor-container .CodeMirror-gutter,
10102  #texteditor-backdrop #texteditor-container .CodeMirror-gutters {
10103    background-color: #ffffff;
10104  }
10105}
10106@media not print {
10107  #texteditor-backdrop #texteditor-container .CodeMirror-gutter,
10108  #texteditor-backdrop #texteditor-container .CodeMirror-gutters {
10109    background-color: #ffffff;
10110  }
10111}
10112@media not print {
10113  #texteditor-backdrop #texteditor-container {
10114    padding: 0px;
10115    background-color: #ffffff;
10116    -webkit-box-shadow: 0px 0px 12px 1px rgba(87, 87, 87, 0.2);
10117    box-shadow: 0px 0px 12px 1px rgba(87, 87, 87, 0.2);
10118  }
10119}
10120/*!
10121*
10122* IPython notebook
10123*
10124*/
10125/* CSS font colors for translated ANSI colors. */
10126.ansibold {
10127  font-weight: bold;
10128}
10129/* use dark versions for foreground, to improve visibility */
10130.ansiblack {
10131  color: black;
10132}
10133.ansired {
10134  color: darkred;
10135}
10136.ansigreen {
10137  color: darkgreen;
10138}
10139.ansiyellow {
10140  color: #c4a000;
10141}
10142.ansiblue {
10143  color: darkblue;
10144}
10145.ansipurple {
10146  color: darkviolet;
10147}
10148.ansicyan {
10149  color: steelblue;
10150}
10151.ansigray {
10152  color: gray;
10153}
10154/* and light for background, for the same reason */
10155.ansibgblack {
10156  background-color: black;
10157}
10158.ansibgred {
10159  background-color: red;
10160}
10161.ansibggreen {
10162  background-color: green;
10163}
10164.ansibgyellow {
10165  background-color: yellow;
10166}
10167.ansibgblue {
10168  background-color: blue;
10169}
10170.ansibgpurple {
10171  background-color: magenta;
10172}
10173.ansibgcyan {
10174  background-color: cyan;
10175}
10176.ansibggray {
10177  background-color: gray;
10178}
10179div.cell {
10180  /* Old browsers */
10181  display: -webkit-box;
10182  -webkit-box-orient: vertical;
10183  -webkit-box-align: stretch;
10184  display: -moz-box;
10185  -moz-box-orient: vertical;
10186  -moz-box-align: stretch;
10187  display: box;
10188  box-orient: vertical;
10189  box-align: stretch;
10190  /* Modern browsers */
10191  display: flex;
10192  flex-direction: column;
10193  align-items: stretch;
10194  /* Old browsers */
10195  -webkit-box-flex: 0;
10196  -moz-box-flex: 0;
10197  box-flex: 0;
10198  /* Modern browsers */
10199  flex: none;
10200  border-radius: 2px;
10201  box-sizing: border-box;
10202  -moz-box-sizing: border-box;
10203  -webkit-box-sizing: border-box;
10204  border-width: 1px;
10205  border-style: solid;
10206  border-color: transparent;
10207  width: 100%;
10208  padding: 5px;
10209  /* This acts as a spacer between cells, that is outside the border */
10210  margin: 0px;
10211  outline: none;
10212  border-left-width: 1px;
10213  padding-left: 5px;
10214  background: linear-gradient(to right, transparent -40px, transparent 1px, transparent 1px, transparent 100%);
10215}
10216div.cell.jupyter-soft-selected {
10217  border-left-color: #90caf9;
10218  border-left-color: #e3f2fd;
10219  border-left-width: 1px;
10220  padding-left: 5px;
10221  border-right-color: #e3f2fd;
10222  border-right-width: 1px;
10223  background: #e3f2fd;
10224}
10225@media print {
10226  div.cell.jupyter-soft-selected {
10227    border-color: transparent;
10228  }
10229}
10230div.cell.selected {
10231  border-color: #ababab;
10232  border-left-width: 0px;
10233  padding-left: 6px;
10234  background: linear-gradient(to right, #42a5f5 -40px, #42a5f5 5px, transparent 5px, transparent 100%);
10235}
10236@media print {
10237  div.cell.selected {
10238    border-color: transparent;
10239  }
10240}
10241div.cell.selected.jupyter-soft-selected {
10242  border-left-width: 0;
10243  padding-left: 6px;
10244  background: linear-gradient(to right, #42a5f5 -40px, #42a5f5 7px, #e3f2fd 7px, #e3f2fd 100%);
10245}
10246.edit_mode div.cell.selected {
10247  border-color: #66bb6a;
10248  border-left-width: 0px;
10249  padding-left: 6px;
10250  background: linear-gradient(to right, #66bb6a -40px, #66bb6a 5px, transparent 5px, transparent 100%);
10251}
10252@media print {
10253  .edit_mode div.cell.selected {
10254    border-color: transparent;
10255  }
10256}
10257.prompt {
10258  /* This needs to be wide enough for 3 digit prompt numbers: In[100]: */
10259  min-width: 14ex;
10260  /* This padding is tuned to match the padding on the CodeMirror editor. */
10261  padding: 0.4em;
10262  margin: 0px;
10263  font-family: monospace;
10264  text-align: right;
10265  /* This has to match that of the the CodeMirror class line-height below */
10266  line-height: 1.21429em;
10267  /* Don't highlight prompt number selection */
10268  -webkit-touch-callout: none;
10269  -webkit-user-select: none;
10270  -khtml-user-select: none;
10271  -moz-user-select: none;
10272  -ms-user-select: none;
10273  user-select: none;
10274  /* Use default cursor */
10275  cursor: default;
10276}
10277@media (max-width: 540px) {
10278  .prompt {
10279    text-align: left;
10280  }
10281}
10282div.inner_cell {
10283  min-width: 0;
10284  /* Old browsers */
10285  display: -webkit-box;
10286  -webkit-box-orient: vertical;
10287  -webkit-box-align: stretch;
10288  display: -moz-box;
10289  -moz-box-orient: vertical;
10290  -moz-box-align: stretch;
10291  display: box;
10292  box-orient: vertical;
10293  box-align: stretch;
10294  /* Modern browsers */
10295  display: flex;
10296  flex-direction: column;
10297  align-items: stretch;
10298  /* Old browsers */
10299  -webkit-box-flex: 0;
10300  -moz-box-flex: 0;
10301  box-flex: 0;
10302  /* Modern browsers */
10303  flex: none;
10304  /* Old browsers */
10305  -webkit-box-flex: 1;
10306  -moz-box-flex: 1;
10307  box-flex: 1;
10308  /* Modern browsers */
10309  flex: 1;
10310}
10311/* input_area and input_prompt must match in top border and margin for alignment */
10312div.input_area {
10313  border: 1px solid #cfcfcf;
10314  border-radius: 2px;
10315  background: #f7f7f7;
10316  line-height: 1.21429em;
10317}
10318/* This is needed so that empty prompt areas can collapse to zero height when there
10319   is no content in the output_subarea and the prompt. The main purpose of this is
10320   to make sure that empty JavaScript output_subareas have no height. */
10321div.prompt:empty {
10322  padding-top: 0;
10323  padding-bottom: 0;
10324}
10325div.unrecognized_cell {
10326  padding: 5px 5px 5px 0px;
10327  /* Old browsers */
10328  display: -webkit-box;
10329  -webkit-box-orient: horizontal;
10330  -webkit-box-align: stretch;
10331  display: -moz-box;
10332  -moz-box-orient: horizontal;
10333  -moz-box-align: stretch;
10334  display: box;
10335  box-orient: horizontal;
10336  box-align: stretch;
10337  /* Modern browsers */
10338  display: flex;
10339  flex-direction: row;
10340  align-items: stretch;
10341  /* Old browsers */
10342  -webkit-box-flex: 0;
10343  -moz-box-flex: 0;
10344  box-flex: 0;
10345  /* Modern browsers */
10346  flex: none;
10347}
10348div.unrecognized_cell .inner_cell {
10349  border-radius: 2px;
10350  padding: 5px;
10351  font-weight: bold;
10352  color: red;
10353  border: 1px solid #cfcfcf;
10354  background: #eaeaea;
10355}
10356div.unrecognized_cell .inner_cell a {
10357  color: inherit;
10358  text-decoration: none;
10359}
10360div.unrecognized_cell .inner_cell a:hover {
10361  color: inherit;
10362  text-decoration: none;
10363}
10364@media (max-width: 540px) {
10365  div.unrecognized_cell > div.prompt {
10366    display: none;
10367  }
10368}
10369div.code_cell {
10370  /* avoid page breaking on code cells when printing */
10371}
10372@media print {
10373  div.code_cell {
10374    page-break-inside: avoid;
10375  }
10376}
10377/* any special styling for code cells that are currently running goes here */
10378div.input {
10379  page-break-inside: avoid;
10380  /* Old browsers */
10381  display: -webkit-box;
10382  -webkit-box-orient: horizontal;
10383  -webkit-box-align: stretch;
10384  display: -moz-box;
10385  -moz-box-orient: horizontal;
10386  -moz-box-align: stretch;
10387  display: box;
10388  box-orient: horizontal;
10389  box-align: stretch;
10390  /* Modern browsers */
10391  display: flex;
10392  flex-direction: row;
10393  align-items: stretch;
10394  /* Old browsers */
10395  -webkit-box-flex: 0;
10396  -moz-box-flex: 0;
10397  box-flex: 0;
10398  /* Modern browsers */
10399  flex: none;
10400}
10401@media (max-width: 540px) {
10402  div.input {
10403    /* Old browsers */
10404    display: -webkit-box;
10405    -webkit-box-orient: vertical;
10406    -webkit-box-align: stretch;
10407    display: -moz-box;
10408    -moz-box-orient: vertical;
10409    -moz-box-align: stretch;
10410    display: box;
10411    box-orient: vertical;
10412    box-align: stretch;
10413    /* Modern browsers */
10414    display: flex;
10415    flex-direction: column;
10416    align-items: stretch;
10417    /* Old browsers */
10418    -webkit-box-flex: 0;
10419    -moz-box-flex: 0;
10420    box-flex: 0;
10421    /* Modern browsers */
10422    flex: none;
10423  }
10424}
10425/* input_area and input_prompt must match in top border and margin for alignment */
10426div.input_prompt {
10427  color: #303f9f;
10428  border-top: 1px solid transparent;
10429}
10430div.input_area > div.highlight {
10431  margin: 0.4em;
10432  border: none;
10433  padding: 0px;
10434  background-color: transparent;
10435}
10436div.input_area > div.highlight > pre {
10437  margin: 0px;
10438  border: none;
10439  padding: 0px;
10440  background-color: transparent;
10441}
10442/* The following gets added to the <head> if it is detected that the user has a
10443 * monospace font with inconsistent normal/bold/italic height.  See
10444 * notebookmain.js.  Such fonts will have keywords vertically offset with
10445 * respect to the rest of the text.  The user should select a better font.
10446 * See: https://github.com/ipython/ipython/issues/1503
10447 *
10448 * .CodeMirror span {
10449 *      vertical-align: bottom;
10450 * }
10451 */
10452.CodeMirror {
10453  line-height: 1.21429em;
10454  /* Changed from 1em to our global default */
10455  font-size: 14px;
10456  height: auto;
10457  /* Changed to auto to autogrow */
10458  background: none;
10459  /* Changed from white to allow our bg to show through */
10460}
10461.CodeMirror-scroll {
10462  /*  The CodeMirror docs are a bit fuzzy on if overflow-y should be hidden or visible.*/
10463  /*  We have found that if it is visible, vertical scrollbars appear with font size changes.*/
10464  overflow-y: hidden;
10465  overflow-x: auto;
10466}
10467.CodeMirror-lines {
10468  /* In CM2, this used to be 0.4em, but in CM3 it went to 4px. We need the em value because */
10469  /* we have set a different line-height and want this to scale with that. */
10470  padding: 0.4em;
10471}
10472.CodeMirror-linenumber {
10473  padding: 0 8px 0 4px;
10474}
10475.CodeMirror-gutters {
10476  border-bottom-left-radius: 2px;
10477  border-top-left-radius: 2px;
10478}
10479.CodeMirror pre {
10480  /* In CM3 this went to 4px from 0 in CM2. We need the 0 value because of how we size */
10481  /* .CodeMirror-lines */
10482  padding: 0;
10483  border: 0;
10484  border-radius: 0;
10485}
10486/*
10487
10488Original style from softwaremaniacs.org (c) Ivan Sagalaev <Maniac@SoftwareManiacs.Org>
10489Adapted from GitHub theme
10490
10491*/
10492.highlight-base {
10493  color: #000000;
10494}
10495.highlight-variable {
10496  color: #000000;
10497}
10498.highlight-variable-2 {
10499  color: #1a1a1a;
10500}
10501.highlight-variable-3 {
10502  color: #333333;
10503}
10504.highlight-string {
10505  color: #BA2121;
10506}
10507.highlight-comment {
10508  color: #408080;
10509  font-style: italic;
10510}
10511.highlight-number {
10512  color: #080;
10513}
10514.highlight-atom {
10515  color: #88F;
10516}
10517.highlight-keyword {
10518  color: #008000;
10519  font-weight: bold;
10520}
10521.highlight-builtin {
10522  color: #008000;
10523}
10524.highlight-error {
10525  color: #f00;
10526}
10527.highlight-operator {
10528  color: #AA22FF;
10529  font-weight: bold;
10530}
10531.highlight-meta {
10532  color: #AA22FF;
10533}
10534/* previously not defined, copying from default codemirror */
10535.highlight-def {
10536  color: #00f;
10537}
10538.highlight-string-2 {
10539  color: #f50;
10540}
10541.highlight-qualifier {
10542  color: #555;
10543}
10544.highlight-bracket {
10545  color: #997;
10546}
10547.highlight-tag {
10548  color: #170;
10549}
10550.highlight-attribute {
10551  color: #00c;
10552}
10553.highlight-header {
10554  color: blue;
10555}
10556.highlight-quote {
10557  color: #090;
10558}
10559.highlight-link {
10560  color: #00c;
10561}
10562/* apply the same style to codemirror */
10563.cm-s-ipython span.cm-keyword {
10564  color: #008000;
10565  font-weight: bold;
10566}
10567.cm-s-ipython span.cm-atom {
10568  color: #88F;
10569}
10570.cm-s-ipython span.cm-number {
10571  color: #080;
10572}
10573.cm-s-ipython span.cm-def {
10574  color: #00f;
10575}
10576.cm-s-ipython span.cm-variable {
10577  color: #000000;
10578}
10579.cm-s-ipython span.cm-operator {
10580  color: #AA22FF;
10581  font-weight: bold;
10582}
10583.cm-s-ipython span.cm-variable-2 {
10584  color: #1a1a1a;
10585}
10586.cm-s-ipython span.cm-variable-3 {
10587  color: #333333;
10588}
10589.cm-s-ipython span.cm-comment {
10590  color: #408080;
10591  font-style: italic;
10592}
10593.cm-s-ipython span.cm-string {
10594  color: #BA2121;
10595}
10596.cm-s-ipython span.cm-string-2 {
10597  color: #f50;
10598}
10599.cm-s-ipython span.cm-meta {
10600  color: #AA22FF;
10601}
10602.cm-s-ipython span.cm-qualifier {
10603  color: #555;
10604}
10605.cm-s-ipython span.cm-builtin {
10606  color: #008000;
10607}
10608.cm-s-ipython span.cm-bracket {
10609  color: #997;
10610}
10611.cm-s-ipython span.cm-tag {
10612  color: #170;
10613}
10614.cm-s-ipython span.cm-attribute {
10615  color: #00c;
10616}
10617.cm-s-ipython span.cm-header {
10618  color: blue;
10619}
10620.cm-s-ipython span.cm-quote {
10621  color: #090;
10622}
10623.cm-s-ipython span.cm-link {
10624  color: #00c;
10625}
10626.cm-s-ipython span.cm-error {
10627  color: #f00;
10628}
10629.cm-s-ipython span.cm-tab {
10630  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAMCAYAAAAkuj5RAAAAAXNSR0IArs4c6QAAAGFJREFUSMft1LsRQFAQheHPowAKoACx3IgEKtaEHujDjORSgWTH/ZOdnZOcM/sgk/kFFWY0qV8foQwS4MKBCS3qR6ixBJvElOobYAtivseIE120FaowJPN75GMu8j/LfMwNjh4HUpwg4LUAAAAASUVORK5CYII=);
10631  background-position: right;
10632  background-repeat: no-repeat;
10633}
10634div.output_wrapper {
10635  /* this position must be relative to enable descendents to be absolute within it */
10636  position: relative;
10637  /* Old browsers */
10638  display: -webkit-box;
10639  -webkit-box-orient: vertical;
10640  -webkit-box-align: stretch;
10641  display: -moz-box;
10642  -moz-box-orient: vertical;
10643  -moz-box-align: stretch;
10644  display: box;
10645  box-orient: vertical;
10646  box-align: stretch;
10647  /* Modern browsers */
10648  display: flex;
10649  flex-direction: column;
10650  align-items: stretch;
10651  /* Old browsers */
10652  -webkit-box-flex: 0;
10653  -moz-box-flex: 0;
10654  box-flex: 0;
10655  /* Modern browsers */
10656  flex: none;
10657  z-index: 1;
10658}
10659/* class for the output area when it should be height-limited */
10660div.output_scroll {
10661  /* ideally, this would be max-height, but FF barfs all over that */
10662  height: 24em;
10663  /* FF needs this *and the wrapper* to specify full width, or it will shrinkwrap */
10664  width: 100%;
10665  overflow: auto;
10666  border-radius: 2px;
10667  -webkit-box-shadow: inset 0 2px 8px rgba(0, 0, 0, 0.8);
10668  box-shadow: inset 0 2px 8px rgba(0, 0, 0, 0.8);
10669  display: block;
10670}
10671/* output div while it is collapsed */
10672div.output_collapsed {
10673  margin: 0px;
10674  padding: 0px;
10675  /* Old browsers */
10676  display: -webkit-box;
10677  -webkit-box-orient: vertical;
10678  -webkit-box-align: stretch;
10679  display: -moz-box;
10680  -moz-box-orient: vertical;
10681  -moz-box-align: stretch;
10682  display: box;
10683  box-orient: vertical;
10684  box-align: stretch;
10685  /* Modern browsers */
10686  display: flex;
10687  flex-direction: column;
10688  align-items: stretch;
10689  /* Old browsers */
10690  -webkit-box-flex: 0;
10691  -moz-box-flex: 0;
10692  box-flex: 0;
10693  /* Modern browsers */
10694  flex: none;
10695}
10696div.out_prompt_overlay {
10697  height: 100%;
10698  padding: 0px 0.4em;
10699  position: absolute;
10700  border-radius: 2px;
10701}
10702div.out_prompt_overlay:hover {
10703  /* use inner shadow to get border that is computed the same on WebKit/FF */
10704  -webkit-box-shadow: inset 0 0 1px #000000;
10705  box-shadow: inset 0 0 1px #000000;
10706  background: rgba(240, 240, 240, 0.5);
10707}
10708div.output_prompt {
10709  color: #d84315;
10710}
10711/* This class is the outer container of all output sections. */
10712div.output_area {
10713  padding: 0px;
10714  page-break-inside: avoid;
10715  /* Old browsers */
10716  display: -webkit-box;
10717  -webkit-box-orient: horizontal;
10718  -webkit-box-align: stretch;
10719  display: -moz-box;
10720  -moz-box-orient: horizontal;
10721  -moz-box-align: stretch;
10722  display: box;
10723  box-orient: horizontal;
10724  box-align: stretch;
10725  /* Modern browsers */
10726  display: flex;
10727  flex-direction: row;
10728  align-items: stretch;
10729  /* Old browsers */
10730  -webkit-box-flex: 0;
10731  -moz-box-flex: 0;
10732  box-flex: 0;
10733  /* Modern browsers */
10734  flex: none;
10735}
10736div.output_area .MathJax_Display {
10737  text-align: left !important;
10738}
10739div.output_area .rendered_html table {
10740  margin-left: 0;
10741  margin-right: 0;
10742}
10743div.output_area .rendered_html img {
10744  margin-left: 0;
10745  margin-right: 0;
10746}
10747div.output_area img,
10748div.output_area svg {
10749  max-width: 100%;
10750  height: auto;
10751}
10752div.output_area img.unconfined,
10753div.output_area svg.unconfined {
10754  max-width: none;
10755}
10756/* This is needed to protect the pre formating from global settings such
10757   as that of bootstrap */
10758.output {
10759  /* Old browsers */
10760  display: -webkit-box;
10761  -webkit-box-orient: vertical;
10762  -webkit-box-align: stretch;
10763  display: -moz-box;
10764  -moz-box-orient: vertical;
10765  -moz-box-align: stretch;
10766  display: box;
10767  box-orient: vertical;
10768  box-align: stretch;
10769  /* Modern browsers */
10770  display: flex;
10771  flex-direction: column;
10772  align-items: stretch;
10773  /* Old browsers */
10774  -webkit-box-flex: 0;
10775  -moz-box-flex: 0;
10776  box-flex: 0;
10777  /* Modern browsers */
10778  flex: none;
10779}
10780@media (max-width: 540px) {
10781  div.output_area {
10782    /* Old browsers */
10783    display: -webkit-box;
10784    -webkit-box-orient: vertical;
10785    -webkit-box-align: stretch;
10786    display: -moz-box;
10787    -moz-box-orient: vertical;
10788    -moz-box-align: stretch;
10789    display: box;
10790    box-orient: vertical;
10791    box-align: stretch;
10792    /* Modern browsers */
10793    display: flex;
10794    flex-direction: column;
10795    align-items: stretch;
10796    /* Old browsers */
10797    -webkit-box-flex: 0;
10798    -moz-box-flex: 0;
10799    box-flex: 0;
10800    /* Modern browsers */
10801    flex: none;
10802  }
10803}
10804div.output_area pre {
10805  margin: 0;
10806  padding: 0;
10807  border: 0;
10808  vertical-align: baseline;
10809  color: #000000;
10810  background-color: transparent;
10811  border-radius: 0;
10812}
10813/* This class is for the output subarea inside the output_area and after
10814   the prompt div. */
10815div.output_subarea {
10816  overflow-x: auto;
10817  padding: 0.4em;
10818  /* Old browsers */
10819  -webkit-box-flex: 1;
10820  -moz-box-flex: 1;
10821  box-flex: 1;
10822  /* Modern browsers */
10823  flex: 1;
10824  max-width: calc(100% - 14ex);
10825}
10826div.output_scroll div.output_subarea {
10827  overflow-x: visible;
10828}
10829/* The rest of the output_* classes are for special styling of the different
10830   output types */
10831/* all text output has this class: */
10832div.output_text {
10833  text-align: left;
10834  color: #000000;
10835  /* This has to match that of the the CodeMirror class line-height below */
10836  line-height: 1.21429em;
10837}
10838/* stdout/stderr are 'text' as well as 'stream', but execute_result/error are *not* streams */
10839div.output_stderr {
10840  background: #fdd;
10841  /* very light red background for stderr */
10842}
10843div.output_latex {
10844  text-align: left;
10845}
10846/* Empty output_javascript divs should have no height */
10847div.output_javascript:empty {
10848  padding: 0;
10849}
10850.js-error {
10851  color: darkred;
10852}
10853/* raw_input styles */
10854div.raw_input_container {
10855  line-height: 1.21429em;
10856  padding-top: 5px;
10857}
10858pre.raw_input_prompt {
10859  /* nothing needed here. */
10860}
10861input.raw_input {
10862  font-family: monospace;
10863  font-size: inherit;
10864  color: inherit;
10865  width: auto;
10866  /* make sure input baseline aligns with prompt */
10867  vertical-align: baseline;
10868  /* padding + margin = 0.5em between prompt and cursor */
10869  padding: 0em 0.25em;
10870  margin: 0em 0.25em;
10871}
10872input.raw_input:focus {
10873  box-shadow: none;
10874}
10875p.p-space {
10876  margin-bottom: 10px;
10877}
10878div.output_unrecognized {
10879  padding: 5px;
10880  font-weight: bold;
10881  color: red;
10882}
10883div.output_unrecognized a {
10884  color: inherit;
10885  text-decoration: none;
10886}
10887div.output_unrecognized a:hover {
10888  color: inherit;
10889  text-decoration: none;
10890}
10891.rendered_html {
10892  color: #000000;
10893  /* any extras will just be numbers: */
10894}
10895.rendered_html em {
10896  font-style: italic;
10897}
10898.rendered_html strong {
10899  font-weight: bold;
10900}
10901.rendered_html u {
10902  text-decoration: underline;
10903}
10904.rendered_html :link {
10905  text-decoration: underline;
10906}
10907.rendered_html :visited {
10908  text-decoration: underline;
10909}
10910.rendered_html h1 {
10911  font-size: 185.7%;
10912  margin: 1.08em 0 0 0;
10913  font-weight: bold;
10914  line-height: 1.0;
10915}
10916.rendered_html h2 {
10917  font-size: 157.1%;
10918  margin: 1.27em 0 0 0;
10919  font-weight: bold;
10920  line-height: 1.0;
10921}
10922.rendered_html h3 {
10923  font-size: 128.6%;
10924  margin: 1.55em 0 0 0;
10925  font-weight: bold;
10926  line-height: 1.0;
10927}
10928.rendered_html h4 {
10929  font-size: 100%;
10930  margin: 2em 0 0 0;
10931  font-weight: bold;
10932  line-height: 1.0;
10933}
10934.rendered_html h5 {
10935  font-size: 100%;
10936  margin: 2em 0 0 0;
10937  font-weight: bold;
10938  line-height: 1.0;
10939  font-style: italic;
10940}
10941.rendered_html h6 {
10942  font-size: 100%;
10943  margin: 2em 0 0 0;
10944  font-weight: bold;
10945  line-height: 1.0;
10946  font-style: italic;
10947}
10948.rendered_html h1:first-child {
10949  margin-top: 0.538em;
10950}
10951.rendered_html h2:first-child {
10952  margin-top: 0.636em;
10953}
10954.rendered_html h3:first-child {
10955  margin-top: 0.777em;
10956}
10957.rendered_html h4:first-child {
10958  margin-top: 1em;
10959}
10960.rendered_html h5:first-child {
10961  margin-top: 1em;
10962}
10963.rendered_html h6:first-child {
10964  margin-top: 1em;
10965}
10966.rendered_html ul {
10967  list-style: disc;
10968  margin: 0em 2em;
10969  padding-left: 0px;
10970}
10971.rendered_html ul ul {
10972  list-style: square;
10973  margin: 0em 2em;
10974}
10975.rendered_html ul ul ul {
10976  list-style: circle;
10977  margin: 0em 2em;
10978}
10979.rendered_html ol {
10980  list-style: decimal;
10981  margin: 0em 2em;
10982  padding-left: 0px;
10983}
10984.rendered_html ol ol {
10985  list-style: upper-alpha;
10986  margin: 0em 2em;
10987}
10988.rendered_html ol ol ol {
10989  list-style: lower-alpha;
10990  margin: 0em 2em;
10991}
10992.rendered_html ol ol ol ol {
10993  list-style: lower-roman;
10994  margin: 0em 2em;
10995}
10996.rendered_html ol ol ol ol ol {
10997  list-style: decimal;
10998  margin: 0em 2em;
10999}
11000.rendered_html * + ul {
11001  margin-top: 1em;
11002}
11003.rendered_html * + ol {
11004  margin-top: 1em;
11005}
11006.rendered_html hr {
11007  color: #000000;
11008  background-color: #000000;
11009}
11010.rendered_html pre {
11011  margin: 1em 2em;
11012}
11013.rendered_html pre,
11014.rendered_html code {
11015  border: 0;
11016  background-color: #ffffff;
11017  color: #000000;
11018  font-size: 100%;
11019  padding: 0px;
11020}
11021.rendered_html blockquote {
11022  margin: 1em 2em;
11023}
11024.rendered_html table {
11025  margin-left: auto;
11026  margin-right: auto;
11027  border: 1px solid #000000;
11028  border-collapse: collapse;
11029}
11030.rendered_html tr,
11031.rendered_html th,
11032.rendered_html td {
11033  border: 1px solid #000000;
11034  border-collapse: collapse;
11035  margin: 1em 2em;
11036}
11037.rendered_html td,
11038.rendered_html th {
11039  text-align: left;
11040  vertical-align: middle;
11041  padding: 4px;
11042}
11043.rendered_html th {
11044  font-weight: bold;
11045}
11046.rendered_html * + table {
11047  margin-top: 1em;
11048}
11049.rendered_html p {
11050  text-align: left;
11051}
11052.rendered_html * + p {
11053  margin-top: 1em;
11054}
11055.rendered_html img {
11056  display: block;
11057  margin-left: auto;
11058  margin-right: auto;
11059}
11060.rendered_html * + img {
11061  margin-top: 1em;
11062}
11063.rendered_html img,
11064.rendered_html svg {
11065  max-width: 100%;
11066  height: auto;
11067}
11068.rendered_html img.unconfined,
11069.rendered_html svg.unconfined {
11070  max-width: none;
11071}
11072div.text_cell {
11073  /* Old browsers */
11074  display: -webkit-box;
11075  -webkit-box-orient: horizontal;
11076  -webkit-box-align: stretch;
11077  display: -moz-box;
11078  -moz-box-orient: horizontal;
11079  -moz-box-align: stretch;
11080  display: box;
11081  box-orient: horizontal;
11082  box-align: stretch;
11083  /* Modern browsers */
11084  display: flex;
11085  flex-direction: row;
11086  align-items: stretch;
11087  /* Old browsers */
11088  -webkit-box-flex: 0;
11089  -moz-box-flex: 0;
11090  box-flex: 0;
11091  /* Modern browsers */
11092  flex: none;
11093}
11094@media (max-width: 540px) {
11095  div.text_cell > div.prompt {
11096    display: none;
11097  }
11098}
11099div.text_cell_render {
11100  /*font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;*/
11101  outline: none;
11102  resize: none;
11103  width: inherit;
11104  border-style: none;
11105  padding: 0.5em 0.5em 0.5em 0.4em;
11106  color: #000000;
11107  box-sizing: border-box;
11108  -moz-box-sizing: border-box;
11109  -webkit-box-sizing: border-box;
11110}
11111a.anchor-link:link {
11112  text-decoration: none;
11113  padding: 0px 20px;
11114  visibility: hidden;
11115}
11116h1:hover .anchor-link,
11117h2:hover .anchor-link,
11118h3:hover .anchor-link,
11119h4:hover .anchor-link,
11120h5:hover .anchor-link,
11121h6:hover .anchor-link {
11122  visibility: visible;
11123}
11124.text_cell.rendered .input_area {
11125  display: none;
11126}
11127.text_cell.rendered .rendered_html {
11128  overflow-x: auto;
11129  overflow-y: hidden;
11130}
11131.text_cell.unrendered .text_cell_render {
11132  display: none;
11133}
11134.cm-header-1,
11135.cm-header-2,
11136.cm-header-3,
11137.cm-header-4,
11138.cm-header-5,
11139.cm-header-6 {
11140  font-weight: bold;
11141  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
11142}
11143.cm-header-1 {
11144  font-size: 185.7%;
11145}
11146.cm-header-2 {
11147  font-size: 157.1%;
11148}
11149.cm-header-3 {
11150  font-size: 128.6%;
11151}
11152.cm-header-4 {
11153  font-size: 110%;
11154}
11155.cm-header-5 {
11156  font-size: 100%;
11157  font-style: italic;
11158}
11159.cm-header-6 {
11160  font-size: 100%;
11161  font-style: italic;
11162}
11163/*!
11164*
11165* IPython notebook webapp
11166*
11167*/
11168@media (max-width: 767px) {
11169  .notebook_app {
11170    padding-left: 0px;
11171    padding-right: 0px;
11172  }
11173}
11174#ipython-main-app {
11175  box-sizing: border-box;
11176  -moz-box-sizing: border-box;
11177  -webkit-box-sizing: border-box;
11178  height: 100%;
11179}
11180div#notebook_panel {
11181  margin: 0px;
11182  padding: 0px;
11183  box-sizing: border-box;
11184  -moz-box-sizing: border-box;
11185  -webkit-box-sizing: border-box;
11186  height: 100%;
11187}
11188div#notebook {
11189  font-size: 14px;
11190  line-height: 20px;
11191  overflow-y: hidden;
11192  overflow-x: auto;
11193  width: 100%;
11194  /* This spaces the page away from the edge of the notebook area */
11195  padding-top: 20px;
11196  margin: 0px;
11197  outline: none;
11198  box-sizing: border-box;
11199  -moz-box-sizing: border-box;
11200  -webkit-box-sizing: border-box;
11201  min-height: 100%;
11202}
11203@media not print {
11204  #notebook-container {
11205    padding: 15px;
11206    background-color: #ffffff;
11207    min-height: 0;
11208    -webkit-box-shadow: 0px 0px 12px 1px rgba(87, 87, 87, 0.2);
11209    box-shadow: 0px 0px 12px 1px rgba(87, 87, 87, 0.2);
11210  }
11211}
11212@media print {
11213  #notebook-container {
11214    width: 100%;
11215  }
11216}
11217div.ui-widget-content {
11218  border: 1px solid #ababab;
11219  outline: none;
11220}
11221pre.dialog {
11222  background-color: #f7f7f7;
11223  border: 1px solid #ddd;
11224  border-radius: 2px;
11225  padding: 0.4em;
11226  padding-left: 2em;
11227}
11228p.dialog {
11229  padding: 0.2em;
11230}
11231/* Word-wrap output correctly.  This is the CSS3 spelling, though Firefox seems
11232   to not honor it correctly.  Webkit browsers (Chrome, rekonq, Safari) do.
11233 */
11234pre,
11235code,
11236kbd,
11237samp {
11238  white-space: pre-wrap;
11239}
11240#fonttest {
11241  font-family: monospace;
11242}
11243p {
11244  margin-bottom: 0;
11245}
11246.end_space {
11247  min-height: 100px;
11248  transition: height .2s ease;
11249}
11250.notebook_app > #header {
11251  -webkit-box-shadow: 0px 0px 12px 1px rgba(87, 87, 87, 0.2);
11252  box-shadow: 0px 0px 12px 1px rgba(87, 87, 87, 0.2);
11253}
11254@media not print {
11255  .notebook_app {
11256    background-color: #eeeeee;
11257  }
11258}
11259kbd {
11260  border-style: solid;
11261  border-width: 1px;
11262  box-shadow: none;
11263  margin: 2px;
11264  padding-left: 2px;
11265  padding-right: 2px;
11266  padding-top: 1px;
11267  padding-bottom: 1px;
11268}
11269/* CSS for the cell toolbar */
11270.celltoolbar {
11271  border: thin solid #CFCFCF;
11272  border-bottom: none;
11273  background: #EEE;
11274  border-radius: 2px 2px 0px 0px;
11275  width: 100%;
11276  height: 29px;
11277  padding-right: 4px;
11278  /* Old browsers */
11279  display: -webkit-box;
11280  -webkit-box-orient: horizontal;
11281  -webkit-box-align: stretch;
11282  display: -moz-box;
11283  -moz-box-orient: horizontal;
11284  -moz-box-align: stretch;
11285  display: box;
11286  box-orient: horizontal;
11287  box-align: stretch;
11288  /* Modern browsers */
11289  display: flex;
11290  flex-direction: row;
11291  align-items: stretch;
11292  /* Old browsers */
11293  -webkit-box-flex: 0;
11294  -moz-box-flex: 0;
11295  box-flex: 0;
11296  /* Modern browsers */
11297  flex: none;
11298  /* Old browsers */
11299  -webkit-box-pack: end;
11300  -moz-box-pack: end;
11301  box-pack: end;
11302  /* Modern browsers */
11303  justify-content: flex-end;
11304  display: -webkit-flex;
11305}
11306@media print {
11307  .celltoolbar {
11308    display: none;
11309  }
11310}
11311.ctb_hideshow {
11312  display: none;
11313  vertical-align: bottom;
11314}
11315/* ctb_show is added to the ctb_hideshow div to show the cell toolbar.
11316   Cell toolbars are only shown when the ctb_global_show class is also set.
11317*/
11318.ctb_global_show .ctb_show.ctb_hideshow {
11319  display: block;
11320}
11321.ctb_global_show .ctb_show + .input_area,
11322.ctb_global_show .ctb_show + div.text_cell_input,
11323.ctb_global_show .ctb_show ~ div.text_cell_render {
11324  border-top-right-radius: 0px;
11325  border-top-left-radius: 0px;
11326}
11327.ctb_global_show .ctb_show ~ div.text_cell_render {
11328  border: 1px solid #cfcfcf;
11329}
11330.celltoolbar {
11331  font-size: 87%;
11332  padding-top: 3px;
11333}
11334.celltoolbar select {
11335  display: block;
11336  width: 100%;
11337  height: 32px;
11338  padding: 6px 12px;
11339  font-size: 13px;
11340  line-height: 1.42857143;
11341  color: #555555;
11342  background-color: #ffffff;
11343  background-image: none;
11344  border: 1px solid #cccccc;
11345  border-radius: 2px;
11346  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
11347  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
11348  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
11349  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
11350  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
11351  height: 30px;
11352  padding: 5px 10px;
11353  font-size: 12px;
11354  line-height: 1.5;
11355  border-radius: 1px;
11356  width: inherit;
11357  font-size: inherit;
11358  height: 22px;
11359  padding: 0px;
11360  display: inline-block;
11361}
11362.celltoolbar select:focus {
11363  border-color: #66afe9;
11364  outline: 0;
11365  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
11366  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
11367}
11368.celltoolbar select::-moz-placeholder {
11369  color: #999999;
11370  opacity: 1;
11371}
11372.celltoolbar select:-ms-input-placeholder {
11373  color: #999999;
11374}
11375.celltoolbar select::-webkit-input-placeholder {
11376  color: #999999;
11377}
11378.celltoolbar select::-ms-expand {
11379  border: 0;
11380  background-color: transparent;
11381}
11382.celltoolbar select[disabled],
11383.celltoolbar select[readonly],
11384fieldset[disabled] .celltoolbar select {
11385  background-color: #eeeeee;
11386  opacity: 1;
11387}
11388.celltoolbar select[disabled],
11389fieldset[disabled] .celltoolbar select {
11390  cursor: not-allowed;
11391}
11392textarea.celltoolbar select {
11393  height: auto;
11394}
11395select.celltoolbar select {
11396  height: 30px;
11397  line-height: 30px;
11398}
11399textarea.celltoolbar select,
11400select[multiple].celltoolbar select {
11401  height: auto;
11402}
11403.celltoolbar label {
11404  margin-left: 5px;
11405  margin-right: 5px;
11406}
11407.completions {
11408  position: absolute;
11409  z-index: 110;
11410  overflow: hidden;
11411  border: 1px solid #ababab;
11412  border-radius: 2px;
11413  -webkit-box-shadow: 0px 6px 10px -1px #adadad;
11414  box-shadow: 0px 6px 10px -1px #adadad;
11415  line-height: 1;
11416}
11417.completions select {
11418  background: white;
11419  outline: none;
11420  border: none;
11421  padding: 0px;
11422  margin: 0px;
11423  overflow: auto;
11424  font-family: monospace;
11425  font-size: 110%;
11426  color: #000000;
11427  width: auto;
11428}
11429.completions select option.context {
11430  color: #286090;
11431}
11432#kernel_logo_widget {
11433  float: right !important;
11434  float: right;
11435}
11436#kernel_logo_widget .current_kernel_logo {
11437  display: none;
11438  margin-top: -1px;
11439  margin-bottom: -1px;
11440  width: 32px;
11441  height: 32px;
11442}
11443#menubar {
11444  box-sizing: border-box;
11445  -moz-box-sizing: border-box;
11446  -webkit-box-sizing: border-box;
11447  margin-top: 1px;
11448}
11449#menubar .navbar {
11450  border-top: 1px;
11451  border-radius: 0px 0px 2px 2px;
11452  margin-bottom: 0px;
11453}
11454#menubar .navbar-toggle {
11455  float: left;
11456  padding-top: 7px;
11457  padding-bottom: 7px;
11458  border: none;
11459}
11460#menubar .navbar-collapse {
11461  clear: left;
11462}
11463.nav-wrapper {
11464  border-bottom: 1px solid #e7e7e7;
11465}
11466i.menu-icon {
11467  padding-top: 4px;
11468}
11469ul#help_menu li a {
11470  overflow: hidden;
11471  padding-right: 2.2em;
11472}
11473ul#help_menu li a i {
11474  margin-right: -1.2em;
11475}
11476.dropdown-submenu {
11477  position: relative;
11478}
11479.dropdown-submenu > .dropdown-menu {
11480  top: 0;
11481  left: 100%;
11482  margin-top: -6px;
11483  margin-left: -1px;
11484}
11485.dropdown-submenu:hover > .dropdown-menu {
11486  display: block;
11487}
11488.dropdown-submenu > a:after {
11489  display: inline-block;
11490  font: normal normal normal 14px/1 FontAwesome;
11491  font-size: inherit;
11492  text-rendering: auto;
11493  -webkit-font-smoothing: antialiased;
11494  -moz-osx-font-smoothing: grayscale;
11495  display: block;
11496  content: "\f0da";
11497  float: right;
11498  color: #333333;
11499  margin-top: 2px;
11500  margin-right: -10px;
11501}
11502.dropdown-submenu > a:after.fa-pull-left {
11503  margin-right: .3em;
11504}
11505.dropdown-submenu > a:after.fa-pull-right {
11506  margin-left: .3em;
11507}
11508.dropdown-submenu > a:after.pull-left {
11509  margin-right: .3em;
11510}
11511.dropdown-submenu > a:after.pull-right {
11512  margin-left: .3em;
11513}
11514.dropdown-submenu:hover > a:after {
11515  color: #262626;
11516}
11517.dropdown-submenu.pull-left {
11518  float: none;
11519}
11520.dropdown-submenu.pull-left > .dropdown-menu {
11521  left: -100%;
11522  margin-left: 10px;
11523}
11524#notification_area {
11525  float: right !important;
11526  float: right;
11527  z-index: 10;
11528}
11529.indicator_area {
11530  float: right !important;
11531  float: right;
11532  color: #777777;
11533  margin-left: 5px;
11534  margin-right: 5px;
11535  width: 11px;
11536  z-index: 10;
11537  text-align: center;
11538  width: auto;
11539}
11540#kernel_indicator {
11541  float: right !important;
11542  float: right;
11543  color: #777777;
11544  margin-left: 5px;
11545  margin-right: 5px;
11546  width: 11px;
11547  z-index: 10;
11548  text-align: center;
11549  width: auto;
11550  border-left: 1px solid;
11551}
11552#kernel_indicator .kernel_indicator_name {
11553  padding-left: 5px;
11554  padding-right: 5px;
11555}
11556#modal_indicator {
11557  float: right !important;
11558  float: right;
11559  color: #777777;
11560  margin-left: 5px;
11561  margin-right: 5px;
11562  width: 11px;
11563  z-index: 10;
11564  text-align: center;
11565  width: auto;
11566}
11567#readonly-indicator {
11568  float: right !important;
11569  float: right;
11570  color: #777777;
11571  margin-left: 5px;
11572  margin-right: 5px;
11573  width: 11px;
11574  z-index: 10;
11575  text-align: center;
11576  width: auto;
11577  margin-top: 2px;
11578  margin-bottom: 0px;
11579  margin-left: 0px;
11580  margin-right: 0px;
11581  display: none;
11582}
11583.modal_indicator:before {
11584  width: 1.28571429em;
11585  text-align: center;
11586}
11587.edit_mode .modal_indicator:before {
11588  display: inline-block;
11589  font: normal normal normal 14px/1 FontAwesome;
11590  font-size: inherit;
11591  text-rendering: auto;
11592  -webkit-font-smoothing: antialiased;
11593  -moz-osx-font-smoothing: grayscale;
11594  content: "\f040";
11595}
11596.edit_mode .modal_indicator:before.fa-pull-left {
11597  margin-right: .3em;
11598}
11599.edit_mode .modal_indicator:before.fa-pull-right {
11600  margin-left: .3em;
11601}
11602.edit_mode .modal_indicator:before.pull-left {
11603  margin-right: .3em;
11604}
11605.edit_mode .modal_indicator:before.pull-right {
11606  margin-left: .3em;
11607}
11608.command_mode .modal_indicator:before {
11609  display: inline-block;
11610  font: normal normal normal 14px/1 FontAwesome;
11611  font-size: inherit;
11612  text-rendering: auto;
11613  -webkit-font-smoothing: antialiased;
11614  -moz-osx-font-smoothing: grayscale;
11615  content: ' ';
11616}
11617.command_mode .modal_indicator:before.fa-pull-left {
11618  margin-right: .3em;
11619}
11620.command_mode .modal_indicator:before.fa-pull-right {
11621  margin-left: .3em;
11622}
11623.command_mode .modal_indicator:before.pull-left {
11624  margin-right: .3em;
11625}
11626.command_mode .modal_indicator:before.pull-right {
11627  margin-left: .3em;
11628}
11629.kernel_idle_icon:before {
11630  display: inline-block;
11631  font: normal normal normal 14px/1 FontAwesome;
11632  font-size: inherit;
11633  text-rendering: auto;
11634  -webkit-font-smoothing: antialiased;
11635  -moz-osx-font-smoothing: grayscale;
11636  content: "\f10c";
11637}
11638.kernel_idle_icon:before.fa-pull-left {
11639  margin-right: .3em;
11640}
11641.kernel_idle_icon:before.fa-pull-right {
11642  margin-left: .3em;
11643}
11644.kernel_idle_icon:before.pull-left {
11645  margin-right: .3em;
11646}
11647.kernel_idle_icon:before.pull-right {
11648  margin-left: .3em;
11649}
11650.kernel_busy_icon:before {
11651  display: inline-block;
11652  font: normal normal normal 14px/1 FontAwesome;
11653  font-size: inherit;
11654  text-rendering: auto;
11655  -webkit-font-smoothing: antialiased;
11656  -moz-osx-font-smoothing: grayscale;
11657  content: "\f111";
11658}
11659.kernel_busy_icon:before.fa-pull-left {
11660  margin-right: .3em;
11661}
11662.kernel_busy_icon:before.fa-pull-right {
11663  margin-left: .3em;
11664}
11665.kernel_busy_icon:before.pull-left {
11666  margin-right: .3em;
11667}
11668.kernel_busy_icon:before.pull-right {
11669  margin-left: .3em;
11670}
11671.kernel_dead_icon:before {
11672  display: inline-block;
11673  font: normal normal normal 14px/1 FontAwesome;
11674  font-size: inherit;
11675  text-rendering: auto;
11676  -webkit-font-smoothing: antialiased;
11677  -moz-osx-font-smoothing: grayscale;
11678  content: "\f1e2";
11679}
11680.kernel_dead_icon:before.fa-pull-left {
11681  margin-right: .3em;
11682}
11683.kernel_dead_icon:before.fa-pull-right {
11684  margin-left: .3em;
11685}
11686.kernel_dead_icon:before.pull-left {
11687  margin-right: .3em;
11688}
11689.kernel_dead_icon:before.pull-right {
11690  margin-left: .3em;
11691}
11692.kernel_disconnected_icon:before {
11693  display: inline-block;
11694  font: normal normal normal 14px/1 FontAwesome;
11695  font-size: inherit;
11696  text-rendering: auto;
11697  -webkit-font-smoothing: antialiased;
11698  -moz-osx-font-smoothing: grayscale;
11699  content: "\f127";
11700}
11701.kernel_disconnected_icon:before.fa-pull-left {
11702  margin-right: .3em;
11703}
11704.kernel_disconnected_icon:before.fa-pull-right {
11705  margin-left: .3em;
11706}
11707.kernel_disconnected_icon:before.pull-left {
11708  margin-right: .3em;
11709}
11710.kernel_disconnected_icon:before.pull-right {
11711  margin-left: .3em;
11712}
11713.notification_widget {
11714  color: #777777;
11715  z-index: 10;
11716  background: rgba(240, 240, 240, 0.5);
11717  margin-right: 4px;
11718  color: #333333;
11719  background-color: #ffffff;
11720  border-color: #cccccc;
11721}
11722.notification_widget:focus,
11723.notification_widget.focus {
11724  color: #333333;
11725  background-color: #e6e6e6;
11726  border-color: #8c8c8c;
11727}
11728.notification_widget:hover {
11729  color: #333333;
11730  background-color: #e6e6e6;
11731  border-color: #adadad;
11732}
11733.notification_widget:active,
11734.notification_widget.active,
11735.open > .dropdown-toggle.notification_widget {
11736  color: #333333;
11737  background-color: #e6e6e6;
11738  border-color: #adadad;
11739}
11740.notification_widget:active:hover,
11741.notification_widget.active:hover,
11742.open > .dropdown-toggle.notification_widget:hover,
11743.notification_widget:active:focus,
11744.notification_widget.active:focus,
11745.open > .dropdown-toggle.notification_widget:focus,
11746.notification_widget:active.focus,
11747.notification_widget.active.focus,
11748.open > .dropdown-toggle.notification_widget.focus {
11749  color: #333333;
11750  background-color: #d4d4d4;
11751  border-color: #8c8c8c;
11752}
11753.notification_widget:active,
11754.notification_widget.active,
11755.open > .dropdown-toggle.notification_widget {
11756  background-image: none;
11757}
11758.notification_widget.disabled:hover,
11759.notification_widget[disabled]:hover,
11760fieldset[disabled] .notification_widget:hover,
11761.notification_widget.disabled:focus,
11762.notification_widget[disabled]:focus,
11763fieldset[disabled] .notification_widget:focus,
11764.notification_widget.disabled.focus,
11765.notification_widget[disabled].focus,
11766fieldset[disabled] .notification_widget.focus {
11767  background-color: #ffffff;
11768  border-color: #cccccc;
11769}
11770.notification_widget .badge {
11771  color: #ffffff;
11772  background-color: #333333;
11773}
11774.notification_widget.warning {
11775  color: #ffffff;
11776  background-color: #f0ad4e;
11777  border-color: #eea236;
11778}
11779.notification_widget.warning:focus,
11780.notification_widget.warning.focus {
11781  color: #ffffff;
11782  background-color: #ec971f;
11783  border-color: #985f0d;
11784}
11785.notification_widget.warning:hover {
11786  color: #ffffff;
11787  background-color: #ec971f;
11788  border-color: #d58512;
11789}
11790.notification_widget.warning:active,
11791.notification_widget.warning.active,
11792.open > .dropdown-toggle.notification_widget.warning {
11793  color: #ffffff;
11794  background-color: #ec971f;
11795  border-color: #d58512;
11796}
11797.notification_widget.warning:active:hover,
11798.notification_widget.warning.active:hover,
11799.open > .dropdown-toggle.notification_widget.warning:hover,
11800.notification_widget.warning:active:focus,
11801.notification_widget.warning.active:focus,
11802.open > .dropdown-toggle.notification_widget.warning:focus,
11803.notification_widget.warning:active.focus,
11804.notification_widget.warning.active.focus,
11805.open > .dropdown-toggle.notification_widget.warning.focus {
11806  color: #ffffff;
11807  background-color: #d58512;
11808  border-color: #985f0d;
11809}
11810.notification_widget.warning:active,
11811.notification_widget.warning.active,
11812.open > .dropdown-toggle.notification_widget.warning {
11813  background-image: none;
11814}
11815.notification_widget.warning.disabled:hover,
11816.notification_widget.warning[disabled]:hover,
11817fieldset[disabled] .notification_widget.warning:hover,
11818.notification_widget.warning.disabled:focus,
11819.notification_widget.warning[disabled]:focus,
11820fieldset[disabled] .notification_widget.warning:focus,
11821.notification_widget.warning.disabled.focus,
11822.notification_widget.warning[disabled].focus,
11823fieldset[disabled] .notification_widget.warning.focus {
11824  background-color: #f0ad4e;
11825  border-color: #eea236;
11826}
11827.notification_widget.warning .badge {
11828  color: #f0ad4e;
11829  background-color: #ffffff;
11830}
11831.notification_widget.success {
11832  color: #ffffff;
11833  background-color: #5cb85c;
11834  border-color: #4cae4c;
11835}
11836.notification_widget.success:focus,
11837.notification_widget.success.focus {
11838  color: #ffffff;
11839  background-color: #449d44;
11840  border-color: #255625;
11841}
11842.notification_widget.success:hover {
11843  color: #ffffff;
11844  background-color: #449d44;
11845  border-color: #398439;
11846}
11847.notification_widget.success:active,
11848.notification_widget.success.active,
11849.open > .dropdown-toggle.notification_widget.success {
11850  color: #ffffff;
11851  background-color: #449d44;
11852  border-color: #398439;
11853}
11854.notification_widget.success:active:hover,
11855.notification_widget.success.active:hover,
11856.open > .dropdown-toggle.notification_widget.success:hover,
11857.notification_widget.success:active:focus,
11858.notification_widget.success.active:focus,
11859.open > .dropdown-toggle.notification_widget.success:focus,
11860.notification_widget.success:active.focus,
11861.notification_widget.success.active.focus,
11862.open > .dropdown-toggle.notification_widget.success.focus {
11863  color: #ffffff;
11864  background-color: #398439;
11865  border-color: #255625;
11866}
11867.notification_widget.success:active,
11868.notification_widget.success.active,
11869.open > .dropdown-toggle.notification_widget.success {
11870  background-image: none;
11871}
11872.notification_widget.success.disabled:hover,
11873.notification_widget.success[disabled]:hover,
11874fieldset[disabled] .notification_widget.success:hover,
11875.notification_widget.success.disabled:focus,
11876.notification_widget.success[disabled]:focus,
11877fieldset[disabled] .notification_widget.success:focus,
11878.notification_widget.success.disabled.focus,
11879.notification_widget.success[disabled].focus,
11880fieldset[disabled] .notification_widget.success.focus {
11881  background-color: #5cb85c;
11882  border-color: #4cae4c;
11883}
11884.notification_widget.success .badge {
11885  color: #5cb85c;
11886  background-color: #ffffff;
11887}
11888.notification_widget.info {
11889  color: #ffffff;
11890  background-color: #5bc0de;
11891  border-color: #46b8da;
11892}
11893.notification_widget.info:focus,
11894.notification_widget.info.focus {
11895  color: #ffffff;
11896  background-color: #31b0d5;
11897  border-color: #1b6d85;
11898}
11899.notification_widget.info:hover {
11900  color: #ffffff;
11901  background-color: #31b0d5;
11902  border-color: #269abc;
11903}
11904.notification_widget.info:active,
11905.notification_widget.info.active,
11906.open > .dropdown-toggle.notification_widget.info {
11907  color: #ffffff;
11908  background-color: #31b0d5;
11909  border-color: #269abc;
11910}
11911.notification_widget.info:active:hover,
11912.notification_widget.info.active:hover,
11913.open > .dropdown-toggle.notification_widget.info:hover,
11914.notification_widget.info:active:focus,
11915.notification_widget.info.active:focus,
11916.open > .dropdown-toggle.notification_widget.info:focus,
11917.notification_widget.info:active.focus,
11918.notification_widget.info.active.focus,
11919.open > .dropdown-toggle.notification_widget.info.focus {
11920  color: #ffffff;
11921  background-color: #269abc;
11922  border-color: #1b6d85;
11923}
11924.notification_widget.info:active,
11925.notification_widget.info.active,
11926.open > .dropdown-toggle.notification_widget.info {
11927  background-image: none;
11928}
11929.notification_widget.info.disabled:hover,
11930.notification_widget.info[disabled]:hover,
11931fieldset[disabled] .notification_widget.info:hover,
11932.notification_widget.info.disabled:focus,
11933.notification_widget.info[disabled]:focus,
11934fieldset[disabled] .notification_widget.info:focus,
11935.notification_widget.info.disabled.focus,
11936.notification_widget.info[disabled].focus,
11937fieldset[disabled] .notification_widget.info.focus {
11938  background-color: #5bc0de;
11939  border-color: #46b8da;
11940}
11941.notification_widget.info .badge {
11942  color: #5bc0de;
11943  background-color: #ffffff;
11944}
11945.notification_widget.danger {
11946  color: #ffffff;
11947  background-color: #d9534f;
11948  border-color: #d43f3a;
11949}
11950.notification_widget.danger:focus,
11951.notification_widget.danger.focus {
11952  color: #ffffff;
11953  background-color: #c9302c;
11954  border-color: #761c19;
11955}
11956.notification_widget.danger:hover {
11957  color: #ffffff;
11958  background-color: #c9302c;
11959  border-color: #ac2925;
11960}
11961.notification_widget.danger:active,
11962.notification_widget.danger.active,
11963.open > .dropdown-toggle.notification_widget.danger {
11964  color: #ffffff;
11965  background-color: #c9302c;
11966  border-color: #ac2925;
11967}
11968.notification_widget.danger:active:hover,
11969.notification_widget.danger.active:hover,
11970.open > .dropdown-toggle.notification_widget.danger:hover,
11971.notification_widget.danger:active:focus,
11972.notification_widget.danger.active:focus,
11973.open > .dropdown-toggle.notification_widget.danger:focus,
11974.notification_widget.danger:active.focus,
11975.notification_widget.danger.active.focus,
11976.open > .dropdown-toggle.notification_widget.danger.focus {
11977  color: #ffffff;
11978  background-color: #ac2925;
11979  border-color: #761c19;
11980}
11981.notification_widget.danger:active,
11982.notification_widget.danger.active,
11983.open > .dropdown-toggle.notification_widget.danger {
11984  background-image: none;
11985}
11986.notification_widget.danger.disabled:hover,
11987.notification_widget.danger[disabled]:hover,
11988fieldset[disabled] .notification_widget.danger:hover,
11989.notification_widget.danger.disabled:focus,
11990.notification_widget.danger[disabled]:focus,
11991fieldset[disabled] .notification_widget.danger:focus,
11992.notification_widget.danger.disabled.focus,
11993.notification_widget.danger[disabled].focus,
11994fieldset[disabled] .notification_widget.danger.focus {
11995  background-color: #d9534f;
11996  border-color: #d43f3a;
11997}
11998.notification_widget.danger .badge {
11999  color: #d9534f;
12000  background-color: #ffffff;
12001}
12002div#pager {
12003  background-color: #ffffff;
12004  font-size: 14px;
12005  line-height: 20px;
12006  overflow: hidden;
12007  display: none;
12008  position: fixed;
12009  bottom: 0px;
12010  width: 100%;
12011  max-height: 50%;
12012  padding-top: 8px;
12013  -webkit-box-shadow: 0px 0px 12px 1px rgba(87, 87, 87, 0.2);
12014  box-shadow: 0px 0px 12px 1px rgba(87, 87, 87, 0.2);
12015  /* Display over codemirror */
12016  z-index: 100;
12017  /* Hack which prevents jquery ui resizable from changing top. */
12018  top: auto !important;
12019}
12020div#pager pre {
12021  line-height: 1.21429em;
12022  color: #000000;
12023  background-color: #f7f7f7;
12024  padding: 0.4em;
12025}
12026div#pager #pager-button-area {
12027  position: absolute;
12028  top: 8px;
12029  right: 20px;
12030}
12031div#pager #pager-contents {
12032  position: relative;
12033  overflow: auto;
12034  width: 100%;
12035  height: 100%;
12036}
12037div#pager #pager-contents #pager-container {
12038  position: relative;
12039  padding: 15px 0px;
12040  box-sizing: border-box;
12041  -moz-box-sizing: border-box;
12042  -webkit-box-sizing: border-box;
12043}
12044div#pager .ui-resizable-handle {
12045  top: 0px;
12046  height: 8px;
12047  background: #f7f7f7;
12048  border-top: 1px solid #cfcfcf;
12049  border-bottom: 1px solid #cfcfcf;
12050  /* This injects handle bars (a short, wide = symbol) for
12051        the resize handle. */
12052}
12053div#pager .ui-resizable-handle::after {
12054  content: '';
12055  top: 2px;
12056  left: 50%;
12057  height: 3px;
12058  width: 30px;
12059  margin-left: -15px;
12060  position: absolute;
12061  border-top: 1px solid #cfcfcf;
12062}
12063.quickhelp {
12064  /* Old browsers */
12065  display: -webkit-box;
12066  -webkit-box-orient: horizontal;
12067  -webkit-box-align: stretch;
12068  display: -moz-box;
12069  -moz-box-orient: horizontal;
12070  -moz-box-align: stretch;
12071  display: box;
12072  box-orient: horizontal;
12073  box-align: stretch;
12074  /* Modern browsers */
12075  display: flex;
12076  flex-direction: row;
12077  align-items: stretch;
12078  /* Old browsers */
12079  -webkit-box-flex: 0;
12080  -moz-box-flex: 0;
12081  box-flex: 0;
12082  /* Modern browsers */
12083  flex: none;
12084  line-height: 1.8em;
12085}
12086.shortcut_key {
12087  display: inline-block;
12088  width: 21ex;
12089  text-align: right;
12090  font-family: monospace;
12091}
12092.shortcut_descr {
12093  display: inline-block;
12094  /* Old browsers */
12095  -webkit-box-flex: 1;
12096  -moz-box-flex: 1;
12097  box-flex: 1;
12098  /* Modern browsers */
12099  flex: 1;
12100}
12101span.save_widget {
12102  margin-top: 6px;
12103}
12104span.save_widget span.filename {
12105  height: 1em;
12106  line-height: 1em;
12107  padding: 3px;
12108  margin-left: 16px;
12109  border: none;
12110  font-size: 146.5%;
12111  border-radius: 2px;
12112}
12113span.save_widget span.filename:hover {
12114  background-color: #e6e6e6;
12115}
12116span.checkpoint_status,
12117span.autosave_status {
12118  font-size: small;
12119}
12120@media (max-width: 767px) {
12121  span.save_widget {
12122    font-size: small;
12123  }
12124  span.checkpoint_status,
12125  span.autosave_status {
12126    display: none;
12127  }
12128}
12129@media (min-width: 768px) and (max-width: 991px) {
12130  span.checkpoint_status {
12131    display: none;
12132  }
12133  span.autosave_status {
12134    font-size: x-small;
12135  }
12136}
12137.toolbar {
12138  padding: 0px;
12139  margin-left: -5px;
12140  margin-top: 2px;
12141  margin-bottom: 5px;
12142  box-sizing: border-box;
12143  -moz-box-sizing: border-box;
12144  -webkit-box-sizing: border-box;
12145}
12146.toolbar select,
12147.toolbar label {
12148  width: auto;
12149  vertical-align: middle;
12150  margin-right: 2px;
12151  margin-bottom: 0px;
12152  display: inline;
12153  font-size: 92%;
12154  margin-left: 0.3em;
12155  margin-right: 0.3em;
12156  padding: 0px;
12157  padding-top: 3px;
12158}
12159.toolbar .btn {
12160  padding: 2px 8px;
12161}
12162.toolbar .btn-group {
12163  margin-top: 0px;
12164  margin-left: 5px;
12165}
12166#maintoolbar {
12167  margin-bottom: -3px;
12168  margin-top: -8px;
12169  border: 0px;
12170  min-height: 27px;
12171  margin-left: 0px;
12172  padding-top: 11px;
12173  padding-bottom: 3px;
12174}
12175#maintoolbar .navbar-text {
12176  float: none;
12177  vertical-align: middle;
12178  text-align: right;
12179  margin-left: 5px;
12180  margin-right: 0px;
12181  margin-top: 0px;
12182}
12183.select-xs {
12184  height: 24px;
12185}
12186.pulse,
12187.dropdown-menu > li > a.pulse,
12188li.pulse > a.dropdown-toggle,
12189li.pulse.open > a.dropdown-toggle {
12190  background-color: #F37626;
12191  color: white;
12192}
12193/**
12194 * Primary styles
12195 *
12196 * Author: Jupyter Development Team
12197 */
12198/** WARNING IF YOU ARE EDITTING THIS FILE, if this is a .css file, It has a lot
12199 * of chance of beeing generated from the ../less/[samename].less file, you can
12200 * try to get back the less file by reverting somme commit in history
12201 **/
12202/*
12203 * We'll try to get something pretty, so we
12204 * have some strange css to have the scroll bar on
12205 * the left with fix button on the top right of the tooltip
12206 */
12207@-moz-keyframes fadeOut {
12208  from {
12209    opacity: 1;
12210  }
12211  to {
12212    opacity: 0;
12213  }
12214}
12215@-webkit-keyframes fadeOut {
12216  from {
12217    opacity: 1;
12218  }
12219  to {
12220    opacity: 0;
12221  }
12222}
12223@-moz-keyframes fadeIn {
12224  from {
12225    opacity: 0;
12226  }
12227  to {
12228    opacity: 1;
12229  }
12230}
12231@-webkit-keyframes fadeIn {
12232  from {
12233    opacity: 0;
12234  }
12235  to {
12236    opacity: 1;
12237  }
12238}
12239/*properties of tooltip after "expand"*/
12240.bigtooltip {
12241  overflow: auto;
12242  height: 200px;
12243  -webkit-transition-property: height;
12244  -webkit-transition-duration: 500ms;
12245  -moz-transition-property: height;
12246  -moz-transition-duration: 500ms;
12247  transition-property: height;
12248  transition-duration: 500ms;
12249}
12250/*properties of tooltip before "expand"*/
12251.smalltooltip {
12252  -webkit-transition-property: height;
12253  -webkit-transition-duration: 500ms;
12254  -moz-transition-property: height;
12255  -moz-transition-duration: 500ms;
12256  transition-property: height;
12257  transition-duration: 500ms;
12258  text-overflow: ellipsis;
12259  overflow: hidden;
12260  height: 80px;
12261}
12262.tooltipbuttons {
12263  position: absolute;
12264  padding-right: 15px;
12265  top: 0px;
12266  right: 0px;
12267}
12268.tooltiptext {
12269  /*avoid the button to overlap on some docstring*/
12270  padding-right: 30px;
12271}
12272.ipython_tooltip {
12273  max-width: 700px;
12274  /*fade-in animation when inserted*/
12275  -webkit-animation: fadeOut 400ms;
12276  -moz-animation: fadeOut 400ms;
12277  animation: fadeOut 400ms;
12278  -webkit-animation: fadeIn 400ms;
12279  -moz-animation: fadeIn 400ms;
12280  animation: fadeIn 400ms;
12281  vertical-align: middle;
12282  background-color: #f7f7f7;
12283  overflow: visible;
12284  border: #ababab 1px solid;
12285  outline: none;
12286  padding: 3px;
12287  margin: 0px;
12288  padding-left: 7px;
12289  font-family: monospace;
12290  min-height: 50px;
12291  -moz-box-shadow: 0px 6px 10px -1px #adadad;
12292  -webkit-box-shadow: 0px 6px 10px -1px #adadad;
12293  box-shadow: 0px 6px 10px -1px #adadad;
12294  border-radius: 2px;
12295  position: absolute;
12296  z-index: 1000;
12297}
12298.ipython_tooltip a {
12299  float: right;
12300}
12301.ipython_tooltip .tooltiptext pre {
12302  border: 0;
12303  border-radius: 0;
12304  font-size: 100%;
12305  background-color: #f7f7f7;
12306}
12307.pretooltiparrow {
12308  left: 0px;
12309  margin: 0px;
12310  top: -16px;
12311  width: 40px;
12312  height: 16px;
12313  overflow: hidden;
12314  position: absolute;
12315}
12316.pretooltiparrow:before {
12317  background-color: #f7f7f7;
12318  border: 1px #ababab solid;
12319  z-index: 11;
12320  content: "";
12321  position: absolute;
12322  left: 15px;
12323  top: 10px;
12324  width: 25px;
12325  height: 25px;
12326  -webkit-transform: rotate(45deg);
12327  -moz-transform: rotate(45deg);
12328  -ms-transform: rotate(45deg);
12329  -o-transform: rotate(45deg);
12330}
12331ul.typeahead-list i {
12332  margin-left: -10px;
12333  width: 18px;
12334}
12335ul.typeahead-list {
12336  max-height: 80vh;
12337  overflow: auto;
12338}
12339ul.typeahead-list > li > a {
12340  /** Firefox bug **/
12341  /* see https://github.com/jupyter/notebook/issues/559 */
12342  white-space: normal;
12343}
12344.cmd-palette .modal-body {
12345  padding: 7px;
12346}
12347.cmd-palette form {
12348  background: white;
12349}
12350.cmd-palette input {
12351  outline: none;
12352}
12353.no-shortcut {
12354  display: none;
12355}
12356.command-shortcut:before {
12357  content: "(command)";
12358  padding-right: 3px;
12359  color: #777777;
12360}
12361.edit-shortcut:before {
12362  content: "(edit)";
12363  padding-right: 3px;
12364  color: #777777;
12365}
12366#find-and-replace #replace-preview .match,
12367#find-and-replace #replace-preview .insert {
12368  background-color: #BBDEFB;
12369  border-color: #90CAF9;
12370  border-style: solid;
12371  border-width: 1px;
12372  border-radius: 0px;
12373}
12374#find-and-replace #replace-preview .replace .match {
12375  background-color: #FFCDD2;
12376  border-color: #EF9A9A;
12377  border-radius: 0px;
12378}
12379#find-and-replace #replace-preview .replace .insert {
12380  background-color: #C8E6C9;
12381  border-color: #A5D6A7;
12382  border-radius: 0px;
12383}
12384#find-and-replace #replace-preview {
12385  max-height: 60vh;
12386  overflow: auto;
12387}
12388#find-and-replace #replace-preview pre {
12389  padding: 5px 10px;
12390}
12391.terminal-app {
12392  background: #eeeeee;
12393}
12394.terminal-app #header {
12395  background: #ffffff;
12396  -webkit-box-shadow: 0px 0px 12px 1px rgba(87, 87, 87, 0.2);
12397  box-shadow: 0px 0px 12px 1px rgba(87, 87, 87, 0.2);
12398}
12399.terminal-app .terminal {
12400  float: left;
12401  font-family: monospace;
12402  color: white;
12403  background: black;
12404  padding: 0.4em;
12405  border-radius: 2px;
12406  -webkit-box-shadow: 0px 0px 12px 1px rgba(87, 87, 87, 0.4);
12407  box-shadow: 0px 0px 12px 1px rgba(87, 87, 87, 0.4);
12408}
12409.terminal-app .terminal,
12410.terminal-app .terminal dummy-screen {
12411  line-height: 1em;
12412  font-size: 14px;
12413}
12414.terminal-app .terminal-cursor {
12415  color: black;
12416  background: white;
12417}
12418.terminal-app #terminado-container {
12419  margin-top: 20px;
12420}
12421/*# sourceMappingURL=style.min.css.map */
12422    </style>
12423<style type="text/css">
12424    .highlight .hll { background-color: #ffffcc }
12425.highlight  { background: #f8f8f8; }
12426.highlight .c { color: #408080; font-style: italic } /* Comment */
12427.highlight .err { border: 1px solid #FF0000 } /* Error */
12428.highlight .k { color: #008000; font-weight: bold } /* Keyword */
12429.highlight .o { color: #666666 } /* Operator */
12430.highlight .ch { color: #408080; font-style: italic } /* Comment.Hashbang */
12431.highlight .cm { color: #408080; font-style: italic } /* Comment.Multiline */
12432.highlight .cp { color: #BC7A00 } /* Comment.Preproc */
12433.highlight .cpf { color: #408080; font-style: italic } /* Comment.PreprocFile */
12434.highlight .c1 { color: #408080; font-style: italic } /* Comment.Single */
12435.highlight .cs { color: #408080; font-style: italic } /* Comment.Special */
12436.highlight .gd { color: #A00000 } /* Generic.Deleted */
12437.highlight .ge { font-style: italic } /* Generic.Emph */
12438.highlight .gr { color: #FF0000 } /* Generic.Error */
12439.highlight .gh { color: #000080; font-weight: bold } /* Generic.Heading */
12440.highlight .gi { color: #00A000 } /* Generic.Inserted */
12441.highlight .go { color: #888888 } /* Generic.Output */
12442.highlight .gp { color: #000080; font-weight: bold } /* Generic.Prompt */
12443.highlight .gs { font-weight: bold } /* Generic.Strong */
12444.highlight .gu { color: #800080; font-weight: bold } /* Generic.Subheading */
12445.highlight .gt { color: #0044DD } /* Generic.Traceback */
12446.highlight .kc { color: #008000; font-weight: bold } /* Keyword.Constant */
12447.highlight .kd { color: #008000; font-weight: bold } /* Keyword.Declaration */
12448.highlight .kn { color: #008000; font-weight: bold } /* Keyword.Namespace */
12449.highlight .kp { color: #008000 } /* Keyword.Pseudo */
12450.highlight .kr { color: #008000; font-weight: bold } /* Keyword.Reserved */
12451.highlight .kt { color: #B00040 } /* Keyword.Type */
12452.highlight .m { color: #666666 } /* Literal.Number */
12453.highlight .s { color: #BA2121 } /* Literal.String */
12454.highlight .na { color: #7D9029 } /* Name.Attribute */
12455.highlight .nb { color: #008000 } /* Name.Builtin */
12456.highlight .nc { color: #0000FF; font-weight: bold } /* Name.Class */
12457.highlight .no { color: #880000 } /* Name.Constant */
12458.highlight .nd { color: #AA22FF } /* Name.Decorator */
12459.highlight .ni { color: #999999; font-weight: bold } /* Name.Entity */
12460.highlight .ne { color: #D2413A; font-weight: bold } /* Name.Exception */
12461.highlight .nf { color: #0000FF } /* Name.Function */
12462.highlight .nl { color: #A0A000 } /* Name.Label */
12463.highlight .nn { color: #0000FF; font-weight: bold } /* Name.Namespace */
12464.highlight .nt { color: #008000; font-weight: bold } /* Name.Tag */
12465.highlight .nv { color: #19177C } /* Name.Variable */
12466.highlight .ow { color: #AA22FF; font-weight: bold } /* Operator.Word */
12467.highlight .w { color: #bbbbbb } /* Text.Whitespace */
12468.highlight .mb { color: #666666 } /* Literal.Number.Bin */
12469.highlight .mf { color: #666666 } /* Literal.Number.Float */
12470.highlight .mh { color: #666666 } /* Literal.Number.Hex */
12471.highlight .mi { color: #666666 } /* Literal.Number.Integer */
12472.highlight .mo { color: #666666 } /* Literal.Number.Oct */
12473.highlight .sa { color: #BA2121 } /* Literal.String.Affix */
12474.highlight .sb { color: #BA2121 } /* Literal.String.Backtick */
12475.highlight .sc { color: #BA2121 } /* Literal.String.Char */
12476.highlight .dl { color: #BA2121 } /* Literal.String.Delimiter */
12477.highlight .sd { color: #BA2121; font-style: italic } /* Literal.String.Doc */
12478.highlight .s2 { color: #BA2121 } /* Literal.String.Double */
12479.highlight .se { color: #BB6622; font-weight: bold } /* Literal.String.Escape */
12480.highlight .sh { color: #BA2121 } /* Literal.String.Heredoc */
12481.highlight .si { color: #BB6688; font-weight: bold } /* Literal.String.Interpol */
12482.highlight .sx { color: #008000 } /* Literal.String.Other */
12483.highlight .sr { color: #BB6688 } /* Literal.String.Regex */
12484.highlight .s1 { color: #BA2121 } /* Literal.String.Single */
12485.highlight .ss { color: #19177C } /* Literal.String.Symbol */
12486.highlight .bp { color: #008000 } /* Name.Builtin.Pseudo */
12487.highlight .fm { color: #0000FF } /* Name.Function.Magic */
12488.highlight .vc { color: #19177C } /* Name.Variable.Class */
12489.highlight .vg { color: #19177C } /* Name.Variable.Global */
12490.highlight .vi { color: #19177C } /* Name.Variable.Instance */
12491.highlight .vm { color: #19177C } /* Name.Variable.Magic */
12492.highlight .il { color: #666666 } /* Literal.Number.Integer.Long */
12493    </style>
12494<style type="text/css">
12495
12496/* Temporary definitions which will become obsolete with Notebook release 5.0 */
12497.ansi-black-fg { color: #3E424D; }
12498.ansi-black-bg { background-color: #3E424D; }
12499.ansi-black-intense-fg { color: #282C36; }
12500.ansi-black-intense-bg { background-color: #282C36; }
12501.ansi-red-fg { color: #E75C58; }
12502.ansi-red-bg { background-color: #E75C58; }
12503.ansi-red-intense-fg { color: #B22B31; }
12504.ansi-red-intense-bg { background-color: #B22B31; }
12505.ansi-green-fg { color: #00A250; }
12506.ansi-green-bg { background-color: #00A250; }
12507.ansi-green-intense-fg { color: #007427; }
12508.ansi-green-intense-bg { background-color: #007427; }
12509.ansi-yellow-fg { color: #DDB62B; }
12510.ansi-yellow-bg { background-color: #DDB62B; }
12511.ansi-yellow-intense-fg { color: #B27D12; }
12512.ansi-yellow-intense-bg { background-color: #B27D12; }
12513.ansi-blue-fg { color: #208FFB; }
12514.ansi-blue-bg { background-color: #208FFB; }
12515.ansi-blue-intense-fg { color: #0065CA; }
12516.ansi-blue-intense-bg { background-color: #0065CA; }
12517.ansi-magenta-fg { color: #D160C4; }
12518.ansi-magenta-bg { background-color: #D160C4; }
12519.ansi-magenta-intense-fg { color: #A03196; }
12520.ansi-magenta-intense-bg { background-color: #A03196; }
12521.ansi-cyan-fg { color: #60C6C8; }
12522.ansi-cyan-bg { background-color: #60C6C8; }
12523.ansi-cyan-intense-fg { color: #258F8F; }
12524.ansi-cyan-intense-bg { background-color: #258F8F; }
12525.ansi-white-fg { color: #C5C1B4; }
12526.ansi-white-bg { background-color: #C5C1B4; }
12527.ansi-white-intense-fg { color: #A1A6B2; }
12528.ansi-white-intense-bg { background-color: #A1A6B2; }
12529
12530.ansi-bold { font-weight: bold; }
12531
12532    </style>
12533
12534
12535<style type="text/css">
12536/* Overrides of notebook CSS for static HTML export */
12537body {
12538  overflow: visible;
12539  padding: 8px;
12540}
12541
12542div#notebook {
12543  overflow: visible;
12544  border-top: none;
12545}@media print {
12546  div.cell {
12547    display: block;
12548    page-break-inside: avoid;
12549  }
12550  div.output_wrapper {
12551    display: block;
12552    page-break-inside: avoid;
12553  }
12554  div.output {
12555    display: block;
12556    page-break-inside: avoid;
12557  }
12558}
12559</style>
12560
12561<!-- Custom stylesheet, it must be in the same directory as the html file -->
12562<link rel="stylesheet" href="custom.css">
12563
12564<!-- Loading mathjax macro -->
12565<!-- Load mathjax -->
12566    <script src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.1/MathJax.js?config=TeX-AMS_HTML"></script>
12567    <!-- MathJax configuration -->
12568    <script type="text/x-mathjax-config">
12569    MathJax.Hub.Config({
12570        tex2jax: {
12571            inlineMath: [ ['$','$'], ["\\(","\\)"] ],
12572            displayMath: [ ['$$','$$'], ["\\[","\\]"] ],
12573            processEscapes: true,
12574            processEnvironments: true
12575        },
12576        // Center justify equations in code and markdown cells. Elsewhere
12577        // we use CSS to left justify single line equations in code cells.
12578        displayAlign: 'center',
12579        "HTML-CSS": {
12580            styles: {'.MathJax_Display': {"margin": 0}},
12581            linebreaks: { automatic: true }
12582        }
12583    });
12584    </script>
12585    <!-- End of mathjax configuration --></head>
12586<body>
12587  <div tabindex="-1" id="notebook" class="border-box-sizing">
12588    <div class="container" id="notebook-container">
12589
12590<div class="cell border-box-sizing text_cell rendered"><div class="prompt input_prompt">
12591</div>
12592<div class="inner_cell">
12593<div class="text_cell_render border-box-sizing rendered_html">
12594<h1 id="Plotters-Tutorial-with-Jupyter">Plotters Tutorial with Jupyter<a class="anchor-link" href="#Plotters-Tutorial-with-Jupyter">&#182;</a></h1>
12595</div>
12596</div>
12597</div>
12598<div class="cell border-box-sizing text_cell rendered"><div class="prompt input_prompt">
12599</div>
12600<div class="inner_cell">
12601<div class="text_cell_render border-box-sizing rendered_html">
12602<p>This is a interactive tutorial for <a href="https://github.com/38/plotters"><code>Plotters</code></a> drawing library. If you are looking at the static HTML version and want to try the interactive version. Please follow the steps:</p>
12603<h4 id="For-Ubuntu/Debian-users">For Ubuntu/Debian users<a class="anchor-link" href="#For-Ubuntu/Debian-users">&#182;</a></h4><div class="highlight"><pre><span></span><span class="c1"># Install Jupyter notebook </span>
12604sudo apt install libzmq3-dev jupyter-notebook
12605cargo install evcxr_jupyter
12606evcxr_jupyter --install
12607<span class="c1"># Get the notebook</span>
12608git clone https://github.com/38/plotters-doc-data
12609<span class="nb">cd</span> plotteres-doc-data
12610jupyter notebook
12611</pre></div>
12612<h4 id="For-OSX-users">For OSX users<a class="anchor-link" href="#For-OSX-users">&#182;</a></h4><div class="highlight"><pre><span></span><span class="c1"># Install Jupyter notebook </span>
12613brew install zeromq pkg-config
12614cargo install evcxr_jupyter
12615evcxr_jupyter --install
12616<span class="c1"># Get the notebook</span>
12617git clone https://github.com/38/plotters-doc-data
12618<span class="nb">cd</span> plotteres-doc-data
12619jupyter notebook
12620</pre></div>
12621<p>You can also download the latest notebook from <a href="https://raw.githubusercontent.com/38/plotters-doc-data/master/evcxr-jupyter-integration.ipynb">https://raw.githubusercontent.com/38/plotters-doc-data/master/evcxr-jupyter-integration.ipynb</a>, thus you don't have to clone the entire data repo.</p>
12622
12623</div>
12624</div>
12625</div>
12626<div class="cell border-box-sizing text_cell rendered"><div class="prompt input_prompt">
12627</div>
12628<div class="inner_cell">
12629<div class="text_cell_render border-box-sizing rendered_html">
12630<h2 id="Get-Started">Get Started<a class="anchor-link" href="#Get-Started">&#182;</a></h2>
12631</div>
12632</div>
12633</div>
12634<div class="cell border-box-sizing text_cell rendered"><div class="prompt input_prompt">
12635</div>
12636<div class="inner_cell">
12637<div class="text_cell_render border-box-sizing rendered_html">
12638<p>In order to use <code>Plotters</code> in <code>jupyter-evcxr</code>, you need both Jupyter and evcxr installed.
12639Check <a href="https://github.com/google/evcxr">https://github.com/google/evcxr</a> for the instructions.</p>
12640<p>To use Plotters with <code>jupyter-evcxr</code>, you need to import it using the following code:</p>
12641
12642</div>
12643</div>
12644</div>
12645<div class="cell border-box-sizing code_cell rendered">
12646<div class="input">
12647<div class="prompt input_prompt">In&nbsp;[2]:</div>
12648<div class="inner_cell">
12649    <div class="input_area">
12650<div class=" highlight hl-Rust"><pre><span></span>:<span class="nc">dep</span><span class="w"> </span><span class="n">plotters</span><span class="w"> </span><span class="o">=</span><span class="w"> </span><span class="p">{</span><span class="w"> </span><span class="n">version</span><span class="w"> </span><span class="o">=</span><span class="w"> </span><span class="s">&quot;^0.3.0&quot;</span><span class="p">,</span><span class="w"> </span><span class="n">default_features</span><span class="w"> </span><span class="o">=</span><span class="w"> </span><span class="kc">false</span><span class="p">,</span><span class="w"> </span><span class="n">features</span><span class="w"> </span><span class="o">=</span><span class="w"> </span><span class="p">[</span><span class="s">&quot;evcxr&quot;</span><span class="p">,</span><span class="w"> </span><span class="s">&quot;all_series&quot;</span><span class="p">]</span><span class="w"> </span><span class="p">}</span><span class="w"></span>
12651</pre></div>
12652
12653</div>
12654</div>
12655</div>
12656
12657</div>
12658<div class="cell border-box-sizing text_cell rendered"><div class="prompt input_prompt">
12659</div>
12660<div class="inner_cell">
12661<div class="text_cell_render border-box-sizing rendered_html">
12662<p>Because <code>evcxr</code> uses only SVG images and all types of series, so we don't need other types of backend. So we should put</p>
12663<p><code>default_features = false, features = ["evcxr", "all_series"]</code></p>
12664<p>Make the compilation faster. Since <code>evcxr</code> shares all the artifacts among cells, after the first time we have <code>plotters</code> compiled, it should be faster after.</p>
12665
12666</div>
12667</div>
12668</div>
12669<div class="cell border-box-sizing text_cell rendered"><div class="prompt input_prompt">
12670</div>
12671<div class="inner_cell">
12672<div class="text_cell_render border-box-sizing rendered_html">
12673<h3 id="Plotters-evcxr-integration-overview">Plotters evcxr integration overview<a class="anchor-link" href="#Plotters-evcxr-integration-overview">&#182;</a></h3>
12674</div>
12675</div>
12676</div>
12677<div class="cell border-box-sizing text_cell rendered"><div class="prompt input_prompt">
12678</div>
12679<div class="inner_cell">
12680<div class="text_cell_render border-box-sizing rendered_html">
12681<p>To use plotters, the most convenient way is importing everything defined in the <code>prelude</code> module.
12682It will import <code>evcxr_figure</code> function for <code>evcxr</code> integration.</p>
12683<p><em>Note: Currently evcxr doesn't work with nightly rust, so please make sure you are using a stable rust</em></p>
12684
12685</div>
12686</div>
12687</div>
12688<div class="cell border-box-sizing code_cell rendered">
12689<div class="input">
12690<div class="prompt input_prompt">In&nbsp;[4]:</div>
12691<div class="inner_cell">
12692    <div class="input_area">
12693<div class=" highlight hl-Rust"><pre><span></span>:<span class="nc">dep</span><span class="w"> </span><span class="n">plotters</span><span class="w"> </span><span class="o">=</span><span class="w"> </span><span class="p">{</span><span class="w"> </span><span class="n">version</span><span class="w"> </span><span class="o">=</span><span class="w"> </span><span class="s">&quot;^0.3.0&quot;</span><span class="p">,</span><span class="w"> </span><span class="n">default_features</span><span class="w"> </span><span class="o">=</span><span class="w"> </span><span class="kc">false</span><span class="p">,</span><span class="w"> </span><span class="n">features</span><span class="w"> </span><span class="o">=</span><span class="w"> </span><span class="p">[</span><span class="s">&quot;evcxr&quot;</span><span class="p">,</span><span class="w"> </span><span class="s">&quot;all_series&quot;</span><span class="p">]</span><span class="w"> </span><span class="p">}</span><span class="w"></span>
12694<span class="k">extern</span><span class="w"> </span><span class="k">crate</span><span class="w"> </span><span class="n">plotters</span><span class="p">;</span><span class="w"></span>
12695<span class="c1">// Import all the plotters prelude functions</span>
12696<span class="k">use</span><span class="w"> </span><span class="n">plotters</span>::<span class="n">prelude</span>::<span class="o">*</span><span class="p">;</span><span class="w"></span>
12697<span class="c1">// To create a figure that can be displayed in Jupyter notebook, use evcxr_figure function.</span>
12698<span class="c1">// The first param is the resolution of the figure.</span>
12699<span class="c1">// The second param is the closure that performes the drawing.</span>
12700<span class="n">evcxr_figure</span><span class="p">((</span><span class="mi">300</span><span class="p">,</span><span class="w"> </span><span class="mi">100</span><span class="p">),</span><span class="w"> </span><span class="o">|</span><span class="n">root</span><span class="o">|</span><span class="w"> </span><span class="p">{</span><span class="w"></span>
12701<span class="w">    </span><span class="c1">// Do the drawings</span>
12702<span class="w">    </span><span class="n">root</span><span class="p">.</span><span class="n">fill</span><span class="p">(</span><span class="o">&amp;</span><span class="n">BLUE</span><span class="p">)</span><span class="o">?</span><span class="p">;</span><span class="w"></span>
12703<span class="w">    </span><span class="c1">// Tell plotters that everything is ok</span>
12704<span class="w">    </span><span class="nb">Ok</span><span class="p">(())</span><span class="w"></span>
12705<span class="p">})</span><span class="w"></span>
12706</pre></div>
12707
12708</div>
12709</div>
12710</div>
12711
12712<div class="output_wrapper">
12713<div class="output">
12714
12715
12716<div class="output_area">
12717
12718<div class="prompt output_prompt">Out[4]:</div>
12719
12720
12721
12722<div class="output_html rendered_html output_subarea output_execute_result">
12723<div style=""><svg width="300" height="100" viewBox="0 0 300 100" xmlns="http://www.w3.org/2000/svg">
12724<rect x="0" y="0" width="299" height="99" opacity="1" fill="#0000FF" stroke="none"/>
12725</svg>
12726</div>
12727</div>
12728
12729</div>
12730
12731</div>
12732</div>
12733
12734</div>
12735<div class="cell border-box-sizing text_cell rendered"><div class="prompt input_prompt">
12736</div>
12737<div class="inner_cell">
12738<div class="text_cell_render border-box-sizing rendered_html">
12739<h2 id="Hello-World">Hello World<a class="anchor-link" href="#Hello-World">&#182;</a></h2>
12740</div>
12741</div>
12742</div>
12743<div class="cell border-box-sizing code_cell rendered">
12744<div class="input">
12745<div class="prompt input_prompt">In&nbsp;[5]:</div>
12746<div class="inner_cell">
12747    <div class="input_area">
12748<div class=" highlight hl-Rust"><pre><span></span>:<span class="nc">dep</span><span class="w"> </span><span class="n">plotters</span><span class="w"> </span><span class="o">=</span><span class="w"> </span><span class="p">{</span><span class="w"> </span><span class="n">version</span><span class="w"> </span><span class="o">=</span><span class="w"> </span><span class="s">&quot;^0.3.0&quot;</span><span class="p">,</span><span class="w"> </span><span class="n">default_features</span><span class="w"> </span><span class="o">=</span><span class="w"> </span><span class="kc">false</span><span class="p">,</span><span class="w"> </span><span class="n">features</span><span class="w"> </span><span class="o">=</span><span class="w"> </span><span class="p">[</span><span class="s">&quot;evcxr&quot;</span><span class="p">,</span><span class="w"> </span><span class="s">&quot;all_series&quot;</span><span class="p">]</span><span class="w"> </span><span class="p">}</span><span class="w"></span>
12749<span class="k">extern</span><span class="w"> </span><span class="k">crate</span><span class="w"> </span><span class="n">plotters</span><span class="p">;</span><span class="w"></span>
12750<span class="k">use</span><span class="w"> </span><span class="n">plotters</span>::<span class="n">prelude</span>::<span class="o">*</span><span class="p">;</span><span class="w"></span>
12751
12752<span class="n">evcxr_figure</span><span class="p">((</span><span class="mi">320</span><span class="p">,</span><span class="mi">50</span><span class="p">),</span><span class="w"> </span><span class="o">|</span><span class="n">root</span><span class="o">|</span><span class="w"> </span><span class="p">{</span><span class="w"></span>
12753<span class="w">    </span><span class="n">root</span><span class="p">.</span><span class="n">fill</span><span class="p">(</span><span class="o">&amp;</span><span class="n">GREEN</span><span class="p">)</span><span class="o">?</span><span class="p">;</span><span class="w"></span>
12754<span class="w">    </span><span class="n">root</span><span class="p">.</span><span class="n">draw</span><span class="p">(</span><span class="o">&amp;</span><span class="n">Text</span>::<span class="n">new</span><span class="p">(</span><span class="s">&quot;Hello World from Plotters!&quot;</span><span class="p">,</span><span class="w"> </span><span class="p">(</span><span class="mi">15</span><span class="p">,</span><span class="w"> </span><span class="mi">15</span><span class="p">),</span><span class="w"> </span><span class="p">(</span><span class="s">&quot;Arial&quot;</span><span class="p">,</span><span class="w"> </span><span class="mi">20</span><span class="p">).</span><span class="n">into_font</span><span class="p">()))</span><span class="o">?</span><span class="p">;</span><span class="w"></span>
12755<span class="w">    </span><span class="nb">Ok</span><span class="p">(())</span><span class="w"></span>
12756<span class="p">})</span><span class="w"></span>
12757</pre></div>
12758
12759</div>
12760</div>
12761</div>
12762
12763<div class="output_wrapper">
12764<div class="output">
12765
12766
12767<div class="output_area">
12768
12769<div class="prompt output_prompt">Out[5]:</div>
12770
12771
12772
12773<div class="output_html rendered_html output_subarea output_execute_result">
12774<div style=""><svg width="320" height="50" viewBox="0 0 320 50" xmlns="http://www.w3.org/2000/svg">
12775<rect x="0" y="0" width="319" height="49" opacity="1" fill="#00FF00" stroke="none"/>
12776<text x="15" y="15" dy="0.76em" text-anchor="start" font-family="Arial" font-size="16.129032258064516" opacity="1" fill="#000000">
12777Hello World from Plotters!
12778</text>
12779</svg>
12780</div>
12781</div>
12782
12783</div>
12784
12785</div>
12786</div>
12787
12788</div>
12789<div class="cell border-box-sizing text_cell rendered"><div class="prompt input_prompt">
12790</div>
12791<div class="inner_cell">
12792<div class="text_cell_render border-box-sizing rendered_html">
12793<h2 id="Sub--Drawing-Areas">Sub- Drawing Areas<a class="anchor-link" href="#Sub--Drawing-Areas">&#182;</a></h2>
12794</div>
12795</div>
12796</div>
12797<div class="cell border-box-sizing text_cell rendered"><div class="prompt input_prompt">
12798</div>
12799<div class="inner_cell">
12800<div class="text_cell_render border-box-sizing rendered_html">
12801<p>One of the very important features is, <code>Plotters</code> allows drawing multiple charts in a single figure. And this is done by having sub-drawing-areas. The root drawing area is able to be splitted into smaller drawing areas, and you can always do more fine-grained splits as well.</p>
12802
12803</div>
12804</div>
12805</div>
12806<div class="cell border-box-sizing code_cell rendered">
12807<div class="input">
12808<div class="prompt input_prompt">In&nbsp;[6]:</div>
12809<div class="inner_cell">
12810    <div class="input_area">
12811<div class=" highlight hl-Rust"><pre><span></span>:<span class="nc">dep</span><span class="w"> </span><span class="n">plotters</span><span class="w"> </span><span class="o">=</span><span class="w"> </span><span class="p">{</span><span class="w"> </span><span class="n">version</span><span class="w"> </span><span class="o">=</span><span class="w"> </span><span class="s">&quot;^0.3.0&quot;</span><span class="p">,</span><span class="w"> </span><span class="n">default_features</span><span class="w"> </span><span class="o">=</span><span class="w"> </span><span class="kc">false</span><span class="p">,</span><span class="w"> </span><span class="n">features</span><span class="w"> </span><span class="o">=</span><span class="w"> </span><span class="p">[</span><span class="s">&quot;evcxr&quot;</span><span class="p">,</span><span class="w"> </span><span class="s">&quot;all_series&quot;</span><span class="p">]</span><span class="w"> </span><span class="p">}</span><span class="w"></span>
12812<span class="k">extern</span><span class="w"> </span><span class="k">crate</span><span class="w"> </span><span class="n">plotters</span><span class="p">;</span><span class="w"></span>
12813<span class="k">use</span><span class="w"> </span><span class="n">plotters</span>::<span class="n">prelude</span>::<span class="o">*</span><span class="p">;</span><span class="w"></span>
12814<span class="k">use</span><span class="w"> </span><span class="n">plotters</span>::<span class="n">coord</span>::<span class="n">Shift</span><span class="p">;</span><span class="w"></span>
12815<span class="k">pub</span><span class="w"> </span><span class="k">fn</span> <span class="nf">sierpinski_carpet</span><span class="p">(</span><span class="w"></span>
12816<span class="w">    </span><span class="n">depth</span>: <span class="kt">u32</span><span class="p">,</span><span class="w"> </span>
12817<span class="w">    </span><span class="n">drawing_area</span>: <span class="kp">&amp;</span><span class="nc">DrawingArea</span><span class="o">&lt;</span><span class="n">SVGBackend</span><span class="p">,</span><span class="w"> </span><span class="n">Shift</span><span class="o">&gt;</span><span class="p">)</span><span class="w"> </span>
12818-&gt; <span class="nb">Result</span><span class="o">&lt;</span><span class="p">(),</span><span class="w"> </span><span class="nb">Box</span><span class="o">&lt;</span><span class="n">dyn</span><span class="w"> </span><span class="n">std</span>::<span class="n">error</span>::<span class="n">Error</span><span class="o">&gt;&gt;</span><span class="w"> </span><span class="p">{</span><span class="w"></span>
12819<span class="w">    </span><span class="k">if</span><span class="w"> </span><span class="n">depth</span><span class="w"> </span><span class="o">&gt;</span><span class="w"> </span><span class="mi">0</span><span class="w"> </span><span class="p">{</span><span class="w"></span>
12820<span class="w">        </span><span class="kd">let</span><span class="w"> </span><span class="n">sub_areas</span><span class="w"> </span><span class="o">=</span><span class="w"> </span><span class="n">drawing_area</span><span class="p">.</span><span class="n">split_evenly</span><span class="p">((</span><span class="mi">3</span><span class="p">,</span><span class="mi">3</span><span class="p">));</span><span class="w"></span>
12821<span class="w">        </span><span class="k">for</span><span class="w"> </span><span class="p">(</span><span class="n">idx</span><span class="p">,</span><span class="w"> </span><span class="n">sub_area</span><span class="p">)</span><span class="w"> </span><span class="k">in</span><span class="w"> </span><span class="p">(</span><span class="mi">0</span><span class="p">..).</span><span class="n">zip</span><span class="p">(</span><span class="n">sub_areas</span><span class="p">.</span><span class="n">iter</span><span class="p">())</span><span class="w"> </span><span class="p">{</span><span class="w"></span>
12822<span class="w">            </span><span class="k">if</span><span class="w"> </span><span class="n">idx</span><span class="w"> </span><span class="o">==</span><span class="w"> </span><span class="mi">4</span><span class="w"> </span><span class="p">{</span><span class="w"></span>
12823<span class="w">                </span><span class="n">sub_area</span><span class="p">.</span><span class="n">fill</span><span class="p">(</span><span class="o">&amp;</span><span class="n">WHITE</span><span class="p">)</span><span class="o">?</span><span class="p">;</span><span class="w"></span>
12824<span class="w">            </span><span class="p">}</span><span class="w"> </span><span class="k">else</span><span class="w"> </span><span class="p">{</span><span class="w"></span>
12825<span class="w">                </span><span class="n">sierpinski_carpet</span><span class="p">(</span><span class="n">depth</span><span class="w"> </span><span class="o">-</span><span class="w"> </span><span class="mi">1</span><span class="p">,</span><span class="w"> </span><span class="n">sub_area</span><span class="p">)</span><span class="o">?</span><span class="p">;</span><span class="w"></span>
12826<span class="w">            </span><span class="p">}</span><span class="w"></span>
12827<span class="w">        </span><span class="p">}</span><span class="w"></span>
12828<span class="w">    </span><span class="p">}</span><span class="w"></span>
12829<span class="w">    </span><span class="nb">Ok</span><span class="p">(())</span><span class="w"></span>
12830<span class="p">}</span><span class="w"></span>
12831<span class="n">evcxr_figure</span><span class="p">((</span><span class="mi">4800</span><span class="p">,</span><span class="mi">4800</span><span class="p">),</span><span class="w"> </span><span class="o">|</span><span class="n">root</span><span class="o">|</span><span class="w"> </span><span class="p">{</span><span class="w"></span>
12832<span class="w">    </span><span class="n">root</span><span class="p">.</span><span class="n">fill</span><span class="p">(</span><span class="o">&amp;</span><span class="n">BLACK</span><span class="p">)</span><span class="o">?</span><span class="p">;</span><span class="w"></span>
12833<span class="w">    </span><span class="n">sierpinski_carpet</span><span class="p">(</span><span class="mi">5</span><span class="p">,</span><span class="w"> </span><span class="o">&amp;</span><span class="n">root</span><span class="p">)</span><span class="w"></span>
12834<span class="p">}).</span><span class="n">style</span><span class="p">(</span><span class="s">&quot;width: 200px&quot;</span><span class="p">)</span><span class="w">  </span><span class="cm">/* You can add CSS style to the result */</span><span class="w"></span>
12835</pre></div>
12836
12837</div>
12838</div>
12839</div>
12840
12841<div class="output_wrapper">
12842<div class="output">
12843
12844
12845<div class="output_area">
12846
12847<div class="prompt output_prompt">Out[6]:</div>
12848
12849
12850
12851<div class="output_html rendered_html output_subarea output_execute_result">
12852<div style="width: 200px"><svg width="4800" height="4800" viewBox="0 0 4800 4800" xmlns="http://www.w3.org/2000/svg">
12853<rect x="0" y="0" width="4799" height="4799" opacity="1" fill="#000000" stroke="none"/>
12854<rect x="20" y="20" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
12855<rect x="80" y="20" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
12856<rect x="139" y="20" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
12857<rect x="20" y="80" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
12858<rect x="60" y="60" width="58" height="58" opacity="1" fill="#FFFFFF" stroke="none"/>
12859<rect x="139" y="80" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
12860<rect x="20" y="139" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
12861<rect x="80" y="139" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
12862<rect x="139" y="139" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
12863<rect x="198" y="20" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
12864<rect x="258" y="20" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
12865<rect x="317" y="20" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
12866<rect x="198" y="80" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
12867<rect x="238" y="60" width="58" height="58" opacity="1" fill="#FFFFFF" stroke="none"/>
12868<rect x="317" y="80" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
12869<rect x="198" y="139" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
12870<rect x="258" y="139" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
12871<rect x="317" y="139" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
12872<rect x="376" y="20" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
12873<rect x="436" y="20" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
12874<rect x="495" y="20" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
12875<rect x="376" y="80" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
12876<rect x="416" y="60" width="58" height="58" opacity="1" fill="#FFFFFF" stroke="none"/>
12877<rect x="495" y="80" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
12878<rect x="376" y="139" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
12879<rect x="436" y="139" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
12880<rect x="495" y="139" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
12881<rect x="20" y="198" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
12882<rect x="80" y="198" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
12883<rect x="139" y="198" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
12884<rect x="20" y="258" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
12885<rect x="60" y="238" width="58" height="58" opacity="1" fill="#FFFFFF" stroke="none"/>
12886<rect x="139" y="258" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
12887<rect x="20" y="317" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
12888<rect x="80" y="317" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
12889<rect x="139" y="317" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
12890<rect x="178" y="178" width="177" height="177" opacity="1" fill="#FFFFFF" stroke="none"/>
12891<rect x="376" y="198" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
12892<rect x="436" y="198" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
12893<rect x="495" y="198" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
12894<rect x="376" y="258" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
12895<rect x="416" y="238" width="58" height="58" opacity="1" fill="#FFFFFF" stroke="none"/>
12896<rect x="495" y="258" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
12897<rect x="376" y="317" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
12898<rect x="436" y="317" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
12899<rect x="495" y="317" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
12900<rect x="20" y="376" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
12901<rect x="80" y="376" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
12902<rect x="139" y="376" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
12903<rect x="20" y="436" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
12904<rect x="60" y="416" width="58" height="58" opacity="1" fill="#FFFFFF" stroke="none"/>
12905<rect x="139" y="436" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
12906<rect x="20" y="495" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
12907<rect x="80" y="495" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
12908<rect x="139" y="495" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
12909<rect x="198" y="376" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
12910<rect x="258" y="376" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
12911<rect x="317" y="376" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
12912<rect x="198" y="436" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
12913<rect x="238" y="416" width="58" height="58" opacity="1" fill="#FFFFFF" stroke="none"/>
12914<rect x="317" y="436" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
12915<rect x="198" y="495" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
12916<rect x="258" y="495" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
12917<rect x="317" y="495" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
12918<rect x="376" y="376" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
12919<rect x="436" y="376" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
12920<rect x="495" y="376" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
12921<rect x="376" y="436" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
12922<rect x="416" y="416" width="58" height="58" opacity="1" fill="#FFFFFF" stroke="none"/>
12923<rect x="495" y="436" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
12924<rect x="376" y="495" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
12925<rect x="436" y="495" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
12926<rect x="495" y="495" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
12927<rect x="554" y="20" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
12928<rect x="614" y="20" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
12929<rect x="673" y="20" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
12930<rect x="554" y="80" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
12931<rect x="594" y="60" width="58" height="58" opacity="1" fill="#FFFFFF" stroke="none"/>
12932<rect x="673" y="80" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
12933<rect x="554" y="139" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
12934<rect x="614" y="139" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
12935<rect x="673" y="139" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
12936<rect x="732" y="20" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
12937<rect x="792" y="20" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
12938<rect x="851" y="20" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
12939<rect x="732" y="80" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
12940<rect x="772" y="60" width="58" height="58" opacity="1" fill="#FFFFFF" stroke="none"/>
12941<rect x="851" y="80" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
12942<rect x="732" y="139" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
12943<rect x="792" y="139" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
12944<rect x="851" y="139" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
12945<rect x="910" y="20" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
12946<rect x="969" y="20" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
12947<rect x="1028" y="20" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
12948<rect x="910" y="80" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
12949<rect x="949" y="60" width="58" height="58" opacity="1" fill="#FFFFFF" stroke="none"/>
12950<rect x="1028" y="80" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
12951<rect x="910" y="139" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
12952<rect x="969" y="139" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
12953<rect x="1028" y="139" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
12954<rect x="554" y="198" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
12955<rect x="614" y="198" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
12956<rect x="673" y="198" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
12957<rect x="554" y="258" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
12958<rect x="594" y="238" width="58" height="58" opacity="1" fill="#FFFFFF" stroke="none"/>
12959<rect x="673" y="258" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
12960<rect x="554" y="317" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
12961<rect x="614" y="317" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
12962<rect x="673" y="317" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
12963<rect x="712" y="178" width="177" height="177" opacity="1" fill="#FFFFFF" stroke="none"/>
12964<rect x="910" y="198" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
12965<rect x="969" y="198" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
12966<rect x="1028" y="198" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
12967<rect x="910" y="258" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
12968<rect x="949" y="238" width="58" height="58" opacity="1" fill="#FFFFFF" stroke="none"/>
12969<rect x="1028" y="258" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
12970<rect x="910" y="317" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
12971<rect x="969" y="317" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
12972<rect x="1028" y="317" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
12973<rect x="554" y="376" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
12974<rect x="614" y="376" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
12975<rect x="673" y="376" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
12976<rect x="554" y="436" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
12977<rect x="594" y="416" width="58" height="58" opacity="1" fill="#FFFFFF" stroke="none"/>
12978<rect x="673" y="436" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
12979<rect x="554" y="495" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
12980<rect x="614" y="495" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
12981<rect x="673" y="495" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
12982<rect x="732" y="376" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
12983<rect x="792" y="376" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
12984<rect x="851" y="376" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
12985<rect x="732" y="436" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
12986<rect x="772" y="416" width="58" height="58" opacity="1" fill="#FFFFFF" stroke="none"/>
12987<rect x="851" y="436" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
12988<rect x="732" y="495" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
12989<rect x="792" y="495" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
12990<rect x="851" y="495" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
12991<rect x="910" y="376" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
12992<rect x="969" y="376" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
12993<rect x="1028" y="376" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
12994<rect x="910" y="436" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
12995<rect x="949" y="416" width="58" height="58" opacity="1" fill="#FFFFFF" stroke="none"/>
12996<rect x="1028" y="436" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
12997<rect x="910" y="495" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
12998<rect x="969" y="495" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
12999<rect x="1028" y="495" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13000<rect x="1087" y="20" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13001<rect x="1147" y="20" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13002<rect x="1206" y="20" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13003<rect x="1087" y="80" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13004<rect x="1127" y="60" width="58" height="58" opacity="1" fill="#FFFFFF" stroke="none"/>
13005<rect x="1206" y="80" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13006<rect x="1087" y="139" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13007<rect x="1147" y="139" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13008<rect x="1206" y="139" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13009<rect x="1265" y="20" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13010<rect x="1325" y="20" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13011<rect x="1384" y="20" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13012<rect x="1265" y="80" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13013<rect x="1305" y="60" width="58" height="58" opacity="1" fill="#FFFFFF" stroke="none"/>
13014<rect x="1384" y="80" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13015<rect x="1265" y="139" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13016<rect x="1325" y="139" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13017<rect x="1384" y="139" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13018<rect x="1443" y="20" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13019<rect x="1502" y="20" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13020<rect x="1561" y="20" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13021<rect x="1443" y="80" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13022<rect x="1482" y="60" width="58" height="58" opacity="1" fill="#FFFFFF" stroke="none"/>
13023<rect x="1561" y="80" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13024<rect x="1443" y="139" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13025<rect x="1502" y="139" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13026<rect x="1561" y="139" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13027<rect x="1087" y="198" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13028<rect x="1147" y="198" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13029<rect x="1206" y="198" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13030<rect x="1087" y="258" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13031<rect x="1127" y="238" width="58" height="58" opacity="1" fill="#FFFFFF" stroke="none"/>
13032<rect x="1206" y="258" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13033<rect x="1087" y="317" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13034<rect x="1147" y="317" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13035<rect x="1206" y="317" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13036<rect x="1245" y="178" width="177" height="177" opacity="1" fill="#FFFFFF" stroke="none"/>
13037<rect x="1443" y="198" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13038<rect x="1502" y="198" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13039<rect x="1561" y="198" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13040<rect x="1443" y="258" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13041<rect x="1482" y="238" width="58" height="58" opacity="1" fill="#FFFFFF" stroke="none"/>
13042<rect x="1561" y="258" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13043<rect x="1443" y="317" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13044<rect x="1502" y="317" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13045<rect x="1561" y="317" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13046<rect x="1087" y="376" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13047<rect x="1147" y="376" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13048<rect x="1206" y="376" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13049<rect x="1087" y="436" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13050<rect x="1127" y="416" width="58" height="58" opacity="1" fill="#FFFFFF" stroke="none"/>
13051<rect x="1206" y="436" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13052<rect x="1087" y="495" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13053<rect x="1147" y="495" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13054<rect x="1206" y="495" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13055<rect x="1265" y="376" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13056<rect x="1325" y="376" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13057<rect x="1384" y="376" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13058<rect x="1265" y="436" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13059<rect x="1305" y="416" width="58" height="58" opacity="1" fill="#FFFFFF" stroke="none"/>
13060<rect x="1384" y="436" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13061<rect x="1265" y="495" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13062<rect x="1325" y="495" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13063<rect x="1384" y="495" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13064<rect x="1443" y="376" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13065<rect x="1502" y="376" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13066<rect x="1561" y="376" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13067<rect x="1443" y="436" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13068<rect x="1482" y="416" width="58" height="58" opacity="1" fill="#FFFFFF" stroke="none"/>
13069<rect x="1561" y="436" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13070<rect x="1443" y="495" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13071<rect x="1502" y="495" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13072<rect x="1561" y="495" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13073<rect x="20" y="554" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13074<rect x="80" y="554" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13075<rect x="139" y="554" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13076<rect x="20" y="614" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13077<rect x="60" y="594" width="58" height="58" opacity="1" fill="#FFFFFF" stroke="none"/>
13078<rect x="139" y="614" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13079<rect x="20" y="673" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13080<rect x="80" y="673" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13081<rect x="139" y="673" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13082<rect x="198" y="554" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13083<rect x="258" y="554" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13084<rect x="317" y="554" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13085<rect x="198" y="614" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13086<rect x="238" y="594" width="58" height="58" opacity="1" fill="#FFFFFF" stroke="none"/>
13087<rect x="317" y="614" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13088<rect x="198" y="673" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13089<rect x="258" y="673" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13090<rect x="317" y="673" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13091<rect x="376" y="554" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13092<rect x="436" y="554" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13093<rect x="495" y="554" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13094<rect x="376" y="614" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13095<rect x="416" y="594" width="58" height="58" opacity="1" fill="#FFFFFF" stroke="none"/>
13096<rect x="495" y="614" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13097<rect x="376" y="673" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13098<rect x="436" y="673" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13099<rect x="495" y="673" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13100<rect x="20" y="732" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13101<rect x="80" y="732" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13102<rect x="139" y="732" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13103<rect x="20" y="792" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13104<rect x="60" y="772" width="58" height="58" opacity="1" fill="#FFFFFF" stroke="none"/>
13105<rect x="139" y="792" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13106<rect x="20" y="851" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13107<rect x="80" y="851" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13108<rect x="139" y="851" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13109<rect x="178" y="712" width="177" height="177" opacity="1" fill="#FFFFFF" stroke="none"/>
13110<rect x="376" y="732" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13111<rect x="436" y="732" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13112<rect x="495" y="732" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13113<rect x="376" y="792" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13114<rect x="416" y="772" width="58" height="58" opacity="1" fill="#FFFFFF" stroke="none"/>
13115<rect x="495" y="792" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13116<rect x="376" y="851" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13117<rect x="436" y="851" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13118<rect x="495" y="851" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13119<rect x="20" y="910" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13120<rect x="80" y="910" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13121<rect x="139" y="910" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13122<rect x="20" y="969" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13123<rect x="60" y="949" width="58" height="58" opacity="1" fill="#FFFFFF" stroke="none"/>
13124<rect x="139" y="969" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13125<rect x="20" y="1028" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13126<rect x="80" y="1028" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13127<rect x="139" y="1028" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13128<rect x="198" y="910" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13129<rect x="258" y="910" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13130<rect x="317" y="910" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13131<rect x="198" y="969" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13132<rect x="238" y="949" width="58" height="58" opacity="1" fill="#FFFFFF" stroke="none"/>
13133<rect x="317" y="969" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13134<rect x="198" y="1028" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13135<rect x="258" y="1028" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13136<rect x="317" y="1028" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13137<rect x="376" y="910" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13138<rect x="436" y="910" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13139<rect x="495" y="910" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13140<rect x="376" y="969" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13141<rect x="416" y="949" width="58" height="58" opacity="1" fill="#FFFFFF" stroke="none"/>
13142<rect x="495" y="969" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13143<rect x="376" y="1028" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13144<rect x="436" y="1028" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13145<rect x="495" y="1028" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13146<rect x="534" y="534" width="532" height="532" opacity="1" fill="#FFFFFF" stroke="none"/>
13147<rect x="1087" y="554" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13148<rect x="1147" y="554" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13149<rect x="1206" y="554" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13150<rect x="1087" y="614" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13151<rect x="1127" y="594" width="58" height="58" opacity="1" fill="#FFFFFF" stroke="none"/>
13152<rect x="1206" y="614" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13153<rect x="1087" y="673" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13154<rect x="1147" y="673" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13155<rect x="1206" y="673" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13156<rect x="1265" y="554" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13157<rect x="1325" y="554" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13158<rect x="1384" y="554" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13159<rect x="1265" y="614" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13160<rect x="1305" y="594" width="58" height="58" opacity="1" fill="#FFFFFF" stroke="none"/>
13161<rect x="1384" y="614" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13162<rect x="1265" y="673" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13163<rect x="1325" y="673" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13164<rect x="1384" y="673" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13165<rect x="1443" y="554" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13166<rect x="1502" y="554" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13167<rect x="1561" y="554" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13168<rect x="1443" y="614" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13169<rect x="1482" y="594" width="58" height="58" opacity="1" fill="#FFFFFF" stroke="none"/>
13170<rect x="1561" y="614" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13171<rect x="1443" y="673" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13172<rect x="1502" y="673" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13173<rect x="1561" y="673" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13174<rect x="1087" y="732" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13175<rect x="1147" y="732" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13176<rect x="1206" y="732" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13177<rect x="1087" y="792" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13178<rect x="1127" y="772" width="58" height="58" opacity="1" fill="#FFFFFF" stroke="none"/>
13179<rect x="1206" y="792" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13180<rect x="1087" y="851" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13181<rect x="1147" y="851" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13182<rect x="1206" y="851" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13183<rect x="1245" y="712" width="177" height="177" opacity="1" fill="#FFFFFF" stroke="none"/>
13184<rect x="1443" y="732" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13185<rect x="1502" y="732" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13186<rect x="1561" y="732" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13187<rect x="1443" y="792" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13188<rect x="1482" y="772" width="58" height="58" opacity="1" fill="#FFFFFF" stroke="none"/>
13189<rect x="1561" y="792" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13190<rect x="1443" y="851" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13191<rect x="1502" y="851" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13192<rect x="1561" y="851" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13193<rect x="1087" y="910" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13194<rect x="1147" y="910" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13195<rect x="1206" y="910" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13196<rect x="1087" y="969" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13197<rect x="1127" y="949" width="58" height="58" opacity="1" fill="#FFFFFF" stroke="none"/>
13198<rect x="1206" y="969" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13199<rect x="1087" y="1028" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13200<rect x="1147" y="1028" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13201<rect x="1206" y="1028" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13202<rect x="1265" y="910" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13203<rect x="1325" y="910" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13204<rect x="1384" y="910" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13205<rect x="1265" y="969" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13206<rect x="1305" y="949" width="58" height="58" opacity="1" fill="#FFFFFF" stroke="none"/>
13207<rect x="1384" y="969" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13208<rect x="1265" y="1028" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13209<rect x="1325" y="1028" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13210<rect x="1384" y="1028" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13211<rect x="1443" y="910" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13212<rect x="1502" y="910" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13213<rect x="1561" y="910" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13214<rect x="1443" y="969" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13215<rect x="1482" y="949" width="58" height="58" opacity="1" fill="#FFFFFF" stroke="none"/>
13216<rect x="1561" y="969" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13217<rect x="1443" y="1028" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13218<rect x="1502" y="1028" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13219<rect x="1561" y="1028" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13220<rect x="20" y="1087" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13221<rect x="80" y="1087" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13222<rect x="139" y="1087" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13223<rect x="20" y="1147" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13224<rect x="60" y="1127" width="58" height="58" opacity="1" fill="#FFFFFF" stroke="none"/>
13225<rect x="139" y="1147" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13226<rect x="20" y="1206" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13227<rect x="80" y="1206" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13228<rect x="139" y="1206" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13229<rect x="198" y="1087" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13230<rect x="258" y="1087" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13231<rect x="317" y="1087" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13232<rect x="198" y="1147" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13233<rect x="238" y="1127" width="58" height="58" opacity="1" fill="#FFFFFF" stroke="none"/>
13234<rect x="317" y="1147" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13235<rect x="198" y="1206" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13236<rect x="258" y="1206" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13237<rect x="317" y="1206" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13238<rect x="376" y="1087" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13239<rect x="436" y="1087" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13240<rect x="495" y="1087" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13241<rect x="376" y="1147" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13242<rect x="416" y="1127" width="58" height="58" opacity="1" fill="#FFFFFF" stroke="none"/>
13243<rect x="495" y="1147" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13244<rect x="376" y="1206" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13245<rect x="436" y="1206" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13246<rect x="495" y="1206" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13247<rect x="20" y="1265" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13248<rect x="80" y="1265" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13249<rect x="139" y="1265" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13250<rect x="20" y="1325" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13251<rect x="60" y="1305" width="58" height="58" opacity="1" fill="#FFFFFF" stroke="none"/>
13252<rect x="139" y="1325" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13253<rect x="20" y="1384" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13254<rect x="80" y="1384" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13255<rect x="139" y="1384" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13256<rect x="178" y="1245" width="177" height="177" opacity="1" fill="#FFFFFF" stroke="none"/>
13257<rect x="376" y="1265" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13258<rect x="436" y="1265" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13259<rect x="495" y="1265" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13260<rect x="376" y="1325" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13261<rect x="416" y="1305" width="58" height="58" opacity="1" fill="#FFFFFF" stroke="none"/>
13262<rect x="495" y="1325" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13263<rect x="376" y="1384" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13264<rect x="436" y="1384" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13265<rect x="495" y="1384" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13266<rect x="20" y="1443" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13267<rect x="80" y="1443" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13268<rect x="139" y="1443" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13269<rect x="20" y="1502" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13270<rect x="60" y="1482" width="58" height="58" opacity="1" fill="#FFFFFF" stroke="none"/>
13271<rect x="139" y="1502" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13272<rect x="20" y="1561" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13273<rect x="80" y="1561" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13274<rect x="139" y="1561" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13275<rect x="198" y="1443" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13276<rect x="258" y="1443" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13277<rect x="317" y="1443" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13278<rect x="198" y="1502" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13279<rect x="238" y="1482" width="58" height="58" opacity="1" fill="#FFFFFF" stroke="none"/>
13280<rect x="317" y="1502" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13281<rect x="198" y="1561" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13282<rect x="258" y="1561" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13283<rect x="317" y="1561" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13284<rect x="376" y="1443" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13285<rect x="436" y="1443" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13286<rect x="495" y="1443" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13287<rect x="376" y="1502" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13288<rect x="416" y="1482" width="58" height="58" opacity="1" fill="#FFFFFF" stroke="none"/>
13289<rect x="495" y="1502" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13290<rect x="376" y="1561" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13291<rect x="436" y="1561" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13292<rect x="495" y="1561" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13293<rect x="554" y="1087" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13294<rect x="614" y="1087" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13295<rect x="673" y="1087" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13296<rect x="554" y="1147" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13297<rect x="594" y="1127" width="58" height="58" opacity="1" fill="#FFFFFF" stroke="none"/>
13298<rect x="673" y="1147" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13299<rect x="554" y="1206" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13300<rect x="614" y="1206" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13301<rect x="673" y="1206" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13302<rect x="732" y="1087" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13303<rect x="792" y="1087" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13304<rect x="851" y="1087" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13305<rect x="732" y="1147" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13306<rect x="772" y="1127" width="58" height="58" opacity="1" fill="#FFFFFF" stroke="none"/>
13307<rect x="851" y="1147" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13308<rect x="732" y="1206" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13309<rect x="792" y="1206" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13310<rect x="851" y="1206" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13311<rect x="910" y="1087" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13312<rect x="969" y="1087" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13313<rect x="1028" y="1087" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13314<rect x="910" y="1147" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13315<rect x="949" y="1127" width="58" height="58" opacity="1" fill="#FFFFFF" stroke="none"/>
13316<rect x="1028" y="1147" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13317<rect x="910" y="1206" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13318<rect x="969" y="1206" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13319<rect x="1028" y="1206" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13320<rect x="554" y="1265" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13321<rect x="614" y="1265" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13322<rect x="673" y="1265" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13323<rect x="554" y="1325" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13324<rect x="594" y="1305" width="58" height="58" opacity="1" fill="#FFFFFF" stroke="none"/>
13325<rect x="673" y="1325" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13326<rect x="554" y="1384" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13327<rect x="614" y="1384" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13328<rect x="673" y="1384" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13329<rect x="712" y="1245" width="177" height="177" opacity="1" fill="#FFFFFF" stroke="none"/>
13330<rect x="910" y="1265" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13331<rect x="969" y="1265" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13332<rect x="1028" y="1265" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13333<rect x="910" y="1325" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13334<rect x="949" y="1305" width="58" height="58" opacity="1" fill="#FFFFFF" stroke="none"/>
13335<rect x="1028" y="1325" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13336<rect x="910" y="1384" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13337<rect x="969" y="1384" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13338<rect x="1028" y="1384" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13339<rect x="554" y="1443" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13340<rect x="614" y="1443" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13341<rect x="673" y="1443" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13342<rect x="554" y="1502" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13343<rect x="594" y="1482" width="58" height="58" opacity="1" fill="#FFFFFF" stroke="none"/>
13344<rect x="673" y="1502" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13345<rect x="554" y="1561" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13346<rect x="614" y="1561" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13347<rect x="673" y="1561" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13348<rect x="732" y="1443" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13349<rect x="792" y="1443" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13350<rect x="851" y="1443" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13351<rect x="732" y="1502" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13352<rect x="772" y="1482" width="58" height="58" opacity="1" fill="#FFFFFF" stroke="none"/>
13353<rect x="851" y="1502" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13354<rect x="732" y="1561" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13355<rect x="792" y="1561" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13356<rect x="851" y="1561" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13357<rect x="910" y="1443" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13358<rect x="969" y="1443" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13359<rect x="1028" y="1443" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13360<rect x="910" y="1502" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13361<rect x="949" y="1482" width="58" height="58" opacity="1" fill="#FFFFFF" stroke="none"/>
13362<rect x="1028" y="1502" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13363<rect x="910" y="1561" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13364<rect x="969" y="1561" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13365<rect x="1028" y="1561" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13366<rect x="1087" y="1087" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13367<rect x="1147" y="1087" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13368<rect x="1206" y="1087" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13369<rect x="1087" y="1147" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13370<rect x="1127" y="1127" width="58" height="58" opacity="1" fill="#FFFFFF" stroke="none"/>
13371<rect x="1206" y="1147" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13372<rect x="1087" y="1206" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13373<rect x="1147" y="1206" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13374<rect x="1206" y="1206" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13375<rect x="1265" y="1087" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13376<rect x="1325" y="1087" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13377<rect x="1384" y="1087" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13378<rect x="1265" y="1147" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13379<rect x="1305" y="1127" width="58" height="58" opacity="1" fill="#FFFFFF" stroke="none"/>
13380<rect x="1384" y="1147" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13381<rect x="1265" y="1206" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13382<rect x="1325" y="1206" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13383<rect x="1384" y="1206" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13384<rect x="1443" y="1087" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13385<rect x="1502" y="1087" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13386<rect x="1561" y="1087" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13387<rect x="1443" y="1147" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13388<rect x="1482" y="1127" width="58" height="58" opacity="1" fill="#FFFFFF" stroke="none"/>
13389<rect x="1561" y="1147" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13390<rect x="1443" y="1206" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13391<rect x="1502" y="1206" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13392<rect x="1561" y="1206" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13393<rect x="1087" y="1265" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13394<rect x="1147" y="1265" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13395<rect x="1206" y="1265" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13396<rect x="1087" y="1325" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13397<rect x="1127" y="1305" width="58" height="58" opacity="1" fill="#FFFFFF" stroke="none"/>
13398<rect x="1206" y="1325" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13399<rect x="1087" y="1384" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13400<rect x="1147" y="1384" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13401<rect x="1206" y="1384" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13402<rect x="1245" y="1245" width="177" height="177" opacity="1" fill="#FFFFFF" stroke="none"/>
13403<rect x="1443" y="1265" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13404<rect x="1502" y="1265" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13405<rect x="1561" y="1265" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13406<rect x="1443" y="1325" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13407<rect x="1482" y="1305" width="58" height="58" opacity="1" fill="#FFFFFF" stroke="none"/>
13408<rect x="1561" y="1325" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13409<rect x="1443" y="1384" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13410<rect x="1502" y="1384" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13411<rect x="1561" y="1384" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13412<rect x="1087" y="1443" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13413<rect x="1147" y="1443" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13414<rect x="1206" y="1443" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13415<rect x="1087" y="1502" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13416<rect x="1127" y="1482" width="58" height="58" opacity="1" fill="#FFFFFF" stroke="none"/>
13417<rect x="1206" y="1502" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13418<rect x="1087" y="1561" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13419<rect x="1147" y="1561" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13420<rect x="1206" y="1561" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13421<rect x="1265" y="1443" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13422<rect x="1325" y="1443" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13423<rect x="1384" y="1443" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13424<rect x="1265" y="1502" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13425<rect x="1305" y="1482" width="58" height="58" opacity="1" fill="#FFFFFF" stroke="none"/>
13426<rect x="1384" y="1502" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13427<rect x="1265" y="1561" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13428<rect x="1325" y="1561" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13429<rect x="1384" y="1561" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13430<rect x="1443" y="1443" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13431<rect x="1502" y="1443" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13432<rect x="1561" y="1443" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13433<rect x="1443" y="1502" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13434<rect x="1482" y="1482" width="58" height="58" opacity="1" fill="#FFFFFF" stroke="none"/>
13435<rect x="1561" y="1502" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13436<rect x="1443" y="1561" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13437<rect x="1502" y="1561" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13438<rect x="1561" y="1561" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13439<rect x="1620" y="20" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13440<rect x="1680" y="20" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13441<rect x="1739" y="20" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13442<rect x="1620" y="80" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13443<rect x="1660" y="60" width="58" height="58" opacity="1" fill="#FFFFFF" stroke="none"/>
13444<rect x="1739" y="80" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13445<rect x="1620" y="139" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13446<rect x="1680" y="139" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13447<rect x="1739" y="139" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13448<rect x="1798" y="20" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13449<rect x="1858" y="20" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13450<rect x="1917" y="20" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13451<rect x="1798" y="80" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13452<rect x="1838" y="60" width="58" height="58" opacity="1" fill="#FFFFFF" stroke="none"/>
13453<rect x="1917" y="80" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13454<rect x="1798" y="139" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13455<rect x="1858" y="139" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13456<rect x="1917" y="139" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13457<rect x="1976" y="20" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13458<rect x="2036" y="20" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13459<rect x="2095" y="20" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13460<rect x="1976" y="80" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13461<rect x="2016" y="60" width="58" height="58" opacity="1" fill="#FFFFFF" stroke="none"/>
13462<rect x="2095" y="80" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13463<rect x="1976" y="139" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13464<rect x="2036" y="139" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13465<rect x="2095" y="139" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13466<rect x="1620" y="198" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13467<rect x="1680" y="198" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13468<rect x="1739" y="198" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13469<rect x="1620" y="258" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13470<rect x="1660" y="238" width="58" height="58" opacity="1" fill="#FFFFFF" stroke="none"/>
13471<rect x="1739" y="258" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13472<rect x="1620" y="317" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13473<rect x="1680" y="317" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13474<rect x="1739" y="317" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13475<rect x="1778" y="178" width="177" height="177" opacity="1" fill="#FFFFFF" stroke="none"/>
13476<rect x="1976" y="198" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13477<rect x="2036" y="198" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13478<rect x="2095" y="198" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13479<rect x="1976" y="258" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13480<rect x="2016" y="238" width="58" height="58" opacity="1" fill="#FFFFFF" stroke="none"/>
13481<rect x="2095" y="258" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13482<rect x="1976" y="317" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13483<rect x="2036" y="317" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13484<rect x="2095" y="317" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13485<rect x="1620" y="376" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13486<rect x="1680" y="376" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13487<rect x="1739" y="376" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13488<rect x="1620" y="436" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13489<rect x="1660" y="416" width="58" height="58" opacity="1" fill="#FFFFFF" stroke="none"/>
13490<rect x="1739" y="436" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13491<rect x="1620" y="495" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13492<rect x="1680" y="495" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13493<rect x="1739" y="495" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13494<rect x="1798" y="376" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13495<rect x="1858" y="376" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13496<rect x="1917" y="376" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13497<rect x="1798" y="436" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13498<rect x="1838" y="416" width="58" height="58" opacity="1" fill="#FFFFFF" stroke="none"/>
13499<rect x="1917" y="436" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13500<rect x="1798" y="495" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13501<rect x="1858" y="495" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13502<rect x="1917" y="495" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13503<rect x="1976" y="376" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13504<rect x="2036" y="376" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13505<rect x="2095" y="376" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13506<rect x="1976" y="436" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13507<rect x="2016" y="416" width="58" height="58" opacity="1" fill="#FFFFFF" stroke="none"/>
13508<rect x="2095" y="436" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13509<rect x="1976" y="495" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13510<rect x="2036" y="495" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13511<rect x="2095" y="495" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13512<rect x="2154" y="20" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13513<rect x="2214" y="20" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13514<rect x="2273" y="20" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13515<rect x="2154" y="80" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13516<rect x="2194" y="60" width="58" height="58" opacity="1" fill="#FFFFFF" stroke="none"/>
13517<rect x="2273" y="80" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13518<rect x="2154" y="139" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13519<rect x="2214" y="139" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13520<rect x="2273" y="139" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13521<rect x="2332" y="20" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13522<rect x="2392" y="20" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13523<rect x="2451" y="20" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13524<rect x="2332" y="80" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13525<rect x="2372" y="60" width="58" height="58" opacity="1" fill="#FFFFFF" stroke="none"/>
13526<rect x="2451" y="80" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13527<rect x="2332" y="139" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13528<rect x="2392" y="139" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13529<rect x="2451" y="139" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13530<rect x="2510" y="20" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13531<rect x="2569" y="20" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13532<rect x="2628" y="20" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13533<rect x="2510" y="80" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13534<rect x="2549" y="60" width="58" height="58" opacity="1" fill="#FFFFFF" stroke="none"/>
13535<rect x="2628" y="80" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13536<rect x="2510" y="139" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13537<rect x="2569" y="139" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13538<rect x="2628" y="139" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13539<rect x="2154" y="198" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13540<rect x="2214" y="198" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13541<rect x="2273" y="198" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13542<rect x="2154" y="258" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13543<rect x="2194" y="238" width="58" height="58" opacity="1" fill="#FFFFFF" stroke="none"/>
13544<rect x="2273" y="258" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13545<rect x="2154" y="317" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13546<rect x="2214" y="317" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13547<rect x="2273" y="317" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13548<rect x="2312" y="178" width="177" height="177" opacity="1" fill="#FFFFFF" stroke="none"/>
13549<rect x="2510" y="198" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13550<rect x="2569" y="198" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13551<rect x="2628" y="198" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13552<rect x="2510" y="258" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13553<rect x="2549" y="238" width="58" height="58" opacity="1" fill="#FFFFFF" stroke="none"/>
13554<rect x="2628" y="258" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13555<rect x="2510" y="317" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13556<rect x="2569" y="317" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13557<rect x="2628" y="317" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13558<rect x="2154" y="376" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13559<rect x="2214" y="376" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13560<rect x="2273" y="376" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13561<rect x="2154" y="436" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13562<rect x="2194" y="416" width="58" height="58" opacity="1" fill="#FFFFFF" stroke="none"/>
13563<rect x="2273" y="436" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13564<rect x="2154" y="495" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13565<rect x="2214" y="495" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13566<rect x="2273" y="495" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13567<rect x="2332" y="376" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13568<rect x="2392" y="376" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13569<rect x="2451" y="376" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13570<rect x="2332" y="436" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13571<rect x="2372" y="416" width="58" height="58" opacity="1" fill="#FFFFFF" stroke="none"/>
13572<rect x="2451" y="436" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13573<rect x="2332" y="495" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13574<rect x="2392" y="495" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13575<rect x="2451" y="495" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13576<rect x="2510" y="376" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13577<rect x="2569" y="376" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13578<rect x="2628" y="376" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13579<rect x="2510" y="436" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13580<rect x="2549" y="416" width="58" height="58" opacity="1" fill="#FFFFFF" stroke="none"/>
13581<rect x="2628" y="436" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13582<rect x="2510" y="495" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13583<rect x="2569" y="495" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13584<rect x="2628" y="495" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13585<rect x="2687" y="20" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13586<rect x="2747" y="20" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13587<rect x="2806" y="20" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13588<rect x="2687" y="80" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13589<rect x="2727" y="60" width="58" height="58" opacity="1" fill="#FFFFFF" stroke="none"/>
13590<rect x="2806" y="80" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13591<rect x="2687" y="139" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13592<rect x="2747" y="139" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13593<rect x="2806" y="139" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13594<rect x="2865" y="20" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13595<rect x="2925" y="20" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13596<rect x="2984" y="20" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13597<rect x="2865" y="80" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13598<rect x="2905" y="60" width="58" height="58" opacity="1" fill="#FFFFFF" stroke="none"/>
13599<rect x="2984" y="80" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13600<rect x="2865" y="139" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13601<rect x="2925" y="139" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13602<rect x="2984" y="139" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13603<rect x="3043" y="20" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13604<rect x="3102" y="20" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13605<rect x="3161" y="20" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13606<rect x="3043" y="80" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13607<rect x="3082" y="60" width="58" height="58" opacity="1" fill="#FFFFFF" stroke="none"/>
13608<rect x="3161" y="80" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13609<rect x="3043" y="139" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13610<rect x="3102" y="139" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13611<rect x="3161" y="139" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13612<rect x="2687" y="198" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13613<rect x="2747" y="198" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13614<rect x="2806" y="198" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13615<rect x="2687" y="258" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13616<rect x="2727" y="238" width="58" height="58" opacity="1" fill="#FFFFFF" stroke="none"/>
13617<rect x="2806" y="258" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13618<rect x="2687" y="317" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13619<rect x="2747" y="317" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13620<rect x="2806" y="317" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13621<rect x="2845" y="178" width="177" height="177" opacity="1" fill="#FFFFFF" stroke="none"/>
13622<rect x="3043" y="198" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13623<rect x="3102" y="198" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13624<rect x="3161" y="198" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13625<rect x="3043" y="258" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13626<rect x="3082" y="238" width="58" height="58" opacity="1" fill="#FFFFFF" stroke="none"/>
13627<rect x="3161" y="258" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13628<rect x="3043" y="317" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13629<rect x="3102" y="317" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13630<rect x="3161" y="317" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13631<rect x="2687" y="376" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13632<rect x="2747" y="376" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13633<rect x="2806" y="376" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13634<rect x="2687" y="436" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13635<rect x="2727" y="416" width="58" height="58" opacity="1" fill="#FFFFFF" stroke="none"/>
13636<rect x="2806" y="436" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13637<rect x="2687" y="495" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13638<rect x="2747" y="495" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13639<rect x="2806" y="495" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13640<rect x="2865" y="376" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13641<rect x="2925" y="376" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13642<rect x="2984" y="376" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13643<rect x="2865" y="436" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13644<rect x="2905" y="416" width="58" height="58" opacity="1" fill="#FFFFFF" stroke="none"/>
13645<rect x="2984" y="436" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13646<rect x="2865" y="495" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13647<rect x="2925" y="495" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13648<rect x="2984" y="495" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13649<rect x="3043" y="376" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13650<rect x="3102" y="376" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13651<rect x="3161" y="376" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13652<rect x="3043" y="436" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13653<rect x="3082" y="416" width="58" height="58" opacity="1" fill="#FFFFFF" stroke="none"/>
13654<rect x="3161" y="436" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13655<rect x="3043" y="495" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13656<rect x="3102" y="495" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13657<rect x="3161" y="495" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13658<rect x="1620" y="554" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13659<rect x="1680" y="554" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13660<rect x="1739" y="554" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13661<rect x="1620" y="614" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13662<rect x="1660" y="594" width="58" height="58" opacity="1" fill="#FFFFFF" stroke="none"/>
13663<rect x="1739" y="614" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13664<rect x="1620" y="673" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13665<rect x="1680" y="673" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13666<rect x="1739" y="673" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13667<rect x="1798" y="554" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13668<rect x="1858" y="554" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13669<rect x="1917" y="554" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13670<rect x="1798" y="614" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13671<rect x="1838" y="594" width="58" height="58" opacity="1" fill="#FFFFFF" stroke="none"/>
13672<rect x="1917" y="614" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13673<rect x="1798" y="673" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13674<rect x="1858" y="673" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13675<rect x="1917" y="673" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13676<rect x="1976" y="554" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13677<rect x="2036" y="554" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13678<rect x="2095" y="554" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13679<rect x="1976" y="614" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13680<rect x="2016" y="594" width="58" height="58" opacity="1" fill="#FFFFFF" stroke="none"/>
13681<rect x="2095" y="614" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13682<rect x="1976" y="673" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13683<rect x="2036" y="673" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13684<rect x="2095" y="673" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13685<rect x="1620" y="732" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13686<rect x="1680" y="732" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13687<rect x="1739" y="732" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13688<rect x="1620" y="792" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13689<rect x="1660" y="772" width="58" height="58" opacity="1" fill="#FFFFFF" stroke="none"/>
13690<rect x="1739" y="792" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13691<rect x="1620" y="851" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13692<rect x="1680" y="851" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13693<rect x="1739" y="851" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13694<rect x="1778" y="712" width="177" height="177" opacity="1" fill="#FFFFFF" stroke="none"/>
13695<rect x="1976" y="732" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13696<rect x="2036" y="732" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13697<rect x="2095" y="732" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13698<rect x="1976" y="792" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13699<rect x="2016" y="772" width="58" height="58" opacity="1" fill="#FFFFFF" stroke="none"/>
13700<rect x="2095" y="792" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13701<rect x="1976" y="851" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13702<rect x="2036" y="851" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13703<rect x="2095" y="851" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13704<rect x="1620" y="910" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13705<rect x="1680" y="910" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13706<rect x="1739" y="910" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13707<rect x="1620" y="969" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13708<rect x="1660" y="949" width="58" height="58" opacity="1" fill="#FFFFFF" stroke="none"/>
13709<rect x="1739" y="969" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13710<rect x="1620" y="1028" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13711<rect x="1680" y="1028" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13712<rect x="1739" y="1028" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13713<rect x="1798" y="910" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13714<rect x="1858" y="910" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13715<rect x="1917" y="910" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13716<rect x="1798" y="969" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13717<rect x="1838" y="949" width="58" height="58" opacity="1" fill="#FFFFFF" stroke="none"/>
13718<rect x="1917" y="969" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13719<rect x="1798" y="1028" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13720<rect x="1858" y="1028" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13721<rect x="1917" y="1028" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13722<rect x="1976" y="910" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13723<rect x="2036" y="910" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13724<rect x="2095" y="910" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13725<rect x="1976" y="969" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13726<rect x="2016" y="949" width="58" height="58" opacity="1" fill="#FFFFFF" stroke="none"/>
13727<rect x="2095" y="969" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13728<rect x="1976" y="1028" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13729<rect x="2036" y="1028" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13730<rect x="2095" y="1028" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13731<rect x="2134" y="534" width="532" height="532" opacity="1" fill="#FFFFFF" stroke="none"/>
13732<rect x="2687" y="554" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13733<rect x="2747" y="554" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13734<rect x="2806" y="554" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13735<rect x="2687" y="614" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13736<rect x="2727" y="594" width="58" height="58" opacity="1" fill="#FFFFFF" stroke="none"/>
13737<rect x="2806" y="614" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13738<rect x="2687" y="673" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13739<rect x="2747" y="673" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13740<rect x="2806" y="673" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13741<rect x="2865" y="554" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13742<rect x="2925" y="554" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13743<rect x="2984" y="554" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13744<rect x="2865" y="614" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13745<rect x="2905" y="594" width="58" height="58" opacity="1" fill="#FFFFFF" stroke="none"/>
13746<rect x="2984" y="614" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13747<rect x="2865" y="673" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13748<rect x="2925" y="673" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13749<rect x="2984" y="673" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13750<rect x="3043" y="554" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13751<rect x="3102" y="554" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13752<rect x="3161" y="554" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13753<rect x="3043" y="614" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13754<rect x="3082" y="594" width="58" height="58" opacity="1" fill="#FFFFFF" stroke="none"/>
13755<rect x="3161" y="614" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13756<rect x="3043" y="673" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13757<rect x="3102" y="673" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13758<rect x="3161" y="673" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13759<rect x="2687" y="732" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13760<rect x="2747" y="732" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13761<rect x="2806" y="732" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13762<rect x="2687" y="792" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13763<rect x="2727" y="772" width="58" height="58" opacity="1" fill="#FFFFFF" stroke="none"/>
13764<rect x="2806" y="792" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13765<rect x="2687" y="851" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13766<rect x="2747" y="851" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13767<rect x="2806" y="851" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13768<rect x="2845" y="712" width="177" height="177" opacity="1" fill="#FFFFFF" stroke="none"/>
13769<rect x="3043" y="732" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13770<rect x="3102" y="732" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13771<rect x="3161" y="732" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13772<rect x="3043" y="792" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13773<rect x="3082" y="772" width="58" height="58" opacity="1" fill="#FFFFFF" stroke="none"/>
13774<rect x="3161" y="792" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13775<rect x="3043" y="851" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13776<rect x="3102" y="851" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13777<rect x="3161" y="851" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13778<rect x="2687" y="910" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13779<rect x="2747" y="910" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13780<rect x="2806" y="910" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13781<rect x="2687" y="969" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13782<rect x="2727" y="949" width="58" height="58" opacity="1" fill="#FFFFFF" stroke="none"/>
13783<rect x="2806" y="969" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13784<rect x="2687" y="1028" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13785<rect x="2747" y="1028" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13786<rect x="2806" y="1028" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13787<rect x="2865" y="910" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13788<rect x="2925" y="910" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13789<rect x="2984" y="910" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13790<rect x="2865" y="969" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13791<rect x="2905" y="949" width="58" height="58" opacity="1" fill="#FFFFFF" stroke="none"/>
13792<rect x="2984" y="969" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13793<rect x="2865" y="1028" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13794<rect x="2925" y="1028" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13795<rect x="2984" y="1028" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13796<rect x="3043" y="910" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13797<rect x="3102" y="910" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13798<rect x="3161" y="910" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13799<rect x="3043" y="969" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13800<rect x="3082" y="949" width="58" height="58" opacity="1" fill="#FFFFFF" stroke="none"/>
13801<rect x="3161" y="969" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13802<rect x="3043" y="1028" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13803<rect x="3102" y="1028" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13804<rect x="3161" y="1028" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13805<rect x="1620" y="1087" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13806<rect x="1680" y="1087" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13807<rect x="1739" y="1087" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13808<rect x="1620" y="1147" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13809<rect x="1660" y="1127" width="58" height="58" opacity="1" fill="#FFFFFF" stroke="none"/>
13810<rect x="1739" y="1147" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13811<rect x="1620" y="1206" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13812<rect x="1680" y="1206" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13813<rect x="1739" y="1206" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13814<rect x="1798" y="1087" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13815<rect x="1858" y="1087" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13816<rect x="1917" y="1087" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13817<rect x="1798" y="1147" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13818<rect x="1838" y="1127" width="58" height="58" opacity="1" fill="#FFFFFF" stroke="none"/>
13819<rect x="1917" y="1147" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13820<rect x="1798" y="1206" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13821<rect x="1858" y="1206" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13822<rect x="1917" y="1206" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13823<rect x="1976" y="1087" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13824<rect x="2036" y="1087" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13825<rect x="2095" y="1087" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13826<rect x="1976" y="1147" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13827<rect x="2016" y="1127" width="58" height="58" opacity="1" fill="#FFFFFF" stroke="none"/>
13828<rect x="2095" y="1147" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13829<rect x="1976" y="1206" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13830<rect x="2036" y="1206" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13831<rect x="2095" y="1206" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13832<rect x="1620" y="1265" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13833<rect x="1680" y="1265" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13834<rect x="1739" y="1265" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13835<rect x="1620" y="1325" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13836<rect x="1660" y="1305" width="58" height="58" opacity="1" fill="#FFFFFF" stroke="none"/>
13837<rect x="1739" y="1325" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13838<rect x="1620" y="1384" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13839<rect x="1680" y="1384" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13840<rect x="1739" y="1384" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13841<rect x="1778" y="1245" width="177" height="177" opacity="1" fill="#FFFFFF" stroke="none"/>
13842<rect x="1976" y="1265" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13843<rect x="2036" y="1265" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13844<rect x="2095" y="1265" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13845<rect x="1976" y="1325" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13846<rect x="2016" y="1305" width="58" height="58" opacity="1" fill="#FFFFFF" stroke="none"/>
13847<rect x="2095" y="1325" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13848<rect x="1976" y="1384" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13849<rect x="2036" y="1384" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13850<rect x="2095" y="1384" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13851<rect x="1620" y="1443" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13852<rect x="1680" y="1443" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13853<rect x="1739" y="1443" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13854<rect x="1620" y="1502" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13855<rect x="1660" y="1482" width="58" height="58" opacity="1" fill="#FFFFFF" stroke="none"/>
13856<rect x="1739" y="1502" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13857<rect x="1620" y="1561" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13858<rect x="1680" y="1561" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13859<rect x="1739" y="1561" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13860<rect x="1798" y="1443" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13861<rect x="1858" y="1443" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13862<rect x="1917" y="1443" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13863<rect x="1798" y="1502" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13864<rect x="1838" y="1482" width="58" height="58" opacity="1" fill="#FFFFFF" stroke="none"/>
13865<rect x="1917" y="1502" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13866<rect x="1798" y="1561" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13867<rect x="1858" y="1561" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13868<rect x="1917" y="1561" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13869<rect x="1976" y="1443" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13870<rect x="2036" y="1443" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13871<rect x="2095" y="1443" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13872<rect x="1976" y="1502" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13873<rect x="2016" y="1482" width="58" height="58" opacity="1" fill="#FFFFFF" stroke="none"/>
13874<rect x="2095" y="1502" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13875<rect x="1976" y="1561" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13876<rect x="2036" y="1561" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13877<rect x="2095" y="1561" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13878<rect x="2154" y="1087" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13879<rect x="2214" y="1087" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13880<rect x="2273" y="1087" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13881<rect x="2154" y="1147" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13882<rect x="2194" y="1127" width="58" height="58" opacity="1" fill="#FFFFFF" stroke="none"/>
13883<rect x="2273" y="1147" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13884<rect x="2154" y="1206" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13885<rect x="2214" y="1206" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13886<rect x="2273" y="1206" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13887<rect x="2332" y="1087" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13888<rect x="2392" y="1087" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13889<rect x="2451" y="1087" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13890<rect x="2332" y="1147" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13891<rect x="2372" y="1127" width="58" height="58" opacity="1" fill="#FFFFFF" stroke="none"/>
13892<rect x="2451" y="1147" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13893<rect x="2332" y="1206" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13894<rect x="2392" y="1206" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13895<rect x="2451" y="1206" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13896<rect x="2510" y="1087" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13897<rect x="2569" y="1087" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13898<rect x="2628" y="1087" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13899<rect x="2510" y="1147" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13900<rect x="2549" y="1127" width="58" height="58" opacity="1" fill="#FFFFFF" stroke="none"/>
13901<rect x="2628" y="1147" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13902<rect x="2510" y="1206" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13903<rect x="2569" y="1206" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13904<rect x="2628" y="1206" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13905<rect x="2154" y="1265" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13906<rect x="2214" y="1265" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13907<rect x="2273" y="1265" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13908<rect x="2154" y="1325" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13909<rect x="2194" y="1305" width="58" height="58" opacity="1" fill="#FFFFFF" stroke="none"/>
13910<rect x="2273" y="1325" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13911<rect x="2154" y="1384" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13912<rect x="2214" y="1384" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13913<rect x="2273" y="1384" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13914<rect x="2312" y="1245" width="177" height="177" opacity="1" fill="#FFFFFF" stroke="none"/>
13915<rect x="2510" y="1265" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13916<rect x="2569" y="1265" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13917<rect x="2628" y="1265" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13918<rect x="2510" y="1325" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13919<rect x="2549" y="1305" width="58" height="58" opacity="1" fill="#FFFFFF" stroke="none"/>
13920<rect x="2628" y="1325" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13921<rect x="2510" y="1384" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13922<rect x="2569" y="1384" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13923<rect x="2628" y="1384" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13924<rect x="2154" y="1443" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13925<rect x="2214" y="1443" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13926<rect x="2273" y="1443" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13927<rect x="2154" y="1502" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13928<rect x="2194" y="1482" width="58" height="58" opacity="1" fill="#FFFFFF" stroke="none"/>
13929<rect x="2273" y="1502" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13930<rect x="2154" y="1561" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13931<rect x="2214" y="1561" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13932<rect x="2273" y="1561" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13933<rect x="2332" y="1443" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13934<rect x="2392" y="1443" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13935<rect x="2451" y="1443" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13936<rect x="2332" y="1502" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13937<rect x="2372" y="1482" width="58" height="58" opacity="1" fill="#FFFFFF" stroke="none"/>
13938<rect x="2451" y="1502" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13939<rect x="2332" y="1561" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13940<rect x="2392" y="1561" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13941<rect x="2451" y="1561" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13942<rect x="2510" y="1443" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13943<rect x="2569" y="1443" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13944<rect x="2628" y="1443" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13945<rect x="2510" y="1502" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13946<rect x="2549" y="1482" width="58" height="58" opacity="1" fill="#FFFFFF" stroke="none"/>
13947<rect x="2628" y="1502" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13948<rect x="2510" y="1561" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13949<rect x="2569" y="1561" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13950<rect x="2628" y="1561" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13951<rect x="2687" y="1087" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13952<rect x="2747" y="1087" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13953<rect x="2806" y="1087" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13954<rect x="2687" y="1147" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13955<rect x="2727" y="1127" width="58" height="58" opacity="1" fill="#FFFFFF" stroke="none"/>
13956<rect x="2806" y="1147" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13957<rect x="2687" y="1206" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13958<rect x="2747" y="1206" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13959<rect x="2806" y="1206" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13960<rect x="2865" y="1087" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13961<rect x="2925" y="1087" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13962<rect x="2984" y="1087" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13963<rect x="2865" y="1147" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13964<rect x="2905" y="1127" width="58" height="58" opacity="1" fill="#FFFFFF" stroke="none"/>
13965<rect x="2984" y="1147" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13966<rect x="2865" y="1206" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13967<rect x="2925" y="1206" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13968<rect x="2984" y="1206" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13969<rect x="3043" y="1087" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13970<rect x="3102" y="1087" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13971<rect x="3161" y="1087" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13972<rect x="3043" y="1147" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13973<rect x="3082" y="1127" width="58" height="58" opacity="1" fill="#FFFFFF" stroke="none"/>
13974<rect x="3161" y="1147" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13975<rect x="3043" y="1206" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13976<rect x="3102" y="1206" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13977<rect x="3161" y="1206" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13978<rect x="2687" y="1265" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13979<rect x="2747" y="1265" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13980<rect x="2806" y="1265" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13981<rect x="2687" y="1325" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13982<rect x="2727" y="1305" width="58" height="58" opacity="1" fill="#FFFFFF" stroke="none"/>
13983<rect x="2806" y="1325" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13984<rect x="2687" y="1384" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13985<rect x="2747" y="1384" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13986<rect x="2806" y="1384" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13987<rect x="2845" y="1245" width="177" height="177" opacity="1" fill="#FFFFFF" stroke="none"/>
13988<rect x="3043" y="1265" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13989<rect x="3102" y="1265" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13990<rect x="3161" y="1265" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13991<rect x="3043" y="1325" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13992<rect x="3082" y="1305" width="58" height="58" opacity="1" fill="#FFFFFF" stroke="none"/>
13993<rect x="3161" y="1325" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13994<rect x="3043" y="1384" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13995<rect x="3102" y="1384" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13996<rect x="3161" y="1384" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13997<rect x="2687" y="1443" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13998<rect x="2747" y="1443" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
13999<rect x="2806" y="1443" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14000<rect x="2687" y="1502" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14001<rect x="2727" y="1482" width="58" height="58" opacity="1" fill="#FFFFFF" stroke="none"/>
14002<rect x="2806" y="1502" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14003<rect x="2687" y="1561" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14004<rect x="2747" y="1561" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14005<rect x="2806" y="1561" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14006<rect x="2865" y="1443" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14007<rect x="2925" y="1443" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14008<rect x="2984" y="1443" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14009<rect x="2865" y="1502" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14010<rect x="2905" y="1482" width="58" height="58" opacity="1" fill="#FFFFFF" stroke="none"/>
14011<rect x="2984" y="1502" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14012<rect x="2865" y="1561" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14013<rect x="2925" y="1561" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14014<rect x="2984" y="1561" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14015<rect x="3043" y="1443" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14016<rect x="3102" y="1443" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14017<rect x="3161" y="1443" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14018<rect x="3043" y="1502" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14019<rect x="3082" y="1482" width="58" height="58" opacity="1" fill="#FFFFFF" stroke="none"/>
14020<rect x="3161" y="1502" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14021<rect x="3043" y="1561" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14022<rect x="3102" y="1561" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14023<rect x="3161" y="1561" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14024<rect x="3220" y="20" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14025<rect x="3280" y="20" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14026<rect x="3339" y="20" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14027<rect x="3220" y="80" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14028<rect x="3260" y="60" width="58" height="58" opacity="1" fill="#FFFFFF" stroke="none"/>
14029<rect x="3339" y="80" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14030<rect x="3220" y="139" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14031<rect x="3280" y="139" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14032<rect x="3339" y="139" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14033<rect x="3398" y="20" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14034<rect x="3458" y="20" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14035<rect x="3517" y="20" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14036<rect x="3398" y="80" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14037<rect x="3438" y="60" width="58" height="58" opacity="1" fill="#FFFFFF" stroke="none"/>
14038<rect x="3517" y="80" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14039<rect x="3398" y="139" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14040<rect x="3458" y="139" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14041<rect x="3517" y="139" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14042<rect x="3576" y="20" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14043<rect x="3636" y="20" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14044<rect x="3695" y="20" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14045<rect x="3576" y="80" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14046<rect x="3616" y="60" width="58" height="58" opacity="1" fill="#FFFFFF" stroke="none"/>
14047<rect x="3695" y="80" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14048<rect x="3576" y="139" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14049<rect x="3636" y="139" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14050<rect x="3695" y="139" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14051<rect x="3220" y="198" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14052<rect x="3280" y="198" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14053<rect x="3339" y="198" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14054<rect x="3220" y="258" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14055<rect x="3260" y="238" width="58" height="58" opacity="1" fill="#FFFFFF" stroke="none"/>
14056<rect x="3339" y="258" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14057<rect x="3220" y="317" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14058<rect x="3280" y="317" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14059<rect x="3339" y="317" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14060<rect x="3378" y="178" width="177" height="177" opacity="1" fill="#FFFFFF" stroke="none"/>
14061<rect x="3576" y="198" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14062<rect x="3636" y="198" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14063<rect x="3695" y="198" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14064<rect x="3576" y="258" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14065<rect x="3616" y="238" width="58" height="58" opacity="1" fill="#FFFFFF" stroke="none"/>
14066<rect x="3695" y="258" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14067<rect x="3576" y="317" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14068<rect x="3636" y="317" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14069<rect x="3695" y="317" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14070<rect x="3220" y="376" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14071<rect x="3280" y="376" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14072<rect x="3339" y="376" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14073<rect x="3220" y="436" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14074<rect x="3260" y="416" width="58" height="58" opacity="1" fill="#FFFFFF" stroke="none"/>
14075<rect x="3339" y="436" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14076<rect x="3220" y="495" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14077<rect x="3280" y="495" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14078<rect x="3339" y="495" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14079<rect x="3398" y="376" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14080<rect x="3458" y="376" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14081<rect x="3517" y="376" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14082<rect x="3398" y="436" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14083<rect x="3438" y="416" width="58" height="58" opacity="1" fill="#FFFFFF" stroke="none"/>
14084<rect x="3517" y="436" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14085<rect x="3398" y="495" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14086<rect x="3458" y="495" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14087<rect x="3517" y="495" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14088<rect x="3576" y="376" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14089<rect x="3636" y="376" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14090<rect x="3695" y="376" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14091<rect x="3576" y="436" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14092<rect x="3616" y="416" width="58" height="58" opacity="1" fill="#FFFFFF" stroke="none"/>
14093<rect x="3695" y="436" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14094<rect x="3576" y="495" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14095<rect x="3636" y="495" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14096<rect x="3695" y="495" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14097<rect x="3754" y="20" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14098<rect x="3814" y="20" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14099<rect x="3873" y="20" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14100<rect x="3754" y="80" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14101<rect x="3794" y="60" width="58" height="58" opacity="1" fill="#FFFFFF" stroke="none"/>
14102<rect x="3873" y="80" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14103<rect x="3754" y="139" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14104<rect x="3814" y="139" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14105<rect x="3873" y="139" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14106<rect x="3932" y="20" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14107<rect x="3992" y="20" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14108<rect x="4051" y="20" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14109<rect x="3932" y="80" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14110<rect x="3972" y="60" width="58" height="58" opacity="1" fill="#FFFFFF" stroke="none"/>
14111<rect x="4051" y="80" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14112<rect x="3932" y="139" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14113<rect x="3992" y="139" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14114<rect x="4051" y="139" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14115<rect x="4110" y="20" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14116<rect x="4169" y="20" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14117<rect x="4228" y="20" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14118<rect x="4110" y="80" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14119<rect x="4149" y="60" width="58" height="58" opacity="1" fill="#FFFFFF" stroke="none"/>
14120<rect x="4228" y="80" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14121<rect x="4110" y="139" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14122<rect x="4169" y="139" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14123<rect x="4228" y="139" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14124<rect x="3754" y="198" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14125<rect x="3814" y="198" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14126<rect x="3873" y="198" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14127<rect x="3754" y="258" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14128<rect x="3794" y="238" width="58" height="58" opacity="1" fill="#FFFFFF" stroke="none"/>
14129<rect x="3873" y="258" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14130<rect x="3754" y="317" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14131<rect x="3814" y="317" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14132<rect x="3873" y="317" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14133<rect x="3912" y="178" width="177" height="177" opacity="1" fill="#FFFFFF" stroke="none"/>
14134<rect x="4110" y="198" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14135<rect x="4169" y="198" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14136<rect x="4228" y="198" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14137<rect x="4110" y="258" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14138<rect x="4149" y="238" width="58" height="58" opacity="1" fill="#FFFFFF" stroke="none"/>
14139<rect x="4228" y="258" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14140<rect x="4110" y="317" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14141<rect x="4169" y="317" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14142<rect x="4228" y="317" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14143<rect x="3754" y="376" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14144<rect x="3814" y="376" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14145<rect x="3873" y="376" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14146<rect x="3754" y="436" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14147<rect x="3794" y="416" width="58" height="58" opacity="1" fill="#FFFFFF" stroke="none"/>
14148<rect x="3873" y="436" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14149<rect x="3754" y="495" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14150<rect x="3814" y="495" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14151<rect x="3873" y="495" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14152<rect x="3932" y="376" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14153<rect x="3992" y="376" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14154<rect x="4051" y="376" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14155<rect x="3932" y="436" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14156<rect x="3972" y="416" width="58" height="58" opacity="1" fill="#FFFFFF" stroke="none"/>
14157<rect x="4051" y="436" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14158<rect x="3932" y="495" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14159<rect x="3992" y="495" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14160<rect x="4051" y="495" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14161<rect x="4110" y="376" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14162<rect x="4169" y="376" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14163<rect x="4228" y="376" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14164<rect x="4110" y="436" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14165<rect x="4149" y="416" width="58" height="58" opacity="1" fill="#FFFFFF" stroke="none"/>
14166<rect x="4228" y="436" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14167<rect x="4110" y="495" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14168<rect x="4169" y="495" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14169<rect x="4228" y="495" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14170<rect x="4287" y="20" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14171<rect x="4347" y="20" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14172<rect x="4406" y="20" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14173<rect x="4287" y="80" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14174<rect x="4327" y="60" width="58" height="58" opacity="1" fill="#FFFFFF" stroke="none"/>
14175<rect x="4406" y="80" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14176<rect x="4287" y="139" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14177<rect x="4347" y="139" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14178<rect x="4406" y="139" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14179<rect x="4465" y="20" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14180<rect x="4525" y="20" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14181<rect x="4584" y="20" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14182<rect x="4465" y="80" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14183<rect x="4505" y="60" width="58" height="58" opacity="1" fill="#FFFFFF" stroke="none"/>
14184<rect x="4584" y="80" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14185<rect x="4465" y="139" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14186<rect x="4525" y="139" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14187<rect x="4584" y="139" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14188<rect x="4643" y="20" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14189<rect x="4702" y="20" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14190<rect x="4761" y="20" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14191<rect x="4643" y="80" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14192<rect x="4682" y="60" width="58" height="58" opacity="1" fill="#FFFFFF" stroke="none"/>
14193<rect x="4761" y="80" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14194<rect x="4643" y="139" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14195<rect x="4702" y="139" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14196<rect x="4761" y="139" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14197<rect x="4287" y="198" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14198<rect x="4347" y="198" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14199<rect x="4406" y="198" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14200<rect x="4287" y="258" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14201<rect x="4327" y="238" width="58" height="58" opacity="1" fill="#FFFFFF" stroke="none"/>
14202<rect x="4406" y="258" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14203<rect x="4287" y="317" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14204<rect x="4347" y="317" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14205<rect x="4406" y="317" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14206<rect x="4445" y="178" width="177" height="177" opacity="1" fill="#FFFFFF" stroke="none"/>
14207<rect x="4643" y="198" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14208<rect x="4702" y="198" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14209<rect x="4761" y="198" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14210<rect x="4643" y="258" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14211<rect x="4682" y="238" width="58" height="58" opacity="1" fill="#FFFFFF" stroke="none"/>
14212<rect x="4761" y="258" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14213<rect x="4643" y="317" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14214<rect x="4702" y="317" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14215<rect x="4761" y="317" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14216<rect x="4287" y="376" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14217<rect x="4347" y="376" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14218<rect x="4406" y="376" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14219<rect x="4287" y="436" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14220<rect x="4327" y="416" width="58" height="58" opacity="1" fill="#FFFFFF" stroke="none"/>
14221<rect x="4406" y="436" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14222<rect x="4287" y="495" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14223<rect x="4347" y="495" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14224<rect x="4406" y="495" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14225<rect x="4465" y="376" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14226<rect x="4525" y="376" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14227<rect x="4584" y="376" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14228<rect x="4465" y="436" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14229<rect x="4505" y="416" width="58" height="58" opacity="1" fill="#FFFFFF" stroke="none"/>
14230<rect x="4584" y="436" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14231<rect x="4465" y="495" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14232<rect x="4525" y="495" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14233<rect x="4584" y="495" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14234<rect x="4643" y="376" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14235<rect x="4702" y="376" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14236<rect x="4761" y="376" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14237<rect x="4643" y="436" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14238<rect x="4682" y="416" width="58" height="58" opacity="1" fill="#FFFFFF" stroke="none"/>
14239<rect x="4761" y="436" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14240<rect x="4643" y="495" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14241<rect x="4702" y="495" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14242<rect x="4761" y="495" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14243<rect x="3220" y="554" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14244<rect x="3280" y="554" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14245<rect x="3339" y="554" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14246<rect x="3220" y="614" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14247<rect x="3260" y="594" width="58" height="58" opacity="1" fill="#FFFFFF" stroke="none"/>
14248<rect x="3339" y="614" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14249<rect x="3220" y="673" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14250<rect x="3280" y="673" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14251<rect x="3339" y="673" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14252<rect x="3398" y="554" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14253<rect x="3458" y="554" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14254<rect x="3517" y="554" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14255<rect x="3398" y="614" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14256<rect x="3438" y="594" width="58" height="58" opacity="1" fill="#FFFFFF" stroke="none"/>
14257<rect x="3517" y="614" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14258<rect x="3398" y="673" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14259<rect x="3458" y="673" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14260<rect x="3517" y="673" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14261<rect x="3576" y="554" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14262<rect x="3636" y="554" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14263<rect x="3695" y="554" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14264<rect x="3576" y="614" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14265<rect x="3616" y="594" width="58" height="58" opacity="1" fill="#FFFFFF" stroke="none"/>
14266<rect x="3695" y="614" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14267<rect x="3576" y="673" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14268<rect x="3636" y="673" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14269<rect x="3695" y="673" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14270<rect x="3220" y="732" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14271<rect x="3280" y="732" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14272<rect x="3339" y="732" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14273<rect x="3220" y="792" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14274<rect x="3260" y="772" width="58" height="58" opacity="1" fill="#FFFFFF" stroke="none"/>
14275<rect x="3339" y="792" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14276<rect x="3220" y="851" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14277<rect x="3280" y="851" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14278<rect x="3339" y="851" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14279<rect x="3378" y="712" width="177" height="177" opacity="1" fill="#FFFFFF" stroke="none"/>
14280<rect x="3576" y="732" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14281<rect x="3636" y="732" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14282<rect x="3695" y="732" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14283<rect x="3576" y="792" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14284<rect x="3616" y="772" width="58" height="58" opacity="1" fill="#FFFFFF" stroke="none"/>
14285<rect x="3695" y="792" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14286<rect x="3576" y="851" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14287<rect x="3636" y="851" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14288<rect x="3695" y="851" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14289<rect x="3220" y="910" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14290<rect x="3280" y="910" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14291<rect x="3339" y="910" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14292<rect x="3220" y="969" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14293<rect x="3260" y="949" width="58" height="58" opacity="1" fill="#FFFFFF" stroke="none"/>
14294<rect x="3339" y="969" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14295<rect x="3220" y="1028" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14296<rect x="3280" y="1028" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14297<rect x="3339" y="1028" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14298<rect x="3398" y="910" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14299<rect x="3458" y="910" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14300<rect x="3517" y="910" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14301<rect x="3398" y="969" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14302<rect x="3438" y="949" width="58" height="58" opacity="1" fill="#FFFFFF" stroke="none"/>
14303<rect x="3517" y="969" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14304<rect x="3398" y="1028" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14305<rect x="3458" y="1028" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14306<rect x="3517" y="1028" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14307<rect x="3576" y="910" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14308<rect x="3636" y="910" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14309<rect x="3695" y="910" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14310<rect x="3576" y="969" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14311<rect x="3616" y="949" width="58" height="58" opacity="1" fill="#FFFFFF" stroke="none"/>
14312<rect x="3695" y="969" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14313<rect x="3576" y="1028" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14314<rect x="3636" y="1028" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14315<rect x="3695" y="1028" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14316<rect x="3734" y="534" width="532" height="532" opacity="1" fill="#FFFFFF" stroke="none"/>
14317<rect x="4287" y="554" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14318<rect x="4347" y="554" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14319<rect x="4406" y="554" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14320<rect x="4287" y="614" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14321<rect x="4327" y="594" width="58" height="58" opacity="1" fill="#FFFFFF" stroke="none"/>
14322<rect x="4406" y="614" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14323<rect x="4287" y="673" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14324<rect x="4347" y="673" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14325<rect x="4406" y="673" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14326<rect x="4465" y="554" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14327<rect x="4525" y="554" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14328<rect x="4584" y="554" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14329<rect x="4465" y="614" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14330<rect x="4505" y="594" width="58" height="58" opacity="1" fill="#FFFFFF" stroke="none"/>
14331<rect x="4584" y="614" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14332<rect x="4465" y="673" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14333<rect x="4525" y="673" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14334<rect x="4584" y="673" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14335<rect x="4643" y="554" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14336<rect x="4702" y="554" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14337<rect x="4761" y="554" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14338<rect x="4643" y="614" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14339<rect x="4682" y="594" width="58" height="58" opacity="1" fill="#FFFFFF" stroke="none"/>
14340<rect x="4761" y="614" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14341<rect x="4643" y="673" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14342<rect x="4702" y="673" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14343<rect x="4761" y="673" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14344<rect x="4287" y="732" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14345<rect x="4347" y="732" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14346<rect x="4406" y="732" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14347<rect x="4287" y="792" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14348<rect x="4327" y="772" width="58" height="58" opacity="1" fill="#FFFFFF" stroke="none"/>
14349<rect x="4406" y="792" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14350<rect x="4287" y="851" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14351<rect x="4347" y="851" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14352<rect x="4406" y="851" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14353<rect x="4445" y="712" width="177" height="177" opacity="1" fill="#FFFFFF" stroke="none"/>
14354<rect x="4643" y="732" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14355<rect x="4702" y="732" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14356<rect x="4761" y="732" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14357<rect x="4643" y="792" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14358<rect x="4682" y="772" width="58" height="58" opacity="1" fill="#FFFFFF" stroke="none"/>
14359<rect x="4761" y="792" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14360<rect x="4643" y="851" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14361<rect x="4702" y="851" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14362<rect x="4761" y="851" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14363<rect x="4287" y="910" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14364<rect x="4347" y="910" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14365<rect x="4406" y="910" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14366<rect x="4287" y="969" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14367<rect x="4327" y="949" width="58" height="58" opacity="1" fill="#FFFFFF" stroke="none"/>
14368<rect x="4406" y="969" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14369<rect x="4287" y="1028" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14370<rect x="4347" y="1028" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14371<rect x="4406" y="1028" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14372<rect x="4465" y="910" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14373<rect x="4525" y="910" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14374<rect x="4584" y="910" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14375<rect x="4465" y="969" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14376<rect x="4505" y="949" width="58" height="58" opacity="1" fill="#FFFFFF" stroke="none"/>
14377<rect x="4584" y="969" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14378<rect x="4465" y="1028" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14379<rect x="4525" y="1028" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14380<rect x="4584" y="1028" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14381<rect x="4643" y="910" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14382<rect x="4702" y="910" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14383<rect x="4761" y="910" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14384<rect x="4643" y="969" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14385<rect x="4682" y="949" width="58" height="58" opacity="1" fill="#FFFFFF" stroke="none"/>
14386<rect x="4761" y="969" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14387<rect x="4643" y="1028" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14388<rect x="4702" y="1028" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14389<rect x="4761" y="1028" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14390<rect x="3220" y="1087" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14391<rect x="3280" y="1087" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14392<rect x="3339" y="1087" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14393<rect x="3220" y="1147" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14394<rect x="3260" y="1127" width="58" height="58" opacity="1" fill="#FFFFFF" stroke="none"/>
14395<rect x="3339" y="1147" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14396<rect x="3220" y="1206" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14397<rect x="3280" y="1206" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14398<rect x="3339" y="1206" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14399<rect x="3398" y="1087" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14400<rect x="3458" y="1087" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14401<rect x="3517" y="1087" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14402<rect x="3398" y="1147" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14403<rect x="3438" y="1127" width="58" height="58" opacity="1" fill="#FFFFFF" stroke="none"/>
14404<rect x="3517" y="1147" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14405<rect x="3398" y="1206" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14406<rect x="3458" y="1206" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14407<rect x="3517" y="1206" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14408<rect x="3576" y="1087" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14409<rect x="3636" y="1087" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14410<rect x="3695" y="1087" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14411<rect x="3576" y="1147" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14412<rect x="3616" y="1127" width="58" height="58" opacity="1" fill="#FFFFFF" stroke="none"/>
14413<rect x="3695" y="1147" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14414<rect x="3576" y="1206" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14415<rect x="3636" y="1206" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14416<rect x="3695" y="1206" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14417<rect x="3220" y="1265" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14418<rect x="3280" y="1265" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14419<rect x="3339" y="1265" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14420<rect x="3220" y="1325" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14421<rect x="3260" y="1305" width="58" height="58" opacity="1" fill="#FFFFFF" stroke="none"/>
14422<rect x="3339" y="1325" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14423<rect x="3220" y="1384" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14424<rect x="3280" y="1384" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14425<rect x="3339" y="1384" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14426<rect x="3378" y="1245" width="177" height="177" opacity="1" fill="#FFFFFF" stroke="none"/>
14427<rect x="3576" y="1265" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14428<rect x="3636" y="1265" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14429<rect x="3695" y="1265" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14430<rect x="3576" y="1325" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14431<rect x="3616" y="1305" width="58" height="58" opacity="1" fill="#FFFFFF" stroke="none"/>
14432<rect x="3695" y="1325" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14433<rect x="3576" y="1384" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14434<rect x="3636" y="1384" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14435<rect x="3695" y="1384" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14436<rect x="3220" y="1443" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14437<rect x="3280" y="1443" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14438<rect x="3339" y="1443" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14439<rect x="3220" y="1502" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14440<rect x="3260" y="1482" width="58" height="58" opacity="1" fill="#FFFFFF" stroke="none"/>
14441<rect x="3339" y="1502" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14442<rect x="3220" y="1561" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14443<rect x="3280" y="1561" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14444<rect x="3339" y="1561" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14445<rect x="3398" y="1443" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14446<rect x="3458" y="1443" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14447<rect x="3517" y="1443" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14448<rect x="3398" y="1502" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14449<rect x="3438" y="1482" width="58" height="58" opacity="1" fill="#FFFFFF" stroke="none"/>
14450<rect x="3517" y="1502" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14451<rect x="3398" y="1561" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14452<rect x="3458" y="1561" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14453<rect x="3517" y="1561" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14454<rect x="3576" y="1443" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14455<rect x="3636" y="1443" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14456<rect x="3695" y="1443" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14457<rect x="3576" y="1502" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14458<rect x="3616" y="1482" width="58" height="58" opacity="1" fill="#FFFFFF" stroke="none"/>
14459<rect x="3695" y="1502" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14460<rect x="3576" y="1561" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14461<rect x="3636" y="1561" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14462<rect x="3695" y="1561" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14463<rect x="3754" y="1087" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14464<rect x="3814" y="1087" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14465<rect x="3873" y="1087" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14466<rect x="3754" y="1147" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14467<rect x="3794" y="1127" width="58" height="58" opacity="1" fill="#FFFFFF" stroke="none"/>
14468<rect x="3873" y="1147" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14469<rect x="3754" y="1206" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14470<rect x="3814" y="1206" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14471<rect x="3873" y="1206" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14472<rect x="3932" y="1087" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14473<rect x="3992" y="1087" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14474<rect x="4051" y="1087" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14475<rect x="3932" y="1147" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14476<rect x="3972" y="1127" width="58" height="58" opacity="1" fill="#FFFFFF" stroke="none"/>
14477<rect x="4051" y="1147" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14478<rect x="3932" y="1206" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14479<rect x="3992" y="1206" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14480<rect x="4051" y="1206" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14481<rect x="4110" y="1087" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14482<rect x="4169" y="1087" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14483<rect x="4228" y="1087" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14484<rect x="4110" y="1147" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14485<rect x="4149" y="1127" width="58" height="58" opacity="1" fill="#FFFFFF" stroke="none"/>
14486<rect x="4228" y="1147" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14487<rect x="4110" y="1206" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14488<rect x="4169" y="1206" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14489<rect x="4228" y="1206" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14490<rect x="3754" y="1265" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14491<rect x="3814" y="1265" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14492<rect x="3873" y="1265" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14493<rect x="3754" y="1325" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14494<rect x="3794" y="1305" width="58" height="58" opacity="1" fill="#FFFFFF" stroke="none"/>
14495<rect x="3873" y="1325" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14496<rect x="3754" y="1384" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14497<rect x="3814" y="1384" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14498<rect x="3873" y="1384" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14499<rect x="3912" y="1245" width="177" height="177" opacity="1" fill="#FFFFFF" stroke="none"/>
14500<rect x="4110" y="1265" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14501<rect x="4169" y="1265" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14502<rect x="4228" y="1265" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14503<rect x="4110" y="1325" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14504<rect x="4149" y="1305" width="58" height="58" opacity="1" fill="#FFFFFF" stroke="none"/>
14505<rect x="4228" y="1325" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14506<rect x="4110" y="1384" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14507<rect x="4169" y="1384" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14508<rect x="4228" y="1384" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14509<rect x="3754" y="1443" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14510<rect x="3814" y="1443" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14511<rect x="3873" y="1443" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14512<rect x="3754" y="1502" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14513<rect x="3794" y="1482" width="58" height="58" opacity="1" fill="#FFFFFF" stroke="none"/>
14514<rect x="3873" y="1502" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14515<rect x="3754" y="1561" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14516<rect x="3814" y="1561" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14517<rect x="3873" y="1561" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14518<rect x="3932" y="1443" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14519<rect x="3992" y="1443" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14520<rect x="4051" y="1443" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14521<rect x="3932" y="1502" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14522<rect x="3972" y="1482" width="58" height="58" opacity="1" fill="#FFFFFF" stroke="none"/>
14523<rect x="4051" y="1502" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14524<rect x="3932" y="1561" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14525<rect x="3992" y="1561" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14526<rect x="4051" y="1561" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14527<rect x="4110" y="1443" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14528<rect x="4169" y="1443" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14529<rect x="4228" y="1443" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14530<rect x="4110" y="1502" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14531<rect x="4149" y="1482" width="58" height="58" opacity="1" fill="#FFFFFF" stroke="none"/>
14532<rect x="4228" y="1502" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14533<rect x="4110" y="1561" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14534<rect x="4169" y="1561" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14535<rect x="4228" y="1561" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14536<rect x="4287" y="1087" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14537<rect x="4347" y="1087" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14538<rect x="4406" y="1087" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14539<rect x="4287" y="1147" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14540<rect x="4327" y="1127" width="58" height="58" opacity="1" fill="#FFFFFF" stroke="none"/>
14541<rect x="4406" y="1147" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14542<rect x="4287" y="1206" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14543<rect x="4347" y="1206" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14544<rect x="4406" y="1206" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14545<rect x="4465" y="1087" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14546<rect x="4525" y="1087" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14547<rect x="4584" y="1087" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14548<rect x="4465" y="1147" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14549<rect x="4505" y="1127" width="58" height="58" opacity="1" fill="#FFFFFF" stroke="none"/>
14550<rect x="4584" y="1147" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14551<rect x="4465" y="1206" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14552<rect x="4525" y="1206" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14553<rect x="4584" y="1206" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14554<rect x="4643" y="1087" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14555<rect x="4702" y="1087" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14556<rect x="4761" y="1087" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14557<rect x="4643" y="1147" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14558<rect x="4682" y="1127" width="58" height="58" opacity="1" fill="#FFFFFF" stroke="none"/>
14559<rect x="4761" y="1147" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14560<rect x="4643" y="1206" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14561<rect x="4702" y="1206" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14562<rect x="4761" y="1206" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14563<rect x="4287" y="1265" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14564<rect x="4347" y="1265" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14565<rect x="4406" y="1265" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14566<rect x="4287" y="1325" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14567<rect x="4327" y="1305" width="58" height="58" opacity="1" fill="#FFFFFF" stroke="none"/>
14568<rect x="4406" y="1325" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14569<rect x="4287" y="1384" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14570<rect x="4347" y="1384" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14571<rect x="4406" y="1384" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14572<rect x="4445" y="1245" width="177" height="177" opacity="1" fill="#FFFFFF" stroke="none"/>
14573<rect x="4643" y="1265" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14574<rect x="4702" y="1265" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14575<rect x="4761" y="1265" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14576<rect x="4643" y="1325" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14577<rect x="4682" y="1305" width="58" height="58" opacity="1" fill="#FFFFFF" stroke="none"/>
14578<rect x="4761" y="1325" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14579<rect x="4643" y="1384" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14580<rect x="4702" y="1384" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14581<rect x="4761" y="1384" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14582<rect x="4287" y="1443" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14583<rect x="4347" y="1443" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14584<rect x="4406" y="1443" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14585<rect x="4287" y="1502" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14586<rect x="4327" y="1482" width="58" height="58" opacity="1" fill="#FFFFFF" stroke="none"/>
14587<rect x="4406" y="1502" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14588<rect x="4287" y="1561" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14589<rect x="4347" y="1561" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14590<rect x="4406" y="1561" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14591<rect x="4465" y="1443" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14592<rect x="4525" y="1443" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14593<rect x="4584" y="1443" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14594<rect x="4465" y="1502" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14595<rect x="4505" y="1482" width="58" height="58" opacity="1" fill="#FFFFFF" stroke="none"/>
14596<rect x="4584" y="1502" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14597<rect x="4465" y="1561" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14598<rect x="4525" y="1561" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14599<rect x="4584" y="1561" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14600<rect x="4643" y="1443" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14601<rect x="4702" y="1443" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14602<rect x="4761" y="1443" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14603<rect x="4643" y="1502" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14604<rect x="4682" y="1482" width="58" height="58" opacity="1" fill="#FFFFFF" stroke="none"/>
14605<rect x="4761" y="1502" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14606<rect x="4643" y="1561" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14607<rect x="4702" y="1561" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14608<rect x="4761" y="1561" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14609<rect x="20" y="1620" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14610<rect x="80" y="1620" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14611<rect x="139" y="1620" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14612<rect x="20" y="1680" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14613<rect x="60" y="1660" width="58" height="58" opacity="1" fill="#FFFFFF" stroke="none"/>
14614<rect x="139" y="1680" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14615<rect x="20" y="1739" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14616<rect x="80" y="1739" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14617<rect x="139" y="1739" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14618<rect x="198" y="1620" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14619<rect x="258" y="1620" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14620<rect x="317" y="1620" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14621<rect x="198" y="1680" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14622<rect x="238" y="1660" width="58" height="58" opacity="1" fill="#FFFFFF" stroke="none"/>
14623<rect x="317" y="1680" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14624<rect x="198" y="1739" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14625<rect x="258" y="1739" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14626<rect x="317" y="1739" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14627<rect x="376" y="1620" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14628<rect x="436" y="1620" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14629<rect x="495" y="1620" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14630<rect x="376" y="1680" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14631<rect x="416" y="1660" width="58" height="58" opacity="1" fill="#FFFFFF" stroke="none"/>
14632<rect x="495" y="1680" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14633<rect x="376" y="1739" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14634<rect x="436" y="1739" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14635<rect x="495" y="1739" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14636<rect x="20" y="1798" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14637<rect x="80" y="1798" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14638<rect x="139" y="1798" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14639<rect x="20" y="1858" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14640<rect x="60" y="1838" width="58" height="58" opacity="1" fill="#FFFFFF" stroke="none"/>
14641<rect x="139" y="1858" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14642<rect x="20" y="1917" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14643<rect x="80" y="1917" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14644<rect x="139" y="1917" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14645<rect x="178" y="1778" width="177" height="177" opacity="1" fill="#FFFFFF" stroke="none"/>
14646<rect x="376" y="1798" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14647<rect x="436" y="1798" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14648<rect x="495" y="1798" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14649<rect x="376" y="1858" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14650<rect x="416" y="1838" width="58" height="58" opacity="1" fill="#FFFFFF" stroke="none"/>
14651<rect x="495" y="1858" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14652<rect x="376" y="1917" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14653<rect x="436" y="1917" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14654<rect x="495" y="1917" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14655<rect x="20" y="1976" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14656<rect x="80" y="1976" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14657<rect x="139" y="1976" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14658<rect x="20" y="2036" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14659<rect x="60" y="2016" width="58" height="58" opacity="1" fill="#FFFFFF" stroke="none"/>
14660<rect x="139" y="2036" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14661<rect x="20" y="2095" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14662<rect x="80" y="2095" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14663<rect x="139" y="2095" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14664<rect x="198" y="1976" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14665<rect x="258" y="1976" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14666<rect x="317" y="1976" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14667<rect x="198" y="2036" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14668<rect x="238" y="2016" width="58" height="58" opacity="1" fill="#FFFFFF" stroke="none"/>
14669<rect x="317" y="2036" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14670<rect x="198" y="2095" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14671<rect x="258" y="2095" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14672<rect x="317" y="2095" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14673<rect x="376" y="1976" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14674<rect x="436" y="1976" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14675<rect x="495" y="1976" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14676<rect x="376" y="2036" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14677<rect x="416" y="2016" width="58" height="58" opacity="1" fill="#FFFFFF" stroke="none"/>
14678<rect x="495" y="2036" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14679<rect x="376" y="2095" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14680<rect x="436" y="2095" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14681<rect x="495" y="2095" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14682<rect x="554" y="1620" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14683<rect x="614" y="1620" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14684<rect x="673" y="1620" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14685<rect x="554" y="1680" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14686<rect x="594" y="1660" width="58" height="58" opacity="1" fill="#FFFFFF" stroke="none"/>
14687<rect x="673" y="1680" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14688<rect x="554" y="1739" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14689<rect x="614" y="1739" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14690<rect x="673" y="1739" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14691<rect x="732" y="1620" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14692<rect x="792" y="1620" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14693<rect x="851" y="1620" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14694<rect x="732" y="1680" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14695<rect x="772" y="1660" width="58" height="58" opacity="1" fill="#FFFFFF" stroke="none"/>
14696<rect x="851" y="1680" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14697<rect x="732" y="1739" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14698<rect x="792" y="1739" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14699<rect x="851" y="1739" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14700<rect x="910" y="1620" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14701<rect x="969" y="1620" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14702<rect x="1028" y="1620" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14703<rect x="910" y="1680" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14704<rect x="949" y="1660" width="58" height="58" opacity="1" fill="#FFFFFF" stroke="none"/>
14705<rect x="1028" y="1680" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14706<rect x="910" y="1739" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14707<rect x="969" y="1739" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14708<rect x="1028" y="1739" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14709<rect x="554" y="1798" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14710<rect x="614" y="1798" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14711<rect x="673" y="1798" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14712<rect x="554" y="1858" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14713<rect x="594" y="1838" width="58" height="58" opacity="1" fill="#FFFFFF" stroke="none"/>
14714<rect x="673" y="1858" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14715<rect x="554" y="1917" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14716<rect x="614" y="1917" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14717<rect x="673" y="1917" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14718<rect x="712" y="1778" width="177" height="177" opacity="1" fill="#FFFFFF" stroke="none"/>
14719<rect x="910" y="1798" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14720<rect x="969" y="1798" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14721<rect x="1028" y="1798" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14722<rect x="910" y="1858" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14723<rect x="949" y="1838" width="58" height="58" opacity="1" fill="#FFFFFF" stroke="none"/>
14724<rect x="1028" y="1858" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14725<rect x="910" y="1917" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14726<rect x="969" y="1917" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14727<rect x="1028" y="1917" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14728<rect x="554" y="1976" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14729<rect x="614" y="1976" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14730<rect x="673" y="1976" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14731<rect x="554" y="2036" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14732<rect x="594" y="2016" width="58" height="58" opacity="1" fill="#FFFFFF" stroke="none"/>
14733<rect x="673" y="2036" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14734<rect x="554" y="2095" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14735<rect x="614" y="2095" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14736<rect x="673" y="2095" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14737<rect x="732" y="1976" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14738<rect x="792" y="1976" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14739<rect x="851" y="1976" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14740<rect x="732" y="2036" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14741<rect x="772" y="2016" width="58" height="58" opacity="1" fill="#FFFFFF" stroke="none"/>
14742<rect x="851" y="2036" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14743<rect x="732" y="2095" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14744<rect x="792" y="2095" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14745<rect x="851" y="2095" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14746<rect x="910" y="1976" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14747<rect x="969" y="1976" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14748<rect x="1028" y="1976" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14749<rect x="910" y="2036" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14750<rect x="949" y="2016" width="58" height="58" opacity="1" fill="#FFFFFF" stroke="none"/>
14751<rect x="1028" y="2036" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14752<rect x="910" y="2095" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14753<rect x="969" y="2095" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14754<rect x="1028" y="2095" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14755<rect x="1087" y="1620" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14756<rect x="1147" y="1620" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14757<rect x="1206" y="1620" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14758<rect x="1087" y="1680" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14759<rect x="1127" y="1660" width="58" height="58" opacity="1" fill="#FFFFFF" stroke="none"/>
14760<rect x="1206" y="1680" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14761<rect x="1087" y="1739" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14762<rect x="1147" y="1739" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14763<rect x="1206" y="1739" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14764<rect x="1265" y="1620" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14765<rect x="1325" y="1620" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14766<rect x="1384" y="1620" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14767<rect x="1265" y="1680" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14768<rect x="1305" y="1660" width="58" height="58" opacity="1" fill="#FFFFFF" stroke="none"/>
14769<rect x="1384" y="1680" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14770<rect x="1265" y="1739" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14771<rect x="1325" y="1739" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14772<rect x="1384" y="1739" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14773<rect x="1443" y="1620" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14774<rect x="1502" y="1620" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14775<rect x="1561" y="1620" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14776<rect x="1443" y="1680" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14777<rect x="1482" y="1660" width="58" height="58" opacity="1" fill="#FFFFFF" stroke="none"/>
14778<rect x="1561" y="1680" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14779<rect x="1443" y="1739" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14780<rect x="1502" y="1739" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14781<rect x="1561" y="1739" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14782<rect x="1087" y="1798" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14783<rect x="1147" y="1798" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14784<rect x="1206" y="1798" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14785<rect x="1087" y="1858" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14786<rect x="1127" y="1838" width="58" height="58" opacity="1" fill="#FFFFFF" stroke="none"/>
14787<rect x="1206" y="1858" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14788<rect x="1087" y="1917" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14789<rect x="1147" y="1917" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14790<rect x="1206" y="1917" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14791<rect x="1245" y="1778" width="177" height="177" opacity="1" fill="#FFFFFF" stroke="none"/>
14792<rect x="1443" y="1798" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14793<rect x="1502" y="1798" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14794<rect x="1561" y="1798" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14795<rect x="1443" y="1858" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14796<rect x="1482" y="1838" width="58" height="58" opacity="1" fill="#FFFFFF" stroke="none"/>
14797<rect x="1561" y="1858" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14798<rect x="1443" y="1917" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14799<rect x="1502" y="1917" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14800<rect x="1561" y="1917" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14801<rect x="1087" y="1976" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14802<rect x="1147" y="1976" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14803<rect x="1206" y="1976" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14804<rect x="1087" y="2036" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14805<rect x="1127" y="2016" width="58" height="58" opacity="1" fill="#FFFFFF" stroke="none"/>
14806<rect x="1206" y="2036" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14807<rect x="1087" y="2095" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14808<rect x="1147" y="2095" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14809<rect x="1206" y="2095" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14810<rect x="1265" y="1976" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14811<rect x="1325" y="1976" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14812<rect x="1384" y="1976" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14813<rect x="1265" y="2036" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14814<rect x="1305" y="2016" width="58" height="58" opacity="1" fill="#FFFFFF" stroke="none"/>
14815<rect x="1384" y="2036" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14816<rect x="1265" y="2095" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14817<rect x="1325" y="2095" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14818<rect x="1384" y="2095" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14819<rect x="1443" y="1976" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14820<rect x="1502" y="1976" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14821<rect x="1561" y="1976" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14822<rect x="1443" y="2036" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14823<rect x="1482" y="2016" width="58" height="58" opacity="1" fill="#FFFFFF" stroke="none"/>
14824<rect x="1561" y="2036" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14825<rect x="1443" y="2095" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14826<rect x="1502" y="2095" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14827<rect x="1561" y="2095" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14828<rect x="20" y="2154" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14829<rect x="80" y="2154" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14830<rect x="139" y="2154" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14831<rect x="20" y="2214" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14832<rect x="60" y="2194" width="58" height="58" opacity="1" fill="#FFFFFF" stroke="none"/>
14833<rect x="139" y="2214" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14834<rect x="20" y="2273" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14835<rect x="80" y="2273" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14836<rect x="139" y="2273" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14837<rect x="198" y="2154" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14838<rect x="258" y="2154" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14839<rect x="317" y="2154" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14840<rect x="198" y="2214" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14841<rect x="238" y="2194" width="58" height="58" opacity="1" fill="#FFFFFF" stroke="none"/>
14842<rect x="317" y="2214" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14843<rect x="198" y="2273" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14844<rect x="258" y="2273" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14845<rect x="317" y="2273" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14846<rect x="376" y="2154" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14847<rect x="436" y="2154" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14848<rect x="495" y="2154" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14849<rect x="376" y="2214" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14850<rect x="416" y="2194" width="58" height="58" opacity="1" fill="#FFFFFF" stroke="none"/>
14851<rect x="495" y="2214" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14852<rect x="376" y="2273" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14853<rect x="436" y="2273" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14854<rect x="495" y="2273" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14855<rect x="20" y="2332" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14856<rect x="80" y="2332" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14857<rect x="139" y="2332" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14858<rect x="20" y="2392" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14859<rect x="60" y="2372" width="58" height="58" opacity="1" fill="#FFFFFF" stroke="none"/>
14860<rect x="139" y="2392" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14861<rect x="20" y="2451" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14862<rect x="80" y="2451" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14863<rect x="139" y="2451" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14864<rect x="178" y="2312" width="177" height="177" opacity="1" fill="#FFFFFF" stroke="none"/>
14865<rect x="376" y="2332" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14866<rect x="436" y="2332" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14867<rect x="495" y="2332" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14868<rect x="376" y="2392" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14869<rect x="416" y="2372" width="58" height="58" opacity="1" fill="#FFFFFF" stroke="none"/>
14870<rect x="495" y="2392" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14871<rect x="376" y="2451" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14872<rect x="436" y="2451" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14873<rect x="495" y="2451" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14874<rect x="20" y="2510" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14875<rect x="80" y="2510" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14876<rect x="139" y="2510" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14877<rect x="20" y="2569" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14878<rect x="60" y="2549" width="58" height="58" opacity="1" fill="#FFFFFF" stroke="none"/>
14879<rect x="139" y="2569" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14880<rect x="20" y="2628" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14881<rect x="80" y="2628" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14882<rect x="139" y="2628" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14883<rect x="198" y="2510" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14884<rect x="258" y="2510" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14885<rect x="317" y="2510" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14886<rect x="198" y="2569" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14887<rect x="238" y="2549" width="58" height="58" opacity="1" fill="#FFFFFF" stroke="none"/>
14888<rect x="317" y="2569" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14889<rect x="198" y="2628" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14890<rect x="258" y="2628" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14891<rect x="317" y="2628" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14892<rect x="376" y="2510" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14893<rect x="436" y="2510" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14894<rect x="495" y="2510" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14895<rect x="376" y="2569" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14896<rect x="416" y="2549" width="58" height="58" opacity="1" fill="#FFFFFF" stroke="none"/>
14897<rect x="495" y="2569" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14898<rect x="376" y="2628" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14899<rect x="436" y="2628" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14900<rect x="495" y="2628" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14901<rect x="534" y="2134" width="532" height="532" opacity="1" fill="#FFFFFF" stroke="none"/>
14902<rect x="1087" y="2154" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14903<rect x="1147" y="2154" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14904<rect x="1206" y="2154" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14905<rect x="1087" y="2214" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14906<rect x="1127" y="2194" width="58" height="58" opacity="1" fill="#FFFFFF" stroke="none"/>
14907<rect x="1206" y="2214" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14908<rect x="1087" y="2273" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14909<rect x="1147" y="2273" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14910<rect x="1206" y="2273" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14911<rect x="1265" y="2154" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14912<rect x="1325" y="2154" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14913<rect x="1384" y="2154" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14914<rect x="1265" y="2214" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14915<rect x="1305" y="2194" width="58" height="58" opacity="1" fill="#FFFFFF" stroke="none"/>
14916<rect x="1384" y="2214" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14917<rect x="1265" y="2273" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14918<rect x="1325" y="2273" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14919<rect x="1384" y="2273" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14920<rect x="1443" y="2154" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14921<rect x="1502" y="2154" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14922<rect x="1561" y="2154" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14923<rect x="1443" y="2214" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14924<rect x="1482" y="2194" width="58" height="58" opacity="1" fill="#FFFFFF" stroke="none"/>
14925<rect x="1561" y="2214" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14926<rect x="1443" y="2273" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14927<rect x="1502" y="2273" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14928<rect x="1561" y="2273" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14929<rect x="1087" y="2332" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14930<rect x="1147" y="2332" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14931<rect x="1206" y="2332" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14932<rect x="1087" y="2392" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14933<rect x="1127" y="2372" width="58" height="58" opacity="1" fill="#FFFFFF" stroke="none"/>
14934<rect x="1206" y="2392" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14935<rect x="1087" y="2451" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14936<rect x="1147" y="2451" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14937<rect x="1206" y="2451" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14938<rect x="1245" y="2312" width="177" height="177" opacity="1" fill="#FFFFFF" stroke="none"/>
14939<rect x="1443" y="2332" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14940<rect x="1502" y="2332" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14941<rect x="1561" y="2332" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14942<rect x="1443" y="2392" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14943<rect x="1482" y="2372" width="58" height="58" opacity="1" fill="#FFFFFF" stroke="none"/>
14944<rect x="1561" y="2392" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14945<rect x="1443" y="2451" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14946<rect x="1502" y="2451" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14947<rect x="1561" y="2451" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14948<rect x="1087" y="2510" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14949<rect x="1147" y="2510" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14950<rect x="1206" y="2510" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14951<rect x="1087" y="2569" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14952<rect x="1127" y="2549" width="58" height="58" opacity="1" fill="#FFFFFF" stroke="none"/>
14953<rect x="1206" y="2569" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14954<rect x="1087" y="2628" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14955<rect x="1147" y="2628" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14956<rect x="1206" y="2628" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14957<rect x="1265" y="2510" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14958<rect x="1325" y="2510" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14959<rect x="1384" y="2510" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14960<rect x="1265" y="2569" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14961<rect x="1305" y="2549" width="58" height="58" opacity="1" fill="#FFFFFF" stroke="none"/>
14962<rect x="1384" y="2569" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14963<rect x="1265" y="2628" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14964<rect x="1325" y="2628" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14965<rect x="1384" y="2628" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14966<rect x="1443" y="2510" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14967<rect x="1502" y="2510" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14968<rect x="1561" y="2510" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14969<rect x="1443" y="2569" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14970<rect x="1482" y="2549" width="58" height="58" opacity="1" fill="#FFFFFF" stroke="none"/>
14971<rect x="1561" y="2569" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14972<rect x="1443" y="2628" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14973<rect x="1502" y="2628" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14974<rect x="1561" y="2628" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14975<rect x="20" y="2687" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14976<rect x="80" y="2687" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14977<rect x="139" y="2687" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14978<rect x="20" y="2747" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14979<rect x="60" y="2727" width="58" height="58" opacity="1" fill="#FFFFFF" stroke="none"/>
14980<rect x="139" y="2747" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14981<rect x="20" y="2806" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14982<rect x="80" y="2806" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14983<rect x="139" y="2806" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14984<rect x="198" y="2687" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14985<rect x="258" y="2687" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14986<rect x="317" y="2687" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14987<rect x="198" y="2747" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14988<rect x="238" y="2727" width="58" height="58" opacity="1" fill="#FFFFFF" stroke="none"/>
14989<rect x="317" y="2747" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14990<rect x="198" y="2806" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14991<rect x="258" y="2806" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14992<rect x="317" y="2806" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14993<rect x="376" y="2687" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14994<rect x="436" y="2687" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14995<rect x="495" y="2687" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14996<rect x="376" y="2747" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14997<rect x="416" y="2727" width="58" height="58" opacity="1" fill="#FFFFFF" stroke="none"/>
14998<rect x="495" y="2747" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
14999<rect x="376" y="2806" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15000<rect x="436" y="2806" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15001<rect x="495" y="2806" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15002<rect x="20" y="2865" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15003<rect x="80" y="2865" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15004<rect x="139" y="2865" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15005<rect x="20" y="2925" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15006<rect x="60" y="2905" width="58" height="58" opacity="1" fill="#FFFFFF" stroke="none"/>
15007<rect x="139" y="2925" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15008<rect x="20" y="2984" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15009<rect x="80" y="2984" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15010<rect x="139" y="2984" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15011<rect x="178" y="2845" width="177" height="177" opacity="1" fill="#FFFFFF" stroke="none"/>
15012<rect x="376" y="2865" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15013<rect x="436" y="2865" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15014<rect x="495" y="2865" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15015<rect x="376" y="2925" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15016<rect x="416" y="2905" width="58" height="58" opacity="1" fill="#FFFFFF" stroke="none"/>
15017<rect x="495" y="2925" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15018<rect x="376" y="2984" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15019<rect x="436" y="2984" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15020<rect x="495" y="2984" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15021<rect x="20" y="3043" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15022<rect x="80" y="3043" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15023<rect x="139" y="3043" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15024<rect x="20" y="3102" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15025<rect x="60" y="3082" width="58" height="58" opacity="1" fill="#FFFFFF" stroke="none"/>
15026<rect x="139" y="3102" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15027<rect x="20" y="3161" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15028<rect x="80" y="3161" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15029<rect x="139" y="3161" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15030<rect x="198" y="3043" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15031<rect x="258" y="3043" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15032<rect x="317" y="3043" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15033<rect x="198" y="3102" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15034<rect x="238" y="3082" width="58" height="58" opacity="1" fill="#FFFFFF" stroke="none"/>
15035<rect x="317" y="3102" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15036<rect x="198" y="3161" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15037<rect x="258" y="3161" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15038<rect x="317" y="3161" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15039<rect x="376" y="3043" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15040<rect x="436" y="3043" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15041<rect x="495" y="3043" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15042<rect x="376" y="3102" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15043<rect x="416" y="3082" width="58" height="58" opacity="1" fill="#FFFFFF" stroke="none"/>
15044<rect x="495" y="3102" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15045<rect x="376" y="3161" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15046<rect x="436" y="3161" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15047<rect x="495" y="3161" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15048<rect x="554" y="2687" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15049<rect x="614" y="2687" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15050<rect x="673" y="2687" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15051<rect x="554" y="2747" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15052<rect x="594" y="2727" width="58" height="58" opacity="1" fill="#FFFFFF" stroke="none"/>
15053<rect x="673" y="2747" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15054<rect x="554" y="2806" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15055<rect x="614" y="2806" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15056<rect x="673" y="2806" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15057<rect x="732" y="2687" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15058<rect x="792" y="2687" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15059<rect x="851" y="2687" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15060<rect x="732" y="2747" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15061<rect x="772" y="2727" width="58" height="58" opacity="1" fill="#FFFFFF" stroke="none"/>
15062<rect x="851" y="2747" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15063<rect x="732" y="2806" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15064<rect x="792" y="2806" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15065<rect x="851" y="2806" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15066<rect x="910" y="2687" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15067<rect x="969" y="2687" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15068<rect x="1028" y="2687" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15069<rect x="910" y="2747" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15070<rect x="949" y="2727" width="58" height="58" opacity="1" fill="#FFFFFF" stroke="none"/>
15071<rect x="1028" y="2747" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15072<rect x="910" y="2806" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15073<rect x="969" y="2806" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15074<rect x="1028" y="2806" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15075<rect x="554" y="2865" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15076<rect x="614" y="2865" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15077<rect x="673" y="2865" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15078<rect x="554" y="2925" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15079<rect x="594" y="2905" width="58" height="58" opacity="1" fill="#FFFFFF" stroke="none"/>
15080<rect x="673" y="2925" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15081<rect x="554" y="2984" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15082<rect x="614" y="2984" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15083<rect x="673" y="2984" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15084<rect x="712" y="2845" width="177" height="177" opacity="1" fill="#FFFFFF" stroke="none"/>
15085<rect x="910" y="2865" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15086<rect x="969" y="2865" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15087<rect x="1028" y="2865" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15088<rect x="910" y="2925" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15089<rect x="949" y="2905" width="58" height="58" opacity="1" fill="#FFFFFF" stroke="none"/>
15090<rect x="1028" y="2925" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15091<rect x="910" y="2984" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15092<rect x="969" y="2984" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15093<rect x="1028" y="2984" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15094<rect x="554" y="3043" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15095<rect x="614" y="3043" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15096<rect x="673" y="3043" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15097<rect x="554" y="3102" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15098<rect x="594" y="3082" width="58" height="58" opacity="1" fill="#FFFFFF" stroke="none"/>
15099<rect x="673" y="3102" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15100<rect x="554" y="3161" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15101<rect x="614" y="3161" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15102<rect x="673" y="3161" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15103<rect x="732" y="3043" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15104<rect x="792" y="3043" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15105<rect x="851" y="3043" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15106<rect x="732" y="3102" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15107<rect x="772" y="3082" width="58" height="58" opacity="1" fill="#FFFFFF" stroke="none"/>
15108<rect x="851" y="3102" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15109<rect x="732" y="3161" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15110<rect x="792" y="3161" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15111<rect x="851" y="3161" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15112<rect x="910" y="3043" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15113<rect x="969" y="3043" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15114<rect x="1028" y="3043" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15115<rect x="910" y="3102" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15116<rect x="949" y="3082" width="58" height="58" opacity="1" fill="#FFFFFF" stroke="none"/>
15117<rect x="1028" y="3102" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15118<rect x="910" y="3161" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15119<rect x="969" y="3161" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15120<rect x="1028" y="3161" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15121<rect x="1087" y="2687" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15122<rect x="1147" y="2687" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15123<rect x="1206" y="2687" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15124<rect x="1087" y="2747" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15125<rect x="1127" y="2727" width="58" height="58" opacity="1" fill="#FFFFFF" stroke="none"/>
15126<rect x="1206" y="2747" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15127<rect x="1087" y="2806" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15128<rect x="1147" y="2806" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15129<rect x="1206" y="2806" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15130<rect x="1265" y="2687" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15131<rect x="1325" y="2687" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15132<rect x="1384" y="2687" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15133<rect x="1265" y="2747" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15134<rect x="1305" y="2727" width="58" height="58" opacity="1" fill="#FFFFFF" stroke="none"/>
15135<rect x="1384" y="2747" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15136<rect x="1265" y="2806" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15137<rect x="1325" y="2806" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15138<rect x="1384" y="2806" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15139<rect x="1443" y="2687" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15140<rect x="1502" y="2687" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15141<rect x="1561" y="2687" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15142<rect x="1443" y="2747" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15143<rect x="1482" y="2727" width="58" height="58" opacity="1" fill="#FFFFFF" stroke="none"/>
15144<rect x="1561" y="2747" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15145<rect x="1443" y="2806" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15146<rect x="1502" y="2806" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15147<rect x="1561" y="2806" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15148<rect x="1087" y="2865" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15149<rect x="1147" y="2865" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15150<rect x="1206" y="2865" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15151<rect x="1087" y="2925" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15152<rect x="1127" y="2905" width="58" height="58" opacity="1" fill="#FFFFFF" stroke="none"/>
15153<rect x="1206" y="2925" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15154<rect x="1087" y="2984" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15155<rect x="1147" y="2984" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15156<rect x="1206" y="2984" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15157<rect x="1245" y="2845" width="177" height="177" opacity="1" fill="#FFFFFF" stroke="none"/>
15158<rect x="1443" y="2865" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15159<rect x="1502" y="2865" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15160<rect x="1561" y="2865" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15161<rect x="1443" y="2925" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15162<rect x="1482" y="2905" width="58" height="58" opacity="1" fill="#FFFFFF" stroke="none"/>
15163<rect x="1561" y="2925" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15164<rect x="1443" y="2984" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15165<rect x="1502" y="2984" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15166<rect x="1561" y="2984" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15167<rect x="1087" y="3043" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15168<rect x="1147" y="3043" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15169<rect x="1206" y="3043" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15170<rect x="1087" y="3102" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15171<rect x="1127" y="3082" width="58" height="58" opacity="1" fill="#FFFFFF" stroke="none"/>
15172<rect x="1206" y="3102" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15173<rect x="1087" y="3161" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15174<rect x="1147" y="3161" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15175<rect x="1206" y="3161" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15176<rect x="1265" y="3043" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15177<rect x="1325" y="3043" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15178<rect x="1384" y="3043" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15179<rect x="1265" y="3102" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15180<rect x="1305" y="3082" width="58" height="58" opacity="1" fill="#FFFFFF" stroke="none"/>
15181<rect x="1384" y="3102" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15182<rect x="1265" y="3161" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15183<rect x="1325" y="3161" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15184<rect x="1384" y="3161" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15185<rect x="1443" y="3043" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15186<rect x="1502" y="3043" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15187<rect x="1561" y="3043" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15188<rect x="1443" y="3102" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15189<rect x="1482" y="3082" width="58" height="58" opacity="1" fill="#FFFFFF" stroke="none"/>
15190<rect x="1561" y="3102" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15191<rect x="1443" y="3161" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15192<rect x="1502" y="3161" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15193<rect x="1561" y="3161" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15194<rect x="1600" y="1600" width="1599" height="1599" opacity="1" fill="#FFFFFF" stroke="none"/>
15195<rect x="3220" y="1620" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15196<rect x="3280" y="1620" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15197<rect x="3339" y="1620" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15198<rect x="3220" y="1680" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15199<rect x="3260" y="1660" width="58" height="58" opacity="1" fill="#FFFFFF" stroke="none"/>
15200<rect x="3339" y="1680" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15201<rect x="3220" y="1739" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15202<rect x="3280" y="1739" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15203<rect x="3339" y="1739" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15204<rect x="3398" y="1620" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15205<rect x="3458" y="1620" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15206<rect x="3517" y="1620" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15207<rect x="3398" y="1680" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15208<rect x="3438" y="1660" width="58" height="58" opacity="1" fill="#FFFFFF" stroke="none"/>
15209<rect x="3517" y="1680" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15210<rect x="3398" y="1739" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15211<rect x="3458" y="1739" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15212<rect x="3517" y="1739" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15213<rect x="3576" y="1620" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15214<rect x="3636" y="1620" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15215<rect x="3695" y="1620" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15216<rect x="3576" y="1680" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15217<rect x="3616" y="1660" width="58" height="58" opacity="1" fill="#FFFFFF" stroke="none"/>
15218<rect x="3695" y="1680" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15219<rect x="3576" y="1739" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15220<rect x="3636" y="1739" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15221<rect x="3695" y="1739" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15222<rect x="3220" y="1798" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15223<rect x="3280" y="1798" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15224<rect x="3339" y="1798" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15225<rect x="3220" y="1858" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15226<rect x="3260" y="1838" width="58" height="58" opacity="1" fill="#FFFFFF" stroke="none"/>
15227<rect x="3339" y="1858" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15228<rect x="3220" y="1917" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15229<rect x="3280" y="1917" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15230<rect x="3339" y="1917" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15231<rect x="3378" y="1778" width="177" height="177" opacity="1" fill="#FFFFFF" stroke="none"/>
15232<rect x="3576" y="1798" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15233<rect x="3636" y="1798" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15234<rect x="3695" y="1798" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15235<rect x="3576" y="1858" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15236<rect x="3616" y="1838" width="58" height="58" opacity="1" fill="#FFFFFF" stroke="none"/>
15237<rect x="3695" y="1858" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15238<rect x="3576" y="1917" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15239<rect x="3636" y="1917" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15240<rect x="3695" y="1917" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15241<rect x="3220" y="1976" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15242<rect x="3280" y="1976" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15243<rect x="3339" y="1976" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15244<rect x="3220" y="2036" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15245<rect x="3260" y="2016" width="58" height="58" opacity="1" fill="#FFFFFF" stroke="none"/>
15246<rect x="3339" y="2036" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15247<rect x="3220" y="2095" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15248<rect x="3280" y="2095" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15249<rect x="3339" y="2095" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15250<rect x="3398" y="1976" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15251<rect x="3458" y="1976" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15252<rect x="3517" y="1976" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15253<rect x="3398" y="2036" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15254<rect x="3438" y="2016" width="58" height="58" opacity="1" fill="#FFFFFF" stroke="none"/>
15255<rect x="3517" y="2036" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15256<rect x="3398" y="2095" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15257<rect x="3458" y="2095" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15258<rect x="3517" y="2095" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15259<rect x="3576" y="1976" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15260<rect x="3636" y="1976" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15261<rect x="3695" y="1976" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15262<rect x="3576" y="2036" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15263<rect x="3616" y="2016" width="58" height="58" opacity="1" fill="#FFFFFF" stroke="none"/>
15264<rect x="3695" y="2036" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15265<rect x="3576" y="2095" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15266<rect x="3636" y="2095" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15267<rect x="3695" y="2095" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15268<rect x="3754" y="1620" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15269<rect x="3814" y="1620" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15270<rect x="3873" y="1620" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15271<rect x="3754" y="1680" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15272<rect x="3794" y="1660" width="58" height="58" opacity="1" fill="#FFFFFF" stroke="none"/>
15273<rect x="3873" y="1680" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15274<rect x="3754" y="1739" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15275<rect x="3814" y="1739" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15276<rect x="3873" y="1739" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15277<rect x="3932" y="1620" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15278<rect x="3992" y="1620" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15279<rect x="4051" y="1620" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15280<rect x="3932" y="1680" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15281<rect x="3972" y="1660" width="58" height="58" opacity="1" fill="#FFFFFF" stroke="none"/>
15282<rect x="4051" y="1680" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15283<rect x="3932" y="1739" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15284<rect x="3992" y="1739" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15285<rect x="4051" y="1739" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15286<rect x="4110" y="1620" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15287<rect x="4169" y="1620" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15288<rect x="4228" y="1620" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15289<rect x="4110" y="1680" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15290<rect x="4149" y="1660" width="58" height="58" opacity="1" fill="#FFFFFF" stroke="none"/>
15291<rect x="4228" y="1680" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15292<rect x="4110" y="1739" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15293<rect x="4169" y="1739" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15294<rect x="4228" y="1739" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15295<rect x="3754" y="1798" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15296<rect x="3814" y="1798" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15297<rect x="3873" y="1798" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15298<rect x="3754" y="1858" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15299<rect x="3794" y="1838" width="58" height="58" opacity="1" fill="#FFFFFF" stroke="none"/>
15300<rect x="3873" y="1858" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15301<rect x="3754" y="1917" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15302<rect x="3814" y="1917" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15303<rect x="3873" y="1917" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15304<rect x="3912" y="1778" width="177" height="177" opacity="1" fill="#FFFFFF" stroke="none"/>
15305<rect x="4110" y="1798" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15306<rect x="4169" y="1798" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15307<rect x="4228" y="1798" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15308<rect x="4110" y="1858" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15309<rect x="4149" y="1838" width="58" height="58" opacity="1" fill="#FFFFFF" stroke="none"/>
15310<rect x="4228" y="1858" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15311<rect x="4110" y="1917" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15312<rect x="4169" y="1917" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15313<rect x="4228" y="1917" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15314<rect x="3754" y="1976" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15315<rect x="3814" y="1976" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15316<rect x="3873" y="1976" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15317<rect x="3754" y="2036" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15318<rect x="3794" y="2016" width="58" height="58" opacity="1" fill="#FFFFFF" stroke="none"/>
15319<rect x="3873" y="2036" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15320<rect x="3754" y="2095" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15321<rect x="3814" y="2095" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15322<rect x="3873" y="2095" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15323<rect x="3932" y="1976" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15324<rect x="3992" y="1976" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15325<rect x="4051" y="1976" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15326<rect x="3932" y="2036" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15327<rect x="3972" y="2016" width="58" height="58" opacity="1" fill="#FFFFFF" stroke="none"/>
15328<rect x="4051" y="2036" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15329<rect x="3932" y="2095" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15330<rect x="3992" y="2095" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15331<rect x="4051" y="2095" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15332<rect x="4110" y="1976" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15333<rect x="4169" y="1976" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15334<rect x="4228" y="1976" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15335<rect x="4110" y="2036" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15336<rect x="4149" y="2016" width="58" height="58" opacity="1" fill="#FFFFFF" stroke="none"/>
15337<rect x="4228" y="2036" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15338<rect x="4110" y="2095" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15339<rect x="4169" y="2095" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15340<rect x="4228" y="2095" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15341<rect x="4287" y="1620" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15342<rect x="4347" y="1620" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15343<rect x="4406" y="1620" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15344<rect x="4287" y="1680" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15345<rect x="4327" y="1660" width="58" height="58" opacity="1" fill="#FFFFFF" stroke="none"/>
15346<rect x="4406" y="1680" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15347<rect x="4287" y="1739" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15348<rect x="4347" y="1739" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15349<rect x="4406" y="1739" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15350<rect x="4465" y="1620" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15351<rect x="4525" y="1620" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15352<rect x="4584" y="1620" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15353<rect x="4465" y="1680" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15354<rect x="4505" y="1660" width="58" height="58" opacity="1" fill="#FFFFFF" stroke="none"/>
15355<rect x="4584" y="1680" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15356<rect x="4465" y="1739" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15357<rect x="4525" y="1739" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15358<rect x="4584" y="1739" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15359<rect x="4643" y="1620" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15360<rect x="4702" y="1620" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15361<rect x="4761" y="1620" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15362<rect x="4643" y="1680" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15363<rect x="4682" y="1660" width="58" height="58" opacity="1" fill="#FFFFFF" stroke="none"/>
15364<rect x="4761" y="1680" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15365<rect x="4643" y="1739" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15366<rect x="4702" y="1739" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15367<rect x="4761" y="1739" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15368<rect x="4287" y="1798" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15369<rect x="4347" y="1798" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15370<rect x="4406" y="1798" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15371<rect x="4287" y="1858" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15372<rect x="4327" y="1838" width="58" height="58" opacity="1" fill="#FFFFFF" stroke="none"/>
15373<rect x="4406" y="1858" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15374<rect x="4287" y="1917" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15375<rect x="4347" y="1917" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15376<rect x="4406" y="1917" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15377<rect x="4445" y="1778" width="177" height="177" opacity="1" fill="#FFFFFF" stroke="none"/>
15378<rect x="4643" y="1798" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15379<rect x="4702" y="1798" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15380<rect x="4761" y="1798" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15381<rect x="4643" y="1858" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15382<rect x="4682" y="1838" width="58" height="58" opacity="1" fill="#FFFFFF" stroke="none"/>
15383<rect x="4761" y="1858" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15384<rect x="4643" y="1917" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15385<rect x="4702" y="1917" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15386<rect x="4761" y="1917" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15387<rect x="4287" y="1976" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15388<rect x="4347" y="1976" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15389<rect x="4406" y="1976" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15390<rect x="4287" y="2036" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15391<rect x="4327" y="2016" width="58" height="58" opacity="1" fill="#FFFFFF" stroke="none"/>
15392<rect x="4406" y="2036" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15393<rect x="4287" y="2095" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15394<rect x="4347" y="2095" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15395<rect x="4406" y="2095" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15396<rect x="4465" y="1976" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15397<rect x="4525" y="1976" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15398<rect x="4584" y="1976" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15399<rect x="4465" y="2036" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15400<rect x="4505" y="2016" width="58" height="58" opacity="1" fill="#FFFFFF" stroke="none"/>
15401<rect x="4584" y="2036" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15402<rect x="4465" y="2095" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15403<rect x="4525" y="2095" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15404<rect x="4584" y="2095" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15405<rect x="4643" y="1976" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15406<rect x="4702" y="1976" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15407<rect x="4761" y="1976" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15408<rect x="4643" y="2036" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15409<rect x="4682" y="2016" width="58" height="58" opacity="1" fill="#FFFFFF" stroke="none"/>
15410<rect x="4761" y="2036" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15411<rect x="4643" y="2095" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15412<rect x="4702" y="2095" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15413<rect x="4761" y="2095" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15414<rect x="3220" y="2154" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15415<rect x="3280" y="2154" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15416<rect x="3339" y="2154" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15417<rect x="3220" y="2214" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15418<rect x="3260" y="2194" width="58" height="58" opacity="1" fill="#FFFFFF" stroke="none"/>
15419<rect x="3339" y="2214" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15420<rect x="3220" y="2273" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15421<rect x="3280" y="2273" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15422<rect x="3339" y="2273" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15423<rect x="3398" y="2154" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15424<rect x="3458" y="2154" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15425<rect x="3517" y="2154" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15426<rect x="3398" y="2214" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15427<rect x="3438" y="2194" width="58" height="58" opacity="1" fill="#FFFFFF" stroke="none"/>
15428<rect x="3517" y="2214" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15429<rect x="3398" y="2273" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15430<rect x="3458" y="2273" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15431<rect x="3517" y="2273" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15432<rect x="3576" y="2154" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15433<rect x="3636" y="2154" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15434<rect x="3695" y="2154" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15435<rect x="3576" y="2214" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15436<rect x="3616" y="2194" width="58" height="58" opacity="1" fill="#FFFFFF" stroke="none"/>
15437<rect x="3695" y="2214" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15438<rect x="3576" y="2273" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15439<rect x="3636" y="2273" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15440<rect x="3695" y="2273" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15441<rect x="3220" y="2332" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15442<rect x="3280" y="2332" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15443<rect x="3339" y="2332" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15444<rect x="3220" y="2392" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15445<rect x="3260" y="2372" width="58" height="58" opacity="1" fill="#FFFFFF" stroke="none"/>
15446<rect x="3339" y="2392" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15447<rect x="3220" y="2451" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15448<rect x="3280" y="2451" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15449<rect x="3339" y="2451" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15450<rect x="3378" y="2312" width="177" height="177" opacity="1" fill="#FFFFFF" stroke="none"/>
15451<rect x="3576" y="2332" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15452<rect x="3636" y="2332" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15453<rect x="3695" y="2332" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15454<rect x="3576" y="2392" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15455<rect x="3616" y="2372" width="58" height="58" opacity="1" fill="#FFFFFF" stroke="none"/>
15456<rect x="3695" y="2392" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15457<rect x="3576" y="2451" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15458<rect x="3636" y="2451" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15459<rect x="3695" y="2451" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15460<rect x="3220" y="2510" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15461<rect x="3280" y="2510" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15462<rect x="3339" y="2510" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15463<rect x="3220" y="2569" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15464<rect x="3260" y="2549" width="58" height="58" opacity="1" fill="#FFFFFF" stroke="none"/>
15465<rect x="3339" y="2569" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15466<rect x="3220" y="2628" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15467<rect x="3280" y="2628" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15468<rect x="3339" y="2628" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15469<rect x="3398" y="2510" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15470<rect x="3458" y="2510" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15471<rect x="3517" y="2510" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15472<rect x="3398" y="2569" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15473<rect x="3438" y="2549" width="58" height="58" opacity="1" fill="#FFFFFF" stroke="none"/>
15474<rect x="3517" y="2569" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15475<rect x="3398" y="2628" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15476<rect x="3458" y="2628" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15477<rect x="3517" y="2628" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15478<rect x="3576" y="2510" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15479<rect x="3636" y="2510" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15480<rect x="3695" y="2510" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15481<rect x="3576" y="2569" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15482<rect x="3616" y="2549" width="58" height="58" opacity="1" fill="#FFFFFF" stroke="none"/>
15483<rect x="3695" y="2569" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15484<rect x="3576" y="2628" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15485<rect x="3636" y="2628" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15486<rect x="3695" y="2628" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15487<rect x="3734" y="2134" width="532" height="532" opacity="1" fill="#FFFFFF" stroke="none"/>
15488<rect x="4287" y="2154" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15489<rect x="4347" y="2154" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15490<rect x="4406" y="2154" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15491<rect x="4287" y="2214" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15492<rect x="4327" y="2194" width="58" height="58" opacity="1" fill="#FFFFFF" stroke="none"/>
15493<rect x="4406" y="2214" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15494<rect x="4287" y="2273" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15495<rect x="4347" y="2273" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15496<rect x="4406" y="2273" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15497<rect x="4465" y="2154" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15498<rect x="4525" y="2154" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15499<rect x="4584" y="2154" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15500<rect x="4465" y="2214" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15501<rect x="4505" y="2194" width="58" height="58" opacity="1" fill="#FFFFFF" stroke="none"/>
15502<rect x="4584" y="2214" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15503<rect x="4465" y="2273" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15504<rect x="4525" y="2273" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15505<rect x="4584" y="2273" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15506<rect x="4643" y="2154" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15507<rect x="4702" y="2154" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15508<rect x="4761" y="2154" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15509<rect x="4643" y="2214" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15510<rect x="4682" y="2194" width="58" height="58" opacity="1" fill="#FFFFFF" stroke="none"/>
15511<rect x="4761" y="2214" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15512<rect x="4643" y="2273" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15513<rect x="4702" y="2273" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15514<rect x="4761" y="2273" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15515<rect x="4287" y="2332" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15516<rect x="4347" y="2332" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15517<rect x="4406" y="2332" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15518<rect x="4287" y="2392" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15519<rect x="4327" y="2372" width="58" height="58" opacity="1" fill="#FFFFFF" stroke="none"/>
15520<rect x="4406" y="2392" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15521<rect x="4287" y="2451" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15522<rect x="4347" y="2451" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15523<rect x="4406" y="2451" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15524<rect x="4445" y="2312" width="177" height="177" opacity="1" fill="#FFFFFF" stroke="none"/>
15525<rect x="4643" y="2332" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15526<rect x="4702" y="2332" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15527<rect x="4761" y="2332" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15528<rect x="4643" y="2392" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15529<rect x="4682" y="2372" width="58" height="58" opacity="1" fill="#FFFFFF" stroke="none"/>
15530<rect x="4761" y="2392" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15531<rect x="4643" y="2451" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15532<rect x="4702" y="2451" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15533<rect x="4761" y="2451" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15534<rect x="4287" y="2510" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15535<rect x="4347" y="2510" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15536<rect x="4406" y="2510" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15537<rect x="4287" y="2569" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15538<rect x="4327" y="2549" width="58" height="58" opacity="1" fill="#FFFFFF" stroke="none"/>
15539<rect x="4406" y="2569" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15540<rect x="4287" y="2628" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15541<rect x="4347" y="2628" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15542<rect x="4406" y="2628" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15543<rect x="4465" y="2510" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15544<rect x="4525" y="2510" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15545<rect x="4584" y="2510" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15546<rect x="4465" y="2569" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15547<rect x="4505" y="2549" width="58" height="58" opacity="1" fill="#FFFFFF" stroke="none"/>
15548<rect x="4584" y="2569" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15549<rect x="4465" y="2628" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15550<rect x="4525" y="2628" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15551<rect x="4584" y="2628" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15552<rect x="4643" y="2510" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15553<rect x="4702" y="2510" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15554<rect x="4761" y="2510" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15555<rect x="4643" y="2569" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15556<rect x="4682" y="2549" width="58" height="58" opacity="1" fill="#FFFFFF" stroke="none"/>
15557<rect x="4761" y="2569" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15558<rect x="4643" y="2628" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15559<rect x="4702" y="2628" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15560<rect x="4761" y="2628" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15561<rect x="3220" y="2687" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15562<rect x="3280" y="2687" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15563<rect x="3339" y="2687" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15564<rect x="3220" y="2747" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15565<rect x="3260" y="2727" width="58" height="58" opacity="1" fill="#FFFFFF" stroke="none"/>
15566<rect x="3339" y="2747" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15567<rect x="3220" y="2806" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15568<rect x="3280" y="2806" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15569<rect x="3339" y="2806" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15570<rect x="3398" y="2687" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15571<rect x="3458" y="2687" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15572<rect x="3517" y="2687" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15573<rect x="3398" y="2747" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15574<rect x="3438" y="2727" width="58" height="58" opacity="1" fill="#FFFFFF" stroke="none"/>
15575<rect x="3517" y="2747" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15576<rect x="3398" y="2806" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15577<rect x="3458" y="2806" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15578<rect x="3517" y="2806" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15579<rect x="3576" y="2687" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15580<rect x="3636" y="2687" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15581<rect x="3695" y="2687" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15582<rect x="3576" y="2747" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15583<rect x="3616" y="2727" width="58" height="58" opacity="1" fill="#FFFFFF" stroke="none"/>
15584<rect x="3695" y="2747" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15585<rect x="3576" y="2806" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15586<rect x="3636" y="2806" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15587<rect x="3695" y="2806" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15588<rect x="3220" y="2865" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15589<rect x="3280" y="2865" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15590<rect x="3339" y="2865" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15591<rect x="3220" y="2925" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15592<rect x="3260" y="2905" width="58" height="58" opacity="1" fill="#FFFFFF" stroke="none"/>
15593<rect x="3339" y="2925" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15594<rect x="3220" y="2984" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15595<rect x="3280" y="2984" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15596<rect x="3339" y="2984" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15597<rect x="3378" y="2845" width="177" height="177" opacity="1" fill="#FFFFFF" stroke="none"/>
15598<rect x="3576" y="2865" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15599<rect x="3636" y="2865" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15600<rect x="3695" y="2865" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15601<rect x="3576" y="2925" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15602<rect x="3616" y="2905" width="58" height="58" opacity="1" fill="#FFFFFF" stroke="none"/>
15603<rect x="3695" y="2925" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15604<rect x="3576" y="2984" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15605<rect x="3636" y="2984" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15606<rect x="3695" y="2984" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15607<rect x="3220" y="3043" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15608<rect x="3280" y="3043" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15609<rect x="3339" y="3043" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15610<rect x="3220" y="3102" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15611<rect x="3260" y="3082" width="58" height="58" opacity="1" fill="#FFFFFF" stroke="none"/>
15612<rect x="3339" y="3102" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15613<rect x="3220" y="3161" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15614<rect x="3280" y="3161" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15615<rect x="3339" y="3161" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15616<rect x="3398" y="3043" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15617<rect x="3458" y="3043" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15618<rect x="3517" y="3043" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15619<rect x="3398" y="3102" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15620<rect x="3438" y="3082" width="58" height="58" opacity="1" fill="#FFFFFF" stroke="none"/>
15621<rect x="3517" y="3102" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15622<rect x="3398" y="3161" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15623<rect x="3458" y="3161" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15624<rect x="3517" y="3161" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15625<rect x="3576" y="3043" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15626<rect x="3636" y="3043" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15627<rect x="3695" y="3043" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15628<rect x="3576" y="3102" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15629<rect x="3616" y="3082" width="58" height="58" opacity="1" fill="#FFFFFF" stroke="none"/>
15630<rect x="3695" y="3102" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15631<rect x="3576" y="3161" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15632<rect x="3636" y="3161" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15633<rect x="3695" y="3161" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15634<rect x="3754" y="2687" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15635<rect x="3814" y="2687" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15636<rect x="3873" y="2687" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15637<rect x="3754" y="2747" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15638<rect x="3794" y="2727" width="58" height="58" opacity="1" fill="#FFFFFF" stroke="none"/>
15639<rect x="3873" y="2747" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15640<rect x="3754" y="2806" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15641<rect x="3814" y="2806" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15642<rect x="3873" y="2806" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15643<rect x="3932" y="2687" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15644<rect x="3992" y="2687" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15645<rect x="4051" y="2687" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15646<rect x="3932" y="2747" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15647<rect x="3972" y="2727" width="58" height="58" opacity="1" fill="#FFFFFF" stroke="none"/>
15648<rect x="4051" y="2747" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15649<rect x="3932" y="2806" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15650<rect x="3992" y="2806" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15651<rect x="4051" y="2806" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15652<rect x="4110" y="2687" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15653<rect x="4169" y="2687" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15654<rect x="4228" y="2687" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15655<rect x="4110" y="2747" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15656<rect x="4149" y="2727" width="58" height="58" opacity="1" fill="#FFFFFF" stroke="none"/>
15657<rect x="4228" y="2747" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15658<rect x="4110" y="2806" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15659<rect x="4169" y="2806" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15660<rect x="4228" y="2806" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15661<rect x="3754" y="2865" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15662<rect x="3814" y="2865" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15663<rect x="3873" y="2865" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15664<rect x="3754" y="2925" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15665<rect x="3794" y="2905" width="58" height="58" opacity="1" fill="#FFFFFF" stroke="none"/>
15666<rect x="3873" y="2925" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15667<rect x="3754" y="2984" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15668<rect x="3814" y="2984" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15669<rect x="3873" y="2984" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15670<rect x="3912" y="2845" width="177" height="177" opacity="1" fill="#FFFFFF" stroke="none"/>
15671<rect x="4110" y="2865" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15672<rect x="4169" y="2865" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15673<rect x="4228" y="2865" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15674<rect x="4110" y="2925" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15675<rect x="4149" y="2905" width="58" height="58" opacity="1" fill="#FFFFFF" stroke="none"/>
15676<rect x="4228" y="2925" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15677<rect x="4110" y="2984" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15678<rect x="4169" y="2984" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15679<rect x="4228" y="2984" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15680<rect x="3754" y="3043" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15681<rect x="3814" y="3043" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15682<rect x="3873" y="3043" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15683<rect x="3754" y="3102" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15684<rect x="3794" y="3082" width="58" height="58" opacity="1" fill="#FFFFFF" stroke="none"/>
15685<rect x="3873" y="3102" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15686<rect x="3754" y="3161" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15687<rect x="3814" y="3161" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15688<rect x="3873" y="3161" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15689<rect x="3932" y="3043" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15690<rect x="3992" y="3043" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15691<rect x="4051" y="3043" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15692<rect x="3932" y="3102" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15693<rect x="3972" y="3082" width="58" height="58" opacity="1" fill="#FFFFFF" stroke="none"/>
15694<rect x="4051" y="3102" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15695<rect x="3932" y="3161" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15696<rect x="3992" y="3161" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15697<rect x="4051" y="3161" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15698<rect x="4110" y="3043" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15699<rect x="4169" y="3043" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15700<rect x="4228" y="3043" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15701<rect x="4110" y="3102" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15702<rect x="4149" y="3082" width="58" height="58" opacity="1" fill="#FFFFFF" stroke="none"/>
15703<rect x="4228" y="3102" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15704<rect x="4110" y="3161" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15705<rect x="4169" y="3161" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15706<rect x="4228" y="3161" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15707<rect x="4287" y="2687" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15708<rect x="4347" y="2687" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15709<rect x="4406" y="2687" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15710<rect x="4287" y="2747" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15711<rect x="4327" y="2727" width="58" height="58" opacity="1" fill="#FFFFFF" stroke="none"/>
15712<rect x="4406" y="2747" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15713<rect x="4287" y="2806" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15714<rect x="4347" y="2806" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15715<rect x="4406" y="2806" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15716<rect x="4465" y="2687" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15717<rect x="4525" y="2687" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15718<rect x="4584" y="2687" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15719<rect x="4465" y="2747" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15720<rect x="4505" y="2727" width="58" height="58" opacity="1" fill="#FFFFFF" stroke="none"/>
15721<rect x="4584" y="2747" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15722<rect x="4465" y="2806" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15723<rect x="4525" y="2806" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15724<rect x="4584" y="2806" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15725<rect x="4643" y="2687" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15726<rect x="4702" y="2687" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15727<rect x="4761" y="2687" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15728<rect x="4643" y="2747" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15729<rect x="4682" y="2727" width="58" height="58" opacity="1" fill="#FFFFFF" stroke="none"/>
15730<rect x="4761" y="2747" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15731<rect x="4643" y="2806" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15732<rect x="4702" y="2806" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15733<rect x="4761" y="2806" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15734<rect x="4287" y="2865" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15735<rect x="4347" y="2865" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15736<rect x="4406" y="2865" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15737<rect x="4287" y="2925" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15738<rect x="4327" y="2905" width="58" height="58" opacity="1" fill="#FFFFFF" stroke="none"/>
15739<rect x="4406" y="2925" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15740<rect x="4287" y="2984" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15741<rect x="4347" y="2984" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15742<rect x="4406" y="2984" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15743<rect x="4445" y="2845" width="177" height="177" opacity="1" fill="#FFFFFF" stroke="none"/>
15744<rect x="4643" y="2865" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15745<rect x="4702" y="2865" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15746<rect x="4761" y="2865" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15747<rect x="4643" y="2925" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15748<rect x="4682" y="2905" width="58" height="58" opacity="1" fill="#FFFFFF" stroke="none"/>
15749<rect x="4761" y="2925" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15750<rect x="4643" y="2984" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15751<rect x="4702" y="2984" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15752<rect x="4761" y="2984" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15753<rect x="4287" y="3043" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15754<rect x="4347" y="3043" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15755<rect x="4406" y="3043" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15756<rect x="4287" y="3102" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15757<rect x="4327" y="3082" width="58" height="58" opacity="1" fill="#FFFFFF" stroke="none"/>
15758<rect x="4406" y="3102" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15759<rect x="4287" y="3161" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15760<rect x="4347" y="3161" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15761<rect x="4406" y="3161" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15762<rect x="4465" y="3043" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15763<rect x="4525" y="3043" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15764<rect x="4584" y="3043" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15765<rect x="4465" y="3102" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15766<rect x="4505" y="3082" width="58" height="58" opacity="1" fill="#FFFFFF" stroke="none"/>
15767<rect x="4584" y="3102" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15768<rect x="4465" y="3161" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15769<rect x="4525" y="3161" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15770<rect x="4584" y="3161" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15771<rect x="4643" y="3043" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15772<rect x="4702" y="3043" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15773<rect x="4761" y="3043" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15774<rect x="4643" y="3102" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15775<rect x="4682" y="3082" width="58" height="58" opacity="1" fill="#FFFFFF" stroke="none"/>
15776<rect x="4761" y="3102" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15777<rect x="4643" y="3161" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15778<rect x="4702" y="3161" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15779<rect x="4761" y="3161" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15780<rect x="20" y="3220" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15781<rect x="80" y="3220" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15782<rect x="139" y="3220" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15783<rect x="20" y="3280" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15784<rect x="60" y="3260" width="58" height="58" opacity="1" fill="#FFFFFF" stroke="none"/>
15785<rect x="139" y="3280" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15786<rect x="20" y="3339" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15787<rect x="80" y="3339" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15788<rect x="139" y="3339" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15789<rect x="198" y="3220" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15790<rect x="258" y="3220" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15791<rect x="317" y="3220" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15792<rect x="198" y="3280" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15793<rect x="238" y="3260" width="58" height="58" opacity="1" fill="#FFFFFF" stroke="none"/>
15794<rect x="317" y="3280" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15795<rect x="198" y="3339" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15796<rect x="258" y="3339" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15797<rect x="317" y="3339" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15798<rect x="376" y="3220" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15799<rect x="436" y="3220" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15800<rect x="495" y="3220" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15801<rect x="376" y="3280" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15802<rect x="416" y="3260" width="58" height="58" opacity="1" fill="#FFFFFF" stroke="none"/>
15803<rect x="495" y="3280" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15804<rect x="376" y="3339" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15805<rect x="436" y="3339" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15806<rect x="495" y="3339" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15807<rect x="20" y="3398" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15808<rect x="80" y="3398" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15809<rect x="139" y="3398" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15810<rect x="20" y="3458" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15811<rect x="60" y="3438" width="58" height="58" opacity="1" fill="#FFFFFF" stroke="none"/>
15812<rect x="139" y="3458" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15813<rect x="20" y="3517" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15814<rect x="80" y="3517" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15815<rect x="139" y="3517" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15816<rect x="178" y="3378" width="177" height="177" opacity="1" fill="#FFFFFF" stroke="none"/>
15817<rect x="376" y="3398" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15818<rect x="436" y="3398" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15819<rect x="495" y="3398" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15820<rect x="376" y="3458" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15821<rect x="416" y="3438" width="58" height="58" opacity="1" fill="#FFFFFF" stroke="none"/>
15822<rect x="495" y="3458" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15823<rect x="376" y="3517" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15824<rect x="436" y="3517" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15825<rect x="495" y="3517" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15826<rect x="20" y="3576" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15827<rect x="80" y="3576" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15828<rect x="139" y="3576" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15829<rect x="20" y="3636" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15830<rect x="60" y="3616" width="58" height="58" opacity="1" fill="#FFFFFF" stroke="none"/>
15831<rect x="139" y="3636" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15832<rect x="20" y="3695" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15833<rect x="80" y="3695" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15834<rect x="139" y="3695" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15835<rect x="198" y="3576" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15836<rect x="258" y="3576" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15837<rect x="317" y="3576" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15838<rect x="198" y="3636" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15839<rect x="238" y="3616" width="58" height="58" opacity="1" fill="#FFFFFF" stroke="none"/>
15840<rect x="317" y="3636" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15841<rect x="198" y="3695" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15842<rect x="258" y="3695" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15843<rect x="317" y="3695" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15844<rect x="376" y="3576" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15845<rect x="436" y="3576" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15846<rect x="495" y="3576" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15847<rect x="376" y="3636" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15848<rect x="416" y="3616" width="58" height="58" opacity="1" fill="#FFFFFF" stroke="none"/>
15849<rect x="495" y="3636" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15850<rect x="376" y="3695" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15851<rect x="436" y="3695" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15852<rect x="495" y="3695" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15853<rect x="554" y="3220" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15854<rect x="614" y="3220" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15855<rect x="673" y="3220" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15856<rect x="554" y="3280" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15857<rect x="594" y="3260" width="58" height="58" opacity="1" fill="#FFFFFF" stroke="none"/>
15858<rect x="673" y="3280" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15859<rect x="554" y="3339" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15860<rect x="614" y="3339" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15861<rect x="673" y="3339" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15862<rect x="732" y="3220" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15863<rect x="792" y="3220" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15864<rect x="851" y="3220" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15865<rect x="732" y="3280" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15866<rect x="772" y="3260" width="58" height="58" opacity="1" fill="#FFFFFF" stroke="none"/>
15867<rect x="851" y="3280" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15868<rect x="732" y="3339" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15869<rect x="792" y="3339" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15870<rect x="851" y="3339" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15871<rect x="910" y="3220" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15872<rect x="969" y="3220" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15873<rect x="1028" y="3220" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15874<rect x="910" y="3280" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15875<rect x="949" y="3260" width="58" height="58" opacity="1" fill="#FFFFFF" stroke="none"/>
15876<rect x="1028" y="3280" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15877<rect x="910" y="3339" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15878<rect x="969" y="3339" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15879<rect x="1028" y="3339" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15880<rect x="554" y="3398" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15881<rect x="614" y="3398" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15882<rect x="673" y="3398" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15883<rect x="554" y="3458" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15884<rect x="594" y="3438" width="58" height="58" opacity="1" fill="#FFFFFF" stroke="none"/>
15885<rect x="673" y="3458" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15886<rect x="554" y="3517" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15887<rect x="614" y="3517" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15888<rect x="673" y="3517" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15889<rect x="712" y="3378" width="177" height="177" opacity="1" fill="#FFFFFF" stroke="none"/>
15890<rect x="910" y="3398" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15891<rect x="969" y="3398" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15892<rect x="1028" y="3398" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15893<rect x="910" y="3458" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15894<rect x="949" y="3438" width="58" height="58" opacity="1" fill="#FFFFFF" stroke="none"/>
15895<rect x="1028" y="3458" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15896<rect x="910" y="3517" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15897<rect x="969" y="3517" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15898<rect x="1028" y="3517" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15899<rect x="554" y="3576" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15900<rect x="614" y="3576" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15901<rect x="673" y="3576" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15902<rect x="554" y="3636" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15903<rect x="594" y="3616" width="58" height="58" opacity="1" fill="#FFFFFF" stroke="none"/>
15904<rect x="673" y="3636" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15905<rect x="554" y="3695" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15906<rect x="614" y="3695" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15907<rect x="673" y="3695" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15908<rect x="732" y="3576" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15909<rect x="792" y="3576" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15910<rect x="851" y="3576" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15911<rect x="732" y="3636" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15912<rect x="772" y="3616" width="58" height="58" opacity="1" fill="#FFFFFF" stroke="none"/>
15913<rect x="851" y="3636" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15914<rect x="732" y="3695" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15915<rect x="792" y="3695" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15916<rect x="851" y="3695" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15917<rect x="910" y="3576" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15918<rect x="969" y="3576" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15919<rect x="1028" y="3576" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15920<rect x="910" y="3636" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15921<rect x="949" y="3616" width="58" height="58" opacity="1" fill="#FFFFFF" stroke="none"/>
15922<rect x="1028" y="3636" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15923<rect x="910" y="3695" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15924<rect x="969" y="3695" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15925<rect x="1028" y="3695" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15926<rect x="1087" y="3220" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15927<rect x="1147" y="3220" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15928<rect x="1206" y="3220" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15929<rect x="1087" y="3280" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15930<rect x="1127" y="3260" width="58" height="58" opacity="1" fill="#FFFFFF" stroke="none"/>
15931<rect x="1206" y="3280" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15932<rect x="1087" y="3339" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15933<rect x="1147" y="3339" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15934<rect x="1206" y="3339" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15935<rect x="1265" y="3220" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15936<rect x="1325" y="3220" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15937<rect x="1384" y="3220" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15938<rect x="1265" y="3280" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15939<rect x="1305" y="3260" width="58" height="58" opacity="1" fill="#FFFFFF" stroke="none"/>
15940<rect x="1384" y="3280" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15941<rect x="1265" y="3339" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15942<rect x="1325" y="3339" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15943<rect x="1384" y="3339" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15944<rect x="1443" y="3220" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15945<rect x="1502" y="3220" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15946<rect x="1561" y="3220" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15947<rect x="1443" y="3280" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15948<rect x="1482" y="3260" width="58" height="58" opacity="1" fill="#FFFFFF" stroke="none"/>
15949<rect x="1561" y="3280" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15950<rect x="1443" y="3339" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15951<rect x="1502" y="3339" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15952<rect x="1561" y="3339" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15953<rect x="1087" y="3398" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15954<rect x="1147" y="3398" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15955<rect x="1206" y="3398" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15956<rect x="1087" y="3458" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15957<rect x="1127" y="3438" width="58" height="58" opacity="1" fill="#FFFFFF" stroke="none"/>
15958<rect x="1206" y="3458" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15959<rect x="1087" y="3517" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15960<rect x="1147" y="3517" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15961<rect x="1206" y="3517" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15962<rect x="1245" y="3378" width="177" height="177" opacity="1" fill="#FFFFFF" stroke="none"/>
15963<rect x="1443" y="3398" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15964<rect x="1502" y="3398" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15965<rect x="1561" y="3398" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15966<rect x="1443" y="3458" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15967<rect x="1482" y="3438" width="58" height="58" opacity="1" fill="#FFFFFF" stroke="none"/>
15968<rect x="1561" y="3458" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15969<rect x="1443" y="3517" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15970<rect x="1502" y="3517" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15971<rect x="1561" y="3517" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15972<rect x="1087" y="3576" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15973<rect x="1147" y="3576" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15974<rect x="1206" y="3576" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15975<rect x="1087" y="3636" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15976<rect x="1127" y="3616" width="58" height="58" opacity="1" fill="#FFFFFF" stroke="none"/>
15977<rect x="1206" y="3636" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15978<rect x="1087" y="3695" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15979<rect x="1147" y="3695" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15980<rect x="1206" y="3695" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15981<rect x="1265" y="3576" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15982<rect x="1325" y="3576" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15983<rect x="1384" y="3576" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15984<rect x="1265" y="3636" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15985<rect x="1305" y="3616" width="58" height="58" opacity="1" fill="#FFFFFF" stroke="none"/>
15986<rect x="1384" y="3636" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15987<rect x="1265" y="3695" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15988<rect x="1325" y="3695" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15989<rect x="1384" y="3695" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15990<rect x="1443" y="3576" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15991<rect x="1502" y="3576" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15992<rect x="1561" y="3576" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15993<rect x="1443" y="3636" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15994<rect x="1482" y="3616" width="58" height="58" opacity="1" fill="#FFFFFF" stroke="none"/>
15995<rect x="1561" y="3636" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15996<rect x="1443" y="3695" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15997<rect x="1502" y="3695" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15998<rect x="1561" y="3695" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
15999<rect x="20" y="3754" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16000<rect x="80" y="3754" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16001<rect x="139" y="3754" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16002<rect x="20" y="3814" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16003<rect x="60" y="3794" width="58" height="58" opacity="1" fill="#FFFFFF" stroke="none"/>
16004<rect x="139" y="3814" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16005<rect x="20" y="3873" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16006<rect x="80" y="3873" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16007<rect x="139" y="3873" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16008<rect x="198" y="3754" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16009<rect x="258" y="3754" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16010<rect x="317" y="3754" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16011<rect x="198" y="3814" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16012<rect x="238" y="3794" width="58" height="58" opacity="1" fill="#FFFFFF" stroke="none"/>
16013<rect x="317" y="3814" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16014<rect x="198" y="3873" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16015<rect x="258" y="3873" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16016<rect x="317" y="3873" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16017<rect x="376" y="3754" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16018<rect x="436" y="3754" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16019<rect x="495" y="3754" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16020<rect x="376" y="3814" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16021<rect x="416" y="3794" width="58" height="58" opacity="1" fill="#FFFFFF" stroke="none"/>
16022<rect x="495" y="3814" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16023<rect x="376" y="3873" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16024<rect x="436" y="3873" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16025<rect x="495" y="3873" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16026<rect x="20" y="3932" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16027<rect x="80" y="3932" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16028<rect x="139" y="3932" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16029<rect x="20" y="3992" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16030<rect x="60" y="3972" width="58" height="58" opacity="1" fill="#FFFFFF" stroke="none"/>
16031<rect x="139" y="3992" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16032<rect x="20" y="4051" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16033<rect x="80" y="4051" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16034<rect x="139" y="4051" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16035<rect x="178" y="3912" width="177" height="177" opacity="1" fill="#FFFFFF" stroke="none"/>
16036<rect x="376" y="3932" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16037<rect x="436" y="3932" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16038<rect x="495" y="3932" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16039<rect x="376" y="3992" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16040<rect x="416" y="3972" width="58" height="58" opacity="1" fill="#FFFFFF" stroke="none"/>
16041<rect x="495" y="3992" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16042<rect x="376" y="4051" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16043<rect x="436" y="4051" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16044<rect x="495" y="4051" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16045<rect x="20" y="4110" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16046<rect x="80" y="4110" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16047<rect x="139" y="4110" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16048<rect x="20" y="4169" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16049<rect x="60" y="4149" width="58" height="58" opacity="1" fill="#FFFFFF" stroke="none"/>
16050<rect x="139" y="4169" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16051<rect x="20" y="4228" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16052<rect x="80" y="4228" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16053<rect x="139" y="4228" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16054<rect x="198" y="4110" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16055<rect x="258" y="4110" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16056<rect x="317" y="4110" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16057<rect x="198" y="4169" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16058<rect x="238" y="4149" width="58" height="58" opacity="1" fill="#FFFFFF" stroke="none"/>
16059<rect x="317" y="4169" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16060<rect x="198" y="4228" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16061<rect x="258" y="4228" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16062<rect x="317" y="4228" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16063<rect x="376" y="4110" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16064<rect x="436" y="4110" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16065<rect x="495" y="4110" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16066<rect x="376" y="4169" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16067<rect x="416" y="4149" width="58" height="58" opacity="1" fill="#FFFFFF" stroke="none"/>
16068<rect x="495" y="4169" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16069<rect x="376" y="4228" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16070<rect x="436" y="4228" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16071<rect x="495" y="4228" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16072<rect x="534" y="3734" width="532" height="532" opacity="1" fill="#FFFFFF" stroke="none"/>
16073<rect x="1087" y="3754" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16074<rect x="1147" y="3754" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16075<rect x="1206" y="3754" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16076<rect x="1087" y="3814" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16077<rect x="1127" y="3794" width="58" height="58" opacity="1" fill="#FFFFFF" stroke="none"/>
16078<rect x="1206" y="3814" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16079<rect x="1087" y="3873" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16080<rect x="1147" y="3873" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16081<rect x="1206" y="3873" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16082<rect x="1265" y="3754" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16083<rect x="1325" y="3754" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16084<rect x="1384" y="3754" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16085<rect x="1265" y="3814" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16086<rect x="1305" y="3794" width="58" height="58" opacity="1" fill="#FFFFFF" stroke="none"/>
16087<rect x="1384" y="3814" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16088<rect x="1265" y="3873" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16089<rect x="1325" y="3873" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16090<rect x="1384" y="3873" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16091<rect x="1443" y="3754" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16092<rect x="1502" y="3754" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16093<rect x="1561" y="3754" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16094<rect x="1443" y="3814" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16095<rect x="1482" y="3794" width="58" height="58" opacity="1" fill="#FFFFFF" stroke="none"/>
16096<rect x="1561" y="3814" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16097<rect x="1443" y="3873" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16098<rect x="1502" y="3873" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16099<rect x="1561" y="3873" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16100<rect x="1087" y="3932" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16101<rect x="1147" y="3932" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16102<rect x="1206" y="3932" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16103<rect x="1087" y="3992" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16104<rect x="1127" y="3972" width="58" height="58" opacity="1" fill="#FFFFFF" stroke="none"/>
16105<rect x="1206" y="3992" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16106<rect x="1087" y="4051" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16107<rect x="1147" y="4051" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16108<rect x="1206" y="4051" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16109<rect x="1245" y="3912" width="177" height="177" opacity="1" fill="#FFFFFF" stroke="none"/>
16110<rect x="1443" y="3932" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16111<rect x="1502" y="3932" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16112<rect x="1561" y="3932" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16113<rect x="1443" y="3992" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16114<rect x="1482" y="3972" width="58" height="58" opacity="1" fill="#FFFFFF" stroke="none"/>
16115<rect x="1561" y="3992" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16116<rect x="1443" y="4051" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16117<rect x="1502" y="4051" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16118<rect x="1561" y="4051" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16119<rect x="1087" y="4110" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16120<rect x="1147" y="4110" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16121<rect x="1206" y="4110" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16122<rect x="1087" y="4169" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16123<rect x="1127" y="4149" width="58" height="58" opacity="1" fill="#FFFFFF" stroke="none"/>
16124<rect x="1206" y="4169" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16125<rect x="1087" y="4228" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16126<rect x="1147" y="4228" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16127<rect x="1206" y="4228" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16128<rect x="1265" y="4110" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16129<rect x="1325" y="4110" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16130<rect x="1384" y="4110" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16131<rect x="1265" y="4169" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16132<rect x="1305" y="4149" width="58" height="58" opacity="1" fill="#FFFFFF" stroke="none"/>
16133<rect x="1384" y="4169" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16134<rect x="1265" y="4228" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16135<rect x="1325" y="4228" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16136<rect x="1384" y="4228" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16137<rect x="1443" y="4110" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16138<rect x="1502" y="4110" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16139<rect x="1561" y="4110" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16140<rect x="1443" y="4169" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16141<rect x="1482" y="4149" width="58" height="58" opacity="1" fill="#FFFFFF" stroke="none"/>
16142<rect x="1561" y="4169" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16143<rect x="1443" y="4228" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16144<rect x="1502" y="4228" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16145<rect x="1561" y="4228" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16146<rect x="20" y="4287" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16147<rect x="80" y="4287" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16148<rect x="139" y="4287" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16149<rect x="20" y="4347" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16150<rect x="60" y="4327" width="58" height="58" opacity="1" fill="#FFFFFF" stroke="none"/>
16151<rect x="139" y="4347" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16152<rect x="20" y="4406" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16153<rect x="80" y="4406" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16154<rect x="139" y="4406" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16155<rect x="198" y="4287" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16156<rect x="258" y="4287" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16157<rect x="317" y="4287" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16158<rect x="198" y="4347" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16159<rect x="238" y="4327" width="58" height="58" opacity="1" fill="#FFFFFF" stroke="none"/>
16160<rect x="317" y="4347" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16161<rect x="198" y="4406" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16162<rect x="258" y="4406" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16163<rect x="317" y="4406" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16164<rect x="376" y="4287" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16165<rect x="436" y="4287" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16166<rect x="495" y="4287" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16167<rect x="376" y="4347" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16168<rect x="416" y="4327" width="58" height="58" opacity="1" fill="#FFFFFF" stroke="none"/>
16169<rect x="495" y="4347" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16170<rect x="376" y="4406" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16171<rect x="436" y="4406" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16172<rect x="495" y="4406" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16173<rect x="20" y="4465" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16174<rect x="80" y="4465" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16175<rect x="139" y="4465" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16176<rect x="20" y="4525" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16177<rect x="60" y="4505" width="58" height="58" opacity="1" fill="#FFFFFF" stroke="none"/>
16178<rect x="139" y="4525" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16179<rect x="20" y="4584" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16180<rect x="80" y="4584" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16181<rect x="139" y="4584" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16182<rect x="178" y="4445" width="177" height="177" opacity="1" fill="#FFFFFF" stroke="none"/>
16183<rect x="376" y="4465" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16184<rect x="436" y="4465" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16185<rect x="495" y="4465" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16186<rect x="376" y="4525" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16187<rect x="416" y="4505" width="58" height="58" opacity="1" fill="#FFFFFF" stroke="none"/>
16188<rect x="495" y="4525" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16189<rect x="376" y="4584" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16190<rect x="436" y="4584" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16191<rect x="495" y="4584" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16192<rect x="20" y="4643" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16193<rect x="80" y="4643" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16194<rect x="139" y="4643" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16195<rect x="20" y="4702" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16196<rect x="60" y="4682" width="58" height="58" opacity="1" fill="#FFFFFF" stroke="none"/>
16197<rect x="139" y="4702" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16198<rect x="20" y="4761" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16199<rect x="80" y="4761" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16200<rect x="139" y="4761" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16201<rect x="198" y="4643" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16202<rect x="258" y="4643" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16203<rect x="317" y="4643" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16204<rect x="198" y="4702" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16205<rect x="238" y="4682" width="58" height="58" opacity="1" fill="#FFFFFF" stroke="none"/>
16206<rect x="317" y="4702" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16207<rect x="198" y="4761" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16208<rect x="258" y="4761" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16209<rect x="317" y="4761" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16210<rect x="376" y="4643" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16211<rect x="436" y="4643" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16212<rect x="495" y="4643" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16213<rect x="376" y="4702" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16214<rect x="416" y="4682" width="58" height="58" opacity="1" fill="#FFFFFF" stroke="none"/>
16215<rect x="495" y="4702" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16216<rect x="376" y="4761" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16217<rect x="436" y="4761" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16218<rect x="495" y="4761" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16219<rect x="554" y="4287" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16220<rect x="614" y="4287" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16221<rect x="673" y="4287" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16222<rect x="554" y="4347" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16223<rect x="594" y="4327" width="58" height="58" opacity="1" fill="#FFFFFF" stroke="none"/>
16224<rect x="673" y="4347" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16225<rect x="554" y="4406" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16226<rect x="614" y="4406" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16227<rect x="673" y="4406" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16228<rect x="732" y="4287" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16229<rect x="792" y="4287" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16230<rect x="851" y="4287" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16231<rect x="732" y="4347" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16232<rect x="772" y="4327" width="58" height="58" opacity="1" fill="#FFFFFF" stroke="none"/>
16233<rect x="851" y="4347" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16234<rect x="732" y="4406" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16235<rect x="792" y="4406" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16236<rect x="851" y="4406" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16237<rect x="910" y="4287" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16238<rect x="969" y="4287" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16239<rect x="1028" y="4287" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16240<rect x="910" y="4347" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16241<rect x="949" y="4327" width="58" height="58" opacity="1" fill="#FFFFFF" stroke="none"/>
16242<rect x="1028" y="4347" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16243<rect x="910" y="4406" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16244<rect x="969" y="4406" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16245<rect x="1028" y="4406" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16246<rect x="554" y="4465" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16247<rect x="614" y="4465" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16248<rect x="673" y="4465" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16249<rect x="554" y="4525" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16250<rect x="594" y="4505" width="58" height="58" opacity="1" fill="#FFFFFF" stroke="none"/>
16251<rect x="673" y="4525" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16252<rect x="554" y="4584" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16253<rect x="614" y="4584" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16254<rect x="673" y="4584" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16255<rect x="712" y="4445" width="177" height="177" opacity="1" fill="#FFFFFF" stroke="none"/>
16256<rect x="910" y="4465" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16257<rect x="969" y="4465" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16258<rect x="1028" y="4465" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16259<rect x="910" y="4525" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16260<rect x="949" y="4505" width="58" height="58" opacity="1" fill="#FFFFFF" stroke="none"/>
16261<rect x="1028" y="4525" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16262<rect x="910" y="4584" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16263<rect x="969" y="4584" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16264<rect x="1028" y="4584" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16265<rect x="554" y="4643" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16266<rect x="614" y="4643" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16267<rect x="673" y="4643" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16268<rect x="554" y="4702" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16269<rect x="594" y="4682" width="58" height="58" opacity="1" fill="#FFFFFF" stroke="none"/>
16270<rect x="673" y="4702" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16271<rect x="554" y="4761" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16272<rect x="614" y="4761" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16273<rect x="673" y="4761" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16274<rect x="732" y="4643" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16275<rect x="792" y="4643" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16276<rect x="851" y="4643" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16277<rect x="732" y="4702" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16278<rect x="772" y="4682" width="58" height="58" opacity="1" fill="#FFFFFF" stroke="none"/>
16279<rect x="851" y="4702" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16280<rect x="732" y="4761" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16281<rect x="792" y="4761" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16282<rect x="851" y="4761" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16283<rect x="910" y="4643" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16284<rect x="969" y="4643" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16285<rect x="1028" y="4643" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16286<rect x="910" y="4702" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16287<rect x="949" y="4682" width="58" height="58" opacity="1" fill="#FFFFFF" stroke="none"/>
16288<rect x="1028" y="4702" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16289<rect x="910" y="4761" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16290<rect x="969" y="4761" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16291<rect x="1028" y="4761" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16292<rect x="1087" y="4287" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16293<rect x="1147" y="4287" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16294<rect x="1206" y="4287" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16295<rect x="1087" y="4347" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16296<rect x="1127" y="4327" width="58" height="58" opacity="1" fill="#FFFFFF" stroke="none"/>
16297<rect x="1206" y="4347" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16298<rect x="1087" y="4406" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16299<rect x="1147" y="4406" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16300<rect x="1206" y="4406" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16301<rect x="1265" y="4287" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16302<rect x="1325" y="4287" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16303<rect x="1384" y="4287" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16304<rect x="1265" y="4347" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16305<rect x="1305" y="4327" width="58" height="58" opacity="1" fill="#FFFFFF" stroke="none"/>
16306<rect x="1384" y="4347" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16307<rect x="1265" y="4406" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16308<rect x="1325" y="4406" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16309<rect x="1384" y="4406" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16310<rect x="1443" y="4287" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16311<rect x="1502" y="4287" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16312<rect x="1561" y="4287" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16313<rect x="1443" y="4347" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16314<rect x="1482" y="4327" width="58" height="58" opacity="1" fill="#FFFFFF" stroke="none"/>
16315<rect x="1561" y="4347" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16316<rect x="1443" y="4406" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16317<rect x="1502" y="4406" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16318<rect x="1561" y="4406" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16319<rect x="1087" y="4465" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16320<rect x="1147" y="4465" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16321<rect x="1206" y="4465" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16322<rect x="1087" y="4525" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16323<rect x="1127" y="4505" width="58" height="58" opacity="1" fill="#FFFFFF" stroke="none"/>
16324<rect x="1206" y="4525" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16325<rect x="1087" y="4584" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16326<rect x="1147" y="4584" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16327<rect x="1206" y="4584" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16328<rect x="1245" y="4445" width="177" height="177" opacity="1" fill="#FFFFFF" stroke="none"/>
16329<rect x="1443" y="4465" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16330<rect x="1502" y="4465" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16331<rect x="1561" y="4465" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16332<rect x="1443" y="4525" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16333<rect x="1482" y="4505" width="58" height="58" opacity="1" fill="#FFFFFF" stroke="none"/>
16334<rect x="1561" y="4525" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16335<rect x="1443" y="4584" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16336<rect x="1502" y="4584" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16337<rect x="1561" y="4584" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16338<rect x="1087" y="4643" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16339<rect x="1147" y="4643" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16340<rect x="1206" y="4643" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16341<rect x="1087" y="4702" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16342<rect x="1127" y="4682" width="58" height="58" opacity="1" fill="#FFFFFF" stroke="none"/>
16343<rect x="1206" y="4702" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16344<rect x="1087" y="4761" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16345<rect x="1147" y="4761" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16346<rect x="1206" y="4761" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16347<rect x="1265" y="4643" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16348<rect x="1325" y="4643" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16349<rect x="1384" y="4643" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16350<rect x="1265" y="4702" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16351<rect x="1305" y="4682" width="58" height="58" opacity="1" fill="#FFFFFF" stroke="none"/>
16352<rect x="1384" y="4702" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16353<rect x="1265" y="4761" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16354<rect x="1325" y="4761" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16355<rect x="1384" y="4761" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16356<rect x="1443" y="4643" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16357<rect x="1502" y="4643" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16358<rect x="1561" y="4643" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16359<rect x="1443" y="4702" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16360<rect x="1482" y="4682" width="58" height="58" opacity="1" fill="#FFFFFF" stroke="none"/>
16361<rect x="1561" y="4702" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16362<rect x="1443" y="4761" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16363<rect x="1502" y="4761" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16364<rect x="1561" y="4761" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16365<rect x="1620" y="3220" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16366<rect x="1680" y="3220" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16367<rect x="1739" y="3220" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16368<rect x="1620" y="3280" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16369<rect x="1660" y="3260" width="58" height="58" opacity="1" fill="#FFFFFF" stroke="none"/>
16370<rect x="1739" y="3280" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16371<rect x="1620" y="3339" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16372<rect x="1680" y="3339" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16373<rect x="1739" y="3339" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16374<rect x="1798" y="3220" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16375<rect x="1858" y="3220" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16376<rect x="1917" y="3220" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16377<rect x="1798" y="3280" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16378<rect x="1838" y="3260" width="58" height="58" opacity="1" fill="#FFFFFF" stroke="none"/>
16379<rect x="1917" y="3280" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16380<rect x="1798" y="3339" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16381<rect x="1858" y="3339" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16382<rect x="1917" y="3339" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16383<rect x="1976" y="3220" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16384<rect x="2036" y="3220" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16385<rect x="2095" y="3220" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16386<rect x="1976" y="3280" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16387<rect x="2016" y="3260" width="58" height="58" opacity="1" fill="#FFFFFF" stroke="none"/>
16388<rect x="2095" y="3280" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16389<rect x="1976" y="3339" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16390<rect x="2036" y="3339" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16391<rect x="2095" y="3339" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16392<rect x="1620" y="3398" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16393<rect x="1680" y="3398" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16394<rect x="1739" y="3398" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16395<rect x="1620" y="3458" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16396<rect x="1660" y="3438" width="58" height="58" opacity="1" fill="#FFFFFF" stroke="none"/>
16397<rect x="1739" y="3458" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16398<rect x="1620" y="3517" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16399<rect x="1680" y="3517" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16400<rect x="1739" y="3517" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16401<rect x="1778" y="3378" width="177" height="177" opacity="1" fill="#FFFFFF" stroke="none"/>
16402<rect x="1976" y="3398" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16403<rect x="2036" y="3398" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16404<rect x="2095" y="3398" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16405<rect x="1976" y="3458" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16406<rect x="2016" y="3438" width="58" height="58" opacity="1" fill="#FFFFFF" stroke="none"/>
16407<rect x="2095" y="3458" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16408<rect x="1976" y="3517" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16409<rect x="2036" y="3517" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16410<rect x="2095" y="3517" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16411<rect x="1620" y="3576" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16412<rect x="1680" y="3576" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16413<rect x="1739" y="3576" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16414<rect x="1620" y="3636" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16415<rect x="1660" y="3616" width="58" height="58" opacity="1" fill="#FFFFFF" stroke="none"/>
16416<rect x="1739" y="3636" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16417<rect x="1620" y="3695" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16418<rect x="1680" y="3695" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16419<rect x="1739" y="3695" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16420<rect x="1798" y="3576" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16421<rect x="1858" y="3576" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16422<rect x="1917" y="3576" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16423<rect x="1798" y="3636" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16424<rect x="1838" y="3616" width="58" height="58" opacity="1" fill="#FFFFFF" stroke="none"/>
16425<rect x="1917" y="3636" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16426<rect x="1798" y="3695" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16427<rect x="1858" y="3695" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16428<rect x="1917" y="3695" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16429<rect x="1976" y="3576" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16430<rect x="2036" y="3576" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16431<rect x="2095" y="3576" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16432<rect x="1976" y="3636" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16433<rect x="2016" y="3616" width="58" height="58" opacity="1" fill="#FFFFFF" stroke="none"/>
16434<rect x="2095" y="3636" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16435<rect x="1976" y="3695" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16436<rect x="2036" y="3695" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16437<rect x="2095" y="3695" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16438<rect x="2154" y="3220" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16439<rect x="2214" y="3220" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16440<rect x="2273" y="3220" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16441<rect x="2154" y="3280" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16442<rect x="2194" y="3260" width="58" height="58" opacity="1" fill="#FFFFFF" stroke="none"/>
16443<rect x="2273" y="3280" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16444<rect x="2154" y="3339" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16445<rect x="2214" y="3339" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16446<rect x="2273" y="3339" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16447<rect x="2332" y="3220" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16448<rect x="2392" y="3220" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16449<rect x="2451" y="3220" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16450<rect x="2332" y="3280" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16451<rect x="2372" y="3260" width="58" height="58" opacity="1" fill="#FFFFFF" stroke="none"/>
16452<rect x="2451" y="3280" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16453<rect x="2332" y="3339" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16454<rect x="2392" y="3339" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16455<rect x="2451" y="3339" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16456<rect x="2510" y="3220" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16457<rect x="2569" y="3220" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16458<rect x="2628" y="3220" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16459<rect x="2510" y="3280" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16460<rect x="2549" y="3260" width="58" height="58" opacity="1" fill="#FFFFFF" stroke="none"/>
16461<rect x="2628" y="3280" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16462<rect x="2510" y="3339" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16463<rect x="2569" y="3339" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16464<rect x="2628" y="3339" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16465<rect x="2154" y="3398" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16466<rect x="2214" y="3398" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16467<rect x="2273" y="3398" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16468<rect x="2154" y="3458" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16469<rect x="2194" y="3438" width="58" height="58" opacity="1" fill="#FFFFFF" stroke="none"/>
16470<rect x="2273" y="3458" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16471<rect x="2154" y="3517" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16472<rect x="2214" y="3517" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16473<rect x="2273" y="3517" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16474<rect x="2312" y="3378" width="177" height="177" opacity="1" fill="#FFFFFF" stroke="none"/>
16475<rect x="2510" y="3398" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16476<rect x="2569" y="3398" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16477<rect x="2628" y="3398" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16478<rect x="2510" y="3458" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16479<rect x="2549" y="3438" width="58" height="58" opacity="1" fill="#FFFFFF" stroke="none"/>
16480<rect x="2628" y="3458" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16481<rect x="2510" y="3517" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16482<rect x="2569" y="3517" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16483<rect x="2628" y="3517" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16484<rect x="2154" y="3576" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16485<rect x="2214" y="3576" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16486<rect x="2273" y="3576" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16487<rect x="2154" y="3636" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16488<rect x="2194" y="3616" width="58" height="58" opacity="1" fill="#FFFFFF" stroke="none"/>
16489<rect x="2273" y="3636" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16490<rect x="2154" y="3695" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16491<rect x="2214" y="3695" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16492<rect x="2273" y="3695" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16493<rect x="2332" y="3576" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16494<rect x="2392" y="3576" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16495<rect x="2451" y="3576" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16496<rect x="2332" y="3636" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16497<rect x="2372" y="3616" width="58" height="58" opacity="1" fill="#FFFFFF" stroke="none"/>
16498<rect x="2451" y="3636" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16499<rect x="2332" y="3695" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16500<rect x="2392" y="3695" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16501<rect x="2451" y="3695" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16502<rect x="2510" y="3576" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16503<rect x="2569" y="3576" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16504<rect x="2628" y="3576" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16505<rect x="2510" y="3636" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16506<rect x="2549" y="3616" width="58" height="58" opacity="1" fill="#FFFFFF" stroke="none"/>
16507<rect x="2628" y="3636" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16508<rect x="2510" y="3695" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16509<rect x="2569" y="3695" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16510<rect x="2628" y="3695" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16511<rect x="2687" y="3220" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16512<rect x="2747" y="3220" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16513<rect x="2806" y="3220" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16514<rect x="2687" y="3280" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16515<rect x="2727" y="3260" width="58" height="58" opacity="1" fill="#FFFFFF" stroke="none"/>
16516<rect x="2806" y="3280" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16517<rect x="2687" y="3339" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16518<rect x="2747" y="3339" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16519<rect x="2806" y="3339" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16520<rect x="2865" y="3220" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16521<rect x="2925" y="3220" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16522<rect x="2984" y="3220" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16523<rect x="2865" y="3280" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16524<rect x="2905" y="3260" width="58" height="58" opacity="1" fill="#FFFFFF" stroke="none"/>
16525<rect x="2984" y="3280" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16526<rect x="2865" y="3339" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16527<rect x="2925" y="3339" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16528<rect x="2984" y="3339" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16529<rect x="3043" y="3220" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16530<rect x="3102" y="3220" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16531<rect x="3161" y="3220" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16532<rect x="3043" y="3280" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16533<rect x="3082" y="3260" width="58" height="58" opacity="1" fill="#FFFFFF" stroke="none"/>
16534<rect x="3161" y="3280" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16535<rect x="3043" y="3339" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16536<rect x="3102" y="3339" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16537<rect x="3161" y="3339" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16538<rect x="2687" y="3398" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16539<rect x="2747" y="3398" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16540<rect x="2806" y="3398" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16541<rect x="2687" y="3458" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16542<rect x="2727" y="3438" width="58" height="58" opacity="1" fill="#FFFFFF" stroke="none"/>
16543<rect x="2806" y="3458" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16544<rect x="2687" y="3517" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16545<rect x="2747" y="3517" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16546<rect x="2806" y="3517" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16547<rect x="2845" y="3378" width="177" height="177" opacity="1" fill="#FFFFFF" stroke="none"/>
16548<rect x="3043" y="3398" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16549<rect x="3102" y="3398" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16550<rect x="3161" y="3398" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16551<rect x="3043" y="3458" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16552<rect x="3082" y="3438" width="58" height="58" opacity="1" fill="#FFFFFF" stroke="none"/>
16553<rect x="3161" y="3458" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16554<rect x="3043" y="3517" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16555<rect x="3102" y="3517" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16556<rect x="3161" y="3517" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16557<rect x="2687" y="3576" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16558<rect x="2747" y="3576" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16559<rect x="2806" y="3576" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16560<rect x="2687" y="3636" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16561<rect x="2727" y="3616" width="58" height="58" opacity="1" fill="#FFFFFF" stroke="none"/>
16562<rect x="2806" y="3636" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16563<rect x="2687" y="3695" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16564<rect x="2747" y="3695" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16565<rect x="2806" y="3695" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16566<rect x="2865" y="3576" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16567<rect x="2925" y="3576" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16568<rect x="2984" y="3576" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16569<rect x="2865" y="3636" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16570<rect x="2905" y="3616" width="58" height="58" opacity="1" fill="#FFFFFF" stroke="none"/>
16571<rect x="2984" y="3636" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16572<rect x="2865" y="3695" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16573<rect x="2925" y="3695" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16574<rect x="2984" y="3695" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16575<rect x="3043" y="3576" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16576<rect x="3102" y="3576" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16577<rect x="3161" y="3576" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16578<rect x="3043" y="3636" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16579<rect x="3082" y="3616" width="58" height="58" opacity="1" fill="#FFFFFF" stroke="none"/>
16580<rect x="3161" y="3636" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16581<rect x="3043" y="3695" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16582<rect x="3102" y="3695" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16583<rect x="3161" y="3695" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16584<rect x="1620" y="3754" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16585<rect x="1680" y="3754" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16586<rect x="1739" y="3754" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16587<rect x="1620" y="3814" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16588<rect x="1660" y="3794" width="58" height="58" opacity="1" fill="#FFFFFF" stroke="none"/>
16589<rect x="1739" y="3814" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16590<rect x="1620" y="3873" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16591<rect x="1680" y="3873" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16592<rect x="1739" y="3873" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16593<rect x="1798" y="3754" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16594<rect x="1858" y="3754" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16595<rect x="1917" y="3754" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16596<rect x="1798" y="3814" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16597<rect x="1838" y="3794" width="58" height="58" opacity="1" fill="#FFFFFF" stroke="none"/>
16598<rect x="1917" y="3814" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16599<rect x="1798" y="3873" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16600<rect x="1858" y="3873" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16601<rect x="1917" y="3873" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16602<rect x="1976" y="3754" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16603<rect x="2036" y="3754" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16604<rect x="2095" y="3754" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16605<rect x="1976" y="3814" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16606<rect x="2016" y="3794" width="58" height="58" opacity="1" fill="#FFFFFF" stroke="none"/>
16607<rect x="2095" y="3814" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16608<rect x="1976" y="3873" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16609<rect x="2036" y="3873" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16610<rect x="2095" y="3873" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16611<rect x="1620" y="3932" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16612<rect x="1680" y="3932" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16613<rect x="1739" y="3932" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16614<rect x="1620" y="3992" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16615<rect x="1660" y="3972" width="58" height="58" opacity="1" fill="#FFFFFF" stroke="none"/>
16616<rect x="1739" y="3992" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16617<rect x="1620" y="4051" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16618<rect x="1680" y="4051" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16619<rect x="1739" y="4051" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16620<rect x="1778" y="3912" width="177" height="177" opacity="1" fill="#FFFFFF" stroke="none"/>
16621<rect x="1976" y="3932" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16622<rect x="2036" y="3932" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16623<rect x="2095" y="3932" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16624<rect x="1976" y="3992" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16625<rect x="2016" y="3972" width="58" height="58" opacity="1" fill="#FFFFFF" stroke="none"/>
16626<rect x="2095" y="3992" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16627<rect x="1976" y="4051" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16628<rect x="2036" y="4051" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16629<rect x="2095" y="4051" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16630<rect x="1620" y="4110" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16631<rect x="1680" y="4110" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16632<rect x="1739" y="4110" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16633<rect x="1620" y="4169" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16634<rect x="1660" y="4149" width="58" height="58" opacity="1" fill="#FFFFFF" stroke="none"/>
16635<rect x="1739" y="4169" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16636<rect x="1620" y="4228" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16637<rect x="1680" y="4228" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16638<rect x="1739" y="4228" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16639<rect x="1798" y="4110" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16640<rect x="1858" y="4110" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16641<rect x="1917" y="4110" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16642<rect x="1798" y="4169" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16643<rect x="1838" y="4149" width="58" height="58" opacity="1" fill="#FFFFFF" stroke="none"/>
16644<rect x="1917" y="4169" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16645<rect x="1798" y="4228" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16646<rect x="1858" y="4228" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16647<rect x="1917" y="4228" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16648<rect x="1976" y="4110" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16649<rect x="2036" y="4110" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16650<rect x="2095" y="4110" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16651<rect x="1976" y="4169" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16652<rect x="2016" y="4149" width="58" height="58" opacity="1" fill="#FFFFFF" stroke="none"/>
16653<rect x="2095" y="4169" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16654<rect x="1976" y="4228" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16655<rect x="2036" y="4228" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16656<rect x="2095" y="4228" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16657<rect x="2134" y="3734" width="532" height="532" opacity="1" fill="#FFFFFF" stroke="none"/>
16658<rect x="2687" y="3754" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16659<rect x="2747" y="3754" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16660<rect x="2806" y="3754" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16661<rect x="2687" y="3814" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16662<rect x="2727" y="3794" width="58" height="58" opacity="1" fill="#FFFFFF" stroke="none"/>
16663<rect x="2806" y="3814" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16664<rect x="2687" y="3873" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16665<rect x="2747" y="3873" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16666<rect x="2806" y="3873" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16667<rect x="2865" y="3754" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16668<rect x="2925" y="3754" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16669<rect x="2984" y="3754" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16670<rect x="2865" y="3814" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16671<rect x="2905" y="3794" width="58" height="58" opacity="1" fill="#FFFFFF" stroke="none"/>
16672<rect x="2984" y="3814" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16673<rect x="2865" y="3873" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16674<rect x="2925" y="3873" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16675<rect x="2984" y="3873" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16676<rect x="3043" y="3754" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16677<rect x="3102" y="3754" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16678<rect x="3161" y="3754" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16679<rect x="3043" y="3814" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16680<rect x="3082" y="3794" width="58" height="58" opacity="1" fill="#FFFFFF" stroke="none"/>
16681<rect x="3161" y="3814" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16682<rect x="3043" y="3873" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16683<rect x="3102" y="3873" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16684<rect x="3161" y="3873" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16685<rect x="2687" y="3932" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16686<rect x="2747" y="3932" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16687<rect x="2806" y="3932" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16688<rect x="2687" y="3992" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16689<rect x="2727" y="3972" width="58" height="58" opacity="1" fill="#FFFFFF" stroke="none"/>
16690<rect x="2806" y="3992" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16691<rect x="2687" y="4051" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16692<rect x="2747" y="4051" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16693<rect x="2806" y="4051" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16694<rect x="2845" y="3912" width="177" height="177" opacity="1" fill="#FFFFFF" stroke="none"/>
16695<rect x="3043" y="3932" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16696<rect x="3102" y="3932" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16697<rect x="3161" y="3932" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16698<rect x="3043" y="3992" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16699<rect x="3082" y="3972" width="58" height="58" opacity="1" fill="#FFFFFF" stroke="none"/>
16700<rect x="3161" y="3992" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16701<rect x="3043" y="4051" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16702<rect x="3102" y="4051" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16703<rect x="3161" y="4051" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16704<rect x="2687" y="4110" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16705<rect x="2747" y="4110" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16706<rect x="2806" y="4110" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16707<rect x="2687" y="4169" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16708<rect x="2727" y="4149" width="58" height="58" opacity="1" fill="#FFFFFF" stroke="none"/>
16709<rect x="2806" y="4169" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16710<rect x="2687" y="4228" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16711<rect x="2747" y="4228" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16712<rect x="2806" y="4228" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16713<rect x="2865" y="4110" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16714<rect x="2925" y="4110" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16715<rect x="2984" y="4110" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16716<rect x="2865" y="4169" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16717<rect x="2905" y="4149" width="58" height="58" opacity="1" fill="#FFFFFF" stroke="none"/>
16718<rect x="2984" y="4169" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16719<rect x="2865" y="4228" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16720<rect x="2925" y="4228" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16721<rect x="2984" y="4228" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16722<rect x="3043" y="4110" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16723<rect x="3102" y="4110" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16724<rect x="3161" y="4110" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16725<rect x="3043" y="4169" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16726<rect x="3082" y="4149" width="58" height="58" opacity="1" fill="#FFFFFF" stroke="none"/>
16727<rect x="3161" y="4169" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16728<rect x="3043" y="4228" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16729<rect x="3102" y="4228" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16730<rect x="3161" y="4228" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16731<rect x="1620" y="4287" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16732<rect x="1680" y="4287" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16733<rect x="1739" y="4287" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16734<rect x="1620" y="4347" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16735<rect x="1660" y="4327" width="58" height="58" opacity="1" fill="#FFFFFF" stroke="none"/>
16736<rect x="1739" y="4347" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16737<rect x="1620" y="4406" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16738<rect x="1680" y="4406" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16739<rect x="1739" y="4406" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16740<rect x="1798" y="4287" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16741<rect x="1858" y="4287" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16742<rect x="1917" y="4287" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16743<rect x="1798" y="4347" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16744<rect x="1838" y="4327" width="58" height="58" opacity="1" fill="#FFFFFF" stroke="none"/>
16745<rect x="1917" y="4347" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16746<rect x="1798" y="4406" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16747<rect x="1858" y="4406" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16748<rect x="1917" y="4406" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16749<rect x="1976" y="4287" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16750<rect x="2036" y="4287" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16751<rect x="2095" y="4287" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16752<rect x="1976" y="4347" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16753<rect x="2016" y="4327" width="58" height="58" opacity="1" fill="#FFFFFF" stroke="none"/>
16754<rect x="2095" y="4347" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16755<rect x="1976" y="4406" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16756<rect x="2036" y="4406" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16757<rect x="2095" y="4406" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16758<rect x="1620" y="4465" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16759<rect x="1680" y="4465" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16760<rect x="1739" y="4465" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16761<rect x="1620" y="4525" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16762<rect x="1660" y="4505" width="58" height="58" opacity="1" fill="#FFFFFF" stroke="none"/>
16763<rect x="1739" y="4525" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16764<rect x="1620" y="4584" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16765<rect x="1680" y="4584" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16766<rect x="1739" y="4584" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16767<rect x="1778" y="4445" width="177" height="177" opacity="1" fill="#FFFFFF" stroke="none"/>
16768<rect x="1976" y="4465" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16769<rect x="2036" y="4465" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16770<rect x="2095" y="4465" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16771<rect x="1976" y="4525" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16772<rect x="2016" y="4505" width="58" height="58" opacity="1" fill="#FFFFFF" stroke="none"/>
16773<rect x="2095" y="4525" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16774<rect x="1976" y="4584" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16775<rect x="2036" y="4584" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16776<rect x="2095" y="4584" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16777<rect x="1620" y="4643" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16778<rect x="1680" y="4643" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16779<rect x="1739" y="4643" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16780<rect x="1620" y="4702" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16781<rect x="1660" y="4682" width="58" height="58" opacity="1" fill="#FFFFFF" stroke="none"/>
16782<rect x="1739" y="4702" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16783<rect x="1620" y="4761" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16784<rect x="1680" y="4761" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16785<rect x="1739" y="4761" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16786<rect x="1798" y="4643" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16787<rect x="1858" y="4643" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16788<rect x="1917" y="4643" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16789<rect x="1798" y="4702" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16790<rect x="1838" y="4682" width="58" height="58" opacity="1" fill="#FFFFFF" stroke="none"/>
16791<rect x="1917" y="4702" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16792<rect x="1798" y="4761" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16793<rect x="1858" y="4761" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16794<rect x="1917" y="4761" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16795<rect x="1976" y="4643" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16796<rect x="2036" y="4643" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16797<rect x="2095" y="4643" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16798<rect x="1976" y="4702" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16799<rect x="2016" y="4682" width="58" height="58" opacity="1" fill="#FFFFFF" stroke="none"/>
16800<rect x="2095" y="4702" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16801<rect x="1976" y="4761" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16802<rect x="2036" y="4761" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16803<rect x="2095" y="4761" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16804<rect x="2154" y="4287" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16805<rect x="2214" y="4287" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16806<rect x="2273" y="4287" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16807<rect x="2154" y="4347" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16808<rect x="2194" y="4327" width="58" height="58" opacity="1" fill="#FFFFFF" stroke="none"/>
16809<rect x="2273" y="4347" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16810<rect x="2154" y="4406" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16811<rect x="2214" y="4406" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16812<rect x="2273" y="4406" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16813<rect x="2332" y="4287" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16814<rect x="2392" y="4287" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16815<rect x="2451" y="4287" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16816<rect x="2332" y="4347" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16817<rect x="2372" y="4327" width="58" height="58" opacity="1" fill="#FFFFFF" stroke="none"/>
16818<rect x="2451" y="4347" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16819<rect x="2332" y="4406" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16820<rect x="2392" y="4406" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16821<rect x="2451" y="4406" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16822<rect x="2510" y="4287" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16823<rect x="2569" y="4287" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16824<rect x="2628" y="4287" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16825<rect x="2510" y="4347" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16826<rect x="2549" y="4327" width="58" height="58" opacity="1" fill="#FFFFFF" stroke="none"/>
16827<rect x="2628" y="4347" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16828<rect x="2510" y="4406" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16829<rect x="2569" y="4406" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16830<rect x="2628" y="4406" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16831<rect x="2154" y="4465" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16832<rect x="2214" y="4465" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16833<rect x="2273" y="4465" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16834<rect x="2154" y="4525" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16835<rect x="2194" y="4505" width="58" height="58" opacity="1" fill="#FFFFFF" stroke="none"/>
16836<rect x="2273" y="4525" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16837<rect x="2154" y="4584" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16838<rect x="2214" y="4584" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16839<rect x="2273" y="4584" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16840<rect x="2312" y="4445" width="177" height="177" opacity="1" fill="#FFFFFF" stroke="none"/>
16841<rect x="2510" y="4465" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16842<rect x="2569" y="4465" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16843<rect x="2628" y="4465" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16844<rect x="2510" y="4525" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16845<rect x="2549" y="4505" width="58" height="58" opacity="1" fill="#FFFFFF" stroke="none"/>
16846<rect x="2628" y="4525" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16847<rect x="2510" y="4584" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16848<rect x="2569" y="4584" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16849<rect x="2628" y="4584" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16850<rect x="2154" y="4643" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16851<rect x="2214" y="4643" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16852<rect x="2273" y="4643" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16853<rect x="2154" y="4702" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16854<rect x="2194" y="4682" width="58" height="58" opacity="1" fill="#FFFFFF" stroke="none"/>
16855<rect x="2273" y="4702" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16856<rect x="2154" y="4761" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16857<rect x="2214" y="4761" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16858<rect x="2273" y="4761" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16859<rect x="2332" y="4643" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16860<rect x="2392" y="4643" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16861<rect x="2451" y="4643" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16862<rect x="2332" y="4702" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16863<rect x="2372" y="4682" width="58" height="58" opacity="1" fill="#FFFFFF" stroke="none"/>
16864<rect x="2451" y="4702" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16865<rect x="2332" y="4761" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16866<rect x="2392" y="4761" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16867<rect x="2451" y="4761" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16868<rect x="2510" y="4643" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16869<rect x="2569" y="4643" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16870<rect x="2628" y="4643" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16871<rect x="2510" y="4702" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16872<rect x="2549" y="4682" width="58" height="58" opacity="1" fill="#FFFFFF" stroke="none"/>
16873<rect x="2628" y="4702" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16874<rect x="2510" y="4761" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16875<rect x="2569" y="4761" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16876<rect x="2628" y="4761" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16877<rect x="2687" y="4287" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16878<rect x="2747" y="4287" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16879<rect x="2806" y="4287" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16880<rect x="2687" y="4347" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16881<rect x="2727" y="4327" width="58" height="58" opacity="1" fill="#FFFFFF" stroke="none"/>
16882<rect x="2806" y="4347" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16883<rect x="2687" y="4406" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16884<rect x="2747" y="4406" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16885<rect x="2806" y="4406" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16886<rect x="2865" y="4287" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16887<rect x="2925" y="4287" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16888<rect x="2984" y="4287" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16889<rect x="2865" y="4347" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16890<rect x="2905" y="4327" width="58" height="58" opacity="1" fill="#FFFFFF" stroke="none"/>
16891<rect x="2984" y="4347" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16892<rect x="2865" y="4406" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16893<rect x="2925" y="4406" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16894<rect x="2984" y="4406" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16895<rect x="3043" y="4287" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16896<rect x="3102" y="4287" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16897<rect x="3161" y="4287" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16898<rect x="3043" y="4347" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16899<rect x="3082" y="4327" width="58" height="58" opacity="1" fill="#FFFFFF" stroke="none"/>
16900<rect x="3161" y="4347" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16901<rect x="3043" y="4406" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16902<rect x="3102" y="4406" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16903<rect x="3161" y="4406" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16904<rect x="2687" y="4465" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16905<rect x="2747" y="4465" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16906<rect x="2806" y="4465" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16907<rect x="2687" y="4525" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16908<rect x="2727" y="4505" width="58" height="58" opacity="1" fill="#FFFFFF" stroke="none"/>
16909<rect x="2806" y="4525" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16910<rect x="2687" y="4584" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16911<rect x="2747" y="4584" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16912<rect x="2806" y="4584" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16913<rect x="2845" y="4445" width="177" height="177" opacity="1" fill="#FFFFFF" stroke="none"/>
16914<rect x="3043" y="4465" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16915<rect x="3102" y="4465" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16916<rect x="3161" y="4465" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16917<rect x="3043" y="4525" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16918<rect x="3082" y="4505" width="58" height="58" opacity="1" fill="#FFFFFF" stroke="none"/>
16919<rect x="3161" y="4525" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16920<rect x="3043" y="4584" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16921<rect x="3102" y="4584" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16922<rect x="3161" y="4584" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16923<rect x="2687" y="4643" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16924<rect x="2747" y="4643" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16925<rect x="2806" y="4643" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16926<rect x="2687" y="4702" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16927<rect x="2727" y="4682" width="58" height="58" opacity="1" fill="#FFFFFF" stroke="none"/>
16928<rect x="2806" y="4702" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16929<rect x="2687" y="4761" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16930<rect x="2747" y="4761" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16931<rect x="2806" y="4761" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16932<rect x="2865" y="4643" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16933<rect x="2925" y="4643" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16934<rect x="2984" y="4643" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16935<rect x="2865" y="4702" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16936<rect x="2905" y="4682" width="58" height="58" opacity="1" fill="#FFFFFF" stroke="none"/>
16937<rect x="2984" y="4702" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16938<rect x="2865" y="4761" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16939<rect x="2925" y="4761" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16940<rect x="2984" y="4761" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16941<rect x="3043" y="4643" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16942<rect x="3102" y="4643" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16943<rect x="3161" y="4643" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16944<rect x="3043" y="4702" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16945<rect x="3082" y="4682" width="58" height="58" opacity="1" fill="#FFFFFF" stroke="none"/>
16946<rect x="3161" y="4702" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16947<rect x="3043" y="4761" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16948<rect x="3102" y="4761" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16949<rect x="3161" y="4761" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16950<rect x="3220" y="3220" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16951<rect x="3280" y="3220" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16952<rect x="3339" y="3220" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16953<rect x="3220" y="3280" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16954<rect x="3260" y="3260" width="58" height="58" opacity="1" fill="#FFFFFF" stroke="none"/>
16955<rect x="3339" y="3280" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16956<rect x="3220" y="3339" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16957<rect x="3280" y="3339" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16958<rect x="3339" y="3339" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16959<rect x="3398" y="3220" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16960<rect x="3458" y="3220" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16961<rect x="3517" y="3220" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16962<rect x="3398" y="3280" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16963<rect x="3438" y="3260" width="58" height="58" opacity="1" fill="#FFFFFF" stroke="none"/>
16964<rect x="3517" y="3280" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16965<rect x="3398" y="3339" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16966<rect x="3458" y="3339" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16967<rect x="3517" y="3339" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16968<rect x="3576" y="3220" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16969<rect x="3636" y="3220" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16970<rect x="3695" y="3220" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16971<rect x="3576" y="3280" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16972<rect x="3616" y="3260" width="58" height="58" opacity="1" fill="#FFFFFF" stroke="none"/>
16973<rect x="3695" y="3280" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16974<rect x="3576" y="3339" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16975<rect x="3636" y="3339" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16976<rect x="3695" y="3339" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16977<rect x="3220" y="3398" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16978<rect x="3280" y="3398" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16979<rect x="3339" y="3398" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16980<rect x="3220" y="3458" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16981<rect x="3260" y="3438" width="58" height="58" opacity="1" fill="#FFFFFF" stroke="none"/>
16982<rect x="3339" y="3458" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16983<rect x="3220" y="3517" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16984<rect x="3280" y="3517" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16985<rect x="3339" y="3517" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16986<rect x="3378" y="3378" width="177" height="177" opacity="1" fill="#FFFFFF" stroke="none"/>
16987<rect x="3576" y="3398" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16988<rect x="3636" y="3398" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16989<rect x="3695" y="3398" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16990<rect x="3576" y="3458" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16991<rect x="3616" y="3438" width="58" height="58" opacity="1" fill="#FFFFFF" stroke="none"/>
16992<rect x="3695" y="3458" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16993<rect x="3576" y="3517" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16994<rect x="3636" y="3517" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16995<rect x="3695" y="3517" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16996<rect x="3220" y="3576" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16997<rect x="3280" y="3576" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16998<rect x="3339" y="3576" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
16999<rect x="3220" y="3636" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
17000<rect x="3260" y="3616" width="58" height="58" opacity="1" fill="#FFFFFF" stroke="none"/>
17001<rect x="3339" y="3636" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
17002<rect x="3220" y="3695" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
17003<rect x="3280" y="3695" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
17004<rect x="3339" y="3695" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
17005<rect x="3398" y="3576" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
17006<rect x="3458" y="3576" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
17007<rect x="3517" y="3576" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
17008<rect x="3398" y="3636" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
17009<rect x="3438" y="3616" width="58" height="58" opacity="1" fill="#FFFFFF" stroke="none"/>
17010<rect x="3517" y="3636" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
17011<rect x="3398" y="3695" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
17012<rect x="3458" y="3695" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
17013<rect x="3517" y="3695" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
17014<rect x="3576" y="3576" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
17015<rect x="3636" y="3576" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
17016<rect x="3695" y="3576" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
17017<rect x="3576" y="3636" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
17018<rect x="3616" y="3616" width="58" height="58" opacity="1" fill="#FFFFFF" stroke="none"/>
17019<rect x="3695" y="3636" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
17020<rect x="3576" y="3695" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
17021<rect x="3636" y="3695" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
17022<rect x="3695" y="3695" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
17023<rect x="3754" y="3220" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
17024<rect x="3814" y="3220" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
17025<rect x="3873" y="3220" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
17026<rect x="3754" y="3280" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
17027<rect x="3794" y="3260" width="58" height="58" opacity="1" fill="#FFFFFF" stroke="none"/>
17028<rect x="3873" y="3280" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
17029<rect x="3754" y="3339" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
17030<rect x="3814" y="3339" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
17031<rect x="3873" y="3339" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
17032<rect x="3932" y="3220" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
17033<rect x="3992" y="3220" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
17034<rect x="4051" y="3220" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
17035<rect x="3932" y="3280" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
17036<rect x="3972" y="3260" width="58" height="58" opacity="1" fill="#FFFFFF" stroke="none"/>
17037<rect x="4051" y="3280" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
17038<rect x="3932" y="3339" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
17039<rect x="3992" y="3339" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
17040<rect x="4051" y="3339" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
17041<rect x="4110" y="3220" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
17042<rect x="4169" y="3220" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
17043<rect x="4228" y="3220" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
17044<rect x="4110" y="3280" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
17045<rect x="4149" y="3260" width="58" height="58" opacity="1" fill="#FFFFFF" stroke="none"/>
17046<rect x="4228" y="3280" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
17047<rect x="4110" y="3339" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
17048<rect x="4169" y="3339" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
17049<rect x="4228" y="3339" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
17050<rect x="3754" y="3398" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
17051<rect x="3814" y="3398" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
17052<rect x="3873" y="3398" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
17053<rect x="3754" y="3458" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
17054<rect x="3794" y="3438" width="58" height="58" opacity="1" fill="#FFFFFF" stroke="none"/>
17055<rect x="3873" y="3458" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
17056<rect x="3754" y="3517" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
17057<rect x="3814" y="3517" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
17058<rect x="3873" y="3517" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
17059<rect x="3912" y="3378" width="177" height="177" opacity="1" fill="#FFFFFF" stroke="none"/>
17060<rect x="4110" y="3398" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
17061<rect x="4169" y="3398" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
17062<rect x="4228" y="3398" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
17063<rect x="4110" y="3458" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
17064<rect x="4149" y="3438" width="58" height="58" opacity="1" fill="#FFFFFF" stroke="none"/>
17065<rect x="4228" y="3458" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
17066<rect x="4110" y="3517" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
17067<rect x="4169" y="3517" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
17068<rect x="4228" y="3517" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
17069<rect x="3754" y="3576" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
17070<rect x="3814" y="3576" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
17071<rect x="3873" y="3576" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
17072<rect x="3754" y="3636" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
17073<rect x="3794" y="3616" width="58" height="58" opacity="1" fill="#FFFFFF" stroke="none"/>
17074<rect x="3873" y="3636" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
17075<rect x="3754" y="3695" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
17076<rect x="3814" y="3695" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
17077<rect x="3873" y="3695" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
17078<rect x="3932" y="3576" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
17079<rect x="3992" y="3576" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
17080<rect x="4051" y="3576" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
17081<rect x="3932" y="3636" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
17082<rect x="3972" y="3616" width="58" height="58" opacity="1" fill="#FFFFFF" stroke="none"/>
17083<rect x="4051" y="3636" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
17084<rect x="3932" y="3695" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
17085<rect x="3992" y="3695" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
17086<rect x="4051" y="3695" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
17087<rect x="4110" y="3576" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
17088<rect x="4169" y="3576" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
17089<rect x="4228" y="3576" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
17090<rect x="4110" y="3636" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
17091<rect x="4149" y="3616" width="58" height="58" opacity="1" fill="#FFFFFF" stroke="none"/>
17092<rect x="4228" y="3636" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
17093<rect x="4110" y="3695" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
17094<rect x="4169" y="3695" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
17095<rect x="4228" y="3695" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
17096<rect x="4287" y="3220" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
17097<rect x="4347" y="3220" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
17098<rect x="4406" y="3220" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
17099<rect x="4287" y="3280" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
17100<rect x="4327" y="3260" width="58" height="58" opacity="1" fill="#FFFFFF" stroke="none"/>
17101<rect x="4406" y="3280" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
17102<rect x="4287" y="3339" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
17103<rect x="4347" y="3339" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
17104<rect x="4406" y="3339" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
17105<rect x="4465" y="3220" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
17106<rect x="4525" y="3220" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
17107<rect x="4584" y="3220" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
17108<rect x="4465" y="3280" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
17109<rect x="4505" y="3260" width="58" height="58" opacity="1" fill="#FFFFFF" stroke="none"/>
17110<rect x="4584" y="3280" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
17111<rect x="4465" y="3339" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
17112<rect x="4525" y="3339" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
17113<rect x="4584" y="3339" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
17114<rect x="4643" y="3220" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
17115<rect x="4702" y="3220" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
17116<rect x="4761" y="3220" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
17117<rect x="4643" y="3280" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
17118<rect x="4682" y="3260" width="58" height="58" opacity="1" fill="#FFFFFF" stroke="none"/>
17119<rect x="4761" y="3280" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
17120<rect x="4643" y="3339" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
17121<rect x="4702" y="3339" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
17122<rect x="4761" y="3339" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
17123<rect x="4287" y="3398" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
17124<rect x="4347" y="3398" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
17125<rect x="4406" y="3398" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
17126<rect x="4287" y="3458" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
17127<rect x="4327" y="3438" width="58" height="58" opacity="1" fill="#FFFFFF" stroke="none"/>
17128<rect x="4406" y="3458" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
17129<rect x="4287" y="3517" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
17130<rect x="4347" y="3517" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
17131<rect x="4406" y="3517" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
17132<rect x="4445" y="3378" width="177" height="177" opacity="1" fill="#FFFFFF" stroke="none"/>
17133<rect x="4643" y="3398" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
17134<rect x="4702" y="3398" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
17135<rect x="4761" y="3398" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
17136<rect x="4643" y="3458" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
17137<rect x="4682" y="3438" width="58" height="58" opacity="1" fill="#FFFFFF" stroke="none"/>
17138<rect x="4761" y="3458" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
17139<rect x="4643" y="3517" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
17140<rect x="4702" y="3517" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
17141<rect x="4761" y="3517" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
17142<rect x="4287" y="3576" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
17143<rect x="4347" y="3576" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
17144<rect x="4406" y="3576" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
17145<rect x="4287" y="3636" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
17146<rect x="4327" y="3616" width="58" height="58" opacity="1" fill="#FFFFFF" stroke="none"/>
17147<rect x="4406" y="3636" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
17148<rect x="4287" y="3695" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
17149<rect x="4347" y="3695" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
17150<rect x="4406" y="3695" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
17151<rect x="4465" y="3576" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
17152<rect x="4525" y="3576" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
17153<rect x="4584" y="3576" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
17154<rect x="4465" y="3636" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
17155<rect x="4505" y="3616" width="58" height="58" opacity="1" fill="#FFFFFF" stroke="none"/>
17156<rect x="4584" y="3636" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
17157<rect x="4465" y="3695" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
17158<rect x="4525" y="3695" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
17159<rect x="4584" y="3695" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
17160<rect x="4643" y="3576" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
17161<rect x="4702" y="3576" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
17162<rect x="4761" y="3576" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
17163<rect x="4643" y="3636" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
17164<rect x="4682" y="3616" width="58" height="58" opacity="1" fill="#FFFFFF" stroke="none"/>
17165<rect x="4761" y="3636" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
17166<rect x="4643" y="3695" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
17167<rect x="4702" y="3695" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
17168<rect x="4761" y="3695" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
17169<rect x="3220" y="3754" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
17170<rect x="3280" y="3754" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
17171<rect x="3339" y="3754" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
17172<rect x="3220" y="3814" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
17173<rect x="3260" y="3794" width="58" height="58" opacity="1" fill="#FFFFFF" stroke="none"/>
17174<rect x="3339" y="3814" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
17175<rect x="3220" y="3873" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
17176<rect x="3280" y="3873" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
17177<rect x="3339" y="3873" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
17178<rect x="3398" y="3754" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
17179<rect x="3458" y="3754" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
17180<rect x="3517" y="3754" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
17181<rect x="3398" y="3814" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
17182<rect x="3438" y="3794" width="58" height="58" opacity="1" fill="#FFFFFF" stroke="none"/>
17183<rect x="3517" y="3814" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
17184<rect x="3398" y="3873" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
17185<rect x="3458" y="3873" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
17186<rect x="3517" y="3873" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
17187<rect x="3576" y="3754" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
17188<rect x="3636" y="3754" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
17189<rect x="3695" y="3754" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
17190<rect x="3576" y="3814" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
17191<rect x="3616" y="3794" width="58" height="58" opacity="1" fill="#FFFFFF" stroke="none"/>
17192<rect x="3695" y="3814" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
17193<rect x="3576" y="3873" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
17194<rect x="3636" y="3873" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
17195<rect x="3695" y="3873" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
17196<rect x="3220" y="3932" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
17197<rect x="3280" y="3932" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
17198<rect x="3339" y="3932" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
17199<rect x="3220" y="3992" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
17200<rect x="3260" y="3972" width="58" height="58" opacity="1" fill="#FFFFFF" stroke="none"/>
17201<rect x="3339" y="3992" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
17202<rect x="3220" y="4051" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
17203<rect x="3280" y="4051" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
17204<rect x="3339" y="4051" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
17205<rect x="3378" y="3912" width="177" height="177" opacity="1" fill="#FFFFFF" stroke="none"/>
17206<rect x="3576" y="3932" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
17207<rect x="3636" y="3932" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
17208<rect x="3695" y="3932" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
17209<rect x="3576" y="3992" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
17210<rect x="3616" y="3972" width="58" height="58" opacity="1" fill="#FFFFFF" stroke="none"/>
17211<rect x="3695" y="3992" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
17212<rect x="3576" y="4051" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
17213<rect x="3636" y="4051" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
17214<rect x="3695" y="4051" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
17215<rect x="3220" y="4110" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
17216<rect x="3280" y="4110" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
17217<rect x="3339" y="4110" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
17218<rect x="3220" y="4169" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
17219<rect x="3260" y="4149" width="58" height="58" opacity="1" fill="#FFFFFF" stroke="none"/>
17220<rect x="3339" y="4169" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
17221<rect x="3220" y="4228" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
17222<rect x="3280" y="4228" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
17223<rect x="3339" y="4228" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
17224<rect x="3398" y="4110" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
17225<rect x="3458" y="4110" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
17226<rect x="3517" y="4110" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
17227<rect x="3398" y="4169" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
17228<rect x="3438" y="4149" width="58" height="58" opacity="1" fill="#FFFFFF" stroke="none"/>
17229<rect x="3517" y="4169" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
17230<rect x="3398" y="4228" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
17231<rect x="3458" y="4228" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
17232<rect x="3517" y="4228" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
17233<rect x="3576" y="4110" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
17234<rect x="3636" y="4110" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
17235<rect x="3695" y="4110" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
17236<rect x="3576" y="4169" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
17237<rect x="3616" y="4149" width="58" height="58" opacity="1" fill="#FFFFFF" stroke="none"/>
17238<rect x="3695" y="4169" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
17239<rect x="3576" y="4228" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
17240<rect x="3636" y="4228" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
17241<rect x="3695" y="4228" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
17242<rect x="3734" y="3734" width="532" height="532" opacity="1" fill="#FFFFFF" stroke="none"/>
17243<rect x="4287" y="3754" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
17244<rect x="4347" y="3754" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
17245<rect x="4406" y="3754" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
17246<rect x="4287" y="3814" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
17247<rect x="4327" y="3794" width="58" height="58" opacity="1" fill="#FFFFFF" stroke="none"/>
17248<rect x="4406" y="3814" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
17249<rect x="4287" y="3873" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
17250<rect x="4347" y="3873" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
17251<rect x="4406" y="3873" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
17252<rect x="4465" y="3754" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
17253<rect x="4525" y="3754" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
17254<rect x="4584" y="3754" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
17255<rect x="4465" y="3814" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
17256<rect x="4505" y="3794" width="58" height="58" opacity="1" fill="#FFFFFF" stroke="none"/>
17257<rect x="4584" y="3814" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
17258<rect x="4465" y="3873" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
17259<rect x="4525" y="3873" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
17260<rect x="4584" y="3873" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
17261<rect x="4643" y="3754" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
17262<rect x="4702" y="3754" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
17263<rect x="4761" y="3754" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
17264<rect x="4643" y="3814" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
17265<rect x="4682" y="3794" width="58" height="58" opacity="1" fill="#FFFFFF" stroke="none"/>
17266<rect x="4761" y="3814" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
17267<rect x="4643" y="3873" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
17268<rect x="4702" y="3873" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
17269<rect x="4761" y="3873" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
17270<rect x="4287" y="3932" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
17271<rect x="4347" y="3932" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
17272<rect x="4406" y="3932" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
17273<rect x="4287" y="3992" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
17274<rect x="4327" y="3972" width="58" height="58" opacity="1" fill="#FFFFFF" stroke="none"/>
17275<rect x="4406" y="3992" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
17276<rect x="4287" y="4051" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
17277<rect x="4347" y="4051" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
17278<rect x="4406" y="4051" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
17279<rect x="4445" y="3912" width="177" height="177" opacity="1" fill="#FFFFFF" stroke="none"/>
17280<rect x="4643" y="3932" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
17281<rect x="4702" y="3932" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
17282<rect x="4761" y="3932" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
17283<rect x="4643" y="3992" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
17284<rect x="4682" y="3972" width="58" height="58" opacity="1" fill="#FFFFFF" stroke="none"/>
17285<rect x="4761" y="3992" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
17286<rect x="4643" y="4051" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
17287<rect x="4702" y="4051" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
17288<rect x="4761" y="4051" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
17289<rect x="4287" y="4110" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
17290<rect x="4347" y="4110" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
17291<rect x="4406" y="4110" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
17292<rect x="4287" y="4169" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
17293<rect x="4327" y="4149" width="58" height="58" opacity="1" fill="#FFFFFF" stroke="none"/>
17294<rect x="4406" y="4169" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
17295<rect x="4287" y="4228" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
17296<rect x="4347" y="4228" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
17297<rect x="4406" y="4228" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
17298<rect x="4465" y="4110" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
17299<rect x="4525" y="4110" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
17300<rect x="4584" y="4110" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
17301<rect x="4465" y="4169" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
17302<rect x="4505" y="4149" width="58" height="58" opacity="1" fill="#FFFFFF" stroke="none"/>
17303<rect x="4584" y="4169" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
17304<rect x="4465" y="4228" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
17305<rect x="4525" y="4228" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
17306<rect x="4584" y="4228" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
17307<rect x="4643" y="4110" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
17308<rect x="4702" y="4110" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
17309<rect x="4761" y="4110" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
17310<rect x="4643" y="4169" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
17311<rect x="4682" y="4149" width="58" height="58" opacity="1" fill="#FFFFFF" stroke="none"/>
17312<rect x="4761" y="4169" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
17313<rect x="4643" y="4228" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
17314<rect x="4702" y="4228" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
17315<rect x="4761" y="4228" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
17316<rect x="3220" y="4287" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
17317<rect x="3280" y="4287" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
17318<rect x="3339" y="4287" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
17319<rect x="3220" y="4347" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
17320<rect x="3260" y="4327" width="58" height="58" opacity="1" fill="#FFFFFF" stroke="none"/>
17321<rect x="3339" y="4347" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
17322<rect x="3220" y="4406" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
17323<rect x="3280" y="4406" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
17324<rect x="3339" y="4406" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
17325<rect x="3398" y="4287" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
17326<rect x="3458" y="4287" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
17327<rect x="3517" y="4287" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
17328<rect x="3398" y="4347" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
17329<rect x="3438" y="4327" width="58" height="58" opacity="1" fill="#FFFFFF" stroke="none"/>
17330<rect x="3517" y="4347" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
17331<rect x="3398" y="4406" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
17332<rect x="3458" y="4406" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
17333<rect x="3517" y="4406" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
17334<rect x="3576" y="4287" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
17335<rect x="3636" y="4287" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
17336<rect x="3695" y="4287" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
17337<rect x="3576" y="4347" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
17338<rect x="3616" y="4327" width="58" height="58" opacity="1" fill="#FFFFFF" stroke="none"/>
17339<rect x="3695" y="4347" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
17340<rect x="3576" y="4406" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
17341<rect x="3636" y="4406" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
17342<rect x="3695" y="4406" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
17343<rect x="3220" y="4465" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
17344<rect x="3280" y="4465" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
17345<rect x="3339" y="4465" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
17346<rect x="3220" y="4525" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
17347<rect x="3260" y="4505" width="58" height="58" opacity="1" fill="#FFFFFF" stroke="none"/>
17348<rect x="3339" y="4525" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
17349<rect x="3220" y="4584" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
17350<rect x="3280" y="4584" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
17351<rect x="3339" y="4584" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
17352<rect x="3378" y="4445" width="177" height="177" opacity="1" fill="#FFFFFF" stroke="none"/>
17353<rect x="3576" y="4465" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
17354<rect x="3636" y="4465" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
17355<rect x="3695" y="4465" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
17356<rect x="3576" y="4525" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
17357<rect x="3616" y="4505" width="58" height="58" opacity="1" fill="#FFFFFF" stroke="none"/>
17358<rect x="3695" y="4525" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
17359<rect x="3576" y="4584" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
17360<rect x="3636" y="4584" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
17361<rect x="3695" y="4584" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
17362<rect x="3220" y="4643" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
17363<rect x="3280" y="4643" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
17364<rect x="3339" y="4643" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
17365<rect x="3220" y="4702" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
17366<rect x="3260" y="4682" width="58" height="58" opacity="1" fill="#FFFFFF" stroke="none"/>
17367<rect x="3339" y="4702" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
17368<rect x="3220" y="4761" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
17369<rect x="3280" y="4761" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
17370<rect x="3339" y="4761" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
17371<rect x="3398" y="4643" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
17372<rect x="3458" y="4643" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
17373<rect x="3517" y="4643" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
17374<rect x="3398" y="4702" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
17375<rect x="3438" y="4682" width="58" height="58" opacity="1" fill="#FFFFFF" stroke="none"/>
17376<rect x="3517" y="4702" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
17377<rect x="3398" y="4761" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
17378<rect x="3458" y="4761" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
17379<rect x="3517" y="4761" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
17380<rect x="3576" y="4643" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
17381<rect x="3636" y="4643" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
17382<rect x="3695" y="4643" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
17383<rect x="3576" y="4702" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
17384<rect x="3616" y="4682" width="58" height="58" opacity="1" fill="#FFFFFF" stroke="none"/>
17385<rect x="3695" y="4702" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
17386<rect x="3576" y="4761" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
17387<rect x="3636" y="4761" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
17388<rect x="3695" y="4761" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
17389<rect x="3754" y="4287" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
17390<rect x="3814" y="4287" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
17391<rect x="3873" y="4287" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
17392<rect x="3754" y="4347" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
17393<rect x="3794" y="4327" width="58" height="58" opacity="1" fill="#FFFFFF" stroke="none"/>
17394<rect x="3873" y="4347" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
17395<rect x="3754" y="4406" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
17396<rect x="3814" y="4406" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
17397<rect x="3873" y="4406" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
17398<rect x="3932" y="4287" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
17399<rect x="3992" y="4287" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
17400<rect x="4051" y="4287" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
17401<rect x="3932" y="4347" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
17402<rect x="3972" y="4327" width="58" height="58" opacity="1" fill="#FFFFFF" stroke="none"/>
17403<rect x="4051" y="4347" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
17404<rect x="3932" y="4406" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
17405<rect x="3992" y="4406" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
17406<rect x="4051" y="4406" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
17407<rect x="4110" y="4287" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
17408<rect x="4169" y="4287" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
17409<rect x="4228" y="4287" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
17410<rect x="4110" y="4347" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
17411<rect x="4149" y="4327" width="58" height="58" opacity="1" fill="#FFFFFF" stroke="none"/>
17412<rect x="4228" y="4347" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
17413<rect x="4110" y="4406" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
17414<rect x="4169" y="4406" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
17415<rect x="4228" y="4406" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
17416<rect x="3754" y="4465" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
17417<rect x="3814" y="4465" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
17418<rect x="3873" y="4465" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
17419<rect x="3754" y="4525" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
17420<rect x="3794" y="4505" width="58" height="58" opacity="1" fill="#FFFFFF" stroke="none"/>
17421<rect x="3873" y="4525" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
17422<rect x="3754" y="4584" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
17423<rect x="3814" y="4584" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
17424<rect x="3873" y="4584" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
17425<rect x="3912" y="4445" width="177" height="177" opacity="1" fill="#FFFFFF" stroke="none"/>
17426<rect x="4110" y="4465" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
17427<rect x="4169" y="4465" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
17428<rect x="4228" y="4465" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
17429<rect x="4110" y="4525" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
17430<rect x="4149" y="4505" width="58" height="58" opacity="1" fill="#FFFFFF" stroke="none"/>
17431<rect x="4228" y="4525" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
17432<rect x="4110" y="4584" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
17433<rect x="4169" y="4584" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
17434<rect x="4228" y="4584" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
17435<rect x="3754" y="4643" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
17436<rect x="3814" y="4643" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
17437<rect x="3873" y="4643" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
17438<rect x="3754" y="4702" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
17439<rect x="3794" y="4682" width="58" height="58" opacity="1" fill="#FFFFFF" stroke="none"/>
17440<rect x="3873" y="4702" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
17441<rect x="3754" y="4761" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
17442<rect x="3814" y="4761" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
17443<rect x="3873" y="4761" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
17444<rect x="3932" y="4643" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
17445<rect x="3992" y="4643" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
17446<rect x="4051" y="4643" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
17447<rect x="3932" y="4702" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
17448<rect x="3972" y="4682" width="58" height="58" opacity="1" fill="#FFFFFF" stroke="none"/>
17449<rect x="4051" y="4702" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
17450<rect x="3932" y="4761" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
17451<rect x="3992" y="4761" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
17452<rect x="4051" y="4761" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
17453<rect x="4110" y="4643" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
17454<rect x="4169" y="4643" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
17455<rect x="4228" y="4643" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
17456<rect x="4110" y="4702" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
17457<rect x="4149" y="4682" width="58" height="58" opacity="1" fill="#FFFFFF" stroke="none"/>
17458<rect x="4228" y="4702" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
17459<rect x="4110" y="4761" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
17460<rect x="4169" y="4761" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
17461<rect x="4228" y="4761" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
17462<rect x="4287" y="4287" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
17463<rect x="4347" y="4287" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
17464<rect x="4406" y="4287" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
17465<rect x="4287" y="4347" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
17466<rect x="4327" y="4327" width="58" height="58" opacity="1" fill="#FFFFFF" stroke="none"/>
17467<rect x="4406" y="4347" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
17468<rect x="4287" y="4406" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
17469<rect x="4347" y="4406" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
17470<rect x="4406" y="4406" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
17471<rect x="4465" y="4287" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
17472<rect x="4525" y="4287" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
17473<rect x="4584" y="4287" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
17474<rect x="4465" y="4347" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
17475<rect x="4505" y="4327" width="58" height="58" opacity="1" fill="#FFFFFF" stroke="none"/>
17476<rect x="4584" y="4347" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
17477<rect x="4465" y="4406" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
17478<rect x="4525" y="4406" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
17479<rect x="4584" y="4406" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
17480<rect x="4643" y="4287" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
17481<rect x="4702" y="4287" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
17482<rect x="4761" y="4287" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
17483<rect x="4643" y="4347" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
17484<rect x="4682" y="4327" width="58" height="58" opacity="1" fill="#FFFFFF" stroke="none"/>
17485<rect x="4761" y="4347" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
17486<rect x="4643" y="4406" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
17487<rect x="4702" y="4406" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
17488<rect x="4761" y="4406" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
17489<rect x="4287" y="4465" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
17490<rect x="4347" y="4465" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
17491<rect x="4406" y="4465" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
17492<rect x="4287" y="4525" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
17493<rect x="4327" y="4505" width="58" height="58" opacity="1" fill="#FFFFFF" stroke="none"/>
17494<rect x="4406" y="4525" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
17495<rect x="4287" y="4584" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
17496<rect x="4347" y="4584" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
17497<rect x="4406" y="4584" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
17498<rect x="4445" y="4445" width="177" height="177" opacity="1" fill="#FFFFFF" stroke="none"/>
17499<rect x="4643" y="4465" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
17500<rect x="4702" y="4465" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
17501<rect x="4761" y="4465" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
17502<rect x="4643" y="4525" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
17503<rect x="4682" y="4505" width="58" height="58" opacity="1" fill="#FFFFFF" stroke="none"/>
17504<rect x="4761" y="4525" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
17505<rect x="4643" y="4584" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
17506<rect x="4702" y="4584" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
17507<rect x="4761" y="4584" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
17508<rect x="4287" y="4643" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
17509<rect x="4347" y="4643" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
17510<rect x="4406" y="4643" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
17511<rect x="4287" y="4702" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
17512<rect x="4327" y="4682" width="58" height="58" opacity="1" fill="#FFFFFF" stroke="none"/>
17513<rect x="4406" y="4702" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
17514<rect x="4287" y="4761" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
17515<rect x="4347" y="4761" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
17516<rect x="4406" y="4761" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
17517<rect x="4465" y="4643" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
17518<rect x="4525" y="4643" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
17519<rect x="4584" y="4643" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
17520<rect x="4465" y="4702" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
17521<rect x="4505" y="4682" width="58" height="58" opacity="1" fill="#FFFFFF" stroke="none"/>
17522<rect x="4584" y="4702" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
17523<rect x="4465" y="4761" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
17524<rect x="4525" y="4761" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
17525<rect x="4584" y="4761" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
17526<rect x="4643" y="4643" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
17527<rect x="4702" y="4643" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
17528<rect x="4761" y="4643" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
17529<rect x="4643" y="4702" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
17530<rect x="4682" y="4682" width="58" height="58" opacity="1" fill="#FFFFFF" stroke="none"/>
17531<rect x="4761" y="4702" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
17532<rect x="4643" y="4761" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
17533<rect x="4702" y="4761" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
17534<rect x="4761" y="4761" width="19" height="19" opacity="1" fill="#FFFFFF" stroke="none"/>
17535</svg>
17536</div>
17537</div>
17538
17539</div>
17540
17541</div>
17542</div>
17543
17544</div>
17545<div class="cell border-box-sizing text_cell rendered"><div class="prompt input_prompt">
17546</div>
17547<div class="inner_cell">
17548<div class="text_cell_render border-box-sizing rendered_html">
17549<h2 id="Chart-Context">Chart Context<a class="anchor-link" href="#Chart-Context">&#182;</a></h2>
17550</div>
17551</div>
17552</div>
17553<div class="cell border-box-sizing text_cell rendered"><div class="prompt input_prompt">
17554</div>
17555<div class="inner_cell">
17556<div class="text_cell_render border-box-sizing rendered_html">
17557<p><code>Plotters</code> is designed for drawing charts, plots, etc. This example demonstrate how to use <code>Plotters</code> chart specific APIs to draw a chart, including, labels, axis, meshes, etc. To draw a chart on the drawin area, you need to create a chart context and do some configuration.</p>
17558
17559</div>
17560</div>
17561</div>
17562<div class="cell border-box-sizing code_cell rendered">
17563<div class="input">
17564<div class="prompt input_prompt">In&nbsp;[7]:</div>
17565<div class="inner_cell">
17566    <div class="input_area">
17567<div class=" highlight hl-Rust"><pre><span></span>:<span class="nc">dep</span><span class="w"> </span><span class="n">plotters</span><span class="w"> </span><span class="o">=</span><span class="w"> </span><span class="p">{</span><span class="w"> </span><span class="n">version</span><span class="w"> </span><span class="o">=</span><span class="w"> </span><span class="s">&quot;^0.3.0&quot;</span><span class="p">,</span><span class="w"> </span><span class="n">default_features</span><span class="w"> </span><span class="o">=</span><span class="w"> </span><span class="kc">false</span><span class="p">,</span><span class="w"> </span><span class="n">features</span><span class="w"> </span><span class="o">=</span><span class="w"> </span><span class="p">[</span><span class="s">&quot;evcxr&quot;</span><span class="p">,</span><span class="w"> </span><span class="s">&quot;all_series&quot;</span><span class="p">]</span><span class="w"> </span><span class="p">}</span><span class="w"></span>
17568<span class="k">extern</span><span class="w"> </span><span class="k">crate</span><span class="w"> </span><span class="n">plotters</span><span class="p">;</span><span class="w"></span>
17569<span class="k">use</span><span class="w"> </span><span class="n">plotters</span>::<span class="n">prelude</span>::<span class="o">*</span><span class="p">;</span><span class="w"></span>
17570<span class="n">evcxr_figure</span><span class="p">((</span><span class="mi">640</span><span class="p">,</span><span class="w"> </span><span class="mi">240</span><span class="p">),</span><span class="w"> </span><span class="o">|</span><span class="n">root</span><span class="o">|</span><span class="w"> </span><span class="p">{</span><span class="w"></span>
17571<span class="w">    </span><span class="c1">// The following code will create a chart context</span>
17572<span class="w">    </span><span class="kd">let</span><span class="w"> </span><span class="k">mut</span><span class="w"> </span><span class="n">chart</span><span class="w"> </span><span class="o">=</span><span class="w"> </span><span class="n">ChartBuilder</span>::<span class="n">on</span><span class="p">(</span><span class="o">&amp;</span><span class="n">root</span><span class="p">)</span><span class="w"></span>
17573<span class="w">        </span><span class="p">.</span><span class="n">caption</span><span class="p">(</span><span class="s">&quot;Hello Plotters Chart Context!&quot;</span><span class="p">,</span><span class="w"> </span><span class="p">(</span><span class="s">&quot;Arial&quot;</span><span class="p">,</span><span class="w"> </span><span class="mi">20</span><span class="p">).</span><span class="n">into_font</span><span class="p">())</span><span class="w"></span>
17574<span class="w">        </span><span class="p">.</span><span class="n">build_cartesian_2d</span><span class="p">(</span><span class="mi">0</span><span class="k">f32</span><span class="p">..</span><span class="mi">1</span><span class="k">f32</span><span class="p">,</span><span class="w"> </span><span class="mi">0</span><span class="k">f32</span><span class="p">..</span><span class="mi">1</span><span class="k">f32</span><span class="p">)</span><span class="o">?</span><span class="p">;</span><span class="w"></span>
17575<span class="w">    </span><span class="c1">// Then we can draw a series on it!</span>
17576<span class="w">    </span><span class="n">chart</span><span class="p">.</span><span class="n">draw_series</span><span class="p">((</span><span class="mi">1</span><span class="p">..</span><span class="mi">10</span><span class="p">).</span><span class="n">map</span><span class="p">(</span><span class="o">|</span><span class="n">x</span><span class="o">|</span><span class="p">{</span><span class="w"></span>
17577<span class="w">        </span><span class="kd">let</span><span class="w"> </span><span class="n">x</span><span class="w"> </span><span class="o">=</span><span class="w"> </span><span class="n">x</span><span class="w"> </span><span class="k">as</span><span class="w"> </span><span class="kt">f32</span><span class="o">/</span><span class="mf">10.0</span><span class="p">;</span><span class="w"></span>
17578<span class="w">        </span><span class="n">Circle</span>::<span class="n">new</span><span class="p">((</span><span class="n">x</span><span class="p">,</span><span class="n">x</span><span class="p">),</span><span class="w"> </span><span class="mi">5</span><span class="p">,</span><span class="w"> </span><span class="o">&amp;</span><span class="n">RED</span><span class="p">)</span><span class="w"></span>
17579<span class="w">    </span><span class="p">}))</span><span class="o">?</span><span class="p">;</span><span class="w"></span>
17580<span class="w">    </span><span class="nb">Ok</span><span class="p">(())</span><span class="w"></span>
17581<span class="p">}).</span><span class="n">style</span><span class="p">(</span><span class="s">&quot;width:60%&quot;</span><span class="p">)</span><span class="w"></span>
17582</pre></div>
17583
17584</div>
17585</div>
17586</div>
17587
17588<div class="output_wrapper">
17589<div class="output">
17590
17591
17592<div class="output_area">
17593
17594<div class="prompt output_prompt">Out[7]:</div>
17595
17596
17597
17598<div class="output_html rendered_html output_subarea output_execute_result">
17599<div style="width:60%"><svg width="640" height="240" viewBox="0 0 640 240" xmlns="http://www.w3.org/2000/svg">
17600<text x="320" y="5" dy="0.76em" text-anchor="middle" font-family="Arial" font-size="16.129032258064516" opacity="1" fill="#000000">
17601Hello Plotters Chart Context!
17602</text>
17603<circle cx="64" cy="217" r="5" opacity="1" fill="none" stroke="#FF0000" stroke-width="1"/>
17604<circle cx="128" cy="196" r="5" opacity="1" fill="none" stroke="#FF0000" stroke-width="1"/>
17605<circle cx="192" cy="174" r="5" opacity="1" fill="none" stroke="#FF0000" stroke-width="1"/>
17606<circle cx="256" cy="153" r="5" opacity="1" fill="none" stroke="#FF0000" stroke-width="1"/>
17607<circle cx="320" cy="132" r="5" opacity="1" fill="none" stroke="#FF0000" stroke-width="1"/>
17608<circle cx="384" cy="110" r="5" opacity="1" fill="none" stroke="#FF0000" stroke-width="1"/>
17609<circle cx="448" cy="89" r="5" opacity="1" fill="none" stroke="#FF0000" stroke-width="1"/>
17610<circle cx="512" cy="67" r="5" opacity="1" fill="none" stroke="#FF0000" stroke-width="1"/>
17611<circle cx="576" cy="46" r="5" opacity="1" fill="none" stroke="#FF0000" stroke-width="1"/>
17612</svg>
17613</div>
17614</div>
17615
17616</div>
17617
17618</div>
17619</div>
17620
17621</div>
17622<div class="cell border-box-sizing text_cell rendered"><div class="prompt input_prompt">
17623</div>
17624<div class="inner_cell">
17625<div class="text_cell_render border-box-sizing rendered_html">
17626<h2 id="Adding-Common-Chart-Components">Adding Common Chart Components<a class="anchor-link" href="#Adding-Common-Chart-Components">&#182;</a></h2>
17627</div>
17628</div>
17629</div>
17630<div class="cell border-box-sizing text_cell rendered"><div class="prompt input_prompt">
17631</div>
17632<div class="inner_cell">
17633<div class="text_cell_render border-box-sizing rendered_html">
17634<p>We can also make <code>Plotters</code> draws common components for us, such as, meshes, axis, legend. In this section, we demonstrate how to do that.</p>
17635<p>The following code shows how we add mesh to the chart.</p>
17636
17637</div>
17638</div>
17639</div>
17640<div class="cell border-box-sizing code_cell rendered">
17641<div class="input">
17642<div class="prompt input_prompt">In&nbsp;[8]:</div>
17643<div class="inner_cell">
17644    <div class="input_area">
17645<div class=" highlight hl-Rust"><pre><span></span>:<span class="nc">dep</span><span class="w"> </span><span class="n">plotters</span><span class="w"> </span><span class="o">=</span><span class="w"> </span><span class="p">{</span><span class="w"> </span><span class="n">version</span><span class="w"> </span><span class="o">=</span><span class="w"> </span><span class="s">&quot;^0.3.0&quot;</span><span class="p">,</span><span class="w"> </span><span class="n">default_features</span><span class="w"> </span><span class="o">=</span><span class="w"> </span><span class="kc">false</span><span class="p">,</span><span class="w"> </span><span class="n">features</span><span class="w"> </span><span class="o">=</span><span class="w"> </span><span class="p">[</span><span class="s">&quot;evcxr&quot;</span><span class="p">,</span><span class="w"> </span><span class="s">&quot;all_series&quot;</span><span class="p">]</span><span class="w"> </span><span class="p">}</span><span class="w"></span>
17646<span class="k">extern</span><span class="w"> </span><span class="k">crate</span><span class="w"> </span><span class="n">plotters</span><span class="p">;</span><span class="w"></span>
17647<span class="k">use</span><span class="w"> </span><span class="n">plotters</span>::<span class="n">prelude</span>::<span class="o">*</span><span class="p">;</span><span class="w"></span>
17648<span class="n">evcxr_figure</span><span class="p">((</span><span class="mi">640</span><span class="p">,</span><span class="w"> </span><span class="mi">480</span><span class="p">),</span><span class="w"> </span><span class="o">|</span><span class="n">root</span><span class="o">|</span><span class="w"> </span><span class="p">{</span><span class="w"></span>
17649<span class="w">    </span><span class="c1">// The following code will create a chart context</span>
17650<span class="w">    </span><span class="kd">let</span><span class="w"> </span><span class="k">mut</span><span class="w"> </span><span class="n">chart</span><span class="w"> </span><span class="o">=</span><span class="w"> </span><span class="n">ChartBuilder</span>::<span class="n">on</span><span class="p">(</span><span class="o">&amp;</span><span class="n">root</span><span class="p">)</span><span class="w"></span>
17651<span class="w">        </span><span class="p">.</span><span class="n">caption</span><span class="p">(</span><span class="s">&quot;Chart Context with Mesh&quot;</span><span class="p">,</span><span class="w"> </span><span class="p">(</span><span class="s">&quot;Arial&quot;</span><span class="p">,</span><span class="w"> </span><span class="mi">20</span><span class="p">).</span><span class="n">into_font</span><span class="p">())</span><span class="w"></span>
17652<span class="w">        </span><span class="p">.</span><span class="n">build_cartesian_2d</span><span class="p">(</span><span class="mi">0</span><span class="k">f32</span><span class="p">..</span><span class="mi">1</span><span class="k">f32</span><span class="p">,</span><span class="w"> </span><span class="mi">0</span><span class="k">f32</span><span class="p">..</span><span class="mi">1</span><span class="k">f32</span><span class="p">)</span><span class="o">?</span><span class="p">;</span><span class="w"></span>
17653<span class="w">    </span><span class="n">chart</span><span class="p">.</span><span class="n">configure_mesh</span><span class="p">().</span><span class="n">draw</span><span class="p">()</span><span class="o">?</span><span class="p">;</span><span class="w"></span>
17654<span class="w">    </span><span class="nb">Ok</span><span class="p">(())</span><span class="w"></span>
17655<span class="p">}).</span><span class="n">style</span><span class="p">(</span><span class="s">&quot;width: 60%&quot;</span><span class="p">)</span><span class="w"></span>
17656</pre></div>
17657
17658</div>
17659</div>
17660</div>
17661
17662<div class="output_wrapper">
17663<div class="output">
17664
17665
17666<div class="output_area">
17667
17668<div class="prompt output_prompt">Out[8]:</div>
17669
17670
17671
17672<div class="output_html rendered_html output_subarea output_execute_result">
17673<div style="width: 60%"><svg width="640" height="480" viewBox="0 0 640 480" xmlns="http://www.w3.org/2000/svg">
17674<text x="320" y="5" dy="0.76em" text-anchor="middle" font-family="Arial" font-size="16.129032258064516" opacity="1" fill="#000000">
17675Chart Context with Mesh
17676</text>
17677<line opacity="0.1" stroke="#000000" stroke-width="1" x1="6" y1="479" x2="6" y2="25"/>
17678<line opacity="0.1" stroke="#000000" stroke-width="1" x1="12" y1="479" x2="12" y2="25"/>
17679<line opacity="0.1" stroke="#000000" stroke-width="1" x1="19" y1="479" x2="19" y2="25"/>
17680<line opacity="0.1" stroke="#000000" stroke-width="1" x1="25" y1="479" x2="25" y2="25"/>
17681<line opacity="0.1" stroke="#000000" stroke-width="1" x1="32" y1="479" x2="32" y2="25"/>
17682<line opacity="0.1" stroke="#000000" stroke-width="1" x1="38" y1="479" x2="38" y2="25"/>
17683<line opacity="0.1" stroke="#000000" stroke-width="1" x1="44" y1="479" x2="44" y2="25"/>
17684<line opacity="0.1" stroke="#000000" stroke-width="1" x1="51" y1="479" x2="51" y2="25"/>
17685<line opacity="0.1" stroke="#000000" stroke-width="1" x1="57" y1="479" x2="57" y2="25"/>
17686<line opacity="0.1" stroke="#000000" stroke-width="1" x1="64" y1="479" x2="64" y2="25"/>
17687<line opacity="0.1" stroke="#000000" stroke-width="1" x1="70" y1="479" x2="70" y2="25"/>
17688<line opacity="0.1" stroke="#000000" stroke-width="1" x1="76" y1="479" x2="76" y2="25"/>
17689<line opacity="0.1" stroke="#000000" stroke-width="1" x1="83" y1="479" x2="83" y2="25"/>
17690<line opacity="0.1" stroke="#000000" stroke-width="1" x1="89" y1="479" x2="89" y2="25"/>
17691<line opacity="0.1" stroke="#000000" stroke-width="1" x1="96" y1="479" x2="96" y2="25"/>
17692<line opacity="0.1" stroke="#000000" stroke-width="1" x1="102" y1="479" x2="102" y2="25"/>
17693<line opacity="0.1" stroke="#000000" stroke-width="1" x1="108" y1="479" x2="108" y2="25"/>
17694<line opacity="0.1" stroke="#000000" stroke-width="1" x1="115" y1="479" x2="115" y2="25"/>
17695<line opacity="0.1" stroke="#000000" stroke-width="1" x1="121" y1="479" x2="121" y2="25"/>
17696<line opacity="0.1" stroke="#000000" stroke-width="1" x1="128" y1="479" x2="128" y2="25"/>
17697<line opacity="0.1" stroke="#000000" stroke-width="1" x1="134" y1="479" x2="134" y2="25"/>
17698<line opacity="0.1" stroke="#000000" stroke-width="1" x1="140" y1="479" x2="140" y2="25"/>
17699<line opacity="0.1" stroke="#000000" stroke-width="1" x1="147" y1="479" x2="147" y2="25"/>
17700<line opacity="0.1" stroke="#000000" stroke-width="1" x1="153" y1="479" x2="153" y2="25"/>
17701<line opacity="0.1" stroke="#000000" stroke-width="1" x1="160" y1="479" x2="160" y2="25"/>
17702<line opacity="0.1" stroke="#000000" stroke-width="1" x1="166" y1="479" x2="166" y2="25"/>
17703<line opacity="0.1" stroke="#000000" stroke-width="1" x1="172" y1="479" x2="172" y2="25"/>
17704<line opacity="0.1" stroke="#000000" stroke-width="1" x1="179" y1="479" x2="179" y2="25"/>
17705<line opacity="0.1" stroke="#000000" stroke-width="1" x1="185" y1="479" x2="185" y2="25"/>
17706<line opacity="0.1" stroke="#000000" stroke-width="1" x1="192" y1="479" x2="192" y2="25"/>
17707<line opacity="0.1" stroke="#000000" stroke-width="1" x1="198" y1="479" x2="198" y2="25"/>
17708<line opacity="0.1" stroke="#000000" stroke-width="1" x1="204" y1="479" x2="204" y2="25"/>
17709<line opacity="0.1" stroke="#000000" stroke-width="1" x1="211" y1="479" x2="211" y2="25"/>
17710<line opacity="0.1" stroke="#000000" stroke-width="1" x1="217" y1="479" x2="217" y2="25"/>
17711<line opacity="0.1" stroke="#000000" stroke-width="1" x1="224" y1="479" x2="224" y2="25"/>
17712<line opacity="0.1" stroke="#000000" stroke-width="1" x1="230" y1="479" x2="230" y2="25"/>
17713<line opacity="0.1" stroke="#000000" stroke-width="1" x1="236" y1="479" x2="236" y2="25"/>
17714<line opacity="0.1" stroke="#000000" stroke-width="1" x1="243" y1="479" x2="243" y2="25"/>
17715<line opacity="0.1" stroke="#000000" stroke-width="1" x1="249" y1="479" x2="249" y2="25"/>
17716<line opacity="0.1" stroke="#000000" stroke-width="1" x1="256" y1="479" x2="256" y2="25"/>
17717<line opacity="0.1" stroke="#000000" stroke-width="1" x1="262" y1="479" x2="262" y2="25"/>
17718<line opacity="0.1" stroke="#000000" stroke-width="1" x1="268" y1="479" x2="268" y2="25"/>
17719<line opacity="0.1" stroke="#000000" stroke-width="1" x1="275" y1="479" x2="275" y2="25"/>
17720<line opacity="0.1" stroke="#000000" stroke-width="1" x1="281" y1="479" x2="281" y2="25"/>
17721<line opacity="0.1" stroke="#000000" stroke-width="1" x1="288" y1="479" x2="288" y2="25"/>
17722<line opacity="0.1" stroke="#000000" stroke-width="1" x1="294" y1="479" x2="294" y2="25"/>
17723<line opacity="0.1" stroke="#000000" stroke-width="1" x1="300" y1="479" x2="300" y2="25"/>
17724<line opacity="0.1" stroke="#000000" stroke-width="1" x1="307" y1="479" x2="307" y2="25"/>
17725<line opacity="0.1" stroke="#000000" stroke-width="1" x1="313" y1="479" x2="313" y2="25"/>
17726<line opacity="0.1" stroke="#000000" stroke-width="1" x1="320" y1="479" x2="320" y2="25"/>
17727<line opacity="0.1" stroke="#000000" stroke-width="1" x1="326" y1="479" x2="326" y2="25"/>
17728<line opacity="0.1" stroke="#000000" stroke-width="1" x1="332" y1="479" x2="332" y2="25"/>
17729<line opacity="0.1" stroke="#000000" stroke-width="1" x1="339" y1="479" x2="339" y2="25"/>
17730<line opacity="0.1" stroke="#000000" stroke-width="1" x1="345" y1="479" x2="345" y2="25"/>
17731<line opacity="0.1" stroke="#000000" stroke-width="1" x1="352" y1="479" x2="352" y2="25"/>
17732<line opacity="0.1" stroke="#000000" stroke-width="1" x1="358" y1="479" x2="358" y2="25"/>
17733<line opacity="0.1" stroke="#000000" stroke-width="1" x1="364" y1="479" x2="364" y2="25"/>
17734<line opacity="0.1" stroke="#000000" stroke-width="1" x1="371" y1="479" x2="371" y2="25"/>
17735<line opacity="0.1" stroke="#000000" stroke-width="1" x1="377" y1="479" x2="377" y2="25"/>
17736<line opacity="0.1" stroke="#000000" stroke-width="1" x1="384" y1="479" x2="384" y2="25"/>
17737<line opacity="0.1" stroke="#000000" stroke-width="1" x1="390" y1="479" x2="390" y2="25"/>
17738<line opacity="0.1" stroke="#000000" stroke-width="1" x1="396" y1="479" x2="396" y2="25"/>
17739<line opacity="0.1" stroke="#000000" stroke-width="1" x1="403" y1="479" x2="403" y2="25"/>
17740<line opacity="0.1" stroke="#000000" stroke-width="1" x1="409" y1="479" x2="409" y2="25"/>
17741<line opacity="0.1" stroke="#000000" stroke-width="1" x1="416" y1="479" x2="416" y2="25"/>
17742<line opacity="0.1" stroke="#000000" stroke-width="1" x1="422" y1="479" x2="422" y2="25"/>
17743<line opacity="0.1" stroke="#000000" stroke-width="1" x1="428" y1="479" x2="428" y2="25"/>
17744<line opacity="0.1" stroke="#000000" stroke-width="1" x1="435" y1="479" x2="435" y2="25"/>
17745<line opacity="0.1" stroke="#000000" stroke-width="1" x1="441" y1="479" x2="441" y2="25"/>
17746<line opacity="0.1" stroke="#000000" stroke-width="1" x1="448" y1="479" x2="448" y2="25"/>
17747<line opacity="0.1" stroke="#000000" stroke-width="1" x1="454" y1="479" x2="454" y2="25"/>
17748<line opacity="0.1" stroke="#000000" stroke-width="1" x1="460" y1="479" x2="460" y2="25"/>
17749<line opacity="0.1" stroke="#000000" stroke-width="1" x1="467" y1="479" x2="467" y2="25"/>
17750<line opacity="0.1" stroke="#000000" stroke-width="1" x1="473" y1="479" x2="473" y2="25"/>
17751<line opacity="0.1" stroke="#000000" stroke-width="1" x1="480" y1="479" x2="480" y2="25"/>
17752<line opacity="0.1" stroke="#000000" stroke-width="1" x1="486" y1="479" x2="486" y2="25"/>
17753<line opacity="0.1" stroke="#000000" stroke-width="1" x1="492" y1="479" x2="492" y2="25"/>
17754<line opacity="0.1" stroke="#000000" stroke-width="1" x1="499" y1="479" x2="499" y2="25"/>
17755<line opacity="0.1" stroke="#000000" stroke-width="1" x1="505" y1="479" x2="505" y2="25"/>
17756<line opacity="0.1" stroke="#000000" stroke-width="1" x1="512" y1="479" x2="512" y2="25"/>
17757<line opacity="0.1" stroke="#000000" stroke-width="1" x1="518" y1="479" x2="518" y2="25"/>
17758<line opacity="0.1" stroke="#000000" stroke-width="1" x1="524" y1="479" x2="524" y2="25"/>
17759<line opacity="0.1" stroke="#000000" stroke-width="1" x1="531" y1="479" x2="531" y2="25"/>
17760<line opacity="0.1" stroke="#000000" stroke-width="1" x1="537" y1="479" x2="537" y2="25"/>
17761<line opacity="0.1" stroke="#000000" stroke-width="1" x1="544" y1="479" x2="544" y2="25"/>
17762<line opacity="0.1" stroke="#000000" stroke-width="1" x1="550" y1="479" x2="550" y2="25"/>
17763<line opacity="0.1" stroke="#000000" stroke-width="1" x1="556" y1="479" x2="556" y2="25"/>
17764<line opacity="0.1" stroke="#000000" stroke-width="1" x1="563" y1="479" x2="563" y2="25"/>
17765<line opacity="0.1" stroke="#000000" stroke-width="1" x1="569" y1="479" x2="569" y2="25"/>
17766<line opacity="0.1" stroke="#000000" stroke-width="1" x1="576" y1="479" x2="576" y2="25"/>
17767<line opacity="0.1" stroke="#000000" stroke-width="1" x1="582" y1="479" x2="582" y2="25"/>
17768<line opacity="0.1" stroke="#000000" stroke-width="1" x1="588" y1="479" x2="588" y2="25"/>
17769<line opacity="0.1" stroke="#000000" stroke-width="1" x1="595" y1="479" x2="595" y2="25"/>
17770<line opacity="0.1" stroke="#000000" stroke-width="1" x1="601" y1="479" x2="601" y2="25"/>
17771<line opacity="0.1" stroke="#000000" stroke-width="1" x1="608" y1="479" x2="608" y2="25"/>
17772<line opacity="0.1" stroke="#000000" stroke-width="1" x1="614" y1="479" x2="614" y2="25"/>
17773<line opacity="0.1" stroke="#000000" stroke-width="1" x1="620" y1="479" x2="620" y2="25"/>
17774<line opacity="0.1" stroke="#000000" stroke-width="1" x1="627" y1="479" x2="627" y2="25"/>
17775<line opacity="0.1" stroke="#000000" stroke-width="1" x1="633" y1="479" x2="633" y2="25"/>
17776<line opacity="0.1" stroke="#000000" stroke-width="1" x1="640" y1="479" x2="640" y2="25"/>
17777<line opacity="0.1" stroke="#000000" stroke-width="1" x1="0" y1="474" x2="640" y2="474"/>
17778<line opacity="0.1" stroke="#000000" stroke-width="1" x1="0" y1="469" x2="640" y2="469"/>
17779<line opacity="0.1" stroke="#000000" stroke-width="1" x1="0" y1="465" x2="640" y2="465"/>
17780<line opacity="0.1" stroke="#000000" stroke-width="1" x1="0" y1="460" x2="640" y2="460"/>
17781<line opacity="0.1" stroke="#000000" stroke-width="1" x1="0" y1="456" x2="640" y2="456"/>
17782<line opacity="0.1" stroke="#000000" stroke-width="1" x1="0" y1="451" x2="640" y2="451"/>
17783<line opacity="0.1" stroke="#000000" stroke-width="1" x1="0" y1="447" x2="640" y2="447"/>
17784<line opacity="0.1" stroke="#000000" stroke-width="1" x1="0" y1="442" x2="640" y2="442"/>
17785<line opacity="0.1" stroke="#000000" stroke-width="1" x1="0" y1="438" x2="640" y2="438"/>
17786<line opacity="0.1" stroke="#000000" stroke-width="1" x1="0" y1="433" x2="640" y2="433"/>
17787<line opacity="0.1" stroke="#000000" stroke-width="1" x1="0" y1="429" x2="640" y2="429"/>
17788<line opacity="0.1" stroke="#000000" stroke-width="1" x1="0" y1="424" x2="640" y2="424"/>
17789<line opacity="0.1" stroke="#000000" stroke-width="1" x1="0" y1="419" x2="640" y2="419"/>
17790<line opacity="0.1" stroke="#000000" stroke-width="1" x1="0" y1="415" x2="640" y2="415"/>
17791<line opacity="0.1" stroke="#000000" stroke-width="1" x1="0" y1="410" x2="640" y2="410"/>
17792<line opacity="0.1" stroke="#000000" stroke-width="1" x1="0" y1="406" x2="640" y2="406"/>
17793<line opacity="0.1" stroke="#000000" stroke-width="1" x1="0" y1="401" x2="640" y2="401"/>
17794<line opacity="0.1" stroke="#000000" stroke-width="1" x1="0" y1="397" x2="640" y2="397"/>
17795<line opacity="0.1" stroke="#000000" stroke-width="1" x1="0" y1="392" x2="640" y2="392"/>
17796<line opacity="0.1" stroke="#000000" stroke-width="1" x1="0" y1="388" x2="640" y2="388"/>
17797<line opacity="0.1" stroke="#000000" stroke-width="1" x1="0" y1="383" x2="640" y2="383"/>
17798<line opacity="0.1" stroke="#000000" stroke-width="1" x1="0" y1="379" x2="640" y2="379"/>
17799<line opacity="0.1" stroke="#000000" stroke-width="1" x1="0" y1="374" x2="640" y2="374"/>
17800<line opacity="0.1" stroke="#000000" stroke-width="1" x1="0" y1="370" x2="640" y2="370"/>
17801<line opacity="0.1" stroke="#000000" stroke-width="1" x1="0" y1="365" x2="640" y2="365"/>
17802<line opacity="0.1" stroke="#000000" stroke-width="1" x1="0" y1="360" x2="640" y2="360"/>
17803<line opacity="0.1" stroke="#000000" stroke-width="1" x1="0" y1="356" x2="640" y2="356"/>
17804<line opacity="0.1" stroke="#000000" stroke-width="1" x1="0" y1="351" x2="640" y2="351"/>
17805<line opacity="0.1" stroke="#000000" stroke-width="1" x1="0" y1="347" x2="640" y2="347"/>
17806<line opacity="0.1" stroke="#000000" stroke-width="1" x1="0" y1="342" x2="640" y2="342"/>
17807<line opacity="0.1" stroke="#000000" stroke-width="1" x1="0" y1="338" x2="640" y2="338"/>
17808<line opacity="0.1" stroke="#000000" stroke-width="1" x1="0" y1="333" x2="640" y2="333"/>
17809<line opacity="0.1" stroke="#000000" stroke-width="1" x1="0" y1="329" x2="640" y2="329"/>
17810<line opacity="0.1" stroke="#000000" stroke-width="1" x1="0" y1="324" x2="640" y2="324"/>
17811<line opacity="0.1" stroke="#000000" stroke-width="1" x1="0" y1="320" x2="640" y2="320"/>
17812<line opacity="0.1" stroke="#000000" stroke-width="1" x1="0" y1="315" x2="640" y2="315"/>
17813<line opacity="0.1" stroke="#000000" stroke-width="1" x1="0" y1="311" x2="640" y2="311"/>
17814<line opacity="0.1" stroke="#000000" stroke-width="1" x1="0" y1="306" x2="640" y2="306"/>
17815<line opacity="0.1" stroke="#000000" stroke-width="1" x1="0" y1="301" x2="640" y2="301"/>
17816<line opacity="0.1" stroke="#000000" stroke-width="1" x1="0" y1="297" x2="640" y2="297"/>
17817<line opacity="0.1" stroke="#000000" stroke-width="1" x1="0" y1="292" x2="640" y2="292"/>
17818<line opacity="0.1" stroke="#000000" stroke-width="1" x1="0" y1="288" x2="640" y2="288"/>
17819<line opacity="0.1" stroke="#000000" stroke-width="1" x1="0" y1="283" x2="640" y2="283"/>
17820<line opacity="0.1" stroke="#000000" stroke-width="1" x1="0" y1="279" x2="640" y2="279"/>
17821<line opacity="0.1" stroke="#000000" stroke-width="1" x1="0" y1="274" x2="640" y2="274"/>
17822<line opacity="0.1" stroke="#000000" stroke-width="1" x1="0" y1="270" x2="640" y2="270"/>
17823<line opacity="0.1" stroke="#000000" stroke-width="1" x1="0" y1="265" x2="640" y2="265"/>
17824<line opacity="0.1" stroke="#000000" stroke-width="1" x1="0" y1="261" x2="640" y2="261"/>
17825<line opacity="0.1" stroke="#000000" stroke-width="1" x1="0" y1="256" x2="640" y2="256"/>
17826<line opacity="0.1" stroke="#000000" stroke-width="1" x1="0" y1="252" x2="640" y2="252"/>
17827<line opacity="0.1" stroke="#000000" stroke-width="1" x1="0" y1="247" x2="640" y2="247"/>
17828<line opacity="0.1" stroke="#000000" stroke-width="1" x1="0" y1="242" x2="640" y2="242"/>
17829<line opacity="0.1" stroke="#000000" stroke-width="1" x1="0" y1="238" x2="640" y2="238"/>
17830<line opacity="0.1" stroke="#000000" stroke-width="1" x1="0" y1="233" x2="640" y2="233"/>
17831<line opacity="0.1" stroke="#000000" stroke-width="1" x1="0" y1="229" x2="640" y2="229"/>
17832<line opacity="0.1" stroke="#000000" stroke-width="1" x1="0" y1="224" x2="640" y2="224"/>
17833<line opacity="0.1" stroke="#000000" stroke-width="1" x1="0" y1="220" x2="640" y2="220"/>
17834<line opacity="0.1" stroke="#000000" stroke-width="1" x1="0" y1="215" x2="640" y2="215"/>
17835<line opacity="0.1" stroke="#000000" stroke-width="1" x1="0" y1="211" x2="640" y2="211"/>
17836<line opacity="0.1" stroke="#000000" stroke-width="1" x1="0" y1="206" x2="640" y2="206"/>
17837<line opacity="0.1" stroke="#000000" stroke-width="1" x1="0" y1="202" x2="640" y2="202"/>
17838<line opacity="0.1" stroke="#000000" stroke-width="1" x1="0" y1="197" x2="640" y2="197"/>
17839<line opacity="0.1" stroke="#000000" stroke-width="1" x1="0" y1="192" x2="640" y2="192"/>
17840<line opacity="0.1" stroke="#000000" stroke-width="1" x1="0" y1="188" x2="640" y2="188"/>
17841<line opacity="0.1" stroke="#000000" stroke-width="1" x1="0" y1="183" x2="640" y2="183"/>
17842<line opacity="0.1" stroke="#000000" stroke-width="1" x1="0" y1="179" x2="640" y2="179"/>
17843<line opacity="0.1" stroke="#000000" stroke-width="1" x1="0" y1="174" x2="640" y2="174"/>
17844<line opacity="0.1" stroke="#000000" stroke-width="1" x1="0" y1="170" x2="640" y2="170"/>
17845<line opacity="0.1" stroke="#000000" stroke-width="1" x1="0" y1="165" x2="640" y2="165"/>
17846<line opacity="0.1" stroke="#000000" stroke-width="1" x1="0" y1="161" x2="640" y2="161"/>
17847<line opacity="0.1" stroke="#000000" stroke-width="1" x1="0" y1="156" x2="640" y2="156"/>
17848<line opacity="0.1" stroke="#000000" stroke-width="1" x1="0" y1="152" x2="640" y2="152"/>
17849<line opacity="0.1" stroke="#000000" stroke-width="1" x1="0" y1="147" x2="640" y2="147"/>
17850<line opacity="0.1" stroke="#000000" stroke-width="1" x1="0" y1="143" x2="640" y2="143"/>
17851<line opacity="0.1" stroke="#000000" stroke-width="1" x1="0" y1="138" x2="640" y2="138"/>
17852<line opacity="0.1" stroke="#000000" stroke-width="1" x1="0" y1="133" x2="640" y2="133"/>
17853<line opacity="0.1" stroke="#000000" stroke-width="1" x1="0" y1="129" x2="640" y2="129"/>
17854<line opacity="0.1" stroke="#000000" stroke-width="1" x1="0" y1="124" x2="640" y2="124"/>
17855<line opacity="0.1" stroke="#000000" stroke-width="1" x1="0" y1="120" x2="640" y2="120"/>
17856<line opacity="0.1" stroke="#000000" stroke-width="1" x1="0" y1="115" x2="640" y2="115"/>
17857<line opacity="0.1" stroke="#000000" stroke-width="1" x1="0" y1="111" x2="640" y2="111"/>
17858<line opacity="0.1" stroke="#000000" stroke-width="1" x1="0" y1="106" x2="640" y2="106"/>
17859<line opacity="0.1" stroke="#000000" stroke-width="1" x1="0" y1="102" x2="640" y2="102"/>
17860<line opacity="0.1" stroke="#000000" stroke-width="1" x1="0" y1="97" x2="640" y2="97"/>
17861<line opacity="0.1" stroke="#000000" stroke-width="1" x1="0" y1="93" x2="640" y2="93"/>
17862<line opacity="0.1" stroke="#000000" stroke-width="1" x1="0" y1="88" x2="640" y2="88"/>
17863<line opacity="0.1" stroke="#000000" stroke-width="1" x1="0" y1="84" x2="640" y2="84"/>
17864<line opacity="0.1" stroke="#000000" stroke-width="1" x1="0" y1="79" x2="640" y2="79"/>
17865<line opacity="0.1" stroke="#000000" stroke-width="1" x1="0" y1="74" x2="640" y2="74"/>
17866<line opacity="0.1" stroke="#000000" stroke-width="1" x1="0" y1="70" x2="640" y2="70"/>
17867<line opacity="0.1" stroke="#000000" stroke-width="1" x1="0" y1="65" x2="640" y2="65"/>
17868<line opacity="0.1" stroke="#000000" stroke-width="1" x1="0" y1="61" x2="640" y2="61"/>
17869<line opacity="0.1" stroke="#000000" stroke-width="1" x1="0" y1="56" x2="640" y2="56"/>
17870<line opacity="0.1" stroke="#000000" stroke-width="1" x1="0" y1="52" x2="640" y2="52"/>
17871<line opacity="0.1" stroke="#000000" stroke-width="1" x1="0" y1="47" x2="640" y2="47"/>
17872<line opacity="0.1" stroke="#000000" stroke-width="1" x1="0" y1="43" x2="640" y2="43"/>
17873<line opacity="0.1" stroke="#000000" stroke-width="1" x1="0" y1="38" x2="640" y2="38"/>
17874<line opacity="0.1" stroke="#000000" stroke-width="1" x1="0" y1="34" x2="640" y2="34"/>
17875<line opacity="0.1" stroke="#000000" stroke-width="1" x1="0" y1="29" x2="640" y2="29"/>
17876<line opacity="0.1" stroke="#000000" stroke-width="1" x1="0" y1="25" x2="640" y2="25"/>
17877<line opacity="0.2" stroke="#000000" stroke-width="1" x1="64" y1="479" x2="64" y2="25"/>
17878<line opacity="0.2" stroke="#000000" stroke-width="1" x1="128" y1="479" x2="128" y2="25"/>
17879<line opacity="0.2" stroke="#000000" stroke-width="1" x1="192" y1="479" x2="192" y2="25"/>
17880<line opacity="0.2" stroke="#000000" stroke-width="1" x1="256" y1="479" x2="256" y2="25"/>
17881<line opacity="0.2" stroke="#000000" stroke-width="1" x1="320" y1="479" x2="320" y2="25"/>
17882<line opacity="0.2" stroke="#000000" stroke-width="1" x1="384" y1="479" x2="384" y2="25"/>
17883<line opacity="0.2" stroke="#000000" stroke-width="1" x1="448" y1="479" x2="448" y2="25"/>
17884<line opacity="0.2" stroke="#000000" stroke-width="1" x1="512" y1="479" x2="512" y2="25"/>
17885<line opacity="0.2" stroke="#000000" stroke-width="1" x1="576" y1="479" x2="576" y2="25"/>
17886<line opacity="0.2" stroke="#000000" stroke-width="1" x1="640" y1="479" x2="640" y2="25"/>
17887<line opacity="0.2" stroke="#000000" stroke-width="1" x1="0" y1="433" x2="640" y2="433"/>
17888<line opacity="0.2" stroke="#000000" stroke-width="1" x1="0" y1="388" x2="640" y2="388"/>
17889<line opacity="0.2" stroke="#000000" stroke-width="1" x1="0" y1="342" x2="640" y2="342"/>
17890<line opacity="0.2" stroke="#000000" stroke-width="1" x1="0" y1="297" x2="640" y2="297"/>
17891<line opacity="0.2" stroke="#000000" stroke-width="1" x1="0" y1="252" x2="640" y2="252"/>
17892<line opacity="0.2" stroke="#000000" stroke-width="1" x1="0" y1="206" x2="640" y2="206"/>
17893<line opacity="0.2" stroke="#000000" stroke-width="1" x1="0" y1="161" x2="640" y2="161"/>
17894<line opacity="0.2" stroke="#000000" stroke-width="1" x1="0" y1="115" x2="640" y2="115"/>
17895<line opacity="0.2" stroke="#000000" stroke-width="1" x1="0" y1="70" x2="640" y2="70"/>
17896<line opacity="0.2" stroke="#000000" stroke-width="1" x1="0" y1="25" x2="640" y2="25"/>
17897</svg>
17898</div>
17899</div>
17900
17901</div>
17902
17903</div>
17904</div>
17905
17906</div>
17907<div class="cell border-box-sizing text_cell rendered"><div class="prompt input_prompt">
17908</div>
17909<div class="inner_cell">
17910<div class="text_cell_render border-box-sizing rendered_html">
17911<p>Then we can add axis to the chart.</p>
17912
17913</div>
17914</div>
17915</div>
17916<div class="cell border-box-sizing code_cell rendered">
17917<div class="input">
17918<div class="prompt input_prompt">In&nbsp;[9]:</div>
17919<div class="inner_cell">
17920    <div class="input_area">
17921<div class=" highlight hl-Rust"><pre><span></span>:<span class="nc">dep</span><span class="w"> </span><span class="n">plotters</span><span class="w"> </span><span class="o">=</span><span class="w"> </span><span class="p">{</span><span class="w"> </span><span class="n">version</span><span class="w"> </span><span class="o">=</span><span class="w"> </span><span class="s">&quot;^0.3.0&quot;</span><span class="p">,</span><span class="w"> </span><span class="n">default_features</span><span class="w"> </span><span class="o">=</span><span class="w"> </span><span class="kc">false</span><span class="p">,</span><span class="w"> </span><span class="n">features</span><span class="w"> </span><span class="o">=</span><span class="w"> </span><span class="p">[</span><span class="s">&quot;evcxr&quot;</span><span class="p">,</span><span class="w"> </span><span class="s">&quot;all_series&quot;</span><span class="p">]</span><span class="w"> </span><span class="p">}</span><span class="w"></span>
17922<span class="k">extern</span><span class="w"> </span><span class="k">crate</span><span class="w"> </span><span class="n">plotters</span><span class="p">;</span><span class="w"></span>
17923<span class="k">use</span><span class="w"> </span><span class="n">plotters</span>::<span class="n">prelude</span>::<span class="o">*</span><span class="p">;</span><span class="w"></span>
17924<span class="n">evcxr_figure</span><span class="p">((</span><span class="mi">640</span><span class="p">,</span><span class="w"> </span><span class="mi">480</span><span class="p">),</span><span class="w"> </span><span class="o">|</span><span class="n">root</span><span class="o">|</span><span class="w"> </span><span class="p">{</span><span class="w"></span>
17925<span class="w">    </span><span class="c1">// The following code will create a chart context</span>
17926<span class="w">    </span><span class="kd">let</span><span class="w"> </span><span class="k">mut</span><span class="w"> </span><span class="n">chart</span><span class="w"> </span><span class="o">=</span><span class="w"> </span><span class="n">ChartBuilder</span>::<span class="n">on</span><span class="p">(</span><span class="o">&amp;</span><span class="n">root</span><span class="p">)</span><span class="w"></span>
17927<span class="w">        </span><span class="p">.</span><span class="n">caption</span><span class="p">(</span><span class="s">&quot;Chart Context with Mesh and Axis&quot;</span><span class="p">,</span><span class="w"> </span><span class="p">(</span><span class="s">&quot;Arial&quot;</span><span class="p">,</span><span class="w"> </span><span class="mi">20</span><span class="p">).</span><span class="n">into_font</span><span class="p">())</span><span class="w"></span>
17928<span class="w">        </span><span class="p">.</span><span class="n">x_label_area_size</span><span class="p">(</span><span class="mi">40</span><span class="p">)</span><span class="w"></span>
17929<span class="w">        </span><span class="p">.</span><span class="n">y_label_area_size</span><span class="p">(</span><span class="mi">40</span><span class="p">)</span><span class="w"></span>
17930<span class="w">        </span><span class="p">.</span><span class="n">build_cartesian_2d</span><span class="p">(</span><span class="mi">0</span><span class="k">f32</span><span class="p">..</span><span class="mi">1</span><span class="k">f32</span><span class="p">,</span><span class="w"> </span><span class="mi">0</span><span class="k">f32</span><span class="p">..</span><span class="mi">1</span><span class="k">f32</span><span class="p">)</span><span class="o">?</span><span class="p">;</span><span class="w"></span>
17931<span class="w">    </span>
17932<span class="w">    </span><span class="n">chart</span><span class="p">.</span><span class="n">configure_mesh</span><span class="p">()</span><span class="w"></span>
17933<span class="w">        </span><span class="p">.</span><span class="n">draw</span><span class="p">()</span><span class="o">?</span><span class="p">;</span><span class="w"></span>
17934<span class="w">    </span>
17935<span class="w">    </span><span class="nb">Ok</span><span class="p">(())</span><span class="w"></span>
17936<span class="p">}).</span><span class="n">style</span><span class="p">(</span><span class="s">&quot;width: 60%&quot;</span><span class="p">)</span><span class="w"></span>
17937</pre></div>
17938
17939</div>
17940</div>
17941</div>
17942
17943<div class="output_wrapper">
17944<div class="output">
17945
17946
17947<div class="output_area">
17948
17949<div class="prompt output_prompt">Out[9]:</div>
17950
17951
17952
17953<div class="output_html rendered_html output_subarea output_execute_result">
17954<div style="width: 60%"><svg width="640" height="480" viewBox="0 0 640 480" xmlns="http://www.w3.org/2000/svg">
17955<text x="320" y="5" dy="0.76em" text-anchor="middle" font-family="Arial" font-size="16.129032258064516" opacity="1" fill="#000000">
17956Chart Context with Mesh and Axis
17957</text>
17958<line opacity="0.1" stroke="#000000" stroke-width="1" x1="46" y1="439" x2="46" y2="25"/>
17959<line opacity="0.1" stroke="#000000" stroke-width="1" x1="52" y1="439" x2="52" y2="25"/>
17960<line opacity="0.1" stroke="#000000" stroke-width="1" x1="58" y1="439" x2="58" y2="25"/>
17961<line opacity="0.1" stroke="#000000" stroke-width="1" x1="64" y1="439" x2="64" y2="25"/>
17962<line opacity="0.1" stroke="#000000" stroke-width="1" x1="70" y1="439" x2="70" y2="25"/>
17963<line opacity="0.1" stroke="#000000" stroke-width="1" x1="76" y1="439" x2="76" y2="25"/>
17964<line opacity="0.1" stroke="#000000" stroke-width="1" x1="82" y1="439" x2="82" y2="25"/>
17965<line opacity="0.1" stroke="#000000" stroke-width="1" x1="88" y1="439" x2="88" y2="25"/>
17966<line opacity="0.1" stroke="#000000" stroke-width="1" x1="94" y1="439" x2="94" y2="25"/>
17967<line opacity="0.1" stroke="#000000" stroke-width="1" x1="100" y1="439" x2="100" y2="25"/>
17968<line opacity="0.1" stroke="#000000" stroke-width="1" x1="106" y1="439" x2="106" y2="25"/>
17969<line opacity="0.1" stroke="#000000" stroke-width="1" x1="112" y1="439" x2="112" y2="25"/>
17970<line opacity="0.1" stroke="#000000" stroke-width="1" x1="118" y1="439" x2="118" y2="25"/>
17971<line opacity="0.1" stroke="#000000" stroke-width="1" x1="124" y1="439" x2="124" y2="25"/>
17972<line opacity="0.1" stroke="#000000" stroke-width="1" x1="130" y1="439" x2="130" y2="25"/>
17973<line opacity="0.1" stroke="#000000" stroke-width="1" x1="136" y1="439" x2="136" y2="25"/>
17974<line opacity="0.1" stroke="#000000" stroke-width="1" x1="142" y1="439" x2="142" y2="25"/>
17975<line opacity="0.1" stroke="#000000" stroke-width="1" x1="148" y1="439" x2="148" y2="25"/>
17976<line opacity="0.1" stroke="#000000" stroke-width="1" x1="154" y1="439" x2="154" y2="25"/>
17977<line opacity="0.1" stroke="#000000" stroke-width="1" x1="160" y1="439" x2="160" y2="25"/>
17978<line opacity="0.1" stroke="#000000" stroke-width="1" x1="166" y1="439" x2="166" y2="25"/>
17979<line opacity="0.1" stroke="#000000" stroke-width="1" x1="172" y1="439" x2="172" y2="25"/>
17980<line opacity="0.1" stroke="#000000" stroke-width="1" x1="178" y1="439" x2="178" y2="25"/>
17981<line opacity="0.1" stroke="#000000" stroke-width="1" x1="184" y1="439" x2="184" y2="25"/>
17982<line opacity="0.1" stroke="#000000" stroke-width="1" x1="190" y1="439" x2="190" y2="25"/>
17983<line opacity="0.1" stroke="#000000" stroke-width="1" x1="196" y1="439" x2="196" y2="25"/>
17984<line opacity="0.1" stroke="#000000" stroke-width="1" x1="202" y1="439" x2="202" y2="25"/>
17985<line opacity="0.1" stroke="#000000" stroke-width="1" x1="208" y1="439" x2="208" y2="25"/>
17986<line opacity="0.1" stroke="#000000" stroke-width="1" x1="214" y1="439" x2="214" y2="25"/>
17987<line opacity="0.1" stroke="#000000" stroke-width="1" x1="220" y1="439" x2="220" y2="25"/>
17988<line opacity="0.1" stroke="#000000" stroke-width="1" x1="226" y1="439" x2="226" y2="25"/>
17989<line opacity="0.1" stroke="#000000" stroke-width="1" x1="232" y1="439" x2="232" y2="25"/>
17990<line opacity="0.1" stroke="#000000" stroke-width="1" x1="238" y1="439" x2="238" y2="25"/>
17991<line opacity="0.1" stroke="#000000" stroke-width="1" x1="244" y1="439" x2="244" y2="25"/>
17992<line opacity="0.1" stroke="#000000" stroke-width="1" x1="250" y1="439" x2="250" y2="25"/>
17993<line opacity="0.1" stroke="#000000" stroke-width="1" x1="256" y1="439" x2="256" y2="25"/>
17994<line opacity="0.1" stroke="#000000" stroke-width="1" x1="262" y1="439" x2="262" y2="25"/>
17995<line opacity="0.1" stroke="#000000" stroke-width="1" x1="268" y1="439" x2="268" y2="25"/>
17996<line opacity="0.1" stroke="#000000" stroke-width="1" x1="274" y1="439" x2="274" y2="25"/>
17997<line opacity="0.1" stroke="#000000" stroke-width="1" x1="280" y1="439" x2="280" y2="25"/>
17998<line opacity="0.1" stroke="#000000" stroke-width="1" x1="286" y1="439" x2="286" y2="25"/>
17999<line opacity="0.1" stroke="#000000" stroke-width="1" x1="292" y1="439" x2="292" y2="25"/>
18000<line opacity="0.1" stroke="#000000" stroke-width="1" x1="298" y1="439" x2="298" y2="25"/>
18001<line opacity="0.1" stroke="#000000" stroke-width="1" x1="304" y1="439" x2="304" y2="25"/>
18002<line opacity="0.1" stroke="#000000" stroke-width="1" x1="310" y1="439" x2="310" y2="25"/>
18003<line opacity="0.1" stroke="#000000" stroke-width="1" x1="316" y1="439" x2="316" y2="25"/>
18004<line opacity="0.1" stroke="#000000" stroke-width="1" x1="322" y1="439" x2="322" y2="25"/>
18005<line opacity="0.1" stroke="#000000" stroke-width="1" x1="328" y1="439" x2="328" y2="25"/>
18006<line opacity="0.1" stroke="#000000" stroke-width="1" x1="334" y1="439" x2="334" y2="25"/>
18007<line opacity="0.1" stroke="#000000" stroke-width="1" x1="340" y1="439" x2="340" y2="25"/>
18008<line opacity="0.1" stroke="#000000" stroke-width="1" x1="346" y1="439" x2="346" y2="25"/>
18009<line opacity="0.1" stroke="#000000" stroke-width="1" x1="352" y1="439" x2="352" y2="25"/>
18010<line opacity="0.1" stroke="#000000" stroke-width="1" x1="358" y1="439" x2="358" y2="25"/>
18011<line opacity="0.1" stroke="#000000" stroke-width="1" x1="364" y1="439" x2="364" y2="25"/>
18012<line opacity="0.1" stroke="#000000" stroke-width="1" x1="370" y1="439" x2="370" y2="25"/>
18013<line opacity="0.1" stroke="#000000" stroke-width="1" x1="376" y1="439" x2="376" y2="25"/>
18014<line opacity="0.1" stroke="#000000" stroke-width="1" x1="382" y1="439" x2="382" y2="25"/>
18015<line opacity="0.1" stroke="#000000" stroke-width="1" x1="388" y1="439" x2="388" y2="25"/>
18016<line opacity="0.1" stroke="#000000" stroke-width="1" x1="394" y1="439" x2="394" y2="25"/>
18017<line opacity="0.1" stroke="#000000" stroke-width="1" x1="400" y1="439" x2="400" y2="25"/>
18018<line opacity="0.1" stroke="#000000" stroke-width="1" x1="406" y1="439" x2="406" y2="25"/>
18019<line opacity="0.1" stroke="#000000" stroke-width="1" x1="412" y1="439" x2="412" y2="25"/>
18020<line opacity="0.1" stroke="#000000" stroke-width="1" x1="418" y1="439" x2="418" y2="25"/>
18021<line opacity="0.1" stroke="#000000" stroke-width="1" x1="424" y1="439" x2="424" y2="25"/>
18022<line opacity="0.1" stroke="#000000" stroke-width="1" x1="430" y1="439" x2="430" y2="25"/>
18023<line opacity="0.1" stroke="#000000" stroke-width="1" x1="436" y1="439" x2="436" y2="25"/>
18024<line opacity="0.1" stroke="#000000" stroke-width="1" x1="442" y1="439" x2="442" y2="25"/>
18025<line opacity="0.1" stroke="#000000" stroke-width="1" x1="448" y1="439" x2="448" y2="25"/>
18026<line opacity="0.1" stroke="#000000" stroke-width="1" x1="454" y1="439" x2="454" y2="25"/>
18027<line opacity="0.1" stroke="#000000" stroke-width="1" x1="460" y1="439" x2="460" y2="25"/>
18028<line opacity="0.1" stroke="#000000" stroke-width="1" x1="466" y1="439" x2="466" y2="25"/>
18029<line opacity="0.1" stroke="#000000" stroke-width="1" x1="472" y1="439" x2="472" y2="25"/>
18030<line opacity="0.1" stroke="#000000" stroke-width="1" x1="478" y1="439" x2="478" y2="25"/>
18031<line opacity="0.1" stroke="#000000" stroke-width="1" x1="484" y1="439" x2="484" y2="25"/>
18032<line opacity="0.1" stroke="#000000" stroke-width="1" x1="490" y1="439" x2="490" y2="25"/>
18033<line opacity="0.1" stroke="#000000" stroke-width="1" x1="496" y1="439" x2="496" y2="25"/>
18034<line opacity="0.1" stroke="#000000" stroke-width="1" x1="502" y1="439" x2="502" y2="25"/>
18035<line opacity="0.1" stroke="#000000" stroke-width="1" x1="508" y1="439" x2="508" y2="25"/>
18036<line opacity="0.1" stroke="#000000" stroke-width="1" x1="514" y1="439" x2="514" y2="25"/>
18037<line opacity="0.1" stroke="#000000" stroke-width="1" x1="520" y1="439" x2="520" y2="25"/>
18038<line opacity="0.1" stroke="#000000" stroke-width="1" x1="526" y1="439" x2="526" y2="25"/>
18039<line opacity="0.1" stroke="#000000" stroke-width="1" x1="532" y1="439" x2="532" y2="25"/>
18040<line opacity="0.1" stroke="#000000" stroke-width="1" x1="538" y1="439" x2="538" y2="25"/>
18041<line opacity="0.1" stroke="#000000" stroke-width="1" x1="544" y1="439" x2="544" y2="25"/>
18042<line opacity="0.1" stroke="#000000" stroke-width="1" x1="550" y1="439" x2="550" y2="25"/>
18043<line opacity="0.1" stroke="#000000" stroke-width="1" x1="556" y1="439" x2="556" y2="25"/>
18044<line opacity="0.1" stroke="#000000" stroke-width="1" x1="562" y1="439" x2="562" y2="25"/>
18045<line opacity="0.1" stroke="#000000" stroke-width="1" x1="568" y1="439" x2="568" y2="25"/>
18046<line opacity="0.1" stroke="#000000" stroke-width="1" x1="574" y1="439" x2="574" y2="25"/>
18047<line opacity="0.1" stroke="#000000" stroke-width="1" x1="580" y1="439" x2="580" y2="25"/>
18048<line opacity="0.1" stroke="#000000" stroke-width="1" x1="586" y1="439" x2="586" y2="25"/>
18049<line opacity="0.1" stroke="#000000" stroke-width="1" x1="592" y1="439" x2="592" y2="25"/>
18050<line opacity="0.1" stroke="#000000" stroke-width="1" x1="598" y1="439" x2="598" y2="25"/>
18051<line opacity="0.1" stroke="#000000" stroke-width="1" x1="604" y1="439" x2="604" y2="25"/>
18052<line opacity="0.1" stroke="#000000" stroke-width="1" x1="610" y1="439" x2="610" y2="25"/>
18053<line opacity="0.1" stroke="#000000" stroke-width="1" x1="616" y1="439" x2="616" y2="25"/>
18054<line opacity="0.1" stroke="#000000" stroke-width="1" x1="622" y1="439" x2="622" y2="25"/>
18055<line opacity="0.1" stroke="#000000" stroke-width="1" x1="628" y1="439" x2="628" y2="25"/>
18056<line opacity="0.1" stroke="#000000" stroke-width="1" x1="634" y1="439" x2="634" y2="25"/>
18057<line opacity="0.1" stroke="#000000" stroke-width="1" x1="640" y1="439" x2="640" y2="25"/>
18058<line opacity="0.1" stroke="#000000" stroke-width="1" x1="40" y1="434" x2="640" y2="434"/>
18059<line opacity="0.1" stroke="#000000" stroke-width="1" x1="40" y1="430" x2="640" y2="430"/>
18060<line opacity="0.1" stroke="#000000" stroke-width="1" x1="40" y1="426" x2="640" y2="426"/>
18061<line opacity="0.1" stroke="#000000" stroke-width="1" x1="40" y1="422" x2="640" y2="422"/>
18062<line opacity="0.1" stroke="#000000" stroke-width="1" x1="40" y1="418" x2="640" y2="418"/>
18063<line opacity="0.1" stroke="#000000" stroke-width="1" x1="40" y1="414" x2="640" y2="414"/>
18064<line opacity="0.1" stroke="#000000" stroke-width="1" x1="40" y1="410" x2="640" y2="410"/>
18065<line opacity="0.1" stroke="#000000" stroke-width="1" x1="40" y1="405" x2="640" y2="405"/>
18066<line opacity="0.1" stroke="#000000" stroke-width="1" x1="40" y1="401" x2="640" y2="401"/>
18067<line opacity="0.1" stroke="#000000" stroke-width="1" x1="40" y1="397" x2="640" y2="397"/>
18068<line opacity="0.1" stroke="#000000" stroke-width="1" x1="40" y1="393" x2="640" y2="393"/>
18069<line opacity="0.1" stroke="#000000" stroke-width="1" x1="40" y1="389" x2="640" y2="389"/>
18070<line opacity="0.1" stroke="#000000" stroke-width="1" x1="40" y1="385" x2="640" y2="385"/>
18071<line opacity="0.1" stroke="#000000" stroke-width="1" x1="40" y1="381" x2="640" y2="381"/>
18072<line opacity="0.1" stroke="#000000" stroke-width="1" x1="40" y1="376" x2="640" y2="376"/>
18073<line opacity="0.1" stroke="#000000" stroke-width="1" x1="40" y1="372" x2="640" y2="372"/>
18074<line opacity="0.1" stroke="#000000" stroke-width="1" x1="40" y1="368" x2="640" y2="368"/>
18075<line opacity="0.1" stroke="#000000" stroke-width="1" x1="40" y1="364" x2="640" y2="364"/>
18076<line opacity="0.1" stroke="#000000" stroke-width="1" x1="40" y1="360" x2="640" y2="360"/>
18077<line opacity="0.1" stroke="#000000" stroke-width="1" x1="40" y1="356" x2="640" y2="356"/>
18078<line opacity="0.1" stroke="#000000" stroke-width="1" x1="40" y1="352" x2="640" y2="352"/>
18079<line opacity="0.1" stroke="#000000" stroke-width="1" x1="40" y1="347" x2="640" y2="347"/>
18080<line opacity="0.1" stroke="#000000" stroke-width="1" x1="40" y1="343" x2="640" y2="343"/>
18081<line opacity="0.1" stroke="#000000" stroke-width="1" x1="40" y1="339" x2="640" y2="339"/>
18082<line opacity="0.1" stroke="#000000" stroke-width="1" x1="40" y1="335" x2="640" y2="335"/>
18083<line opacity="0.1" stroke="#000000" stroke-width="1" x1="40" y1="331" x2="640" y2="331"/>
18084<line opacity="0.1" stroke="#000000" stroke-width="1" x1="40" y1="327" x2="640" y2="327"/>
18085<line opacity="0.1" stroke="#000000" stroke-width="1" x1="40" y1="323" x2="640" y2="323"/>
18086<line opacity="0.1" stroke="#000000" stroke-width="1" x1="40" y1="318" x2="640" y2="318"/>
18087<line opacity="0.1" stroke="#000000" stroke-width="1" x1="40" y1="314" x2="640" y2="314"/>
18088<line opacity="0.1" stroke="#000000" stroke-width="1" x1="40" y1="310" x2="640" y2="310"/>
18089<line opacity="0.1" stroke="#000000" stroke-width="1" x1="40" y1="306" x2="640" y2="306"/>
18090<line opacity="0.1" stroke="#000000" stroke-width="1" x1="40" y1="302" x2="640" y2="302"/>
18091<line opacity="0.1" stroke="#000000" stroke-width="1" x1="40" y1="298" x2="640" y2="298"/>
18092<line opacity="0.1" stroke="#000000" stroke-width="1" x1="40" y1="294" x2="640" y2="294"/>
18093<line opacity="0.1" stroke="#000000" stroke-width="1" x1="40" y1="289" x2="640" y2="289"/>
18094<line opacity="0.1" stroke="#000000" stroke-width="1" x1="40" y1="285" x2="640" y2="285"/>
18095<line opacity="0.1" stroke="#000000" stroke-width="1" x1="40" y1="281" x2="640" y2="281"/>
18096<line opacity="0.1" stroke="#000000" stroke-width="1" x1="40" y1="277" x2="640" y2="277"/>
18097<line opacity="0.1" stroke="#000000" stroke-width="1" x1="40" y1="273" x2="640" y2="273"/>
18098<line opacity="0.1" stroke="#000000" stroke-width="1" x1="40" y1="269" x2="640" y2="269"/>
18099<line opacity="0.1" stroke="#000000" stroke-width="1" x1="40" y1="265" x2="640" y2="265"/>
18100<line opacity="0.1" stroke="#000000" stroke-width="1" x1="40" y1="260" x2="640" y2="260"/>
18101<line opacity="0.1" stroke="#000000" stroke-width="1" x1="40" y1="256" x2="640" y2="256"/>
18102<line opacity="0.1" stroke="#000000" stroke-width="1" x1="40" y1="252" x2="640" y2="252"/>
18103<line opacity="0.1" stroke="#000000" stroke-width="1" x1="40" y1="248" x2="640" y2="248"/>
18104<line opacity="0.1" stroke="#000000" stroke-width="1" x1="40" y1="244" x2="640" y2="244"/>
18105<line opacity="0.1" stroke="#000000" stroke-width="1" x1="40" y1="240" x2="640" y2="240"/>
18106<line opacity="0.1" stroke="#000000" stroke-width="1" x1="40" y1="236" x2="640" y2="236"/>
18107<line opacity="0.1" stroke="#000000" stroke-width="1" x1="40" y1="232" x2="640" y2="232"/>
18108<line opacity="0.1" stroke="#000000" stroke-width="1" x1="40" y1="227" x2="640" y2="227"/>
18109<line opacity="0.1" stroke="#000000" stroke-width="1" x1="40" y1="223" x2="640" y2="223"/>
18110<line opacity="0.1" stroke="#000000" stroke-width="1" x1="40" y1="219" x2="640" y2="219"/>
18111<line opacity="0.1" stroke="#000000" stroke-width="1" x1="40" y1="215" x2="640" y2="215"/>
18112<line opacity="0.1" stroke="#000000" stroke-width="1" x1="40" y1="211" x2="640" y2="211"/>
18113<line opacity="0.1" stroke="#000000" stroke-width="1" x1="40" y1="207" x2="640" y2="207"/>
18114<line opacity="0.1" stroke="#000000" stroke-width="1" x1="40" y1="203" x2="640" y2="203"/>
18115<line opacity="0.1" stroke="#000000" stroke-width="1" x1="40" y1="198" x2="640" y2="198"/>
18116<line opacity="0.1" stroke="#000000" stroke-width="1" x1="40" y1="194" x2="640" y2="194"/>
18117<line opacity="0.1" stroke="#000000" stroke-width="1" x1="40" y1="190" x2="640" y2="190"/>
18118<line opacity="0.1" stroke="#000000" stroke-width="1" x1="40" y1="186" x2="640" y2="186"/>
18119<line opacity="0.1" stroke="#000000" stroke-width="1" x1="40" y1="182" x2="640" y2="182"/>
18120<line opacity="0.1" stroke="#000000" stroke-width="1" x1="40" y1="178" x2="640" y2="178"/>
18121<line opacity="0.1" stroke="#000000" stroke-width="1" x1="40" y1="174" x2="640" y2="174"/>
18122<line opacity="0.1" stroke="#000000" stroke-width="1" x1="40" y1="169" x2="640" y2="169"/>
18123<line opacity="0.1" stroke="#000000" stroke-width="1" x1="40" y1="165" x2="640" y2="165"/>
18124<line opacity="0.1" stroke="#000000" stroke-width="1" x1="40" y1="161" x2="640" y2="161"/>
18125<line opacity="0.1" stroke="#000000" stroke-width="1" x1="40" y1="157" x2="640" y2="157"/>
18126<line opacity="0.1" stroke="#000000" stroke-width="1" x1="40" y1="153" x2="640" y2="153"/>
18127<line opacity="0.1" stroke="#000000" stroke-width="1" x1="40" y1="149" x2="640" y2="149"/>
18128<line opacity="0.1" stroke="#000000" stroke-width="1" x1="40" y1="145" x2="640" y2="145"/>
18129<line opacity="0.1" stroke="#000000" stroke-width="1" x1="40" y1="140" x2="640" y2="140"/>
18130<line opacity="0.1" stroke="#000000" stroke-width="1" x1="40" y1="136" x2="640" y2="136"/>
18131<line opacity="0.1" stroke="#000000" stroke-width="1" x1="40" y1="132" x2="640" y2="132"/>
18132<line opacity="0.1" stroke="#000000" stroke-width="1" x1="40" y1="128" x2="640" y2="128"/>
18133<line opacity="0.1" stroke="#000000" stroke-width="1" x1="40" y1="124" x2="640" y2="124"/>
18134<line opacity="0.1" stroke="#000000" stroke-width="1" x1="40" y1="120" x2="640" y2="120"/>
18135<line opacity="0.1" stroke="#000000" stroke-width="1" x1="40" y1="116" x2="640" y2="116"/>
18136<line opacity="0.1" stroke="#000000" stroke-width="1" x1="40" y1="111" x2="640" y2="111"/>
18137<line opacity="0.1" stroke="#000000" stroke-width="1" x1="40" y1="107" x2="640" y2="107"/>
18138<line opacity="0.1" stroke="#000000" stroke-width="1" x1="40" y1="103" x2="640" y2="103"/>
18139<line opacity="0.1" stroke="#000000" stroke-width="1" x1="40" y1="99" x2="640" y2="99"/>
18140<line opacity="0.1" stroke="#000000" stroke-width="1" x1="40" y1="95" x2="640" y2="95"/>
18141<line opacity="0.1" stroke="#000000" stroke-width="1" x1="40" y1="91" x2="640" y2="91"/>
18142<line opacity="0.1" stroke="#000000" stroke-width="1" x1="40" y1="87" x2="640" y2="87"/>
18143<line opacity="0.1" stroke="#000000" stroke-width="1" x1="40" y1="82" x2="640" y2="82"/>
18144<line opacity="0.1" stroke="#000000" stroke-width="1" x1="40" y1="78" x2="640" y2="78"/>
18145<line opacity="0.1" stroke="#000000" stroke-width="1" x1="40" y1="74" x2="640" y2="74"/>
18146<line opacity="0.1" stroke="#000000" stroke-width="1" x1="40" y1="70" x2="640" y2="70"/>
18147<line opacity="0.1" stroke="#000000" stroke-width="1" x1="40" y1="66" x2="640" y2="66"/>
18148<line opacity="0.1" stroke="#000000" stroke-width="1" x1="40" y1="62" x2="640" y2="62"/>
18149<line opacity="0.1" stroke="#000000" stroke-width="1" x1="40" y1="58" x2="640" y2="58"/>
18150<line opacity="0.1" stroke="#000000" stroke-width="1" x1="40" y1="53" x2="640" y2="53"/>
18151<line opacity="0.1" stroke="#000000" stroke-width="1" x1="40" y1="49" x2="640" y2="49"/>
18152<line opacity="0.1" stroke="#000000" stroke-width="1" x1="40" y1="45" x2="640" y2="45"/>
18153<line opacity="0.1" stroke="#000000" stroke-width="1" x1="40" y1="41" x2="640" y2="41"/>
18154<line opacity="0.1" stroke="#000000" stroke-width="1" x1="40" y1="37" x2="640" y2="37"/>
18155<line opacity="0.1" stroke="#000000" stroke-width="1" x1="40" y1="33" x2="640" y2="33"/>
18156<line opacity="0.1" stroke="#000000" stroke-width="1" x1="40" y1="29" x2="640" y2="29"/>
18157<line opacity="0.1" stroke="#000000" stroke-width="1" x1="40" y1="25" x2="640" y2="25"/>
18158<line opacity="0.2" stroke="#000000" stroke-width="1" x1="100" y1="439" x2="100" y2="25"/>
18159<line opacity="0.2" stroke="#000000" stroke-width="1" x1="160" y1="439" x2="160" y2="25"/>
18160<line opacity="0.2" stroke="#000000" stroke-width="1" x1="220" y1="439" x2="220" y2="25"/>
18161<line opacity="0.2" stroke="#000000" stroke-width="1" x1="280" y1="439" x2="280" y2="25"/>
18162<line opacity="0.2" stroke="#000000" stroke-width="1" x1="340" y1="439" x2="340" y2="25"/>
18163<line opacity="0.2" stroke="#000000" stroke-width="1" x1="400" y1="439" x2="400" y2="25"/>
18164<line opacity="0.2" stroke="#000000" stroke-width="1" x1="460" y1="439" x2="460" y2="25"/>
18165<line opacity="0.2" stroke="#000000" stroke-width="1" x1="520" y1="439" x2="520" y2="25"/>
18166<line opacity="0.2" stroke="#000000" stroke-width="1" x1="580" y1="439" x2="580" y2="25"/>
18167<line opacity="0.2" stroke="#000000" stroke-width="1" x1="640" y1="439" x2="640" y2="25"/>
18168<line opacity="0.2" stroke="#000000" stroke-width="1" x1="40" y1="397" x2="640" y2="397"/>
18169<line opacity="0.2" stroke="#000000" stroke-width="1" x1="40" y1="356" x2="640" y2="356"/>
18170<line opacity="0.2" stroke="#000000" stroke-width="1" x1="40" y1="314" x2="640" y2="314"/>
18171<line opacity="0.2" stroke="#000000" stroke-width="1" x1="40" y1="273" x2="640" y2="273"/>
18172<line opacity="0.2" stroke="#000000" stroke-width="1" x1="40" y1="232" x2="640" y2="232"/>
18173<line opacity="0.2" stroke="#000000" stroke-width="1" x1="40" y1="190" x2="640" y2="190"/>
18174<line opacity="0.2" stroke="#000000" stroke-width="1" x1="40" y1="149" x2="640" y2="149"/>
18175<line opacity="0.2" stroke="#000000" stroke-width="1" x1="40" y1="107" x2="640" y2="107"/>
18176<line opacity="0.2" stroke="#000000" stroke-width="1" x1="40" y1="66" x2="640" y2="66"/>
18177<line opacity="0.2" stroke="#000000" stroke-width="1" x1="40" y1="25" x2="640" y2="25"/>
18178<polyline fill="none" opacity="1" stroke="#000000" stroke-width="1" points="39,26 39,440 "/>
18179<text x="30" y="397" dy="0.5ex" text-anchor="end" font-family="sans-serif" font-size="9.67741935483871" opacity="1" fill="#000000">
181800.1
18181</text>
18182<polyline fill="none" opacity="1" stroke="#000000" stroke-width="1" points="34,397 39,397 "/>
18183<text x="30" y="356" dy="0.5ex" text-anchor="end" font-family="sans-serif" font-size="9.67741935483871" opacity="1" fill="#000000">
181840.2
18185</text>
18186<polyline fill="none" opacity="1" stroke="#000000" stroke-width="1" points="34,356 39,356 "/>
18187<text x="30" y="314" dy="0.5ex" text-anchor="end" font-family="sans-serif" font-size="9.67741935483871" opacity="1" fill="#000000">
181880.3
18189</text>
18190<polyline fill="none" opacity="1" stroke="#000000" stroke-width="1" points="34,314 39,314 "/>
18191<text x="30" y="273" dy="0.5ex" text-anchor="end" font-family="sans-serif" font-size="9.67741935483871" opacity="1" fill="#000000">
181920.4
18193</text>
18194<polyline fill="none" opacity="1" stroke="#000000" stroke-width="1" points="34,273 39,273 "/>
18195<text x="30" y="232" dy="0.5ex" text-anchor="end" font-family="sans-serif" font-size="9.67741935483871" opacity="1" fill="#000000">
181960.5
18197</text>
18198<polyline fill="none" opacity="1" stroke="#000000" stroke-width="1" points="34,232 39,232 "/>
18199<text x="30" y="190" dy="0.5ex" text-anchor="end" font-family="sans-serif" font-size="9.67741935483871" opacity="1" fill="#000000">
182000.6
18201</text>
18202<polyline fill="none" opacity="1" stroke="#000000" stroke-width="1" points="34,190 39,190 "/>
18203<text x="30" y="149" dy="0.5ex" text-anchor="end" font-family="sans-serif" font-size="9.67741935483871" opacity="1" fill="#000000">
182040.7
18205</text>
18206<polyline fill="none" opacity="1" stroke="#000000" stroke-width="1" points="34,149 39,149 "/>
18207<text x="30" y="107" dy="0.5ex" text-anchor="end" font-family="sans-serif" font-size="9.67741935483871" opacity="1" fill="#000000">
182080.8
18209</text>
18210<polyline fill="none" opacity="1" stroke="#000000" stroke-width="1" points="34,107 39,107 "/>
18211<text x="30" y="66" dy="0.5ex" text-anchor="end" font-family="sans-serif" font-size="9.67741935483871" opacity="1" fill="#000000">
182120.9
18213</text>
18214<polyline fill="none" opacity="1" stroke="#000000" stroke-width="1" points="34,66 39,66 "/>
18215<polyline fill="none" opacity="1" stroke="#000000" stroke-width="1" points="40,440 640,440 "/>
18216<text x="100" y="450" dy="0.76em" text-anchor="middle" font-family="sans-serif" font-size="9.67741935483871" opacity="1" fill="#000000">
182170.1
18218</text>
18219<polyline fill="none" opacity="1" stroke="#000000" stroke-width="1" points="100,440 100,445 "/>
18220<text x="160" y="450" dy="0.76em" text-anchor="middle" font-family="sans-serif" font-size="9.67741935483871" opacity="1" fill="#000000">
182210.2
18222</text>
18223<polyline fill="none" opacity="1" stroke="#000000" stroke-width="1" points="160,440 160,445 "/>
18224<text x="220" y="450" dy="0.76em" text-anchor="middle" font-family="sans-serif" font-size="9.67741935483871" opacity="1" fill="#000000">
182250.3
18226</text>
18227<polyline fill="none" opacity="1" stroke="#000000" stroke-width="1" points="220,440 220,445 "/>
18228<text x="280" y="450" dy="0.76em" text-anchor="middle" font-family="sans-serif" font-size="9.67741935483871" opacity="1" fill="#000000">
182290.4
18230</text>
18231<polyline fill="none" opacity="1" stroke="#000000" stroke-width="1" points="280,440 280,445 "/>
18232<text x="340" y="450" dy="0.76em" text-anchor="middle" font-family="sans-serif" font-size="9.67741935483871" opacity="1" fill="#000000">
182330.5
18234</text>
18235<polyline fill="none" opacity="1" stroke="#000000" stroke-width="1" points="340,440 340,445 "/>
18236<text x="400" y="450" dy="0.76em" text-anchor="middle" font-family="sans-serif" font-size="9.67741935483871" opacity="1" fill="#000000">
182370.6
18238</text>
18239<polyline fill="none" opacity="1" stroke="#000000" stroke-width="1" points="400,440 400,445 "/>
18240<text x="460" y="450" dy="0.76em" text-anchor="middle" font-family="sans-serif" font-size="9.67741935483871" opacity="1" fill="#000000">
182410.7
18242</text>
18243<polyline fill="none" opacity="1" stroke="#000000" stroke-width="1" points="460,440 460,445 "/>
18244<text x="520" y="450" dy="0.76em" text-anchor="middle" font-family="sans-serif" font-size="9.67741935483871" opacity="1" fill="#000000">
182450.8
18246</text>
18247<polyline fill="none" opacity="1" stroke="#000000" stroke-width="1" points="520,440 520,445 "/>
18248<text x="580" y="450" dy="0.76em" text-anchor="middle" font-family="sans-serif" font-size="9.67741935483871" opacity="1" fill="#000000">
182490.9
18250</text>
18251<polyline fill="none" opacity="1" stroke="#000000" stroke-width="1" points="580,440 580,445 "/>
18252<text x="640" y="450" dy="0.76em" text-anchor="middle" font-family="sans-serif" font-size="9.67741935483871" opacity="1" fill="#000000">
182531.0
18254</text>
18255<polyline fill="none" opacity="1" stroke="#000000" stroke-width="1" points="640,440 640,445 "/>
18256</svg>
18257</div>
18258</div>
18259
18260</div>
18261
18262</div>
18263</div>
18264
18265</div>
18266<div class="cell border-box-sizing text_cell rendered"><div class="prompt input_prompt">
18267</div>
18268<div class="inner_cell">
18269<div class="text_cell_render border-box-sizing rendered_html">
18270<p>In addition to that, we can put label text to the axis.</p>
18271
18272</div>
18273</div>
18274</div>
18275<div class="cell border-box-sizing code_cell rendered">
18276<div class="input">
18277<div class="prompt input_prompt">In&nbsp;[10]:</div>
18278<div class="inner_cell">
18279    <div class="input_area">
18280<div class=" highlight hl-Rust"><pre><span></span>:<span class="nc">dep</span><span class="w"> </span><span class="n">plotters</span><span class="w"> </span><span class="o">=</span><span class="w"> </span><span class="p">{</span><span class="w"> </span><span class="n">version</span><span class="w"> </span><span class="o">=</span><span class="w"> </span><span class="s">&quot;^0.3.0&quot;</span><span class="p">,</span><span class="w"> </span><span class="n">default_features</span><span class="w"> </span><span class="o">=</span><span class="w"> </span><span class="kc">false</span><span class="p">,</span><span class="w"> </span><span class="n">features</span><span class="w"> </span><span class="o">=</span><span class="w"> </span><span class="p">[</span><span class="s">&quot;evcxr&quot;</span><span class="p">,</span><span class="w"> </span><span class="s">&quot;all_series&quot;</span><span class="p">]</span><span class="w"> </span><span class="p">}</span><span class="w"></span>
18281<span class="k">extern</span><span class="w"> </span><span class="k">crate</span><span class="w"> </span><span class="n">plotters</span><span class="p">;</span><span class="w"></span>
18282<span class="k">use</span><span class="w"> </span><span class="n">plotters</span>::<span class="n">prelude</span>::<span class="o">*</span><span class="p">;</span><span class="w"></span>
18283<span class="n">evcxr_figure</span><span class="p">((</span><span class="mi">640</span><span class="p">,</span><span class="w"> </span><span class="mi">480</span><span class="p">),</span><span class="w"> </span><span class="o">|</span><span class="n">root</span><span class="o">|</span><span class="w"> </span><span class="p">{</span><span class="w"></span>
18284<span class="w">    </span><span class="c1">// The following code will create a chart context</span>
18285<span class="w">    </span><span class="kd">let</span><span class="w"> </span><span class="k">mut</span><span class="w"> </span><span class="n">chart</span><span class="w"> </span><span class="o">=</span><span class="w"> </span><span class="n">ChartBuilder</span>::<span class="n">on</span><span class="p">(</span><span class="o">&amp;</span><span class="n">root</span><span class="p">)</span><span class="w"></span>
18286<span class="w">        </span><span class="p">.</span><span class="n">caption</span><span class="p">(</span><span class="s">&quot;Chart with Axis Label&quot;</span><span class="p">,</span><span class="w"> </span><span class="p">(</span><span class="s">&quot;Arial&quot;</span><span class="p">,</span><span class="w"> </span><span class="mi">20</span><span class="p">).</span><span class="n">into_font</span><span class="p">())</span><span class="w"></span>
18287<span class="w">        </span><span class="p">.</span><span class="n">x_label_area_size</span><span class="p">(</span><span class="mi">40</span><span class="p">)</span><span class="w"></span>
18288<span class="w">        </span><span class="p">.</span><span class="n">y_label_area_size</span><span class="p">(</span><span class="mi">40</span><span class="p">)</span><span class="w"></span>
18289<span class="w">        </span><span class="p">.</span><span class="n">build_cartesian_2d</span><span class="p">(</span><span class="mi">0</span><span class="k">f32</span><span class="p">..</span><span class="mi">1</span><span class="k">f32</span><span class="p">,</span><span class="w"> </span><span class="mi">0</span><span class="k">f32</span><span class="p">..</span><span class="mi">1</span><span class="k">f32</span><span class="p">)</span><span class="o">?</span><span class="p">;</span><span class="w"></span>
18290<span class="w">    </span>
18291<span class="w">    </span><span class="n">chart</span><span class="p">.</span><span class="n">configure_mesh</span><span class="p">()</span><span class="w"></span>
18292<span class="w">        </span><span class="p">.</span><span class="n">x_desc</span><span class="p">(</span><span class="s">&quot;Here&#39;s the label for X&quot;</span><span class="p">)</span><span class="w"></span>
18293<span class="w">        </span><span class="p">.</span><span class="n">y_desc</span><span class="p">(</span><span class="s">&quot;Here&#39;s the label for Y&quot;</span><span class="p">)</span><span class="w"></span>
18294<span class="w">        </span><span class="p">.</span><span class="n">draw</span><span class="p">()</span><span class="o">?</span><span class="p">;</span><span class="w"></span>
18295<span class="w">    </span>
18296<span class="w">    </span><span class="nb">Ok</span><span class="p">(())</span><span class="w"></span>
18297<span class="p">}).</span><span class="n">style</span><span class="p">(</span><span class="s">&quot;width: 60%&quot;</span><span class="p">)</span><span class="w"></span>
18298</pre></div>
18299
18300</div>
18301</div>
18302</div>
18303
18304<div class="output_wrapper">
18305<div class="output">
18306
18307
18308<div class="output_area">
18309
18310<div class="prompt output_prompt">Out[10]:</div>
18311
18312
18313
18314<div class="output_html rendered_html output_subarea output_execute_result">
18315<div style="width: 60%"><svg width="640" height="480" viewBox="0 0 640 480" xmlns="http://www.w3.org/2000/svg">
18316<text x="320" y="5" dy="0.76em" text-anchor="middle" font-family="Arial" font-size="16.129032258064516" opacity="1" fill="#000000">
18317Chart with Axis Label
18318</text>
18319<line opacity="0.1" stroke="#000000" stroke-width="1" x1="46" y1="439" x2="46" y2="25"/>
18320<line opacity="0.1" stroke="#000000" stroke-width="1" x1="52" y1="439" x2="52" y2="25"/>
18321<line opacity="0.1" stroke="#000000" stroke-width="1" x1="58" y1="439" x2="58" y2="25"/>
18322<line opacity="0.1" stroke="#000000" stroke-width="1" x1="64" y1="439" x2="64" y2="25"/>
18323<line opacity="0.1" stroke="#000000" stroke-width="1" x1="70" y1="439" x2="70" y2="25"/>
18324<line opacity="0.1" stroke="#000000" stroke-width="1" x1="76" y1="439" x2="76" y2="25"/>
18325<line opacity="0.1" stroke="#000000" stroke-width="1" x1="82" y1="439" x2="82" y2="25"/>
18326<line opacity="0.1" stroke="#000000" stroke-width="1" x1="88" y1="439" x2="88" y2="25"/>
18327<line opacity="0.1" stroke="#000000" stroke-width="1" x1="94" y1="439" x2="94" y2="25"/>
18328<line opacity="0.1" stroke="#000000" stroke-width="1" x1="100" y1="439" x2="100" y2="25"/>
18329<line opacity="0.1" stroke="#000000" stroke-width="1" x1="106" y1="439" x2="106" y2="25"/>
18330<line opacity="0.1" stroke="#000000" stroke-width="1" x1="112" y1="439" x2="112" y2="25"/>
18331<line opacity="0.1" stroke="#000000" stroke-width="1" x1="118" y1="439" x2="118" y2="25"/>
18332<line opacity="0.1" stroke="#000000" stroke-width="1" x1="124" y1="439" x2="124" y2="25"/>
18333<line opacity="0.1" stroke="#000000" stroke-width="1" x1="130" y1="439" x2="130" y2="25"/>
18334<line opacity="0.1" stroke="#000000" stroke-width="1" x1="136" y1="439" x2="136" y2="25"/>
18335<line opacity="0.1" stroke="#000000" stroke-width="1" x1="142" y1="439" x2="142" y2="25"/>
18336<line opacity="0.1" stroke="#000000" stroke-width="1" x1="148" y1="439" x2="148" y2="25"/>
18337<line opacity="0.1" stroke="#000000" stroke-width="1" x1="154" y1="439" x2="154" y2="25"/>
18338<line opacity="0.1" stroke="#000000" stroke-width="1" x1="160" y1="439" x2="160" y2="25"/>
18339<line opacity="0.1" stroke="#000000" stroke-width="1" x1="166" y1="439" x2="166" y2="25"/>
18340<line opacity="0.1" stroke="#000000" stroke-width="1" x1="172" y1="439" x2="172" y2="25"/>
18341<line opacity="0.1" stroke="#000000" stroke-width="1" x1="178" y1="439" x2="178" y2="25"/>
18342<line opacity="0.1" stroke="#000000" stroke-width="1" x1="184" y1="439" x2="184" y2="25"/>
18343<line opacity="0.1" stroke="#000000" stroke-width="1" x1="190" y1="439" x2="190" y2="25"/>
18344<line opacity="0.1" stroke="#000000" stroke-width="1" x1="196" y1="439" x2="196" y2="25"/>
18345<line opacity="0.1" stroke="#000000" stroke-width="1" x1="202" y1="439" x2="202" y2="25"/>
18346<line opacity="0.1" stroke="#000000" stroke-width="1" x1="208" y1="439" x2="208" y2="25"/>
18347<line opacity="0.1" stroke="#000000" stroke-width="1" x1="214" y1="439" x2="214" y2="25"/>
18348<line opacity="0.1" stroke="#000000" stroke-width="1" x1="220" y1="439" x2="220" y2="25"/>
18349<line opacity="0.1" stroke="#000000" stroke-width="1" x1="226" y1="439" x2="226" y2="25"/>
18350<line opacity="0.1" stroke="#000000" stroke-width="1" x1="232" y1="439" x2="232" y2="25"/>
18351<line opacity="0.1" stroke="#000000" stroke-width="1" x1="238" y1="439" x2="238" y2="25"/>
18352<line opacity="0.1" stroke="#000000" stroke-width="1" x1="244" y1="439" x2="244" y2="25"/>
18353<line opacity="0.1" stroke="#000000" stroke-width="1" x1="250" y1="439" x2="250" y2="25"/>
18354<line opacity="0.1" stroke="#000000" stroke-width="1" x1="256" y1="439" x2="256" y2="25"/>
18355<line opacity="0.1" stroke="#000000" stroke-width="1" x1="262" y1="439" x2="262" y2="25"/>
18356<line opacity="0.1" stroke="#000000" stroke-width="1" x1="268" y1="439" x2="268" y2="25"/>
18357<line opacity="0.1" stroke="#000000" stroke-width="1" x1="274" y1="439" x2="274" y2="25"/>
18358<line opacity="0.1" stroke="#000000" stroke-width="1" x1="280" y1="439" x2="280" y2="25"/>
18359<line opacity="0.1" stroke="#000000" stroke-width="1" x1="286" y1="439" x2="286" y2="25"/>
18360<line opacity="0.1" stroke="#000000" stroke-width="1" x1="292" y1="439" x2="292" y2="25"/>
18361<line opacity="0.1" stroke="#000000" stroke-width="1" x1="298" y1="439" x2="298" y2="25"/>
18362<line opacity="0.1" stroke="#000000" stroke-width="1" x1="304" y1="439" x2="304" y2="25"/>
18363<line opacity="0.1" stroke="#000000" stroke-width="1" x1="310" y1="439" x2="310" y2="25"/>
18364<line opacity="0.1" stroke="#000000" stroke-width="1" x1="316" y1="439" x2="316" y2="25"/>
18365<line opacity="0.1" stroke="#000000" stroke-width="1" x1="322" y1="439" x2="322" y2="25"/>
18366<line opacity="0.1" stroke="#000000" stroke-width="1" x1="328" y1="439" x2="328" y2="25"/>
18367<line opacity="0.1" stroke="#000000" stroke-width="1" x1="334" y1="439" x2="334" y2="25"/>
18368<line opacity="0.1" stroke="#000000" stroke-width="1" x1="340" y1="439" x2="340" y2="25"/>
18369<line opacity="0.1" stroke="#000000" stroke-width="1" x1="346" y1="439" x2="346" y2="25"/>
18370<line opacity="0.1" stroke="#000000" stroke-width="1" x1="352" y1="439" x2="352" y2="25"/>
18371<line opacity="0.1" stroke="#000000" stroke-width="1" x1="358" y1="439" x2="358" y2="25"/>
18372<line opacity="0.1" stroke="#000000" stroke-width="1" x1="364" y1="439" x2="364" y2="25"/>
18373<line opacity="0.1" stroke="#000000" stroke-width="1" x1="370" y1="439" x2="370" y2="25"/>
18374<line opacity="0.1" stroke="#000000" stroke-width="1" x1="376" y1="439" x2="376" y2="25"/>
18375<line opacity="0.1" stroke="#000000" stroke-width="1" x1="382" y1="439" x2="382" y2="25"/>
18376<line opacity="0.1" stroke="#000000" stroke-width="1" x1="388" y1="439" x2="388" y2="25"/>
18377<line opacity="0.1" stroke="#000000" stroke-width="1" x1="394" y1="439" x2="394" y2="25"/>
18378<line opacity="0.1" stroke="#000000" stroke-width="1" x1="400" y1="439" x2="400" y2="25"/>
18379<line opacity="0.1" stroke="#000000" stroke-width="1" x1="406" y1="439" x2="406" y2="25"/>
18380<line opacity="0.1" stroke="#000000" stroke-width="1" x1="412" y1="439" x2="412" y2="25"/>
18381<line opacity="0.1" stroke="#000000" stroke-width="1" x1="418" y1="439" x2="418" y2="25"/>
18382<line opacity="0.1" stroke="#000000" stroke-width="1" x1="424" y1="439" x2="424" y2="25"/>
18383<line opacity="0.1" stroke="#000000" stroke-width="1" x1="430" y1="439" x2="430" y2="25"/>
18384<line opacity="0.1" stroke="#000000" stroke-width="1" x1="436" y1="439" x2="436" y2="25"/>
18385<line opacity="0.1" stroke="#000000" stroke-width="1" x1="442" y1="439" x2="442" y2="25"/>
18386<line opacity="0.1" stroke="#000000" stroke-width="1" x1="448" y1="439" x2="448" y2="25"/>
18387<line opacity="0.1" stroke="#000000" stroke-width="1" x1="454" y1="439" x2="454" y2="25"/>
18388<line opacity="0.1" stroke="#000000" stroke-width="1" x1="460" y1="439" x2="460" y2="25"/>
18389<line opacity="0.1" stroke="#000000" stroke-width="1" x1="466" y1="439" x2="466" y2="25"/>
18390<line opacity="0.1" stroke="#000000" stroke-width="1" x1="472" y1="439" x2="472" y2="25"/>
18391<line opacity="0.1" stroke="#000000" stroke-width="1" x1="478" y1="439" x2="478" y2="25"/>
18392<line opacity="0.1" stroke="#000000" stroke-width="1" x1="484" y1="439" x2="484" y2="25"/>
18393<line opacity="0.1" stroke="#000000" stroke-width="1" x1="490" y1="439" x2="490" y2="25"/>
18394<line opacity="0.1" stroke="#000000" stroke-width="1" x1="496" y1="439" x2="496" y2="25"/>
18395<line opacity="0.1" stroke="#000000" stroke-width="1" x1="502" y1="439" x2="502" y2="25"/>
18396<line opacity="0.1" stroke="#000000" stroke-width="1" x1="508" y1="439" x2="508" y2="25"/>
18397<line opacity="0.1" stroke="#000000" stroke-width="1" x1="514" y1="439" x2="514" y2="25"/>
18398<line opacity="0.1" stroke="#000000" stroke-width="1" x1="520" y1="439" x2="520" y2="25"/>
18399<line opacity="0.1" stroke="#000000" stroke-width="1" x1="526" y1="439" x2="526" y2="25"/>
18400<line opacity="0.1" stroke="#000000" stroke-width="1" x1="532" y1="439" x2="532" y2="25"/>
18401<line opacity="0.1" stroke="#000000" stroke-width="1" x1="538" y1="439" x2="538" y2="25"/>
18402<line opacity="0.1" stroke="#000000" stroke-width="1" x1="544" y1="439" x2="544" y2="25"/>
18403<line opacity="0.1" stroke="#000000" stroke-width="1" x1="550" y1="439" x2="550" y2="25"/>
18404<line opacity="0.1" stroke="#000000" stroke-width="1" x1="556" y1="439" x2="556" y2="25"/>
18405<line opacity="0.1" stroke="#000000" stroke-width="1" x1="562" y1="439" x2="562" y2="25"/>
18406<line opacity="0.1" stroke="#000000" stroke-width="1" x1="568" y1="439" x2="568" y2="25"/>
18407<line opacity="0.1" stroke="#000000" stroke-width="1" x1="574" y1="439" x2="574" y2="25"/>
18408<line opacity="0.1" stroke="#000000" stroke-width="1" x1="580" y1="439" x2="580" y2="25"/>
18409<line opacity="0.1" stroke="#000000" stroke-width="1" x1="586" y1="439" x2="586" y2="25"/>
18410<line opacity="0.1" stroke="#000000" stroke-width="1" x1="592" y1="439" x2="592" y2="25"/>
18411<line opacity="0.1" stroke="#000000" stroke-width="1" x1="598" y1="439" x2="598" y2="25"/>
18412<line opacity="0.1" stroke="#000000" stroke-width="1" x1="604" y1="439" x2="604" y2="25"/>
18413<line opacity="0.1" stroke="#000000" stroke-width="1" x1="610" y1="439" x2="610" y2="25"/>
18414<line opacity="0.1" stroke="#000000" stroke-width="1" x1="616" y1="439" x2="616" y2="25"/>
18415<line opacity="0.1" stroke="#000000" stroke-width="1" x1="622" y1="439" x2="622" y2="25"/>
18416<line opacity="0.1" stroke="#000000" stroke-width="1" x1="628" y1="439" x2="628" y2="25"/>
18417<line opacity="0.1" stroke="#000000" stroke-width="1" x1="634" y1="439" x2="634" y2="25"/>
18418<line opacity="0.1" stroke="#000000" stroke-width="1" x1="640" y1="439" x2="640" y2="25"/>
18419<line opacity="0.1" stroke="#000000" stroke-width="1" x1="40" y1="434" x2="640" y2="434"/>
18420<line opacity="0.1" stroke="#000000" stroke-width="1" x1="40" y1="430" x2="640" y2="430"/>
18421<line opacity="0.1" stroke="#000000" stroke-width="1" x1="40" y1="426" x2="640" y2="426"/>
18422<line opacity="0.1" stroke="#000000" stroke-width="1" x1="40" y1="422" x2="640" y2="422"/>
18423<line opacity="0.1" stroke="#000000" stroke-width="1" x1="40" y1="418" x2="640" y2="418"/>
18424<line opacity="0.1" stroke="#000000" stroke-width="1" x1="40" y1="414" x2="640" y2="414"/>
18425<line opacity="0.1" stroke="#000000" stroke-width="1" x1="40" y1="410" x2="640" y2="410"/>
18426<line opacity="0.1" stroke="#000000" stroke-width="1" x1="40" y1="405" x2="640" y2="405"/>
18427<line opacity="0.1" stroke="#000000" stroke-width="1" x1="40" y1="401" x2="640" y2="401"/>
18428<line opacity="0.1" stroke="#000000" stroke-width="1" x1="40" y1="397" x2="640" y2="397"/>
18429<line opacity="0.1" stroke="#000000" stroke-width="1" x1="40" y1="393" x2="640" y2="393"/>
18430<line opacity="0.1" stroke="#000000" stroke-width="1" x1="40" y1="389" x2="640" y2="389"/>
18431<line opacity="0.1" stroke="#000000" stroke-width="1" x1="40" y1="385" x2="640" y2="385"/>
18432<line opacity="0.1" stroke="#000000" stroke-width="1" x1="40" y1="381" x2="640" y2="381"/>
18433<line opacity="0.1" stroke="#000000" stroke-width="1" x1="40" y1="376" x2="640" y2="376"/>
18434<line opacity="0.1" stroke="#000000" stroke-width="1" x1="40" y1="372" x2="640" y2="372"/>
18435<line opacity="0.1" stroke="#000000" stroke-width="1" x1="40" y1="368" x2="640" y2="368"/>
18436<line opacity="0.1" stroke="#000000" stroke-width="1" x1="40" y1="364" x2="640" y2="364"/>
18437<line opacity="0.1" stroke="#000000" stroke-width="1" x1="40" y1="360" x2="640" y2="360"/>
18438<line opacity="0.1" stroke="#000000" stroke-width="1" x1="40" y1="356" x2="640" y2="356"/>
18439<line opacity="0.1" stroke="#000000" stroke-width="1" x1="40" y1="352" x2="640" y2="352"/>
18440<line opacity="0.1" stroke="#000000" stroke-width="1" x1="40" y1="347" x2="640" y2="347"/>
18441<line opacity="0.1" stroke="#000000" stroke-width="1" x1="40" y1="343" x2="640" y2="343"/>
18442<line opacity="0.1" stroke="#000000" stroke-width="1" x1="40" y1="339" x2="640" y2="339"/>
18443<line opacity="0.1" stroke="#000000" stroke-width="1" x1="40" y1="335" x2="640" y2="335"/>
18444<line opacity="0.1" stroke="#000000" stroke-width="1" x1="40" y1="331" x2="640" y2="331"/>
18445<line opacity="0.1" stroke="#000000" stroke-width="1" x1="40" y1="327" x2="640" y2="327"/>
18446<line opacity="0.1" stroke="#000000" stroke-width="1" x1="40" y1="323" x2="640" y2="323"/>
18447<line opacity="0.1" stroke="#000000" stroke-width="1" x1="40" y1="318" x2="640" y2="318"/>
18448<line opacity="0.1" stroke="#000000" stroke-width="1" x1="40" y1="314" x2="640" y2="314"/>
18449<line opacity="0.1" stroke="#000000" stroke-width="1" x1="40" y1="310" x2="640" y2="310"/>
18450<line opacity="0.1" stroke="#000000" stroke-width="1" x1="40" y1="306" x2="640" y2="306"/>
18451<line opacity="0.1" stroke="#000000" stroke-width="1" x1="40" y1="302" x2="640" y2="302"/>
18452<line opacity="0.1" stroke="#000000" stroke-width="1" x1="40" y1="298" x2="640" y2="298"/>
18453<line opacity="0.1" stroke="#000000" stroke-width="1" x1="40" y1="294" x2="640" y2="294"/>
18454<line opacity="0.1" stroke="#000000" stroke-width="1" x1="40" y1="289" x2="640" y2="289"/>
18455<line opacity="0.1" stroke="#000000" stroke-width="1" x1="40" y1="285" x2="640" y2="285"/>
18456<line opacity="0.1" stroke="#000000" stroke-width="1" x1="40" y1="281" x2="640" y2="281"/>
18457<line opacity="0.1" stroke="#000000" stroke-width="1" x1="40" y1="277" x2="640" y2="277"/>
18458<line opacity="0.1" stroke="#000000" stroke-width="1" x1="40" y1="273" x2="640" y2="273"/>
18459<line opacity="0.1" stroke="#000000" stroke-width="1" x1="40" y1="269" x2="640" y2="269"/>
18460<line opacity="0.1" stroke="#000000" stroke-width="1" x1="40" y1="265" x2="640" y2="265"/>
18461<line opacity="0.1" stroke="#000000" stroke-width="1" x1="40" y1="260" x2="640" y2="260"/>
18462<line opacity="0.1" stroke="#000000" stroke-width="1" x1="40" y1="256" x2="640" y2="256"/>
18463<line opacity="0.1" stroke="#000000" stroke-width="1" x1="40" y1="252" x2="640" y2="252"/>
18464<line opacity="0.1" stroke="#000000" stroke-width="1" x1="40" y1="248" x2="640" y2="248"/>
18465<line opacity="0.1" stroke="#000000" stroke-width="1" x1="40" y1="244" x2="640" y2="244"/>
18466<line opacity="0.1" stroke="#000000" stroke-width="1" x1="40" y1="240" x2="640" y2="240"/>
18467<line opacity="0.1" stroke="#000000" stroke-width="1" x1="40" y1="236" x2="640" y2="236"/>
18468<line opacity="0.1" stroke="#000000" stroke-width="1" x1="40" y1="232" x2="640" y2="232"/>
18469<line opacity="0.1" stroke="#000000" stroke-width="1" x1="40" y1="227" x2="640" y2="227"/>
18470<line opacity="0.1" stroke="#000000" stroke-width="1" x1="40" y1="223" x2="640" y2="223"/>
18471<line opacity="0.1" stroke="#000000" stroke-width="1" x1="40" y1="219" x2="640" y2="219"/>
18472<line opacity="0.1" stroke="#000000" stroke-width="1" x1="40" y1="215" x2="640" y2="215"/>
18473<line opacity="0.1" stroke="#000000" stroke-width="1" x1="40" y1="211" x2="640" y2="211"/>
18474<line opacity="0.1" stroke="#000000" stroke-width="1" x1="40" y1="207" x2="640" y2="207"/>
18475<line opacity="0.1" stroke="#000000" stroke-width="1" x1="40" y1="203" x2="640" y2="203"/>
18476<line opacity="0.1" stroke="#000000" stroke-width="1" x1="40" y1="198" x2="640" y2="198"/>
18477<line opacity="0.1" stroke="#000000" stroke-width="1" x1="40" y1="194" x2="640" y2="194"/>
18478<line opacity="0.1" stroke="#000000" stroke-width="1" x1="40" y1="190" x2="640" y2="190"/>
18479<line opacity="0.1" stroke="#000000" stroke-width="1" x1="40" y1="186" x2="640" y2="186"/>
18480<line opacity="0.1" stroke="#000000" stroke-width="1" x1="40" y1="182" x2="640" y2="182"/>
18481<line opacity="0.1" stroke="#000000" stroke-width="1" x1="40" y1="178" x2="640" y2="178"/>
18482<line opacity="0.1" stroke="#000000" stroke-width="1" x1="40" y1="174" x2="640" y2="174"/>
18483<line opacity="0.1" stroke="#000000" stroke-width="1" x1="40" y1="169" x2="640" y2="169"/>
18484<line opacity="0.1" stroke="#000000" stroke-width="1" x1="40" y1="165" x2="640" y2="165"/>
18485<line opacity="0.1" stroke="#000000" stroke-width="1" x1="40" y1="161" x2="640" y2="161"/>
18486<line opacity="0.1" stroke="#000000" stroke-width="1" x1="40" y1="157" x2="640" y2="157"/>
18487<line opacity="0.1" stroke="#000000" stroke-width="1" x1="40" y1="153" x2="640" y2="153"/>
18488<line opacity="0.1" stroke="#000000" stroke-width="1" x1="40" y1="149" x2="640" y2="149"/>
18489<line opacity="0.1" stroke="#000000" stroke-width="1" x1="40" y1="145" x2="640" y2="145"/>
18490<line opacity="0.1" stroke="#000000" stroke-width="1" x1="40" y1="140" x2="640" y2="140"/>
18491<line opacity="0.1" stroke="#000000" stroke-width="1" x1="40" y1="136" x2="640" y2="136"/>
18492<line opacity="0.1" stroke="#000000" stroke-width="1" x1="40" y1="132" x2="640" y2="132"/>
18493<line opacity="0.1" stroke="#000000" stroke-width="1" x1="40" y1="128" x2="640" y2="128"/>
18494<line opacity="0.1" stroke="#000000" stroke-width="1" x1="40" y1="124" x2="640" y2="124"/>
18495<line opacity="0.1" stroke="#000000" stroke-width="1" x1="40" y1="120" x2="640" y2="120"/>
18496<line opacity="0.1" stroke="#000000" stroke-width="1" x1="40" y1="116" x2="640" y2="116"/>
18497<line opacity="0.1" stroke="#000000" stroke-width="1" x1="40" y1="111" x2="640" y2="111"/>
18498<line opacity="0.1" stroke="#000000" stroke-width="1" x1="40" y1="107" x2="640" y2="107"/>
18499<line opacity="0.1" stroke="#000000" stroke-width="1" x1="40" y1="103" x2="640" y2="103"/>
18500<line opacity="0.1" stroke="#000000" stroke-width="1" x1="40" y1="99" x2="640" y2="99"/>
18501<line opacity="0.1" stroke="#000000" stroke-width="1" x1="40" y1="95" x2="640" y2="95"/>
18502<line opacity="0.1" stroke="#000000" stroke-width="1" x1="40" y1="91" x2="640" y2="91"/>
18503<line opacity="0.1" stroke="#000000" stroke-width="1" x1="40" y1="87" x2="640" y2="87"/>
18504<line opacity="0.1" stroke="#000000" stroke-width="1" x1="40" y1="82" x2="640" y2="82"/>
18505<line opacity="0.1" stroke="#000000" stroke-width="1" x1="40" y1="78" x2="640" y2="78"/>
18506<line opacity="0.1" stroke="#000000" stroke-width="1" x1="40" y1="74" x2="640" y2="74"/>
18507<line opacity="0.1" stroke="#000000" stroke-width="1" x1="40" y1="70" x2="640" y2="70"/>
18508<line opacity="0.1" stroke="#000000" stroke-width="1" x1="40" y1="66" x2="640" y2="66"/>
18509<line opacity="0.1" stroke="#000000" stroke-width="1" x1="40" y1="62" x2="640" y2="62"/>
18510<line opacity="0.1" stroke="#000000" stroke-width="1" x1="40" y1="58" x2="640" y2="58"/>
18511<line opacity="0.1" stroke="#000000" stroke-width="1" x1="40" y1="53" x2="640" y2="53"/>
18512<line opacity="0.1" stroke="#000000" stroke-width="1" x1="40" y1="49" x2="640" y2="49"/>
18513<line opacity="0.1" stroke="#000000" stroke-width="1" x1="40" y1="45" x2="640" y2="45"/>
18514<line opacity="0.1" stroke="#000000" stroke-width="1" x1="40" y1="41" x2="640" y2="41"/>
18515<line opacity="0.1" stroke="#000000" stroke-width="1" x1="40" y1="37" x2="640" y2="37"/>
18516<line opacity="0.1" stroke="#000000" stroke-width="1" x1="40" y1="33" x2="640" y2="33"/>
18517<line opacity="0.1" stroke="#000000" stroke-width="1" x1="40" y1="29" x2="640" y2="29"/>
18518<line opacity="0.1" stroke="#000000" stroke-width="1" x1="40" y1="25" x2="640" y2="25"/>
18519<text x="0" y="233" dy="0.76em" text-anchor="middle" font-family="sans-serif" font-size="9.67741935483871" opacity="1" fill="#000000" transform="rotate(270, 0, 233)">
18520Here&apos;s the label for Y
18521</text>
18522<text x="340" y="480" dy="-0.5ex" text-anchor="middle" font-family="sans-serif" font-size="9.67741935483871" opacity="1" fill="#000000">
18523Here&apos;s the label for X
18524</text>
18525<line opacity="0.2" stroke="#000000" stroke-width="1" x1="100" y1="439" x2="100" y2="25"/>
18526<line opacity="0.2" stroke="#000000" stroke-width="1" x1="160" y1="439" x2="160" y2="25"/>
18527<line opacity="0.2" stroke="#000000" stroke-width="1" x1="220" y1="439" x2="220" y2="25"/>
18528<line opacity="0.2" stroke="#000000" stroke-width="1" x1="280" y1="439" x2="280" y2="25"/>
18529<line opacity="0.2" stroke="#000000" stroke-width="1" x1="340" y1="439" x2="340" y2="25"/>
18530<line opacity="0.2" stroke="#000000" stroke-width="1" x1="400" y1="439" x2="400" y2="25"/>
18531<line opacity="0.2" stroke="#000000" stroke-width="1" x1="460" y1="439" x2="460" y2="25"/>
18532<line opacity="0.2" stroke="#000000" stroke-width="1" x1="520" y1="439" x2="520" y2="25"/>
18533<line opacity="0.2" stroke="#000000" stroke-width="1" x1="580" y1="439" x2="580" y2="25"/>
18534<line opacity="0.2" stroke="#000000" stroke-width="1" x1="640" y1="439" x2="640" y2="25"/>
18535<line opacity="0.2" stroke="#000000" stroke-width="1" x1="40" y1="397" x2="640" y2="397"/>
18536<line opacity="0.2" stroke="#000000" stroke-width="1" x1="40" y1="356" x2="640" y2="356"/>
18537<line opacity="0.2" stroke="#000000" stroke-width="1" x1="40" y1="314" x2="640" y2="314"/>
18538<line opacity="0.2" stroke="#000000" stroke-width="1" x1="40" y1="273" x2="640" y2="273"/>
18539<line opacity="0.2" stroke="#000000" stroke-width="1" x1="40" y1="232" x2="640" y2="232"/>
18540<line opacity="0.2" stroke="#000000" stroke-width="1" x1="40" y1="190" x2="640" y2="190"/>
18541<line opacity="0.2" stroke="#000000" stroke-width="1" x1="40" y1="149" x2="640" y2="149"/>
18542<line opacity="0.2" stroke="#000000" stroke-width="1" x1="40" y1="107" x2="640" y2="107"/>
18543<line opacity="0.2" stroke="#000000" stroke-width="1" x1="40" y1="66" x2="640" y2="66"/>
18544<line opacity="0.2" stroke="#000000" stroke-width="1" x1="40" y1="25" x2="640" y2="25"/>
18545<polyline fill="none" opacity="1" stroke="#000000" stroke-width="1" points="39,26 39,440 "/>
18546<text x="30" y="397" dy="0.5ex" text-anchor="end" font-family="sans-serif" font-size="9.67741935483871" opacity="1" fill="#000000">
185470.1
18548</text>
18549<polyline fill="none" opacity="1" stroke="#000000" stroke-width="1" points="34,397 39,397 "/>
18550<text x="30" y="356" dy="0.5ex" text-anchor="end" font-family="sans-serif" font-size="9.67741935483871" opacity="1" fill="#000000">
185510.2
18552</text>
18553<polyline fill="none" opacity="1" stroke="#000000" stroke-width="1" points="34,356 39,356 "/>
18554<text x="30" y="314" dy="0.5ex" text-anchor="end" font-family="sans-serif" font-size="9.67741935483871" opacity="1" fill="#000000">
185550.3
18556</text>
18557<polyline fill="none" opacity="1" stroke="#000000" stroke-width="1" points="34,314 39,314 "/>
18558<text x="30" y="273" dy="0.5ex" text-anchor="end" font-family="sans-serif" font-size="9.67741935483871" opacity="1" fill="#000000">
185590.4
18560</text>
18561<polyline fill="none" opacity="1" stroke="#000000" stroke-width="1" points="34,273 39,273 "/>
18562<text x="30" y="232" dy="0.5ex" text-anchor="end" font-family="sans-serif" font-size="9.67741935483871" opacity="1" fill="#000000">
185630.5
18564</text>
18565<polyline fill="none" opacity="1" stroke="#000000" stroke-width="1" points="34,232 39,232 "/>
18566<text x="30" y="190" dy="0.5ex" text-anchor="end" font-family="sans-serif" font-size="9.67741935483871" opacity="1" fill="#000000">
185670.6
18568</text>
18569<polyline fill="none" opacity="1" stroke="#000000" stroke-width="1" points="34,190 39,190 "/>
18570<text x="30" y="149" dy="0.5ex" text-anchor="end" font-family="sans-serif" font-size="9.67741935483871" opacity="1" fill="#000000">
185710.7
18572</text>
18573<polyline fill="none" opacity="1" stroke="#000000" stroke-width="1" points="34,149 39,149 "/>
18574<text x="30" y="107" dy="0.5ex" text-anchor="end" font-family="sans-serif" font-size="9.67741935483871" opacity="1" fill="#000000">
185750.8
18576</text>
18577<polyline fill="none" opacity="1" stroke="#000000" stroke-width="1" points="34,107 39,107 "/>
18578<text x="30" y="66" dy="0.5ex" text-anchor="end" font-family="sans-serif" font-size="9.67741935483871" opacity="1" fill="#000000">
185790.9
18580</text>
18581<polyline fill="none" opacity="1" stroke="#000000" stroke-width="1" points="34,66 39,66 "/>
18582<polyline fill="none" opacity="1" stroke="#000000" stroke-width="1" points="40,440 640,440 "/>
18583<text x="100" y="450" dy="0.76em" text-anchor="middle" font-family="sans-serif" font-size="9.67741935483871" opacity="1" fill="#000000">
185840.1
18585</text>
18586<polyline fill="none" opacity="1" stroke="#000000" stroke-width="1" points="100,440 100,445 "/>
18587<text x="160" y="450" dy="0.76em" text-anchor="middle" font-family="sans-serif" font-size="9.67741935483871" opacity="1" fill="#000000">
185880.2
18589</text>
18590<polyline fill="none" opacity="1" stroke="#000000" stroke-width="1" points="160,440 160,445 "/>
18591<text x="220" y="450" dy="0.76em" text-anchor="middle" font-family="sans-serif" font-size="9.67741935483871" opacity="1" fill="#000000">
185920.3
18593</text>
18594<polyline fill="none" opacity="1" stroke="#000000" stroke-width="1" points="220,440 220,445 "/>
18595<text x="280" y="450" dy="0.76em" text-anchor="middle" font-family="sans-serif" font-size="9.67741935483871" opacity="1" fill="#000000">
185960.4
18597</text>
18598<polyline fill="none" opacity="1" stroke="#000000" stroke-width="1" points="280,440 280,445 "/>
18599<text x="340" y="450" dy="0.76em" text-anchor="middle" font-family="sans-serif" font-size="9.67741935483871" opacity="1" fill="#000000">
186000.5
18601</text>
18602<polyline fill="none" opacity="1" stroke="#000000" stroke-width="1" points="340,440 340,445 "/>
18603<text x="400" y="450" dy="0.76em" text-anchor="middle" font-family="sans-serif" font-size="9.67741935483871" opacity="1" fill="#000000">
186040.6
18605</text>
18606<polyline fill="none" opacity="1" stroke="#000000" stroke-width="1" points="400,440 400,445 "/>
18607<text x="460" y="450" dy="0.76em" text-anchor="middle" font-family="sans-serif" font-size="9.67741935483871" opacity="1" fill="#000000">
186080.7
18609</text>
18610<polyline fill="none" opacity="1" stroke="#000000" stroke-width="1" points="460,440 460,445 "/>
18611<text x="520" y="450" dy="0.76em" text-anchor="middle" font-family="sans-serif" font-size="9.67741935483871" opacity="1" fill="#000000">
186120.8
18613</text>
18614<polyline fill="none" opacity="1" stroke="#000000" stroke-width="1" points="520,440 520,445 "/>
18615<text x="580" y="450" dy="0.76em" text-anchor="middle" font-family="sans-serif" font-size="9.67741935483871" opacity="1" fill="#000000">
186160.9
18617</text>
18618<polyline fill="none" opacity="1" stroke="#000000" stroke-width="1" points="580,440 580,445 "/>
18619<text x="640" y="450" dy="0.76em" text-anchor="middle" font-family="sans-serif" font-size="9.67741935483871" opacity="1" fill="#000000">
186201.0
18621</text>
18622<polyline fill="none" opacity="1" stroke="#000000" stroke-width="1" points="640,440 640,445 "/>
18623</svg>
18624</div>
18625</div>
18626
18627</div>
18628
18629</div>
18630</div>
18631
18632</div>
18633<div class="cell border-box-sizing text_cell rendered"><div class="prompt input_prompt">
18634</div>
18635<div class="inner_cell">
18636<div class="text_cell_render border-box-sizing rendered_html">
18637<p>Then let's disable mesh lines for the X axis</p>
18638
18639</div>
18640</div>
18641</div>
18642<div class="cell border-box-sizing code_cell rendered">
18643<div class="input">
18644<div class="prompt input_prompt">In&nbsp;[12]:</div>
18645<div class="inner_cell">
18646    <div class="input_area">
18647<div class=" highlight hl-Rust"><pre><span></span>:<span class="nc">dep</span><span class="w"> </span><span class="n">plotters</span><span class="w"> </span><span class="o">=</span><span class="w"> </span><span class="p">{</span><span class="w"> </span><span class="n">version</span><span class="w"> </span><span class="o">=</span><span class="w"> </span><span class="s">&quot;^0.3.0&quot;</span><span class="p">,</span><span class="w"> </span><span class="n">default_features</span><span class="w"> </span><span class="o">=</span><span class="w"> </span><span class="kc">false</span><span class="p">,</span><span class="w"> </span><span class="n">features</span><span class="w"> </span><span class="o">=</span><span class="w"> </span><span class="p">[</span><span class="s">&quot;evcxr&quot;</span><span class="p">,</span><span class="w"> </span><span class="s">&quot;all_series&quot;</span><span class="p">]</span><span class="w"> </span><span class="p">}</span><span class="w"></span>
18648<span class="k">extern</span><span class="w"> </span><span class="k">crate</span><span class="w"> </span><span class="n">plotters</span><span class="p">;</span><span class="w"></span>
18649<span class="k">use</span><span class="w"> </span><span class="n">plotters</span>::<span class="n">prelude</span>::<span class="o">*</span><span class="p">;</span><span class="w"></span>
18650<span class="n">evcxr_figure</span><span class="p">((</span><span class="mi">640</span><span class="p">,</span><span class="w"> </span><span class="mi">480</span><span class="p">),</span><span class="w"> </span><span class="o">|</span><span class="n">root</span><span class="o">|</span><span class="w"> </span><span class="p">{</span><span class="w"></span>
18651<span class="w">    </span><span class="c1">// The following code will create a chart context</span>
18652<span class="w">    </span><span class="kd">let</span><span class="w"> </span><span class="k">mut</span><span class="w"> </span><span class="n">chart</span><span class="w"> </span><span class="o">=</span><span class="w"> </span><span class="n">ChartBuilder</span>::<span class="n">on</span><span class="p">(</span><span class="o">&amp;</span><span class="n">root</span><span class="p">)</span><span class="w"></span>
18653<span class="w">        </span><span class="p">.</span><span class="n">caption</span><span class="p">(</span><span class="s">&quot;Chart Context with Mesh and Axis&quot;</span><span class="p">,</span><span class="w"> </span><span class="p">(</span><span class="s">&quot;Arial&quot;</span><span class="p">,</span><span class="w"> </span><span class="mi">20</span><span class="p">).</span><span class="n">into_font</span><span class="p">())</span><span class="w"></span>
18654<span class="w">        </span><span class="p">.</span><span class="n">x_label_area_size</span><span class="p">(</span><span class="mi">40</span><span class="p">)</span><span class="w"></span>
18655<span class="w">        </span><span class="p">.</span><span class="n">y_label_area_size</span><span class="p">(</span><span class="mi">40</span><span class="p">)</span><span class="w"></span>
18656<span class="w">        </span><span class="p">.</span><span class="n">build_cartesian_2d</span><span class="p">(</span><span class="mi">0</span><span class="k">f32</span><span class="p">..</span><span class="mi">1</span><span class="k">f32</span><span class="p">,</span><span class="w"> </span><span class="mi">0</span><span class="k">f32</span><span class="p">..</span><span class="mi">1</span><span class="k">f32</span><span class="p">)</span><span class="o">?</span><span class="p">;</span><span class="w"></span>
18657<span class="w">    </span>
18658<span class="w">    </span><span class="n">chart</span><span class="p">.</span><span class="n">configure_mesh</span><span class="p">()</span><span class="w"></span>
18659<span class="w">        </span><span class="p">.</span><span class="n">y_labels</span><span class="p">(</span><span class="mi">10</span><span class="p">)</span><span class="w"></span>
18660<span class="w">        </span><span class="p">.</span><span class="n">light_line_style</span><span class="p">(</span><span class="o">&amp;</span><span class="n">TRANSPARENT</span><span class="p">)</span><span class="w"></span>
18661<span class="w">        </span><span class="p">.</span><span class="n">disable_x_mesh</span><span class="p">()</span><span class="w"></span>
18662<span class="w">        </span><span class="p">.</span><span class="n">draw</span><span class="p">()</span><span class="o">?</span><span class="p">;</span><span class="w"></span>
18663<span class="w">    </span>
18664<span class="w">    </span><span class="nb">Ok</span><span class="p">(())</span><span class="w"></span>
18665<span class="p">}).</span><span class="n">style</span><span class="p">(</span><span class="s">&quot;width: 60%&quot;</span><span class="p">)</span><span class="w"></span>
18666</pre></div>
18667
18668</div>
18669</div>
18670</div>
18671
18672<div class="output_wrapper">
18673<div class="output">
18674
18675
18676<div class="output_area">
18677
18678<div class="prompt output_prompt">Out[12]:</div>
18679
18680
18681
18682<div class="output_html rendered_html output_subarea output_execute_result">
18683<div style="width: 60%"><svg width="640" height="480" viewBox="0 0 640 480" xmlns="http://www.w3.org/2000/svg">
18684<text x="320" y="5" dy="0.76em" text-anchor="middle" font-family="Arial" font-size="16.129032258064516" opacity="1" fill="#000000">
18685Chart Context with Mesh and Axis
18686</text>
18687<line opacity="0.2" stroke="#000000" stroke-width="1" x1="40" y1="397" x2="640" y2="397"/>
18688<line opacity="0.2" stroke="#000000" stroke-width="1" x1="40" y1="356" x2="640" y2="356"/>
18689<line opacity="0.2" stroke="#000000" stroke-width="1" x1="40" y1="314" x2="640" y2="314"/>
18690<line opacity="0.2" stroke="#000000" stroke-width="1" x1="40" y1="273" x2="640" y2="273"/>
18691<line opacity="0.2" stroke="#000000" stroke-width="1" x1="40" y1="232" x2="640" y2="232"/>
18692<line opacity="0.2" stroke="#000000" stroke-width="1" x1="40" y1="190" x2="640" y2="190"/>
18693<line opacity="0.2" stroke="#000000" stroke-width="1" x1="40" y1="149" x2="640" y2="149"/>
18694<line opacity="0.2" stroke="#000000" stroke-width="1" x1="40" y1="107" x2="640" y2="107"/>
18695<line opacity="0.2" stroke="#000000" stroke-width="1" x1="40" y1="66" x2="640" y2="66"/>
18696<line opacity="0.2" stroke="#000000" stroke-width="1" x1="40" y1="25" x2="640" y2="25"/>
18697<polyline fill="none" opacity="1" stroke="#000000" stroke-width="1" points="39,26 39,440 "/>
18698<text x="30" y="397" dy="0.5ex" text-anchor="end" font-family="sans-serif" font-size="9.67741935483871" opacity="1" fill="#000000">
186990.1
18700</text>
18701<polyline fill="none" opacity="1" stroke="#000000" stroke-width="1" points="34,397 39,397 "/>
18702<text x="30" y="356" dy="0.5ex" text-anchor="end" font-family="sans-serif" font-size="9.67741935483871" opacity="1" fill="#000000">
187030.2
18704</text>
18705<polyline fill="none" opacity="1" stroke="#000000" stroke-width="1" points="34,356 39,356 "/>
18706<text x="30" y="314" dy="0.5ex" text-anchor="end" font-family="sans-serif" font-size="9.67741935483871" opacity="1" fill="#000000">
187070.3
18708</text>
18709<polyline fill="none" opacity="1" stroke="#000000" stroke-width="1" points="34,314 39,314 "/>
18710<text x="30" y="273" dy="0.5ex" text-anchor="end" font-family="sans-serif" font-size="9.67741935483871" opacity="1" fill="#000000">
187110.4
18712</text>
18713<polyline fill="none" opacity="1" stroke="#000000" stroke-width="1" points="34,273 39,273 "/>
18714<text x="30" y="232" dy="0.5ex" text-anchor="end" font-family="sans-serif" font-size="9.67741935483871" opacity="1" fill="#000000">
187150.5
18716</text>
18717<polyline fill="none" opacity="1" stroke="#000000" stroke-width="1" points="34,232 39,232 "/>
18718<text x="30" y="190" dy="0.5ex" text-anchor="end" font-family="sans-serif" font-size="9.67741935483871" opacity="1" fill="#000000">
187190.6
18720</text>
18721<polyline fill="none" opacity="1" stroke="#000000" stroke-width="1" points="34,190 39,190 "/>
18722<text x="30" y="149" dy="0.5ex" text-anchor="end" font-family="sans-serif" font-size="9.67741935483871" opacity="1" fill="#000000">
187230.7
18724</text>
18725<polyline fill="none" opacity="1" stroke="#000000" stroke-width="1" points="34,149 39,149 "/>
18726<text x="30" y="107" dy="0.5ex" text-anchor="end" font-family="sans-serif" font-size="9.67741935483871" opacity="1" fill="#000000">
187270.8
18728</text>
18729<polyline fill="none" opacity="1" stroke="#000000" stroke-width="1" points="34,107 39,107 "/>
18730<text x="30" y="66" dy="0.5ex" text-anchor="end" font-family="sans-serif" font-size="9.67741935483871" opacity="1" fill="#000000">
187310.9
18732</text>
18733<polyline fill="none" opacity="1" stroke="#000000" stroke-width="1" points="34,66 39,66 "/>
18734<polyline fill="none" opacity="1" stroke="#000000" stroke-width="1" points="40,440 640,440 "/>
18735<text x="100" y="450" dy="0.76em" text-anchor="middle" font-family="sans-serif" font-size="9.67741935483871" opacity="1" fill="#000000">
187360.1
18737</text>
18738<polyline fill="none" opacity="1" stroke="#000000" stroke-width="1" points="100,440 100,445 "/>
18739<text x="160" y="450" dy="0.76em" text-anchor="middle" font-family="sans-serif" font-size="9.67741935483871" opacity="1" fill="#000000">
187400.2
18741</text>
18742<polyline fill="none" opacity="1" stroke="#000000" stroke-width="1" points="160,440 160,445 "/>
18743<text x="220" y="450" dy="0.76em" text-anchor="middle" font-family="sans-serif" font-size="9.67741935483871" opacity="1" fill="#000000">
187440.3
18745</text>
18746<polyline fill="none" opacity="1" stroke="#000000" stroke-width="1" points="220,440 220,445 "/>
18747<text x="280" y="450" dy="0.76em" text-anchor="middle" font-family="sans-serif" font-size="9.67741935483871" opacity="1" fill="#000000">
187480.4
18749</text>
18750<polyline fill="none" opacity="1" stroke="#000000" stroke-width="1" points="280,440 280,445 "/>
18751<text x="340" y="450" dy="0.76em" text-anchor="middle" font-family="sans-serif" font-size="9.67741935483871" opacity="1" fill="#000000">
187520.5
18753</text>
18754<polyline fill="none" opacity="1" stroke="#000000" stroke-width="1" points="340,440 340,445 "/>
18755<text x="400" y="450" dy="0.76em" text-anchor="middle" font-family="sans-serif" font-size="9.67741935483871" opacity="1" fill="#000000">
187560.6
18757</text>
18758<polyline fill="none" opacity="1" stroke="#000000" stroke-width="1" points="400,440 400,445 "/>
18759<text x="460" y="450" dy="0.76em" text-anchor="middle" font-family="sans-serif" font-size="9.67741935483871" opacity="1" fill="#000000">
187600.7
18761</text>
18762<polyline fill="none" opacity="1" stroke="#000000" stroke-width="1" points="460,440 460,445 "/>
18763<text x="520" y="450" dy="0.76em" text-anchor="middle" font-family="sans-serif" font-size="9.67741935483871" opacity="1" fill="#000000">
187640.8
18765</text>
18766<polyline fill="none" opacity="1" stroke="#000000" stroke-width="1" points="520,440 520,445 "/>
18767<text x="580" y="450" dy="0.76em" text-anchor="middle" font-family="sans-serif" font-size="9.67741935483871" opacity="1" fill="#000000">
187680.9
18769</text>
18770<polyline fill="none" opacity="1" stroke="#000000" stroke-width="1" points="580,440 580,445 "/>
18771<text x="640" y="450" dy="0.76em" text-anchor="middle" font-family="sans-serif" font-size="9.67741935483871" opacity="1" fill="#000000">
187721.0
18773</text>
18774<polyline fill="none" opacity="1" stroke="#000000" stroke-width="1" points="640,440 640,445 "/>
18775</svg>
18776</div>
18777</div>
18778
18779</div>
18780
18781</div>
18782</div>
18783
18784</div>
18785<div class="cell border-box-sizing text_cell rendered"><div class="prompt input_prompt">
18786</div>
18787<div class="inner_cell">
18788<div class="text_cell_render border-box-sizing rendered_html">
18789<p>To create multiple charts in a single figure, you can just split the drawing area and create multiple chart context.</p>
18790
18791</div>
18792</div>
18793</div>
18794<div class="cell border-box-sizing code_cell rendered">
18795<div class="input">
18796<div class="prompt input_prompt">In&nbsp;[13]:</div>
18797<div class="inner_cell">
18798    <div class="input_area">
18799<div class=" highlight hl-Rust"><pre><span></span>:<span class="nc">dep</span><span class="w"> </span><span class="n">plotters</span><span class="w"> </span><span class="o">=</span><span class="w"> </span><span class="p">{</span><span class="w"> </span><span class="n">version</span><span class="w"> </span><span class="o">=</span><span class="w"> </span><span class="s">&quot;^0.3.0&quot;</span><span class="p">,</span><span class="w"> </span><span class="n">default_features</span><span class="w"> </span><span class="o">=</span><span class="w"> </span><span class="kc">false</span><span class="p">,</span><span class="w"> </span><span class="n">features</span><span class="w"> </span><span class="o">=</span><span class="w"> </span><span class="p">[</span><span class="s">&quot;evcxr&quot;</span><span class="p">,</span><span class="w"> </span><span class="s">&quot;all_series&quot;</span><span class="p">]</span><span class="w"> </span><span class="p">}</span><span class="w"></span>
18800<span class="k">extern</span><span class="w"> </span><span class="k">crate</span><span class="w"> </span><span class="n">plotters</span><span class="p">;</span><span class="w"></span>
18801<span class="k">use</span><span class="w"> </span><span class="n">plotters</span>::<span class="n">prelude</span>::<span class="o">*</span><span class="p">;</span><span class="w"></span>
18802<span class="n">evcxr_figure</span><span class="p">((</span><span class="mi">640</span><span class="p">,</span><span class="w"> </span><span class="mi">480</span><span class="p">),</span><span class="w"> </span><span class="o">|</span><span class="n">root</span><span class="o">|</span><span class="w"> </span><span class="p">{</span><span class="w"></span>
18803<span class="w">    </span><span class="kd">let</span><span class="w"> </span><span class="n">sub_areas</span><span class="w"> </span><span class="o">=</span><span class="w"> </span><span class="n">root</span><span class="p">.</span><span class="n">split_evenly</span><span class="p">((</span><span class="mi">2</span><span class="p">,</span><span class="mi">2</span><span class="p">));</span><span class="w"></span>
18804<span class="w">    </span>
18805<span class="w">    </span><span class="k">for</span><span class="w"> </span><span class="p">(</span><span class="n">idx</span><span class="p">,</span><span class="w"> </span><span class="n">area</span><span class="p">)</span><span class="w"> </span><span class="k">in</span><span class="w"> </span><span class="p">(</span><span class="mi">1</span><span class="p">..).</span><span class="n">zip</span><span class="p">(</span><span class="n">sub_areas</span><span class="p">.</span><span class="n">iter</span><span class="p">())</span><span class="w"> </span><span class="p">{</span><span class="w"></span>
18806<span class="w">        </span><span class="c1">// The following code will create a chart context</span>
18807<span class="w">        </span><span class="kd">let</span><span class="w"> </span><span class="k">mut</span><span class="w"> </span><span class="n">chart</span><span class="w"> </span><span class="o">=</span><span class="w"> </span><span class="n">ChartBuilder</span>::<span class="n">on</span><span class="p">(</span><span class="o">&amp;</span><span class="n">area</span><span class="p">)</span><span class="w"></span>
18808<span class="w">            </span><span class="p">.</span><span class="n">caption</span><span class="p">(</span><span class="n">format</span><span class="o">!</span><span class="p">(</span><span class="s">&quot;Subchart #{}&quot;</span><span class="p">,</span><span class="w"> </span><span class="n">idx</span><span class="p">),</span><span class="w"> </span><span class="p">(</span><span class="s">&quot;Arial&quot;</span><span class="p">,</span><span class="w"> </span><span class="mi">15</span><span class="p">).</span><span class="n">into_font</span><span class="p">())</span><span class="w"></span>
18809<span class="w">            </span><span class="p">.</span><span class="n">x_label_area_size</span><span class="p">(</span><span class="mi">40</span><span class="p">)</span><span class="w"></span>
18810<span class="w">            </span><span class="p">.</span><span class="n">y_label_area_size</span><span class="p">(</span><span class="mi">40</span><span class="p">)</span><span class="w"></span>
18811<span class="w">            </span><span class="p">.</span><span class="n">build_cartesian_2d</span><span class="p">(</span><span class="mi">0</span><span class="k">f32</span><span class="p">..</span><span class="mi">1</span><span class="k">f32</span><span class="p">,</span><span class="w"> </span><span class="mi">0</span><span class="k">f32</span><span class="p">..</span><span class="mi">1</span><span class="k">f32</span><span class="p">)</span><span class="o">?</span><span class="p">;</span><span class="w"></span>
18812
18813<span class="w">        </span><span class="n">chart</span><span class="p">.</span><span class="n">configure_mesh</span><span class="p">()</span><span class="w"></span>
18814<span class="w">            </span><span class="p">.</span><span class="n">y_labels</span><span class="p">(</span><span class="mi">10</span><span class="p">)</span><span class="w"></span>
18815<span class="w">            </span><span class="p">.</span><span class="n">light_line_style</span><span class="p">(</span><span class="o">&amp;</span><span class="n">TRANSPARENT</span><span class="p">)</span><span class="w"></span>
18816<span class="w">            </span><span class="p">.</span><span class="n">disable_x_mesh</span><span class="p">()</span><span class="w"></span>
18817<span class="w">            </span><span class="p">.</span><span class="n">draw</span><span class="p">()</span><span class="o">?</span><span class="p">;</span><span class="w"></span>
18818<span class="w">    </span><span class="p">}</span><span class="w"></span>
18819
18820<span class="w">    </span><span class="nb">Ok</span><span class="p">(())</span><span class="w"></span>
18821<span class="p">}).</span><span class="n">style</span><span class="p">(</span><span class="s">&quot;width: 60%&quot;</span><span class="p">)</span><span class="w"></span>
18822</pre></div>
18823
18824</div>
18825</div>
18826</div>
18827
18828<div class="output_wrapper">
18829<div class="output">
18830
18831
18832<div class="output_area">
18833
18834<div class="prompt output_prompt">Out[13]:</div>
18835
18836
18837
18838<div class="output_html rendered_html output_subarea output_execute_result">
18839<div style="width: 60%"><svg width="640" height="480" viewBox="0 0 640 480" xmlns="http://www.w3.org/2000/svg">
18840<text x="160" y="5" dy="0.76em" text-anchor="middle" font-family="Arial" font-size="12.096774193548388" opacity="1" fill="#000000">
18841Subchart #1
18842</text>
18843<line opacity="0.2" stroke="#000000" stroke-width="1" x1="40" y1="181" x2="320" y2="181"/>
18844<line opacity="0.2" stroke="#000000" stroke-width="1" x1="40" y1="163" x2="320" y2="163"/>
18845<line opacity="0.2" stroke="#000000" stroke-width="1" x1="40" y1="145" x2="320" y2="145"/>
18846<line opacity="0.2" stroke="#000000" stroke-width="1" x1="40" y1="127" x2="320" y2="127"/>
18847<line opacity="0.2" stroke="#000000" stroke-width="1" x1="40" y1="110" x2="320" y2="110"/>
18848<line opacity="0.2" stroke="#000000" stroke-width="1" x1="40" y1="92" x2="320" y2="92"/>
18849<line opacity="0.2" stroke="#000000" stroke-width="1" x1="40" y1="74" x2="320" y2="74"/>
18850<line opacity="0.2" stroke="#000000" stroke-width="1" x1="40" y1="56" x2="320" y2="56"/>
18851<line opacity="0.2" stroke="#000000" stroke-width="1" x1="40" y1="38" x2="320" y2="38"/>
18852<line opacity="0.2" stroke="#000000" stroke-width="1" x1="40" y1="21" x2="320" y2="21"/>
18853<polyline fill="none" opacity="1" stroke="#000000" stroke-width="1" points="39,22 39,200 "/>
18854<text x="30" y="181" dy="0.5ex" text-anchor="end" font-family="sans-serif" font-size="9.67741935483871" opacity="1" fill="#000000">
188550.1
18856</text>
18857<polyline fill="none" opacity="1" stroke="#000000" stroke-width="1" points="34,181 39,181 "/>
18858<text x="30" y="163" dy="0.5ex" text-anchor="end" font-family="sans-serif" font-size="9.67741935483871" opacity="1" fill="#000000">
188590.2
18860</text>
18861<polyline fill="none" opacity="1" stroke="#000000" stroke-width="1" points="34,163 39,163 "/>
18862<text x="30" y="145" dy="0.5ex" text-anchor="end" font-family="sans-serif" font-size="9.67741935483871" opacity="1" fill="#000000">
188630.3
18864</text>
18865<polyline fill="none" opacity="1" stroke="#000000" stroke-width="1" points="34,145 39,145 "/>
18866<text x="30" y="127" dy="0.5ex" text-anchor="end" font-family="sans-serif" font-size="9.67741935483871" opacity="1" fill="#000000">
188670.4
18868</text>
18869<polyline fill="none" opacity="1" stroke="#000000" stroke-width="1" points="34,127 39,127 "/>
18870<text x="30" y="110" dy="0.5ex" text-anchor="end" font-family="sans-serif" font-size="9.67741935483871" opacity="1" fill="#000000">
188710.5
18872</text>
18873<polyline fill="none" opacity="1" stroke="#000000" stroke-width="1" points="34,110 39,110 "/>
18874<text x="30" y="92" dy="0.5ex" text-anchor="end" font-family="sans-serif" font-size="9.67741935483871" opacity="1" fill="#000000">
188750.6
18876</text>
18877<polyline fill="none" opacity="1" stroke="#000000" stroke-width="1" points="34,92 39,92 "/>
18878<text x="30" y="74" dy="0.5ex" text-anchor="end" font-family="sans-serif" font-size="9.67741935483871" opacity="1" fill="#000000">
188790.7
18880</text>
18881<polyline fill="none" opacity="1" stroke="#000000" stroke-width="1" points="34,74 39,74 "/>
18882<text x="30" y="56" dy="0.5ex" text-anchor="end" font-family="sans-serif" font-size="9.67741935483871" opacity="1" fill="#000000">
188830.8
18884</text>
18885<polyline fill="none" opacity="1" stroke="#000000" stroke-width="1" points="34,56 39,56 "/>
18886<text x="30" y="38" dy="0.5ex" text-anchor="end" font-family="sans-serif" font-size="9.67741935483871" opacity="1" fill="#000000">
188870.9
18888</text>
18889<polyline fill="none" opacity="1" stroke="#000000" stroke-width="1" points="34,38 39,38 "/>
18890<polyline fill="none" opacity="1" stroke="#000000" stroke-width="1" points="40,200 320,200 "/>
18891<text x="68" y="210" dy="0.76em" text-anchor="middle" font-family="sans-serif" font-size="9.67741935483871" opacity="1" fill="#000000">
188920.1
18893</text>
18894<polyline fill="none" opacity="1" stroke="#000000" stroke-width="1" points="68,200 68,205 "/>
18895<text x="96" y="210" dy="0.76em" text-anchor="middle" font-family="sans-serif" font-size="9.67741935483871" opacity="1" fill="#000000">
188960.2
18897</text>
18898<polyline fill="none" opacity="1" stroke="#000000" stroke-width="1" points="96,200 96,205 "/>
18899<text x="124" y="210" dy="0.76em" text-anchor="middle" font-family="sans-serif" font-size="9.67741935483871" opacity="1" fill="#000000">
189000.3
18901</text>
18902<polyline fill="none" opacity="1" stroke="#000000" stroke-width="1" points="124,200 124,205 "/>
18903<text x="152" y="210" dy="0.76em" text-anchor="middle" font-family="sans-serif" font-size="9.67741935483871" opacity="1" fill="#000000">
189040.4
18905</text>
18906<polyline fill="none" opacity="1" stroke="#000000" stroke-width="1" points="152,200 152,205 "/>
18907<text x="180" y="210" dy="0.76em" text-anchor="middle" font-family="sans-serif" font-size="9.67741935483871" opacity="1" fill="#000000">
189080.5
18909</text>
18910<polyline fill="none" opacity="1" stroke="#000000" stroke-width="1" points="180,200 180,205 "/>
18911<text x="208" y="210" dy="0.76em" text-anchor="middle" font-family="sans-serif" font-size="9.67741935483871" opacity="1" fill="#000000">
189120.6
18913</text>
18914<polyline fill="none" opacity="1" stroke="#000000" stroke-width="1" points="208,200 208,205 "/>
18915<text x="236" y="210" dy="0.76em" text-anchor="middle" font-family="sans-serif" font-size="9.67741935483871" opacity="1" fill="#000000">
189160.7
18917</text>
18918<polyline fill="none" opacity="1" stroke="#000000" stroke-width="1" points="236,200 236,205 "/>
18919<text x="264" y="210" dy="0.76em" text-anchor="middle" font-family="sans-serif" font-size="9.67741935483871" opacity="1" fill="#000000">
189200.8
18921</text>
18922<polyline fill="none" opacity="1" stroke="#000000" stroke-width="1" points="264,200 264,205 "/>
18923<text x="292" y="210" dy="0.76em" text-anchor="middle" font-family="sans-serif" font-size="9.67741935483871" opacity="1" fill="#000000">
189240.9
18925</text>
18926<polyline fill="none" opacity="1" stroke="#000000" stroke-width="1" points="292,200 292,205 "/>
18927<text x="320" y="210" dy="0.76em" text-anchor="middle" font-family="sans-serif" font-size="9.67741935483871" opacity="1" fill="#000000">
189281.0
18929</text>
18930<polyline fill="none" opacity="1" stroke="#000000" stroke-width="1" points="320,200 320,205 "/>
18931<text x="480" y="5" dy="0.76em" text-anchor="middle" font-family="Arial" font-size="12.096774193548388" opacity="1" fill="#000000">
18932Subchart #2
18933</text>
18934<line opacity="0.2" stroke="#000000" stroke-width="1" x1="360" y1="181" x2="640" y2="181"/>
18935<line opacity="0.2" stroke="#000000" stroke-width="1" x1="360" y1="163" x2="640" y2="163"/>
18936<line opacity="0.2" stroke="#000000" stroke-width="1" x1="360" y1="145" x2="640" y2="145"/>
18937<line opacity="0.2" stroke="#000000" stroke-width="1" x1="360" y1="127" x2="640" y2="127"/>
18938<line opacity="0.2" stroke="#000000" stroke-width="1" x1="360" y1="110" x2="640" y2="110"/>
18939<line opacity="0.2" stroke="#000000" stroke-width="1" x1="360" y1="92" x2="640" y2="92"/>
18940<line opacity="0.2" stroke="#000000" stroke-width="1" x1="360" y1="74" x2="640" y2="74"/>
18941<line opacity="0.2" stroke="#000000" stroke-width="1" x1="360" y1="56" x2="640" y2="56"/>
18942<line opacity="0.2" stroke="#000000" stroke-width="1" x1="360" y1="38" x2="640" y2="38"/>
18943<line opacity="0.2" stroke="#000000" stroke-width="1" x1="360" y1="21" x2="640" y2="21"/>
18944<polyline fill="none" opacity="1" stroke="#000000" stroke-width="1" points="359,22 359,200 "/>
18945<text x="350" y="181" dy="0.5ex" text-anchor="end" font-family="sans-serif" font-size="9.67741935483871" opacity="1" fill="#000000">
189460.1
18947</text>
18948<polyline fill="none" opacity="1" stroke="#000000" stroke-width="1" points="354,181 359,181 "/>
18949<text x="350" y="163" dy="0.5ex" text-anchor="end" font-family="sans-serif" font-size="9.67741935483871" opacity="1" fill="#000000">
189500.2
18951</text>
18952<polyline fill="none" opacity="1" stroke="#000000" stroke-width="1" points="354,163 359,163 "/>
18953<text x="350" y="145" dy="0.5ex" text-anchor="end" font-family="sans-serif" font-size="9.67741935483871" opacity="1" fill="#000000">
189540.3
18955</text>
18956<polyline fill="none" opacity="1" stroke="#000000" stroke-width="1" points="354,145 359,145 "/>
18957<text x="350" y="127" dy="0.5ex" text-anchor="end" font-family="sans-serif" font-size="9.67741935483871" opacity="1" fill="#000000">
189580.4
18959</text>
18960<polyline fill="none" opacity="1" stroke="#000000" stroke-width="1" points="354,127 359,127 "/>
18961<text x="350" y="110" dy="0.5ex" text-anchor="end" font-family="sans-serif" font-size="9.67741935483871" opacity="1" fill="#000000">
189620.5
18963</text>
18964<polyline fill="none" opacity="1" stroke="#000000" stroke-width="1" points="354,110 359,110 "/>
18965<text x="350" y="92" dy="0.5ex" text-anchor="end" font-family="sans-serif" font-size="9.67741935483871" opacity="1" fill="#000000">
189660.6
18967</text>
18968<polyline fill="none" opacity="1" stroke="#000000" stroke-width="1" points="354,92 359,92 "/>
18969<text x="350" y="74" dy="0.5ex" text-anchor="end" font-family="sans-serif" font-size="9.67741935483871" opacity="1" fill="#000000">
189700.7
18971</text>
18972<polyline fill="none" opacity="1" stroke="#000000" stroke-width="1" points="354,74 359,74 "/>
18973<text x="350" y="56" dy="0.5ex" text-anchor="end" font-family="sans-serif" font-size="9.67741935483871" opacity="1" fill="#000000">
189740.8
18975</text>
18976<polyline fill="none" opacity="1" stroke="#000000" stroke-width="1" points="354,56 359,56 "/>
18977<text x="350" y="38" dy="0.5ex" text-anchor="end" font-family="sans-serif" font-size="9.67741935483871" opacity="1" fill="#000000">
189780.9
18979</text>
18980<polyline fill="none" opacity="1" stroke="#000000" stroke-width="1" points="354,38 359,38 "/>
18981<polyline fill="none" opacity="1" stroke="#000000" stroke-width="1" points="360,200 640,200 "/>
18982<text x="388" y="210" dy="0.76em" text-anchor="middle" font-family="sans-serif" font-size="9.67741935483871" opacity="1" fill="#000000">
189830.1
18984</text>
18985<polyline fill="none" opacity="1" stroke="#000000" stroke-width="1" points="388,200 388,205 "/>
18986<text x="416" y="210" dy="0.76em" text-anchor="middle" font-family="sans-serif" font-size="9.67741935483871" opacity="1" fill="#000000">
189870.2
18988</text>
18989<polyline fill="none" opacity="1" stroke="#000000" stroke-width="1" points="416,200 416,205 "/>
18990<text x="444" y="210" dy="0.76em" text-anchor="middle" font-family="sans-serif" font-size="9.67741935483871" opacity="1" fill="#000000">
189910.3
18992</text>
18993<polyline fill="none" opacity="1" stroke="#000000" stroke-width="1" points="444,200 444,205 "/>
18994<text x="472" y="210" dy="0.76em" text-anchor="middle" font-family="sans-serif" font-size="9.67741935483871" opacity="1" fill="#000000">
189950.4
18996</text>
18997<polyline fill="none" opacity="1" stroke="#000000" stroke-width="1" points="472,200 472,205 "/>
18998<text x="500" y="210" dy="0.76em" text-anchor="middle" font-family="sans-serif" font-size="9.67741935483871" opacity="1" fill="#000000">
189990.5
19000</text>
19001<polyline fill="none" opacity="1" stroke="#000000" stroke-width="1" points="500,200 500,205 "/>
19002<text x="528" y="210" dy="0.76em" text-anchor="middle" font-family="sans-serif" font-size="9.67741935483871" opacity="1" fill="#000000">
190030.6
19004</text>
19005<polyline fill="none" opacity="1" stroke="#000000" stroke-width="1" points="528,200 528,205 "/>
19006<text x="556" y="210" dy="0.76em" text-anchor="middle" font-family="sans-serif" font-size="9.67741935483871" opacity="1" fill="#000000">
190070.7
19008</text>
19009<polyline fill="none" opacity="1" stroke="#000000" stroke-width="1" points="556,200 556,205 "/>
19010<text x="584" y="210" dy="0.76em" text-anchor="middle" font-family="sans-serif" font-size="9.67741935483871" opacity="1" fill="#000000">
190110.8
19012</text>
19013<polyline fill="none" opacity="1" stroke="#000000" stroke-width="1" points="584,200 584,205 "/>
19014<text x="612" y="210" dy="0.76em" text-anchor="middle" font-family="sans-serif" font-size="9.67741935483871" opacity="1" fill="#000000">
190150.9
19016</text>
19017<polyline fill="none" opacity="1" stroke="#000000" stroke-width="1" points="612,200 612,205 "/>
19018<text x="640" y="210" dy="0.76em" text-anchor="middle" font-family="sans-serif" font-size="9.67741935483871" opacity="1" fill="#000000">
190191.0
19020</text>
19021<polyline fill="none" opacity="1" stroke="#000000" stroke-width="1" points="640,200 640,205 "/>
19022<text x="160" y="245" dy="0.76em" text-anchor="middle" font-family="Arial" font-size="12.096774193548388" opacity="1" fill="#000000">
19023Subchart #3
19024</text>
19025<line opacity="0.2" stroke="#000000" stroke-width="1" x1="40" y1="421" x2="320" y2="421"/>
19026<line opacity="0.2" stroke="#000000" stroke-width="1" x1="40" y1="403" x2="320" y2="403"/>
19027<line opacity="0.2" stroke="#000000" stroke-width="1" x1="40" y1="385" x2="320" y2="385"/>
19028<line opacity="0.2" stroke="#000000" stroke-width="1" x1="40" y1="367" x2="320" y2="367"/>
19029<line opacity="0.2" stroke="#000000" stroke-width="1" x1="40" y1="350" x2="320" y2="350"/>
19030<line opacity="0.2" stroke="#000000" stroke-width="1" x1="40" y1="332" x2="320" y2="332"/>
19031<line opacity="0.2" stroke="#000000" stroke-width="1" x1="40" y1="314" x2="320" y2="314"/>
19032<line opacity="0.2" stroke="#000000" stroke-width="1" x1="40" y1="296" x2="320" y2="296"/>
19033<line opacity="0.2" stroke="#000000" stroke-width="1" x1="40" y1="278" x2="320" y2="278"/>
19034<line opacity="0.2" stroke="#000000" stroke-width="1" x1="40" y1="261" x2="320" y2="261"/>
19035<polyline fill="none" opacity="1" stroke="#000000" stroke-width="1" points="39,262 39,440 "/>
19036<text x="30" y="421" dy="0.5ex" text-anchor="end" font-family="sans-serif" font-size="9.67741935483871" opacity="1" fill="#000000">
190370.1
19038</text>
19039<polyline fill="none" opacity="1" stroke="#000000" stroke-width="1" points="34,421 39,421 "/>
19040<text x="30" y="403" dy="0.5ex" text-anchor="end" font-family="sans-serif" font-size="9.67741935483871" opacity="1" fill="#000000">
190410.2
19042</text>
19043<polyline fill="none" opacity="1" stroke="#000000" stroke-width="1" points="34,403 39,403 "/>
19044<text x="30" y="385" dy="0.5ex" text-anchor="end" font-family="sans-serif" font-size="9.67741935483871" opacity="1" fill="#000000">
190450.3
19046</text>
19047<polyline fill="none" opacity="1" stroke="#000000" stroke-width="1" points="34,385 39,385 "/>
19048<text x="30" y="367" dy="0.5ex" text-anchor="end" font-family="sans-serif" font-size="9.67741935483871" opacity="1" fill="#000000">
190490.4
19050</text>
19051<polyline fill="none" opacity="1" stroke="#000000" stroke-width="1" points="34,367 39,367 "/>
19052<text x="30" y="350" dy="0.5ex" text-anchor="end" font-family="sans-serif" font-size="9.67741935483871" opacity="1" fill="#000000">
190530.5
19054</text>
19055<polyline fill="none" opacity="1" stroke="#000000" stroke-width="1" points="34,350 39,350 "/>
19056<text x="30" y="332" dy="0.5ex" text-anchor="end" font-family="sans-serif" font-size="9.67741935483871" opacity="1" fill="#000000">
190570.6
19058</text>
19059<polyline fill="none" opacity="1" stroke="#000000" stroke-width="1" points="34,332 39,332 "/>
19060<text x="30" y="314" dy="0.5ex" text-anchor="end" font-family="sans-serif" font-size="9.67741935483871" opacity="1" fill="#000000">
190610.7
19062</text>
19063<polyline fill="none" opacity="1" stroke="#000000" stroke-width="1" points="34,314 39,314 "/>
19064<text x="30" y="296" dy="0.5ex" text-anchor="end" font-family="sans-serif" font-size="9.67741935483871" opacity="1" fill="#000000">
190650.8
19066</text>
19067<polyline fill="none" opacity="1" stroke="#000000" stroke-width="1" points="34,296 39,296 "/>
19068<text x="30" y="278" dy="0.5ex" text-anchor="end" font-family="sans-serif" font-size="9.67741935483871" opacity="1" fill="#000000">
190690.9
19070</text>
19071<polyline fill="none" opacity="1" stroke="#000000" stroke-width="1" points="34,278 39,278 "/>
19072<polyline fill="none" opacity="1" stroke="#000000" stroke-width="1" points="40,440 320,440 "/>
19073<text x="68" y="450" dy="0.76em" text-anchor="middle" font-family="sans-serif" font-size="9.67741935483871" opacity="1" fill="#000000">
190740.1
19075</text>
19076<polyline fill="none" opacity="1" stroke="#000000" stroke-width="1" points="68,440 68,445 "/>
19077<text x="96" y="450" dy="0.76em" text-anchor="middle" font-family="sans-serif" font-size="9.67741935483871" opacity="1" fill="#000000">
190780.2
19079</text>
19080<polyline fill="none" opacity="1" stroke="#000000" stroke-width="1" points="96,440 96,445 "/>
19081<text x="124" y="450" dy="0.76em" text-anchor="middle" font-family="sans-serif" font-size="9.67741935483871" opacity="1" fill="#000000">
190820.3
19083</text>
19084<polyline fill="none" opacity="1" stroke="#000000" stroke-width="1" points="124,440 124,445 "/>
19085<text x="152" y="450" dy="0.76em" text-anchor="middle" font-family="sans-serif" font-size="9.67741935483871" opacity="1" fill="#000000">
190860.4
19087</text>
19088<polyline fill="none" opacity="1" stroke="#000000" stroke-width="1" points="152,440 152,445 "/>
19089<text x="180" y="450" dy="0.76em" text-anchor="middle" font-family="sans-serif" font-size="9.67741935483871" opacity="1" fill="#000000">
190900.5
19091</text>
19092<polyline fill="none" opacity="1" stroke="#000000" stroke-width="1" points="180,440 180,445 "/>
19093<text x="208" y="450" dy="0.76em" text-anchor="middle" font-family="sans-serif" font-size="9.67741935483871" opacity="1" fill="#000000">
190940.6
19095</text>
19096<polyline fill="none" opacity="1" stroke="#000000" stroke-width="1" points="208,440 208,445 "/>
19097<text x="236" y="450" dy="0.76em" text-anchor="middle" font-family="sans-serif" font-size="9.67741935483871" opacity="1" fill="#000000">
190980.7
19099</text>
19100<polyline fill="none" opacity="1" stroke="#000000" stroke-width="1" points="236,440 236,445 "/>
19101<text x="264" y="450" dy="0.76em" text-anchor="middle" font-family="sans-serif" font-size="9.67741935483871" opacity="1" fill="#000000">
191020.8
19103</text>
19104<polyline fill="none" opacity="1" stroke="#000000" stroke-width="1" points="264,440 264,445 "/>
19105<text x="292" y="450" dy="0.76em" text-anchor="middle" font-family="sans-serif" font-size="9.67741935483871" opacity="1" fill="#000000">
191060.9
19107</text>
19108<polyline fill="none" opacity="1" stroke="#000000" stroke-width="1" points="292,440 292,445 "/>
19109<text x="320" y="450" dy="0.76em" text-anchor="middle" font-family="sans-serif" font-size="9.67741935483871" opacity="1" fill="#000000">
191101.0
19111</text>
19112<polyline fill="none" opacity="1" stroke="#000000" stroke-width="1" points="320,440 320,445 "/>
19113<text x="480" y="245" dy="0.76em" text-anchor="middle" font-family="Arial" font-size="12.096774193548388" opacity="1" fill="#000000">
19114Subchart #4
19115</text>
19116<line opacity="0.2" stroke="#000000" stroke-width="1" x1="360" y1="421" x2="640" y2="421"/>
19117<line opacity="0.2" stroke="#000000" stroke-width="1" x1="360" y1="403" x2="640" y2="403"/>
19118<line opacity="0.2" stroke="#000000" stroke-width="1" x1="360" y1="385" x2="640" y2="385"/>
19119<line opacity="0.2" stroke="#000000" stroke-width="1" x1="360" y1="367" x2="640" y2="367"/>
19120<line opacity="0.2" stroke="#000000" stroke-width="1" x1="360" y1="350" x2="640" y2="350"/>
19121<line opacity="0.2" stroke="#000000" stroke-width="1" x1="360" y1="332" x2="640" y2="332"/>
19122<line opacity="0.2" stroke="#000000" stroke-width="1" x1="360" y1="314" x2="640" y2="314"/>
19123<line opacity="0.2" stroke="#000000" stroke-width="1" x1="360" y1="296" x2="640" y2="296"/>
19124<line opacity="0.2" stroke="#000000" stroke-width="1" x1="360" y1="278" x2="640" y2="278"/>
19125<line opacity="0.2" stroke="#000000" stroke-width="1" x1="360" y1="261" x2="640" y2="261"/>
19126<polyline fill="none" opacity="1" stroke="#000000" stroke-width="1" points="359,262 359,440 "/>
19127<text x="350" y="421" dy="0.5ex" text-anchor="end" font-family="sans-serif" font-size="9.67741935483871" opacity="1" fill="#000000">
191280.1
19129</text>
19130<polyline fill="none" opacity="1" stroke="#000000" stroke-width="1" points="354,421 359,421 "/>
19131<text x="350" y="403" dy="0.5ex" text-anchor="end" font-family="sans-serif" font-size="9.67741935483871" opacity="1" fill="#000000">
191320.2
19133</text>
19134<polyline fill="none" opacity="1" stroke="#000000" stroke-width="1" points="354,403 359,403 "/>
19135<text x="350" y="385" dy="0.5ex" text-anchor="end" font-family="sans-serif" font-size="9.67741935483871" opacity="1" fill="#000000">
191360.3
19137</text>
19138<polyline fill="none" opacity="1" stroke="#000000" stroke-width="1" points="354,385 359,385 "/>
19139<text x="350" y="367" dy="0.5ex" text-anchor="end" font-family="sans-serif" font-size="9.67741935483871" opacity="1" fill="#000000">
191400.4
19141</text>
19142<polyline fill="none" opacity="1" stroke="#000000" stroke-width="1" points="354,367 359,367 "/>
19143<text x="350" y="350" dy="0.5ex" text-anchor="end" font-family="sans-serif" font-size="9.67741935483871" opacity="1" fill="#000000">
191440.5
19145</text>
19146<polyline fill="none" opacity="1" stroke="#000000" stroke-width="1" points="354,350 359,350 "/>
19147<text x="350" y="332" dy="0.5ex" text-anchor="end" font-family="sans-serif" font-size="9.67741935483871" opacity="1" fill="#000000">
191480.6
19149</text>
19150<polyline fill="none" opacity="1" stroke="#000000" stroke-width="1" points="354,332 359,332 "/>
19151<text x="350" y="314" dy="0.5ex" text-anchor="end" font-family="sans-serif" font-size="9.67741935483871" opacity="1" fill="#000000">
191520.7
19153</text>
19154<polyline fill="none" opacity="1" stroke="#000000" stroke-width="1" points="354,314 359,314 "/>
19155<text x="350" y="296" dy="0.5ex" text-anchor="end" font-family="sans-serif" font-size="9.67741935483871" opacity="1" fill="#000000">
191560.8
19157</text>
19158<polyline fill="none" opacity="1" stroke="#000000" stroke-width="1" points="354,296 359,296 "/>
19159<text x="350" y="278" dy="0.5ex" text-anchor="end" font-family="sans-serif" font-size="9.67741935483871" opacity="1" fill="#000000">
191600.9
19161</text>
19162<polyline fill="none" opacity="1" stroke="#000000" stroke-width="1" points="354,278 359,278 "/>
19163<polyline fill="none" opacity="1" stroke="#000000" stroke-width="1" points="360,440 640,440 "/>
19164<text x="388" y="450" dy="0.76em" text-anchor="middle" font-family="sans-serif" font-size="9.67741935483871" opacity="1" fill="#000000">
191650.1
19166</text>
19167<polyline fill="none" opacity="1" stroke="#000000" stroke-width="1" points="388,440 388,445 "/>
19168<text x="416" y="450" dy="0.76em" text-anchor="middle" font-family="sans-serif" font-size="9.67741935483871" opacity="1" fill="#000000">
191690.2
19170</text>
19171<polyline fill="none" opacity="1" stroke="#000000" stroke-width="1" points="416,440 416,445 "/>
19172<text x="444" y="450" dy="0.76em" text-anchor="middle" font-family="sans-serif" font-size="9.67741935483871" opacity="1" fill="#000000">
191730.3
19174</text>
19175<polyline fill="none" opacity="1" stroke="#000000" stroke-width="1" points="444,440 444,445 "/>
19176<text x="472" y="450" dy="0.76em" text-anchor="middle" font-family="sans-serif" font-size="9.67741935483871" opacity="1" fill="#000000">
191770.4
19178</text>
19179<polyline fill="none" opacity="1" stroke="#000000" stroke-width="1" points="472,440 472,445 "/>
19180<text x="500" y="450" dy="0.76em" text-anchor="middle" font-family="sans-serif" font-size="9.67741935483871" opacity="1" fill="#000000">
191810.5
19182</text>
19183<polyline fill="none" opacity="1" stroke="#000000" stroke-width="1" points="500,440 500,445 "/>
19184<text x="528" y="450" dy="0.76em" text-anchor="middle" font-family="sans-serif" font-size="9.67741935483871" opacity="1" fill="#000000">
191850.6
19186</text>
19187<polyline fill="none" opacity="1" stroke="#000000" stroke-width="1" points="528,440 528,445 "/>
19188<text x="556" y="450" dy="0.76em" text-anchor="middle" font-family="sans-serif" font-size="9.67741935483871" opacity="1" fill="#000000">
191890.7
19190</text>
19191<polyline fill="none" opacity="1" stroke="#000000" stroke-width="1" points="556,440 556,445 "/>
19192<text x="584" y="450" dy="0.76em" text-anchor="middle" font-family="sans-serif" font-size="9.67741935483871" opacity="1" fill="#000000">
191930.8
19194</text>
19195<polyline fill="none" opacity="1" stroke="#000000" stroke-width="1" points="584,440 584,445 "/>
19196<text x="612" y="450" dy="0.76em" text-anchor="middle" font-family="sans-serif" font-size="9.67741935483871" opacity="1" fill="#000000">
191970.9
19198</text>
19199<polyline fill="none" opacity="1" stroke="#000000" stroke-width="1" points="612,440 612,445 "/>
19200<text x="640" y="450" dy="0.76em" text-anchor="middle" font-family="sans-serif" font-size="9.67741935483871" opacity="1" fill="#000000">
192011.0
19202</text>
19203<polyline fill="none" opacity="1" stroke="#000000" stroke-width="1" points="640,440 640,445 "/>
19204</svg>
19205</div>
19206</div>
19207
19208</div>
19209
19210</div>
19211</div>
19212
19213</div>
19214<div class="cell border-box-sizing text_cell rendered"><div class="prompt input_prompt">
19215</div>
19216<div class="inner_cell">
19217<div class="text_cell_render border-box-sizing rendered_html">
19218<h2 id="Series">Series<a class="anchor-link" href="#Series">&#182;</a></h2>
19219</div>
19220</div>
19221</div>
19222<div class="cell border-box-sizing text_cell rendered"><div class="prompt input_prompt">
19223</div>
19224<div class="inner_cell">
19225<div class="text_cell_render border-box-sizing rendered_html">
19226<p>Unlike most of the plotting libraries, <code>Plotters</code> doesn't actually define any types of chart. All the chart is abstracted to a concept of series. By doing so, you can put a histgoram series and a line plot series into the same chart context.
19227The series is actually defined as an iterator of elements, just this.</p>
19228<p>This gives <code>Plotters</code> a huge flexibility on drawing charts. You can implement you own types of series and uses the coordinate translation and chart elements.</p>
19229<p>There are few types of predefined series, just for convenience:</p>
19230<ul>
19231<li>Line Series</li>
19232<li>Histogram</li>
19233<li>Point Series</li>
19234</ul>
19235
19236</div>
19237</div>
19238</div>
19239<div class="cell border-box-sizing text_cell rendered"><div class="prompt input_prompt">
19240</div>
19241<div class="inner_cell">
19242<div class="text_cell_render border-box-sizing rendered_html">
19243<h3 id="Scatter-Plot">Scatter Plot<a class="anchor-link" href="#Scatter-Plot">&#182;</a></h3>
19244</div>
19245</div>
19246</div>
19247<div class="cell border-box-sizing text_cell rendered"><div class="prompt input_prompt">
19248</div>
19249<div class="inner_cell">
19250<div class="text_cell_render border-box-sizing rendered_html">
19251<p>First of all, let's generate some random numbers.</p>
19252
19253</div>
19254</div>
19255</div>
19256<div class="cell border-box-sizing code_cell rendered">
19257<div class="input">
19258<div class="prompt input_prompt">In&nbsp;[14]:</div>
19259<div class="inner_cell">
19260    <div class="input_area">
19261<div class=" highlight hl-Rust"><pre><span></span>:<span class="nc">dep</span><span class="w"> </span><span class="n">rand</span><span class="w"> </span><span class="o">=</span><span class="w"> </span><span class="p">{</span><span class="w"> </span><span class="n">version</span><span class="w"> </span><span class="o">=</span><span class="w"> </span><span class="s">&quot;0.6.5&quot;</span><span class="w"> </span><span class="p">}</span><span class="w"></span>
19262<span class="k">extern</span><span class="w"> </span><span class="k">crate</span><span class="w"> </span><span class="n">rand</span><span class="p">;</span><span class="w"></span>
19263
19264<span class="k">use</span><span class="w"> </span><span class="n">rand</span>::<span class="n">distributions</span>::<span class="n">Normal</span><span class="p">;</span><span class="w"></span>
19265<span class="k">use</span><span class="w"> </span><span class="n">rand</span>::<span class="n">distributions</span>::<span class="n">Distribution</span><span class="p">;</span><span class="w"></span>
19266<span class="k">use</span><span class="w"> </span><span class="n">rand</span>::<span class="n">thread_rng</span><span class="p">;</span><span class="w"></span>
19267<span class="kd">let</span><span class="w"> </span><span class="n">sd</span><span class="w"> </span><span class="o">=</span><span class="w"> </span><span class="mf">0.13</span><span class="p">;</span><span class="w"></span>
19268<span class="kd">let</span><span class="w"> </span><span class="n">random_points</span>:<span class="nb">Vec</span><span class="o">&lt;</span><span class="p">(</span><span class="kt">f64</span><span class="p">,</span><span class="kt">f64</span><span class="p">)</span><span class="o">&gt;</span><span class="w"> </span><span class="o">=</span><span class="w"> </span><span class="p">{</span><span class="w"></span>
19269<span class="w">    </span><span class="kd">let</span><span class="w"> </span><span class="k">mut</span><span class="w"> </span><span class="n">norm_dist</span><span class="w"> </span><span class="o">=</span><span class="w"> </span><span class="n">Normal</span>::<span class="n">new</span><span class="p">(</span><span class="mf">0.5</span><span class="p">,</span><span class="w"> </span><span class="n">sd</span><span class="p">);</span><span class="w"></span>
19270<span class="w">    </span><span class="kd">let</span><span class="w"> </span><span class="p">(</span><span class="k">mut</span><span class="w"> </span><span class="n">x_rand</span><span class="p">,</span><span class="w"> </span><span class="k">mut</span><span class="w"> </span><span class="n">y_rand</span><span class="p">)</span><span class="w"> </span><span class="o">=</span><span class="w"> </span><span class="p">(</span><span class="n">thread_rng</span><span class="p">(),</span><span class="w"> </span><span class="n">thread_rng</span><span class="p">());</span><span class="w"></span>
19271<span class="w">    </span><span class="kd">let</span><span class="w"> </span><span class="n">x_iter</span><span class="w"> </span><span class="o">=</span><span class="w"> </span><span class="n">norm_dist</span><span class="p">.</span><span class="n">sample_iter</span><span class="p">(</span><span class="o">&amp;</span><span class="k">mut</span><span class="w"> </span><span class="n">x_rand</span><span class="p">);</span><span class="w"></span>
19272<span class="w">    </span><span class="kd">let</span><span class="w"> </span><span class="n">y_iter</span><span class="w"> </span><span class="o">=</span><span class="w"> </span><span class="n">norm_dist</span><span class="p">.</span><span class="n">sample_iter</span><span class="p">(</span><span class="o">&amp;</span><span class="k">mut</span><span class="w"> </span><span class="n">y_rand</span><span class="p">);</span><span class="w"></span>
19273<span class="w">    </span><span class="n">x_iter</span><span class="p">.</span><span class="n">zip</span><span class="p">(</span><span class="n">y_iter</span><span class="p">).</span><span class="n">take</span><span class="p">(</span><span class="mi">1000</span><span class="p">).</span><span class="n">collect</span><span class="p">()</span><span class="w"></span>
19274<span class="p">};</span><span class="w"></span>
19275<span class="n">random_points</span><span class="p">.</span><span class="n">len</span><span class="p">()</span><span class="w"></span>
19276</pre></div>
19277
19278</div>
19279</div>
19280</div>
19281
19282<div class="output_wrapper">
19283<div class="output">
19284
19285
19286<div class="output_area">
19287
19288<div class="prompt output_prompt">Out[14]:</div>
19289
19290
19291
19292
19293<div class="output_text output_subarea output_execute_result">
19294<pre>1000</pre>
19295</div>
19296
19297</div>
19298
19299</div>
19300</div>
19301
19302</div>
19303<div class="cell border-box-sizing text_cell rendered"><div class="prompt input_prompt">
19304</div>
19305<div class="inner_cell">
19306<div class="text_cell_render border-box-sizing rendered_html">
19307<p>It's trivial to draw a scatter plot with <code>Plotters</code>. The only need is, provide a iterator of the elements as series.
19308The following example shows how to make a 2D normal distribution figure. The red rectangle is the two sigma area and the red cross is the mean.</p>
19309
19310</div>
19311</div>
19312</div>
19313<div class="cell border-box-sizing code_cell rendered">
19314<div class="input">
19315<div class="prompt input_prompt">In&nbsp;[15]:</div>
19316<div class="inner_cell">
19317    <div class="input_area">
19318<div class=" highlight hl-Rust"><pre><span></span>:<span class="nc">dep</span><span class="w"> </span><span class="n">plotters</span><span class="w"> </span><span class="o">=</span><span class="w"> </span><span class="p">{</span><span class="w"> </span><span class="n">version</span><span class="w"> </span><span class="o">=</span><span class="w"> </span><span class="s">&quot;^0.3.0&quot;</span><span class="p">,</span><span class="w"> </span><span class="n">default_features</span><span class="w"> </span><span class="o">=</span><span class="w"> </span><span class="kc">false</span><span class="p">,</span><span class="w"> </span><span class="n">features</span><span class="w"> </span><span class="o">=</span><span class="w"> </span><span class="p">[</span><span class="s">&quot;evcxr&quot;</span><span class="p">,</span><span class="w"> </span><span class="s">&quot;all_series&quot;</span><span class="p">]</span><span class="w"> </span><span class="p">}</span><span class="w"></span>
19319
19320<span class="k">extern</span><span class="w"> </span><span class="k">crate</span><span class="w"> </span><span class="n">plotters</span><span class="p">;</span><span class="w"></span>
19321<span class="k">use</span><span class="w"> </span><span class="n">plotters</span>::<span class="n">prelude</span>::<span class="o">*</span><span class="p">;</span><span class="w"></span>
19322
19323<span class="n">evcxr_figure</span><span class="p">((</span><span class="mi">640</span><span class="p">,</span><span class="w"> </span><span class="mi">480</span><span class="p">),</span><span class="w"> </span><span class="o">|</span><span class="n">root</span><span class="o">|</span><span class="w"> </span><span class="p">{</span><span class="w"></span>
19324<span class="w">    </span><span class="c1">// The following code will create a chart context</span>
19325<span class="w">    </span><span class="kd">let</span><span class="w"> </span><span class="k">mut</span><span class="w"> </span><span class="n">chart</span><span class="w"> </span><span class="o">=</span><span class="w"> </span><span class="n">ChartBuilder</span>::<span class="n">on</span><span class="p">(</span><span class="o">&amp;</span><span class="n">root</span><span class="p">)</span><span class="w"></span>
19326<span class="w">        </span><span class="p">.</span><span class="n">caption</span><span class="p">(</span><span class="s">&quot;Normal Distribution&quot;</span><span class="p">,</span><span class="w"> </span><span class="p">(</span><span class="s">&quot;Arial&quot;</span><span class="p">,</span><span class="w"> </span><span class="mi">20</span><span class="p">).</span><span class="n">into_font</span><span class="p">())</span><span class="w"></span>
19327<span class="w">        </span><span class="p">.</span><span class="n">x_label_area_size</span><span class="p">(</span><span class="mi">40</span><span class="p">)</span><span class="w"></span>
19328<span class="w">        </span><span class="p">.</span><span class="n">y_label_area_size</span><span class="p">(</span><span class="mi">40</span><span class="p">)</span><span class="w"></span>
19329<span class="w">        </span><span class="p">.</span><span class="n">build_ranged</span><span class="p">(</span><span class="mi">0</span><span class="k">f64</span><span class="p">..</span><span class="mi">1</span><span class="k">f64</span><span class="p">,</span><span class="w"> </span><span class="mi">0</span><span class="k">f64</span><span class="p">..</span><span class="mi">1</span><span class="k">f64</span><span class="p">)</span><span class="o">?</span><span class="p">;</span><span class="w"></span>
19330<span class="w">    </span>
19331<span class="w">    </span><span class="n">chart</span><span class="p">.</span><span class="n">configure_mesh</span><span class="p">()</span><span class="w"></span>
19332<span class="w">        </span><span class="p">.</span><span class="n">disable_x_mesh</span><span class="p">()</span><span class="w"></span>
19333<span class="w">        </span><span class="p">.</span><span class="n">disable_y_mesh</span><span class="p">()</span><span class="w"></span>
19334<span class="w">        </span><span class="p">.</span><span class="n">draw</span><span class="p">()</span><span class="o">?</span><span class="p">;</span><span class="w"></span>
19335<span class="w">    </span>
19336<span class="w">    </span><span class="n">chart</span><span class="p">.</span><span class="n">draw_series</span><span class="p">(</span><span class="n">random_points</span><span class="p">.</span><span class="n">iter</span><span class="p">().</span><span class="n">map</span><span class="p">(</span><span class="o">|</span><span class="p">(</span><span class="n">x</span><span class="p">,</span><span class="n">y</span><span class="p">)</span><span class="o">|</span><span class="w"> </span><span class="n">Circle</span>::<span class="n">new</span><span class="p">((</span><span class="o">*</span><span class="n">x</span><span class="p">,</span><span class="o">*</span><span class="n">y</span><span class="p">),</span><span class="w"> </span><span class="mi">3</span><span class="p">,</span><span class="w"> </span><span class="n">GREEN</span><span class="p">.</span><span class="n">filled</span><span class="p">())));</span><span class="w"></span>
19337<span class="w">    </span>
19338<span class="w">    </span><span class="c1">// You can alawys freely draw on the drawing backend</span>
19339<span class="w">    </span><span class="kd">let</span><span class="w"> </span><span class="n">area</span><span class="w"> </span><span class="o">=</span><span class="w"> </span><span class="n">chart</span><span class="p">.</span><span class="n">plotting_area</span><span class="p">();</span><span class="w"></span>
19340<span class="w">    </span><span class="kd">let</span><span class="w"> </span><span class="n">two_sigma</span><span class="w"> </span><span class="o">=</span><span class="w"> </span><span class="n">sd</span><span class="w"> </span><span class="o">*</span><span class="w"> </span><span class="mf">2.0</span><span class="p">;</span><span class="w"></span>
19341<span class="w">    </span><span class="n">area</span><span class="p">.</span><span class="n">draw</span><span class="p">(</span><span class="o">&amp;</span><span class="n">Rectangle</span>::<span class="n">new</span><span class="p">(</span><span class="w"></span>
19342<span class="w">        </span><span class="p">[(</span><span class="mf">0.5</span><span class="w"> </span><span class="o">-</span><span class="w"> </span><span class="n">two_sigma</span><span class="p">,</span><span class="w"> </span><span class="mf">0.5</span><span class="w"> </span><span class="o">-</span><span class="w"> </span><span class="n">two_sigma</span><span class="p">),</span><span class="w"> </span><span class="p">(</span><span class="mf">0.5</span><span class="w"> </span><span class="o">+</span><span class="w"> </span><span class="n">two_sigma</span><span class="p">,</span><span class="w"> </span><span class="mf">0.5</span><span class="w"> </span><span class="o">+</span><span class="w"> </span><span class="n">two_sigma</span><span class="p">)],</span><span class="w"> </span>
19343<span class="w">        </span><span class="n">RED</span><span class="p">.</span><span class="n">mix</span><span class="p">(</span><span class="mf">0.3</span><span class="p">).</span><span class="n">filled</span><span class="p">())</span><span class="w"></span>
19344<span class="w">    </span><span class="p">)</span><span class="o">?</span><span class="p">;</span><span class="w"></span>
19345<span class="w">    </span><span class="n">area</span><span class="p">.</span><span class="n">draw</span><span class="p">(</span><span class="o">&amp;</span><span class="n">Cross</span>::<span class="n">new</span><span class="p">((</span><span class="mf">0.5</span><span class="p">,</span><span class="w"> </span><span class="mf">0.5</span><span class="p">),</span><span class="w"> </span><span class="mi">5</span><span class="p">,</span><span class="w"> </span><span class="o">&amp;</span><span class="n">RED</span><span class="p">))</span><span class="o">?</span><span class="p">;</span><span class="w"></span>
19346<span class="w">    </span>
19347<span class="w">    </span><span class="nb">Ok</span><span class="p">(())</span><span class="w"></span>
19348<span class="p">}).</span><span class="n">style</span><span class="p">(</span><span class="s">&quot;width:60%&quot;</span><span class="p">)</span><span class="w"></span>
19349</pre></div>
19350
19351</div>
19352</div>
19353</div>
19354
19355<div class="output_wrapper">
19356<div class="output">
19357
19358
19359<div class="output_area">
19360
19361<div class="prompt output_prompt">Out[15]:</div>
19362
19363
19364
19365<div class="output_html rendered_html output_subarea output_execute_result">
19366<div style="width:60%"><svg width="640" height="480" viewBox="0 0 640 480" xmlns="http://www.w3.org/2000/svg">
19367<text x="320" y="5" dy="0.76em" text-anchor="middle" font-family="Arial" font-size="16.129032258064516" opacity="1" fill="#000000">
19368Normal Distribution
19369</text>
19370<polyline fill="none" opacity="1" stroke="#000000" stroke-width="1" points="39,26 39,440 "/>
19371<text x="30" y="397" dy="0.5ex" text-anchor="end" font-family="sans-serif" font-size="9.67741935483871" opacity="1" fill="#000000">
193720.1
19373</text>
19374<polyline fill="none" opacity="1" stroke="#000000" stroke-width="1" points="34,397 39,397 "/>
19375<text x="30" y="356" dy="0.5ex" text-anchor="end" font-family="sans-serif" font-size="9.67741935483871" opacity="1" fill="#000000">
193760.2
19377</text>
19378<polyline fill="none" opacity="1" stroke="#000000" stroke-width="1" points="34,356 39,356 "/>
19379<text x="30" y="314" dy="0.5ex" text-anchor="end" font-family="sans-serif" font-size="9.67741935483871" opacity="1" fill="#000000">
193800.3
19381</text>
19382<polyline fill="none" opacity="1" stroke="#000000" stroke-width="1" points="34,314 39,314 "/>
19383<text x="30" y="273" dy="0.5ex" text-anchor="end" font-family="sans-serif" font-size="9.67741935483871" opacity="1" fill="#000000">
193840.4
19385</text>
19386<polyline fill="none" opacity="1" stroke="#000000" stroke-width="1" points="34,273 39,273 "/>
19387<text x="30" y="232" dy="0.5ex" text-anchor="end" font-family="sans-serif" font-size="9.67741935483871" opacity="1" fill="#000000">
193880.5
19389</text>
19390<polyline fill="none" opacity="1" stroke="#000000" stroke-width="1" points="34,232 39,232 "/>
19391<text x="30" y="190" dy="0.5ex" text-anchor="end" font-family="sans-serif" font-size="9.67741935483871" opacity="1" fill="#000000">
193920.6
19393</text>
19394<polyline fill="none" opacity="1" stroke="#000000" stroke-width="1" points="34,190 39,190 "/>
19395<text x="30" y="149" dy="0.5ex" text-anchor="end" font-family="sans-serif" font-size="9.67741935483871" opacity="1" fill="#000000">
193960.7
19397</text>
19398<polyline fill="none" opacity="1" stroke="#000000" stroke-width="1" points="34,149 39,149 "/>
19399<text x="30" y="107" dy="0.5ex" text-anchor="end" font-family="sans-serif" font-size="9.67741935483871" opacity="1" fill="#000000">
194000.8
19401</text>
19402<polyline fill="none" opacity="1" stroke="#000000" stroke-width="1" points="34,107 39,107 "/>
19403<text x="30" y="66" dy="0.5ex" text-anchor="end" font-family="sans-serif" font-size="9.67741935483871" opacity="1" fill="#000000">
194040.9
19405</text>
19406<polyline fill="none" opacity="1" stroke="#000000" stroke-width="1" points="34,66 39,66 "/>
19407<polyline fill="none" opacity="1" stroke="#000000" stroke-width="1" points="40,440 640,440 "/>
19408<text x="100" y="450" dy="0.76em" text-anchor="middle" font-family="sans-serif" font-size="9.67741935483871" opacity="1" fill="#000000">
194090.1
19410</text>
19411<polyline fill="none" opacity="1" stroke="#000000" stroke-width="1" points="100,440 100,445 "/>
19412<text x="160" y="450" dy="0.76em" text-anchor="middle" font-family="sans-serif" font-size="9.67741935483871" opacity="1" fill="#000000">
194130.2
19414</text>
19415<polyline fill="none" opacity="1" stroke="#000000" stroke-width="1" points="160,440 160,445 "/>
19416<text x="220" y="450" dy="0.76em" text-anchor="middle" font-family="sans-serif" font-size="9.67741935483871" opacity="1" fill="#000000">
194170.3
19418</text>
19419<polyline fill="none" opacity="1" stroke="#000000" stroke-width="1" points="220,440 220,445 "/>
19420<text x="280" y="450" dy="0.76em" text-anchor="middle" font-family="sans-serif" font-size="9.67741935483871" opacity="1" fill="#000000">
194210.4
19422</text>
19423<polyline fill="none" opacity="1" stroke="#000000" stroke-width="1" points="280,440 280,445 "/>
19424<text x="340" y="450" dy="0.76em" text-anchor="middle" font-family="sans-serif" font-size="9.67741935483871" opacity="1" fill="#000000">
194250.5
19426</text>
19427<polyline fill="none" opacity="1" stroke="#000000" stroke-width="1" points="340,440 340,445 "/>
19428<text x="400" y="450" dy="0.76em" text-anchor="middle" font-family="sans-serif" font-size="9.67741935483871" opacity="1" fill="#000000">
194290.6
19430</text>
19431<polyline fill="none" opacity="1" stroke="#000000" stroke-width="1" points="400,440 400,445 "/>
19432<text x="460" y="450" dy="0.76em" text-anchor="middle" font-family="sans-serif" font-size="9.67741935483871" opacity="1" fill="#000000">
194330.7
19434</text>
19435<polyline fill="none" opacity="1" stroke="#000000" stroke-width="1" points="460,440 460,445 "/>
19436<text x="520" y="450" dy="0.76em" text-anchor="middle" font-family="sans-serif" font-size="9.67741935483871" opacity="1" fill="#000000">
194370.8
19438</text>
19439<polyline fill="none" opacity="1" stroke="#000000" stroke-width="1" points="520,440 520,445 "/>
19440<text x="580" y="450" dy="0.76em" text-anchor="middle" font-family="sans-serif" font-size="9.67741935483871" opacity="1" fill="#000000">
194410.9
19442</text>
19443<polyline fill="none" opacity="1" stroke="#000000" stroke-width="1" points="580,440 580,445 "/>
19444<text x="640" y="450" dy="0.76em" text-anchor="middle" font-family="sans-serif" font-size="9.67741935483871" opacity="1" fill="#000000">
194451.0
19446</text>
19447<polyline fill="none" opacity="1" stroke="#000000" stroke-width="1" points="640,440 640,445 "/>
19448<circle cx="324" cy="205" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19449<circle cx="358" cy="147" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19450<circle cx="425" cy="218" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19451<circle cx="314" cy="249" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19452<circle cx="438" cy="215" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19453<circle cx="209" cy="269" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19454<circle cx="328" cy="196" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19455<circle cx="414" cy="205" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19456<circle cx="271" cy="282" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19457<circle cx="191" cy="189" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19458<circle cx="374" cy="252" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19459<circle cx="273" cy="203" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19460<circle cx="458" cy="309" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19461<circle cx="277" cy="301" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19462<circle cx="185" cy="218" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19463<circle cx="485" cy="221" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19464<circle cx="374" cy="274" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19465<circle cx="317" cy="214" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19466<circle cx="196" cy="209" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19467<circle cx="221" cy="190" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19468<circle cx="352" cy="149" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19469<circle cx="285" cy="225" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19470<circle cx="244" cy="230" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19471<circle cx="331" cy="207" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19472<circle cx="359" cy="246" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19473<circle cx="322" cy="186" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19474<circle cx="377" cy="205" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19475<circle cx="509" cy="262" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19476<circle cx="363" cy="254" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19477<circle cx="166" cy="270" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19478<circle cx="444" cy="205" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19479<circle cx="364" cy="261" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19480<circle cx="323" cy="273" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19481<circle cx="411" cy="229" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19482<circle cx="328" cy="210" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19483<circle cx="190" cy="281" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19484<circle cx="490" cy="270" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19485<circle cx="331" cy="237" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19486<circle cx="323" cy="169" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19487<circle cx="345" cy="290" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19488<circle cx="558" cy="243" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19489<circle cx="302" cy="271" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19490<circle cx="357" cy="186" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19491<circle cx="450" cy="223" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19492<circle cx="350" cy="293" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19493<circle cx="310" cy="286" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19494<circle cx="436" cy="172" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19495<circle cx="323" cy="260" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19496<circle cx="326" cy="229" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19497<circle cx="473" cy="292" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19498<circle cx="395" cy="276" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19499<circle cx="300" cy="153" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19500<circle cx="368" cy="245" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19501<circle cx="339" cy="242" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19502<circle cx="261" cy="267" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19503<circle cx="479" cy="231" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19504<circle cx="385" cy="262" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19505<circle cx="270" cy="285" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19506<circle cx="338" cy="212" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19507<circle cx="458" cy="197" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19508<circle cx="279" cy="250" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19509<circle cx="427" cy="283" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19510<circle cx="300" cy="184" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19511<circle cx="412" cy="276" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19512<circle cx="321" cy="222" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19513<circle cx="332" cy="221" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19514<circle cx="390" cy="140" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19515<circle cx="447" cy="277" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19516<circle cx="373" cy="254" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19517<circle cx="304" cy="238" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19518<circle cx="292" cy="275" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19519<circle cx="348" cy="253" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19520<circle cx="352" cy="216" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19521<circle cx="266" cy="201" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19522<circle cx="286" cy="216" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19523<circle cx="410" cy="182" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19524<circle cx="248" cy="212" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19525<circle cx="548" cy="257" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19526<circle cx="246" cy="314" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19527<circle cx="292" cy="229" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19528<circle cx="216" cy="222" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19529<circle cx="321" cy="251" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19530<circle cx="168" cy="151" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19531<circle cx="221" cy="297" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19532<circle cx="374" cy="162" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19533<circle cx="316" cy="239" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19534<circle cx="466" cy="166" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19535<circle cx="328" cy="363" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19536<circle cx="210" cy="155" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19537<circle cx="169" cy="84" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19538<circle cx="381" cy="312" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19539<circle cx="399" cy="229" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19540<circle cx="266" cy="215" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19541<circle cx="375" cy="184" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19542<circle cx="347" cy="340" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19543<circle cx="408" cy="289" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19544<circle cx="240" cy="190" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19545<circle cx="239" cy="286" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19546<circle cx="422" cy="199" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19547<circle cx="345" cy="172" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19548<circle cx="268" cy="324" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19549<circle cx="321" cy="194" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19550<circle cx="222" cy="187" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19551<circle cx="284" cy="239" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19552<circle cx="183" cy="208" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19553<circle cx="399" cy="153" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19554<circle cx="311" cy="270" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19555<circle cx="277" cy="226" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19556<circle cx="185" cy="260" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19557<circle cx="236" cy="186" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19558<circle cx="484" cy="264" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19559<circle cx="305" cy="243" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19560<circle cx="343" cy="187" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19561<circle cx="371" cy="279" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19562<circle cx="368" cy="197" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19563<circle cx="317" cy="255" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19564<circle cx="244" cy="219" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19565<circle cx="410" cy="242" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19566<circle cx="335" cy="233" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19567<circle cx="236" cy="121" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19568<circle cx="410" cy="261" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19569<circle cx="265" cy="216" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19570<circle cx="320" cy="180" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19571<circle cx="297" cy="298" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19572<circle cx="252" cy="305" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19573<circle cx="348" cy="148" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19574<circle cx="422" cy="118" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19575<circle cx="300" cy="160" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19576<circle cx="459" cy="294" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19577<circle cx="250" cy="230" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19578<circle cx="302" cy="155" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19579<circle cx="374" cy="242" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19580<circle cx="211" cy="212" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19581<circle cx="278" cy="224" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19582<circle cx="243" cy="157" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19583<circle cx="270" cy="168" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19584<circle cx="288" cy="221" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19585<circle cx="251" cy="227" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19586<circle cx="356" cy="225" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19587<circle cx="253" cy="303" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19588<circle cx="347" cy="195" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19589<circle cx="239" cy="241" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19590<circle cx="342" cy="143" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19591<circle cx="321" cy="249" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19592<circle cx="484" cy="248" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19593<circle cx="426" cy="201" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19594<circle cx="396" cy="194" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19595<circle cx="401" cy="248" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19596<circle cx="345" cy="320" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19597<circle cx="250" cy="330" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19598<circle cx="327" cy="249" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19599<circle cx="318" cy="263" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19600<circle cx="431" cy="209" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19601<circle cx="296" cy="219" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19602<circle cx="360" cy="240" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19603<circle cx="278" cy="223" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19604<circle cx="259" cy="172" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19605<circle cx="412" cy="277" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19606<circle cx="255" cy="313" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19607<circle cx="294" cy="204" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19608<circle cx="272" cy="192" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19609<circle cx="380" cy="269" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19610<circle cx="209" cy="270" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19611<circle cx="334" cy="235" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19612<circle cx="401" cy="178" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19613<circle cx="296" cy="320" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19614<circle cx="291" cy="163" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19615<circle cx="275" cy="220" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19616<circle cx="281" cy="252" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19617<circle cx="333" cy="159" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19618<circle cx="399" cy="290" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19619<circle cx="441" cy="226" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19620<circle cx="225" cy="214" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19621<circle cx="380" cy="221" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19622<circle cx="389" cy="180" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19623<circle cx="358" cy="198" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19624<circle cx="387" cy="225" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19625<circle cx="347" cy="139" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19626<circle cx="409" cy="287" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19627<circle cx="301" cy="185" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19628<circle cx="391" cy="284" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19629<circle cx="392" cy="228" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19630<circle cx="419" cy="204" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19631<circle cx="397" cy="214" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19632<circle cx="282" cy="204" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19633<circle cx="225" cy="298" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19634<circle cx="293" cy="223" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19635<circle cx="272" cy="302" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19636<circle cx="266" cy="270" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19637<circle cx="400" cy="303" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19638<circle cx="421" cy="284" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19639<circle cx="361" cy="128" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19640<circle cx="333" cy="252" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19641<circle cx="244" cy="270" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19642<circle cx="393" cy="286" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19643<circle cx="469" cy="233" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19644<circle cx="307" cy="267" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19645<circle cx="292" cy="202" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19646<circle cx="441" cy="187" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19647<circle cx="291" cy="239" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19648<circle cx="428" cy="226" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19649<circle cx="305" cy="284" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19650<circle cx="297" cy="219" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19651<circle cx="189" cy="210" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19652<circle cx="307" cy="184" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19653<circle cx="265" cy="245" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19654<circle cx="427" cy="163" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19655<circle cx="339" cy="170" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19656<circle cx="228" cy="255" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19657<circle cx="347" cy="289" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19658<circle cx="393" cy="228" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19659<circle cx="365" cy="237" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19660<circle cx="484" cy="191" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19661<circle cx="386" cy="200" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19662<circle cx="346" cy="249" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19663<circle cx="388" cy="170" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19664<circle cx="313" cy="363" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19665<circle cx="322" cy="262" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19666<circle cx="262" cy="209" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19667<circle cx="438" cy="289" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19668<circle cx="144" cy="310" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19669<circle cx="350" cy="117" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19670<circle cx="341" cy="234" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19671<circle cx="286" cy="318" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19672<circle cx="269" cy="364" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19673<circle cx="367" cy="312" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19674<circle cx="474" cy="289" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19675<circle cx="324" cy="253" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19676<circle cx="303" cy="129" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19677<circle cx="523" cy="255" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19678<circle cx="297" cy="256" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19679<circle cx="360" cy="154" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19680<circle cx="370" cy="107" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19681<circle cx="384" cy="220" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19682<circle cx="351" cy="277" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19683<circle cx="264" cy="252" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19684<circle cx="478" cy="238" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19685<circle cx="254" cy="171" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19686<circle cx="245" cy="200" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19687<circle cx="317" cy="195" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19688<circle cx="369" cy="281" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19689<circle cx="297" cy="344" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19690<circle cx="301" cy="323" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19691<circle cx="328" cy="154" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19692<circle cx="312" cy="95" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19693<circle cx="454" cy="322" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19694<circle cx="306" cy="261" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19695<circle cx="368" cy="174" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19696<circle cx="242" cy="227" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19697<circle cx="294" cy="233" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19698<circle cx="300" cy="237" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19699<circle cx="351" cy="283" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19700<circle cx="519" cy="216" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19701<circle cx="446" cy="92" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19702<circle cx="264" cy="269" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19703<circle cx="385" cy="205" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19704<circle cx="333" cy="177" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19705<circle cx="297" cy="233" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19706<circle cx="173" cy="261" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19707<circle cx="430" cy="147" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19708<circle cx="306" cy="196" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19709<circle cx="200" cy="253" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19710<circle cx="278" cy="197" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19711<circle cx="438" cy="245" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19712<circle cx="398" cy="153" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19713<circle cx="316" cy="228" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19714<circle cx="468" cy="247" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19715<circle cx="224" cy="198" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19716<circle cx="381" cy="263" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19717<circle cx="264" cy="293" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19718<circle cx="474" cy="196" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19719<circle cx="328" cy="301" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19720<circle cx="343" cy="129" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19721<circle cx="406" cy="197" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19722<circle cx="286" cy="201" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19723<circle cx="381" cy="347" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19724<circle cx="260" cy="189" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19725<circle cx="322" cy="159" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19726<circle cx="216" cy="188" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19727<circle cx="466" cy="263" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19728<circle cx="161" cy="254" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19729<circle cx="279" cy="262" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19730<circle cx="393" cy="228" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19731<circle cx="275" cy="194" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19732<circle cx="278" cy="153" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19733<circle cx="409" cy="140" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19734<circle cx="303" cy="166" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19735<circle cx="429" cy="326" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19736<circle cx="148" cy="228" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19737<circle cx="253" cy="265" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19738<circle cx="353" cy="209" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19739<circle cx="352" cy="274" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19740<circle cx="349" cy="261" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19741<circle cx="326" cy="219" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19742<circle cx="480" cy="172" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19743<circle cx="387" cy="309" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19744<circle cx="244" cy="248" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19745<circle cx="274" cy="198" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19746<circle cx="268" cy="227" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19747<circle cx="380" cy="211" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19748<circle cx="294" cy="218" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19749<circle cx="287" cy="174" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19750<circle cx="259" cy="318" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19751<circle cx="247" cy="285" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19752<circle cx="311" cy="141" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19753<circle cx="344" cy="259" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19754<circle cx="285" cy="221" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19755<circle cx="489" cy="101" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19756<circle cx="272" cy="266" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19757<circle cx="423" cy="251" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19758<circle cx="334" cy="215" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19759<circle cx="370" cy="160" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19760<circle cx="332" cy="201" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19761<circle cx="332" cy="274" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19762<circle cx="468" cy="189" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19763<circle cx="252" cy="269" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19764<circle cx="375" cy="279" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19765<circle cx="374" cy="223" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19766<circle cx="288" cy="245" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19767<circle cx="405" cy="211" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19768<circle cx="284" cy="161" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19769<circle cx="252" cy="265" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19770<circle cx="324" cy="228" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19771<circle cx="217" cy="235" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19772<circle cx="239" cy="231" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19773<circle cx="393" cy="225" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19774<circle cx="263" cy="214" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19775<circle cx="306" cy="191" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19776<circle cx="371" cy="152" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19777<circle cx="319" cy="282" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19778<circle cx="321" cy="149" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19779<circle cx="268" cy="300" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19780<circle cx="441" cy="265" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19781<circle cx="400" cy="184" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19782<circle cx="317" cy="222" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19783<circle cx="424" cy="262" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19784<circle cx="430" cy="172" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19785<circle cx="392" cy="275" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19786<circle cx="336" cy="220" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19787<circle cx="351" cy="296" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19788<circle cx="328" cy="141" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19789<circle cx="409" cy="202" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19790<circle cx="412" cy="203" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19791<circle cx="283" cy="253" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19792<circle cx="338" cy="185" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19793<circle cx="318" cy="185" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19794<circle cx="322" cy="132" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19795<circle cx="320" cy="220" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19796<circle cx="257" cy="240" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19797<circle cx="324" cy="144" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19798<circle cx="430" cy="171" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19799<circle cx="303" cy="213" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19800<circle cx="243" cy="186" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19801<circle cx="234" cy="257" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19802<circle cx="305" cy="272" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19803<circle cx="405" cy="183" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19804<circle cx="185" cy="198" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19805<circle cx="369" cy="156" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19806<circle cx="344" cy="179" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19807<circle cx="350" cy="134" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19808<circle cx="430" cy="392" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19809<circle cx="335" cy="315" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19810<circle cx="252" cy="255" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19811<circle cx="333" cy="279" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19812<circle cx="242" cy="290" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19813<circle cx="380" cy="204" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19814<circle cx="195" cy="189" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19815<circle cx="344" cy="235" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19816<circle cx="533" cy="258" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19817<circle cx="375" cy="279" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19818<circle cx="410" cy="273" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19819<circle cx="427" cy="283" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19820<circle cx="386" cy="222" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19821<circle cx="209" cy="256" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19822<circle cx="273" cy="192" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19823<circle cx="324" cy="300" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19824<circle cx="428" cy="222" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19825<circle cx="238" cy="240" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19826<circle cx="311" cy="324" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19827<circle cx="335" cy="211" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19828<circle cx="371" cy="253" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19829<circle cx="327" cy="320" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19830<circle cx="455" cy="215" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19831<circle cx="138" cy="142" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19832<circle cx="372" cy="242" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19833<circle cx="334" cy="188" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19834<circle cx="410" cy="178" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19835<circle cx="334" cy="324" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19836<circle cx="298" cy="329" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19837<circle cx="373" cy="285" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19838<circle cx="416" cy="275" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19839<circle cx="238" cy="159" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19840<circle cx="378" cy="274" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19841<circle cx="332" cy="203" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19842<circle cx="402" cy="266" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19843<circle cx="477" cy="255" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19844<circle cx="399" cy="207" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19845<circle cx="404" cy="290" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19846<circle cx="376" cy="325" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19847<circle cx="301" cy="342" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19848<circle cx="272" cy="258" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19849<circle cx="194" cy="340" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19850<circle cx="340" cy="170" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19851<circle cx="277" cy="242" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19852<circle cx="396" cy="268" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19853<circle cx="227" cy="207" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19854<circle cx="358" cy="226" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19855<circle cx="245" cy="277" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19856<circle cx="346" cy="235" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19857<circle cx="251" cy="280" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19858<circle cx="406" cy="277" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19859<circle cx="144" cy="237" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19860<circle cx="377" cy="237" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19861<circle cx="290" cy="273" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19862<circle cx="418" cy="104" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19863<circle cx="272" cy="277" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19864<circle cx="283" cy="187" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19865<circle cx="428" cy="166" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19866<circle cx="450" cy="252" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19867<circle cx="331" cy="296" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19868<circle cx="464" cy="440" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19869<circle cx="355" cy="207" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19870<circle cx="392" cy="198" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19871<circle cx="242" cy="219" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19872<circle cx="243" cy="257" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19873<circle cx="315" cy="310" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19874<circle cx="302" cy="223" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19875<circle cx="228" cy="149" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19876<circle cx="319" cy="249" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19877<circle cx="356" cy="175" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19878<circle cx="405" cy="260" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19879<circle cx="277" cy="200" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19880<circle cx="284" cy="203" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19881<circle cx="562" cy="221" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19882<circle cx="265" cy="238" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19883<circle cx="305" cy="359" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19884<circle cx="373" cy="256" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19885<circle cx="325" cy="274" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19886<circle cx="235" cy="143" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19887<circle cx="372" cy="308" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19888<circle cx="390" cy="241" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19889<circle cx="288" cy="246" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19890<circle cx="250" cy="229" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19891<circle cx="368" cy="204" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19892<circle cx="270" cy="287" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19893<circle cx="346" cy="188" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19894<circle cx="178" cy="237" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19895<circle cx="425" cy="227" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19896<circle cx="311" cy="205" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19897<circle cx="290" cy="291" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19898<circle cx="404" cy="223" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19899<circle cx="386" cy="270" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19900<circle cx="356" cy="223" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19901<circle cx="478" cy="167" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19902<circle cx="454" cy="262" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19903<circle cx="185" cy="275" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19904<circle cx="344" cy="210" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19905<circle cx="143" cy="212" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19906<circle cx="353" cy="309" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19907<circle cx="296" cy="276" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19908<circle cx="343" cy="328" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19909<circle cx="356" cy="227" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19910<circle cx="377" cy="184" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19911<circle cx="347" cy="270" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19912<circle cx="271" cy="333" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19913<circle cx="358" cy="278" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19914<circle cx="395" cy="256" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19915<circle cx="280" cy="200" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19916<circle cx="463" cy="303" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19917<circle cx="378" cy="271" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19918<circle cx="547" cy="293" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19919<circle cx="310" cy="238" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19920<circle cx="220" cy="237" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19921<circle cx="288" cy="264" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19922<circle cx="301" cy="242" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19923<circle cx="346" cy="163" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19924<circle cx="293" cy="193" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19925<circle cx="242" cy="227" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19926<circle cx="280" cy="283" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19927<circle cx="414" cy="188" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19928<circle cx="445" cy="255" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19929<circle cx="290" cy="161" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19930<circle cx="358" cy="170" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19931<circle cx="408" cy="177" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19932<circle cx="326" cy="249" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19933<circle cx="380" cy="263" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19934<circle cx="240" cy="163" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19935<circle cx="340" cy="232" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19936<circle cx="414" cy="220" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19937<circle cx="429" cy="208" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19938<circle cx="320" cy="179" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19939<circle cx="328" cy="309" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19940<circle cx="345" cy="245" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19941<circle cx="247" cy="237" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19942<circle cx="418" cy="266" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19943<circle cx="479" cy="297" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19944<circle cx="291" cy="238" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19945<circle cx="263" cy="267" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19946<circle cx="344" cy="232" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19947<circle cx="348" cy="126" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19948<circle cx="322" cy="326" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19949<circle cx="343" cy="200" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19950<circle cx="495" cy="319" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19951<circle cx="464" cy="243" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19952<circle cx="313" cy="157" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19953<circle cx="361" cy="245" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19954<circle cx="348" cy="331" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19955<circle cx="273" cy="276" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19956<circle cx="257" cy="165" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19957<circle cx="165" cy="230" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19958<circle cx="284" cy="169" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19959<circle cx="382" cy="204" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19960<circle cx="337" cy="202" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19961<circle cx="297" cy="154" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19962<circle cx="337" cy="290" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19963<circle cx="345" cy="297" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19964<circle cx="405" cy="302" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19965<circle cx="419" cy="209" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19966<circle cx="372" cy="317" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19967<circle cx="395" cy="289" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19968<circle cx="338" cy="231" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19969<circle cx="381" cy="172" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19970<circle cx="397" cy="216" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19971<circle cx="381" cy="306" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19972<circle cx="304" cy="197" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19973<circle cx="249" cy="244" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19974<circle cx="385" cy="170" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19975<circle cx="147" cy="233" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19976<circle cx="352" cy="144" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19977<circle cx="329" cy="209" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19978<circle cx="397" cy="216" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19979<circle cx="302" cy="224" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19980<circle cx="391" cy="254" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19981<circle cx="510" cy="161" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19982<circle cx="349" cy="207" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19983<circle cx="260" cy="281" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19984<circle cx="368" cy="233" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19985<circle cx="339" cy="220" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19986<circle cx="454" cy="295" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19987<circle cx="232" cy="218" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19988<circle cx="202" cy="288" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19989<circle cx="280" cy="180" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19990<circle cx="191" cy="212" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19991<circle cx="425" cy="216" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19992<circle cx="271" cy="334" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19993<circle cx="262" cy="185" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19994<circle cx="387" cy="376" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19995<circle cx="299" cy="301" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19996<circle cx="455" cy="318" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19997<circle cx="312" cy="222" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19998<circle cx="336" cy="287" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
19999<circle cx="365" cy="242" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
20000<circle cx="270" cy="230" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
20001<circle cx="481" cy="276" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
20002<circle cx="475" cy="132" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
20003<circle cx="443" cy="284" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
20004<circle cx="433" cy="238" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
20005<circle cx="428" cy="172" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
20006<circle cx="421" cy="189" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
20007<circle cx="287" cy="180" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
20008<circle cx="307" cy="345" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
20009<circle cx="377" cy="267" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
20010<circle cx="268" cy="239" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
20011<circle cx="358" cy="256" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
20012<circle cx="461" cy="251" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
20013<circle cx="247" cy="306" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
20014<circle cx="282" cy="363" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
20015<circle cx="153" cy="275" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
20016<circle cx="285" cy="197" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
20017<circle cx="324" cy="336" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
20018<circle cx="221" cy="256" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
20019<circle cx="372" cy="274" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
20020<circle cx="312" cy="179" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
20021<circle cx="466" cy="296" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
20022<circle cx="348" cy="257" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
20023<circle cx="438" cy="229" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
20024<circle cx="144" cy="126" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
20025<circle cx="337" cy="242" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
20026<circle cx="358" cy="211" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
20027<circle cx="402" cy="211" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
20028<circle cx="463" cy="183" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
20029<circle cx="284" cy="234" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
20030<circle cx="270" cy="238" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
20031<circle cx="220" cy="180" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
20032<circle cx="321" cy="127" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
20033<circle cx="303" cy="139" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
20034<circle cx="328" cy="207" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
20035<circle cx="384" cy="206" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
20036<circle cx="286" cy="150" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
20037<circle cx="397" cy="190" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
20038<circle cx="322" cy="156" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
20039<circle cx="227" cy="229" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
20040<circle cx="380" cy="145" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
20041<circle cx="391" cy="288" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
20042<circle cx="301" cy="214" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
20043<circle cx="410" cy="223" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
20044<circle cx="381" cy="257" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
20045<circle cx="313" cy="223" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
20046<circle cx="342" cy="233" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
20047<circle cx="396" cy="149" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
20048<circle cx="296" cy="290" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
20049<circle cx="473" cy="229" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
20050<circle cx="356" cy="236" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
20051<circle cx="216" cy="204" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
20052<circle cx="360" cy="221" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
20053<circle cx="259" cy="170" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
20054<circle cx="445" cy="300" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
20055<circle cx="346" cy="274" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
20056<circle cx="338" cy="225" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
20057<circle cx="319" cy="298" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
20058<circle cx="255" cy="247" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
20059<circle cx="279" cy="302" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
20060<circle cx="388" cy="323" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
20061<circle cx="301" cy="211" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
20062<circle cx="478" cy="147" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
20063<circle cx="314" cy="160" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
20064<circle cx="337" cy="235" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
20065<circle cx="176" cy="307" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
20066<circle cx="394" cy="241" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
20067<circle cx="432" cy="297" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
20068<circle cx="212" cy="289" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
20069<circle cx="267" cy="239" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
20070<circle cx="443" cy="336" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
20071<circle cx="381" cy="195" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
20072<circle cx="404" cy="81" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
20073<circle cx="306" cy="260" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
20074<circle cx="368" cy="240" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
20075<circle cx="385" cy="267" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
20076<circle cx="302" cy="258" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
20077<circle cx="430" cy="265" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
20078<circle cx="297" cy="224" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
20079<circle cx="319" cy="218" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
20080<circle cx="385" cy="241" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
20081<circle cx="431" cy="187" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
20082<circle cx="345" cy="297" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
20083<circle cx="386" cy="160" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
20084<circle cx="234" cy="182" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
20085<circle cx="434" cy="235" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
20086<circle cx="333" cy="264" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
20087<circle cx="409" cy="272" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
20088<circle cx="315" cy="217" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
20089<circle cx="259" cy="197" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
20090<circle cx="459" cy="290" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
20091<circle cx="351" cy="204" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
20092<circle cx="343" cy="233" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
20093<circle cx="302" cy="235" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
20094<circle cx="300" cy="263" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
20095<circle cx="237" cy="267" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
20096<circle cx="391" cy="273" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
20097<circle cx="128" cy="181" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
20098<circle cx="351" cy="117" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
20099<circle cx="366" cy="292" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
20100<circle cx="269" cy="236" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
20101<circle cx="412" cy="135" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
20102<circle cx="257" cy="185" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
20103<circle cx="196" cy="233" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
20104<circle cx="421" cy="216" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
20105<circle cx="293" cy="266" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
20106<circle cx="354" cy="284" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
20107<circle cx="355" cy="310" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
20108<circle cx="399" cy="237" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
20109<circle cx="520" cy="189" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
20110<circle cx="312" cy="264" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
20111<circle cx="413" cy="224" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
20112<circle cx="246" cy="235" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
20113<circle cx="348" cy="270" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
20114<circle cx="311" cy="297" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
20115<circle cx="379" cy="249" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
20116<circle cx="257" cy="332" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
20117<circle cx="288" cy="231" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
20118<circle cx="324" cy="219" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
20119<circle cx="413" cy="271" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
20120<circle cx="390" cy="239" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
20121<circle cx="301" cy="224" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
20122<circle cx="378" cy="216" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
20123<circle cx="352" cy="181" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
20124<circle cx="164" cy="275" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
20125<circle cx="342" cy="243" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
20126<circle cx="227" cy="217" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
20127<circle cx="370" cy="236" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
20128<circle cx="217" cy="312" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
20129<circle cx="237" cy="322" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
20130<circle cx="249" cy="262" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
20131<circle cx="308" cy="137" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
20132<circle cx="300" cy="276" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
20133<circle cx="341" cy="210" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
20134<circle cx="314" cy="289" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
20135<circle cx="416" cy="275" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
20136<circle cx="256" cy="186" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
20137<circle cx="432" cy="291" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
20138<circle cx="387" cy="230" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
20139<circle cx="354" cy="306" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
20140<circle cx="357" cy="159" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
20141<circle cx="283" cy="226" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
20142<circle cx="375" cy="197" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
20143<circle cx="321" cy="263" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
20144<circle cx="299" cy="259" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
20145<circle cx="346" cy="231" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
20146<circle cx="424" cy="225" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
20147<circle cx="447" cy="192" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
20148<circle cx="268" cy="169" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
20149<circle cx="447" cy="293" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
20150<circle cx="325" cy="256" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
20151<circle cx="343" cy="312" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
20152<circle cx="76" cy="210" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
20153<circle cx="292" cy="224" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
20154<circle cx="312" cy="252" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
20155<circle cx="355" cy="247" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
20156<circle cx="355" cy="259" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
20157<circle cx="356" cy="232" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
20158<circle cx="299" cy="175" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
20159<circle cx="280" cy="185" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
20160<circle cx="290" cy="258" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
20161<circle cx="288" cy="280" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
20162<circle cx="263" cy="224" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
20163<circle cx="320" cy="214" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
20164<circle cx="329" cy="252" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
20165<circle cx="245" cy="193" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
20166<circle cx="305" cy="217" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
20167<circle cx="360" cy="271" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
20168<circle cx="377" cy="297" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
20169<circle cx="323" cy="319" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
20170<circle cx="362" cy="197" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
20171<circle cx="375" cy="186" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
20172<circle cx="348" cy="206" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
20173<circle cx="355" cy="142" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
20174<circle cx="413" cy="218" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
20175<circle cx="296" cy="178" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
20176<circle cx="200" cy="276" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
20177<circle cx="279" cy="189" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
20178<circle cx="308" cy="214" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
20179<circle cx="412" cy="188" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
20180<circle cx="432" cy="229" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
20181<circle cx="337" cy="277" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
20182<circle cx="334" cy="259" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
20183<circle cx="315" cy="216" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
20184<circle cx="426" cy="147" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
20185<circle cx="312" cy="217" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
20186<circle cx="267" cy="194" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
20187<circle cx="311" cy="181" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
20188<circle cx="494" cy="255" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
20189<circle cx="423" cy="239" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
20190<circle cx="447" cy="204" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
20191<circle cx="352" cy="265" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
20192<circle cx="192" cy="179" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
20193<circle cx="378" cy="165" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
20194<circle cx="358" cy="278" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
20195<circle cx="374" cy="259" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
20196<circle cx="504" cy="211" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
20197<circle cx="381" cy="214" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
20198<circle cx="375" cy="349" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
20199<circle cx="316" cy="235" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
20200<circle cx="321" cy="176" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
20201<circle cx="406" cy="219" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
20202<circle cx="345" cy="159" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
20203<circle cx="250" cy="242" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
20204<circle cx="267" cy="137" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
20205<circle cx="207" cy="268" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
20206<circle cx="457" cy="214" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
20207<circle cx="313" cy="253" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
20208<circle cx="418" cy="239" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
20209<circle cx="394" cy="220" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
20210<circle cx="233" cy="245" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
20211<circle cx="114" cy="222" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
20212<circle cx="377" cy="137" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
20213<circle cx="301" cy="205" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
20214<circle cx="350" cy="248" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
20215<circle cx="478" cy="325" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
20216<circle cx="239" cy="325" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
20217<circle cx="349" cy="238" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
20218<circle cx="381" cy="170" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
20219<circle cx="292" cy="270" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
20220<circle cx="448" cy="231" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
20221<circle cx="247" cy="143" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
20222<circle cx="337" cy="288" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
20223<circle cx="311" cy="181" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
20224<circle cx="312" cy="226" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
20225<circle cx="455" cy="124" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
20226<circle cx="296" cy="210" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
20227<circle cx="301" cy="310" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
20228<circle cx="261" cy="193" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
20229<circle cx="303" cy="227" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
20230<circle cx="315" cy="172" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
20231<circle cx="310" cy="213" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
20232<circle cx="382" cy="195" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
20233<circle cx="332" cy="336" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
20234<circle cx="284" cy="286" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
20235<circle cx="467" cy="319" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
20236<circle cx="261" cy="207" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
20237<circle cx="211" cy="163" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
20238<circle cx="370" cy="231" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
20239<circle cx="304" cy="184" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
20240<circle cx="480" cy="304" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
20241<circle cx="204" cy="199" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
20242<circle cx="361" cy="280" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
20243<circle cx="418" cy="202" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
20244<circle cx="293" cy="223" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
20245<circle cx="397" cy="278" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
20246<circle cx="277" cy="199" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
20247<circle cx="332" cy="223" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
20248<circle cx="420" cy="221" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
20249<circle cx="397" cy="257" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
20250<circle cx="254" cy="218" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
20251<circle cx="351" cy="189" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
20252<circle cx="313" cy="231" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
20253<circle cx="220" cy="187" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
20254<circle cx="298" cy="239" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
20255<circle cx="424" cy="190" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
20256<circle cx="364" cy="250" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
20257<circle cx="331" cy="370" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
20258<circle cx="350" cy="228" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
20259<circle cx="430" cy="248" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
20260<circle cx="319" cy="220" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
20261<circle cx="354" cy="231" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
20262<circle cx="139" cy="167" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
20263<circle cx="182" cy="264" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
20264<circle cx="449" cy="198" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
20265<circle cx="353" cy="236" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
20266<circle cx="358" cy="265" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
20267<circle cx="500" cy="188" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
20268<circle cx="348" cy="192" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
20269<circle cx="101" cy="283" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
20270<circle cx="204" cy="127" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
20271<circle cx="260" cy="269" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
20272<circle cx="327" cy="282" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
20273<circle cx="490" cy="268" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
20274<circle cx="431" cy="140" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
20275<circle cx="348" cy="239" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
20276<circle cx="356" cy="263" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
20277<circle cx="416" cy="165" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
20278<circle cx="434" cy="262" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
20279<circle cx="406" cy="150" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
20280<circle cx="432" cy="232" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
20281<circle cx="306" cy="196" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
20282<circle cx="283" cy="285" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
20283<circle cx="444" cy="205" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
20284<circle cx="233" cy="179" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
20285<circle cx="308" cy="272" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
20286<circle cx="238" cy="133" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
20287<circle cx="301" cy="251" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
20288<circle cx="293" cy="181" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
20289<circle cx="235" cy="217" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
20290<circle cx="348" cy="157" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
20291<circle cx="375" cy="297" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
20292<circle cx="131" cy="178" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
20293<circle cx="369" cy="200" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
20294<circle cx="319" cy="213" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
20295<circle cx="456" cy="236" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
20296<circle cx="368" cy="356" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
20297<circle cx="471" cy="147" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
20298<circle cx="246" cy="258" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
20299<circle cx="389" cy="268" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
20300<circle cx="370" cy="169" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
20301<circle cx="218" cy="193" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
20302<circle cx="346" cy="297" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
20303<circle cx="318" cy="320" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
20304<circle cx="464" cy="180" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
20305<circle cx="355" cy="226" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
20306<circle cx="343" cy="224" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
20307<circle cx="384" cy="189" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
20308<circle cx="379" cy="134" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
20309<circle cx="393" cy="227" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
20310<circle cx="267" cy="287" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
20311<circle cx="336" cy="237" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
20312<circle cx="325" cy="174" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
20313<circle cx="367" cy="150" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
20314<circle cx="278" cy="306" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
20315<circle cx="242" cy="288" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
20316<circle cx="286" cy="297" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
20317<circle cx="364" cy="220" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
20318<circle cx="383" cy="206" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
20319<circle cx="386" cy="245" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
20320<circle cx="347" cy="281" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
20321<circle cx="414" cy="204" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
20322<circle cx="406" cy="163" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
20323<circle cx="492" cy="246" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
20324<circle cx="381" cy="246" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
20325<circle cx="303" cy="122" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
20326<circle cx="391" cy="173" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
20327<circle cx="300" cy="219" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
20328<circle cx="287" cy="294" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
20329<circle cx="234" cy="156" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
20330<circle cx="255" cy="219" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
20331<circle cx="217" cy="288" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
20332<circle cx="475" cy="184" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
20333<circle cx="342" cy="208" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
20334<circle cx="300" cy="159" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
20335<circle cx="332" cy="266" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
20336<circle cx="361" cy="244" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
20337<circle cx="365" cy="222" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
20338<circle cx="377" cy="212" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
20339<circle cx="383" cy="222" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
20340<circle cx="396" cy="125" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
20341<circle cx="308" cy="286" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
20342<circle cx="353" cy="173" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
20343<circle cx="426" cy="301" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
20344<circle cx="278" cy="237" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
20345<circle cx="354" cy="219" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
20346<circle cx="253" cy="265" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
20347<circle cx="279" cy="306" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
20348<circle cx="464" cy="299" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
20349<circle cx="373" cy="231" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
20350<circle cx="340" cy="203" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
20351<circle cx="241" cy="229" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
20352<circle cx="392" cy="209" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
20353<circle cx="381" cy="263" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
20354<circle cx="255" cy="228" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
20355<circle cx="308" cy="288" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
20356<circle cx="244" cy="182" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
20357<circle cx="309" cy="252" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
20358<circle cx="479" cy="168" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
20359<circle cx="198" cy="200" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
20360<circle cx="391" cy="238" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
20361<circle cx="439" cy="221" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
20362<circle cx="434" cy="217" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
20363<circle cx="402" cy="254" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
20364<circle cx="285" cy="351" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
20365<circle cx="369" cy="331" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
20366<circle cx="244" cy="208" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
20367<circle cx="384" cy="218" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
20368<circle cx="377" cy="295" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
20369<circle cx="369" cy="221" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
20370<circle cx="434" cy="213" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
20371<circle cx="319" cy="233" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
20372<circle cx="378" cy="201" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
20373<circle cx="376" cy="259" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
20374<circle cx="167" cy="115" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
20375<circle cx="370" cy="211" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
20376<circle cx="335" cy="211" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
20377<circle cx="307" cy="188" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
20378<circle cx="272" cy="232" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
20379<circle cx="528" cy="225" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
20380<circle cx="321" cy="257" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
20381<circle cx="398" cy="191" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
20382<circle cx="336" cy="211" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
20383<circle cx="336" cy="261" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
20384<circle cx="307" cy="194" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
20385<circle cx="358" cy="228" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
20386<circle cx="385" cy="196" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
20387<circle cx="326" cy="288" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
20388<circle cx="281" cy="202" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
20389<circle cx="384" cy="273" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
20390<circle cx="488" cy="171" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
20391<circle cx="355" cy="201" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
20392<circle cx="164" cy="265" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
20393<circle cx="210" cy="223" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
20394<circle cx="301" cy="273" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
20395<circle cx="179" cy="231" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
20396<circle cx="237" cy="262" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
20397<circle cx="374" cy="221" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
20398<circle cx="288" cy="220" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
20399<circle cx="398" cy="291" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
20400<circle cx="398" cy="340" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
20401<circle cx="304" cy="213" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
20402<circle cx="139" cy="303" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
20403<circle cx="302" cy="269" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
20404<circle cx="452" cy="164" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
20405<circle cx="358" cy="275" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
20406<circle cx="397" cy="247" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
20407<circle cx="348" cy="309" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
20408<circle cx="238" cy="183" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
20409<circle cx="406" cy="268" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
20410<circle cx="371" cy="267" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
20411<circle cx="252" cy="250" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
20412<circle cx="413" cy="311" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
20413<circle cx="380" cy="303" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
20414<circle cx="421" cy="266" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
20415<circle cx="305" cy="196" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
20416<circle cx="301" cy="295" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
20417<circle cx="433" cy="233" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
20418<circle cx="376" cy="248" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
20419<circle cx="289" cy="303" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
20420<circle cx="276" cy="271" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
20421<circle cx="233" cy="304" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
20422<circle cx="77" cy="171" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
20423<circle cx="431" cy="211" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
20424<circle cx="304" cy="225" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
20425<circle cx="307" cy="190" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
20426<circle cx="276" cy="239" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
20427<circle cx="150" cy="228" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
20428<circle cx="275" cy="258" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
20429<circle cx="305" cy="239" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
20430<circle cx="322" cy="198" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
20431<circle cx="244" cy="250" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
20432<circle cx="318" cy="168" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
20433<circle cx="258" cy="185" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
20434<circle cx="467" cy="171" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
20435<circle cx="403" cy="173" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
20436<circle cx="333" cy="298" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
20437<circle cx="270" cy="201" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
20438<circle cx="224" cy="250" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
20439<circle cx="493" cy="248" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
20440<circle cx="260" cy="162" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
20441<circle cx="389" cy="124" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
20442<circle cx="366" cy="229" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
20443<circle cx="459" cy="272" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
20444<circle cx="335" cy="264" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
20445<circle cx="237" cy="214" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
20446<circle cx="337" cy="251" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
20447<circle cx="340" cy="237" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
20448<rect x="184" y="124" width="312" height="215" opacity="0.3" fill="#FF0000" stroke="none"/>
20449<line opacity="1" stroke="#FF0000" stroke-width="1" x1="335" y1="227" x2="345" y2="237"/>
20450<line opacity="1" stroke="#FF0000" stroke-width="1" x1="335" y1="237" x2="345" y2="227"/>
20451</svg>
20452</div>
20453</div>
20454
20455</div>
20456
20457</div>
20458</div>
20459
20460</div>
20461<div class="cell border-box-sizing text_cell rendered"><div class="prompt input_prompt">
20462</div>
20463<div class="inner_cell">
20464<div class="text_cell_render border-box-sizing rendered_html">
20465<h3 id="Histogram">Histogram<a class="anchor-link" href="#Histogram">&#182;</a></h3>
20466</div>
20467</div>
20468</div>
20469<div class="cell border-box-sizing text_cell rendered"><div class="prompt input_prompt">
20470</div>
20471<div class="inner_cell">
20472<div class="text_cell_render border-box-sizing rendered_html">
20473<p>We can also have histograms. For histograms, we can use the predefined histogram series struct to build the histogram easily. The following code demonstrate how to create both histogram for X and Y value of <code>random_points</code>.</p>
20474
20475</div>
20476</div>
20477</div>
20478<div class="cell border-box-sizing code_cell rendered">
20479<div class="input">
20480<div class="prompt input_prompt">In&nbsp;[18]:</div>
20481<div class="inner_cell">
20482    <div class="input_area">
20483<div class=" highlight hl-Rust"><pre><span></span>:<span class="nc">dep</span><span class="w"> </span><span class="n">plotters</span><span class="w"> </span><span class="o">=</span><span class="w"> </span><span class="p">{</span><span class="w"> </span><span class="n">version</span><span class="w"> </span><span class="o">=</span><span class="w"> </span><span class="s">&quot;^0.3.0&quot;</span><span class="p">,</span><span class="w"> </span><span class="n">default_features</span><span class="w"> </span><span class="o">=</span><span class="w"> </span><span class="kc">false</span><span class="p">,</span><span class="w"> </span><span class="n">features</span><span class="w"> </span><span class="o">=</span><span class="w"> </span><span class="p">[</span><span class="s">&quot;evcxr&quot;</span><span class="p">,</span><span class="w"> </span><span class="s">&quot;all_series&quot;</span><span class="p">,</span><span class="w"> </span><span class="s">&quot;all_elements&quot;</span><span class="p">]</span><span class="w"> </span><span class="p">}</span><span class="w"></span>
20484
20485<span class="k">extern</span><span class="w"> </span><span class="k">crate</span><span class="w"> </span><span class="n">plotters</span><span class="p">;</span><span class="w"></span>
20486<span class="k">use</span><span class="w"> </span><span class="n">plotters</span>::<span class="n">prelude</span>::<span class="o">*</span><span class="p">;</span><span class="w"></span>
20487
20488<span class="n">evcxr_figure</span><span class="p">((</span><span class="mi">640</span><span class="p">,</span><span class="w"> </span><span class="mi">480</span><span class="p">),</span><span class="w"> </span><span class="o">|</span><span class="n">root</span><span class="o">|</span><span class="w"> </span><span class="p">{</span><span class="w"></span>
20489<span class="w">    </span><span class="kd">let</span><span class="w"> </span><span class="n">areas</span><span class="w"> </span><span class="o">=</span><span class="w"> </span><span class="n">root</span><span class="p">.</span><span class="n">split_evenly</span><span class="p">((</span><span class="mi">2</span><span class="p">,</span><span class="mi">1</span><span class="p">));</span><span class="w"></span>
20490<span class="w">    </span><span class="kd">let</span><span class="w"> </span><span class="k">mut</span><span class="w"> </span><span class="n">charts</span><span class="w"> </span><span class="o">=</span><span class="w"> </span><span class="n">vec</span><span class="o">!</span><span class="p">[];</span><span class="w"></span>
20491<span class="w">    </span>
20492<span class="w">    </span><span class="c1">// The following code will create a chart context</span>
20493<span class="w">   </span><span class="k">for</span><span class="w"> </span><span class="p">(</span><span class="n">area</span><span class="p">,</span><span class="w"> </span><span class="n">name</span><span class="p">)</span><span class="w"> </span><span class="k">in</span><span class="w"> </span><span class="n">areas</span><span class="p">.</span><span class="n">iter</span><span class="p">().</span><span class="n">zip</span><span class="p">([</span><span class="s">&quot;X&quot;</span><span class="p">,</span><span class="w"> </span><span class="s">&quot;Y&quot;</span><span class="p">].</span><span class="n">into_iter</span><span class="p">())</span><span class="w"> </span><span class="p">{</span><span class="w"></span>
20494<span class="w">        </span><span class="kd">let</span><span class="w"> </span><span class="k">mut</span><span class="w"> </span><span class="n">chart</span><span class="w"> </span><span class="o">=</span><span class="w"> </span><span class="n">ChartBuilder</span>::<span class="n">on</span><span class="p">(</span><span class="o">&amp;</span><span class="n">area</span><span class="p">)</span><span class="w"></span>
20495<span class="w">            </span><span class="p">.</span><span class="n">caption</span><span class="p">(</span><span class="n">format</span><span class="o">!</span><span class="p">(</span><span class="s">&quot;Histogram for {}&quot;</span><span class="p">,</span><span class="w"> </span><span class="n">name</span><span class="p">),</span><span class="w"> </span><span class="p">(</span><span class="s">&quot;Arial&quot;</span><span class="p">,</span><span class="w"> </span><span class="mi">20</span><span class="p">).</span><span class="n">into_font</span><span class="p">())</span><span class="w"></span>
20496<span class="w">            </span><span class="p">.</span><span class="n">x_label_area_size</span><span class="p">(</span><span class="mi">40</span><span class="p">)</span><span class="w"></span>
20497<span class="w">            </span><span class="p">.</span><span class="n">y_label_area_size</span><span class="p">(</span><span class="mi">40</span><span class="p">)</span><span class="w"></span>
20498<span class="w">            </span><span class="p">.</span><span class="n">build_cartesian_2d</span><span class="p">(</span><span class="mi">0</span><span class="k">u32</span><span class="p">..</span><span class="mi">100</span><span class="k">u32</span><span class="p">,</span><span class="w"> </span><span class="mi">0</span><span class="k">f64</span><span class="p">..</span><span class="mf">0.5</span><span class="k">f64</span><span class="p">)</span><span class="o">?</span><span class="p">;</span><span class="w"></span>
20499<span class="w">        </span><span class="n">chart</span><span class="p">.</span><span class="n">configure_mesh</span><span class="p">()</span><span class="w"></span>
20500<span class="w">            </span><span class="p">.</span><span class="n">disable_x_mesh</span><span class="p">()</span><span class="w"></span>
20501<span class="w">            </span><span class="p">.</span><span class="n">disable_y_mesh</span><span class="p">()</span><span class="w"></span>
20502<span class="w">            </span><span class="p">.</span><span class="n">y_labels</span><span class="p">(</span><span class="mi">5</span><span class="p">)</span><span class="w"></span>
20503<span class="w">            </span><span class="p">.</span><span class="n">x_label_formatter</span><span class="p">(</span><span class="o">&amp;|</span><span class="n">x</span><span class="o">|</span><span class="w"> </span><span class="n">format</span><span class="o">!</span><span class="p">(</span><span class="s">&quot;{:.1}&quot;</span><span class="p">,</span><span class="w"> </span><span class="o">*</span><span class="n">x</span><span class="w"> </span><span class="k">as</span><span class="w"> </span><span class="kt">f64</span><span class="w"> </span><span class="o">/</span><span class="w"> </span><span class="mf">100.0</span><span class="p">))</span><span class="w"></span>
20504<span class="w">            </span><span class="p">.</span><span class="n">y_label_formatter</span><span class="p">(</span><span class="o">&amp;|</span><span class="n">y</span><span class="o">|</span><span class="w"> </span><span class="n">format</span><span class="o">!</span><span class="p">(</span><span class="s">&quot;{}%&quot;</span><span class="p">,</span><span class="w"> </span><span class="p">(</span><span class="o">*</span><span class="n">y</span><span class="w"> </span><span class="o">*</span><span class="w"> </span><span class="mf">100.0</span><span class="p">)</span><span class="w"> </span><span class="k">as</span><span class="w"> </span><span class="kt">u32</span><span class="p">))</span><span class="w"></span>
20505<span class="w">            </span><span class="p">.</span><span class="n">draw</span><span class="p">()</span><span class="o">?</span><span class="p">;</span><span class="w"></span>
20506<span class="w">        </span><span class="n">charts</span><span class="p">.</span><span class="n">push</span><span class="p">(</span><span class="n">chart</span><span class="p">);</span><span class="w"></span>
20507<span class="w">    </span><span class="p">}</span><span class="w"></span>
20508<span class="w">    </span>
20509<span class="w">    </span><span class="kd">let</span><span class="w"> </span><span class="n">hist_x</span><span class="w"> </span><span class="o">=</span><span class="w"> </span><span class="n">Histogram</span>::<span class="n">vertical</span><span class="p">(</span><span class="o">&amp;</span><span class="n">charts</span><span class="p">[</span><span class="mi">0</span><span class="p">])</span><span class="w"></span>
20510<span class="w">        </span><span class="p">.</span><span class="n">style</span><span class="p">(</span><span class="n">RED</span><span class="p">.</span><span class="n">filled</span><span class="p">())</span><span class="w"></span>
20511<span class="w">        </span><span class="p">.</span><span class="n">margin</span><span class="p">(</span><span class="mi">0</span><span class="p">)</span><span class="w"></span>
20512<span class="w">        </span><span class="p">.</span><span class="n">data</span><span class="p">(</span><span class="n">random_points</span><span class="p">.</span><span class="n">iter</span><span class="p">().</span><span class="n">map</span><span class="p">(</span><span class="o">|</span><span class="p">(</span><span class="n">x</span><span class="p">,</span><span class="n">_</span><span class="p">)</span><span class="o">|</span><span class="w"> </span><span class="p">((</span><span class="n">x</span><span class="o">*</span><span class="mf">100.0</span><span class="p">)</span><span class="w"> </span><span class="k">as</span><span class="w"> </span><span class="kt">u32</span><span class="p">,</span><span class="w"> </span><span class="mf">0.01</span><span class="p">)));</span><span class="w"></span>
20513<span class="w">    </span>
20514<span class="w">    </span><span class="kd">let</span><span class="w"> </span><span class="n">hist_y</span><span class="w"> </span><span class="o">=</span><span class="w"> </span><span class="n">Histogram</span>::<span class="n">vertical</span><span class="p">(</span><span class="o">&amp;</span><span class="n">charts</span><span class="p">[</span><span class="mi">0</span><span class="p">])</span><span class="w"></span>
20515<span class="w">        </span><span class="p">.</span><span class="n">style</span><span class="p">(</span><span class="n">GREEN</span><span class="p">.</span><span class="n">filled</span><span class="p">())</span><span class="w"></span>
20516<span class="w">        </span><span class="p">.</span><span class="n">margin</span><span class="p">(</span><span class="mi">0</span><span class="p">)</span><span class="w"></span>
20517<span class="w">        </span><span class="p">.</span><span class="n">data</span><span class="p">(</span><span class="n">random_points</span><span class="p">.</span><span class="n">iter</span><span class="p">().</span><span class="n">map</span><span class="p">(</span><span class="o">|</span><span class="p">(</span><span class="n">_</span><span class="p">,</span><span class="n">y</span><span class="p">)</span><span class="o">|</span><span class="w"> </span><span class="p">((</span><span class="n">y</span><span class="o">*</span><span class="mf">100.0</span><span class="p">)</span><span class="w"> </span><span class="k">as</span><span class="w"> </span><span class="kt">u32</span><span class="p">,</span><span class="w"> </span><span class="mf">0.01</span><span class="p">)));</span><span class="w"></span>
20518<span class="w">    </span>
20519<span class="w">    </span><span class="n">charts</span><span class="p">[</span><span class="mi">0</span><span class="p">].</span><span class="n">draw_series</span><span class="p">(</span><span class="n">hist_x</span><span class="p">);</span><span class="w"></span>
20520<span class="w">    </span><span class="n">charts</span><span class="p">[</span><span class="mi">1</span><span class="p">].</span><span class="n">draw_series</span><span class="p">(</span><span class="n">hist_y</span><span class="p">);</span><span class="w"></span>
20521<span class="w">    </span>
20522<span class="w">    </span><span class="nb">Ok</span><span class="p">(())</span><span class="w"></span>
20523<span class="p">}).</span><span class="n">style</span><span class="p">(</span><span class="s">&quot;width:60%&quot;</span><span class="p">)</span><span class="w"></span>
20524</pre></div>
20525
20526</div>
20527</div>
20528</div>
20529
20530<div class="output_wrapper">
20531<div class="output">
20532
20533
20534<div class="output_area">
20535
20536<div class="prompt output_prompt">Out[18]:</div>
20537
20538
20539
20540<div class="output_html rendered_html output_subarea output_execute_result">
20541<div style="width:60%"><svg width="640" height="480" viewBox="0 0 640 480" xmlns="http://www.w3.org/2000/svg">
20542<text x="320" y="5" dy="0.76em" text-anchor="middle" font-family="Arial" font-size="16.129032258064516" opacity="1" fill="#000000">
20543Histogram for X
20544</text>
20545<polyline fill="none" opacity="1" stroke="#000000" stroke-width="1" points="39,26 39,200 "/>
20546<text x="30" y="164" dy="0.5ex" text-anchor="end" font-family="sans-serif" font-size="9.67741935483871" opacity="1" fill="#000000">
2054710%
20548</text>
20549<polyline fill="none" opacity="1" stroke="#000000" stroke-width="1" points="34,164 39,164 "/>
20550<text x="30" y="129" dy="0.5ex" text-anchor="end" font-family="sans-serif" font-size="9.67741935483871" opacity="1" fill="#000000">
2055120%
20552</text>
20553<polyline fill="none" opacity="1" stroke="#000000" stroke-width="1" points="34,129 39,129 "/>
20554<text x="30" y="94" dy="0.5ex" text-anchor="end" font-family="sans-serif" font-size="9.67741935483871" opacity="1" fill="#000000">
2055530%
20556</text>
20557<polyline fill="none" opacity="1" stroke="#000000" stroke-width="1" points="34,94 39,94 "/>
20558<text x="30" y="59" dy="0.5ex" text-anchor="end" font-family="sans-serif" font-size="9.67741935483871" opacity="1" fill="#000000">
2055940%
20560</text>
20561<polyline fill="none" opacity="1" stroke="#000000" stroke-width="1" points="34,59 39,59 "/>
20562<polyline fill="none" opacity="1" stroke="#000000" stroke-width="1" points="40,200 640,200 "/>
20563<text x="40" y="210" dy="0.76em" text-anchor="middle" font-family="sans-serif" font-size="9.67741935483871" opacity="1" fill="#000000">
205640.0
20565</text>
20566<polyline fill="none" opacity="1" stroke="#000000" stroke-width="1" points="40,200 40,205 "/>
20567<text x="100" y="210" dy="0.76em" text-anchor="middle" font-family="sans-serif" font-size="9.67741935483871" opacity="1" fill="#000000">
205680.1
20569</text>
20570<polyline fill="none" opacity="1" stroke="#000000" stroke-width="1" points="100,200 100,205 "/>
20571<text x="160" y="210" dy="0.76em" text-anchor="middle" font-family="sans-serif" font-size="9.67741935483871" opacity="1" fill="#000000">
205720.2
20573</text>
20574<polyline fill="none" opacity="1" stroke="#000000" stroke-width="1" points="160,200 160,205 "/>
20575<text x="220" y="210" dy="0.76em" text-anchor="middle" font-family="sans-serif" font-size="9.67741935483871" opacity="1" fill="#000000">
205760.3
20577</text>
20578<polyline fill="none" opacity="1" stroke="#000000" stroke-width="1" points="220,200 220,205 "/>
20579<text x="280" y="210" dy="0.76em" text-anchor="middle" font-family="sans-serif" font-size="9.67741935483871" opacity="1" fill="#000000">
205800.4
20581</text>
20582<polyline fill="none" opacity="1" stroke="#000000" stroke-width="1" points="280,200 280,205 "/>
20583<text x="340" y="210" dy="0.76em" text-anchor="middle" font-family="sans-serif" font-size="9.67741935483871" opacity="1" fill="#000000">
205840.5
20585</text>
20586<polyline fill="none" opacity="1" stroke="#000000" stroke-width="1" points="340,200 340,205 "/>
20587<text x="400" y="210" dy="0.76em" text-anchor="middle" font-family="sans-serif" font-size="9.67741935483871" opacity="1" fill="#000000">
205880.6
20589</text>
20590<polyline fill="none" opacity="1" stroke="#000000" stroke-width="1" points="400,200 400,205 "/>
20591<text x="460" y="210" dy="0.76em" text-anchor="middle" font-family="sans-serif" font-size="9.67741935483871" opacity="1" fill="#000000">
205920.7
20593</text>
20594<polyline fill="none" opacity="1" stroke="#000000" stroke-width="1" points="460,200 460,205 "/>
20595<text x="520" y="210" dy="0.76em" text-anchor="middle" font-family="sans-serif" font-size="9.67741935483871" opacity="1" fill="#000000">
205960.8
20597</text>
20598<polyline fill="none" opacity="1" stroke="#000000" stroke-width="1" points="520,200 520,205 "/>
20599<text x="580" y="210" dy="0.76em" text-anchor="middle" font-family="sans-serif" font-size="9.67741935483871" opacity="1" fill="#000000">
206000.9
20601</text>
20602<polyline fill="none" opacity="1" stroke="#000000" stroke-width="1" points="580,200 580,205 "/>
20603<text x="640" y="210" dy="0.76em" text-anchor="middle" font-family="sans-serif" font-size="9.67741935483871" opacity="1" fill="#000000">
206041.0
20605</text>
20606<polyline fill="none" opacity="1" stroke="#000000" stroke-width="1" points="640,200 640,205 "/>
20607<text x="320" y="245" dy="0.76em" text-anchor="middle" font-family="Arial" font-size="16.129032258064516" opacity="1" fill="#000000">
20608Histogram for Y
20609</text>
20610<polyline fill="none" opacity="1" stroke="#000000" stroke-width="1" points="39,266 39,440 "/>
20611<text x="30" y="404" dy="0.5ex" text-anchor="end" font-family="sans-serif" font-size="9.67741935483871" opacity="1" fill="#000000">
2061210%
20613</text>
20614<polyline fill="none" opacity="1" stroke="#000000" stroke-width="1" points="34,404 39,404 "/>
20615<text x="30" y="369" dy="0.5ex" text-anchor="end" font-family="sans-serif" font-size="9.67741935483871" opacity="1" fill="#000000">
2061620%
20617</text>
20618<polyline fill="none" opacity="1" stroke="#000000" stroke-width="1" points="34,369 39,369 "/>
20619<text x="30" y="334" dy="0.5ex" text-anchor="end" font-family="sans-serif" font-size="9.67741935483871" opacity="1" fill="#000000">
2062030%
20621</text>
20622<polyline fill="none" opacity="1" stroke="#000000" stroke-width="1" points="34,334 39,334 "/>
20623<text x="30" y="299" dy="0.5ex" text-anchor="end" font-family="sans-serif" font-size="9.67741935483871" opacity="1" fill="#000000">
2062440%
20625</text>
20626<polyline fill="none" opacity="1" stroke="#000000" stroke-width="1" points="34,299 39,299 "/>
20627<polyline fill="none" opacity="1" stroke="#000000" stroke-width="1" points="40,440 640,440 "/>
20628<text x="40" y="450" dy="0.76em" text-anchor="middle" font-family="sans-serif" font-size="9.67741935483871" opacity="1" fill="#000000">
206290.0
20630</text>
20631<polyline fill="none" opacity="1" stroke="#000000" stroke-width="1" points="40,440 40,445 "/>
20632<text x="100" y="450" dy="0.76em" text-anchor="middle" font-family="sans-serif" font-size="9.67741935483871" opacity="1" fill="#000000">
206330.1
20634</text>
20635<polyline fill="none" opacity="1" stroke="#000000" stroke-width="1" points="100,440 100,445 "/>
20636<text x="160" y="450" dy="0.76em" text-anchor="middle" font-family="sans-serif" font-size="9.67741935483871" opacity="1" fill="#000000">
206370.2
20638</text>
20639<polyline fill="none" opacity="1" stroke="#000000" stroke-width="1" points="160,440 160,445 "/>
20640<text x="220" y="450" dy="0.76em" text-anchor="middle" font-family="sans-serif" font-size="9.67741935483871" opacity="1" fill="#000000">
206410.3
20642</text>
20643<polyline fill="none" opacity="1" stroke="#000000" stroke-width="1" points="220,440 220,445 "/>
20644<text x="280" y="450" dy="0.76em" text-anchor="middle" font-family="sans-serif" font-size="9.67741935483871" opacity="1" fill="#000000">
206450.4
20646</text>
20647<polyline fill="none" opacity="1" stroke="#000000" stroke-width="1" points="280,440 280,445 "/>
20648<text x="340" y="450" dy="0.76em" text-anchor="middle" font-family="sans-serif" font-size="9.67741935483871" opacity="1" fill="#000000">
206490.5
20650</text>
20651<polyline fill="none" opacity="1" stroke="#000000" stroke-width="1" points="340,440 340,445 "/>
20652<text x="400" y="450" dy="0.76em" text-anchor="middle" font-family="sans-serif" font-size="9.67741935483871" opacity="1" fill="#000000">
206530.6
20654</text>
20655<polyline fill="none" opacity="1" stroke="#000000" stroke-width="1" points="400,440 400,445 "/>
20656<text x="460" y="450" dy="0.76em" text-anchor="middle" font-family="sans-serif" font-size="9.67741935483871" opacity="1" fill="#000000">
206570.7
20658</text>
20659<polyline fill="none" opacity="1" stroke="#000000" stroke-width="1" points="460,440 460,445 "/>
20660<text x="520" y="450" dy="0.76em" text-anchor="middle" font-family="sans-serif" font-size="9.67741935483871" opacity="1" fill="#000000">
206610.8
20662</text>
20663<polyline fill="none" opacity="1" stroke="#000000" stroke-width="1" points="520,440 520,445 "/>
20664<text x="580" y="450" dy="0.76em" text-anchor="middle" font-family="sans-serif" font-size="9.67741935483871" opacity="1" fill="#000000">
206650.9
20666</text>
20667<polyline fill="none" opacity="1" stroke="#000000" stroke-width="1" points="580,440 580,445 "/>
20668<text x="640" y="450" dy="0.76em" text-anchor="middle" font-family="sans-serif" font-size="9.67741935483871" opacity="1" fill="#000000">
206691.0
20670</text>
20671<polyline fill="none" opacity="1" stroke="#000000" stroke-width="1" points="640,440 640,445 "/>
20672<rect x="472" y="174" width="6" height="25" opacity="1" fill="#FF0000" stroke="none"/>
20673<rect x="382" y="115" width="6" height="84" opacity="1" fill="#FF0000" stroke="none"/>
20674<rect x="424" y="136" width="6" height="63" opacity="1" fill="#FF0000" stroke="none"/>
20675<rect x="160" y="185" width="6" height="14" opacity="1" fill="#FF0000" stroke="none"/>
20676<rect x="466" y="167" width="6" height="32" opacity="1" fill="#FF0000" stroke="none"/>
20677<rect x="340" y="98" width="6" height="101" opacity="1" fill="#FF0000" stroke="none"/>
20678<rect x="322" y="101" width="6" height="98" opacity="1" fill="#FF0000" stroke="none"/>
20679<rect x="262" y="136" width="6" height="63" opacity="1" fill="#FF0000" stroke="none"/>
20680<rect x="352" y="94" width="6" height="105" opacity="1" fill="#FF0000" stroke="none"/>
20681<rect x="208" y="171" width="6" height="28" opacity="1" fill="#FF0000" stroke="none"/>
20682<rect x="178" y="185" width="6" height="14" opacity="1" fill="#FF0000" stroke="none"/>
20683<rect x="214" y="174" width="6" height="25" opacity="1" fill="#FF0000" stroke="none"/>
20684<rect x="556" y="195" width="6" height="4" opacity="1" fill="#FF0000" stroke="none"/>
20685<rect x="562" y="195" width="6" height="4" opacity="1" fill="#FF0000" stroke="none"/>
20686<rect x="484" y="178" width="6" height="21" opacity="1" fill="#FF0000" stroke="none"/>
20687<rect x="226" y="181" width="6" height="18" opacity="1" fill="#FF0000" stroke="none"/>
20688<rect x="76" y="192" width="6" height="7" opacity="1" fill="#FF0000" stroke="none"/>
20689<rect x="394" y="112" width="6" height="87" opacity="1" fill="#FF0000" stroke="none"/>
20690<rect x="172" y="192" width="6" height="7" opacity="1" fill="#FF0000" stroke="none"/>
20691<rect x="502" y="195" width="6" height="4" opacity="1" fill="#FF0000" stroke="none"/>
20692<rect x="430" y="129" width="6" height="70" opacity="1" fill="#FF0000" stroke="none"/>
20693<rect x="280" y="122" width="6" height="77" opacity="1" fill="#FF0000" stroke="none"/>
20694<rect x="250" y="129" width="6" height="70" opacity="1" fill="#FF0000" stroke="none"/>
20695<rect x="268" y="112" width="6" height="87" opacity="1" fill="#FF0000" stroke="none"/>
20696<rect x="328" y="105" width="6" height="94" opacity="1" fill="#FF0000" stroke="none"/>
20697<rect x="376" y="73" width="6" height="126" opacity="1" fill="#FF0000" stroke="none"/>
20698<rect x="364" y="122" width="6" height="77" opacity="1" fill="#FF0000" stroke="none"/>
20699<rect x="490" y="178" width="6" height="21" opacity="1" fill="#FF0000" stroke="none"/>
20700<rect x="496" y="195" width="6" height="4" opacity="1" fill="#FF0000" stroke="none"/>
20701<rect x="100" y="195" width="6" height="4" opacity="1" fill="#FF0000" stroke="none"/>
20702<rect x="454" y="153" width="6" height="46" opacity="1" fill="#FF0000" stroke="none"/>
20703<rect x="298" y="66" width="6" height="133" opacity="1" fill="#FF0000" stroke="none"/>
20704<rect x="130" y="195" width="6" height="4" opacity="1" fill="#FF0000" stroke="none"/>
20705<rect x="286" y="118" width="6" height="81" opacity="1" fill="#FF0000" stroke="none"/>
20706<rect x="274" y="122" width="6" height="77" opacity="1" fill="#FF0000" stroke="none"/>
20707<rect x="316" y="91" width="6" height="108" opacity="1" fill="#FF0000" stroke="none"/>
20708<rect x="478" y="164" width="6" height="35" opacity="1" fill="#FF0000" stroke="none"/>
20709<rect x="232" y="146" width="6" height="53" opacity="1" fill="#FF0000" stroke="none"/>
20710<rect x="448" y="181" width="6" height="18" opacity="1" fill="#FF0000" stroke="none"/>
20711<rect x="406" y="132" width="6" height="67" opacity="1" fill="#FF0000" stroke="none"/>
20712<rect x="334" y="98" width="6" height="101" opacity="1" fill="#FF0000" stroke="none"/>
20713<rect x="304" y="98" width="6" height="101" opacity="1" fill="#FF0000" stroke="none"/>
20714<rect x="202" y="185" width="6" height="14" opacity="1" fill="#FF0000" stroke="none"/>
20715<rect x="256" y="139" width="6" height="60" opacity="1" fill="#FF0000" stroke="none"/>
20716<rect x="184" y="181" width="6" height="18" opacity="1" fill="#FF0000" stroke="none"/>
20717<rect x="310" y="98" width="6" height="101" opacity="1" fill="#FF0000" stroke="none"/>
20718<rect x="220" y="160" width="6" height="39" opacity="1" fill="#FF0000" stroke="none"/>
20719<rect x="436" y="167" width="6" height="32" opacity="1" fill="#FF0000" stroke="none"/>
20720<rect x="238" y="132" width="6" height="67" opacity="1" fill="#FF0000" stroke="none"/>
20721<rect x="196" y="181" width="6" height="18" opacity="1" fill="#FF0000" stroke="none"/>
20722<rect x="370" y="87" width="6" height="112" opacity="1" fill="#FF0000" stroke="none"/>
20723<rect x="124" y="195" width="6" height="4" opacity="1" fill="#FF0000" stroke="none"/>
20724<rect x="142" y="181" width="6" height="18" opacity="1" fill="#FF0000" stroke="none"/>
20725<rect x="292" y="108" width="6" height="91" opacity="1" fill="#FF0000" stroke="none"/>
20726<rect x="388" y="118" width="6" height="81" opacity="1" fill="#FF0000" stroke="none"/>
20727<rect x="190" y="178" width="6" height="21" opacity="1" fill="#FF0000" stroke="none"/>
20728<rect x="136" y="188" width="6" height="11" opacity="1" fill="#FF0000" stroke="none"/>
20729<rect x="244" y="129" width="6" height="70" opacity="1" fill="#FF0000" stroke="none"/>
20730<rect x="166" y="185" width="6" height="14" opacity="1" fill="#FF0000" stroke="none"/>
20731<rect x="400" y="146" width="6" height="53" opacity="1" fill="#FF0000" stroke="none"/>
20732<rect x="358" y="122" width="6" height="77" opacity="1" fill="#FF0000" stroke="none"/>
20733<rect x="544" y="192" width="6" height="7" opacity="1" fill="#FF0000" stroke="none"/>
20734<rect x="526" y="195" width="6" height="4" opacity="1" fill="#FF0000" stroke="none"/>
20735<rect x="112" y="195" width="6" height="4" opacity="1" fill="#FF0000" stroke="none"/>
20736<rect x="508" y="192" width="6" height="7" opacity="1" fill="#FF0000" stroke="none"/>
20737<rect x="418" y="146" width="6" height="53" opacity="1" fill="#FF0000" stroke="none"/>
20738<rect x="532" y="195" width="6" height="4" opacity="1" fill="#FF0000" stroke="none"/>
20739<rect x="514" y="195" width="6" height="4" opacity="1" fill="#FF0000" stroke="none"/>
20740<rect x="346" y="66" width="6" height="133" opacity="1" fill="#FF0000" stroke="none"/>
20741<rect x="520" y="192" width="6" height="7" opacity="1" fill="#FF0000" stroke="none"/>
20742<rect x="148" y="188" width="6" height="11" opacity="1" fill="#FF0000" stroke="none"/>
20743<rect x="442" y="160" width="6" height="39" opacity="1" fill="#FF0000" stroke="none"/>
20744<rect x="460" y="174" width="6" height="25" opacity="1" fill="#FF0000" stroke="none"/>
20745<rect x="412" y="143" width="6" height="56" opacity="1" fill="#FF0000" stroke="none"/>
20746<rect x="256" y="355" width="6" height="84" opacity="1" fill="#00FF00" stroke="none"/>
20747<rect x="466" y="400" width="6" height="39" opacity="1" fill="#00FF00" stroke="none"/>
20748<rect x="448" y="397" width="6" height="42" opacity="1" fill="#00FF00" stroke="none"/>
20749<rect x="400" y="345" width="6" height="94" opacity="1" fill="#00FF00" stroke="none"/>
20750<rect x="520" y="432" width="6" height="7" opacity="1" fill="#00FF00" stroke="none"/>
20751<rect x="316" y="376" width="6" height="63" opacity="1" fill="#00FF00" stroke="none"/>
20752<rect x="454" y="400" width="6" height="39" opacity="1" fill="#00FF00" stroke="none"/>
20753<rect x="190" y="425" width="6" height="14" opacity="1" fill="#00FF00" stroke="none"/>
20754<rect x="148" y="428" width="6" height="11" opacity="1" fill="#00FF00" stroke="none"/>
20755<rect x="376" y="341" width="6" height="98" opacity="1" fill="#00FF00" stroke="none"/>
20756<rect x="388" y="341" width="6" height="98" opacity="1" fill="#00FF00" stroke="none"/>
20757<rect x="286" y="345" width="6" height="94" opacity="1" fill="#00FF00" stroke="none"/>
20758<rect x="412" y="362" width="6" height="77" opacity="1" fill="#00FF00" stroke="none"/>
20759<rect x="178" y="425" width="6" height="14" opacity="1" fill="#00FF00" stroke="none"/>
20760<rect x="460" y="414" width="6" height="25" opacity="1" fill="#00FF00" stroke="none"/>
20761<rect x="496" y="428" width="6" height="11" opacity="1" fill="#00FF00" stroke="none"/>
20762<rect x="208" y="407" width="6" height="32" opacity="1" fill="#00FF00" stroke="none"/>
20763<rect x="238" y="390" width="6" height="49" opacity="1" fill="#00FF00" stroke="none"/>
20764<rect x="484" y="425" width="6" height="14" opacity="1" fill="#00FF00" stroke="none"/>
20765<rect x="274" y="338" width="6" height="101" opacity="1" fill="#00FF00" stroke="none"/>
20766<rect x="370" y="341" width="6" height="98" opacity="1" fill="#00FF00" stroke="none"/>
20767<rect x="382" y="358" width="6" height="81" opacity="1" fill="#00FF00" stroke="none"/>
20768<rect x="424" y="352" width="6" height="87" opacity="1" fill="#00FF00" stroke="none"/>
20769<rect x="166" y="432" width="6" height="7" opacity="1" fill="#00FF00" stroke="none"/>
20770<rect x="394" y="379" width="6" height="60" opacity="1" fill="#00FF00" stroke="none"/>
20771<rect x="136" y="435" width="6" height="4" opacity="1" fill="#00FF00" stroke="none"/>
20772<rect x="304" y="338" width="6" height="101" opacity="1" fill="#00FF00" stroke="none"/>
20773<rect x="418" y="411" width="6" height="28" opacity="1" fill="#00FF00" stroke="none"/>
20774<rect x="328" y="299" width="6" height="140" opacity="1" fill="#00FF00" stroke="none"/>
20775<rect x="442" y="397" width="6" height="42" opacity="1" fill="#00FF00" stroke="none"/>
20776<rect x="214" y="421" width="6" height="18" opacity="1" fill="#00FF00" stroke="none"/>
20777<rect x="184" y="428" width="6" height="11" opacity="1" fill="#00FF00" stroke="none"/>
20778<rect x="364" y="345" width="6" height="94" opacity="1" fill="#00FF00" stroke="none"/>
20779<rect x="550" y="435" width="6" height="4" opacity="1" fill="#00FF00" stroke="none"/>
20780<rect x="472" y="418" width="6" height="21" opacity="1" fill="#00FF00" stroke="none"/>
20781<rect x="310" y="348" width="6" height="91" opacity="1" fill="#00FF00" stroke="none"/>
20782<rect x="502" y="428" width="6" height="11" opacity="1" fill="#00FF00" stroke="none"/>
20783<rect x="556" y="435" width="6" height="4" opacity="1" fill="#00FF00" stroke="none"/>
20784<rect x="508" y="435" width="6" height="4" opacity="1" fill="#00FF00" stroke="none"/>
20785<rect x="40" y="435" width="6" height="4" opacity="1" fill="#00FF00" stroke="none"/>
20786<rect x="436" y="390" width="6" height="49" opacity="1" fill="#00FF00" stroke="none"/>
20787<rect x="154" y="432" width="6" height="7" opacity="1" fill="#00FF00" stroke="none"/>
20788<rect x="322" y="365" width="6" height="74" opacity="1" fill="#00FF00" stroke="none"/>
20789<rect x="358" y="324" width="6" height="115" opacity="1" fill="#00FF00" stroke="none"/>
20790<rect x="346" y="334" width="6" height="105" opacity="1" fill="#00FF00" stroke="none"/>
20791<rect x="172" y="428" width="6" height="11" opacity="1" fill="#00FF00" stroke="none"/>
20792<rect x="232" y="393" width="6" height="46" opacity="1" fill="#00FF00" stroke="none"/>
20793<rect x="244" y="372" width="6" height="67" opacity="1" fill="#00FF00" stroke="none"/>
20794<rect x="280" y="345" width="6" height="94" opacity="1" fill="#00FF00" stroke="none"/>
20795<rect x="430" y="404" width="6" height="35" opacity="1" fill="#00FF00" stroke="none"/>
20796<rect x="298" y="358" width="6" height="81" opacity="1" fill="#00FF00" stroke="none"/>
20797<rect x="220" y="411" width="6" height="28" opacity="1" fill="#00FF00" stroke="none"/>
20798<rect x="262" y="379" width="6" height="60" opacity="1" fill="#00FF00" stroke="none"/>
20799<rect x="490" y="414" width="6" height="25" opacity="1" fill="#00FF00" stroke="none"/>
20800<rect x="334" y="345" width="6" height="94" opacity="1" fill="#00FF00" stroke="none"/>
20801<rect x="250" y="383" width="6" height="56" opacity="1" fill="#00FF00" stroke="none"/>
20802<rect x="268" y="386" width="6" height="53" opacity="1" fill="#00FF00" stroke="none"/>
20803<rect x="226" y="400" width="6" height="39" opacity="1" fill="#00FF00" stroke="none"/>
20804<rect x="478" y="425" width="6" height="14" opacity="1" fill="#00FF00" stroke="none"/>
20805<rect x="406" y="369" width="6" height="70" opacity="1" fill="#00FF00" stroke="none"/>
20806<rect x="196" y="425" width="6" height="14" opacity="1" fill="#00FF00" stroke="none"/>
20807<rect x="538" y="432" width="6" height="7" opacity="1" fill="#00FF00" stroke="none"/>
20808<rect x="292" y="334" width="6" height="105" opacity="1" fill="#00FF00" stroke="none"/>
20809<rect x="352" y="282" width="6" height="157" opacity="1" fill="#00FF00" stroke="none"/>
20810<rect x="202" y="404" width="6" height="35" opacity="1" fill="#00FF00" stroke="none"/>
20811<rect x="142" y="435" width="6" height="4" opacity="1" fill="#00FF00" stroke="none"/>
20812<rect x="526" y="435" width="6" height="4" opacity="1" fill="#00FF00" stroke="none"/>
20813<rect x="106" y="435" width="6" height="4" opacity="1" fill="#00FF00" stroke="none"/>
20814<rect x="130" y="435" width="6" height="4" opacity="1" fill="#00FF00" stroke="none"/>
20815<rect x="340" y="303" width="6" height="136" opacity="1" fill="#00FF00" stroke="none"/>
20816</svg>
20817</div>
20818</div>
20819
20820</div>
20821
20822</div>
20823</div>
20824
20825</div>
20826<div class="cell border-box-sizing text_cell rendered"><div class="prompt input_prompt">
20827</div>
20828<div class="inner_cell">
20829<div class="text_cell_render border-box-sizing rendered_html">
20830<h3 id="Combination-of-Histogram-and-Scatter">Combination of Histogram and Scatter<a class="anchor-link" href="#Combination-of-Histogram-and-Scatter">&#182;</a></h3>
20831</div>
20832</div>
20833</div>
20834<div class="cell border-box-sizing code_cell rendered">
20835<div class="input">
20836<div class="prompt input_prompt">In&nbsp;[26]:</div>
20837<div class="inner_cell">
20838    <div class="input_area">
20839<div class=" highlight hl-Rust"><pre><span></span>:<span class="nc">dep</span><span class="w"> </span><span class="n">plotters</span><span class="w"> </span><span class="o">=</span><span class="w"> </span><span class="p">{</span><span class="w"> </span><span class="n">version</span><span class="w"> </span><span class="o">=</span><span class="w"> </span><span class="s">&quot;^0.3.0&quot;</span><span class="p">,</span><span class="w"> </span><span class="n">default_features</span><span class="w"> </span><span class="o">=</span><span class="w"> </span><span class="kc">false</span><span class="p">,</span><span class="w"> </span><span class="n">features</span><span class="w"> </span><span class="o">=</span><span class="w"> </span><span class="p">[</span><span class="s">&quot;evcxr&quot;</span><span class="p">,</span><span class="w"> </span><span class="s">&quot;all_series&quot;</span><span class="p">,</span><span class="w"> </span><span class="s">&quot;all_elements&quot;</span><span class="p">]</span><span class="w"> </span><span class="p">}</span><span class="w"></span>
20840
20841<span class="k">use</span><span class="w"> </span><span class="n">plotters</span>::<span class="n">prelude</span>::<span class="o">*</span><span class="p">;</span><span class="w"></span>
20842
20843<span class="n">evcxr_figure</span><span class="p">((</span><span class="mi">640</span><span class="p">,</span><span class="w"> </span><span class="mi">480</span><span class="p">),</span><span class="w"> </span><span class="o">|</span><span class="n">root</span><span class="o">|</span><span class="w"> </span><span class="p">{</span><span class="w"></span>
20844<span class="w">    </span><span class="kd">let</span><span class="w"> </span><span class="n">root</span><span class="w"> </span><span class="o">=</span><span class="w"> </span><span class="n">root</span><span class="p">.</span><span class="n">titled</span><span class="p">(</span><span class="s">&quot;Scatter with Histogram Example&quot;</span><span class="p">,</span><span class="w"> </span><span class="p">(</span><span class="s">&quot;Arial&quot;</span><span class="p">,</span><span class="w"> </span><span class="mi">20</span><span class="p">).</span><span class="n">into_font</span><span class="p">())</span><span class="o">?</span><span class="p">;</span><span class="w"></span>
20845<span class="w">    </span>
20846<span class="w">    </span><span class="kd">let</span><span class="w"> </span><span class="n">areas</span><span class="w"> </span><span class="o">=</span><span class="w"> </span><span class="n">root</span><span class="p">.</span><span class="n">split_by_breakpoints</span><span class="p">([</span><span class="mi">560</span><span class="p">],</span><span class="w"> </span><span class="p">[</span><span class="mi">80</span><span class="p">]);</span><span class="w"></span>
20847
20848<span class="w">    </span><span class="kd">let</span><span class="w"> </span><span class="k">mut</span><span class="w"> </span><span class="n">x_hist_ctx</span><span class="w"> </span><span class="o">=</span><span class="w"> </span><span class="n">ChartBuilder</span>::<span class="n">on</span><span class="p">(</span><span class="o">&amp;</span><span class="n">areas</span><span class="p">[</span><span class="mi">0</span><span class="p">])</span><span class="w"></span>
20849<span class="w">        </span><span class="p">.</span><span class="n">y_label_area_size</span><span class="p">(</span><span class="mi">40</span><span class="p">)</span><span class="w"></span>
20850<span class="w">        </span><span class="p">.</span><span class="n">build_cartesian_2d</span><span class="p">(</span><span class="mi">0</span><span class="k">u32</span><span class="p">..</span><span class="mi">100</span><span class="k">u32</span><span class="p">,</span><span class="w"> </span><span class="mi">0</span><span class="k">f64</span><span class="p">..</span><span class="mf">0.5</span><span class="k">f64</span><span class="p">)</span><span class="o">?</span><span class="p">;</span><span class="w"></span>
20851<span class="w">    </span><span class="kd">let</span><span class="w"> </span><span class="k">mut</span><span class="w"> </span><span class="n">y_hist_ctx</span><span class="w"> </span><span class="o">=</span><span class="w"> </span><span class="n">ChartBuilder</span>::<span class="n">on</span><span class="p">(</span><span class="o">&amp;</span><span class="n">areas</span><span class="p">[</span><span class="mi">3</span><span class="p">])</span><span class="w"></span>
20852<span class="w">        </span><span class="p">.</span><span class="n">x_label_area_size</span><span class="p">(</span><span class="mi">40</span><span class="p">)</span><span class="w"></span>
20853<span class="w">        </span><span class="p">.</span><span class="n">build_cartesian_2d</span><span class="p">(</span><span class="mi">0</span><span class="k">f64</span><span class="p">..</span><span class="mf">0.5</span><span class="k">f64</span><span class="p">,</span><span class="w"> </span><span class="mi">0</span><span class="p">..</span><span class="mi">100</span><span class="k">u32</span><span class="p">)</span><span class="o">?</span><span class="p">;</span><span class="w"></span>
20854<span class="w">    </span><span class="kd">let</span><span class="w"> </span><span class="k">mut</span><span class="w"> </span><span class="n">scatter_ctx</span><span class="w"> </span><span class="o">=</span><span class="w"> </span><span class="n">ChartBuilder</span>::<span class="n">on</span><span class="p">(</span><span class="o">&amp;</span><span class="n">areas</span><span class="p">[</span><span class="mi">2</span><span class="p">])</span><span class="w"></span>
20855<span class="w">        </span><span class="p">.</span><span class="n">x_label_area_size</span><span class="p">(</span><span class="mi">40</span><span class="p">)</span><span class="w"></span>
20856<span class="w">        </span><span class="p">.</span><span class="n">y_label_area_size</span><span class="p">(</span><span class="mi">40</span><span class="p">)</span><span class="w"></span>
20857<span class="w">        </span><span class="p">.</span><span class="n">build_cartesian_2d</span><span class="p">(</span><span class="mi">0</span><span class="k">f64</span><span class="p">..</span><span class="mi">1</span><span class="k">f64</span><span class="p">,</span><span class="w"> </span><span class="mi">0</span><span class="k">f64</span><span class="p">..</span><span class="mi">1</span><span class="k">f64</span><span class="p">)</span><span class="o">?</span><span class="p">;</span><span class="w"></span>
20858<span class="w">    </span><span class="n">scatter_ctx</span><span class="p">.</span><span class="n">configure_mesh</span><span class="p">()</span><span class="w"></span>
20859<span class="w">        </span><span class="p">.</span><span class="n">disable_x_mesh</span><span class="p">()</span><span class="w"></span>
20860<span class="w">        </span><span class="p">.</span><span class="n">disable_y_mesh</span><span class="p">()</span><span class="w"></span>
20861<span class="w">        </span><span class="p">.</span><span class="n">draw</span><span class="p">()</span><span class="o">?</span><span class="p">;</span><span class="w"></span>
20862<span class="w">    </span><span class="n">scatter_ctx</span><span class="p">.</span><span class="n">draw_series</span><span class="p">(</span><span class="n">random_points</span><span class="p">.</span><span class="n">iter</span><span class="p">().</span><span class="n">map</span><span class="p">(</span><span class="o">|</span><span class="p">(</span><span class="n">x</span><span class="p">,</span><span class="n">y</span><span class="p">)</span><span class="o">|</span><span class="w"> </span><span class="n">Circle</span>::<span class="n">new</span><span class="p">((</span><span class="o">*</span><span class="n">x</span><span class="p">,</span><span class="o">*</span><span class="n">y</span><span class="p">),</span><span class="w"> </span><span class="mi">3</span><span class="p">,</span><span class="w"> </span><span class="n">GREEN</span><span class="p">.</span><span class="n">filled</span><span class="p">())))</span><span class="o">?</span><span class="p">;</span><span class="w"></span>
20863<span class="w">    </span><span class="kd">let</span><span class="w"> </span><span class="n">x_hist</span><span class="w"> </span><span class="o">=</span><span class="w"> </span><span class="n">Histogram</span>::<span class="n">vertical</span><span class="p">(</span><span class="o">&amp;</span><span class="n">x_hist_ctx</span><span class="p">)</span><span class="w"></span>
20864<span class="w">        </span><span class="p">.</span><span class="n">style</span><span class="p">(</span><span class="n">RED</span><span class="p">.</span><span class="n">filled</span><span class="p">())</span><span class="w"></span>
20865<span class="w">        </span><span class="p">.</span><span class="n">margin</span><span class="p">(</span><span class="mi">0</span><span class="p">)</span><span class="w"></span>
20866<span class="w">        </span><span class="p">.</span><span class="n">data</span><span class="p">(</span><span class="n">random_points</span><span class="p">.</span><span class="n">iter</span><span class="p">().</span><span class="n">map</span><span class="p">(</span><span class="o">|</span><span class="p">(</span><span class="n">x</span><span class="p">,</span><span class="n">_</span><span class="p">)</span><span class="o">|</span><span class="w"> </span><span class="p">((</span><span class="n">x</span><span class="o">*</span><span class="mf">100.0</span><span class="p">)</span><span class="w"> </span><span class="k">as</span><span class="w"> </span><span class="kt">u32</span><span class="p">,</span><span class="w"> </span><span class="mf">0.01</span><span class="p">)));</span><span class="w"></span>
20867<span class="w">    </span><span class="kd">let</span><span class="w"> </span><span class="n">y_hist</span><span class="w"> </span><span class="o">=</span><span class="w"> </span><span class="n">Histogram</span>::<span class="n">horizontal</span><span class="p">(</span><span class="o">&amp;</span><span class="n">y_hist_ctx</span><span class="p">)</span><span class="w"></span>
20868<span class="w">        </span><span class="p">.</span><span class="n">style</span><span class="p">(</span><span class="n">GREEN</span><span class="p">.</span><span class="n">filled</span><span class="p">())</span><span class="w"></span>
20869<span class="w">        </span><span class="p">.</span><span class="n">margin</span><span class="p">(</span><span class="mi">0</span><span class="p">)</span><span class="w"></span>
20870<span class="w">        </span><span class="p">.</span><span class="n">data</span><span class="p">(</span><span class="n">random_points</span><span class="p">.</span><span class="n">iter</span><span class="p">().</span><span class="n">map</span><span class="p">(</span><span class="o">|</span><span class="p">(</span><span class="n">_</span><span class="p">,</span><span class="n">y</span><span class="p">)</span><span class="o">|</span><span class="w"> </span><span class="p">((</span><span class="n">y</span><span class="o">*</span><span class="mf">100.0</span><span class="p">)</span><span class="w"> </span><span class="k">as</span><span class="w"> </span><span class="kt">u32</span><span class="p">,</span><span class="w"> </span><span class="mf">0.01</span><span class="p">)));</span><span class="w"></span>
20871<span class="w">    </span><span class="n">x_hist_ctx</span><span class="p">.</span><span class="n">draw_series</span><span class="p">(</span><span class="n">x_hist</span><span class="p">)</span><span class="o">?</span><span class="p">;</span><span class="w"></span>
20872<span class="w">    </span><span class="n">y_hist_ctx</span><span class="p">.</span><span class="n">draw_series</span><span class="p">(</span><span class="n">y_hist</span><span class="p">)</span><span class="o">?</span><span class="p">;</span><span class="w"></span>
20873<span class="w">    </span>
20874<span class="w">    </span><span class="nb">Ok</span><span class="p">(())</span><span class="w"></span>
20875<span class="p">}).</span><span class="n">style</span><span class="p">(</span><span class="s">&quot;width:60%&quot;</span><span class="p">)</span><span class="w"></span>
20876</pre></div>
20877
20878</div>
20879</div>
20880</div>
20881
20882<div class="output_wrapper">
20883<div class="output">
20884
20885
20886<div class="output_area">
20887
20888<div class="prompt output_prompt">Out[26]:</div>
20889
20890
20891
20892<div class="output_html rendered_html output_subarea output_execute_result">
20893<div style="width:60%"><svg width="640" height="480" viewBox="0 0 640 480" xmlns="http://www.w3.org/2000/svg">
20894<text x="320" y="5" dy="0.76em" text-anchor="middle" font-family="Arial" font-size="16.129032258064516" opacity="1" fill="#000000">
20895Scatter with Histogram Example
20896</text>
20897<polyline fill="none" opacity="1" stroke="#000000" stroke-width="1" points="39,106 39,440 "/>
20898<text x="30" y="405" dy="0.5ex" text-anchor="end" font-family="sans-serif" font-size="9.67741935483871" opacity="1" fill="#000000">
208990.1
20900</text>
20901<polyline fill="none" opacity="1" stroke="#000000" stroke-width="1" points="34,405 39,405 "/>
20902<text x="30" y="372" dy="0.5ex" text-anchor="end" font-family="sans-serif" font-size="9.67741935483871" opacity="1" fill="#000000">
209030.2
20904</text>
20905<polyline fill="none" opacity="1" stroke="#000000" stroke-width="1" points="34,372 39,372 "/>
20906<text x="30" y="338" dy="0.5ex" text-anchor="end" font-family="sans-serif" font-size="9.67741935483871" opacity="1" fill="#000000">
209070.3
20908</text>
20909<polyline fill="none" opacity="1" stroke="#000000" stroke-width="1" points="34,338 39,338 "/>
20910<text x="30" y="305" dy="0.5ex" text-anchor="end" font-family="sans-serif" font-size="9.67741935483871" opacity="1" fill="#000000">
209110.4
20912</text>
20913<polyline fill="none" opacity="1" stroke="#000000" stroke-width="1" points="34,305 39,305 "/>
20914<text x="30" y="272" dy="0.5ex" text-anchor="end" font-family="sans-serif" font-size="9.67741935483871" opacity="1" fill="#000000">
209150.5
20916</text>
20917<polyline fill="none" opacity="1" stroke="#000000" stroke-width="1" points="34,272 39,272 "/>
20918<text x="30" y="238" dy="0.5ex" text-anchor="end" font-family="sans-serif" font-size="9.67741935483871" opacity="1" fill="#000000">
209190.6
20920</text>
20921<polyline fill="none" opacity="1" stroke="#000000" stroke-width="1" points="34,238 39,238 "/>
20922<text x="30" y="205" dy="0.5ex" text-anchor="end" font-family="sans-serif" font-size="9.67741935483871" opacity="1" fill="#000000">
209230.7
20924</text>
20925<polyline fill="none" opacity="1" stroke="#000000" stroke-width="1" points="34,205 39,205 "/>
20926<text x="30" y="171" dy="0.5ex" text-anchor="end" font-family="sans-serif" font-size="9.67741935483871" opacity="1" fill="#000000">
209270.8
20928</text>
20929<polyline fill="none" opacity="1" stroke="#000000" stroke-width="1" points="34,171 39,171 "/>
20930<text x="30" y="138" dy="0.5ex" text-anchor="end" font-family="sans-serif" font-size="9.67741935483871" opacity="1" fill="#000000">
209310.9
20932</text>
20933<polyline fill="none" opacity="1" stroke="#000000" stroke-width="1" points="34,138 39,138 "/>
20934<polyline fill="none" opacity="1" stroke="#000000" stroke-width="1" points="40,440 560,440 "/>
20935<text x="92" y="450" dy="0.76em" text-anchor="middle" font-family="sans-serif" font-size="9.67741935483871" opacity="1" fill="#000000">
209360.1
20937</text>
20938<polyline fill="none" opacity="1" stroke="#000000" stroke-width="1" points="92,440 92,445 "/>
20939<text x="144" y="450" dy="0.76em" text-anchor="middle" font-family="sans-serif" font-size="9.67741935483871" opacity="1" fill="#000000">
209400.2
20941</text>
20942<polyline fill="none" opacity="1" stroke="#000000" stroke-width="1" points="144,440 144,445 "/>
20943<text x="196" y="450" dy="0.76em" text-anchor="middle" font-family="sans-serif" font-size="9.67741935483871" opacity="1" fill="#000000">
209440.3
20945</text>
20946<polyline fill="none" opacity="1" stroke="#000000" stroke-width="1" points="196,440 196,445 "/>
20947<text x="248" y="450" dy="0.76em" text-anchor="middle" font-family="sans-serif" font-size="9.67741935483871" opacity="1" fill="#000000">
209480.4
20949</text>
20950<polyline fill="none" opacity="1" stroke="#000000" stroke-width="1" points="248,440 248,445 "/>
20951<text x="300" y="450" dy="0.76em" text-anchor="middle" font-family="sans-serif" font-size="9.67741935483871" opacity="1" fill="#000000">
209520.5
20953</text>
20954<polyline fill="none" opacity="1" stroke="#000000" stroke-width="1" points="300,440 300,445 "/>
20955<text x="352" y="450" dy="0.76em" text-anchor="middle" font-family="sans-serif" font-size="9.67741935483871" opacity="1" fill="#000000">
209560.6
20957</text>
20958<polyline fill="none" opacity="1" stroke="#000000" stroke-width="1" points="352,440 352,445 "/>
20959<text x="404" y="450" dy="0.76em" text-anchor="middle" font-family="sans-serif" font-size="9.67741935483871" opacity="1" fill="#000000">
209600.7
20961</text>
20962<polyline fill="none" opacity="1" stroke="#000000" stroke-width="1" points="404,440 404,445 "/>
20963<text x="456" y="450" dy="0.76em" text-anchor="middle" font-family="sans-serif" font-size="9.67741935483871" opacity="1" fill="#000000">
209640.8
20965</text>
20966<polyline fill="none" opacity="1" stroke="#000000" stroke-width="1" points="456,440 456,445 "/>
20967<text x="508" y="450" dy="0.76em" text-anchor="middle" font-family="sans-serif" font-size="9.67741935483871" opacity="1" fill="#000000">
209680.9
20969</text>
20970<polyline fill="none" opacity="1" stroke="#000000" stroke-width="1" points="508,440 508,445 "/>
20971<text x="560" y="450" dy="0.76em" text-anchor="middle" font-family="sans-serif" font-size="9.67741935483871" opacity="1" fill="#000000">
209721.0
20973</text>
20974<polyline fill="none" opacity="1" stroke="#000000" stroke-width="1" points="560,440 560,445 "/>
20975<circle cx="286" cy="250" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
20976<circle cx="316" cy="203" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
20977<circle cx="373" cy="260" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
20978<circle cx="278" cy="285" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
20979<circle cx="385" cy="258" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
20980<circle cx="187" cy="302" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
20981<circle cx="289" cy="243" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
20982<circle cx="364" cy="250" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
20983<circle cx="240" cy="312" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
20984<circle cx="171" cy="237" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
20985<circle cx="329" cy="288" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
20986<circle cx="242" cy="248" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
20987<circle cx="402" cy="334" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
20988<circle cx="245" cy="327" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
20989<circle cx="166" cy="261" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
20990<circle cx="426" cy="263" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
20991<circle cx="329" cy="306" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
20992<circle cx="280" cy="257" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
20993<circle cx="175" cy="253" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
20994<circle cx="197" cy="238" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
20995<circle cx="310" cy="205" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
20996<circle cx="252" cy="266" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
20997<circle cx="217" cy="271" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
20998<circle cx="292" cy="252" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
20999<circle cx="317" cy="284" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21000<circle cx="285" cy="235" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21001<circle cx="332" cy="250" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21002<circle cx="446" cy="296" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21003<circle cx="320" cy="290" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21004<circle cx="149" cy="303" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21005<circle cx="390" cy="250" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21006<circle cx="321" cy="295" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21007<circle cx="285" cy="305" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21008<circle cx="362" cy="269" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21009<circle cx="289" cy="254" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21010<circle cx="170" cy="311" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21011<circle cx="430" cy="303" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21012<circle cx="292" cy="276" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21013<circle cx="285" cy="221" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21014<circle cx="304" cy="318" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21015<circle cx="489" cy="281" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21016<circle cx="267" cy="304" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21017<circle cx="315" cy="235" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21018<circle cx="396" cy="264" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21019<circle cx="309" cy="321" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21020<circle cx="274" cy="316" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21021<circle cx="383" cy="224" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21022<circle cx="285" cy="294" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21023<circle cx="288" cy="270" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21024<circle cx="415" cy="320" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21025<circle cx="348" cy="307" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21026<circle cx="266" cy="208" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21027<circle cx="325" cy="283" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21028<circle cx="299" cy="280" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21029<circle cx="231" cy="300" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21030<circle cx="420" cy="271" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21031<circle cx="339" cy="296" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21032<circle cx="239" cy="315" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21033<circle cx="298" cy="256" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21034<circle cx="402" cy="244" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21035<circle cx="247" cy="286" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21036<circle cx="376" cy="313" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21037<circle cx="265" cy="233" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21038<circle cx="362" cy="308" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21039<circle cx="283" cy="264" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21040<circle cx="293" cy="263" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21041<circle cx="343" cy="198" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21042<circle cx="392" cy="308" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21043<circle cx="328" cy="290" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21044<circle cx="269" cy="277" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21045<circle cx="258" cy="307" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21046<circle cx="307" cy="289" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21047<circle cx="310" cy="259" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21048<circle cx="236" cy="247" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21049<circle cx="253" cy="259" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21050<circle cx="361" cy="231" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21051<circle cx="220" cy="256" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21052<circle cx="480" cy="292" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21053<circle cx="219" cy="338" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21054<circle cx="258" cy="270" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21055<circle cx="193" cy="264" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21056<circle cx="284" cy="287" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21057<circle cx="151" cy="206" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21058<circle cx="197" cy="325" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21059<circle cx="330" cy="215" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21060<circle cx="279" cy="278" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21061<circle cx="409" cy="218" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21062<circle cx="289" cy="378" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21063<circle cx="187" cy="210" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21064<circle cx="152" cy="152" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21065<circle cx="335" cy="336" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21066<circle cx="351" cy="269" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21067<circle cx="236" cy="258" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21068<circle cx="330" cy="233" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21069<circle cx="306" cy="359" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21070<circle cx="359" cy="318" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21071<circle cx="213" cy="238" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21072<circle cx="212" cy="316" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21073<circle cx="371" cy="245" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21074<circle cx="304" cy="224" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21075<circle cx="237" cy="346" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21076<circle cx="284" cy="242" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21077<circle cx="198" cy="235" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21078<circle cx="251" cy="277" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21079<circle cx="164" cy="252" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21080<circle cx="351" cy="208" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21081<circle cx="275" cy="302" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21082<circle cx="245" cy="267" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21083<circle cx="166" cy="295" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21084<circle cx="210" cy="235" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21085<circle cx="424" cy="298" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21086<circle cx="270" cy="281" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21087<circle cx="303" cy="235" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21088<circle cx="327" cy="310" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21089<circle cx="324" cy="244" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21090<circle cx="280" cy="291" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21091<circle cx="217" cy="262" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21092<circle cx="360" cy="280" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21093<circle cx="295" cy="273" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21094<circle cx="210" cy="183" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21095<circle cx="360" cy="295" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21096<circle cx="235" cy="259" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21097<circle cx="283" cy="230" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21098<circle cx="262" cy="325" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21099<circle cx="224" cy="331" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21100<circle cx="307" cy="204" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21101<circle cx="371" cy="180" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21102<circle cx="265" cy="214" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21103<circle cx="403" cy="322" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21104<circle cx="222" cy="270" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21105<circle cx="267" cy="210" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21106<circle cx="329" cy="280" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21107<circle cx="188" cy="256" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21108<circle cx="247" cy="265" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21109<circle cx="216" cy="211" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21110<circle cx="239" cy="220" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21111<circle cx="255" cy="263" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21112<circle cx="223" cy="268" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21113<circle cx="314" cy="267" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21114<circle cx="224" cy="329" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21115<circle cx="306" cy="242" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21116<circle cx="212" cy="279" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21117<circle cx="302" cy="200" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21118<circle cx="284" cy="285" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21119<circle cx="425" cy="285" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21120<circle cx="374" cy="247" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21121<circle cx="349" cy="241" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21122<circle cx="353" cy="285" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21123<circle cx="305" cy="343" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21124<circle cx="222" cy="351" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21125<circle cx="289" cy="286" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21126<circle cx="281" cy="297" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21127<circle cx="379" cy="254" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21128<circle cx="262" cy="261" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21129<circle cx="317" cy="278" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21130<circle cx="247" cy="264" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21131<circle cx="230" cy="224" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21132<circle cx="362" cy="309" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21133<circle cx="226" cy="337" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21134<circle cx="260" cy="249" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21135<circle cx="241" cy="239" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21136<circle cx="335" cy="302" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21137<circle cx="186" cy="303" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21138<circle cx="295" cy="274" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21139<circle cx="353" cy="228" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21140<circle cx="262" cy="343" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21141<circle cx="257" cy="217" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21142<circle cx="244" cy="262" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21143<circle cx="248" cy="288" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21144<circle cx="294" cy="213" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21145<circle cx="351" cy="319" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21146<circle cx="387" cy="267" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21147<circle cx="200" cy="258" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21148<circle cx="335" cy="263" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21149<circle cx="343" cy="230" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21150<circle cx="315" cy="244" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21151<circle cx="340" cy="266" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21152<circle cx="306" cy="197" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21153<circle cx="360" cy="316" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21154<circle cx="266" cy="234" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21155<circle cx="344" cy="314" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21156<circle cx="345" cy="268" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21157<circle cx="368" cy="249" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21158<circle cx="349" cy="257" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21159<circle cx="250" cy="249" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21160<circle cx="201" cy="325" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21161<circle cx="259" cy="264" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21162<circle cx="241" cy="328" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21163<circle cx="236" cy="303" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21164<circle cx="352" cy="329" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21165<circle cx="370" cy="314" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21166<circle cx="318" cy="188" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21167<circle cx="294" cy="288" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21168<circle cx="217" cy="302" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21169<circle cx="346" cy="315" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21170<circle cx="411" cy="273" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21171<circle cx="271" cy="300" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21172<circle cx="258" cy="248" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21173<circle cx="387" cy="235" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21174<circle cx="257" cy="277" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21175<circle cx="376" cy="267" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21176<circle cx="270" cy="314" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21177<circle cx="262" cy="262" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21178<circle cx="169" cy="254" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21179<circle cx="272" cy="233" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21180<circle cx="235" cy="282" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21181<circle cx="375" cy="217" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21182<circle cx="299" cy="222" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21183<circle cx="202" cy="290" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21184<circle cx="306" cy="318" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21185<circle cx="346" cy="269" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21186<circle cx="321" cy="276" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21187<circle cx="425" cy="239" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21188<circle cx="339" cy="246" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21189<circle cx="305" cy="285" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21190<circle cx="342" cy="222" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21191<circle cx="277" cy="378" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21192<circle cx="284" cy="296" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21193<circle cx="233" cy="253" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21194<circle cx="385" cy="318" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21195<circle cx="130" cy="335" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21196<circle cx="309" cy="179" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21197<circle cx="301" cy="273" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21198<circle cx="253" cy="342" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21199<circle cx="239" cy="379" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21200<circle cx="324" cy="337" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21201<circle cx="416" cy="318" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21202<circle cx="286" cy="289" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21203<circle cx="268" cy="189" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21204<circle cx="458" cy="291" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21205<circle cx="263" cy="291" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21206<circle cx="317" cy="209" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21207<circle cx="326" cy="171" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21208<circle cx="338" cy="263" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21209<circle cx="310" cy="308" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21210<circle cx="234" cy="288" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21211<circle cx="419" cy="276" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21212<circle cx="225" cy="223" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21213<circle cx="218" cy="246" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21214<circle cx="280" cy="242" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21215<circle cx="325" cy="311" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21216<circle cx="262" cy="362" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21217<circle cx="266" cy="345" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21218<circle cx="289" cy="209" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21219<circle cx="276" cy="161" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21220<circle cx="399" cy="344" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21221<circle cx="271" cy="295" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21222<circle cx="324" cy="226" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21223<circle cx="215" cy="268" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21224<circle cx="260" cy="273" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21225<circle cx="266" cy="276" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21226<circle cx="309" cy="313" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21227<circle cx="455" cy="259" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21228<circle cx="392" cy="159" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21229<circle cx="234" cy="301" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21230<circle cx="339" cy="250" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21231<circle cx="293" cy="227" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21232<circle cx="263" cy="273" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21233<circle cx="155" cy="296" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21234<circle cx="378" cy="204" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21235<circle cx="271" cy="243" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21236<circle cx="179" cy="289" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21237<circle cx="246" cy="244" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21238<circle cx="385" cy="282" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21239<circle cx="351" cy="208" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21240<circle cx="280" cy="268" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21241<circle cx="411" cy="284" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21242<circle cx="200" cy="244" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21243<circle cx="336" cy="297" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21244<circle cx="234" cy="321" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21245<circle cx="416" cy="243" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21246<circle cx="289" cy="327" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21247<circle cx="302" cy="189" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21248<circle cx="357" cy="244" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21249<circle cx="253" cy="247" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21250<circle cx="336" cy="365" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21251<circle cx="231" cy="237" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21252<circle cx="284" cy="213" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21253<circle cx="193" cy="237" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21254<circle cx="409" cy="297" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21255<circle cx="144" cy="290" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21256<circle cx="247" cy="296" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21257<circle cx="346" cy="269" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21258<circle cx="244" cy="242" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21259<circle cx="246" cy="208" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21260<circle cx="360" cy="198" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21261<circle cx="268" cy="219" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21262<circle cx="377" cy="348" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21263<circle cx="134" cy="268" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21264<circle cx="224" cy="299" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21265<circle cx="311" cy="253" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21266<circle cx="311" cy="306" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21267<circle cx="308" cy="296" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21268<circle cx="287" cy="262" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21269<circle cx="421" cy="224" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21270<circle cx="341" cy="334" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21271<circle cx="217" cy="285" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21272<circle cx="242" cy="245" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21273<circle cx="237" cy="268" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21274<circle cx="335" cy="255" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21275<circle cx="260" cy="261" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21276<circle cx="254" cy="225" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21277<circle cx="230" cy="341" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21278<circle cx="220" cy="315" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21279<circle cx="275" cy="199" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21280<circle cx="303" cy="294" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21281<circle cx="252" cy="263" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21282<circle cx="429" cy="166" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21283<circle cx="241" cy="299" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21284<circle cx="372" cy="287" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21285<circle cx="295" cy="259" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21286<circle cx="326" cy="214" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21287<circle cx="293" cy="247" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21288<circle cx="293" cy="306" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21289<circle cx="411" cy="238" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21290<circle cx="224" cy="302" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21291<circle cx="331" cy="310" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21292<circle cx="330" cy="264" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21293<circle cx="255" cy="282" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21294<circle cx="356" cy="255" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21295<circle cx="251" cy="215" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21296<circle cx="223" cy="299" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21297<circle cx="286" cy="269" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21298<circle cx="194" cy="274" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21299<circle cx="213" cy="271" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21300<circle cx="346" cy="267" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21301<circle cx="233" cy="257" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21302<circle cx="270" cy="238" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21303<circle cx="327" cy="207" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21304<circle cx="282" cy="312" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21305<circle cx="284" cy="205" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21306<circle cx="238" cy="327" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21307<circle cx="387" cy="299" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21308<circle cx="352" cy="234" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21309<circle cx="280" cy="264" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21310<circle cx="373" cy="296" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21311<circle cx="378" cy="224" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21312<circle cx="345" cy="307" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21313<circle cx="296" cy="262" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21314<circle cx="309" cy="324" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21315<circle cx="289" cy="199" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21316<circle cx="359" cy="247" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21317<circle cx="363" cy="248" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21318<circle cx="250" cy="289" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21319<circle cx="298" cy="234" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21320<circle cx="281" cy="234" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21321<circle cx="284" cy="191" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21322<circle cx="283" cy="262" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21323<circle cx="228" cy="278" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21324<circle cx="286" cy="201" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21325<circle cx="378" cy="222" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21326<circle cx="268" cy="256" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21327<circle cx="216" cy="234" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21328<circle cx="208" cy="292" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21329<circle cx="270" cy="304" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21330<circle cx="356" cy="232" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21331<circle cx="166" cy="245" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21332<circle cx="325" cy="211" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21333<circle cx="303" cy="229" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21334<circle cx="309" cy="192" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21335<circle cx="378" cy="401" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21336<circle cx="295" cy="339" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21337<circle cx="224" cy="291" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21338<circle cx="294" cy="309" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21339<circle cx="215" cy="319" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21340<circle cx="334" cy="249" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21341<circle cx="174" cy="237" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21342<circle cx="303" cy="275" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21343<circle cx="467" cy="293" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21344<circle cx="330" cy="310" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21345<circle cx="361" cy="305" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21346<circle cx="375" cy="313" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21347<circle cx="340" cy="264" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21348<circle cx="187" cy="291" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21349<circle cx="242" cy="240" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21350<circle cx="286" cy="327" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21351<circle cx="376" cy="264" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21352<circle cx="212" cy="278" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21353<circle cx="275" cy="346" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21354<circle cx="296" cy="255" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21355<circle cx="326" cy="289" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21356<circle cx="288" cy="343" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21357<circle cx="400" cy="258" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21358<circle cx="125" cy="199" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21359<circle cx="327" cy="280" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21360<circle cx="295" cy="237" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21361<circle cx="361" cy="229" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21362<circle cx="295" cy="346" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21363<circle cx="263" cy="351" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21364<circle cx="329" cy="314" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21365<circle cx="366" cy="306" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21366<circle cx="212" cy="213" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21367<circle cx="333" cy="306" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21368<circle cx="293" cy="248" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21369<circle cx="354" cy="299" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21370<circle cx="419" cy="291" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21371<circle cx="351" cy="252" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21372<circle cx="356" cy="319" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21373<circle cx="331" cy="347" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21374<circle cx="266" cy="361" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21375<circle cx="241" cy="293" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21376<circle cx="174" cy="359" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21377<circle cx="300" cy="222" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21378<circle cx="246" cy="280" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21379<circle cx="348" cy="301" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21380<circle cx="202" cy="251" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21381<circle cx="316" cy="267" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21382<circle cx="218" cy="308" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21383<circle cx="306" cy="274" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21384<circle cx="223" cy="311" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21385<circle cx="357" cy="308" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21386<circle cx="130" cy="276" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21387<circle cx="332" cy="276" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21388<circle cx="257" cy="305" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21389<circle cx="367" cy="168" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21390<circle cx="241" cy="308" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21391<circle cx="251" cy="236" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21392<circle cx="376" cy="219" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21393<circle cx="395" cy="288" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21394<circle cx="292" cy="324" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21395<circle cx="408" cy="440" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21396<circle cx="313" cy="252" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21397<circle cx="345" cy="244" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21398<circle cx="215" cy="262" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21399<circle cx="216" cy="292" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21400<circle cx="278" cy="335" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21401<circle cx="267" cy="264" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21402<circle cx="203" cy="205" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21403<circle cx="281" cy="285" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21404<circle cx="314" cy="226" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21405<circle cx="356" cy="294" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21406<circle cx="245" cy="246" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21407<circle cx="251" cy="248" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21408<circle cx="492" cy="263" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21409<circle cx="235" cy="277" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21410<circle cx="270" cy="374" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21411<circle cx="328" cy="291" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21412<circle cx="287" cy="306" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21413<circle cx="209" cy="200" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21414<circle cx="328" cy="333" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21415<circle cx="343" cy="279" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21416<circle cx="255" cy="283" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21417<circle cx="222" cy="269" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21418<circle cx="324" cy="250" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21419<circle cx="240" cy="316" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21420<circle cx="305" cy="237" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21421<circle cx="160" cy="276" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21422<circle cx="374" cy="268" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21423<circle cx="275" cy="250" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21424<circle cx="257" cy="320" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21425<circle cx="355" cy="265" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21426<circle cx="340" cy="302" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21427<circle cx="314" cy="264" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21428<circle cx="420" cy="220" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21429<circle cx="399" cy="296" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21430<circle cx="166" cy="307" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21431<circle cx="304" cy="254" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21432<circle cx="129" cy="256" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21433<circle cx="311" cy="334" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21434<circle cx="262" cy="307" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21435<circle cx="303" cy="349" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21436<circle cx="314" cy="268" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21437<circle cx="332" cy="233" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21438<circle cx="306" cy="302" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21439<circle cx="240" cy="353" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21440<circle cx="315" cy="309" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21441<circle cx="347" cy="291" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21442<circle cx="248" cy="246" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21443<circle cx="407" cy="330" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21444<circle cx="333" cy="304" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21445<circle cx="479" cy="321" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21446<circle cx="274" cy="277" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21447<circle cx="196" cy="276" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21448<circle cx="255" cy="297" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21449<circle cx="267" cy="280" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21450<circle cx="306" cy="216" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21451<circle cx="259" cy="240" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21452<circle cx="215" cy="268" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21453<circle cx="248" cy="313" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21454<circle cx="364" cy="236" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21455<circle cx="391" cy="290" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21456<circle cx="256" cy="215" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21457<circle cx="316" cy="222" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21458<circle cx="359" cy="228" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21459<circle cx="288" cy="286" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21460<circle cx="335" cy="297" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21461<circle cx="213" cy="216" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21462<circle cx="300" cy="272" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21463<circle cx="364" cy="262" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21464<circle cx="377" cy="252" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21465<circle cx="283" cy="229" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21466<circle cx="290" cy="334" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21467<circle cx="304" cy="282" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21468<circle cx="220" cy="276" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21469<circle cx="368" cy="299" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21470<circle cx="420" cy="324" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21471<circle cx="257" cy="277" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21472<circle cx="233" cy="300" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21473<circle cx="303" cy="272" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21474<circle cx="307" cy="186" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21475<circle cx="285" cy="347" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21476<circle cx="302" cy="246" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21477<circle cx="434" cy="342" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21478<circle cx="407" cy="281" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21479<circle cx="277" cy="211" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21480<circle cx="318" cy="283" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21481<circle cx="306" cy="352" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21482<circle cx="241" cy="307" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21483<circle cx="228" cy="218" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21484<circle cx="148" cy="271" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21485<circle cx="251" cy="221" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21486<circle cx="336" cy="249" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21487<circle cx="297" cy="247" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21488<circle cx="263" cy="209" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21489<circle cx="297" cy="319" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21490<circle cx="304" cy="324" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21491<circle cx="356" cy="328" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21492<circle cx="368" cy="253" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21493<circle cx="328" cy="340" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21494<circle cx="348" cy="318" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21495<circle cx="298" cy="271" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21496<circle cx="335" cy="224" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21497<circle cx="349" cy="259" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21498<circle cx="336" cy="332" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21499<circle cx="268" cy="244" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21500<circle cx="221" cy="281" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21501<circle cx="339" cy="222" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21502<circle cx="133" cy="273" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21503<circle cx="310" cy="201" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21504<circle cx="291" cy="254" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21505<circle cx="349" cy="259" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21506<circle cx="267" cy="266" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21507<circle cx="344" cy="290" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21508<circle cx="447" cy="215" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21509<circle cx="308" cy="251" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21510<circle cx="231" cy="311" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21511<circle cx="325" cy="273" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21512<circle cx="299" cy="262" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21513<circle cx="398" cy="323" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21514<circle cx="206" cy="261" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21515<circle cx="180" cy="317" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21516<circle cx="248" cy="230" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21517<circle cx="170" cy="256" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21518<circle cx="374" cy="259" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21519<circle cx="240" cy="354" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21520<circle cx="232" cy="234" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21521<circle cx="341" cy="388" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21522<circle cx="265" cy="328" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21523<circle cx="400" cy="341" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21524<circle cx="275" cy="263" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21525<circle cx="296" cy="316" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21526<circle cx="322" cy="280" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21527<circle cx="239" cy="270" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21528<circle cx="422" cy="308" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21529<circle cx="417" cy="191" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21530<circle cx="389" cy="313" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21531<circle cx="380" cy="276" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21532<circle cx="376" cy="224" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21533<circle cx="371" cy="237" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21534<circle cx="254" cy="230" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21535<circle cx="272" cy="363" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21536<circle cx="332" cy="300" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21537<circle cx="238" cy="278" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21538<circle cx="315" cy="291" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21539<circle cx="404" cy="287" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21540<circle cx="219" cy="331" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21541<circle cx="249" cy="378" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21542<circle cx="138" cy="307" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21543<circle cx="252" cy="244" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21544<circle cx="286" cy="356" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21545<circle cx="197" cy="291" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21546<circle cx="328" cy="306" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21547<circle cx="276" cy="229" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21548<circle cx="409" cy="324" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21549<circle cx="307" cy="292" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21550<circle cx="385" cy="269" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21551<circle cx="130" cy="186" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21552<circle cx="298" cy="280" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21553<circle cx="315" cy="255" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21554<circle cx="354" cy="255" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21555<circle cx="406" cy="233" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21556<circle cx="251" cy="274" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21557<circle cx="239" cy="276" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21558<circle cx="196" cy="230" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21559<circle cx="283" cy="187" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21560<circle cx="268" cy="197" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21561<circle cx="290" cy="252" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21562<circle cx="338" cy="251" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21563<circle cx="253" cy="206" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21564<circle cx="349" cy="238" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21565<circle cx="285" cy="211" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21566<circle cx="202" cy="270" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21567<circle cx="335" cy="202" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21568<circle cx="344" cy="317" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21569<circle cx="266" cy="257" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21570<circle cx="361" cy="265" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21571<circle cx="335" cy="292" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21572<circle cx="277" cy="264" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21573<circle cx="302" cy="272" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21574<circle cx="349" cy="205" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21575<circle cx="262" cy="319" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21576<circle cx="415" cy="269" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21577<circle cx="314" cy="275" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21578<circle cx="192" cy="249" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21579<circle cx="317" cy="263" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21580<circle cx="230" cy="222" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21581<circle cx="391" cy="327" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21582<circle cx="305" cy="306" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21583<circle cx="298" cy="267" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21584<circle cx="282" cy="325" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21585<circle cx="226" cy="284" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21586<circle cx="247" cy="328" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21587<circle cx="342" cy="345" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21588<circle cx="267" cy="255" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21589<circle cx="419" cy="203" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21590<circle cx="278" cy="214" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21591<circle cx="297" cy="274" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21592<circle cx="158" cy="332" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21593<circle cx="347" cy="280" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21594<circle cx="379" cy="324" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21595<circle cx="189" cy="318" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21596<circle cx="236" cy="277" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21597<circle cx="389" cy="356" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21598<circle cx="335" cy="242" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21599<circle cx="355" cy="150" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21600<circle cx="270" cy="294" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21601<circle cx="324" cy="279" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21602<circle cx="339" cy="300" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21603<circle cx="267" cy="293" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21604<circle cx="378" cy="299" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21605<circle cx="263" cy="265" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21606<circle cx="282" cy="260" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21607<circle cx="339" cy="279" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21608<circle cx="379" cy="235" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21609<circle cx="305" cy="324" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21610<circle cx="339" cy="214" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21611<circle cx="208" cy="231" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21612<circle cx="382" cy="275" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21613<circle cx="294" cy="298" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21614<circle cx="360" cy="304" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21615<circle cx="278" cy="260" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21616<circle cx="229" cy="244" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21617<circle cx="403" cy="319" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21618<circle cx="309" cy="250" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21619<circle cx="302" cy="273" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21620<circle cx="267" cy="274" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21621<circle cx="265" cy="297" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21622<circle cx="211" cy="300" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21623<circle cx="344" cy="305" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21624<circle cx="116" cy="230" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21625<circle cx="310" cy="179" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21626<circle cx="323" cy="320" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21627<circle cx="238" cy="275" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21628<circle cx="363" cy="194" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21629<circle cx="228" cy="234" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21630<circle cx="175" cy="273" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21631<circle cx="371" cy="259" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21632<circle cx="259" cy="299" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21633<circle cx="312" cy="314" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21634<circle cx="313" cy="335" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21635<circle cx="351" cy="276" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21636<circle cx="456" cy="237" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21637<circle cx="276" cy="298" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21638<circle cx="363" cy="266" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21639<circle cx="219" cy="275" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21640<circle cx="307" cy="303" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21641<circle cx="275" cy="324" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21642<circle cx="334" cy="285" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21643<circle cx="228" cy="352" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21644<circle cx="255" cy="271" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21645<circle cx="286" cy="261" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21646<circle cx="363" cy="304" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21647<circle cx="343" cy="277" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21648<circle cx="267" cy="266" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21649<circle cx="333" cy="259" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21650<circle cx="310" cy="231" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21651<circle cx="148" cy="307" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21652<circle cx="302" cy="281" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21653<circle cx="202" cy="260" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21654<circle cx="326" cy="275" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21655<circle cx="193" cy="337" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21656<circle cx="210" cy="345" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21657<circle cx="221" cy="296" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21658<circle cx="273" cy="195" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21659<circle cx="265" cy="308" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21660<circle cx="301" cy="254" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21661<circle cx="277" cy="318" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21662<circle cx="365" cy="307" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21663<circle cx="228" cy="235" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21664<circle cx="380" cy="320" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21665<circle cx="341" cy="270" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21666<circle cx="312" cy="332" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21667<circle cx="314" cy="213" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21668<circle cx="250" cy="267" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21669<circle cx="330" cy="244" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21670<circle cx="283" cy="297" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21671<circle cx="264" cy="294" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21672<circle cx="305" cy="271" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21673<circle cx="373" cy="266" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21674<circle cx="393" cy="240" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21675<circle cx="238" cy="221" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21676<circle cx="393" cy="321" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21677<circle cx="287" cy="291" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21678<circle cx="303" cy="336" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21679<circle cx="71" cy="254" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21680<circle cx="258" cy="265" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21681<circle cx="275" cy="288" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21682<circle cx="313" cy="284" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21683<circle cx="313" cy="294" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21684<circle cx="314" cy="272" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21685<circle cx="264" cy="226" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21686<circle cx="248" cy="234" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21687<circle cx="256" cy="293" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21688<circle cx="255" cy="311" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21689<circle cx="233" cy="265" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21690<circle cx="283" cy="257" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21691<circle cx="290" cy="288" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21692<circle cx="217" cy="240" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21693<circle cx="270" cy="260" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21694<circle cx="317" cy="304" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21695<circle cx="332" cy="325" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21696<circle cx="285" cy="342" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21697<circle cx="319" cy="243" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21698<circle cx="330" cy="234" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21699<circle cx="307" cy="251" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21700<circle cx="313" cy="200" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21701<circle cx="363" cy="260" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21702<circle cx="262" cy="228" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21703<circle cx="178" cy="307" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21704<circle cx="247" cy="238" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21705<circle cx="272" cy="257" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21706<circle cx="362" cy="236" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21707<circle cx="379" cy="269" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21708<circle cx="297" cy="308" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21709<circle cx="294" cy="294" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21710<circle cx="278" cy="259" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21711<circle cx="375" cy="203" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21712<circle cx="276" cy="260" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21713<circle cx="237" cy="241" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21714<circle cx="275" cy="231" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21715<circle cx="433" cy="291" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21716<circle cx="372" cy="278" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21717<circle cx="393" cy="250" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21718<circle cx="310" cy="298" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21719<circle cx="171" cy="229" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21720<circle cx="333" cy="218" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21721<circle cx="316" cy="309" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21722<circle cx="330" cy="294" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21723<circle cx="442" cy="255" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21724<circle cx="336" cy="257" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21725<circle cx="330" cy="366" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21726<circle cx="279" cy="274" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21727<circle cx="284" cy="227" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21728<circle cx="357" cy="261" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21729<circle cx="305" cy="213" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21730<circle cx="222" cy="280" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21731<circle cx="236" cy="195" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21732<circle cx="185" cy="301" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21733<circle cx="401" cy="257" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21734<circle cx="277" cy="289" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21735<circle cx="368" cy="277" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21736<circle cx="346" cy="262" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21737<circle cx="208" cy="282" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21738<circle cx="104" cy="264" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21739<circle cx="332" cy="195" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21740<circle cx="266" cy="250" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21741<circle cx="309" cy="285" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21742<circle cx="420" cy="347" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21743<circle cx="212" cy="347" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21744<circle cx="307" cy="277" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21745<circle cx="335" cy="222" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21746<circle cx="258" cy="303" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21747<circle cx="394" cy="271" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21748<circle cx="219" cy="200" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21749<circle cx="297" cy="317" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21750<circle cx="275" cy="230" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21751<circle cx="275" cy="267" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21752<circle cx="400" cy="184" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21753<circle cx="262" cy="254" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21754<circle cx="266" cy="335" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21755<circle cx="231" cy="240" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21756<circle cx="267" cy="268" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21757<circle cx="279" cy="224" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21758<circle cx="274" cy="257" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21759<circle cx="337" cy="242" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21760<circle cx="293" cy="356" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21761<circle cx="252" cy="316" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21762<circle cx="410" cy="342" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21763<circle cx="231" cy="251" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21764<circle cx="188" cy="216" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21765<circle cx="326" cy="271" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21766<circle cx="269" cy="233" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21767<circle cx="421" cy="330" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21768<circle cx="182" cy="245" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21769<circle cx="318" cy="311" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21770<circle cx="368" cy="247" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21771<circle cx="259" cy="265" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21772<circle cx="349" cy="309" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21773<circle cx="245" cy="245" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21774<circle cx="293" cy="265" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21775<circle cx="369" cy="263" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21776<circle cx="349" cy="292" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21777<circle cx="225" cy="261" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21778<circle cx="309" cy="238" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21779<circle cx="277" cy="271" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21780<circle cx="196" cy="236" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21781<circle cx="263" cy="277" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21782<circle cx="373" cy="238" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21783<circle cx="321" cy="287" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21784<circle cx="292" cy="383" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21785<circle cx="309" cy="269" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21786<circle cx="378" cy="284" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21787<circle cx="282" cy="262" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21788<circle cx="312" cy="271" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21789<circle cx="126" cy="219" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21790<circle cx="163" cy="298" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21791<circle cx="394" cy="244" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21792<circle cx="311" cy="275" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21793<circle cx="315" cy="299" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21794<circle cx="438" cy="236" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21795<circle cx="307" cy="239" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21796<circle cx="93" cy="313" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21797<circle cx="182" cy="188" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21798<circle cx="230" cy="302" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21799<circle cx="289" cy="312" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21800<circle cx="430" cy="301" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21801<circle cx="379" cy="198" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21802<circle cx="306" cy="277" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21803<circle cx="314" cy="297" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21804<circle cx="366" cy="218" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21805<circle cx="381" cy="296" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21806<circle cx="357" cy="205" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21807<circle cx="380" cy="272" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21808<circle cx="271" cy="243" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21809<circle cx="251" cy="315" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21810<circle cx="390" cy="250" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21811<circle cx="207" cy="229" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21812<circle cx="272" cy="305" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21813<circle cx="212" cy="192" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21814<circle cx="267" cy="287" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21815<circle cx="259" cy="231" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21816<circle cx="209" cy="260" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21817<circle cx="307" cy="212" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21818<circle cx="330" cy="324" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21819<circle cx="119" cy="228" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21820<circle cx="325" cy="246" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21821<circle cx="282" cy="256" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21822<circle cx="400" cy="275" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21823<circle cx="324" cy="372" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21824<circle cx="413" cy="203" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21825<circle cx="218" cy="293" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21826<circle cx="343" cy="301" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21827<circle cx="326" cy="221" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21828<circle cx="194" cy="240" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21829<circle cx="305" cy="324" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21830<circle cx="281" cy="343" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21831<circle cx="408" cy="230" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21832<circle cx="313" cy="267" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21833<circle cx="303" cy="266" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21834<circle cx="338" cy="237" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21835<circle cx="334" cy="193" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21836<circle cx="346" cy="268" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21837<circle cx="237" cy="316" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21838<circle cx="296" cy="276" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21839<circle cx="287" cy="225" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21840<circle cx="323" cy="206" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21841<circle cx="247" cy="332" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21842<circle cx="215" cy="317" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21843<circle cx="253" cy="325" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21844<circle cx="321" cy="262" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21845<circle cx="337" cy="251" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21846<circle cx="339" cy="282" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21847<circle cx="306" cy="312" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21848<circle cx="364" cy="249" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21849<circle cx="357" cy="217" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21850<circle cx="432" cy="283" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21851<circle cx="336" cy="283" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21852<circle cx="268" cy="183" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21853<circle cx="344" cy="225" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21854<circle cx="266" cy="261" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21855<circle cx="254" cy="322" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21856<circle cx="208" cy="211" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21857<circle cx="226" cy="261" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21858<circle cx="193" cy="317" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21859<circle cx="417" cy="233" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21860<circle cx="301" cy="253" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21861<circle cx="266" cy="213" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21862<circle cx="293" cy="299" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21863<circle cx="318" cy="281" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21864<circle cx="322" cy="264" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21865<circle cx="332" cy="256" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21866<circle cx="337" cy="264" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21867<circle cx="348" cy="186" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21868<circle cx="273" cy="315" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21869<circle cx="311" cy="225" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21870<circle cx="375" cy="328" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21871<circle cx="246" cy="276" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21872<circle cx="312" cy="261" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21873<circle cx="225" cy="298" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21874<circle cx="247" cy="332" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21875<circle cx="408" cy="326" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21876<circle cx="328" cy="271" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21877<circle cx="300" cy="248" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21878<circle cx="214" cy="269" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21879<circle cx="345" cy="254" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21880<circle cx="336" cy="297" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21881<circle cx="226" cy="269" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21882<circle cx="272" cy="317" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21883<circle cx="217" cy="232" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21884<circle cx="273" cy="288" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21885<circle cx="421" cy="220" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21886<circle cx="177" cy="246" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21887<circle cx="344" cy="276" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21888<circle cx="386" cy="263" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21889<circle cx="382" cy="260" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21890<circle cx="353" cy="290" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21891<circle cx="252" cy="368" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21892<circle cx="325" cy="352" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21893<circle cx="216" cy="252" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21894<circle cx="338" cy="261" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21895<circle cx="332" cy="322" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21896<circle cx="325" cy="263" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21897<circle cx="381" cy="257" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21898<circle cx="282" cy="273" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21899<circle cx="333" cy="247" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21900<circle cx="331" cy="294" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21901<circle cx="150" cy="178" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21902<circle cx="326" cy="255" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21903<circle cx="295" cy="255" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21904<circle cx="271" cy="236" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21905<circle cx="241" cy="272" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21906<circle cx="462" cy="267" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21907<circle cx="284" cy="292" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21908<circle cx="350" cy="239" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21909<circle cx="296" cy="255" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21910<circle cx="296" cy="296" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21911<circle cx="271" cy="241" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21912<circle cx="316" cy="269" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21913<circle cx="339" cy="243" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21914<circle cx="288" cy="317" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21915<circle cx="249" cy="248" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21916<circle cx="338" cy="305" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21917<circle cx="428" cy="222" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21918<circle cx="313" cy="247" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21919<circle cx="147" cy="298" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21920<circle cx="187" cy="264" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21921<circle cx="266" cy="305" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21922<circle cx="161" cy="271" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21923<circle cx="210" cy="296" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21924<circle cx="330" cy="263" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21925<circle cx="255" cy="262" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21926<circle cx="350" cy="319" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21927<circle cx="350" cy="359" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21928<circle cx="269" cy="256" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21929<circle cx="125" cy="329" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21930<circle cx="267" cy="301" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21931<circle cx="397" cy="217" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21932<circle cx="315" cy="307" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21933<circle cx="350" cy="284" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21934<circle cx="307" cy="334" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21935<circle cx="212" cy="232" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21936<circle cx="357" cy="301" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21937<circle cx="327" cy="300" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21938<circle cx="223" cy="286" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21939<circle cx="363" cy="336" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21940<circle cx="335" cy="329" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21941<circle cx="370" cy="300" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21942<circle cx="269" cy="243" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21943<circle cx="266" cy="322" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21944<circle cx="381" cy="272" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21945<circle cx="331" cy="285" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21946<circle cx="256" cy="329" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21947<circle cx="244" cy="303" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21948<circle cx="207" cy="330" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21949<circle cx="72" cy="223" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21950<circle cx="378" cy="255" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21951<circle cx="268" cy="266" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21952<circle cx="271" cy="238" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21953<circle cx="244" cy="277" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21954<circle cx="136" cy="269" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21955<circle cx="243" cy="293" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21956<circle cx="270" cy="278" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21957<circle cx="284" cy="244" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21958<circle cx="216" cy="287" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21959<circle cx="281" cy="221" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21960<circle cx="229" cy="234" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21961<circle cx="410" cy="223" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21962<circle cx="354" cy="225" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21963<circle cx="294" cy="325" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21964<circle cx="239" cy="247" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21965<circle cx="199" cy="287" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21966<circle cx="432" cy="285" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21967<circle cx="231" cy="215" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21968<circle cx="343" cy="185" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21969<circle cx="323" cy="269" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21970<circle cx="403" cy="304" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21971<circle cx="296" cy="298" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21972<circle cx="211" cy="258" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21973<circle cx="297" cy="287" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21974<circle cx="300" cy="276" r="3" opacity="1" fill="#00FF00" stroke="none" stroke-width="1"/>
21975<rect x="315" y="69" width="5" height="36" opacity="1" fill="#FF0000" stroke="none"/>
21976<rect x="320" y="69" width="6" height="36" opacity="1" fill="#FF0000" stroke="none"/>
21977<rect x="211" y="74" width="5" height="31" opacity="1" fill="#FF0000" stroke="none"/>
21978<rect x="476" y="101" width="6" height="4" opacity="1" fill="#FF0000" stroke="none"/>
21979<rect x="206" y="81" width="5" height="24" opacity="1" fill="#FF0000" stroke="none"/>
21980<rect x="253" y="68" width="5" height="37" opacity="1" fill="#FF0000" stroke="none"/>
21981<rect x="185" y="92" width="5" height="13" opacity="1" fill="#FF0000" stroke="none"/>
21982<rect x="362" y="79" width="5" height="26" opacity="1" fill="#FF0000" stroke="none"/>
21983<rect x="414" y="93" width="5" height="12" opacity="1" fill="#FF0000" stroke="none"/>
21984<rect x="237" y="65" width="5" height="40" opacity="1" fill="#FF0000" stroke="none"/>
21985<rect x="258" y="63" width="5" height="42" opacity="1" fill="#FF0000" stroke="none"/>
21986<rect x="440" y="103" width="5" height="2" opacity="1" fill="#FF0000" stroke="none"/>
21987<rect x="274" y="58" width="5" height="47" opacity="1" fill="#FF0000" stroke="none"/>
21988<rect x="461" y="103" width="5" height="2" opacity="1" fill="#FF0000" stroke="none"/>
21989<rect x="128" y="97" width="5" height="8" opacity="1" fill="#FF0000" stroke="none"/>
21990<rect x="435" y="103" width="5" height="2" opacity="1" fill="#FF0000" stroke="none"/>
21991<rect x="123" y="100" width="5" height="5" opacity="1" fill="#FF0000" stroke="none"/>
21992<rect x="346" y="65" width="6" height="40" opacity="1" fill="#FF0000" stroke="none"/>
21993<rect x="102" y="103" width="5" height="2" opacity="1" fill="#FF0000" stroke="none"/>
21994<rect x="310" y="57" width="5" height="48" opacity="1" fill="#FF0000" stroke="none"/>
21995<rect x="492" y="103" width="5" height="2" opacity="1" fill="#FF0000" stroke="none"/>
21996<rect x="430" y="95" width="5" height="10" opacity="1" fill="#FF0000" stroke="none"/>
21997<rect x="242" y="69" width="6" height="36" opacity="1" fill="#FF0000" stroke="none"/>
21998<rect x="424" y="95" width="6" height="10" opacity="1" fill="#FF0000" stroke="none"/>
21999<rect x="154" y="101" width="5" height="4" opacity="1" fill="#FF0000" stroke="none"/>
22000<rect x="383" y="90" width="5" height="15" opacity="1" fill="#FF0000" stroke="none"/>
22001<rect x="300" y="58" width="5" height="47" opacity="1" fill="#FF0000" stroke="none"/>
22002<rect x="190" y="93" width="6" height="12" opacity="1" fill="#FF0000" stroke="none"/>
22003<rect x="92" y="103" width="5" height="2" opacity="1" fill="#FF0000" stroke="none"/>
22004<rect x="341" y="68" width="5" height="37" opacity="1" fill="#FF0000" stroke="none"/>
22005<rect x="336" y="66" width="5" height="39" opacity="1" fill="#FF0000" stroke="none"/>
22006<rect x="248" y="69" width="5" height="36" opacity="1" fill="#FF0000" stroke="none"/>
22007<rect x="227" y="77" width="5" height="28" opacity="1" fill="#FF0000" stroke="none"/>
22008<rect x="378" y="73" width="5" height="32" opacity="1" fill="#FF0000" stroke="none"/>
22009<rect x="326" y="53" width="5" height="52" opacity="1" fill="#FF0000" stroke="none"/>
22010<rect x="372" y="76" width="6" height="29" opacity="1" fill="#FF0000" stroke="none"/>
22011<rect x="409" y="90" width="5" height="15" opacity="1" fill="#FF0000" stroke="none"/>
22012<rect x="398" y="84" width="6" height="21" opacity="1" fill="#FF0000" stroke="none"/>
22013<rect x="149" y="98" width="5" height="7" opacity="1" fill="#FF0000" stroke="none"/>
22014<rect x="222" y="73" width="5" height="32" opacity="1" fill="#FF0000" stroke="none"/>
22015<rect x="71" y="101" width="5" height="4" opacity="1" fill="#FF0000" stroke="none"/>
22016<rect x="331" y="47" width="5" height="58" opacity="1" fill="#FF0000" stroke="none"/>
22017<rect x="284" y="60" width="5" height="45" opacity="1" fill="#FF0000" stroke="none"/>
22018<rect x="118" y="103" width="5" height="2" opacity="1" fill="#FF0000" stroke="none"/>
22019<rect x="232" y="76" width="5" height="29" opacity="1" fill="#FF0000" stroke="none"/>
22020<rect x="404" y="93" width="5" height="12" opacity="1" fill="#FF0000" stroke="none"/>
22021<rect x="450" y="103" width="6" height="2" opacity="1" fill="#FF0000" stroke="none"/>
22022<rect x="164" y="97" width="6" height="8" opacity="1" fill="#FF0000" stroke="none"/>
22023<rect x="393" y="97" width="5" height="8" opacity="1" fill="#FF0000" stroke="none"/>
22024<rect x="456" y="101" width="5" height="4" opacity="1" fill="#FF0000" stroke="none"/>
22025<rect x="170" y="95" width="5" height="10" opacity="1" fill="#FF0000" stroke="none"/>
22026<rect x="144" y="98" width="5" height="7" opacity="1" fill="#FF0000" stroke="none"/>
22027<rect x="216" y="73" width="6" height="32" opacity="1" fill="#FF0000" stroke="none"/>
22028<rect x="201" y="97" width="5" height="8" opacity="1" fill="#FF0000" stroke="none"/>
22029<rect x="279" y="55" width="5" height="50" opacity="1" fill="#FF0000" stroke="none"/>
22030<rect x="175" y="97" width="5" height="8" opacity="1" fill="#FF0000" stroke="none"/>
22031<rect x="466" y="103" width="5" height="2" opacity="1" fill="#FF0000" stroke="none"/>
22032<rect x="159" y="98" width="5" height="7" opacity="1" fill="#FF0000" stroke="none"/>
22033<rect x="112" y="103" width="6" height="2" opacity="1" fill="#FF0000" stroke="none"/>
22034<rect x="305" y="44" width="5" height="61" opacity="1" fill="#FF0000" stroke="none"/>
22035<rect x="294" y="58" width="6" height="47" opacity="1" fill="#FF0000" stroke="none"/>
22036<rect x="196" y="87" width="5" height="18" opacity="1" fill="#FF0000" stroke="none"/>
22037<rect x="263" y="44" width="5" height="61" opacity="1" fill="#FF0000" stroke="none"/>
22038<rect x="357" y="74" width="5" height="31" opacity="1" fill="#FF0000" stroke="none"/>
22039<rect x="487" y="103" width="5" height="2" opacity="1" fill="#FF0000" stroke="none"/>
22040<rect x="352" y="81" width="5" height="24" opacity="1" fill="#FF0000" stroke="none"/>
22041<rect x="133" y="100" width="5" height="5" opacity="1" fill="#FF0000" stroke="none"/>
22042<rect x="180" y="98" width="5" height="7" opacity="1" fill="#FF0000" stroke="none"/>
22043<rect x="268" y="58" width="6" height="47" opacity="1" fill="#FF0000" stroke="none"/>
22044<rect x="367" y="81" width="5" height="24" opacity="1" fill="#FF0000" stroke="none"/>
22045<rect x="289" y="61" width="5" height="44" opacity="1" fill="#FF0000" stroke="none"/>
22046<rect x="388" y="87" width="5" height="18" opacity="1" fill="#FF0000" stroke="none"/>
22047<rect x="419" y="89" width="5" height="16" opacity="1" fill="#FF0000" stroke="none"/>
22048<rect x="445" y="101" width="5" height="4" opacity="1" fill="#FF0000" stroke="none"/>
22049<rect x="560" y="225" width="12" height="3" opacity="1" fill="#00FF00" stroke="none"/>
22050<rect x="560" y="282" width="28" height="3" opacity="1" fill="#00FF00" stroke="none"/>
22051<rect x="560" y="191" width="6" height="4" opacity="1" fill="#00FF00" stroke="none"/>
22052<rect x="560" y="151" width="1" height="4" opacity="1" fill="#00FF00" stroke="none"/>
22053<rect x="560" y="218" width="16" height="3" opacity="1" fill="#00FF00" stroke="none"/>
22054<rect x="560" y="258" width="52" height="3" opacity="1" fill="#00FF00" stroke="none"/>
22055<rect x="560" y="322" width="30" height="3" opacity="1" fill="#00FF00" stroke="none"/>
22056<rect x="560" y="365" width="3" height="3" opacity="1" fill="#00FF00" stroke="none"/>
22057<rect x="560" y="362" width="4" height="3" opacity="1" fill="#00FF00" stroke="none"/>
22058<rect x="560" y="315" width="38" height="3" opacity="1" fill="#00FF00" stroke="none"/>
22059<rect x="560" y="265" width="48" height="3" opacity="1" fill="#00FF00" stroke="none"/>
22060<rect x="560" y="372" width="3" height="3" opacity="1" fill="#00FF00" stroke="none"/>
22061<rect x="560" y="221" width="40" height="4" opacity="1" fill="#00FF00" stroke="none"/>
22062<rect x="560" y="398" width="1" height="4" opacity="1" fill="#00FF00" stroke="none"/>
22063<rect x="560" y="435" width="1" height="4" opacity="1" fill="#00FF00" stroke="none"/>
22064<rect x="560" y="305" width="46" height="3" opacity="1" fill="#00FF00" stroke="none"/>
22065<rect x="560" y="308" width="24" height="4" opacity="1" fill="#00FF00" stroke="none"/>
22066<rect x="560" y="375" width="4" height="3" opacity="1" fill="#00FF00" stroke="none"/>
22067<rect x="560" y="318" width="25" height="4" opacity="1" fill="#00FF00" stroke="none"/>
22068<rect x="560" y="355" width="4" height="3" opacity="1" fill="#00FF00" stroke="none"/>
22069<rect x="560" y="185" width="11" height="3" opacity="1" fill="#00FF00" stroke="none"/>
22070<rect x="560" y="188" width="6" height="3" opacity="1" fill="#00FF00" stroke="none"/>
22071<rect x="560" y="198" width="17" height="3" opacity="1" fill="#00FF00" stroke="none"/>
22072<rect x="560" y="328" width="20" height="4" opacity="1" fill="#00FF00" stroke="none"/>
22073<rect x="560" y="261" width="72" height="4" opacity="1" fill="#00FF00" stroke="none"/>
22074<rect x="560" y="251" width="44" height="4" opacity="1" fill="#00FF00" stroke="none"/>
22075<rect x="560" y="295" width="48" height="3" opacity="1" fill="#00FF00" stroke="none"/>
22076<rect x="560" y="342" width="14" height="3" opacity="1" fill="#00FF00" stroke="none"/>
22077<rect x="560" y="255" width="43" height="3" opacity="1" fill="#00FF00" stroke="none"/>
22078<rect x="560" y="238" width="27" height="3" opacity="1" fill="#00FF00" stroke="none"/>
22079<rect x="560" y="285" width="41" height="3" opacity="1" fill="#00FF00" stroke="none"/>
22080<rect x="560" y="332" width="17" height="3" opacity="1" fill="#00FF00" stroke="none"/>
22081<rect x="560" y="288" width="46" height="4" opacity="1" fill="#00FF00" stroke="none"/>
22082<rect x="560" y="178" width="4" height="3" opacity="1" fill="#00FF00" stroke="none"/>
22083<rect x="560" y="201" width="11" height="4" opacity="1" fill="#00FF00" stroke="none"/>
22084<rect x="560" y="211" width="19" height="4" opacity="1" fill="#00FF00" stroke="none"/>
22085<rect x="560" y="325" width="22" height="3" opacity="1" fill="#00FF00" stroke="none"/>
22086<rect x="560" y="298" width="43" height="4" opacity="1" fill="#00FF00" stroke="none"/>
22087<rect x="560" y="345" width="16" height="3" opacity="1" fill="#00FF00" stroke="none"/>
22088<rect x="560" y="385" width="1" height="3" opacity="1" fill="#00FF00" stroke="none"/>
22089<rect x="560" y="231" width="32" height="4" opacity="1" fill="#00FF00" stroke="none"/>
22090<rect x="560" y="158" width="3" height="3" opacity="1" fill="#00FF00" stroke="none"/>
22091<rect x="560" y="275" width="64" height="3" opacity="1" fill="#00FF00" stroke="none"/>
22092<rect x="560" y="248" width="44" height="3" opacity="1" fill="#00FF00" stroke="none"/>
22093<rect x="560" y="165" width="1" height="3" opacity="1" fill="#00FF00" stroke="none"/>
22094<rect x="560" y="241" width="44" height="4" opacity="1" fill="#00FF00" stroke="none"/>
22095<rect x="560" y="148" width="1" height="3" opacity="1" fill="#00FF00" stroke="none"/>
22096<rect x="560" y="352" width="6" height="3" opacity="1" fill="#00FF00" stroke="none"/>
22097<rect x="560" y="338" width="8" height="4" opacity="1" fill="#00FF00" stroke="none"/>
22098<rect x="560" y="215" width="22" height="3" opacity="1" fill="#00FF00" stroke="none"/>
22099<rect x="560" y="272" width="43" height="3" opacity="1" fill="#00FF00" stroke="none"/>
22100<rect x="560" y="378" width="1" height="4" opacity="1" fill="#00FF00" stroke="none"/>
22101<rect x="560" y="175" width="1" height="3" opacity="1" fill="#00FF00" stroke="none"/>
22102<rect x="560" y="302" width="43" height="3" opacity="1" fill="#00FF00" stroke="none"/>
22103<rect x="560" y="195" width="9" height="3" opacity="1" fill="#00FF00" stroke="none"/>
22104<rect x="560" y="278" width="33" height="4" opacity="1" fill="#00FF00" stroke="none"/>
22105<rect x="560" y="382" width="1" height="3" opacity="1" fill="#00FF00" stroke="none"/>
22106<rect x="560" y="335" width="12" height="3" opacity="1" fill="#00FF00" stroke="none"/>
22107<rect x="560" y="245" width="36" height="3" opacity="1" fill="#00FF00" stroke="none"/>
22108<rect x="560" y="348" width="6" height="4" opacity="1" fill="#00FF00" stroke="none"/>
22109<rect x="560" y="235" width="43" height="3" opacity="1" fill="#00FF00" stroke="none"/>
22110<rect x="560" y="205" width="17" height="3" opacity="1" fill="#00FF00" stroke="none"/>
22111<rect x="560" y="181" width="4" height="4" opacity="1" fill="#00FF00" stroke="none"/>
22112<rect x="560" y="292" width="36" height="3" opacity="1" fill="#00FF00" stroke="none"/>
22113<rect x="560" y="208" width="19" height="3" opacity="1" fill="#00FF00" stroke="none"/>
22114<rect x="560" y="228" width="35" height="3" opacity="1" fill="#00FF00" stroke="none"/>
22115<rect x="560" y="168" width="3" height="3" opacity="1" fill="#00FF00" stroke="none"/>
22116<rect x="560" y="312" width="27" height="3" opacity="1" fill="#00FF00" stroke="none"/>
22117<rect x="560" y="358" width="6" height="4" opacity="1" fill="#00FF00" stroke="none"/>
22118<rect x="560" y="268" width="62" height="4" opacity="1" fill="#00FF00" stroke="none"/>
22119</svg>
22120</div>
22121</div>
22122
22123</div>
22124
22125</div>
22126</div>
22127
22128</div>
22129<div class="cell border-box-sizing text_cell rendered"><div class="prompt input_prompt">
22130</div>
22131<div class="inner_cell">
22132<div class="text_cell_render border-box-sizing rendered_html">
22133<h2 id="3D-Plots">3D Plots<a class="anchor-link" href="#3D-Plots">&#182;</a></h2><p>Plotters also support 3D plotting since 0.3. To plotting a 3D chart, it's quite simple: when constructing the <code>ChartContext</code>, instead of <code>build_cartesian_2d</code>, use <code>build_cartesian_3d</code> instead. Then you should get a plotting environment that supports accepts 3-dimensional coordinates.</p>
22134
22135</div>
22136</div>
22137</div>
22138<div class="cell border-box-sizing code_cell rendered">
22139<div class="input">
22140<div class="prompt input_prompt">In&nbsp;[41]:</div>
22141<div class="inner_cell">
22142    <div class="input_area">
22143<div class=" highlight hl-Rust"><pre><span></span>:<span class="nc">dep</span><span class="w"> </span><span class="n">plotters</span><span class="w"> </span><span class="o">=</span><span class="w"> </span><span class="p">{</span><span class="w"> </span><span class="n">version</span><span class="w"> </span><span class="o">=</span><span class="w"> </span><span class="s">&quot;^0.3.0&quot;</span><span class="p">,</span><span class="w"> </span><span class="n">default_features</span><span class="w"> </span><span class="o">=</span><span class="w"> </span><span class="kc">false</span><span class="p">,</span><span class="w"> </span><span class="n">features</span><span class="w"> </span><span class="o">=</span><span class="w"> </span><span class="p">[</span><span class="s">&quot;evcxr&quot;</span><span class="p">,</span><span class="w"> </span><span class="s">&quot;all_series&quot;</span><span class="p">,</span><span class="w"> </span><span class="s">&quot;all_elements&quot;</span><span class="p">]</span><span class="w"> </span><span class="p">}</span><span class="w"></span>
22144<span class="k">use</span><span class="w"> </span><span class="n">plotters</span>::<span class="n">prelude</span>::<span class="o">*</span><span class="p">;</span><span class="w"></span>
22145
22146<span class="n">evcxr_figure</span><span class="p">((</span><span class="mi">640</span><span class="p">,</span><span class="w"> </span><span class="mi">480</span><span class="p">),</span><span class="w"> </span><span class="o">|</span><span class="n">root</span><span class="o">|</span><span class="w"> </span><span class="p">{</span><span class="w"></span>
22147<span class="w">    </span><span class="kd">let</span><span class="w"> </span><span class="n">root</span><span class="w"> </span><span class="o">=</span><span class="w"> </span><span class="n">root</span><span class="p">.</span><span class="n">titled</span><span class="p">(</span><span class="s">&quot;3D Plotting&quot;</span><span class="p">,</span><span class="w"> </span><span class="p">(</span><span class="s">&quot;Arial&quot;</span><span class="p">,</span><span class="w"> </span><span class="mi">20</span><span class="p">).</span><span class="n">into_font</span><span class="p">())</span><span class="o">?</span><span class="p">;</span><span class="w"></span>
22148<span class="w">    </span>
22149<span class="w">    </span><span class="kd">let</span><span class="w"> </span><span class="k">mut</span><span class="w"> </span><span class="n">chart</span><span class="w"> </span><span class="o">=</span><span class="w"> </span><span class="n">ChartBuilder</span>::<span class="n">on</span><span class="p">(</span><span class="o">&amp;</span><span class="n">root</span><span class="p">)</span><span class="w"></span>
22150<span class="w">        </span><span class="p">.</span><span class="n">build_cartesian_3d</span><span class="p">(</span><span class="o">-</span><span class="mf">10.</span><span class="mi">0</span><span class="p">..</span><span class="mf">10.0</span><span class="p">,</span><span class="w"> </span><span class="o">-</span><span class="mf">10.</span><span class="mi">0</span><span class="p">..</span><span class="mf">10.0</span><span class="p">,</span><span class="w"> </span><span class="o">-</span><span class="mf">10.</span><span class="mi">0</span><span class="p">..</span><span class="mf">10.0</span><span class="p">)</span><span class="o">?</span><span class="p">;</span><span class="w"></span>
22151<span class="w">    </span><span class="c1">// Draw a red circle parallel to XOZ panel</span>
22152<span class="w">    </span><span class="n">chart</span><span class="p">.</span><span class="n">draw_series</span><span class="p">(</span><span class="n">LineSeries</span>::<span class="n">new</span><span class="p">(</span><span class="w"></span>
22153<span class="w">        </span><span class="p">(</span><span class="o">-</span><span class="mi">314</span><span class="p">..</span><span class="mi">314</span><span class="p">).</span><span class="n">map</span><span class="p">(</span><span class="o">|</span><span class="n">a</span><span class="o">|</span><span class="w"> </span><span class="n">a</span><span class="w"> </span><span class="k">as</span><span class="w"> </span><span class="kt">f64</span><span class="w"> </span><span class="o">/</span><span class="w"> </span><span class="mf">100.0</span><span class="p">).</span><span class="n">map</span><span class="p">(</span><span class="o">|</span><span class="n">a</span><span class="o">|</span><span class="w"> </span><span class="p">(</span><span class="mf">8.0</span><span class="w"> </span><span class="o">*</span><span class="w"> </span><span class="n">a</span><span class="p">.</span><span class="n">cos</span><span class="p">(),</span><span class="w"> </span><span class="mf">0.0</span><span class="p">,</span><span class="w"> </span><span class="mf">8.0</span><span class="w"> </span><span class="o">*</span><span class="n">a</span><span class="p">.</span><span class="n">sin</span><span class="p">())),</span><span class="w"></span>
22154<span class="w">        </span><span class="o">&amp;</span><span class="n">RED</span><span class="p">,</span><span class="w"></span>
22155<span class="w">    </span><span class="p">))</span><span class="o">?</span><span class="p">;</span><span class="w"></span>
22156<span class="w">    </span><span class="c1">// Draw a green circle parallel to YOZ panel</span>
22157<span class="w">    </span><span class="n">chart</span><span class="p">.</span><span class="n">draw_series</span><span class="p">(</span><span class="n">LineSeries</span>::<span class="n">new</span><span class="p">(</span><span class="w"></span>
22158<span class="w">        </span><span class="p">(</span><span class="o">-</span><span class="mi">314</span><span class="p">..</span><span class="mi">314</span><span class="p">).</span><span class="n">map</span><span class="p">(</span><span class="o">|</span><span class="n">a</span><span class="o">|</span><span class="w"> </span><span class="n">a</span><span class="w"> </span><span class="k">as</span><span class="w"> </span><span class="kt">f64</span><span class="w"> </span><span class="o">/</span><span class="w"> </span><span class="mf">100.0</span><span class="p">).</span><span class="n">map</span><span class="p">(</span><span class="o">|</span><span class="n">a</span><span class="o">|</span><span class="w"> </span><span class="p">(</span><span class="mf">0.0</span><span class="p">,</span><span class="w"> </span><span class="mf">8.0</span><span class="w"> </span><span class="o">*</span><span class="w"> </span><span class="n">a</span><span class="p">.</span><span class="n">cos</span><span class="p">(),</span><span class="w"> </span><span class="mf">8.0</span><span class="w"> </span><span class="o">*</span><span class="n">a</span><span class="p">.</span><span class="n">sin</span><span class="p">())),</span><span class="w"></span>
22159<span class="w">        </span><span class="o">&amp;</span><span class="n">GREEN</span><span class="p">,</span><span class="w"></span>
22160<span class="w">    </span><span class="p">))</span><span class="o">?</span><span class="p">;</span><span class="w"></span>
22161<span class="w">    </span>
22162<span class="w">    </span><span class="nb">Ok</span><span class="p">(())</span><span class="w"></span>
22163<span class="p">})</span><span class="w"></span>
22164</pre></div>
22165
22166</div>
22167</div>
22168</div>
22169
22170<div class="output_wrapper">
22171<div class="output">
22172
22173
22174<div class="output_area">
22175
22176<div class="prompt output_prompt">Out[41]:</div>
22177
22178
22179
22180<div class="output_html rendered_html output_subarea output_execute_result">
22181<div style=""><svg width="640" height="480" viewBox="0 0 640 480" xmlns="http://www.w3.org/2000/svg">
22182<text x="320" y="5" dy="0.76em" text-anchor="middle" font-family="Arial" font-size="16.129032258064516" opacity="1" fill="#000000">
221833D Plotting
22184</text>
22185<polyline fill="none" opacity="1" stroke="#FF0000" stroke-width="1" points="192,242 193,242 194,242 195,241 195,241 196,241 197,241 197,241 198,241 198,240 200,240 201,240 202,240 202,240 203,240 204,239 205,239 206,239 206,239 207,239 209,239 209,238 210,238 212,238 213,238 213,238 215,237 215,237 217,237 218,237 218,237 220,237 220,237 222,237 223,236 224,236 225,236 226,236 227,236 228,236 229,235 231,235 232,235 233,235 234,235 235,235 237,235 238,235 238,234 240,234 242,234 242,234 243,234 245,234 247,234 247,234 248,234 250,233 252,233 252,233 254,233 255,233 257,233 258,233 259,233 261,233 261,233 263,233 264,232 266,232 267,232 269,232 270,232 271,232 273,232 274,232 275,232 277,232 278,232 279,232 281,232 282,232 283,232 285,231 286,231 288,231 289,231 291,231 292,231 294,231 295,231 297,231 298,231 299,231 301,231 302,231 304,231 305,231 306,231 309,231 310,231 311,231 312,231 314,231 315,231 317,231 318,231 319,231 321,231 323,231 324,231 326,231 327,231 328,231 330,231 331,231 332,231 335,231 335,231 337,231 339,231 340,231 341,231 343,231 344,231 345,231 347,231 348,231 350,231 352,231 352,231 354,231 356,231 357,232 358,232 359,232 361,232 362,232 364,232 365,232 367,232 368,232 369,232 371,232 372,232 374,232 374,232 376,233 378,233 379,233 380,233 381,233 383,233 384,233 386,233 386,233 388,233 389,233 391,234 392,234 393,234 394,234 395,234 397,234 398,234 400,234 400,234 402,235 403,235 403,235 405,235 406,235 408,235 408,235 410,236 411,236 413,236 413,236 414,236 416,236 416,236 418,237 419,237 419,237 421,237 422,237 423,237 424,237 424,238 426,238 426,238 428,238 429,238 429,238 431,239 432,239 432,239 434,239 434,239 435,239 436,240 437,240 438,240 439,240 439,240 440,240 441,241 442,241 443,241 443,241 444,241 445,242 446,242 446,242 446,242 448,242 449,242 449,243 449,243 450,243 451,243 451,244 452,244 453,244 453,244 454,244 455,244 455,245 456,245 456,245 456,245 457,245 457,246 458,246 458,246 458,246 459,247 459,247 460,247 460,247 460,247 461,248 461,248 462,248 462,248 462,248 462,249 463,249 463,249 463,249 463,249 463,250 463,250 464,250 464,250 465,251 464,251 464,251 464,251 465,251 465,252 464,252 465,252 465,252 465,252 464,253 465,253 464,253 464,253 465,254 464,254 465,254 465,254 464,254 464,255 463,255 464,255 463,255 463,256 463,256 463,256 462,256 463,256 462,257 462,257 462,257 462,257 461,257 460,258 460,258 460,258 459,258 459,258 458,259 458,259 458,259 457,259 457,259 456,260 456,260 455,260 455,260 454,261 454,261 453,261 453,261 453,261 452,262 451,262 450,262 450,262 449,262 448,262 447,263 447,263 446,263 445,263 445,263 444,264 443,264 442,264 442,264 441,264 441,265 439,265 438,265 438,265 437,265 436,265 435,266 434,266 433,266 433,266 432,266 430,266 430,267 429,267 427,267 426,267 426,267 425,267 424,268 423,268 421,268 421,268 420,268 419,268 417,268 417,269 415,269 414,269 413,269 412,269 411,269 410,270 408,270 408,270 406,270 405,270 404,270 403,270 401,270 401,271 399,271 397,271 397,271 396,271 394,271 393,271 392,271 391,271 389,271 387,272 387,272 385,272 384,272 383,272 381,272 380,272 379,272 378,272 376,272 375,273 374,273 372,273 370,273 369,273 368,273 366,273 365,273 364,273 362,273 361,273 360,273 358,273 357,273 356,273 354,274 353,274 351,274 350,274 349,274 347,274 345,274 344,274 342,274 341,274 340,274 339,274 337,274 335,274 334,274 333,274 332,274 329,274 328,274 327,274 326,274 325,274 322,274 321,274 320,274 318,274 316,274 316,274 314,274 312,274 311,274 310,274 308,274 307,274 305,274 304,274 302,274 301,274 299,274 298,274 297,274 295,274 294,274 292,274 291,274 290,274 287,274 287,274 285,274 283,274 283,273 281,273 280,273 278,273 277,273 276,273 274,273 273,273 271,273 270,273 268,273 267,273 265,273 265,273 264,272 261,272 261,272 259,272 258,272 256,272 255,272 253,272 253,272 252,272 250,272 249,271 247,271 246,271 245,271 244,271 242,271 241,271 240,271 239,271 238,270 236,270 236,270 234,270 233,270 231,270 231,270 230,270 228,269 227,269 226,269 225,269 223,269 223,269 222,269 220,268 220,268 218,268 217,268 217,268 215,268 215,267 213,267 213,267 212,267 210,267 210,267 209,266 207,266 207,266 206,266 205,266 204,266 204,266 202,265 201,265 201,265 199,265 199,265 198,264 197,264 196,264 196,264 196,264 194,264 193,263 193,263 193,263 192,263 190,263 190,262 190,262 189,262 189,262 187,262 187,261 186,261 186,261 185,261 185,261 185,260 183,260 183,260 183,260 182,260 182,259 181,259 181,259 181,259 180,258 180,258 179,258 179,258 179,258 178,257 178,257 177,257 177,257 177,257 177,256 176,256 176,256 176,256 176,256 176,255 175,255 175,255 175,255 174,254 175,254 175,254 175,254 174,254 175,253 174,253 174,253 174,253 174,253 174,252 174,252 175,252 174,252 174,251 175,251 174,251 175,251 175,251 175,250 176,250 175,250 176,250 176,249 176,249 176,249 177,249 176,249 177,249 177,248 177,248 178,248 178,248 178,247 179,247 179,247 180,247 180,247 181,246 181,246 181,246 182,246 182,246 183,245 183,245 184,245 184,245 184,245 185,244 186,244 186,244 186,244 187,243 188,243 189,243 189,243 190,243 191,243 191,242 "/>
22186<polyline fill="none" opacity="1" stroke="#00FF00" stroke-width="1" points="320,396 320,396 321,395 322,395 322,395 323,395 324,395 324,395 325,394 326,394 327,393 327,393 328,393 329,392 329,392 330,392 331,391 331,391 332,390 333,390 333,389 334,389 335,389 335,388 336,387 337,387 338,386 338,386 339,385 340,384 340,384 341,383 342,383 342,382 343,382 343,380 344,380 345,379 345,379 346,378 347,378 347,376 348,375 349,375 349,374 350,374 351,373 351,371 352,371 353,370 353,369 354,369 354,368 355,366 355,365 356,365 356,364 357,363 358,362 358,362 359,360 359,359 360,358 361,357 361,356 362,355 362,355 363,353 363,352 364,351 365,350 365,349 366,348 366,347 366,345 367,344 367,343 368,342 368,341 369,340 369,339 370,338 370,336 371,335 371,334 372,333 372,332 373,330 373,329 374,328 374,327 375,325 375,324 376,323 376,321 376,320 377,319 377,318 378,317 378,315 378,314 378,313 379,311 379,310 379,308 380,307 380,306 380,305 381,303 381,302 382,301 382,299 382,298 382,297 383,295 383,293 383,292 384,290 384,289 384,288 384,286 385,285 385,284 385,282 385,281 386,280 386,278 386,277 386,275 387,274 387,273 387,271 387,270 387,268 387,267 388,266 388,264 388,263 388,260 388,259 388,257 388,256 389,255 389,253 389,252 389,250 389,249 389,247 389,246 389,244 389,243 389,242 389,240 389,239 389,237 389,236 389,234 389,233 389,232 389,231 389,230 389,228 389,227 389,225 389,224 389,222 389,221 389,219 389,218 389,217 389,215 389,214 389,212 388,211 388,209 388,208 388,206 388,205 388,204 388,202 387,201 387,199 387,198 387,198 387,196 387,195 386,193 386,192 386,191 386,189 385,188 385,186 385,185 385,184 384,182 384,181 384,181 384,179 383,178 383,177 383,175 382,174 382,173 382,171 381,170 381,169 381,168 380,167 380,166 380,165 379,163 379,162 379,161 378,160 378,159 378,158 378,157 377,156 377,155 376,154 376,152 375,151 375,150 375,149 374,149 374,148 373,146 373,145 372,144 372,143 371,142 371,142 370,141 370,140 369,139 369,138 368,137 368,136 367,136 367,135 366,134 366,133 366,132 365,131 365,130 364,130 363,129 363,128 362,127 362,126 361,126 361,126 360,125 359,124 359,123 358,122 358,122 357,122 356,121 356,120 355,119 354,119 354,118 354,118 353,118 352,117 352,116 351,116 350,116 350,115 349,115 349,114 348,113 347,113 347,113 346,113 345,112 345,112 344,111 343,111 343,111 342,111 342,110 341,110 340,109 340,110 339,109 338,109 337,109 337,108 336,108 335,109 335,108 334,108 333,108 332,108 332,108 331,108 331,108 330,107 329,107 329,108 328,108 327,108 326,108 326,107 325,108 324,108 324,108 323,108 322,108 321,109 321,109 320,109 320,109 319,109 318,110 318,110 317,110 316,110 315,110 315,110 314,111 313,111 313,112 312,112 311,112 310,113 310,113 309,113 308,114 308,114 307,115 307,115 306,116 305,116 304,116 304,117 303,118 302,118 302,119 301,119 300,119 299,121 299,121 298,122 297,122 297,123 296,123 296,125 295,125 294,126 294,126 293,127 292,127 292,129 291,129 290,130 290,131 289,131 289,132 288,134 287,134 287,135 286,136 285,136 285,137 285,138 284,139 283,140 283,141 282,142 281,143 281,143 280,145 280,146 279,147 278,148 278,149 277,149 277,150 276,152 276,153 275,154 274,155 274,156 273,157 273,158 273,160 272,161 272,162 271,163 271,164 270,165 270,166 269,167 269,169 268,170 268,171 267,172 267,173 266,174 266,175 265,177 265,178 264,180 264,181 264,182 263,183 263,185 262,186 262,187 261,188 261,189 261,191 261,192 260,194 260,195 260,196 259,198 259,199 259,200 258,202 258,203 258,204 257,205 257,207 257,208 256,209 256,212 256,213 255,214 255,216 255,217 255,218 254,220 254,221 254,222 254,224 253,225 253,227 253,228 253,229 252,231 252,232 252,234 252,235 252,236 252,238 251,239 251,241 251,242 251,244 251,246 251,247 251,249 250,250 250,252 250,253 250,255 250,256 250,257 250,259 250,260 250,262 250,263 250,265 250,266 250,268 250,269 250,270 250,272 250,273 250,274 250,275 250,277 250,278 250,280 250,281 250,282 250,284 250,285 250,287 250,288 250,290 250,291 250,293 251,294 251,295 251,297 251,298 251,300 251,301 251,303 252,304 252,305 252,307 252,307 252,309 252,310 253,311 253,313 253,314 253,316 254,317 254,318 254,320 254,321 255,322 255,324 255,324 255,325 256,327 256,328 256,329 257,331 257,332 257,333 257,335 258,336 258,337 259,338 259,339 259,340 260,341 260,343 260,344 261,345 261,346 261,347 261,348 262,349 262,350 263,351 263,352 263,354 264,355 264,356 265,356 265,357 266,358 266,359 267,361 267,362 268,363 268,363 269,364 269,365 270,366 270,367 271,368 271,369 272,369 272,370 273,371 273,372 273,373 274,374 274,375 275,375 276,376 276,377 277,378 277,378 278,379 278,379 279,380 280,381 280,382 281,383 281,383 282,383 283,384 283,385 284,385 284,386 285,387 285,387 286,387 286,388 287,389 288,389 288,390 289,390 290,390 290,391 291,391 292,392 292,392 293,392 294,393 294,393 295,394 296,394 296,394 297,394 297,395 298,395 299,396 299,395 300,395 301,396 301,396 302,397 303,397 304,396 304,397 305,397 306,397 306,398 307,397 308,397 308,397 309,398 310,398 310,397 311,397 312,397 312,397 313,398 314,397 315,397 315,397 316,397 317,397 317,397 318,396 319,396 "/>
22187</svg>
22188</div>
22189</div>
22190
22191</div>
22192
22193</div>
22194</div>
22195
22196</div>
22197<div class="cell border-box-sizing text_cell rendered"><div class="prompt input_prompt">
22198</div>
22199<div class="inner_cell">
22200<div class="text_cell_render border-box-sizing rendered_html">
22201<h3 id="Draw-Plot-Components">Draw Plot Components<a class="anchor-link" href="#Draw-Plot-Components">&#182;</a></h3><p>Just like the 2D plots, we are able to draw the axis and axis panel easily. Unlike the 2D plots, 3D plots use the function <code>configure_axes</code> to configure the chart components.</p>
22202
22203</div>
22204</div>
22205</div>
22206<div class="cell border-box-sizing code_cell rendered">
22207<div class="input">
22208<div class="prompt input_prompt">In&nbsp;[42]:</div>
22209<div class="inner_cell">
22210    <div class="input_area">
22211<div class=" highlight hl-Rust"><pre><span></span>:<span class="nc">dep</span><span class="w"> </span><span class="n">plotters</span><span class="w"> </span><span class="o">=</span><span class="w"> </span><span class="p">{</span><span class="w"> </span><span class="n">version</span><span class="w"> </span><span class="o">=</span><span class="w"> </span><span class="s">&quot;^0.3.0&quot;</span><span class="p">,</span><span class="w"> </span><span class="n">default_features</span><span class="w"> </span><span class="o">=</span><span class="w"> </span><span class="kc">false</span><span class="p">,</span><span class="w"> </span><span class="n">features</span><span class="w"> </span><span class="o">=</span><span class="w"> </span><span class="p">[</span><span class="s">&quot;evcxr&quot;</span><span class="p">,</span><span class="w"> </span><span class="s">&quot;all_series&quot;</span><span class="p">,</span><span class="w"> </span><span class="s">&quot;all_elements&quot;</span><span class="p">]</span><span class="w"> </span><span class="p">}</span><span class="w"></span>
22212<span class="k">use</span><span class="w"> </span><span class="n">plotters</span>::<span class="n">prelude</span>::<span class="o">*</span><span class="p">;</span><span class="w"></span>
22213
22214<span class="n">evcxr_figure</span><span class="p">((</span><span class="mi">640</span><span class="p">,</span><span class="w"> </span><span class="mi">480</span><span class="p">),</span><span class="w"> </span><span class="o">|</span><span class="n">root</span><span class="o">|</span><span class="w"> </span><span class="p">{</span><span class="w"></span>
22215<span class="w">    </span><span class="kd">let</span><span class="w"> </span><span class="n">root</span><span class="w"> </span><span class="o">=</span><span class="w"> </span><span class="n">root</span><span class="p">.</span><span class="n">titled</span><span class="p">(</span><span class="s">&quot;3D Plotting&quot;</span><span class="p">,</span><span class="w"> </span><span class="p">(</span><span class="s">&quot;Arial&quot;</span><span class="p">,</span><span class="w"> </span><span class="mi">20</span><span class="p">).</span><span class="n">into_font</span><span class="p">())</span><span class="o">?</span><span class="p">;</span><span class="w"></span>
22216<span class="w">    </span>
22217<span class="w">    </span><span class="kd">let</span><span class="w"> </span><span class="k">mut</span><span class="w"> </span><span class="n">chart</span><span class="w"> </span><span class="o">=</span><span class="w"> </span><span class="n">ChartBuilder</span>::<span class="n">on</span><span class="p">(</span><span class="o">&amp;</span><span class="n">root</span><span class="p">)</span><span class="w"></span>
22218<span class="w">        </span><span class="p">.</span><span class="n">build_cartesian_3d</span><span class="p">(</span><span class="o">-</span><span class="mf">10.</span><span class="mi">0</span><span class="p">..</span><span class="mf">10.0</span><span class="p">,</span><span class="w"> </span><span class="o">-</span><span class="mf">10.</span><span class="mi">0</span><span class="p">..</span><span class="mf">10.0</span><span class="p">,</span><span class="w"> </span><span class="o">-</span><span class="mf">10.</span><span class="mi">0</span><span class="p">..</span><span class="mf">10.0</span><span class="p">)</span><span class="o">?</span><span class="p">;</span><span class="w"></span>
22219<span class="w">    </span>
22220<span class="w">    </span><span class="n">chart</span><span class="p">.</span><span class="n">configure_axes</span><span class="p">().</span><span class="n">draw</span><span class="p">()</span><span class="o">?</span><span class="p">;</span><span class="w"></span>
22221<span class="w">    </span>
22222<span class="w">    </span><span class="c1">// Draw a red circle parallel to XOZ panel</span>
22223<span class="w">    </span><span class="n">chart</span><span class="p">.</span><span class="n">draw_series</span><span class="p">(</span><span class="n">LineSeries</span>::<span class="n">new</span><span class="p">(</span><span class="w"></span>
22224<span class="w">        </span><span class="p">(</span><span class="o">-</span><span class="mi">314</span><span class="p">..</span><span class="mi">314</span><span class="p">).</span><span class="n">map</span><span class="p">(</span><span class="o">|</span><span class="n">a</span><span class="o">|</span><span class="w"> </span><span class="n">a</span><span class="w"> </span><span class="k">as</span><span class="w"> </span><span class="kt">f64</span><span class="w"> </span><span class="o">/</span><span class="w"> </span><span class="mf">100.0</span><span class="p">).</span><span class="n">map</span><span class="p">(</span><span class="o">|</span><span class="n">a</span><span class="o">|</span><span class="w"> </span><span class="p">(</span><span class="mf">8.0</span><span class="w"> </span><span class="o">*</span><span class="w"> </span><span class="n">a</span><span class="p">.</span><span class="n">cos</span><span class="p">(),</span><span class="w"> </span><span class="mf">0.0</span><span class="p">,</span><span class="w"> </span><span class="mf">8.0</span><span class="w"> </span><span class="o">*</span><span class="n">a</span><span class="p">.</span><span class="n">sin</span><span class="p">())),</span><span class="w"></span>
22225<span class="w">        </span><span class="o">&amp;</span><span class="n">RED</span><span class="p">,</span><span class="w"></span>
22226<span class="w">    </span><span class="p">))</span><span class="o">?</span><span class="p">;</span><span class="w"></span>
22227<span class="w">    </span><span class="c1">// Draw a green circle parallel to YOZ panel</span>
22228<span class="w">    </span><span class="n">chart</span><span class="p">.</span><span class="n">draw_series</span><span class="p">(</span><span class="n">LineSeries</span>::<span class="n">new</span><span class="p">(</span><span class="w"></span>
22229<span class="w">        </span><span class="p">(</span><span class="o">-</span><span class="mi">314</span><span class="p">..</span><span class="mi">314</span><span class="p">).</span><span class="n">map</span><span class="p">(</span><span class="o">|</span><span class="n">a</span><span class="o">|</span><span class="w"> </span><span class="n">a</span><span class="w"> </span><span class="k">as</span><span class="w"> </span><span class="kt">f64</span><span class="w"> </span><span class="o">/</span><span class="w"> </span><span class="mf">100.0</span><span class="p">).</span><span class="n">map</span><span class="p">(</span><span class="o">|</span><span class="n">a</span><span class="o">|</span><span class="w"> </span><span class="p">(</span><span class="mf">0.0</span><span class="p">,</span><span class="w"> </span><span class="mf">8.0</span><span class="w"> </span><span class="o">*</span><span class="w"> </span><span class="n">a</span><span class="p">.</span><span class="n">cos</span><span class="p">(),</span><span class="w"> </span><span class="mf">8.0</span><span class="w"> </span><span class="o">*</span><span class="n">a</span><span class="p">.</span><span class="n">sin</span><span class="p">())),</span><span class="w"></span>
22230<span class="w">        </span><span class="o">&amp;</span><span class="n">GREEN</span><span class="p">,</span><span class="w"></span>
22231<span class="w">    </span><span class="p">))</span><span class="o">?</span><span class="p">;</span><span class="w"></span>
22232<span class="w">    </span>
22233<span class="w">    </span><span class="nb">Ok</span><span class="p">(())</span><span class="w"></span>
22234<span class="p">})</span><span class="w"></span>
22235</pre></div>
22236
22237</div>
22238</div>
22239</div>
22240
22241<div class="output_wrapper">
22242<div class="output">
22243
22244
22245<div class="output_area">
22246
22247<div class="prompt output_prompt">Out[42]:</div>
22248
22249
22250
22251<div class="output_html rendered_html output_subarea output_execute_result">
22252<div style=""><svg width="640" height="480" viewBox="0 0 640 480" xmlns="http://www.w3.org/2000/svg">
22253<text x="320" y="5" dy="0.76em" text-anchor="middle" font-family="Arial" font-size="16.129032258064516" opacity="1" fill="#000000">
222543D Plotting
22255</text>
22256<polygon opacity="0.1" fill="#000000" points="247,395 247,36 73,83 73,442 "/>
22257<polyline fill="none" opacity="0.2" stroke="#000000" stroke-width="1" points="247,395 247,36 73,83 73,442 247,395 "/>
22258<polyline fill="none" opacity="0.2" stroke="#000000" stroke-width="1" points="247,359 73,407 "/>
22259<polyline fill="none" opacity="0.2" stroke="#000000" stroke-width="1" points="247,324 73,371 "/>
22260<polyline fill="none" opacity="0.2" stroke="#000000" stroke-width="1" points="247,288 73,336 "/>
22261<polyline fill="none" opacity="0.2" stroke="#000000" stroke-width="1" points="247,251 73,299 "/>
22262<polyline fill="none" opacity="0.2" stroke="#000000" stroke-width="1" points="247,216 73,263 "/>
22263<polyline fill="none" opacity="0.2" stroke="#000000" stroke-width="1" points="247,180 73,228 "/>
22264<polyline fill="none" opacity="0.2" stroke="#000000" stroke-width="1" points="247,144 73,191 "/>
22265<polyline fill="none" opacity="0.2" stroke="#000000" stroke-width="1" points="247,108 73,156 "/>
22266<polyline fill="none" opacity="0.2" stroke="#000000" stroke-width="1" points="247,72 73,120 "/>
22267<polyline fill="none" opacity="0.2" stroke="#000000" stroke-width="1" points="247,36 73,83 "/>
22268<polyline fill="none" opacity="0.2" stroke="#000000" stroke-width="1" points="230,399 230,41 "/>
22269<polyline fill="none" opacity="0.2" stroke="#000000" stroke-width="1" points="213,404 213,45 "/>
22270<polyline fill="none" opacity="0.2" stroke="#000000" stroke-width="1" points="196,409 196,50 "/>
22271<polyline fill="none" opacity="0.2" stroke="#000000" stroke-width="1" points="178,414 178,55 "/>
22272<polyline fill="none" opacity="0.2" stroke="#000000" stroke-width="1" points="161,418 161,60 "/>
22273<polyline fill="none" opacity="0.2" stroke="#000000" stroke-width="1" points="143,423 143,64 "/>
22274<polyline fill="none" opacity="0.2" stroke="#000000" stroke-width="1" points="126,428 126,69 "/>
22275<polyline fill="none" opacity="0.2" stroke="#000000" stroke-width="1" points="108,433 108,74 "/>
22276<polyline fill="none" opacity="0.2" stroke="#000000" stroke-width="1" points="91,438 91,79 "/>
22277<polyline fill="none" opacity="0.2" stroke="#000000" stroke-width="1" points="73,442 73,83 "/>
22278<polygon opacity="0.1" fill="#000000" points="247,395 73,442 392,468 566,421 "/>
22279<polyline fill="none" opacity="0.2" stroke="#000000" stroke-width="1" points="247,395 73,442 392,468 566,421 247,395 "/>
22280<polyline fill="none" opacity="0.2" stroke="#000000" stroke-width="1" points="279,397 105,445 "/>
22281<polyline fill="none" opacity="0.2" stroke="#000000" stroke-width="1" points="311,400 137,448 "/>
22282<polyline fill="none" opacity="0.2" stroke="#000000" stroke-width="1" points="342,403 168,450 "/>
22283<polyline fill="none" opacity="0.2" stroke="#000000" stroke-width="1" points="375,405 201,453 "/>
22284<polyline fill="none" opacity="0.2" stroke="#000000" stroke-width="1" points="406,408 232,455 "/>
22285<polyline fill="none" opacity="0.2" stroke="#000000" stroke-width="1" points="438,410 264,458 "/>
22286<polyline fill="none" opacity="0.2" stroke="#000000" stroke-width="1" points="470,413 296,461 "/>
22287<polyline fill="none" opacity="0.2" stroke="#000000" stroke-width="1" points="502,416 328,463 "/>
22288<polyline fill="none" opacity="0.2" stroke="#000000" stroke-width="1" points="534,418 359,466 "/>
22289<polyline fill="none" opacity="0.2" stroke="#000000" stroke-width="1" points="566,421 392,468 "/>
22290<polyline fill="none" opacity="0.2" stroke="#000000" stroke-width="1" points="230,399 549,425 "/>
22291<polyline fill="none" opacity="0.2" stroke="#000000" stroke-width="1" points="213,404 531,430 "/>
22292<polyline fill="none" opacity="0.2" stroke="#000000" stroke-width="1" points="196,409 514,435 "/>
22293<polyline fill="none" opacity="0.2" stroke="#000000" stroke-width="1" points="178,414 496,440 "/>
22294<polyline fill="none" opacity="0.2" stroke="#000000" stroke-width="1" points="161,418 479,445 "/>
22295<polyline fill="none" opacity="0.2" stroke="#000000" stroke-width="1" points="143,423 462,449 "/>
22296<polyline fill="none" opacity="0.2" stroke="#000000" stroke-width="1" points="126,428 444,454 "/>
22297<polyline fill="none" opacity="0.2" stroke="#000000" stroke-width="1" points="108,433 427,459 "/>
22298<polyline fill="none" opacity="0.2" stroke="#000000" stroke-width="1" points="91,438 410,464 "/>
22299<polyline fill="none" opacity="0.2" stroke="#000000" stroke-width="1" points="73,442 392,468 "/>
22300<polygon opacity="0.1" fill="#000000" points="247,395 566,421 566,62 247,36 "/>
22301<polyline fill="none" opacity="0.2" stroke="#000000" stroke-width="1" points="247,395 566,421 566,62 247,36 247,395 "/>
22302<polyline fill="none" opacity="0.2" stroke="#000000" stroke-width="1" points="279,397 279,38 "/>
22303<polyline fill="none" opacity="0.2" stroke="#000000" stroke-width="1" points="311,400 311,41 "/>
22304<polyline fill="none" opacity="0.2" stroke="#000000" stroke-width="1" points="342,403 342,44 "/>
22305<polyline fill="none" opacity="0.2" stroke="#000000" stroke-width="1" points="375,405 375,46 "/>
22306<polyline fill="none" opacity="0.2" stroke="#000000" stroke-width="1" points="406,408 406,49 "/>
22307<polyline fill="none" opacity="0.2" stroke="#000000" stroke-width="1" points="438,410 438,51 "/>
22308<polyline fill="none" opacity="0.2" stroke="#000000" stroke-width="1" points="470,413 470,54 "/>
22309<polyline fill="none" opacity="0.2" stroke="#000000" stroke-width="1" points="502,416 502,57 "/>
22310<polyline fill="none" opacity="0.2" stroke="#000000" stroke-width="1" points="534,418 534,59 "/>
22311<polyline fill="none" opacity="0.2" stroke="#000000" stroke-width="1" points="566,421 566,62 "/>
22312<polyline fill="none" opacity="0.2" stroke="#000000" stroke-width="1" points="247,359 566,385 "/>
22313<polyline fill="none" opacity="0.2" stroke="#000000" stroke-width="1" points="247,324 566,350 "/>
22314<polyline fill="none" opacity="0.2" stroke="#000000" stroke-width="1" points="247,288 566,314 "/>
22315<polyline fill="none" opacity="0.2" stroke="#000000" stroke-width="1" points="247,251 566,277 "/>
22316<polyline fill="none" opacity="0.2" stroke="#000000" stroke-width="1" points="247,216 566,242 "/>
22317<polyline fill="none" opacity="0.2" stroke="#000000" stroke-width="1" points="247,180 566,206 "/>
22318<polyline fill="none" opacity="0.2" stroke="#000000" stroke-width="1" points="247,144 566,170 "/>
22319<polyline fill="none" opacity="0.2" stroke="#000000" stroke-width="1" points="247,108 566,134 "/>
22320<polyline fill="none" opacity="0.2" stroke="#000000" stroke-width="1" points="247,72 566,98 "/>
22321<polyline fill="none" opacity="0.2" stroke="#000000" stroke-width="1" points="247,36 566,62 "/>
22322<polyline fill="none" opacity="0.8" stroke="#000000" stroke-width="1" points="73,442 392,468 "/>
22323<polyline fill="none" opacity="0.8" stroke="#000000" stroke-width="1" points="105,445 105,450 "/>
22324<text x="105" y="455" dy="0.76em" text-anchor="middle" font-family="sans-serf" font-size="9.67741935483871" opacity="1" fill="#000000">
22325-8.0
22326</text>
22327<polyline fill="none" opacity="0.8" stroke="#000000" stroke-width="1" points="137,448 137,453 "/>
22328<text x="137" y="458" dy="0.76em" text-anchor="middle" font-family="sans-serf" font-size="9.67741935483871" opacity="1" fill="#000000">
22329-6.0
22330</text>
22331<polyline fill="none" opacity="0.8" stroke="#000000" stroke-width="1" points="168,450 168,455 "/>
22332<text x="168" y="460" dy="0.76em" text-anchor="middle" font-family="sans-serf" font-size="9.67741935483871" opacity="1" fill="#000000">
22333-4.0
22334</text>
22335<polyline fill="none" opacity="0.8" stroke="#000000" stroke-width="1" points="201,453 201,458 "/>
22336<text x="201" y="463" dy="0.76em" text-anchor="middle" font-family="sans-serf" font-size="9.67741935483871" opacity="1" fill="#000000">
22337-2.0
22338</text>
22339<polyline fill="none" opacity="0.8" stroke="#000000" stroke-width="1" points="232,455 232,460 "/>
22340<text x="232" y="465" dy="0.76em" text-anchor="middle" font-family="sans-serf" font-size="9.67741935483871" opacity="1" fill="#000000">
223410.0
22342</text>
22343<polyline fill="none" opacity="0.8" stroke="#000000" stroke-width="1" points="264,458 264,463 "/>
22344<text x="264" y="468" dy="0.76em" text-anchor="middle" font-family="sans-serf" font-size="9.67741935483871" opacity="1" fill="#000000">
223452.0
22346</text>
22347<polyline fill="none" opacity="0.8" stroke="#000000" stroke-width="1" points="296,461 296,466 "/>
22348<text x="296" y="471" dy="0.76em" text-anchor="middle" font-family="sans-serf" font-size="9.67741935483871" opacity="1" fill="#000000">
223494.0
22350</text>
22351<polyline fill="none" opacity="0.8" stroke="#000000" stroke-width="1" points="328,463 328,468 "/>
22352<text x="328" y="473" dy="0.76em" text-anchor="middle" font-family="sans-serf" font-size="9.67741935483871" opacity="1" fill="#000000">
223536.0
22354</text>
22355<polyline fill="none" opacity="0.8" stroke="#000000" stroke-width="1" points="359,466 359,471 "/>
22356<text x="359" y="476" dy="0.76em" text-anchor="middle" font-family="sans-serf" font-size="9.67741935483871" opacity="1" fill="#000000">
223578.0
22358</text>
22359<polyline fill="none" opacity="0.8" stroke="#000000" stroke-width="1" points="392,468 392,473 "/>
22360<text x="392" y="478" dy="0.76em" text-anchor="middle" font-family="sans-serf" font-size="9.67741935483871" opacity="1" fill="#000000">
2236110.0
22362</text>
22363<polyline fill="none" opacity="0.8" stroke="#000000" stroke-width="1" points="73,442 73,83 "/>
22364<polyline fill="none" opacity="0.8" stroke="#000000" stroke-width="1" points="73,407 68,407 "/>
22365<text x="63" y="407" dy="0.5ex" text-anchor="end" font-family="sans-serf" font-size="9.67741935483871" opacity="1" fill="#000000">
22366-8.0
22367</text>
22368<polyline fill="none" opacity="0.8" stroke="#000000" stroke-width="1" points="73,371 68,371 "/>
22369<text x="63" y="371" dy="0.5ex" text-anchor="end" font-family="sans-serf" font-size="9.67741935483871" opacity="1" fill="#000000">
22370-6.0
22371</text>
22372<polyline fill="none" opacity="0.8" stroke="#000000" stroke-width="1" points="73,336 68,336 "/>
22373<text x="63" y="336" dy="0.5ex" text-anchor="end" font-family="sans-serf" font-size="9.67741935483871" opacity="1" fill="#000000">
22374-4.0
22375</text>
22376<polyline fill="none" opacity="0.8" stroke="#000000" stroke-width="1" points="73,299 68,299 "/>
22377<text x="63" y="299" dy="0.5ex" text-anchor="end" font-family="sans-serf" font-size="9.67741935483871" opacity="1" fill="#000000">
22378-2.0
22379</text>
22380<polyline fill="none" opacity="0.8" stroke="#000000" stroke-width="1" points="73,263 68,263 "/>
22381<text x="63" y="263" dy="0.5ex" text-anchor="end" font-family="sans-serf" font-size="9.67741935483871" opacity="1" fill="#000000">
223820.0
22383</text>
22384<polyline fill="none" opacity="0.8" stroke="#000000" stroke-width="1" points="73,228 68,228 "/>
22385<text x="63" y="228" dy="0.5ex" text-anchor="end" font-family="sans-serf" font-size="9.67741935483871" opacity="1" fill="#000000">
223862.0
22387</text>
22388<polyline fill="none" opacity="0.8" stroke="#000000" stroke-width="1" points="73,191 68,191 "/>
22389<text x="63" y="191" dy="0.5ex" text-anchor="end" font-family="sans-serf" font-size="9.67741935483871" opacity="1" fill="#000000">
223904.0
22391</text>
22392<polyline fill="none" opacity="0.8" stroke="#000000" stroke-width="1" points="73,156 68,156 "/>
22393<text x="63" y="156" dy="0.5ex" text-anchor="end" font-family="sans-serf" font-size="9.67741935483871" opacity="1" fill="#000000">
223946.0
22395</text>
22396<polyline fill="none" opacity="0.8" stroke="#000000" stroke-width="1" points="73,120 68,120 "/>
22397<text x="63" y="120" dy="0.5ex" text-anchor="end" font-family="sans-serf" font-size="9.67741935483871" opacity="1" fill="#000000">
223988.0
22399</text>
22400<polyline fill="none" opacity="0.8" stroke="#000000" stroke-width="1" points="73,83 68,83 "/>
22401<text x="63" y="83" dy="0.5ex" text-anchor="end" font-family="sans-serf" font-size="9.67741935483871" opacity="1" fill="#000000">
2240210.0
22403</text>
22404<polyline fill="none" opacity="0.8" stroke="#000000" stroke-width="1" points="566,421 392,468 "/>
22405<polyline fill="none" opacity="0.8" stroke="#000000" stroke-width="1" points="549,425 549,430 "/>
22406<text x="549" y="435" dy="0.76em" text-anchor="middle" font-family="sans-serf" font-size="9.67741935483871" opacity="1" fill="#000000">
22407-8.0
22408</text>
22409<polyline fill="none" opacity="0.8" stroke="#000000" stroke-width="1" points="531,430 531,435 "/>
22410<text x="531" y="440" dy="0.76em" text-anchor="middle" font-family="sans-serf" font-size="9.67741935483871" opacity="1" fill="#000000">
22411-6.0
22412</text>
22413<polyline fill="none" opacity="0.8" stroke="#000000" stroke-width="1" points="514,435 514,440 "/>
22414<text x="514" y="445" dy="0.76em" text-anchor="middle" font-family="sans-serf" font-size="9.67741935483871" opacity="1" fill="#000000">
22415-4.0
22416</text>
22417<polyline fill="none" opacity="0.8" stroke="#000000" stroke-width="1" points="496,440 496,445 "/>
22418<text x="496" y="450" dy="0.76em" text-anchor="middle" font-family="sans-serf" font-size="9.67741935483871" opacity="1" fill="#000000">
22419-2.0
22420</text>
22421<polyline fill="none" opacity="0.8" stroke="#000000" stroke-width="1" points="479,445 479,450 "/>
22422<text x="479" y="455" dy="0.76em" text-anchor="middle" font-family="sans-serf" font-size="9.67741935483871" opacity="1" fill="#000000">
224230.0
22424</text>
22425<polyline fill="none" opacity="0.8" stroke="#000000" stroke-width="1" points="462,449 462,454 "/>
22426<text x="462" y="459" dy="0.76em" text-anchor="middle" font-family="sans-serf" font-size="9.67741935483871" opacity="1" fill="#000000">
224272.0
22428</text>
22429<polyline fill="none" opacity="0.8" stroke="#000000" stroke-width="1" points="444,454 444,459 "/>
22430<text x="444" y="464" dy="0.76em" text-anchor="middle" font-family="sans-serf" font-size="9.67741935483871" opacity="1" fill="#000000">
224314.0
22432</text>
22433<polyline fill="none" opacity="0.8" stroke="#000000" stroke-width="1" points="427,459 427,464 "/>
22434<text x="427" y="469" dy="0.76em" text-anchor="middle" font-family="sans-serf" font-size="9.67741935483871" opacity="1" fill="#000000">
224356.0
22436</text>
22437<polyline fill="none" opacity="0.8" stroke="#000000" stroke-width="1" points="410,464 410,469 "/>
22438<text x="410" y="474" dy="0.76em" text-anchor="middle" font-family="sans-serf" font-size="9.67741935483871" opacity="1" fill="#000000">
224398.0
22440</text>
22441<polyline fill="none" opacity="0.8" stroke="#000000" stroke-width="1" points="392,468 392,473 "/>
22442<text x="392" y="478" dy="0.76em" text-anchor="middle" font-family="sans-serf" font-size="9.67741935483871" opacity="1" fill="#000000">
2244310.0
22444</text>
22445<polyline fill="none" opacity="1" stroke="#FF0000" stroke-width="1" points="192,242 193,242 194,242 195,241 195,241 196,241 197,241 197,241 198,241 198,240 200,240 201,240 202,240 202,240 203,240 204,239 205,239 206,239 206,239 207,239 209,239 209,238 210,238 212,238 213,238 213,238 215,237 215,237 217,237 218,237 218,237 220,237 220,237 222,237 223,236 224,236 225,236 226,236 227,236 228,236 229,235 231,235 232,235 233,235 234,235 235,235 237,235 238,235 238,234 240,234 242,234 242,234 243,234 245,234 247,234 247,234 248,234 250,233 252,233 252,233 254,233 255,233 257,233 258,233 259,233 261,233 261,233 263,233 264,232 266,232 267,232 269,232 270,232 271,232 273,232 274,232 275,232 277,232 278,232 279,232 281,232 282,232 283,232 285,231 286,231 288,231 289,231 291,231 292,231 294,231 295,231 297,231 298,231 299,231 301,231 302,231 304,231 305,231 306,231 309,231 310,231 311,231 312,231 314,231 315,231 317,231 318,231 319,231 321,231 323,231 324,231 326,231 327,231 328,231 330,231 331,231 332,231 335,231 335,231 337,231 339,231 340,231 341,231 343,231 344,231 345,231 347,231 348,231 350,231 352,231 352,231 354,231 356,231 357,232 358,232 359,232 361,232 362,232 364,232 365,232 367,232 368,232 369,232 371,232 372,232 374,232 374,232 376,233 378,233 379,233 380,233 381,233 383,233 384,233 386,233 386,233 388,233 389,233 391,234 392,234 393,234 394,234 395,234 397,234 398,234 400,234 400,234 402,235 403,235 403,235 405,235 406,235 408,235 408,235 410,236 411,236 413,236 413,236 414,236 416,236 416,236 418,237 419,237 419,237 421,237 422,237 423,237 424,237 424,238 426,238 426,238 428,238 429,238 429,238 431,239 432,239 432,239 434,239 434,239 435,239 436,240 437,240 438,240 439,240 439,240 440,240 441,241 442,241 443,241 443,241 444,241 445,242 446,242 446,242 446,242 448,242 449,242 449,243 449,243 450,243 451,243 451,244 452,244 453,244 453,244 454,244 455,244 455,245 456,245 456,245 456,245 457,245 457,246 458,246 458,246 458,246 459,247 459,247 460,247 460,247 460,247 461,248 461,248 462,248 462,248 462,248 462,249 463,249 463,249 463,249 463,249 463,250 463,250 464,250 464,250 465,251 464,251 464,251 464,251 465,251 465,252 464,252 465,252 465,252 465,252 464,253 465,253 464,253 464,253 465,254 464,254 465,254 465,254 464,254 464,255 463,255 464,255 463,255 463,256 463,256 463,256 462,256 463,256 462,257 462,257 462,257 462,257 461,257 460,258 460,258 460,258 459,258 459,258 458,259 458,259 458,259 457,259 457,259 456,260 456,260 455,260 455,260 454,261 454,261 453,261 453,261 453,261 452,262 451,262 450,262 450,262 449,262 448,262 447,263 447,263 446,263 445,263 445,263 444,264 443,264 442,264 442,264 441,264 441,265 439,265 438,265 438,265 437,265 436,265 435,266 434,266 433,266 433,266 432,266 430,266 430,267 429,267 427,267 426,267 426,267 425,267 424,268 423,268 421,268 421,268 420,268 419,268 417,268 417,269 415,269 414,269 413,269 412,269 411,269 410,270 408,270 408,270 406,270 405,270 404,270 403,270 401,270 401,271 399,271 397,271 397,271 396,271 394,271 393,271 392,271 391,271 389,271 387,272 387,272 385,272 384,272 383,272 381,272 380,272 379,272 378,272 376,272 375,273 374,273 372,273 370,273 369,273 368,273 366,273 365,273 364,273 362,273 361,273 360,273 358,273 357,273 356,273 354,274 353,274 351,274 350,274 349,274 347,274 345,274 344,274 342,274 341,274 340,274 339,274 337,274 335,274 334,274 333,274 332,274 329,274 328,274 327,274 326,274 325,274 322,274 321,274 320,274 318,274 316,274 316,274 314,274 312,274 311,274 310,274 308,274 307,274 305,274 304,274 302,274 301,274 299,274 298,274 297,274 295,274 294,274 292,274 291,274 290,274 287,274 287,274 285,274 283,274 283,273 281,273 280,273 278,273 277,273 276,273 274,273 273,273 271,273 270,273 268,273 267,273 265,273 265,273 264,272 261,272 261,272 259,272 258,272 256,272 255,272 253,272 253,272 252,272 250,272 249,271 247,271 246,271 245,271 244,271 242,271 241,271 240,271 239,271 238,270 236,270 236,270 234,270 233,270 231,270 231,270 230,270 228,269 227,269 226,269 225,269 223,269 223,269 222,269 220,268 220,268 218,268 217,268 217,268 215,268 215,267 213,267 213,267 212,267 210,267 210,267 209,266 207,266 207,266 206,266 205,266 204,266 204,266 202,265 201,265 201,265 199,265 199,265 198,264 197,264 196,264 196,264 196,264 194,264 193,263 193,263 193,263 192,263 190,263 190,262 190,262 189,262 189,262 187,262 187,261 186,261 186,261 185,261 185,261 185,260 183,260 183,260 183,260 182,260 182,259 181,259 181,259 181,259 180,258 180,258 179,258 179,258 179,258 178,257 178,257 177,257 177,257 177,257 177,256 176,256 176,256 176,256 176,256 176,255 175,255 175,255 175,255 174,254 175,254 175,254 175,254 174,254 175,253 174,253 174,253 174,253 174,253 174,252 174,252 175,252 174,252 174,251 175,251 174,251 175,251 175,251 175,250 176,250 175,250 176,250 176,249 176,249 176,249 177,249 176,249 177,249 177,248 177,248 178,248 178,248 178,247 179,247 179,247 180,247 180,247 181,246 181,246 181,246 182,246 182,246 183,245 183,245 184,245 184,245 184,245 185,244 186,244 186,244 186,244 187,243 188,243 189,243 189,243 190,243 191,243 191,242 "/>
22446<polyline fill="none" opacity="1" stroke="#00FF00" stroke-width="1" points="320,396 320,396 321,395 322,395 322,395 323,395 324,395 324,395 325,394 326,394 327,393 327,393 328,393 329,392 329,392 330,392 331,391 331,391 332,390 333,390 333,389 334,389 335,389 335,388 336,387 337,387 338,386 338,386 339,385 340,384 340,384 341,383 342,383 342,382 343,382 343,380 344,380 345,379 345,379 346,378 347,378 347,376 348,375 349,375 349,374 350,374 351,373 351,371 352,371 353,370 353,369 354,369 354,368 355,366 355,365 356,365 356,364 357,363 358,362 358,362 359,360 359,359 360,358 361,357 361,356 362,355 362,355 363,353 363,352 364,351 365,350 365,349 366,348 366,347 366,345 367,344 367,343 368,342 368,341 369,340 369,339 370,338 370,336 371,335 371,334 372,333 372,332 373,330 373,329 374,328 374,327 375,325 375,324 376,323 376,321 376,320 377,319 377,318 378,317 378,315 378,314 378,313 379,311 379,310 379,308 380,307 380,306 380,305 381,303 381,302 382,301 382,299 382,298 382,297 383,295 383,293 383,292 384,290 384,289 384,288 384,286 385,285 385,284 385,282 385,281 386,280 386,278 386,277 386,275 387,274 387,273 387,271 387,270 387,268 387,267 388,266 388,264 388,263 388,260 388,259 388,257 388,256 389,255 389,253 389,252 389,250 389,249 389,247 389,246 389,244 389,243 389,242 389,240 389,239 389,237 389,236 389,234 389,233 389,232 389,231 389,230 389,228 389,227 389,225 389,224 389,222 389,221 389,219 389,218 389,217 389,215 389,214 389,212 388,211 388,209 388,208 388,206 388,205 388,204 388,202 387,201 387,199 387,198 387,198 387,196 387,195 386,193 386,192 386,191 386,189 385,188 385,186 385,185 385,184 384,182 384,181 384,181 384,179 383,178 383,177 383,175 382,174 382,173 382,171 381,170 381,169 381,168 380,167 380,166 380,165 379,163 379,162 379,161 378,160 378,159 378,158 378,157 377,156 377,155 376,154 376,152 375,151 375,150 375,149 374,149 374,148 373,146 373,145 372,144 372,143 371,142 371,142 370,141 370,140 369,139 369,138 368,137 368,136 367,136 367,135 366,134 366,133 366,132 365,131 365,130 364,130 363,129 363,128 362,127 362,126 361,126 361,126 360,125 359,124 359,123 358,122 358,122 357,122 356,121 356,120 355,119 354,119 354,118 354,118 353,118 352,117 352,116 351,116 350,116 350,115 349,115 349,114 348,113 347,113 347,113 346,113 345,112 345,112 344,111 343,111 343,111 342,111 342,110 341,110 340,109 340,110 339,109 338,109 337,109 337,108 336,108 335,109 335,108 334,108 333,108 332,108 332,108 331,108 331,108 330,107 329,107 329,108 328,108 327,108 326,108 326,107 325,108 324,108 324,108 323,108 322,108 321,109 321,109 320,109 320,109 319,109 318,110 318,110 317,110 316,110 315,110 315,110 314,111 313,111 313,112 312,112 311,112 310,113 310,113 309,113 308,114 308,114 307,115 307,115 306,116 305,116 304,116 304,117 303,118 302,118 302,119 301,119 300,119 299,121 299,121 298,122 297,122 297,123 296,123 296,125 295,125 294,126 294,126 293,127 292,127 292,129 291,129 290,130 290,131 289,131 289,132 288,134 287,134 287,135 286,136 285,136 285,137 285,138 284,139 283,140 283,141 282,142 281,143 281,143 280,145 280,146 279,147 278,148 278,149 277,149 277,150 276,152 276,153 275,154 274,155 274,156 273,157 273,158 273,160 272,161 272,162 271,163 271,164 270,165 270,166 269,167 269,169 268,170 268,171 267,172 267,173 266,174 266,175 265,177 265,178 264,180 264,181 264,182 263,183 263,185 262,186 262,187 261,188 261,189 261,191 261,192 260,194 260,195 260,196 259,198 259,199 259,200 258,202 258,203 258,204 257,205 257,207 257,208 256,209 256,212 256,213 255,214 255,216 255,217 255,218 254,220 254,221 254,222 254,224 253,225 253,227 253,228 253,229 252,231 252,232 252,234 252,235 252,236 252,238 251,239 251,241 251,242 251,244 251,246 251,247 251,249 250,250 250,252 250,253 250,255 250,256 250,257 250,259 250,260 250,262 250,263 250,265 250,266 250,268 250,269 250,270 250,272 250,273 250,274 250,275 250,277 250,278 250,280 250,281 250,282 250,284 250,285 250,287 250,288 250,290 250,291 250,293 251,294 251,295 251,297 251,298 251,300 251,301 251,303 252,304 252,305 252,307 252,307 252,309 252,310 253,311 253,313 253,314 253,316 254,317 254,318 254,320 254,321 255,322 255,324 255,324 255,325 256,327 256,328 256,329 257,331 257,332 257,333 257,335 258,336 258,337 259,338 259,339 259,340 260,341 260,343 260,344 261,345 261,346 261,347 261,348 262,349 262,350 263,351 263,352 263,354 264,355 264,356 265,356 265,357 266,358 266,359 267,361 267,362 268,363 268,363 269,364 269,365 270,366 270,367 271,368 271,369 272,369 272,370 273,371 273,372 273,373 274,374 274,375 275,375 276,376 276,377 277,378 277,378 278,379 278,379 279,380 280,381 280,382 281,383 281,383 282,383 283,384 283,385 284,385 284,386 285,387 285,387 286,387 286,388 287,389 288,389 288,390 289,390 290,390 290,391 291,391 292,392 292,392 293,392 294,393 294,393 295,394 296,394 296,394 297,394 297,395 298,395 299,396 299,395 300,395 301,396 301,396 302,397 303,397 304,396 304,397 305,397 306,397 306,398 307,397 308,397 308,397 309,398 310,398 310,397 311,397 312,397 312,397 313,398 314,397 315,397 315,397 316,397 317,397 317,397 318,396 319,396 "/>
22447</svg>
22448</div>
22449</div>
22450
22451</div>
22452
22453</div>
22454</div>
22455
22456</div>
22457<div class="cell border-box-sizing text_cell rendered"><div class="prompt input_prompt">
22458</div>
22459<div class="inner_cell">
22460<div class="text_cell_render border-box-sizing rendered_html">
22461<h3 id="Adjusting-the-3D-View">Adjusting the 3D View<a class="anchor-link" href="#Adjusting-the-3D-View">&#182;</a></h3><p>Unlike the 2D plot, 3D plot allows you to change the point of view. For example, rotate the plot or scale the plot, etc. This is done by the projection matrix, Plotters allows you override the default projection matrix, so that you can customize your view point of the 3D Plot. The following example shows how to look at the plot from top to bottom in the plot we have previously created.</p>
22462
22463</div>
22464</div>
22465</div>
22466<div class="cell border-box-sizing code_cell rendered">
22467<div class="input">
22468<div class="prompt input_prompt">In&nbsp;[47]:</div>
22469<div class="inner_cell">
22470    <div class="input_area">
22471<div class=" highlight hl-Rust"><pre><span></span>:<span class="nc">dep</span><span class="w"> </span><span class="n">plotters</span><span class="w"> </span><span class="o">=</span><span class="w"> </span><span class="p">{</span><span class="w"> </span><span class="n">version</span><span class="w"> </span><span class="o">=</span><span class="w"> </span><span class="s">&quot;^0.3.0&quot;</span><span class="p">,</span><span class="w"> </span><span class="n">default_features</span><span class="w"> </span><span class="o">=</span><span class="w"> </span><span class="kc">false</span><span class="p">,</span><span class="w"> </span><span class="n">features</span><span class="w"> </span><span class="o">=</span><span class="w"> </span><span class="p">[</span><span class="s">&quot;evcxr&quot;</span><span class="p">,</span><span class="w"> </span><span class="s">&quot;all_series&quot;</span><span class="p">,</span><span class="w"> </span><span class="s">&quot;all_elements&quot;</span><span class="p">]</span><span class="w"> </span><span class="p">}</span><span class="w"></span>
22472<span class="k">use</span><span class="w"> </span><span class="n">plotters</span>::<span class="n">prelude</span>::<span class="o">*</span><span class="p">;</span><span class="w"></span>
22473
22474<span class="n">evcxr_figure</span><span class="p">((</span><span class="mi">640</span><span class="p">,</span><span class="w"> </span><span class="mi">480</span><span class="p">),</span><span class="w"> </span><span class="o">|</span><span class="n">root</span><span class="o">|</span><span class="w"> </span><span class="p">{</span><span class="w"></span>
22475<span class="w">    </span><span class="kd">let</span><span class="w"> </span><span class="n">root</span><span class="w"> </span><span class="o">=</span><span class="w"> </span><span class="n">root</span><span class="p">.</span><span class="n">titled</span><span class="p">(</span><span class="s">&quot;3D Plotting&quot;</span><span class="p">,</span><span class="w"> </span><span class="p">(</span><span class="s">&quot;Arial&quot;</span><span class="p">,</span><span class="w"> </span><span class="mi">20</span><span class="p">).</span><span class="n">into_font</span><span class="p">())</span><span class="o">?</span><span class="p">;</span><span class="w"></span>
22476<span class="w">    </span>
22477<span class="w">    </span><span class="kd">let</span><span class="w"> </span><span class="k">mut</span><span class="w"> </span><span class="n">chart</span><span class="w"> </span><span class="o">=</span><span class="w"> </span><span class="n">ChartBuilder</span>::<span class="n">on</span><span class="p">(</span><span class="o">&amp;</span><span class="n">root</span><span class="p">)</span><span class="w"></span>
22478<span class="w">        </span><span class="p">.</span><span class="n">build_cartesian_3d</span><span class="p">(</span><span class="o">-</span><span class="mf">10.</span><span class="mi">0</span><span class="p">..</span><span class="mf">10.0</span><span class="p">,</span><span class="w"> </span><span class="o">-</span><span class="mf">10.</span><span class="mi">0</span><span class="p">..</span><span class="mf">10.0</span><span class="p">,</span><span class="w"> </span><span class="o">-</span><span class="mf">10.</span><span class="mi">0</span><span class="p">..</span><span class="mf">10.0</span><span class="p">)</span><span class="o">?</span><span class="p">;</span><span class="w"></span>
22479<span class="w">    </span><span class="n">chart</span><span class="p">.</span><span class="n">with_projection</span><span class="p">(</span><span class="o">|</span><span class="k">mut</span><span class="w"> </span><span class="n">p</span><span class="o">|</span><span class="w"> </span><span class="p">{</span><span class="w"></span>
22480<span class="w">        </span><span class="n">p</span><span class="p">.</span><span class="n">pitch</span><span class="w"> </span><span class="o">=</span><span class="w"> </span><span class="mf">1.5707</span><span class="p">;</span><span class="w"> </span><span class="c1">// 90 degreen pitch, thus we are looking the plot from top</span>
22481<span class="w">        </span><span class="n">p</span><span class="p">.</span><span class="n">yaw</span><span class="w"> </span><span class="o">=</span><span class="w"> </span><span class="mf">0.0</span><span class="p">;</span><span class="w">      </span><span class="c1">// Make plot&#39;s X axis parallel to screen&#39;s X axis    </span>
22482<span class="w">        </span><span class="n">p</span><span class="p">.</span><span class="n">into_matrix</span><span class="p">()</span><span class="w"> </span><span class="c1">// build the projection matrix</span>
22483<span class="w">    </span><span class="p">});</span><span class="w"></span>
22484<span class="w">    </span>
22485<span class="w">    </span><span class="n">chart</span><span class="p">.</span><span class="n">configure_axes</span><span class="p">().</span><span class="n">draw</span><span class="p">()</span><span class="o">?</span><span class="p">;</span><span class="w"></span>
22486<span class="w">    </span>
22487<span class="w">    </span><span class="c1">// Draw a red circle parallel to XOZ panel</span>
22488<span class="w">    </span><span class="n">chart</span><span class="p">.</span><span class="n">draw_series</span><span class="p">(</span><span class="n">LineSeries</span>::<span class="n">new</span><span class="p">(</span><span class="w"></span>
22489<span class="w">        </span><span class="p">(</span><span class="o">-</span><span class="mi">314</span><span class="p">..</span><span class="mi">314</span><span class="p">).</span><span class="n">map</span><span class="p">(</span><span class="o">|</span><span class="n">a</span><span class="o">|</span><span class="w"> </span><span class="n">a</span><span class="w"> </span><span class="k">as</span><span class="w"> </span><span class="kt">f64</span><span class="w"> </span><span class="o">/</span><span class="w"> </span><span class="mf">100.0</span><span class="p">).</span><span class="n">map</span><span class="p">(</span><span class="o">|</span><span class="n">a</span><span class="o">|</span><span class="w"> </span><span class="p">(</span><span class="mf">8.0</span><span class="w"> </span><span class="o">*</span><span class="w"> </span><span class="n">a</span><span class="p">.</span><span class="n">cos</span><span class="p">(),</span><span class="w"> </span><span class="mf">0.0</span><span class="p">,</span><span class="w"> </span><span class="mf">8.0</span><span class="w"> </span><span class="o">*</span><span class="n">a</span><span class="p">.</span><span class="n">sin</span><span class="p">())),</span><span class="w"></span>
22490<span class="w">        </span><span class="o">&amp;</span><span class="n">RED</span><span class="p">,</span><span class="w"></span>
22491<span class="w">    </span><span class="p">))</span><span class="o">?</span><span class="p">;</span><span class="w"></span>
22492<span class="w">    </span><span class="c1">// Draw a green circle parallel to YOZ panel</span>
22493<span class="w">    </span><span class="n">chart</span><span class="p">.</span><span class="n">draw_series</span><span class="p">(</span><span class="n">LineSeries</span>::<span class="n">new</span><span class="p">(</span><span class="w"></span>
22494<span class="w">        </span><span class="p">(</span><span class="o">-</span><span class="mi">314</span><span class="p">..</span><span class="mi">314</span><span class="p">).</span><span class="n">map</span><span class="p">(</span><span class="o">|</span><span class="n">a</span><span class="o">|</span><span class="w"> </span><span class="n">a</span><span class="w"> </span><span class="k">as</span><span class="w"> </span><span class="kt">f64</span><span class="w"> </span><span class="o">/</span><span class="w"> </span><span class="mf">100.0</span><span class="p">).</span><span class="n">map</span><span class="p">(</span><span class="o">|</span><span class="n">a</span><span class="o">|</span><span class="w"> </span><span class="p">(</span><span class="mf">0.0</span><span class="p">,</span><span class="w"> </span><span class="mf">8.0</span><span class="w"> </span><span class="o">*</span><span class="w"> </span><span class="n">a</span><span class="p">.</span><span class="n">cos</span><span class="p">(),</span><span class="w"> </span><span class="mf">8.0</span><span class="w"> </span><span class="o">*</span><span class="n">a</span><span class="p">.</span><span class="n">sin</span><span class="p">())),</span><span class="w"></span>
22495<span class="w">        </span><span class="o">&amp;</span><span class="n">GREEN</span><span class="p">,</span><span class="w"></span>
22496<span class="w">    </span><span class="p">))</span><span class="o">?</span><span class="p">;</span><span class="w"></span>
22497<span class="w">    </span>
22498<span class="w">    </span><span class="nb">Ok</span><span class="p">(())</span><span class="w"></span>
22499<span class="p">})</span><span class="w"></span>
22500</pre></div>
22501
22502</div>
22503</div>
22504</div>
22505
22506<div class="output_wrapper">
22507<div class="output">
22508
22509
22510<div class="output_area">
22511
22512<div class="prompt output_prompt">Out[47]:</div>
22513
22514
22515
22516<div class="output_html rendered_html output_subarea output_execute_result">
22517<div style=""><svg width="640" height="480" viewBox="0 0 640 480" xmlns="http://www.w3.org/2000/svg">
22518<text x="320" y="5" dy="0.76em" text-anchor="middle" font-family="Arial" font-size="16.129032258064516" opacity="1" fill="#000000">
225193D Plotting
22520</text>
22521<polygon opacity="0.1" fill="#000000" points="139,72 139,71 139,434 139,435 "/>
22522<polyline fill="none" opacity="0.2" stroke="#000000" stroke-width="1" points="139,72 139,71 139,434 139,435 139,72 "/>
22523<polyline fill="none" opacity="0.2" stroke="#000000" stroke-width="1" points="139,72 139,435 "/>
22524<polyline fill="none" opacity="0.2" stroke="#000000" stroke-width="1" points="139,72 139,435 "/>
22525<polyline fill="none" opacity="0.2" stroke="#000000" stroke-width="1" points="139,72 139,435 "/>
22526<polyline fill="none" opacity="0.2" stroke="#000000" stroke-width="1" points="139,72 139,435 "/>
22527<polyline fill="none" opacity="0.2" stroke="#000000" stroke-width="1" points="139,72 139,434 "/>
22528<polyline fill="none" opacity="0.2" stroke="#000000" stroke-width="1" points="139,71 139,434 "/>
22529<polyline fill="none" opacity="0.2" stroke="#000000" stroke-width="1" points="139,71 139,434 "/>
22530<polyline fill="none" opacity="0.2" stroke="#000000" stroke-width="1" points="139,71 139,434 "/>
22531<polyline fill="none" opacity="0.2" stroke="#000000" stroke-width="1" points="139,71 139,434 "/>
22532<polyline fill="none" opacity="0.2" stroke="#000000" stroke-width="1" points="139,71 139,434 "/>
22533<polyline fill="none" opacity="0.2" stroke="#000000" stroke-width="1" points="139,108 139,107 "/>
22534<polyline fill="none" opacity="0.2" stroke="#000000" stroke-width="1" points="139,144 139,143 "/>
22535<polyline fill="none" opacity="0.2" stroke="#000000" stroke-width="1" points="139,180 139,179 "/>
22536<polyline fill="none" opacity="0.2" stroke="#000000" stroke-width="1" points="139,217 139,216 "/>
22537<polyline fill="none" opacity="0.2" stroke="#000000" stroke-width="1" points="139,253 139,252 "/>
22538<polyline fill="none" opacity="0.2" stroke="#000000" stroke-width="1" points="139,289 139,288 "/>
22539<polyline fill="none" opacity="0.2" stroke="#000000" stroke-width="1" points="139,326 139,325 "/>
22540<polyline fill="none" opacity="0.2" stroke="#000000" stroke-width="1" points="139,362 139,361 "/>
22541<polyline fill="none" opacity="0.2" stroke="#000000" stroke-width="1" points="139,398 139,397 "/>
22542<polyline fill="none" opacity="0.2" stroke="#000000" stroke-width="1" points="139,435 139,434 "/>
22543<polygon opacity="0.1" fill="#000000" points="139,72 139,435 502,435 502,72 "/>
22544<polyline fill="none" opacity="0.2" stroke="#000000" stroke-width="1" points="139,72 139,435 502,435 502,72 139,72 "/>
22545<polyline fill="none" opacity="0.2" stroke="#000000" stroke-width="1" points="175,72 175,435 "/>
22546<polyline fill="none" opacity="0.2" stroke="#000000" stroke-width="1" points="211,72 211,435 "/>
22547<polyline fill="none" opacity="0.2" stroke="#000000" stroke-width="1" points="247,72 247,435 "/>
22548<polyline fill="none" opacity="0.2" stroke="#000000" stroke-width="1" points="284,72 284,435 "/>
22549<polyline fill="none" opacity="0.2" stroke="#000000" stroke-width="1" points="320,72 320,435 "/>
22550<polyline fill="none" opacity="0.2" stroke="#000000" stroke-width="1" points="356,72 356,435 "/>
22551<polyline fill="none" opacity="0.2" stroke="#000000" stroke-width="1" points="393,72 393,435 "/>
22552<polyline fill="none" opacity="0.2" stroke="#000000" stroke-width="1" points="429,72 429,435 "/>
22553<polyline fill="none" opacity="0.2" stroke="#000000" stroke-width="1" points="465,72 465,435 "/>
22554<polyline fill="none" opacity="0.2" stroke="#000000" stroke-width="1" points="502,72 502,435 "/>
22555<polyline fill="none" opacity="0.2" stroke="#000000" stroke-width="1" points="139,108 502,108 "/>
22556<polyline fill="none" opacity="0.2" stroke="#000000" stroke-width="1" points="139,144 502,144 "/>
22557<polyline fill="none" opacity="0.2" stroke="#000000" stroke-width="1" points="139,180 502,180 "/>
22558<polyline fill="none" opacity="0.2" stroke="#000000" stroke-width="1" points="139,217 502,217 "/>
22559<polyline fill="none" opacity="0.2" stroke="#000000" stroke-width="1" points="139,253 502,253 "/>
22560<polyline fill="none" opacity="0.2" stroke="#000000" stroke-width="1" points="139,289 502,289 "/>
22561<polyline fill="none" opacity="0.2" stroke="#000000" stroke-width="1" points="139,326 502,326 "/>
22562<polyline fill="none" opacity="0.2" stroke="#000000" stroke-width="1" points="139,362 502,362 "/>
22563<polyline fill="none" opacity="0.2" stroke="#000000" stroke-width="1" points="139,398 502,398 "/>
22564<polyline fill="none" opacity="0.2" stroke="#000000" stroke-width="1" points="139,435 502,435 "/>
22565<polygon opacity="0.1" fill="#000000" points="139,72 502,72 502,71 139,71 "/>
22566<polyline fill="none" opacity="0.2" stroke="#000000" stroke-width="1" points="139,72 502,72 502,71 139,71 139,72 "/>
22567<polyline fill="none" opacity="0.2" stroke="#000000" stroke-width="1" points="175,72 175,71 "/>
22568<polyline fill="none" opacity="0.2" stroke="#000000" stroke-width="1" points="211,72 211,71 "/>
22569<polyline fill="none" opacity="0.2" stroke="#000000" stroke-width="1" points="247,72 247,71 "/>
22570<polyline fill="none" opacity="0.2" stroke="#000000" stroke-width="1" points="284,72 284,71 "/>
22571<polyline fill="none" opacity="0.2" stroke="#000000" stroke-width="1" points="320,72 320,71 "/>
22572<polyline fill="none" opacity="0.2" stroke="#000000" stroke-width="1" points="356,72 356,71 "/>
22573<polyline fill="none" opacity="0.2" stroke="#000000" stroke-width="1" points="393,72 393,71 "/>
22574<polyline fill="none" opacity="0.2" stroke="#000000" stroke-width="1" points="429,72 429,71 "/>
22575<polyline fill="none" opacity="0.2" stroke="#000000" stroke-width="1" points="465,72 465,71 "/>
22576<polyline fill="none" opacity="0.2" stroke="#000000" stroke-width="1" points="502,72 502,71 "/>
22577<polyline fill="none" opacity="0.2" stroke="#000000" stroke-width="1" points="139,72 502,72 "/>
22578<polyline fill="none" opacity="0.2" stroke="#000000" stroke-width="1" points="139,72 502,72 "/>
22579<polyline fill="none" opacity="0.2" stroke="#000000" stroke-width="1" points="139,72 502,72 "/>
22580<polyline fill="none" opacity="0.2" stroke="#000000" stroke-width="1" points="139,72 502,72 "/>
22581<polyline fill="none" opacity="0.2" stroke="#000000" stroke-width="1" points="139,72 502,72 "/>
22582<polyline fill="none" opacity="0.2" stroke="#000000" stroke-width="1" points="139,71 502,71 "/>
22583<polyline fill="none" opacity="0.2" stroke="#000000" stroke-width="1" points="139,71 502,71 "/>
22584<polyline fill="none" opacity="0.2" stroke="#000000" stroke-width="1" points="139,71 502,71 "/>
22585<polyline fill="none" opacity="0.2" stroke="#000000" stroke-width="1" points="139,71 502,71 "/>
22586<polyline fill="none" opacity="0.2" stroke="#000000" stroke-width="1" points="139,71 502,71 "/>
22587<polyline fill="none" opacity="0.8" stroke="#000000" stroke-width="1" points="139,71 502,71 "/>
22588<polyline fill="none" opacity="0.8" stroke="#000000" stroke-width="1" points="175,71 175,66 "/>
22589<text x="175" y="61" dy="-0.5ex" text-anchor="middle" font-family="sans-serf" font-size="9.67741935483871" opacity="1" fill="#000000">
22590-8.0
22591</text>
22592<polyline fill="none" opacity="0.8" stroke="#000000" stroke-width="1" points="211,71 211,66 "/>
22593<text x="211" y="61" dy="-0.5ex" text-anchor="middle" font-family="sans-serf" font-size="9.67741935483871" opacity="1" fill="#000000">
22594-6.0
22595</text>
22596<polyline fill="none" opacity="0.8" stroke="#000000" stroke-width="1" points="247,71 247,66 "/>
22597<text x="247" y="61" dy="-0.5ex" text-anchor="middle" font-family="sans-serf" font-size="9.67741935483871" opacity="1" fill="#000000">
22598-4.0
22599</text>
22600<polyline fill="none" opacity="0.8" stroke="#000000" stroke-width="1" points="284,71 284,66 "/>
22601<text x="284" y="61" dy="-0.5ex" text-anchor="middle" font-family="sans-serf" font-size="9.67741935483871" opacity="1" fill="#000000">
22602-2.0
22603</text>
22604<polyline fill="none" opacity="0.8" stroke="#000000" stroke-width="1" points="320,71 320,66 "/>
22605<text x="320" y="61" dy="-0.5ex" text-anchor="middle" font-family="sans-serf" font-size="9.67741935483871" opacity="1" fill="#000000">
226060.0
22607</text>
22608<polyline fill="none" opacity="0.8" stroke="#000000" stroke-width="1" points="356,71 356,66 "/>
22609<text x="356" y="61" dy="-0.5ex" text-anchor="middle" font-family="sans-serf" font-size="9.67741935483871" opacity="1" fill="#000000">
226102.0
22611</text>
22612<polyline fill="none" opacity="0.8" stroke="#000000" stroke-width="1" points="393,71 393,66 "/>
22613<text x="393" y="61" dy="-0.5ex" text-anchor="middle" font-family="sans-serf" font-size="9.67741935483871" opacity="1" fill="#000000">
226144.0
22615</text>
22616<polyline fill="none" opacity="0.8" stroke="#000000" stroke-width="1" points="429,71 429,66 "/>
22617<text x="429" y="61" dy="-0.5ex" text-anchor="middle" font-family="sans-serf" font-size="9.67741935483871" opacity="1" fill="#000000">
226186.0
22619</text>
22620<polyline fill="none" opacity="0.8" stroke="#000000" stroke-width="1" points="465,71 465,66 "/>
22621<text x="465" y="61" dy="-0.5ex" text-anchor="middle" font-family="sans-serf" font-size="9.67741935483871" opacity="1" fill="#000000">
226228.0
22623</text>
22624<polyline fill="none" opacity="0.8" stroke="#000000" stroke-width="1" points="502,71 502,66 "/>
22625<text x="502" y="61" dy="-0.5ex" text-anchor="middle" font-family="sans-serf" font-size="9.67741935483871" opacity="1" fill="#000000">
2262610.0
22627</text>
22628<polyline fill="none" opacity="0.8" stroke="#000000" stroke-width="1" points="139,435 139,434 "/>
22629<polyline fill="none" opacity="0.8" stroke="#000000" stroke-width="1" points="139,435 134,435 "/>
22630<text x="129" y="435" dy="0.5ex" text-anchor="end" font-family="sans-serf" font-size="9.67741935483871" opacity="1" fill="#000000">
22631-8.0
22632</text>
22633<polyline fill="none" opacity="0.8" stroke="#000000" stroke-width="1" points="139,435 134,435 "/>
22634<text x="129" y="435" dy="0.5ex" text-anchor="end" font-family="sans-serf" font-size="9.67741935483871" opacity="1" fill="#000000">
22635-6.0
22636</text>
22637<polyline fill="none" opacity="0.8" stroke="#000000" stroke-width="1" points="139,435 134,435 "/>
22638<text x="129" y="435" dy="0.5ex" text-anchor="end" font-family="sans-serf" font-size="9.67741935483871" opacity="1" fill="#000000">
22639-4.0
22640</text>
22641<polyline fill="none" opacity="0.8" stroke="#000000" stroke-width="1" points="139,435 134,435 "/>
22642<text x="129" y="435" dy="0.5ex" text-anchor="end" font-family="sans-serf" font-size="9.67741935483871" opacity="1" fill="#000000">
22643-2.0
22644</text>
22645<polyline fill="none" opacity="0.8" stroke="#000000" stroke-width="1" points="139,434 134,434 "/>
22646<text x="129" y="434" dy="0.5ex" text-anchor="end" font-family="sans-serf" font-size="9.67741935483871" opacity="1" fill="#000000">
226470.0
22648</text>
22649<polyline fill="none" opacity="0.8" stroke="#000000" stroke-width="1" points="139,434 134,434 "/>
22650<text x="129" y="434" dy="0.5ex" text-anchor="end" font-family="sans-serf" font-size="9.67741935483871" opacity="1" fill="#000000">
226512.0
22652</text>
22653<polyline fill="none" opacity="0.8" stroke="#000000" stroke-width="1" points="139,434 134,434 "/>
22654<text x="129" y="434" dy="0.5ex" text-anchor="end" font-family="sans-serf" font-size="9.67741935483871" opacity="1" fill="#000000">
226554.0
22656</text>
22657<polyline fill="none" opacity="0.8" stroke="#000000" stroke-width="1" points="139,434 134,434 "/>
22658<text x="129" y="434" dy="0.5ex" text-anchor="end" font-family="sans-serf" font-size="9.67741935483871" opacity="1" fill="#000000">
226596.0
22660</text>
22661<polyline fill="none" opacity="0.8" stroke="#000000" stroke-width="1" points="139,434 134,434 "/>
22662<text x="129" y="434" dy="0.5ex" text-anchor="end" font-family="sans-serf" font-size="9.67741935483871" opacity="1" fill="#000000">
226638.0
22664</text>
22665<polyline fill="none" opacity="0.8" stroke="#000000" stroke-width="1" points="139,434 134,434 "/>
22666<text x="129" y="434" dy="0.5ex" text-anchor="end" font-family="sans-serf" font-size="9.67741935483871" opacity="1" fill="#000000">
2266710.0
22668</text>
22669<polyline fill="none" opacity="0.8" stroke="#000000" stroke-width="1" points="139,71 139,434 "/>
22670<polyline fill="none" opacity="0.8" stroke="#000000" stroke-width="1" points="139,107 134,107 "/>
22671<text x="129" y="107" dy="0.5ex" text-anchor="end" font-family="sans-serf" font-size="9.67741935483871" opacity="1" fill="#000000">
22672-8.0
22673</text>
22674<polyline fill="none" opacity="0.8" stroke="#000000" stroke-width="1" points="139,143 134,143 "/>
22675<text x="129" y="143" dy="0.5ex" text-anchor="end" font-family="sans-serf" font-size="9.67741935483871" opacity="1" fill="#000000">
22676-6.0
22677</text>
22678<polyline fill="none" opacity="0.8" stroke="#000000" stroke-width="1" points="139,179 134,179 "/>
22679<text x="129" y="179" dy="0.5ex" text-anchor="end" font-family="sans-serf" font-size="9.67741935483871" opacity="1" fill="#000000">
22680-4.0
22681</text>
22682<polyline fill="none" opacity="0.8" stroke="#000000" stroke-width="1" points="139,216 134,216 "/>
22683<text x="129" y="216" dy="0.5ex" text-anchor="end" font-family="sans-serf" font-size="9.67741935483871" opacity="1" fill="#000000">
22684-2.0
22685</text>
22686<polyline fill="none" opacity="0.8" stroke="#000000" stroke-width="1" points="139,252 134,252 "/>
22687<text x="129" y="252" dy="0.5ex" text-anchor="end" font-family="sans-serf" font-size="9.67741935483871" opacity="1" fill="#000000">
226880.0
22689</text>
22690<polyline fill="none" opacity="0.8" stroke="#000000" stroke-width="1" points="139,288 134,288 "/>
22691<text x="129" y="288" dy="0.5ex" text-anchor="end" font-family="sans-serf" font-size="9.67741935483871" opacity="1" fill="#000000">
226922.0
22693</text>
22694<polyline fill="none" opacity="0.8" stroke="#000000" stroke-width="1" points="139,325 134,325 "/>
22695<text x="129" y="325" dy="0.5ex" text-anchor="end" font-family="sans-serf" font-size="9.67741935483871" opacity="1" fill="#000000">
226964.0
22697</text>
22698<polyline fill="none" opacity="0.8" stroke="#000000" stroke-width="1" points="139,361 134,361 "/>
22699<text x="129" y="361" dy="0.5ex" text-anchor="end" font-family="sans-serf" font-size="9.67741935483871" opacity="1" fill="#000000">
227006.0
22701</text>
22702<polyline fill="none" opacity="0.8" stroke="#000000" stroke-width="1" points="139,397 134,397 "/>
22703<text x="129" y="397" dy="0.5ex" text-anchor="end" font-family="sans-serf" font-size="9.67741935483871" opacity="1" fill="#000000">
227048.0
22705</text>
22706<polyline fill="none" opacity="0.8" stroke="#000000" stroke-width="1" points="139,434 134,434 "/>
22707<text x="129" y="434" dy="0.5ex" text-anchor="end" font-family="sans-serf" font-size="9.67741935483871" opacity="1" fill="#000000">
2270810.0
22709</text>
22710<polyline fill="none" opacity="1" stroke="#FF0000" stroke-width="1" points="175,253 175,251 175,250 175,248 175,247 175,246 175,244 175,243 175,241 175,240 176,238 176,237 176,235 176,234 176,233 176,231 177,230 177,228 177,227 177,225 178,224 178,223 178,221 179,220 179,218 179,217 180,215 180,214 181,213 181,211 181,210 182,208 182,207 183,206 183,204 184,203 184,202 185,200 185,199 186,198 186,196 187,195 188,194 188,192 189,191 189,190 190,188 191,187 191,186 192,184 193,183 193,182 194,181 195,179 196,178 196,177 197,176 198,174 199,173 199,172 200,171 201,170 202,168 203,167 204,166 205,165 205,164 206,163 207,162 208,160 209,159 210,158 211,157 212,156 213,155 214,154 215,153 216,152 217,151 218,150 219,149 220,148 221,147 222,146 223,145 224,144 225,143 227,142 228,141 229,140 230,139 231,138 232,137 233,136 235,136 236,135 237,134 238,133 239,132 241,131 242,131 243,130 244,129 245,128 247,128 248,127 249,126 250,126 252,125 253,124 254,123 256,123 257,122 258,122 260,121 261,120 262,120 264,119 265,119 266,118 268,118 269,117 270,117 272,116 273,116 274,115 276,115 277,114 279,114 280,113 281,113 283,113 284,112 286,112 287,112 288,111 290,111 291,111 293,110 294,110 296,110 297,110 298,109 300,109 301,109 303,109 304,109 306,109 307,108 309,108 310,108 311,108 313,108 314,108 316,108 317,108 319,108 320,108 322,108 323,108 324,108 326,108 327,108 329,108 330,108 332,108 333,108 335,109 336,109 337,109 339,109 340,109 342,109 343,110 345,110 346,110 348,110 349,111 350,111 352,111 353,112 355,112 356,112 357,113 359,113 360,113 362,114 363,114 364,115 366,115 367,116 369,116 370,117 371,117 373,118 374,118 375,119 377,119 378,120 379,120 381,121 382,122 383,122 385,123 386,124 387,124 388,125 390,126 391,126 392,127 394,128 395,129 396,129 397,130 398,131 400,132 401,132 402,133 403,134 404,135 406,136 407,137 408,137 409,138 410,139 411,140 413,141 414,142 415,143 416,144 417,145 418,146 419,147 420,148 421,149 422,150 423,151 424,152 425,153 426,154 427,155 428,156 429,157 430,158 431,159 432,161 433,162 434,163 435,164 436,165 436,166 437,167 438,169 439,170 440,171 441,172 441,173 442,175 443,176 444,177 445,178 445,180 446,181 447,182 447,183 448,185 449,186 449,187 450,189 451,190 451,191 452,192 453,194 453,195 454,196 454,198 455,199 455,200 456,202 456,203 457,205 457,206 458,207 458,209 459,210 459,211 460,213 460,214 460,216 461,217 461,218 461,220 462,221 462,223 462,224 463,226 463,227 463,228 463,230 464,231 464,233 464,234 464,236 464,237 464,239 465,240 465,241 465,243 465,244 465,246 465,247 465,249 465,250 465,252 465,253 465,253 465,255 465,256 465,258 465,259 465,261 465,262 465,264 465,265 464,266 464,268 464,269 464,271 464,272 464,274 463,275 463,277 463,278 463,279 462,281 462,282 462,284 461,285 461,287 461,288 460,289 460,291 460,292 459,294 459,295 458,296 458,298 457,299 457,300 456,302 456,303 455,305 455,306 454,307 454,309 453,310 453,311 452,313 451,314 451,315 450,316 449,318 449,319 448,320 447,322 447,323 446,324 445,325 445,327 444,328 443,329 442,330 441,332 441,333 440,334 439,335 438,336 437,338 436,339 436,340 435,341 434,342 433,343 432,344 431,346 430,347 429,348 428,349 427,350 426,351 425,352 424,353 423,354 422,355 421,356 420,357 419,358 418,359 417,360 416,361 415,362 414,363 413,364 411,365 410,366 409,367 408,368 407,368 406,369 404,370 403,371 402,372 401,373 400,373 398,374 397,375 396,376 395,376 394,377 392,378 391,379 390,379 388,380 387,381 386,381 385,382 383,383 382,383 381,384 379,385 378,385 377,386 375,386 374,387 373,387 371,388 370,388 369,389 367,389 366,390 364,390 363,391 362,391 360,392 359,392 357,392 356,393 355,393 353,393 352,394 350,394 349,394 348,395 346,395 345,395 343,395 342,396 340,396 339,396 337,396 336,396 335,396 333,397 332,397 330,397 329,397 327,397 326,397 324,397 323,397 322,397 320,397 319,397 317,397 316,397 314,397 313,397 311,397 310,397 309,397 307,397 306,396 304,396 303,396 301,396 300,396 298,396 297,395 296,395 294,395 293,395 291,394 290,394 288,394 287,393 286,393 284,393 283,392 281,392 280,392 279,391 277,391 276,390 274,390 273,389 272,389 270,388 269,388 268,387 266,387 265,386 264,386 262,385 261,385 260,384 258,383 257,383 256,382 254,382 253,381 252,380 250,379 249,379 248,378 247,377 245,377 244,376 243,375 242,374 241,374 239,373 238,372 237,371 236,370 235,369 233,369 232,368 231,367 230,366 229,365 228,364 227,363 225,362 224,361 223,360 222,359 221,358 220,357 219,356 218,355 217,354 216,353 215,352 214,351 213,350 212,349 211,348 210,347 209,346 208,345 207,343 206,342 205,341 205,340 204,339 203,338 202,337 201,335 200,334 199,333 199,332 198,331 197,329 196,328 196,327 195,326 194,324 193,323 193,322 192,321 191,319 191,318 190,317 189,315 189,314 188,313 188,311 187,310 186,309 186,307 185,306 185,305 184,303 184,302 183,301 183,299 182,298 182,297 181,295 181,294 181,292 180,291 180,290 179,288 179,287 179,285 178,284 178,282 178,281 177,280 177,278 177,277 177,275 176,274 176,272 176,271 176,270 176,268 176,267 175,265 175,264 175,262 175,261 175,259 175,258 175,257 175,255 175,254 "/>
22711<polyline fill="none" opacity="1" stroke="#00FF00" stroke-width="1" points="320,253 320,251 320,250 320,248 320,247 320,246 320,244 320,243 320,241 320,240 320,238 320,237 320,235 320,234 320,233 320,231 320,230 320,228 320,227 320,225 320,224 320,223 320,221 320,220 320,218 320,217 320,215 320,214 320,213 320,211 320,210 320,208 320,207 320,206 320,204 320,203 320,202 320,200 320,199 320,198 320,196 320,195 320,194 320,192 320,191 320,190 320,188 320,187 320,186 320,184 320,183 320,182 320,181 320,179 320,178 320,177 320,176 320,174 320,173 320,172 320,171 320,170 320,168 320,167 320,166 320,165 320,164 320,163 320,162 320,160 320,159 320,158 320,157 320,156 320,155 320,154 320,153 320,152 320,151 320,150 320,149 320,148 320,147 320,146 320,145 320,144 320,143 320,142 320,141 320,140 320,139 320,138 320,137 320,136 320,136 320,135 320,134 320,133 320,132 320,131 320,131 320,130 320,129 320,128 320,128 320,127 320,126 320,126 320,125 320,124 320,123 320,123 320,122 320,122 320,121 320,120 320,120 320,119 320,119 320,118 320,118 320,117 320,117 320,116 320,116 320,115 320,115 320,114 320,114 320,113 320,113 320,113 320,112 320,112 320,112 320,111 320,111 320,111 320,110 320,110 320,110 320,110 320,109 320,109 320,109 320,109 320,109 320,109 320,108 320,108 320,108 320,108 320,108 320,108 320,108 320,108 320,108 320,108 320,107 320,107 320,107 320,107 320,107 320,107 320,107 320,107 320,107 320,108 320,108 320,108 320,108 320,108 320,108 320,109 320,109 320,109 320,109 320,110 320,110 320,110 320,111 320,111 320,111 320,112 320,112 320,112 320,113 320,113 320,114 320,114 320,115 320,115 320,116 320,116 320,117 320,117 320,118 320,118 320,119 320,119 320,120 320,121 320,121 320,122 320,123 320,123 320,124 320,125 320,125 320,126 320,127 320,128 320,128 320,129 320,130 320,131 320,131 320,132 320,133 320,134 320,135 320,136 320,136 320,137 320,138 320,139 320,140 320,141 320,142 320,143 320,144 320,145 320,146 320,147 320,148 320,149 320,150 320,151 320,152 320,153 320,154 320,155 320,156 320,157 320,158 320,160 320,161 320,162 320,163 320,164 320,165 320,166 320,168 320,169 320,170 320,171 320,172 320,174 320,175 320,176 320,177 320,179 320,180 320,181 320,182 320,184 320,185 320,186 320,188 320,189 320,190 320,191 320,193 320,194 320,195 320,197 320,198 320,199 320,201 320,202 320,204 320,205 320,206 320,208 320,209 320,210 320,212 320,213 320,215 320,216 320,217 320,219 320,220 320,222 320,223 320,225 320,226 320,227 320,229 320,230 320,232 320,233 320,235 320,236 320,238 320,239 320,240 320,242 320,243 320,245 320,246 320,248 320,249 320,251 320,252 320,253 320,255 320,256 320,258 320,259 320,261 320,262 320,264 320,265 320,266 320,268 320,269 320,271 320,272 320,274 320,275 320,277 320,278 320,279 320,281 320,282 320,284 320,285 320,287 320,288 320,289 320,291 320,292 320,294 320,295 320,296 320,298 320,299 320,300 320,302 320,303 320,305 320,306 320,307 320,309 320,310 320,311 320,313 320,314 320,315 320,316 320,318 320,319 320,320 320,322 320,323 320,324 320,325 320,327 320,328 320,329 320,330 320,332 320,333 320,334 320,335 320,336 320,338 320,339 320,340 320,341 320,342 320,343 320,344 320,346 320,347 320,348 320,349 320,350 320,351 320,352 320,353 320,354 320,355 320,356 320,357 320,358 320,359 320,360 320,361 320,362 320,363 320,364 320,365 320,366 320,367 320,368 320,368 320,369 320,370 320,371 320,372 320,373 320,373 320,374 320,375 320,376 320,376 320,377 320,378 320,379 320,379 320,380 320,381 320,381 320,382 320,383 320,383 320,384 320,385 320,385 320,386 320,386 320,387 320,387 320,388 320,388 320,389 320,389 320,390 320,390 320,391 320,391 320,392 320,392 320,392 320,393 320,393 320,393 320,394 320,394 320,394 320,395 320,395 320,395 320,395 320,396 320,396 320,396 320,396 320,396 320,396 320,397 320,397 320,397 320,397 320,397 320,397 320,397 320,397 320,397 320,397 320,398 320,398 320,398 320,398 320,398 320,398 320,398 320,398 320,398 320,397 320,397 320,397 320,397 320,397 320,397 320,396 320,396 320,396 320,396 320,395 320,395 320,395 320,394 320,394 320,394 320,393 320,393 320,393 320,392 320,392 320,391 320,391 320,390 320,390 320,389 320,389 320,388 320,388 320,387 320,387 320,386 320,386 320,385 320,384 320,384 320,383 320,383 320,382 320,381 320,380 320,380 320,379 320,378 320,378 320,377 320,376 320,375 320,375 320,374 320,373 320,372 320,371 320,370 320,370 320,369 320,368 320,367 320,366 320,365 320,364 320,363 320,362 320,361 320,360 320,359 320,358 320,357 320,356 320,355 320,354 320,353 320,352 320,351 320,350 320,349 320,348 320,347 320,346 320,344 320,343 320,342 320,341 320,340 320,339 320,338 320,336 320,335 320,334 320,333 320,332 320,330 320,329 320,328 320,327 320,325 320,324 320,323 320,322 320,320 320,319 320,318 320,316 320,315 320,314 320,312 320,311 320,310 320,308 320,307 320,306 320,304 320,303 320,302 320,300 320,299 320,298 320,296 320,295 320,293 320,292 320,291 320,289 320,288 320,286 320,285 320,283 320,282 320,281 320,279 320,278 320,276 320,275 320,273 320,272 320,271 320,269 320,268 320,266 320,265 320,263 320,262 320,260 320,259 320,258 320,256 320,255 "/>
22712</svg>
22713</div>
22714</div>
22715
22716</div>
22717
22718</div>
22719</div>
22720
22721</div>
22722<div class="cell border-box-sizing code_cell rendered">
22723<div class="input">
22724<div class="prompt input_prompt">In&nbsp;[48]:</div>
22725<div class="inner_cell">
22726    <div class="input_area">
22727<div class=" highlight hl-Rust"><pre><span></span>:<span class="nc">dep</span><span class="w"> </span><span class="n">plotters</span><span class="w"> </span><span class="o">=</span><span class="w"> </span><span class="p">{</span><span class="w"> </span><span class="n">version</span><span class="w"> </span><span class="o">=</span><span class="w"> </span><span class="s">&quot;^0.3.0&quot;</span><span class="p">,</span><span class="w"> </span><span class="n">default_features</span><span class="w"> </span><span class="o">=</span><span class="w"> </span><span class="kc">false</span><span class="p">,</span><span class="w"> </span><span class="n">features</span><span class="w"> </span><span class="o">=</span><span class="w"> </span><span class="p">[</span><span class="s">&quot;evcxr&quot;</span><span class="p">,</span><span class="w"> </span><span class="s">&quot;all_series&quot;</span><span class="p">,</span><span class="w"> </span><span class="s">&quot;all_elements&quot;</span><span class="p">]</span><span class="w"> </span><span class="p">}</span><span class="w"></span>
22728<span class="k">use</span><span class="w"> </span><span class="n">plotters</span>::<span class="n">prelude</span>::<span class="o">*</span><span class="p">;</span><span class="w"></span>
22729
22730<span class="n">evcxr_figure</span><span class="p">((</span><span class="mi">640</span><span class="p">,</span><span class="w"> </span><span class="mi">480</span><span class="p">),</span><span class="w"> </span><span class="o">|</span><span class="n">root</span><span class="o">|</span><span class="w"> </span><span class="p">{</span><span class="w"></span>
22731<span class="w">    </span><span class="kd">let</span><span class="w"> </span><span class="n">root</span><span class="w"> </span><span class="o">=</span><span class="w"> </span><span class="n">root</span><span class="p">.</span><span class="n">titled</span><span class="p">(</span><span class="s">&quot;3D Plotting&quot;</span><span class="p">,</span><span class="w"> </span><span class="p">(</span><span class="s">&quot;Arial&quot;</span><span class="p">,</span><span class="w"> </span><span class="mi">20</span><span class="p">).</span><span class="n">into_font</span><span class="p">())</span><span class="o">?</span><span class="p">;</span><span class="w"></span>
22732<span class="w">    </span>
22733<span class="w">    </span><span class="kd">let</span><span class="w"> </span><span class="k">mut</span><span class="w"> </span><span class="n">chart</span><span class="w"> </span><span class="o">=</span><span class="w"> </span><span class="n">ChartBuilder</span>::<span class="n">on</span><span class="p">(</span><span class="o">&amp;</span><span class="n">root</span><span class="p">)</span><span class="w"></span>
22734<span class="w">        </span><span class="p">.</span><span class="n">build_cartesian_3d</span><span class="p">(</span><span class="o">-</span><span class="mf">10.</span><span class="mi">0</span><span class="p">..</span><span class="mf">10.0</span><span class="p">,</span><span class="w"> </span><span class="o">-</span><span class="mf">10.</span><span class="mi">0</span><span class="p">..</span><span class="mf">10.0</span><span class="p">,</span><span class="w"> </span><span class="o">-</span><span class="mf">10.</span><span class="mi">0</span><span class="p">..</span><span class="mf">10.0</span><span class="p">)</span><span class="o">?</span><span class="p">;</span><span class="w"></span>
22735<span class="w">    </span><span class="n">chart</span><span class="p">.</span><span class="n">with_projection</span><span class="p">(</span><span class="o">|</span><span class="k">mut</span><span class="w"> </span><span class="n">p</span><span class="o">|</span><span class="w"> </span><span class="p">{</span><span class="w"></span>
22736<span class="w">        </span><span class="n">p</span><span class="p">.</span><span class="n">pitch</span><span class="w"> </span><span class="o">=</span><span class="w"> </span><span class="mf">0.7</span><span class="p">;</span><span class="w"> </span>
22737<span class="w">        </span><span class="n">p</span><span class="p">.</span><span class="n">yaw</span><span class="w"> </span><span class="o">=</span><span class="w"> </span><span class="mf">0.7</span><span class="p">;</span><span class="w"></span>
22738<span class="w">        </span><span class="n">p</span><span class="p">.</span><span class="n">scale</span><span class="w"> </span><span class="o">=</span><span class="w"> </span><span class="mf">0.5</span><span class="p">;</span><span class="w"></span>
22739<span class="w">        </span><span class="n">p</span><span class="p">.</span><span class="n">into_matrix</span><span class="p">()</span><span class="w"> </span><span class="c1">// build the projection matrix</span>
22740<span class="w">    </span><span class="p">});</span><span class="w"></span>
22741<span class="w">    </span>
22742<span class="w">    </span><span class="n">chart</span><span class="p">.</span><span class="n">configure_axes</span><span class="p">().</span><span class="n">draw</span><span class="p">()</span><span class="o">?</span><span class="p">;</span><span class="w"></span>
22743<span class="w">    </span>
22744<span class="w">    </span><span class="c1">// Draw a red circle parallel to XOZ panel</span>
22745<span class="w">    </span><span class="n">chart</span><span class="p">.</span><span class="n">draw_series</span><span class="p">(</span><span class="n">LineSeries</span>::<span class="n">new</span><span class="p">(</span><span class="w"></span>
22746<span class="w">        </span><span class="p">(</span><span class="o">-</span><span class="mi">314</span><span class="p">..</span><span class="mi">314</span><span class="p">).</span><span class="n">map</span><span class="p">(</span><span class="o">|</span><span class="n">a</span><span class="o">|</span><span class="w"> </span><span class="n">a</span><span class="w"> </span><span class="k">as</span><span class="w"> </span><span class="kt">f64</span><span class="w"> </span><span class="o">/</span><span class="w"> </span><span class="mf">100.0</span><span class="p">).</span><span class="n">map</span><span class="p">(</span><span class="o">|</span><span class="n">a</span><span class="o">|</span><span class="w"> </span><span class="p">(</span><span class="mf">8.0</span><span class="w"> </span><span class="o">*</span><span class="w"> </span><span class="n">a</span><span class="p">.</span><span class="n">cos</span><span class="p">(),</span><span class="w"> </span><span class="mf">0.0</span><span class="p">,</span><span class="w"> </span><span class="mf">8.0</span><span class="w"> </span><span class="o">*</span><span class="n">a</span><span class="p">.</span><span class="n">sin</span><span class="p">())),</span><span class="w"></span>
22747<span class="w">        </span><span class="o">&amp;</span><span class="n">RED</span><span class="p">,</span><span class="w"></span>
22748<span class="w">    </span><span class="p">))</span><span class="o">?</span><span class="p">;</span><span class="w"></span>
22749<span class="w">    </span><span class="c1">// Draw a green circle parallel to YOZ panel</span>
22750<span class="w">    </span><span class="n">chart</span><span class="p">.</span><span class="n">draw_series</span><span class="p">(</span><span class="n">LineSeries</span>::<span class="n">new</span><span class="p">(</span><span class="w"></span>
22751<span class="w">        </span><span class="p">(</span><span class="o">-</span><span class="mi">314</span><span class="p">..</span><span class="mi">314</span><span class="p">).</span><span class="n">map</span><span class="p">(</span><span class="o">|</span><span class="n">a</span><span class="o">|</span><span class="w"> </span><span class="n">a</span><span class="w"> </span><span class="k">as</span><span class="w"> </span><span class="kt">f64</span><span class="w"> </span><span class="o">/</span><span class="w"> </span><span class="mf">100.0</span><span class="p">).</span><span class="n">map</span><span class="p">(</span><span class="o">|</span><span class="n">a</span><span class="o">|</span><span class="w"> </span><span class="p">(</span><span class="mf">0.0</span><span class="p">,</span><span class="w"> </span><span class="mf">8.0</span><span class="w"> </span><span class="o">*</span><span class="w"> </span><span class="n">a</span><span class="p">.</span><span class="n">cos</span><span class="p">(),</span><span class="w"> </span><span class="mf">8.0</span><span class="w"> </span><span class="o">*</span><span class="n">a</span><span class="p">.</span><span class="n">sin</span><span class="p">())),</span><span class="w"></span>
22752<span class="w">        </span><span class="o">&amp;</span><span class="n">GREEN</span><span class="p">,</span><span class="w"></span>
22753<span class="w">    </span><span class="p">))</span><span class="o">?</span><span class="p">;</span><span class="w"></span>
22754<span class="w">    </span>
22755<span class="w">    </span><span class="nb">Ok</span><span class="p">(())</span><span class="w"></span>
22756<span class="p">})</span><span class="w"></span>
22757</pre></div>
22758
22759</div>
22760</div>
22761</div>
22762
22763<div class="output_wrapper">
22764<div class="output">
22765
22766
22767<div class="output_area">
22768
22769<div class="prompt output_prompt">Out[48]:</div>
22770
22771
22772
22773<div class="output_html rendered_html output_subarea output_execute_result">
22774<div style=""><svg width="640" height="480" viewBox="0 0 640 480" xmlns="http://www.w3.org/2000/svg">
22775<text x="320" y="5" dy="0.76em" text-anchor="middle" font-family="Arial" font-size="16.129032258064516" opacity="1" fill="#000000">
227763D Plotting
22777</text>
22778<polygon opacity="0.1" fill="#000000" points="309,240 309,101 192,190 192,329 "/>
22779<polyline fill="none" opacity="0.2" stroke="#000000" stroke-width="1" points="309,240 309,101 192,190 192,329 309,240 "/>
22780<polyline fill="none" opacity="0.2" stroke="#000000" stroke-width="1" points="309,226 192,315 "/>
22781<polyline fill="none" opacity="0.2" stroke="#000000" stroke-width="1" points="309,212 192,301 "/>
22782<polyline fill="none" opacity="0.2" stroke="#000000" stroke-width="1" points="309,198 192,288 "/>
22783<polyline fill="none" opacity="0.2" stroke="#000000" stroke-width="1" points="309,184 192,274 "/>
22784<polyline fill="none" opacity="0.2" stroke="#000000" stroke-width="1" points="309,170 192,260 "/>
22785<polyline fill="none" opacity="0.2" stroke="#000000" stroke-width="1" points="309,157 192,246 "/>
22786<polyline fill="none" opacity="0.2" stroke="#000000" stroke-width="1" points="309,142 192,232 "/>
22787<polyline fill="none" opacity="0.2" stroke="#000000" stroke-width="1" points="309,129 192,218 "/>
22788<polyline fill="none" opacity="0.2" stroke="#000000" stroke-width="1" points="309,115 192,204 "/>
22789<polyline fill="none" opacity="0.2" stroke="#000000" stroke-width="1" points="309,101 192,190 "/>
22790<polyline fill="none" opacity="0.2" stroke="#000000" stroke-width="1" points="297,248 297,110 "/>
22791<polyline fill="none" opacity="0.2" stroke="#000000" stroke-width="1" points="285,257 285,118 "/>
22792<polyline fill="none" opacity="0.2" stroke="#000000" stroke-width="1" points="274,266 274,127 "/>
22793<polyline fill="none" opacity="0.2" stroke="#000000" stroke-width="1" points="262,275 262,136 "/>
22794<polyline fill="none" opacity="0.2" stroke="#000000" stroke-width="1" points="250,284 250,145 "/>
22795<polyline fill="none" opacity="0.2" stroke="#000000" stroke-width="1" points="239,293 239,154 "/>
22796<polyline fill="none" opacity="0.2" stroke="#000000" stroke-width="1" points="227,302 227,163 "/>
22797<polyline fill="none" opacity="0.2" stroke="#000000" stroke-width="1" points="215,311 215,172 "/>
22798<polyline fill="none" opacity="0.2" stroke="#000000" stroke-width="1" points="204,320 204,181 "/>
22799<polyline fill="none" opacity="0.2" stroke="#000000" stroke-width="1" points="192,329 192,190 "/>
22800<polygon opacity="0.1" fill="#000000" points="309,240 192,329 330,404 447,315 "/>
22801<polyline fill="none" opacity="0.2" stroke="#000000" stroke-width="1" points="309,240 192,329 330,404 447,315 309,240 "/>
22802<polyline fill="none" opacity="0.2" stroke="#000000" stroke-width="1" points="322,247 205,336 "/>
22803<polyline fill="none" opacity="0.2" stroke="#000000" stroke-width="1" points="336,255 219,344 "/>
22804<polyline fill="none" opacity="0.2" stroke="#000000" stroke-width="1" points="350,262 233,351 "/>
22805<polyline fill="none" opacity="0.2" stroke="#000000" stroke-width="1" points="364,270 247,359 "/>
22806<polyline fill="none" opacity="0.2" stroke="#000000" stroke-width="1" points="378,277 261,367 "/>
22807<polyline fill="none" opacity="0.2" stroke="#000000" stroke-width="1" points="392,285 275,374 "/>
22808<polyline fill="none" opacity="0.2" stroke="#000000" stroke-width="1" points="406,292 289,382 "/>
22809<polyline fill="none" opacity="0.2" stroke="#000000" stroke-width="1" points="419,300 303,389 "/>
22810<polyline fill="none" opacity="0.2" stroke="#000000" stroke-width="1" points="433,307 316,397 "/>
22811<polyline fill="none" opacity="0.2" stroke="#000000" stroke-width="1" points="447,315 330,404 "/>
22812<polyline fill="none" opacity="0.2" stroke="#000000" stroke-width="1" points="297,248 436,324 "/>
22813<polyline fill="none" opacity="0.2" stroke="#000000" stroke-width="1" points="285,257 424,333 "/>
22814<polyline fill="none" opacity="0.2" stroke="#000000" stroke-width="1" points="274,266 413,342 "/>
22815<polyline fill="none" opacity="0.2" stroke="#000000" stroke-width="1" points="262,275 401,351 "/>
22816<polyline fill="none" opacity="0.2" stroke="#000000" stroke-width="1" points="250,284 389,359 "/>
22817<polyline fill="none" opacity="0.2" stroke="#000000" stroke-width="1" points="239,293 378,368 "/>
22818<polyline fill="none" opacity="0.2" stroke="#000000" stroke-width="1" points="227,302 366,377 "/>
22819<polyline fill="none" opacity="0.2" stroke="#000000" stroke-width="1" points="215,311 354,386 "/>
22820<polyline fill="none" opacity="0.2" stroke="#000000" stroke-width="1" points="204,320 342,395 "/>
22821<polyline fill="none" opacity="0.2" stroke="#000000" stroke-width="1" points="192,329 330,404 "/>
22822<polygon opacity="0.1" fill="#000000" points="309,240 447,315 447,176 309,101 "/>
22823<polyline fill="none" opacity="0.2" stroke="#000000" stroke-width="1" points="309,240 447,315 447,176 309,101 309,240 "/>
22824<polyline fill="none" opacity="0.2" stroke="#000000" stroke-width="1" points="322,247 322,108 "/>
22825<polyline fill="none" opacity="0.2" stroke="#000000" stroke-width="1" points="336,255 336,116 "/>
22826<polyline fill="none" opacity="0.2" stroke="#000000" stroke-width="1" points="350,262 350,123 "/>
22827<polyline fill="none" opacity="0.2" stroke="#000000" stroke-width="1" points="364,270 364,131 "/>
22828<polyline fill="none" opacity="0.2" stroke="#000000" stroke-width="1" points="378,277 378,138 "/>
22829<polyline fill="none" opacity="0.2" stroke="#000000" stroke-width="1" points="392,285 392,146 "/>
22830<polyline fill="none" opacity="0.2" stroke="#000000" stroke-width="1" points="406,292 406,153 "/>
22831<polyline fill="none" opacity="0.2" stroke="#000000" stroke-width="1" points="419,300 419,161 "/>
22832<polyline fill="none" opacity="0.2" stroke="#000000" stroke-width="1" points="433,307 433,168 "/>
22833<polyline fill="none" opacity="0.2" stroke="#000000" stroke-width="1" points="447,315 447,176 "/>
22834<polyline fill="none" opacity="0.2" stroke="#000000" stroke-width="1" points="309,226 447,301 "/>
22835<polyline fill="none" opacity="0.2" stroke="#000000" stroke-width="1" points="309,212 447,287 "/>
22836<polyline fill="none" opacity="0.2" stroke="#000000" stroke-width="1" points="309,198 447,274 "/>
22837<polyline fill="none" opacity="0.2" stroke="#000000" stroke-width="1" points="309,184 447,259 "/>
22838<polyline fill="none" opacity="0.2" stroke="#000000" stroke-width="1" points="309,170 447,246 "/>
22839<polyline fill="none" opacity="0.2" stroke="#000000" stroke-width="1" points="309,157 447,232 "/>
22840<polyline fill="none" opacity="0.2" stroke="#000000" stroke-width="1" points="309,142 447,218 "/>
22841<polyline fill="none" opacity="0.2" stroke="#000000" stroke-width="1" points="309,129 447,204 "/>
22842<polyline fill="none" opacity="0.2" stroke="#000000" stroke-width="1" points="309,115 447,190 "/>
22843<polyline fill="none" opacity="0.2" stroke="#000000" stroke-width="1" points="309,101 447,176 "/>
22844<polyline fill="none" opacity="0.8" stroke="#000000" stroke-width="1" points="309,101 447,176 "/>
22845<polyline fill="none" opacity="0.8" stroke="#000000" stroke-width="1" points="322,108 322,103 "/>
22846<text x="322" y="98" dy="-0.5ex" text-anchor="middle" font-family="sans-serf" font-size="9.67741935483871" opacity="1" fill="#000000">
22847-8.0
22848</text>
22849<polyline fill="none" opacity="0.8" stroke="#000000" stroke-width="1" points="336,116 336,111 "/>
22850<text x="336" y="106" dy="-0.5ex" text-anchor="middle" font-family="sans-serf" font-size="9.67741935483871" opacity="1" fill="#000000">
22851-6.0
22852</text>
22853<polyline fill="none" opacity="0.8" stroke="#000000" stroke-width="1" points="350,123 350,118 "/>
22854<text x="350" y="113" dy="-0.5ex" text-anchor="middle" font-family="sans-serf" font-size="9.67741935483871" opacity="1" fill="#000000">
22855-4.0
22856</text>
22857<polyline fill="none" opacity="0.8" stroke="#000000" stroke-width="1" points="364,131 364,126 "/>
22858<text x="364" y="121" dy="-0.5ex" text-anchor="middle" font-family="sans-serf" font-size="9.67741935483871" opacity="1" fill="#000000">
22859-2.0
22860</text>
22861<polyline fill="none" opacity="0.8" stroke="#000000" stroke-width="1" points="378,138 378,133 "/>
22862<text x="378" y="128" dy="-0.5ex" text-anchor="middle" font-family="sans-serf" font-size="9.67741935483871" opacity="1" fill="#000000">
228630.0
22864</text>
22865<polyline fill="none" opacity="0.8" stroke="#000000" stroke-width="1" points="392,146 392,141 "/>
22866<text x="392" y="136" dy="-0.5ex" text-anchor="middle" font-family="sans-serf" font-size="9.67741935483871" opacity="1" fill="#000000">
228672.0
22868</text>
22869<polyline fill="none" opacity="0.8" stroke="#000000" stroke-width="1" points="406,153 406,148 "/>
22870<text x="406" y="143" dy="-0.5ex" text-anchor="middle" font-family="sans-serf" font-size="9.67741935483871" opacity="1" fill="#000000">
228714.0
22872</text>
22873<polyline fill="none" opacity="0.8" stroke="#000000" stroke-width="1" points="419,161 419,156 "/>
22874<text x="419" y="151" dy="-0.5ex" text-anchor="middle" font-family="sans-serf" font-size="9.67741935483871" opacity="1" fill="#000000">
228756.0
22876</text>
22877<polyline fill="none" opacity="0.8" stroke="#000000" stroke-width="1" points="433,168 433,163 "/>
22878<text x="433" y="158" dy="-0.5ex" text-anchor="middle" font-family="sans-serf" font-size="9.67741935483871" opacity="1" fill="#000000">
228798.0
22880</text>
22881<polyline fill="none" opacity="0.8" stroke="#000000" stroke-width="1" points="447,176 447,171 "/>
22882<text x="447" y="166" dy="-0.5ex" text-anchor="middle" font-family="sans-serf" font-size="9.67741935483871" opacity="1" fill="#000000">
2288310.0
22884</text>
22885<polyline fill="none" opacity="0.8" stroke="#000000" stroke-width="1" points="192,329 192,190 "/>
22886<polyline fill="none" opacity="0.8" stroke="#000000" stroke-width="1" points="192,315 187,315 "/>
22887<text x="182" y="315" dy="0.5ex" text-anchor="end" font-family="sans-serf" font-size="9.67741935483871" opacity="1" fill="#000000">
22888-8.0
22889</text>
22890<polyline fill="none" opacity="0.8" stroke="#000000" stroke-width="1" points="192,301 187,301 "/>
22891<text x="182" y="301" dy="0.5ex" text-anchor="end" font-family="sans-serf" font-size="9.67741935483871" opacity="1" fill="#000000">
22892-6.0
22893</text>
22894<polyline fill="none" opacity="0.8" stroke="#000000" stroke-width="1" points="192,288 187,288 "/>
22895<text x="182" y="288" dy="0.5ex" text-anchor="end" font-family="sans-serf" font-size="9.67741935483871" opacity="1" fill="#000000">
22896-4.0
22897</text>
22898<polyline fill="none" opacity="0.8" stroke="#000000" stroke-width="1" points="192,274 187,274 "/>
22899<text x="182" y="274" dy="0.5ex" text-anchor="end" font-family="sans-serf" font-size="9.67741935483871" opacity="1" fill="#000000">
22900-2.0
22901</text>
22902<polyline fill="none" opacity="0.8" stroke="#000000" stroke-width="1" points="192,260 187,260 "/>
22903<text x="182" y="260" dy="0.5ex" text-anchor="end" font-family="sans-serf" font-size="9.67741935483871" opacity="1" fill="#000000">
229040.0
22905</text>
22906<polyline fill="none" opacity="0.8" stroke="#000000" stroke-width="1" points="192,246 187,246 "/>
22907<text x="182" y="246" dy="0.5ex" text-anchor="end" font-family="sans-serf" font-size="9.67741935483871" opacity="1" fill="#000000">
229082.0
22909</text>
22910<polyline fill="none" opacity="0.8" stroke="#000000" stroke-width="1" points="192,232 187,232 "/>
22911<text x="182" y="232" dy="0.5ex" text-anchor="end" font-family="sans-serf" font-size="9.67741935483871" opacity="1" fill="#000000">
229124.0
22913</text>
22914<polyline fill="none" opacity="0.8" stroke="#000000" stroke-width="1" points="192,218 187,218 "/>
22915<text x="182" y="218" dy="0.5ex" text-anchor="end" font-family="sans-serf" font-size="9.67741935483871" opacity="1" fill="#000000">
229166.0
22917</text>
22918<polyline fill="none" opacity="0.8" stroke="#000000" stroke-width="1" points="192,204 187,204 "/>
22919<text x="182" y="204" dy="0.5ex" text-anchor="end" font-family="sans-serf" font-size="9.67741935483871" opacity="1" fill="#000000">
229208.0
22921</text>
22922<polyline fill="none" opacity="0.8" stroke="#000000" stroke-width="1" points="192,190 187,190 "/>
22923<text x="182" y="190" dy="0.5ex" text-anchor="end" font-family="sans-serf" font-size="9.67741935483871" opacity="1" fill="#000000">
2292410.0
22925</text>
22926<polyline fill="none" opacity="0.8" stroke="#000000" stroke-width="1" points="309,101 192,190 "/>
22927<polyline fill="none" opacity="0.8" stroke="#000000" stroke-width="1" points="297,110 297,105 "/>
22928<text x="297" y="100" dy="-0.5ex" text-anchor="middle" font-family="sans-serf" font-size="9.67741935483871" opacity="1" fill="#000000">
22929-8.0
22930</text>
22931<polyline fill="none" opacity="0.8" stroke="#000000" stroke-width="1" points="285,118 285,113 "/>
22932<text x="285" y="108" dy="-0.5ex" text-anchor="middle" font-family="sans-serf" font-size="9.67741935483871" opacity="1" fill="#000000">
22933-6.0
22934</text>
22935<polyline fill="none" opacity="0.8" stroke="#000000" stroke-width="1" points="274,127 274,122 "/>
22936<text x="274" y="117" dy="-0.5ex" text-anchor="middle" font-family="sans-serf" font-size="9.67741935483871" opacity="1" fill="#000000">
22937-4.0
22938</text>
22939<polyline fill="none" opacity="0.8" stroke="#000000" stroke-width="1" points="262,136 262,131 "/>
22940<text x="262" y="126" dy="-0.5ex" text-anchor="middle" font-family="sans-serf" font-size="9.67741935483871" opacity="1" fill="#000000">
22941-2.0
22942</text>
22943<polyline fill="none" opacity="0.8" stroke="#000000" stroke-width="1" points="250,145 250,140 "/>
22944<text x="250" y="135" dy="-0.5ex" text-anchor="middle" font-family="sans-serf" font-size="9.67741935483871" opacity="1" fill="#000000">
229450.0
22946</text>
22947<polyline fill="none" opacity="0.8" stroke="#000000" stroke-width="1" points="239,154 239,149 "/>
22948<text x="239" y="144" dy="-0.5ex" text-anchor="middle" font-family="sans-serf" font-size="9.67741935483871" opacity="1" fill="#000000">
229492.0
22950</text>
22951<polyline fill="none" opacity="0.8" stroke="#000000" stroke-width="1" points="227,163 227,158 "/>
22952<text x="227" y="153" dy="-0.5ex" text-anchor="middle" font-family="sans-serf" font-size="9.67741935483871" opacity="1" fill="#000000">
229534.0
22954</text>
22955<polyline fill="none" opacity="0.8" stroke="#000000" stroke-width="1" points="215,172 215,167 "/>
22956<text x="215" y="162" dy="-0.5ex" text-anchor="middle" font-family="sans-serf" font-size="9.67741935483871" opacity="1" fill="#000000">
229576.0
22958</text>
22959<polyline fill="none" opacity="0.8" stroke="#000000" stroke-width="1" points="204,181 204,176 "/>
22960<text x="204" y="171" dy="-0.5ex" text-anchor="middle" font-family="sans-serf" font-size="9.67741935483871" opacity="1" fill="#000000">
229618.0
22962</text>
22963<polyline fill="none" opacity="0.8" stroke="#000000" stroke-width="1" points="192,190 192,185 "/>
22964<text x="192" y="180" dy="-0.5ex" text-anchor="middle" font-family="sans-serf" font-size="9.67741935483871" opacity="1" fill="#000000">
2296510.0
22966</text>
22967<polyline fill="none" opacity="1" stroke="#FF0000" stroke-width="1" points="264,222 265,222 265,222 266,221 266,221 266,221 267,220 267,220 268,219 268,219 269,219 270,219 270,218 271,218 271,218 272,217 272,217 273,217 273,216 274,216 275,216 275,216 276,215 276,215 277,215 277,214 278,214 279,214 279,214 280,213 280,213 281,213 282,213 282,212 283,212 284,212 284,212 285,211 285,211 286,211 287,211 287,211 288,211 289,210 289,210 290,210 291,210 291,209 292,209 293,209 293,209 294,209 295,209 296,208 296,208 297,208 297,208 298,208 299,208 299,207 300,207 301,207 302,207 302,207 303,207 304,207 304,207 305,207 306,207 307,206 307,206 308,206 309,206 309,206 310,206 311,206 312,206 312,206 313,206 314,206 314,206 315,206 316,206 316,206 317,206 318,206 319,206 320,206 320,206 321,206 322,206 323,206 323,206 324,206 325,206 325,206 326,206 327,206 327,206 329,206 329,206 330,206 330,206 331,206 332,207 333,207 333,206 334,207 335,207 335,207 336,207 337,207 338,207 338,207 339,208 340,207 340,208 341,208 342,208 342,208 343,208 344,208 344,209 345,209 346,209 346,209 347,209 348,209 349,210 349,210 350,210 350,210 351,210 352,211 352,211 353,211 354,211 354,211 355,212 356,212 356,212 357,212 357,212 358,213 359,213 359,213 360,214 361,214 361,214 362,214 362,215 363,215 364,215 364,216 365,216 365,216 366,217 366,217 367,217 367,217 368,218 369,218 369,218 370,219 370,219 371,219 371,219 372,220 372,220 372,221 373,221 374,221 374,222 374,222 375,222 376,223 376,223 376,224 377,224 377,224 378,225 378,225 379,225 379,226 380,226 380,226 380,227 381,227 381,228 382,228 382,229 382,229 382,229 383,230 383,230 384,230 384,231 384,231 385,232 385,232 385,233 385,233 386,233 386,234 386,234 387,235 387,235 387,236 388,236 388,236 388,237 388,238 389,238 389,238 389,239 389,239 389,239 390,240 390,240 390,241 390,242 390,242 391,242 391,243 391,243 391,244 391,244 391,245 391,245 391,246 391,246 391,246 392,247 392,247 392,248 392,248 392,249 392,249 392,250 392,250 392,251 392,251 392,251 392,252 392,252 392,253 392,254 392,254 392,254 392,255 392,255 392,256 392,256 392,257 392,257 392,258 392,258 391,259 391,259 391,260 391,260 391,260 391,261 391,261 391,262 390,262 390,263 390,263 390,264 390,264 390,264 390,265 389,266 389,266 389,266 388,267 389,267 388,267 388,268 388,268 387,269 387,269 387,270 386,270 387,271 386,271 386,272 386,272 385,272 385,273 385,273 384,274 384,274 383,275 383,275 383,276 383,276 382,276 382,277 382,277 381,277 381,278 380,278 380,278 379,279 379,279 379,280 378,280 378,280 377,281 377,281 376,282 376,282 375,282 375,283 375,283 374,283 374,284 373,284 373,284 372,285 372,285 371,286 371,286 370,286 369,286 369,287 368,287 368,287 367,288 367,288 366,288 366,289 365,289 364,289 364,289 363,290 363,290 362,290 362,291 361,291 360,291 360,291 359,292 359,292 358,292 357,292 357,293 356,293 355,293 355,293 354,294 354,294 353,294 352,294 352,294 351,295 350,295 350,295 349,295 349,295 348,296 347,296 347,296 346,296 345,296 344,296 344,296 343,297 342,297 342,297 341,297 340,297 340,298 339,298 338,298 338,298 337,298 336,298 336,298 335,298 334,298 333,298 333,298 332,299 331,299 330,299 330,299 329,299 328,299 327,299 327,299 326,299 325,299 325,299 324,299 323,299 323,299 322,299 321,299 320,299 320,299 319,299 318,299 317,299 316,299 316,299 315,299 315,299 314,299 313,299 312,299 312,299 311,299 310,299 309,299 309,299 308,299 308,299 306,298 306,299 305,298 304,298 304,298 303,298 302,298 301,298 301,298 300,298 299,298 299,297 298,297 297,297 297,297 296,297 295,297 295,296 294,296 293,296 293,296 292,296 291,296 291,295 290,295 289,295 289,295 288,295 287,294 287,294 286,294 285,294 285,294 284,294 283,293 283,293 282,293 282,293 281,292 280,292 280,292 279,291 279,291 278,291 277,291 277,290 276,290 275,290 275,289 274,289 274,289 274,289 273,288 272,288 272,288 271,287 270,287 270,287 269,286 269,286 269,286 268,286 268,285 267,285 267,284 266,284 265,284 265,283 265,283 264,283 263,282 263,282 263,281 262,281 262,281 261,280 261,280 260,280 260,279 259,279 259,279 259,278 258,278 258,277 257,277 257,276 257,276 257,276 256,275 256,275 255,275 255,274 255,274 254,273 254,273 254,273 254,272 253,272 253,271 252,271 252,270 252,270 252,269 251,269 251,269 251,268 251,268 250,267 250,267 250,266 250,266 250,266 249,265 249,265 249,264 249,264 249,263 248,263 248,262 248,262 248,261 248,261 248,261 248,260 248,259 248,259 248,259 247,258 247,258 247,257 247,257 247,256 247,256 247,255 247,255 247,254 247,254 247,254 247,253 247,253 247,252 247,251 247,251 247,251 247,250 247,250 247,249 247,249 247,248 247,248 247,247 247,247 247,247 248,246 248,245 248,245 248,245 248,244 248,244 248,243 248,243 249,242 249,242 249,242 249,241 249,241 249,240 250,240 250,239 250,239 251,238 250,238 251,238 251,237 251,237 251,236 252,236 252,235 252,235 252,234 253,234 253,234 253,233 254,233 254,232 254,232 255,231 255,231 256,230 256,230 256,230 256,229 257,229 257,228 257,228 258,228 258,227 259,227 259,227 260,226 260,226 260,225 261,225 261,225 262,224 262,224 262,224 263,223 263,223 "/>
22968<polyline fill="none" opacity="1" stroke="#00FF00" stroke-width="1" points="320,308 320,307 320,307 321,307 321,306 322,306 322,306 323,305 323,305 324,305 324,304 325,304 325,303 326,303 326,303 327,302 327,302 328,301 328,301 329,300 329,300 329,299 330,299 330,298 331,298 331,298 332,297 332,296 332,296 333,295 333,295 334,294 334,294 335,293 335,293 336,292 336,292 337,291 337,291 337,290 338,290 338,289 339,288 339,288 339,287 340,287 340,286 341,286 341,285 342,284 342,284 342,284 343,283 343,282 344,281 344,281 344,281 345,280 345,279 346,279 346,278 346,278 347,277 347,276 348,275 348,275 348,275 348,274 349,273 349,272 350,272 350,271 350,271 351,270 351,269 351,269 352,268 352,267 352,267 353,266 353,266 353,265 354,264 354,264 354,263 355,262 355,262 355,261 356,260 356,259 356,259 357,258 357,258 357,257 357,256 358,256 358,255 358,254 358,254 359,253 359,252 359,252 359,251 360,250 360,250 360,249 360,248 360,248 361,247 361,246 361,246 361,245 362,244 362,244 362,243 362,242 362,242 363,241 363,241 363,240 363,239 363,238 363,238 364,237 364,237 364,236 364,235 364,235 364,234 365,233 365,233 365,232 365,232 365,231 365,230 365,230 365,229 365,229 366,228 366,227 366,226 366,226 366,225 366,225 366,224 366,224 366,223 366,222 366,222 366,221 366,221 366,220 366,219 366,219 366,218 366,218 366,217 366,217 366,216 366,216 366,215 366,214 366,214 366,213 366,213 366,212 366,212 366,211 366,211 366,211 366,210 366,209 366,209 366,208 366,208 366,207 366,207 365,206 365,206 365,205 365,205 365,204 365,204 365,204 365,203 365,203 364,202 364,202 364,202 364,201 364,201 364,200 363,200 363,199 363,199 363,199 363,198 363,198 362,198 362,197 362,197 362,197 362,196 361,196 361,195 361,195 361,195 360,194 360,194 360,194 360,193 359,193 359,193 359,193 359,193 358,192 358,192 358,192 358,191 358,191 357,191 357,191 357,190 357,190 356,190 356,190 356,189 355,189 355,189 355,189 354,189 354,189 354,189 353,188 353,188 353,188 352,188 352,188 352,188 351,188 351,187 351,187 350,187 350,187 350,187 349,187 349,187 348,187 348,187 348,186 348,187 347,187 347,187 346,187 346,186 346,186 345,187 345,187 344,186 344,186 344,186 343,187 343,187 342,186 342,187 341,187 341,187 341,187 340,187 340,187 339,187 339,187 339,187 338,187 338,187 337,188 337,188 337,188 336,188 336,188 335,188 335,189 334,188 334,189 333,189 333,189 332,189 332,189 331,190 331,190 331,190 330,190 330,190 329,191 329,191 328,191 328,191 328,192 327,192 327,192 326,193 326,193 325,193 325,193 324,194 324,194 323,194 323,195 322,195 322,195 321,196 321,196 320,196 320,197 320,197 319,197 319,198 318,198 318,199 317,199 317,199 316,200 316,200 315,200 315,201 314,201 314,202 313,202 313,202 312,203 312,203 311,204 311,204 311,204 310,205 310,206 309,206 309,207 308,207 308,207 308,208 307,209 307,209 306,210 306,210 305,211 305,211 304,212 304,212 303,213 303,213 302,214 302,214 302,215 301,215 301,216 300,216 300,217 300,218 299,218 299,219 298,219 298,220 298,220 297,221 297,221 296,222 296,223 295,223 295,224 295,224 294,225 294,226 293,226 293,227 293,227 292,228 292,229 291,230 291,230 291,230 291,231 290,232 290,232 289,233 289,234 289,234 288,235 288,236 288,236 287,237 287,238 287,238 286,239 286,239 286,240 285,241 285,241 285,242 284,243 284,243 284,244 283,245 283,246 283,246 282,247 282,247 282,248 282,248 281,249 281,250 281,251 281,251 281,252 280,253 280,253 280,254 280,254 279,255 279,256 279,257 279,257 278,258 278,259 278,259 278,260 277,261 277,261 277,262 277,263 277,263 276,264 276,264 276,265 276,265 276,267 276,267 275,268 275,268 275,269 275,270 275,270 275,271 274,272 274,272 274,273 274,273 274,274 274,275 274,275 274,276 274,276 273,277 273,278 273,278 273,279 273,280 273,280 273,281 273,281 273,282 273,282 273,283 273,284 273,284 273,285 273,286 273,286 273,287 273,287 273,287 273,288 273,289 273,289 273,290 273,291 273,291 273,292 273,292 273,292 273,293 273,293 273,294 273,294 273,295 273,296 273,296 273,297 273,297 273,298 273,298 274,299 274,299 274,300 274,300 274,300 274,301 274,301 274,302 274,302 275,302 275,303 275,303 275,304 275,304 275,305 276,305 276,306 276,306 276,306 276,307 276,307 277,307 277,308 277,308 277,308 277,309 278,309 278,310 278,310 278,310 279,311 279,311 279,311 279,311 279,312 280,312 280,312 280,312 280,313 281,313 281,313 281,314 281,314 282,314 282,315 282,315 282,315 283,315 283,315 283,315 284,315 284,316 284,316 285,316 285,316 285,316 286,317 286,317 286,317 287,317 287,317 287,317 288,317 288,318 288,318 289,318 289,318 289,318 290,318 290,318 291,318 291,318 291,318 291,318 292,318 292,319 293,318 293,319 293,319 294,318 294,319 295,319 295,319 295,318 296,319 296,318 297,319 297,318 297,318 298,318 298,318 299,318 299,318 300,318 300,318 300,318 301,318 301,318 302,317 302,317 302,317 303,317 303,317 304,317 304,316 305,317 305,316 306,316 306,316 307,316 307,316 307,315 308,315 308,315 309,315 309,315 310,314 310,314 310,314 311,314 311,313 312,313 312,313 313,312 313,312 314,312 314,312 315,311 315,311 316,311 316,310 317,310 317,310 318,309 318,309 319,309 319,308 "/>
22969</svg>
22970</div>
22971</div>
22972
22973</div>
22974
22975</div>
22976</div>
22977
22978</div>
22979<div class="cell border-box-sizing text_cell rendered"><div class="prompt input_prompt">
22980</div>
22981<div class="inner_cell">
22982<div class="text_cell_render border-box-sizing rendered_html">
22983<h3 id="A-2D-Guassian-Distribution-Example">A 2D Guassian Distribution Example<a class="anchor-link" href="#A-2D-Guassian-Distribution-Example">&#182;</a></h3>
22984</div>
22985</div>
22986</div>
22987<div class="cell border-box-sizing code_cell rendered">
22988<div class="input">
22989<div class="prompt input_prompt">In&nbsp;[124]:</div>
22990<div class="inner_cell">
22991    <div class="input_area">
22992<div class=" highlight hl-Rust"><pre><span></span>:<span class="nc">dep</span><span class="w"> </span><span class="n">plotters</span><span class="w"> </span><span class="o">=</span><span class="w"> </span><span class="p">{</span><span class="w"> </span><span class="n">version</span><span class="w"> </span><span class="o">=</span><span class="w"> </span><span class="s">&quot;^0.3.0&quot;</span><span class="p">,</span><span class="w"> </span><span class="n">default_features</span><span class="w"> </span><span class="o">=</span><span class="w"> </span><span class="kc">false</span><span class="p">,</span><span class="w"> </span><span class="n">features</span><span class="w"> </span><span class="o">=</span><span class="w"> </span><span class="p">[</span><span class="s">&quot;evcxr&quot;</span><span class="p">,</span><span class="w"> </span><span class="s">&quot;all_series&quot;</span><span class="p">,</span><span class="w"> </span><span class="s">&quot;all_elements&quot;</span><span class="p">]</span><span class="w"> </span><span class="p">}</span><span class="w"></span>
22993<span class="k">use</span><span class="w"> </span><span class="n">plotters</span>::<span class="n">prelude</span>::<span class="o">*</span><span class="p">;</span><span class="w"></span>
22994<span class="k">fn</span> <span class="nf">pdf</span><span class="p">(</span><span class="n">x</span>: <span class="kt">f64</span><span class="p">,</span><span class="w"> </span><span class="n">y</span>: <span class="kt">f64</span><span class="p">)</span><span class="w"> </span>-&gt; <span class="kt">f64</span> <span class="p">{</span><span class="w"></span>
22995<span class="w">    </span><span class="k">const</span><span class="w"> </span><span class="n">SDX</span>: <span class="kt">f64</span> <span class="o">=</span><span class="w"> </span><span class="mf">0.1</span><span class="p">;</span><span class="w"></span>
22996<span class="w">    </span><span class="k">const</span><span class="w"> </span><span class="n">SDY</span>: <span class="kt">f64</span> <span class="o">=</span><span class="w"> </span><span class="mf">0.1</span><span class="p">;</span><span class="w"></span>
22997<span class="w">    </span><span class="k">const</span><span class="w"> </span><span class="n">A</span>: <span class="kt">f64</span> <span class="o">=</span><span class="w"> </span><span class="mf">5.0</span><span class="p">;</span><span class="w"></span>
22998<span class="w">    </span><span class="kd">let</span><span class="w"> </span><span class="n">x</span><span class="w"> </span><span class="o">=</span><span class="w"> </span><span class="n">x</span><span class="w"> </span><span class="k">as</span><span class="w"> </span><span class="kt">f64</span><span class="w"> </span><span class="o">/</span><span class="w"> </span><span class="mf">10.0</span><span class="p">;</span><span class="w"></span>
22999<span class="w">    </span><span class="kd">let</span><span class="w"> </span><span class="n">y</span><span class="w"> </span><span class="o">=</span><span class="w"> </span><span class="n">y</span><span class="w"> </span><span class="k">as</span><span class="w"> </span><span class="kt">f64</span><span class="w"> </span><span class="o">/</span><span class="w"> </span><span class="mf">10.0</span><span class="p">;</span><span class="w"></span>
23000<span class="w">    </span><span class="n">A</span><span class="w"> </span><span class="o">*</span><span class="w"> </span><span class="p">(</span><span class="o">-</span><span class="w"> </span><span class="n">x</span><span class="w"> </span><span class="o">*</span><span class="w"> </span><span class="n">x</span><span class="w"> </span><span class="o">/</span><span class="w"> </span><span class="mf">2.0</span><span class="w"> </span><span class="o">/</span><span class="w"> </span><span class="n">SDX</span><span class="w"> </span><span class="o">/</span><span class="w"> </span><span class="n">SDX</span><span class="w"> </span><span class="o">-</span><span class="w"> </span><span class="n">y</span><span class="w"> </span><span class="o">*</span><span class="w"> </span><span class="n">y</span><span class="w"> </span><span class="o">/</span><span class="w"> </span><span class="mf">2.0</span><span class="w"> </span><span class="o">/</span><span class="w"> </span><span class="n">SDY</span><span class="w"> </span><span class="o">/</span><span class="w"> </span><span class="n">SDY</span><span class="p">).</span><span class="n">exp</span><span class="p">()</span><span class="w"></span>
23001<span class="p">}</span><span class="w"></span>
23002<span class="n">evcxr_figure</span><span class="p">((</span><span class="mi">640</span><span class="w"> </span><span class="o">*</span><span class="w"> </span><span class="mi">2</span><span class="p">,</span><span class="w"> </span><span class="mi">480</span><span class="p">),</span><span class="w"> </span><span class="o">|</span><span class="n">root</span><span class="o">|</span><span class="w"> </span><span class="p">{</span><span class="w"></span>
23003
23004<span class="w">    </span><span class="kd">let</span><span class="w"> </span><span class="n">root</span><span class="w"> </span><span class="o">=</span><span class="w"> </span><span class="n">root</span><span class="p">.</span><span class="n">titled</span><span class="p">(</span><span class="s">&quot;2D Guassian PDF&quot;</span><span class="p">,</span><span class="w"> </span><span class="p">(</span><span class="s">&quot;Arial&quot;</span><span class="p">,</span><span class="w"> </span><span class="mi">20</span><span class="p">).</span><span class="n">into_font</span><span class="p">())</span><span class="o">?</span><span class="p">;</span><span class="w"></span>
23005<span class="w">    </span>
23006<span class="w">    </span><span class="kd">let</span><span class="w"> </span><span class="p">(</span><span class="n">left</span><span class="p">,</span><span class="w"> </span><span class="n">right</span><span class="p">)</span><span class="w"> </span><span class="o">=</span><span class="w"> </span><span class="n">root</span><span class="p">.</span><span class="n">split_horizontally</span><span class="p">(</span><span class="mi">640</span><span class="p">);</span><span class="w"></span>
23007
23008<span class="w">    </span><span class="k">for</span><span class="w"> </span><span class="p">(</span><span class="n">pitch</span><span class="p">,</span><span class="w"> </span><span class="n">yaw</span><span class="p">,</span><span class="w"> </span><span class="n">area</span><span class="p">)</span><span class="w"> </span><span class="k">in</span><span class="w"> </span><span class="n">vec</span><span class="o">!</span><span class="p">[(</span><span class="mf">0.6</span><span class="p">,</span><span class="w"> </span><span class="mf">0.3</span><span class="p">,</span><span class="w"> </span><span class="n">left</span><span class="p">),</span><span class="w"> </span><span class="p">(</span><span class="mf">1.5707</span><span class="p">,</span><span class="w"> </span><span class="mf">0.0</span><span class="p">,</span><span class="w"> </span><span class="n">right</span><span class="p">)]</span><span class="w"> </span><span class="p">{</span><span class="w"></span>
23009<span class="w">        </span><span class="kd">let</span><span class="w"> </span><span class="k">mut</span><span class="w"> </span><span class="n">chart</span><span class="w"> </span><span class="o">=</span><span class="w"> </span><span class="n">ChartBuilder</span>::<span class="n">on</span><span class="p">(</span><span class="o">&amp;</span><span class="n">area</span><span class="p">)</span><span class="w"></span>
23010<span class="w">            </span><span class="p">.</span><span class="n">build_cartesian_3d</span><span class="p">(</span><span class="o">-</span><span class="mf">3.</span><span class="mi">0</span><span class="p">..</span><span class="mf">3.0</span><span class="p">,</span><span class="w"> </span><span class="mf">0.</span><span class="mi">0</span><span class="p">..</span><span class="mf">6.0</span><span class="p">,</span><span class="w"> </span><span class="o">-</span><span class="mf">3.</span><span class="mi">0</span><span class="p">..</span><span class="mf">3.0</span><span class="p">)</span><span class="o">?</span><span class="p">;</span><span class="w"></span>
23011<span class="w">        </span><span class="n">chart</span><span class="p">.</span><span class="n">with_projection</span><span class="p">(</span><span class="o">|</span><span class="k">mut</span><span class="w"> </span><span class="n">p</span><span class="o">|</span><span class="w"> </span><span class="p">{</span><span class="w"></span>
23012<span class="w">            </span><span class="n">p</span><span class="p">.</span><span class="n">pitch</span><span class="w"> </span><span class="o">=</span><span class="w"> </span><span class="n">pitch</span><span class="p">;</span><span class="w"> </span>
23013<span class="w">            </span><span class="n">p</span><span class="p">.</span><span class="n">yaw</span><span class="w"> </span><span class="o">=</span><span class="w"> </span><span class="n">yaw</span><span class="p">;</span><span class="w"></span>
23014<span class="w">            </span><span class="n">p</span><span class="p">.</span><span class="n">scale</span><span class="w"> </span><span class="o">=</span><span class="w"> </span><span class="mf">0.7</span><span class="p">;</span><span class="w"></span>
23015<span class="w">            </span><span class="n">p</span><span class="p">.</span><span class="n">into_matrix</span><span class="p">()</span><span class="w"> </span><span class="c1">// build the projection matrix</span>
23016<span class="w">        </span><span class="p">});</span><span class="w"></span>
23017
23018<span class="w">        </span><span class="n">chart</span><span class="p">.</span><span class="n">configure_axes</span><span class="p">().</span><span class="n">draw</span><span class="p">()</span><span class="o">?</span><span class="p">;</span><span class="w"></span>
23019
23020<span class="w">        </span><span class="kd">let</span><span class="w"> </span><span class="n">series</span><span class="w"> </span><span class="o">=</span><span class="w"> </span><span class="p">(</span><span class="o">-</span><span class="mi">15</span><span class="p">..</span><span class="mi">15</span><span class="p">).</span><span class="n">map</span><span class="p">(</span><span class="o">|</span><span class="n">x</span><span class="o">|</span><span class="w"> </span><span class="n">std</span>::<span class="n">iter</span>::<span class="n">repeat</span><span class="p">(</span><span class="n">x</span><span class="p">).</span><span class="n">zip</span><span class="p">(</span><span class="o">-</span><span class="mi">15</span><span class="p">..</span><span class="mi">15</span><span class="p">)).</span><span class="n">flatten</span><span class="p">().</span><span class="n">map</span><span class="p">(</span><span class="o">|</span><span class="p">(</span><span class="n">x</span><span class="p">,</span><span class="w"> </span><span class="n">z</span><span class="p">)</span><span class="o">|</span><span class="p">{</span><span class="w"></span>
23021<span class="w">            </span><span class="kd">let</span><span class="w"> </span><span class="n">x</span><span class="w"> </span><span class="o">=</span><span class="w"> </span><span class="n">x</span><span class="w"> </span><span class="k">as</span><span class="w"> </span><span class="kt">f64</span><span class="w"> </span><span class="o">/</span><span class="w"> </span><span class="mf">5.0</span><span class="p">;</span><span class="w"></span>
23022<span class="w">            </span><span class="kd">let</span><span class="w"> </span><span class="n">z</span><span class="w"> </span><span class="o">=</span><span class="w"> </span><span class="n">z</span><span class="w"> </span><span class="k">as</span><span class="w"> </span><span class="kt">f64</span><span class="w"> </span><span class="o">/</span><span class="w"> </span><span class="mf">5.0</span><span class="p">;</span><span class="w"></span>
23023<span class="w">           </span><span class="n">Polygon</span>::<span class="n">new</span><span class="p">(</span><span class="n">vec</span><span class="o">!</span><span class="p">[</span><span class="w"></span>
23024<span class="w">                   </span><span class="p">(</span><span class="n">x</span><span class="p">,</span><span class="w"> </span><span class="n">pdf</span><span class="p">(</span><span class="n">x</span><span class="p">,</span><span class="n">z</span><span class="p">),</span><span class="w"> </span><span class="n">z</span><span class="p">),</span><span class="w"></span>
23025<span class="w">                   </span><span class="p">(</span><span class="n">x</span><span class="w"> </span><span class="o">+</span><span class="w"> </span><span class="mf">0.2</span><span class="p">,</span><span class="w"> </span><span class="n">pdf</span><span class="p">(</span><span class="n">x</span><span class="w"> </span><span class="o">+</span><span class="w"> </span><span class="mf">0.2</span><span class="p">,</span><span class="n">z</span><span class="p">),</span><span class="w"> </span><span class="n">z</span><span class="p">),</span><span class="w"></span>
23026<span class="w">                   </span><span class="p">(</span><span class="n">x</span><span class="w"> </span><span class="o">+</span><span class="w"> </span><span class="mf">0.2</span><span class="p">,</span><span class="w"> </span><span class="n">pdf</span><span class="p">(</span><span class="n">x</span><span class="w"> </span><span class="o">+</span><span class="w"> </span><span class="mf">0.2</span><span class="p">,</span><span class="n">z</span><span class="w"> </span><span class="o">+</span><span class="w"> </span><span class="mf">0.2</span><span class="p">),</span><span class="w"> </span><span class="n">z</span><span class="w"> </span><span class="o">+</span><span class="w"> </span><span class="mf">0.2</span><span class="p">),</span><span class="w"></span>
23027<span class="w">                   </span><span class="p">(</span><span class="n">x</span><span class="p">,</span><span class="w"> </span><span class="n">pdf</span><span class="p">(</span><span class="n">x</span><span class="p">,</span><span class="n">z</span><span class="w"> </span><span class="o">+</span><span class="w"> </span><span class="mf">0.2</span><span class="p">),</span><span class="w"> </span><span class="n">z</span><span class="w"> </span><span class="o">+</span><span class="w"> </span><span class="mf">0.2</span><span class="p">),</span><span class="w"></span>
23028<span class="w">               </span><span class="p">],</span><span class="w"></span>
23029<span class="w">               </span><span class="o">&amp;</span><span class="n">HSLColor</span><span class="p">(</span><span class="mf">240.0</span><span class="w"> </span><span class="o">/</span><span class="w"> </span><span class="mf">360.0</span><span class="w"> </span><span class="o">-</span><span class="w"> </span><span class="mf">240.0</span><span class="w"> </span><span class="o">/</span><span class="w"> </span><span class="mf">360.0</span><span class="w"> </span><span class="o">*</span><span class="w"> </span><span class="n">pdf</span><span class="p">(</span><span class="n">x</span><span class="p">,</span><span class="n">z</span><span class="p">)</span><span class="w"> </span><span class="o">/</span><span class="w"> </span><span class="mf">5.0</span><span class="p">,</span><span class="mf">1.0</span><span class="p">,</span><span class="mf">0.7</span><span class="p">))</span><span class="w"></span>
23030<span class="w">        </span><span class="p">});</span><span class="w"></span>
23031
23032<span class="w">        </span><span class="n">chart</span><span class="p">.</span><span class="n">draw_series</span><span class="p">(</span><span class="n">series</span><span class="p">);</span><span class="w"></span>
23033<span class="w">    </span><span class="p">}</span><span class="w"></span>
23034<span class="w">    </span>
23035<span class="w">    </span><span class="nb">Ok</span><span class="p">(())</span><span class="w"></span>
23036<span class="p">})</span><span class="w"></span>
23037</pre></div>
23038
23039</div>
23040</div>
23041</div>
23042
23043<div class="output_wrapper">
23044<div class="output">
23045
23046
23047<div class="output_area">
23048
23049<div class="prompt output_prompt">Out[124]:</div>
23050
23051
23052
23053<div class="output_html rendered_html output_subarea output_execute_result">
23054<div style=""><svg width="1280" height="480" viewBox="0 0 1280 480" xmlns="http://www.w3.org/2000/svg">
23055<text x="640" y="5" dy="0.76em" text-anchor="middle" font-family="Arial" font-size="16.129032258064516" opacity="1" fill="#000000">
230562D Guassian PDF
23057</text>
23058<polygon opacity="0.1" fill="#000000" points="236,268 236,58 161,195 161,405 "/>
23059<polyline fill="none" opacity="0.2" stroke="#000000" stroke-width="1" points="236,268 236,58 161,195 161,405 236,268 "/>
23060<polyline fill="none" opacity="0.2" stroke="#000000" stroke-width="1" points="236,233 161,370 "/>
23061<polyline fill="none" opacity="0.2" stroke="#000000" stroke-width="1" points="236,198 161,335 "/>
23062<polyline fill="none" opacity="0.2" stroke="#000000" stroke-width="1" points="236,163 161,300 "/>
23063<polyline fill="none" opacity="0.2" stroke="#000000" stroke-width="1" points="236,128 161,265 "/>
23064<polyline fill="none" opacity="0.2" stroke="#000000" stroke-width="1" points="236,93 161,230 "/>
23065<polyline fill="none" opacity="0.2" stroke="#000000" stroke-width="1" points="236,58 161,195 "/>
23066<polyline fill="none" opacity="0.2" stroke="#000000" stroke-width="1" points="223,290 223,81 "/>
23067<polyline fill="none" opacity="0.2" stroke="#000000" stroke-width="1" points="211,313 211,104 "/>
23068<polyline fill="none" opacity="0.2" stroke="#000000" stroke-width="1" points="198,336 198,126 "/>
23069<polyline fill="none" opacity="0.2" stroke="#000000" stroke-width="1" points="186,359 186,149 "/>
23070<polyline fill="none" opacity="0.2" stroke="#000000" stroke-width="1" points="173,382 173,172 "/>
23071<polyline fill="none" opacity="0.2" stroke="#000000" stroke-width="1" points="161,405 161,195 "/>
23072<polygon opacity="0.1" fill="#000000" points="236,268 161,405 404,447 479,310 "/>
23073<polyline fill="none" opacity="0.2" stroke="#000000" stroke-width="1" points="236,268 161,405 404,447 479,310 236,268 "/>
23074<polyline fill="none" opacity="0.2" stroke="#000000" stroke-width="1" points="276,275 201,412 "/>
23075<polyline fill="none" opacity="0.2" stroke="#000000" stroke-width="1" points="317,282 242,419 "/>
23076<polyline fill="none" opacity="0.2" stroke="#000000" stroke-width="1" points="357,289 282,426 "/>
23077<polyline fill="none" opacity="0.2" stroke="#000000" stroke-width="1" points="398,296 323,433 "/>
23078<polyline fill="none" opacity="0.2" stroke="#000000" stroke-width="1" points="438,303 363,440 "/>
23079<polyline fill="none" opacity="0.2" stroke="#000000" stroke-width="1" points="479,310 404,447 "/>
23080<polyline fill="none" opacity="0.2" stroke="#000000" stroke-width="1" points="223,290 466,333 "/>
23081<polyline fill="none" opacity="0.2" stroke="#000000" stroke-width="1" points="211,313 454,356 "/>
23082<polyline fill="none" opacity="0.2" stroke="#000000" stroke-width="1" points="198,336 441,378 "/>
23083<polyline fill="none" opacity="0.2" stroke="#000000" stroke-width="1" points="186,359 429,401 "/>
23084<polyline fill="none" opacity="0.2" stroke="#000000" stroke-width="1" points="173,382 416,424 "/>
23085<polyline fill="none" opacity="0.2" stroke="#000000" stroke-width="1" points="161,405 404,447 "/>
23086<polygon opacity="0.1" fill="#000000" points="236,268 479,310 479,100 236,58 "/>
23087<polyline fill="none" opacity="0.2" stroke="#000000" stroke-width="1" points="236,268 479,310 479,100 236,58 236,268 "/>
23088<polyline fill="none" opacity="0.2" stroke="#000000" stroke-width="1" points="276,275 276,65 "/>
23089<polyline fill="none" opacity="0.2" stroke="#000000" stroke-width="1" points="317,282 317,72 "/>
23090<polyline fill="none" opacity="0.2" stroke="#000000" stroke-width="1" points="357,289 357,79 "/>
23091<polyline fill="none" opacity="0.2" stroke="#000000" stroke-width="1" points="398,296 398,86 "/>
23092<polyline fill="none" opacity="0.2" stroke="#000000" stroke-width="1" points="438,303 438,93 "/>
23093<polyline fill="none" opacity="0.2" stroke="#000000" stroke-width="1" points="479,310 479,100 "/>
23094<polyline fill="none" opacity="0.2" stroke="#000000" stroke-width="1" points="236,233 479,275 "/>
23095<polyline fill="none" opacity="0.2" stroke="#000000" stroke-width="1" points="236,198 479,240 "/>
23096<polyline fill="none" opacity="0.2" stroke="#000000" stroke-width="1" points="236,163 479,205 "/>
23097<polyline fill="none" opacity="0.2" stroke="#000000" stroke-width="1" points="236,128 479,170 "/>
23098<polyline fill="none" opacity="0.2" stroke="#000000" stroke-width="1" points="236,93 479,136 "/>
23099<polyline fill="none" opacity="0.2" stroke="#000000" stroke-width="1" points="236,58 479,100 "/>
23100<polyline fill="none" opacity="0.8" stroke="#000000" stroke-width="1" points="161,405 404,447 "/>
23101<polyline fill="none" opacity="0.8" stroke="#000000" stroke-width="1" points="201,412 201,417 "/>
23102<text x="201" y="422" dy="0.76em" text-anchor="middle" font-family="sans-serf" font-size="9.67741935483871" opacity="1" fill="#000000">
23103-2.0
23104</text>
23105<polyline fill="none" opacity="0.8" stroke="#000000" stroke-width="1" points="242,419 242,424 "/>
23106<text x="242" y="429" dy="0.76em" text-anchor="middle" font-family="sans-serf" font-size="9.67741935483871" opacity="1" fill="#000000">
23107-1.0
23108</text>
23109<polyline fill="none" opacity="0.8" stroke="#000000" stroke-width="1" points="282,426 282,431 "/>
23110<text x="282" y="436" dy="0.76em" text-anchor="middle" font-family="sans-serf" font-size="9.67741935483871" opacity="1" fill="#000000">
231110.0
23112</text>
23113<polyline fill="none" opacity="0.8" stroke="#000000" stroke-width="1" points="323,433 323,438 "/>
23114<text x="323" y="443" dy="0.76em" text-anchor="middle" font-family="sans-serf" font-size="9.67741935483871" opacity="1" fill="#000000">
231151.0
23116</text>
23117<polyline fill="none" opacity="0.8" stroke="#000000" stroke-width="1" points="363,440 363,445 "/>
23118<text x="363" y="450" dy="0.76em" text-anchor="middle" font-family="sans-serf" font-size="9.67741935483871" opacity="1" fill="#000000">
231192.0
23120</text>
23121<polyline fill="none" opacity="0.8" stroke="#000000" stroke-width="1" points="404,447 404,452 "/>
23122<text x="404" y="457" dy="0.76em" text-anchor="middle" font-family="sans-serf" font-size="9.67741935483871" opacity="1" fill="#000000">
231233.0
23124</text>
23125<polyline fill="none" opacity="0.8" stroke="#000000" stroke-width="1" points="161,405 161,195 "/>
23126<polyline fill="none" opacity="0.8" stroke="#000000" stroke-width="1" points="161,370 156,370 "/>
23127<text x="151" y="370" dy="0.5ex" text-anchor="end" font-family="sans-serf" font-size="9.67741935483871" opacity="1" fill="#000000">
231281.0
23129</text>
23130<polyline fill="none" opacity="0.8" stroke="#000000" stroke-width="1" points="161,335 156,335 "/>
23131<text x="151" y="335" dy="0.5ex" text-anchor="end" font-family="sans-serf" font-size="9.67741935483871" opacity="1" fill="#000000">
231322.0
23133</text>
23134<polyline fill="none" opacity="0.8" stroke="#000000" stroke-width="1" points="161,300 156,300 "/>
23135<text x="151" y="300" dy="0.5ex" text-anchor="end" font-family="sans-serf" font-size="9.67741935483871" opacity="1" fill="#000000">
231363.0
23137</text>
23138<polyline fill="none" opacity="0.8" stroke="#000000" stroke-width="1" points="161,265 156,265 "/>
23139<text x="151" y="265" dy="0.5ex" text-anchor="end" font-family="sans-serf" font-size="9.67741935483871" opacity="1" fill="#000000">
231404.0
23141</text>
23142<polyline fill="none" opacity="0.8" stroke="#000000" stroke-width="1" points="161,230 156,230 "/>
23143<text x="151" y="230" dy="0.5ex" text-anchor="end" font-family="sans-serf" font-size="9.67741935483871" opacity="1" fill="#000000">
231445.0
23145</text>
23146<polyline fill="none" opacity="0.8" stroke="#000000" stroke-width="1" points="161,195 156,195 "/>
23147<text x="151" y="195" dy="0.5ex" text-anchor="end" font-family="sans-serf" font-size="9.67741935483871" opacity="1" fill="#000000">
231486.0
23149</text>
23150<polyline fill="none" opacity="0.8" stroke="#000000" stroke-width="1" points="236,58 161,195 "/>
23151<polyline fill="none" opacity="0.8" stroke="#000000" stroke-width="1" points="223,81 218,81 "/>
23152<text x="213" y="81" dy="0.5ex" text-anchor="end" font-family="sans-serf" font-size="9.67741935483871" opacity="1" fill="#000000">
23153-2.0
23154</text>
23155<polyline fill="none" opacity="0.8" stroke="#000000" stroke-width="1" points="211,104 206,104 "/>
23156<text x="201" y="104" dy="0.5ex" text-anchor="end" font-family="sans-serf" font-size="9.67741935483871" opacity="1" fill="#000000">
23157-1.0
23158</text>
23159<polyline fill="none" opacity="0.8" stroke="#000000" stroke-width="1" points="198,126 193,126 "/>
23160<text x="188" y="126" dy="0.5ex" text-anchor="end" font-family="sans-serf" font-size="9.67741935483871" opacity="1" fill="#000000">
231610.0
23162</text>
23163<polyline fill="none" opacity="0.8" stroke="#000000" stroke-width="1" points="186,149 181,149 "/>
23164<text x="176" y="149" dy="0.5ex" text-anchor="end" font-family="sans-serf" font-size="9.67741935483871" opacity="1" fill="#000000">
231651.0
23166</text>
23167<polyline fill="none" opacity="0.8" stroke="#000000" stroke-width="1" points="173,172 168,172 "/>
23168<text x="163" y="172" dy="0.5ex" text-anchor="end" font-family="sans-serf" font-size="9.67741935483871" opacity="1" fill="#000000">
231692.0
23170</text>
23171<polyline fill="none" opacity="0.8" stroke="#000000" stroke-width="1" points="161,195 156,195 "/>
23172<text x="151" y="195" dy="0.5ex" text-anchor="end" font-family="sans-serf" font-size="9.67741935483871" opacity="1" fill="#000000">
231733.0
23174</text>
23175<polygon opacity="1" fill="#6666FF" points="236,268 244,269 241,274 233,272 "/>
23176<polygon opacity="1" fill="#6666FF" points="233,272 241,274 239,278 231,277 "/>
23177<polygon opacity="1" fill="#6666FF" points="231,277 239,278 236,283 228,281 "/>
23178<polygon opacity="1" fill="#6666FF" points="228,281 236,283 234,287 226,286 "/>
23179<polygon opacity="1" fill="#6667FF" points="226,286 234,287 232,292 223,290 "/>
23180<polygon opacity="1" fill="#6667FF" points="223,290 232,292 229,296 221,295 "/>
23181<polygon opacity="1" fill="#6667FF" points="221,295 229,296 227,300 219,299 "/>
23182<polygon opacity="1" fill="#6668FF" points="219,299 227,300 224,304 216,303 "/>
23183<polygon opacity="1" fill="#6669FF" points="216,303 224,304 222,309 214,308 "/>
23184<polygon opacity="1" fill="#6669FF" points="214,308 222,309 219,313 211,312 "/>
23185<polygon opacity="1" fill="#666AFF" points="211,312 219,313 216,317 208,317 "/>
23186<polygon opacity="1" fill="#666BFF" points="208,317 216,317 214,321 206,321 "/>
23187<polygon opacity="1" fill="#666CFF" points="206,321 214,321 211,325 203,325 "/>
23188<polygon opacity="1" fill="#666CFF" points="203,325 211,325 209,330 201,330 "/>
23189<polygon opacity="1" fill="#666DFF" points="201,330 209,330 206,334 198,334 "/>
23190<polygon opacity="1" fill="#666DFF" points="198,334 206,334 204,339 196,339 "/>
23191<polygon opacity="1" fill="#666DFF" points="196,339 204,339 202,344 193,343 "/>
23192<polygon opacity="1" fill="#666CFF" points="193,343 202,344 199,348 191,348 "/>
23193<polygon opacity="1" fill="#666CFF" points="191,348 199,348 197,353 189,353 "/>
23194<polygon opacity="1" fill="#666BFF" points="189,353 197,353 194,359 186,358 "/>
23195<polygon opacity="1" fill="#666AFF" points="186,358 194,359 191,364 183,363 "/>
23196<polygon opacity="1" fill="#6669FF" points="183,363 191,364 189,368 181,367 "/>
23197<polygon opacity="1" fill="#6669FF" points="181,367 189,368 186,373 178,373 "/>
23198<polygon opacity="1" fill="#6668FF" points="178,373 186,373 184,378 176,377 "/>
23199<polygon opacity="1" fill="#6667FF" points="176,377 184,378 181,383 173,382 "/>
23200<polygon opacity="1" fill="#6667FF" points="173,382 181,383 179,388 171,386 "/>
23201<polygon opacity="1" fill="#6667FF" points="171,386 179,388 176,392 168,391 "/>
23202<polygon opacity="1" fill="#6666FF" points="168,391 176,392 174,397 166,395 "/>
23203<polygon opacity="1" fill="#6666FF" points="166,395 174,397 172,401 163,400 "/>
23204<polygon opacity="1" fill="#6666FF" points="163,400 172,401 169,406 161,405 "/>
23205<polygon opacity="1" fill="#6666FF" points="244,269 252,270 249,275 241,274 "/>
23206<polygon opacity="1" fill="#6666FF" points="241,274 249,275 247,279 239,278 "/>
23207<polygon opacity="1" fill="#6666FF" points="239,278 247,279 245,284 236,283 "/>
23208<polygon opacity="1" fill="#6667FF" points="236,283 245,284 242,289 234,287 "/>
23209<polygon opacity="1" fill="#6667FF" points="234,287 242,289 240,292 232,292 "/>
23210<polygon opacity="1" fill="#6668FF" points="232,292 240,292 237,296 229,296 "/>
23211<polygon opacity="1" fill="#6668FF" points="229,296 237,296 235,301 227,300 "/>
23212<polygon opacity="1" fill="#6669FF" points="227,300 235,301 232,305 224,304 "/>
23213<polygon opacity="1" fill="#666BFF" points="224,304 232,305 230,308 222,309 "/>
23214<polygon opacity="1" fill="#666CFF" points="222,309 230,308 227,313 219,313 "/>
23215<polygon opacity="1" fill="#666DFF" points="219,313 227,313 224,317 216,317 "/>
23216<polygon opacity="1" fill="#666FFF" points="216,317 224,317 222,321 214,321 "/>
23217<polygon opacity="1" fill="#6670FF" points="214,321 222,321 219,324 211,325 "/>
23218<polygon opacity="1" fill="#6671FF" points="211,325 219,324 217,328 209,330 "/>
23219<polygon opacity="1" fill="#6672FF" points="209,330 217,328 215,333 206,334 "/>
23220<polygon opacity="1" fill="#6672FF" points="206,334 215,333 212,337 204,339 "/>
23221<polygon opacity="1" fill="#6672FF" points="204,339 212,337 210,343 202,344 "/>
23222<polygon opacity="1" fill="#6671FF" points="202,344 210,343 207,348 199,348 "/>
23223<polygon opacity="1" fill="#6670FF" points="199,348 207,348 205,353 197,353 "/>
23224<polygon opacity="1" fill="#666FFF" points="197,353 205,353 202,358 194,359 "/>
23225<polygon opacity="1" fill="#666DFF" points="194,359 202,358 199,363 191,364 "/>
23226<polygon opacity="1" fill="#666CFF" points="191,364 199,363 197,369 189,368 "/>
23227<polygon opacity="1" fill="#666BFF" points="189,368 197,369 194,374 186,373 "/>
23228<polygon opacity="1" fill="#6669FF" points="186,373 194,374 192,379 184,378 "/>
23229<polygon opacity="1" fill="#6668FF" points="184,378 192,379 189,384 181,383 "/>
23230<polygon opacity="1" fill="#6668FF" points="181,383 189,384 187,389 179,388 "/>
23231<polygon opacity="1" fill="#6667FF" points="179,388 187,389 185,393 176,392 "/>
23232<polygon opacity="1" fill="#6667FF" points="176,392 185,393 182,398 174,397 "/>
23233<polygon opacity="1" fill="#6666FF" points="174,397 182,398 180,403 172,401 "/>
23234<polygon opacity="1" fill="#6666FF" points="172,401 180,403 177,407 169,406 "/>
23235<polygon opacity="1" fill="#6666FF" points="252,270 260,272 257,276 249,275 "/>
23236<polygon opacity="1" fill="#6666FF" points="249,275 257,276 255,281 247,279 "/>
23237<polygon opacity="1" fill="#6667FF" points="247,279 255,281 253,285 245,284 "/>
23238<polygon opacity="1" fill="#6667FF" points="245,284 253,285 250,289 242,289 "/>
23239<polygon opacity="1" fill="#6668FF" points="242,289 250,289 248,293 240,292 "/>
23240<polygon opacity="1" fill="#6669FF" points="240,292 248,293 245,297 237,296 "/>
23241<polygon opacity="1" fill="#666AFF" points="237,296 245,297 243,301 235,301 "/>
23242<polygon opacity="1" fill="#666CFF" points="235,301 243,301 240,305 232,305 "/>
23243<polygon opacity="1" fill="#666EFF" points="232,305 240,305 238,308 230,308 "/>
23244<polygon opacity="1" fill="#6670FF" points="230,308 238,308 235,312 227,313 "/>
23245<polygon opacity="1" fill="#6673FF" points="227,313 235,312 232,315 224,317 "/>
23246<polygon opacity="1" fill="#6675FF" points="224,317 232,315 230,318 222,321 "/>
23247<polygon opacity="1" fill="#6677FF" points="222,321 230,318 227,322 219,324 "/>
23248<polygon opacity="1" fill="#6679FF" points="219,324 227,322 225,326 217,328 "/>
23249<polygon opacity="1" fill="#667AFF" points="217,328 225,326 223,331 215,333 "/>
23250<polygon opacity="1" fill="#667BFF" points="215,333 223,331 220,335 212,337 "/>
23251<polygon opacity="1" fill="#667AFF" points="212,337 220,335 218,341 210,343 "/>
23252<polygon opacity="1" fill="#6679FF" points="210,343 218,341 215,346 207,348 "/>
23253<polygon opacity="1" fill="#6677FF" points="207,348 215,346 213,351 205,353 "/>
23254<polygon opacity="1" fill="#6675FF" points="205,353 213,351 210,357 202,358 "/>
23255<polygon opacity="1" fill="#6673FF" points="202,358 210,357 207,363 199,363 "/>
23256<polygon opacity="1" fill="#6670FF" points="199,363 207,363 205,369 197,369 "/>
23257<polygon opacity="1" fill="#666EFF" points="197,369 205,369 202,374 194,374 "/>
23258<polygon opacity="1" fill="#666CFF" points="194,374 202,374 200,380 192,379 "/>
23259<polygon opacity="1" fill="#666AFF" points="192,379 200,380 198,385 189,384 "/>
23260<polygon opacity="1" fill="#6669FF" points="189,384 198,385 195,390 187,389 "/>
23261<polygon opacity="1" fill="#6668FF" points="187,389 195,390 193,395 185,393 "/>
23262<polygon opacity="1" fill="#6667FF" points="185,393 193,395 190,399 182,398 "/>
23263<polygon opacity="1" fill="#6667FF" points="182,398 190,399 188,404 180,403 "/>
23264<polygon opacity="1" fill="#6666FF" points="180,403 188,404 185,409 177,407 "/>
23265<polygon opacity="1" fill="#6666FF" points="260,272 268,273 266,278 257,276 "/>
23266<polygon opacity="1" fill="#6667FF" points="257,276 266,278 263,282 255,281 "/>
23267<polygon opacity="1" fill="#6667FF" points="255,281 263,282 261,286 253,285 "/>
23268<polygon opacity="1" fill="#6668FF" points="253,285 261,286 258,290 250,289 "/>
23269<polygon opacity="1" fill="#6669FF" points="250,289 258,290 256,294 248,293 "/>
23270<polygon opacity="1" fill="#666BFF" points="248,293 256,294 253,297 245,297 "/>
23271<polygon opacity="1" fill="#666DFF" points="245,297 253,297 251,301 243,301 "/>
23272<polygon opacity="1" fill="#6670FF" points="243,301 251,301 248,304 240,305 "/>
23273<polygon opacity="1" fill="#6673FF" points="240,305 248,304 246,306 238,308 "/>
23274<polygon opacity="1" fill="#6677FF" points="238,308 246,306 243,310 235,312 "/>
23275<polygon opacity="1" fill="#667BFF" points="235,312 243,310 240,312 232,315 "/>
23276<polygon opacity="1" fill="#667FFF" points="232,315 240,312 238,315 230,318 "/>
23277<polygon opacity="1" fill="#6683FF" points="230,318 238,315 236,319 227,322 "/>
23278<polygon opacity="1" fill="#6686FF" points="227,322 236,319 233,322 225,326 "/>
23279<polygon opacity="1" fill="#6688FF" points="225,326 233,322 231,327 223,331 "/>
23280<polygon opacity="1" fill="#6688FF" points="223,331 231,327 228,331 220,335 "/>
23281<polygon opacity="1" fill="#6688FF" points="220,335 228,331 226,337 218,341 "/>
23282<polygon opacity="1" fill="#6686FF" points="218,341 226,337 223,342 215,346 "/>
23283<polygon opacity="1" fill="#6683FF" points="215,346 223,342 221,349 213,351 "/>
23284<polygon opacity="1" fill="#667FFF" points="213,351 221,349 218,355 210,357 "/>
23285<polygon opacity="1" fill="#667BFF" points="210,357 218,355 215,362 207,363 "/>
23286<polygon opacity="1" fill="#6677FF" points="207,363 215,362 213,368 205,369 "/>
23287<polygon opacity="1" fill="#6673FF" points="205,369 213,368 210,374 202,374 "/>
23288<polygon opacity="1" fill="#6670FF" points="202,374 210,374 208,380 200,380 "/>
23289<polygon opacity="1" fill="#666DFF" points="200,380 208,380 206,385 198,385 "/>
23290<polygon opacity="1" fill="#666BFF" points="198,385 206,385 203,391 195,390 "/>
23291<polygon opacity="1" fill="#6669FF" points="195,390 203,391 201,396 193,395 "/>
23292<polygon opacity="1" fill="#6668FF" points="193,395 201,396 198,401 190,399 "/>
23293<polygon opacity="1" fill="#6667FF" points="190,399 198,401 196,405 188,404 "/>
23294<polygon opacity="1" fill="#6667FF" points="188,404 196,405 193,410 185,409 "/>
23295<polygon opacity="1" fill="#6667FF" points="268,273 276,275 274,279 266,278 "/>
23296<polygon opacity="1" fill="#6667FF" points="266,278 274,279 271,283 263,282 "/>
23297<polygon opacity="1" fill="#6668FF" points="263,282 271,283 269,287 261,286 "/>
23298<polygon opacity="1" fill="#6669FF" points="261,286 269,287 266,291 258,290 "/>
23299<polygon opacity="1" fill="#666BFF" points="258,290 266,291 264,294 256,294 "/>
23300<polygon opacity="1" fill="#666DFF" points="256,294 264,294 261,297 253,297 "/>
23301<polygon opacity="1" fill="#6671FF" points="253,297 261,297 259,300 251,301 "/>
23302<polygon opacity="1" fill="#6675FF" points="251,301 259,300 256,302 248,304 "/>
23303<polygon opacity="1" fill="#667AFF" points="248,304 256,302 254,304 246,306 "/>
23304<polygon opacity="1" fill="#6680FF" points="246,306 254,304 251,306 243,310 "/>
23305<polygon opacity="1" fill="#6687FF" points="243,310 251,306 249,308 240,312 "/>
23306<polygon opacity="1" fill="#668EFF" points="240,312 249,308 246,310 238,315 "/>
23307<polygon opacity="1" fill="#6693FF" points="238,315 246,310 244,312 236,319 "/>
23308<polygon opacity="1" fill="#6698FF" points="236,319 244,312 241,315 233,322 "/>
23309<polygon opacity="1" fill="#669BFF" points="233,322 241,315 239,320 231,327 "/>
23310<polygon opacity="1" fill="#669CFF" points="231,327 239,320 236,324 228,331 "/>
23311<polygon opacity="1" fill="#669BFF" points="228,331 236,324 234,331 226,337 "/>
23312<polygon opacity="1" fill="#6698FF" points="226,337 234,331 231,337 223,342 "/>
23313<polygon opacity="1" fill="#6693FF" points="223,342 231,337 229,344 221,349 "/>
23314<polygon opacity="1" fill="#668EFF" points="221,349 229,344 226,352 218,355 "/>
23315<polygon opacity="1" fill="#6687FF" points="218,355 226,352 223,360 215,362 "/>
23316<polygon opacity="1" fill="#6680FF" points="215,362 223,360 221,366 213,368 "/>
23317<polygon opacity="1" fill="#667AFF" points="213,368 221,366 219,373 210,374 "/>
23318<polygon opacity="1" fill="#6675FF" points="210,374 219,373 216,379 208,380 "/>
23319<polygon opacity="1" fill="#6671FF" points="208,380 216,379 214,386 206,385 "/>
23320<polygon opacity="1" fill="#666DFF" points="206,385 214,386 211,391 203,391 "/>
23321<polygon opacity="1" fill="#666BFF" points="203,391 211,391 209,397 201,396 "/>
23322<polygon opacity="1" fill="#6669FF" points="201,396 209,397 206,402 198,401 "/>
23323<polygon opacity="1" fill="#6668FF" points="198,401 206,402 204,407 196,405 "/>
23324<polygon opacity="1" fill="#6667FF" points="196,405 204,407 201,412 193,410 "/>
23325<polygon opacity="1" fill="#6667FF" points="276,275 284,276 282,280 274,279 "/>
23326<polygon opacity="1" fill="#6668FF" points="274,279 282,280 279,284 271,283 "/>
23327<polygon opacity="1" fill="#6669FF" points="271,283 279,284 277,288 269,287 "/>
23328<polygon opacity="1" fill="#666BFF" points="269,287 277,288 274,291 266,291 "/>
23329<polygon opacity="1" fill="#666DFF" points="266,291 274,291 272,294 264,294 "/>
23330<polygon opacity="1" fill="#6671FF" points="264,294 272,294 269,297 261,297 "/>
23331<polygon opacity="1" fill="#6676FF" points="261,297 269,297 267,298 259,300 "/>
23332<polygon opacity="1" fill="#667DFF" points="259,300 267,298 264,300 256,302 "/>
23333<polygon opacity="1" fill="#6685FF" points="256,302 264,300 262,300 254,304 "/>
23334<polygon opacity="1" fill="#668EFF" points="254,304 262,300 259,301 251,306 "/>
23335<polygon opacity="1" fill="#6698FF" points="251,306 259,301 257,301 249,308 "/>
23336<polygon opacity="1" fill="#66A2FF" points="249,308 257,301 254,302 246,310 "/>
23337<polygon opacity="1" fill="#66ABFF" points="246,310 254,302 252,304 244,312 "/>
23338<polygon opacity="1" fill="#66B2FF" points="244,312 252,304 249,306 241,315 "/>
23339<polygon opacity="1" fill="#66B7FF" points="241,315 249,306 247,310 239,320 "/>
23340<polygon opacity="1" fill="#66B9FF" points="239,320 247,310 244,315 236,324 "/>
23341<polygon opacity="1" fill="#66B7FF" points="236,324 244,315 242,322 234,331 "/>
23342<polygon opacity="1" fill="#66B2FF" points="234,331 242,322 239,329 231,337 "/>
23343<polygon opacity="1" fill="#66ABFF" points="231,337 239,329 237,338 229,344 "/>
23344<polygon opacity="1" fill="#66A2FF" points="229,344 237,338 234,347 226,352 "/>
23345<polygon opacity="1" fill="#6698FF" points="226,352 234,347 232,355 223,360 "/>
23346<polygon opacity="1" fill="#668EFF" points="223,360 232,355 229,364 221,366 "/>
23347<polygon opacity="1" fill="#6685FF" points="221,366 229,364 227,372 219,373 "/>
23348<polygon opacity="1" fill="#667DFF" points="219,373 227,372 224,379 216,379 "/>
23349<polygon opacity="1" fill="#6676FF" points="216,379 224,379 222,385 214,386 "/>
23350<polygon opacity="1" fill="#6671FF" points="214,386 222,385 219,392 211,391 "/>
23351<polygon opacity="1" fill="#666DFF" points="211,391 219,392 217,397 209,397 "/>
23352<polygon opacity="1" fill="#666BFF" points="209,397 217,397 214,402 206,402 "/>
23353<polygon opacity="1" fill="#6669FF" points="206,402 214,402 212,408 204,407 "/>
23354<polygon opacity="1" fill="#6668FF" points="204,407 212,408 209,413 201,412 "/>
23355<polygon opacity="1" fill="#6667FF" points="284,276 292,277 290,281 282,280 "/>
23356<polygon opacity="1" fill="#6668FF" points="282,280 290,281 287,285 279,284 "/>
23357<polygon opacity="1" fill="#666AFF" points="279,284 287,285 285,289 277,288 "/>
23358<polygon opacity="1" fill="#666DFF" points="277,288 285,289 282,291 274,291 "/>
23359<polygon opacity="1" fill="#6671FF" points="274,291 282,291 280,294 272,294 "/>
23360<polygon opacity="1" fill="#6676FF" points="272,294 280,294 277,295 269,297 "/>
23361<polygon opacity="1" fill="#667EFF" points="269,297 277,295 275,296 267,298 "/>
23362<polygon opacity="1" fill="#6688FF" points="267,298 275,296 272,296 264,300 "/>
23363<polygon opacity="1" fill="#6693FF" points="264,300 272,296 270,295 262,300 "/>
23364<polygon opacity="1" fill="#66A1FF" points="262,300 270,295 267,294 259,301 "/>
23365<polygon opacity="1" fill="#66AFFF" points="259,301 267,294 265,292 257,301 "/>
23366<polygon opacity="1" fill="#66BEFF" points="257,301 265,292 262,292 254,302 "/>
23367<polygon opacity="1" fill="#66CBFF" points="254,302 262,292 260,292 252,304 "/>
23368<polygon opacity="1" fill="#66D6FF" points="252,304 260,292 257,294 249,306 "/>
23369<polygon opacity="1" fill="#66DDFF" points="249,306 257,294 255,297 247,310 "/>
23370<polygon opacity="1" fill="#66DFFF" points="247,310 255,297 252,303 244,315 "/>
23371<polygon opacity="1" fill="#66DDFF" points="244,315 252,303 250,310 242,322 "/>
23372<polygon opacity="1" fill="#66D6FF" points="242,322 250,310 247,319 239,329 "/>
23373<polygon opacity="1" fill="#66CBFF" points="239,329 247,319 245,329 237,338 "/>
23374<polygon opacity="1" fill="#66BEFF" points="237,338 245,329 242,339 234,347 "/>
23375<polygon opacity="1" fill="#66AFFF" points="234,347 242,339 240,350 232,355 "/>
23376<polygon opacity="1" fill="#66A1FF" points="232,355 240,350 237,360 229,364 "/>
23377<polygon opacity="1" fill="#6693FF" points="229,364 237,360 235,369 227,372 "/>
23378<polygon opacity="1" fill="#6688FF" points="227,372 235,369 232,378 224,379 "/>
23379<polygon opacity="1" fill="#667EFF" points="224,379 232,378 230,385 222,385 "/>
23380<polygon opacity="1" fill="#6676FF" points="222,385 230,385 227,392 219,392 "/>
23381<polygon opacity="1" fill="#6671FF" points="219,392 227,392 225,398 217,397 "/>
23382<polygon opacity="1" fill="#666DFF" points="217,397 225,398 222,404 214,402 "/>
23383<polygon opacity="1" fill="#666AFF" points="214,402 222,404 220,409 212,408 "/>
23384<polygon opacity="1" fill="#6668FF" points="212,408 220,409 217,414 209,413 "/>
23385<polygon opacity="1" fill="#6668FF" points="292,277 300,278 298,282 290,281 "/>
23386<polygon opacity="1" fill="#6669FF" points="290,281 298,282 295,286 287,285 "/>
23387<polygon opacity="1" fill="#666CFF" points="287,285 295,286 293,289 285,289 "/>
23388<polygon opacity="1" fill="#6670FF" points="285,289 293,289 290,291 282,291 "/>
23389<polygon opacity="1" fill="#6675FF" points="282,291 290,291 288,293 280,294 "/>
23390<polygon opacity="1" fill="#667DFF" points="280,294 288,293 285,293 277,295 "/>
23391<polygon opacity="1" fill="#6688FF" points="277,295 285,293 283,293 275,296 "/>
23392<polygon opacity="1" fill="#6695FF" points="275,296 283,293 280,291 272,296 "/>
23393<polygon opacity="1" fill="#66A6FF" points="272,296 280,291 278,288 270,295 "/>
23394<polygon opacity="1" fill="#66B9FF" points="270,295 278,288 275,285 267,294 "/>
23395<polygon opacity="1" fill="#66CDFF" points="267,294 275,285 273,282 265,292 "/>
23396<polygon opacity="1" fill="#66E2FF" points="265,292 273,282 270,279 262,292 "/>
23397<polygon opacity="1" fill="#66F4FF" points="262,292 270,279 268,278 260,292 "/>
23398<polygon opacity="1" fill="#66FFFB" points="260,292 268,278 265,278 257,294 "/>
23399<polygon opacity="1" fill="#66FFF1" points="257,294 265,278 263,282 255,297 "/>
23400<polygon opacity="1" fill="#66FFEE" points="255,297 263,282 260,288 252,303 "/>
23401<polygon opacity="1" fill="#66FFF1" points="252,303 260,288 258,296 250,310 "/>
23402<polygon opacity="1" fill="#66FFFB" points="250,310 258,296 255,306 247,319 "/>
23403<polygon opacity="1" fill="#66F4FF" points="247,319 255,306 253,318 245,329 "/>
23404<polygon opacity="1" fill="#66E2FF" points="245,329 253,318 250,331 242,339 "/>
23405<polygon opacity="1" fill="#66CDFF" points="242,339 250,331 248,343 240,350 "/>
23406<polygon opacity="1" fill="#66B9FF" points="240,350 248,343 245,355 237,360 "/>
23407<polygon opacity="1" fill="#66A6FF" points="237,360 245,355 243,366 235,369 "/>
23408<polygon opacity="1" fill="#6695FF" points="235,369 243,366 240,376 232,378 "/>
23409<polygon opacity="1" fill="#6688FF" points="232,378 240,376 238,384 230,385 "/>
23410<polygon opacity="1" fill="#667DFF" points="230,385 238,384 235,392 227,392 "/>
23411<polygon opacity="1" fill="#6675FF" points="227,392 235,392 233,398 225,398 "/>
23412<polygon opacity="1" fill="#6670FF" points="225,398 233,398 230,405 222,404 "/>
23413<polygon opacity="1" fill="#666CFF" points="222,404 230,405 228,410 220,409 "/>
23414<polygon opacity="1" fill="#6669FF" points="220,409 228,410 225,415 217,414 "/>
23415<polygon opacity="1" fill="#6669FF" points="300,278 308,280 306,284 298,282 "/>
23416<polygon opacity="1" fill="#666BFF" points="298,282 306,284 303,286 295,286 "/>
23417<polygon opacity="1" fill="#666EFF" points="295,286 303,286 301,289 293,289 "/>
23418<polygon opacity="1" fill="#6673FF" points="293,289 301,289 298,291 290,291 "/>
23419<polygon opacity="1" fill="#667AFF" points="290,291 298,291 296,292 288,293 "/>
23420<polygon opacity="1" fill="#6685FF" points="288,293 296,292 293,291 285,293 "/>
23421<polygon opacity="1" fill="#6693FF" points="285,293 293,291 291,289 283,293 "/>
23422<polygon opacity="1" fill="#66A6FF" points="283,293 291,289 288,285 280,291 "/>
23423<polygon opacity="1" fill="#66BCFF" points="280,291 288,285 286,280 278,288 "/>
23424<polygon opacity="1" fill="#66D6FF" points="278,288 286,280 283,274 275,285 "/>
23425<polygon opacity="1" fill="#66F1FF" points="275,285 283,274 281,269 273,282 "/>
23426<polygon opacity="1" fill="#66FFF1" points="273,282 281,269 278,264 270,279 "/>
23427<polygon opacity="1" fill="#66FFD8" points="270,279 278,264 276,261 268,278 "/>
23428<polygon opacity="1" fill="#66FFC4" points="268,278 276,261 273,261 265,278 "/>
23429<polygon opacity="1" fill="#66FFB7" points="265,278 273,261 271,264 263,282 "/>
23430<polygon opacity="1" fill="#66FFB2" points="263,282 271,264 268,270 260,288 "/>
23431<polygon opacity="1" fill="#66FFB7" points="260,288 268,270 266,280 258,296 "/>
23432<polygon opacity="1" fill="#66FFC4" points="258,296 266,280 263,292 255,306 "/>
23433<polygon opacity="1" fill="#66FFD8" points="255,306 263,292 261,305 253,318 "/>
23434<polygon opacity="1" fill="#66FFF1" points="253,318 261,305 258,320 250,331 "/>
23435<polygon opacity="1" fill="#66F1FF" points="250,331 258,320 256,335 248,343 "/>
23436<polygon opacity="1" fill="#66D6FF" points="248,343 256,335 253,349 245,355 "/>
23437<polygon opacity="1" fill="#66BCFF" points="245,355 253,349 251,362 243,366 "/>
23438<polygon opacity="1" fill="#66A6FF" points="243,366 251,362 248,373 240,376 "/>
23439<polygon opacity="1" fill="#6693FF" points="240,376 248,373 246,383 238,384 "/>
23440<polygon opacity="1" fill="#6685FF" points="238,384 246,383 243,391 235,392 "/>
23441<polygon opacity="1" fill="#667AFF" points="235,392 243,391 241,399 233,398 "/>
23442<polygon opacity="1" fill="#6673FF" points="233,398 241,399 238,405 230,405 "/>
23443<polygon opacity="1" fill="#666EFF" points="230,405 238,405 236,411 228,410 "/>
23444<polygon opacity="1" fill="#666BFF" points="228,410 236,411 233,417 225,415 "/>
23445<polygon opacity="1" fill="#6669FF" points="308,280 317,281 314,285 306,284 "/>
23446<polygon opacity="1" fill="#666CFF" points="306,284 314,285 312,287 303,286 "/>
23447<polygon opacity="1" fill="#6670FF" points="303,286 312,287 309,290 301,289 "/>
23448<polygon opacity="1" fill="#6677FF" points="301,289 309,290 307,291 298,291 "/>
23449<polygon opacity="1" fill="#6680FF" points="298,291 307,291 304,291 296,292 "/>
23450<polygon opacity="1" fill="#668EFF" points="296,292 304,291 302,288 293,291 "/>
23451<polygon opacity="1" fill="#66A1FF" points="293,291 302,288 299,284 291,289 "/>
23452<polygon opacity="1" fill="#66B9FF" points="291,289 299,284 297,279 288,285 "/>
23453<polygon opacity="1" fill="#66D6FF" points="288,285 297,279 294,271 286,280 "/>
23454<polygon opacity="1" fill="#66F7FF" points="286,280 294,271 292,263 283,274 "/>
23455<polygon opacity="1" fill="#66FFE3" points="283,274 292,263 289,255 281,269 "/>
23456<polygon opacity="1" fill="#66FFC0" points="281,269 289,255 287,248 278,264 "/>
23457<polygon opacity="1" fill="#66FF9F" points="278,264 287,248 284,243 276,261 "/>
23458<polygon opacity="1" fill="#66FF85" points="276,261 284,243 282,242 273,261 "/>
23459<polygon opacity="1" fill="#66FF74" points="273,261 282,242 279,244 271,264 "/>
23460<polygon opacity="1" fill="#66FF6E" points="271,264 279,244 277,251 268,270 "/>
23461<polygon opacity="1" fill="#66FF74" points="268,270 277,251 274,261 266,280 "/>
23462<polygon opacity="1" fill="#66FF85" points="266,280 274,261 272,275 263,292 "/>
23463<polygon opacity="1" fill="#66FF9F" points="263,292 272,275 269,291 261,305 "/>
23464<polygon opacity="1" fill="#66FFC0" points="261,305 269,291 267,309 258,320 "/>
23465<polygon opacity="1" fill="#66FFE3" points="258,320 267,309 264,326 256,335 "/>
23466<polygon opacity="1" fill="#66F7FF" points="256,335 264,326 262,343 253,349 "/>
23467<polygon opacity="1" fill="#66D6FF" points="253,349 262,343 259,357 251,362 "/>
23468<polygon opacity="1" fill="#66B9FF" points="251,362 259,357 257,370 248,373 "/>
23469<polygon opacity="1" fill="#66A1FF" points="248,373 257,370 254,382 246,383 "/>
23470<polygon opacity="1" fill="#668EFF" points="246,383 254,382 252,391 243,391 "/>
23471<polygon opacity="1" fill="#6680FF" points="243,391 252,391 249,399 241,399 "/>
23472<polygon opacity="1" fill="#6677FF" points="241,399 249,399 247,406 238,405 "/>
23473<polygon opacity="1" fill="#6670FF" points="238,405 247,406 244,412 236,411 "/>
23474<polygon opacity="1" fill="#666CFF" points="236,411 244,412 242,418 233,417 "/>
23475<polygon opacity="1" fill="#666AFF" points="317,281 325,282 322,285 314,285 "/>
23476<polygon opacity="1" fill="#666DFF" points="314,285 322,285 320,288 312,287 "/>
23477<polygon opacity="1" fill="#6673FF" points="312,287 320,288 317,290 309,290 "/>
23478<polygon opacity="1" fill="#667BFF" points="309,290 317,290 315,290 307,291 "/>
23479<polygon opacity="1" fill="#6687FF" points="307,291 315,290 312,289 304,291 "/>
23480<polygon opacity="1" fill="#6698FF" points="304,291 312,289 310,285 302,288 "/>
23481<polygon opacity="1" fill="#66AFFF" points="302,288 310,285 307,280 299,284 "/>
23482<polygon opacity="1" fill="#66CDFF" points="299,284 307,280 305,272 297,279 "/>
23483<polygon opacity="1" fill="#66F1FF" points="297,279 305,272 303,263 294,271 "/>
23484<polygon opacity="1" fill="#66FFE3" points="294,271 303,263 300,252 292,263 "/>
23485<polygon opacity="1" fill="#66FFB7" points="292,263 300,252 297,241 289,255 "/>
23486<polygon opacity="1" fill="#66FF8A" points="289,255 297,241 295,232 287,248 "/>
23487<polygon opacity="1" fill="#6AFF66" points="287,248 295,232 292,226 284,243 "/>
23488<polygon opacity="1" fill="#8BFF66" points="284,243 292,226 290,223 282,242 "/>
23489<polygon opacity="1" fill="#A0FF66" points="282,242 290,223 287,225 279,244 "/>
23490<polygon opacity="1" fill="#A7FF66" points="279,244 287,225 285,232 277,251 "/>
23491<polygon opacity="1" fill="#A0FF66" points="277,251 285,232 282,244 274,261 "/>
23492<polygon opacity="1" fill="#8BFF66" points="274,261 282,244 280,259 272,275 "/>
23493<polygon opacity="1" fill="#6AFF66" points="272,275 280,259 277,278 269,291 "/>
23494<polygon opacity="1" fill="#66FF8A" points="269,291 277,278 275,298 267,309 "/>
23495<polygon opacity="1" fill="#66FFB7" points="267,309 275,298 272,318 264,326 "/>
23496<polygon opacity="1" fill="#66FFE3" points="264,326 272,318 270,336 262,343 "/>
23497<polygon opacity="1" fill="#66F1FF" points="262,343 270,336 267,353 259,357 "/>
23498<polygon opacity="1" fill="#66CDFF" points="259,357 267,353 265,368 257,370 "/>
23499<polygon opacity="1" fill="#66AFFF" points="257,370 265,368 262,380 254,382 "/>
23500<polygon opacity="1" fill="#6698FF" points="254,382 262,380 260,391 252,391 "/>
23501<polygon opacity="1" fill="#6687FF" points="252,391 260,391 257,399 249,399 "/>
23502<polygon opacity="1" fill="#667BFF" points="249,399 257,399 255,407 247,406 "/>
23503<polygon opacity="1" fill="#6673FF" points="247,406 255,407 252,413 244,412 "/>
23504<polygon opacity="1" fill="#666DFF" points="244,412 252,413 250,419 242,418 "/>
23505<polygon opacity="1" fill="#666BFF" points="325,282 333,283 330,286 322,285 "/>
23506<polygon opacity="1" fill="#666FFF" points="322,285 330,286 328,289 320,288 "/>
23507<polygon opacity="1" fill="#6675FF" points="320,288 328,289 325,290 317,290 "/>
23508<polygon opacity="1" fill="#667FFF" points="317,290 325,290 323,290 315,290 "/>
23509<polygon opacity="1" fill="#668EFF" points="315,290 323,290 320,288 312,289 "/>
23510<polygon opacity="1" fill="#66A2FF" points="312,289 320,288 318,283 310,285 "/>
23511<polygon opacity="1" fill="#66BEFF" points="310,285 318,283 315,276 307,280 "/>
23512<polygon opacity="1" fill="#66E2FF" points="307,280 315,276 313,266 305,272 "/>
23513<polygon opacity="1" fill="#66FFF1" points="305,272 313,266 311,255 303,263 "/>
23514<polygon opacity="1" fill="#66FFC0" points="303,263 311,255 308,242 300,252 "/>
23515<polygon opacity="1" fill="#66FF8A" points="300,252 308,242 305,229 297,241 "/>
23516<polygon opacity="1" fill="#77FF66" points="297,241 305,229 303,217 295,232 "/>
23517<polygon opacity="1" fill="#A7FF66" points="295,232 303,217 300,209 292,226 "/>
23518<polygon opacity="1" fill="#CEFF66" points="292,226 300,209 298,206 290,223 "/>
23519<polygon opacity="1" fill="#E8FF66" points="290,223 298,206 295,207 287,225 "/>
23520<polygon opacity="1" fill="#F0FF66" points="287,225 295,207 293,215 285,232 "/>
23521<polygon opacity="1" fill="#E8FF66" points="285,232 293,215 290,227 282,244 "/>
23522<polygon opacity="1" fill="#CEFF66" points="282,244 290,227 288,245 280,259 "/>
23523<polygon opacity="1" fill="#A7FF66" points="280,259 288,245 285,265 277,278 "/>
23524<polygon opacity="1" fill="#77FF66" points="277,278 285,265 283,288 275,298 "/>
23525<polygon opacity="1" fill="#66FF8A" points="275,298 283,288 280,310 272,318 "/>
23526<polygon opacity="1" fill="#66FFC0" points="272,318 280,310 278,331 270,336 "/>
23527<polygon opacity="1" fill="#66FFF1" points="270,336 278,331 275,349 267,353 "/>
23528<polygon opacity="1" fill="#66E2FF" points="267,353 275,349 273,365 265,368 "/>
23529<polygon opacity="1" fill="#66BEFF" points="265,368 273,365 270,379 262,380 "/>
23530<polygon opacity="1" fill="#66A2FF" points="262,380 270,379 268,390 260,391 "/>
23531<polygon opacity="1" fill="#668EFF" points="260,391 268,390 265,400 257,399 "/>
23532<polygon opacity="1" fill="#667FFF" points="257,399 265,400 263,408 255,407 "/>
23533<polygon opacity="1" fill="#6675FF" points="255,407 263,408 260,414 252,413 "/>
23534<polygon opacity="1" fill="#666FFF" points="252,413 260,414 258,420 250,419 "/>
23535<polygon opacity="1" fill="#666CFF" points="333,283 341,284 338,288 330,286 "/>
23536<polygon opacity="1" fill="#6670FF" points="330,286 338,288 336,290 328,289 "/>
23537<polygon opacity="1" fill="#6677FF" points="328,289 336,290 333,291 325,290 "/>
23538<polygon opacity="1" fill="#6683FF" points="325,290 333,291 331,290 323,290 "/>
23539<polygon opacity="1" fill="#6693FF" points="323,290 331,290 328,287 320,288 "/>
23540<polygon opacity="1" fill="#66ABFF" points="320,288 328,287 326,281 318,283 "/>
23541<polygon opacity="1" fill="#66CBFF" points="318,283 326,281 324,273 315,276 "/>
23542<polygon opacity="1" fill="#66F4FF" points="315,276 324,273 321,262 313,266 "/>
23543<polygon opacity="1" fill="#66FFD8" points="313,266 321,262 319,249 311,255 "/>
23544<polygon opacity="1" fill="#66FF9F" points="311,255 319,249 316,234 308,242 "/>
23545<polygon opacity="1" fill="#6AFF66" points="308,242 316,234 313,219 305,229 "/>
23546<polygon opacity="1" fill="#A7FF66" points="305,229 313,219 311,206 303,217 "/>
23547<polygon opacity="1" fill="#DFFF66" points="303,217 311,206 308,197 300,209 "/>
23548<polygon opacity="1" fill="#FFF266" points="300,209 308,197 306,192 298,206 "/>
23549<polygon opacity="1" fill="#FFD566" points="298,206 306,192 303,193 295,207 "/>
23550<polygon opacity="1" fill="#FFCB66" points="295,207 303,193 301,201 293,215 "/>
23551<polygon opacity="1" fill="#FFD566" points="293,215 301,201 298,215 290,227 "/>
23552<polygon opacity="1" fill="#FFF266" points="290,227 298,215 296,233 288,245 "/>
23553<polygon opacity="1" fill="#DFFF66" points="288,245 296,233 294,256 285,265 "/>
23554<polygon opacity="1" fill="#A7FF66" points="285,265 294,256 291,280 283,288 "/>
23555<polygon opacity="1" fill="#6AFF66" points="283,288 291,280 288,304 280,310 "/>
23556<polygon opacity="1" fill="#66FF9F" points="280,310 288,304 286,326 278,331 "/>
23557<polygon opacity="1" fill="#66FFD8" points="278,331 286,326 283,346 275,349 "/>
23558<polygon opacity="1" fill="#66F4FF" points="275,349 283,346 281,364 273,365 "/>
23559<polygon opacity="1" fill="#66CBFF" points="273,365 281,364 278,379 270,379 "/>
23560<polygon opacity="1" fill="#66ABFF" points="270,379 278,379 276,391 268,390 "/>
23561<polygon opacity="1" fill="#6693FF" points="268,390 276,391 273,400 265,400 "/>
23562<polygon opacity="1" fill="#6683FF" points="265,400 273,400 271,408 263,408 "/>
23563<polygon opacity="1" fill="#6677FF" points="263,408 271,408 268,415 260,414 "/>
23564<polygon opacity="1" fill="#6670FF" points="260,414 268,415 266,421 258,420 "/>
23565<polygon opacity="1" fill="#666CFF" points="341,284 349,286 346,289 338,288 "/>
23566<polygon opacity="1" fill="#6671FF" points="338,288 346,289 344,291 336,290 "/>
23567<polygon opacity="1" fill="#6679FF" points="336,290 344,291 341,292 333,291 "/>
23568<polygon opacity="1" fill="#6686FF" points="333,291 341,292 339,290 331,290 "/>
23569<polygon opacity="1" fill="#6698FF" points="331,290 339,290 337,287 328,287 "/>
23570<polygon opacity="1" fill="#66B2FF" points="328,287 337,287 334,281 326,281 "/>
23571<polygon opacity="1" fill="#66D6FF" points="326,281 334,281 332,272 324,273 "/>
23572<polygon opacity="1" fill="#66FFFB" points="324,273 332,272 329,259 321,262 "/>
23573<polygon opacity="1" fill="#66FFC4" points="321,262 329,259 327,245 319,249 "/>
23574<polygon opacity="1" fill="#66FF85" points="319,249 327,245 324,230 316,234 "/>
23575<polygon opacity="1" fill="#8BFF66" points="316,234 324,230 321,213 313,219 "/>
23576<polygon opacity="1" fill="#CEFF66" points="313,219 321,213 319,199 311,206 "/>
23577<polygon opacity="1" fill="#FFF266" points="311,206 319,199 316,189 308,197 "/>
23578<polygon opacity="1" fill="#FFC066" points="308,197 316,189 314,184 306,192 "/>
23579<polygon opacity="1" fill="#FFA066" points="306,192 314,184 311,185 303,193 "/>
23580<polygon opacity="1" fill="#FF9566" points="303,193 311,185 309,193 301,201 "/>
23581<polygon opacity="1" fill="#FFA066" points="301,201 309,193 307,207 298,215 "/>
23582<polygon opacity="1" fill="#FFC066" points="298,215 307,207 304,227 296,233 "/>
23583<polygon opacity="1" fill="#FFF266" points="296,233 304,227 302,250 294,256 "/>
23584<polygon opacity="1" fill="#CEFF66" points="294,256 302,250 299,275 291,280 "/>
23585<polygon opacity="1" fill="#8BFF66" points="291,280 299,275 296,300 288,304 "/>
23586<polygon opacity="1" fill="#66FF85" points="288,304 296,300 294,324 286,326 "/>
23587<polygon opacity="1" fill="#66FFC4" points="286,326 294,324 291,345 283,346 "/>
23588<polygon opacity="1" fill="#66FFFB" points="283,346 291,345 289,363 281,364 "/>
23589<polygon opacity="1" fill="#66D6FF" points="281,364 289,363 286,378 278,379 "/>
23590<polygon opacity="1" fill="#66B2FF" points="278,379 286,378 284,391 276,391 "/>
23591<polygon opacity="1" fill="#6698FF" points="276,391 284,391 281,401 273,400 "/>
23592<polygon opacity="1" fill="#6686FF" points="273,400 281,401 279,409 271,408 "/>
23593<polygon opacity="1" fill="#6679FF" points="271,408 279,409 277,417 268,415 "/>
23594<polygon opacity="1" fill="#6671FF" points="268,415 277,417 274,423 266,421 "/>
23595<polygon opacity="1" fill="#666DFF" points="349,286 357,287 354,290 346,289 "/>
23596<polygon opacity="1" fill="#6672FF" points="346,289 354,290 352,292 344,291 "/>
23597<polygon opacity="1" fill="#667AFF" points="344,291 352,292 349,293 341,292 "/>
23598<polygon opacity="1" fill="#6688FF" points="341,292 349,293 347,292 339,290 "/>
23599<polygon opacity="1" fill="#669BFF" points="339,290 347,292 345,288 337,287 "/>
23600<polygon opacity="1" fill="#66B7FF" points="337,287 345,288 342,282 334,281 "/>
23601<polygon opacity="1" fill="#66DDFF" points="334,281 342,282 340,272 332,272 "/>
23602<polygon opacity="1" fill="#66FFF1" points="332,272 340,272 337,260 329,259 "/>
23603<polygon opacity="1" fill="#66FFB7" points="329,259 337,260 335,245 327,245 "/>
23604<polygon opacity="1" fill="#66FF74" points="327,245 335,245 332,229 324,230 "/>
23605<polygon opacity="1" fill="#A0FF66" points="324,230 332,229 329,212 321,213 "/>
23606<polygon opacity="1" fill="#E8FF66" points="321,213 329,212 327,198 319,199 "/>
23607<polygon opacity="1" fill="#FFD566" points="319,199 327,198 324,187 316,189 "/>
23608<polygon opacity="1" fill="#FFA066" points="316,189 324,187 322,182 314,184 "/>
23609<polygon opacity="1" fill="#FF7E66" points="314,184 322,182 320,183 311,185 "/>
23610<polygon opacity="1" fill="#FF7266" points="311,185 320,183 317,191 309,193 "/>
23611<polygon opacity="1" fill="#FF7E66" points="309,193 317,191 315,205 307,207 "/>
23612<polygon opacity="1" fill="#FFA066" points="307,207 315,205 312,225 304,227 "/>
23613<polygon opacity="1" fill="#FFD566" points="304,227 312,225 310,249 302,250 "/>
23614<polygon opacity="1" fill="#E8FF66" points="302,250 310,249 307,274 299,275 "/>
23615<polygon opacity="1" fill="#A0FF66" points="299,275 307,274 304,300 296,300 "/>
23616<polygon opacity="1" fill="#66FF74" points="296,300 304,300 302,324 294,324 "/>
23617<polygon opacity="1" fill="#66FFB7" points="294,324 302,324 299,345 291,345 "/>
23618<polygon opacity="1" fill="#66FFF1" points="291,345 299,345 297,364 289,363 "/>
23619<polygon opacity="1" fill="#66DDFF" points="289,363 297,364 294,380 286,378 "/>
23620<polygon opacity="1" fill="#66B7FF" points="286,378 294,380 292,392 284,391 "/>
23621<polygon opacity="1" fill="#669BFF" points="284,391 292,392 290,403 281,401 "/>
23622<polygon opacity="1" fill="#6688FF" points="281,401 290,403 287,411 279,409 "/>
23623<polygon opacity="1" fill="#667AFF" points="279,409 287,411 285,417 277,417 "/>
23624<polygon opacity="1" fill="#6672FF" points="277,417 285,417 282,424 274,423 "/>
23625<polygon opacity="1" fill="#666DFF" points="357,287 365,288 362,292 354,290 "/>
23626<polygon opacity="1" fill="#6672FF" points="354,290 362,292 360,293 352,292 "/>
23627<polygon opacity="1" fill="#667BFF" points="352,292 360,293 358,294 349,293 "/>
23628<polygon opacity="1" fill="#6688FF" points="349,293 358,294 355,293 347,292 "/>
23629<polygon opacity="1" fill="#669CFF" points="347,292 355,293 353,290 345,288 "/>
23630<polygon opacity="1" fill="#66B9FF" points="345,288 353,290 350,284 342,282 "/>
23631<polygon opacity="1" fill="#66DFFF" points="342,282 350,284 348,274 340,272 "/>
23632<polygon opacity="1" fill="#66FFEE" points="340,272 348,274 345,262 337,260 "/>
23633<polygon opacity="1" fill="#66FFB2" points="337,260 345,262 343,248 335,245 "/>
23634<polygon opacity="1" fill="#66FF6E" points="335,245 343,248 340,232 332,229 "/>
23635<polygon opacity="1" fill="#A7FF66" points="332,229 340,232 337,216 329,212 "/>
23636<polygon opacity="1" fill="#F0FF66" points="329,212 337,216 335,202 327,198 "/>
23637<polygon opacity="1" fill="#FFCB66" points="327,198 335,202 332,192 324,187 "/>
23638<polygon opacity="1" fill="#FF9566" points="324,187 332,192 330,186 322,182 "/>
23639<polygon opacity="1" fill="#FF7266" points="322,182 330,186 328,187 320,183 "/>
23640<polygon opacity="1" fill="#FF6666" points="320,183 328,187 325,195 317,191 "/>
23641<polygon opacity="1" fill="#FF7266" points="317,191 325,195 323,210 315,205 "/>
23642<polygon opacity="1" fill="#FF9566" points="315,205 323,210 320,229 312,225 "/>
23643<polygon opacity="1" fill="#FFCB66" points="312,225 320,229 318,252 310,249 "/>
23644<polygon opacity="1" fill="#F0FF66" points="310,249 318,252 315,278 307,274 "/>
23645<polygon opacity="1" fill="#A7FF66" points="307,274 315,278 312,303 304,300 "/>
23646<polygon opacity="1" fill="#66FF6E" points="304,300 312,303 310,326 302,324 "/>
23647<polygon opacity="1" fill="#66FFB2" points="302,324 310,326 307,348 299,345 "/>
23648<polygon opacity="1" fill="#66FFEE" points="299,345 307,348 305,366 297,364 "/>
23649<polygon opacity="1" fill="#66DFFF" points="297,364 305,366 302,381 294,380 "/>
23650<polygon opacity="1" fill="#66B9FF" points="294,380 302,381 300,394 292,392 "/>
23651<polygon opacity="1" fill="#669CFF" points="292,392 300,394 298,404 290,403 "/>
23652<polygon opacity="1" fill="#6688FF" points="290,403 298,404 295,412 287,411 "/>
23653<polygon opacity="1" fill="#667BFF" points="287,411 295,412 293,419 285,417 "/>
23654<polygon opacity="1" fill="#6672FF" points="285,417 293,419 290,425 282,424 "/>
23655<polygon opacity="1" fill="#666DFF" points="365,288 373,290 371,293 362,292 "/>
23656<polygon opacity="1" fill="#6672FF" points="362,292 371,293 368,295 360,293 "/>
23657<polygon opacity="1" fill="#667AFF" points="360,293 368,295 366,296 358,294 "/>
23658<polygon opacity="1" fill="#6688FF" points="358,294 366,296 363,296 355,293 "/>
23659<polygon opacity="1" fill="#669BFF" points="355,293 363,296 361,293 353,290 "/>
23660<polygon opacity="1" fill="#66B7FF" points="353,290 361,293 358,287 350,284 "/>
23661<polygon opacity="1" fill="#66DDFF" points="350,284 358,287 356,279 348,274 "/>
23662<polygon opacity="1" fill="#66FFF1" points="348,274 356,279 353,268 345,262 "/>
23663<polygon opacity="1" fill="#66FFB7" points="345,262 353,268 351,254 343,248 "/>
23664<polygon opacity="1" fill="#66FF74" points="343,248 351,254 348,240 340,232 "/>
23665<polygon opacity="1" fill="#A0FF66" points="340,232 348,240 345,225 337,216 "/>
23666<polygon opacity="1" fill="#E8FF66" points="337,216 345,225 343,212 335,202 "/>
23667<polygon opacity="1" fill="#FFD566" points="335,202 343,212 341,202 332,192 "/>
23668<polygon opacity="1" fill="#FFA066" points="332,192 341,202 338,198 330,186 "/>
23669<polygon opacity="1" fill="#FF7E66" points="330,186 338,198 336,199 328,187 "/>
23670<polygon opacity="1" fill="#FF7266" points="328,187 336,199 333,207 325,195 "/>
23671<polygon opacity="1" fill="#FF7E66" points="325,195 333,207 331,220 323,210 "/>
23672<polygon opacity="1" fill="#FFA066" points="323,210 331,220 328,239 320,229 "/>
23673<polygon opacity="1" fill="#FFD566" points="320,229 328,239 326,261 318,252 "/>
23674<polygon opacity="1" fill="#E8FF66" points="318,252 326,261 323,285 315,278 "/>
23675<polygon opacity="1" fill="#A0FF66" points="315,278 323,285 320,309 312,303 "/>
23676<polygon opacity="1" fill="#66FF74" points="312,303 320,309 318,332 310,326 "/>
23677<polygon opacity="1" fill="#66FFB7" points="310,326 318,332 315,352 307,348 "/>
23678<polygon opacity="1" fill="#66FFF1" points="307,348 315,352 313,369 305,366 "/>
23679<polygon opacity="1" fill="#66DDFF" points="305,366 313,369 311,384 302,381 "/>
23680<polygon opacity="1" fill="#66B7FF" points="302,381 311,384 308,396 300,394 "/>
23681<polygon opacity="1" fill="#669BFF" points="300,394 308,396 306,406 298,404 "/>
23682<polygon opacity="1" fill="#6688FF" points="298,404 306,406 303,414 295,412 "/>
23683<polygon opacity="1" fill="#667AFF" points="295,412 303,414 301,421 293,419 "/>
23684<polygon opacity="1" fill="#6672FF" points="293,419 301,421 298,427 290,425 "/>
23685<polygon opacity="1" fill="#666CFF" points="373,290 381,292 379,295 371,293 "/>
23686<polygon opacity="1" fill="#6671FF" points="371,293 379,295 376,297 368,295 "/>
23687<polygon opacity="1" fill="#6679FF" points="368,295 376,297 374,298 366,296 "/>
23688<polygon opacity="1" fill="#6686FF" points="366,296 374,298 371,298 363,296 "/>
23689<polygon opacity="1" fill="#6698FF" points="363,296 371,298 369,296 361,293 "/>
23690<polygon opacity="1" fill="#66B2FF" points="361,293 369,296 366,291 358,287 "/>
23691<polygon opacity="1" fill="#66D6FF" points="358,287 366,291 364,284 356,279 "/>
23692<polygon opacity="1" fill="#66FFFB" points="356,279 364,284 361,275 353,268 "/>
23693<polygon opacity="1" fill="#66FFC4" points="353,268 361,275 359,263 351,254 "/>
23694<polygon opacity="1" fill="#66FF85" points="351,254 359,263 356,250 348,240 "/>
23695<polygon opacity="1" fill="#8BFF66" points="348,240 356,250 354,237 345,225 "/>
23696<polygon opacity="1" fill="#CEFF66" points="345,225 354,237 351,226 343,212 "/>
23697<polygon opacity="1" fill="#FFF266" points="343,212 351,226 349,218 341,202 "/>
23698<polygon opacity="1" fill="#FFC066" points="341,202 349,218 346,214 338,198 "/>
23699<polygon opacity="1" fill="#FFA066" points="338,198 346,214 344,216 336,199 "/>
23700<polygon opacity="1" fill="#FF9566" points="336,199 344,216 341,223 333,207 "/>
23701<polygon opacity="1" fill="#FFA066" points="333,207 341,223 339,236 331,220 "/>
23702<polygon opacity="1" fill="#FFC066" points="331,220 339,236 336,253 328,239 "/>
23703<polygon opacity="1" fill="#FFF266" points="328,239 336,253 334,274 326,261 "/>
23704<polygon opacity="1" fill="#CEFF66" points="326,261 334,274 331,296 323,285 "/>
23705<polygon opacity="1" fill="#8BFF66" points="323,285 331,296 328,318 320,309 "/>
23706<polygon opacity="1" fill="#66FF85" points="320,309 328,318 326,339 318,332 "/>
23707<polygon opacity="1" fill="#66FFC4" points="318,332 326,339 324,357 315,352 "/>
23708<polygon opacity="1" fill="#66FFFB" points="315,352 324,357 321,374 313,369 "/>
23709<polygon opacity="1" fill="#66D6FF" points="313,369 321,374 319,387 311,384 "/>
23710<polygon opacity="1" fill="#66B2FF" points="311,384 319,387 316,399 308,396 "/>
23711<polygon opacity="1" fill="#6698FF" points="308,396 316,399 314,408 306,406 "/>
23712<polygon opacity="1" fill="#6686FF" points="306,406 314,408 311,416 303,414 "/>
23713<polygon opacity="1" fill="#6679FF" points="303,414 311,416 309,422 301,421 "/>
23714<polygon opacity="1" fill="#6671FF" points="301,421 309,422 306,429 298,427 "/>
23715<polygon opacity="1" fill="#666CFF" points="381,292 389,293 387,297 379,295 "/>
23716<polygon opacity="1" fill="#6670FF" points="379,295 387,297 384,299 376,297 "/>
23717<polygon opacity="1" fill="#6677FF" points="376,297 384,299 382,301 374,298 "/>
23718<polygon opacity="1" fill="#6683FF" points="374,298 382,301 379,301 371,298 "/>
23719<polygon opacity="1" fill="#6693FF" points="371,298 379,301 377,300 369,296 "/>
23720<polygon opacity="1" fill="#66ABFF" points="369,296 377,300 374,297 366,291 "/>
23721<polygon opacity="1" fill="#66CBFF" points="366,291 374,297 372,291 364,284 "/>
23722<polygon opacity="1" fill="#66F4FF" points="364,284 372,291 369,283 361,275 "/>
23723<polygon opacity="1" fill="#66FFD8" points="361,275 369,283 367,274 359,263 "/>
23724<polygon opacity="1" fill="#66FF9F" points="359,263 367,274 364,263 356,250 "/>
23725<polygon opacity="1" fill="#6AFF66" points="356,250 364,263 362,253 354,237 "/>
23726<polygon opacity="1" fill="#A7FF66" points="354,237 362,253 359,243 351,226 "/>
23727<polygon opacity="1" fill="#DFFF66" points="351,226 359,243 357,237 349,218 "/>
23728<polygon opacity="1" fill="#FFF266" points="349,218 357,237 354,234 346,214 "/>
23729<polygon opacity="1" fill="#FFD566" points="346,214 354,234 352,236 344,216 "/>
23730<polygon opacity="1" fill="#FFCB66" points="344,216 352,236 349,243 341,223 "/>
23731<polygon opacity="1" fill="#FFD566" points="341,223 349,243 347,255 339,236 "/>
23732<polygon opacity="1" fill="#FFF266" points="339,236 347,255 344,271 336,253 "/>
23733<polygon opacity="1" fill="#DFFF66" points="336,253 344,271 342,289 334,274 "/>
23734<polygon opacity="1" fill="#A7FF66" points="334,274 342,289 339,309 331,296 "/>
23735<polygon opacity="1" fill="#6AFF66" points="331,296 339,309 336,329 328,318 "/>
23736<polygon opacity="1" fill="#66FF9F" points="328,318 336,329 334,347 326,339 "/>
23737<polygon opacity="1" fill="#66FFD8" points="326,339 334,347 332,364 324,357 "/>
23738<polygon opacity="1" fill="#66F4FF" points="324,357 332,364 329,379 321,374 "/>
23739<polygon opacity="1" fill="#66CBFF" points="321,374 329,379 327,392 319,387 "/>
23740<polygon opacity="1" fill="#66ABFF" points="319,387 327,392 324,402 316,399 "/>
23741<polygon opacity="1" fill="#6693FF" points="316,399 324,402 322,410 314,408 "/>
23742<polygon opacity="1" fill="#6683FF" points="314,408 322,410 319,418 311,416 "/>
23743<polygon opacity="1" fill="#6677FF" points="311,416 319,418 317,424 309,422 "/>
23744<polygon opacity="1" fill="#6670FF" points="309,422 317,424 314,430 306,429 "/>
23745<polygon opacity="1" fill="#666BFF" points="389,293 398,295 395,299 387,297 "/>
23746<polygon opacity="1" fill="#666FFF" points="387,297 395,299 393,301 384,299 "/>
23747<polygon opacity="1" fill="#6675FF" points="384,299 393,301 390,304 382,301 "/>
23748<polygon opacity="1" fill="#667FFF" points="382,301 390,304 388,305 379,301 "/>
23749<polygon opacity="1" fill="#668EFF" points="379,301 388,305 385,305 377,300 "/>
23750<polygon opacity="1" fill="#66A2FF" points="377,300 385,305 383,302 374,297 "/>
23751<polygon opacity="1" fill="#66BEFF" points="374,297 383,302 380,298 372,291 "/>
23752<polygon opacity="1" fill="#66E2FF" points="372,291 380,298 378,293 369,283 "/>
23753<polygon opacity="1" fill="#66FFF1" points="369,283 378,293 375,285 367,274 "/>
23754<polygon opacity="1" fill="#66FFC0" points="367,274 375,285 373,277 364,263 "/>
23755<polygon opacity="1" fill="#66FF8A" points="364,263 373,277 370,269 362,253 "/>
23756<polygon opacity="1" fill="#77FF66" points="362,253 370,269 368,262 359,243 "/>
23757<polygon opacity="1" fill="#A7FF66" points="359,243 368,262 365,257 357,237 "/>
23758<polygon opacity="1" fill="#CEFF66" points="357,237 365,257 363,256 354,234 "/>
23759<polygon opacity="1" fill="#E8FF66" points="354,234 363,256 360,258 352,236 "/>
23760<polygon opacity="1" fill="#F0FF66" points="352,236 360,258 358,265 349,243 "/>
23761<polygon opacity="1" fill="#E8FF66" points="349,243 358,265 355,276 347,255 "/>
23762<polygon opacity="1" fill="#CEFF66" points="347,255 355,276 353,289 344,271 "/>
23763<polygon opacity="1" fill="#A7FF66" points="344,271 353,289 350,305 342,289 "/>
23764<polygon opacity="1" fill="#77FF66" points="342,289 350,305 348,323 339,309 "/>
23765<polygon opacity="1" fill="#66FF8A" points="339,309 348,323 345,340 336,329 "/>
23766<polygon opacity="1" fill="#66FFC0" points="336,329 345,340 343,357 334,347 "/>
23767<polygon opacity="1" fill="#66FFF1" points="334,347 343,357 340,371 332,364 "/>
23768<polygon opacity="1" fill="#66E2FF" points="332,364 340,371 338,385 329,379 "/>
23769<polygon opacity="1" fill="#66BEFF" points="329,379 338,385 335,396 327,392 "/>
23770<polygon opacity="1" fill="#66A2FF" points="327,392 335,396 333,405 324,402 "/>
23771<polygon opacity="1" fill="#668EFF" points="324,402 333,405 330,413 322,410 "/>
23772<polygon opacity="1" fill="#667FFF" points="322,410 330,413 328,420 319,418 "/>
23773<polygon opacity="1" fill="#6675FF" points="319,418 328,420 325,426 317,424 "/>
23774<polygon opacity="1" fill="#666FFF" points="317,424 325,426 323,432 314,430 "/>
23775<polygon opacity="1" fill="#666AFF" points="398,295 406,297 403,301 395,299 "/>
23776<polygon opacity="1" fill="#666DFF" points="395,299 403,301 401,303 393,301 "/>
23777<polygon opacity="1" fill="#6673FF" points="393,301 401,303 398,306 390,304 "/>
23778<polygon opacity="1" fill="#667BFF" points="390,304 398,306 396,308 388,305 "/>
23779<polygon opacity="1" fill="#6687FF" points="388,305 396,308 393,309 385,305 "/>
23780<polygon opacity="1" fill="#6698FF" points="385,305 393,309 391,308 383,302 "/>
23781<polygon opacity="1" fill="#66AFFF" points="383,302 391,308 388,306 380,298 "/>
23782<polygon opacity="1" fill="#66CDFF" points="380,298 388,306 386,302 378,293 "/>
23783<polygon opacity="1" fill="#66F1FF" points="378,293 386,302 383,297 375,285 "/>
23784<polygon opacity="1" fill="#66FFE3" points="375,285 383,297 381,292 373,277 "/>
23785<polygon opacity="1" fill="#66FFB7" points="373,277 381,292 378,286 370,269 "/>
23786<polygon opacity="1" fill="#66FF8A" points="370,269 378,286 376,282 368,262 "/>
23787<polygon opacity="1" fill="#6AFF66" points="368,262 376,282 373,279 365,257 "/>
23788<polygon opacity="1" fill="#8BFF66" points="365,257 373,279 371,278 363,256 "/>
23789<polygon opacity="1" fill="#A0FF66" points="363,256 371,278 368,281 360,258 "/>
23790<polygon opacity="1" fill="#A7FF66" points="360,258 368,281 366,287 358,265 "/>
23791<polygon opacity="1" fill="#A0FF66" points="358,265 366,287 363,297 355,276 "/>
23792<polygon opacity="1" fill="#8BFF66" points="355,276 363,297 361,309 353,289 "/>
23793<polygon opacity="1" fill="#6AFF66" points="353,289 361,309 358,322 350,305 "/>
23794<polygon opacity="1" fill="#66FF8A" points="350,305 358,322 356,337 348,323 "/>
23795<polygon opacity="1" fill="#66FFB7" points="348,323 356,337 353,352 345,340 "/>
23796<polygon opacity="1" fill="#66FFE3" points="345,340 353,352 351,366 343,357 "/>
23797<polygon opacity="1" fill="#66F1FF" points="343,357 351,366 348,379 340,371 "/>
23798<polygon opacity="1" fill="#66CDFF" points="340,371 348,379 346,390 338,385 "/>
23799<polygon opacity="1" fill="#66AFFF" points="338,385 346,390 343,400 335,396 "/>
23800<polygon opacity="1" fill="#6698FF" points="335,396 343,400 341,408 333,405 "/>
23801<polygon opacity="1" fill="#6687FF" points="333,405 341,408 338,416 330,413 "/>
23802<polygon opacity="1" fill="#667BFF" points="330,413 338,416 336,422 328,420 "/>
23803<polygon opacity="1" fill="#6673FF" points="328,420 336,422 333,428 325,426 "/>
23804<polygon opacity="1" fill="#666DFF" points="325,426 333,428 331,434 323,432 "/>
23805<polygon opacity="1" fill="#6669FF" points="406,297 414,298 411,302 403,301 "/>
23806<polygon opacity="1" fill="#666CFF" points="403,301 411,302 409,306 401,303 "/>
23807<polygon opacity="1" fill="#6670FF" points="401,303 409,306 406,309 398,306 "/>
23808<polygon opacity="1" fill="#6677FF" points="398,306 406,309 404,311 396,308 "/>
23809<polygon opacity="1" fill="#6680FF" points="396,308 404,311 401,313 393,309 "/>
23810<polygon opacity="1" fill="#668EFF" points="393,309 401,313 399,313 391,308 "/>
23811<polygon opacity="1" fill="#66A1FF" points="391,308 399,313 396,312 388,306 "/>
23812<polygon opacity="1" fill="#66B9FF" points="388,306 396,312 394,311 386,302 "/>
23813<polygon opacity="1" fill="#66D6FF" points="386,302 394,311 391,308 383,297 "/>
23814<polygon opacity="1" fill="#66F7FF" points="383,297 391,308 389,305 381,292 "/>
23815<polygon opacity="1" fill="#66FFE3" points="381,292 389,305 386,301 378,286 "/>
23816<polygon opacity="1" fill="#66FFC0" points="378,286 386,301 384,299 376,282 "/>
23817<polygon opacity="1" fill="#66FF9F" points="376,282 384,299 381,298 373,279 "/>
23818<polygon opacity="1" fill="#66FF85" points="373,279 381,298 379,298 371,278 "/>
23819<polygon opacity="1" fill="#66FF74" points="371,278 379,298 376,302 368,281 "/>
23820<polygon opacity="1" fill="#66FF6E" points="368,281 376,302 374,307 366,287 "/>
23821<polygon opacity="1" fill="#66FF74" points="366,287 374,307 371,316 363,297 "/>
23822<polygon opacity="1" fill="#66FF85" points="363,297 371,316 369,326 361,309 "/>
23823<polygon opacity="1" fill="#66FF9F" points="361,309 369,326 366,338 358,322 "/>
23824<polygon opacity="1" fill="#66FFC0" points="358,322 366,338 364,351 356,337 "/>
23825<polygon opacity="1" fill="#66FFE3" points="356,337 364,351 361,363 353,352 "/>
23826<polygon opacity="1" fill="#66F7FF" points="353,352 361,363 359,375 351,366 "/>
23827<polygon opacity="1" fill="#66D6FF" points="351,366 359,375 356,386 348,379 "/>
23828<polygon opacity="1" fill="#66B9FF" points="348,379 356,386 354,395 346,390 "/>
23829<polygon opacity="1" fill="#66A1FF" points="346,390 354,395 351,404 343,400 "/>
23830<polygon opacity="1" fill="#668EFF" points="343,400 351,404 349,411 341,408 "/>
23831<polygon opacity="1" fill="#6680FF" points="341,408 349,411 346,418 338,416 "/>
23832<polygon opacity="1" fill="#6677FF" points="338,416 346,418 344,425 336,422 "/>
23833<polygon opacity="1" fill="#6670FF" points="336,422 344,425 341,430 333,428 "/>
23834<polygon opacity="1" fill="#666CFF" points="333,428 341,430 339,435 331,434 "/>
23835<polygon opacity="1" fill="#6669FF" points="414,298 422,300 419,304 411,302 "/>
23836<polygon opacity="1" fill="#666BFF" points="411,302 419,304 417,308 409,306 "/>
23837<polygon opacity="1" fill="#666EFF" points="409,306 417,308 414,311 406,309 "/>
23838<polygon opacity="1" fill="#6673FF" points="406,309 414,311 412,314 404,311 "/>
23839<polygon opacity="1" fill="#667AFF" points="404,311 412,314 409,316 401,313 "/>
23840<polygon opacity="1" fill="#6685FF" points="401,313 409,316 407,318 399,313 "/>
23841<polygon opacity="1" fill="#6693FF" points="399,313 407,318 404,318 396,312 "/>
23842<polygon opacity="1" fill="#66A6FF" points="396,312 404,318 402,318 394,311 "/>
23843<polygon opacity="1" fill="#66BCFF" points="394,311 402,318 399,318 391,308 "/>
23844<polygon opacity="1" fill="#66D6FF" points="391,308 399,318 397,316 389,305 "/>
23845<polygon opacity="1" fill="#66F1FF" points="389,305 397,316 394,315 386,301 "/>
23846<polygon opacity="1" fill="#66FFF1" points="386,301 394,315 392,314 384,299 "/>
23847<polygon opacity="1" fill="#66FFD8" points="384,299 392,314 389,315 381,298 "/>
23848<polygon opacity="1" fill="#66FFC4" points="381,298 389,315 387,316 379,298 "/>
23849<polygon opacity="1" fill="#66FFB7" points="379,298 387,316 384,320 376,302 "/>
23850<polygon opacity="1" fill="#66FFB2" points="376,302 384,320 382,326 374,307 "/>
23851<polygon opacity="1" fill="#66FFB7" points="374,307 382,326 379,333 371,316 "/>
23852<polygon opacity="1" fill="#66FFC4" points="371,316 379,333 377,342 369,326 "/>
23853<polygon opacity="1" fill="#66FFD8" points="369,326 377,342 374,351 366,338 "/>
23854<polygon opacity="1" fill="#66FFF1" points="366,338 374,351 372,362 364,351 "/>
23855<polygon opacity="1" fill="#66F1FF" points="364,351 372,362 369,373 361,363 "/>
23856<polygon opacity="1" fill="#66D6FF" points="361,363 369,373 367,383 359,375 "/>
23857<polygon opacity="1" fill="#66BCFF" points="359,375 367,383 364,392 356,386 "/>
23858<polygon opacity="1" fill="#66A6FF" points="356,386 364,392 362,400 354,395 "/>
23859<polygon opacity="1" fill="#6693FF" points="354,395 362,400 359,408 351,404 "/>
23860<polygon opacity="1" fill="#6685FF" points="351,404 359,408 357,415 349,411 "/>
23861<polygon opacity="1" fill="#667AFF" points="349,411 357,415 354,421 346,418 "/>
23862<polygon opacity="1" fill="#6673FF" points="346,418 354,421 352,427 344,425 "/>
23863<polygon opacity="1" fill="#666EFF" points="344,425 352,427 349,432 341,430 "/>
23864<polygon opacity="1" fill="#666BFF" points="341,430 349,432 347,437 339,435 "/>
23865<polygon opacity="1" fill="#6668FF" points="422,300 430,301 427,305 419,304 "/>
23866<polygon opacity="1" fill="#6669FF" points="419,304 427,305 425,309 417,308 "/>
23867<polygon opacity="1" fill="#666CFF" points="417,308 425,309 422,313 414,311 "/>
23868<polygon opacity="1" fill="#6670FF" points="414,311 422,313 420,317 412,314 "/>
23869<polygon opacity="1" fill="#6675FF" points="412,314 420,317 417,319 409,316 "/>
23870<polygon opacity="1" fill="#667DFF" points="409,316 417,319 415,322 407,318 "/>
23871<polygon opacity="1" fill="#6688FF" points="407,318 415,322 412,324 404,318 "/>
23872<polygon opacity="1" fill="#6695FF" points="404,318 412,324 410,325 402,318 "/>
23873<polygon opacity="1" fill="#66A6FF" points="402,318 410,325 407,325 399,318 "/>
23874<polygon opacity="1" fill="#66B9FF" points="399,318 407,325 405,326 397,316 "/>
23875<polygon opacity="1" fill="#66CDFF" points="397,316 405,326 402,327 394,315 "/>
23876<polygon opacity="1" fill="#66E2FF" points="394,315 402,327 400,327 392,314 "/>
23877<polygon opacity="1" fill="#66F4FF" points="392,314 400,327 397,329 389,315 "/>
23878<polygon opacity="1" fill="#66FFFB" points="389,315 397,329 395,332 387,316 "/>
23879<polygon opacity="1" fill="#66FFF1" points="387,316 395,332 392,336 384,320 "/>
23880<polygon opacity="1" fill="#66FFEE" points="384,320 392,336 390,341 382,326 "/>
23881<polygon opacity="1" fill="#66FFF1" points="382,326 390,341 387,347 379,333 "/>
23882<polygon opacity="1" fill="#66FFFB" points="379,333 387,347 385,355 377,342 "/>
23883<polygon opacity="1" fill="#66F4FF" points="377,342 385,355 382,363 374,351 "/>
23884<polygon opacity="1" fill="#66E2FF" points="374,351 382,363 380,372 372,362 "/>
23885<polygon opacity="1" fill="#66CDFF" points="372,362 380,372 377,381 369,373 "/>
23886<polygon opacity="1" fill="#66B9FF" points="369,373 377,381 375,389 367,383 "/>
23887<polygon opacity="1" fill="#66A6FF" points="367,383 375,389 372,397 364,392 "/>
23888<polygon opacity="1" fill="#6695FF" points="364,392 372,397 370,405 362,400 "/>
23889<polygon opacity="1" fill="#6688FF" points="362,400 370,405 367,411 359,408 "/>
23890<polygon opacity="1" fill="#667DFF" points="359,408 367,411 365,417 357,415 "/>
23891<polygon opacity="1" fill="#6675FF" points="357,415 365,417 362,423 354,421 "/>
23892<polygon opacity="1" fill="#6670FF" points="354,421 362,423 360,428 352,427 "/>
23893<polygon opacity="1" fill="#666CFF" points="352,427 360,428 357,433 349,432 "/>
23894<polygon opacity="1" fill="#6669FF" points="349,432 357,433 355,439 347,437 "/>
23895<polygon opacity="1" fill="#6667FF" points="430,301 438,303 435,307 427,305 "/>
23896<polygon opacity="1" fill="#6668FF" points="427,305 435,307 433,311 425,309 "/>
23897<polygon opacity="1" fill="#666AFF" points="425,309 433,311 430,315 422,313 "/>
23898<polygon opacity="1" fill="#666DFF" points="422,313 430,315 428,319 420,317 "/>
23899<polygon opacity="1" fill="#6671FF" points="420,317 428,319 425,323 417,319 "/>
23900<polygon opacity="1" fill="#6676FF" points="417,319 425,323 423,325 415,322 "/>
23901<polygon opacity="1" fill="#667EFF" points="415,322 423,325 420,328 412,324 "/>
23902<polygon opacity="1" fill="#6688FF" points="412,324 420,328 418,330 410,325 "/>
23903<polygon opacity="1" fill="#6693FF" points="410,325 418,330 416,333 407,325 "/>
23904<polygon opacity="1" fill="#66A1FF" points="407,325 416,333 413,335 405,326 "/>
23905<polygon opacity="1" fill="#66AFFF" points="405,326 413,335 410,336 402,327 "/>
23906<polygon opacity="1" fill="#66BEFF" points="402,327 410,336 408,338 400,327 "/>
23907<polygon opacity="1" fill="#66CBFF" points="400,327 408,338 405,341 397,329 "/>
23908<polygon opacity="1" fill="#66D6FF" points="397,329 405,341 403,344 395,332 "/>
23909<polygon opacity="1" fill="#66DDFF" points="395,332 403,344 400,348 392,336 "/>
23910<polygon opacity="1" fill="#66DFFF" points="392,336 400,348 398,353 390,341 "/>
23911<polygon opacity="1" fill="#66DDFF" points="390,341 398,353 395,359 387,347 "/>
23912<polygon opacity="1" fill="#66D6FF" points="387,347 395,359 393,365 385,355 "/>
23913<polygon opacity="1" fill="#66CBFF" points="385,355 393,365 390,373 382,363 "/>
23914<polygon opacity="1" fill="#66BEFF" points="382,363 390,373 388,380 380,372 "/>
23915<polygon opacity="1" fill="#66AFFF" points="380,372 388,380 385,388 377,381 "/>
23916<polygon opacity="1" fill="#66A1FF" points="377,381 385,388 383,395 375,389 "/>
23917<polygon opacity="1" fill="#6693FF" points="375,389 383,395 380,401 372,397 "/>
23918<polygon opacity="1" fill="#6688FF" points="372,397 380,401 378,408 370,405 "/>
23919<polygon opacity="1" fill="#667EFF" points="370,405 378,408 375,414 367,411 "/>
23920<polygon opacity="1" fill="#6676FF" points="367,411 375,414 373,420 365,417 "/>
23921<polygon opacity="1" fill="#6671FF" points="365,417 373,420 370,425 362,423 "/>
23922<polygon opacity="1" fill="#666DFF" points="362,423 370,425 368,430 360,428 "/>
23923<polygon opacity="1" fill="#666AFF" points="360,428 368,430 365,435 357,433 "/>
23924<polygon opacity="1" fill="#6668FF" points="357,433 365,435 363,440 355,439 "/>
23925<polygon opacity="1" fill="#6667FF" points="438,303 446,304 443,309 435,307 "/>
23926<polygon opacity="1" fill="#6668FF" points="435,307 443,309 441,313 433,311 "/>
23927<polygon opacity="1" fill="#6669FF" points="433,311 441,313 438,317 430,315 "/>
23928<polygon opacity="1" fill="#666BFF" points="430,315 438,317 436,321 428,319 "/>
23929<polygon opacity="1" fill="#666DFF" points="428,319 436,321 433,325 425,323 "/>
23930<polygon opacity="1" fill="#6671FF" points="425,323 433,325 431,329 423,325 "/>
23931<polygon opacity="1" fill="#6676FF" points="423,325 431,329 429,332 420,328 "/>
23932<polygon opacity="1" fill="#667DFF" points="420,328 429,332 426,335 418,330 "/>
23933<polygon opacity="1" fill="#6685FF" points="418,330 426,335 424,338 416,333 "/>
23934<polygon opacity="1" fill="#668EFF" points="416,333 424,338 421,341 413,335 "/>
23935<polygon opacity="1" fill="#6698FF" points="413,335 421,341 418,344 410,336 "/>
23936<polygon opacity="1" fill="#66A2FF" points="410,336 418,344 416,346 408,338 "/>
23937<polygon opacity="1" fill="#66ABFF" points="408,338 416,346 413,350 405,341 "/>
23938<polygon opacity="1" fill="#66B2FF" points="405,341 413,350 411,353 403,344 "/>
23939<polygon opacity="1" fill="#66B7FF" points="403,344 411,353 408,358 400,348 "/>
23940<polygon opacity="1" fill="#66B9FF" points="400,348 408,358 406,362 398,353 "/>
23941<polygon opacity="1" fill="#66B7FF" points="398,353 406,362 403,368 395,359 "/>
23942<polygon opacity="1" fill="#66B2FF" points="395,359 403,368 401,373 393,365 "/>
23943<polygon opacity="1" fill="#66ABFF" points="393,365 401,373 399,380 390,373 "/>
23944<polygon opacity="1" fill="#66A2FF" points="390,373 399,380 396,386 388,380 "/>
23945<polygon opacity="1" fill="#6698FF" points="388,380 396,386 393,393 385,388 "/>
23946<polygon opacity="1" fill="#668EFF" points="385,388 393,393 391,399 383,395 "/>
23947<polygon opacity="1" fill="#6685FF" points="383,395 391,399 388,405 380,401 "/>
23948<polygon opacity="1" fill="#667DFF" points="380,401 388,405 386,411 378,408 "/>
23949<polygon opacity="1" fill="#6676FF" points="378,408 386,411 383,417 375,414 "/>
23950<polygon opacity="1" fill="#6671FF" points="375,414 383,417 381,422 373,420 "/>
23951<polygon opacity="1" fill="#666DFF" points="373,420 381,422 378,427 370,425 "/>
23952<polygon opacity="1" fill="#666BFF" points="370,425 378,427 376,432 368,430 "/>
23953<polygon opacity="1" fill="#6669FF" points="368,430 376,432 373,436 365,435 "/>
23954<polygon opacity="1" fill="#6668FF" points="365,435 373,436 371,441 363,440 "/>
23955<polygon opacity="1" fill="#6667FF" points="446,304 454,306 451,310 443,309 "/>
23956<polygon opacity="1" fill="#6667FF" points="443,309 451,310 449,315 441,313 "/>
23957<polygon opacity="1" fill="#6668FF" points="441,313 449,315 446,319 438,317 "/>
23958<polygon opacity="1" fill="#6669FF" points="438,317 446,319 444,323 436,321 "/>
23959<polygon opacity="1" fill="#666BFF" points="436,321 444,323 441,327 433,325 "/>
23960<polygon opacity="1" fill="#666DFF" points="433,325 441,327 439,331 431,329 "/>
23961<polygon opacity="1" fill="#6671FF" points="431,329 439,331 437,335 429,332 "/>
23962<polygon opacity="1" fill="#6675FF" points="429,332 437,335 434,338 426,335 "/>
23963<polygon opacity="1" fill="#667AFF" points="426,335 434,338 432,342 424,338 "/>
23964<polygon opacity="1" fill="#6680FF" points="424,338 432,342 429,346 421,341 "/>
23965<polygon opacity="1" fill="#6687FF" points="421,341 429,346 426,349 418,344 "/>
23966<polygon opacity="1" fill="#668EFF" points="418,344 426,349 424,352 416,346 "/>
23967<polygon opacity="1" fill="#6693FF" points="416,346 424,352 421,356 413,350 "/>
23968<polygon opacity="1" fill="#6698FF" points="413,350 421,356 419,360 411,353 "/>
23969<polygon opacity="1" fill="#669BFF" points="411,353 419,360 416,365 408,358 "/>
23970<polygon opacity="1" fill="#669CFF" points="408,358 416,365 414,369 406,362 "/>
23971<polygon opacity="1" fill="#669BFF" points="406,362 414,369 412,374 403,368 "/>
23972<polygon opacity="1" fill="#6698FF" points="403,368 412,374 409,380 401,373 "/>
23973<polygon opacity="1" fill="#6693FF" points="401,373 409,380 407,385 399,380 "/>
23974<polygon opacity="1" fill="#668EFF" points="399,380 407,385 404,391 396,386 "/>
23975<polygon opacity="1" fill="#6687FF" points="396,386 404,391 401,397 393,393 "/>
23976<polygon opacity="1" fill="#6680FF" points="393,393 401,397 399,403 391,399 "/>
23977<polygon opacity="1" fill="#667AFF" points="391,399 399,403 396,408 388,405 "/>
23978<polygon opacity="1" fill="#6675FF" points="388,405 396,408 394,413 386,411 "/>
23979<polygon opacity="1" fill="#6671FF" points="386,411 394,413 391,419 383,417 "/>
23980<polygon opacity="1" fill="#666DFF" points="383,417 391,419 389,424 381,422 "/>
23981<polygon opacity="1" fill="#666BFF" points="381,422 389,424 386,429 378,427 "/>
23982<polygon opacity="1" fill="#6669FF" points="378,427 386,429 384,433 376,432 "/>
23983<polygon opacity="1" fill="#6668FF" points="376,432 384,433 382,438 373,436 "/>
23984<polygon opacity="1" fill="#6667FF" points="373,436 382,438 379,443 371,441 "/>
23985<polygon opacity="1" fill="#6666FF" points="454,306 462,307 459,312 451,310 "/>
23986<polygon opacity="1" fill="#6667FF" points="451,310 459,312 457,316 449,315 "/>
23987<polygon opacity="1" fill="#6667FF" points="449,315 457,316 454,321 446,319 "/>
23988<polygon opacity="1" fill="#6668FF" points="446,319 454,321 452,325 444,323 "/>
23989<polygon opacity="1" fill="#6669FF" points="444,323 452,325 450,329 441,327 "/>
23990<polygon opacity="1" fill="#666BFF" points="441,327 450,329 447,333 439,331 "/>
23991<polygon opacity="1" fill="#666DFF" points="439,331 447,333 445,338 437,335 "/>
23992<polygon opacity="1" fill="#6670FF" points="437,335 445,338 442,342 434,338 "/>
23993<polygon opacity="1" fill="#6673FF" points="434,338 442,342 440,345 432,342 "/>
23994<polygon opacity="1" fill="#6677FF" points="432,342 440,345 437,349 429,346 "/>
23995<polygon opacity="1" fill="#667BFF" points="429,346 437,349 434,353 426,349 "/>
23996<polygon opacity="1" fill="#667FFF" points="426,349 434,353 432,357 424,352 "/>
23997<polygon opacity="1" fill="#6683FF" points="424,352 432,357 429,361 421,356 "/>
23998<polygon opacity="1" fill="#6686FF" points="421,356 429,361 427,365 419,360 "/>
23999<polygon opacity="1" fill="#6688FF" points="419,360 427,365 424,370 416,365 "/>
24000<polygon opacity="1" fill="#6688FF" points="416,365 424,370 422,374 414,369 "/>
24001<polygon opacity="1" fill="#6688FF" points="414,369 422,374 420,379 412,374 "/>
24002<polygon opacity="1" fill="#6686FF" points="412,374 420,379 417,384 409,380 "/>
24003<polygon opacity="1" fill="#6683FF" points="409,380 417,384 415,389 407,385 "/>
24004<polygon opacity="1" fill="#667FFF" points="407,385 415,389 412,395 404,391 "/>
24005<polygon opacity="1" fill="#667BFF" points="404,391 412,395 409,400 401,397 "/>
24006<polygon opacity="1" fill="#6677FF" points="401,397 409,400 407,406 399,403 "/>
24007<polygon opacity="1" fill="#6673FF" points="399,403 407,406 404,411 396,408 "/>
24008<polygon opacity="1" fill="#6670FF" points="396,408 404,411 402,415 394,413 "/>
24009<polygon opacity="1" fill="#666DFF" points="394,413 402,415 399,421 391,419 "/>
24010<polygon opacity="1" fill="#666BFF" points="391,419 399,421 397,426 389,424 "/>
24011<polygon opacity="1" fill="#6669FF" points="389,424 397,426 394,430 386,429 "/>
24012<polygon opacity="1" fill="#6668FF" points="386,429 394,430 392,435 384,433 "/>
24013<polygon opacity="1" fill="#6667FF" points="384,433 392,435 390,439 382,438 "/>
24014<polygon opacity="1" fill="#6667FF" points="382,438 390,439 387,444 379,443 "/>
24015<polygon opacity="1" fill="#6666FF" points="462,307 470,308 467,313 459,312 "/>
24016<polygon opacity="1" fill="#6666FF" points="459,312 467,313 465,318 457,316 "/>
24017<polygon opacity="1" fill="#6667FF" points="457,316 465,318 463,322 454,321 "/>
24018<polygon opacity="1" fill="#6667FF" points="454,321 463,322 460,327 452,325 "/>
24019<polygon opacity="1" fill="#6668FF" points="452,325 460,327 458,331 450,329 "/>
24020<polygon opacity="1" fill="#6669FF" points="450,329 458,331 455,335 447,333 "/>
24021<polygon opacity="1" fill="#666AFF" points="447,333 455,335 453,340 445,338 "/>
24022<polygon opacity="1" fill="#666CFF" points="445,338 453,340 450,344 442,342 "/>
24023<polygon opacity="1" fill="#666EFF" points="442,342 450,344 448,348 440,345 "/>
24024<polygon opacity="1" fill="#6670FF" points="440,345 448,348 445,352 437,349 "/>
24025<polygon opacity="1" fill="#6673FF" points="437,349 445,352 442,356 434,353 "/>
24026<polygon opacity="1" fill="#6675FF" points="434,353 442,356 440,360 432,357 "/>
24027<polygon opacity="1" fill="#6677FF" points="432,357 440,360 437,365 429,361 "/>
24028<polygon opacity="1" fill="#6679FF" points="429,361 437,365 435,369 427,365 "/>
24029<polygon opacity="1" fill="#667AFF" points="427,365 435,369 433,373 424,370 "/>
24030<polygon opacity="1" fill="#667BFF" points="424,370 433,373 430,378 422,374 "/>
24031<polygon opacity="1" fill="#667AFF" points="422,374 430,378 428,383 420,379 "/>
24032<polygon opacity="1" fill="#6679FF" points="420,379 428,383 425,388 417,384 "/>
24033<polygon opacity="1" fill="#6677FF" points="417,384 425,388 423,393 415,389 "/>
24034<polygon opacity="1" fill="#6675FF" points="415,389 423,393 420,398 412,395 "/>
24035<polygon opacity="1" fill="#6673FF" points="412,395 420,398 417,403 409,400 "/>
24036<polygon opacity="1" fill="#6670FF" points="409,400 417,403 415,408 407,406 "/>
24037<polygon opacity="1" fill="#666EFF" points="407,406 415,408 412,413 404,411 "/>
24038<polygon opacity="1" fill="#666CFF" points="404,411 412,413 410,417 402,415 "/>
24039<polygon opacity="1" fill="#666AFF" points="402,415 410,417 407,422 399,421 "/>
24040<polygon opacity="1" fill="#6669FF" points="399,421 407,422 405,427 397,426 "/>
24041<polygon opacity="1" fill="#6668FF" points="397,426 405,427 403,432 394,430 "/>
24042<polygon opacity="1" fill="#6667FF" points="394,430 403,432 400,436 392,435 "/>
24043<polygon opacity="1" fill="#6667FF" points="392,435 400,436 398,441 390,439 "/>
24044<polygon opacity="1" fill="#6666FF" points="390,439 398,441 395,446 387,444 "/>
24045<polygon opacity="1" fill="#6666FF" points="470,308 479,310 476,315 467,313 "/>
24046<polygon opacity="1" fill="#6666FF" points="467,313 476,315 474,319 465,318 "/>
24047<polygon opacity="1" fill="#6666FF" points="465,318 474,319 471,324 463,322 "/>
24048<polygon opacity="1" fill="#6667FF" points="463,322 471,324 469,328 460,327 "/>
24049<polygon opacity="1" fill="#6667FF" points="460,327 469,328 466,333 458,331 "/>
24050<polygon opacity="1" fill="#6668FF" points="458,331 466,333 464,337 455,335 "/>
24051<polygon opacity="1" fill="#6668FF" points="455,335 464,337 461,342 453,340 "/>
24052<polygon opacity="1" fill="#6669FF" points="453,340 461,342 459,346 450,344 "/>
24053<polygon opacity="1" fill="#666BFF" points="450,344 459,346 456,350 448,348 "/>
24054<polygon opacity="1" fill="#666CFF" points="448,348 456,350 454,355 445,352 "/>
24055<polygon opacity="1" fill="#666DFF" points="445,352 454,355 451,359 442,356 "/>
24056<polygon opacity="1" fill="#666FFF" points="442,356 451,359 449,364 440,360 "/>
24057<polygon opacity="1" fill="#6670FF" points="440,360 449,364 446,368 437,365 "/>
24058<polygon opacity="1" fill="#6671FF" points="437,365 446,368 444,372 435,369 "/>
24059<polygon opacity="1" fill="#6672FF" points="435,369 444,372 441,377 433,373 "/>
24060<polygon opacity="1" fill="#6672FF" points="433,373 441,377 439,381 430,378 "/>
24061<polygon opacity="1" fill="#6672FF" points="430,378 439,381 436,386 428,383 "/>
24062<polygon opacity="1" fill="#6671FF" points="428,383 436,386 434,391 425,388 "/>
24063<polygon opacity="1" fill="#6670FF" points="425,388 434,391 431,395 423,393 "/>
24064<polygon opacity="1" fill="#666FFF" points="423,393 431,395 429,400 420,398 "/>
24065<polygon opacity="1" fill="#666DFF" points="420,398 429,400 426,405 417,403 "/>
24066<polygon opacity="1" fill="#666CFF" points="417,403 426,405 424,410 415,408 "/>
24067<polygon opacity="1" fill="#666BFF" points="415,408 424,410 421,415 412,413 "/>
24068<polygon opacity="1" fill="#6669FF" points="412,413 421,415 419,419 410,417 "/>
24069<polygon opacity="1" fill="#6668FF" points="410,417 419,419 416,424 407,422 "/>
24070<polygon opacity="1" fill="#6668FF" points="407,422 416,424 414,429 405,427 "/>
24071<polygon opacity="1" fill="#6667FF" points="405,427 414,429 411,433 403,432 "/>
24072<polygon opacity="1" fill="#6667FF" points="403,432 411,433 409,438 400,436 "/>
24073<polygon opacity="1" fill="#6666FF" points="400,436 409,438 406,442 398,441 "/>
24074<polygon opacity="1" fill="#6666FF" points="398,441 406,442 404,447 395,446 "/>
24075<polygon opacity="0.1" fill="#000000" points="833,126 833,126 833,380 833,380 "/>
24076<polyline fill="none" opacity="0.2" stroke="#000000" stroke-width="1" points="833,126 833,126 833,380 833,380 833,126 "/>
24077<polyline fill="none" opacity="0.2" stroke="#000000" stroke-width="1" points="833,126 833,380 "/>
24078<polyline fill="none" opacity="0.2" stroke="#000000" stroke-width="1" points="833,126 833,380 "/>
24079<polyline fill="none" opacity="0.2" stroke="#000000" stroke-width="1" points="833,126 833,380 "/>
24080<polyline fill="none" opacity="0.2" stroke="#000000" stroke-width="1" points="833,126 833,380 "/>
24081<polyline fill="none" opacity="0.2" stroke="#000000" stroke-width="1" points="833,126 833,380 "/>
24082<polyline fill="none" opacity="0.2" stroke="#000000" stroke-width="1" points="833,126 833,380 "/>
24083<polyline fill="none" opacity="0.2" stroke="#000000" stroke-width="1" points="833,168 833,168 "/>
24084<polyline fill="none" opacity="0.2" stroke="#000000" stroke-width="1" points="833,211 833,210 "/>
24085<polyline fill="none" opacity="0.2" stroke="#000000" stroke-width="1" points="833,253 833,252 "/>
24086<polyline fill="none" opacity="0.2" stroke="#000000" stroke-width="1" points="833,295 833,295 "/>
24087<polyline fill="none" opacity="0.2" stroke="#000000" stroke-width="1" points="833,337 833,337 "/>
24088<polyline fill="none" opacity="0.2" stroke="#000000" stroke-width="1" points="833,380 833,380 "/>
24089<polygon opacity="0.1" fill="#000000" points="833,126 833,380 1087,380 1087,126 "/>
24090<polyline fill="none" opacity="0.2" stroke="#000000" stroke-width="1" points="833,126 833,380 1087,380 1087,126 833,126 "/>
24091<polyline fill="none" opacity="0.2" stroke="#000000" stroke-width="1" points="875,126 875,380 "/>
24092<polyline fill="none" opacity="0.2" stroke="#000000" stroke-width="1" points="918,126 918,380 "/>
24093<polyline fill="none" opacity="0.2" stroke="#000000" stroke-width="1" points="960,126 960,380 "/>
24094<polyline fill="none" opacity="0.2" stroke="#000000" stroke-width="1" points="1002,126 1002,380 "/>
24095<polyline fill="none" opacity="0.2" stroke="#000000" stroke-width="1" points="1044,126 1044,380 "/>
24096<polyline fill="none" opacity="0.2" stroke="#000000" stroke-width="1" points="1087,126 1087,380 "/>
24097<polyline fill="none" opacity="0.2" stroke="#000000" stroke-width="1" points="833,168 1087,168 "/>
24098<polyline fill="none" opacity="0.2" stroke="#000000" stroke-width="1" points="833,211 1087,211 "/>
24099<polyline fill="none" opacity="0.2" stroke="#000000" stroke-width="1" points="833,253 1087,253 "/>
24100<polyline fill="none" opacity="0.2" stroke="#000000" stroke-width="1" points="833,295 1087,295 "/>
24101<polyline fill="none" opacity="0.2" stroke="#000000" stroke-width="1" points="833,337 1087,337 "/>
24102<polyline fill="none" opacity="0.2" stroke="#000000" stroke-width="1" points="833,380 1087,380 "/>
24103<polygon opacity="0.1" fill="#000000" points="833,126 1087,126 1087,126 833,126 "/>
24104<polyline fill="none" opacity="0.2" stroke="#000000" stroke-width="1" points="833,126 1087,126 1087,126 833,126 833,126 "/>
24105<polyline fill="none" opacity="0.2" stroke="#000000" stroke-width="1" points="875,126 875,126 "/>
24106<polyline fill="none" opacity="0.2" stroke="#000000" stroke-width="1" points="918,126 918,126 "/>
24107<polyline fill="none" opacity="0.2" stroke="#000000" stroke-width="1" points="960,126 960,126 "/>
24108<polyline fill="none" opacity="0.2" stroke="#000000" stroke-width="1" points="1002,126 1002,126 "/>
24109<polyline fill="none" opacity="0.2" stroke="#000000" stroke-width="1" points="1044,126 1044,126 "/>
24110<polyline fill="none" opacity="0.2" stroke="#000000" stroke-width="1" points="1087,126 1087,126 "/>
24111<polyline fill="none" opacity="0.2" stroke="#000000" stroke-width="1" points="833,126 1087,126 "/>
24112<polyline fill="none" opacity="0.2" stroke="#000000" stroke-width="1" points="833,126 1087,126 "/>
24113<polyline fill="none" opacity="0.2" stroke="#000000" stroke-width="1" points="833,126 1087,126 "/>
24114<polyline fill="none" opacity="0.2" stroke="#000000" stroke-width="1" points="833,126 1087,126 "/>
24115<polyline fill="none" opacity="0.2" stroke="#000000" stroke-width="1" points="833,126 1087,126 "/>
24116<polyline fill="none" opacity="0.2" stroke="#000000" stroke-width="1" points="833,126 1087,126 "/>
24117<polyline fill="none" opacity="0.8" stroke="#000000" stroke-width="1" points="833,126 1087,126 "/>
24118<polyline fill="none" opacity="0.8" stroke="#000000" stroke-width="1" points="875,126 875,121 "/>
24119<text x="875" y="116" dy="-0.5ex" text-anchor="middle" font-family="sans-serf" font-size="9.67741935483871" opacity="1" fill="#000000">
24120-2.0
24121</text>
24122<polyline fill="none" opacity="0.8" stroke="#000000" stroke-width="1" points="918,126 918,121 "/>
24123<text x="918" y="116" dy="-0.5ex" text-anchor="middle" font-family="sans-serf" font-size="9.67741935483871" opacity="1" fill="#000000">
24124-1.0
24125</text>
24126<polyline fill="none" opacity="0.8" stroke="#000000" stroke-width="1" points="960,126 960,121 "/>
24127<text x="960" y="116" dy="-0.5ex" text-anchor="middle" font-family="sans-serf" font-size="9.67741935483871" opacity="1" fill="#000000">
241280.0
24129</text>
24130<polyline fill="none" opacity="0.8" stroke="#000000" stroke-width="1" points="1002,126 1002,121 "/>
24131<text x="1002" y="116" dy="-0.5ex" text-anchor="middle" font-family="sans-serf" font-size="9.67741935483871" opacity="1" fill="#000000">
241321.0
24133</text>
24134<polyline fill="none" opacity="0.8" stroke="#000000" stroke-width="1" points="1044,126 1044,121 "/>
24135<text x="1044" y="116" dy="-0.5ex" text-anchor="middle" font-family="sans-serf" font-size="9.67741935483871" opacity="1" fill="#000000">
241362.0
24137</text>
24138<polyline fill="none" opacity="0.8" stroke="#000000" stroke-width="1" points="1087,126 1087,121 "/>
24139<text x="1087" y="116" dy="-0.5ex" text-anchor="middle" font-family="sans-serf" font-size="9.67741935483871" opacity="1" fill="#000000">
241403.0
24141</text>
24142<polyline fill="none" opacity="0.8" stroke="#000000" stroke-width="1" points="833,126 833,126 "/>
24143<polyline fill="none" opacity="0.8" stroke="#000000" stroke-width="1" points="833,126 833,121 "/>
24144<text x="833" y="116" dy="-0.5ex" text-anchor="middle" font-family="sans-serf" font-size="9.67741935483871" opacity="1" fill="#000000">
241451.0
24146</text>
24147<polyline fill="none" opacity="0.8" stroke="#000000" stroke-width="1" points="833,126 833,121 "/>
24148<text x="833" y="116" dy="-0.5ex" text-anchor="middle" font-family="sans-serf" font-size="9.67741935483871" opacity="1" fill="#000000">
241492.0
24150</text>
24151<polyline fill="none" opacity="0.8" stroke="#000000" stroke-width="1" points="833,126 833,121 "/>
24152<text x="833" y="116" dy="-0.5ex" text-anchor="middle" font-family="sans-serf" font-size="9.67741935483871" opacity="1" fill="#000000">
241533.0
24154</text>
24155<polyline fill="none" opacity="0.8" stroke="#000000" stroke-width="1" points="833,126 833,121 "/>
24156<text x="833" y="116" dy="-0.5ex" text-anchor="middle" font-family="sans-serf" font-size="9.67741935483871" opacity="1" fill="#000000">
241574.0
24158</text>
24159<polyline fill="none" opacity="0.8" stroke="#000000" stroke-width="1" points="833,126 833,121 "/>
24160<text x="833" y="116" dy="-0.5ex" text-anchor="middle" font-family="sans-serf" font-size="9.67741935483871" opacity="1" fill="#000000">
241615.0
24162</text>
24163<polyline fill="none" opacity="0.8" stroke="#000000" stroke-width="1" points="833,126 833,121 "/>
24164<text x="833" y="116" dy="-0.5ex" text-anchor="middle" font-family="sans-serf" font-size="9.67741935483871" opacity="1" fill="#000000">
241656.0
24166</text>
24167<polyline fill="none" opacity="0.8" stroke="#000000" stroke-width="1" points="833,126 833,380 "/>
24168<polyline fill="none" opacity="0.8" stroke="#000000" stroke-width="1" points="833,168 828,168 "/>
24169<text x="823" y="168" dy="0.5ex" text-anchor="end" font-family="sans-serf" font-size="9.67741935483871" opacity="1" fill="#000000">
24170-2.0
24171</text>
24172<polyline fill="none" opacity="0.8" stroke="#000000" stroke-width="1" points="833,210 828,210 "/>
24173<text x="823" y="210" dy="0.5ex" text-anchor="end" font-family="sans-serf" font-size="9.67741935483871" opacity="1" fill="#000000">
24174-1.0
24175</text>
24176<polyline fill="none" opacity="0.8" stroke="#000000" stroke-width="1" points="833,252 828,252 "/>
24177<text x="823" y="252" dy="0.5ex" text-anchor="end" font-family="sans-serf" font-size="9.67741935483871" opacity="1" fill="#000000">
241780.0
24179</text>
24180<polyline fill="none" opacity="0.8" stroke="#000000" stroke-width="1" points="833,295 828,295 "/>
24181<text x="823" y="295" dy="0.5ex" text-anchor="end" font-family="sans-serf" font-size="9.67741935483871" opacity="1" fill="#000000">
241821.0
24183</text>
24184<polyline fill="none" opacity="0.8" stroke="#000000" stroke-width="1" points="833,337 828,337 "/>
24185<text x="823" y="337" dy="0.5ex" text-anchor="end" font-family="sans-serf" font-size="9.67741935483871" opacity="1" fill="#000000">
241862.0
24187</text>
24188<polyline fill="none" opacity="0.8" stroke="#000000" stroke-width="1" points="833,380 828,380 "/>
24189<text x="823" y="380" dy="0.5ex" text-anchor="end" font-family="sans-serf" font-size="9.67741935483871" opacity="1" fill="#000000">
241903.0
24191</text>
24192<polygon opacity="1" fill="#6666FF" points="833,126 841,126 841,134 833,134 "/>
24193<polygon opacity="1" fill="#6666FF" points="833,134 841,134 841,143 833,143 "/>
24194<polygon opacity="1" fill="#6666FF" points="833,143 841,143 841,151 833,151 "/>
24195<polygon opacity="1" fill="#6666FF" points="833,151 841,151 841,159 833,159 "/>
24196<polygon opacity="1" fill="#6667FF" points="833,159 841,159 841,168 833,168 "/>
24197<polygon opacity="1" fill="#6667FF" points="833,168 841,168 841,176 833,176 "/>
24198<polygon opacity="1" fill="#6667FF" points="833,176 841,176 841,185 833,185 "/>
24199<polygon opacity="1" fill="#6668FF" points="833,185 841,185 841,193 833,193 "/>
24200<polygon opacity="1" fill="#6669FF" points="833,193 841,193 841,201 833,201 "/>
24201<polygon opacity="1" fill="#6669FF" points="833,201 841,201 841,211 833,211 "/>
24202<polygon opacity="1" fill="#666AFF" points="833,211 841,211 841,219 833,219 "/>
24203<polygon opacity="1" fill="#666BFF" points="833,219 841,219 841,227 833,227 "/>
24204<polygon opacity="1" fill="#666CFF" points="833,227 841,227 841,236 833,236 "/>
24205<polygon opacity="1" fill="#666CFF" points="833,236 841,236 841,244 833,244 "/>
24206<polygon opacity="1" fill="#666DFF" points="833,244 841,244 841,253 833,253 "/>
24207<polygon opacity="1" fill="#666DFF" points="833,253 841,253 841,261 833,261 "/>
24208<polygon opacity="1" fill="#666DFF" points="833,261 841,261 841,269 833,269 "/>
24209<polygon opacity="1" fill="#666CFF" points="833,269 841,269 841,278 833,278 "/>
24210<polygon opacity="1" fill="#666CFF" points="833,278 841,278 841,286 833,286 "/>
24211<polygon opacity="1" fill="#666BFF" points="833,286 841,286 841,295 833,295 "/>
24212<polygon opacity="1" fill="#666AFF" points="833,295 841,295 841,304 833,304 "/>
24213<polygon opacity="1" fill="#6669FF" points="833,304 841,304 841,312 833,312 "/>
24214<polygon opacity="1" fill="#6669FF" points="833,312 841,312 841,320 833,320 "/>
24215<polygon opacity="1" fill="#6668FF" points="833,320 841,320 841,329 833,329 "/>
24216<polygon opacity="1" fill="#6667FF" points="833,329 841,329 841,337 833,337 "/>
24217<polygon opacity="1" fill="#6667FF" points="833,337 841,337 841,346 833,346 "/>
24218<polygon opacity="1" fill="#6667FF" points="833,346 841,346 841,354 833,354 "/>
24219<polygon opacity="1" fill="#6666FF" points="833,354 841,354 841,362 833,362 "/>
24220<polygon opacity="1" fill="#6666FF" points="833,362 841,362 841,371 833,371 "/>
24221<polygon opacity="1" fill="#6666FF" points="833,371 841,371 841,380 833,380 "/>
24222<polygon opacity="1" fill="#6666FF" points="841,126 850,126 850,134 841,134 "/>
24223<polygon opacity="1" fill="#6666FF" points="841,134 850,134 850,143 841,143 "/>
24224<polygon opacity="1" fill="#6666FF" points="841,143 850,143 850,151 841,151 "/>
24225<polygon opacity="1" fill="#6667FF" points="841,151 850,151 850,159 841,159 "/>
24226<polygon opacity="1" fill="#6667FF" points="841,159 850,159 850,168 841,168 "/>
24227<polygon opacity="1" fill="#6668FF" points="841,168 850,168 850,176 841,176 "/>
24228<polygon opacity="1" fill="#6668FF" points="841,176 850,176 850,185 841,185 "/>
24229<polygon opacity="1" fill="#6669FF" points="841,185 850,185 850,193 841,193 "/>
24230<polygon opacity="1" fill="#666BFF" points="841,193 850,193 850,201 841,201 "/>
24231<polygon opacity="1" fill="#666CFF" points="841,201 850,201 850,211 841,211 "/>
24232<polygon opacity="1" fill="#666DFF" points="841,211 850,211 850,219 841,219 "/>
24233<polygon opacity="1" fill="#666FFF" points="841,219 850,219 850,227 841,227 "/>
24234<polygon opacity="1" fill="#6670FF" points="841,227 850,227 850,236 841,236 "/>
24235<polygon opacity="1" fill="#6671FF" points="841,236 850,236 850,244 841,244 "/>
24236<polygon opacity="1" fill="#6672FF" points="841,244 850,244 850,253 841,253 "/>
24237<polygon opacity="1" fill="#6672FF" points="841,253 850,253 850,261 841,261 "/>
24238<polygon opacity="1" fill="#6672FF" points="841,261 850,261 850,269 841,269 "/>
24239<polygon opacity="1" fill="#6671FF" points="841,269 850,269 850,278 841,278 "/>
24240<polygon opacity="1" fill="#6670FF" points="841,278 850,278 850,286 841,286 "/>
24241<polygon opacity="1" fill="#666FFF" points="841,286 850,286 850,295 841,295 "/>
24242<polygon opacity="1" fill="#666DFF" points="841,295 850,295 850,304 841,304 "/>
24243<polygon opacity="1" fill="#666CFF" points="841,304 850,304 850,312 841,312 "/>
24244<polygon opacity="1" fill="#666BFF" points="841,312 850,312 850,320 841,320 "/>
24245<polygon opacity="1" fill="#6669FF" points="841,320 850,320 850,329 841,329 "/>
24246<polygon opacity="1" fill="#6668FF" points="841,329 850,329 850,337 841,337 "/>
24247<polygon opacity="1" fill="#6668FF" points="841,337 850,337 850,346 841,346 "/>
24248<polygon opacity="1" fill="#6667FF" points="841,346 850,346 850,354 841,354 "/>
24249<polygon opacity="1" fill="#6667FF" points="841,354 850,354 850,362 841,362 "/>
24250<polygon opacity="1" fill="#6666FF" points="841,362 850,362 850,371 841,371 "/>
24251<polygon opacity="1" fill="#6666FF" points="841,371 850,371 850,380 841,380 "/>
24252<polygon opacity="1" fill="#6666FF" points="850,126 858,126 858,134 850,134 "/>
24253<polygon opacity="1" fill="#6666FF" points="850,134 858,134 858,143 850,143 "/>
24254<polygon opacity="1" fill="#6667FF" points="850,143 858,143 858,151 850,151 "/>
24255<polygon opacity="1" fill="#6667FF" points="850,151 858,151 858,159 850,159 "/>
24256<polygon opacity="1" fill="#6668FF" points="850,159 858,159 858,168 850,168 "/>
24257<polygon opacity="1" fill="#6669FF" points="850,168 858,168 858,176 850,176 "/>
24258<polygon opacity="1" fill="#666AFF" points="850,176 858,176 858,185 850,185 "/>
24259<polygon opacity="1" fill="#666CFF" points="850,185 858,185 858,193 850,193 "/>
24260<polygon opacity="1" fill="#666EFF" points="850,193 858,193 858,201 850,201 "/>
24261<polygon opacity="1" fill="#6670FF" points="850,201 858,201 858,211 850,211 "/>
24262<polygon opacity="1" fill="#6673FF" points="850,211 858,211 858,219 850,219 "/>
24263<polygon opacity="1" fill="#6675FF" points="850,219 858,219 858,227 850,227 "/>
24264<polygon opacity="1" fill="#6677FF" points="850,227 858,227 858,236 850,236 "/>
24265<polygon opacity="1" fill="#6679FF" points="850,236 858,236 858,244 850,244 "/>
24266<polygon opacity="1" fill="#667AFF" points="850,244 858,244 858,253 850,253 "/>
24267<polygon opacity="1" fill="#667BFF" points="850,253 858,253 858,261 850,261 "/>
24268<polygon opacity="1" fill="#667AFF" points="850,261 858,261 858,269 850,269 "/>
24269<polygon opacity="1" fill="#6679FF" points="850,269 858,269 858,278 850,278 "/>
24270<polygon opacity="1" fill="#6677FF" points="850,278 858,278 858,286 850,286 "/>
24271<polygon opacity="1" fill="#6675FF" points="850,286 858,286 858,295 850,295 "/>
24272<polygon opacity="1" fill="#6673FF" points="850,295 858,295 858,304 850,304 "/>
24273<polygon opacity="1" fill="#6670FF" points="850,304 858,304 858,312 850,312 "/>
24274<polygon opacity="1" fill="#666EFF" points="850,312 858,312 858,320 850,320 "/>
24275<polygon opacity="1" fill="#666CFF" points="850,320 858,320 858,329 850,329 "/>
24276<polygon opacity="1" fill="#666AFF" points="850,329 858,329 858,337 850,337 "/>
24277<polygon opacity="1" fill="#6669FF" points="850,337 858,337 858,346 850,346 "/>
24278<polygon opacity="1" fill="#6668FF" points="850,346 858,346 858,354 850,354 "/>
24279<polygon opacity="1" fill="#6667FF" points="850,354 858,354 858,362 850,362 "/>
24280<polygon opacity="1" fill="#6667FF" points="850,362 858,362 858,371 850,371 "/>
24281<polygon opacity="1" fill="#6666FF" points="850,371 858,371 858,380 850,380 "/>
24282<polygon opacity="1" fill="#6666FF" points="858,126 866,126 866,134 858,134 "/>
24283<polygon opacity="1" fill="#6667FF" points="858,134 866,134 866,143 858,143 "/>
24284<polygon opacity="1" fill="#6667FF" points="858,143 866,143 866,151 858,151 "/>
24285<polygon opacity="1" fill="#6668FF" points="858,151 866,151 866,159 858,159 "/>
24286<polygon opacity="1" fill="#6669FF" points="858,159 866,159 866,168 858,168 "/>
24287<polygon opacity="1" fill="#666BFF" points="858,168 866,168 866,176 858,176 "/>
24288<polygon opacity="1" fill="#666DFF" points="858,176 866,176 866,185 858,185 "/>
24289<polygon opacity="1" fill="#6670FF" points="858,185 866,185 866,193 858,193 "/>
24290<polygon opacity="1" fill="#6673FF" points="858,193 866,193 866,201 858,201 "/>
24291<polygon opacity="1" fill="#6677FF" points="858,201 866,201 866,211 858,211 "/>
24292<polygon opacity="1" fill="#667BFF" points="858,211 866,211 866,219 858,219 "/>
24293<polygon opacity="1" fill="#667FFF" points="858,219 866,219 866,227 858,227 "/>
24294<polygon opacity="1" fill="#6683FF" points="858,227 866,227 866,236 858,236 "/>
24295<polygon opacity="1" fill="#6686FF" points="858,236 866,236 866,244 858,244 "/>
24296<polygon opacity="1" fill="#6688FF" points="858,244 866,244 866,253 858,253 "/>
24297<polygon opacity="1" fill="#6688FF" points="858,253 866,253 866,261 858,261 "/>
24298<polygon opacity="1" fill="#6688FF" points="858,261 866,261 866,269 858,269 "/>
24299<polygon opacity="1" fill="#6686FF" points="858,269 866,269 866,278 858,278 "/>
24300<polygon opacity="1" fill="#6683FF" points="858,278 866,278 866,286 858,286 "/>
24301<polygon opacity="1" fill="#667FFF" points="858,286 866,286 866,295 858,295 "/>
24302<polygon opacity="1" fill="#667BFF" points="858,295 866,295 866,304 858,304 "/>
24303<polygon opacity="1" fill="#6677FF" points="858,304 866,304 866,312 858,312 "/>
24304<polygon opacity="1" fill="#6673FF" points="858,312 866,312 866,320 858,320 "/>
24305<polygon opacity="1" fill="#6670FF" points="858,320 866,320 866,329 858,329 "/>
24306<polygon opacity="1" fill="#666DFF" points="858,329 866,329 866,337 858,337 "/>
24307<polygon opacity="1" fill="#666BFF" points="858,337 866,337 866,346 858,346 "/>
24308<polygon opacity="1" fill="#6669FF" points="858,346 866,346 866,354 858,354 "/>
24309<polygon opacity="1" fill="#6668FF" points="858,354 866,354 866,362 858,362 "/>
24310<polygon opacity="1" fill="#6667FF" points="858,362 866,362 866,371 858,371 "/>
24311<polygon opacity="1" fill="#6667FF" points="858,371 866,371 866,380 858,380 "/>
24312<polygon opacity="1" fill="#6667FF" points="866,126 875,126 875,134 866,134 "/>
24313<polygon opacity="1" fill="#6667FF" points="866,134 875,134 875,143 866,143 "/>
24314<polygon opacity="1" fill="#6668FF" points="866,143 875,143 875,151 866,151 "/>
24315<polygon opacity="1" fill="#6669FF" points="866,151 875,151 875,159 866,159 "/>
24316<polygon opacity="1" fill="#666BFF" points="866,159 875,159 875,168 866,168 "/>
24317<polygon opacity="1" fill="#666DFF" points="866,168 875,168 875,176 866,176 "/>
24318<polygon opacity="1" fill="#6671FF" points="866,176 875,176 875,185 866,185 "/>
24319<polygon opacity="1" fill="#6675FF" points="866,185 875,185 875,193 866,193 "/>
24320<polygon opacity="1" fill="#667AFF" points="866,193 875,193 875,201 866,201 "/>
24321<polygon opacity="1" fill="#6680FF" points="866,201 875,201 875,211 866,211 "/>
24322<polygon opacity="1" fill="#6687FF" points="866,211 875,211 875,219 866,219 "/>
24323<polygon opacity="1" fill="#668EFF" points="866,219 875,219 875,227 866,227 "/>
24324<polygon opacity="1" fill="#6693FF" points="866,227 875,227 875,236 866,236 "/>
24325<polygon opacity="1" fill="#6698FF" points="866,236 875,236 875,244 866,244 "/>
24326<polygon opacity="1" fill="#669BFF" points="866,244 875,244 875,253 866,253 "/>
24327<polygon opacity="1" fill="#669CFF" points="866,253 875,253 875,261 866,261 "/>
24328<polygon opacity="1" fill="#669BFF" points="866,261 875,261 875,269 866,269 "/>
24329<polygon opacity="1" fill="#6698FF" points="866,269 875,269 875,278 866,278 "/>
24330<polygon opacity="1" fill="#6693FF" points="866,278 875,278 875,286 866,286 "/>
24331<polygon opacity="1" fill="#668EFF" points="866,286 875,286 875,295 866,295 "/>
24332<polygon opacity="1" fill="#6687FF" points="866,295 875,295 875,304 866,304 "/>
24333<polygon opacity="1" fill="#6680FF" points="866,304 875,304 875,312 866,312 "/>
24334<polygon opacity="1" fill="#667AFF" points="866,312 875,312 875,320 866,320 "/>
24335<polygon opacity="1" fill="#6675FF" points="866,320 875,320 875,329 866,329 "/>
24336<polygon opacity="1" fill="#6671FF" points="866,329 875,329 875,337 866,337 "/>
24337<polygon opacity="1" fill="#666DFF" points="866,337 875,337 875,346 866,346 "/>
24338<polygon opacity="1" fill="#666BFF" points="866,346 875,346 875,354 866,354 "/>
24339<polygon opacity="1" fill="#6669FF" points="866,354 875,354 875,362 866,362 "/>
24340<polygon opacity="1" fill="#6668FF" points="866,362 875,362 875,371 866,371 "/>
24341<polygon opacity="1" fill="#6667FF" points="866,371 875,371 875,380 866,380 "/>
24342<polygon opacity="1" fill="#6667FF" points="875,126 883,126 883,134 875,134 "/>
24343<polygon opacity="1" fill="#6668FF" points="875,134 883,134 883,143 875,143 "/>
24344<polygon opacity="1" fill="#6669FF" points="875,143 883,143 883,151 875,151 "/>
24345<polygon opacity="1" fill="#666BFF" points="875,151 883,151 883,159 875,159 "/>
24346<polygon opacity="1" fill="#666DFF" points="875,159 883,159 883,168 875,168 "/>
24347<polygon opacity="1" fill="#6671FF" points="875,168 883,168 883,176 875,176 "/>
24348<polygon opacity="1" fill="#6676FF" points="875,176 883,176 883,185 875,185 "/>
24349<polygon opacity="1" fill="#667DFF" points="875,185 883,185 883,193 875,193 "/>
24350<polygon opacity="1" fill="#6685FF" points="875,193 883,193 883,201 875,201 "/>
24351<polygon opacity="1" fill="#668EFF" points="875,201 883,201 883,211 875,211 "/>
24352<polygon opacity="1" fill="#6698FF" points="875,211 883,211 883,219 875,219 "/>
24353<polygon opacity="1" fill="#66A2FF" points="875,219 883,219 883,227 875,227 "/>
24354<polygon opacity="1" fill="#66ABFF" points="875,227 883,227 883,236 875,236 "/>
24355<polygon opacity="1" fill="#66B2FF" points="875,236 883,236 883,244 875,244 "/>
24356<polygon opacity="1" fill="#66B7FF" points="875,244 883,244 883,253 875,253 "/>
24357<polygon opacity="1" fill="#66B9FF" points="875,253 883,253 883,261 875,261 "/>
24358<polygon opacity="1" fill="#66B7FF" points="875,261 883,261 883,269 875,269 "/>
24359<polygon opacity="1" fill="#66B2FF" points="875,269 883,269 883,278 875,278 "/>
24360<polygon opacity="1" fill="#66ABFF" points="875,278 883,278 883,286 875,286 "/>
24361<polygon opacity="1" fill="#66A2FF" points="875,286 883,286 883,295 875,295 "/>
24362<polygon opacity="1" fill="#6698FF" points="875,295 883,295 883,304 875,304 "/>
24363<polygon opacity="1" fill="#668EFF" points="875,304 883,304 883,312 875,312 "/>
24364<polygon opacity="1" fill="#6685FF" points="875,312 883,312 883,320 875,320 "/>
24365<polygon opacity="1" fill="#667DFF" points="875,320 883,320 883,329 875,329 "/>
24366<polygon opacity="1" fill="#6676FF" points="875,329 883,329 883,337 875,337 "/>
24367<polygon opacity="1" fill="#6671FF" points="875,337 883,337 883,346 875,346 "/>
24368<polygon opacity="1" fill="#666DFF" points="875,346 883,346 883,354 875,354 "/>
24369<polygon opacity="1" fill="#666BFF" points="875,354 883,354 883,362 875,362 "/>
24370<polygon opacity="1" fill="#6669FF" points="875,362 883,362 883,371 875,371 "/>
24371<polygon opacity="1" fill="#6668FF" points="875,371 883,371 883,380 875,380 "/>
24372<polygon opacity="1" fill="#6667FF" points="883,126 892,126 892,134 883,134 "/>
24373<polygon opacity="1" fill="#6668FF" points="883,134 892,134 892,143 883,143 "/>
24374<polygon opacity="1" fill="#666AFF" points="883,143 892,143 892,151 883,151 "/>
24375<polygon opacity="1" fill="#666DFF" points="883,151 892,151 892,159 883,159 "/>
24376<polygon opacity="1" fill="#6671FF" points="883,159 892,159 892,168 883,168 "/>
24377<polygon opacity="1" fill="#6676FF" points="883,168 892,168 892,176 883,176 "/>
24378<polygon opacity="1" fill="#667EFF" points="883,176 892,176 892,185 883,185 "/>
24379<polygon opacity="1" fill="#6688FF" points="883,185 892,185 892,193 883,193 "/>
24380<polygon opacity="1" fill="#6693FF" points="883,193 892,193 892,201 883,201 "/>
24381<polygon opacity="1" fill="#66A1FF" points="883,201 892,201 892,211 883,211 "/>
24382<polygon opacity="1" fill="#66AFFF" points="883,211 892,211 892,219 883,219 "/>
24383<polygon opacity="1" fill="#66BEFF" points="883,219 892,219 892,227 883,227 "/>
24384<polygon opacity="1" fill="#66CBFF" points="883,227 892,227 892,236 883,236 "/>
24385<polygon opacity="1" fill="#66D6FF" points="883,236 892,236 892,244 883,244 "/>
24386<polygon opacity="1" fill="#66DDFF" points="883,244 892,244 892,253 883,253 "/>
24387<polygon opacity="1" fill="#66DFFF" points="883,253 892,253 892,261 883,261 "/>
24388<polygon opacity="1" fill="#66DDFF" points="883,261 892,261 892,269 883,269 "/>
24389<polygon opacity="1" fill="#66D6FF" points="883,269 892,269 892,278 883,278 "/>
24390<polygon opacity="1" fill="#66CBFF" points="883,278 892,278 892,286 883,286 "/>
24391<polygon opacity="1" fill="#66BEFF" points="883,286 892,286 892,295 883,295 "/>
24392<polygon opacity="1" fill="#66AFFF" points="883,295 892,295 892,304 883,304 "/>
24393<polygon opacity="1" fill="#66A1FF" points="883,304 892,304 892,312 883,312 "/>
24394<polygon opacity="1" fill="#6693FF" points="883,312 892,312 892,320 883,320 "/>
24395<polygon opacity="1" fill="#6688FF" points="883,320 892,320 892,329 883,329 "/>
24396<polygon opacity="1" fill="#667EFF" points="883,329 892,329 892,337 883,337 "/>
24397<polygon opacity="1" fill="#6676FF" points="883,337 892,337 892,346 883,346 "/>
24398<polygon opacity="1" fill="#6671FF" points="883,346 892,346 892,354 883,354 "/>
24399<polygon opacity="1" fill="#666DFF" points="883,354 892,354 892,362 883,362 "/>
24400<polygon opacity="1" fill="#666AFF" points="883,362 892,362 892,371 883,371 "/>
24401<polygon opacity="1" fill="#6668FF" points="883,371 892,371 892,380 883,380 "/>
24402<polygon opacity="1" fill="#6668FF" points="892,126 900,126 900,134 892,134 "/>
24403<polygon opacity="1" fill="#6669FF" points="892,134 900,134 900,143 892,143 "/>
24404<polygon opacity="1" fill="#666CFF" points="892,143 900,143 900,151 892,151 "/>
24405<polygon opacity="1" fill="#6670FF" points="892,151 900,151 900,159 892,159 "/>
24406<polygon opacity="1" fill="#6675FF" points="892,159 900,159 900,168 892,168 "/>
24407<polygon opacity="1" fill="#667DFF" points="892,168 900,168 900,176 892,176 "/>
24408<polygon opacity="1" fill="#6688FF" points="892,176 900,176 900,185 892,185 "/>
24409<polygon opacity="1" fill="#6695FF" points="892,185 900,185 900,193 892,193 "/>
24410<polygon opacity="1" fill="#66A6FF" points="892,193 900,193 900,201 892,201 "/>
24411<polygon opacity="1" fill="#66B9FF" points="892,201 900,201 900,211 892,211 "/>
24412<polygon opacity="1" fill="#66CDFF" points="892,211 900,211 900,219 892,219 "/>
24413<polygon opacity="1" fill="#66E2FF" points="892,219 900,219 900,227 892,227 "/>
24414<polygon opacity="1" fill="#66F4FF" points="892,227 900,227 900,236 892,236 "/>
24415<polygon opacity="1" fill="#66FFFB" points="892,236 900,236 900,244 892,244 "/>
24416<polygon opacity="1" fill="#66FFF1" points="892,244 900,244 900,253 892,253 "/>
24417<polygon opacity="1" fill="#66FFEE" points="892,253 900,253 900,261 892,261 "/>
24418<polygon opacity="1" fill="#66FFF1" points="892,261 900,261 900,269 892,269 "/>
24419<polygon opacity="1" fill="#66FFFB" points="892,269 900,269 900,278 892,278 "/>
24420<polygon opacity="1" fill="#66F4FF" points="892,278 900,278 900,286 892,286 "/>
24421<polygon opacity="1" fill="#66E2FF" points="892,286 900,286 900,295 892,295 "/>
24422<polygon opacity="1" fill="#66CDFF" points="892,295 900,295 900,304 892,304 "/>
24423<polygon opacity="1" fill="#66B9FF" points="892,304 900,304 900,312 892,312 "/>
24424<polygon opacity="1" fill="#66A6FF" points="892,312 900,312 900,320 892,320 "/>
24425<polygon opacity="1" fill="#6695FF" points="892,320 900,320 900,329 892,329 "/>
24426<polygon opacity="1" fill="#6688FF" points="892,329 900,329 900,337 892,337 "/>
24427<polygon opacity="1" fill="#667DFF" points="892,337 900,337 900,346 892,346 "/>
24428<polygon opacity="1" fill="#6675FF" points="892,346 900,346 900,354 892,354 "/>
24429<polygon opacity="1" fill="#6670FF" points="892,354 900,354 900,362 892,362 "/>
24430<polygon opacity="1" fill="#666CFF" points="892,362 900,362 900,371 892,371 "/>
24431<polygon opacity="1" fill="#6669FF" points="892,371 900,371 900,380 892,380 "/>
24432<polygon opacity="1" fill="#6669FF" points="900,126 908,126 908,134 900,134 "/>
24433<polygon opacity="1" fill="#666BFF" points="900,134 908,134 908,143 900,143 "/>
24434<polygon opacity="1" fill="#666EFF" points="900,143 908,143 908,151 900,151 "/>
24435<polygon opacity="1" fill="#6673FF" points="900,151 908,151 908,159 900,159 "/>
24436<polygon opacity="1" fill="#667AFF" points="900,159 908,159 908,168 900,168 "/>
24437<polygon opacity="1" fill="#6685FF" points="900,168 908,168 908,176 900,176 "/>
24438<polygon opacity="1" fill="#6693FF" points="900,176 908,176 908,185 900,185 "/>
24439<polygon opacity="1" fill="#66A6FF" points="900,185 908,185 908,193 900,193 "/>
24440<polygon opacity="1" fill="#66BCFF" points="900,193 908,193 908,201 900,201 "/>
24441<polygon opacity="1" fill="#66D6FF" points="900,201 908,201 908,211 900,211 "/>
24442<polygon opacity="1" fill="#66F1FF" points="900,211 908,211 908,219 900,219 "/>
24443<polygon opacity="1" fill="#66FFF1" points="900,219 908,219 908,227 900,227 "/>
24444<polygon opacity="1" fill="#66FFD8" points="900,227 908,227 908,236 900,236 "/>
24445<polygon opacity="1" fill="#66FFC4" points="900,236 908,236 908,244 900,244 "/>
24446<polygon opacity="1" fill="#66FFB7" points="900,244 908,244 908,253 900,253 "/>
24447<polygon opacity="1" fill="#66FFB2" points="900,253 908,253 908,261 900,261 "/>
24448<polygon opacity="1" fill="#66FFB7" points="900,261 908,261 908,269 900,269 "/>
24449<polygon opacity="1" fill="#66FFC4" points="900,269 908,269 908,278 900,278 "/>
24450<polygon opacity="1" fill="#66FFD8" points="900,278 908,278 908,286 900,286 "/>
24451<polygon opacity="1" fill="#66FFF1" points="900,286 908,286 908,295 900,295 "/>
24452<polygon opacity="1" fill="#66F1FF" points="900,295 908,295 908,304 900,304 "/>
24453<polygon opacity="1" fill="#66D6FF" points="900,304 908,304 908,312 900,312 "/>
24454<polygon opacity="1" fill="#66BCFF" points="900,312 908,312 908,320 900,320 "/>
24455<polygon opacity="1" fill="#66A6FF" points="900,320 908,320 908,329 900,329 "/>
24456<polygon opacity="1" fill="#6693FF" points="900,329 908,329 908,337 900,337 "/>
24457<polygon opacity="1" fill="#6685FF" points="900,337 908,337 908,346 900,346 "/>
24458<polygon opacity="1" fill="#667AFF" points="900,346 908,346 908,354 900,354 "/>
24459<polygon opacity="1" fill="#6673FF" points="900,354 908,354 908,362 900,362 "/>
24460<polygon opacity="1" fill="#666EFF" points="900,362 908,362 908,371 900,371 "/>
24461<polygon opacity="1" fill="#666BFF" points="900,371 908,371 908,380 900,380 "/>
24462<polygon opacity="1" fill="#6669FF" points="908,126 918,126 918,134 908,134 "/>
24463<polygon opacity="1" fill="#666CFF" points="908,134 918,134 918,143 908,143 "/>
24464<polygon opacity="1" fill="#6670FF" points="908,143 918,143 918,151 908,151 "/>
24465<polygon opacity="1" fill="#6677FF" points="908,151 918,151 918,159 908,159 "/>
24466<polygon opacity="1" fill="#6680FF" points="908,159 918,159 918,168 908,168 "/>
24467<polygon opacity="1" fill="#668EFF" points="908,168 918,168 918,176 908,176 "/>
24468<polygon opacity="1" fill="#66A1FF" points="908,176 918,176 918,185 908,185 "/>
24469<polygon opacity="1" fill="#66B9FF" points="908,185 918,185 918,193 908,193 "/>
24470<polygon opacity="1" fill="#66D6FF" points="908,193 918,193 918,201 908,201 "/>
24471<polygon opacity="1" fill="#66F7FF" points="908,201 918,201 918,211 908,211 "/>
24472<polygon opacity="1" fill="#66FFE3" points="908,211 918,211 918,219 908,219 "/>
24473<polygon opacity="1" fill="#66FFC0" points="908,219 918,219 918,227 908,227 "/>
24474<polygon opacity="1" fill="#66FF9F" points="908,227 918,227 918,236 908,236 "/>
24475<polygon opacity="1" fill="#66FF85" points="908,236 918,236 918,244 908,244 "/>
24476<polygon opacity="1" fill="#66FF74" points="908,244 918,244 918,252 908,253 "/>
24477<polygon opacity="1" fill="#66FF6E" points="908,253 918,252 918,261 908,261 "/>
24478<polygon opacity="1" fill="#66FF74" points="908,261 918,261 918,269 908,269 "/>
24479<polygon opacity="1" fill="#66FF85" points="908,269 918,269 918,278 908,278 "/>
24480<polygon opacity="1" fill="#66FF9F" points="908,278 918,278 918,286 908,286 "/>
24481<polygon opacity="1" fill="#66FFC0" points="908,286 918,286 918,295 908,295 "/>
24482<polygon opacity="1" fill="#66FFE3" points="908,295 918,295 918,304 908,304 "/>
24483<polygon opacity="1" fill="#66F7FF" points="908,304 918,304 918,312 908,312 "/>
24484<polygon opacity="1" fill="#66D6FF" points="908,312 918,312 918,320 908,320 "/>
24485<polygon opacity="1" fill="#66B9FF" points="908,320 918,320 918,329 908,329 "/>
24486<polygon opacity="1" fill="#66A1FF" points="908,329 918,329 918,337 908,337 "/>
24487<polygon opacity="1" fill="#668EFF" points="908,337 918,337 918,346 908,346 "/>
24488<polygon opacity="1" fill="#6680FF" points="908,346 918,346 918,354 908,354 "/>
24489<polygon opacity="1" fill="#6677FF" points="908,354 918,354 918,362 908,362 "/>
24490<polygon opacity="1" fill="#6670FF" points="908,362 918,362 918,371 908,371 "/>
24491<polygon opacity="1" fill="#666CFF" points="908,371 918,371 918,380 908,380 "/>
24492<polygon opacity="1" fill="#666AFF" points="918,126 926,126 926,134 918,134 "/>
24493<polygon opacity="1" fill="#666DFF" points="918,134 926,134 926,143 918,143 "/>
24494<polygon opacity="1" fill="#6673FF" points="918,143 926,143 926,151 918,151 "/>
24495<polygon opacity="1" fill="#667BFF" points="918,151 926,151 926,159 918,159 "/>
24496<polygon opacity="1" fill="#6687FF" points="918,159 926,159 926,168 918,168 "/>
24497<polygon opacity="1" fill="#6698FF" points="918,168 926,168 926,176 918,176 "/>
24498<polygon opacity="1" fill="#66AFFF" points="918,176 926,176 926,185 918,185 "/>
24499<polygon opacity="1" fill="#66CDFF" points="918,185 926,185 926,193 918,193 "/>
24500<polygon opacity="1" fill="#66F1FF" points="918,193 926,193 926,201 918,201 "/>
24501<polygon opacity="1" fill="#66FFE3" points="918,201 926,201 926,211 918,211 "/>
24502<polygon opacity="1" fill="#66FFB7" points="918,211 926,211 926,219 918,219 "/>
24503<polygon opacity="1" fill="#66FF8A" points="918,219 926,219 926,227 918,227 "/>
24504<polygon opacity="1" fill="#6AFF66" points="918,227 926,227 926,236 918,236 "/>
24505<polygon opacity="1" fill="#8BFF66" points="918,236 926,236 926,244 918,244 "/>
24506<polygon opacity="1" fill="#A0FF66" points="918,244 926,244 926,252 918,252 "/>
24507<polygon opacity="1" fill="#A7FF66" points="918,252 926,252 926,261 918,261 "/>
24508<polygon opacity="1" fill="#A0FF66" points="918,261 926,261 926,269 918,269 "/>
24509<polygon opacity="1" fill="#8BFF66" points="918,269 926,269 926,278 918,278 "/>
24510<polygon opacity="1" fill="#6AFF66" points="918,278 926,278 926,286 918,286 "/>
24511<polygon opacity="1" fill="#66FF8A" points="918,286 926,286 926,295 918,295 "/>
24512<polygon opacity="1" fill="#66FFB7" points="918,295 926,295 926,304 918,304 "/>
24513<polygon opacity="1" fill="#66FFE3" points="918,304 926,304 926,312 918,312 "/>
24514<polygon opacity="1" fill="#66F1FF" points="918,312 926,312 926,320 918,320 "/>
24515<polygon opacity="1" fill="#66CDFF" points="918,320 926,320 926,329 918,329 "/>
24516<polygon opacity="1" fill="#66AFFF" points="918,329 926,329 926,337 918,337 "/>
24517<polygon opacity="1" fill="#6698FF" points="918,337 926,337 926,346 918,346 "/>
24518<polygon opacity="1" fill="#6687FF" points="918,346 926,346 926,354 918,354 "/>
24519<polygon opacity="1" fill="#667BFF" points="918,354 926,354 926,362 918,362 "/>
24520<polygon opacity="1" fill="#6673FF" points="918,362 926,362 926,371 918,371 "/>
24521<polygon opacity="1" fill="#666DFF" points="918,371 926,371 926,380 918,380 "/>
24522<polygon opacity="1" fill="#666BFF" points="926,126 934,126 934,134 926,134 "/>
24523<polygon opacity="1" fill="#666FFF" points="926,134 934,134 934,143 926,143 "/>
24524<polygon opacity="1" fill="#6675FF" points="926,143 934,143 934,151 926,151 "/>
24525<polygon opacity="1" fill="#667FFF" points="926,151 934,151 934,159 926,159 "/>
24526<polygon opacity="1" fill="#668EFF" points="926,159 934,159 934,168 926,168 "/>
24527<polygon opacity="1" fill="#66A2FF" points="926,168 934,168 934,176 926,176 "/>
24528<polygon opacity="1" fill="#66BEFF" points="926,176 934,176 934,185 926,185 "/>
24529<polygon opacity="1" fill="#66E2FF" points="926,185 934,185 934,193 926,193 "/>
24530<polygon opacity="1" fill="#66FFF1" points="926,193 934,193 934,201 926,201 "/>
24531<polygon opacity="1" fill="#66FFC0" points="926,201 934,201 934,211 926,211 "/>
24532<polygon opacity="1" fill="#66FF8A" points="926,211 934,211 934,219 926,219 "/>
24533<polygon opacity="1" fill="#77FF66" points="926,219 934,219 934,227 926,227 "/>
24534<polygon opacity="1" fill="#A7FF66" points="926,227 934,227 934,236 926,236 "/>
24535<polygon opacity="1" fill="#CEFF66" points="926,236 934,236 934,244 926,244 "/>
24536<polygon opacity="1" fill="#E8FF66" points="926,244 934,244 934,252 926,252 "/>
24537<polygon opacity="1" fill="#F0FF66" points="926,252 934,252 934,261 926,261 "/>
24538<polygon opacity="1" fill="#E8FF66" points="926,261 934,261 934,269 926,269 "/>
24539<polygon opacity="1" fill="#CEFF66" points="926,269 934,269 934,278 926,278 "/>
24540<polygon opacity="1" fill="#A7FF66" points="926,278 934,278 934,286 926,286 "/>
24541<polygon opacity="1" fill="#77FF66" points="926,286 934,286 934,295 926,295 "/>
24542<polygon opacity="1" fill="#66FF8A" points="926,295 934,295 934,304 926,304 "/>
24543<polygon opacity="1" fill="#66FFC0" points="926,304 934,304 934,312 926,312 "/>
24544<polygon opacity="1" fill="#66FFF1" points="926,312 934,312 934,320 926,320 "/>
24545<polygon opacity="1" fill="#66E2FF" points="926,320 934,320 934,329 926,329 "/>
24546<polygon opacity="1" fill="#66BEFF" points="926,329 934,329 934,337 926,337 "/>
24547<polygon opacity="1" fill="#66A2FF" points="926,337 934,337 934,346 926,346 "/>
24548<polygon opacity="1" fill="#668EFF" points="926,346 934,346 934,354 926,354 "/>
24549<polygon opacity="1" fill="#667FFF" points="926,354 934,354 934,362 926,362 "/>
24550<polygon opacity="1" fill="#6675FF" points="926,362 934,362 934,371 926,371 "/>
24551<polygon opacity="1" fill="#666FFF" points="926,371 934,371 934,380 926,380 "/>
24552<polygon opacity="1" fill="#666CFF" points="934,126 943,126 943,134 934,134 "/>
24553<polygon opacity="1" fill="#6670FF" points="934,134 943,134 943,143 934,143 "/>
24554<polygon opacity="1" fill="#6677FF" points="934,143 943,143 943,151 934,151 "/>
24555<polygon opacity="1" fill="#6683FF" points="934,151 943,151 943,159 934,159 "/>
24556<polygon opacity="1" fill="#6693FF" points="934,159 943,159 943,168 934,168 "/>
24557<polygon opacity="1" fill="#66ABFF" points="934,168 943,168 943,176 934,176 "/>
24558<polygon opacity="1" fill="#66CBFF" points="934,176 943,176 943,185 934,185 "/>
24559<polygon opacity="1" fill="#66F4FF" points="934,185 943,185 943,193 934,193 "/>
24560<polygon opacity="1" fill="#66FFD8" points="934,193 943,193 943,201 934,201 "/>
24561<polygon opacity="1" fill="#66FF9F" points="934,201 943,201 943,211 934,211 "/>
24562<polygon opacity="1" fill="#6AFF66" points="934,211 943,211 943,219 934,219 "/>
24563<polygon opacity="1" fill="#A7FF66" points="934,219 943,219 943,227 934,227 "/>
24564<polygon opacity="1" fill="#DFFF66" points="934,227 943,227 943,236 934,236 "/>
24565<polygon opacity="1" fill="#FFF266" points="934,236 943,236 943,244 934,244 "/>
24566<polygon opacity="1" fill="#FFD566" points="934,244 943,244 943,252 934,252 "/>
24567<polygon opacity="1" fill="#FFCB66" points="934,252 943,252 943,261 934,261 "/>
24568<polygon opacity="1" fill="#FFD566" points="934,261 943,261 943,269 934,269 "/>
24569<polygon opacity="1" fill="#FFF266" points="934,269 943,269 943,278 934,278 "/>
24570<polygon opacity="1" fill="#DFFF66" points="934,278 943,278 943,286 934,286 "/>
24571<polygon opacity="1" fill="#A7FF66" points="934,286 943,286 943,295 934,295 "/>
24572<polygon opacity="1" fill="#6AFF66" points="934,295 943,295 943,304 934,304 "/>
24573<polygon opacity="1" fill="#66FF9F" points="934,304 943,304 943,312 934,312 "/>
24574<polygon opacity="1" fill="#66FFD8" points="934,312 943,312 943,320 934,320 "/>
24575<polygon opacity="1" fill="#66F4FF" points="934,320 943,320 943,329 934,329 "/>
24576<polygon opacity="1" fill="#66CBFF" points="934,329 943,329 943,337 934,337 "/>
24577<polygon opacity="1" fill="#66ABFF" points="934,337 943,337 943,346 934,346 "/>
24578<polygon opacity="1" fill="#6693FF" points="934,346 943,346 943,354 934,354 "/>
24579<polygon opacity="1" fill="#6683FF" points="934,354 943,354 943,362 934,362 "/>
24580<polygon opacity="1" fill="#6677FF" points="934,362 943,362 943,371 934,371 "/>
24581<polygon opacity="1" fill="#6670FF" points="934,371 943,371 943,380 934,380 "/>
24582<polygon opacity="1" fill="#666CFF" points="943,126 951,126 951,134 943,134 "/>
24583<polygon opacity="1" fill="#6671FF" points="943,134 951,134 951,143 943,143 "/>
24584<polygon opacity="1" fill="#6679FF" points="943,143 951,143 951,151 943,151 "/>
24585<polygon opacity="1" fill="#6686FF" points="943,151 951,151 951,159 943,159 "/>
24586<polygon opacity="1" fill="#6698FF" points="943,159 951,159 951,168 943,168 "/>
24587<polygon opacity="1" fill="#66B2FF" points="943,168 951,168 951,176 943,176 "/>
24588<polygon opacity="1" fill="#66D6FF" points="943,176 951,176 951,185 943,185 "/>
24589<polygon opacity="1" fill="#66FFFB" points="943,185 951,185 951,193 943,193 "/>
24590<polygon opacity="1" fill="#66FFC4" points="943,193 951,193 951,201 943,201 "/>
24591<polygon opacity="1" fill="#66FF85" points="943,201 951,201 951,211 943,211 "/>
24592<polygon opacity="1" fill="#8BFF66" points="943,211 951,211 951,219 943,219 "/>
24593<polygon opacity="1" fill="#CEFF66" points="943,219 951,219 951,227 943,227 "/>
24594<polygon opacity="1" fill="#FFF266" points="943,227 951,227 951,236 943,236 "/>
24595<polygon opacity="1" fill="#FFC066" points="943,236 951,236 951,244 943,244 "/>
24596<polygon opacity="1" fill="#FFA066" points="943,244 951,244 951,252 943,252 "/>
24597<polygon opacity="1" fill="#FF9566" points="943,252 951,252 951,261 943,261 "/>
24598<polygon opacity="1" fill="#FFA066" points="943,261 951,261 951,269 943,269 "/>
24599<polygon opacity="1" fill="#FFC066" points="943,269 951,269 951,278 943,278 "/>
24600<polygon opacity="1" fill="#FFF266" points="943,278 951,278 951,286 943,286 "/>
24601<polygon opacity="1" fill="#CEFF66" points="943,286 951,286 951,295 943,295 "/>
24602<polygon opacity="1" fill="#8BFF66" points="943,295 951,295 951,304 943,304 "/>
24603<polygon opacity="1" fill="#66FF85" points="943,304 951,304 951,312 943,312 "/>
24604<polygon opacity="1" fill="#66FFC4" points="943,312 951,312 951,320 943,320 "/>
24605<polygon opacity="1" fill="#66FFFB" points="943,320 951,320 951,329 943,329 "/>
24606<polygon opacity="1" fill="#66D6FF" points="943,329 951,329 951,337 943,337 "/>
24607<polygon opacity="1" fill="#66B2FF" points="943,337 951,337 951,346 943,346 "/>
24608<polygon opacity="1" fill="#6698FF" points="943,346 951,346 951,354 943,354 "/>
24609<polygon opacity="1" fill="#6686FF" points="943,354 951,354 951,362 943,362 "/>
24610<polygon opacity="1" fill="#6679FF" points="943,362 951,362 951,371 943,371 "/>
24611<polygon opacity="1" fill="#6671FF" points="943,371 951,371 951,380 943,380 "/>
24612<polygon opacity="1" fill="#666DFF" points="951,126 960,126 960,134 951,134 "/>
24613<polygon opacity="1" fill="#6672FF" points="951,134 960,134 960,143 951,143 "/>
24614<polygon opacity="1" fill="#667AFF" points="951,143 960,143 960,151 951,151 "/>
24615<polygon opacity="1" fill="#6688FF" points="951,151 960,151 960,159 951,159 "/>
24616<polygon opacity="1" fill="#669BFF" points="951,159 960,159 960,168 951,168 "/>
24617<polygon opacity="1" fill="#66B7FF" points="951,168 960,168 960,176 951,176 "/>
24618<polygon opacity="1" fill="#66DDFF" points="951,176 960,176 960,185 951,185 "/>
24619<polygon opacity="1" fill="#66FFF1" points="951,185 960,185 960,193 951,193 "/>
24620<polygon opacity="1" fill="#66FFB7" points="951,193 960,193 960,201 951,201 "/>
24621<polygon opacity="1" fill="#66FF74" points="951,201 960,201 960,210 951,211 "/>
24622<polygon opacity="1" fill="#A0FF66" points="951,211 960,210 960,219 951,219 "/>
24623<polygon opacity="1" fill="#E8FF66" points="951,219 960,219 960,227 951,227 "/>
24624<polygon opacity="1" fill="#FFD566" points="951,227 960,227 960,236 951,236 "/>
24625<polygon opacity="1" fill="#FFA066" points="951,236 960,236 960,244 951,244 "/>
24626<polygon opacity="1" fill="#FF7E66" points="951,244 960,244 960,252 951,252 "/>
24627<polygon opacity="1" fill="#FF7266" points="951,252 960,252 960,261 951,261 "/>
24628<polygon opacity="1" fill="#FF7E66" points="951,261 960,261 960,269 951,269 "/>
24629<polygon opacity="1" fill="#FFA066" points="951,269 960,269 960,278 951,278 "/>
24630<polygon opacity="1" fill="#FFD566" points="951,278 960,278 960,286 951,286 "/>
24631<polygon opacity="1" fill="#E8FF66" points="951,286 960,286 960,295 951,295 "/>
24632<polygon opacity="1" fill="#A0FF66" points="951,295 960,295 960,304 951,304 "/>
24633<polygon opacity="1" fill="#66FF74" points="951,304 960,304 960,312 951,312 "/>
24634<polygon opacity="1" fill="#66FFB7" points="951,312 960,312 960,320 951,320 "/>
24635<polygon opacity="1" fill="#66FFF1" points="951,320 960,320 960,329 951,329 "/>
24636<polygon opacity="1" fill="#66DDFF" points="951,329 960,329 960,337 951,337 "/>
24637<polygon opacity="1" fill="#66B7FF" points="951,337 960,337 960,346 951,346 "/>
24638<polygon opacity="1" fill="#669BFF" points="951,346 960,346 960,354 951,354 "/>
24639<polygon opacity="1" fill="#6688FF" points="951,354 960,354 960,362 951,362 "/>
24640<polygon opacity="1" fill="#667AFF" points="951,362 960,362 960,371 951,371 "/>
24641<polygon opacity="1" fill="#6672FF" points="951,371 960,371 960,380 951,380 "/>
24642<polygon opacity="1" fill="#666DFF" points="960,126 968,126 968,134 960,134 "/>
24643<polygon opacity="1" fill="#6672FF" points="960,134 968,134 968,143 960,143 "/>
24644<polygon opacity="1" fill="#667BFF" points="960,143 968,143 968,151 960,151 "/>
24645<polygon opacity="1" fill="#6688FF" points="960,151 968,151 968,159 960,159 "/>
24646<polygon opacity="1" fill="#669CFF" points="960,159 968,159 968,168 960,168 "/>
24647<polygon opacity="1" fill="#66B9FF" points="960,168 968,168 968,176 960,176 "/>
24648<polygon opacity="1" fill="#66DFFF" points="960,176 968,176 968,185 960,185 "/>
24649<polygon opacity="1" fill="#66FFEE" points="960,185 968,185 968,193 960,193 "/>
24650<polygon opacity="1" fill="#66FFB2" points="960,193 968,193 968,201 960,201 "/>
24651<polygon opacity="1" fill="#66FF6E" points="960,201 968,201 968,211 960,210 "/>
24652<polygon opacity="1" fill="#A7FF66" points="960,210 968,211 968,219 960,219 "/>
24653<polygon opacity="1" fill="#F0FF66" points="960,219 968,219 968,227 960,227 "/>
24654<polygon opacity="1" fill="#FFCB66" points="960,227 968,227 968,236 960,236 "/>
24655<polygon opacity="1" fill="#FF9566" points="960,236 968,236 968,244 960,244 "/>
24656<polygon opacity="1" fill="#FF7266" points="960,244 968,244 968,252 960,252 "/>
24657<polygon opacity="1" fill="#FF6666" points="960,252 968,252 968,261 960,261 "/>
24658<polygon opacity="1" fill="#FF7266" points="960,261 968,261 968,269 960,269 "/>
24659<polygon opacity="1" fill="#FF9566" points="960,269 968,269 968,278 960,278 "/>
24660<polygon opacity="1" fill="#FFCB66" points="960,278 968,278 968,286 960,286 "/>
24661<polygon opacity="1" fill="#F0FF66" points="960,286 968,286 968,295 960,295 "/>
24662<polygon opacity="1" fill="#A7FF66" points="960,295 968,295 968,304 960,304 "/>
24663<polygon opacity="1" fill="#66FF6E" points="960,304 968,304 968,312 960,312 "/>
24664<polygon opacity="1" fill="#66FFB2" points="960,312 968,312 968,320 960,320 "/>
24665<polygon opacity="1" fill="#66FFEE" points="960,320 968,320 968,329 960,329 "/>
24666<polygon opacity="1" fill="#66DFFF" points="960,329 968,329 968,337 960,337 "/>
24667<polygon opacity="1" fill="#66B9FF" points="960,337 968,337 968,346 960,346 "/>
24668<polygon opacity="1" fill="#669CFF" points="960,346 968,346 968,354 960,354 "/>
24669<polygon opacity="1" fill="#6688FF" points="960,354 968,354 968,362 960,362 "/>
24670<polygon opacity="1" fill="#667BFF" points="960,362 968,362 968,371 960,371 "/>
24671<polygon opacity="1" fill="#6672FF" points="960,371 968,371 968,380 960,380 "/>
24672<polygon opacity="1" fill="#666DFF" points="968,126 976,126 976,134 968,134 "/>
24673<polygon opacity="1" fill="#6672FF" points="968,134 976,134 976,143 968,143 "/>
24674<polygon opacity="1" fill="#667AFF" points="968,143 976,143 976,151 968,151 "/>
24675<polygon opacity="1" fill="#6688FF" points="968,151 976,151 976,159 968,159 "/>
24676<polygon opacity="1" fill="#669BFF" points="968,159 976,159 976,168 968,168 "/>
24677<polygon opacity="1" fill="#66B7FF" points="968,168 976,168 976,176 968,176 "/>
24678<polygon opacity="1" fill="#66DDFF" points="968,176 976,176 976,185 968,185 "/>
24679<polygon opacity="1" fill="#66FFF1" points="968,185 976,185 976,193 968,193 "/>
24680<polygon opacity="1" fill="#66FFB7" points="968,193 976,193 976,201 968,201 "/>
24681<polygon opacity="1" fill="#66FF74" points="968,201 976,201 976,211 968,211 "/>
24682<polygon opacity="1" fill="#A0FF66" points="968,211 976,211 976,219 968,219 "/>
24683<polygon opacity="1" fill="#E8FF66" points="968,219 976,219 976,227 968,227 "/>
24684<polygon opacity="1" fill="#FFD566" points="968,227 976,227 976,236 968,236 "/>
24685<polygon opacity="1" fill="#FFA066" points="968,236 976,236 976,244 968,244 "/>
24686<polygon opacity="1" fill="#FF7E66" points="968,244 976,244 976,252 968,252 "/>
24687<polygon opacity="1" fill="#FF7266" points="968,252 976,252 976,261 968,261 "/>
24688<polygon opacity="1" fill="#FF7E66" points="968,261 976,261 976,269 968,269 "/>
24689<polygon opacity="1" fill="#FFA066" points="968,269 976,269 976,278 968,278 "/>
24690<polygon opacity="1" fill="#FFD566" points="968,278 976,278 976,286 968,286 "/>
24691<polygon opacity="1" fill="#E8FF66" points="968,286 976,286 976,295 968,295 "/>
24692<polygon opacity="1" fill="#A0FF66" points="968,295 976,295 976,304 968,304 "/>
24693<polygon opacity="1" fill="#66FF74" points="968,304 976,304 976,312 968,312 "/>
24694<polygon opacity="1" fill="#66FFB7" points="968,312 976,312 976,320 968,320 "/>
24695<polygon opacity="1" fill="#66FFF1" points="968,320 976,320 976,329 968,329 "/>
24696<polygon opacity="1" fill="#66DDFF" points="968,329 976,329 976,337 968,337 "/>
24697<polygon opacity="1" fill="#66B7FF" points="968,337 976,337 976,346 968,346 "/>
24698<polygon opacity="1" fill="#669BFF" points="968,346 976,346 976,354 968,354 "/>
24699<polygon opacity="1" fill="#6688FF" points="968,354 976,354 976,362 968,362 "/>
24700<polygon opacity="1" fill="#667AFF" points="968,362 976,362 976,371 968,371 "/>
24701<polygon opacity="1" fill="#6672FF" points="968,371 976,371 976,380 968,380 "/>
24702<polygon opacity="1" fill="#666CFF" points="976,126 985,126 985,134 976,134 "/>
24703<polygon opacity="1" fill="#6671FF" points="976,134 985,134 985,143 976,143 "/>
24704<polygon opacity="1" fill="#6679FF" points="976,143 985,143 985,151 976,151 "/>
24705<polygon opacity="1" fill="#6686FF" points="976,151 985,151 985,159 976,159 "/>
24706<polygon opacity="1" fill="#6698FF" points="976,159 985,159 985,168 976,168 "/>
24707<polygon opacity="1" fill="#66B2FF" points="976,168 985,168 985,176 976,176 "/>
24708<polygon opacity="1" fill="#66D6FF" points="976,176 985,176 985,185 976,185 "/>
24709<polygon opacity="1" fill="#66FFFB" points="976,185 985,185 985,193 976,193 "/>
24710<polygon opacity="1" fill="#66FFC4" points="976,193 985,193 985,201 976,201 "/>
24711<polygon opacity="1" fill="#66FF85" points="976,201 985,201 985,211 976,211 "/>
24712<polygon opacity="1" fill="#8BFF66" points="976,211 985,211 985,219 976,219 "/>
24713<polygon opacity="1" fill="#CEFF66" points="976,219 985,219 985,227 976,227 "/>
24714<polygon opacity="1" fill="#FFF266" points="976,227 985,227 985,236 976,236 "/>
24715<polygon opacity="1" fill="#FFC066" points="976,236 985,236 985,244 976,244 "/>
24716<polygon opacity="1" fill="#FFA066" points="976,244 985,244 985,252 976,252 "/>
24717<polygon opacity="1" fill="#FF9566" points="976,252 985,252 985,261 976,261 "/>
24718<polygon opacity="1" fill="#FFA066" points="976,261 985,261 985,269 976,269 "/>
24719<polygon opacity="1" fill="#FFC066" points="976,269 985,269 985,278 976,278 "/>
24720<polygon opacity="1" fill="#FFF266" points="976,278 985,278 985,286 976,286 "/>
24721<polygon opacity="1" fill="#CEFF66" points="976,286 985,286 985,295 976,295 "/>
24722<polygon opacity="1" fill="#8BFF66" points="976,295 985,295 985,304 976,304 "/>
24723<polygon opacity="1" fill="#66FF85" points="976,304 985,304 985,312 976,312 "/>
24724<polygon opacity="1" fill="#66FFC4" points="976,312 985,312 985,320 976,320 "/>
24725<polygon opacity="1" fill="#66FFFB" points="976,320 985,320 985,329 976,329 "/>
24726<polygon opacity="1" fill="#66D6FF" points="976,329 985,329 985,337 976,337 "/>
24727<polygon opacity="1" fill="#66B2FF" points="976,337 985,337 985,346 976,346 "/>
24728<polygon opacity="1" fill="#6698FF" points="976,346 985,346 985,354 976,354 "/>
24729<polygon opacity="1" fill="#6686FF" points="976,354 985,354 985,362 976,362 "/>
24730<polygon opacity="1" fill="#6679FF" points="976,362 985,362 985,371 976,371 "/>
24731<polygon opacity="1" fill="#6671FF" points="976,371 985,371 985,380 976,380 "/>
24732<polygon opacity="1" fill="#666CFF" points="985,126 993,126 993,134 985,134 "/>
24733<polygon opacity="1" fill="#6670FF" points="985,134 993,134 993,143 985,143 "/>
24734<polygon opacity="1" fill="#6677FF" points="985,143 993,143 993,151 985,151 "/>
24735<polygon opacity="1" fill="#6683FF" points="985,151 993,151 993,159 985,159 "/>
24736<polygon opacity="1" fill="#6693FF" points="985,159 993,159 993,168 985,168 "/>
24737<polygon opacity="1" fill="#66ABFF" points="985,168 993,168 993,176 985,176 "/>
24738<polygon opacity="1" fill="#66CBFF" points="985,176 993,176 993,185 985,185 "/>
24739<polygon opacity="1" fill="#66F4FF" points="985,185 993,185 993,193 985,193 "/>
24740<polygon opacity="1" fill="#66FFD8" points="985,193 993,193 993,201 985,201 "/>
24741<polygon opacity="1" fill="#66FF9F" points="985,201 993,201 993,211 985,211 "/>
24742<polygon opacity="1" fill="#6AFF66" points="985,211 993,211 993,219 985,219 "/>
24743<polygon opacity="1" fill="#A7FF66" points="985,219 993,219 993,227 985,227 "/>
24744<polygon opacity="1" fill="#DFFF66" points="985,227 993,227 993,236 985,236 "/>
24745<polygon opacity="1" fill="#FFF266" points="985,236 993,236 993,244 985,244 "/>
24746<polygon opacity="1" fill="#FFD566" points="985,244 993,244 993,252 985,252 "/>
24747<polygon opacity="1" fill="#FFCB66" points="985,252 993,252 993,261 985,261 "/>
24748<polygon opacity="1" fill="#FFD566" points="985,261 993,261 993,269 985,269 "/>
24749<polygon opacity="1" fill="#FFF266" points="985,269 993,269 993,278 985,278 "/>
24750<polygon opacity="1" fill="#DFFF66" points="985,278 993,278 993,286 985,286 "/>
24751<polygon opacity="1" fill="#A7FF66" points="985,286 993,286 993,295 985,295 "/>
24752<polygon opacity="1" fill="#6AFF66" points="985,295 993,295 993,304 985,304 "/>
24753<polygon opacity="1" fill="#66FF9F" points="985,304 993,304 993,312 985,312 "/>
24754<polygon opacity="1" fill="#66FFD8" points="985,312 993,312 993,320 985,320 "/>
24755<polygon opacity="1" fill="#66F4FF" points="985,320 993,320 993,329 985,329 "/>
24756<polygon opacity="1" fill="#66CBFF" points="985,329 993,329 993,337 985,337 "/>
24757<polygon opacity="1" fill="#66ABFF" points="985,337 993,337 993,346 985,346 "/>
24758<polygon opacity="1" fill="#6693FF" points="985,346 993,346 993,354 985,354 "/>
24759<polygon opacity="1" fill="#6683FF" points="985,354 993,354 993,362 985,362 "/>
24760<polygon opacity="1" fill="#6677FF" points="985,362 993,362 993,371 985,371 "/>
24761<polygon opacity="1" fill="#6670FF" points="985,371 993,371 993,380 985,380 "/>
24762<polygon opacity="1" fill="#666BFF" points="993,126 1002,126 1002,134 993,134 "/>
24763<polygon opacity="1" fill="#666FFF" points="993,134 1002,134 1002,143 993,143 "/>
24764<polygon opacity="1" fill="#6675FF" points="993,143 1002,143 1002,151 993,151 "/>
24765<polygon opacity="1" fill="#667FFF" points="993,151 1002,151 1002,159 993,159 "/>
24766<polygon opacity="1" fill="#668EFF" points="993,159 1002,159 1002,168 993,168 "/>
24767<polygon opacity="1" fill="#66A2FF" points="993,168 1002,168 1002,176 993,176 "/>
24768<polygon opacity="1" fill="#66BEFF" points="993,176 1002,176 1002,185 993,185 "/>
24769<polygon opacity="1" fill="#66E2FF" points="993,185 1002,185 1002,193 993,193 "/>
24770<polygon opacity="1" fill="#66FFF1" points="993,193 1002,193 1002,201 993,201 "/>
24771<polygon opacity="1" fill="#66FFC0" points="993,201 1002,201 1002,211 993,211 "/>
24772<polygon opacity="1" fill="#66FF8A" points="993,211 1002,211 1002,219 993,219 "/>
24773<polygon opacity="1" fill="#77FF66" points="993,219 1002,219 1002,227 993,227 "/>
24774<polygon opacity="1" fill="#A7FF66" points="993,227 1002,227 1002,236 993,236 "/>
24775<polygon opacity="1" fill="#CEFF66" points="993,236 1002,236 1002,244 993,244 "/>
24776<polygon opacity="1" fill="#E8FF66" points="993,244 1002,244 1002,252 993,252 "/>
24777<polygon opacity="1" fill="#F0FF66" points="993,252 1002,252 1002,261 993,261 "/>
24778<polygon opacity="1" fill="#E8FF66" points="993,261 1002,261 1002,269 993,269 "/>
24779<polygon opacity="1" fill="#CEFF66" points="993,269 1002,269 1002,278 993,278 "/>
24780<polygon opacity="1" fill="#A7FF66" points="993,278 1002,278 1002,286 993,286 "/>
24781<polygon opacity="1" fill="#77FF66" points="993,286 1002,286 1002,295 993,295 "/>
24782<polygon opacity="1" fill="#66FF8A" points="993,295 1002,295 1002,304 993,304 "/>
24783<polygon opacity="1" fill="#66FFC0" points="993,304 1002,304 1002,312 993,312 "/>
24784<polygon opacity="1" fill="#66FFF1" points="993,312 1002,312 1002,320 993,320 "/>
24785<polygon opacity="1" fill="#66E2FF" points="993,320 1002,320 1002,329 993,329 "/>
24786<polygon opacity="1" fill="#66BEFF" points="993,329 1002,329 1002,337 993,337 "/>
24787<polygon opacity="1" fill="#66A2FF" points="993,337 1002,337 1002,346 993,346 "/>
24788<polygon opacity="1" fill="#668EFF" points="993,346 1002,346 1002,354 993,354 "/>
24789<polygon opacity="1" fill="#667FFF" points="993,354 1002,354 1002,362 993,362 "/>
24790<polygon opacity="1" fill="#6675FF" points="993,362 1002,362 1002,371 993,371 "/>
24791<polygon opacity="1" fill="#666FFF" points="993,371 1002,371 1002,380 993,380 "/>
24792<polygon opacity="1" fill="#666AFF" points="1002,126 1011,126 1011,134 1002,134 "/>
24793<polygon opacity="1" fill="#666DFF" points="1002,134 1011,134 1011,143 1002,143 "/>
24794<polygon opacity="1" fill="#6673FF" points="1002,143 1011,143 1011,151 1002,151 "/>
24795<polygon opacity="1" fill="#667BFF" points="1002,151 1011,151 1011,159 1002,159 "/>
24796<polygon opacity="1" fill="#6687FF" points="1002,159 1011,159 1011,168 1002,168 "/>
24797<polygon opacity="1" fill="#6698FF" points="1002,168 1011,168 1011,176 1002,176 "/>
24798<polygon opacity="1" fill="#66AFFF" points="1002,176 1011,176 1011,185 1002,185 "/>
24799<polygon opacity="1" fill="#66CDFF" points="1002,185 1011,185 1011,193 1002,193 "/>
24800<polygon opacity="1" fill="#66F1FF" points="1002,193 1011,193 1011,201 1002,201 "/>
24801<polygon opacity="1" fill="#66FFE3" points="1002,201 1011,201 1011,211 1002,211 "/>
24802<polygon opacity="1" fill="#66FFB7" points="1002,211 1011,211 1011,219 1002,219 "/>
24803<polygon opacity="1" fill="#66FF8A" points="1002,219 1011,219 1011,227 1002,227 "/>
24804<polygon opacity="1" fill="#6AFF66" points="1002,227 1011,227 1011,236 1002,236 "/>
24805<polygon opacity="1" fill="#8BFF66" points="1002,236 1011,236 1011,244 1002,244 "/>
24806<polygon opacity="1" fill="#A0FF66" points="1002,244 1011,244 1011,253 1002,252 "/>
24807<polygon opacity="1" fill="#A7FF66" points="1002,252 1011,253 1011,261 1002,261 "/>
24808<polygon opacity="1" fill="#A0FF66" points="1002,261 1011,261 1011,269 1002,269 "/>
24809<polygon opacity="1" fill="#8BFF66" points="1002,269 1011,269 1011,278 1002,278 "/>
24810<polygon opacity="1" fill="#6AFF66" points="1002,278 1011,278 1011,286 1002,286 "/>
24811<polygon opacity="1" fill="#66FF8A" points="1002,286 1011,286 1011,295 1002,295 "/>
24812<polygon opacity="1" fill="#66FFB7" points="1002,295 1011,295 1011,304 1002,304 "/>
24813<polygon opacity="1" fill="#66FFE3" points="1002,304 1011,304 1011,312 1002,312 "/>
24814<polygon opacity="1" fill="#66F1FF" points="1002,312 1011,312 1011,320 1002,320 "/>
24815<polygon opacity="1" fill="#66CDFF" points="1002,320 1011,320 1011,329 1002,329 "/>
24816<polygon opacity="1" fill="#66AFFF" points="1002,329 1011,329 1011,337 1002,337 "/>
24817<polygon opacity="1" fill="#6698FF" points="1002,337 1011,337 1011,346 1002,346 "/>
24818<polygon opacity="1" fill="#6687FF" points="1002,346 1011,346 1011,354 1002,354 "/>
24819<polygon opacity="1" fill="#667BFF" points="1002,354 1011,354 1011,362 1002,362 "/>
24820<polygon opacity="1" fill="#6673FF" points="1002,362 1011,362 1011,371 1002,371 "/>
24821<polygon opacity="1" fill="#666DFF" points="1002,371 1011,371 1011,380 1002,380 "/>
24822<polygon opacity="1" fill="#6669FF" points="1011,126 1019,126 1019,134 1011,134 "/>
24823<polygon opacity="1" fill="#666CFF" points="1011,134 1019,134 1019,143 1011,143 "/>
24824<polygon opacity="1" fill="#6670FF" points="1011,143 1019,143 1019,151 1011,151 "/>
24825<polygon opacity="1" fill="#6677FF" points="1011,151 1019,151 1019,159 1011,159 "/>
24826<polygon opacity="1" fill="#6680FF" points="1011,159 1019,159 1019,168 1011,168 "/>
24827<polygon opacity="1" fill="#668EFF" points="1011,168 1019,168 1019,176 1011,176 "/>
24828<polygon opacity="1" fill="#66A1FF" points="1011,176 1019,176 1019,185 1011,185 "/>
24829<polygon opacity="1" fill="#66B9FF" points="1011,185 1019,185 1019,193 1011,193 "/>
24830<polygon opacity="1" fill="#66D6FF" points="1011,193 1019,193 1019,201 1011,201 "/>
24831<polygon opacity="1" fill="#66F7FF" points="1011,201 1019,201 1019,211 1011,211 "/>
24832<polygon opacity="1" fill="#66FFE3" points="1011,211 1019,211 1019,219 1011,219 "/>
24833<polygon opacity="1" fill="#66FFC0" points="1011,219 1019,219 1019,227 1011,227 "/>
24834<polygon opacity="1" fill="#66FF9F" points="1011,227 1019,227 1019,236 1011,236 "/>
24835<polygon opacity="1" fill="#66FF85" points="1011,236 1019,236 1019,244 1011,244 "/>
24836<polygon opacity="1" fill="#66FF74" points="1011,244 1019,244 1019,253 1011,253 "/>
24837<polygon opacity="1" fill="#66FF6E" points="1011,253 1019,253 1019,261 1011,261 "/>
24838<polygon opacity="1" fill="#66FF74" points="1011,261 1019,261 1019,269 1011,269 "/>
24839<polygon opacity="1" fill="#66FF85" points="1011,269 1019,269 1019,278 1011,278 "/>
24840<polygon opacity="1" fill="#66FF9F" points="1011,278 1019,278 1019,286 1011,286 "/>
24841<polygon opacity="1" fill="#66FFC0" points="1011,286 1019,286 1019,295 1011,295 "/>
24842<polygon opacity="1" fill="#66FFE3" points="1011,295 1019,295 1019,304 1011,304 "/>
24843<polygon opacity="1" fill="#66F7FF" points="1011,304 1019,304 1019,312 1011,312 "/>
24844<polygon opacity="1" fill="#66D6FF" points="1011,312 1019,312 1019,320 1011,320 "/>
24845<polygon opacity="1" fill="#66B9FF" points="1011,320 1019,320 1019,329 1011,329 "/>
24846<polygon opacity="1" fill="#66A1FF" points="1011,329 1019,329 1019,337 1011,337 "/>
24847<polygon opacity="1" fill="#668EFF" points="1011,337 1019,337 1019,346 1011,346 "/>
24848<polygon opacity="1" fill="#6680FF" points="1011,346 1019,346 1019,354 1011,354 "/>
24849<polygon opacity="1" fill="#6677FF" points="1011,354 1019,354 1019,362 1011,362 "/>
24850<polygon opacity="1" fill="#6670FF" points="1011,362 1019,362 1019,371 1011,371 "/>
24851<polygon opacity="1" fill="#666CFF" points="1011,371 1019,371 1019,380 1011,380 "/>
24852<polygon opacity="1" fill="#6669FF" points="1019,126 1027,126 1027,134 1019,134 "/>
24853<polygon opacity="1" fill="#666BFF" points="1019,134 1027,134 1027,143 1019,143 "/>
24854<polygon opacity="1" fill="#666EFF" points="1019,143 1027,143 1027,151 1019,151 "/>
24855<polygon opacity="1" fill="#6673FF" points="1019,151 1027,151 1027,159 1019,159 "/>
24856<polygon opacity="1" fill="#667AFF" points="1019,159 1027,159 1027,168 1019,168 "/>
24857<polygon opacity="1" fill="#6685FF" points="1019,168 1027,168 1027,176 1019,176 "/>
24858<polygon opacity="1" fill="#6693FF" points="1019,176 1027,176 1027,185 1019,185 "/>
24859<polygon opacity="1" fill="#66A6FF" points="1019,185 1027,185 1027,193 1019,193 "/>
24860<polygon opacity="1" fill="#66BCFF" points="1019,193 1027,193 1027,201 1019,201 "/>
24861<polygon opacity="1" fill="#66D6FF" points="1019,201 1027,201 1027,211 1019,211 "/>
24862<polygon opacity="1" fill="#66F1FF" points="1019,211 1027,211 1027,219 1019,219 "/>
24863<polygon opacity="1" fill="#66FFF1" points="1019,219 1027,219 1027,227 1019,227 "/>
24864<polygon opacity="1" fill="#66FFD8" points="1019,227 1027,227 1027,236 1019,236 "/>
24865<polygon opacity="1" fill="#66FFC4" points="1019,236 1027,236 1027,244 1019,244 "/>
24866<polygon opacity="1" fill="#66FFB7" points="1019,244 1027,244 1027,253 1019,253 "/>
24867<polygon opacity="1" fill="#66FFB2" points="1019,253 1027,253 1027,261 1019,261 "/>
24868<polygon opacity="1" fill="#66FFB7" points="1019,261 1027,261 1027,269 1019,269 "/>
24869<polygon opacity="1" fill="#66FFC4" points="1019,269 1027,269 1027,278 1019,278 "/>
24870<polygon opacity="1" fill="#66FFD8" points="1019,278 1027,278 1027,286 1019,286 "/>
24871<polygon opacity="1" fill="#66FFF1" points="1019,286 1027,286 1027,295 1019,295 "/>
24872<polygon opacity="1" fill="#66F1FF" points="1019,295 1027,295 1027,304 1019,304 "/>
24873<polygon opacity="1" fill="#66D6FF" points="1019,304 1027,304 1027,312 1019,312 "/>
24874<polygon opacity="1" fill="#66BCFF" points="1019,312 1027,312 1027,320 1019,320 "/>
24875<polygon opacity="1" fill="#66A6FF" points="1019,320 1027,320 1027,329 1019,329 "/>
24876<polygon opacity="1" fill="#6693FF" points="1019,329 1027,329 1027,337 1019,337 "/>
24877<polygon opacity="1" fill="#6685FF" points="1019,337 1027,337 1027,346 1019,346 "/>
24878<polygon opacity="1" fill="#667AFF" points="1019,346 1027,346 1027,354 1019,354 "/>
24879<polygon opacity="1" fill="#6673FF" points="1019,354 1027,354 1027,362 1019,362 "/>
24880<polygon opacity="1" fill="#666EFF" points="1019,362 1027,362 1027,371 1019,371 "/>
24881<polygon opacity="1" fill="#666BFF" points="1019,371 1027,371 1027,380 1019,380 "/>
24882<polygon opacity="1" fill="#6668FF" points="1027,126 1036,126 1036,134 1027,134 "/>
24883<polygon opacity="1" fill="#6669FF" points="1027,134 1036,134 1036,143 1027,143 "/>
24884<polygon opacity="1" fill="#666CFF" points="1027,143 1036,143 1036,151 1027,151 "/>
24885<polygon opacity="1" fill="#6670FF" points="1027,151 1036,151 1036,159 1027,159 "/>
24886<polygon opacity="1" fill="#6675FF" points="1027,159 1036,159 1036,168 1027,168 "/>
24887<polygon opacity="1" fill="#667DFF" points="1027,168 1036,168 1036,176 1027,176 "/>
24888<polygon opacity="1" fill="#6688FF" points="1027,176 1036,176 1036,185 1027,185 "/>
24889<polygon opacity="1" fill="#6695FF" points="1027,185 1036,185 1036,193 1027,193 "/>
24890<polygon opacity="1" fill="#66A6FF" points="1027,193 1036,193 1036,201 1027,201 "/>
24891<polygon opacity="1" fill="#66B9FF" points="1027,201 1036,201 1036,211 1027,211 "/>
24892<polygon opacity="1" fill="#66CDFF" points="1027,211 1036,211 1036,219 1027,219 "/>
24893<polygon opacity="1" fill="#66E2FF" points="1027,219 1036,219 1036,227 1027,227 "/>
24894<polygon opacity="1" fill="#66F4FF" points="1027,227 1036,227 1036,236 1027,236 "/>
24895<polygon opacity="1" fill="#66FFFB" points="1027,236 1036,236 1036,244 1027,244 "/>
24896<polygon opacity="1" fill="#66FFF1" points="1027,244 1036,244 1036,253 1027,253 "/>
24897<polygon opacity="1" fill="#66FFEE" points="1027,253 1036,253 1036,261 1027,261 "/>
24898<polygon opacity="1" fill="#66FFF1" points="1027,261 1036,261 1036,269 1027,269 "/>
24899<polygon opacity="1" fill="#66FFFB" points="1027,269 1036,269 1036,278 1027,278 "/>
24900<polygon opacity="1" fill="#66F4FF" points="1027,278 1036,278 1036,286 1027,286 "/>
24901<polygon opacity="1" fill="#66E2FF" points="1027,286 1036,286 1036,295 1027,295 "/>
24902<polygon opacity="1" fill="#66CDFF" points="1027,295 1036,295 1036,304 1027,304 "/>
24903<polygon opacity="1" fill="#66B9FF" points="1027,304 1036,304 1036,312 1027,312 "/>
24904<polygon opacity="1" fill="#66A6FF" points="1027,312 1036,312 1036,320 1027,320 "/>
24905<polygon opacity="1" fill="#6695FF" points="1027,320 1036,320 1036,329 1027,329 "/>
24906<polygon opacity="1" fill="#6688FF" points="1027,329 1036,329 1036,337 1027,337 "/>
24907<polygon opacity="1" fill="#667DFF" points="1027,337 1036,337 1036,346 1027,346 "/>
24908<polygon opacity="1" fill="#6675FF" points="1027,346 1036,346 1036,354 1027,354 "/>
24909<polygon opacity="1" fill="#6670FF" points="1027,354 1036,354 1036,362 1027,362 "/>
24910<polygon opacity="1" fill="#666CFF" points="1027,362 1036,362 1036,371 1027,371 "/>
24911<polygon opacity="1" fill="#6669FF" points="1027,371 1036,371 1036,380 1027,380 "/>
24912<polygon opacity="1" fill="#6667FF" points="1036,126 1044,126 1044,134 1036,134 "/>
24913<polygon opacity="1" fill="#6668FF" points="1036,134 1044,134 1044,143 1036,143 "/>
24914<polygon opacity="1" fill="#666AFF" points="1036,143 1044,143 1044,151 1036,151 "/>
24915<polygon opacity="1" fill="#666DFF" points="1036,151 1044,151 1044,159 1036,159 "/>
24916<polygon opacity="1" fill="#6671FF" points="1036,159 1044,159 1044,168 1036,168 "/>
24917<polygon opacity="1" fill="#6676FF" points="1036,168 1044,168 1044,176 1036,176 "/>
24918<polygon opacity="1" fill="#667EFF" points="1036,176 1044,176 1044,185 1036,185 "/>
24919<polygon opacity="1" fill="#6688FF" points="1036,185 1044,185 1044,193 1036,193 "/>
24920<polygon opacity="1" fill="#6693FF" points="1036,193 1044,193 1044,201 1036,201 "/>
24921<polygon opacity="1" fill="#66A1FF" points="1036,201 1044,201 1044,211 1036,211 "/>
24922<polygon opacity="1" fill="#66AFFF" points="1036,211 1044,211 1044,219 1036,219 "/>
24923<polygon opacity="1" fill="#66BEFF" points="1036,219 1044,219 1044,227 1036,227 "/>
24924<polygon opacity="1" fill="#66CBFF" points="1036,227 1044,227 1044,236 1036,236 "/>
24925<polygon opacity="1" fill="#66D6FF" points="1036,236 1044,236 1044,244 1036,244 "/>
24926<polygon opacity="1" fill="#66DDFF" points="1036,244 1044,244 1044,253 1036,253 "/>
24927<polygon opacity="1" fill="#66DFFF" points="1036,253 1044,253 1044,261 1036,261 "/>
24928<polygon opacity="1" fill="#66DDFF" points="1036,261 1044,261 1044,269 1036,269 "/>
24929<polygon opacity="1" fill="#66D6FF" points="1036,269 1044,269 1044,278 1036,278 "/>
24930<polygon opacity="1" fill="#66CBFF" points="1036,278 1044,278 1044,286 1036,286 "/>
24931<polygon opacity="1" fill="#66BEFF" points="1036,286 1044,286 1044,295 1036,295 "/>
24932<polygon opacity="1" fill="#66AFFF" points="1036,295 1044,295 1044,304 1036,304 "/>
24933<polygon opacity="1" fill="#66A1FF" points="1036,304 1044,304 1044,312 1036,312 "/>
24934<polygon opacity="1" fill="#6693FF" points="1036,312 1044,312 1044,320 1036,320 "/>
24935<polygon opacity="1" fill="#6688FF" points="1036,320 1044,320 1044,329 1036,329 "/>
24936<polygon opacity="1" fill="#667EFF" points="1036,329 1044,329 1044,337 1036,337 "/>
24937<polygon opacity="1" fill="#6676FF" points="1036,337 1044,337 1044,346 1036,346 "/>
24938<polygon opacity="1" fill="#6671FF" points="1036,346 1044,346 1044,354 1036,354 "/>
24939<polygon opacity="1" fill="#666DFF" points="1036,354 1044,354 1044,362 1036,362 "/>
24940<polygon opacity="1" fill="#666AFF" points="1036,362 1044,362 1044,371 1036,371 "/>
24941<polygon opacity="1" fill="#6668FF" points="1036,371 1044,371 1044,380 1036,380 "/>
24942<polygon opacity="1" fill="#6667FF" points="1044,126 1053,126 1053,134 1044,134 "/>
24943<polygon opacity="1" fill="#6668FF" points="1044,134 1053,134 1053,143 1044,143 "/>
24944<polygon opacity="1" fill="#6669FF" points="1044,143 1053,143 1053,151 1044,151 "/>
24945<polygon opacity="1" fill="#666BFF" points="1044,151 1053,151 1053,159 1044,159 "/>
24946<polygon opacity="1" fill="#666DFF" points="1044,159 1053,159 1053,168 1044,168 "/>
24947<polygon opacity="1" fill="#6671FF" points="1044,168 1053,168 1053,176 1044,176 "/>
24948<polygon opacity="1" fill="#6676FF" points="1044,176 1053,176 1053,185 1044,185 "/>
24949<polygon opacity="1" fill="#667DFF" points="1044,185 1053,185 1053,193 1044,193 "/>
24950<polygon opacity="1" fill="#6685FF" points="1044,193 1053,193 1053,201 1044,201 "/>
24951<polygon opacity="1" fill="#668EFF" points="1044,201 1053,201 1053,211 1044,211 "/>
24952<polygon opacity="1" fill="#6698FF" points="1044,211 1053,211 1053,219 1044,219 "/>
24953<polygon opacity="1" fill="#66A2FF" points="1044,219 1053,219 1053,227 1044,227 "/>
24954<polygon opacity="1" fill="#66ABFF" points="1044,227 1053,227 1053,236 1044,236 "/>
24955<polygon opacity="1" fill="#66B2FF" points="1044,236 1053,236 1053,244 1044,244 "/>
24956<polygon opacity="1" fill="#66B7FF" points="1044,244 1053,244 1053,253 1044,253 "/>
24957<polygon opacity="1" fill="#66B9FF" points="1044,253 1053,253 1053,261 1044,261 "/>
24958<polygon opacity="1" fill="#66B7FF" points="1044,261 1053,261 1053,269 1044,269 "/>
24959<polygon opacity="1" fill="#66B2FF" points="1044,269 1053,269 1053,278 1044,278 "/>
24960<polygon opacity="1" fill="#66ABFF" points="1044,278 1053,278 1053,286 1044,286 "/>
24961<polygon opacity="1" fill="#66A2FF" points="1044,286 1053,286 1053,295 1044,295 "/>
24962<polygon opacity="1" fill="#6698FF" points="1044,295 1053,295 1053,304 1044,304 "/>
24963<polygon opacity="1" fill="#668EFF" points="1044,304 1053,304 1053,312 1044,312 "/>
24964<polygon opacity="1" fill="#6685FF" points="1044,312 1053,312 1053,320 1044,320 "/>
24965<polygon opacity="1" fill="#667DFF" points="1044,320 1053,320 1053,329 1044,329 "/>
24966<polygon opacity="1" fill="#6676FF" points="1044,329 1053,329 1053,337 1044,337 "/>
24967<polygon opacity="1" fill="#6671FF" points="1044,337 1053,337 1053,346 1044,346 "/>
24968<polygon opacity="1" fill="#666DFF" points="1044,346 1053,346 1053,354 1044,354 "/>
24969<polygon opacity="1" fill="#666BFF" points="1044,354 1053,354 1053,362 1044,362 "/>
24970<polygon opacity="1" fill="#6669FF" points="1044,362 1053,362 1053,371 1044,371 "/>
24971<polygon opacity="1" fill="#6668FF" points="1044,371 1053,371 1053,380 1044,380 "/>
24972<polygon opacity="1" fill="#6667FF" points="1053,126 1061,126 1061,134 1053,134 "/>
24973<polygon opacity="1" fill="#6667FF" points="1053,134 1061,134 1061,143 1053,143 "/>
24974<polygon opacity="1" fill="#6668FF" points="1053,143 1061,143 1061,151 1053,151 "/>
24975<polygon opacity="1" fill="#6669FF" points="1053,151 1061,151 1061,159 1053,159 "/>
24976<polygon opacity="1" fill="#666BFF" points="1053,159 1061,159 1061,168 1053,168 "/>
24977<polygon opacity="1" fill="#666DFF" points="1053,168 1061,168 1061,176 1053,176 "/>
24978<polygon opacity="1" fill="#6671FF" points="1053,176 1061,176 1061,185 1053,185 "/>
24979<polygon opacity="1" fill="#6675FF" points="1053,185 1061,185 1061,193 1053,193 "/>
24980<polygon opacity="1" fill="#667AFF" points="1053,193 1061,193 1061,201 1053,201 "/>
24981<polygon opacity="1" fill="#6680FF" points="1053,201 1061,201 1061,211 1053,211 "/>
24982<polygon opacity="1" fill="#6687FF" points="1053,211 1061,211 1061,219 1053,219 "/>
24983<polygon opacity="1" fill="#668EFF" points="1053,219 1061,219 1061,227 1053,227 "/>
24984<polygon opacity="1" fill="#6693FF" points="1053,227 1061,227 1061,236 1053,236 "/>
24985<polygon opacity="1" fill="#6698FF" points="1053,236 1061,236 1061,244 1053,244 "/>
24986<polygon opacity="1" fill="#669BFF" points="1053,244 1061,244 1061,253 1053,253 "/>
24987<polygon opacity="1" fill="#669CFF" points="1053,253 1061,253 1061,261 1053,261 "/>
24988<polygon opacity="1" fill="#669BFF" points="1053,261 1061,261 1061,269 1053,269 "/>
24989<polygon opacity="1" fill="#6698FF" points="1053,269 1061,269 1061,278 1053,278 "/>
24990<polygon opacity="1" fill="#6693FF" points="1053,278 1061,278 1061,286 1053,286 "/>
24991<polygon opacity="1" fill="#668EFF" points="1053,286 1061,286 1061,295 1053,295 "/>
24992<polygon opacity="1" fill="#6687FF" points="1053,295 1061,295 1061,304 1053,304 "/>
24993<polygon opacity="1" fill="#6680FF" points="1053,304 1061,304 1061,312 1053,312 "/>
24994<polygon opacity="1" fill="#667AFF" points="1053,312 1061,312 1061,320 1053,320 "/>
24995<polygon opacity="1" fill="#6675FF" points="1053,320 1061,320 1061,329 1053,329 "/>
24996<polygon opacity="1" fill="#6671FF" points="1053,329 1061,329 1061,337 1053,337 "/>
24997<polygon opacity="1" fill="#666DFF" points="1053,337 1061,337 1061,346 1053,346 "/>
24998<polygon opacity="1" fill="#666BFF" points="1053,346 1061,346 1061,354 1053,354 "/>
24999<polygon opacity="1" fill="#6669FF" points="1053,354 1061,354 1061,362 1053,362 "/>
25000<polygon opacity="1" fill="#6668FF" points="1053,362 1061,362 1061,371 1053,371 "/>
25001<polygon opacity="1" fill="#6667FF" points="1053,371 1061,371 1061,380 1053,380 "/>
25002<polygon opacity="1" fill="#6666FF" points="1061,126 1069,126 1069,134 1061,134 "/>
25003<polygon opacity="1" fill="#6667FF" points="1061,134 1069,134 1069,143 1061,143 "/>
25004<polygon opacity="1" fill="#6667FF" points="1061,143 1069,143 1069,151 1061,151 "/>
25005<polygon opacity="1" fill="#6668FF" points="1061,151 1069,151 1069,159 1061,159 "/>
25006<polygon opacity="1" fill="#6669FF" points="1061,159 1069,159 1069,168 1061,168 "/>
25007<polygon opacity="1" fill="#666BFF" points="1061,168 1069,168 1069,176 1061,176 "/>
25008<polygon opacity="1" fill="#666DFF" points="1061,176 1069,176 1069,185 1061,185 "/>
25009<polygon opacity="1" fill="#6670FF" points="1061,185 1069,185 1069,193 1061,193 "/>
25010<polygon opacity="1" fill="#6673FF" points="1061,193 1069,193 1069,201 1061,201 "/>
25011<polygon opacity="1" fill="#6677FF" points="1061,201 1069,201 1069,211 1061,211 "/>
25012<polygon opacity="1" fill="#667BFF" points="1061,211 1069,211 1069,219 1061,219 "/>
25013<polygon opacity="1" fill="#667FFF" points="1061,219 1069,219 1069,227 1061,227 "/>
25014<polygon opacity="1" fill="#6683FF" points="1061,227 1069,227 1069,236 1061,236 "/>
25015<polygon opacity="1" fill="#6686FF" points="1061,236 1069,236 1069,244 1061,244 "/>
25016<polygon opacity="1" fill="#6688FF" points="1061,244 1069,244 1069,253 1061,253 "/>
25017<polygon opacity="1" fill="#6688FF" points="1061,253 1069,253 1069,261 1061,261 "/>
25018<polygon opacity="1" fill="#6688FF" points="1061,261 1069,261 1069,269 1061,269 "/>
25019<polygon opacity="1" fill="#6686FF" points="1061,269 1069,269 1069,278 1061,278 "/>
25020<polygon opacity="1" fill="#6683FF" points="1061,278 1069,278 1069,286 1061,286 "/>
25021<polygon opacity="1" fill="#667FFF" points="1061,286 1069,286 1069,295 1061,295 "/>
25022<polygon opacity="1" fill="#667BFF" points="1061,295 1069,295 1069,304 1061,304 "/>
25023<polygon opacity="1" fill="#6677FF" points="1061,304 1069,304 1069,312 1061,312 "/>
25024<polygon opacity="1" fill="#6673FF" points="1061,312 1069,312 1069,320 1061,320 "/>
25025<polygon opacity="1" fill="#6670FF" points="1061,320 1069,320 1069,329 1061,329 "/>
25026<polygon opacity="1" fill="#666DFF" points="1061,329 1069,329 1069,337 1061,337 "/>
25027<polygon opacity="1" fill="#666BFF" points="1061,337 1069,337 1069,346 1061,346 "/>
25028<polygon opacity="1" fill="#6669FF" points="1061,346 1069,346 1069,354 1061,354 "/>
25029<polygon opacity="1" fill="#6668FF" points="1061,354 1069,354 1069,362 1061,362 "/>
25030<polygon opacity="1" fill="#6667FF" points="1061,362 1069,362 1069,371 1061,371 "/>
25031<polygon opacity="1" fill="#6667FF" points="1061,371 1069,371 1069,380 1061,380 "/>
25032<polygon opacity="1" fill="#6666FF" points="1069,126 1078,126 1078,134 1069,134 "/>
25033<polygon opacity="1" fill="#6666FF" points="1069,134 1078,134 1078,143 1069,143 "/>
25034<polygon opacity="1" fill="#6667FF" points="1069,143 1078,143 1078,151 1069,151 "/>
25035<polygon opacity="1" fill="#6667FF" points="1069,151 1078,151 1078,159 1069,159 "/>
25036<polygon opacity="1" fill="#6668FF" points="1069,159 1078,159 1078,168 1069,168 "/>
25037<polygon opacity="1" fill="#6669FF" points="1069,168 1078,168 1078,176 1069,176 "/>
25038<polygon opacity="1" fill="#666AFF" points="1069,176 1078,176 1078,185 1069,185 "/>
25039<polygon opacity="1" fill="#666CFF" points="1069,185 1078,185 1078,193 1069,193 "/>
25040<polygon opacity="1" fill="#666EFF" points="1069,193 1078,193 1078,201 1069,201 "/>
25041<polygon opacity="1" fill="#6670FF" points="1069,201 1078,201 1078,211 1069,211 "/>
25042<polygon opacity="1" fill="#6673FF" points="1069,211 1078,211 1078,219 1069,219 "/>
25043<polygon opacity="1" fill="#6675FF" points="1069,219 1078,219 1078,227 1069,227 "/>
25044<polygon opacity="1" fill="#6677FF" points="1069,227 1078,227 1078,236 1069,236 "/>
25045<polygon opacity="1" fill="#6679FF" points="1069,236 1078,236 1078,244 1069,244 "/>
25046<polygon opacity="1" fill="#667AFF" points="1069,244 1078,244 1078,253 1069,253 "/>
25047<polygon opacity="1" fill="#667BFF" points="1069,253 1078,253 1078,261 1069,261 "/>
25048<polygon opacity="1" fill="#667AFF" points="1069,261 1078,261 1078,269 1069,269 "/>
25049<polygon opacity="1" fill="#6679FF" points="1069,269 1078,269 1078,278 1069,278 "/>
25050<polygon opacity="1" fill="#6677FF" points="1069,278 1078,278 1078,286 1069,286 "/>
25051<polygon opacity="1" fill="#6675FF" points="1069,286 1078,286 1078,295 1069,295 "/>
25052<polygon opacity="1" fill="#6673FF" points="1069,295 1078,295 1078,304 1069,304 "/>
25053<polygon opacity="1" fill="#6670FF" points="1069,304 1078,304 1078,312 1069,312 "/>
25054<polygon opacity="1" fill="#666EFF" points="1069,312 1078,312 1078,320 1069,320 "/>
25055<polygon opacity="1" fill="#666CFF" points="1069,320 1078,320 1078,329 1069,329 "/>
25056<polygon opacity="1" fill="#666AFF" points="1069,329 1078,329 1078,337 1069,337 "/>
25057<polygon opacity="1" fill="#6669FF" points="1069,337 1078,337 1078,346 1069,346 "/>
25058<polygon opacity="1" fill="#6668FF" points="1069,346 1078,346 1078,354 1069,354 "/>
25059<polygon opacity="1" fill="#6667FF" points="1069,354 1078,354 1078,362 1069,362 "/>
25060<polygon opacity="1" fill="#6667FF" points="1069,362 1078,362 1078,371 1069,371 "/>
25061<polygon opacity="1" fill="#6666FF" points="1069,371 1078,371 1078,380 1069,380 "/>
25062<polygon opacity="1" fill="#6666FF" points="1078,126 1087,126 1087,134 1078,134 "/>
25063<polygon opacity="1" fill="#6666FF" points="1078,134 1087,134 1087,143 1078,143 "/>
25064<polygon opacity="1" fill="#6666FF" points="1078,143 1087,143 1087,151 1078,151 "/>
25065<polygon opacity="1" fill="#6667FF" points="1078,151 1087,151 1087,159 1078,159 "/>
25066<polygon opacity="1" fill="#6667FF" points="1078,159 1087,159 1087,168 1078,168 "/>
25067<polygon opacity="1" fill="#6668FF" points="1078,168 1087,168 1087,176 1078,176 "/>
25068<polygon opacity="1" fill="#6668FF" points="1078,176 1087,176 1087,185 1078,185 "/>
25069<polygon opacity="1" fill="#6669FF" points="1078,185 1087,185 1087,193 1078,193 "/>
25070<polygon opacity="1" fill="#666BFF" points="1078,193 1087,193 1087,201 1078,201 "/>
25071<polygon opacity="1" fill="#666CFF" points="1078,201 1087,201 1087,211 1078,211 "/>
25072<polygon opacity="1" fill="#666DFF" points="1078,211 1087,211 1087,219 1078,219 "/>
25073<polygon opacity="1" fill="#666FFF" points="1078,219 1087,219 1087,227 1078,227 "/>
25074<polygon opacity="1" fill="#6670FF" points="1078,227 1087,227 1087,236 1078,236 "/>
25075<polygon opacity="1" fill="#6671FF" points="1078,236 1087,236 1087,244 1078,244 "/>
25076<polygon opacity="1" fill="#6672FF" points="1078,244 1087,244 1087,253 1078,253 "/>
25077<polygon opacity="1" fill="#6672FF" points="1078,253 1087,253 1087,261 1078,261 "/>
25078<polygon opacity="1" fill="#6672FF" points="1078,261 1087,261 1087,269 1078,269 "/>
25079<polygon opacity="1" fill="#6671FF" points="1078,269 1087,269 1087,278 1078,278 "/>
25080<polygon opacity="1" fill="#6670FF" points="1078,278 1087,278 1087,286 1078,286 "/>
25081<polygon opacity="1" fill="#666FFF" points="1078,286 1087,286 1087,295 1078,295 "/>
25082<polygon opacity="1" fill="#666DFF" points="1078,295 1087,295 1087,304 1078,304 "/>
25083<polygon opacity="1" fill="#666CFF" points="1078,304 1087,304 1087,312 1078,312 "/>
25084<polygon opacity="1" fill="#666BFF" points="1078,312 1087,312 1087,320 1078,320 "/>
25085<polygon opacity="1" fill="#6669FF" points="1078,320 1087,320 1087,329 1078,329 "/>
25086<polygon opacity="1" fill="#6668FF" points="1078,329 1087,329 1087,337 1078,337 "/>
25087<polygon opacity="1" fill="#6668FF" points="1078,337 1087,337 1087,346 1078,346 "/>
25088<polygon opacity="1" fill="#6667FF" points="1078,346 1087,346 1087,354 1078,354 "/>
25089<polygon opacity="1" fill="#6667FF" points="1078,354 1087,354 1087,362 1078,362 "/>
25090<polygon opacity="1" fill="#6666FF" points="1078,362 1087,362 1087,371 1078,371 "/>
25091<polygon opacity="1" fill="#6666FF" points="1078,371 1087,371 1087,380 1078,380 "/>
25092</svg>
25093</div>
25094</div>
25095
25096</div>
25097
25098</div>
25099</div>
25100
25101</div>
25102    </div>
25103  </div>
25104</body>
25105
25106
25107
25108
25109</html>
25110