diff --git a/Arduino/Controller/Controller.ino b/Arduino/Controller/Controller.ino
index 8552f59..f1e03ec 100644
--- a/Arduino/Controller/Controller.ino
+++ b/Arduino/Controller/Controller.ino
@@ -1,15 +1,15 @@
-int langs[] = {2,3,4,5};
-int leds[] = {6,9,10,11};
-bool state[] = {0,0,0,0};
+int langs[] = {2,4,7,8,12,13};
+int leds[] = {3,5,6,9,10,11};
+bool state[] = {0,0,0,0,0,0};
int old = 0;
int current = 0;
void setup() {
-
+
Serial.begin(9600);
-
- for(int i=0; i<4; i++) {
+
+ for(int i=0; i<6; i++) {
pinMode(langs[i], INPUT);
pinMode(leds[i], OUTPUT);
}
@@ -18,18 +18,18 @@ void setup() {
void loop() {
checkStatus();
-
+
if(current == 0) {
for(int i=0; i<255; i++) {
checkStatus();
- for(int x=0; x<4; x++) {
+ for(int x=0; x<6; x++) {
analogWrite(leds[x], i);
}
delay(10);
}
for(int i=255; i>0; i--) {
checkStatus();
- for(int x=0; x<4; x++) {
+ for(int x=0; x<6; x++) {
analogWrite(leds[x], i);
}
delay(10);
@@ -54,16 +54,16 @@ void loop() {
void checkStatus() {
-
+
current = 0;
- for(int i=0; i<4; i++) {
+ for(int i=0; i<6; i++) {
state[i] = digitalRead(langs[i]);
//Serial.print(state[i]);
//Serial.print("\t");
if(state[i] == LOW) {
current = i+1;
}
- }
+ }
if(old != current) {
old = current;
diff --git a/Arduino/Lights/Lights.ino b/Arduino/Lights/Lights.ino
index 0b49be5..585d009 100644
--- a/Arduino/Lights/Lights.ino
+++ b/Arduino/Lights/Lights.ino
@@ -1,7 +1,7 @@
-int langs[] = {2,4,7,8};
+int langs[] = {2,4,5,7,8,12};
int leds[] = {6,9,10,11};
-int triggerPin = 12;
+int triggerPin = 13;
int tracePin = 3;
bool langStatus[] = {0,0,0,0};
@@ -14,10 +14,10 @@ bool trigger = 0;
int traceStatus = 0;
void setup() {
-
+
Serial.begin(9600);
-
- for(int i=0; i<4; i++) {
+
+ for(int i=0; i<6; i++) {
pinMode(langs[i], INPUT);
pinMode(leds[i], OUTPUT);
}
@@ -33,16 +33,16 @@ void setup() {
void loop() {
trigger = digitalRead(triggerPin);
-
+
if(oldTrigger != trigger) {
oldTrigger = trigger;
-
+
if(trigger == HIGH) {
checkLang();
Serial.print("speech");
Serial.print("\t");
Serial.println(currentLang);
-
+
for(int i=traceStatus; i>=0; i--) {
analogWrite(tracePin, i);
delay(5);
@@ -82,16 +82,16 @@ void loop() {
void checkLang() {
-
+
currentLang = 0;
- for(int i=0; i<4; i++) {
+ for(int i=0; i<6; i++) {
langStatus[i] = digitalRead(langs[i]);
//Serial.print(langStatus[i]);
//Serial.print("\t");
if(langStatus[i] == LOW) {
currentLang = i+1;
}
- }
+ }
if(oldLang != currentLang) {
oldLang = currentLang;
diff --git a/Circuit/Controller.fzz b/Circuit/Controller.fzz
index 1ce2ea0..0532de3 100644
Binary files a/Circuit/Controller.fzz and b/Circuit/Controller.fzz differ
diff --git a/Circuit/Controller.pdf b/Circuit/Controller.pdf
index c02c004..63dd464 100644
Binary files a/Circuit/Controller.pdf and b/Circuit/Controller.pdf differ
diff --git a/Circuit/Trace.fzz b/Circuit/Trace.fzz
index a2272e5..a37bc32 100644
Binary files a/Circuit/Trace.fzz and b/Circuit/Trace.fzz differ
diff --git a/Circuit/Trace.pdf b/Circuit/Trace.pdf
index 8705df1..b3b1c53 100644
Binary files a/Circuit/Trace.pdf and b/Circuit/Trace.pdf differ
diff --git a/Processing/Processing.pde b/Processing/Processing.pde
index ab694fa..3d8629b 100644
--- a/Processing/Processing.pde
+++ b/Processing/Processing.pde
@@ -1,14 +1,14 @@
import processing.serial.*;
import processing.sound.*;
-SoundFile[] soundfile = {null,null,null,null,null,null};
+SoundFile[] soundfile = {null,null,null,null,null,null,null};
Serial myPort;
String dataIn = "";
int linefeed = 10;
int currentLang = 0;
-String[] langs = {"NONE","Italian","English","Spanish","German","French"};
+String[] langs = {"NONE","Italian","English","Spanish","German","French","Russian"};
void setup() {
size(600, 400);
@@ -17,14 +17,14 @@ void setup() {
println("Loading language file: "+langs[i]+".aiff");
soundfile[i] = new SoundFile(this, langs[i]+".aiff");
}
-
+
println("Ready!");
}
void draw() {
background(0);
-
+
float sw = textWidth(langs[currentLang]);
fill(255);
stroke(255);
diff --git a/Processing/data/Russian.aiff b/Processing/data/Russian.aiff
new file mode 100644
index 0000000..5fb154f
Binary files /dev/null and b/Processing/data/Russian.aiff differ
diff --git a/Processing/data/Russian.mp3 b/Processing/data/Russian.mp3
new file mode 100644
index 0000000..df62714
Binary files /dev/null and b/Processing/data/Russian.mp3 differ
diff --git a/SVG/stoneFull.svg b/SVG/stoneFull.svg
index 07f290e..ddc3d45 100644
--- a/SVG/stoneFull.svg
+++ b/SVG/stoneFull.svg
@@ -8,13 +8,13 @@
xmlns:xlink="http://www.w3.org/1999/xlink"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
- inkscape:version="1.0beta1 (unknown)"
- sodipodi:docname="stoneFull.svg"
- viewBox="0 0 3779.5275 3401.5749"
- height="900mm"
- width="1000mm"
+ version="1.1"
id="svg2"
- version="1.1">
+ width="1000mm"
+ height="900mm"
+ viewBox="0 0 3779.5275 3401.5749"
+ sodipodi:docname="stoneFull.svg"
+ inkscape:version="1.0beta1 (unknown)">
@@ -23,44 +23,51 @@
image/svg+xml
-
+
+ bordercolor="#666666"
+ inkscape:document-rotation="0"
+ borderopacity="1"
+ objecttolerance="10"
+ gridtolerance="10"
+ guidetolerance="10"
+ inkscape:pageopacity="0"
+ inkscape:pageshadow="2"
+ inkscape:window-width="1366"
+ inkscape:window-height="719"
+ id="namedview4"
+ showgrid="false"
+ inkscape:zoom="0.018002787"
+ inkscape:cx="-836.16871"
+ inkscape:cy="9747.4507"
+ inkscape:window-x="0"
+ inkscape:window-y="22"
+ inkscape:window-maximized="1"
+ inkscape:current-layer="g1476"
+ units="mm"
+ inkscape:document-units="mm">
+
+
+ id="g10"
+ style="display:none"
+ sodipodi:insensitive="true">
+ inkscape:label="Cut"
+ sodipodi:insensitive="true">
+ d="m 1551.2148,3337.6644 c -5.9321,-0.8203 -13.9321,-2.719 -43.5493,-10.3355 -18.8617,-4.8506 -40.0767,-9.079 -67.4971,-13.453 -11.928,-1.9028 -16.0544,-2.1853 -32.5433,-2.2281 -10.7358,-0.028 -28.4174,0.606 -40.9804,1.4688 -51.6997,3.5504 -97.1603,-1.0186 -130.9767,-13.1632 -5.0824,-1.8253 -12.1334,-4.3583 -15.669,-5.6286 -8.2729,-2.9726 -16.218,-4.0194 -30.5073,-4.0194 -18.7016,0 -37.5279,2.4131 -88.818,11.3849 l -28.5255,4.9899 -17.2762,0.033 c -10.2997,0.026 -19.8719,-0.3817 -23.7042,-0.9939 -11.8583,-1.8938 -23.2104,-4.2577 -36.15921,-7.5289 -16.93275,-4.2781 -76.65674,-23.8786 -83.68217,-27.4636 -3.03084,-1.5466 -11.29599,-6.4658 -18.36712,-10.9317 -7.07113,-4.4659 -21.8964,-12.675 -32.94504,-18.242 -40.03676,-20.1738 -51.05803,-27.2171 -66.69362,-42.6207 -5.7453,-5.6599 -14.63042,-13.7799 -19.74468,-18.0444 -22.40238,-18.6797 -54.53534,-41.2901 -72.26039,-50.8459 -10.69483,-5.7658 -17.92843,-11.3113 -27.0192,-20.7129 -20.82117,-21.5336 -41.06504,-53.3808 -49.68549,-78.1647 -8.06928,-23.1996 -14.70324,-32.4084 -46.59791,-64.6848 -26.40098,-26.717 -27.1887,-27.6007 -45.84634,-51.4263 -30.47718,-38.9186 -50.50109,-60.3012 -70.87252,-75.6802 -8.25083,-6.2289 -22.17865,-13.0239 -30.26399,-14.7652 -12.60952,-2.7158 -21.92151,-9.1993 -32.29895,-22.4893 -7.496,-9.5997 -14.40693,-21.442 -26.46275,-45.3459 -11.3447,-22.4941 -17.56359,-33.4648 -21.13732,-37.2885 -12.44655,-13.316 -87.14616,-43.4133 -140.77703,-56.7199 -15.29508,-3.795 -21.49362,-6.5223 -27.68513,-12.1811 -8.20236,-7.4965 -12.86463,-16.7121 -26.16619,-51.722 -15.98363,-42.0692 -25.27177,-63.5769 -44.59082,-103.2548 -17.81343,-36.5859 -25.835993,-56.0854 -33.279519,-80.8872 -12.022424,-40.0588 -15.171548,-79.4467 -8.759059,-109.5512 0.894189,-4.1985 4.130684,-15.9502 7.191907,-26.1151 3.061233,-10.1647 6.642245,-23.7244 7.958042,-30.1326 3.740212,-18.2154 7.248407,-26.3096 16.020279,-36.9627 1.63746,-1.9887 6.73817,-9.2206 11.3344,-16.0708 10.14366,-15.1172 19.09281,-26.3269 25.42293,-31.8442 6.93503,-6.0449 9.11387,-10.7648 12.93395,-28.0193 0.39111,-31.6674 16.72392,-51.9423 29.75147,-76.5686 6.01574,-11.5629 13.08987,-31.5238 19.70952,-55.6134 1.51819,-5.5243 4.18115,-13.2986 5.91806,-17.276 4.48172,-10.2643 6.00593,-14.7946 11.08328,-32.9451 6.07174,-21.7055 15.03194,-48.402 18.87837,-56.2476 1.96038,-3.9989 8.95995,-14.172 18.5213,-26.9185 18.50396,-24.6689 20.97408,-27.6332 32.47672,-38.9716 5.09644,-5.0236 10.20619,-10.92 11.83787,-13.6601 3.64581,-6.1223 9.82099,-21.8332 11.05417,-28.1238 4.33383,-22.1071 8.99284,-28.9682 31.36508,-46.1902 14.1139,-10.8647 19.41323,-16.3103 31.38593,-32.2509 14.66809,-19.5294 24.07023,-31.1916 34.90443,-43.2949 19.51215,-21.7977 21.84919,-25.2204 25.23761,-36.9627 6.50413,-22.5392 19.91594,-46.9138 43.77195,-79.5503 11.34018,-15.514 15.54595,-20.5325 20.14696,-24.0395 5.54742,-4.2286 7.65947,-5.1885 16.68821,-7.5851 9.56688,-2.5396 13.75456,-4.6138 22.42574,-11.1083 8.77564,-6.5726 28.82139,-26.5456 35.27957,-35.1515 2.79481,-3.7243 8.2905,-12.0409 12.21252,-18.4814 5.88114,-9.6574 8.64757,-13.2593 15.78173,-20.5489 4.7577,-4.8614 10.70136,-11.6259 13.20815,-15.0325 5.98686,-8.1354 12.59922,-13.1473 32.04709,-24.2904 17.98468,-10.3047 25.18237,-15.3731 31.45699,-22.1505 5.82138,-6.2878 7.82169,-10.7947 11.59506,-26.1269 5.51628,-22.4128 10.45578,-32.3368 25.24413,-50.7178 11.27413,-14.0129 15.673,-21.0292 23.25162,-37.086 15.49698,-32.8341 17.62836,-35.9525 31.27142,-45.7558 19.00744,-13.6577 21.26613,-18.0978 23.61322,-46.4181 1.77757,-21.4505 4.27607,-30.8848 11.39717,-43.0355 3.90344,-6.6598 20.87138,-27.6824 26.4836,-32.8115 6.47902,-5.9216 16.49863,-11.8227 38.81287,-22.8592 11.96217,-5.9162 23.97078,-12.5449 30.25696,-16.7017 5.73249,-3.7905 18.37792,-11.7004 28.10072,-17.5775 32.19573,-19.461 41.59241,-26.4892 54.50522,-40.76734 9.10781,-10.0706 15.1288,-19.0923 22.64293,-33.927 7.7664,-15.3325 11.2309,-19.0866 33.8543,-36.6832 17.607,-13.6948 27.2667,-22.6536 44.761,-41.5132 15.3867,-16.5871 22.9724,-21.8451 53.6497,-37.1873 19.1503,-9.46804 39.2048,-20.67771 45.4034,-32.8733 2.0257,-3.9943 5.3403,-9.6127 7.3656,-12.4853 2.0257,-2.8728 14.5963,-16.0709 27.9353,-29.3292 24.9082,-24.758 30.428,-30.7799 39.7382,-43.3532 10.0495,-13.5716 12.7795,-19.1216 18.8216,-38.26269 4.4933,-14.23483 8.7889,-21.2547 18.8959,-30.87945 4.641,-4.41945 12.7871,-12.52159 18.1028,-18.00478 22.1085,-22.8056 29.3198,-29.67158 36.2832,-34.54617 16.2425,-11.3699 32.812,-19.73327 63.1033,-31.8508 23.7965,-9.51934 29.8097,-13.34683 48.0848,-30.60602 11.2208,-10.59729 14.8569,-13.51719 25.2526,-20.27991 16.7753,-10.91284 39.9775,-20.96584 62.333,-27.00763 17.9303,-4.84583 21.8373,-6.09348 26.4883,-8.45917 9.2542,-4.70697 16.5878,-10.75037 30.5628,-25.18689 26.4253,-27.2977 34.9572,-35.60146 43.7928,-42.62197 23.4104,-15.16001 25.7145,-37.17956 41.5184,-53.72631 20.063,-21.12388 22.9345,-24.81879 33.2489,-42.78557 17.7712,-30.95571 28.2302,-43.37468 49.3794,-58.63188 5.0824,-3.66646 11.0486,-8.18317 13.2583,-10.03717 5.0682,-4.25213 20.1839,-11.59396 33.7486,-16.39196 30.2145,-10.6871 43.9036,-15.40055 48.6141,-16.73892 3.4499,-0.98011 10.2702,-1.75948 20.0884,-2.29545 24.3365,-1.32851 35.4692,-3.48593 60.5692,-11.73751 16.9719,-5.57956 29.0845,-11.66447 43.0871,-21.64541 5.9663,-4.25268 14.1022,-9.27615 18.0797,-11.16326 19.8235,-9.4052 63.3051,-21.62799 101.2457,-28.46047 13.0482,-2.34974 19.6614,-3.20044 31.871,-4.0998 14.4776,-1.0664 19.3399,-2.64502 30.1503,-9.78822 11.7673,-7.77565 19.5456,-11.27825 33.6788,-15.16604 25.1188,-6.90965 33.7993,-11.35269 65.0075,-33.272791 11.7798,-8.27387 23.0876,-13.75375 31.7911,-15.40623 8.3172,-1.57907 15.7956,-1.19174 32.8158,1.69961 6.8072,1.15644 17.9261,2.61175 24.7088,3.23407 13.5021,1.23882 16.6644,2.21821 23.1526,7.17084 5.7161,4.36331 9.8554,6.23007 23.8323,10.74802 20.7779,6.71656 26.6942,10.34175 40.2267,24.648721 7.0226,7.42481 10.1862,10.00529 20.7415,16.91831 15.8178,10.3598 45.4609,28.04532 52.0597,31.05967 7.5123,3.43163 20.9389,6.62584 43.2778,10.29577 22.384,3.67735 32.6818,6.01096 40.8945,9.26725 18.1354,7.19058 52.4399,27.15156 67.9896,39.56143 7.8181,6.23961 10.5818,10.18789 25.9088,37.01288 18.628,32.6028 27.8205,45.45571 46.2865,64.71739 14.5591,15.18646 28.2129,24.29529 71.5149,47.70877 40.6301,21.96887 57.5524,29.47979 131.7801,58.49056 24.5966,9.6132 36.5103,14.99778 64.3378,29.07842 13.0675,6.61206 26.9766,13.18613 30.9086,14.60894 14.6372,5.29637 24.6169,6.1089 39.5061,3.21674 10.2791,-1.99656 17.9926,-2.1362 25.1636,-0.45538 2.8794,0.67489 16.6199,5.02156 30.5345,9.6594 26.8167,8.93807 37.5999,12.02936 53.8249,15.42996 11.6508,2.44195 17.663,5.01367 20.5404,8.78618 1.1265,1.47675 3.1353,5.51719 4.4642,8.97883 1.3286,3.46154 3.2599,7.74015 4.2913,9.50794 4.76,8.15766 23.7564,22.1238 34.8316,25.60794 3.4,1.06958 14.3178,3.6389 24.2617,5.70953 35.5221,7.3968 63.5557,14.68995 73.0992,19.01726 10.4543,4.74022 11.2464,7.48656 4.1117,14.26006 -8.103,7.69299 -8.2843,9.46848 -1.8793,18.40959 8.7418,12.20333 27.6419,31.96001 64.7666,67.70107 10.1434,9.76542 14.5423,15.2031 19.0308,23.5245 6.8727,12.7415 9.5363,22.3594 14.4014,52.0034 1.7806,10.8483 3.813,21.696 4.5169,24.1062 0.7039,2.41 3.9718,10.2951 7.262,17.5222 3.2905,7.2273 8.5405,20.6063 11.6668,29.7309 9.6591,28.1917 12.9815,35.794 23.2288,53.1516 3.0007,5.0824 7.8096,14.1222 10.6868,20.0884 4.2221,8.7547 6.7355,12.7084 13.0263,20.4902 25.3012,31.2976 34.3405,46.4369 42.2205,70.7114 5.2623,16.21124 8.7321,24.44124 19.8189,47.00694 13.8556,28.2012 15.9757,36.4426 15.0898,58.6582 -0.4636,11.6221 -0.3182,14.3493 1.1776,22.0974 1.2164,6.3016 1.9079,14.2593 2.4083,27.722 0.9015,24.2519 1.9411,30.1088 7.1209,40.1226 8.8372,17.0835 11.9438,28.9774 11.0326,42.24 -0.2732,3.9775 -1.0393,16.1566 -1.7022,27.0646 -1.3844,22.7722 -2.4134,29.5847 -6.4113,42.4414 -3.5631,11.4583 -4.0516,16.6732 -2.8975,30.9362 0.5007,6.1872 1.4467,21.3742 2.1021,33.7486 0.6556,12.3746 2.1067,30.4541 3.2246,40.1769 1.3934,12.1182 2.2663,25.5118 2.7752,42.5875 0.4086,13.7003 1.1264,27.26 1.5958,30.1327 0.4694,2.8726 3.8073,16.9747 7.4176,31.3379 3.341,10.3913 2.9264,22.0897 10.3785,30.3355 10.5476,12.0498 8.3566,18.8693 8.379,34.751 -0.9606,10.9718 -0.1101,20.8244 2.9803,31.1793 5.2405,17.5591 5.5069,21.0581 3.0426,39.9571 -0.8661,6.6419 -1.9471,17.8512 -2.4023,24.9096 -0.7343,11.3825 -1.204,22.855 -3.1587,77.1164 -0.6308,17.5194 0,30.6448 3.0836,63.8813 3.5718,38.5276 5.0925,48.4792 14.368,94.0139 3.6885,18.1064 6.068,37.5616 6.0936,49.8193 0.025,5.9663 -0.623,25.4922 -1.4119,43.3911 -1.0251,23.2443 -1.2077,33.9521 -0.6389,37.4742 0.4377,2.712 2.4081,8.6782 4.3787,13.2584 10.2791,23.8919 12.3221,39.7881 11.5841,90.1398 -0.4565,31.1609 -1.6648,47.3047 -5.0924,68.0474 -2.7049,16.369 -5.6715,25.4794 -10.8953,33.4588 -5.4992,8.4002 -7.6468,13.2737 -8.6563,19.6424 -1.1405,7.1967 -0.1808,14.1682 5.5841,40.5109 2.6107,11.9325 5.1969,24.4074 5.7468,27.7221 1.2902,7.777 1.2852,34.6776 0,42.9892 -3.5326,22.705 -7.9588,38.2107 -18.35,64.2829 -4.2275,10.6068 -8.0367,20.5506 -8.4653,22.0974 -3.2724,6.6638 -4.1257,9.4821 -0.9628,14.8077 11.5408,19.1398 15.087,33.3601 15.1425,60.7249 0.053,26.6334 -3.2709,39.3166 -14.6295,55.8092 -5.5245,8.0215 -10.6654,18.8278 -16.6455,34.9907 -9.0513,24.4637 -11.1222,32.0861 -14.1287,52.0027 -0.635,4.2071 -1.5229,6.6933 -3.235,9.0564 -2.84,3.9207 -10.7149,9.8272 -20.0018,15.0031 -13.4457,7.4932 -20.4109,16.8554 -27.1953,36.5551 -7.5321,21.8708 -9.6112,39.8369 -6.9603,60.1434 2.6197,20.0658 1.9011,24.8785 -4.9018,32.826 -3.2727,3.8233 -5.0947,4.8962 -13.3533,7.8638 -7.3705,2.6482 -14.9202,7.842 -26.4849,18.2202 -13.8882,12.4631 -15.8671,14.6405 -23.1406,25.4613 -3.8113,5.6703 -9.3961,12.6792 -12.8244,16.0947 -5.271,5.2514 -7.4052,6.6985 -16.1587,10.9588 -19.9014,9.6853 -26.3349,16.5224 -56.5827,60.1304 -17.6346,25.4237 -22.7704,33.8575 -32.6725,53.6544 -4.0293,8.0555 -8.4374,16.0927 -9.7959,17.8605 -1.3582,1.7678 -12.0709,12.9954 -23.806,24.95 -11.7352,11.9549 -25.4948,26.1029 -30.5771,31.4402 -6.3764,6.696 -10.6048,10.4197 -13.6404,12.0126 -5.9326,3.113 -8.7527,7.3434 -21.932,32.8996 -5.9095,11.4595 -12.025,22.824 -13.5893,25.2547 -3.9545,6.1433 -6.2403,10.8069 -7.644,15.5947 -3.1917,10.8882 -6.2921,13.0603 -27.1641,19.0323 -6.6661,3.0034 -12.4623,2.1811 -19.4845,1.5071 -13.4946,-1.295 -34.6644,-0.6076 -49.045,1.5927 -21.084,3.226 -40.8891,8.103 -82.1338,20.2251 -40.6583,11.9497 -42.0752,12.258 -80.6747,17.5478 -58.3863,8.0017 -80.874,10.0191 -111.3708,9.9902 -25.1427,-0.025 -31.9946,-0.741 -49.181,-5.1492 -32.6091,-8.3638 -91.2309,-12.6853 -160.1406,-11.8049 -40.7341,0.5203 -58.8473,2.3029 -100.4422,9.8843 -37.8337,6.8961 -59.4283,12.623 -92.4067,24.5073 -6.5316,2.3537 -8.3214,2.6409 -18.4814,2.9669 -26.644,0.8543 -62.6056,-8.777 -107.2727,-28.7298 -9.8387,-4.3948 -31.2061,-15.3483 -34.5521,-17.7123 -4.4411,-3.1375 -12.162,-6.4809 -18.9492,-8.2055 -6.6166,-1.6815 -8.9207,-1.8213 -30.0666,-1.8251 -34.8274,0 -58.5527,3.0681 -140.2173,18.1675 -52.8923,9.7798 -63.9482,11.5393 -89.9962,14.3228 -28.7694,3.0746 -51.6574,4.4589 -93.2104,5.6381 -24.5973,0.6978 -26.116,0.8322 -34.9951,3.0996 -11.3838,2.9066 -25.3192,8.3751 -52.5905,20.6374 -34.9968,15.7366 -52.5332,22.2678 -70.5576,26.2795 -11.2106,2.495 -31.6785,2.6353 -40.7324,0.2789 -4.8599,-1.2648 -8.6701,-1.5631 -19.6867,-1.5417 -30.4507,0.057 -69.2229,8.707 -133.1486,29.6989 -25.1884,8.2715 -30.4616,9.1998 -42.6677,7.5119 z"
+ style="fill:none;stroke:#1bae00;stroke-width:18.9812;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ sodipodi:nodetypes="cccccccsccccccsccccccsccccccccscsccccccccccccccccccccccccccccccccccccccccccsccccccccccccsscccccccccsccscccccccscccccssccscsccccccccccscccccccccccccscccccccccccccccccccccccccccccccccccccscccscccccccscccccccccccccccccccccccccccccccccc" />
+ inkscape:label="Words">
+ id="g1476"
+ style="stroke:#ce0200;stroke-opacity:1">
+ id="path834"
+ inkscape:connector-curvature="0" />
+ id="path836"
+ inkscape:connector-curvature="0" />
+ id="path840"
+ inkscape:connector-curvature="0" />
+ id="path842"
+ inkscape:connector-curvature="0" />
+ id="path844"
+ inkscape:connector-curvature="0" />
+ id="path846"
+ inkscape:connector-curvature="0" />
+ id="path848"
+ inkscape:connector-curvature="0" />
+ id="path850"
+ inkscape:connector-curvature="0" />
+ id="path852"
+ inkscape:connector-curvature="0" />
+ id="path856"
+ inkscape:connector-curvature="0" />
-
+
+ id="path860"
+ inkscape:connector-curvature="0" />
+ id="path862"
+ inkscape:connector-curvature="0" />
+ id="path864"
+ inkscape:connector-curvature="0" />
+ id="path866"
+ inkscape:connector-curvature="0" />
+ id="path868"
+ inkscape:connector-curvature="0" />
+ id="path870"
+ inkscape:connector-curvature="0" />
-
+
+ id="path876"
+ inkscape:connector-curvature="0" />
+ id="path853"
+ inkscape:connector-curvature="0" />
+ id="path855"
+ inkscape:connector-curvature="0" />
+ id="path857"
+ inkscape:connector-curvature="0" />
-
+ sodipodi:nodetypes="csc" />
+
+ id="path863"
+ inkscape:connector-curvature="0" />
+ id="path865"
+ inkscape:connector-curvature="0" />
+ id="path867"
+ inkscape:connector-curvature="0" />
+ id="path869"
+ inkscape:connector-curvature="0" />
+ id="path871"
+ inkscape:connector-curvature="0" />
+ id="path873"
+ inkscape:connector-curvature="0" />
+ id="path875"
+ inkscape:connector-curvature="0" />
-
+ sodipodi:nodetypes="cscc" />
+ sodipodi:nodetypes="cssc" />
+ sodipodi:nodetypes="cscc" />
+
+ id="path885"
+ inkscape:connector-curvature="0" />
+ id="path887"
+ inkscape:connector-curvature="0" />
-
+
+ id="path891"
+ inkscape:connector-curvature="0" />
+ id="path893"
+ inkscape:connector-curvature="0" />
+ id="path895"
+ inkscape:connector-curvature="0" />
+ id="path897"
+ inkscape:connector-curvature="0" />
-
+
+ id="path901"
+ inkscape:connector-curvature="0" />
+ id="path903"
+ inkscape:connector-curvature="0" />
+ id="path905"
+ inkscape:connector-curvature="0" />
+ id="path907"
+ inkscape:connector-curvature="0" />
+ id="path909"
+ inkscape:connector-curvature="0" />
-
+ sodipodi:nodetypes="csc" />
+
+ id="path915"
+ inkscape:connector-curvature="0" />
+ id="path917"
+ inkscape:connector-curvature="0" />
+ id="path919"
+ inkscape:connector-curvature="0" />
-
+
+ id="path923"
+ inkscape:connector-curvature="0" />
+ id="path925"
+ inkscape:connector-curvature="0" />
+ id="path927"
+ inkscape:connector-curvature="0" />
+ id="path929"
+ inkscape:connector-curvature="0" />
+ id="path931"
+ inkscape:connector-curvature="0" />
+ id="path933"
+ inkscape:connector-curvature="0" />
+ id="path935"
+ inkscape:connector-curvature="0" />
+ id="path937"
+ inkscape:connector-curvature="0" />
+ id="path939"
+ inkscape:connector-curvature="0" />
+ id="path941"
+ inkscape:connector-curvature="0" />
+ id="path943"
+ inkscape:connector-curvature="0" />
+ id="path945"
+ inkscape:connector-curvature="0" />
+ id="path947"
+ inkscape:connector-curvature="0" />
+ id="path951"
+ inkscape:connector-curvature="0" />
+ id="path953"
+ inkscape:connector-curvature="0" />
+ id="path955"
+ inkscape:connector-curvature="0" />
+ id="path957"
+ inkscape:connector-curvature="0" />
+ id="path959"
+ inkscape:connector-curvature="0" />
+ id="path961"
+ inkscape:connector-curvature="0" />
-
+ sodipodi:nodetypes="cssc" />
+
+ id="path967"
+ inkscape:connector-curvature="0" />
+ id="path969"
+ inkscape:connector-curvature="0" />
-
+
+ id="path973"
+ inkscape:connector-curvature="0" />
-
+
+ id="path977"
+ inkscape:connector-curvature="0" />
+ id="path979"
+ inkscape:connector-curvature="0" />
+ id="path981"
+ inkscape:connector-curvature="0" />
+ id="path983"
+ inkscape:connector-curvature="0" />
-
+ sodipodi:nodetypes="ccssc" />
+
+ id="path989"
+ inkscape:connector-curvature="0" />
+ id="path991"
+ inkscape:connector-curvature="0" />
+ id="path993"
+ inkscape:connector-curvature="0" />
+ id="path995"
+ inkscape:connector-curvature="0" />
+ id="path997"
+ inkscape:connector-curvature="0" />
+ id="path999"
+ inkscape:connector-curvature="0" />
+ id="path1001"
+ inkscape:connector-curvature="0" />
+ id="path1003"
+ inkscape:connector-curvature="0" />
+ id="path1005"
+ inkscape:connector-curvature="0" />
+ id="path1007"
+ inkscape:connector-curvature="0" />
+ id="path1009"
+ inkscape:connector-curvature="0" />
+ id="path1011"
+ inkscape:connector-curvature="0" />
+ id="path1013"
+ inkscape:connector-curvature="0" />
+ id="path1015"
+ inkscape:connector-curvature="0" />
+ id="path1017"
+ inkscape:connector-curvature="0" />
+ id="path1021"
+ inkscape:connector-curvature="0" />
+ id="path1023"
+ inkscape:connector-curvature="0" />
+ id="path1025"
+ inkscape:connector-curvature="0" />
+ id="path1027"
+ inkscape:connector-curvature="0" />
+ id="path1029"
+ inkscape:connector-curvature="0" />
+ id="path1031"
+ inkscape:connector-curvature="0" />
+ id="path1033"
+ inkscape:connector-curvature="0" />
+ id="path1035"
+ inkscape:connector-curvature="0" />
+ id="path1037"
+ inkscape:connector-curvature="0" />
+ id="path1039"
+ inkscape:connector-curvature="0" />
+ id="path1041"
+ inkscape:connector-curvature="0" />
+ id="path1043"
+ inkscape:connector-curvature="0" />
+ id="path1045"
+ inkscape:connector-curvature="0" />
+ id="path1047"
+ inkscape:connector-curvature="0" />
+ id="path1049"
+ inkscape:connector-curvature="0" />
+ id="path1051"
+ inkscape:connector-curvature="0" />
-
+
+ id="path1057"
+ inkscape:connector-curvature="0" />
+ id="path1059"
+ inkscape:connector-curvature="0" />
+ id="path1061"
+ inkscape:connector-curvature="0" />
+ id="path1063"
+ inkscape:connector-curvature="0" />
+ id="path1065"
+ inkscape:connector-curvature="0" />
+ id="path1067"
+ inkscape:connector-curvature="0" />
-
+
+ id="path960"
+ inkscape:connector-curvature="0" />
+ id="path962"
+ inkscape:connector-curvature="0" />
-
+
+ id="path966"
+ inkscape:connector-curvature="0" />
+ id="path968"
+ inkscape:connector-curvature="0" />
+ id="path970"
+ inkscape:connector-curvature="0" />
+ id="path972"
+ inkscape:connector-curvature="0" />
+ id="path974"
+ inkscape:connector-curvature="0" />
+ id="path976"
+ inkscape:connector-curvature="0" />
+ id="path978"
+ inkscape:connector-curvature="0" />
+ id="path980"
+ inkscape:connector-curvature="0" />
+ id="path982"
+ inkscape:connector-curvature="0" />
+ id="path984"
+ inkscape:connector-curvature="0" />
+ id="path986"
+ inkscape:connector-curvature="0" />
+ id="path988"
+ inkscape:connector-curvature="0" />
+ id="path990"
+ inkscape:connector-curvature="0" />
+ id="path992"
+ inkscape:connector-curvature="0" />
-
+
+ id="path996"
+ inkscape:connector-curvature="0" />
+ id="path998"
+ inkscape:connector-curvature="0" />
+ id="path1000"
+ inkscape:connector-curvature="0" />
+ id="path1002"
+ inkscape:connector-curvature="0" />
+ id="path1004"
+ inkscape:connector-curvature="0" />
-
+
+ id="path1008"
+ inkscape:connector-curvature="0" />
+ id="path1010"
+ inkscape:connector-curvature="0" />
+ id="path1012"
+ inkscape:connector-curvature="0" />
-
+
+ id="path1018"
+ inkscape:connector-curvature="0" />
+ id="path1020"
+ inkscape:connector-curvature="0" />
+ id="path1022"
+ inkscape:connector-curvature="0" />
+ id="path1024"
+ inkscape:connector-curvature="0" />
-
+
+ id="path1028"
+ inkscape:connector-curvature="0" />
-
+
+ id="path1032"
+ inkscape:connector-curvature="0" />
+ id="path1034"
+ inkscape:connector-curvature="0" />
+ id="path1036"
+ inkscape:connector-curvature="0" />
+ id="path1038"
+ inkscape:connector-curvature="0" />
+ id="path1040"
+ inkscape:connector-curvature="0" />
+ id="path1042"
+ inkscape:connector-curvature="0" />
+ id="path1046"
+ inkscape:connector-curvature="0" />
+ id="path1048"
+ inkscape:connector-curvature="0" />
+ id="path1050"
+ inkscape:connector-curvature="0" />
+ id="path1052"
+ inkscape:connector-curvature="0" />
+ id="path1054"
+ inkscape:connector-curvature="0" />
+ id="path1056"
+ inkscape:connector-curvature="0" />
+ id="path1058"
+ inkscape:connector-curvature="0" />
+ id="path1060"
+ inkscape:connector-curvature="0" />
-
+
+ id="path1064"
+ inkscape:connector-curvature="0" />
+ id="path1066"
+ inkscape:connector-curvature="0" />
+ id="path1068"
+ inkscape:connector-curvature="0" />
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+ d="m 1277.9551,1927.2811 c 0,0 -47.8966,153.9638 -67.2452,177.7299"
+ style="fill:none;stroke:#ce0200;stroke-width:26.45669335;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
+ d="m 1265.5916,1993.5693 55.5531,23.1091"
+ style="fill:none;stroke:#ce0200;stroke-width:26.45669335;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
+ id="path1101"
+ d="m 1167.4086,2114.0888 -22.8126,-41.2906 c 0,0 60.3374,-51.7785 41.4012,-89.3068 -18.936,-37.5284 -68.9762,-32.7072 -100.9414,-13.3411 -31.9651,19.3661 -94.49403,67.9087 -49.3591,118.342 45.1348,50.4335 111.1666,-17.0442 111.1666,-17.0442"
+ style="fill:none;stroke:#ce0200;stroke-width:26.45669335;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
+ d="m 897.53108,1933.4559 32.15369,45.437"
+ style="fill:none;stroke:#ce0200;stroke-width:26.45669335;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
+ d="m 857.87813,2113.9597 c 0,0 32.60299,-138.3467 91.98749,-143.2217 59.38448,-4.8749 42.96878,96.7032 12.37936,148.4135"
+ style="fill:none;stroke:#ce0200;stroke-width:26.45669335;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
+ d="m 739.58747,1994.097 c 0,0 26.51418,-38.1391 57.6715,-30.6631 31.15733,7.476 47.83309,56.5467 21.53329,115.4302 -26.29985,58.8833 -99.02214,65.7776 -112.59236,30.5242 -13.57021,-35.2535 0.16975,-77.5843 33.38757,-115.2913 z"
+ style="fill:none;stroke:#ce0200;stroke-width:26.45669335;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
+ d="m 561.77496,1993.4467 c 0,0 17.94222,-44.5708 69.45124,-34.0333 51.50903,10.5375 63.31068,65.8397 34.38737,105.6199 -28.92331,39.7799 -31.4231,64.6405 -76.58033,68.6743 -45.15726,4.0338 -59.44913,-78.4283 -27.25828,-140.2609 z"
+ style="fill:none;stroke:#ce0200;stroke-width:26.45669335;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
+ d="m 513.36395,2147.6133 c 0,0 -13.98726,-27.9734 -6.77466,-69.1627 7.21261,-41.1894 12.20665,-109.8172 -25.22861,-102.2748 -37.43526,7.5425 -54.82058,45.0476 -60.5835,81.7946 -5.76292,36.7468 9.84994,66.2078 21.96013,66.2111 12.11017,0 50.67351,-13.2296 61.97789,-36.7443"
+ style="fill:none;stroke:#ce0200;stroke-width:26.45669335;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
+ d="m 341.7081,1958.1816 c 0,0 -38.783,49.3582 -22.24059,55.4478 16.54237,6.0896 73.58614,23.836 69.26341,60.452 -4.32274,36.6162 -21.13237,75.2279 -88.40417,84.8066 -67.27178,9.5784 -14.21643,-109.8537 23.81709,-138.3769"
+ style="fill:none;stroke:#ce0200;stroke-width:26.45669335;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
+ d="m 227.27192,2224.5451 21.9405,63.4596 c 0,0 -22.32566,89.6469 -25.38852,103.1313 0,0 8.30574,-103.6204 70.2479,-161.1836"
+ style="fill:none;stroke:#ce0200;stroke-width:26.45669335;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
+ d="m 338.40737,2239.6584 c 0,0 -51.62383,98.8667 -55.07757,158.3408"
+ style="fill:none;stroke:#ce0200;stroke-width:26.45669335;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
+ d="m 499.11266,2393.2596 c 0,0 16.30202,-176.7132 -19.64813,-176.7132 -35.95018,0 -139.77242,41.1042 -136.78978,108.1121 2.9826,67.008 41.99614,83.6601 80.57559,54.6191 38.57942,-29.0412 78.99413,-72.0513 78.99413,-72.0513"
+ style="fill:none;stroke:#ce0200;stroke-width:26.45669335;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
+ d="m 583.76412,2218.629 -31.41687,174.8031"
+ style="fill:none;stroke:#ce0200;stroke-width:26.45669335;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
+ d="m 562.47695,2284.6793 23.31867,11.0366"
+ style="fill:none;stroke:#ce0200;stroke-width:26.45669335;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
+ d="m 742.32394,2371.0827 c 0,0 -4.21249,-125.6085 -25.19643,-140.8951 -20.98391,-15.2865 -76.36023,10.9252 -85.45193,68.3974 -9.09172,57.4726 8.50304,62.905 16.73176,64.8985 8.22873,1.9935 20.17178,25.9068 80.16192,-63.5089"
+ style="fill:none;stroke:#ce0200;stroke-width:26.45669335;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
+ d="m 927.50896,2395.6916 c 0,0 28.58879,-48.3638 17.80128,-70.4909 -10.78747,-22.1271 -10.78747,-22.1271 -10.78747,-22.1271 0,0 37.74987,-64.8255 27.79626,-87.475 -9.95372,-22.6494 -52.14453,-48.6226 -101.10004,2.9483 -48.95551,51.571 -63.76644,115.4442 -38.91776,142.3419 24.84867,26.8974 101.56067,-32.6663 115.28975,-56.8159"
+ style="fill:none;stroke:#ce0200;stroke-width:26.45669335;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
+ d="m 963.72103,2393.3864 c 0,0 52.54557,-151.6981 81.94667,-175.689 29.4011,-23.9906 73.619,-64.1487 72.4086,-20.1733 -1.2103,43.975 -34.4492,186.422 -34.4492,186.422"
+ style="fill:none;stroke:#ce0200;stroke-width:26.45669335;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
+ d="m 1225.7103,2161.9926 c 0,0 -23.0023,27.8162 -27.2564,41.9641 -4.2542,14.1477 -45.108,171.3572 -45.108,171.3572"
+ style="fill:none;stroke:#ce0200;stroke-width:26.45669335;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
+ d="m 1265.317,2202.9514 -31.4504,181.7359"
+ style="fill:none;stroke:#ce0200;stroke-width:26.45669335;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
+ d="m 1364.3573,2388.6201 c 0,0 -102.7516,-38.328 -49.9271,-137.2221 52.8244,-98.8939 125.2921,-67.7924 98.2632,-1.0888 -27.0289,66.7036 -81.5731,109.1034 -81.5731,109.1034"
+ style="fill:none;stroke:#ce0200;stroke-width:26.45669335;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
+ d="m 1581.5258,2193.0124 c 0,0 -48.8884,175.2752 -61.9723,186.6769 -13.0839,11.4015 -97.7859,-8.3367 -70.4974,-84.9319 27.2886,-76.5952 77.5832,7.3893 77.5832,7.3893"
+ style="fill:none;stroke:#ce0200;stroke-width:26.45669335;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
+ d="m 1727.4776,2362.7887 c 0,0 -46.9927,-117.6385 -56.0566,-130.2128 -9.0639,-12.5746 -66.4923,-2.6567 -87.4192,61.3464 -20.9269,64.003 28.3169,79.467 51.0163,60.441 22.6992,-19.026 54.0135,-73.2535 54.0135,-73.2535"
+ style="fill:none;stroke:#ce0200;stroke-width:26.45669335;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
+ d="m 1652.0803,2636.2243 c 0,0 26.3811,-184.2542 61.4442,-182.4501 35.0632,1.804 61.94,79.8875 42.0056,197.0322"
+ style="fill:none;stroke:#ce0200;stroke-width:26.45669335;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
+ d="m 1310.1051,2650.6857 c 0,0 85.8572,-210.153 125.689,-214.4966 39.832,-4.3439 46.656,70.5388 38.9506,127.5684 -7.7053,57.0293 -7.7053,57.0293 -7.7053,57.0293 0,0 51.6961,-149.5578 120.5311,-174.8367 68.8351,-25.2793 79.8663,33.3063 63.1339,80.193 -16.7324,46.8866 -54.3289,71.2886 -50.1123,114.4404"
+ style="fill:none;stroke:#ce0200;stroke-width:26.45669335;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
+ d="m 1283.6273,2463.4002 -53.6189,199.4287"
+ style="fill:none;stroke:#ce0200;stroke-width:26.45669335;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
+ d="m 1164.6443,2643.1907 c 0,0 -110.4332,10.3877 -91.8202,-29.0588 18.6131,-39.4461 32.0318,-34.9709 32.0318,-34.9709 0,0 75.222,12.9458 94.0438,-62.133 18.822,-75.0791 -73.9948,-71.9609 -102.6939,-42.9526 -28.6992,29.0082 -27.3684,82.0196 -14.1149,98.8147"
+ style="fill:none;stroke:#ce0200;stroke-width:26.45669335;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
+ d="m 909.28677,2457.4152 c 0,0 -23.9618,162.7913 -14.85903,185.0726 0,0 -16.10123,-58.2078 52.75145,-115.9141 68.85261,-57.7063 107.47971,-91.083 99.17991,-24.5505 -8.2996,66.5321 -24.3116,136.3317 -24.3116,136.3317"
+ style="fill:none;stroke:#ce0200;stroke-width:26.45669335;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
+ d="m 686.46133,2489.2539 -47.4266,160.8352"
+ style="fill:none;stroke:#ce0200;stroke-width:26.45669335;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
+ d="m 727.01414,2492.1404 116.71829,140.4971"
+ style="fill:none;stroke:#ce0200;stroke-width:26.45669335;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
+ d="m 816.29089,2465.541 -93.73206,180.4055"
+ style="fill:none;stroke:#ce0200;stroke-width:26.45669335;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
+ d="m 565.79293,2640.6299 c 0,0 -49.41672,-3.2568 -44.79351,-34.2785 4.6232,-31.0218 29.88587,-106.4496 14.50408,-126.9544 -15.3818,-20.5047 -55.54964,-0.9707 -69.06256,34.7501 -13.51294,35.7207 -27.98076,79.3598 4.97255,97.9202 32.95328,18.5605 53.36418,-30.9568 53.36418,-30.9568"
+ style="fill:none;stroke:#ce0200;stroke-width:26.45669335;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
+ d="m 360.34763,2459.6014 c 0,0 62.54933,68.835 39.76228,124.7056 -22.78702,55.8702 -22.78702,55.8702 -22.78702,55.8702"
+ style="fill:none;stroke:#ce0200;stroke-width:26.45669335;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
+ d="m 631.94238,2780.4364 c -2.73404,34.7522 -18.02835,148.4732 25.90204,127.933 43.93038,-20.5405 112.53805,-138.5452 112.53805,-138.5452"
+ style="fill:none;stroke:#ce0200;stroke-width:26.45669335;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
+ d="m 976.8267,2963.1839 c 0,0 -59.21589,-62.775 -60.60647,-85.7814 -1.39056,-23.0062 25.564,-121.0062 -53.8965,-120.8262 -79.46053,0.1808 -95.88873,134.3335 -79.00096,154.8358 16.88778,20.5022 39.35554,69.0826 123.54959,-33.6557"
+ style="fill:none;stroke:#ce0200;stroke-width:26.45669335;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
+ d="m 1165.6842,2751.7413 c 0,0 -59.0946,22.4757 -11.952,98.8336 47.1426,76.3579 -17.137,109.6152 -17.137,109.6152"
+ style="fill:none;stroke:#ce0200;stroke-width:26.45669335;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
+ d="m 1296.8879,2950.7251 c 0,0 -85.4665,-50.323 -79.4671,-81.2829 5.9994,-30.9595 11.3103,-101.0556 96.2509,-131.2978 84.9407,-30.2421 64.2644,74.7622 44.0005,88.3021 -20.264,13.5398 -116.3224,82.5052 -116.3224,82.5052"
+ style="fill:none;stroke:#ce0200;stroke-width:26.45669335;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
+ d="m 1396.26,2931.27 c 3.829,-4.7663 29.7798,-147.4754 102.2694,-181.6415 72.4896,-34.1661 114.321,4.8401 93.0556,47.5918 -21.2655,42.7517 -41.6897,98.4793 -27.8189,140.877"
+ style="fill:none;stroke:#ce0200;stroke-width:26.45669335;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
+ d="m 1749.2601,2945.0579 c 0,0 -116.2927,6.0163 -117.3619,-82.3262 -1.0694,-88.3424 26.2564,-124.2239 66.7665,-127.8963 40.5102,-3.6727 93.4393,53.8873 63.9617,89.1849 -29.4778,35.2976 -98.8336,90.7837 -98.8336,90.7837"
+ style="fill:none;stroke:#ce0200;stroke-width:26.45669335;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
+ d="m 1512.7504,3206.4203 c 0,0 -97.3232,-18.405 -92.7304,-102.8134 4.5927,-84.408 76.1315,-144.6287 117.3035,-118.7382 41.1721,25.8902 55.5464,73.366 -48.7718,136.1432"
+ style="fill:none;stroke:#ce0200;stroke-width:26.45669335;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
+ d="m 1373.1864,3018.5558 c -1.1379,7.1115 -11.7817,176.6502 -11.7817,176.6502"
+ style="fill:none;stroke:#ce0200;stroke-width:26.45669335;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
+ d="m 1258.4384,3172.6496 11.4524,-162.8002"
+ style="fill:none;stroke:#ce0200;stroke-width:26.45669335;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
+ d="m 1279.1348,3045.5963 76.4235,43.155"
+ style="fill:none;stroke:#ce0200;stroke-width:26.45669335;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
+ d="m 1206.1071,3025.8604 -14.0039,118.9828"
+ style="fill:none;stroke:#ce0200;stroke-width:26.45669335;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
+ d="m 933.68781,3100.8812 c 0,0 40.4675,-84.6431 111.59579,-84.5859 71.1284,0.057 67.9567,29.5102 44.5204,73.3397 -23.4364,43.8294 -39.1293,53.3998 -39.1293,53.3998"
+ style="fill:none;stroke:#ce0200;stroke-width:26.45669335;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
+ d="m 1102.7756,3089.0474 c 0,0 13.1104,1.8154 14.3041,47.3025"
+ style="fill:none;stroke:#ce0200;stroke-width:26.45669335;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
+ d="m 2006.9499,1790.379 c 0,0 149.1721,85.8658 142.6966,341.4803 -6.4753,255.6143 -78.812,242.1113 -0.9872,529.3311 77.8249,287.2198 -251.3131,346.1906 -308.872,202.5141 -57.5588,-143.6765 -25.4974,-397.5397 -49.7113,-476.1071 -24.2138,-78.5675 -146.8798,-263.1558 -57.4823,-446.2717 89.3976,-183.1158 177.7644,-207.4498 274.3562,-150.9467 z"
+ style="fill:none;stroke:#ce0200;stroke-width:26.45669335;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
+ d="m 1918.1839,1880.5213 -6.7728,122.4352"
+ style="fill:none;stroke:#ce0200;stroke-width:26.45669335;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
+ d="m 1851.7887,1931.4251 115.0894,13.2692"
+ style="fill:none;stroke:#ce0200;stroke-width:26.45669335;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
+ d="m 1831.322,2091.1352 -1.3558,121.2761"
+ style="fill:none;stroke:#ce0200;stroke-width:26.45669335;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
+ d="m 1777.8709,2146.5178 c 112.6322,6.9058 112.6322,6.9058 112.6322,6.9058"
+ style="fill:none;stroke:#ce0200;stroke-width:26.45669335;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
+ d="m 1950.8272,2309.3569 -10.4525,126.9778"
+ style="fill:none;stroke:#ce0200;stroke-width:26.45669335;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
+ d="m 1880.0849,2371.4799 122.8376,3.6757"
+ style="fill:none;stroke:#ce0200;stroke-width:26.45669335;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
+ d="m 2030.9149,2126.5297 3.5163,127.804"
+ style="fill:none;stroke:#ce0200;stroke-width:26.45669335;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
+ d="m 1993.527,2178.0825 101.2954,13.7432"
+ style="fill:none;stroke:#ce0200;stroke-width:26.45669335;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
+ d="m 1961.4279,2609.8898 11.968,118.2936"
+ style="fill:none;stroke:#ce0200;stroke-width:26.45669335;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+