<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
   xmlns:dc="http://purl.org/dc/elements/1.1/"
   xmlns:cc="http://creativecommons.org/ns#"
   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
   xmlns:svg="http://www.w3.org/2000/svg"
   xmlns="http://www.w3.org/2000/svg"
   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"
   width="2921"
   height="1500"
   version="1.1"
   xml:space="preserve"
   style="clip-rule:evenodd;fill-rule:evenodd;stroke-miterlimit:1"
   sodipodi:docname="COVID-19_Outbreak_World_Map_per_Capita.svg"
   inkscape:version="0.91 r13725"
   id="svg5882"><rect
     id="backgroundrect"
     width="2921"
     height="1500.1444"
     x="0"
     y="5.8555908"
     style="fill:none;stroke:none" /><metadata
     id="metadata8727"><rdf:RDF><cc:Work
         rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type
           rdf:resource="http://purl.org/dc/dcmitype/StillImage" /><dc:title /></cc:Work></rdf:RDF></metadata><defs
     id="defs8725"><linearGradient
       inkscape:collect="always"
       id="linearGradient4148"><stop
         style="stop-color:#ffffff;stop-opacity:1;"
         offset="0"
         id="stop4144" /><stop
         style="stop-color:#ffffff;stop-opacity:0;"
         offset="1"
         id="stop4146" /></linearGradient><linearGradient
       inkscape:collect="always"
       xlink:href="#linearGradient4148"
       id="linearGradient4150"
       x1="6101.5764"
       y1="2873.59"
       x2="7004.4712"
       y2="2873.59"
       gradientUnits="userSpaceOnUse" /></defs><sodipodi:namedview
     pagecolor="#ffffff"
     bordercolor="#666666"
     borderopacity="1"
     objecttolerance="10"
     gridtolerance="10"
     guidetolerance="10"
     inkscape:pageopacity="0"
     inkscape:pageshadow="2"
     inkscape:window-width="1360"
     inkscape:window-height="705"
     id="namedview8723"
     showgrid="false"
     inkscape:zoom="3.0084844"
     inkscape:cx="2187.4803"
     inkscape:cy="1005.9257"
     inkscape:window-x="-8"
     inkscape:window-y="-8"
     inkscape:window-maximized="1"
     inkscape:current-layer="g12687"
     showguides="true"
     inkscape:object-paths="true"
     inkscape:snap-global="true"
     inkscape:snap-nodes="true"
     inkscape:snap-bbox="true"
     inkscape:snap-smooth-nodes="true"
     inkscape:snap-intersection-paths="true"
     inkscape:snap-midpoints="true"
     inkscape:lockguides="false"
     inkscape:pagecheckerboard="0" /><style
     type="text/css"
     id="style_css_sheet">

/*
 * Below are Cascading Style Sheet (CSS) definitions in use in this file,
 * which allow easily changing how countries are displayed.
 *
 * The styles are applied in the order in which they are defined (and re-defined) here in the preamble.
 */

/*
 * Circles around small countries and territories
 *
 * Change opacity to 1 to display all circles
 */
.circlexx
{
   opacity:1;
   fill:#c0c0c0;
   stroke:#000000;
   stroke-width:0.5;
}

/*
 * Smaller circles around subnational territories: Australian external territories, Chinese SARs, Dutch special municipalities, and French DOMs (overseas regions/departments) [but not French COMs (overseas collectivities)]
 *
 * Change opacity to 1 to display all circles
 */
.subxx
{
   opacity:1;
   fill:#c0c0c0;
   stroke:#000000;
   stroke-width:0.3;
}


/*
 * Land
 * (all land, as opposed to water, should belong to this class; in order to modify the coastline for land pieces with no borders on them a special class &quot;coastxx&quot; has been added below)
 */
.landxx
{
   fill: #c0c0c0;
   stroke:#ffffff;
   stroke-width:0.5;
   fill-rule:evenodd;
}

/*
 * Styles for coastlines of islands and continents with no borders on them
 * (all of them should also belong to the class &quot;landxx&quot; - to allow for all land to be modified at once by refining &quot;landxx&quot; style's definition further down)
 */
.coastxx
{
   stroke-width:0.2;
}


/*
 * Styles for territories without permanent population (the largest of which is Antarctica)
 *
 * Change opacity to 0 to hide all territories
 */
.antxx
{
   opacity:1;
   fill: #c0c0c0;
}

/*
 * Circles around small countries without permanent population
 *
 * Change opacity to 1 to display all circles
 */
.noxx
{
   opacity:1;
   fill:#c0c0c0;
   stroke:#000000;
   stroke-width:0.5;
}


/*
 * Styles for territories with limited or no recognition
 * (all of them - including Taiwan - are overlays (i.e. duplicate layers) over their &quot;host&quot; countries, and so not showing them doesn't leave any gaps on the map)
 *
 * Change opacity to 1 to display all territories
 */
.limitxx
{
   opacity:1;
   fill: #c0c0c0;
   stroke:#ffffff;
   stroke-width:0.2;
   fill-rule:evenodd;
}

/*
 * Smaller circles around small territories with limited or no recognition
 *
 * Change opacity to 1 to display all circles
 */
.unxx
{
   opacity:1;
   fill:#c0c0c0;
   stroke:#000000;
   stroke-width:0.3;
}


/*
 * Oceans, seas, and large lakes
 */
.oceanxx
{
   opacity: 1;
   fill:#ffffff;
   stroke:#000000;
   stroke-width:0.5;
}

/*
 * Reserved class names:
 *
 * .eu - for members of European Union
 * .eaeu - for members of Eurasian Economic Union
 */


/*
 * Additional style rules
 *
 * The following are examples of colouring countries.
 * These can substituted with custom styles to colour the countries on the map.
 *
 * Color a few countries:
 *
 * .gb, .au, .nc
 * {
 *    fill:       #ff0000;
 * }
 *
 * Color a few small-country circles (along with the countries):
 *
 * .ms, .ky
 * {
 *    opacity:    1;
 *    fill:       #ff0000;
 * }
 *
 */


  </style><g
     id="g6763"><g
       id="g12687"><path
         inkscape:connector-curvature="0"
         style="fill:#e0e0e0;stroke:#000000;stroke-width:0.66666657;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
         d="M 2231.0388,1486.8019 H 693.20572 c -0.12322,0 -0.1842,-0.01 -0.31122,-0.041 -3.43932,-0.9146 -6.87861,-1.826 -10.31796,-2.7406 -6.27525,-1.6705 -12.49648,-3.56 -18.7146,-5.4337 -24.06571,-7.2534 -47.8297,-15.7929 -71.24756,-24.92 -24.84694,-9.6796 -49.48745,-19.8674 -73.80722,-30.8014 -23.53537,-10.5816 -46.22916,-22.716 -68.71653,-35.3364 -21.68391,-12.1694 -42.79936,-25.4218 -63.4194,-39.3188 -22.14757,-14.9259 -44.00614,-30.1917 -65.45505,-46.1053 -19.64507,-14.5702 -39.19488,-29.4803 -57.76658,-45.4034 -20.023,-17.1681 -40.1508,-34.3392 -58.49701,-53.3301 -18.24775,-18.8829 -35.73018,-38.4709 -52.72035,-58.4907 -16.59638,-19.5593 -31.57949,-40.462 -45.42887,-62.0411 -13.500046,-21.0393 -26.053721,-42.8375 -36.162082,-65.725 C 65.43944,1005.3353 60.075625,993.40088 56.182176,981.10762 52.364944,969.05253 48.725553,956.93393 45.371978,944.73911 38.629896,920.2288 32.281604,895.74707 27.892742,870.68418 23.421309,845.15128 20.899777,819.51676 18.74663,793.7044 c -2.105512,-25.24391 -1.981659,-50.64343 -0.295346,-75.90639 1.654553,-24.83741 4.05541,-49.80503 8.349003,-74.34075 4.471433,-25.5329 10.387822,-50.5291 17.26011,-75.51577 6.732556,-24.47856 13.995459,-48.63954 24.268954,-71.90179 10.559314,-23.91327 23.160626,-46.51497 37.006829,-68.66889 13.66201,-21.85857 28.99127,-42.58659 45.35265,-62.48891 15.80562,-19.22272 32.56079,-37.87698 49.84949,-55.77541 18.50818,-19.16238 38.32792,-36.82581 58.54464,-54.15261 19.36563,-16.59639 39.55058,-32.20194 59.93244,-47.52486 20.44537,-15.37055 41.41474,-29.99798 62.59053,-44.34277 21.75378,-14.7354 44.02838,-28.62289 66.79204,-41.74502 22.38571,-12.90936 45.33042,-24.61511 68.74193,-35.533282 23.08441,-10.765737 46.7817,-20.391386 70.51396,-29.635947 23.8434,-9.289021 47.92499,-18.044519 72.34956,-25.691686 6.36417,-1.991185 12.77915,-3.820407 19.19414,-5.633751 2.85816,-0.806637 5.72584,-1.57834 8.59671,-2.343692 1.58151,-0.419197 3.64574,-1.397323 5.29077,-1.397323 h 1538.48416 -0.5234 c 24.485,6.516606 48.6936,14.008162 72.5021,22.709672 24.253,8.869824 48.3854,18.136615 72.1399,28.273557 24.4563,10.432285 48.5728,21.448906 72.0986,33.853322 22.1572,11.68352 44.0411,24.17686 65.0899,37.76265 22.1411,14.2908 43.9935,28.95634 65.4964,44.19351 20.4961,14.52581 40.7192,29.60419 60.2818,45.36218 20.2293,16.29786 40.3508,32.8879 59.2686,50.70694 18.7114,17.6285 36.4416,36.12715 53.4444,55.41655 17.1267,19.42279 33.8248,39.14092 48.846,60.26273 14.5956,20.52794 28.353,42.0213 40.0556,64.33718 12.1154,23.10347 22.5953,46.92465 30.487,71.80969 3.8172,12.03286 7.0564,24.25626 10.4418,36.41297 3.3758,12.11225 6.6848,24.25943 9.3461,36.55269 5.4275,25.07877 9.6765,50.36079 12.2456,75.90321 2.5756,25.62182 4.265,51.21506 4.0555,76.97661 -0.2001,24.7485 -2.404,49.72564 -5.4719,74.27406 -3.1852,25.47891 -7.6153,50.77998 -13.7889,75.70949 -3.109,12.54415 -6.5611,24.99303 -10.0862,37.42285 -3.4552,12.18529 -6.8055,24.47538 -11.1723,36.3685 -8.7236,23.77989 -19.1464,46.96909 -31.7859,68.94199 -12.7473,22.1635 -26.5553,43.7775 -41.9006,64.2388 -15.831,21.1059 -33.1577,40.9352 -50.7735,60.558 -16.8728,18.7972 -34.6601,36.8639 -53.5937,53.5969 -19.7309,17.4348 -39.8745,34.2916 -60.609,50.5196 -19.8039,15.5039 -40.1063,30.4203 -60.7422,44.8 -21.6522,15.0879 -43.6536,29.6042 -66.0012,43.6441 -10.5721,6.6405 -21.4966,12.7665 -32.383,18.8766 -11.1404,6.2562 -22.3222,12.6712 -33.8151,18.2668 -23.8531,11.6105 -47.9631,22.4556 -72.5243,32.4751 -23.7418,9.686 -47.5978,18.9083 -71.8034,27.378 -19.5434,6.8405 -39.3472,12.7759 -59.3544,18.0921"
         id="ocean" /><path
         inkscape:connector-curvature="0"
         style="clip-rule:evenodd;fill:#ffffff;fill-rule:nonzero;stroke:#000000;stroke-width:0.66666657;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1;opacity:1"
         d="M 2231.0395,21.105594 H 693.20638 c -0.12385,0 -0.18355,0.0095 -0.31217,0.04128 -3.43929,0.914612 -6.87861,1.826047 -10.31793,2.740659 -6.27528,1.670435 -12.49654,3.559997 -18.7146,5.43368 -24.06571,7.253373 -47.82972,15.792924 -71.24761,24.919979 -24.84691,9.679636 -49.48743,19.867387 -73.80717,30.801444 -23.53536,10.581542 -46.22922,22.716024 -68.71659,35.336394 -21.68384,12.16941 -42.79933,25.42175 -63.41937,39.31876 -22.1476,14.92594 -44.00611,30.1917 -65.45508,46.1053 -19.64507,14.57026 -39.19486,29.48033 -57.76656,45.40346 -20.02295,17.16802 -40.15078,34.33921 -58.49698,53.33009 -18.24778,18.88291 -35.73018,38.47087 -52.72036,58.49069 -16.59638,19.55935 -31.57948,40.46203 -45.42886,62.04114 -13.50004,21.03923 -26.053712,42.83747 -36.162069,65.72498 -5.201852,11.7788 -10.565663,23.71321 -14.459112,36.0065 -3.81721,12.05506 -7.456623,24.17366 -10.810198,36.36847 -6.742079,24.51032 -13.090374,48.99205 -17.479235,74.0549 -4.471452,25.53294 -6.992963,51.16746 -9.146112,76.97982 -2.105506,25.24391 -1.981647,50.64343 -0.295295,75.90636 1.654573,24.83744 4.055421,49.80506 8.349002,74.34078 4.471452,25.5329 10.387822,50.5291 17.260107,75.51574 6.732555,24.47859 13.995458,48.63957 24.268956,71.90188 10.559312,23.9132 23.160623,46.5149 37.006816,68.6688 13.66201,21.8586 28.99128,42.5866 45.35266,62.4889 15.80561,19.2227 32.56078,37.877 49.84948,55.7754 18.50816,19.1624 38.32793,36.8259 58.5446,54.1526 19.36563,16.5964 39.55061,32.202 59.93241,47.5249 20.44538,15.3705 41.41475,29.998 62.59057,44.3428 21.75381,14.7354 44.0284,28.6229 66.79209,41.745 22.38569,12.9093 45.33043,24.6151 68.7419,35.5333 23.08441,10.7658 46.78174,20.3914 70.514,29.6359 23.84337,9.289 47.92496,18.0445 72.34953,25.6917 6.36414,1.9912 12.77915,3.8204 19.19413,5.6338 2.85835,0.8066 5.72585,1.5783 8.59675,2.3436 1.58164,0.4192 3.64548,1.3974 5.29074,1.3974 h 1538.48418 -0.5235 c 24.4849,-6.5166 48.6936,-14.0082 72.5021,-22.7097 24.253,-8.8697 48.3854,-18.1366 72.1399,-28.2736 24.4563,-10.4322 48.5728,-21.4489 72.0986,-33.8533 22.1572,-11.6835 44.0411,-24.1768 65.0898,-37.7626 22.1412,-14.2908 43.9936,-28.9564 65.4964,-44.1935 20.4962,-14.5258 40.7193,-29.6042 60.2818,-45.3622 20.2294,-16.2979 40.3509,-32.8879 59.2687,-50.707 18.711,-17.6285 36.4415,-36.1271 53.444,-55.4165 17.1271,-19.4228 33.825,-39.1409 48.8464,-60.2627 14.5956,-20.528 28.3529,-42.0213 40.0554,-64.3372 12.1156,-23.1035 22.5953,-46.92468 30.487,-71.8097 3.8173,-12.03288 7.0565,-24.25625 10.4419,-36.41299 3.376,-12.11225 6.6849,-24.2594 9.3462,-36.55266 5.4273,-25.07877 9.6765,-50.36079 12.2456,-75.90318 2.5754,-25.62186 4.265,-51.21509 4.0556,-76.97665 -0.202,-24.74849 -2.4042,-49.72563 -5.4719,-74.27406 -3.1853,-25.47891 -7.6153,-50.77998 -13.7889,-75.70949 -3.1096,-12.54414 -6.5611,-24.99302 -10.0862,-37.42284 -3.4554,-12.18529 -6.8055,-24.47538 -11.1723,-36.3685 -8.7238,-23.7799 -19.1464,-46.96911 -31.7859,-68.94201 -12.7473,-22.16341 -26.5553,-43.77749 -41.9006,-64.23874 -15.8304,-21.10593 -33.1571,-40.93521 -50.7729,-60.55806 -16.8724,-18.79719 -34.6597,-36.86395 -53.5935,-53.59688 -19.7307,-17.43478 -39.8745,-34.29158 -60.6088,-50.51958 -19.8039,-15.50393 -40.1067,-30.42035 -60.7422,-44.80007 -21.6522,-15.08791 -43.6536,-29.60419 -66.0013,-43.64411 -10.5723,-6.64046 -21.4966,-12.76645 -32.3829,-18.87656 -11.1404,-6.25619 -22.3223,-12.67118 -33.8152,-18.266822 -23.853,-11.610486 -47.9632,-22.455616 -72.5242,-32.475059 -23.7418,-9.685985 -47.5979,-18.908319 -71.8034,-27.377997 -19.5435,-6.840529 -39.3474,-12.775975 -59.3545,-18.092154"
         id="ocean1-0" /><g
         transform="matrix(0.35295927,0,0,0.35295825,105.32599,-16.92271)"
         id="br"
         style="fill:#ffdfe0;fill-opacity:1;stroke:none;stroke-width:0.18887949;stroke-miterlimit:1;stroke-dasharray:none"><title
           id="title3056">Brazil</title><path
           inkscape:connector-curvature="0"
           id="path20757-9"
           d="m 2641.3006,2774.3215 c -0.2015,-1.4178 0.7113,-2.7368 0,-4.1996 -0.7843,-1.6141 -3.544,-1.9253 -5.0995,-2.9997 -1.8725,0.4098 -3.527,1.1453 -5.3995,1.4998 -15.7552,2.9829 -31.4387,3.7465 -38.9963,1.4999 -7.5577,-2.2467 -9.6959,-3.214 -10.1991,-4.4996 -0.503,-1.2856 0.7353,-2.783 0,-5.6994 -0.7353,-2.9165 1.5346,-6.6002 3.5997,-10.1991 2.065,-3.5989 3.741,-7.1996 2.3998,-10.499 -1.3413,-3.2994 -4.692,-4.2124 -8.3993,-5.0995 -3.7072,-0.887 -7.5193,-1.6418 -9.899,-5.0995 -2.3798,-3.4577 -1.0449,-9.1754 -0.2995,-14.6986 0.3724,-2.7617 0.4569,-5.3245 0,-7.7993 -0.4569,-2.4748 -1.5386,-4.6467 -3.8996,-6.2994 -2.3611,-1.6527 -5.2186,-2.0831 -8.3992,-1.4999 -3.1807,0.5836 -6.6409,2.0598 -10.1991,3.5997 -7.1163,3.0798 -14.7238,6.7688 -20.698,5.9994 -5.9742,-0.7698 -7.9013,-3.7474 -11.099,-6.8993 -3.1976,-3.152 -7.6071,-6.4486 -17.6983,-7.4993 -5.0069,-0.5212 -14.3145,2.0601 -21.8979,3.2997 -0.6681,2.0803 -1.4526,3.9075 -2.0998,5.9994 -4.5209,14.6113 -8.8326,29.4831 -14.9986,38.0964 -6.166,8.6133 -13.0532,13.1682 -19.1982,17.0984 -6.145,3.9301 -11.6049,7.2156 -15.8985,13.7987 -0.4992,0.765 -1.0896,1.803 -1.5177,2.6178 5.1885,-0.1333 11.1308,-0.3107 16.8167,-1.118 13.2727,-1.884 27.1393,-4.6477 36.2966,-3.5996 9.1572,1.0481 16.0593,1.2391 22.1979,2.3998 6.1386,1.1606 11.3483,3.1841 16.7984,7.7992 5.4501,4.6152 7.8115,13.5138 9.8991,21.8979 2.0876,8.3842 3.9493,16.427 8.6992,19.4982 4.7499,3.0712 8.293,2.3569 11.6989,1.1999 3.4058,-1.157 6.7997,-2.7564 11.0989,-1.1999 2.1827,0.79 4.902,2.7174 7.4993,4.1996 1.4282,-1.8754 2.7639,-3.8302 4.4996,-5.3995 3.2022,-2.8868 7.8437,-3.6971 10.7989,-6.8993 2.7113,-2.9434 4.3649,-6.1076 7.7993,-8.3992 2.7976,-1.8661 7.9119,-2.4038 6.5994,-6.2995 2.491,-0.4252 1.7058,1.4498 2.6997,2.6998 1.1399,1.4404 4.3174,-4.3918 4.7996,-4.7995 4.5832,-3.8749 9.9727,2.116 13.1987,0 2.3333,-1.5298 -0.5279,-4.0865 1.7999,-5.6995 2.6339,-1.8303 5.5945,-1.9901 7.4993,-4.7995 2.2142,-3.2648 6.8151,-0.5376 10.199,-3.2997 -1.4851,-1.0952 -5.5584,-2.2252 -4.7996,-4.7996 0.8121,-2.7618 4.8721,-3.0378 7.1994,-3.2997 2.8257,-0.3196 4.2188,0.3897 6.5993,-0.5999 z m -2.0998,3.5996 c -1.7345,-0.077 -3.4609,1.2039 -2.6998,3.2997 1.7589,-0.2562 3.5116,-1.5503 4.4996,-2.9997 -0.5174,-0.3696 -1.2217,-0.2747 -1.7998,-0.2995 z m -21.598,17.0984 c -2.7232,-0.5836 -3.765,2.1461 -4.1996,4.1996 1.6279,-0.1872 3.1306,0.2956 4.4996,1.1999 0.3091,-1.9851 -1.2107,-3.3519 -0.2995,-5.3995 z"
           style="fill:#290000;fill-opacity:1;stroke:none;stroke-width:0.18887949;stroke-miterlimit:1;stroke-dasharray:none"
           sodipodi:nodetypes="ccccccccccccsccccccccsccccccccsccccccccccccccccccccccccccc" /><path
           inkscape:connector-curvature="0"
           id="path20755"
           d="m 2707.8943,2732.9254 c -1.9382,0.2476 -3.886,0.5951 -5.6995,0.5999 -3.4382,0.01 -6.6906,-0.502 -9.2991,-2.3997 -2.6085,-1.8981 -4.32,-4.781 -5.3995,-7.7993 -1.0795,-3.0183 -1.5582,-6.2948 -2.0998,-9.5991 -0.1036,-0.6316 -0.2576,-1.445 -0.3622,-2.0687 -0.1794,0.2773 -0.3635,0.5761 -0.5372,0.8688 -3.0325,5.1197 -2.6871,11.8735 -3.5997,19.1982 -0.4559,3.6623 -1.0948,7.3964 -2.6997,11.099 -1.605,3.7025 -4.2266,7.3968 -8.0993,10.7989 -3.8726,3.4022 -9.6103,6.4644 -16.4984,8.9992 -5.2509,1.9323 -11.3932,3.1846 -17.3984,4.4996 1.5556,1.0744 4.315,1.3856 5.0995,2.9997 0.7113,1.4628 -0.2014,2.7818 0,4.1996 0.3226,-0.1345 0.5299,0.2256 0.8995,0 3.4969,-2.1309 6.7777,-0.7209 9.5991,1.7998 -2.625,0.9043 -6.2951,-0.144 -8.3992,2.0998 3.104,-1.6725 16.7877,-0.4684 17.6983,-3.8996 0.9196,-3.4672 -4.7928,-6.3928 2.0998,-7.1993 0.1729,2.6964 -1.9042,5.7106 1.1999,7.4993 2.0922,1.2053 5.6446,0.1497 7.7993,-0.2995 3.6814,-0.768 12.073,-2.3381 14.9985,0.8994 -0.9731,-2.1398 1.4863,-3.1858 0.8995,-5.0995 -0.5683,-1.8661 -1.7154,-3.744 -0.8995,-5.6995 1.259,-3.0237 4.3959,-6.1237 7.1994,-7.7992 4.1338,-2.4672 9.0102,-2.2966 12.2988,-6.2995 1.994,-2.4255 0.1018,-6.6414 -0.2995,-9.2991 -0.4425,-2.9321 0.7276,-5.4838 1.4999,-8.0992 z"
           style="fill:#21000f;fill-opacity:1;stroke:none;stroke-width:0.18887949;stroke-miterlimit:1;stroke-dasharray:none"
           sodipodi:nodetypes="cccsccccccccccccccccccccccccc" /><path
           inkscape:connector-curvature="0"
           id="path20692"
           d="m 2714.1937,2642.6339 c -6.4233,3.9456 -12.2732,8.6589 -14.9986,14.0987 -1.503,3.0001 -1.8531,6.2335 -1.4998,9.2991 0.3532,3.0656 1.3097,5.9948 2.3997,8.9992 2.1799,6.0088 4.5908,11.7944 2.9997,16.7984 -1.591,5.004 -4.6175,7.5771 -8.0992,10.199 -3.2827,2.4721 -7.004,5.0507 -9.9613,9.6302 0.1057,0.6239 0.259,1.4373 0.3617,2.0687 0.5414,3.3043 1.0203,6.5808 2.0998,9.5991 1.0795,3.0183 2.791,5.9012 5.3995,7.7993 2.6086,1.898 5.8609,2.4091 9.2992,2.3997 1.8134,-0.01 3.7613,-0.3522 5.6994,-0.5999 0.574,-1.9427 0.6355,-3.956 1.1999,-5.9994 0.8985,-3.2499 0.1583,-5.0768 2.6997,-7.4993 2.9672,-2.8273 11.7927,-8.6037 6.5994,-13.1988 7.3123,-0.988 2.2475,-13.1932 8.3992,-15.8985 6.5237,-2.866 3.3992,-13.9863 2.6998,-19.4981 -0.9821,-7.7231 -0.3255,-16.2142 3.5996,-23.0979 0.086,-0.1506 0.2122,-0.1553 0.2995,-0.2994 -0.3091,-0.038 -0.5922,-0.2622 -0.8994,-0.2995 -7.3425,-0.8975 -13.8752,-1.3743 -18.2983,-4.4996 z"
           style="fill:#290000;fill-opacity:1;stroke:none;stroke-width:0.18887949;stroke-miterlimit:1;stroke-dasharray:none"
           sodipodi:nodetypes="ccccccccsccccccccccccc" /><path
           inkscape:connector-curvature="0"
           id="path20702-0"
           d="m 2549.2093,2861.9132 c 0.5193,0.5798 0.958,1.2503 1.4998,1.7998 0.1786,-0.4982 -0.169,-0.9852 0,-1.4998 -0.5644,-0.018 -0.9407,-0.2697 -1.4998,-0.2995 z"
           style="fill:#ffdfe0;fill-opacity:1;stroke:none;stroke-width:0.18887949;stroke-miterlimit:1;stroke-dasharray:none" /><path
           inkscape:connector-curvature="0"
           id="path20700-6"
           d="m 2549.2093,2861.9132 c 0.5586,0.03 0.9359,0.2765 1.4998,0.2995 0.5395,-1.6469 1.356,-3.3575 0,-4.7996 -1.2113,1.1756 -1.8593,2.5181 -1.7998,4.1997 0.099,0.098 0.2062,0.1949 0.2995,0.2994 z"
           style="fill:#ffdfe0;fill-opacity:1;stroke:none;stroke-width:0.18887949;stroke-miterlimit:1;stroke-dasharray:none" /><path
           inkscape:connector-curvature="0"
           id="path20698-7"
           d="m 2531.5109,2955.5045 c -2.4503,-4.0862 -5.0159,-8.2477 -5.6994,-12.2991 -0.9196,-5.454 2.5267,-10.3045 5.3995,-14.6984 2.8728,-4.3942 5.3264,-8.2343 2.9997,-11.9991 -2.3267,-3.7647 -6.7384,-3.4918 -11.3989,-2.9996 -4.6606,0.4926 -9.734,1.1268 -13.4988,-1.2 -3.7647,-2.3267 -3.864,-5.6983 -5.0995,-9.5991 -1.2355,-3.9005 -3.6165,-8.1558 -11.3989,-12.8986 -3.8912,-2.3715 -10.0864,-3.7884 -17.3983,-4.4996 -7.312,-0.7113 -15.6855,-0.9612 -23.9978,-1.1999 -5.2245,-0.1497 -9.8575,-0.5548 -14.6986,-0.8994 -3.1697,-0.4233 -7.2538,3.8994 -9.5991,5.0995 -3.488,1.7797 -7.0807,2.3401 -9.899,5.3995 -2.7946,3.0297 -3.425,4.9137 -7.4993,7.1992 -3.982,2.232 -7.0093,6.7022 -9.8991,10.1991 1.7886,0.6038 2.3689,2.1556 1.4999,3.8996 -3.6339,-3.7499 -6.7094,3.0954 -8.0993,5.6995 -2.741,5.1427 -6.9198,9.7881 -8.9991,15.2987 -1.8348,4.8621 -3.7033,11.297 -8.3992,13.1987 -5.2562,2.1286 -3.8142,9.5641 -8.3992,11.3988 2.1902,2.7389 5.3862,3.033 7.7992,2.4 2.5923,-0.6798 2.8657,-3.0151 4.4996,-4.1996 4.9047,-3.5538 11.1458,5.0469 14.3986,7.4992 4.3809,3.3035 12.181,7.2923 11.9989,13.4987 -0.2304,7.8423 10.0996,1.5937 7.4993,-2.0999 5.061,3.9635 11.0233,14.5016 15.8985,11.3991 1.7142,0.7821 2.4884,2.4811 4.1996,3.2996 4.6734,2.5883 9.0654,4.9811 12.8988,8.9991 4.6356,4.988 11.5625,4.5948 16.4984,11.6988 2.1162,3.0457 3.3994,6.1775 6.8994,7.7995 3.0058,1.3928 8.0502,3.3752 5.6994,7.7992 -1.4974,2.8181 -4.7627,5.2784 -4.4995,8.6991 0.2014,2.6202 -0.4215,5.0517 0.8994,8.0992 0.7103,1.6396 2.7533,5.1276 4.1996,5.6996 1.3648,0.5392 3.4165,-0.9673 5.0995,-3.5996 4.1398,-6.4761 9.0681,-11.2075 10.1991,-19.1983 0.574,-4.0565 0.5989,-8.5281 2.3997,-12.2988 1.1011,-2.3005 3.1403,-4.7704 2.6998,-7.4995 -2.7351,2.1012 -4.8676,-1.8764 -2.0998,-3.5996 -5.2112,-0.5145 0.2419,-5.6504 0.8994,-7.7992 0.7823,-2.5624 -0.3292,-5.9427 2.3998,-7.4992 3.4582,-1.9734 7.5249,-4.7213 6.5994,-9.5991 -0.22,-1.1696 1.3503,-1.047 1.7998,-1.8 1.0148,-1.6963 -0.7056,-4.2725 0,-6.2992 0.9465,1.2916 1.4576,2.9342 1.7998,4.4996 0.3542,-3.1725 -3.1197,-8.9968 1.7999,-10.1991 -2.3274,-4.2201 -4.996,-4.0362 -4.7996,-9.8992 2.2529,1.1905 1.7235,4.8187 4.1996,5.6996 2.0982,0.7467 2.7859,2.5984 4.1996,4.1996 0.038,-1.1369 5.359,-5.0782 6.2994,-5.3996 1.4791,-0.5086 2.498,5.368 2.3998,6.2995 -3.9761,-3.7052 -2.0587,2.108 -1.7999,3.8996 0.36,2.4672 0.1402,4.9529 -1.4998,6.8993 -2,2.3719 -3.7562,3.4978 -2.6998,6.8995 -2.8213,-3.3422 -3.0086,0.6871 -2.9997,2.9996 0.01,3.5862 -0.4953,5.1555 -3.5996,6.8992 -2.247,1.2622 -3.8144,5.1734 -6.2994,6.8995 -2.7946,1.9434 -4.0447,1.766 -7.1994,0.8994 0.6105,2.6785 2.2772,5.9373 1.1999,8.6992 6.0534,-6.9671 13.4169,-12.4527 18.5983,-20.098 5.3807,-7.9403 10.1495,-16.4614 12.5988,-25.7978 0.8946,-3.4076 2.1873,-6.5626 2.9997,-9.8988 z"
           style="fill:#290000;fill-opacity:1;stroke:none;stroke-width:0.18887949;stroke-miterlimit:1;stroke-dasharray:none" /><path
           inkscape:connector-curvature="0"
           id="path20696"
           d="m 2548.3094,2861.9132 c -5.1603,-0.311 -10.7452,-0.7458 -14.0987,-1.1999 -4.8532,-0.6566 -7.2516,-2.1415 -9.5991,-3.5996 -2.3475,-1.4582 -4.692,-2.706 -8.9991,-2.3998 -4.3072,0.3062 -8.5614,3.7384 -13.1988,7.1993 -4.6374,3.4609 -9.5992,6.9209 -15.5985,7.1993 -5.9994,0.2783 -11.8998,-2.8516 -17.9983,-6.2994 -6.0985,-3.4478 -12.4907,-7.184 -19.1982,-8.0992 -4.0442,-0.552 -9.1823,-0.8735 -14.0987,-1.1999 1.7983,5.1982 2.5403,8.7828 2.6998,14.6986 0.1428,5.2796 0.1381,9.4101 -0.6,14.6986 -0.2562,-0.1208 -0.6268,0.3369 -0.8994,0.2995 4.8411,0.3456 9.4741,0.7497 14.6986,0.8994 8.3122,0.239 16.6858,0.4886 23.9977,1.1999 7.3119,0.7113 13.5072,2.1281 17.3984,4.4996 7.7824,4.7428 10.1634,8.9981 11.3989,12.8987 1.2355,3.9008 1.3348,7.2724 5.0995,9.5992 3.7648,2.3264 8.8382,1.6922 13.4988,1.1999 4.6605,-0.4925 9.0721,-0.7651 11.3989,2.9996 2.3267,3.7648 -0.1268,7.6049 -2.9997,11.9988 -2.8728,4.3942 -6.3196,9.2447 -5.3995,14.6987 0.6834,4.0514 3.2491,8.2129 5.6994,12.2988 1.5573,-6.3954 2.7703,-12.8642 5.9995,-18.898 2.0208,-3.7737 4.2345,-7.6569 7.4993,-10.4991 3.0653,-2.6666 6.9063,-4.7243 9.2991,-8.0992 -2.3035,-0.7172 -2.2289,-2.6633 -2.9997,-4.4996 0.741,1.1815 1.5747,2.1753 2.6997,2.9996 0.1699,-3.61 3.9218,-12.6508 1.7998,-16.1983 -2.2648,-3.7857 0.1307,-12.838 -2.6997,-14.9987 2.5833,-0.4617 2.8428,-4.0467 -0.2995,-3.2996 1.8183,-4.1041 -2.3414,-9.0133 -3.2997,-12.2989 -0.5375,-1.8433 0.3418,-6.0592 -1.1999,-7.7993 z m 9.2991,26.6975 c -3.1308,1.878 -1.8242,8.2538 -1.4999,11.0989 1.9375,-2.6785 3.8837,-8.1823 1.4999,-11.0989 z"
           style="fill:#290000;fill-opacity:1;stroke:none;stroke-width:0.18887949;stroke-miterlimit:1;stroke-dasharray:none" /><path
           inkscape:connector-curvature="0"
           id="path20694"
           d="m 2562.408,2825.9166 c -2.5973,-1.4822 -5.3165,-3.4094 -7.4993,-4.1996 -4.2992,-1.5565 -7.693,0.038 -11.0989,1.1999 -3.4059,1.157 -6.949,1.8713 -11.6989,-1.1999 -4.7499,-3.0712 -6.6116,-11.114 -8.6992,-19.4982 -2.0876,-8.3841 -4.449,-17.2827 -9.899,-21.8979 -5.4501,-4.6151 -10.6598,-6.6386 -16.7985,-7.7992 -6.1386,-1.1607 -13.0406,-1.3517 -22.1979,-2.3998 -9.1572,-1.0481 -23.0239,1.7156 -36.2965,3.5996 -5.686,0.8073 -11.6273,0.9843 -16.8158,1.118 -3.2561,6.1971 -4.4563,13.4855 -5.6821,20.78 -0.2679,1.5962 -1.2041,2.6341 -1.4999,4.1996 1.3075,1.0926 2.852,1.7779 4.1996,2.6997 -3.8391,2.7767 0.767,5.5945 -0.8994,8.9992 -1.5981,3.2617 -0.7756,8.4364 -1.1999,11.9988 -0.6201,5.1993 -2.0897,8.7453 -1.7998,13.7987 0.1083,1.8959 -0.502,4.9695 0.5999,5.6995 1.5378,1.019 3.3522,0.3964 4.1996,1.1999 0.6009,-3.8838 5.985,-3.664 8.6992,-2.6998 4.6992,1.6666 5.6607,6.5789 7.1993,10.799 0.1661,0.456 0.1518,0.7708 0.2995,1.1999 4.9164,0.3264 10.0545,0.6479 14.0987,1.1999 6.7075,0.9148 13.0997,4.6514 19.1982,8.0992 6.0985,3.4478 11.9989,6.5778 17.9983,6.2994 5.9993,-0.2782 10.9611,-3.7384 15.5985,-7.1993 4.6374,-3.4609 8.8916,-6.8932 13.1988,-7.1993 4.3071,-0.3062 6.6516,0.9416 8.9991,2.3998 2.3475,1.4581 4.7459,2.9426 9.5991,3.5996 3.3535,0.4541 8.9384,0.8889 14.0987,1.1999 -0.1834,-0.2062 -0.03,-0.7842 -0.2995,-0.8994 -1.9435,-0.8332 -1.5725,-3.0467 -2.3998,-4.7996 0.67,2.6815 3.2062,2.372 3.8996,0 0.5894,-2.0178 -0.3455,-4.2726 0.2995,-6.2994 -1.4226,-0.1786 -2.7651,-0.3446 -4.1996,-0.2995 1.0505,-0.8092 4.1812,-0.1506 4.4996,-1.7998 0.4022,-2.0655 1.0986,-4.2114 2.6998,-5.6995 -2.3214,0.2593 -8.4439,-2.2371 -8.3993,-4.7995 4.2678,3.5951 6.6667,1.1466 5.6995,-3.2997 2.0803,0.9999 4.3613,1.5582 6.5994,0.6 -1.0744,1.2351 -1.4201,2.5776 -1.1999,4.1995 1.4166,-3.1844 3.8947,-6.2112 6.2994,-8.6991 -0.7171,-0.432 -1.3885,-0.7593 -2.0998,-1.1999 1.1299,-0.7564 1.8798,-1.9231 2.6997,-2.9997 z"
           style="fill:#290000;fill-opacity:1;stroke:none;stroke-width:0.18887949;stroke-miterlimit:1;stroke-dasharray:none"
           sodipodi:nodetypes="cccsccccccccccccccccccscsccccccccccccccccccc" /><path
           inkscape:connector-curvature="0"
           id="path20499"
           d="m 2620.6025,2551.7425 c -7.3369,1.1752 -13.7227,6.0865 -19.4981,10.799 -5.7754,4.7125 -10.6976,9.3129 -15.2986,9.8991 -4.6009,0.5865 -6.3344,-1.6423 -7.7992,-3.2997 -1.4649,-1.6574 -2.9318,-2.8211 -6.8994,-0.8995 -3.9676,1.9212 -7.1489,7.6409 -9.5991,14.3987 -2.4502,6.7577 -4.1398,14.6108 -4.7995,20.698 -0.6595,6.0872 1.8199,12.2305 3.8996,18.2983 2.0797,6.0678 3.8753,11.8171 2.3998,16.4984 -1.4756,4.6813 -3.8062,8.1547 -6.5994,10.799 -2.7932,2.6443 -6.0587,4.4688 -9.8991,5.6995 -3.8404,1.2307 -7.4517,0.03 -11.3989,-1.4999 -3.9471,-1.5301 -8.094,-3.1673 -13.1987,-2.3997 -5.1047,0.7679 -9.997,1.155 -15.2986,3.2996 -5.3016,2.1447 -11.0309,6.0557 -17.6983,13.1988 -3.3337,3.5715 -6.1391,8.7184 -8.6992,14.9986 -1.827,4.4819 -3.4343,9.8138 -5.0995,14.9985 7.5834,-1.2396 16.891,-3.821 21.8979,-3.2996 10.0913,1.0507 14.5007,4.3473 17.6983,7.4993 3.1977,3.1519 5.1248,6.1299 11.099,6.8993 5.9742,0.7698 13.5818,-2.9197 20.698,-5.9994 3.5582,-1.5399 7.0184,-3.0164 10.1991,-3.5997 3.1806,-0.5836 6.0381,-0.1527 8.3992,1.4999 2.3611,1.6526 3.4423,3.8245 3.8996,6.2994 0.4569,2.4748 0.3725,5.0376 0,7.7992 -0.7449,5.5233 -2.0798,11.241 0.2995,14.6986 2.3797,3.4577 6.1918,4.2124 9.8991,5.0996 3.7072,0.8869 7.0579,1.8001 8.3992,5.0995 1.3413,3.2994 -0.335,6.9001 -2.3998,10.499 -2.0651,3.5989 -4.335,7.2825 -3.5997,10.199 0.7353,2.9165 -0.5029,4.4139 0,5.6995 0.503,1.2856 2.6414,2.2529 10.1991,4.4996 7.5576,2.2466 23.2411,1.483 38.9963,-1.4999 7.8776,-1.4914 15.9097,-3.4646 22.7979,-5.9994 6.8881,-2.5349 12.6257,-5.5971 16.4984,-8.9992 3.8726,-3.4021 6.4942,-7.0964 8.0992,-10.799 1.605,-3.7025 2.2435,-7.4366 2.6997,-11.0989 0.9129,-7.3247 0.5674,-14.0785 3.5997,-19.1982 3.0325,-5.1197 7.0173,-7.8771 10.499,-10.499 3.4817,-2.6219 6.5082,-5.195 8.0993,-10.199 1.591,-5.0041 -0.8198,-10.7896 -2.9998,-16.7985 -1.0899,-3.0044 -2.0465,-5.9335 -2.3997,-8.9991 -0.3533,-3.0656 0,-6.299 1.4998,-9.2991 2.7254,-5.4398 8.5753,-10.1532 14.9986,-14.0987 -0.1535,-0.1086 -0.4521,-0.1842 -0.5999,-0.2995 -4.4125,-3.4311 -7.5917,-6.2193 -9.5991,-9.2991 -2.0075,-3.0798 -3.0751,-6.5378 -2.9997,-11.3989 0.077,-4.8612 5.7169,-9.4144 10.7989,-14.0987 2.541,-2.3422 5.0458,-4.7607 6.5994,-7.1993 1.5536,-2.4386 2.1264,-4.8706 1.1999,-7.4993 -0.9263,-2.6287 -2.7112,-4.0631 -5.0995,-5.0995 -2.3884,-1.0364 -5.3133,-1.5069 -8.3992,-1.7999 -6.172,-0.5855 -13.0219,-0.5951 -17.3984,-3.2996 -4.3765,-2.7049 -6.6605,-6.1978 -9.2991,-9.8991 -2.6386,-3.7013 -5.7185,-7.6977 -11.3989,-10.799 -5.6805,-3.1013 -13.6007,-6.3043 -22.1979,-8.3992 -8.5973,-2.0949 -17.8607,-2.975 -25.1976,-1.7998 z"
           style="fill:#290000;fill-opacity:1;stroke:none;stroke-width:0.18887949;stroke-miterlimit:1;stroke-dasharray:none" /><path
           inkscape:connector-curvature="0"
           id="path20650-6"
           d="m 2792.7863,2453.0519 c -6.5783,-6.6129 -13.1867,-14.7655 -20.0981,-18.5983 -4.7676,-2.6439 -10.7909,-2.4887 -15.8985,-2.6997 -0.292,-0.01 -0.3139,-0.286 -0.6,-0.2995 0.1709,0.3436 0.4358,0.5538 0.6,0.8994 2.7179,5.7227 4.4717,11.7432 4.1996,16.1985 -0.2717,4.4552 -3.561,5.2569 -6.2994,6.5993 -1.3693,0.671 -2.4623,1.5252 -3.2997,2.9998 -0.8371,1.4745 -1.3599,3.5673 -0.8994,6.8993 0.4597,3.332 2.8062,7.1308 5.9994,11.099 3.1133,3.8689 7.1969,7.8836 11.6989,11.6989 1.154,-2.8968 2.981,-7.3882 3.8996,-8.6992 -0.8457,0.3062 -1.8397,0.6326 -2.6998,0.8994 1.9137,-1.8452 1.6575,-4.7655 2.9998,-6.8993 -1.6339,4.9314 2.3325,0.4425 3.2997,-0.8995 1.6725,-2.3154 -0.9244,-3.5638 -2.0998,-5.0995 2.3749,3.0029 4.3322,-0.3043 4.7995,-2.6997 0.36,-1.8601 -2.0051,-2.5086 -1.7998,-4.4996 1.6576,0.5116 2.8492,1.7694 2.3998,3.5996 2.6904,-1.485 4.3345,-4.0083 6.5993,-5.9994 2.1726,-1.9107 5.0655,-2.577 7.1994,-4.4995 z"
           style="fill:#290000;fill-opacity:1;stroke:none;stroke-width:0.18887949;stroke-miterlimit:1;stroke-dasharray:none" /><path
           inkscape:connector-curvature="0"
           id="path20648"
           d="m 2820.9835,2407.7561 c -0.5107,-0.01 -0.6863,0.3091 -1.1997,0.2995 -8.6337,-0.1565 -17.302,-0.7141 -21.2981,1.4999 -3.9957,2.2144 -5.1881,4.0774 -5.6994,5.6994 -0.5117,1.6221 -0.4301,3.1116 -2.3998,4.1996 -3.9393,2.1766 -7.9571,2.6065 -14.0987,1.4999 -3.0707,-0.5529 -6.7017,-3.5199 -10.199,-6.2994 -3.4973,-2.7795 -7.0872,-5.1902 -10.499,-4.1996 -3.4118,0.9905 -6.4284,3.2272 -8.3992,6.2994 -0.2842,0.4435 -0.067,1.0315 -0.2995,1.4999 3.4422,3.3438 6.7469,8.0739 9.2991,13.1987 0.286,0.01 0.3081,0.2881 0.5999,0.2995 5.1076,0.2113 11.131,0.058 15.8985,2.6997 6.9115,3.8329 13.5199,11.9855 20.0982,18.5983 5.1754,-4.6635 9.7738,-12.7347 12.8987,-18.8982 -0.478,-0.018 -0.8447,-0.4186 -1.1998,-0.6 1.056,0.6557 1.3181,-1.3702 1.1998,-2.9997 0.6844,0.6009 1.3558,1.2701 2.0998,1.7998 1.997,-5.3599 7.2481,-8.6411 9.5992,-13.7987 1.5654,-3.4292 2.3958,-7.1942 3.5996,-10.7989 z"
           style="fill:#510000;fill-opacity:1;stroke:none;stroke-width:0.18887949;stroke-miterlimit:1;stroke-dasharray:none" /><path
           inkscape:connector-curvature="0"
           id="path20646"
           d="m 2825.1831,2375.0592 c -4.2371,-2.032 -8.7468,-4.1648 -11.6988,-3.8996 -3.7014,0.3321 -5.0999,2.2745 -6.2994,4.1996 -1.1995,1.9251 -2.0181,3.9319 -4.1996,4.7995 -4.363,1.7355 -9.4347,-1.5421 -14.3986,0.8995 -2.482,1.221 -4.1484,4.8487 -5.9995,8.0992 -1.8511,3.2505 -3.7246,5.9815 -6.2994,5.9994 -2.5747,0.018 -4.4988,-0.7583 -5.6994,-2.3997 -1.2007,-1.6414 -1.7668,-3.945 -2.3998,-6.2994 -0.6326,-2.3545 0.9727,-5.8267 2.3998,-8.9992 1.4271,-3.1725 2.7148,-6.2321 1.1999,-8.0992 -1.515,-1.8672 -3.3929,-2.2951 -5.3995,-2.0998 -2.0067,0.1949 -4.2704,1.0138 -6.2994,2.0998 -2.0291,1.0859 -2.6871,3.8247 -3.5997,6.5993 -0.9129,2.7748 -1.8783,5.7331 -5.0995,6.8994 -3.2213,1.1663 -7.6085,0.7497 -11.9989,-0.6 -1.6041,-0.4933 -2.95,-1.6598 -4.4996,-2.3997 -0.018,0.077 0.018,0.2226 0,0.2995 -0.573,2.0626 -1.6466,3.5107 -4.7995,4.4996 -3.1529,0.9888 -5.8861,-1.4305 -9.2991,-4.4996 -3.4131,-3.0691 -7.6313,-6.7201 -13.4988,-7.7993 -3.5044,-0.6441 -9.4384,-1.2431 -14.6986,-2.0998 -1.5916,3.2412 -2.9845,6.6858 -2.6997,8.9992 0.3235,2.6284 1.9393,2.7957 3.2997,3.2997 1.3604,0.5039 2.5244,1.4429 2.0998,5.6994 -0.4243,4.2566 -5.3843,10.2119 -11.099,15.8985 -2.9383,2.9239 -5.4567,4.9654 -8.3992,7.4993 2.8522,2.9801 5.6818,6.2038 8.6992,8.3992 4.4992,3.2737 8.9503,5.5437 12.5988,5.9994 3.6485,0.456 6.0353,-0.5663 8.0992,-2.0998 2.064,-1.5338 3.7741,-3.6625 5.0996,-5.9994 2.6508,-4.6738 4.5267,-9.7324 9.2991,-10.499 4.7724,-0.767 9.5501,-0.077 14.0986,1.7998 4.5486,1.8753 9.0704,4.8279 12.8988,8.3992 0.142,0.1325 0.1584,0.4627 0.2995,0.6 0.2304,-0.4685 0.018,-1.0568 0.2995,-1.4999 1.9709,-3.0722 4.9874,-5.3089 8.3992,-6.2994 3.4118,-0.9905 7.0017,1.4201 10.499,4.1996 3.4974,2.7795 7.1283,5.7461 10.1991,6.2994 6.1416,1.1066 10.1593,0.6767 14.0986,-1.4998 1.9697,-1.0881 1.8885,-2.5776 2.3998,-4.1997 0.5116,-1.622 1.7038,-3.485 5.6995,-5.6994 3.9961,-2.2144 12.6641,-1.6561 21.2978,-1.4999 0.5137,0.01 0.6893,-0.3062 1.2,-0.2995 0.4417,-1.3224 0.8803,-2.6606 1.5,-3.8996 1.985,-3.976 0.1636,-9.1132 2.6996,-12.8988 2.4493,-3.6546 -0.8033,-8.2662 1.2,-12.2988 -0.7765,-0.2467 -1.6083,-0.7094 -2.4,-0.8994 1.0363,-0.7449 0.7738,-1.8054 1.2,-2.6998 z"
           style="fill:#290000;fill-opacity:1;stroke:none;stroke-width:0.18887949;stroke-miterlimit:1;stroke-dasharray:none" /><path
           inkscape:connector-curvature="0"
           id="path20644"
           d="m 2821.5835,2348.9617 c -2.6761,0.086 -5.1835,-0.6182 -7.7992,-0.2995 -7.1503,0.8687 -13.8535,2.1783 -17.9983,1.1999 -4.1448,-0.9785 -5.8093,-2.8675 -6.8994,-4.1996 -1.09,-1.3322 -1.7239,-2.1665 -3.8996,-1.1999 -2.1757,0.9666 -2.0607,4.8107 -2.0998,8.3992 -0.038,3.5885 0.018,7.0986 -2.0998,7.7993 -2.1185,0.7007 -3.4019,-0.7958 -4.4996,-2.3998 -1.0976,-1.604 -2.0982,-3.3845 -3.5996,-3.8997 -1.5015,-0.5154 -3.002,0.3591 -4.4996,0.8995 -1.4977,0.5414 -3.0909,0.7487 -4.4996,-0.8995 -1.4087,-1.6485 0.6844,-5.066 2.3998,-8.3992 1.7153,-3.3331 3.0824,-6.4691 0.2995,-8.3992 -2.7825,-1.9301 -5.9053,0.5904 -9.2991,3.8997 -3.3939,3.3095 -6.9852,7.2363 -11.099,7.4993 -2.861,0.1824 -6.2588,-2.1792 -9.275,-4.0027 -0.2006,0.8918 -0.4306,1.929 -0.6236,2.8028 -2.1243,9.5758 1.4766,18.3429 0,24.5977 -0.7103,3.0098 -0.6959,5.4746 -1.1999,7.4992 1.5496,0.7401 2.8955,1.9068 4.4996,2.3998 4.3904,1.3493 8.7776,1.7663 11.9989,0.6 3.2212,-1.1663 4.1869,-4.1247 5.0995,-6.8994 0.9129,-2.7747 1.5706,-5.5134 3.5997,-6.5994 2.029,-1.0859 4.2927,-1.9045 6.2994,-2.0998 2.0066,-0.1949 3.8845,0.2325 5.3995,2.0998 1.5149,1.8671 0.2273,4.9268 -1.1999,8.0993 -1.4271,3.1725 -3.0329,6.6447 -2.3998,8.9991 0.6326,2.3545 1.1991,4.6581 2.3998,6.2994 1.2006,1.6414 3.1247,2.419 5.6994,2.3998 2.5748,-0.018 4.4483,-2.7489 6.2994,-5.9994 1.8511,-3.2506 3.5175,-6.8783 5.9995,-8.0993 4.9639,-2.442 10.0356,0.8351 14.3986,-0.8994 2.1815,-0.8678 3.0001,-2.8745 4.1996,-4.7996 1.1995,-1.9251 2.598,-3.8669 6.2994,-4.1995 2.952,-0.2649 7.4617,1.8676 11.6988,3.8996 1.633,-3.4244 0.5318,-7.5336 0.8997,-11.399 -0.5866,1.1012 -1.4155,1.9552 -2.1,2.9998 2.2187,-4.3468 -0.4952,-12.6057 -2.3996,-17.6984 z"
           style="fill:#290000;fill-opacity:1;stroke:none;stroke-width:0.18887949;stroke-miterlimit:1;stroke-dasharray:none"
           sodipodi:nodetypes="ccccscccccccccccccccccccccccccccscccccc" /><path
           inkscape:connector-curvature="0"
           id="path20607"
           d="m 2765.7888,2304.2659 c -5.5849,4.2167 -11.7198,8.3769 -15.2986,12.2989 -5.1331,5.6255 -8.1408,11.0725 -10.199,16.1984 -1.6825,4.1905 -2.6763,8.2004 -3.576,12.1963 3.0163,1.8234 6.4145,4.1849 9.2755,4.0022 4.1138,-0.2631 7.7051,-4.1897 11.0989,-7.4993 3.3939,-3.3096 6.5167,-5.8297 9.2992,-3.8996 2.7824,1.9301 1.4153,5.066 -0.2995,8.3992 -1.7154,3.3332 -3.8085,6.7506 -2.3998,8.3992 1.4087,1.6485 3.0019,1.4408 4.4996,0.8994 1.4976,-0.5414 2.998,-1.4151 4.4995,-0.8994 1.5015,0.5154 2.502,2.2956 3.5997,3.8996 1.0977,1.604 2.381,3.1004 4.4996,2.3998 2.1185,-0.7007 2.0607,-4.2108 2.0998,-7.7993 0.038,-3.5885 -0.077,-7.4326 2.0998,-8.3992 2.1757,-0.9666 2.8095,-0.1324 3.8996,1.1999 1.0901,1.3321 2.7546,3.2212 6.8994,4.1996 4.1448,0.9784 10.848,-0.3312 17.9984,-1.1999 2.6157,-0.3177 5.1228,0.3888 7.7992,0.2995 -0.2262,-0.6047 -0.095,-1.6104 -0.2997,-2.0998 -0.4586,-1.0952 -0.9482,-2.4313 -2.0997,-2.9997 -1.0059,-0.5001 0.03,-2.896 0,-4.1996 -0.068,-4.3214 -1.8032,-8.2186 -2.9996,-12.2989 -3.0862,-10.5353 -10.9793,-14.5231 -21.598,-13.1987 -4.6189,0.5769 -11.2339,1.8995 -14.9986,-1.7998 -3.2529,-3.1935 -7.3479,-1.6913 -10.1991,-5.3995 -1.0091,-1.3127 -2.2862,-1.9558 -3.5996,-2.6998 z"
           style="fill:#290000;fill-opacity:1;stroke:none;stroke-width:0.18887949;stroke-miterlimit:1;stroke-dasharray:none"
           sodipodi:nodetypes="cccccccccccsccccsccccccccccc" /><path
           inkscape:connector-curvature="0"
           id="path20609"
           d="m 2768.1886,2487.8486 c -4.502,-3.8153 -8.5855,-7.83 -11.6989,-11.6989 -3.1931,-3.9682 -5.5395,-7.767 -5.9995,-11.099 -0.4597,-3.332 0.067,-5.4248 0.8995,-6.8993 0.837,-1.4746 1.9305,-2.3285 3.2997,-2.9998 2.7384,-1.3424 6.0273,-2.1441 6.2994,-6.5993 0.2717,-4.4553 -1.4817,-10.4758 -4.1996,-16.1985 -2.7179,-5.7227 -6.3706,-11.1273 -10.1991,-14.6986 -3.8284,-3.5713 -8.3502,-6.5239 -12.8987,-8.3992 -4.5486,-1.8753 -9.3263,-2.5664 -14.0987,-1.7998 -4.7724,0.7669 -6.6483,5.8251 -9.2991,10.4989 -1.3255,2.3369 -3.0355,4.4657 -5.0995,5.9995 -2.064,1.5338 -4.4507,2.5555 -8.0993,2.0998 -3.6485,-0.456 -8.0996,-2.7258 -12.5988,-5.9994 -3.0173,-2.1954 -5.847,-5.4191 -8.6992,-8.3992 -2.7802,2.3942 -6.0057,5.3157 -8.0992,6.8993 -8.6184,6.5189 -14.632,10.499 -21.598,10.499 -6.9659,0 -11.1679,-8.7249 -15.8985,-8.0992 -4.7305,0.6258 -7.2998,3.3716 -8.0992,7.1993 -0.7996,3.8277 5.5352,6.7232 5.3995,11.6989 -0.1354,4.9757 -4.038,13.2995 -8.0992,14.9986 -4.0612,1.699 -4.9971,-3.8138 -8.6992,-2.6998 -3.7021,1.114 -4.8758,9.7872 -8.9992,10.799 -4.1234,1.0118 -7.7135,-1.6362 -10.499,-4.4996 -2.7854,-2.8634 -1.631,-9.0229 -4.4995,-11.3989 -1.6447,-1.3622 -3.7488,-1.1667 -5.6995,-0.8994 -0.2515,1.0019 0.058,1.8874 -0.5999,2.9997 -1.4406,2.4392 -3.8811,5.1189 -6.2994,7.7993 -4.8366,5.3607 -10.2034,11.1084 -11.099,16.4984 -0.8956,5.39 1.4103,10.0473 3.5997,14.6986 2.1893,4.6513 4.3781,9.2381 2.6997,14.0987 -0.1699,0.4934 -0.9809,0.7151 -1.1999,1.1999 2.9778,4.1564 6.2581,8.3988 8.6992,12.5988 3.887,6.6877 7.0019,14.0293 8.9992,23.3978 1.9972,9.3684 1.4745,20.5319 0.2994,32.0969 -0.03,0.3043 0.03,0.5952 0,0.8995 4.5463,-0.6864 9.3031,-5.2518 14.9986,-9.8991 5.7754,-4.7125 12.1612,-9.6238 19.4982,-10.799 7.3369,-1.1752 16.6004,-0.2946 25.1976,1.7998 8.5972,2.0949 16.5175,5.298 22.1979,8.3993 5.6805,3.1012 8.7603,7.0976 11.3989,10.7989 2.6386,3.7013 4.9226,7.1943 9.2991,9.8991 4.3766,2.7048 11.2265,2.7138 17.3984,3.2997 3.0859,0.2928 6.0108,0.7631 8.3992,1.7998 2.3884,1.0364 4.173,2.4708 5.0995,5.0995 0.9263,2.6288 0.3542,5.0608 -1.1999,7.4993 -1.5536,2.4386 -4.0584,4.8572 -6.5993,7.1993 -5.0821,4.6844 -10.7238,9.2375 -10.799,14.0987 -0.077,4.8612 0.9922,8.3192 2.9997,11.3989 2.0075,3.0798 5.1866,5.868 9.5991,9.2991 4.4125,3.4312 11.3003,3.8711 18.8982,4.7996 0.3072,0.038 0.5913,0.261 0.8994,0.2995 3.3944,-5.5746 8.1027,-6.6529 5.9995,-14.3986 -3.863,-14.2496 4.89,-27.2037 4.1996,-41.0962 -0.3898,-7.8242 -3.9834,-16.1497 -5.0995,-23.9977 -1.3006,-9.1485 1.4944,-17.3829 1.1998,-26.3975 -0.5481,1.5178 -0.9167,2.9996 -1.4998,4.4996 0.7257,-2.3541 -1.1396,-7.4248 -2.9997,-8.9992 0.7353,0.7679 1.5664,1.4391 2.3997,2.0998 0.1075,-3.1665 0.2515,-5.6933 -0.8994,-8.6992 -0.4675,1.0327 -0.9532,2.1926 -1.1999,3.2997 0.067,-2.4165 -0.7343,-8.3207 2.6998,-5.9994 -1.4018,-4.3213 3.727,-7.1497 3.8996,-11.0989 0.058,-1.3701 -1.0294,-2.3694 -2.0998,-3.2997 1.5846,0.1565 2.9238,-3.9562 2.9997,-5.6995 1.5446,4.0118 6.7495,4.7742 4.4996,9.8991 9.8438,1.6606 15.9292,-17.7269 20.698,-29.6972 z m -23.9977,27.2974 c 0.5414,2.6369 -2.2278,3.7638 -2.0999,6.2994 1.6339,-1.5565 5.3914,-4.0138 2.0999,-6.2994 z m -5.3995,13.1987 c -1.2908,0.086 -3.1542,3.2231 0.2995,4.1996 1.2087,-3.155 0.4741,-4.2538 -0.2995,-4.1996 z"
           style="fill:#290000;fill-opacity:1;stroke:none;stroke-width:0.18887949;stroke-miterlimit:1;stroke-dasharray:none" /><path
           inkscape:connector-curvature="0"
           id="path20578"
           d="m 2702.1948,2255.9705 c -6.5385,-1.3958 -12.1787,1.2707 -18.5982,1.4998 -3.2023,0.1161 -5.7471,-0.5222 -5.6995,3.5997 -1.9621,-1.8815 -4.4808,-2.0628 -6.8993,-2.6998 -1.5227,3.4229 -2.6629,5.9784 -2.3998,9.5991 0.5587,7.6939 9.1495,16.153 9.5991,23.0979 0.4492,6.9448 -5.5907,11.5578 -4.4996,16.1984 1.0912,4.6406 4.9833,2.001 8.0992,8.6992 3.116,6.6982 1.1746,25.0338 4.4996,32.097 3.325,7.0632 8.5748,4.966 9.8991,10.7989 0.741,3.266 -1.5746,7.2751 -3.5997,11.399 5.2602,0.8562 11.1942,1.4552 14.6986,2.0998 5.8675,1.0792 10.0857,4.7301 13.4988,7.7992 3.413,3.0691 6.1462,5.4884 9.2991,4.4996 3.1529,-0.9888 4.2265,-2.4369 4.7995,-4.4996 0.5731,-2.0626 0.4618,-4.6718 1.1999,-7.7992 1.4766,-6.2548 -2.1243,-15.0218 0,-24.5977 1.0622,-4.7879 2.1415,-9.8727 4.1996,-14.9986 2.0582,-5.1259 5.0659,-10.5729 10.199,-16.1984 3.5788,-3.922 9.7137,-8.0822 15.2986,-12.2989 -2.3821,-1.3493 -4.9361,-2.4975 -6.5994,-4.7995 -2.4165,-3.3452 -6.0652,-4.9945 -8.6992,-8.3992 -2.3362,-3.0178 -4.1322,-6.0588 -6.5993,-8.9992 -2.5774,-3.0683 -6.1921,-3.562 -9.2991,-5.9994 -9.3302,-7.3213 -20.4271,-17.5447 -32.397,-20.0981 z"
           style="fill:#290000;fill-opacity:1;stroke:none;stroke-width:0.18887949;stroke-miterlimit:1;stroke-dasharray:none" /><path
           inkscape:connector-curvature="0"
           id="path20576"
           d="m 2659.8988,2256.2704 c -2.0097,5.8819 -4.0126,12.0802 -6.5994,14.3987 -5.3924,4.8334 -7.4029,0.5874 -11.3989,4.4996 -3.996,3.9124 -7.4532,11.8963 -8.0992,19.4981 -0.646,7.6018 5.8641,17.376 5.3995,23.9977 -0.4646,6.6218 -6.1338,9.4853 -5.3995,14.3987 0.7343,4.9134 8.6257,6.7907 8.9991,11.3989 0.3735,4.6082 -1.2939,8.5718 -6.2994,11.6989 -5.0054,3.1271 -16.9893,-1.697 -22.1979,0.8994 -5.2085,2.597 -2.8031,5.6148 -8.0992,9.5991 -2.648,1.9921 -7.6137,3.1748 -12.5988,4.4996 -4.9851,1.3248 -9.9652,2.9097 -12.2988,6.2994 -2.3337,3.3897 -2.1095,7.6826 -1.4999,11.6989 0.6095,4.0164 1.5947,7.7023 0.5999,10.499 -1.9895,5.5935 -7.2362,6.0224 -8.0992,10.799 -0.8629,4.7766 3.6597,9.1665 4.4996,14.9986 0.6364,4.4183 -0.2976,10.3213 0,14.9986 1.7395,0.086 3.6806,-0.6019 4.7995,2.0998 0.4598,1.111 -0.3004,2.4043 -0.5999,3.5996 1.9507,-0.2669 4.0548,-0.4627 5.6995,0.8995 2.8684,2.3759 1.714,8.5355 4.4995,11.3989 2.7855,2.8634 6.3756,5.5114 10.499,4.4995 4.1234,-1.0118 5.2971,-9.685 8.9992,-10.7989 3.702,-1.114 4.638,4.3988 8.6991,2.6997 4.0612,-1.699 7.9639,-10.0229 8.0993,-14.9986 0.1354,-4.9757 -6.1991,-7.8711 -5.3995,-11.6989 0.7996,-3.8277 3.3687,-6.5734 8.0992,-7.1993 4.7305,-0.6258 8.9326,8.0992 15.8985,8.0992 6.966,0 12.9796,-3.98 21.598,-10.499 4.3091,-3.2594 10.7838,-8.712 16.4984,-14.3986 5.7147,-5.6866 10.6742,-11.6419 11.099,-15.8985 0.4242,-4.2565 -0.7391,-5.1955 -2.0998,-5.6994 -1.3604,-0.504 -2.9762,-0.671 -3.2997,-3.2997 -0.647,-5.2569 7.6237,-14.5651 6.2994,-20.3981 -1.3243,-5.833 -6.5741,-3.7358 -9.8991,-10.799 -3.325,-7.0632 -1.3836,-25.3987 -4.4996,-32.097 -3.1159,-6.6982 -7.008,-4.0586 -8.0992,-8.6991 -1.0911,-4.6406 4.9488,-9.2537 4.4996,-16.1985 -0.4492,-6.9449 -9.0404,-15.404 -9.5991,-23.0978 -0.2631,-3.6207 0.8774,-6.1763 2.3998,-9.5991 -0.6192,-0.1631 -1.1995,-0.3379 -1.7998,-0.6 -2.5565,-1.119 -4.3929,-3.2776 -7.1994,-3.8996 0.4186,1.7754 -0.7612,1.7258 -1.7998,1.7998 -0.2649,0.018 0.01,0.6259 -0.2995,0.6 z"
           style="fill:#290000;fill-opacity:1;stroke:none;stroke-width:0.18887949;stroke-miterlimit:1;stroke-dasharray:none" /><path
           inkscape:connector-curvature="0"
           id="path20306"
           d="m 2575.6068,2214.2744 c -0.696,0.7324 -1.3677,1.4034 -2.0998,2.0998 -0.2024,-0.8783 -0.5932,-1.1818 -1.1999,-1.4998 0.5078,5.8038 1.4522,11.5933 0.8994,17.3983 -0.9042,9.5087 -4.8016,20.5434 -9.899,30.8971 -5.0974,10.3537 -11.2976,19.9087 -16.7984,26.6975 -5.5009,6.7887 -14.3482,10.3347 -21.598,13.4987 -3.6249,1.582 -6.9096,3.0457 -8.9992,4.7995 -2.0895,1.7539 -3.1606,3.955 -2.3997,6.5994 0.7612,2.6445 2.468,3.5858 4.4996,3.8996 2.0315,0.3139 4.3417,-0.1967 6.8993,-0.8994 5.1152,-1.4073 10.7475,-3.6014 13.4987,-1.1999 2.7512,2.4015 3.5533,5.3308 3.8997,8.3992 0.3465,3.0685 0.018,6.3239 0,10.1991 -0.03,7.7503 -6.9947,18.6325 -5.9995,26.9974 0.4973,4.1824 1.5483,8.3246 3.2997,11.9989 1.7514,3.6742 4.0969,6.6672 6.8994,8.3992 2.8024,1.732 5.8106,0.3091 8.6991,-0.8995 2.8886,-1.2091 5.667,-2.2048 7.7993,0.8995 2.1323,3.1047 -0.4665,7.3282 -3.5997,11.9989 -3.1331,4.6706 -6.6939,9.9909 -6.5994,14.9985 0.096,5.0077 1.5992,10.8901 3.8997,16.1985 2.3005,5.3084 5.3291,9.9842 8.3992,12.5988 3.0701,2.6146 6.3673,1.5441 9.2991,0.8995 0.9928,-0.2179 1.5093,1.158 2.3998,1.1998 -0.2976,-4.6772 0.6364,-10.5803 0,-14.9985 -0.8399,-5.8322 -5.3624,-10.222 -4.4996,-14.9986 0.863,-4.7766 6.1097,-5.2055 8.0993,-10.799 0.9947,-2.7967 0.01,-6.4827 -0.6,-10.499 -0.6095,-4.0164 -0.8342,-8.3092 1.4999,-11.6989 2.3336,-3.3897 7.3137,-4.9746 12.2988,-6.2994 4.9851,-1.3248 9.9508,-2.5075 12.5988,-4.4996 5.2961,-3.9843 2.8907,-7.0021 8.0993,-9.5991 5.2085,-2.5969 17.1924,2.2272 22.1979,-0.8994 5.0054,-3.1271 6.6729,-7.0907 6.2994,-11.6989 -0.3734,-4.6083 -8.2644,-6.4856 -8.9992,-11.3989 -0.7343,-4.9134 4.9349,-7.7769 5.3995,-14.3987 0.4646,-6.6217 -6.0459,-16.3959 -5.3995,-23.9977 0.646,-7.6018 4.1032,-15.5858 8.0993,-19.4982 3.9959,-3.9124 6.0064,0.3341 11.3989,-4.4995 2.5867,-2.3185 4.5896,-8.5168 6.5993,-14.3987 -1.517,-0.1294 -3.4431,-0.6892 -4.4995,0 -0.1631,-1.866 -9.9371,-5.8845 -11.6989,-6.8993 -2.485,-1.4316 -16.4723,-8.8616 -16.1985,-2.0998 -2.5714,-1.4583 -9.0878,0.4655 -9.2991,3.8996 -1.2857,-4.9761 -5.0024,4.7912 -7.4993,5.9994 0.6844,-2.3719 0.01,-2.8599 -2.0998,-1.4998 0.4943,-3.1963 7.991,-5.442 5.6995,-9.2992 -1.3959,-2.351 -5.9441,0.7373 -6.8994,2.0999 -1.869,2.6547 -0.6825,8.1728 -2.3998,11.3989 -1.729,3.2469 -6.6315,4.313 -6.8993,8.3992 -2.0178,-2.1636 2.7581,-4.5916 1.7998,-7.4993 -0.8658,-2.6279 1.4379,-9.8763 2.6998,-12.2988 1.4791,-2.8422 5.9841,-4.0167 3.2996,-7.7993 -2.5117,-3.5327 -5.5744,0.5769 -5.6994,3.2997 -0.4915,-1.8154 -1.8379,-2.907 -3.5997,-1.7998 4.8987,-1.5 4.0084,-4.6047 5.9995,-8.3992 2.2291,-4.247 -2.9612,-2.533 -1.4999,-5.6995 -0.9613,1.4464 -2.4646,2.401 -4.1996,1.7998 0.6844,-0.7439 1.3558,-1.4183 2.0998,-2.0998 -5.3986,3.2826 0.2869,-6.0502 -4.7995,-2.9997 -0.03,-1.5892 0.4559,-3.0948 1.1998,-4.4996 -1.6189,0.6489 -2.8247,2.111 -2.6997,3.8997 -2.1398,-0.6845 -0.057,-3.826 -4.4996,-2.0998 -2.4463,0.9464 -1.1326,3.887 -2.0998,5.6994 -2.2172,-1.9881 -3.3194,-6.5206 -0.8994,-8.6992 -1.7053,0.2976 -2.8562,1.651 -3.2997,3.2997 -1.1399,-1.6011 -0.6624,-3.3835 0.8994,-4.4996 -2.0029,2.0953 -2.9336,0.9427 -3.2996,-1.1998 -0.6998,0.5807 -1.3916,1.2284 -2.0999,1.7998 -1.0088,-1.253 -1.6599,-2.5955 -1.7998,-4.1996 z m 18.2982,1.4999 c -0.8274,2.4344 -1.4754,2.9432 -1.7998,1.4998 v 2.0998 c 1.6547,-0.6009 2.6451,-1.8854 1.7998,-3.5996 z m 3.5997,8.6991 c -0.3916,0.1441 -0.5414,0.8361 -0.2995,1.7999 0.7823,-0.289 1.6171,-0.6115 2.3998,-0.8995 -1.0237,-0.6767 -1.7077,-1.0439 -2.0998,-0.8994 z m 26.3975,17.0984 c -2.2826,-0.2083 -2.7938,0.4598 -1.7998,2.0998 0.646,-0.7141 1.154,-1.3855 1.7998,-2.0998 z m -19.4981,11.6989 c -3.4018,1.4464 -2.2629,6.1689 -2.3998,8.9992 1.3958,-2.8125 2.501,-5.8057 2.3998,-8.9992 z"
           style="fill:#510000;fill-opacity:1;stroke:none;stroke-width:0.18887949;stroke-miterlimit:1;stroke-dasharray:none" /><path
           inkscape:connector-curvature="0"
           id="path20547-1"
           d="m 2425.321,2643.2339 c -3.4168,0.36 -6.908,0.8735 -9.5991,0.5999 -3.194,-0.3244 -5.5684,-1.4691 -7.1993,-3.5996 -1.6309,-2.1306 -1.7901,-3.7642 -1.1999,-5.3995 0.5903,-1.6353 1.9691,-3.116 3.2997,-4.4996 1.3306,-1.3836 2.4092,-2.8243 2.9997,-4.1996 0.5903,-1.3753 0.43,-2.8892 -1.1999,-4.4996 -1.6304,-1.6103 -3.8574,-1.7566 -6.5994,-1.1999 -2.7419,0.5568 -6.0056,1.7979 -9.2991,3.2997 -6.5868,3.0035 -13.4669,6.8479 -18.8982,6.2994 -5.4313,-0.5481 -8.0923,-4.2921 -11.3989,-7.4993 -1.6533,-1.6035 -3.5732,-2.9206 -5.9995,-3.8996 -2.4262,-0.979 -5.5304,-1.4049 -9.599,-0.8994 -4.0687,0.5049 -8.7071,2.6088 -13.4988,5.6994 -4.7917,3.0907 -9.5133,6.9643 -14.3986,11.3989 -0.5683,0.5155 -0.935,0.9755 -1.4999,1.4999 1.2908,1.5877 1.9683,4.4676 4.1996,7.7993 3.1766,6.9239 5.5771,8.4601 2.0998,17.9983 -0.8149,3.5535 -2.3647,5.8177 -0.5999,8.9991 1.0416,1.878 -1.8397,5.832 -2.6998,7.7993 -3.1814,7.2825 -5.832,11.3022 0.8995,16.4984 5.5653,4.2975 -7.5132,4.4231 -3.5997,9.8991 1.7935,3.8026 3.1038,9.6794 6.5994,11.0989 -2.869,3.3988 2.4397,4.7815 1.7998,7.7993 -0.8361,3.9314 0.9804,7.6245 -0.5999,11.6989 -0.8985,2.3124 1.4993,5.4938 0.8994,7.7992 -0.6124,2.3572 -2.7071,4.9718 -2.0998,7.4993 0.5942,2.4721 8.5526,3.1402 10.499,4.1996 3.6577,1.9911 8.5214,1.8773 12.5988,2.3998 2.8333,0.3629 1.8838,10.1847 7.7993,0.6 2.9046,-4.7062 2.7647,-6.728 5.9994,-3.8997 3.0068,2.6291 6.598,3.2533 10.1991,4.1996 3.2089,4.6304 6.0992,7.9617 8.6991,17.3984 0.7382,4.0654 3.5074,8.2793 4.4996,12.2988 1.6677,6.7561 3.5629,15.4568 12.5988,12.2989 3.1131,-1.0881 5.7099,-4.0283 9.2992,-3.5997 1.663,0.1967 2.6575,1.6618 3.8996,2.6997 0.2955,-1.5655 1.2316,-2.6033 1.4998,-4.1995 1.387,-8.2537 2.9058,-16.8148 7.1994,-23.3978 4.2935,-6.5831 9.7535,-9.8686 15.8985,-13.7987 6.1449,-3.9302 13.0322,-8.4852 19.1981,-17.0984 6.166,-8.6133 10.4777,-23.4852 14.9986,-38.0964 2.1928,-7.0868 4.4264,-14.2412 6.8994,-20.3981 -4.2786,-1.069 -8.4855,-0.909 -12.5988,-2.3998 -12.4344,-4.5069 -23.4574,-10.5718 -29.9972,-17.3983 -6.5398,-6.8265 -10.2082,-12.1988 -11.9989,-17.9983 -0.1518,-0.4896 0.1238,-1.3005 0,-1.7998 z"
           style="fill:#290000;fill-opacity:1;stroke:none;stroke-width:0.18887949;stroke-miterlimit:1;stroke-dasharray:none" /><path
           inkscape:connector-curvature="0"
           id="path20511"
           d="m 2297.2331,2376.5591 -8.3992,28.7973 -68.0936,2.0998 v 55.4947 l 39.2963,6.2994 c 0,0 -2.9604,2.8087 -5.9994,6.5994 -3.0391,3.7907 -6.0887,8.6112 -6.2994,11.9989 -0.2113,3.3876 1.7601,4.2799 3.8996,5.9994 2.1394,1.7195 4.3018,4.2754 4.1996,10.499 -0.1018,6.2236 -4.0122,15.5854 -9.2991,24.8976 -1.1687,2.0586 -2.6246,3.3812 -3.8996,5.3995 3.2419,1.4923 5.8974,1.8744 9.599,4.7996 2.6129,2.0647 2.6123,4.3516 2.3998,7.4993 -0.1652,2.4482 0.03,3.1241 1.1999,5.6994 2.1097,4.6402 4.1462,13.0225 5.3995,19.1982 -1.8601,-0.058 -3.8483,0.1066 -5.6995,0.2995 0.2238,5.1011 6.841,8.1857 7.7993,13.7987 0.7199,4.2231 0.2583,11.3029 3.2997,14.6986 3.3363,3.7202 13.6645,2.2265 18.2983,2.6998 7.3003,0.7468 14.957,1.3547 22.1978,-0.2995 0.1221,3.7796 -2.5039,6.8979 -2.3997,10.499 0.1045,3.604 1.5905,7.69 2.6997,11.0989 1.6726,5.1402 7.8796,11.2041 12.5988,9.2991 0.6355,-0.2562 0.8092,1.919 1.1999,2.3998 0.5645,-0.5241 0.9321,-0.9843 1.4999,-1.4998 4.8853,-4.4347 9.6069,-8.3083 14.3986,-11.399 4.7917,-3.0906 9.4301,-5.1944 13.4988,-5.6994 4.0686,-0.5049 7.1728,-0.077 9.599,0.8994 2.4263,0.979 4.3462,2.2961 5.9995,3.8997 3.3066,3.2071 5.9676,6.9507 11.3989,7.4992 5.4313,0.5482 12.3114,-3.2959 18.8982,-6.2994 3.2935,-1.5017 6.5572,-2.7429 9.2991,-3.2997 2.742,-0.5567 4.969,-0.4108 6.5994,1.1999 1.6304,1.6104 1.7903,3.1244 1.1999,4.4996 -0.5903,1.3753 -1.6691,2.816 -2.9997,4.1996 -1.3306,1.3836 -2.7096,2.8643 -3.2997,4.4996 -0.5903,1.6353 -0.431,3.269 1.1999,5.3995 1.6309,2.1305 4.0053,3.275 7.1993,3.5996 2.6911,0.2735 6.1823,-0.2398 9.5991,-0.5999 -1.3434,-5.4108 -1.5228,-11.133 -0.2995,-19.4982 0.6681,-4.5686 2.6945,-8.8571 5.6994,-13.1987 3.0051,-4.3416 7.0041,-8.6673 11.099,-13.1988 8.1899,-9.0628 17.1312,-18.8734 22.1979,-31.197 2.5334,-6.1619 4.154,-13.5896 5.0995,-21.598 0.9455,-8.0083 1.2323,-16.5242 1.7999,-24.8976 0.077,-1.1485 0.216,-2.1601 0.2995,-3.2997 -0.4272,0.03 -0.359,0.3436 -0.8995,0.2995 -2.7697,-0.2217 -5.1259,-2.4489 -6.8993,-5.9995 -1.7735,-3.5505 -2.9705,-8.5737 -3.8997,-13.7987 -1.8584,-10.45 -2.1059,-22.4737 -1.4998,-29.6971 0.6057,-7.2235 4.0438,-15.4593 7.4993,-21.898 3.4555,-6.4387 6.8993,-11.0989 6.8993,-11.0989 l -146.3862,-14.3987 -28.7972,-43.1959 z"
           style="fill:#290000;fill-opacity:1;stroke:none;stroke-width:0.18887949;stroke-miterlimit:1;stroke-dasharray:none" /><path
           inkscape:connector-curvature="0"
           id="path20456-8"
           d="m 2362.027,2117.0836 c -0.8016,0.1229 -1.8358,0.4694 -2.9997,0.8994 -2.8283,1.0451 -4.9945,1.6133 -8.0993,2.3998 -4.9061,1.2429 -5.7961,-5.8504 -9.8991,2.3998 -2.2348,4.4939 3.7682,5.039 2.6998,9.899 -1.1613,5.2824 -9.5006,0.8745 -12.5988,0 -4.7498,-1.3393 -7.1514,1.4086 -11.6989,0 -5.5917,-1.7319 -9.0936,0.3341 -12.2989,4.1996 -2.4225,2.9226 -3.7293,1.1602 -6.5993,2.3998 -4.991,2.1558 -9.3371,1.7049 -15.5985,6.8994 -1.761,1.4609 -3.2295,5.7201 -4.7996,5.3995 -1.3795,-0.2822 -4.1237,0.2226 -5.6994,-2.0999 -0.3437,-0.5068 -0.7785,-0.4156 -1.1999,-0.5999 -0.5414,4.4313 -1.3962,8.8935 -1.1999,12.8988 0.6028,12.293 4.18,22.6231 6.5993,31.1971 2.4194,8.5739 4.4446,13.0301 7.1994,16.4984 2.7547,3.4682 6.2871,6.151 11.3989,10.499 5.1118,4.348 15.9546,9.4328 25.4976,13.4987 9.543,4.0659 17.6983,6.8994 17.6983,6.8994 l -49.4953,115.4891 c 0,0 3.1442,15.1523 5.0995,25.1976 l 1.1999,-4.4996 28.7973,43.1959 137.087,13.4987 c 2.6258,-2.1282 5.1,-4.2277 7.7993,-6.2994 5.6257,-4.3178 11.2409,-8.6622 15.8985,-12.8988 4.6575,-4.2365 8.2495,-8.5214 10.199,-12.8987 3.899,-8.7546 3.164,-16.0543 2.0998,-22.4979 -1.0642,-6.4436 -2.4188,-11.8656 0,-16.4985 2.4188,-4.6329 5.8851,-6.3653 9.2991,-7.7992 3.414,-1.4339 6.824,-2.54 9.2992,-6.5994 2.4751,-4.0594 2.1119,-10.1235 2.0998,-16.1985 -0.01,-4.8709 0.985,-9.3425 2.9997,-13.4987 -1.6711,0.3667 -3.3872,0.8179 -4.7996,0.6 -2.0315,-0.3139 -3.7386,-1.2552 -4.4995,-3.8997 -0.7613,-2.6444 0.31,-4.8455 2.3997,-6.5994 2.0896,-1.7538 5.3743,-3.2175 8.9992,-4.7995 7.2498,-3.164 16.0971,-6.71 21.5979,-13.4987 5.5009,-6.7888 11.701,-16.3438 16.7984,-26.6975 5.0975,-10.3537 8.9946,-21.3884 9.8991,-30.8971 0.552,-5.805 -0.3926,-11.5945 -0.8994,-17.3983 -1.1411,-0.5981 -2.6583,-0.8966 -2.3998,-2.6998 -0.5778,1.1102 -1.5509,1.6415 -2.6998,2.0998 0.3063,-3.1546 -3.6289,-1.1185 -2.3997,-5.9994 -0.8687,2.0922 -3.9926,4.6295 -3.5997,0.5999 -1.2457,1.1801 -2.3752,0.9752 -3.5996,0.6 0.1056,-0.03 -0.096,-0.2631 0,-0.2995 -1.6329,-0.5155 -3.3678,-1.0057 -5.0996,0 1.7678,-0.4252 2.973,-2.0574 2.9998,-3.8996 -1.8273,-0.6969 -3.0349,0.6556 -3.2997,2.3997 1.0148,-2.7231 -2.5772,-3.2256 -1.4999,-5.9994 -0.086,1.8273 -1.2855,3.0342 -2.9997,3.5997 0,-2.5237 -0.2485,-2.3702 -2.0998,-0.8995 -0.289,-0.7948 -0.6115,-1.6051 -0.8994,-2.3997 -0.7257,0.333 -1.3975,0.5193 -2.0998,0.8994 1.0594,-3.1368 -3.9727,-4.2073 -5.9995,-4.7996 -0.8869,1.6458 -0.5193,3.5794 0.8995,4.7996 -3.3005,1.1696 -3.3459,-3.7671 -6.8994,-0.2995 -0.4319,-4.5951 -4.196,-0.1027 -5.9994,0.5999 -2.5654,1.003 -1.5425,-2.0095 -5.3995,1.7999 -3.2737,3.232 -0.3417,8.8514 -2.9997,11.3989 -1.7529,1.6785 -4.1771,1.6717 -3.5997,4.7995 2.2827,-0.405 4.9375,-1.1369 7.1993,0 -2.2023,0.408 -4.3583,0.7449 -6.5993,0.8995 0.6105,1.2172 0.8169,2.5395 0.8994,3.8996 -4.0237,-2.4791 -5.035,-7.373 -8.9991,-0.8994 -1.2009,1.9583 -2.0251,3.329 -2.9998,4.1996 0.648,-1.7726 1.0643,-3.5145 1.1999,-5.3995 -2.5389,0.8908 -3.7766,3.5388 -1.4998,5.3995 -0.9455,0.7996 -1.9806,1.4959 -3.8997,2.3997 -6.095,2.875 -3.8684,13.011 -7.4992,17.6984 -0.3754,-8.2676 1.9639,-13.6399 4.4995,-21.598 -1.9524,0.4435 -4.5156,-0.2544 -5.3995,2.0998 -0.4819,1.0565 -1.2628,1.5356 -2.3997,1.4999 -2.2768,0.4377 -5.2252,0.8553 -4.7996,3.8996 -0.8687,-9.8806 -9.3429,-1.1683 -14.0987,-2.0998 1.2292,-3.5356 -2.4728,-2.4045 -4.4995,-2.9997 -2.4285,-0.7171 -0.9264,-5.3869 -2.3998,-7.1993 -0.1881,-0.2325 0.144,-0.6489 0,-0.8995 -0.1804,-0.3158 -0.4061,-0.5884 -0.6,-0.8994 0.01,-0.1863 -0.01,-0.408 0,-0.6 0.1584,0.4829 0.3475,1.0586 0.6,1.4999 1.305,2.2829 2.3066,4.6777 4.1996,6.5994 1.622,1.6487 8.237,2.2255 4.7996,0.2995 3.0504,0.3484 6.7717,-1.4214 9.599,-0.6 2,0.5808 4.8871,2.1965 4.1996,-1.4998 0.4521,0.8092 0.9612,1.6438 1.4999,2.3998 2.1071,-1.4286 4.4817,-3.5406 4.4996,-6.2994 1.1994,4.4492 8.6585,1.2708 11.0989,0 4.4523,-2.3155 4.3161,-6.9718 6.8994,-10.799 2.488,-3.6874 3.3544,-7.3955 4.1996,-11.6989 0.7948,-4.0386 5.5595,-10.9644 -1.4999,-11.3989 -4.1192,-0.2533 -8.7951,-1.1563 -13.1988,-1.1999 -1.4982,-0.018 -3.1683,-0.8745 -4.4995,-0.2995 -2.3124,0.9999 0.077,1.9605 -3.5997,1.7998 -3.229,-0.1402 -5.8534,-0.6691 -8.9991,-1.4998 -5.7469,-1.5149 -13.298,-4.0257 -17.0984,2.3997 -2.0922,3.5357 -2.065,9.1389 2.6997,10.499 -1.7291,-0.3724 -3.6972,-0.718 -5.3995,-1.1999 -0.7084,1.9732 1.0071,2.9395 0.8995,4.7996 -0.1048,1.8284 -1.1974,3.3032 -0.8995,5.0995 0.048,0.3091 -0.1678,0.5644 0,0.8994 1.2471,2.5 5.0065,-0.7996 6.8994,-0.2994 -2.9285,4.9373 -2.3001,1.3527 -7.4993,2.0997 -0.03,-0.8831 -0.9561,-1.3262 -1.1999,-2.0997 -0.3657,-1.1605 -0.2303,-2.5632 -1.4999,-3.2997 -0.7928,1.3507 -2.516,2.3771 -4.1995,3.5996 -0.7449,0.5404 -1.3909,1.1784 -2.0998,1.7998 -2.5477,2.2332 -4.6183,5.0196 -6.8994,5.9995 -3.3422,1.4345 -5.607,3.2811 -8.6992,5.0995 -2.6488,1.5595 -6.2118,1.492 -8.3992,3.8996 3.2201,-5.2825 -8.3592,-3.1967 -10.499,-2.6997 0.8898,-2.3243 8.6794,-6.0798 11.099,-5.9994 2.6428,0.086 6.3553,2.7637 6.5993,-2.3998 0.03,-0.67 0.6192,-0.7152 0.8995,-1.1999 -1.7939,-0.2467 -3.2148,-1.1307 -6.8994,-3.5997 -4.0021,-2.6817 -7.9631,-8.6276 -11.3989,-15.2985 -3.4358,-6.6709 -6.3306,-14.0387 -8.0992,-19.1982 -1.7687,-5.1595 -1.2073,-9.4585 -0.8995,-13.4987 0.3072,-4.0403 0.214,-7.801 -2.9997,-11.9989 -3.2134,-4.1979 -10.3165,-5.5993 -17.3983,-7.1993 -7.0819,-1.6 -14.1142,-3.3864 -17.0984,-7.7993 -2.9843,-4.4129 -4.6,-7.5839 -4.7996,-11.3989 -0.077,-1.4433 1.1327,-4.0084 1.4999,-5.6995 -1.6882,-1.4804 -2.6944,-2.4668 -5.0995,-2.0998 z m 91.1914,93.2912 c 1.5537,-1.3416 2.434,-3.6389 4.1995,-4.7996 h -1.1998 c -1.2247,0.409 -2.4861,1.1263 -3.2997,2.0998 0,0.1134 -0.3091,0.195 -0.2995,0.2995 -0.6863,0.9129 -0.999,2.164 -1.1999,3.2997 0.743,-0.1803 1.282,-0.4531 1.7998,-0.8994 z m -0.2995,-2.6998 c 1.7855,-2.1101 2.8756,-4.8797 5.0995,-6.5993 1.3065,-1.0119 2.0131,-3.6283 -0.6,-2.6998 -2.7356,0.974 -4.5603,6.4036 -4.4995,9.2991 z m 25.4976,-51.5951 c -1.2947,0.8188 -1.4571,1.9961 -0.6,3.2997 1.3571,-0.8006 1.5196,-1.9783 0.6,-3.2997 z m -2.9998,4.4996 c -1.7646,0.2044 -3.2801,1.4747 -2.6997,3.5996 2.1369,-0.067 4.7793,-0.8524 4.4996,-3.5996 -0.5673,-0.1652 -1.2116,-0.067 -1.7999,0 z m -0.8994,5.9994 c -2.4611,0.9882 -4.0774,5.7747 -2.0998,7.7993 1.2024,-0.9703 6.987,-5.3423 4.7995,-7.1993 -0.8735,-0.7421 -1.8793,-0.9292 -2.6997,-0.6 z m -5.3995,1.7998 c -1.3333,2.6042 -3.9444,9.6449 -0.8994,10.499 2.1577,-3.1993 3.8552,-7.1657 0.8994,-10.499 z m 5.6995,6.2995 c -1.1218,0.2916 -1.7963,1.4542 -2.0998,2.6997 -1.5173,0.5471 -2.9295,1.0484 -3.2997,2.3998 -0.7171,2.622 5.7619,3.1181 7.1993,3.2997 2.0773,4.2023 6.0553,-2.4051 7.7993,-4.1997 4.5534,-4.6902 -3.4847,-3.7854 -5.9995,-2.9997 -1.241,0.3869 -3.2856,0.6537 -5.0995,1.1999 1.0884,-0.5567 1.9116,-1.4403 2.6998,-2.3997 -0.4522,-0.067 -0.8265,-0.097 -1.1999,0 z m -9.8991,3.8996 c -0.9736,0.5183 -1.309,2.9036 0.2995,4.4996 2.86,2.1189 3.0343,-0.8189 2.0998,-2.6998 -0.8092,-1.6261 -1.8156,-2.1107 -2.3998,-1.7998 z m -5.1005,2.9997 c -0.7823,0.1756 -1.5358,0.7526 -2.0998,1.4999 0.067,0.4281 -0.067,0.7717 0,1.1998 1.6815,-0.2113 3.324,-0.8821 4.4996,-2.0998 -0.7996,-0.5893 -1.6171,-0.7756 -2.3998,-0.5999 z m 26.9975,0.2995 c -1.1464,-6e-4 -2.3861,0.2929 -3.2997,1.1999 -3.0683,4.7052 4.5095,3.8003 6.8994,2.9997 3.1628,-1.0602 -0.1605,-4.1978 -3.5997,-4.1996 z m -24.2977,1.4998 c -0.5049,-0.018 -1.1271,0.1295 -1.4999,0.2995 -3.0505,1.3869 -8.9948,5.5929 -2.3997,6.8994 1.5773,-1.7083 3.831,-2.7824 5.3994,-4.4996 1.4732,-1.6182 0.018,-2.6263 -1.4998,-2.6997 z m -10.499,3.5997 c -3.0952,1.622 -4.3669,5.6427 -5.3995,8.6992 2.2202,-1.4851 8.2744,-5.4315 5.3995,-8.6992 z m 2.6997,3.8996 c -1.7511,0.4992 -2.4226,4.5629 -1.7998,6.2994 0.9612,-2.107 1.4265,-4.5275 3.8996,-5.3995 -0.8322,-0.8264 -1.5161,-1.0662 -2.0998,-0.8994 z m 5.3995,2.0999 c -2.7767,0.2053 -3.0478,3.2007 -4.1996,5.0995 1.8183,-0.9643 5.5924,-2.2842 4.1996,-5.0995 z m -3.8996,0.5999 c -1.5298,0.7055 -2.323,2.1497 -2.0998,3.8996 1.7261,-0.5174 2.8497,-1.9771 2.0998,-3.8996 z m -7.4993,2.9997 c -3.3653,-0.1247 -7.1431,5.6738 -7.7993,8.3992 -0.6402,2.6665 0.5789,5.7345 -2.0998,7.4993 -2.9017,1.9076 -5.1264,4.988 -3.5997,8.6992 3.3828,-0.8294 9.5498,-5.7272 13.4988,-11.099 -0.9081,1.3359 -1.8193,2.7928 -1.7999,4.4996 2.9801,-1.0434 5.2938,-5.0607 3.8997,-8.0992 1.3892,-2.7301 1.8985,-5.532 0.8994,-7.4993 -0.8649,-1.7039 -1.8779,-2.3583 -2.9997,-2.3998 z m 81.8922,1.7998 v 2.3998 c 2.2619,1.0327 0.086,-2.2867 0,-2.3998 z m -15.8985,12.5988 c -0.5116,-0.1199 -1.1851,0.3725 -1.4998,2.0999 4.3481,4.2588 3.0357,-1.7404 1.4998,-2.0999 z m -87.5917,8.3993 c -1.7504,0.2717 -3.4287,1.4291 -3.8996,3.2996 2.1428,-0.4252 4.1608,-1.8027 5.6994,-3.2996 -0.5903,-0.086 -1.2164,-0.086 -1.7998,0 z m 5.6995,1.4998 c -2.3805,-0.3561 -5.1639,1.9327 -4.1996,4.4996 1.738,-1.9434 4.4155,-1.2825 6.2994,-2.9997 -0.4973,-0.815 -1.3063,-1.3811 -2.0998,-1.4999 z"
           style="fill:#290000;fill-opacity:1;stroke:none;stroke-width:0.18887949;stroke-miterlimit:1;stroke-dasharray:none" /><path
           inkscape:connector-curvature="0"
           id="path20424"
           d="m 2440.9195,2068.1882 c 3.7768,8.2494 -3.9783,18.6398 -12.2988,31.1971 -2.638,3.9812 -7.5949,16.9922 -10.1991,20.998 -1.8452,2.8392 -4.1441,3.4942 -6.5993,5.6995 -1.738,1.5594 -5.0923,-0.6941 -7.1993,0.2994 1.3809,-3.9373 -5.8886,-1.9272 -7.7993,-2.0998 -1.5505,-0.1401 -3.3413,-2.0093 -4.7996,-1.1999 -5.7825,2.0726 -7.5877,6.1579 -8.6991,5.0996 -2.6042,-1.4196 -4.9935,-1.4009 -7.4993,-3.2997 -1.9375,-1.4673 -3.7722,-2.4431 -5.0995,-4.4996 -1.0685,-1.6547 -0.6163,1.0321 -1.4999,0.2995 -0.9975,-0.8274 -1.4516,-0.9311 -2.0998,-1.4999 -0.3676,1.6911 -1.5754,4.2562 -1.4999,5.6995 0.1997,3.815 1.8153,6.986 4.7996,11.3989 2.9842,4.4129 10.0165,6.1993 17.0984,7.7993 7.0818,1.6 14.1849,3.0014 17.3983,7.1993 3.2134,4.1979 3.3071,7.9586 2.9997,11.9989 -0.3071,4.0402 -0.8687,8.3392 0.8995,13.4987 1.7686,5.1595 4.6634,12.5273 8.0992,19.1982 3.4358,6.6709 7.3968,12.6168 11.3989,15.2985 3.6846,2.469 5.1055,3.3535 6.8994,3.5997 1.3248,-2.2893 4.401,-3.3984 4.1996,-5.6995 -0.1554,-1.7581 1.2319,-2.7842 1.4998,-4.1996 0.4905,-2.5908 0.3734,-5.2992 2.3998,-7.7992 3.3809,-4.1726 5.2814,-8.9412 9.2991,-12.5989 3.2529,-2.9582 6.9944,-5.3599 9.8991,-8.6991 2.1428,-2.4672 3.0407,-5.4267 4.7995,-8.0993 1.1608,-1.7648 3.5984,-2.9418 4.1997,-5.0995 1.1636,-4.1933 6.1152,-6.7152 8.9991,-9.5991 -1.3214,-1.247 -3.0943,-1.382 -4.7996,-0.8994 6.5594,-2.9315 7.8712,-11.8588 0.2996,-14.9986 -2.2837,-0.9465 -4.4639,-1.7404 -6.5994,-2.6997 2.8285,-1.6503 1.5336,-4.2297 0,-6.2994 -3.0648,1.4193 -1.7341,4.2849 -0.2995,6.2994 -0.863,-0.4425 -2.1543,-0.067 -2.6998,-1.1999 -0.9821,-2.0446 -1.6806,-5.5294 -4.7995,-4.4996 4.0385,-3.3184 -1.3545,-14.1091 -2.6998,-17.6983 -3.2945,-8.7766 -4.4466,-18.5672 -4.1996,-27.8974 -1.7826,1.4434 -1.7307,3.9221 -2.0998,5.9994 0.7113,-7.0593 -0.3935,-13.6687 -6.8993,-17.6983 -2.4553,2.7678 -0.077,6.2135 0.8994,8.9992 -1.1756,-1.2827 -5.4287,-10.5817 -5.6994,-12.2989 z m 26.6975,58.1945 c -1.0802,0.01 -1.0446,0.8169 0,2.3998 0.4972,-0.7142 1.0028,-1.6855 1.4998,-2.3998 -0.596,-0.1708 -1.1397,0 -1.4998,0 z"
           style="fill:#290000;fill-opacity:1;stroke:none;stroke-width:0.18887949;stroke-miterlimit:1;stroke-dasharray:none" /><path
           inkscape:connector-curvature="0"
           id="path20342"
           d="m 2522.8118,2318.0646 c -2.0147,4.1562 -3.0094,8.6278 -2.9997,13.4987 0.01,6.075 0.3753,12.1391 -2.0998,16.1985 -2.4752,4.0594 -5.8852,5.1655 -9.2992,6.5994 -3.414,1.4339 -6.8803,3.1663 -9.2991,7.7992 -2.4188,4.633 -1.0642,10.0549 0,16.4985 1.0642,6.4436 1.7992,13.7433 -2.0998,22.4978 -1.9495,4.3773 -5.5415,8.6623 -10.199,12.8988 -4.6576,4.2366 -10.2728,8.5809 -15.8985,12.8988 -2.6993,2.0717 -5.1735,4.1712 -7.7993,6.2994 l 9.2991,0.8995 c 0,0 -3.4438,4.6602 -6.8993,11.0989 -3.4555,6.4387 -6.8932,14.6745 -7.4993,21.8979 -0.6057,7.2234 -0.359,19.2472 1.4999,29.6972 0.9291,5.225 2.1262,10.2482 3.8996,13.7987 1.7734,3.5505 4.1296,5.7775 6.8994,5.9995 2.7697,0.2217 3.9583,-0.5808 4.4995,-1.7999 0.5414,-1.2187 0.3657,-2.7144 0,-4.4996 -0.3657,-1.7851 -0.9484,-3.922 -0.8994,-5.3994 0.048,-1.4774 0.6143,-2.4044 2.3997,-2.6998 3.5704,-0.5903 6.4352,4.6217 9.2992,9.8991 2.864,5.2774 5.775,10.7063 9.2991,10.799 3.5241,0.096 4.7082,-2.5802 5.6995,-5.0996 0.9912,-2.5193 1.9827,-5.0786 4.7995,-5.3995 2.8168,-0.3205 5.2246,1.785 7.7993,4.1997 2.5746,2.4146 5.3253,5.3318 8.6991,6.2994 6.7476,1.9351 13.8993,3.113 22.4979,0 4.2993,-1.5565 9.7096,-4.2507 14.3986,-7.7993 4.6891,-3.5486 8.8207,-8.0382 10.4991,-12.8988 1.6784,-4.8606 -0.5107,-9.4473 -2.6998,-14.0987 -2.1893,-4.6513 -4.4952,-9.3086 -3.5996,-14.6986 0.8956,-5.39 6.2623,-11.1377 11.0989,-16.4984 2.4183,-2.6804 4.8589,-5.36 6.2994,-7.7993 1.4405,-2.4392 2.0458,-4.5571 1.1999,-6.5993 -1.6918,-4.0845 -4.2675,-3.9439 -7.1993,-3.2997 -2.9319,0.6441 -6.2291,1.7147 -9.2991,-0.8995 -3.0701,-2.6146 -6.0987,-7.2904 -8.3992,-12.5988 -2.3006,-5.3084 -3.8052,-11.1908 -3.8997,-16.1985 -0.096,-5.0076 3.4662,-10.3279 6.5994,-14.9985 3.1332,-4.6707 5.732,-8.8942 3.5997,-11.9989 -2.1324,-3.1047 -4.9107,-2.1091 -7.7993,-0.8994 -2.8886,1.2092 -5.8967,2.6319 -8.6992,0.8994 -2.8024,-1.732 -5.1479,-4.7249 -6.8993,-8.3992 -1.7515,-3.6742 -2.8021,-7.8164 -3.2997,-11.9989 -0.9953,-8.3649 5.9679,-19.2471 5.9994,-26.9974 0.018,-3.8752 0.3465,-7.1306 0,-10.199 -0.3465,-3.0685 -1.1484,-5.9978 -3.8996,-8.3992 -2.7512,-2.4016 -8.3836,-0.2075 -13.4987,1.1998 -0.7795,0.214 -1.367,0.1393 -2.0998,0.2995 z"
           style="fill:#290000;fill-opacity:1;stroke:none;stroke-width:0.18887949;stroke-miterlimit:1;stroke-dasharray:none" /><path
           inkscape:connector-curvature="0"
           id="path20363"
           d="m 2131.6487,2420.055 c -8.7372,1.662 -19.8494,1.122 -26.0975,3.8996 -3.4454,1.5316 -2.1415,3.6903 -2.0998,5.6994 0.038,2.0092 -1.4105,3.7623 -10.499,4.4996 -4.5442,0.3686 -9.8141,-1.6546 -15.8985,-5.0995 -6.0844,-3.4449 -12.7291,-8.225 -19.7981,-13.4987 -14.138,-10.5475 -29.9519,-22.8435 -44.6958,-28.7973 -7.372,-2.9769 -15.612,-4.7964 -24.2977,-5.9994 -8.6858,-1.2031 -17.6571,-1.7944 -26.3975,-2.6998 -7.5796,-0.7852 -14.8612,-2.0021 -21.598,-3.5996 -0.5807,0.8495 -1.5941,1.1525 -2.3998,2.6997 1.1519,2.717 9.7885,7.6828 5.3995,10.1991 4.3958,2.8719 3.4751,7.2216 6.2994,10.7989 1.2262,1.5565 3.5687,2.4937 4.1997,4.4996 0.5922,1.8869 0.9589,3.0205 2.3997,4.4996 6.7588,6.9372 8.6764,9.1754 2.3998,17.3983 5.3957,2.8214 13.9668,-0.038 18.8982,4.1996 2.7529,2.366 5.9662,8.2907 4.7996,11.9989 6.8599,0.863 16.8069,2.6743 22.7978,-2.0998 4.0284,-3.2102 9.1582,-12.1108 14.0987,-12.5988 -0.4704,1.9256 -2.3071,2.9508 -1.1999,5.0995 0.6998,0.8275 0.9624,1.6522 0.8994,2.6998 -1.1161,3.235 -1.6088,3.9883 -1.4998,7.7992 0.2131,7.4439 0.5394,16.1516 1.4998,23.9978 2.1547,-1.8929 4.5965,1.4837 6.5994,2.0998 3.3601,1.0356 6.5081,-2.8173 9.5991,-2.9997 4.8888,-0.289 14.455,1.2858 20.998,1.4998 2.4815,0.077 5.9703,0.1122 5.6995,1.1999 -1.0195,4.0944 3.9771,1.4895 5.0995,1.1999 3.4775,-0.8976 6.6551,-2.8159 7.1993,-5.9995 0.408,-2.3879 2.6757,-5.0971 5.6995,-4.7995 1.9077,0.1842 5.4768,1.4866 5.9994,-1.7998 0.3753,-2.3582 4.7518,-5.3537 6.2994,-5.3995 6.7745,-0.1997 7.3572,-3.9547 12.2988,-9.5991 2.9297,-3.3463 10.7857,-4.3369 15.2986,-5.0995 0.9753,-0.1652 1.8067,0.086 2.6998,0 l 9.2991,-15.8985 z"
           style="fill:#290000;fill-opacity:1;stroke:none;stroke-width:0.18887949;stroke-miterlimit:1;stroke-dasharray:none" /><path
           inkscape:connector-curvature="0"
           id="path20358"
           d="m 2131.6487,2420.055 -9.2991,15.8985 c 2.8801,-0.2774 5.5551,-0.552 8.6992,-0.2995 1.6458,0.1306 2.3057,-2.0653 3.2997,-2.9997 4.0922,2.8302 3.8211,9.6731 2.9997,14.0986 -0.4281,2.3125 -1.6019,4.5542 -1.4999,7.1993 0.048,1.3188 0.2226,3.9179 0.6,5.9995 0.4387,2.4177 3.5526,2.6697 3.2997,4.7995 -0.3101,2.6082 -2.2546,4.3375 -2.0998,6.8994 0.2726,4.5168 5.1355,8.0742 5.0995,12.2988 -0.018,1.9405 2.4776,1.7587 3.5997,2.9997 1.5416,1.7113 0.7228,5.4317 3.2996,5.6995 2.628,0.2735 8.3039,4.0584 9.8991,6.2994 3.3839,4.7528 3.979,5.1411 10.199,6.5994 5.4284,1.2767 6.9508,-2.6209 12.2989,0.8994 2.0595,1.3512 3.5667,4.6538 6.5994,3.2997 2.5773,-1.1488 3.2057,-1.6521 5.0995,0.8994 1.4575,1.9642 1.3247,4.6594 4.7995,6.2994 1.488,0.7027 3.3627,0.6403 4.4996,1.1999 1.6217,0.7987 5.3839,3.7538 7.1993,3.8996 2.0149,0.1605 3.2788,-0.836 4.7996,1.1999 1.3898,1.8661 5.1666,8.3754 8.0992,8.3992 3.6126,0.03 0.5443,0.7324 12.2988,-0.5999 1.4994,-0.1699 4.7678,2.4804 7.1994,3.5997 1.275,-2.0183 2.7309,-3.341 3.8996,-5.3995 5.2869,-9.3123 9.1972,-18.6741 9.2991,-24.8977 0.1018,-6.2235 -2.0602,-8.7795 -4.1996,-10.499 -2.1395,-1.7195 -4.1105,-2.6118 -3.8996,-5.9994 0.2113,-3.3876 3.2603,-8.2082 6.2994,-11.9989 3.039,-3.7907 5.9994,-6.5994 5.9994,-6.5994 l -39.2963,-6.2994 v -47.9954 c -5.8755,0.01 -12.4773,0.6066 -16.4984,-1.4999 -6.3613,-3.333 -9.2194,-8.9878 -11.3989,-14.3986 -2.1796,-5.4109 -3.4288,-10.4804 -6.8994,-12.2989 -3.4705,-1.8184 -5.7811,-2.7262 -7.7992,-2.6997 -2.0183,0.03 -4.0149,0.9874 -6.8994,2.6997 -2.8845,1.7123 -4.1435,5.9926 -5.6995,10.499 -1.5559,4.5065 -3.3408,9.3644 -6.5993,12.2989 -6.517,5.8689 -15.6074,7.7269 -24.5977,10.199 -0.839,0.2304 -1.8008,0.1286 -2.6998,0.2995 z"
           style="fill:#290000;fill-opacity:1;stroke:none;stroke-width:0.18887949;stroke-miterlimit:1;stroke-dasharray:none" /><path
           inkscape:connector-curvature="0"
           id="path20356"
           d="m 2274.7352,2174.6782 c -6.8325,0.9778 -14.5937,1.1582 -18.8982,3.8996 -3.5171,2.2398 -5.5785,5.2538 -6.8993,8.3992 -1.3209,3.1454 -1.7286,6.4329 -2.0998,9.5991 -0.3715,3.1662 -0.8313,6.0968 -1.4999,8.3992 -0.6681,2.3023 -1.6875,3.9457 -3.8996,4.4996 -2.2121,0.5538 -4.0047,0.058 -5.3995,-1.1999 -1.3949,-1.2565 -2.2442,-3.2545 -3.2997,-5.0995 -1.0555,-1.8451 -2.1057,-3.5876 -3.2997,-4.7996 -1.194,-1.212 -2.6892,-1.8426 -4.4996,-1.1999 -1.8104,0.6432 -2.4433,2.2628 -2.6997,4.4996 -0.2563,2.2368 -0.2101,5.0302 0,7.7993 0.2101,2.769 0.4118,5.5598 0,7.7992 -0.4118,2.2394 -1.1788,3.8517 -3.2997,4.4996 -4.2419,1.2959 -7.8691,0.2524 -11.099,-2.9997 -3.2298,-3.2517 -6.1487,-8.4593 -9.599,-15.2986 -3.4504,-6.8392 -2.2499,-18.9459 -1.4999,-31.197 0.3753,-6.1256 0.5779,-12.3219 0,-17.9983 -0.5779,-5.6765 -1.9331,-10.6728 -4.7995,-14.6986 -2.8665,-4.0259 -6.4516,-7.2277 -10.4991,-9.5991 -2.672,-1.5655 -5.7525,-2.5007 -8.6991,-3.5997 -0.242,0.431 0.03,0.4041 -0.2995,0.8995 -0.672,1.0097 -6.0174,3.8721 -7.4993,4.4995 -3.4504,1.461 -5.0174,1.5187 -5.9994,5.3995 -1.2441,4.9344 -4.0519,6.267 -6.5994,10.499 0.1785,-4.6457 -4.2734,-1.3934 -5.9995,0.2995 -2.4284,2.3809 -4.3089,2.9646 -7.4993,4.1996 -3.8153,1.4762 -4.7149,3.1626 -6.8993,6.2994 -1.2827,1.8452 -4.7863,7.4118 -6.8993,8.0993 -1.275,-2.3274 3.2759,-12.373 -5.3995,-8.0993 -4.3732,2.1543 -8.1292,6.2157 -13.7987,3.5997 -4.2202,-1.9494 -6.0999,-6.0761 -9.2991,-9.2991 -2.6191,-2.6397 -2.0722,-0.9129 -5.3995,-0.2995 -2.378,0.4377 -1.6338,-2.2932 -1.4999,-3.5997 0.5692,-5.5505 0.622,-8.4053 -1.7998,-14.0987 -1.2195,-2.8662 -3.6826,-8.8165 -8.6992,-4.7995 -2.7354,2.1903 -4.6039,5.9294 -7.7993,7.4993 -3.7443,1.8395 -2.6222,-7.4804 -7.1993,-4.4996 -1.2408,0.8083 -0.718,3.5651 -0.8994,4.4996 -0.3485,1.8035 -3.9448,1.5475 -5.0995,1.4999 -6.5207,-0.2679 -12.6657,-0.2995 -19.1982,-0.2995 -2.7321,0 -10.2246,-2.9447 -12.2989,0.8994 -2.1322,3.952 0.2708,11.6413 0.2995,16.1985 5.4522,-3.0194 15.164,0.598 15.5986,6.8993 0.2794,4.0444 -0.9967,4.8598 -4.4996,2.9997 -3.2018,-3.282 -11.2535,-0.7881 -15.2986,3.5997 -1.5922,2.7291 -1.1999,6.3349 -1.1999,9.2991 0,5.0981 0.2122,9.184 4.4996,13.1987 3.8392,3.5949 6.4447,4.7237 6.5994,9.8991 0.1497,5.0088 3.4193,7.3175 4.4996,11.9989 1.125,4.8689 -0.8323,9.1155 -1.7999,13.7987 -2.2805,11.0404 -3.6817,22.3178 -4.7995,33.5968 -0.8236,8.3079 -2.0705,16.642 -3.2997,24.8976 -0.2679,1.8095 -1.6955,12.0153 -4.7996,6.8994 -0.574,0.717 -1.2224,1.3855 -1.7998,2.0998 -1.1399,-1.5476 -3.4152,-4.0659 -5.3995,-4.4996 -2.319,-0.5068 -2.4945,-1.0001 -4.1996,-0.5999 -4.5744,1.0736 -5.5124,3.0827 -5.9994,3.5996 -3.0322,3.2178 -6.386,3.0426 -10.499,3.8997 -3.4613,0.7199 -8.5026,0.4905 -11.6989,1.7998 -3.4523,1.4166 -5.4129,5.0554 -8.9992,6.2994 -2.7856,0.9643 -2.7906,3.1323 -4.7995,5.0995 -2.2648,2.2172 -6.4766,2.4634 -8.3992,4.7996 -3.732,4.5296 0.358,11.9437 -3.2997,17.0984 -1.8213,2.5653 -3.4587,5.4432 -2.6997,8.6991 0.8303,3.5506 3.1007,8.5901 -0.2995,10.799 -4.7759,3.102 -10.1706,3.5512 -11.6989,10.799 -0.9465,4.4911 3.0522,8.6956 -0.2995,9.2991 -1.5758,0.2842 -1.5872,1.6502 -2.0998,2.3998 6.7367,1.5975 14.0183,2.8145 21.5979,3.5997 8.7405,0.9051 17.7118,1.4966 26.3975,2.6997 8.6858,1.203 16.9257,3.0226 24.2977,5.9994 14.744,5.9538 30.5578,18.2498 44.6958,28.7973 7.0691,5.2737 13.7138,10.0538 19.7982,13.4987 6.0843,3.445 11.3542,5.4681 15.8984,5.0996 9.0886,-0.7373 10.5408,-2.4904 10.499,-4.4996 -0.038,-2.0092 -1.3456,-4.1679 2.0999,-5.6995 6.8908,-3.0633 19.8069,-1.7274 28.7972,-4.1996 8.9903,-2.4721 18.0807,-4.3301 24.5977,-10.199 3.2585,-2.9345 5.0435,-7.7924 6.5994,-12.2989 1.5559,-4.5064 2.8149,-8.7867 5.6994,-10.499 2.8846,-1.7123 4.8812,-2.6732 6.8994,-2.6997 2.0182,-0.03 4.3287,0.8812 7.7992,2.6997 3.4706,1.8185 4.7198,6.888 6.8994,12.2989 2.1796,5.4108 5.0376,11.0656 11.3989,14.3986 4.0212,2.1069 10.623,1.5132 16.4984,1.4999 v -7.4993 l 68.0936,-2.0998 7.1994,-24.2977 c -1.9554,-10.0453 -5.0996,-25.1976 -5.0996,-25.1976 l 49.4939,-115.4886 c 0,0 -8.1553,-2.8335 -17.6983,-6.8994 -9.543,-4.0659 -20.3858,-9.1507 -25.4976,-13.4987 -5.1118,-4.348 -8.6442,-7.0308 -11.3989,-10.499 -2.7548,-3.4683 -4.78,-7.9246 -7.1994,-16.4985 -1.4195,-5.0305 -2.5175,-12.0168 -3.8996,-18.2982 z"
           style="fill:#290000;fill-opacity:1;stroke:none;stroke-width:0.18887949;stroke-miterlimit:1;stroke-dasharray:none" /><path
           inkscape:connector-curvature="0"
           id="path20324"
           d="m 2247.7378,2047.4902 c -0.5875,-0.01 -1.4332,0.1074 -2.0998,0.2995 -3.2817,0.9455 -6.0463,0.4089 -9.2992,0.8994 6.8675,8.8929 -2.7782,12.0558 -5.3994,16.7984 -1.6166,2.9249 -4.5159,1.3922 -6.8994,1.1999 -0.5654,-0.048 -5.2688,2.7557 -5.3995,2.9997 -1.8479,3.4558 -11.2122,6.086 -15.2985,7.4993 -2.5983,0.8985 -4.9608,-3.3386 -7.4993,-0.2995 -1.744,2.0863 -4.8019,1.1364 -5.9995,2.9997 -1.9677,3.0618 1.506,10.3859 -2.3997,11.099 -5.9749,1.0909 -9.2013,-16.1226 -13.4988,-8.3992 -0.9215,1.6565 -4.1319,-1.0336 -9.599,-0.2995 -3.3206,0.4454 -4.5826,-0.286 -5.0996,-3.2997 -0.7401,-4.3145 -6.733,-2.12 -9.5991,-2.3998 -2.0952,-0.2053 -3.165,-3.0514 -5.0995,-3.8996 -2.8243,2.8362 3.2507,9.4983 5.0995,11.3989 3.2339,3.3243 6.3605,6.3285 6.2994,10.499 -0.1458,9.9527 1.9894,12.3193 4.1997,18.2983 0.4396,1.1903 -0.814,5.369 0.2994,6.2994 1.8971,1.5842 6.0341,1.7849 8.3992,1.4999 4.4335,-0.5347 6.6718,0.765 3.8997,5.6994 2.9466,1.099 6.0271,2.0342 8.6992,3.5997 4.0474,2.3714 7.6325,5.5732 10.499,9.5991 2.8664,4.0258 4.2214,9.0221 4.7995,14.6986 0.5779,5.6764 0.3753,11.8727 0,17.9983 -0.7497,12.2511 -1.9504,24.3578 1.4999,31.197 3.4503,6.8393 6.3692,12.0469 9.5991,15.2986 3.2298,3.2517 6.8571,4.2956 11.0989,2.9997 2.1209,-0.6479 2.8881,-2.2602 3.2997,-4.4996 0.4118,-2.2394 0.2101,-5.0302 0,-7.7992 -0.2101,-2.7691 -0.2562,-5.5625 0,-7.7993 0.2563,-2.2368 0.8889,-3.8568 2.6998,-4.4996 1.8103,-0.6431 3.3055,-0.01 4.4995,1.1999 1.1941,1.212 2.2442,2.9545 3.2997,4.7996 1.0555,1.845 1.9049,3.843 3.2997,5.0995 1.3949,1.2564 3.1874,1.7537 5.3995,1.1999 2.2121,-0.5539 3.2313,-2.1973 3.8996,-4.4996 0.6681,-2.3024 1.1287,-5.233 1.4999,-8.3992 0.3715,-3.1662 0.7785,-6.4537 2.0998,-9.5991 1.3208,-3.1454 3.3822,-6.1594 6.8993,-8.3992 4.3045,-2.7414 12.0657,-2.9218 18.8982,-3.8996 -0.9734,-4.4246 -2.4506,-7.8184 -2.6997,-12.8988 -0.1958,-4.0054 0.6585,-8.4675 1.1999,-12.8988 -1.7359,-0.7602 -3.9069,0.1372 -5.0995,-2.0998 -1.7813,-3.3414 -5.1383,-8.496 -9.5991,-8.9991 0.2916,-0.7142 0.6172,-1.3856 0.8994,-2.0999 -3.7023,0.2851 -0.4761,-8.3256 -3.2997,-11.0989 -3.946,-3.8754 -4.9019,-9.2987 -4.1996,-15.2986 0.4761,-4.0445 2.6384,-7.1526 3.5997,-11.0989 0.5241,-2.1518 0.6642,-4.3084 1.1999,-6.2994 0.5356,-2 7.1756,-8.6794 5.6994,-11.099 -1.3333,-2.1844 -2.27,-3.8947 -3.2997,-6.2994 -0.6335,-1.4821 1.0414,-3.7588 0.2995,-4.4995 -3.3346,-3.3317 -9.7676,-1.8813 -9.2991,-4.4996 0.9119,-5.097 5.8587,-9.2593 2.0998,-14.9986 -1.3274,-2.0267 -2.7366,-2.9565 -4.4996,-2.9997 z"
           style="fill:#290000;fill-opacity:1;stroke:none;stroke-width:0.18887949;stroke-miterlimit:1;stroke-dasharray:none" /><path
           sodipodi:nodetypes="ccccccccccccscccccccscccccccccccccccsccscscc"
           inkscape:connector-curvature="0"
           id="path20509"
           d="m 2476.3162,2502.2472 c -1.7852,0.2955 -2.3509,1.2224 -2.3998,2.6997 -0.048,1.4774 0.5337,3.6144 0.8994,5.3995 0.3658,1.7852 0.5414,3.2809 0,4.4996 -0.4358,0.9806 -1.8395,1.3749 -3.5996,1.4999 -0.086,1.1396 -0.2218,2.1511 -0.2995,3.2996 -0.5673,8.3734 -0.8543,16.8894 -1.7999,24.8977 -0.9455,8.0083 -2.5661,15.4361 -5.0995,21.598 -5.0667,12.3236 -14.008,22.1342 -22.1979,31.197 -4.0948,4.5315 -8.0939,8.8572 -11.0989,13.1988 -3.005,4.3415 -5.0316,8.6301 -5.6995,13.1987 -1.3357,9.1373 -1.4907,15.4985 0.2995,21.298 1.7907,5.7995 5.4591,11.1718 11.9989,17.9983 6.5398,6.8265 17.5628,12.8914 29.9971,17.3984 4.1133,1.4909 8.3203,1.3307 12.5989,2.3997 0.077,-0.1901 0.2235,-0.4118 0.2994,-0.5999 2.5601,-6.2802 5.3655,-11.427 8.6992,-14.9986 6.6675,-7.1431 12.3968,-11.0541 17.6984,-13.1988 5.3015,-2.1446 10.1938,-2.5321 15.2985,-3.2996 5.1047,-0.7679 9.2516,0.8697 13.1988,2.3997 3.9471,1.5301 7.5585,2.7306 11.3989,1.4999 3.8404,-1.2307 7.1058,-3.0552 9.899,-5.6995 2.7933,-2.6442 5.1238,-6.1177 6.5994,-10.7989 1.4756,-4.6813 -0.3196,-10.4307 -2.3998,-16.4985 -2.0797,-6.0678 -4.5593,-12.2111 -3.8996,-18.2983 0.6595,-6.0871 2.3494,-13.9402 4.7996,-20.698 2.4501,-6.7578 5.6315,-12.4775 9.599,-14.3986 3.9676,-1.9212 5.4346,-0.7574 6.8994,0.8994 1.4648,1.6574 3.1983,3.8858 7.7993,3.2997 0.067,-0.01 0.236,0.01 0.2995,0 0.03,-0.3043 -0.03,-0.5951 0,-0.8995 1.1745,-11.5649 1.6973,-22.7285 -0.2995,-32.0969 -1.9973,-9.3685 -5.1121,-16.71 -8.9992,-23.3978 -2.441,-4.2 -5.7213,-8.4424 -8.6992,-12.5988 -1.9379,4.2943 -5.086,8.5104 -9.2991,11.6989 -4.689,3.5486 -10.0994,6.2427 -14.3986,7.7992 -8.5986,3.1131 -15.7503,1.9352 -22.4979,0 -3.3738,-0.9676 -6.1245,-3.8847 -8.6992,-6.2994 -2.5746,-2.4146 -4.9825,-4.5202 -7.7992,-4.1996 -2.8168,0.3206 -3.8084,2.8801 -4.7996,5.3995 -0.9912,2.5194 -2.1753,5.1922 -5.6995,5.0995 -3.524,-0.096 -6.4351,-5.5215 -9.2991,-10.7989 -2.864,-5.2774 -5.7287,-10.4898 -9.2991,-9.8991 z"
           style="fill:#290000;fill-opacity:1;stroke:none;stroke-width:0.18887949;stroke-miterlimit:1;stroke-dasharray:none" /><ellipse
           ry="12.596468"
           rx="12.59643"
           style="clip-rule:evenodd;opacity:1;fill:#290000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.88879466;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           cy="2584.8267"
           cx="2541.1733"
           id="xk_-0-9-1-6-8-8-9" /></g><g
         style="stroke:none;stroke-width:1.88928318;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
         id="ca"
         transform="matrix(0.35291528,0,0,0.35281976,105.47904,-16.303449)"><g
           style="stroke:none;stroke-width:1.88928318;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           id="g10435"><path
             style="fill:#290000;fill-opacity:1;stroke:none;stroke-width:1.88928318;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
             d="m 1947.1862,650.66441 -155.3853,1.49986 -60.2943,66.29373 -102.8903,207.2804 h 126.888 l 2.0998,-5.0995 0.6,-6.29941 c 0.5922,-0.63412 1.5271,-0.63739 2.3997,-0.29996 l 41.0962,-89.0916 191.3819,-93.29116 c -0.2238,-0.0789 -0.3456,-0.23392 -0.6,-0.29999 -3.0445,-0.79165 -6.2573,-1.29026 -9.2991,-2.0998 -9.8509,-2.62492 -16.0364,-8.44753 -26.9975,-6.59937 -9.0949,1.53568 -17.5042,5.8577 -26.6974,6.89934 2.4403,-0.60118 4.7417,-1.74379 6.8993,-2.99971 -5.3569,-0.36898 -9.6654,3.96569 -14.9986,3.59966 7.8748,-2.05947 15.2771,-7.25947 17.0984,-15.59852 1.6815,-7.70812 3.3127,-17.99311 7.1993,-24.89765 2.9494,-5.24092 -2.3287,-1.97771 -5.0995,-3.59966 -2.4791,-1.44936 -6.2729,-0.972 -8.9991,-0.59995 -1.7106,0.23362 -3.4521,0.79182 -4.7996,1.79983 0.2822,-0.39835 0.6345,-0.79105 0.8995,-1.19988 -2.9609,1.8984 -3.7197,-3.73367 -6.2994,-2.69975 0.9128,-0.87256 1.5411,-2.12761 2.0997,-3.2997 -1.3303,-0.52084 -2.5128,-0.86363 -3.8996,-1.19987 1.3333,-0.49109 3.8682,-0.16666 4.7996,-1.49987 1.363,-1.9434 2.9806,-3.64481 5.0995,-4.79954 3.2052,-1.744 3.1877,-7.08727 5.6994,-9.59908 1.2679,-1.26589 8.2441,-7.38798 11.9989,-12.29885 z m -184.7825,152.68558 c 1.5431,0.0845 2.9912,0.55703 4.1996,1.19987 1.9166,1.01783 5.1689,4.48006 7.4992,2.39979 -0.7112,1.83626 -2.1373,18.3191 -2.6997,18.29827 -0.8956,-0.0268 -7.5267,21.18352 -7.1993,23.39777 0.3542,2.37494 1.2518,6.44583 -0.8994,7.49929 -2.4553,1.20532 1.1356,10.15668 0.5999,11.99889 -1.2738,4.36586 -11.8288,10.22302 -9.2991,15.89849 -1.6666,0.33624 -3.1544,-1.72073 -4.4996,-1.19988 -1.7529,0.67558 -2.4574,3.06798 -3.2997,4.49958 -1.6606,2.82426 -6.4632,4.22378 -6.2994,-0.29999 0.1699,-4.69922 6.1438,-11.58325 9.5991,-14.39865 2.625,-2.13979 6.9826,-3.25423 8.3992,-6.59937 -3.4523,-0.2738 -5.4939,3.2597 -8.6992,3.89965 1.7886,-3.17848 13.1806,-7.69776 10.4991,-12.29885 -2.0476,-3.51479 -8.5187,5.75546 -11.099,4.49957 1.1071,-5.07128 8.3994,-7.28223 5.3995,-13.19874 -1.3006,0.86007 -2.9431,1.20283 -4.4996,1.19988 1.5624,-0.51192 2.723,-1.96872 2.9997,-3.59966 -3.7558,-1.45234 -5.7356,4.28283 -8.3992,5.69945 -4.2796,2.27375 -2.1403,-8.22114 -2.6997,-9.59907 -0.768,-0.78867 -1.244,-1.65514 -1.4999,-2.69975 0.5357,-0.44645 0.8678,-1.10345 0.8995,-1.79983 -0.7497,-2.36006 -2.5331,-4.28036 -2.6998,-6.89936 -0.3868,-6.07126 7.7872,-4.26191 10.799,-7.19933 -4.1369,-0.65474 -8.5085,0.0604 -11.6989,-3.29967 4.9136,-4.43738 13.2768,-16.67879 20.0981,-17.09839 1.3184,-0.0806 2.9564,-0.38434 4.4996,-0.29996 z"
             id="CA-MB"
             inkscape:connector-curvature="0" /><path
             style="fill:#290000;fill-opacity:1;stroke:none;stroke-width:1.88928318;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
             d="m 2099.5718,254.10188 c -7.4224,0.65775 -14.4785,2.87349 -21.8979,3.59966 -8.5713,0.83629 -17.2717,0.67713 -25.4976,3.59966 2.5714,2.30946 6.9765,0.82082 9.899,0.29997 4.6844,-0.83626 8.6156,1.46415 13.1988,1.49987 3.857,0.0327 6.9598,-3.2064 10.799,-0.89992 2.8547,1.71338 6.5604,0.96584 9.899,0.29996 l 9.5991,-7.79925 c -2.4935,-0.49772 -4.8975,-0.69786 -5.9994,-0.59995 z m -9.8991,11.39894 c -2.4969,0.0179 -5.1027,0.40651 -7.1993,0.59992 -6.3362,0.58633 -12.8442,1.14869 -19.1982,1.49987 -4.8511,0.27083 -34.8122,-0.37147 -32.9969,9.89907 0.067,0.37196 6.6512,3.15384 7.4993,3.29967 3.6428,0.62502 7.8217,-0.6195 11.399,-1.19987 9.8508,-1.60413 21.9051,1.44975 29.9971,-5.99945 -2.0297,-1.85706 -4.7946,-1.13738 -7.1993,-1.19988 2.5922,-4.43142 10.8677,-2.32115 14.9986,-2.99971 l 4.7995,-3.59966 c -0.6901,-0.0768 -1.3679,-0.30535 -2.0998,-0.29996 z m -109.4896,11.39891 c -4.068,0.31285 -8.5402,1.52725 -10.799,1.19988 0.8092,0.45838 1.6409,0.95818 2.3998,1.49987 -1.5208,1.43448 -9.6394,1.77367 -11.6989,1.49987 -5.3213,-0.71129 -10.2089,-1.19158 -15.5986,-0.89992 -12.9996,0.69938 -24.5361,6.27426 -37.1964,8.3992 -10.9729,1.84221 -21.1038,5.44988 -31.797,8.3992 -5.732,1.58032 -11.883,0.95462 -17.6984,1.79983 -6.592,0.95828 -12.5382,4.16911 -18.8982,5.99945 3.1934,-0.30056 6.4028,-1.5171 9.5991,-1.79983 -2.86,0.83625 -2.86,1.16479 0,0.89991 -2.2767,1.12494 -4.8184,2.13366 -7.1993,2.99971 4.5862,3.34217 11.4153,-1.95048 16.4984,-0.89991 3.2648,0.67855 5.1481,2.05824 8.9992,0.59992 3.1279,-1.18744 5.279,-4.50437 8.9991,-3.59963 -0.7381,0.61605 -1.4093,1.43017 -2.0998,2.09979 0.7113,0.43454 1.3826,0.77724 2.0998,1.19988 -1.4672,0.91363 -2.9669,1.89917 -4.4995,2.69975 2.1844,1.0952 4.2637,-0.94168 6.2994,0.59995 2.0416,-0.36008 11.4244,-1.1533 11.9989,-3.59966 0.476,-2.02673 7.4056,-6.02028 9.599,-5.99945 -0.3542,1.67257 -1.0254,3.16926 -2.0998,4.49958 3.0803,0.21428 5.9767,-0.76525 8.3992,-2.69975 2.7292,-2.18149 6.7718,-1.18068 9.5991,-3.29967 -0.7794,-0.50894 -1.6081,-1.00881 -2.3997,-1.49987 4.6546,-2.28862 9.272,-0.0711 13.7987,-3.2997 3.7677,-2.68445 7.3103,-1.01464 11.0989,-2.99971 -3.2826,3.98799 -9.3429,6.2279 -14.0987,7.79928 9.3272,6.726 16.1348,-2.63963 25.4976,-2.99974 3.6696,-0.14285 7.48,-0.17083 11.099,-0.89991 2.3005,-0.46431 9.0453,-3.55431 3.8996,-5.3995 2.8303,-1.77373 6.2576,0.17976 9.2991,-0.59992 -1.6011,-0.71724 -2.9366,-2.16158 -3.2997,-3.89962 6.1397,-1.90471 12.8627,-0.98132 18.8983,-3.2997 -0.9688,-4.13828 -4.6312,-4.81243 -8.6992,-4.49958 z m 12.8988,11.6989 c -4.0513,0.39615 -8.0571,1.65689 -10.4991,3.29967 3.1458,0.28571 6.21,0.15 9.2992,0.89992 4.0892,-0.42264 8.1365,0.0431 11.6989,-2.39976 -2.5669,-1.72763 -6.4478,-2.19604 -10.499,-1.79983 z m 62.0941,5.99942 c -2.6045,0.97057 -5.2662,1.82143 -7.7993,2.39978 -3.1993,0.72915 -7.3694,-0.23719 -9.899,2.39979 0.9551,2.77001 4.0082,2.80569 6.5993,3.59966 z m -82.7922,1.1999 c -7.6423,0.20684 -17.308,3.08507 -20.0981,5.09951 3.3244,2.45231 10.4375,2.55216 14.3987,2.09982 -5.5386,1.619 -12.0973,0.33692 -17.6984,-0.29999 -8.0385,-0.91066 -12.3584,3.04601 -19.4981,5.09953 3.1159,2.19339 7.602,1.34931 11.0989,0.89991 5.5386,-0.71129 10.9569,0.20297 16.4985,-0.29999 -6.3243,3.03563 -13.9632,1.23437 -20.6981,1.79983 -8.098,0.67858 -15.9836,1.09319 -23.6977,3.89966 3.8361,1.9672 9.05,1.64034 13.1987,1.19987 7.1129,-0.74998 14.8832,-1.62177 21.8979,-2.9997 -17.0233,4.64272 -34.5634,3.14574 -51.2951,8.69916 4.2707,4.94034 12.9264,2.36654 18.2983,1.19991 -0.8035,0.55058 -1.629,1.20755 -2.3998,1.7998 0.7794,0.0682 1.6111,-0.0711 2.3998,0 l 2.0997,-0.29997 c -1.3452,0.69046 -2.6877,1.18206 -4.1995,1.19988 2.1011,1.16961 8.8723,3.46184 9.899,-0.29996 0.3926,-1.44639 5.7167,-0.63977 7.4993,-1.49987 -0.8418,0.57442 -1.3677,1.09152 -2.0998,1.79983 1.9405,2.65469 7.3635,1.56954 9.8991,0.89992 1.6576,-0.43752 11.0636,-5.57035 5.0995,-4.79954 1.7499,-1.4821 2.3848,-0.55415 3.8996,0.29999 2.122,1.19041 5.6065,-1.65576 7.4993,-2.39978 1.6696,-0.65772 1.4866,-3.23554 3.5997,-1.19988 1.9374,1.86599 5.6916,0.13035 8.0992,0.29996 -2.8392,0.42264 -5.6641,0.91596 -8.3992,1.79983 -1.5357,0.49406 -8.4662,1.66704 -3.2997,2.69975 -1.6219,0.4524 -3.1359,0.63804 -4.7995,0.89991 2.991,3.05647 8.1186,0.95712 11.6989,0.59993 3.7766,-0.37791 10.391,-4.13781 13.7987,-2.39976 -0.7862,0.50002 -1.3142,0.99985 -2.0998,1.49984 8.2884,3.51481 16.4961,-3.56999 24.8976,-2.09979 -10.717,5.12188 -22.3554,4.58106 -33.8968,5.39949 -6.0147,0.42859 -11.93,2.99971 -17.9983,2.99971 -5.6993,0 -11.0968,1.62415 -16.4984,3.2997 6.7141,12.92524 36.172,3.12122 46.1956,1.79983 9.1753,-1.21425 16.9632,-4.79597 26.3975,-5.09953 3.9286,-0.12559 7.9508,-1.22628 11.9989,-2.39976 l 14.0986,-11.09894 c -1.0234,-0.10327 -2.0231,-0.22976 -2.9997,-0.29999 -7.8034,-0.56249 -15.3807,0.70774 -23.0978,0.29999 -0.36,-2.33625 3.0562,-6.39527 4.4996,-5.99945 -1.6852,-0.2116 -3.6304,-0.24821 -5.3995,-0.29996 -2.1611,-0.0634 -4.275,0.0149 -6.2994,0.59992 2.9047,-1.67852 6.4504,-1.08256 9.5991,-1.79983 -6.7974,-7.9343 -15.9728,-6.92859 -26.0976,-5.69945 0.6605,-1.64877 1.9658,-2.92111 3.5997,-3.59967 -1.0949,-2.61486 -5.0137,-3.42374 -9.5991,-3.29967 z m 28.7973,13.7987 c 1.5208,-0.0806 3.0204,-0.2488 4.4996,-0.59995 -1.3185,-0.31544 -3.2586,0.21606 -4.4996,0.59995 z m -79.7925,-5.39949 c -7.2022,-0.32437 -14.2921,2.64073 -21.298,3.89962 -6.0623,1.08926 -14.5673,2.06676 -19.1981,6.59937 4.5177,0.0539 7.6769,1.82909 12.2988,0.59995 3.7469,-0.99699 7.6461,-2.30565 11.3989,-3.2997 5.4195,-1.43448 13.2896,-2.89462 16.7984,-7.79924 z m -79.7924,1.19987 -2.0998,0.59996 c 1.4732,-0.0595 3.1156,-0.0884 4.4996,-0.59996 z m 197.9813,1.19988 c -0.5097,0.17202 -0.9811,0.44427 -1.4999,0.59995 -2.6101,0.78272 -5.7898,0.0315 -8.0992,1.79984 1.878,0.30996 3.8925,0.4882 5.6994,0.89991 z m -199.4812,1.49987 c 0.7027,0.16666 1.6736,0.16666 2.3998,0 z m 23.9978,0 c -2.5209,0.5651 -5.1173,2.62511 -6.5994,3.89962 3.2201,-0.84221 6.3742,-1.72409 8.9991,-3.89962 -0.6978,-0.21577 -1.5594,-0.18839 -2.3997,0 z m -49.1954,26.99746 c -6.8245,-0.26427 -14.4951,2.00159 -20.6981,2.0998 -8.9074,0.14285 -19.1803,-0.17619 -27.8973,1.79983 -3.5178,0.79759 -13.5343,9.60247 -6.2994,12.29882 -11.2378,6.5028 -26.5992,6.27027 -36.8965,14.69861 5.1814,-0.33921 0.4348,3.14494 -1.4999,3.2997 -2.3154,0.1875 -4.9434,-0.39942 -7.1993,0.29996 -2.0684,0.6399 -2.7401,3.86743 -4.7996,5.09954 -2.6011,1.55055 -5.5064,1.93786 -8.3992,2.69974 -3.8391,1.72614 -7.6864,5.00665 -11.9988,5.39949 -4.9463,0.4524 -7.89,5.45542 -12.8988,5.69946 4.5653,0.74403 9.2631,-0.86373 13.7987,0.29996 -5.9046,0.92256 1.8414,2.8265 3.2997,3.2997 2.1577,0.69939 5.7037,2.16208 5.0995,5.0995 -0.5596,2.71719 -5.767,8.42652 -0.2995,9.59911 8.0117,1.71424 19.6673,-3.63579 26.9974,-6.29941 5.0237,-1.82733 11.9135,-0.0431 17.3984,-0.89991 6.5237,-1.01783 11.4033,-3.07742 16.4984,-7.19933 11.5325,-9.32712 25.7599,-8.89038 38.3964,-15.59852 6.229,-3.30646 13.4322,-2.8037 19.7982,-5.69946 6.1426,-2.79456 13.2238,-3.34484 19.7981,-4.49957 7.6872,-1.35413 15.1225,-3.39184 22.7978,-4.79954 6.0385,-1.10712 12.7681,-1.00575 18.5983,-2.99974 1.2083,-0.41371 7.691,-2.45496 6.8993,-4.49955 -0.5064,-1.30356 -3.4674,-2.20152 -4.5,-3.2997 -1.7381,-1.84519 -2.8062,-4.11852 -4.4996,-5.99945 -4.1725,-4.6338 -12.3139,-4.47698 -17.9983,-3.89962 -7.0534,0.71129 -13.3215,4.87867 -20.0981,5.39949 1.9791,-1.39579 4.8364,-1.85679 5.6995,-4.49957 -4.6606,0.16368 -10.3018,0.29255 -13.7987,3.89962 1.4225,-2.97908 5.6849,-3.21449 8.3992,-4.19959 -6.9969,0.50002 -10.9974,-2.86384 -17.0984,-5.39949 -1.9687,-0.81843 -4.3246,-1.11181 -6.5994,-1.19988 z m 75.5929,24.89765 c -4.7102,0.05 -10.2092,1.03619 -11.099,1.19987 -10.458,1.9315 -20.9854,4.13105 -31.497,5.69946 -7.0296,1.05056 -12.7008,3.19482 -19.4982,5.09953 -7.8301,2.19339 -16.0319,3.26851 -23.3978,6.89933 0.997,1.36904 2.4587,2.2516 4.1996,2.09982 -3.9909,6.27661 -33.2933,3.68044 -32.0969,14.99857 4.5504,-1.57436 7.1371,-0.0298 11.3989,0 3.11,0.0208 6.2397,-1.10999 9.2991,-1.49986 -1.4732,0.57739 -2.9728,1.07726 -4.4996,1.49986 5.3987,0 -1.1028,1.65103 -2.0998,1.79984 -2.3213,0.35124 -4.694,0.26844 -6.8993,1.19987 1.4434,2.28863 5.1333,2.31113 7.4993,2.09983 4.0922,-0.36306 6.2372,-1.54812 10.499,-1.19991 5.3778,0.43457 11.1504,-1.28497 16.4984,-1.79983 5.7082,-0.55058 12.13,1.00059 17.6984,-0.29996 -5.619,2.71421 -12.355,1.0641 -18.2983,2.09979 1.4196,0.79164 2.9163,0.96006 4.4996,0.59995 -6.0147,3.05646 -14.9821,1.72534 -21.598,3.2997 -6.3332,1.50591 -12.8144,0.77837 -19.1982,2.0998 -3.6993,0.76783 -8.3931,1.43243 -11.3989,3.89962 -2.5148,2.05947 2.6895,7.32432 4.7995,7.19932 7.9998,-0.48216 16.292,-0.24166 24.2977,0.29996 8.8629,0.59823 17.8496,-1.18734 26.6975,-1.49983 7.8183,-0.27678 13.7149,0.3826 21.298,2.09979 2.3779,0.5387 9.2157,-0.20327 10.799,1.79983 1.7261,2.18149 1.9453,3.49734 6.2994,2.69975 -2.2559,2.91361 -6.1564,2.0766 -9.2991,1.79983 -3.9642,-0.34223 -7.4289,1.63677 -11.3989,1.49984 -8.6963,-0.30351 -17.6359,-2.06111 -26.3976,-2.0998 -10.0622,-0.0452 -20.6122,1.14982 -30.5971,2.39979 -8.6456,1.09521 -17.9846,0.55683 -26.0975,4.19958 -0.3984,0.61906 -0.8438,1.35904 -1.1999,2.09983 l 116.389,3.29967 82.4922,-65.09385 c -0.5078,-0.63335 -0.6508,-1.25342 0,-2.09979 -4.9046,1.63983 -10.207,-4.87005 -14.9985,-0.89992 -3.241,2.68445 6.2784,5.18283 7.7992,5.09953 -2.4076,2.38684 -5.676,-0.71908 -8.3992,0.89992 4.0654,-0.20238 3.0661,5.70026 -1.7998,2.39975 3.7261,3.72609 -7.842,-0.25416 -10.1991,0.59996 -2.1576,0.78271 -4.1804,2.11878 -6.2994,2.9997 -1.7826,0.74403 -8.7853,1.16488 -2.9997,-0.59995 -2.9797,-0.76917 -6.5408,0.40749 -9.5991,2.09982 -0.5596,0.0949 -1.0061,0.0298 -1.1999,0 0.5625,-0.74057 5.5555,-3.04086 6.5994,-3.2997 4.0177,-0.99402 8.405,-1.64189 11.3989,-4.79954 -3.0177,-0.42561 -5.2332,-2.4396 -8.0992,-3.2997 -3.1963,-0.95827 -6.6314,-1.46588 -9.8991,-2.09979 -6.2289,-1.2083 -13.0187,1.33598 -18.2982,4.49958 5.4521,1.08925 -3.0086,2.48186 -4.4996,2.99971 6.4998,-1.83924 -4.5536,-0.24702 -5.6995,0 -3.3779,0.71724 -6.714,1.5957 -10.199,1.19987 2.0982,-2.83027 10.5131,-4.01024 13.7987,-5.0995 3.7528,-1.24401 7.9307,-4.21131 10.499,-7.19932 2.6324,-3.06242 -1.2893,-3.94938 -5.9994,-3.89962 z m -287.6729,58.49447 c -3.4514,0.16131 -8.6786,4.21521 -4.1996,4.19959 -0.7141,0.57144 -1.3855,1.22842 -2.0998,1.79983 1.5357,0.20833 3.0354,0.39395 4.4996,0.89991 -4.6129,1.13688 -9.4269,0.2244 -13.7987,2.39979 -2.8809,1.43448 -5.7349,3.21092 -8.6992,4.49958 -2.9404,1.27377 -12.9759,6.7335 -15.8984,3.59966 2.1666,-3.16956 6.6027,-2.32937 9.2991,-4.79957 -9.7944,4.44931 -20.8647,3.02572 -30.8971,6.29941 -8.3063,2.70826 -16.0503,9.53351 -24.5977,11.09894 0.911,-0.59522 10.1869,-6.10492 4.4996,-3.89962 1.7023,-0.60415 3.202,-1.74379 4.4996,-2.99971 -1.4256,0.87197 -2.9252,1.84025 -4.4996,2.39976 2.4404,-0.94638 4.0137,-4.62928 6.2994,-5.0995 1.4761,-0.30354 3.0978,0.0366 4.4996,-0.59996 4.1993,-1.91066 8.9869,-2.96807 13.4987,-3.89962 7.101,-1.46722 17.9432,-1.20247 23.0978,-7.19933 -4.0326,0.33339 -1.8862,-1.53605 -0.2995,-2.69974 -3.1279,1.619 -7.1294,3.93001 -10.799,3.59966 -1.8512,-0.16666 -9.7576,0.13095 -4.7995,-1.49987 -4.5386,1.57136 -9.2869,2.17054 -13.7987,3.89965 -2.5744,0.9851 -7.7326,5.08135 -6.8994,0.89992 -3.8838,2.41958 -9.0851,3.55612 -13.4987,4.49958 -2.1339,0.45835 -4.1089,0.96241 -6.2994,0.89991 -0.6364,-0.0179 -2.0765,-0.31686 -2.6997,-0.59995 -2.9585,0.63239 -7.8208,1.65644 -2.6998,1.79983 -4.0565,0.78569 -7.5061,-1.04113 -11.3989,1.19988 -3.113,1.79459 -5.4099,3.45261 -8.9992,4.19961 -7.095,1.47318 -14.2475,2.14968 -21.2979,3.89963 -3.5654,0.8809 -7.3862,1.87887 -10.4991,3.89962 -2.3868,1.54758 -1.8955,4.35241 -2.9997,6.5994 -2.6517,5.40461 -4.4436,-1.56043 -4.1996,-3.89965 -0.6901,0.0518 -1.6188,-0.25654 -2.3997,-0.29996 7.5801,-3.738 1.1609,3.17756 5.6994,4.79953 -5.6635,-9.79437 27.2888,-14.36558 31.4971,-18.89819 -1.628,0.3899 -3.6496,1.53978 -5.3995,0.89992 -2.2768,-1.12497 -1.9364,-1.96528 0.8994,-2.39979 -4.4493,-3.04753 -8.596,4.10736 -12.5988,4.19962 -3.619,0.0836 -7.8104,-1.45359 -11.099,0.59992 -1.9493,1.21723 -2.8191,4.23479 -5.3995,2.99971 -2.1636,-1.03569 -2.3156,-1.29163 -4.1996,0 -1.6219,1.10711 -2.9966,-2.22437 -4.4995,0.59995 -0.4301,0.80804 -0.2602,1.57793 0.2995,2.09979 -0.9938,-0.81601 -1.989,-1.75218 -3.2997,-1.49983 -2.6919,0.52007 -3.0154,3.61537 -1.1999,4.49957 1.0178,0.0238 2.2185,0.1125 2.6997,0 -1.0951,0.36532 -2.0946,0.29464 -2.6997,0 -2.3748,-0.0577 -5.2099,-0.17499 -5.6995,1.19988 1.9137,2.4285 5.2434,0.61903 7.4993,0 1.4478,-0.39588 2.4602,0.0652 3.5997,0.59995 -2.8121,-0.18571 -5.512,0.17887 -7.4993,1.79983 5.0445,0.0836 -1.0287,1.14018 0.8994,4.19959 -3.1159,0.44942 -5.329,-2.59609 -7.7992,-3.89962 -1.4383,-0.75757 -3.1403,-0.89444 -4.7996,-0.89992 -7.8779,9.66994 -17.9802,20.9557 -23.3978,22.79785 -9.4828,3.2244 -5.436,-3.86082 -9.8991,-1.79983 -4.463,2.06098 -12.6934,11.45685 -10.199,16.7984 2.4944,5.34158 13.5466,-3.76909 15.8985,2.39979 2.3519,6.16884 -15.0466,12.00207 -14.9986,18.29827 0.048,6.29616 10.3311,3.90602 9.2991,10.79898 -1.0319,6.89297 -21.0596,5.58806 -23.3977,14.99857 -2.3382,9.41052 16.4261,15.03539 14.9985,26.69748 -1.4275,11.66208 -22.5277,21.2764 -27.2974,29.09725 -4.7698,7.82086 -6.3163,7.9944 -5.0995,14.09866 1.2168,6.10429 15.2847,10.32721 14.9986,16.49844 -0.286,6.17123 -13.6798,1.99417 -10.799,9.89907 2.8808,7.9049 25.9121,-4.1023 35.6966,1.79983 5.6924,3.43369 10.2673,11.96857 13.1988,18.89823 h 3.2997 l 387.8633,-3.59967 82.1922,-90.29147 -104.3901,-5.99942 -26.0975,-21.89793 -28.1974,-4.19962 -58.1945,-60.29431 46.7956,-25.1976 c -2.1916,-0.75998 -4.1262,-2.14274 -6.2994,-3.89962 -4.9344,-3.99097 -9.3159,-5.23287 -15.5985,-5.3995 -5.9105,-0.15773 -11.1969,-1.95471 -17.0984,-0.29999 -5.6844,1.59522 -10.5587,5.82612 -16.1985,7.79928 -5.8867,2.05649 -12.4733,3.03551 -18.5982,1.49984 3.2142,-3.67844 9.1739,-5.35893 13.7987,-6.29938 -1.491,-0.71427 -3.1478,-1.19988 -4.7995,-1.19991 2.0564,-2.74394 5.0778,-5.73567 8.3992,-6.89933 -4.9612,2.06839 -10.9921,-2.85599 -15.2986,2.39975 4.7588,-2.15169 7.0103,-0.97009 10.799,-1.49984 -4.0088,1.38985 -13.0563,1.58178 -15.8985,5.09951 1.7053,-0.22916 3.3621,-0.0402 4.7995,0.89991 -3.0386,-1.48805 -9.1578,-0.0884 -11.3989,2.39979 6.0951,1.21722 -6.3886,3.16155 -7.7993,3.89962 2.3036,-0.48216 4.7775,-1.14943 6.8994,0.29996 -4.8957,1.3869 -11.7666,2.83525 -14.9986,-2.39975 -3.104,-5.02665 1.9039,-7.68946 3.2997,-11.99887 1.1339,-3.4999 -0.1881,-8.45268 -3.8996,-9.89907 -0.3936,-0.15356 -0.7065,-0.32299 -1.1999,-0.29996 z m -93.5911,17.69832 c 0.7257,-0.15535 1.8465,-0.58585 2.0998,-0.59995 -2.5639,0.10416 -2.723,0.31686 -2.0998,0.59995 z m -52.1951,1.49987 c -1.6457,0.18452 -3.1454,0.84155 -4.4996,1.79983 1.6399,-0.19642 3.1395,-0.85643 4.4996,-1.79983 z m 22.1979,0.89991 c -0.7141,0.0711 -1.3885,0.22857 -2.0998,0.29997 0.7171,-0.0298 1.3885,-0.1869 2.0998,-0.29997 z m 1.4999,0 c -0.744,0.39288 -1.2725,0.56421 -2.0998,0.59993 0.789,-0.21726 1.3141,-0.38568 2.0998,-0.59993 z m -32.9969,2.0998 c -0.3513,0.0366 -0.7007,0.0565 -1.1999,0.29996 l 2.3998,1.19991 c 0.214,-0.84224 0.096,-1.32095 -0.2995,-1.49987 -0.1967,-0.0893 -0.5491,-0.0366 -0.8995,0 z m 0.8994,2.39975 c -0.3734,0.0875 -0.9484,0.30008 -1.4998,0.59996 0.7861,0.50001 1.6111,0.99988 2.3997,1.49986 0.4733,-1.6495 0.2209,-2.36207 -0.8994,-2.09982 z m 197.0819,52.49506 c 2.9433,-0.47621 6.1748,1.83504 8.9991,0.59993 -5.8837,1.40174 2.9104,1.29627 4.4996,2.09982 -5.2468,3.27074 -12.0199,2.73412 -17.6983,4.79954 -5.4105,1.97316 -12.6675,4.67567 -18.2983,5.69945 1.3928,1.41071 5.91,2.07563 8.9992,1.79983 -0.5405,0.58094 3.5554,0.81641 4.4995,0.59996 2.7618,-0.63394 5.3226,-0.20536 8.0993,0 5.5409,0.41543 11.3586,-1.27378 16.7984,-2.69975 -0.2372,-0.40749 4.2781,-2.70061 5.0995,-2.99971 3.366,-1.22318 6.9664,-1.89087 10.499,-2.39978 -3.0773,0.73212 -2.9344,1.2177 0,1.19987 -3.1278,0.62204 -6.1123,2.34077 -8.9991,3.59967 2.2797,1.15175 4.5601,-0.26488 6.8993,0 -4.2023,0.93446 -5.5766,3.85724 -8.9991,5.69945 -1.622,0.872 -12.0873,2.01637 -6.5994,3.59966 -3.4732,0.93152 -7.7508,3.483 -11.099,3.89966 1.9702,2.08919 4.6137,1.0916 6.8994,0.29996 -1.4494,0.65177 -2.949,1.15166 -4.4996,1.49987 5.9373,0.90768 -4.5673,2.75567 -6.2994,2.99971 -2.2797,0.31838 -5.5345,1.30231 -7.7993,0.59995 -2.3302,-0.72025 -3.7489,-3.53716 -6.2994,-3.59966 -2.3213,-0.0595 -4.5214,0.27082 -6.8993,0 -1.1131,-0.12798 -7.9205,0.95816 -2.3998,1.49984 -2.869,1.39282 -6.1891,2.13425 -9.2991,2.69974 -2.3273,1.91361 1.4521,3.46339 2.9997,3.2997 -0.048,2.97611 -3.9697,2.86876 -5.9994,2.99971 -3.9791,0.25297 -7.7026,2.24851 -11.3989,3.59966 -4.9345,1.80355 -9.9511,3.36205 -14.9986,4.79954 -2.9761,0.84819 -9.2305,4.39491 -12.2989,3.2997 -2.7797,-0.99104 3.1116,-3.52526 3.5997,-3.59966 3.7262,-0.58037 6.9187,-2.2283 10.499,-3.2997 6.8004,-2.03563 15.991,-3.70516 20.0981,-10.19903 -13.4789,-2.35407 -22.6507,5.1378 -33.5968,11.09895 -7.4731,4.07134 -22.8813,2.381 -29.9972,-1.49984 3.8571,-2.14878 8.7203,-1.53014 12.8988,-2.69975 4.61,-1.29163 2.6442,-2.47817 5.0995,-4.79957 2.0803,-1.96724 6.0385,-2.28604 8.6992,-2.69972 4.2768,-0.6637 7.7853,-2.48835 11.6989,-4.19961 -0.8217,-2.66954 -3.6757,-2.69132 -5.6995,-3.89962 8.8569,-2.08033 18.8042,3.60775 26.9975,-1.79984 -2.5298,-1.04759 -3.4401,-3.79361 -5.9995,-4.79956 -2.7915,-1.09521 -5.8361,-0.006 -8.6991,0 -7.0832,0.0149 -10.0415,0.63066 -15.8986,4.49957 0.8064,-4.6963 -13.289,-0.54867 -15.5985,-2.39975 -1.5653,-1.25294 -6.6082,-0.61734 -8.0992,0.59992 -1.3036,1.06247 -2.3521,2.5527 -3.8996,3.2997 -2.1399,1.03572 -2.717,-2.01667 -4.4996,0.89992 -4.0207,-3.62193 2.6096,-7.62131 5.9994,-7.49929 5.0832,0.1875 11.8789,0.43636 16.7984,-0.89991 9.9879,-2.72612 19.6624,-3.91564 29.3972,-4.79954 3.6517,-0.33041 7.1944,-2.12896 11.099,-2.39979 5.7796,-0.40171 10.9569,-2.3074 16.4985,-3.89962 6.6306,-1.90474 13.55,-2.37473 20.398,-2.99974 2.616,-0.23809 5.213,-1.08318 7.7993,-1.49984 z m 78.2926,92.9912 c 6.0531,0.25475 12.1781,1.60921 16.7984,3.59966 -1.5178,0.52978 -3.0175,1.18675 -4.4996,1.79983 1.4613,-0.49109 2.9609,-0.81956 4.4996,-0.89991 -3.1755,2.18743 -7.2985,3.36395 -11.099,3.89962 1.5418,-0.6726 3.1842,-1.35812 4.4996,-2.39976 -15.9459,-6.7557 -37.0259,-2.42008 -50.6952,7.49929 6.5713,-3.16955 14.1904,-6.63446 21.598,-6.89933 3.0297,-0.10744 6.741,-1.34961 10.199,-2.09982 -0.862,0.22737 -1.5358,0.84214 -2.0998,1.49986 3.6576,-0.0982 7.596,-0.4215 11.099,0.89992 -6.723,2.92849 -14.2119,2.12473 -21.298,2.99971 2.2052,1.26785 4.5869,0.12797 6.8993,0 -2.3868,0.32139 -4.7625,0.98375 -6.8993,2.09979 5.0176,-1.53567 10.1142,-1.78965 15.2985,-2.39975 -4.0803,2.09515 -8.6221,2.10565 -12.8988,3.59966 1.5,-0.23809 2.9997,-0.23809 4.4996,0 -4.354,1.07437 -8.7971,-0.51192 -13.1987,0 -1.75,0.20237 -12.5504,3.76519 -7.1994,2.69974 -4.4076,1.82433 -9.0589,2.65612 -13.1987,5.09951 1.4879,-0.31244 2.9847,-0.48389 4.4996,-0.59993 -9.0266,4.49985 -18.4542,9.04829 -27.8974,12.59879 -7.8122,2.93745 -14.4481,1.7462 -22.1979,3.2997 -4.8065,0.96426 -6.4629,2.59121 -9.2991,6.29941 -2.7261,3.56838 -8.2163,2.05452 -11.9989,2.39975 -8.6694,0.78867 -21.5003,6.99838 -29.9971,3.59966 -5.8749,0.58633 -9.8345,-3.64367 -15.2986,-3.89962 -2.1637,-0.10119 -4.9619,0.72444 -6.8993,-0.59995 -2.2648,-1.55056 -0.9379,-5.009 -4.1997,-5.69946 3,-0.19047 4.5946,3.8235 7.4993,3.2997 2.5685,-0.4643 5.466,-0.18452 7.7993,-1.49987 2.9523,-1.66364 3.0751,-2.8623 6.8993,-1.79983 3.7291,1.03569 6.8652,1.58329 10.4991,0 -0.3514,-0.71724 -0.5366,-1.68549 -0.8995,-2.39975 2.506,-0.97021 5.3089,-0.0149 7.4993,-1.79983 2.0535,-1.67558 3.3216,-3.202 5.6995,-4.49958 4.8658,-2.65469 8.6768,-0.84983 13.7987,-2.09982 3.0594,-0.74698 10.1546,-1.38172 7.1993,-5.39947 -1.5654,-2.13384 1.3597,-6.57383 -2.6998,-5.99944 2.4792,-0.74701 3.8545,-3.25012 4.1997,-5.69946 -2.363,1.00896 -6.028,-1.6021 -6.5994,-3.89962 -0.455,-1.83034 0.8495,-2.49502 2.3997,-2.39979 2.744,0.16667 0.7545,1.81882 2.3998,2.69975 2.8125,1.49106 5.8987,1.89075 8.6992,3.89962 5.0564,3.62487 5.9765,1.20759 11.3989,1.79983 -0.5298,0.69046 -1.0296,1.3647 -1.4998,2.0998 3.7618,0.67858 2.5411,6.70651 5.9994,6.5994 3.9196,-0.11607 7.0544,0.74402 11.0989,0 9.7171,-1.78861 17.7395,-2.80897 26.6975,-7.49932 9.5593,-5.00578 18.9594,-10.79169 29.6972,-12.89878 2.1785,-0.42781 4.6275,-0.47823 7.1993,-0.59992 1.929,-0.0911 3.9817,-0.38484 5.9995,-0.29999 z m -4.4996,3.89965 c 1.5495,0.0316 2.8566,0.36505 4.1996,1.19988 -1.4613,-0.12649 -3.4221,-0.82763 -5.3995,-0.89992 0.4013,-0.0268 0.8064,-0.30802 1.1999,-0.29996 z"
             id="CA-NT"
             inkscape:connector-curvature="0" /><path
             style="fill:#510000;fill-opacity:1;stroke:none;stroke-width:0.66666669;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
             d="M 1079.3672 47.71875 C 1077.8692 47.762543 1076.3037 47.980529 1074.9062 48.265625 C 1075.7035 48.401062 1076.455 48.590159 1077.2344 48.794922 C 1076.1295 48.833774 1074.8675 48.864611 1073.8477 48.371094 C 1074.1197 48.187328 1074.4119 48.010854 1074.6934 47.841797 C 1073.7898 47.740742 1072.9528 47.733583 1072.0469 47.736328 C 1069.329 47.744408 1066.5527 48.149212 1063.8965 48.689453 C 1065.3144 48.754545 1066.6106 49.530372 1068.0254 49.640625 C 1066.7356 50.281141 1064.7236 49.694415 1063.4727 49.21875 C 1061.455 48.452228 1060.1405 47.79008 1057.8613 48.054688 C 1055.7943 48.294097 1053.6917 48.166458 1051.6152 48.160156 C 1050.0534 48.155111 1047.6824 47.551803 1046.3223 48.583984 C 1048.008 48.933643 1049.6639 49.429688 1051.4043 49.429688 C 1050.8235 49.451703 1050.3489 49.623555 1049.8164 49.853516 C 1050.9276 50.022583 1051.9738 50.29671 1053.0977 50.382812 C 1051.4917 50.52563 1049.8628 51.21872 1048.2285 50.912109 C 1048.8419 50.86697 1049.4219 50.740858 1049.9219 50.382812 C 1048.546 50.083558 1047.7113 49.668893 1046.4277 49.111328 C 1044.9709 48.479209 1042.7139 49.592362 1041.5586 48.900391 C 1042.1216 48.81745 1042.709 48.753052 1043.252 48.583984 C 1041.7941 48.209124 1039.7283 49.274322 1038.3828 48.689453 C 1036.5448 47.892479 1033.7467 48.718229 1031.8184 48.794922 C 1032.5893 49.231734 1033.5244 49.113761 1034.3594 49.21875 C 1032.1674 49.752164 1035.1096 49.811512 1035.5234 49.853516 C 1034.4964 49.910584 1033.3228 50.243068 1032.4531 50.064453 C 1030.425 49.647593 1028.0516 48.490842 1025.9961 49.640625 C 1026.8931 49.705713 1027.793 50.092305 1028.4316 50.699219 C 1026.2974 50.699219 1022.7479 48.819201 1020.9141 50.59375 C 1021.7711 50.72502 1022.6909 50.874315 1023.5605 50.912109 C 1021.6132 50.973003 1019.1658 50.323473 1017.5273 51.757812 C 1021.6026 53.001047 1026.2636 52.357671 1030.0195 54.615234 C 1028.8936 54.717079 1027.988 54.181611 1026.9492 53.875 C 1025.5313 53.456041 1023.8585 53.462842 1022.3965 53.240234 C 1020.6823 52.978777 1016.4578 51.190612 1014.9863 52.5 C 1015.8171 53.420877 1017.2141 53.081561 1018.2676 53.451172 C 1016.6364 53.066859 1014.9504 53.240234 1013.293 53.240234 C 1013.5535 53.07642 1013.7896 52.899943 1014.0332 52.710938 C 1012.4199 50.895436 1009.5535 51.820149 1007.4707 51.333984 C 1009.7278 51.121873 1006.6635 50.919459 1006.1992 50.912109 C 1004.8853 50.89214 1003.5646 51.049432 1002.2832 51.333984 C 1002.9113 51.289892 1003.4856 51.600504 1003.8711 52.076172 C 1001.8744 52.182212 997.90063 51.282777 996.35352 52.921875 C 998.83645 53.191729 1001.7787 52.573546 1004.082 53.769531 C 1003.3541 54.666258 999.17312 52.897506 1000.5879 54.404297 C 999.23824 53.814181 997.86699 53.24595 996.35352 53.345703 C 995.74329 53.38614 992.9771 53.623948 993.49609 54.085938 C 992.99104 53.86346 992.67392 53.441765 992.11914 53.240234 C 991.25263 52.925233 989.85921 53.248737 988.94336 53.240234 C 987.54747 53.227709 986.18927 53.306731 984.81445 53.556641 C 984.01411 53.702609 982.33399 53.878358 981.63867 54.193359 C 983.93989 54.209272 980.79827 54.393317 980.26367 54.298828 C 978.90456 54.057319 977.39905 54.202237 976.02734 54.298828 C 972.95098 54.51619 970.01487 55.448069 966.92383 55.673828 C 968.88477 55.795614 970.08418 56.051839 972.11133 55.673828 C 974.18358 55.287416 976.27886 55.825492 978.35742 55.779297 C 976.03831 56.085901 973.26408 55.71482 971.1582 56.943359 C 972.72536 57.817537 975.14489 57.341344 976.98047 56.943359 C 976.05876 57.126547 975.11941 57.294929 974.22852 57.580078 C 975.56345 57.698749 976.9275 57.686468 978.25195 57.896484 C 975.87405 57.771544 973.238 57.525441 970.94727 58.320312 C 971.60895 59.748354 974.074 59.410988 975.28711 59.273438 C 975.60759 59.237263 975.92416 59.297147 976.24023 59.273438 C 975.24463 59.412325 974.2307 59.632192 973.27539 59.908203 C 978.28958 63.124448 984.32613 60.67511 989.47266 59.484375 C 992.86202 58.700004 996.40896 59.053899 999.84766 58.744141 C 1002.9577 58.463783 1006.2839 57.61201 1009.375 58.425781 C 1004.9637 58.151725 1000.5423 58.965462 996.14258 59.166016 C 993.8655 59.26996 991.80901 59.734828 989.57812 60.119141 C 988.0331 60.384796 985.92144 60.538821 984.81445 61.8125 C 985.80802 62.002568 986.78986 61.830822 987.7793 61.707031 C 988.23932 61.649278 991.22 61.13406 988.83789 62.023438 C 991.80919 61.920534 995.25227 62.747494 998.1543 61.917969 C 999.18463 61.623961 999.57675 60.748776 1000.6953 60.542969 C 1001.6101 60.374952 1002.6274 60.277884 1003.5527 60.4375 C 1002.7566 60.60027 1001.9294 60.620745 1001.2246 61.072266 C 1004.2211 61.151019 1007.3684 59.470425 1010.3281 60.4375 C 1007.757 60.887963 1003.6966 60.032581 1001.6484 62.023438 C 1005.6932 62.023438 1009.7995 61.666464 1013.8223 61.283203 C 1017.992 60.887343 1021.5569 59.715415 1025.5723 58.744141 C 1025.2225 58.590823 1024.8645 58.47048 1024.5137 58.320312 C 1026.6987 59.001473 1028.9779 58.34694 1031.1836 57.791016 C 1031.7558 57.646776 1032.3227 57.475563 1032.877 57.367188 C 1032.4495 57.364012 1032.0349 57.364012 1031.6074 57.367188 C 1033.6492 57.173973 1035.7949 56.588447 1037.8535 56.943359 C 1035.6405 57.296169 1033.3882 57.384655 1031.1836 57.791016 C 1033.4817 57.650332 1031.765 57.917961 1031.2891 58.001953 C 1030.4047 58.15737 1029.4214 58.370597 1028.5371 58.53125 C 1027.3807 58.741262 1025.5225 59.012875 1024.9375 60.224609 C 1028.3027 59.951605 1031.9069 59.17248 1035.207 60.224609 C 1029.6193 60.224609 1023.8011 60.052765 1018.373 61.601562 C 1021.2551 62.048874 1024.1622 61.552115 1027.0547 61.8125 C 1022.4333 62.388965 1017.8225 62.062946 1013.1875 62.447266 C 1008.9705 62.796928 1003.7806 62.008051 999.74219 63.400391 C 1001.7073 64.662526 1003.3499 64.942042 1005.459 65.728516 C 1004.5242 65.556301 1003.8599 66.380746 1003.1289 66.787109 C 1005.7274 68.148997 1009.1463 67.464725 1011.916 67.103516 C 1010.0958 67.651632 1008.2026 67.91233 1006.3047 67.951172 C 1005.4529 67.970189 1004.6102 67.660114 1003.7637 67.632812 C 1002.957 67.606457 1002.2411 67.824979 1001.4355 67.632812 C 1002.8839 67.1246 1001.2234 66.665343 1000.5879 66.046875 C 999.69826 65.181652 998.41052 64.784761 997.30664 64.246094 C 994.57896 62.913606 991.61133 63.765217 988.73242 63.505859 C 986.28312 63.285343 983.38297 62.638233 981.32227 64.458984 C 980.85486 64.871646 981.78739 65.11752 982.91016 65.304688 C 981.32158 65.184154 979.67996 65.40316 979.41602 66.787109 C 980.62179 66.84591 982.3482 66.699018 983.43945 67.316406 C 984.20934 67.751119 984.69163 68.858099 985.66211 68.904297 C 985.49716 69.474464 985.26024 70.001971 984.91992 70.490234 C 986.10364 70.319071 986.96454 71.338357 988.0957 71.443359 C 985.92365 71.798268 983.56912 69.744868 981.63867 71.548828 C 984.32012 71.902689 986.99256 71.855517 989.68555 72.078125 C 991.00054 72.187316 992.28131 72.421952 993.60156 72.183594 C 994.96907 71.935777 996.30204 71.29157 997.73047 71.548828 C 996.17708 71.690591 995.10053 72.697141 993.39062 72.712891 C 991.52631 72.730849 989.09061 72.09101 987.35547 72.925781 C 988.69252 73.270193 990.16832 73.013058 991.48438 73.455078 C 990.88569 73.305966 990.29939 73.421833 989.79102 73.771484 C 990.03799 73.980449 990.27288 74.212005 990.53125 74.40625 C 989.3318 74.780059 986.74664 73.197272 985.55664 72.820312 C 983.39511 72.135694 980.39747 72.210163 978.14453 72.291016 C 977.46997 72.315078 976.80975 72.369617 976.13477 72.396484 C 977.2486 72.216144 978.25477 71.888229 978.99219 71.337891 C 977.89042 71.209764 976.81796 71.337891 975.71094 71.337891 C 974.30563 71.622447 972.90816 72.230581 971.47656 72.396484 C 971.91404 72.468202 972.42244 72.578187 972.95703 72.607422 C 972.42829 72.658348 971.89534 72.635214 971.36914 72.712891 C 970.23586 72.880907 969.06633 73.186738 967.98242 73.560547 C 967.54442 73.711762 964.58601 74.706294 966.71289 74.619141 C 965.67098 74.58134 964.54135 74.649862 963.53516 74.935547 C 962.88999 75.118399 960.69703 76.723631 961.73633 76.947266 C 961.09078 76.961449 960.39305 77.01904 959.83008 77.371094 C 963.45579 77.738605 967.12779 77.005438 970.52344 75.783203 C 969.1927 76.482524 967.4543 76.757957 966.39453 77.900391 C 968.40692 77.715573 970.51303 77.551617 972.42773 76.841797 C 974.33404 76.135127 975.96258 74.723677 978.03906 74.513672 C 977.48763 74.722629 974.74724 75.994141 976.66406 75.994141 C 975.76078 76.159013 974.76059 76.183894 974.12305 76.947266 C 975.00332 76.732818 975.90076 76.932285 976.76953 77.052734 C 975.87348 76.947732 974.96567 76.847629 974.12305 76.947266 C 973.49108 77.022028 972.93081 77.216849 972.53516 77.792969 C 970.84381 77.867834 969.14722 78.069865 967.77148 78.746094 C 968.22869 79.010186 968.74185 79.228603 969.25195 79.275391 C 969.04296 79.378926 968.78814 79.444405 968.61719 79.59375 C 969.14024 79.444634 969.67048 79.387634 970.20508 79.486328 C 969.25662 79.467311 968.45106 79.912814 967.77148 80.544922 C 969.1474 80.84418 970.43915 80.609071 971.79297 80.333984 C 970.92963 80.52825 970.07149 80.857061 969.35938 81.392578 C 972.2698 81.868243 975.13872 81.202825 977.93359 80.439453 C 980.41656 79.761136 983.3517 77.470928 985.97852 77.900391 C 983.59538 78.461106 981.61074 79.784708 979.31055 80.544922 C 978.23296 80.900892 977.12703 81.0183 976.02734 81.287109 C 975.3772 81.445674 972.51871 82.018443 974.54688 82.662109 C 972.77919 82.506696 970.67362 81.772613 969.14648 82.873047 C 968.10877 83.621716 964.38071 82.044611 963.00586 82.132812 C 965.95302 80.470615 962.6091 79.455529 960.88867 79.169922 C 958.23768 78.72786 954.5693 78.729155 952.52539 80.757812 C 953.6177 80.920579 953.88898 82.069428 952.84375 82.556641 C 954.2228 82.9336 955.5978 82.258889 956.97266 82.662109 C 956.437 82.683102 955.91516 82.700387 955.38477 82.767578 C 952.843 83.325146 957.43807 82.804663 954.53711 83.615234 C 955.09062 83.665635 955.57149 83.670313 956.125 83.720703 C 955.36351 84.217368 954.59302 83.720703 953.79688 83.720703 C 952.87153 83.720703 952.06839 84.207997 951.15039 84.25 C 949.04871 84.346602 946.98286 84.376063 944.9043 84.779297 C 943.35087 85.080644 941.13259 85.083526 939.7168 85.732422 C 939.09185 86.018033 939.14029 86.424702 938.6582 86.789062 C 937.9114 87.352928 936.87491 87.343377 936.22266 88.060547 C 937.00514 87.866281 937.42728 88.871014 938.12891 89.011719 C 939.34202 89.252176 940.11845 88.001545 941.19922 87.742188 C 940.93665 88.372204 940.35536 88.775464 939.7168 89.011719 C 940.3585 88.668358 941.19232 88.801871 941.30469 88.060547 C 941.43918 87.174324 943.03245 86.568207 943.73828 86.472656 C 942.50939 86.974571 942.48212 88.562627 941.30469 89.119141 C 942.41803 89.181092 943.82459 89.5857 944.9043 89.435547 C 945.94201 89.290633 946.33303 87.875424 947.44531 87.953125 C 947.03568 89.594323 949.38685 89.338598 950.30273 89.119141 C 951.45807 88.841934 952.94884 87.233005 953.69141 88.271484 C 953.01395 88.341837 952.42986 88.717445 951.99609 89.224609 C 955.24789 89.597371 958.69547 90.352688 961.94727 89.541016 C 961.16058 89.328911 960.33289 88.990253 959.51367 88.90625 C 959.74166 88.365483 960.30784 87.960008 960.88867 87.847656 C 961.05669 90.586134 964.50336 87.431031 965.12305 87.425781 C 966.21641 87.417384 965.56008 88.892599 966.81836 88.90625 C 967.9611 88.917787 970.04727 88.888622 969.88867 87.212891 C 970.59553 87.648651 970.54513 88.298867 969.88867 88.800781 C 971.36015 89.555752 974.44955 89.586038 975.18164 87.742188 C 974.18593 87.706486 974.39994 87.206508 974.86328 86.683594 C 975.33594 88.026581 977.05175 87.254319 978.03906 87.318359 C 977.33637 87.445403 976.14317 87.340637 976.13477 88.376953 C 977.24599 88.63841 981.00192 87.542464 981.32227 89.224609 C 980.13121 89.598422 979.17548 90.433897 978.03906 90.917969 C 981.1522 90.262751 984.71597 89.89146 987.88477 89.753906 C 988.98551 89.706657 992.94449 87.177818 993.70703 88.376953 C 994.49477 89.618088 999.93939 87.015907 1000.4824 86.048828 C 1001.5737 84.103122 994.94222 86.153354 994.55469 85.943359 C 994.82671 85.759593 995.11891 85.583116 995.40039 85.414062 C 994.59063 85.414062 993.76082 85.514397 992.9668 85.308594 C 994.12316 85.011445 995.3227 84.623146 996.24805 83.826172 C 993.89745 82.257419 991.49919 84.523008 989.04883 84.25 C 989.61812 84.060984 990.20637 83.773322 990.74414 83.509766 C 989.13718 83.362739 987.49473 83.094804 985.87305 83.191406 C 983.72619 83.318439 982.93395 83.675587 980.89844 82.980469 C 982.57263 82.679108 984.42826 83.419299 985.97852 82.451172 C 985.35573 82.557215 984.82545 82.380696 984.39062 81.921875 C 984.92208 81.602665 985.26516 81.077873 985.13281 80.439453 C 985.99407 80.885717 986.54461 81.724819 987.35547 82.238281 C 988.55178 82.995355 990.12 82.971483 991.48438 83.085938 C 992.81617 83.197231 994.19493 82.962896 995.50781 82.767578 C 996.12118 82.676226 1000.7512 82.261928 998.57812 82.873047 C 999.91412 82.799544 1001.3025 82.576381 1002.5996 82.238281 C 1003.3611 82.039817 1007.1926 80.699396 1005.3535 80.333984 C 1006.5456 80.171218 1006.1206 78.895199 1005.1406 78.746094 C 1006.3706 78.61905 1007.1835 78.640625 1008.4219 78.640625 C 1010.0005 78.640625 1011.6078 78.996466 1013.1875 78.851562 C 1014.4353 78.73818 1015.6175 77.985792 1016.8926 78.216797 C 1018.2233 78.458306 1019.7053 78.447363 1020.7031 77.371094 C 1019.1434 77.427795 1016.8306 77.801057 1015.5156 76.736328 C 1017.8442 76.904344 1023.5117 77.764611 1025.3613 75.783203 C 1023.2366 75.042934 1020.9616 75.264325 1018.7969 74.724609 C 1021.1464 74.543994 1023.4251 74.962393 1025.7852 74.830078 C 1026.5908 74.785976 1027.7258 74.779561 1028.4316 74.300781 C 1029.1585 73.806216 1029.5815 72.917966 1030.5488 72.820312 C 1028.068 71.943527 1025.3862 72.312485 1022.8203 72.396484 C 1023.9704 72.101439 1025.1189 72.436261 1026.207 71.867188 C 1025.0732 71.597601 1024.0369 71.415797 1022.9258 71.443359 C 1023.9431 71.451756 1024.9914 71.401709 1025.8906 71.019531 C 1022.6084 70.297112 1019.2532 70.887135 1015.9395 70.490234 C 1019.1765 70.605726 1022.5943 70.040357 1025.7852 70.384766 C 1028.3595 70.663024 1031.3182 72.624762 1033.9355 71.232422 C 1033.6886 70.974115 1033.4526 70.736993 1033.1953 70.490234 C 1033.7562 70.469242 1034.3436 70.408429 1034.8887 70.279297 C 1029.8871 69.888687 1024.8623 69.65465 1019.8555 70.068359 C 1022.0317 69.739711 1018.6369 69.576078 1018.1621 69.326172 C 1019.2681 69.468986 1020.4354 69.53486 1021.5508 69.539062 C 1022.3753 69.542238 1022.259 68.507185 1022.7148 68.585938 C 1023.6528 68.747663 1024.2963 69.456108 1025.3613 69.539062 C 1026.4054 69.620963 1027.628 69.611758 1028.6426 69.326172 C 1028.4959 69.139121 1028.2909 69.020336 1028.1133 68.904297 C 1030.3805 69.174934 1032.6666 69.271797 1034.8887 68.904297 C 1037.2361 68.515786 1039.5954 68.398565 1041.7695 68.480469 C 1042.9827 68.525619 1045.9464 67.472779 1043.3574 66.787109 C 1041.6265 66.328246 1039.7288 66.576172 1037.959 66.576172 C 1040.6468 65.062032 1043.6995 66.715635 1046.5332 66.257812 C 1046.4272 66.53292 1046.3134 66.824209 1046.2168 67.103516 C 1049.6975 67.997092 1053.5199 67.146086 1056.9082 66.257812 C 1056.3757 65.899753 1055.8366 65.782999 1055.2148 65.939453 C 1056.8008 65.231735 1058.8327 66.028902 1060.2969 64.988281 C 1059.4125 64.125157 1057.7518 64.505067 1056.6973 64.669922 C 1054.959 64.940831 1053.1573 64.882813 1051.4043 64.882812 C 1052.2477 64.676999 1053.1916 64.648445 1054.0508 64.564453 C 1053.5309 64.360735 1053.0007 64.184261 1052.4629 64.035156 C 1054.386 64.255672 1056.2482 64.383182 1058.1797 64.140625 C 1060.0535 63.904359 1062.2469 64.748243 1064.002 63.824219 C 1062.8729 63.515509 1063.6791 62.260744 1062.5195 62.023438 C 1063.6203 61.82812 1064.248 62.599603 1065.166 62.976562 C 1066.1911 63.397625 1067.6571 63.058571 1068.6602 62.765625 C 1071.9939 61.789098 1075.1726 60.901297 1078.6113 60.330078 C 1082.1803 59.738911 1085.7348 58.803912 1089.3027 58.214844 C 1092.5913 57.671978 1095.9944 57.953619 1099.1484 56.732422 C 1097.8587 55.712847 1095.6453 56.093338 1094.1738 56.308594 C 1091.7203 56.667704 1089.2331 56.878577 1086.7617 57.050781 C 1081.1394 57.443491 1075.5636 58.490033 1069.9297 58.744141 C 1070.457 58.63495 1070.9872 58.518171 1071.5176 58.425781 C 1070.9137 58.35859 1070.3258 58.303515 1069.7188 58.320312 C 1076.2181 57.857251 1082.7158 57.059832 1089.1973 56.414062 C 1085.7764 55.261132 1082.1545 57.178601 1078.7168 56.203125 L 1080.5156 56.203125 C 1079.5945 55.536356 1078.4332 55.402256 1077.3398 55.25 C 1078.4773 55.122928 1079.5538 55.60321 1080.623 55.886719 C 1082.168 56.296233 1083.7215 56.003259 1085.2812 55.886719 C 1088.8072 55.623162 1092.3318 55.640355 1095.8672 55.462891 C 1095.0616 55.370498 1094.3459 55.462891 1093.5371 55.462891 C 1100.3053 54.981976 1106.944 54.761023 1113.6523 53.556641 C 1114.5126 53.402271 1120.9309 52.604139 1120.4277 51.757812 C 1119.7967 50.694442 1117.8109 50.59868 1116.4043 50.804688 C 1116.5191 50.702751 1114.6219 50.886918 1114.3926 50.912109 C 1113.4787 51.013376 1112.559 51.06239 1111.6406 51.123047 C 1112.0433 51.01345 1112.4224 50.865644 1112.8047 50.699219 C 1111.9109 50.552202 1111.2733 49.8667 1110.3711 49.748047 L 1112.0645 49.640625 C 1110.7547 48.44464 1108.8101 49.396092 1107.3008 49.429688 C 1106.3818 49.45068 1105.5586 48.720837 1104.6543 48.900391 C 1103.7258 49.084157 1103.1142 49.521043 1102.1133 49.429688 C 1100.5588 49.287649 1098.956 49.290182 1097.3496 49.324219 C 1097.8525 49.181602 1098.3493 49.038124 1098.832 48.794922 C 1096.7892 48.381212 1094.5539 48.253488 1092.4785 48.371094 C 1089.6836 48.529658 1086.887 47.919117 1084.1152 48.265625 C 1085.1949 48.015719 1085.1332 47.94235 1083.9043 48.054688 C 1082.8781 47.999048 1081.8602 47.797221 1080.834 47.736328 C 1080.3587 47.707981 1079.8665 47.704152 1079.3672 47.71875 z M 1097.2441 49.324219 C 1095.3276 49.845358 1093.2382 49.767815 1091.209 49.748047 C 1089.559 49.91728 1087.934 50.078911 1086.3398 50.277344 C 1087.9179 49.788353 1089.5369 49.731757 1091.209 49.748047 C 1093.2261 49.54115 1095.226 49.370862 1097.2441 49.324219 z M 982.91016 56.097656 C 983.47616 56.084108 984.03507 56.181691 984.60352 56.203125 C 982.51807 56.147316 980.41799 56.323503 978.35742 56.626953 C 979.89754 56.349647 981.39128 56.133732 982.91016 56.097656 z M 955.80859 57.050781 C 954.57713 57.047959 953.30532 57.166355 952.41992 57.580078 C 953.75486 58.884213 955.92862 57.711307 957.50195 58.320312 C 955.5967 59.416545 952.99927 58.902378 950.9375 58.636719 C 951.4343 58.896077 951.96454 59.067896 952.52539 59.060547 C 951.71139 58.968157 950.98921 59.264469 950.19727 59.378906 C 949.32761 59.502792 948.69045 59.04957 947.86914 58.955078 C 947.12234 58.868987 943.26202 59.562743 945.00977 59.908203 C 944.48777 60.031037 943.95757 60.195212 943.42188 60.224609 C 944.00295 60.527996 944.61122 60.596026 945.2207 60.542969 C 945.63538 60.683927 948.41469 60.880162 948.71484 60.966797 C 947.89664 61.176802 947.00883 61.072266 946.17383 61.072266 C 946.87546 61.713833 947.85571 61.623505 948.71484 61.8125 C 946.72027 62.052968 944.67515 61.418858 942.68164 61.601562 C 940.94759 61.760127 938.75926 62.4237 937.07031 62.341797 C 937.65114 62.407951 938.18138 62.532994 938.6582 62.871094 C 936.75924 63.171393 934.85611 63.082031 932.94141 63.082031 C 933.94972 63.159736 933.94972 63.331545 932.94141 63.505859 C 934.85509 63.759967 936.7267 64.130826 938.6582 63.824219 C 938.16035 63.940748 937.68518 64.000516 937.17578 64.035156 C 938.62732 65.267891 942.17823 64.032666 943.95117 64.140625 C 942.83575 64.419924 941.69142 64.358636 940.56445 64.564453 C 940.78802 64.795458 941.0736 64.977662 941.30469 65.199219 C 937.85021 65.548877 933.91862 63.646261 930.61328 64.458984 C 932.35471 64.978748 930.85004 64.996563 930.18945 65.199219 C 930.68308 65.480628 931.21331 65.656064 931.77734 65.728516 C 930.94969 65.821967 930.06293 65.836571 929.23633 65.939453 C 930.92842 65.808222 929.21971 66.556451 930.18945 67.103516 C 930.83116 67.464725 931.69788 67.507392 932.41211 67.527344 C 934.82047 67.593497 937.4082 67.237712 939.7168 66.576172 C 937.05846 69.26215 932.59448 66.822936 929.55273 68.585938 C 929.97182 69.142454 930.60528 69.362575 931.24805 69.009766 C 931.01057 69.252322 930.83068 69.489591 930.61328 69.75 C 932.55527 70.362167 936.15749 69.484834 938.12891 69.115234 C 937.29917 69.372489 936.4601 69.410245 935.69336 69.855469 C 937.57133 70.400434 939.68133 69.582639 941.41016 68.904297 C 940.30627 69.426163 940.32833 69.537229 941.41016 69.326172 C 942.2315 69.26422 942.3784 68.662588 942.99805 68.585938 C 943.53476 68.519784 943.92784 69.013502 944.69141 68.904297 C 945.50015 68.788815 946.30981 68.691883 947.12695 68.796875 C 946.37493 68.973292 945.52986 68.949805 944.79883 69.220703 C 947.03811 69.432818 949.34019 69.480061 951.57422 69.220703 C 948.9306 70.14369 946.03821 68.933864 943.42188 69.962891 C 945.12236 70.718913 946.9461 70.025792 948.71484 70.173828 C 950.64635 70.336602 952.61612 70.191881 954.53711 69.962891 C 952.83352 70.511007 951.00342 70.415684 949.24414 70.490234 C 947.35043 70.570039 945.42631 70.877429 943.52734 70.703125 C 939.8565 70.368176 936.22144 70.968947 932.62305 71.761719 C 933.39085 73.154058 935.28273 72.700944 936.54102 73.136719 C 935.45605 73.63442 934.27617 72.963442 933.15234 73.136719 C 934.54085 74.109044 934.78382 74.432619 936.54102 74.195312 C 938.43158 73.940153 940.25444 74.579826 942.15234 74.513672 C 939.71772 75.103788 937.15276 74.316347 934.74023 75.042969 C 935.50906 76.348155 938.43331 76.872129 939.7168 77.052734 C 940.87528 77.214449 942.03771 77.431412 943.21094 77.476562 C 943.91885 77.503977 947.69114 76.493105 945.53906 76.3125 C 947.19748 75.698234 948.58416 76.375409 949.98633 77.263672 C 950.62595 76.306045 949.50665 74.304514 951.15039 74.195312 C 950.49076 77.629956 954.40143 77.297227 956.125 75.994141 C 956.63232 75.61088 957.09181 74.061852 957.92578 74.40625 C 959.36049 74.998465 960.17088 75.268643 961.63086 74.513672 C 961.34627 74.317307 961.1649 74.083808 960.88867 73.876953 C 962.50404 72.35756 964.36998 71.605768 966.5 71.126953 C 965.22178 71.851476 963.40996 72.110458 962.68945 73.560547 C 964.65145 75.313048 968.80417 71.276606 970.8418 71.761719 C 972.13788 72.070429 974.46928 70.902045 975.92188 70.808594 C 978.15068 70.664728 980.41032 70.448004 982.5918 69.962891 C 981.41334 67.253813 980.80764 68.016702 978.56836 68.796875 C 978.8394 68.563771 979.07738 68.32755 979.31055 68.056641 C 977.1175 66.205438 974.40579 68.89115 972.00586 68.269531 C 973.80502 67.230004 975.87156 66.881439 977.61719 65.728516 C 976.53642 65.925922 975.43684 66.19796 974.33398 66.257812 C 975.40215 66.065646 976.40906 65.633547 977.50977 65.623047 C 976.99405 64.379812 975.24731 64.755762 974.22852 64.882812 C 974.5688 64.565716 978.37434 63.963124 977.29883 62.871094 C 976.31465 61.871467 973.22446 62.60553 972.32227 63.400391 C 972.59733 63.604105 972.89158 63.730171 973.16992 63.929688 C 971.78667 64.589104 970.32852 64.813145 969.25195 63.505859 C 969.55447 63.451257 972.23533 62.871094 970.20508 62.871094 C 972.66278 62.387029 967.74389 62.105338 967.66406 62.023438 C 967.08115 61.428068 965.01469 61.667597 964.27734 61.8125 C 965.95786 61.484903 964.76472 61.220235 964.27734 60.542969 C 963.81418 59.899302 963.44104 59.035464 962.58398 58.849609 C 964.70772 58.426448 959.97466 57.312119 959.19531 57.261719 C 958.23217 57.199231 957.04009 57.053526 955.80859 57.050781 z M 997.41211 57.367188 C 998.00197 57.389556 998.6549 57.524372 999.21289 57.685547 C 995.29733 58.602222 990.6432 59.273437 986.61523 59.273438 C 984.41954 59.273438 982.17221 59.064206 979.94531 59.060547 C 981.02612 59.038531 982.1429 58.999205 983.22656 58.955078 C 986.2189 58.83434 989.16778 58.640832 992.11914 58.107422 C 993.78282 57.806576 995.64252 57.299757 997.41211 57.367188 z M 941.19922 60.966797 C 940.34178 60.968914 939.47534 61.079044 938.6582 61.177734 C 939.59301 61.537896 943.45137 61.926407 943.74023 61.177734 C 942.92465 61.071691 942.0567 60.964969 941.19922 60.966797 z M 916.26562 64.324219 C 916.03996 64.325885 915.81549 64.337762 915.58008 64.353516 C 914.16764 64.447701 912.76024 64.94954 911.66211 65.939453 C 912.45405 66.064429 913.81251 65.657327 914.52148 66.046875 C 915.40794 66.534091 914.58713 66.939246 916.00391 66.998047 C 916.96073 67.037947 919.11802 66.177846 919.49609 65.199219 C 919.71561 64.630103 917.22816 64.378714 916.95508 64.353516 C 916.71693 64.331097 916.49129 64.322553 916.26562 64.324219 z M 1026.6484 68.472656 C 1027.1419 68.498122 1027.6124 68.578076 1028.0078 68.796875 C 1027.0676 68.682844 1026.0829 68.609675 1025.1504 68.480469 C 1025.6394 68.477311 1026.155 68.44719 1026.6484 68.472656 z M 883.24023 69.306641 C 882.90713 69.302033 882.57325 69.303544 882.23242 69.326172 C 880.18738 69.461877 878.13411 69.935362 876.41016 70.914062 C 877.34598 71.862237 878.56024 71.230203 879.69141 71.443359 C 878.78078 72.281282 877.49406 72.435418 876.41016 72.925781 C 878.6547 73.362593 880.62476 71.425122 882.86719 71.867188 C 882.35673 72.74501 881.33383 72.782977 880.43164 72.925781 C 880.99669 73.5789 883.32126 73.273807 884.03125 73.03125 C 882.82022 73.979425 881.40353 73.634717 880.00977 73.984375 C 880.80379 74.187042 881.63356 74.195313 882.44336 74.195312 C 881.43293 75.290493 879.82237 74.947228 878.52734 74.724609 C 876.70609 74.409612 874.89361 74.423474 873.12695 75.042969 C 872.5031 78.035554 882.58391 75.557448 884.03125 75.783203 C 881.71743 76.195865 886.73994 76.483534 887.31445 76.523438 C 888.38054 76.597988 890.72527 76.451583 891.23047 77.6875 C 890.10665 77.859715 890.04631 78.537337 890.91406 79.064453 C 892.14817 79.814174 893.88537 79.600779 895.25391 79.486328 C 896.55419 79.377145 897.94169 79.277538 899.06445 78.535156 C 899.95193 77.94714 900.23919 76.002742 898.64062 76.3125 C 899.33908 75.227819 900.70204 74.959936 901.81641 74.513672 C 901.32278 74.123062 900.73535 74.056707 900.12305 74.195312 C 901.05153 73.958002 901.44084 73.359909 900.33594 73.03125 C 899.01356 72.637486 897.55504 73.535849 896.3125 72.925781 C 896.78096 72.54777 897.31116 72.309596 897.90039 72.183594 C 896.78811 71.981978 895.87469 71.248175 894.72461 71.232422 C 892.99056 71.209418 891.04909 71.940176 889.43164 72.501953 C 889.99355 71.640928 891.08393 71.77684 890.80664 70.597656 C 890.47906 69.203217 887.99345 69.509196 886.89062 69.433594 C 886.03724 69.375844 885.14591 69.337818 884.24414 69.326172 C 883.90596 69.321973 883.57334 69.311248 883.24023 69.306641 z M 1015.7266 71.337891 C 1017.0642 71.362976 1018.4018 71.355849 1019.75 71.337891 C 1020.7284 71.325401 1021.7671 71.428562 1022.8203 71.443359 C 1019.5224 71.545525 1016.2905 72.687021 1012.9746 72.820312 C 1014.2654 72.270097 1015.6589 71.944688 1016.998 71.548828 C 1016.5861 71.392353 1016.1531 71.387472 1015.7266 71.337891 z M 913.60938 72.910156 C 913.35203 72.907067 913.09033 72.913444 912.82617 72.925781 C 912.14452 72.957288 907.96736 73.26613 909.54492 74.724609 C 908.73092 74.855855 907.83293 74.485415 907.11133 75.042969 C 907.38981 75.216235 907.57742 75.390755 907.85156 75.570312 C 906.11536 76.452337 908.97776 76.259616 907.11133 76.736328 C 908.50301 76.84446 909.99923 76.844698 911.3457 77.263672 C 910.15045 78.61296 907.92721 77.170661 906.47461 77.900391 C 907.27287 78.143999 907.96129 78.644242 908.80469 78.746094 C 907.87934 78.906761 907.82085 79.256105 908.5918 79.699219 C 909.39422 79.555342 910.19549 79.191388 911.02734 79.275391 C 910.63176 79.265935 910.53512 79.182839 910.39258 79.169922 C 910.83224 79.126977 911.60584 79.075994 911.76758 79.064453 C 912.98912 78.9773 914.25204 78.984172 915.47461 78.958984 C 917.55003 78.915933 919.78571 78.780567 921.61328 77.6875 C 921.35918 77.115233 920.78732 76.694795 920.13086 76.841797 C 921.4406 76.432286 922.85402 76.338087 924.1543 75.888672 C 922.57461 74.256926 920.39884 75.498484 918.54297 74.724609 C 920.49763 74.227949 916.52245 73.433292 915.89648 73.242188 C 915.12844 73.008292 914.38141 72.919424 913.60938 72.910156 z M 848.56641 73.560547 L 845.17969 76.3125 C 845.46089 76.256536 845.77254 76.129546 846.02734 76.099609 C 847.37068 76.418809 849.2606 76.389665 850.47266 75.677734 C 852.19559 74.666828 850.33409 73.913328 848.56641 73.560547 z M 959.72461 75.253906 C 958.71315 75.245509 957.2158 75.855035 956.54883 76.628906 C 957.71888 76.462989 958.70264 75.792574 959.72461 75.253906 z M 925.10742 76.417969 C 924.71883 76.394965 924.36811 76.511642 924.04883 76.736328 C 924.27141 76.934782 924.61606 77.054259 924.89648 77.158203 C 924.99742 76.905143 925.00546 76.669977 925.10742 76.417969 z M 843.69727 77.476562 L 842.00391 78.746094 C 843.14347 78.672594 844.23799 78.477322 845.28516 78.005859 C 844.83487 77.639548 844.28473 77.541866 843.69727 77.476562 z M 882.6543 78.744141 C 882.37327 78.733197 882.08785 78.73231 881.80859 78.746094 C 880.69158 78.801222 879.67581 79.096847 879.48047 80.015625 C 881.72077 80.843047 884.387 80.377883 886.67773 80.015625 C 886.4572 79.061145 885.53912 79.093377 884.77344 78.958984 C 884.30081 78.898345 883.49736 78.776972 882.6543 78.744141 z M 971.37109 78.746094 C 971.97656 78.730146 972.49714 78.797285 973.06445 78.851562 C 971.8578 78.936927 970.55142 79.361158 969.35938 79.275391 C 969.97062 78.99456 970.61134 78.766226 971.37109 78.746094 z M 1008.5293 79.169922 C 1007.8928 79.14346 1007.4119 79.375214 1006.9414 79.804688 C 1007.5506 79.757438 1008.0325 79.525871 1008.5293 79.169922 z M 861.37695 79.699219 C 860.75939 79.748571 859.73293 81.179769 859.68359 81.708984 C 859.63747 82.195145 858.95622 82.835912 859.25977 83.296875 C 859.63156 83.858642 860.5408 83.868838 861.05859 84.25 C 862.04065 84.027381 863.65696 84.245202 864.3418 83.296875 C 864.97828 82.41485 863.65534 82.059779 863.07031 82.238281 C 865.36529 81.310055 862.77605 79.585815 861.37695 79.699219 z M 914.97656 79.787109 C 914.60982 79.784143 914.24358 79.787914 913.88477 79.804688 C 912.44953 79.871787 911.06538 80.105636 909.86328 80.96875 C 910.77289 83.05516 915.81438 81.791936 917.48438 81.708984 C 920.94827 81.535718 923.92891 82.604743 927.01367 80.228516 C 925.90771 79.712951 924.69693 79.844006 923.51953 79.910156 C 921.74027 80.01096 920.00473 79.702846 918.22656 79.804688 C 917.195 79.863358 916.07679 79.796009 914.97656 79.787109 z M 939.39844 80.439453 C 938.99717 80.443652 938.6305 80.511856 938.33984 80.544922 C 937.34205 80.658311 936.17624 81.239938 935.37695 81.816406 C 933.46225 83.198242 938.7441 83.487714 939.39844 83.509766 C 940.11581 83.313397 942.95401 82.998421 942.46875 81.708984 C 942.08199 80.678902 940.6023 80.426381 939.39844 80.439453 z M 967.5957 81.037109 C 967.44533 81.034779 967.29074 81.046918 967.13477 81.074219 C 966.54028 81.09627 965.90307 81.213014 965.33594 81.392578 C 966.54799 81.158422 967.60645 82.022012 968.83008 81.498047 C 968.46852 81.188551 968.04683 81.0441 967.5957 81.037109 z M 934.10547 83.191406 C 933.52362 83.199803 933.05053 83.431342 932.62305 83.826172 C 933.52842 84.018328 934.44267 84.189985 934.95312 83.191406 L 934.10547 83.191406 z M 864.90039 83.804688 C 864.40964 83.851473 863.95095 84.096306 863.59961 84.460938 C 864.27392 84.467253 864.86368 84.235693 865.40039 83.826172 C 865.2326 83.794411 865.06397 83.789092 864.90039 83.804688 z M 907.11133 84.566406 C 905.70814 84.601053 904.3625 84.702538 902.98242 84.990234 C 902.47197 85.086836 901.96634 85.187245 901.5 85.414062 C 901.57898 86.00838 901.95571 86.338519 902.55859 86.259766 C 901.93051 86.263964 899.59215 86.2762 899.16992 86.683594 C 900.80946 87.477428 903.0812 88.303488 904.88672 87.636719 C 903.86157 88.250985 902.64062 88.140228 901.5 88.271484 C 901.58096 89.742577 905.63777 89.424462 906.58203 89.541016 C 905.45609 89.427633 904.42159 89.899275 903.29883 89.859375 C 904.38482 90.627996 905.54476 89.839066 906.6875 89.753906 C 908.11067 89.648904 909.49663 90.171117 910.92188 90.070312 C 912.18122 90.471423 914.59682 88.487943 915.79102 89.330078 C 916.76993 90.020998 915.03433 92.477976 917.0625 92.611328 C 915.79476 93.3327 915.97227 94.617096 914.30859 94.939453 C 912.80246 95.231362 910.73276 95.962273 910.07422 97.478516 C 910.5857 97.670679 911.117 97.837827 911.66211 97.796875 C 910.50575 98.578099 907.92078 99.858255 910.28711 100.86523 C 912.31108 101.72626 914.02347 100.45673 916.10938 99.595703 C 915.68506 100.07873 915.16319 100.46692 914.52148 100.54883 C 915.7304 100.45013 914.75608 101.26254 915.36719 101.50195 C 916.29779 101.86736 917.33423 101.41784 918.33203 101.71289 C 921.37797 102.61276 923.05548 100.96759 925.74219 100.23047 C 925.5616 100.50558 925.38935 100.79987 925.21289 101.07812 C 926.49637 100.89541 927.89251 99.097221 929.13086 100.44336 C 928.01018 100.37406 926.65145 101.34184 925.95508 102.13672 C 927.37824 102.94629 930.83932 102.67223 932.30664 102.13672 C 932.88115 101.92776 936.0362 103.55091 935.79883 101.81836 C 936.81134 102.63108 938.17349 102.4947 939.08203 101.60742 C 938.75343 103.18037 942.31219 102.63493 942.99805 101.50195 C 942.65043 103.51276 945.70568 101.35169 946.28125 100.97266 C 946.02817 101.22886 945.84622 101.52015 945.64453 101.81836 C 947.38702 102.90304 951.141 102.28772 953.05469 101.81836 C 954.43476 101.48026 956.00408 99.090257 957.18359 100.01953 C 955.28569 102.78741 961.25143 102.71924 962.90039 102.55859 C 964.68279 102.38428 966.26769 101.65141 968.08789 101.81836 C 970.05201 101.99793 971.65163 101.51334 973.27539 100.44336 C 973.0779 100.1651 972.9468 99.871862 972.74609 99.595703 C 973.84892 98.742031 974.26094 99.797964 975.28711 100.01953 C 976.31116 100.24004 977.61468 99.843033 978.56836 99.490234 C 978.13247 97.60123 975.18026 99.052759 974.01758 99.066406 C 974.49655 96.863446 979.69205 97.962534 981.00391 96.208984 C 980.19619 95.0529 978.66299 95.458716 977.50977 95.574219 C 978.14939 95.362104 978.82891 95.299604 979.41602 94.939453 C 978.00862 93.467313 975.53563 94.626593 973.80469 94.199219 C 974.06214 94.030155 974.40551 93.853677 974.65234 93.669922 C 971.44784 91.041697 966.00866 94.209437 962.47852 93.351562 C 959.86535 92.717344 957.44029 93.827189 954.85547 94.091797 C 952.33152 94.351155 949.37792 94.570775 946.91602 95.150391 C 947.38448 95.608202 948.04787 95.902027 948.71484 95.892578 C 946.89257 96.193925 944.94471 96.13654 943.10352 96.208984 C 945.18208 96.050417 942.0786 94.91437 941.51562 94.728516 C 940.40546 94.362056 939.11181 94.798774 938.33984 95.679688 C 939.3051 94.025891 935.38048 95.324429 934.63477 95.363281 C 936.13356 95.081883 934.64859 94.440727 934 94.199219 C 932.60729 93.682606 932.56764 95.125393 931.88281 95.46875 C 931.03839 95.890864 930.98822 95.535838 930.61328 94.939453 C 930.25197 94.364375 929.34103 94.519445 928.60156 94.728516 C 928.53412 94.649135 926.50452 94.84803 928.49609 94.410156 C 929.61783 94.163401 930.79215 94.401314 931.77734 93.669922 C 931.43075 92.766897 930.39327 92.54841 929.66016 93.140625 C 930.9363 91.889 929.03059 91.987528 928.17773 92.082031 C 926.46362 92.27315 923.79905 91.830465 922.46094 92.927734 C 924.23808 91.266588 926.76589 91.988032 928.91797 91.447266 C 927.80886 91.21311 926.75214 91.401064 925.63672 91.447266 C 927.68691 90.987354 923.86316 90.738997 923.30859 90.8125 C 924.39144 90.7306 924.34211 90.442022 923.30859 90.070312 C 925.18024 89.757414 927.83408 90.769904 929.76562 90.917969 C 927.51688 90.482198 931.16005 90.691428 931.56445 90.705078 C 932.72925 90.74603 933.95263 90.813947 935.05859 90.388672 C 933.73417 88.125859 928.14601 88.695312 925.95508 88.695312 C 927.46541 87.821685 929.12227 88.841852 930.71875 88.589844 C 929.7031 86.099176 925.91901 87.107623 923.94336 87.425781 C 922.31751 87.68829 920.7043 87.373282 919.07422 87.425781 C 917.29186 87.483534 915.66638 88.394884 913.99219 88.90625 C 915.20322 88.218481 916.72661 87.996214 917.9082 87.212891 C 920.01726 85.81425 914.55724 85.633986 913.99219 85.519531 C 911.62374 85.044918 909.58696 84.504455 907.11133 84.566406 z M 899.91211 84.779297 C 899.39219 84.80029 898.91809 84.915088 898.42969 85.095703 C 898.63124 85.165008 900.26185 85.472316 899.91211 84.779297 z M 934.97852 85.933594 C 933.29541 86.061559 931.67859 87.20617 933.36523 88.589844 C 934.68129 88.027029 936.01836 87.55303 937.17578 86.683594 C 936.8499 86.255182 936.31664 86.011221 935.69336 85.943359 C 935.45964 85.917912 935.21896 85.915313 934.97852 85.933594 z M 836.60547 86.154297 C 834.64457 86.098227 832.70541 86.919905 830.78125 87.636719 L 826.86523 90.599609 C 827.17015 90.692955 827.48787 90.829171 827.71289 91.023438 C 826.89741 91.309821 826.09208 91.594654 825.27734 91.869141 L 823.90039 93.035156 C 824.60368 93.195379 825.22772 93.454361 825.80664 93.986328 C 824.66916 95.435588 822.91127 95.317765 821.25391 95.150391 L 816.2793 99.066406 C 817.85926 98.60851 819.44714 98.132075 820.9375 98.326172 C 819.05957 99.229207 821.97334 99.125673 822.63086 99.171875 C 823.99834 99.267426 825.40998 99.120143 826.44141 98.115234 C 826.21236 98.34624 825.98416 98.58246 825.80664 98.855469 C 827.84215 100.34546 831.80417 98.889897 834.06445 98.537109 C 836.79845 98.111845 839.39211 96.810689 841.79102 95.46875 C 842.49159 95.07604 846.11755 93.322592 845.70898 92.1875 C 845.39394 91.311773 842.71076 91.416817 842.00391 91.447266 C 841.24454 91.479831 836.83338 92.790977 839.03906 93.140625 C 838.18201 93.123725 837.39891 93.510664 836.71094 93.986328 C 836.83901 93.39726 837.24019 92.889586 837.76953 92.611328 C 835.81805 92.155616 833.93278 92.829213 832.05273 93.246094 C 832.85939 92.369319 834.14775 92.27267 835.22852 91.976562 C 834.42186 91.009487 832.90487 91.447266 831.83984 91.447266 C 832.8891 90.692295 833.91161 90.785107 835.01758 90.283203 C 835.84629 89.907284 836.17246 88.907767 834.91016 89.011719 C 835.63801 88.678869 837.85984 87.329013 837.76953 86.367188 C 837.35373 86.269428 837.0194 86.166152 836.60547 86.154297 z M 883.91992 86.636719 C 883.74545 86.641391 883.5694 86.656203 883.39648 86.683594 C 883.16578 86.720135 882.96207 86.802236 882.76172 86.896484 C 883.6734 86.850286 884.53957 87.461402 885.4082 86.896484 C 884.96154 86.710426 884.44333 86.622702 883.91992 86.636719 z M 880.64453 86.683594 C 879.71788 86.636238 877.70661 86.853172 877.46875 86.896484 C 876.0897 87.146394 874.37606 87.00284 873.23438 87.953125 C 875.92948 88.050778 878.53963 87.329098 881.17383 86.896484 C 881.21921 86.818469 880.9533 86.699375 880.64453 86.683594 z M 889.64258 87.318359 C 888.77674 87.5339 886.89734 87.297797 886.57227 87.847656 C 886.09435 88.656178 885.41262 88.473055 884.66797 89.011719 C 885.31603 88.291398 885.2548 88.077239 884.34961 88.271484 C 883.50099 88.096119 882.67931 87.614201 881.80859 87.53125 C 880.4306 87.400015 879.13795 87.63974 877.78516 87.847656 C 877.35241 87.91381 875.34626 88.146506 875.88086 89.011719 C 876.3724 89.808693 878.30564 89.129872 879.05664 89.646484 C 878.28676 90.045485 877.02912 89.934967 876.19727 89.859375 C 876.9157 90.689948 878.78965 90.829301 879.79688 90.8125 C 878.62474 91.385818 877.00881 90.138224 876.41016 91.763672 C 876.92481 92.154282 877.59876 92.239537 878.20898 92.082031 C 877.09564 92.409631 875.97969 92.585664 874.82227 92.505859 C 875.76021 91.252136 873.02187 91.429798 875.0332 91.023438 C 874.50489 91.069636 873.97363 91.074314 873.44531 91.128906 C 874.03874 90.323532 873.54909 90.15898 872.81055 90.175781 C 873.87766 89.217103 872.58903 88.888983 871.75195 88.800781 C 869.95801 88.613864 868.36901 89.189805 866.88281 90.175781 C 868.26606 90.352198 869.73708 90.197455 871.11719 90.070312 C 870.87869 90.141713 866.36272 90.845479 867.09375 91.658203 C 867.38981 91.986851 868.42579 91.859703 868.78711 91.869141 C 868.2546 92.005664 867.72439 92.127052 867.19922 92.292969 C 867.3466 93.019852 867.93898 93.278331 868.57617 93.246094 C 866.33124 93.67453 864.2961 92.054706 861.80078 93.140625 C 863.64826 93.503938 860.86764 93.71449 860.31836 93.775391 C 859.5285 93.862544 857.57945 93.944947 857.67188 95.150391 C 860.94569 95.380344 864.26896 94.960242 867.51758 94.621094 C 868.1127 94.559142 868.72192 94.559925 869.31641 94.515625 C 868.60789 94.562561 867.89506 94.680659 867.19922 94.833984 C 868.33356 94.873885 869.45461 94.65442 870.58789 94.833984 C 870.86839 94.707961 871.15317 94.536183 871.43359 94.410156 C 872.88065 94.322586 874.33024 94.201901 875.77539 94.091797 C 876.86918 94.008426 877.96006 93.915234 879.05664 93.775391 C 877.99267 94.162854 876.88136 94.037205 875.77539 94.091797 C 875.26165 94.116565 872.01176 94.801017 872.59961 94.939453 C 871.89268 94.993636 871.18743 95.085592 870.48047 95.150391 C 870.95839 95.206041 871.37636 95.262161 871.85742 95.255859 C 871.2346 95.390241 870.6961 95.451949 870.05859 95.46875 C 872.14242 95.383699 868.20807 95.699636 867.62305 95.679688 C 869.72261 96.14065 867.29152 96.239433 866.88281 96.208984 C 867.39955 96.613245 867.93867 96.785068 868.57617 96.632812 C 866.33061 97.026573 869.31231 97.056641 869.63477 97.056641 C 868.74094 97.248797 867.03411 96.666843 866.35352 97.478516 C 865.80629 98.135833 866.86908 98.82187 867.41211 98.855469 C 869.11048 98.795616 870.61501 98.607976 872.17578 97.902344 C 870.15181 98.75917 873.05009 98.708851 873.6582 98.431641 C 874.2096 98.179636 875.07246 98.799352 875.66797 98.75 C 876.47251 98.683846 877.63413 98.415284 878.42188 98.537109 C 878.83888 98.602208 879.48313 97.511186 879.9043 97.267578 C 879.82973 98.40056 881.15948 97.96173 881.80859 97.796875 C 881.72351 97.189958 881.23902 96.841185 880.64453 96.738281 C 881.35668 96.266819 882.17683 95.758175 883.08008 95.892578 C 880.86493 95.650022 884.31509 95.197293 884.66797 94.833984 C 884.83804 96.40483 886.76938 94.502668 887.31445 94.199219 C 886.762 94.009155 886.17999 93.832678 885.61914 93.669922 C 886.39531 93.260411 887.50476 93.237146 888.16016 92.611328 C 888.61602 92.176615 888.9542 91.816291 889.53711 91.552734 C 889.95937 91.361626 890.59474 91.172662 890.91406 90.8125 C 891.52425 90.125782 891.13912 89.232224 892.28906 89.011719 C 891.82166 88.212646 890.92974 87.987775 890.06641 87.953125 C 891.2937 87.827856 890.5471 87.503082 889.64258 87.318359 z M 860.67773 87.414062 C 860.52099 87.411932 860.32408 87.417741 860.10742 87.425781 C 859.24066 87.457923 858.09927 87.538035 857.77734 87.636719 C 856.52746 88.021028 856.99629 89.077954 855.97852 89.541016 C 858.77131 89.541016 861.6065 89.986263 864.23438 88.800781 C 863.50021 88.253717 861.28085 87.536381 860.42383 87.742188 C 861.25291 87.491354 861.14797 87.420454 860.67773 87.414062 z M 862.70703 89.607422 C 862.47462 89.611349 862.24154 89.624494 862.01172 89.646484 C 861.09245 89.734478 860.14361 89.876106 859.25977 89.964844 C 857.37128 90.153849 855.18189 89.855697 853.64844 91.234375 C 854.45143 91.330031 855.68463 91.617096 857.03711 91.763672 C 856.18489 91.847989 855.41441 92.042282 854.70703 92.505859 C 855.8214 92.506212 857.1667 92.5918 858.51953 92.611328 C 857.58469 92.950698 856.71651 93.337447 856.08398 93.5625 C 859.16141 93.940511 862.1107 92.800725 865.08203 92.1875 C 864.71708 91.89286 864.30178 91.748398 863.8125 91.658203 C 864.0083 91.546941 864.26971 91.478659 864.44727 91.341797 C 864.06206 91.211846 863.68793 91.141096 863.2832 91.128906 C 863.89911 90.814212 864.49563 90.48013 864.76367 89.859375 C 864.10394 89.670755 863.40428 89.59564 862.70703 89.607422 z M 977.4043 90.494141 C 977.12821 90.519226 976.8329 90.57336 976.55664 90.599609 C 976.83513 90.750824 977.12913 90.695745 977.4043 90.494141 z M 904.78125 90.917969 C 904.18571 90.999872 903.70382 91.125967 903.19336 91.447266 C 903.82878 91.473727 904.31071 91.347495 904.78125 90.917969 z M 988.76758 90.960938 C 988.52016 90.962815 988.26025 90.98616 987.99023 91.023438 C 986.37011 91.246956 984.57909 92.074379 983.65039 93.035156 C 984.41396 93.364856 984.74008 92.781885 985.45117 92.716797 C 986.22314 92.646445 986.9092 92.986651 987.67383 92.716797 C 987.47125 92.467939 987.23546 92.23067 987.03906 91.976562 C 987.87194 91.699356 988.78888 91.642943 989.47266 91.023438 C 989.25025 90.978652 989.015 90.95906 988.76758 90.960938 z M 904.58984 91.958984 C 903.70084 91.98844 902.70729 92.204297 902.3457 93.035156 C 903.56093 94.648001 904.7543 92.872259 905.41602 91.976562 C 905.16972 91.961337 904.88618 91.949166 904.58984 91.958984 z M 856.18945 92.611328 C 855.77457 92.629922 855.3406 92.727798 854.91992 92.716797 C 855.67615 93.20716 856.54792 92.881659 857.35352 92.716797 C 856.9339 92.653268 856.60434 92.592703 856.18945 92.611328 z M 900.54688 94.304688 C 897.52405 94.536744 894.64813 95.343414 891.75977 95.892578 C 892.28804 95.947181 892.81832 96.057314 893.34766 96.103516 C 892.55363 96.343973 891.73014 96.492108 890.91406 96.632812 C 892.78991 96.823928 890.00133 97.059206 889.53711 97.162109 C 888.37016 97.420416 887.11817 97.753211 886.25586 98.642578 C 887.05098 98.639403 887.73281 99.417817 888.47852 98.75 C 887.38621 99.777979 890.62192 100.42387 891.125 100.54883 C 893.47037 101.13054 895.45317 101.40247 897.90039 101.28906 C 902.26761 101.08745 907.438 94.931556 900.54688 94.304688 z M 892.50195 94.515625 C 890.42632 94.499042 887.34343 94.791394 887.52539 96.314453 C 888.7091 96.070845 890.02576 94.909467 891.23047 95.044922 C 892.09172 95.141524 893.79368 95.97143 894.08984 94.621094 C 893.79414 94.568065 893.19381 94.521178 892.50195 94.515625 z M 847.93164 95.785156 C 846.05664 95.826002 844.56656 97.167899 842.74414 97.585938 C 843.32179 99.44449 846.31495 98.513078 847.61523 98.326172 C 848.56892 98.086766 851.02278 96.323089 848.7793 95.892578 C 848.49506 95.838082 848.1995 95.779328 847.93164 95.785156 z M 888.37305 101.28906 C 887.76914 101.34682 887.13779 101.63448 886.67773 102.0293 C 887.46234 102.2645 888.28668 102.39864 889.11328 102.24219 C 889.19089 101.64682 888.97078 101.31846 888.37305 101.28906 z M 878.73828 101.50195 C 877.56191 101.56285 876.46009 101.98003 875.45703 102.55859 C 876.53992 102.65625 878.05973 102.44594 878.73828 101.50195 z M 869.31055 103.47852 C 869.16695 103.47685 869.02471 103.48668 868.89258 103.51172 C 868.62835 103.56181 868.4002 103.69255 868.15234 103.83008 C 868.71426 103.90463 869.24552 103.78679 869.74023 103.51172 C 869.59981 103.49334 869.45414 103.48018 869.31055 103.47852 z M 896.20703 104.57031 C 895.90384 104.57663 895.53514 104.61069 895.25391 104.67578 C 893.74459 105.02544 892.56978 104.95784 891.01953 105.09961 C 888.98399 105.28547 885.71836 104.90902 884.13867 106.47461 C 884.44423 106.61848 884.79262 106.8443 885.08984 107.00391 C 884.53637 107.52682 884.70989 108.03704 885.4082 108.27539 C 884.62046 108.6849 883.80837 108.35659 883.18555 107.85156 C 882.49232 107.2898 881.44111 107.78635 880.75 108.0625 C 878.72501 108.87311 878.28901 111.15235 876.62109 112.29688 C 875.91424 112.78094 872.68427 114.19387 873.55078 115.4707 C 874.60212 117.02265 872.40831 118.2656 871.43359 119.49414 C 872.21608 119.51619 872.98119 119.36467 873.76367 119.38672 C 873.48656 119.41078 873.19224 119.4679 872.91602 119.49414 C 872.09573 119.55714 871.25906 119.59028 870.58789 120.12891 C 870.97811 120.42605 871.46922 120.59353 872.06836 120.6582 C 871.82442 120.63615 871.58385 120.52826 871.32812 120.55078 C 870.38295 120.63405 869.42248 120.92756 868.89258 121.29297 C 869.55348 121.72767 870.58257 121.84918 871.43359 121.71484 C 870.67878 121.91327 869.88213 121.95049 869.10547 122.0332 C 868.26207 122.12351 867.75397 122.61416 866.98828 122.88086 C 865.58403 123.36913 863.93304 122.97842 862.64648 123.83203 C 863.37751 124.37595 864.21767 124.38606 865.08203 124.25586 C 864.16615 124.44488 863.24176 126.01594 862.33008 125.84375 C 861.42785 125.67362 861.481 124.80604 860.31836 124.99609 C 858.7072 125.2607 857.68627 125.90586 856.50781 126.90234 C 855.62454 127.64996 853.25401 128.54803 853.22461 129.75977 C 853.189 131.21511 855.57233 130.4053 856.29492 130.18164 C 855.78866 130.46095 855.25843 130.64406 854.70703 130.81836 C 854.97602 131.00738 855.27006 131.18385 855.55469 131.34766 C 853.62738 131.14919 851.5791 131.87338 850.04883 133.04102 C 849.25269 133.64898 847.3313 135.48335 849.41406 135.79102 C 849.15898 136.01258 848.92281 136.30219 848.67383 136.5332 C 849.23786 137.26612 850.09297 137.16797 850.89648 137.16797 C 851.41428 137.16797 851.6713 137.97304 852.16602 138.12109 C 853.35393 138.47705 854.68233 139.25691 855.66016 138.01367 C 856.18219 138.69724 856.39041 139.6685 857.35352 139.81445 C 858.71263 140.02027 859.74568 139.23233 861.05859 139.17773 C 861.0965 139.8088 860.6947 140.2377 860.10547 140.34375 C 860.50772 140.3847 860.86916 140.3847 861.27148 140.34375 C 860.04366 140.98638 858.72563 141.274 857.45898 141.82422 C 857.92427 140.71959 859.41756 140.3593 860.42383 140.02539 C 859.01534 139.82379 855.70872 140.06086 854.91992 141.50781 C 855.21835 141.69578 855.45471 141.87225 855.76562 142.03711 C 854.6166 142.27652 853.42781 143.31609 852.27148 143.30664 C 851.83034 143.30347 849.82484 144.61101 850.26172 144.89453 C 851.68697 145.81646 854.22453 144.5236 855.44922 144.04688 C 854.9251 144.21384 854.39298 144.33527 853.85938 144.4707 C 854.22697 143.99295 856.14212 142.22748 856.71875 143.09375 C 857.52431 144.30444 854.81312 145.42286 854.17773 145.95312 C 854.55637 146.1283 854.93534 146.202 855.32227 146.1582 C 852.70265 146.72779 850.36412 148.03278 847.93164 149.12695 C 845.39407 150.26834 843.42227 150.43298 840.73242 150.60938 C 839.97517 150.65978 836.59263 152.31261 836.49805 153.14844 C 836.3825 154.17852 837.41598 154.11249 836.49805 154.94727 C 835.99391 155.40508 835.6763 155.93454 836.18164 156.53516 C 834.23542 156.85121 833.84588 159.29701 831.83984 159.39258 C 831.59051 159.40412 830.87114 159.26614 830.25195 159.18164 C 829.30706 159.05271 828.40289 159.00984 828.34766 159.60547 C 828.28875 160.23129 828.86581 160.86823 829.51172 160.76953 C 829.09514 161.16581 828.55458 161.44901 828.0293 161.72266 C 828.86818 160.82249 827.44488 159.46197 826.9707 158.54688 C 827.87586 157.77178 828.59237 159.2804 829.51172 158.65234 C 829.43549 158.99592 829.77615 159.14807 830.25195 159.18164 C 830.88635 159.22637 831.75909 159.15598 832.1582 159.07617 C 833.24423 158.85777 833.43818 158.12473 833.95703 157.27734 C 833.17561 157.05053 832.35051 157.10395 831.62891 157.48828 C 832.34942 156.94647 833.2242 156.61928 834.06445 156.32422 C 832.95955 155.25424 831.20267 156.81619 830.04102 156.95898 C 830.04102 155.93941 831.18547 155.82471 831.83984 155.37109 C 831.21702 155.4761 830.68682 155.30063 830.25195 154.8418 C 831.65412 153.80227 832.67563 153.61679 833.95703 152.4082 C 835.32348 151.12087 836.9025 149.40802 838.72266 148.81055 C 837.4444 149.0342 835.86504 149.27602 834.69922 149.86719 C 834.01336 150.2158 833.30309 150.76419 832.47656 150.71484 C 833.35458 149.76456 834.70388 149.5568 835.65234 148.70312 C 834.3468 148.86065 833.15798 149.35179 831.83984 148.91602 C 833.38801 148.72385 831.97332 147.57231 831.31055 147.22266 C 830.87254 146.99164 829.57523 146.71752 829.08789 146.69336 C 828.26867 146.65346 827.68675 148.23025 826.6543 148.38672 C 825.50002 148.56208 824.29033 148.11411 823.16016 147.96289 C 822.96164 148.94572 824.31904 149.60536 823.05469 150.29102 C 823.54203 148.67923 822.1256 149.80821 822.3125 150.60938 C 822.43344 151.12389 822.73391 151.64915 822.63086 152.19727 C 823.68745 151.40239 826.09907 150.45137 827.28906 151.24414 C 828.88343 152.30677 827.23935 152.64488 827.71289 153.25391 C 825.81918 153.35261 823.22784 154.84545 822.41797 152.19727 C 821.54415 149.33698 819.16951 150.96908 820.83008 152.51367 C 819.24619 152.47167 817.5694 153.5773 816.06641 153.25391 C 814.75039 152.97041 813.51049 152.37263 812.15039 152.19727 C 808.948 151.7846 806.17796 152.84405 803.04492 152.9375 C 801.63439 152.97845 799.38115 152.52169 798.07031 152.9375 C 797.06729 153.25671 796.74428 152.49221 795.74023 152.4082 C 794.89892 152.33785 792.53856 151.0041 793.72852 150.08008 C 793.80951 150.12838 783.89721 151.30739 787.37695 149.02148 C 786.8413 148.91963 786.31314 148.97365 785.78906 149.12695 C 786.04316 148.90329 786.28132 148.72213 786.53125 148.49219 C 784.87809 148.47014 784.89947 148.89438 783.35547 147.75195 C 784.32281 146.83948 784.62872 147.69442 785.04883 146.26953 C 785.29139 145.44526 785.97253 144.61914 784.94336 144.04688 C 783.18722 143.0693 780.14242 144.09424 778.37891 144.57617 C 773.13363 146.0084 767.7284 145.59818 763.0293 148.70312 C 763.55867 148.95933 764.08778 148.95933 764.61719 148.70312 C 763.98176 149.5547 764.1535 149.67507 765.04102 149.12695 C 762.96665 150.12658 766.14682 149.74131 766.62891 149.65625 C 767.39142 149.52187 768.19664 149.29352 768.95703 149.55078 C 768.68906 149.31452 768.45314 149.07829 768.2168 148.81055 C 769.61791 147.44236 770.97966 149.23758 772.45117 148.70312 C 773.20846 148.42803 774.26156 147.95392 775.09766 148.06836 C 775.50834 148.12506 776.58564 148.51102 776.89648 147.96289 C 777.92054 146.15579 782.25082 146.51804 784.20117 145.95312 C 782.62152 146.70075 782.27593 147.71672 780.39062 147.85742 C 778.82248 147.97503 776.72572 148.17457 775.41602 149.12695 C 774.06848 150.10768 772.56881 149.63066 771.07422 150.08008 C 769.61216 150.52109 768.01922 150.67167 766.52148 150.92578 C 767.08206 150.76139 767.23092 150.57262 767.26367 150.50391 C 767.04042 150.47681 766.5263 150.55472 766.41602 150.71484 C 766.03268 151.31021 766.22623 151.54702 767.05078 151.34961 C 765.99525 152.08777 764.05601 151.64644 763.45312 153.04297 C 762.98784 154.12135 764.05817 154.47935 762.92383 155.58398 C 762.14752 156.33911 762.93409 157.3522 762.5 157.80664 C 762.47635 157.8307 762.53035 157.89165 762.5 157.91211 C 761.80786 158.37727 762.04664 159.00008 761.75781 159.71094 C 760.89762 157.72428 759.6911 161.44749 759.11133 159.39258 C 759.74043 159.34323 760.32005 159.05194 760.69922 158.54688 C 760.24445 158.76108 759.35249 158.44119 759.00586 158.86328 C 758.65612 159.29169 758.32556 160.17035 757.73633 160.3457 C 756.62196 160.6775 757.50732 162.96649 757.73633 163.62695 C 756.72487 163.28359 756.65988 161.49568 756.67773 160.66406 C 756.41622 160.85413 756.17923 161.08567 755.93555 161.29883 C 756.52792 160.5155 755.72742 160.13608 755.08984 159.92188 C 755.74528 160.03422 756.32516 159.60071 756.46484 158.9707 C 755.77369 158.91925 754.47794 158.52093 755.19531 157.59375 C 755.64479 158.05794 756.48685 158.38508 757.3125 158.44141 C 758.06693 158.49286 758.8066 158.32 759.2168 157.80664 C 760.23037 156.53715 758.88763 154.61305 757.52344 155.90039 C 757.87632 155.39742 758.22915 154.92289 758.58203 154.41992 C 757.58003 153.68805 756.3194 155.55388 755.51172 155.90039 C 754.79855 154.82726 756.68555 154.09615 756.7832 153.04297 C 755.71818 152.95057 754.64093 152.87277 753.60742 153.25391 C 753.92452 152.58504 753.35545 151.50344 752.54883 151.98438 C 752.97949 151.75861 753.27722 151.46267 753.50195 151.0332 C 752.76041 150.69721 750.36227 151.4947 749.58398 151.66797 C 748.03476 152.01342 746.28862 152.07975 744.82031 152.72656 C 746.82537 151.45708 743.057 152.88501 742.38477 152.9375 C 741.39223 153.01521 741.00032 152.75619 740.16211 153.25391 C 739.77351 153.48387 738.15255 152.91125 737.62109 152.9375 C 736.52879 152.99105 735.42375 153.2353 734.33984 153.36133 C 732.00185 153.63329 729.36683 153.42878 727.03516 153.14844 C 724.91982 152.89328 722.35199 151.64849 720.25977 151.77344 C 721.12204 151.15287 722.43734 151.49283 723.33008 150.92578 C 724.61042 150.11412 724.079 149.83416 725.76367 149.76172 C 727.34544 149.69347 728.37664 148.65246 730.10547 148.91602 C 731.24927 149.09033 732.4063 148.77246 733.28125 147.96289 C 734.39667 146.93176 732.28898 144.65026 731.16406 144.4707 C 729.8449 144.25965 728.61002 142.73857 727.14062 143.30664 C 726.20586 143.6689 725.336 143.22044 724.38867 143.51758 C 724.51773 143.76854 724.68951 144.00566 724.8125 144.25977 C 723.73696 145.05569 719.88331 144.03545 718.77734 143.83594 C 717.2218 143.55349 715.36964 143.45909 714.01367 142.56445 C 712.23971 141.39367 711.12363 140.90948 708.93164 140.76562 C 708.13073 140.71355 707.44028 140.66613 706.81445 140.44922 L 690.30078 149.33984 L 710.83789 170.61133 L 720.78906 172.09375 L 730 179.82031 L 766.83984 181.93555 L 737.83398 213.79297 L 792.67188 213.26367 C 793.33444 212.39734 793.75973 211.60567 793.41211 211.25391 C 794.15468 211.5584 794.38613 211.38764 794.04688 210.83008 C 796.4857 211.69529 799.15008 207.19317 801.35156 206.5957 C 801.64462 206.5159 803.08374 205.12226 803.04492 205.00781 C 802.68258 203.93993 803.95495 204.68329 804.52734 204.47852 C 803.36992 202.01096 810.37159 202.12612 810.87891 200.35156 C 810.27288 200.27596 809.99369 199.89779 810.13867 199.29297 C 811.12387 199.4106 812.61833 200.23802 812.57422 198.55273 C 814.08459 199.56181 814.38516 197.70053 815.32617 197.38867 C 816.25257 197.08312 817.35276 196.60215 815.75 196.11914 C 816.5388 196.14119 817.81683 196.10589 817.86719 197.17578 C 818.19275 196.97732 818.48501 196.74109 818.71289 196.43555 C 818.44086 196.27488 818.14871 196.15555 817.86719 196.01172 C 818.78307 195.91722 820.65369 193.95926 821.14844 194.31836 C 821.96974 194.91478 822.57629 193.534 823.47852 194.31836 C 823.90812 194.69217 824.82316 194.10122 825.17188 193.89648 C 824.52385 193.46597 821.2564 192.29264 824.11328 191.99023 C 825.83159 191.80752 827.03009 191.97727 828.77148 192.20312 C 829.95837 192.35644 830.87169 191.74818 831.94727 191.35547 C 832.93666 190.99636 833.8804 191.37809 834.80469 190.7207 C 835.4538 190.25869 836.16302 189.7739 836.49805 189.02734 C 836.98751 187.94056 835.43677 187.43946 836.92188 187.43945 C 836.16251 186.68553 835.08731 187.16286 834.27539 186.59375 C 833.81431 186.27139 833.57606 185.6284 833.2168 185.2168 C 832.67768 184.59888 831.13511 185.04797 829.61719 185.53516 C 829.877 185.4241 830.13933 185.19408 830.35938 185.00586 C 828.61477 184.32229 825.81919 184.08314 824.42969 182.7832 C 824.34763 184.72576 821.49638 183.30202 822.3125 182.57227 C 823.005 181.95315 824.18159 182.59652 823.99414 181.59961 C 825.26652 184.29087 831.24715 184.04518 833.42969 184.6875 C 834.23945 184.92586 840.1047 187.15003 839.78125 185.00586 C 840.58473 185.10141 841.37247 185.67585 842.21484 185.53516 C 842.91962 185.41862 843.37812 184.75167 844.01562 184.47656 C 844.88948 184.0996 844.837 181.78498 846.44922 183.09961 C 846.80316 182.58719 846.80319 182.11475 846.44922 181.61914 C 846.89523 181.33465 847.41273 181.35923 847.82617 181.19531 C 847.70897 181.32615 847.61342 181.47633 847.50977 181.61914 C 848.03804 181.88585 848.54422 182.37673 848.56836 182.99414 C 848.63033 181.5472 850.45202 182.65871 851.10742 182.88867 C 851.02643 182.38571 851.02643 181.9092 851.10742 181.40625 C 851.70505 184.82935 858.85217 181.05653 860.31836 180.13672 C 862.11336 179.01109 864.18225 177.12861 866.24609 176.64453 C 867.84469 176.26967 869.99716 175.09336 871.01172 173.78711 C 872.3162 172.10706 868.098 172.28053 867.41211 172.30469 C 865.08883 172.38974 862.9463 172.09493 860.63672 171.88281 C 860.22917 171.84606 859.21791 170.42118 859.04883 170.08203 C 858.3724 168.72329 857.49199 168.15023 855.97852 167.85938 C 854.72443 167.61786 853.13207 167.04296 851.84961 167.22461 C 850.65224 167.39472 851.68404 168.18932 849.73242 167.4375 C 851.00959 165.89921 854.41815 167.53482 856.08398 167.33008 C 854.30159 167.68499 856.83046 167.81841 857.35352 167.85938 C 857.87449 167.90033 858.89893 167.98972 859.36523 167.64844 C 859.04373 167.37228 858.69213 167.19007 858.30664 167.01367 C 861.02377 166.94017 863.08288 169.17215 865.82422 169.44727 C 865.04276 169.44727 864.2714 169.54282 863.49414 169.44727 C 865.16414 170.28098 865.81098 171.96891 867.83594 171.88281 C 869.94602 171.79251 871.51439 171.7296 873.33984 170.61133 C 875.1443 169.5067 877.26646 169.20761 878.95117 167.85938 C 880.43631 166.67284 882.48292 166.51046 884.0332 165.42578 C 883.35257 164.08069 880.99222 164.82273 880.64453 163.30859 C 881.24844 163.28453 881.57092 162.96118 881.49219 162.35742 C 882.80295 162.80158 886.19045 162.79843 887.52539 162.35742 C 889.97363 161.5489 889.39487 162.47294 888.90234 164.36719 C 890.53137 164.13407 891.99558 164.95549 893.56055 165.21484 C 893.24144 164.57538 893.23251 163.4852 894.30078 163.62695 C 894.30078 164.88804 894.4383 164.06946 895.35938 164.47266 C 895.84463 164.68582 896.4814 165.12376 897.05273 165.00195 C 898.56311 164.68065 897.88921 162.59615 897.16016 161.93359 C 897.40575 161.77188 897.64199 161.6515 897.90039 161.50977 C 896.76185 161.45516 897.01892 160.96359 897.58203 160.45117 C 897.04634 160.35667 896.51504 160.29123 895.99414 160.13477 C 898.64093 160.44346 894.18865 159.3866 896.8418 159.5 C 895.51208 158.54657 894.29965 160.00856 892.92578 159.81641 C 893.98767 158.89973 895.49737 158.65013 896.8418 158.86328 C 894.79471 158.45587 898.16643 158.79713 898.53516 158.86328 C 898.13287 158.88629 897.66795 158.88629 897.26562 158.86328 C 897.86117 158.97666 898.39332 159.43498 898.53516 160.0293 C 897.28425 159.79304 897.51213 161.16481 898.53516 160.875 C 899.27878 160.66393 900.06936 160.21495 900.65234 159.71094 C 900.42334 159.98395 898.70468 161.95938 898.64062 161.82812 C 898.9977 162.5642 900.58964 162.85927 899.38281 163.83789 C 902.30686 163.93869 906.13222 162.25672 908.69922 161.08594 C 909.78313 160.59137 910.35569 160.78848 911.45117 160.0293 C 912.59709 159.23547 913.381 158.68911 914.83984 158.65234 C 916.56235 158.60929 920.92527 156.09884 919.70898 153.89062 C 918.7973 152.23368 916.90721 151.04848 919.60352 149.86719 C 919.05844 149.98897 918.5282 149.98432 918.01562 149.76172 C 918.68256 149.40576 919.17516 148.98768 918.01562 148.70312 C 919.37576 148.48892 918.68782 148.05541 918.01562 147.75195 C 918.32016 147.564 920.95298 146.85647 921.19141 147.00977 C 922.26589 147.70174 921.81564 147.29174 923.20312 146.9043 C 924.96029 146.41183 927.52879 146.7026 927.9668 144.36523 C 926.94987 144.24788 926.08401 143.9244 925.10742 143.94141 C 926.91682 143.62203 929.76114 143.33503 930.08398 141.71875 C 929.1765 141.7786 928.32293 141.16274 927.4375 141.08398 C 926.67076 141.01678 926.08286 141.41929 925.32031 141.40039 C 927.25499 140.83547 924.22546 139.92084 926.27148 140.13086 C 924.74117 139.45149 923.01771 139.41247 921.40234 139.07227 C 922.48413 138.99771 923.99576 139.53743 925.00195 139.07227 C 925.51947 138.83285 925.96506 138.4226 926.48438 138.33203 C 924.17571 137.83797 921.87202 137.76622 919.60352 137.37891 C 920.02528 137.2949 920.4481 137.24143 920.87305 137.16797 C 920.41267 136.77623 919.78257 137.01263 919.39062 137.37891 C 918.56724 137.2305 917.77728 137.02855 916.95703 136.74414 C 915.58221 136.26744 913.98797 136.9674 912.61523 137.16797 C 911.71558 137.29954 910.91483 136.85434 910.07422 136.84961 C 909.97558 137.1216 908.27731 137.77844 908.91016 138.86133 C 908.37771 138.86553 907.29544 139.78065 907.85156 139.70703 C 907.50796 139.90048 907.39637 140.29154 907.64062 140.76562 C 907.36115 140.73613 907.0734 140.68116 906.79297 140.66016 C 906.6229 141.6409 907.59096 142.02584 908.38086 141.82422 C 907.01649 142.39124 908.94845 142.44857 909.86328 142.98828 C 909.52826 142.97883 906.23616 142.76261 908.38086 143.51758 C 907.91974 143.68665 906.85928 143.18655 906.58203 143.73047 C 906.34999 144.18618 906.41293 144.38335 905.73438 144.15234 C 906.15449 144.63642 906.62125 144.80928 907.2168 144.57617 C 905.19809 146.62268 902.21953 143.77953 900.44141 146.69336 C 898.69261 149.55679 895.27959 150.77416 892.39648 152.08984 C 891.56675 152.46785 888.06948 156.2973 887.52539 155.90039 C 886.1684 154.91231 885.29609 156.53687 884.13867 156.95898 C 883.42758 157.21834 881.75568 158.09673 881.17383 157.59375 C 883.42155 156.28962 881.18687 154.74239 880.75 153.14844 C 880.19652 151.11978 882.98183 148.8616 884.5625 148.17383 C 884.37348 148.41849 884.20126 148.65667 884.0332 148.91602 C 886.43631 149.47988 887.46556 147.45028 888.37305 145.63477 C 889.07888 144.22143 886.76431 142.26384 885.72656 141.50781 C 884.14691 140.35908 881.97695 142.46957 880.53906 142.98828 C 879.59692 143.32849 879.20626 144.17001 878.63281 144.89453 C 877.93436 145.77656 876.8848 145.47943 876.0918 146.16406 C 876.73982 147.0692 875.32316 147.47673 874.50391 147.96289 C 873.75506 148.406 872.76911 149.1238 871.85742 149.12695 C 872.2011 148.6156 872.35364 148.18259 871.73828 148.2168 C 872.28039 148.11574 872.1699 147.98931 871.32812 147.75195 C 871.79553 147.41279 872.1837 146.989 872.59961 146.58789 C 873.1521 146.06288 875.31352 144.61912 873.6582 144.78711 C 875.9038 144.2894 873.85188 141.59908 872.91602 140.97852 C 873.46219 140.968 873.99243 140.85124 874.50391 140.66016 C 873.23041 141.75891 875.66748 140.96348 876.19922 140.66016 C 876.04814 140.74343 875.94377 140.80301 875.77539 140.97852 C 876.6797 140.55851 876.90801 140.79112 876.41016 141.61328 C 877.6611 141.50145 877.37284 140.38666 876.62109 140.44922 C 877.47533 139.95651 878.65248 139.62497 879.58594 139.81445 C 878.09868 138.67202 874.98106 139.28694 873.23438 139.17773 C 874.04414 139.06644 874.81573 138.76405 875.5625 138.4375 C 873.94505 137.27722 872.46466 139.66212 870.79883 139.28516 C 870.02266 139.10979 869.92309 138.3983 869.21094 138.12109 C 868.39482 137.80398 867.60391 138.18199 866.77734 138.12109 C 867.28886 137.92893 867.8191 137.81428 868.36523 137.80273 C 867.83586 137.71978 867.30562 137.71978 866.77734 137.80273 C 869.07648 137.08661 871.25086 135.92449 873.6582 135.58008 C 873.03224 134.72431 871.9512 134.82055 871.11719 135.26367 C 872.85339 133.54687 875.35553 134.62917 877.46875 134.41602 C 877.08647 133.8448 877.14308 133.36935 877.67969 132.93359 C 876.82577 132.66689 876.20442 133.41155 875.35156 133.25195 C 876.2359 133.07344 876.68084 131.8549 875.45703 131.87695 C 876.75837 131.31624 875.75123 130.26012 874.7168 130.39453 C 874.86484 130.14147 874.98714 129.90526 875.14062 129.6543 C 874.74568 129.50938 874.39151 129.39369 873.97461 129.33594 C 875.29589 129.25824 876.61159 127.5548 877.15039 126.47852 C 877.90662 124.96542 876.74512 124.08967 875.5625 123.4082 C 875.83453 123.15095 876.0232 122.91368 876.30469 122.66797 C 874.79961 122.27316 873.70858 122.36052 872.28125 122.98633 C 872.79802 122.58837 873.48511 122.00894 872.07031 122.24414 C 872.56711 121.86402 873.09735 121.56911 873.6582 121.29297 C 873.4292 120.98162 873.11195 120.77597 872.70508 120.6582 C 873.22965 120.67479 873.79047 120.66138 874.1875 120.6582 C 874.79039 120.654 875.39188 120.65243 875.98633 120.55078 C 876.41907 120.47623 877.94437 119.72348 876.30469 120.33984 C 878.25514 119.24151 880.32232 118.61003 882.33789 117.69336 C 884.82923 116.56038 882.69278 115.04719 880.96289 115.1543 C 884.69045 113.72206 888.13559 115.35578 891.86523 115.36523 C 893.4134 115.36943 894.88046 114.60403 896.20703 113.88477 C 896.92334 113.49731 897.71546 113.10936 898.42969 112.71875 C 899.03254 112.38905 901.27952 111.93061 899.59375 111.55469 C 901.80049 111.45913 903.55092 109.12109 905.52344 109.12109 C 907.71857 109.12109 909.5828 106.45322 911.76953 106.89844 C 909.7235 105.672 906.24728 105.29488 903.93555 105.83984 C 903.46709 105.94903 901.344 106.89532 901.07617 106.1582 C 900.63185 104.93387 900.01411 105.3543 898.85352 104.99414 C 898.0398 104.74136 897.11646 104.55096 896.20703 104.57031 z M 879.58594 139.81445 C 878.92997 139.86065 877.9688 140.44989 877.67969 140.66016 C 878.5294 141.76585 879.44198 140.47854 880.11523 139.91992 C 880.00142 139.77869 879.8046 139.79904 879.58594 139.81445 z M 757.3125 158.44141 C 757.16142 158.69343 756.93446 158.92858 756.7832 159.18164 C 757.62452 159.26669 757.85024 159.03047 757.3125 158.44141 z M 762.5 157.80664 C 762.27099 157.55462 762.03298 157.26501 761.75781 157.06445 C 761.63179 157.11485 761.46001 157.22799 761.33398 157.27734 C 761.44748 157.91891 761.92969 158.17414 762.5 157.80664 z M 872.2793 105.09766 C 872.06854 105.08455 871.85878 105.09014 871.64648 105.09961 C 870.37271 105.15652 869.11955 105.73437 867.83398 105.73438 C 865.92136 105.73438 864.01195 106.30766 862.11719 106.47461 C 862.56779 106.88202 863.09799 107.00811 863.70508 107.00391 C 861.50677 107.06796 864.02701 107.30756 864.44727 107.32227 C 865.39255 107.35377 866.36569 107.32894 867.30469 107.2168 C 866.89171 107.30332 866.56321 107.39874 866.14062 107.42773 C 864.52212 107.53797 862.51433 107.30066 861.05859 108.16797 C 860.99147 105.75395 857.77764 106.29467 856.50781 106.89844 C 856.8812 107.05542 857.30117 107.14303 857.67188 107.11133 C 857.03776 107.18966 856.39517 107.10956 855.66016 107.00391 C 854.1939 106.79285 852.30118 107.15538 851.00195 107.85156 C 851.57435 108.14556 852.05627 108.54895 852.58984 108.91016 C 851.93547 109.85203 850.86597 109.15272 850.04883 108.91016 C 848.74015 108.52165 847.48294 109.35849 846.23828 109.65039 C 847.51756 110.61852 848.59278 111.32465 850.26172 111.02539 C 850.79526 110.92984 851.30552 110.66022 851.84961 110.60352 C 852.61004 110.52477 852.73091 111.69539 853.75391 111.55469 C 853.11008 111.89174 852.82801 111.74953 852.27344 111.44922 C 851.36281 110.95571 850.22492 111.42261 849.41406 111.87305 C 851.65754 111.99589 849.77652 114.25111 848.35547 114.0957 C 848.97723 113.97179 849.39665 113.44674 849.51953 112.82617 C 847.60797 113.00679 848.57302 114.22797 847.29688 114.83594 C 845.90942 115.49639 842.84588 115.63673 841.36914 115.25977 C 842.27027 114.94792 841.5682 114.53512 841.26367 113.46094 C 840.77107 111.72734 837.50322 112.90186 836.49805 113.35547 C 835.71976 113.70618 833.55137 114.32407 833.64062 115.4707 C 833.74565 116.81894 835.97579 116.24805 836.18164 117.58789 C 835.90217 117.66244 835.61441 117.83276 835.33398 117.90625 C 835.86646 118.34201 840.0232 117.90893 839.03906 119.17578 C 840.92959 118.36201 840.52366 120.14587 841.36914 121.1875 C 842.66208 122.78144 843.21712 123.25429 842.32227 125.31445 C 845.18751 125.99907 847.36765 125.5942 850.15625 124.15039 C 848.56503 122.6457 850.86277 121.89882 851.95508 121.29297 C 851.40157 121.69618 850.8152 122.05487 850.26172 122.45703 C 851.28997 123.84097 854.03025 123.39106 855.44922 123.0918 C 856.71273 122.82509 857.8645 122.16341 859.1543 122.0332 C 859.59752 121.9891 863.04911 121.53342 860.84766 121.29297 C 861.31192 120.91705 861.84318 120.69017 862.43555 120.76367 C 862.15403 120.59356 861.85992 120.41813 861.58789 120.23438 C 862.19498 120.06426 862.99208 120.15655 863.49414 119.70508 C 864.1422 119.12125 864.24993 118.21064 863.17773 118.11719 C 865.49999 118.2789 867.43815 117.24622 868.15234 114.94141 C 866.89092 115.61027 865.44285 115.48863 864.12891 116 C 864.81374 115.63039 865.86531 114.39648 864.44727 114.20117 C 865.07531 114.28412 865.49428 114.02225 865.50586 113.35547 C 863.2424 112.653 861.19565 113.21216 859.04883 113.99023 C 859.40171 112.5559 861.91815 112.25467 863.07031 111.97852 C 865.34637 111.43145 867.52557 110.79699 869.8457 110.39062 C 869.55063 109.35634 868.59127 109.70172 867.83398 109.86133 C 869.12692 108.28208 871.91244 109.62993 873.33984 108.27539 C 874.35338 107.31251 870.6793 106.7393 870.05859 107.00391 C 871.2097 106.58547 871 106.51681 870.48047 106.58203 C 871.40281 106.27885 872.28285 105.83369 872.91602 105.20508 C 872.70097 105.1422 872.49006 105.11076 872.2793 105.09766 z M 914.52148 105.41797 C 914.03203 105.46627 913.56574 105.69016 913.14453 105.94531 L 913.99219 105.94531 C 914.19476 105.7689 914.3187 105.59438 914.52148 105.41797 z M 934.71289 107.19336 C 933.65301 107.18606 932.60234 107.1876 931.56445 107.2168 C 929.48868 107.27518 927.46412 107.45049 925.31836 107.74609 C 921.01939 108.33726 916.9731 110.29439 912.93359 111.76758 C 911.52829 112.27999 910.26817 112.93064 909.43945 114.20117 C 908.68009 115.36355 907.91621 114.56522 906.89844 115.1543 C 905.76727 115.81056 904.79356 116.70657 903.61719 117.27148 C 902.99122 117.57179 900.21418 119.17578 902.24023 119.17578 C 901.0135 120.06516 899.29408 120.12732 898.42969 121.50391 C 897.59049 122.84479 896.6601 123.35304 895.46484 124.57422 C 894.61725 126.39497 905.90177 125.98854 906.36914 126.05469 C 905.07204 127.28112 908.30351 127.92419 909.01562 127.96094 C 906.64195 127.89584 904.29125 129.04749 901.92383 128.38281 C 899.99758 127.84205 897.50455 126.98296 895.46484 127.32422 C 895.69791 127.56783 895.99168 127.80601 896.20703 128.06641 C 895.79214 128.26697 894.6388 128.61364 894.51172 129.125 C 894.33727 129.82222 895.32322 130.41864 895.25391 131.13477 C 895.12485 132.46935 898.3927 132.46738 899.16992 132.93359 C 898.64161 133.0176 898.1114 133.0176 897.58203 132.93359 C 897.96339 133.06706 899.28358 133.17388 900.01758 133.25195 C 901.57203 132.88654 903.24042 133.6148 904.78125 133.14648 C 904.52376 132.95117 904.18042 132.71962 903.93359 132.51172 C 905.03222 131.8523 907.01294 132.56411 905.52148 132.72266 C 906.64845 133.36737 908.49461 132.22871 909.54492 131.87695 C 908.9305 132.21505 906.55644 133.03818 907.00391 134.09766 C 907.74333 135.84596 911.03405 135.69407 912.50977 135.47461 C 911.79239 135.0189 910.90816 134.88697 910.07422 135.05078 C 911.07516 134.53311 912.19549 134.81299 913.25 134.94531 C 914.44317 135.09548 915.19591 134.49158 915.89648 135.15625 C 917.02345 136.22518 919.60158 135.779 920.97852 135.68555 C 922.66954 135.57215 924.29454 135.28701 925.95508 135.79102 C 926.51385 135.97478 927.08967 136.13551 927.64844 136.32031 C 927.76698 136.35706 929.13448 137.16902 929.23633 137.16797 C 929.96422 137.15957 931.83384 136.36407 932.51758 136.00391 C 931.80441 135.86218 931.26912 135.36848 930.71875 134.94531 C 929.77661 134.22184 928.51345 134.13071 927.54297 133.46289 C 930.46387 134.10551 932.85547 135.48104 935.16406 137.27344 C 935.63986 137.64305 937.3067 137.23153 936.54102 136.5332 C 936.06836 136.10269 935.86989 135.49935 935.16406 135.36914 C 934.54021 135.25575 934.20893 135.57895 933.68164 135.05078 C 936.21713 133.03157 940.95321 137.33153 943.31641 135.58008 C 943.27441 137.28848 948.45582 136.4406 949.34961 136.21484 C 950.45663 135.93553 951.26235 134.57802 951.04492 133.46289 C 950.92091 132.82237 948.29 132.53692 947.76172 132.51172 C 948.206 132.24606 948.65659 132.06281 949.13867 131.87695 C 949.65227 131.6722 949.92612 132.52681 950.4082 132.08789 C 950.95543 131.58913 952.30403 130.05604 953.16211 130.81836 C 952.64745 131.12496 952.16556 131.25211 951.57422 131.34766 C 951.55728 131.98922 951.80881 132.25006 952.41992 132.19336 C 953.14463 132.12721 952.5137 133.22772 953.58398 132.72266 C 953.09453 134.17905 955.19775 133.63646 955.91406 133.57031 C 958.2132 133.3582 955.54562 136.41988 955.17383 137.0625 C 955.94265 137.30032 956.69561 136.97938 957.50195 136.63867 C 958.30861 137.06183 959.1445 136.45827 959.9375 136.95703 C 959.74001 138.24122 958.20062 137.90132 957.29102 138.01367 C 957.9671 138.8856 959.17153 138.78588 960.35938 138.54297 C 960.16153 138.61805 959.98003 138.71567 959.83008 138.86133 C 959.26714 139.40839 963.73986 140.41881 963.53711 141.71875 C 963.29356 143.28225 959.50119 142.77734 958.45508 142.77734 C 957.4972 142.77734 956.61043 142.93212 955.91406 143.62305 C 955.83109 143.83831 955.83003 144.04241 955.91406 144.25977 C 955.91053 144.66193 954.92438 144.99587 954.75 145.5293 C 956.98194 145.94091 961.02052 144.81238 962.68945 143.30664 C 963.63368 142.45402 963.87604 143.86429 964.80664 143.83594 C 965.16457 143.82482 965.38273 143.70676 965.6543 143.51758 C 965.68465 143.54605 965.76235 143.55874 966.18359 143.51758 C 964.1754 144.03524 966.73835 143.65349 967.0293 143.62305 C 966.58709 144.0756 966.05583 144.42392 965.44141 144.57617 C 965.85202 144.78327 966.24698 144.73741 966.60547 144.57617 C 965.8887 145.23414 967.02616 146.39384 967.77148 146.69336 C 968.77666 147.09762 970.61694 146.44341 969.14648 145.42383 C 969.9794 145.29257 970.8426 145.30026 971.58203 145.74023 C 971.14195 145.73918 969.99192 146.82469 969.67578 147.22266 C 968.60341 148.57509 970.17815 147.99153 969.99414 148.81055 C 970.83228 148.46089 971.7369 148.4228 972.53516 147.96289 C 972.0667 148.28629 971.59157 148.52252 971.05273 148.70312 C 971.93396 148.41858 972.49232 149.41256 973.38086 149.12695 C 972.85046 149.87037 972.88224 150.86811 972.11133 151.45508 C 973.98824 152.2573 971.5523 155.15122 972.85156 156.53516 C 971.69517 156.98351 970.94038 157.76557 969.67578 158.01758 C 968.51624 158.24965 967.55393 158.65336 966.60547 159.39258 C 964.78425 160.81432 967.9468 160.77735 968.83008 160.875 C 970.76162 161.09027 973.31057 162.39276 975.07617 160.98047 C 977.11062 159.35187 977.18597 157.94975 980.15625 158.86328 C 978.22789 159.27069 980.16761 158.99482 979.94531 159.71094 C 979.76271 160.30526 979.81812 160.51076 980.68555 160.66406 C 981.48063 160.80476 986.66992 162.02234 984.70898 162.56836 C 984.81468 162.5673 984.92302 162.57676 985.02734 162.56836 C 984.60078 162.67612 984.14393 162.87294 983.75586 163.09766 C 984.51209 163.41475 985.34203 162.43824 985.97852 163.09766 C 985.50586 163.21944 984.98539 163.38661 984.49805 163.41602 C 985.09881 163.65437 985.70557 163.2165 986.29688 163.41602 C 985.28648 163.65332 984.28466 164.28339 983.33203 164.68555 C 982.31846 165.11186 980.88524 164.49072 979.62695 164.79102 C 978.29516 165.10916 977.41271 164.12798 976.02734 164.68555 C 974.44978 165.31977 973.05655 166.83844 971.26367 166.80273 C 971.76993 166.20317 972.61955 166.28911 973.16992 165.74414 C 971.79927 165.47008 973.54256 165.02069 973.91016 163.94336 C 974.16524 163.19678 974.14501 162.34987 973.27539 162.03906 C 971.05817 161.24628 968.83273 161.05607 966.5 160.98047 C 964.6756 160.92167 952.88424 163.95897 953.26758 165.95508 C 953.49016 167.11536 955.09112 167.5709 955.49023 168.70703 C 956.51429 171.61351 953.19931 170.00454 951.89062 170.40039 C 950.67014 170.76895 949.47261 171.30393 948.29102 171.77539 C 947.94756 171.91296 945.84698 171.45898 945.32812 171.45898 C 944.44379 171.45898 944.56417 172.50661 943.31641 172.41211 C 942.19572 172.32811 940.84318 171.70754 939.82227 172.41211 C 939.9334 172.4853 940.03186 172.62874 940.14062 172.72852 C 939.4037 172.39567 938.48154 172.2313 938.02148 172.09375 C 937.31043 171.88058 930.93801 170.09231 931.45898 171.56445 C 930.61347 171.26625 930.25761 172.45539 929.87109 172.93945 C 929.3155 173.63667 928.23063 173.54304 927.43555 173.68164 C 926.51229 173.84231 925.46714 174.21207 924.68359 174.74023 C 923.627 175.45425 923.27576 176.78512 921.82422 176.85547 C 923.45112 176.64546 922.06206 177.46217 922.24805 178.33789 C 922.39913 179.05191 922.91876 179.57192 923.51953 179.92578 C 924.96687 180.77735 926.91343 180.251 928.49414 180.87891 C 929.29131 181.196 928.94733 180.28536 929.44727 180.03125 C 930.16989 179.66374 931.12341 180.30623 931.88281 180.24219 C 932.61384 180.18024 933.30049 179.79958 934 179.60742 C 934.51152 179.45411 935.05644 179.4484 935.58789 179.50195 C 935.2559 178.64723 935.49832 178.47074 936.32812 178.97266 C 934.80307 176.9461 939.56331 178.73385 939.92773 178.86719 C 940.8468 179.20529 942.40864 179.75341 943.20898 178.86719 C 944.39372 177.55465 943.60247 177.22559 942.57422 176.2207 C 943.74325 176.2207 944.6188 175.39449 945.75 175.26953 C 945.18283 175.79559 943.55396 176.47544 944.69141 177.38477 C 945.39198 177.94443 947.05606 177.1832 947.55078 176.64453 C 947.4952 177.64101 945.80334 177.82081 947.33789 178.23242 C 946.39151 177.9972 946.33353 179.16174 945.64453 179.50195 C 946.46799 179.67312 948.10166 178.64605 947.97461 177.70312 C 948.61632 178.35309 949.755 178.17662 949.87891 177.17383 C 950.53014 177.3408 950.7281 177.88264 950.30273 178.44336 C 951.24382 178.48221 951.64358 177.2396 952.63086 177.59766 C 951.9839 178.12267 951.03417 178.29387 950.4082 178.86719 C 949.93452 179.30085 950.67237 180.68512 951.04297 180.98438 C 951.21103 180.98332 951.43361 180.97842 951.57227 180.87891 C 951.94826 180.79385 951.99445 182.38641 952.10156 182.57227 C 952.36307 182.35491 952.60006 182.1718 952.84375 181.93555 C 952.88776 182.58131 952.60037 183.11078 952.10156 183.52344 C 952.89347 184.48842 954.3562 183.47104 955.27734 183.3125 C 954.3688 183.69052 953.55524 184.34796 952.94922 185.11133 C 953.95647 184.59471 955.09989 185.01776 956.125 184.58203 C 954.91817 184.45917 955.47062 184.38243 956.125 184.05273 C 956.46846 185.35477 958.31452 185.20591 959.30078 185.64062 C 957.53938 187.12117 955.23196 187.19576 953.05469 186.91016 C 954.64697 187.09916 954.12762 188.23235 954.85547 189.23828 C 955.85852 190.62432 957.98914 190.24946 959.08984 189.23828 C 958.58253 190.0132 957.76416 190.40476 956.86719 190.50977 C 958.45315 190.62315 959.57517 191.84705 960.99414 192.41406 C 962.72928 193.10813 964.80207 192.28538 966.60547 192.51953 C 964.53004 192.63082 965.35708 194.22787 966.5 195.06055 C 967.79922 196.00662 969.6987 196.79159 971.26367 196.96484 C 973.64578 197.22945 975.60352 197.36002 977.82812 198.3418 C 979.74809 199.18917 981.71342 200.06284 983.86133 199.61133 C 983.70276 199.11466 983.63809 198.64027 983.54492 198.12891 C 984.19404 198.21606 984.73432 197.85231 985.02734 197.2832 C 984.40664 197.13933 984.06714 196.75231 984.39062 196.11914 C 983.86443 195.96793 983.34051 195.90988 982.80273 196.01172 C 983.76273 195.92772 983.82078 195.72345 983.12109 195.37695 C 982.92057 194.79629 983.5759 194.42538 983.12109 193.78906 C 982.72932 193.242 981.39492 193.18323 980.79102 193.04883 C 980.86453 192.79576 980.92397 192.5606 981.00391 192.30859 C 979.80339 192.35585 980.21571 190.14444 978.67383 191.03906 C 980.38271 190.36494 978.37624 190.23442 977.82812 190.93164 C 978.04559 190.34993 978.47169 190.04919 979.09766 190.08594 C 976.6042 189.74362 975.14887 188.08089 974.54492 185.64062 C 974.00087 183.44396 977.70865 185.43578 978.14453 185.11133 C 977.99648 186.05425 979.50655 187.24145 980.26172 187.54492 C 980.52425 186.61564 980.8082 185.43629 980.58008 184.47656 C 980.97817 185.39954 983.16447 190.08495 984.28516 187.54492 C 984.14117 188.09199 984.13427 188.67547 984.17969 189.23828 C 984.42969 188.98417 984.66572 188.74901 984.91992 188.49805 C 985.02389 189.34333 984.21679 190.16267 985.34375 190.61523 C 984.40058 189.3657 986.62971 189.8464 985.97852 188.28711 C 986.8902 189.5524 985.97493 190.16696 987.56641 191.14453 C 987.72836 190.64157 987.72836 190.0596 987.56641 189.55664 C 987.91932 190.09609 988.60057 190.75289 989.26172 190.7207 C 989.18009 190.77215 989.12672 190.86874 989.04883 190.93164 C 989.68213 191.07027 990.28384 190.82294 990.63672 190.29688 C 989.38683 191.91287 991.74621 192.31952 992.64844 191.14453 C 992.8124 191.6282 990.34324 194.5335 992.86133 194.10742 C 992.67637 194.18449 992.50101 194.29024 992.33203 194.42578 C 992.95274 194.59905 993.484 194.37317 993.91992 193.89648 C 993.66109 193.8653 993.41281 193.94756 993.17773 194.00195 C 994.19971 193.51503 993.19797 191.39193 993.2832 190.61523 C 994.28732 190.50814 994.73563 191.82714 995.71875 191.67383 C 996.99277 191.47432 996.31507 189.84952 996.45898 189.02734 C 995.86662 189.30455 995.4847 189.15116 995.50781 188.49805 C 996.12326 188.62509 996.75228 188.25134 997.0957 187.75781 C 996.82064 187.60449 996.52639 187.48205 996.24805 187.33398 C 996.8491 187.14314 997.05079 186.54349 997.41211 186.16992 C 997.5598 186.01735 997.66243 185.86436 997.94141 185.85156 C 997.78694 185.27615 997.44544 184.74865 997.0957 184.26562 C 997.70487 184.79484 998.28015 185.56184 998.36523 186.38086 C 998.41877 186.89642 998.04373 187.59016 998.36523 188.07422 C 998.92295 188.91529 999.62146 188.15506 999.21289 187.33398 C 1000.676 187.59649 1000.319 185.54406 1001.1172 184.90039 C 1000.633 184.59274 1000.1017 184.41624 999.5293 184.37109 C 999.71391 183.99012 999.88921 183.97758 1000.1641 184.05273 C 1000.4798 184.27006 1000.8821 184.41146 1001.2227 184.58203 C 1001.2636 184.60775 1001.2888 184.66272 1001.3301 184.6875 C 1001.594 184.80939 1001.8801 184.95966 1002.1758 185.00586 C 1001.8787 184.77274 1001.5937 184.53653 1001.3301 184.26562 C 1001.656 184.1622 1001.8639 183.9835 1001.9648 183.8418 C 1002.0831 183.73318 1002.1768 183.64289 1002.1758 183.52344 C 1002.1758 183.39088 1002.0606 183.30146 1001.8594 183.3125 C 1001.69 183.16067 1001.4247 183.13568 1001.1172 183.3125 C 1000.9576 183.40417 1000.8217 183.53134 1000.6934 183.62891 C 1000.3221 183.73634 999.85057 183.77209 999.74219 183.73633 C 1000.135 183.19346 1000.8169 182.95751 1001.4355 182.7832 C 1000.7213 182.28969 999.82554 182.33104 999 182.35938 C 1000.0776 181.96668 999.01735 181.17163 998.36523 181.30078 C 999.73271 180.75792 998.67448 180.48179 997.94141 180.56055 C 998.56211 179.69112 998.99016 180.40823 999.74219 180.03125 C 1000.4953 179.65534 1001.2358 179.19728 1001.6465 178.44336 C 1000.9386 178.59879 1000.1563 178.53903 999.5293 178.97266 C 1001.2361 177.68847 998.75961 178.44908 997.94141 178.54883 C 998.01492 177.56495 999.10225 177.4918 999.63477 176.85547 C 997.77469 176.85547 1000.6843 175.49457 998.89453 175.58594 C 998.11205 175.62584 998.01159 177.00982 997.0957 176.85547 C 997.2417 176.57512 997.36311 176.28487 997.51758 176.00977 C 996.80335 176.08117 996.36407 176.56073 995.82422 176.96289 C 996.17078 176.43577 996.47315 175.96034 996.88281 175.48047 C 996.04467 175.61591 995.1299 175.09926 994.97656 174.21094 C 994.42199 174.6656 993.94984 175.24546 993.49609 175.79883 C 993.48974 174.70785 994.53353 174.37533 993.17773 174.10547 C 993.80688 174.05612 994.38755 173.76287 994.76562 173.25781 C 993.90963 173.30611 993.23002 174.17865 992.33203 173.99805 C 992.94226 173.83422 993.50684 173.38525 993.8125 172.83398 C 992.70442 172.72269 993.2792 171.28745 991.69531 171.88281 C 992.53349 171.4103 993.80252 171.94673 994.23633 170.82422 C 993.70067 170.79578 993.16938 170.80042 992.64844 170.92969 C 992.64844 170.32172 993.11152 169.89268 993.70703 169.76562 C 992.61052 168.30714 990.08186 169.76609 988.94336 170.40039 C 989.76996 169.74728 990.5436 169.04448 991.27148 168.2832 C 990.75051 168.14672 990.22031 168.14203 989.68359 168.17773 C 990.16779 167.45111 990.04495 167.10281 989.1543 167.22461 C 990.10382 167.19113 990.22724 166.83803 989.57812 166.16602 C 990.10958 166.93464 991.29734 166.83722 991.16602 165.74414 C 990.70073 165.72417 990.27354 165.59122 989.89648 165.32031 C 990.53233 165.46313 991.14409 165.55095 992.01367 165.74414 C 991.4297 165.99405 990.76307 167.3493 991.80078 167.4375 C 992.74924 167.5173 994.95142 167.31037 995.82422 166.9082 C 997.15919 166.29393 995.57304 165.55039 994.97852 165.10938 C 994.29054 164.59906 994.7475 163.83163 994.44922 163.09766 C 995.91128 162.79735 996.51612 164.91122 997.94141 164.15625 C 997.69341 163.90004 997.35199 163.66487 997.0957 163.41602 C 997.64502 163.40868 998.16894 163.29087 998.68359 163.09766 C 998.20042 162.21983 997.32338 162.21909 996.45898 162.14453 C 997.6511 161.53867 1000.6065 163.12471 1000.2715 161.50977 C 1000.783 161.72398 1001.3059 161.79032 1001.8594 161.82812 C 1000.328 162.15362 1001.1241 164.04361 1002.3887 163.30859 C 1002.1546 163.87141 1001.8526 164.34685 1001.4355 164.79102 C 1002.1162 164.95446 1002.7144 164.67936 1003.3418 164.47266 C 1002.5875 164.9121 1004.1489 165.73277 1005.0352 165.53125 C 1004.3471 165.99911 1003.8393 166.44725 1003.9766 166.9082 C 1006.1244 166.36849 1008.1781 166.55161 1010.3281 165.74414 C 1010.8349 165.5539 1011.352 165.38638 1011.8105 165.10938 C 1012.8022 164.51028 1013.7531 163.78484 1014.9863 163.73242 C 1014.2708 164.16884 1012.7686 164.48603 1011.8105 165.10938 C 1011.2357 165.48339 1010.8081 165.94835 1010.9629 166.69531 C 1009.0975 166.46536 1005.6521 166.72486 1005.1406 169.02344 C 1006.4966 169.35839 1007.7121 168.60413 1009.0586 168.70703 C 1007.9904 168.85405 1006.9931 169.60372 1005.8809 169.44727 C 1006.7831 170.76295 1008.0335 169.70255 1009.0586 169.23633 C 1008.7656 169.50829 1005.7727 170.88022 1005.8809 171.14062 C 1006.0765 171.61136 1007.6652 171.2992 1008.8145 171.08398 C 1008.0989 171.25713 1007.4 171.56717 1006.834 171.98828 C 1008.3118 172.1626 1006.4097 173.73872 1008.2109 173.25781 C 1008.609 173.15123 1009.0423 172.81059 1009.4805 172.41211 C 1009.4354 172.47354 1009.4173 172.55908 1009.375 172.62305 C 1009.8729 172.91601 1010.4031 173.08121 1010.9629 172.93945 C 1010.3684 173.03921 1010.0132 173.36172 1010.1172 173.99805 C 1010.627 173.42223 1011.4066 173.61916 1012.0215 173.36328 C 1011.532 174.05417 1013.3719 173.91674 1011.8105 174.31641 C 1012.4082 174.37101 1012.8916 174.77333 1012.9746 175.375 C 1013.5565 174.61793 1014.4999 174.21564 1015.1973 173.57617 C 1015.5806 173.22546 1015.9871 172.74523 1016.0449 172.19922 C 1016.1225 171.4537 1014.9122 170.8115 1016.4688 171.03516 C 1016.2428 170.75586 1016.064 170.57003 1015.834 170.29492 C 1016.3959 170.36948 1016.9272 170.25375 1017.4219 169.97656 C 1016.9975 169.5723 1016.5234 169.28463 1015.9395 169.23633 C 1016.9047 168.84992 1018.3916 168.97476 1017.7383 167.4375 C 1018.3039 168.2011 1020.2717 170.89186 1020.6504 168.99023 C 1020.7091 169.64271 1021.7615 169.50835 1022.291 169.3418 C 1022.0085 169.16853 1021.7217 168.99205 1021.4434 168.8125 C 1022.1502 168.82301 1022.4621 168.63745 1021.9727 167.85938 C 1022.4463 168.02004 1026.0163 167.87625 1024.7266 166.9082 C 1024.4992 166.73751 1024.0097 166.51491 1023.5605 166.37891 C 1024.7044 166.74446 1026.0943 166.21194 1027.2656 166.37891 C 1027.1857 164.33555 1023.8417 165.74415 1023.7734 163.94336 C 1024.4845 165.04484 1025.9819 164.49121 1026.9492 164.15625 C 1026.8767 163.69634 1026.6019 163.33868 1026.207 163.30859 C 1027.039 163.09404 1027.6273 163.68479 1028.4316 164.05078 C 1029.671 164.61254 1030.9996 163.72143 1032.2422 163.62695 C 1031.529 163.19643 1030.7123 163.17661 1029.9141 163.41602 C 1030.6104 162.93825 1031.445 162.96862 1032.2422 162.88672 C 1032.0372 161.45553 1030.5941 161.4654 1029.4902 161.72266 C 1030.2675 161.38561 1031.017 160.98895 1031.8184 161.50977 C 1032.5011 161.95393 1032.9395 162.40599 1033.8301 162.14453 C 1035.3478 161.69932 1034.5166 159.88229 1033.1953 160.0293 C 1035.3842 159.49693 1032.0664 159.57653 1031.6074 159.71094 C 1032.1169 159.50303 1032.6471 159.33588 1033.1953 159.39258 C 1032.7269 158.81402 1032.0832 158.84341 1031.6074 159.39258 C 1032.413 158.48955 1031.2751 158.25381 1030.6543 158.75781 C 1029.8855 159.38258 1029.0007 159.5515 1029.1719 160.76953 C 1028.9334 160.38417 1028.7199 158.96008 1028.0078 159.18164 C 1026.8987 159.5292 1026.5299 161.31248 1025.2559 161.29883 C 1026.0153 160.68876 1026.8362 159.85241 1027.0547 158.86328 C 1025.1957 158.73624 1023.8841 159.81132 1022.502 160.875 C 1023.756 159.51626 1021.4877 160.25867 1020.7031 160.13477 C 1021.7167 160.05391 1023.728 159.4912 1024.5137 158.86328 C 1025.0609 158.42542 1025.2535 157.69199 1025.9961 157.48828 C 1026.6841 157.30032 1027.2704 157.1536 1027.6895 156.53516 C 1026.9254 155.8986 1025.614 156.46035 1024.4082 157.16992 C 1024.4458 157.19808 1024.4782 157.24638 1024.5137 157.27734 C 1023.9466 157.70415 1023.288 157.94398 1022.6387 158.20703 C 1023.1449 157.95083 1023.7589 157.55202 1024.4082 157.16992 C 1023.6972 156.63468 1022.6477 156.55152 1021.5488 156.74805 C 1021.1014 156.523 1020.5294 156.52516 1019.9609 156.53516 C 1019.596 156.35612 1019.1878 156.19347 1018.7969 156.11328 C 1019.5535 156.25962 1020.3496 156.48398 1021.127 156.42969 C 1023.0521 156.29426 1022.3385 154.9512 1020.7031 155.16016 C 1021.4919 154.97219 1022.4769 154.75375 1022.8203 153.89062 C 1022.0074 153.89062 1021.9392 153.81688 1022.291 153.04297 C 1021.4707 153.08602 1020.6632 153.32818 1019.8555 153.4668 C 1020.3586 153.23369 1020.8898 153.06187 1021.4434 153.04297 C 1021.5294 151.38602 1019.5045 152.56825 1019.0098 153.25391 C 1019.0098 151.69357 1017.2496 152.91601 1016.5742 153.57227 C 1017.1246 152.43298 1019.021 151.30189 1020.2793 151.24414 C 1019.3939 149.34464 1015.4589 151.86118 1015.5156 153.67773 C 1014.6323 152.97526 1015.2541 151.97426 1016.0449 151.56055 C 1014.918 149.83745 1012.476 152.80049 1011.7051 153.57227 C 1012.1094 152.00878 1014.5819 151.02339 1014.668 149.65625 C 1014.0294 150.67644 1011.3458 151.75282 1009.6934 151.87891 C 1010.4868 151.67056 1011.1149 151.15579 1011.916 150.82031 C 1011.2942 150.53365 1010.6626 150.19978 1012.0215 150.08008 C 1011.3294 149.5679 1010.4709 149.69209 1010.002 150.34375 C 1010.4041 149.44601 1008.9854 150.1708 1008.5273 150.39648 C 1009.0304 149.90927 1009.5544 149.4415 1010.1152 149.02148 C 1009.4756 148.91281 1008.7693 148.63381 1008.1055 148.70312 C 1008.2521 148.64695 1008.3678 148.50844 1008.5273 148.49219 C 1007.7862 147.91891 1006.7416 148.06342 1005.9414 148.50391 C 1006.4987 148.00946 1004.9943 148.44239 1004.5059 148.49219 C 1006.7157 147.46001 1009.171 148.00318 1011.4922 147.53906 C 1010.3358 147.0277 1009.181 147.90867 1008.1055 147.53906 C 1007.1843 147.223 1006.6515 146.57743 1006.0938 147.85742 C 1006.0938 147.2484 1006.4051 146.8539 1007.0469 146.9043 C 1005.7918 146.22703 1004.9618 147.09886 1003.9766 147.75195 C 1004.255 147.49785 1004.4899 147.31008 1004.7168 147.00977 C 1003.3745 146.49945 1002.1113 146.37233 1000.6934 146.48047 C 1002.6165 146.09721 1000.2153 146.07633 999.84766 146.26953 C 1001.2131 145.3518 1003.1781 145.71877 1004.7168 145.63477 C 1003.7431 145.02575 1002.5257 145.14537 1001.4355 145.10547 C 1000.443 145.06872 999.25903 144.51632 998.36523 144.57617 C 999.39875 144.56368 999.34244 144.44877 998.25977 144.25977 C 999.58422 144.0109 1000.8724 144.56195 1002.1758 144.68164 C 1002.5826 144.71881 1003.0397 144.68093 1003.4473 144.68164 C 1004.0354 145.32972 1005.9462 145.47231 1006.623 145.10547 C 1005.8521 144.96716 1005.0629 144.82741 1004.293 144.68164 C 1004.9721 144.67952 1005.6293 144.77641 1006.3047 144.89453 C 1005.58 144.47767 1004.779 144.25373 1003.9766 144.04688 C 1004.7506 143.87466 1005.4262 144.22059 1006.1992 144.15234 C 1005.6362 143.42782 1004.7596 143.12604 1003.8711 143.30664 C 1005.3657 142.69237 1007.0782 143.18884 1008.6348 142.98828 C 1007.5257 142.02871 1005.7072 141.60361 1004.082 141.82422 C 1004.185 141.78327 1004.3011 141.76862 1004.4004 141.71875 C 1003.9792 141.59171 1003.5679 141.53301 1003.1289 141.50781 C 1004.4754 141.16445 1005.8017 141.49559 1007.1523 141.61328 C 1006.0254 140.26819 1003.1295 140.35763 1001.6465 140.87109 C 1003.6064 139.60791 1006.7824 140.58346 1008.7402 141.40039 C 1010.1287 141.97896 1011.1816 141.82165 1012.6562 141.71875 C 1013.1131 141.68724 1016.902 142.50506 1015.5156 140.66016 C 1013.9433 138.5706 1010.1434 139.80622 1007.8926 139.07227 C 1006.4452 138.59975 1005.2341 138.64234 1003.7637 138.9668 C 1001.8479 139.38786 999.87711 138.98768 997.94141 139.17773 C 999.69649 138.45846 1001.9089 139.11647 1003.7637 138.86133 C 1005.8769 138.57152 1007.9066 138.35832 1009.9043 137.5918 C 1010.8654 137.22219 1016.2344 138.0883 1016.1504 136.5332 C 1016.0884 135.39602 1015.061 133.69868 1013.9277 133.35742 C 1011.9931 132.7736 1010.3147 134.95158 1008.7402 135.68555 C 1007.1606 136.42266 1005.4011 136.07574 1003.7637 136.84961 C 1002.999 137.21082 1002.3456 137.10975 1001.541 137.0625 C 1001.2494 137.0456 1000.9628 136.98417 1000.6934 137.0625 C 1003.2712 136.1163 1006.5024 136.45364 1008.7402 134.52148 C 1007.3465 133.2289 1004.5779 133.99858 1003.0234 134.52148 C 1002.5067 134.69611 1002.0578 135.1535 1001.6465 135.47461 C 1001.4073 135.6613 1001.243 135.83966 1000.9062 135.79102 C 1000.6962 135.76088 1000.4803 135.76865 1000.2715 135.79102 C 1000.7183 135.6963 1001.2015 135.57767 1001.6465 135.47461 C 1001.4022 135.23785 1001.065 135.07624 1000.8008 135.05078 C 1003.2184 133.9487 1005.9204 133.42822 1008.5273 133.14648 C 1009.585 133.03205 1010.7829 131.84697 1011.7051 131.98242 C 1012.0716 132.03597 1013.7661 131.87339 1012.8691 131.24023 C 1011.6445 130.37606 1008.5283 129.36659 1007.1523 129.6543 C 1005.7282 129.95146 1004.6193 130.73226 1003.1289 130.81836 C 1002.5985 130.73961 1002.1013 130.88488 1001.6465 131.13477 C 1001.2841 131.57368 1001.6371 131.92 1000.8008 131.87695 C 1001.3018 130.03625 1004.7189 130.09826 1006.0938 129.33594 C 1004.5477 128.25755 1001.2662 129.73675 999.74219 130.28906 C 996.78977 131.35695 994.94239 133.92141 992.11914 135.15625 C 993.79651 134.12722 995.14515 132.75609 996.77734 131.66406 C 994.89246 130.57536 993.78993 132.37457 992.22461 133.04102 C 992.54781 132.80712 992.08918 132.60984 991.58984 132.4043 C 992.92058 132.10399 993.96667 130.78627 995.40039 130.92383 C 996.69015 131.0467 997.28067 130.7007 998.4707 130.28906 C 999.71109 129.8596 1002.3057 129.26718 1002.918 127.96094 C 1003.8118 126.05408 998.34618 128.5222 998.04688 128.5957 C 997.23333 128.7961 996.35064 128.96443 995.50781 129.125 C 994.8402 129.25217 994.1511 129.44757 993.49609 129.54688 C 992.28094 129.73061 991.12209 130.38509 989.89648 130.60547 C 990.72721 130.33985 991.49745 129.74618 992.33008 129.44141 C 991.55179 128.99724 990.71888 129.28506 989.89648 129.23047 C 992.0234 128.79576 994.72022 126.82184 996.88281 127.21875 C 998.07073 127.4361 1000.5821 126.96334 1001.0117 125.63086 C 1001.7291 123.4027 996.26394 123.27622 995.18945 123.51562 C 993.66285 123.85583 992.45211 124.66712 991.16602 125.52539 C 991.64845 125.1611 991.81447 124.45982 992.33008 124.15039 C 991.83536 124.31527 991.36321 124.38071 990.84961 124.4668 C 991.10166 124.21479 991.33776 123.97962 991.58984 123.72656 C 990.79684 123.77486 988.72427 125.40542 990.42578 125.73828 C 990.66223 125.72717 990.88716 125.64266 991.06055 125.52539 C 990.79124 125.70496 990.48516 125.88131 990.21289 126.05469 C 989.20952 126.69365 988.22672 127.39516 987.03711 127.64258 C 988.21034 127.34123 988.92203 125.98539 990.21289 126.05469 C 989.30826 125.3256 988.58209 125.38126 987.88477 125.73828 C 988.13816 125.55818 988.36575 125.35271 988.625 125.20898 C 986.75229 125.74555 988.5803 124.18006 989.04883 123.9375 C 988.11219 123.33058 986.90238 123.96222 985.76758 124.78516 C 985.2057 124.74736 984.61933 124.75098 984.07422 124.89062 C 985.99732 124.31521 987.71426 123.10478 989.68359 122.66797 C 988.79576 121.96471 987.50291 122.22594 986.61328 122.88086 C 985.6386 122.19835 983.77158 123.11183 982.9082 123.62109 C 982.32529 123.9655 982.14117 124.48263 981.74414 124.99609 C 981.14549 125.77207 979.86078 126.02969 978.99219 126.37305 C 979.65284 125.94988 980.40774 125.66411 981.10938 125.31445 C 981.9328 124.90284 980.72568 123.79221 979.94531 124.36133 C 980.96414 123.72501 982.30484 123.9254 983.33203 123.30273 C 982.91887 123.0894 982.42906 123.03585 981.95703 123.0918 C 981.1966 122.66339 980.33023 122.79791 979.52148 122.88086 C 981.33748 122.55851 983.21363 122.35556 985.02539 122.0332 C 986.60719 121.75179 987.20917 121.23257 988.625 120.6582 C 986.57273 117.12068 980.11425 121.87593 976.98047 122.5625 C 977.83488 122.31233 978.65347 121.78044 979.41602 121.29297 C 980.41904 120.65139 981.65699 120.67939 982.5918 119.91602 C 980.01012 119.04659 977.81566 120.74275 975.39258 121.29297 C 976.92081 120.4897 978.6214 119.72561 980.36914 119.59961 C 981.84588 119.49253 983.65324 119.84131 984.91992 118.85742 C 987.13397 117.13747 982.18332 115.0268 980.68555 117.05859 C 981.57408 115.6127 976.04429 114.94141 974.96875 114.94141 C 973.05616 114.94141 971.06583 115.40568 969.25195 116 C 968.85912 116.12809 966.41081 116.74005 966.81836 117.48242 C 966.98031 117.77774 967.2713 118.04828 967.66406 118.22266 C 966.74437 118.18212 965.94068 118.46434 965.65234 119.28125 C 966.16594 117.90676 964.29025 117.9292 964.06445 118.85742 C 963.953 119.31733 966.66948 121.62906 967.13477 121.82227 C 966.1832 122.02493 965.9675 120.90753 965.12305 120.76367 C 964.78598 121.22595 964.87482 121.68887 965.22852 121.92773 C 963.8513 121.39255 964.66429 117.89567 961.73633 120.44531 C 962.00532 120.60913 962.29843 120.73053 962.58203 120.86914 C 961.75963 121.06656 960.96455 120.56884 960.14844 120.86914 C 961.1137 119.97452 962.42367 119.52338 963.21875 118.43555 C 962.09574 117.21873 960.37227 117.93133 959.08984 118.64648 C 959.54373 118.16649 959.75854 117.39971 960.14844 116.84766 C 959.34707 117.13221 955.38838 118.6811 957.92383 119.38672 C 956.46177 119.73637 956.48589 117.39855 954.64258 119.28125 C 953.37484 120.57489 951.65185 121.00631 949.87891 121.29297 C 950.17296 121.13859 950.45976 120.96214 950.72656 120.76367 C 950.44808 120.55891 950.16141 120.43284 949.87891 120.23438 C 950.8725 119.70516 951.90519 120.11763 952.94922 119.91602 C 950.60805 119.3007 955.2884 117.67469 955.70117 117.27148 C 955.29391 116.98825 954.81065 116.89724 954.32617 116.95312 C 955.82649 116.2627 957.36706 115.54046 958.98242 115.1543 C 957.48783 114.11582 958.95598 113.23233 959.83008 112.50781 C 959.28497 111.66674 958.24527 111.63671 957.39453 111.34375 C 959.70101 108.57692 958.31609 107.5229 955.06641 107.85156 C 953.27667 108.03218 951.46297 107.8698 949.66797 108.16797 C 947.69443 108.49662 945.81296 109.08034 943.8457 109.43945 C 944.47167 109.59697 944.73737 110.02601 944.375 110.60352 C 943.24069 109.30149 940.80163 109.58642 939.39844 110.17969 C 938.83967 110.41594 938.89636 111.4293 938.02148 110.70898 C 937.29466 110.11046 935.84824 110.81143 935.26953 111.34375 C 937.04667 112.84949 939.62192 111.87472 941.51562 113.03711 C 939.71015 112.8145 937.52345 113.09685 935.79883 112.50781 C 934.91972 112.20751 932.65102 112.05965 931.98828 112.82617 C 933.82633 113.51814 936.37047 114.70153 938.33984 114.83594 C 936.12784 114.99975 934.2406 113.51449 932.09375 113.46094 C 930.99936 113.43352 926.65049 115.67574 928.70703 116.31836 C 927.98754 116.28161 927.59691 116.62855 928.17773 117.16406 C 929.22805 118.13429 930.6991 117.38247 931.88281 117.16406 C 929.80425 117.74998 932.23486 117.8947 932.72852 117.90625 C 928.01681 118.52262 933.19706 119.25466 931.66992 120.97461 C 931.54185 119.2683 929.29982 118.78614 927.96484 118.64648 C 927.06791 118.55303 926.43644 118.62588 925.74219 119.28125 C 924.66664 120.29558 923.36426 120.36656 921.93164 120.44531 C 922.24464 120.62173 923.85185 121.55754 923.625 122.0332 C 923.38855 122.20542 923.07669 122.24681 922.77734 122.13867 C 923.44644 123.31261 925.58723 123.48463 926.69531 122.88086 C 926.56826 124.69846 925.03194 124.8104 924.04883 126.05469 C 923.43652 126.82961 921.53101 128.70386 920.44922 128.5957 C 920.92184 128.23134 921.24704 127.68228 920.55469 127.32422 C 921.05886 127.27382 921.53293 127.16367 922.03711 127.11328 C 921.52125 126.47287 920.54773 126.3166 919.39062 126.37305 C 916.4952 126.51431 912.41358 128.22889 910.81445 128.17188 C 911.73662 127.59121 912.85231 127.61539 913.88477 127.43164 C 915.15357 127.20587 916.28116 126.4392 917.58984 126.37305 C 918.23896 126.33988 918.83214 126.39542 919.39062 126.37305 C 919.94911 126.35068 920.43279 126.26311 921.08398 126.05469 C 921.50413 125.92031 923.4286 125.80215 923.625 125.41992 C 924.12498 124.44864 917.44425 122.6088 920.44922 119.28125 C 921.24116 118.40343 922.3882 118.2962 923.20117 117.48242 C 924.09179 116.59095 922.11982 116.07471 923.0957 115.04883 C 924.09982 113.9946 925.75449 113.56901 927.01172 112.93164 C 928.88023 111.98347 930.74654 110.88216 932.72852 110.17969 C 934.71359 109.47616 936.7313 109.03444 938.76367 108.48633 C 940.73929 107.95396 938.9286 107.2168 937.91602 107.2168 C 936.84155 107.2168 935.77277 107.20066 934.71289 107.19336 z M 995.50781 129.125 C 996.64332 128.94414 997.78131 128.50086 997.83594 127.85352 C 997.30971 127.74537 996.77844 127.63055 996.24805 127.53711 C 994.98242 127.32184 994.20931 128.70386 992.9668 128.5957 C 993.21204 129.20945 994.37231 129.30587 995.50781 129.125 z M 997.41211 186.16992 C 997.60417 186.45448 997.7852 186.68964 998.04883 186.91016 C 998.02518 186.65709 997.96746 186.42193 997.94336 186.16992 L 997.41211 186.16992 z M 825.06445 107.32227 C 821.61785 107.3023 817.59218 108.20575 816.2793 109.75586 C 817.44406 109.58155 818.69509 110.35442 819.56055 111.02539 C 819.34001 111.2837 819.05454 111.52082 818.82031 111.76758 C 820.31283 111.61007 819.29144 113.91195 820.30078 114.0957 C 821.75864 114.36136 823.2176 112.97566 824.42969 112.40234 C 825.21429 112.03169 832.06287 109.8824 830.04102 108.38086 C 829.07879 107.66618 827.13243 107.33424 825.06445 107.32227 z M 964.27734 107.5332 C 963.6325 107.54781 961.47534 108.17724 961.3125 108.91016 C 961.08893 109.91609 960.3222 109.73783 959.72461 110.49805 C 960.276 111.49768 961.50643 110.70685 962.05469 111.44922 C 962.52001 112.08029 961.43013 113.5554 961.3125 114.20117 C 963.10016 114.75242 963.63767 115.25536 965.6543 114.94141 C 967.78958 114.60961 969.94242 114.06794 972.11133 113.99023 C 975.11206 113.88314 980.57349 115.83257 983.22656 113.88477 C 982.35377 113.75349 982.27141 113.56785 982.91016 113.14258 C 983.13172 112.61231 982.24807 112.48463 982.27539 111.97852 C 982.32046 111.13219 980.98568 110.20061 980.36914 109.65039 C 978.41974 107.90735 973.97776 108.533 971.58203 108.5918 C 970.27229 108.6233 968.96421 108.57834 967.66602 108.38086 C 966.53171 108.20759 965.42322 107.508 964.27734 107.5332 z M 813.01953 108.65234 C 812.9423 108.65687 812.86354 108.67275 812.78516 108.69727 C 812.4718 108.79534 812.13129 109.01184 811.9375 109.22656 C 812.49733 109.19506 813.0835 109.13426 813.63281 109.01562 C 813.47096 108.73053 813.25124 108.63876 813.01953 108.65234 z M 809.71484 110.49805 C 809.30419 110.48344 808.87827 110.69095 808.44531 111.02539 C 808.61436 111.28265 808.79081 111.51977 808.97461 111.76758 C 806.28268 111.76758 804.37703 114.29903 803.15234 116.5293 C 802.53478 117.65388 799.44376 119.82864 801.24609 121.39844 C 799.08142 120.95113 796.32197 124.58007 794.36523 122.66797 C 794.90505 121.8731 795.58965 121.23455 796.48242 120.86914 C 796.1643 120.96889 795.91833 120.92642 795.63477 120.76367 C 795.17156 120.09375 798.82475 116.88526 799.23438 116.5293 C 798.89868 116.15444 798.40719 115.99748 797.96484 116.10547 C 798.95654 115.52234 797.23138 115.08248 796.69336 114.41211 L 767.58008 137.37891 L 726.50586 136.21484 C 726.12873 136.99892 725.99601 137.8557 727.14062 138.12109 C 725.24692 138.7784 727.48308 138.96796 727.98828 138.75586 C 725.39192 140.03269 731.72374 141.27182 732.22266 141.29492 C 735.58262 141.44825 738.81072 141.01478 742.17383 141.61328 C 741.16869 142.08999 740.19326 143.08038 739.52734 143.94141 C 739.15975 144.41706 738.78202 145.10707 738.78516 145.74023 C 738.78869 146.59181 740.28965 146.4837 738.67969 147.00977 C 740.42951 148.03984 742.55321 146.79883 744.39648 146.79883 C 745.61905 146.79883 746.88005 146.89275 748.10156 146.9043 C 748.53957 146.9085 752.04544 147.07688 750.00781 146.48047 C 751.08752 146.34504 752.20201 146.22391 753.28906 146.16406 C 752.26081 146.45022 752.57132 146.5786 753.18359 146.58789 C 752.62606 146.66349 752.13219 146.85306 751.70117 147.22266 C 752.20637 147.1733 752.78598 147.16759 753.28906 147.11719 L 753.28906 146.58789 C 753.89802 146.58895 754.72486 146.48593 754.98242 146.48047 C 756.52011 146.4479 757.86994 146.01974 759.42969 146.05859 C 761.3276 146.10584 763.60156 145.59105 765.46484 145.21094 C 767.47932 144.80036 769.16549 143.46193 771.28711 143.51758 C 773.31108 143.57008 775.37091 143.32126 777.32031 142.77734 C 779.28965 142.22923 780.54497 141.18482 782.29688 140.34375 C 783.17493 139.9227 784.57189 139.47299 785.57812 139.49609 C 787.29118 139.53599 784.70456 141.32406 784.30859 141.50781 C 785.25388 142.35939 786.58935 141.82422 787.69531 141.82422 C 789.04183 141.82422 790.01608 142.96568 791.40039 142.35352 C 790.88679 143.32164 789.90938 143.09337 789.07227 143.51758 C 790.88198 144.96977 792.50932 143.54021 794.36523 143.62305 C 795.19811 143.66085 795.99351 144.38775 796.90625 144.4707 C 798.08262 144.57779 798.42997 144.69178 799.55273 144.36523 C 800.48754 144.09327 801.57485 144.72376 802.62305 144.4707 C 803.67442 144.2166 804.64199 143.76959 805.69336 143.51758 C 807.52824 143.07762 809.99485 143.57949 810.98633 141.50781 C 810.41813 141.1424 809.88998 141.25253 809.39844 141.71875 C 810.15466 141.10028 810.87203 140.32571 811.83203 140.02539 C 809.91838 137.68489 804.08497 140.99431 802.30469 142.24805 C 803.3172 140.93656 805.165 140.55989 806.22266 139.28516 C 804.74172 140.32154 806.00761 138.76032 804.63477 138.54297 C 805.05068 136.97527 806.47674 138.37258 807.28125 138.75586 C 808.68134 139.42368 809.77144 138.37722 810.77344 137.5918 C 811.31541 137.16758 813.20559 136.13792 813.94922 136.42773 C 814.53319 136.6556 814.59828 137.38914 815.32617 137.5918 C 816.43006 137.89839 817.45919 136.72621 818.29102 136.21484 C 816.81008 137.14097 817.78915 138.15332 819.13672 138.01367 C 820.84557 137.83621 821.74711 136.03641 822.52539 134.73438 C 822.02859 134.44038 821.50573 134.20686 820.9375 134.09766 C 820.22433 134.03465 820.11635 134.74946 819.34961 134.31055 C 819.6047 134.06169 819.84093 133.82547 820.08984 133.57031 C 819.43864 133.0012 818.77207 133.75702 818.29102 133.25195 C 817.64511 132.57364 816.20108 131.95282 815.32617 131.66406 C 816.36702 130.26017 814.30965 130.77624 813.73828 131.0293 C 812.14077 131.73701 811.90164 129.86418 810.5625 129.86523 C 811.07084 128.50545 809.09914 127.52259 810.24414 126.79492 C 811.35851 126.0872 813.97359 125.44181 814.58594 124.36133 C 815.26339 123.16849 814.53751 121.85045 815.11523 120.76367 C 815.76647 119.53724 816.78208 118.53618 817.54883 117.37695 C 817.86793 116.89394 818.26458 116.42479 818.50195 115.89453 C 818.72249 115.39997 819.30969 115.11688 819.34961 114.73047 C 819.57318 112.57161 818.66487 113.49064 817.44336 112.50781 C 815.60531 111.03042 815.38882 111.14728 813.31445 111.55469 C 812.13836 111.78543 810.94677 110.5421 809.71484 110.49805 z M 870.13477 111.83789 C 869.98918 111.83428 869.81803 111.84202 869.63477 111.87305 C 868.53515 112.05935 866.9267 112.68838 867.19922 113.46094 C 867.67082 114.79867 871.25875 113.08059 870.48047 111.87305 C 870.39916 111.85646 870.28035 111.8415 870.13477 111.83789 z M 868.57617 113.99023 C 867.71386 114.14145 866.74211 114.2166 866.35352 115.1543 C 867.261 115.24145 868.19492 114.8691 868.57617 113.99023 z M 954.00781 117.05859 C 953.1335 117.46267 952.25247 117.75612 951.36133 118.11719 C 952.21468 117.69178 953.12665 117.25055 954.00781 117.05859 z M 961.10156 117.16406 C 960.75182 117.28798 960.52351 117.52509 960.4668 117.90625 C 960.66937 117.65424 960.89885 117.41712 961.10156 117.16406 z M 964.38281 117.37695 C 964.06981 117.53343 963.83375 117.71457 963.64258 118.01172 C 963.89463 117.78596 964.13076 117.60376 964.38281 117.37695 z M 969.25195 118.64648 C 970.27738 118.83191 971.29941 118.98237 972.11133 119.17578 C 971.38489 119.06202 970.52307 119.07214 969.88867 119.38672 C 969.97708 119.29694 970.02712 119.16855 970.09961 119.07031 C 969.90074 118.89915 969.56894 118.77823 969.25195 118.64648 z M 986.61523 118.96484 C 986.30965 118.97839 986.01547 119.09223 985.76758 119.28125 C 986.04366 119.18045 986.33901 119.06563 986.61523 118.96484 z M 984.91992 122.45703 C 985.18147 122.61244 985.47663 122.61244 985.76758 122.45703 L 984.91992 122.45703 z M 992.01367 122.77344 C 991.36247 122.84169 990.7913 123.19105 990.42578 123.72656 C 990.92784 123.34855 991.45074 123.0517 992.01367 122.77344 z M 994.23633 122.98633 C 993.93483 123.03673 993.58552 123.14688 993.28516 123.19727 C 993.01313 123.40098 992.77508 123.58317 992.54297 123.83203 C 993.27294 124.07355 994.32456 124.03741 994.23633 122.98633 z M 986.40234 123.0918 C 986.1012 123.34824 985.94453 123.63693 985.76758 123.9375 C 985.75699 123.45917 986.01209 123.25022 986.40234 123.0918 z M 1001.0117 126.90234 C 1000.4078 126.89917 999.87757 127.02526 999.42383 127.43164 C 1000.0152 127.39594 1000.5454 127.26984 1001.0117 126.90234 z M 829.38477 130.49414 C 828.84851 130.55684 828.38239 130.83807 828.24219 131.45312 C 828.74739 131.69148 829.27134 131.8633 829.83008 131.87695 C 829.69865 131.20074 830.01078 130.83819 830.67578 131.0293 C 830.42373 130.85288 830.18869 130.6764 829.93555 130.5 C 829.75122 130.4769 829.56352 130.47324 829.38477 130.49414 z M 902.98242 134.41602 C 902.08372 134.38726 901.27364 134.61516 901.5 135.47461 C 902.35282 135.40846 903.29049 135.65929 904.14648 135.68555 C 904.47512 135.69606 906.32306 135.28716 905.31055 134.83984 C 904.95347 134.68287 903.88109 134.44489 902.98242 134.41602 z M 875.66797 136.42773 C 875.03463 136.50544 874.56021 136.97963 874.39844 137.5918 C 874.98135 137.43743 875.41588 136.9622 875.66797 136.42773 z M 926.80078 136.42773 C 926.71033 137.07245 926.99833 137.24232 927.64844 136.84961 C 927.36794 136.72358 927.08015 136.55376 926.80078 136.42773 z M 838.50977 136.63867 C 836.21695 136.62438 832.84059 137.80462 834.48828 139.28516 C 833.52514 138.47558 830.4159 139.2843 831.94727 140.55469 C 829.38764 141.64567 825.65237 141.10596 823.37109 142.56445 C 822.72409 142.97816 822.74117 144.34482 823.68945 144.25977 C 824.54125 144.18312 825.47366 143.46134 826.33594 143.62305 C 826.07644 143.81625 825.83846 144.04871 825.59375 144.25977 C 826.73751 145.01789 827.5921 145.08555 828.76953 144.36523 C 827.30116 145.75337 830.64754 145.42857 830.99414 146.05859 C 831.60225 147.16322 835.11644 146.81722 836.39258 147.43359 C 838.20437 147.00834 840.13782 146.74873 841.79102 145.8457 C 843.38432 144.97522 845.26984 145.49297 846.76758 144.36523 C 845.76558 143.50631 844.63477 144.86275 843.5918 144.04688 C 844.12325 143.37486 844.20713 142.53929 844.65039 141.82422 C 843.96348 141.59321 843.36184 141.95126 843.0625 142.56445 C 843.36707 141.32227 844.8453 140.94534 843.37891 139.81445 C 842.88105 139.43014 842.18866 139.32906 841.68555 138.9668 C 840.97763 138.45543 841.12489 137.35084 840.09766 138.22656 C 840.79322 137.15513 839.88532 136.6471 838.50977 136.63867 z M 925.53125 136.95703 C 925.87471 137.52825 926.44022 137.80627 927.01367 137.37891 C 926.53893 137.1353 926.06376 136.96543 925.53125 136.95703 z M 944.22656 137.02148 C 943.55836 137.04069 942.9132 137.21983 942.25781 137.37891 C 940.95019 137.69706 940.43677 137.17694 939.29297 137.0625 C 938.47375 136.97955 939.18768 137.73552 938.6582 137.80273 C 937.76127 137.91402 937.08702 137.16117 936.22266 137.80273 C 937.78445 138.38339 938.61503 138.28133 939.7168 139.28516 C 940.79231 138.13012 944.85178 138.8927 944.9043 137.0625 C 944.67559 137.02627 944.4493 137.01508 944.22656 137.02148 z M 952.10352 137.48438 C 950.04701 137.53058 948.3298 138.80739 946.38672 139.28516 C 947.18706 139.43953 953.17274 138.76016 952.10352 137.48438 z M 1011.2812 137.69727 C 1010.6395 138.38819 1009.317 138.27915 1008.5293 138.75586 C 1009.6111 139.30921 1010.9672 139.02555 1011.2812 137.69727 z M 876.93945 138.33203 C 876.66337 138.38244 876.36802 138.49258 876.0918 138.54297 C 876.40886 138.64692 876.70314 138.53845 876.93945 138.33203 z M 849.41406 138.4375 C 848.13584 138.34258 846.44935 139.09238 846.76758 140.34375 C 847.59312 140.0487 847.9599 138.6995 848.99023 139.07227 C 848.55855 139.54792 848.20053 140.0774 847.93164 140.66016 C 848.9515 140.39241 850.4674 140.09885 850.47266 138.75586 C 850.22569 138.52694 849.84014 138.46913 849.41406 138.4375 z M 1013.1875 138.65039 C 1012.5647 138.67032 1011.9827 138.90188 1011.4922 139.28516 C 1012.1045 139.23686 1012.6865 139.00529 1013.1875 138.65039 z M 817.02148 138.71875 C 816.94983 138.71594 816.87889 138.72551 816.80859 138.75586 C 816.38693 138.93779 816.005 139.53339 816.06641 140.02539 C 816.70289 140.00031 817.23313 139.76398 817.6543 139.28516 C 817.54521 138.99982 817.40799 138.80682 817.23047 138.75586 C 817.16391 138.73675 817.09313 138.72156 817.02148 138.71875 z M 843.27344 138.75586 C 843.88684 140.46951 845.59848 140.56599 846.44922 138.9668 C 845.38105 139.07494 844.33112 138.88499 843.27344 138.75586 z M 956.23242 139.70703 C 954.79136 139.65138 953.12631 142.34103 954.2207 142.14258 C 955.27733 141.95041 957.95726 141.51118 957.92578 140.02539 C 957.32501 140.17556 956.74288 140.05773 956.23242 139.70703 z M 948.18555 140.13086 C 946.51975 140.09829 945.39325 141.56506 943.95117 142.14258 C 942.4324 142.75054 940.55391 142.68518 939.7168 144.36523 C 941.37419 144.7779 943.19955 143.79156 944.58594 142.98828 C 945.99859 142.17031 948.14153 141.86 949.0332 140.34375 C 948.73171 140.2944 948.48697 140.18125 948.18555 140.13086 z M 812.67969 141.61328 C 812.10518 141.85165 811.52092 142.14188 810.98633 142.45898 C 811.63545 142.44649 812.27006 142.10679 812.67969 141.61328 z M 1002.8125 142.24805 C 1002.2919 142.46274 1001.8075 142.69018 1001.4355 143.09375 C 1001.7968 142.71837 1002.0155 142.46678 1001.9648 142.35352 C 1002.2429 142.32137 1002.5351 142.29194 1002.8125 142.24805 z M 820.01562 142.32227 C 819.92397 142.31496 819.80846 142.32372 819.66602 142.35352 C 818.92345 142.50893 818.67136 143.55958 819.66602 143.51758 C 820.14021 143.23368 820.65724 142.37338 820.01562 142.32227 z M 967.41992 142.64453 C 967.5559 142.66351 967.70351 142.70867 967.87695 142.77734 C 967.6598 142.94929 966.37883 143.21495 965.86523 143.41211 C 966.22369 143.13548 966.61939 142.79447 967.0293 142.67188 C 967.15887 142.63313 967.28394 142.62555 967.41992 142.64453 z M 817.33789 142.88281 C 816.44254 142.97343 815.37505 144.05865 815.32617 144.78711 C 815.29582 145.21447 819.28116 144.98413 818.18359 143.20117 C 817.96916 142.96569 817.63635 142.85263 817.33789 142.88281 z M 877.56641 144.53516 C 877.16039 144.56585 876.83456 144.80618 876.62109 145.21094 C 877.25338 145.44089 877.75334 145.17675 877.99805 144.57617 C 877.84576 144.5381 877.70174 144.52492 877.56641 144.53516 z M 807.49219 144.57617 C 806.42808 144.50435 805.19921 145.23333 804.63281 145.95312 C 805.98455 146.31539 807.66491 146.31312 808.44531 144.89453 C 808.16718 144.67533 807.8469 144.60011 807.49219 144.57617 z M 963.2793 145.40039 C 963.19331 145.40463 963.10596 145.4169 963.00781 145.42383 C 962.41919 145.46583 961.75433 145.71756 961.41797 146.16406 C 960.61343 147.23194 961.64134 147.47063 962.16016 148.28125 C 963.49195 148.58785 965.10628 145.85224 963.53711 145.42383 C 963.44989 145.39994 963.36528 145.39615 963.2793 145.40039 z M 965.44141 145.63477 C 965.03598 145.81958 964.7501 146.06047 964.5957 146.48047 C 965.13556 146.50788 965.65846 146.50426 966.18359 146.375 C 965.95561 146.09884 965.71767 145.86262 965.44141 145.63477 z M 942.15234 145.74023 C 941.87555 145.72774 941.58617 145.85809 941.30469 145.95312 C 943.06609 146.6241 940.38903 146.81944 939.7168 147.22266 C 939.96479 147.29826 940.20812 147.358 940.45703 147.43359 C 941.49792 147.44199 942.06284 146.39204 942.89258 145.95312 C 942.62087 145.8329 942.42896 145.75283 942.15234 145.74023 z M 1005.0352 145.95312 C 1005.2767 146.15369 1005.5709 146.2638 1005.8828 146.16406 C 1005.6057 146.11366 1005.3114 146.00352 1005.0352 145.95312 z M 788.81055 146.37109 C 788.57367 146.34934 788.33571 146.34684 788.11914 146.375 C 787.68604 146.43128 787.29381 146.5809 786.95508 146.9043 C 787.79533 147.84723 789.14566 148.10153 790.13086 147.22266 C 789.93436 146.94335 789.75039 146.70519 789.49414 146.48047 C 789.28197 146.43348 789.04743 146.39285 788.81055 146.37109 z M 966.81836 147.22266 C 966.11673 147.63321 966.23019 148.36219 966.81836 148.81055 C 967.51576 148.33699 967.55567 147.68257 966.81836 147.22266 z M 920.23828 147.96289 C 919.95101 147.96303 919.6238 148.01686 919.39062 148.17383 C 919.91368 148.32504 920.44392 148.38204 920.97852 148.28125 C 920.7746 148.04815 920.52555 147.96275 920.23828 147.96289 z M 938.12891 148.17383 C 937.42833 148.29561 936.9942 148.87876 937.49414 149.55078 C 937.9668 149.35756 938.38388 149.17899 938.86914 149.02148 C 939.65477 148.75688 938.45242 148.09403 938.12891 148.17383 z M 957.29102 148.28125 C 955.54476 148.30224 953.66333 148.6207 953.05469 148.70312 C 951.19984 148.95408 942.8902 152.68617 944.16211 155.37109 C 942.81037 157.65596 951.47164 156.59769 952.20898 156.42969 C 953.82015 156.06218 956.65418 155.33383 957.71289 153.99609 C 958.37249 153.16342 958.49266 151.97181 959.19531 151.24414 C 959.6732 150.74852 961.06407 150.36094 960.88867 149.44531 C 960.70706 148.49714 959.03731 148.26012 957.29102 148.28125 z M 746.61914 148.49219 C 746.17429 148.51593 745.67487 148.88676 745.45508 149.12695 C 745.94034 148.81929 746.46952 148.64281 747.04297 148.59766 C 746.92407 148.5084 746.76754 148.48423 746.61914 148.49219 z M 1009.4824 148.49219 C 1009.7189 148.61187 1009.9538 148.61656 1010.2227 148.59766 L 1009.4824 148.49219 z M 893.52344 148.67383 C 893.43703 148.67215 893.34542 148.67939 893.24219 148.70312 C 893.03552 148.75069 892.78469 148.86037 892.60742 148.91602 C 891.38697 149.30138 890.5991 150.06402 889.85547 151.0332 C 889.45526 151.55507 888.53371 152.85723 889.96094 152.83203 C 891.88824 152.79738 892.86444 150.94673 893.87695 149.65625 C 894.24561 149.07663 894.09299 148.77111 893.77148 148.70312 C 893.69104 148.68612 893.60984 148.67551 893.52344 148.67383 z M 1012.9746 148.91602 C 1012.1953 148.96957 1011.3576 149.11037 1010.6465 149.44531 C 1011.1801 149.48626 1011.7103 149.54497 1012.2344 149.65625 C 1012.5369 149.47248 1012.8223 149.23732 1012.9746 148.91602 z M 758.05273 149.02148 C 757.29859 149.09394 756.37157 149.37321 755.72461 149.76172 C 756.53229 149.66512 757.26919 149.20209 758.05273 149.02148 z M 1016.3633 149.55078 C 1016.1228 150.1955 1016.3589 150.19912 1017.1035 149.65625 C 1016.8515 149.60585 1016.6154 149.60117 1016.3633 149.55078 z M 965.33594 149.65625 C 964.86116 149.83162 964.39805 150.04006 963.95898 150.29102 C 963.37713 150.60917 962.75567 149.97707 962.16016 150.29102 C 960.61936 151.10164 961.90642 152.4249 963.11328 152.61914 C 965.34099 152.97721 968.3442 153.16654 969.46484 150.92578 C 969.07837 150.73886 968.71987 150.73422 968.30078 150.82031 C 967.40593 151.03452 964.56708 150.74306 965.33594 149.65625 z M 755.40625 149.76172 C 754.52714 150.02528 753.60944 150.14375 752.75977 150.50391 C 753.30696 150.49551 753.83614 150.37771 754.34766 150.18555 C 754.73837 150.12149 755.09117 150.00112 755.40625 149.76172 z M 757.73633 150.18555 C 757.44231 150.36406 757.14916 150.48907 756.88867 150.71484 C 757.6911 151.14219 757.98319 151.01611 757.73633 150.18555 z M 752.23047 150.50391 C 751.94048 150.53132 751.64644 150.5899 751.38281 150.71484 C 751.66024 150.63924 751.95322 150.58055 752.23047 150.50391 z M 759.64062 151.0332 C 759.2058 151.08781 758.90343 151.2613 758.58203 151.56055 C 759.15234 151.92596 759.52723 151.67583 759.64062 151.0332 z M 764.4043 151.13867 C 763.96153 151.15557 763.47341 151.53876 763.24023 151.77344 C 763.86306 151.87948 764.39224 151.70297 764.82812 151.24414 C 764.70552 151.14019 764.55199 151.13298 764.4043 151.13867 z M 748.41992 151.24414 C 747.61958 151.38697 746.83241 151.66097 746.08984 151.98438 C 746.89961 151.8216 747.72143 151.73241 748.41992 151.24414 z M 761.75781 151.45508 C 761.44749 151.50307 761.23183 151.6611 761.01758 151.77344 C 761.57003 151.70414 762.04882 151.64907 762.60547 151.66797 C 762.39714 151.43905 762.06806 151.40705 761.75781 151.45508 z M 757.15039 152.50977 C 757.02826 152.52995 756.90768 152.56885 756.7832 152.61914 C 757.03628 152.59406 757.27139 152.53886 757.52344 152.51367 C 757.39538 152.48847 757.27252 152.48958 757.15039 152.50977 z M 762.5 153.4668 C 762.39529 153.47311 762.27619 153.53689 762.18164 153.57227 C 761.61352 153.78455 761.26194 154.61729 760.80664 154.94727 C 761.42212 154.31095 762.53912 154.57505 762.81641 153.57227 C 762.69546 153.51262 762.60471 153.46074 762.5 153.4668 z M 1023.8789 153.67773 C 1023.4094 153.90034 1023.0016 154.1972 1022.7148 154.63086 C 1023.262 154.68756 1023.7923 154.6274 1024.3027 154.41992 C 1024.1517 154.16687 1024.029 153.92974 1023.8789 153.67773 z M 761.01758 154.20703 C 760.67624 154.57454 760.21138 154.86673 759.74609 155.05469 C 760.36052 155.16808 760.90101 154.81814 761.01758 154.20703 z M 761.54688 154.94727 C 761.08198 155.04775 760.68366 155.62554 760.48828 155.90039 C 761.13105 155.84054 761.66023 155.54925 762.07617 155.05469 C 761.93525 154.97016 761.70188 154.91377 761.54688 154.94727 z M 1024.3027 156.00586 C 1023.8864 155.98727 1023.4858 156.16606 1023.1387 156.53516 C 1023.7216 156.51311 1024.3588 156.4627 1024.9375 156.53516 C 1025.1611 156.45955 1025.3486 156.39981 1025.5723 156.32422 C 1025.169 156.18139 1024.719 156.02462 1024.3027 156.00586 z M 1018.2676 156.74805 C 1017.7122 156.87749 1017.117 157.03516 1016.6797 157.16992 C 1017.1597 156.90287 1017.7517 156.79057 1018.2676 156.74805 z M 1030.5488 156.95898 C 1030.2588 156.93997 1029.9722 156.94475 1029.7012 157.06445 C 1029.9806 157.013 1030.2684 157.00833 1030.5488 156.95898 z M 1020.1738 157.06445 C 1020.2477 157.05814 1020.3123 157.07179 1020.3848 157.06445 C 1018.8021 157.52909 1017.2185 158.32369 1016.2559 158.65234 C 1016.89 157.22063 1018.6579 157.20355 1020.1738 157.06445 z M 1030.4434 157.16992 C 1029.3301 157.13644 1028.2549 157.69254 1027.2676 158.12305 C 1028.2948 158.61656 1029.6987 157.83985 1030.4434 157.16992 z M 1025.6797 157.80664 C 1025.9277 157.87279 1026.1647 157.87279 1026.4199 157.80664 L 1025.6797 157.80664 z M 1025.9961 158.01758 C 1026.2827 158.27484 1026.4549 158.52147 1026.7363 158.22852 L 1025.9961 158.01758 z M 758.90039 158.75781 C 758.29542 158.74836 757.68955 159.31508 757.3125 159.71094 C 757.91327 159.49778 758.44245 159.20092 758.90039 158.75781 z M 980.47461 160.76953 L 979.73438 161.29883 C 980.48534 161.70624 980.72144 161.58015 980.47461 160.76953 z M 999.74219 163.41602 C 1000.1319 163.95363 1000.607 164.07205 1001.2246 163.83789 C 1000.9736 163.71086 1000.7335 163.54204 1000.4824 163.41602 L 999.74219 163.41602 z M 901.28711 163.83789 C 900.87956 164.90052 902.16982 165.09743 902.76953 164.47266 C 902.3431 164.59763 901.51502 164.16339 901.28711 163.83789 z M 1027.4785 164.36719 C 1027.178 164.47322 1026.8829 164.59465 1026.6309 164.79102 C 1026.907 164.6398 1027.2023 164.5184 1027.4785 164.36719 z M 987.92383 164.95703 C 988.4451 164.94665 988.84163 165.03053 989.26172 165.10938 C 988.61708 165.04239 988.00137 165.19011 987.35547 165.00195 C 987.56278 164.97438 987.75007 164.96049 987.92383 164.95703 z M 893.11523 165.48438 C 893.00633 165.48571 892.90615 165.50001 892.81836 165.53125 C 892.58427 165.61452 892.48808 165.90646 892.50195 166.27344 C 892.51536 166.63255 893.01318 166.68723 893.24219 166.80273 C 893.73161 167.05264 892.9434 168.17584 892.81836 168.49609 L 895.25391 168.49609 C 894.97239 168.6956 894.68459 168.92716 894.40625 169.13086 C 895.26856 169.20436 896.91903 169.99332 897.26562 168.70703 C 896.42117 168.78788 895.64978 168.36266 894.93555 167.9668 C 895.8304 167.87125 896.54521 166.77267 895.35938 166.37891 C 895.06354 166.12394 893.87754 165.47505 893.11523 165.48438 z M 888.79492 166.48438 C 887.41492 166.49686 886.3481 168.08326 887.52539 169.23633 C 889.25422 170.92897 889.19819 167.57267 889.32422 166.58984 C 889.12062 166.51813 888.99188 166.48262 888.79492 166.48438 z M 884.45508 167.22461 C 883.83698 167.26703 882.94299 167.513 882.65625 167.64844 C 881.32865 168.27635 880.23028 169.30685 879.16211 170.29492 C 877.15286 172.15453 875.39365 174.27501 873.44531 176.2207 C 872.49791 177.16573 871.32838 177.82498 870.58789 178.97266 C 869.95353 179.95549 870.45311 181.51658 869.10547 181.93555 C 866.18142 182.84277 862.85183 183.02197 860.63672 185.42969 C 861.70175 186.78422 863.50119 185.66142 864.76367 185.32227 C 866.78552 184.78255 868.85575 185.45786 870.79883 184.37109 C 871.10032 186.00599 868.41805 187.28338 868.15234 188.81641 C 867.79523 190.87973 874.09923 188.48929 874.7168 188.18164 C 877.38565 186.8523 879.73323 185.24157 882.65625 184.37109 C 884.26321 183.89228 884.15562 182.83258 885.51367 182.04297 C 886.77301 181.31215 888.1933 181.62909 889.43164 180.98438 C 889.52615 181.59024 889.14399 181.98043 888.58398 182.14844 C 889.38958 182.811 890.73841 182.66594 891.6543 183.09961 C 892.74135 183.61412 889.9635 184.33154 890.06641 184.6875 C 890.1799 185.08021 891.45202 185.08928 891.75977 185.11133 C 893.16822 185.21003 893.88807 185.36993 895.14844 185.95898 C 898.51366 187.53298 901.20721 185.40526 904.57031 184.58203 C 904.38129 183.63701 903.43497 183.52192 902.66406 183.41797 C 903.28685 183.5282 903.76868 183.17602 903.93359 182.57227 C 903.21202 182.59128 903.11105 182.06213 902.55859 181.83008 C 901.96831 181.58227 901.43452 182.25496 900.86523 182.25391 C 899.01776 182.25073 897.32492 182.47252 895.46484 182.57227 C 896.31138 181.14737 898.56685 182.2365 898.32422 180.34961 C 898.23274 179.63244 899.23084 179.329 899.16992 178.54883 C 899.10386 177.7088 898.33556 177.05509 897.6875 176.64453 C 897.07622 176.25812 896.06742 176.6848 895.67773 176.2207 C 895.02862 175.44683 894.40814 175.43524 893.56055 174.95117 C 892.80746 174.5217 893.3226 173.50772 892.81836 173.25781 C 891.97076 172.83675 890.28316 172.86082 889.32422 172.72852 C 889.76325 172.01554 888.73003 170.95863 888.05469 170.82422 C 887.19657 170.65306 885.70824 172.47441 884.77344 172.72852 C 884.21573 171.78244 885.72446 171.09282 884.34961 170.50586 C 884.78235 170.089 885.55208 170.22449 885.9375 169.76562 C 886.3093 169.32356 886.07499 168.6387 886.4668 168.17773 C 885.93848 167.83752 885.40722 167.83752 884.87891 168.17773 C 885.50699 167.42119 885.07335 167.18221 884.45508 167.22461 z M 897.56055 167.74805 C 897.49275 167.72999 897.43257 167.73159 897.37109 167.75391 C 897.2481 167.79853 897.11359 167.91109 896.94727 168.07227 C 897.22674 167.99561 897.51446 167.93497 897.79492 167.85938 C 897.70412 167.80346 897.62834 167.76611 897.56055 167.74805 z M 993.4375 168.57422 C 993.31703 168.57069 993.19831 168.57642 993.07227 168.60156 C 992.82025 168.65186 992.56993 168.79564 992.33203 168.91797 C 992.85089 168.89592 993.32499 168.78008 993.81445 168.60156 C 993.68132 168.59054 993.55797 168.57775 993.4375 168.57422 z M 1024.0371 168.68164 C 1023.8121 168.67534 1023.587 168.67711 1023.3496 168.70703 C 1023.6447 169.525 1024.9083 169.93556 1024.7266 168.70703 C 1024.4876 168.7023 1024.2621 168.68794 1024.0371 168.68164 z M 940.24609 172.83398 C 940.6818 173.04938 941.05406 173.32451 941.19922 173.68164 C 940.90178 173.3852 940.55391 173.13492 940.24609 172.83398 z M 941.30469 173.78711 C 941.70122 174.15501 942.07169 174.38682 942.46875 174.10547 C 941.86484 174.97489 940.71787 174.7297 940.03516 175.48047 C 940.51413 175.85008 940.41818 175.98466 940.45703 176.53906 C 939.50861 176.67346 939.41175 175.84673 939.61133 175.16211 C 939.79629 174.52789 941.08832 175.01001 941.30469 174.21094 C 941.35477 174.02586 941.34164 173.94175 941.30469 173.78711 z M 1000.8008 176.64453 C 999.91715 176.78535 998.75272 177.89688 998.4707 178.33789 C 999.51576 178.05018 1000.8877 177.84985 1001.541 176.85547 C 1001.3628 176.63314 1001.0953 176.59759 1000.8008 176.64453 z M 950.30273 178.01953 C 949.33748 177.87672 949.41497 179.04531 948.60938 179.29102 C 949.47483 179.30047 949.76602 178.52354 950.30273 178.01953 z M 945.11523 178.44336 C 944.83474 178.54416 944.54996 178.66094 944.26953 178.76172 C 944.53206 178.90979 944.81801 179.02458 945.11523 179.07812 L 945.11523 178.44336 z M 1002.0703 179.18555 C 1001.8464 179.2812 1001.9451 179.59969 1002.2832 180.03125 C 1002.3326 179.75509 1002.3396 179.46275 1002.3887 179.18555 C 1002.2515 179.18029 1002.1448 179.15372 1002.0703 179.18555 z M 1001.541 179.60742 C 1000.9423 179.58339 1000.6183 179.96518 1000.5879 180.56055 C 1001.3137 180.8199 1001.5862 180.25741 1001.541 179.60742 z M 936.01172 179.71289 C 936.20822 179.93446 936.44421 179.99612 936.75195 179.92578 C 936.4999 179.85018 936.26381 179.78953 936.01172 179.71289 z M 921.20117 182.21094 C 921.09367 182.21697 920.98398 182.23271 920.87305 182.25391 C 920.42929 182.33875 919.98835 182.50972 919.70898 182.67773 C 920.49881 183.00219 921.33968 183.0098 922.03711 182.46484 C 921.82139 182.25458 921.52368 182.19284 921.20117 182.21094 z M 1003.6582 184.58203 C 1004.2674 185.01464 1004.2145 184.68388 1004.4004 184.58203 L 1003.6582 184.58203 z M 922.25 185.11133 C 921.79287 185.13264 921.39637 185.201 921.18945 185.32227 C 921.60854 187.14827 923.87553 187.82053 925.42578 186.91016 C 925.2747 186.80935 925.15201 186.80106 925.00195 186.69922 C 925.60533 185.48958 923.62136 185.04754 922.25 185.11133 z M 1002.002 185.40039 C 1001.9097 185.40532 1001.8235 185.42039 1001.7539 185.42969 C 1000.7797 185.56038 1000.8862 187.28334 1001.3301 187.96875 C 1002.3972 187.83117 1001.9523 186.1185 1002.2832 185.42969 C 1002.1924 185.40065 1002.0942 185.39546 1002.002 185.40039 z M 915.58008 186.59375 C 914.75034 186.60109 913.97427 186.90071 913.14453 186.91016 C 913.27599 189.17506 915.54969 190.33346 917.48438 189.23828 C 920.53028 187.51623 916.92553 186.92136 915.58008 186.59375 z M 887.20117 190.77148 C 886.95768 190.77146 886.71224 190.79149 886.4668 190.82617 C 884.83047 191.05742 883.10839 191.92696 881.49023 191.7793 C 880.08913 191.65121 879.5475 191.3813 878.31445 192.51953 C 877.0068 193.72391 875.59987 194.11085 874.08008 194.95508 C 873.58116 195.7867 874.64892 196.57233 873.76367 197.2832 C 875.07027 197.63391 876.19531 196.2003 877.36328 197.17578 C 878.18776 197.86355 880.2487 196.39918 880.96289 196.01172 C 883.86385 194.43667 886.67518 193.43814 889.32617 191.46094 C 888.64942 190.9521 887.93166 190.77156 887.20117 190.77148 z M 956.54883 190.93164 C 956.71787 191.18995 956.95599 191.3067 957.29102 191.25 C 957.03896 191.1492 956.79986 191.03243 956.54883 190.93164 z M 956.33789 191.25 C 956.60145 191.38022 956.88743 191.48928 957.18359 191.46094 C 956.9031 191.41054 956.61726 191.30039 956.33789 191.25 z M 957.17578 191.76562 C 956.75882 191.8013 956.39088 191.98299 956.125 192.30859 C 956.74363 192.22039 957.22555 192.34195 957.71289 192.73242 C 956.25401 192.36806 957.11201 194.73659 958.77148 194.42578 C 960.07494 194.18217 960.83379 192.86978 959.19531 192.41406 C 958.81826 192.15419 958.19915 191.86041 957.60742 191.7793 C 957.4595 191.75903 957.31477 191.75373 957.17578 191.76562 z M 934.63477 192.73242 C 934.40678 192.93298 934.22791 193.06115 934 193.26172 C 934.96734 193.56518 936.21432 194.1847 937.07031 193.26172 C 936.23323 193.02861 935.328 193.41915 934.63477 192.73242 z M 911.76758 193.89648 C 911.65408 194.4887 911.88592 194.4887 912.50977 193.89648 L 911.76758 193.89648 z M 913.14453 193.89648 C 913.00905 194.54855 913.24497 194.60465 913.88477 194.00195 C 913.63275 193.97549 913.39662 193.92169 913.14453 193.89648 z M 995.61328 194.10742 C 994.59106 194.05019 993.69315 194.71228 992.86133 195.37695 C 994.50927 195.87047 995.21928 194.96445 996.67188 194.42578 C 996.31974 194.23968 995.95402 194.12649 995.61328 194.10742 z M 900.65234 195.16602 C 898.76492 194.90351 891.08726 199.9176 894.40625 201.30469 C 895.42508 203.3638 898.31256 199.98179 899.38281 199.29297 C 900.21047 198.75955 903.57642 195.57238 900.65234 195.16602 z M 988.89453 199.23828 C 988.8299 199.2459 988.775 199.26384 988.73242 199.29297 C 988.22144 199.64243 988.84573 200.95404 990.00195 200.98633 C 989.97478 200.44241 989.86172 199.91295 989.68555 199.39844 C 989.37184 199.28248 989.08841 199.21543 988.89453 199.23828 z M 813.15234 199.47656 C 813.09621 199.47448 813.04392 199.4842 812.99609 199.50586 C 812.80471 199.59249 812.68749 199.88803 812.67969 200.24609 C 813.08092 200.16629 813.43372 199.98981 813.73828 199.7168 C 813.5241 199.58527 813.32074 199.48281 813.15234 199.47656 z M 984.69727 200.13477 C 984.55628 200.11202 984.41822 200.10926 984.28516 200.14062 C 984.01888 200.20331 983.77703 200.34604 983.54492 200.56445 C 984.15935 200.78811 984.68221 200.72176 985.13281 200.24609 C 984.98289 200.19989 984.83825 200.15751 984.69727 200.13477 z M 988.20312 201.30469 C 987.18602 201.23811 986.20816 201.44327 985.76758 202.04492 C 985.47995 202.43868 987.57074 203.38874 987.88477 203.52734 C 989.37728 204.18466 989.76181 203.15842 990.63672 202.15039 C 990.23757 201.68365 989.22026 201.37124 988.20312 201.30469 z M 899.91602 208.5293 C 899.62696 208.52767 899.33634 208.55209 899.06445 208.60742 C 898.52068 208.71806 898.04837 208.9823 897.58203 209.24219 C 898.62606 209.43959 899.8619 209.18175 900.75781 208.60742 C 900.49207 208.5586 900.20507 208.53092 899.91602 208.5293 z M 964.38281 210.51172 C 962.93681 210.55561 961.19124 212.34084 960.7832 213.47461 C 961.75368 213.46212 966.488 212.25943 965.01758 210.61719 C 964.8299 210.54893 964.58941 210.50545 964.38281 210.51172 z M 984.53711 211.45312 C 984.39624 211.44353 984.27225 211.44739 984.17969 211.46484 C 984.27423 212.30486 985.17733 212.31705 985.76758 212.62891 C 987.38137 212.19157 985.52319 211.5203 984.53711 211.45312 z M 884.34961 216.22656 C 883.70896 216.30741 883.29225 216.79211 883.08008 217.39062 C 883.35616 217.31502 883.54303 217.25528 883.82031 217.17969 C 884.03033 216.89724 884.20993 216.54892 884.34961 216.22656 z M 873.86914 235.27734 C 873.66858 235.5304 873.43395 235.76555 873.23438 236.01758 C 873.70072 235.8611 873.88908 235.8727 873.86914 235.27734 z M 870.05859 240.99219 C 869.67628 241.06044 869.37435 241.23693 869.10547 241.52148 C 869.85541 241.94673 869.89788 241.8112 870.05859 240.99219 z M 869.21094 241.73438 C 868.70574 241.87506 868.5226 241.82888 868.57617 242.47461 C 868.80313 242.22259 868.98302 241.98743 869.21094 241.73438 z M 872.28125 244.27344 C 872.25408 244.03298 867.86479 247.51992 867.41211 247.76562 C 868.50756 246.9697 869.53076 245.909 870.16406 244.69727 C 868.10547 246.71227 865.12232 247.71135 863.2832 249.88281 C 864.4648 250.76484 866.338 248.67725 867.19922 248.08398 C 866.79171 249.33772 865.36421 249.73321 864.44727 250.51758 C 865.11424 250.05241 865.93049 250.21719 866.66992 249.98828 C 867.87463 249.61552 869.02057 248.25354 869.95117 247.44922 C 869.97482 247.70515 869.94081 247.97691 869.8457 248.18945 C 870.51243 247.43587 871.11948 246.65391 871.85742 245.9668 C 871.90962 246.35294 871.86882 246.77993 871.64648 247.13086 C 871.84839 246.97673 872.06678 246.84186 872.28125 246.70703 C 873.23387 246.10851 872.3788 245.11241 872.28125 244.27344 z M 869.5293 244.5918 C 868.72373 245.27117 864.47273 246.2412 864.76367 247.34375 C 866.55341 246.84604 868.26053 245.97153 869.5293 244.5918 z M 874.61914 245.40625 C 874.54508 245.41318 874.46771 245.42988 874.39844 245.4375 C 873.42778 245.5432 872.04898 247.4787 871.64648 247.97852 C 873.17154 247.76115 874.19736 246.81934 874.82227 245.4375 C 874.76433 245.40217 874.6932 245.39932 874.61914 245.40625 z M 870.69336 248.40039 C 870.17556 249.27192 869.37842 249.9188 868.78711 250.73047 C 869.60213 250.13825 870.28687 249.33702 870.69336 248.40039 z M 850.39062 271.67188 C 850.34053 271.66392 850.30052 271.66035 850.26172 271.68555 C 850.02795 271.83676 850.09629 272.1745 850.15625 272.53125 C 850.86942 272.64253 850.98984 272.40168 850.57812 271.68555 C 850.49987 271.69216 850.44072 271.67983 850.39062 271.67188 z M 839.12891 272.8457 C 838.7771 272.86068 838.42939 272.89371 838.08594 272.95508 C 836.50103 273.23963 833.85859 274.54897 836.49805 275.49609 C 838.09347 276.06941 840.62076 277.51989 842.32227 277.08203 C 843.93135 276.66937 842.70352 274.14601 842.32227 273.27344 C 841.65794 273.03823 840.93638 272.88033 840.20312 272.84961 C 839.83648 272.83417 839.48071 272.83073 839.12891 272.8457 z M 849.03516 282.66211 C 848.88993 282.65816 848.72876 282.66306 848.56641 282.69141 C 847.59232 282.86166 846.32247 283.44059 846.34375 284.2793 C 847.50223 283.80363 848.67043 283.86639 849.41406 282.69141 C 849.31039 282.67886 849.18038 282.66606 849.03516 282.66211 z "
             transform="matrix(2.8335412,0,0,2.8343084,-298.87921,46.209002)"
             id="CA-NU" /><path
             style="fill:#510000;fill-opacity:1;stroke:none;stroke-width:0.66666669;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
             d="M 984.68359 212.5 C 984.58768 212.49875 984.49163 212.5083 984.39258 212.52344 L 984.39062 212.52344 C 983.20208 212.70503 982.05143 214.21445 981.21484 214.85156 C 980.64414 215.28614 978.70147 216.63899 979.62695 217.17969 C 978.36687 216.96084 976.76066 216.44013 976.3457 218.23828 C 976.1011 219.29671 977.82587 219.53901 978.03906 220.46094 C 977.17467 219.81202 976.27541 219.90834 975.28711 219.61328 C 975.73665 220.23805 975.51524 221.52285 974.54688 220.77734 C 974.75792 221.76122 973.62486 222.23669 972.95898 221.51953 C 971.92339 222.92762 973.80321 222.87257 974.54688 223.42383 C 973.88728 223.21906 973.00389 223.39126 972.32227 223.42383 C 971.88218 223.44482 968.7758 224.81012 970.8418 225.01172 C 970.67547 225.06527 970.44397 225.0259 970.20508 225.01172 C 972.29695 226.40263 974.78692 227.44658 975.07617 230.0918 C 975.57018 234.60968 967.79282 239.82994 968.08789 243.5332 C 968.38296 247.23646 972.82203 246.90492 972.32227 249.24805 C 971.82247 251.59118 967.1556 251.1153 965.86523 252.74023 C 964.57501 254.36517 966.15686 256.87408 964.48828 257.71484 C 962.81973 258.55559 960.94103 255.48945 958.87891 255.59766 C 956.81675 255.70586 955.08405 259.03682 953.16211 258.45508 C 951.2402 257.87333 953.38637 254.25821 950.30273 253.48242 C 947.219 252.70663 940.85795 257.17872 938.97656 260.57227 C 937.09521 263.96581 937.13971 268.68513 938.97656 270.52148 C 940.81342 272.35784 943.50074 268.59549 944.69141 270.52148 C 945.88207 272.44749 939.94233 274.43193 941.09375 277.61133 C 942.24514 280.79073 949.59113 283.78097 952.41992 282.58594 C 955.24875 281.3909 952.47164 277.23603 954.53711 276.87109 C 956.60258 276.50616 958.87891 281.8457 958.87891 281.8457 L 997.0957 280.36328 L 996.03711 288.30078 C 996.11366 288.28053 996.17048 288.21273 996.24805 288.19531 C 997.76364 287.85721 999.07547 288.88386 1000.5879 288.4082 C 1002.1875 287.90629 1003.4172 286.65202 1004.9297 285.97266 C 1006.5188 285.25759 1008.0845 284.704 1009.4824 283.64453 C 1010.0528 283.21192 1010.6442 282.66783 1011.3867 282.58594 C 1011.0947 282.02626 1011.1541 281.55382 1011.5996 281.10547 C 1010.7678 280.76842 1010.0395 280.28655 1009.2695 279.83398 C 1010.2925 280.24979 1011.435 280.02038 1012.4453 280.46875 C 1012.8276 278.67635 1008.5751 278.72673 1007.5762 278.45898 C 1008.7242 278.51674 1011.0177 279.20547 1010.752 277.92969 C 1011.484 278.0872 1012.4712 278.85351 1012.6582 277.61133 C 1011.8873 277.68168 1011.0002 277.5883 1010.8574 276.66016 C 1013.2437 276.78618 1013.6859 275.49324 1011.3867 274.54297 C 1012.5694 274.50202 1013.925 274.60012 1014.5625 273.37891 C 1014.9816 272.57563 1014.6699 271.20733 1013.5039 271.58008 C 1013.9755 270.54056 1012.1934 269.88955 1013.8223 269.7793 C 1012.6522 269.93156 1010.9488 269.68652 1010.0098 268.93359 C 1010.6452 269.16566 1011.1399 268.80027 1011.3867 268.19336 C 1010.4309 269.09849 1009.1431 268.10107 1008.1055 268.72266 C 1007.1581 269.28967 1006.5033 270.60655 1005.2461 270.52148 C 1005.8595 269.44101 1004.8435 269.65178 1004.082 269.67383 C 1005.3119 268.88421 1006.7554 268.53394 1008 267.76953 C 1007.061 267.09016 1007.6311 265.21511 1006.834 264.80664 C 1006.1786 264.47064 1005.3067 264.71344 1004.6113 264.59375 C 1003.5936 264.41838 1000.6316 263.45081 1000.4824 265.22852 C 1001.5296 265.14871 1002.5308 264.95585 1003.5527 265.33594 C 1002.5896 265.7906 1001.4939 265.54045 1000.4824 265.75781 C 999.3754 265.99617 998.26832 266.33712 997.20117 266.71094 C 996.01118 267.12779 994.2795 269.03334 993.17773 268.93359 C 992.19991 268.84539 991.48541 269.66983 990.63672 269.99219 C 989.75552 270.32609 988.43999 270.01757 987.7793 270.83789 C 986.96738 271.84487 984.62702 272.94811 983.33203 272.53125 C 983.86769 272.4357 984.39796 272.26476 984.91992 272.10938 C 982.78256 271.92246 985.84671 270.91905 986.40234 270.94531 C 986.08186 269.88477 984.82242 269.43013 983.86133 269.14453 C 982.92444 268.86523 981.52698 268.96505 982.38086 267.66406 C 982.66541 268.15652 985.61017 270.00642 986.08594 269.88672 C 987.69188 269.48141 988.25858 267.64982 990.32031 267.76953 C 993.26433 267.93965 998.26881 266.17732 1000.5879 264.38281 C 999.65411 264.62328 992.14076 267.14384 992.01367 265.75781 C 995.01024 266.23242 997.81849 264.66764 1000.6953 264.16992 C 1001.8443 263.97041 1002.6663 263.05475 1003.8711 262.90039 C 1005.2417 262.72503 1006.5866 263.02537 1007.7871 262.16016 C 1007.2809 262.14421 1006.8067 262.19947 1006.3047 262.26562 C 1007.251 261.82566 1008.4817 262.33853 1008.9512 261.10156 C 1008.2265 260.25314 1006.9225 260.71499 1006.0938 260.04297 C 1005.8583 259.85172 1005.2819 259.63602 1004.6113 259.51367 C 1003.798 259.3653 1002.866 259.32864 1002.4941 259.30273 C 1001.5846 259.23868 999.99117 258.0577 999.21289 258.34961 C 1000.7369 258.18898 999.15442 257.41182 1000.0586 256.55078 C 998.93057 256.59594 998.1046 257.52432 996.99023 257.60938 C 997.85777 257.23767 998.68878 256.60961 999.21289 255.81055 C 996.76359 255.63308 994.75661 259.97511 992.4375 259.61914 C 993.51199 259.11934 994.18476 258.05353 995.29492 257.60938 C 996.03749 257.31223 997.39033 256.79306 996.99023 255.70312 C 996.30752 256.31425 994.69404 257.0483 993.91992 256.23242 C 994.74652 256.39204 995.64886 255.81084 995.29492 254.85742 C 993.8749 255.7846 992.45603 256.6079 990.95508 257.39648 C 991.59576 256.68035 992.63956 256.40991 993.07227 255.49219 C 991.44116 255.04068 989.43716 256.77146 988.20312 257.60938 C 988.98981 256.5709 990.3202 256.08394 991.37891 255.38672 C 990.82645 255.52429 990.29523 255.75688 989.79102 256.02148 C 990.55776 255.04811 992.93152 254.79044 993.07227 253.375 C 992.50513 253.51048 991.97486 253.69267 991.48438 254.00977 C 992.3162 253.67692 992.44938 252.91503 992.22461 252.10547 C 992.147 251.82617 993.24855 251.28431 993.2832 250.83594 C 992.31166 250.60283 991.80728 251.76 991.06055 252.10547 C 991.52689 251.67811 991.81431 251.14969 991.80273 250.51758 C 991.31119 251.06359 990.52942 251.45298 989.79102 251.25977 C 990.5063 251.29757 990.94098 250.23417 990.32031 250.30664 C 989.84659 250.36124 988.67937 250.28751 988.30859 249.98828 C 988.55115 249.75096 988.78735 249.56981 989.04883 249.35352 C 988.602 249.42571 986.90485 249.11031 987.71094 248.70898 C 986.97428 248.81504 988.25368 247.46598 988.51953 247.13086 C 987.26859 247.50677 985.35475 247.56819 984.39062 246.49609 C 984.65012 246.49927 988.159 246.8867 985.97852 246.49609 C 988.29449 246.67461 984.65214 245.30065 984.39062 245.12109 C 985.33697 244.49529 986.94044 245.33243 987.56641 244.16797 C 986.55813 243.86553 985.41359 244.05857 984.39062 243.84961 C 984.96934 243.86115 985.6158 243.80504 986.19141 243.74414 C 985.13375 243.49948 983.77065 242.9754 983.22656 241.94531 C 983.86163 241.96662 984.49668 242.03494 985.13281 242.05078 C 984.72964 242.09373 984.37409 242.28761 984.07422 242.68555 C 984.66761 242.96696 988.65633 244.37142 987.7793 242.58008 C 987.51235 242.7355 987.27452 242.91197 987.03711 243.10938 C 987.41251 242.41309 988.87021 241.58903 990.10742 241.20508 C 989.69666 241.47083 989.38383 241.94341 989.26172 242.36914 C 988.55275 244.83251 992.13511 242.68894 990.00195 242.26367 C 990.62266 242.17652 991.13884 241.71854 991.48438 241.20508 C 991.37765 241.11152 991.29539 241.02234 991.16602 240.99219 C 991.27373 240.97088 991.39593 240.86237 991.48438 240.88672 C 992.36451 241.12823 991.65035 239.52458 991.48438 239.29883 C 990.90461 238.51236 989.73264 239.12515 989.04883 238.45312 C 992.02962 237.22039 987.07215 236.95277 986.61523 236.44141 C 987.30741 236.85407 990.23235 235.84285 990.63672 235.17188 C 990.99383 234.57966 990.129 234.32714 990.32031 233.79688 C 990.33372 233.75572 990.40715 233.72977 990.42578 233.68945 C 990.63037 233.25335 990.98273 232.84215 990.74219 232.31445 C 989.9681 232.79537 989.00684 232.27841 988.51953 233.26758 C 989.34927 232.04955 987.95791 232.30339 987.25 232.41992 C 988.01674 232.06606 988.87274 232.05863 989.68359 231.89062 C 989.77172 231.05376 989.53543 230.87727 988.83789 231.36133 C 989.04488 231.11247 989.16747 230.8752 989.36719 230.62109 C 988.67004 230.65426 987.79877 230.54817 987.03711 230.72656 C 986.78305 230.78599 986.50326 230.92104 986.29688 231.04492 C 985.53331 231.50274 984.2878 232.41852 983.33203 232.10352 C 984.15023 231.44621 985.20515 231.19897 986.19141 230.9375 C 986.31101 230.90568 986.72047 230.82837 987.03711 230.72656 C 987.93828 230.43683 988.9973 229.95139 987.56641 229.77344 C 989.04106 229.9866 988.982 228.89234 989.68359 227.97461 C 988.39799 228.06281 986.99376 228.11769 985.87305 228.82227 C 988.13647 227.51813 983.82401 229.0521 983.4375 229.0332 C 983.96793 228.94395 985.84299 227.90051 984.07422 228.08008 C 985.04156 227.82492 988.77909 227.7135 988.83789 226.28125 C 988.86507 225.62918 989.75531 225.11369 988.73242 224.80078 C 988.1012 224.60865 987.48792 225.08683 986.82617 224.90625 C 987.5572 224.87277 989.11369 223.24528 987.35547 224.16406 C 987.80184 223.69785 988.32583 223.29642 988.94336 223.10742 C 987.45928 222.95934 984.81935 222.79283 983.65039 223.95312 C 983.54536 223.68642 983.54492 223.39408 983.54492 223.10742 C 985.46383 223.00872 986.86768 223.00663 988.09766 221.30664 C 987.6292 221.6626 987.09899 221.8391 986.50977 221.83594 C 987.11682 221.76244 987.45988 221.38215 987.46094 220.77734 C 986.84549 220.80243 986.31521 220.98564 985.87305 221.41406 C 986.22067 220.58454 985.62981 220.34886 984.91992 220.24805 C 985.80217 220.15669 986.72377 220.16634 987.25 219.29688 C 986.72169 218.87476 986.19148 218.87477 985.66211 219.29688 C 986.38682 218.3865 986.271 218.21001 985.34375 218.76758 C 985.58324 218.52607 985.76413 218.28985 985.98047 218.02734 C 985.49087 218.10127 985.36785 217.83876 985.34375 217.49805 C 986.01489 217.62875 987.11913 217.5195 986.61523 216.54492 C 986.09814 216.67054 985.67588 216.89021 985.34375 217.28516 C 985.42093 216.48773 986.12571 215.34195 986.61523 215.27539 C 985.6132 215.19139 984.9351 216.06229 983.96875 216.12109 C 984.40675 215.50053 984.55144 215.07744 985.23828 214.64062 C 984.31611 214.95984 983.36496 215.23234 982.38086 215.27539 C 983.01628 215.08637 986.77539 213.50782 984.81445 213.89844 C 986.73234 213.02586 984.4467 213.0862 983.96875 213.26367 C 984.48238 213.04421 985.00521 212.92281 985.55664 212.83984 C 985.25101 212.59336 984.97132 212.50376 984.68359 212.5 z M 990.42578 233.68945 C 991.04758 233.96561 991.64085 233.67987 992.01367 233.16016 C 991.37931 232.7916 990.77238 233.11513 990.42578 233.68945 z M 987.71094 248.70898 C 987.84442 248.68977 988.02292 248.63845 988.30859 248.50781 C 988.02552 248.57672 987.84272 248.64337 987.71094 248.70898 z M 1004.6113 259.51367 C 1005.2049 259.71336 1005.9441 259.26709 1006.5176 258.98438 C 1005.4715 259.28152 1005.413 259.10038 1006.3047 258.34961 C 1005.5253 258.40001 1004.7311 258.65932 1004.082 259.08984 C 1004.248 259.32556 1004.4133 259.44711 1004.6113 259.51367 z M 992.59961 233.42383 C 992.51275 233.42536 992.4221 233.44508 992.33203 233.47852 C 991.97181 233.61226 991.63461 233.92165 991.48438 234.11328 C 992.05366 234.48604 992.58387 234.48138 993.07227 234.00781 C 993.07703 233.57704 992.86018 233.41923 992.59961 233.42383 z M 990.4707 235.65625 C 990.38102 235.66014 990.29552 235.67456 990.21484 235.70117 C 989.892 235.80761 989.76038 236.13558 990.00195 236.6543 C 990.56489 236.55349 990.92582 236.2613 991.27344 235.80664 C 991.03638 235.72198 990.73975 235.64459 990.4707 235.65625 z M 992.11914 236.01758 C 991.57195 236.02284 991.05711 236.31244 990.74414 236.75977 C 991.23462 236.64742 991.7484 236.35778 992.11914 236.01758 z M 990.74414 236.75977 C 990.83562 236.99182 990.95959 236.99182 991.27344 236.75977 L 990.74414 236.75977 z M 988.62695 244.27344 C 988.35087 244.44985 988.16099 244.62633 987.88477 244.80273 C 988.60214 245.4002 989.3851 245.09533 990.21484 245.22656 C 989.85356 244.69105 989.27921 244.33119 988.62695 244.27344 z M 986.50977 245.4375 C 987.12419 246.11057 988.17932 246.67988 988.83789 245.75586 C 988.58584 245.7294 988.34971 245.67559 988.09766 245.65039 C 987.56934 245.59579 987.0391 245.48369 986.50977 245.4375 z M 990.21484 247.55469 C 989.63613 247.74475 989.2329 248.21835 989.15625 248.82422 C 990.02273 249.21273 991.19058 248.37161 990.21484 247.55469 z M 1009.4824 261.20703 C 1009.2304 261.33306 1008.9934 261.50484 1008.7402 261.63086 C 1009.3957 261.95006 1009.6337 261.77825 1009.4824 261.20703 z M 1014.8809 270.62695 C 1014.6288 270.75297 1014.3908 270.81929 1014.1387 270.94531 C 1014.709 271.32437 1015.1841 271.26374 1015.6211 270.73242 C 1015.3701 270.68307 1015.1319 270.67734 1014.8809 270.62695 z M 1008.2109 286.71484 C 1005.8047 288.37599 1002.7631 288.17357 1000.5879 290.3125 C 999.58903 291.29533 998.98226 292.81719 997.94141 293.69922 C 997.15684 294.36389 996.10742 294.56869 995.18945 294.96875 C 995.40491 295.25646 995.58371 295.44423 995.82422 295.71094 C 993.91897 294.95282 991.82115 299.16864 990.84961 300.26172 C 989.93686 301.2897 988.74226 302.05175 987.99023 303.22461 C 987.34747 304.22741 988.28618 305.63242 987.14453 305.76367 C 987.39859 303.16066 981.95565 308.33657 985.98047 307.88086 C 985.53932 308.09585 984.99927 308.47122 985.34375 308.62109 C 984.52477 308.79138 984.47235 309.71013 985.02734 309.99805 C 985.21231 310.09402 985.44798 310.07953 985.76758 309.99805 C 985.44304 310.19327 985.25557 310.08719 985.02734 309.99805 C 984.52006 309.79996 984.08628 309.25781 983.43945 309.25781 C 982.15491 309.25781 981.89712 309.62012 981.10938 310.52734 C 980.4214 311.31802 979.53098 312.2855 978.99219 313.17383 C 978.52059 313.95085 977.86092 312.93385 977.08789 313.2793 C 977.50278 312.73853 977.98753 312.2583 978.56836 311.90234 C 977.58422 312.45886 975.28247 312.9151 975.18164 314.33789 C 977.27072 313.56192 979.15414 314.45155 981.21484 314.125 C 979.13942 314.79177 977.52123 316.21354 975.60547 317.19531 C 974.40916 317.80853 972.71275 318.49848 972.00586 319.73438 C 969.61221 323.91453 975.89618 321.893 977.72266 321.95703 C 978.10705 321.59477 978.52267 321.24854 978.99219 321.00391 C 977.66565 322.31117 980.79886 321.50715 981.74414 321.85156 C 982.96989 322.29887 984.31201 322.04688 985.55664 321.85156 C 985.10396 322.73359 986.33641 322.20341 987.03906 322.38086 C 987.82366 322.57828 988.66706 322.91416 989.47266 322.5918 C 990.31899 322.25372 992.19341 322.36577 992.79492 321.58789 C 992.38015 322.62564 994.16387 320.82995 994.44922 320.36914 C 994.56776 320.62535 994.73957 320.86352 994.87305 321.11133 C 995.62507 320.54326 996.63568 320.56868 997.0957 319.62891 C 996.98055 319.99904 996.01332 321.61997 996.24805 321.95703 C 995.32242 322.25819 994.28532 322.54743 993.70703 323.33398 C 994.47377 323.06938 995.20423 322.71302 996.03711 322.69727 C 995.86062 322.94927 995.68215 323.1864 995.50781 323.43945 C 996.52135 323.38485 997.0957 322.69296 997.0957 323.96875 C 997.86771 323.15813 999.31884 323.11907 998.89453 321.64062 C 1001.0508 321.90208 1001.0847 321.74491 1002.8125 320.6875 C 1002.301 321.10436 1001.9425 321.57875 1001.6484 322.16992 C 1002.4719 322.18682 1003.1773 321.75298 1003.9766 321.64062 C 1003.3506 321.87269 1002.9768 322.52223 1002.3887 322.80469 C 1001.624 323.17115 1000.7412 323.08233 1000.0605 323.65039 C 998.97664 324.55447 998.40124 325.36156 997.0957 326.08398 C 995.91933 326.73395 994.44978 326.42666 993.49609 327.46094 C 992.52349 328.51729 994.07239 328.64075 994.76562 328.625 C 997.19605 328.57145 998.80461 328.01032 1000.377 325.97852 C 1001.9671 323.92256 1003.5075 324.34823 1005.459 322.80469 C 1004.9758 323.3066 1004.5022 323.83411 1004.082 324.39062 C 1005.8938 323.22404 1006.7546 321.28605 1008.3164 319.94727 C 1009.5642 318.87728 1009.6587 321.52415 1009.6934 322.16992 C 1009.8563 325.23811 1006.157 325.96174 1005.3535 329.04883 C 1007.6233 329.61795 1009.1262 326.78257 1011.0703 326.19141 C 1010.646 326.89597 1008.9177 327.76506 1010.6465 327.88477 C 1010.2101 328.09505 1009.249 329.33064 1009.4824 329.25977 C 1009.0523 329.75692 1008.84 330.32297 1009.2695 330.95312 C 1010.2925 330.44176 1011.2299 329.66197 1012.1289 330.5293 C 1012.8536 331.22862 1014.7196 328.63483 1014.9863 328.20117 C 1015.8959 326.72168 1016.8392 325.2238 1017.7383 323.75586 C 1018.2971 322.84443 1018.178 321.7863 1018.4805 320.79297 C 1016.6655 321.10902 1016.3016 323.57432 1014.2461 323.54492 C 1014.5927 322.98947 1014.128 322.5083 1014.3516 321.95703 C 1014.5321 321.51079 1015.093 321.13633 1015.4102 320.79297 C 1016.3828 319.74294 1017.188 318.26117 1018.5859 317.72461 C 1017.021 317.01794 1014.4166 319.34463 1013.5039 320.47656 C 1013.1878 320.86927 1012.1739 322.7789 1011.8105 322.91016 C 1010.9294 323.22726 1011.1126 321.77004 1011.3867 321.42773 C 1010.0791 321.88555 1010.5457 320.83815 1010.6465 320.05273 C 1011.2294 320.4633 1012.5027 319.2603 1012.6582 318.35938 C 1012.1393 318.58934 1011.6081 318.64546 1011.0703 318.46484 C 1011.67 318.56145 1012.2003 318.33562 1012.6582 317.93555 C 1011.6944 318.10455 1011.2604 317.60162 1011.2812 317.19531 C 1011.2982 316.87455 1011.5174 316.6268 1012.1289 316.87695 C 1012.3535 316.96904 1012.5712 317.04963 1012.7637 317.08789 C 1012.2846 317.07025 1011.777 317.00967 1011.2812 317.19531 C 1011.5529 317.51451 1012.1263 317.87092 1012.6582 317.93555 C 1013.2566 318.00821 1013.8529 317.744 1013.8223 316.98242 C 1013.6593 317.0996 1013.4563 317.05388 1013.293 317.08789 C 1013.633 317.02069 1013.9672 316.86244 1014.3516 316.56055 C 1015.4313 315.71317 1016.5588 315.50981 1017.7383 314.86719 C 1018.2655 314.58053 1019.0663 313.98177 1018.6914 313.2793 C 1018.0328 312.04655 1017.5288 314.44176 1016.7852 313.80859 C 1016.1592 313.27518 1016.4347 312.92284 1015.5156 313.91406 C 1015.1207 314.33931 1012.8038 315.73469 1013.6094 314.125 C 1013.1273 314.53241 1012.6551 314.9394 1012.1289 315.28906 C 1013.6267 313.63421 1010.8197 315.23002 1010.3281 315.50195 C 1010.7125 314.72179 1014.1695 313.67609 1012.3398 313.49023 C 1013.1012 313.52677 1013.7359 313.15821 1014.3516 312.75 C 1013.9674 312.8003 1013.6213 312.47955 1013.5039 312.00781 C 1013.47 312.61998 1013.0367 313.07617 1012.4453 313.17383 C 1012.3654 312.80002 1012.415 312.38897 1012.4453 312.00781 C 1013.0629 312.23042 1013.5807 311.93372 1013.8223 311.37305 C 1013.0272 311.31319 1012.1839 311.64218 1011.3867 311.48047 C 1013.2279 311.21586 1016.3361 308.72999 1017.7383 307.56445 C 1016.5084 307.21689 1015.3887 305.13923 1013.9277 305.87109 C 1013.3742 306.14829 1012.6065 305.94135 1012.0215 306.08203 C 1011.3346 306.24691 1011.0911 307.13467 1010.4336 307.45703 C 1010.8716 306.75666 1011.2724 305.99098 1011.1758 305.12891 C 1010.2536 305.59092 1008.1596 308.24727 1008 306.61133 C 1007.9621 307.8557 1005.7882 307.64487 1004.9297 307.98633 C 1005.8677 307.00452 1006.7312 305.91077 1006.4121 305.02344 C 1005.5477 305.49805 1005.7338 306.6099 1004.8242 307.03516 C 1004.7612 306.50699 1004.8108 305.9786 1004.8242 305.44727 C 1004.2045 305.66988 1003.5997 306.06741 1003.2363 306.61133 C 1003.3184 306.28478 1003.3812 305.98686 1003.4473 305.6582 C 1002.6742 305.90601 1002.2804 305.08527 1001.541 305.23438 C 1000.8236 305.37824 1000.2173 305.85417 999.5293 306.08203 C 999.9841 305.64312 1000.6402 305.62289 1001.1191 305.23438 C 1001.6579 304.79652 1001.5984 304.07731 1002.2832 303.75391 C 1002.0701 303.67179 1001.8485 303.63293 1001.6484 303.64844 C 1003.4105 302.96791 1005.6399 302.0245 1005.7754 300.89648 C 1004.4342 301.62205 1002.8111 301.11009 1001.3301 301.00195 C 1001.746 300.49478 1001.5432 300.39546 1001.3301 299.83789 C 999.1864 301.26803 997.34095 302.93485 995.29492 304.49414 C 996.03121 303.79272 995.04232 303.56565 995.40039 302.90625 C 995.6799 302.39173 996.52259 302.31282 996.88281 301.84766 C 997.69995 300.79342 998.24029 300.20847 999.21289 299.30859 C 1000.3661 298.24071 1001.2537 297.00702 1002.4941 296.02734 C 1003.4353 295.28287 1003.4082 294.11725 1004.1875 293.48828 C 1004.448 295.00137 1005.8271 293.03345 1006.4121 292.42969 C 1006.9058 291.91937 1007.284 291.61707 1007.7871 291.1582 C 1008.9456 290.10502 1006.2817 290.50874 1006.0938 290.52344 C 1006.5422 288.05272 1008.6355 289.9402 1010.4336 288.4082 C 1011.8663 287.18807 1009.1626 286.34318 1009.0586 287.98438 C 1008.4998 287.81636 1008.1164 287.32071 1008.2109 286.71484 z M 1008.5293 294.12305 C 1008.0735 294.11465 1007.7793 294.2958 1007.6816 294.75781 C 1007.9578 294.53206 1008.2531 294.34985 1008.5293 294.12305 z M 1014.4648 303.29492 C 1014.3604 303.29398 1014.2521 303.30467 1014.1387 303.33008 C 1013.4582 303.48255 1012.7675 303.9782 1012.8691 304.70508 C 1013.6526 304.48772 1014.3864 304.18687 1015.1973 304.07031 C 1015.0472 303.81726 1014.9265 303.58209 1014.7754 303.33008 C 1014.6714 303.30845 1014.5693 303.29587 1014.4648 303.29492 z M 1011.2812 304.17773 C 1010.441 304.62505 1009.4834 304.28716 1008.6348 304.70508 C 1008.8048 306.10372 1010.7487 304.85607 1011.2812 304.17773 z M 1008.2109 321.85156 C 1007.2909 322.24742 1006.89 323.27199 1006.4121 324.07422 C 1007.2502 323.55865 1007.648 322.61493 1008.2109 321.85156 z "
             transform="matrix(2.8335412,0,0,2.8343084,-298.87921,46.209002)"
             id="CA-NL" /><path
             style="fill:#290000;fill-opacity:1;stroke:none;stroke-width:0.66666669;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
             d="M 916.21484 194.21289 C 914.71887 194.22718 913.62445 194.86657 911.98047 195.48242 C 910.01004 196.22058 908.85878 196.82112 907.85156 198.76367 C 907.07748 200.25681 907.84092 201.89065 909.43945 202.57422 C 908.52043 202.14791 906.74111 204.41428 906.1582 205.2207 C 904.99866 206.8241 902.31813 206.72833 901.5 208.71289 C 901.99782 208.59635 902.47197 208.53765 902.98242 208.50195 C 901.19476 209.29158 904.2357 208.63051 904.67578 208.60742 C 903.95841 209.21014 903.04382 209.54523 902.55859 210.40625 C 903.03962 210.63307 903.51478 210.75449 904.04102 210.83008 C 903.3877 211.12408 902.12268 211.22088 901.71094 211.88867 C 901.46397 212.29084 902.27547 213.08794 902.13477 213.6875 C 901.96131 214.23352 901.6627 214.63363 901.18164 214.95703 C 901.76981 214.73865 902.30107 214.85645 902.76953 215.27539 C 902.00282 215.57045 901.55286 217.10725 900.75781 217.17969 C 900.01521 217.24794 899.17757 217.37561 899.27734 218.34375 C 898.78474 218.13373 898.31064 217.95726 897.79492 217.81445 C 897.88093 218.74163 894.59781 220.39479 896.41797 220.46094 C 893.8468 220.9975 892.40023 223.25637 890.06641 224.05859 C 888.01516 224.76314 888.60425 225.39033 887.31445 226.91602 C 888.06126 226.83726 889.03116 228.0224 889.32422 228.60938 C 889.72231 229.40425 890.55513 229.62139 891.23047 230.0918 C 892.85529 231.22478 893.31044 233.57047 893.24219 235.38281 C 893.0562 240.35155 889.86128 245.30071 886.14844 248.40039 C 882.00705 251.85814 876.83063 254.45025 871.85742 256.44531 C 869.48057 257.39979 866.72253 258.41946 864.23438 258.98438 C 862.5444 259.36868 860.11676 259.27011 858.94141 260.7832 C 859.97284 261.05201 859.45791 261.92141 859.1543 262.58398 C 858.63544 263.71591 860.04259 264.17747 858.83594 264.48828 C 859.35793 264.70564 859.8892 264.9372 860.42383 265.12305 C 859.1792 265.3824 859.72428 265.80047 860.42383 266.18164 C 859.68966 266.47459 858.99353 267.65973 860.21289 267.875 C 859.28861 267.52744 858.93808 268.65125 858.0957 268.72266 C 859.39073 268.86232 858.69968 269.43803 858.0957 269.7793 C 860.16481 269.40864 857.23514 270.62271 857.46094 271.36719 C 857.78244 272.42667 856.5352 273.90442 855.97852 274.75391 C 856.23159 274.87783 856.46769 274.94523 856.71875 275.07227 C 855.97406 275.51958 856.33354 275.95715 857.03711 276.02539 C 856.82264 276.61131 856.28718 276.96981 855.66016 276.87109 C 855.91965 277.49691 856.03345 278.19892 855.55469 278.77539 C 856.39494 278.65675 856.409 279.47041 856.18945 280.04688 C 855.90793 280.78295 854.94336 281.16042 855.87305 281.42188 C 854.39945 281.62664 853.50291 283.28004 852.16797 283.85547 C 851.67957 284.06548 851.25151 284.0086 851.42578 284.59766 C 851.58025 285.11742 850.01913 285.75006 849.73242 285.97266 C 850.66405 286.87463 849.44212 287.92453 850.68555 287.98438 C 849.75812 287.96232 847.79096 289.81696 848.25 290.8418 C 847.66497 290.63808 848.12014 289.22233 848.14453 288.72461 C 848.21395 287.31862 846.30682 287.86148 847.40234 286.71484 C 845.56115 286.45654 843.69766 288.5667 842.74609 289.88867 C 841.44161 291.69787 843.55125 292.75073 842.85156 294.65234 C 842.95186 293.04633 841.92025 291.04571 840.41602 290.10156 L 824.21875 319.41797 L 826.33594 328.625 L 847.61523 338.4668 L 859.68359 339.20898 L 859.1543 345.34766 L 874.92773 345.45312 C 876.80464 345.45312 875.87435 345.59776 876.93945 343.86523 C 877.76288 342.52332 879.26197 343.03125 880.53906 342.27734 C 880.66714 342.5283 880.73181 342.7645 880.85547 343.01758 C 881.04043 342.93766 881.89409 342.41444 881.91406 342.17188 C 881.97498 341.3938 882.46238 342.08367 882.76172 341.64258 C 883.46441 340.60621 883.70469 340.01586 884.87891 339.31445 C 886.72638 338.21087 887.39192 337.3298 888.26758 335.39844 C 888.83789 334.14056 889.96137 333.77493 890.91406 332.85742 C 892.12311 331.69296 892.78917 330.01642 894.08984 328.83594 C 895.25256 327.78066 896.3795 326.88877 897.68945 325.76758 C 898.07674 325.43608 900.72437 322.76498 901.18164 323.54492 C 901.52083 324.12348 901.16819 324.95782 901.71094 325.55469 C 901.96299 325.83186 902.32285 325.92627 902.76953 325.87305 L 904.57031 322.69727 L 915.15625 318.25195 L 921.19141 318.04102 L 921.29688 318.04102 C 921.88226 317.79219 922.50536 317.59513 923.20117 317.61719 C 924.21894 317.64975 925.48838 317.20101 926.37695 317.30078 C 928.13309 317.49819 929.49768 319.28866 931.35352 318.35938 C 933.86588 317.10353 936.0041 315.77351 938.6582 314.86523 C 939.41549 314.60588 940.35802 313.52028 940.14062 312.64453 C 939.91367 312.214 939.56305 311.87142 939.08203 311.79688 C 940.27834 311.56272 937.82681 311.1489 939.61133 311.26758 C 940.06609 311.35053 940.55143 311.42632 940.98633 311.58594 C 941.95367 309.37771 936.84997 307.87259 935.48242 307.66992 C 933.07617 307.31293 930.54724 307.61826 928.17773 308.0918 C 925.61705 308.60317 923.3245 309.56086 920.87305 310.42188 C 918.47728 311.26503 916.04754 311.32442 913.67383 312.32617 C 908.59344 314.47032 902.62086 317.25947 898.53516 321.00391 C 896.37256 322.98638 893.78944 324.89707 891.33594 326.50781 C 888.87714 328.12169 886.02604 328.80097 883.29102 329.78906 C 884.85704 328.83458 886.44414 327.98272 887.94922 326.93164 C 889.21378 326.04753 890.5936 324.09828 891.97266 323.54492 C 895.0102 322.32688 897.49542 320.40608 899.38281 317.61719 C 899.03727 317.54316 898.85926 317.32666 898.64062 317.08789 C 898.91706 317.24965 899.26056 317.49051 899.38281 317.51172 C 900.23881 317.66188 901.51399 316.45757 902.13477 316.03125 C 904.26267 314.56855 905.64362 312.34806 908.0625 311.26758 C 909.23256 310.74466 912.36803 309.65109 912.50977 308.0918 C 912.75977 308.57692 912.64501 309.04198 912.19141 309.36328 C 912.67455 309.04618 913.20475 308.87331 913.7793 308.93945 C 912.76262 307.5072 917.1264 307.23091 918.12109 307.14062 C 919.6808 306.99988 920.92643 306.59659 921.93164 305.3418 C 923.28232 303.65124 927.21805 298.60563 929.87109 299.94336 C 928.98676 298.16461 931.72574 299.44043 932.30664 299.20312 C 934.08904 298.47754 935.80396 298.52875 937.70508 298.35547 C 940.62916 298.08876 944.25853 299.34748 947.12695 298.56836 C 948.86524 298.09795 950.33116 299.56565 951.99805 298.99023 C 953.56721 298.44948 954.97273 298.36225 956.6543 298.46094 C 958.27598 298.55544 959.90053 298.90517 961.52539 298.99023 C 962.16604 299.0228 962.1443 299.84209 962.68945 299.83789 C 963.13582 299.75914 963.53884 299.58313 963.95898 299.41406 C 963.5063 299.71646 963.09021 299.95377 962.58398 300.1543 C 965.17406 299.89179 967.23454 299.11388 969.88867 299.20312 C 970.91798 299.23661 971.82334 298.85165 972.85156 298.99023 C 973.65296 299.09838 974.39813 299.19451 975.18164 298.88477 C 976.13638 298.50782 976.50883 297.40981 977.50977 297.19141 C 978.02545 297.07906 978.73744 297.13564 979.09766 296.66211 C 980.28769 295.10072 982.40758 294.71382 983.86328 293.48633 C 983.72674 294.88286 984.34091 294.02453 984.60352 293.38086 C 985.09297 292.18278 984.45239 292.51455 985.66211 292.11133 C 986.38474 291.87087 987.21783 291.31162 987.88477 290.94727 C 988.4015 290.66482 987.57921 290.33375 987.88477 290.09961 C 989.01491 289.23543 990.72599 290.09651 992.01367 289.7832 C 993.41115 289.44486 994.65029 288.66859 996.03711 288.30078 L 997.0957 280.36328 L 958.87891 281.8457 C 958.87891 281.8457 956.60258 276.50615 954.53711 276.87109 C 952.47167 277.23603 955.24871 281.3909 952.41992 282.58594 C 949.59113 283.78096 942.24517 280.79074 941.09375 277.61133 C 939.94236 274.43193 945.88399 272.44749 944.69336 270.52148 C 943.50269 268.59549 940.81342 272.35784 938.97656 270.52148 C 937.13971 268.68513 937.09517 263.9658 938.97656 260.57227 C 940.85792 257.17871 947.219 252.70469 950.30273 253.48047 C 953.38644 254.25625 951.24017 257.87333 953.16211 258.45508 C 955.08405 259.03682 956.81675 255.70586 958.87891 255.59766 C 960.94103 255.48945 962.81973 258.55558 964.48828 257.71484 C 966.15679 256.87408 964.57501 254.36518 965.86523 252.74023 C 967.1556 251.1153 971.82247 251.59118 972.32227 249.24805 C 972.82203 246.90493 968.38303 247.23646 968.08789 243.5332 C 967.79282 239.82994 975.57022 234.60968 975.07617 230.0918 C 974.78689 227.44658 972.29698 226.40263 970.20508 225.01172 C 969.7273 224.98356 969.19603 224.94966 968.93555 225.22266 C 968.20138 225.99128 969.43699 226.14378 969.25195 226.81055 C 968.99687 227.72932 967.58773 229.01239 966.71289 229.35156 C 967.23175 228.34458 969.73002 225.44795 966.81836 225.11719 C 965.70819 224.99116 964.80211 226.77855 964.17188 227.44531 C 963.51856 228.13413 962.91386 227.74254 962.05469 227.97461 C 961.00752 228.25811 959.99057 228.85144 958.98438 229.24414 C 956.80498 230.09257 955.63724 230.94904 954.11328 232.73828 C 954.67099 231.29449 956.62446 230.04337 956.01953 228.29297 C 955.0091 229.36084 954.0935 230.89629 952.52539 231.15039 C 953.47385 230.39962 955.10639 229.71832 955.38477 228.39844 C 955.85005 226.18708 953.29322 228.51449 952.84375 229.0332 C 952.48519 229.44695 952.11923 229.74904 951.78516 230.0918 C 952.54519 229.3753 953.14102 228.42517 953.26758 227.12891 C 953.55655 224.17727 952.26918 224.39632 949.5625 224.48242 C 947.25076 224.55487 945.58922 226.74276 943.31641 226.91602 C 943.54337 226.66296 943.82873 226.32232 944.05664 226.07031 C 943.26156 226.35381 942.58601 225.63971 941.83398 225.54102 C 943.13847 225.65861 945.45285 225.22884 945.2207 223.42383 C 946.31301 223.69894 945.67885 224.68266 945.85742 225.43555 C 946.57373 224.96408 949.82362 222.77791 948.08008 222.36523 C 948.72598 221.87697 949.49089 221.54928 950.30273 221.83594 C 950.5917 220.32389 948.65493 221.03461 947.86719 220.77734 C 948.54468 220.53479 948.3968 220.17296 948.50391 219.61328 C 948.59644 219.12712 949.43736 218.98074 949.77344 218.76758 C 950.07497 218.57646 950.69669 216.53795 950.62109 216.12109 C 950.48254 215.35351 947.95891 215.48318 947.44531 215.48633 C 945.73014 215.49684 944.45393 215.15081 942.78711 214.85156 C 944.09791 214.59115 945.39335 215.29218 946.70312 215.27539 C 947.45303 215.26594 950.80589 215.47364 950.30273 214.95703 C 953.17324 215.28257 952.48954 210.47013 954.96094 209.34766 C 955.70354 209.00956 956.76553 209.01627 957.18359 208.18359 C 957.58062 207.39187 956.93538 205.88386 956.01953 207.125 C 955.30216 208.09628 953.90861 208.81526 952.52539 208.07812 C 955.1953 206.28047 950.36065 206.74166 950.0918 206.5957 C 949.35865 206.19881 948.47558 205.98145 947.65625 205.85547 C 946.59546 205.69271 945.85739 206.43243 945.85742 205.2207 C 944.87014 205.93262 944.42646 204.72413 944.375 203.94922 C 944.95265 204.10463 945.48286 203.98875 945.96289 203.63281 C 945.41778 203.67376 944.88652 203.61495 944.375 203.42188 C 945.21628 202.8874 946.09088 202.67933 947.02148 202.36328 C 946.48011 200.58771 945.09622 201.668 943.8457 201.93945 C 944.51158 201.60329 944.8652 200.70914 943.8457 200.66992 C 944.04626 200.41581 944.1702 200.17763 944.375 199.92773 C 942.52541 199.74187 942.29238 199.56627 940.5625 200.14062 C 941.36598 199.70066 942.91215 198.94548 942.78711 197.8125 C 941.2064 198.52757 941.06207 196.53074 939.92773 196.11914 C 938.14745 195.47128 937.48269 194.97709 935.58789 195.69531 C 934.73927 196.01556 929.34168 196.7739 930.40039 198.02344 C 928.16008 195.90973 925.78391 196.36957 923.20117 197.49414 C 923.68011 196.97227 924.36205 196.88705 924.89453 196.43555 C 922.44523 196.47019 920.21888 195.03899 917.9082 194.42578 C 917.29953 194.26433 916.71348 194.20808 916.21484 194.21289 z M 949.77344 222.36523 C 948.99978 222.22229 948.86175 223.65157 948.29102 224.05859 C 949.24682 224.24337 949.98929 223.4108 950.19727 222.57812 C 950.05938 222.48677 949.8839 222.38566 949.77344 222.36523 z M 944.81641 301.625 C 944.59829 301.61615 944.37996 301.61923 944.16211 301.63672 C 943.58118 301.68334 942.94489 301.84472 942.36328 302.16602 C 943.5344 302.41592 944.77935 303.17898 945.75195 303.85938 C 946.88103 304.649 947.25884 306.05573 948.39844 306.82227 C 950.9402 308.53066 954.0087 308.84903 956.97266 309.15039 C 959.86836 309.44439 960.29833 307.57538 957.60742 306.40039 C 954.70858 305.13406 952.84219 302.68986 949.45703 302.37695 C 947.87999 302.31356 946.3432 301.68698 944.81641 301.625 z M 956.76172 321.85156 C 955.18938 321.88 952.13825 323.21631 951.57422 324.81445 C 951.37165 325.06751 951.2487 325.30567 951.04492 325.55664 C 951.59212 325.61334 952.12338 325.55017 952.63281 325.34375 C 952.35027 325.17784 952.0551 325.00136 951.78516 324.81445 C 952.55818 323.97863 953.78041 323.67169 954.43164 322.69727 C 954.50244 322.65642 954.57137 322.62897 954.64453 322.5918 C 955.37556 322.22115 956.19243 322.59975 956.76172 321.85156 z "
             transform="matrix(2.8335412,0,0,2.8343084,-298.87921,46.209002)"
             id="CA-QC" /><path
             style="fill:#510000;fill-opacity:1;stroke:none;stroke-width:1.88928318;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
             d="m 1451.633,655.46395 -313.7703,2.99973 c 0.6585,0.65716 1.3145,1.29803 1.1999,2.39976 -0.4224,4.08322 1.6367,7.94903 2.9997,11.6989 1.3095,3.59811 -1.9331,6.84921 -3.5997,9.59911 4.4523,-1.55353 9.0347,-2.37886 13.4987,-3.89966 3.4196,-1.16663 7.5967,-1.68659 10.799,-3.29967 3.6041,-1.81542 5.2481,-5.39 9.5991,-5.69948 3.732,-0.26487 2.2925,-3.31631 5.0995,-3.89962 2.8417,-0.59043 5.266,0.20981 10.799,-2.0998 1.7738,-0.74039 5.0621,-2.4943 6.8994,-1.19987 6.2932,4.43395 -1.4524,6.02733 -1.7999,9.89904 -0.2312,2.58108 4.8305,3.5504 3.5997,6.2994 -1.0533,2.3525 -2.4615,4.06787 -0.8994,5.99945 1.9939,2.46648 4.1461,6.00001 2.0998,10.49899 -0.3341,0.73415 -1.7428,8.14975 -2.0998,9.59911 -0.8659,3.51776 -1.1577,7.49188 -1.4999,11.09895 -0.2497,2.64576 -0.4272,5.4428 -2.3998,7.49929 -1.5029,1.56543 -3.6837,3.64778 -0.2995,4.79954 -3.6993,1.61602 -3.7287,6.5658 -4.4995,9.89907 2.8005,-0.42264 13.1703,4.78876 13.4987,7.49928 0.2946,2.43398 2.3934,1.41344 2.3997,3.2997 0.01,1.70576 3.711,1.59213 4.4996,1.49987 -2.3987,6.14566 -9.0275,6.49297 -12.5988,13.4987 -1.6219,3.17849 -2.9876,5.52913 -5.9994,7.49929 -2,1.30654 -4.9692,1.79072 -4.7995,4.79957 1.0678,-0.89513 2.4063,-1.67454 3.5996,-2.39979 -1.0809,1.03444 -2.1525,2.16104 -2.6997,2.99971 2.2082,-0.366 4.3881,0.0479 6.5993,-0.29996 -4.3123,2.31244 -8.3131,0.98241 -12.5988,4.19962 -2.357,1.76483 -6.364,5.03045 -0.8994,5.39946 -3.1517,0.79462 -4.4333,-2.72963 -7.7993,-1.19988 -2.177,0.98956 0.058,4.66434 2.3998,4.19962 -1.655,1.09747 -3.2788,2.39633 -3.5996,4.49957 -0.9552,-2.49993 -0.1881,-5.31128 -1.2,-7.79927 -1.8422,1.4196 -8.49,7.72907 -3.2996,7.19932 -0.997,1.01485 -1.8367,1.86882 -2.6998,2.99971 1.2522,1.06414 4.775,1.08077 8.3992,0.59995 -2.2346,0.55022 -3.8184,1.87132 -3.5996,5.39949 -0.058,-5.12485 -3.8805,-4.4802 -5.9995,-0.89991 -1.1237,1.90018 -1.0649,4.70808 -0.5999,7.49929 -0.4051,-1.79731 -1.2501,-3.4841 -2.0998,-4.49958 -0.9119,-1.08926 -1.5411,-1.348 -2.0998,-0.89992 -1.6759,1.34428 -2.048,7.69747 -2.6998,8.09924 0.7142,-0.35719 1.3856,-0.54272 2.0999,-0.89991 -1.6369,7.11587 -1.948,12.38504 5.0995,5.09953 -0.6787,-0.61906 -1.3499,-1.27306 -2.0998,-1.79983 1.7901,0 2.3594,-1.76838 2.0998,-3.89966 0.5749,2.5571 1.3584,5.0287 2.3997,6.5994 3.6458,-2.47913 6.1575,-6.17968 10.1991,-8.09924 2.1844,-1.03866 5.3702,-1.86631 6.5993,-4.19961 -2.6071,4.58916 6.8577,-1.67835 8.3993,-2.99971 -0.3389,2.1103 -3.1553,3.11122 -1.4999,3.89962 -4.2541,0.002 -11.2646,4.24831 -8.9991,8.3992 0.9746,1.78754 5.983,0.52181 8.3992,1.19991 -2.9592,-0.075 -6.2481,0.0179 -8.3992,2.39976 -0.5059,-1.09521 -2.3521,-5.0043 -3.8997,-5.0995 -1.0832,-0.0652 -1.0446,2.18785 -1.4998,2.69974 -0.8793,0.99003 -2.215,4.42961 -2.0998,5.69946 -2.7127,-4.76127 -11.9438,3.38166 -14.0987,5.99941 0.5414,0.38169 1.2813,0.6449 2.0998,0.59996 -2.9079,1.70215 -5.175,4.20372 -3.2997,6.89936 4.9731,-0.0119 6.9913,-6.12436 11.3989,-7.49932 -2.4642,2.84516 -5.9147,4.6833 -8.0992,7.79928 2.444,1.40017 6.6319,-1.99637 9.5991,-5.69945 0.5951,4.47011 5.6416,0.71417 7.7992,0 -3.6754,1.99696 -5.7933,5.56719 -9.2991,7.79924 -1.1127,0.70805 -2.5622,1.59579 -3.8996,2.69975 1.1835,-1.06399 2.4297,-2.21979 3.2997,-3.59966 2.3332,-1.63091 4.825,-3.14718 6.8993,-5.0995 -0.9999,0.40775 -2.2372,0.69459 -3.2996,0.89991 -0.8525,0.28124 -1.5604,0.975 -2.0999,1.79983 0.3514,-0.67522 0.6,-1.44034 0.8995,-2.09982 -3.6249,0.74105 -7.7831,6.50928 -8.3992,9.89907 0.742,-0.34413 1.4609,-0.69959 2.0998,-1.19988 -1.5676,1.32514 -3.0807,2.83421 -4.1996,3.89963 1.6318,0.0824 3.3136,-0.21488 4.7995,-0.89992 -0.191,0.23273 -0.4319,0.33752 -0.5999,0.59996 1.5071,-0.22053 2.8413,-1.10959 3.5996,-2.39979 0.4291,-0.27529 0.7737,-0.61742 1.1999,-0.89991 -0.5001,0.59197 -0.8351,1.3693 -0.8994,2.39978 0.8716,-0.18452 1.7668,-0.67415 2.3997,-1.19991 -1.1803,1.36791 -2.1355,2.88864 -2.0997,4.19962 2.2348,-1.45392 5.1824,-2.49172 8.3992,-3.59966 -5.378,2.02955 -10.2822,5.78254 -14.0987,9.5991 4.116,0.36898 6.1735,-3.34722 9.5991,-4.79956 4.0833,-1.69043 10.0906,-2.08462 12.2988,-6.59937 -2.0624,0.0238 -3.9842,0.59129 -5.9994,1.19987 2.6952,-0.90536 5.4783,-1.92256 8.0992,-2.99971 -0.6805,1.07977 -0.9941,2.80951 -0.2995,3.59967 0.431,0.48906 2.3037,0.31725 3.8997,0 -3.9446,1.4915 -0.7756,4.67177 -2.9997,7.79927 -0.4915,-2.46722 0.2026,-6.74523 -2.6998,-6.5994 -1.9464,0.0949 -3.4865,0.79683 -5.0995,1.79983 -1.2441,0.77245 -6.8115,3.14218 -7.7993,3.2997 -1.6793,0.89677 -3.3925,2.03423 -4.7995,3.2997 -1.5476,1.38985 -3.8281,0.67424 -5.3995,2.0998 -2.7291,2.48207 -5.9708,6.54074 -5.3995,10.49899 1.465,-0.29255 2.85,-0.72126 3.8996,-1.49984 3.1491,-2.33589 4.8894,-6.13376 9.5991,-6.89936 -1.616,0.48514 -2.9032,1.46999 -3.5996,2.99971 3.6784,-2.38163 9.6823,0.94792 13.7987,0 -2.9533,0.79492 -7.0461,0.40981 -9.2992,0.29999 -3.8242,-0.18541 -7.2805,1.50924 -10.499,3.59966 -2.2593,1.46746 -4.3329,3.20747 -6.2994,4.79954 3.7142,-0.59823 7.3907,0.44109 11.099,-0.29996 -0.6969,0.33029 -19.4075,2.20607 -14.3987,5.39946 0.5856,0.3735 1.0487,0.69248 1.7999,0.89992 -8.2261,4.25521 12.1959,6.05534 3.8996,3.89965 5.5773,1.30949 11.385,1.91385 15.2985,-2.99974 -1.0044,1.77228 -0.6249,2.70883 0.2996,2.99974 -1.8738,-0.009 -3.6729,0.323 -4.1997,2.39976 1.2768,-0.47017 5.4476,-2.14985 6.5994,-0.89992 2.1101,2.29458 -2.742,3.85915 -3.8996,4.79957 8.476,-1.73212 14.0392,-2.38797 19.7981,-9.59911 -2.3719,8.87178 -14.6987,9.96032 -21.8979,10.49903 0.5577,0.83625 1.4552,1.00473 2.3997,0.89991 -1.4836,0.30475 -2.8654,0.98033 -3.8996,2.39976 2.747,-0.20536 9.507,-1.51791 9.5991,1.49986 2.0004,-1.47555 4.5173,-4.41416 7.1993,-5.39949 -1.6626,1.08991 -2.8104,3.22146 -3.8996,4.79954 0.8745,-0.13928 1.8376,-0.19523 2.6997,0 -1.5106,0.37755 -2.8952,0.9387 -4.1996,1.79983 1.6201,0.72379 3.9922,0.39835 4.4996,-1.49984 0.3849,0.0931 0.8179,0.20952 1.1999,0.29996 -1.0555,1.32158 -2.4903,2.26566 -4.1996,2.39976 0.8802,-0.0238 1.3262,0.47671 1.7998,0.89991 1.1596,1.0362 1.2933,2.79665 -0.2995,3.89966 2.5804,-0.81843 5.5532,-4.74701 2.9998,-7.19933 1.2387,0.26845 2.3949,0.39607 3.5996,-0.29996 2.1071,-1.21731 3.8924,-2.67942 5.9995,-3.89965 2.5653,-1.48805 2.5955,-2.99837 4.1996,-5.0995 1.0416,-1.36008 2.6139,-1.92828 3.8996,-2.99974 0.7766,1.17259 -6.5809,8.6944 -8.3992,9.59911 -1.4524,0.72319 -2.8902,1.10282 -4.1996,2.09979 -0.6029,0.46038 -1.6749,2.41089 -1.7998,2.99971 0.3244,-0.16577 1.0276,-0.71724 2.0997,-1.79983 -3.0623,4.33916 2.8515,1.81057 4.1997,0.89991 2.4255,-1.63683 5.3076,-1.72176 8.0992,-2.09979 -1.3452,0.53871 -9.8474,1.74436 -8.9992,4.19962 0.6192,1.79453 -4.5017,7.42125 -6.2994,7.79924 -1.9583,0.41077 1.3636,4.85543 2.6998,5.09954 2.116,0.38692 4.3768,0.0461 6.2994,-0.89992 1.8958,-0.93447 3.9835,-4.94861 3.5997,-0.29996 0.3426,-1.79457 0.8927,-4.52809 2.9997,-5.09953 0.5154,-0.14077 1.2505,-0.34357 1.7998,-0.59996 -1.2182,0.84915 -2.2921,1.99822 -2.3998,2.69975 -0.3955,2.57737 -3.9902,4.16131 -1.7998,6.89936 0.549,0.68451 1.4329,0.58832 2.3998,0.29996 -2.2429,0.87929 -4.5556,1.67171 -5.9995,3.89963 2.75,-6.46709 -3.745,-4.31953 -2.3997,-0.89992 1.2113,3.08024 5.157,4.55508 7.4993,2.09982 2.6457,-2.77673 6.6819,-3.43225 9.899,-5.39949 -4.867,3.66657 -7.2117,10.99999 -1.7998,8.69916 -3.283,1.2406 -7.2586,1.80138 -6.8994,5.3995 0.8035,-0.23512 1.632,-0.56365 2.3998,-0.89992 -1.6487,0.73212 -3.0843,1.98962 -3.8996,3.59966 2.2678,-0.0119 5.5505,-1.49475 7.1993,1.79983 l 175.1834,-0.29996 17.3984,-46.79557 -34.1968,-38.39638 -15.9004,-50.09527 z M 1178.9588,891.8416 c -4.1666,0.7143 -2.2658,4.85654 -3.8996,7.49932 1.6963,-0.78569 4.8013,-5.57675 3.8996,-7.49932 z m -22.7978,-89.09157 c 1.1882,-0.91661 1.8449,-2.44005 1.4998,-3.89962 -2.0304,-0.94188 -6.6565,0.73941 -8.6992,2.99971 0.4742,0.40171 1.0017,1.28681 2.0998,0.89991 1.3988,-0.49109 2.5539,-1.5332 4.1996,-1.19988 -1.7529,0.31244 -3.3984,1.30098 -4.4995,2.69975 1.4916,0.28124 3.8718,-0.32139 5.3995,-1.49987 z m 45.2957,-40.49616 c -0.529,1.19847 -0.7209,2.79763 0.2994,3.2997 -1.5327,0.1741 -3.2504,0.89039 -5.0995,1.79983 1.6378,-1.64374 3.2416,-3.36417 4.7996,-5.09953 z m -25.7976,19.79814 c -1.8243,-0.1994 -3.4811,0.45757 -4.7995,1.79983 1.6517,-0.34827 3.3085,-1.00521 4.7995,-1.79983 z m -15.5985,3.29967 c -1.965,0.40382 -3.5541,2.31931 -4.7996,3.89962 2.4851,-0.77971 4.8935,-2.21812 6.8994,-3.89962 -0.7564,-0.22559 -1.4449,-0.13452 -2.0998,0 z m -47.9955,11.6989 c -7.3786,0.10743 -11.8893,5.18334 -13.4987,13.19874 -0.7171,0.0711 -1.3885,0.23154 -2.0998,0.29999 0.4166,2.7529 3.7431,3.05134 4.7995,5.39949 -1.494,0.19345 -2.9936,0.35353 -4.4995,0.29996 5.2617,0.65177 -0.8764,2.1498 -2.0998,2.39979 1.7856,0.0893 2.4568,1.22595 2.0998,2.99971 7.5682,-1.87793 13.868,-4.27063 19.1982,-10.19903 5.223,-5.80639 13.0579,-8.28573 17.9983,-14.39865 -4.125,2.48802 -9.5322,2.07518 -13.1988,5.39949 -0.2813,0.25446 -0.6201,0.36053 -0.8994,0.59992 0.4243,-0.56748 0.6469,-1.04648 0.8994,-1.7998 1.6755,-4.99093 -7.2677,-1.17258 -8.6992,0 1.497,-0.83628 2.7699,-2.25982 3.2997,-3.89965 -1.1729,-0.19166 -2.2456,-0.31532 -3.2997,-0.29996 z m 36.2966,4.79954 c -0.077,0.11279 -0.2313,0.64114 -0.2995,0.89991 0.1372,-0.28868 0.3744,-0.6318 0.5999,-0.89991 -0.098,-0.0119 -0.216,-0.13006 -0.2994,0 z m -31.1971,3.2997 c -3.4972,2.48847 -7.0976,4.11777 -11.3989,5.99941 1.256,-1.2827 2.7556,-1.96822 4.4996,-2.39975 -1.4762,0.3899 -2.9758,0.40115 -4.4996,0.29996 3.2097,-1.58183 8.0415,-2.05081 11.3989,-3.89962 z m 35.9966,0.59992 c -1.9791,0.61906 -6.3489,2.25857 -3.8996,4.49958 2.0476,1.87792 3.7092,-3.38652 3.8996,-4.49958 z m -8.6991,3.89965 c -3.1368,0.65177 1.9736,8.5592 1.1998,10.19904 v 1.49984 c 2.988,-0.61308 6.3446,-1.33413 5.9995,-5.39947 -0.2226,-2.61603 -4.2024,-6.92736 -7.1993,-6.29941 z m 10.199,2.0998 c -0.997,0.2857 -2.1397,0.62549 -2.9997,1.19987 1.0267,-0.21428 2.1694,-0.55406 2.9997,-1.19987 z m 17.0984,0.59995 c -2.6101,1.13092 -5.2447,2.70671 -6.8994,5.0995 3.3839,-1.35413 5.2566,-1.48055 6.8994,-5.0995 z m 14.6986,1.79983 c 1.225,0.47168 1.5624,1.79546 -0.2995,4.49958 -1.0029,-1.55055 -0.8457,-3.05021 0.2995,-4.49958 z m -23.6978,2.99971 c -2.0862,0.60713 -5.815,2.97929 -4.4996,5.69945 2.2143,-1.02675 4.4103,-3.06559 4.4996,-5.69945 z m 8.9992,2.39978 c 1.619,1.88087 0.5375,3.00751 -0.8995,4.19959 0.3341,-0.85566 0.3955,-1.80537 0.2995,-2.39978 -0.067,-0.40065 -0.1919,-0.58103 -0.2995,-0.89992 0.2515,-0.1244 0.4714,-0.4713 0.8995,-0.89989 z m -64.7939,0.29997 c -2.673,0.41775 -5.6961,1.604 -6.5994,1.49984 -2.3868,0.8958 -5.0726,0.15237 -6.5993,2.69974 2.235,0.29166 4.5101,0.14345 6.5993,1.19991 -1.4196,0.85411 -3.7639,1.00991 -4.7995,2.39975 -1.2113,1.62793 -2.5113,4.59553 1.1999,2.69975 -2.8333,1.99399 -0.7276,5.88502 0.5999,8.09924 1.2827,2.13684 -0.2583,4.94343 0.8994,7.19932 0.7469,-0.45239 1.7183,-0.95223 2.3998,-1.49987 -2.6547,4.06834 3.4681,1.58401 3.8996,-1.79983 -3.7855,1.45532 -5.1883,-6.20581 -3.8996,-8.3992 0.9254,-1.57436 4.0362,-6.77085 -0.2995,-5.69945 1.3351,-0.0893 2.3087,-0.88284 2.9997,-1.79983 1.8661,3.06836 5.0286,1.12446 6.2994,-1.19988 -2.1525,-0.49915 -4.9806,-1.43954 -6.2994,0.89991 0.7286,-0.99178 1.1677,-1.95932 2.3998,-2.39978 2.2589,-0.80653 4.4472,1.36377 5.3995,-1.79983 0.6662,-2.21274 -1.5266,-2.51758 -4.1996,-2.09979 z m 48.2954,0.89991 c -1.4225,1.01783 -2.3605,2.47943 -2.6997,4.19959 2.9821,1.05056 2.3426,-2.50321 2.6997,-4.19959 z m 7.4993,1.49984 c 0.6192,0.71132 1.1159,1.23973 1.4999,2.09982 -0.6979,0.0208 -1.6983,0.27053 -2.6998,0.59993 0.888,-0.76745 1.6418,-1.55558 1.1999,-2.69975 z m 32.6969,6.29941 c 0.2024,3.37657 -2.3016,4.79478 -5.0995,5.99945 2.3164,-1.60082 4.1129,-3.4519 5.0995,-5.99945 z m -89.9915,0.89991 c -0.7026,0.11607 -1.4242,0.0557 -2.0998,0.3 0.7142,-0.14286 1.3856,-0.15714 2.0998,-0.3 z m 46.7956,0.3 c -3.7975,0.29463 -4.0164,6.19093 -2.0998,8.3992 3.1695,-2.10709 3.7069,-5.13444 2.0998,-8.3992 z m -45.2957,2.09979 c -1.3839,0.35124 -2.7121,0.7112 -3.8996,1.49987 1.7439,0.85114 3.3043,0.28868 3.8996,-1.49987 z m 55.1948,2.09979 c -1.4494,0.58037 -8.0024,1.38422 -5.9994,4.19962 3.2231,1.98506 4.7107,-2.19075 5.9994,-4.19962 z m -7.4993,4.19962 c -1.515,0.38472 -2.6878,2.77775 -2.3998,4.19958 1.625,-0.86899 3.0187,-1.98363 3.8997,-3.59966 -0.6048,-0.4546 -0.9949,-0.72816 -1.4999,-0.59992 z m 9.5991,4.19958 c -1.3003,0.0932 -2.0959,1.30336 -1.4999,2.99974 1.7232,0.18452 2.967,-0.92902 2.9997,-2.69974 -0.4809,-0.17708 -1.0664,-0.33119 -1.4998,-0.3 z m -5.9995,1.79983 c -1.7112,-0.24106 -2.6312,0.68856 -2.6997,2.39979 1.0267,-0.66963 1.8694,-1.49802 2.6997,-2.39979 z m 0,1.19991 c -1.5344,0.41639 -2.5663,1.75817 -2.0997,3.59966 1.5892,-0.89283 2.6175,-2.06399 3.5996,-3.59966 -0.5404,-0.0577 -0.9884,-0.13869 -1.4999,0 z m 3.5997,0.29996 c -0.8303,0.59525 -1.5046,1.26649 -2.0998,2.0998 1.744,0.36008 3.2235,-0.40103 4.1996,-1.79983 -0.7142,-0.0747 -1.3825,-0.22857 -2.0998,-0.29997 z m -59.6943,0.59996 c -1.6488,0.48513 -2.3558,1.61817 -2.0998,3.29967 1.6636,-0.48216 2.4688,-1.5646 2.0998,-3.29967 z m 56.9946,1.79983 c -0.5577,-0.0423 -1.0584,0.1613 -1.4999,0.29996 -2.649,0.83224 -3.7959,4.65698 -5.0995,7.19932 3.5773,-0.43457 6.1314,-4.53335 8.3992,-6.89936 -0.6278,-0.26815 -1.2422,-0.5573 -1.7998,-0.59992 z m 21.5979,7.19929 c -0.1747,1.02887 -0.8025,1.40595 -1.4998,1.79983 0.5519,-0.42811 1.0936,-0.9706 1.4998,-1.79983 z m -27.5974,1.49987 c -4.4939,0.30353 -5.5454,7.37551 -3.8996,6.89936 1.9583,-0.57442 3.5574,-5.10179 3.8996,-6.89936 z m 15.2986,14.09869 c -3.9523,2.04756 -8.5239,2.61344 -12.8988,2.69971 -0.1268,0.003 -1.1607,-0.14166 -2.0998,-0.29996 5.1069,0.17708 11.4311,-1.59436 14.9986,-2.39975 z m -32.6969,7.19929 c -1.2838,-0.0488 -2.8791,-0.0949 -4.4996,0.29999 -3.0773,0.74998 -9.7911,5.92778 -4.4996,8.99916 1.6904,0.98208 3.899,0.44644 5.6995,0 1.4523,-0.36008 8.4007,-2.4194 3.2997,-2.99974 2.2618,-0.17262 4.3375,0.76956 6.5994,0.59995 -2.491,0.125 -4.796,1.9312 -5.0996,4.49958 1.7648,-7.09802 -15.258,3.53193 -7.4993,1.79983 -1.0326,2.52374 -3.7381,3.74775 -5.6994,5.39949 2.4433,0.76189 9.258,-2.98637 8.9991,2.0998 1.9018,-1.62496 4.3941,-1.58433 6.5994,-2.39979 -1.6041,0.65478 -2.9437,1.80334 -4.1996,2.99974 -0.6575,0.64582 -1.3147,1.31708 -1.7998,2.09979 2.0476,2.10114 5.0286,1.37446 6.2994,-1.19987 -2.0536,4.12488 1.5128,0.45757 3.8996,1.79983 -0.7948,1.43448 -1.6087,2.93414 -2.0998,4.49954 2.6756,-0.82137 5.5974,1.27851 8.9992,0.59996 -5.7469,3.04158 -9.7804,1.35425 -14.0987,7.19932 3.738,-0.23213 7.5008,0.14524 11.099,-1.19988 -0.6547,0.77674 -1.1689,1.60514 -1.7999,2.39976 0.8707,0.0268 1.6855,0.0208 2.3998,-0.29996 -0.7632,0.63287 -1.4938,1.34683 -2.3998,1.79983 1.6101,0.63093 2.9526,0.30246 4.1996,-0.89992 -0.6335,1.74698 0.1708,2.77118 2.0998,2.69975 -1.9226,1.4702 -4.2506,3.47353 -6.8993,2.69975 4.4195,5.34806 4.3415,3.21583 10.499,2.09979 -6.2081,2.31243 3.5966,1.2005 5.0995,0.89991 0.5884,-0.11666 1.2317,-0.0863 1.7998,-0.29996 -2.0832,1.15631 -4.2605,2.03009 -5.9994,3.29967 -2.6428,1.92852 -3.379,2.11572 -0.8994,4.49958 1.1279,1.0833 5.8832,4.81626 7.4993,3.89965 1.4404,-0.81843 9.6767,5.85904 13.7987,4.79954 1.9642,-0.50299 4.778,-1.12723 6.5993,-1.79983 2.2291,-0.8214 1.7713,-4.25842 2.6998,-5.99944 -1.7113,0.49703 -3.0538,1.33668 -4.1996,2.69974 1.7826,-2.88385 4.3242,-7.67107 1.4998,-10.79898 5.7231,-1.73508 -0.1613,-6.54866 -2.6997,-8.09921 -3.7856,-2.30649 -10.1267,-2.8065 -6.2994,-8.6992 1.4493,-2.23208 -0.3888,-5.10054 -0.6,-7.49928 -0.2264,-2.57136 1.8457,-6.52363 1.1999,-8.6992 -0.6134,-2.05649 -13.029,-4.43704 -14.6986,-4.49954 -4.3659,-0.16071 -11.0975,-1.83004 -14.6986,-4.49958 -3.7142,-2.75216 -6.3476,-4.65225 -10.199,-4.79957 z m 33.8968,0.89992 c -3.4553,-0.0539 -7.5218,1.29791 -9.5991,4.19961 3.4702,0.55061 8.7807,0.0384 9.5991,-4.19961 z m -17.3984,3.89965 c -0.3936,-0.0711 -0.9858,0.26904 -1.7998,0.89992 0.7861,0.14582 1.6141,0.16011 2.3998,0.29996 0.03,-0.77534 -0.2063,-1.12884 -0.6,-1.19988 z m 12.5988,1.49984 c -2.2707,0.33933 -4.4089,1.14211 -6.5994,1.79983 2.4702,0.32734 4.8971,0.39356 6.5994,-1.79983 z m 21.298,7.49928 c -1.872,0.7024 -2.8034,2.74963 -1.4998,4.49958 1.0416,-1.23806 1.5415,-2.88057 1.4998,-4.49958 z m 3.5997,0 c -1.0624,0.36306 -1.748,1.17723 -2.3998,2.09983 1.7083,0.6101 2.4861,-0.30229 2.3998,-2.09983 z m -6.8994,2.39979 c -1.6428,0.62799 -2.8343,2.05444 -2.3998,3.89962 1.4227,-0.77081 2.5307,-2.20324 2.3998,-3.89962 z m 19.4982,0 c 2.4707,0.69938 1.9636,1.49588 0.8994,2.39978 0.2583,-0.64861 0.057,-1.47903 -0.8994,-2.39978 z m -60.8943,8.09924 c -2.366,0.14583 -7.4536,4.84644 -5.0995,6.59937 3.2469,2.41957 6.543,-4.03099 5.0995,-6.59937 z m 40.1963,2.09979 c -1.5238,3.30051 2.9656,5.99936 5.0995,7.49929 -0.2563,-3.77665 -2.1562,-5.46661 -5.0995,-7.49929 z m 1.1998,6.89936 c -0.4646,1.95531 0.2075,2.42666 2.0998,0.89992 z m -37.4964,2.99971 c -1.8094,0.0414 -2.9497,1.09798 -2.6998,2.99971 1.7559,-0.0452 2.7266,-1.28547 2.6998,-2.99971 z m 42.296,11.6989 c -1.6428,1.3333 -1.6011,3.50372 -1.4999,5.3995 3.0981,-0.29166 3.1813,-3.45907 1.4999,-5.3995 z"
             id="CA-BC"
             inkscape:connector-curvature="0" /><path
             style="fill:#290000;fill-opacity:1;stroke:none;stroke-width:1.88928318;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
             d="m 1791.8009,652.16427 -158.685,1.49984 -164.0845,272.37428 159.5849,-0.29999 102.8903,-207.2804 z"
             id="CA-SK"
             inkscape:connector-curvature="0" /><path
             style="fill:#290000;fill-opacity:1;stroke:none;stroke-width:1.88928318;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
             d="m 1633.1159,653.66411 -181.4829,1.79984 -103.4902,135.28722 15.8985,50.09527 34.1968,38.39638 -17.3984,46.79557 h 88.1917 z"
             id="CA-AB"
             inkscape:connector-curvature="0" /><path
             style="fill:#510000;fill-opacity:1;stroke:none;stroke-width:0.66666669;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
             d="M 808.86719 241.83984 L 741.32617 274.75391 L 726.82227 306.1875 C 727.45635 306.43257 728.07313 307.25907 727.88086 308.19922 C 727.66135 309.27194 726.76269 310.68592 726.92969 311.79688 C 727.11772 313.04747 732.34204 312.30227 731.58789 313.91406 C 733.38815 314.47687 734.67631 312.98613 736.35156 312.96094 C 737.61091 312.94298 738.75592 313.75177 739.95117 314.01953 C 739.56572 314.63274 739.91688 315.03614 740.58594 315.07812 C 740.06288 315.64829 740.63643 317.04594 741.11523 316.34766 C 741.58789 315.65777 741.85758 315.4789 742.70312 316.03125 C 743.35327 316.45547 743.77345 317.01964 744.60742 317.08789 C 744.46548 317.44699 744.50468 317.90029 744.92578 318.04102 C 746.96761 318.7246 749.18048 316.68702 751.17188 316.66602 C 750.36945 318.12767 752.89633 317.88572 753.60742 317.83008 C 755.31525 317.69671 756.28041 318.7682 757.94727 318.67578 C 761.82083 318.45947 763.12365 313.61795 767.05078 313.91406 C 766.21158 314.45797 765.77279 315.37991 764.93359 315.92383 C 767.23375 315.41351 767.87598 312.97083 769.69727 311.79688 C 771.13727 310.86969 771.44708 312.22906 770.22656 312.96094 C 769.43148 313.43764 768.39718 313.88749 768.10938 314.86719 C 768.89394 314.59313 769.27974 313.74899 770.12109 313.5957 C 771.03486 313.42978 771.97643 313.1122 772.45117 312.2207 C 772.95009 311.28302 772.20134 309.56183 774.14453 309.89258 C 775.01733 310.04169 777.59554 311.07922 778.16797 311.69141 C 778.53557 312.08413 779.63426 311.75651 780.07227 311.69141 C 780.85369 311.57697 781.25486 311.89337 781.97852 312.00781 C 783.76931 312.29446 785.22689 311.70967 784.94336 314.33789 C 784.80886 315.59164 783.89414 317.6037 784.94336 318.67578 C 786.61018 320.37999 789.91408 318.67875 791.92969 318.99414 C 791.35938 320.00848 788.8834 321.79128 789.91797 323.01562 C 790.8149 324.07825 791.45452 324.39157 790.44727 325.66211 C 790.12071 326.07583 788.19434 327.31532 789.07031 327.77734 C 789.52406 328.01781 790.88223 328.19994 790.76562 328.94336 C 789.5 328.69975 788.1733 331.0554 789.59961 329.78906 C 789.3381 330.66058 788.38171 330.92924 788.11914 331.80078 C 788.99614 332.02969 792.74155 331.46527 790.55273 333.17578 C 791.58833 333.93286 792.94401 333.47112 794.04688 334.02344 C 795.34504 334.67238 796.84231 334.86914 798.28125 334.86914 C 800.01639 334.86914 801.74416 334.55878 803.46875 334.97461 C 804.38989 335.19617 807.04072 335.03014 805.9043 336.24609 C 806.39164 335.90484 806.92082 335.66667 807.49219 335.50391 C 807.20866 335.72337 806.91546 335.90345 806.64453 336.13867 C 808.47835 335.77117 806.86316 336.71493 806.43359 336.88086 C 807.64776 336.20988 809.1633 337.3743 810.24414 336.35156 C 809.28834 337.6452 810.96975 336.7154 811.83203 336.98633 C 812.32671 337.14175 812.82234 337.48736 812.89062 338.04492 C 812.97875 338.76838 812.6321 340.65541 813.94922 339.84375 C 813.95557 340.43807 813.09179 341.94873 814.05469 342.27734 C 814.52735 342.43908 815.18171 342.11343 815.43164 341.74805 C 815.71313 342.50619 814.58784 342.71281 814.79688 343.23047 C 815.06382 343.89409 815.2381 344.33058 814.26758 344.18359 C 814.65727 345.12026 815.41904 345.85927 815.43164 346.93555 C 815.71313 346.7916 816.00535 346.67021 816.27734 346.51172 C 815.56417 348.32408 813.66375 345.86652 813.20898 347.14648 C 812.8025 348.28997 813.22598 349.67942 811.62109 350.00391 C 809.55301 350.42288 808.5352 346.71139 806.43359 348.83984 C 806.66765 348.30222 807.00942 347.77279 807.2793 347.25195 C 806.7321 347.04301 806.15249 347.10287 805.69141 347.46289 C 806.23338 347.11639 806.64781 346.64863 806.96289 346.08789 C 805.19207 346.57196 806.00905 344.84827 805.79688 344.18359 C 805.50791 343.27533 804.02766 343.09934 803.25781 343.01953 C 805.51703 345.33692 804.12741 348.71719 801.88086 350.42773 C 799.62898 352.14138 797.92517 354.34538 796.9043 356.98828 C 795.6229 360.30743 793.61203 361.68644 790.23633 362.91602 C 788.20922 363.65422 787.87292 367.09522 785.78906 367.25586 C 788.82551 369.94075 784.40299 369.05351 782.61328 369.26562 C 781.44637 369.40414 779.88842 371.39641 781.44922 372.12305 C 782.48587 372.60606 783.82528 371.34194 784.51953 372.65234 C 785.67695 371.20225 787.64038 370.08308 789.49414 369.90039 C 791.13156 369.73746 792.30067 368.17719 793.62305 367.36133 C 797.13007 365.19618 801.1318 367.84158 804.8457 367.25586 C 804.0317 367.18434 803.19158 367.09555 802.41016 366.83203 C 804.15684 365.26121 806.29159 364.8231 808.55078 364.50391 C 810.4886 364.22991 812.52981 364.94738 814.37305 364.08008 C 813.08748 363.07415 814.4699 361.94122 814.68945 360.79883 C 813.41331 360.98035 807.90252 362.37325 810.66797 359.63477 C 812.40417 357.91586 814.75969 356.36557 817.125 355.71875 C 820.15937 354.89029 823.36395 354.82107 826.44141 354.23828 C 827.21655 354.09232 831.09446 354.43924 830.57031 355.61328 C 831.34966 355.30777 832.17205 355.09297 833.00391 354.97852 C 831.08077 354.96511 833.25978 353.7613 833.74609 353.39062 C 833.22092 353.55455 832.69072 353.78024 832.1582 353.91992 C 832.65394 352.50451 829.23021 353.27511 828.66406 353.39062 C 829.57261 353.11966 830.47705 352.80366 831.41602 352.65039 C 831.92121 352.56836 834.55342 352.40526 832.58203 353.28516 C 833.72371 353.44908 834.6053 352.58821 835.65039 352.33203 C 836.64716 352.08749 837.66685 352.02344 838.61523 351.5918 C 840.62346 350.67933 842.55533 349.91569 844.4375 348.73438 C 846.33121 347.54467 850.37897 345.73568 852.58984 345.24219 L 859.15234 345.34766 L 859.68164 339.20898 L 847.61328 338.4668 L 826.33594 328.625 L 824.21875 319.41797 L 840.41602 290.10156 C 839.77823 289.70125 839.05873 289.46753 838.29883 289.57227 C 836.31686 289.84527 834.62912 292.18015 832.58203 292.00586 C 835.15111 290.44341 839.42565 289.52188 838.50977 285.76172 C 838.08542 284.02183 836.69593 283.64227 835.54688 282.58594 C 834.31065 281.45086 833.81096 281.36316 832.05273 281.95117 C 832.75228 281.1689 833.82964 281.21552 834.69922 280.78711 C 835.92811 280.18124 834.89989 278.39361 834.48828 277.61133 C 833.95997 276.6075 833.50972 276.08182 832.89844 275.17773 C 833.72712 273.966 835.0472 273.11767 835.86328 271.89648 C 836.66256 270.70156 836.95813 269.45387 837.875 268.29883 C 839.05243 266.8141 837.89112 265.40278 838.61523 263.95898 C 839.41872 262.35559 841.1322 261.24375 842.32227 259.9375 C 843.15832 259.01978 843.26506 257.59754 844.12109 256.76172 C 843.28821 257.13342 842.92703 256.30965 842.21484 256.12695 C 841.58782 255.96629 840.07462 256.25618 839.56836 256.65625 C 839.84137 256.42419 840.07847 256.18796 840.31055 255.91602 C 839.57218 255.4225 838.11098 255.76672 837.24023 255.59766 C 836.55434 255.46429 835.12915 254.49218 835.86328 255.91602 C 834.45589 255.55691 834.68009 254.74211 833.00586 255.17578 C 832.0406 255.42569 830.33429 255.42605 829.30078 255.49219 C 827.91121 255.58039 826.87365 254.94032 825.48828 255.59766 C 824.34032 256.14262 823.40057 257.06696 822.3125 257.71484 C 823.27038 256.40335 825.16319 255.92566 825.91211 254.43359 C 824.75677 254.25298 824.43769 253.2229 823.79492 252.42383 C 822.96621 251.3948 821.37698 251.31415 820.19531 250.94141 C 818.79526 250.49934 814.48615 248.21493 813.20898 249.03711 C 814.93675 246.85725 812.25799 245.03416 810.87891 243.63867 C 810.11093 242.8602 809.86738 242.19125 808.86719 241.83984 z M 725.76367 308.51562 L 725.02344 310.31445 L 725.6582 310.31445 L 725.76367 308.51562 z M 774.36328 311.00195 C 774.21489 311.00602 774.06948 311.02383 773.93359 311.05664 C 773.39003 311.18788 772.95354 311.50569 773.19141 312.11523 C 774.01169 311.77924 775.03308 312.22837 775.52148 311.26758 C 775.27223 311.09709 774.80845 310.98975 774.36328 311.00195 z M 775.86328 311.25 C 775.81424 311.25266 775.77495 311.26065 775.73242 311.26758 C 775.47733 311.30937 775.54633 311.52347 775.94336 312.00781 C 775.99284 311.75476 776.00063 311.51958 776.05078 311.26758 C 775.97201 311.24999 775.91232 311.24734 775.86328 311.25 z M 784.89258 320.35938 C 784.43763 320.42746 784.04515 320.71914 783.77734 321.11133 C 784.40543 321.15333 784.97766 320.84376 785.36523 320.36914 C 785.20164 320.33763 785.04423 320.33668 784.89258 320.35938 z M 791.49414 333.77148 C 791.35273 333.75409 791.21441 333.7675 791.08203 333.81055 C 790.28776 334.06882 789.85546 335.15188 790.97656 335.50391 C 791.40405 335.3989 792.78671 334.37384 791.92969 333.91602 C 791.78079 333.83673 791.63555 333.78888 791.49414 333.77148 z M 794.57617 336.45703 C 793.94495 336.47499 793.32648 336.8967 792.98828 337.41016 C 793.68779 337.79342 794.92697 337.48716 794.57617 336.45703 z M 795.84766 336.66797 C 795.47579 336.6969 795.14584 336.93157 794.89453 337.51562 C 796.8313 337.50927 798.27549 339.00318 800.08203 339.20898 C 800.84352 339.29613 801.28364 340.10766 801.98633 340.16016 C 802.22853 340.17815 802.50459 340.25182 802.72852 340.16016 C 803.28542 339.9322 803.70606 339.33719 804.21094 339.10352 C 803.86328 339.61595 803.34922 340.07301 802.72852 340.16016 C 802.90501 340.33657 803.08132 340.5141 803.25781 340.68945 C 804.40789 340.02478 805.37413 339.06658 806.2207 338.04492 C 805.01701 338.28537 805.56575 337.9572 806.11523 337.41016 C 805.51341 337.63279 804.98883 338.04083 804.63281 338.57422 C 805.21886 336.71465 803.35482 336.33467 802.51562 337.83203 C 802.37368 335.6658 800.39047 337.35213 799.44727 337.83203 C 798.51853 338.30294 796.9634 336.58079 795.84766 336.66797 z "
             transform="matrix(2.8335412,0,0,2.8343084,-298.87921,46.209002)"
             id="CA-ON" /><path
             style="fill:#510000;fill-opacity:1;stroke:none;stroke-width:1.88928318;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
             d="m 2277.155,1029.8286 c -1.7172,0.119 -2.7533,1.9955 -2.6997,3.5996 1.6487,-0.4252 2.783,-1.811 2.6997,-3.5996 z m 75.2929,-78.5926 c -1.9241,0.54793 -5.6793,1.58864 -3.2997,4.19961 1.5714,-0.96426 2.8199,-2.53002 3.5997,-4.19961 -0.077,0.0208 -0.22,-0.0238 -0.2995,0 z m 1.1999,-2.39976 c -0.7795,0.96128 -1.3933,0.79269 -1.1999,2.39976 0.4252,-0.78567 0.7718,-1.61407 1.1999,-2.39976 z m -42.296,-1.19991 -17.0984,0.59996 -29.9972,12.59881 -5.0995,8.99916 c 4.2571,-0.50743 10.8477,-4.87323 14.0987,-2.69975 8.5721,5.73095 0.3916,17.50202 -2.3998,24.89764 -1.4761,3.91356 -8.4029,13.40625 -3.5996,16.49845 2.4106,1.5535 4.1796,1.3484 2.3997,3.8996 -1.5738,2.256 -3.6008,6.3448 -0.8994,8.9992 2.2529,-1.4405 5.1687,-3.4708 4.7995,0.2995 3.491,-2.2619 2.4747,1.4807 5.0995,2.0998 2.8542,0.6757 5.4268,-3.3415 8.0993,-1.7999 1.3928,0.8035 4.1693,-2.1647 5.9994,-2.3997 2.2767,-0.292 2.5486,-1.3361 0.8995,-2.9997 2.0208,-0.6042 3.7714,-2.017 5.3995,-3.2997 -0.7593,1.7231 -1.9157,3.2228 -3.2997,4.4995 3.7469,4.6427 14.0586,-2.6693 17.6983,-4.4995 1.8958,-0.9541 4.8684,-1.3789 7.4993,-2.0998 l 8.6992,-6.5994 c 0.038,-0.075 -0.038,-0.2241 0,-0.3 0.6469,-1.3075 1.0086,-2.8087 1.1998,-5.39949 0.1575,1.16219 0.5261,2.43359 0.8995,3.59969 h 0.2995 l 5.9994,-8.39923 c -4.4735,-0.64275 -0.2708,-3.71278 -4.4996,-2.69974 4.4314,-1.83323 0.696,-11.14157 1.7999,-14.99858 0.2264,-0.79462 4.0624,-4.11926 0,-4.19961 -3.0267,-0.0595 -5.3339,1.24633 -8.3992,0.29996 9.4015,-3.39574 12.4109,-11.36763 20.0981,-16.49844 -3.8511,1.75287 -1.2564,-1.54323 -4.1997,-2.09979 -1.6755,-0.31544 -3.4864,0.16844 -5.0995,0.59995 -3.732,0.99399 -7.5223,2.41035 -10.7989,4.49958 -0.1941,-6.82716 -1.2971,-6.74029 -7.4993,-8.99916 -2.2559,-0.81843 -3.8024,-1.80638 -6.2994,-1.49987 -2.3631,0.28869 -4.1026,1.78677 -6.5994,0.89992 1.7982,-0.22916 3.2251,-1.12405 4.7995,-1.79983 z"
             id="CA-NB"
             inkscape:connector-curvature="0" /><path
             style="fill:#290000;fill-opacity:1;stroke:none;stroke-width:1.88928318;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
             d="m 2411.8423,1051.4265 c -2.119,0.7862 -4.3673,0.981 -6.5994,0.6 l 2.0998,0.8994 c 1.6934,0.086 3.199,-0.4166 4.4996,-1.4998 z m -127.488,-10.199 c -0.9612,0.4195 -1.7956,0.934 -2.3997,1.7998 0.7823,-0.6402 1.617,-1.1569 2.3997,-1.7998 z m 116.989,-30.5971 c -0.6048,-0.035 -1.1764,0.035 -1.7999,0.3 0.7737,2.5594 2.1622,2.3535 3.5997,0.2999 -0.5875,-0.3362 -1.1949,-0.565 -1.7998,-0.5999 z m -71.6932,-5.9994 -8.6992,6.5993 c 1.8252,-0.5002 3.4901,-1.1916 4.4995,-2.0998 2.2425,-2.0163 3.461,-3.1391 4.1997,-4.4995 z m 8.3992,-10.49905 -5.9995,8.39915 h -0.2995 c 0.03,0.094 -0.03,0.2069 0,0.3 0.3542,1.0689 0.7881,2.013 1.1999,2.9997 1.1786,-1.1934 2.8242,-1.8504 4.4996,-1.7998 -4.6576,2.0982 -8.4315,5.7541 -12.8988,8.0993 -1.0565,0.5535 -3.4084,1.4408 -3.8996,2.6997 -0.7795,2.003 1.0302,3.3028 2.6997,1.7998 3.2856,-2.9582 8.9407,-1.8332 12.8988,-1.4998 5.11,0.4315 10.251,-0.2756 15.2986,0.8999 -4.5921,2.9434 -20.8155,-0.1798 -18.5983,9.2991 -1.6517,0 -0.6191,-5.3872 -4.1996,-2.6997 1.0654,-1.3839 1.2488,-2.8806 0.6,-4.4996 -9.7378,5.7409 -23.7331,5.2822 -31.1971,14.6986 1.4285,-0.432 3.0712,-0.7679 4.4996,-1.1999 -2.5029,1.0863 -6.3391,5.461 -7.1993,1.4999 -3.6964,2.4523 -7.7902,4.1125 -10.799,7.4993 2.7976,-1.5923 5.3594,-5.1811 8.9991,-4.4996 -5.1605,3.8272 -17.8268,14.4005 -11.6989,22.1979 1.2887,-0.8303 2.3086,-1.8302 3.2997,-2.9997 0.4973,1.0356 0.5865,6.2363 1.4999,6.5993 1.8601,0.744 4.1812,-0.8677 4.4996,2.0998 0.7737,-3.3065 4.5976,-2.9054 4.4995,-6.8993 0.7084,0.4435 1.3765,0.7862 2.0998,1.1999 0.455,-0.7708 0.8016,-1.5992 1.1999,-2.3998 1.3006,6.104 8.1015,-2.4205 9.8991,-3.8996 2.7767,-2.2827 11.6899,-6.1938 11.6989,-9.8991 0.7852,0.2822 1.617,0.6115 2.3998,0.8994 0.3302,-2.7499 5.9351,-9.9905 5.3995,-4.4995 2.1011,-0.2024 1.6278,-0.8994 1.4998,-2.3998 -0.1574,-1.8213 3.3418,-2.6188 4.4996,-2.9997 -4.5594,4.0505 8.7641,9.7623 5.9994,-0.2995 2.2857,4.8571 9.2151,-0.2075 12.5988,-0.2995 5.5565,-0.1518 11.9147,-3.2531 16.7984,-5.6995 5.0029,-2.5028 11.8064,-5.4012 17.3984,-5.9994 3.1784,-0.3388 10.3691,-0.1161 11.3989,-4.1996 -2.5148,-0.7887 -5.1763,0.9412 -6.8993,-1.7998 5.0236,0.1637 3.616,-6.6703 0,-6.8994 -1.8602,-0.1161 -3.0965,3.0451 -5.0996,1.1999 -1.5058,-1.3869 -1.7653,-3.9615 -2.6997,-5.6995 -4.4522,3.616 -11.9306,6.2673 -17.6983,5.9995 0.6959,-1.2976 1.8534,-2.1231 3.2997,-2.3998 -2.9583,-1.9048 -6.3491,-1.0719 -9.5991,-1.1999 -2.619,-0.1041 -3.9513,-2.0009 -6.2994,-2.3998 -4.616,-0.7856 -6.8975,-0.5354 -10.799,-4.49954 2.4285,-0.50001 5.0542,-0.48608 6.8993,-2.39975 -3.5921,-1.59814 -7.5268,-2.00986 -11.3989,-2.39979 -0.1402,-0.0149 -0.1738,0.0179 -0.2995,0 z m 83.992,-19.49815 c -0.6076,0.17886 -1.5466,0.77483 -2.9997,2.39975 -3.6844,4.12191 -8.6525,7.95437 -12.5988,11.9989 -5.2885,5.42246 -18.1624,11.37685 -11.9989,20.69805 3.7588,0.7529 9.0031,0.1631 12.8988,0.2999 2.6547,0.089 5.9588,-0.8058 8.3992,-1.7998 4.6903,-1.9136 7.5769,-7.2952 13.1988,-6.8993 -0.7382,-0.5417 -1.4094,-0.8987 -2.0998,-1.4999 1.5624,-0.90768 2.6776,-2.50023 3.2997,-4.19958 -2.9434,0.83328 -5.3006,-4.66059 -7.1994,0 2.4642,-6.61887 -6.5659,-0.26428 -8.3992,1.19987 2.3809,-0.43454 3.9186,-2.56817 6.2994,-2.9997 -3.8213,2.53862 -7.8508,4.70832 -11.6989,7.19931 2.0179,2.1488 4.237,0.5244 6.2995,-0.3 -2.0625,1.8035 -7.0844,6.8386 -9.5992,7.4993 0.3331,-3.4196 -2.1335,-2.4059 -4.4995,-0.8999 -0.1488,-4.5416 7.014,-5.1166 8.9991,-8.39921 -0.6383,-0.2003 -1.2067,-0.10595 -1.7998,0 1.2988,-0.50136 2.4919,-1.00224 3.8996,-1.49984 2.6816,-0.94637 4.462,-3.45437 6.8994,-4.79957 -1.7946,-0.39279 -3.4997,0.60879 -4.4996,2.09982 4.4552,-4.66654 9.3947,-9.90163 11.9989,-15.89852 -3.645,-0.49329 -2.9777,-4.73626 -4.7996,-4.19958 z"
             id="CA-NS"
             inkscape:connector-curvature="0" /><path
             style="fill:#290000;fill-opacity:1;stroke:none;stroke-width:1.88928318;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
             d="m 2354.5477,973.13393 c -4.1815,2.6904 -9.9894,4.84924 -12.2988,9.59911 2.0297,1.1339 4.3405,1.95346 6.5993,0.89991 -1.869,5.71711 -1.9764,4.9935 4.4996,5.99942 -1.0327,1.38091 -0.3033,2.14732 -0.2995,3.59966 5.985,3.52371 8.7215,2.553 13.7987,-1.19988 -2.9225,2.94635 -0.4147,0.80576 0.6,3.29968 0.6037,1.4821 -0.8025,2.42892 -2.0998,2.69974 2.6249,-0.60712 3.3019,3.33663 6.5993,2.69973 2.1904,-0.4256 8.0306,-5.39947 2.3998,-5.39947 2.6845,-1.14283 5.2892,-4.49955 8.3992,-4.49955 2.625,0 5.0803,-1.2355 7.1993,-2.69975 -7.6694,-1.61603 -20.9821,4.45943 -27.2974,-0.59995 -0.2976,-0.23809 -4.796,-1.75519 -5.0995,-1.79983 -2.6785,-0.39874 -4.1816,3.1361 -7.1993,1.79983 5.2736,-2.48803 -0.6384,-5.57253 0.8994,-8.09924 1.2173,-1.99995 2.2194,-4.22209 3.2997,-6.29941 z"
             id="CA-PE"
             inkscape:connector-curvature="0" /><path
             style="fill:#290000;fill-opacity:1;stroke:none;stroke-width:1.88928318;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
             d="m 1365.2412,437.98451 -255.2759,211.77998 c 5.8122,2.70174 8.7112,-0.64698 13.7987,2.09979 7.0118,-0.91661 13.4364,-5.00197 20.6981,-3.29967 -2.4226,1.84519 -6.4267,3.29414 -8.0993,5.99942 -1.1013,1.77778 0.3283,2.7301 1.4999,3.89965 l 262.7752,-2.69974 c -2.9315,-6.92966 -7.5064,-15.46454 -13.1988,-18.89823 -9.7846,-5.90213 -32.8159,6.10507 -35.6966,-1.79983 -2.8808,-7.9049 10.5131,-3.72784 10.7989,-9.89907 0.286,-6.17123 -13.7817,-10.39415 -14.9985,-16.49844 -1.2168,-6.10426 0.3292,-6.2778 5.0995,-14.09866 4.7697,-7.82085 25.8698,-17.43517 27.2974,-29.09725 1.4276,-11.66209 -17.3367,-17.28696 -14.9986,-26.69748 2.3382,-9.41051 22.3659,-8.1056 23.3978,-14.99857 1.0319,-6.89296 -9.2471,-4.50282 -9.2991,-10.79898 -0.048,-6.2962 17.3505,-12.12943 14.9986,-18.29827 -2.3519,-6.16888 -13.4041,2.94179 -15.8985,-2.39979 -2.4945,-5.34155 5.7359,-14.73742 10.199,-16.7984 4.4631,-2.06099 0.4166,5.02423 9.8991,1.79983 5.4176,-1.84215 15.5199,-13.12791 23.3978,-22.79785 -0.6221,-0.002 -1.1792,-0.0298 -1.7999,0 -2.2759,0.10387 -4.4819,0.2738 -6.5994,0 -2.863,-0.3691 -17.399,-3.85111 -15.5985,-8.69919 -2.5683,2.74394 -5.4256,-1.17646 -5.6994,-3.89963 -0.1643,-1.61305 -6.2918,-2.24205 -7.1994,-2.39975 -5.4492,-0.94343 -13.9357,-1.56237 -19.4981,-1.49987 z m 32.3969,0 c -2.3749,-0.125 -4.819,0.29731 -6.8993,1.49987 0.7142,0.28571 1.3855,0.61721 2.0998,0.89992 1.622,-0.68454 3.2788,-1.50993 4.7995,-2.39979 z"
             id="CA-YT"
             inkscape:connector-curvature="0" /></g><title
           id="title601">Canada</title></g><g
         style="fill:#ffdfe0;fill-opacity:1;stroke:none;stroke-width:1.88928318;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
         id="in"
         transform="matrix(0.35291528,0,0,0.35281976,105.47904,-16.303449)"><g
           style="fill:#ffdfe0;fill-opacity:1;stroke:none;stroke-width:1.88928318;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           id="g9237"><path
             style="fill:#ffdfe0;fill-opacity:1;stroke:none;stroke-width:1.88928318;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
             d="m 5715.6166,1833.3008 c -5.4433,4.1874 -1.7857,11.5062 -2.9999,17.0984 -4.241,3.5445 -0.077,14.3453 0.2997,18.5982 -5.3154,-0.985 -6.418,16.5443 0.5997,15.8985 -3.1128,-2.1874 0.2996,-2.3205 0.2996,-4.7995 0,-2.9583 -1.5969,-5.7261 -0.5999,-8.6992 0.7592,-2.2559 2.5672,-4.034 2.0996,-6.5994 -0.7294,-4.0088 1.0589,-1.4389 1.8,-5.0995 0.744,-3.6874 -3.2866,-7.3539 -2.3997,-10.1991 0.8687,-2.7797 6.043,-8.6699 0.5997,-9.899 2.241,-1.735 1.9279,-4.3024 0.2997,-6.2994 z m -5.9995,15.5985 c 0.241,0.8361 0.4261,1.6677 0.8993,2.3998 v -2.3998 z m 10.7991,20.0981 c -0.578,1.0178 -1.0357,0.6624 0,2.0998 z m -3,4.4996 c 0.4917,0.7525 1.1804,1.0927 2.1,1.1999 -0.7057,-0.4282 -1.3976,-0.7718 -2.1,-1.1999 z m -8.3991,28.4973 c -1.8988,1.5654 -2.9235,4.4887 -2.3997,6.8993 1.3244,6.0921 6.2472,-0.2151 4.1996,-3.8996 -0.5089,-1.0356 -1.1749,-2.0325 -1.7999,-2.9997 z m 9.2991,42.596 c -0.997,0.455 -1.5029,1.2836 -1.4999,2.3997 2.4344,0.6873 2.9404,-0.141 1.4999,-2.3997 z m 19.7983,17.9983 c 0.03,0.717 -0.1101,1.3855 0,2.0998 -0.068,-0.7171 0.068,-1.3856 0,-2.0998 z m -1.5,8.6991 c -3.0475,0.167 -0.9619,3.589 0.2994,4.4996 -0.6574,-1.4702 -0.7997,-2.9669 -0.2994,-4.4996 z m -2.9996,5.0996 c -6.1159,2.244 5.5802,4.6159 0,0 z m 7.7992,15.2985 c -1.7887,0.6844 -2.1017,2.9491 -1.2,4.4996 1.7172,-0.8985 2.4708,-2.7884 1.2,-4.4996 z m 1.7996,5.0995 c -4.0606,-0.2497 1.0717,9.4621 2.4,11.6989 2.4017,-5.3064 0.086,-6.1503 0,-10.799 -0.9905,-0.4934 -1.8199,-0.8639 -2.4,-0.8994 z"
             id="path8972"
             inkscape:connector-curvature="0" /><path
             style="fill:#290000;fill-opacity:1;stroke:none;stroke-width:1.88928318;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
             d="m 5366.4495,1970.6878 c 0.6574,-5.2611 0.8687,-7.2729 1.5,-15.2986 1.1648,-14.8054 1.6422,-31.1572 -1.5,-37.1964 -3.1425,-6.0393 -5.5998,-6.636 -7.7992,-6.5994 -2.1993,0.038 -4.2799,0.814 -5.9995,-2.3998 -1.7196,-3.2133 -0.6393,-7.9329 0.2994,-12.8988 0.9398,-4.9659 1.7386,-10.157 -0.2994,-14.3986 -2.0387,-4.2416 -5.1067,-8.0586 -8.9992,-11.099 -3.8924,-3.0404 -8.342,-5.3904 -13.4987,-7.1993 -3.8329,-1.3444 -12.4656,-0.6342 -18.511,-0.5367 2.2705,4.1548 5.0292,8.5646 8.0119,12.2361 -0.7027,1.0029 11.8312,21.3561 12.599,23.3978 2.0387,5.4224 4.0136,11.1742 6.2993,16.4984 1.2827,2.991 2.6764,3.8256 2.3999,6.5994 -0.119,1.1786 1.9008,6.3789 1.7997,0.8994 0.1904,2.7976 2.5165,4.2424 3.5996,6.5994 1.2678,2.7559 0.4377,5.8808 1.4999,8.6992 -3.0892,-0.3869 -2.1967,-10.563 -2.6996,-5.3995 -0.1042,-2.1607 -0.6452,-4.4393 -1.8,-6.2994 -1.3362,5.1814 0.7143,10.8784 2.6997,15.5985 1.3987,3.3214 2.9532,11.3127 6.8995,9.8991 -4.4761,1.1399 9.5833,15.7585 11.3988,17.3983 0.7172,0.647 1.4258,0.9532 2.0999,1.4999 z"
             id="path9026"
             inkscape:connector-curvature="0"
             sodipodi:nodetypes="ccccccccccccccccccccccc" /><path
             style="fill:#510000;fill-opacity:1;stroke:none;stroke-width:1.88928318;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
             d="m 5427.6436,1830.0011 c -11.6264,-0.9928 -24.3904,-1.1992 -29.3971,1.7998 -5.3632,3.2126 -6.0706,6.6586 -6.2995,9.8991 -0.2291,3.2404 0.128,6.3612 -2.6996,8.3992 -2.8276,2.038 -0.4066,-5.1216 -11.0991,0.8994 -4.0428,-0.3993 -7.9498,-0.4934 -10.1988,2.0998 -2.2494,2.5933 -0.9188,4.975 0.2994,8.0993 1.219,3.1243 2.3267,6.7595 -0.2994,11.3989 -1.9062,3.3668 -9.0409,7.1695 -15.2987,10.799 1.3232,3.9656 1.1416,8.4499 0.2994,12.8987 -0.9396,4.9659 -2.0196,9.6855 -0.2994,12.8988 1.7196,3.2133 3.8002,2.4364 5.9995,2.3998 2.1994,-0.038 4.6567,0.5596 7.7992,6.5994 3.1422,6.0392 2.6648,22.391 1.5,37.1965 -0.6319,8.0257 -0.8429,10.0374 -1.5,15.2985 3.0249,2.4524 5.901,4.0176 10.1991,2.0998 3.3362,-1.488 7.2781,-3.7239 9.2989,-6.8993 3.9909,-6.2916 0.1041,-13.9121 8.3994,-17.9983 6.3749,-3.1428 16.3052,-6.992 22.1979,-0.8995 -0.6874,-0.6076 -3.1255,-4.6311 -4.1995,-4.1996 -1.5298,0.6105 -3.5461,0.9607 -5.0996,0.2995 -5.9909,-2.5415 -1.8071,-10.3166 0.2994,-13.7987 1.0833,-1.7945 4.5198,-3.9631 3.2996,-6.2994 -0.8187,-1.5624 0.2113,-3.1246 0.8994,-4.4996 1.3276,-2.6458 4.4448,-1.4802 6.5995,-0.8994 1.0327,0.2765 6.9944,0.9721 1.2,-0.8994 1.4821,0.3158 2.9877,0.4838 4.4995,0.5999 0.1935,-5.7171 -0.9532,-11.3693 -0.8993,-17.0984 0.03,-3.488 0,-7.3866 -2.4,-10.199 -0.7708,0.5001 -1.4389,1.157 -2.0996,1.7998 3.8686,-4.4135 1.33,-12.1038 2.9996,-17.3983 2.1398,-6.8004 6.4367,-12.2722 7.4992,-19.4982 0.5982,-4.0445 2.3422,-13.9603 0,-17.6983 -1.2767,-2.0387 -2.9306,-2.1568 -4.7996,-3.2997 -1.4553,-0.8927 -1.6196,-6.0342 0.2997,-2.0998 -0.3515,-5.4909 2.9002,1.3069 3.5996,2.6997 -0.4446,-1.5619 -0.2202,-3.016 -0.6,-4.4995 z"
             id="path9058"
             inkscape:connector-curvature="0" /><path
             style="fill:#290000;fill-opacity:1;stroke:none;stroke-width:1.88928318;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
             d="m 5277.6579,1780.8057 c 5.1654,-4.6468 10.6426,-9.9796 12.8988,-15.8985 1.4401,-3.7781 0.3916,-10.7667 0.2994,-16.7984 -6.9171,1.9163 -13.3354,3.9617 -21.298,5.0995 -2.2529,0.3216 -2.1133,0.337 -4.1995,0.6 0.427,1.8858 0.5922,3.817 1.1999,5.6995 1.878,5.8242 4.2338,12.0806 7.7992,17.0984 1.4122,1.9872 3.202,2.4776 3.2996,4.1995 z"
             id="path9065"
             inkscape:connector-curvature="0" /><path
             style="fill:#510000;fill-opacity:1;stroke:none;stroke-width:1.88928318;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
             d="m 5385.3478,1850.3992 c 0.2827,-1.0704 0.3271,-0.9669 0.5997,-2.0998 1.9833,-8.2301 3.6612,-17.4759 1.7999,-22.4979 -1.8612,-5.022 -5.3361,-9.5803 -8.9991,-12.5988 -3.663,-3.0186 -7.5823,-4.6011 -10.7988,-4.1996 -3.2169,0.4012 -3.7583,3.3201 -4.1999,5.9994 -0.4414,2.6793 -0.6938,4.9943 -3.2996,4.4996 -2.6056,-0.4944 -2.9693,-4.0816 -2.9997,-8.0992 -0.03,-4.0178 0.3265,-8.2525 -1.4999,-9.8991 -1.8259,-1.6466 -3.9103,-0.5356 -5.6996,0.2995 -1.7889,0.8361 -3.4573,1.4149 -5.0992,-1.7999 -1.6419,-3.2147 2.1657,-8.4399 6.2992,-13.7986 4.1338,-5.3588 8.715,-11.1124 8.9992,-15.2986 0.2857,-4.1862 -1.4033,-6.6825 -2.9997,-8.9992 -1.5963,-2.3166 -3.0293,-4.2574 -2.9996,-7.4993 0.03,-3.2417 1.7699,-5.6369 3.5996,-8.3992 1.8294,-2.7622 3.6577,-5.9596 3.8996,-11.3989 0.2411,-5.4392 -2.9038,-15.9335 -5.9995,-25.1976 -0.3818,-1.1419 -0.522,-1.0115 -0.8994,-2.0998 -3.4841,3.0741 -6.554,7.1924 -9.8991,8.9992 -6.6903,3.6133 -10.595,0.1381 -18.2983,4.4995 -3.8517,2.1808 -6.4763,6.764 -9.8989,11.399 -3.4228,4.6349 -7.6578,9.3362 -14.3987,12.8987 -2.396,1.2663 -7.8846,1.943 -11.699,2.9997 0.095,6.0317 1.1401,13.0204 -0.2994,16.7985 -2.2562,5.9189 -7.7335,11.2516 -12.8988,15.8985 v 0.2994 c -0.057,1.8483 1.7187,4.6234 3.5996,5.0996 -3.8183,0.4406 -0.9702,1.1396 0,2.9997 0.9464,1.8154 1.6529,3.7977 2.4,5.6994 0.952,2.4226 2.6868,6.3114 5.9992,4.7996 -5.604,1.0684 0.766,4.8078 2.0999,6.5994 2.1012,2.8184 1.4384,8.2747 5.3996,9.5991 -3.5803,-1.2738 -0.5271,3.7024 0.2994,5.6994 1.0982,2.6488 1.9669,5.1029 2.9996,7.7993 1.5535,4.0654 2.3356,8.2715 3.2999,12.5988 1.6895,7.5652 4.1527,14.2308 7.8859,21.0622 6.0454,-0.097 14.6787,-0.8086 18.5116,0.5353 5.1567,1.8088 9.606,4.1589 13.4987,7.1993 3.8925,3.0404 6.9605,6.8574 8.9992,11.0989 0.2113,0.4416 -0.1548,1.0389 0,1.4999 6.2578,-3.6294 13.3922,-7.4322 15.2984,-10.799 2.6267,-4.6394 1.519,-8.2746 0.2994,-11.3989 -1.2188,-3.1243 -2.5491,-5.5059 -0.2994,-8.0992 2.2493,-2.5933 6.1563,-2.4989 10.1991,-2.0998 2.6228,0.2592 4.8534,-0.2938 7.1992,-0.6 z"
             id="path9063"
             inkscape:connector-curvature="0"
             sodipodi:nodetypes="ccccccccccccccccccccccccccccccccccccccccccccccc" /><path
             style="fill:#510000;fill-opacity:1;stroke:none;stroke-width:0.66666669;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
             d="M 2023.3848 592.1543 C 2023.7979 593.12201 2023.9263 594.02729 2023.8555 594.8125 C 2023.7835 595.61098 2023.5194 596.28914 2023.1875 596.79492 C 2022.9953 597.08792 2021.8557 597.57636 2020.2422 598.35352 C 2018.6287 599.13068 2016.5413 600.19664 2014.4531 601.64062 C 2012.9365 602.68938 2011.319 604.08864 2009.7324 605.33789 C 2008.9391 605.96252 2008.1526 606.54863 2007.3926 607.03516 C 2006.6325 607.52169 2005.8981 607.9079 2005.2051 608.13086 C 2004.1293 608.47694 2002.7898 608.69238 2001.3848 608.81836 C 1999.9797 608.94434 1998.5094 608.98163 1997.1738 608.97656 C 1997.1141 608.97634 1997.1256 608.97305 1997.0664 608.97266 C 1996.7364 610.4012 1995.4133 612.18644 1994.0879 613.9043 C 1992.629 615.79499 1991.2858 617.63923 1991.8652 618.77344 C 1992.4447 619.90768 1993.0327 619.70313 1993.6641 619.4082 C 1994.2954 619.11321 1995.0314 618.7216 1995.6758 619.30273 C 1996.3201 619.88369 1996.1943 621.3774 1996.2051 622.79492 C 1996.2157 624.21245 1996.3439 625.47777 1997.2637 625.65234 C 1998.1832 625.82674 1998.2719 625.01172 1998.4277 624.06641 C 1998.5836 623.1211 1998.7749 622.09077 1999.9102 621.94922 C 2001.0453 621.80763 2002.428 622.36467 2003.7207 623.42969 C 2005.0135 624.49467 2006.2396 626.10314 2006.8965 627.875 C 2007.5535 629.64683 2006.9619 632.90879 2006.2617 635.8125 C 2006.1651 636.21221 2006.1507 636.17703 2006.0508 636.55469 C 2006.4991 636.49612 2007.0753 636.70152 2007.4258 636.44922 C 2008.4237 635.73017 2008.2982 634.62769 2008.3789 633.48438 C 2008.4598 632.3411 2008.7087 631.12562 2010.6016 629.99219 C 2012.3685 628.93405 2016.8733 629.00714 2020.9766 629.35742 C 2020.4183 627.1782 2019.8465 625.15373 2019.8125 622.79492 C 2019.7885 621.08756 2019.1333 619.38227 2018.543 617.71484 C 2017.8256 615.68722 2019.0591 612.8645 2020.0254 611.04688 C 2020.6839 609.80682 2024.3968 608.38336 2023.8359 610.94141 C 2024.0954 610.16647 2024.5938 609.3615 2024.2598 608.50781 C 2024.5633 609.24916 2024.6109 610.00887 2025.4238 610.41211 C 2025.3524 609.51962 2026.3358 607.87338 2026.5879 606.91992 C 2026.819 606.04634 2026.9376 605.278 2027.9648 605.22656 C 2030.4877 605.10159 2033.9181 605.38756 2035.0566 602.47461 C 2035.6322 601.00353 2033.9833 600.69464 2034.5273 599.40625 C 2034.8644 598.60821 2035.4724 597.76317 2036.1152 597.18359 C 2036.7738 596.59033 2042.7362 593.79061 2041.5156 593.05664 C 2043.3558 592.21767 2043.561 589.77824 2045.4316 588.92773 C 2047.54 587.96919 2048.8478 586.00536 2049.9844 584.06055 C 2049.3816 584.03691 2049.4538 583.97138 2048.8203 583.95508 C 2043.9918 583.82976 2038.4452 583.97348 2035.7988 585.01172 C 2033.1525 586.04908 2031.9796 588.04506 2030.9277 589.77539 C 2030.4018 590.64058 2029.8857 591.40026 2029.2344 591.99805 C 2028.5832 592.59586 2027.8192 593.02002 2026.6934 593.05664 C 2025.6335 593.0911 2024.5078 592.72739 2023.3848 592.1543 z "
             id="path3821"
             transform="matrix(2.8335412,0,0,2.8343084,-298.87921,46.209002)" /><path
             style="fill:#900000;fill-opacity:1;stroke:none;stroke-width:0.66666669;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
             d="M 2003.5703 572.99805 C 2003.0153 572.99327 2002.4921 573.07789 2002.0273 573.26562 L 2002.0273 573.26367 C 2001.098 573.63918 2000.5654 574.19776 2000.2285 574.95703 C 1999.8918 575.7163 1999.7575 576.66434 1999.6992 577.60352 C 1999.5823 579.48179 1999.7395 581.52026 1998.8516 582.89453 C 1997.9635 584.26883 1996.5871 584.98571 1995.3574 586.07031 C 1995.4906 586.45429 1995.5412 586.4077 1995.6758 586.81055 C 1996.7683 590.0791 1997.8784 593.78211 1997.793 595.70117 C 1997.7079 597.62023 1997.0617 598.7481 1996.416 599.72266 C 1995.7704 600.69725 1995.1567 601.54178 1995.1465 602.68555 C 1995.1359 603.82932 1995.6417 604.51469 1996.2051 605.33203 C 1996.7684 606.14941 1997.3641 607.03084 1997.2637 608.50781 C 1997.2545 608.64282 1997.0996 608.82893 1997.0664 608.97266 C 1997.1256 608.97305 1997.1141 608.97634 1997.1738 608.97656 C 1998.5094 608.98163 1999.9797 608.94434 2001.3848 608.81836 C 2002.7898 608.69238 2004.1293 608.47694 2005.2051 608.13086 C 2005.8981 607.9079 2006.6325 607.52169 2007.3926 607.03516 C 2008.1526 606.54863 2008.9391 605.96252 2009.7324 605.33789 C 2011.319 604.08864 2012.9365 602.68938 2014.4531 601.64062 C 2016.5413 600.19664 2018.6287 599.13068 2020.2422 598.35352 C 2021.8557 597.57636 2022.9953 597.08792 2023.1875 596.79492 C 2023.5194 596.28914 2023.7835 595.61098 2023.8555 594.8125 C 2023.9263 594.02729 2023.7979 593.12201 2023.3848 592.1543 C 2022.1219 591.50983 2020.8634 590.59286 2019.707 589.5625 C 2017.5225 587.61589 2015.737 585.34501 2014.9434 583.95508 C 2014.1499 582.56514 2014.4496 582.03688 2014.7305 581.625 C 2015.0113 581.21312 2015.2799 580.86143 2014.4141 579.61523 C 2013.5482 578.36904 2011.4142 576.4416 2009.0156 574.95898 C 2007.8162 574.21764 2006.5025 573.60292 2005.3086 573.26562 C 2004.7117 573.09698 2004.1253 573.00282 2003.5703 572.99805 z "
             id="path9031"
             transform="matrix(2.8335412,0,0,2.8343084,-298.87921,46.209002)" /><path
             style="fill:#510000;fill-opacity:1;stroke:none;stroke-width:1.88928318;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
             d="m 5408.1457,1636.5194 c -9.9762,-0.8524 -20.7884,-2.4387 -24.8979,-5.0995 -4.1094,-2.6609 -4.254,-5.0998 -4.1995,-7.1994 0.056,-2.0995 0.098,-3.7168 -3.5996,-4.7995 -3.697,-1.0827 -9.0194,2.0309 -14.3987,5.6994 -5.3794,3.6686 -10.7771,7.7316 -14.3988,7.7993 -7.2429,0.1354 -3.8618,-4.0541 -10.4988,-4.4996 -3.3186,-0.2226 -7.6137,2.0048 -12.299,4.1996 -4.685,2.1949 -9.7393,4.2678 -14.9984,3.2997 -5.2594,-0.968 -10.2807,-6.3326 -14.9987,-11.3989 -4.718,-5.0663 -9.0935,-9.8846 -13.7987,-9.899 -4.705,-0.018 -7.9837,1.2073 -10.4989,3.2996 -2.5154,2.0923 -4.371,5.2122 -6.2995,8.9992 -1.9285,3.7869 -0.4128,9.7368 0.8994,15.5985 1.3125,5.8617 2.4214,11.5784 -0.8994,14.6986 -3.3213,3.1202 -9.4581,2.6593 -14.6987,1.4999 -2.2752,-0.503 -2.5303,-0.6249 -4.1996,-1.1999 -0.6785,2.1929 -0.4598,4.4273 -0.8993,6.5994 -0.7256,3.6011 -0.4655,6.9842 0.5999,10.499 0.3994,1.3125 3.8538,5.5697 2.9997,6.5993 -2.4494,2.9553 5.4394,4.4983 6.2995,6.5994 -5.2409,-5.9284 -5.918,2.2644 -3.5996,5.9995 1.3214,-1.2798 1.9181,-2.6961 2.0996,-4.4996 0.5923,2.2291 2.2012,5.0792 -0.8994,6.2994 1.4137,1.1726 1.925,2.6693 1.8,4.4996 -0.7056,-0.5836 -1.3768,-1.2403 -2.0999,-1.7999 -1.4197,3.6428 2.4514,5.8624 3.2996,8.9992 -5.2112,-2.8541 0.7199,4.7114 1.4999,5.6994 -4.2796,-1.6695 0.3839,7.0129 1.2,9.5992 1.247,3.9551 3.5359,7.2888 4.1996,11.3989 0.7083,4.3867 3.2996,8.7346 3.2996,13.1987 0,2.2938 0.7083,4.4276 1.2,6.5994 2.0862,-0.2631 1.9466,-0.2783 4.1995,-0.6 12.3536,-1.7653 26.2559,-4.5367 32.9967,-8.0992 6.7409,-3.5625 10.9762,-8.2638 14.3987,-12.8988 3.4229,-4.6349 6.0475,-9.2182 9.8992,-11.3989 7.7033,-4.3615 11.6077,-0.886 18.2983,-4.4996 6.6903,-3.6135 14.7653,-10.2079 19.7979,-17.9983 2.5163,-3.8951 2.069,-9.6749 2.4,-14.9985 0.1637,-2.6619 0.5452,-5.3473 1.4999,-7.4993 0.9542,-2.152 2.466,-3.7353 5.0993,-4.7996 2.6336,-1.0642 5.9162,-0.9561 9.2991,0 3.383,0.9561 7.1007,2.6984 10.4992,4.7996 6.7965,4.2022 12.8448,9.6666 15.2986,13.1987 1.5518,2.2338 0.814,2.7086 0.5997,3.5997 1.2187,-0.91 2.366,-1.8105 3.5999,-2.6998 3.4053,-2.4544 6.6305,-4.8224 8.9992,-7.1993 2.3684,-2.3769 3.6612,-4.7872 3.2996,-7.1993 -0.3619,-2.4121 -1.005,-3.593 -2.1,-4.1996 -1.0946,-0.6067 -2.4094,-0.6239 -3.8995,-0.6 -2.98,0.048 -6.4653,-0.03 -8.9992,-4.4995 -2.5339,-4.4752 -4.1273,-12.1577 -4.1996,-20.3981 -0.03,-3.2831 1.355,-6.0563 1.8,-9.2991 z"
             id="path9048"
             inkscape:connector-curvature="0" /><path
             style="fill:#900000;fill-opacity:1;stroke:none;stroke-width:1.88928318;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
             d="m 5275.858,1615.8213 c -0.1697,-4.5817 -0.128,-9.1224 -0.6,-13.7987 -0.6298,-6.2352 -3.549,-12.8998 -5.6993,-19.4981 -2.5743,0.9359 -4.9778,2.0575 -8.0994,2.3997 -4.7353,0.5194 -9.5992,0.1545 -11.9988,-2.0997 -2.3993,-2.2543 -1.8009,-4.4431 -0.8994,-6.8994 0.9015,-2.4563 2.1047,-5.3017 0.8994,-8.3992 -1.2047,-3.0975 -2.3488,-5.948 -4.7996,-8.9992 -2.4505,-3.0511 -6.0114,-6.0888 -11.6988,-8.9991 -5.6873,-2.9101 -18.5185,-4.6093 -29.997,-5.3995 -5.1023,-0.3513 -5.8174,-0.1777 -9.5992,-0.2995 0.4914,1.123 1.1357,1.4169 1.4997,2.6998 0.4619,1.6277 -5.3799,2.3523 1.7999,7.4993 -5.2778,4.2305 -8.5295,5.9842 -12.2987,0 -3.1276,-1.5952 -6.1624,2.0462 -8.3992,2.0998 -1.9113,0.048 -1.6744,3.5217 -2.0999,3.5996 -6.8424,1.2559 -10.9378,-2.0646 -16.7984,-2.6997 -2.3514,-0.2545 -9.6917,0.9167 -12.2988,-0.6 0.1786,2.369 2.4976,8.9992 -1.7999,8.9992 -3.6428,0 -9.27,0.048 -8.9992,5.0995 0.792,1.5386 0.6462,3.0234 -0.2994,4.4996 4.8957,2.2439 8.2614,-7.1589 13.1988,-6.5994 -2.744,2.1339 -13.7583,9.2536 -4.4996,12.5988 2.738,0.9821 3.099,5.2209 5.3993,6.8994 2.8841,2.1041 6.4236,3.4477 9.5991,5.0995 3.1844,1.6546 6.8474,3.4241 10.4991,3.5996 2.997,0.1432 3.9684,-2.4068 6.5995,-3.2996 3.0919,-1.0476 5.8028,-1.6785 8.9989,-1.4999 2.9612,0.164 1.1732,-3.2877 2.6999,-4.7996 3.0297,2.7024 -0.4157,4.0703 -1.7999,6.2995 -1.3125,2.1219 -0.8726,5.0422 -2.6997,6.8993 -2.107,2.1368 -12.7517,8.269 -14.9987,5.0995 -0.4136,2.9464 -4.6135,3.9349 -6.8992,2.6998 -1.1964,-0.649 -1.1107,-3.8199 -2.6999,-3.5997 -5.8272,0.8121 -0.8762,7.3616 0.8997,9.2991 6.7498,7.3599 15.2243,12.6144 20.9979,20.998 3.8779,5.6368 11.7598,11.9648 18.2983,14.0987 6.485,2.119 12.6354,-1.8764 17.9983,-5.0995 3.0327,-1.8243 5.9689,-4.1465 9.2992,-5.3995 2.7439,-1.0327 1.8859,-3.7084 3.2996,-5.6995 3.979,-5.6189 1.5479,-9.8269 -4.4996,-11.6989 0.4818,-1.6071 1.5794,-2.5581 3.2996,-2.0998 -0.5979,-0.6998 -0.9464,-1.3677 -1.4996,-2.0998 2.4639,-0.7736 4.2739,-1.5889 4.1995,-4.4996 -0.057,-2.1606 -2.0588,-2.4949 -1.7999,-3.8996 -0.057,0.312 2.8121,-0.038 2.9996,-1.4998 1.6458,2.8957 7.8676,3.7526 10.7991,2.9997 -1.872,2.8362 -4.76,0.1661 -6.5995,2.9997 -2.1488,3.3095 1.2384,5.2181 4.1996,3.8996 -8.7141,6.3005 4.2772,9.6107 9.8991,5.3995 -1.4196,2.7291 -9.2658,4.3138 -9.5991,6.5994 -0.2262,1.5684 -0.4003,2.9937 -0.8994,4.4996 -0.7735,2.3213 3.5487,3.4506 0.8994,6.5993 2.1338,-2.4433 2.782,-2.5833 1.7999,0 2.8601,-3.6517 4.5079,6.4494 4.7996,7.1994 1.3839,3.541 -0.4196,7.007 -1.5,10.499 1.6693,0.575 1.9244,0.6969 4.1996,1.1999 5.2406,1.1594 11.3774,1.6203 14.6987,-1.4999 3.3214,-3.1202 2.2125,-8.8369 0.8994,-14.6986 -1.3125,-5.8617 -2.8282,-11.8116 -0.8994,-15.5985 1.9285,-3.787 3.7841,-6.9069 6.2995,-8.9992 1.5173,-1.2622 4.0806,-1.5515 6.2993,-2.0998 z"
             id="IN-GJ"
             inkscape:connector-curvature="0" /><path
             style="fill:#900000;fill-opacity:1;stroke:none;stroke-width:1.88928318;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
             d="m 5351.1508,1497.9325 c -6.3376,-2.7106 -14.1832,-1.7849 -19.4979,1.4998 -5.3151,3.2847 -4.9794,11.3197 -9.2992,14.9986 -2.1601,1.8395 -5.7888,2.0774 -8.9991,2.3998 -3.2107,0.3225 -5.8243,0.958 -5.9996,3.8996 -0.1756,2.9417 3.2934,3.7238 7.1992,4.4996 3.9062,0.7756 8.0537,1.4384 9.2992,4.4996 1.2458,3.0611 1.0065,6.6716 -0.2994,10.199 -1.3065,3.5274 -3.6086,7.0396 -5.6996,9.5991 -2.0907,2.5595 -4.6097,5.0841 -7.4992,6.8993 -2.8895,1.8153 -6.2531,2.8141 -9.2991,2.0998 -3.0458,-0.7141 -4.441,-3.6524 -5.6996,-6.8993 -1.2583,-3.2469 -2.2553,-6.6243 -4.7995,-8.0992 -2.544,-1.4749 -5.7258,-3.4634 -8.6992,-4.1996 -2.9731,-0.7363 -5.8415,-0.503 -8.0992,2.3997 -2.2574,2.9024 0.3456,7.7792 3.2999,12.5988 2.9541,4.8196 6.4519,9.5789 5.9993,13.1988 -0.4521,3.6199 -1.2717,6.313 -2.6997,8.3992 -1.4279,2.0862 -3.657,3.7047 -6.5995,5.3995 -1.0026,0.5779 -2.8686,0.7161 -4.1996,1.1999 2.1506,6.5983 5.0701,13.2629 5.6996,19.4981 0.4723,4.6763 0.43,9.217 0.6,13.7987 1.4589,-0.3609 2.3329,-1.2056 4.1996,-1.1998 4.7049,0.01 9.0807,4.8327 13.7987,9.899 4.718,5.0663 9.7393,10.4309 14.9984,11.3989 5.2593,0.9681 10.3134,-1.1048 14.9987,-3.2997 4.6852,-2.1948 8.9804,-4.4222 12.2987,-4.1996 6.637,0.4455 3.2559,4.6353 10.4991,4.4996 3.6217,-0.067 9.0191,-4.1307 14.3987,-7.7993 5.3794,-3.6685 10.7018,-6.7821 14.3985,-5.6994 3.6969,1.0827 3.6543,2.7 3.5999,4.7995 -0.057,2.0996 0.086,4.5385 4.1995,7.1994 4.1095,2.6608 14.9217,4.247 24.8976,5.0995 0.672,-4.8967 0.7017,-10.1425 2.3999,-14.0987 2.8231,-6.5762 10.2711,-11.5406 17.0983,-15.8985 3.4136,-2.179 6.5737,-4.1709 8.9992,-6.2994 2.4252,-2.1285 4.0883,-4.4852 4.1996,-6.8994 0.1101,-2.4141 -0.4905,-3.6351 -1.5,-4.4995 -1.0092,-0.8639 -2.5166,-1.1669 -3.8996,-1.4999 -1.383,-0.3331 -2.5892,-0.6805 -3.5996,-1.4998 -1.0104,-0.8198 -1.9089,-2.1749 -1.7999,-4.4996 0.2172,-4.6495 4.3507,-12.0335 9.8991,-17.9983 1.6318,-1.7544 3.5556,-3.1055 5.3996,-4.4996 -0.4042,-0.4559 -0.7872,-0.4252 -1.2,-0.8994 -4.5558,-5.2416 -9.9256,-11.196 -17.0984,-14.3987 -7.1727,-3.2026 -17.97,-7.8889 -28.4974,-10.499 -5.2635,-1.3051 -10.4949,-2.1718 -14.9984,-2.0998 -4.5037,0.067 -8.4212,1.0313 -11.0991,3.2997 -2.6776,2.2685 -3.5139,4.9818 -3.2996,7.7993 0.2143,2.8175 1.4574,5.9107 2.6997,8.6992 1.2425,2.7884 2.5927,5.318 2.9999,7.4992 0.4068,2.1814 -0.1072,3.8036 -2.4,4.7996 -2.2919,0.996 -4.7617,1.0027 -7.1992,0 -2.4374,-1.0027 -4.7281,-2.8365 -6.8995,-5.0995 -4.3427,-4.526 -7.8893,-11.0627 -8.6991,-16.1985 -0.8101,-5.1358 3.4046,-9.6491 7.4995,-14.0986 4.0945,-4.4496 8.1917,-8.8145 7.7991,-13.1988 -0.3925,-4.3843 -2.2752,-7.7603 -4.7995,-10.499 -2.5247,-2.7387 -5.8302,-4.6441 -8.9992,-5.9995 z"
             id="IN-MP"
             inkscape:connector-curvature="0" /><path
             style="fill:#510000;fill-opacity:1;stroke:none;stroke-width:1.88928318;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
             d="m 5433.9592,1724.5894 c 2.9964,-2.0217 5.6237,-3.9371 7.4832,-5.5778 5.0293,-4.4371 9.7845,-9.3477 13.1987,-14.0987 3.4142,-4.751 5.6734,-9.3674 5.9995,-12.8988 0.3262,-3.5314 -0.4377,-5.8095 -1.7999,-7.4993 -1.3619,-1.6897 -3.4966,-2.8257 -5.3996,-3.5996 -1.9026,-0.7737 -3.8022,-1.3158 -5.0992,-2.0998 -1.2973,-0.7843 -1.9556,-1.5795 -1.5,-3.2997 0.911,-3.4405 5.5984,-3.912 10.1991,-4.1996 4.6005,-0.2881 9.1825,-0.6019 9.5989,-3.5997 0.4166,-2.9975 -2.5806,-3.4822 -5.6993,-4.1996 -3.1189,-0.717 -6.5165,-1.5603 -6.5995,-4.7995 -0.086,-3.2392 3.8481,-5.5938 8.0992,-7.7993 4.2514,-2.2055 8.9087,-4.3835 10.1991,-7.4993 1.2907,-3.1158 0.1607,-5.4738 -0.8994,-8.0992 -1.0615,-2.6255 -2.0383,-5.3221 -0.6,-8.3992 1.4384,-3.0771 5.4588,-5.1794 9.5992,-7.1993 4.1401,-2.02 8.4682,-4.097 10.1991,-6.5994 1.7306,-2.5024 3.0148,-4.2582 3.5996,-5.9994 0.5845,-1.7413 0.4339,-3.3254 -0.6,-5.9995 -1.0339,-2.6741 -4.0317,-3.9861 -7.4992,-5.3995 -3.4677,-1.4133 -7.4914,-3.0854 -10.7991,-6.8993 -3.3076,-3.8139 -4.2591,-11.7225 -5.9995,-19.1982 -0.6643,-2.8523 -1.6351,-5.4142 -2.6996,-7.7993 -2.0556,2.9773 -4.341,5.8132 -9.2992,5.6995 -4.5094,-0.1036 -8.2381,-4.1197 -12.2987,-8.6992 -1.844,1.3941 -3.7678,2.7452 -5.3996,4.4996 -5.5484,5.9648 -9.6813,13.3488 -9.8991,17.9983 -0.1072,2.3247 0.7889,3.6798 1.7999,4.4996 1.0104,0.8197 2.2166,1.1668 3.5996,1.4998 1.383,0.3331 2.8904,0.6355 3.8996,1.4999 1.0092,0.8639 1.6113,2.0854 1.5,4.4995 -0.1101,2.4142 -1.7744,4.7709 -4.1996,6.8994 -2.4255,2.1285 -5.5856,4.1204 -8.9992,6.2994 -6.8272,4.3579 -14.2752,9.3223 -17.0983,15.8985 -2.8234,6.5762 -4.2722,15.1573 -4.1996,23.3978 0.077,8.2404 1.6657,15.9229 4.1996,20.3981 2.5336,4.4753 6.0189,4.5478 8.9992,4.4995 1.4898,-0.03 2.8046,-0.01 3.8995,0.6 1.0947,0.6066 1.7384,1.7875 2.0997,4.1996 0.3619,2.4121 -0.9309,4.8224 -3.2996,7.1993 -2.3687,2.3769 -5.5936,4.7449 -8.9992,7.1993 -1.2339,0.8889 -2.3812,1.7903 -3.5996,2.6998 -0.125,0.5174 0.5923,1.6707 0.2994,2.0998 -0.7958,1.1674 -1.6484,2.6599 0.6,6.5993 2.2485,3.9395 7.3084,10.3813 13.4987,15.8986 3.6764,3.2769 5.9017,5.566 9.9152,7.3776 z"
             id="path9041"
             inkscape:connector-curvature="0" /><path
             style="fill:#900000;fill-opacity:1;stroke:none;stroke-width:1.88928318;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
             d="m 5539.5331,1609.222 c -1.0637,0.5941 -0.9824,0.6038 -2.0997,1.1998 -8.3908,4.4745 -17.8179,8.4022 -22.1979,7.1994 -4.3802,-1.2029 -4.5796,-2.8489 -4.4995,-4.7996 0.077,-1.9507 0.5288,-4.0814 -2.9999,-5.6994 -2.389,-1.0955 -8.1617,-0.1718 -13.1988,0.2995 -0.6125,1.6792 -1.9327,3.289 -3.5996,5.6994 -1.7309,2.5024 -6.0587,4.5794 -10.1991,6.5994 -4.1401,2.0199 -8.1605,4.1222 -9.5991,7.1993 -1.4384,3.0771 -0.4616,5.7738 0.5999,8.3992 1.0619,2.6255 2.1907,4.9835 0.8994,8.0992 -1.2904,3.1158 -5.9477,5.2939 -10.1988,7.4993 -4.2514,2.2055 -8.1822,4.5601 -8.0992,7.7993 0.086,3.2392 3.4803,4.0822 6.5992,4.7995 3.119,0.7171 6.1162,1.2021 5.6996,4.1997 -0.4167,2.9975 -4.9987,3.312 -9.5992,3.5996 -4.6004,0.2881 -9.2878,0.7593 -10.1991,4.1996 -0.4559,1.7203 0.2024,2.5157 1.5,3.2997 1.297,0.7842 3.1966,1.3259 5.0995,2.0998 1.9027,0.7737 4.0377,1.9099 5.3996,3.5997 1.3616,1.6897 2.1258,3.9678 1.7996,7.4992 -0.3264,3.5315 -2.585,8.1479 -5.9995,12.8988 -3.4142,4.751 -8.1691,9.6616 -13.1987,14.0987 -1.8595,1.6407 -5.0541,3.9615 -6.9966,5.4157 2.9875,2.0493 6.8058,2.7679 9.3965,2.6835 3.1901,-0.1035 5.354,-1.3054 7.1992,-2.9997 1.8455,-1.6943 3.3094,-3.8472 4.7996,-6.2994 2.9805,-4.9044 6.3001,-10.5585 13.7987,-13.4987 7.4986,-2.9402 23.2148,-3.3554 36.8966,-2.9997 1.7949,0.048 1.5916,0.2324 3.2996,0.2995 0.1101,-0.1881 0.1905,-0.4118 0.2994,-0.6 3.2648,-5.6248 5.8058,-11.0242 10.4991,-15.5985 2.0892,-2.0387 5.3147,-7.7742 7.4992,-8.3992 -1.2053,-2.3184 -4.3528,2.2187 -4.7996,3.5997 -1.2142,-3.6547 1.8193,-8.664 5.3996,-9.8991 3.4939,-1.2054 3.1023,3.8971 0.8994,5.0995 6.9882,-0.9851 13.5454,-4.0714 19.7982,-7.1993 -2.0207,-1.0862 -4.9912,-2.3503 -5.6995,-4.7996 4.9909,6.5148 6.7069,0.2533 10.7991,-2.9997 3.4314,-2.7291 0.6988,-2.8275 1.7996,-5.6994 0.7229,-1.884 2.9937,-3.036 4.4996,-4.1996 -2.4431,-2.3095 -5.3918,-12.4945 -4.7993,-15.5986 0.1578,-0.8322 1.3753,-0.8245 1.7997,-1.4998 -6.7712,-6.542 -14.6936,-13.8446 -16.7983,-17.6984 -2.1208,-3.8833 -1.5006,-5.1543 -1.5,-6.8993 z"
             id="path9075"
             inkscape:connector-curvature="0" /><path
             style="fill:#900000;fill-opacity:1;stroke:none;stroke-width:1.88928318;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
             d="m 5552.7318,1540.2285 c -2.3582,4.137 -4.1799,8.488 -7.4992,11.9989 -5.4079,5.72 -11.6693,9.9516 -16.4986,10.7989 -4.829,0.8476 -6.9183,-0.9032 -8.6992,-2.9997 -1.7806,-2.0963 -3.0749,-4.4492 -6.2992,-4.4996 -6.4489,-0.1009 -12.5547,8.9992 -19.7983,8.9992 -3.6216,0 -6.7504,-2.4366 -9.8991,-4.7996 -3.1484,-2.363 -6.3849,-4.5456 -9.8988,-4.1996 -3.5142,0.3466 -5.1439,3.3222 -7.1995,6.2994 1.0645,2.3851 2.0356,4.947 2.6999,7.7993 1.7404,7.4757 2.6916,15.3843 5.9992,19.1982 3.308,3.8139 7.3314,5.486 10.7991,6.8993 3.4678,1.4134 6.4656,2.7254 7.4992,5.3995 1.0339,2.6741 1.1845,4.2582 0.6,5.9995 -0.03,0.067 0.03,0.236 0,0.2995 5.0371,-0.4714 10.8098,-1.3955 13.1988,-0.2995 3.5284,1.618 3.0799,3.7487 2.9999,5.6994 -0.077,1.9507 0.119,3.5967 4.4995,4.7996 4.38,1.2028 13.8071,-2.7249 22.1979,-7.1994 1.1173,-0.596 1.036,-0.6057 2.0997,-1.1998 3e-4,-0.8448 -1.061,-2.6949 -0.8994,-3.2997 0.4943,-1.8541 1.264,-2.8026 -0.6,-4.7996 -1.8639,-1.9972 -5.554,-2.0481 -8.9991,-2.0998 -3.4452,-0.048 -6.7489,-0.048 -7.7992,-2.3998 -1.0503,-2.3491 -0.6021,-4.7763 0.6,-6.8993 1.2017,-2.123 3.0856,-4.0992 5.3992,-5.3995 4.6279,-2.6007 11.8536,3.6883 18.2983,1.4999 6.4451,-2.1884 13.6029,-9.2371 16.7987,-14.9986 1.5978,-2.8807 2.9615,-5.538 3.5996,-8.0993 0.6383,-2.5612 0.5145,-5.13 -0.6,-8.6991 -1.1149,-3.5692 -6.1454,-8.5586 -10.7991,-12.5988 -0.8705,-0.7555 -0.9759,-0.5213 -1.7997,-1.1999 z"
             id="path9070"
             inkscape:connector-curvature="0" /><path
             style="fill:#510000;fill-opacity:1;stroke:none;stroke-width:1.88928318;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
             d="m 5560.231,1483.5338 c 5.7216,-2.1252 11.2259,-4.3141 17.0987,-5.9994 -0.4762,-0.4109 -0.6932,-0.9474 -0.8997,-1.1999 -3.3303,-4.0594 3.2951,-13.9336 -4.4996,-16.1985 -3.9698,-1.1547 -8.3257,2.423 -12.2988,2.6998 0.2173,3.8689 0.9455,6.8319 0.6,10.799 -0.2649,2.9981 -0.9053,6.8865 0,9.899 z"
             id="path9116"
             inkscape:connector-curvature="0" /><path
             style="fill:#510000;fill-opacity:1;stroke:none;stroke-width:1.88928318;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
             d="m 5651.4225,1534.229 c 0.131,-0.4079 -0.1309,-0.7938 0,-1.1998 1.5012,-4.6038 2.8098,-8.882 0.2994,-12.2989 -2.5097,-3.4169 -6.237,-5.0085 -10.4988,-5.6994 -4.2621,-0.6912 -9.0732,-0.7094 -13.7987,-0.6 -4.7255,0.1095 -7.8304,-5.2946 -11.9991,-6.8993 -2.0841,-0.8025 -4.2522,-0.4819 -7.1992,1.7998 -0.9339,0.7228 -2.535,3.3119 -3.5996,4.4996 2.2062,4.2066 3.5481,9.4394 3.2996,11.9988 -0.9243,9.5218 14.0419,8.162 21.2979,8.6992 5.0154,0.3715 9.3322,-0.4214 14.3988,-0.5999 3.2764,-0.1152 5.4272,0.1708 7.7991,0.2995 z"
             id="path9114"
             inkscape:connector-curvature="0" /><path
             style="fill:#900000;fill-opacity:1;stroke:none;stroke-width:1.88928318;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
             d="m 5595.328,1492.533 c -1.1375,-0.599 -2.2244,-1.0208 -3.5999,-1.1999 -5.982,-0.7794 -10.664,-0.7324 -14.0985,-6.8993 -1.5594,-2.8036 -0.2053,-2.5413 1.1997,-4.4996 0.5952,-0.8313 -0.6009,-1.6229 -1.4996,-2.3998 -5.8728,1.6853 -11.3771,3.8742 -17.0987,5.9994 0.086,0.2735 -0.1131,0.6441 0,0.8995 2.5059,5.604 6.0013,6.9513 5.0996,13.4987 -0.5268,3.8421 -1.5253,4.5799 -5.0996,4.4996 -0.5738,-0.01 -1.9663,0.058 -3.2996,0 0.3801,1.9789 0.5548,1.9108 0.8994,4.1996 1.3529,8.9673 2.0755,19.4712 -0.2994,26.0975 -0.9175,2.5592 -3.3154,4.8961 -4.7996,7.4993 0.8235,0.6787 0.9292,0.4444 1.8,1.1999 4.6537,4.0402 9.6839,9.0297 10.7988,12.5988 1.1151,3.5691 1.238,6.1379 0.6,8.6992 -0.6384,2.5612 -2.0018,5.2185 -3.5996,8.0992 -3.1958,5.7615 -10.3536,12.8102 -16.7984,14.9986 -6.445,2.1884 -13.6707,-4.1006 -18.2983,-1.4999 -2.3139,1.3003 -4.1978,3.2765 -5.3995,5.3995 -1.2018,2.123 -1.6503,4.5503 -0.6,6.8994 1.0503,2.3491 4.3543,2.3481 7.7992,2.3998 3.4451,0.048 7.1352,0.1026 8.9991,2.0997 1.8643,1.997 1.094,2.9455 0.6,4.7996 -0.4943,1.854 -0.7476,4.4355 2.3999,10.199 2.1048,3.8538 10.0271,11.1564 16.7984,17.6984 1.9032,-3.0297 5.204,-5.3382 8.3992,-6.2994 7.3718,-2.2113 10.8029,-4.8902 14.6987,-11.399 1.3136,-2.1983 0.5529,-2.9639 -0.2997,-3.8996 0.9848,0.8745 2.1889,1.4443 2.3999,3.5997 0.3485,3.6159 0.3619,9.3411 3.2996,11.9988 0.8303,-1.61 0.6673,-3.2669 -0.2994,-4.7995 2.125,6.4819 -0.048,-2.2614 2.3996,1.1999 0.3188,0.5922 0.795,1.2581 1.2,1.7998 1.2768,0.8457 0.6327,-6.8899 0.6,-7.1993 2.735,2.0267 1.4741,6.7658 2.3996,9.5991 0.7,-4.2827 -2.8475,-14.3122 1.2,-17.3984 -1.119,2.2053 0.2411,4.3316 -0.2994,6.5994 2.3214,-1.881 0.077,-3.7996 2.0996,-4.7996 0.1042,3.3839 -1.5535,7.2551 0,10.499 1.4762,3.0803 3.2038,1.1275 3.5999,-1.1998 0.048,1.738 2.3512,4.5413 4.1996,2.9997 1.7378,-1.4434 -3.2421,-7.2647 -3.8999,-8.6992 0.8717,0.4675 1.8667,0.9671 2.7,1.4998 1.8243,-3.5862 0.25,-7.7255 -1.2,-11.3989 -1.3324,-3.3749 -2.4618,-5.5462 -2.9996,-9.2991 -0.3976,-2.7701 -1.1756,-4.7464 -1.5,-7.4993 -0.1637,-1.3601 1.0827,-5.0179 -1.1999,-5.6994 -0.4078,-0.1221 -3.3586,-0.067 -3.5996,-0.8995 -0.6363,-2.1934 0.9407,-4.8773 0,-5.9994 -0.9765,-1.1653 -0.7822,-0.3206 -4.1996,-3.5997 -3.869,-3.7119 2.5436,-6.0475 1.7999,-8.3992 -0.7247,-2.2917 1.8086,-4.1148 -3.5996,-8.6992 -2.8541,-2.419 -7.7432,-2.2399 -11.0991,-4.7995 -6.2662,-4.7794 -1.1857,-7.3001 -0.8994,-11.6989 2.3065,5.1155 4.8169,-0.3331 5.0996,-2.9997 0.2649,-2.4976 0.8916,-2.7409 3.5996,-2.9997 1.9999,-0.1902 5.0362,-0.3763 6.8992,0.5999 2.7589,-4.4433 -3.1323,-2.9702 -3.5996,-7.1993 -0.3244,-2.9017 -4.2368,-0.4368 -6.2992,-1.7998 -2.8124,-1.8572 -3.9258,-5.3018 -7.1995,-6.5994 -8.2022,-3.2499 -3.7559,-13.0361 2.9999,-15.5985 -0.8497,-2.5918 -3.7913,-2.6652 -4.7996,-2.6998 l 0.5979,-2.9997 c 1.7827,1.2857 4.2794,2.2247 5.9996,3.5997 1.2797,1.0237 1.36,3.1534 2.6996,3.8996 2.8118,1.5665 5.0129,1.1967 6.8992,1.7998 -0.622,-1.7529 -1.6187,-3.2525 -2.9996,-4.4996 3.2672,-0.5999 4.1844,2.3607 5.3995,4.7996 z"
             id="path9121"
             inkscape:connector-curvature="0" /><path
             style="fill:#900000;fill-opacity:1;stroke:none;stroke-width:1.88928318;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
             d="m 5595.328,1492.533 -6.2996,14.6986 c 0.2679,0.5385 0.578,1.057 0.8994,1.4998 2.1309,2.9256 6.6141,3.7478 9.5992,5.3995 0.7199,-1.8064 1.3297,-3.5722 0.2994,-5.3995 2.3552,-0.1996 3.5219,2.6634 4.7995,5.0996 1.0649,-1.1877 2.6657,-3.7765 3.5996,-4.4996 2.947,-2.2817 5.1154,-2.6022 7.1995,-1.7998 4.1684,1.6047 7.2733,7.0092 11.9988,6.8993 4.7255,-0.1095 9.5366,-0.086 13.7987,0.6 4.2621,0.6911 7.9891,2.2825 10.4991,5.6994 2.5098,3.4169 1.2009,7.6951 -0.2997,12.2989 -0.1309,0.406 0.131,0.7919 0,1.1998 1.0938,0.058 2.4491,-0.03 3.5999,0 4.3086,0.1 8.9156,2.2479 11.9988,5.3995 2.6339,2.6905 -1.9574,2.5248 -3.2996,2.3998 2.9145,5.5413 -1.425,10.3129 -3.5999,14.9986 4.2151,2.7912 8.97,4.4564 12.8991,4.4996 3.9287,0.038 7.0227,-0.6998 9.5988,-2.3998 2.5764,-1.7 4.7386,-4.2335 7.1995,-8.0993 2.4606,-3.8657 2.2487,-9.2034 2.0996,-15.2985 -0.1488,-6.095 -0.2886,-13.1371 2.4,-19.7981 2.6883,-6.661 11.5479,-13.876 19.198,-20.998 3.8251,-3.5611 7.4489,-7.1518 9.5991,-10.499 2.1505,-3.3474 2.9681,-6.385 1.4999,-9.2992 -1.4681,-2.9142 -3.4165,-4.746 -5.6995,-5.6994 -2.2827,-0.9532 -4.8942,-1.003 -7.4992,-0.6 -5.2103,0.8064 -10.5562,3.6952 -14.0987,6.2994 -3.5422,2.6043 -3.9439,7.6364 -4.1996,12.5988 -0.2559,4.9625 -0.2768,9.8697 -3.2996,11.6989 -3.024,1.8292 -6.1623,0.7689 -8.9992,-0.5999 -2.8371,-1.369 -5.4766,-3.0112 -7.7991,-2.3998 -2.3229,0.6115 -1.567,2.2652 -1.8,3.8996 -0.2321,1.6345 -1.3476,3.1606 -7.1992,3.5997 -2.9258,0.2199 -6.3067,-1.3669 -9.8991,-3.8996 -3.3922,-2.3914 -7.157,-5.5868 -11.0991,-8.9992 -1.6297,0.1009 -3.5053,0.8323 -4.1996,0 -1.0655,-1.2738 -3.8005,1.4285 -5.6996,1.4999 -6.2197,0.2381 -12.8698,1.6917 -18.298,-2.0998 -2.1666,-1.5149 -5.6906,1.976 -7.1995,2.9997 -1.4523,0.985 -3.7269,1.3243 -5.3995,1.4999 -2.6264,0.2782 -4.7094,-1.2469 -6.8992,-2.3998 z"
             id="path9112"
             inkscape:connector-curvature="0" /><path
             style="fill:#900000;fill-opacity:1;stroke:none;stroke-width:1.88928318;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
             d="m 5665.8212,1572.3255 c 0,-1.3228 -0.03,-2.6157 0,-3.8997 0.095,-3.7619 1.2601,-5.6052 1.7997,-8.6992 -2.5553,-0.7631 -5.04,-1.0712 -7.4992,-2.6997 -0.4568,0.9842 -1.3848,2.0234 -1.5,2.9997 -2.0535,-1.8213 -4.2558,1.6559 -5.6992,-0.6 0.4107,3.5655 -3.4823,2.6944 -5.6995,2.3998 1.2618,4.0297 -3.9928,8.4876 -2.9997,13.1988 0.9339,4.4314 4.0714,8.509 5.9993,12.8988 0.408,-1.4107 0.5741,-2.7562 0.2997,-4.1996 1.9749,1.581 2.638,5.0996 5.0992,6.8993 3.2913,2.4063 4.9097,-0.6057 4.7996,-3.2997 -0.122,-2.6615 -1.4574,-5.0961 0,-7.7992 1.1556,-2.1438 1.9401,-4.8872 0.6,-6.5994 1.3062,1.1518 3.2261,0.067 4.7996,-0.5999 z"
             id="path9128"
             inkscape:connector-curvature="0" /><path
             style="fill:#290000;fill-opacity:1;stroke:none;stroke-width:1.88928318;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
             d="m 5698.218,1564.8261 c -3.1613,-5.4124 -6.5591,-9.1784 -9.8989,-12.2988 -1.9079,2.7068 -3.6267,5.2316 -5.6995,6.5994 -2.5761,1.7 -5.6704,2.4415 -9.5991,2.3998 -1.6366,-0.018 -3.5749,-1.2547 -5.3996,-1.7999 -0.5393,3.094 -1.7068,4.9373 -1.7997,8.6992 -0.03,1.284 0,2.5769 0,3.8997 1.3092,-0.5568 2.3726,-0.8544 2.6997,0.8994 4.6984,15.7722 9.3339,29.0911 12.8987,43.7958 1.378,-1.0713 2.469,-3.3674 2.1,-5.0995 3.9457,4.5574 7.9322,9.6053 7.4992,-1.1999 4.4939,2.622 2.3243,-4.0322 1.4999,-5.9994 -2.3184,-5.5356 -1.641,-9.7386 -2.3999,-15.5985 4.9135,3.6427 4.6454,-4.791 4.4996,-7.4993 -0.3485,-6.4254 -1.3854,-11.639 -3.5996,-17.6984 2.0416,-0.4165 2.1823,1.1517 3.8996,1.4999 1.1112,-0.239 2.1978,-0.4195 3.2996,-0.5999 z"
             id="path9126"
             inkscape:connector-curvature="0" /><path
             style="fill:#510000;fill-opacity:1;stroke:none;stroke-width:1.88928318;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
             d="m 5716.5163,1535.7289 c -4.8987,-2.3867 -9.6149,-5.1898 -13.1988,-4.4996 -3.7546,0.7228 -5.5451,3.6129 -7.1992,5.9995 -1.2413,1.7909 -2.9002,1.9416 -4.7995,2.0998 0.03,4.3514 0.3791,8.7463 -1.5,11.6988 -0.4809,0.7555 -1.0363,0.8429 -1.4997,1.4999 3.3398,3.1204 6.7376,6.8864 9.8989,12.2988 0.2142,-0.038 0.3794,-0.2842 0.5999,-0.2994 2.6964,0.6968 8.3445,2.1883 10.4992,3.8996 2.1457,-10.9931 7.964,-19.0665 8.6991,-29.6972 0.077,-1.0771 -0.8369,-1.9968 -1.4999,-2.9997 z"
             id="path9135"
             inkscape:connector-curvature="0" /><path
             style="fill:#900000;fill-opacity:1;stroke:none;stroke-width:1.88928318;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
             d="m 5727.0154,1493.7329 c -1.2857,-0.6269 -1.9276,-1.9312 -3.2996,-2.3998 -2.161,-0.7382 -4.3556,0.03 -6.5995,-0.2995 -1.3048,1.3226 -2.1726,2.5711 -3.5997,3.8996 -7.6503,7.1221 -16.5096,14.337 -19.1982,20.998 -2.6883,6.6611 -2.5488,13.7032 -2.3997,19.7982 0.039,1.4397 -0.6056,2.2538 -0.5999,3.5997 1.8993,-0.1584 3.5582,-0.3091 4.7995,-2.0999 1.6541,-2.3865 3.4446,-5.2763 7.1992,-5.9994 3.5839,-0.6902 8.3001,2.1129 13.1988,4.4996 -0.6631,-1.0029 -1.0786,-2.0891 -1.4997,-2.9997 -2.3481,-5.0773 6.0927,-8.673 6.5992,-14.9986 0.1816,-2.2605 1.6414,-4.5913 0.8994,-6.8994 -0.5538,-1.725 -1.8848,-2.9543 -2.3996,-4.7995 -0.6759,-2.4196 -1.3113,-5.4564 -0.2994,-7.7993 1.6571,-3.8384 5.2254,-2.4351 6.2992,-2.9997 0.9833,-0.5174 0.7997,-1.0123 0.8994,-1.4998 z"
             id="path9133"
             inkscape:connector-curvature="0" /><path
             style="fill:#510000;fill-opacity:1;stroke:none;stroke-width:1.88928318;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
             d="m 5725.5154,1423.8395 c -2.8124,1.128 -8.3125,3.5018 -9.8988,6.2994 -0.8899,1.5654 -0.5417,4.3984 -2.9999,4.4995 -2.4047,0.098 -4.4713,-1.5039 -6.5992,-2.3997 -2.7381,-1.497 -3.6803,-1.2833 -2.1,0.2995 -1.3422,-0.7891 -7.6897,-5.5495 -8.9991,-4.7996 -1.5208,0.8687 -3.4336,2.2105 -4.7996,3.2997 -3.7082,2.9523 -5.6838,6.6522 -8.9992,9.8991 -4.1338,4.0535 -12.8797,0.077 -13.4987,7.1993 -0.3866,4.5147 -8.5536,8.0291 -8.9992,11.3989 -1.0383,7.854 -4.3808,6.128 -8.6991,7.1993 -3.0178,0.7488 -6.4585,2.0362 -9.8989,1.1999 -4.2948,-1.0416 -2.1963,2.8314 -1.4999,5.6995 1.1892,4.8987 11.9711,-0.9922 10.1991,8.9991 -0.819,4.6173 5.8266,7.8425 0,8.3993 -1.3761,0.1315 -3.4877,-0.1372 -5.6995,0 3.9421,3.4123 7.7066,6.6077 11.0988,8.9991 3.5927,2.5327 6.9733,4.1192 9.8991,3.8996 5.8516,-0.4386 6.9665,-1.9652 7.1995,-3.5996 0.2321,-1.6345 -0.5232,-3.2882 1.7997,-3.8997 2.3228,-0.6114 4.9623,1.0308 7.7991,2.3998 2.8372,1.369 5.9755,2.4292 8.9992,0.6 3.024,-1.8292 3.0443,-6.7365 3.2999,-11.6989 0.2559,-4.9625 0.6574,-9.9946 4.1996,-12.5989 3.5422,-2.6042 8.8884,-5.4933 14.0987,-6.2994 2.605,-0.4031 5.2162,-0.3532 7.4992,0.6 2.2827,0.9532 4.2314,2.7853 5.6995,5.6994 1.4679,2.9142 0.6506,5.9519 -1.4999,9.2992 -1.3482,2.0985 -3.8065,4.3768 -5.9995,6.5994 2.2439,0.3273 4.4385,-0.4378 6.5995,0.2994 1.372,0.4685 2.0139,1.7734 3.2996,2.3998 0.125,-0.6028 0.4529,-1.1942 1.1999,-1.7998 1.1191,0.038 0.3283,-0.8783 2.3997,-1.4999 2.5883,-0.9532 3.9139,-3.279 5.6995,-6.2994 2.1235,-3.5919 4.4773,-2.9484 14.9987,-5.0995 3.0264,-0.6191 5.0737,7.5741 10.1988,5.3995 -1.2618,-6.0517 -12.0553,-8.8445 -4.7995,-16.7984 1.2824,-1.4055 4.665,-4.0084 5.0995,-5.9995 0.1816,-0.8274 -1.4996,-1.5896 -1.4996,-2.6997 0,-2.9701 -2.5056,-7.3618 -5.9996,-6.2994 -4.0743,1.2381 -7.9932,-4.1099 -11.9987,-2.9997 -0.9408,0.2622 -5.9621,3.6022 -5.3996,0.8994 0.786,-3.7945 2.6639,-4.9076 4.1996,-8.6992 1.0029,-2.4939 -4.8133,-4.6565 -3.8996,-7.7992 -1.0982,0.312 -4.9734,3.8788 -6.5995,2.0998 -1.5387,-1.683 -2.3455,-1.3742 2.6999,-5.6995 -0.747,-0.6758 -7.1775,-6.8464 -7.7995,-6.5994 z"
             id="path9036"
             inkscape:connector-curvature="0" /><path
             style="fill:#900000;fill-opacity:1;stroke:none;stroke-width:1.88928318;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
             d="m 5339.752,1498.8324 c -0.9014,-4.1244 -1.5374,-8.5748 -3.5996,-11.6989 -2.8612,-4.3346 -7.8628,-9.6099 -13.1987,-13.7987 -5.3362,-4.1888 -10.9676,-7.3411 -15.5987,-7.4993 -4.6311,-0.1583 -7.1867,3.5009 -9.2991,6.5994 -2.1125,3.0985 -3.8853,5.8111 -7.4992,4.1996 -3.6139,-1.6115 -3.4217,-7.1834 -2.9996,-12.8988 0.4223,-5.7154 1.1267,-11.5534 -1.5,-14.3986 -2.6267,-2.8453 -3.7928,-1.8098 -5.9995,-1.1999 -2.2065,0.6095 -5.5401,0.8476 -12.2988,-3.2997 -6.7587,-4.1471 -22.6676,-25.7213 -29.9971,-32.097 -1.9083,-2.3576 -1.8371,-2.2681 -3.5996,-4.4996 -0.7622,0.3187 -1.3309,0.9389 -2.0999,1.1999 -6.2856,2.1399 -4.8591,8.9143 -6.2996,14.0987 -1.9672,7.0921 -4.7329,11.6856 -11.0988,15.2986 -6.9611,3.9522 -4.2013,10.4436 -8.9991,15.2985 -3.9731,4.0207 -3.038,9.1307 -9.2992,10.499 -2.9293,0.6403 -6.4926,0.2524 -9.2991,1.4999 -2.2767,1.0118 -4.2654,2.9408 -6.8992,2.6997 -4.6219,-0.4223 -4.1701,-7.0576 -8.3992,-8.0992 -3.2559,-0.8006 -6.6537,3.7882 -7.7995,5.9994 -1.6309,3.1368 -2.3835,5.5451 -4.4996,8.3992 -2.9433,3.9761 -7.5741,10.1596 -5.9992,15.5985 2.2011,7.6006 10.2866,6.1507 15.2984,9.2992 3.1011,1.948 1.6964,8.6961 1.4999,12.5988 -0.2321,4.6076 2.3979,9.7831 9.5992,8.3992 5.671,-1.0898 3.524,4.3872 4.7996,7.4993 1.6338,3.9863 5.8992,8.8993 8.6991,15.2985 3.7818,0.122 4.4969,-0.048 9.5992,0.2995 11.4785,0.79 24.3097,2.4895 29.997,5.3995 5.6874,2.9103 9.2483,5.948 11.6988,8.9992 2.4508,3.0511 3.5949,5.9016 4.7996,8.9991 1.205,3.0975 0,5.9429 -0.8994,8.3992 -0.9015,2.4563 -1.4996,4.6451 0.8994,6.8994 2.3996,2.2542 7.2635,2.6191 11.9988,2.0998 4.7355,-0.5193 9.3566,-1.9049 12.299,-3.5997 2.9422,-1.6948 5.1713,-3.3133 6.5993,-5.3995 1.4279,-2.0861 2.2472,-4.7793 2.6999,-8.3992 0.452,-3.6199 -3.0455,-8.3791 -5.9996,-13.1987 -2.954,-4.8197 -5.5572,-9.6965 -3.2996,-12.5988 2.2574,-2.9024 5.1261,-3.1361 8.0992,-2.3998 2.9731,0.7362 6.1549,2.7247 8.6992,4.1996 2.5439,1.4749 3.5409,4.8523 4.7995,8.0992 1.2583,3.2469 2.6535,6.1851 5.6996,6.8994 3.0457,0.7141 6.4096,-0.2843 9.2988,-2.0998 2.8895,-1.8153 5.4085,-4.3399 7.4995,-6.8994 2.0907,-2.5595 4.3931,-6.0717 5.6993,-9.5991 1.3065,-3.5273 1.5458,-7.1379 0.2997,-10.199 -1.2458,-3.0612 -5.3933,-3.7238 -9.2992,-4.4996 -3.9061,-0.7756 -7.3742,-1.5579 -7.1995,-4.4996 0.1756,-2.9416 2.7892,-3.5772 5.9996,-3.8996 3.2103,-0.3225 6.8391,-0.5606 8.9991,-2.3998 4.3201,-3.6789 3.9844,-11.7138 9.2992,-14.9985 2.207,-1.3642 5.3081,-0.1411 8.0991,-0.6 z"
             id="IN-RJ"
             inkscape:connector-curvature="0"
             sodipodi:nodetypes="cccccsccccccccccccccccccccccccccccccccccccccccccccccccc" /><path
             style="fill:#c80200;fill-opacity:1;stroke:none;stroke-width:1.88928318;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
             d="m 5464.8402,1476.6345 c -0.4369,14.3785 0.039,30.0672 3.2996,36.2966 3.266,6.2291 7.3983,7.3033 10.7991,7.7992 1.7003,0.2476 3.161,0.3667 4.1996,0.8995 1.0384,0.5337 1.8866,1.6353 1.7997,3.5996 -0.086,1.9644 -1.6166,3.2215 -3.5996,4.1996 -1.983,0.9782 -4.5094,1.7201 -7.1992,2.3998 -5.3796,1.3594 -10.9259,2.6067 -11.9991,6.8993 -1.0732,4.2927 2.3166,10.0804 5.9995,14.6987 1.9122,2.3977 2.4333,2.7264 3.8996,4.1995 0.7958,-0.5337 1.0113,-1.9925 2.1,-2.0998 3.5139,-0.3455 6.7504,1.8366 9.8988,4.1997 3.1487,2.363 6.2775,4.7995 9.8991,4.7995 7.2436,0 13.3494,-9.0998 19.7983,-8.9992 3.2243,0.048 4.5186,2.4033 6.2992,4.4996 1.7809,2.0964 3.8702,3.8471 8.6992,2.9997 4.8293,-0.8476 11.0907,-5.0788 16.4986,-10.799 5.4079,-5.72 9.9233,-12.8717 12.2988,-19.4981 2.3755,-6.6263 1.6526,-17.1302 0.2994,-26.0975 -0.3455,-2.2888 -0.5193,-2.2207 -0.8994,-4.1996 -2.5454,-0.1104 -5.476,-0.3331 -6.2992,0 -4.0639,1.6419 -8.0043,-0.8591 -8.3995,-4.1996 -4.6781,1.5654 -6.0096,4.5503 -11.0988,1.4998 -1.9761,-1.1875 -10.8452,-4.1419 -12.8987,-3.2997 -6.9731,2.8541 -4.3166,-5.243 -9.5992,-4.7995 -2.1576,0.1815 -6.2927,3.7533 -8.0991,1.1999 -2.2559,-3.1904 -5.9416,-4.8543 -9.5992,-5.6995 -4.2677,-0.988 -2.8624,-6.9855 -7.4992,-8.3992 -1.155,-0.3513 -17.8343,-7.3289 -15.2987,-0.5999 -1.174,-0.5174 -2.2416,-0.9417 -3.2996,-1.4999 z"
             id="path9085"
             inkscape:connector-curvature="0" /><path
             style="fill:#510000;fill-opacity:1;stroke:none;stroke-width:1.88928318;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
             d="m 5310.0549,1410.6407 c 0.9107,0.1911 1.8113,1.048 2.6997,1.1999 5.262,0.9004 9.9881,1.5006 14.0987,4.1996 4.1103,2.6991 6.198,6.3045 8.3992,9.8991 2.2008,3.5946 4.601,6.9463 9.8991,9.5991 5.2978,2.6528 13.2094,4.7396 21.2979,5.6994 4.8933,0.5808 9.2108,-0.2062 13.7987,-0.5999 -0.2559,-0.2429 -0.7208,-0.7113 -0.8994,-0.8994 -2.6418,-2.7907 1.8786,-6.7716 2.3997,-9.8991 0.5586,-3.3518 -2.8755,-2.7668 -1.2,-6.2994 0.4676,-0.991 1.4071,-3.9259 1.8,-4.1996 4.0951,-2.8631 4.5617,-14.0475 10.4991,-14.3987 -3.9139,-4.7193 -8.384,-6.3918 -14.6987,-8.0992 -2.0273,-0.5481 -5.7638,-1.0264 -5.0996,-3.2997 0.4012,-1.372 0.1459,-3.1967 -1.7999,-4.1996 -2.0143,-1.0379 -3.4836,-0.8601 -5.0993,-2.6997 -2.6639,-3.0297 -5.5239,-0.8659 -8.6995,-1.4999 -2.4005,-0.478 -5.4903,-4.4676 -7.1992,-6.8993 -3.8504,5.1467 -7.9545,10.842 -11.0988,11.9988 -4.0838,1.5026 -6.7641,-0.2631 -8.9991,-1.7998 -2.2351,-1.5363 -4.1466,-3.1073 -6.2995,-1.4999 -2.153,1.6075 -1.7149,4.8495 -1.2,8.0993 0.5155,3.2498 1.1253,6.611 -0.2994,8.6992 -1.4253,2.0882 -3.2779,2.1776 -5.3996,2.3997 -2.1213,0.2217 -4.3692,0.5059 -6.5992,3.5997 -0.1399,0.194 -0.1637,0.6892 -0.2997,0.8994 z"
             id="IN-UT"
             inkscape:connector-curvature="0" /><path
             style="fill:#510000;fill-opacity:1;stroke:none;stroke-width:1.88928318;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
             d="m 5310.0549,1410.6407 c 0.134,-0.2113 0.1607,-0.7065 0.2994,-0.8994 2.23,-3.0942 4.4779,-3.3775 6.5993,-3.5997 2.1216,-0.2217 3.9743,-0.3119 5.3995,-2.3997 1.4253,-2.0882 0.8149,-5.4494 0.2994,-8.6992 -0.5155,-3.2498 -0.9529,-6.4918 1.2,-8.0993 2.1529,-1.6074 4.0644,-0.038 6.2995,1.4999 2.2351,1.5363 4.9153,3.3024 8.9992,1.7998 3.1442,-1.1568 7.2483,-6.8521 11.0988,-11.9988 -0.1846,-0.2601 -0.761,-0.3782 -0.8994,-0.6 -1.003,-1.6041 -2.1788,-4.799 -4.7996,-3.8996 -1.6708,0.573 -2.6264,2.1874 -4.1996,2.6997 -4.4189,1.4392 -1.749,-7.0374 -3.5996,-8.9991 -2.4672,-2.6151 -2.5865,-5.682 -4.4996,-8.9992 -1.0481,0.3398 -2.3216,0.9379 -3.2996,1.1999 -3.8856,1.0422 -7.1572,1.2371 -9.5991,0 -4.8841,-2.4743 -5.3028,-4.906 -5.0996,-6.8993 0.2024,-1.9934 1.0997,-3.4235 -0.8993,-3.5997 -1.9997,-0.1756 -2.1533,1.9019 -2.7,4.1996 -0.5461,2.2978 -1.3967,4.7084 -4.7995,4.7996 -3.4029,0.096 -6.1192,-5.3062 -8.9992,-10.799 -1.4398,-2.7464 -3.0306,-5.5523 -4.7993,-7.4993 -1.769,-1.947 -3.5957,-3.3158 -5.9995,-2.9997 -4.8076,0.6326 -8.2599,4.0347 -10.4991,8.6992 -2.2392,4.6644 -3.4047,10.5878 -3.2996,17.0983 0.1041,6.5106 3.6531,15.1825 8.3991,23.0979 4.746,7.9153 10.7039,15.1744 15.8987,19.4981 4.3174,3.5938 9.0146,4.4593 13.4987,5.3995 z"
             id="IN-HP"
             inkscape:connector-curvature="0" /><path
             style="fill:#900000;fill-opacity:1;stroke:none;stroke-width:1.88928318;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
             d="m 5322.9537,1473.3348 c 5.3359,4.1888 10.3375,9.4641 13.1987,13.7987 2.0622,3.1241 2.6982,7.5745 3.5996,11.6989 3.9294,-0.646 7.6933,-2.4848 11.3988,-0.8995 3.169,1.3554 6.4748,3.2608 8.9992,5.9995 2.5246,2.7387 4.407,6.1147 4.7995,10.499 0.3926,4.3843 -3.7043,8.7492 -7.7991,13.1988 -4.0949,4.4495 -8.309,8.9628 -7.4992,14.0986 0.8101,5.1358 4.3561,11.6725 8.6991,16.1985 2.1714,2.263 4.4618,4.0968 6.8992,5.0995 2.4375,1.0027 4.9073,0.996 7.1995,0 2.2919,-0.996 2.8068,-2.6182 2.3997,-4.7996 -0.4072,-2.1812 -1.7574,-4.7108 -2.9996,-7.4992 -1.2426,-2.7885 -2.4857,-5.8817 -2.7,-8.6992 -0.2142,-2.8175 0.622,-5.5308 3.2999,-7.7993 2.6776,-2.2684 6.5951,-3.2277 11.0988,-3.2997 4.5038,-0.067 9.7352,0.7948 14.9987,2.0998 10.5271,2.6101 21.3247,7.2964 28.4972,10.499 7.1727,3.2027 12.5428,9.1571 17.0983,14.3987 4.5558,5.2416 8.5405,9.4851 13.4987,9.5991 4.9582,0.1142 7.2436,-2.7222 9.2992,-5.6995 1.419,-2.0551 3.3267,-3.0102 5.0995,-4.1996 -1.4663,-1.4732 -1.9874,-1.8018 -3.8996,-4.1996 -3.6829,-4.6182 -7.0727,-10.406 -5.9995,-14.6986 1.0732,-4.2926 6.6195,-5.5399 11.9991,-6.8994 2.6898,-0.6796 5.2162,-1.4216 7.1992,-2.3997 1.983,-0.9782 3.5127,-2.2353 3.5996,-4.1996 0.086,-1.9644 -0.761,-3.0663 -1.7997,-3.5997 -1.0386,-0.5337 -2.4993,-0.6518 -4.1996,-0.8994 -3.4008,-0.4963 -7.5331,-1.5701 -10.7991,-7.7993 -3.2659,-6.2293 -3.7368,-21.9181 -3.2996,-36.2966 -2.4687,-1.3019 -4.7454,-2.4186 -7.1995,-0.5999 -2.6279,1.9464 -5.1504,0.239 -7.7992,-0.2995 -5.0355,-1.0207 -5.5183,-2.1668 -8.3991,-5.6995 -0.8274,-1.0148 -5.9755,-1.0171 -7.4992,-1.7998 -3.5743,-1.8363 -6.8969,-5.881 -11.0991,-4.1996 -1.7946,0.7171 -9.5257,-4.6397 -10.7988,-5.3995 -4.3094,-2.5714 -5.7347,-5.0556 -11.0991,-8.3992 -3.1077,-1.9369 -8.0948,-4.0578 -11.6988,-6.2994 0,3.9561 -6.2984,-0.7554 -8.9992,-3.2997 -4.5879,0.3936 -8.9054,1.1806 -13.7987,0.6 -8.0885,-0.9599 -16.0001,-3.0467 -21.2979,-5.6995 -5.2981,-2.6528 -7.6983,-6.0045 -9.8991,-9.5991 -2.2012,-3.5946 -4.2889,-7.2 -8.3992,-9.8991 -4.1106,-2.699 -8.8367,-3.2994 -14.0987,-4.1995 -0.8881,-0.1518 -1.789,-1.009 -2.6997,-1.1999 -2.0332,3.1627 -3.6633,7.965 -4.4995,13.4987 -0.8929,5.9027 -0.9447,12.5314 0.2994,17.6983 1.2446,5.1669 5.2593,9.1712 9.2991,13.1988 4.0395,4.0276 7.89,8.0754 8.6992,12.5988 0.3137,1.7525 -0.6384,3.73 -0.8994,5.6994 z"
             id="IN-UP"
             inkscape:connector-curvature="0" /><path
             style="fill:#510000;fill-opacity:1;stroke:none;stroke-width:1.88928318;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
             d="m 5292.9563,1401.0416 c -3.7722,0.1941 -7.5144,-0.038 -8.3992,2.6998 -1.0464,3.2363 1.6571,5.5853 4.4996,7.7992 2.8428,2.214 5.7177,4.4146 4.4996,7.4993 -1.2178,3.0849 -4.5969,4.8117 -8.6992,5.6995 -4.1019,0.8879 -8.9771,0.8649 -12.5987,0.2995 -3.6217,-0.5654 -6.2948,-3.9119 -8.9992,-6.8994 -2.7044,-2.9874 -5.226,-5.7729 -8.9991,-5.3995 -3.7731,0.3735 -5.3011,4.269 -7.1992,8.0993 -0.1875,0.3763 -0.7039,0.5241 -0.8997,0.8994 8.0239,9.4547 16.7331,20.1127 21.5982,23.0978 6.7587,4.1471 10.092,3.9096 12.2988,3.2997 2.2064,-0.6095 3.3728,-1.6454 5.9992,1.1999 2.627,2.8453 1.922,8.6832 1.5,14.3987 -0.4224,5.7153 -0.6143,11.2872 2.9996,12.8987 3.6142,1.6115 5.387,-1.1011 7.4995,-4.1996 2.1124,-3.0985 4.668,-6.7577 9.2991,-6.5994 4.6311,0.1584 10.2625,3.3106 15.5984,7.4993 0.2619,-1.9694 1.2133,-3.9469 0.8994,-5.6994 -0.8092,-4.5234 -4.6594,-8.5712 -8.6992,-12.5988 -4.0395,-4.0276 -8.0545,-8.0319 -9.2991,-13.1988 -1.2447,-5.1669 -1.1923,-11.7956 -0.2994,-17.6983 0.8359,-5.5337 2.4666,-10.336 4.4995,-13.4987 -4.4841,-0.9398 -9.181,-1.8057 -13.4987,-5.3995 -1.1416,-0.9503 -2.405,-2.9899 -3.5996,-4.1996 z"
             id="IN-HR"
             inkscape:connector-curvature="0" /><path
             style="fill:#900000;fill-opacity:1;stroke:none;stroke-width:1.88928318;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
             d="m 5274.0583,1353.6461 c -2.371,-0.7199 -4.1002,-2.243 -6.5995,-2.6997 -3.0603,-0.5597 -5.9111,0.1717 -8.9992,0 0.3822,0.8975 0.5474,1.9632 -0.5999,3.2996 -3.1488,3.6636 -14.238,4.5177 -14.3987,10.1991 -0.095,3.2469 3.2552,6.1164 3.2999,9.899 0.039,3.116 -0.9717,7.4101 3.5996,7.4994 -1.4881,3.482 -6.5981,5.1939 -8.6992,8.3992 -1.122,1.7201 -5.9995,8.318 -5.9995,10.199 0,1.5624 3.7606,2.3014 2.0999,5.3995 -0.7583,1.4129 -2.2356,1.8285 -3.5996,2.3997 1.7625,2.2315 1.6913,2.142 3.5996,4.4996 3.0347,3.7494 5.2758,5.3187 8.3992,8.9992 0.1964,-0.3763 0.7131,-0.5241 0.8994,-0.8995 1.8981,-3.8303 3.4264,-7.7256 7.1992,-8.0992 3.7731,-0.3734 6.295,2.4121 8.9991,5.3995 2.7044,2.9874 5.3776,6.3341 8.9992,6.8993 3.6216,0.5654 8.4968,0.5875 12.599,-0.2994 4.102,-0.888 7.4811,-2.6146 8.6992,-5.6995 1.2178,-3.0847 -1.6571,-5.2854 -4.4996,-7.4993 -2.8428,-2.2139 -5.5463,-4.5629 -4.4996,-7.7993 0.8848,-2.7361 4.627,-2.5054 8.3992,-2.6997 -4.2403,-4.2943 -8.5962,-9.123 -12.2991,-15.2986 -4.7457,-7.9153 -8.2941,-16.5872 -8.3991,-23.0978 -0.057,-3.4311 1.1782,-5.9925 1.7999,-8.9991 z"
             id="IN-PB"
             inkscape:connector-curvature="0" /><path
             inkscape:connector-curvature="0"
             transform="matrix(2.8335412,0,0,2.8343084,-298.87919,46.209001)"
             id="path4171"
             d="m 1972.1621,455.60156 0.4004,-0.9707 -12.6543,-14.77734 c -0.4714,0.122 -0.9189,0.298 -1.4961,0.16406 -1.9798,-0.45994 -3.9425,-0.93487 -5.9297,-1.37696 -1.754,-0.39064 -3.4933,-1.14833 -5.1875,-0.10546 -0.6585,0.40532 -2.3833,2.39245 -1.375,3.17578 0.8088,0.62897 2.1924,0.60645 1.1641,1.90429 -0.8203,1.03535 2.0277,1.03129 2.3281,1.0586 1.8381,0.16388 -0.2651,1.58824 -0.6348,1.90429 -0.9284,0.79487 0.098,1.7743 0.7422,2.22266 1.0514,0.73189 0.6444,1.73716 0.1055,2.64649 -0.5671,0.95974 1.5929,2.14633 2.3281,2.53906 0.6901,0.3675 1.051,0.78462 0.7422,1.58789 0.7289,0.33087 1.52,0.36104 2.2227,0.74219 1.0294,0.55756 0.8262,1.97216 1.7988,2.32812 0.7454,0.27298 4.0534,0.51995 4.5527,1.69336 1.0898,0.0606 2.0959,-0.19744 3.1758,0 0.8822,0.16124 1.4933,0.69707 2.3301,0.95117 0.1968,-0.95208 0.1554,-2.07903 0.5293,-2.85742 0.7901,-1.64573 2.0084,-2.84534 3.7051,-3.06836 0.4283,-0.0562 0.8042,0.0418 1.1523,0.23828 z"
             style="fill:#510000;fill-opacity:1;stroke:none;stroke-width:0.66666669;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1" /><path
             inkscape:connector-curvature="0"
             transform="matrix(2.8335412,0,0,2.8343084,-298.87919,46.209001)"
             id="IN-JK"
             d="m 1973.9805,431.53516 c -0.1227,-0.0687 -0.2662,-0.0795 -0.5371,0.0156 v -0.002 c -0.646,0.22587 -1.1703,0.74284 -1.6934,1.16601 -0.6512,0.52814 -3.1254,1.71689 -2.6465,2.53907 0.1766,0.30346 -2.1377,2.62278 -2.541,2.75195 -1.2919,0.41372 -2.6105,0.39106 -3.916,0.8457 -0.9849,0.34341 -1.8312,0.76718 -2.7383,1.00196 l 12.6543,14.77734 -0.4004,0.9707 c 0.3414,0.1927 0.6558,0.4802 0.9649,0.82032 0.6242,0.68694 1.1851,1.67554 1.6933,2.64453 1.0163,1.93796 1.9749,3.84272 3.1758,3.81054 1.2009,-0.0339 1.5005,-0.88265 1.6934,-1.69336 0.1927,-0.81067 0.2472,-1.54256 0.9531,-1.48047 0.7057,0.062 0.3903,0.56623 0.3183,1.26954 -0.071,0.70327 0.076,1.56061 1.7989,2.43359 0.8619,0.43647 2.0173,0.36771 3.3886,0 0.3453,-0.0924 0.7943,-0.30394 1.1641,-0.42383 -0.1798,-0.31224 -0.058,-0.49662 -0.4238,-0.8457 -0.6097,-0.58282 -1.4529,-1.03594 -1.6934,-1.9043 -0.2145,-0.77599 -0.4069,-1.49555 -0.9531,-2.11719 1.5496,-1.15816 2.3858,-0.90624 3.3867,0.63477 1.2545,1.9313 2.0495,0.65184 3.0703,-0.21289 0.7577,-0.64189 2.5579,-1.21742 1.2715,-2.96289 -0.3622,-0.49137 -0.5788,-0.91977 -0.8477,-1.48047 -0.2377,-0.49666 0.084,-1.18028 -0.3164,-1.58789 -0.7837,-0.79776 -2.7872,-0.74085 -3.8125,-1.90625 -1.1381,-1.29361 -1.9073,-2.63087 -2.3281,-4.23242 -0.5017,-1.90855 -0.7121,-1.93322 -0.2129,-2.54102 0.2825,-0.3441 1.6897,-0.89423 1.166,-1.26953 -1.649,-1.18166 -4.8375,-2.71051 -6.6699,-4.02148 -1.466,-1.04897 -1.5565,-3.35627 -2.4355,-4.44532 -0.5298,-0.65631 -0.6068,-1.13551 -2.1172,-2.22265 -0.1911,-0.13751 -0.2934,-0.2633 -0.416,-0.33203 z"
             style="fill:#510000;fill-opacity:1;stroke:none;stroke-width:0.66666669;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1" /><ellipse
             ry="12.601413"
             rx="12.598001"
             style="clip-rule:evenodd;fill:#510000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.88928306;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
             cy="1448.748"
             cx="5309.3794"
             id="xk_-0-9" /><ellipse
             ry="12.601413"
             rx="12.598001"
             style="clip-rule:evenodd;fill:#290000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.88928306;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
             cy="1400.2091"
             cx="5292.249"
             id="xk_-0-9-7" /><ellipse
             ry="12.601413"
             rx="12.598001"
             style="clip-rule:evenodd;fill:#e0e0e0;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1.89022779;stroke-miterlimit:2.02116466;stroke-dasharray:none;stroke-opacity:1"
             cy="1896.7415"
             cx="5259.7754"
             id="xk_-0-9-9" /><ellipse
             id="ellipse5879"
             cx="5259.7754"
             cy="1896.7415"
             style="clip-rule:evenodd;fill:#290000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1.89022779;stroke-miterlimit:2.02116466;stroke-dasharray:none;stroke-opacity:1"
             rx="12.598001"
             ry="12.601413" /></g><title
           id="title780">India</title></g><path
         inkscape:connector-curvature="0"
         id="path10781"
         d="m 697.14086,480.12835 -0.74102,0.42339 c 0.0635,0.0483 0.0499,0.0673 0.10575,0.10575 0.59507,0.4091 0.84827,0.26423 0.63518,-0.52923 z"
         style="stroke:none;stroke-width:0.06666669;stroke-miterlimit:1;stroke-dasharray:none;stroke-opacity:1" /><path
         inkscape:connector-curvature="0"
         id="path10166"
         d="m 480.96537,453.98695 c 0.0486,0.60587 0.28518,1.18642 0.74109,1.58752 0.0695,-0.55232 0.003,-1.13288 -0.31758,-1.58752 h -0.42345 z"
         style="stroke:none;stroke-width:0.06666669;stroke-miterlimit:1;stroke-dasharray:none;stroke-opacity:1" /><path
         inkscape:connector-curvature="0"
         id="path10164"
         d="m 473.76662,444.46169 c -0.51362,0.087 -0.98744,0.15275 -1.48212,0.31725 0.25755,0.64052 0.75027,0.99334 1.37624,0.52921 l 0.10575,-0.84662 z"
         style="stroke:none;stroke-width:0.06666669;stroke-miterlimit:1;stroke-dasharray:none;stroke-opacity:1" /><path
         inkscape:connector-curvature="0"
         id="path10162"
         d="m 475.2487,444.14415 c -0.94319,1.46061 1.82385,0.65607 2.32905,0.10575 -0.77409,0.53657 -1.54969,0.01 -2.32905,-0.10575 z"
         style="stroke:none;stroke-width:0.06666669;stroke-miterlimit:1;stroke-dasharray:none;stroke-opacity:1" /><path
         inkscape:connector-curvature="0"
         id="path10160"
         d="m 527.6517,312.69602 c -0.56617,0.20054 -0.98447,0.49677 -1.37627,0.95248 0.64912,0.1659 1.89719,0.0724 1.37627,-0.95248 z"
         style="stroke:none;stroke-width:0.06666669;stroke-miterlimit:1;stroke-dasharray:none;stroke-opacity:1" /><path
         inkscape:connector-curvature="0"
         id="path10158"
         d="m 523.3112,324.33791 c -0.0391,-0.40008 0.0191,-0.80822 0.21183,-1.16416 -0.52305,0.3055 -0.87822,0.76684 -0.95279,1.37585 0.25216,-0.10067 0.48894,-0.1121 0.74103,-0.21182 z"
         style="stroke:none;stroke-width:0.06666669;stroke-miterlimit:1;stroke-dasharray:none;stroke-opacity:1" /><path
         inkscape:connector-curvature="0"
         id="path10156"
         d="m 625.99986,517.59436 c 0.0378,0.0473 -0.0422,0.16831 0,0.21182 0.26168,-0.21754 0.49843,-0.50466 0.74105,-0.7409 0.0629,0.25342 -0.4822,0.29661 -0.74105,0.5292 z"
         style="stroke:none;stroke-width:0.06666669;stroke-miterlimit:1;stroke-dasharray:none;stroke-opacity:1" /><path
         inkscape:connector-curvature="0"
         id="path10154"
         d="m 628.75236,503.51817 c -0.53105,0.7006 -0.88965,1.49936 -0.84694,2.32839 0.3802,-0.8222 0.88362,-1.57129 1.37624,-2.32839 0.65017,-0.67945 1.13002,-1.5073 1.58796,-2.32841 -0.61152,0.68157 -1.46049,1.46182 -2.11726,2.32841 z"
         style="stroke:none;stroke-width:0.06666669;stroke-miterlimit:1;stroke-dasharray:none;stroke-opacity:1" /><path
         inkscape:connector-curvature="0"
         id="path10152"
         d="m 649.60766,489.23032 c 1.04088,-0.62476 2.20256,-1.14148 3.07007,-2.0109 l -0.95278,0.42339 c -0.65855,0.61739 -1.485,0.93754 -2.11729,1.58751 z"
         style="stroke:none;stroke-width:0.06666669;stroke-miterlimit:1;stroke-dasharray:none;stroke-opacity:1" /><g
         style="stroke:none;stroke-width:0.18881144;stroke-miterlimit:1;stroke-dasharray:none;stroke-opacity:1"
         id="au"
         transform="matrix(0.35307547,0,0,0.35309649,104.33307,-17.056077)"><path
           style="fill:#290000;fill-opacity:1;stroke:none;stroke-width:0.18881144;stroke-miterlimit:1;stroke-dasharray:none;stroke-opacity:1"
           d="m 6398.6518,3008.8896 c 18.7185,-68.7419 37.5373,-138.5093 56.3948,-211.18 20.0727,-77.353 39.3975,-155.6398 57.5946,-233.3779 -1.8175,0.8812 -3.0982,2.5686 -2.4,5.3995 -2.6457,1.1161 -4.2879,-2.6774 -5.9992,0.8994 -1.3928,2.9136 2.1232,5.7142 0.8994,8.6992 -0.3033,-1.6458 -1.0253,-5.7746 -3.5996,-3.8996 -1.9137,1.3928 0,4.6601 -2.6999,5.9994 2.3808,-2.1309 2.2118,-6.4063 2.6999,-9.2991 0.5241,-3.0981 2.4347,-5.8921 2.6996,-8.9992 0.2381,-2.8064 -2.1883,-5.0481 -3.8996,-6.8993 -2.86,-3.0892 -4.5945,-7.1456 -7.4992,-10.1991 -2.2886,-2.4017 -2.6931,-4.1073 -5.9995,-4.1996 -3.869,-0.1074 -5.0439,-6.1113 -7.4992,-5.0995 -4.3332,1.7886 -0.5387,2.7365 -1.5,5.0995 -1.2202,3 -5.4546,4.0019 -7.4992,6.2995 -1.1666,-1.4583 -2.6255,-3.177 -1.1999,-5.0996 -2.4702,0.038 -5.0425,2.1806 -3.8996,4.7996 -5.607,1.3958 0.241,-8.5299 -4.4996,-4.1996 2.8987,-4.1487 -1.8256,-2.3042 -0.8994,0.2995 -4.0832,-3.1636 -1.9648,0.9445 -1.2,0.8994 0.7593,-0.2678 1.4985,0.067 2.1,0.6 1.7526,2.5653 -1.2815,2.4734 -2.1,4.1995 -0.5059,1.0655 -1.5559,4.1466 -1.7999,5.3995 -0.3952,2.0417 -2.9103,2.1842 -2.9996,4.4996 -3.5356,-5.3421 -1.6997,-5.1742 -5.6996,-0.5999 1.8958,-2.6696 3.2023,-8.6355 0,-9.2992 -0.3244,2.5059 -0.2053,5.0381 -0.8993,7.4993 -2.6726,-1.6785 -3.5354,2.9101 -5.9993,0.2995 -0.3485,2.2886 -7.9581,8.054 -1.4999,8.3992 -1.7708,2.491 0.9627,4.5816 2.0996,6.5994 -3.0386,0.6307 -6.6641,-5.4927 -6.8992,-0.5999 0.4021,-4.8124 -6.4811,0.7218 -6.2995,3.5996 1.235,-1.1011 2.5776,-1.7725 4.1995,-2.0998 -1.6695,0.6067 -3.0097,1.7611 -3.8995,3.2997 4.9284,0.048 2.6782,3.7322 5.9995,5.6995 -1.1458,-0.2649 -2.4627,-0.5904 -3.5996,-0.8995 -0.5327,-0.8543 -0.9437,-1.5635 -1.5,-2.3997 -1.8065,-1.256 -3.6543,-2.8867 -5.9995,-2.9997 3.2975,3.1159 -2.7606,4.7441 -4.7996,5.6994 -4.4519,2.0893 -2.6398,8.0133 0,10.799 0.5119,-1.7023 1.7637,-2.7932 3.5999,-2.0998 -3.6576,1.6249 -2.3341,6.3099 -5.3995,8.3992 -0.5328,-0.6959 -1.0208,-1.3647 -1.5,-2.0998 -0.3003,2.6607 -3.0725,5.3285 0.6,6.5994 2.6428,0.9167 4.5371,-0.4656 6.5995,2.0998 -2.4374,-1.5297 -5.0799,0.2256 -7.4995,-1.1999 -2.1577,-1.2708 -3.3725,1.6517 -5.3992,0 -1.619,-1.3214 -1.6015,-2.9497 -4.1999,-2.6998 -1.9821,0.1902 -2.5232,3.0699 -4.4996,3.5997 0.8687,-1.8273 -0.098,-3.2806 -1.7996,-3.8996 4.5683,-0.9551 -0.9447,-3.357 -3.8996,-1.4999 0.6729,1.3601 4.2838,5.3655 0.8993,5.9994 -2.8154,0.527 -0.7535,3.379 -3.8996,0.8995 -0.077,1.7023 1.0063,2.9372 2.6997,2.9997 -2.4851,2.7261 3.4127,8.4844 6.2995,7.4993 -3.6666,2.3273 -3.024,4.9314 -2.6999,8.6992 -1.7113,-1.9405 -2.6592,-4.4822 -5.0993,-5.6995 -2.7383,4.2112 0.03,11.001 -3.2999,15.2986 0.6875,-6.11 -10.6705,-17.1403 -6.5992,-22.7979 -5.8153,0.1967 0,-5.3946 -1.8,-7.7993 -4.3362,2.0476 -4.3445,8.2295 -7.4992,9.8991 -2.5713,1.3631 -5.6233,0.8111 -3.5996,4.7995 -3.2558,-3.848 -9.0027,4.9138 -10.1991,7.1994 -2.1011,4.0028 -4.1112,14.7233 -0.8994,18.5982 3.7678,4.5505 -4.4623,8.2193 -8.0991,10.499 -2.494,1.5625 -5.377,2.6579 -6.2996,5.6995 -0.5892,1.9583 -1.2633,3.2407 -3.5996,2.9997 4.1249,9.3301 -16.3296,21.6008 -21.8979,24.5977 -6.9075,3.7201 -13.7508,5.5023 -21.2982,7.4993 -6.5236,1.7261 -10.5449,0.5999 -17.0983,0.5999 -4.3094,0 -5.3076,4.2661 -8.0992,6.5994 -2.4642,2.0595 -5.6606,2.1058 -8.6992,2.0998 -7.4254,-0.018 -10.4747,3.9488 -16.4983,7.4993 -2.7797,1.6398 -5.7344,2.6997 -8.9992,2.6997 -2.5565,0 -3.7407,-2.0932 -5.9995,-2.3997 -2.3839,-0.3245 -8.4397,4.6898 -7.4992,-1.1999 -3.4999,4.0683 -7.6965,6.2297 -12.8988,6.8993 -2.3243,0.3005 -4.4603,4.2055 -6.2995,5.6995 -7.0682,5.7379 -13.3827,11.5862 -22.1979,14.3986 -6.2409,1.994 -12.1163,4.6004 -15.5984,10.499 -3.3841,5.7201 -3.4963,9.5823 -10.4991,11.9989 0.836,-3.4047 0.2054,-7.1836 1.5,-10.499 0.9196,-2.3571 2.0919,-4.8773 1.4996,-7.4993 -5.1367,1.6279 -7.2158,8.9161 -9.2991,13.1988 -1.4137,2.9046 -4.1996,5.8765 -4.1996,9.2991 0,3.2468 2.2053,5.6271 1.5,8.9991 -1.5357,7.3213 -4.2684,11.7937 -8.3992,17.6983 -3.5386,5.0565 -7.4447,12.2383 -6.5995,18.5983 0.5413,4.0505 2.7029,7.8531 2.6999,11.9988 0,1.9048 -0.6443,3.4062 0.6,5.0996 3.2615,4.4433 2.819,10.1177 5.3992,14.9985 3.0327,5.7261 0.9854,10.8082 -1.4996,16.4985 -0.3753,0.863 -3.158,3.5378 -4.1996,1.7998 -1.8693,-3.1338 -0.7479,-6.7943 -1.2,-10.199 -0.3898,2.3035 -1.7853,4.6573 -4.4995,4.4996 -0.2292,-3.2826 2.6061,-5.6153 1.7999,-8.9992 -0.5925,-2.485 -1.6595,-5.1732 -3.5999,-6.8993 -4.1427,3.8838 -2.0351,13.0396 1.2,16.7984 4.732,5.4968 2.0728,8.0425 -3.5996,11.0989 -0.3158,-1.997 1.4821,-6.9598 -1.5,-2.0998 0.2262,-1.1637 0.4503,-10.3416 -0.6,-4.4995 0.5569,-3.0178 -1.3226,-5.6934 -0.8994,-8.6992 -0.068,2.4017 -0.4214,4.7959 -2.0996,6.5994 0.4461,-2.1072 0.9904,-4.1418 0.2994,-6.2994 0.2411,2.7975 -2.4101,4.1636 -1.8,7.1993 0.6634,3.3094 2.7021,6.2224 4.4996,8.9991 4.2648,6.5862 6.9299,14.9112 6.5995,22.7979 -0.1696,4.0773 -2.0023,7.9155 -1.7999,11.9987 0.1756,3.5565 2.902,6.376 4.1996,9.5992 1.3601,3.363 1.3898,6.6575 1.4999,10.1991 0.1072,3.3987 1.8699,6.2718 2.3997,9.5991 1.28,8.0266 -2.3598,18.915 -4.4996,26.6975 -2.2499,8.1873 0.7699,17.1382 2.0999,25.1975 1.4345,8.6902 3.0065,15.7892 -0.2994,24.2978 -1.5178,3.9047 -5.3459,8.1608 -3.8996,12.8988 -1.7172,-0.4253 -2.6463,0.3559 -2.6999,2.0996 -0.3657,-1.7231 0.1399,-3.4222 1.5,-4.4995 -5.6814,4.0504 -2.3973,11.9315 -5.0996,17.3983 -2.3719,4.8007 -8.325,11.3604 -14.0987,11.3991 -7.3123,-4.482 -12.158,13.9984 -8.3992,17.9983 4.3332,-4.5802 10.1798,2.5529 12.2988,5.9992 2.5803,4.2026 5.4612,9.4468 11.6991,8.3995 -0.2828,0.714 -0.6289,1.3824 -0.8997,2.0996 7.1813,1.4315 14.1258,1.0857 21.2982,1.8 2.0416,0.2053 13.3639,1.0916 8.0992,-1.2 4.1041,0.1399 8.7727,-1.1026 11.9988,-3.5996 2.4106,-1.866 2.8835,-3.627 5.9995,-4.7996 2.1398,-0.8062 3.724,-1.1821 5.3996,-2.6999 1.5505,-1.4017 3.1969,-3.2752 5.3992,-3.5996 2.2053,-0.3244 3.9907,2.4053 5.9995,1.2 1.3839,-0.836 5.3374,-3.3484 6.5996,-2.6996 -1.4821,-7.8897 11.0223,-10.5361 16.4983,-11.3991 4.2916,-0.6786 7.9477,-0.3697 12.2988,-1.2 5.7796,-1.1009 12.7145,-2.8109 18.5983,-2.0996 1.3452,0.1636 12.2571,1.063 12.2987,1.1999 1.625,5.3035 2.1277,2.7413 5.9996,1.1997 2.3184,-0.9196 18.5489,-2.8797 16.4983,2.3999 3.3541,-0.5779 5.1106,-3.6892 8.3992,-2.0999 1.2053,0.5836 5.1008,-2.9151 5.9995,-3.5996 5.0088,-3.8243 8.662,-8.7394 12.2988,-13.7987 4.7558,-6.6189 9.7116,-7.0231 17.0983,-8.9992 6.8897,-1.8452 14.0324,-6.0671 20.3983,-9.2991 7.7825,-3.9523 12.7404,-7.7415 21.8979,-6.8993 7.5117,0.6902 14.1249,0.8976 21.5979,-0.5999 4.2032,-0.8429 8.0144,-2.7473 11.9988,-4.1996 z"
           id="AU-WA"
           inkscape:connector-curvature="0" /><g
           style="fill:#ee7070;fill-opacity:1;stroke:none;stroke-width:0.18881144;stroke-miterlimit:1;stroke-dasharray:none;stroke-opacity:1"
           class="AU-SA"
           id="AU-SA"><path
             style="fill:#290000;fill-opacity:1;stroke:none;stroke-width:0.18881144;stroke-miterlimit:1;stroke-dasharray:none;stroke-opacity:1"
             d="m 6610.7319,3161.8752 c 15.938,-43.1027 32.2914,-87.4056 49.4954,-135.2873 21.8285,-60.7528 43.0815,-123.0171 59.6941,-180.5828 l -278.3735,1.7998 c -14.3648,54.4513 -28.6206,108.6593 -42.8961,161.0847 10.7336,-3.9127 21.2607,-8.6703 32.397,-11.0988 8.2498,-1.7976 18.2602,-2.1744 26.6975,-2.1 3.354,0.03 6.9313,1.4637 10.1991,0.2997 2.6844,-0.958 5.0725,-2.7332 8.0992,-2.3999 9.0206,0.991 12.4594,12.8779 20.9979,14.3987 3.3573,0.5952 3.7276,-4.3433 8.0995,-2.3996 3.9162,1.7437 7.2941,5.7784 11.6988,6.2992 0.247,0.03 7.398,-3.183 7.4992,-2.0997 0.1964,2.1667 2.2094,3.3428 2.3999,5.3993 0.1458,1.5535 -1.9357,3.3472 -2.3999,4.7996 2.4672,-0.5268 5.4965,-2.8839 7.4995,0 1.7139,2.4672 -0.069,5.7293 -2.1,7.1995 1.2916,-5.3302 -3.2329,0.9604 -3.8996,1.7996 -0.4848,0.6107 1.1815,4.3913 1.5,5.0996 0.619,1.3779 -0.556,3.5597 2.6996,2.6999 2.2797,-0.6012 3.6401,1.4199 5.6995,-0.2997 -1.2321,1.6756 -0.1696,2.7086 0.6,4.1996 0.964,1.8839 -0.1845,3.6853 -0.8996,5.3996 -1.8182,4.3629 3.8998,6.9143 3.8998,11.099 0,4.4702 -1.1571,8.8031 -1.7999,13.1988 -0.5625,3.8273 -4.1294,1.6303 -3.5996,-1.2 -1.5506,1.1577 -2.9059,2.5389 -3.8996,4.1996 3.9166,-2.2648 5.3522,3.2145 6.5992,5.6996 1.7559,3.5088 5.7591,0.7035 7.1995,5.0995 1.9613,-1.8455 2.0422,-4.6769 3.8996,-6.5995 -1.5267,0.5297 -3.0085,1.1779 -4.4996,1.7999 2.5863,-2.0118 3.5577,-8.7429 8.0992,-7.7994 1.5982,0.3333 5.979,-5.9284 7.1992,-7.1992 3.3303,-3.4672 6.7772,-7.0028 11.3991,-8.6992 3.1785,-1.1637 6.5195,-4.8335 9.2992,-5.6996 1.494,-0.4615 2.949,1.0792 4.4995,0.6 1.7943,-0.5595 2.9556,-2.6377 4.1996,-3.8996 2.8779,-2.9195 5.3403,-6.2694 8.0992,-9.2991 2.8213,-3.0981 8.3507,-5.3564 10.1991,-8.9992 0.3482,-0.6871 1.7651,-7.6191 2.6996,-7.1992 2.2797,1.0238 -0.3446,7.8141 -0.2993,9.2992 0.03,0.5681 0.6133,4.0528 0,4.4996 -1.911,1.4017 -4.5276,1.6669 -5.3996,4.1995 -1.5535,4.4969 0.128,7.9745 -4.7996,10.7988 -4.2022,2.4107 -6.1147,4.8249 -9.2991,8.3992 -5.738,6.4403 -5.2356,16.7004 -11.3988,22.4979 -3.5329,3.3243 -8.3682,-0.7756 -11.9991,2.3999 -2.1577,1.8839 -5.2135,5.2749 -5.9992,8.0992 5.0832,0.1816 10.0854,-4.649 14.6984,-4.1996 4.8629,0.4762 5.2986,1.2866 8.0992,-3.2996 2.5564,-4.1787 5.2007,-8.6497 8.0994,-12.599 1.4196,-1.9286 3.4241,-3.4211 5.0993,-5.0993 1.5059,-1.5059 1.6654,-3.6151 3.5999,-4.7996 1.7976,8.1248 2.247,16.2395 -1.5,23.6976 -1.4106,2.8094 -3.1871,6.4209 -5.9995,8.0992 -3.1279,1.8693 -7.0998,3.5549 -9.2991,6.5995 4.3897,4.6219 14.0674,-2.3178 19.1982,-1.8 -6.1307,-1.9701 1.0197,-0.9214 2.1,-0.5996 -2.1726,-3.3753 6.7331,-6.7243 8.0992,-3.8999 1.2083,2.4969 -2.7559,1.7178 -2.9997,4.1995 -0.2023,2.0628 0.2173,3.7294 -2.3999,4.1999 0.1756,-1.497 0.1816,-2.9966 0.2994,-4.4995 -5.3302,-0.3956 -1.9127,4.0016 -0.2994,6.2992 2.4404,3.4671 3.649,7.1522 2.6996,11.3991 -0.068,-1.0476 -1.2964,-1.6509 -1.4996,-2.7 1.036,3.9856 1.6639,8.0808 0.6,12.5988 -1.4881,6.3153 -8.029,9.7926 -8.9992,16.7986 -0.5538,3.9639 2.6996,5.2761 2.6996,7.4992 0.03,3.5148 1.261,7.3034 3.2996,10.1992 0.5723,0.8139 3.3,1.6163 5.3996,2.3996 z"
             class="AU-SA"
             id="AU-SA-mainland"
             inkscape:connector-curvature="0" /><path
             style="fill:#290000;fill-opacity:1;stroke:none;stroke-width:0.18881144;stroke-miterlimit:1;stroke-dasharray:none;stroke-opacity:1"
             d="m 6563.4338,3111.3787 c 2.2797,-0.625 3.988,-2.3184 5.8689,-3.6428 3.0178,-2.1219 4.5921,-0.6994 7.7944,-0.9166 2.6041,-0.1786 4.7588,-3.2648 0.9226,-3.7886 -0.5089,0.1667 -0.875,0.497 -1.0952,0.997 -1.4791,1.1845 -4.2023,-1.0387 -5.7766,-1.0119 5.598,-5.2855 -17.3001,-1 -18.3477,-0.7053 -2.2232,0.622 -8.6337,4.2528 -5.1993,7.348 4.5267,4.0832 11.4878,-3.1696 15.8329,1.7202"
             class="AU-SA"
             id="AU-SA-kangaroo-island"
             inkscape:connector-curvature="0" /></g><path
           style="fill:#290000;fill-opacity:1;stroke:none;stroke-width:0.18881144;stroke-miterlimit:1;stroke-dasharray:none;stroke-opacity:1"
           d="m 6802.1138,3151.6761 c -0.6634,-0.5595 -0.7678,-1.9226 -1.5,-2.3997 -3.9383,-2.5674 -8.6625,-4.1242 -13.1987,-6.8995 -4.5362,-2.7749 -11.7887,-4.2073 -18.2983,-5.6992 -6.5094,-1.4922 -12.3137,-3.1669 -14.3984,-6.2995 -2.0848,-3.1327 -0.675,-3.8717 0.5997,-4.7996 1.2749,-0.9283 2.5192,-1.8523 0,-5.3996 -2.519,-3.5469 -10.581,-7.0188 -18.898,-9.2988 -8.3171,-2.2803 -17.0043,-3.4919 -21.2979,-2.6999 -4.294,0.7919 -4.6112,2.2535 -4.7996,3.5996 -0.1875,1.3464 -0.2351,2.4436 -3.5999,2.6999 -3.3639,0.2559 -9.0893,-1.6068 -14.3984,-4.4996 -5.3091,-2.8928 -10.3735,-6.5638 -11.9991,-9.5991 -1.6255,-3.0354 -0.6277,-4.3797 0.2997,-5.6996 0.9271,-1.3199 1.9946,-2.6332 0.8994,-5.6995 -1.0949,-3.066 -3.721,-7.1236 -7.1995,-10.7988 -3.4782,-3.6752 -8.0081,-6.9724 -12.2988,-8.9992 -4.2906,-2.0267 -7.4721,-4.679 -11.6988,-5.6995 -0.9446,-0.2292 -2.8413,0.6663 -3.8996,0.6 -12.1157,33.299 -24.1794,66.6428 -35.6966,97.7907 5.3472,1.9949 11.9428,4.2404 7.7992,8.9992 1.4077,-0.2858 3.1812,0.3187 4.4996,-0.2994 1.7886,-0.839 2.3508,-2.286 4.4996,-2.7 3.8451,-0.741 5.5433,3.5178 9.2991,2.9999 6.7409,-0.9312 10.2021,5.2124 15.8984,8.0992 3.2915,1.6696 4.0597,4.2859 7.1995,2.6997 3.7945,-1.9196 7.4239,-3.3238 10.7988,-5.9993 3.366,-2.6698 7.9664,-4.8412 11.999,-6.2995 2.8065,-1.0149 6.7436,-0.2202 8.6992,-2.9996 -1.9854,-1.5268 -4.418,-0.4944 -6.5995,-1.2 4.8064,-2.8213 9.9765,-6.8439 15.5987,-7.7992 -0.1965,4.1934 1.6291,6.4236 -2.1,9.5992 -2.2767,1.9404 -6.1064,5.6108 -8.9991,2.3996 2.3094,4.1636 4.0719,5.4754 8.3991,1.7999 0.5414,-0.4619 11.1354,-7.3218 9.2992,-2.6999 -1.2768,3.2172 -4.7383,3.571 -4.1996,7.4995 0.4973,3.6279 2.6347,2.0979 5.3996,1.4997 -0.2828,2.2172 -0.3015,4.421 -0.8994,6.5995 2.4374,-0.1369 3.6576,-2.8178 5.6992,-0.2997 1.3155,1.619 0.7574,4.6978 0.8997,6.5995 2.7797,-1.2767 5.5492,-5.5064 6.2992,-8.3992 -1.6755,0.4491 -3.1782,1.2807 -4.4995,2.3997 1.0565,-5.6933 -0.4962,-4.6112 5.3995,-5.0996 6.0326,-0.5 10.9432,-1.9737 15.8984,-5.3992 10.8538,-7.5058 22.4464,-15.7948 35.9966,-17.0987 6.6992,-0.6488 13.405,-0.1012 20.0982,-0.8994 4.0904,-0.4883 6.3889,-2.4677 8.9992,-4.1995 z"
           id="AU-VIC"
           inkscape:connector-curvature="0" /><path
           sodipodi:nodetypes="cccccccccsccccccccccccccccccccccccccccccccccccccccc"
           style="fill:#290000;fill-opacity:1;stroke:none;stroke-width:0.18881144;stroke-miterlimit:1;stroke-dasharray:none;stroke-opacity:1"
           d="m 6685.4248,2950.0954 c -8.7281,25.7957 -15.9544,50.7673 -25.1975,76.4925 -4.7716,13.2803 -9.1489,24.7163 -13.7988,37.4966 1.0583,0.068 2.9553,-0.8283 3.8996,-0.6 4.227,1.0205 7.4082,3.6728 11.6988,5.6995 4.2913,2.0268 8.8203,5.324 12.2991,8.9992 3.4781,3.6752 6.1043,7.7331 7.1992,10.7988 1.0949,3.0663 0.03,4.3796 -0.8994,5.6995 -0.9274,1.3199 -1.9261,2.6642 -0.2994,5.6996 1.6253,3.0353 6.6897,6.7063 11.9988,9.5991 5.3091,2.8928 11.0345,4.7558 14.3987,4.4996 3.3639,-0.256 3.4109,-1.3535 3.5996,-2.6999 0.1875,-1.3461 0.5059,-2.8077 4.7996,-3.5996 4.2936,-0.792 12.9808,0.4196 21.2979,2.6999 8.317,2.2797 16.379,5.7519 18.8983,9.2988 2.5189,3.5476 1.2746,4.4716 0,5.3996 -1.275,0.9282 -2.6848,1.6669 -0.6,4.7996 2.0847,3.1326 7.889,4.8073 14.3987,6.2995 6.5093,1.4919 13.7621,2.9246 18.2983,5.6992 4.5356,2.7753 9.2598,4.3321 13.1987,6.8995 0.7313,0.4771 0.8369,1.8402 1.4997,2.3997 1.4104,-0.9357 3.0478,-1.4893 4.7996,-2.3997 1.6219,-0.8419 3.1269,0.65 4.7995,-0.8993 1.0774,-0.997 2.208,-2.3735 2.9996,-3.5996 0.8545,-1.3366 3.6892,-5.9151 0.6,-6.5996 3.2708,-1.4255 7.6522,-9.3673 9.8992,-12.2987 3.9492,-5.1576 6.5974,-11.3857 10.4991,-16.4987 4.5623,-5.9757 10.0223,-11.4616 14.9984,-17.0983 1.982,-2.244 3.4394,-2.877 6.2995,-3.2996 2.3065,-0.339 1.7967,-3.1425 3.2996,-4.4996 0.3571,3.6428 1.6494,1.6994 2.6999,0 -3.5654,-1.3928 2.8133,-7.2028 3.8996,-8.3992 0.6277,-0.6901 1.7372,-4.7698 1.7997,-4.7995 1.9047,-0.384 1.5214,0.5607 2.6999,-1.8 2.3273,-4.663 7.559,-6.1269 10.1988,-10.4988 1.2887,-2.1309 3.2288,-1.5056 4.4996,-3.2996 1.6071,-2.2559 2.5958,-4.896 4.1996,-7.1995 -1.3571,0.6366 -1.8657,-0.1786 -1.4997,-2.0997 5.1546,0.5712 4.7023,-2.471 7.1992,-5.3995 1.7976,-2.1041 4.5704,-2.9568 6.2996,-5.0996 2.4344,-3.0237 6.0986,-6.6087 9.8991,-7.7992 1.4374,-0.452 10.3354,-2.4701 4.7993,-2.9999 3.2052,-0.5029 5.5727,-3.3112 8.0994,-5.0992 1.369,-0.9732 3.5967,-0.8795 4.7996,-2.1 2.0148,-2.0475 2.7056,-6.7635 4.1996,-9.2991 2.3303,-3.9493 6.9495,-5.5796 9.8988,-8.9992 2.9791,-3.4552 5.296,-7.4917 8.0995,-11.0988 5.7736,-7.4283 6.3942,-16.5248 12.2988,-23.9978 3.5317,-4.4704 5.8507,-9.4843 8.3991,-14.3987 h -287.3729 z"
           id="AU-NSW"
           inkscape:connector-curvature="0" /><g
           style="fill:#510000;fill-opacity:1;stroke:none;stroke-width:0.18881144;stroke-miterlimit:1;stroke-dasharray:none;stroke-opacity:1"
           class="AU-QLD"
           id="AU-QLD"><path
             style="fill:#290000;fill-opacity:1;stroke:none;stroke-width:0.18881144;stroke-miterlimit:1;stroke-dasharray:none;stroke-opacity:1"
             d="m 6843.51,2459.3416 c -3.6636,-2.5326 -4.9127,2.433 -7.7995,3.5997 -3.0681,1.241 -3.2514,3.19 -3.5996,5.9994 -1.0804,8.6694 -6.6117,15.595 -6.2993,24.5977 -1.735,0.3696 -2.8204,-0.7334 -3.2999,-2.3998 -1.4702,1.7588 -2.993,4.2394 -1.7996,6.5994 -0.9351,0.018 -1.4958,0.4646 -2.1,1.1999 -1.6249,1.7023 -3.4877,4.7619 -2.9996,7.1993 0.6872,-0.6633 1.3794,-1.1748 2.1,-1.7998 0.4404,1.0148 5.1421,5.8893 5.9992,5.9994 -1.5357,0.6163 -2.7621,1.8825 -2.6996,3.5997 0,-1.7797 -0.5021,-3.2794 -1.8,-4.4996 -1.2023,5.0504 -6.6739,5.2682 -5.0995,11.3989 1.3749,5.3451 -2.9389,8.984 -5.0996,13.4987 -2.6636,5.5684 2.0121,10.2184 0,15.2986 -1.9999,5.0177 -2.4627,8.266 -2.0996,13.7987 0.4616,7.0742 -2.1158,11.8728 -4.4996,18.2983 -2.2381,6.0414 -4.0228,12.2686 -6.2995,18.2982 -3.9553,10.4967 -10.8206,20.2415 -16.1984,29.9972 -3.7469,6.8004 -17.6587,11.1052 -23.9979,6.5994 -2.0743,-1.4762 -4.2076,-2.6723 -5.9992,-4.4996 -1.7083,-1.7469 -4.1901,-1.5385 -5.9995,-2.9997 -3.3154,-2.6667 -0.5509,-8.174 -4.1996,-10.799 -6.8421,-4.9225 -14.8297,-2.2487 -20.398,-9.2991 -2.1957,-2.7817 -4.5171,-4.966 -6.8995,-7.1993 -8.0438,28.0284 -15.2174,54.9936 -23.3978,82.7921 -17.2123,58.4927 -32.8235,110.9866 -47.6954,161.9847 l 78.5924,-0.5999 c -9.578,33.1899 -22.6124,68.9665 -34.4966,104.0903 h 287.3729 c 2.5089,-4.8383 5.2499,-9.5766 8.3992,-14.0987 5.9016,-8.476 10.5685,-14.9243 12.8988,-25.1979 0.4788,-2.1249 -0.8256,-3.435 -0.8994,-5.3992 -0.068,-1.8006 0.5336,-3.3675 0.8994,-5.0996 0.5443,-2.5863 0.9473,-8.6294 -0.6,-10.799 -2.2797,-3.1963 -2.6619,-5.8219 0.6,-8.3993 3.0118,-2.3778 2.1222,-5.4694 2.6996,-8.9991 0.7651,-4.6516 2.2898,-9.9732 3.8996,-14.3986 0.8985,-2.4761 5.9468,-6.0326 2.6999,-8.6992 -0.7652,0.6633 -1.4363,1.3349 -2.0999,2.0998 1.3333,-3.375 -1.4863,-5.2184 -0.8994,-8.0992 0.4348,-2.1309 2.4231,-3.5359 2.6999,-5.6995 0.7226,-5.732 -5.0888,-3.3856 -5.9995,-9.2991 -0.4197,-2.7173 0.933,-5.7303 -0.8994,-8.0992 -1.5595,-2.0119 -4.2061,-2.386 -5.3996,-4.7996 -2.5326,-5.113 -1.4246,-11.0672 -6.2995,-14.9986 0,5.982 -9.681,-5.2796 -10.1988,-8.6991 4.6665,7.7855 4.7496,-3.5758 0,-5.0996 -1.0208,1.3036 -1.1803,2.6491 -0.6,4.1996 -1.9523,-4.0058 -6.2263,0.1411 -4.1996,-6.2994 1.0089,-3.2052 0.125,-6.204 1.1997,-9.2991 1.8154,-5.2082 2.291,-8.8392 1.7999,-14.3986 -0.1904,-2.0893 -1.4425,-3.2707 -3.2996,-1.4999 -0.9821,0.9349 -0.5895,3.3061 -1.1999,4.4996 -4.1964,-2.4196 -5.7933,-7.3652 -9.2992,-10.499 -2.9434,3.5505 -0.7833,7.8984 -2.6996,11.6988 -1.9047,-3.6665 -2.3913,-5.0168 -6.5995,-3.2996 2.5535,-2.988 -0.5816,-8.7103 -0.8994,-11.9989 -0.3753,-3.9165 -0.644,-9.1174 2.0999,-12.2988 -7.973,0.1574 0.5018,-20.6651 -11.0991,-16.4985 2.116,-2.9701 -1.9809,-6.1325 -0.5999,-9.2991 1.0892,-2.4969 3.9835,-2.2321 5.0995,0 -0.9851,-2.0327 -0.7794,-4.5786 -1.7999,-6.5994 -0.8985,-1.7767 -3.1086,-0.4444 -3.5996,-2.3998 -0.2262,-0.9109 0.068,-4.4894 -2.0997,-3.5996 -1.0297,0.4224 -0.4137,2.3724 -1.4999,2.6997 -4.9731,1.5 -1.958,-4.162 -4.4996,-5.0995 -3.0952,-1.1429 -7.8793,-1.2621 -6.5992,-5.6995 -1.6815,0.098 -2.6196,1.0183 -2.7,2.6998 -4.1249,-1.244 -3.3383,-10.0322 -4.7995,-13.1987 0.9407,3.7528 -8.3819,2.9221 -8.0992,-2.6998 -2.5327,4.8124 -4.4651,-1.1231 -6.8992,-0.8994 -2.6193,0.241 -6.4043,-3.9965 -7.4995,-5.9994 -1.8601,-3.4107 1.3612,-6.0142 2.3999,-8.9992 1.1905,-3.4315 -2.3529,-1.2032 -2.0999,-3.8996 0.3187,-3.4196 -4.5925,-4.4255 -2.6997,-8.6992 1.5625,-3.5327 3.6133,-5.9349 4.1996,-9.8991 0.5357,-3.5773 0.5961,-7.2812 -0.2994,-10.799 -1.1967,-4.717 -0.5395,-6.5752 0.5997,-11.0989 -1.708,0.1785 -3.1901,0.6892 -4.4996,1.7998 1.6339,-2.7767 -2.0347,-7.0879 -3.2996,-9.2991 -2.4999,-4.3838 -1.6964,-6.6074 0,-11.3989 2.7619,-7.7439 -4.3897,-15.6522 1.5,-22.7979 -4.4166,-1.5773 -0.1875,-5.885 1.2,-8.0992 -0.5655,-0.058 -6.9734,-4.1782 -7.1995,-4.4996 -1.8006,-2.5385 -7.0439,-5.7058 -7.4992,-8.3992 -1.9821,-11.6693 -4.0601,0.6076 -8.3992,-4.7995 -0.7259,4.863 -7.9486,8.5561 -10.4991,2.9997 -1.4375,-3.1368 0.4628,-6.7177 -0.6,-9.8991 -0.9042,-2.7202 -2.738,-4.8737 -1.4997,-7.7992 1.0176,-2.4077 3.2678,-22.5325 -1.4999,-21.598 1.1309,-4.9969 1.7803,-8.3317 -1.8,-12.2988 -3.36,-3.7291 -1.8797,-7.0385 2.4,-10.1991 -2.3512,-1.2053 -7.81,-0.7833 -8.3992,-4.1996 -0.4551,-2.6339 0.2994,-5.4505 0.2994,-8.0992 0,-2.494 1.1601,-2.305 0.2994,-5.0995 -0.4848,-1.1965 -0.5232,-2.6407 -0.2994,-3.8997 0.5086,-3.0743 -2.1068,-4.1761 -2.9996,-6.8993 -0.8122,0.3724 -1.647,0.7209 -2.4,1.1999 0.7795,-1.5863 1.6345,-3.0889 2.6999,-4.4996 z"
             class="AU-QLD"
             id="AU-QLD-mainland"
             inkscape:connector-curvature="0" /><path
             style="fill:#290000;fill-opacity:1;stroke:none;stroke-width:0.18881144;stroke-miterlimit:1;stroke-dasharray:none;stroke-opacity:1"
             d="m 6895.7758,2658.802 c 2.8332,-1.7291 0.4791,-4.4791 -0.2054,-6.6367 -2.4731,1.8957 -1.2946,4.598 0.2054,6.6367"
             class="AU-QLD"
             id="AU-QLD-hinchinbrook-island"
             inkscape:connector-curvature="0" /><path
             style="fill:#290000;fill-opacity:1;stroke:none;stroke-width:0.18881144;stroke-miterlimit:1;stroke-dasharray:none;stroke-opacity:1"
             d="m 6945.9232,2706.1816 c 2.0237,-0.8244 1.872,-2.9821 0.8631,-4.5267 -0.2977,1.5089 -0.5863,3.0148 -0.8631,4.5267"
             class="AU-QLD"
             id="AU-QLD-whitsunday-island"
             inkscape:connector-curvature="0" /><path
             style="fill:#290000;fill-opacity:1;stroke:none;stroke-width:0.18881144;stroke-miterlimit:1;stroke-dasharray:none;stroke-opacity:1"
             d="m 6833.6346,2459.9682 c 1.9286,-1.0267 2.4881,-2.7678 0.6578,-4.2826 -1.7589,1.0506 -2.244,2.7767 -0.6578,4.2826"
             class="AU-QLD"
             id="AU-QLD-prince-of-wales-island"
             inkscape:connector-curvature="0" /><path
             style="fill:#290000;fill-opacity:1;stroke:none;stroke-width:0.18881144;stroke-miterlimit:1;stroke-dasharray:none;stroke-opacity:1"
             d="m 6834.2924,2444.9686 c 0.8511,-0.6547 1.3481,-1.5178 1.488,-2.5892 -2.3749,-0.247 -2.8719,0.6161 -1.488,2.5892"
             class="AU-QLD"
             id="AU-QLD-badu-island"
             inkscape:connector-curvature="0" /><path
             style="fill:#290000;fill-opacity:1;stroke:none;stroke-width:0.18881144;stroke-miterlimit:1;stroke-dasharray:none;stroke-opacity:1"
             d="m 6837.2953,2446.9031 c 0.619,-0.9821 0.8987,-2.0535 0.8333,-3.2142 -2.2351,0.4375 -2.4494,1.6607 -0.8333,3.2142"
             class="AU-QLD"
             id="AU-QLD-moa-island"
             inkscape:connector-curvature="0" /></g><g
           style="fill:#900000;fill-opacity:1;stroke:none;stroke-width:0.18881144;stroke-miterlimit:1;stroke-dasharray:none;stroke-opacity:1"
           class="AU-NT"
           id="AU-NT"><path
             style="fill:#290000;fill-opacity:1;stroke:none;stroke-width:0.18881144;stroke-miterlimit:1;stroke-dasharray:none;stroke-opacity:1"
             d="m 6641.329,2846.605 c 14.8719,-50.9981 30.4831,-103.492 47.6954,-161.9847 8.1804,-27.7985 15.354,-54.7637 23.3978,-82.7921 -1.1148,-1.0451 -1.8008,-2.4743 -3.2996,-3.2997 -3.6784,-2.0208 -7.551,-3.8238 -9.8991,-7.4993 -1.7113,2.7856 -4.4499,0.8562 -6.8992,1.7998 0.9702,-2.9969 -1.0351,-4.8709 -3.2999,-6.2994 -3.2321,-2.0387 -4.9374,-4.8351 -7.1992,-7.7993 -3.86,-5.0653 -10.5167,-7.0358 -13.4988,-12.8988 -2.1963,-4.3183 -0.8398,-3.2382 1.8,-5.6994 2.3005,-2.1428 4.1897,-4.9459 5.9992,-7.4993 4.2559,-5.9939 7.3207,-11.9615 10.4991,-18.5982 -3.5177,5.8837 -8.2194,-6.3228 -1.7999,-5.0996 -2.8868,-2.6904 2.0571,-8.2393 2.6999,-3.5996 0,-1.872 3.0347,-6.9455 3.2996,-1.7999 1.2381,-1.4344 2.8806,-2.6146 4.4996,-3.5996 -0.1786,1.4226 -0.3476,2.7681 -0.2994,4.1996 3.4999,-1.5833 3.7377,-4.4689 4.4996,-7.7993 0.8092,0.4646 1.6437,0.9494 2.3996,1.4999 -0.7651,-1.7202 -1.9187,-3.2198 -3.2996,-4.4996 4.3987,-1.744 8.5019,-7.4906 10.4988,-11.6989 0.5685,-1.1994 1.2196,-3.2406 0.2997,-4.4996 -1.0803,-1.488 -5.2403,-2.009 -3.2996,1.4999 -3.11,-1.0148 -6.1171,-7.9467 -2.3999,-9.8991 -1.4107,1.4107 -13.7044,8.8742 -5.9996,8.9992 -0.9348,1.9613 -3.6028,5.8554 -6.2992,5.0995 -1.2857,-0.3571 -1.5357,-1.9283 -1.5,-2.9997 0.1131,-3.4523 -3.4481,-1.7788 -0.5999,-4.7996 -2.8303,0.038 -4.5172,2.4104 -5.9993,4.4996 -1.2291,-1.9732 -0.8315,-3.4746 0.5997,-5.0995 1.497,-1.6964 4.6776,-3.2997 0.6,-3.2997 1.8214,-1.1816 5.5671,-2.9555 3.5999,-5.6995 0,3.7112 -4.1317,4.4061 -6.8995,5.0996 4.7975,4.5296 -10.3009,1.8066 -6.8992,7.1993 -4.4553,-1.4315 -10.9313,-0.3811 -11.6991,-7.1993 -3.0535,0.4761 -4.7779,3.0218 -8.0992,2.3998 -2.9225,-0.551 -3.5924,-3.275 -5.6995,0.5999 1.7797,-5.7618 -10.65,-4.8504 -5.0993,-8.9992 -3.2618,-1.1011 -5.4972,2.8218 -8.6995,2.6998 0.3247,-3.2886 -3.4421,-2.7265 -6.2992,-2.6998 -3.2261,0.03 -4.4731,-8.3002 -7.1995,-10.199 1.2116,3.0148 -2.8514,3.0586 -4.1996,4.7996 -1.8032,-2.9613 -6.7522,-6.673 -7.4992,-9.8991 -1.4106,2.4791 -3.2466,2.4969 -4.4995,0 1.1904,2.1755 1.0452,4.5666 -0.2994,6.5994 -0.6548,-2.4166 -1.1807,-4.9447 -3.2997,-6.5994 -0.3062,0.7948 -4.959,3.6305 -3.8998,4.4996 1.6368,1.3392 5.2334,2.4828 5.0995,5.3995 4.4999,-2.0417 10.6033,-2.8222 11.9991,3.2996 0.9166,4.0088 -3.0246,9.3751 0.2994,12.8988 -3.1517,-2.0595 -6.8995,0.3552 -6.8995,3.8997 -0.425,-4.997 -21.947,3.7352 -25.4975,-4.4996 -1.4524,3.5802 -2.1604,-0.038 -4.4996,0.8994 -2.2857,0.9196 -0.8744,3.2871 -1.4997,5.0995 -5.0626,-2.3808 -4.8141,4.8726 -2.0999,6.8994 -2.5535,-0.6076 -4.3898,-6.9845 -7.1992,-5.9995 -2.658,0.9311 -2.0363,7.1678 0.2994,8.0993 -2.2083,0.503 -3.2157,-2.595 -5.0996,-1.4999 -2.616,1.5238 -2.2425,3.8001 -3.5996,5.9995 -2.0327,3.2974 -3.9276,-0.3955 -4.7996,4.1995 -0.5175,2.7143 1.8259,6.2451 3.5996,8.0993 -1.9344,-1.1458 -5.5302,2.7954 -6.8992,3.8996 -2.113,1.7023 -3.4805,-1.7911 -5.0995,1.1999 -1.75,3.232 -2.3229,7.6139 -3.5996,11.099 -0.792,2.1457 -3.9234,1.123 -5.3996,2.3997 -1.6755,1.4494 -2.1955,4.4453 -3.2996,6.2994 -2.7145,4.5445 4.7778,7.0202 8.0992,5.9995 -1.3184,1.0386 -2.824,1.7105 -4.4996,1.7998 1.25,3.6547 3.4523,4.7056 7.1992,4.1996 -1.9017,1.8213 -4.638,0.6921 -6.5992,2.0998 -2.8005,2.0089 -0.3083,6.1463 0.6,8.3992 -3.985,0.9378 -5.7076,-8.5884 -10.4991,-8.9991 -0.077,2.738 1.3553,6.7807 -2.1,8.0992 1.5994,-7.3149 -8.4009,-11.0262 -13.1987,-8.6992 -18.1971,77.7382 -37.5219,156.0249 -57.5946,233.378 -4.4757,17.249 -9.028,33.1482 -13.4987,50.0952 l 199.7811,-1.1998 z"
             class="AU-NT"
             id="AU-NT-mainland"
             inkscape:connector-curvature="0" /><path
             style="fill:#290000;fill-opacity:1;stroke:none;stroke-width:0.18881144;stroke-miterlimit:1;stroke-dasharray:none;stroke-opacity:1"
             d="m 6615.2776,2474.7595 c 1.4375,-2.8511 1.0268,-5.9165 0,-8.8123 -2.3362,3.1487 -0.9732,5.4909 0,8.8123"
             class="AU-NT"
             id="AU-NT-croker-island"
             inkscape:connector-curvature="0" /><path
             style="fill:#290000;fill-opacity:1;stroke:none;stroke-width:0.18881144;stroke-miterlimit:1;stroke-dasharray:none;stroke-opacity:1"
             d="m 6632.2117,2483.0926 c 0.4345,-0.4286 0.8749,-0.8542 1.3095,-1.2827 -1.2203,-0.8661 -1.6548,-0.4375 -1.3095,1.2827"
             class="AU-NT"
             id="AU-NT-south-goulburn-island"
             inkscape:connector-curvature="0" /><path
             style="fill:#290000;fill-opacity:1;stroke:none;stroke-width:0.18881144;stroke-miterlimit:1;stroke-dasharray:none;stroke-opacity:1"
             d="m 6694.3528,2493.8066 c 0.8333,-0.9494 1.6934,-1.872 2.5892,-2.7678 -1.6904,0.068 -2.6458,1.0714 -2.5892,2.7678"
             class="AU-NT"
             id="AU-NT-inglis-island"
             inkscape:connector-curvature="0" /><path
             style="fill:#290000;fill-opacity:1;stroke:none;stroke-width:0.18881144;stroke-miterlimit:1;stroke-dasharray:none;stroke-opacity:1"
             d="m 6695.2159,2483.539 c 2.363,-0.9196 4.6427,-2.2827 6.0147,-4.4939 -1.6488,2.0951 -4.7558,1.9761 -6.0147,4.4939"
             class="AU-NT"
             id="AU-NT-raragala-island"
             inkscape:connector-curvature="0" /><path
             style="fill:#290000;fill-opacity:1;stroke:none;stroke-width:0.18881144;stroke-miterlimit:1;stroke-dasharray:none;stroke-opacity:1"
             d="m 6703.1323,2477.5272 c 3.613,-2.0862 6.4314,-6.5355 6.6665,-10.7169 -0.7143,4.1963 -4.5356,7.2498 -6.6665,10.7169"
             class="AU-NT"
             id="AU-NT-wessel-marchinbar-island"
             inkscape:connector-curvature="0" /><path
             style="fill:#290000;fill-opacity:1;stroke:none;stroke-width:0.18881144;stroke-miterlimit:1;stroke-dasharray:none;stroke-opacity:1"
             d="m 6566.2314,2487.3782 c 1.1398,-0.1548 2.2082,-0.5119 3.2141,-1.0714 -0.6011,-2.2321 -3.4225,-2.5178 -3.4225,-4.9523 -0.3928,-0.9821 -0.8988,-1.8987 -1.5178,-2.7559 0.1637,-1.5088 0.092,-3.0058 -0.2083,-4.4939 -3.3243,1.2381 -3.869,3.3898 -4.1785,6.6367 -0.2321,2.4107 -3.9701,3.8928 -2.6666,6.4314 3.1666,-0.8006 5.6874,-1.0922 8.7796,0.2054"
             class="AU-NT"
             id="AU-NT-bathurst-island"
             inkscape:connector-curvature="0" /><path
             style="fill:#290000;fill-opacity:1;stroke:none;stroke-width:0.18881144;stroke-miterlimit:1;stroke-dasharray:none;stroke-opacity:1"
             d="m 6584.2368,2475.8309 c -0.6756,-2.8839 -3.8808,-2.9345 -4.5237,0 -2.1815,-2.9136 -5.4284,0.116 -8.2259,-0.6994 -1.1786,-0.3423 -4.8154,-4.86 -5.6814,-2.1845 -1.6399,5.0713 4.8778,17.5501 11.1991,16.1275 3.5921,-0.8095 10.827,-5.5177 11.9699,-9.2646 0.494,-1.6071 3.3838,-6.598 -0.9018,-7.4313 -3.0059,-0.5893 -5.8183,-0.3512 -3.8362,3.4523"
             class="AU-NT"
             id="AU-NT-melville-island"
             inkscape:connector-curvature="0" /><path
             style="fill:#290000;fill-opacity:1;stroke:none;stroke-width:0.18881144;stroke-miterlimit:1;stroke-dasharray:none;stroke-opacity:1"
             d="m 6613.3729,2484.3723 c -0.2887,-0.7053 -0.5744,-1.4077 -0.8631,-2.113 2.5029,0.244 2.616,0.5059 0.8631,2.113"
             class="AU-NT"
             id="AU-NT-endyalgout-island"
             inkscape:connector-curvature="0" /></g><g
           style="fill:#900000;fill-opacity:1;stroke:none;stroke-width:0.18881144;stroke-miterlimit:1;stroke-dasharray:none;stroke-opacity:1"
           class="AU-TAS"
           id="AU-TAS"><path
             style="fill:#290000;fill-opacity:1;stroke:none;stroke-width:0.18881144;stroke-miterlimit:1;stroke-dasharray:none;stroke-opacity:1"
             d="m 6730.7804,3227.2981 c 1.0833,-0.628 1.9493,-1.4791 2.5892,-2.5565 -1.7024,-0.089 -2.6577,0.8512 -2.5892,2.5565"
             class="AU-TAS"
             id="AU-TAS-clarke-island"
             inkscape:connector-curvature="0" /><path
             style="fill:#290000;fill-opacity:1;stroke:none;stroke-width:0.18881144;stroke-miterlimit:1;stroke-dasharray:none;stroke-opacity:1"
             d="m 6735.5124,3224.947 c 1.2053,-0.2054 4.982,-3.4791 2.485,-4.4761 -2.1428,-0.8542 -7.7498,0.2916 -7.0057,3.4076 1.7588,-0.7202 3.2647,-0.3631 4.5207,1.0685"
             class="AU-TAS"
             id="AU-TAS-cape-barren-island"
             inkscape:connector-curvature="0" /><path
             style="fill:#290000;fill-opacity:1;stroke:none;stroke-width:0.18881144;stroke-miterlimit:1;stroke-dasharray:none;stroke-opacity:1"
             d="m 6678.2848,3283.0138 c 0.1547,2.3333 1.744,4.9909 -1.2827,6.2201 3.741,0.8928 2.7916,-3.6309 5.4969,-4.4553 3.5713,-1.0892 5.5147,3.9731 1.7975,5.3183 0.9196,-4.7736 -3.4106,-0.7976 -3.1606,1.5506 0.3006,2.7678 2.6309,2.3065 3.8124,0.3541 -1.0655,6.0148 5.1338,-4.36 5.9849,-5.7736 -3.8808,-0.378 -1.116,-2.2976 0.5596,-4.2975 2.0624,-2.4612 4.5266,-4.5326 6.6545,-6.9314 1.7411,-1.9612 2.7976,-4.4433 4.8808,-6.1188 1.7827,-1.4345 5.0237,-3.0625 5.4939,-5.5654 1.0655,2.2351 0.4167,4.8005 -1.1011,6.6338 3.2499,-1.2351 3.9165,-5.1487 5.1486,-7.9462 1.756,-3.9761 4.6517,-7.4462 6.9135,-11.1396 3.0416,-4.9612 11.4819,-13.449 6.0683,-18.3685 -2.735,-2.4821 -3.5832,2.7499 -6.5117,2.1904 -3.9225,-0.747 -5.6576,1.0744 -8.9551,2.744 -1.5297,0.7767 -18.0918,-1.7768 -13.5889,4.4552 -2.372,0.7797 -3.0833,0.057 -2.1428,-2.1726 -5.5683,-0.3095 -10.839,4.4255 -16.0621,0.2619 -1.8511,-1.4761 -11.1991,-5.9522 -10.0681,-8.3837 -3.244,1.4911 -9.2885,1.4018 -10.5027,-2.7975 -5.9671,5.9671 -7.7944,12.0264 -10.4164,19.7018 -2.0773,6.0891 3.8779,15.446 -2.4404,19.9399 0.75,-0.4851 1.5357,-0.9136 2.3511,-1.2797 -0.2143,3.0862 1.6994,6.7439 -1.6964,8.7766 0.7322,-2.2708 0.1488,-4.5892 -1.3065,-6.4255 -7.3837,7.2528 -3.3154,17.6067 -3.8391,26.16 2.2529,-1.3243 4.3064,0.878 6.6337,0.2054 1.2291,3.1993 -2.6666,4.0148 -4.2826,1.7261 -0.8304,1.4732 -1.6161,2.9702 -2.3511,4.4939 3.0981,-0.5773 8.6485,1.6905 11.1306,-0.863 0.3422,8.4134 8.6873,-0.3125 10.3747,-1.6934 2.622,-2.1488 3.1458,-3.2142 3.7529,-6.0624 0.4881,-2.2767 3.0951,-0.2767 2.3898,1.747 4.2648,0.5119 10.2319,-8.5146 10.2646,-12.205"
             class="AU-TAS"
             id="AU-TAS-mainland"
             inkscape:connector-curvature="0" /><path
             style="fill:#290000;fill-opacity:1;stroke:none;stroke-width:0.18881144;stroke-miterlimit:1;stroke-dasharray:none;stroke-opacity:1"
             d="m 6649.5624,3212.0902 c -0.6161,1.0476 -1.1815,2.116 -1.6964,3.2142 4.9225,-0.2917 10.6485,-6.8481 10.6545,-11.8598 0,-4.1725 -3.5892,0.2946 -4.1368,0.7291 -2.1785,1.7351 -5.0148,4.8987 -4.8213,7.9165"
             class="AU-TAS"
             id="AU-TAS-king-island"
             inkscape:connector-curvature="0" /><path
             style="fill:#290000;fill-opacity:1;stroke:none;stroke-width:0.18881144;stroke-miterlimit:1;stroke-dasharray:none;stroke-opacity:1"
             d="m 6733.7862,3212.0902 c -0.1607,1.3243 -1.5089,6.723 0.9851,6.8004 5.0683,0.1666 5.0921,-5.0773 7.7944,-7.6635 -2.9314,-0.4821 -3.0356,-3.8689 -4.9105,-5.5653 -2.4137,1.4315 -2.8392,4.0713 -3.869,6.4284"
             class="AU-TAS"
             id="AU-TAS-flinders-island"
             inkscape:connector-curvature="0" /></g><title
           id="title1023">Australia</title><ellipse
           ry="12.591537"
           rx="12.592284"
           style="clip-rule:evenodd;opacity:1;fill:#290000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.88811409;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           cy="3104.9192"
           cx="6786.2422"
           id="xk_-0-9-1-6" /></g><g
         style="fill:#510000;fill-opacity:1;stroke:none;stroke-width:0.18883981;stroke-miterlimit:1;stroke-dasharray:none"
         id="ru"
         transform="matrix(0.35303291,0,0,0.35303291,104.76477,-16.641177)"><title
           id="title3046">Russia</title><path
           inkscape:connector-curvature="0"
           id="path6791"
           transform="matrix(2.8325971,0,0,2.8325971,-296.75637,47.137748)"
           d="m 1649.5117,240.86328 c -1.0254,0.47675 -2.0963,0.56027 -3.0722,1.16406 -2.3202,1.43544 -4.4979,2.98147 -6.2481,3.28321 -1.7502,0.30174 -2.64,-0.0994 -3.4941,-0.42383 -0.854,-0.32445 -1.625,-0.60108 -2.9649,-0.10547 -1.3398,0.49562 -3.1678,1.23135 -4.6601,2.43555 -0.061,0.0488 -0.046,0.16067 -0.1055,0.21093 0.3695,0.13649 0.9715,0.14171 1.2695,0.31836 4.8415,2.86946 0.5134,5.37249 2.9668,6.99024 2.2922,1.51143 6.828,-0.79429 9.461,-0.082 -0.086,-0.17958 -0.1262,-0.20227 -0.2032,-0.45118 -0.089,-0.28803 -0.1498,-0.60157 -0.1328,-0.89843 0.017,-0.29686 0.111,-0.57741 0.334,-0.79297 0.446,-0.43112 1.6473,-0.68156 1.8359,-1.10938 0.1886,-0.42782 -0.2832,-0.41096 -0.2832,-1.11523 0,-0.70427 0.6006,-1.69347 1.377,-2.22266 0.7764,-0.5292 1.7887,-0.88025 2.6484,-0.84765 0.8598,0.0324 1.8677,0.51026 2.6465,1.16406 0.7789,0.65379 1.35,1.47434 1.377,2.33008 0,0.1245 -0.011,0.24732 -0.035,0.36914 -0.084,0.74487 -0.4623,1.50449 -1.0234,2.0664 -0.6543,0.65519 -1.4387,1.0219 -2.0781,1.14454 -0.6394,0.1227 -0.7314,-0.12321 -1.2735,0.0293 -0.5422,0.1525 -1.348,1.38415 -3.0644,2.06641 0.8201,1.57183 0.9805,3.51115 2.3925,3.85547 2.0083,0.4897 3.4141,-2.77236 5.0821,-2.43555 1.6679,0.33681 1.4345,2.78941 2.9668,3.49414 1.2197,0.561 2.8023,-0.25898 4.3418,-0.10547 0.395,-0.50122 0.7513,-1.01218 1.164,-1.48242 1.651,-1.881 3.1547,-3.56159 2.9649,-5.40039 -0.1899,-1.8388 -1.46,-2.93771 -2.7539,-3.8125 -1.2938,-0.87479 -2.612,-1.58576 -2.752,-2.75391 -0.011,-0.0562 0.1086,-0.0512 0.1055,-0.10547 -0.8323,-0.085 -1.6438,0.11085 -2.4356,-0.10546 -2.0647,-0.56414 -4.0082,-1.5605 -5.1894,-2.75391 -1.1174,-1.12889 -1.1483,-2.54631 -1.1641,-3.91797 z"
           style="fill:#290000;fill-opacity:1;stroke:none;stroke-width:0.06666667;stroke-miterlimit:1;stroke-dasharray:none" /><path
           style="fill:#510000;fill-opacity:1;stroke:none;stroke-width:0.18883981;stroke-miterlimit:1;stroke-dasharray:none"
           d="m 4427.8382,975.38186 c -2.4112,1.2799 -4.5102,2.97939 -6.8994,3.29969 -8.9878,1.20538 -2.2527,1.47633 -3.2997,5.69946 -2.7413,0.19342 -4.7136,-1.4362 -7.4992,-0.59994 -2.5178,0.75295 -4.5744,1.6714 -7.1994,0.59994 1.9286,6.18134 5.4228,5.09692 9.8991,7.79926 1.7678,1.06541 8.5079,4.791 7.7993,7.49929 -2.1756,0.14284 -4.5221,-3.29555 -6.5994,-2.39977 -1.7764,0.76783 -1.5864,4.85891 -2.6998,6.29941 -0.3033,-1.4256 -0.6268,-2.7681 -0.8994,-4.19961 -2.6726,1.67551 -2.8155,12.94291 -7.1993,10.19901 -0.1997,1.4345 0.9921,7.3258 2.3998,2.0998 0.2946,2.1994 2.082,4.3108 0.8994,6.5994 -1.5362,-0.4608 -11.3963,-1.5132 -10.499,0.2995 -2.2294,-1.8231 -5.6395,-3.3605 -8.0992,-2.3998 0.2889,1.5052 1.0682,2.6998 2.6997,2.6998 -1.9405,1.1458 -4.4296,1.5128 -5.3995,3.8996 6.0534,2.6696 12.3566,1.7869 16.1985,8.0992 1.9077,3.1309 11.7975,5.7135 8.6992,1.7999 4.4314,1.241 6.6122,6.2534 10.499,8.3992 4.2231,2.3332 9.1863,3.0036 13.4987,5.3995 9.8657,5.473 16.3382,15.3595 26.3975,20.398 -0.4492,-9.895 20.1486,-1.555 25.7976,0.8995 -0.3399,-1.5953 -1.5886,-3.6818 -1.4999,-5.0995 0.2409,-3.8729 1.7753,-7.2812 3.5997,-10.799 1.8243,-3.5178 4.8662,-6.6852 8.3992,-8.9992 2.3553,-1.5426 4.7847,-1.8474 7.1993,-2.3998 -2.0324,-2.782 -3.6774,-5.5085 -6.2994,-8.9991 -4.0538,-5.3968 -7.9749,-11.158 -8.6992,-15.8985 -0.7247,-4.7405 -1.0786,-8.5265 -0.2995,-11.9989 0.4982,-2.2223 2.4116,-4.23282 3.8996,-6.29937 -6.5379,-2.10396 -12.4476,-5.22047 -17.6983,-8.69918 -6.0368,-3.99959 -11.7216,-7.96516 -17.9983,-9.89906 -10.3125,-3.1775 -20.3421,-3.13845 -29.0972,-3.29969 z m -39.8962,40.79614 c -0.029,-0.1672 -0.2861,-0.1202 -0.2995,-0.3 -0.2439,0.1448 -0.3706,0.4439 -0.6,0.6 0.2909,-0.031 0.648,-0.2014 0.8995,-0.3 z m 73.493,-8.6992 c 1.3068,-0.058 2.783,0.1628 4.1996,0.6 5.666,1.7486 11.5428,9.9056 13.4987,15.8985 1.9559,5.9929 2.0197,13.2869 -1.1999,17.0984 -1.6097,1.9054 -3.8286,3.283 -5.9994,3.8996 -2.1704,0.6162 -4.4113,0.4281 -6.5994,-0.8995 -2.1883,-1.3275 -2.1336,-4.8912 -2.0998,-8.3992 0.038,-3.5079 0.1104,-7.0081 -2.0998,-8.9991 -2.2091,-1.9911 -6.0176,-1.4022 -9.5991,-0.8994 -3.5814,0.502 -6.979,0.9512 -8.0992,-1.4999 -1.1205,-2.4514 -0.2649,-4.8297 1.4999,-6.8993 1.7651,-2.0697 4.325,-3.9536 6.2994,-5.3995 2.9615,-2.169 6.278,-4.3266 10.199,-4.4996 z"
           id="path6488"
           inkscape:connector-curvature="0" /><path
           style="fill:#510000;fill-opacity:1;stroke:none;stroke-width:0.18883981;stroke-miterlimit:1;stroke-dasharray:none"
           d="m 4530.4284,1077.6722 c 1.9231,-3.6339 3.8198,-7.9336 5.3995,-13.7987 1.0631,-3.947 2.0259,-7.6509 3.5996,-10.499 0.2976,-0.5395 0.8717,-0.4358 1.2,-0.8995 -0.6949,-0.7045 -2.0809,-0.9119 -2.3996,-1.7998 -0.6586,-1.8327 -1.0792,-3.5619 -3.2999,-4.1996 -3.4166,-0.9811 -7.8233,1.8871 -11.9988,2.9997 -0.5202,3.8892 -1.0869,7.8221 -1.5,10.799 -0.7303,5.2643 -2.6404,9.0449 -3.5996,12.5988 1.6625,0.038 3.3699,-0.077 4.7996,0.8995 0.9253,0.6306 4.5701,2.2578 7.7992,3.8996 z"
           id="path6637"
           inkscape:connector-curvature="0" /><path
           style="fill:#510000;fill-opacity:1;stroke:none;stroke-width:0.18883981;stroke-miterlimit:1;stroke-dasharray:none"
           d="m 4573.9245,1049.7748 c -0.1845,-0.048 -0.4196,0.067 -0.6,0 -2.3154,-0.8725 -3.0954,-3.3961 -4.1996,-5.6994 -1.1044,-2.3033 -2.3877,-4.5354 -5.6995,-4.7996 -3.3121,-0.2648 -6.9939,3.8657 -10.4991,7.7993 -1.2699,1.4251 -2.3797,1.4932 -3.5996,2.6997 0.769,0.3705 1.794,0.3187 2.3999,0.8995 1.5026,1.4419 2.5368,3.729 3.2996,5.9994 1.5253,4.5407 1.8669,9.9402 2.6996,13.7987 0.8325,3.8584 -0.622,8.5124 -1.7996,12.5988 -0.039,0.1277 0.039,0.1729 0,0.2995 2.3452,-0.286 4.5987,0.1018 5.9992,2.9997 0.3197,-4.4946 6.3174,-3.121 8.6992,-0.8994 0.9244,-2.3633 2.1711,-3.9178 2.6999,-6.8994 0.9902,-5.582 1.3821,-11.5919 1.7997,-15.5985 0.4175,-4.0066 -0.6863,-7.6298 -1.4997,-10.799 -0.2411,-0.9407 0.4059,-1.5412 0.2994,-2.3998 z"
           id="path6633"
           inkscape:connector-curvature="0" /><path
           style="fill:#900000;fill-opacity:1;stroke:none;stroke-width:0.18883981;stroke-miterlimit:1;stroke-dasharray:none"
           d="m 4573.9245,1049.7748 c 0.1042,0.8582 -0.5417,1.4594 -0.2997,2.3998 0.8131,3.1691 1.9175,6.7924 1.5,10.799 -0.4176,4.0065 -0.8092,10.0164 -1.8,15.5985 -0.5288,2.9816 -1.7752,4.5361 -2.6996,6.8994 0.1428,0.1333 0.4866,0.1604 0.6,0.2994 3.3927,4.1696 5.5037,0.8179 9.5991,2.9997 2.5202,1.3443 0.8196,4.6093 0.8994,6.8994 3.9984,-1.3067 7.7706,-2.2454 10.4988,-3.5997 3.1949,-1.5857 5.4561,-3.6456 7.1995,-7.1993 1.7431,-3.5537 1.8104,-8.3804 0.8994,-12.8988 -0.911,-4.5183 -2.7544,-8.9698 -3.8996,-11.9988 -2.2904,-6.058 -3.3949,-9.296 -7.7992,-11.3989 -4.2329,-2.021 -10.131,2.3877 -14.6987,1.1998 z"
           id="path6627"
           inkscape:connector-curvature="0" /><path
           style="fill:#290000;fill-opacity:1;stroke:none;stroke-width:0.18883981;stroke-miterlimit:1;stroke-dasharray:none"
           d="m 4603.6216,782.50008 c -13.1636,-1.77644 -30.7483,-9.18686 -40.1962,-8.09924 -2.9797,0.34299 -3.8984,1.43329 -5.3996,2.39978 -1.0223,0.65811 -2.8969,1.11595 -3.5996,1.79983 -2.7362,1.44687 -5.1707,2.99602 -8.0992,4.49958 -5.6849,2.91855 -11.2502,6.15888 -15.8986,9.59908 -0.7304,0.54082 -0.8283,1.24029 -1.4997,1.79983 4.7469,0.30017 10.0209,1.32529 14.6984,2.99974 4.9719,1.77962 9.0194,3.9801 11.0991,6.59937 2.0797,2.61927 2.2056,4.04381 1.7997,5.39949 -0.406,1.35568 -1.2607,2.70034 -0.2994,5.99942 0.8514,2.92498 4.4034,5.63916 7.4992,8.99915 6.8992,-2.71879 12.9413,-3.96858 18.2983,-3.89962 -0.2262,-2.90427 -0.7363,-5.82704 -0.6,-8.69919 0.2351,-4.94933 1.3357,-9.4845 3.2999,-13.19875 1.9639,-3.71424 5.7448,-7.61154 10.4988,-11.09894 2.5154,-1.84516 5.5713,-3.418 8.3992,-5.09953 z"
           id="path6595"
           inkscape:connector-curvature="0" /><path
           style="fill:#290000;fill-opacity:1;stroke:none;stroke-width:0.18883981;stroke-miterlimit:1;stroke-dasharray:none"
           d="m 4521.7292,689.50888 c -0.9455,2.81162 -2.2532,5.44476 -5.0995,6.89933 -3.2047,1.63778 -6.5749,-0.50299 -10.4989,-2.69974 -3.9243,-2.19679 -8.3003,-4.47851 -13.4987,-2.99971 -5.1984,1.4788 -10.8306,6.64457 -15.8987,12.29882 -5.068,5.65428 -9.7166,11.94155 -12.5987,16.19848 -5.7641,8.51387 -6.0742,11.50703 -8.3992,19.79814 -1.1624,4.14554 -3.0892,9.81458 -4.1996,15.29853 -1.1104,5.48399 -1.3511,10.70977 0,14.39865 1.3512,3.68889 3.7868,5.14185 6.2996,6.29941 0.3339,0.15387 0.5711,0.44904 0.8993,0.59995 1.0589,-0.85259 0.9149,-0.91182 2.0997,-1.79983 6.1055,-4.57576 13.5496,-9.17284 18.8983,-9.29911 5.3489,-0.12619 8.9506,3.76564 12.5987,7.49928 3.6484,3.73365 7.3233,7.23132 12.8988,6.59937 5.5757,-0.63191 12.6041,-6.97736 18.2983,-13.19874 0.1518,-0.16458 0.1518,-0.13571 0.2997,-0.29999 -2.9059,-4.14051 -6.06,-9.00704 -8.0995,-14.69861 -2.3651,-6.60095 -3.5368,-13.65852 -2.0997,-19.79811 0.7191,-3.06983 2.7738,-5.57541 5.3996,-7.79928 2.6258,-2.22386 5.91,-4.40148 8.9992,-6.29941 3.0889,-1.89792 5.9906,-3.60745 8.0991,-5.69945 2.1083,-2.092 3.6157,-4.39327 3.2996,-7.19932 -0.3157,-2.80606 -2.3481,-5.37831 -4.7995,-7.49929 -2.4514,-2.12098 -5.5886,-3.67457 -8.6992,-5.09953 -2.1184,-0.97039 -2.3511,-0.85652 -4.1996,-1.49984 z"
           id="path6557"
           inkscape:connector-curvature="0" /><path
           style="fill:#290000;fill-opacity:1;stroke:none;stroke-width:0.18883981;stroke-miterlimit:1;stroke-dasharray:none"
           d="m 4451.5359,764.5018 c -4.9814,1.56189 -9.1339,3.41074 -15.5986,4.19958 -7.6775,0.93688 -14.2999,0.3833 -20.698,0 -0.1607,4.75067 -3.482,9.17981 -7.7992,14.09869 -1.169,1.33201 -2.1809,2.77983 -3.2996,4.19958 1.1173,0.11161 2.216,-0.43367 3.2996,0.29997 5.313,3.59707 0.453,15.22502 8.3992,21.29801 4.9662,3.7956 14.4234,0.4765 23.0979,0 1.9767,-1.91692 4.4638,-3.82874 8.0992,-5.69946 3.9487,-2.03203 10.0012,-2.4008 16.4983,-2.09982 -1.2247,-4.25042 -0.766,-8.00267 0,-11.09895 0.8946,-3.61609 1.9571,-6.57708 0.6,-9.59908 -1.3571,-3.02203 -3.7868,-3.94197 -6.2992,-5.09953 -2.5128,-1.15756 -4.9484,-2.61052 -6.2996,-6.29941 -0.3946,-1.07592 0.1399,-2.89391 0,-4.19958 z"
           id="path6779"
           inkscape:connector-curvature="0" /><path
           style="fill:#290000;fill-opacity:1;stroke:none;stroke-width:0.18883981;stroke-miterlimit:1;stroke-dasharray:none"
           d="m 4062.1726,769.30134 c 0.4119,-0.12619 1.0089,-0.0345 1.5,0 3.2737,0.22826 8.1423,3.41118 9.8991,4.19958 6.268,2.81382 15.0326,-1.3038 20.098,4.19962 2.0556,2.23208 3.8112,2.80397 1.2,5.69945 -2.1798,2.41836 -1.3295,8.29703 1.1999,10.19903 -20.9187,2.16673 -42.1732,0.3088 -62.9941,-2.09979 1.9021,-0.78108 2.4282,-2.71403 4.1996,-3.59966 2.5785,-1.29089 5.2222,-0.4474 7.1992,-2.99971 -2.5523,-0.18958 -5.2436,-0.57787 -7.7992,-0.29996 -1.1752,0.12827 -2.094,1.09809 -2.9996,2.39975 1.0839,-1.51106 1.9003,-3.32916 2.0997,-5.39949 0.2232,-2.34321 0.048,-3.27613 2.6999,-3.59966 3.552,-0.43463 7.3879,10e-4 10.4988,-2.09979 -0.4789,0.60444 -0.8187,1.43516 -1.2,2.09979 7.5329,0 13.0044,4.19086 12.5991,-4.79954 -0.1012,-2.23717 0.5634,-3.52124 1.7996,-3.89962 z"
           id="path11358"
           inkscape:connector-curvature="0" /><path
           style="fill:#510000;fill-opacity:1;stroke:none;stroke-width:0.18883981;stroke-miterlimit:1;stroke-dasharray:none"
           d="m 4517.8296,1072.8726 c 0.9589,-3.5539 2.8693,-7.3344 3.5996,-12.5988 0.4128,-2.9768 0.9795,-6.9098 1.5,-10.7989 -1.2527,0.334 -2.3999,1.2148 -3.5996,0.8994 -2.5993,-0.6825 -3.963,-3.2037 -5.3996,-5.6995 -1.4365,-2.4957 -3.0782,-5.1065 -6.2995,-5.3995 -3.221,-0.2937 -7.2659,1.2857 -10.7988,3.5997 -3.5329,2.314 -6.5748,5.4814 -8.3992,8.9991 -1.8243,3.5178 -3.3579,6.9262 -3.5996,10.799 -0.086,1.4178 1.1598,3.5043 1.4997,5.0996 0.2232,0.098 1.0267,0.2226 1.2,0.2994 3.6129,1.6131 7.4911,2.7015 11.3987,3.2997 3.6547,0.5596 6.4591,-0.7401 9.8992,-0.5999 2.4612,0.1009 4.3341,1.7076 6.8995,1.7998 0.7074,0.03 1.3776,0.2851 2.0996,0.2995 z"
           id="path6639"
           inkscape:connector-curvature="0" /><path
           style="fill:#510000;fill-opacity:1;stroke:none;stroke-width:0.18883981;stroke-miterlimit:1;stroke-dasharray:none"
           d="m 4555.9262,1083.3717 c 0.039,-0.1268 -0.039,-0.1718 0,-0.2995 1.1776,-4.0865 2.6324,-8.7404 1.7996,-12.5988 -0.8321,-3.8585 -1.1743,-9.2581 -2.6996,-13.7987 -0.7631,-2.2704 -1.797,-4.5575 -3.2996,-5.9995 -0.6059,-0.5817 -1.6306,-0.5289 -2.3999,-0.8994 -2.1473,2.1235 -4.3472,4.9591 -6.2996,4.7995 -1.5773,-0.1285 -1.6609,-1.351 -2.3996,-2.0998 -0.3283,0.4637 -0.9024,0.361 -1.2,0.8995 -1.5737,2.8481 -2.5365,6.552 -3.5996,10.499 -1.5797,5.8651 -3.4764,10.1647 -5.3995,13.7987 5.5159,2.8042 11.1515,6.1004 9.5991,7.7992 4.5112,3.3504 10.8134,-1.4803 15.8987,-2.0998 z"
           id="path6635"
           inkscape:connector-curvature="0" /><path
           style="fill:#900000;fill-opacity:1;stroke:none;stroke-width:0.18883981;stroke-miterlimit:1;stroke-dasharray:none"
           d="m 4576.9241,1019.1777 c -0.4714,2.3055 -0.9881,4.5377 -1.4999,6.8994 -1.2896,5.9495 -5.2814,10.7641 -8.9992,15.5985 0.8294,0.8668 2.1645,1.2836 2.6999,2.3998 1.1042,2.3033 1.8842,4.8272 4.1996,5.6994 4.6308,1.7444 10.8941,-3.3028 15.2984,-1.1999 4.4043,2.103 5.5091,5.341 7.7992,11.399 1.1452,3.0289 2.9892,7.4804 3.8999,11.9988 0.911,4.5184 0.8437,9.3451 -0.8997,12.8988 -1.7431,3.5537 -4.0044,5.6136 -7.1992,7.1993 -2.7282,1.3543 -6.5004,2.293 -10.4991,3.5997 0,0.098 0,0.2053 0,0.2995 0.2559,2.2856 5.4138,4.0853 7.1995,4.7995 6.7677,2.7024 14.6731,3.2535 19.7979,8.3992 2.2053,2.2083 4.0464,3.1425 6.5996,4.4996 2.7231,1.4494 2.7177,5.2512 5.6995,6.5994 2.461,1.1131 7.5203,3.326 10.1988,2.0998 1.494,-0.6815 2.7032,-4.387 3.8996,-5.6995 2.4226,-2.6636 5.3395,-4.6088 7.1995,-7.7993 1.9702,-3.3808 -0.9157,-4.135 -3.2996,-6.5993 -2.7681,-2.863 -4.7103,-6.3206 -7.7995,-8.9992 -2.6904,-2.3362 -6.1647,-4.4428 -8.0991,-7.4993 -2.0714,-3.2885 -3.0931,-6.5593 -6.5993,-8.6991 -2.4999,-1.5238 -1.7211,-6.8011 0.2994,-8.3992 -5.4671,-0.9762 -1.9785,-11.5327 -0.2994,-14.3987 -4.0207,-2.5088 -3.6365,6.1999 -3.2999,8.3992 -3.8987,-0.5769 -1.0627,-2.5162 -1.1996,-5.0995 -0.1459,-2.7172 -2.1086,-5.0952 -3.5999,-7.1993 -2.4818,-3.5029 -4.3044,-5.1964 -8.0992,-7.1993 -2.8363,-1.497 -7.8742,-2.4031 -7.4992,-6.5994 0.2262,-2.5651 5.1754,-4.9302 4.7995,-7.4993 0.3658,0.43 0.8158,0.7881 1.2,1.1999 0.7411,-2.5586 1.9032,-5.0415 2.9996,-7.4993 -0.48,-0.01 -0.4119,0.01 -0.8993,0 -8.7894,-0.1911 -18.8617,-0.9282 -23.3979,-2.9997 -0.3339,-0.1527 -0.2887,-0.4397 -0.6,-0.5999 z"
           id="path6647"
           inkscape:connector-curvature="0" /><path
           style="fill:#290000;fill-opacity:1;stroke:none;stroke-width:0.18883981;stroke-miterlimit:1;stroke-dasharray:none"
           d="m 4561.3254,937.28545 c 2.2036,2.75962 4.5044,6.19798 6.2996,9.89907 3.668,7.56321 6.8233,15.5601 11.3988,18.59823 4.5757,3.03816 8.9991,2.8446 12.8987,2.69975 3.8999,-0.14494 7.0915,-0.2122 9.5991,2.99974 2.5077,3.21178 1.9095,7.10941 0.8997,11.39891 -1.0098,4.28949 -2.4303,8.95094 -0.8997,14.09865 1.222,4.1101 5.8889,8.2525 10.1992,12.2989 0.086,-2.9132 3.4728,-1.0511 5.9995,-2.3998 1.3839,-0.7381 2.0601,-2.2903 3.8996,-2.0998 -3.6934,-4.5891 5.926,-0.8207 6.8992,-0.3 0.2351,-1.8214 -0.6229,-2.6908 -2.3996,-2.6997 1.0714,-1.5089 0.7764,-2.89789 -1.2,-3.29973 1.5387,-0.77676 3.0443,-0.6226 4.4996,0.29996 -0.125,-2.92253 3.3734,-2.93378 5.0995,-1.79983 -0.3005,-1.48805 -0.4598,-2.98768 -0.5999,-4.49957 0.8035,0.41671 1.6139,0.75643 2.3999,1.1999 -0.6931,-4.39868 -18.0037,-8.44191 -16.7986,-10.79898 1.5327,-2.99989 10.4541,1.99824 9.2991,-2.0998 -0.8274,-2.92551 -4.3531,-5.35056 -6.2992,-7.49928 -6.5653,-7.23796 -11.0842,-15.7818 -21.2982,-17.69835 -2.4997,-0.47025 -7.7299,-1.61492 -9.5989,0.89992 -2.1993,2.95229 -5.2484,-5.31069 -6.5995,-6.59937 0.7113,-0.50597 1.3827,-1.00581 2.0999,-1.49987 -3.1011,-2.81246 -2.5922,-4.81499 -7.1995,-5.99942 -2.5416,-0.65477 -5.7439,-1.42344 -7.1992,-3.89962 -2.7112,-4.61297 0.883,-11.42016 4.4996,-14.09869 3.1318,-2.31955 0.9012,-4.23756 -1.5,-6.29941 -3.5138,5.10194 -5.3346,8.2023 -11.9987,16.49844 -0.7238,0.9006 -1.6613,1.50059 -2.4,2.39979 -0.048,0.0586 0.048,0.24106 0,0.29996 z"
           id="path6621"
           inkscape:connector-curvature="0" /><path
           style="fill:#510000;fill-opacity:1;stroke:none;stroke-width:0.18883981;stroke-miterlimit:1;stroke-dasharray:none"
           d="m 4474.9338,892.88966 c 3.8579,6.58395 8.5792,13.37659 11.9988,14.69861 3.6894,1.42645 5.0739,0.40487 6.2995,-0.89992 1.2253,-1.30481 2.0496,-2.7573 4.7996,-1.79983 5.4995,1.91492 11.9077,11.80378 14.3984,18.29827 2.491,6.4945 3.7281,14.4241 1.1999,18.59824 -1.2639,2.08705 -3.6049,1.24431 -5.6995,0.89991 -2.0943,-0.34442 -3.9183,-0.24374 -4.1996,3.2997 -0.2827,3.54333 2.0294,8.35289 6.5995,11.99886 2.2848,1.82299 5.2921,3.26298 8.6992,4.19959 3.4067,0.93658 7.2307,1.45773 11.6988,0.89992 4.468,-0.55779 10.1434,-4.31125 15.8986,-9.59908 5.7552,-5.28783 11.6589,-12.12669 17.0984,-18.89823 6.6641,-8.29614 8.4849,-11.3965 11.9987,-16.49844 -1.4437,-1.23967 -3.0606,-2.64689 -3.2996,-3.89962 -1.3898,-7.2498 0.1578,-10.02201 5.3996,-13.7987 3.2023,-2.30946 -3.1318,-11.18823 4.7996,-11.09894 -3.1824,-4.50193 -6.5153,-11.23422 -9.2992,-12.89878 -6.1058,-3.65064 -10.9375,-2.82174 -14.9987,-1.79983 -4.0612,1.0219 -7.3319,2.45457 -10.4991,0.59992 -3.1669,-1.85462 -3.9493,-5.20899 -4.7996,-8.3992 -0.8502,-3.19018 -1.7434,-6.22075 -5.0992,-7.19932 -3.3562,-0.97855 -6.3275,1.66891 -9.5992,4.49957 -3.2719,2.8307 -6.8777,5.82023 -11.699,5.3995 -4.821,-0.42074 -9.7036,-4.96225 -14.3984,-9.59908 -4.6952,-4.63684 -9.3471,-9.32025 -14.0988,-10.19903 -0.6577,5.61603 6.271,10.16007 4.4996,15.59852 -1.7717,5.43842 -10.9467,5.42681 -14.3987,11.09895 -2.6755,4.39624 -2.1794,10.95666 -3.2996,16.49844 z"
           id="path6486"
           inkscape:connector-curvature="0" /><path
           style="fill:#290000;fill-opacity:1;stroke:none;stroke-width:0.18884;stroke-miterlimit:1;stroke-dasharray:none"
           d="m 4563.7254,824.49611 c -3.0961,-3.35999 -6.6478,-6.07417 -7.4992,-8.99915 -0.961,-3.29908 -0.1042,-4.64374 0.2994,-5.99942 0.4059,-1.35568 0.2797,-2.78022 -1.8,-5.39949 -2.0797,-2.61927 -6.1272,-4.81975 -11.0988,-6.59937 -4.9719,-1.77966 -10.63,-3.11405 -15.5986,-3.2997 -9.9376,-0.3713 -16.4633,6.80368 -29.9971,8.69919 -6.7671,0.94771 -16.7278,-0.54391 -26.3975,-1.49987 -2.9517,-0.29195 -4.9881,0.77761 -7.7853,0.65725 0.125,0.34604 0.1343,0.48906 0.2861,0.84262 2.2199,5.19575 10.003,10.39498 17.3983,15.59853 7.3951,5.20351 14.494,10.42039 15.2984,15.59852 0.2976,1.91519 -0.8321,2.30866 -1.2,3.59963 9.3992,-0.0997 23.6038,-0.16606 36.5966,-2.39975 8.5715,-1.47365 18.8016,-6.21501 28.4975,-10.19903 1.1508,-0.47297 1.8716,-0.15536 2.9996,-0.59996 z"
           id="path6533"
           inkscape:connector-curvature="0"
           sodipodi:nodetypes="sscsssssccsscssss" /><path
           style="fill:#510000;fill-opacity:1;stroke:none;stroke-width:0.18883981;stroke-miterlimit:1;stroke-dasharray:none"
           d="m 4587.7229,726.70535 c -4.8347,3.17146 -10.5372,5.93061 -13.7984,9.5991 -5.2641,5.92115 -8.1542,11.94795 -8.9992,16.79841 -0.4226,2.42523 -0.098,3.81599 0.5997,4.49957 0.697,0.68356 1.6896,0.68519 2.7,0.89992 1.01,0.21488 1.8829,0.48121 2.3996,1.49987 0.5166,1.0186 0.483,2.90409 -0.2994,5.99942 -0.7833,3.09533 -3.7029,5.89561 -8.0992,8.69919 -1.1479,0.73191 -2.9056,1.37029 -4.1996,2.09979 1.5009,-0.96649 2.4199,-2.05676 5.3996,-2.39978 10.0173,-1.15319 29.2617,7.6372 42.5958,8.69919 6.6671,0.53103 12.7934,-1.47561 18.8983,-2.69975 6.1049,-1.22413 11.9262,-1.74801 17.6983,1.19988 2.6148,1.33541 4.7508,5.66785 7.1992,8.69919 1.6357,-1.64474 3.2252,-3.30202 4.1996,-3.59966 1.3128,-0.40097 2.2806,0.16012 2.9999,0.89992 0.7188,0.7398 1.2806,1.68331 2.0997,2.09979 0.8187,0.41651 1.9874,0.17113 3.5996,-1.19988 3.2246,-2.74209 6.8778,-9.31417 9.5991,-16.19848 2.7214,-6.8843 4.3514,-13.95431 2.9996,-17.69831 -1.3514,-3.74404 -3.4573,-3.96611 -5.3992,-3.89963 -1.9422,0.0664 -3.6958,0.39258 -4.4996,-1.79983 -0.8035,-2.19247 0.9425,-3.9409 2.6996,-6.29941 0.1697,-0.22886 0.384,-0.52444 0.5524,-0.76526 -3.0356,-2.30283 -6.2745,-5.06511 -9.2521,-6.73405 -4.1309,-2.31562 -8.2049,-3.70829 -11.0988,-3.29967 -2.894,0.40862 -4.5636,1.70611 -5.6996,3.29967 -1.136,1.59358 -1.5687,3.66659 -2.0996,5.69948 -0.531,2.03289 -1.0214,3.97293 -2.1,5.69946 -1.0785,1.72653 -2.9204,3.22515 -5.6995,3.89962 -5.5579,1.34898 -13.4627,-1.13669 -21.2979,-4.79954 -7.8352,-3.66284 -15.5859,-8.58958 -19.798,-12.29882 -2.5297,-2.22762 -2.9636,-4.36929 -3.8999,-6.5994 z"
           id="path6583"
           inkscape:connector-curvature="0"
           sodipodi:nodetypes="cccccccccsccccccccccccccccccccccc" /><path
           style="fill:#510000;fill-opacity:1;stroke:none;stroke-width:0.18883981;stroke-miterlimit:1;stroke-dasharray:none"
           d="m 4569.1249,711.40681 c -4.0186,0.20595 -8.0733,1.01837 -11.3991,2.0998 -3.3255,1.08142 -5.1486,3.58406 -7.1992,5.99941 -2.0505,2.41538 -4.3329,4.80133 -8.3991,5.3995 -4.0663,0.59822 -11.0268,-1.86915 -17.0987,-4.49958 -0.7755,-0.33624 -1.1868,-0.36567 -1.9216,-0.70072 -1.5095,1.04429 -2.7854,2.00598 -4.0776,3.1005 -2.6258,2.22387 -4.6808,4.72945 -5.3996,7.79928 -0.8705,3.71859 -0.803,7.79696 0.013,12.23372 1.1824,-0.40231 2.2896,-0.7319 3.5854,-1.13477 6.4795,-2.01435 13.8457,-3.66895 17.6983,-2.69975 3.8528,0.9692 4.8492,3.14637 5.9995,5.39949 1.1503,2.2531 2.5946,4.63996 6.8992,5.99942 3.8282,1.2089 11.8146,-0.0423 19.1983,-1.19988 1.3919,-4.08973 2.8588,-8.35375 6.8995,-12.89878 3.2612,-3.66849 8.9637,-6.42764 13.7984,-9.5991 -0.6229,-1.48333 -2.0154,-3.07825 -2.3996,-4.49958 -0.9616,-3.55818 -1.5172,-6.79431 -4.7996,-8.69916 -3.2823,-1.90486 -7.3804,-2.30565 -11.3988,-2.0998 z"
           id="path6565"
           inkscape:connector-curvature="0"
           sodipodi:nodetypes="cccccccccccccccccccc" /><path
           style="fill:#290000;fill-opacity:1;stroke:none;stroke-width:0.18883981;stroke-miterlimit:1;stroke-dasharray:none"
           d="m 4633.9187,679.30985 c -6.2133,3.03887 -13.322,6.07572 -16.7984,8.69916 -5.3504,4.03781 -7.2349,5.6513 -8.0992,7.79928 -0.8639,2.14794 -0.6845,4.69939 -1.7999,10.49899 -1.1158,5.7996 -2.2175,15.42511 -1.8,24.89764 0.2203,5.01361 2.5714,8.70235 3.8999,13.19877 0.8063,0.40422 1.2872,0.82004 2.0997,1.19988 7.8352,3.66285 15.74,6.14852 21.2979,4.79954 2.7791,-0.67453 4.621,-2.17309 5.6995,-3.89962 1.0786,-1.72653 1.5687,-3.66657 2.1,-5.69946 0.5306,-2.03289 0.9636,-4.1059 2.0996,-5.69948 1.136,-1.59356 2.8056,-2.89105 5.6996,-3.29967 2.8939,-0.40865 6.9679,0.98405 11.0988,3.29967 2.9776,1.66894 6.2165,4.43122 9.2521,6.73405 1.5726,-2.24054 2.9457,-4.95151 2.4469,-8.53385 -0.552,-3.96754 -4.4954,-8.63197 -8.6991,-13.19877 -4.2041,-4.56681 -8.5379,-9.01618 -9.5992,-12.29883 -2.1228,-6.56532 2.4232,-4.04917 0,-9.89907 -1.2115,-2.92495 -5.3787,-5.82734 -9.5991,-8.99915 -3.7448,-2.81451 -7.2233,-6.00284 -9.2991,-9.59908 z"
           id="path6571"
           inkscape:connector-curvature="0"
           sodipodi:nodetypes="cccccccccccccccccccc" /><path
           style="fill:#290000;fill-opacity:1;stroke:none;stroke-width:0.18883981;stroke-miterlimit:1;stroke-dasharray:none"
           d="m 4505.8309,659.81167 c -1.6842,1.78031 -3.0148,3.45228 -4.7996,5.09953 -5.7874,5.34071 -12.2095,9.59953 -18.5983,10.19903 -3.1943,0.29979 -5.7772,-0.5768 -8.3992,-2.09979 -2.6219,-1.52296 -5.1909,-3.58151 -7.4992,-5.69949 -4.6165,-4.23592 -8.8831,-8.54943 -13.7987,-7.79924 -4.9156,0.75015 -8.0566,4.7099 -10.7991,8.69916 -2.7425,3.98929 -4.9558,8.17704 -7.4992,9.89907 -5.0871,3.4441 -5.9189,1.50487 -9.8991,4.19962 -3.9803,2.69474 -11.0896,7.83025 -12.8988,12.89877 -1.8092,5.06852 -0.5184,9.83923 1.5,14.09866 1.0092,2.12973 1.8404,4.18655 3.2996,5.99945 1.4592,1.81286 3.5216,3.35743 6.5992,3.89962 3.0776,0.54216 5.9686,-2.11149 9.2992,-4.79954 3.3305,-2.68808 7.134,-5.3861 11.999,-5.09953 4.8648,0.2866 12.3717,4.76347 18.598,9.29912 0.653,0.47573 0.578,0.43082 1.2,0.89991 0.077,-0.10743 -0.077,-0.19077 0,-0.29996 2.8821,-4.25693 7.5307,-10.5442 12.5987,-16.19848 5.0681,-5.65425 10.7003,-10.82002 15.8987,-12.29882 5.1984,-1.4788 9.5744,0.80295 13.4987,2.99971 3.924,2.19678 7.2942,4.33752 10.4989,2.69974 3.2049,-1.63778 4.8034,-4.54383 5.6995,-7.79925 0.8955,-3.25541 1.2009,-6.64695 1.5,-8.99915 0.5979,-4.70439 1.3943,-5.78633 -1.5,-10.19903 -2.5574,-3.89882 -12.0125,-5.47431 -16.4983,-9.59911 z"
           id="path6471"
           inkscape:connector-curvature="0" /><path
           style="fill:#290000;fill-opacity:1;stroke:none;stroke-width:0.18883981;stroke-miterlimit:1;stroke-dasharray:none"
           d="m 4456.3355,737.50433 c -4.3779,-2.2872 -9.345,-4.47871 -14.9987,-5.69945 -6.7918,-1.46654 -17.1242,-1.318 -26.9975,0 -3.1022,0.41409 -4.6248,1.76388 -7.4991,2.39978 0.086,0.25446 0.572,0.3205 0.5999,0.59993 0.2619,2.65477 -1.6627,4.54621 -3.5996,6.59937 -1.9371,2.05318 -3.9963,4.19039 -3.5999,7.49931 0.3967,3.3089 4.1344,5.32131 7.7995,7.79925 3.6648,2.47794 7.2611,5.59041 7.7992,10.79898 0.039,0.40008 -0.5866,0.8046 -0.6,1.19988 6.3981,0.3833 13.0205,0.93688 20.698,0 6.4647,-0.78884 10.6172,-2.63769 15.5986,-4.19958 -0.3425,-3.17096 -0.7863,-6.31456 0,-10.19907 1.1104,-5.48395 3.0372,-11.15299 4.1996,-15.29853 0.1756,-0.62251 0.4426,-0.93218 0.6,-1.49987 z"
           id="path6777"
           inkscape:connector-curvature="0" /><path
           style="fill:#290000;fill-opacity:1;stroke:none;stroke-width:0.18883981;stroke-miterlimit:1;stroke-dasharray:none"
           d="m 4348.0457,682.30956 c -8.6641,1.14592 -19.7691,9.82011 -29.9971,12.89877 -5.1142,1.53934 -11.3723,1.66136 -17.0984,2.0998 -5.726,0.4385 -10.9288,0.92229 -14.0987,3.2997 -3.1698,2.37743 -3.1987,4.64139 -3.2996,6.89933 -0.1012,2.25797 -0.086,4.73219 -3.5999,7.49932 -3.5142,2.76709 -11.0931,3.07842 -18.598,3.59963 -7.5048,0.52123 -14.9737,1.14577 -18.2983,4.79957 -3.3246,3.65376 -4.6912,7.0231 -4.7996,10.49899 -0.1101,3.47589 0.8774,7.09177 1.7997,10.79899 0.9226,3.70721 2.0845,7.3539 4.1996,10.79898 0.2988,0.48591 1.161,0.72855 1.4999,1.19988 0.5491,-0.23988 0.9304,-0.34702 1.5,-0.59995 16.8974,-7.50384 54.2333,-13.9934 70.1933,-8.09921 0.1696,-0.14226 0.128,-0.46163 0.2994,-0.59996 4.2272,-3.411 9.4039,-5.49547 13.1987,-6.89936 3.7952,-1.40386 5.9802,-0.61903 8.3995,0.29999 2.419,0.91902 4.9412,2.05459 9.8988,1.19988 4.9576,-0.85471 11.1262,-5.2331 17.6983,-9.29912 2.7645,-1.71031 5.7945,-1.94926 8.6992,-3.2997 0,-0.22201 -0.2994,-0.37847 -0.2994,-0.59992 -0.03,-4.0967 0.4667,-8.18391 -1.7999,-11.09895 -2.2666,-2.91507 -6.0296,-3.21476 -9.5989,-3.89965 -3.5692,-0.68489 -7.1138,-1.73052 -8.9991,-5.99942 -1.8857,-4.2689 -1.2622,-10.84815 0.5996,-17.39835 0.7393,-2.60169 2.2482,-4.64714 3.2851,-7.02704 -3.0541,-0.86611 -6.1856,-1.68043 -10.7842,-1.0722 z"
           id="path6785"
           inkscape:connector-curvature="0" /><path
           style="fill:#290000;fill-opacity:1;stroke:none;stroke-width:0.18883981;stroke-miterlimit:1;stroke-dasharray:none"
           d="m 4240.6558,728.50518 c -5.4296,-2.07697 -11.1557,-4.85769 -13.1988,-7.79925 -2.0776,-2.99143 -1.3309,-6.31485 -0.5999,-9.29912 0.7306,-2.98429 1.3639,-5.71615 -0.8994,-7.79927 -2.2639,-2.0831 -5.2377,-0.2247 -8.6992,1.19987 -1.7306,0.71228 -3.5422,1.21333 -5.3995,1.19991 -1.8571,-0.0149 -3.8306,-0.59219 -5.6993,-2.39978 -2.6136,-2.52797 -2.2577,-10.11642 -2.3999,-16.79841 -7.1314,-1.62144 -10.9488,-4.86022 -18.8983,-4.49957 -5.0466,0.22886 -11.0339,0.14642 -17.0983,1.49984 -1.4238,0.31775 -2.5,1.91042 -3.8996,2.39978 -0.03,0.14583 -0.3033,0.14464 -0.2994,0.29996 0.068,3.17848 2.7038,5.80576 2.0996,8.99916 -0.3485,1.83626 -0.7812,3.67394 0.8994,5.09953 2.0479,1.73804 3.5561,6.57496 5.9995,6.89933 -6.3632,5.0356 -9.7702,8.10254 -0.2994,12.29885 4.1041,1.82138 2.7136,8.865 0.2994,11.99887 4.7317,-0.57442 8.6504,5.85216 10.7991,9.59908 0.8188,1.42555 1.7559,11.0746 4.4996,9.89907 4.738,-2.03269 7.109,2.5593 11.9988,1.49987 2.2886,-0.49704 5.0266,-0.70296 7.1992,0.29996 2.3214,1.0714 1.1759,2.57406 1.4999,4.49957 0.8036,4.76773 12.7678,-2.44921 15.8984,-1.49986 1.3473,0.40912 7.3843,2.9606 11.0991,5.09953 2.9086,-1.33494 6.4058,-2.84245 10.1991,-4.49958 -0.3389,-0.47133 -1.2014,-0.71397 -1.4999,-1.19988 -2.1151,-3.44508 -3.2773,-7.09177 -4.1996,-10.79898 -0.9226,-3.70722 -1.908,-7.3231 -1.8,-10.79899 0.057,-1.77903 1.5914,-3.62389 2.4,-5.39949 z"
           id="path6865"
           inkscape:connector-curvature="0" /><path
           sodipodi:nodetypes="ccccccccccccccccccccccccccccccccsccccccccsccccccccccscccccsccccccccccccccccccccc"
           inkscape:connector-curvature="0"
           id="RU-SPE"
           transform="matrix(2.8325971,0,0,2.8325971,-296.75637,47.137748)"
           d="m 1587.4531,201.04492 c -1.0599,1.05793 -2.1193,2.10267 -3.2812,3.07031 -2.9208,2.43124 -6.5935,3.991 -9.2149,6.77735 1.4878,0.0169 2.2248,-0.005 3.4961,-0.8457 0.4781,-0.31624 1.6648,-1.01429 2.2227,-0.42383 -0.7565,0.44338 -0.1922,1.33048 0,1.90625 -0.538,-0.25952 -1.0689,-0.55242 -1.5879,-0.84766 0.9067,1.0055 3.0768,2.72401 4.3418,3.17578 1.8061,0.64406 3.3064,-0.57995 5.082,0.63672 0.083,0.0567 3.732,2.01171 2.1192,2.01172 -1.7599,0 -3.3887,-1.11364 -5.1895,-1.16406 -0.8511,-0.0241 -1.3116,0.4705 -1.8008,0.95312 -0.4101,0.40456 -0.8476,0.80305 -1.4824,0.8457 -0.7953,0.0536 -1.7974,-1.06432 -2.3301,0 -0.1585,0.3173 -0.1966,0.84556 -0.6347,0.84766 -0.7449,0.005 -2.1669,-1.46357 -1.9063,0 0.123,0.69134 0.7465,0.98087 0.2129,1.69531 0.5232,0.20383 1.0678,0.48809 1.2695,1.0586 -1.8061,-0.0251 -1.6932,1.26339 -2.33,2.54101 -0.4358,0.87137 -1.5923,1.32823 -1.6934,2.33008 0.494,-0.17276 0.8743,-0.73548 1.3769,-0.84766 2.1409,-0.47777 4.2536,-0.44848 6.0352,-0.52929 3.5632,-0.16165 3.596,1.98788 8.4727,2.01172 2.4383,0.0119 5.9756,-1.11219 9.6367,-2.22266 3.6611,-1.11046 7.4426,-2.25581 10.3789,-2.33008 2.9363,-0.0743 5.4834,0.10444 7.8359,0.5293 1.7869,0.32273 3.432,0.88236 5.0821,1.48242 0.4519,-0.40842 0.8428,-1.02496 1.2714,-1.37695 1.2175,-0.99975 2.1793,-1.84425 2.3301,-3.07031 0.1512,-1.22606 -0.41,-1.91591 -1.0586,-2.54297 -0.6485,-0.62708 -1.318,-1.16515 -1.3769,-2.43555 -0.076,-1.62388 1.1648,-3.70592 2.2226,-5.82422 h -0.7402 c -0.2563,0 -0.6272,0.0415 -0.8477,-0.10547 -0.1934,-0.12911 -0.501,-0.18464 -0.6347,-0.31836 -0.093,-0.0931 -0.084,-0.65612 0,-0.74023 0.2301,-0.23006 0.656,-0.3377 0.8476,-0.5293 0.139,-0.13897 0.061,-0.48494 0.1055,-0.52929 0.056,-0.0557 0.1915,-0.46509 0.1055,-0.63672 -0.1939,-0.38739 -0.7029,-0.57773 -0.9532,-0.95313 -0.084,-0.12569 -0.2139,-0.27201 -0.3183,-0.42383 -3.2853,0.42903 -6.6826,0.53464 -9.3184,1.48242 -1.7677,0.63563 -3.1306,1.80594 -4.4472,2.85938 -0.4256,0.34049 -0.8511,0.449 -1.2715,0.74219 0.1914,0.28712 0.5715,1.22736 0.2109,1.58789 -0.056,0.0555 -0.1069,0.26643 -0.2109,0.31836 -0.3581,0.17902 -0.7302,-0.0218 -0.9532,0.42383 -0.1717,0.34567 -0.093,1.14095 -0.2109,1.37695 -0.2228,0.44533 -0.5544,1.70688 -0.9531,1.90625 -0.2904,0.14511 -0.6291,0.2134 -0.9531,0.10547 -0.2976,-0.0991 -0.6591,-0.0317 -0.9532,-0.10547 -0.6063,-0.15158 -1.0243,-0.81345 -1.3769,-1.16602 -0.1793,-0.17933 -0.8414,0 -1.0586,0 -0.2935,0 -0.6386,-0.10454 -0.8477,0 -0.2368,0.11847 -0.4849,0.59045 -0.7422,0.84766 -0.075,0.0748 -0.054,0.53096 -0.1054,0.63477 -0.055,0.10851 -0.3493,0.34902 -0.4239,0.42382 -0.059,0.0588 -0.024,0.23738 -0.1054,0.31836 -0.3326,0.33255 -0.8801,0.63477 -1.377,0.63477 -0.087,0 -0.4746,-0.0512 -0.5293,-0.10547 -0.1183,-0.11817 -0.4389,-0.56076 -0.5293,-0.74219 -0.061,-0.12244 -0.1974,-0.92133 -0.3183,-1.16406 -0.1949,-0.38999 -0.6383,-0.74894 -0.8457,-1.16406 -0.1348,-0.26951 -0.3238,-1.38425 -0.5293,-1.58985 -0.1756,-0.17544 -0.4709,-0.47403 -0.6368,-0.52929 -0.1822,-0.0607 -0.4636,0.0855 -0.6347,0 -0.3602,-0.18009 -0.7145,-0.1853 -0.9531,-0.42383 -0.5967,-0.59686 -0.4061,-1.20168 -0.6348,-2.11719 -0.02,-0.0871 -0.097,0.005 -0.1074,0 0.02,-0.005 -0.011,-0.0807 0,-0.10547 -0.017,-0.0119 -0.084,0.0326 -0.1055,0 -0.048,-0.0724 0.039,-0.24052 0,-0.31836 -0.1166,-0.23335 -0.4047,-0.38562 -0.5293,-0.63476 -0.039,-0.0773 -1.6736,-0.91552 -2.0117,-1.16602 -0.6369,0 -1.5168,-0.35312 -1.1641,-1.05859 0.1742,-0.34756 0,-0.422 0.3164,-0.74024 0.03,-0.0329 -0.043,-0.17013 0,-0.21289 0.3251,-0.32489 1.2084,-0.3912 1.6953,-0.63476 0.042,-0.021 0.067,-0.077 0.1055,-0.10547 -1.6347,-1.04533 -2.9328,-1.72628 -4.5547,-2.75391 z"
           style="fill:#510000;fill-opacity:1;stroke:none;stroke-width:0.06666667;stroke-miterlimit:1;stroke-dasharray:none" /><path
           style="fill:#290000;fill-opacity:1;stroke:none;stroke-width:0.18883981;stroke-miterlimit:1;stroke-dasharray:none"
           d="m 4302.1499,680.80969 c 1.4779,0.53754 3.0255,0.90319 4.4996,1.49987 6.1385,2.48439 12.8999,2.22416 18.5983,4.19958 1.8746,0.64998 3.4883,2.32788 5.0995,3.59966 6.1549,-3.23378 12.5667,-7.12051 17.6984,-7.79924 8.664,-1.14592 11.944,2.55436 19.7982,2.69974 7.854,0.14553 15.343,-4.49335 26.6975,-2.69974 6.1296,0.96827 14.2698,5.89067 20.6979,9.29911 2.9636,-3.5402 6.4296,-7.3564 9.2992,-9.29911 3.9802,-2.69475 4.812,-0.75555 9.8991,-4.19962 2.5434,-1.72203 4.7567,-5.90978 7.4992,-9.89907 2.7425,-3.98926 5.8835,-7.94898 10.7991,-8.69916 4.9156,-0.75016 9.1822,3.56332 13.7987,7.79924 2.3083,2.11798 4.8773,4.17653 7.4992,5.69949 2.622,1.52293 5.2049,2.39955 8.3992,2.09979 6.3888,-0.59948 12.8109,-4.85832 18.5983,-10.19903 1.7848,-1.64725 3.1154,-3.31922 4.7996,-5.09953 -0.5914,-0.54368 -1.7339,-0.84501 -2.1,-1.49984 -1.5711,-2.81171 -2.3202,-5.77543 -2.3996,-8.69919 -0.077,-2.92373 0.5107,-5.89421 2.3996,-8.3992 0.2202,-0.29285 0.6625,-0.32485 0.8994,-0.59996 -1.0881,-0.59236 -0.93,-0.5937 -2.0997,-1.19988 -8.7069,-4.51398 -19.2958,-9.22578 -26.9974,-9.59907 -7.7016,-0.37333 -13.8267,2.20199 -20.398,5.39946 -6.5715,3.1975 -13.7383,6.93951 -23.6978,8.69919 -9.9596,1.75969 -25.6776,5.30813 -40.4962,6.89933 -7.4093,0.79558 -14.6573,1.105 -20.6979,0.59996 -6.041,-0.50502 -10.8489,-1.85489 -13.7988,-4.49958 -2.9502,-2.64469 -4.3942,-5.00525 -4.7995,-6.89933 -0.4063,-1.89412 0.116,-3.34982 0.8993,-4.79957 1.5693,-2.8995 4.1949,-5.13971 2.3997,-8.09921 -2.6476,-4.36512 -8.676,-5.86243 -13.4988,-8.39923 -2.4746,1.25547 -4.8784,2.18589 -7.4992,2.69975 -4.9361,0.96794 -9.8979,1.46126 -14.6987,2.09982 0.069,0.12202 0.2054,0.20565 0.2997,0.29996 0.5578,0.5576 1.9065,1.11348 2.3997,2.09979 0.3148,0.63067 0.1339,3.16414 -0.2994,3.59966 -0.4917,0.49187 0.095,1.45235 -1.2,2.09983 -1.0824,0.23451 -3.4579,2.41594 -3.8996,3.29967 -0.5086,1.0175 -0.3753,1.38725 -1.1999,1.79983 -1.2705,0.63537 -1.4333,0.89991 -2.9997,0.89991 h -0.6 c -2.9963,6.00028 -6.5129,11.89863 -6.2995,16.49844 0.1667,3.59854 2.0628,5.12311 3.8999,6.89937 1.8372,1.77623 3.4273,3.72638 2.9996,7.19929 -0.427,3.47294 -3.1505,5.86731 -6.5995,8.69919 -1.2142,0.99706 -2.3193,2.74275 -3.5996,3.89963 z"
           id="path6900"
           inkscape:connector-curvature="0" /><path
           style="fill:#510000;fill-opacity:1;stroke:none;stroke-width:0.18883981;stroke-miterlimit:1;stroke-dasharray:none"
           d="m 4430.838,909.08811 c 0.6199,-2.48833 2.5678,-4.29581 2.6996,-6.89933 0.3792,-7.47774 -0.9854,-15.15679 -3.2996,-20.09811 -2.3145,-4.94132 -5.0534,-7.83722 -8.3992,-9.89907 -3.3457,-2.06184 -7.3319,-3.21196 -12.8987,-4.19958 -5.5671,-0.98765 -13.7499,-0.30958 -21.5982,1.49984 -7.8483,1.80941 -15.3469,4.72573 -19.498,8.3992 -4.1511,3.67347 -6.7757,6.91763 -8.0992,10.49902 -0.3562,0.96283 -0.122,2.28878 -0.2997,3.29967 0.3015,0.18363 0.5798,0.12946 0.8994,0.29999 0.4351,0.23214 6.1237,2.70868 6.2995,2.69975 5.1398,-0.24702 9.7861,-5.68285 15.5987,-5.09953 3.3481,0.33925 4.9532,5.34161 6.8992,7.49928 2.1428,2.37791 5.8362,2.48529 7.1992,5.69949 4.9999,-2.87793 2.6401,-4.96948 8.6992,-1.79983 3.1368,1.64278 11.7976,5.14435 14.3987,2.09979 2.244,4.47607 5.5519,1.76989 8.0992,4.79954 0.7794,0.92718 2.1937,0.69546 3.2999,1.19988 z"
           id="path6501"
           inkscape:connector-curvature="0" /><path
           style="fill:#290000;fill-opacity:1;stroke:none;stroke-width:0.18884;stroke-miterlimit:1;stroke-dasharray:none"
           d="m 4457.674,800.74099 c -4.2514,0.12142 -7.8434,0.71913 -10.6376,2.15718 -11.1777,5.75216 -13.2193,11.12353 -14.0988,19.79811 -0.6526,6.4439 3.5633,13.00869 7.4992,19.19819 2.0663,-1.34053 4.1812,-2.32184 6.5996,-2.09979 7.8003,0.71617 10.8839,13.80336 18.5982,15.59852 7.7141,1.79516 12.9943,-7.45708 22.4979,-5.69945 0.3283,-2.80805 2.8541,-4.09748 5.0996,-5.99945 2.2452,-1.90197 4.404,-4.42098 3.5996,-9.59908 -0.8044,-5.17813 -7.9034,-10.39501 -15.2987,-15.59852 -7.395,-5.20355 -15.1781,-10.40278 -17.3983,-15.59853 -0.3196,-0.74691 -0.3943,-1.38624 -0.6,-2.09982 -4.434,-0.26053 -5.8607,-0.10361 -5.8607,-0.0574 z"
           id="path6547"
           inkscape:connector-curvature="0"
           sodipodi:nodetypes="ssscsscsssscss" /><path
           style="fill:#290000;fill-opacity:1;stroke:none;stroke-width:0.18883981;stroke-miterlimit:1;stroke-dasharray:none"
           d="m 4465.6346,1008.0788 c -5.6662,-1.7487 -10.45,1.0077 -14.3987,3.8996 -1.9743,1.4459 -4.5344,3.3299 -6.2995,5.3995 -1.7648,2.0696 -2.6202,4.4479 -1.4996,6.8993 1.1202,2.4514 4.5177,2.0017 8.0991,1.4999 3.5815,-0.502 7.39,-1.0911 9.5992,0.8994 2.2091,1.9911 2.1338,5.4912 2.0996,8.9992 -0.039,3.508 -0.086,7.0716 2.1,8.3992 2.188,1.3275 4.4287,1.5164 6.5992,0.8994 2.1708,-0.6162 4.3897,-1.9942 5.9995,-3.8996 3.2196,-3.8114 3.1559,-11.1055 1.2,-17.0984 -1.9559,-5.9919 -7.8328,-14.1489 -13.4988,-15.8975 z"
           id="path6655"
           inkscape:connector-curvature="0" /><path
           style="fill:#290000;fill-opacity:1;stroke:none;stroke-width:0.18883981;stroke-miterlimit:1;stroke-dasharray:none"
           d="m 4396.641,823.5962 c -5.5251,-3.22566 -11.6285,-5.60946 -17.6983,-8.09924 -6.2787,-2.57553 -14.1121,-4.66856 -21.5979,-5.99942 -2.1886,-0.38916 -3.6175,-0.0673 -5.6995,-0.29999 0.2827,0.62704 1.1568,0.84599 0.5999,2.09982 -1.2103,2.72579 -6.0668,3.19378 -10.7988,4.19959 -4.7323,1.0058 -9.3735,2.60728 -10.4991,7.19932 -0.5625,2.29604 0.1518,4.48919 1.8,6.59937 1.6478,2.11021 4.1341,4.18292 6.5992,6.29941 1.0416,0.89426 1.9892,1.77998 2.9996,2.69975 11.9598,-4.1742 39.5626,0.20922 49.4954,5.69945 1.4216,0.78578 1.1672,1.81617 2.0999,2.69975 -0.2262,-1.39639 -0.068,-2.37705 -0.2994,-3.89963 -0.7422,-4.91718 -1.2187,-10.41858 0.8994,-15.89848 0.3818,-0.9892 1.599,-2.22536 2.0996,-3.2997 z"
           id="path6759"
           inkscape:connector-curvature="0" /><path
           style="fill:#290000;fill-opacity:1;stroke:none;stroke-width:0.18883981;stroke-miterlimit:1;stroke-dasharray:none"
           d="m 4333.6469,820.89645 c -2.1017,-2.12771 -4.26,-3.83846 -6.2992,-6.29941 -3.4481,-4.16098 -7.1426,-8.33066 -11.9988,-10.49899 -4.8564,-2.16833 -9.3607,-2.96001 -14.3987,-3.2997 -0.1637,-0.0119 -0.433,0.009 -0.5999,0 -1.1622,2.1303 -2.0036,4.28416 -4.7996,6.29941 -4.224,3.04435 -11.4256,4.67388 -17.9983,6.59937 1.1749,0.77262 2.6767,1.23603 2.9996,2.39978 0.4675,1.67555 -8.8346,7.02969 -10.7988,7.19932 -5.4969,0.47621 -9.8911,-5.06113 -15.2987,-0.59995 -2.5892,2.13685 1.4285,5.02266 2.9996,6.29941 3.1187,2.53267 2.0273,2.66558 2.6999,6.29941 1.0149,5.44925 2.572,11.21963 8.3992,13.19874 4.7023,1.59519 8.7533,-0.92218 8.3992,-5.99942 5.4403,0.378 8.5518,2.4011 13.7987,0.29996 4.7915,-1.91661 8.1593,1.44106 12.2988,-0.29996 4.3659,-1.83923 7.3688,4.59461 8.6991,7.49929 1.4286,3.11301 6.1097,3.49532 7.4995,6.59937 -0.8687,0.53939 -1.9707,0.69545 -2.9999,0.89991 2.8017,0.23244 5.3457,-0.161 7.4995,-0.89991 7.7123,-2.64615 6.6385,-14.12407 18.598,-18.29827 -1.0104,-0.91977 -1.958,-1.80552 -2.9996,-2.69975 -2.4651,-2.11649 -4.9514,-4.1892 -6.5992,-6.29941 -1.6482,-2.11018 -2.3628,-4.30333 -1.8,-6.59937 0.2857,-1.17032 2.0128,-0.97836 2.6996,-1.79983 z"
           id="path6765"
           inkscape:connector-curvature="0" /><path
           style="fill:#290000;fill-opacity:1;stroke:none;stroke-width:0.18883981;stroke-miterlimit:1;stroke-dasharray:none"
           d="m 4357.9448,768.70138 c -5.1924,-2.64406 -13.7345,-0.047 -20.9979,0.29999 -1.842,5.38456 -4.5755,10.63908 -7.4995,14.09866 -3.2181,3.80787 -7.5421,5.01459 -11.6988,5.99942 -4.1568,0.98485 -8.2614,1.72343 -11.0991,3.89965 -3.1708,2.43166 -4.8282,5.10233 -6.2992,7.79925 0.1666,0.009 0.4348,-0.0119 0.5999,0 5.038,0.33972 9.5423,1.13137 14.3987,3.2997 4.8562,2.16833 8.5507,6.33801 11.9988,10.49899 2.0392,2.46095 4.1975,4.1717 6.2992,6.29941 2.0086,-2.40178 4.2734,-4.65002 7.7995,-5.39949 4.732,-1.00581 9.5885,-1.4738 10.7988,-4.19959 1.2104,-2.72582 -0.1815,-3.40223 -1.4996,-4.49958 -1.3181,-1.09738 -2.7261,-2.67352 -1.5,-6.89936 1.2262,-4.22583 8.3468,-8.52771 15.2984,-13.19874 1.4253,-0.95762 2.5365,-2.01518 3.8999,-2.99971 -4.7633,-2.14018 -3.7704,-11.57218 -10.4991,-14.9986 z"
           id="path6741"
           inkscape:connector-curvature="0" /><path
           style="fill:#510000;fill-opacity:1;stroke:none;stroke-width:0.18883981;stroke-miterlimit:1;stroke-dasharray:none"
           d="m 4492.6321,997.27979 c -1.488,2.06652 -3.4017,4.07701 -3.8996,6.29941 -0.7785,3.4723 -0.4244,7.2584 0.2994,11.9989 0.7247,4.7405 4.6454,10.5016 8.6992,15.8985 2.6219,3.4906 4.2668,6.2171 6.2995,8.9991 1.2071,-0.2765 2.5258,-1.2976 3.5996,-1.1999 3.221,0.2929 4.8627,2.9037 6.2992,5.3995 1.4366,2.4958 2.8003,5.0172 5.3996,5.6995 5.199,1.3646 11.1571,-5.1751 15.5987,-3.8997 2.2204,0.6374 2.6416,2.3669 3.2996,4.1996 0.6586,1.8328 1.7383,3.6496 4.7995,3.8997 3.0613,0.2506 6.3936,-3.5657 9.8992,-7.4993 3.5052,-3.9336 7.187,-8.0637 10.4988,-7.7993 1.7071,0.1363 2.1175,1.4778 2.9999,2.3998 3.7178,-4.8344 7.7093,-9.649 8.9992,-15.5985 0.5116,-2.3617 1.0288,-4.5939 1.4996,-6.8994 -3.913,-2.0185 -6.4287,-4.5011 -8.0992,-6.8993 -1.8032,-2.589 -2.9725,-4.8502 -5.3995,-6.5994 -4.8537,-3.4983 -2.7895,-4.5296 -14.0987,-7.19933 -5.6543,-1.33484 -15.4067,-0.51239 -25.4975,0.29996 -10.0908,0.81239 -20.6453,1.61477 -28.4972,-0.29996 -1.0225,-0.2494 -1.721,-0.88485 -2.6999,-1.19988 z"
           id="path6645"
           inkscape:connector-curvature="0" /><path
           style="fill:#290000;fill-opacity:1;stroke:none;stroke-width:0.18883981;stroke-miterlimit:1;stroke-dasharray:none"
           d="m 4535.8279,960.0833 c 1.3682,0.45442 2.4416,1.12044 3.8996,1.49987 2.9157,0.75879 5.8451,1.3327 8.0992,2.39975 2.2544,1.06706 3.9681,2.61332 4.1996,4.79957 0.4628,4.37244 -2.1931,8.36331 -5.6993,11.39891 -3.5064,3.0356 -7.9494,4.90275 -11.399,5.39949 -3.4493,0.49675 -4.8112,-1.965 -6.5993,-4.49957 -1.788,-2.53458 -4.0073,-5.0354 -8.9991,-3.89963 -4.9921,1.13577 -12.9666,4.21414 -18.8983,9.89907 -2.9657,2.84245 -5.2871,6.26962 -6.5995,10.499 0.048,0.0119 -0.048,0.28719 0,0.29996 0.5455,0.15624 0.9419,0.46394 1.4999,0.59995 7.8522,1.91473 18.4067,1.11235 28.4975,0.29996 10.0908,-0.81235 19.8429,-1.6348 25.4975,-0.29996 11.3092,2.66973 9.2449,3.70103 14.0987,7.19933 2.4267,1.7492 3.596,4.0104 5.3995,6.5994 1.8033,2.5889 4.1627,5.4278 8.6992,7.4993 4.5362,2.0714 14.6085,2.8087 23.3976,2.9997 0.4886,0.01 0.4196,-0.01 0.8996,0 2.4119,-5.4072 4.3508,-10.6381 -0.2997,-15.8985 2.7413,0.027 4.138,2.7787 5.3996,4.7995 -0.5866,-1.8362 -0.7601,-4.0871 -2.3996,-5.3995 2.488,0.7024 4.64,2.4152 6.8992,3.5997 -0.095,-0.4878 0.2887,-0.267 0.2994,-0.5999 -4.3103,-4.0464 -8.9772,-8.1888 -10.1989,-12.2989 -1.5303,-5.14771 -0.1101,-9.80916 0.8994,-14.09865 1.0095,-4.2895 1.6077,-8.18713 -0.8994,-11.39891 -2.5076,-3.21182 -5.6995,-3.14459 -9.5991,-2.99974 -3.8999,0.14494 -8.323,0.33838 -12.8987,-2.69975 -4.5758,-3.03813 -7.7311,-11.03502 -11.3991,-18.59823 -1.7949,-3.70109 -4.096,-7.13945 -6.2993,-9.89907 -4.771,5.80028 -9.7592,11.66009 -14.6987,16.19848 -3.9219,3.60338 -7.3081,4.94674 -10.7991,6.59937 z"
           id="path6619"
           inkscape:connector-curvature="0" /><path
           style="fill:#510000;fill-opacity:1;stroke:none;stroke-width:0.18883981;stroke-miterlimit:1;stroke-dasharray:none"
           d="m 4474.9338,892.88966 c -0.3256,1.60832 0,3.53698 -0.8994,4.79954 -4.0076,5.61282 -12.1098,3.65763 -17.0986,9.89907 -2.4943,3.12071 -2.5244,7.97814 -2.9996,12.89878 -0.4753,4.92063 -1.2887,9.96686 -5.3996,14.09865 -1.8327,1.8423 -6.6611,2.73999 -10.1988,4.19962 0.9071,1.02452 1.9517,2.0961 0.2994,3.29967 0.8898,0.72025 1.8862,0.89456 2.9996,0.59995 0.5512,2.70531 -1.4041,11.42215 -4.4996,11.6989 -3.2648,0.29166 -6.9971,-0.93688 -10.1991,-0.29996 -2.8094,0.55951 -5.9126,-1.82748 -7.7992,1.49984 -0.9407,1.66364 -1.974,3.04611 -3.8996,3.59966 -3.7975,1.0922 -8.0822,7.74687 -3.2996,8.6992 -3.1011,2.71721 -0.4878,5.32815 2.6996,3.89962 0.8036,-0.35996 1.4068,-0.77742 2.1,-1.19988 -0.3947,0.39184 -0.9542,0.95971 -1.2,1.49984 4.0684,0.46133 7.8063,-2.31818 11.6988,-2.99971 4.9198,-0.86009 2.7008,4.49015 6.5995,3.2997 -1.4017,1.23485 -3.8847,1.87715 -5.9995,2.99971 8.7554,0.16131 18.7849,0.12232 29.0974,3.29967 6.2763,1.93391 11.9613,5.89948 17.9983,9.89907 5.5728,3.69225 11.8351,6.94909 18.898,8.99916 1.3124,-4.22938 3.6338,-7.65655 6.5995,-10.499 5.9317,-5.68493 13.9062,-8.7633 18.8983,-9.89907 4.9918,-1.13577 7.2111,1.36505 8.9991,3.89963 1.7881,2.53457 3.15,4.99632 6.5993,4.49957 3.4496,-0.49674 7.8926,-2.36389 11.399,-5.39949 3.5062,-3.0356 6.1627,-7.02647 5.6993,-11.39891 -0.2321,-2.18625 -1.9452,-3.73251 -4.1996,-4.79957 -2.2541,-1.06705 -5.1835,-1.64091 -8.0992,-2.39975 -1.458,-0.37946 -2.5314,-1.04545 -3.8996,-1.49987 -1.6318,0.77254 -3.6761,2.82203 -5.0995,2.99971 -4.4681,0.55781 -8.2921,0.0366 -11.6988,-0.89992 -3.4071,-0.93658 -6.4144,-2.3766 -8.6992,-4.19959 -4.5701,-3.64597 -6.8807,-8.45553 -6.5995,-11.99886 0.2798,-3.54335 2.1053,-3.64406 4.1996,-3.2997 2.0946,0.34443 4.4356,1.18714 5.6995,-0.89991 2.5282,-4.17414 1.2911,-12.10374 -1.1999,-18.59824 -2.4907,-6.49449 -8.8989,-16.38335 -14.3984,-18.29827 -2.75,-0.95741 -3.5743,0.49502 -4.7996,1.79983 -1.2256,1.30479 -2.6101,2.32637 -6.2995,0.89992 -3.4196,-1.32202 -8.1409,-8.11466 -11.9988,-14.69861 z"
           id="path6613"
           inkscape:connector-curvature="0" /><path
           style="fill:#290000;fill-opacity:1;stroke:none;stroke-width:0.18883981;stroke-miterlimit:1;stroke-dasharray:none"
           d="m 4639.0182,856.89304 c -5.2347,-3.27607 -10.2167,-6.05677 -13.1987,-8.69916 -4.8183,-4.26956 -4.5737,-8.00157 -8.6992,-9.89907 -4.1258,-1.89751 -8.1051,2.62415 -14.0987,0 -2.9966,-1.31208 -3.8246,-5.17379 -5.6995,-8.99916 -1.875,-3.82534 -4.8838,-7.78329 -11.3988,-9.59908 -6.5153,-1.81578 -15.5017,1.41544 -25.1978,5.3995 -9.6959,3.98402 -19.926,8.72538 -28.4972,10.19903 -12.9928,2.23383 -27.1977,2.30002 -36.5966,2.39975 -0.6258,2.1995 -0.9848,4.80097 -2.3996,5.99945 -2.2455,1.90197 -4.771,3.1914 -5.0996,5.99945 4.7517,0.87878 9.4036,5.56219 14.0988,10.19903 4.6948,4.63683 9.5774,9.17834 14.3984,9.59908 4.8213,0.42073 8.4271,-2.5688 11.699,-5.3995 3.2717,-2.83066 6.243,-5.47812 9.5992,-4.49957 3.3558,0.97857 4.2493,4.00914 5.0992,7.19932 0.8506,3.19021 1.6327,6.54458 4.7996,8.3992 3.1672,1.85465 6.4379,0.42198 10.4991,-0.59992 4.0612,-1.02191 8.8929,-1.85081 14.9987,1.79983 2.7839,1.66456 6.1168,8.39685 9.2992,12.89878 6.8745,0.0777 11.5618,11.3487 17.3983,14.09865 3.0505,1.43746 7.6373,-0.44385 9.8988,-2.69974 1.9288,-1.9226 -1.1949,-3.75966 -2.0996,-5.3995 -1.6458,-2.985 -2.8916,-10.2234 -6.5995,-11.39891 5.2022,1.36604 9.9619,-1.15151 14.0987,-4.49957 1.488,-1.20533 -0.8887,-3.61145 -0.6,-5.09953 0.4464,-2.30643 3.8014,-1.49987 5.3995,-1.49984 2.8601,0 3.7639,-2.87945 6.2996,-3.59967 2.3303,-0.66367 5.2692,-0.52067 6.5992,-2.9997 2.0565,-3.83025 0.4666,-8.00957 5.9995,-5.3995 -0.5741,-1.42555 -0.9252,-3.07399 -1.4999,-4.49957 0.408,0.0875 1.0571,0.40948 1.4999,0.59992 z"
           id="path6527"
           inkscape:connector-curvature="0" /><path
           style="fill:#290000;fill-opacity:1;stroke:none;stroke-width:0.18883981;stroke-miterlimit:1;stroke-dasharray:none"
           d="m 4603.6216,782.50008 c -2.8282,1.68153 -5.8838,3.25437 -8.3992,5.09953 -4.754,3.4874 -8.5349,7.3847 -10.4991,11.09894 -1.9639,3.71425 -3.0642,8.24942 -3.2996,13.19875 -0.1369,2.87215 0.3735,5.79492 0.6,8.69919 1.1458,0.0149 2.8877,-1.1819 3.8996,-0.89992 6.515,1.81579 9.5238,5.77374 11.3988,9.59908 1.8749,3.82537 2.7029,7.68708 5.6995,8.99916 5.9936,2.62415 9.9729,-1.89751 14.0987,0 4.1255,1.8975 3.8809,5.62951 8.6992,9.89907 2.982,2.64239 7.964,5.42309 13.1987,8.69916 1.3286,0.57135 2.6169,1.3116 4.4996,1.79983 -0.4705,-6.6913 -1.0529,-10.56822 -1.2,-22.19789 -0.119,-9.34918 0.314,-19.15831 1.2,-27.29743 0.886,-8.13909 2.2002,-14.69242 4.7996,-17.69832 0.6699,-0.77465 0.9321,-0.62894 1.4999,-1.19988 -2.4484,-3.03134 -4.5847,-7.36378 -7.1995,-8.69919 -5.7721,-2.94789 -11.5934,-2.42401 -17.6983,-1.19988 -6.1049,1.22414 -12.2312,3.23072 -18.8983,2.69975 -0.7583,-0.0604 -1.6062,-0.4929 -2.3996,-0.59995 z"
           id="path6579"
           inkscape:connector-curvature="0" /><path
           style="fill:#510000;fill-opacity:1;stroke:none;stroke-width:0.18884;stroke-miterlimit:1;stroke-dasharray:none"
           d="m 4523.8292,765.10172 c -0.1488,0.16428 -0.1488,0.13541 -0.2997,0.29999 -5.6942,6.22138 -12.7226,12.5668 -18.298,13.19874 -5.5758,0.63192 -9.2507,-2.86572 -12.8991,-6.59937 -3.6481,-3.73364 -7.2498,-7.62556 -12.5987,-7.49928 -5.3487,0.12618 -12.7928,4.72335 -18.8983,9.29911 -1.1848,0.88801 -1.0405,0.94724 -2.0997,1.79983 2.1443,0.9848 4.2228,1.87912 5.3996,4.49958 1.3568,3.022 0.2946,5.98299 -0.6,9.59908 -0.8333,3.37006 -1.3944,7.61632 0.313,12.35615 2.7972,0.12024 4.8348,-0.94906 7.7862,-0.65725 9.6697,0.95596 19.6304,2.44761 26.3975,1.49987 13.5341,-1.89551 20.0598,-9.07049 29.997,-8.69919 0.2947,0.0119 0.6021,0.28124 0.8997,0.29996 0.6717,-0.55951 0.7688,-1.25898 1.4997,-1.79983 4.6484,-3.4402 10.2137,-6.68053 15.8986,-9.59908 2.9285,-1.50356 5.363,-3.05271 8.0992,-4.49958 -1.7341,1.68817 -2.9511,3.24081 -6.5995,2.99971 -3.6484,-0.24106 -7.7697,-1.79456 -11.6988,-4.19958 -3.929,-2.40506 -7.7822,-5.58396 -11.0991,-9.89908 -0.4568,-0.59447 -0.7351,-1.73819 -1.1996,-2.39978 z"
           id="path6589"
           inkscape:connector-curvature="0"
           sodipodi:nodetypes="ccsssscsscssscsscsssc" /><path
           style="fill:#510000;fill-opacity:1;stroke:none;stroke-width:0.18883981;stroke-miterlimit:1;stroke-dasharray:none"
           d="m 4567.025,749.20323 c -7.3837,1.15801 -15.3701,2.40878 -19.1983,1.19988 -4.3046,-1.35946 -5.7489,-3.74632 -6.8992,-5.99942 -1.1503,-2.25312 -2.1467,-4.43029 -5.9995,-5.39949 -3.8526,-0.9692 -11.2188,0.68537 -17.6984,2.69975 -1.2958,0.40287 -2.4042,0.73246 -3.5866,1.13477 0.475,2.66064 1.1572,4.96149 2.0864,7.56439 2.3654,6.60095 5.9823,12.78328 9.2991,17.09839 3.3169,4.31512 7.1698,7.49402 11.0988,9.89908 3.9294,2.40502 8.0507,3.95849 11.6991,4.19958 3.6484,0.24107 4.8651,-1.31154 6.5992,-2.99971 0.7027,-0.68394 2.5776,-1.14166 3.5996,-1.79983 1.2943,-0.72953 3.052,-1.36788 4.1999,-2.09979 4.3963,-2.80358 7.3162,-5.60386 8.0992,-8.69919 0.7833,-3.09533 0.8169,-4.98082 0.2994,-5.99942 -0.5164,-1.01863 -1.3895,-1.28517 -2.3996,-1.49987 -1.0104,-0.21487 -2.003,-0.21636 -2.7,-0.89992 -0.6967,-0.68355 -1.0223,-2.07434 -0.5999,-4.49957 0.1964,-1.12729 1.6785,-2.66136 2.0999,-3.89963 z"
           id="path6601"
           inkscape:connector-curvature="0"
           sodipodi:nodetypes="cccccccccccccccccccc" /><path
           style="fill:#290000;fill-opacity:1;stroke:none;stroke-width:0.18883981;stroke-miterlimit:1;stroke-dasharray:none"
           d="m 4600.094,632.39709 c -0.4831,1.04149 -0.8434,2.00231 -1.272,3.11689 -1.3404,3.4869 -2.7392,6.81484 -5.6995,8.3992 -2.9604,1.58436 -6.4573,0.80468 -9.8992,0 -3.4415,-0.80468 -6.7792,-1.63451 -9.8988,0 -3.1195,1.63448 -3.4883,5.93621 -4.4996,9.89907 -0.5059,1.98141 -1.1666,3.83871 -2.3999,5.3995 -1.233,1.56079 -3.2029,2.82801 -5.9992,3.29967 -2.7967,0.47171 -5.5692,-1.01444 -8.6992,-3.29967 -3.1303,-2.28527 -6.371,-5.33557 -9.5991,-8.6992 -6.4567,-6.72725 -12.8598,-14.02919 -18.2983,-14.99857 -5.4389,-0.96941 -9.4691,-0.73376 -12.5988,0.29996 -3.1297,1.03375 -5.61,2.89448 -7.4995,5.3995 -1.8895,2.50499 -2.4794,5.47547 -2.3996,8.3992 0.077,2.92376 0.8282,5.88748 2.3996,8.69919 3.1425,5.62339 15.704,6.68624 18.5983,11.09895 2.8943,4.4127 2.0979,5.49464 1.5,10.19903 -0.2997,2.3522 -0.6039,5.74374 -1.5,8.99915 -0.1012,0.36419 -0.4809,0.54579 -0.6,0.89992 1.8488,0.64332 2.0815,0.52948 4.1996,1.49984 3.1106,1.42496 6.2477,2.97855 8.6992,5.09953 2.4517,2.12098 4.4835,4.69323 4.7995,7.49929 0.3158,2.80605 -1.191,5.10732 -3.2996,7.19932 -2.1085,2.092 -5.0102,3.80153 -8.0992,5.69945 -1.5687,0.96385 -3.3638,2.12141 -4.9215,3.19891 0.7342,0.335 1.1458,0.36448 1.9216,0.70072 6.0719,2.63043 13.0324,5.09777 17.0987,4.49958 4.0662,-0.5982 6.3486,-2.98412 8.3991,-5.3995 2.0506,-2.41535 3.8737,-4.91799 7.1992,-5.99941 3.3258,-1.08143 7.3805,-1.89397 11.3991,-2.0998 4.0184,-0.20594 8.1165,0.19494 11.3988,2.0998 3.2824,1.90485 3.838,5.14098 4.7996,8.69916 0.9616,3.5582 2.0871,7.3897 6.2995,11.09898 3.7752,3.32461 10.7244,7.60487 17.6983,11.09894 -1.3285,-4.49642 -3.6787,-8.18516 -3.8999,-13.19877 -0.4175,-9.47253 0.6845,-19.09804 1.8,-24.89764 1.1157,-5.7996 0.936,-8.35105 1.7999,-10.49899 0.864,-2.14798 2.7488,-3.76147 8.0992,-7.79928 3.4764,-2.62344 10.5851,-5.66029 16.7984,-8.69916 -0.2649,-0.45654 -1.0024,-0.72284 -1.2,-1.19991 -1.7538,-4.23467 -0.4568,-9.44423 0.6,-14.39862 1.0568,-4.95441 1.8734,-9.71595 -0.6,-12.59881 -2.4731,-2.8829 -4.8136,-2.35574 -7.7992,-1.79983 -2.9853,0.55587 -6.4852,1.27606 -10.4991,-0.89992 -4.6281,-2.50916 -8.9721,-9.20821 -14.3264,-16.01567 z"
           id="path6511"
           inkscape:connector-curvature="0"
           sodipodi:nodetypes="ccccccccccccccccccccccccccccccccccccccccscccc" /><path
           style="fill:#290000;fill-opacity:1;stroke:none;stroke-width:0.18883981;stroke-miterlimit:1;stroke-dasharray:none"
           d="m 4787.2043,835.2951 c -0.6884,1.81834 -2.036,3.81534 -2.1,5.39949 -0.113,2.80343 -0.039,5.27988 -2.0996,7.49929 -2.063,2.2194 -4.4249,4.53963 -7.1995,5.99944 -2.7743,1.45978 -5.7484,2.17021 -9.5991,1.19988 -3.8508,-0.97036 -6.5787,-6.27902 -9.2989,-11.39894 -2.7204,-5.11989 -5.6025,-10.16665 -9.2991,-11.39891 -3.697,-1.23226 -4.8541,0.24613 -6.5996,1.79983 -1.7454,1.55371 -3.8659,3.12944 -10.1991,2.39979 -6.3328,-0.72966 -15.8376,-4.11653 -25.4975,-8.99916 -9.6598,-4.88263 -19.5176,-11.3234 -26.9974,-17.99831 -6.1365,-5.47627 -12.3324,-12.89994 -17.9984,-20.39806 -0.3437,0.0208 -0.9339,0.43531 -1.1999,0.29996 -0.8187,-0.41651 -1.3806,-1.35996 -2.0997,-2.09979 -0.719,-0.7398 -1.6871,-1.30089 -2.9996,-0.89992 -1.3127,0.40094 -3.1002,1.79364 -5.6995,4.79954 -2.5994,3.0059 -3.9136,9.55923 -4.7996,17.69832 -0.886,8.13912 -1.3181,17.94825 -1.2,27.29743 0.1459,11.62967 0.7295,15.50659 1.2,22.19789 2.6187,0.67915 5.8662,0.6371 6.2995,2.39978 1.2738,5.18141 5.163,-1.18404 7.4992,2.69975 1.1607,-1.43151 1.1366,-4.26315 2.9996,-5.09953 2.6279,-1.18151 5.0073,-1.14324 7.7992,-2.69975 3.3157,10.62477 12.8321,6.19641 20.9983,7.19933 4.7558,0.58334 5.3296,5.022 8.9991,6.5994 3.3035,1.41657 6.0921,0.51939 8.6992,3.59963 1.8898,2.23503 9.267,5.10242 8.9991,6.5994 -0.3753,2.10113 0.098,5.14703 1.7997,6.59937 2.9106,2.488 3.6407,-3.03167 2.6999,-4.79954 -1.2083,-2.26184 -3.6782,-4.16197 -4.4996,-6.5994 3.8243,-2.6279 9.2578,2.50562 11.9988,4.49958 2.994,2.17854 7.4558,2.62103 9.8991,4.79957 2.9226,2.60412 8.6608,1.50906 9.8992,-2.99974 0.8839,-3.22313 5.6373,-4.00239 5.3992,-7.49929 1.6782,0.10417 3.1806,0.7612 4.4996,1.79983 0.1548,-2.89872 9.1819,-3.63308 9.8991,-1.79983 0.6997,1.78567 4.8463,3.97281 6.5995,4.49958 1.9702,0.5893 2.9565,-1.88203 5.0996,-0.89991 -0.2768,-9.84497 2.3083,-1.09959 7.7992,-5.09954 4.3302,-3.15765 7.9504,3.46086 9.5991,5.99945 2.3154,3.56835 7.7796,4.43056 11.6988,4.79954 1.6428,0.15476 10.5691,0.6848 8.3992,4.19962 2.4672,-0.16667 6.3138,-0.70632 6.5995,-3.89963 0.1339,-1.51487 -0.3187,-4.2966 1.7997,-4.79957 1.9615,-0.46719 3.8109,2.30863 5.0995,3.2997 1.8958,1.46127 4.9106,1.68377 7.1992,1.79983 3.1934,0.16071 15.2511,-1.29184 15.2987,-5.69945 0.03,-2.61005 -3.3535,-8.76345 1.2,-9.29912 -4.2559,-1.4077 -5.0981,-4.30256 -10.1991,-4.79957 -3.9761,-0.38394 -5.3719,-3.39306 -8.6992,-4.19958 -3.9642,-0.95828 -6.3323,0.46507 -8.9992,-3.2997 -0.3351,-0.47341 -1.024,-0.62403 -1.7999,-0.89992 -10.2884,-0.8187 -19.1629,-2.35666 -22.1979,-5.69945 -8.3438,-9.19034 3.0719,-8.92696 0,-11.99887 -3.0717,-3.0719 -9.1361,4.96231 -14.0984,0 -0.5012,-0.50096 -0.2024,-1.99065 -0.6,-2.69974 z"
           id="path6519"
           inkscape:connector-curvature="0" /><path
           style="fill:#510000;fill-opacity:1;stroke:none;stroke-width:0.18883981;stroke-miterlimit:1;stroke-dasharray:none"
           d="m 4726.0099,742.00391 c -3.3452,-1.45225 -7.1748,-1.96944 -10.1989,-3.89962 -6.0793,-3.87999 -12.0065,-7.88124 -19.1982,-8.99916 -7.1918,-1.11791 -15.9666,-1.92018 -23.9979,-1.49987 -1.8148,0.0949 -2.7743,0.97215 -4.4996,1.19991 0.8574,1.48856 2.811,3.14229 2.9999,4.49958 0.5518,3.96751 -1.2431,6.94061 -2.9999,9.29911 -1.7565,2.35851 -3.5034,4.10694 -2.6996,6.29941 0.8036,2.19244 2.5577,1.86629 4.4996,1.79983 1.9419,-0.0664 4.0478,0.15565 5.3995,3.89963 1.3515,3.744 -0.2797,10.81401 -2.9999,17.69831 -2.7213,6.88431 -6.3745,13.45639 -9.5988,16.19848 -1.0884,0.92545 -1.6872,0.85757 -2.4,0.89992 5.666,7.49812 11.8619,14.92179 17.9984,20.39806 7.4798,6.67491 17.3376,13.11568 26.9974,17.99831 9.6599,4.88263 19.1647,8.26947 25.4975,8.99916 6.3332,0.72962 8.4537,-0.84608 10.1991,-2.39979 1.7455,-1.5537 2.9026,-3.03209 6.5996,-1.79983 3.6966,1.23226 6.5787,6.27902 9.2991,11.39891 2.7202,5.11992 5.4481,10.42858 9.2989,11.39894 3.8507,0.97033 6.8248,0.25981 9.5991,-1.19988 2.7746,-1.45981 5.1365,-3.78004 7.1995,-5.99944 2.0627,-2.21941 1.9866,-4.69586 2.0996,-7.49929 0.069,-1.58415 1.4113,-3.58115 2.1,-5.39949 -3.5553,-6.31426 -3.8309,-19.17218 0.6,-25.4976 4.9278,-7.03575 19.2369,-0.27053 21.8979,-8.09924 2.6609,-7.82874 -5.7514,-19.50764 -13.7988,-21.89793 -8.0476,-2.39029 -14.2546,8.52128 -22.1978,9.89907 -7.9436,1.37779 -18.6689,1.7412 -23.9979,-2.09979 -5.3287,-3.84103 -9.9759,-7.76821 -5.9995,-13.7987 3.9766,-6.03051 21.5172,6.38009 27.8974,0 6.3802,-6.38012 7.5325,-18.97194 0,-26.09755 -7.5325,-7.1256 -26.9088,6.21537 -35.9966,1.79984 -4.3106,-2.09447 -7.3501,-4.56271 -9.5991,-7.49929 z"
           id="path6516"
           inkscape:connector-curvature="0" /><path
           style="fill:#290000;fill-opacity:1;stroke:none;stroke-width:0.18883981;stroke-miterlimit:1;stroke-dasharray:none"
           d="m 4698.7127,610.31635 c -8.3081,-0.21637 -18.4352,0.11666 -24.8978,2.39978 -6.4626,2.28315 -12.3783,8.63884 -17.9983,14.39865 -5.6198,5.75978 -10.8179,11.2038 -15.8984,11.39891 -5.0808,0.19523 -7.4302,-1.92075 -9.2991,-4.19962 -1.869,-2.27883 -3.2625,-4.99629 -6.2996,-5.99941 -3.0371,-1.00313 -6.4513,-1.92623 -9.8991,-2.39979 -3.4475,-0.47353 -6.8802,-0.27975 -9.8988,1.19991 -2.0538,1.00667 -3.3438,2.89962 -4.4276,5.28231 5.3543,6.80746 9.6983,13.50651 14.3264,16.01567 4.0139,2.17598 7.5138,1.45582 10.4991,0.89992 2.9856,-0.55588 5.3261,-1.08307 7.7992,1.79983 2.4734,2.88286 1.6568,7.6444 0.6,12.59881 -1.0568,4.95439 -2.3538,10.16395 -0.6,14.39862 1.7541,4.23467 6.2787,7.62717 10.4991,10.79899 4.2204,3.17181 8.3876,6.0742 9.5991,8.99915 2.4232,5.8499 -2.1228,3.33375 0,9.89907 1.0613,3.28265 5.3951,7.73202 9.5992,12.29883 2.7657,3.00453 4.0508,5.83641 5.6992,8.69919 1.7253,-0.22767 2.6848,-1.10491 4.4996,-1.19991 8.0313,-0.42034 16.8061,0.38196 23.9979,1.49987 7.1917,1.11792 13.1189,5.11917 19.1982,8.99916 3.0241,1.93018 6.8537,2.44737 10.1989,3.89962 -2.4922,-3.25423 -3.9836,-7.11239 -4.4996,-12.29883 -0.9815,-9.86666 15.1049,-18.78903 14.0987,-32.09696 -1.0059,-13.30796 -22.775,-26.74087 -23.9976,-38.09641 -1.2228,-11.35555 10.2596,-7.95597 8.0992,-22.1979 -1.1443,-7.54333 -9.597,-17.16812 -18.5983,-26.69747 -1.2297,-0.0586 -1.0657,-0.26517 -2.3996,-0.29999 z"
           id="path6463"
           inkscape:connector-curvature="0"
           sodipodi:nodetypes="ccccccccccccscccccccccccccccc" /><path
           style="fill:#290000;fill-opacity:1;stroke:none;stroke-width:0.18883981;stroke-miterlimit:1;stroke-dasharray:none"
           d="m 4496.103,522.40553 c -0.1637,0.40019 -0.6233,1.42138 -0.7713,1.81895 -1.4472,3.89689 -2.2868,7.7361 -1.4999,10.79899 0.7872,3.06289 3.0273,5.06352 5.9995,6.89936 2.9723,1.83581 6.6475,3.49282 10.1991,4.79954 3.5514,1.30672 7.0742,2.42401 9.5992,3.89962 2.5246,1.47562 4.3076,3.05703 4.1996,5.3995 -0.2173,4.68493 -2.7166,6.92662 -5.9996,8.09924 -3.2829,1.17261 -7.4352,1.25178 -11.0988,1.79983 -7.3271,1.0961 -17.3453,-4.88421 -24.2978,-5.3995 -3.4761,-0.25773 -6.89,-1.45882 -9.8991,-1.79983 -3.0092,-0.34097 -5.4005,-0.0393 -6.8993,2.99971 -1.4987,3.03926 0.3744,7.54577 3.2997,11.39894 2.9255,3.85314 6.7438,7.00415 9.2991,8.3992 5.1106,2.79007 8.3917,-3.00727 11.3988,0 3.0074,3.00724 -3.1862,9.24287 0,14.39865 1.5934,2.57787 4.7814,5.46881 8.3995,7.49929 3.6177,2.03045 7.6167,3.17607 11.3988,2.39975 3.782,-0.77626 5.3962,-5.88936 7.1992,-10.49899 0.9014,-2.30482 1.9975,-4.46664 3.2999,-5.99945 1.302,-1.53278 2.7993,-2.49255 5.0992,-2.09979 4.6002,0.78548 7.7689,5.57919 9.5992,11.39891 1.8306,5.81972 2.3803,12.89229 1.7999,18.59826 -0.5806,5.70594 -3.2041,10.77116 -6.8995,15.89849 -1.0211,1.41722 -2.4535,2.80593 -3.5996,4.19961 4.9912,2.07988 10.4964,7.25766 16.1987,13.19874 3.2281,3.36363 6.4688,6.41393 9.5991,8.6992 3.13,2.28523 5.9025,3.77135 8.6992,3.29967 2.7963,-0.47169 4.7662,-1.73888 5.9992,-3.29967 1.2333,-1.56079 1.894,-3.41809 2.3999,-5.3995 1.0113,-3.96286 1.3801,-8.26459 4.4996,-9.89907 3.1196,-1.63451 6.4573,-0.80468 9.8988,0 3.4419,0.80468 6.9388,1.58436 9.8992,0 2.9603,-1.58436 4.3591,-4.9123 5.6995,-8.3992 1.3405,-3.4869 2.6806,-6.91954 5.6996,-8.3992 3.0186,-1.47969 6.4513,-1.67344 9.8988,-1.19991 3.4478,0.47353 6.862,1.39666 9.8991,2.39979 3.0371,1.00312 4.4306,3.72058 6.2996,5.99941 1.8689,2.27887 4.2183,4.39476 9.2991,4.19962 5.0805,-0.19523 10.2786,-5.63913 15.8984,-11.39891 5.62,-5.75981 11.5357,-12.1155 17.9983,-14.39865 6.4626,-2.28315 16.5897,-2.61615 24.8978,-2.39978 1.3339,0.0345 1.1699,0.24136 2.3996,0.29999 -7.9932,-8.46224 -16.4995,-16.86745 -19.4982,-23.3978 -6.376,-13.88423 -14.4353,-9.51944 -5.9993,-28.19734 8.4361,-18.11777 72.062,-28.91211 82.1921,-45.89566 9.2902,-15.86337 2.5725,-10.52906 0,-16.19848 -2.5726,-5.6694 -13.3496,-7.82062 -16.1984,-14.09866 -2.8487,-6.27804 3.7211,-13.77721 0,-19.79814 -1.1693,-1.89188 -3.302,-3.04295 -5.6995,-3.89962 -2.8967,9.88678 -6.2576,18.75465 -10.1988,23.69776 -12.3393,15.47496 -9.4477,14.52713 -40.1962,22.1979 -30.7489,7.6708 -116.7167,-12.60421 -144.2865,-2.0998 -27.5698,10.50441 -13.6776,18.76767 -24.2978,22.1979 -6.8168,2.20184 -13.4831,-0.70838 -20.8267,-2.71887 z"
           id="path6469"
           inkscape:connector-curvature="0"
           sodipodi:nodetypes="ccccccccccccccccccccccccccccccccccccccccscccccccccccscc" /><path
           style="fill:#290000;fill-opacity:1;stroke:none;stroke-width:0.18883981;stroke-miterlimit:1;stroke-dasharray:none"
           d="m 4413.1397,709.00703 c -2.3622,1.08086 -4.8329,1.72189 -6.8995,2.99971 -4.6106,2.85072 -8.1397,6.13518 -8.6992,9.89907 -0.5595,3.76388 1.6446,5.61431 4.1996,7.19932 2.2859,1.41818 4.4002,2.93623 5.0996,5.09953 2.8743,-0.63584 4.3969,-1.98566 7.4991,-2.39978 9.8733,-1.318 20.2057,-1.46654 26.9975,0 5.6537,1.22074 10.6208,3.41225 14.9987,5.69945 1.9116,-6.89534 2.6684,-10.36072 7.7992,-17.99831 -0.622,-0.46909 -0.547,-0.42418 -1.2,-0.89991 -6.2263,-4.53565 -13.7332,-9.01252 -18.598,-9.29912 -4.865,-0.2866 -8.6685,2.41145 -11.999,5.09953 -3.3306,2.68805 -6.2216,5.34173 -9.2992,4.79954 -3.0776,-0.54216 -5.14,-2.08676 -6.5992,-3.89962 -1.4592,-1.8129 -2.2904,-3.86972 -3.2996,-5.99945 -0.039,-0.0893 0.039,-0.20982 0,-0.29996 z"
           id="path6771"
           inkscape:connector-curvature="0" /><path
           style="fill:#290000;fill-opacity:1;stroke:none;stroke-width:0.18883981;stroke-miterlimit:1;stroke-dasharray:none"
           d="m 4358.7585,683.45304 c -1.0369,2.3799 -2.4738,4.35407 -3.2137,6.95576 -1.8618,6.5502 -2.4853,13.12945 -0.5996,17.39835 1.8853,4.2689 5.4299,5.31456 8.9991,5.99942 3.5693,0.68489 7.3323,0.98458 9.5989,3.89965 2.2669,2.91504 1.7856,7.00225 1.7999,11.09895 0.03,4.09667 0.253,8.31846 3.5996,11.69887 3.346,3.38044 8.8501,6.20132 14.6987,7.79928 2.2428,0.61272 4.5416,0.0595 6.8992,0.29996 -0.1577,-3.04477 1.4562,-5.24491 3.2999,-7.19932 1.9369,-2.05316 3.8627,-3.9446 3.5996,-6.59937 -0.2619,-2.65478 -3.1445,-4.11444 -5.6995,-5.69946 -2.555,-1.58501 -4.7588,-3.43544 -4.1996,-7.19932 0.5595,-3.76389 4.0886,-7.04835 8.6992,-9.89907 2.0666,-1.27782 4.5373,-1.91885 6.8995,-2.99971 -1.9452,-4.19078 -3.2711,-8.83681 -1.5,-13.7987 0.5048,-1.41448 2.4523,-2.22925 3.5996,-3.59966 -6.4281,-3.40844 -14.5683,-8.33084 -20.6979,-9.29911 -11.3545,-1.79361 -18.8435,2.84516 -26.6975,2.69974 -3.6853,-0.0682 -6.3855,-0.79054 -9.0854,-1.55626 z"
           id="path6735"
           inkscape:connector-curvature="0" /><path
           style="fill:#290000;fill-opacity:1;stroke:none;stroke-width:0.18883981;stroke-miterlimit:1;stroke-dasharray:none"
           d="m 4240.6558,728.50518 c 0.7708,-1.69362 0.7767,-3.3158 2.3999,-5.0995 3.3246,-3.6538 10.7935,-4.27834 18.2983,-4.79957 7.5049,-0.52121 15.0838,-0.83251 18.598,-3.59963 3.5145,-2.76713 3.4987,-5.24135 3.5999,-7.49932 0.1012,-2.25794 0.128,-4.5219 3.2996,-6.89933 3.1699,-2.37747 8.3727,-2.86126 14.0987,-3.2997 5.7261,-0.43847 11.9842,-0.56049 17.0984,-2.0998 4.1701,-1.2552 8.0619,-2.87346 12.2987,-5.09953 -1.6112,-1.27178 -3.2249,-2.94974 -5.0995,-3.59966 -5.6984,-1.97542 -12.4598,-1.71519 -18.5983,-4.19958 -6.1382,-2.4844 -12.2342,-4.49592 -18.898,-5.69946 -6.6641,-1.20357 -13.8806,-1.71028 -22.1979,-1.49987 -8.3176,0.21041 -19.0269,3.45389 -29.3974,6.59937 -10.3702,3.14551 -20.3908,6.33301 -27.2975,6.29941 -2.9338,-0.0149 -3.1761,-0.76266 -5.0992,-1.19988 0.1428,6.68199 -0.2143,14.27044 2.3996,16.79841 1.8687,1.80759 3.8422,2.38633 5.6996,2.39978 1.8574,0.0149 3.6686,-0.48763 5.3992,-1.19991 3.4615,-1.42457 6.4356,-3.28297 8.6995,-1.19987 2.2636,2.08312 1.6306,4.81498 0.8994,7.79927 -0.7307,2.98427 -1.4777,6.30769 0.5999,9.29912 2.0428,2.94156 7.7692,5.72228 13.1988,7.79925 z"
           id="path6871"
           inkscape:connector-curvature="0" /><path
           inkscape:connector-curvature="0"
           id="path3943"
           d="m 4199.8596,616.61576 c 4.5945,2.91087 8.2685,4.83828 12.899,7.79927 0.4923,-0.36707 0.9455,-0.82994 1.4997,-1.1999 0.2946,-0.19672 0.3381,0.094 0.6,-0.29997 1.2023,-1.80364 2.5097,-3.22041 3.2996,-4.79953 0.1696,-0.34038 0.1428,-0.97105 0.6,-1.19991 0.4741,-0.2369 2.9258,0.67549 3.5996,0.89991 0.3407,0.11369 4.4609,0.85971 4.4996,0.89992 1.085,1.085 2.3538,2.07676 3.5999,2.69975 0.8187,0.4096 1.6883,1.6881 2.3996,2.39978 0.1547,0.15416 0.4455,0.14583 0.6,0.29996 1.0458,1.04563 2.6038,1.76153 4.1996,2.39979 1.6106,0.64438 2.4624,0.93119 3.5996,1.49987 0.6806,0.34008 5.1373,0.33499 5.9995,0.89991 1.1467,-0.22946 0.9184,-0.28213 1.4997,0.29996 0.2529,0.25297 1.3958,-0.006 1.7999,0.59996 0.4542,0.68123 1.6687,3.98402 2.6996,4.49954 0.2262,0.11339 2.8006,1.60044 3,1.79983 0.3955,0.39511 1.0675,0.98385 1.4996,1.19991 0.336,0.16696 0.5512,0.16071 0.8997,0.29996 0.7372,0.29494 2.577,1.53832 3.2996,2.39979 0.048,0.0527 0.2649,-0.0509 0.2994,0 1.191,-0.83042 2.3943,-1.13536 3.5996,-2.09982 3.7297,-2.98397 7.5918,-6.29873 12.5991,-8.09921 7.4658,-2.68469 17.0911,-2.98436 26.3974,-4.19962 -0.5934,-0.85998 -1.18,-1.78013 -1.7999,-2.39978 -0.6893,-0.68969 -5.8683,-0.6843 -6.8992,-1.19988 -0.314,-0.15684 -0.864,0.1119 -1.2,0 -0.814,-0.27112 -1.7693,-0.36725 -2.6999,-0.59995 -0.2985,-0.0747 -0.6277,0.136 -0.8994,0 -1.2866,-0.64323 -1.7485,-1.14881 -2.6996,-2.0998 -0.2441,-0.24434 -0.6557,-0.0557 -0.8994,-0.29996 -0.057,-0.0613 0.056,-0.23809 0,-0.29999 -0.2262,-0.22559 -1.0131,-0.1122 -1.2,-0.29996 -0.2143,-0.21279 -0.5913,-0.29136 -0.8994,-0.59996 -0.2023,-0.20178 -0.2886,-0.58936 -0.5999,-0.89991 -0.7566,-1.87004 -0.5789,-3.57889 -1.8,-4.79954 -0.2916,-0.29106 -0.1161,-0.95768 -0.6,-1.19988 -0.5642,-0.28213 -0.6776,-1.35404 -0.8993,-1.79983 1.2523,0.33443 2.1913,1.61674 3.2999,-0.59995 0.4202,-0.84078 -0.6521,-1.5516 -0.8997,-1.79983 -0.086,-0.0902 -0.3089,-2.99096 -0.2994,-2.99971 0.3925,-0.39222 1.1345,0.86718 1.2,0.89991 0.6919,0.34615 1.8749,0.92498 2.6996,1.19988 0.7229,0.24107 1.3005,-0.53293 2.0999,0 0.4694,0.31315 1.48,1.18018 1.7997,1.49987 0.1577,0.15833 7.4646,0.33511 7.4995,0.29996 0.077,-0.0759 1.2717,-0.29996 1.4996,-0.29996 0.9985,-1.24419 0.4848,-3.02307 -0.2994,-4.19962 -0.5413,-0.81206 -0.5577,-2.05738 -1.1999,-2.69974 -0.2738,-0.27321 -2.3387,0 -2.6997,0 -0.908,0 -2.1576,-0.0179 -2.9999,-0.29996 -1.316,-0.43886 -2.2285,0.3857 -3.5996,-0.29997 -0.2083,-0.10476 -0.691,0.10476 -0.8994,0 -0.7449,-0.37246 -2.6207,-2.32091 -3.2996,-2.9997 -0.6133,-0.6132 -1.8169,-0.31678 -2.3999,-0.89992 -0.9604,-0.96009 -2.6996,-2.76778 -2.6996,-4.49958 0,-0.48534 -1.4521,-1.84765 -0.8994,-2.39978 0.1994,-0.1997 4.0439,1.79983 4.7996,1.79983 0.383,0 1.9847,1.0569 2.6996,1.19988 1.4854,0.29701 7.9974,2.59784 8.6991,3.2997 0.2738,0.2741 2.4997,0.47504 2.9997,0.59995 1.1356,0.28392 2.1681,0.74727 3.2999,1.19988 0.4366,0.1744 1.0836,0.0911 1.4996,0.29996 0.2381,0.11964 0.4822,0.54073 0.6,0.59995 0.8342,0.4169 1.9327,0.38865 2.6999,0.89992 0.4099,0.2732 0.4569,0.6129 0.6,0.89991 0.131,0.2622 1.2646,0.96471 1.4997,1.19988 0.2976,0.29702 -0.8071,4.0381 -0.8994,4.49958 -0.125,0.61665 0.4702,2.35809 0.2994,2.69974 -0.4875,0.97462 -1.341,2.27726 -0.8994,3.59967 0.2709,0.81506 0.5598,1.11913 0.8994,1.79983 0.069,0.13958 -0.068,0.46046 0,0.59995 0.3679,0.7351 1.4029,1.70287 2.0999,2.39976 0.9274,0.92765 2.1437,1.22184 3.2997,1.79983 1.71,0.85509 3.8353,3.23529 5.0995,4.49957 0.1607,0.16161 0.1905,0.4047 0.2994,0.59996 4.8005,-0.63856 9.7625,-1.13188 14.6987,-2.09982 2.6208,-0.51383 5.0246,-1.44428 7.4992,-2.69975 -1.7169,-0.90307 -3.799,-1.47445 -4.7996,-2.99971 -1.9053,-2.90486 -1.1136,-5.79895 -0.5996,-8.99915 0.5133,-3.20018 0.5845,-6.65777 -2.4,-10.79896 -2.9847,-4.14122 -11.1538,-6.33634 -19.1983,-8.69919 -4.0219,-1.18143 -7.9506,-2.36553 -11.0988,-3.89963 -3.1481,-1.53412 -5.751,-3.58112 -6.5995,-5.99944 -1.6964,-4.83662 0.4494,-9.5006 2.9999,-12.89878 1.0351,-1.3791 1.4521,-1.18449 2.3997,-2.09979 -1.3922,-1.21792 -2.8297,-2.35378 -4.4996,-3.2997 -1.6458,-0.93745 -1.4812,2.16723 -3.2996,-0.29997 -0.7652,-1.00592 -1.7586,-1.76349 -2.9996,-2.09979 -3.5475,-1.72915 -5.6034,1.34577 -8.9992,-0.29999 -2.7443,-1.3333 -5.4977,-3.2472 -8.3995,-4.19959 0.6518,-0.70831 1.1664,-1.37663 1.8,-2.09982 -0.7765,-0.51192 -1.608,-1.01176 -2.3996,-1.49984 0.8303,-0.5387 1.8249,-1.03863 2.6996,-1.49987 -3.0475,-0.2113 -3.1449,-4.37398 -6.2995,-4.79954 3.104,-3.44038 -4.5553,-6.27191 -6.2993,-8.09924 -1.7588,-1.84221 6.9713,-4.13143 3.8996,-8.3992 6.0951,1.45532 -3.2933,-7.15879 -4.7995,-8.09924 -6.4314,-4.01477 -15.108,-5.01855 -22.4979,-5.39949 2.1696,-0.747 5.7757,-0.33127 4.7995,-3.89962 -2.7052,0.53275 -8.9607,0.0119 -11.6987,-0.59996 2.5353,-1.31841 5.7236,-1.33797 8.3991,-0.59992 -0.5741,-0.58653 -1.1118,-0.97551 -1.7999,-1.19991 -1.0536,-0.34353 -2.416,-0.38213 -3.5996,-0.29996 -1.7854,1.16788 -12.1485,8.04969 -18.5983,6.59937 -7.0129,-1.57695 -2.1544,-12.32025 -15.5984,-15.59852 -1.6806,-0.40979 -3.7913,-0.57978 -6.2995,-0.29997 -6.9147,0.77138 -16.5249,4.09087 -25.4975,7.49929 6.5063,6.94719 14.7207,12.27424 17.9983,21.89793 -2.2648,0.11905 -4.3823,0.80105 -6.5995,1.19988 2.8987,0.82141 1.327,5.28206 0,7.49929 -1.2533,2.0922 3.2118,2.6848 3.8996,4.19961 -4.6398,0.997 -3.7357,6.18977 0.2997,7.49929 2.6725,0.86604 5.6367,-0.74296 7.1992,2.39978 -8.226,3.71121 3.6138,7.95326 6.8992,9.59908 7.2766,3.64573 -3.8124,10.58756 -7.1992,12.29885 8.8301,4.91653 17.8114,9.55289 26.3974,14.69861 3.5803,2.14578 5.0261,2.97977 3.2997,6.89934 -2.0119,4.5713 -3.3803,7.68297 -7.4992,10.79898 -5.4546,4.12676 -10.1935,9.00249 -14.9987,13.7987 z"
           style="fill:#290000;fill-opacity:1;stroke:none;stroke-width:0.18883981;stroke-miterlimit:1;stroke-dasharray:none" /><path
           inkscape:connector-curvature="0"
           id="path11356"
           transform="matrix(2.8325971,0,0,2.8325971,-296.75637,47.137748)"
           d="m 1697.2715,54.373047 c -1.1709,0.02747 -2.3605,0.174311 -3.4942,0.423828 1.0822,0.02506 1.1396,0.201499 0.1055,0.529297 0.2773,0.02506 0.4629,0.08026 0.7402,0.105469 1.6139,-0.06513 4.947,0.569542 6.1426,-0.845703 -1.1489,-0.132404 -2.3234,-0.240339 -3.4941,-0.212891 z m 21.0742,0.634765 c -1.2788,0.0035 -2.6237,0.146963 -3.8125,0.423829 1.991,0.312038 5.828,1.657948 7.5195,0 -1.1883,-0.290522 -2.4281,-0.427242 -3.707,-0.423829 z m -25.9414,1.154297 c -1.0502,0.02298 -2.0817,0.161684 -3.0742,0.541016 2.2547,-0.07144 4.4288,0.339125 6.6699,0.529297 0.5653,-0.02305 1.0971,-0.250874 1.5898,-0.529297 -1.3453,-0.295231 -2.7173,-0.476631 -4.1308,-0.529297 -0.3534,-0.01316 -0.7046,-0.01938 -1.0547,-0.01172 z m -2.9688,0.859375 c -0.6756,0.01628 -1.3629,0.03141 -2.0117,0.105469 0.5233,0.309938 1.1019,0.491876 1.6934,0.634766 -1.867,0.06408 -3.9011,-0.759628 -5.7188,0 0.2773,0.100854 0.5714,0.217508 0.8477,0.318359 1.3869,0.542142 3.2113,0.347526 4.6601,0.210938 2.0826,-0.197533 4.4428,-0.155023 6.459,-0.740235 -1.2655,-0.340415 -2.5727,-0.463625 -3.9179,-0.529297 -0.6726,-0.03287 -1.336,-0.01627 -2.0118,0 z m 10.6954,0 c -0.707,-0.0028 -1.4138,0.100506 -2.1172,0.316407 1.3259,0.346717 2.9526,0.507068 4.2343,-0.105469 -0.7133,-0.128709 -1.4102,-0.208057 -2.1171,-0.210938 z m -23.1914,0.210938 c 0.2551,0.100851 0.4849,0.217508 0.7402,0.318359 0.2762,0.02408 0.5713,0.08131 0.8476,0.105469 -0.5043,-0.240603 -1.0279,-0.413322 -1.5878,-0.423828 z m 28.9101,0.263672 c -0.2821,0.0036 -0.5642,0.01923 -0.8476,0.05469 -0.2027,0.02408 -0.432,0.08131 -0.6348,0.105469 1.2597,0.164969 2.8234,0.50602 4.0234,-0.105469 -0.8518,0.02916 -1.6947,-0.06552 -2.541,-0.05469 z M 1696,57.974609 c -1.393,-0.0011 -2.742,0.212407 -4.1289,0.316407 1.1347,0.668224 3.0793,0.413803 4.1289,-0.316407 z m 7.2012,0 c -0.6713,0.0055 -1.3467,0.105469 -2.0117,0.105469 1.2713,0.402405 2.7204,0.257831 4.0253,0.105469 -0.653,-0.17442 -1.3424,-0.216463 -2.0136,-0.210938 z m 26.3672,0.06641 c -0.2527,0.0034 -0.5007,0.01715 -0.7383,0.03906 -0.6338,0.05843 -1.1755,0.17299 -1.5879,0.316406 -1.0528,0.366678 0.016,0.953125 -1.2715,0.953125 -2.0887,0.0011 -3.9166,0.219375 -5.9297,0.847657 1.6853,1.345906 4.2655,0.885077 6.2481,0.742187 2.5363,-0.183877 5.0718,-0.281102 7.5175,-1.058594 -0.4597,-1.401749 -2.4693,-1.86386 -4.2382,-1.839843 z m -68.5215,0.339843 c -0.1054,-0.0037 -0.209,6.16e-4 -0.3106,0.01563 -0.4061,0.06001 -0.7607,0.251105 -1.0586,0.636719 0.2867,0.442326 1.9761,-0.338736 2.3301,-0.423828 -0.3152,-0.128045 -0.6449,-0.217402 -0.9609,-0.228516 z m 38.1308,0.01563 c -0.5547,-0.01458 -1.0352,0.04229 -1.5879,0.107422 0.5611,0.189127 1.0426,0.132129 1.5879,-0.107422 z m 13.6621,0.107422 c -1.8735,-0.04216 -3.7316,0.190199 -5.5078,0.740235 2.0657,0.854187 5.7244,1.175527 7.4141,-0.634766 -0.614,-0.07198 -1.2817,-0.09141 -1.9063,-0.105469 z m -31.3183,0.06055 c -0.2718,0.0033 -0.5304,0.01777 -0.7695,0.04492 -0.6376,0.07238 -1.1209,0.204648 -1.377,0.529297 2.8011,0.777491 6.2128,0.859367 9.1074,1.164062 0.6284,0.06621 1.4746,0.255372 2.2227,0.423828 -1.647,-0.06137 -3.3253,0.152706 -4.9766,0.212891 1.5504,0.767006 5.165,1.32775 6.6719,0.105469 1.3497,0.199499 2.6015,0.167434 3.5996,-0.634766 -0.9157,-0.172965 -1.8882,-0.449297 -2.8594,-0.636718 1.6877,0.2647 3.418,0.364654 5.084,-0.105469 -3.6311,-0.330947 -7.2613,-0.818641 -10.9082,-0.953125 0.892,0.111625 1.8471,0.336643 2.7539,0.529297 -1.0949,-0.149753 -2.1361,-0.210193 -3.1777,-0.210938 -0.9287,0 -3.4688,-0.4916 -5.3711,-0.46875 z m 15.9433,0.01758 c -0.1371,2.11e-4 -0.2719,0.0089 -0.4043,0.02734 -0.353,0.04928 -0.6391,0.223411 -0.9531,0.423828 1.244,0.409758 3.0745,1.046863 4.2344,0.105469 -0.8633,-0.157899 -1.9172,-0.558113 -2.877,-0.556641 z m -38.9531,1.085938 c -1.5064,0.03789 -3.0036,0.615198 -4.4472,0.847656 0.7901,0.278423 1.5782,0.739027 2.4355,0.423828 -2.2276,0.920382 -2.9288,1.222743 -5.2949,0.847656 -1.5582,-0.246904 -3.1556,0.43239 -4.6602,0.740235 1.4415,0.09876 2.9371,-0.424067 4.3418,0.105468 -0.7806,0.09771 -1.5433,0.105469 -2.3281,0.105469 0.5285,0.250068 1.0027,0.316256 1.5879,0.31836 -2.0898,1.15679 -4.3979,-0.434967 -6.5664,0.318359 2.1276,1.107401 4.3325,0.06557 6.5664,0.423828 -0.4802,0.17442 -0.9364,0.464315 -1.2715,0.845703 1.1441,0.339367 2.3394,-0.105469 3.4941,-0.105469 0.4676,-0.117694 0.9304,-0.238898 1.377,-0.423828 0.5274,0.08931 1.0582,0.151961 1.5898,0.212891 -0.3477,-0.908827 -1.2078,-0.87287 -2.0136,-0.847656 1.0885,-1.287063 4.0877,-0.470201 5.6132,-1.058594 2.4512,-0.944525 5.1045,-0.523009 7.625,-1.166016 -1.9605,-1.508756 -4.2946,0.02241 -6.4589,-0.421875 0.8352,-0.265816 1.6574,-0.511289 2.541,-0.53125 -1.1337,-0.99813 -2.9249,-0.0072 -4.2364,-0.210937 0.513,-0.19228 1.0416,-0.251907 1.5879,-0.210938 -0.4908,-0.143416 -0.9802,-0.225494 -1.4824,-0.21289 z m 56.2695,0.0098 c -0.4672,0.0111 -0.9382,0.04586 -1.4121,0.0957 -1.8951,0.199364 -3.759,0.641716 -5.5078,0.529296 0.2874,-0.02916 0.3025,-0.08582 0.4239,-0.105468 -0.3998,-0.01119 -1.0165,-0.01253 -1.1641,0 -0.9897,0.08404 -1.9288,0.491493 -2.6484,1.166015 0.229,0.230104 0.4669,0.461406 0.7421,0.634766 2.2842,1.125261 5.7561,0.544004 8.2598,0.529297 1.659,-0.0095 4.6257,-0.07958 5.2949,-2.011719 -1.2281,-0.683982 -2.5863,-0.871179 -3.9883,-0.837891 z m -14.8613,0.203125 c -0.8451,0.03731 -1.7418,0.122027 -2.5429,0.316407 0.3685,1.333288 4.222,0.348418 4.9785,-0.105469 -0.809,-0.19228 -1.5904,-0.24825 -2.4356,-0.210938 z m -17.6328,0.08594 c -0.6199,-0.01743 -1.2389,-0.0146 -1.8535,0.01953 -0.8193,0.04551 -1.6289,0.111008 -2.4356,0.316406 0.5453,0.696591 2.9327,0.489222 3.7071,0.53125 2.1086,0.114507 4.0477,-0.259915 6.1406,-0.423828 -1.8268,-0.15247 -3.6989,-0.391068 -5.5586,-0.443358 z m -34.5039,0.228515 c -1.1962,0.04507 -2.3863,0.220904 -3.5684,0.425782 -3.3978,0.586271 -6.745,0.531427 -10.166,0.847656 0.4518,0.731262 2.8806,0.399659 3.6016,0.423828 1.7714,0.05989 2.8118,0.92751 4.5527,0.210938 1.3785,-0.566308 3.1987,-0.984005 4.6602,-1.376954 1.928,-0.519028 3.8279,1.106114 5.8242,0.529297 -0.5474,-0.168114 -1.1271,-0.232363 -1.6934,-0.316406 2.0824,-0.372986 -1.5997,-0.724324 -2.0136,-0.742187 -0.4006,-0.01786 -0.7986,-0.01693 -1.1973,-0.002 z m 27.25,1.214844 c -0.2119,-0.007 -0.425,0.01053 -0.6367,0.05859 0.2616,0.22275 0.5556,0.4551 0.8476,0.634766 0.5391,0.180724 1.0689,0.124624 1.5879,-0.105469 -0.539,-0.323081 -1.1631,-0.566966 -1.7988,-0.587891 z m 4.5527,0.269532 c -0.455,0.0186 -0.9259,0.166283 -1.2695,0.529296 0.7586,0.558954 1.9117,0.530831 2.541,-0.210937 -0.4103,-0.210648 -0.8164,-0.336998 -1.2715,-0.318359 z m 4.0254,0.21289 c -0.3964,0 -0.7873,0.05966 -1.166,0.210938 0.767,0.157618 1.5915,0.478052 2.3301,0 -0.3782,-0.151307 -0.7675,-0.210938 -1.1641,-0.210938 z m 15.461,0.105469 c -0.7577,-0.0053 -1.4711,0.06671 -2.2246,0.105469 -1.0048,0.05169 -1.9997,0.102056 -2.9649,0.21289 1.8922,0.09141 2.8156,2.198491 4.7656,2.222656 0.6819,0.157614 4.3407,-0.66039 2.1172,-1.058593 1.5813,-0.555801 3.3469,-0.278817 4.9785,-0.423828 -2.0897,-0.73343 -4.3991,-1.041553 -6.6718,-1.058594 z m -7.625,0.105469 c 0.2742,0.06304 0.5682,0.06304 0.8476,0 z m -8.5899,0.203125 c -0.1389,-0.01836 -0.2737,-0.01534 -0.4121,0.0098 -0.2768,0.05012 -0.4933,0.205974 -0.7402,0.421875 0.4791,0.232208 1.1874,-0.05166 1.5879,-0.316406 -0.1532,-0.05752 -0.2967,-0.09687 -0.4356,-0.115234 z m 6.8946,0.326171 c -0.4419,-0.0251 -0.9343,0.03929 -1.375,0.105469 0.8542,0.197536 1.7849,0.360631 2.6464,0.107422 -0.4391,-0.0415 -0.8294,-0.187809 -1.2714,-0.212891 z m -14.7188,0.105469 c -0.4886,0.03153 -0.9544,0.176921 -1.377,0.423828 -0.8951,0.42657 -1.7385,0.163263 -2.6484,0.423829 0.2773,0.09981 0.5703,0.217504 0.8477,0.318359 2.3188,0.660867 5.1751,0.632492 7.414,-0.318359 -1.4761,-0.109259 -2.7454,-0.847657 -4.2363,-0.847657 z m 17.0859,0.175781 c -0.2233,0.0014 -0.4482,0.01394 -0.6718,0.03711 -0.5963,0.06178 -1.2597,0.217385 -1.8008,0.423828 0.2051,0.250057 0.436,0.485977 0.6367,0.740234 -0.2762,0.09981 -0.5703,0.217505 -0.8477,0.31836 0.3311,1.172542 5.7707,0.43578 6.6719,0.210937 -0.9074,-1.20731 -2.4248,-1.740066 -3.9883,-1.730469 z m -20.5761,0.128907 c -0.2844,-0.0136 -0.5696,-0.0047 -0.8516,0.01367 0.5411,0.213295 1.1209,0.216818 1.6934,0.105468 -0.2748,-0.06988 -0.5575,-0.105538 -0.8418,-0.11914 z m 14.7148,0.11914 c -0.6073,0.05484 -1.1861,0.361576 -1.8008,0.423829 0.7229,0.341467 1.8756,0.282461 2.4356,-0.316407 -0.2128,-0.05695 -0.4324,-0.125726 -0.6348,-0.107422 z M 1660.959,63.7813 c -0.2858,-0.01687 -0.5742,-0.0099 -0.8574,0.01758 -0.5664,0.05506 -1.1349,0.269144 -1.5899,0.634766 0.5527,0.151306 1.1427,0.272521 1.6953,0.423828 0.6588,0.0053 1.2391,-0.40573 1.5879,-0.953125 -0.2682,-0.06593 -0.5502,-0.106176 -0.8359,-0.123047 z m 49.5508,0.123047 c -0.2786,0 -0.4638,0.123745 -0.7422,0.210937 0.5569,0.08826 1.031,0.08826 1.5879,0 -0.2786,-0.0872 -0.5673,-0.210937 -0.8457,-0.210937 z m -3.4629,0.521484 c -0.706,0.04485 -1.3914,0.25951 -1.9395,0.75 1.7672,0.223791 3.5823,0.825822 5.2949,0 -0.7932,-0.359327 -1.7033,-0.668516 -2.6464,-0.742187 -0.2358,-0.01841 -0.4737,-0.02277 -0.709,-0.0078 z m -48.6407,0.326172 c -0.2642,0 -0.5834,0.08225 -0.8476,0.210938 0.5285,0.167065 1.0613,0.167065 1.5898,0 -0.2647,-0.128706 -0.4776,-0.210938 -0.7422,-0.210938 z m 7.2149,0.09375 c -0.1445,-0.0046 -0.291,-0.0017 -0.4375,0.01172 -0.3908,0.03572 -0.8519,0.120047 -1.2695,0.318359 -0.8542,0.178624 -1.6951,-0.0349 -2.543,0.210938 2.3535,0.234297 4.971,0.889668 7.3066,0.210937 -1.0742,-0.28614 -2.0449,-0.719423 -3.0566,-0.751954 z m 38.1113,0.646485 c -0.2582,-0.0042 -0.4781,0.03046 -0.7422,0.105468 l -0.4238,0.107422 c 1.1578,-0.04202 2.3489,0.476355 3.4941,0.105469 -0.7855,-0.02983 -1.5535,-0.305993 -2.3281,-0.318359 z m 60.5488,19.341796 c -0.4055,1.32e-4 -0.8212,0.01369 -1.246,0.03906 -2.5495,0.152327 -5.2542,0.865857 -7.0957,2.435547 0.4727,0.321503 0.9413,0.557416 1.4824,0.740234 -1.0958,0.214333 -2.0789,-0.275683 -3.1758,-0.105469 -0.6766,0.10507 -1.313,0.614403 -2.0117,0.529297 -0.7408,-0.09036 -1.3725,0.839653 -2.2246,0.953125 -1.6254,0.216438 -3.2552,-0.0015 -4.8711,0.31836 -2.6897,0.530583 -4.7742,0.563314 -7.5196,0.316406 -1.3826,-0.125051 -2.7378,-0.29078 -4.1289,-0.210938 -0.9918,0.05674 -2.4558,0.965497 -0.7422,1.482422 -0.8447,-0.04518 -1.5137,0.802332 -2.33,0.212891 0.2721,-0.184887 0.4606,-0.362094 0.7422,-0.53125 -1.097,-0.170218 -2.462,-0.184253 -3.3887,0.53125 0.5841,-0.06724 1.1712,0.04641 1.6933,0.316406 -1.6716,-0.05884 -3.7661,-0.01949 -5.2949,0.742188 -1.0506,0.524278 -2.4649,0.809988 -3.5996,1.164062 -0.4917,0.153418 -3.5504,0.50239 -1.5898,0.953125 -0.8227,0.171271 -1.6917,0.202932 -2.4356,0.634766 0.5989,0.141862 1.0534,0.54257 1.377,1.060547 -1.5834,0.202778 -3.4805,-1.192347 -4.7657,0.316406 0.2514,0.17652 0.489,0.352784 0.7422,0.529297 -1.2103,1.854422 -4.0791,-0.997073 -4.9785,0.318359 -1.0204,1.493255 2.5888,1.224669 3.3887,1.271484 -0.079,0.03636 -0.1623,0.139975 -0.4219,0.210938 0.5106,0.03572 0.9844,0.09629 1.4824,0.212891 -1.0517,0.210142 -2.355,0.13676 -3.1777,0.953132 1.0003,0.32884 1.9741,-0.0975 2.9648,0.3164 0.4305,0.17968 0.9175,0.34095 1.377,0.42383 -0.7319,-0.0944 -1.4577,-0.24641 -2.2246,-0.10547 -0.5747,0.10611 -2.616,-0.10991 -2.9648,0.42383 -0.6622,1.01704 3.3358,1.18653 3.9179,1.26953 -1.5707,0.19434 -3.5578,-0.40619 -4.8711,0.74219 0.8981,0.0115 1.8583,0.31876 2.6485,0.74219 -0.9383,-0.27423 -2.5335,-0.54279 -3.3887,0.10546 1.6275,0.0883 3.2968,0.30421 4.7656,1.0586 -1.2566,0.0651 -2.4557,-0.45995 -3.707,-0.5293 -0.8825,-0.0494 -3.4781,1.38996 -1.5879,1.48242 -1.887,0.48436 -3.7683,1.06597 -5.6133,1.69532 1.4594,0.1061 2.7559,1.57931 4.2363,0.63476 1.3627,-0.86995 3.1484,-0.42383 4.6582,-0.42383 -0.8195,0.041 -1.6118,0.2984 -2.4355,0.31836 -0.6514,0.28367 -2.9706,0.6389 -1.9063,1.79883 -0.2972,0.14501 -0.64,0.31773 -0.9531,0.42383 1.4352,0.70079 3.2008,-0.42844 4.6602,-0.5293 0.9414,-0.0651 1.9358,0.28513 2.8594,0.42383 0.3609,0.0546 1.3742,0.24231 2.1191,0.31836 -0.1319,-0.002 -0.3008,0 -0.4238,0 -2.6729,0 -4.468,-1.12631 -7.0957,0 -1.68,0.72075 -4.4912,-0.43165 -5.9317,0.95312 -0.4349,0.41712 0.6684,2.18929 1.2715,2.33008 -1.6485,-0.30153 -3.7255,-0.47392 -4.7656,1.16406 0.5358,0.0988 1.0667,0.1618 1.5879,0.31836 1.059,-0.1387 2.1344,-0.0103 3.1777,0.21094 -0.8689,-0.1103 -1.851,-0.31189 -2.3301,0.63477 0.4865,-0.19753 0.96,-0.25717 1.4825,-0.21094 -0.4205,0.48015 -0.9502,0.71697 -1.5879,0.74219 0.1449,0.58416 0.5494,1.01762 1.164,1.05859 -0.5085,0.19228 -1.1781,0.24391 -1.5879,0.63477 -0.2762,0.26372 0.3838,1.07816 -0.2109,1.27148 -1.2745,0.41291 -2.7299,-1.14943 -4.0254,0 -1.5256,1.35325 0.3275,2.88371 1.166,3.8125 0.4991,0.5516 1.3046,0.72027 2.0117,0.74024 0.5968,0.0169 3.2125,0.31437 1.377,-0.5293 1.6296,0.5516 3.3704,-0.26209 4.7656,1.05859 0.127,-0.25111 0.2987,-0.48702 0.4238,-0.74023 0.2531,0.20068 0.4881,0.3265 0.7403,0.5293 0.076,-0.60626 0.4536,-0.88613 1.0586,-0.74219 -0.9023,2.60985 2.3742,0.76255 2.9668,0.84765 -0.6083,0.24166 -1.1127,0.62613 -1.4844,1.16407 1.2776,0.68713 2.8354,0.52616 4.1309,1.16601 -0.435,-0.2406 -3.1375,-0.47384 -0.9532,0.31836 -0.7502,-0.19753 -1.4954,-0.19186 -2.2246,0.10547 0.7523,0.12081 1.7163,0.64439 1.377,1.58789 0.7977,0.11946 1.6021,0.26422 2.33,0.5293 0.6716,0.2448 1.3488,-0.13619 2.0118,0.10547 0.6892,0.25215 1.3563,0.61635 2.1191,0.53125 -0.2616,-0.26898 -0.5555,-0.50684 -0.8476,-0.74219 0.8331,0.7071 3.2419,2.02084 4.1308,0.74219 0.538,-0.77329 1.5345,-0.38165 2.2227,-0.10743 0.4144,0.16487 2.6267,0.66285 1.7109,0.25391 1.2434,0.48183 3.3014,1.164 4.1133,0.48828 -0.787,-0.52113 -1.7978,-0.14412 -2.4356,-0.95312 2.2558,-0.0295 4.2928,1.21619 6.5664,1.05859 -0.6631,-0.20553 -1.4263,-0.25856 -2.1171,-0.42383 0.4211,0.0804 0.866,0.11543 1.2695,0.10547 0.539,-0.0136 2.6996,-0.65263 0.7422,-0.95312 1.7052,-0.17337 -0.4037,-0.68075 -0.9531,-0.84571 -1.1127,-0.332 -2.2697,-0.43644 -3.3887,-0.74218 -1.8313,-0.50117 -4.1892,-1.19447 -5.5078,-2.64649 -1.6064,-1.77037 -3.766,-3.21615 -5.5059,-4.87305 -0.5379,-0.51167 -0.1747,-1.87723 -0.4238,-2.01171 -0.9057,-0.48751 -1.1267,-1.44014 -2.2246,-1.69336 0.5106,0.0988 0.9844,0.14816 1.4824,0 -0.1891,-0.25321 -0.3825,-0.49804 -0.6348,-0.63672 0.2125,0.0622 0.4373,0.0629 0.6348,0.10742 0.9298,0.21013 0.3695,-1.02523 -0.3164,-1.16602 0.5504,0.15551 1.1312,0.21157 1.6933,0.10547 -0.6776,-0.58102 -1.5778,-0.44435 -2.33,-0.8457 0.4455,0.21118 4.0498,0.47804 3.4961,-0.63672 -0.4025,-0.80901 -2.5583,-0.47506 -3.2832,-0.63476 1.0412,0.0714 2.4426,0.0838 3.2832,-0.63477 h -2.543 c 1.1,-0.22799 2.4418,-0.0104 3.3906,-0.74219 -0.3213,-0.23902 -0.7454,-0.48357 -1.166,-0.63476 1.0028,0.14923 2.3716,0.23453 1.5879,-0.84766 0.9151,0.74913 1.8636,-0.067 2.3301,-0.84766 -1.0791,-0.4276 -2.448,-0.46393 -3.2832,-1.37695 1.161,0.55475 3.1461,1.37008 4.3418,0.31836 0.8079,-0.71025 -5.148,-1.62847 -5.6114,-1.80078 1.2283,0.31729 2.5011,-0.0935 3.7051,0.31836 0.8143,0.27946 1.7491,0.98569 2.6485,0.63476 2.0582,-0.8027 -2.7541,-2.38616 -3.3887,-2.43554 1.6348,0.1061 0.6962,-0.33113 0.1054,-0.63477 1.7475,-0.15235 2.9438,1.84344 4.7657,1.0586 -0.1607,-0.26269 -0.3402,-0.60496 -0.5293,-0.84766 0.582,0.4003 2.6816,0.007 0.7402,-0.21094 0.5117,-0.19333 1.0435,-0.35933 1.5899,-0.31836 -0.6485,-1.65269 -2.3307,-1.86794 -3.7071,-2.64648 1.1452,0.35512 2.6992,1.13148 3.918,0.8457 0.6272,-0.14712 2.2127,-1.17012 0.6367,-1.375 1.1137,0.14922 1.1137,-0.0272 0,-0.5293 1.1495,0.3173 3.0514,1.70013 4.0235,0.31641 -0.6506,-0.10821 -1.2398,-0.28911 -1.8008,-0.63477 0.7596,0.35513 1.6002,0.52154 2.4355,0.42383 0.5705,-0.0672 2.7069,-0.48242 0.7422,-0.953125 h 1.5879 c 0.041,-1.536073 -2.6269,-0.401928 -3.3887,-1.058594 0.7218,0.01596 1.9838,0.323184 2.1172,-0.742188 0.4728,0.431844 1.0544,0.558715 1.6953,0.529297 -0.4875,-1.257644 1.8117,-0.936239 1.9063,-2.117187 0.7449,1.021225 1.6843,0.317693 2.4355,-0.212891 1.1104,-0.783797 2.5139,-0.821144 3.8125,-1.058594 0.8059,-0.147116 3.6621,-0.231977 4.1309,-0.847656 0.2595,-0.340412 3.0854,-0.491876 3.8125,-0.634766 7.1949,-1.407888 14.523,-1.953166 20.9668,-5.71875 -0.7996,-0.06199 -1.249,-1.393123 -2.0117,-1.800781 -1.5561,-0.832123 -3.4454,-1.152907 -5.1895,-1.269531 -0.3888,-0.0259 -0.7837,-0.03919 -1.1895,-0.03906 z m -61.5019,40.173826 c -0.6017,0.0852 -1.073,0.40732 -1.166,1.0586 1.7966,0.45388 3.6147,0.73961 4.9785,2.11914 0.9845,-2.07927 -1.3595,-1.94255 -2.4375,-2.96485 -0.2399,-0.0579 -0.499,-0.19524 -0.7402,-0.21289 -0.2213,-0.0163 -0.4342,-0.0285 -0.6348,0 z m 7.3066,3.91797 c -0.2647,-0.0125 -0.5744,0.0353 -0.8476,0.21289 0.4762,-0.048 0.9958,0.0392 1.4824,0.10547 -0.2254,-0.15772 -0.4024,-0.30738 -0.6348,-0.31836 z m 21.1797,2.4375 c -0.2785,0 -0.5692,0.0189 -0.8476,0.10547 0.2751,0.0756 0.5713,0.13425 0.8476,0.21094 0.1176,-0.10454 0.2835,-0.17313 0.4239,-0.21094 -0.1414,-0.0224 -0.2826,-0.10547 -0.4239,-0.10547 z m -75.5312,31.22852 c -0.1745,-0.0189 -0.3405,-0.0158 -0.5039,0.0117 -0.9804,0.16524 -1.7162,1.01162 -2.4356,1.79882 -1.1768,1.28917 -2.4807,1.63859 -4.1289,2.01368 -1.6758,0.38139 -2.6302,1.43715 -4.0254,2.32812 -0.7639,0.48751 -3.0097,1.08399 -2.8594,2.33008 0.1442,1.19775 2.8465,2.41811 3.7071,3.17773 0.1508,0.13288 0.2777,0.28567 0.4238,0.42383 1.0947,1.03617 2.0596,2.20623 2.6484,3.59961 -0.9845,-0.29734 -3.257,-0.96824 -4.2363,-0.74023 -1.4867,0.34672 -2.1349,0.39755 -3.6015,-0.21289 -1.5424,-0.64091 -3.2849,-1.10443 -4.9766,-0.95313 -1.0695,0.0956 -2.3185,1.46042 -2.6484,0 0.6294,0.0504 1.2751,-0.28004 1.6953,-0.74023 -2.5132,0.73755 -4.1978,-1.77283 -6.461,-2.22461 -0.8582,-0.17127 -2.4976,-1.03764 -3.0703,0.10547 -0.6167,1.23137 -0.6851,1.67916 -2.4355,1.58984 1.3165,1.77982 3.3914,2.77566 5.084,4.12891 0.7932,0.63354 1.8483,0.48292 2.7519,0.21289 1.1683,-0.34882 1.9237,0.42399 2.9649,0.74023 -0.8437,1.09374 2.4329,3.54966 -1.2696,3.17774 -1.0118,-0.10194 -1.3084,0.96742 -2.7539,0.52929 -1.5193,-0.46019 -3.1566,-0.58053 -4.6601,-1.05859 -0.5663,-0.18005 -0.9592,-0.58766 -1.377,-0.95313 -0.3345,0.32312 -0.4803,0.25337 -0.8457,0.74024 -0.9005,1.19967 -1.6595,2.84718 -1.0605,4.55469 0.2996,0.85374 1.2186,1.57559 2.33,2.11718 1.1114,0.54159 2.5,0.95987 3.92,1.37696 2.8398,0.83416 5.7236,1.61027 6.7773,3.07226 1.0539,1.46198 1.0271,2.68078 0.8457,3.81055 -0.1813,1.12977 -0.4597,2.15222 0.2129,3.17773 1.3453,2.05102 5.1915,1.93577 6.459,4.02539 0.6337,1.0448 -0.2916,1.83379 -0.8457,2.85743 -0.2768,0.5118 -0.4618,1.02662 -0.3184,1.69531 0.1433,0.66867 0.652,1.50188 1.6934,2.43554 1.0414,0.93367 2.7403,1.40961 4.873,1.58789 2.1325,0.17831 4.691,0.0699 7.3067,-0.21093 5.2316,-0.56175 10.7807,-1.81432 14.2968,-2.43555 3.516,-0.62122 6.0454,-1.94344 8.3653,-3.07226 2.3199,-1.12884 4.4822,-2.03805 7.2011,-1.90626 2.7189,0.13181 6.4575,1.79705 9.5313,3.39063 0.4129,0.214 0.3581,0.21275 0.7422,0.42187 0.6323,-0.73315 1.3524,-1.3711 2.3281,-1.69335 1.1048,-0.36494 2.5292,-0.44771 4.4492,-0.10547 0.2244,0.04 0.5072,0.5376 0.7403,0.63476 0.4046,-0.49201 0.9108,-0.98209 1.2714,-1.48242 1.3046,-1.81012 2.2307,-3.5989 2.4356,-5.61328 0.205,-2.0144 0.011,-4.5099 -0.6348,-6.56445 -0.6462,-2.05456 -1.7647,-3.74807 -3.3886,-4.02539 -0.8119,-0.13867 -1.341,0.20106 -1.8008,0.74218 -0.4597,0.54114 -0.8478,1.30351 -1.166,2.11719 -0.6365,1.62735 -1.2059,3.43298 -2.5411,3.70703 -1.3352,0.27406 -2.7462,-0.13083 -4.0234,-0.84765 -1.2773,-0.71683 -2.4044,-1.73642 -2.9668,-2.64649 -1.125,-1.82016 1.0616,-4.02233 0,-5.08398 -1.0618,-1.06167 -2.2192,0.98498 -4.0234,0 -0.9021,-0.4925 -2.2504,-1.60456 -3.2832,-2.96485 -1.0329,-1.36029 -1.6931,-2.95243 -1.1641,-4.02539 0.5293,-1.07296 1.3731,-1.17898 2.4356,-1.05859 1.0623,0.12037 2.267,0.54382 3.4941,0.63476 2.4544,0.18192 5.9913,2.29321 8.5781,1.90625 1.2933,-0.19346 2.7591,-0.22079 3.918,-0.63476 1.159,-0.41397 2.0428,-1.20544 2.1191,-2.85938 0.038,-0.82697 -0.5911,-1.3853 -1.4824,-1.90625 -0.8914,-0.52094 -2.1367,-0.91563 -3.3906,-1.37695 -1.2537,-0.46131 -2.5503,-1.04526 -3.5996,-1.69336 -1.0493,-0.64811 -1.8393,-1.35424 -2.1172,-2.43555 -0.2779,-1.0813 0.017,-2.43677 0.5293,-3.8125 0.053,-0.14035 0.2118,-0.50131 0.2695,-0.64259 -1.4464,-0.39593 -2.9616,-0.69281 -4.6113,-0.52342 -4.6067,0.47301 -9.8918,6.25441 -14.9317,4.97851 -2.8094,-0.7112 -5.648,-4.08688 -7.7324,-6.99023 -0.7374,-0.019 -1.6544,0.17523 -1.5879,1.05859 -0.3111,-0.12295 -0.6048,-0.2992 -0.8476,-0.52929 0.4477,-0.43183 0.9804,-0.72277 1.5898,-0.84571 -0.2761,-1.30806 -2.5404,-1.64908 -3.6015,-1.69531 -1.6643,-0.0735 -2.4139,-0.0586 -4.0235,-0.5293 -0.1977,-0.0581 -0.3802,-0.0983 -0.5547,-0.11718 z m -34.7754,10.36328 c -0.086,0.004 -0.169,0.0164 -0.2539,0.0254 -0.067,0.007 -0.132,-0.007 -0.211,0 -0.2765,0.0251 -0.5792,0.0936 -0.8476,0.21289 0.3314,-0.0302 0.6428,-0.0579 0.9531,-0.10547 0.2085,-0.0318 0.4147,-0.0871 0.6367,-0.10742 -0.1018,-0.0246 -0.1916,-0.0293 -0.2773,-0.0254 z m -3.3242,0.13281 c -0.2657,-0.0105 -0.5412,0.0409 -0.8477,0.10547 0.4382,0.50642 1.0204,1.02603 1.5899,1.37695 0.2741,0.124 0.5651,0.124 0.8457,0 -0.1939,-1.02045 -0.791,-1.45047 -1.5879,-1.48242 z m 28.8672,3.33789 c -0.066,0.003 -0.1224,0.0198 -0.168,0.0508 -0.1823,0.12387 -0.1662,0.48033 0.3164,0.95313 -0.5043,-0.34252 -1.0279,-0.40411 -1.5879,-0.21289 1.0444,0.24061 2.0647,0.3671 3.0723,0.74218 -0.3131,-0.44443 -0.5035,-0.93527 -0.9532,-1.27148 -0.215,-0.16114 -0.4829,-0.26992 -0.6796,-0.26172 z"
           style="fill:#290000;fill-opacity:1;stroke:none;stroke-width:0.06666667;stroke-miterlimit:1;stroke-dasharray:none"
           sodipodi:nodetypes="ccccccccccsccccscccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccsccccscccccccccccccccccccccsccscccccccccccccccccccccccccccccccccccccccccccccccccsccsccccccsccsccccccccccccccccccccccccccccccccccccccccccccccccccccccccccscccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccscccsccccccccccccccccccccccccccsccccccccccccccccccscccccccccccccccccccccccsccccccccccccccccccccccccccccc" /><path
           style="fill:#290000;fill-opacity:1;stroke:none;stroke-width:0.18883981;stroke-miterlimit:1;stroke-dasharray:none"
           d="m 4880.4954,793.29906 c 2.8,-0.43406 4.7889,-1.14735 7.7992,-0.59995 2.1488,0.38993 3.7797,-1.84221 5.6996,0 2.4761,2.37791 2.4267,-1.27413 2.3996,-2.69975 -0.1131,-5.7915 19.3432,-4.9459 23.9979,-5.99941 5.1933,-1.17259 10.0696,-1.97593 15.2983,-2.99971 3.955,-0.77677 11.8244,-2.59835 14.3987,-5.69949 -4.5951,-0.82435 -0.7717,-2.41939 0.2997,-2.99971 2.0982,-1.13985 5.7588,-0.53302 4.4996,-4.19958 1.7586,0.50001 3.5868,0.51421 5.3993,0.29996 -0.6277,-0.72617 -1.4419,-1.3974 -2.0997,-2.09979 2.4556,0.11993 5.2076,2.08059 7.1992,1.49984 -4.4073,-8.86776 -9.3813,-16.57118 -17.0983,-20.09811 -15.0945,-6.89858 -28.5206,11.9211 -44.0958,5.99945 -8.9804,-3.41431 -19.906,-13.04392 -27.5974,-22.79785 -7.8183,4.65106 -16.3323,9.87437 -20.698,10.79899 -6.0221,1.27541 -9.3467,0.18333 -11.6991,-0.89992 -2.3523,-1.08321 -3.685,-2.25223 -6.2992,-1.1999 -2.6142,1.05235 -2.6529,3.12717 -3.2999,5.39949 -0.1161,0.41314 -1.0309,0.78004 -1.1997,1.19991 3.2312,3.72614 9.162,8.84725 10.4988,11.3989 3.9377,7.51542 3.4208,11.92548 2.7,14.99858 -0.7208,3.07312 -1.7562,4.95144 1.1999,7.19932 1.478,1.12396 2.7946,0.75132 3.8996,0 1.1048,-0.75132 2.2041,-1.84882 3.5996,-2.99971 1.3955,-1.15089 3.0497,-2.32502 5.3996,-2.39978 2.3496,-0.0747 5.3311,0.82265 9.2991,3.2997 3.5586,2.22151 7.093,8.46601 10.4988,15.59852 z"
           id="path6327"
           inkscape:connector-curvature="0" /><path
           style="fill:#510000;fill-opacity:1;stroke:none;stroke-width:0.18883981;stroke-miterlimit:1;stroke-dasharray:none"
           d="m 4880.4954,793.29906 c -3.4061,-7.13251 -6.9405,-13.37701 -10.4991,-15.59852 -3.9677,-2.47708 -6.9492,-3.37446 -9.2991,-3.2997 -2.3497,0.075 -4.0038,1.24889 -5.3996,2.39978 -1.3955,1.15089 -2.4945,2.24839 -3.5996,2.99971 -1.1047,0.75132 -2.4213,1.12396 -3.8996,0 -2.9558,-2.24788 -1.9207,-4.1262 -1.1999,-7.19932 0.7211,-3.0731 1.238,-7.48316 -2.6997,-14.99858 -1.3368,-2.55165 -7.2676,-7.67276 -10.4991,-11.3989 -0.7592,1.8892 -1.4523,3.85414 -5.3992,5.39949 -4.8243,1.88873 -13.4181,-0.31842 -22.1979,-2.69975 -8.7801,-2.38139 -17.8254,-4.92123 -23.9979,-3.2997 -3.2963,0.86593 -6.0037,3.38717 -8.9991,5.39949 4.7573,7.27221 4.3888,17.20917 -1.2,22.79785 -6.3802,6.38009 -23.9208,-6.03051 -27.8974,0 -3.9764,6.03049 0.6711,9.95767 5.9995,13.7987 5.329,3.84099 16.0543,3.47758 23.9979,2.09979 7.9432,-1.37779 14.1502,-12.28936 22.1978,-9.89907 8.0474,2.39029 16.4597,14.06919 13.7988,21.89793 -2.661,7.82877 -16.9701,1.06349 -21.8979,8.09924 -4.9282,7.03576 -4.9624,23.23504 0,28.19734 4.9623,4.96231 11.0267,-3.0719 14.0984,0 3.0719,3.07191 -8.3438,2.80853 0,11.99887 3.035,3.34279 11.9095,4.88072 22.1979,5.69945 -2.9586,-1.05253 -8.0846,-1.31761 -8.0992,-3.89962 0,0.0119 7.5159,-4.27337 8.0992,-4.49958 2.2291,-0.86899 3.7918,-0.0911 5.6995,-1.79983 1.1399,-1.02081 2.2244,-2.5735 3.5996,-3.2997 -1.3038,-0.83923 -9.4042,-8.84312 -8.9991,-9.59908 0.9758,-1.83923 5.1841,-3.76376 2.9999,-6.29941 2.3868,-0.26785 5.7361,-0.72492 8.0992,-0.59995 1.866,0.10119 3.4621,1.19988 5.3995,1.19991 1.0863,0 12.0667,-0.42419 6.5992,-3.59967 -5.4105,-3.14277 -11.3636,-2.8925 -17.0983,-4.49957 -8.3033,-2.32434 3.0187,-4.1198 3.8996,-5.3995 -1.6279,-2.42552 -3.3779,-1.48853 -5.6995,-1.19987 -2.4907,0.30945 -5.3954,-1.25696 -7.4992,-2.39979 7.2855,-0.6012 1.4952,-5.47913 -0.6,-7.19932 1.4434,-0.28273 2.7889,-0.12559 4.1996,0.29999 -1.3542,-4.90168 9.8777,-0.66004 11.699,-0.29999 2.7768,0.54763 5.0434,-1.79983 7.7992,-1.79983 2.8363,0 3.6419,2.81227 6.2996,2.99971 -1.3098,-8.1218 9.283,-1.9198 9.5988,-5.69946 0.3036,-3.64573 12.7154,-1.66171 15.2987,-2.39975 0.2946,-0.70832 0.3407,-1.37663 0.6,-2.09983 1.238,0.16369 2.721,0.0902 3.8996,-0.29996 0.2261,-0.0307 0.386,0.0336 0.5999,0 z"
           id="path6321"
           inkscape:connector-curvature="0" /><path
           style="fill:#290000;fill-opacity:1;stroke:none;stroke-width:0.18883981;stroke-miterlimit:1;stroke-dasharray:none"
           d="m 4739.5086,623.21513 c -5.6993,-2.26318 -16.3368,0.45472 -27.5972,2.69974 2.6943,3.81665 7.312,8.18698 7.7992,11.39894 2.1604,14.24193 -9.322,10.84235 -8.0992,22.1979 1.2226,11.35554 22.9917,24.78845 23.9976,38.09641 1.0062,13.30793 -15.0802,22.2303 -14.0987,32.09696 0.9818,9.86664 5.0111,15.38258 14.0987,19.79812 9.0878,4.41553 28.4641,-8.92544 35.9966,-1.79984 0.9342,0.88391 0.5262,2.26988 1.2,3.2997 2.9954,-2.01232 5.7028,-4.53356 8.9991,-5.39949 6.1725,-1.62153 15.2178,0.91834 23.9979,3.2997 8.7798,2.38136 17.3736,4.58848 22.1979,2.69975 4.8239,-1.88876 5.9525,-4.32705 6.5992,-6.5994 0.647,-2.27232 0.6854,-4.34714 3.2996,-5.39949 2.6142,-1.05233 3.9472,0.11666 6.2995,1.1999 2.3523,1.08322 5.677,2.17533 11.6988,0.89992 4.3657,-0.92459 12.88,-6.14793 20.6983,-10.79899 -5.6487,-7.16304 -9.8676,-14.32109 -8.6992,-19.49815 2.7594,-12.22668 16.3763,-1.85039 17.9983,-7.79927 0.9634,-3.53342 -3.8088,-4.93121 -7.1995,-7.19933 -3.8356,-1.54757 -9.6834,-3.34993 -12.5988,-4.79954 -8.9289,-4.43949 -14.06,-7.68779 -16.7983,-9.89907 -2.7386,-2.21128 -3.3782,-3.60406 -2.9999,-4.49957 0.3782,-0.89549 1.6785,-1.30765 2.0999,-1.79984 0.4214,-0.49213 0.2083,-1.09848 -2.3996,-2.09979 -5.2189,-2.00259 -13.1247,-0.36535 -20.6983,0.89992 -7.5735,1.26529 -14.9103,2.15866 -19.4979,-0.89992 -4.588,-3.05857 -4.8764,-6.91802 -5.0996,-11.09895 -0.2232,-4.18092 -0.2559,-8.62017 -4.7996,-12.89877 -4.5436,-4.27864 -14.1165,-6.75598 -23.3978,-8.99916 -9.2813,-2.24318 -18.3495,-4.11012 -22.7979,-6.89936 -4.4481,-2.78924 -3.8005,-4.22384 -3.5996,-5.39946 0.1994,-1.17566 -0.2172,-2.26595 -6.5995,-4.79957 z"
           id="path6313"
           inkscape:connector-curvature="0" /><path
           style="fill:#290000;fill-opacity:1;stroke:none;stroke-width:0.18883981;stroke-miterlimit:1;stroke-dasharray:none"
           d="m 6202.4703,593.51795 c -9.8631,0.28332 -19.8872,1.91423 -25.4975,5.0995 -5.6102,3.18529 -9.0947,6.32556 -11.3988,9.89907 -2.3041,3.57353 -3.3654,7.48681 -3.5996,12.59881 -0.2351,5.112 4.0895,10.52804 8.3992,15.59853 4.3094,5.07051 8.787,9.97079 8.0992,14.69861 -0.6884,4.72781 -3.2264,8.41801 -6.2995,11.09895 -3.0732,2.68096 -6.8635,4.23521 -10.1989,5.09953 -3.3356,0.86429 -6.1444,-0.72626 -8.9991,-2.39979 -2.855,-1.67346 -5.5835,-3.50898 -8.3995,-2.69974 -5.632,1.61852 -6.3403,10.82978 -11.3988,12.59881 -5.0585,1.76903 -8.6322,-3.66862 -14.9987,-2.39978 -3.1829,0.63441 -7.1355,1.83277 -10.7988,3.89965 -3.6636,2.06685 -7.0548,5.05028 -9.2991,8.69916 -2.2443,3.64889 -3.6996,8.05386 -4.1996,12.89878 -0.5003,4.84496 -0.2351,10.11561 1.4996,14.69861 1.7339,4.58303 6.8707,7.663 11.6991,10.79899 4.8285,3.13598 9.5545,6.28967 11.0988,10.49902 1.5446,4.20932 0.3929,8.19915 -0.8994,11.99887 -1.2928,3.79971 -2.9162,7.31583 -1.7996,10.49899 1.1163,3.18315 2.344,5.74026 4.1996,7.79928 1.8556,2.05899 4.3877,3.66799 8.3991,4.79954 4.0115,1.13154 9.7906,-1.55288 15.5984,-4.19962 5.8079,-2.64671 11.7649,-5.22462 15.8987,-3.29967 4.1335,1.92492 7.0096,4.67439 8.6992,8.09921 1.6892,3.42484 2.0505,7.54187 1.1996,11.99889 -0.8503,4.45699 -7.0489,6.79651 -12.8987,9.59908 -2.9246,1.40127 -5.7341,2.9642 -7.7992,4.79954 -2.0648,1.83537 -3.2011,4.06483 -2.9996,6.89936 0.2023,2.83454 1.5508,5.27233 3.5996,7.49929 2.0487,2.22696 4.7347,4.34762 7.7992,5.99944 6.129,3.30363 13.3951,5.40176 18.5982,6.59937 5.2032,1.19762 10.1117,1.14825 14.6987,0.29997 4.5871,-0.84828 8.8385,-2.6299 12.8988,-4.19959 4.06,-1.56972 7.0215,-5.16962 9.8991,-8.39923 2.8773,-3.22961 5.6877,-6.0818 10.1989,-5.39949 4.5114,0.6823 9.0818,4.63273 12.599,9.29914 3.5169,4.66642 6.0522,10.20014 6.2992,14.69861 0.2471,4.49845 -1.6833,8.78172 -4.1995,12.29883 -2.5163,3.5171 -5.6669,6.28491 -8.3992,7.79928 -5.4648,3.02872 -8.5528,-2.69966 -13.7987,0 -5.246,2.69965 -10.9009,11.30426 -12.5988,17.39835 -0.8485,3.04703 -1.8776,4.44137 -2.0999,6.29938 -0.2233,1.85804 0.3062,4.36217 3.2999,10.19906 2.993,5.83686 10.9779,13.93158 20.0979,21.59794 9.12,7.66637 19.3783,14.93816 27.5975,18.59824 8.2191,3.6601 16.5849,4.07923 24.2975,4.19961 7.7129,0.12053 14.8859,-0.0336 20.9982,2.0998 6.1124,2.13372 11.5777,3.30898 16.1984,5.39949 3.1841,1.44049 5.3689,4.56651 7.7992,7.49928 2.9198,-0.92804 5.8945,-2.38061 8.6991,-0.89991 2.9196,1.53865 3.5282,0.47719 3.8999,3.89965 0.2262,2.09518 1.0482,3.81025 2.3997,5.39949 2.4523,2.88385 5.9825,3.89463 6.8992,7.79925 1.2741,5.41054 -2.3422,3.36306 -4.1996,7.19933 -1.1488,2.3749 1.2934,3.85721 2.0999,5.69945 0.7441,1.69933 0.4292,3.62877 0.8994,5.39949 0.6729,2.52967 2.3273,4.3697 2.9996,6.89937 0.3843,1.44638 -0.25,3.47219 0.6,4.79953 1.378,2.15173 5.5755,5.46598 0.8994,7.79925 1.3958,1.01965 0.9149,1.85998 0.8997,2.69975 1.3607,-1.07012 3.2737,-1.51481 4.4996,-2.69975 3.2332,-3.12601 6.3063,-6.38771 10.7988,-6.89933 4.4924,-0.51162 8.9595,2.48571 13.4987,5.0995 4.5392,2.61383 8.8914,5.05773 12.5988,3.89966 3.7073,-1.1581 6.8021,-3.30816 8.6991,-5.99945 1.8973,-2.69127 2.6999,-5.86145 2.6999,-8.99916 0,-3.13768 -3.0645,-5.558 -5.9995,-7.79924 -2.935,-2.24128 -5.8442,-4.54113 -5.3995,-7.49929 0.4446,-2.95816 2.3282,-5.59806 4.7995,-7.49931 2.4714,-1.90123 5.524,-2.92233 8.9992,-2.39976 3.4752,0.52258 5.2852,4.60062 7.1995,8.99916 1.9139,4.39853 4.1701,9.13444 8.0992,11.09894 1.9645,0.98224 3.4287,0.38541 5.0995,-0.59995 1.6705,-0.98539 3.4681,-2.41845 5.3996,-3.59966 1.0142,-0.62049 2.3963,-0.5982 3.5996,-0.89992 0.1369,-0.78837 -0.3839,-1.75801 0,-2.39975 3.9374,-6.58318 -1.7946,-13.6334 1.4996,-20.3981 2.7976,-5.74984 7.8733,-10.61994 3.5999,-16.7984 -1.6755,-2.4255 -2.5029,-10.5878 -5.9995,-9.29912 2.1696,-0.86307 -0.6431,-6.06664 -2.6996,-6.59937 1.0264,-2.65772 -0.1012,-5.82549 -1.5,-8.09924 -2.9434,-4.77968 -8.9051,-5.98656 -5.6995,-12.29885 -4.9047,1.61305 -12.3062,-10.27564 -14.3987,-13.4987 -1.9643,-3.02968 -1.097,-7.46697 -3.2996,-10.19906 -1.6191,-2.00882 -6.6278,-5.95579 -2.6997,-8.39921 -2.3749,-0.50299 -4.2011,-4.91787 -2.0999,-6.59937 2.2975,-1.83923 -0.7872,-5.27672 2.0999,-7.19932 -5.4073,-1.43746 -1.3238,-6.40405 -6.2995,-7.49929 -2.869,-0.62795 -9.0227,-2.05964 -9.2992,-5.69945 -0.7562,-9.93425 -14.8808,-11.08314 -21.5979,-15.89852 3.744,-0.70236 7.8049,1.93665 11.0991,3.2997 -0.5541,-5.64567 1.3702,0.72751 2.0997,-2.09979 1.3601,-5.27962 -11.7098,-7.1082 -13.7987,-8.09924 -3.9493,-1.86899 -7.1222,-4.50249 -11.3988,-5.99945 -3.497,-1.22615 -7.0623,-2.46389 -10.1992,-4.49957 -5.3331,-3.46122 -13.2436,-11.83408 -20.3979,-11.09895 -4.0088,0.41076 -6.2373,2.70516 -10.4991,1.49987 -3.0356,-0.85709 -6.976,-2.63609 -10.1991,-1.79983 3.3302,0.55656 2.8978,3.39062 4.7995,5.39949 2.0476,2.16363 2.7473,2.01688 4.1996,4.79954 2.7142,5.20521 5.0002,7.9182 -1.4996,9.29912 0.4845,-2.38982 1.5663,-10.54242 -2.1,-11.09895 -3.6041,-0.54763 -0.3265,5.54336 -3.5996,7.79928 -3.1041,2.13982 -10.3018,4.17949 -13.7987,2.39975 -0.9792,-0.49704 2.3077,-8.89904 3.5996,-9.89904 -4.2797,-1.05351 -10.356,-0.52115 -13.4987,-4.19962 2.9909,0.25297 3.7624,-2.8853 4.1995,-5.09953 -2.6814,0.7857 -9.805,-0.19136 -7.7991,4.79957 0.988,2.45229 3.338,0.91468 4.7995,2.39976 1.0562,1.07437 1.178,3.12164 1.5,4.49958 -3.7975,0.74105 -9.2158,3.43874 -10.7991,-2.0998 -0.7824,-2.72909 -1.9089,-4.89281 -3.5996,-7.19932 -0.7527,-1.02378 -3.7776,-2.94367 -3.8996,-4.19962 -0.6164,-6.46708 -9.703,-5.77147 -14.0987,-5.39949 -6.36,0.53573 -11.5822,-0.26636 -17.6984,-2.09979 -4.2707,-1.28271 -12.6725,-4.80338 -5.6995,-10.19903 2.1964,-1.69936 4.8415,-2.56386 6.2995,-5.09951 1.0384,-1.80652 -0.1577,-4.38339 1.1997,-5.99944 1.2887,-1.54163 3.6722,-1.23425 4.4996,-3.2997 0.8092,-2.01185 2.9103,-3.97388 4.4996,-5.3995 2.9582,-2.66061 1.2011,-11.74589 6.2995,-11.99886 -2.247,-0.98804 -3.8767,-2.1419 -3.2996,-4.79954 0.4461,-2.05351 -0.5973,-6.43625 0.8994,-7.79925 2.1814,-1.98804 1.9672,-5.2589 4.1995,-7.19932 2.1815,-1.8928 3.7996,-2.68466 4.7996,-5.69945 0.789,-2.37196 -0.5771,-5.70181 2.9996,-5.99945 3.4556,-0.28868 3.2258,-2.1217 1.8,-4.49958 -1.4583,-2.42255 -4.1359,-6.3528 -3.2999,-9.29911 0.9493,-3.33325 5.732,-4.10183 7.4995,-6.89937 2.0803,-3.3005 -0.5932,-6.86281 0.5999,-10.19903 1.5327,-4.29155 6.0302,-5.42979 9.8989,-6.59937 3.527,-1.06548 5.7367,-0.22499 9.2991,-0.59995 3.9285,-0.41371 6.7129,-1.68499 10.7991,-1.19988 9.2498,1.10116 18.3983,-1.10053 27.5975,-0.29996 3.6338,0.31838 4.2085,2.57701 6.8992,4.49958 2.8898,2.06244 6.0108,-0.34702 8.9991,0.89991 -8.095,-8.96404 1.5991,-3.70561 6.8996,-4.19961 3.4165,-0.31842 7.4009,0.34451 10.4988,1.79983 1.1077,0.52028 2.0121,0.46469 2.9999,0.29996 -8.6542,-8.85681 -17.9212,-18.36107 -23.0979,-20.69803 -6.0293,-2.72177 -9.1331,-2.08539 -11.0991,-1.1999 -1.9657,0.88554 -2.9764,2.07527 -5.3992,0 -2.4229,-2.07524 -2.0149,-4.86448 -1.8,-8.39921 0.2143,-3.53469 0.1577,-7.77657 -3.2996,-12.89877 -3.4564,-5.12218 -10.7152,-11.50846 -18.8983,-17.09837 -8.1831,-5.58993 -17.2138,-10.55881 -23.6978,-13.19877 -9.7257,-3.95989 -17.6123,-3.42517 -23.3979,-3.59966 -0.3425,2.11735 -0.4491,4.42791 -1.7996,5.69945 -1.9931,1.87698 -4.985,2.8518 -7.4992,2.99974 -2.5146,0.14791 -2.6893,-1.50463 -3.5999,-3.59966 -0.9098,-2.09503 -2.3598,-4.49101 -7.4992,-6.29941 -5.1395,-1.8084 -15.0344,-2.98307 -24.8976,-2.69974 z m 60.5945,178.48313 c -0.789,1.43449 0.6979,4.14417 -0.8994,5.0995 0,1.61901 0.355,3.11867 1.1997,4.49958 4.8662,-3.50585 8.0134,5.2431 12.299,3.2997 4.2172,-1.91066 -0.4684,-11.92714 -3.8996,-7.79928 1.3184,-4.74986 -6.4257,-3.40609 -8.6994,-5.0995 z m -8.0992,2.39976 c -1.525,0.23749 -2.6565,1.69754 -3.8996,2.69974 -0.1399,0.71427 -0.4598,1.38258 -0.6,2.09983 2.1934,-0.87796 4.6493,-0.87736 6.8992,-0.3 -1.2589,-1.23806 -1.6053,-2.58058 -0.8993,-4.19958 -0.6039,-0.1994 -0.9917,-0.37919 -1.5,-0.29999 z m 20.6979,13.19877 c 0.3485,2.03863 1.8788,3.68174 3.8996,4.19958 -1.1547,-1.55055 -2.474,-2.89605 -3.8996,-4.19958 z m 5.6996,1.49984 c 0.2053,1 0.2053,1.99976 0,2.99973 0.8446,-0.48811 1.3764,-1.14211 2.0996,-1.79983 -0.7083,-0.56549 -1.2395,-0.90827 -2.0996,-1.1999 z"
           id="path11360"
           inkscape:connector-curvature="0" /><path
           style="fill:#290000;fill-opacity:1;stroke:none;stroke-width:0.18883981;stroke-miterlimit:1;stroke-dasharray:none"
           d="m 5917.1973,292.04644 c -2.608,0.17797 -5.754,1.17038 -6.5992,1.79983 1.0535,2.60112 9.2589,0.26071 11.3988,0.59992 0.1488,-1.98357 -2.1913,-2.57757 -4.7996,-2.39975 z m 71.6932,10.79898 c -0.4857,-0.0345 -1.0071,0.13988 -1.4996,0.29997 0.8628,0.49704 1.8365,0.99985 2.6996,1.49987 0.7863,0.14285 1.6143,0.4571 2.3999,0.59992 -0.8103,-1.27229 -2.1416,-2.29678 -3.5999,-2.39976 z m -208.4802,0.59993 c -2.7511,-0.37687 -4.8207,-0.009 -2.3996,2.39978 -0.8161,-0.59227 -5.5115,-2.75885 -4.4996,0 0.5979,1.63091 -4.002,1.09747 -4.7996,1.79983 -1.0862,0.95531 6.4255,4.12162 7.1992,4.49958 -2.3808,-0.61311 -4.8427,-1.06074 -6.8992,0.59993 0.425,0.70831 0.7622,1.68551 1.1997,2.39978 2.5356,-1.8065 4.6299,0.89685 6.2995,2.39978 2.0476,1.84222 5.116,0.58728 7.1992,2.39976 -2.3779,0.8095 -4.8778,-0.87266 -7.1992,0.29999 5.0445,3.18738 11.3039,4.8804 17.0984,5.99942 5.9998,1.1577 11.3687,4.1442 17.3983,5.09953 5.8838,0.93149 13.5937,3.1908 19.4983,2.69974 4.3629,-0.36007 -1.4327,-5.23991 -2.4,-6.2994 3.863,-0.11607 6.8356,2.33603 10.4991,2.9997 3.6249,0.65772 7.3052,-1.09746 10.7991,-1.79983 6.4076,-1.28865 15.188,-3.96355 21.298,-0.29996 2.3963,0.49407 4.8781,1.7882 6.5992,0.59993 3.1428,-2.17256 10.5351,0.98458 14.6987,-1.19988 -7.5325,-2.94635 -15.8148,-1.44672 -23.3979,-4.19962 -3.8094,-1.38389 -7.9935,-1.9092 -11.6988,-3.59963 -3.5981,-1.64281 -6.5908,-5.63103 -10.7991,-5.69948 3.247,-0.0327 3.0842,-0.36121 -0.2994,-0.89992 0.8247,0.15178 8.4941,0.25476 2.6997,-0.89991 2.735,0.14285 16.8215,-0.26339 9.8991,5.09953 10.2527,4.14869 20.9426,7.86945 32.097,8.3992 2.8511,0.13392 7.5337,0.47754 9.5992,-2.0998 3.0683,-3.82132 -5.6055,-3.95486 -6.5996,-5.99944 2.2559,-0.51192 4.2961,-1.47544 6.5996,-1.79983 -6.8927,-1.94638 -14.052,-2.26574 -20.998,-3.89963 -5.3986,-1.26782 -12.4568,-4.42056 -17.9983,-2.39978 -13.1068,4.77963 -27.2025,-4.69651 -40.1962,-5.69946 2.2857,0.94042 4.6731,1.61347 6.8992,2.69975 -2.6576,-0.62498 -6.9754,-2.17675 -8.9991,0.59995 3.0951,3.30944 7.7411,4.41131 11.3991,6.89934 -2.3214,0 -4.9228,0.43513 -7.1995,-0.29997 -0.8765,-0.28332 -1.3732,-1.03687 -2.0997,-1.49986 -1.2496,-0.79632 -2.6698,-1.36887 -4.1996,-1.79984 -2.3273,-0.65772 -4.8513,0.0961 -7.1995,-0.29996 -2.3362,-0.39287 -3.7972,-1.99143 -5.9995,-2.69974 -5.1871,-1.66067 -11.0259,-1.07182 -16.1984,-2.69975 -0.7526,-0.23809 -4.1484,-1.42297 -6.8992,-1.79983 z m -36.2966,6.89936 c 2.2113,3.74097 5.8677,6.74264 9.2992,9.29912 2.1487,0 4.4983,-0.0315 6.5995,-0.59996 -2.9732,-1.45234 -0.9015,-4.53404 -4.4996,-5.0995 -4.0895,-0.63989 -7.4111,-2.71873 -11.3991,-3.59966 z m 172.7836,5.39949 c -0.858,-0.0452 -1.4961,0.0149 -2.3996,0.29997 2.9076,0.88387 3.9338,5.51841 7.4992,6.89936 5.5147,2.13979 12.48,2.35562 18.2983,3.59963 12.9133,2.76186 27.8733,5.09953 41.0961,5.09953 5.5564,0 12.958,0.0179 17.3984,-3.89962 -3.0922,-0.9315 -0.7699,-4.36453 -4.7996,-3.59967 -4.3868,0.83031 -8.5536,-0.81834 -12.8987,-1.49986 -4.1428,-0.6488 -8.3995,-1.30107 -12.5988,-1.19988 -4.8332,0.11607 -8.7756,1.87855 -13.4987,-0.29996 -4.8868,-2.25295 -15.3445,-5.72708 -20.3983,-2.39979 -6.4918,4.27331 -11.6892,-2.6871 -17.6983,-2.99971 z m -501.2524,20.39807 c 2.3481,2.61302 -1.1926,3.9687 -3.2996,3.59966 2.5892,5.48497 19.7345,5.54235 24.5975,5.39949 0.03,-2.61004 7.3099,-5.57969 -0.2994,-7.49928 -6.6099,-1.66963 -14.2306,-0.80644 -20.9982,-1.49987 z m 64.7937,3.59966 c 0.068,0.50002 0.2321,0.99985 0.2997,1.49984 h 2.3996 c -0.7863,-0.68748 -1.7591,-1.0445 -2.6996,-1.49984 z m 382.7638,1.49984 c -1.6268,0.003 -3.3949,0.30621 -5.0993,0.89991 0.4818,5.21712 9.0536,6.26185 12.8988,7.19933 1.9315,-0.91066 4.1692,-1.58073 5.9992,-2.69975 -4.2207,-2.82578 -8.9182,-5.41119 -13.7987,-5.39949 z m -79.4925,0.89991 c 5.7588,4.96121 14.1955,4.06192 20.6983,7.49932 -0.4944,-5.81531 -16.4871,-7.02909 -20.6983,-7.49932 z m -367.765,3.89966 c -0.9697,0.0238 -1.7107,0.52007 -1.8,1.79983 -0.1964,2.77671 -7.2206,-0.0824 -8.3992,-0.29999 -2.4106,-0.44942 -8.089,-1.50948 -10.1991,0.29999 -1.4851,1.27675 -0.4961,2.40148 -2.9996,2.99971 4.8421,9.12474 17.0022,-3.24057 23.3979,2.69974 -7.5207,2.6041 -14.3996,5.53711 -22.4979,3.59967 1.4315,0.74997 2.9341,1.40698 4.4995,1.79983 -0.7746,-0.25506 -1.5868,0.42168 -2.3999,0.59992 10.7622,7.10195 30.3456,20.5983 43.4961,26.6975 8.3447,3.8704 17.8082,4.51086 25.7975,5.69946 3.9946,0.59427 7.7644,1.40749 10.7988,2.69974 3.0348,1.29226 5.4058,3.09697 6.8995,5.99942 2.9875,5.80496 2.6535,12.31213 0.6,17.99831 -2.0535,5.68618 -5.8064,10.48385 -10.1991,13.19874 -2.1964,1.35746 -4.6436,1.4205 -7.1992,0.89992 -2.5559,-0.52055 -5.4903,-1.49981 -8.0995,-2.69975 -5.2177,-2.39987 -10.2039,-5.07435 -13.7984,-2.99971 -3.5931,2.07468 -6.2055,4.21146 -7.4995,7.19933 -1.2937,2.98786 -1.2535,6.78522 0.2997,11.99886 1.5535,5.21366 8.5703,9.23296 16.1984,13.19877 7.628,3.96578 16.0897,7.821 20.0979,13.19874 4.0085,5.37774 5.3865,12.1182 6.5995,18.29827 1.2128,6.18007 2.2348,12.02702 5.3996,15.59853 3.1645,3.5715 6.7852,4.09411 10.1988,4.79953 3.4139,0.70546 6.5793,1.57297 8.9992,4.79954 2.4195,3.22661 0.9642,6.76383 0.2997,11.09898 -0.3322,2.16756 -0.5465,4.37143 0,6.89933 0.5461,2.52794 1.9758,5.45548 4.4995,8.3992 2.5235,2.94376 6.3948,4.7394 11.0988,6.29941 4.7044,1.56002 10.3182,2.74689 16.1987,3.89963 11.7604,2.3055 24.657,4.86373 35.0966,11.39894 10.4393,6.5352 20.8313,18.85816 30.5971,30.59709 9.7658,11.73896 19.081,22.76922 27.2975,26.99747 8.2161,4.22821 13.3151,3.33184 17.3983,2.39975 2.0416,-0.46603 3.5737,-0.79432 5.3995,-0.59992 1.8259,0.19434 3.8443,0.84471 5.9993,2.99971 2.155,2.15503 3.1695,5.54115 3.5996,9.29911 0.43,3.75799 0.1577,7.98999 0,12.29886 -0.1578,4.30884 -0.095,8.49122 0.2997,12.29882 0.3934,3.80761 1.2184,7.3448 3.2996,9.59908 4.1624,4.50863 9.0229,6.60089 14.0987,7.49932 5.0757,0.89836 10.3042,0.58745 14.6987,-0.29999 4.3942,-0.88742 7.0001,-4.43188 9.5988,-7.79925 2.5991,-3.36738 5.1493,-6.52649 9.5992,-6.59937 4.4498,-0.0729 8.0819,4.72561 11.699,9.29911 1.8083,2.28673 3.6589,4.53973 5.6993,5.99942 2.0407,1.45969 4.0335,2.19301 6.5995,1.49987 2.566,-0.69317 4.4871,-2.78123 5.6996,-5.39949 1.2124,-2.61826 1.7347,-5.91856 2.3996,-9.29912 1.3303,-6.76115 2.6219,-13.66477 6.5995,-16.49844 3.9773,-2.8337 7.5712,-4.41991 11.3988,-4.79954 3.8276,-0.37966 7.837,0.4524 12.5988,2.39976 4.762,1.94735 7.9524,8.13343 11.399,14.39864 3.4467,6.26522 7.0975,12.54727 12.5988,14.39865 2.7505,0.92563 4.9847,0.35785 7.1992,-0.59995 2.2148,-0.9578 4.3648,-2.40238 6.5995,-3.89963 2.2348,-1.49728 4.6886,-2.90697 7.4992,-3.59966 2.8107,-0.69269 5.9564,-0.556 9.8992,0.89992 3.9424,1.45594 7.4944,4.87034 10.7988,9.59908 3.3046,4.72876 6.4885,10.53211 9.5991,16.49844 3.1109,5.96635 6.2376,12.22966 9.5991,17.39835 3.3616,5.1687 6.7427,9.36307 10.7991,11.6989 4.0562,2.33586 7.7129,3.3417 11.0988,3.59966 3.386,0.25803 6.6487,-0.11249 9.8992,-0.59995 3.2505,-0.48743 6.5483,-0.99944 10.1991,-0.89991 2.4904,0.0681 5.49,0.98009 8.3992,1.79983 3.3445,-2.28423 7.7378,-3.60547 20.6979,-6.29941 7.6165,-1.58314 17.8138,0.40326 29.3974,4.49958 11.5836,4.09628 24.6014,10.18319 37.7963,16.49844 13.1948,6.31524 26.5466,12.92455 38.9962,17.99831 12.45,5.07375 23.9485,8.62732 33.297,8.99915 9.3486,0.37187 17.3424,-0.48496 24.2975,-2.09979 6.9555,-1.6149 12.7461,-3.8968 18.2983,-6.29941 0.8476,-0.3666 1.5723,-0.53112 2.4,-0.89992 -0.3726,-0.8525 -0.8622,-1.43606 -1.2,-2.39978 -1.1166,-3.18316 0.5068,-6.69928 1.8,-10.49899 1.2928,-3.79972 2.4442,-7.78955 0.8993,-11.99887 -1.5443,-4.20935 -6.2706,-7.36304 -11.0991,-10.49902 -4.8281,-3.13599 -9.9652,-6.21596 -11.6987,-10.79899 -1.7336,-4.583 -1.9997,-9.85365 -1.5,-14.69861 0.5003,-4.84492 1.9553,-9.24989 4.1996,-12.89878 2.2443,-3.64888 5.6358,-6.63231 9.2991,-8.69916 3.6636,-2.06688 7.6159,-3.26524 10.7991,-3.89965 6.3662,-1.26884 9.9399,4.16881 14.9987,2.39978 5.0585,-1.76903 5.7668,-10.98029 11.3988,-12.59881 2.816,-0.8093 5.5442,1.02628 8.3992,2.69974 2.855,1.67347 5.6635,3.26411 8.9991,2.39979 3.3357,-0.86432 7.126,-2.41857 10.1992,-5.09953 3.0731,-2.68094 5.6114,-6.37114 6.2992,-11.09895 0.6884,-4.72782 -3.7895,-9.6281 -8.0992,-14.69861 -4.3094,-5.07049 -8.6334,-10.48653 -8.3992,-15.59853 0.2352,-5.112 1.2955,-9.02528 3.5996,-12.59881 2.3042,-3.57351 5.7889,-6.71378 11.3991,-9.89907 5.61,-3.18527 15.6341,-4.81618 25.4975,-5.0995 9.8635,-0.28333 19.7584,0.89137 24.8976,2.69974 5.1394,1.8084 6.5888,4.20438 7.4995,6.29941 0.9098,2.09503 1.085,3.74754 3.5996,3.59966 2.5145,-0.14791 5.5061,-1.12276 7.4992,-2.99974 1.9931,-1.87694 3.1463,-4.75921 2.6999,-8.3992 -0.4464,-3.63996 -5.7008,-5.78644 -11.0991,-8.09924 -5.3984,-2.31276 -11.0923,-4.67436 -12.8988,-8.09921 -1.8065,-3.42487 -2.2594,-6.41833 -2.0999,-9.29914 0.1607,-2.88079 0.9321,-5.47625 2.0999,-8.09921 2.3363,-5.24599 7.901,-10.41959 12.5988,-11.39894 4.6978,-0.97935 4.7415,4.74005 11.3991,3.59966 3.3288,-0.57019 6.9644,-4.96433 10.7988,-9.29912 3.8344,-4.33479 7.7736,-8.43753 11.6991,-8.09924 3.9252,0.33827 4.7061,2.99933 5.6992,5.99945 0.9931,3.0001 2.2467,6.33209 6.8995,7.79925 4.6529,1.46716 13.6574,1.64873 21.8979,0.29996 4.1202,-0.67442 8.0572,-1.79138 11.0988,-3.29967 3.0419,-1.50829 5.3537,-3.27062 5.9996,-5.69945 0.6461,-2.42884 -0.048,-4.22992 -1.2,-5.3995 -1.15,-1.16958 -2.8681,-1.74537 -4.7996,-2.39978 -3.863,-1.30886 -8.3985,-2.28669 -9.2991,-5.99942 -0.9003,-3.71275 -0.095,-8.47467 1.4999,-12.89881 1.5949,-4.4241 4.1928,-8.66169 7.4992,-11.09894 3.3068,-2.43726 7.4772,-3.11772 11.6991,-2.99971 4.2216,0.11785 8.3459,1.08967 11.9988,1.79983 3.6529,0.71013 5.8599,3.20253 8.3992,5.39949 2.5392,2.19696 5.4828,4.01224 10.4991,3.2997 2.5079,-0.35633 3.9267,-1.44496 5.0995,-3.2997 1.1729,-1.85474 2.1586,-4.54023 3.5996,-7.19932 0.2976,-0.54802 0.8506,-1.23539 1.2,-1.79983 -0.6518,-0.30565 -1.8571,0.14761 -2.3999,-0.29997 -6.2945,-5.18976 -0.077,-12.835 -6.2993,-18.59826 -6.2236,-5.76323 -28.1402,1.84293 -29.9973,-7.79925 -1.8568,-9.64217 18.9471,-7.83954 22.4978,-16.19848 2.5405,-5.97983 -2.2517,-10.78356 -3.8995,-17.39835 -3.5898,0.0836 -7.174,0.27231 -10.7989,0.29999 -6.0087,0.0509 -10.861,3.50279 -16.7986,1.49984 -4.8421,-1.63091 -9.9301,-2.35389 -14.9984,-2.99971 -4.738,-0.6012 -8.8718,-0.96045 -13.1987,-3.2997 -1.3214,-0.71724 -1.0345,-3.13711 -2.1,-4.19958 -0.3032,-0.30354 -0.4895,-0.76219 -0.8993,-0.89992 0.3023,-0.006 0.6065,-0.0375 0.8993,0 -5.8689,-3.51478 -9.9565,-7.93124 -16.7983,-10.19903 -6.3213,-2.09221 -12.63,-4.50014 -19.1983,-5.69949 -14.3865,-2.63091 -29.2608,-3.36208 -43.7958,-4.79954 -14.1573,-1.40472 -28.2165,1.13721 -41.9961,4.19962 -12.5205,2.78266 -26.4347,1.34356 -38.6963,-2.09982 2.2827,0.20832 4.638,0.65775 6.8995,0 -4.899,-4.45824 -12.877,-6.10111 -19.1983,-7.1993 -4.0504,-0.70536 -8.9914,-1.94938 -12.8987,0 -2.1785,1.08926 -5.3558,1.9659 -7.7992,2.0998 4.4996,-2.88088 5.1832,-4.91377 -0.8997,-5.69946 -5.4701,-0.70236 -6.9388,1.71198 -10.7988,-1.79983 -5.3332,-4.85701 -18.5908,3.26387 -22.1979,-3.89965 2.866,-0.0923 4.4993,1.40011 4.4996,-2.0998 3.0475,0.0268 5.8713,2.04388 8.9992,1.79983 4.973,-0.38989 -2.7476,-4.74832 -3.8996,-5.0995 -10.1426,-3.08324 -20.0382,-4.74713 -30.5974,-5.69948 -5.8094,-0.52085 -11.8654,-0.82025 -17.6983,-0.59992 -5.7796,0.21725 -5.0005,3.48921 -5.3993,8.09923 -0.527,6.0474 -16.001,6.1918 -19.4982,3.59964 5.1724,-0.52677 -2.6845,-2.77168 -4.1996,-3.89963 4.604,0.84819 9.1586,0.43264 13.7987,0.89992 -1.2619,-2.40172 -3.8445,-2.02057 -5.9995,-2.99971 -1.9286,-0.8809 -1.4262,-3.33181 -3.8996,-3.59966 2.8451,-0.59823 7.362,1.561 9.2991,3.59966 0.1191,-0.78867 0.1429,-1.61707 0.2994,-2.39978 3.6457,-0.0949 3.0648,5.27503 5.9995,6.5994 3.7098,-8.02886 -1.3779,-9.59995 -7.4992,-9.59911 -2.0401,2.7e-4 -4.3308,0.17112 -6.2995,0.29996 -5.11,0.33636 -11.9803,0.1363 -16.7983,1.79983 -1.4616,0.50502 -2.8011,-0.53582 -4.1996,-0.59992 0.03,0.20803 -0.3408,0.0699 -0.2997,0.29996 -0.2887,-0.14791 -0.5949,-0.17768 -0.8994,-0.29996 0.4012,-0.0298 0.8015,-0.0179 1.2,0 -0.4339,-6.06013 9.4411,-3.33568 13.1987,-2.69975 4.5291,0.76918 9.2888,1.21785 14.0987,1.19988 2.3556,-0.009 4.6541,-0.22381 6.8993,-0.29996 -16.8895,-7.23492 -39.0073,-5.39938 -56.9946,-6.89937 -9.8479,-0.82137 -19.8131,-1.19987 -29.6971,-1.19987 -8.5474,0 -17.8293,-2.66814 -26.3975,-3.59967 2.125,1.89876 5.168,2.20807 7.7992,2.99971 2.7023,0.8095 5.1171,3.86156 8.0992,3.59966 -4.0773,-0.0539 -7.8349,2.17125 -11.9988,2.0998 -2.988,-0.0509 -6.3855,-0.98801 -9.2991,0 -4.5999,1.56186 0.1339,4.74365 3.2996,6.29941 0.1756,-0.5771 5.4466,-0.33214 6.8995,-0.59993 2.5743,-0.47323 5.2665,-0.50359 7.7992,0.29996 -1.6098,0.88685 -3.4181,1.04402 -5.0996,0.29997 -0.5806,1.85113 0.5875,3.50258 2.1,4.49957 -1.4911,0.18155 -2.997,0.34163 -4.4996,0.29999 7.851,1.72311 15.8757,5.54202 22.7976,9.89905 -5.6308,-1.75888 -10.4902,2.14699 -16.1984,-0.59993 -1.8422,-0.88688 -9.7083,-5.20101 -9.8991,-0.59995 -1.9017,-2.35708 -4.6993,-1.33681 -7.1992,-1.19988 3.2945,6.13673 4.7567,4.06557 11.0988,5.69946 -1.628,-0.15179 -3.2696,0.0208 -4.7996,0.59995 0.8449,0.52978 1.819,1.02964 2.6999,1.49984 -1.577,-0.25297 -3.2222,-0.25297 -4.7995,0 -10.714,-2.46473 -21.1994,-5.83124 -32.0971,-7.79925 -3.2826,-0.59227 -6.8566,-1.23029 -10.1991,-0.89992 -2.9969,0.29464 -6.1391,3.23185 -8.9991,2.99971 -3.5862,-0.29166 -1.3205,2.90736 -0.2994,4.49958 -2.7202,-4.6963 -12.4027,-2.6307 -16.7984,-2.99971 -8.1277,-0.68156 -14.3624,-3.72805 -21.8979,-6.29941 -2.5773,-0.88092 -12.5041,-7.69562 -10.7991,-0.29999 0.8601,3.73207 5.3909,10.32579 9.5992,10.79899 -4.7946,1.27377 2.8377,13.66983 -6.5993,9.89907 -6.2623,-2.49993 -12.8151,-3.02691 -18.8983,-5.69946 -7.5384,-3.31538 -15.9552,-3.69754 -23.0978,-8.09924 -3.0565,-1.88387 -5.6531,-3.69129 -9.2992,-3.89962 -1.8243,-0.10416 -4.5495,-0.0268 -4.7995,-2.39978 2.5058,0.0208 5.0028,-1.81719 7.4992,-0.59996 -4.0654,-2.55052 -8.7906,-4.65781 -13.4988,-5.69945 2.3928,1.36008 5.1067,2.53951 7.4995,3.89962 -3.9523,4.83323 -23.1812,-4.86296 -26.0975,-8.69916 7.1129,0.96723 15.1978,6.47467 22.1979,2.09979 -4.1252,0.26487 -1.8508,-1.23374 -0.2997,-2.09979 -4.5832,-0.81843 -7.9593,-4.33762 -12.5987,-5.09953 -4.6666,-0.76781 -9.831,0.8936 -14.0987,-1.79983 2.857,0.0682 5.9057,1.44168 8.3991,-0.59993 -0.9107,-0.41969 -1.8841,-0.9195 -2.6996,-1.49987 1.4226,0.27083 3.4701,0.45127 4.4996,-0.89991 -3.1398,-0.31541 -6.1442,-1.00941 -9.2992,-1.19988 1.9646,-0.74105 4.1395,-0.0634 5.9996,-1.19988 -4.7886,-1.00598 -10.0203,-0.54034 -14.6987,-2.09982 2.4493,-0.17559 5.2483,-0.80873 6.2995,-3.29967 -2.1249,-1.49401 -3.6829,1.20172 -5.0996,0.29996 -0.8005,-0.50894 -0.1488,-1.98905 -1.1999,-2.39978 -4.4999,-1.75293 -9.1298,-0.71465 -13.4988,-2.69975 -3.7052,-1.6815 -7.0783,-2.93423 -9.5991,-2.99971 -4.5148,-0.11607 -11.7735,-2.74808 -15.8984,-0.89991 0.7822,0.58632 1.5928,0.9433 2.3997,1.49987 -2.7619,0.0354 -5.3344,1.11419 -8.0992,0.89991 -1.7378,-0.1369 -7.451,-1.03673 -2.0997,-2.39978 -4.1281,-1.83031 -7.0661,1.76474 -11.0991,1.49987 -1.2202,-0.0807 -1.6068,-1.95992 -2.9996,-2.0998 -1.5952,-0.11606 -2.9933,-0.38505 -4.4995,-0.89991 -4.8422,-1.96426 -9.6188,-2.03846 -14.6987,-2.99974 -3.8601,-0.72915 -7.9605,0.70123 -11.6988,-0.89992 0.8955,0.66073 1.8931,1.33193 2.6996,2.09983 -2.1696,2.11303 -4.6528,0.43924 -6.5992,-0.89992 -0.7949,5.49687 8.0756,9.3776 12.2987,10.19903 -4.8183,1.28866 4.3583,4.25664 -2.0999,5.3995 -3.4288,0.60415 -7.3105,-0.79933 -10.7988,-0.59996 -8.0563,0.47026 -16.5293,1.03447 -24.5978,0.59996 -5.8341,-0.3166 -11.6128,-0.94947 -17.3984,-1.49987 1.6411,-0.0789 3.3836,-0.99566 4.4996,-2.0998 -1.616,-0.50894 -3.418,-0.69161 -5.0995,-0.89991 -1.4762,-0.13393 -2.7955,0.20892 -3.8996,1.19988 0.5645,0.60263 1.3211,1.19071 2.0999,1.49987 -2.9886,-0.26428 -5.9823,-0.41142 -8.9992,-0.59996 -6.6783,-0.41668 -15.2739,-1.40606 -20.0982,-6.59937 1.8693,-2.10113 4.2665,-1.04217 6.5995,-1.19991 -5.6873,-7.00272 -24.9999,-2.50805 -32.997,-3.29967 -17.5799,-1.74102 -35.1862,-1.90604 -52.495,2.0998 2.8303,2.06839 7.2632,3.78245 10.7989,2.99971 -4.6249,1.53269 -5.5978,0.56376 -10.1989,-0.59993 -4.7111,-1.19342 -1.8523,-2.9603 -3.8996,-4.79954 -3.979,-3.57734 -10.9285,-5.4583 -15.8986,-7.19932 1.372,1.44044 3.0588,2.63835 4.7995,3.59966 -3.1398,3.97608 -11.6931,2.73966 -15.8983,2.09979 -2.2857,-0.34817 -18.087,-5.86724 -11.0991,-6.59937 -0.8313,-0.4762 -2.03,-0.92402 -2.9996,-0.89991 z m 203.9806,2.69974 c 1.3035,1.27675 3.2603,1.9159 5.0996,1.79984 -1.3006,-1.28571 -3.2574,-1.92483 -5.0996,-1.79984 z m 268.4747,0.29997 c -3.0318,0.15803 -6.2037,0.72396 -7.1995,1.79983 -1.2351,1.33329 1.447,3.78644 1.1999,5.39949 -0.3273,2.2053 -4.4754,2.13786 -5.9992,2.39975 -1.5238,-0.10118 -3.0234,-0.0902 -4.4996,0.3 4.1785,3.35705 9.2897,0.44403 13.7985,-0.3 5.5239,-0.91065 11.4059,1.501 16.7986,2.39979 11.3449,1.88983 23.6267,3.09384 35.0966,2.09979 -12.8061,-7.68133 -27.1007,-12.68798 -41.9961,-14.09865 -1.1339,-0.10714 -4.1678,-0.15803 -7.1992,0 z m 11.9988,45.89566 c -0.7834,-0.0354 -1.6021,0.0384 -2.3997,0.29996 0.786,0.21428 1.314,0.38273 2.0997,0.59995 0.7863,-0.14285 1.6142,-0.4571 2.3999,-0.59995 -0.7708,-0.33336 -1.3163,-0.26428 -2.0999,-0.29996 z m -14.9984,2.09979 c -1.2027,0.1497 -2.2226,0.31573 -3.2999,0.59995 1.1972,1.57237 3.0656,1.67981 4.7995,2.0998 0.9292,0.0149 2.5357,0.18689 2.9999,0.29999 2.1428,0.51192 4.7166,1.30597 5.9993,-1.19991 -2.933,-1.88834 -6.8915,-2.24848 -10.4988,-1.79983 z m 389.6629,14.09868 c 1.5595,2.0803 4.3907,2.79621 6.8996,2.0998 -2.3571,-0.5774 -4.5157,-1.60279 -6.8996,-2.0998 z"
           id="path11466"
           inkscape:connector-curvature="0" /><path
           style="fill:#290000;fill-opacity:1;stroke:none;stroke-width:0.18883981;stroke-miterlimit:1;stroke-dasharray:none"
           d="m 6116.6787,759.1023 c -0.8277,0.3688 -1.5527,0.53332 -2.4,0.89992 -5.5522,2.40261 -11.3431,4.68451 -18.2983,6.29941 -6.9551,1.61486 -14.949,2.47163 -24.2975,2.09979 -9.3489,-0.37186 -20.8471,-3.9254 -33.297,-8.99915 -12.4497,-5.07376 -25.8014,-11.68307 -38.9962,-17.99831 -13.1949,-6.31525 -26.213,-12.40216 -37.7966,-16.49844 -11.5836,-4.09626 -21.7807,-6.08272 -29.3971,-4.49958 -12.9604,2.69394 -17.3534,4.01518 -20.6979,6.29941 1.3553,0.38195 2.4421,0.25832 3.8995,0.89991 9.1712,4.03801 21.748,12.83822 32.9967,22.49789 11.2491,9.65967 21.0459,20.06971 24.5979,27.89735 1.7758,3.91385 2.2639,7.02748 2.0996,9.29912 -0.1637,2.27166 -0.958,3.82498 -1.7996,5.39949 -0.842,1.57451 -1.5431,2.97712 -1.8,4.79957 -0.2559,1.82242 -0.086,4.18387 1.5,7.19929 2.0437,3.87454 9.7473,8.42379 16.1983,12.89881 5.9603,-1.56448 11.789,-3.92867 17.9983,-3.2997 9.4016,0.9553 19.3525,-3.63633 28.1975,1.19988 2.0803,1.13389 4.5159,0.75825 6.5992,1.79983 1.8782,0.93744 3.5213,2.3652 5.3996,3.2997 3.6695,1.83328 8.0351,1.13071 11.699,2.99971 0.048,-3.8124 4.1713,-2.35104 6.2993,-1.49987 2.36,0.94342 9.0682,2.04253 10.1991,3.89965 1.7708,2.90766 6.5605,3.76859 9.5991,5.39949 2.5803,1.38389 2.5375,1.24259 3.5996,3.59967 0.9911,2.19934 4.024,1.96339 5.6996,3.29967 3.4493,2.75587 7.2661,4.83567 10.7988,7.49928 3.4314,2.58326 4.0168,6.46646 7.7992,8.99916 2.6401,1.76483 6.2105,6.18447 8.9991,7.19932 2.0538,0.747 6.2344,4.5405 7.4995,6.29941 5.4403,7.57419 15.9508,10.35206 20.6979,18.29827 2.7291,4.57127 4.6151,5.25476 8.9992,7.79925 2.4461,1.41963 3.2392,6.26533 5.3996,8.39923 3.4314,3.38979 7.2545,6.37735 11.9987,7.49928 5.0892,1.20536 7.6016,0.64823 12.5988,0.29997 3.613,-0.25297 5.5239,0.3135 8.6992,2.39978 3.5832,2.35407 7.8601,2.02233 11.699,3.59966 -3.2082,-5.71118 4.6234,1.35702 5.0996,1.49984 3.0297,0.91364 4.6308,1.00512 7.1992,3.2997 4.5055,4.02959 10.0589,7.11129 16.1984,6.59937 3.8088,-0.31666 4.4355,0.71811 4.7995,2.0998 1.0199,-3.08885 0.5521,-5.6527 2.1,-8.69917 0.3291,-0.64727 0.8485,-1.16083 1.1999,-1.79983 -6.9908,-3.97295 -14.4847,-8.41902 -21.5982,-14.39865 -9.12,-7.66636 -17.1049,-15.76108 -20.0979,-21.59794 -2.9931,-5.83689 -3.522,-8.34102 -3.2996,-10.19906 0.2232,-1.85801 1.2508,-3.25235 2.0996,-6.29938 1.6982,-6.09409 7.3531,-14.6987 12.5988,-17.39835 5.2459,-2.69966 8.3343,3.02872 13.7987,0 2.7323,-1.51437 5.8829,-4.28218 8.3992,-7.79928 2.5163,-3.51711 4.4466,-7.80038 4.1995,-12.29883 -0.247,-4.49847 -2.7823,-10.03219 -6.2992,-14.69861 -3.5169,-4.66641 -8.0876,-8.61681 -12.5987,-9.29914 -4.5115,-0.68231 -7.3219,2.16988 -10.1992,5.39949 -2.8773,3.22961 -5.8388,6.82951 -9.8991,8.39923 -4.06,1.56969 -8.3117,3.35131 -12.8987,4.19959 -4.5871,0.84828 -9.4956,0.89762 -14.6987,-0.29997 -5.2029,-1.19761 -12.4693,-3.29574 -18.598,-6.59937 -3.0645,-1.65182 -5.7508,-3.77248 -7.7995,-5.99944 -2.0488,-2.22696 -3.3981,-4.66475 -3.5996,-7.49929 -0.2024,-2.83453 0.9351,-5.06399 2.9996,-6.89936 2.0651,-1.83534 4.8746,-3.39827 7.7995,-4.79954 5.8495,-2.80257 12.0479,-5.14209 12.8987,-9.59908 0.8506,-4.45702 0.4896,-8.57405 -1.1999,-11.99889 -1.6896,-3.42482 -4.5654,-6.17429 -8.6992,-8.09921 -4.1338,-1.92495 -10.0905,0.65293 -15.8984,3.29967 -5.8081,2.64674 -11.5872,5.33116 -15.5986,4.19962 -4.0115,-1.13155 -6.5436,-2.74055 -8.3992,-4.79954 -1.2937,-1.43565 -2.1413,-3.43619 -2.9996,-5.3995 z"
           id="path11464"
           inkscape:connector-curvature="0" /><path
           style="fill:#510000;fill-opacity:1;stroke:none;stroke-width:0.18883981;stroke-miterlimit:1;stroke-dasharray:none"
           d="m 6432.2488,973.88199 c -1.203,0.30172 -2.5854,0.27946 -3.5996,0.89992 -1.9315,1.18121 -3.7288,2.61427 -5.3996,3.59966 -1.6708,0.98539 -3.135,1.58219 -5.0995,0.59995 -3.9291,-1.9645 -6.185,-6.70041 -8.0992,-11.09894 -1.9143,-4.39854 -3.724,-8.47661 -7.1992,-8.99916 -3.4755,-0.52257 -6.5278,0.49847 -8.9992,2.39976 -2.4716,1.90125 -4.3546,4.54115 -4.7996,7.49931 -0.4446,2.95816 2.4643,5.25801 5.3993,7.49929 2.9353,2.24124 5.9995,4.66156 5.9995,7.79924 0,3.13771 -0.8023,6.30789 -2.6996,8.99916 -1.8973,2.69129 -4.9918,4.84135 -8.6992,5.99945 -3.7073,1.15807 -8.0596,-1.28583 -12.599,-3.89966 -4.5392,-2.61379 -9.006,-5.61112 -13.4987,-5.0995 -4.4925,0.51162 -7.5653,3.77332 -10.7989,6.89933 -1.2258,1.18494 -3.1386,1.62963 -4.4995,2.69975 -0.03,1.79275 -1.1571,3.45995 0,5.99945 0.9434,2.0565 3.8647,4.6656 0.6,6.2994 -4.0922,2.0506 -0.128,6.7665 1.1996,9.2991 3.3068,6.2975 -12.4725,1.4357 -14.3984,0.8995 -2.9404,-0.816 -9.6789,-4.48 -12.5987,-3.8997 -1.4405,0.289 -2.5562,5.3881 -3.3,6.5994 -1.8749,3.0535 -4.4701,2.3354 -7.1992,3.2997 -2.107,0.7439 4.7062,6.4196 5.3996,7.1993 6.0147,6.7558 10.758,13.7672 14.6984,21.8979 3.3425,6.9016 9.0021,9.7248 8.9992,17.9983 0,1.4464 1.2556,4.624 -1.1997,4.7996 -3.7231,0.2678 -7.1296,-0.048 -9.2992,3.8996 5.3451,1.4762 8.6447,6.5163 11.9988,10.799 0.5711,-4.7498 -0.9717,-6.8504 -5.0996,-8.9992 2.4196,-2.5177 8.5638,5e-4 11.0991,1.1999 0.5441,-2.2797 1.0884,-7.6039 -0.8996,-8.6991 5.768,0.9761 -0.5786,-10.0336 5.0995,-9.5991 4.3005,0.3273 0.3274,6.341 4.4996,6.2994 1.6904,-0.018 3.8942,-4.8888 3.5999,-6.2994 1.0294,1.2113 5.8516,10.8508 6.8992,10.199 2.119,-1.3184 5.7624,1.6219 8.3992,1.4998 0.7229,-0.038 7.7272,1.8641 8.0992,2.3998 2.0654,2.9702 4.3251,1.2945 6.8995,0 8.3983,-4.2231 14.8394,-8.4803 21.5979,-15.2985 2.4166,-2.4345 8.548,-12.5291 4.1996,-14.6986 2.7172,-1.6458 1.3267,-6.1606 1.7999,-8.6992 0.6104,-3.2558 0.4348,-2.9954 2.9996,-5.0995 2.1042,-1.7232 -2.0832,-6.8541 1.5,-7.1994 1.2473,-0.122 1.1547,-4.9399 1.4997,-5.9994 0.9821,-3.0148 0.2589,-4.9868 2.0999,-7.7993 1.3928,-2.1309 2.1717,-4.0703 3.2996,-6.2994 2.6666,-5.2558 5.2362,-13.93514 3.5996,-19.79807 -0.7199,-2.57734 0.3476,-3.19123 0.2997,-5.3995 -0.5387,-1.16071 -1.0178,-2.41523 -1.4999,-3.59966 -0.6087,-2.54499 -0.817,-6.04007 -0.2994,-8.99915 z m -77.0928,101.09051 c -0.086,2.357 0.7681,2.8569 2.6999,1.4998 -0.8574,-0.6192 -1.7119,-1.1189 -2.6999,-1.4998 z"
           id="path11318"
           inkscape:connector-curvature="0" /><path
           style="fill:#290000;fill-opacity:1;stroke:none;stroke-width:0.18883981;stroke-miterlimit:1;stroke-dasharray:none"
           d="m 6368.9547,498.42693 c -0.3494,0.56442 -0.9033,1.25178 -1.2,1.79983 -1.441,2.65909 -2.4267,5.34458 -3.5996,7.19932 -1.1729,1.85474 -2.5913,2.94343 -5.0995,3.2997 -5.0163,0.71254 -7.9596,-1.10274 -10.4989,-3.2997 -2.5392,-2.19696 -4.7465,-4.68933 -8.3991,-5.39949 -3.6529,-0.71013 -7.7772,-1.68183 -11.9991,-1.79983 -4.2216,-0.11786 -8.3923,0.56242 -11.6988,2.99971 -3.3064,2.43725 -5.9043,6.67484 -7.4992,11.09894 -1.5949,4.42414 -2.4005,9.18606 -1.4999,12.89881 0.9002,3.71273 5.4361,4.69056 9.2991,5.99942 1.9315,0.65447 3.6493,1.2302 4.7996,2.39978 1.1499,1.16958 1.8458,2.97066 1.1997,5.3995 -0.6459,2.42883 -2.9577,4.19116 -5.9993,5.69945 -3.0416,1.50829 -6.9787,2.62528 -11.0991,3.29967 -8.2405,1.34877 -17.245,1.1672 -21.8979,-0.29996 -4.6528,-1.46716 -5.9061,-4.79915 -6.8992,-7.79925 -0.9931,-3.00012 -1.7744,-5.66118 -5.6995,-5.99945 -3.9252,-0.33826 -7.8647,3.76445 -11.6988,8.09924 -3.8344,4.33479 -7.4704,8.72893 -10.7991,9.29912 -6.6576,1.14039 -6.7013,-4.57901 -11.3988,-3.59966 -4.6978,0.97935 -10.2625,6.15295 -12.5991,11.39894 -1.1681,2.62296 -1.9401,5.21842 -2.0996,8.09921 -0.1578,2.88081 0.2946,5.87427 2.0996,9.29914 1.8065,3.42485 7.5004,5.78645 12.8991,8.09921 5.3983,2.3128 10.6524,4.45928 11.0988,8.09924 0.1428,1.17405 -0.7363,1.69168 -0.8994,2.69975 5.7855,0.1744 13.6719,-0.36026 23.3979,3.59966 6.4837,2.63996 15.5147,7.60884 23.6975,13.19877 8.1831,5.58991 15.4418,11.97619 18.8983,17.09837 3.4564,5.1222 3.5145,9.36408 3.2996,12.89877 -0.2143,3.53473 -0.6229,6.32397 1.8,8.39921 2.4228,2.07527 3.4335,0.88554 5.3995,0 1.9657,-0.88552 5.0698,-1.52187 11.0988,1.1999 5.1769,2.33696 14.4436,11.84122 23.0979,20.69803 1.3797,-0.23005 2.8106,-0.64007 4.1996,0.29999 -0.5509,-0.75593 -1.0384,-1.58734 -1.5,-2.39978 5.0656,-1.71424 9.567,-1.46797 13.7987,1.79983 2.4196,1.86602 6.1421,-0.6893 8.9992,0.89991 -1.375,-3.75882 -9.045,-1.93283 -8.3992,-6.59937 2.1339,1.1897 4.6639,0.28749 6.8995,0.59993 -2.7951,-1.1689 -6.7641,-2.4183 -2.9999,-5.09951 4.5386,-3.22907 12.491,0.11072 17.3983,1.19988 1.4881,0.33032 20.1745,7.55202 17.6986,2.09979 6.7049,-1.22913 12.7089,1.88832 18.298,5.09954 4.2112,2.41957 9.5501,0.69498 13.1988,3.59966 -2.5592,2.11303 -6.2933,1.27431 -9.2989,1.19988 -3.1159,-0.0777 -5.9218,1.31234 -8.9991,1.49986 7.14,4.90761 14.432,5.24063 22.7976,4.49958 -0.5057,-0.71129 -1.0116,-1.37957 -1.4997,-2.09979 3.6338,-1.36309 13.0874,0.21904 16.4984,2.09979 -3.2916,-2.06244 -1.2342,-3.94355 0.8993,-5.69945 2.6071,-2.14578 1.4908,-2.16116 5.9996,-1.19991 1.6904,0.36008 16.9227,5.32128 12.5987,0 5.2171,-1.31842 8.6733,3.08866 14.0987,-1.19988 -4.2617,-1.19937 -15.0302,-11.43441 -20.0982,-5.69945 0.744,0.56251 1.5788,1.06238 2.3999,1.49984 -2.0952,-0.90173 -4.415,-0.3374 -6.5995,-0.89992 -2.3839,-0.61605 -4.2338,-5.76918 -0.2994,-3.59966 -1.6547,-0.75293 -11.5223,-7.96478 -5.0996,-6.89933 -1.988,-2.2589 -3.1362,-5.36357 -2.9996,-8.3992 0.1697,-3.80645 2.458,-3.86195 4.4996,-6.29941 1.125,-1.35113 2.9565,-4.08935 2.3996,-5.69946 -0.8359,-2.42255 -4.5311,-8.06513 -0.5999,-10.19903 3.2052,-1.7351 -2.0616,-5.12325 -3.2997,-6.5994 3.4285,-0.81542 2.0729,-6.60241 6.5996,-5.0995 -0.1429,-0.78569 -0.1518,-1.61406 -0.2997,-2.39978 3.5654,0.40778 7.3051,0.70227 10.7991,1.49986 1.9642,0.44645 5.4656,-1.5237 7.7992,-1.49986 3.2407,0.0327 5.8474,-2.02775 8.9991,-2.39976 3.1752,-0.37207 5.8091,2.20506 8.6992,2.99971 3.0207,0.8303 4.3076,4.75817 6.8995,0.29996 1.5744,-2.70528 3.4416,-4.95924 6.5992,-2.39975 2.0119,1.63087 3.8588,4.61073 5.0996,6.89933 1.1163,2.05054 -1.7916,2.8842 1.4999,4.19961 -2.5981,0 5.446,3.73666 -1.1999,2.0998 2.9999,1.7678 5.8617,3.62025 7.7992,6.59937 2.6695,4.09512 4.0876,-1.71362 8.0991,-0.29997 3.4169,1.20533 1.8702,5.24346 3.8999,5.99942 2.1904,0.81248 2.0032,3.38654 4.1996,4.49958 1.3393,-3.16063 4.5433,-4.73413 7.7992,-3.29967 -4.11,-4.30345 2.0996,-10.06184 2.0996,-14.69861 0,-1.29288 0.1965,-2.42005 0.6,-3.2997 -0.056,-0.0479 0.057,-0.25178 0,-0.29996 -8.6119,-7.7233 -19.1435,-17.4733 -21.8979,-24.29772 -4.846,-12.0066 4.4538,-15.9481 0,-28.79727 -2.1728,-6.26938 -9.958,-16.2882 -17.3983,-24.89764 -1.7812,0.29493 -3.58,0.76733 -5.0996,0.89992 -17.8313,1.556 -20.35,4.77662 -33.8966,1.19987 -13.547,-3.57674 -29.7251,-22.74311 -42.5962,-26.39751 -12.8707,-3.65439 -21.6333,3.41485 -30.2971,0 -8.6634,-3.41484 -10.6264,-13.50099 -18.8982,-17.39835 -7.5585,-3.56121 -19.4885,-0.36065 -26.3975,-3.59966 z m 49.1954,179.08309 c -0.4664,0.14345 -0.8399,1.06672 -0.2994,2.99971 5.4483,2.10262 1.6987,-3.42997 0.2994,-2.99971 z"
           id="path11372"
           inkscape:connector-curvature="0" /><path
           style="fill:#290000;fill-opacity:1;stroke:none;stroke-width:0.18883981;stroke-miterlimit:1;stroke-dasharray:none"
           d="m 6246.2664,919.58713 c -0.3514,0.639 -0.8708,1.15256 -1.1999,1.79983 -1.5482,3.04647 -1.0801,5.61032 -2.1,8.69917 0.4572,1.73519 0.3045,4.08077 3.2999,5.69948 4.8719,2.63686 9.1897,5.0223 8.9992,10.79896 -0.1042,3.21714 13.0883,11.93466 16.1983,11.39893 1.8842,-0.32436 5.4195,-1.96896 7.1993,-0.59995 2.0951,1.61305 2.9758,1.5391 5.6995,1.19988 3.4969,-0.43752 14.6987,0.63299 14.6987,-3.89963 0,-6.38378 8.012,-8.25465 12.8987,-6.2994 -0.5482,-0.21726 5.0481,-4.68886 5.6996,-5.0995 1.1687,-0.7357 2.594,0.11487 3.8996,-0.3 -2.4306,-2.93277 -4.6154,-6.05879 -7.7995,-7.49928 -4.6207,-2.09051 -10.086,-3.26577 -16.1984,-5.39949 -6.1123,-2.1337 -13.2853,-1.97941 -20.9979,-2.0998 -7.7129,-0.12023 -16.0787,-0.53948 -24.2978,-4.19961 -1.8083,-0.80525 -4.0273,-3.07888 -5.9993,-4.19959 z"
           id="path11377"
           inkscape:connector-curvature="0" /><path
           style="fill:#290000;fill-opacity:1;stroke:none;stroke-width:0.18883981;stroke-miterlimit:1;stroke-dasharray:none"
           d="m 6577.1349,396.73654 c -3.1567,0.13958 -6.3766,0.4954 -7.7992,1.49987 -4.3719,2.86896 -8.6851,8.07697 -2.3996,11.69887 2.1041,1.21428 5.8635,3.38303 8.3992,3.2997 2.3422,-0.0777 9.7381,-1.03908 11.3988,-2.69975 3.0118,-3.00884 11.4452,0.4624 14.9986,0.89992 4.4017,0.54465 17.1838,-1.36872 20.398,-4.49958 -4.2975,-6.5772 -16.0064,-6.30822 -22.7979,-7.79925 -4.7287,-1.04164 -9.1581,-2.39383 -14.0984,-2.39978 -1.8366,-0.003 -4.9424,-0.13958 -8.0995,0 z m -116.089,31.49701 c 4.9198,1.25889 8.8518,4.61249 12.899,7.49931 -3.3035,0.19048 -3.4883,3.99126 0,4.19959 3.6547,0.22023 6.4347,-0.13988 9.8989,1.49987 6.842,3.238 13.9793,5.56523 20.0982,10.19903 -0.7294,0.77379 -1.4032,1.59624 -2.0999,2.39979 1.5059,0.88387 2.8514,1.88366 4.1996,2.9997 -1.372,-0.88387 -2.7172,-1.71227 -4.1996,-2.39978 0.7622,1.75888 2.3573,2.87114 4.1996,3.2997 -6.2886,-1.98506 -12.711,0.91488 -18.898,-0.59995 -4.4463,-1.08926 -7.4492,-4.77267 -11.6991,-6.29941 -9.1932,-3.30054 -20.3337,-0.67635 -28.4971,-6.89933 -2.5565,-1.94638 -18.1992,-11.65941 -20.3983,-6.29941 -2.6457,6.45517 -13.6689,4.61154 -18.8983,3.59966 -11.4252,-2.21423 -22.941,-0.11756 -34.1966,-3.59966 -5.7439,-1.77674 -12.0789,0.38924 -17.9983,0.29996 -2.2163,-0.0336 -4.4068,-0.0509 -6.5993,0 1.6479,6.61479 6.4397,11.41852 3.8996,17.39835 -3.5511,8.35894 -24.3549,6.55631 -22.4979,16.19848 1.8568,9.64218 23.7735,2.03602 29.9971,7.79925 6.2237,5.76326 0,13.4085 6.2996,18.59826 6.2959,5.18974 20.5253,0.002 28.7971,3.89963 8.2718,3.89736 10.2348,13.98351 18.8983,17.39835 8.6634,3.41485 17.4263,-3.65439 30.297,0 12.8708,3.6544 29.0492,22.82077 42.5962,26.39751 13.5466,3.57675 16.0653,0.35613 33.8966,-1.19987 17.8314,-1.55603 55.3756,-15.68457 72.5933,-9.89907 17.2176,5.78549 16.148,21.44012 25.1975,24.89764 9.0494,3.45749 14.9561,-3.3147 22.4979,-1.19988 7.5417,2.11479 16.0647,8.43929 20.0982,13.7987 4.0332,5.3594 -1.0562,9.60497 5.0993,14.99857 6.1558,5.3936 24.0544,2.52897 32.697,6.29941 8.6426,3.77043 8.7965,12.1071 18.8983,13.79869 10.1018,1.69159 26.573,-11.48608 36.2966,-11.09895 9.7232,0.38713 9.0346,5.43943 18.898,7.49929 7.4459,1.55492 10.6083,-3.55109 23.6978,-2.39979 2.2616,-2.15893 4.1883,-3.65445 8.9992,-3.89962 -3.235,-0.70236 -6.443,-0.55924 -8.9992,-2.99971 -1.4583,-1.38687 -2.5919,-3.05735 -4.4995,-3.89962 3.2826,0.78864 5.8257,3.50142 9.2991,3.59966 -4.3719,-5.01177 4.1713,1.15997 5.0996,1.79983 3.2317,2.23205 8.8518,1.29981 12.5987,1.7998 8.473,1.1339 17.9227,1.91153 25.7975,5.39949 -0.333,-1.67852 -1.624,-2.87709 -3.2996,-3.29967 2.8303,-0.17559 2.7097,-4.8054 0.8994,-6.2994 -3.6874,-3.04453 -9.1331,-2.9621 -13.1988,-5.3995 -3.3749,-2.02077 -3.671,-5.11494 -8.0991,-6.29941 -3.8273,-1.02378 -7.7585,-2.18491 -11.6988,-2.69974 0.7955,-0.10863 1.6505,-0.14286 2.3996,0 -1.8556,-0.89828 -3.8561,-1.72165 -5.6995,-2.69975 -3.7083,1.74102 -6.7891,-4.13968 -11.0988,-1.49984 0.1012,-3.24396 3.6704,-2.01241 5.3995,-1.19991 -3.1427,-1.11901 -3.1427,-1.44754 0,-0.89991 -1.4642,-1.13687 -2.9758,-2.2372 -4.4996,-3.29967 -1.9225,-1.32734 -4.0106,-2.65987 -6.2995,-3.2997 -1.7023,-0.47323 -3.4475,-0.83617 -5.0995,-1.49987 -1.0503,-0.42264 -4.9011,-3.18494 -0.2994,-1.19988 -4.4374,-2.93146 -9.3995,-4.75299 -14.0988,-7.19932 -1.0475,1.61305 -0.3214,2.67829 1.5,2.99974 -6.7736,0.47323 -19.5462,-2.12319 -23.6978,-8.09924 -2.4762,-3.55943 -7.787,-6.74315 -10.7992,-1.79983 -1.1666,1.91066 -4.2531,0.0961 -5.6992,-0.29999 -2.4196,-0.66368 -4.0049,1.27669 -6.2995,1.49986 0.744,-0.67557 1.4333,-1.34683 2.0999,-2.09979 -4.4999,-2.22315 -9.1554,-4.16503 -14.0987,-5.09953 4.1103,-0.68153 8.3495,3.27958 12.2988,1.49987 4.101,-1.85114 7.8742,2.97304 11.9987,1.49984 -1.8362,-3.47607 -7.4825,-5.32741 -11.0988,-5.69946 -2.1576,-0.2232 -4.1838,0.70641 -6.2995,0.89992 -1.8303,0.16369 -3.2303,-1.47067 -5.0995,-1.19988 8.0682,-2.72909 20.0366,0.92105 26.9974,5.09953 7.6575,4.59809 17.3132,3.46398 25.7978,2.99971 -0.4916,0.71724 -1.0003,1.3885 -1.4999,2.09979 1.5651,0.16667 7.6039,-3.53171 8.6991,-4.79954 1.0949,-1.27377 0.6997,-2.72054 1.2,-4.19961 0.6306,-1.85114 2.6199,-1.40273 3.8996,-2.39976 2.1487,-1.67852 -2.0339,-6.11128 -3.5996,-6.5994 -1.3931,-0.43617 -7.3227,-0.24374 -5.9996,1.19991 -6.301,-2.91563 5.9579,0.0268 5.0996,-3.89965 -0.7622,-3.49395 -12.7892,-4.91311 -15.5987,-5.99942 -4.3034,-1.66364 -9.9818,-4.45996 -11.3988,-9.29912 1.8184,2.41363 4.9258,1.83329 6.8992,0 -2.3421,-0.88688 -4.6162,-1.9789 -6.8992,-2.9997 1.4881,0.36906 2.9699,0.37731 4.4996,0.29996 -0.7592,-0.68451 -1.2726,-1.19866 -2.0999,-1.79983 3.9731,1.3571 6.801,5.49595 11.3991,4.79954 0.039,-1.61305 -0.4646,-2.95855 -1.5,-4.19959 4.1487,-0.2113 10.978,8.57536 6.2995,8.09921 4.4999,1.77078 8.6745,4.51857 13.4988,5.39949 4.1635,0.76189 6.2409,5.12683 10.1988,6.29941 4.2115,1.24699 11.3723,1.45172 15.5987,0.29996 2.1487,-0.58629 3.6454,-2.9997 5.9995,-2.9997 2.4282,0 4.7912,0.67971 7.1992,0.89991 10.5381,0.95828 21.6238,5.22771 30.5971,10.79899 4.2022,2.61004 8.4878,3.962 13.1987,5.39949 1.6547,0.50597 13.1693,3.54454 7.1995,0 8.5593,4.79153 19.598,4.69993 28.7971,8.3992 6.476,2.60409 17.9537,4.00906 6.5995,-2.99971 6.2287,1.32735 10.8346,10.82363 17.9984,7.49929 -1.003,-2.32137 -3.0535,-4.1639 -5.6996,-4.19962 3.6666,-2.03566 7.4224,2.89031 11.3988,1.19991 -1.7732,-1.44219 -5.8742,-3.56148 -9.8988,-4.79957 -3.3925,-1.04348 -6.715,-1.42615 -8.6995,-0.59992 2.8928,-3.36301 -3.6517,-5.06808 -5.6992,-2.99974 0,-2.9612 3.5636,-2.15512 6.5992,-2.69972 1.7678,-0.31544 1.4571,-1.56588 0.6,-2.69974 -3.3541,-4.44036 -7.9436,-3.88353 -12.8988,-4.49958 2.1845,-1.09521 4.6466,-1.14521 6.8992,-0.29999 -2.2826,-1.32437 -4.2284,-2.85016 -5.9992,-4.79954 -0.9878,-1.08628 -4.2323,0.45951 -5.6996,-0.59996 -4.0594,-2.92253 -8.7697,-3.63588 -13.4987,-4.79954 4.7796,-0.77676 9.2986,0.74269 13.7987,2.09983 2.4967,0.75292 12.2634,0.94146 6.5996,2.39975 3.0621,0.19345 5.9429,-1.33377 8.9991,-1.19988 2.4163,0.10714 4.7767,1.44032 7.1992,1.49984 -1.4955,-2.89572 -4.61,-4.21289 -8.0992,-5.0995 -3.4892,-0.88658 -7.3533,-1.34264 -9.8991,-2.69974 3.4035,0.50105 6.6558,1.70197 9.8991,2.69974 3.6145,1.112 7.2213,2.00566 11.0988,2.0998 -0.4377,-3.9404 -9.7586,-6.51527 -2.6996,-9.89907 -3.2139,-2.21721 -6.598,-1.98781 -10.1991,-2.99971 5.5623,0.70533 -0.068,-1.71588 -1.2,-2.0998 -1.9374,-0.66072 -4.4513,-0.68932 -5.9992,0.89992 0.9348,-4.68737 -20.9417,-8.25215 -23.9979,-8.99916 -4.8302,-1.18151 -8.9363,-3.44416 -13.4987,-5.39949 -6.3876,-2.74192 -14.0044,-2.24125 -20.9979,-2.69974 -0.5991,-0.25446 -6.6912,-0.94004 -7.4992,-0.89992 3.8776,1.36606 8.0944,0.8498 11.9988,2.09979 -4.0026,0.6399 -8.6349,1.38871 -12.2988,-0.89991 0.6035,0.75593 1.2726,1.58733 1.7996,2.39978 -2.0752,0.65103 -8.1471,-3.02099 -5.9992,-3.89962 -1.7839,-0.0345 -3.666,0.22827 -5.3995,0 -1.6696,-0.21726 -2.8181,-1.14036 -4.4996,-1.19988 -4.2707,-0.15476 -10.4131,0.0488 -14.6987,0.59992 1.5178,0.20536 27.2403,6.17117 21.5979,10.79899 3.2737,2.18744 7.8307,1.33011 11.3991,2.99971 2.6487,1.23806 3.893,3.32752 5.3992,5.69945 -1.3511,-0.39287 -12.6824,-8.72154 -10.7988,-3.59963 -4.8362,0.17559 -8.7039,-4.50133 -13.4987,-5.09953 -2.1607,-0.27083 -10.6205,-4.34789 -5.0996,-2.99971 -5.0802,-3.55942 -11.175,-5.34747 -16.1983,-8.99915 -4.116,-2.98802 -7.9043,-6.55946 -13.1988,-7.19933 0.7497,0.5268 1.4211,0.88379 2.0997,1.49987 -2.0714,1.87793 -14.4356,-6.71954 -16.7984,-7.49931 -7.5295,-2.4791 -15.6778,-3.40613 -23.3978,-5.0995 -3.9225,-0.8601 -7.4968,-2.07117 -11.3988,-2.99971 -2.6279,-0.62502 -5.6353,-0.0994 -8.0992,-0.89992 -2.7413,-0.89283 -5.3966,-2.69266 -8.3995,-1.79983 -1.3214,0.39288 -6.6659,-2.22964 -1.4996,-1.19991 -1.6021,-0.4376 -3.2005,-0.74007 -4.7996,-1.19987 -3.2704,2.27374 -9.489,-1.65511 -12.5988,-2.69975 -5.2587,-1.76781 -10.575,-1.44377 -15.5986,-4.19959 2.1071,0.35717 4.2579,0.857 6.2995,1.49984 -13.344,-5.04444 -27.5168,-7.04435 -41.3962,-9.89907 -4.9564,-2.07824 -10.2446,-2.68013 -15.2987,-4.49957 -4.7704,-1.71719 -11.3699,1.06565 -15.2983,-2.99971 2.4047,0.11309 4.8358,1.12488 7.1992,1.49987 -8.6575,-4.84213 -19.1995,-2.35976 -28.4972,-4.49958 -9.8033,-2.25589 -19.9449,-3.27988 -29.6974,-5.69946 -9.961,-2.47314 -18.0989,-1.25285 -28.1971,-1.49986 -4.6427,-0.1131 -9.4557,0.1369 -14.0987,0 -4.6427,-0.13691 -8.8024,-2.39803 -13.4987,-1.79984 2.2886,0.62204 4.3317,1.40639 6.5992,2.0998 -2.1785,2.78563 -8.7093,-0.60406 -11.0988,-1.49984 -3.8213,-1.43151 -7.3096,-1.67186 -11.3991,-1.79983 -11.9044,-0.37208 -24.1788,-3.79436 -35.9966,-2.99974 z m 459.2569,121.78849 c -1.1887,-0.74218 -2.469,-1.19988 -3.8999,-1.19988 1.2029,0.68597 2.5496,0.95414 3.8999,1.19988 z m -487.754,-119.68867 c -1.6946,-0.0479 -3.2633,0.11726 -4.7996,0.59993 -5.8034,4.61891 28.6971,9.14141 29.6971,9.29914 0.3157,-4.99391 -5.9832,-6.81243 -9.5992,-7.19932 -4.6626,-0.50445 -10.2146,-2.55648 -15.2983,-2.69975 z m 484.1541,114.28921 c -0.9601,0.1497 -1.286,1.03434 -0.8994,2.99971 2.3571,1.0833 4.7746,0.31139 6.8995,-0.89992 -1.6,-0.7756 -4.399,-2.34952 -5.9995,-2.09979 z"
           id="path11245"
           inkscape:connector-curvature="0" /><path
           inkscape:connector-curvature="0"
           id="path3114"
           transform="matrix(2.8325971,0,0,2.8325971,-296.75637,47.137748)"
           d="m 2428.4219,171.625 c -0.5197,0.009 -1.0592,0.0388 -1.6074,0.0859 -5.8384,0.50282 -13.203,2.78697 -18.1075,3.59961 2.6267,3.03941 5.3754,6.57576 6.1426,8.78906 1.5723,4.53618 -1.7108,5.92924 0,10.16797 0.9724,2.40924 4.6902,5.85154 7.7305,8.57812 0.5012,-0.97358 1.6995,-1.16285 2.8594,-0.84765 -1.9186,-0.56736 0.1963,-0.834 0.8476,-0.5293 0.787,0.36773 1.3989,0.98166 2.2227,1.26953 -0.166,-0.24375 -0.2874,-0.47967 -0.4239,-0.74023 0.249,-0.13341 0.4869,-0.19965 0.7422,-0.31836 -1.2261,-1.25135 -3.0049,-0.87636 -4.2363,-2.43555 -0.6115,-0.7712 -3.3655,-2.37269 -2.1172,-3.38867 -0.9046,-0.083 -1.88,-0.45341 -2.2246,-1.37695 2.408,-0.74703 5.3573,-1.97924 7.8359,-0.84766 2.5185,1.14837 5.2611,1.059 7.9434,1.48242 -1.0738,0.25531 -2.1019,-0.10547 -3.1777,-0.10547 0.7102,0.53375 1.5558,0.74784 2.33,1.16602 -1.2618,-0.5474 -4.4148,-1.97357 -5.7187,-1.06055 -2.2453,1.57074 0.7614,3.60805 2.0117,4.55469 1.0706,0.81006 1.1213,1.50965 1.5899,2.64648 0.6041,1.46462 1.9508,0.88419 2.9648,1.69532 1.2839,1.0286 0.095,1.04995 0.3164,2.22461 0.207,1.09373 1.4475,1.26598 2.3301,1.48242 -0.2941,0.11975 -1.2019,1.30379 -1.4824,1.16406 -0.6294,-0.31414 -1.6124,-0.41502 -2.2227,0 -0.3688,0.25006 -0.27,0.97416 -0.6367,1.27148 -0.8227,0.66508 -1.764,1.11656 -2.6465,1.69336 0.4612,0.69344 1.3938,0.98337 1.6934,1.80078 0.2155,0.58733 -0.8397,1.17419 -0.9532,1.69532 -0.228,1.04121 0.298,1.96774 -0.3164,2.96484 -0.5967,0.9666 -1.4894,0.0208 -1.0586,1.48242 0.497,1.68737 -1.6017,3.14825 0.1055,4.66016 1.2566,1.1137 -0.3477,2.67962 0.9531,3.70508 -1.1999,-0.72391 -0.6446,0.009 -1.0605,0.74218 -0.2596,0.45599 -0.5547,0.94092 -0.8457,1.37696 -0.4749,0.70708 -0.9405,1.59839 0.2109,1.90625 -1.2923,-0.62725 -2.7164,0.45009 -4.0234,-0.21289 -0.3017,0.51903 0.4491,1.84176 -0.2129,2.11914 -1.0707,0.44863 -2.4429,-0.59679 -3.5996,-0.31836 0.7796,1.35325 2.4848,1.85599 3.5996,2.85937 0.9687,0.87311 0.8873,2.30294 1.6953,3.28321 -1.0916,-0.39716 -1.3218,2.08794 -1.2715,3.07031 -0.4538,-1.77037 -0.3894,0.18912 -0.2109,0.63672 0.3182,0.7985 0.8716,1.42901 1.3769,2.11719 1.0528,1.4331 2.0684,2.95177 3.1758,4.34179 2.9251,3.67102 5.7397,6.88295 9.3203,9.95508 4.1827,3.58801 8.4017,7.21842 12.4961,10.90625 2.5794,2.32302 6.5367,8.12069 10.377,8.1543 -1.5371,0.15657 0.032,0.91806 0.6367,1.48437 0.6904,0.64721 1.4007,1.18 2.1172,1.79883 1.4373,1.24293 2.8046,2.55973 4.0234,4.02539 1.0801,1.29757 2.1402,2.69604 3.6016,3.59961 1.2597,0.77749 2.8842,1.3044 3.3886,2.85938 0.9656,-1.00549 1.1834,-2.26131 1.9063,-3.38868 0.497,-0.77434 -0.3707,-1.03589 0.3184,-1.80078 1.6852,-1.86598 0.7253,-4.68443 -0.2129,-6.77734 -0.3993,-0.89307 -1.4426,-1.32564 -2.1172,-2.01172 -0.4918,-0.49907 -0.2893,-1.01279 -0.7422,-1.48242 -0.4497,-0.4665 -0.9849,-1.80435 -1.5879,-1.90625 -0.6241,-0.1061 -1.2981,0.003 -1.3769,-0.84766 0.9141,-0.3982 1.7175,0.41623 2.33,0.95313 0.7922,-0.95821 2.2444,-2.75391 3.7071,-2.75391 0.6514,0 1.1685,-0.55199 1.5879,0.21289 0.3487,0.6346 1.4762,0.85856 2.1171,0.95313 -0.8607,-1.57761 -2.5991,-2.2242 -4.0234,-3.17774 0.4957,0.0163 -2.3526,-2.35306 -2.6484,-2.75391 -0.871,-1.18094 -2.2452,-2.60503 -1.1641,-4.02343 0.9666,-1.2671 1.0131,-2.9886 3.0703,-2.85938 0.9803,0.0609 1.7683,0.93695 2.7539,0.84766 0.7376,-0.0672 1.4882,-0.33662 2.2246,-0.10547 -0.1826,-0.78694 0.6783,-1.83273 0.1055,-2.54297 -0.7344,-0.91092 -2.0741,-1.44646 -3.0723,-2.01172 -1.9143,-1.08533 -3.7734,-2.0785 -5.2949,-3.70703 -1.3175,-1.40999 -1.7503,-3.01601 -2.6465,-4.6582 -0.6861,-1.25869 2.2476,-2.55535 -0.5293,-3.07227 0.2867,-0.93929 1.3387,-1.12333 2.1172,-0.63476 -0.1711,-0.69765 0.7584,-0.95296 0.8477,-0.31836 0.1241,0.88045 -0.9594,0.88185 -0.3184,1.90625 0.6871,1.09689 3.5132,2.73925 4.4492,1.27148 0.9246,-1.44886 -4.1634,-5.03225 -5.6132,-5.29492 -1.6317,-0.29628 -2.159,-10e-4 -3.6016,-1.27148 -0.9561,-0.84159 -1.7592,-1.74252 -2.752,-2.54102 -0.499,-0.40029 -1.5333,-1.00121 -1.3769,-1.80078 0.229,-1.1778 0.8409,-1.71809 -0.2129,-2.75195 -1.2084,-1.18515 -3.313,-1.31433 -4.8711,-1.80079 -2.4687,-0.77031 -1.2222,0.59215 -0.8477,1.69336 -0.6654,-0.86948 -2.5446,-0.89537 -3.3886,-1.26953 -1.658,-0.73651 -2.6688,-1.61118 -3.5996,-3.17773 -0.2396,-0.40241 -2.6369,-6.8963 -0.211,-5.92969 -0.4759,-0.48961 -1.1462,-0.86406 -1.8008,-1.06055 0.5527,-0.25741 1.1407,-0.25741 1.6934,0 -0.1996,-0.22694 -3.462,-2.05583 -1.1641,-1.69336 -0.3226,-0.55264 -3.226,-1.83835 -2.8593,-2.33007 0.8174,-1.10109 -1.5031,-1.30478 -1.377,-2.64649 0.6219,0.18493 1.025,-0.20674 1.0586,-0.84765 -0.3793,-0.042 -0.7868,-0.0466 -1.1641,-0.10547 1.5561,-1.15888 3.3901,0.91932 4.6602,0 -1.7304,-0.59888 0.792,-0.81177 1.6934,-0.21289 0.7995,0.53163 1.4422,1.30656 2.33,1.69531 1.036,0.45493 2.1062,-0.45173 1.377,-1.48242 -0.4602,-0.65141 -1.7422,-0.71043 -2.4356,-0.95313 0.9488,-0.0714 1.4188,0.0571 2.2227,-0.53125 0.8962,-0.65666 0.8785,-1.95015 1.5898,-2.43554 0.9036,-0.61675 2.4017,1.287 2.9649,1.80078 0.6935,0.63145 2.5342,4.81127 3.918,3.38867 0.9319,-0.95821 0.2511,-3.2134 0,-4.3418 0.5358,0.10191 1.0646,0.15236 1.5878,0 -0.2132,-0.26267 -0.3983,-0.49858 -0.6347,-0.74023 1.7136,0.9708 3.712,-0.83257 5.4004,-1.06055 1.805,-0.2448 4.253,-0.24664 6.0371,0.10742 4.3613,0.86469 8.4542,3.71973 12.4961,5.50586 0.8037,-1.10635 -2.0623,-3.96882 -2.9649,-4.3418 1.058,0.2112 0.8315,0.0115 0.3164,-0.63476 1.0034,0.2406 3.9979,-0.68076 2.1192,-1.80078 0.8205,0.31519 1.6237,-1.10944 1.5879,-1.48242 0.9907,0.83002 1.3808,-0.27888 0.6347,-0.74219 -0.4538,-0.28158 -1.0085,-0.40468 -1.4824,-0.63477 0.8301,0.0935 1.5899,0.5209 2.4356,0.5293 -0.3783,-0.50431 -0.9428,-0.82034 -1.5879,-0.84766 1.0401,-0.0389 1.0884,-0.27019 0,-0.63476 0.3382,0 1.3336,0.28683 1.5879,0 0.5074,-0.57472 -0.2853,-1.02078 -0.7403,-1.0586 0.5527,0.10087 1.0354,0.21748 1.5879,0.31836 -0.6619,-0.76278 -1.63,-0.9086 -2.541,-1.16601 1.0591,-0.68293 2.185,0.74345 3.1758,-0.10547 -0.5495,-0.48961 -0.875,-1.00355 0.3183,-0.95313 -0.5673,-0.37718 -1.1032,-0.81168 -1.4824,-1.37695 0.6914,-0.0546 1.3329,0.29105 2.0117,0.31836 0.8143,0.0326 1.4495,-0.69178 0.2129,-1.06055 1.223,-0.2406 2.5767,0.44008 3.7051,-0.3164 -0.4266,-0.48226 -0.9563,-0.8302 -1.5879,-0.95313 1.1274,0.062 2.0416,0.13091 3.0703,-0.42383 -0.164,-0.28473 -0.3434,-0.57658 -0.5293,-0.84765 1.0087,0.31099 3.0624,-0.76233 3.8125,-1.37696 0.3977,-0.3261 0.5703,-0.58096 0.8477,-0.8457 -4.621,-0.40645 -5.7386,1.39464 -8.3672,0.8457 -3.4822,-0.72719 -3.2373,-2.50981 -6.6699,-2.64648 -3.4326,-0.13667 -9.2481,4.51516 -12.8145,3.91797 -3.5662,-0.59719 -3.6207,-3.54001 -6.6719,-4.8711 -3.0511,-1.33108 -9.3698,-0.32048 -11.5429,-2.2246 -2.1731,-1.90412 -0.3769,-3.40288 -1.8008,-5.29493 -1.4239,-1.89204 -4.4333,-4.1245 -7.0957,-4.87109 -2.6625,-0.7466 -4.7467,1.64444 -7.9414,0.42383 -3.1949,-1.22062 -2.8181,-6.7466 -8.8965,-8.78906 -1.1397,-0.38297 -2.5504,-0.53688 -4.1113,-0.50977 z m 21.9043,44.0332 c 0.1105,0.5579 0.029,0.75585 0.7402,0.74219 -0.2375,-0.26687 -0.4734,-0.50369 -0.7402,-0.74219 z m 9.8144,6.19141 c -0.064,0.008 -0.1236,0.0264 -0.1777,0.0566 -0.891,0.49906 -2.0987,1.64343 -3.1777,1.58984 1.2461,-0.0683 2.6522,3.10896 1.5878,3.91797 0.9078,1.11476 1.3547,-0.33362 1.9063,-1.05859 0.6577,-0.86259 1.6606,-1.82099 2.8594,-1.58985 -0.034,-0.78306 -2.0346,-3.03647 -2.9981,-2.91601 z m 44.6582,32.86719 c -0.1592,-0.009 -0.3158,-0.005 -0.4648,0.0195 -0.1986,0.0326 -0.3401,0.0889 -0.5293,0.21094 3.1152,2.34192 6.745,4.19172 10.4844,5.29492 -1.0675,-1.32804 -2.5892,-1.75617 -4.0235,-2.54102 -0.7554,-0.41396 -1.6429,-0.73984 -2.3301,-1.27148 -0.6356,-0.49066 -0.9272,-1.25378 -1.6953,-1.58789 -0.4557,0.0319 -0.9638,-0.099 -1.4414,-0.125 z m 13.4082,4.04297 c 1.9795,1.71573 4.9713,2.3401 7.4141,3.07031 -2.0247,-1.36901 -4.903,-3.02303 -7.4141,-3.07031 z"
           style="fill:#290000;fill-opacity:1;stroke:none;stroke-width:0.06666667;stroke-miterlimit:1;stroke-dasharray:none" /><path
           inkscape:connector-curvature="0"
           id="path3104"
           transform="matrix(2.8325971,0,0,2.8325971,-296.75637,47.137748)"
           d="m 2355.9688,262.7832 c -0.017,0.97292 -0.9677,1.30431 -1.8008,1.06055 1.3689,0.7071 2.8686,1.38909 4.0254,2.43555 0.6724,0.18913 1.384,0.67826 1.5878,1.37695 0.2437,0.84053 1.2551,0.3624 1.6954,1.16406 -0.5422,0.19123 -1.0173,0.35829 -1.5899,0.31836 0.2837,0.98553 1.391,0.85242 2.1192,1.26953 -0.1346,0.51798 -0.6548,1.30971 -1.2715,1.37696 -0.9288,0.10296 -0.6962,-0.8264 -1.377,-1.0586 -3.0816,-1.05172 -1.3326,1.96461 -0.3164,2.96485 1.4741,1.44991 3.1332,3.01482 3.918,4.97851 0.7869,1.97104 1.4596,3.23771 2.7519,4.97656 2.2432,3.02066 6.6418,4.15109 9.2149,6.88282 1.2272,1.30072 1.7509,2.9955 2.541,4.55468 1.0097,1.99311 3.0348,3.36761 4.3418,5.18946 2.2968,3.20242 4.3042,5.95834 5.6133,9.63672 1.3763,3.86749 5.3885,5.03673 7.4121,8.36523 0.8899,1.46358 0.4853,3.1472 1.4824,4.66016 1.0139,1.53922 2.7377,2.65653 3.4941,4.34179 0.7355,1.64008 0.7102,3.59325 1.8008,5.08204 1.4636,1.99626 3.242,3.79837 5.2949,5.18945 -0.5725,-0.77223 -0.3409,-1.97157 -0.7402,-2.85938 -0.3719,-0.82687 -0.4539,-1.66581 -0.6367,-2.54101 -0.2647,-1.265 0.5761,-2.97251 1.9062,-1.27149 0.8122,1.04121 3.6754,0.28936 4.8731,1.06055 1.2051,0.77644 2.3092,2.56221 2.9648,3.8125 -0.1734,-1.52031 -0.759,-2.82658 -1.6953,-4.02539 -0.4843,-0.61989 -0.9371,-1.23237 -1.4824,-1.80078 -0.8899,-0.92774 -1.8272,-0.12036 -2.7539,-0.74024 0.4539,0.41081 0.9857,0.64568 1.5898,0.74024 -1.6022,1.34905 -4.0375,-2.65296 -4.7656,-3.59961 -1.8576,-2.42073 -5.0584,-3.26571 -7.0957,-5.50781 -2.5825,-2.84206 -2.6299,-6.752 -4.2363,-10.06055 -0.4276,-0.88046 -1.6658,-2.21362 -0.4238,-2.96484 0.8058,-0.48751 1.9379,-0.55977 2.8593,-0.5293 -0.974,-0.17863 -2.0528,0.0679 -2.9648,-0.42383 1.2135,-1.09479 6.6336,0.99097 7.7305,1.58984 1.369,0.74703 2.8024,1.45843 4.0253,2.43555 0.9635,0.76909 1.8369,1.87173 3.0704,2.22266 -0.9257,-0.46545 -1.465,-1.34664 -2.2247,-2.01172 -0.9351,-0.81952 -2.1597,-1.29517 -3.1757,-2.01172 -2.487,-1.75461 -4.3947,-4.14146 -6.5664,-6.24805 -4.5736,-4.43485 -9.4617,-8.50859 -13.9786,-13.02539 1.638,1.8954 -0.5992,-0.19477 -0.7421,-0.42383 -0.6851,-1.10214 -1.5423,-1.76562 -2.6465,-2.54101 0.2196,0.23956 0.4477,0.58093 0.6347,0.8457 -0.8288,0.30994 -1.2061,-0.55888 -1.4824,-1.16406 -0.4476,-0.97922 -0.9554,-1.32063 -1.9062,-1.80078 -1.6411,-0.82898 -3.7604,-3.77331 -4.2364,-5.50586 0.2997,0.54319 0.6498,1.01697 1.0586,1.48242 0.036,-4.88033 -6.9829,-4.66546 -7.8359,-8.89648 0.4275,0.0282 0.9089,0.20223 1.3769,0.52929 -0.186,-0.15209 -0.3325,-0.30433 -0.5292,-0.42383 -1.469,-0.8919 -2.7336,-2.06677 -4.1309,-3.07031 -0.02,-0.021 -0.084,0.0204 -0.1055,0 -0.5093,-0.48466 -0.9516,-1.0578 -1.5879,-1.37695 -0.8542,-0.42761 -0.5255,-1.11155 -0.9531,-1.80078 -0.8952,-1.44677 -2.8417,-1.8707 -4.1308,-2.85938 z m 113.4062,30.27539 c -0.066,-0.004 -0.1331,4.8e-4 -0.1992,0.0137 -0.1762,0.0352 -0.267,0.11809 -0.4238,0.3164 0.4769,0.41396 0.9574,0.5968 1.5878,0.63672 -0.073,-0.5185 -0.5034,-0.94019 -0.9648,-0.9668 z m 6.5781,0.43555 c -0.5947,-0.083 -1.2267,0.24917 -1.0586,0.95313 0.249,1.04225 1.3999,0.96742 2.2246,1.16601 -0.128,-0.83003 -0.5314,-1.57384 -1.166,-2.11914 z m -1.8847,1.05078 c -0.079,-0.0105 -0.1564,-0.007 -0.2325,0.01 -0.1739,0.0385 -0.3817,0.11152 -0.5293,0.3164 -0.9004,1.25345 1.8068,2.22648 -0.7421,3.07227 -2.6414,0.87625 1.5815,2.58321 2.2246,3.17578 -1.0496,-1.45727 1.0758,-1.30688 1.4824,-2.32812 0.4068,-1.02218 -1.0209,-4.08899 -2.2031,-4.2461 z m -0.8692,9.64649 c 0.2522,1.01283 0.1449,2.32474 0.8477,3.17578 1.7893,1.10004 0.2239,-2.98456 -0.8477,-3.17578 z m 0.7422,4.23632 c 0.2712,0.28368 0.565,0.57464 0.8477,0.84571 -0.1451,-0.41396 -0.4399,-0.70492 -0.8477,-0.84571 z m 0,2.22266 c -0.2456,0.50327 -0.4673,1.03404 -0.5293,1.58984 0.5978,-0.34671 0.9822,-0.96785 0.5293,-1.58984 z m -1.4824,7.0957 c 0.1251,0.20174 0.1906,0.43199 0.3164,0.63477 0.7722,0.20699 0.7068,-0.0245 -0.3164,-0.63477 z m 0.8476,2.75391 c -0.075,0.22694 -0.1393,0.51329 -0.2128,0.74023 0.2775,0.0251 0.5702,-0.0251 0.8476,0 -0.1616,-0.28578 -0.391,-0.52065 -0.6348,-0.74023 z m -1.8007,6.03516 c -0.2732,0.62514 -0.5173,2.60641 -1.5879,2.33007 0.1765,0.31941 0.3563,0.61231 0.6347,0.84766 0.7344,-0.95716 0.9935,-2.06298 1.377,-3.17773 z m -6.8848,8.15429 c -0.7486,0.1154 -1.2269,1.06018 -2.0117,1.37696 -0.4329,1.41522 -1.8922,2.33069 -1.1641,4.02539 0.6031,1.40581 3.7513,-4.72611 4.0235,-5.18946 -0.3321,-0.22353 -0.5981,-0.25134 -0.8477,-0.21289 z m -7.832,6.11719 c -0.8842,0.11226 -1.1337,1.34145 -1.6973,1.93164 -1.2534,1.31335 -2.6013,-0.42712 -3.6016,-1.05859 -0.1196,0.58314 0.2279,0.77428 0.5293,1.16406 0.5295,0.68086 -0.5508,1.24773 -0.3164,2.01367 -0.2762,-0.0525 -0.5703,-0.16442 -0.8476,-0.21289 0.2406,1.01077 -2.0177,3.26052 -0.4239,3.70703 -1.1956,0.17454 -1.3897,2.11547 -0.2109,2.54102 0.2911,-1.69371 3.0147,-3.19736 1.9063,-5.18946 1.7577,0.86366 2.3138,-1.40418 3.3886,-2.22265 0.4108,-0.31413 4.6247,-1.46327 1.6934,-2.64844 -0.155,-0.0347 -0.2936,-0.0414 -0.4199,-0.0254 z m -12.5,9.02734 c -0.6021,1.51296 -0.085,3.24215 -0.7403,4.76563 -0.4244,0.98553 -1.0637,2.67863 0.7403,2.22266 -0.7271,-1.69686 1.1349,-6.11673 3.3886,-5.61133 0.03,-0.28264 -0.02,-0.57554 -0.1054,-0.84766 -1.2188,0.4875 -2.1632,-0.12483 -3.2832,-0.5293 z m 9.0019,5.82422 c -0.6283,-0.0431 -1.2024,0.26726 -1.5879,0.74219 0.6724,1.00127 1.8663,0.36521 1.5879,-0.74219 z"
           style="fill:#290000;fill-opacity:1;stroke:none;stroke-width:0.06666667;stroke-miterlimit:1;stroke-dasharray:none" /><path
           inkscape:connector-curvature="0"
           id="path18178"
           transform="matrix(2.8325971,0,0,2.8325971,-296.75637,47.137748)"
           d="m 1879.3145,57.443359 c -0.7403,0.03015 -1.5506,0.181666 -2.2247,0.423829 0.8542,0.109253 1.7913,0.11414 2.6465,0.21289 -3.9683,0 -7.7851,1.416237 -11.6484,1.800781 0.2657,1.290219 2.1033,0.620067 2.9648,0.953125 -0.6997,0.237457 -0.8723,0.746312 -0.3164,1.269532 -1.0527,0 -2.2489,-0.216048 -3.1777,0.423828 0.2674,0.02775 0.5704,0.09255 0.8476,0.105468 -0.9394,-0.01733 -1.8917,0.143321 -2.541,0.742188 0.2743,0.02408 0.5684,0.08026 0.8457,0.105469 2.5658,-0.25321 5.9517,-1.163731 8.3672,0.105469 -1.8754,-0.448631 -3.8233,-0.229045 -5.7187,0 1.3543,0.271072 2.6954,0.226946 4.0234,0.636718 -1.0769,-0.09561 -2.1041,-0.273173 -3.1758,0 2.2076,-0.06199 4.3917,0.546254 6.5645,0.845703 -0.9794,-0.0497 -1.9964,0.120124 -2.752,0.107422 -2.9418,-0.04938 -5.9557,-0.22315 -8.8965,-0.423828 0.497,0.0251 0.962,0.148554 1.377,0.423828 0.8668,0.420268 1.6789,0.999108 2.6465,1.164063 1.6243,0.278416 3.1644,-0.134074 4.7656,0.423828 -0.5274,0.109257 -1.0499,0.276334 -1.5879,0.318359 2.384,0.793255 5.1679,0.275907 7.4121,-0.742187 -0.5349,-0.812343 -1.4981,-1.167259 -2.541,-1.271485 2.394,0.226471 4.2035,-0.449088 6.5664,-0.845703 1.9931,-0.334103 4.1243,-0.347375 6.1426,-0.21289 1.4793,0.09771 3.9862,0.481431 5.082,-0.847657 -0.9855,0.08405 -3.4157,-0.775732 -3.5996,-1.90625 1.0885,0.16917 2.5265,0.217998 3.4942,-0.421875 -2.9524,-1.071673 -6.2223,-0.485352 -9.1075,-1.800781 -1.8754,-0.854979 -4.2384,-1.680315 -6.4589,-1.589844 z m -22.3457,0.212891 c -1.4121,0.04951 -2.8978,0.303525 -3.918,0.423828 1.2765,1.547629 5.9059,1.37193 7.5176,0.529297 -0.8238,-0.84789 -2.1876,-1.002638 -3.5996,-0.953125 z m -51.6231,1.681641 c -0.2614,-0.0083 -0.5279,-0.0032 -0.7969,0.01172 -1.0761,0.05948 -2.2142,0.284327 -3.1777,0.212891 -0.1261,0.252161 -0.1926,0.487022 -0.3184,0.740234 2.1045,0.276323 4.4311,0.433768 6.461,-0.316406 -0.6434,-0.465312 -1.3838,-0.623508 -2.168,-0.648437 z m 91.3359,4.777343 c -1.7945,0 -3.6088,0.445893 -5.4023,0.423828 -2.0183,-0.02648 -5.488,-0.56629 -7.3066,0.636719 -0.5989,0.07565 -1.0804,0.30802 -1.5879,0.634766 0.8416,0.148154 1.6349,0.324831 2.4355,0.634765 -2.2001,0.480157 -4.1738,1.613363 -6.459,1.695313 0.7986,0.203841 1.6192,0.317731 2.4356,0.423828 0.09,0.01154 4.8368,-0.35262 2.541,0.105469 0.6599,0.23955 1.2527,0.06935 1.9062,0 1.0108,-0.108208 1.594,0.775317 2.4356,1.164062 2.0362,0.940346 3.9183,1.40557 6.1426,1.166016 1.1967,-0.1282 2.0463,0.272935 3.1757,0.529297 1.347,0.305733 2.9676,0.210937 4.3418,0.210937 1.1757,0 2.2456,0.286594 3.3887,0.529297 0.5043,0.10716 3.9126,0.380357 1.8008,0.636719 2.1507,0 4.3112,0.09666 6.4609,0 1.5949,-0.0725 4.1798,0.618414 5.1895,-1.060547 -2.0993,-1.060122 -4.6126,-0.958304 -6.6719,-2.117187 0.8636,0.02845 1.6732,0.399654 2.541,0.105468 -0.4885,-1.248186 -1.6496,-1.939396 -2.4355,-2.964843 0.3286,-0.07985 0.6232,-0.139505 0.9531,-0.210938 -2.6456,-1.511906 -6.9025,-2.612936 -9.8496,-1.482422 0.6251,-0.0725 0.8406,0.287798 0.6367,0.845703 -0.8426,-0.167076 -1.8016,-0.245866 -2.6484,0 0.5306,1.029649 -0.7371,0.999355 -1.377,0.953125 1.2283,-0.05884 0.5082,-1.503602 1.166,-2.117187 -1.3206,-0.02101 -2.4876,-0.742188 -3.8125,-0.742188 z m -28.0644,2.753907 c 0.7617,0.453887 1.6888,0.463106 2.543,0.529297 h 0.8457 c -0.9603,-0.643008 -2.3044,-0.446296 -3.3887,-0.529297 z m -75.082,0.742187 c 0.8109,0.6304 1.9919,0.697404 2.9648,0.529297 1.1683,1.072729 3.4695,0.316406 4.8711,0.316406 -2.4102,-1.167289 -5.5497,0.285895 -7.8359,-0.845703 z m 82.3886,1.164063 c -0.6396,-0.01292 -1.3679,0.240469 -2.0117,0.21289 0.8458,0.08195 1.83,0.252944 2.6484,-0.107422 -0.2135,-0.07617 -0.4234,-0.101168 -0.6367,-0.105468 z m 2.7539,0.105468 c -0.2646,0 -0.4807,0.08104 -0.7402,0.212891 0.5295,0.083 1.0584,0.083 1.5879,0 -0.2694,-0.131858 -0.583,-0.212891 -0.8477,-0.212891 z m 50,0.08008 c -0.1216,-0.0013 -0.2668,0.0075 -0.4394,0.02734 -1.0358,0.119177 -2.3792,0.541666 -0.8457,1.058594 -1.099,0.02849 -2.0132,-0.678094 -3.0723,-0.742187 -0.7239,-0.04413 -0.8712,1.052942 -1.5879,1.271484 0.3562,0.970812 1.4146,0.776615 2.2246,0.953125 -0.4906,-0.07355 -1.548,0.03606 -1.9062,0.423828 -0.3783,0.41081 2.2794,1.296052 2.541,1.376953 -0.4224,-0.09246 -3.1949,-0.711947 -3.2832,0.105469 -0.084,0.764895 0.5751,1.506105 0.7422,2.222656 l 0.4238,0.423828 c -0.6525,0.507471 -1.1513,1.161319 -1.4844,1.90625 2.8368,0.781696 5.0894,0.201976 7.8379,-0.529297 2.7906,-0.740716 5.5369,-0.405968 8.3653,-0.423828 1.5203,-0.01052 3.2888,-0.423182 4.8711,-0.529297 2.5405,-0.170218 4.9443,-0.547086 7.2011,-1.693359 -1.1998,-1.126313 -2.8544,-1.797637 -4.4472,-2.119141 -0.7208,-0.146053 -1.4997,0.06514 -2.2246,0 -1.0801,-0.09771 -2.2202,-0.882483 -3.2813,-1.164062 -1.4625,-0.388746 -3.6004,-1.386247 -5.084,-0.742188 -0.9268,0.402405 -2.4922,2.209491 -3.5996,1.800782 0.4949,-1.116855 -0.9834,-2.0207 0,-3.070313 -0.9025,-0.0063 -1.7681,-0.370647 -2.6484,-0.529297 -0.082,-0.01476 -0.1812,-0.02607 -0.3028,-0.02734 z m 28.2598,7.228515 c -0.607,-0.01084 -1.2136,0.537045 -1.9063,0.316406 0.2996,0.17652 0.6516,0.352784 0.9532,0.529297 0.5558,-0.139762 1.0803,-0.370001 1.5898,-0.634765 -0.2135,-0.179676 -0.4344,-0.207312 -0.6367,-0.210938 z m 5.1055,0.705078 c -0.2873,8.49e-4 -0.5784,0.01454 -0.8692,0.03516 -1.163,0.08248 -2.3406,0.248614 -3.3886,0.21289 1.8628,0.821617 4.1487,-0.307278 5.9296,0.740234 0.2522,-0.152354 0.489,-0.271469 0.7422,-0.423828 -0.7206,-0.447583 -1.5523,-0.566998 -2.414,-0.564453 z m -13.2598,3.423828 c -1.3994,0.0053 -2.6719,0.290523 -4.1289,0.529297 -1.6033,0.263719 -2.957,1.879829 -4.6602,1.589844 0.4613,0.0767 0.9261,0.191366 1.377,0.316406 -0.6987,0.517977 -1.4257,0.958129 -2.1191,1.482422 0.2416,0.262667 0.4795,0.501589 0.7421,0.742188 -1.5351,-0.442329 -1.1444,1.182972 0.211,1.482422 0.7585,0.168086 1.7874,0.254431 1.5898,1.271484 -0.047,0.242463 2.0148,0.654724 4.1289,0.953125 -0.4358,-0.04024 -0.8318,-0.02376 -1.2695,0 -1.0044,0.05464 -2.5283,-0.658126 -3.3887,-0.423828 -3.1163,0.853139 -6.4752,0.42276 -9.6367,0.105469 2.2043,2.044593 5.7738,1.032286 7.9414,3.177734 -3.9158,-0.266858 -6.4242,-1.785495 -10.3789,-0.742188 2.5615,0.458092 -1.2853,0.420019 -1.5879,0.529297 0.5453,0.0746 1.0678,0.247305 1.5879,0.423828 -0.8384,0.321493 -1.9695,0.495921 -2.8574,0.31836 -1.0318,-0.206994 -1.742,0.604934 -2.7539,0.529297 -0.9887,-0.0746 -1.601,-0.909637 -2.6485,-0.529297 -0.8163,0.295234 -1.6793,0.534952 -2.541,0.634765 0.4666,-0.526382 0.9964,-0.996613 1.5879,-1.376953 -0.806,-0.251582 -1.6175,-0.446712 -2.4355,-0.529297 1.1153,0.01525 2.2563,-0.03569 3.1777,0.31836 -0.3206,-0.173371 -0.6715,-0.406623 -0.9531,-0.636719 0.6041,-0.40871 1.3521,-0.216425 1.8008,0.318359 -0.2172,-0.993664 -0.9945,-1.199425 -2.0137,-1.164062 -1.6985,0.05894 -3.9988,0.847251 -4.9766,0.210937 0.5477,0.586873 1.2971,0.817203 2.0996,0.904297 -3.3625,-0.15076 -6.7954,0.677612 -10.1484,0.259766 0.5253,0.251109 1.1133,0.317311 1.6953,0.318359 -1.5287,0.612537 -3.2372,-0.481854 -4.5547,0.105469 -0.8525,0.380234 -0.1983,0.740557 0.4239,0.953125 0.1074,-0.147409 2.1374,-0.143293 2.541,-0.105469 1.1,0.104014 2.1914,0.109927 3.2832,-0.105468 -2.7508,1.339608 -6.1132,1.416641 -9.1075,1.58789 -3.4733,0.199637 -7.0065,0.603255 -10.4843,0.953125 0.81,0.743872 -1.5177,0.97244 -2.2227,1.058594 -0.332,0.04202 -3.9063,-0.09745 -1.8008,0.107422 -1.6747,-0.05043 -2.4689,1.637034 -3.9179,2.117187 -1.8534,0.6136 -3.8139,-0.763596 -5.7188,-0.210937 0.7848,0.72706 4.6263,0.08084 4.5528,1.482422 -0.8595,-0.07775 -1.6449,-0.666532 -2.5411,-0.423829 1.5403,0.213296 -0.3238,1.008971 0.8477,1.906247 -1.3553,-0.47805 -0.7672,0.18192 -0.3184,0.63477 -1.9248,0.98027 -3.6685,-1.630809 -5.6113,-1.27149 2.0982,0.64826 -1.2278,0.43936 0.4238,1.27149 0.4991,0.25111 1.1471,0.34294 1.6934,0.42383 1.1315,0.16707 2.2508,0.12059 3.3887,0.21093 -2.1654,0.0914 0.8806,0.58314 1.2714,0.63672 0.6062,0.0841 1.3438,0.16511 1.8008,0.63477 -0.4696,-0.016 -1.3658,0.78105 -1.8008,0.42383 -0.31,-0.27528 -0.6605,-0.5213 -1.0585,-0.63477 -1.0329,-0.37719 -2.0173,0.0154 -3.0723,-0.10742 0.6324,0.0767 1.117,0.31459 1.5898,0.74219 -0.5673,-0.17863 -1.1006,-0.2963 -1.6953,-0.31836 1.0339,1.17254 2.7713,0.72723 4.1309,0.95312 1.7115,0.28368 3.2008,1.10758 4.9765,1.27149 h -1.5879 c 0.3551,0.44443 0.8715,0.79699 1.377,1.05859 -1.1925,0.89726 -4.6287,0.0984 -6.1426,0.21289 -1.3091,0.0988 -2.1034,1.18968 -3.2832,1.26953 -1.4835,0.10192 -2.8267,-0.59378 -4.3418,-0.3164 -3.7162,0.67767 -7.8681,0.63476 -11.6484,0.63476 -2.0908,0 -7.3846,-0.59449 -8.8965,1.27149 1.7358,-0.34567 -0.2336,0.87513 -0.7422,1.16406 0.5453,0.008 2.8177,1.03337 0.8477,1.05859 2.0193,-0.11451 4.1223,1.13458 4.6601,2.96485 0.5937,2.02042 3.0241,2.72424 4.8711,2.96484 2.384,0.31204 4.9849,-0.0614 7.0957,1.37695 0.8069,0.5495 1.2591,0.93566 2.2246,1.37696 0.8227,0.37613 1.6528,0.77346 2.1172,1.58984 -2.4017,0.52742 -4.9184,0.68714 -7.3066,0 -1.9122,-0.54949 -3.6643,-1.47444 -5.6133,-1.90625 2.1434,0.42655 -0.1904,-0.71736 -0.6348,-0.84766 -0.955,-0.28052 -1.9824,-0.30197 -2.9668,-0.42383 -1.8722,-0.23325 -3.6462,-0.99621 -5.5058,-1.27148 2.09,1.08963 3.8757,2.32453 5.1894,3.60156 6.1576,5.98525 9.8426,11.18931 9.1075,14.82618 -0.7351,3.63685 -3.5157,0.33822 -3.918,2.75195 -0.4023,2.41373 3.4951,7.14329 5.6113,8.04883 2.1163,0.90553 2.4409,-0.0295 4.0254,-0.63477 1.5844,-0.60535 2.5772,-3.23272 5.082,-3.38867 2.505,-0.15596 5.6977,1.51386 8.0489,4.02344 2.3512,2.50958 1.7903,8.03826 4.5547,10.80273 2.7645,2.76446 8.021,2.40958 10.8007,4.55273 2.7797,2.14315 3.1849,5.7644 5.6133,7.41407 2.4284,1.64965 5.7954,0.51408 8.0488,2.22265 2.2535,1.70857 1.9165,6.39032 4.5528,7.41407 2.6362,1.02375 4.8161,-3.26057 7.9433,-2.33008 3.1273,0.93049 7.1965,5.80985 7.4121,8.57812 0.2156,2.76827 -3.3267,2.74131 -2.8593,4.55274 0.4674,1.81142 4.6826,0.97724 5.084,2.85937 0.4013,1.88212 -4.1425,1.36197 -3.3887,4.55469 0.7537,3.19271 11.3043,3.11343 12.4961,6.24805 1.1917,3.1346 -2.4749,3.55449 -2.2246,5.71875 0.25,2.16426 1.0058,4.17823 3.9179,5.61133 2.9122,1.43309 7.4593,-1.5617 12.4961,-0.5293 5.037,1.03241 14.1925,4.2328 16.5215,7.94336 2.329,3.71055 -1.7612,5.79309 0,7.9414 1.7611,2.1483 6.7963,-0.21013 8.5781,1.80078 1.782,2.0109 -1.2079,4.42232 0.5293,7.30665 1.7373,2.88432 9.5805,3.46598 10.8008,6.88476 1.2204,3.41878 -3.6254,4.97483 -2.8594,8.4707 0.044,0.20283 0.1335,0.45527 0.218,0.65243 1.4535,-0.57496 2.2725,-1.02924 4.6531,-1.71102 2.1733,-0.62241 4.5604,-1.18015 6.7793,-1.37695 2.2191,-0.19683 4.2535,0.0222 5.8242,0.74219 1.5707,0.72 3.0598,1.87328 4.3418,3.2832 1.2821,1.40991 2.355,3.04087 3.2832,4.76562 1.8565,3.44951 2.9143,7.17835 2.9649,9.63672 0.024,1.22918 -0.2862,2.07155 -0.7422,2.75196 -0.4558,0.6804 -1.0007,1.14788 -1.5879,1.58984 -0.5871,0.44196 -1.2192,0.86307 -1.5879,1.37695 -0.3685,0.51389 -0.5183,1.11554 -0.3183,2.01172 0.3995,1.79235 2.2733,3.69945 4.4472,5.18945 2.174,1.49 4.7259,2.61242 6.2481,2.64649 1.5223,0.034 1.7401,-0.47648 2.0117,-1.0586 0.2715,-0.58209 0.5859,-1.26372 2.2246,-1.80078 1.6386,-0.53706 4.5186,-0.2125 7.5195,0 3.0009,0.21251 6.1183,0.28054 8.0489,-0.74023 1.9306,-1.02079 3.5895,-2.40577 4.7656,-3.91992 1.176,-1.51415 1.852,-3.13584 1.5879,-4.55274 -0.2644,-1.41688 -1.514,-1.46558 -2.7539,-1.58789 -1.2399,-0.12231 -2.5257,-0.27308 -2.9649,-1.90625 -0.439,-1.63315 1.2231,-3.78163 2.9649,-5.93164 1.7417,-2.15 3.6513,-4.34024 3.4941,-6.14062 -0.1572,-1.80038 -1.3743,-2.68491 -2.541,-3.4961 -1.1667,-0.81118 -2.3043,-1.53378 -2.4355,-2.85937 -0.1313,-1.32561 0.7496,-2.47245 1.6953,-3.59961 0.9457,-1.12715 1.911,-2.25175 1.7988,-3.4961 -0.1121,-1.24434 -1.1086,-2.13846 -2.1172,-2.96484 -1.0087,-0.82639 -2.0188,-1.53351 -2.1191,-2.64648 -0.1,-1.11297 -0.058,-2.14236 0.3183,-3.07227 0.3766,-0.92991 1.1153,-1.81627 2.541,-2.64648 1.4258,-0.83023 3.7636,-0.20446 6.2481,0.42382 2.4845,0.62828 5.1158,1.29145 7.2012,0.31641 2.0853,-0.97504 3.1499,-3.35424 4.2363,-5.71875 1.0865,-2.36451 2.1731,-4.71869 4.2363,-5.61133 1.0316,-0.44632 2.235,-0.42244 3.4942,-0.10547 1.2592,0.31699 2.5807,0.87211 3.8125,1.375 1.2318,0.50289 2.3338,0.94911 3.2832,1.06055 0.9493,0.11142 1.707,-0.0957 2.1191,-0.95312 0.4121,-0.85738 0.3069,-1.59381 -0.2129,-2.22461 -0.52,-0.6308 -1.3954,-1.1797 -2.3301,-1.69532 -1.8693,-1.03122 -4.1276,-1.93688 -4.5527,-3.17578 -0.4251,-1.23889 0.163,-2.24325 0.6348,-3.17773 0.4716,-0.93447 0.8596,-1.7495 0.1054,-2.43555 -0.7539,-0.68605 -1.8117,-0.12273 -2.9648,0.5293 -1.1531,0.65203 -2.3843,1.354 -3.3887,0.84765 -1.0043,-0.50634 -1.826,-1.32112 -2.3301,-2.43554 -0.5041,-1.11443 -0.7185,-2.5113 -0.5293,-3.91797 0.1892,-1.40666 1.9059,-2.29422 3.4942,-3.38867 0.7941,-0.54723 1.5675,-1.20839 2.1191,-1.90625 0.5516,-0.69786 0.826,-1.43459 0.7403,-2.43555 -0.086,-1.00097 -0.6816,-1.77877 -1.5879,-2.43555 -0.9064,-0.65678 -2.0615,-1.21563 -3.2832,-1.80078 -1.2217,-0.58515 -2.4624,-1.22565 -3.4942,-2.01172 -1.0316,-0.78605 -1.8883,-1.70728 -2.2246,-2.96679 -0.3365,-1.25952 -0.1493,-2.89574 0.3184,-4.65821 0.4215,-1.58813 1.2935,-3.85738 1.9976,-5.43308 -2.4342,-0.79094 -4.9878,-1.29522 -7.4,-1.76809 -2.0759,-0.40695 -4.0561,-0.82621 -5.7168,-1.37695 -1.6607,-0.55074 -3.0289,-1.18537 -3.9199,-2.22461 -0.8908,-1.03923 -1.3951,-2.0724 -1.5879,-2.96484 -0.1928,-0.89244 -0.1172,-1.67033 0,-2.43555 0.2345,-1.53045 0.7485,-2.77887 -0.1055,-3.91797 -0.8543,-1.13909 -1.9726,-1.44626 -3.1777,-1.69531 -1.2051,-0.24904 -2.4823,-0.43251 -3.5996,-1.69336 -1.1172,-1.26086 -1.4781,-3.32605 -1.9062,-5.50781 -0.4283,-2.18177 -0.915,-4.56047 -2.3301,-6.45899 -1.4152,-1.89852 -4.4027,-3.2601 -7.0957,-4.66016 -2.693,-1.40006 -5.1702,-2.81956 -5.7188,-4.66015 -0.5484,-1.84059 -0.5624,-3.17956 -0.1054,-4.23438 0.4567,-1.05481 1.3799,-1.81054 2.6484,-2.54297 1.2691,-0.73241 3.029,0.21138 4.8711,1.0586 0.9211,0.42362 1.9572,0.76934 2.8594,0.95312 0.9023,0.18378 1.7656,0.16285 2.541,-0.3164 1.5507,-0.95845 2.8766,-2.65275 3.6015,-4.66016 0.725,-2.00741 0.8418,-4.30417 -0.2129,-6.35351 -0.5272,-1.02467 -1.3642,-1.66294 -2.4355,-2.11915 -1.0712,-0.4562 -2.4022,-0.74331 -3.8125,-0.95312 -2.8204,-0.41962 -6.1614,-0.64534 -9.1074,-2.01172 -4.6426,-2.15322 -11.5561,-6.91661 -15.3555,-9.42383 -0.7513,0.16477 -1.5259,0.46544 -2.2246,0.5293 -0.8847,0.0809 -1.7617,0.24077 -2.6465,0.31641 1.9879,0.3961 -1.7119,0.79091 -2.2246,0.84765 -1.3626,0.15026 -2.7757,-0.11556 -4.1289,0 -1.0297,0.0883 -1.9658,-0.13698 -2.9648,-0.10547 -1.0276,0.0326 -0.487,1.16681 0.1054,1.37696 -1.3931,1.37006 -3.0453,1.93354 -4.9785,1.58789 0.8426,-0.02 2.8915,-0.63036 2.7539,-1.80078 -0.089,-0.75123 -0.5607,-1.84046 0.7422,-2.01172 0.4949,-0.0651 2.1172,0.36693 2.1172,-0.5293 0,-0.84263 1.0239,-1.45802 1.6953,-1.69336 1.1148,-0.39189 2.5284,-0.3085 3.7051,-0.53125 1.1232,-0.21328 0.7389,-0.75721 1.2715,-1.375 1.0937,-1.27025 4.0406,-0.88162 4.4472,-2.75391 -0.7501,-0.46018 -1.635,-0.19058 -2.4355,-0.42382 1.1336,-0.30048 2.3244,-0.0538 3.3887,-0.63477 -0.2722,-0.18388 -0.566,-0.36209 -0.8477,-0.53125 1.8712,-0.30574 2.8165,-0.45567 4.4492,-1.375 0.6872,-0.38769 1.5458,0.34882 2.1172,0 0.4234,-0.25741 0.2548,-0.88483 0.4238,-1.271483 0.2207,-0.504307 1.4746,-0.400076 1.9063,-0.529297 1.0675,-0.320451 1.5778,-1.048496 2.3301,-1.800781 1.555,-1.554983 -2.5863,-2.738952 -3.4942,-2.964844 -1.1872,-0.293133 -2.167,0.61148 -3.1777,-0.318359 -1.0528,-0.968712 -2.5455,-0.787274 -3.8125,-1.269531 2.9996,-0.549496 6.0885,1.697564 9.0019,1.693359 -0.6251,-0.686084 -0.8289,-1.777834 -1.8007,-2.117187 -1.0244,-0.356179 -1.4145,0.195416 -2.4356,-0.31836 -1.5571,-0.785897 -2.7904,-2.76255 -4.7656,-2.224609 0.7281,0.437076 1.5642,0.606394 2.3301,0.953125 -0.8752,-0.184929 -1.789,-0.403832 -2.3301,0.53125 -0.207,-0.683973 -2.1382,-1.679562 -2.7539,-2.013672 -0.9362,-0.50537 -2.9248,-1.359717 -3.8125,-0.316406 -0.014,-0.401469 -0.3631,-0.771247 -0.8477,-1.060547 1.0166,0.400544 2.2982,0.535066 3.2832,0.636719 -1.3795,-0.851039 -2.5776,-1.474913 -4.2343,-1.166016 0.096,0.07018 0.2116,0.151586 0.3164,0.212891 -2.6158,-1.046965 -7.9089,-1.215659 -9.1075,-1.166016 -2.1485,0.08931 -4.3273,-0.245856 -6.4589,0 -2.3504,0.271073 -4.6642,-0.127935 -6.9903,0.107422 1.6832,1.182 -0.8359,1.451951 -1.6933,1.482422 -1.7683,0.06304 -3.8016,0.577865 -5.5079,0 1.264,0.132405 3.2979,-2.529478 1.1641,-3.177735 -3.006,-0.913027 -6.6953,-0.159298 -9.7422,0.105469 0.6199,-0.07355 1.1272,-0.410323 1.166,-1.058594 -3.0343,0.480164 -6.1605,0.228015 -9.2148,0.31836 1.7283,-0.647208 3.5612,-0.340186 5.2949,-0.847657 1.2104,-0.355122 2.2725,-1.126481 3.6016,-0.953124 -2.0278,-1.255544 -4.3327,-0.938836 -6.5664,-1.376954 -1.9554,-0.383503 -3.7887,-0.56398 -5.7188,-0.847656 -0.4861,-0.07145 -1.0159,-0.107297 -1.4824,-0.105469 z m 16.2031,1.482422 c -0.2887,-0.0251 -0.65,0.07106 -0.9531,0.212891 0.048,0.127109 0.1634,0.297739 0.2129,0.423828 0.5474,0.05674 1.0773,-0.110317 1.5879,-0.318359 -0.2741,-0.192269 -0.559,-0.293143 -0.8477,-0.31836 z m 4.0235,0.847657 c 1.0853,0.338304 1.1446,0.520245 0.1074,0.634765 0.2522,0.05043 0.487,0.162456 0.7402,0.212891 0.5527,-0.100865 1.1427,-0.217516 1.6953,-0.31836 -0.7522,-0.4749 -1.6961,-0.452597 -2.5429,-0.529296 z m -92.6621,0.210937 c -0.4099,0.0011 -0.8808,0.06162 -1.2696,0.212891 0.1461,0.272121 0.3255,0.506989 0.5293,0.740234 0.7376,-0.06094 1.5606,0.106589 1.9063,-0.740234 -0.3883,-0.155508 -0.7562,-0.213943 -1.166,-0.212891 z m 37.4882,0.742187 c -1.5423,0.637754 -3.4022,0.32143 -4.8711,1.164063 0.8133,0.45914 2.3376,0.156536 3.2832,0.318359 0.9582,0.162862 3.4077,-0.586205 1.5879,-1.482422 z m -39.8183,0.210938 c -0.4409,-0.01387 -0.4761,0.358187 -0.1055,0.953125 0.3835,-0.1261 0.5643,-0.363047 0.6367,-0.740234 -0.2372,-0.07229 -0.3823,-0.208287 -0.5293,-0.212891 z m 5.1894,0.212891 c 0.6388,0.216448 1.3404,0.276068 2.0118,0.210937 l -1.0586,-0.210937 z m 42.043,2.435547 c -0.2642,-0.03772 -0.5682,0.04192 -0.8477,0.105468 0.5233,0.121899 1.0531,0.183473 1.5879,0.212891 -0.25,-0.139759 -0.4756,-0.280684 -0.7402,-0.318359 z m -11.332,0.423828 c -0.2807,0.07565 -0.4597,0.240769 -0.7403,0.316406 0.5411,0.192283 1.0153,0.252804 1.5879,0.21289 -0.2776,-0.152369 -0.5703,-0.378001 -0.8476,-0.529296 z m 2.33,0 c 0.4739,0.457036 1.0048,0.621098 1.5879,0.316406 h -0.8457 c -0.2521,-0.07565 -0.4889,-0.240769 -0.7422,-0.316406 z m 95.4161,1.90625 c -0.024,0.152355 -0.082,0.378001 -0.1055,0.529296 0.5758,0.06724 1.1144,0.01797 1.6934,0 -0.5747,-0.10926 -1.0563,-0.285541 -1.5879,-0.529296 z m -85.461,0.634765 c -0.6876,0.06966 -0.2493,0.647046 0.1055,0.953125 -0.201,-0.121154 1.1449,-1.078416 -0.1055,-0.953125 z m 0.1055,0.953125 c 0.063,0.054 0.046,0.187508 0.1055,0.212891 l 0.7421,-0.423828 c -0.5533,0.215671 -0.7807,0.251335 -0.8476,0.210937 z m -11.2246,-0.318359 c -0.2522,0.07565 -0.489,0.137253 -0.7422,0.212891 0.5632,0.179676 1.1049,0.297346 1.6953,0.318359 -0.2951,-0.230107 -0.599,-0.408321 -0.9531,-0.53125 z m 14.8262,1.060547 c -0.8195,0.112409 -1.615,0.416877 -2.4356,0.529297 0.8258,0.44653 1.9081,0.291271 2.4356,-0.529297 z m -76.7793,0.621094 c -0.322,-0.01561 -0.641,-0.01196 -0.9512,0.01367 -0.4138,0.03424 -0.7866,0.117945 -1.166,0.210938 1.0485,0.260566 2.1868,0.0028 3.1777,0.53125 0.5474,-0.157608 1.1345,-0.214578 1.6934,-0.107422 -0.8032,-0.375874 -1.788,-0.601611 -2.7539,-0.648436 z m -1.375,3.507812 c 1.1588,1.428904 -0.7237,0.793662 -1.1661,0.423828 -0.3509,0.935089 0.5487,1.242058 1.2715,0.953125 0.5075,-0.202775 1.3746,0.784615 1.9063,0.847656 -0.1871,-0.243755 -0.3665,-0.481624 -0.5293,-0.742187 0.2741,-0.108208 0.5682,-0.22292 0.8476,-0.316406 -0.4475,-0.485417 -1.0365,-0.66929 -1.6953,-0.636719 0.071,-0.177572 0.1394,-0.352784 0.2129,-0.529297 z m 29.2148,3.597656 c -0.3089,-0.01101 -0.6311,-0.02068 -0.9395,0.0039 -0.6166,0.04917 -1.1806,0.234988 -1.5898,0.634766 1.0055,0.630407 2.276,0.388507 3.3887,0.529287 -2.0845,-0.501156 0.212,-0.449035 0.6367,-0.423818 -0.227,-0.226944 -0.4087,-0.514339 -0.6367,-0.740235 -0.2564,0.01944 -0.5505,0.0071 -0.8594,-0.0039 z m -6.4473,1.273433 c -0.4969,0.26057 -1.0279,0.32782 -1.5879,0.31836 0.9929,0.24691 2.1544,0.56211 3.1778,0.31836 -0.4308,-0.46229 -0.9574,-0.64512 -1.5899,-0.63672 z m 5.295,0 c 0.4875,0.3173 1.012,0.38456 1.5898,0.31836 -0.5064,-0.23639 -1.0309,-0.30365 -1.5898,-0.31836 z m -38.4414,1.27149 c 1.0832,0.21854 1.0349,0.28012 0,0.21289 0.7722,0.30468 1.5918,0.62426 2.4355,0.63476 -0.6283,-0.79536 -1.532,-0.75099 -2.4355,-0.84765 z m 30.7109,0.84765 c -0.2775,0.0757 -0.5703,0.24076 -0.8477,0.31641 0.4602,0.45599 1.0492,0.58378 1.6953,0.53125 -1.1084,-0.31519 -1.1084,-0.49344 0,-0.53125 -0.2762,-0.10086 -0.5702,-0.21556 -0.8476,-0.31641 z m -9.7422,2.54102 c -0.2521,0.0251 -0.5944,0.0803 -0.8477,0.10547 0.4907,0.37929 1.0797,0.56317 1.6954,0.63672 -0.2691,-0.28894 -0.5146,-0.52786 -0.8477,-0.74219 z m 3.2344,0 c -0.5733,0.0404 -1.1125,0.20467 -1.4336,0.5293 1.2902,-0.0347 2.77,0.65601 4.0234,0.10547 -0.4481,-0.30784 -1.2458,-0.5846 -2.0117,-0.63477 -0.1915,-0.0125 -0.387,-0.0135 -0.5781,0 z m -15.961,8.01563 c -0.1414,-0.008 -0.2753,0.003 -0.4062,0.0332 -0.5238,0.12267 -0.9164,0.48756 -1.6934,1.05859 0.6777,1.71153 3.7606,1.35529 5.1895,1.48242 0.3551,-1.11265 -0.6472,-1.5925 -1.4824,-2.01171 -0.6883,-0.34633 -1.183,-0.53906 -1.6075,-0.5625 z"
           style="fill:#290000;fill-opacity:1;stroke:none;stroke-width:0.06666667;stroke-miterlimit:1;stroke-dasharray:none"
           sodipodi:nodetypes="cccccccccccccccccccccccccccccccccccccccccscccccccccccscccccccccccccsccccccccccccsccsccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccscccccccccccccccsccsscsccccsccccccccccccccscccccccccccccccccsccsccccccccsccscscccccccsccscsccscccccscsccccccscccccccccccccccccccccscccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccsccccsccccccccccccccccccccccccccccccccccccccccccccccc" /><path
           style="fill:#290000;fill-opacity:1;stroke:none;stroke-width:0.18883981;stroke-miterlimit:1;stroke-dasharray:none"
           d="m 5768.4116,900.08898 c -0.256,-1.17494 -0.1816,-2.47067 -0.6,-3.59966 -1.9413,-5.25119 -4.9332,-10.01511 -3.2996,-14.09869 1.6332,-4.08354 5.5311,-6.51315 8.9991,-8.69916 3.4678,-2.18604 6.3376,-4.11667 5.6993,-6.89936 -0.6384,-2.78266 -3.3583,-3.02007 -5.9993,-2.99971 -2.6413,0.0208 -5.3088,0.55894 -5.9995,-1.19988 -1.3815,-3.51773 0.6613,-6.62722 4.4996,-8.99915 3.8377,-2.37196 5.8379,2.35544 17.0983,0 11.2607,-2.35544 37.7918,-15.34127 47.6954,-20.99802 4.9519,-2.82837 7.965,-3.79463 9.8991,-4.79954 1.9342,-1.00494 2.9083,-1.98414 3.5996,-4.79957 0.6914,-2.81539 -1.8014,-5.05977 -4.1996,-7.49928 -2.3978,-2.43949 -4.923,-4.91891 -4.1995,-8.69917 0.7237,-3.78025 4.4421,-8.01778 8.6991,-11.39894 4.257,-3.38112 9.237,-5.92046 12.2991,-7.19932 6.1239,-2.5577 8.7271,2.26327 11.6988,-0.89991 1.4856,-1.58157 2.5526,-3.81859 2.6996,-6.29938 0.1458,-2.48083 -0.6259,-5.18051 -2.6996,-7.79928 -2.0741,-2.61877 -5.8555,-2.8012 -10.4991,-2.99971 -4.6434,-0.19851 -10.0733,-0.46567 -14.6984,-2.99971 -4.6255,-2.53403 -10.6718,-6.66713 -15.8987,-11.39894 -5.227,-4.7318 -9.5712,-9.8427 -10.7988,-14.39864 -1.228,-4.55592 0.5288,-8.1349 2.3996,-11.09895 1.8711,-2.96403 3.7529,-5.32765 2.6996,-7.49929 -2.1058,-4.34327 -4.6924,-4.89212 -8.9988,-3.89962 -4.3067,0.9925 -4.0219,9.40507 -11.0991,12.59882 -7.0772,3.19372 -23.1181,1.65867 -29.6971,0 -6.579,-1.65871 -2.4562,-3.12897 -9.5991,-5.09954 -3.5717,-0.9853 -9.6188,-2.13827 -15.8987,-2.69974 -6.2796,-0.56144 -12.938,-0.54457 -17.6983,1.19988 -4.76,1.74444 -9.0822,4.96271 -12.5988,8.39923 -3.5163,3.43648 -5.9546,7.10575 -7.1992,10.19903 -2.4895,6.18652 -1.5273,8.44828 0.6,12.59879 1.005,1.9614 3.5445,3.39559 5.6992,4.49957 0.7087,-0.88098 1.375,-1.98307 2.4,-2.09979 -0.1339,-0.23184 4.046,0.24672 5.0995,1.19988 1.8363,1.65769 2.7577,4.35538 3.5996,6.5994 2.1399,5.71115 4.4705,11.34319 7.1992,16.7984 1.3958,2.78564 1.1197,5.80344 2.7,8.69916 1.1755,2.14875 3.321,3.64901 4.4995,5.69949 2.3065,4.00286 -2.5829,8.12096 1.1997,11.99886 -3.5654,3.55642 -4.3174,-5.00787 -7.4992,-4.79957 -2.616,0.17262 -2.0684,6.44158 -2.6996,8.09924 3.3422,-0.39288 9.7372,-2.21146 10.1988,2.99974 0.4619,5.22304 -8.5518,1.76962 -7.7992,7.79925 1.4229,11.38063 -13.2076,7.61184 -17.3983,14.99857 -0.8869,1.56245 -0.1101,4.61389 -2.9996,3.89965 -2.0833,-0.51489 -3.4702,-1.54576 -5.6996,-0.89991 -3.5088,1.01782 0.069,6.29211 0.2994,8.3992 1.0566,9.49676 -10.3024,9.46024 -16.4983,11.99886 -5.1073,2.67662 -11.2321,1.67891 -17.0983,0 -0.2203,0.0208 -0.3813,0.28214 -0.6,0.29996 -5.8192,0.47737 -11.7455,-0.26517 -17.3984,-2.69974 -5.6531,-2.43461 -9.5613,-9.14109 -13.1987,-15.59853 -3.6374,-6.45741 -6.9278,-12.78557 -11.9988,-14.99857 -5.0713,-2.213 -9.6899,-1.22497 -14.0987,0 -4.4088,1.22497 -8.5444,2.69998 -12.5987,1.49987 -4.0547,-1.20015 -6.8981,-5.03263 -9.5992,-8.39923 -2.7011,-3.36658 -5.4308,-6.24236 -9.8991,-5.69946 -4.4683,0.54293 -8.776,4.30432 -12.2988,8.99916 -3.5231,4.69484 -6.1325,10.37709 -6.8995,14.09865 -0.7669,3.7216 -0.9494,5.39548 -0.2994,7.19933 0.1101,0.30305 0.742,0.88438 0.8994,1.1999 7.3614,2.42904 14.4439,5.47146 21.8979,7.79925 8.4551,2.63981 17.0635,2.44955 25.4975,5.69946 6.6367,2.5535 13.4431,2.63775 20.3982,3.89965 6.0207,1.09818 8.2406,8.92204 11.6988,13.19874 1.7827,2.20232 4.155,3.5769 5.6996,5.99945 1.5743,2.47008 4.4653,2.39315 6.5992,4.19958 2.0895,1.77076 6.609,3.04667 9.2991,3.2997 3.7142,0.35112 4.8675,1.85983 8.0995,2.99971 11.586,4.10408 22.5461,-2.85784 33.5967,-5.39949 5.7201,-1.31544 13.3297,-0.66608 18.8983,1.19988 4.5921,1.54162 7.4572,0.0119 11.9988,0.59995 4.1308,0.53275 7.4718,3.77332 10.7991,5.99945 3.6436,2.43418 7.3313,2.50002 11.3988,2.69974 z"
           id="path6213"
           inkscape:connector-curvature="0" /><path
           style="fill:#290000;fill-opacity:1;stroke:none;stroke-width:0.18883981;stroke-miterlimit:1;stroke-dasharray:none"
           d="m 5850.0036,691.00872 c -6.3894,0.77245 -14.6885,0.60992 -17.0983,2.69975 -4.5237,3.92352 -6.1037,6.01545 -5.9992,7.79927 0.1041,1.78379 1.8672,3.37792 2.9996,5.69946 1.1324,2.32154 4.457,2.94655 7.7992,3.59966 3.3424,0.65311 6.6906,1.10018 7.7992,3.59966 1.1086,2.49946 1.1005,5.48128 0.2996,8.09924 -0.8005,2.61796 -2.4329,5.00367 -4.7995,6.89933 -2.3669,1.89569 -7.6873,2.20205 -12.2988,2.09983 -2.2267,-0.0491 -2.6347,-0.14792 -4.1996,-0.3 -1.6803,2.81385 -3.2258,6.02144 -2.0999,10.19904 1.2276,4.55594 5.5722,9.66684 10.7991,14.39864 5.2266,4.73181 11.2732,8.86491 15.8984,11.39894 4.6251,2.53401 10.055,2.8012 14.6987,2.99971 4.6436,0.19851 8.4247,0.38097 10.4988,2.99971 2.074,2.61877 2.8469,5.31845 2.6999,7.79928 -0.1458,2.48079 -1.214,4.71781 -2.6999,6.29938 -2.9714,3.16318 -5.5749,-1.65779 -11.6988,0.89991 -3.0618,1.27886 -8.0418,3.8182 -12.2988,7.19932 -4.257,3.38116 -7.9756,7.61869 -8.6991,11.39894 -0.7238,3.78026 1.8014,6.25968 4.1995,8.69917 2.3979,2.43951 4.891,4.68389 4.1996,7.49928 -0.691,2.81543 -1.6654,3.79463 -3.5996,4.79957 -1.9344,1.00491 -4.9472,1.97117 -9.8991,4.79954 -9.9039,5.65675 -36.435,18.64258 -47.6954,20.99802 -11.2607,2.35544 -13.2606,-2.37196 -17.0986,0 -3.8377,2.37193 -5.8808,5.48142 -4.4996,8.99915 0.6913,1.75885 3.3585,1.22024 5.9995,1.19988 2.641,-0.0208 5.3612,0.21696 5.9996,2.99971 0.6383,2.78269 -2.2315,4.71332 -5.6996,6.89936 -3.468,2.18601 -7.3658,4.61562 -8.9991,8.69916 -1.6333,4.08358 1.3583,8.8475 3.2996,14.09869 0.4175,1.12899 0.3446,2.42472 0.6,3.59966 0.6565,0.0327 1.1083,0.58219 1.7999,0.59993 5.7201,0.1488 6.8153,1.49421 10.1988,5.69945 2.5595,3.17548 6.0347,4.07926 9.2992,6.29941 8.8569,6.02662 17.1471,2.22699 26.6974,5.39949 6.1576,2.04462 11.953,1.67189 18.2984,1.79983 3.6278,0.075 7.6346,1.9756 11.099,0.29999 2.0417,-0.98506 3.3994,-2.59665 5.3996,-3.59966 2.2023,-1.10419 4.8775,-0.32725 7.1992,-1.49987 3.1993,-1.61302 9.0036,-1.51579 12.5988,-2.39978 3.9879,-0.97908 9.075,1.61986 11.0991,-3.29967 1.4106,-3.43148 1.7103,-5.92016 4.7995,-8.3992 8.0564,-6.45819 16.4365,-10.38507 26.3975,-5.09953 4.8421,2.57141 8.5837,5.81606 14.0984,6.89936 4.7436,0.93149 7.4248,-2.13726 11.9991,-2.69975 5.7647,-0.70831 9.1712,2.74177 13.7987,5.3995 4.1874,2.40168 9.1408,2.7931 13.7987,3.59963 3.5446,0.61608 10.8227,4.79745 13.7988,1.49987 2.4517,-2.71127 3.8389,-7.04505 7.4992,-8.3992 2.5029,-0.92554 13.2514,-1.8704 10.7988,-6.59938 -1.2321,-2.37788 -6.5034,-2.98417 -6.8992,-4.79956 -0.6786,-3.12789 -0.4051,-5.36953 0.2994,-8.39921 0.5002,-2.13684 -1.9354,-3.63103 -0.8994,-5.69945 0.9351,-1.869 0.7729,-4.30839 0.6,-6.29941 -0.3158,-3.63978 -2.2928,-8.46322 -0.8994,-11.99886 1.8898,-4.78856 6.5114,-4.70157 4.4996,-10.499 -1.1667,-3.35705 -5.7171,-5.74269 -7.4995,-9.29914 -1.5089,-3.0237 -6.4034,-3.48416 -9.2989,-3.29967 -4.2353,0.26785 -5.5486,-0.43898 -8.3995,-3.59966 7.1606,-2.4166 4.1348,-12.15479 12.5991,-12.89878 2.0624,-0.18184 4.0064,-0.67683 5.9992,-1.19988 -6.451,-4.47502 -14.1546,-9.02427 -16.1983,-12.89881 -1.5905,-3.01542 -1.7568,-5.37687 -1.5,-7.19929 0.256,-1.82245 0.958,-3.22506 1.8,-4.79957 0.8416,-1.57451 1.6356,-3.12783 1.7996,-5.39949 0.1637,-2.27164 -0.3235,-5.38527 -2.0996,-9.29912 -3.552,-7.82764 -13.3488,-18.23768 -24.5979,-27.89735 -11.2487,-9.65967 -23.8255,-18.45988 -32.9967,-22.49789 -4.5858,-2.01899 -8.6482,-2.60019 -12.2987,-2.69974 -3.6508,-0.0994 -6.9486,0.41248 -10.1991,0.89991 -3.2508,0.48746 -6.5133,0.85789 -9.8992,0.59995 -3.3859,-0.25802 -7.0426,-1.2638 -11.0988,-3.59966 -4.0564,-2.33583 -7.4376,-6.5302 -10.7991,-11.6989 -3.3615,-5.16869 -6.4882,-11.432 -9.5991,-17.39835 -0.503,-0.96516 -0.9925,-1.74695 -1.5,-2.69975 z"
           id="path6219"
           inkscape:connector-curvature="0" /><path
           style="fill:#290000;fill-opacity:1;stroke:none;stroke-width:0.18883981;stroke-miterlimit:1;stroke-dasharray:none"
           d="m 5384.7478,861.69261 c 0.764,-0.0738 1.3256,-0.53517 2.0996,-0.59996 4.9532,-0.41486 10.0176,-1.00553 14.0988,-3.89962 4.0811,-2.89411 5.7233,-8.01079 7.7992,-13.19877 0.7776,-1.94209 2.585,-3.02813 3.5999,-4.79954 -0.3985,-0.84712 -1.9137,-1.56356 -2.1,-2.39975 -0.5654,-2.53853 -0.1428,-4.24384 0.8994,-5.69949 1.044,-1.45561 2.8365,-2.64772 4.4996,-3.89962 1.6633,-1.2519 3.2082,-2.57228 4.4995,-4.49958 1.2914,-1.9273 2.1714,-4.31747 2.1,-7.79925 -0.1429,-6.96358 -3.1407,-17.52635 -8.3992,-27.29742 -2.6294,-4.88552 -5.6677,-9.50501 -9.2991,-13.49873 -3.6315,-3.99373 -7.8498,-7.25965 -12.2991,-9.29912 -4.449,-2.0395 -10.2128,-2.65728 -16.4983,-2.09979 -6.2856,0.55751 -13.0419,2.13657 -19.1983,3.89962 -6.7433,1.9312 -9.0644,3.21723 -13.1816,4.84585 3.8934,9.06891 21.8066,15.97839 23.6807,23.95141 1.9895,8.46409 -5.643,10.55177 -4.7996,16.19848 0.8438,5.64672 9.7914,7.46727 9.5992,14.39865 -0.1905,6.93136 -13.3122,13.61346 -14.3987,19.49815 -1.0866,5.88469 -1.458,7.28798 2.9999,11.39891 4.4576,4.11096 16.065,-2.10104 24.2975,4.79957 z"
           id="path6229"
           inkscape:connector-curvature="0"
           sodipodi:nodetypes="ccccccccccccccccccccccc" /><path
           style="fill:#290000;fill-opacity:1;stroke:none;stroke-width:0.18883981;stroke-miterlimit:1;stroke-dasharray:none"
           d="m 5578.5293,825.99598 c -1.2107,0.21071 -2.51,0.0509 -3.5996,0.59992 -3.6549,1.84085 -7.0569,4.94225 -11.9987,3.89966 -4.9419,-1.04262 -9.8301,-4.69386 -14.9987,-8.09924 -5.1686,-3.40538 -10.5941,-6.69651 -16.1984,-6.89936 -5.6043,-0.20297 -10.3125,1.94322 -14.9987,4.49957 -1.7074,0.9315 -3.8999,1.71395 -5.6995,2.69975 1.2624,0.60245 3.2534,0.24226 3.5999,2.09979 0.7485,4.01349 -1.1685,8.60982 -4.4996,12.89878 -3.3315,4.28899 -8.0301,8.20751 -13.4987,11.09898 -5.4689,2.89144 -14.2976,2.70171 -22.7979,2.09979 -8.5004,-0.60194 -16.6564,-1.52129 -21.2979,0 -4.6419,1.52127 -5.5302,3.45065 -6.2996,5.0995 -0.769,1.64889 -1.3874,3.09617 -5.6995,2.99974 -4.3118,-0.0964 -11.5402,-3.27872 -17.6983,-7.49928 -5.1436,-3.52544 -8.4796,-8.003 -10.4988,-12.29886 -1.0149,1.77141 -2.8229,2.85745 -3.5999,4.79954 -2.0759,5.18798 -3.7181,10.30466 -7.7992,13.19877 -4.0812,2.89409 -9.1456,3.48476 -14.0988,3.89962 -0.7734,0.0652 -1.3356,0.52585 -2.0996,0.59996 8.2325,6.90061 4.4683,25.08442 14.3987,36.8965 7.5903,9.02877 -19.3545,5.08558 5.3993,14.39865 0.1369,-0.34585 0.3678,-0.50665 0.2997,-1.19991 2.107,0.89879 4.8129,1.92194 6.8992,0.3 -0.4137,-0.7232 -1.0598,-1.39446 -1.5,-2.09983 3.4347,-0.54462 6.076,-1.50034 9.2992,-2.69974 -1.7113,-1.03566 -2.6684,-2.9543 -3.2996,-4.79954 2.5535,-1.79751 6.4935,-0.14077 5.9995,-3.89963 -0.095,-0.69045 5.3864,-2.77941 5.9992,-2.99971 2.5717,-0.91661 4.3529,-0.28362 6.2996,-2.39978 1.7291,-1.88093 3.1877,-3.39309 5.6995,-4.19959 3.7975,-1.22029 4.6017,-0.30448 6.8992,-3.89965 1.0863,-1.69635 2.6455,-1.95399 4.4996,-2.09979 2.5297,-0.1994 8.5902,0.0354 6.5995,-4.19962 4.488,-0.0893 5.7847,6.30316 10.4988,2.99974 4.1398,-2.90471 2.5717,1.84802 5.6996,2.99971 7.0474,2.59222 16.1418,-1.39594 23.3978,1.49987 3.7618,1.4999 5.8805,5.11477 8.6992,7.79925 3.7201,3.54755 8.5137,5.22265 13.4987,5.99944 1.753,0.2738 11.6729,3.25985 12.8988,2.39976 2.8957,-2.02673 5.2108,-2.81338 8.6991,-2.39976 5.366,0.6607 10.4497,2.38065 15.8984,2.99971 3.9136,0.44347 8.7688,3.80623 12.5991,2.99971 3.4165,-0.72022 3.8683,-4.34119 7.4992,-4.79954 3.8302,-0.48514 4.6638,-5.65169 4.1995,-8.69919 -0.7136,-4.67544 -2.4657,-5.27739 -6.2989,-6.89934 -3.7558,-1.59221 -4.1659,-6.10587 -7.4992,-7.79927 -3.5743,-1.8184 -8.273,-16.25634 -1.7999,-14.09866 -1.8241,-3.86596 -1.3185,-6.49866 2.9996,-7.79928 3.116,-0.93744 2.0594,-6.54743 1.4999,-8.69916 0.6048,0.18898 1.1991,0.40172 1.8,0.59995 -0.1577,-0.31552 -0.7911,-0.89685 -0.8997,-1.1999 -0.6497,-1.80385 -0.4663,-3.47773 0.2997,-7.19933 0.7342,-3.56255 3.3032,-8.92886 6.5992,-13.4987 z"
           id="path6227"
           inkscape:connector-curvature="0" /><path
           style="fill:#290000;fill-opacity:1;stroke:none;stroke-width:0.18883981;stroke-miterlimit:1;stroke-dasharray:none"
           d="m 5551.5319,573.11988 c -1.325,4.99236 -1.8527,9.63104 -0.8994,13.19874 0.9532,3.5677 3.377,6.17263 6.2995,8.3992 2.9223,2.22661 6.4385,4.04197 9.8991,5.69946 3.4604,1.65748 6.7317,3.23913 9.2989,5.09953 2.5675,1.86039 4.2567,4.06402 4.4996,6.89936 0.244,2.83531 -0.5375,4.92257 -2.0997,6.89933 -1.5624,1.97676 -3.7499,3.84942 -5.9995,5.3995 -4.4987,3.10015 -9.3628,5.61457 -9.8991,9.59907 -0.5354,3.98454 0.077,7.94225 1.4999,11.09898 1.428,3.1567 3.7544,5.46506 6.5995,6.89933 2.8449,1.43428 6.3329,-0.55281 9.5992,-2.39978 3.266,-1.84691 6.2632,-3.44315 8.3991,-1.49984 2.1357,1.94331 1.036,4.25235 -0.2997,6.89933 -1.3359,2.64701 -3.0037,5.48988 -1.7996,8.99916 1.2041,3.5093 7.6034,6.0781 12.8987,8.99915 2.6476,1.46053 5.1267,3.01274 6.5993,4.79954 1.4728,1.7868 1.7672,3.87082 0.6,6.29941 -1.1673,2.42862 -3.3101,3.01542 -5.9993,2.69975 -2.6895,-0.31562 -5.8102,-1.57523 -9.2991,-2.99971 -3.4892,-1.42449 -7.2323,-3.00179 -10.7991,-3.89963 -3.5666,-0.89792 -6.9769,-0.96429 -9.8992,0.29997 -5.8442,2.52847 -8.9214,9.20078 -11.9987,15.89848 -3.0773,6.6977 -6.0918,13.43659 -11.9988,16.19848 -5.9073,2.76189 -13.3607,0.87977 -20.3983,-0.89991 -7.0376,-1.77966 -13.6594,-3.55157 -17.6983,-1.19988 -4.0383,2.35166 -6.1325,4.86522 -7.1992,7.49928 -1.0666,2.63407 -1.1842,5.54658 -0.8994,8.69917 0.2828,3.15262 3.1422,5.15848 5.9993,7.49931 2.8573,2.3408 5.6817,4.87448 5.9995,8.3992 0.3179,3.52473 -2.4208,6.70628 -5.0995,9.89904 -2.6788,3.1928 -5.1713,6.44417 -4.7996,10.19907 0.3714,3.75486 3.5948,5.80147 6.8995,8.09921 3.3047,2.29776 6.754,4.79933 7.1992,9.89907 0.4455,5.09976 -4.9653,11.30825 -9.8991,17.39835 -4.9335,6.0901 -9.6429,12.17237 -8.3992,16.79843 1.2437,4.62607 4.8871,5.05302 8.3992,5.3995 1.8865,0.186 2.7341,1.70046 4.1996,2.39975 1.7996,-0.9858 3.9921,-1.76828 5.6995,-2.69975 4.6859,-2.55635 9.3944,-4.70239 14.9987,-4.49957 5.604,0.20297 11.0297,3.49398 16.1983,6.89936 5.1687,3.40538 10.0569,7.05662 14.9987,8.09924 4.9419,1.04259 8.3439,-2.05881 11.9988,-3.89966 1.0896,-0.54867 2.3889,-0.38912 3.5996,-0.59992 0.1458,-0.20386 0.1488,-0.39933 0.2994,-0.59995 3.5231,-4.69484 7.8307,-8.45626 12.2991,-8.99916 4.4683,-0.54293 7.198,2.33288 9.8988,5.69946 2.7011,3.3666 5.5448,7.19908 9.5991,8.39923 4.0544,1.20011 8.1903,-0.27499 12.5991,-1.49987 4.4085,-1.22497 9.0274,-2.213 14.0984,0 5.0713,2.213 8.3617,8.54116 11.9991,14.99857 3.6374,6.45744 7.5456,13.16392 13.1987,15.59853 5.6528,2.43463 11.5792,3.17714 17.3984,2.69974 0.2172,-0.0179 0.3809,-0.27826 0.5999,-0.29996 -3.5067,-1.0036 -7.0132,-1.99581 -9.8991,-3.2997 2.9464,-2.47612 7.7206,-2.85391 11.3988,-2.99971 3.2082,-0.12499 5.4588,-1.97542 8.3992,-1.79983 5.7174,0.34231 10.3663,-5.01998 11.3991,-10.49899 0.6574,-3.47907 1.7693,-5.72321 5.0995,-7.19933 1.8512,-0.8214 3.9764,-1.88715 4.1996,-4.19961 0.256,-2.63981 3.4806,-4.16382 0.6,-5.69946 -2.2708,-1.21127 1.477,-6.06013 2.3996,-6.89933 4.4404,-4.05048 4.2984,-8.27397 8.3992,-12.89881 4.3332,-4.88379 0.03,-11.36105 0.8994,-16.7984 0.8747,-5.46413 1.241,-14.43222 -1.1997,-19.79814 -1.1309,-2.48505 -4.9052,-4.78445 -2.6999,-7.79925 0.4869,-0.66406 1.0288,-0.91402 1.4999,-1.49987 -2.1547,-1.10398 -4.6942,-2.53817 -5.6995,-4.49957 -2.127,-4.15051 -3.0892,-6.41227 -0.6,-12.59879 1.2446,-3.09328 3.6829,-6.76255 7.1995,-10.19903 3.5163,-3.43652 7.8388,-6.65479 12.5988,-8.39923 4.76,-1.74442 11.4187,-1.76135 17.6983,-1.19988 6.2796,0.56144 12.327,1.71444 15.8984,2.69974 7.1429,1.97057 3.0201,3.44083 9.5991,5.09954 6.579,1.65867 22.6199,3.19372 29.6974,0 7.0772,-3.19375 6.7924,-11.60632 11.0988,-12.59882 4.3064,-0.9925 6.8932,-0.44368 8.9991,3.89962 1.053,2.17164 -0.8282,4.53526 -2.6996,7.49929 -0.1547,0.24612 -0.1488,0.64507 -0.2997,0.89991 1.5652,0.15208 1.9732,0.25059 4.1996,0.3 4.6118,0.10237 9.9322,-0.20417 12.2991,-2.09983 2.3666,-1.89566 3.999,-4.28137 4.7995,-6.89933 0.8006,-2.61796 0.808,-5.59978 -0.2997,-8.09924 -1.1086,-2.49948 -4.4567,-2.94655 -7.7991,-3.59966 -3.3422,-0.65314 -6.6668,-1.27812 -7.7992,-3.59966 -1.1327,-2.32154 -2.8955,-3.91567 -3,-5.69946 -0.1041,-1.78382 1.4759,-3.87575 5.9996,-7.79927 2.4094,-2.08977 10.7089,-1.9273 17.0983,-2.69975 -2.6282,-4.93698 -5.329,-9.83491 -8.0992,-13.79869 -3.3046,-4.72874 -6.8563,-8.14314 -10.7988,-9.59908 -3.9427,-1.45595 -7.0885,-1.59261 -9.8991,-0.89992 -2.8109,0.69266 -5.2647,2.10238 -7.4995,3.59966 -2.2348,1.49725 -4.3844,2.9418 -6.5992,3.89963 -2.2148,0.9578 -4.4487,1.52561 -7.1992,0.59995 -5.5014,-1.85138 -9.1524,-8.13343 -12.5991,-14.39865 -3.4466,-6.26521 -6.637,-12.45129 -11.3988,-14.39864 -4.762,-1.94736 -8.7711,-2.77942 -12.5987,-2.39976 -3.8276,0.37963 -7.4215,1.96584 -11.3991,4.79954 -3.9773,2.83367 -5.2692,9.73729 -6.5992,16.49844 -0.6652,3.38056 -1.1875,6.68086 -2.4,9.29912 -1.2124,2.61826 -3.1335,4.70635 -5.6992,5.39949 -2.566,0.69314 -4.5591,-0.0402 -6.5995,-1.49987 -2.0404,-1.45969 -3.891,-3.71269 -5.6996,-5.99942 -3.6168,-4.5735 -7.2489,-9.37206 -11.6988,-9.29911 -4.4498,0.0729 -7.0001,3.23199 -9.5991,6.59937 -2.5987,3.36737 -5.2046,6.91186 -9.5991,7.79925 -4.3943,0.88744 -9.623,1.19841 -14.6984,0.29999 -5.0758,-0.8984 -9.9364,-2.99069 -14.0987,-7.49932 -2.0812,-2.25428 -2.9065,-5.79147 -3.3,-9.59908 -0.3934,-3.8076 -0.4568,-7.98998 -0.2994,-12.29882 0.1578,-4.30887 0.4301,-8.54087 0,-12.29886 -0.43,-3.75796 -1.4446,-7.14408 -3.5996,-9.29911 -2.155,-2.15503 -4.1736,-2.8054 -5.9995,-2.99971 -1.8258,-0.19434 -3.3576,0.13392 -5.3995,0.59992 -4.0833,0.93209 -9.1819,1.82846 -17.3984,-2.39975 -8.2161,-4.22825 -17.5313,-15.25851 -27.2971,-26.99747 -9.7661,-11.73893 -20.1578,-24.06189 -30.5974,-30.59709 -4.3743,-2.73838 -9.1675,-4.77349 -14.1403,-6.38931 -2.3925,5.19092 -4.3458,10.60405 -5.6597,15.38846 z"
           id="path18146"
           inkscape:connector-curvature="0"
           sodipodi:nodetypes="ccccccccccccccccccccccsccccccccccccscccccccccccccccccccccccccccccccccccccccscccccccccccccccccccccccccccccccccccsccccccc" /><path
           style="fill:#510000;fill-opacity:1;stroke:none;stroke-width:0.18883981;stroke-miterlimit:1;stroke-dasharray:none"
           d="m 5270.7584,745.90353 c 2.0488,5.26736 4.1064,10.68381 5.3996,16.79844 1.8428,8.713 3.6397,17.07613 7.7992,21.59794 4.1597,4.52184 7.7596,5.19226 11.399,5.69945 3.6392,0.50722 7.4058,0.66198 12.2988,4.49958 4.893,3.83769 9.9432,12.27341 14.9987,20.39809 5.0552,8.12469 10.0646,15.9148 14.6984,18.29827 4.6338,2.38348 6.5763,1.93445 8.0995,1.19988 1.5229,-0.73453 2.7311,-1.62689 5.6992,-0.59995 3.0202,1.04482 6.7805,4.32875 9.8992,7.19932 4.1272,-4.73311 10.6532,-9.73886 10.7991,-14.99857 0.1904,-6.93138 -8.7555,-8.75193 -9.5992,-14.39865 -0.8437,-5.64671 6.7888,-7.73439 4.7996,-16.19848 -1.9895,-8.46405 -22.128,-15.89515 -24.2978,-25.79755 -2.1696,-9.90241 11.5562,-14.31371 8.0991,-23.99773 -3.254,-9.11632 -22.372,-11.28022 -28.7971,-18.29827 -7.7274,0.30142 -15.2811,0.80191 -23.0979,2.39978 -5.1293,1.04852 -9.9777,3.30557 -14.6987,6.29938 -4.721,2.99385 -9.167,6.51988 -13.4987,9.89907 z"
           id="path6267"
           inkscape:connector-curvature="0" /><path
           style="fill:#290000;fill-opacity:1;stroke:none;stroke-width:0.18883981;stroke-miterlimit:1;stroke-dasharray:none"
           d="m 5341.252,833.79523 c -0.057,0.17767 0.056,0.42457 0,0.59995 -2.4276,7.14221 -6.3385,12.46239 -10.4991,13.19874 -2.0803,0.36815 -2.8973,0.0634 -3.2996,-0.59992 -0.4024,-0.66323 -0.1548,-1.87331 0,-2.99974 0.3119,-2.25279 0.569,-4.70273 -3.5999,-5.39949 -4.1693,-0.6968 -12.608,2.19881 -19.798,6.5994 -7.19,4.40056 -13.074,10.05546 -13.1987,14.39862 -0.057,2.1716 0.2857,3.18485 1.1999,3.59966 0.9158,0.41487 2.3226,0.45894 3.5996,0.29999 1.2771,-0.15892 2.5782,-0.45002 3.5996,0 1.0211,0.44999 1.6515,1.65763 1.8,3.89962 0.25,3.80139 -3.3895,8.35144 -7.4995,12.89878 4.2499,2.73487 7.9292,6.3331 10.4991,10.19903 3.9672,5.9671 14.1437,2.86486 18.2983,7.79928 2.8422,3.37494 4.9439,7.36873 8.3992,10.19903 3.36,2.74996 11.7196,1.85212 15.8983,2.39976 2.0089,0.26487 5.596,3.67972 6.8996,-0.59993 0.4377,-1.42258 2.246,-2.94134 3.2996,-3.89965 1.9523,-1.77668 4.1984,-1.11678 3.2996,1.79983 -1.164,3.76772 2.963,2.91037 5.0995,4.49958 2.6997,2.01188 4.4535,5.86784 8.0992,6.29941 3.7172,0.4435 3.16,2.84019 5.9996,3.89965 3.8094,1.42255 12.913,-1.64242 13.1987,-5.99945 0.2262,-3.41957 2.9755,-4.72638 6.2995,-4.19961 2.3446,0.37112 5.0279,2.00176 5.6993,0.29999 -24.7538,-9.31307 2.191,-5.36988 -5.3993,-14.39865 -9.9304,-11.81208 -6.1662,-29.99589 -14.3987,-36.8965 -8.2328,-6.90061 -19.8399,-0.68864 -24.2978,-4.79957 -4.4576,-4.11093 -4.0862,-5.51422 -2.9997,-11.39891 0.2619,-1.41922 2.2881,-2.99527 3.5997,-4.49958 -3.1187,-2.87057 -6.879,-6.1545 -9.8992,-7.19932 -2.9681,-1.02694 -4.1763,-0.13452 -5.6992,0.59995 -0.7893,0.38062 -2.8693,-0.47296 -4.1996,-0.59995 z"
           id="path6283"
           inkscape:connector-curvature="0" /><path
           style="fill:#290000;fill-opacity:1;stroke:none;stroke-width:0.18883981;stroke-miterlimit:1;stroke-dasharray:none"
           d="m 5283.3572,782.50008 c -2.25,3.45722 -4.5014,7.67663 -7.1992,8.69919 -4.4326,1.6801 -7.7516,1.10631 -10.4991,0.29996 -2.7473,-0.80632 -5.1056,-1.84525 -8.0992,-0.29996 -2.9934,1.54528 -3.4154,5.29836 -4.4996,8.99915 -1.0842,3.70076 -2.6806,7.40414 -8.0992,8.99913 -2.7094,0.79751 -5.6989,-0.0119 -8.6991,-1.49984 -3.0003,-1.48788 -6.1579,-3.6402 -9.5992,-5.99945 -3.4413,-2.35922 -7.0662,-4.78275 -11.0988,-6.59937 -4.0326,-1.81661 -8.4245,-3.13967 -13.1987,-2.99971 -9.5489,0.27976 -23.1533,4.1576 -35.3967,9.59908 -6.1218,2.72076 -11.7904,5.9204 -16.4986,9.29912 -2.2869,1.64109 -3.3898,3.37711 -5.0996,5.09953 0.1935,0.11369 0.4072,0.18482 0.6,0.29996 9.8953,5.90758 17.7349,13.80649 26.0975,21.59797 8.6637,8.07121 17.8171,15.83129 26.3978,23.99773 5.3805,5.12188 13.1984,17.26137 20.6979,18.89823 -2.8094,-2.98206 2.2744,-1.46568 4.1996,-5.09954 1.3541,-2.55945 -1.5729,-3.42808 -0.6,-5.99941 0.3274,-0.872 4.6145,-1.81772 5.0996,-1.79983 2.3422,0.0711 3.7267,2.59617 5.6995,2.39975 4.1011,-0.41371 1.7244,2.42467 2.3997,4.79954 0.5508,1.9434 3.7394,0.8315 5.0995,0.89992 2.4821,0.13392 3.9648,3.73049 5.6996,5.09953 2.3809,1.87795 6.5578,-0.69585 9.2991,-0.29996 2.2738,0.32731 3.2975,2.04277 5.6993,0.89991 1.119,-0.56847 2.3436,-0.68924 3.5999,-0.59995 3.4403,-0.10417 4.1204,-3.16518 6.5992,-3.59966 3.3481,-0.58335 2.1005,0.0884 4.4996,-2.39979 0.8062,-0.83626 2.3261,-0.46362 3.2996,-0.29996 4.729,0.79316 9.5491,2.66463 13.7987,5.39949 4.11,-4.54734 7.751,-9.09739 7.4995,-12.89878 -0.1488,-2.24199 -0.7786,-3.44957 -1.8,-3.89962 -1.0214,-0.45002 -2.3225,-0.15892 -3.5996,0 -1.277,0.15892 -2.6838,0.11488 -3.5996,-0.29999 -0.9157,-0.41487 -1.2624,-1.42806 -1.1999,-3.59966 0.125,-4.34316 6.0087,-9.99806 13.1987,-14.39862 7.19,-4.40059 15.6287,-7.29614 19.798,-6.5994 4.1695,0.69682 3.9115,3.1467 3.5999,5.39949 -0.1548,1.12643 -0.4024,2.33654 0,2.99974 0.402,0.66319 1.2193,0.9681 3.2996,0.59992 4.1606,-0.73635 8.0715,-6.05653 10.4991,-13.19874 0.056,-0.17529 -0.057,-0.42237 0,-0.59995 -1.2375,-0.11815 -1.6669,0.54858 -3.8999,-0.59993 -4.6338,-2.38347 -9.6432,-10.17358 -14.6984,-18.29827 -5.0555,-8.12468 -10.1057,-16.5604 -14.9987,-20.39809 -4.893,-3.83766 -8.6596,-3.99239 -12.2988,-4.49958 -3.6394,-0.50722 -7.2393,-1.17761 -11.399,-5.69945 -0.3435,-0.3735 -0.2858,-1.37592 -0.6,-1.79983 z"
           id="path6281"
           inkscape:connector-curvature="0" /><path
           style="fill:#510000;fill-opacity:1;stroke:none;stroke-width:0.18883981;stroke-miterlimit:1;stroke-dasharray:none"
           d="m 5154.6694,725.50547 c -7.0165,-2.20521 -17.6373,-0.62106 -28.4971,0.89991 -9.5459,1.3369 -18.6504,2.16241 -26.0975,1.19988 l 6.5992,8.3992 c 1.8598,2.46142 2.269,3.92948 2.0999,5.3995 -0.1696,1.47004 -0.9169,3.05289 -2.0999,5.09953 -2.3666,4.09328 -13.4095,4.9845 -15.5984,8.99915 -2.1892,4.01465 -2.0642,4.35777 0.2994,9.29912 1.1818,2.47067 4.9383,4.51577 8.6992,6.89933 3.7609,2.3836 7.4533,5.12182 8.6991,8.69919 1.2458,3.57737 0.1637,6.81157 -1.1999,10.19904 -0.572,1.41969 -0.4194,3.23922 -0.8994,4.79953 1.1869,-0.98113 2.805,-2.42761 2.9996,-2.39975 3.4556,0.50002 6.6284,-1.77653 9.8991,-2.99974 -0.616,0.74998 -1.2845,1.57838 -1.7996,2.39979 3.0267,0.78271 2.0371,3.31687 0.5997,5.09953 -0.9435,1.16964 -3.505,0.0699 -4.7993,0.89991 9.8012,7.43432 21.2887,11.52477 31.7967,17.69832 1.7098,-1.72242 2.8127,-3.45844 5.0996,-5.09953 4.7082,-3.37872 10.3768,-6.57836 16.4986,-9.29912 12.2434,-5.44148 25.8478,-9.3192 35.3967,-9.59908 4.7742,-0.13987 9.1661,1.1831 13.1987,2.99971 4.0326,1.81662 7.6575,4.24015 11.0988,6.59937 3.4413,2.35925 6.5989,4.51157 9.5992,5.99945 3.0002,1.48785 5.9897,2.29735 8.6991,1.49984 5.4186,-1.59499 7.015,-5.29837 8.0992,-8.99913 1.0842,-3.70079 1.5062,-7.45387 4.4996,-8.99915 2.9936,-1.54529 5.3519,-0.50636 8.0992,0.29996 2.7475,0.80632 6.0665,1.38014 10.4991,-0.29996 2.6978,-1.02256 4.9492,-5.24197 7.1992,-8.69919 -3.4729,-4.70862 -5.5088,-11.80477 -7.1992,-19.79811 -1.2932,-6.11463 -3.3508,-11.53108 -5.3996,-16.79844 -4.3317,3.3792 -8.6375,6.49453 -12.5987,8.6992 -3.9612,2.20464 -7.4891,3.52954 -11.0988,2.9997 -3.6101,-0.52977 -6.1895,-1.64534 -7.7995,-3.2997 -1.6101,-1.65432 -2.4529,-3.88533 -3.2996,-5.99941 -0.8467,-2.11408 -1.6801,-4.09039 -2.9997,-5.99945 -1.3196,-1.90902 -2.9707,-3.76031 -5.9995,-4.79954 -6.0576,-2.07845 -15.0639,0.25625 -23.9975,2.69975 -8.934,2.44356 -17.9695,4.98028 -24.2979,3.2997 -6.3284,-1.68058 -8.72,-4.85924 -11.3988,-8.39923 -2.6791,-3.53996 -5.5826,-7.39387 -12.599,-9.59908 z"
           id="path6265"
           inkscape:connector-curvature="0" /><path
           style="fill:#290000;fill-opacity:1;stroke:none;stroke-width:0.18883981;stroke-miterlimit:1;stroke-dasharray:none"
           d="m 5051.7791,694.00846 c -0.6152,0.46632 -0.8464,1.0433 -1.4997,1.49984 -10.8402,7.57976 -33.3175,12.70393 -45.8957,11.99886 -12.5783,-0.70504 -19.154,-15.10538 -26.0975,-9.89904 -6.9436,5.20631 -3.3812,16.86917 2.0996,23.99773 5.4808,7.12855 25.3728,1.00285 27.8975,9.89907 2.5246,8.89618 -12.7589,10.284 -15.8984,20.0981 -1.5934,4.98031 -1.5732,11.62134 -0.8994,18.29824 1.9982,-0.36282 4.063,0.38838 6.8992,2.69975 2.7232,2.22017 2.8526,5.63502 5.0996,8.09924 1.7559,1.92256 4.0609,2.72114 6.2992,3.89965 -2.8422,2.95524 4.6404,9.43182 -1.4996,9.89904 3.7826,4.66356 7.0965,1.71876 10.7988,3.59966 2.2201,1.12795 4.051,-1.06946 5.3995,-2.39975 1.375,-1.35711 5.013,0.87369 6.8995,0.59992 -1.6368,-0.82138 -2.5344,-2.36336 -2.0999,-4.19959 3.1309,1.38985 5.3686,5.47926 8.9991,5.69946 -3.0058,2.23208 0.1935,3.14235 1.5,5.99942 1.2083,-1.31247 2.7142,-2.12956 4.4996,-2.0998 -0.9673,-1.4821 -2.7821,-2.29743 -4.4996,-1.49984 3.1398,-8.87475 17.723,9.5581 21.5979,-0.89991 1.5863,1.24996 3.0053,3.00727 2.9996,5.0995 -2.9433,-0.40776 -8.042,1.61388 -6.8992,5.39949 0.8542,2.83623 4.7651,2.54835 5.6993,5.3995 2.3481,-2.17256 6.4906,-7.24117 10.1991,-4.19962 1.9226,1.57734 3.2573,-0.75775 5.0995,0.89992 1.1458,1.02973 1.5616,2.09086 3.2997,2.09982 -0.3753,-5.87781 2.8895,-6.4564 7.4995,-8.09924 2.1785,-0.77677 8.803,-3.34351 5.9992,-6.59937 3.607,-0.31544 6.9072,-1.53546 10.1991,-2.99974 0.1042,-0.047 0.7363,-0.51689 1.2,-0.89992 0.4809,-1.56031 0.3273,-3.37984 0.8994,-4.79953 1.3651,-3.38747 2.4457,-6.62167 1.1999,-10.19904 -1.2461,-3.57737 -4.9385,-6.31559 -8.6991,-8.69919 -3.7609,-2.38356 -7.5174,-4.42866 -8.6992,-6.89933 -2.3642,-4.94135 -2.4892,-5.28447 -0.2997,-9.29912 2.1892,-4.01465 13.2321,-4.90587 15.5987,-8.99915 1.1833,-2.04664 1.9306,-3.62949 2.0996,-5.09953 0.1697,-1.47002 -0.241,-2.93808 -2.0996,-5.3995 l -6.5995,-8.3992 c -1.0253,-0.13243 -2.669,0.22678 -3.5996,0 -7.6909,-1.87361 -13.3342,-4.6554 -18.2983,-7.79925 -4.9642,-3.14384 -9.2647,-6.60234 -13.7988,-10.19903 -4.5341,-3.59668 -7.389,-8.84969 -10.4988,-13.49873 -0.5952,-0.89012 -1.4824,-1.25485 -2.0999,-2.09979 z"
           id="path6253"
           inkscape:connector-curvature="0" /><path
           style="fill:#290000;fill-opacity:1;stroke:none;stroke-width:0.18883981;stroke-miterlimit:1;stroke-dasharray:none"
           d="m 5199.9651,631.31437 c -13.8433,-0.0699 -25.0558,1.84164 -31.197,5.99944 -12.2824,8.31557 11.6184,-0.0643 -4.1996,10.19903 -15.818,10.26311 -88.269,-20.77085 -101.9903,-4.19961 -13.7214,16.57123 7.8334,16.52939 5.9995,26.09755 -1.7234,8.99183 -7.1971,17.32193 -16.7986,24.59768 0.6172,0.845 1.5044,1.2097 2.0999,2.09979 3.1101,4.64904 5.965,9.90205 10.4991,13.49873 4.5338,3.59669 8.8346,7.05519 13.7985,10.19903 4.9641,3.14385 10.6074,5.92564 18.2983,7.79925 7.6908,1.87364 18.8372,0.32109 29.6974,-1.19988 10.8598,-1.52097 21.4806,-3.10512 28.4971,-0.89991 7.0164,2.20521 9.9199,6.05912 12.599,9.59908 2.6788,3.53999 5.0704,6.71865 11.3988,8.39923 6.3284,1.68058 15.3639,-0.85617 24.2979,-3.2997 8.9336,-2.44356 17.9399,-4.7782 23.9975,-2.69975 3.0288,1.03923 4.6799,2.89052 5.9995,4.79954 1.3196,1.90906 2.153,3.88537 2.9997,5.99945 0.8467,2.11408 1.6895,4.34509 3.2996,5.99941 1.61,1.65436 4.1894,2.7699 7.7995,3.2997 3.6097,0.52978 7.1376,-0.79509 11.0988,-2.9997 3.9612,-2.20467 8.267,-5.32 12.5987,-8.6992 4.3317,-3.37919 8.7777,-6.90522 13.4987,-9.89907 4.721,-2.99381 9.5694,-5.25086 14.6987,-6.29938 7.8168,-1.59787 15.3705,-2.09833 23.0979,-2.39978 -0.4003,-0.43704 -1.5116,-0.72099 -1.7999,-1.19988 -4.921,-8.17013 3.5475,-15.00199 -1.4997,-20.69805 -5.0475,-5.6961 -19.309,0.98577 -24.2978,-5.0995 -4.9889,-6.08531 6.5971,-11.98738 0,-22.49789 -6.5972,-10.51051 -32.528,-19.57348 -46.7958,-22.49789 -14.2674,-2.92438 -27.1477,5.55925 -35.3966,1.49987 -8.2486,-4.05938 -10.3905,-9.768 -11.0988,-15.89849 -0.4693,-4.05616 3.9547,-5.91078 5.9995,-9.29911 -2.4433,-0.12232 -4.8912,-0.28839 -7.1995,-0.29999 z"
           id="path6235"
           inkscape:connector-curvature="0" /><path
           style="fill:#290000;fill-opacity:1;stroke:none;stroke-width:0.18883981;stroke-miterlimit:1;stroke-dasharray:none"
           d="m 4942.5896,656.512 c -2.3146,0.0884 -4.7175,0.37032 -6.5996,0.89991 -15.0558,4.23626 -13.6246,18.30351 -23.9975,23.99773 -10.3729,5.69422 -32.7631,-0.33913 -35.9966,8.09924 -3.2336,8.43834 11.5208,8.14977 9.8991,14.09866 -1.622,5.94888 -15.2389,-4.42741 -17.9983,7.79927 -2.7595,12.22666 20.7211,36.37432 36.2963,42.296 15.5755,5.92165 29.0016,-12.89803 44.0961,-5.99945 7.717,3.52693 12.691,11.23035 17.0983,20.09811 0.2828,-0.0824 0.6545,-0.0949 0.8994,-0.29997 2.8333,0.40479 5.7829,0.50222 8.3992,1.79984 2.6487,1.31544 9.7774,5.85082 12.5987,2.9997 1.5167,-1.53216 2.8428,-2.15342 4.1996,-2.39978 -0.6729,-6.6769 -0.6928,-13.31793 0.8994,-18.29824 3.1398,-9.8141 18.4233,-11.20192 15.8987,-20.0981 -2.5247,-8.89622 -22.4167,-2.77052 -27.8975,-9.89907 -5.4808,-7.12856 -9.0432,-18.79142 -2.0996,-23.99773 6.9432,-5.20634 13.5193,9.194 26.0975,9.89904 12.5782,0.70507 35.0556,-4.4191 45.8957,-11.99886 0.6777,-0.47371 1.1625,-1.0156 1.7997,-1.49984 -2.6592,-3.68767 -5.3838,-6.84984 -9.5992,-8.39923 -10.1634,-3.73591 -23.2874,7.21456 -32.097,3.89965 -8.8093,-3.31491 -4.1996,-10.79771 -16.1983,-17.99831 -10.4989,-6.30054 -35.3934,-15.61903 -51.595,-14.99857 z"
           id="path6255"
           inkscape:connector-curvature="0" /><path
           style="fill:#290000;fill-opacity:1;stroke:none;stroke-width:0.18883981;stroke-miterlimit:1;stroke-dasharray:none"
           d="m 5176.8673,598.91744 c -15.3225,0.89857 -30.6176,1.94066 -40.1962,0.29996 -9.7212,-1.66519 -15.0702,-5.26825 -19.498,-8.09924 -4.4279,-2.83096 -8.0453,-4.85829 -14.6987,-3.89962 -3.3267,0.47927 -6.1608,2.09547 -8.9992,4.49957 -2.8383,2.4041 -5.6546,5.66434 -8.3991,8.69917 -2.7446,3.03485 -5.354,6.02766 -8.3992,8.39923 -3.0455,2.37157 -6.4582,4.08527 -10.1991,4.49958 -3.741,0.41427 -7.5203,-0.40538 -11.0988,-1.79984 -3.5788,-1.39445 -7.0272,-3.51594 -10.4991,-5.69948 -6.9439,-4.36708 -13.5488,-9.09311 -20.398,-10.49899 -13.699,-2.8118 -14.4906,2.29246 -38.0965,0 -23.6059,-2.2925 -83.2626,-14.22764 -102.2904,-20.09811 -19.0277,-5.87046 -5.109,-5.10932 -14.0987,-5.99944 -4.4948,-0.44511 -10.8726,2.10393 -17.6983,4.49957 -6.8257,2.39565 -14.0996,4.7169 -20.3979,3.59967 -6.2987,-1.11723 -11.3226,-5.9524 -16.1987,-10.499 -4.8757,-4.54663 -9.6197,-8.85204 -15.8984,-9.59911 -6.2787,-0.747 -10.5723,2.54934 -15.5986,5.99945 -2.5131,1.72504 -5.0865,3.65088 -8.3992,4.79954 -3.3127,1.14869 -7.145,1.71135 -11.9988,1.19988 -4.8537,-0.51142 -10.4702,-2.87233 -16.1983,-6.29938 -5.7284,-3.42708 -11.6488,-8.05671 -17.6984,-12.59882 -7.0322,-5.27967 -13.4395,-8.14281 -20.0982,-12.29885 -15.7412,6.33339 -30.523,12.86413 -34.1967,20.99802 -8.436,18.6779 -0.3773,14.31311 5.9993,28.19734 4.9379,10.75294 21.0449,25.58988 30.2973,38.69633 11.2604,-2.24505 21.8979,-4.96292 27.5972,-2.69974 6.3805,2.53362 6.8004,3.62391 6.5995,4.79957 -0.1994,1.17562 -0.8485,2.61022 3.5996,5.39946 4.4484,2.78924 13.5166,4.65618 22.7979,6.89936 9.2813,2.24318 18.8542,4.72052 23.3978,8.99916 4.5437,4.2786 4.5761,8.71785 4.7996,12.89877 0.2232,4.18093 0.5116,8.04038 5.0996,11.09895 4.5876,3.05858 11.9244,2.16521 19.4979,0.89992 7.5736,-1.2653 15.4794,-2.90251 20.6983,-0.89992 2.6091,1.00131 2.821,1.60761 2.3996,2.09979 -0.4214,0.49216 -1.7214,0.90435 -2.0999,1.79984 -0.378,0.89551 0.2619,2.28829 2.9999,4.49957 2.7383,2.21128 7.8694,5.45958 16.7983,9.89907 2.9154,1.44961 8.7632,3.25197 12.5988,4.79954 -2.3178,-1.55046 -4.0127,-3.47309 -2.6996,-6.89933 3.2335,-8.43834 25.6237,-2.40502 35.9966,-8.09924 10.3729,-5.69422 8.9417,-19.76147 23.9975,-23.99773 15.0562,-4.23628 46.1958,6.89806 58.1945,14.09866 11.9988,7.2006 7.3891,14.6834 16.1987,17.99831 8.8093,3.31491 21.9333,-7.63556 32.0967,-3.89965 4.2154,1.54939 6.94,4.71156 9.5992,8.39923 9.5566,-7.26382 14.7793,-15.62754 16.4986,-24.59768 1.8339,-9.56816 -19.7209,-9.52632 -5.9995,-26.09755 13.7213,-16.57124 86.1723,14.46272 101.9903,4.19961 15.818,-10.26313 -8.0828,-1.88346 4.1996,-10.19903 7.165,-4.85102 21.2985,-6.55616 38.3965,-5.69945 1.0456,-1.73281 1.4423,-3.89501 0.2994,-6.89936 -3.3758,-8.8791 -33.2618,-8.65465 -35.3966,-17.69832 -1.1303,-4.78785 1.8232,-6.63732 4.7996,-8.09924 z"
           id="path6311"
           inkscape:connector-curvature="0" /><path
           style="fill:#290000;fill-opacity:1;stroke:none;stroke-width:0.18883981;stroke-miterlimit:1;stroke-dasharray:none"
           d="m 4873.5959,355.94041 c -3.2618,0.42859 -6.7141,0.0586 -8.6991,3.29967 2.0505,-1.85412 9.3033,1.22401 8.6991,-3.29967 z m 4.7996,0.59992 c -1.0146,-0.0149 -1.7473,0.12053 -2.6996,0.29999 3.735,1.35113 7.809,1.20759 11.6988,1.7998 -2.5803,-1.26558 -5.9552,-2.05458 -8.9992,-2.09979 z m -86.9916,0.89992 c -3.2127,-0.003 -6.5516,0.49626 -9.5992,1.79983 1.5238,3.07729 2.772,3.25065 2.3997,6.89936 -0.3926,3.86299 3.1392,-0.3238 3.2999,-0.29999 8.0474,1.05056 15.2549,-0.009 23.3975,-2.09979 -3.9073,-2.64576 -3.538,-1.185 -7.4992,-1.19988 -0.4243,-0.001 -0.6237,-0.35633 -0.8993,-0.59996 0.5607,-0.0711 0.8389,-0.97012 0.5999,-2.39978 -0.7824,0.35719 -1.6142,0.84272 -2.3999,1.19991 -0.4193,-0.78272 -0.6143,-1.52124 0.2997,-2.39979 -3.1755,-0.43156 -6.3864,-0.89616 -9.5991,-0.89991 z m 94.1911,6.29941 c -1.1815,-0.0149 -2.4538,0.15803 -3.5999,0.59995 2.3898,0.37502 5.0627,1.25416 7.1995,-0.59995 -1.1815,0.0402 -2.4181,0.0149 -3.5996,0 z m -29.0974,1.19987 c -2.0252,-0.072 -3.9948,0.36776 -5.3996,2.09983 3.1845,2.5029 7.7207,2.30205 11.3991,3.59966 -1.3928,-1.47913 -4.5058,-5.20432 0,-4.79957 -1.8332,-0.15922 -3.9743,-0.8281 -5.9995,-0.89992 z m -76.1928,4.19962 c -0.7497,0.0893 -1.378,0.2866 -1.7997,0.59995 -1.9761,1.46722 -3.0975,3.88281 -3.2999,6.29938 -0.4827,5.72011 4.5853,14.37329 0.6,19.49818 -3.0148,3.88084 -8.5801,6.09221 -13.1987,7.19932 -3.616,0.86304 -7.5906,8.14335 -2.0997,6.89934 -4.9106,3.07134 2.1508,4.91983 4.7996,4.19961 6.2168,-1.69638 5.6689,3.32738 7.4992,7.19932 0.5,1.05649 0.6306,4.40607 1.7999,5.09951 1.3661,0.81247 2.6648,1.23847 3.5996,2.69974 1.7292,2.69636 -4.6076,2.51883 -5.6995,2.39979 0.744,3.21122 0.7467,7.79445 4.7996,8.69916 0.4136,-4.23798 7.3712,-0.32261 10.4991,0.59995 2.6547,0.77974 7.0962,2.32372 9.5988,0.29997 1.7437,2.34517 1.2753,5.06012 3.8999,6.89936 1.9434,1.36008 3.949,2.41814 5.9992,3.59966 2.3006,1.32437 4.7047,3.24015 7.4995,3.29967 2.3598,0.0509 4.3883,-1.8065 6.5993,0 -3.6755,0.36305 1.0511,2.26744 -0.2994,5.99945 -0.6432,1.77673 -2.3336,4.33517 -1.5,6.2994 3.1725,7.48194 -10.5479,-1.66293 -11.0988,-1.79983 -8.9878,-2.24101 -17.1424,-8.99966 -26.0978,-10.19903 -3.9728,-0.53275 -7.7644,-1.32303 -11.6988,-2.09982 -1.5059,-0.29761 -12.9615,-3.1128 -6.8992,-2.99971 -2.8005,-0.30651 -13.2321,-4.3361 -14.3987,-1.49987 -1.238,3.00587 -5.4716,-1.34324 -0.8994,-2.39975 -8.7973,-1.82138 -16.9944,-5.4583 -25.7978,-7.19933 -0.4943,-0.0982 -1.0026,-0.2119 -1.4996,-0.29996 -1.711,13.11333 -2.9246,9.18114 0.2994,14.39862 3.5454,5.73665 16.3769,4.17813 20.0982,10.19903 3.7211,6.02093 -2.849,13.5201 0,19.79814 2.8488,6.27804 13.6258,8.42926 16.1984,14.09866 2.5725,5.66942 9.2899,0.33511 0,16.19848 -5.2445,8.95513 -27.59,16.68766 -47.9954,24.89764 6.6584,4.15604 13.066,7.01918 20.0979,12.29885 6.0499,4.54211 11.9702,9.17174 17.6984,12.59882 5.7281,3.42705 11.3446,5.78793 16.1986,6.29938 4.8538,0.51144 8.6861,-0.0509 11.9988,-1.19988 3.3127,-1.14866 5.8861,-3.0745 8.3992,-4.79954 5.0263,-3.45011 9.3199,-6.74648 15.5986,-5.99945 6.2784,0.74701 11.0224,5.05248 15.8984,9.59911 4.8761,4.5466 9.9,9.38177 16.1984,10.499 6.2986,1.11723 13.5725,-1.20402 20.3982,-3.59967 6.8257,-2.39564 13.2035,-4.94462 17.6983,-4.49957 8.9897,0.89012 -4.929,0.12916 14.0987,5.99944 19.0275,5.87047 78.6842,17.80561 102.2904,20.09811 23.6058,2.29246 24.3975,-2.8118 38.0962,0 6.8495,1.40588 13.4544,6.13191 20.3983,10.49899 3.4716,2.18354 6.9203,4.30503 10.4988,5.69948 3.5787,1.39443 7.3581,2.21411 11.0991,1.79984 3.7406,-0.41431 7.1536,-2.12801 10.1988,-4.49958 3.0454,-2.37157 5.6549,-5.36438 8.3995,-8.39923 2.7442,-3.03483 5.5608,-6.29507 8.3991,-8.69917 2.8381,-2.4041 5.6722,-4.02024 8.9992,-4.49957 6.6534,-0.95867 10.2705,1.06866 14.6984,3.89962 4.4278,2.83099 9.7771,6.43405 19.4983,8.09924 9.5783,1.6407 24.8737,0.59861 40.1962,-0.29996 2.6454,-1.29952 5.3346,-2.29071 4.7995,-4.79954 -1.1368,-5.33131 -13.0746,-2.96822 -14.3987,-8.09924 -1.324,-5.13105 8.7099,-5.05739 8.0992,-12.89878 -0.6104,-7.84139 -12.1395,-21.66202 -20.9979,-24.29772 -8.8581,-2.6357 -15.0306,9.49926 -22.4979,6.59937 -7.4674,-2.89986 -6.5156,-16.15833 -12.8988,-20.99801 -6.3831,-4.83969 -15.9192,-1.62657 -22.7978,-6.29938 -6.8787,-4.67285 -8.0248,-14.92736 -15.8984,-20.99802 -7.8739,-6.0707 -22.7666,-5.06819 -30.5974,-12.89878 -7.8304,-7.83062 -6.2385,-23.48848 -12.8987,-30.59713 -6.66,-7.10861 -15.7023,-11.84068 -22.7979,-11.39891 -7.0953,0.44175 -9.9104,7.88437 -14.3984,9.59908 -4.4883,1.71472 -5.4046,4.36485 -11.3991,1.79983 -5.9945,-2.56501 -17.0379,-15.96071 -15.8984,-22.79784 1.1396,-6.83711 9.0168,2.50249 11.0988,-7.79925 2.0824,-10.30177 -8.3557,-25.04225 -25.7975,-41.99604 -3.7213,-3.61731 -8.7786,-7.11254 -14.6987,-10.19903 -0.1904,-0.0268 -0.4077,0.0268 -0.5996,0 -5.0306,-0.67656 -10.8358,-0.69269 -14.3988,-0.29999 -3.5356,0.3929 -8.472,5.57583 -11.999,3.59966 -1.5592,4.07132 3.5927,2.7837 5.6995,2.39978 3.5327,-0.64283 7.584,0.87891 9.5992,3.89963 -5.8183,4.53559 -12.3583,0.20535 -18.2983,-1.49984 -5.7618,-1.65478 -10.8762,0.45826 -16.4984,1.49984 3.5178,2.78861 6.6588,6.73026 11.0988,8.09924 3.0773,0.95232 6.1978,1.25461 9.2992,2.09979 4.2647,1.16068 14.6525,6.00867 18.2983,1.49987 0.6306,3.51776 4.2043,1.22955 6.2995,2.69975 2.4582,1.72019 3.5624,5.04304 7.1992,3.59966 0,0.78569 0,1.61406 0,2.39975 3.1249,-0.63688 6.0766,0.25 8.9991,-1.49984 -3.6308,10.85089 -34.4157,-10.30679 -34.7966,-1.19987 -2.9225,-5.04457 -11.2705,-2.49678 -15.8987,-2.99974 -4.9939,-0.54466 -12.8258,-0.45201 -16.4983,-4.49958 5.0475,0.52978 1.3255,-2.7532 -0.6,-4.19959 -4.1308,-3.10408 -4.4448,-3.94744 -3.5996,-9.5991 1.2351,-8.27358 -13.6487,-19.32819 -21.5979,-15.29854 3.4433,2.36598 18.3611,11.57123 9.5991,15.89849 -4.3808,2.16363 -10.3015,1.12765 -14.0987,4.49958 -1.1342,1.01187 -0.697,3.17521 -1.2,4.49957 -0.7324,1.92555 -2.4175,3.18117 -3.8996,4.49958 9.2081,2.47315 16.8145,8.06258 24.8979,12.89878 1.9463,1.16664 7.2048,3.3269 7.4992,5.99942 0.1845,1.67257 -2.8089,4.49294 -3.2997,6.29941 -0.5779,2.11006 0.077,4.1953 0.2994,6.2994 0.6104,5.76473 3.8589,6.46762 7.7992,9.89907 2.5955,2.25589 3.0068,8.09862 6.8995,8.39921 5.3481,0.4137 11.8548,-0.0336 17.0984,-1.19988 5.3659,-1.19342 8.7527,-3.22836 14.3987,-1.79983 4.8153,1.21425 10.8494,0.75399 15.2984,2.39975 5.0534,1.86897 9.4872,3.13652 14.6987,4.49958 5.3748,1.40472 6.2495,5.48202 10.1991,8.69919 2.0654,1.6815 4.621,2.63889 6.2992,4.79954 1.4375,1.85114 -5.0123,1.43838 -5.3995,3.89963 -0.4435,2.84221 2.4532,7.72722 5.3995,8.09923 5.1665,0.65177 10.0664,1.7724 15.2987,2.0998 1.7291,0.10714 1.719,1.94518 3.5996,0.59995 1.7857,-1.27675 4.1996,0.57731 5.6995,1.49987 -10.0294,-2.02673 -26.7825,3.31937 -34.4969,-6.29941 4.235,1.22913 1.1363,-2.26812 0.2997,-4.19961 -1.0179,-2.36303 -2.0229,-4.6613 -3.2999,-6.89934 -2.741,-4.80046 -5.7046,-4.71847 -10.4988,-6.59937 -3.9434,-1.5446 -7.3728,-5.87855 -11.0991,-6.89936 -6.1368,-1.68447 -14.1339,1.31586 -20.098,2.69975 -2.9761,0.69046 -11.1631,0.34365 -8.9992,5.0995 1.5833,3.47907 0.3253,4.75359 4.1996,6.89936 5.0981,2.82433 17.9983,11.28192 7.7992,16.19848 -6.345,3.05646 -2.4749,6.74901 -3.5996,11.99886 -1.1309,5.26771 -7.9048,4.55955 -11.3991,7.19933 -3.3243,2.50886 -8.0015,0.61864 -6.2992,5.99941 0.625,1.97617 -2.5297,4.43113 -4.4996,4.49958 -3.2112,0.11309 -6.2072,-1.84025 -9.2991,-2.39975 -6.1338,-1.11604 -11.8556,-0.0729 -17.9983,-0.59996 -5.8094,-0.49406 -11.622,-2.32413 -17.3984,-2.99971 -6.0236,-0.70239 -7.5396,-5.27437 -12.5987,-6.89936 1.9627,-0.84941 4.16,-0.11904 6.2992,0 2.8526,0.15893 5.6749,-0.0854 8.3992,0 4.4433,0.13988 7.2965,3.56044 11.9991,2.39979 1.2222,-0.30151 2.3954,-1.01054 3.5996,-1.49987 0.33,1.32285 0.9446,2.41413 1.7999,2.99971 -1.0806,-0.5102 -2.1386,-1.21092 -3.2999,-1.49984 -1.5476,0.0298 -3.0472,0.35526 -4.4996,0.89991 2.6369,2.8898 7.7831,3.76219 11.3991,2.69975 -0.8131,-0.70102 -1.763,-1.29065 -2.6999,-1.79983 3.4216,1.43436 9.1976,-0.54811 12.2991,-0.89992 -1.0515,-4.40098 -4.7014,-5.3711 -8.3995,-4.79957 1.1508,-0.38683 2.4264,-0.75926 3.5999,-0.89991 1.6368,-0.19643 11.8547,-3.43348 5.3992,-4.79954 1.4554,-0.60117 2.958,-0.91239 4.4996,-0.59992 -0.8214,-0.67264 -1.6556,-1.34089 -2.3996,-2.09983 5.1784,-2.15169 3.2427,-9.40375 10.7991,-10.49899 -1.9913,-1.9434 -0.9342,-5.47134 -3.2999,-8.09924 -1.5297,-1.70233 -1.5845,-2.23476 -0.6,-4.49958 1.2354,-2.84218 3.9451,-3.6596 0.6,-6.29941 -1.9375,-1.52972 -4.6433,-1.86941 -6.8992,-2.69974 -2.8392,-1.04759 -19.2921,-5.49494 -16.7984,-11.09895 1.3809,-3.10111 -1.8395,-2.22634 -1.4999,-5.69946 -1.7351,-2.57135 -3.1327,-2.88878 -3.2996,-6.2994 -0.1965,-3.98204 -7.6103,-7.17409 -8.6992,-10.79899 -0.7768,-2.58624 3.7526,-2.72162 1.4996,-5.0995 -1.9195,-2.02676 -1.385,-2.88468 -2.3996,-5.39949 -4.2826,-10.63959 -19.3405,-6.94044 -25.1978,-15.89852 1.405,-0.61299 3.8323,-0.70697 4.7996,-2.09979 1.1431,-1.64877 -1.1036,-3.26152 0,-4.49958 1.6219,-1.82435 1.8889,-5.81058 1.7999,-8.09924 -0.2291,-5.74686 -8.4453,-11.34052 -13.4987,-12.29882 -3.4553,-0.65475 -7.1894,0.33222 -10.4991,-0.89992 -3.9847,-1.4821 -8.0727,-1.44692 -12.2988,-1.19988 -7.9492,0.46422 -15.3862,1.90944 -23.3979,0.59993 3.741,-0.83703 1.0503,-1.46892 -1.1996,-1.19988 z m 68.3936,131.98752 c -0.5672,0.003 -1.0589,0.1244 -1.7999,0.59996 4.7052,-0.9553 7.423,4.01262 11.399,5.39949 4.1904,1.45829 8.093,-1.53365 2.3997,-3.89965 -2.4553,-0.44645 -4.8695,0.33924 -6.8992,0 -2.0515,-0.34374 -3.3979,-2.11221 -5.0996,-2.0998 z m 66.2937,-125.38815 c -4.5207,0.006 -7.2007,3.62511 -10.7991,5.69945 4.9853,4.60702 17.9391,0.99783 22.1982,-3.29967 -3.4288,-1.79757 -7.551,-2.40573 -11.3991,-2.39978 z m -131.3874,64.49392 c -1.0384,0.11905 -2.3437,0.69335 -2.9999,1.49984 1.494,0.91066 3.1389,1.22494 4.7995,0.59995 0.077,-1.71126 -0.7613,-2.21886 -1.7996,-2.09979 z m -16.4987,10.19903 c 3.869,0.87793 7.5153,2.48124 11.3991,3.29967 -3.6487,-1.59817 -7.2623,-3.57942 -11.3991,-3.29967 z"
           id="path6309"
           inkscape:connector-curvature="0" /><path
           style="fill:#290000;fill-opacity:1;stroke:none;stroke-width:0.18883981;stroke-miterlimit:1;stroke-dasharray:none"
           d="m 4638.7182,421.33422 c -2.3809,0.34219 -3.671,3.3194 -6.2995,2.39978 1.622,0.6101 3.1508,0.96712 4.7996,1.49984 -1.5833,0.30353 -3.249,0.44645 -4.7996,0 1.9526,2.05351 3.5794,4.54175 6.2995,5.69946 2.3214,1.14288 4.991,1.91878 7.1992,3.2997 -6.5266,-3.64871 4.7937,-1.05233 6.2996,-0.59996 2.7707,0.83034 4.1933,3.59907 7.1992,3.89966 2.2559,0.22618 15.7335,0.50201 9.2991,-3.89966 -5.2528,-3.59514 -11.4848,-5.36244 -17.3983,-7.49928 -3.5178,-1.27378 -8.7596,-5.3531 -12.5988,-4.79954 z m 39.5963,12.89878 c -1.4301,-0.094 -2.9318,0.16279 -4.1996,1.19987 -0.3658,0.85423 -0.7208,1.78906 -0.8994,2.69975 -0.7863,0.0652 -1.6143,0.22559 -2.3999,0.29999 -1.9048,1.10414 -3.1455,-0.65555 -4.4996,1.79983 3.6219,2.1428 7.9727,3.96364 10.4991,7.49929 2.3868,3.33919 5.36,0.38606 7.1992,3.29967 6.0713,9.62768 -12.6005,6.78906 -14.6984,9.89907 1.3244,0.49406 5.3391,2.91266 4.4996,4.79954 -1.1905,2.68745 -7.0617,0.92134 -8.9992,0.59995 -4.8629,-0.80652 -9.3819,-6.3195 -2.3999,-8.09924 -1.6458,-1.08628 -12.0669,-4.88757 -6.2992,-5.39949 -4.6071,0.75593 -10.0161,-0.47936 -13.7988,2.99974 0.5173,0.76185 1.1658,1.43017 1.7997,2.09979 -0.3542,-0.13988 -7.3873,-3.94691 -6.8992,-1.19988 0.3389,1.92554 -2.0402,2.08191 -3.5996,2.09979 -2.4702,0.0298 -3.7053,2.56752 -5.9996,3.29968 -2.2347,0.71429 -4.7356,-0.0345 -6.8992,-0.59993 -6.6516,-1.73507 -30.9756,-2.53326 -28.7974,8.99916 -2.7708,1.16068 -5.1546,-3.42059 -7.1992,-2.39979 -1.7321,0.86304 -4.9719,3.51836 -4.7996,-0.29996 -2.9285,3.62192 -11.9818,2.22303 -15.8986,1.49984 0.039,-5.05941 7.5864,-1.61335 9.8991,-4.19959 -0.839,-1.38389 -8.0167,-8.43071 -1.7997,-8.99915 -2.3064,-0.79462 -4.8989,-0.69632 -7.1995,-1.49987 4.3958,-1.28866 9.4447,0.85492 13.4988,-1.79983 -9.0682,-0.32731 -25.4612,1.23449 -31.7971,8.99915 2.7797,-0.13987 5.0094,1.49023 6.8995,3.2997 -1.4642,0.28869 -7.0578,4.35572 -8.0991,2.0998 -0.9524,-2.05649 1.6928,-3.2175 -1.2,-4.19962 -3.0654,-1.04161 -7.0037,0.44204 -9.5991,2.09982 -2.7261,1.744 -6.5576,0.98262 -9.5992,1.19988 -5.7379,0.40776 -10.48,5.91662 -15.2984,7.19932 -6.8123,1.81245 -11.6833,5.17998 -19.1982,3.59967 3.1517,1.1577 6.2052,3.50904 8.6991,5.69945 -2.735,-1.59817 -11.3991,-2.288 -14.0987,-0.29996 -2.5681,1.8928 -4.9022,-0.43466 -6.8992,1.49984 3.9817,1.93741 1.7062,4.73683 0.8994,7.79928 -0.7527,2.8392 3.849,4.91069 -0.2997,7.19932 -1.6157,0.8928 -6.1141,0.26666 -8.0992,0.59992 -3.1338,0.52383 -7.6182,0.28958 -10.1988,2.39979 0.6756,-0.68451 1.1892,-1.35577 1.7996,-2.09979 -4.1519,-0.25893 -9.4521,1.28811 -13.1987,-1.19991 -2.6493,-1.76186 -3.9764,-4.88579 -6.8992,-6.29938 -3.122,-1.50597 -7.7078,-0.4724 -10.1991,-3.2997 -3.0565,-3.46419 1.7466,-5.31792 4.4995,-5.99945 -0.2886,-0.78566 -0.6116,-1.61406 -0.8993,-2.39975 7.2765,-2.53267 15.1647,-0.25684 22.4978,-2.39979 -2.4073,-5.64865 -8.7464,-7.1634 -13.4987,-10.19903 -5.1992,-3.32133 -8.5078,-5.40422 -14.9987,-5.99944 -6.7855,-0.61895 -14.1627,2.0172 -20.6979,0.29999 -3.1755,-0.83331 -9.7652,-4.38134 -12.5988,-1.19991 5.1308,1.57734 11.5735,3.49591 16.1984,6.29941 2.7797,1.68448 -0.048,5.85004 3.5996,6.29941 -3.2142,0.52382 -2.047,1.83307 -0.2994,2.99973 -3.6576,0.17559 -0.9797,1.43904 -1.2,3.59964 -0.1756,1.74998 -0.8601,3.48052 -1.4999,5.09953 -0.8244,2.08923 -2.6404,5.69106 0.2997,6.89936 4.2171,1.73209 8.1634,1.005 11.6987,4.79954 1.9911,2.13684 0.7441,6.29753 4.1996,7.19932 -7.6843,2.42553 -4.5987,13.41868 -1.1999,17.69832 -2.8184,-2.2291 -4.1827,-6.23271 -8.0992,-6.89936 -0.3464,-0.0586 -0.7821,0.0119 -1.1997,0 5.9043,8.22403 13.9404,17.78358 21.8979,19.79814 14.2761,3.6141 29.2468,-12.75881 42.2959,-14.09866 13.049,-1.33987 23.2767,7.62985 33.8969,4.19959 10.6203,-3.43023 -3.2722,-11.69349 24.2976,-22.1979 27.5698,-10.50441 113.5376,9.7706 144.2864,2.0998 30.7486,-7.67077 27.857,-6.72294 40.1963,-22.1979 3.9412,-4.94311 7.3024,-13.81098 10.1988,-23.69776 -5.2323,-1.86965 -11.967,-2.36532 -14.3984,-6.29941 -3.2243,-5.21748 -2.011,-1.28529 -0.2997,-14.39862 -7.9733,-1.41514 -16.235,-1.57296 -24.2976,-1.79983 -4.8153,-0.13393 -9.7051,-0.30047 -14.3987,-1.49987 -1.4106,-0.3616 -2.7692,-0.80605 -4.1996,-0.89991 z m -194.0816,7.49928 c -0.9157,0.0375 -1.827,0.0893 -2.6999,0.29999 -2.2886,0.55049 -4.4903,1.71278 -5.9992,3.59963 -2.4166,3.01778 -0.039,4.76365 0,7.79928 0.077,5.43437 11.7389,5.15135 15.2984,4.49958 3.2023,-0.58335 6.8879,-0.98197 9.5991,-2.99971 1.5357,-1.13991 6.5623,-8.72217 7.1992,-3.2997 2.4077,-3.11003 -3.6368,-5.27982 -5.6992,-5.69945 -4.8838,-1.52228 -9.8051,-3.83326 -14.9987,-4.19962 -0.8658,-0.0613 -1.7845,-0.0375 -2.6997,0 z m 109.7896,12.29886 c -0.7497,-0.0354 -1.6363,0.0298 -2.3997,0.29996 1.494,0.075 3.0145,0.0625 4.4996,0.29996 -0.7354,-0.34219 -1.3503,-0.56424 -2.0999,-0.59992 z m 41.9961,2.69974 c -2.9553,0.75293 -6.0379,0.50942 -8.9991,1.19988 1.6993,1.32734 7.4515,-0.009 8.9991,-1.19988 z m -108.5898,7.1993 c -1.6146,0.22499 -3.2877,0.70227 -4.7996,1.49987 2.5922,1.24103 7.1081,-0.66061 9.5991,-1.49987 -1.6725,-0.19791 -3.185,-0.225 -4.7995,0 z"
           id="path6361"
           inkscape:connector-curvature="0" /><path
           style="fill:#290000;fill-opacity:1;stroke:none;stroke-width:0.18883981;stroke-miterlimit:1;stroke-dasharray:none"
           d="m 4203.7595,432.1332 c -0.8113,-0.044 -1.6723,0.0208 -2.4,0.29996 0.7143,0.64284 1.3827,1.16 2.1,1.79984 -1.2503,0.16071 -4.4305,-0.41383 -4.7996,1.49986 -0.2351,1.20533 -3.3811,2.87001 -4.1996,2.39976 -2.735,-1.56543 -6.8248,-1.82834 -9.8991,-2.39976 2.1845,1.55948 3.4106,4.21861 0,5.09951 -3.488,0.9047 -6.801,-0.76055 -9.8991,-2.0998 2.7201,6.13674 -6.5501,6.16126 -10.1991,6.89933 -4.2112,0.85117 -1.2039,2.94189 -3.5996,5.09954 -3.2261,2.90765 -8.9376,3.07402 -12.8988,4.49957 2.3333,0.30651 8.7965,0.83004 4.7996,4.49958 -3.4553,3.24991 -2.919,6.29685 1.1999,8.99916 3.9821,2.61302 8.9614,2.7031 12.8988,5.39949 3.0922,2.11601 8.7301,4.4077 11.0988,7.19929 5.2498,6.19031 -17.1421,11.11687 -10.1988,19.79814 0.7505,0.93899 1.58,1.82459 2.3996,2.69975 12.2276,-4.64484 25.4838,-8.73875 31.797,-7.19932 13.444,3.27827 8.5855,14.02157 15.5984,15.59852 6.4498,1.45032 16.8132,-5.43149 18.5983,-6.59937 -1.1357,0.0786 -2.1952,0.29106 -3.2996,0.29996 1.5297,-0.37561 2.9166,-1.12297 4.4996,-0.89991 0.2678,0.0375 0.6258,-0.11399 0.8993,0 -2.5892,-2.09819 -6.323,-1.40871 -9.2991,-2.39976 5.61,0.58927 -4.379,-3.67171 -6.5992,-3.2997 0.7437,-0.75891 1.4151,-1.28731 2.0996,-2.09979 -3.7707,-2.63386 -8.2218,-2.18244 -12.2987,-3.89962 2.9106,0.45239 5.8688,-1.12795 8.6991,0 2.9999,1.19636 6.7025,1.62486 9.8992,1.49983 -6.4168,0.23809 6.4385,6.62795 8.0991,7.19933 1.9791,0.68153 5.8153,-0.80718 7.1992,0.29996 2.0387,1.63091 4.4071,1.86727 5.9996,-0.59992 -0.7949,3.83918 4.6115,1.62638 6.5995,5.0995 0.2232,0.38686 7.5968,-0.78864 9.2991,0 7.9462,3.68737 15.5326,5.31556 24.2976,5.69945 10.3658,0.45243 19.7712,3.75793 29.9971,4.79957 9.1905,0.93745 17.22,-0.29862 26.0974,-2.39978 8.1159,-1.91959 13.097,-4.94856 19.1983,-10.499 4.0416,-3.68144 8.5748,-11.01788 1.2,-12.89878 -1.5059,-0.38388 -3.3847,-5.10837 -3.8996,-6.5994 -1.2976,-3.75882 -2.6609,-2.97283 -5.6995,-4.49957 -3.366,-1.68448 -6.9677,-1.22708 -9.8992,-3.89963 -2.5981,-2.366 -5.9513,-4.58639 -9.2991,-5.69945 0.6009,0.75891 0.9702,1.59025 1.4999,2.39978 -7.4134,0.89876 -15.6599,-3.40541 -21.8979,-6.89936 0.8006,0.62204 1.6348,1.13318 2.3997,1.79983 -7.9879,-1.4196 -14.2255,-7.29858 -21.8979,-9.59908 -8.9373,-2.6815 -18.0251,-5.26774 -26.6975,-8.69919 -7.7498,-3.06241 -14.5344,-0.8498 -22.1979,-2.09979 -3.2886,-0.53573 -6.5596,-2.01355 -9.8988,-2.09983 -3.0238,-0.0777 -6.3469,1.05355 -9.2992,0 -0.077,1.99215 -0.9824,2.854 -2.0999,3.59967 -1.6131,-0.49407 -4.3237,-1.51648 -0.2994,-2.0998 -3.0297,-0.60415 -2.0625,-0.97184 0,-2.09979 -2.4732,-2.92254 -6.6802,-1.43508 -9.2992,0.29996 0.5414,-0.75593 1.047,-1.28731 1.4997,-2.09979 -2.5145,-0.0595 -5.0019,-0.9767 -7.4992,-1.19988 -1.1131,-0.10119 -1.9904,0.25833 -2.9996,0.59993 0.4232,-0.13036 0.7717,-0.4816 1.1999,-0.59993 -2.7234,-1.42853 -5.5659,-2.15687 -8.3994,-3.2997 0.2857,-0.80057 0.6318,-1.47183 1.1999,-2.09979 2.4553,2.9642 16.0038,6.45098 16.7984,0.59992 -3.7053,-1.58329 -7.6757,-0.79795 -11.3988,-2.69974 -1.8883,-0.96426 -4.4648,-2.26747 -6.8992,-2.39976 z m 24.2975,17.69832 c -1.7327,0.80873 -3.5365,1.89664 -4.4996,3.89962 -1.3193,-2.65171 2.0687,-3.2916 4.4996,-3.89962 z"
           id="path6475"
           inkscape:connector-curvature="0" /><path
           style="fill:#290000;fill-opacity:1;stroke:none;stroke-width:0.18883981;stroke-miterlimit:1;stroke-dasharray:none"
           d="m 4402.9406,868.29198 c 1.8838,0.0298 4.4552,-0.57394 5.9995,-0.29996 5.5668,0.98762 9.553,2.13774 12.8987,4.19958 3.3458,2.06185 6.0847,4.95775 8.3992,9.89907 2.3142,4.94132 3.6788,12.62037 3.2996,20.09811 -0.1309,2.60352 -2.0794,4.411 -2.6996,6.89933 1.4395,0.65659 2.6461,1.89911 4.1996,1.79983 1.8839,-0.11905 2.3237,-1.65046 4.4996,-0.59993 -3.2916,3.14274 4.5713,10.12743 -3,13.19874 -1.9523,0.79463 -3.6266,0.98959 -2.0996,3.59967 1.9583,3.35413 4.9555,-1.25672 5.3996,3.2997 -2.5476,-0.76189 -6.8311,1.58835 -5.3996,4.79954 0.2976,0.66617 2.5014,2.01991 3.8996,3.59966 3.5377,-1.45963 8.3661,-2.35732 10.1991,-4.19962 4.1106,-4.13179 4.9243,-9.17802 5.3993,-14.09865 0.4753,-4.92064 0.5059,-9.77807 2.9999,-12.89878 4.9885,-6.24144 13.0907,-4.28625 17.0983,-9.89907 4.0073,-5.61282 0.7479,-15.62585 4.1996,-21.29798 3.452,-5.67214 12.627,-5.66053 14.3987,-11.09895 1.7714,-5.43845 -5.1573,-9.98249 -4.4996,-15.59852 -9.5036,-1.75763 -14.7838,7.49461 -22.4979,5.69945 -7.7143,-1.79516 -10.7979,-14.88235 -18.5982,-15.59852 -7.8004,-0.71621 -13.2184,9.92201 -19.7983,11.09894 -6.5796,1.1769 -12.5648,-4.57752 -17.0983,-2.69974 -3.4934,1.44698 -3.3348,5.81213 -5.0996,8.09924 0,1.07381 0.6893,1.89881 0.6,2.9997 -0.2232,2.74942 -2.0181,6.09025 -2.6996,8.99916 z"
           id="path6506"
           inkscape:connector-curvature="0" /><path
           style="fill:#290000;fill-opacity:1;stroke:none;stroke-width:0.18883981;stroke-miterlimit:1;stroke-dasharray:none"
           d="m 4402.9406,868.29198 c 0.6815,-2.90891 2.477,-6.24974 2.6996,-8.99916 0.086,-1.10089 -0.6104,-1.92589 -0.6,-2.9997 -0.525,0.68084 -0.6402,1.76819 -1.7997,1.79983 -5.0564,0.13779 -1.466,-8.60863 -11.399,-14.09869 -7.4495,-4.11753 -24.7877,-7.77818 -38.0963,-7.49928 -4.4362,0.0931 -8.409,0.75631 -11.3991,1.79983 -11.9595,4.1742 -10.8857,15.65212 -18.598,18.29827 -2.1538,0.73894 -4.6978,1.13223 -7.4995,0.89991 -1.219,0.24226 -2.346,0.56195 -2.9996,1.79983 -0.5922,1.11902 6.6269,7.6408 3.2996,9.59911 2.8362,0.94042 9.7837,3.20453 12.5988,1.79983 4.4284,-2.21124 6.2906,3.82585 10.4991,3.59964 -1.253,2.3541 2.3681,9.25554 3.2996,11.6989 1.5684,4.11006 4.7055,6.11087 8.6992,3.89962 3.2528,-1.79938 5.2507,0.24374 7.7994,1.79983 0.1786,-1.01089 -0.056,-2.33684 0.2994,-3.29967 1.3238,-3.58139 3.9481,-6.82555 8.0992,-10.49902 4.1511,-3.67347 11.65,-6.58979 19.4983,-8.3992 5.671,-1.30747 10.6911,-1.27547 15.5984,-1.19988 z"
           id="path6490"
           inkscape:connector-curvature="0" /><path
           style="fill:#290000;fill-opacity:1;stroke:none;stroke-width:0.18883981;stroke-miterlimit:1;stroke-dasharray:none"
           d="m 4413.4397,802.89817 c -2.5467,2.0509 -5.6106,2.7004 -7.7995,5.39946 -4.9579,6.11349 -8.9804,13.11836 -11.0988,18.59827 -2.1187,5.4799 -1.6425,10.9813 -0.8994,15.89848 0.2292,1.52258 0.077,2.50324 0.2994,3.89963 5.5835,5.28991 4.9662,11.517 9.2991,11.39894 5.0565,-0.1378 2.3661,-8.0213 6.8993,-9.89907 4.5335,-1.87778 10.5187,3.87664 17.0983,2.69974 4.5398,-0.812 8.6012,-6.01605 13.1987,-8.99915 -3.9359,-6.1895 -8.1521,-12.75429 -7.4992,-19.19819 0.5932,-5.85344 1.8979,-10.12141 5.9996,-14.09865 -8.6745,0.4765 -18.1317,3.7956 -23.0979,0 -1.9249,-1.47127 -1.6511,-3.7693 -2.3996,-5.69946 z"
           id="path6753"
           inkscape:connector-curvature="0" /><path
           style="fill:#290000;fill-opacity:1;stroke:none;stroke-width:0.18883981;stroke-miterlimit:1;stroke-dasharray:none"
           d="m 4383.4423,777.40058 c -4.7246,-0.95406 -8.7099,8.28646 -14.3987,6.89933 -0.2798,-0.0682 -0.3551,-0.48993 -0.5997,-0.59993 -1.3634,0.98453 -2.4746,2.04215 -3.8999,2.99971 -6.9516,4.67103 -14.0722,8.97291 -15.2984,13.19874 -1.2261,4.22584 0.1816,5.80198 1.5,6.89936 0.7113,0.59255 0.5663,1.66371 0.8994,2.39976 2.0817,0.23333 3.5106,-0.0893 5.6992,0.29999 7.4858,1.33086 15.3195,3.42389 21.5982,5.99942 6.0695,2.48978 12.1732,4.87358 17.6983,8.09924 2.2735,-4.87737 4.9362,-10.28862 8.9992,-15.29857 2.1886,-2.69906 5.2528,-3.34856 7.7992,-5.39946 -2.3413,-6.037 -1.9735,-12.87295 -5.9996,-15.59855 -5.3129,-3.59705 -11.2583,1.99625 -15.5983,0 -4.3404,-1.99623 -3.6746,-8.94499 -8.3992,-9.89904 z"
           id="path6747"
           inkscape:connector-curvature="0" /><path
           style="fill:#290000;fill-opacity:1;stroke:none;stroke-width:0.18883981;stroke-miterlimit:1;stroke-dasharray:none"
           d="m 4277.5524,813.69713 c 6.5727,-1.92549 13.7743,-3.55502 17.9983,-6.59937 6.3358,-4.56654 5.4236,-9.74625 11.0988,-14.09866 2.8377,-2.17622 6.9423,-2.9148 11.0991,-3.89965 4.1567,-0.98483 8.4807,-2.19155 11.6988,-5.99942 2.924,-3.45958 5.6575,-8.7141 7.4995,-14.09866 -2.6333,0.12589 -5.6505,0.9192 -7.4995,-0.29999 -6.9493,-4.58243 5.3147,-11.67009 -8.3992,-19.79811 -5.1427,-3.04804 -14.2568,-3.79992 -24.5975,-3.2997 -17.2347,0.83367 -37.9418,5.50149 -49.1954,10.499 -4.5017,1.99902 -8.3691,3.57121 -11.6991,5.09953 1.6363,0.94205 2.9589,1.90837 2.9999,2.39978 0.2768,3.32431 -1.2699,4.86121 0.8994,8.09921 1.0771,1.60415 2.4996,4.83222 0.2994,6.29941 -3.821,2.54755 5.7942,9.10909 7.4995,11.99886 1.7645,2.99102 3.6553,6.24873 6.8992,7.79928 2.3779,1.1339 6.4403,0.68248 7.1992,3.89962 0.4551,1.91959 -2.7862,5.75487 1.8,4.79954 3.2499,-0.67855 4.3085,-0.18868 7.4992,0.59996 5.4817,1.36008 0.6767,1.79548 3.5996,3.89962 0.9818,0.70602 1.996,1.84224 3.2999,2.69975 z"
           id="path6725"
           inkscape:connector-curvature="0" /><g
           id="g3763"
           style="fill:#290000;fill-opacity:1"><path
             style="fill:#290000;fill-opacity:1;stroke:none;stroke-width:0.06666667;stroke-miterlimit:1;stroke-dasharray:none"
             d="m 1648.2402,247.2168 c -0.8597,-0.0326 -1.872,0.31845 -2.6484,0.84765 -0.7764,0.52919 -1.3738,1.51839 -1.377,2.22266 0,0.70427 0.4718,0.68741 0.2832,1.11523 -0.1886,0.42782 -1.3899,0.67826 -1.8359,1.10938 -0.223,0.21556 -0.3173,0.49611 -0.334,0.79297 -0.017,0.29686 0.044,0.6104 0.1328,0.89843 0.077,0.2489 0.1168,0.2716 0.2032,0.45118 0.1852,0.0501 0.4354,-0.002 0.5996,0.082 0.7414,0.37758 1.1791,0.9867 1.5254,1.65039 1.7164,-0.68226 2.5227,-1.91369 3.0649,-2.06619 0.5421,-0.1525 0.6335,0.0936 1.2729,-0.0291 0.6394,-0.12264 1.4239,-0.48981 2.0782,-1.145 0.6542,-0.65517 1.087,-1.57981 1.0586,-2.43554 -0.027,-0.85574 -0.5981,-1.67629 -1.377,-2.33008 -0.7788,-0.6538 -1.7867,-1.13166 -2.6465,-1.16406 z"
             transform="matrix(2.8325971,0,0,2.8325971,-296.75637,47.137748)"
             id="path3731"
             inkscape:connector-curvature="0"
             sodipodi:nodetypes="cczzsscccczzccccc" /><ellipse
             id="xk_-0-9-4"
             cx="4371.2671"
             cy="758.22479"
             style="clip-rule:evenodd;opacity:1;fill:#290000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.88839793;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
             rx="12.593802"
             ry="12.593803" /></g></g><path
         inkscape:connector-curvature="0"
         style="fill:#ee7070;fill-opacity:1;stroke:#000000;stroke-width:0.66666663;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
         d="m 1579.5658,665.46827 c 0.3302,-0.3271 0.3842,-0.96225 0.67,-1.24806 0.4478,-0.44778 1.1147,-0.84793 1.5625,-1.2957 0.6987,-0.69867 0,-2.19444 0.7145,-2.89945 0.505,-0.50494 2.0738,0.24453 2.6772,-0.35568 0.4128,-0.41602 2.82,-1.14962 3.2138,-0.759 0.5272,0.52717 0.4542,2.28653 0.7114,2.54376 0.2255,0.2223 1.0194,0.0794 1.2068,0.26676 0.3429,0.34616 0.3684,1.00353 0.578,1.42908 0.1397,0.27947 0.4763,0.60974 0.6256,0.75583 0.5367,0.5367 0.2445,1.98483 0.7145,2.45484 0.3081,0.31122 1.2957,0.77488 1.6514,0.89238 0.9178,0.30805 4.6112,-0.90826 5.132,-1.4259 0.1143,-0.11433 0.705,0.0667 0.8034,0.0889 1.4641,0.29216 3.668,0.31757 4.7732,0.13338 0.5557,0.78123 0.8606,1.93084 1.429,2.4993 0.6161,0.61609 4.7954,0.235 5.6211,-0.17784 0.2826,-0.13973 0.1302,-0.79711 0.2668,-1.0734 0.3747,-0.7463 1.5211,-1.71807 2.3659,-2.14044 0.9718,-0.48589 3.2424,-0.0762 3.795,-0.62562 0.3779,-0.37792 -0.3621,-2.45167 0.1778,-2.98837 0.7209,-0.72407 2.042,-1.30522 2.7661,-1.7403 2.0579,0.48589 2.928,2.03247 4.1951,3.30276 0.7114,0.70819 1.7181,1.04482 2.3215,1.64821 0.1715,0.17466 0.3938,-0.26041 0.4446,-0.31122 0.1524,-0.15244 1.5593,-0.0445 1.8737,-0.0445 0.3874,0 1.4291,0.0889 1.6958,-0.17784 1.3846,-1.38462 2.4961,-3.47743 3.9729,-4.95415 0.6891,-0.68913 0.7685,-2.37545 1.429,-3.03282 1.2227,-1.22584 2.9979,-2.34687 3.5251,-3.92839 -1.5942,-1.24171 0.4224,-4.84299 -0.6256,-5.89098 -0.1397,-0.13656 -2.2071,-1.94038 -2.1436,-2.00707 0.7018,-0.69866 4.5476,0.41285 5.043,-0.58116 0.3271,-0.64785 -0.082,-1.51165 0,-2.00706 0.4065,-0.21595 4.1952,-0.0349 4.1952,0 0,0.79393 -0.7082,3.60763 -1.1147,4.41745 -0.4065,0.80981 0.867,5.70679 1.1147,6.69444 0.1175,0.47319 -0.3081,2.23254 -0.1334,2.41038 0.3716,0.37156 1.3084,0.5367 1.7848,0.89239 1.8927,1.41955 2.9502,4.15385 4.3285,5.53212 0.4446,0.44461 -0.041,2.91215 -0.8035,2.277 0.1525,4.48414 -0.2699,1.51483 2.4009,2.40721 0.07,-0.67326 0.2096,-1.33698 0.4224,-1.99436 0.4954,-1.52435 1.2258,-2.61998 1.1654,-4.26184 -0.067,-1.8451 -0.2381,-3.09634 0.9559,-4.60798 0.9051,-1.14644 2.4549,-0.18737 2.4231,1.08927 0.6383,-0.70184 0.9369,-1.27029 1.4291,-2.29923 1.2481,-2.59775 -0.5907,-2.55964 0,-3.2583 1.4418,-1.7022 0.3589,-4.6588 1.9277,-5.69092 1.5084,-0.994 2.115,-4.32217 3.0646,-5.83064 0.9717,-1.54341 2.2293,-0.83522 3.7314,-1.04164 1.0004,-0.13974 0.8194,-3.13445 0.8353,-3.83947 0.048,-1.98165 1.2067,-3.43614 1.6069,-5.32253 0.5811,-2.72795 0.1429,-5.7322 0.051,-7.64399 -0.1016,-2.04835 -0.7336,-4.55082 0.01,-5.94179 1.0417,-1.94991 1.3592,-4.59847 2.2453,-7.0025 0.3461,-0.93366 0.832,-1.95943 1.0448,-2.93438 0.2318,-1.06387 -0.3335,-1.89591 -0.1397,-2.94073 0.1968,-1.06704 0.038,-3.2583 1.0194,-3.83628 0.7113,-0.4192 2.6866,0.37474 2.9597,-0.58751 0.5304,-1.87051 0.2573,-2.0674 2.3183,-2.84864 1.1401,-0.4319 3.7315,-1.36239 4.3571,-2.37862 0.4764,-0.7717 1.6832,-2.85498 1.9658,-3.16303 -0.1746,-1.41638 -2.5723,-1.26077 -2.6422,-2.55329 -0.9813,0.88285 -3.7378,-3.71561 -5.2145,-3.96967 -2.5502,-0.4319 -3.3092,-5.37334 -3.4203,-7.51696 -0.1588,-3.0487 -1.0734,-5.79889 -0.6764,-8.79678 0.1746,-1.32746 -0.27,-2.84228 -0.8003,-4.04589 -0.7304,-1.66408 0.7463,-2.41991 1.1115,-0.77488 -0.1016,-2.15949 -2.5787,-3.51871 -3.1726,-5.5226 -0.7209,-2.41991 0.3144,-3.3504 -1.9149,-4.9065 -1.6832,-1.17503 -2.7566,-3.40122 -4.5128,-4.319 -1.9657,-1.02576 -3.5504,-1.82605 -4.0871,-4.15704 -0.7082,0.71454 -2.5787,3.54094 -3.7125,2.94708 -1.483,-0.77488 -1.9562,1.18773 -2.2738,2.08964 -0.6097,1.73712 -1.1306,2.72795 -3.0233,3.05188 -1.8768,0.32074 -2.3627,0.71771 -2.7534,2.60092 -0.851,4.1221 -4.8811,0.97813 -6.8341,-0.0857 -1.6927,-0.92414 -4.6588,-0.21913 -6.5071,-0.14291 -2.4136,0.0985 -4.8621,0.15879 -7.2534,-0.25406 0.7908,-0.72724 0.3779,-3.30276 -0.7876,-1.43226 -1.1528,1.84511 -2.6485,1.50848 -4.5984,1.50848 h -14.9323 c -10.1433,0 -20.4295,-0.0953 -30.5728,-0.0953 0.2032,6.04977 0.4224,12.19481 0.5208,18.24459 h -7.8568 l 0.7559,39.09328 c -1.2989,-0.40332 -2.6518,-0.89874 -3.9507,-0.2223 -1.0702,0.5621 -2.0928,-0.0635 -3.1852,0.47636 -2.5406,1.25759 0.1365,3.16303 -1.4513,5.18915 -1.2767,1.61962 -1.5021,3.38533 -3.3472,4.36345 -1.1624,0.6161 0.025,3.49966 0.7399,4.18244 -2.6454,2.11504 -4.3539,2.83276 -2.458,6.40864 0.7241,1.36238 -0.1779,1.93402 -1.2894,2.71842 -1.1845,0.8384 -1.3941,1.91497 -1.9245,3.19797 1.029,2.77876 2.9821,0.16514 4.7128,1.16867 1.0226,0.59703 -0.5271,1.57834 -0.057,2.3818 0.5748,0.97812 0.8828,2.28335 0.5652,3.40438 0.2732,-0.13655 0.5463,-0.26358 0.8289,-0.37791 0.8225,1.32428 -0.7209,2.7883 -0.048,4.12846 0.6637,1.3338 2.3754,1.51164 2.9566,2.48024 0.8479,1.42591 -0.94,2.73431 -0.3112,4.11893 0.651,1.43226 1.7943,2.51201 2.8867,3.60446 1.9594,1.95625 3.6648,4.85252 3.6807,7.65352 0.019,0.52082 0.1207,1.03211 0.1207,1.51165 0.01,0.0127 4.6842,0 4.6842,0 0.5367,0.20007 0.705,-0.24771 1.1178,-0.63515 0.7273,-0.0635 0.8797,0.94319 1.3053,-0.44143 0.5398,-0.33663 0.8542,-0.40014 1.229,-0.92096 z"
         id="sd"><title
           id="title3767">Sudan</title></path><path
         inkscape:connector-curvature="0"
         style="fill:#ee7070;fill-opacity:1;stroke:#000000;stroke-width:0.66666663;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
         d="m 1575.5326,676.17049 c -0.038,0.46683 -0.1461,0.95272 -0.1461,1.20996 0,1.71489 2.2484,1.57516 3.4107,1.75618 0.7971,0.12385 1.6895,0.30487 2.2866,0.89555 0.6351,0.63197 0.8987,1.25124 1.7434,1.79429 0.8384,0.5367 1.2862,0.95272 1.2862,1.70537 0,0.69231 -1.0575,1.44179 -0.4795,2.08963 1.6418,1.83875 3.7124,2.6835 5.8274,3.90298 1.0925,0.6288 0.7781,1.25124 1.445,2.1595 0.4827,0.66055 1.6831,0.89556 1.9753,1.65456 0.3335,0.85745 -0.8257,1.53388 -0.1937,2.42308 0.3493,0.49859 1.229,0.87968 1.229,1.57199 -0.01,1.62915 1.7181,1.91814 3.0138,2.85499 1.1337,0.81933 2.9248,1.14326 3.0677,2.80417 0.092,1.09245 -0.2286,2.28335 0.5463,3.21702 0.5652,0.67643 0.8511,1.83875 1.591,2.277 1.0321,0.60974 1.4037,1.00988 1.5752,2.23254 0.1842,1.28299 1.8705,1.42908 2.4993,2.24524 0.308,0.40014 1.1496,0.68596 1.5783,0.94955 1.6101,1.01306 1.9626,0.33662 3.4774,-0.63515 2.2929,-1.47354 2.6232,0.10162 4.5985,0.26676 1.9912,0.16514 1.4227,-3.85216 3.8109,-1.79429 0.7812,0.67643 0.9019,1.54658 1.464,2.29606 0.5272,0.69548 0.9495,1.61009 1.5402,2.25477 1.3116,1.43543 5.1098,1.9626 3.9348,4.51907 1.0575,-0.24771 2.2515,-0.20325 2.4135,1.13056 0.4637,-1.14009 1.9245,-2.90262 3.4076,-2.56599 0.9019,0.20324 1.2988,1.38462 2.3341,0.91778 0.5939,-0.26676 1.6355,-1.47989 2.2231,-0.67008 0.7844,1.07975 1.3528,1.58787 2.7597,2.09281 -0.9083,-2.14997 3.7283,-1.85463 5.8147,-2.94708 1.1655,-0.60656 2.4263,0.82252 3.9538,0.84475 0.5653,0.006 2.3913,-1.33699 2.6676,-1.66409 1.499,-1.77523 3.4457,-5.51307 5.7608,-5.8624 3.6108,-0.54305 7.9838,-0.2096 11.6899,-0.40967 -0.6669,-0.84475 -1.3624,-1.46719 -1.3624,-2.62316 0,-0.92096 0.5843,-2.01659 0.2318,-2.9185 -0.3048,-0.79393 -0.025,-0.48589 -0.9273,-1.25759 -0.9305,-0.79711 -1.9562,-0.99083 -2.8454,0.15561 -0.5717,-0.55258 -0.3144,-1.40685 -0.994,-1.79111 -0.578,-0.32393 -0.7781,-1.14644 -1.0671,-1.69902 -0.7749,-1.48307 -0.8257,-3.14715 -1.5815,-4.61752 -0.6352,-1.23218 -0.5685,-3.2456 -1.8229,-4.19514 -1.1496,-0.87015 -1.7244,-1.78159 -2.6327,-2.19761 -0.7431,-0.34298 -1.7307,-2.7089 -2.7279,-3.90933 -0.8924,-1.07339 -1.6196,-1.97213 -3.1218,-2.74701 -1.3528,-0.70183 -2.9058,-0.40649 -4.1951,-1.15596 -1.9721,-1.14327 0.3525,-1.96261 0.5589,-3.15986 0.2541,-1.47989 -0.035,-2.52788 1.7594,-2.6041 1.175,-0.0508 2.5437,0.43825 3.6521,0.32075 3.633,-0.39062 2.1626,-4.66198 1.9785,-7.04695 -0.1144,-1.27665 -0.1525,-2.54059 0,-3.78865 -2.6835,-0.89556 -2.2612,2.07375 -2.4136,-2.41039 0.7622,0.63515 1.2481,-1.83239 0.8035,-2.277 -1.3751,-1.37827 -2.4327,-4.11257 -4.3286,-5.53212 -0.4732,-0.35569 -1.4132,-0.52083 -1.7847,-0.89239 -0.1715,-0.17784 0.254,-1.93719 0.1365,-2.41038 -0.2477,-0.98765 -1.5211,-5.88463 -1.1178,-6.69444 0.4065,-0.80982 1.1178,-3.62352 1.1178,-4.41745 0,-0.0349 -3.7886,-0.21595 -4.1951,0 -0.083,0.49541 0.3239,1.35921 0,2.00706 -0.4986,0.99401 -4.3444,-0.1175 -5.0431,0.58116 -0.067,0.0667 2.0039,1.87051 2.1405,2.00707 1.048,1.04799 -0.9686,4.64927 0.6256,5.89098 -0.5272,1.58152 -2.3024,2.70255 -3.5251,3.92839 -0.6574,0.65737 -0.7399,2.34369 -1.4291,3.03282 -1.4767,1.47672 -2.5882,3.56953 -3.9696,4.95415 -0.27,0.26676 -1.3084,0.17784 -1.6959,0.17784 -0.3144,0 -1.7244,-0.10798 -1.8737,0.0445 -0.054,0.0508 -0.2762,0.48588 -0.4477,0.31122 -0.6034,-0.60339 -1.6101,-0.94002 -2.3215,-1.64821 -1.2671,-1.27029 -2.1373,-2.81687 -4.192,-3.30276 -0.7272,0.43508 -2.0451,1.01623 -2.7692,1.7403 -0.5367,0.5367 0.2001,2.61045 -0.1778,2.98837 -0.5494,0.5494 -2.8201,0.13973 -3.7919,0.62562 -0.8447,0.42237 -1.9943,1.39414 -2.3659,2.14044 -0.1397,0.27629 0.013,0.93367 -0.2668,1.0734 -0.8288,0.41284 -5.0049,0.79393 -5.6242,0.17784 -0.5653,-0.56846 -0.8701,-1.71807 -1.4259,-2.4993 -1.1083,0.18419 -3.3091,0.15878 -4.7763,-0.13338 -0.098,-0.0222 -0.6891,-0.20325 -0.8034,-0.0889 -0.5177,0.51764 -4.2111,1.73395 -5.132,1.4259 -0.3525,-0.1175 -1.3434,-0.58116 -1.6514,-0.89238 -0.47,-0.47001 -0.1779,-1.91814 -0.7146,-2.45484 -0.146,-0.14609 -0.4858,-0.47636 -0.6224,-0.75583 -0.2128,-0.42555 -0.235,-1.08292 -0.5812,-1.42908 -0.1873,-0.18737 -0.9813,-0.0445 -1.2036,-0.26676 -0.2572,-0.25723 -0.1873,-2.01659 -0.7145,-2.54376 -0.3906,-0.39062 -2.801,0.34298 -3.2138,0.759 -0.6003,0.60021 -2.1722,-0.14926 -2.6772,0.35568 -0.7145,0.70501 -0.016,2.20078 -0.7145,2.89945 -0.4446,0.44777 -1.1115,0.84792 -1.5625,1.2957 -0.2858,0.28581 -0.3398,0.92096 -0.6669,1.24806 -0.3049,0.30487 -0.4668,0.52399 -1.2353,0.92414 -0.4828,1.47354 -0.6892,0.0857 -1.3053,0.43825 -0.1588,0.26676 -0.6192,0.63515 -1.1178,0.63515 h -4.6842 c -0.076,1.3084 -0.3811,2.00071 -0.8257,2.32781 -0.6384,0.87332 -1.2926,1.13056 -1.0512,2.3818 0.2795,-0.10163 0.5526,-0.20007 0.832,-0.3017 0.2223,0.84157 -0.2381,1.5974 -0.5271,2.34369 1.3782,0.25089 4.5317,-0.15561 5.5575,0.94955 0.3017,0.13973 0.3874,0.49224 0.3176,1.00353 z"
         id="ss"><title
           id="title3765">South Sudan</title></path><path
         inkscape:connector-curvature="0"
         style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.66666663;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
         d="m 729.39644,794.53009 c 1.04799,-2.16268 1.6228,-3.64257 3.27101,-5.4845 0.73359,-0.82251 1.30205,-1.81016 2.19125,-2.4866 0.6415,-0.48906 2.042,-1.14644 2.09916,-2.0928 1.04482,0.29852 2.1468,4.5667 1.23854,5.10022 -0.66055,0.39062 -1.41638,0.0413 -1.88956,0.71772 -0.54305,0.7717 -0.42237,1.82287 0.65102,1.97531 -0.88603,1.18455 -0.63832,2.68349 0.76218,1.17184 1.22583,-1.32428 1.8451,-0.39696 3.01377,0.59386 1.00036,0.84793 2.14362,-0.43825 2.9312,0.8384 0.80982,1.31158 0.83522,3.48695 2.71208,3.83946 1.58469,0.3017 1.68314,0.21913 2.13727,-1.53388 3.02965,-11.70893 5.50037,-15.8215 2.01659,-3.13445 -0.50494,1.84193 0.54305,-3.33452 1.32428,-5.1034 0.40332,-0.90826 0.72407,-1.41638 0.73677,-2.4612 0.01,-0.66372 1.00671,-2.65173 1.38145,-0.86697 0.25405,-0.40967 0.30169,-0.84157 0.14925,-1.29252 -0.0603,-0.58116 0.78759,-1.20996 1.09563,-1.61963 0.80664,-1.07022 1.81652,-1.86733 3.03283,-2.42308 2.64856,-1.21631 5.75125,-1.66091 8.16799,-3.34088 5.08435,-3.53141 8.60623,-8.81583 9.71139,-14.8402 0.41602,0.43825 0.91779,0.61292 1.51165,0.524 -0.74947,-1.74348 0.0349,-3.28371 -1.00671,-4.77313 -0.40967,-0.58751 -2.44531,-2.3691 -2.31828,-3.09317 0.85744,0.14609 1.8578,0.44143 2.67079,-0.0413 0.80663,-0.47636 0.55257,-0.63197 1.46083,-0.29534 1.56564,0.58116 2.72478,1.20042 3.80771,2.50565 1.40685,1.69584 2.20078,2.32146 2.87404,4.49049 0.28264,0.90508 -0.0699,1.64503 1.1782,1.753 1.20995,0.1048 0.89238,0.58751 1.72759,1.33381 1.6228,1.45131 2.81688,0.67961 3.38216,3.1535 0.43825,1.91815 0.35568,2.37863 2.40086,2.99155 2.20396,0.66055 0.12385,3.22972 1.24806,4.51271 0.60974,0.69231 1.56246,0.93049 2.45167,0.89238 0.55575,-0.073 1.11468,-0.12385 1.67361,-0.14925 0.74629,0.003 1.61327,0.43825 2.27382,0.41602 1.51483,-0.0572 3.30912,-1.14962 3.96649,-2.47072 0.69549,-1.39733 2.61363,1.27346 3.4425,1.33698 1.25124,0.0953 3.2583,-1.86416 4.14751,-1.20996 0.71136,0.52083 1.26394,1.46084 1.94672,1.92768 0.65738,0.45413 2.20396,0.33027 2.61046,0.759 1.65138,1.75618 1.67678,2.38815 0.38426,4.43332 -1.03529,1.63868 -3.04235,4.43968 -3.33135,6.34829 -0.34297,2.28018 2.28336,0.49224 3.27101,1.35604 0.79393,0.69231 1.38144,1.64503 1.97848,2.50883 0.28582,0.41602 0.61292,0.60974 0.47001,0.95272 -0.0953,0.73677 -0.73995,0.98448 -1.18772,0.15879 -0.20325,0.25088 -0.4065,0.50494 -0.60974,0.75582 -1.1782,-1.60057 -3.78865,-2.64221 -5.2749,-0.76535 -1.69584,2.14044 -5.38287,1.57516 -7.81865,2.21984 -1.27347,0.3398 -1.88957,1.753 -3.15351,2.14679 -1.32745,0.41602 -0.89555,0.94955 -1.78158,1.74348 -2.11822,1.91179 -3.58858,1.36239 -3.61717,4.63657 -0.0127,1.13691 0.0572,2.08963 -0.60974,3.07729 -0.63197,0.94001 -1.38779,1.88003 -1.13691,3.08681 0.26359,1.24806 1.34016,3.02648 -0.0572,3.98872 -1.17502,0.80981 -2.28653,1.22584 -3.24878,2.35322 -0.70183,0.82252 -1.07022,1.75936 -0.84474,2.84546 0.12068,0.52399 0.30487,1.02894 0.5494,1.51165 -0.58751,0.25406 -1.19725,0.57481 -1.64186,1.05117 -1.70536,1.83557 3.32817,3.42979 1.26077,4.69373 1.05434,0.68596 1.78476,1.94355 2.00706,3.16621 0.13021,0.71454 0.62245,0.96224 1.14009,1.38144 0.64468,0.52082 0.58434,1.31475 1.01306,1.9626 0.74948,1.13692 2.19761,1.67362 2.72478,2.99155 0.6288,1.56881 -0.57798,2.52788 -1.43861,3.65526 1.86416,0.97813 4.60799,0.0984 6.46262,1.33064 1.20361,0.80028 2.31511,2.87721 1.85463,4.34123 2.50565,0.31439 5.7195,0.85744 7.94886,-0.66691 1.40685,-0.96225 3.24243,-4.44603 5.13834,-4.46826 -0.2223,0.91144 -0.93049,0.9559 -0.37474,1.89909 0.59069,0.99718 -0.39696,1.99436 -0.33345,3.13445 0.16196,2.96614 0.26359,6.00849 0.62244,8.95557 0.97496,-0.85427 1.63233,0.89238 2.64857,0.79393 1.39732,-0.13655 2.37862,-1.23853 3.81723,-1.22583 1.37192,0.01 2.36592,-0.14608 2.76289,1.20996 0.60656,2.06105 2.06105,3.75689 3.10586,5.63692 1.05117,1.89274 2.09916,3.78548 3.18209,5.66234 0.94002,1.62915 1.77206,2.65808 0.23183,3.81088 -1.36239,1.01941 -1.52435,2.85498 -1.02576,4.32217 0.42554,1.26394 0.11115,2.95661 0.18419,5.23996 0.0318,0.9813 1.22901,2.23254 1.27347,3.25513 0,0.0635 -0.8765,2.48342 -0.94637,2.54694 -0.92096,0.83204 -1.46719,2.34051 -1.89591,3.49965 -0.78123,2.12139 1.31157,2.30241 1.31793,3.95062 0.003,1.16867 -0.76853,1.65138 -0.98448,2.78512 -1.22901,-0.8384 -3.9792,-3.70291 -4.50637,-1.57199 -0.36203,1.47036 0.31758,0.9686 0.47319,2.80735 0.0857,0.20959 -1.22584,-1.20996 -0.69866,-0.76536 -0.0127,0.31123 -1.75301,1.86416 1.35286,2.96296 0.10797,-1.47354 1.89909,0.90191 2.7343,0.66373 0.47954,-0.13655 0.22866,0.53353 0.13656,1.65138 0.95272,0.27629 2.65174,0.7463 2.80735,0.14291 0.12703,0.0222 0.88603,0.12068 1.10198,0.28582 -0.61292,3.3758 -0.19054,2.62633 0.26994,3.00424 -0.33981,0.70184 0.14608,0.54305 -0.33663,1.17185 -0.83204,1.07975 -1.58152,2.7216 -2.58187,3.71561 -0.43508,0.4319 -1.03847,0.66372 -1.38462,1.1909 -0.63197,0.96859 0.6796,0.51764 0.84792,1.32745 0.21912,1.04164 0.63515,1.00671 0.26676,1.47037 -6.02119,7.56142 -2.02294,1.03529 -2.27065,1.56246 -0.56528,1.18455 0.90191,2.7089 0.10798,4.06811 -0.68279,1.17185 -2.12775,1.58787 -3.40439,1.58787 -1.43226,0 -2.53424,-1.07022 -3.50601,-1.98483 -1.14644,-1.07975 -2.39768,-1.58469 -3.63939,-2.46437 -2.19761,-1.55611 -2.03247,-4.38887 -4.66833,-5.47179 -3.12175,-1.27982 -5.22408,-4.32853 -8.52685,-5.14151 -1.54658,-0.38109 -3.13444,-1.44814 -4.47778,-2.28336 -1.60692,-1.00035 -3.34722,-1.33698 -4.9859,-2.21984 -1.60375,-0.86697 -2.96296,-2.18808 -4.57306,-3.10586 -1.80699,-1.02894 -3.60763,-2.03882 -5.43368,-3.03918 -1.54341,-0.84475 -2.4739,-2.78194 -3.68703,-4.03318 -1.61009,-1.65456 -3.87757,-2.52471 -5.00178,-4.57941 -0.63514,-1.15914 -1.44178,-2.55011 -2.55646,-3.24878 -0.97178,-0.61291 0.32075,-2.94708 -1.38462,-2.65491 0.019,-0.29217 0.0953,-0.57481 0.22548,-0.83839 0.25405,0.15243 0.50811,0.30487 0.75582,0.46048 0.67326,-3.35675 -0.77805,-5.09705 -2.46119,-7.85041 -1.53071,-2.49931 -2.56917,-5.14152 -4.71279,-7.17399 -0.6415,-0.61291 -1.29888,-0.93366 -1.12421,-1.76888 0.20324,-0.95907 -0.36204,-2.03882 -0.81934,-2.83911 -0.45096,-0.78758 -0.99718,-1.62915 -1.69584,-2.22301 -0.6415,-0.54623 -1.74031,-0.80664 -2.1468,-1.60375 -0.0508,-0.41602 -0.0127,-0.82886 0.11115,-1.23853 -0.12703,-0.90509 -0.70184,-1.94355 -1.11468,-2.74701 -0.79076,-1.53706 -1.87051,-2.89945 -2.74701,-4.38887 -0.82569,-1.40049 -1.28935,-3.07728 -1.87686,-4.58893 -1.36239,-3.52189 -3.56635,-6.23714 -4.554,-9.6447 -1.35286,-4.65245 -5.30348,-7.48203 -7.09459,-12.07732 -2.05152,-5.25584 -6.29113,-9.0032 -11.43582,-11.16905 -0.45095,-0.19055 -2.14679,-0.60022 -2.20396,-1.22584 -0.0794,-0.87332 -0.26358,-2.33099 0.99083,-2.17538 2.23254,0.27629 1.38462,-1.83557 0.66373,-2.93437 -1.02259,-1.54976 -2.03565,-2.19761 -2.08963,-4.12846 0.20642,-0.2477 0.40967,-0.49859 0.60656,-0.75582 -0.0381,-0.29535 -0.93049,-1.10833 -1.13056,-1.33063 -1.04164,-1.1782 -0.40332,-1.87051 -0.84157,-3.20114"
         id="pe"><title
           id="title3797">Peru</title></path><path
         inkscape:connector-curvature="0"
         style="fill:#ffc0c0;fill-opacity:1;stroke:#000000;stroke-width:0.66666663;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
         d="m 1337.6669,658.86909 c 0.5622,-1.45448 1.0671,-3.13445 0.7305,-4.68738 -0.3684,-1.69902 0.6542,-0.68596 1.302,-1.95625 0.4002,-0.79076 1.2862,-3.18526 0.3557,-3.90615 -0.6256,-0.48271 0.6161,-1.57517 -1.2512,-2.07693 0.8733,0.0445 1.4227,-0.6415 2.0864,-1.048 1.0861,-0.66372 2.6391,-0.12067 3.7601,-0.80346 1.3719,-0.83839 3.0265,-4.08717 1.8165,-5.51625 -0.578,-0.6796 0.2636,-1.13691 1.0194,-1.04799 1.1433,0.13338 1.0512,-0.90191 0.8829,-1.80699 -0.1144,-0.59069 -1.2799,-1.46719 -0.2668,-1.8197 0.7812,-0.27311 1.8578,-2.48342 2.3469,-3.15985 -0.063,1.33063 3.0709,2.9185 4.157,3.02647 -0.254,-1.26076 0.5653,-1.09562 1.5879,-1.05752 -0.1398,-1.15279 0.4382,-2.7216 -0.1588,-3.78229 0.8511,0.16196 1.7371,0.2223 2.4993,0.6796 1.1464,-1.72124 1.0067,-5.49719 3.9855,-5.80524 1.4672,-0.14926 3.2869,2.17538 3.5727,-0.42555 0.1557,-1.39414 1.6959,-1.21313 2.6518,-1.70854 1.2353,-0.6415 2.1849,-1.57834 3.4742,-2.19126 1.5466,-0.73677 4.373,-4.54765 6.5357,-2.59775 0.4128,0.36839 1.4164,-0.49224 2.0769,-0.28899 0.9051,0.27311 1.8165,0.58751 2.6708,0.99718 1.3084,0.63197 -1.0988,3.96332 0.9083,5.05577 1.2385,0.67643 0.2667,2.77877 1.194,3.71243 0.5272,0.53035 1.5879,1.62598 1.4132,2.32464 0.9877,0.39061 3.5791,2.13409 5.24,3.42344 -0.7495,0.36521 -1.4227,0.34615 -2.1087,-0.15244 -1.0257,2.61363 2.4168,5.64328 4.4937,6.63094 1.6704,0.79393 2.6073,-1.19408 3.795,-0.84792 0.9781,0.28264 1.1655,1.82922 1.5402,2.61045 -2.6581,0.91461 -0.4382,2.43579 0.5399,4.26183 1.0416,1.94673 -1.4767,4.77313 -3.3822,4.89698 -0.4731,0.0318 -2.3055,0.56211 -2.6485,0.289 -0.94,-0.74948 -1.1496,-0.36839 -1.9309,0.33662 -1.5434,1.3878 -2.4167,3.21067 -4.3952,3.49331 -3.0487,0.43508 -3.5917,-0.53035 -5.3892,-0.8638 -0.8638,-0.16196 -1.6768,-0.44778 -2.5755,-0.46048 -0.7971,-0.01 -2.8582,2.042 -3.4457,1.78476 -1.4227,-0.62244 1.7149,-0.67643 -9.0032,-0.6415 -3.5568,0.01 -5.6655,0.25089 -8.53,-0.0159 0.3493,1.63867 -1.229,2.48659 -0.7813,3.4806 0.6034,1.34969 0.902,2.41991 1.1401,3.83311 0.2065,1.19725 0.3208,2.6962 0.1811,4.04271 -0.1271,1.18455 0.7939,2.60728 -0.016,3.23925 -1.3243,-0.98766 -2.5819,-3.35993 -3.4775,-4.7636 -0.7558,1.12738 -3.8077,-0.2223 -4.989,0.22865 -1.2894,0.48906 -3.9919,0.88603 -4.011,2.7216 -0.8161,-0.13973 -3.6743,-1.33698 -4.1761,-1.95625 -0.4668,-0.58116 -0.959,-0.87333 -1.048,-1.34016 -0.1715,-0.90191 -1.0035,-2.62633 -1.6545,-2.98201 -1.0988,-0.59704 -2.3183,0.27629 -2.7185,-1.35922"
         id="bf"><title
           id="title3707">Burkina Faso</title></path><path
         inkscape:connector-curvature="0"
         style="fill:#510000;fill-opacity:1;stroke:#000000;stroke-width:0.66666663;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
         d="m 1456.9126,480.78983 c -1.0131,-0.87333 1.1528,-1.89592 1.7149,-2.15633 1.6831,-0.78123 2.5914,-1.23218 3.614,-2.88674 0.8193,-1.33063 1.6418,-1.97848 1.3211,-3.69338 -0.2763,-1.47671 -0.975,-2.96613 -0.8257,-4.50954 0.2096,-2.11186 2.7756,-1.57199 3.1852,-3.08681 0.4415,-1.63233 1.7721,-2.47707 3.1377,-3.12492 1.0479,-0.49859 4.446,-1.42591 4.4746,-2.87404 0.013,-0.72407 -0.6955,-1.17185 -0.6193,-1.94355 0.1366,-1.41003 0.1905,-2.82323 0.3303,-4.23325 1.356,0.94319 3.1789,1.42272 4.6365,2.31828 1.5339,0.94319 3.271,1.26394 5.0526,1.06705 1.8007,-0.1969 3.1281,-1.34016 4.9828,-0.67008 1.6513,0.60021 3.398,0.66055 5.0049,1.34651 1.4323,0.60974 2.5851,1.71172 4.03,2.277 1.2608,0.49224 2.9662,-0.0254 4.0904,0.75265 1.3274,0.91779 1.5751,2.49295 1.8292,3.96331 0.3271,1.88639 1.067,3.38534 2.5342,4.65245 2.6518,2.28653 5.9291,1.74983 9.1176,2.32782 3.2043,0.58116 7.7615,2.03564 10.3243,4.11575 2.0515,1.66091 3.9474,4.46508 6.8786,4.20149 3.3885,-0.30487 7.0089,-3.29006 7.7679,-6.69127 0.3493,-1.57199 -0.7114,-2.79147 -1.1941,-4.20784 -0.5304,-1.55929 -0.9178,-3.3504 -0.3843,-4.96685 0.9813,-2.95979 5.8561,-6.63411 8.9492,-6.73891 1.6006,-0.054 2.5343,-1.20995 4.0142,-1.32428 1.5116,-0.1175 3.1217,-0.14291 4.5984,0.21913 1.7244,0.41919 3.2266,1.25441 4.8621,1.89591 1.9403,0.759 1.4259,1.02259 1.5211,2.71843 0.076,1.37509 2.2961,1.66726 3.2869,1.7403 1.9213,0.14291 3.1662,1.01306 4.9415,1.5307 1.7625,0.5113 3.614,-0.0826 5.4019,0.24771 1.0162,0.18419 2.5438,2.20713 2.1849,3.26783 -0.3811,1.12421 -1.7498,1.41003 -1.9404,2.67079 -0.2636,1.74348 0.8511,3.036 1.156,4.6588 0.3461,1.82287 -0.8321,3.43932 -1.4513,5.02719 -0.6574,1.67996 1.067,3.68067 1.3528,5.42098 0.4859,2.96931 1.0163,5.77348 1.2005,8.81583 l 1.8737,79.06307 h -7.8568 c 0.073,1.51165 0.016,3.02965 0.1492,4.53812 l -62.6508,-35.45706 -14.2051,6.80877 c -1.2036,0.3271 -2.6803,-1.6355 -3.3821,-2.33416 -2.9312,-2.92168 -6.1133,-3.52189 -10.0195,-4.40792 -1.3941,-0.31758 -3.2202,-0.47954 -4.4619,-1.25124 -0.9845,-0.60974 -1.4481,-2.33417 -1.8578,-3.33135 -1.1941,-2.9312 -2.6517,-3.72831 -5.5194,-4.80806 -0.9527,-0.35886 -1.8642,-1.16867 -2.909,-1.14009 -1.0194,0.0254 -2.1214,1.15915 -3.0804,0.12386 -0.7781,-0.84157 -2.1214,-3.00107 -2.1405,-4.16339 -0.044,-2.43261 -0.2795,-3.31864 -1.6164,-5.39239 -1.029,-1.59422 -4.4556,-4.43015 -2.9821,-6.55472 1.7022,-2.45167 4.3032,-1.51482 3.1885,-5.5353 -0.5558,-2.01024 -0.9591,-3.55365 -0.27,-5.59565 0.5907,-1.74983 0.9401,-3.19161 0.2954,-4.9986 -0.6796,-1.90227 -0.1524,-3.80453 0.019,-5.73538 0.2001,-2.2897 -0.1429,-4.59846 -0.9019,-6.76113 -0.6542,-1.85463 -1.6037,-3.60128 -2.7533,-5.1955"
         id="ly"><title
           id="title3676">Libya</title></path><g
         id="id"><title
           id="title4065">Indonesia</title><g
           id="g21871"
           style="fill:#ffdfe0;stroke:none;stroke-width:1.88919115;stroke-miterlimit:1;stroke-dasharray:none;fill-opacity:1"
           transform="matrix(0.35300568,0,0,0.3531166,104.77315,-16.958946)"><g
             id="ID-BA"
             class="ID-BA"
             style="fill:#900000;stroke:none;stroke-width:1.88919115;stroke-miterlimit:1;stroke-dasharray:none;fill-opacity:1"><path
               inkscape:connector-curvature="0"
               id="ID-BA-mainland"
               class="ID-BA"
               d="m 6211.8067,2390.9523 c -2.7886,5.2855 4.2707,7.8509 7.8956,9.5741 2.2827,1.0863 4.107,2.1964 5.6516,4.235 2.7916,3.6844 -0.6904,2.7023 -0.875,5.363 -0.119,1.741 6.9106,-6.2171 7.2201,-6.3243 2.9047,-1.0297 10.1991,-3.9136 6.5474,-7.7557 -2.6398,-2.7797 -7.8748,-6.6992 -11.827,-4.5267 -4.5178,2.491 -10.1664,2.5625 -14.6127,-0.5654"
               style="fill:#510000;stroke:none;stroke-width:1.88919115;stroke-miterlimit:1;stroke-dasharray:none;fill-opacity:1" /><path
               inkscape:connector-curvature="0"
               id="ID-BA-nusa-penida"
               class="ID-BA"
               d="m 6235.7941,2409.4041 c 0.6815,-1.1458 0.6815,-2.2945 0,-3.4522 -0.8393,0.5059 -1.5535,1.1517 -2.1428,1.9344 0.7143,0.506 1.4285,1.0119 2.1428,1.5178"
               style="fill:#510000;stroke:none;stroke-width:1.88919115;stroke-miterlimit:1;stroke-dasharray:none;fill-opacity:1" /></g><g
             id="ID-NB"
             class="ID-NB"
             style="fill:#c80200;stroke:none;stroke-width:1.88919115;stroke-miterlimit:1;stroke-dasharray:none;fill-opacity:1"><path
               inkscape:connector-curvature="0"
               id="ID-NB-sangeang"
               class="ID-NB"
               d="m 6316.3871,2392.0237 c -1.5,0.5892 -2.0059,1.6606 -1.5178,3.2142 1.997,-0.1875 2.5088,-1.5744 1.5178,-3.2142"
               style="fill:#c80200;stroke:none;stroke-width:1.88919115;stroke-miterlimit:1;stroke-dasharray:none;fill-opacity:1" /><path
               inkscape:connector-curvature="0"
               id="ID-NB-lombok"
               class="ID-NB"
               d="m 6253.7996,2394.1665 c -3.0892,1.5475 -6.9106,4.4254 -6.5326,8.3628 0.3036,3.1339 -0.7857,8.2022 -4.8034,4.9404 -3.3184,5.1189 13.8984,3.6874 14.5531,4.4939 -1.4196,-3.1339 3.1041,-9.1456 4.6189,-11.6872 2.3244,-3.8987 -4.854,-7.226 -7.836,-6.1099"
               style="fill:#c80200;stroke:none;stroke-width:1.88919115;stroke-miterlimit:1;stroke-dasharray:none;fill-opacity:1" /><path
               inkscape:connector-curvature="0"
               id="ID-NB-sumbawa"
               class="ID-NB"
               d="m 6288.0843,2412.3802 c 4.607,-2.3779 9.1575,-3.1517 11.7854,-8.1218 0.9881,1.6488 -1.2619,5.0654 0.4315,5.9463 1.8184,0.9434 3.0892,0.25 4.7678,-0.4256 2.1219,-0.8571 3.854,0.3929 5.9343,0.6994 -1.0684,-1.4255 -2.488,-2.2172 -4.2588,-2.3809 4.0922,-2.4731 9.967,2.1637 11.1307,-4.4939 -3.7112,4.604 -3.2529,-3.9225 -4.1487,-5.7052 -2.1637,-4.3213 -6.6874,0.1131 -6.5653,3.3541 -0.6369,-3.2261 -3.113,-8.7111 -6.7885,-4.6338 -2.7827,3.0802 -5.1041,-2.9851 -6.5207,-4.5535 -2.0714,-2.2945 -10.6068,-0.5505 -8.1426,3.2886 3.0148,4.6934 6.973,5.8094 11.6009,8.4581 -1.4554,1.9524 -5.3719,3.0089 -7.61,3.5118 -3.8451,0.8601 -4.3004,-2.6874 -5.9165,-5.1189 -3.7707,-5.6605 -15.5769,-3.6517 -19.5054,0.8363 -1.8868,2.1547 0.062,5.5177 -1.6755,7.7141 -2.3273,2.9434 1.8452,5.3064 4.2142,5.9314 1.4672,0.3869 2.7201,0.4583 3.982,-0.5179 2.3362,-1.8065 2.2529,-0.616 5.2796,-0.7351 4.2529,-0.1696 7.726,-4.4433 12.0056,-3.0535"
               style="fill:#c80200;stroke:none;stroke-width:1.88919115;stroke-miterlimit:1;stroke-dasharray:none;fill-opacity:1" /><path
               inkscape:connector-curvature="0"
               id="ID-NB-pulau-mojo"
               class="ID-NB"
               d="m 6280.5845,2398.6901 c 1.5059,-1.8213 2.369,-4.0356 3.6339,-6.0117 -4.4761,-2.0476 -4.0892,3.2291 -3.6339,6.0117"
               style="fill:#c80200;stroke:none;stroke-width:1.88919115;stroke-miterlimit:1;stroke-dasharray:none;fill-opacity:1" /></g><g
             id="g21653"
             style="fill:#c80200;stroke:none;stroke-width:1.88919115;stroke-miterlimit:1;stroke-dasharray:none;fill-opacity:1"><path
               inkscape:connector-curvature="0"
               id="path7172"
               d="m 6414.5094,2440.0283 c 1.1755,0.8779 1.0178,1.7976 2.7975,1.0714 0.5893,3.1755 -5.2736,4.1844 -5.8034,8.3658 2.5624,-0.7916 5.1576,-0.098 7.7498,-0.5922 3.3779,-0.6458 5.8927,-4.2588 9.3212,-4.357 5.5087,-0.1578 7.3926,-1.7351 11.0622,-5.8273 2.366,-2.6398 6.3301,-5.979 7.3242,-9.2914 1.5118,-5.0355 -1.5452,-0.9915 2.8743,-2.4676 0,0 0.7375,0.1238 1.6151,-2.2508 -0.9619,-0.1355 -1.1675,-2.8263 -1.1428,-4.9806 4.8632,-6.4164 -2.1247,-7.5383 -2.0955,-7.8146 -8.8658,3.5832 -1.9565,5.4849 -12.3877,7.5087 -2.5997,0.5037 -0.5813,7.8853 -2.4172,9.0518 -1.836,1.1666 -2.3178,-2.7659 -3.594,-1.0814 -1.2761,1.6845 -5.5787,-4.3136 -6.4986,-2.2561 -0.9199,2.0575 -8.0373,12.6356 -8.8051,14.9213"
               style="fill:#900000;stroke:none;stroke-width:1.88919115;stroke-miterlimit:1;stroke-dasharray:none;fill-opacity:1" /><path
               inkscape:connector-curvature="0"
               id="path7202"
               d="m 6310.3754,2428.2429 c 2.0267,5.3183 6.9789,5.1487 11.7854,5.6844 5.6903,0.6339 10.214,5.9016 13.6335,9.9818 6.4195,7.6546 21.2167,0.7292 13.4847,-7.8271 -2.4136,-2.6666 -4.229,-4.8838 -7.7765,-4.8898 0.1666,0 -5.5772,-6.8718 -6.3034,-7.5236 -0.5357,-0.4821 -10.0563,-0.3303 -10.5116,-0.039 -4.4285,2.8452 -10.586,-1.6725 -14.3121,4.613"
               style="fill:#900000;stroke:none;stroke-width:1.88919115;stroke-miterlimit:1;stroke-dasharray:none;fill-opacity:1" /><path
               inkscape:connector-curvature="0"
               id="path7204"
               d="m 6324.0952,2399.7318 c -1.2053,1.997 -2.6874,4.3302 -0.6547,6.4581 0.071,-2.9582 5.9135,-4.3927 0.6547,-6.4581"
               style="fill:#c80200;stroke:none;stroke-width:1.88919115;stroke-miterlimit:1;stroke-dasharray:none;fill-opacity:1" /><path
               inkscape:connector-curvature="0"
               id="path7206"
               d="m 6327.7291,2404.0174 c 0.6071,1.6845 0.3987,3.2618 -0.625,4.732 2.8689,0.7083 2.3749,-2.5981 2.9761,-4.2856 -0.7857,-0.1488 -1.5684,-0.2976 -2.3511,-0.4464"
               style="fill:#c80200;stroke:none;stroke-width:1.88919115;stroke-miterlimit:1;stroke-dasharray:none;fill-opacity:1" /><path
               inkscape:connector-curvature="0"
               id="path7208"
               d="m 6335.6425,2409.6125 c 2.2916,-1.2262 6.7022,0.1547 9.3718,-0.1459 2.4612,-0.2767 6.1635,0.2619 8.5831,0.756 2.6457,0.5416 4.0505,3.4999 7.0891,2.116 2.0981,-0.9554 7.098,0.8869 6.2647,-3.1755 6.6546,2.7916 9.4997,0.9583 15.9132,-1.3809 4.2856,-1.5625 19.3031,0.5595 17.0918,-8.0534 2.9612,0.5684 2.613,-3.1041 5.357,-3.1814 -1.2172,-3.5416 -4.9999,-8.8242 -6.0117,-1.9345 1.3541,-0.8482 2.7856,-0.994 4.2826,-0.4435 -2.9821,3.4255 -8.3004,3.6577 -10.5533,7.857 -2.7231,5.0832 -7.3034,1.7023 -10.1723,-0.9732 -2.7202,-2.5357 -6.0802,1.6547 -8.9819,0.5 -1.5327,-0.6101 -1.4226,0.6041 -2.3898,1.5148 -1.5149,1.4315 -4.4315,-1.0625 -5.5475,-1.869 -3.7142,-2.6815 -9.586,-4.354 -13.9818,-5.3838 -6.9254,-1.619 -9.1485,1.0119 -14.9013,3.8779 -2.8839,1.4404 -4.7618,1.4017 -5.0892,5.4165 -0.1666,2.0773 0.6369,8.2379 3.6755,4.5029"
               style="fill:#900000;stroke:none;stroke-width:1.88919115;stroke-miterlimit:1;stroke-dasharray:none;fill-opacity:1" /><path
               inkscape:connector-curvature="0"
               id="path7216"
               d="m 6366.7428,2455.6826 c 0.753,0.3155 1.4643,0.1667 2.1428,-0.4464 -0.7172,0.1488 -1.4285,0.2976 -2.1428,0.4464"
               style="fill:#900000;stroke:none;stroke-width:1.88919115;stroke-miterlimit:1;stroke-dasharray:none;fill-opacity:1" /><path
               inkscape:connector-curvature="0"
               id="path7218"
               d="m 6371.2368,2454.1648 c -0.1488,0.3571 -0.2976,0.7143 -0.4435,1.0714 1.7083,0.6518 4.244,0.1667 5.6219,-1.0238 0.6905,-0.5535 0.8571,-1.2321 0.5,-2.0386 -1.4494,-2.7261 -3.9582,1.0833 -5.6784,1.991"
               style="fill:#900000;stroke:none;stroke-width:1.88919115;stroke-miterlimit:1;stroke-dasharray:none;fill-opacity:1" /><path
               inkscape:connector-curvature="0"
               id="path7220"
               d="m 6396.2986,2459.7569 c -0.9167,1.3869 -0.9851,2.8154 -0.2084,4.2856 3.6279,-2.0624 9.1218,-5.6487 13.0652,-6.6665 -0.747,-1.3809 -1.3899,-2.8094 -1.9315,-4.2826 -4.0803,1.869 -6.3778,5.0415 -10.9253,6.6635"
               style="fill:#900000;stroke:none;stroke-width:1.88919115;stroke-miterlimit:1;stroke-dasharray:none;fill-opacity:1" /><path
               inkscape:connector-curvature="0"
               id="path7222"
               d="m 6402.3073,2401.9043 c 0.2084,0.634 0.4167,1.2679 0.625,1.9048 0.9018,-1.5833 2.122,-2.8631 3.6606,-3.8392 -1.744,-0.062 -3.1755,0.5803 -4.2856,1.9344"
               style="fill:#900000;stroke:none;stroke-width:1.88919115;stroke-miterlimit:1;stroke-dasharray:none;fill-opacity:1" /><path
               inkscape:connector-curvature="0"
               id="path7224"
               d="m 6406.8013,2395.8926 c -0.9941,0.8393 -1.4881,1.9107 -1.4881,3.2112 1.8184,-0.2291 5.982,0.5863 6.6367,-1.9315 0.8333,-3.1725 -3.6933,-2.1219 -5.1486,-1.2797"
               style="fill:#900000;stroke:none;stroke-width:1.88919115;stroke-miterlimit:1;stroke-dasharray:none;fill-opacity:1" /><path
               inkscape:connector-curvature="0"
               id="path7226"
               d="m 6410.4351,2444.1056 c -1.5119,0.9761 -2.497,2.6904 -2.5595,4.4939 2.7857,0.372 3.3482,-2.4523 2.5595,-4.4939"
               style="fill:#900000;stroke:none;stroke-width:1.88919115;stroke-miterlimit:1;stroke-dasharray:none;fill-opacity:1" /><path
               inkscape:connector-curvature="0"
               id="path7228"
               d="m 6413.8844,2395.6843 c 0.5833,0.6547 1.0773,1.366 1.488,2.1428 -1.6725,0.6815 -4.3242,1.9136 -4.8927,3.8183 -0.9999,3.369 5.3481,0.8214 6.6189,1.747 -0.4345,-4.0416 5.7558,-7.2944 8.9908,-7.9164 -4.1784,-4.6011 -6.3302,1.36 -9.2289,2.7677 1.4375,-3.0951 -0.753,-2.9046 -2.9761,-2.5594"
               style="fill:#900000;stroke:none;stroke-width:1.88919115;stroke-miterlimit:1;stroke-dasharray:none;fill-opacity:1" /><path
               inkscape:connector-curvature="0"
               id="path7230"
               d="m 6426.9495,2397.3807 c -0.9137,0.8749 -1.3392,1.9463 -1.2827,3.2112 1.8363,-0.4345 3.4642,0.5119 4.2856,2.1458 1.738,-1.8125 5.3153,-6.1844 2.9761,-8.7796 -1.1547,2.3839 -3.7023,2.7678 -5.979,3.4226"
               style="fill:#900000;stroke:none;stroke-width:1.88919115;stroke-miterlimit:1;stroke-dasharray:none;fill-opacity:1" /><path
               inkscape:connector-curvature="0"
               id="path7232"
               d="m 6438.4968,2392.0237 c -1.2559,1.3928 -2.9404,4.9403 1.0684,2.7975 -2.2291,0.9911 -4.1516,3.0208 -4.2826,5.5653 5.2856,-0.5029 11.3628,-0.071 16.3061,-2.2975 3.1219,-1.4047 2.0624,-4.6904 -1.0268,-5.235 -1.8273,-0.3214 -3.4255,0.4464 -5.2498,0.2708 -2.2946,-0.2202 -4.4552,-1.4166 -6.8153,-1.1011"
               style="fill:#900000;stroke:none;stroke-width:1.88919115;stroke-miterlimit:1;stroke-dasharray:none;fill-opacity:1" /></g><g
             id="g21266"
             style="fill:#c80200;stroke:none;stroke-width:1.88919115;stroke-miterlimit:1;stroke-dasharray:none;fill-opacity:1"><path
               inkscape:connector-curvature="0"
               id="path7180"
               d="m 6084.3132,2380.4764 c 0.2202,2.2529 2.9493,2.0386 4.4939,2.1428 -1.372,-0.9881 -2.869,-1.7024 -4.4939,-2.1428"
               style="fill:#900000;stroke:none;stroke-width:1.88919115;stroke-miterlimit:1;stroke-dasharray:none;fill-opacity:1" /><path
               inkscape:connector-curvature="0"
               id="path19748"
               d="m 6147.5757,2354.3515 c -0.5961,-0.2842 -1.1699,-1.0558 -1.7999,-0.2995 -2.0625,2.4732 -6.204,1.8977 -7.7992,-0.8994 -3.7678,-6.6189 -8.0129,-7.329 -11.0991,0.8994 -1.0414,2.7708 -2.9731,9.1892 -7.1992,7.7993 -2.3571,-0.7766 -2.7538,-2.2813 -5.3996,-2.0998 -2.1398,0.1458 -4.4594,0.7766 -6.5992,0.2995 -4.1904,-0.9311 -5.8427,-0.5529 -9.8991,-0.2995 -2.3482,0.1488 -6.307,-2.9367 -8.3992,-1.7998 -3.4963,1.9012 -5.7034,0.5442 -7.4995,-1.4999 -0.6604,1.088 -0.7955,2.1792 -1.4996,3.2997 -2.269,3.6096 -4.2106,7.5098 -4.1996,11.6989 0,3.002 1.0502,6.5134 2.0996,9.8991 0.4964,-0.4944 0.7777,-1.1618 2.1,-1.1999 7.8985,-0.2324 15.7468,1.4563 23.0978,3.8996 1.8086,0.6009 3.6089,1.3895 5.3993,2.0998 1.9023,-3.182 3.6359,-6.0465 5.9995,-6.2994 2.5943,-0.2774 4.1743,0.2592 5.3996,1.4999 1.2249,1.241 2.1032,3.1932 2.9996,4.7995 0.7259,1.3011 0.1399,3.1995 -0.2994,5.0995 2.3975,0.8774 4.7448,2.1044 7.1992,2.6998 0.086,0.018 0.2113,-0.018 0.2997,0 1.8874,-2.4877 3.7079,-5.4922 4.4996,-7.7993 1.583,-4.6141 -3.3782,-10.5182 -1.2,-13.7987 2.1782,-3.2805 4.7246,1.7318 9.2991,-2.9997 2.2872,-2.3657 3.1276,-7.5084 3.8996,-12.8988 0.1042,-0.7247 0.4848,-1.3612 0.6,-2.0998 z"
               style="fill:#900000;stroke:none;stroke-width:1.88919115;stroke-miterlimit:1;stroke-dasharray:none;fill-opacity:1" /></g><g
             id="g20502"
             style="fill:#c80200;stroke:none;stroke-width:1.88919115;stroke-miterlimit:1;stroke-dasharray:none;fill-opacity:1"><path
               inkscape:connector-curvature="0"
               id="path7176"
               d="m 6005.0267,2350.8909 c -0.9107,0.3988 -1.6934,0.9732 -2.3511,1.7261 2.0624,1.1428 2.8451,0.5655 2.3511,-1.7261"
               style="fill:#900000;stroke:none;stroke-width:1.88919115;stroke-miterlimit:1;stroke-dasharray:none;fill-opacity:1" /><path
               inkscape:connector-curvature="0"
               id="path20128"
               d="m 6029.5593,2336.3143 c -1.6381,-0.029 -3.4905,0.3907 -4.0721,0.9389 -0.2409,-6.0653 -5.8375,1.9026 -6.5994,3.8996 -0.7765,2.0208 -0.8313,11.6384 -5.0995,7.7993 -0.7228,3.1992 -2.73,5.6843 -3.8996,8.6991 5.1148,0.3283 10.2978,0.2976 14.6986,2.9998 0.6383,-2.6835 0.4511,-6.4156 2.0998,-8.0993 1.5726,-1.6065 3.5125,-1.5985 5.3995,-1.4998 z"
               style="fill:#900000;fill-opacity:1;stroke:none;stroke-width:1.88919115;stroke-miterlimit:1;stroke-dasharray:none"
               sodipodi:nodetypes="ccccccccc" /></g><path
             inkscape:connector-curvature="0"
             id="path19752"
             d="m 6078.2821,2381.349 c -1.0494,-3.3857 -2.0928,-6.897 -2.0996,-9.8991 0,-4.1891 1.9306,-8.0893 4.1996,-11.6989 0.7044,-1.1205 0.8389,-2.2117 1.4996,-3.2996 -2.5502,-2.9036 -4.1046,-7.8394 -5.9992,-10.4991 -2.9761,-4.1814 -2.4092,-0.2995 -5.0996,-0.2995 -3.1606,0 -5.7254,-4.3365 -8.9991,-2.6997 -3.1071,1.5535 -5.2856,-2.5895 -7.1992,-4.1996 -3.1458,-2.6428 -5.5231,-1.5342 -8.9992,-3.5997 -0.5675,2.6903 -3.0246,5.3939 -5.6995,3.5997 0.03,0.4444 -0.3244,0.7583 -0.2994,1.1999 0.2083,3.8167 0.5871,7.3046 -1.2,9.2991 -3.574,3.9885 -8.2876,-0.1854 -11.6991,3.2997 -1.6482,1.6837 -1.4616,5.4158 -2.0996,8.0992 0.1726,0.1057 0.4309,-0.1169 0.6,0 1.9404,1.3482 4.4713,1.379 6.5992,2.3998 3.3957,1.6249 -1.2967,4.2512 -1.7997,6.5994 -1.3571,6.3391 17.0141,5.0923 20.398,5.6994 6.5117,1.1697 11.8014,5.8238 18.2983,7.4993 2.0505,0.5299 4.8784,1.3386 6.8992,0.2995 1.2366,-0.6364 2.0342,-1.1363 2.6999,-1.7998 z"
             style="fill:#900000;stroke:none;stroke-width:1.88919115;stroke-miterlimit:1;stroke-dasharray:none;fill-opacity:1" /><path
             inkscape:connector-curvature="0"
             id="path19750"
             d="m 6122.9779,2391.2481 c 0.4408,-1.9001 1.0262,-3.7985 0.2997,-5.0996 -0.8967,-1.6063 -1.7747,-3.5584 -2.9999,-4.7995 -1.225,-1.2411 -2.8053,-1.7773 -5.3996,-1.4999 -2.3636,0.2533 -4.0972,3.1174 -5.9992,6.2994 4.6341,1.8385 9.4238,3.3893 14.0987,5.0996 z"
             style="fill:#510000;stroke:none;stroke-width:1.88919115;stroke-miterlimit:1;stroke-dasharray:none;fill-opacity:1" /><g
             id="g19756"
             style="fill:#c80200;stroke:none;stroke-width:1.88919115;stroke-miterlimit:1;stroke-dasharray:none;fill-opacity:1"><path
               inkscape:connector-curvature="0"
               id="path7178"
               d="m 6147.5757,2354.3515 c -0.1152,0.7382 -0.4963,1.3747 -0.6,2.0998 -0.7717,5.3904 -1.6123,10.5331 -3.8996,12.8988 -4.5746,4.7315 -7.1209,-0.2803 -9.2991,2.9997 -2.1783,3.2805 2.783,9.1847 1.1999,13.7987 -0.792,2.3071 -2.6121,5.3116 -4.4996,7.7993 0.1229,0.029 0.1766,0.2717 0.2995,0.2995 3.8748,0.887 9.4286,0.1065 12.8988,1.7998 3.5772,1.744 6.6003,-0.077 10.499,0.2995 7.9759,0.7679 16.9883,5.9087 24.2977,0.8995 5.9641,-4.0922 12.8615,3.3417 17.9983,5.9994 1.735,0.8985 12.219,1.4765 11.9988,2.6997 -0.3993,2.2232 2.9991,3.5777 4.7996,2.6998 1.3303,-0.6518 -2.289,-5.0685 -2.6998,-5.6995 -3.604,-5.5415 0.6672,-11.0962 1.1999,-16.7984 0.3331,-3.5803 -3.1132,-4.287 -5.6994,-5.0995 -4.4285,-1.3928 -5.7593,0.7074 -9.8991,0.2995 -3.9136,-0.3811 -9.212,2.2695 -12.5988,0.5999 -2.1517,-1.0594 -8.3051,-3.0335 -9.2991,-5.3995 -0.8515,-2.0208 2.8554,-11.7016 -2.0998,-7.4993 0.9761,-3.1695 -1.7469,-6.1058 -1.4999,-9.2991 -2.8928,1.4791 -6.798,0.3024 -9.8991,0.6 -1.2172,-0.1306 -2.2199,-0.5443 -2.9997,-1.4999 -2.1398,-1.8542 -4.3167,-0.5769 -6.5994,-1.7998 -0.837,-0.4493 -2.2218,-2.0432 -3.5996,-2.6998 z"
               style="fill:#900000;stroke:none;stroke-width:1.88919115;stroke-miterlimit:1;stroke-dasharray:none;fill-opacity:1" /><path
               inkscape:connector-curvature="0"
               id="path7182"
               d="m 6178.8046,2360.1198 c -2.1755,-0.3482 -7.7498,3.9701 -5.1665,6.1189 2.4315,2.0267 8.2468,3.7796 8.589,0.3095 3.5089,4.1576 8.0117,1.7499 12.1753,0.2559 1.7142,-0.616 3.5832,-1.113 5.4135,-0.7053 -0.375,-2.8839 2.8214,-2.8184 4.7023,-3.4196 -0.7351,-4.2856 -6.4969,-3.2826 -9.5027,-2.8659 -5.36,0.744 -10.9581,-1.122 -16.2109,0.3065"
               style="fill:#900000;stroke:none;stroke-width:1.88919115;stroke-miterlimit:1;stroke-dasharray:none;fill-opacity:1" /><path
               inkscape:connector-curvature="0"
               id="path7184"
               d="m 6174.7244,2330.1206 c -1.7083,0.2649 -2.0565,1.494 -1.4881,2.9761 2.0297,-0.03 2.4851,-1.36 1.4881,-2.9761"
               style="fill:#900000;stroke:none;stroke-width:1.88919115;stroke-miterlimit:1;stroke-dasharray:none;fill-opacity:1" /><path
               inkscape:connector-curvature="0"
               id="path7186"
               d="m 6209.8722,2364.4054 c 0.1964,1.5863 -0.095,2.3094 1.9345,2.3481 -0.5952,-0.8214 -1.2411,-1.6071 -1.9345,-2.3481"
               style="fill:#900000;stroke:none;stroke-width:1.88919115;stroke-miterlimit:1;stroke-dasharray:none;fill-opacity:1" /><path
               inkscape:connector-curvature="0"
               id="path7190"
               d="m 6214.1578,2366.3101 c 0.619,0.5446 1.3303,0.5446 2.1428,0 -0.7143,0 -1.4256,0 -2.1428,0"
               style="fill:#900000;stroke:none;stroke-width:1.88919115;stroke-miterlimit:1;stroke-dasharray:none;fill-opacity:1" /><path
               inkscape:connector-curvature="0"
               id="path7192"
               d="m 6232.1633,2358.602 c -1.8006,0.9642 -2.2113,2.616 -0.6548,4.0772 1.6488,-2.0356 4.3779,-2.3451 6.6635,-1.2827 -0.994,-2.5802 -3.6814,-2.6338 -6.0087,-2.7945"
               style="fill:#900000;stroke:none;stroke-width:1.88919115;stroke-miterlimit:1;stroke-dasharray:none;fill-opacity:1" /></g><g
             id="g19390"
             style="fill:#c80200;stroke:none;stroke-width:1.88919115;stroke-miterlimit:1;stroke-dasharray:none;fill-opacity:1"><path
               inkscape:connector-curvature="0"
               id="path7051"
               d="m 6688.7875,2220.5999 c -0.069,0.4345 -0.1369,0.872 -0.2054,1.3065 1.5327,-0.1042 3.0327,-0.3899 4.4939,-0.8601 -1.4315,-0.131 -2.863,-0.2798 -4.2885,-0.4464"
               style="fill:#900000;stroke:none;stroke-width:1.88919115;stroke-miterlimit:1;stroke-dasharray:none;fill-opacity:1" /><path
               inkscape:connector-curvature="0"
               id="path7053"
               d="m 6694.5909,2199.1719 c 0,3.366 5.6546,7.6188 8.1009,3.8868 1.744,-2.6577 -6.7617,-3.7559 -8.1009,-3.8868"
               style="fill:#900000;stroke:none;stroke-width:1.88919115;stroke-miterlimit:1;stroke-dasharray:none;fill-opacity:1" /><path
               inkscape:connector-curvature="0"
               id="path7055"
               d="m 6697.1503,2223.8141 c -0.1398,0.7142 -0.2797,1.4285 -0.4196,2.1428 5.5266,0.3779 10.2825,3.3957 15.6246,4.5266 2.2648,0.4792 4.6784,1.5059 7.0385,0.878 2.6219,-0.6964 5.5861,-2.2649 8.3777,-1.744 -2.2737,-3.3363 -8.1218,-3.119 -11.6336,-3.5416 -6.3391,-0.7649 -12.6068,-1.6041 -18.9876,-2.2618"
               style="fill:#900000;stroke:none;stroke-width:1.88919115;stroke-miterlimit:1;stroke-dasharray:none;fill-opacity:1" /><path
               inkscape:connector-curvature="0"
               id="path7057"
               d="m 6736.7921,2397.3807 c -0.2173,0.7142 -0.4345,1.4285 -0.6548,2.1428 4.4225,-1.4702 9.2081,-0.8066 13.7765,-0.8304 4.479,-0.021 7.1218,-2.3124 10.5622,-4.9552 1.5118,-1.1607 10.8955,-12.711 9.0086,-15.0502 -5.4522,-6.7498 -9.0086,-7.4521 -17.3626,-3.9671 -8.589,3.5862 -11.9252,14.8775 -15.3299,22.6601"
               style="fill:#900000;stroke:none;stroke-width:1.88919115;stroke-miterlimit:1;stroke-dasharray:none;fill-opacity:1" /><path
               inkscape:connector-curvature="0"
               id="path7059"
               d="m 6763.1306,2399.1068 c 0.7232,-0.2173 1.4464,-0.4345 2.1696,-0.6547 -1.1101,-2.1815 -0.9999,-6.3749 -4.5921,-4.9255 -4.7737,1.9226 -0.9762,5.4701 2.4225,5.5802"
               style="fill:#900000;stroke:none;stroke-width:1.88919115;stroke-miterlimit:1;stroke-dasharray:none;fill-opacity:1" /><path
               inkscape:connector-curvature="0"
               id="path7061"
               d="m 6762.089,2355.8342 c 0.1012,1.6904 1.1726,2.7946 2.7708,3.2142 -0.1518,-1.6309 -1.1518,-2.8571 -2.7708,-3.2142"
               style="fill:#c80200;stroke:none;stroke-width:1.88919115;stroke-miterlimit:1;stroke-dasharray:none;fill-opacity:1" /><path
               inkscape:connector-curvature="0"
               id="path19049"
               d="m 6674.3259,2285.0581 c 0.2899,-0.1536 0.5836,0.3993 0.8994,0 2.0744,-2.622 5.21,-1.3827 7.7993,-0.5999 -2.122,0.3542 -8.3815,-0.2986 -6.8994,3.5996 1.5952,4.1964 6.7194,6.8391 10.499,8.6992 4.2321,2.0863 11.3474,0.5404 16.1985,2.0998 5.0267,1.619 10.2047,4.7731 14.6986,7.4993 2.8631,1.738 12.0077,1.6997 13.4988,4.1996 1.0832,1.8124 5.3958,3.0723 7.1993,3.8996 2.3332,1.0714 2.643,1.9783 5.6994,3.2997 1.7916,0.7737 5.8244,9.3935 7.1994,3.8996 1.0832,2.4999 -1.791,5.5464 -0.2995,7.7993 1.244,1.8839 4.9982,-0.6028 6.5993,-0.5999 -4.2945,0.7592 -3.7725,5.6257 0.8995,3.8996 -4.735,1.7797 -1.6237,8.7007 -0.6,12.2988 0.7948,2.7976 2.8204,5.1399 4.7996,7.1993 1.3928,1.4554 5.1171,2.8587 0.8994,3.5997 3.613,2.1577 6.8468,4.7637 10.799,6.2994 -4.5415,-0.2083 -9.6167,-6.0486 -14.0987,-0.8994 3.3928,2.988 9.8594,10.5297 14.6986,5.6994 -2.7767,4.613 -7.596,-0.621 -11.0989,2.3998 2.0565,2.0416 3.0269,5.4678 5.6994,6.8994 2.9642,1.5892 -1.1557,8.1853 -2.3997,11.0989 -0.3811,0.8927 -4.8724,7.235 -1.1999,7.1993 2.4285,-0.019 6.0737,-3.3525 7.4993,-5.0995 -1.5268,4.6516 3.7393,4.4366 6.5994,3.2997 3.36,-1.3363 8.5924,-0.503 11.3989,-2.6997 -4.3035,4.0535 4.7887,10.0012 7.1993,12.2988 4.8749,4.6486 6.1853,12.0636 12.5988,15.2985 1.4642,-15.6096 2.8253,-31.4591 3.8996,-47.0955 0.2295,-3.3214 0.6,-6.5747 0.6,-9.8991 0,-1.369 -2.9105,-2.618 -2.9997,-4.7995 -0.217,-5.2915 3.6817,-8.8167 4.1996,-13.7987 l 4.7995,-92.3913 c -4.985,0.6758 -7.5692,-4.268 -12.5988,-4.1996 -4.7916,0.067 -6.7205,-3.7396 -11.3989,-2.0998 -3.7082,1.2976 -9.7412,-3.5013 -12.8988,-5.0995 -4.6159,-2.3362 -9.35,-4.0744 -13.4987,-7.1993 -4.9374,-3.7201 -11.5896,-5.557 -17.0984,-8.3992 -4.2202,-2.1756 -8.0109,-0.9225 -11.9989,1.1999 -1.5862,0.8418 -9.3254,4.6189 -8.0992,7.1993 1.5981,3.3511 1.4864,4.4303 -2.0998,6.2994 -5.0058,2.6101 -7.5478,2.367 -12.8988,2.3998 -4.5147,0.029 -3.6577,8.258 -7.1993,10.499 -3.9522,2.4999 -4.5411,6.3855 -7.4993,9.2991 -2.8154,2.7708 -5.6493,5.2481 -8.3992,8.0992 -3.7826,3.9225 -10.5161,1.8846 -13.7987,-1.7998 -1.6934,-1.9048 -0.7919,-4.4334 -2.6998,-6.2994 -0.3542,-0.3465 -0.3407,-0.6268 -0.5999,-0.8994 l -4.4996,26.3975 z"
               style="fill:#900000;stroke:none;stroke-width:1.88919115;stroke-miterlimit:1;stroke-dasharray:none;fill-opacity:1" /></g><g
             id="g19051"
             style="fill:#900000;stroke:none;stroke-width:1.88919115;stroke-miterlimit:1;stroke-dasharray:none;fill-opacity:1"><path
               inkscape:connector-curvature="0"
               id="path7043"
               d="m 6664.1483,2283.6041 c -1.5119,0.9553 -1.0863,1.6696 1.2797,2.1428 -0.4286,-0.7143 -0.8541,-1.4286 -1.2797,-2.1428"
               style="fill:#900000;stroke:none;stroke-width:1.88919115;stroke-miterlimit:1;stroke-dasharray:none;fill-opacity:1" /><path
               inkscape:connector-curvature="0"
               id="path7045"
               d="m 6668.6392,2227.683 c -1.9404,0.6518 -2.1606,2.863 -1.488,4.4939 0.116,-1.6249 0.613,-3.1219 1.488,-4.4939"
               style="fill:#900000;stroke:none;stroke-width:1.88919115;stroke-miterlimit:1;stroke-dasharray:none;fill-opacity:1" /><path
               inkscape:connector-curvature="0"
               id="path7047"
               d="m 6672.0945,2234.528 c -1.5893,-0.3511 -1.7381,0.3631 -0.4464,2.1458 0.1458,-0.7172 0.2976,-1.4315 0.4464,-2.1458"
               style="fill:#900000;stroke:none;stroke-width:1.88919115;stroke-miterlimit:1;stroke-dasharray:none;fill-opacity:1" /><path
               inkscape:connector-curvature="0"
               id="path7049"
               d="m 6683.6388,2206.9098 c -2.7023,0.5773 -2.2678,5.9403 0.6428,5.1189 1.7083,-0.4792 0,-4.366 -0.6428,-5.1189"
               style="fill:#900000;stroke:none;stroke-width:1.88919115;stroke-miterlimit:1;stroke-dasharray:none;fill-opacity:1" /><path
               inkscape:connector-curvature="0"
               id="path7063"
               d="m 6674.3259,2285.0581 4.4996,-26.3975 c -0.7113,-0.7507 -1.1475,-1.2746 -1.1999,-2.6998 -0.029,-0.9701 0.1641,-11.2818 -3.2997,-8.9991 -2.4612,1.619 -0.2995,6.5147 -1.7998,8.6992 -4.3749,-8.4582 -10.1743,-19.9832 -6.2994,-29.6972 1.5148,-3.7916 4.1479,-7.2889 1.7998,-11.3989 -1.738,-3.0416 -5.5653,-6.8813 -1.4999,-9.8991 -5.3183,-4.1487 -11.3783,-1.1355 -17.0984,-3.5997 -5.6516,-2.4374 -8.7332,-7.0802 -15.2985,-8.6991 -6.4939,-1.6012 -11.6682,0.3474 -16.4985,4.7995 -5.2052,4.7946 -10.714,4.9001 -17.3983,6.5994 1.2619,1.3125 1.5844,2.8151 0.8994,4.4996 -0.7977,3.0177 -9.1625,8.6751 -4.7995,11.6988 1.5743,1.0863 7.6589,1.5722 5.0995,-1.7998 2.6875,-0.143 8.6067,7.7847 11.6989,3.2997 -0.1814,2.3898 0.5097,2.2284 2.6997,1.7998 -2.6934,4.5743 1.0832,0.4762 1.4999,2.9998 0.167,0.991 -0.8783,2.1426 -1.1999,2.9997 -0.8629,2.2975 1.1831,5.2222 3.5997,4.7995 -0.5923,0.6998 -1.2403,1.3707 -1.7999,2.0998 2.2619,1.5654 4.7667,4.3871 7.7993,4.1996 0.911,-0.058 3.5532,-1.8403 4.4996,-0.8994 2.738,2.7202 4.3082,0.5174 7.7992,1.7998 2.8363,1.0446 7.2105,-2.0088 10.499,-1.4998 5.2767,0.8188 7.9882,-2.589 12.8988,-2.9998 -0.8447,0.9821 -4.2832,7.0104 0.2995,3.5997 -1.3779,1.366 -1.538,2.7086 -0.2995,4.1996 -1.3958,0.5923 -3.0174,0.9119 -4.4995,0.5999 1.6725,1.5179 1.7659,3.8334 0.8994,5.6995 -0.8985,-1.8213 -2.3569,-3.8683 -2.9997,-0.2995 0.1814,-4.3957 -4.5484,0.8102 -5.3995,-3.2997 -0.3302,1.5535 -0.839,3.0562 -1.4999,4.4996 2.4493,-8.4879 -6.7861,-7.005 -9.899,-1.7998 -4.1547,6.9551 -8.7048,1.1897 -14.6987,1.7998 -5.7647,0.5836 -10.1114,5.9721 -2.0998,6.2994 5.1695,0.2083 9.8114,12.1222 13.4988,9.8991 -0.7737,2.5266 3.9563,6.3766 0.8994,7.7992 -1.1548,0.5357 -3.3651,0.7152 -3.2997,2.3998 0.098,2.4969 1.6455,9.1015 4.4996,9.8991 3.2231,0.8984 9.4544,-2.3579 10.499,-5.3995 0.048,-1.4315 0.1843,-2.7741 0.2995,-4.1996 0.6786,-0.7526 1.3468,-1.4242 2.0998,-2.0998 1.1101,-1.8691 3.9541,-3.5996 0.5999,-5.0995 3.866,0.2409 3.5997,-3.9149 3.5997,-6.5994 0,-3.0059 3.9656,-3.8888 5.0995,-6.2994 -0.1728,4.6427 -4.9014,7.1068 -4.4996,11.6989 0.2199,2.5088 -1.2958,4.1977 0.6,6.5994 1.3422,1.6993 2.4914,0.1545 2.6997,-1.4999 1.1935,5.6933 2.815,5.7441 7.4993,5.6995 -3.226,3.0683 3.8669,6.1925 3.8997,1.7998 1.8427,0.5606 3.2432,3.3794 5.0995,2.3998 z"
               style="fill:#900000;stroke:none;stroke-width:1.88919115;stroke-miterlimit:1;stroke-dasharray:none;fill-opacity:1" /><path
               inkscape:connector-curvature="0"
               id="path7150"
               d="m 6571.7967,2234.528 c 1.4642,0.4941 2.9612,0.8512 4.4939,1.0714 1.6458,-0.039 2.5237,-1.5297 4.2856,-1.2827 -1.7291,-2.3719 1.8809,-3.5266 0.03,-7.1277 -1.994,-3.8601 -10.5414,2.5177 -13.9491,3.0534 0.5298,2.4137 2.6875,4.1964 5.1517,4.2856"
               style="fill:#900000;stroke:none;stroke-width:1.88919115;stroke-miterlimit:1;stroke-dasharray:none;fill-opacity:1" /><path
               inkscape:connector-curvature="0"
               id="path7152"
               d="m 6569.4455,2212.0287 c -0.8898,0.4404 -1.6815,1.0178 -2.3808,1.7261 2.0535,1.1369 2.8481,0.5625 2.3808,-1.7261"
               style="fill:#900000;stroke:none;stroke-width:1.88919115;stroke-miterlimit:1;stroke-dasharray:none;fill-opacity:1" /><path
               inkscape:connector-curvature="0"
               id="path7154"
               d="m 6574.8025,2182.6842 c 0.3572,0.7143 0.7143,1.4286 1.0714,2.1428 0.2857,-1.7916 -0.2648,-1.2291 -1.0714,-2.1428"
               style="fill:#900000;stroke:none;stroke-width:1.88919115;stroke-miterlimit:1;stroke-dasharray:none;fill-opacity:1" /><path
               inkscape:connector-curvature="0"
               id="path7156"
               d="m 6588.7307,2193.8149 c 8.9551,2.5327 0,-6.0802 -1.9315,-8.1248 2.5267,-0.3571 4.2202,2.3541 5.5802,3.982 2.5416,3.0387 3.2232,0.4227 5.6874,1.6548 4.6635,2.3303 5.0832,-4.3392 1.6874,-6.1993 -3.1993,-1.7499 -19.9012,-4.2558 -20.2494,2.0476 4.2648,-2.872 1.9226,1.7678 -0.6547,0.8631 2.0475,2.6249 6.7111,0.8333 5.8004,5.5653 0.25,-1.619 1.4196,-2.8452 3.0088,-3.2142 0.4167,1.125 0.7708,2.2648 1.0714,3.4255"
               style="fill:#900000;stroke:none;stroke-width:1.88919115;stroke-miterlimit:1;stroke-dasharray:none;fill-opacity:1" /><path
               inkscape:connector-curvature="0"
               id="path7158"
               d="m 6582.5107,2203.9039 c -0.7708,4.0356 10.083,2.613 8.9908,-1.5178 -2.2976,2.5654 -6.1367,0.625 -8.9908,1.5178"
               style="fill:#900000;stroke:none;stroke-width:1.88919115;stroke-miterlimit:1;stroke-dasharray:none;fill-opacity:1" /><path
               inkscape:connector-curvature="0"
               id="path7160"
               d="m 6586.7963,2193.3953 c -1.2798,0.5297 -2.2797,1.3809 -3.0059,2.5594 1.863,1.1309 6.0355,-1.3005 3.0059,-2.5594"
               style="fill:#900000;stroke:none;stroke-width:1.88919115;stroke-miterlimit:1;stroke-dasharray:none;fill-opacity:1" /><path
               inkscape:connector-curvature="0"
               id="path7162"
               d="m 6592.808,2205.6003 c -8.1367,1.3571 -4.9344,7.0355 -0.5238,11.3985 2.5624,2.5326 7.6337,-10.0176 0.5238,-11.3985"
               style="fill:#900000;stroke:none;stroke-width:1.88919115;stroke-miterlimit:1;stroke-dasharray:none;fill-opacity:1" /><path
               inkscape:connector-curvature="0"
               id="path7164"
               d="m 6598.165,2208.1895 c -0.6696,0.9523 -1.3422,0.5357 -0.8631,2.1428 0.2857,-0.7143 0.5744,-1.4285 0.8631,-2.1428"
               style="fill:#900000;stroke:none;stroke-width:1.88919115;stroke-miterlimit:1;stroke-dasharray:none;fill-opacity:1" /><path
               inkscape:connector-curvature="0"
               id="path7170"
               d="m 6645.5149,2288.3361 c -0.8631,2.9672 4.9998,3.5981 6.4284,5.1189 -1.6667,-2.3303 -4.7588,-2.7946 -6.4284,-5.1189"
               style="fill:#900000;stroke:none;stroke-width:1.88919115;stroke-miterlimit:1;stroke-dasharray:none;fill-opacity:1" /></g><g
             id="g18260"
             style="fill:#c80200;stroke:none;stroke-width:1.88919115;stroke-miterlimit:1;stroke-dasharray:none;fill-opacity:1"><path
               inkscape:connector-curvature="0"
               id="path18027"
               d="m 6379.7537,2258.0606 c 0.4061,-1.694 1.1338,-3.4191 0.6,-5.3994 -1.7844,-6.6202 -6.3284,-11.3203 -12.2989,-14.6987 -5.9704,-3.3783 -13.3996,-5.4548 -21.298,-6.2994 -1.5514,-0.166 -3.9339,1.1225 -5.6994,1.1999 0.1699,2.6831 0.7017,5.7089 0.5999,8.0993 -0.2486,5.8439 -1.2769,10.5665 -3.2997,12.8987 -4.0455,4.6645 -4.6443,3.5412 -4.7995,1.7999 -0.077,-0.8707 0.01,-1.8867 -0.2995,-2.3998 -0.3072,-0.5126 -1.0619,-0.551 -2.3998,0.5999 -2.6759,2.301 -2.3054,9.6566 -2.0998,17.0984 0.01,0.3734 -0.01,0.5261 0,0.8995 4.6696,0.2659 1.1704,5.4307 2.9997,8.6991 3.1934,5.7142 2.5117,10.5182 1.4999,17.0984 -0.8486,5.3867 -2.3775,13.7782 -5.9994,17.9983 -1,3.6101 1.0999,6.9158 0.5999,10.499 3.3214,-1.5475 4.982,4.8647 8.6992,2.0998 2.5415,-1.8898 2.7138,-2.1778 5.9994,-1.7998 3.0892,0.3571 5.138,-3.2123 8.0993,-0.8994 -0.2823,-5.0237 -4.248,-9.2441 -2.3998,-14.3987 2.2529,-6.3034 3.4765,-10.4908 2.6997,-17.3983 -0.6518,-5.7767 0.6729,-10.2796 1.1999,-15.8985 0.241,-2.5654 0.01,-5.2279 0.2995,-7.7993 0.4675,-4.3094 -1.6343,-4.1446 -2.6997,-7.7992 -2.0714,-7.107 10.2207,-13.0834 15.5985,-11.399 1.439,0.4502 1.6266,2.5513 2.0998,4.1996 2.1932,0.1959 4.8718,1.8649 11.6989,2.9997 0.1257,0.019 0.4684,-0.029 0.5999,0 z"
               style="fill:#900000;stroke:none;stroke-width:1.88919115;stroke-miterlimit:1;stroke-dasharray:none;fill-opacity:1" /><path
               inkscape:connector-curvature="0"
               id="path7210"
               d="m 6351.7433,2331.6087 c -3.6666,1.2261 -1.878,14.8091 -1.0685,17.559 0.7441,-5.8718 2.0506,-11.6187 1.0685,-17.559"
               style="fill:#900000;stroke:none;stroke-width:1.88919115;stroke-miterlimit:1;stroke-dasharray:none;fill-opacity:1" /><path
               inkscape:connector-curvature="0"
               id="path7212"
               d="m 6353.6509,2363.334 c -0.6517,1.0625 -0.6517,2.1339 0,3.2142 0.8244,-0.4345 1.5417,-1.0119 2.1428,-1.7262 -0.7172,-0.494 -1.4285,-0.991 -2.1428,-1.488"
               style="fill:#900000;stroke:none;stroke-width:1.88919115;stroke-miterlimit:1;stroke-dasharray:none;fill-opacity:1" /><path
               inkscape:connector-curvature="0"
               id="path7214"
               d="m 6357.3086,2369.7624 c 0.5893,1.8333 3.2142,0.8869 4.2856,0.4166 -1.4494,0.086 -2.8779,-0.051 -4.2856,-0.4166"
               style="fill:#900000;stroke:none;stroke-width:1.88919115;stroke-miterlimit:1;stroke-dasharray:none;fill-opacity:1" /></g><g
             id="g18029"
             style="fill:#c80200;stroke:none;stroke-width:1.88919115;stroke-miterlimit:1;stroke-dasharray:none;fill-opacity:1"><path
               inkscape:connector-curvature="0"
               id="path17185"
               d="m 6368.9547,2148.571 c -2.7576,-0.528 -5.1241,-0.288 -5.3994,2.3998 -0.7497,7.3242 -7.527,14.2836 -12.8988,6.5993 -0.5117,2.4017 -1.1396,4.3597 -2.9997,5.9995 -2.5148,2.2172 -2.0563,5.5261 -4.4996,7.4993 -4.6635,3.7588 1.477,10.385 -3.2997,13.7987 -0.3955,-1.6845 -1.7843,-2.876 -3.5997,-2.3998 1.1786,4.5475 4.7402,3.4553 3.2997,8.6992 -1.3125,4.7796 3.1719,9.2267 1.7999,14.0986 -0.9911,-1.8153 -1.3957,-3.9501 -2.9998,-5.3995 -0.9661,2.6161 -1.9007,4.8276 -3.2996,6.8994 1.6302,5.3969 4.1604,8.2825 5.0995,14.3986 0.6393,4.1641 0.6537,7.8225 0.8994,11.6989 1.7656,-0.077 4.1481,-1.3657 5.6995,-1.1999 7.8983,0.8448 15.3275,2.9211 21.298,6.2994 5.9704,3.3784 10.5144,8.0785 12.2988,14.6987 0.5337,1.9803 -0.1939,3.7054 -0.6,5.3994 4.3271,0.8016 11.4353,3.5047 17.9983,5.6995 -0.3916,-0.4041 -0.764,-0.8159 -1.1998,-1.1999 -1.7023,-1.869 -0.3514,-3.9608 -1.4999,-5.9994 -0.9613,-1.7083 -3.1312,-1.7194 -4.1996,-3.2997 -1.2143,-1.7975 -1.7028,-4.5964 -2.6997,-6.5994 -1.503,-3.0207 -2.8121,-6.2398 -5.9995,-7.7992 -2.5982,-1.2709 -3.7351,-6.7275 -7.1993,-5.0996 0.1574,-1.8511 0.019,-3.5423 0,-5.3994 3.619,3.0713 6.5295,5.9652 10.199,0.8994 3.1815,-4.3957 6.6021,-4.6875 11.099,-7.1993 6.1724,-3.4464 10.8062,-17.6543 18.8982,-17.3984 2.3094,0.077 2.7269,6.7121 5.3995,3.8996 1.5952,-1.6755 4.6217,-6.0123 2.9997,-8.3992 -2.6964,-3.9641 -13.2753,-2.6696 -16.4984,0 1.7499,0.1843 3.2555,0.8553 4.4995,2.0998 -4.2201,0.1488 -16.5191,-2.7643 -17.9983,2.6998 -0.991,3.6576 -11.7953,3.3012 -11.0989,-1.7998 -3.6695,2.2499 -7.4509,5.9765 -9.2991,9.899 -2.0089,4.2708 -3.1559,6.7768 -8.0993,5.6995 -3.2379,-0.7027 -6.3094,-1.4449 -7.1993,-5.0995 -0.4492,-1.8423 -0.4847,-3.7359 -1.4998,-5.3995 -1.8691,-3.0594 -3.0311,-0.5942 -5.0996,-2.0998 -6.6575,-4.8392 -7.0804,-19.7073 -4.1996,-26.3975 1.6518,-3.8362 4.3077,-8.1664 8.0993,-10.1991 3.1308,-1.6755 10.8309,0.9119 14.0986,2.0998 0.3101,0.1123 0.8246,-0.3215 1.1999,-0.2995 -0.3407,-0.3686 -0.9148,-0.8284 -1.1999,-1.1998 -1.7838,-2.3252 -2.3386,-4.6542 -0.5999,-7.4993 1.7387,-2.8452 5.7433,-1.4893 10.199,0 4.4557,1.4893 9.3848,2.9629 12.8988,0.8994 2.0125,-1.1815 2.3438,-4.171 3.2997,-6.5994 -1.0275,-0.1545 -1.8544,-0.4809 -2.9997,-0.5999 -3.2648,-0.3389 -5.229,-1.551 -8.6992,-1.1999 -3.9582,0.3993 -5.1964,-4.8382 -7.1993,-4.7996 -1.2931,0.019 -4.4417,-1.2719 -7.1993,-1.7998 z"
               style="fill:#900000;stroke:none;stroke-width:1.88919115;stroke-miterlimit:1;stroke-dasharray:none;fill-opacity:1" /><path
               inkscape:connector-curvature="0"
               id="path7071"
               d="m 6388.3792,2194.678 c -1.1578,-2.1518 -4.1964,-2.2381 -4.2856,0.6547 1.5505,0.5863 2.979,0.3661 4.2856,-0.6547"
               style="fill:#900000;stroke:none;stroke-width:1.88919115;stroke-miterlimit:1;stroke-dasharray:none;fill-opacity:1" /><path
               inkscape:connector-curvature="0"
               id="path7073"
               d="m 6391.5963,2192.3268 c -1.369,-1.9493 -3.0654,-1.8928 -4.4969,0 1.3988,0.9881 3.0714,0.9524 4.4969,0"
               style="fill:#900000;stroke:none;stroke-width:1.88919115;stroke-miterlimit:1;stroke-dasharray:none;fill-opacity:1" /><path
               inkscape:connector-curvature="0"
               id="path7081"
               d="m 6418.3813,2224.8855 c -0.098,-1.5208 0.042,-3.0178 0.4166,-4.494 8.1814,4.241 6.1249,-11.9193 -0.4166,-1.9344 -2.1339,-3.1636 2.1458,-4.0535 -2.1845,-5.3868 -1.4821,-0.4553 -3.229,-0.6428 -4.604,0.25 -3.1428,2.0386 -2.4017,7.2855 -1.5744,10.2854 2.4047,-1.2321 3.7708,-3.6546 4.9106,-5.9819 2.3511,1.6904 0.1042,7.0146 3.4523,7.2617"
               style="fill:#900000;stroke:none;stroke-width:1.88919115;stroke-miterlimit:1;stroke-dasharray:none;fill-opacity:1" /><path
               inkscape:connector-curvature="0"
               id="path7085"
               d="m 6420.3128,2213.5465 c -0.7113,0.9077 -1.1696,0.6904 -0.4435,2.1428 0.1459,-0.7143 0.2947,-1.4286 0.4435,-2.1428"
               style="fill:#900000;stroke:none;stroke-width:1.88919115;stroke-miterlimit:1;stroke-dasharray:none;fill-opacity:1" /><path
               inkscape:connector-curvature="0"
               id="path7087"
               d="m 6421.3574,2226.1949 c -0.9434,0.3691 -1.4404,1.0833 -1.4881,2.1428 0.4971,-0.7142 0.9911,-1.4285 1.4881,-2.1428"
               style="fill:#900000;stroke:none;stroke-width:1.88919115;stroke-miterlimit:1;stroke-dasharray:none;fill-opacity:1" /></g><path
             inkscape:connector-curvature="0"
             id="path17807"
             d="m 6328.7585,2271.8593 c 0,-0.3734 0,-0.526 0,-0.8994 -0.2054,-7.4418 -0.5759,-14.7974 2.0999,-17.0984 1.3378,-1.1505 2.0925,-1.113 2.3997,-0.5999 0.3071,0.5126 0.2232,1.529 0.2994,2.3998 0.1547,1.7413 0.7535,2.8646 4.7995,-1.7999 2.0229,-2.3323 3.0508,-7.0548 3.2999,-12.8988 0.25,-5.8439 -0.4175,-12.7518 -1.4999,-19.7981 -0.9387,-6.1162 -3.4693,-9.0017 -5.0996,-14.3986 -2.4797,3.6721 -5.4463,7.0284 -5.6995,12.2988 -0.1786,3.6815 0.2648,7.5127 0,11.099 -0.3089,4.2023 -4.2139,7.202 -4.4996,11.6989 -0.3753,5.9551 -10.217,8.5256 -8.6992,13.4987 0.8545,2.8005 3.3166,1.1324 0.8997,5.0995 -2.0895,3.4345 0.4098,10.863 1.7997,14.3986 1.9315,-2.1725 6.8938,-3.1539 9.5991,-3.2997 0.2946,-0.018 0.057,0.286 0.2994,0.2995 z"
             style="fill:#900000;stroke:none;stroke-width:1.88919115;stroke-miterlimit:1;stroke-dasharray:none;fill-opacity:1" /><g
             id="g17589"
             style="fill:#c80200;stroke:none;stroke-width:1.88919115;stroke-miterlimit:1;stroke-dasharray:none;fill-opacity:1"><path
               inkscape:connector-curvature="0"
               id="path17587"
               d="m 6397.752,2263.7601 c -6.7624,-2.2615 -14.3307,-4.9901 -18.5982,-5.6995 -6.8271,-1.1348 -9.5057,-2.8036 -11.6989,-2.9997 1.1238,3.9153 0.599,9.1009 -1.1999,11.099 -7.1873,7.9789 4.8301,17.0077 11.6989,20.698 2.9136,1.5654 -4.1671,12.6491 -1.1999,17.0984 1.6011,2.3987 6.8968,3.5038 9.5991,3.8996 3.3244,0.4848 2.3337,-4.9975 2.6997,-6.8993 0.8275,-4.2797 6.8903,-3.2764 9.8991,-4.4996 1.7886,-0.7295 8.9691,2.8084 4.7996,-2.3998 3.2528,5.5089 7.802,-5.5654 2.0998,-7.1993 -1.0238,5.2409 -2.6734,-2.1444 -5.3995,-2.0998 0.574,-0.7861 1.2254,-1.3171 1.7998,-2.0998 -2.36,-0.1008 -5.2512,-3.3764 -6.5994,-5.0995 -2.1963,-2.8124 0.791,-4.9779 -1.1999,-7.7993 1.0625,0.2621 1.9195,0.4243 2.9998,0.6 -2.4583,-1.494 -1.6072,-5.2721 1.4998,-5.0995 -0.3033,-0.5837 -0.7564,-1.0419 -1.1999,-1.4999 z"
               style="fill:#c80200;stroke:none;stroke-width:1.88919115;stroke-miterlimit:1;stroke-dasharray:none;fill-opacity:1" /><path
               inkscape:connector-curvature="0"
               id="path7069"
               d="m 6386.4447,2313.3949 c -6.9224,2.3987 -0.7143,10.1396 -0.3482,9.8063 1.8541,-1.6964 1.6755,-7.8837 0.3482,-9.8063"
               style="fill:#c80200;stroke:none;stroke-width:1.88919115;stroke-miterlimit:1;stroke-dasharray:none;fill-opacity:1" /><path
               inkscape:connector-curvature="0"
               id="path7075"
               d="m 6398.8848,2322.6179 c 0.8869,-1.1012 3.0922,-3.4642 2.2827,-5.0773 -1.4762,-2.9523 1.4851,-4.2796 2.2827,-6.8242 0.4345,-1.3898 2.238,-10.8747 -1.5833,-8.8212 -1.8899,1.0149 -4.3868,2.3511 -6.0237,3.7112 -3.0802,2.5535 1.5774,5.8243 -0.616,8.5534 -0.8452,1.0535 -3.0565,4.6903 -2.3482,6.0801 1.1518,2.247 4.9285,1.5804 4.9106,-1.0684 0.3304,1.1577 0.6964,2.3095 1.0952,3.4464"
               style="fill:#c80200;stroke:none;stroke-width:1.88919115;stroke-miterlimit:1;stroke-dasharray:none;fill-opacity:1" /><path
               inkscape:connector-curvature="0"
               id="path7079"
               d="m 6412.1583,2296.0442 c -5.5058,0.1012 -7.5207,11.9639 -7.7677,16.1662 -0.2559,4.3838 -1.9731,6.2736 -3.5832,10.2735 -1.997,4.9553 1.0833,3.6339 3.854,6.5653 1.3333,-1.8243 1.4762,-4.2647 2.8809,-6.0087 1.4166,-1.7559 4.0267,-0.8006 5.3719,-2.4791 1.9285,-2.3988 -2.0506,-6.6219 -4.4106,-4.1636 0.6458,-2.6071 0.5149,-5.3391 1.2381,-7.9373 0.4761,-1.7112 3.6487,-7.3867 4.357,-2.36 2.3898,-3.9731 -2.1845,-6.2767 -1.9404,-10.0563"
               style="fill:#c80200;stroke:none;stroke-width:1.88919115;stroke-miterlimit:1;stroke-dasharray:none;fill-opacity:1" /><path
               inkscape:connector-curvature="0"
               id="path7083"
               d="m 6411.9499,2285.0921 c -2.4434,1.0238 -2.1547,5.5028 0.247,6.4403 3.5833,1.3988 5.6546,-5.6695 -0.247,-6.4403"
               style="fill:#c80200;stroke:none;stroke-width:1.88919115;stroke-miterlimit:1;stroke-dasharray:none;fill-opacity:1" /><path
               inkscape:connector-curvature="0"
               id="path7089"
               d="m 6421.5955,2317.8888 c 0.2202,1.5238 0,2.1309 1.9315,2.1458 -0.6458,-0.7172 -1.2887,-1.4315 -1.9315,-2.1458"
               style="fill:#c80200;stroke:none;stroke-width:1.88919115;stroke-miterlimit:1;stroke-dasharray:none;fill-opacity:1" /><path
               inkscape:connector-curvature="0"
               id="path7091"
               d="m 6425.2234,2323.4541 c 0.1666,1.2113 0.8779,1.8571 2.1428,1.9345 -0.7143,-0.6458 -1.4256,-1.2916 -2.1428,-1.9345"
               style="fill:#c80200;stroke:none;stroke-width:1.88919115;stroke-miterlimit:1;stroke-dasharray:none;fill-opacity:1" /><path
               inkscape:connector-curvature="0"
               id="path7093"
               d="m 6431.2351,2334.4062 c -1.5386,1.5416 -1.0416,2.2559 1.4881,2.1428 -0.4971,-0.7142 -0.9911,-1.4285 -1.4881,-2.1428"
               style="fill:#c80200;stroke:none;stroke-width:1.88919115;stroke-miterlimit:1;stroke-dasharray:none;fill-opacity:1" /></g><path
             inkscape:connector-curvature="0"
             id="path7067"
             d="m 6395.0522,2156.9702 c -0.9559,2.4284 -1.2872,5.4179 -3.2996,6.5994 -3.5139,2.063 -8.4432,0.5894 -12.8988,-0.8995 -4.4558,-1.4893 -8.4605,-2.8451 -10.1991,0 -1.7386,2.8452 -1.1839,5.1741 0.6,7.4993 0.2857,0.3715 0.8592,0.8313 1.1999,1.1999 2.4303,0.1411 5.9999,-0.9698 7.7992,-1.7998 4.2856,-1.9851 5.4475,1.1689 9.5992,1.7998 4.6189,0.6998 10.658,-1.9218 15.5984,-1.7998 5.9135,0.1488 9.6666,0.4828 14.3987,3.8996 1.9419,1.4026 6.1864,1.1901 9.8991,1.1999 -1.5271,-2.2883 -3.2615,-4.5573 -4.4996,-5.6995 -1.5654,-1.4442 -2.5234,-0.7871 -3.5996,-0.2994 -1.0764,0.4876 -2.1279,0.8024 -3.5996,-1.7999 -0.8976,-1.5868 0.9943,-5.111 2.3996,-8.0992 -1.2032,-0.086 -2.4627,-0.3571 -3.5996,-0.2995 -2.2975,0.1161 -4.4097,2.5617 -6.2995,1.7998 -4.8543,-1.9564 -8.8286,-2.5974 -13.4987,-3.2997 z"
             style="fill:#900000;stroke:none;stroke-width:1.88919115;stroke-miterlimit:1;stroke-dasharray:none;fill-opacity:1" /><g
             id="g17189"
             style="fill:#c80200;stroke:none;stroke-width:1.88919115;stroke-miterlimit:1;stroke-dasharray:none;fill-opacity:1"><path
               inkscape:connector-curvature="0"
               id="path17187"
               d="m 6427.7492,2174.6685 c 7.5363,0.019 15.988,-1.6451 19.1982,-5.3995 3.2915,-3.848 4.438,-8.1394 8.3992,-11.6989 4.2648,-3.8332 4.0981,-10.3701 8.6992,-13.7987 -1.619,-1.0237 -2.707,-2.5948 -2.0998,-4.4995 -1.6845,0.4348 -3.9799,-0.9052 -5.3995,0.2995 -2.1339,1.8064 -1.877,5.4036 -4.7996,6.2994 -4.4612,1.366 -1.7925,2.6079 -3.8996,5.3995 -1.2143,1.61 -4.2484,1.0944 -5.0995,3.2996 -2.1339,5.5237 -10.3023,6.4144 -14.9986,5.3995 -2.8728,-0.621 -6.1744,-0.9634 -9.2991,-1.1998 -1.4053,2.9881 -3.2973,6.5124 -2.3998,8.0992 1.4719,2.6024 2.5234,2.2871 3.5997,1.7998 1.0762,-0.4876 2.0342,-1.1443 3.5996,0.2995 1.238,1.1422 2.9726,3.4111 4.4996,5.6995 z"
               style="fill:#900000;stroke:none;stroke-width:1.88919115;stroke-miterlimit:1;stroke-dasharray:none;fill-opacity:1" /><path
               inkscape:connector-curvature="0"
               id="path7097"
               d="m 6467.6627,2111.7547 c -2.2053,-0.5149 -2.4256,0.1994 -0.6548,2.1428 0.2203,-0.7143 0.4375,-1.4286 0.6548,-2.1428"
               style="fill:#c80200;stroke:none;stroke-width:1.88919115;stroke-miterlimit:1;stroke-dasharray:none;fill-opacity:1" /><path
               inkscape:connector-curvature="0"
               id="path7099"
               d="m 6472.1566,2096.3265 c 1.2857,-2.6844 -2.491,-11.2407 -5.8034,-7.5027 3.5088,0.9642 2.3243,6.0444 5.8034,7.5027"
               style="fill:#c80200;stroke:none;stroke-width:1.88919115;stroke-miterlimit:1;stroke-dasharray:none;fill-opacity:1" /><path
               inkscape:connector-curvature="0"
               id="path7107"
               d="m 6495.2809,2084.9697 c 0.5863,-1.7172 -0.062,-3.4374 -1.488,-4.4999 0.4256,1.5238 0.9196,3.0237 1.488,4.4999"
               style="fill:#c80200;stroke:none;stroke-width:1.88919115;stroke-miterlimit:1;stroke-dasharray:none;fill-opacity:1" /><path
               inkscape:connector-curvature="0"
               id="path7109"
               d="m 6496.144,2080.0413 c 2.3392,-2.4196 2.9077,-6.2022 2.4642,-9.4135 -0.2262,-1.6517 -1.6696,-6.5444 -3.1933,-2.6249 -1.0595,2.7291 2.1041,4.8927 1.0684,6.9611 -0.9464,1.9018 -2.8571,3.3124 -0.3393,5.0773"
               style="fill:#c80200;stroke:none;stroke-width:1.88919115;stroke-miterlimit:1;stroke-dasharray:none;fill-opacity:1" /></g><g
             id="g16999"
             style="fill:#c80200;stroke:none;stroke-width:1.88919115;stroke-miterlimit:1;stroke-dasharray:none;fill-opacity:1"><path
               inkscape:connector-curvature="0"
               id="path7095"
               d="m 6445.1663,2225.3319 c -3.7499,5.4641 -0.7649,10.2259 5.7706,8.1247 1.0357,-0.6398 2.1041,-1.2112 3.2142,-1.7112 1.244,0.25 2.5,0.372 3.7708,0.3631 2.3689,-1.1875 6.5057,-0.2441 7.6009,-3.3511 -1.7142,0.2083 -2.854,-0.6905 -3.2142,-2.3512 -2.7677,3.9047 -13.0055,-2.5416 -17.1423,-1.0743"
               style="fill:#900000;stroke:none;stroke-width:1.88919115;stroke-miterlimit:1;stroke-dasharray:none;fill-opacity:1" /><path
               inkscape:connector-curvature="0"
               id="path7101"
               d="m 6467.6627,2228.5461 c -3.0803,3.229 4.8153,3.3957 6.351,3.4195 4.1755,0.068 10.3568,0.7143 13.5621,-2.5565 -6.5653,-0.9672 -13.5234,1.4643 -19.9131,-0.863"
               style="fill:#900000;stroke:none;stroke-width:1.88919115;stroke-miterlimit:1;stroke-dasharray:none;fill-opacity:1" /><path
               inkscape:connector-curvature="0"
               id="path7103"
               d="m 6479.8647,2233.4566 c -4.5921,0.9941 -0.4137,11.461 1.9345,13.0919 0.9494,-1.6606 -0.8512,-11.4104 -1.9345,-13.0919"
               style="fill:#900000;stroke:none;stroke-width:1.88919115;stroke-miterlimit:1;stroke-dasharray:none;fill-opacity:1" /><path
               inkscape:connector-curvature="0"
               id="path7111"
               d="m 6509.6555,2189.5293 c -2.6844,-1.1518 -4.8153,4.8838 -3.0088,6.4284 3.1279,2.6725 3.4315,-4.8035 3.0088,-6.4284"
               style="fill:#900000;stroke:none;stroke-width:1.88919115;stroke-miterlimit:1;stroke-dasharray:none;fill-opacity:1" /><path
               inkscape:connector-curvature="0"
               id="path7113"
               d="m 6509.6555,2198.3386 c -2.5802,1.3422 -1.2708,5.3808 1.7262,4.4939 -0.3244,-1.5952 -0.8988,-3.0952 -1.7262,-4.4939"
               style="fill:#900000;stroke:none;stroke-width:1.88919115;stroke-miterlimit:1;stroke-dasharray:none;fill-opacity:1" /><path
               inkscape:connector-curvature="0"
               id="path7115"
               d="m 6511.7983,2160.6015 c -0.6488,1.0208 -0.2678,1.4167 0.6548,2.3512 -0.2173,-0.7828 -0.4375,-1.5685 -0.6548,-2.3512"
               style="fill:#c80200;stroke:none;stroke-width:1.88919115;stroke-miterlimit:1;stroke-dasharray:none;fill-opacity:1" /><path
               inkscape:connector-curvature="0"
               id="path7117"
               d="m 6516.2923,2190.6007 c -0.7054,0.9375 -1.4226,1.869 -2.1428,2.7946 -0.7262,-0.6994 -1.4405,-1.4167 -2.1428,-2.1428 -1.9702,5.9462 0.9315,3.7766 2.7945,7.9164 0.4167,0.9166 -2.3362,4.8511 0.5953,4.1457 1.5892,-0.3809 3.3034,-1.2916 3.8838,0.8006 0.6666,2.4136 9.217,-1.6339 2.0743,-3.6011 -2.9166,-0.8035 -3.604,-2.485 -2.0297,-5.0118 0.9881,-1.5713 -2.1547,-4.0266 -3.0326,-4.9016"
               style="fill:#900000;stroke:none;stroke-width:1.88919115;stroke-miterlimit:1;stroke-dasharray:none;fill-opacity:1" /><path
               inkscape:connector-curvature="0"
               id="path7119"
               d="m 6513.2864,2173.0417 c -0.5446,1.0118 -0.9821,0.747 0,2.1457 0,-0.7172 0,-1.4315 0,-2.1457"
               style="fill:#c80200;stroke:none;stroke-width:1.88919115;stroke-miterlimit:1;stroke-dasharray:none;fill-opacity:1" /><path
               inkscape:connector-curvature="0"
               id="path7121"
               d="m 6514.3608,2219.5285 c -3.3124,2.5743 -1.5863,7.2081 2.3511,7.7408 1.6636,0.2232 3.1338,-1.0714 4.7796,-1.0714 1.7887,0 3.5714,0.5685 5.363,0.6696 6.1069,0.3423 0.1131,-5.5177 -1.7143,-6.4492 -4.0028,-2.0446 -6.8331,-3.982 -10.7794,-0.8898"
               style="fill:#900000;stroke:none;stroke-width:1.88919115;stroke-miterlimit:1;stroke-dasharray:none;fill-opacity:1" /><path
               inkscape:connector-curvature="0"
               id="path7123"
               d="m 6514.1495,2163.6074 c -0.497,-0.068 -0.9911,-0.1399 -1.4881,-0.2083 0.3869,0.8541 0.8839,1.6398 1.4881,2.3541 0,-0.7173 0,-1.4315 0,-2.1458"
               style="fill:#c80200;stroke:none;stroke-width:1.88919115;stroke-miterlimit:1;stroke-dasharray:none;fill-opacity:1" /><path
               inkscape:connector-curvature="0"
               id="path7125"
               d="m 6519.7148,2182.4759 c 0.1815,2.6607 -0.8601,5.4403 1.0148,7.7468 1.8125,2.2291 3.741,3.3035 4.7975,6.1457 1.1577,3.1041 6.9076,9.7973 9.6307,8.1605 -7.7498,-7.9403 -8.6545,-17.5204 -10.1872,-27.7344 -0.6667,-4.4254 -0.4881,-8.0652 5.0237,-5.2558 4.6873,2.3898 11.4877,3.8392 16.7078,4.3005 -3.2796,-1.6041 -3.3392,-5.604 -5.9998,-7.7051 -2.6666,-2.1131 -10.208,-1.7679 -6.9433,-7.226 2.1786,-3.6428 7.9343,-3.7589 9.0236,-8.2944 0.7381,-3.0595 -1.4256,-8.1933 -0.128,-10.4343 -5.4909,-1.3958 -11.4967,4.0326 -13.7198,8.5742 5.1278,0.247 0.122,2.9076 -1.3036,3.4701 -3.1011,1.2232 -1.7469,4.5594 -3.2112,6.8361 -1.5208,2.3601 -4.7379,-0.062 -5.6933,-1.6338 -1.7053,-2.7946 1.8363,-4.6041 3.735,-5.854 3.9166,-2.5774 6.476,-10.5176 4.3303,-15.0353 -0.9196,-1.9345 -4.1725,-2.6369 -3.3839,-5.2291 0.756,-2.485 4.1398,-4.0207 3.1726,-6.9819 -5.238,0.039 -7.6189,6.6516 -8.8688,10.7348 -1.3274,4.3273 -4.7648,11.9788 -3.985,16.2615 0.3809,2.1041 1.2886,4.3004 2.4701,6.0772 0.4732,0.8452 1.1488,1.4642 2.0238,1.8541 -1.4256,1.7857 -1.9345,3.9731 -1.7113,6.2171 0.2887,2.9344 1.3036,4.6129 3.0505,6.7974 1.7589,2.1934 0.5447,5.7588 0.1548,8.2081"
               style="fill:#900000;stroke:none;stroke-width:1.88919115;stroke-miterlimit:1;stroke-dasharray:none;fill-opacity:1" /><path
               inkscape:connector-curvature="0"
               id="path7127"
               d="m 6516.947,2212.8917 c -0.7827,0.5744 -1.5654,1.1518 -2.3481,1.7262 1.5922,0.2113 3.0921,-0.074 4.4939,-0.8631 -0.7173,-0.2857 -1.4315,-0.5744 -2.1458,-0.8631"
               style="fill:#900000;stroke:none;stroke-width:1.88919115;stroke-miterlimit:1;stroke-dasharray:none;fill-opacity:1" /><path
               inkscape:connector-curvature="0"
               id="path7139"
               d="m 6529.149,2123.5401 c 0.6488,-0.9762 1.1191,-0.6607 0.2084,-2.1428 -0.069,0.7142 -0.1369,1.4285 -0.2084,2.1428"
               style="fill:#c80200;stroke:none;stroke-width:1.88919115;stroke-miterlimit:1;stroke-dasharray:none;fill-opacity:1" /><path
               inkscape:connector-curvature="0"
               id="path7141"
               d="m 6532.5716,2130.6113 c 8.0563,-1.8125 11.0265,-8.6545 6.223,-15.8567 -0.9464,2.3243 -3.5683,2.9136 -5.1516,4.6368 -2.741,2.9761 -2.8065,7.8063 -1.0714,11.2199"
               style="fill:#900000;stroke:none;stroke-width:1.88919115;stroke-miterlimit:1;stroke-dasharray:none;fill-opacity:1" /><path
               inkscape:connector-curvature="0"
               id="path7148-5"
               d="m 6557.4518,2182.4759 c 1.1191,1.9226 2.8065,3.5059 4.9106,4.2856 -1.488,-1.5386 -2.9672,-3.2945 -4.9106,-4.2856"
               style="fill:#c80200;stroke:none;stroke-width:1.88919115;stroke-miterlimit:1;stroke-dasharray:none;fill-opacity:1" /></g><path
             inkscape:connector-curvature="0"
             id="path16583"
             d="m 6022.4875,2283.5582 c -1.0404,-0.5318 -1.3175,-1.6358 -2.3999,-2.0998 -7.3453,-3.1493 -15.3442,-4.7934 -21.5979,-3.5996 -3.1267,0.597 -5.579,2.2103 -7.4992,4.1996 -1.9202,1.9893 -3.308,4.3404 -4.7996,6.8993 -2.9832,5.1179 -5.7614,10.7394 -11.6988,13.1988 -3.2365,1.3406 -7.3887,1.8356 -11.0991,2.6997 1.7631,1.314 3.3738,2.8441 5.3996,3.8997 4.2945,2.238 4.7772,3.972 6.8992,7.7992 1.125,2.0297 2.477,3.8692 3.8996,5.6995 1.2235,1.3035 2.774,2.5164 4.1996,3.5996 0.8785,0.792 -0.2113,1.9111 0.8997,2.6998 0.7919,0.5625 7.7605,9.7101 7.7992,4.7995 0.03,-2.8779 -2.7053,-4.9571 -2.9997,-7.7992 -0.4166,-3.9939 5.8493,1.1361 6.5993,1.7998 5.3361,4.7349 10.536,4.7793 9.8991,-4.1996 3.3273,2.8779 5.773,8.6825 10.4991,9.5991 2.8303,0.551 2.6341,-8.1527 2.6996,-9.5991 0.25,-5.5713 1.086,-10.9301 1.5,-16.4985 0.2172,-2.9671 2.224,-7.3538 0.8994,-10.199 -1.0208,-2.1964 -1.8994,-3.3364 -1.2,-5.6994 0.619,-2.0822 1.4666,-4.7285 2.0999,-7.1994 z"
             style="fill:#c80200;stroke:none;stroke-width:1.88919115;stroke-miterlimit:1;stroke-dasharray:none;fill-opacity:1" /><g
             id="g16611"
             style="fill:#c80200;stroke:none;stroke-width:1.88919115;stroke-miterlimit:1;stroke-dasharray:none;fill-opacity:1"><path
               inkscape:connector-curvature="0"
               id="path7276"
               d="m 5940.7428,2323.9006 c 0.6101,-2.8988 -3.5594,-6.229 -5.7737,-3.4226 2.0803,1.003 2.9494,4.4999 5.7737,3.4226"
               style="fill:#900000;stroke:none;stroke-width:1.88919115;stroke-miterlimit:1;stroke-dasharray:none;fill-opacity:1" /><path
               inkscape:connector-curvature="0"
               id="path16609"
               d="m 5964.593,2304.5563 c 0.2361,-3.6324 1.4342,-6.8979 -0.6,-10.799 -1.6665,-3.1961 -6.8525,-5.726 -11.3989,-8.0993 -4.5464,-2.3732 -8.6221,-4.7552 -8.6992,-7.7992 -0.077,-3.0441 2.0898,-2.0718 4.1996,-1.7999 1.0549,0.1364 2.1981,0.1181 2.9997,-0.5999 0.8016,-0.718 1.185,-2.1065 1.1999,-4.7995 0.01,-2.6931 -1.6381,-6.2513 -4.4996,-9.8991 -2.8614,-3.6479 -6.8111,-7.4747 -11.0989,-11.099 -7.4416,-6.29 -15.2317,-10.7114 -20.998,-12.8987 -1.775,0.693 -3.1673,1.8713 -5.0995,2.3997 0.3426,2.4128 0.2399,4.8784 2.0998,7.4993 2.3421,3.3005 5.832,5.7427 7.7992,9.2991 2.3452,4.238 3.4673,8.6299 7.1993,11.9989 3.6934,3.3333 8.8401,5.5177 11.099,10.199 2.2321,4.6189 2.0257,7.2812 6.2994,10.799 4.3302,3.5624 8.1531,7.6282 12.2988,11.399 1.8994,1.7259 4.0142,3.02 5.9995,4.4995 0.4012,-0.096 0.79,-0.2131 1.1999,-0.2995 z"
               style="fill:#900000;stroke:none;stroke-width:1.88919115;stroke-miterlimit:1;stroke-dasharray:none;fill-opacity:1" /></g><path
             inkscape:connector-curvature="0"
             id="path16663"
             d="m 5990.6905,2218.4644 c -1.4128,0.3993 -2.8234,0.1259 -4.1996,0.5999 -8.0414,2.7705 -15.154,6.6482 -19.4983,9.5991 -4.3439,2.951 -5.684,5.8933 -6.5992,8.3992 -0.9157,2.506 -1.4163,4.4386 -3.8996,5.0995 -4.9671,1.3221 -6.9742,-6.2122 -12.599,-5.0995 -4.0175,0.7948 -7.1388,6.01 -10.4988,10.499 1.1889,0.9023 2.1186,1.1017 3.2996,2.0998 4.2876,3.6243 8.2375,7.4511 11.0991,11.099 2.8612,3.6478 4.5135,7.206 4.4995,9.899 -0.03,2.6931 -0.3985,4.082 -1.1999,4.7996 -0.8015,0.718 -1.9449,0.7362 -2.9999,0.5999 -2.1098,-0.2717 -4.277,-1.2442 -4.1996,1.7999 0.077,3.044 4.1528,5.426 8.6991,7.7992 4.5466,2.3733 9.7325,4.9032 11.3991,8.0993 2.0342,3.9011 0.836,7.1665 0.6,10.7989 3.3797,-0.7122 7.0129,-1.2043 9.8991,-2.3997 5.9374,-2.4594 8.7156,-8.0809 11.6988,-13.1988 1.4916,-2.5589 2.8794,-4.91 4.7996,-6.8993 1.9202,-1.9893 4.3725,-3.6028 7.4992,-4.1996 6.2537,-1.1938 14.2526,0.4502 21.5979,3.5996 1.0824,0.4637 1.3595,1.5678 2.3999,2.0998 0.2411,-0.9369 1.0015,-1.8566 0.8994,-2.6997 -0.2738,-2.2738 -2.9832,-2.3252 -2.3996,-5.3995 0.5056,-2.6696 2.2574,-4.9018 3.5996,-7.1993 1.4464,-2.4791 2.6472,-3.5102 2.0996,-6.5994 -0.527,-2.9374 -3.1478,-1.8736 -4.7995,-3.5997 -2.25,-2.354 -5.8419,-10.1333 -4.4996,-13.1987 -2.5922,-0.4224 -14.8716,-3.8249 -15.8984,-1.1999 -0.3869,-0.7708 -0.8726,-1.6022 -1.2,-2.3998 -1.5187,1.8878 -2.8082,3.9091 -3.8996,5.9994 0.842,-1.7105 0.8756,-2.9773 -1.7999,-2.9997 2.8928,-1.1756 6.1787,-3.6488 5.6995,-7.1993 -0.3598,-2.6726 -3.1299,-1.9908 -4.7995,-2.9997 -1.6964,-1.0267 -2.6157,-5.1881 -2.9996,-6.8994 -0.6566,-2.9176 -1.2107,-5.8129 -1.8,-8.6991 z"
             style="fill:#c80200;stroke:none;stroke-width:1.88919115;stroke-miterlimit:1;stroke-dasharray:none;fill-opacity:1" /><path
             inkscape:connector-curvature="0"
             id="path16581"
             d="m 5967.2926,2196.5664 c -1.4505,0.1256 -2.7451,0.4886 -4.1996,0.6 -7.781,0.5971 -15.3361,0.9696 -21.8979,2.0998 -6.5617,1.1302 -11.888,3.0393 -14.9986,6.2994 -3.1104,3.26 -4.6624,6.2964 -5.3993,8.9992 -0.7375,2.7027 -0.6405,5.1726 -0.2997,7.4992 0.6797,4.6533 2.1925,8.6627 -0.6,12.8988 -0.8407,1.2757 -2.7606,1.2378 -4.1996,1.7999 4.8514,1.8402 11.395,6.0138 17.6984,10.7989 3.3603,-4.489 6.4813,-9.7042 10.4991,-10.499 5.6248,-1.1127 7.6319,6.4216 12.5987,5.0995 2.4836,-0.6613 2.9845,-2.5935 3.8996,-5.0995 0.9158,-2.5059 2.2553,-5.4482 6.5995,-8.3992 4.344,-2.9509 11.4569,-6.8286 19.498,-9.5991 1.3765,-0.4742 2.7871,-0.2006 4.1999,-0.5999 -0.4253,-2.0835 -0.9351,-4.141 -1.2,-6.2994 -0.3898,-3.1666 -9.5756,-3.6307 -12.2987,-2.9997 -2.1428,0.4972 -6.24,-3.802 -7.7995,-5.0996 -2.0056,-1.6647 -1.7875,-4.7662 -2.0997,-7.4993 z"
             style="fill:#900000;stroke:none;stroke-width:1.88919115;stroke-miterlimit:1;stroke-dasharray:none;fill-opacity:1" /><g
             id="g16597"
             style="fill:#c80200;stroke:none;stroke-width:1.88919115;stroke-miterlimit:1;stroke-dasharray:none;fill-opacity:1"><path
               inkscape:connector-curvature="0"
               id="path7065"
               d="m 5805.5412,2121.3973 c 0.9345,0.6517 4.3183,1.0089 3.7915,-1.2589 -0.2529,-1.0952 -3.9641,-3.3749 -4.8451,-4.2618 -1.1011,-1.1071 -2.4195,-2.1131 -4.0981,-1.7649 0.8542,-2.3808 -2.4136,-4.1814 -4.0772,-4.9284 -0.872,-0.3928 -1.5863,-2.1725 -2.7529,-1.2142 -2.1607,1.7737 -2.116,3.5653 0.036,5.4343 3.5862,3.119 9.8896,3.1488 11.9461,7.9939"
               style="fill:#c80200;stroke:none;stroke-width:1.88919115;stroke-miterlimit:1;stroke-dasharray:none;fill-opacity:1" /><path
               inkscape:connector-curvature="0"
               id="path7278"
               d="m 5779.1699,2033.3283 c 3.2261,1.0148 1.5654,-3.0892 -1.4881,-2.1458 0.497,0.7172 0.9911,1.4315 1.4881,2.1458"
               style="fill:#c80200;stroke:none;stroke-width:1.88919115;stroke-miterlimit:1;stroke-dasharray:none;fill-opacity:1" /><path
               inkscape:connector-curvature="0"
               id="path7280"
               d="m 5841.6045,2123.6733 c 1.019,-2.5968 1.869,-5.0664 1.7999,-7.4993 -0.086,-3.1214 -0.8946,-6.3288 -1.7999,-9.2991 -1.8104,-5.9406 -4.1975,-11.5612 -2.6997,-17.6983 1.3369,-5.4777 6.1433,-8.3525 10.4991,-11.9989 -2.857,-2.7499 0.9503,-7.4081 -2.0999,-9.899 -3.6755,-3.0029 -4.3805,-3.0703 -5.9995,-7.7993 -1.3809,-4.0147 -8.1995,-9.4656 -11.3988,-12.2988 -1.8899,1.1011 -4.2484,2.7516 -6.5995,2.0998 -2.2381,-0.622 -2.8637,-2.6343 -5.3993,-2.6998 -4.238,-0.1104 -7.942,2.2195 -12.2991,1.7998 -5.1278,-0.4943 -8.3566,-2.1572 -11.6987,-5.9994 -2.494,-2.866 -9.4072,-6.8543 -13.1988,-4.1996 -13.9936,9.8092 19.8227,37.2145 25.1975,44.3958 2.0476,2.7381 4.9716,2.7283 8.0995,3.2997 5.1695,0.9465 6.6421,6.6985 8.9992,10.499 1.8121,2.9196 5.5742,10.3805 8.6991,11.6989 5.4341,2.2946 3.2934,7.4567 4.7993,12.2989 0.7604,2.4462 3.1413,2.7028 5.0996,3.2996 z"
               style="fill:#c80200;stroke:none;stroke-width:1.88919115;stroke-miterlimit:1;stroke-dasharray:none;fill-opacity:1" /><path
               inkscape:connector-curvature="0"
               id="path7284"
               d="m 5829.1119,2129.7542 c -0.036,-2.1428 -1.616,-5.6755 -4.2855,-3.6428 1.613,0.994 3.0415,2.2083 4.2855,3.6428"
               style="fill:#c80200;stroke:none;stroke-width:1.88919115;stroke-miterlimit:1;stroke-dasharray:none;fill-opacity:1" /></g><g
             id="g16585"
             style="fill:#c80200;stroke:none;stroke-width:1.88919115;stroke-miterlimit:1;stroke-dasharray:none;fill-opacity:1"><path
               inkscape:connector-curvature="0"
               id="path11760"
               d="m 5849.4038,2077.1777 c -4.3556,3.6464 -9.1621,6.5212 -10.499,11.9989 -1.4977,6.1371 0.8889,11.7577 2.6998,17.6983 0.9052,2.9703 1.7109,6.1777 1.7998,9.2992 0.067,2.4328 -0.7814,4.9024 -1.7998,7.4992 1.6918,0.5155 2.8774,1.5729 4.4996,2.6998 2.2291,1.5446 4.4,3.2103 6.5993,4.7995 2.6994,1.9554 5.469,3.8978 7.7993,6.2994 3.2737,3.375 0.2025,3.7524 1.1999,7.4993 1.1964,4.491 2.9764,8.6602 4.1996,13.1988 1.1141,4.1361 3.3634,8.5289 3.8996,12.8988 1.0127,-0.4176 1.9941,-1.3819 2.9997,-1.7999 5.7232,-2.3788 11.1754,-5.0579 15.5986,-11.9988 2.2116,-3.4705 2.3835,-7.9293 1.7998,-12.8988 -0.5836,-4.9696 -2.1202,-10.3741 -2.9997,-15.8985 -0.8793,-5.5244 -1.024,-11.0635 0.2995,-16.1985 0.1161,-0.4492 0.7573,-0.7583 0.8994,-1.1999 0.1901,-1.6883 0.598,-3.4294 -1.4999,-4.7995 -3.3034,-2.1547 -6.0522,-5.9826 -9.2991,-8.3992 -3.735,-2.7827 -6.4657,-7.4122 -10.799,-9.2991 -1.5416,-0.6729 -3.2698,-0.8006 -4.7995,-1.4999 -2.6428,-1.2083 -2.1854,-3.2841 -3.8996,-5.0995 -2.25,-2.3839 -6.4285,-2.6121 -8.6992,-4.7996 z"
               style="fill:#900000;stroke:none;stroke-width:1.88919115;stroke-miterlimit:1;stroke-dasharray:none;fill-opacity:1" /><path
               inkscape:connector-curvature="0"
               id="path7282"
               d="m 5837.4718,2166.6103 c 4.4463,4.7528 5.985,-8.4998 4.0118,-11.1872 -2.3273,-3.1636 -6.0415,-9.1396 -9.717,-10.7318 -2.7171,-1.1786 -4.2766,2.6546 -7.1515,0.9166 0.4553,3.9939 3.9939,6.9433 5.7051,10.3836 1.0625,2.1339 3.5297,2.872 4.7737,4.8451 1.128,1.7946 1.3333,3.9464 2.3779,5.7737"
               style="fill:#900000;stroke:none;stroke-width:1.88919115;stroke-miterlimit:1;stroke-dasharray:none;fill-opacity:1" /><path
               inkscape:connector-curvature="0"
               id="path7286"
               d="m 5855.8969,2194.678 c 0.5685,-1.8988 -0.1726,-3.7708 -1.7261,-4.9404 -1.1815,1.6101 -2.0506,4.0922 -2.5119,6.0207 -0.616,2.5832 5.0922,2.6815 4.238,-1.0803"
               style="fill:#900000;stroke:none;stroke-width:1.88919115;stroke-miterlimit:1;stroke-dasharray:none;fill-opacity:1" /><path
               inkscape:connector-curvature="0"
               id="path7288"
               d="m 5852.025,2182.4759 c 1.122,3.1785 2.8005,6.0921 4.4969,8.9908 0.7291,-2.3749 -1.1488,-9.3747 -4.4969,-8.9908"
               style="fill:#900000;stroke:none;stroke-width:1.88919115;stroke-miterlimit:1;stroke-dasharray:none;fill-opacity:1" /><path
               inkscape:connector-curvature="0"
               id="path7290"
               d="m 5857.385,2140.6824 c 0.3184,-1.6725 -0.3958,-1.6725 -2.1458,0 0.7143,0 1.4285,0 2.1458,0"
               style="fill:#900000;stroke:none;stroke-width:1.88919115;stroke-miterlimit:1;stroke-dasharray:none;fill-opacity:1" /><path
               inkscape:connector-curvature="0"
               id="path7292"
               d="m 5862.9473,2180.1248 c -0.5833,-2.8333 -5.0623,-2.3809 -6.6337,-0.8661 1.988,1.3244 4.3719,1.4851 6.6337,0.8661"
               style="fill:#900000;stroke:none;stroke-width:1.88919115;stroke-miterlimit:1;stroke-dasharray:none;fill-opacity:1" /></g><g
             id="g16641"
             style="fill:#900000;stroke:none;stroke-width:1.88919115;stroke-miterlimit:1;stroke-dasharray:none;fill-opacity:1"><path
               inkscape:connector-curvature="0"
               id="path16639"
               d="m 5925.8966,2206.1656 c -2.2187,-1.8653 -4.4721,-3.5796 -6.8993,-4.7996 -5.8632,-2.9469 -11.5683,-4.6627 -13.7987,-8.3992 -4.461,-7.4732 0.7948,-7.7351 -3.2997,-14.6986 -3.1046,-5.2801 -11.9055,-11.4103 -19.1982,-16.4985 -3.2052,2.7358 -6.2875,5.9982 -9.8991,7.4993 -1.0056,0.4176 -1.987,1.382 -2.9997,1.7999 0.086,0.7084 0.648,1.3926 0.6,2.0998 -0.3629,5.348 3.6667,2.0979 5.6994,4.4995 3.3244,3.9314 8.3944,2.8767 9.2991,9.2992 1.1786,8.3717 12.2237,14.0183 14.0987,22.7978 0.2678,1.256 -1.8939,1.3456 -0.8994,2.6998 1.3482,1.8363 2.5759,3.6667 3.5996,5.6994 2.3244,4.607 7.0208,10.6725 7.1994,15.8985 0.067,2.0321 0.9695,3.4768 1.1998,5.0995 3.4985,-0.957 7.4208,-1.3501 9.2992,-4.1996 2.7924,-4.2361 1.28,-8.2455 0.5999,-12.8988 -0.3398,-2.3266 -0.4368,-4.7965 0.2995,-7.4992 0.6902,-2.5306 2.3703,-5.3741 5.0995,-8.3992 z"
               style="fill:#900000;stroke:none;stroke-width:1.88919115;stroke-miterlimit:1;stroke-dasharray:none;fill-opacity:1" /><path
               inkscape:connector-curvature="0"
               id="path7294"
               d="m 5869.6138,2228.9627 c 8.8896,-1.2529 -4.9641,-18.5917 -4.732,-22.7077 -1.4613,0.8006 -3.9374,0.4107 -4.9731,1.8601 -1.488,2.0862 -2.4374,6.101 -0.8541,8.339 3.0029,4.2321 4.7439,11.2587 10.5592,12.5086"
               style="fill:#900000;stroke:none;stroke-width:1.88919115;stroke-miterlimit:1;stroke-dasharray:none;fill-opacity:1" /><path
               inkscape:connector-curvature="0"
               id="path7296"
               d="m 5886.1014,2243.751 c -0.5565,-2.2946 -3.482,-10.3717 -6.6337,-8.22 -3.4761,2.3779 5.0504,7.2766 6.6337,8.22"
               style="fill:#900000;stroke:none;stroke-width:1.88919115;stroke-miterlimit:1;stroke-dasharray:none;fill-opacity:1" /><path
               inkscape:connector-curvature="0"
               id="path7298"
               d="m 5889.1103,2254.0513 c 0.6756,2.5416 3.6368,1.366 4.5415,-0.253 1.3512,-2.4106 -3.0713,-6.0504 -4.7796,-7.0385 -0.9047,2.4494 0.6964,4.8124 0.2381,7.2915"
               style="fill:#900000;stroke:none;stroke-width:1.88919115;stroke-miterlimit:1;stroke-dasharray:none;fill-opacity:1" /><path
               inkscape:connector-curvature="0"
               id="path7300"
               d="m 5899.1666,2268.3961 c 0.092,-1.6398 -1.4286,-2.8719 -1.1399,-4.479 0.375,-2.0803 1.6101,-1.5892 0.9881,-3.6576 -0.4494,-1.5089 -2.3006,-6.1784 -4.6011,-5.3094 -3.4374,1.3006 3.1041,12.08 4.7529,13.446"
               style="fill:#900000;stroke:none;stroke-width:1.88919115;stroke-miterlimit:1;stroke-dasharray:none;fill-opacity:1" /></g><g
             id="g16648"
             style="fill:#900000;stroke:none;stroke-width:1.88919115;stroke-miterlimit:1;stroke-dasharray:none;fill-opacity:1"><path
               inkscape:connector-curvature="0"
               id="path16579"
               d="m 5888.4002,2111.0745 c -0.1431,0.4416 -0.7843,0.7507 -0.8995,1.1999 -1.3239,5.135 -1.1795,10.6741 -0.2995,16.1985 0.8793,5.5244 2.416,10.9289 2.9997,15.8985 0.5837,4.9695 0.4118,9.4283 -1.7998,12.8988 -1.6319,2.5609 -3.8254,2.9 -5.6994,4.4995 7.2927,5.0882 16.0936,11.2184 19.1981,16.4985 4.0943,6.9635 -1.1613,7.2254 3.2997,14.6986 2.2305,3.7365 7.9356,5.4523 13.7987,8.3992 2.4273,1.22 4.6806,2.9343 6.8994,4.7996 0.1862,-0.2055 0.1017,-0.3927 0.2995,-0.6 3.1106,-3.26 8.4369,-5.1692 14.9985,-6.2994 6.5617,-1.1302 14.1169,-1.5032 21.898,-2.0998 1.4542,-0.1113 2.749,-0.4742 4.1996,-0.5999 -0.099,-0.8678 -0.3283,-1.6495 -0.6,-2.3998 1.1875,1.4345 2.9669,1.6891 4.4996,0.5999 -0.6076,-2.479 -2.9567,-2.8301 -5.0995,-2.9997 1.738,-0.1248 2.8711,-1.348 3.2997,-2.9997 -1.4494,-0.086 -2.7949,0.2304 -4.1996,0.5999 2.5237,-0.7381 4.1482,-3.127 5.9994,-4.7995 1.4256,-1.2887 5.1334,-0.6537 5.9994,-2.0998 1.4286,-2.3898 -4.0304,-7.7575 -5.3994,-9.2991 -3.8005,-4.2737 -6.4152,-4.0159 -10.799,-0.8995 -3.3928,2.4077 -11.9439,8.7508 -15.5985,3.8997 7.592,4.354 21.9292,-9.177 8.0992,-12.2989 -2.2053,-0.4972 -4.4417,0.2784 -6.5994,-0.5999 -2.4463,-0.991 -3.4203,-3.5311 -5.3995,-5.0995 -4.0654,-3.2231 -1.8561,-10.0762 -6.2994,-13.4988 -1.6398,-1.2619 -3.3258,-3.1788 -5.0995,-4.1996 -1.8869,-1.0892 -4.2102,-0.1132 -6.2994,-1.1998 -3.3988,-1.7708 -3.2121,-7.0123 -5.3995,-9.8991 -1.0743,-1.4226 -8.8205,-8.9608 -10.499,-4.4996 -1.25,3.3214 2.8889,7.567 3.2997,10.799 -1.3958,-1.4256 -1.8658,-3.2163 -2.9997,-4.7996 -1.878,-2.619 -5.2345,-2.9656 -7.4993,-5.0995 -3.7469,-3.5326 -4.225,-9.2262 -7.7993,-12.8988 -1.0237,1.3869 -1.2071,2.8866 -0.5999,4.4996 -0.6038,-1.0773 -4.3093,-8.5002 -2.9997,-2.6997 -1.0222,-1.175 -1.0404,-2.3541 -0.8995,-3.5997 z"
               style="fill:#900000;stroke:none;stroke-width:1.88919115;stroke-miterlimit:1;stroke-dasharray:none;fill-opacity:1" /><path
               inkscape:connector-curvature="0"
               id="path7302"
               d="m 5930.0318,2132.5398 c -0.8899,-4.238 -6.7975,-5.5415 -8.3212,-0.9613 -0.8452,2.5505 0.7738,6.1844 3.5892,6.7469 3.3987,0.6785 3.5088,-3.8184 4.732,-5.7856"
               style="fill:#900000;stroke:none;stroke-width:1.88919115;stroke-miterlimit:1;stroke-dasharray:none;fill-opacity:1" /><path
               inkscape:connector-curvature="0"
               id="path7304"
               d="m 5945.8914,2143.6794 c -3.1903,-1.3512 -6.8688,-1.1607 -9.8777,-2.9999 -0.5922,3.1368 2.0655,4.5623 4.6844,5.0415 2.5714,0.4702 3.9523,2.8422 5.8183,4.3868 0,-2.1607 0.1994,-4.363 -0.625,-6.4284"
               style="fill:#900000;stroke:none;stroke-width:1.88919115;stroke-miterlimit:1;stroke-dasharray:none;fill-opacity:1" /><path
               inkscape:connector-curvature="0"
               id="path7306"
               d="m 5946.3081,2151.6077 c -1.3095,-2.2261 -3.2321,-4.729 -5.985,-5.1427 -0.7172,3.9136 -0.3303,10.9164 4.7023,11.7824 0.7916,-2.1547 0.4018,-4.5028 1.2827,-6.6397"
               style="fill:#900000;stroke:none;stroke-width:1.88919115;stroke-miterlimit:1;stroke-dasharray:none;fill-opacity:1" /><path
               inkscape:connector-curvature="0"
               id="path7308"
               d="m 5959.3732,2162.3277 c -1.4821,-2.8154 -4.3659,-4.741 -7.3629,-5.613 -1.6666,-0.4881 -3.1874,-2.8808 -4.2707,-3.0892 -1.2559,-0.241 -2.3809,6.8778 -0.8541,7.8956 3.5147,2.3571 8.6009,-0.065 12.0711,2.9464 0.1398,-0.7113 0.2767,-1.4256 0.4166,-2.1398"
               style="fill:#900000;stroke:none;stroke-width:1.88919115;stroke-miterlimit:1;stroke-dasharray:none;fill-opacity:1" /><path
               inkscape:connector-curvature="0"
               id="path7310"
               d="m 5961.9624,2160.6015 c -0.9077,-3.6755 -12.5621,-10.7735 -10.9521,-4.2826 4.4672,-1.9999 6.4017,5.726 10.9521,4.2826"
               style="fill:#900000;stroke:none;stroke-width:1.88919115;stroke-miterlimit:1;stroke-dasharray:none;fill-opacity:1" /><path
               inkscape:connector-curvature="0"
               id="path7312"
               d="m 5964.9683,2167.4763 c -0.3125,-1.5267 -1.247,-2.3898 -2.7946,-2.5922 -1.0803,1.6131 -0.872,3.0416 0.625,4.2856 0.7917,-0.4732 1.5149,-1.0386 2.1696,-1.6934"
               style="fill:#900000;stroke:none;stroke-width:1.88919115;stroke-miterlimit:1;stroke-dasharray:none;fill-opacity:1" /><path
               inkscape:connector-curvature="0"
               id="path7314"
               d="m 5967.9444,2156.1076 c -0.6012,-0.8631 -1.3869,-1.5029 -2.3511,-1.9255 -0.2589,1.8065 0.6309,2.5297 2.3511,1.9255"
               style="fill:#900000;stroke:none;stroke-width:1.88919115;stroke-miterlimit:1;stroke-dasharray:none;fill-opacity:1" /><path
               inkscape:connector-curvature="0"
               id="path7316"
               d="m 5969.6705,2163.6074 c -0.5238,-1.6875 -1.8332,-2.8065 -3.6576,-2.1428 0.062,1.7886 1.1309,3.3243 2.5862,4.2856 0.3572,-0.7143 0.7143,-1.4285 1.0714,-2.1428"
               style="fill:#900000;stroke:none;stroke-width:1.88919115;stroke-miterlimit:1;stroke-dasharray:none;fill-opacity:1" /><path
               inkscape:connector-curvature="0"
               id="path7318"
               d="m 5974.6109,2189.5293 c -1.5654,-1.0714 -7.3778,-0.4554 -5.0088,2.3273 1.4523,1.7023 4.7528,-0.6815 5.0088,-2.3273"
               style="fill:#900000;stroke:none;stroke-width:1.88919115;stroke-miterlimit:1;stroke-dasharray:none;fill-opacity:1" /></g><g
             id="ID-KR"
             style="fill:#c80200;stroke:none;stroke-width:1.88919115;stroke-miterlimit:1;stroke-dasharray:none;fill-opacity:1"><path
               inkscape:connector-curvature="0"
               id="path7320"
               d="m 5979.5215,2158.6671 c 0.613,-2.2411 -0.1697,-2.6666 -2.3482,-1.2798 0.7798,0.4256 1.5654,0.8512 2.3482,1.2798"
               style="fill:#c80200;stroke:none;stroke-width:1.88919115;stroke-miterlimit:1;stroke-dasharray:none;fill-opacity:1" /><path
               inkscape:connector-curvature="0"
               id="path7322"
               d="m 5984.2237,2153.3249 c -1.5505,-3.5743 -4.4939,0.4851 -4.4939,2.6131 0,2.5445 4.8124,-0.1727 4.4939,-2.6131"
               style="fill:#c80200;stroke:none;stroke-width:1.88919115;stroke-miterlimit:1;stroke-dasharray:none;fill-opacity:1" /><path
               inkscape:connector-curvature="0"
               id="path7324"
               d="m 5984.8785,2162.1193 c 1.1755,-2.1368 0.5982,-2.8511 -1.7262,-2.1428 0.5774,0.7143 1.1518,1.4286 1.7262,2.1428"
               style="fill:#c80200;stroke:none;stroke-width:1.88919115;stroke-miterlimit:1;stroke-dasharray:none;fill-opacity:1" /><path
               inkscape:connector-curvature="0"
               id="path7326"
               d="m 5996.0121,2156.1076 c -3.0684,-7.4909 -11.6396,-0.4524 -8.0623,0.878 2.3898,0.8868 3.4523,-1.4107 4.2201,2.5445 0.7708,3.9761 3.9255,-1.7589 3.8422,-3.4225"
               style="fill:#c80200;stroke:none;stroke-width:1.88919115;stroke-miterlimit:1;stroke-dasharray:none;fill-opacity:1" /><path
               inkscape:connector-curvature="0"
               id="path7328"
               d="m 5987.2296,2164.4705 c -0.03,-0.8274 -0.2262,-1.6101 -0.625,-2.3512 0.2113,0.7828 0.4167,1.5684 0.625,2.3512"
               style="fill:#c80200;stroke:none;stroke-width:1.88919115;stroke-miterlimit:1;stroke-dasharray:none;fill-opacity:1" /><path
               inkscape:connector-curvature="0"
               id="path7330"
               d="m 5991.9616,2191.4638 c -1.0238,0.8184 -3.0446,1.2321 -4.2826,1.6338 -2.375,0.7679 1.6249,5.4701 1.9047,6.729 0.1577,-2.1428 1.2529,-2.8154 3.0059,-1.488 0.5773,-2.5565 2.4404,-5.0743 -0.628,-6.8748"
               style="fill:#510000;stroke:none;stroke-width:1.88919115;stroke-miterlimit:1;stroke-dasharray:none;fill-opacity:1" /><path
               inkscape:connector-curvature="0"
               id="path7332"
               d="m 5990.6819,2178.3986 c -1.2262,1.3482 -0.7322,2.1309 1.488,2.3482 -0.497,-0.7827 -0.991,-1.5625 -1.488,-2.3482"
               style="fill:#510000;stroke:none;stroke-width:1.88919115;stroke-miterlimit:1;stroke-dasharray:none;fill-opacity:1" /><path
               inkscape:connector-curvature="0"
               id="path7334"
               d="m 5992.7979,2182.4759 c 0.3095,1.5297 -2.3869,7.1576 0.8482,6.7439 1.8065,-0.2322 2.9017,-1.2173 4.7082,-0.3036 1.8511,0.9375 3.4136,2.4374 5.604,1.2678 -1.1399,-1.8065 -9.0504,-7.9224 -11.1604,-7.7081"
               style="fill:#510000;stroke:none;stroke-width:1.88919115;stroke-miterlimit:1;stroke-dasharray:none;fill-opacity:1" /><path
               inkscape:connector-curvature="0"
               id="path7336"
               d="m 5994.9377,2162.7443 c -0.747,-0.039 -1.4583,0.1101 -2.1428,0.4464 0.7172,-0.1488 1.4285,-0.2976 2.1428,-0.4464"
               style="fill:#c80200;stroke:none;stroke-width:1.88919115;stroke-miterlimit:1;stroke-dasharray:none;fill-opacity:1" /><path
               inkscape:connector-curvature="0"
               id="path7338"
               d="m 5993.658,2177.1189 c -0.9643,2.0922 2.1547,3.7737 3.4523,4.4969 -1.0893,-1.5476 -2.2411,-3.0445 -3.4523,-4.4969"
               style="fill:#510000;stroke:none;stroke-width:1.88919115;stroke-miterlimit:1;stroke-dasharray:none;fill-opacity:1" /><path
               inkscape:connector-curvature="0"
               id="path7349"
               d="m 6071.4534,2083.4697 c 1.8452,0.3036 3.5208,1.3542 4.7023,2.7887 -1.7381,-1.0953 -2.8868,-0.1846 -3.0059,1.7112 5.3213,0.7649 6.8302,-4.5743 4.7618,-8.6039 -3.6755,-7.1516 -8.22,-1.4762 -6.4582,4.104"
               style="fill:#510000;stroke:none;stroke-width:1.88919115;stroke-miterlimit:1;stroke-dasharray:none;fill-opacity:1" /><path
               inkscape:connector-curvature="0"
               id="Indonesiaisland1"
               d="m 6018.7466,2109.3977 c 2.1011,-1.2113 2.235,-3.9493 -0.4465,-4.4999 0.4048,1.4732 0.5536,2.9731 0.4465,4.4999"
               style="fill:#c80200;stroke:none;stroke-width:1.88919115;stroke-miterlimit:1;stroke-dasharray:none;fill-opacity:1" /><path
               inkscape:connector-curvature="0"
               id="Indonesiaisland2"
               d="m 6088.8041,2107.8977 c 0.7411,0.5982 1.5268,0.5982 2.3512,0 -0.2203,-0.7827 -0.5774,-1.497 -1.0714,-2.1428 -0.4286,0.7143 -0.8512,1.4286 -1.2798,2.1428"
               style="fill:#c80200;stroke:none;stroke-width:1.88919115;stroke-miterlimit:1;stroke-dasharray:none;fill-opacity:1" /></g><g
             id="g16615"
             style="fill:#900000;stroke:none;stroke-width:1.88919115;stroke-miterlimit:1;stroke-dasharray:none;fill-opacity:1"><path
               inkscape:connector-curvature="0"
               id="path7341"
               d="m 6011.4551,2226.8199 c 2.5118,3.4464 -3.857,5.0058 -5.1487,7.2915 2.6309,2.1309 4.6368,3.8719 8.1694,2.5743 2.3809,-0.872 6.3243,1.1607 7.0028,3.6011 0.6042,2.1607 2.2619,4.7529 2.6131,6.6546 0.8154,4.3778 -1.7649,6.2141 3.2171,8.9432 2.1398,1.1726 11.8241,8.6128 14.1484,6.4998 2.3095,-2.1041 -1.2321,-3.0803 -1.9315,-4.8183 -1.1071,-2.7499 2.2708,-7.723 4.9374,-8.2468 -3.3898,-2.0476 -8.0414,-1.0535 -11.1604,-3.6338 -2.8719,-2.3779 -3.8898,-8.2647 -3.5743,-11.7705 0.1845,-2.0833 -1.2232,-8.8153 -2.616,-10.5206 -3.9285,-4.8362 -9.0146,0.7232 -5.3868,5.1487 -1.5297,0.2083 -9.9669,-11.4461 -10.2705,-1.7232"
               style="fill:#510000;stroke:none;stroke-width:1.88919115;stroke-miterlimit:1;stroke-dasharray:none;fill-opacity:1" /><path
               inkscape:connector-curvature="0"
               id="path7343"
               d="m 6044.2518,2257.2655 c -0.6458,0.2083 -1.2886,0.4137 -1.9315,0.622 0.4405,1.7767 1.7827,2.5476 3.4196,1.5208 -0.4137,-0.7708 -0.9107,-1.4851 -1.4881,-2.1428"
               style="fill:#510000;stroke:none;stroke-width:1.88919115;stroke-miterlimit:1;stroke-dasharray:none;fill-opacity:1" /><path
               inkscape:connector-curvature="0"
               id="path7345"
               d="m 6059.2544,2255.331 c -0.997,0.3601 -1.8601,0.9256 -2.5892,1.6964 1.6755,0.8006 2.6517,0.1578 2.5892,-1.6964"
               style="fill:#510000;stroke:none;stroke-width:1.88919115;stroke-miterlimit:1;stroke-dasharray:none;fill-opacity:1" /><path
               inkscape:connector-curvature="0"
               id="path7347"
               d="m 6064.5786,2248.4533 c -2.8273,2.8778 -3.4939,7.8509 -3.1844,11.6484 0.3274,4.0535 6.3272,6.1874 5.3302,1.8661 1.7648,0.116 4.4017,5.0117 6.1486,3.2886 2.3958,-2.3631 4.8451,-7.1487 4.4523,-10.6218 -0.5744,-5.0802 -8.6218,-7.0087 -12.7467,-6.1813"
               style="fill:#510000;stroke:none;stroke-width:1.88919115;stroke-miterlimit:1;stroke-dasharray:none;fill-opacity:1" /><path
               inkscape:connector-curvature="0"
               id="path7352"
               d="m 6086.8697,2226.8199 c 0.8988,0.083 1.7618,-0.053 2.5892,-0.4166 -0.9018,-0.083 -1.7648,0.057 -2.5892,0.4166"
               style="fill:#900000;stroke:none;stroke-width:1.88919115;stroke-miterlimit:1;stroke-dasharray:none;fill-opacity:1" /><path
               inkscape:connector-curvature="0"
               id="path7354"
               d="m 6093.5064,2222.9807 c -1.2053,-0.9523 -2.4166,-0.9523 -3.6338,0 0.4999,0.8453 1.1458,1.5565 1.9344,2.1428 0.6548,-0.6487 1.2173,-1.363 1.6994,-2.1428"
               style="fill:#900000;stroke:none;stroke-width:1.88919115;stroke-miterlimit:1;stroke-dasharray:none;fill-opacity:1" /></g><g
             id="g16864"
             style="fill:#900000;stroke:none;stroke-width:1.88919115;stroke-miterlimit:1;stroke-dasharray:none;fill-opacity:1"><path
               inkscape:connector-curvature="0"
               id="path7359"
               d="m 6258.7399,2267.1164 c -7.7676,-3.2558 -5.2766,16.4758 -3.6576,19.0769 2.0475,-3.3749 4.2469,-2.3482 3.9522,-6.9701 -0.2321,-3.6249 -1.7112,-8.6456 -0.2946,-12.1068"
               style="fill:#900000;stroke:none;stroke-width:1.88919115;stroke-miterlimit:1;stroke-dasharray:none;fill-opacity:1" /><path
               inkscape:connector-curvature="0"
               id="path7362"
               d="m 6262.1624,2270.3306 c -2.4225,0.4435 -2.2202,3.0267 -0.6577,4.2856 0.3482,-1.4077 0.5684,-2.8362 0.6577,-4.2856"
               style="fill:#900000;stroke:none;stroke-width:1.88919115;stroke-miterlimit:1;stroke-dasharray:none;fill-opacity:1" /><path
               inkscape:connector-curvature="0"
               id="path16862"
               d="m 6241.4668,2220.5642 c -3.5341,2.885 -7.2565,4.824 -10.499,8.9991 -5.6381,7.2599 -10.6761,15.2304 -14.3987,20.9981 -3.709,5.7467 -4.294,10.4102 -6.5993,15.2985 -0.1066,4.1659 3.2956,2.7527 5.0995,-0.2995 -3.0446,5.8719 -0.1517,7.5645 4.1996,3.2997 -0.9522,3.9046 1.6754,6.9301 1.4999,10.799 -0.1306,2.7142 -0.01,5.7385 -0.2995,8.3992 -0.4848,4.3838 11.1434,-3.2568 12.5988,-3.8996 5.5296,-2.4464 11.0581,-6.1969 16.4984,-8.3992 4.9612,-2.006 3.1065,-10.9186 8.9992,-11.9989 -1.4167,-1.8184 -3.5033,-3.9952 -2.6998,-6.5994 2.9791,5.9314 8.4168,-5.9504 4.1996,-9.5991 1.6815,-0.6729 3.021,-0.1872 4.1996,1.1999 1.0148,-1.4375 3.7569,-7.9533 2.3998,-9.5991 -0.2707,-0.3273 -0.8063,-0.2121 -1.1999,-0.2995 -1.6423,1.5078 -3.3408,3.1713 -5.3995,3.8997 -2.7272,0.9649 -5.9398,0.7189 -9.899,-1.4999 -3.9593,-2.2186 -6.2724,-7.4115 -7.7993,-14.0987 -0.4368,-1.9122 -0.5692,-4.4775 -0.8994,-6.5993 z"
               style="fill:#900000;stroke:none;stroke-width:1.88919115;stroke-miterlimit:1;stroke-dasharray:none;fill-opacity:1" /></g><path
             inkscape:connector-curvature="0"
             id="path16832"
             d="m 6211.1695,2161.1698 c -4.8993,1.3274 -9.1944,4.7853 -13.4984,7.7993 -4.3044,3.0139 -5.2285,7.4862 -6.2996,12.5988 -1.0711,5.1125 -2.1523,10.7426 -7.1992,15.5985 -5.0472,4.8559 -14.8945,6.2436 -24.5978,8.3992 -4.8517,1.0778 -9.6524,2.5885 -13.7987,4.4996 -4.1463,1.9111 -7.7046,4.3493 -9.8992,8.0992 -2.1945,3.7499 -3.4728,7.8694 -3.8996,12.2988 -0.4261,4.4294 0.1012,9.1854 0.8994,13.7987 1.0652,6.1512 3.2815,11.348 5.3996,16.7984 1.0342,0.1 2.0609,0.7843 3.2996,0 1.6011,-1.0118 3.3311,-2.7562 5.3995,-2.6997 4.9136,0.1372 5.8311,3.046 8.3992,-3.5996 3.2678,6.0623 1.1262,11.5616 2.3999,17.6983 1.0476,5.0415 6.4034,-2.5938 7.7992,-3.5997 3.8481,-2.7767 7.432,2.9297 11.3991,0.8995 3.8121,-1.9494 8.4379,-6.911 8.3992,-11.399 0.6104,2.1458 6.9665,10.9577 5.9992,5.9995 0.8747,4.357 3.9621,-1.4233 6.8995,1.7998 1.5982,1.7559 -0.5339,2.83 0.2994,4.4996 2.4107,4.8302 10.6405,-2.2657 11.0991,-5.3995 -0.086,0.5068 0.3098,0.2092 0.2994,0.5999 2.3053,-4.8883 2.8904,-9.5518 6.5993,-15.2985 3.7225,-5.7676 8.7607,-13.7382 14.3987,-20.998 3.2424,-4.1752 6.9649,-6.1142 10.4991,-8.9992 -0.8256,-5.2986 -1.6095,-10.6158 -2.1,-16.4984 -0.6863,-8.2384 -1.2609,-16.5257 -2.6996,-23.3978 -1.4386,-6.8721 -3.7166,-12.4102 -7.4992,-14.9986 -7.5656,-5.1768 -13.099,-5.8269 -17.9983,-4.4996 z"
             style="fill:#900000;stroke:none;stroke-width:1.88919115;stroke-miterlimit:1;stroke-dasharray:none;fill-opacity:1" /><g
             id="g16855"
             style="fill:#c80200;stroke:none;stroke-width:1.88919115;stroke-miterlimit:1;stroke-dasharray:none;fill-opacity:1"><path
               inkscape:connector-curvature="0"
               id="path7357"
               d="m 6111.7202,2209.2609 c -3.3601,-4.7648 -10.1992,2.7023 -5.985,6.848 2.0178,-2.0148 7.3361,-2.9315 5.985,-6.848"
               style="fill:#900000;stroke:none;stroke-width:1.88919115;stroke-miterlimit:1;stroke-dasharray:none;fill-opacity:1" /><path
               inkscape:connector-curvature="0"
               id="path16839"
               d="m 6202.1705,2166.2693 c -9e-4,-3.5768 -0.038,-6.594 0.2995,-10.199 0.2582,-2.7115 0.8082,-5.1188 1.4999,-7.4993 -0.3197,0.2601 -0.5155,0.3628 -0.8995,0.5999 -3.6963,2.2797 -15.2323,-1.4502 -17.0984,-5.3995 -1.9583,-4.1517 -14.9044,-1.2143 -17.3983,1.4999 -2.3928,2.6041 -1.339,6.7118 -4.4996,8.3992 -2.113,1.128 -4.2036,2.7646 -6.5994,2.9997 -5.9909,0.5837 -11.4735,-2.5088 -17.0984,0 -2.8302,1.2589 -7.5193,4.3961 -10.7989,2.6998 -1.7499,-0.9081 -5.184,-2.4348 -5.9995,-4.1996 -2.1071,-4.5654 -8.1163,-7.2217 -11.3989,-10.799 -1.122,-1.2232 -2.4312,-7.5701 -2.9997,-7.7993 -3.9939,-1.5951 -0.6931,-4.8505 -0.2995,-7.4993 -2.0506,1.9732 -5.8161,2.8037 -6.8993,5.6995 -0.8361,2.2351 -1.0927,3.8453 -2.6998,5.6995 -2.4642,2.8481 -5.9127,6.6539 -3.2997,10.499 -1.0834,0.7621 -2.0814,1.6641 -2.3998,2.9997 -0.5951,2.5088 1.2799,4.4363 -1.4998,6.2994 -1.8065,1.7023 0.1776,8.1931 0.5999,10.199 1.0149,4.8005 4.9392,7.9223 7.7993,11.6989 -3.3869,0.3216 -1.9266,3.8375 -0.8994,6.5994 -3.9523,-2.3749 -3.0647,5.5588 -1.7999,7.4993 0.8985,1.3839 2.8217,1.1517 4.1996,1.4998 1.8542,0.4646 2.8241,2.6652 4.4996,3.5997 -0.994,-0.038 -4.0198,-1.5083 -4.7995,-0.2995 -0.7737,1.1994 -1.7559,3.1402 0,4.1996 3.101,1.875 5.5285,-1.984 7.7992,2.3998 0.6729,-0.6873 1.1868,-1.6558 1.7999,-2.3998 -0.1488,2.8958 2.6526,3.8924 3.8996,5.9994 1.0237,1.7321 1.1974,3.5961 2.3998,5.3995 1.7588,2.6399 1.2582,5.2362 0.2995,8.0993 -0.2707,0.8005 -2.6373,3.3609 -2.6998,3.8996 -0.2707,2.2946 4.0263,4.5773 4.4996,7.1993 0.5625,3.1071 -0.029,6.2427 0.8994,9.2991 1.375,4.4969 -1.325,11.1 1.7998,14.9986 2.6905,-2.0446 9.2362,-5.9207 8.0993,0.6 2.7142,0.3811 3.5144,-2.6247 5.9994,-2.9997 -1.1488,0.9195 -2.0057,1.9164 -2.9997,2.9997 1.8218,0.3321 3.2918,0.1545 4.7995,0.2995 -2.118,-5.4505 -4.3344,-10.6473 -5.3994,-16.7984 -0.7987,-4.6134 -1.3265,-9.3693 -0.8995,-13.7987 0.4262,-4.4294 1.7051,-8.549 3.8997,-12.2989 2.1945,-3.7499 5.7528,-6.1881 9.899,-8.0992 4.1462,-1.9111 8.947,-3.4218 13.7987,-4.4996 9.7034,-2.1556 19.5507,-3.5433 24.5977,-8.3992 5.047,-4.8559 6.1282,-10.486 7.1993,-15.5985 1.0711,-5.1126 1.9951,-9.5849 6.2994,-12.5988 1.4486,-1.0144 3.0297,-1.683 4.4996,-2.6998 z"
               style="fill:#900000;stroke:none;stroke-width:1.88919115;stroke-miterlimit:1;stroke-dasharray:none;fill-opacity:1" /></g><g
             id="g16850"
             style="fill:#510000;stroke:none;stroke-width:1.88919115;stroke-miterlimit:1;stroke-dasharray:none;fill-opacity:1"><path
               inkscape:connector-curvature="0"
               id="path7370"
               d="m 6289.1587,2192.1185 c -0.6726,0.619 -0.9583,1.4047 -0.8631,2.3511 0.2857,-0.7827 0.5744,-1.5684 0.8631,-2.3511"
               style="fill:#510000;stroke:none;stroke-width:1.88919115;stroke-miterlimit:1;stroke-dasharray:none;fill-opacity:1" /><path
               inkscape:connector-curvature="0"
               id="path7374"
               d="m 6311.4468,2122.8972 c 0.1577,1.5416 0.872,2.7529 2.1457,3.6428 -0.6488,-1.253 -1.363,-2.4672 -2.1457,-3.6428"
               style="fill:#510000;stroke:none;stroke-width:1.88919115;stroke-miterlimit:1;stroke-dasharray:none;fill-opacity:1" /><path
               inkscape:connector-curvature="0"
               id="path16837"
               d="m 6299.3613,2123.9733 c -0.3398,-0.1574 -0.5596,-0.4473 -0.8994,-0.5999 -6.1427,-2.7598 -12.2534,-4.6777 -16.7984,-4.7996 -4.545,-0.1219 -6.8318,0.019 -8.9992,0.8995 -2.1674,0.8792 -4.2315,2.4997 -7.7992,5.3995 -3.5677,2.8997 -5.5245,10.0581 -8.0993,16.7984 -1.2874,3.3701 -2.6203,6.6517 -4.4995,9.2991 -1.8793,2.6474 -4.1684,4.5966 -7.1994,5.3995 -3.031,0.8025 -5.9209,-0.455 -8.6991,-2.3998 -2.7783,-1.9451 -5.4109,-4.7305 -8.0993,-7.4993 -1.7554,-1.8078 -3.625,-3.3185 -5.3995,-4.7995 -0.5423,1.3094 -1.3889,2.6675 -1.1999,3.5996 -1.5535,0.077 -3.2847,-2.11 -4.7995,-1.4998 -1.8303,0.7295 -3.5686,2.5349 -5.6995,1.7998 -3.8121,-1.3117 -4.8634,1.0964 -7.1993,2.9997 -0.6911,2.3805 -1.2418,4.7878 -1.4998,7.4993 -0.3427,3.605 -0.3005,6.6222 -0.2995,10.199 2.8976,-2.0044 5.7487,-4.2189 8.9991,-5.0995 4.8993,-1.3273 10.433,-0.6767 17.9983,4.4996 3.7827,2.5884 6.0606,8.1265 7.4993,14.9986 1.4387,6.8721 2.013,15.1594 2.6998,23.3978 0.6863,8.2383 1.4727,16.4106 2.9997,23.0978 1.5269,6.6872 3.84,11.88 7.7992,14.0987 3.9593,2.2186 7.1719,2.4647 9.8991,1.4998 2.0587,-0.7286 3.7572,-2.3918 5.3995,-3.8996 -1.6417,-0.3667 -3.7575,0.718 -5.0995,-0.6 3.2231,-2.4136 5.238,-11.8555 -1.4999,-9.2991 1.5148,-2.2856 4.6477,-2.1341 6.2994,-4.1996 1.4196,-1.7797 0.3667,-3.9888 2.3998,-5.3995 4.4076,-3.0624 0.8447,-6.2914 2.9997,-10.199 1.5089,11.1723 11.7387,-0.4732 12.5988,-5.9994 0.7564,3.9046 3.8137,0.7861 6.5994,0 -2.0297,-1.256 -2.0297,-3.2437 0,-4.4996 -2.1071,-0.8217 0.6489,-2.7318 1.1999,-4.4996 -1.7232,0.1248 -3.0657,0.7967 -4.1996,2.0998 -0.4704,-8.223 0.9176,-17.3109 3.5996,-25.1976 1.0029,-2.9523 2.0591,-9.0789 5.9995,-9.2991 4.3391,-0.2467 3.054,-3.5852 1.1999,-6.2994 4.0177,1.6279 9.9034,8.8767 14.9985,6.2994 3.0714,-1.5565 6.7731,-0.1171 8.9992,-3.5997 1.8005,-2.8184 -0.8092,-1.833 -1.7998,-2.9997 -2.3511,-2.7678 -4.8517,-6.2225 -8.3993,-7.4993 -2.6487,-0.9522 -4.0316,-4.0091 -6.2994,-5.6995 -2.8124,-2.0981 -5.3998,-4.3583 -8.0992,-6.5993 -1.875,-1.5565 -0.5951,-3.9544 -2.9997,-4.7996 2.8568,0.086 5.0829,-3.4446 5.3995,-6.5994 z"
               style="fill:#510000;stroke:none;stroke-width:1.88919115;stroke-miterlimit:1;stroke-dasharray:none;fill-opacity:1" /></g><g
             id="g16841"
             style="fill:#900000;stroke:none;stroke-width:1.88919115;stroke-miterlimit:1;stroke-dasharray:none;fill-opacity:1"><path
               inkscape:connector-curvature="0"
               id="path7364"
               d="m 6285.0784,2096.7551 c -0.4642,1.9553 0.25,2.1696 2.1428,0.6428 -0.7142,-0.2143 -1.4255,-0.4285 -2.1428,-0.6428"
               style="fill:#510000;stroke:none;stroke-width:1.88919115;stroke-miterlimit:1;stroke-dasharray:none;fill-opacity:1" /><path
               inkscape:connector-curvature="0"
               id="path7366"
               d="m 6287.6706,2094.1837 c -0.9315,2.0684 1.0506,3.8838 2.7678,4.5029 0.1399,-1.9315 0.1875,-5.1874 -2.7678,-4.5029"
               style="fill:#510000;stroke:none;stroke-width:1.88919115;stroke-miterlimit:1;stroke-dasharray:none;fill-opacity:1" /><path
               inkscape:connector-curvature="0"
               id="path7368"
               d="m 6288.2956,2077.0413 c -0.048,1.8482 1.1369,3.0863 3.0059,2.1428 -0.2202,-1.7201 -1.2916,-2.5535 -3.0059,-2.1428"
               style="fill:#510000;stroke:none;stroke-width:1.88919115;stroke-miterlimit:1;stroke-dasharray:none;fill-opacity:1" /><path
               inkscape:connector-curvature="0"
               id="path7372"
               d="m 6292.8163,2090.541 c 0.077,1.5386 0.8631,2.5386 2.3512,2.9999 0.051,-1.5654 -0.8988,-2.5862 -2.3512,-2.9999"
               style="fill:#510000;stroke:none;stroke-width:1.88919115;stroke-miterlimit:1;stroke-dasharray:none;fill-opacity:1" /><path
               inkscape:connector-curvature="0"
               id="path7376"
               d="m 6263.9647,2069.0785 c -0.3696,5.9165 -4.1698,0.2419 -5.6995,0.8994 -4.4909,1.9316 -5.6849,1.2685 -9.8991,-0.2995 -0.5269,2.4136 -2.558,3.3222 -3.5996,5.3995 -1.2054,2.4136 -1.8499,5.7207 -2.0998,8.3992 -0.2707,2.8958 2.0588,9.7175 0.2995,11.399 -4.5594,4.3659 1.3677,9.2378 -6.5994,10.199 -6.3421,0.7622 -2.6356,10.084 -0.5999,12.5988 -3.4702,1.1994 -12.848,7.1038 -8.6992,11.6989 1.8612,2.0617 -2.3429,7.8141 -4.1996,12.2988 1.7745,1.4811 3.6441,2.9918 5.3995,4.7996 2.6884,2.7688 5.3209,5.5542 8.0992,7.4993 2.7783,1.945 5.6682,3.2026 8.6992,2.3998 3.031,-0.8025 5.3201,-2.7521 7.1993,-5.3995 1.8792,-2.6475 3.2121,-5.929 4.4996,-9.2992 2.5747,-6.7402 4.5315,-13.8986 8.0992,-16.7984 3.5677,-2.8998 5.6319,-4.5206 7.7993,-5.3995 2.1673,-0.8792 4.4541,-1.0218 8.9991,-0.8994 4.545,0.1219 10.6558,2.0398 16.7984,4.7996 0.3398,0.1526 0.5606,0.4425 0.8995,0.5999 0.096,-0.9177 0.7314,-1.9898 0.2995,-2.6997 -1.5208,-2.5059 -3.2514,-4.9227 -5.0996,-7.1994 -1.6189,-1.988 -6.9496,-4.2387 -2.6997,-5.3995 -1.2798,-0.6575 -2.4622,-1.1433 -3.8996,-1.1998 4.1636,-0.5894 -1.1073,-0.9235 1.4998,-3.8997 -3.1368,-1.0564 -6.001,-2.0704 -8.0992,-4.7995 2.8481,1.3303 3.0574,-2.5152 3.8996,-4.1996 -3.3034,-0.8188 -4.7368,-3.915 -7.7992,-5.0995 2.4165,-1.0744 6.3867,-1.1346 8.6991,0.2995 0.1133,-1.5446 -0.067,-3.0443 -0.5999,-4.4996 1.1577,3.3779 5.2309,5.3943 7.7993,2.0998 -1.5863,-0.5894 -1.5403,-1.9991 -2.0999,-3.2997 -0.5596,-1.2976 -3.3924,-1.6201 -4.4995,-2.3998 5.4492,2.6994 -2.4902,-4.0942 -3.2997,-4.7995 1.6458,-0.1843 3.1484,-0.8448 4.4996,-1.7999 -4.491,0.3994 -7.3473,-4.6252 -11.9989,-4.1996 -3.6309,0.3331 -9.0882,1.0097 -11.9989,-1.7998 z"
               style="fill:#510000;stroke:none;stroke-width:1.88919115;stroke-miterlimit:1;stroke-dasharray:none;fill-opacity:1" /><path
               inkscape:connector-curvature="0"
               id="path7378"
               d="m 6280.1679,2091.8266 c 0.068,-0.4999 0.1398,-0.9999 0.2083,-1.4999 2.2886,0.3274 4.4136,1.2708 6.4284,2.3571 -2.2559,0.4107 -4.5148,-0.1191 -6.6367,-0.8572"
               style="fill:#510000;stroke:none;stroke-width:1.88919115;stroke-miterlimit:1;stroke-dasharray:none;fill-opacity:1" /><path
               inkscape:connector-curvature="0"
               id="path7380"
               d="m 6290.0188,2075.3271 c 2.6041,-0.3452 6.0058,-0.8363 5.36,3.0029 -2.4881,0.5178 -3.7261,-1.7083 -5.36,-3.0029"
               style="fill:#510000;stroke:none;stroke-width:1.88919115;stroke-miterlimit:1;stroke-dasharray:none;fill-opacity:1" /></g><g
             id="g18737"
             style="fill:#c80200;stroke:none;stroke-width:1.88919115;stroke-miterlimit:1;stroke-dasharray:none;fill-opacity:1"><path
               inkscape:connector-curvature="0"
               id="path7105"
               d="m 6494.8643,2281.2529 c 3.1457,-1.5654 10.0414,-2.607 12.0443,-5.6099 2.5356,-3.7975 1.1428,-6.5832 -2.8154,-7.4552 3.1428,-3.5445 -3.6874,-5.729 -6.0445,-6.3153 -4.4284,-1.1011 -8.3718,0.2768 -12.7645,0.753 -5.3778,0.5863 -6.4998,3.2499 -4.0773,8.4343 2.5416,5.4492 8.6754,7.5265 13.6574,10.1931"
               style="fill:#900000;stroke:none;stroke-width:1.88919115;stroke-miterlimit:1;stroke-dasharray:none;fill-opacity:1" /><path
               inkscape:connector-curvature="0"
               id="path7129-3"
               d="m 6515.6375,2266.67 c -1.2916,1.7916 -0.7142,2.5059 1.7262,2.1458 -0.5744,-0.7173 -1.1488,-1.4315 -1.7262,-2.1458"
               style="fill:#900000;stroke:none;stroke-width:1.88919115;stroke-miterlimit:1;stroke-dasharray:none;fill-opacity:1" /><path
               inkscape:connector-curvature="0"
               id="path7131"
               d="m 6518.8517,2263.9022 c -0.5178,0.7738 -0.7262,1.628 -0.625,2.5595 0.8095,0.01 1.5952,-0.131 2.3512,-0.4197 -0.5,-0.7737 -1.0744,-1.485 -1.7262,-2.1398"
               style="fill:#900000;stroke:none;stroke-width:1.88919115;stroke-miterlimit:1;stroke-dasharray:none;fill-opacity:1" /><path
               inkscape:connector-curvature="0"
               id="path7133"
               d="m 6524.4468,2257.6822 c -0.6786,1.0981 -1.3898,2.1695 -2.1428,3.2142 1.6934,-0.3542 2.5327,-1.494 2.1428,-3.2142"
               style="fill:#900000;stroke:none;stroke-width:1.88919115;stroke-miterlimit:1;stroke-dasharray:none;fill-opacity:1" /><path
               inkscape:connector-curvature="0"
               id="path7135"
               d="m 6570.5169,2272.024 c 4.7856,2.7678 9.6903,4.6904 14.0741,8.1159 5.101,3.982 5.8153,-1.9881 4.9879,-5.9671 -0.5119,-2.4494 -3.8005,-3.238 -4.2856,-5.5683 -0.497,-2.4047 -0.497,-5.0892 -2.8808,-6.5117 -2.2024,-1.3155 -3.0357,-3.0327 -5.9136,-2.4762 -2.8898,0.5595 -5.6605,0.1578 -8.0117,-1.7023 -2.2886,-1.8125 -5.223,-3.1874 -8.1991,-3.0952 -2.9761,0.092 -4.366,2.5119 -6.9998,3.0892 -2.3244,0.506 -3.2172,-0.7053 -4.4523,-2.1576 -0.4375,-0.5179 -7.726,0.3809 -8.7765,0.3065 -10.0146,-0.7262 -20.5739,6.3838 -16.4728,17.4906 0.08,-2.2618 3.1963,-11.4521 6.4284,-10.717 -1.0268,3.0238 4.3421,7.854 6.9165,8.3331 1.0565,0.1965 13.1038,-9.8152 10.2259,-2.113 1.8839,-0.4137 12.9877,4.0535 13.6186,0.2232 0.5447,-3.2946 9.1665,-0.5595 9.7408,2.7499"
               style="fill:#900000;stroke:none;stroke-width:1.88919115;stroke-miterlimit:1;stroke-dasharray:none;fill-opacity:1" /><path
               inkscape:connector-curvature="0"
               id="path7137"
               d="m 6525.7265,2275.0329 c -1.7023,0.8154 -3.0029,2.5088 -2.5892,4.4939 2.5297,-0.3185 4.2826,-2.2827 6.6665,-2.9761 -2.2946,3.8451 3.0743,0.1637 2.5594,-3.4523 -2.4136,0.1667 -4.0951,2.4464 -6.6367,1.9345"
               style="fill:#900000;stroke:none;stroke-width:1.88919115;stroke-miterlimit:1;stroke-dasharray:none;fill-opacity:1" /><path
               inkscape:connector-curvature="0"
               id="path7144"
               d="m 6535.1608,2273.0984 c -0.628,0.7976 -0.7083,1.6607 -0.2381,2.5892 0.9018,-0.4285 1.6934,-1.0029 2.3839,-1.7261 -0.7173,-0.2887 -1.4315,-0.5774 -2.1458,-0.8631"
               style="fill:#900000;stroke:none;stroke-width:1.88919115;stroke-miterlimit:1;stroke-dasharray:none;fill-opacity:1" /><path
               inkscape:connector-curvature="0"
               id="path7146"
               d="m 6538.375,2272.4734 c -0.7946,2.2232 0.9553,4.116 3.2142,3.0059 -0.2619,-1.6904 -1.4613,-2.9345 -3.2142,-3.0059"
               style="fill:#900000;stroke:none;stroke-width:1.88919115;stroke-miterlimit:1;stroke-dasharray:none;fill-opacity:1" /><path
               inkscape:connector-curvature="0"
               id="path7166-4"
               d="m 6599.4447,2287.473 c 0.3482,1.3303 0.3095,1.8839 1.9315,2.1428 -0.6428,-0.7143 -1.2857,-1.4285 -1.9315,-2.1428"
               style="fill:#c80200;stroke:none;stroke-width:1.88919115;stroke-miterlimit:1;stroke-dasharray:none;fill-opacity:1" /><path
               inkscape:connector-curvature="0"
               id="path7168"
               d="m 6602.2125,2284.6725 c -1.8571,-0.2798 -1.6398,0.4345 0.6547,2.1458 -0.2172,-0.7143 -0.4374,-1.4286 -0.6547,-2.1458"
               style="fill:#c80200;stroke:none;stroke-width:1.88919115;stroke-miterlimit:1;stroke-dasharray:none;fill-opacity:1" /><path
               inkscape:connector-curvature="0"
               id="path7234"
               d="m 6465.0734,2392.4701 c -1.6636,-0.1726 -2.9136,2.6785 -3.2141,3.8392 1.6041,-0.7113 2.7975,-2.1339 3.2141,-3.8392"
               style="fill:#900000;stroke:none;stroke-width:1.88919115;stroke-miterlimit:1;stroke-dasharray:none;fill-opacity:1" /><path
               inkscape:connector-curvature="0"
               id="path7236"
               d="m 6468.2876,2389.0476 c 4.4821,-3.741 8.8361,-2.8898 14.1366,-1.9672 2.8183,0.491 5.6605,-4.9761 9.2259,-4.9076 -4.6546,-5.7469 -7.0653,-3.6964 -13.7883,-1.0804 -1.8779,0.7321 -3.1904,-0.9761 -4.7767,-0.2946 -2.9017,1.244 -4.3808,5.3986 -4.7975,8.2498"
               style="fill:#900000;stroke:none;stroke-width:1.88919115;stroke-miterlimit:1;stroke-dasharray:none;fill-opacity:1" /><path
               inkscape:connector-curvature="0"
               id="path7238"
               d="m 6506.233,2375.9527 c -0.9196,1.125 -1.3541,2.4166 -1.3065,3.8689 1.9166,-0.6607 2.8273,-2.1636 1.3065,-3.8689"
               style="fill:#900000;stroke:none;stroke-width:1.88919115;stroke-miterlimit:1;stroke-dasharray:none;fill-opacity:1" /><path
               inkscape:connector-curvature="0"
               id="path7240"
               d="m 6510.7269,2392.8867 c -0.5297,2.5297 0.1875,2.6756 2.1458,0.4465 -0.7172,-0.1489 -1.4315,-0.2977 -2.1458,-0.4465"
               style="fill:#900000;stroke:none;stroke-width:1.88919115;stroke-miterlimit:1;stroke-dasharray:none;fill-opacity:1" /><path
               inkscape:connector-curvature="0"
               id="path7242"
               d="m 6513.7358,2391.1904 c -0.9553,3.735 6.1308,4.9879 6.845,0.8303 -2.3332,0.4315 -4.6278,-0.1875 -6.845,-0.8303"
               style="fill:#900000;stroke:none;stroke-width:1.88919115;stroke-miterlimit:1;stroke-dasharray:none;fill-opacity:1" /><path
               inkscape:connector-curvature="0"
               id="path7244"
               d="m 6520.7862,2393.9581 c 0.077,0.6459 0.1607,1.2917 0.2381,1.9345 0.8065,-0.5327 1.5118,-1.1785 2.113,-1.9345 -0.7857,0 -1.5684,0 -2.3511,0"
               style="fill:#900000;stroke:none;stroke-width:1.88919115;stroke-miterlimit:1;stroke-dasharray:none;fill-opacity:1" /><path
               inkscape:connector-curvature="0"
               id="path7246"
               d="m 6534.2977,2364.6137 c -0.9613,0.5744 -1.4583,1.4285 -1.488,2.5595 2.3392,0.2648 2.8362,-0.5863 1.488,-2.5595"
               style="fill:#900000;stroke:none;stroke-width:1.88919115;stroke-miterlimit:1;stroke-dasharray:none;fill-opacity:1" /><path
               inkscape:connector-curvature="0"
               id="path7248"
               d="m 6537.7202,2393.5385 c 0.6816,1.4553 1.8244,2.1011 3.4226,1.9345 -0.3244,-1.8065 -1.7024,-2.6041 -3.4226,-1.9345"
               style="fill:#900000;stroke:none;stroke-width:1.88919115;stroke-miterlimit:1;stroke-dasharray:none;fill-opacity:1" /><path
               inkscape:connector-curvature="0"
               id="path7250"
               d="m 6555.934,2383.4525 c -1.9106,1.6636 -0.9166,5.7409 1.872,5.6903 5.3123,-0.095 2.8838,-6.2379 -1.872,-5.6903"
               style="fill:#900000;stroke:none;stroke-width:1.88919115;stroke-miterlimit:1;stroke-dasharray:none;fill-opacity:1" /><path
               inkscape:connector-curvature="0"
               id="path7252"
               d="m 6580.7845,2397.6188 c 3.5148,-1.1786 6.7111,-3.3779 9.6426,-5.5951 -3.6963,1.4285 -7.3718,1.0773 -9.6426,5.5951"
               style="fill:#900000;stroke:none;stroke-width:1.88919115;stroke-miterlimit:1;stroke-dasharray:none;fill-opacity:1" /><path
               inkscape:connector-curvature="0"
               id="path7254"
               d="m 6584.6535,2375.7444 c -0.381,1.8422 0.3333,1.9106 2.1457,0.2083 -0.7172,-0.068 -1.4315,-0.1399 -2.1457,-0.2083"
               style="fill:#900000;stroke:none;stroke-width:1.88919115;stroke-miterlimit:1;stroke-dasharray:none;fill-opacity:1" /><path
               inkscape:connector-curvature="0"
               id="path7256"
               d="m 6588.4926,2373.6016 c -0.3452,0.5743 -0.6934,1.1517 -1.0416,1.7261 1.7172,0.5774 2.86,-0.2053 3.2142,-1.9345 -0.7232,0.068 -1.4494,0.1399 -2.1726,0.2084"
               style="fill:#900000;stroke:none;stroke-width:1.88919115;stroke-miterlimit:1;stroke-dasharray:none;fill-opacity:1" /><path
               inkscape:connector-curvature="0"
               id="path7258"
               d="m 6602.8672,2365.8934 c -3.5207,0.2143 -13.4728,12.0592 -10.0592,15.205 -6.9314,-3.1934 -2.1011,14.2317 1.4047,6.1814 1.5506,-3.5654 5.4195,-5.3064 7.3331,-8.6992 1.5804,-2.8065 -0.2916,-9.1456 3.2589,-10.339 -0.5387,-0.872 -1.1815,-1.6547 -1.9375,-2.3482"
               style="fill:#900000;stroke:none;stroke-width:1.88919115;stroke-miterlimit:1;stroke-dasharray:none;fill-opacity:1" /><path
               inkscape:connector-curvature="0"
               id="path7260"
               d="m 6605.2184,2365.8934 c 1.1458,1.8988 3.7022,1.381 5.1486,3.0059 0.03,-2.9374 -2.9433,-3.1755 -5.1486,-3.0059"
               style="fill:#c80200;stroke:none;stroke-width:1.88919115;stroke-miterlimit:1;stroke-dasharray:none;fill-opacity:1" /><path
               inkscape:connector-curvature="0"
               id="path7262"
               d="m 6629.8605,2328.8082 c -0.5386,-0.6875 -1.2529,-0.8958 -2.1428,-0.622 0.9197,1.5505 -0.5654,6.3242 1.5,6.9611 3.2261,0.9999 1.2113,-5.1904 0.6428,-6.3391"
               style="fill:#900000;stroke:none;stroke-width:1.88919115;stroke-miterlimit:1;stroke-dasharray:none;fill-opacity:1" /><path
               inkscape:connector-curvature="0"
               id="path7264"
               d="m 6631.5867,2326.2517 c -1.8779,-0.3899 -1.9464,0.3244 -0.2083,2.1428 0.068,-0.7143 0.1398,-1.4285 0.2083,-2.1428"
               style="fill:#900000;stroke:none;stroke-width:1.88919115;stroke-miterlimit:1;stroke-dasharray:none;fill-opacity:1" /><path
               inkscape:connector-curvature="0"
               id="path7266"
               d="m 6631.5867,2337.174 c 3.857,-2.8571 7.6754,-12.9937 8.9878,-17.559 -3.235,1.1428 -2.8957,4.3183 -3.9909,6.9462 -1.5446,3.7023 -3.8452,6.5861 -4.9969,10.6128"
               style="fill:#900000;stroke:none;stroke-width:1.88919115;stroke-miterlimit:1;stroke-dasharray:none;fill-opacity:1" /><path
               inkscape:connector-curvature="0"
               id="path7268"
               d="m 6660.5144,2341.4566 c -0.5981,2.6428 -1.0833,6.226 1.0714,8.3659 -4.3064,-0.2441 -5.7319,12.6603 1.3899,9.2646 9.2557,-4.4195 3.2529,-13.3568 -2.4613,-17.6305"
               style="fill:#900000;stroke:none;stroke-width:1.88919115;stroke-miterlimit:1;stroke-dasharray:none;fill-opacity:1" /><path
               inkscape:connector-curvature="0"
               id="path7270"
               d="m 6673.1629,2352.3789 c -1.5386,0.9732 -1.7291,2.9821 -1.0684,4.5267 1.116,-1.3303 1.4732,-2.8392 1.0684,-4.5267"
               style="fill:#900000;stroke:none;stroke-width:1.88919115;stroke-miterlimit:1;stroke-dasharray:none;fill-opacity:1" /><path
               inkscape:connector-curvature="0"
               id="path7272"
               d="m 6673.1629,2348.7511 c -1.988,1.1666 -1.7083,1.8809 0.8333,2.1428 -0.2797,-0.7143 -0.5535,-1.4316 -0.8333,-2.1428"
               style="fill:#900000;stroke:none;stroke-width:1.88919115;stroke-miterlimit:1;stroke-dasharray:none;fill-opacity:1" /><path
               inkscape:connector-curvature="0"
               id="path7274"
               d="m 6676.139,2349.1677 c 2.5476,-7.7587 -1.8124,-2.5088 0,0"
               style="fill:#900000;stroke:none;stroke-width:1.88919115;stroke-miterlimit:1;stroke-dasharray:none;fill-opacity:1" /><path
               inkscape:connector-curvature="0"
               id="path7382"
               d="m 6662.8656,2337.8287 c 0.1488,1.7679 0.8601,3.2678 2.1428,4.4969 -0.5804,-1.0208 0.4434,-7.2498 0.8958,-8.6575 1.1488,-3.5921 -2.6339,-1.7291 -1.5506,-4.857 2.9166,1.4643 4.7945,-3.3243 6.0237,-5.0593 2.1071,-2.9791 4.8719,3.4076 4.8332,5.0236 -0.1012,4.2291 -0.375,8.7706 -0.6161,12.9997 -0.3839,6.6337 -5.3361,3.5921 -8.7259,1.2053 4.3719,5.2022 -11.3539,-5.6278 -3.0029,-5.1517"
               style="fill:#900000;stroke:none;stroke-width:1.88919115;stroke-miterlimit:1;stroke-dasharray:none;fill-opacity:1" /><path
               inkscape:connector-curvature="0"
               id="path7384"
               d="m 6668.0142,2344.4655 c 0.8929,0.5863 3.6874,4.2201 1.8482,5.0891 -2.994,1.4166 -5.0147,-4.3421 -1.8482,-5.0891"
               style="fill:#900000;stroke:none;stroke-width:1.88919115;stroke-miterlimit:1;stroke-dasharray:none;fill-opacity:1" /></g><g
             id="g5877"
             style="fill:#510000;fill-opacity:1"><path
               style="fill:#290000;fill-opacity:1;stroke:none;stroke-width:1.88919115;stroke-miterlimit:1;stroke-dasharray:none"
               d="m 6029.6867,2337.8531 2.4,13.1988 c 2.2059,0.1151 4.3731,0.3503 6.2992,-1.7999 1.7872,-1.9945 1.4074,-5.4824 1.2,-9.2991 -0.03,-0.4416 0.3178,-0.7554 0.2994,-1.1999 -0.3137,-0.2101 -0.5828,0.3686 -0.8994,0 -1.308,-1.0153 -5.8198,-2.3859 -9.429,-2.4387 z"
               id="path19754"
               inkscape:connector-curvature="0"
               sodipodi:nodetypes="cccccccc" /><path
               style="clip-rule:evenodd;fill:#290000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.66666663;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
               d="M 2239.6523 807.77539 C 2239.4207 807.6973 2239.2195 807.69039 2238.959 807.53516 C 2238.8478 808.06552 2238.5287 808.69573 2238.1035 809.03711 C 2237.8909 809.2078 2237.6526 809.30639 2237.4004 809.28516 C 2237.1482 809.26392 2236.8831 809.12212 2236.6172 808.8125 C 2236.3939 808.63977 2235.6734 808.50156 2235.0547 808.35547 A 4.4460268 4.4460273 0 0 0 2233.3848 811.82617 A 4.4460268 4.4460273 0 0 0 2237.8301 816.27344 A 4.4460268 4.4460273 0 0 0 2242.2754 811.82617 A 4.4460268 4.4460273 0 0 0 2239.6523 807.77539 z "
               id="path4077"
               transform="matrix(2.8328156,0,0,2.8319258,-296.80301,48.026476)" /></g><path
             id="path1086-2"
             d="m 6039.1184,2338.5239 c -1.9076,-1.4749 -11.4436,-3.2378 -13.3056,-1.484 -0.2339,-6.0617 -5.8659,1.8707 -6.6302,3.8671 -0.7737,2.0145 -0.8817,11.7454 -5.1461,7.9052 -0.7197,3.2019 -2.6988,5.765 -3.8683,8.7777 -1.2684,-3.0039 -3.994,-2.1855 -6.1893,-0.8364 6.9092,3.3545 15.0598,-0.6655 21.2849,3.6603 1.9432,1.3489 4.7232,1.457 6.8465,2.4731 3.4006,1.6278 -1.3496,4.11 -1.8537,6.4574 -1.3579,6.3313 16.868,5.2342 20.251,5.8367 6.5133,1.1692 11.9201,5.9266 18.4153,7.5995 2.0508,0.5306 4.8671,1.2232 6.8823,0.1888 2.159,-1.1151 1.6549,-3.0036 4.7496,-3.0936 7.8991,-0.2339 15.8697,1.6369 23.2199,4.074 9.095,3.0218 17.8843,7.8872 27.2045,10.0189 3.8771,0.8813 9.401,0.072 12.8734,1.7625 3.5719,1.7447 6.6302,0.1439 10.5261,0.5216 7.9705,0.7645 16.8767,5.7198 24.1819,0.7195 5.9641,-4.0919 12.8552,3.3635 17.9925,6.0167 1.7362,0.8993 12.3248,1.5468 12.109,2.7698 -0.4049,2.2215 2.9234,3.5614 4.7227,2.68 1.3316,-0.6475 -2.204,-5.1081 -2.6087,-5.7378 -3.6075,-5.5398 0.7647,-11.0258 1.2953,-16.7276 0.3328,-3.5795 -3.2204,-4.2451 -5.8028,-5.0635 -4.4256,-1.3849 -5.8022,0.5396 -9.9407,0.1349 -3.9045,-0.3777 -9.2302,2.4553 -12.6126,0.7915 -2.159,-1.0612 -8.3213,-3.1298 -9.3114,-5.495 -0.8546,-2.0146 2.897,-11.5835 -2.0509,-7.3835 0.9714,-3.1659 -1.763,-6.2414 -1.5203,-9.4342 -2.8877,1.484 -6.7472,0.4677 -9.8512,0.7645 -1.2141,-0.1349 -2.2129,-0.6746 -2.9865,-1.6367 -2.1409,-1.8528 -4.3631,-0.4586 -6.6484,-1.6818 -1.1964,-0.6386 -3.2116,-5.6209 -5.2987,-3.1209 -2.0602,2.4734 -6.1986,2.0417 -7.7998,-0.7464 -3.7602,-6.6194 -8.1864,-7.4288 -11.2722,0.8004 -1.0439,2.761 -2.8701,9.0653 -7.0894,7.6713 -2.3566,-0.7734 -2.8513,-2.0054 -5.4963,-1.8256 -2.1321,0.1439 -4.3724,0.7014 -6.5133,0.2338 -4.1836,-0.9353 -5.9466,-0.7015 -10.0039,-0.4497 -2.3485,0.1439 -6.0904,-2.9408 -8.1868,-1.8078 -8.4565,4.5957 -10.2735,-7.2667 -13.5033,-11.7994 -2.9776,-4.1818 -2.4291,-0.3057 -5.1191,-0.3057 -3.1573,0 -5.8923,-4.5777 -9.167,-2.9409 -3.1035,1.5557 -5.2356,-2.5362 -7.1519,-4.146 -3.149,-2.635 -5.5151,-1.5558 -8.9875,-3.6244 -0.6298,3.0039 -3.6256,7.1227 -6.639,3.6154"
             style="clip-rule:evenodd;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1.88824701;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
             inkscape:connector-curvature="0" /><g
             id="id-outline"
             style="clip-rule:evenodd;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
             transform="matrix(8.996268,0,0,8.9934421,-296.86527,59.07836)"
             inkscape:label="#id-outline"><path
               id="path56"
               d="m 773.76923,247.3384 c -0.16803,0.10601 -0.12103,0.186 0.14197,0.238 -0.048,-0.079 -0.095,-0.15899 -0.14197,-0.238"
               style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
               inkscape:connector-curvature="0" /><path
               id="path72"
               d="m 774.26819,241.12441 c -0.216,0.072 -0.23999,0.31799 -0.16498,0.49899 0.012,-0.17999 0.068,-0.34699 0.16498,-0.49899"
               style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
               inkscape:connector-curvature="0" /><path
               id="path88"
               d="m 774.65223,241.88539 c -0.17701,-0.039 -0.193,0.04 -0.05,0.23801 0.016,-0.08 0.033,-0.159 0.05,-0.23801"
               style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
               inkscape:connector-curvature="0" /><path
               id="path104"
               d="m 775.93518,238.81641 c -0.30096,0.064 -0.25195,0.65999 0.0711,0.56799 0.19,-0.053 0,-0.485 -0.0711,-0.56799"
               style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
               inkscape:connector-curvature="0" /><path
               id="path120"
               d="m 776.50721,240.3374 c -0.008,0.048 -0.015,0.097 -0.023,0.14501 0.17004,-0.012 0.33703,-0.043 0.49902,-0.096 -0.159,-0.014 -0.31799,-0.031 -0.47601,-0.049"
               style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
               inkscape:connector-curvature="0" /><path
               id="path136"
               d="m 777.15223,237.95641 c 0,0.37399 0.62799,0.84599 0.89996,0.43199 0.19403,-0.29601 -0.75098,-0.418 -0.89996,-0.43199"
               style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
               inkscape:connector-curvature="0" /><path
               id="path152"
               d="m 777.43622,240.6944 c -0.015,0.079 -0.031,0.15899 -0.047,0.238 0.61499,0.042 1.143,0.37801 1.73699,0.50301 0.25098,0.053 0.51996,0.168 0.78199,0.098 0.29101,-0.078 0.62103,-0.25201 0.93103,-0.194 -0.25305,-0.371 -0.90302,-0.347 -1.29303,-0.39399 -0.70398,-0.085 -1.401,-0.17801 -2.10999,-0.25101"
               style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
               inkscape:connector-curvature="0" /><path
               id="path168"
               d="m 781.84119,259.9814 c -0.024,0.079 -0.048,0.159 -0.073,0.23801 0.49201,-0.163 1.02405,-0.089 1.53101,-0.092 0.49798,-0.002 0.79199,-0.25699 1.17401,-0.551 0.16803,-0.129 1.211,-1.41199 1.00098,-1.672 -0.60596,-0.75 -1.00098,-0.828 -1.92896,-0.441 -0.95502,0.39901 -1.32605,1.65301 -1.70404,2.518"
               style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
               inkscape:connector-curvature="0" /><path
               id="path184"
               d="m 784.76819,260.17339 c 0.08,-0.024 0.16101,-0.048 0.24103,-0.073 -0.12299,-0.24198 -0.11102,-0.70798 -0.51001,-0.547 -0.53101,0.21301 -0.10901,0.608 0.26898,0.62"
               style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
               inkscape:connector-curvature="0" /><path
               id="path200"
               d="m 784.65223,255.3644 c 0.011,0.18801 0.13,0.311 0.30798,0.358 -0.017,-0.18201 -0.12799,-0.318 -0.30798,-0.358"
               style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
               inkscape:connector-curvature="0" /><path
               id="path216"
               d="m 766.76722,238.9814 c 0.076,-0.187 0.045,-0.354 -0.096,-0.5 0.74298,-0.18899 1.35998,-0.23 1.93799,-0.763 0.53698,-0.495 1.096,-0.705 1.81701,-0.52699 0.72998,0.17898 1.094,0.71798 1.72199,0.989 0.63598,0.27398 1.29004,-0.09 1.88104,0.37098 -0.45105,0.33501 -0.017,0.78501 0.17596,1.123 0.26099,0.457 -0.036,0.83802 -0.20501,1.25901 -0.43,1.08001 0.211,2.36901 0.69702,3.30899 0.16699,-0.24298 -0.061,-0.788 0.21197,-0.96799 0.38501,-0.254 0.33704,0.88199 0.34101,0.98901 0.008,0.21598 0.079,0.26899 0.22705,0.414 0.21197,0.20698 0.112,0.487 0.30096,0.69898 0.36402,0.409 1.112,0.62802 1.53302,0.19202 0.30499,-0.31702 0.62,-0.598 0.93299,-0.905 0.328,-0.32401 0.39202,-0.758 0.83099,-1.03601 0.393,-0.249 0.28003,-1.172 0.78198,-1.17499 0.59503,-0.003 0.88104,0.053 1.43701,-0.237 0.39899,-0.20801 0.41803,-0.34702 0.23999,-0.71899 -0.13598,-0.28702 0.73603,-0.69301 0.91303,-0.78702 0.44299,-0.236 0.85303,-0.399 1.32202,-0.157 0.612,0.31599 1.34296,0.537 1.89099,0.95 0.461,0.34701 0.98499,0.539 1.49799,0.798 0.35101,0.17801 1.03997,0.72101 1.45202,0.577 0.51996,-0.18201 0.737,0.21399 1.26996,0.20599 0.55902,-0.007 0.836,0.57001 1.39002,0.495 l -0.534,10.247 c -0.058,0.55301 -0.479,0.94901 -0.45398,1.53702 0.009,0.24198 0.323,0.37299 0.323,0.525 0,0.36999 -0.063,0.74899 -0.088,1.11798 -0.11902,1.738 -0.25202,3.48102 -0.41401,5.21502 -0.71301,-0.359 -0.85998,-1.17401 -1.40197,-1.69101 -0.26703,-0.255 -1.289,-0.90399 -0.81104,-1.35501 -0.31201,0.245 -0.86798,0.14099 -1.24097,0.28901 -0.31805,0.12701 -0.906,0.156 -0.73602,-0.361 -0.15899,0.194 -0.56402,0.56 -0.83398,0.56299 -0.40802,0.004 0.068,-0.699 0.11096,-0.798 0.138,-0.32398 0.591,-1.04999 0.26202,-1.22699 -0.29699,-0.159 -0.38299,-0.54999 -0.61102,-0.77701 0.38904,-0.336 0.90503,0.25101 1.21301,-0.26099 -0.53698,0.53601 -1.23999,-0.30999 -1.617,-0.642 0.49798,-0.57199 1.06604,0.096 1.57098,0.11899 -0.43896,-0.17099 -0.81195,-0.475 -1.21399,-0.71399 0.469,-0.083 0.066,-0.22699 -0.089,-0.389 -0.21997,-0.228 -0.43597,-0.504 -0.52502,-0.81501 -0.11298,-0.39999 -0.48395,-1.14798 0.0421,-1.34601 -0.51904,0.19202 -0.55005,-0.36898 -0.072,-0.45297 -0.17798,-0.001 -0.62298,0.28198 -0.76098,0.073 -0.16602,-0.25 0.16699,-0.57901 0.0459,-0.85702 -0.15295,0.61102 -0.604,-0.36298 -0.80297,-0.44898 -0.33997,-0.147 -0.35999,-0.23202 -0.61902,-0.35101 -0.20099,-0.092 -0.68396,-0.22699 -0.80396,-0.42899 -0.16601,-0.27801 -1.19,-0.30002 -1.50903,-0.49301 -0.49896,-0.30301 -1.07898,-0.633 -1.638,-0.81299 -0.539,-0.173 -1.33301,-0.013 -1.80402,-0.24502 -0.41998,-0.207 -0.97796,-0.49298 -1.15497,-0.95899 -0.16497,-0.43399 0.52601,-0.36499 0.76203,-0.405 -0.28705,-0.087 -0.65003,-0.23401 -0.88001,0.057 -0.26001,0.32898 -0.43103,-0.17603 -0.66803,-0.24902 -0.003,0.48901 -0.76501,0.13 -0.406,-0.211 -0.521,0.005 -0.724,0.01 -0.857,-0.62198 -0.023,0.18399 -0.12298,0.33398 -0.27197,0.14499 -0.21002,-0.267 -0.044,-0.43399 -0.068,-0.71201 -0.0451,-0.51098 0.46295,-0.79898 0.48199,-1.315 -0.12604,0.26801 -0.57202,0.36301 -0.57202,0.69702 0,0.29798 0.026,0.762 -0.40301,0.73499 0.37298,0.16699 0.077,0.36099 -0.046,0.569 -0.0841,0.075 -0.16303,0.15399 -0.23902,0.238 -0.013,0.15799 -0.021,0.31699 -0.026,0.47599 -0.11603,0.33801 -0.80402,0.695 -1.16199,0.595 -0.31701,-0.088 -0.50305,-0.82999 -0.51403,-1.108 -0.007,-0.18698 0.24102,-0.20499 0.36901,-0.26398 0.33997,-0.15802 -0.182,-0.582 -0.096,-0.86301 -0.409,0.24701 -0.91797,-1.07599 -1.49201,-1.099 -0.89001,-0.036 -0.41199,-0.64901 0.22901,-0.71399 0.66601,-0.067 1.14599,0.59299 1.60699,-0.18002 0.34601,-0.578 1.40302,-0.763 1.13098,0.18002 0.073,-0.16 0.12903,-0.32601 0.16504,-0.49902 0.095,0.457 0.61902,-0.108 0.599,0.38001 0.071,-0.396 0.20801,-0.17499 0.30798,0.027 0.096,-0.207 0.11304,-0.47601 -0.073,-0.64499 0.16401,0.035 0.32398,0.02 0.47901,-0.046 -0.13703,-0.16598 -0.13001,-0.32498 0.023,-0.47699 -0.50903,0.379 -0.11701,-0.27099 -0.023,-0.38 -0.54498,0.046 -0.83899,0.39301 -1.42603,0.302 -0.36499,-0.057 -0.85296,0.289 -1.16797,0.17301 -0.388,-0.14301 -0.55102,0.12201 -0.85498,-0.18 -0.10504,-0.10501 -0.40503,0.086 -0.50701,0.093 -0.33698,0.021 -0.60401,-0.28699 -0.85602,-0.461 0.063,-0.081 0.12603,-0.16 0.19201,-0.238 -0.268,0.047 -0.51001,-0.267 -0.414,-0.52201 0.035,-0.095 0.164,-0.226 0.14502,-0.336 -0.046,-0.28 -0.48303,0.176 -0.18402,-0.332 -0.24402,0.047 -0.30499,0.051 -0.28497,-0.21499 -0.34302,0.498 -1.01105,-0.373 -1.30902,-0.357 0.28399,0.375 -0.39704,0.317 -0.57202,0.19699 -0.48499,-0.336 0.458,-0.95698 0.54602,-1.29199"
               style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
               inkscape:connector-curvature="0" /><path
               id="path232"
               d="m 678.3592,229.3134 c 0.104,0.073 0.48004,0.112 0.42102,-0.14 -0.028,-0.121 -0.44001,-0.375 -0.53803,-0.47301 -0.12201,-0.123 -0.26898,-0.235 -0.45495,-0.19599 0.095,-0.265 -0.26905,-0.465 -0.45301,-0.54799 -0.097,-0.044 -0.177,-0.24102 -0.30603,-0.13501 -0.23999,0.197 -0.23596,0.39599 0.004,0.604 0.39795,0.347 1.099,0.35001 1.32697,0.888"
               style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
               inkscape:connector-curvature="0" /><path
               id="path248"
               d="m 736.33924,250.91039 c -0.11103,0.401 0.10199,0.76901 0.046,1.16702 0.36902,-0.172 0.58398,0.53799 0.99701,0.23099 0.28302,-0.21 0.28698,-0.25 0.65197,-0.20801 0.34302,0.04 0.57202,-0.353 0.90204,-0.096 -0.032,-0.55801 -0.47503,-1.04001 -0.26898,-1.61301 0.25,-0.70001 0.383,-1.15799 0.29596,-1.92599 -0.072,-0.642 0.072,-1.146 0.13098,-1.77002 0.026,-0.285 -0.004,-0.56799 0.028,-0.854 0.052,-0.47898 -0.16401,-0.478 -0.28199,-0.88398 -0.22998,-0.79 1.138,-1.436 1.73603,-1.24902 0.539,0.16901 0.37194,1.37601 0.0879,1.69101 -0.79895,0.88699 0.552,1.896 1.31604,2.306 0.323,0.17401 -0.48999,1.388 -0.16004,1.883 0.17804,0.26599 0.76404,0.40301 1.06403,0.44699 0.36902,0.054 0.276,-0.54499 0.31702,-0.75599 0.092,-0.47601 0.76397,-0.389 1.09796,-0.52499 0.19903,-0.081 1.00403,0.32999 0.54004,-0.24902 0.362,0.613 0.849,-0.62799 0.21496,-0.81 -0.11297,0.58301 -0.26898,-0.22 -0.57202,-0.215 0.064,-0.087 0.12805,-0.17398 0.19202,-0.26098 -0.26196,-0.011 -0.58801,-0.35401 -0.737,-0.54502 -0.245,-0.31298 0.076,-0.57 -0.146,-0.88299 0.11798,0.029 0.237,0.053 0.357,0.072 -0.27301,-0.16599 -0.20002,-0.56799 0.14599,-0.54898 -0.064,-0.12201 -0.14697,-0.228 -0.25097,-0.319 -0.18903,-0.20801 -0.052,-0.43003 -0.17902,-0.65601 -0.10699,-0.19 -0.35699,-0.20501 -0.47601,-0.38 -0.13495,-0.20001 -0.17896,-0.51801 -0.28998,-0.741 -0.16699,-0.33499 -0.30798,-0.664 -0.66199,-0.83701 -0.289,-0.14199 -0.42602,-0.746 -0.81103,-0.565 0.018,-0.20599 0.025,-0.41199 0.023,-0.61899 0.40204,0.34201 0.72101,0.65299 1.12799,0.09 0.354,-0.48801 0.72302,-0.49499 1.22204,-0.774 0.68598,-0.383 1.18799,-1.991 2.08698,-1.96201 0.25702,0.008 0.30298,0.75 0.59997,0.43701 0.17701,-0.186 0.51502,-0.662 0.33503,-0.927 -0.29999,-0.44101 -1.46503,-0.306 -1.823,-0.009 0.19403,0.021 0.36102,0.10001 0.49902,0.23801 -0.46899,0.017 -1.81701,-0.31202 -1.98102,0.29499 -0.11102,0.407 -1.33398,0.391 -1.25598,-0.175 -0.40802,0.25 -0.83099,0.664 -1.03601,1.10001 -0.22302,0.47499 -0.32599,0.75499 -0.875,0.63499 -0.35998,-0.078 -0.70099,-0.172 -0.79999,-0.578 -0.0501,-0.205 -0.069,-0.412 -0.182,-0.597 -0.20801,-0.34 -0.349,-0.063 -0.57904,-0.23 -0.73999,-0.53801 -0.77198,-2.211 -0.45197,-2.955 0.18396,-0.42599 0.48999,-0.90401 0.91199,-1.13 0.34802,-0.18599 1.20099,0.12201 1.56402,0.25399 0.25696,0.093 0.75098,-0.123 0.982,-0.22898 0.47595,-0.22101 0.60797,0.11698 1.06897,0.18699 0.513,0.077 1.19702,-0.19999 1.74603,-0.18699 0.65698,0.017 1.07996,0.054 1.60596,0.43299 0.65301,0.473 2.685,0.154 3.21802,-0.46901 0.36499,-0.427 0.49401,-0.90599 0.93402,-1.302 0.474,-0.42599 0.45196,-1.14799 0.96399,-1.52899 -0.18,-0.11301 -0.28302,-0.312 -0.21503,-0.52299 -0.18799,0.048 -0.44995,-0.084 -0.60797,0.05 -0.237,0.20002 -0.224,0.59301 -0.54901,0.69201 -0.495,0.152 -0.18,0.305 -0.414,0.615 -0.13501,0.179 -0.46698,0.11 -0.56098,0.355 -0.237,0.61399 -1.17804,0.723 -1.70001,0.61 -0.44202,-0.095 -0.96503,-0.19699 -1.41901,-0.174 -0.255,0.013 -0.5,0.295 -0.71002,0.211 -0.65796,-0.26601 -1.12299,-0.392 -1.82898,-0.465 -0.36297,-0.038 -0.57397,-0.145 -0.96002,-0.106 -0.43897,0.045 -0.57098,-0.55501 -0.79401,-0.55099 -0.28698,0.005 -1.35498,-0.52001 -1.41595,0.077 -0.083,0.814 -0.82105,1.58901 -1.41803,0.735 -0.057,0.267 -0.14398,0.47 -0.35101,0.65199 -0.279,0.24701 -0.22199,0.627 -0.49396,0.84701 -0.51801,0.417 0.15796,1.145 -0.37305,1.524 -0.043,-0.187 -0.17798,-0.314 -0.37897,-0.261 0.13001,0.505 0.52198,0.38101 0.362,0.964 -0.14599,0.53101 0.33899,1.01801 0.18598,1.55901 -0.10999,-0.20101 -0.15601,-0.43401 -0.33399,-0.59501 -0.29797,0.806 -0.93097,1.22699 -0.97497,2.14299 -0.02,0.40902 0.016,0.84501 -0.014,1.24401 -0.034,0.46701 -0.47101,0.76901 -0.50195,1.26901 -0.0421,0.66199 -1.12403,0.96698 -0.95502,1.51999 0.095,0.311 0.34399,0.116 0.076,0.55701 -0.23297,0.38198 0.073,1.208 0.22699,1.60098 0.21502,-0.241 0.76898,-0.33099 1.07,-0.34699 0.65803,-0.035 0.13599,0.603 0.34998,0.98499 0.35504,0.63501 0.27002,1.17801 0.15704,1.909 -0.094,0.599 -0.24701,1.531 -0.64898,2"
               style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
               inkscape:connector-curvature="0" /><path
               id="path264"
               d="m 742.91022,250.64839 c -0.76898,0.267 -0.079,1.12702 -0.039,1.09 0.20599,-0.18799 0.18597,-0.87598 0.039,-1.09"
               style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
               inkscape:connector-curvature="0" /><path
               id="path280"
               d="m 743.12519,237.45641 c -0.12897,-0.23902 -0.46601,-0.248 -0.47596,0.073 0.172,0.065 0.331,0.041 0.47596,-0.073"
               style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
               inkscape:connector-curvature="0" /><path
               id="path296"
               d="m 743.48218,237.19541 c -0.15198,-0.21601 -0.33996,-0.21001 -0.49896,0 0.15497,0.11 0.341,0.10598 0.49896,0"
               style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
               inkscape:connector-curvature="0" /><path
               id="path312"
               d="m 744.29224,251.67339 c 0.099,-0.12198 0.34399,-0.38498 0.25397,-0.564 -0.164,-0.328 0.16498,-0.475 0.25403,-0.75799 0.048,-0.155 0.24798,-1.20899 -0.17603,-0.97998 -0.21002,0.11199 -0.48798,0.26098 -0.66998,0.41198 -0.34204,0.284 0.17596,0.64701 -0.068,0.95001 -0.094,0.11698 -0.34002,0.52198 -0.26104,0.676 0.12805,0.25 0.54803,0.17599 0.54602,-0.11902 0.036,0.129 0.077,0.25702 0.12103,0.383"
               style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
               inkscape:connector-curvature="0" /><path
               id="path328"
               d="m 745.76722,248.72041 c -0.61103,0.012 -0.83503,1.32999 -0.86298,1.797 -0.028,0.487 -0.21906,0.69699 -0.39801,1.14099 -0.22205,0.551 0.11999,0.40399 0.42798,0.73001 0.14801,-0.203 0.164,-0.474 0.32001,-0.668 0.15802,-0.195 0.44799,-0.089 0.59698,-0.27502 0.21503,-0.267 -0.22797,-0.73599 -0.48999,-0.46298 0.072,-0.29001 0.057,-0.59302 0.138,-0.88202 0.053,-0.19 0.40503,-0.82099 0.48401,-0.26199 0.26599,-0.44199 -0.24298,-0.698 -0.216,-1.11799"
               style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
               inkscape:connector-curvature="0" /><path
               id="path344"
               d="m 746.45923,240.8134 c -0.0111,-0.16901 0.004,-0.33501 0.046,-0.49901 0.909,0.47101 0.68103,-1.32499 -0.046,-0.21499 -0.237,-0.35199 0.23798,-0.45101 -0.24304,-0.599 -0.16498,-0.05 -0.35901,-0.071 -0.51196,0.028 -0.349,0.227 -0.26599,0.81 -0.17401,1.143 0.26696,-0.13701 0.419,-0.406 0.54498,-0.66501 0.26099,0.18801 0.012,0.78 0.38403,0.80701"
               style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
               inkscape:connector-curvature="0" /><path
               id="path360"
               d="m 745.74421,247.5034 c -0.271,0.11399 -0.23902,0.612 0.028,0.71601 0.39801,0.155 0.62799,-0.63001 -0.028,-0.71601"
               style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
               inkscape:connector-curvature="0" /><path
               id="path376"
               d="m 746.67322,239.55341 c -0.079,0.10099 -0.13,0.077 -0.049,0.23799 0.016,-0.079 0.033,-0.159 0.049,-0.23799"
               style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
               inkscape:connector-curvature="0" /><path
               id="path379"
               d="m 746.79023,240.9594 c -0.10505,0.041 -0.16101,0.11999 -0.16602,0.238 0.055,-0.08 0.10999,-0.15899 0.16602,-0.238"
               style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
               inkscape:connector-curvature="0" /><path
               id="path395"
               d="m 746.81623,251.14839 c 0.024,0.16901 0,0.237 0.21496,0.23801 -0.072,-0.079 -0.14398,-0.159 -0.21496,-0.23801"
               style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
               inkscape:connector-curvature="0" /><path
               id="path411"
               d="m 747.21918,251.7664 c 0.019,0.13501 0.098,0.207 0.23804,0.215 -0.079,-0.072 -0.15802,-0.143 -0.23804,-0.215"
               style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
               inkscape:connector-curvature="0" /><path
               id="path427"
               d="m 747.88721,252.98341 c -0.17102,0.172 -0.11603,0.25098 0.16602,0.23798 -0.056,-0.079 -0.11103,-0.15799 -0.16602,-0.23798"
               style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
               inkscape:connector-curvature="0" /><path
               id="path443"
               d="m 749.43518,240.8634 c -0.41595,0.60701 -0.085,1.13601 0.64106,0.903 0.11596,-0.072 0.23394,-0.13501 0.35797,-0.19101 0.138,0.028 0.27698,0.042 0.419,0.041 0.263,-0.13202 0.72303,-0.027 0.844,-0.37302 -0.19,0.024 -0.31702,-0.076 -0.357,-0.26098 -0.307,0.43399 -1.445,-0.28202 -1.90503,-0.11901"
               style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
               inkscape:connector-curvature="0" /><path
               id="path459"
               d="m 751.93518,228.2424 c -0.24499,-0.057 -0.26898,0.022 -0.073,0.23799 0.025,-0.079 0.049,-0.15899 0.073,-0.23799"
               style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
               inkscape:connector-curvature="0" /><path
               id="path475"
               d="m 752.43421,226.52741 c 0.143,-0.29801 -0.276,-1.24901 -0.64398,-0.83301 0.38897,0.10699 0.25799,0.671 0.64398,0.83301"
               style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
               inkscape:connector-curvature="0" /><path
               id="path491"
               d="m 751.93518,241.22041 c -0.34198,0.35898 0.53504,0.37699 0.70606,0.37998 0.46399,0.007 1.151,0.079 1.50696,-0.284 -0.72998,-0.108 -1.50299,0.16202 -2.21302,-0.096"
               style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
               inkscape:connector-curvature="0" /><path
               id="path507"
               d="m 753.2912,241.7664 c -0.51001,0.10999 -0.046,1.27301 0.21503,1.45401 0.10498,-0.18402 -0.095,-1.268 -0.21503,-1.45401"
               style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
               inkscape:connector-curvature="0" /><path
               id="path523"
               d="m 754.95819,247.07741 c 0.349,-0.17401 1.11603,-0.29001 1.33802,-0.62402 0.28198,-0.422 0.12701,-0.73099 -0.31299,-0.82798 0.34997,-0.39401 -0.409,-0.63702 -0.67102,-0.70202 -0.49201,-0.12198 -0.93097,0.031 -1.41901,0.084 -0.59698,0.065 -0.72198,0.36099 -0.453,0.93701 0.28302,0.60599 0.96405,0.836 1.518,1.133"
               style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
               inkscape:connector-curvature="0" /><path
               id="path539"
               d="m 755.00422,225.2654 c 0.065,-0.19001 -0.007,-0.38201 -0.16498,-0.5 0.047,0.17 0.10199,0.336 0.16498,0.5"
               style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
               inkscape:connector-curvature="0" /><path
               id="path555"
               d="m 755.10022,224.7184 c 0.26001,-0.269 0.323,-0.689 0.27399,-1.04601 -0.025,-0.18399 -0.18597,-0.72698 -0.35498,-0.29199 -0.11804,0.303 0.23401,0.54399 0.11896,0.774 -0.10596,0.211 -0.318,0.368 -0.038,0.564"
               style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
               inkscape:connector-curvature="0" /><path
               id="path571"
               d="m 756.6012,236.8844 c -0.29797,-0.12801 -0.53497,0.543 -0.33398,0.715 0.34802,0.29699 0.38098,-0.534 0.33398,-0.715"
               style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
               inkscape:connector-curvature="0" /><path
               id="path587"
               d="m 756.6012,237.8634 c -0.28601,0.14901 -0.14099,0.598 0.19202,0.5 -0.036,-0.178 -0.10004,-0.34401 -0.19202,-0.5"
               style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
               inkscape:connector-curvature="0" /><path
               id="path603"
               d="m 756.83924,233.6704 c -0.072,0.113 -0.0291,0.15699 0.073,0.261 -0.024,-0.087 -0.048,-0.174 -0.073,-0.261"
               style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
               inkscape:connector-curvature="0" /><path
               id="path619"
               d="m 757.33924,237.0034 c -0.079,0.105 -0.15802,0.208 -0.23804,0.31099 -0.081,-0.078 -0.15997,-0.15799 -0.23798,-0.23799 -0.21899,0.661 0.10297,0.41899 0.31,0.879 0.046,0.102 -0.25903,0.539 0.066,0.461 0.177,-0.042 0.367,-0.14301 0.43201,0.089 0.074,0.26799 1.02398,-0.181 0.22998,-0.40001 -0.32398,-0.089 -0.39997,-0.276 -0.22498,-0.55699 0.10999,-0.175 -0.23999,-0.447 -0.33697,-0.545"
               style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
               inkscape:connector-curvature="0" /><path
               id="path635"
               d="m 757.00519,235.0524 c -0.061,0.11301 -0.10901,0.083 0,0.239 v -0.239"
               style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
               inkscape:connector-curvature="0" /><path
               id="path651"
               d="m 757.12421,240.2184 c -0.36798,0.286 -0.17603,0.80099 0.26099,0.86 0.18499,0.025 0.349,-0.119 0.53204,-0.119 0.198,0 0.396,0.063 0.59595,0.074 0.67804,0.038 0.012,-0.613 -0.19098,-0.716 -0.44501,-0.22701 -0.75897,-0.44299 -1.198,-0.099"
               style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
               inkscape:connector-curvature="0" /><path
               id="path667"
               d="m 757.1012,234.0044 c -0.055,-0.008 -0.10999,-0.016 -0.16602,-0.023 0.043,0.095 0.099,0.18201 0.16602,0.261 v -0.238"
               style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
               inkscape:connector-curvature="0" /><path
               id="path683"
               d="m 757.71918,236.1004 c 0.02,0.29599 -0.095,0.605 0.11304,0.861 0.20099,0.248 0.41601,0.367 0.53302,0.68299 0.12897,0.34501 0.76794,1.08901 1.06994,0.907 -0.86096,-0.88199 -0.96099,-1.94699 -1.13195,-3.08198 -0.074,-0.49201 -0.054,-0.89601 0.55798,-0.584 0.521,0.26599 1.27698,0.42698 1.85699,0.47799 -0.36401,-0.178 -0.37097,-0.623 -0.66699,-0.856 -0.29602,-0.235 -1.13397,-0.197 -0.77099,-0.80301 0.242,-0.405 0.88098,-0.418 1.00299,-0.92199 0.082,-0.34 -0.159,-0.90999 -0.015,-1.159 -0.60998,-0.155 -1.27698,0.448 -1.52398,0.95199 0.57,0.028 0.013,0.32401 -0.14502,0.38601 -0.34497,0.136 -0.19397,0.507 -0.357,0.76001 -0.16901,0.26199 -0.526,-0.007 -0.63299,-0.18201 -0.18897,-0.31 0.20404,-0.511 0.41503,-0.64999 0.43598,-0.28701 0.71998,-1.16901 0.482,-1.67101 -0.10303,-0.215 -0.46399,-0.293 -0.37604,-0.58099 0.0841,-0.276 0.46002,-0.44701 0.35199,-0.776 -0.58197,0.004 -0.84595,0.73899 -0.98498,1.19299 -0.14801,0.481 -0.52997,1.33101 -0.443,1.80701 0.042,0.23399 0.14301,0.47799 0.27399,0.67498 0.053,0.094 0.12799,0.16301 0.22504,0.20601 -0.15802,0.19901 -0.21503,0.442 -0.19001,0.691 0.032,0.326 0.14496,0.513 0.33899,0.755 0.19501,0.244 0.06,0.64 0.017,0.912"
               style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
               inkscape:connector-curvature="0" /><path
               id="path699"
               d="m 757.41224,239.48039 c -0.087,0.064 -0.17402,0.12801 -0.26105,0.192 0.177,0.024 0.34302,-0.008 0.49902,-0.096 -0.08,-0.031 -0.159,-0.064 -0.23797,-0.096"
               style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
               inkscape:connector-curvature="0" /><path
               id="path715"
               d="m 757.26624,245.45641 c -0.14301,0.199 -0.079,0.27899 0.19195,0.23898 -0.064,-0.08 -0.12799,-0.159 -0.19195,-0.23898"
               style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
               inkscape:connector-curvature="0" /><path
               id="path731"
               d="m 757.62323,245.1494 c -0.057,0.086 -0.08,0.181 -0.069,0.284 0.09,0.001 0.177,-0.014 0.26099,-0.047 -0.055,-0.085 -0.11896,-0.16501 -0.19196,-0.237"
               style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
               inkscape:connector-curvature="0" /><path
               id="path747"
               d="m 758.24518,244.45839 c -0.075,0.12201 -0.15399,0.241 -0.23797,0.35699 0.18798,-0.04 0.281,-0.16598 0.23797,-0.35699"
               style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
               inkscape:connector-curvature="0" /><path
               id="path763"
               d="m 763.3642,246.05141 c 0.53198,0.30798 1.07703,0.52099 1.56403,0.90198 0.56695,0.44302 0.64697,-0.22098 0.55499,-0.663 -0.057,-0.272 -0.42304,-0.35998 -0.47699,-0.61899 -0.055,-0.267 -0.055,-0.565 -0.32001,-0.72299 -0.24402,-0.147 -0.33703,-0.337 -0.65698,-0.276 -0.32105,0.063 -0.62903,0.018 -0.89001,-0.189 -0.25403,-0.20101 -0.581,-0.354 -0.91102,-0.34402 -0.33099,0.011 -0.48498,0.28 -0.77801,0.34402 -0.258,0.056 -0.35797,-0.079 -0.495,-0.24002 -0.048,-0.058 -0.85797,0.042 -0.97497,0.034 -1.11304,-0.081 -2.28601,0.70902 -1.831,1.944 0.009,-0.25198 0.35596,-1.27298 0.71497,-1.19098 -0.11401,0.336 0.482,0.87198 0.76801,0.926 0.11798,0.021 1.45599,-1.09101 1.13702,-0.23502 0.20898,-0.046 1.44299,0.45001 1.513,0.025 0.06,-0.36603 1.01898,-0.063 1.08197,0.30499"
               style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
               inkscape:connector-curvature="0" /><path
               id="path779"
               d="m 758.38721,246.3864 c -0.18903,0.09 -0.33301,0.27801 -0.28802,0.49899 0.28204,-0.035 0.47601,-0.254 0.74102,-0.33099 -0.255,0.42801 0.34198,0.018 0.28498,-0.383 -0.26899,0.018 -0.45496,0.271 -0.73798,0.215"
               style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
               inkscape:connector-curvature="0" /><path
               id="path795"
               d="m 758.76819,229.55139 c 0.072,-0.10798 0.12403,-0.073 0.023,-0.23799 -0.008,0.08 -0.016,0.159 -0.023,0.23799"
               style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
               inkscape:connector-curvature="0" /><path
               id="path811"
               d="m 759.1482,230.3374 c 0.89502,-0.201 1.22503,-0.961 0.69104,-1.76201 -0.10504,0.25802 -0.39606,0.32401 -0.57202,0.515 -0.305,0.33101 -0.31202,0.86802 -0.11902,1.24701"
               style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
               inkscape:connector-curvature="0" /><path
               id="path827"
               d="m 759.43622,246.1714 c -0.07,0.088 -0.079,0.18399 -0.027,0.28699 0.10004,-0.047 0.18805,-0.11099 0.26502,-0.19098 -0.08,-0.033 -0.159,-0.065 -0.23798,-0.096"
               style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
               inkscape:connector-curvature="0" /><path
               id="path843"
               d="m 759.79322,246.1014 c -0.089,0.247 0.10601,0.458 0.35699,0.33401 -0.029,-0.18802 -0.16199,-0.32602 -0.35699,-0.33401"
               style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
               inkscape:connector-curvature="0" /><path
               id="path846"
               d="m 761.91321,236.1004 c 0.12403,0.21399 0.31098,0.39 0.54498,0.47699 -0.16497,-0.17099 -0.32897,-0.36599 -0.54498,-0.47699"
               style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
               inkscape:connector-curvature="0" /><path
               id="path862"
               d="m 763.50721,241.88539 c 0.16198,0.055 0.32898,0.094 0.49902,0.11902 0.18298,-0.005 0.27997,-0.17001 0.47595,-0.143 -0.19195,-0.26301 0.20905,-0.392 0.003,-0.79201 -0.221,-0.429 -1.17102,0.28001 -1.55005,0.339 0.059,0.26901 0.29902,0.46701 0.573,0.47699"
               style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
               inkscape:connector-curvature="0" /><path
               id="path878"
               d="m 763.24518,239.3844 c -0.099,0.049 -0.18695,0.114 -0.26398,0.192 0.22803,0.127 0.31598,0.063 0.26398,-0.192"
               style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
               inkscape:connector-curvature="0" /><path
               id="path894"
               d="m 763.84119,236.12441 c 0.039,0.079 0.079,0.15799 0.11902,0.23799 0.031,-0.19899 -0.03,-0.137 -0.11902,-0.23799"
               style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
               inkscape:connector-curvature="0" /><path
               id="path910"
               d="m 765.38819,237.3604 c 0.99499,0.282 0,-0.675 -0.21399,-0.90199 0.28003,-0.04 0.46899,0.261 0.61999,0.442 0.28205,0.33799 0.35804,0.047 0.63202,0.18399 0.51801,0.259 0.565,-0.482 0.18701,-0.689 -0.35504,-0.194 -2.21099,-0.47301 -2.25,0.228 0.474,-0.319 0.21399,0.196 -0.073,0.096 0.22796,0.291 0.74597,0.092 0.64495,0.61799 0.028,-0.18 0.15802,-0.31601 0.33405,-0.35701 0.047,0.125 0.086,0.25202 0.11896,0.38001"
               style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
               inkscape:connector-curvature="0" /><path
               id="path926"
               d="m 764.69721,238.48241 c -0.086,0.448 1.12097,0.28999 0.99902,-0.16901 -0.255,0.285 -0.682,0.069 -0.99902,0.16901"
               style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
               inkscape:connector-curvature="0" /><path
               id="path942"
               d="m 765.17322,237.31439 c -0.14203,0.059 -0.25299,0.153 -0.33398,0.28401 0.20697,0.126 0.67096,-0.14401 0.33398,-0.28401"
               style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
               inkscape:connector-curvature="0" /><path
               id="path958"
               d="m 765.84119,238.6704 c -0.90399,0.151 -0.54797,0.78199 -0.058,1.26699 0.28497,0.28101 0.84802,-1.11299 0.058,-1.26699"
               style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
               inkscape:connector-curvature="0" /><path
               id="path974"
               d="m 766.4372,238.95841 c -0.075,0.10598 -0.14899,0.059 -0.096,0.23799 0.032,-0.079 0.064,-0.159 0.096,-0.23799"
               style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
               inkscape:connector-curvature="0" /><path
               id="path990"
               d="m 766.57923,247.76839 c 0.039,0.14801 0.034,0.20901 0.21496,0.238 -0.072,-0.079 -0.143,-0.15899 -0.21496,-0.238"
               style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
               inkscape:connector-curvature="0" /><path
               id="path1006"
               d="m 766.88623,247.45741 c -0.20605,-0.031 -0.182,0.048 0.073,0.23798 -0.0241,-0.079 -0.048,-0.159 -0.073,-0.23798"
               style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
               inkscape:connector-curvature="0" /><path
               id="path1022"
               d="m 771.69818,247.8644 c -0.0959,0.33001 0.55604,0.39999 0.71503,0.569 -0.18597,-0.25901 -0.52899,-0.31101 -0.71503,-0.569"
               style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
               inkscape:connector-curvature="0" /><path
               id="path1038"
               d="m 746.02924,264.72041 c 0.12994,0.098 0.11298,0.19999 0.31,0.11899 0.066,0.353 -0.586,0.465 -0.64405,0.92999 0.284,-0.088 0.573,-0.011 0.86103,-0.066 0.375,-0.072 0.65497,-0.473 1.03601,-0.48398 0.612,-0.018 0.82098,-0.193 1.229,-0.64801 0.263,-0.293 0.703,-0.664 0.81397,-1.03199 0.16803,-0.56002 -0.172,-0.11001 0.31903,-0.27401 0,0 0.082,0.013 0.17999,-0.25 -0.10699,-0.016 -0.13,-0.31501 -0.12701,-0.55399 0.53997,-0.71301 -0.237,-0.83801 -0.23298,-0.86801 -0.98602,0.39801 -0.21801,0.60901 -1.37701,0.83401 -0.289,0.056 -0.064,0.87598 -0.268,1.00599 -0.20398,0.13 -0.258,-0.30701 -0.40003,-0.12 -0.14197,0.18701 -0.61999,-0.48001 -0.72198,-0.25101 -0.10199,0.22901 -0.89301,1.404 -0.97797,1.65802"
               style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
               inkscape:connector-curvature="0" /><path
               id="path1054"
               d="m 735.12519,259.3864 c -0.167,0.065 -0.22296,0.18399 -0.16901,0.35699 0.22205,-0.021 0.27905,-0.17498 0.16901,-0.35699"
               style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
               inkscape:connector-curvature="0" /><path
               id="path1070"
               d="m 700.52619,254.81538 c -0.10095,0.044 -0.18799,0.10801 -0.26099,0.19202 0.22901,0.12699 0.31598,0.063 0.26099,-0.19202"
               style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
               inkscape:connector-curvature="0" /><path
               id="path1102"
               d="m 709.33722,258.10341 c 0.024,0.25 0.32697,0.22598 0.49897,0.23798 -0.15198,-0.10999 -0.31897,-0.189 -0.49897,-0.23798"
               style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
               inkscape:connector-curvature="0" /><path
               id="path1118"
               d="m 719.83722,255.84139 c -0.242,-0.039 -0.86102,0.44101 -0.57403,0.68002 0.27002,0.22501 0.91601,0.41998 0.95404,0.034 0.38995,0.462 0.88995,0.194 1.35296,0.028 0.19001,-0.068 0.39801,-0.12299 0.60102,-0.078 -0.041,-0.31998 0.31402,-0.31299 0.52301,-0.37998 -0.082,-0.47601 -0.72199,-0.36502 -1.05603,-0.31802 -0.59595,0.082 -1.21796,-0.125 -1.80097,0.034"
               style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
               inkscape:connector-curvature="0" /><path
               id="path1134"
               d="m 719.38318,252.5074 c -0.19,0.029 -0.22796,0.16599 -0.16498,0.331 0.22498,-0.004 0.27601,-0.15101 0.16498,-0.331"
               style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
               inkscape:connector-curvature="0" /><path
               id="path1150"
               d="m 723.28919,256.3174 c 0.022,0.17599 -0.011,0.25601 0.21503,0.26099 -0.066,-0.092 -0.13801,-0.17899 -0.21503,-0.26099"
               style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
               inkscape:connector-curvature="0" /><path
               id="path1166"
               d="m 723.50422,259.26741 c -0.31,0.58698 0.47399,0.87198 0.87701,1.064 0.25397,0.11999 0.45697,0.24398 0.62799,0.47 0.31097,0.41 -0.076,0.29999 -0.097,0.59598 -0.013,0.194 0.76794,-0.69098 0.802,-0.70298 0.323,-0.11401 1.13397,-0.43402 0.72796,-0.86102 -0.29297,-0.30899 -0.875,-0.74499 -1.31396,-0.50299 -0.50202,0.276 -1.13001,0.284 -1.62402,-0.063"
               style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
               inkscape:connector-curvature="0" /><path
               id="path1182"
               d="m 723.7652,256.5284 c 0.069,0.061 0.14801,0.061 0.23804,0 h -0.23804"
               style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
               inkscape:connector-curvature="0" /><path
               id="path1198"
               d="m 725.76624,255.67241 c -0.20001,0.10699 -0.24603,0.29099 -0.0731,0.453 0.18304,-0.22601 0.487,-0.26101 0.74103,-0.143 -0.11103,-0.28601 -0.409,-0.29203 -0.66797,-0.31"
               style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
               inkscape:connector-curvature="0" /><path
               id="path1214"
               d="m 726.16919,261.3174 c 0.076,-0.12702 0.076,-0.25501 0,-0.384 -0.0929,0.057 -0.17199,0.12799 -0.23797,0.21499 0.08,0.057 0.15899,0.11301 0.23797,0.16901"
               style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
               inkscape:connector-curvature="0" /><path
               id="path1230"
               d="m 728.17023,259.62441 c -0.34302,0.17199 -0.768,0.492 -0.72601,0.92898 0.034,0.34802 -0.087,0.91202 -0.53302,0.54901 -0.36896,0.569 1.544,0.41001 1.617,0.5 -0.15802,-0.349 0.34503,-1.017 0.513,-1.29901 0.258,-0.43298 -0.539,-0.80298 -0.87097,-0.67898"
               style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
               inkscape:connector-curvature="0" /><path
               id="path1246"
               d="m 731.98023,261.64839 c 0.51196,-0.264 1.018,-0.35 1.31,-0.90298 0.109,0.18399 -0.141,0.56299 0.048,0.66098 0.20203,0.10501 0.34302,0.028 0.52899,-0.047 0.23602,-0.095 0.42902,0.043 0.66004,0.078 -0.11902,-0.15899 -0.27704,-0.24701 -0.47303,-0.26498 0.45398,-0.27502 1.107,0.23999 1.23603,-0.49902 -0.41199,0.51101 -0.36103,-0.43598 -0.461,-0.63398 -0.23999,-0.48101 -0.74304,0.012 -0.72901,0.37198 -0.071,-0.358 -0.346,-0.96798 -0.75402,-0.51498 -0.31,0.34299 -0.568,-0.33103 -0.72498,-0.50601 -0.22998,-0.25501 -1.17902,-0.061 -0.90503,0.36599 0.33502,0.521 0.77502,0.64502 1.289,0.94001 -0.16101,0.21701 -0.59698,0.33401 -0.84497,0.39001 -0.42804,0.096 -0.47803,-0.29901 -0.65802,-0.569 -0.41901,-0.629 -1.73102,-0.406 -2.16699,0.093 -0.21002,0.23901 0.007,0.613 -0.18701,0.85699 -0.258,0.327 0.20599,0.59 0.46899,0.659 0.16303,0.043 0.302,0.051 0.44202,-0.057 0.26001,-0.20102 0.25097,-0.069 0.58697,-0.082 0.47303,-0.019 0.85804,-0.49402 1.33405,-0.33902"
               style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
               inkscape:connector-curvature="0" /><path
               id="path1262"
               d="m 731.14722,260.1274 c 0.16699,-0.20301 0.263,-0.44901 0.40302,-0.668 -0.49701,-0.228 -0.45404,0.358 -0.40302,0.668"
               style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
               inkscape:connector-curvature="0" /><path
               id="path1278"
               d="m 734.45722,263.41139 c 0.22497,0.59 0.776,0.57202 1.31,0.63102 0.63201,0.071 1.13501,0.656 1.51501,1.109 0.71295,0.85099 2.357,0.081 1.49799,-0.86901 -0.26801,-0.297 -0.47004,-0.543 -0.86402,-0.54401 0.018,0 -0.61999,-0.763 -0.70099,-0.836 -0.059,-0.053 -1.117,-0.036 -1.16803,-0.004 -0.492,0.31601 -1.17596,-0.186 -1.58996,0.513"
               style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
               inkscape:connector-curvature="0" /><path
               id="path1294"
               d="m 735.98218,260.24239 c -0.13397,0.22201 -0.29895,0.48101 -0.073,0.71801 0.008,-0.32901 0.65705,-0.488 0.073,-0.71801"
               style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
               inkscape:connector-curvature="0" /><path
               id="path1310"
               d="m 736.3852,260.71941 c 0.068,0.18698 0.045,0.362 -0.069,0.52499 0.31897,0.079 0.26397,-0.28799 0.33099,-0.47601 -0.088,-0.016 -0.17499,-0.033 -0.26202,-0.049"
               style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
               inkscape:connector-curvature="0" /><path
               id="path1326"
               d="m 737.2652,261.34041 c 0.25403,-0.13602 0.745,0.017 1.04102,-0.016 0.27398,-0.031 0.68499,0.029 0.95398,0.084 0.294,0.06 0.45001,0.38901 0.78802,0.23499 0.23297,-0.10599 0.78797,0.099 0.69599,-0.353 0.73901,0.31101 1.05499,0.107 1.768,-0.15298 0.47601,-0.17401 2.14502,0.062 1.89899,-0.89502 0.32904,0.063 0.29101,-0.345 0.59601,-0.35398 -0.13599,-0.393 -0.55597,-0.98001 -0.66797,-0.21502 0.14996,-0.094 0.30896,-0.10999 0.47595,-0.049 -0.33197,0.38098 -0.92297,0.40698 -1.17297,0.87298 -0.30298,0.565 -0.81202,0.189 -1.13099,-0.108 -0.302,-0.28198 -0.67504,0.18402 -0.99804,0.056 -0.16999,-0.068 -0.15796,0.067 -0.26496,0.168 -0.16803,0.159 -0.49304,-0.11798 -0.617,-0.20798 -0.41205,-0.298 -1.065,-0.483 -1.55304,-0.59802 -0.76996,-0.17999 -1.01697,0.11301 -1.65601,0.431 -0.32098,0.16 -0.52899,0.156 -0.56598,0.60202 -0.018,0.23099 0.071,0.91498 0.409,0.5"
               style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
               inkscape:connector-curvature="0" /><path
               id="path1342"
               d="m 739.0542,252.67241 c -0.40802,0.13699 -0.20898,1.646 -0.11902,1.952 0.083,-0.65302 0.22803,-1.292 0.11902,-1.952"
               style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
               inkscape:connector-curvature="0" /><path
               id="path1358"
               d="m 739.26624,256.19841 c -0.0367,0.0591 -0.0549,0.11855 -0.0548,0.17821 9e-5,0.0593 0.0184,0.11895 0.0548,0.17879 0.0442,-0.0233 0.0858,-0.0507 0.12468,-0.0817 0.041,-0.0328 0.0789,-0.0697 0.1133,-0.11027 -0.0358,-0.0246 -0.0713,-0.0492 -0.10679,-0.0738 -0.0439,-0.0304 -0.0875,-0.0608 -0.13119,-0.0912"
               style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.209925;stroke-miterlimit:2.00815;stroke-dasharray:none;stroke-opacity:1"
               inkscape:connector-curvature="0"
               sodipodi:nodetypes="cscscsc" /><path
               id="path1374"
               d="m 739.67218,256.9124 c 0.066,0.20401 0.35804,0.099 0.47705,0.046 -0.16101,0.01 -0.32,-0.005 -0.47705,-0.046"
               style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
               inkscape:connector-curvature="0" /><path
               id="path1390"
               d="m 740.7212,266.4604 c 0.083,0.035 0.16198,0.018 0.23803,-0.05 -0.08,0.017 -0.15899,0.033 -0.23803,0.05"
               style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
               inkscape:connector-curvature="0" /><path
               id="path1406"
               d="m 741.22022,266.2914 c -0.016,0.04 -0.033,0.079 -0.049,0.11899 0.19,0.072 0.47101,0.019 0.62402,-0.11399 0.077,-0.061 0.096,-0.13699 0.056,-0.22601 -0.16101,-0.30298 -0.44,0.11999 -0.63098,0.22101"
               style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
               inkscape:connector-curvature="0" /><path
               id="path1422"
               d="m 744.00519,266.9124 c -0.10199,0.155 -0.10998,0.31299 -0.023,0.47699 0.40302,-0.22998 1.013,-0.62799 1.45203,-0.741 -0.083,-0.15399 -0.15497,-0.31198 -0.21503,-0.47598 -0.45294,0.20798 -0.70898,0.56 -1.21399,0.73999"
               style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
               inkscape:connector-curvature="0" /><path
               id="path1438"
               d="m 744.67322,260.48439 c 0.023,0.07 0.046,0.14102 0.069,0.211 0.10004,-0.176 0.23602,-0.31799 0.40704,-0.426 -0.19403,-0.007 -0.35302,0.064 -0.47601,0.215"
               style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
               inkscape:connector-curvature="0" /><path
               id="path1454"
               d="m 745.17218,259.81639 c -0.10998,0.093 -0.16497,0.21201 -0.16497,0.357 0.20202,-0.026 0.664,0.065 0.737,-0.215 0.093,-0.353 -0.40998,-0.23599 -0.57203,-0.142"
               style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
               inkscape:connector-curvature="0" /><path
               id="path1470"
               d="m 745.57624,265.17339 c -0.16803,0.10901 -0.27802,0.29901 -0.28504,0.5 0.31,0.041 0.37201,-0.27298 0.28504,-0.5"
               style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
               inkscape:connector-curvature="0" /><path
               id="path1486"
               d="m 745.95923,259.79341 c 0.065,0.072 0.12,0.151 0.16498,0.23798 -0.185,0.075 -0.47998,0.212 -0.54303,0.42401 -0.11096,0.37399 0.59406,0.091 0.73505,0.194 -0.048,-0.44901 0.63995,-0.81 0.99896,-0.88001 -0.46399,-0.51098 -0.703,0.15201 -1.02496,0.30802 0.15997,-0.344 -0.084,-0.323 -0.331,-0.284"
               style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
               inkscape:connector-curvature="0" /><path
               id="path1502"
               d="m 747.4112,259.9814 c -0.10199,0.097 -0.14899,0.216 -0.14301,0.357 0.20404,-0.048 0.38501,0.057 0.47699,0.238 0.19306,-0.20099 0.59003,-0.68701 0.33002,-0.975 -0.12799,0.26501 -0.41101,0.307 -0.664,0.38"
               style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
               inkscape:connector-curvature="0" /><path
               id="path1518"
               d="m 748.69422,259.3864 c -0.13904,0.155 -0.32703,0.54901 0.11902,0.311 -0.24805,0.10999 -0.46204,0.335 -0.47602,0.61798 0.58698,-0.056 1.263,-0.008 1.81201,-0.25497 0.34699,-0.15601 0.22901,-0.521 -0.11401,-0.582 -0.203,-0.036 -0.38098,0.05 -0.58398,0.03 -0.25501,-0.024 -0.49506,-0.15701 -0.75702,-0.12201"
               style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
               inkscape:connector-curvature="0" /><path
               id="path1534"
               d="m 751.64722,259.43541 c -0.185,-0.019 -0.323,0.298 -0.35699,0.427 0.17797,-0.079 0.31097,-0.237 0.35699,-0.427"
               style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
               inkscape:connector-curvature="0" /><path
               id="path1550"
               d="m 752.00519,259.05541 c 0.49805,-0.41602 0.98102,-0.32102 1.57001,-0.219 0.31403,0.055 0.62903,-0.552 1.026,-0.54501 -0.51801,-0.638 -0.78601,-0.41101 -1.53302,-0.12 -0.20795,0.081 -0.35394,-0.108 -0.52997,-0.033 -0.323,0.13898 -0.487,0.59998 -0.53302,0.917"
               style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
               inkscape:connector-curvature="0" /><path
               id="path1566"
               d="m 756.2212,257.60039 c -0.10199,0.125 -0.14997,0.268 -0.14496,0.43002 0.21295,-0.074 0.31396,-0.241 0.14496,-0.43002"
               style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
               inkscape:connector-curvature="0" /><path
               id="path1582"
               d="m 756.72022,259.48241 c -0.058,0.281 0.021,0.29699 0.23901,0.049 -0.08,-0.016 -0.15899,-0.033 -0.23901,-0.049"
               style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
               inkscape:connector-curvature="0" /><path
               id="path1598"
               d="m 757.05518,259.29341 c -0.10596,0.41498 0.68103,0.55399 0.76001,0.092 -0.25897,0.048 -0.51398,-0.02 -0.76001,-0.092"
               style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
               inkscape:connector-curvature="0" /><path
               id="path1614"
               d="m 757.8382,259.6014 c 0.009,0.071 0.018,0.143 0.027,0.21499 0.089,-0.06 0.16797,-0.13098 0.23395,-0.21499 h -0.26099"
               style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
               inkscape:connector-curvature="0" /><path
               id="path1630"
               d="m 759.34021,256.34041 c -0.10699,0.064 -0.16198,0.159 -0.16601,0.284 0.26001,0.03 0.315,-0.065 0.16601,-0.284"
               style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
               inkscape:connector-curvature="0" /><path
               id="path1646"
               d="m 759.72022,259.5544 c 0.076,0.16199 0.203,0.23401 0.38,0.21499 -0.036,-0.20098 -0.18902,-0.289 -0.38,-0.21499"
               style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
               inkscape:connector-curvature="0" /><path
               id="path1662"
               d="m 761.74421,258.4334 c -0.21198,0.18499 -0.10199,0.638 0.208,0.63299 0.59003,-0.011 0.32001,-0.694 -0.208,-0.63299"
               style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
               inkscape:connector-curvature="0" /><path
               id="path1678"
               d="m 764.50519,260.00841 c 0.39099,-0.13101 0.74603,-0.37601 1.07202,-0.62201 -0.41101,0.159 -0.81903,0.11899 -1.07202,0.62201"
               style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
               inkscape:connector-curvature="0" /><path
               id="path1694"
               d="m 764.93518,257.57741 c -0.042,0.20398 0.0371,0.212 0.23902,0.023 -0.08,-0.008 -0.159,-0.016 -0.23902,-0.023"
               style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
               inkscape:connector-curvature="0" /><path
               id="path1710"
               d="m 765.36219,257.3394 c -0.038,0.064 -0.077,0.12799 -0.11597,0.19101 0.19098,0.065 0.31799,-0.022 0.35699,-0.21402 -0.08,0.007 -0.16101,0.015 -0.24102,0.023"
               style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
               inkscape:connector-curvature="0" /><path
               id="path1726"
               d="m 766.95923,256.48241 c -0.39105,0.024 -1.49701,1.33999 -1.11804,1.69 -0.76996,-0.35501 -0.23297,1.58099 0.15704,0.68698 0.172,-0.397 0.60199,-0.59 0.81397,-0.96698 0.17602,-0.31201 -0.032,-1.01602 0.36304,-1.14902 -0.06,-0.097 -0.13202,-0.18399 -0.21601,-0.26098"
               style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
               inkscape:connector-curvature="0" /><path
               id="path1742"
               d="m 767.22022,256.48241 c 0.12799,0.211 0.41199,0.15399 0.573,0.33398 0.003,-0.32599 -0.32703,-0.35299 -0.573,-0.33398"
               style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
               inkscape:connector-curvature="0" /><path
               id="path1758"
               d="m 769.95923,252.36141 c -0.06,-0.076 -0.13904,-0.099 -0.23803,-0.069 0.10198,0.17199 -0.063,0.703 0.16601,0.77398 0.35901,0.11102 0.13501,-0.57699 0.072,-0.70498"
               style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
               inkscape:connector-curvature="0" /><path
               id="path1774"
               d="m 770.15119,252.07741 c -0.20899,-0.043 -0.21698,0.036 -0.024,0.23797 0.008,-0.079 0.016,-0.15899 0.024,-0.23797"
               style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
               inkscape:connector-curvature="0" /><path
               id="path1790"
               d="m 770.15119,253.2914 c 0.42804,-0.318 0.85205,-1.444 0.99804,-1.95099 -0.359,0.12698 -0.32104,0.479 -0.44305,0.771 -0.172,0.41198 -0.42694,0.73199 -0.55499,1.17999"
               style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
               inkscape:connector-curvature="0" /><path
               id="path1806"
               d="m 773.36524,253.76741 c -0.066,0.293 -0.12006,0.69199 0.11896,0.92899 -0.47797,-0.027 -0.63697,1.40701 0.15503,1.03 1.02801,-0.491 0.36096,-1.48401 -0.27399,-1.95899"
               style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
               inkscape:connector-curvature="0" /><path
               id="path1822"
               d="m 774.77118,254.98039 c -0.17096,0.10901 -0.19299,0.332 -0.11895,0.50302 0.12396,-0.147 0.164,-0.315 0.11895,-0.50302"
               style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
               inkscape:connector-curvature="0" /><path
               id="path1838"
               d="m 774.77118,254.57741 c -0.22094,0.13 -0.19,0.20898 0.092,0.23797 -0.031,-0.079 -0.061,-0.15899 -0.092,-0.23797"
               style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
               inkscape:connector-curvature="0" /><path
               id="path1854"
               d="m 775.1012,254.62441 c 0.28302,-0.86301 -0.20099,-0.279 0,0"
               style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
               inkscape:connector-curvature="0" /><path
               id="path1870"
               d="m 693.38318,251.81639 c 0.0681,-0.32199 -0.39599,-0.69198 -0.64197,-0.38 0.23102,0.11102 0.32801,0.5 0.64197,0.38"
               style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
               inkscape:connector-curvature="0" /><path
               id="path1886"
               d="m 675.4292,219.52741 c 0.35804,0.11299 0.17401,-0.34301 -0.16601,-0.23801 0.056,0.079 0.11004,0.159 0.16601,0.23801"
               style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
               inkscape:connector-curvature="0" /><path
               id="path1902"
               d="m 681.07422,221.07539 c -0.21002,0.12201 -0.48102,0.306 -0.74304,0.23301 -0.24799,-0.069 -0.31799,-0.29399 -0.59998,-0.301 -0.46997,-0.013 -0.87799,0.231 -1.36199,0.18401 -0.57001,-0.055 -0.943,-0.24102 -1.31501,-0.66802 -0.27697,-0.319 -1.04602,-0.76298 -1.46698,-0.46798 -1.55499,1.08999 2.21698,4.14099 2.81397,4.93899 0.22803,0.304 0.53503,0.316 0.88299,0.38001 0.57404,0.10499 0.75806,0.74598 1.02002,1.168 0.20099,0.32499 0.607,1.138 0.95398,1.28498 0.60401,0.25501 0.37006,0.84101 0.53705,1.37902 0.15796,0.50699 0.67999,0.37999 1.06897,0.64999 0.24799,0.172 0.48999,0.357 0.73401,0.53301 0.29999,0.21699 0.60602,0.44099 0.86499,0.70799 0.36401,0.375 0.016,0.416 0.12701,0.832 0.133,0.49901 0.34803,0.97999 0.48401,1.48401 0.14398,0.53399 0.526,1.09199 0.48798,1.655 -0.04,0.595 0.42102,0.22999 0.64599,0.49699 0.37,0.437 0.91303,0.33501 1.01301,1.048 0.13104,0.931 1.35699,1.53499 1.565,2.51101 0.03,0.13899 -0.20197,0.15499 -0.092,0.30499 0.14996,0.20399 0.28198,0.42 0.39599,0.64599 0.258,0.51201 0.79401,1.184 0.81403,1.76502 0.019,0.56198 0.005,0.918 0.35095,1.405 0.26001,0.367 0.65802,0.625 0.87702,1.01999 0.26098,0.47101 0.39703,0.94601 0.81201,1.32 0.40997,0.37101 0.98498,0.61899 1.23596,1.13901 0.24805,0.513 0.20404,0.815 0.67902,1.206 0.48101,0.39599 0.90802,0.84698 1.36901,1.26599 0.39801,0.362 0.78602,0.70401 1.26398,0.953 0.47699,0.24899 0.54102,0.43399 0.77704,0.85901 0.125,0.225 0.289,0.43698 0.44696,0.63998 0.13605,0.14502 0.28302,0.27802 0.44104,0.39801 0.098,0.088 -0.02,0.185 0.104,0.27301 0.087,0.062 0.88001,1.094 0.88398,0.54798 0.003,-0.31998 -0.30201,-0.564 -0.33503,-0.87998 -0.0459,-0.444 0.65101,0.129 0.73505,0.20297 0.59296,0.52601 1.172,0.52903 1.10095,-0.46899 0.37006,0.32001 0.61902,0.97 1.14405,1.07102 0.315,0.062 0.30297,-0.89002 0.30999,-1.05002 0.028,-0.61899 0.12,-1.23398 0.16602,-1.853 0.025,-0.32999 0.23798,-0.798 0.0909,-1.11398 -0.11297,-0.24402 -0.19195,-0.383 -0.11499,-0.646 0.095,-0.319 0.35401,-0.746 0.31299,-1.087 -0.03,-0.253 -0.31397,-0.26401 -0.24896,-0.60502 0.056,-0.29699 0.23797,-0.556 0.38696,-0.811 0.16101,-0.276 0.28705,-0.39298 0.22601,-0.73599 -0.058,-0.327 -0.32696,-0.194 -0.51001,-0.38599 -0.25,-0.26102 -0.64898,-1.134 -0.5,-1.474 -0.28796,-0.047 -1.67199,-0.41101 -1.78595,-0.12002 -0.043,-0.085 -0.082,-0.172 -0.11901,-0.25998 -0.30201,0.375 -0.34101,0.90399 -0.78699,1.16699 0.13098,-0.19501 0.737,-0.85501 0.143,-0.85999 0.32099,-0.13101 0.70496,-0.41201 0.651,-0.806 -0.04,-0.29702 -0.35205,-0.194 -0.53704,-0.306 -0.18897,-0.11401 -0.29297,-0.604 -0.336,-0.79402 -0.12598,-0.558 -0.25995,-1.08799 -0.32996,-1.66099 -0.043,-0.351 -1.07403,-0.389 -1.37701,-0.319 -0.23804,0.055 -0.69202,-0.415 -0.86603,-0.55899 -0.29297,-0.24401 -0.17499,-0.75501 -0.30096,-1.10102 0.13195,0.15902 0.32897,0.19001 0.5,0.069 -0.068,-0.276 -0.33405,-0.31199 -0.57203,-0.33099 0.193,-0.014 0.336,-0.14999 0.38404,-0.334 -0.16205,-0.01 -0.32105,0.006 -0.47705,0.047 0.281,-0.082 0.44702,-0.331 0.65301,-0.517 0.159,-0.14301 0.573,-0.101 0.66901,-0.26199 0.15899,-0.265 -0.42499,-0.84101 -0.57703,-1.013 -0.422,-0.47501 -0.73596,-0.435 -1.22296,-0.089 -0.37701,0.26801 -1.33099,0.94499 -1.737,0.405 0.84302,0.48399 2.466,-1.011 0.92902,-1.358 -0.24506,-0.056 -0.49805,0.051 -0.737,-0.047 -0.27204,-0.11 -0.38703,-0.418 -0.60602,-0.593 -0.45203,-0.358 -0.19904,-1.094 -0.69202,-1.474 -0.18298,-0.14 -0.37201,-0.358 -0.56897,-0.47099 -0.20904,-0.12101 -0.48901,-0.018 -0.72101,-0.138 -0.37701,-0.19701 -0.34698,-0.78202 -0.59002,-1.10201 -0.12,-0.158 -0.97101,-0.989 -1.15699,-0.493 -0.13897,0.36899 0.31,0.84 0.35602,1.19899 -0.15503,-0.15799 -0.20001,-0.37098 -0.32605,-0.54699 -0.20794,-0.291 -0.58996,-0.33499 -0.841,-0.57199 -0.41699,-0.39202 -0.45996,-1.02001 -0.857,-1.42801 -0.11395,0.154 -0.13696,0.321 -0.069,0.5 -0.068,-0.12 -0.47999,-0.93 -0.33399,-0.286 -0.268,-0.30701 0.13098,-0.69 -0.27405,-0.955 -0.36694,-0.239 -0.65197,-0.657 -1.013,-0.92599 -0.41498,-0.30901 -0.75,-0.806 -1.23095,-1.01601 -0.172,-0.074 -0.35505,-0.114 -0.52503,-0.191 -0.29401,-0.13501 -0.25,-0.352 -0.44,-0.554 -0.25,-0.264 -0.69299,-0.28199 -0.94599,-0.52501 -0.31701,-0.30499 0.10499,-0.83999 -0.234,-1.11698 -0.40802,-0.334 -0.48603,-0.33701 -0.66602,-0.862 -0.15399,-0.44701 -0.91199,-1.04001 -1.26697,-1.35502"
               style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
               inkscape:connector-curvature="0" /><path
               id="path1918"
               d="m 681.90723,234.3374 c 0.49396,0.52899 0.66498,-0.944 0.44598,-1.24299 -0.25903,-0.35102 -0.67102,-1.01502 -1.08001,-1.192 -0.302,-0.13102 -0.47498,0.29499 -0.79401,0.10199 0.05,0.443 0.44299,0.77101 0.63403,1.154 0.11798,0.237 0.39197,0.319 0.52997,0.538 0.125,0.199 0.14801,0.438 0.26404,0.641"
               style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
               inkscape:connector-curvature="0" /><path
               id="path1934"
               d="m 680.97821,230.2424 c -0.004,-0.238 -0.17901,-0.63099 -0.47601,-0.405 0.17902,0.111 0.33801,0.24601 0.47601,0.405"
               style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
               inkscape:connector-curvature="0" /><path
               id="path1950"
               d="m 683.9552,237.45641 c 0.063,-0.21102 -0.02,-0.41901 -0.19201,-0.54901 -0.13098,0.179 -0.22797,0.455 -0.27899,0.669 -0.069,0.288 0.56604,0.29801 0.471,-0.11999"
               style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
               inkscape:connector-curvature="0" /><path
               id="path1966"
               d="m 683.52423,236.1004 c 0.125,0.35399 0.31196,0.67701 0.5,1 0.081,-0.264 -0.12805,-1.042 -0.5,-1"
               style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
               inkscape:connector-curvature="0" /><path
               id="path1982"
               d="m 684.12018,231.45641 c 0.035,-0.18601 -0.0439,-0.18601 -0.23797,0 h 0.23797"
               style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
               inkscape:connector-curvature="0" /><path
               id="path1998"
               d="m 684.73822,235.8394 c -0.065,-0.315 -0.56201,-0.26401 -0.737,-0.096 0.22101,0.14701 0.48597,0.16501 0.737,0.096"
               style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
               inkscape:connector-curvature="0" /><path
               id="path2014"
               d="m 685.47919,241.2664 c 0.98804,-0.139 -0.552,-2.06601 -0.526,-2.52301 -0.16199,0.089 -0.43695,0.045 -0.55298,0.207 -0.16498,0.23101 -0.27002,0.67801 -0.094,0.92601 0.33301,0.47001 0.52697,1.251 1.17297,1.39"
               style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
               inkscape:connector-curvature="0" /><path
               id="path2030"
               d="m 687.31122,242.90941 c -0.062,-0.25501 -0.38702,-1.15201 -0.737,-0.91299 -0.38598,0.26397 0.56098,0.80899 0.737,0.91299"
               style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
               inkscape:connector-curvature="0" /><path
               id="path2046"
               d="m 687.64521,244.0544 c 0.075,0.28201 0.40503,0.15201 0.505,-0.028 0.15003,-0.268 -0.341,-0.67202 -0.531,-0.78201 -0.10102,0.272 0.077,0.535 0.026,0.81"
               style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
               inkscape:connector-curvature="0" /><path
               id="path2062"
               d="m 688.76319,245.64839 c 0.01,-0.182 -0.159,-0.319 -0.12696,-0.49798 0.042,-0.23102 0.17896,-0.176 0.10999,-0.40601 -0.05,-0.168 -0.25598,-0.68701 -0.51099,-0.59 -0.38202,0.14399 0.34497,1.34202 0.52796,1.49399"
               style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
               inkscape:connector-curvature="0" /><path
               id="path2078"
               d="m 692.19318,230.5524 c -0.099,-0.47099 -0.75598,-0.616 -0.92499,-0.10699 -0.094,0.28298 0.086,0.68699 0.39905,0.74899 0.37695,0.076 0.38995,-0.424 0.52594,-0.642"
               style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
               inkscape:connector-curvature="0" /><path
               id="path2094"
               d="m 693.9552,231.7894 c -0.35498,-0.14999 -0.763,-0.129 -1.09802,-0.33299 -0.0649,0.349 0.23004,0.50699 0.52106,0.55999 0.28595,0.052 0.43896,0.316 0.64599,0.488 0,-0.23999 0.023,-0.48501 -0.069,-0.715"
               style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
               inkscape:connector-curvature="0" /><path
               id="path2110"
               d="m 694.00122,232.6704 c -0.14502,-0.247 -0.359,-0.525 -0.66503,-0.571 -0.079,0.43499 -0.0359,1.21299 0.52301,1.309 0.088,-0.239 0.044,-0.5 0.14202,-0.738"
               style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
               inkscape:connector-curvature="0" /><path
               id="path2126"
               d="m 695.45319,233.8624 c -0.16498,-0.31301 -0.48499,-0.527 -0.81799,-0.624 -0.185,-0.054 -0.35401,-0.32 -0.47498,-0.343 -0.13904,-0.027 -0.26404,0.76399 -0.095,0.877 0.39099,0.26199 0.95599,-0.007 1.34204,0.327 0.0149,-0.079 0.031,-0.15799 0.046,-0.237"
               style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
               inkscape:connector-curvature="0" /><path
               id="path2142"
               d="m 695.74121,233.6704 c -0.10101,-0.409 -1.39599,-1.197 -1.21698,-0.476 0.49598,-0.222 0.711,0.636 1.21698,0.476"
               style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
               inkscape:connector-curvature="0" /><path
               id="path2158"
               d="m 696.0752,234.4344 c -0.035,-0.16999 -0.13898,-0.266 -0.31097,-0.28801 -0.12,0.179 -0.097,0.33802 0.07,0.47602 0.0879,-0.053 0.16797,-0.11602 0.24097,-0.18801"
               style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
               inkscape:connector-curvature="0" /><path
               id="path2175"
               d="m 696.40619,233.1704 c -0.067,-0.096 -0.15497,-0.167 -0.26196,-0.21399 -0.028,0.20099 0.07,0.28199 0.26196,0.21399"
               style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
               inkscape:connector-curvature="0" /><path
               id="path2191"
               d="m 696.59723,234.0044 c -0.058,-0.18799 -0.203,-0.312 -0.406,-0.238 0.007,0.198 0.12597,0.36901 0.28698,0.476 0.04,-0.079 0.08,-0.15899 0.11902,-0.238"
               style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
               inkscape:connector-curvature="0" /><path
               id="path2207"
               d="m 697.14618,236.8844 c -0.17395,-0.119 -0.81897,-0.05 -0.55597,0.259 0.16101,0.189 0.52802,-0.076 0.55597,-0.259"
               style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
               inkscape:connector-curvature="0" /><path
               id="path2225"
               d="m 697.6922,233.4554 c 0.068,-0.24899 -0.019,-0.297 -0.26098,-0.142 0.087,0.047 0.17401,0.094 0.26098,0.142"
               style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
               inkscape:connector-curvature="0" /><path
               id="path2243"
               d="m 698.21521,232.86141 c -0.17297,-0.39701 -0.5,0.054 -0.5,0.291 0,0.28199 0.53498,-0.02 0.5,-0.291"
               style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
               inkscape:connector-curvature="0" /><path
               id="path2259"
               d="m 698.28724,233.8384 c 0.13098,-0.237 0.067,-0.316 -0.19202,-0.238 0.065,0.08 0.12799,0.159 0.19202,0.238"
               style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
               inkscape:connector-curvature="0" /><path
               id="path2275"
               d="m 699.52423,233.1704 c -0.34002,-0.832 -1.29303,-0.05 -0.89501,0.098 0.26501,0.099 0.38299,-0.15699 0.46899,0.28299 0.085,0.442 0.43597,-0.196 0.42602,-0.38099"
               style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
               inkscape:connector-curvature="0" /><path
               id="path2279"
               d="m 698.5492,234.1004 c -0.004,-0.092 -0.026,-0.179 -0.07,-0.262 0.024,0.087 0.046,0.175 0.07,0.262"
               style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
               inkscape:connector-curvature="0" /><path
               id="path2295"
               d="m 699.07422,237.0994 c -0.11303,0.091 -0.33801,0.13701 -0.47601,0.182 -0.263,0.085 0.18103,0.60801 0.21197,0.748 0.018,-0.23899 0.13904,-0.313 0.33405,-0.166 0.064,-0.28401 0.271,-0.56401 -0.07,-0.764"
               style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
               inkscape:connector-curvature="0" /><path
               id="path2311"
               d="m 698.93219,235.6474 c -0.13598,0.14999 -0.081,0.237 0.16602,0.261 -0.056,-0.087 -0.11102,-0.173 -0.16602,-0.261"
               style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
               inkscape:connector-curvature="0" /><path
               id="path2329"
               d="m 699.16724,236.1004 c 0.035,0.17 -0.26501,0.79599 0.095,0.75 0.20001,-0.026 0.32202,-0.13501 0.52301,-0.034 0.20502,0.10399 0.37897,0.27099 0.62201,0.14099 -0.12604,-0.20101 -1.005,-0.88001 -1.23999,-0.857"
               style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
               inkscape:connector-curvature="0" /><path
               id="path2332"
               d="m 699.40522,233.9084 c -0.083,-0.004 -0.16199,0.012 -0.23798,0.049 0.08,-0.016 0.159,-0.033 0.23798,-0.049"
               style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
               inkscape:connector-curvature="0" /><path
               id="path2349"
               d="m 699.26319,235.5054 c -0.107,0.233 0.23901,0.42 0.38403,0.5 -0.12201,-0.17199 -0.25,-0.33799 -0.38403,-0.5"
               style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
               inkscape:connector-curvature="0" /><path
               id="path2367"
               d="m 701.24121,241.0284 c 0.279,0.38299 -0.42901,0.556 -0.57299,0.81 0.29297,0.23699 0.51599,0.43099 0.90802,0.28601 0.26495,-0.097 0.703,0.12899 0.77795,0.401 0.068,0.23999 0.25201,0.52798 0.29102,0.73898 0.09,0.48602 -0.19599,0.69101 0.35699,0.99402 0.23804,0.13 1.31403,0.957 1.57202,0.72198 0.25696,-0.23397 -0.13598,-0.34198 -0.21399,-0.535 -0.12304,-0.306 0.25196,-0.85898 0.54798,-0.91699 -0.37598,-0.22699 -0.89301,-0.11701 -1.23999,-0.40399 -0.31903,-0.26401 -0.43201,-0.918 -0.39704,-1.30802 0.0211,-0.23099 -0.13598,-0.97899 -0.29095,-1.16899 -0.43604,-0.537 -1.00104,0.081 -0.59802,0.57301 -0.16999,0.023 -1.10798,-1.27201 -1.141,-0.19201"
               style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
               inkscape:connector-curvature="0" /><path
               id="path2385"
               d="m 704.8852,244.41139 c -0.072,0.023 -0.14301,0.046 -0.21497,0.069 0.049,0.198 0.198,0.28302 0.38001,0.16901 -0.046,-0.085 -0.10102,-0.16501 -0.16504,-0.23801"
               style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
               inkscape:connector-curvature="0" /><path
               id="path2403"
               d="m 706.55219,244.1964 c -0.11096,0.04 -0.20697,0.10299 -0.28796,0.18899 0.18701,0.089 0.29498,0.017 0.28796,-0.18899"
               style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
               inkscape:connector-curvature="0" /><path
               id="path2421"
               d="m 707.14423,243.43239 c -0.31403,0.32001 -0.38904,0.87201 -0.354,1.29401 0.036,0.45101 0.703,0.68801 0.59198,0.208 0.19598,0.013 0.48901,0.55701 0.68298,0.36499 0.26703,-0.26199 0.539,-0.794 0.49499,-1.17999 -0.064,-0.565 -0.95794,-0.77899 -1.41595,-0.68701"
               style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
               inkscape:connector-curvature="0" /><path
               id="path2439"
               d="m 707.90821,225.0994 c 0.20501,0.033 0.39099,0.15001 0.52197,0.30999 -0.19299,-0.12199 -0.32098,-0.021 -0.33398,0.19001 0.591,0.085 0.75903,-0.50901 0.52899,-0.956 -0.40796,-0.795 -0.91297,-0.164 -0.71698,0.456"
               style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
               inkscape:connector-curvature="0" /><path
               id="path2457"
               d="m 709.62122,241.0284 c 0.1,0.009 0.19598,-0.006 0.28699,-0.046 -0.1,-0.009 -0.19599,0.006 -0.28699,0.046"
               style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
               inkscape:connector-curvature="0" /><path
               id="path2475"
               d="m 710.35822,240.6014 c -0.13403,-0.105 -0.26801,-0.105 -0.40399,0 0.056,0.094 0.12799,0.173 0.21496,0.23899 0.073,-0.073 0.13599,-0.15199 0.18903,-0.23899"
               style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
               inkscape:connector-curvature="0" /><path
               id="path2493"
               d="m 712.38221,239.07739 c -0.37299,-0.53 -1.133,0.30001 -0.66498,0.76101 0.224,-0.224 0.815,-0.32599 0.66498,-0.76101"
               style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
               inkscape:connector-curvature="0" /><path
               id="path2511"
               d="m 728.71918,245.50639 c -0.86298,-0.362 -0.586,1.831 -0.40594,2.12 0.22699,-0.375 0.47198,-0.26099 0.43896,-0.77499 -0.026,-0.40299 -0.19,-0.961 -0.033,-1.34501"
               style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
               inkscape:connector-curvature="0" /><path
               id="path2527"
               d="m 729.10022,245.86339 c -0.27002,0.049 -0.24701,0.336 -0.074,0.47601 0.039,-0.156 0.064,-0.315 0.074,-0.47601"
               style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
               inkscape:connector-curvature="0" /><path
               id="path2545"
               d="m 731.64618,226.57539 c -0.052,0.21702 0.028,0.24102 0.23804,0.071 -0.079,-0.023 -0.15802,-0.047 -0.23804,-0.071"
               style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
               inkscape:connector-curvature="0" /><path
               id="path2563"
               d="m 731.93421,226.2894 c -0.10303,0.22999 0.117,0.43201 0.30798,0.50101 0.015,-0.21502 0.02,-0.57701 -0.30798,-0.50101"
               style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
               inkscape:connector-curvature="0" /><path
               id="path2579"
               d="m 732.00422,224.3844 c -0.006,0.20599 0.12597,0.343 0.33398,0.239 -0.025,-0.192 -0.14398,-0.284 -0.33398,-0.239"
               style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
               inkscape:connector-curvature="0" /><path
               id="path2597"
               d="m 732.09919,237.17239 c -0.074,0.069 -0.10596,0.15601 -0.095,0.26101 0.031,-0.087 0.063,-0.174 0.095,-0.26101"
               style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
               inkscape:connector-curvature="0" /><path
               id="path2614"
               d="m 732.50623,225.88541 c 0.008,0.17099 0.096,0.282 0.26099,0.33299 0.006,-0.174 -0.1,-0.28799 -0.26099,-0.33299"
               style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
               inkscape:connector-curvature="0" /><path
               id="path2617"
               d="m 734.57624,229.48039 c 0.0179,0.17101 0.097,0.306 0.23895,0.40502 -0.073,-0.13901 -0.15198,-0.274 -0.23895,-0.40502"
               style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
               inkscape:connector-curvature="0" /><path
               id="path2633"
               d="m 710.21619,233.6234 c 0.30902,-0.207 0.099,-0.42301 0.16504,-0.702 0.087,-0.362 0.612,-0.386 0.66901,-0.798 -0.11005,0.18001 -0.24402,0.338 -0.40406,0.476 -0.28998,-0.428 0.07,-0.849 0.34406,-1.165 0.17798,-0.20601 0.23096,-0.40001 0.32397,-0.64801 0.12097,-0.32199 0.53302,-0.39698 0.76099,-0.61599 -0.044,0.29499 -0.43298,0.65499 0.011,0.833 0.063,0.025 0.22204,0.72 0.34704,0.85601 0.36499,0.39799 1.01898,0.709 1.25299,1.21598 0.091,0.196 0.49597,0.36602 0.69,0.46702 0.36402,0.18899 0.878,-0.18401 1.193,-0.32401 0.625,-0.27901 1.21899,0.09 1.88501,0.025 0.26599,-0.026 0.50799,-0.23098 0.74298,-0.35598 0.35101,-0.18801 0.25097,-0.64602 0.51703,-0.93502 0.27697,-0.30198 1.68499,-0.60699 1.90197,-0.14599 0.20801,0.43899 1.49299,0.85701 1.90302,0.604 0.35498,-0.21899 0.43201,-0.56801 0.91296,-0.40201 0.237,0.082 0.42499,-0.112 0.62903,-0.194 0.16797,-0.067 0.36499,0.151 0.53699,0.14301 -0.093,-0.459 0.88,-1.457 0.61298,-1.75301 -0.461,-0.50999 0.57299,-1.16198 0.958,-1.295 -0.22601,-0.27999 -0.651,-1.30799 0.054,-1.39299 0.88501,-0.10701 0.22198,-0.65499 0.729,-1.14 0.19501,-0.18701 -0.057,-0.951 -0.027,-1.27301 0.0279,-0.29798 0.10498,-0.67498 0.23895,-0.94299 0.11505,-0.231 0.35205,-0.341 0.41101,-0.60901 0.46802,0.17401 0.58502,0.26702 1.08398,0.053 0.17005,-0.073 0.58802,0.55699 0.62903,-0.101 0.323,0.312 0.93402,0.234 1.33698,0.19699 0.51703,-0.047 0.83203,0.51401 1.33099,0.47001 -0.14996,0.106 -0.31598,0.16999 -0.49896,0.19 0.09,0.079 0.98596,0.824 0.38,0.524 0.12299,0.087 0.44098,0.145 0.50299,0.289 0.062,0.14501 0.058,0.289 0.23499,0.35401 -0.28601,0.36599 -0.75098,0.13699 -0.88001,-0.23801 0.059,0.162 0.082,0.328 0.069,0.5 -0.25702,-0.159 -0.70704,-0.14301 -0.97504,-0.024 0.34003,0.132 0.51599,0.481 0.88299,0.572 -0.0929,0.187 -0.13598,0.59999 -0.453,0.452 0.23303,0.304 0.58106,0.43001 0.92902,0.548 -0.289,0.33001 0.27099,0.36299 -0.19098,0.428 0.15899,0.007 0.31,0.046 0.453,0.119 -0.47302,0.129 0.12,0.398 0.29999,0.619 0.20502,0.25299 0.38702,0.529 0.55603,0.808 0.21295,0.34999 -0.23505,1.039 -0.64502,1.026 0.26697,0.094 0.13696,0.36 0.34497,0.53299 0.30005,0.24901 0.599,0.50601 0.91205,0.73902 0.25195,0.18798 0.39996,0.50898 0.69494,0.61499 0.39405,0.14199 0.67103,0.544 0.93201,0.85099 0.11102,0.13001 0.39704,0.028 0.19702,0.34101 -0.24701,0.38701 -0.651,0.19501 -0.992,0.36799 -0.56598,0.28602 -1.23499,-0.50199 -1.68201,-0.68299 0.206,0.30101 0.36902,0.682 -0.11297,0.709 -0.43799,0.025 -0.57703,0.692 -0.68799,1.02101 -0.29804,0.87599 -0.44104,1.87999 -0.38904,2.79399 0.12604,-0.14501 0.284,-0.224 0.47601,-0.23799 -0.061,0.196 -0.37701,0.431 -0.14203,0.52198 -0.22595,0.14 -0.22595,0.336 0,0.47602 -0.30999,0.087 -0.65399,0.45698 -0.73797,0.023 -0.096,0.614 -1.23798,1.91001 -1.40497,0.668 -0.24005,0.43401 0.16595,0.774 -0.32404,1.11501 -0.22497,0.15599 -0.11401,0.40098 -0.27197,0.599 -0.18304,0.22898 -0.52301,0.222 -0.69104,0.47599 0.74902,-0.285 0.5,0.75699 0.14203,1.025 0.185,0.182 0.56396,-0.07 0.71899,0.11801 0.15101,0.18298 -0.15301,0.88898 -0.26599,1.04898 -0.13104,-0.15399 -0.289,-0.19299 -0.47601,-0.11899 0.46899,0.40601 -0.14502,1.70499 -0.47601,1.04499 -0.089,0.29 0.15301,0.539 0.31103,0.74102 -0.65503,0.12 -0.45404,1.116 -1.005,1.33899 -0.60401,0.24399 -1.21503,0.651 -1.82904,0.92301 -0.16199,0.071 -1.43799,0.936 -1.38398,0.44799 0.033,-0.29501 -0.003,-0.61999 0.011,-0.92099 0.02,-0.43002 -0.258,-0.78601 -0.15198,-1.22 -0.48401,0.474 -0.81402,0.29499 -0.47601,-0.35702 -0.21899,0.371 -0.70502,0.60901 -0.59601,-0.047 -0.05,0.34802 -0.96997,1.15701 -1.23797,0.621 -0.0921,-0.186 0.164,-0.328 -0.014,-0.52398 -0.32599,-0.35801 -0.67395,0.29098 -0.771,-0.193 0.107,0.551 -0.60095,-0.43002 -0.66797,-0.668 0.004,0.499 -0.53302,1.05399 -0.95703,1.271 -0.44098,0.22498 -0.82696,-0.41 -1.25397,-0.10101 -0.15503,0.112 -0.75604,0.975 -0.87201,0.414 -0.14202,-0.68201 0.089,-1.29099 -0.27398,-1.96399 -0.28601,0.73798 -0.38501,0.39398 -0.93103,0.379 -0.22998,-0.006 -0.41797,0.19198 -0.59601,0.30499 -0.33795,0.21399 -0.56,0.023 -0.901,-0.039 0.11102,-0.121 0.23004,-0.232 0.35699,-0.33399 -0.276,0.041 -0.36596,0.39899 -0.66797,0.357 0.12702,-0.72501 -0.604,-0.323 -0.90301,-0.096 -0.34699,-0.43301 -0.069,-1.15201 -0.22199,-1.651 -0.104,-0.34 -0.041,-0.69901 -0.10302,-1.04401 -0.053,-0.29199 -0.508,-0.526 -0.47797,-0.781 0.007,-0.06 0.25702,-0.36798 0.28699,-0.45699 0.10699,-0.31801 0.16498,-0.59399 -0.03,-0.888 -0.13403,-0.2 -0.16205,-0.416 -0.276,-0.608 -0.138,-0.235 -0.43506,-0.321 -0.41803,-0.64301 -0.068,0.083 -0.14002,0.16201 -0.21503,0.23801 -0.25195,-0.487 -0.51996,-0.039 -0.86499,-0.24699 -0.19501,-0.11802 -0.071,-0.33602 0.015,-0.46901 0.086,-0.13401 0.406,0.021 0.51703,0.025 -0.18702,-0.10401 -0.297,-0.35701 -0.50306,-0.40801 -0.15399,-0.039 -0.35095,-0.01 -0.45099,-0.164 -0.14099,-0.216 -0.22296,-1.09399 0.21601,-0.83 -0.11402,-0.30699 -0.30402,-0.679 0.072,-0.71401 -0.31702,-0.41999 -0.73901,-0.78498 -0.85199,-1.31799 -0.047,-0.22301 -0.25299,-0.946 -0.053,-1.136"
               style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
               inkscape:connector-curvature="0" /><path
               id="path2649"
               d="m 731.10022,226.02741 c 0.008,-0.055 0.016,-0.11101 0.023,-0.166 0.25501,0.036 0.49097,0.14099 0.71497,0.26199 -0.25098,0.045 -0.50201,-0.014 -0.73798,-0.096"
               style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
               inkscape:connector-curvature="0" /><path
               id="path2665"
               d="m 732.19519,224.1944 c 0.28901,-0.038 0.667,-0.093 0.59601,0.334 -0.27697,0.057 -0.414,-0.19 -0.59601,-0.334"
               style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
               inkscape:connector-curvature="0" /><path
               id="path2681"
               d="m 773.62622,253.3644 c 0.017,0.19601 0.096,0.363 0.23798,0.49899 -0.064,-0.11298 0.05,-0.80499 0.10004,-0.96198 0.12799,-0.39901 -0.29303,-0.19201 -0.172,-0.54 0.32397,0.16299 0.53198,-0.36902 0.66895,-0.56202 0.234,-0.33099 0.54101,0.379 0.53704,0.55902 -0.011,0.469 -0.0421,0.974 -0.0681,1.444 -0.043,0.737 -0.59296,0.39899 -0.96997,0.13398 0.48602,0.578 -1.26203,-0.625 -0.33399,-0.57199"
               style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
               inkscape:connector-curvature="0" /><path
               id="path2697"
               d="m 774.19818,254.1014 c 0.10004,0.065 0.41004,0.46899 0.20606,0.56601 -0.33301,0.15698 -0.55701,-0.48301 -0.20606,-0.56601"
               style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
               inkscape:connector-curvature="0" /></g><circle
             id="ellipse5879-5"
             style="clip-rule:evenodd;fill:#510000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1.88919;stroke-miterlimit:2.02116;stroke-dasharray:none;stroke-opacity:1"
             r="12.590819"
             cy="2187.6553"
             cx="5994.2466" /></g></g><g
         transform="matrix(3.1757337,0,0,3.1757337,-0.02195285,3.9026)"
         style="fill:#ffc0c0;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
         id="ye"><title
           id="title3101">Yemen</title><path
           inkscape:connector-curvature="0"
           style="fill:#ffc0c0;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 542.39722,196.3114 c 0.032,-0.10901 0.039,-0.22 0.023,-0.33301 -0.36401,0.058 -0.216,0.20401 -0.023,0.33301"
           id="path2190" /><path
           inkscape:connector-curvature="0"
           style="fill:#ffc0c0;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 566.56623,201.35941 c -0.014,-0.25701 -0.33203,-0.16701 -0.47602,-0.14301 0.15802,0.048 0.31702,0.095 0.47602,0.14301"
           id="path2192" /><path
           inkscape:connector-curvature="0"
           style="fill:#ffc0c0;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 570.0882,200.88339 c 0.55701,-0.12799 1.52399,-0.067 1.80902,-0.69099 -0.33502,-0.2 -0.77704,-0.508 -1.19,-0.41499 -0.19501,0.044 -0.36402,0.17199 -0.573,0.15199 -0.22198,-0.021 -0.41199,-0.21401 -0.64203,-0.17301 -0.25195,0.046 -0.47497,0.53501 -0.268,0.71801 0.21704,0.19301 0.57501,0.36799 0.86401,0.40899"
           id="path2704" /><path
           inkscape:connector-curvature="0"
           style="fill:#ffc0c0;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 568.01722,188.3714 c -0.80201,-0.03 -0.34803,-1.674 -1.14399,-1.767 0.357,-0.567 -0.966,-2.326 -1.19403,-2.946 l -0.92798,-2.14599 c -2.35699,0.46299 -4.72399,0.97 -7.04303,1.28299 -1.93499,0.597 -2.91101,1.55799 -3.34899,2.606 -0.40302,0.603 -0.61896,2.12601 -1.58698,2.06801 -0.659,-0.04 -0.58704,-1.028 -1.22101,-0.95301 -0.79901,0.094 -1.45202,0.079 -2.26202,-0.035 -0.45899,-0.064 -0.92999,-0.39101 -1.38001,-0.39101 -0.49896,0 -0.99499,0.048 -1.48999,0.095 -0.60797,0.057 -1.12201,0.331 -1.75195,0.296 -0.34705,-0.019 -0.47601,-0.405 -0.83002,-0.449 -0.33801,-0.042 -0.599,0.186 -0.74102,0.473 -0.15497,0.312 -0.20496,0.691 -0.146,1.034 0.038,0.22301 0.349,0.44301 0.17999,0.671 -0.15997,0.21599 -0.28699,0.43799 -0.45196,0.663 -0.088,0.123 -0.19904,0.22 -0.33203,0.291 -0.31696,0.159 -0.15601,0.27901 -0.09,0.62801 0.10297,0.55099 -0.10504,0.80699 -0.203,1.30899 -0.091,0.466 0.29998,0.87001 0.255,1.333 -0.088,-0.079 -0.56201,-0.092 -0.48303,0.093 -0.017,-0.039 0.47803,0.23999 0.47699,0.23899 0.26599,0.28299 0.36505,0.57599 0.45502,0.946 0.17797,0.72699 0.19201,1.536 0.41998,2.243 0.094,0.28999 0.32605,0.507 0.43701,0.789 0.133,0.341 0.007,0.711 0,1.06 -0.014,0.69 0.82098,1.27099 0.59503,1.972 0.305,0.023 0.50995,-0.148 0.818,-0.024 0.328,0.13 0.55395,0.23899 0.91497,0.167 0.74604,-0.14801 1.07801,-0.669 1.85498,-0.261 -0.04,-0.212 0.18604,-0.427 0.26203,-0.119 0.12903,-0.142 0.203,-0.306 0.307,-0.463 0.16401,-0.24901 0.43097,-0.244 0.65003,-0.41 0.48999,-0.37 0.54498,-0.74201 1.21899,-0.89701 0.62897,-0.14498 1.29499,-0.17199 1.93598,-0.11299 0.37799,0.034 1.01098,-0.399 1.39001,-0.50599 0.56397,-0.16001 0.844,-0.64801 1.33997,-0.92401 0.15301,-0.084 0.36804,-0.275 0.53302,-0.32399 0.182,0.006 0.35602,0.049 0.52099,0.12899 0.18702,0.009 0.36902,-0.013 0.547,-0.067 1.20001,-0.19301 1.47003,-1.434 2.54804,-1.964 0.50097,-0.246 0.94397,-0.308 1.479,-0.402 0.65997,-0.115 1.20697,-0.557 1.85596,-0.712 0.45099,-0.108 0.90899,-0.19299 1.34698,-0.351 0.43701,-0.158 0.59302,-0.507 0.96204,-0.69501 0.307,-0.15699 0.96899,-0.138 1.06396,-0.554 0.10901,-0.48298 -0.22595,-0.92199 -0.051,-1.41499 0.35296,-0.995 1.56799,-0.95599 2.31,-1.5"
           id="path2592" /></g><g
         transform="matrix(3.1757337,0,0,3.1757337,-0.02195285,3.9026)"
         style="fill:#ee7070;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
         id="mg"><title
           id="title3751">Madagascar</title><path
           inkscape:connector-curvature="0"
           style="fill:#ee7070;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 542.46723,299.26939 c 0.18799,0.79502 -0.21301,1.76401 0.35095,2.45801 0.27502,0.34 0.27106,0.72101 0.41302,1.11399 0.13001,0.362 0.49201,0.419 0.13404,0.82901 -0.35101,0.40301 -0.29602,1.71099 -0.067,2.18801 0.20899,0.434 0.41901,0.75498 0.53497,1.236 0.15003,0.62399 0.555,0.79898 1.01404,1.177 -0.57904,-0.336 -0.078,0.11398 0.067,0.159 0.21203,0.066 0.43805,0.043 0.65204,0.098 0.51996,0.13299 0.802,0.707 1.32,0.82101 0.89698,0.198 1.82996,-0.94601 2.65497,-1.18802 0.30402,-0.089 0.62201,0.091 0.901,-0.011 0.22101,-0.081 0.41303,-0.228 0.64801,-0.27301 0.33002,-0.063 0.52698,-0.45499 0.654,-0.72699 0.16998,-0.366 0.28698,-0.75602 0.39202,-1.14502 0.14496,-0.539 0.47797,-0.97699 0.64399,-1.495 0.307,-0.95498 0.63897,-1.879 0.901,-2.85998 0.37396,-1.39502 0.93701,-2.642 1.41998,-3.995 0.39099,-1.09601 0.61401,-2.21701 1.099,-3.27801 0.14203,-0.31 0.41003,-0.801 0.26898,-1.15299 0.16705,-10e-4 0.35504,-0.67102 0.39703,-0.78201 0.279,-0.74301 0.43,-1.52701 0.73298,-2.259 0.44305,-1.068 0.84503,-1.978 1.07501,-3.124 0.17303,-0.85501 -0.41199,-2.10299 0.62799,-2.664 0.20404,-0.11001 0.42804,-0.75601 0.453,-1.01001 0.023,-0.238 -0.03,-0.47198 0.013,-0.70999 0.057,-0.32101 -0.33801,-0.284 -0.33301,-0.59201 0.004,-0.233 -0.237,-2.04398 0.34302,-1.797 0.49799,0.21201 0.32703,1.24301 0.80799,1.41202 0.53802,0.189 0.89001,-1.26401 0.95001,-1.58301 0.086,-0.45999 -0.22199,-0.69 -0.34699,-1.09799 -0.22998,-0.75 -0.20801,-1.478 -0.23602,-2.25 -0.052,-1.41901 -0.39099,-2.922 -0.96198,-4.19 -0.081,0.053 -0.15899,0.10898 -0.23498,0.16901 0.063,-0.19303 -0.019,-0.23102 -0.13702,-0.34903 -0.19098,-0.193 0.10699,-0.314 -0.064,-0.52399 -0.16394,-0.20001 -0.26898,-0.953 -0.68195,-0.70099 -0.025,-0.086 -0.033,-0.173 -0.023,-0.26202 0.71796,0.069 -0.328,-1.017 -0.20898,-0.10599 0.046,0.358 -0.69202,1.01901 -1.03101,1.01199 0.638,0.32102 0.224,1.26401 0.095,1.69 -0.18798,0.62702 -0.17901,1.02802 -0.95196,1.04801 0.094,0.45499 -0.0501,0.095 -0.26605,0.35699 -0.15699,0.19001 -0.16401,0.46302 -0.23395,0.68802 -0.19306,-0.005 -0.90302,-1.45502 -1.00501,-0.43002 -0.037,0.366 0.091,0.60501 0.22199,0.93301 0.117,0.29599 -0.093,1.10401 -0.146,0.52301 -0.053,0.284 -0.93298,0.318 -0.586,0.97098 0.185,0.34702 0.88898,0.211 0.60999,0.76801 0.095,-0.43299 -0.35303,-0.473 -0.62097,-0.266 -0.37403,0.29001 -0.34204,0.94101 -0.85401,1.099 -0.0681,-0.36599 0.28699,-0.64801 0.21497,-1.02499 -0.36902,0.081 -0.28302,0.33398 -0.42999,0.595 -0.14398,0.254 -0.55902,0.392 -0.61902,0.69199 -0.041,0.20801 0.177,0.44101 0.263,0.61001 0.16901,0.332 -0.42798,0.40198 -0.62,0.55698 0.039,-0.229 0.45704,-0.89298 -0.13098,-0.87799 -0.33697,0.008 -0.60901,0.42901 -0.86499,0.604 -0.17199,0.11801 -0.63299,0.361 -0.586,0.62601 0.024,0.13498 -0.087,0.30499 -0.038,0.43198 0.068,0.177 0.30603,0.14502 0.35998,0.35702 -0.263,-0.017 -0.53796,0.037 -0.58496,-0.33502 -0.06,-0.46799 -0.51904,-0.45999 -0.53601,0.028 -0.11102,-0.18301 -0.638,-0.23501 -0.82202,-0.14502 -0.23297,0.11402 -0.14398,0.50501 -0.31897,0.66703 0,-0.49402 -0.56604,-0.10501 -0.599,0.19198 -0.08,-0.15298 -0.17499,-0.29599 -0.28399,-0.42999 -0.28504,0.198 -0.50403,0.538 -0.83503,0.66101 -0.30999,0.116 -0.86102,-0.13501 -1.11401,0.10098 -0.12299,0.11503 -0.018,1.056 -0.12097,0.95401 0.091,0.38099 -0.18201,0.82099 -0.36603,1.13001 -0.30896,0.518 -1.29895,1.483 -0.91901,2.108 0.26203,0.431 0.033,1.20798 0.075,1.70999 0.049,0.57099 0.458,1.04599 0.45501,1.607 -0.003,0.522 -0.035,0.85299 0.24799,1.31601 0.30304,0.49798 0.13,0.72198 -0.019,1.20599 -0.107,0.34799 0.33099,0.45599 0.125,0.82999 -0.22101,0.39901 -0.508,0.77801 -0.74701,1.168 -0.25702,0.419 -0.57501,0.83801 -0.75897,1.29602 -0.14203,0.354 -0.025,0.945 -0.47504,1.10199 -0.53998,0.18802 -0.66699,0.199 -0.71997,0.819 -0.043,0.51599 -0.51105,0.98901 -0.638,1.51699"
           id="path2622" /><path
           inkscape:connector-curvature="0"
           style="fill:#ee7070;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 556.37323,274.50639 c 0.11798,-0.207 -0.024,-0.427 -0.16504,-0.57199 -0.234,0.193 -0.17999,0.577 0.16504,0.57199"
           id="path2624" /><path
           inkscape:connector-curvature="0"
           style="fill:#ee7070;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 560.11322,284.05339 v -0.142 c -0.14404,0.26502 -0.50799,0.564 -0.35699,0.90601 0.151,-0.23901 0.21796,-0.51801 0.35699,-0.76401"
           id="path2628" /></g><g
         transform="matrix(3.1757337,0,0,3.1757337,-0.02195285,3.9026)"
         style="fill:#510000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
         id="bo"><title
           id="title3799">Bolivia</title><path
           inkscape:connector-curvature="0"
           style="fill:#510000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 260.236,267.436 c 0.63,0.041 1.264,0.095 1.893,0.143 0.288,0.021 0.141,0.069 0.184,0.241 0.077,0.311 0.526,-0.008 0.652,-0.062 0.145,-0.063 0.435,-0.124 0.528,-0.271 0.144,-0.227 0.19,-0.548 0.406,-0.725 0.477,-0.394 0.858,0.24 1.117,-0.394 0.226,-0.551 0.928,-0.578 1.361,-0.884 0.404,-0.285 0.609,-0.874 1.11,-1.02 0.599,-0.174 1.267,-0.457 1.902,-0.369 0.703,0.098 0.547,0.161 1.013,-0.277 1.01,0.698 -0.073,2.029 0.221,2.926 0.073,0.225 0.259,0.354 0.337,0.552 0.087,0.223 -0.127,0.453 -0.179,0.655 -0.154,0.604 0.435,0.93 0.569,1.38 0.096,0.324 0.066,0.286 0.345,0.524 0.173,0.147 0.13,0.515 0.289,0.607 0.215,0.125 0.334,0.014 0.564,0.202 0.219,0.18 0.43,0.284 0.684,0.489 0.034,0.027 0.175,0.333 0.232,0.395 0.17,0.187 0.345,0.237 0.583,0.293 0.322,0.075 0.574,0.207 0.891,0.031 0.259,-0.144 0.446,-0.076 0.682,0.088 0.191,0.134 0.351,0.308 0.548,0.433 0.274,0.173 0.326,-0.186 0.544,-0.122 0.412,0.12 0.424,0.893 0.958,0.952 0.467,0.053 0.791,0.422 1.254,0.448 0.641,0.034 0.735,0.985 1.271,1.123 0.441,0.113 0.865,0.039 1.299,-0.027 0.617,-0.095 1.241,0.396 1.752,0.685 0.838,0.475 0.303,0.926 0.605,1.613 0.333,0.757 0.459,1.425 0.623,2.23 -0.207,-0.006 -0.413,0.002 -0.618,0.023 0.026,0.587 0.773,0.926 0.872,1.557 0.074,0.471 0.022,1.024 0.229,1.463 0.261,0.556 1.28,0.367 1.78,0.416 0.942,0.094 1.92,0.231 2.857,0.017 0.013,0.419 -0.232,0.676 -0.264,1.054 -0.026,0.313 0.101,0.708 0.182,1.01 0.128,0.477 0.685,1.22 1.204,1.316 0.264,0.049 0.403,-0.127 0.522,0.207 0.091,0.253 0.211,0.485 0.312,0.735 0.266,0.657 0.61,1.023 0.458,1.735 -0.077,0.358 -0.377,0.974 -0.253,1.341 0.174,0.516 -0.195,0.956 -0.394,1.453 -0.27,0.67 -0.284,0.977 0.261,1.436 0.405,0.342 -0.245,0.554 -0.527,0.762 0.195,-0.646 -0.618,-1.373 -1.125,-1.697 -0.532,-0.339 -1.133,-0.605 -1.746,-0.736 -1.698,-0.363 -3.468,0.585 -5.085,0.752 -0.792,0.082 -1.186,0.16 -1.313,1.013 -0.106,0.709 -0.618,1.098 -0.734,1.786 -0.108,0.648 0.17,1.279 0.038,1.947 -0.188,0.949 -0.235,1.981 -0.465,2.921 -0.723,-0.464 -0.42,-0.777 -1.077,-0.749 -0.511,0.021 -1.133,-0.102 -1.611,0.058 -0.57,0.191 -0.536,-0.251 -0.84,0.521 -0.259,0.66 -0.352,1.226 -0.425,1.923 -0.723,-1.007 -0.604,-1.982 -1.995,-2.205 -0.566,-0.09 -1.395,0.18 -1.899,-0.065 -0.442,-0.215 -0.697,-0.751 -1.202,-0.852 -0.07,0.717 -0.029,0.943 -0.75,1.205 -0.36,0.131 -0.755,0.824 -0.955,1.167 -0.297,0.51 -0.413,0.731 -1.104,0.826 -0.252,0.035 -0.653,-0.091 -0.771,-0.239 -0.445,-1.159 -0.573,-1.859 -1.073,-2.792 -0.432,-0.769 -0.367,-1.399 -0.703,-1.919 -0.196,-0.304 -0.549,-0.554 -0.726,-0.851 -0.232,-0.389 0.124,-0.777 -0.028,-0.763 -0.292,0.026 -0.485,-0.281 -0.619,-0.547 -0.149,-0.297 0.202,-0.5 -0.199,-0.872 0.708,-0.427 0.649,-0.36 0.151,-1.033 -0.072,-0.098 0.217,-0.51 0.253,-0.602 0.147,-0.38 -0.027,-0.559 -0.351,-0.835 -0.642,-0.548 -0.937,-1.007 -1.153,-1.817 -0.097,-0.366 -0.661,-1.303 -0.305,-1.642 -1.194,-0.243 -1.204,-2.044 -1.69,-2.143 0.04,-0.22 0.202,-0.338 0.371,-0.458 0.259,-0.184 0.341,-0.485 0.519,-0.737 0.155,-0.219 0.267,-0.419 0.477,-0.587 0.031,-0.026 -0.034,-0.389 0.027,-0.357 0.186,0.097 0.644,0.192 0.183,-0.349 0.146,0.095 0.698,-0.522 0.687,-0.352 -0.037,-0.62 -1.001,0.407 -0.624,-1.023 -0.601,-0.101 -0.094,-0.251 -1.397,-1.107 0.066,-0.341 0.485,-0.699 0.314,-1.053 -0.268,-0.559 -0.688,-0.662 -0.34,-1.353 0.224,-0.447 0.457,-0.782 0.607,-1.224 0.178,-0.525 0.284,-0.503 -0.024,-1.059 -0.283,-0.51 -0.074,-0.92 -0.125,-1.467 -0.041,-0.441 -0.31,-1.346 0.024,-1.721 0.331,-0.372 0.635,-0.626 0.35,-1.112 -0.808,-1.378 -1.667,-2.773 -2.406,-4.185"
           id="path2712" /><path
           inkscape:connector-curvature="0"
           style="fill:#510000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 262.935,282.522 c 0.005,0 -0.156,-0.01 -0.368,-0.072 -0.099,-0.028 0.076,-0.295 0.167,-0.343 0.107,0.104 0.307,0.344 0.201,0.415"
           id="path5225" /></g><path
         id="rs-"
         d="m 1530.9103,334.97601 c -1.2226,-0.51764 -2.3024,1.33699 -2.7247,1.50848 -0.74,0.29852 -2.023,0.0762 -3.5473,0.58116 0.4287,1.05752 0.7463,1.67043 0.9781,2.77876 0.1493,0.69867 0.3652,0.89874 1.0861,0.92732 -2.0674,1.43543 1.7911,2.31828 2.4358,2.96296 -0.095,-0.0953 -2.0928,0.45095 -2.3564,0.55575 0.6351,1.26394 -0.038,1.90862 -0.2287,2.277 0.9559,-0.37156 1.807,-0.61927 2.0293,-0.13338 0.5209,1.14009 0.6352,1.05434 -1.1115,3.70608 -0.5748,0.87333 1.2798,2.1722 2.8582,3.28054 1.7117,1.58786 -1.2163,0.82569 -1.6673,1.1909 -0.2731,0.0667 2.4041,3.01694 1.8419,3.28688 -1.4767,0.70501 -3.0264,0.84157 -4.1125,0.87015 0.5176,-0.0794 1.8419,1.52753 3.814,3.10587 0.6288,0.50176 0.7686,1.02576 2.1849,1.5053 1.1211,0.6669 3.1504,0.0318 3.4838,1.34333 0.1461,0.0921 -1.5529,0.93684 -1.4481,0.97813 0.1492,0.0603 1.0257,1.50212 0.7145,1.65773 2.0198,0.65103 -0.4001,1.89591 3.1472,2.56917 1.0702,0.20325 1.0384,4.98273 1.1528,3.82676 1.5307,-1.29253 1.4163,-3.63622 4.97,-2.35322 0.038,-1.14009 1.229,-0.95272 1.8641,-1.39732 0.7209,0.73677 1.518,-0.75265 2.6327,-0.41285 0.6955,0.2096 5.3892,-0.29852 4.2079,-2.03882 -0.6796,-1.00353 -0.8511,-2.18173 -0.2668,-2.80417 0.5653,-0.60339 1.2767,0.0572 1.9055,-0.74312 0.6224,-0.78123 1.1178,-1.55294 1.4576,-2.35322 -1.0416,-0.33028 -2.3786,-1.68949 -3.1757,-2.43579 -2.5628,-2.40403 -1.2862,-4.3444 0.1588,-6.74843 -0.3303,-0.3017 -2.1151,-2.11504 -1.4291,-2.566 0.5748,-0.37791 1.3211,-0.13973 1.9054,-0.42555 -0.578,-0.70501 -2.0833,-1.65455 -2.9661,-0.95272 -0.2763,0.22548 -1.0861,1.60375 -1.3751,1.58787 -0.3938,-0.019 -1.1464,-1.0861 -1.5879,-1.27029 -1.0289,-0.42238 -2.1817,-0.759 -3.1757,-1.2703 -0.7368,-0.37791 -0.2858,-0.24453 -1.0385,-0.51447 0.9528,-0.51129 1.3465,-1.3338 0.032,-1.49577 1.4735,-1.38462 0.2795,-1.67043 -0.9623,-2.13091 -1.2766,-0.47001 -2.9058,-1.61963 -4.0109,-2.3691 1.3814,-2.73748 -1.5688,-2.75654 -1.9594,-4.65563 -0.3462,-1.69901 -3.9157,-1.7276 -5.7164,-1.42908 z"
         style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.66666663;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
         inkscape:connector-curvature="0"><title
           id="title3752">Serbia</title></path><g
         transform="matrix(3.1757337,0,0,3.1757337,-0.02195285,3.9026)"
         id="xk"
         style="fill:#510000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"><title
           id="title3331">Kosovo</title><path
           id="xk-"
           d="m 483.226,113.877 c 0.128,-0.095 0.397,-0.268 0.53,-0.208 0.034,-0.227 0.058,0.032 0.148,-0.119 0.145,-0.246 0.322,-0.212 0.482,-0.281 0.329,-0.142 0.32,-0.292 0.165,-0.653 0.156,-0.022 0.352,-0.13 0.482,-0.22 0.1,0.649 1.698,0.421 1.585,1.066 -0.056,0.326 0.576,0.442 0.645,0.71 0.101,0.392 -0.634,0.794 -0.345,1.111 -0.262,0.121 -0.666,0.137 -0.569,0.456 -0.397,-0.05 -0.329,-0.272 -0.91,-0.038 -0.463,0.187 -0.433,0.727 -0.671,0.8 -0.159,-0.044 0.066,-0.792 -0.261,-1.046 -0.08,-0.286 -0.363,-0.184 -0.648,-0.401 -0.187,-0.302 -0.051,-0.456 -0.401,-0.567 -0.07,-0.163 -0.39,-0.479 -0.232,-0.61"
           style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           inkscape:connector-curvature="0" /><circle
           id="xk_"
           cx="485.23935"
           cy="113.85834"
           r="1.4"
           style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1" /></g><path
         inkscape:connector-curvature="0"
         style="fill:#c80200;fill-opacity:1;stroke:#000000;stroke-width:0.66666663;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
         d="m 1312.639,694.56117 c 0.4509,-0.97178 1.6196,-1.18455 2.0261,-2.22937 0.2699,-0.69231 0.4795,-1.79747 0.5272,-2.53424 0.086,-1.34016 -0.4478,-3.77277 -1.4196,-4.76677 0.6225,-0.6542 1.4799,-0.31758 2.1119,0.0762 0.1365,-0.79394 1.41,-1.65774 0.9083,-2.53106 -0.4065,-0.70819 0.2604,-2.21349 1.2131,-1.7022 -0.7209,-1.0734 -1.9849,-1.7403 -2.3088,-3.06458 -0.6129,-2.49295 4.0427,-0.53352 4.7986,-0.18737 -0.5431,-1.65456 -0.3398,-3.50283 -2.4898,-3.85534 0.3938,-1.10515 0.3969,-2.28335 1.8165,-2.49613 -1.1782,-1.39732 -1.4037,-1.09562 -0.9877,-3.17573 -2.5628,1.65138 -2.4548,-4.03318 -2.1213,-5.29395 0.3239,-1.21313 1.1845,-1.52117 2.2579,-1.83875 0.578,-0.16831 0.6193,-1.25441 1.0734,-1.63868 0.6669,-0.56528 1.4513,-0.20007 2.1944,-0.53034 -0.1588,1.47354 2.8201,2.94708 4.011,2.41991 -0.8035,-1.33064 0.5621,-1.40685 1.5339,-1.39098 1.302,0.0191 0.8415,-2.13409 0.8828,-2.99471 0.5113,0.28581 1.0417,1.24806 1.7435,1.05752 0.6701,-0.1842 0.8035,-1.44496 1.5116,-1.73713 0.578,1.04799 -0.2445,4.57306 1.2672,4.95097 1.3655,0.33663 0.2635,-2.63586 4.4015,-2.50883 0.4002,0.01 -0.8765,1.1909 2.4295,1.4005 1.5593,0.0984 1.88,3.17573 2.0928,3.42661 1.0924,1.30523 3.1217,2.67715 5.151,3.08999 0.019,-1.83557 2.7216,-2.23254 4.0141,-2.7216 1.1782,-0.45095 4.2301,0.89873 4.9891,-0.22865 1.264,1.50212 1.7753,3.1408 3.4743,4.7636 0.1937,-0.24453 0.3715,-0.49542 0.5367,-0.75583 0.4986,1.49895 -0.6669,2.93438 -0.451,3.69338 0.3621,1.26077 1.1052,1.87051 1.2767,3.32817 0.1397,1.20678 0.8892,3.2456 0.4446,4.38251 -0.5018,1.27982 -1.1465,1.96578 -1.7721,3.1281 -0.8352,1.54976 -2.2516,2.44849 -2.204,4.16656 0.057,2.23254 -1.0448,3.8617 -1.4989,5.51625 -0.4795,1.75301 -0.2572,4.57941 0.8225,6.00214 1.0639,1.39732 1.5561,3.28688 1.1465,4.79218 2.6898,-0.74312 1.1146,3.34087 1.5529,4.61434 -0.5399,-0.01 -1.0702,0.0667 -1.5847,0.22866 0.1556,-0.289 0.3303,-0.56846 0.524,-0.83205 -1.2639,1.89909 -2.3088,-0.49224 -2.5724,-1.4386 -0.6827,0.75582 -0.94,1.80381 -2.1118,1.88956 -0.7558,0.0572 -1.7244,-0.3017 -2.2675,-0.82887 -0.4192,0.76853 -1.3783,0.0381 -1.7435,-0.30487 0.6574,-0.14291 1.391,0.49859 1.8896,-0.22548 -0.216,-0.2477 -0.4668,-0.44778 -0.7558,-0.60656 0.3144,1.51165 -0.3049,0.1048 -1.3529,0.37791 0.216,0.45095 -2.4898,0.19372 -3.1471,0.26676 -0.3367,0.0381 -3.6934,0.63832 -3.4235,0.78123 1.6832,0.91144 4.9859,-2.00071 6.3388,-0.28899 -2.096,0.11433 -4.0999,0.45731 -6.1514,0.82252 -0.4605,0.0826 -1.4196,0.27946 -1.7149,-0.26677 -0.4192,-0.76852 -2.4453,-0.41602 -3.1726,0.27312 1.1909,-0.47636 1.8515,-0.34933 3.0265,0.0762 -2.5755,0.29535 -5.3193,0.15562 -7.7488,1.20361 -2.096,0.90508 -3.976,2.6041 -6.3197,2.84228 -1.1941,0.12385 -3.741,1.47036 -4.6175,2.31511 -1.9721,1.89909 -2.3183,-1.60692 -2.0103,-3.05188 0.3653,-1.71807 0.9591,-3.61399 1.4355,-5.03671 0.632,-1.88321 0.092,-3.94109 -1.4005,-5.19233 -0.9051,-0.759 -2.2199,-1.0988 -2.0706,-2.68985 0.1683,-1.82604 -5.3987,-0.23818 -4.2714,-2.33734 -0.6669,0.15244 -1.2703,-0.14608 -1.7339,-0.60338"
         id="ci"><title
           id="title3705">Ivory Coast</title></path><path
         inkscape:connector-curvature="0"
         style="fill:#c80200;fill-opacity:1;stroke:#000000;stroke-width:0.66666663;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
         d="m 1316.6404,505.74157 0.5367,-11.41677 c -0.4954,-3.07093 4.211,-4.08399 5.9069,-5.6274 0.8415,-0.76535 2.2135,-2.33098 3.5092,-2.24842 1.1242,0.0699 1.3846,-1.62597 2.8645,-1.91179 2.4072,-0.46683 3.6425,1.86733 5.0907,-1.32428 0.4509,-0.98765 1.9499,-0.57481 2.8137,-0.68913 1.5529,-0.20643 3.1154,-0.41602 4.5794,-0.95907 2.9439,-1.08611 3.0646,-4.24596 5.5734,-5.57342 1.0353,-0.54622 2.3881,-0.60656 3.4806,-1.00988 1.3433,-0.49859 2.2262,-2.00389 3.6108,-2.28335 0.5081,-0.10163 3.2361,-0.32393 2.1214,-1.76253 -0.7209,-0.93049 -1.8705,-1.26712 -0.3874,-2.62316 -2.1183,-0.58116 -0.2065,-2.801 1.3465,-2.67079 2.0578,0.17149 3.9538,-0.55893 4.6842,-2.4866 1.3973,-3.68703 10.915,-0.4192 13.6302,-1.11786 -3.1154,-1.40367 2.2739,-3.12175 0.5812,-4.4238 -0.8003,-0.61609 -1.6927,-1.15914 -2.3437,-1.94672 -0.7495,-0.91144 -0.3589,-2.21666 -1.0988,-3.33135 -0.7717,-1.16549 -0.343,-2.12456 -0.1207,-3.28688 0.2096,-1.08928 -0.6288,-1.10198 -0.5113,-2.15632 0.108,-0.98766 0.095,-2.17538 0.108,-3.15668 0.016,-1.31793 -0.8606,-2.37545 0.4446,-3.39804 -1.3592,-0.55575 -0.8098,-1.31158 -1.0035,-2.32781 -0.2636,-1.35286 -2.6105,-1.79112 -3.1218,-3.18209 2.5152,-0.006 3.5886,-0.61927 5.7259,-1.71172 0.9305,-0.47318 1.518,-0.47636 2.0801,-1.45766 0.4954,-0.86697 0.8701,-1.59739 1.7943,-2.08963 0.5208,-0.27947 1.5307,-1.08928 2.0801,-0.6542 0.7145,0.5621 1.6164,-0.41602 2.0896,-0.8511 1.2322,-1.12739 2.928,1.70854 4.1856,-0.88285 1.6927,-3.47426 7.5138,-4.97638 10.9245,-5.37017 2.4295,-0.27946 4.8843,-0.94637 7.3296,-0.78123 1.8261,0.12385 3.0837,-2.20396 4.6684,-1.3084 0.6859,0.39061 0.5303,0.17149 0.7939,-0.26359 0.057,-0.0953 2.7946,-0.054 3.2011,-0.21595 2.366,-0.93684 4.7541,-0.58433 7.2407,-0.6542 2.0738,-0.0572 2.566,0.37156 4.1412,1.56246 2.0166,1.52118 2.7152,-0.72724 4.4651,-0.94319 0.5621,-0.0667 4.049,-0.21913 3.8553,-1.25124 -0.343,-1.8578 2.1944,-0.71454 2.7978,-0.30805 1.264,0.84475 3.1599,1.27347 4.4524,0.23818 0.7114,-0.56528 0.2477,-1.30522 1.6006,-0.9686 0.959,0.23818 1.7117,0.9432 2.7565,0.88921 -0.886,1.46084 1.3084,0.94954 2.0007,0.76853 1.3846,-0.35886 2.8772,-0.0222 4.2047,-0.46683 0.1016,1.88321 -2.2865,2.80734 -3.3282,4.00777 2.8328,0.60974 0.1143,4.59529 0.686,6.42133 0.9972,3.17574 0.5811,5.57342 -0.089,8.70151 -0.5495,2.57552 -3.414,4.58259 -5.3289,6.27208 -1.1179,0.98448 -0.5748,3.55682 0.076,4.64927 1.0543,1.76571 0.5748,3.69021 2.7502,4.5159 2.9661,1.12421 2.096,4.88427 4.4873,6.67221 1.1083,0.83205 2.4167,1.43226 3.3567,2.4739 1.2672,1.41003 1.4545,3.72196 1.7499,5.51307 0.6065,3.69656 2.3627,7.80278 2.3627,11.53109 0,1.00671 -2.115,0.62245 -0.7526,2.44214 1.3211,1.76253 2.4135,3.83629 2.8486,6.00531 1.5021,7.46615 -0.705,7.42169 0.4224,11.24845 0.5367,1.82605 0.5652,3.16303 -0.1461,4.94144 -0.8003,2.00707 -0.07,3.88393 0.3652,5.88464 0.6574,3.02965 -0.6891,3.07728 -2.8391,4.70326 -2.4549,1.85463 1.6228,5.45591 2.6867,7.09141 1.9911,3.05824 0.7939,6.69127 3.4393,9.54626 1.0162,1.09563 2.1849,-0.21913 3.2678,-0.13656 1.3719,0.1048 2.8582,1.13692 4.1475,1.60692 2.9376,1.06705 3.9252,3.53142 5.0081,6.32289 0.5145,1.3211 1.0353,1.48307 -0.3969,2.29606 -14.9069,9.50814 -29.944,19.01946 -42.6469,31.38577 -0.7305,1.06387 -3.0932,3.72196 -4.932,4.73502 -1.3909,0.7717 -3.4425,0.84157 -4.9763,1.15914 -2.0865,0.4319 -4.1793,0.84157 -6.2626,1.283 -1.048,0.2223 -10.2131,3.37263 -9.8194,0.12703 0.1366,-1.14327 0.9559,-1.58469 0.8416,-2.85181 -0.041,-0.48589 0.1048,-3.04235 -0.4033,-3.29324 -1.5402,-0.7717 -3.4647,-1.12421 -5.1637,-1.45131 -0.8384,-0.16196 -1.9658,-2.29288 -2.6041,-2.13726 -3.6744,0.9019 -4.2524,-2.75654 -4.9129,-3.30594 -0.7781,-0.64468 -2.1246,-0.70502 -2.8391,-1.24807 -0.8035,-0.60974 -0.1112,-2.12456 -0.5939,-2.9439 -0.6065,-1.03212 -1.6609,-1.92767 -2.6485,-2.51201 -1.6959,-1.00353 -3.2806,-2.19443 -4.8303,-3.39803 -3.8554,-2.99154 -7.644,-6.07201 -11.4803,-9.08895 -14.7957,-11.63272 -29.5724,-23.22097 -45.051,-33.93907 -3.6933,-2.56282 -7.4058,-5.08752 -11.1341,-7.59635"
         id="dz"><title
           id="title3680">Algeria</title></path><path
         inkscape:connector-curvature="0"
         style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.66666663;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
         d="m 1432.8723,335.29994 c 0.235,-0.45731 0.489,-0.89873 0.7653,-1.33381 0.3525,-0.67961 -0.1873,-1.22266 0.054,-1.86098 0.362,-0.9559 2.0007,-1.69902 2.0579,-2.00389 0.2255,-1.22265 0.8352,-2.00071 2.5755,-2.99789 0.94,-0.5367 1.5402,-1.65138 2.4485,-2.54059 -1.6927,0.20325 -0.6701,-2.44849 0.7241,-1.1909 1.4989,1.35604 2.169,-0.87332 3.6203,-1.07657 -0.7558,0.88285 3.0678,0.20325 3.7696,0.24136 1.3656,0.0699 2.4453,0.11432 2.7407,-0.75265 -1.0449,0.39061 -1.2545,-0.58434 -0.3081,-0.90826 0.3843,-0.13338 0.7717,0.01 1.3656,0.24135 0.9908,0.39062 2.2579,0.41602 2.458,0.49224 1.1687,0.43825 2.6263,0.60339 3.5759,1.43543 1.248,1.09245 -0.6066,2.87404 -0.8194,4.09035 2.4104,-0.30487 2.6073,1.44178 4.5763,1.82604 0.8511,0.16197 1.1877,-1.44495 2.1182,-1.18137 1.0861,0.30805 0.1588,1.52753 0.063,2.08646 -0.073,0.43507 0.8828,1.79429 -0.089,1.81969 -0.6955,0.0191 -1.2417,-1.23218 -1.9023,-0.64785 -0.2382,0.2096 -1.0543,1.44496 -0.4859,1.70537 1.0099,0.46366 0.4129,0.81617 0.2541,1.80064 -0.9845,-0.39379 -1.0258,-1.45766 -2.2675,-1.20995 -1.2131,0.24136 -1.3465,0.49859 -2.3437,-0.45413 -0.095,-0.0921 -1.1782,-1.93402 -1.3243,-0.42872 -0.1334,1.37826 -0.1048,1.71489 -1.1051,2.75971 -1.2703,1.32745 -0.1271,4.44603 -2.1627,1.47036 -0.451,-0.66373 -0.9877,-0.98765 -1.6133,-1.45766 -0.9559,-0.71454 -0.5748,-2.07058 -1.5116,-2.7216 -0.5367,0.67325 -1.1719,1.35604 -2.0388,1.58786 0.9495,1.09881 -1.1306,3.03283 -2.2993,2.92485 -2.2071,-0.20324 -4.0268,1.19408 -5.7131,-0.58115 -0.5939,-0.62562 -1.4164,-1.283 -1.2132,-2.26748 0.2859,-1.37827 -0.8002,-1.70854 -1.9784,-1.58786 -1.9753,0.20007 -1.6387,2.66126 -3.9919,2.7216"
         id="ch"><title
           id="title3730">Switzerland</title></path><path
         inkscape:connector-curvature="0"
         style="fill:#c80200;fill-opacity:1;stroke:#000000;stroke-width:0.66666663;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
         d="m 1450.3388,709.9857 c 0.9877,-0.84474 1.6037,-2.0928 1.6482,-3.3504 0.041,-1.17184 1.5752,-3.43931 1.1433,-4.24913 -0.4415,-0.82251 -0.6225,-1.14961 0.597,-2.51835 1.2068,-1.35604 2.3945,-2.74066 3.7315,-3.9792 0.7654,-0.71454 1.7308,-1.01941 2.1277,-2.00706 0.343,-0.8511 1.6737,-3.10905 2.62,-3.37898 1.0448,-0.29535 1.6514,1.08927 2.928,0.80981 1.0131,-0.2223 1.0734,-1.62915 1.3021,-2.42626 0.1905,0.80981 2.3659,3.02012 3.1376,3.22337 0.7686,0.20642 0.9781,1.2957 0.6765,2.12139 -0.216,0.59704 0.8701,1.49259 2.0451,1.2163 0.3557,-0.61291 2.3151,-2.42308 1.8356,-3.51553 -0.3366,-0.75583 1.2449,-1.76889 1.7943,-2.20714 0.9114,-0.72724 0,-1.83557 0.4922,-2.82005 0.9655,-1.92449 2.331,-3.68385 2.9884,-6.09423 0.2795,-1.02259 -0.092,-2.09916 0.2001,-3.06458 0.2254,-0.74948 1.4132,-1.00671 1.3528,-2.24842 -0.3557,-0.1048 2.6391,0.29534 3.2456,-2.63904 0.1366,-0.66373 1.283,-3.94108 0.162,-4.16021 1.2893,-0.65738 3.1948,-1.4926 3.4107,-2.96614 0.1398,-0.96224 0.083,-1.75618 0.083,-2.71842 0,-1.00354 1.0099,-0.91779 1.4608,-1.60375 0.5494,-0.83522 0.4859,-2.01977 0.8289,-3.06776 0.3525,-1.09563 0.6733,-2.14679 0.8162,-2.81052 0.2731,-1.28617 1.0035,-3.70608 2.3532,-4.24913 0.705,-0.28582 4.9192,-0.25406 5.4591,-2.64221 0.1524,-0.67008 -0.5463,-1.19408 -0.4478,-1.97849 0.1747,-1.35286 0.2636,-2.12774 0.4954,-3.1535 0.2668,-1.2036 -1.9404,-2.23889 -2.6486,-2.01659 -0.5811,0.21595 -1.3369,-1.02576 -1.6132,-2.57552 -0.2223,-2.46119 -0.089,-3.38533 -0.4415,-4.09352 0.9147,0 2.3342,-0.0794 3.0424,0.71136 1.0543,1.17502 -0.035,2.35322 2.2961,2.9979 1.2004,0.33027 1.3401,3.12809 1.4132,4.09669 0.076,0.96542 -0.1112,0.15561 0.886,1.10516 2.007,1.90861 -0.1556,7.54236 0.1238,10.04167 0.3843,3.47107 2.0325,7.43439 5.167,9.17787 -1.264,1.08927 -2.8677,0.57481 -3.8998,0.0603 -1.0544,0.0984 -1.2894,0.26358 -2.4073,0.30804 -2.3405,0.0889 -4.7223,-1.42908 -5.9068,0.50177 -1.4386,2.34051 -1.2608,2.74701 0.6542,4.93826 1.915,2.19444 4.0236,4.09988 6.1323,6.10376 0.6352,0.60339 1.4767,1.53071 1.8991,2.32147 0.8257,1.54023 1.5148,4.68103 2.4199,6.17997 0.9242,1.52118 -0.9241,2.5914 -1.3878,3.20749 -0.7336,0.98448 -1.7434,3.26148 -2.4072,4.85253 -0.2191,0.53034 -0.7431,1.34651 -0.959,1.88321 -0.4002,0.99082 -1.0099,1.78158 -1.4672,2.75018 -0.6384,1.34016 -3.9221,2.65809 -2.0325,3.41709 1.3783,0.55258 1.2608,1.9626 1.0734,3.795 -0.086,0.82887 -0.1302,1.57517 -0.5939,2.28653 0.051,-0.0826 1.0036,1.22901 1.0194,1.32428 0.235,1.54658 -0.1365,3.91251 0.8924,5.15422 0.6352,0.76535 1.4863,1.05434 1.7753,2.24524 0.2127,0.88921 0.5938,2.08328 1.4132,2.66127 -2.5883,0.0667 3.2424,6.94215 3.7378,7.33594 1.2608,1.00988 3.0265,1.60375 3.2519,2.51518 0.1684,0.68278 0.3017,1.0607 0.3335,1.72443 0.076,1.68313 0.4637,3.42979 0.8352,5.05894 -1.9721,0.92096 0.216,4.20467 -1.048,5.14151 -1.1274,-1.10515 -2.3722,-2.09916 -3.8934,-2.58822 -0.6606,-0.21277 -2.6359,-1.01306 -3.1726,-0.6542 -0.6891,0.46366 -2.0642,0.38426 -2.4929,-0.64785 -0.022,-0.054 -2.312,-0.48906 -2.5343,-0.57799 -0.7113,-0.27946 -2.7279,-0.0667 -3.6584,-0.12067 -1.6927,-0.0984 -3.4171,-0.0762 -5.1034,-0.3144 -0.289,-0.0413 -1.1242,0.22548 -1.4513,0.0635 -0.6352,-0.31122 0.2826,-0.95272 -0.8988,-0.83521 -1.5592,0.15561 -2.9248,0.40967 -4.5127,0.0667 -1.8673,-0.40015 -3.3948,-0.0857 -5.2717,-0.14291 -1.2227,-0.0381 -3.4107,-0.7336 -4.5731,-0.0921 -0.3302,0.18102 -0.2032,1.15597 -0.5589,1.15597 h -3.4711 c -1.6132,0 -3.217,0.0603 -4.8271,0.0953 -3.4583,0.0794 -4.2015,-1.81969 -3.4711,-5.02719 0.4129,-1.82922 1.0449,-3.81088 0.057,-5.57976 -0.4668,-0.83204 -2.0642,-2.24524 -0.3779,-2.79782 -0.9527,0.54623 -2.7946,-0.35251 -1.6895,-1.45131 0.5812,-0.58116 1.8769,-1.58787 0.1779,-1.64821 0.3302,-0.36521 0.5049,-0.79393 0.5239,-1.28617 -0.5335,1.2957 -1.0988,0.26676 -1.9657,0.3017 0.3207,0.42872 0.5462,0.73677 0,0.45413 0.035,0.41602 -0.016,0.81933 -0.1461,1.20995 -0.6955,-0.0254 -1.0321,-0.5621 -0.8289,-1.20995 -0.6002,1.09562 -2.3183,-0.27629 -2.5374,-1.07975 -0.3525,-1.27347 -0.4255,-3.44885 -1.3275,-4.43968 -1.0416,1.27982 -0.8383,-0.22548 -1.5148,-0.22548 0.1239,0.49542 0.2001,1.00036 0.2319,1.51165 -2.1468,0.26676 -0.9782,-1.74348 -0.7527,-2.87404"
         id="cm"><title
           id="title3723">Cameroon</title></path><path
         inkscape:connector-curvature="0"
         style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.66666663;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
         d="m 1538.4337,376.359 c 0.9431,-0.13656 0.3144,-0.90508 0.3048,-1.47036 -0.013,-0.78441 1.3688,-1.17503 1.5593,-2.13727 0.1652,-0.8384 0.8733,-1.25124 1.5752,-1.58787 1.5561,-0.7463 1.2734,0.235 2.6835,0.28264 -0.3017,-1.14009 0.5081,-0.71454 1.0607,-1.28617 0.3207,-0.16196 0.6446,-0.15879 0.9717,0.0159 0.7717,0.22547 0.848,-0.50495 1.5149,-0.62245 0.7558,-0.12703 2.3246,0.17467 2.9343,-0.28581 0.7686,-0.58116 1.5847,1.12738 2.0674,1.57198 1.7912,1.65456 3.3568,2.1468 3.3441,5.05577 0,0.60974 0.4097,1.61328 0.06,2.30559 -0.2,0.39379 -0.9368,-0.0476 -0.8701,0.60974 0.092,0.92096 -1.6705,1.55611 -2.728,1.24171 -1.1845,-0.35251 -2.3722,-0.054 -3.3885,0.68596 -2.0197,1.46719 -3.6171,1.47671 -6.0879,1.87368 -1.3306,0.21277 -0.7621,-0.70184 -1.8832,-0.41602 -1.3751,0.3525 -0.7018,-0.84157 -1.4291,-1.40685 -1.4576,-1.13691 -1.1115,-2.81053 -1.6894,-4.43015"
         id="mk"><title
           id="title3754">North Macedonia</title></path><path
         inkscape:connector-curvature="0"
         style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.66666663;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
         d="m 1539.7865,978.73217 0.8956,-25.18357 7.1581,0.01 1.0067,-33.44365 c 2.5406,-0.61292 8.9873,-0.99401 12.6616,-2.2643 1.1433,-0.39697 3.9443,-0.99083 5.0907,-0.33345 1.553,0.8892 1.8515,2.74065 2.6073,4.19832 2.0166,-1.59422 3.6045,-4.8557 5.9863,-4.90969 0.8924,-0.0222 0.8003,0.49859 1.4545,0.59069 0.8447,0.1175 1.3369,-1.04164 1.9689,-1.41956 2.0452,-1.21948 4.1825,-1.04799 3.8172,-0.30804 -0.1016,0.2096 0,1.37509 0.1017,1.6228 0.5462,1.37827 1.3115,2.69302 2.2135,3.86487 0.8828,1.14961 1.591,1.7657 2.2516,3.74419 0.47,1.41637 0.6478,1.71489 1.0543,3.05823 0.8543,2.81687 2.9058,5.22408 5.4686,6.54518 2.7121,1.39733 5.1987,1.11151 4.2682,5.43051 2.4771,-0.57798 4.4143,-0.28899 3.344,3.00107 -0.3683,1.13056 -0.2445,1.99118 0.4065,2.97884 0.705,1.06704 1.1973,3.61398 2.3278,3.96331 2.2675,0.70501 4.2301,0.58751 6.65,1.4132 1.7975,0.61292 0.2414,1.45766 0.7971,2.37863 0.4288,0.71454 2.0262,0.48588 2.277,1.50847 -2.8232,0.34933 -2.3722,0.94955 -3.417,2.40721 -1.1655,1.63232 -4.3508,0.81934 -5.7322,2.30876 -1.2449,1.34016 -2.2866,3.58222 -3.9665,4.90333 -0.1842,0.14608 -0.8353,0.75265 -1.518,1.23218 -1.1369,0.79711 -2.3882,1.08928 -3.252,2.07058 -1.1528,1.30523 -1.3783,1.68632 -1.5783,3.64892 -0.2446,2.41038 -1.6514,2.95661 -3.36,4.99225 -1.0035,1.19725 -2.6612,1.52753 -4.3444,1.80064 -1.2131,0.20008 -0.4954,0.66691 -0.7272,1.84511 -0.3049,1.54658 -1.0575,2.94708 -1.5561,4.43014 -0.7431,2.20396 -1.9182,2.96931 -4.1666,2.7756 -2.042,-0.17785 -1.8038,1.28934 -4.4301,0.71136 -1.0417,-0.22865 -3.541,-1.39415 -4.4302,-1.45449 -1.302,-0.0889 -2.1499,-0.89873 -2.8994,-1.83875 -1.1179,-1.39732 -4.1602,-2.41991 -5.7322,-0.39061 -1.4386,1.85463 -0.8035,3.92203 -2.1278,5.83065 -0.6542,0.94001 -1.5846,1.58469 -2.4707,2.19443 -1.0956,0.74629 -1.4132,1.95625 -2.3437,2.82322 -0.6923,0.64785 -1.283,0.36521 -2.0578,0.68279 -0.2573,0.21912 -0.2827,0.47636 -0.2223,0.84157 -0.3017,0.83839 -1.5657,1.07022 -2.2961,1.02258 -1.1655,-0.0762 -1.8165,-0.36521 -2.9407,-0.45413 -1.0194,-0.0794 -1.9309,-0.47953 -3.2361,0.60022 -1.9023,-3.62987 2.0706,-5.27172 0.6796,-10.20681 -0.5272,-1.87368 -1.2735,-3.95061 -2.2357,-5.6401 -0.8416,-1.47672 -2.4739,-2.21032 -3.4457,-3.58223"
         id="bw"><title
           id="title3741">Botswana</title></path><path
         inkscape:connector-curvature="0"
         style="fill:#c80200;fill-opacity:1;stroke:#000000;stroke-width:0.66666663;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
         d="m 1654.7163,763.2237 c 1.5942,-1.16232 -2.3977,-5.99896 3.1345,-4.86522 0.013,-0.3017 0.3144,-0.92414 -0.022,-1.49577 l 3.2869,-0.42555 c -2.1817,-3.30594 -3.1185,-0.71136 -4.157,0.19372 -0.886,0.77488 -3.0551,-2.65491 -2.9439,-4.74455 0.8416,-1.51482 0.2858,-2.20396 1.8514,-3.62668 1.1624,-1.05435 2.0865,-4.53178 3.9729,-5.38287 0.8955,-0.40332 0.7653,-0.53988 0.7145,-1.33381 -0.076,-1.22266 1.3497,-1.81017 1.6609,-2.89627 0.3716,-1.2957 0.4764,-2.55964 0.6066,-3.85852 0.1143,-1.16549 -1.0607,-1.99118 -1.3052,-3.29958 -0.5494,-2.93756 -2.3564,-3.5727 -2.6264,-4.86523 -0.2096,-1.02894 -0.7812,-1.89909 -1.1273,-2.87404 -0.2287,-0.4319 -0.3589,-0.88603 -0.3875,-1.37509 0,-0.6542 0.7336,-1.02576 0.5335,-1.7276 -0.1746,-0.61927 -0.8511,-0.78123 -1.3751,-0.97812 -1.1877,-0.44143 -0.3175,-1.34334 -1.5751,-1.21313 0.5144,-1.1782 -0.9496,-2.31194 -0.8098,-3.13445 0.1397,-0.82252 1.1464,-1.47037 1.7053,-2.05788 1.9563,-2.05152 4.354,-1.46401 6.9231,-1.46401 1.4704,0 2.9471,-0.12068 4.4207,-0.13656 0.7208,-0.006 1.4703,-0.0445 2.188,0.0699 0.6193,0.0984 0.8098,1.18455 1.553,1.47036 2.2897,0.89238 4.8461,-0.19372 7.1835,0.88921 2.4453,1.13691 5.0589,3.22654 6.9675,5.09387 0.9686,0.94955 1.7435,1.61963 3.144,1.77206 0.9083,0.0985 2.9852,-0.46365 3.6997,-0.01 1.9976,1.27982 5.0653,0.1429 6.8088,1.81652 0.2382,-1.1909 1.8769,-2.92168 2.6136,-3.94744 1.3116,-1.82287 4.1158,-2.55329 6.0498,-3.4552 2.0674,-0.96225 2.4295,1.30523 3.976,2.20714 1.0576,0.61926 2.2072,0.21595 3.3092,0.0159 0.8923,-0.16196 1.9562,0.42555 2.7978,-0.0381 -1.2894,2.20713 -2.4739,4.61751 -4.0396,6.64045 -1.6545,2.1341 -3.1376,3.32182 -3.1344,6.18951 0.013,6.77384 0.073,13.5445 0.067,20.31834 -0.013,5.07483 -1.0163,9.88924 2.3913,14.03675 1.1528,1.40685 2.8931,3.22337 1.6546,5.06529 -0.7305,1.0861 -2.9058,3.07094 -4.2682,1.81652 -0.1112,0.27311 -0.2128,0.5494 -0.3049,0.82887 -0.2191,-0.26041 -0.4192,-0.53988 -0.6002,-0.82887 0.3589,0.82569 1.2703,2.34687 0.451,3.18209 -0.1398,-2.05788 -0.9909,0.29852 -1.1973,0.7717 -0.4224,0.97495 -1.2385,1.15914 -2.1659,1.29252 -2.061,0.289 -2.893,2.10869 -2.2357,3.84582 0.3017,0.79393 -1.1528,3.09316 -1.753,3.58223 -1.0194,0.82569 -1.8768,6.40227 -3.0137,5.92591 0.4954,2.1595 -1.6641,3.69338 -2.0357,5.67186 -0.8797,-0.64149 -0.778,0.47636 -1.5148,0.30487 -0.9242,-0.21912 -2.1055,-1.83557 -2.8201,-2.37862 -3.163,-2.40721 -7.1263,-5.02401 -9.073,-7.62176 -0.5145,-0.68596 -1.4577,-0.79711 -0.3811,-1.98483 1.5212,-1.67997 -1.1401,-3.70609 -2.512,-4.56353 l -26.3332,-16.46618"
         id="ke"><title
           id="title3763">Kenya</title></path><g
         transform="matrix(3.1757337,0,0,3.1757337,-0.02195285,3.9026)"
         style="fill:#ffc0c0;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
         id="tw"><title
           id="title3054">Taiwan</title><path
           inkscape:connector-curvature="0"
           style="fill:#ffc0c0;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 727.19519,165.9764 c -0.086,0.071 -0.17999,0.12699 -0.28399,0.166 0.14898,0.089 0.307,0.113 0.47601,0.072 -0.057,-0.086 -0.12097,-0.16501 -0.19202,-0.238"
           id="path2738" /><path
           inkscape:connector-curvature="0"
           style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 731.88422,168.8094 c 0.063,0.237 0.19098,0.435 0.11298,0.687 -0.064,0.20599 -0.13099,0.386 0.049,0.562 0.33099,0.32299 0.44098,0.854 0.65002,1.27301 0.24396,0.48599 0.776,0.627 1.08795,1.04699 0.10004,0.135 0.31305,1.00701 0.56104,0.877 0.32202,-0.168 0.13299,-0.71901 0.096,-0.987 -0.06,-0.433 0.063,-0.757 0.307,-1.11 0.58496,-0.843 0.69001,-2.412 0.62299,-3.40899 -0.014,-0.20601 -0.151,-0.51601 -0.083,-0.71901 0.068,-0.204 0.17603,-0.32199 0.20001,-0.547 0.054,-0.523 -0.125,-0.90601 -0.125,-1.412 0,-0.262 0.25898,-0.474 0.022,-0.687 -0.14496,-0.131 -0.89698,-0.726 -1.08496,-0.537 -0.29902,0.29899 -0.89502,0.373 -1.06305,0.79201 -0.17298,0.43299 -0.12397,0.68699 -0.43299,1.05799 -0.281,0.338 -0.34399,0.823 -0.45697,1.234 -0.16504,0.606 -0.60504,1.223 -0.46301,1.878"
           id="path2746" /></g><path
         inkscape:connector-curvature="0"
         style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.66666663;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
         d="m 1654.3479,486.91264 c -0.1429,-2.53423 0.8765,-4.94779 0.9019,-7.46932 0.029,-2.89627 1.3212,-5.04625 1.6705,-7.80596 0.1492,-1.14644 -0.1842,-2.31828 -0.095,-3.48695 0.089,-1.10198 0.4541,-2.18808 0.4954,-3.26148 0.086,-2.2516 -0.2255,-4.95732 -0.308,-7.22797 -0.067,-1.93085 2.3405,-1.33699 3.4393,-0.57481 1.8102,1.25124 3.4488,3.14715 5.8846,2.66762 2.4517,-0.48271 4.7096,-2.7883 6.7358,-4.14116 2.5914,-1.7276 5.1796,-3.63622 7.9012,-5.14786 0.8384,2.68984 1.9404,5.28442 2.8677,7.94251 -0.9369,0.0984 -0.3271,1.37509 0.2763,1.52752 0.9527,0.24454 2.1563,0.0953 0.6129,1.7149 -4.8398,2.95978 -9.686,4.52542 -15.504,5.97673 l 8.673,9.10483 c -0.7781,0.38109 -2.8423,0.33663 -3.3981,1.03529 -0.6383,0.80346 0.086,2.42943 -0.597,3.2329 -1.1464,1.34968 -4.0395,0.20007 -5.5226,1.61962 -1.6958,1.61645 -2.2484,4.65563 -4.6683,5.60835 -2.1913,0.86062 -7.1454,-0.73995 -9.3653,-1.31476"
         id="jo"><title
           id="title3089">Jordan</title></path><g
         transform="matrix(3.1757337,0,0,3.1757337,-0.02195285,3.9026)"
         style="fill:#510000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
         id="mx"><title
           id="title3762">Mexico</title><path
           inkscape:connector-curvature="0"
           style="fill:#510000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 169.53821,164.5714 c 0.034,0.17801 0.098,0.345 0.191,0.5 0.004,-0.299 -0.16001,-0.57199 -0.381,-0.762 0.063,0.087 0.127,0.17501 0.19,0.262"
           id="path2732" /><path
           inkscape:connector-curvature="0"
           style="fill:#510000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 148.22721,152.57041 c -0.302,0.15199 -0.284,0.49099 -0.11901,0.73799 0.16201,-0.241 -0.044,-0.49601 0.11901,-0.73799"
           id="path2594" /><path
           inkscape:connector-curvature="0"
           style="fill:#510000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 154.96521,154.9044 c -0.16301,0.191 -0.667,0.821 -0.238,0.999 0.143,-0.297 0.36599,-0.655 0.238,-0.999"
           id="path2596" /><path
           inkscape:connector-curvature="0"
           style="fill:#510000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 159.41822,165.04739 c -0.043,0.18801 0.058,0.267 0.23799,0.23801 -0.106,0.19 -0.046,0.39301 0.119,0.524 -0.464,-0.589 0.267,-1.399 0.23799,-2 -0.021,0.45501 -0.334,0.887 -0.59498,1.23799"
           id="path2600" /><path
           inkscape:connector-curvature="0"
           style="fill:#510000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 160.56121,153.07041 c 0.061,-0.28602 -0.129,-1.50301 -0.502,-1.52201 -0.56999,-0.027 0.407,1.44 0.502,1.52201"
           id="path2602" /><path
           inkscape:connector-curvature="0"
           style="fill:#510000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 159.89521,165.88139 c 0.188,0.18801 0.352,0.42501 0.64199,0.45202 -0.089,-0.27501 -0.34199,-0.48801 -0.64199,-0.45202"
           id="path2739" /><path
           inkscape:connector-curvature="0"
           style="fill:#510000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 162.39521,153.8324 c 0.382,-0.40399 0.313,-0.928 0.524,-1.405 -0.66899,0.095 -0.642,0.703 -1.024,1.119 0.16301,0.10199 0.32901,0.19699 0.5,0.286"
           id="path2606" /><path
           inkscape:connector-curvature="0"
           style="fill:#510000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 163.25222,161.49941 c -0.33001,0.045 -0.45201,0.34599 -0.45201,0.64299 0.10301,-0.249 0.46501,-0.338 0.45201,-0.64299"
           id="path2608" /><path
           inkscape:connector-curvature="0"
           style="fill:#510000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 163.4422,164.2384 c -0.048,0.25 0.01,0.5 0.14301,0.71399 0.31399,-0.21998 0.114,-0.56298 -0.14301,-0.71399"
           id="path2610" /><path
           inkscape:connector-curvature="0"
           style="fill:#510000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 165.13321,167.0714 c 0.041,-0.192 -0.038,-0.381 -0.19,-0.5 -0.003,0.192 0.06,0.35901 0.19,0.5"
           id="path2612" /><path
           inkscape:connector-curvature="0"
           style="fill:#510000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 169.75222,164.42841 c -0.092,0.19099 -0.052,0.349 0.11898,0.47599 0.048,-0.18 0.009,-0.339 -0.11898,-0.47599"
           id="path2616" /><path
           inkscape:connector-curvature="0"
           style="fill:#510000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 171.49121,174.0484 c -0.024,0.204 0.10399,0.33901 0.309,0.33299 0.003,-0.19099 -0.115,-0.32899 -0.309,-0.33299"
           id="path2618" /><path
           inkscape:connector-curvature="0"
           style="fill:#510000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 154.44121,143.0224 c 1.99001,-0.19701 3.97701,-0.461 5.97701,-0.524 -0.15001,0.2 -0.362,0.352 -0.45201,0.595 l 7.818,3.29201 6.68799,0.036 0.021,-1.266 4.28299,-0.007 c 0.58602,0.007 0.65502,0.261 0.791,0.72701 0.11402,0.39 0.60501,0.477 0.79702,0.86799 0.16699,0.33901 0.47299,0.91401 0.78498,1.13201 0.29401,0.20601 0.72301,0.36599 0.80301,0.76201 0.116,0.57299 0.107,1.06599 0.033,1.63099 -0.16299,1.25299 0.94301,1.806 1.817,2.39701 0.304,0.20599 0.77701,0.64399 1.16001,0.40899 0.276,-0.17 0.604,-0.461 0.751,-0.75599 0.19001,-0.38001 0.572,-0.98401 0.91201,-1.24701 0.21399,-0.165 0.67199,-0.22699 0.92299,-0.344 0.67801,-0.015 1.374,0.14501 2.057,0.228 0.195,0.039 0.43801,0.55099 0.627,0.726 0.308,0.287 0.70799,0.946 0.789,1.349 0.11,0.546 0.247,1.10299 0.278,1.662 0.032,0.586 0.40799,0.93899 0.599,1.47301 0.087,0.24398 0.172,0.48899 0.29599,0.71798 0.098,0.179 0.27301,0.17301 0.36301,0.32502 0.222,0.37399 -0.092,0.97699 -0.094,1.37399 -0.003,0.5 0.452,0.85499 0.389,1.40001 0.199,0.834 0.81601,0.65799 0.55999,0.685 0.33501,0.033 0.54902,0.291 0.91401,0.51499 0.237,0.14499 0.321,0.31701 0.578,0.325 0.593,0.018 1.049,-0.075 1.459,0.433 0.338,0.42101 0.588,-0.227 1.011,-0.231 -1.19701,1.925 -1.895,4.043 -2.69701,6.13501 -0.29199,1.50699 0.20002,-1.71302 1.37101,-3.73001 0.22,-0.37999 0.3,-0.876 0.036,-0.81501 0.03,0.004 -0.16901,0.61802 -0.48201,0.194 -0.008,0.20301 -0.254,0.474 -0.248,0.50701 0.18499,1.04899 -0.026,0.89399 -0.031,1.205 -0.001,0.024 -0.33501,0.849 -0.34801,0.884 -0.013,0.036 -0.23,-0.17801 -0.25501,-0.15201 0.02,0.46601 0.15502,0.41701 0.14402,0.61602 -0.01,0.19999 -0.21801,0.558 -0.25802,1.26799 -0.009,0.166 -0.009,0.073 -0.16099,0.22599 0.349,0.54101 -0.12199,1.31801 -0.17799,1.88102 -0.07,0.70099 -0.51601,1.26799 -0.55201,1.987 -0.036,0.73799 0.045,1.405 0.48301,2.01799 0.47,0.65899 0.25499,0.63099 -0.015,1.305 -0.03,-0.266 0.30198,-0.641 0.138,-0.861 -0.31002,-0.417 -0.37801,-0.903 -0.61402,-1.353 0.10701,0.414 -0.064,0.855 0.095,1.26199 0.14402,0.36501 0.32702,0.403 0.35502,0.847 0.059,0.92701 0.43099,1.88901 0.89698,2.66701 0.53601,0.894 0.72301,1.614 0.959,2.60899 0.098,0.41701 0.40502,0.72602 0.54302,1.12401 0.11899,0.344 0.15999,0.659 0.53199,0.82401 -0.199,-0.015 -0.339,-0.25501 -0.47599,-0.11901 0.42799,0.11499 -0.003,0.65999 -0.14301,0.834 0.40199,-0.019 0.043,-0.44799 0.39,-0.514 0.125,0.008 0.202,-0.051 0.229,-0.17701 0.223,0.12601 0.48501,0.142 0.73301,0.15201 0.80699,0.033 1.47899,0.45 1.84999,1.14 0.31601,0.58701 0.647,0.539 1.308,0.37399 0.416,-0.10398 1.13099,-0.24499 1.443,-0.56999 -0.253,0.061 -0.50601,0.14 -0.738,0.262 0.332,-0.19899 2.92,-0.79399 3,-0.429 -0.15,-0.667 1.81399,-1.027 2.072,-0.5 -0.52301,-0.094 0.002,0.361 -0.071,0.595 0.176,-0.15 0.318,-0.078 0.52401,-0.095 0.125,0.027 0.252,0.043 0.38099,0.048 0.032,-0.094 0.076,-0.181 0.13199,-0.263 0.291,-0.116 0.95902,-0.758 0.22501,-0.80901 0.16099,-0.13398 0.328,-0.26098 0.5,-0.38099 -0.235,0.141 -0.46601,0.29001 -0.715,0.406 0.291,-0.49 0.94499,-0.67599 1.41001,-0.948 0.64698,-0.37899 0.63899,-0.931 0.93399,-1.53801 0.153,-0.31599 0.431,-0.46398 0.638,-0.72999 0.21,-0.26801 0.156,-0.636 0.19101,-0.95101 0.083,-0.75498 0.48098,-1.30099 0.66099,-2 -0.053,0.095 -0.116,0.18201 -0.19,0.26201 0.382,-1.067 1.897,-1.27099 2.858,-1.38099 0.694,-0.079 1.248,-0.265 1.90199,-0.50602 0.85401,-0.31399 1.582,0.044 2.431,0.125 -0.14499,-0.06 -0.29599,-0.091 -0.45199,-0.096 0.38501,-0.098 0.76201,0.13899 1.119,0.239 -0.604,-0.12399 0.438,-0.513 0.853,-0.324 0.619,0.28199 0.427,1.078 0.22999,1.58 -0.26098,0.666 -0.81298,1.031 -1.293,1.52701 -0.25099,0.25999 -0.54899,0.58599 -0.67099,0.93099 -0.069,0.19401 0.061,0.98101 -0.143,0.54799 0.096,0.38701 -0.573,0.72901 -0.619,1.11901 1.18499,-0.146 -0.338,0.599 -0.072,0.97599 0.073,-0.17799 0.22899,-0.31098 0.42901,-0.30899 -0.32801,0.46399 -0.42301,1.036 -0.67402,1.538 -0.205,0.409 -0.66499,1.216 -0.68399,1.67599 -0.556,-0.61799 -0.13301,-1.08699 -0.261,-1.76199 -0.36999,0.257 -0.347,0.267 -0.53801,0.616 -0.153,0.281 -0.39299,0.27099 -0.642,0.40899 -0.528,0.29401 -0.90499,1.13001 -1.17799,1.642 -0.16299,-0.17898 -0.51199,-0.41398 -0.64999,0.017 -0.10601,0.332 -0.291,0.14999 -0.75701,0.14999 h -3.073 c -0.23201,0 -0.887,-0.098 -0.93499,0.258 -0.039,0.289 -0.025,0.53401 -0.052,0.826 -0.071,0.776 -0.63801,0.535 -1.24801,0.535 0.433,0.43801 0.749,0.985 1.26799,1.262 0.48801,0.26001 0.43502,0.821 0.91701,1.054 0.099,0.048 -0.11999,1.125 -0.149,1.05301 -0.808,0.30899 -2.095,-0.056 -3.23,-0.024 -1.529,2.847 -1.31401,2.42901 -1.22799,2.76999 0.11599,0.18801 -0.401,1.41301 -0.57701,1.623 -0.23101,-0.28799 -0.491,-0.55099 -0.722,-0.83898 -0.13401,-0.16701 -0.747,-1.34002 -0.32599,-0.709 -0.088,-0.347 -0.513,-0.48401 -0.74401,-0.71302 -0.339,-0.33699 -0.576,-0.752 -0.93901,-1.08299 -0.72699,-0.66299 -1.11799,-1.282 -2.10299,-1.608 -0.064,0.375 0.867,0.545 1.048,0.809 -0.574,-0.29901 -1.168,-0.59201 -1.83301,-0.57099 0.17401,-0.067 0.31401,-0.20701 0.38101,-0.38102 -0.19599,-0.029 -0.354,0.035 -0.477,0.19001 0.047,-0.581 -0.495,-0.398 -0.571,0.024 0.176,-0.018 0.343,0.014 0.5,0.095 -0.886,0.06 -1.315,0.59399 -2.11999,0.836 -0.72701,0.218 -1.33001,0.548 -2.069,0.69301 -0.558,0.10899 -0.79601,0.041 -1.34401,-0.25501 -0.60801,-0.32899 -0.99199,-0.37401 -1.668,-0.47999 -0.353,-0.056 -0.568,-0.239 -0.827,-0.46801 -0.33099,-0.293 -0.655,-0.35499 -1.054,-0.501 -0.32401,-0.118 -0.395,-0.39299 -0.638,-0.59999 -0.297,-0.252 -0.81799,-0.30201 -1.18201,-0.39501 -0.35998,-0.092 -0.77299,-0.12801 -1.10899,-0.29201 -0.35201,-0.17199 -0.614,-0.46199 -0.981,-0.625 -0.848,-0.375 -1.702,-0.58699 -2.45099,-1.16299 -0.61801,-0.47501 -0.95301,-1.142 -1.50202,-1.644 -0.21399,-0.197 -0.49199,-0.11799 -0.74499,-0.069 -0.381,0.075 -1.025,-0.196 -1.383,-0.323 -0.59401,-0.21099 -1.41099,-0.49701 -1.796,-1.028 -0.19001,-0.26201 -0.321,-0.555 -0.482,-0.834 -0.274,-0.47599 -0.667,-0.49301 -1.07901,-0.77999 -0.088,-0.44201 -1.194,-0.668 -1.58099,-1.01601 -0.204,-0.183 -0.14301,-0.47501 -0.342,-0.672 -0.224,-0.222 -0.432,-0.73601 -0.561,-1.028 -0.151,-0.34199 -0.444,-1.282 -0.016,-1.546 0.29701,-0.18399 0.64202,-0.085 0.89601,-0.36699 0.238,-0.26401 -0.29499,-0.485 -0.492,-0.44301 0.11101,-0.356 1.377,-1.55 1.022,-1.99001 -0.326,-0.40899 -0.448,-0.64599 -0.619,-1.14599 -0.185,-0.538 0.043,-0.95101 -0.016,-1.489 -0.125,-1.153 -1.226,-2.11701 -1.74099,-3.12399 -0.594,-1.16401 -1.234,-2.02301 -2.265,-2.847 0.281,0.12199 0.51001,0.46899 0.643,0.024 -0.449,0.051 -1.22,-0.37399 -1.04001,-0.86699 0.12902,-0.356 0.16301,-1.38099 -0.48399,-1.11 0,-0.421 -0.063,-0.102 -0.35899,-0.259 -0.20202,-0.10699 -0.37301,-0.287 -0.59301,-0.35899 0.291,0.058 0.31501,0.038 0.074,-0.061 -0.12999,-0.14799 -0.097,-0.362 -0.24099,-0.511 -0.146,0.131 -0.31301,0.22701 -0.5,0.285 -0.069,-0.30101 0.293,-0.32701 0.334,-0.595 -0.361,0.332 -0.54599,0.131 -1,0.024 0.088,-0.054 0.17601,-0.10901 0.261,-0.16701 -0.211,-0.176 -0.314,-0.129 -0.30899,0.143 -0.012,-0.345 0.039,-0.686 0.20099,-0.99299 0.061,-0.11501 0.50399,-0.89701 0.442,-0.459 0.092,-0.18401 0.306,-0.53002 0.45199,-0.23801 0.049,-0.24901 0.013,-0.461 -0.28499,-0.26199 0.125,-0.30701 0.08,-0.70101 -0.229,-0.888 -0.244,-0.14801 -0.504,0.11699 -0.768,-0.12101 -0.286,-0.25801 0.054,-1.04901 -0.29799,-1.14399 -0.24501,-0.066 -1.03501,-0.151 -1.05501,-0.49901 -0.022,-0.369 -0.05,-1.61701 0.421,-1.61 -0.22599,-0.027 -0.766,-0.10899 -0.69101,-0.31 -0.10199,0.09 -0.17399,0.20101 -0.21399,0.33299 -0.013,-0.35199 -0.497,-0.37199 -0.679,-0.60199 -0.15499,-0.19799 -0.20401,-0.53399 -0.296,-0.765 -0.095,-0.237 -0.366,-0.248 -0.50099,-0.443 -0.20801,-0.30001 -0.14601,-0.847 -0.373,-1.09999 -0.39402,-0.43702 -0.092,-0.85201 -0.22301,-1.35201 -0.41901,0.32401 -0.28101,-0.582 -0.33299,-0.786 -0.17202,-0.677 -0.17402,-1.065 -0.12801,-1.74301 0.038,-0.55398 -0.353,-1.05699 -0.222,-1.61099 0.061,-0.257 0.50101,-0.903 0.41701,-1.099 -0.13701,-0.321 -0.666,-0.317 -0.94501,-0.416 -0.451,-0.159 0.13499,-0.763 -0.577,-0.81399 -0.24301,-0.017 -0.341,0.265 -0.61399,0.24499 -0.26001,-0.02 -0.474,-0.227 -0.63302,-0.412 -0.33699,-0.39099 -0.78199,-0.51 -1.13099,-0.912 0.029,0.302 0.371,0.581 0.24699,0.893 -0.15399,0.385 -0.431,0.808 -0.62098,1.188 -0.19201,0.385 0.096,0.764 0.017,1.157 -0.087,0.433 -0.12001,0.883 -0.285,1.29599 -0.40199,1.00601 0.043,1.40201 0.675,2.14301 0.573,0.67399 0.726,1.149 0.68199,2.01401 0.407,-0.30901 0.599,0.42399 0.65601,0.68798 0.03,0.138 0.014,0.418 0.12801,0.52301 0.092,0.085 0.46099,0.168 0.375,0.357 -0.19701,0.435 -0.317,1.62401 0.07,1.98801 0.522,0.49198 0.45801,1.371 1.08,1.72999 -0.35699,0.267 -0.05,1.12399 -0.023,1.5 0.24099,-0.21001 0.098,-0.71699 0.047,-0.976 1.211,0.205 0.28501,4.092 1.096,3.905 -0.063,0.394 -0.095,0.851 0.023,1.23799 0.125,0.40902 0.44999,0.63001 0.14799,1.06201 -0.393,0.56099 -0.123,1.618 0.68601,1.534 -0.53801,0.054 -0.063,0.072 0.011,-0.035 0.09,-0.129 0.1,-0.295 0.20298,-0.418 0.125,0.309 0.625,0.744 0.879,0.951 0.13901,0.114 0.10501,0.82601 0.19301,1.025 0.19901,0.451 0.847,0.76899 0.26,1.315 -0.23301,0.216 -1.081,0.89599 -1.39699,0.755 -0.41501,-0.18499 -0.20001,-1.10901 -0.371,-1.46099 -0.12401,-0.25802 -0.35001,-0.44901 -0.56402,-0.63201 -0.345,-0.295 -0.52899,-0.725 -0.82699,-1.061 -0.43401,-0.48799 -1.11701,-0.70101 -1.478,-1.269 -0.304,-0.476 -1.041,-0.754 -0.862,-1.43201 -0.043,0.16201 -0.099,0.32102 -0.16701,0.47501 0.071,-1.37399 1.20401,-2.25 0.52501,-3.67301 -0.262,-0.54899 -0.85701,-0.61999 -1.206,-1.12899 -0.15999,-0.233 -0.404,-0.595 -0.41401,-0.888 -0.007,-0.211 0.24102,-0.26 0.16701,-0.5 -0.14799,0.182 -0.166,0.54001 -0.405,0.64199 -0.24299,0.10502 -0.444,-0.11199 -0.694,0.07 -0.20199,0.14701 -0.32699,-0.169 -0.382,-0.302 -0.134,-0.32001 -0.388,-0.37601 -0.638,-0.577 -0.049,-0.098 -0.109,-0.188 -0.181,-0.26899 -0.13899,-0.033 -0.278,-0.07 -0.415,-0.112 -0.25199,-0.18601 -0.132,-0.28801 -0.18,-0.53401 -0.11299,-0.58699 -1.017,-0.68799 -1.058,-1.348 0.569,0.057 1.28799,0.364 1.78599,-0.071 -0.02,0.618 1.07701,0.45501 0.76201,1.09501 0.289,-0.22602 0.43601,-1.00501 0.11901,-1.26101 0.003,0.146 -0.125,0.73999 -0.41301,0.599 -0.169,-0.083 0.064,-0.569 0.079,-0.695 -0.089,0.054 -0.17601,0.109 -0.26201,0.167 0.281,-0.61 1.162,-1.194 0.80999,-1.95199 -0.36599,-0.789 -0.78399,-1.81301 -1.50099,-2.343 -0.58999,-0.43601 -1.065,-0.78501 -1.20601,-1.545 -0.053,-0.28601 0.14402,-0.49102 0.20601,-0.76201 0.08,-0.356 -0.259,-0.509 -0.094,-0.70799 -0.075,0.07 -0.15399,0.13299 -0.23799,0.19099 -0.155,-0.64 0.502,-0.92101 -0.032,-1.51401 -0.24501,-0.27199 0.055,-0.48098 0.055,-0.77199 0,-0.391 -0.314,-0.649 -0.372,-1.009 -0.043,-0.269 0.10601,-0.488 0.286,-0.657 0.158,-0.14801 -0.055,-0.38301 -0.121,-0.528 -0.076,-0.096 -0.142,-0.19799 -0.19699,-0.306 0.034,-0.15901 0.066,-0.317 0.095,-0.47599 -0.061,-0.34401 -0.11,-0.22802 0.079,-0.59801"
           id="path2630" /><path
           inkscape:connector-curvature="0"
           style="fill:#510000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 206.8022,182.7634 c 0.336,0.074 0.56202,-0.27699 0.85801,-0.358 -0.312,-0.045 -0.60601,0.22 -0.85801,0.358"
           id="path2634" /><path
           inkscape:connector-curvature="0"
           style="fill:#510000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 219.5652,178.14439 c 0.31801,-0.25099 0.62201,-0.57798 0.78602,-0.95298 -0.30001,0.27299 -1.01601,0.295 -0.78602,0.95298"
           id="path2772" /></g><g
         transform="matrix(3.1757337,0,0,3.1757337,-0.02195285,3.9026)"
         style="fill:#510000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
         id="ae"><title
           id="title3103">United Arab Emirates</title><path
           inkscape:connector-curvature="0"
           style="fill:#510000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 568.13623,167.0714 c 0.16596,0.011 0.292,-0.053 0.38099,-0.19001 -0.21601,-0.179 -0.48902,-0.13699 -0.61902,0.11901 0.08,0.024 0.15899,0.047 0.23803,0.071"
           id="path2751" /><path
           inkscape:connector-curvature="0"
           style="fill:#510000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 562.63721,166.6424 c 0.16199,-0.10601 0.22498,-0.043 0.18799,0.19101 0.078,-0.073 0.15698,-0.14501 0.23804,-0.21401 0.15496,0.22501 0.0179,0.551 0.19195,0.76199 0.16901,0.20301 0.55902,0.15601 0.78803,0.14301 0.29699,-0.018 0.54699,-0.065 0.77496,-0.27 0.104,-0.093 0.22406,-0.366 0.36603,-0.39699 0.15301,-0.034 0.53399,0.19699 0.72198,0.20099 0.30902,0.006 0.61603,0.042 0.92401,0.031 0.83802,-0.029 1.41602,0.35601 2.23603,-0.13701 -0.074,-0.11399 -0.15302,-0.22599 -0.23804,-0.33299 0.25903,-0.098 0.22302,0.213 0.427,0.19 0.297,-0.033 0.54901,-0.391 0.67005,-0.628 0.32898,-0.648 0.37097,-1.01599 0.94799,-1.498 0.56098,-0.46801 0.78998,-1.31301 1.31995,-1.751 0.58801,-0.484 0.94,-0.613 1.10901,-1.40901 0.42804,0.022 0.24402,0.64101 0.24701,0.903 0.006,0.49401 0.54303,0.24301 0.60699,0.79201 0.064,0.55099 0.44001,1.271 0.007,1.69701 -0.92499,0.90899 -0.62701,0.27299 -0.77099,-0.11701 -0.141,-0.38099 -0.43201,0.317 -0.388,0.551 0.034,0.17801 -0.048,0.18 -0.02,0.371 0.029,0.205 0.16198,0.50799 0.164,0.748 0.007,0.666 0.67498,0.366 0.40698,0.811 -0.21399,0.35399 -0.91296,0.042 -1.18298,0.364 0.62201,0.347 -0.30097,1.97299 -0.42096,2.972 0.042,0.65399 -0.29102,0.804 -0.86103,0.67 -0.70098,-0.164 -1.42602,-0.22999 -2.138,-0.336 -0.74603,-0.11 -1.492,-0.22 -2.24102,-0.313 -0.54999,-0.069 -1.20899,0.04 -1.57801,-0.44901 -0.37396,-0.49699 -0.73095,-1.00099 -1.125,-1.485 -0.27496,-0.33899 -0.55597,-0.67099 -0.83294,-1.00698 -0.27906,-0.34002 -0.323,-0.69201 -0.53803,-1.05301"
           id="path2784" /></g><g
         transform="matrix(3.1757337,0,0,3.1757337,-0.02195285,3.9026)"
         style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
         id="bz"><title
           id="title3766">Belize</title><path
           inkscape:connector-curvature="0"
           style="fill:#2910000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 216.11321,186.3584 c 0.188,-0.057 0.312,-0.202 0.23801,-0.405 -0.082,0.134 -0.16102,0.269 -0.23801,0.405"
           id="path2808" /><path
           inkscape:connector-curvature="0"
           style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 212.27921,190.64439 c 0.19,-1.233 0.515,-2.39799 0.634,-3.64498 0.048,-0.50301 0.149,-3.03701 1.05699,-2.04601 0.25101,-0.472 0.89601,-1.884 1.595,-1.73801 -0.14599,0.13501 -0.218,0.30101 -0.21398,0.5 1.05299,-0.53399 0.13299,1.52201 0.031,1.87001 -0.124,0.42299 -0.19899,0.95099 -0.27201,1.396 -0.053,0.31999 0.07,0.558 -0.039,0.88499 -0.10901,0.32401 -0.27501,0.62301 -0.38701,0.94401 0.183,-0.65799 -0.165,0.182 -0.24001,0.276 -0.21199,0.265 -0.48498,0.363 -0.73999,0.57 -0.21499,0.176 -0.41,0.401 -0.54001,0.648 -0.061,0.10499 -0.094,0.218 -0.099,0.33999 -0.25999,-0.064 -0.52499,-0.027 -0.78599,0"
           id="path2810" /></g><g
         transform="matrix(3.1757337,0,0,3.1757337,-0.02195285,3.9026)"
         style="fill:#ffc0c0;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
         id="sl"><title
           id="title3701">Sierra Leone</title><path
           inkscape:connector-curvature="0"
           style="fill:#ffc0c0;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 402.57621,214.31239 c -0.023,0.056 -0.046,0.11101 -0.069,0.16701 0.32199,0.101 0.638,0.23799 0.975,0.286 0.059,-0.127 0.10199,-0.303 -0.041,-0.394 -0.245,-0.157 -0.595,-0.042 -0.86499,-0.059"
           id="path2896" /><path
           inkscape:connector-curvature="0"
           style="fill:#ffc0c0;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 401.6012,210.26441 c 0.20401,-0.18702 0.465,-0.023 0.69101,-0.16701 0.21899,-0.138 0.16,-0.51599 0.427,-0.595 0.44101,-0.129 0.73801,-0.98 0.87601,-1.36499 0.23099,-0.64202 0.91098,-0.16901 1.38998,-0.48902 0.41001,-0.27499 1.55701,-0.29599 1.96701,0.007 0.39399,0.291 0.58499,0.78801 0.84101,1.19101 0.134,0.20999 0.28,0.42498 0.36898,0.65998 0.066,0.17101 -0.12698,0.38001 -0.007,0.50301 0.147,0.151 0.30999,0.116 0.32598,0.37199 0.011,0.19901 -0.064,0.54601 0.089,0.70701 0.215,0.225 -0.50802,0.957 -0.46701,1.343 0.054,-0.11901 0.58799,-0.401 0.71399,-0.476 0.49002,-0.29401 0.41001,0.10899 0.29102,0.478 -0.13602,0.42199 -0.754,0.307 -0.80902,0.918 -0.054,0.587 -0.073,0.55799 -0.396,0.9 -0.25799,0.273 -0.50998,0.543 -0.87799,0.81099 -0.49499,0.36 -0.71701,1.27701 -0.935,1.211 -0.233,-0.071 -2.15799,-1.10598 -2.46499,-1.36499 0.53698,0.152 0.11499,-0.102 -0.023,-0.19101 0.229,-0.15999 0.52801,-0.16099 0.737,-0.35699 -0.44101,0.055 -1.08499,0.123 -0.71399,-0.524 -0.29102,0.667 -0.65201,-0.082 -0.901,-0.048 -0.176,0.025 -0.33002,-1.14402 -0.336,-1.28501 -0.36402,0.084 -0.935,-0.218 -0.668,-0.69101 0.15799,0.125 0.324,0.23601 0.5,0.334 -0.41702,-0.20999 0.19498,-0.56599 0.42999,-0.54799 -0.096,-0.15901 -0.052,-0.11801 -0.024,-0.30999 -0.21502,0.433 -0.42401,0.211 -0.69101,0.048 -0.037,0.086 -0.069,0.173 -0.096,0.262 -0.31101,-0.525 -0.051,-0.72599 0.40399,-0.83399 -0.176,-0.23201 -0.52298,-0.211 -0.642,-0.5"
           id="path2902" /></g><path
         inkscape:connector-curvature="0"
         style="fill:#ee7070;fill-opacity:1;stroke:#000000;stroke-width:0.667;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
         d="m 1284.8069,619.54716 c 1.4195,-0.3398 2.0547,0.42555 3.2075,-1.05434 0.9749,-1.24807 0.5367,-3.93791 1.013,-5.49402 1.0798,-3.55365 6.018,2.33734 6.5261,3.44884 0.9432,-2.58504 2.512,-4.0046 5.4845,-2.79782 1.9563,0.79394 6.0974,0.6542 6.5293,-2.04199 1.1116,2.69619 6.5992,1.48941 8.7492,1.32745 5.2527,-0.40332 10.6419,-0.1175 15.9104,-0.1175 1.8546,0 4.138,-0.21595 5.9736,-0.0286 1.3465,0.13655 0.9559,-2.10234 1.0861,-3.25513 0.1492,-1.30523 1.4195,-3.81723 0.057,-4.68103 -2.3564,-1.49577 -1.7244,-2.81688 -1.7117,-4.71914 l -5.4908,-73.59763 13.9129,0.01 c 14.386,10.77844 27.8829,21.50924 41.4909,32.20194 1.6323,1.18137 4.7065,2.36592 4.4778,4.82711 -0.07,0.76853 -0.1778,1.45766 1.2004,2.01024 0.6701,0.26994 1.4164,0.45731 1.9849,0.8384 0.9495,0.63197 0.7939,1.77206 1.5529,2.53423 0.7241,0.72089 1.4767,0.81934 2.4104,0.9813 0.6764,0.11751 0.1746,-0.62244 1.3878,-0.019 0.8701,0.4319 1.248,1.58151 2.2389,1.89591 1.5497,0.48906 3.6235,0.61927 5.0557,1.46719 1.048,0.61609 0.7432,3.52507 0.2986,4.53812 -0.6193,1.40685 -1.5244,2.74384 0.7177,3.06459 2.3691,0.3398 5.0557,-0.92414 7.3963,-1.21313 -0.3017,6.44991 0.616,13.30315 -0.2192,19.69272 -0.095,0.73677 0.1302,1.23536 -0.4223,4.73184 -0.1779,1.14327 0.2254,-0.31439 -1.3783,3.04871 -0.4922,1.03211 -0.4637,2.28018 -0.9114,3.34405 -0.4319,1.02893 -1.4323,1.34016 -2.2516,1.97213 -1.0036,0.77805 -0.3208,1.80064 -1.6991,1.56563 -0.3144,-0.054 -3.0677,-0.79075 -3.1947,-0.31439 -0.3303,1.24806 -8.9366,0.82569 -10.2418,0.93049 -3.1916,0.25406 -3.1281,-0.13656 -5.386,2.33416 -0.7114,0.77488 -2.1055,1.05117 -3.0995,0.83204 -0.5749,-0.1048 -1.8928,-0.1175 -2.4771,-0.1048 -1.0385,-0.019 -0.9718,-0.81934 -0.9718,0.48272 -0.7526,-0.28264 -1.4735,-0.64468 -2.2167,-0.9559 -1.7911,-0.75265 -2.2198,0.50494 -2.8994,0.006 -0.6606,-0.48906 -1.7911,-1.12738 -3.2742,0.19372 -1.5466,1.38144 -3.7918,2.53106 -4.6747,3.12175 -1.4862,0.994 -2.5755,1.77841 -4.0935,2.1595 -1.248,0.31439 -0.2318,2.95978 -2.0801,2.14997 -1.1369,-0.49859 -2.1754,-1.1909 -3.3821,-0.35568 -1.0226,0.71136 -1.5784,2.01659 -1.9531,3.1408 -0.2128,0.64149 -0.505,1.67043 -0.8067,2.28017 -0.2604,-0.18101 -1.934,-0.58751 -2.5977,-0.69866 0.5939,1.0607 0.019,2.62951 0.1556,3.7823 -1.0226,-0.0349 -1.8419,-0.20325 -1.5847,1.05752 -1.0861,-0.10798 -4.2205,-1.69584 -4.1602,-3.02647 -1.988,4.76995 -3.4647,2.52153 -2.458,4.22055 0.5557,0.94001 0.578,1.65455 0.3525,2.46436 -0.092,0.33028 -2.4834,-0.0889 -1.9023,0.91462 1.0702,1.8451 0.5971,3.83311 -1.4735,5.58611 -0.9654,0.81299 -2.1151,0.48271 -3.2805,0.69549 -1.0925,0.19689 -1.7022,1.38144 -2.8836,1.3211 2.0991,0.52717 0.578,1.6228 1.2131,1.99119 1.0798,0.62879 0.1588,3.40756 -0.4351,4.39839 -0.1969,0.33028 -1.3242,0.46683 -1.2544,0.78123 0.3398,1.59104 0.5463,3.55682 -0.5494,4.9859 -0.4382,0.57481 -1.7212,0.55575 -2.3437,0.72724 -1.2988,0.36204 -0.6256,2.08646 -2.2674,1.9372 -1.8166,-0.16831 -0.6225,-3.795 -1.2418,-4.91603 -0.7081,0.29216 -0.8415,1.55611 -1.5116,1.7403 -0.7018,0.19054 -1.2322,-0.77488 -1.7435,-1.0607 -0.041,0.86063 0.4192,3.01695 -0.8828,2.9979 -0.9718,-0.0159 -2.3374,0.0572 -1.5339,1.38779 -1.1909,0.52717 -4.1729,-0.94319 -4.011,-2.41991 -0.6129,0.27312 -1.6037,-0.0413 -2.0705,0.52082 -0.7305,0.87968 -0.6352,1.92767 -2.0897,2.05153 1.0734,-1.99754 -2.4707,-2.29288 -2.4771,-3.99508 0,-1.0861 0.2732,-2.35322 0.016,-3.41073 -0.3652,-1.50848 -2.3659,0.25405 -3.0614,0.2223 0.2636,-0.9686 1.0353,-3.52824 2.4993,-3.02648 0.5304,-1.45766 -2.4739,-1.99753 -2.6485,-3.40121 -0.9528,0.53988 -0.867,-0.53035 -0.7781,-1.14009 0.1937,-1.37827 -0.3589,-1.90861 -0.9432,-3.06458 -0.4573,-0.90826 0.1207,-2.19761 -0.9495,-2.73113 -0.4129,-0.20642 -1.8674,-1.00988 -2.2961,-0.60657 -0.4732,0.44461 1.0512,1.56564 0.025,2.05153 -1.1623,0.54622 -2.0769,1.47671 -3.2519,2.06423 -0.813,0.40649 -1.7245,-0.76536 -2.3914,-1.03529 -1.4386,-0.58751 -2.5469,-0.48272 -3.5663,0.73041 -2.566,3.05824 -1.1592,-0.58115 -3.3853,-1.33698 -1.445,-0.48589 -2.9757,4.13798 -4.3921,0.56846 -0.4541,-1.14009 1.4323,-2.18491 0.5177,-3.47108 -0.524,-0.74312 -0.1112,-2.50883 0.1715,-3.28371 0.3366,-0.91779 -2.4517,-6.13552 -3.0297,-3.86804 -0.6542,-0.18737 -1.699,-2.21666 -1.988,-2.83276 -0.2572,-0.55575 0.5812,-1.66726 0.5494,-2.76606 -0.048,-1.64821 0.1397,-2.35004 -1.0258,-3.64574 -0.4065,-0.45096 -0.8288,-0.98766 -0.5589,-1.63868 0.4605,-1.11151 0.1397,-1.11151 -0.308,-2.20396"
         id="ml"><title
           id="title3691">Mali</title></path><path
         inkscape:connector-curvature="0"
         style="fill:#ffc0c0;fill-opacity:1;stroke:#000000;stroke-width:0.66666663;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
         d="m 1479.3777,806.1755 c 0.7209,-0.54622 1.6101,-0.0826 1.8927,-1.06069 0.2319,-0.79394 0.8829,-3.90933 0.3272,-4.54448 -1.4577,-1.67043 4.1951,-4.18879 5.2558,-5.13834 0.289,1.20361 2.0515,1.38145 2.1214,2.64857 0.5653,-0.58751 1.3116,-0.93684 1.9404,-1.44179 0.8574,-0.68913 0.4985,-1.93719 1.2417,-2.71842 1.2607,1.67043 3.1503,-1.52436 4.6365,-0.78124 1.4196,0.71137 0.1112,1.02577 -0.1079,1.91497 -0.2446,1.00036 0.3874,2.09281 0.3874,3.09952 0.6288,-0.81299 2.0198,0.2096 2.8677,-0.37791 1.2544,-0.87015 2.0325,-2.52471 2.9852,-3.69338 0.4954,-0.60339 2.5056,-1.57517 2.6104,-2.12457 0.2827,-1.45131 1.4926,-1.80064 2.6899,-2.31193 2.7914,-1.1909 3.29,-6.44674 3.2233,-8.95557 -0.051,-1.91179 0.1239,-3.63622 -0.1175,-5.54483 -0.2286,-1.82922 2.0738,-2.29923 2.8455,-3.74737 1.8197,-3.40756 1.6831,-5.56706 5.3797,-8.07589 1.5561,-1.05752 2.5056,-2.29923 3.5409,-3.75689 1.029,-1.45131 0.2827,-3.5727 0.7019,-5.23679 0.3684,-1.46083 1.0829,-7.73926 1.1464,-9.38429 0.07,-1.86098 1.1496,-3.49013 1.4545,-5.30348 0.2953,-1.75618 -0.2159,-3.6108 0.1778,-5.34793 0.7432,-3.27101 2.6962,-5.94497 3.8141,-9.05402 0.651,-1.80699 0.3366,-3.71243 0.289,-5.55436 -0.025,-0.85109 0.3684,-1.7403 0.235,-2.57234 -0.1207,-0.73995 -0.5621,-1.35604 -0.7654,-2.07058 -0.3207,-1.13056 1.6546,-1.0988 2.1087,-2.13409 0.6256,-1.42273 1.283,-2.67714 2.3628,-3.82994 1.0353,-1.10515 2.3278,-2.04834 3.9093,-2.03882 1.3402,0.01 1.8769,1.16867 2.7311,1.35922 1.9912,0.44142 3.8363,2.5914 4.5763,4.41744 0.6065,1.4926 2.7502,0.37791 3.9633,0.74312 0.6542,0.1969 0.9781,1.08293 1.7339,1.048 0.6701,-0.0318 0.8067,-0.15244 1.499,0.20007 1.0384,0.53352 1.248,0 2.2706,-0.0667 0.6828,-0.0445 1.4323,0.31757 2.0579,0.5494 1.1306,0.41602 2.6708,1.23218 3.903,0.79711 2.2039,-0.77488 1.5275,-6.03707 4.4619,-6.17363 1.6704,-0.0826 2.115,3.29959 4.2936,1.23536 0.9209,-0.87332 7.2851,-1.71489 6.9008,-3.8077 1.318,-0.0572 1.7626,1.753 3.0265,1.62597 1.5212,-0.15243 4.1253,-0.38108 4.7573,-2.00388 0.235,-0.60339 -0.3716,-1.20996 0.4255,-1.6101 0.9813,-0.48906 1.7848,-0.1969 2.5501,0.55575 1.2227,1.2036 2.3596,-0.21595 3.7125,0.42873 0.67,0.31439 1.2258,0.81933 1.8832,1.15914 0.7622,0.39379 1.3084,0.0603 2.1182,0.18102 1.9213,0.28899 2.6676,-1.84511 4.6937,-0.69549 0.7717,0.43825 3.4489,2.12139 3.4489,3.11857 0,0.48906 0.6319,1.69267 1.1051,1.88639 1.9912,0.81298 3.8903,3.74736 6.0149,1.74347 1.2067,-1.13691 2.096,-1.36556 3.6933,-0.58433 1.6419,0.80346 2.2961,0.47953 3.2647,-1.43226 1.2798,-2.51518 4.5413,3.79183 4.7096,4.2015 0.7463,1.8451 5.7227,2.08646 4.2015,4.96049 0.9686,-0.22547 2.1373,-0.28581 2.3786,0.94637 0.1239,0.3271 0.289,0.63197 0.505,0.91144 0.1334,0.63197 -0.7273,1.81334 -0.6352,2.47072 0.3049,2.11504 -0.057,4.21737 -0.3557,6.23396 -0.1587,1.0607 0.6288,0.92097 1.8197,0.71137 0.5463,-0.0984 2.6359,1.35921 2.2548,2.51518 -0.9114,2.76289 -4.338,5.50037 -6.307,7.54554 -0.651,0.67643 -1.9626,2.47708 -2.7534,3.1408 -0.7875,0.66373 -0.8638,0.0984 -1.3179,0.96543 -0.5684,1.0861 0.127,2.41038 -0.5621,3.52189 -0.7622,1.23218 -1.5212,3.09316 -1.6831,4.54447 -0.1461,1.29888 -0.1271,2.61363 -0.2192,3.91568 -0.1048,1.52753 -0.3112,2.86134 -0.4668,4.30947 -0.1143,1.0607 0.1588,2.54694 -0.3303,3.51871 -0.5525,1.10198 -1.4481,1.518 -2.2547,2.41039 -1.2513,1.38462 -1.1465,1.82922 -1.1909,3.45202 -0.029,1.07022 -1.1751,2.27065 -1.753,3.036 -1.2799,1.68314 0.4986,3.4425 1.4862,5.04624 0.7431,1.20678 1.2862,2.05788 0.7336,3.72196 -2.0071,1.75936 0.4255,7.27878 -1.4735,9.0953 1.3846,0.79394 1.1305,-2.77241 1.6101,-2.16902 0.4763,2.80734 -1.2799,4.84299 -1.2926,7.59318 -0.019,3.57587 2.9916,5.2209 1.7245,7.69162 -0.7305,1.42591 -1.5022,1.7403 -0.8829,2.65809 0.9464,1.40685 1.3465,3.72831 3.217,7.38676 1.2481,2.44531 4.8144,1.98483 5.0336,7.87582 0.082,2.31193 1.8863,1.04164 2.5818,4.58893 -4.9446,1.12739 -8.5903,1.25759 -13.5477,2.31829 2.0516,3.38533 -3.2678,4.79218 -4.23,7.32959 2.8518,0.87968 1.9022,5.2876 1.7117,7.44075 -0.1397,1.56881 0.4541,3.0487 0.362,4.60163 -0.048,0.81299 -0.2255,1.58787 -0.5494,2.28971 -0.47,1.01623 -0.8003,1.78158 -1.0607,2.85498 -0.5113,2.10869 -1.229,3.31229 0.1112,5.35111 0.9305,1.41638 2.6454,3.20114 3.8744,4.36346 0.5494,0.52082 3.4679,2.31194 3.6965,1.22583 0.4065,-1.93084 0.9115,-1.56881 2.8074,-2.11503 0,3.04235 -0.1016,6.0974 -0.1842,9.13976 -0.013,0.47001 0.3398,2.47389 -0.451,2.55329 -0.9209,0.0921 -1.1274,-0.97495 -0.489,-1.48625 -1.3624,-1.67043 -4.4207,3.5473 -5.8593,0.41285 -0.4795,-1.04482 -0.9305,-2.36592 -1.6355,-3.31229 -0.4001,-0.53988 -1.4703,-1.23219 -1.5942,-1.86733 -0.2445,-1.24171 -0.489,-2.6835 -2.0547,-2.72478 -1.3116,-0.0381 -1.8705,-1.41003 -3.1281,-1.55929 -1.0543,-0.12703 -1.699,0.66691 -2.4262,-0.48906 -0.5621,-0.89873 -0.5812,-2.20396 -1.4005,-2.94073 -1.1719,-1.05117 -2.0039,-4.70008 -3.0265,-1.4259 -1.0544,3.3758 -2.8963,1.60057 -5.5321,1.69584 -1.7753,0.0635 -2.1945,-0.50177 -3.6934,-1.18137 -0.1016,-0.0445 -1.6768,-0.42238 -1.7213,-0.41285 -2.3913,0.4192 -3.1027,-3.21702 -2.2611,-4.87475 -1.4672,0.0826 -2.9439,0.39379 -4.3158,0.91461 -1.6832,0.63832 -2.042,1.47036 -3.9284,0.67961 0.7272,-1.29888 0.7717,-3.01377 0.1429,-2.98519 -0.8193,0.0381 -1.1623,-0.65738 -1.7308,-1.19725 -1.3179,-1.24807 -1.1369,0.22547 -1.4481,0.33662 -1.1687,0.40332 -1.6831,0.34298 -2.7375,0.0699 -1.2671,-0.3271 -2.0515,0.55893 -3.1757,0.9559 -1.4418,0.50811 -2.3596,-0.46049 -3.2932,-0.29852 -0.3335,0.0572 -1.6673,-0.0889 -1.7086,-0.0667 -0.9051,0.48588 -1.3656,1.84827 -2.6073,1.81969 0.2795,-0.93366 -0.2794,-1.66726 -0.4414,-2.54376 -0.2255,-1.2036 0.6066,-1.41955 0.8702,-2.34687 0.6129,-2.14679 -0.2287,-5.87511 -1.5307,-7.6027 -1.5911,-2.10869 -2.2707,-3.42662 -2.0706,-6.15775 0.2032,-2.81688 1.1877,-5.77666 0.4541,-8.58401 -0.2795,-1.07022 -1.0416,-2.00071 -1.0258,-3.1408 0.019,-1.283 0.7273,-2.4866 0.8226,-3.76325 0.1619,-2.10233 -1.1973,-1.8705 -2.9027,-1.88638 -1.6196,-0.0127 -3.2329,-0.0413 -4.8493,0.0254 -3.3218,0.14291 -2.8169,-0.58433 -1.88,-3.39485 -0.7432,0 -1.4736,-0.19055 -2.1977,0.0953 -0.4922,0.19054 -0.1302,0.40332 -0.4064,0.63832 -0.8797,0.75265 -4.9161,0.0953 -6.0911,0.0953 0.3938,0.99401 -0.3366,2.15632 -0.1651,3.2202 0.1365,0.85744 0.1683,2.21983 -1.2005,1.92767 0.4446,1.3084 -0.3461,2.60727 -0.073,3.92838 -0.5558,-0.006 -4.1698,0.1175 -4.7573,-0.2223 -1.7276,-1.00036 -4.7763,0.87015 -5.3638,0.92414 -1.3751,-0.22548 -2.6708,-0.15879 -4.1729,-0.15244 -1.9118,-0.39697 -2.7375,-4.37298 -3.6965,-5.77348 -0.3398,-0.49224 -0.6003,-0.84792 -0.9496,-1.33699 -0.6415,-0.90826 -0.3493,-1.55928 -0.4827,-2.52471 -0.2382,-1.72124 -2.0356,-2.8518 -1.7784,-4.68103 0.2318,-1.64185 0,-3.01377 -0.7749,-3.97602 -1.0766,-1.34016 -1.0575,-1.83239 -2.7311,-1.753 -4.6048,0.21912 -9.1715,0.40014 -13.77,0.13973 -3.7156,-0.21277 -8.0664,0.40332 -11.7121,-0.30169 -2.9185,-0.56211 -5.3352,3.7823 -7.0565,-0.60657"
         id="cd"><title
           id="title3733">Democratic Republic of the Congo</title></path><g
         transform="matrix(3.1757337,0,0,3.1757337,-0.02195285,3.9026)"
         style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
         id="it"><title
           id="title3720">Italy</title><path
           inkscape:connector-curvature="0"
           style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 464.98822,130.99741 c -0.056,-0.079 -0.112,-0.15801 -0.169,-0.23801 0.25299,-0.031 0.30899,0.048 0.169,0.23801"
           id="path2916" /><path
           inkscape:connector-curvature="0"
           style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 452.5712,107.1404 c 0.33402,-0.356 1.21402,-0.056 1.17301,-0.795 -0.016,-0.299 -0.23401,-0.429 -0.42301,-0.634 -0.103,-0.105 -0.22098,-0.227 -0.31,-0.345 0.279,-0.159 0.56302,-0.512 0.38901,-0.703 0.29801,0.079 0.62601,0.369 0.94599,0.258 0.402,-0.14 0.587,-0.073 0.971,-0.044 0.25202,0.019 0.56101,-0.287 0.67502,-0.483 0.093,-0.15 0.10599,-0.283 -0.006,-0.422 0.27301,-0.074 0.47198,-0.288 0.64099,-0.501 0.29602,0.183 0.17902,0.421 0.341,0.68 0.154,0.247 0.388,0.313 0.60001,0.517 0.082,0.079 0.10101,0.316 0.41101,0.507 0.1,0.061 0.059,-0.613 0.27799,-0.819 0.25,-0.234 0.33099,-0.387 0.363,-0.767 0.056,-0.647 0.26902,-0.188 0.414,-0.034 0.24201,0.257 0.32901,0.295 0.63599,0.19 0.49701,-0.17 0.495,0.195 0.83902,0.369 0.035,-0.218 0.203,-0.438 -0.074,-0.564 -0.24801,-0.113 0.081,-0.559 0.24,-0.59 0.15701,-0.032 0.33001,0.2 0.47601,0.24 0.32098,0.088 0.023,-0.437 0.055,-0.543 0.062,-0.205 0.091,-0.273 0.125,-0.368 0.20899,0.02 0.73099,0.18 0.85101,0.242 0.31598,0.161 0.53098,-0.255 0.715,-0.421 0.24698,-0.221 0.634,-0.158 0.93298,-0.14 0.48502,0.028 0.95002,-0.335 1.41901,-0.237 -0.51999,0.312 0.53601,1.124 0.82901,1.217 0.87997,0.279 1.49698,-0.003 2.37598,0.253 -0.036,0.333 -0.39499,0.561 -0.56299,0.768 0.19699,0.112 0.39401,0.236 0.61899,0.286 -0.19098,0.224 -0.482,0.546 -0.07,0.667 -0.24402,0.318 0.155,0.437 0.28598,0.464 0.31302,0.062 0.40201,0.58 -0.074,0.488 0.33301,-0.687 -0.56698,-0.301 -0.73797,-0.238 -0.072,-0.474 -0.647,-0.042 -0.815,0.063 -0.18302,0.115 -0.375,0.222 -0.568,0.319 -0.12903,0.065 -1.21801,0.417 -0.54501,0.07 -0.17999,0.037 -0.42099,0.013 -0.57199,0.143 -0.10602,0.092 -0.056,0.473 -0.26102,0.429 -0.003,0.11 0.40402,0.676 0.443,0.687 0.60501,0.166 0.22201,1.043 -0.13199,0.646 -0.69001,1.219 0.85901,2.377 1.694,2.91 0.40899,0.261 1.07101,0.444 1.35699,0.854 0.418,0.595 0.63901,1.379 0.884,2.058 0.31501,0.873 1.461,1.765 2.27701,2.14 0.60401,0.278 0.926,0.364 1.59799,0.274 0.25101,-0.034 1.35901,-0.19701 1.22202,0.37801 -0.066,0.27499 -0.85101,0.53 -0.56302,0.86599 0.31,0.362 1.13101,0.568 1.552,0.71801 0.672,0.23999 1.276,0.47699 1.83701,0.92498 0.574,0.457 1.27701,0.59201 1.836,1.09601 0.37701,0.33901 0.87799,0.69499 0.78399,1.259 -0.022,0.129 -0.049,0.706 -0.24099,0.725 -0.263,0.027 -0.58799,-0.12999 -0.72699,-0.35801 -0.30402,-0.498 -0.284,-1.07499 -1.03601,-0.99899 -0.60401,0.061 -0.72599,-0.334 -0.81,-0.559 -0.638,0.10701 -0.77799,0.10099 -1.17999,0.693 -0.24802,0.368 -0.42902,0.829 -0.52002,1.264 -0.10398,0.498 0.531,0.619 0.875,0.778 0.552,0.253 0.652,0.64801 0.70602,1.206 0.091,0.943 -1.539,0.265 -1.38602,1.403 0.075,0.556 -0.076,0.6 -0.431,0.978 -0.29998,0.31999 -0.53299,0.715 -0.89199,0.978 -0.33701,0.24699 -0.62101,0.108 -0.79001,-0.252 -0.25699,-0.549 0.539,-0.80299 0.57901,-1.302 0.014,-0.16899 -0.069,-0.373 0.048,-0.524 0.19501,-0.253 0.578,-0.064 0.68301,-0.389 0.09,-0.283 -0.26602,-0.604 -0.33502,-0.863 -0.10898,-0.402 -0.14398,-0.75499 -0.36099,-1.122 -0.26001,-0.44 -0.298,-1.099 -0.64401,-1.47101 -0.206,-0.22099 -0.349,-0.168 -0.54398,-0.007 -0.233,0.194 -0.47201,-0.19901 -0.62402,-0.321 -0.17297,-0.13901 -0.45398,-0.10201 -0.50699,-0.38001 -0.043,-0.22999 0.10699,-0.298 -0.015,-0.58 -0.26301,-0.608 -0.947,-0.62199 -1.448,-0.304 0.25702,-0.39 0.17502,-0.756 -0.35398,-0.702 -0.39401,0.039 -0.617,-0.543 -0.759,-0.815 -0.25302,-0.483 -0.55301,-0.202 -0.966,-0.323 -0.22101,-0.065 -0.426,-0.169 -0.663,-0.113 -0.49701,0.119 -0.17901,0.053 -0.52102,-0.226 -0.34,-0.27699 -0.76899,-0.353 -1.10599,-0.659 -0.375,-0.339 -0.595,-0.83999 -1.00501,-1.12601 -0.35598,-0.24899 -0.49398,-0.18598 -0.73199,-0.57399 -0.24799,-0.40499 -0.883,-0.882 -1.36801,-0.581 0.27801,-0.46599 -0.85498,-1.667 -1.275,-1.607 0.05,-0.007 -0.61999,-1.904 -0.64498,-2.028 -0.23002,-1.116 -0.991,-0.992 -1.793,-1.532 -0.831,-0.56 -1.887,-0.864 -2.58402,0.039 -0.24798,0.32 -0.453,0.69 -0.82199,0.889 -0.13101,0.071 -1.32599,0.45 -1.24499,0.144 0.06,-0.225 0.953,-1.215 -0.11002,-0.839 -0.63498,0.225 -1.83298,-0.778 -1.04498,-1.429 0.28299,-0.234 0.23199,-0.427 -0.103,-0.596 -0.55301,-0.278 -0.71301,-0.702 -0.64002,-0.731"
           id="path2906" /><path
           inkscape:connector-curvature="0"
           style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 456.50922,120.49741 c -0.083,-0.19101 -0.24301,-0.31101 -0.35703,-0.47802 -0.20999,-0.30799 -0.046,-0.597 -0.093,-0.927 0.62799,0.709 1.43399,-0.14 1.92801,-0.56399 0.17898,-0.15399 0.42898,-0.418 0.68698,-0.25501 0.168,0.10701 0.285,0.39202 0.52701,0.27101 -0.086,0.185 -0.014,0.299 0.18802,0.31 -0.078,0.064 -0.15601,0.12801 -0.23502,0.19 0.487,-0.019 0.69601,1.113 0.59201,1.45301 -0.09,0.295 -0.53302,0.45399 -0.258,0.79998 0.271,0.34301 0.016,1.21601 -0.005,1.63001 -0.016,0.31 0.01,0.952 -0.29801,1.14799 -0.28601,0.18001 -0.76101,-0.17799 -1.07901,-0.14999 -0.16598,0.25301 -0.109,0.953 -0.60098,0.87 -0.46802,-0.078 -0.47702,0.046 -0.70901,-0.417 -0.063,0.079 -0.12699,0.159 -0.19101,0.23799 -0.08,-0.067 -0.14398,-0.14698 -0.19199,-0.23799 0.41501,-0.083 0.15299,-0.34201 0.13901,-0.697 -0.017,-0.43601 0.045,-0.86901 0.076,-1.303 0.079,0.062 0.15899,0.126 0.238,0.19001 -0.006,-0.15001 0.062,-0.308 0.016,-0.457 -0.051,-0.16201 -0.293,-0.10302 -0.327,-0.29702 -0.032,-0.17299 0.181,-0.40599 0.17899,-0.60598 -0.003,-0.26001 -0.28598,-0.46702 -0.22498,-0.711"
           id="path2910" /><path
           inkscape:connector-curvature="0"
           style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 461.22522,114.0204 c -0.23501,-0.144 -0.514,-0.017 -0.738,-0.19101 0.23999,-0.112 0.52298,-0.086 0.738,-0.26098 0.025,0.14999 0.025,0.30099 0,0.45199"
           id="path2912" /><path
           inkscape:connector-curvature="0"
           style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 466.96222,128.61639 c -0.29101,-0.009 -0.71002,-0.1 -0.889,-0.35398 -0.38801,-0.55201 0.39898,-0.96401 0.578,-1.31301 0.35599,0.517 0.58798,0.222 0.99698,-0.006 0.62701,-0.34801 1.074,0.61399 1.79602,0.46099 0.414,-0.088 0.823,-0.018 1.238,-0.093 0.383,-0.069 0.74299,-0.46 1.11499,-0.457 0.331,0.003 0.39399,0.247 0.70899,0.025 0.20502,-0.144 0.763,-0.403 1.005,-0.26301 -0.30499,0.379 -0.60598,0.82902 -0.79898,1.27701 -0.134,0.31099 -0.53402,0.935 -0.44302,1.273 0.079,0.295 0.60901,0.737 0.44601,1.071 -0.138,0.28199 -0.51199,0.494 -0.32199,0.85499 -0.376,0.088 -0.83001,0.05 -1.19702,-0.063 -0.517,-0.15901 -0.48898,-0.76499 -0.98999,-0.97 -0.52801,-0.216 -1.09,-0.24501 -1.60199,-0.53 -0.526,-0.29 -0.99902,-0.899 -1.642,-0.91301"
           id="path2920" /></g><g
         transform="matrix(3.1757337,0,0,3.1757337,-0.02195285,3.9026)"
         style="fill:#ee7070;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
         id="so"><path
           inkscape:connector-curvature="0"
           transform="matrix(0.31488786,0,0,0.31488786,0.00691269,-1.2288814)"
           id="path3423"
           d="m 1726.748,649.39844 c -0.9558,2.41356 -3.0952,4.56127 -3.7812,7.00976 -0.6224,2.22937 0.9867,4.14949 2.3555,5.64844 1.1496,1.25442 1.6902,2.40809 2.5,3.83398 0.4795,0.8384 0.8758,2.4222 1.8984,2.69532 1.0067,0.26676 1.2427,0.64971 1.9668,1.37695 2.1659,2.17538 4.6456,2.92124 7.4687,3.98828 3.0519,1.15597 6.0934,2.33648 9.1485,3.47656 0.85,0.31673 1.6985,0.68045 2.5469,1.03321 l 0.8984,-1.58594 2.8125,0.9375 -0.1719,1.98633 c 0.9546,0.35619 1.9022,0.74729 2.8789,0.99805 1.8809,0.48289 3.8268,0.41082 5.7657,0.31835 -0.4852,-0.42645 -0.8895,-0.89648 -1.0254,-1.45703 -0.1658,-0.68363 -0.1209,-1.42207 0.012,-2.10156 0.2651,-1.35897 0.8847,-2.48437 0.8847,-2.48437 l 3.711,-1.85743 1.414,-2.74023 -3.8007,-12.37305 0.1465,-5.64258 c -1.0778,0.17194 -2.0572,0.13305 -3.2364,-0.28515 -1.4862,-0.52717 -4.1331,2.15801 -5.289,2.8789 -2.2834,1.42591 -3.3855,0.91309 -5.834,0.50977 -2.3691,-0.39062 -2.9154,-0.62781 -4.8399,0.79492 -1.0892,0.80346 -2.7409,1.94409 -4.0175,2.36328 -3.3346,1.09881 -6.6184,0.34148 -8.7715,-2.37695 -1.7276,-2.17538 -3.1159,-5.53846 -5.6407,-6.94531 z"
           style="fill:#ee7070;fill-opacity:1;stroke:#000000;stroke-width:0.66666669;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"><title
             id="title3773">Somaliland</title></path><g
           style="fill:#ee7070;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           id="g3433"><title
             id="title3769">Somalia</title><path
             inkscape:connector-curvature="0"
             style="fill:#ee7070;fill-opacity:1;stroke:#000000;stroke-width:0.66666669;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
             d="m 1754.3906,679.79883 0.1719,-1.98633 -2.8125,-0.9375 -0.8984,1.58594 c 1.1693,0.48623 2.3547,0.89595 3.539,1.33789 z"
             id="path3429"
             transform="matrix(0.31488786,0,0,0.31488786,0.00691269,-1.2288814)"><title
               id="title3771">Somalia</title></path><path
             inkscape:connector-curvature="0"
             style="fill:#ee7070;fill-opacity:1;stroke:#000000;stroke-width:0.66666669;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
             d="m 1787.1719,644.99219 c -0.5377,-0.0414 -1.015,0.007 -1.3223,0.1582 -1.2703,0.62562 -1.4234,2.57425 -2.916,3.33008 -1.7911,0.91143 -3.8134,0.59234 -5.5918,1.31641 -1.7054,0.69548 -3.2173,1.86291 -5.1895,1.66601 -1.2036,-0.12068 -2.0466,-0.66936 -3.3105,-0.38672 -1.102,0.24453 -2.1073,0.78128 -3.168,1.14649 -0.4942,0.17007 -0.8769,0.16933 -1.2968,0.23632 l -0.1465,5.64258 3.8007,12.37305 -1.414,2.74023 -3.711,1.85743 c 0,0 -0.6196,1.1254 -0.8847,2.48437 -0.1326,0.67949 -0.1775,1.41793 -0.012,2.10156 0.1359,0.56055 0.5402,1.03058 1.0254,1.45703 0.8535,-0.0407 1.7111,-0.0898 2.5527,-0.0898 l -22.7793,26.9375 c -1.7911,2.37863 -6.3554,0.52956 -8.9531,0.9043 -3.4711,0.50176 -5.6395,2.11302 -7.9356,4.57422 -2.0197,2.16902 -4.7205,1.26918 -7.0293,2.66015 -2.5279,1.52753 -3.9714,5.77348 -5.6386,8.14258 -0.8321,1.18773 -2.0751,2.20551 -2.6817,3.52344 -0.6351,1.38462 -0.2539,3.42563 -0.2539,4.90234 v 0 c 0,8.05049 -0.1559,15.91436 -0.086,23.96485 0.025,2.66444 -0.2282,4.24446 1.3692,6.54687 1.4005,2.01342 3.3689,3.70141 3.2324,5.74024 1.5688,-1.96261 3.2676,-4.46353 3.2676,-7.06446 0.3112,1.60057 2.068,-1.14334 2.6523,-1.90234 0.9464,-1.23219 1.7997,-2.52955 2.7715,-3.73633 2.0007,-2.48342 4.1255,-4.88743 6.1484,-7.36133 2.0452,-2.49612 4.6295,-4.77986 6.8906,-7.0918 2.0071,-2.05469 4.4027,-3.66117 6.8067,-5.21093 5.7385,-3.69021 10.139,-7.96291 14.4707,-13.21875 2.1531,-2.61363 4.2729,-5.25574 6.3848,-7.9043 1.9022,-2.3818 3.0038,-5.33733 4.6679,-7.89062 1.7149,-2.63269 3.5755,-5.21505 4.7696,-8.13672 1.175,-2.87722 1.2954,-5.93876 2.8007,-8.72071 1.1306,-2.08963 2.7532,-3.89073 3.5567,-6.1582 0.3525,-0.994 -0.012,-2.05412 0.4101,-2.99414 0.4224,-0.94637 1.268,-1.13116 1.8809,-1.8457 1.5783,-1.8451 1.4255,-4.68465 2.7148,-6.59961 1.1052,-1.64186 2.2834,-3.1375 2.836,-5.09375 0.651,-2.28971 0.4533,-4.67951 0.4629,-7.01367 0.016,-2.86134 3.71,-0.62867 4.0371,-2.25782 -0.5748,-0.12703 -1.1086,-0.35258 -1.5977,-0.67968 0.2191,1.04799 -0.5963,1.27658 -1.584,0.9082 1.4831,-1.30205 1.0415,-3.73848 0.7461,-5.4375 -0.4223,-2.43579 0,-3.83944 0.6367,-6.13867 0.3668,-1.33143 -1.7757,-2.25656 -3.3886,-2.38086 z"
             id="so-"
             transform="matrix(0.31488786,0,0,0.31488786,0.00691269,-1.2288814)" /></g></g><path
         inkscape:connector-curvature="0"
         style="fill:#c80200;fill-opacity:1;stroke:#000000;stroke-width:0.66666663;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
         d="m 1845.2921,444.1895 c -0.2795,-0.97495 0.3747,-1.71808 1.1401,-2.20714 1.1941,-0.76218 0.5526,-1.27982 -0.089,-2.17855 2.0166,-0.22866 1.934,-2.80418 2.0674,-4.29995 0.067,-0.76852 -0.7971,-1.65455 -0.3525,-2.40085 0.3874,-0.64785 0.3938,-1.64821 0.5176,-2.37862 0.2668,-1.60375 2.4517,0.5494 3.1694,0.91461 1.0734,0.5494 1.8896,-0.15879 2.9693,0.13973 1.1814,0.32392 2.0738,1.45766 2.4453,2.57869 0.7558,-1.59421 2.7407,-0.71454 3.9062,-1.76253 0.6224,-0.5621 1.3115,-0.84792 1.6926,-1.64185 0.3557,-0.73677 -0.3969,-1.04799 0.6003,-1.58787 -0.5336,-0.37156 -0.9877,-0.89238 -1.21,-1.50847 3.2615,0.41919 6.7389,-1.79747 9.27,-3.58858 2.4834,-1.76253 -0.6574,-7.32324 2.4072,-8.58083 1.1115,-0.45731 3.0677,0.19689 3.9823,-0.38427 0.9718,-0.61927 -0.1778,-2.43261 1.2227,-2.65809 1.0607,-0.17149 2.2421,0.92097 3.0963,1.39415 1.2862,0.70501 2.4104,0.32075 3.7982,0.13973 1.6038,-0.2096 3.0424,-0.25088 4.2206,0.9813 1.1877,1.24172 2.5723,-0.0826 3.9982,0.31123 0.5748,0.15561 1.6323,1.54023 2.1436,1.99753 1.1179,1.00989 1.2354,-0.21912 2.3882,0.0254 -0.1937,-1.30205 2.0039,-1.36239 2.6485,-2.07376 0.6638,-0.73359 0.5653,0.13974 1.2068,-0.1175 0.3112,-0.12703 0.2827,-0.84474 0.7082,-0.77805 1.1369,0.17466 1.5244,2.31511 2.9344,1.99436 1.6895,-0.39062 -0.1651,-2.52471 0.5272,-3.51554 1.4608,-2.10233 4.6175,0.40014 5.5384,-0.60339 1.1274,-1.22901 -0.5906,-1.67996 -0.7812,-2.54376 -0.2223,-1.00353 1.2004,-2.18808 1.5656,-3.19161 1.0131,-2.75972 4.608,-2.99472 6.1514,-0.27312 0.3621,0.63515 -0.1683,2.66444 0.5304,2.8931 0.7114,0.23183 1.7371,-0.71772 2.1817,0.30804 0.4637,1.07658 0.1906,3.39169 0.2414,4.56671 0.057,1.32428 0.2731,2.68032 0.7558,3.91885 1.4989,3.82994 3.7759,1.72443 5.9386,-0.0921 0.8924,-0.7463 2.6867,0.0889 3.1726,-1.0607 0.651,-1.53705 1.5974,-2.4866 3.1598,-3.26465 1.1528,-0.57799 5.5576,-0.45731 3.6712,1.64185 1.3147,0.5494 3.4838,-0.92096 4.6588,-1.5053 0.9813,-0.49223 4.1665,0.41285 4.7191,1.57834 -0.8828,0.40015 -1.753,-0.35568 -2.639,0.0762 -1.0544,0.50812 -0.3589,1.41955 0.7431,1.77841 -0.9464,0.32393 -2.1944,0.759 -2.9217,1.43543 -1.2448,1.1528 -2.1468,-0.54622 -3.3726,-0.27628 -2.6041,0.57798 -5.2781,0.27628 -7.6789,0.6669 -1.1401,0.18419 -2.1151,0.84157 -3.2393,1.15279 -1.2703,0.35251 -1.5275,1.99436 -2.3405,2.42309 -0.8955,0.47 -1.1814,-0.5367 -2.1309,0.80028 -0.4605,0.64785 -1.391,1.57834 -1.6069,2.30241 -0.2445,0.81299 0.9495,1.35286 1.4576,1.73712 1.1274,1.3751 2.3247,2.60728 2.909,4.65563 -1.0734,1.29887 0.5558,1.21631 0.5272,2.00706 -0.6637,0.51447 -0.5399,1.03847 -0.8289,1.77524 -0.5653,1.43861 -1.7974,1.77206 -2.1976,2.50883 -0.2064,0.38109 -0.2731,0.74947 -0.1207,1.15596 -0.2254,0.01 -0.9305,0.0508 -0.7526,0.49542 0.254,0.62879 1.0385,1.01623 1.4926,1.48624 1.5847,1.63233 -0.9019,3.35358 -2.0769,3.61081 -1.1497,0.25406 -2.4993,0.0318 -3.6458,-0.20007 -0.5716,-0.11433 -2.1817,-0.70819 -2.7248,-0.16196 -1.175,1.17184 2.3532,2.23889 2.6899,3.6775 0.1715,0.73359 1.3909,1.96895 1.0289,2.69302 -0.3557,0.71136 -2.0134,1.72442 -2.9312,1.7149 -3.1948,-0.0413 -2.2897,0.94954 -2.15,2.21348 0.1144,1.03212 -0.013,2.2516 -0.7304,3.07094 -0.7749,0.8892 0.041,2.06422 0.289,3.02965 0.4637,1.80699 0.1969,4.06494 -1.6514,5.02718 -1.0956,0.57164 -1.5465,-0.019 -2.0896,-0.88603 -0.2223,-0.35568 -1.2004,-0.67325 -1.6419,-0.75265 -0.2794,-0.0508 0.2128,0.15562 -0.2286,0.69231 -4.2079,-1.5434 -1.7244,1.42909 -6.5134,2.042 0.2445,0.93684 1.3052,0.97495 1.8927,1.58787 -1.1528,0.61292 -2.439,1.00671 -3.7632,1.14009 -1.2767,0.12703 -1.7912,-0.77171 -2.4739,-0.80664 -1.2227,-0.0572 -1.8229,2.24207 -2.7153,2.87086 -1.067,0.75265 -1.3052,0.7209 -1.3941,2.35005 -0.079,1.50212 0.524,2.67714 0.6542,4.1348 -0.1334,0.57163 -0.1398,0.96225 -0.2477,1.54023 0.07,0.55258 0.5621,0.86698 0.759,1.31476 0.7145,1.6228 -5.5353,2.69619 -6.3293,2.88356 -1.337,0.31758 -2.3278,0.91461 -3.7251,0.85428 -1.4037,-0.0572 -3.1027,-0.58116 -4.4016,0.1175 -1.2671,0.6796 -2.0706,1.39097 -3.5409,0.97812 -1.3751,-0.38108 -2.9535,-0.81616 -4.3698,-0.62244 -3.1472,0.43508 -6.7485,1.09245 -9.8893,0.17149 -3.687,-1.08293 -6.0624,-2.61998 -9.8289,-3.4679 1.607,-1.84193 2.747,-4.01413 4.1221,-6.02119 1.1846,-1.72443 2.366,-3.61399 1.6482,-5.79254 -1.3179,-3.98555 -7.4534,-0.8384 -8.4157,-5.19868 -0.6097,-2.76606 -0.7177,-5.16692 -1.9753,-7.77102 -1.0861,-2.24524 -2.531,-4.42062 -0.9781,-6.74843 1.2513,-1.87686 0.9654,-1.66409 -0.9781,-2.19443 -1.7784,-0.48589 -2.0642,-3.46473 -1.8864,-4.45873"
         id="af"><title
           id="title3090">Afghanistan</title></path><g
         transform="matrix(3.1757337,0,0,3.1757337,-0.02195285,3.9026)"
         style="fill:#510000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
         id="do"><title
           id="title3782">Dominican Republic</title><path
           inkscape:connector-curvature="0"
           style="fill:#510000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 256.56821,184.5014 c 0.10599,-0.219 0.224,-0.638 0.084,-0.867 -0.12097,-0.198 -0.30697,-0.599 -0.46499,-0.752 0.32001,0.017 1.05801,-0.498 0.69702,-0.854 -0.34802,-0.344 0.681,-0.55001 0.26199,-1.013 -0.13699,-0.152 0.041,-0.497 0.084,-0.652 0.082,-0.29499 -0.18598,-0.60701 -0.044,-0.886 0.32999,-0.64599 0.99198,-0.03 1.39099,-0.18899 0.32801,-0.13201 0.65799,-0.207 0.987,-0.031 0.327,0.175 0.655,0.2 0.96701,0.356 0.28699,0.14299 0.439,0.28499 0.776,0.293 0.34299,0.008 0.39399,-0.059 0.43399,0.329 0.07,0.696 0.375,0.77901 1.004,0.617 0.228,-0.058 0.525,-0.139 0.72901,0.03 -0.097,0.31799 -0.379,0.31999 -0.654,0.274 -0.27102,-0.046 -0.871,0.14901 -0.35302,0.295 0.21801,0.062 1.09601,0.399 1.293,0.308 0.56802,-0.263 0.91501,0.45799 1.27002,0.782 0.703,0.641 -0.409,0.953 -0.54401,1.21499 -0.233,0.44901 -0.32501,0.012 -0.526,-0.18899 -0.19199,-0.19299 -0.40601,-0.068 -0.64301,-0.11701 -0.16598,-0.058 -0.337,-0.096 -0.51098,-0.11599 -0.206,0 -0.39701,0.18001 -0.59702,0.056 -0.84598,-0.52899 -1.069,0.459 -1.71499,0.57699 -0.15601,0.028 -0.66999,0.13101 -0.80701,0.02 -0.19,-0.15399 0.02,-0.49601 -0.26099,-0.62799 -0.11999,0.26899 -0.432,0.23799 -0.612,0.43798 -0.15201,0.16701 -0.375,-0.097 -0.45001,0.12401 -0.246,0.72901 -0.55899,1.21601 -1.05798,1.819 -0.099,-0.222 -0.37702,-0.32499 -0.42801,-0.572 -0.051,-0.241 -0.072,-0.52401 -0.31,-0.667"
           id="path3372" /><path
           inkscape:connector-curvature="0"
           style="fill:#510000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 264.5452,184.3104 c -0.17099,-0.02 -0.32999,-0.075 -0.47598,-0.16601 0.15899,-0.039 0.423,-0.046 0.47598,0.16601"
           id="path3374" /></g><g
         transform="matrix(3.1757337,0,0,3.1757337,-0.02195285,3.9026)"
         style="fill:#c80200;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
         id="gw"><title
           id="title3693">Guinea-Bissau</title><path
           inkscape:connector-curvature="0"
           style="fill:#c80200;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 394.14722,203.26441 c -0.008,-0.063 -0.016,-0.127 -0.024,-0.19001 -0.089,0.051 -0.168,0.114 -0.238,0.19001 h 0.26202"
           id="path3430" /><path
           inkscape:connector-curvature="0"
           style="fill:#c80200;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 394.29221,202.2404 c 0.21799,-0.108 0.186,-0.188 -0.096,-0.238 0.032,0.079 0.064,0.15899 0.096,0.238"
           id="path3432" /><path
           inkscape:connector-curvature="0"
           style="fill:#c80200;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 394.50721,204.5744 c 0.087,-0.069 0.182,-0.12401 0.285,-0.167 -0.19101,-0.402 -0.67499,-0.135 -0.285,0.167"
           id="path3434" /><path
           inkscape:connector-curvature="0"
           style="fill:#c80200;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 394.9112,202.0974 c -0.12,0.008 -0.23999,0.024 -0.358,0.048 0.022,0.34799 0.457,0.293 0.358,-0.048"
           id="path3436" /><path
           inkscape:connector-curvature="0"
           style="fill:#c80200;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 394.88721,203.1454 c -0.032,0.079 -0.064,0.15801 -0.096,0.23799 0.20001,0.10102 0.32602,-0.016 0.357,-0.21399 -0.087,-0.005 -0.17398,-0.013 -0.26099,-0.024"
           id="path3438" /><path
           inkscape:connector-curvature="0"
           style="fill:#c80200;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 395.5062,204.1694 c 0.13202,-0.106 0.21902,-0.24099 0.26102,-0.40499 -0.17301,0.066 -0.28901,0.21199 -0.26102,0.40499"
           id="path3440" /><path
           inkscape:connector-curvature="0"
           style="fill:#c80200;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 396.67322,204.2164 c 0.071,-0.229 -0.008,-0.293 -0.23801,-0.19 0.079,0.064 0.159,0.127 0.23801,0.19"
           id="path3442" /><path
           inkscape:connector-curvature="0"
           style="fill:#c80200;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 393.19721,200.85941 c 0.23099,-0.16001 0.53201,-0.039 0.78,-0.15001 0.26599,-0.11901 0.513,-0.271 0.815,-0.27899 0.63699,-0.017 1.216,0.15199 1.74899,-0.30901 0.469,-0.40601 1.05902,-0.286 1.625,-0.286 h 2.57901 c -0.073,0.334 0.29801,0.722 0,1.015 -0.16202,0.159 -0.60501,0.122 -0.669,0.366 -0.091,0.345 1.139,0.61299 0.52801,1.302 -0.315,0.35401 -0.77701,0.164 -1.173,0.23101 -0.37201,0.063 -0.81601,0.358 -1.198,0.47299 -0.65802,0.197 -0.34302,1.34801 -1.01401,1.58999 -0.16101,-0.61999 -0.24899,-0.70199 -0.80701,-0.97699 0.05,-0.09 0.10502,-0.177 0.16501,-0.261 -0.479,0.358 -0.023,-1.10901 0.66501,-0.572 -0.16601,-0.467 -0.587,-0.15599 -0.83002,0.048 -0.234,-0.418 -0.276,-0.699 0.23801,-0.881 0.43701,-0.15499 0.59201,0.314 0.99899,0.28499 -0.21798,-0.087 -0.34698,-0.36499 -0.143,-0.54699 -0.159,-0.054 -0.30899,-0.034 -0.45099,0.061 -0.23401,0.127 -0.42801,-0.03 -0.67001,0.01 -0.23398,0.039 -0.38398,0.21801 -0.55899,0.35701 -0.22599,0.181 -0.53199,0.153 -0.797,0.215 0.017,-0.433 0.379,-0.57201 0.668,-0.81 -0.41101,-0.04 -0.73599,0.388 -1.14401,0.299 -0.79398,-0.17301 -0.284,-0.87599 0.096,-1.133 -0.152,0.017 -0.303,0.04 -0.453,0.072 -0.079,0.095 -0.16598,0.183 -0.26099,0.26201 -0.29501,0.012 -0.45901,-0.336 -0.738,-0.38099"
           id="path3444" /></g><path
         inkscape:connector-curvature="0"
         style="fill:#c80200;fill-opacity:1;stroke:#000000;stroke-width:0.66666663;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
         d="m 1356.191,696.90486 c -0.4827,-2.57552 -0.6542,-4.63975 0.4764,-7.07236 0.9686,-2.08964 0.3747,-2.82005 1.1528,-4.91604 0.5779,-1.54976 2.6612,-3.7029 3.2837,-5.04941 0.8415,-1.8324 0.1746,-4.55083 -0.3811,-6.43404 -0.2223,-0.74947 -0.5431,-1.22901 -0.8479,-1.92767 -0.3271,-0.75265 0.1587,-1.54341 0.2159,-2.31194 0.1302,-1.76888 -0.7272,-3.01377 -0.3652,-4.71596 0.3906,-1.8197 -0.362,-3.77277 -0.6987,-5.54483 -0.1588,-0.84157 -1.0448,-1.78476 -0.5271,-2.67079 0.4065,-0.69866 0.9749,-1.68949 0.7177,-2.53424 4.4047,0.39379 8.4601,-0.28264 13.1475,0.0286 0.9464,0.0603 3.7442,-0.18101 3.9665,0.36521 0.416,1.01306 2.0642,-0.60021 2.9249,-1.22583 0.8765,-0.63515 3.3853,-0.1048 2.8359,1.01941 -0.8416,1.7149 -1.0353,3.41709 1.4291,5.26854 2.0388,1.53388 0.8892,0.90509 1.2353,2.49295 0.1683,0.76853 0.2636,0.70819 0.1906,1.58787 -0.073,0.89238 -0.089,2.33734 -0.324,3.4679 -1.1178,-0.17149 -0.6446,0.62562 -1.1337,1.28935 0.6796,0.11432 1.1623,-0.6542 1.7943,-0.47954 0.921,0.25724 0.9083,1.58469 0.6923,2.26113 -0.416,1.30205 0.4795,4.6588 -1.2798,4.34122 0.4414,1.12104 1.6291,1.81017 2.3087,2.76924 0.8162,1.14644 0.1112,1.49577 -0.362,2.55964 -0.5748,1.29253 0.5272,2.99472 -0.2032,4.2142 -0.8702,1.45766 -0.9559,2.18173 0.2413,3.42344 0.5653,0.58751 -0.063,2.05788 -0.3303,2.73113 -0.6446,1.63233 -0.8066,2.35957 0.1207,3.98237 0.5875,1.02577 1.8356,1.93085 2.7693,2.65809 0.2572,0.1969 1.8546,1.14009 1.8863,1.25442 0.2224,0.8638 -1.194,1.283 -1.4163,2.01024 -0.3049,0.99083 -0.9877,1.8324 -2.1754,1.69584 -0.6606,-0.073 -0.8733,-1.55611 -1.2322,-2.00071 -0.778,-0.95272 -2.0896,-0.58751 -3.1186,-1.02576 0.8257,0.6669 2.1818,0.25723 3.0646,0.90508 1.7467,1.283 -0.9241,2.09598 -1.7911,2.24842 -3.2964,0.57798 -5.3829,2.44849 -8.1203,4.08082 -1.5689,0.93684 -3.3123,0.91461 -4.9828,1.59739 -1.013,0.41602 -2.1658,0.6415 -3.0328,1.33699 -0.7209,0.58115 -1.3147,1.35286 -2.1468,1.78476 -0.8574,0.45095 -1.5402,0.29852 -2.1785,-0.36839 -0.8702,-0.90508 -1.8166,-1.02576 -2.9662,-1.36874 -1.2004,-0.35886 -2.169,-0.0762 -2.9121,-1.30205 0.9845,-0.0286 0.4922,-0.17149 1.4767,-0.14291 -0.4383,-1.27347 1.0416,-5.32253 -1.6482,-4.57941 0.9082,-1.61009 -0.7908,-4.37298 -1.7562,-5.70361"
         id="gh"><title
           id="title3709">Ghana</title></path><path
         inkscape:connector-curvature="0"
         style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.66666663;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
         d="m 1458.3512,325.24239 c 0.7431,-1.29887 0.5907,-0.93049 0.2286,-2.10551 -0.1238,-0.40332 5.6687,-0.23183 4.3095,2.10551 1.6419,-0.0476 1.6831,-1.58469 2.0452,-2.79782 0.6986,0.62562 2.3532,0.63197 3.2297,0.5494 -0.7209,0.36521 1.2544,0.99083 1.4989,0.90826 0.5145,0.24453 1.2799,-0.45731 1.9944,-0.70184 1.4323,-0.8638 3.8172,-1.49577 5.4496,-0.96224 -0.022,-0.28264 -0.051,-0.57799 -0.1271,-0.8511 0.813,0.10162 2.1278,0.77805 2.9344,0.39379 1.6832,-0.80028 1.4926,1.07022 2.5247,1.46084 0.8511,0.32075 1.1941,-1.73078 0.4637,-1.8324 -0.9432,-0.13021 -0.3684,-1.20995 -0.4764,-1.69584 -0.1492,-0.6542 -0.7304,-0.84157 -1.0003,-1.42591 -0.6892,-1.48942 3.1471,-2.00071 3.9156,-2.51835 0.6638,-0.44778 0.1493,-2.39451 1.3847,-1.92767 1.6609,0.62879 0.6954,-1.09563 1.0861,-2.59775 1.1845,0.31122 2.5787,2.20078 3.922,2.37544 2.4548,-0.61609 2.6708,-0.0286 2.9153,0.054 0,-0.73042 0.4097,-1.44496 1.1338,-1.67996 0.9431,-0.30487 0.832,-0.96542 0.9019,-2.17538 1.5592,-0.13655 3.4425,0.59069 4.9128,1.07658 0.4986,-0.26041 2.8963,1.61327 4.6779,1.18772 1.3941,-0.33028 4.0998,-0.47636 4.3063,1.1782 0.025,0.20007 0.035,0.99083 0.2064,1.69901 0.1905,0.77806 0.041,1.89592 0.4509,2.46755 0.5558,0.78441 1.337,0.92096 1.264,1.42273 -0.07,0.50176 -0.9781,1.35604 -1.3529,2.34051 -0.705,1.84828 -1.572,-0.50494 -3.29,0.1842 -0.7463,0.29852 2.7216,1.01941 0.6637,2.06422 -1.6133,0.81934 -1.1877,2.98519 -0.7177,4.22373 -1.156,-0.24453 -4.1158,1.49895 -3.1726,3.02647 -1.645,-1.04164 -2.4135,0.14926 -3.9696,0.29217 -1.1211,0.1048 -1.9055,-0.42872 -2.9567,-0.21595 -0.8034,0.16514 -2.531,1.83558 -3.1662,2.16585 -1.1845,0.61927 -4.2427,-0.79076 -5.4241,-0.96225 -3.0646,-0.44142 -5.7481,-0.0667 -8.8889,-1.04799 -0.9527,-0.30169 -4.5667,-2.84546 -2.7438,-3.94108 -1.0417,-0.21595 -1.8896,0.53987 -2.8772,0.68278 -1.4418,0.20642 -2.6677,0.0127 -4.1158,0.42237 -0.8638,0.24136 -1.5529,1.80064 -2.4485,1.54023 -0.9019,-0.26358 -1.7244,-0.47001 -2.6327,-0.69548 -0.7526,-0.18737 -0.3525,-1.05752 -0.8384,-1.13692 -0.5843,-0.0984 -0.9749,0.45731 -1.3179,0.88603 -0.6351,0.78441 -2.4548,-0.33027 -2.9629,-0.8765 -0.5526,-0.59386 -1.3656,-0.68278 -1.6768,-0.68596 0.3048,-0.69231 0.1302,-1.3211 -0.2636,-1.87368"
         id="at"><title
           id="title3732">Austria</title></path><g
         transform="matrix(3.1757337,0,0,3.1757337,-0.02195285,3.9026)"
         style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
         id="se"><title
           id="title3692">Sweden</title><path
           inkscape:connector-curvature="0"
           style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 463.7482,71.208398 c -0.15899,0.079 -0.31698,0.158005 -0.47598,0.237999 0.13498,0.186004 0.67499,0.274002 0.78098,-0.005 0.066,-0.173996 -0.15,-0.461998 -0.305,-0.233002"
           id="path3388" /><path
           inkscape:connector-curvature="0"
           style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 463.62922,71.7314 c -0.048,0.08 -0.095,0.158997 -0.142,0.237999 0.19998,0.029 0.37198,-0.081 0.453,-0.261001 -0.104,0.008 -0.20801,0.015 -0.311,0.023"
           id="path3390" /><path
           inkscape:connector-curvature="0"
           style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 473.62922,76.041398 c 0.04,0.148003 0.055,0.299004 0.047,0.452004 0.4,-0.082 0.569,-0.836998 0.659,-1.158005 0.17001,-0.605995 0.465,-1.140999 0.70001,-1.723 -0.39401,-0.01099 -0.504,0.714005 -0.66101,0.965004 -0.285,0.454003 -0.875,0.834999 -0.74499,1.463997"
           id="path3392" /><path
           inkscape:connector-curvature="0"
           style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 476.9632,69.160401 c -0.079,0.039 -0.159,0.079 -0.23798,0.118996 0.091,-0.018 0.16999,-0.057 0.23798,-0.118996"
           id="path3394" /><path
           inkscape:connector-curvature="0"
           style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 477.6312,74.517404 c -0.099,-0.270005 0.82001,-1.020005 1.022,-1.166001 -0.906,-0.08701 1.08701,-1.500999 -0.38199,-1.194999 -0.41601,0.087 -0.80001,0.434997 -1.07101,0.745994 -0.24298,0.278999 -0.138,1.306999 0.28601,1.377998 -0.13599,0.149003 -0.24701,0.316002 -0.33099,0.5 0.20999,0.04301 0.38198,-0.085 0.47598,-0.262992"
           id="path3396" /><path
           inkscape:connector-curvature="0"
           style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 477.1782,65.5654 c 0.10202,0.112999 0.22802,0.161003 0.38,0.142998 -0.10699,-0.174996 -0.26498,-0.320999 -0.453,-0.404999 0.024,0.087 0.048,0.174004 0.073,0.262001"
           id="path3398" /><path
           inkscape:connector-curvature="0"
           style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 477.48621,68.969399 c -0.056,0.079 -0.11099,0.159005 -0.16599,0.237999 0.16199,-0.057 0.17099,-0.09199 0.16599,-0.237999"
           id="path3400" /><path
           inkscape:connector-curvature="0"
           style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 477.72721,67.993402 c 0.078,-0.04801 0.156,-0.095 0.23501,-0.142998 -0.194,-0.077 -0.32202,0.007 -0.33102,0.213997 0.032,-0.023 0.064,-0.047 0.096,-0.071"
           id="path3402" /><path
           inkscape:connector-curvature="0"
           style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 478.91422,72.136399 c 0.17999,0.07 0.34,0.039 0.47998,-0.095 -0.17398,-0.210998 -0.388,-0.138 -0.47998,0.095"
           id="path3404" /><path
           inkscape:connector-curvature="0"
           style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 483.8682,52.397401 c -0.079,-0.008 -0.159,-0.016 -0.23798,-0.024 0.15198,0.125999 0.121,0.078 0.23798,0.024"
           id="path3408" /><path
           inkscape:connector-curvature="0"
           style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 462.7952,68.969399 c 0.35202,-0.061 0.45902,0.597001 0.71002,0.529 0.39899,-0.107002 0.50498,-1.017998 0.37,-1.312996 -0.23902,-0.525002 0.31698,-0.643006 0.237,-1.090004 -0.11502,-0.641998 1.039,-0.218002 1.19,-0.884003 0.10998,-0.489998 0.268,-0.829994 -0.055,-1.272995 -0.17798,-0.245003 -0.62699,-0.857002 -0.13099,-1.067001 0.49399,-0.209999 0.64899,0.01 0.82901,-0.666 0.12098,-0.458001 -0.40502,-0.541001 -0.71102,-0.654999 -0.564,-0.211998 -0.71598,-0.637001 -0.573,-1.159004 0.17102,-0.625 0.076,-0.952996 -0.138,-1.529 -0.084,-0.226997 -0.21799,-0.582001 -0.09,-0.809997 0.104,-0.184998 0.23502,-0.149002 0.172,-0.334 -0.078,-0.226997 -0.25598,-0.360001 -0.29398,-0.612999 -0.047,-0.305 0.23899,-0.462997 0.22699,-0.695999 -0.023,-0.431 0.698,-0.805 0.90399,-0.972 0.60801,-0.493004 1.17902,-0.424004 1.81101,-0.333 0.42099,0.06 1.16601,0.08 1.052,-0.503998 -0.11301,-0.581001 -0.73099,-0.639008 -0.98499,-0.822006 0.22898,-0.281998 0.48798,-0.536995 0.74399,-0.793 0.23499,-0.234001 0.539,-0.834999 0.80799,-0.979995 0.33801,-0.183007 0.11401,-1.850007 0.042,-2.109002 0.51999,0.02 1.20898,-0.02 1.66299,-0.306999 0.21701,-0.138 0.009,-0.341003 -0.017,-0.496002 -0.029,-0.170998 0.29801,-0.232002 0.391,-0.332001 0.42199,-0.448997 0.85,-0.750999 1.32101,-1.135998 0.38498,-0.315002 -0.354,-0.772003 -0.52502,-0.919002 0.76501,-0.350998 0.98001,-1.083 1.71701,-1.429001 0.47201,-0.221996 0.76699,-0.160999 1.251,-0.052 0.24399,0.055 0.78601,-0.119 0.754,-0.443001 -0.021,-0.215999 -0.21399,-0.524998 -0.12201,-0.743 0.116,-0.273998 0.983,0.062 1.17902,0.024 0.49698,-0.097 1.961,0.569 2.699,0.071 -0.16101,-0.073 -0.32702,-0.128002 -0.49902,-0.166999 0.40701,-0.25 0.97101,-0.807 0.26102,-1.096001 1.07998,-0.484001 2.28698,0.590999 3.21399,1 0.634,0.279999 1.423,0.286999 2.04901,0.568001 0.20498,0.092 1.30298,0.753997 1.41998,0.993 0.10101,0.205997 -0.19699,0.198997 -0.24298,0.321998 -0.018,0.046 0.02,0.107003 0.044,0.676003 0.006,0.141998 0.277,0.176998 0.401,0.209999 0.479,0.129997 0.13601,0.346001 -0.031,0.556 -0.18301,0.229999 0.38998,0.59 0.53,0.701 0.31198,0.25 0.22098,0.739998 -0.042,1.031998 -0.53998,0.596 0.78701,1.189003 0.957,1.761001 -0.53498,0.073 -1.45899,0.360001 -1.91599,-0.057 0.075,0.075 0.146,0.154999 0.211,0.238998 -0.38299,0 -0.69501,-0.083 -1.021,-0.286003 -0.064,0.652001 -0.65399,-0.297996 -0.78601,0.164002 -0.062,0.219001 0.20301,0.441002 0.237,0.645004 -0.242,-0.005 -0.471,-0.093 -0.68798,-0.190002 0.084,0.052 0.17199,0.099 0.26098,0.142997 -0.17099,0.118004 -0.354,0.142006 -0.54898,0.07201 0.771,0.226998 -0.58801,0.336998 -0.737,0.356995 0.159,0.269005 0.54798,0.374001 0.21399,0.808998 -0.11499,0.150002 -0.754,0.598007 -0.952,0.5 0.13401,0.152001 0.301,0.247002 0.499,0.286003 -0.676,0.141999 0.55899,0.568001 0.69201,0.786003 -0.46701,0.223999 -1.12002,0.484002 -1.307,1.017998 -0.108,0.306 -0.952,0.662003 -0.88602,0.933998 -0.051,-0.09 -0.10599,-0.178001 -0.16498,-0.262001 -0.12402,0.309006 -0.548,0.412003 -0.83801,0.464005 -0.306,0.055 -0.401,0.677002 -0.68701,0.130996 0.078,0.402001 -0.012,0.185006 -0.28598,0.195 -0.15601,0.005 -0.284,0.363999 -0.42401,0.460999 -0.50199,0.347999 -1.14499,0.304001 -1.67099,0.702003 0.16497,0.021 0.332,0.029 0.49899,0.023 0.009,0.265999 -0.211,0.441994 -0.461,0.316994 -0.13598,-0.069 -0.21399,0.305999 -0.465,0.183006 0.607,-0.062 -0.138,-0.119003 -0.238,-0.095 0.056,-0.269005 -0.28699,-0.387001 -0.31101,-0.643006 -0.085,0.382004 0.35401,0.603005 0.41001,0.951004 0.087,0.538002 -0.64701,0.905998 -1.00501,0.477997 -0.185,0.426003 0.056,0.733002 0.499,0.762001 -0.28898,0.039 -0.444,0.502998 -0.499,0.737999 -0.085,0.360001 0.38202,0.545006 0.26102,0.857002 -0.19,-0.193 -0.45801,-0.336998 -0.737,-0.262001 0.90298,0.204003 -0.51102,0.132004 0.26099,0.286003 -0.66599,-0.062 -0.206,0.079 -0.023,0.142998 -0.694,-0.125 0.406,0.289002 -0.262,0.357002 0.34302,0.118996 0.15,0.576996 0.172,0.830002 0.033,0.372994 0.267,0.579994 0.44702,0.884995 -0.086,0.042 -0.173,0.082 -0.26102,0.119003 0.12302,0.072 0.698,0.107002 0.745,0.209999 0.202,0.445999 0.5,0.115997 0.82501,0.052 -0.17901,0.654999 0.957,0.560997 1.21399,0.928001 -0.60199,0.119996 0.21201,0.342995 0.405,0.380997 0.13901,0.028 0.871,0.988999 0.28601,0.524002 0.16501,0.138001 0.30399,0.308998 0.40399,0.5 -0.366,0.012 -0.63998,0.213997 -0.92099,0.424996 -0.24801,0.187004 -0.97101,0.296005 -0.50799,0.456001 -0.18,0.048 -0.33902,0.008 -0.47602,-0.118996 -0.04,0.293 0.87,0.466996 0.76401,0.02399 0.16599,0.091 0.50699,0.646003 0.023,0.381004 0.62799,0.215996 -0.26202,-0.01 -0.38,-0.048 0.038,0.195999 0.18399,0.342003 0.38,0.381004 -0.198,0.104996 -0.42102,0.119995 -0.62802,0.196999 -0.289,0.106003 -0.32098,0.392998 -0.556,0.540001 -0.15698,0.097 -0.26999,-0.536003 -0.52899,-0.523003 0.15399,0.123001 0.21701,0.281998 0.18799,0.475998 -0.079,-0.055 -0.15799,-0.111 -0.23798,-0.166 0.075,0.220001 0.075,0.381004 -0.23801,0.238006 0.043,0.078 0.082,0.156998 0.11899,0.237999 -0.31,0.171997 -0.63598,0.153 -0.975,0.118996 0.082,0.06 0.16101,0.123001 0.238,0.190002 -0.53,0.280999 -1.19699,-0.223999 -1.69,0.143998 0.39902,-0.1 0.97501,-0.055 1.19,0.357002 -0.31799,0.175003 -0.64398,0.018 -0.975,0 0.50302,0.175003 1.375,0.982002 0.49902,1.308998 0.21298,-0.049 0.28998,0.062 0.23798,0.262001 -0.16498,-0.091 -0.34098,-0.114998 -0.52601,-0.071 0.11402,0.144996 0.70902,0.477997 0.30002,0.641998 -0.362,0.145004 0.314,0.359001 0.10599,0.632004 -0.47699,0.625999 -0.034,1.278 -0.54999,1.93 -0.333,0.420998 -0.505,1.639 -1.26901,1.409996 -0.457,-0.137001 -0.935,0.077 -1.39798,0.048 -0.255,-0.01701 -0.92001,-0.07301 -0.56802,0.362 -0.448,0.174995 -0.84098,-0.097 -1.10199,0.484001 -0.15,0.332001 0.211,0.587997 0.242,0.905998 0.061,0.596001 -0.76102,0.200997 -1.00101,0.223 -0.76001,0.068 -1.37899,0.094 -2.14099,0.054 0.24601,-0.01 0.418,-0.765999 0.18799,-1.009003 -0.25299,-0.266998 -0.879,-0.992996 -0.853,-1.372002 0.814,0.285004 0.34302,0.001 0.28501,-0.452995 1.11001,-0.182999 0.024,-0.551002 -0.24701,-0.929001 -0.26099,-0.363998 -0.634,-0.662002 -0.79898,-1.087997 -0.10602,-0.273003 -0.22601,-0.630005 -0.59802,-0.507004 0.019,-0.181999 0.034,-0.371002 -0.006,-0.552002 -0.069,-0.312996 -0.58401,-0.355995 -0.113,-0.519997 -0.45499,0.163002 0.003,-1.252998 0.026,-1.428001 -0.30399,-0.064 -0.45899,0.277 -0.763,0.237999 0.134,-0.159996 0.26098,-0.326996 0.38,-0.5 -0.44201,-0.045 -0.089,0.252998 -0.5,0.381004 -0.042,-0.224006 -0.20199,-0.274002 -0.38,-0.143005 0.19,-0.447998 -0.50101,-1.695999 -0.095,-1.974999"
           id="path3452" /><path
           inkscape:connector-curvature="0"
           style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 474.86621,60.159402 c 0.059,0.124 0.13801,0.077 0.05,0.262001 -0.017,-0.08701 -0.033,-0.175003 -0.05,-0.262001"
           id="path3454" /></g><g
         transform="matrix(3.1757337,0,0,3.1757337,-0.02195285,3.9026)"
         style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
         id="tr"><title
           id="title3760">Turkey</title><path
           inkscape:connector-curvature="0"
           style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 497.48722,119.61639 c 0.24798,-0.11799 0.58798,-0.45599 0.66299,-0.72399 0.11499,-0.418 -0.20599,-0.732 0.37399,-0.99401 0.31702,-0.14299 0.20102,-0.14499 0.12201,-0.47799 -0.047,-0.195 -0.125,-0.391 -0.336,-0.459 -0.759,-0.249 0.17801,-0.368 0.13501,-0.67299 -0.012,-0.084 0.81299,-0.32001 0.947,-0.36301 0.43798,-0.143 0.695,-0.28999 1.013,0.071 0.29599,0.336 0.46298,0.121 0.83899,0.083 0.17501,-0.017 0.38101,10e-4 0.52301,0.11901 0.242,0.19999 -0.12101,0.27 0.05,0.49 0.63703,0.81999 1.38202,1.177 2.39399,1.48 0.39001,0.117 0.066,0.68699 -0.17597,0.77701 -0.46301,0.17098 -1.13501,-0.27701 -1.60602,-0.30501 -0.23297,-0.013 -0.376,0.149 -0.56799,0.248 -0.237,0.121 -0.48401,-0.089 -0.75601,-0.008 -0.32801,0.099 -0.46298,0.452 -0.689,0.69899 -0.36798,0.40001 -0.863,0.513 -1.28598,0.82201 -0.35901,0.26201 -0.70602,0.99299 -1.095,1.143 -0.117,-0.46299 0.079,-0.946 0.53598,-1.108 0.082,-0.029 0.957,-0.294 0.66901,-0.531 -0.46799,-0.38601 -1.525,0.64801 -1.75299,-0.28901"
           id="path3456" /><path
           inkscape:connector-curvature="0"
           style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 497.79822,123.2114 c 0.033,-0.24601 0.063,-1.46601 0.245,-1.53501 0.45199,-0.17299 0.59698,-0.82799 1.06399,-1.06099 0.24899,-0.12401 0.569,0.095 0.79901,-0.067 0.28998,-0.20199 0.41498,-0.048 0.66898,0.10401 0.36401,0.21899 1.54101,0.12599 0.79401,-0.32201 0.238,-0.097 0.49401,-0.084 0.738,-0.024 -0.121,0.043 -0.17999,0.121 -0.177,0.23201 0.13901,0.19499 0.84702,0.08 1.02701,0.063 0.55499,-0.051 1.354,0.27301 1.81799,-0.129 -0.22101,-0.21601 -0.50702,-0.026 -0.73999,-0.21401 0.29901,-0.76199 1.66901,-0.474 2.28796,-0.61898 -0.53399,-0.26301 -1.29699,-0.042 -1.74499,-0.50101 -0.50299,-0.51599 0.003,-0.944 0.54303,-0.89301 0.59198,0.056 1.18201,0.33101 1.784,0.20002 0.80401,-0.17501 1.45697,0.263 2.276,0.18199 0.37799,-0.037 0.43402,-0.23101 0.57397,-0.527 0.15503,-0.326 0.73303,-0.468 1.02704,-0.641 0.84796,-0.497 1.52399,-0.93399 2.48401,-1.194 1,-0.271 1.76794,-0.12599 2.784,-0.12599 0.40899,0 0.84399,0.16799 1.25,0.047 0.18695,-0.056 0.24896,-0.28 0.42999,-0.33301 0.18298,-0.054 0.34295,0.055 0.52197,0.071 -0.30298,0.36701 0.21698,0.86402 0.54804,0.96502 0.25097,0.077 0.51098,0.13999 0.77496,0.10499 0.29004,-0.038 0.53601,-0.36301 0.53601,0.05 0.066,-0.61399 0.461,0.133 0.51801,0.308 0.076,0.232 0.71002,1.01799 0.95898,0.75099 0.328,-0.35299 0.67902,-0.27499 1.03198,0.007 0.43006,0.345 0.95905,0.407 1.44,0.647 0.27002,0.13699 0.31702,-0.423 0.68903,-0.015 0.29797,0.329 0.87903,0.321 1.28803,0.362 0.56896,0.057 1.15197,-0.337 1.72296,-0.393 0.48803,-0.048 0.75604,-0.112 1.22302,0.055 0.65399,0.234 1.14001,0.394 1.81396,0.079 0.80805,-0.379 1.54804,-0.81 2.23902,-1.366 0.276,-0.22301 0.53302,0.15399 0.81201,0.16001 0.17102,0.004 0.15698,-0.23101 0.35699,-0.19101 0.13001,0.026 0.25904,0.056 0.38898,0.082 0.18805,0.039 0.72302,0.25 0.83704,-0.004 0.14001,-0.31 0.81598,-0.56799 0.60602,-0.101 0.21398,-0.04 0.39898,0.096 0.54998,0.22299 0.10901,0.099 0.224,0.19301 0.34198,0.28002 0.19202,0.024 0.23603,0.11299 0.13098,0.267 0.0891,0.26599 0.44904,0.007 0.59601,0.22499 0.096,0.14199 0.15802,0.56201 0.29901,0.677 0.45099,0.364 0.81903,0.72799 0.56104,1.1 -0.25501,0.36699 0.43298,0.913 0.071,1.15599 0.58002,0.293 0.87702,0.226 1.48401,0.24901 0.51898,0.019 1.24695,0.708 1.44196,1.15599 -0.28199,-0.23298 -0.71198,-0.56999 -0.831,0 -0.037,0.17601 0.008,0.36101 -0.045,0.53601 -0.071,0.22699 -0.67102,0.107 -0.85998,0.179 0.13897,0.16401 0.41796,0.58899 0.47198,0.79599 0.089,0.34501 0.242,0.52401 0.36401,0.84401 0.18,0.47001 0.016,1.15599 0.61597,1.36 -0.20398,0.19201 -0.323,0.577 -0.38599,0.84 -0.12896,0.52899 0.41901,0.452 0.69599,0.70799 0.28003,0.25602 0.224,0.595 0.31305,0.931 0.045,0.168 0.34198,0.24302 0.45794,0.34601 0.12903,0.11501 0.0161,0.386 0.086,0.532 -0.55395,-0.39101 -0.78399,0.58099 -1.10199,0.476 -0.41101,-0.137 -0.074,-0.679 -0.37597,-0.881 -0.151,-0.101 -0.401,-0.092 -0.53803,0.032 -0.24597,0.222 -0.60901,0.17 -0.89899,0.079 -0.47399,-0.14898 -0.83898,-0.30499 -1.33996,-0.29799 -0.35602,0.005 -0.578,-0.094 -0.76502,0.219 -0.22503,0.378 -0.67498,0.718 -0.82904,0.15401 -0.13397,-0.49201 -0.75494,0.1 -1.02697,0.18798 -0.698,0.22602 -1.28302,0.21901 -1.99201,0.12601 -1.27301,-0.168 -2.37201,1.11301 -3.66101,1.203 -0.51398,0.035 -1.44195,0.16201 -1.87396,-0.164 -0.47101,-0.35699 -0.76599,-0.56199 -1.34802,-0.279 -0.62201,0.30101 -1.97303,1.013 -2.508,0.35 -0.268,-0.332 -0.83801,-0.448 -0.91998,0.075 -0.08,0.515 0.099,0.875 0.31897,1.31599 -0.23401,0.013 -0.48102,0.079 -0.71399,0.023 -0.038,0.204 0.098,0.41899 0.026,0.61901 -0.085,0.23799 -0.40003,0.28799 -0.47601,0.54798 -0.17902,-0.11999 -0.35901,-0.25599 -0.57196,-0.30999 0.20495,-0.267 -0.077,-0.614 -0.23902,-0.81301 -0.29999,-0.373 0.025,-0.59199 0.33496,-0.86099 0.31903,-0.27701 0.526,-0.472 0.21503,-0.89101 -0.12402,-0.16799 -0.38397,-0.37399 -0.56097,-0.14498 -0.24506,0.317 -0.49201,0.26699 -0.79804,0.49598 0.50702,-0.052 -0.014,0.459 -0.39001,0.39002 -0.46601,-0.086 -0.88196,-0.36 -1.29895,-0.569 -0.99506,-0.49901 -1.51105,0.96399 -1.97901,1.55999 -0.071,-0.08 -0.143,-0.15901 -0.21502,-0.238 -0.17902,0.188 -0.297,0.52299 -0.58802,0.412 -0.25299,-0.095 -0.96698,0.081 -1.20495,0.2 -0.43305,0.216 -0.94001,0.183 -1.362,-0.003 -0.64704,-0.28601 -0.88001,-1.00402 -1.49604,-1.30501 -0.67797,-0.332 -1.362,-0.71001 -2.10797,-0.843 -0.39203,-0.069 -1.19403,-0.228 -1.19403,0.39599 0,0.358 0.066,1.00901 -0.19598,1.29502 -0.14203,0.15599 -0.33203,-0.13301 -0.46698,-0.151 -0.34503,-0.048 -0.70105,0.36099 -1.04303,0.41799 -0.39301,0.067 -0.99201,-0.18701 -1.31598,-0.395 -0.24701,-0.159 -0.258,-0.675 -0.59601,-0.69099 0.26196,-0.37101 -0.349,-0.77301 -0.427,-0.28601 -0.25501,-0.223 -0.90002,-0.306 -0.979,-0.691 -0.06,0.278 -0.72998,0.73599 -0.95203,0.905 0.078,-0.166 0.023,-0.269 -0.16498,-0.30901 0.18701,-0.041 0.30597,-0.18998 0.30701,-0.38099 -0.24201,0.20199 -1.37802,0.445 -1.689,0.35701 0.24698,-0.30301 0.70899,-0.32102 1.06601,-0.31201 0.36096,0.009 0.323,0.10501 0.46997,-0.174 0.10303,-0.194 0.32502,-0.282 0.46399,-0.44299 -0.43896,-0.196 -1.94797,-0.22101 -2.30798,0.14299 -0.54401,-0.639 0.491,-0.301 0.56799,-0.46601 0.065,-0.138 0.057,-0.32998 -0.021,-0.45999 -0.18201,-0.30501 -0.38401,0.11901 -0.28501,-0.36 -0.52499,0.67101 -0.487,-0.712 -0.97598,-0.69 0.34,-0.18401 0.72598,-0.362 0.436,-0.82201 -0.21002,-0.33198 -0.80801,-0.15999 -0.95202,-0.407 -0.14899,-0.25498 -0.301,-0.61299 -0.52399,-0.166 -0.10001,0.198 -0.80499,-0.33499 -0.819,-0.50999 0.70999,0.17 0.096,-0.582 0.12201,-0.875 0.021,-0.242 0.40298,-0.065 0.47498,0.054 0.151,0.24699 0.1,0.651 0.333,0.845 -0.052,-0.528 0.77002,0.13201 0.999,-0.405 -0.474,-0.059 -0.667,-0.28801 -0.95298,-0.643 0.24799,-0.137 0.375,-0.437 0.668,-0.5 -0.13,-0.386 -0.53,0.015 -0.49301,-0.42301 0.037,-0.43399 -0.19299,-0.48999 -0.509,-0.76799 0.211,-0.242 0.45401,-0.455 0.64499,-0.714 -0.67798,-0.345 -1.319,0.367 -2.00098,0.144"
           id="path3458" /></g><path
         inkscape:connector-curvature="0"
         style="fill:#c80200;fill-opacity:1;stroke:#000000;stroke-width:0.66666663;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
         d="m 1618.7353,764.28122 c 0.5144,-1.41955 0.3493,-3.33452 0.5589,-4.84299 0.2667,-1.89909 0.4446,-3.77912 0.6923,-5.69092 0.2985,-2.32463 1.645,-3.65209 1.8737,-4.86522 0.1365,-0.73995 -0.1493,-1.48942 0,-2.23572 0.2223,-1.17184 1.3306,-0.87015 1.8673,-1.72124 1.6292,-2.5787 4.2396,-4.41745 6.4499,-6.7008 0.8543,-0.88603 2.0071,-2.42626 2.3659,-3.62351 0.2954,-0.98131 -1.5307,-2.01342 -2.2388,-2.39133 -0.5685,-0.3017 -1.4228,0.61927 -1.842,-0.31122 -0.3334,-0.73677 -0.064,-1.74983 0.089,-2.49613 0.4668,-2.29288 -0.3907,-4.14433 0.7685,-6.24667 0.3398,-0.61609 -0.4954,-0.77805 -0.2858,-1.42273 0.2223,-0.68596 0.8447,-1.26076 1.3782,-1.69901 0.524,-0.4319 1.1401,-0.8257 1.8578,-0.69549 0.5844,0.1048 1.6832,1.3211 2.2612,1.06069 0.7399,-0.33345 1.8228,-1.69584 2.6104,-0.65737 0.8448,1.1115 1.0734,1.50847 2.5469,2.04199 -0.8256,-1.37509 1.4577,-1.90226 2.5311,-2.05152 1.3275,-0.18419 2.8423,-1.25441 4.1443,-1.10198 1.7785,0.20642 2.3279,1.77841 4.2714,0.4319 1.3942,-0.96542 2.3627,-2.41673 3.4234,-3.70926 0.6193,0.83522 1.2767,2.02612 0.902,3.1027 1.2544,-0.12703 0.4223,0.7844 1.6037,1.14008 1.2195,0.36839 1.6863,0.60339 1.1782,2.16585 -0.6637,2.03565 1.3687,4.22373 2.4263,6.63729 0.2096,0.47318 1.4322,2.0674 1.41,2.47707 -0.051,0.87015 0.9781,2.16267 1.1877,3.0106 0.3747,1.50529 0,3.55682 -0.651,5.05894 -0.5558,1.283 -1.6228,1.47036 -1.3497,2.96296 0.1397,0.77488 -1.1115,1.26077 -1.6831,1.54658 -1.1243,0.56528 -1.1719,2.07693 -1.842,3.19479 -0.5017,0.83522 -1.3338,1.28617 -1.6831,2.1468 -0.47,1.16867 -0.9019,2.02611 -1.445,3.15985 -0.5208,-0.0318 -2.4453,0.60657 -2.1341,-1.0734 -1.2194,0.46366 -0.8352,0.81299 -1.3401,0.88921 -1.4894,0.22865 -1.5085,-0.66691 -0.3938,-0.59386 -0.2858,-0.60022 -1.2862,-1.34969 -0.9496,-1.77842 -0.832,0.30488 -0.2826,0.0858 -1.4227,0.5113 l 0.362,0.60339 c -0.994,0.26676 -0.2318,1.23853 -1.4862,1.17502 0.162,1.95307 -2.7788,0.94637 -3.1154,1.01306 -0.06,0.0349 0.1588,-1.75301 -0.06,-1.45449 -1.4228,3.31229 -1.9436,1.55294 -2.2103,1.7276 0.054,0.70501 -0.4764,0.74947 -1.7022,0.87015 -0.578,0.81617 -1.9372,0.79711 -1.8261,1.0861 1.0734,2.74066 -1.1814,3.19479 -1.5339,5.12246 -0.3048,1.66726 0.3049,1.75618 0.4923,2.85499 -7.5487,0 1.6387,0.3271 -5.891,-0.23501 -2.5978,-0.19372 -5.6528,0.33663 -7.174,2.21984 -0.5303,0.65738 -1.2703,2.48977 -2.1944,1.88321 -0.2446,-0.15879 -0.3875,-1.04164 -0.8162,-1.00988 -0.7368,0.0603 -1.9054,0.87332 -2.2516,1.12103 0.1747,-0.68596 1.1369,-1.87368 0.2731,-2.60728"
         id="ug"><title
           id="title3761">Uganda</title></path><g
         transform="matrix(3.1757337,0,0,3.1757337,-0.02195285,3.9026)"
         style="fill:#c80200;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
         id="mz"><title
           id="title3749">Mozambique</title><path
           inkscape:connector-curvature="0"
           style="fill:#c80200;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 523.25245,298.46259 c 0.085,-0.237 0.13202,-0.488 0.11901,-0.74099 -0.10302,0.22699 -0.216,0.48901 -0.11901,0.74099"
           id="path3382" /><path
           inkscape:connector-curvature="0"
           style="fill:#c80200;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 510.84748,279.03059 c 1.83099,-0.68799 3.669,-1.361 5.51098,-2.01899 0.41199,-0.147 0.79999,-0.34301 1.20801,-0.501 0.138,-0.053 0.48798,-0.28 0.64197,-0.232 l 1.37701,1.538 c 0.013,-0.30799 0.67603,-0.20002 0.987,-0.288 0.26801,-0.076 0.67102,-0.32699 0.89099,-0.042 0.40705,0.52698 0.409,1.80499 0.198,2.38898 -0.268,0.74099 -0.89197,1.406 -0.49597,2.168 0.094,0.181 0.04,0.397 0.14899,0.569 0.12402,0.194 0.34399,0.30002 0.46698,0.49402 0.24103,0.38 0.612,0.73599 0.95404,1.02798 0.32599,0.27802 0.30896,0.32901 0.085,0.69501 -0.23895,0.39001 0.53503,0.53698 0.586,0.012 0.049,-0.51199 -0.099,-0.96399 -0.39197,-1.379 0.46497,-0.33899 0.22296,-1.04098 0.90601,-1.18298 0.92596,-0.19202 1.00799,-0.59601 1.01098,-1.53 0,-0.33902 -0.059,-0.686 -0.038,-1.02502 0.033,-0.55201 0.323,-1.16199 0.086,-1.70398 -0.23798,-0.54203 -0.73395,-1.05402 -1.05201,-1.55901 -0.29699,-0.47 -0.58599,-0.975 -0.96197,-1.38901 -0.276,-0.304 -0.172,-0.027 -0.41998,-0.30499 -0.073,-0.237 0.053,-0.70399 -0.099,-1.164 -0.198,-0.604 0.15698,-0.96899 0.078,-1.237 -0.45801,-1.54601 -0.18201,-1.168 -0.203,-1.362 0.17895,-0.407 0.77496,-0.33099 0.63,-1.77299 0.49695,0.046 0.94696,0.15599 1.52796,-0.012 0.328,-0.095 0.63702,-0.5 0.99603,-0.267 0.24896,0.16 0.36902,0.468 0.63299,0.608 0.20203,0.108 0.87299,0.145 1.09601,0.088 0.37,-0.095 0.63599,-0.717 1.05402,-0.26399 0.77496,0.84199 1.70599,-0.155 2.08099,-0.77301 0.20697,-0.34099 0.57599,-0.35 0.89997,-0.146 0.526,0.334 0.65301,0.33099 1.15301,-0.02 0.41699,-0.29199 0.74402,-0.498 1.28803,-0.39099 0.31298,0.061 0.91796,-0.539 1.20996,-0.67199 0.57599,-0.26201 1.057,-0.63001 1.55401,-1.013 0.60602,-0.46901 1.00098,0.31498 0.47498,0.56698 0.081,0.037 0.16003,0.077 0.23804,0.11901 -0.24103,0.30999 -0.10401,0.65899 -0.23804,0.999 -0.072,0.182 -0.53198,0.41899 -0.25995,0.611 0.224,0.16 0.172,1.013 0.20398,1.343 0.024,0.24699 0.043,0.49901 0.021,0.74699 -0.033,0.37702 -0.15003,0.28202 -0.045,0.61601 0.024,0.125 0.015,0.247 -0.026,0.366 -0.049,0.23101 0.096,0.301 0.15497,0.50099 0.088,0.29001 -0.022,0.707 -0.21802,0.93502 0.66303,0.094 -0.19897,1.54899 0.0601,1.63199 0.45398,0.145 0.011,1.65899 0.15497,2.012 0.5,-0.29599 -0.072,0.66999 0.074,0.90299 0.04,-0.42099 0.46405,-0.34799 0.39106,0.069 -0.079,0.45199 0.03,0.77301 -0.44104,1.02902 0.086,0.067 0.17401,0.12998 0.26501,0.189 -0.54498,-0.13001 -0.075,0.068 -0.23199,0.25598 -0.099,0.11801 -0.25202,0.16302 -0.31702,0.31601 0.526,-0.18701 0.072,0.647 -0.007,0.81201 -0.26294,0.55798 -0.82495,0.866 -1.09497,1.41998 -0.26898,0.55002 -0.70801,0.86902 -1.00702,1.39002 -0.229,0.39999 -1.78101,0.93899 -1.72498,1.37298 0.026,0.202 -1.17199,0.40702 -1.40502,0.551 -0.206,0.12701 -0.44001,0.22799 -0.672,0.29602 -0.375,0.10998 -0.31,-0.034 -0.58301,0.21799 -0.39099,0.36199 -0.93994,0.53298 -1.40497,0.776 -0.46399,0.24099 -1.20202,1.36801 -1.72198,0.92599 0.97101,1.065 -1.38703,1.474 -1.16699,2.54901 -0.20105,0.028 -0.33503,-0.10299 -0.38105,-0.28702 0.047,0.37803 -0.31201,0.85703 -0.26098,0.33402 -0.45301,0.393 -1.00202,0.66299 -1.37098,1.14801 -0.32605,0.42999 -0.62304,0.83697 -1.01605,1.21298 -0.15899,0.151 -0.79095,0.81799 -1.01794,0.54202 -0.14704,-0.178 -0.33405,-0.78802 -0.66602,-0.595 0.57196,-0.034 0.37201,0.685 0.48499,0.85999 0.10602,0.164 0.1,0.431 0.021,0.604 -0.036,0.091 -0.10199,0.14398 -0.19799,0.15698 0.073,0.13703 0.098,0.28202 0.073,0.43601 -0.062,0.75201 0.185,0.54401 0.57203,1.039 0.21698,0.27802 0.27899,0.60602 0.27496,0.95001 -0.004,0.133 -0.10797,1.16999 0.082,0.52799 -0.14502,0.56 0.22797,1.16501 0.284,1.737 0.035,0.34201 0.15698,0.70001 0.1,1.04602 -0.048,0.29098 -0.17401,0.61499 0.13904,0.81198 0.055,-0.366 0.04,-0.69699 0.28699,-1.00198 -0.006,0.113 0,0.91598 0.11902,0.24099 -0.066,0.388 -0.16303,0.771 -0.198,1.163 -0.031,0.35199 0.21899,0.66601 0.17395,1.00799 -0.12299,0.935 -0.79498,1.83701 -0.64398,2.83002 -0.087,-0.543 0.31201,0.016 0.33398,-0.453 0.35803,0.604 -0.33697,1.50598 -0.70801,1.932 -0.61499,0.70499 -1.54699,1.026 -2.40497,1.32898 -0.97198,0.34302 -1.95001,0.69901 -2.81701,1.263 -0.39099,0.25501 -0.79999,0.478 -1.01697,0.91401 -0.18701,0.37301 -0.28204,0.807 -0.76801,0.871 0.32398,-0.003 0.844,1.155 1.11701,0.453 -0.058,0.59399 0.25299,2.13199 -0.36005,2.08899 l -1.47998,-0.057 c 0.022,-0.487 -0.281,-1.03701 -0.203,-1.414 0.065,-0.31701 -0.089,-0.62402 -0.30402,-0.90701 -0.15796,-0.20899 -0.12194,-0.71399 0.043,-1.112 0.095,-0.22699 0.082,-1.039 0.092,-1.271 0.024,-0.57 0.019,-1.14001 0.062,-1.70901 0.039,-0.513 -0.079,-0.85599 -0.16101,-1.34598 -0.125,-0.73401 -0.625,-1.33401 -0.77697,-2.04901 -0.074,-0.345 -0.019,-0.70902 -0.079,-1.064 -0.084,-0.49499 -0.18402,-0.97 -0.31806,-1.45199 -0.0879,-0.31201 -0.22699,-0.219 -0.052,-0.45001 0.17505,-0.138 0.66602,-0.77701 0.87305,-0.98801 0.30798,-0.315 1.74096,-2.33099 2.11798,-2.05698 -0.38001,-0.49002 9.8e-4,-0.77401 0.11902,-1.263 0.074,-0.30002 -0.21802,-0.72 0.11297,-0.91702 0.45899,-0.27399 0.57898,-0.64798 0.83301,-1.12 0.10797,-0.20199 0.16699,-0.37298 0.24597,-0.59198 0.12403,-0.34402 0.0291,-0.608 0.046,-0.94302 -0.08,0.032 -0.15899,0.064 -0.23901,0.096 -0.17395,-0.34601 -0.297,-0.65799 -0.229,-0.85001 0.083,-0.233 0.37902,-0.42599 0.26702,-0.738 -0.095,-0.26798 -0.48101,-0.17298 -0.37298,-0.603 0.082,-0.32199 0.64496,-0.37399 0.599,-0.76498 -0.078,-0.67402 0.33996,-0.42102 0.29901,-0.862 -0.0341,-0.36502 -0.23804,-0.71201 -0.16901,-1.07901 0.0489,-0.258 0.21796,-0.54499 0.15399,-0.80301 -0.12701,-0.513 -0.084,-0.85999 -0.073,-1.41098 0.004,-0.17801 -0.092,-0.30802 -0.14203,-0.482 -0.072,-0.25201 0.17401,-0.681 0.216,-0.932 -0.349,0.098 -0.526,0.095 -0.711,-0.249 -0.17596,-0.324 -1.17798,-0.35202 -1.43896,-0.50201 -0.80304,-0.46301 -1.57202,-0.94501 -2.43604,-1.189 -0.276,-0.078 -1.14197,-0.053 -1.44397,-0.125 -0.48901,-0.117 -0.29199,-0.91101 -0.33801,-1.27499 -0.064,-0.53 -0.46399,-1.00202 -0.41699,-1.54202"
           id="path3462" /></g><g
         transform="matrix(3.1757337,0,0,3.1757337,-0.02195285,3.9026)"
         style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
         id="jp"><title
           id="title3052">Japan</title><path
           inkscape:connector-curvature="0"
           style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 740.45618,166.2854 c -0.076,0.11701 -0.12299,0.244 -0.14197,0.38201 0.16498,0.015 0.323,-0.01 0.47602,-0.072 -0.028,-0.18401 -0.14801,-0.29601 -0.33405,-0.31"
           id="path3482" /><path
           inkscape:connector-curvature="0"
           style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 741.17023,166.1904 c 0.014,0.17799 0.10999,0.265 0.28796,0.26199 0.22303,-0.045 0.11902,-0.36399 0.11902,-0.5 -0.051,0.194 -0.211,0.293 -0.40698,0.23801"
           id="path3484" /><path
           inkscape:connector-curvature="0"
           style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 743.88623,164.95239 c -0.18805,0.29001 0.19898,0.50501 0.43,0.33301 -0.198,-0.02 -0.35504,-0.155 -0.43,-0.33301"
           id="path3486" /><path
           inkscape:connector-curvature="0"
           style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 746.43219,160.61839 c -0.13397,0.11802 -0.078,0.19802 0.16901,0.23801 -0.057,-0.079 -0.11298,-0.158 -0.16901,-0.23801"
           id="path3496" /><path
           inkscape:connector-curvature="0"
           style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 748.93622,161.49941 c 0.32196,-0.11 0.20502,-0.834 0.39997,-1.08101 0.23699,-0.30001 0.84802,-0.59301 0.622,-1.062 -0.30896,0.058 -0.54595,0.79601 -0.88,0.381 0.045,0.351 0.15802,0.44301 -0.084,0.735 -0.20801,0.251 -0.28998,0.761 -0.058,1.02701"
           id="path3504" /><path
           inkscape:connector-curvature="0"
           style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 750.10022,157.6664 c 0.032,0.055 0.063,0.11101 0.096,0.16701 0.069,-0.07 0.125,-0.15001 0.16797,-0.239 -0.088,0.024 -0.17596,0.048 -0.26398,0.072"
           id="path3514" /><path
           inkscape:connector-curvature="0"
           style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 750.62519,156.2854 c -0.17896,0.20999 0.078,0.57401 0.33404,0.5 -0.087,-0.183 -0.198,-0.35 -0.33404,-0.5"
           id="path3516" /><path
           inkscape:connector-curvature="0"
           style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 751.05219,155.4514 c 0.039,0.11 0.11902,0.17301 0.23804,0.19 -0.079,-0.063 -0.159,-0.126 -0.23804,-0.19"
           id="path3518" /><path
           inkscape:connector-curvature="0"
           style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 752.00519,154.52339 c -0.24096,0.19301 -1.46997,0.74301 -0.69195,1.04702 0.48095,0.18798 0.17797,-0.17 0.31097,-0.40401 0.14203,-0.25099 0.69702,-0.262 0.38098,-0.64301"
           id="path3520" /><path
           inkscape:connector-curvature="0"
           style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 745.31519,136.85539 c -0.52997,0.11 -0.164,0.90001 0.19104,1 -0.18201,-0.28399 -0.117,-0.68399 -0.19104,-1"
           id="path3488" /><path
           inkscape:connector-curvature="0"
           style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 745.48023,138.1644 c -0.072,-0.14101 -0.18305,-0.181 -0.331,-0.119 0.074,0.553 0.52796,0.50399 0.331,0.119"
           id="path3490" /><path
           inkscape:connector-curvature="0"
           style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 745.52924,142.5464 c 0.0309,0.10601 0.07,0.20999 0.11896,0.31 0.15399,-0.103 0.32,-0.174 0.5,-0.215 -0.151,-0.285 -0.45002,-0.19999 -0.69202,-0.333 0.025,0.079 0.049,0.158 0.0731,0.238"
           id="path3492" /><path
           inkscape:connector-curvature="0"
           style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 746.26722,141.4984 c -0.032,-0.04 -0.064,-0.079 -0.096,-0.119 0.007,0.223 -0.12,0.554 0.21399,0.595 -0.077,-0.14901 -0.11701,-0.308 -0.11798,-0.476"
           id="path3494" /><path
           inkscape:connector-curvature="0"
           style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 747.00422,140.8074 c -0.055,-0.031 -0.10999,-0.063 -0.16498,-0.095 -0.067,0.161 -0.091,0.327 -0.073,0.5 0.17596,-0.065 0.28699,-0.212 0.23798,-0.405"
           id="path3498" /><path
           inkscape:connector-curvature="0"
           style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 747.00422,139.33141 c -0.072,0.008 -0.14301,0.016 -0.21399,0.024 0.053,0.18201 0.19195,0.28801 0.38299,0.21401 -0.056,-0.079 -0.11304,-0.15801 -0.169,-0.23799"
           id="path3500" /><path
           inkscape:connector-curvature="0"
           style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 747.64923,140.76041 c -0.10504,-0.084 -0.401,-0.084 -0.50305,0.003 -0.13696,0.116 0.22901,0.474 0.29303,0.54001 0.21198,0.21798 0.52198,0.22999 0.78998,0.33699 0.20801,0.083 0.23999,0.419 0.41901,0.54899 -0.14997,-0.077 -0.36096,0 -0.49897,-0.095 -0.156,-0.108 -0.18304,-0.34301 -0.31103,-0.47602 -0.45996,0.35701 0.52899,0.724 0.54901,1.09501 0.073,-0.13401 0.65503,-0.626 0.76502,-0.31701 0.06,0.168 -0.021,0.459 0.28796,0.39101 0.341,-0.076 0.042,-0.972 -0.50397,-0.62199 0.17597,-0.32601 -0.10303,-0.61602 -0.33398,-0.80901 0.37195,-0.533 1.14099,0.53799 1.362,0.85001 0.32995,0.46598 0.64099,1.09799 0.31299,1.683 -0.19605,0.34799 -0.46204,0.25898 -0.305,0.72599 0.082,0.24401 0.20301,0.428 0.34198,0.64 0.10498,0.16201 0.784,1.211 0.14301,0.982 0.24896,0.264 0.40698,0.44999 0.78699,0.488 0.19,0.02 0.27099,0.24401 0.47601,0.20301 0.297,-0.06 0.079,-0.29601 -0.051,-0.36801 -0.29199,-0.159 -0.53198,-0.74399 -0.31201,-1.044 0.25403,-0.346 0.75604,0.297 0.198,0.126 0.10004,0.283 0.34003,0.475 0.47302,0.738 0.16199,0.321 0.095,0.636 0.073,0.976 0.36798,-0.14799 0.53803,-0.50301 0.85699,-0.714 -0.65795,-0.43599 -0.20599,-0.603 0.33405,-0.334 0.37897,-0.73799 -0.27704,-1.81301 -0.22302,-2.62 0.009,-0.145 -0.11701,-0.753 -0.048,-0.86999 0.21704,-0.36402 0.62903,-0.75901 0.056,-1.03301 0.053,-0.082 0.10901,-0.16099 0.16797,-0.23801 -0.34997,0.016 -0.37695,-0.22698 -0.58795,-0.42099 -0.25903,-0.236 -0.677,-0.061 -0.93603,-0.318 0.37402,-0.18 0.47399,-0.806 0.054,-0.999 -0.58502,-0.26899 -1.08398,0.64901 -1.64502,-0.15699 -0.32196,-0.46401 -0.098,-0.683 -0.71795,-0.60701 -0.43805,0.054 -1.03101,0.399 -0.71705,0.95401 -0.58496,-0.022 -0.32995,0.015 -0.71099,0.42799 -0.24897,-0.571 -0.41401,0.011 -0.33497,0.33301"
           id="path3502" /><path
           inkscape:connector-curvature="0"
           style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 749.05121,143.3084 c 0.033,0.248 0.18701,0.457 0.26502,0.69 0.958,-0.525 -0.50299,-1.20599 -0.26502,-0.69"
           id="path3506" /><path
           inkscape:connector-curvature="0"
           style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 749.05121,145.4984 c 0.20502,0.055 0.245,-0.024 0.11902,-0.23799 -0.039,0.079 -0.079,0.15899 -0.11902,0.23799"
           id="path3508" /><path
           inkscape:connector-curvature="0"
           style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 749.65021,139.0454 c 0.037,-0.46399 0.67499,0.035 1.05402,-0.098 0.77697,-0.27301 1.28796,-0.084 1.992,0.33699 -0.25604,-0.19999 -0.42804,-1.44299 0.046,-1.47699 0.26502,-0.019 0.39203,0.32399 0.62799,0.394 0.17005,0.049 0.94605,-0.345 1.065,-0.46499 0.004,0.12199 0.054,0.19499 0.15705,0.21899 0.068,-0.085 0.079,-0.18201 0.032,-0.28999 0.19501,0.13899 0.42798,0.091 0.40698,-0.19101 0.26905,0.162 0.49604,-0.151 0.78205,-0.046 0.41497,0.15098 0.70099,-0.41901 0.23999,-0.263 0.445,-0.11602 0.83801,-0.40001 1.29199,-0.47701 0.50397,-0.085 0.88898,0.38699 1.34399,0.299 0.33802,-0.066 0.71601,-0.387 0.96601,0.053 0.20697,0.36499 -0.20502,0.80799 -0.50702,0.95799 0.25903,0.19501 0.47503,0.465 0.44201,0.81 -0.037,0.388 0.42499,0.56401 0.70002,0.70201 0.29797,0.14898 0.39398,0.51199 0.71795,0.62999 0.24604,0.09 0.47101,0.238 0.72602,0.304 0.29998,0.077 0.47198,-1.252 0.526,-1.446 0.052,-0.18401 0.019,-0.621 0.17804,-0.75701 0.31195,-0.26599 0.75695,-0.046 1.09198,-0.21899 -0.30103,-0.38499 -0.526,-0.617 -0.97602,-0.826 -0.54901,-0.25499 -0.349,-0.504 -0.35699,-0.993 -0.003,-0.21899 0.203,-0.636 0.40002,-0.21899 0.11396,0.24398 0.051,0.81498 0.47998,0.72799 -0.15002,-0.13099 -0.19,-0.29001 -0.11902,-0.47599 0.14203,0.636 0.91401,0.075 1.04902,0.57199 -0.18299,0.048 -0.318,0.182 -0.31098,0.38 0.80799,-0.475 1.76196,-0.175 2.61896,-0.047 -0.56,-0.533 0.367,-2.07499 1.07501,-1.21501 -0.089,0.03 -0.177,0.062 -0.26501,0.095 0.19604,0.28402 0.14203,0.88701 0.52099,1.02501 0.41101,0.15 0.48804,-0.488 0.46204,-0.744 -0.032,-0.327 -0.35101,-0.532 -0.38403,-0.85899 -0.068,-0.68201 1.08905,-0.14901 1.28302,0.055 0.18902,-0.30299 -0.78803,-0.864 -0.14197,-1 -0.35803,-0.431 0.97699,-0.60899 0.60797,0.203 -0.095,0.20799 -0.133,1.459 0.23498,1.554 0.14203,0.036 0.95905,-0.748 0.96302,-0.92601 0.006,-0.27899 -0.20301,-0.46699 -0.21302,-0.72699 -0.015,-0.41099 0.40503,-0.55999 0.69202,-0.724 -0.77399,-0.501 -1.31799,-1.24501 -1.57599,-2.12899 -0.094,-0.32201 -0.13501,-0.68401 -0.12799,-1.02001 0.004,-0.205 0.039,-0.192 0.20697,-0.269 0.151,-0.07 0,-0.21 -0.005,-0.32 -0.052,-0.96199 -0.86597,-1.721 -1.336,-2.48799 -0.54999,-0.89901 -0.12,-1.70601 0.88598,-1.06002 -0.36999,-0.39799 -1.08496,-2.05899 -0.33398,-2.21399 -0.263,-0.21299 -0.056,-0.625 -0.24402,-0.891 -0.15198,-0.215 -0.138,-0.471 -0.32397,-0.7 -0.21002,-0.25999 -0.305,-0.601 -0.52301,-0.86999 -0.19599,-0.24102 -0.396,-0.34601 -0.55298,-0.614 -0.336,-0.57401 -1.09601,-0.85302 -1.586,-1.27301 -0.638,-0.549 -1.104,-1.467 -1.31702,-2.271 -0.35901,0.327 -1.21496,-0.528 -1.43701,-0.16 -0.328,0.541 0.802,1.279 0.961,0.51699 0.36902,0.17402 0.76202,0.74001 0.49902,1.14301 -0.23303,-0.14999 -0.48401,-0.27 -0.737,-0.381 0.10401,0.167 0.10401,0.333 0,0.5 -0.39801,-0.098 -0.52697,-0.53 -0.76397,-0.809 -0.24903,-0.29399 -0.60102,-0.17999 -0.88001,-0.40599 -0.007,0.34599 0.70398,1.07199 0.39301,1.34099 -0.16004,0.138 -0.73505,0.28401 -0.40503,0.61599 0.25403,0.25402 0.73999,0.59301 0.849,0.92401 0.097,0.29599 0.10998,1.006 -0.38397,0.667 0.0959,0.335 0.26898,0.28601 0.54595,0.285 0.37,-0.001 0.64405,0.41701 0.81,0.69099 0.42902,0.707 0.56,1.93601 0.44605,2.74001 -0.088,0.623 0.526,1.71201 -0.14002,2.08 -0.76202,0.42 -0.37903,1.15199 -0.763,1.86299 -0.31701,0.58701 -1.01703,0.61701 -1.52704,0.95601 -0.31799,0.211 -0.71698,1.192 -1.18798,0.368 -0.12702,-0.224 -0.081,-0.53 -0.40101,-0.58901 -0.19195,-0.035 -0.41595,-0.41299 -0.15899,-0.36699 0.53802,0.095 0.33099,-0.77101 0.42199,-0.931 -0.375,-0.10501 -1.013,0.23 -1.13299,0.6 -0.16498,0.511 0.73804,1.117 0.62103,1.777 -0.093,0.529 -0.328,0.855 -0.64203,1.26599 -0.52496,0.68702 0.57202,1.086 0.53504,1.66701 -0.43805,-0.363 -0.0891,0.24899 -0.52204,0.095 0.16498,0.775 -1.354,-0.112 -0.85699,0.428 -0.14398,-0.092 -0.47699,-0.10199 -0.51398,-0.31 -0.042,-0.231 0.12299,-0.586 -0.27704,-0.47299 -0.17199,0.048 -0.31897,0.15599 -0.48797,0.20698 -0.41699,0.125 -0.86304,-0.005 -1.25904,0.19602 -0.27697,0.14099 -0.53198,0.23298 -0.84198,0.27598 -0.294,0.04 -0.90496,-0.14099 -1.12896,0.009 -0.31604,0.21299 -0.44202,0.062 -0.73206,-0.10199 -0.32599,-0.18502 -0.89099,0.17399 -1.19195,0.29199 0.52996,0.59399 -1.57599,2.21699 -1.732,2.668 -0.164,0.475 -1.14203,0.058 -1.12903,0.524 0.011,0.37199 0.31,0.8 0.48401,1.118"
           id="path3510" /><path
           inkscape:connector-curvature="0"
           style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 749.6012,143.23641 c 0.06,0.30099 0.48901,0.052 0.49902,-0.16701 -0.19104,-0.062 -0.38104,0.01 -0.49902,0.16701"
           id="path3512" /><path
           inkscape:connector-curvature="0"
           style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 752.19623,132.7594 c -0.211,-0.027 -0.24304,0.061 -0.096,0.26199 0.032,-0.087 0.064,-0.17399 0.096,-0.26199"
           id="path3522" /><path
           inkscape:connector-curvature="0"
           style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 752.29224,148.9984 c -0.42206,0.075 -0.077,0.559 0.17499,0.608 0.49597,0.097 0.14697,-0.554 -0.17499,-0.608"
           id="path3524" /><path
           inkscape:connector-curvature="0"
           style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 752.43421,132.1884 c -0.193,0.097 -0.219,0.37399 0.024,0.429 0.39405,0.089 0.18,-0.351 -0.024,-0.429"
           id="path3526" /><path
           inkscape:connector-curvature="0"
           style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 753.26819,139.1174 c -0.078,-0.15201 -0.406,0.066 -0.47595,0.095 0.16296,-0.007 0.32196,-0.038 0.47595,-0.095"
           id="path3528" /><path
           inkscape:connector-curvature="0"
           style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 753.03022,138.0934 c -0.27802,0.099 -0.25501,0.17799 0.069,0.23801 -0.023,-0.079 -0.046,-0.15902 -0.069,-0.23801"
           id="path3530" /><path
           inkscape:connector-curvature="0"
           style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 753.79023,139.9034 c -0.17005,0.392 -0.62604,0.49099 -0.87903,0.809 0.29901,0.021 0.48401,-0.25399 0.737,-0.35701 0.055,0.138 0.16504,0.55501 0.37103,0.539 0.26801,-0.02 0.37299,0.17402 0.009,0.24701 0.271,0.089 0.27002,0.82599 0.63404,0.777 0.32098,-0.043 0.37097,0.339 0.62896,0.43699 0.25598,0.097 0.52204,-0.055 0.73804,0.16701 -0.49701,-0.345 -0.19806,-1.291 0.004,-1.71899 0.51703,-1.09601 1.42297,-0.30101 2.09198,0.12298 0.069,-0.25099 -0.006,-0.51098 0.07,-0.76098 0.09,-0.29902 0.37299,-0.49001 0.53003,-0.75101 0.14997,-0.248 -0.48602,-0.90801 -0.50299,-1.25 -0.55499,0.115 -0.92004,-0.265 -1.43499,-0.358 -0.43006,-0.077 -0.80304,0.49701 -1.11506,0.311 0.43702,0.38899 0.22004,0.65399 -0.26196,0.786 -0.69,0.188 -0.604,-0.276 -1.23602,-0.381 -0.056,0.316 -0.042,1.274 -0.38397,1.381"
           id="path3532" /><path
           inkscape:connector-curvature="0"
           style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 753.26819,138.35539 c -0.22699,0.13201 -0.07,0.293 0.14203,0.23801 -0.048,-0.079 -0.095,-0.159 -0.14203,-0.23801"
           id="path3534" /><path
           inkscape:connector-curvature="0"
           style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 753.26819,147.9034 c -0.26898,0.138 -0.23797,1.35901 0.16504,1.21499 -0.16699,-0.39199 0.042,-0.83099 -0.16504,-1.21499"
           id="path3536" /><path
           inkscape:connector-curvature="0"
           style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 754.29023,138.0224 c -0.18305,-0.035 -0.18305,0.044 0,0.23801 v -0.23801"
           id="path3538" /><path
           inkscape:connector-curvature="0"
           style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 756.19818,106.3054 c -0.151,-0.027 0.297,0.3 0.38001,0.333 -0.059,-0.171 -0.19995,-0.3 -0.38001,-0.333"
           id="path3540" /><path
           inkscape:connector-curvature="0"
           style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 757.19721,137.35539 c -0.17902,-0.098 -0.331,-0.018 -0.42999,0.14301 0.16101,0.151 0.59301,0.211 0.42999,-0.14301"
           id="path3542" /><path
           inkscape:connector-curvature="0"
           style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 756.98218,106.8774 c -0.021,0.292 0.28601,0.43 0.49902,0.238 -0.14196,-0.129 -0.30902,-0.209 -0.49902,-0.238"
           id="path3544" /><path
           inkscape:connector-curvature="0"
           style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 757.71918,106.3054 c 0.20703,0.338 0.25702,0.732 0.56403,1.008 0.458,0.412 0.99603,0.842 1.27301,1.405 0.24298,0.494 0.526,1.049 0.71301,1.564 0.17895,0.491 -0.33099,0.69 0.02,1.114 0.362,0.436 1.20404,1.467 0.036,1.331 -0.52698,-0.061 -1.12201,-0.503 -1.62598,-0.489 -0.31103,0.008 0.043,0.487 0.14398,0.555 0.28699,0.194 0.57203,0.294 0.51001,0.712 -0.112,0.752 -0.94799,0.323 -0.60101,1.31501 0.26404,0.75199 1.04401,0.71499 1.51099,1.25698 0.29504,0.34301 0.13904,0.85201 0.39801,1.23601 0.414,0.612 0.55603,0.205 1.03698,0.017 -0.32696,-0.257 0,-0.57201 0.29303,-0.627 0.078,-0.015 1.08503,0.259 0.83301,-0.162 -0.17901,-0.299 -0.849,-0.467 -1.13702,-0.668 -0.42096,-0.29401 -0.98596,-0.247 -1.42096,-0.549 -0.24402,-0.169 -0.41205,-0.53399 -0.25104,-0.821 0.15802,-0.28199 0.62403,-0.022 0.815,0.076 0.24903,0.12801 0.46204,0.36501 0.71503,0.46601 0.26801,0.10701 0.60095,-0.515 0.849,-0.657 0.81799,-0.468 1.92297,0.58301 2.65601,0.84801 0.53094,0.19099 1.62994,0.89999 2.19397,0.83299 0.34399,-0.041 0.16198,-0.399 0.066,-0.58299 -0.23199,-0.44201 -0.28295,-0.77201 -0.091,-1.25701 0.40601,-1.022 1.03705,-1.052 2.026,-0.804 -0.44098,-0.557 1.03406,0.073 0.54901,-0.572 0.232,-0.099 0.48304,-0.168 0.737,-0.119 -0.031,-0.21 0.092,-0.38 0.284,-0.452 -0.315,-0.363 -0.29895,0.114 -0.52399,0.223 -0.13696,0.066 -0.38299,-0.227 -0.42999,-0.269 -0.10797,-0.096 -0.98297,-0.916 -0.33197,-0.621 -0.46204,-0.208 -0.99103,-0.31 -1.08801,-0.895 -0.063,-0.383 0.043,-1.109 -0.41004,-1.296 -0.068,0.376 -0.16998,1.029 -0.60101,1.166 -0.51794,0.166 -1.32098,-0.64 -1.61499,-0.308 -0.091,-0.288 -0.30298,-0.269 -0.54797,-0.226 -0.34101,0.059 -0.40699,-0.195 -0.69001,-0.304 -0.88098,-0.339 -1.68499,-0.633 -2.50598,-1.134 -0.94604,-0.577 -1.82702,-1.25 -2.77099,-1.832 -0.30805,-0.191 -0.69104,-0.527 -1.05506,-0.6 -0.26098,-0.052 -0.23999,0.338 -0.526,0.119"
           id="path3546" /><path
           inkscape:connector-curvature="0"
           style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 758.67218,137.2834 c -0.35894,-0.019 -0.58899,0.711 -0.32696,0.928 0.48498,0.402 0.30701,-0.799 0.32696,-0.928"
           id="path3548" /><path
           inkscape:connector-curvature="0"
           style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 758.31421,115.4254 c -0.008,0.19099 0.097,0.289 0.28803,0.26199 0.0149,-0.20098 -0.082,-0.30999 -0.28803,-0.26199"
           id="path3550" /><path
           inkscape:connector-curvature="0"
           style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 762.12421,126.59239 c -0.255,0.089 -0.55603,0.63501 -0.203,0.79502 0.31402,0.14199 0.25403,0.237 0.203,0.58699 0.39099,-0.012 0.56702,-0.373 0.37097,-0.70101 -0.067,-0.065 -0.14599,-0.10798 -0.237,-0.129 -0.125,-0.067 -0.085,-0.429 -0.13397,-0.552"
           id="path3552" /><path
           inkscape:connector-curvature="0"
           style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 768.91022,136.5934 c -0.095,0.215 -0.023,0.295 0.21497,0.23801 -0.065,-0.085 -0.13697,-0.164 -0.21497,-0.23801"
           id="path3556" /></g><g
         transform="matrix(3.1757337,0,0,3.1757337,-0.02195285,3.9026)"
         style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
         id="nz"><title
           id="title3084">New Zealand</title><path
           inkscape:connector-curvature="0"
           style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 801.7472,380.20439 c -0.16602,-0.27899 -1.38398,0.45401 -1.33301,0.76102 0.17401,-0.083 0.47705,0.045 0.586,-0.10202 0.23199,-0.31299 0.39105,-0.46698 0.74701,-0.659"
           id="path3560" /><path
           inkscape:connector-curvature="0"
           style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 813.98621,369.96541 c 0.62402,0.31299 0.37701,-1.14002 -0.24103,-0.39801 -0.44195,0.531 -0.80096,1.01001 -1.49798,1.255 0.22003,0.15201 0.98303,-0.125 1.242,-0.194 0.18799,-0.05 0.53003,0.01 0.66003,-0.17501 0.211,-0.305 -0.18701,-0.417 -0.401,-0.29599 0.079,-0.064 0.159,-0.128 0.23798,-0.19199"
           id="path3564" /><path
           inkscape:connector-curvature="0"
           style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 812.58118,367.46541 c 0.27002,-0.069 0.52405,-0.19202 0.76404,-0.33402 -0.036,0.31501 -0.42304,0.25101 -0.526,0.52601 0.289,-0.004 0.44201,-0.314 0.737,-0.288 -0.31,0.089 -0.805,0.32599 -0.90302,0.668 0.401,0.04 1.04199,0.33402 1.40802,0.067 0.41998,-0.306 0.89899,-0.1 0.58997,0.45602 0.23901,0.016 0.49499,-0.172 0.73004,-0.10001 0.38098,0.116 -0.023,0.465 -0.012,0.69501 0.19403,-0.104 0.71502,-0.13101 0.93298,-0.098 0.17999,0.027 0.039,0.284 0.32904,0.28702 0.815,0.009 1.54199,-0.37 2.31097,-0.57401 0.146,-0.039 0.40003,-0.34799 0.56104,-0.42599 0.35797,-0.17301 0.76898,-0.24802 1.09997,-0.47501 0.30597,-0.20901 0.53699,-0.492 0.91102,-0.587 0.33398,-0.086 0.75799,-0.025 0.971,-0.362 -0.164,0.062 -0.33001,0.117 -0.49902,0.165 0.90997,-0.414 1.547,-1.27899 2.33099,-1.872 0.36701,-0.279 0.79804,-0.46399 1.14801,-0.767 0.40003,-0.344 0.659,-0.814 1.04499,-1.16999 0.70898,-0.656 1.61499,-0.93902 2.48901,-1.29901 0.44098,-0.181 0.974,-0.27499 1.38898,-0.496 0.27801,-0.14899 0.73303,-0.64099 1.02704,-0.25299 -0.16401,0.069 -0.331,0.13199 -0.5,0.189 0.40295,-0.17902 0.88,0.186 1.237,0.049 0.80096,-0.30298 0.21899,-0.56699 -0.21204,-0.737 0.41205,-0.10199 0.48303,-0.71598 0.78204,-0.96198 0.51496,-0.423 1.24897,-0.62201 1.83399,-0.93902 0.52496,-0.284 0.91198,-0.68799 1.367,-1.06199 0.38599,-0.31701 0.83496,-0.46899 1.26898,-0.70001 0.33399,-0.17798 0.526,-0.33099 0.74701,-0.61899 0.28699,-0.37301 0.79901,-0.479 1.16797,-0.74499 0.427,-0.30802 0.25501,-0.935 0.62305,-1.271 0.38,-0.34701 1.01898,-0.33301 1.30499,-0.79901 -0.156,0.18701 -1.03802,0.65399 -1.237,0.357 0.34998,-0.066 1.10297,-0.18799 1.04798,-0.69101 -0.38196,0.011 -0.375,0.268 -0.65796,0.349 -0.16205,0.047 -0.64301,0.34002 -0.082,0.22302 -0.255,0.028 -0.48797,0.143 -0.73797,0.19198 0.21796,-0.12899 0.98895,-0.63098 0.453,-0.64498 0.211,-0.047 0.40198,-0.176 0.54596,-0.33402 -0.47296,0.081 -0.85998,0.38001 -1.31,0.526 -0.42596,0.13703 -0.84198,0.65402 -1.33197,0.47601 0.185,-0.375 0.82801,-0.928 0.737,-1.38201 -0.12402,0.065 -0.70898,0.151 -0.599,-0.159 0.15796,-0.44299 0.71302,-0.63199 1.12397,-0.53299 -0.62,-0.31601 -2.01099,0.43799 -2.49799,0.85901 -0.30597,0.263 -0.52899,0.6 -0.77496,0.91598 -0.33704,0.43402 -0.76502,0.707 -1.19202,1.043 -0.43402,0.34 -0.83899,0.427 -1.35101,0.581 -0.47498,0.143 -0.79199,0.57501 -1.11298,0.927 -0.76105,0.83502 -1.59601,1.54602 -2.56903,2.12601 -0.422,0.25201 -0.841,0.42001 -1.31,0.55999 -0.52496,0.15702 -0.96997,0.5 -1.46301,0.733 -1.06,0.50101 -2.07898,0.96402 -3.16699,1.40201 -1.03101,0.41501 -2.12702,0.64099 -3.11096,1.16501 -0.40204,0.21399 -1.94403,0.815 -1.737,1.42798 -0.15802,-0.57498 -0.89002,0.21402 -1.14905,0.30701 -0.27796,0.10101 -1.216,0.436 -1.06598,0.742 -0.23602,-0.091 -0.53601,0.068 -0.72498,0.19501 -0.20501,0.138 -0.591,0.39999 -0.13201,0.39999 -0.378,0.008 -0.27503,0.443 -0.52601,0.61899 0.232,-0.25098 0.19202,-0.315 -0.11798,-0.19199 0.028,-0.139 -0.073,-0.47799 -0.19201,-0.21701 -0.11798,0.25901 -0.52002,0.422 -0.784,0.60001 0.26898,0.067 0.50702,-0.084 0.76398,-0.12201 -0.25098,0.10602 -0.51398,0.18002 -0.76398,0.28702 0.16602,0.051 0.33301,0.051 0.49896,0 -0.16699,0.077 -0.34094,0.13299 -0.52197,0.16598 0.67999,0.12101 -0.45801,0.30802 -0.62799,0.33701 -0.35101,0.06 -0.73303,0.17901 -0.77704,0.59201"
           id="path3566" /><path
           inkscape:connector-curvature="0"
           style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 840.87018,352.44139 c -0.27099,0.13202 -0.612,0.25302 -0.66797,0.59601 0.31098,-0.066 0.52503,-0.33099 0.66797,-0.59601"
           id="path3568" /><path
           inkscape:connector-curvature="0"
           style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 841.6532,354.0854 c -0.027,0.167 -0.058,0.33301 -0.092,0.499 0.20001,-0.11499 0.43799,-0.087 0.64099,-0.19199 0.048,0.202 -0.008,0.37 -0.16803,0.50299 0.44702,0.371 1.36402,-0.31799 1.73902,-0.539 0.841,-0.49399 1.54199,-1.02399 2.30798,-1.63101 0.33203,-0.26398 0.72504,-0.64398 1.14301,-0.75498 0.34899,-0.093 0.51001,-0.46502 0.78503,-0.665 0.34399,-0.249 0.71698,-0.374 1.039,-0.67502 0.39197,-0.36499 0.72601,-0.79099 1.13098,-1.142 -0.71496,-0.14099 0.57001,-1.12698 0.76099,-1.254 0.43903,-0.29098 2.17999,-0.89599 1.85803,0.13602 0.58801,-0.36801 0.58399,-1.20902 1.22498,-1.56302 0.22802,-0.12598 0.49304,-0.16599 0.72503,-0.28198 0.41297,-0.206 0.59699,-0.53302 0.87897,-0.874 0.42304,-0.51202 0.78699,-1.14102 1.31,-1.53701 0.26599,-0.19999 0.22504,-0.42301 -0.068,-0.57901 -0.38599,-0.207 -0.96198,0.17202 -1.28998,0.35101 -0.81604,0.44699 -1.56702,1.18201 -2.55103,0.75699 -0.24402,-0.10498 -1.58002,-0.75199 -1.61096,-1.01099 -0.022,-0.18701 1.11694,-2.28 0.57098,-2.14499 0.16101,-0.14801 0.34797,-0.26901 0.54902,-0.35702 -0.18805,0.006 -0.37104,0.038 -0.54902,0.097 0.058,-0.25699 0.11402,-0.52801 -0.046,-0.76501 -0.22998,0.093 -0.19598,0.14102 -0.138,0.32001 0.071,0.21402 -0.255,0.46701 -0.33801,0.63299 -0.19501,0.38602 -0.18695,1.05701 -0.73297,1.142 -0.28198,0.043 -0.027,-0.547 -0.018,-0.66699 0.027,-0.34299 -0.92999,-0.39701 -1.15399,-0.35599 0,-0.03 0.36701,-0.259 0.45801,-0.423 0.14398,-0.258 0.216,-0.448 0.39099,-0.69101 0.13001,-0.181 0.53998,-0.28 0.41699,-0.54999 -0.13,-0.28601 -0.34802,-0.85102 -0.076,-1.121 -0.15502,-0.011 -0.29101,-0.058 -0.22699,-0.219 0.099,-0.254 0.42499,0.047 0.56098,0.146 0.21301,-0.564 0.32202,-1.15601 0.30798,-1.759 -0.15698,0.04 -0.315,0.056 -0.47595,0.046 0.04,0.087 0.08,0.17401 0.11896,0.26199 -0.086,0.024 -0.17298,0.032 -0.26197,0.023 0.048,-0.19599 -0.048,-0.573 0.28498,-0.52301 -0.32501,-0.045 -0.38098,-0.80399 -0.73798,-0.284 0.24201,-0.37298 -1.05005,-0.46298 -0.33404,-0.595 -0.32599,-0.125 -0.44397,0.289 -0.66401,0.426 0.21802,-0.29499 0.091,-1.163 -0.05,-1.47498 0.19201,0.027 0.33899,-0.089 0.406,-0.26102 -0.17901,0.052 -0.92596,0.038 -0.927,0.23102 0,0.22998 0.125,0.44898 0.17304,0.67099 0.081,0.37399 0.25897,1.349 -0.39002,1.31 0.087,0.31698 0.097,0.64999 0.11902,0.97601 0.17596,-0.33902 0.74597,-0.27002 0.81,-0.68802 0.016,0.52002 -0.72901,0.374 -0.77503,0.931 -0.064,0.75702 0.37201,1.44101 0.18,2.23401 0.47601,0.089 0.35199,-0.491 0.28399,-0.76102 0.18604,0.05 0.32703,0.19703 0.38001,0.38001 -0.03,-0.50299 0.27099,-0.009 0.526,-0.284 -0.22302,0.096 -0.422,0.21201 0,0.30802 -0.133,0.091 -0.29901,0.069 -0.435,0.14798 -0.14001,0.082 -0.14099,0.40701 0.19702,0.16201 -0.20001,0.21601 -0.22302,0.52601 -0.42999,0.73801 -0.11804,-0.147 -0.16504,-0.31302 -0.14203,-0.5 -0.41199,0.103 -0.28101,1.25699 -0.40399,1.57099 0.24298,0.035 0.67901,-0.35199 0.80902,0 0.09,0.247 -0.49701,0.55899 -0.57105,0.14099 -0.18701,0.113 -0.53399,0.77002 -0.11895,0.81002 -0.25305,0.083 -0.35706,0.37998 -0.42401,0.60898 -0.037,0.13602 -0.072,0.27301 -0.10602,0.409 -0.081,0.28101 -0.26599,0.26202 -0.39502,0.48401 -0.11298,0.19501 -0.14795,0.55099 -0.28797,0.71399 -0.088,0.003 -0.177,0.003 -0.26501,0 -0.17999,0.15902 -0.34399,0.33902 -0.50098,0.52102 -0.47802,0.55399 -0.80401,1.31199 -1.42505,1.72599 -0.59796,0.39901 -1.43298,0.31799 -2.07495,0.703 -0.27502,0.16501 -0.51202,0.41299 -0.544,0.75 -0.036,0.379 0.42297,0.39999 0.62799,0.59799 0.307,0.297 0.34198,0.55002 0.79297,0.706 0.445,0.152 0.518,0.56402 0.36505,0.97 -0.31201,0.82602 -1.11103,1.37301 -1.789,1.88101 -0.276,0.207 -0.50202,0.582 -0.84504,0.686 -0.333,0.103 -0.74096,0.30899 -0.91699,0.62699 0.21198,0.096 0.39398,-0.015 0.47699,-0.215"
           id="path3570" /><path
           inkscape:connector-curvature="0"
           style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 850.94019,341.2274 c -0.14899,0.037 -0.29199,0.092 -0.427,0.16501 0.19,0.11698 0.36004,0.04 0.427,-0.16501"
           id="path3572" /><path
           inkscape:connector-curvature="0"
           style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 852.63019,339.24941 c -0.31799,0.156 -0.42297,0.91299 -0.21197,0.79898 0.20501,-0.10999 0.14196,-0.60999 0.21197,-0.79898"
           id="path3574" /><path
           inkscape:connector-curvature="0"
           style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 855.27619,361.8694 c -0.013,0.112 -0.013,0.22299 0,0.33399 0.23804,-0.096 0.47302,-0.21198 0.737,-0.21399 -0.23297,-0.24201 -0.059,-1 0.33404,-0.61899 -0.071,0.088 -0.15002,0.16699 -0.23803,0.23898 0.22601,-0.194 0.47003,-0.36899 0.737,-0.5 -0.43396,0.103 -1.21998,-0.284 -1.45197,0.284 0.16998,-0.058 0.336,-0.05 0.49896,0.023 -0.099,0.26199 -0.35498,0.40399 -0.617,0.453"
           id="path3576" /><path
           inkscape:connector-curvature="0"
           style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 855.56018,362.7264 c 0.15302,-0.048 0.22504,-0.052 0.26105,-0.23801 -0.09,0.076 -0.177,0.155 -0.26105,0.23801"
           id="path3578" /></g><g
         transform="matrix(3.1757337,0,0,3.1757337,-0.02195285,3.9026)"
         style="fill:#510000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
         id="cu"><title
           id="title3778">Cuba</title><path
           inkscape:connector-curvature="0"
           style="fill:#510000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 225.4702,173.5004 c 0.459,-0.166 0.944,-0.595 1.45301,-0.33299 0.167,-0.37601 -0.30001,-0.69301 0.032,-1.06202 0.26801,-0.29899 0.69701,-0.74899 1.02701,-0.96899 0.392,-0.26 0.898,-0.358 1.33901,-0.50301 0.37899,-0.12399 0.722,-0.37399 1.13199,-0.36499 0.852,0.019 1.563,-0.41501 2.40499,-0.47799 0.39101,-0.029 0.86301,-0.057 1.23301,0.1 0.085,0.035 0.18701,0.099 0.18901,0.205 0.30799,-0.146 0.65199,-0.194 0.95298,-0.357 -0.49398,0.12999 0.045,0.407 0.31301,0.31 0.24701,-0.089 0.992,-0.098 1.078,0.043 0.136,0.22099 0.50101,0.549 0.78999,0.46201 0.33802,-0.10201 0.78801,0.28898 1.08101,0.042 -0.068,0.083 -0.132,0.171 -0.19,0.26201 0.54601,0.14299 0.439,0.39898 0.817,0.77099 0.494,0.487 0.719,0.366 1.37,0.426 0.62201,0.057 0.86399,0.337 1.361,0.63701 0.189,0.114 0.457,0.086 0.585,0.29899 0.11801,0.19699 0.272,0.55001 0.53399,0.27201 -0.098,0.29199 0.13901,0.49299 0.40901,0.51799 0.314,0.028 0.41201,0.306 0.687,0.41 -0.115,-0.228 -0.19299,-0.52299 -0.477,-0.595 0.257,0.057 1.087,0.379 0.953,0.76201 -0.17101,-0.023 -0.338,-0.063 -0.5,-0.11901 0.116,0.15101 0.162,0.318 0.26201,0.476 0.364,-0.625 0.47499,0.089 0.90399,0.096 -0.058,0.083 -0.122,0.162 -0.19,0.238 0.15699,-0.092 0.324,-0.116 0.5,-0.072 -0.033,0.087 -0.065,0.17401 -0.095,0.262 0.18,0.035 0.339,0.11499 0.47599,0.238 -0.034,-0.646 0.881,0.104 1.067,0.236 0.24402,0.172 0.46701,-0.035 0.728,-0.059 0.42301,-0.039 0.57401,0.54699 0.11002,0.60901 0.087,0.048 0.17398,0.095 0.26199,0.14299 -0.199,0.062 -0.375,0.19101 -0.5,0.35701 0.67899,0.14499 1.83099,-0.10102 2.371,0.36599 0.45801,0.39499 0.581,0.80899 1.21799,0.898 0.754,0.104 -0.241,0.63 -0.551,0.666 -0.094,0.011 -1.70999,0.442 -1.74398,0.38901 0.012,-0.084 0.056,-0.151 0.134,-0.20002 -0.29901,0 -0.28201,0.38201 -0.793,0.33201 -0.54501,-0.053 -1.05402,-0.24801 -1.60702,-0.27199 -1.38599,-0.06 -2.78199,0.46199 -4.17099,0.41699 0.02,-0.735 0.93099,-0.911 1.41,-1.26801 0.282,-0.20999 0.455,-0.40799 0.179,-0.63499 -0.20599,-0.17 0.084,-0.71201 -0.41499,-0.59 -0.93302,0.23 -1.875,0.058 -2.40801,-0.804 -0.192,-0.309 -0.158,-0.71901 -0.212,-1.065 -0.025,-0.159 -0.064,-0.33 -0.17,-0.457 -0.125,-0.151 -0.401,-0.089 -0.123,-0.229 -0.426,-0.204 -0.849,0.11399 -1.262,0.154 -0.429,0.043 -0.793,-0.35699 -1.18699,-0.42801 -0.38501,-0.07 -0.62101,-0.007 -0.83,-0.25999 -0.33201,-0.401 -0.77302,-0.37801 -0.84002,-1.01399 -0.073,0.53199 -1.68699,0.37399 -1.71399,-0.33301 -0.095,0.153 -0.14199,0.32001 -0.14399,0.5 -0.14301,-0.005 -0.25601,-0.066 -0.33602,-0.18199 -0.20399,-0.20601 -0.528,-0.12801 -0.78199,-0.12801 -0.419,0 -0.781,-0.24699 -1.072,-0.524 0.222,-0.244 0.648,-0.11701 0.933,-0.16499 0.424,-0.071 0.396,-0.5 0.027,-0.62401 -0.726,-0.24401 -2.09501,-0.267 -2.75,0.164 -0.40599,0.267 -0.868,0.563 -1.194,0.925 -0.305,0.338 -0.521,0.085 -0.88199,0.235 -0.20601,0.086 -0.42601,-0.045 -0.62401,0.074 -0.209,0.125 -0.138,0.32801 -0.29601,0.48702 -0.33099,0.33198 -0.86799,0.29998 -1.21399,0.61899 0.101,-0.965 -1.02999,0.249 -1.143,-0.381 0.031,0.023 0.063,0.047 0.094,0.071"
           id="path3580" /><path
           inkscape:connector-curvature="0"
           style="fill:#510000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 230.20922,174.78639 c -0.25501,-0.059 -0.53701,-0.15999 -0.59601,-0.45298 0.51201,0.54798 0.297,-0.42402 0.30099,-0.57901 0.009,-0.334 0.51902,-0.46801 0.77101,-0.349 0.26301,0.125 0.463,0.60501 0.456,0.87899 -0.008,0.37201 -0.67301,0.42701 -0.93199,0.502"
           id="path3582" /><path
           inkscape:connector-curvature="0"
           style="fill:#510000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 237.44721,170.42841 c -0.087,-0.015 -0.174,-0.032 -0.262,-0.048 0.081,-0.053 0.169,-0.093 0.262,-0.119 v 0.16701"
           id="path3586" /><path
           inkscape:connector-curvature="0"
           style="fill:#510000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 241.1622,177.4294 c -0.091,-0.075 -0.179,-0.155 -0.26199,-0.239 0.216,-0.005 0.205,0.072 0.26199,0.239"
           id="path3588" /><path
           inkscape:connector-curvature="0"
           style="fill:#510000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 241.68621,171.9764 c -0.164,-0.06 -0.323,-0.131 -0.476,-0.21399 0.269,-0.12201 0.757,-0.31401 0.85699,0.11898 -0.12899,0.027 -0.25599,0.059 -0.38099,0.095"
           id="path3590" /><path
           inkscape:connector-curvature="0"
           style="fill:#510000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 242.61422,172.4054 c -0.21302,-0.126 -0.53202,-0.13401 -0.59501,-0.429 0.376,-0.217 0.463,0.173 0.59501,0.429"
           id="path3592" /><path
           inkscape:connector-curvature="0"
           style="fill:#510000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 242.94721,172.88139 c -0.275,-0.042 -0.43601,-0.334 -0.262,-0.57199 0.079,0.14099 0.357,0.379 0.262,0.57199"
           id="path3594" /><path
           inkscape:connector-curvature="0"
           style="fill:#510000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 243.25721,173.4294 c -0.15799,-0.127 -0.31701,-0.254 -0.476,-0.381 0.339,-0.309 1.009,0.03 0.476,0.381"
           id="path3596" /></g><g
         transform="matrix(3.1757337,0,0,3.1757337,-0.02195285,3.9026)"
         style="fill:#900000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
         id="ve"><title
           id="title3786">Venezuela</title><path
           inkscape:connector-curvature="0"
           style="fill:#900000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 250.35321,209.8604 c 0.65101,-0.769 0.978,-1.594 1.18299,-2.56301 0.19702,-0.929 0.41302,-1.64999 0.897,-2.46199 0.39502,-0.66101 1.289,-1.04499 1.668,-1.73899 0.431,-0.79001 1.16702,-0.586 1.871,-1.02102 -0.28699,0.70002 -1.039,0.42701 -1.45398,0.92601 -0.35302,0.42499 0.024,1.344 0.478,1.525 -0.41101,-0.021 -0.015,0.89 0.025,1.062 0.12201,0.529 -0.38699,1.06401 -0.73901,1.397 -0.45898,0.434 -0.68198,0.962 -0.39798,1.531 0.10999,0.221 0.147,0.499 0.358,0.655 0.23398,0.174 0.27201,0.097 0.232,0.41201 -0.084,0.66198 0.423,0.81098 0.95498,0.50898 0.54901,-0.31199 0.76602,-0.77398 0.83701,-1.38398 0.091,-0.78101 -0.26001,-1.21901 -0.65299,-1.85701 -0.156,-0.253 -0.293,-0.538 -0.38601,-0.822 -0.083,-0.255 0.134,-0.604 -0.065,-0.81201 0.29902,0.035 0.55701,-0.416 0.78602,-0.54799 0.419,-0.24099 0.811,-0.557 1.29898,-0.643 0.42202,-0.074 0.759,-0.13201 1.12902,-0.355 0.13999,-0.084 0.555,-0.42 0.73798,-0.335 -0.024,-0.133 -0.087,-0.24401 -0.18799,-0.334 0.18201,0.074 0.73599,0.539 0.926,0.32 0.12799,-0.149 -0.005,-0.515 -0.16999,-0.584 -0.28302,-0.117 -0.66201,0.15 -0.94802,0.169 0.056,-0.32801 -0.21997,-2.06701 0.75201,-1.667 0.44299,0.18199 0.35199,1.142 0.42001,1.51799 0.15198,0.834 1.04898,0.28002 1.64298,0.487 0.66501,0.23201 1.49301,0.41201 1.78399,1.18302 0.17801,0.47299 -0.28497,1.53299 0.50202,1.69999 0.93701,0.19899 2.12201,-0.235 3.04999,-0.358 0.79501,-0.106 1.62201,-0.27501 2.10901,0.435 0.20199,0.295 0.48501,0.535 0.82199,0.65401 0.27502,0.097 0.56002,0.16099 0.841,0.235 -0.03,-0.008 0.923,0.19499 0.48102,0.19499 0.74899,0.405 1.10498,-0.472 1.69699,-0.52699 0.36001,-0.034 0.44198,-0.40801 0.741,-0.54801 0.41201,-0.192 0.88101,0.17501 1.302,-0.068 -0.362,-0.38299 -1.21399,0.027 -1.45499,-0.45199 h 0.625 c 0.293,0 0.379,-0.181 0.59198,-0.191 0.10501,0.037 0.207,0.08 0.306,0.13201 0.29202,0.052 0.595,0.016 0.884,-0.033 1.23502,-0.20801 2.5,0.025 3.715,-0.218 -0.19,0.38499 -0.798,0.312 -1.14798,0.496 -0.548,0.289 -1.194,-0.169 -1.71002,0.26599 0.16601,-0.166 0.33902,-0.14399 0.40402,0.095 -0.20401,-0.017 -0.35001,0.11101 -0.38,0.31 0.45098,-0.267 0.79699,0.004 0.78698,0.53301 -0.008,0.42 -0.711,0.139 -0.92999,0.13299 0.15799,0.58901 1.12601,0.17501 1.026,-0.35699 0.26001,0.037 0.37201,0.336 0.39301,0.56199 0.028,0.29902 0.306,0.63701 0.27099,0.91401 0.18601,-0.19699 0.27899,-0.472 0.19199,-0.737 0.24002,0.23401 0.276,0.686 0.07,0.95199 0.25299,-0.181 0.14801,-0.53499 0.11902,-0.78599 0.12899,0.031 0.25598,0.07 0.37997,0.119 -0.025,-0.026 -0.81101,-0.446 -0.34799,-0.388 0.43899,0.056 1.01101,0.517 0.77801,1.007 0.10398,-0.18901 0.254,-0.173 0.142,-0.35701 0.177,-0.088 0.35999,-0.10398 0.54898,-0.048 -0.40298,-0.447 0.24903,-0.044 0.397,0.19401 0.27002,0.43798 0.74601,0.25799 1.09601,0.52999 0.93399,0.724 -0.16201,0.728 -0.39801,1.396 0.075,-0.084 0.15403,-0.16299 0.23801,-0.23801 0.066,0.34201 -0.306,0.93601 -0.46799,1.22 -0.099,0.17601 -0.071,0.32702 -0.298,0.32702 -0.20102,0 -0.81601,-0.18001 -0.94702,0 0.29202,0.16499 0.763,0.21398 0.92901,0.54798 0.189,-0.246 0.45499,-0.42099 0.499,-0.024 0.27401,-0.30099 0.479,-0.44299 0.88,-0.52398 0.375,-0.075 0.51999,0.32399 0.86899,-0.013 0.603,-0.58101 1.68802,0.86199 1.349,1.03298 -0.33798,0.17101 -0.53198,0.41701 -0.806,0.67901 -0.25699,0.24501 -0.70301,0.363 -0.90598,0.578 -0.14602,0.15401 -0.26501,0.367 -0.39602,0.53599 -0.266,0.34401 0.12201,0.56002 0.093,0.933 -0.018,0.23201 0.069,0.48902 0.33701,0.34201 0.32199,-0.175 0.547,0.248 0.30398,0.482 -0.268,0.257 -0.66598,0.34801 -0.92498,0.60699 -0.124,0.12401 -0.33902,-0.056 -0.46701,-0.068 -0.11399,-0.012 -0.17899,0.211 -0.28901,0.254 -1.00198,0.391 0.017,1.01201 -0.513,1.6 -0.13501,0.14901 -0.673,0.48799 -0.48199,0.749 0.324,0.443 0.65701,0.89199 1.00601,1.31601 0.414,0.50299 1.25699,1.29899 0.46698,1.87599 -0.268,0.195 -0.457,0.556 -0.725,0.74901 -0.14899,0.108 -0.66199,-0.016 -0.69498,0.038 -0.14502,0.23801 -0.578,0.185 -0.586,0.431 -0.009,0.293 -0.52701,0.297 -0.73102,0.394 -0.38901,0.18699 -0.86798,0.431 -1.298,0.216 -0.29199,-0.146 -0.56198,0.22 -0.866,0.27901 -0.36999,0.073 -0.37598,0.46199 -0.28998,0.765 0.125,0.43899 -0.24103,0.77598 -0.60901,0.44299 -0.24899,-0.22701 -0.37201,-0.528 -0.6,-0.767 -0.30301,-0.317 -0.49701,0.11 -0.79401,0.002 -0.40698,-0.14799 -0.56,-0.028 -0.97,-0.072 -0.319,-0.034 -0.24799,0.09 -0.37198,-0.30299 -0.11801,-0.371 -0.59601,-0.403 -0.914,-0.34 -0.422,0.084 -0.41,-0.285 -0.73801,-0.428 -0.27401,0.275 0.23301,0.89601 0.4,1.1 0.48001,0.586 0.87701,0.691 0.89001,1.526 0.005,0.271 0.014,0.54 0.084,0.804 0.09,0.334 0.44,0.67701 0.393,1.027 -0.079,0.597 -0.081,0.859 0.64401,0.87699 0.21,0.005 0.98798,-0.15699 0.92099,0.224 -0.12399,0.70301 -0.48599,0.64701 -0.82901,0.888 -0.259,0.18201 -0.71499,0.222 -0.819,0.46601 -0.11798,0.27501 -0.091,0.475 -0.281,0.74299 -0.16898,0.23801 -0.39398,0.42601 -0.54599,0.67801 0.008,-0.642 -0.98599,0.344 -1.172,0.381 -0.44699,0.087 -0.73401,0.34399 -1.00201,0.716 -0.17899,0.249 -0.55298,0.9 -0.85199,0.998 -0.198,-0.23899 0.056,-0.53801 -0.007,-0.79699 -0.107,-0.43801 -0.75,-0.013 -0.92001,0.10899 -0.969,0.698 -1.70801,-0.063 -2.34101,-0.894 -0.29599,-0.388 -0.26599,-0.841 -0.40198,-1.296 -0.156,-0.52201 -0.53802,-1.248 -0.51501,-1.795 0.019,-0.42999 -1.129,-1.836 -1.647,-1.446 -0.017,-0.483 0.76199,-0.99699 1.09799,-1.261 0.586,-0.46201 0.19501,-0.953 -0.21799,-1.425 -0.91299,-1.043 -0.64801,-2.821 -0.64599,-4.073 0.001,-0.448 0.14599,-0.662 0.41799,-0.96601 0.17399,-0.194 0.09,-0.593 0.22901,-0.847 0.151,-0.276 0.39398,-0.47299 0.47,-0.71598 0.13599,-0.43401 -0.45902,-0.86802 -0.70401,-0.75602 -0.58801,0.27001 -1.065,0.33101 -1.57501,0.29601 -0.233,-0.015 -0.733,0.233 -1.26599,0.088 -0.37699,-0.10199 -0.35501,0.046 -0.832,0.113 -0.086,0.012 -0.77701,-0.208 -0.71201,-0.166 -0.263,-0.168 -0.384,-0.542 -0.54999,-0.79499 -0.23401,-0.35801 -0.45599,-0.71001 -0.67001,-1.08001 -0.10999,-0.18901 -0.26398,-0.41999 -0.53598,-0.33799 -0.50601,0.153 -0.82901,-0.336 -1.30802,-0.38601 -0.307,-0.033 -0.44299,0.217 -0.72399,0.288 -0.41401,0.106 -0.80301,-0.18401 -1.21702,-0.108 -0.26599,0.049 -0.42398,-0.123 -0.70098,0.017 -0.27301,0.138 -0.638,-0.026 -0.79099,-0.27601 -0.11902,-0.19299 -0.17801,-0.33299 -0.23202,-0.54699 -0.073,-0.29599 -0.487,-0.265 -0.63498,-0.47699 -0.284,-0.40601 -0.061,-1.26901 0.182,-1.60401 0.461,-0.63501 -0.328,-1.259 -0.535,-1.72 -0.21802,-0.485 0.02,-1.612 -0.69,-1.42801 0.013,-0.17199 -0.011,-0.33899 -0.072,-0.5 -0.27799,0.24301 -0.57099,0.39101 -0.94999,0.38001"
           id="path3410" /><path
           inkscape:connector-curvature="0"
           style="fill:#900000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 280.78321,211.8604 c -0.24201,-0.048 -0.48999,-0.084 -0.715,-0.191 0.21701,-0.123 0.70099,-0.175 0.715,0.191"
           id="path3412" /><path
           inkscape:connector-curvature="0"
           style="fill:#900000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 281.02021,211.24139 c 0.14401,-0.21699 0.37201,-0.49099 0.669,-0.35699 -0.098,0.321 -0.41601,0.263 -0.669,0.35699"
           id="path3414" /><path
           inkscape:connector-curvature="0"
           style="fill:#900000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 281.0932,211.78841 c -0.063,-0.071 -0.12799,-0.14301 -0.19101,-0.21401 0.17203,-0.009 0.33902,-0.041 0.50202,-0.095 -0.011,0.187 -0.12399,0.299 -0.31101,0.30901"
           id="path3416" /><path
           inkscape:connector-curvature="0"
           style="fill:#900000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 281.3082,211.3844 c -0.079,-0.032 -0.15799,-0.064 -0.23798,-0.096 0.15098,-0.094 0.31,-0.10901 0.47699,-0.048 -0.08,0.048 -0.15899,0.096 -0.23901,0.144"
           id="path3418" /><path
           inkscape:connector-curvature="0"
           style="fill:#900000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 281.61621,211.4554 c -0.04,-0.172 0.049,-0.203 0.26499,-0.095 -0.089,0.031 -0.177,0.063 -0.26499,0.095"
           id="path3420" /><path
           inkscape:connector-curvature="0"
           style="fill:#900000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 281.68921,210.6694 h -0.238 c 0.064,-0.17601 0.20999,-0.287 0.40301,-0.238 -0.055,0.079 -0.11001,0.15899 -0.16501,0.238"
           id="path3422" /><path
           inkscape:connector-curvature="0"
           style="fill:#900000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 281.80722,210.0504 c -0.24502,-0.077 -0.22,-0.15601 0.074,-0.23801 -0.025,0.08 -0.049,0.15902 -0.074,0.23801"
           id="path3424" /><path
           inkscape:connector-curvature="0"
           style="fill:#900000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 281.85422,210.1694 c -0.23901,0.113 -0.41202,0.318 -0.61801,0.476 0.085,-0.269 0.33801,-0.459 0.61801,-0.476"
           id="path3426" /><path
           inkscape:connector-curvature="0"
           style="fill:#900000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 281.9032,210.0264 c 0.04,-0.10899 0.11902,-0.17301 0.23801,-0.19 -0.079,0.063 -0.15799,0.127 -0.23801,0.19"
           id="path3428" /><path
           inkscape:connector-curvature="0"
           style="fill:#900000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 270.9972,204.97839 c -0.079,-0.023 -0.159,-0.047 -0.23798,-0.071 0.067,-0.078 0.147,-0.142 0.23798,-0.191 0.10702,0.105 0.10702,0.192 0,0.26199"
           id="path3598" /><path
           inkscape:connector-curvature="0"
           style="fill:#900000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 274.06922,205.0504 c -0.061,-0.179 -1.185,-0.42599 -0.60202,-0.612 0.30999,-0.099 0.32501,0.232 0.50601,0.207 0.302,-0.041 0.35199,-0.397 0.61899,-0.5 0.16101,0.638 0.089,0.573 -0.52298,0.905"
           id="path3600" /><path
           inkscape:connector-curvature="0"
           style="fill:#900000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 277.2342,206.1214 c 0.12802,0.15199 0.23202,0.31799 0.311,0.5 -0.15298,-0.108 -0.30899,-0.302 -0.311,-0.5"
           id="path3602" /></g><g
         transform="matrix(3.1757337,0,0,3.1757337,-0.02195285,3.9026)"
         style="fill:#510000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
         id="pt"><title
           id="title3718">Portugal</title><path
           inkscape:connector-curvature="0"
           style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 415.0542,123.7114 c -0.024,-0.079 -0.049,-0.15799 -0.073,-0.238 0.76801,-0.058 1.03202,-1.304 1.25202,-1.87001 0.194,-0.49699 0.302,-1.04699 0.44598,-1.56298 0.039,-0.13901 0.17102,-0.16301 0.25601,-0.26001 0.071,-0.081 0.077,-0.60801 -0.11901,-0.045 0.087,-0.61 0.23901,-0.974 0.108,-1.58901 -0.043,-0.20199 -0.35199,-1.25999 0.058,-1.26899 -0.595,0.181 -0.11899,-0.698 0.20001,-0.833 0.35898,-0.154 0.866,-0.17401 1.159,-0.453 -0.035,0.19901 0.054,0.314 0.26099,0.286 -0.13001,0.094 -0.582,0.696 -0.15699,0.68499 0.348,-0.009 0.706,-0.27999 1.051,-0.22299 0.45398,0.075 0.62399,0.25501 1.08099,0.014 0.14801,-0.487 0.83301,-0.11399 1.23999,-0.15499 0.474,-0.047 0.207,0.29499 0.23902,0.55101 0.02,0.16499 0.582,0.265 0.70801,0.37999 0.27499,0.25 -1.45203,1.617 -1.67701,1.67199 0.193,-0.048 0.108,1.22501 0.111,1.319 0.006,0.17501 0.085,0.49901 0,0.66201 -0.111,0.216 -0.43702,0.13 -0.50702,0.408 -0.042,0.16499 0.54901,0.836 0.018,1.008 -0.20099,0.066 -0.084,0.326 -0.25101,0.42401 -0.24298,0.14299 -0.86099,0.089 -1.11798,0.017 0.088,0.192 0.26999,0.306 0.418,0.444 0.19101,0.17799 0.015,0.37199 0.14301,0.59999 0.13299,0.235 0.651,0.606 0.56198,0.884 -0.15198,0.477 -0.676,0.71699 -0.81,1.199 -0.11798,0.424 0.28302,1.213 0.80802,1.04 -0.228,0.54699 -0.60001,0.412 -0.875,0.962 -0.13602,0.27201 -0.396,0.454 -0.52301,0.732 -0.17099,0.377 0.208,0.748 0.013,1.125 -0.29401,0.56601 -1.14301,0.634 -1.641,0.431 -0.59899,-0.24401 -1.39599,-0.27001 -1.928,0.179 -0.075,-0.24401 0.10299,-0.57199 0.20199,-0.784 0.159,-0.339 0.13602,-0.77299 0.29001,-1.07001 0.18399,-0.35199 -0.061,-0.60099 -0.041,-0.95199 0.03,-0.517 0.34601,-0.868 0.025,-1.385 0.173,0.545 0.379,-0.053 0.33398,-0.262 -0.104,0.253 -0.89398,0.33399 -1.16699,0.429 0.13599,-0.23 0.052,-0.493 0.11899,-0.738 0.096,0.037 0.19,0.077 0.284,0.11899 0.02,-0.183 0.16201,-0.21798 0.29101,-0.30099 0.18701,-0.121 -0.027,-0.442 -0.03,-0.60401 -0.169,0.22301 -0.73501,1.03101 -1.087,0.76601 -0.44901,-0.339 0.32501,-1.313 0.32699,-1.742"
           id="path3446" /><path
           inkscape:connector-curvature="0"
           style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 369.59821,125.9494 c -0.202,0.041 -0.62601,-0.24701 -0.24899,-0.33999 0.23397,-0.057 0.418,0.123 0.24899,0.33999"
           id="path3614" /><path
           inkscape:connector-curvature="0"
           style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 370.4552,126.3304 c -0.20498,-0.119 -0.45498,-0.10201 -0.64199,-0.26199 0.194,-0.526 0.89901,-0.009 1.14401,0.19099 -0.17301,-0.013 -0.34,0.011 -0.50202,0.071"
           id="path3616" /><path
           inkscape:connector-curvature="0"
           style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 371.55222,125.8544 c -0.32901,-0.083 -0.82501,-0.16701 -0.97501,-0.524 0.358,0.096 0.719,0.24499 0.97501,0.524"
           id="path3620" /><path
           inkscape:connector-curvature="0"
           style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 373.1702,125.61639 c -0.24399,-0.042 -0.79498,-0.32398 -0.285,-0.5 0.35302,-0.12199 0.76001,0.32801 0.285,0.5"
           id="path3622" /><path
           inkscape:connector-curvature="0"
           style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 376.76822,128.2354 c -0.23901,-0.035 -1.14102,-0.17 -0.71801,-0.57199 0.388,0.45099 1.01501,0.071 1.50201,0.19099 0.018,0.362 -0.547,0.368 -0.784,0.381"
           id="path3624" /><path
           inkscape:connector-curvature="0"
           style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 377.50522,130.45039 c -0.121,-0.056 -0.225,-0.136 -0.311,-0.23899 0.19699,-0.051 0.31799,0.03 0.311,0.23899"
           id="path3626" /><path
           inkscape:connector-curvature="0"
           style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 395.45621,142.7124 c -0.23999,-0.048 -0.431,-0.17199 -0.603,-0.343 -0.13601,-0.13499 0.11799,-0.341 0.26001,-0.192 0.18399,0.19501 0.44999,-0.118 0.663,0.121 0.23398,0.263 -0.049,0.47901 -0.32001,0.414"
           id="path3628" /></g><path
         inkscape:connector-curvature="0"
         style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.66666663;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
         d="m 747.84745,739.32631 c -0.27628,-0.0762 -0.55575,-0.15244 -0.83204,-0.22866 0.29535,-1.80381 2.23572,-2.37544 3.70608,-1.51164 0.79711,-1.54024 -1.18454,-2.99472 -0.40014,-4.56671 1.00671,-2.01659 3.26783,-1.91497 5.16374,-2.23889 0.35886,-0.0603 0.23501,-0.93367 0.72407,-0.63832 0.36204,0.21912 1.1782,0.40649 1.18455,-0.22866 0.01,-1.26712 1.66726,-2.84228 0.66373,-3.66797 1.80064,-0.0476 2.13409,-2.3691 2.66761,-3.60128 0.4192,-0.97178 1.23854,-1.64503 2.09599,-2.22302 -1.06705,-0.86697 0.19689,-1.00035 0.52717,-1.88956 -0.73994,0.0286 -1.68949,0.6415 -1.96578,-0.45413 0.58116,-0.14926 1.00989,-0.57798 0.98448,-1.20995 -0.57163,-0.20007 -1.73395,1.33063 -1.85463,0.15243 -0.12385,-1.23853 0.58434,-1.48306 1.55293,-1.96895 -1.52117,0.0159 -0.82569,-2.00706 -0.61926,-2.83911 0.40649,-1.63232 0.0508,-3.8204 -0.10798,-5.48449 -0.12068,-1.26077 -0.67961,-2.46119 -0.76535,-3.71561 -0.0476,-0.68596 2.14997,-0.95589 1.77523,-2.55964 -0.2223,-0.96225 -2.42943,-3.16621 -0.96224,-3.72196 1.31793,-0.49859 0.18419,-3.29641 -0.38744,-3.93473 -1.15279,-1.28618 -1.2957,-3.21385 -2.54059,-4.29995 -0.82251,-0.71454 -0.003,-1.61644 0.47319,-2.26747 0.57798,-0.78758 0.0222,-1.81334 0.71136,-2.48025 0.38109,0.44778 0.65738,0.95272 0.83204,1.51165 1.61327,-1.13056 3.90933,-3.33452 3.16303,-5.52578 -0.76535,-2.24524 -2.19125,-2.7216 -0.81934,-4.83664 0.78123,1.00989 1.62915,2.38815 2.30241,3.50919 0.69549,1.15914 2.40086,1.51165 0.87333,2.9185 2.04835,2.35004 1.04481,-4.38887 0.75582,-5.10976 -0.41602,-1.04164 4.37616,-3.43614 4.9859,-4.27771 0.77171,-1.05752 1.32111,-2.83276 2.60728,-3.38851 0.73042,-0.31757 2.45484,-0.13656 2.86451,-0.9559 0.58434,-1.16231 -0.54622,-1.58151 -0.30804,-2.29923 0.42237,-1.27347 0.59703,-2.87404 1.34651,-4.0046 -1.11151,-0.11432 -0.81299,-0.48271 -0.0572,-0.87015 0.69231,-0.3525 0.42555,-1.30205 0.4065,-1.89274 -0.0445,-1.39097 2.29605,-1.78158 2.29605,-2.26747 0,-0.72724 2.85181,-3.54094 3.51872,-3.52189 1.31475,0.0318 2.42943,1.20043 3.74101,1.21631 -1.10833,-0.14609 -0.95272,1.05434 -1.96578,1.05752 0.77171,2.85816 2.45802,-0.9432 2.84546,-1.97531 0.96225,-2.57234 2.09916,-2.38497 4.80806,-1.93402 3.69338,0.61609 4.87158,-1.78794 7.78372,-3.53459 1.60375,-0.95907 6.26573,-2.10234 4.82712,-4.87793 0.61292,-0.18419 2.34369,-0.73677 1.36239,0.52717 1.13374,-0.17149 0.4192,-1.29887 1.66408,-1.86415 1.49577,-0.67961 2.8137,-0.67961 4.09352,0.38744 4.36346,3.64891 -5.03353,5.12563 -6.44038,6.9231 -0.74948,0.95907 -1.03529,2.35639 -1.92767,3.19161 -0.6161,0.57798 -1.6228,0.46683 -2.17538,1.09245 -1.03847,1.18137 -2.12774,2.98201 -2.79465,4.39839 -0.99718,2.11186 -1.03846,4.27772 -1.60374,6.50073 -0.55576,2.18173 -2.14362,4.80806 -3.59493,6.51978 1.2036,0.0349 2.13409,-0.43508 3.02329,-1.20995 0.19372,0.51129 0.26994,1.04164 0.22866,1.58786 2.2897,-0.59068 1.52117,3.47108 2.68349,4.9478 1.65774,2.10868 2.11187,3.34722 1.14327,5.93862 -0.48907,1.30205 -1.2703,4.08717 0.49224,4.74772 1.99753,0.74947 0.94001,3.13127 2.99471,3.61398 0.83204,0.1969 1.62915,-0.33027 2.44214,-0.41919 1.32428,-0.14291 2.53424,0.74629 3.86487,0.62562 1.18772,-0.10798 2.18173,-0.94955 3.39168,-0.92732 1.0734,0.0191 1.87369,1.0607 2.88992,1.29888 0.7463,0.17466 1.44496,-0.45096 2.12457,0.14608 0.89873,0.78441 1.50529,2.22302 2.16585,3.19479 0.61291,0.90508 1.17819,1.8197 1.73077,2.75971 0.71454,1.21313 1.00671,0.87333 2.08646,1.18455 1.57199,0.45413 3.01377,-0.8638 5.06212,-0.0413 0.62562,0.25088 2.00389,-0.36204 2.68032,-0.37792 1.48307,-0.0317 2.74383,0.0857 4.04271,-0.70183 1.47354,-0.89556 3.90615,0.86062 3.13127,2.41038 -0.44143,0.88603 -1.518,1.56564 -1.71172,2.55646 -0.23818,1.21949 0.25406,1.85781 -0.90508,2.64857 -1.54341,1.05116 -0.93049,5.27489 -1.08293,6.98979 -0.18102,2.03564 0.66055,4.20149 1.04164,6.35146 0.28899,1.61963 3.39486,3.76007 2.88992,5.41145 -0.61927,2.03247 -4.4492,2.82641 -4.36664,5.26219 1.39098,-1.04481 4.78266,2.77242 5.22091,3.93156 -0.0953,0.3144 -0.0699,0.63197 -0.13973,0.95272 0.18102,0.59069 0.63515,1.17185 0.63832,1.80382 0,1.31158 0.76218,2.6962 1.0861,3.99825 0.13021,0.51129 0.80981,2.50248 0.94955,3.29959 0.1429,0.79393 -0.28264,0.27946 -0.91779,0.47636 -1.05434,0.33027 -1.38144,-0.17149 -1.12103,-0.79076 0.42554,-1.01306 -0.18102,-7.66305 -2.82641,-7.56142 -1.03529,0.0381 -3.84264,5.38604 -4.63022,2.43896 -0.29216,-1.0988 -1.70537,-1.59739 -1.54976,-0.003 0.17467,1.78794 -2.09916,1.13374 -3.31864,1.13374 h -5.47496 c -1.20996,0 -2.51201,-0.71136 -3.69973,-0.18737 -1.77524,0.78123 -0.36521,4.76678 -0.54623,6.23714 1.43861,-0.97177 4.81124,-0.1302 5.45909,1.45767 0.23818,0.58751 0.37473,2.56281 -0.7463,2.46119 -0.69231,-0.0635 -1.11151,-0.9813 -1.8578,-0.84792 -1.64503,0.29217 -4.52225,0.7463 -4.64293,2.66761 -0.14608,2.33734 -0.3525,5.6147 1.66726,7.14223 1.01941,0.7717 2.21031,1.43861 2.1595,2.89944 -0.0508,1.4005 0.66056,1.9372 1.20996,3.12175 1.24171,2.6835 -0.36839,6.35147 -0.7463,9.09848 -0.91144,6.60552 -0.76535,13.79221 -2.80417,20.17226 -0.49224,-1.21631 -1.45449,-2.09599 -2.32146,-3.05823 -0.99083,-1.09563 -2.24207,-0.003 -3.38851,-0.6542 -1.0607,-0.60339 1.61327,-5.07483 1.98483,-5.70362 0.72089,-1.22584 2.88357,-3.63622 1.78476,-4.81441 -0.47636,-0.50812 -0.96224,-1.84828 -1.73077,-1.57834 -1.36874,0.47953 -2.92168,-1.70537 -3.26783,-1.98801 -1.31158,-1.0861 -2.42309,0.006 -3.80771,0.68278 -1.3211,0.64467 -2.19443,-1.09245 -3.40756,-1.2957 -0.73994,-0.12385 -2.8391,3.13445 -5.30347,2.38815 -0.86063,-0.26358 -1.45131,-0.25406 -2.52154,-0.1175 -1.47671,0.19372 -2.25794,0.0413 -3.42026,-0.86062 -0.90509,-0.70502 0.0476,-2.5787 -0.27629,-3.64892 -0.4446,-1.46402 -2.76289,-0.67008 -3.0233,-2.13727 -0.18419,-1.04482 -0.70501,-2.23572 -1.12421,-3.21067 -0.44142,-1.02576 -1.77206,-0.58433 -2.40403,-1.48624 -0.68278,-0.97813 -1.12103,-1.25442 -2.03564,-1.56246 -1.1655,-0.39062 -1.84828,-1.96261 -1.9372,-3.01377 -0.16514,-2.00072 -3.82994,-5.20503 -5.69409,-5.75126 -0.35886,-0.1048 -0.7336,-0.52082 -1.05435,-0.0159 -0.34297,0.54623 -0.33662,0.55576 -1.07022,0.22231 -1.09245,-0.49859 -2.77241,-1.08928 -3.69338,-1.81017 -0.71771,-0.55893 -4.03,-4.74137 -4.42379,-1.76254 -0.20325,1.54659 -6.03707,-0.42554 -7.24703,-0.64149 -1.96578,-0.34933 -0.52082,-2.01342 -1.96578,-2.62951 -1.27029,-0.54305 -0.70819,-1.62598 -2.34369,-1.64503 -1.28617,-0.0159 -3.82676,-1.44178 -4.7763,-2.22619 -1.60057,-1.32111 -2.89627,-2.94073 -4.12846,-4.62069"
         id="co"><title
           id="title3784">Colombia</title></path><g
         transform="matrix(3.1757337,0,0,3.1757337,-0.0219529,3.9026)"
         style="fill:#900000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
         id="mr"><title
           id="title3687">Mauritania</title><path
           inkscape:connector-curvature="0"
           style="fill:#900000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 394.60022,180.0244 c 0.168,-0.21201 0.20099,-0.478 0.215,-0.73801 -0.19202,0.18302 -0.35703,0.47 -0.215,0.73801"
           id="path3878" /><path
           inkscape:connector-curvature="0"
           style="fill:#900000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 393.19721,176.69141 c -0.067,-0.45601 -0.028,-0.77001 0.15399,-1.20801 0.051,-0.123 0.22,-0.41901 0.54001,-0.435 l 9.22201,-0.011 c 0.469,-0.24699 0.14698,-2.285 0.11499,-3.069 -0.057,-0.789 -0.13699,-1.302 0.495,-1.89999 0.53,-0.50101 0.51199,-0.37401 2.194,-1.06101 l 0.36899,-7.22 8.22803,-0.097 0.11099,-3.661 c 3.13199,2.10801 6.20599,4.279 9.22799,6.542 h -4.371 l 1.79401,24.113 c 0.14798,0.394 0.55398,0.564 0.58999,0.65599 0.23999,0.61301 -0.076,0.79902 -0.099,1.27102 -0.026,0.554 -0.081,1.05299 -0.24201,1.11199 l -5.255,0.007 c -2.98401,0.10302 -4.263,0.51201 -4.526,-0.37098 -0.128,0.79899 -1.31101,0.92999 -1.89499,0.69799 -0.922,-0.36599 -1.51001,-0.212 -1.888,0.82599 -0.215,-0.35399 -0.52701,-0.65599 -0.84702,-0.96499 -0.379,-0.366 -0.74499,-0.562 -0.94598,-0.45 -0.75702,0.42 0.29898,2.53 -1.56,2.397 0.01,0.034 -0.50101,-0.362 -0.63702,-0.621 -0.167,-0.319 -0.35999,-0.21699 -0.681,-0.491 -0.34699,-0.29699 -0.323,-0.781 -0.60798,-0.971 -0.764,-0.50699 -0.46102,-0.51301 -0.53201,-0.85801 -0.087,-0.42299 -0.51901,-0.96299 -0.73401,-0.96598 -1.12399,-0.016 -1.20398,-0.92801 -1.932,-1.27901 -0.36799,-0.177 -0.68799,-0.27001 -1.18399,-0.287 -0.771,-0.025 -1.03598,0.729 -2.80701,0.597 -0.37299,-0.028 -0.32398,-0.277 -0.64099,-0.187 -0.30899,0.11301 -0.672,1.106 -0.79499,1.367 0,-1.721 1.13199,-3.124 1.29599,-4.80999 0.098,-1.015 -0.042,-1.87401 -0.17001,-2.86802 -0.046,-0.358 -0.034,-0.75199 -0.26199,-1.05599 -0.19901,-0.265 -0.54499,-0.45299 -0.582,-0.814 0.26501,0.082 0.557,-0.11501 0.526,-0.405 -0.17899,0.048 -0.323,0.18199 -0.38401,0.357 0.065,-0.34501 0.344,-0.588 0.495,-0.891 0.098,-0.19599 -0.044,-0.51001 0.071,-0.641 0.51801,-0.593 -0.27499,-1.644 -0.47,-2.23 -0.08,0.14099 -0.13601,0.29199 -0.16501,0.452 -0.52499,-0.39701 -0.39999,-1.219 -0.92898,-1.61901 -0.085,0.351 -0.21201,0.69201 -0.28601,1.04702"
           id="path3882" /></g><g
         transform="matrix(3.1757337,0,0,3.1757337,-0.02195285,3.9026)"
         style="fill:#ee7070;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
         id="ao"><title
           id="title3735">Angola</title><path
           inkscape:connector-curvature="0"
           style="fill:#ee7070;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 464.6312,285.48241 c -0.036,-1.16001 0.27801,-2.331 0.147,-3.496 -0.021,-0.17902 -0.15298,-0.353 -0.079,-0.53702 0.107,-0.263 0.39698,-0.41599 0.513,-0.69 0.093,-0.21998 0.103,-0.45698 0.13398,-0.68998 0.028,-0.20901 0.30401,-0.466 0.23501,-0.64401 -0.14801,-0.379 0.36899,-1.39801 0.452,-1.823 0.11801,-0.608 -0.012,-1.268 0.32901,-1.80099 0.22598,-0.35501 0.083,-1.09802 0.34399,-1.327 0.26901,-0.23602 0.70401,-0.74801 0.87299,-1.065 0.25,-0.47 0.097,-1.21301 0.85702,-1.28201 0.534,-0.049 0.581,-0.45899 0.84598,-0.91999 0.62701,-1.096 0.80402,-2.79501 0.51501,-4.009 -0.134,-0.561 -0.354,-0.96002 -0.67001,-1.43402 -0.32898,-0.49298 -0.33899,-0.87698 -0.51999,-1.39297 -0.082,-0.23502 -0.29199,-0.41303 -0.324,-0.66501 -0.039,-0.30701 0.007,-0.59201 -0.13001,-0.88202 -0.20199,-0.43 -0.60299,-0.98599 0,-1.29398 -0.16098,0.11698 -0.27698,0.29599 -0.26098,0.50199 0.12799,-0.241 0.26898,-0.48899 0.466,-0.68201 0.15698,-0.155 0.41199,-0.14499 0.43899,-0.39298 0.071,-0.64602 -0.06,-1.238 -0.36901,-1.802 -0.348,-0.63501 -0.53,-1.30002 -0.79898,-1.96802 -0.12,-0.29599 -0.11002,-0.626 -0.197,-0.931 -0.12802,-0.453 -0.54702,-0.75997 -0.781,-1.15499 -0.19,-0.323 -0.85501,-1.44901 -0.276,-1.629 0.268,-0.082 0.544,-0.084 0.819,-0.12 0.38098,-0.05 0.569,-0.393 0.99099,-0.43301 1.94901,-0.18698 3.918,0.035 5.87601,-0.01 0.74399,-0.016 1.50498,-0.076 2.24799,-0.049 0.698,0.026 0.54901,0.50201 0.87301,0.949 0.13498,0.18702 0.01,0.75101 0.072,1 0.11199,0.448 0.33099,0.85599 0.497,1.284 0.129,0.33099 -0.07,0.621 0.20899,0.918 0.298,0.31699 0.37399,0.547 0.55301,0.93301 0.10998,0.237 0.62298,1.353 0.961,1.25998 0.20199,-0.056 1.23098,0.023 1.22998,0.02 -0.053,-0.13 1.108,-0.46502 1.319,-0.418 0.59402,0.13199 1.14001,0.20099 1.845,0.20099 -0.086,-0.41601 0.164,-0.824 0.023,-1.23599 0.35199,0.075 0.384,-0.26202 0.33999,-0.51801 -0.062,-0.35501 0.21302,-0.79199 0.09,-1.10299 0.612,0 1.22601,0.012 1.83801,0.007 0.18299,-0.002 0.076,-0.215 0.22501,-0.266 0.21298,-0.072 0.45798,-0.002 0.67599,-0.002 -0.13601,0.68201 -0.509,1.07202 0.35801,1.07202 0.75799,0 1.52298,-0.04 2.28,-0.023 0.62899,0.013 0.514,0.642 0.36798,1.06601 -0.082,0.23798 -0.189,0.47998 -0.211,0.73398 -0.033,0.401 0.315,0.80701 0.38601,1.20801 0.15101,0.84201 -0.16201,1.77499 -0.22799,2.62201 -0.068,0.88299 0.24399,1.22998 0.75101,1.89199 0.35797,0.46601 0.53698,1.67499 0.42898,2.24701 -0.038,0.20099 -0.228,0.32898 -0.298,0.521 -0.13098,0.35498 0.22799,0.69699 0.117,1.06598 0.30701,0.008 0.58099,-0.431 0.832,-0.56598 0.215,-0.116 0.866,0.058 1.10401,0.12399 0.423,0.11701 0.923,-0.35901 1.375,-0.341 0.431,0.017 0.91198,0.284 1.09399,-0.288 0.202,0.29099 0.22601,1.21698 0.16598,1.547 -0.084,0.456 -0.076,0.91001 -0.18798,1.362 -0.13501,0.543 0.20999,1.038 0.068,1.569 -0.14298,0.53501 -0.526,0.97101 -0.069,1.47501 -0.93799,0.39599 -2.25299,0.20498 -3.254,0.199 -0.50198,-0.002 -1.08999,-0.12301 -1.58899,-0.057 -0.43799,0.059 -0.21899,1.69098 -0.23901,2.21399 -0.053,1.39001 0.023,2.371 -0.03,3.43399 -0.053,1.06002 0.003,2.14001 -0.026,3.20202 -0.03,1.08499 0.725,1.375 1.35,2.15 0.66602,0.82598 1.33802,1.65499 2.24,2.24099 -1.474,0.28699 -2.95697,0.538 -4.41099,0.91501 -0.58001,0.15 -0.803,0.003 -1.35299,-0.058 -0.245,-0.028 -0.45401,0.09 -0.67801,0.164 -0.36301,0.11999 -0.70899,-0.056 -1.056,-0.15201 -1.23401,-0.337 -2.556,-0.20099 -3.81101,-0.39798 -0.53799,-0.084 -0.81298,-0.55002 -1.069,-0.96902 -0.22799,-0.37198 -0.958,-0.219 -1.341,-0.20099 -3.078,0.14499 -6.242,0.008 -9.324,0.008 -0.63498,0 -0.70298,-0.039 -1.25098,-0.46899 -0.551,-0.43201 -0.98602,-0.96899 -1.72702,-0.64001 -0.547,0.242 -1.11499,0.90301 -1.73999,0.60501 -0.76499,-0.366 -0.87399,0.012 -1.45401,0.11801"
           id="path3888" /><path
           inkscape:connector-curvature="0"
           style="fill:#ee7070;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 465.3682,250.45741 c 0.42801,-0.33502 0.90899,-1.194 1.47101,-1.307 0.25,-0.05 0.22799,-0.45401 0.50399,-0.45301 0.31,0.002 0.508,0.49399 0.71402,0.66501 -0.501,0.34299 -0.95202,0.64798 -1.38501,1.081 -0.212,0.21099 -0.151,0.21099 -0.055,0.45498 0.13599,0.344 0.06,0.75 0.029,1.10501 -0.043,0.482 -0.949,0.874 -0.95501,0.24302 -0.004,-0.34803 0.18402,-0.43003 0.076,-0.81501 -0.078,-0.28302 -0.50901,-0.759 -0.16102,-1.02002 -0.079,0.015 -0.15798,0.03 -0.238,0.046"
           id="path3890" /></g><g
         transform="matrix(3.1757337,0,0,3.1757337,-0.02195285,3.9026)"
         style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
         id="de"><title
           id="title3708">Germany</title><path
           inkscape:connector-curvature="0"
           style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 457.22321,80.780396 c 0.054,-0.252998 -0.025,-0.268997 -0.23801,-0.048 0.079,0.016 0.15802,0.032 0.23801,0.048"
           id="path3832" /><path
           inkscape:connector-curvature="0"
           style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 462.60422,81.494401 c 0.14298,0.016 0.28598,0.016 0.42999,0 -0.099,-0.250999 -0.35299,-0.340004 -0.596,-0.237999 0.055,0.079 0.11001,0.158997 0.16601,0.237999"
           id="path3834" /><path
           inkscape:connector-curvature="0"
           style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 456.8722,79.917397 c -0.22199,0.092 -0.245,0.408005 -0.19999,0.600007 0,-0.130005 0.11899,-0.242005 0.267,-0.300003 -0.10699,-0.035 -0.16101,-0.139 -0.067,-0.300004 z m 0.30001,0.267006 c -0.071,-0.001 -0.13501,0.01099 -0.20001,0.033 0.124,0.03 0.301,0.011 0.4,0 -0.065,-0.028 -0.129,-0.033 -0.19999,-0.033 z m 0.57801,-0.036 c -0.20801,-0.021 -0.13501,0.048 -0.345,0.069 0.138,0.07 0.28799,0.5 0.367,0.633003 0.07,0.117996 0.39398,0.345993 0.29999,0.5 -0.155,0.253998 -0.59,0.112999 -0.767,0.433998 0.23401,0.098 0.46399,0.055 0.70001,0 -0.52902,0.242996 0.042,0.409996 0.13401,0.699997 -0.22403,-0.012 -0.30701,0.128998 -0.13401,0.300003 0.19,0.184997 0.46598,0.127998 0.69998,0.199997 0.249,0.076 0.375,0.274002 0.534,0.466003 0.19,0.229996 0.44501,0.257996 0.66602,0.433998 -0.57401,-0.063 -0.72602,-0.541 -1.16602,-0.800003 -0.289,-0.169998 -0.62399,0.03001 -0.93399,0 -0.35999,-0.03599 -0.70999,-0.153 -0.76599,0.333 -0.023,0.194001 0.13699,0.346001 0.13299,0.533005 -0.053,0.14 -0.073,0.286995 -0.1,0.433998 -0.023,-0.240997 0.035,-0.472 -0.233,-0.599998 -0.31601,-0.151001 -0.43,0.146995 -0.23401,0.365997 -0.17398,0.044 -0.323,0.008 -0.46597,-0.1 0.78298,-0.529 -1.33902,-0.612 -1.56702,-0.566002 -0.263,0.052 -0.70499,0.472 -0.70001,0.765999 0.004,0.245002 0.918,0.374 0.76703,0.300003 -0.37003,-0.181 -0.62403,1.219002 -0.70002,1.533996 -0.099,0.405007 -0.44201,0.104004 -0.73401,0.300003 -0.45498,0.305001 0.39402,0.446999 0.508,0.637001 0.32602,0.543 -0.80499,0.705002 -0.453,1.110001 0.34402,0.394997 -1.19199,0.303001 -1.40198,0.195999 0.13898,0.380997 -0.11502,0.048 -0.38602,0.223 0.027,0.089 -0.069,0.111 0,0.234001 0.30402,0.103996 0.67401,0.819 0.508,1.139 -0.15,0.286995 -0.733,0.708 -0.45099,1.099998 0.14999,0.209999 0.033,0.501 0.062,0.578003 0.091,0.234993 0.63998,0.246994 0.38098,0.583 0.327,-0.056 0.29801,0.321 0.39401,0.520997 -0.983,-0.009 -1.14901,0.767997 -0.20999,1.224998 0.65998,0.321999 0,0.943001 0.23999,1.224998 0.036,0.04301 0.672,0.828003 0.831,0.802002 0.23098,-0.038 0.049,-0.178001 0.384,-0.133995 0.17899,0.02299 0,0.316994 0.306,0.238999 0.11401,-0.029 0.276,0.003 0.392,-0.01 0.42499,-0.147004 0.46798,0.083 0.85901,0.206001 0.35299,0.111 0.79199,0.158996 1.15899,0.220001 -0.298,0.263001 -0.58001,0.521996 -0.82199,0.838997 -0.27701,0.362 -0.37201,0.914001 -0.557,1.316002 -0.12302,0.267998 -0.585,2.205997 0.10598,1.622997 -0.23898,0.278 0.96402,0.083 1.185,0.094 0.42902,0.023 0.80701,0.007 0.90003,-0.266 -0.51603,0.192 -0.34302,-0.502 0.26599,-0.199998 0.42999,0.212998 1.471,0.342998 1.90899,0.597998 0.26898,0.156 1.698,0.06 1.32502,0.702 0.51699,-0.016 0.55197,-0.485 0.66598,-0.867 0.22,0.197 0.724,0.193 1,0.167 -0.23901,0.118 0.379,0.297 0.5,0.3 0.285,0.006 0.465,-0.24 0.73401,-0.267 0.51898,-0.052 1.02298,-0.455 1.60001,-0.267 -0.007,-0.089 -0.01,-0.181 -0.034,-0.265999 0.268,0.033 0.52801,0.165999 0.80002,0.165999 0.13198,-0.045 0.263,-0.073 0.39999,-0.1 0.14899,0.017 0.211,0.306 0.33402,0.4 0.37097,0.285 0.36697,0.141 0.46597,-0.2 0.099,-0.338997 -0.323,-0.208 -0.29999,-0.5 0.029,-0.354996 0.042,-0.339997 -0.233,-0.632996 -0.207,-0.221001 -0.067,-0.393005 0.16699,-0.5 0.26602,-0.123001 1.133,-0.271004 1.133,-0.667 0,-0.695999 0.47802,-0.09 0.733,-0.400001 0.46502,-0.562004 -0.344,-0.953003 -0.69998,-1.166001 -0.41501,-0.249 -0.76801,-0.594001 -1.20002,-0.833999 -0.54199,-0.301003 -0.651,-0.986 -1.16598,-1.265999 0.406,-0.324005 0.21698,-0.590004 -0.16702,-0.800003 -0.297,-0.164002 -0.36298,-0.459 -0.5,-0.699997 0.216,-0.032 0.38302,0.054 0.46701,0.365997 0.083,-0.877998 1.212,-0.535995 1.66601,-0.900001 0.72498,-0.579995 1.93698,-0.901001 2.79999,-1.232994 -0.077,-0.07301 -0.15201,-0.131005 -0.233,-0.200005 0.33099,-0.078 0.41101,-0.172996 0.69601,0.202004 0.70099,0.903999 1.14499,-0.770005 0.79798,-1.204003 -0.044,-0.269997 -0.474,-0.282997 -0.49799,-0.498001 -0.033,-0.292 -0.011,-0.391998 -0.229,-0.632996 -0.14701,-0.162002 0.073,-0.291999 0.13299,-0.444999 0.344,-0.882004 -0.53699,-1.118004 -0.306,-1.383004 0.46302,-0.529998 -0.81399,-0.715003 -0.98999,-1.213996 0.23499,-0.184006 0.978,-1.325005 0.496,-1.392006 -0.098,-0.365998 -0.20901,-0.754998 -0.6,-0.899994 -0.241,-0.08901 -0.633,-0.154007 -0.66699,-0.466004 -0.017,-0.163002 -0.091,-0.666999 -0.33301,-0.666999 -0.14801,0 -0.44699,0.003 -0.36701,0.166999 -0.26699,-0.155998 -0.845,-0.844001 -1.1,-0.866996 -0.534,-0.04801 -0.9,-0.005 -1.29999,0.399993 -0.065,-0.447998 0.685,-0.479995 0.96701,-0.432998 -0.547,-0.204003 -0.62601,-0.047 -1.03302,0.265999 -0.19299,0.148002 -0.61499,0.314003 -0.5,0.634002 0.053,-0.541 -1.01898,-0.059 -1.267,0.1 0.48599,-0.237 -0.053,0.160004 -0.13299,0.400001 -0.19901,-0.185997 -1.357,-0.444999 -1.10001,0 -0.048,-0.170997 -0.16598,-0.264 -0.33398,-0.300003 0.32299,-0.330993 0.61398,-0.550995 0.69998,-1.033996 -0.439,0.087 -0.69898,0.263 -1.133,0.067 -0.27099,-0.122002 -0.70099,-0.287002 -0.83297,0.1 -0.035,-0.171998 -0.044,-0.182 0.066,-0.333001 -0.22198,-0.099 -0.48199,-0.09 -0.69998,0 0.16599,-0.078 0.54398,-0.577003 0.13401,-0.567001 0.65997,-0.299995 -1.58701,-0.5 -1.49701,-0.450996 -0.19901,-0.110001 -0.67301,-0.195 -0.892,-0.218003 z"
           id="path3884" /><path
           inkscape:connector-curvature="0"
           style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 466.86621,81.708398 c 0.35801,-0.045 0.189,-0.384995 0.073,-0.570999 0.25199,-0.023 0.48899,0.068 0.71399,0.166 -0.10498,-0.292999 -0.71899,-0.207001 -0.238,-0.523003 -0.019,0.482003 0.49301,0.05901 0.57202,0.345002 0.039,0.139 -0.20502,0.318 -0.034,0.426002 0.125,0.079 0.22699,0.09 0.22299,0.276001 -0.23599,-0.04 -0.44101,-0.181999 -0.643,-0.008 -0.176,0.151001 -0.56501,0.108002 -0.667,-0.111"
           id="path3892" /><path
           inkscape:connector-curvature="0"
           style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 468.34522,82.494401 c 0.003,-0.113998 -0.014,-0.224998 -0.05,-0.333 0.228,0.289001 0.70401,0.283996 0.91,0.601997 0.20102,0.310005 -0.639,0.311005 -0.79098,0.231003 0.33899,-0.061 0.022,-0.405998 0.40698,-0.429001 -0.16498,0.015 -0.324,-0.009 -0.47598,-0.071"
           id="path3894" /></g><g
         transform="matrix(3.1757337,0,0,3.1757337,-0.02195285,3.9026)"
         style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
         id="th"><title
           id="title3066">Thailand</title><path
           inkscape:connector-curvature="0"
           style="fill:#510000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 682.74121,212.69341 c -0.12298,0.39999 -0.054,0.832 0.092,1.21499 0.35505,-0.28599 0.31501,-0.992 -0.092,-1.21499"
           id="path3902" /><path
           inkscape:connector-curvature="0"
           style="fill:#510000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 683.33319,212.9074 c 0.0711,0.167 0.15705,0.328 0.21503,0.501 0.013,-0.20401 -0.059,-0.371 -0.21503,-0.501"
           id="path3904" /><path
           inkscape:connector-curvature="0"
           style="fill:#510000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 684.85718,214.7654 c -0.027,-0.191 -0.10699,-0.358 -0.23797,-0.5 0.021,0.194 0.1,0.361 0.23797,0.5"
           id="path3906" /><path
           inkscape:connector-curvature="0"
           style="fill:#510000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 686.38221,216.9324 c -0.16901,0.168 -0.18598,0.418 0.096,0.476 -0.03,-0.15899 -0.063,-0.31801 -0.096,-0.476"
           id="path3908" /><path
           inkscape:connector-curvature="0"
           style="fill:#510000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 686.78919,208.71739 c -0.16498,0.15001 -0.15698,0.29201 0.023,0.42801 0.16003,-0.14799 0.15204,-0.291 -0.023,-0.42801"
           id="path3910" /><path
           inkscape:connector-curvature="0"
           style="fill:#510000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 686.7392,208.0984 c -0.074,0.169 0.064,0.24 0.21503,0.238 -0.065,-0.086 -0.13703,-0.165 -0.21503,-0.238"
           id="path3912" /><path
           inkscape:connector-curvature="0"
           style="fill:#510000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 692.02723,201.76441 c 0.078,0.007 0.15698,0.016 0.23498,0.023 0.003,-0.192 -0.117,-0.34599 -0.284,-0.42799 0,0.13699 0.018,0.27198 0.049,0.405"
           id="path3914" /><path
           inkscape:connector-curvature="0"
           style="fill:#510000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 692.76423,202.47839 c -0.075,0.18601 -0.035,0.34401 0.11895,0.476 0.047,-0.17999 0.008,-0.33899 -0.11895,-0.476"
           id="path3916" /><path
           inkscape:connector-curvature="0"
           style="fill:#510000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 677.69123,182.9294 c 0.14697,0.284 0.76001,0.272 0.96197,0.065 0.24298,-0.25 -0.23797,-0.929 -0.17499,-1.256 0.035,-0.182 0.18,-0.307 0.18799,-0.5 0.014,-0.29699 -0.22699,-0.49 -0.14697,-0.807 0.051,-0.202 0.41901,-0.887 0.55701,-0.86099 0.40295,0.074 0.79797,0.24899 1.21197,0.15798 0.19702,-0.042 0.38599,-0.26699 0.581,-0.263 0.19897,0.005 0.27697,0.19901 0.445,-0.058 0.16498,-0.253 -0.143,-0.73501 0.24701,-0.835 0.27997,-0.072 1.34497,0.14499 0.77301,-0.596 0.40796,-0.02 1.50598,-0.74399 1.50196,0.143 0.22302,-0.062 0.29504,-0.382 0.557,-0.304 0.11603,0.035 0.51105,0.561 0.60504,0.66901 0.23096,0.26098 -0.093,0.65399 -0.16101,0.91699 -0.095,0.369 0.13001,0.61101 0.39801,0.83 0.093,0.076 0.37598,-0.001 0.47797,0.046 0.22998,0.10598 0.15503,-0.15702 0.29999,-0.19701 0.12402,-0.034 0.097,-0.005 0.21502,-0.04 0.11799,-0.035 0.28699,-0.065 0.39801,-0.05 0.508,0.072 0.42798,0.894 0.73597,1.655 0.099,0.246 -0.16498,0.54199 -0.089,0.80001 0.15002,0.513 -0.11298,0.427 -0.23596,0.76599 -0.051,0.141 0.16595,0.442 0.19396,0.636 0.048,0.322 0.13099,0.501 0.025,0.81199 -0.27301,0.80001 -0.41504,1.444 0.31695,1.405 0.035,-0.002 1.13801,-1.01199 1.30903,-1.63499 0.40399,0.242 0.43499,-0.41499 0.74401,-0.42101 0.21399,-0.004 0.50098,0.41201 0.69599,0.50901 0.15301,0.076 0.505,0.10299 0.59802,0.259 0.29498,0.494 0.63995,-0.231 1.01196,-0.15601 0.20099,0.04 0.27301,-0.765 0.59504,-0.80999 -0.55701,-0.614 1.14599,-0.27401 1.32995,-0.223 1.03803,0.289 1.40601,1.735 2.36701,2.239 0.79504,0.416 0.32299,1.965 0.55902,2.676 0.15197,0.458 0.23602,0.624 0.54797,0.91999 0.54004,0.51401 0.83002,0.64701 1.41003,0.91201 -0.53698,0.367 0.25501,0.63 0.50702,0.811 0.58796,0.424 -0.56805,1.254 0.11097,1.094 -0.10297,0.236 -0.33997,0.46499 -0.17701,0.73201 0.093,0.15199 0.28003,0.22 0.26001,0.42599 -0.055,0.56799 0.16803,1.129 -0.39801,1.481 -0.37896,0.234 -0.583,0.726 -0.87597,0.19699 -0.30298,-0.54399 -1.16199,-0.006 -1.60804,-0.13999 -0.30999,-0.092 -0.60699,0.02 -0.91198,0.062 -0.32697,0.046 -0.47797,-0.15601 -0.76599,-0.179 -0.39801,-0.033 -0.83698,0.14799 -1.20203,0.29199 -0.57495,0.226 -0.70599,0.86 -0.883,1.37601 -0.077,0.22499 -0.32495,0.45199 -0.54095,0.651 -0.14703,0.13598 -0.37903,0.14698 -0.51599,0.17399 0.19696,0.474 -0.02,0.812 0.43896,1.50299 0.24298,0.36501 0.30799,0.81002 0.62104,1.18001 0.30499,0.36 0.41198,0.69701 0.39196,1.168 -0.033,0.75 0.53504,1.07201 0.47602,1.64999 -0.006,-0.291 -0.24903,-0.44999 -0.37702,-0.68299 -0.19397,-0.35199 -0.16797,-0.793 -0.64502,-0.937 0.0111,0.143 0.019,0.28599 0.023,0.429 -0.13195,-0.31599 -1.19799,-0.464 -0.57196,-0.881 -0.17303,0.103 -0.29303,-0.007 -0.35699,-0.167 0,0.513 -0.60706,-0.28 -0.71405,-0.52401 0,0.45201 -0.34101,-0.46299 -0.76599,-0.26799 -0.20697,0.094 -0.41602,0.26999 -0.66297,0.221 -0.30304,-0.061 -0.65204,-0.22699 -0.96502,-0.15 -0.61298,0.152 -0.26899,-0.483 -0.31,-0.86101 -0.024,-0.22099 -0.031,-0.44499 -0.062,-0.66499 -0.042,-0.304 0.182,-0.54201 0.12298,-0.825 -0.25897,0.208 -0.95196,0.016 -1.04797,-0.309 0.112,0.653 -1.86798,0.076 -1.302,1.09 0.28302,0.50601 0.10302,0.82701 0.003,1.356 -0.10602,0.561 0.31103,1.085 0.20501,1.649 -0.042,0.224 -0.208,0.39301 -0.32,0.582 -0.138,0.231 -0.051,0.51 -0.20899,0.73801 -0.29803,0.42898 -0.34503,1.08899 -0.45404,1.58899 -0.13196,0.611 -0.22198,1.05101 -0.47699,1.612 -0.091,0.19999 0.10102,0.75 -0.27997,0.694 0.43097,0.52 -0.026,1.48401 0.24701,2.113 0.13001,0.299 0.32196,0.499 0.172,0.803 -0.17004,0.345 0.45697,0.421 0.638,0.326 0.63599,-0.337 1.026,-0.34399 1.12299,0.52001 0.031,0.28599 0.43402,2.32798 0.84698,1.66699 0.25202,0.58101 0.29303,1.226 0.48499,1.826 0.17199,0.536 0.43805,1.10201 0.44403,1.674 -0.39502,-0.072 -0.47302,-1.805 -0.90003,-1.50501 -0.307,0.21501 0.151,0.89301 0.271,1.067 0.14404,0.20601 0.31305,0.36402 0.49603,0.53202 0.15302,0.14 0.37598,0.087 0.52497,0.22599 0.34503,0.32399 0.41101,0.663 0.98101,0.67901 0.41901,0.012 0.88599,-0.15401 1.25403,0.12799 0.40497,0.309 0.49097,0.875 0.883,1.203 0.414,0.347 0.682,0.51401 0.47497,1.06399 -0.096,0.252 -0.26202,0.76301 -0.57501,0.83001 -0.242,0.051 -0.289,-0.34301 -0.47296,-0.416 -0.48303,-0.191 -0.75104,0.66101 -1.06,0.66 -0.59704,-0.003 -0.46899,-0.584 -0.26105,-0.911 0.22706,-0.356 -0.17895,-0.681 -0.44,-0.74501 -0.36895,-0.091 -0.19995,-0.623 -0.67297,-0.68599 -0.435,-0.058 -0.68799,-0.076 -0.966,-0.44101 -0.391,-0.511 -0.25202,0.37201 -0.41999,0.60201 -0.037,-0.675 -1.72198,-1.308 -1.04901,-2.024 -0.56702,0.33999 -0.34003,-0.54399 -0.61798,-0.71401 0.029,0.347 -0.26404,0.27301 -0.39001,0.062 -0.16303,-0.27302 -0.12598,-0.68702 -0.36298,-0.91501 -0.15601,-0.15 -0.46802,0.046 -0.49902,-0.20101 -0.028,-0.224 0.018,-0.30699 -0.11402,-0.49499 -0.20001,-0.282 -0.17596,-0.261 -0.47302,-0.317 -0.185,-0.035 -0.14996,-0.34 -0.20898,-0.46801 -0.094,-0.207 -0.20197,-0.52699 -0.49897,-0.45199 -0.31799,0.079 -0.18603,0.369 -0.28802,0.595 -0.79602,-0.164 -0.63703,-1.355 -0.54602,-1.92999 0.18402,-1.15702 0.42901,-2.33301 0.67401,-3.48001 0.095,-0.445 0.461,-1.036 0.45599,-1.474 -0.007,-0.515 0.19403,-0.54399 0.39099,-1.002 0.24701,-0.577 1.76203,-2.12599 1.25,-2.761 -0.21997,-0.26999 -0.40197,-1.006 -0.48095,-1.338 -0.12,-0.506 -0.30603,-0.677 -0.55603,-1.10401 -0.14399,-0.246 -0.46698,-0.93699 -0.41901,-1.205 0.117,-0.64898 0.09,-1.12098 -0.17499,-1.74499 -0.43097,-1.01599 -1.43402,-1.63001 -2.08502,-2.498 -0.284,-0.381 -0.56195,-0.756 -0.62299,-1.247 -0.035,-0.27701 0.047,-0.912 0.44703,-0.55101 -0.086,-0.336 0.31201,-0.26399 0.39398,-0.5 0.11603,-0.33499 -0.096,-1.11899 -0.14801,-1.47899 -0.087,-0.595 0.37903,-0.29 0.58905,-0.623 0.13495,-0.214 0.14099,-0.67601 -0.0711,-0.851 -0.06,0.18799 -0.156,0.355 -0.28796,0.501 -0.401,-0.497 -0.51599,-1.07801 -0.68701,-1.667 -0.10901,-0.375 -0.66303,-0.74501 -0.92401,-1.037 -0.404,-0.449 -0.935,-0.925 -1.27503,-1.41501 -0.18799,-0.27099 -0.10095,-0.52699 -0.19,-0.81999 -0.081,-0.26401 -0.36096,-0.474 -0.30298,-0.776 -0.49298,0.145 -0.70898,-0.505 -0.81,-0.858"
           id="path3918" /></g><g
         transform="matrix(3.1757337,0,0,3.1757337,-0.02195285,3.9026)"
         style="fill:#c80200;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
         id="pg"><title
           id="title3082">Papua New Guinea</title><path
           inkscape:connector-curvature="0"
           style="fill:#c80200;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 796.81922,261.1024 c 0.11499,-0.48199 -0.651,-0.68399 -0.97504,-0.78702 0.35101,0.21503 0.703,0.47602 0.97504,0.78702"
           id="path3962" /><path
           inkscape:connector-curvature="0"
           style="fill:#c80200;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 796.72321,260.41139 c 0.31799,-0.32498 -0.30701,-0.38 -0.49902,-0.19198 0.15503,0.092 0.32202,0.156 0.49902,0.19198"
           id="path3964" /><path
           inkscape:connector-curvature="0"
           style="fill:#c80200;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 797.03119,260.26939 c 0.036,-0.19198 -0.09,-0.25698 -0.26196,-0.238 0.082,0.084 0.16998,0.164 0.26196,0.238"
           id="path3966" /><path
           inkscape:connector-curvature="0"
           style="fill:#c80200;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 797.19922,259.29341 c 0.039,-0.16702 -0.04,-0.19201 -0.23803,-0.073 0.08,0.025 0.15899,0.049 0.23803,0.073"
           id="path3968" /><path
           inkscape:connector-curvature="0"
           style="fill:#c80200;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 797.9372,258.50639 c -0.02,-0.13598 -0.099,-0.21499 -0.23798,-0.238 0.079,0.079 0.15796,0.15902 0.23798,0.238"
           id="path3970" /><path
           inkscape:connector-curvature="0"
           style="fill:#c80200;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 790.10224,262.24339 0.47699,-6.04498 c -0.036,-0.414 -0.40204,-0.62002 -0.31,-1.073 0.077,-0.38 0.28998,-0.83902 0.43396,-1.16 l 0.56104,-10.409 c 0.36401,0.14798 1.135,0.392 1.48498,0.56998 0.974,0.49802 1.86603,1.20401 2.93903,1.48602 0.52899,0.13898 1.07898,0.062 1.58899,0.28198 0.58801,0.254 0.96899,0.74302 1.497,1.072 0.41895,0.26001 0.49695,-0.035 0.82801,0.027 0.41699,0.08 0.42895,0.54001 0.823,0.63102 0.45794,0.10498 0.54596,0.60199 0.82995,0.88299 0.29303,0.29099 0.724,0.19699 1.04804,0.51001 0.35296,0.34198 0.63501,0.79797 0.71899,1.28598 0.074,0.427 -0.268,0.77301 -0.21704,1.13101 0.0731,0.52201 1.34204,0.62601 1.72504,0.767 0.38702,0.142 0.833,0.435 1.19201,0.637 0.17395,0.098 0.24597,0.281 0.45301,0.33401 0.242,0.061 0.47198,-0.072 0.71399,0 0.58697,0.17398 1.47796,1.474 0.97998,2.05399 -0.39301,0.458 -1.391,0.074 -1.89899,0.1 -0.80402,0.043 -0.029,1.69199 0.21301,2.05301 0.284,0.423 0.74396,0.72299 1.04797,1.146 0.193,0.26898 0.72101,0.75799 1.10999,0.6 -0.034,0.392 0.038,1.04798 0.15601,1.42398 0.063,0.20002 0.19201,0.276 0.35601,0.374 0.23298,0.139 0.146,0.47302 0.18903,0.69803 0.12598,0.67797 0.67694,0.56896 1.17499,0.37298 0.35498,-0.138 0.966,-0.17902 0.71795,0.371 -0.40295,0.89099 -0.0459,1.164 0.86103,1.20899 0.17199,0.009 0.841,-0.052 0.867,0.21502 0.029,0.292 -0.65198,0.327 -0.82001,0.43198 0.15198,0.17801 0.21698,0.422 0.404,0.57202 0.23498,0.189 0.61901,0.21698 0.888,0.38498 0.41003,0.25702 1.02502,0.39502 1.49304,0.233 -0.23901,0.10501 -0.56006,0.345 -0.836,0.29602 -0.21704,-0.039 -0.45502,-0.17602 -0.49603,0.15699 0.52099,0.13601 1.11102,0.397 0.32898,0.639 -0.51996,0.16001 -1.23395,0.35501 -1.51996,-0.33099 0.17401,0.049 0.32495,0.009 0.453,-0.11902 -0.15399,-0.087 -0.289,-0.062 -0.40399,0.073 -0.0341,-0.492 -0.77301,-0.452 -1.11401,-0.47998 -0.59205,-0.046 -1.185,-0.36002 -1.79303,-0.258 0.022,-0.087 0.047,-0.17401 0.074,-0.26101 -0.25,0.11401 -0.52405,0.18798 -0.80005,0.14401 -0.19598,-0.032 -0.57995,-0.37302 -0.76098,-0.25501 -0.45002,0.293 -0.75098,-0.30401 -1.03601,-0.034 -0.076,-0.305 -0.47596,-0.426 -0.47596,-0.76102 0,-0.259 -0.19305,-0.587 -0.34301,-0.78699 -0.16999,-0.22601 -0.49701,-0.054 -0.67102,-0.30499 -0.141,-0.20502 -0.47498,-0.71002 -0.24897,-0.95502 -0.81103,-0.10498 -0.68499,-0.47598 -0.89904,-1.026 -0.20301,-0.518 -0.654,-1.72198 -1.19696,-1.94699 -0.17804,-0.073 -0.32001,-0.21899 -0.46601,-0.33899 -0.19903,-0.16101 -0.50799,-0.002 -0.73901,-0.031 -0.34497,-0.045 -0.69599,-0.279 -1.05499,-0.348 -0.63599,-0.12402 -0.36799,-0.24102 -0.47498,-0.691 0.003,0.39498 -0.401,0.19 -0.50305,-0.023 -0.048,0.495 -0.31696,0.062 -0.28498,-0.143 -0.11999,0.216 -0.19702,0.427 -0.30999,0 0.003,0.23102 0.018,0.46002 0.049,0.68802 -0.11603,-0.15802 -0.26703,-0.26801 -0.453,-0.33002 -0.081,1.07202 -1.35199,-0.50699 -1.49799,-0.57199 0.17395,0.53799 0.54498,0.99899 0.61798,1.57101 -0.097,-0.028 -0.19202,-0.061 -0.28699,-0.096 0.12799,0.617 -0.86902,-0.129 -1.16705,-0.16602 0.12903,0.20801 0.85706,0.75702 0.41302,0.94302 -0.29498,0.12299 -0.622,0.10999 -0.93096,0.16398 -0.25702,0.046 -0.49903,0.16201 -0.76105,0.064 -0.20496,-0.077 -0.37,-0.15301 -0.594,-0.099 -0.34899,0.085 -0.56695,0.262 -0.71997,-0.19201 0.016,0.33499 0.154,0.45199 0.46997,0.37899 0.44104,-0.10199 0.75605,0.018 1.13599,0.25901 0.73102,0.46301 1.30103,1.33599 0.30402,1.76101 -0.44501,0.18997 -0.92401,0.70099 -1.414,0.741 -0.46497,0.038 -0.85999,-0.39102 -1.378,-0.34402 -0.578,0.052 -1.18896,0.19802 -1.747,-0.056 -0.37598,-0.17099 -0.69397,0.44101 -0.99396,-0.098"
           id="path3954" /><path
           inkscape:connector-curvature="0"
           style="fill:#c80200;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 803.4632,249.74239 c 0.29102,-0.11899 0.341,-0.43399 0.143,-0.664 -0.25598,0.13201 -0.44702,0.45602 -0.143,0.664"
           id="path3972" /><path
           inkscape:connector-curvature="0"
           style="fill:#c80200;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 806.3172,251.72041 c 0.46204,-0.026 0.24701,-0.72802 -0.11401,-0.721 -0.26599,0.005 0.022,0.63699 0.11401,0.721"
           id="path3974" /><path
           inkscape:connector-curvature="0"
           style="fill:#c80200;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 808.41419,252.8644 c 0.36004,-0.27701 0.25305,-1.004 -0.26196,-1.00199 -0.62903,0.002 0.078,0.84299 0.26196,1.00199"
           id="path3976" /><path
           inkscape:connector-curvature="0"
           style="fill:#c80200;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 808.34119,242.83739 c 0.20404,0.055 0.245,-0.024 0.12201,-0.23798 -0.04,0.079 -0.081,0.159 -0.12201,0.23798"
           id="path3978" /><path
           inkscape:connector-curvature="0"
           style="fill:#c80200;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 810.63019,253.1494 c 0.15601,0.20599 0.42401,0.29401 0.52204,0.54901 0.307,-0.22201 0.76696,-0.31702 1.057,0.003 0.20899,0.23099 0.19501,0.47299 0.58698,0.43399 0.51098,-0.05 1.026,0.062 1.53497,-0.038 0.66803,-0.133 1.02405,-0.77201 1.59601,-0.76099 0.58905,0.012 1.38104,-0.81402 1.297,-1.401 0.33203,0.039 1.92303,0.263 1.68902,-0.55902 -0.039,-0.14099 -0.59198,-1.112 -0.11798,-1.01398 0.77899,0.16199 0.979,-0.677 0.979,-1.272 0,-0.21899 0.063,-0.47 -0.169,-0.57602 -0.22302,-0.10199 -0.47699,-0.207 -0.21503,-0.46198 -0.21698,0.084 -0.70196,0.61298 -0.92297,0.29599 -0.23303,-0.33599 -0.84503,-0.32199 -0.78601,0.18699 0.055,0.48501 0.32202,0.89602 0.24402,1.41201 -0.077,0.51499 -0.80304,0.24298 -1.16205,0.53299 -0.38898,0.31302 -0.45197,0.805 -0.75299,1.17801 -0.12598,0.15698 -0.36499,0.146 -0.539,0.193 -0.39496,0.10699 -0.32898,-0.053 -0.70301,-0.11899 -0.28399,-0.05 -0.61999,0.48199 -0.84295,0.17599 -0.29602,-0.40701 -0.28101,-1.056 0.203,-1.306 -0.41205,-0.44299 -0.77002,0.79099 -0.65503,0.983 0.21197,0.35498 -1.47302,0.52601 -1.65302,0.51499 -0.234,-0.014 -0.35498,-0.12799 -0.56396,-0.21298 -0.28003,-0.11502 -0.39703,0.049 -0.65399,0.031 -0.22803,-0.017 -0.80402,0.10098 -0.92304,-0.083 -0.19397,-0.29599 -0.52398,0.422 -0.21899,0.736 0.21503,0.22101 0.43799,0.156 0.69403,0.26599 0.18799,0.083 0.25494,0.27902 0.47595,0.31201"
           id="path3982" /><path
           inkscape:connector-curvature="0"
           style="fill:#c80200;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 812.55719,249.6234 c 0.051,-0.216 -0.028,-0.23901 -0.23797,-0.069 0.08,0.023 0.15899,0.046 0.23797,0.069"
           id="path3984" /><path
           inkscape:connector-curvature="0"
           style="fill:#c80200;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 813.39124,240.6944 c 0.25995,-0.24001 -0.216,-0.804 -0.46204,-0.58699 -0.151,0.13299 0.36304,0.53698 0.46204,0.58699"
           id="path3986" /><path
           inkscape:connector-curvature="0"
           style="fill:#c80200;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 813.48719,263.3644 c 0.09,-0.17499 0.112,-1.11399 -0.318,-0.87201 -0.51495,0.29101 0.069,0.71402 0.318,0.87201"
           id="path3988" /><path
           inkscape:connector-curvature="0"
           style="fill:#c80200;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 814.72419,263.91039 c 0.50701,-0.53 -0.20795,-0.78897 -0.60596,-0.939 -0.711,-0.267 0.011,0.48102 -0.39301,0.724 0.28296,-0.104 0.78296,0.006 0.99897,0.215"
           id="path3990" /><path
           inkscape:connector-curvature="0"
           style="fill:#c80200;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 814.00922,243.29039 c 0.20502,0.189 0.341,0.43301 0.64197,0.47601 0.31103,0.045 0.682,-0.14901 0.44903,-0.50799 -0.20202,-0.31101 -1.03698,-0.49402 -1.091,0.032"
           id="path3992" /><path
           inkscape:connector-curvature="0"
           style="fill:#c80200;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 814.50922,266.6024 c 0.38599,-0.634 -0.698,-0.033 0,0"
           id="path3994" /><path
           inkscape:connector-curvature="0"
           style="fill:#c80200;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 814.7732,264.72041 h 0.21203 c -0.30603,0.202 0.21698,0.38099 0.35596,0.431 0.34601,0.12299 0.48804,-0.42801 0.263,-0.61901 -0.12396,0.068 -0.20196,0.17099 -0.23498,0.307 -0.40302,-0.143 -0.555,-0.616 -0.90601,-0.83301 0.13904,0.219 0.276,0.45102 0.31,0.71402"
           id="path3996" /><path
           inkscape:connector-curvature="0"
           style="fill:#c80200;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 814.62824,266.6714 c 0.0649,-0.11099 0.15997,-0.182 0.28699,-0.211 -0.18702,-0.067 -0.29505,0.013 -0.28699,0.211"
           id="path3998" /><path
           inkscape:connector-curvature="0"
           style="fill:#c80200;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 815.69922,261.38741 c -0.15399,-0.30902 -0.064,-0.88901 0.073,-1.19101 -0.26898,0.044 -0.47601,0.42599 -0.073,0.453 -0.097,0.25201 -0.323,0.53799 0,0.73801"
           id="path4000" /><path
           inkscape:connector-curvature="0"
           style="fill:#c80200;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 815.91419,244.6494 c 0.16205,-0.029 0.32104,-0.069 0.47601,-0.12201 -0.17798,-0.10498 -0.36297,-0.04 -0.47601,0.12201"
           id="path4002" /><path
           inkscape:connector-curvature="0"
           style="fill:#c80200;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 820.58118,247.15041 c -0.34796,-0.049 -0.487,-0.633 -0.69397,-0.857 -0.323,-0.35 -0.91699,-0.89401 -1.362,-1.073 -0.46698,-0.18902 -0.72302,-0.69 -1.19299,-0.88 -0.17304,-0.069 -0.29401,0.11899 -0.36603,-0.133 -0.072,-0.25 -0.58197,-0.418 -0.76697,-0.60601 0.09,0.18701 0.016,0.30099 -0.18902,0.30801 0.23303,0.20398 0.56903,0.17999 0.79998,0.38898 0.284,0.25702 0.56806,0.51602 0.86701,0.755 0.328,0.26199 0.63501,0.60001 1.00903,0.797 0.27997,0.14603 0.60797,0.186 0.85901,0.39001 0.487,0.39701 0.65399,1.07401 0.92499,1.61301 0.18701,0.37299 0.011,0.763 0.042,1.15198 0.029,0.37802 0.29602,0.64901 0.453,0.975 0.29499,-0.24099 0.82599,-1.371 0.67402,-1.73397 -0.12403,-0.29603 -0.39502,-0.48401 -0.52503,-0.76102 -0.16199,-0.344 -0.20196,-0.21601 -0.53302,-0.33499"
           id="path4004" /><path
           inkscape:connector-curvature="0"
           style="fill:#c80200;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 819.17524,266.76741 c 0.0799,-0.063 0.16095,-0.125 0.24096,-0.18802 -0.23901,0.001 -0.47699,-0.015 -0.71399,-0.05 0.15699,0.08 0.31501,0.16001 0.47303,0.23801"
           id="path4006" /><path
           inkscape:connector-curvature="0"
           style="fill:#c80200;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 819.8432,262.53041 c 0.77399,-0.029 -0.073,-1.16501 -0.57202,-0.595 0.263,0.13699 0.29602,0.47498 0.57202,0.595"
           id="path4012" /><path
           inkscape:connector-curvature="0"
           style="fill:#c80200;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 820.15424,268.41139 c -0.037,-0.17099 -0.019,-0.25399 -0.23901,-0.21499 0.08,0.072 0.15997,0.143 0.23901,0.21499"
           id="path4014" /><path
           inkscape:connector-curvature="0"
           style="fill:#c80200;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 820.91523,269.43639 c 0.169,-0.045 0.32,-0.124 0.453,-0.23798 -0.22302,-0.207 -0.89301,-0.66501 -1.21399,-0.47601 0.16296,0.13299 0.15497,0.36401 0.30695,0.49899 0.19702,0.17401 0.32702,-0.16299 0.45404,0.215"
           id="path4016" /><path
           inkscape:connector-curvature="0"
           style="fill:#c80200;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 820.60419,245.3604 c 0.11304,-0.19 0.024,-0.38101 -0.143,-0.49899 -0.0699,0.199 -0.022,0.36599 0.143,0.49899"
           id="path4018" /><path
           inkscape:connector-curvature="0"
           style="fill:#c80200;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 822.36621,268.84139 c 0.14301,-0.103 0.30103,-0.15 0.47699,-0.142 -0.216,-0.31598 -0.46698,-0.016 -0.73797,0 0.087,0.047 0.17401,0.094 0.26098,0.142"
           id="path4020" /><path
           inkscape:connector-curvature="0"
           style="fill:#c80200;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 825.25019,251.72041 c 0.34301,-0.29602 0.36505,-0.92501 0,-1.21402 -0.20301,0.36503 -0.12799,0.83802 0,1.21402"
           id="path4024" /><path
           inkscape:connector-curvature="0"
           style="fill:#c80200;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 826.03418,253.90941 c 0.18103,0.168 0.44306,0.23898 0.48102,0.508 0.047,0.33499 -0.008,0.677 0.25,0.94198 0.37799,0.38602 1.71399,0.496 1.57202,-0.24399 -0.06,-0.311 -0.14599,-0.52801 -0.34503,-0.79001 -0.11798,-0.15698 -0.24896,-0.44799 -0.44,-0.526 -0.17597,-0.072 -0.34497,-0.076 -0.43201,-0.26898 -0.36499,-0.80502 -0.84295,-1.56302 -1.72796,-1.85602 0.237,0.262 0.08,0.668 0.059,0.97101 -0.0371,0.50199 0.35394,0.86099 0.58294,1.26401"
           id="path4026" /><path
           inkscape:connector-curvature="0"
           style="fill:#c80200;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 827.7732,256.50539 c 0.08,-0.024 0.15899,-0.048 0.23901,-0.072 -0.051,-0.314 -0.40802,-0.35199 -0.47699,-0.024 0.08,0.032 0.159,0.064 0.23798,0.096"
           id="path4028" /><path
           inkscape:connector-curvature="0"
           style="fill:#c80200;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 828.60718,256.1024 c 0.051,-0.15899 0.051,-0.31799 0,-0.47601 v 0.47601"
           id="path4030" /><path
           inkscape:connector-curvature="0"
           style="fill:#c80200;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 805.36524,242.50639 c -0.32105,-0.371 0.22497,-0.703 0.53296,-0.785 0.49603,-0.13098 1.05902,0.142 1.54004,0.237 -0.422,0.093 -0.45301,0.426 -0.97504,0.426 -0.21198,0 -0.40997,-0.19199 -0.61902,-0.16498 -0.18097,0.023 -0.31897,0.21399 -0.47894,0.28698"
           id="path4032" /></g><path
         inkscape:connector-curvature="0"
         style="fill:#510000;fill-opacity:1;stroke:#000000;stroke-width:0.66666663;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
         d="m 1680.9733,450.46475 c 4.5794,-2.24525 8.6062,-4.43968 12.6807,-7.2375 1.2957,-0.89238 2.693,-1.99119 3.4393,-3.1281 1.4291,-2.1849 0.289,-5.06847 0.5748,-5.88781 0.029,-3.39168 0.9432,-3.81088 0.7495,-5.44321 -0.216,-1.82287 -2.8105,-5.02083 -0.8098,-6.58329 1.1464,-0.89238 2.5691,-0.85428 3.7505,-1.84193 0.994,-0.82886 3.6648,-2.99789 2.8709,-3.87122 -0.362,-0.40014 0.3652,0.0349 0.9082,-0.12703 0.8956,-0.27311 1.1878,-1.11468 1.5784,-1.82922 0.3842,-0.70184 4.3793,-0.054 5.2526,0.28264 0.6955,0.26676 1.3942,0.51765 2.1246,0.6669 1.2004,0.24771 1.5593,-0.52717 2.6041,-0.72089 2.6327,-0.48906 0.8352,2.95979 2.3278,2.82641 1.0861,-0.0984 1.518,-1.74666 2.7153,-1.7022 1.5212,0.0572 1.4672,2.63904 2.1341,3.53459 0.3144,0.42238 0.7272,0.34934 0.9908,0.87968 0.3208,0.64785 -0.1048,1.57199 0.4414,2.10551 1.1528,1.12739 3.6839,2.23572 2.6518,4.17927 1.7085,-0.38109 2.4103,1.15279 3.1725,1.44178 1.4545,0.5494 1.4767,-0.60339 4.6175,0.22548 -0.2731,1.18137 -1.645,0.90826 -2.1372,1.8197 -0.8321,1.5434 1.5243,2.68984 1.6577,4.09034 0.1778,1.84828 -2.0833,-0.18419 -2.0166,1.68949 0.029,0.84475 -0.886,0.70184 -1.1178,1.49895 -0.2636,0.89873 0.1778,1.56881 0.3334,2.39768 -0.5716,-0.003 -1.102,-0.15562 -1.5879,-0.45731 -0.127,0.76218 -0.6573,1.34016 -0.057,1.96896 0.6542,0.68595 1.1464,0.97812 0.7844,2.10233 -0.343,1.0734 -1.3052,1.31793 -0.3811,2.14997 0.7908,0.71454 1.4862,1.56881 2.3754,2.16585 0.8861,0.59704 5.5131,4.56036 2.8773,5.3003 1.0257,0.25089 0.7653,1.44814 1.6132,1.25124 1.2195,-0.28264 1.8991,0.49224 2.8772,1.04164 1.7912,1.01306 2.9376,3.31229 5.4179,3.50601 1.1781,0.0921 3.344,3.92521 4.3825,4.843 1.572,1.38779 0.6097,2.82322 0.2159,4.73184 -0.1905,0.91461 -0.1429,3.50601 1.21,3.60128 0.4732,0.0349 1.2671,-0.0635 1.6418,0.40967 0.4796,0.60974 0.4764,1.83557 0.3684,2.5787 -0.2445,1.6482 0.6161,2.13409 2.4612,3.46155 0.9305,0.67325 0.7209,2.75336 2.0388,3.07093 -0.6796,0.0508 -4.7445,-0.52717 -4.8334,-1.27029 0.5589,1.3211 -1.7658,0.26041 -2.674,0.2223 -1.3148,-0.0572 -3.0138,0.25088 -3.6076,1.51482 -1.2894,2.74066 -1.0576,8.19975 -5.4337,7.70116 l -11.0484,-1.26394 c -3.6966,-0.53035 -3.8331,-2.4739 -7.2153,-4.59847 -9.3557,-6.87864 -18.3144,-15.12284 -28.7848,-19.71178 -3.7633,-1.6482 -7.1073,-1.50847 -10.5053,-2.25794 2.1309,-2.30876 -0.4351,-1.29253 -1.0766,-2.27383 -0.1588,-0.24453 -0.289,-0.73042 -0.1525,-0.97495 0.5336,-0.61291 0,-1.23853 -0.3271,-2.13409 -0.7431,-1.97848 -1.4449,-3.92838 -2.0769,-5.94497"
         id="iq"><title
           id="title3088">Iraq</title></path><g
         transform="matrix(3.1757337,0,0,3.1757337,-0.02195285,3.9026)"
         style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
         id="hr"><title
           id="title3742">Croatia</title><path
           inkscape:connector-curvature="0"
           style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 468.3682,106.2104 c 0.16302,0.038 0.324,0.081 0.48901,0.116 0.21399,0.046 0.38101,-0.16 0.496,-0.2 0.057,-0.02 0.538,0.442 1.23301,-0.446 0.431,0.423 0.78198,0.27 1.25,0.53 0.61099,0.34 0.30798,-0.41 0.57898,-0.476 -0.11799,-0.027 -0.21799,-0.129 -0.33399,-0.167 0.944,-0.677 1.168,0.037 0.82501,-1.252 -0.043,-0.164 0.78498,-0.311 0.91999,-0.441 0.208,-0.199 -0.007,-0.129 0.20901,-0.271 0.003,-10e-4 0.32599,0.082 0.38199,0.083 -0.62799,-0.716 0.552,-0.43 0.78799,-0.194 0.16602,0.167 1.06501,0.706 1.185,0.869 0.478,0.538 1.17502,0.802 1.92301,1.045 1.77999,0.099 0.97299,-0.368 1.76101,-0.476 -0.018,-0.172 0.125,0.192 0.22699,0.406 0.14701,0.31 0.013,0.713 0.47101,0.731 -0.75799,0.527 0.91,0.828 0.73398,0.938 l -0.73398,0.181 c 0.241,0.394 -0.067,1.042 -0.56802,0.654 -0.32898,-0.586 -0.31998,-0.277 -0.486,-0.436 -0.30899,-0.113 -0.59399,-0.179 -0.90698,-0.096 -0.33902,0.089 -0.31701,-0.172 -0.64902,0.01 -0.24499,0.135 -0.41198,-0.005 -0.64398,-0.06 -0.561,-0.012 -1.05301,-0.193 -1.578,-0.343 -0.388,0.035 0.14899,0.199 -0.45102,0.035 -0.44,-0.119 -0.47497,-0.007 -0.62598,0.266 -0.32501,0.586 -0.37201,0.328 -0.93301,-0.088 -0.72202,-0.534 -0.62299,0.445 -0.57901,0.81 0.027,0.225 -0.041,0.267 0.19202,0.367 0.20898,0.09 0.56198,0.314 0.70999,0.518 0.30801,0.426 -0.013,1.021 0.64401,1.405 0.62799,0.367 0.983,0.979 1.564,1.414 0.46899,0.35 0.68298,0.783 1.08798,1.136 0.488,0.42599 0.24402,0.916 -0.30899,0.271 -0.57199,-0.667 -1.996,-1.645 -2.91901,-1.301 -0.241,0.09 -0.36798,-0.003 -0.52298,-0.204 -0.19302,-0.25 -0.073,-0.317 -0.43802,-0.497 -0.53198,-0.265 -1.26098,-0.864 -1.47,-1.432 0.33002,-0.057 0.629,-0.009 0.95502,0.048 -0.42801,-0.315 -0.957,-0.55 -1.25601,-1.012 -0.249,-0.386 -0.084,-0.881 -0.327,-1.263 -0.21399,-0.337 -0.69101,-0.658 -1.074,-0.763 -0.28299,-0.077 -0.54099,0.735 -0.487,0.943 -0.12201,-0.05 -0.167,-0.014 -0.262,-0.119 -0.036,0.272 -0.10199,0.564 -0.311,0.762 -0.16901,-0.131 -0.715,-0.807 -0.453,-1.024 -0.301,0.07 -0.447,-0.757 -0.52201,-1 0.071,0.007 0.14301,0.015 0.215,0.023"
           id="path4066" /><path
           inkscape:connector-curvature="0"
           style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 477.81922,113.5204 c 0.24698,-0.21699 0.54999,0.112 0.888,0.41001 0.422,0.37199 1.36398,0.44899 1.06698,0.804 -0.38198,-0.053 -1.04599,-0.59301 -1.34899,-0.83501 -0.26401,-0.211 -0.60901,-0.179 -0.913,-0.284 -0.32999,-0.113 -0.604,-0.406 -0.979,-0.35701 0.39001,-0.29899 1.143,0.16501 1.45501,0.40502 -0.056,-0.048 -0.113,-0.095 -0.169,-0.14301"
           id="path4068" /><path
           inkscape:connector-curvature="0"
           style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 470.13022,107.5674 c -0.134,-0.144 -0.17401,-0.311 -0.11902,-0.5 0.275,0.453 0.32401,0.979 0.47602,1.476 -0.31501,-0.047 -0.62201,-0.743 -0.357,-0.976"
           id="path4070" /><path
           inkscape:connector-curvature="0"
           style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 470.53421,109.0434 c -0.12799,-0.164 -0.26199,-0.323 -0.40301,-0.476 0.17001,0.122 0.31302,0.286 0.40301,0.476"
           id="path4072" /><path
           inkscape:connector-curvature="0"
           style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 470.74921,107.5674 c -0.21399,-0.023 -0.595,-0.461 -0.23801,-0.572 0.24802,-0.077 0.439,0.478 0.61802,0.572 -0.129,0.132 -0.25602,0.132 -0.38001,0"
           id="path4074" /><path
           inkscape:connector-curvature="0"
           style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 470.91422,108.0434 c 0.08,0.048 0.159,0.096 0.23797,0.143 -0.21398,0.101 -0.29299,0.054 -0.23797,-0.143"
           id="path4076" /><path
           inkscape:connector-curvature="0"
           style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 471.39121,109.8294 c -0.08,-0.063 -0.159,-0.127 -0.23902,-0.19 0.10502,0.033 0.18503,0.096 0.23902,0.19"
           id="path4078" /><path
           inkscape:connector-curvature="0"
           style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 471.62922,109.1394 c -0.232,-0.223 -0.46402,-0.453 -0.61902,-0.738 0.29101,0.403 0.80401,0.549 1.095,0.952 -0.232,0.178 -0.36899,-0.038 -0.47598,-0.214"
           id="path4080" /><path
           inkscape:connector-curvature="0"
           style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 471.65219,110.2584 c -0.079,-0.072 -0.15698,-0.143 -0.23498,-0.215 0.30899,0.024 0.38199,0.386 0.61801,0.524 -0.181,-0.037 -0.30902,-0.14 -0.38303,-0.309"
           id="path4082" /><path
           inkscape:connector-curvature="0"
           style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 472.20121,110.7344 c 0.18499,0.103 0.35101,0.23 0.49899,0.381 -0.18698,-0.087 -0.384,-0.203 -0.49899,-0.381"
           id="path4086" /><path
           inkscape:connector-curvature="0"
           style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 472.20121,110.3294 c -0.08,-0.055 -0.159,-0.111 -0.23801,-0.166 0.11902,0.003 0.198,0.059 0.23801,0.166"
           id="path4088" /><path
           inkscape:connector-curvature="0"
           style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 473.10721,111.3054 c 0.087,0.04 0.17401,0.08 0.26099,0.12 -0.092,-0.03 -0.17899,-0.07 -0.26099,-0.12"
           id="path4090" /><path
           inkscape:connector-curvature="0"
           style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 474.4632,111.7824 c 0.079,-0.008 0.159,-0.016 0.23801,-0.024 -0.078,0.032 -0.15699,0.04 -0.23801,0.024"
           id="path4092" /><path
           inkscape:connector-curvature="0"
           style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 474.8432,112.2824 c -0.08,-0.04 -0.15899,-0.08 -0.238,-0.119 0.10202,-10e-4 0.181,0.039 0.238,0.119"
           id="path4094" /><path
           inkscape:connector-curvature="0"
           style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 475.55722,112.4724 c -0.24502,-0.002 -0.55401,-0.061 -0.595,-0.357 0.32999,-0.01 0.664,0.033 0.97599,0.143 -0.099,0.121 -0.22599,0.192 -0.38099,0.214"
           id="path4096" /><path
           inkscape:connector-curvature="0"
           style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 476.0112,113.4964 c -0.165,-0.039 -0.33099,-0.062 -0.5,-0.071 0.29502,-0.257 0.92102,-0.215 1.237,-0.024 -0.24698,0.078 -0.50598,-0.055 -0.737,0.095"
           id="path4098" /><path
           inkscape:connector-curvature="0"
           style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 476.44022,112.8774 c -0.48901,0.017 -0.983,-0.028 -1.45502,-0.167 0.56,-0.184 1.129,0.115 1.694,0.096 -0.08,0.023 -0.15899,0.047 -0.23898,0.071"
           id="path4100" /><path
           inkscape:connector-curvature="0"
           style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 478.03522,114.06841 c -0.24002,-0.083 -0.491,-0.11602 -0.73801,-0.16701 0.25199,-0.055 0.525,0.036 0.73801,0.16701"
           id="path4102" /></g><path
         inkscape:connector-curvature="0"
         style="fill:#ffc0c0;fill-opacity:1;stroke:#000000;stroke-width:0.66666663;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
         d="m 1383.9406,622.64668 c -1.1115,-1.31476 0.1873,-3.70926 0.073,-5.21774 1.3402,0.47001 2.9884,0.33663 4.3952,0.35251 1.6578,0.0191 2.077,-0.82887 3.0583,-1.96578 1.1813,-1.37191 2.5564,-1.02894 4.2427,-1.15914 2.1532,-0.16831 4.2968,-0.36521 6.4563,-0.40967 1.0194,-0.019 2.0166,-0.019 3.0296,0.0985 1.9944,0.235 0.1144,-0.60974 1.0512,-0.84792 1.4958,-0.38427 3.4552,1.63232 4.1062,-0.0762 0.5717,-1.49895 2.331,-1.70537 2.9217,-3.06458 0.6066,-1.39098 0.5844,-2.88039 1.3529,-4.23961 1.6069,-2.82958 1.248,-5.96403 1.41,-9.19692 0.2287,-4.61117 0.1556,-9.22869 0.1302,-13.8462 -0.016,-2.86769 0.235,-3.61399 3.0868,-4.27772 2.5216,-0.58433 5.1288,-0.72406 7.6472,-1.34333 2.9661,-0.73042 4.9224,-3.64574 7.0247,-5.69092 3.0551,-2.97248 5.9831,-6.20856 9.3494,-8.82854 6.8659,-5.34476 14.4781,-10.1814 21.8109,-14.85925 3.4552,-2.20396 6.7707,-4.61434 10.2259,-6.8183 3.2297,-2.06423 7.5677,0.054 11.0102,0.99083 3.0075,0.82251 5.4305,2.78194 7.4821,5.06847 0.886,0.98765 1.1591,1.03529 2.2452,0.28899 1.5371,-1.05435 3.1853,-1.90227 4.7922,-2.84546 0.7622,4.01095 1.3878,7.93616 1.699,11.99792 0.127,1.61328 1.0734,2.72478 1.9055,4.03954 0.4763,0.75264 0.9114,1.54023 1.2321,2.36909 0.3049,0.77806 -0.5494,1.41003 0.1207,2.17856 0.8638,0.99083 2.3151,1.83239 2.6803,3.17255 0.4478,1.63868 -1.4163,3.33135 -1.5688,4.97003 -0.4541,4.89063 -1.229,9.7622 -1.229,14.68459 0,2.12139 -0.2159,4.23325 -0.2794,6.35464 -0.048,1.70537 0.1841,3.78865 -0.3843,5.42098 -0.4923,1.41003 -1.8959,2.61045 -2.8042,3.76007 -1.4735,1.86416 -3.0804,3.62034 -4.573,5.46861 -2.4549,3.03918 -4.5413,6.52296 -5.9069,10.17188 -0.3271,0.87968 -0.7209,1.73712 -1.3243,2.47072 -0.2858,0.34933 -0.886,0.25088 -1.1051,0.67643 -0.6797,1.33381 0.9654,5.11611 1.1782,6.5833 -0.7241,0 -1.6546,-0.1842 -2.3025,0.24135 -0.6923,0.45096 -0.5748,0.93367 -1.3623,1.27982 -1.7467,0.77171 -3.0138,1.48307 -4.3413,2.88357 -2.0451,2.15315 -3.2614,1.2163 -5.7417,0.20642 -2.9058,-1.1782 -5.5162,-1.33698 -8.6158,-1.41955 -2.6549,-0.0699 -4.9414,0.41602 -6.958,2.23889 -0.686,0.61927 -1.1909,1.33381 -1.7149,2.08328 -0.9019,1.30205 -1.4481,0.47636 -2.7534,0.59704 -3.055,0.27946 -4.3666,-1.26712 -6.9199,-2.28653 -1.8673,-0.7463 -4.0014,-3.3758 -6.2498,-2.1849 -0.8511,0.44778 -1.4926,1.19407 -2.3247,1.67678 -0.6383,0.37157 -1.645,-0.19054 -1.9308,0.42873 -1.1814,2.54376 -3.2329,-0.60657 -3.7124,-1.66726 -1.1338,-2.49613 -2.8709,-3.45202 -5.4051,-3.90933 -1.4418,-0.25723 -2.5311,-1.47672 -4.0046,-1.61327 -1.3021,-0.1175 -1.8197,1.23536 -3.2107,1.20678 -2.5057,-0.0476 -4.7954,-0.26041 -6.6246,1.82287 -0.6034,0.68596 -1.2322,1.01941 -1.3147,1.95625 -0.1398,1.55611 -0.1874,2.86769 -1.1179,4.17609 -1.2576,1.77206 -2.7915,2.94073 -2.7057,5.29077 0.019,0.49542 -0.2509,5.51625 -0.5558,5.34476 -1.4926,-0.84157 -4.7032,-6.51343 -6.2689,-6.32288 -0.489,0.0603 -0.6923,0.65737 -1.1274,0.82251 -0.5779,0.2223 -1.8673,0.0603 -2.2547,0.65103 -0.2001,0.30487 0.6701,2.81687 0.076,2.79782 -0.5335,-0.0159 -1.753,-2.2516 -2.0039,-2.66444 -0.8193,-1.34334 -0.1842,-1.61963 0.9368,-2.06741 -0.3588,-0.74629 -0.4287,-1.78793 -1.1337,-2.32781 -1.2703,-0.97177 -2.0547,1.05434 -3.3758,0.81934 -2.4548,-0.43507 -6.4626,-4.31265 -5.3225,-6.88499 0.6891,0.49859 1.3624,0.51764 2.1118,0.15244 -0.3652,-0.30805 -5.132,-3.65527 -5.2876,-3.33135 0.3462,-0.71136 -1.4163,-2.04517 -1.6482,-2.83911 -0.3938,-1.36874 -0.076,-2.63903 -1.3782,-3.58857"
         id="ne"><title
           id="title3715">Niger</title></path><path
         inkscape:connector-curvature="0"
         class="selected"
         style="opacity:1;fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.66666663;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
         d="m 1534.9562,335.52542 c 0.8194,-0.56211 1.4482,-0.51447 2.277,-0.29852 0.8035,0.20642 0.8543,-0.83522 1.5022,-1.0607 0.7145,-0.25088 1.4862,-0.0699 2.2007,-0.29217 1.0385,-0.3271 0.8384,-1.58151 1.3243,-2.35957 0.4668,-0.73994 1.0925,-1.35921 1.6133,-2.0547 0.6732,-0.89555 0.5875,-1.69901 1.1877,-2.50883 0.5304,-0.71454 1.1496,-1.55293 1.4386,-2.4072 0.3366,-0.99401 -0.057,-1.45449 0.6479,-1.8324 0.6986,-0.36838 0.9051,-0.61927 1.3878,-1.23536 0.7558,-0.96542 2.1372,-0.27946 3.0423,-1.03846 0.7495,-0.62562 1.2671,-1.5053 2.0928,-2.04518 1.1369,-0.74947 2.4231,0.1969 3.5918,0.34933 1.1115,0.14291 2.2103,0.37792 3.325,0.49224 1.3274,0.13338 3.0074,-0.45413 4.2078,0.32075 2.2675,1.46401 2.4771,2.34687 4.589,0.33345 1.3211,-1.26394 4.0712,-0.62244 5.7417,-0.90191 1.102,-0.18419 0.9114,-0.98447 1.5402,-1.67996 0.6796,-0.74947 1.9848,-0.79711 2.9153,-0.69231 2.0833,0.23501 3.2647,2.42626 4.138,4.084 0.9686,1.83557 2.3342,3.43614 3.8173,4.85569 2.1626,2.08011 3.163,3.61081 4.0331,6.4658 0.3208,1.04481 -0.3048,2.10551 -0.5367,3.09316 -0.2699,1.13374 0.2319,2.34052 0.3176,3.48378 0.1397,1.90544 0.6066,2.68032 2.1087,3.74101 0.578,0.4065 1.9531,1.39733 2.8169,0.89874 0.959,-0.55576 5.8592,-3.26783 6.542,-0.41285 0.8638,3.62669 -1.0798,4.97955 -4.427,4.95415 0.4097,-0.33028 0.7622,-2.32146 -0.108,-2.28971 -1.0384,0.0349 -0.4827,2.43579 -1.248,3.04553 0.4986,-0.1175 1.0003,-0.19372 1.5116,-0.22548 -0.7622,0.33028 -2.1245,0.4319 -1.2068,1.43544 0.27,-0.23501 0.5209,-0.48589 0.7559,-0.75583 -0.324,1.19408 -1.6038,1.85145 -1.8166,3.09952 -0.2286,1.33063 0.7781,3.50918 -0.092,4.75089 -0.5049,-0.42554 -1.6355,0.0445 -2.1372,-0.21595 -0.4002,-0.20959 -1.8546,-1.27664 -2.6422,-1.99436 -1.0766,-0.33027 -2.0928,0.17785 -3.5314,-0.51446 -1.1592,-0.55576 -3.1599,-1.283 -5.3924,-0.38109 -4.9097,0.48588 -5.9672,3.2456 -8.2157,3.75371 -1.3782,0.31123 -3.29,-0.35885 -5.2844,-0.61609 -2.3977,-0.30804 -3.6743,0.37156 -4.9954,0.34298 -1.1052,-0.0286 -2.458,-1.14326 -4.3952,-1.21948 -0.9845,-0.0381 -4.1507,0.79711 -4.8303,-0.27629 -0.9908,-1.56881 2.9502,-1.6355 -0.6701,-2.94708 -0.8924,-0.32075 -1.2004,-0.26994 -2.385,-1.9372 -1.0289,-1.44813 1.3815,-1.09245 1.8896,-1.33698 -0.5716,-0.69866 -1.7721,-1.43861 -2.6867,-1.11468 -0.632,0.22547 -0.7939,1.88956 -1.5497,1.72442 -0.7527,-0.16196 -1.8356,-1.40685 -2.801,-1.68632 -1.0449,-0.30169 -2.2707,-0.5748 -3.0678,-1.39732 0.8797,-0.25723 1.0829,-1.37827 0,-1.51165 1.0067,-0.94637 0.4637,-1.60692 -0.7272,-2.02294 -1.6038,-0.5621 -2.8169,-1.5053 -4.2015,-2.43896 1.2385,-2.45485 -2.1945,-3.94426 -3.6077,-5.5226"
         id="ro"><title
           id="title3746">Romania</title></path><path
         inkscape:connector-curvature="0"
         style="fill:#900000;fill-opacity:1;stroke:#000000;stroke-width:0.66666663;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
         d="m 1556.8847,900.69804 c 0,-8.59354 0.032,-17.21565 0.1397,-25.80919 0.013,-0.92096 -0.3207,-2.81687 0.9622,-3.09951 1.1211,-0.24454 2.5057,0.073 3.6458,0.10479 3.8172,0.0984 7.8758,0.75901 11.5819,-0.46365 -1.2004,-1.32746 -0.5907,-2.51518 -0.025,-3.95061 0.6859,-1.74348 -0.235,-3.10587 -0.1429,-4.84617 0.1715,-3.21702 1.5529,-6.90723 0.2413,-10.10836 1.2068,0.019 1.0893,1.33063 2.3437,1.59104 1.3846,0.28581 0.7686,2.34369 0.2319,3.17573 1.6672,0.36839 1.5148,0.32393 3.1376,-0.38109 1.5815,-0.68913 3.3885,-1.11785 5.1034,-1.2163 -0.6161,1.2163 -0.3112,3.42661 0.651,4.39204 0.7558,0.75582 1.9912,0.28899 2.928,0.72089 1.3624,0.62244 2.3501,1.21948 3.903,1.24171 2.4993,0.0349 4.8208,1.68314 5.7068,-1.49895 0.9654,-3.47107 1.9912,0.4065 3.1948,1.46084 0.8257,0.72089 0.7114,1.87368 1.3116,2.75019 0.9527,1.39732 2.0007,0.073 2.8327,0.61927 1.2576,0.82569 1.7435,1.58151 3.1059,1.55928 1.6037,-0.0286 1.229,2.59775 2.2992,3.5854 1.5688,1.45449 1.8674,2.67397 2.7566,4.53495 1.1273,2.34687 4.4047,-2.20078 5.6464,-0.67961 -0.543,0.4319 -0.5653,1.14962 0.127,1.42591 1.21,0.48271 0.7972,-1.97213 0.813,-2.49613 0.079,-3.04235 0.1842,-6.09423 0.1842,-9.13658 -0.5494,0.20642 -1.1528,0.26041 -1.7117,0.43507 -0.9622,0.29852 -0.6828,1.12739 -1.0956,1.78159 -0.7209,1.13374 -3.903,-1.46719 -4.6334,-2.22937 -2.2072,-2.30558 -4.7382,-4.19197 -3.4393,-8.01237 0.705,-2.07058 1.302,-3.77913 1.88,-5.53848 0.397,-1.21313 -0.4065,-3.23608 -0.2953,-4.60164 0.181,-2.22937 1.2829,-6.93263 -1.6991,-7.85041 0.9655,-2.53742 6.3197,-3.94427 4.2714,-7.3296 4.4174,-0.94637 8.3458,-1.21948 13.3794,-2.34369 0,0.85427 -1.0512,1.9372 -1.0194,2.15315 0.07,0.45413 1.4989,-0.18737 0.7812,1.00035 0.1492,0.28582 0.6955,-1.23536 2.566,0.6288 1.934,1.92767 2.6454,0.65103 2.4485,-0.30805 2.1563,0.0222 2.7025,0.78441 3.5949,2.36593 0.3906,0.68913 0.8289,0.40649 1.4196,0.19371 0.7653,-0.27311 1.0352,1.00036 1.664,1.26395 1.2703,0.53352 3.6108,0.35568 4.0237,1.8578 0.1207,0.44778 0.9718,0.28264 1.4958,0.4446 0.8733,0.27312 1.6355,0.55576 1.9562,0.92732 0.3176,0.37156 0.3049,0.83204 0.1493,1.31158 -0.416,1.26711 2.4961,0.78758 3.0074,2.67714 0.1715,0.63197 -0.3271,1.00036 -0.2318,1.58469 0.1492,0.90826 0.8384,1.23219 1.464,1.79111 0.543,0.48589 0.7463,2.12457 0.9813,2.801 0.4319,1.2703 -1.0512,2.4739 -2.2738,2.84863 -1.3339,0.4065 -0.5653,1.43226 -0.2351,2.45167 0.5113,1.59422 -0.4287,2.43896 -0.4795,3.97602 -0.073,2.20396 -1.0861,6.92628 1.68,7.75832 -1.1274,1.20678 -4.5699,1.77523 -4.5477,3.80135 0.013,1.32428 0.3494,1.81652 0.079,3.31229 -0.3906,2.18173 -1.8006,3.46155 -2.3183,4.9859 -0.2985,0.87651 0.6892,1.58152 1.3592,2.0547 0.9686,0.68279 1.4228,0.18102 1.807,0.8511 -7.482,3.48695 -15.4912,5.60517 -23.1034,8.71104 -0.9781,0.68278 1.6641,4.15068 1.1718,5.89416 -0.7304,0.0857 -2.747,0.39061 -3.4552,0.1048 -1.3846,-0.55576 -3.0296,0.30169 -4.3317,0.73994 -1.861,0.6288 -4.2586,1.7276 -4.662,3.89028 -0.1714,0.91778 0.06,1.92132 -0.3588,2.79464 -0.5971,1.23854 -2.2357,1.3878 -3.3695,1.8324 -1.9657,0.77488 -4.6238,2.38498 -5.7131,4.23961 -1.102,1.88321 -5.4369,10.12741 -8.6983,8.17751 -0.7114,-0.42555 -1.4672,-0.82252 -2.2612,-1.0734 -1.1528,-0.36838 -2.3024,1.15914 -3.2138,0.65738 -0.7146,-0.40014 -0.9972,-1.73395 -1.9023,-1.518 -0.2032,0.0508 -2.5215,0.62879 -3.6711,-0.45413 -1.3052,-1.23219 -1.8991,-2.08328 -2.9312,-2.35957 -1.1052,-0.23183 -1.8483,0.92414 -3.8617,-0.26676 -1.5942,-0.24771 -2.6994,0.60021 -4.2682,0.72089 -0.8098,0.0635 -2.3596,0.68278 -2.8772,0.48589 -2.7248,-1.04482 -4.5477,-4.17292 -6.4722,-6.31654 -1.0575,-1.17502 -1.8673,-2.12774 -3.0042,-3.21384 -1.0702,-1.02259 -1.3719,-2.042 -1.7244,-3.56635"
         id="zm"><title
           id="title3739">Zambia</title></path><path
         inkscape:connector-curvature="0"
         style="fill:#c80200;fill-opacity:1;stroke:#000000;stroke-width:0.66666663;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
         d="m 1645.6528,682.08371 c 0.1492,-1.22584 1.3147,-1.87369 1.3211,-3.11857 0.01,-2.12774 1.5053,-2.33099 3.2996,-2.02612 1.591,0.27311 2.9725,0.77805 4.1538,-0.9813 0.8162,-1.21631 0.2795,-3.32817 0.1175,-4.66198 -0.2667,-2.22937 -0.5938,-4.63022 0.2414,-6.77702 0.3271,-0.84157 0.7622,-1.6355 1.067,-2.48342 0.451,-1.24806 -0.044,-2.08328 -0.067,-3.31864 -0.019,-1.23536 0.6479,-2.47707 1.445,-3.40439 0.921,-1.06704 2.2929,0.20642 2.2643,1.36239 0.5303,-0.58433 2.6454,-3.82358 1.591,-4.83982 -0.597,-0.57798 0.3653,-1.94355 0.5431,-2.5247 0.3525,-1.14644 -0.4192,-2.59458 0.6002,-3.52824 1.6323,-1.49578 2.2834,-3.46791 3.2964,-5.4845 0.4256,-0.85109 0.6892,-1.7403 1.7308,-1.79111 0.4319,-0.0222 2.4771,0.20007 2.6644,-0.3144 0.5685,-1.56881 0.4351,-3.52189 0.6796,-5.16692 0.1429,-0.93684 0.524,-1.66408 0.9115,-2.52788 0.6986,-1.54341 0.524,-2.98837 0.8352,-4.59846 0.5939,-3.03918 1.8705,-1.9245 4.1697,-1.9499 0.8892,-0.01 1.0734,-1.81652 2.3215,-1.09563 0.9749,0.5621 1.5116,1.86098 2.1341,2.74383 0.9368,-2.32781 1.861,-4.67468 2.4898,-7.10729 0.3588,0.55258 0.7621,1.25759 1.3655,1.58787 0.6542,0.35885 1.3942,0.0699 1.7911,0.86062 0.7781,1.55611 1.7308,1.7403 3.36,1.44496 0.6002,-0.10798 1.2322,-0.26994 1.7053,-0.68278 0.2859,-0.24453 0.5304,-1.17502 0.8289,-1.26077 0.5462,-0.15243 1.4386,1.72442 1.5434,2.13092 1.5529,-1.94355 4.1666,0.3144 5.7544,-0.10798 2.1849,-0.58116 4.4238,1.74666 6.2848,2.53424 2.493,1.05434 3.217,4.27771 5.2463,5.90051 1.2195,0.97495 2.8233,1.75301 3.5791,3.18844 0.6891,1.31475 1.0162,2.41356 2.242,3.35357 2.0643,1.58152 2.9535,2.79465 1.5911,5.19233 -1.6133,2.83275 -3.8172,4.44602 -3.3059,7.9044 0.254,1.71807 -0.4192,3.81088 2.0388,3.64257 1.4386,-0.0984 2.8677,-0.78759 4.2586,-1.14009 1.1306,-0.28899 1.5625,0.70501 2.6168,0.35568 -0.1143,1.79746 -2.1849,3.30911 -1.1877,5.39875 1.1973,2.50883 2.2897,3.15032 3.849,5.38287 0.5176,0.74312 1.4386,3.22019 2.0261,3.90297 0.5907,0.68278 1.0988,0.47001 1.7816,1.02576 1.0512,0.85745 2.6772,2.6835 4.011,3.16303 5.3606,1.93403 10.1845,3.94427 15.5325,5.91957 2.531,0.93367 4.5826,2.04517 7.2089,2.66444 2.4294,0.57163 5.548,0.17149 8.006,0.17149 l -22.4556,26.66029 c -1.3751,1.60374 -2.4612,1.75618 -4.4111,1.49577 -3.198,-0.4319 -7.6789,-0.6161 -11.8487,3.22019 -1.1051,1.01624 -1.4862,2.277 -3.0931,2.59458 -1.4799,0.29534 -3.0456,0.24453 -4.4175,0.994 -1.483,0.81299 -1.3814,2.20078 -3.3313,1.75618 -1.6323,-0.37474 -3.922,0.97178 -5.3607,-0.62562 -0.6129,-0.67643 -1.1051,-1.7276 -2.1245,-1.84828 -0.9845,-0.1175 -2.3056,0.60022 -3.1567,0.99083 -1.3402,0.6161 -3.5727,1.80064 -4.427,3.06141 -0.9241,1.36557 -1.5847,2.39768 -2.223,3.4425 -1.013,-0.97495 -3.3027,-1.12421 -4.6239,-1.00354 -1.0194,0.0921 -1.7371,-0.72089 -2.6485,-0.91461 -0.9464,-0.20007 -2.0071,0.23818 -2.9598,0.14926 -3.8649,-0.35886 -0.6066,-0.85745 -10.7848,-6.98026 -1.7371,-1.04482 -4.2586,0.14608 -6.3927,-0.60657 -0.9877,-0.34933 -2.4803,-2.2897 -2.9217,-3.18208 -0.6161,-1.24489 0.4382,-2.88992 0.035,-4.25866 -0.3588,-1.22901 -2.8867,-1.97531 -3.7315,-0.89873 -0.5144,-0.49859 -1.229,-1.97213 -1.6545,-2.62951 -0.9782,-1.518 -1.3243,-3.55682 -1.9849,-5.23996 -0.4954,-1.26077 -0.7431,-2.68667 -1.4259,-3.86804 -0.3112,-0.54623 -0.6859,-0.73995 -1.2194,-1.00671 -0.5876,-0.29534 -0.6034,-0.87968 -1.0385,-1.27029 -0.2731,-0.17149 -0.3779,-0.32393 -0.6987,-0.36204 -0.832,-0.23183 -0.9146,-1.12738 -1.356,-1.73077 -0.9877,-1.34016 -1.6577,-2.97884 -2.9757,-4.05542 -0.9654,-0.78758 -2.1182,-1.32745 -3.3567,-1.47671 -1.1496,-0.13973 -2.7375,-0.14926 -3.3504,-1.34651"
         id="et"><title
           id="title3775">Ethiopia</title></path><path
         inkscape:connector-curvature="0"
         style="fill:#510000;fill-opacity:1;stroke:#000000;stroke-width:0.66666663;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
         d="m 648.63753,621.51294 c 0.85428,-1.01624 0.70819,-2.09281 1.01624,-3.31229 0.14926,-0.59386 0.9813,-1.00671 0.80346,-1.66091 -0.33345,-1.21948 -0.32075,-1.42273 0.39379,-2.61045 1.07022,-1.78477 1.97848,-4.07765 2.71843,-5.59247 0.75265,-1.54023 3.63939,-0.66055 5.16692,-0.66055 0.8765,0 5.48131,0.5494 5.93544,-0.19055 0.14926,-0.24453 0.54305,-3.08363 0.42238,-3.19161 -0.53035,-0.45731 -1.24807,-0.25088 -1.41003,-1.10198 -0.19054,-0.97177 -0.40967,-1.49895 -1.31475,-2.04835 -1.73713,-1.05117 -2.82005,-2.77559 -4.20467,-4.20784 1.05116,0 2.92485,0.49541 3.55682,-0.67644 0.6542,-1.2036 -0.14291,-3.04235 0.75582,-4.09034 0.96225,-1.12421 5.27172,-0.37474 6.64999,-0.37474 h 7.94251 c -0.67008,2.86134 -0.73677,5.81477 -1.28617,8.69516 -0.55893,2.95026 -1.20361,5.88146 -1.66091,8.85077 1.40367,-0.14608 4.38886,-0.21277 4.61116,1.73713 0.22866,-0.50494 0.46366,-1.10833 1.05752,-1.28617 -0.18419,-0.26359 -0.38744,-0.51447 -0.60339,-0.75583 1.05117,0.38109 1.76571,1.27347 2.72161,1.81334 -2.55329,1.06705 -4.13163,3.63622 -6.48168,5.02402 -1.09562,0.64785 -2.51835,1.41637 -2.20396,2.92802 0.22231,1.07022 0.46049,1.79747 -0.41919,2.60728 -0.82887,0.76535 -3.18526,1.23218 -2.95661,2.44849 0.13656,0.71772 -0.39697,0.56846 -0.90826,1.01623 -0.10162,0.0858 -0.97813,1.2576 -0.8511,1.20043 -1.03211,0.46683 -3.64256,0.6288 -3.11857,2.77242 -1.23218,-0.5367 -2.34051,-1.43226 -3.69655,-1.66726 -1.38145,-0.23501 -2.84863,0.20642 -4.26184,0.0381 -3.4933,-0.41602 -6.03707,-3.36628 -8.37441,-5.70362"
         id="gt"><title
           id="title3764">Guatemala</title></path><path
         inkscape:connector-curvature="0"
         style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.66666663;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
         d="m 918.51456,721.32942 c -0.8638,-0.51446 -2.33099,-3.6902 -2.32146,-4.72231 0.0159,-1.5053 0.18419,-5.25902 0.18419,-6.62458 0.006,-2.56917 3.32817,-1.86098 5.01448,-1.86416 0.79711,-0.003 2.27065,-2.16902 0.60975,-2.65174 1.70536,-2.04517 1.02893,-6.53883 4.73501,-6.02754 1.16867,0.16196 7.41534,0.70501 6.82783,2.75654 0.81617,-1.6101 -0.45413,-2.73113 2.14362,-2.7216 0.95907,0.003 3.9919,-0.12703 4.05224,1.36238 0.50176,-0.63197 1.47354,-0.27946 2.12139,-0.30487 -0.15879,-0.10797 -2.2516,-0.87967 -1.94038,-1.09245 1.38145,-0.94637 4.99543,0.50812 6.48803,0.759 2.60728,0.43825 2.49295,2.26112 1.35604,4.19197 -1.24489,2.10551 -2.95344,3.30594 -2.85499,5.97991 0.0889,2.34051 -0.16514,5.12881 0.97178,7.25972 0.89873,1.69267 3.13127,3.12175 1.92767,5.3003 -0.40967,0.7463 -0.84157,1.58787 -1.05117,2.44532 -0.20642,0.83522 -0.0572,1.99754 -0.29534,2.87086 -0.58751,2.11822 -2.22302,4.47779 -2.92168,4.51272 -0.59704,0.0318 -2.67714,-1.48624 -2.96931,-1.85145 -1.01623,-1.27982 -3.19796,0.26993 -4.6588,0.5367 -1.1782,0.21595 -1.38145,0.47636 -2.43896,-0.10163 -1.10834,-0.60339 -1.02577,-0.11432 -1.51801,0.64785 -1.08927,1.68632 0.39062,1.5974 0.71772,3.4552 0.41285,2.34369 -3.66162,1.04164 -4.57623,0.46048 -0.66691,-0.42237 -1.82922,-1.01623 -2.38815,-1.54976 -0.73995,-0.70501 -0.78123,-1.26394 -0.77171,-1.88956 0.0254,-1.62915 -2.59775,-3.76324 -2.60092,-5.37016 0,-0.60657 -0.26041,-3.74737 -1.04164,-3.84899 -0.55576,-0.073 -1.4926,0.51447 -1.95943,-0.0699 -0.47001,-0.59069 -0.47319,-1.43861 -0.84157,-1.84828"
         id="sr"><title
           id="title3790">Suriname</title></path><path
         style="fill:#510000;fill-opacity:1;stroke:#000000;stroke-width:0.66666663;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
         d="M 1345.1289 427.65234 C 1345.0248 427.66654 1344.9095 427.70436 1344.7812 427.77344 C 1343.9682 428.20851 1343.0055 428.59645 1342.0527 428.49805 C 1341.2747 428.41865 1340.5975 430.98529 1340.4102 431.49023 C 1338.4793 436.69525 1336.0248 443.76803 1330.9277 446.67383 C 1328.349 448.14102 1325.4814 449.09302 1322.7852 450.3125 C 1320.3081 451.43036 1318.743 453.64589 1316.7676 455.44336 C 1315.8435 456.28493 1314.8267 457.24511 1314.4551 458.48047 C 1313.9438 460.18901 1314.2768 461.70052 1313.0605 463.18359 C 1310.9264 465.78134 1309.6656 467.33727 1309.4941 470.82422 C 1309.4338 472.07546 1309.4928 473.22147 1308.9434 474.37109 C 1308.394 475.52706 1308.9988 475.54625 1309.8594 476.17188 C 1312.0856 477.78515 1309.4465 482.04159 1308.2969 483.52148 C 1306.6042 485.70003 1304.988 488.09316 1302.873 489.89062 C 1300.6627 491.7643 1298.4693 493.35206 1296.3574 495.375 C 1294.2074 497.43923 1291.3147 498.338 1288.4629 498.9668 C 1286.9259 499.3066 1285.3027 499.3781 1283.8164 499.91797 C 1283.4004 500.06723 1282.2226 501.93969 1281.8574 502.33984 L 1281.7754 502.33984 C 1281.7134 502.73901 1280.5158 505.20885 1279.8184 507.0625 C 1278.5068 510.54946 1276.7846 512.02236 1273.6152 513.82617 C 1270.7412 515.46167 1269.8488 518.72699 1268.6992 521.68359 C 1267.2955 525.29758 1267.8516 528.34589 1264.9648 531.29297 C 1262.799 533.50646 1259.4986 535.61473 1258.1934 538.48242 C 1258.5205 537.90761 1258.9919 537.40769 1259.5508 537.04883 C 1260.3796 538.45885 1257.3963 542.16976 1256.6562 543.25586 C 1256.1926 543.93547 1256.545 545.12674 1255.9512 545.48242 C 1254.9032 546.11122 1254.9269 547.73204 1254.6094 548.7832 C 1253.9901 550.8379 1252.1473 550.84057 1251.1406 552.48242 C 1250.3086 553.83846 1249.9088 555.29668 1249.6484 556.84961 C 1249.5724 557.30467 1249.3659 557.95277 1249.209 558.5 L 1261 558.5 L 1264.375 556.875 L 1273.375 541.25 L 1276.625 537.125 L 1286.625 526.25 L 1289.125 516.375 L 1294 513.625 L 1296 510.75 L 1294.75 508.125 L 1298.75 507.25 L 1304.875 508.5 L 1309 507.25 L 1316.6406 505.74219 L 1316.1172 502.29883 C 1316.5092 502.2394 1316.7896 502.17298 1316.7988 502.0918 C 1317.0661 499.73223 1317.3167 497.10397 1317.1484 494.72852 C 1316.9769 492.34355 1318.4697 492.14316 1320.1719 490.76172 C 1321.0453 490.05671 1322.1028 489.61176 1322.957 488.90039 C 1323.7605 488.23031 1324.38 487.2373 1325.3867 486.83398 C 1326.26 486.48465 1327.0845 486.64254 1327.7832 485.88672 C 1328.4723 485.1436 1329.0957 484.61065 1330.166 484.53125 C 1331.684 484.4201 1333.5795 485.86126 1334.2305 483.93359 C 1334.8434 482.1266 1336.4761 482.76228 1337.9941 482.70508 C 1340.0107 482.62252 1342.5758 482.01582 1343.9668 480.46289 C 1345.1768 479.10685 1345.8435 477.17219 1347.498 476.24805 C 1348.3491 475.77169 1349.375 475.80073 1350.2832 475.48633 C 1351.4868 475.07349 1352.5989 473.96187 1353.6152 473.21875 C 1354.5838 472.51373 1356.1553 472.83451 1357.0508 471.94531 C 1357.8384 471.16725 1354.5455 469.95045 1356.3398 468.30859 C 1354.2215 467.72743 1356.1345 465.50847 1357.6875 465.63867 C 1359.7453 465.81016 1361.6407 465.08001 1362.3711 463.15234 C 1363.7684 459.46849 1373.2868 462.73186 1376.002 462.0332 C 1373.3725 461.03602 1378.2877 458.88091 1376.6426 457.58203 C 1375.7534 456.87702 1374.8078 456.46986 1374.2012 455.44727 C 1373.7948 454.75814 1374.1663 454.09054 1373.7598 453.33789 C 1372.9595 451.86435 1372.7687 451.26859 1373.1562 449.5918 C 1373.4135 448.47712 1372.7398 447.81386 1372.6191 446.77539 C 1372.4668 445.48287 1372.9112 444.30305 1372.6699 442.96289 C 1372.5174 442.11497 1372.257 440.95887 1373.0605 440.33008 C 1371.5774 439.72669 1372.6356 438.74942 1372.1465 437.68555 C 1371.7209 436.75506 1370.447 436.38126 1369.7324 435.7207 C 1369.0655 435.10461 1368.4216 433.99455 1367.3418 434.53125 C 1366.4301 434.98712 1365.4307 434.70066 1364.748 434.03125 C 1365.3525 434.82064 1364.247 434.44166 1364.123 433.75977 C 1363.9896 433.04205 1363.7339 432.80843 1363.7559 431.86523 C 1362.2538 434.76468 1359.1101 433.2613 1356.6426 433.55664 C 1353.6605 433.9155 1351.4998 434.43348 1348.8926 432.58203 C 1347.6445 431.696 1346.8775 430.73474 1346.3027 429.31836 C 1346.0415 428.67647 1345.8579 427.55296 1345.1289 427.65234 z M 1364.748 434.03125 C 1364.6713 433.93097 1364.5753 433.8177 1364.4375 433.67773 C 1364.5303 433.80617 1364.6365 433.92189 1364.748 434.03125 z M 1281.7754 502.33984 C 1281.7876 502.26099 1281.7723 502.2335 1281.6816 502.33984 L 1281.7754 502.33984 z "
         id="ma"><title
           id="title4069">Morocco</title></path><path
         inkscape:connector-curvature="0"
         style="fill:#ee7070;fill-opacity:1;stroke:#000000;stroke-width:0.66666663;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
         d="m 1316.082,502.06445 0.5586,3.67774 -7.6406,1.50781 -4.125,1.25 -6.125,-1.25 -4,0.875 1.25,2.625 -2,2.875 -4.875,2.75 -2.5,9.875 -10,10.875 -3.25,4.125 -9,15.625 -3.375,1.625 h -11.791 c -0.6261,2.18333 -1.5345,4.77328 -0.5391,6.52539 -0.235,-1.57834 0.1203,-5.2168 2.3496,-5.2168 h 29.0391 c 1.7784,-0.50494 0.492,-9.23849 0.3809,-10.91211 -0.1938,-2.88674 0.7922,-4.50934 3.2343,-6.02734 1.6228,-1.00988 3.8299,-1.13092 5.3828,-2.25195 l 1.2032,-22.93164 26.1035,-0.29883 0.5019,-15.32813 z"
         id="eh"><title
           id="title6785">Sahrawi Arab Democratic Republic</title></path><path
         inkscape:connector-curvature="0"
         style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.66666663;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
         d="m 1476.1956,298.3217 c 0.7813,0.003 1.3942,0.65102 1.5847,1.36239 0.2731,-2.72161 4.1983,-2.02295 4.9573,-2.60093 2.7185,-2.07058 6.2626,-3.10904 9.1906,-4.12845 -0.2477,-0.23501 -0.4986,-0.46049 -0.7558,-0.67961 0.6574,-0.15244 1.4259,-0.39379 1.9404,0.19054 0.4573,0.51765 0.8638,1.49577 1.6926,1.20678 0.5621,-0.19689 1.2798,-0.0794 1.3942,-0.7463 0.1334,-0.79711 0.4636,-0.63832 0.9908,-0.50176 0.8797,0.22548 1.1274,0.35886 1.3783,1.18772 0.7367,1.99754 4.7509,-0.18737 4.8493,2.21666 0.3938,-0.41919 1.3688,-0.5621 1.9404,-0.45095 1.8864,0.37474 0.01,1.4926 -0.651,2.03882 1.3147,0.45731 1.7625,1.15597 2.5183,2.20396 0.921,1.27982 2.4072,-0.21912 3.2266,-0.76535 -0.4954,-0.41602 -0.7717,-0.94319 -0.8289,-1.58787 1.9531,0.5113 3.7759,1.99754 5.891,1.35922 0.022,0.97812 -0.1175,2.6041 1.013,2.51835 1.1973,-0.0921 1.6292,-0.31439 2.8931,0.27947 1.3561,0.63832 1.6705,0.17784 2.3691,1.65138 -1.1845,-0.80664 1.4132,0.25406 2.4835,2.62951 -1.372,0.51129 -3.4425,0.759 -4.662,1.67043 -0.8765,0.65738 -0.8765,2.10551 -1.8007,2.56282 -0.94,0.46683 -2.1023,1.66408 -4.1633,1.62915 -1.3529,-0.0254 -2.331,0.006 -3.1186,1.73078 -0.6923,-2.52154 -4.1888,-0.71772 -5.764,-1.26077 -1.2988,-0.44778 -2.5723,-0.96542 -3.8807,-1.3878 -1.0639,-0.34615 -3.0932,-0.90826 -4.1983,-0.83204 0.082,0.72089 -0.216,1.4005 -0.1461,2.11822 -1.0702,-0.14926 -1.8832,0.70183 -1.8928,1.7403 -1.5878,-0.63515 -1.6196,0.0476 -3.1789,-0.0953 -1.0384,-0.0953 -1.8991,-1.20996 -2.7152,-1.75936 -1.048,-0.70184 -2.1627,-1.29252 -3.252,-1.9245 -1.0162,-0.59386 -2.1722,-2.06105 -3.2583,-2.48342 -1.807,-0.70819 -2.2293,-3.21384 -3.8521,-4.0967 2.2865,-2.01659 -1.9849,-2.14997 -2.1945,-4.99542"
         id="cz"><title
           id="title3734">Czech Republic</title></path><path
         inkscape:connector-curvature="0"
         style="fill:#ffc0c0;fill-opacity:1;stroke:#000000;stroke-width:0.66666663;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
         d="m 1489.2066,622.72289 c 0.2795,-0.70819 0.9813,-0.5494 1.3465,-1.12103 0.3176,-0.50812 0.4129,-1.21948 0.9242,-1.60057 0.6383,-0.47636 0.7494,-2.28335 1.0257,-3.00424 1.4767,-3.88393 4.7986,-7.43122 7.4408,-10.55932 2.423,-2.86134 5.1764,-5.28442 5.3606,-9.15246 0.2318,-4.84935 0.3271,-9.70505 0.6701,-14.54804 0.2636,-3.74101 0.073,-8.6634 1.9308,-11.97887 1.0703,-1.91179 0.3684,-2.80099 -0.9273,-4.29359 -0.3684,-0.42237 -0.8289,-0.75582 -1.2036,-1.17502 -0.6478,-0.72407 0.2001,-1.37509 -0.092,-2.12139 -0.6701,-1.7276 -2.0801,-3.06458 -2.8772,-4.70644 -0.6764,-1.39097 -0.2414,-3.07728 -0.3938,-4.56988 -0.2477,-2.46119 -0.9845,-4.83982 -1.3719,-7.28196 -0.044,-0.28581 -0.5145,-1.28934 -0.1239,-1.48624 l 8.6444,-4.10305 62.5651,35.41578 0.6415,34.64408 c -2.0674,-0.64467 -2.2548,-0.38744 -4.4206,-0.0445 -1.4354,0.22548 -3.2901,0 -3.7474,1.34016 -0.3366,0.97813 0.6098,2.83911 -0.1079,3.78548 -0.6733,0.89238 -1.6959,3.94426 -3.1154,4.4365 -1.6101,0.5621 -0.9559,3.3631 0.1969,4.47143 -2.6169,2.09598 -4.3222,3.41074 -2.2898,6.33241 1.3751,1.97849 -1.8292,2.8137 -2.7089,4.47461 -0.6065,1.14327 -0.8415,1.53706 0.076,2.45802 0.7812,0.78123 2.1245,-0.0572 2.9661,-0.0508 1.0575,0.01 1.9435,0.49859 1.2639,1.32745 -0.9876,1.20361 1.0195,2.63269 0.2414,4.74138 0.2731,-0.13656 0.5462,-0.26359 0.8289,-0.37792 0.6065,0.97813 -0.083,2.08011 -0.073,3.10269 0.01,1.1655 0.1493,1.18138 0.8861,1.99119 0.67,0.73359 2.2738,0.33345 2.3849,2.32781 0.048,0.88921 -0.813,2.50248 -0.5557,3.51554 -0.4542,-0.76853 -2.6327,-1.5053 -3.5918,-1.00671 -0.5716,0.29535 -1.3624,0.54623 -1.7371,1.10198 -0.4637,0.68596 -0.5589,0.25088 -1.0766,0.82569 -0.832,0.92097 -2.8296,0.69231 -3.1154,2.1341 -0.1143,0.59386 0.3557,1.09245 0.1652,1.70536 -0.6384,2.05153 -2.4898,2.89945 -3.9792,4.25231 -1.1846,1.07658 -1.7911,2.60093 -2.855,3.7823 -1.8864,2.09281 -3.198,2.56599 -5.8624,3.55682 -1.5148,0.56211 -5.2908,0.80664 -6.8882,0.65738 -0.543,-0.054 -3.8871,0.73359 -2.693,1.63233 0.5176,0.39061 1.8991,0.6542 1.5879,1.58151 -0.3557,1.07022 -1.6038,2.57552 -2.4295,3.34087 -0.651,0.60022 -1.2195,2.09916 -2.042,2.30241 -1.5529,0.38426 -3.4393,0.0889 -5.043,0.23183 -2.1151,0.18737 -3.6902,0.71136 -5.5004,1.8324 -0.9972,0.61609 -2.8645,1.15596 -3.3282,2.34369 -0.7177,-1.02894 -1.7117,-1.75618 -2.0388,-3.0233 -0.6637,0.23818 -0.975,1.10833 -1.2925,1.66091 -0.2255,0.39379 -1.518,0.50177 -1.9563,0.69231 -2.169,0.9559 -2.9153,0.78441 -5.2272,0.81934 1.2163,-1.52753 -0.1461,-2.08646 -0.5844,-3.52189 -0.597,-1.94672 -1.1115,-4.13163 -2.3976,-5.76396 -1.0957,-1.39097 -2.6041,-2.35957 -3.9634,-3.46155 -1.3528,-1.0988 -2.1023,-2.43578 -3.1948,-3.73783 -0.7431,-0.88603 -2.6263,-2.56282 -1.7339,-3.84899 0.9083,-1.30523 1.3465,-2.23254 3.0392,-2.15315 1.8927,0.0889 3.7505,0.85745 5.6274,0.21912 0.8257,-0.27946 1.5561,0.13338 2.2929,0.42873 0.6859,0.27311 1.645,-0.35568 2.2801,-0.54305 -3.7569,-2.08646 -5.5099,-7.12 -5.313,-11.22622 0.048,-0.94002 0.5208,-1.68949 0.6161,-2.58505 0.099,-0.92414 -0.1397,-1.8578 -0.1619,-2.78194 -0.019,-0.69866 0.1238,-1.8451 -0.2859,-2.46119 -0.3239,-0.48589 -1.2131,-0.12386 -1.1559,-0.9432 0.073,-1.08292 -0.3621,-2.53423 -0.5812,-3.59493 -0.1619,-0.76535 -1.2449,-0.88285 -1.7943,-1.21948 -1.7435,-1.07975 0.4732,-2.71208 -2.9725,-3.22972 -0.8257,-0.12385 -0.5843,0.52082 -1.4703,-0.15879 -1.2322,-1.45131 -2.8709,-4.28724 -3.2964,-5.06847 -1.1465,-2.09916 -0.9782,-4.68738 -1.4323,-6.96121"
         id="td"><title
           id="title3719">Chad</title></path><path
         inkscape:connector-curvature="0"
         style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.66666663;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
         d="m 1530.2625,384.6032 c 0.4097,-0.69866 0.759,-1.52435 0.4605,-2.34369 1.1083,0.17784 0.5398,-2.36274 0.7717,-3.18843 0.1746,-0.63515 -0.813,-0.66691 -0.4573,-1.47672 0.2699,-0.60656 0.489,-1.24489 0.6224,-1.89591 0.2255,-1.10833 0.038,-2.34052 -1.3973,-1.98484 -0.5431,-1.67678 -0.5304,-3.92838 0.5399,-5.34476 0.8669,-1.14961 1.0099,-2.98201 2.2262,-0.83839 0.7717,1.35921 1.9499,-1.60375 3.0931,0.58751 0.2382,0.45413 0.2033,0.78441 0.578,1.14962 0.7241,0.69866 1.2131,-0.0286 2.3056,1.51482 0.1842,0.26041 0.4859,1.88639 0.4097,3.1535 -1.1941,0.75901 0.2794,1.96896 -0.9559,2.55647 0.057,0.45731 0.4414,0.80664 0.6446,1.19408 0.035,0.33345 0.1398,0.50811 -0.06,0.79075 -0.1461,0.73042 0.4541,1.69585 0.9464,2.08646 0.5779,0.46048 0.4096,1.60692 1.4735,1.48307 1.0385,-0.12068 0.975,0.50494 1.3021,1.23536 1.2607,2.83911 -0.7622,2.17538 -1.4831,3.96967 -0.2414,0.60656 -0.8606,2.00071 -1.5434,2.36274 -1.7562,0.93049 -1.6927,0.86063 -1.0035,2.55012 -1.572,-0.18737 0.4827,0.94319 -1.5943,1.28617 -1.2036,0.20007 -1.5434,-0.46683 -1.6958,-1.42908 -0.3938,-2.51201 -3.7283,-3.41074 -5.1828,-5.37969 0.5081,0.0794 0.8606,0.35885 1.0607,0.83204 0.7526,-0.87333 -0.7082,-1.42591 0.073,-1.73713 -0.4636,-0.29534 -0.8415,-0.67325 -1.1337,-1.13374"
         id="al"><title
           id="title3750">Albania</title></path><path
         inkscape:connector-curvature="0"
         style="fill:#c80200;fill-opacity:1;stroke:#000000;stroke-width:0.66666663;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
         d="m 1656.8472,451.37301 c 0.6574,-0.83522 1.9277,-2.56917 3.0996,-2.79783 -1.788,-1.66726 0.7653,-2.71525 2.2674,-2.26747 -1.3211,-1.60375 0.6447,-1.79746 1.0988,-3.33134 0.2541,-0.84793 -0.8034,-2.56282 -1.7752,-2.74384 -1.1083,-0.20642 1.0035,-1.79746 -0.7145,-1.31475 -2.8646,0.80346 -3.0773,-1.02259 -3.2075,-2.50566 -0.1207,-1.34651 0.7494,-3.8077 -0.4605,-4.79853 -0.9686,-0.79711 -0.216,-2.90897 -0.2541,-4.07129 -0.025,-0.87333 1.5974,0.49859 1.9086,0.6542 0.025,0.11433 0.397,-0.77488 1.0861,-1.19407 0.8511,-0.51447 0.2763,-1.67044 0.4256,-2.4739 0.7399,0.17784 1.5275,-0.0318 2.2675,-0.073 -0.5907,-1.21631 -0.9782,-1.53071 -1.1497,-2.99472 -0.06,-0.53035 -0.013,-2.03247 0.7336,-2.21984 0.559,-0.13973 1.1243,-0.14608 1.5689,0.0889 1.2036,0.63515 1.4417,1.70855 2.6803,1.51483 1.5148,-0.23501 2.5183,-0.41285 3.9633,-1.03847 1.4799,-0.63832 2.566,-1.52753 4.2269,-1.28935 1.229,0.17467 1.9499,1.048 2.9884,1.53388 1.1813,0.55576 3.4964,0.32393 4.7794,0.21278 3.271,-0.27947 5.6052,-2.14997 8.5682,-3.33452 2.9915,-1.19725 6.2625,0.48271 9.3334,-0.74312 1.5689,-0.62562 3.8713,-3.02013 4.0999,0.72724 0.054,0.87015 -2.0737,2.64221 -2.6898,3.24877 -1.1115,1.10198 -2.3501,1.02259 -3.6045,1.75936 -2.6898,1.57834 0.127,4.99543 0.3398,6.88182 0.1239,1.11468 -0.5494,2.48342 -0.632,3.63621 -0.1175,1.71807 0,4.49366 -0.01,6.19586 -0.019,3.97602 -16.7679,11.58507 -25.2693,17.40302 -2.3119,1.58469 -6.0593,5.39557 -9.0667,3.29006 -1.0956,-0.76535 -1.8864,-1.35604 -3.0138,-2.13092 -1.9626,-1.34651 -2.8423,-0.3398 -3.1662,-0.38744 -0.07,-0.24453 0.7082,-4.94144 -0.4255,-5.43685"
         id="sy"><title
           id="title3097">Syria</title></path><g
         transform="matrix(3.1757337,0,0,3.1757337,-0.02195285,3.9026)"
         style="stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1;fill:#ffdfe0;fill-opacity:1"
         id="sb"><title
           id="title3783">Solomon Islands</title><path
           inkscape:connector-curvature="0"
           style="fill:#900000;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1;fill-opacity:1"
           d="m 829.94019,258.86339 c 0.011,-0.177 0.354,-0.45398 0.23102,-0.616 -0.058,-0.074 -0.30402,-0.45898 -0.40003,-0.45498 -0.54895,0.02 -0.071,0.92099 0.16901,1.07098"
           id="path4726" /><path
           inkscape:connector-curvature="0"
           style="fill:#900000;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1;fill-opacity:1"
           d="m 829.6062,259.6014 c 0.068,-0.25 0.095,-0.53 -0.096,-0.73801 0,0.25 -0.024,0.50601 0.096,0.73801"
           id="path4728" /><path
           inkscape:connector-curvature="0"
           style="fill:#900000;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1;fill-opacity:1"
           d="m 830.48621,256.48241 c 0.29199,0.47198 1.03699,1.04199 1.61999,0.76098 -0.17999,-0.212 -0.45898,-0.28598 -0.63598,-0.501 -0.22699,-0.276 -0.21698,-0.65699 -0.47901,-0.91599 -0.35198,-0.35 -0.84802,-0.625 -1.31298,-0.79599 -0.27704,0.49899 0.61999,1.069 0.80798,1.452"
           id="path4730" /><path
           inkscape:connector-curvature="0"
           style="fill:#900000;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1;fill-opacity:1"
           d="m 831.01123,259.43541 c 0.18299,-0.17102 0.24799,-0.81201 -0.10601,-0.83902 -0.57703,-0.045 -0.35102,0.815 0.10601,0.83902"
           id="path4732" /><path
           inkscape:connector-curvature="0"
           style="fill:#900000;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1;fill-opacity:1"
           d="m 831.43824,261.1024 c -0.24903,-0.33301 0.24194,-0.57599 0.049,-0.906 -0.46399,0.33001 -0.35401,0.50201 -0.049,0.906"
           id="path4734" /><path
           inkscape:connector-curvature="0"
           style="fill:#900000;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1;fill-opacity:1"
           d="m 832.50922,260.6494 c 0.28601,0.10101 0.328,-0.172 0.28601,-0.38001 -0.08,-0.39999 -0.41205,-0.52297 -0.61603,-0.83398 -0.112,-0.16901 -0.074,-0.733 -0.45898,-0.40802 -0.20099,0.17102 -0.61902,0.565 -0.56702,0.86102 0.31299,0.083 0.63904,-0.25402 0.88001,0.075 0.037,0.084 0.035,0.16601 -0.006,0.247 -0.025,0.17701 0.36999,0.37601 0.48199,0.439"
           id="path4736" /><path
           inkscape:connector-curvature="0"
           style="fill:#900000;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1;fill-opacity:1"
           d="m 832.0102,261.29039 c 0.058,-0.23398 -0.021,-0.26498 -0.23798,-0.092 0.079,0.031 0.15796,0.062 0.23798,0.092"
           id="path4738" /><path
           inkscape:connector-curvature="0"
           style="fill:#900000;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1;fill-opacity:1"
           d="m 832.27423,257.45839 c 0.062,-0.23099 -0.019,-0.26999 -0.24102,-0.11899 0.08,0.039 0.16101,0.079 0.24102,0.11899"
           id="path4740" /><path
           inkscape:connector-curvature="0"
           style="fill:#900000;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1;fill-opacity:1"
           d="m 832.60523,257.5074 c 0.24298,0.047 0.24298,-0.034 0,-0.241 v 0.241"
           id="path4742" /><path
           inkscape:connector-curvature="0"
           style="fill:#900000;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1;fill-opacity:1"
           d="m 832.96222,261.22139 c 0.41901,-0.12399 0.16101,-0.41299 0.23902,-0.71399 -0.46503,-0.097 -0.61103,0.48999 -0.23902,0.71399"
           id="path4744" /><path
           inkscape:connector-curvature="0"
           style="fill:#900000;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1;fill-opacity:1"
           d="m 834.34522,257.74239 c -0.10901,-0.095 -0.027,-0.17899 -0.23804,-0.116 0.079,0.039 0.15802,0.077 0.23804,0.116"
           id="path4748" /><path
           inkscape:connector-curvature="0"
           style="fill:#900000;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1;fill-opacity:1"
           d="m 834.6062,258.03041 c -0.097,-0.199 -0.30102,-0.28201 -0.49902,-0.16501 0.16901,0.044 0.336,0.10001 0.49902,0.16501"
           id="path4750" /><path
           inkscape:connector-curvature="0"
           style="fill:#900000;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1;fill-opacity:1"
           d="m 835.93921,259.3394 c 0.46503,0.48001 1.16901,0.693 1.66602,1.168 0.25097,-0.60199 -0.581,-1.474 -1.14002,-1.58099 -0.37201,-0.071 -0.763,-0.50202 -1.03601,-0.74402 -0.14697,-0.13098 -0.22601,-0.293 -0.42102,-0.36499 -0.19,-0.07 -0.37896,-0.025 -0.54394,-0.16699 0.25897,0.656 0.76696,1.45599 1.47497,1.68899"
           id="path4752" /><path
           inkscape:connector-curvature="0"
           style="fill:#900000;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1;fill-opacity:1"
           d="m 835.65424,262.1974 c 0.14496,-0.069 0.21295,-0.10199 0.19196,-0.28399 -0.25397,-0.034 -0.31696,0.061 -0.19196,0.28399"
           id="path4754" /><path
           inkscape:connector-curvature="0"
           style="fill:#900000;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1;fill-opacity:1"
           d="m 837.72522,264.22139 c 0.43299,0.06 0.71698,-0.054 1.12897,0.15601 0.23401,0.11999 0.73505,0.289 0.84705,-0.088 0.13299,-0.453 -0.63501,-1.164 -1.04901,-1.20602 -0.41102,-0.041 -0.94202,0.19601 -1.22004,-0.21197 -0.18097,-0.26401 -0.414,-0.36402 -0.625,-0.029 -0.32299,0.51502 0.45002,1.27402 0.91803,1.379"
           id="path4756" /><path
           inkscape:connector-curvature="0"
           style="fill:#900000;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1;fill-opacity:1"
           d="m 837.27521,260.5764 c -0.063,-0.15201 -0.088,-0.311 -0.073,-0.47601 -0.43902,0 -0.17798,0.37402 0.073,0.47601"
           id="path4758" /><path
           inkscape:connector-curvature="0"
           style="fill:#900000;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1;fill-opacity:1"
           d="m 837.1062,269.22139 c 0.16303,0.08 0.52302,0.10602 0.61902,0.16501 0.24701,0.15399 0.23401,0.52301 0.54798,0.59601 0.33502,-0.45102 -1.263,-1.29001 -1.167,-0.76102"
           id="path4760" /><path
           inkscape:connector-curvature="0"
           style="fill:#900000;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1;fill-opacity:1"
           d="m 838.58423,262.24339 c 0.11499,-0.21399 -0.021,-0.41299 -0.26404,-0.38 -0.036,0.19501 0.0711,0.345 0.26404,0.38"
           id="path4764" /><path
           inkscape:connector-curvature="0"
           style="fill:#900000;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1;fill-opacity:1"
           d="m 838.51221,262.43541 c 0.13702,-0.084 0.28003,-0.15601 0.42999,-0.215 -0.19799,-0.073 -0.36596,0.02 -0.42999,0.215"
           id="path4766" /><path
           inkscape:connector-curvature="0"
           style="fill:#900000;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1;fill-opacity:1"
           d="m 840.08222,262.29341 c 0.48498,0.35599 0.72601,0.91898 1.12201,1.35599 0.14398,-0.28799 -0.12305,-1.36499 -0.26105,-1.66901 -0.0829,-0.182 -0.28198,-0.55099 -0.46399,-0.647 -0.28198,-0.14899 0.19299,-0.41199 0.06,-0.603 -0.14795,-0.21298 -0.19995,-0.56399 -0.422,-0.71899 -0.10498,-0.073 -0.57001,-0.25299 -0.46796,0.10199 0.19697,0.686 0.1,1.51401 0.43299,2.18002"
           id="path4768" /><path
           inkscape:connector-curvature="0"
           style="fill:#900000;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1;fill-opacity:1"
           d="m 842.01123,266.8864 c 0.40796,0.14001 0.84497,0.13699 1.263,0.23801 -0.25201,-0.79102 -0.46405,-0.87302 -1.11804,-1.219 -0.21399,-0.11401 -1.21997,-0.845 -1.35901,-0.35202 0.17603,0.095 0.36005,0.151 0.43402,0.35202 0.17402,0.47 0.40198,0.66898 0.78003,0.98099"
           id="path4770" /><path
           inkscape:connector-curvature="0"
           style="fill:#900000;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1;fill-opacity:1"
           d="m 841.63019,264.14839 c 0.15601,-0.39999 -0.052,-0.83398 -0.33398,-1.11798 0.022,0.224 0.017,0.44699 -0.017,0.66998 -0.015,0.163 0.30695,0.288 0.35095,0.448"
           id="path4772" /><path
           inkscape:connector-curvature="0"
           style="fill:#900000;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1;fill-opacity:1"
           d="m 852.15723,267.22041 c 0.18597,-0.24801 0.71198,-0.15802 0.711,-0.54901 -0.37799,-0.10299 -0.76904,0.024 -0.953,0.38401 0.081,0.055 0.16101,0.10998 0.242,0.165"
           id="path4774" /><path
           inkscape:connector-curvature="0"
           style="fill:#900000;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1;fill-opacity:1"
           d="m 854.25019,269.57839 c 0.072,-0.032 0.14404,-0.064 0.21502,-0.096 -0.079,-0.19702 -0.24701,-0.28101 -0.42999,-0.142 0.063,0.088 0.13397,0.16699 0.21497,0.23798"
           id="path4778" /></g><g
         transform="matrix(3.1757337,0,0,3.1757337,-0.02195285,3.9026)"
         style="fill:#510000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
         id="om"><title
           id="title3099">Oman</title><path
           inkscape:connector-curvature="0"
           style="fill:#510000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 581.01819,178.4064 c 0.22101,-0.197 0.29804,-0.46 0.40503,-0.725 0.06,-0.079 0.13098,-0.14701 0.21301,-0.204 0.091,-0.106 -0.14001,-0.43699 -0.16503,-0.548 -0.12299,0.51601 -0.66297,0.89999 -0.45301,1.477"
           id="path4692" /><path
           inkscape:connector-curvature="0"
           style="fill:#510000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 573.30219,161.52339 c 0.069,-0.19099 0.156,-0.37399 0.26105,-0.54699 0.22497,0.251 0.44195,-0.091 0.33496,-0.31 0.19299,0.104 0.58099,0.76201 0.096,0.643 0.31097,0.21601 0.084,1.54399 -0.26099,1.48301 -0.46698,-0.083 0.16601,-1.23801 -0.43103,-1.26902"
           id="path4696" /><path
           inkscape:connector-curvature="0"
           style="fill:#510000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 564.72919,181.46539 c 3.482,-0.80099 5.66101,-1.63899 7.23804,-2.49598 0.64496,-1.22901 -0.049,0.70799 0.26001,-0.66201 0.25195,-1.119 0.42596,-2.236 0.67999,-3.302 0.17596,-0.738 0.58698,-1.66501 0.16095,-2.367 -0.30798,-0.506 -0.93097,-0.93801 -1.12396,-1.496 -0.24402,-0.702 1.08099,-3.11699 0.42901,-3.499 0.29297,-0.349 0.86701,-0.047 1.12098,-0.38099 0.27899,-0.36602 -0.16901,-0.24401 -0.26099,-0.42801 -0.24298,-0.49201 -0.43799,-1.571 -0.10999,-2.069 0.15296,-0.233 0.46399,0.125 0.41596,0.309 -0.15198,0.57399 0.42804,-0.048 0.52002,-0.136 0.28399,-0.27 0.281,-0.225 0.45703,0.157 0.29394,0.634 0.67798,1.23399 1.146,1.754 0.73999,0.822 1.77496,1.117 2.82897,1.32901 0.49299,0.099 0.91199,0.293 1.41401,0.349 0.67102,0.075 1.03796,0.89299 1.42297,1.34899 0.31,0.368 0.521,0.81299 0.83002,1.165 0.32202,0.367 0.492,0.382 0.91699,0.552 0.99603,0.39799 -0.13098,1.812 -0.32898,2.396 -0.375,1.104 -1.55798,1.68 -1.87903,2.863 -0.075,0.27899 -0.17798,1.086 -0.62097,0.95301 -0.35004,-0.10502 -0.28198,-0.77301 -0.72998,-0.49401 -0.53406,0.323 -0.50501,1.485 -0.64203,1.963 -0.17999,0.625 0.023,1.10899 0.18799,1.714 0.13501,0.495 0.22003,0.86901 -0.38098,0.887 -0.96601,0.029 -2.02802,0.31399 -2.26599,1.35499 -0.093,0.40902 -0.16803,0.85901 -0.42499,1.20401 -0.31903,0.431 -0.95703,0.407 -1.46204,0.445 -0.61297,0.046 -0.85797,0.145 -1.21802,0.628 -0.34796,0.467 -0.12194,0.556 -0.151,1.08901 -0.023,0.42399 -0.45599,0.73199 -0.79797,0.89898 -0.16498,0.079 -0.33002,0.18701 -0.49902,0.054 -0.28998,-0.22898 -0.52997,-0.16699 -0.89099,-0.16699 -1.04499,0 -1.95899,1.01399 -3.01197,0.98399 -0.68304,-0.019 -0.37604,-1.68899 -1.10901,-1.76899 0.31098,-0.325 -0.44702,-1.46401 -0.60101,-1.75 -0.539,-0.996 -1.177,-2.316 -1.53003,-3.39301"
           id="path4786" /></g><g
         transform="matrix(3.1757337,0,0,3.1757337,-0.02195285,3.9026)"
         style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
         id="pa"><title
           id="title3776">Panama</title><path
           inkscape:connector-curvature="0"
           style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 226.04221,212.4314 c -0.229,-0.22 0.351,-0.49401 0.392,-0.70301 0.079,-0.38999 -0.32401,-0.81599 0.21699,-1.04998 0.44101,-0.19101 -0.37098,-0.46401 -0.37098,-0.62801 0,-0.338 0.265,-1.136 0.18899,-1.269 0.315,-0.31401 0.61701,0.411 0.834,-0.04 0.16499,0.14602 0.405,0.32902 0.476,0.54702 0,0.15899 -0.008,0.31799 -0.023,0.476 0.028,0.125 0.24801,-0.012 0.23,0.16999 -0.078,0.778 0.688,0.497 1.174,0.592 -0.093,-0.16499 -0.196,-0.323 -0.30899,-0.476 0.41099,-0.12601 0.81298,0.87599 1.289,0.942 1.00399,0.138 1.56698,-0.643 2.41398,-0.959 0.58,-0.21699 1.25801,-0.38901 1.69802,-0.834 0.23999,-0.24299 0.375,-0.554 0.76199,-0.557 0.43401,-0.004 0.855,0.188 1.289,0.14601 -0.078,0.099 -0.149,0.20199 -0.214,0.30999 0.847,-0.095 2,0.103 2.62201,0.753 0.29499,0.309 0.959,1.60099 1.49699,1.438 -0.39999,0.615 0.055,0.89 0.26399,1.52701 0.22602,0.68499 -0.48999,1.37599 -1.002,1.73498 -0.055,-0.17599 -0.14299,-0.336 -0.26199,-0.476 -0.174,0.25301 -0.075,0.29401 -0.092,0.49201 -0.017,0.20399 -0.248,0.386 -0.39801,0.839 -0.64599,-0.46499 -1.23999,-1.591 -1.27198,-2.37899 0.541,0.20098 0.35499,-0.45002 0.58499,-0.696 0.25599,-0.27401 0.931,0.403 1.153,0.52899 -0.149,-0.18199 -0.357,-0.286 -0.537,-0.42999 -0.25699,-0.20501 -0.21,-0.54702 -0.368,-0.808 0.067,0.20099 -0.043,0.377 -0.21401,0.47599 0.10701,-0.479 -0.29899,0.02 -0.47599,-0.429 0.055,0.194 0.048,0.38401 -0.024,0.57199 -0.27499,-0.50698 -0.29199,-1.01899 -0.74099,-1.27899 -0.20301,-0.117 -0.39501,-0.255 -0.577,-0.402 -0.324,-0.262 -0.16299,-0.25 -0.53599,-0.228 -0.515,0.03 -1.39,0.14 -1.53701,0.794 -0.112,0.499 -0.82901,1.355 -1.44301,1.25499 -0.968,-0.15699 0.074,1.27501 0.29101,1.513 0.166,0.183 0.522,0.55701 0.319,0.82801 -0.17901,0.24 -0.59301,0.081 -0.816,0.28 -0.291,0.25801 -0.962,0.66101 -1.375,0.433 -0.098,-0.053 -0.063,-0.713 -0.12601,-0.87301 -0.12599,-0.31298 -0.031,-0.79399 -0.22099,-1.05899 -0.129,0.15 -0.26401,0.15799 -0.405,0.024 0.409,0.78999 -0.485,0.987 -0.85701,0.32299 -0.31498,-0.56401 -0.30499,-0.97799 -0.97299,-1.216 -0.218,-0.078 -0.442,0.11501 -0.591,-0.123 -0.18601,-0.295 -0.433,-0.061 -0.579,-0.29401 -0.235,0.33602 -0.58101,-0.018 -0.88099,0.14301 -0.33301,0.17801 -0.096,0.56801 -0.33301,0.78599 0.028,-0.29199 -0.033,-0.54699 -0.142,-0.71499"
           id="path2682" /><path
           inkscape:connector-curvature="0"
           style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 227.4702,212.5034 c 0.001,0.174 0.056,0.166 0.16701,-0.024 -0.064,-0.042 -0.11999,-0.034 -0.16701,0.024"
           id="path4792" /><path
           inkscape:connector-curvature="0"
           style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 229.04221,214.24139 c -0.14999,0.153 -0.40801,0.267 -0.328,0.53301 0.066,0.22 0.28601,0.35899 0.49501,0.205 -0.15601,-0.22101 -0.10601,-0.491 -0.16701,-0.73801"
           id="path4794" /><path
           inkscape:connector-curvature="0"
           style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 230.25621,214.71739 c 0.183,-0.054 0.342,-0.14999 0.476,-0.28599 -0.183,0.055 -0.341,0.15001 -0.476,0.28599"
           id="path4796" /><path
           inkscape:connector-curvature="0"
           style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 236.40021,211.9074 c -0.23801,0.039 -0.265,0.318 -0.215,0.5 0.334,0.05 0.275,-0.29999 0.215,-0.5"
           id="path4802" /></g><g
         transform="matrix(3.1757337,0,0,3.1757337,-0.02195285,3.9026)"
         style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
         id="ar"><title
           id="title3805">Argentina</title><path
           inkscape:connector-curvature="0"
           style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 291.75922,347.87142 c 0.039,-0.16703 -0.04,-0.19202 -0.23502,-0.073 0.078,0.024 0.15601,0.048 0.23502,0.073"
           id="path4200" /><path
           inkscape:connector-curvature="0"
           style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 292.1662,348.37041 c 0.02,-0.28302 -0.26999,-0.42102 -0.5,-0.288 0.151,0.124 0.31702,0.22 0.5,0.288"
           id="path4202" /><path
           inkscape:connector-curvature="0"
           style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 265.71222,319.8434 c 0.045,-0.23901 0.319,-0.297 0.374,-0.51901 0.074,-0.30298 -0.10401,-0.75 -0.09,-1.07498 0.04,-0.92402 0.55298,-1.305 0.88898,-2.08902 0.21801,-0.50998 0.21502,-1.03299 0.33102,-1.56498 0.056,-0.26001 0.11798,-0.553 0.267,-0.77801 0.14999,-0.22601 0.427,-0.044 0.659,-0.151 0.98599,-0.45401 -0.03,-1.05301 -0.36002,-1.57099 -0.37598,-0.58801 0.28802,-0.95602 0.079,-1.52902 -0.14801,-0.40698 -1.31799,-2.49798 -0.31699,-2.53299 -0.10101,-0.25799 -0.63702,-0.86499 -0.55902,-1.11899 0.18601,-0.59903 0.573,-1.02002 1.14102,-1.272 0.50098,-0.22201 1.30899,-0.42102 1.54899,-0.975 0.23999,-0.55802 0.199,-1.305 0.29501,-1.89802 0.038,-0.23498 -0.036,-0.901 -0.13602,-1.135 -0.068,-0.16099 -0.44,-0.053 -0.401,-0.223 0.203,0.017 0.793,-1.466 1.39999,-1.772 0.66703,-0.33298 0.70502,-0.40198 0.78302,-1.203 0.538,0.108 0.81101,0.655 1.292,0.86602 0.55401,0.24399 1.20501,-0.067 1.78299,0.021 1.37701,0.211 1.319,1.258 2.02102,2.23499 0.046,-0.44199 0.036,-0.861 0.21399,-1.27799 0.095,-0.225 0.25199,-1.026 0.482,-1.11801 0.17498,-0.07 0.50399,-0.034 0.70999,-0.085 0.37802,-0.093 0.81302,-0.019 1.20001,-0.019 0.228,0 0.733,-0.124 0.80499,0.13501 0.098,0.349 0.80002,0.76498 1.056,1.02099 0.29502,0.29599 0.50202,0.336 0.68701,0.72 0.14499,0.30301 0.33301,0.60401 0.54001,0.86801 0.478,0.60898 1.27899,1.03898 1.90299,1.486 0.35699,0.255 0.52899,0.61798 0.85599,0.889 0.303,0.25199 0.72302,0.237 1.074,0.37598 0.474,0.18802 0.78302,0.31201 1.30902,0.31201 0.39899,0 0.68298,0.362 1.013,0.53101 0.853,0.43899 1.521,1.26898 2.46399,1.57199 0.27799,0.09 0.60901,0.11801 0.83099,0.32401 0.32401,0.30099 0.46402,0.125 0.79502,0.324 0.31998,0.19098 0.74399,0.22 0.98398,0.52298 0.169,0.215 0.35702,0.409 0.52401,0.62601 0.331,0.42801 -0.29599,0.87899 -0.38,1.37399 -0.125,0.737 -0.785,0.93201 -0.63199,1.79901 0.13898,0.79401 -0.45102,1.039 -0.62302,1.71399 -0.086,0.336 -0.20498,0.216 -0.023,0.61801 0.48499,-0.18899 1.004,-0.19201 1.50998,-0.094 0.89502,0.173 1.73401,0.698 2.61002,0.414 0.27499,-0.089 0.40597,0.33298 0.68899,0.13 0.27298,-0.194 0.564,0.25199 0.78599,0.33698 0.15502,-0.32398 0.17901,-0.771 0.61901,-0.83298 0.336,-0.048 0.50901,0.336 0.79999,0.297 0.46201,-0.061 0.38901,-0.61801 0.50202,-0.927 0.13,-0.353 0.88,-0.31702 0.84198,-0.52201 -0.012,-0.066 0.431,-0.70501 0.483,-0.69601 0.32901,0.053 0.26501,-0.71698 0.30401,-0.98798 0.078,-0.54101 0.07,-1.13 -0.069,-1.66101 -0.142,-0.54199 0.198,-0.35699 0.49399,-0.17001 0.068,-0.431 0.63901,-0.388 0.94,-0.28098 0.52201,0.185 0.63001,0.72599 0.801,1.19498 0.241,0.663 0.31,1.03702 0.32901,1.74902 0.01,0.37098 0.103,0.706 0.047,1.07999 -0.032,0.189 -0.063,0.37799 -0.093,0.56699 -0.11801,-0.046 -0.23001,-0.034 -0.33701,0.036 -0.39401,0.224 -0.64901,0.52099 -1.07901,0.69601 -0.21399,0.088 -0.923,0.33499 -0.948,0.62198 -0.039,0.43601 -0.51998,0.47501 -0.815,0.66501 -0.17199,0.11002 -0.20199,0.349 -0.35,0.49499 -0.21598,0.21201 -0.48999,0.37 -0.68399,0.60401 0.199,0.067 0.285,0.237 0.18801,0.42999 -0.43801,-0.45199 -1.30102,1.349 -1.54702,1.70001 -0.42798,0.612 -0.54099,1.85901 -1.34098,2.181 -0.36001,0.14499 -0.33401,0.63199 -0.509,0.91901 -0.093,0.151 -0.23801,0.241 -0.41302,0.271 0.099,0.255 0.005,0.59298 -0.18399,0.76098 -0.53699,0.47901 0.11001,0.539 0.16201,1.04901 0.026,0.25299 -0.13302,0.29801 -0.14401,0.49799 -0.014,0.23501 0.017,0.293 0.04,0.52402 0.023,0.233 9.8e-4,0.44098 -0.103,0.64999 -0.211,0.423 0.18998,0.202 0.15399,0.60999 -0.046,0.51702 -0.34201,0.61401 -0.24499,1.17602 0.083,0.483 0.37198,0.664 0.216,1.15299 -0.14199,0.441 0.15799,0.983 0.37799,1.35199 0.38401,0.64102 -0.479,0.40701 -0.445,0.77902 0.044,0.487 -0.245,0.98098 -0.016,1.47198 0.12799,0.27402 1.16098,1.759 0.32897,1.71601 0.37803,0.306 0.41803,0.703 0.87003,0.98501 0.491,0.30698 0.979,0.54398 1.504,0.78598 0.85498,0.397 2.05697,1.06799 1.59198,2.12601 -0.33399,0.76199 0.67602,2.29901 1.58502,1.92001 0.35898,-0.15002 0.51798,0.92899 0.59299,1.12198 0.225,0.57901 -0.16199,1.23001 -0.39899,1.74902 -0.21701,0.47699 -0.77502,1.154 -0.79202,1.681 -0.017,0.55899 0.037,0.724 -0.47898,1.09299 -0.93402,0.66599 -2.00701,1.008 -3.12002,1.232 -1.34299,0.27099 -2.64398,0.665 -4.022,0.72799 -0.53199,0.024 -0.978,0.013 -1.5,-0.034 -0.59598,-0.054 -0.999,-0.43299 -1.56998,-0.50699 0.08,0.15399 0.186,0.28698 0.31998,0.397 0.147,0.13498 -0.016,0.427 0.068,0.59399 0.047,0.093 1.13199,0.89701 0.44598,0.629 0.31601,0.232 0.46701,0.39499 0.53702,0.789 0.05,0.28501 0.093,0.75599 -0.34601,0.521 0.066,0.28699 0.14801,0.57999 0.137,0.87701 -0.008,0.23999 -0.25501,0.44898 -0.076,0.663 0.13,0.15698 0.311,0.26599 0.461,0.401 0.229,0.20599 0.11099,0.539 0.431,0.367 -0.19501,1.16898 -1.38401,1.34598 -2.36802,1.435 -1.306,0.11698 -2.37399,-0.76401 -3.65799,-0.95801 0.53199,-0.104 -0.025,-0.29699 -0.19601,-0.20901 -0.224,0.116 -0.35898,0.40301 -0.36798,0.64502 -0.027,0.69998 0.827,1.20798 0.957,1.897 0.10599,0.55799 0.11899,1.25 0.73999,1.48798 0.31699,0.121 1.18701,0.18802 0.94101,0.72601 0.13199,0.032 1.35498,0.16901 1.27298,-0.14899 -0.067,-0.259 -0.63199,-0.26901 -0.823,-0.37402 0.40701,0.062 0.62403,-0.35699 1.00202,-0.38 0.389,-0.023 0.79098,0.51901 0.85699,0.85702 0.06,0.31198 0.45599,0.772 0.23801,1.094 -0.151,0.22299 -0.70801,0.29199 -0.948,0.263 -0.39999,-0.049 -0.33502,-0.503 -0.534,-0.70102 -0.32501,-0.32398 -0.77002,-0.45499 -1.168,-0.18799 -1.05401,0.70502 0.685,1.28 1.29398,1.12601 -0.051,0.332 -0.40598,0.441 -0.67301,0.55099 -0.52697,0.21701 -0.50497,0.45599 -0.70898,0.92499 -0.21201,0.48901 -0.246,0.655 0.091,1.11102 0.11701,0.159 0.28,0.35199 0.29999,0.55798 -0.039,0.13901 -0.042,0.279 -0.008,0.41901 0.14099,0.13001 0.21499,0.29099 0.22299,0.482 -0.016,0.09 0.029,0.415 -0.10199,0.45001 -0.18601,0.049 -0.44199,0.129 -0.46799,0.362 -0.044,0.392 0.551,0.45398 0.48798,0.76199 -0.07,0.33701 -2.43698,-0.14301 -1.93,0.716 -1.022,-0.216 -1.29299,1.01099 -1.43399,1.75599 -0.238,1.24902 0.582,1.74401 1.52201,2.37902 0.462,0.31299 0.85998,0.72599 1.37799,0.95298 0.65899,0.289 1.45599,-0.10199 2.08099,0.268 0.87403,0.517 1.00702,2.24701 -0.35498,2.07202 0.25098,0.10099 0.431,-0.12201 0.668,-0.142 0.35898,-0.03 0.50098,0.21598 0.71399,0.45298 -0.20801,0.025 -0.276,0.14602 -0.16901,0.33102 -0.393,-0.08 -1.18298,0.935 -1.427,1.176 -0.319,0.31399 -0.56399,0.61999 -0.79999,1.00598 -0.15899,0.26001 -0.31399,0.414 -0.30001,0.73501 0.012,0.25602 0.038,0.499 -0.18799,0.681 0.194,0.034 0.34701,-0.071 0.384,-0.26501 0.025,0.70901 0.80301,1.93701 -0.25601,2.27502 -0.77899,0.24799 -1.02899,-0.93701 -1.69898,-1.057 0.17298,0.064 0.62699,0.41198 0.47599,0.64099 -0.111,0.17099 -0.569,0.024 -0.737,0.16501 0.652,-0.267 0.92901,0.16598 1.501,0.28799 -0.07,0.43799 -0.76101,0.41501 -0.92001,0.901 -0.21399,0.65399 0.246,1.077 -0.12799,1.74201 0.483,-0.60001 1.18201,0.71499 1.358,1.05899 0.26999,0.52899 -0.82599,0.21899 -1.09701,0.44201 0.28402,-0.093 0.95202,0.17398 1.07302,0.103 0.391,-0.23001 0.693,0.29498 0.991,0.53101 0.577,0.45697 1.19498,0.79098 1.46198,1.45898 -0.14099,-0.23901 -0.46198,-0.228 -0.69898,-0.25299 -0.42401,-0.045 -0.81201,-0.275 -1.21701,-0.39301 -1.022,-0.298 -2.12201,-0.42501 -3.181,-0.42501 h -1.40799 c -0.39502,0 -1.22601,0.16101 -1.56701,-0.052 -0.53199,-0.332 -0.97901,-1.07602 -1.668,-1.16201 0.21701,-0.319 0.017,-0.83899 -0.258,-1.03901 -0.36401,-0.26498 -0.082,-0.612 -0.27801,-0.93899 -0.12098,-0.20099 -0.49598,-0.72299 -0.79398,-0.58701 -0.23401,0.10602 -0.43701,-0.044 -0.67102,0.015 -0.17301,0.044 -0.263,0.25198 -0.41199,0.337 -0.31299,0.18198 -0.75699,-0.651 -0.85501,-0.84802 -0.19598,-0.39099 -0.98199,-0.659 -1.04498,-1.05798 -0.033,-0.21002 -0.14401,-0.21601 -0.23801,-0.392 -0.074,-0.13901 -0.014,-0.31702 -0.069,-0.466 -0.077,-0.21 -0.32599,-0.28601 -0.40301,-0.499 -0.087,-0.24002 -0.012,-0.49301 -0.05,-0.738 0.39801,0.065 0.427,-0.167 0.526,-0.47501 0.056,-0.17599 -0.049,-0.32001 0.093,-0.47699 0.126,-0.13901 0.37301,-0.041 0.50302,-0.19101 0.25598,-0.298 -0.019,-0.78201 -0.21701,-1.04501 -0.22901,-0.302 0.37201,-0.32599 0.405,-0.57199 0.036,-0.27399 -0.366,-0.62 -0.56101,-0.758 -0.396,-0.281 -0.45398,-0.45999 -0.45099,-0.93799 0.001,-0.328 0.081,-1.49102 0.655,-1.40301 -0.116,-0.26099 -0.436,-0.28601 -0.423,-0.56101 0.009,-0.177 -0.172,-0.31799 -0.094,-0.50198 0.055,-0.13101 0.19599,-0.19601 0.25901,-0.32401 0.259,-0.527 -0.633,-1.34399 -1.00202,-1.613 0.323,-0.015 0.517,-0.63101 0.16202,-0.732 -0.254,-0.072 -0.66501,-0.656 -0.39401,-0.906 0.23001,-0.21298 0.302,-0.07 0.46399,-0.414 0.13702,-0.29099 0.18402,-0.29801 -0.076,-0.54999 -0.228,-0.22101 -0.48001,-0.426 -0.73999,-0.61002 -0.36701,-0.26199 -0.88602,0.013 -1.22101,-0.35299 -0.284,-0.31101 1.56,-0.17801 1.70901,-0.38599 -0.082,0.11499 0.008,-0.60602 0.046,-0.5 -0.27899,-0.785 -1.54599,0.016 -1.85699,-0.75302 -0.077,-0.125 -0.15302,-0.25098 -0.22702,-0.379 -0.053,-0.20499 0.263,-0.388 0.12701,-0.58298 -0.17498,-0.24902 -0.61001,-0.392 -0.36599,-0.66702 0.30499,-0.345 -1.20502,-0.616 -0.659,-1.10498 0.29199,-0.26202 -0.075,-0.474 -0.34201,-0.51901 -0.508,-0.087 -0.70499,-0.27799 -0.86301,-0.76898 -0.121,-0.37601 -0.134,-0.82303 -0.26398,-1.17801 -0.1,-0.26902 -0.50302,-0.49802 -0.11901,-0.77002 0.23901,-0.16898 0.65499,-0.033 0.354,-0.43799 -0.25601,-0.345 -0.815,-0.82501 -0.76599,-1.29502 0.085,-0.81399 -0.75101,-1.56896 -0.892,-2.30599 -0.057,-0.29798 -0.036,-0.69498 0.1,-0.96299 0.216,-0.427 -0.39399,-0.53299 -0.46299,-0.89499 0.568,0.19098 0.202,-0.63202 0.039,-0.82 -0.32901,-0.379 -0.23502,-0.569 0.22299,-0.58499 -0.29099,-0.28302 -0.14099,-1.10801 -0.276,-1.50101 -0.206,-0.60202 0.39801,-0.719 0.764,-1.051 0.39801,-0.36102 -0.466,-0.94101 -0.587,-1.38501 -0.15299,-0.56298 -1.025,-1.25 -0.93601,-1.80499 0.059,-0.37302 -0.31399,-1.27701 -0.488,-1.634 -0.18598,-0.383 -0.28299,-1.22602 0.02,-1.55902 0.164,-0.17899 0.31198,0.013 0.40899,-0.20398 0.074,-0.164 0.057,-0.401 0.181,-0.539 0.099,-0.10901 0.35901,-0.17701 0.37299,-0.34 0.032,-0.388 -0.107,-0.80002 -0.25699,-1.151 -0.12701,-0.29602 -0.28101,-0.58002 -0.42499,-0.86801 -0.035,-0.071 -0.32602,-0.263 -0.32602,-0.29499 -0.003,-0.26001 0.32001,-0.14602 0.353,-0.44101 0.032,-0.289 -0.026,-0.582 -0.054,-0.86901 -0.027,-0.28 0.041,-1.58899 0.46702,-1.513 0.41198,0.073 -0.17203,-0.961 -0.20603,-1.04398 -0.16098,-0.38501 0.045,-1.71301 -0.409,-1.86002 -0.25799,-0.083 -0.10199,0.336 -0.45599,-0.104 -0.259,-0.323 -0.185,-0.479 -0.13,-0.83798 0.043,-0.28201 -0.16102,-0.38501 -0.35199,-0.52402 -0.24701,-0.17999 -0.167,-0.35098 -0.245,-0.60498 -0.173,-0.55801 -0.73502,-0.90402 -0.896,-1.466 0.53199,0.24499 -0.059,-0.483 -0.263,-0.58701 -0.487,-0.24802 -0.65002,-1.047 -0.67102,-1.52701 -0.025,-0.58899 0.42401,-0.371 0.29502,-0.99798 -0.094,-0.46002 0.37198,-1.29901 0.043,-1.67301 0.80499,0.53699 0.501,-0.85299 0.393,-1.14901 -0.16,-0.43399 -0.91202,-1.581 -0.655,-1.99799"
           id="path4518" /><path
           inkscape:connector-curvature="0"
           style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 291.1402,385.89641 c 0.482,0.43399 1.08801,0.73199 1.45502,1.28598 -0.33099,-0.61099 -1.094,0.45502 0.168,0.46701 0.47198,0.005 0.616,0.53 0.918,0.80099 0.36999,0.331 0.91498,0.41401 1.26199,0.723 0.918,0.81802 2.24899,1.20102 3.362,1.708 0.50699,0.23102 1.24301,0.521 1.80499,0.504 0.27701,-0.008 0.551,-0.065 0.82901,-0.052 0.39099,0.017 0.30301,0.427 0.202,0.754 -0.314,-0.17398 -0.68302,0.12701 -1.05301,-0.016 -0.40399,-0.15601 -0.961,0.363 -1.46799,0.255 -0.569,-0.12301 -1.065,-0.26001 -1.656,-0.27801 -0.659,-0.02 -1.50199,0.011 -2.12,-0.24698 -0.39801,-0.16602 -0.638,0.242 -0.979,-0.26102 -0.31299,-0.462 -0.48999,-1.04098 -0.741,-1.53998 -0.67801,-1.349 -1.41101,-2.708 -1.98401,-4.104"
           id="path4520" /><path
           inkscape:connector-curvature="0"
           style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 302.5232,392.0634 c 0.32501,-0.40301 1.03402,-0.29101 1.475,-0.453 -0.599,-0.15299 -1.15799,0.049 -1.71298,0.26102 0.073,0.073 0.15198,0.13699 0.23798,0.19198"
           id="path4874" /></g><path
         inkscape:connector-curvature="0"
         style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.66666663;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
         d="m 695.97502,659.5487 c 0.44778,-0.36521 1.65773,-2.05787 1.7403,-2.61998 0.13338,-0.91143 -1.90544,-2.02294 -1.13373,-2.48025 0.91778,-0.53987 1.15596,-1.3211 1.78158,-2.35957 0.24453,-0.40967 3.25831,1.05435 3.69338,1.2703 2.11504,1.04799 1.83557,0.36521 3.79818,-0.17785 0.86062,-0.24135 1.23853,1.09881 2.66761,0.84475 0.64468,0.83839 0.86063,1.64185 1.97531,1.85145 1.39732,0.26359 3.42344,0.3144 3.35993,-1.17184 0.61927,1.05116 0.0127,1.22901 0.61291,2.14679 0.50495,0.76853 0.81299,1.66726 1.14962,2.51518 0.70819,1.79112 1.41638,2.41991 2.61045,3.61081 1.07975,1.07658 1.64186,2.80418 3.02013,3.51554 0.759,0.39062 0.64467,1.22266 -0.29852,0.94002 -0.7209,-0.21595 -0.89556,-1.08293 -1.79429,-0.44143 0.40331,0.70501 -0.47319,2.41673 -0.5113,3.57905 -0.0349,1.20043 2.86134,1.59422 0.88603,2.61998 -1.59104,0.82887 0.54623,2.61363 -0.83521,3.82676 -1.52753,1.34016 -0.0985,2.1341 -0.41603,3.7823 0.0921,-0.83204 -0.26993,-1.47672 -0.80981,-2.07375 -0.3398,-0.23183 -0.65102,-0.49859 -0.93049,-0.80029 0.0921,-0.3144 0.17467,-0.63197 0.24136,-0.95272 -0.29852,-1.00035 -1.44814,-3.21066 -2.8137,-2.37545 0.26041,1.21948 1.83557,1.67044 1.36239,3.09952 -1.12739,-0.34933 -2.88992,-0.7463 -3.16303,-2.14362 -0.18102,-0.91144 1.03846,-1.6101 1.12103,-2.54376 0.20642,-2.30241 -2.30876,-3.17891 -3.79183,-4.33488 -0.90508,-0.70501 -1.13056,-1.2036 -2.3818,-1.23536 -1.23536,-0.0318 -1.95942,-0.63515 -1.90861,-1.9245 0.12703,-3.05823 -3.51871,-3.05188 -4.69691,-5.2082 0.235,0.58434 0.28581,1.20996 0.50176,1.79747 0.34298,0.93366 1.17503,0.81934 1.8197,1.37827 0.89873,0.77805 -0.16831,2.35957 -1.00671,2.68667 -1.01306,0.39696 -1.87686,-1.74348 -2.97566,-1.98801 -1.84828,-0.41602 -3.25513,-2.71843 -2.87404,-4.6334"
         id="cr"><title
           id="title3774">Costa Rica</title></path><path
         inkscape:connector-curvature="0"
         style="fill:#510000;fill-opacity:1;stroke:#000000;stroke-width:0.66666663;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
         d="m 891.21913,955.81607 c 0.73359,-3.00424 1.14644,-6.13869 1.5053,-9.20962 0.19689,-1.69902 -0.0476,-3.27419 -0.16197,-4.96368 -0.10797,-1.63232 0.77806,-3.0487 1.44496,-4.47778 0.9432,-2.01342 0.42555,-4.90016 3.47108,-5.28125 3.18526,-0.39696 6.41181,-1.13056 9.48274,-2.0801 4.98908,-1.54341 8.50779,-1.25124 13.02368,1.26712 1.79429,1.00035 4.31583,2.39132 4.45556,4.71914 0.0857,1.39732 1.16232,5.67186 2.62315,6.12281 -0.93684,1.11151 0.57481,1.51483 0.82887,2.34052 0.19372,0.62879 0,2.61045 -0.1048,3.32499 -0.16514,0.50177 -0.26041,1.01624 -0.28264,1.54341 0.0858,0.70183 0.58751,1.39097 0.34933,2.12139 -0.27946,0.87015 -0.76853,1.99118 -0.67008,2.89309 0.0572,0.5367 5.63058,2.16585 6.44674,2.18173 1.19725,0.0222 2.62633,0.51764 3.795,0.45731 1.13056,-0.0572 1.03212,-2.63586 2.16268,-1.82923 1.10515,0.78758 2.93438,1.7149 4.30312,1.90544 1.01941,0.13974 1.13691,0.42873 1.33381,1.54659 0.19689,1.14326 1.0067,2.11503 1.16867,3.46154 0.20959,1.7276 1.73712,2.63586 1.93719,4.35076 0.22866,1.95943 0.70184,5.93227 3.38216,5.67186 1.49259,-0.14291 2.50248,-1.26394 3.92521,-1.54023 1.31793,-0.25723 2.32146,1.3211 3.2583,1.96578 -0.58116,0.4192 -0.63832,0.98765 -0.33028,1.59422 0.60339,1.18137 -0.38109,1.82287 -0.0699,2.95343 0.3271,1.1909 -0.38744,3.30276 -0.60339,4.46191 -0.2096,1.12103 -0.53353,3.47742 -0.36204,4.64609 l 1.09246,7.3296 c 0.0984,0.65737 -0.43508,2.35639 -1.34334,2.52788 -0.4446,0.0857 -1.68949,1.86733 -1.5053,2.29606 0.19055,0.43507 -1.78158,0.75582 -2.02611,0.87967 -0.47954,0.24454 -1.17503,0.77171 -1.02577,1.24168 0.21595,0.6796 -1.00035,3.4235 -1.98165,2.5692 -2.05788,-1.7816 -3.17574,-0.2795 -4.09353,1.6355 -0.59703,-0.2286 -1.36874,-1.2671 -2.02611,-1.1337 -0.87015,0.181 -1.03847,0.9559 -1.87686,-0.1175 -0.58751,-0.7527 -1.33699,0.3239 -2.14362,0.3493 -0.77488,0.022 -1.68949,-0.2636 -2.41991,-0.4605 -2.44849,-0.6574 -4.83664,-1.572 -7.42804,-1.3052 -1.22901,0.1238 -1.97213,0.9845 -2.40086,-0.4954 -0.0794,-0.2795 0.84157,-2.93122 1.11786,-3.11224 2.61681,-1.72125 -0.0635,-6.15457 2.40086,-7.3677 1.14326,-0.56211 1.12103,-3.21067 1.74665,-4.36346 1.12103,-2.0674 -0.15561,-3.06141 -1.88956,-4.37299 -1.35604,-1.02576 -3.37581,-1.00035 -4.57306,-2.00706 -0.70819,-0.60021 -1.61327,-0.81299 -2.50248,-0.98448 -1.09245,-0.2096 -2.0674,-0.93366 -2.99154,-1.46401 -2.07058,-1.18773 -3.62351,-2.36275 -5.51942,-3.88075 -2.07376,-1.66091 -3.99825,-1.27347 -6.32607,-2.20396 -1.44178,-0.57798 -3.43296,-0.80028 -4.74137,-2.16267 -1.89591,-1.97213 -4.87475,-3.77913 -6.22126,-4.99226 -1.61962,-1.45766 -3.34722,-3.33769 -3.77277,-4.54129 -0.71454,-2.03247 -2.61998,-2.31511 -3.86169,-4.01096"
         id="py"><title
           id="title3801">Paraguay</title></path><g
         transform="matrix(3.1757337,0,0,3.1757337,-0.0219529,3.9026)"
         style="fill:#ee7070;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
         id="gn"><title
           id="title3699">Guinea</title><path
           inkscape:connector-curvature="0"
           style="fill:#ee7070;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 397.3642,204.76441 c -0.142,0.181 -0.129,0.47999 0.14301,0.524 -0.073,-0.19301 -0.033,-0.36 0.11901,-0.5 -0.087,-0.008 -0.17501,-0.016 -0.26202,-0.024"
           id="path5380" /><path
           inkscape:connector-curvature="0"
           style="fill:#ee7070;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 397.4112,204.7164 c 0.32901,-0.41 0.29699,-1.08301 0.71402,-1.434 0.28299,-0.237 0.832,-0.28499 1.16998,-0.46199 0.33801,-0.17602 0.68701,0.038 1.03302,-0.14602 0.22699,-0.12098 0.41998,-0.33899 0.38699,-0.60899 -0.049,-0.40199 -0.76101,-0.562 -0.64499,-0.87399 0.10499,-0.28002 0.672,-0.19701 0.74799,-0.47901 0.086,-0.317 -0.15301,-0.77301 -0.067,-0.871 l 1.19599,-0.003 c 0.172,0.044 0.366,0.17601 0.491,0.186 0.093,0.028 -0.11701,0.56799 0.24801,0.34599 0.25098,-0.15199 0.76999,0.19701 0.90799,0.30701 0.019,0.015 0.55399,0.179 0.54001,0.18001 0.34799,-0.033 0.595,-0.29901 0.97299,-0.25701 0.551,0.06 1.09699,-0.17801 1.49399,-0.003 -0.19199,0.38501 -0.47699,0.669 0.04,1.104 0.294,0.247 0.733,-0.697 1.07501,-0.567 0.82599,0.314 0.29199,1.304 1.017,0.48 0.92798,-1.057 1.49499,0.154 1.84698,0.065 0.21,-0.054 0.348,-0.252 0.53901,-0.411 0.156,-0.13099 0.53701,-0.168 0.61099,-0.292 0.143,-0.23999 -0.44,-0.807 0.36801,-0.599 0.173,0.044 0.59,0.242 0.55701,0.56801 -0.01,0.108 0.138,0.66099 0.21399,0.733 0.38501,0.364 -0.074,1.31799 0.39999,1.06199 0.061,0.47499 0.94302,0.497 0.85001,1.06301 -0.211,0.01 -0.29499,-0.003 -0.43,0.15999 -0.18701,0.22599 -0.29699,0.52301 -0.37301,0.80101 0.246,-0.04 0.389,-0.24302 0.67202,-0.27401 0.45899,-0.05 0.32099,0.539 0.31098,0.86499 -0.008,0.24102 -0.11499,0.63501 0.32901,0.88201 0.083,0.046 0.45401,0.289 0.51199,0.507 0.077,0.29199 -0.203,0.433 -0.42898,0.601 -0.146,0.108 -0.14801,0.601 -0.146,0.826 0.004,0.416 0.14999,1.344 0.729,0.974 -0.13101,0.65599 -0.061,0.56 0.31,1 -0.44702,0.068 -0.448,0.43801 -0.57202,0.786 0.677,0.112 0.61301,0.69301 0.784,1.21499 -0.349,-0.12098 -1.37098,-0.52099 -1.49799,-0.181 -0.16699,0.44501 0.50201,0.88901 0.71399,1.20401 -0.25299,-0.13 -0.43198,0.355 -0.42798,0.372 0.055,0.26401 0.146,0.17801 0.094,0.33999 -0.052,0.16501 -0.34101,0.58701 -0.33701,0.62201 -0.07,-0.061 -0.43201,-0.237 -0.63001,-0.062 -0.10699,0.093 0.027,-0.18701 -0.29299,-0.34601 -0.31,-0.10899 -0.41199,0.55299 -0.48801,0.705 -0.22,0.44 -0.383,0.532 -0.871,0.72701 -0.027,-0.55501 -0.48099,-0.64402 -0.92899,-0.47602 0.12399,-0.364 0.202,-0.737 0.215,-1.12298 0.005,-0.14701 -0.045,-0.95201 -0.089,-0.87702 -0.031,0.056 -0.09,0.20201 -0.097,-0.278 0,-0.074 -0.173,-0.33899 -0.013,-0.54799 -0.76498,-0.877 -0.82098,-0.40499 -0.94198,-0.46701 -0.258,0.20601 -0.33902,0.074 -0.694,0.038 -0.24402,-0.025 -0.508,0.037 -0.71201,0.159 -0.125,0.076 -0.659,0.35699 -0.71399,0.476 -0.052,-0.48 0.60498,-1.101 0.49799,-1.245 -0.418,-0.56801 0.22299,-0.74 -0.43,-1.158 -0.19699,-0.12599 0.068,-0.342 -0.028,-0.52001 -0.69598,-1.27899 -0.961,-2.27099 -2.52698,-2.03499 -0.422,0.064 -0.52502,0.195 -0.89602,0.28 -0.654,0.14901 -0.85798,-0.18499 -1.13801,0.454 -0.22399,0.51201 -0.40698,1.106 -0.72998,1.25101 -0.29101,0.12999 -0.311,0.23599 -0.44601,0.52499 -0.16,0.343 -0.569,0.066 -0.80499,0.282 -0.027,-0.222 0.11599,-0.38401 0.33401,-0.405 -0.048,-0.092 -0.112,-0.172 -0.19101,-0.23799 -0.059,0.076 -0.11499,0.15599 -0.16601,0.23799 -0.02,-0.159 -0.028,-0.317 -0.023,-0.476 -0.087,0.007 -0.17401,0.015 -0.26102,0.023 0.075,-0.294 -0.35498,-0.35 -0.16898,-0.642 -0.43701,0.44101 -0.22302,-0.7 -0.38,-0.81 0.023,0.19099 -0.084,0.261 -0.26102,0.214 0.076,-0.168 0.13101,-0.34201 0.16501,-0.524 -0.103,0.351 -0.33301,0.22901 -0.54901,0.072 -0.30698,-0.22299 -0.147,-0.38199 -0.26099,-0.68998 -0.16299,0.058 -0.27301,0.16899 -0.33099,0.33299 -0.036,-0.59999 -1.30502,-0.549 -0.952,-1.31 -0.109,0.039 -0.22,0.063 -0.33401,0.072 0.18799,-0.35001 0.31601,-0.73902 0.42599,-1.12001 -0.14398,0.145 -0.25399,0.311 -0.33099,0.501 -0.039,-0.388 -0.19299,-0.18901 -0.31,0 -0.056,-0.26201 -0.093,-0.815 0.23801,-0.929 -0.26602,0.14701 -0.54401,0.14 -0.83502,0.142"
           id="path5400" /></g><g
         transform="matrix(3.1757337,0,0,3.1757337,-0.02195285,3.9026)"
         style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
         id="ie"><title
           id="title3724">Ireland</title><path
           inkscape:connector-curvature="0"
           style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 421.12622,79.923402 c 0.045,0.03599 -0.025,0.156998 0.059,0.047 0.085,-0.111 -0.013,-0.01 -0.059,-0.047"
           id="path5352" /><path
           inkscape:connector-curvature="0"
           style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 417.67322,82.8994 c 0.383,-0.165001 -0.31702,-0.288002 -0.49902,-0.190003 0.19101,-0.003 0.358,0.06001 0.49902,0.190003"
           id="path5348" /><path
           inkscape:connector-curvature="0"
           style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 416.8902,89.185403 c -0.08,0.008 -0.159,0.016 -0.23898,0.023 0.31598,-0.283997 0.64999,-0.634995 1.095,-0.689995 -0.418,-0.07 -1.10501,0.517998 -1.48401,0.195999 -0.42599,-0.361999 0.965,-1.051002 1.246,-0.958 -0.41699,-0.186005 -0.98501,-0.027 -1.406,0.071 -0.11301,-0.335998 0.24399,-0.388 0.487,-0.419998 0.12799,-0.01601 0.27499,-0.025 0.39099,-0.088 0.11001,-0.059 0.34302,0.152 0.59802,0.104004 -0.058,-0.182999 -0.14502,-0.348999 -0.26202,-0.501 0.45501,0.002 0.58801,-0.414001 1.061,-0.407005 0.54901,0.008 1.04202,-0.209999 1.582,-0.258995 -0.18298,-0.006 -0.33899,-0.113998 -0.40399,-0.286003 -0.69101,0.444 -1.22101,0.427002 -2.02399,0.571998 0.219,-0.153999 1.305,-0.690994 1.172,-1.051994 -0.19101,-0.514999 0.867,-0.502006 1.09,-0.734001 -0.414,-0.026 -0.80402,-0.041 -1.21802,-0.038 -0.202,0.002 -0.54599,-0.216003 -0.806,-0.248001 0.047,-0.08 0.094,-0.158997 0.142,-0.237999 -0.23899,-0.073 -0.43,0.158997 -0.664,0.024 0.08,-0.054 0.15902,-0.110001 0.238,-0.167 -0.079,-0.056 -0.15899,-0.111999 -0.238,-0.167 0.281,-0.04501 0.173,-0.079 0.371,-0.205001 0.16,-0.101998 0.40802,0.011 0.58102,-0.009 -0.24801,0.03101 -0.52401,-0.185997 -0.25302,-0.403 0.11102,-0.089 0.34802,-0.072 0.482,-0.114998 0.668,-0.216003 -0.63999,-0.301002 -0.581,-0.214996 -0.091,-0.134003 0.20301,-0.141007 0.25601,-0.100006 -0.14999,-0.244995 0.10099,-0.651001 -0.311,-0.429001 0.11301,-0.141998 0.10501,-0.277001 -0.023,-0.404999 -0.07,0.07501 -0.134,0.153999 -0.19199,0.237999 0.038,-0.173996 0.10999,-0.332001 0.215,-0.475998 0.037,0.376 0.561,-0.017 0.93799,-0.041 0.35299,-0.022 0.807,0.067 0.84802,0.494003 0.17798,-0.778 0.996,0.016 1.405,-0.381004 -0.088,-0.045 -0.17502,-0.093 -0.26102,-0.142998 0.26102,-0.343002 0.98401,-0.307999 1.04502,-0.713997 -0.40201,-0.079 -0.84,0.048 -1.21402,-0.167 0.086,-0.282005 0.393,-0.356003 0.64502,-0.262001 -0.096,-0.206001 -0.10102,-0.347 0.212,-0.237999 -0.19,-0.250999 0.007,-0.660003 0.25299,-0.792 0.439,-0.235 0.82999,-0.036 1.24799,-0.089 -0.19199,-0.332001 0.125,-0.360001 0.233,-0.169998 0.19101,0.336998 -0.003,0.335998 -0.09,0.622001 0.36002,0.006 0.50501,-0.382003 0.23801,-0.619003 0.518,-0.360001 0.70999,-0.164001 1.21701,-0.071 -0.27301,0.306 -0.87802,0.373001 -1.01401,0.796997 -0.11899,0.374001 -0.565,0.889 -1.06,0.679001 0.098,0.094 0.202,0.181999 0.31101,0.262001 -0.43701,0.274002 -1.177,0.209 -0.603,0.736 0.25,0.230003 0.61399,0.367004 0.909,0.460998 0.27899,0.08901 0.5,0.196 0.63098,-0.25 0.069,-0.236 -0.027,-0.460998 0.483,-0.332 0.34302,0.08701 0.50601,0.497001 0.69702,0.551002 -0.004,0.464005 0.314,0.333 0.54898,0.309998 0.20902,-0.021 0.20301,-0.184998 0.499,0.095 -0.16498,0.085 -0.374,0.092 -0.517,0.222 -0.047,0.042 0.21301,0.375 0.19,0.557999 -0.032,0.258003 0.62399,0.927002 -0.03,1.053001 0.43601,0.671005 0.24802,1.070999 -0.022,1.742005 -0.13898,0.348999 -0.33698,1.054 -0.83499,0.996994 0.543,0.073 0.18701,0.536003 -0.20899,0.464004 -0.31701,-0.059 -0.802,0.194 -0.88501,-0.274002 0.20499,0.611 -0.923,0.383003 -1.237,0.494003 -0.29199,0.102997 -0.1,0.382996 -0.55401,0.382996 -0.35599,0 -0.534,0.487999 -0.99399,0.457001 0.27399,-0.404 -0.224,-0.292 -0.42999,-0.214997 0.36798,0.104996 0.241,0.279999 0,0.419999 -0.107,0.043 -0.19501,0.111 -0.26401,0.204002 -0.083,0.161995 -0.22101,0.021 -0.36999,0.08099 -0.35001,0.144004 -0.72501,0.138 -1.08902,0.255004 -0.40598,0.131997 -0.87299,0.003 -1.253,0.182999 0.103,-0.171997 0.24601,-0.299003 0.43,-0.379997 -0.17398,0.02499 -0.34198,0.072 -0.50299,0.141998 0.208,-0.187004 0.47201,-0.283005 0.737,-0.357002 -0.31101,-0.164002 -0.92301,0.019 -1.18601,0.215004"
           id="path5402" /></g><g
         transform="matrix(3.1757337,0,0,3.1757337,-0.02195285,3.9026)"
         style="fill:#510000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
         id="tn"><title
           id="title3678">Tunisia</title><path
           inkscape:connector-curvature="0"
           style="fill:#510000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 454.32,138.665 c 0.056,-0.281 0.319,-0.387 0.523,-0.543 0.317,-0.241 0.343,-0.457 0.694,-0.723 0.28,-0.213 0.491,-0.611 0.6,-0.963 0.217,-0.708 0.156,-1.259 0.192,-1.938 0.022,-0.428 -0.248,-0.799 -0.191,-1.228 0.065,-0.487 0.606,-1.413 -0.175,-1.582 0.281,-0.324 0.738,-0.49 0.955,-0.874 0.08,-0.142 0.028,-0.385 0.223,-0.441 0.214,-0.061 0.348,0 0.518,-0.18 0.37,-0.392 0.755,-0.565 1.274,-0.714 0.241,-0.069 0.572,-0.25 0.829,-0.147 0.305,0.122 0,0.269 0.034,0.499 0.254,0 0.314,-0.127 0.165,-0.334 0.466,0.101 0.599,0.031 0.788,0.453 0.083,0.185 -0.176,0.203 0.075,0.38 0.192,0.135 0.223,0.37 0.044,0.524 0.014,-0.015 0.214,0.22 0.417,0.136 0.277,-0.114 0.51,-0.34 0.736,-0.53 0.088,-0.074 0.393,-0.402 0.535,-0.337 0.341,0.155 0.296,0.491 0.141,0.771 -0.296,0.537 -1.309,1.052 -1.343,1.662 -0.025,0.459 0.245,1.011 0.659,1.235 0.627,0.337 0.606,0.353 0.755,1.072 0.188,0.906 -0.444,1.847 -1.14,2.396 -0.691,0.546 -1.749,0.854 -1.063,1.914 0.15,0.233 0.351,0.453 0.608,0.57 0.287,0.13 0.403,-0.049 0.667,-0.013 0.086,0.012 0.141,0.437 0.194,0.526 0.13,0.219 0.492,-0.426 0.689,-0.354 0.27,0.098 0.088,0.318 0.169,0.5 0.113,0.254 0.501,0.484 0.096,0.524 0.213,0.228 0.678,-0.023 0.877,0.239 0.166,0.219 -0.108,1.072 -0.048,1.392 0.089,0.48 0.44,0.684 -0.086,0.999 -0.521,0.311 -1.585,0.657 -1.895,1.085 -0.177,0.141 -0.115,0.547 -0.362,0.647 -0.525,0.214 -1.025,0.387 -0.817,1.188 0.166,0.64 0.413,1.143 0.042,1.772 -0.432,0.732 -0.812,1.012 -1.571,1.345 -0.182,-1.195 -0.524,-2.346 -0.759,-3.529 -0.243,-1.224 -0.367,-1.93 -1.4,-2.504 -0.482,-0.268 -0.699,-0.592 -0.82,-1.128 -0.107,-0.471 -0.32,-0.805 -0.748,-1.057 -0.214,-0.126 -0.42,-0.228 -0.563,-0.453 -0.145,-0.23 -0.095,-0.542 -0.241,-0.776 -0.302,-0.484 -0.469,-0.997 -0.277,-1.481"
           id="path5410" /><path
           inkscape:connector-curvature="0"
           style="fill:#510000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 462.343,139.855 c -0.039,-0.316 -0.258,-0.059 -0.331,-0.214 -0.178,-0.379 -0.003,-0.5 0.316,-0.496 0.7,0.01 0.262,0.427 0.015,0.71"
           id="path5412" /></g><path
         inkscape:connector-curvature="0"
         style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.66666663;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
         d="m 1489.9624,276.16778 c -0.051,-1.80382 2.6391,-2.277 1.6482,-4.37616 -0.3429,-0.72725 -1.14,-1.81335 -0.8415,-2.69303 0.1397,-0.40967 1.5466,0.11115 1.8419,0.11115 -0.1524,-0.59386 -0.025,-1.1242 0.3779,-1.58786 -0.079,0.12385 -0.1556,0.25088 -0.2318,0.37791 -0.4573,-0.39379 -0.9845,-0.61927 -1.5847,-0.67961 0.3176,0.80346 -0.9273,0.34616 -0.9877,-0.37791 1.7403,0.6542 4.5286,-0.85427 6.1101,-1.48942 1.896,-0.76535 6.5135,-0.55575 7.7044,-2.13727 1.4545,-1.93084 4.8811,-2.82005 7.1771,-3.42661 2.8645,-0.75583 6.8152,-1.36557 9.2541,0.70183 -0.6574,-0.45413 -1.4386,-0.91778 -2.2675,-0.60656 0.9972,0.94002 1.2513,2.74066 2.7026,3.15985 1.7467,0.50495 4.0935,-0.25088 5.7703,-0.73994 -0.7368,0.4446 -1.6387,0.5621 -2.3627,1.05117 -1.0353,0.70501 1.1718,0.30169 1.5688,0.0984 2.7025,-1.38144 5.0684,-0.26993 8.2886,-0.31757 4.2396,-0.0572 10.2195,0.99083 14.4306,0.36838 3.1439,-0.46048 3.8966,1.01306 4.681,3.89345 0.8066,2.95979 4.446,6.44039 3.4012,9.6987 -0.5272,1.64503 -2.6041,1.05434 -3.4774,2.31828 -0.8765,1.26394 -1.6419,2.22301 0.4922,2.61681 3.4203,0.63197 0.5717,3.97601 1.5847,5.82112 1.0671,1.93719 1.445,4.26501 4.3635,5.68138 -0.4224,0.21595 -0.8511,0.41602 -1.283,0.60657 1.2925,1.14009 1.6323,2.43896 -0.2128,3.12174 -1.8546,0.68596 -3.5155,2.48343 -4.7858,3.93474 -1.0957,1.25441 -3.4362,2.88992 -2.7089,4.83029 0.3048,0.80981 0.2064,1.67361 0.5144,2.47707 0.2446,0.6415 0.9623,0.42237 0.8384,1.28935 -1.2544,-0.88921 -3.1471,-0.87333 -4.5794,-1.38144 -1.4068,-0.4986 -2.0928,-1.57517 -3.5346,-1.95943 -1.4195,-0.38427 -3.0042,-0.60657 -4.3984,-0.0254 -1.8038,0.75265 -2.0134,0.0667 -3.7537,-0.14608 -1.3401,-0.16514 -1.8355,0.0985 -2.8169,0.93049 -0.4255,0.35886 -0.9717,0.81616 -1.5592,0.86697 -1.0067,0.0826 -0.6733,-0.97812 -1.0639,-1.46401 -0.4224,-0.52082 -1.3846,-0.95272 -1.9213,-1.59422 -0.8638,-1.03529 -2.9598,1.23854 -3.8967,1.36874 0.2414,-0.81299 -3.2297,-4.4619 -4.3983,-4.78265 -1.3084,-0.35568 -1.9468,-0.89556 -3.2171,-0.48907 -1.3338,0.4192 -1.4608,-1.80699 -1.3147,-2.59457 -2.1151,0.63832 -3.9379,-0.84792 -5.891,-1.35921 0.057,0.64149 0.3335,1.17184 0.8289,1.58786 -0.8194,0.54623 -2.3024,2.04518 -3.2266,0.76535 -0.7558,-1.04799 -1.2036,-1.74665 -2.5183,-2.20395 0.3493,-0.29852 1.6482,-0.99401 1.3655,-1.61328 -0.3684,-0.80981 -2.1944,-0.46365 -2.6549,0.0254 -0.07,-2.07058 -3.8744,-0.58434 -4.6747,-1.78476 -0.759,-1.13692 -0.01,-0.94637 -1.7117,-1.63868 -1.3147,-0.5367 -0.2382,1.48307 -1.934,1.15597 1.1814,-2.93438 1.9531,-3.87758 -0.2953,-5.4051 -0.9686,-0.66056 -0.2033,-1.4005 -0.9655,-2.07693 -0.9908,-0.87968 0.1048,-1.29253 0.2731,-2.23254 0.1017,-0.57799 -0.1206,-1.61963 -0.1969,-2.20714 -0.076,-0.59069 -1.2893,-0.44143 -1.0575,-1.42908 0.1525,-0.64785 0.9591,-1.28935 0.086,-1.81652 -1.0639,-0.63515 -2.077,-1.37509 -2.9789,-2.22301"
         id="pl"><title
           id="title3706">Poland</title></path><path
         inkscape:connector-curvature="0"
         style="fill:#510000;fill-opacity:1;stroke:#000000;stroke-width:0.66666663;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
         d="m 1475.5224,910.52058 c 1.1115,-0.17466 1.988,-1.15279 3.1757,-0.94319 1.0131,0.18102 1.9277,0.94955 2.9979,0.74312 2.2325,-0.42555 3.7632,-3.02965 6.3038,-2.33416 2.023,0.5494 3.0995,2.8264 5.132,3.49966 1.1528,0.38426 4.7001,0.235 6.5865,0.25088 8.6285,0.073 17.2696,0.24771 25.8854,-0.10162 2.2802,-0.0921 3.055,-0.25724 4.1316,1.75618 1.3688,2.55964 3.4203,1.99436 5.8815,2.2643 3.2265,0.35568 6.6627,0.20959 9.686,1.27029 1.1623,0.40649 2.2071,0.55258 3.2329,-0.0699 0.9082,-0.5494 1.7752,-0.3525 3.0868,-0.0317 1.3243,0.32392 2.1118,0.10479 2.9915,-0.0985 5.3861,-1.25124 11.4739,-2.51518 17.1807,-3.59493 1.1052,-0.2096 2.2262,-0.71454 3.3758,-0.53988 0.6765,0.1048 1.7054,0.75583 2.3787,0.42237 2.1436,-1.07339 3.1376,1.19408 4.554,2.16586 -1.0353,-0.26677 -2.2357,0.33345 -3.2139,0.71454 -1.2195,0.47636 -1.5783,2.29288 -2.7438,1.21948 -1.88,-1.73078 -5.5544,3.93473 -6.939,4.60164 -0.6732,-1.29888 -1.4005,-4.1888 -3.3218,-4.37299 -2.4771,-0.23183 -5.5607,1.01623 -7.9711,1.52753 -2.8391,0.60339 -6.1958,0.71771 -9.0223,1.24489 l -1.0448,33.50399 -7.1422,-0.1048 -1.5498,57.11246 c 0.1779,2.6104 -2.0515,1.5116 -3.2964,2.6962 -0.6129,0.5843 -0.5684,1.1528 -1.7943,1.5751 -0.8383,0.289 -1.2258,0.6415 -0.543,1.4132 -1.8864,0.559 -1.7943,-0.1492 -3.5473,-0.4096 -1.8451,-0.2732 -3.4171,0.724 -5.5956,0.254 -3.4521,-0.7399 -5.4972,-2.0134 -5.656,-2.6517 -0.4351,-1.7594 -0.032,-1.0321 0.038,-2.4326 -0.063,-0.5526 -0.6669,-0.4065 -1.0861,-0.8448 -0.6002,-0.6224 -1.121,-1.9499 -1.7562,-1.5466 -1.9975,1.264 -1.445,3.144 -2.1436,3.6902 -0.9908,0.7749 -2.2326,1.7912 -3.2678,0.4891 -1.3656,-1.7212 -3.1917,-3.0932 -4.4111,-4.9287 -1.0861,-1.6324 -1.9499,-3.3949 -2.8233,-5.1447 -0.4636,-0.9305 -0.5081,-1.9309 -0.67,-2.93443 -0.1652,-1.03529 -0.8702,-1.57517 -1.0734,-2.51836 -0.3716,-1.7276 0.4001,-2.36275 -0.8797,-3.95696 -0.5113,-0.63833 -0.343,-1.048 -0.3239,-1.86098 0.032,-1.31476 -0.4256,-2.45167 -0.5685,-3.73149 -0.099,-0.91461 -0.019,-1.83875 -0.2826,-2.73113 -0.3684,-1.26077 0.2635,-2.48343 0.016,-3.74737 -0.4223,-2.17538 -1.4576,-4.16021 -2.2452,-6.21491 -0.8924,-2.31828 -0.2255,-4.27454 -0.4573,-6.6214 -0.1588,-1.59105 -0.3906,-3.58541 -0.2477,-4.40792 0.067,-0.38427 1.0353,-4.25231 0.6097,-4.15704 -0.098,-2.08328 -1.1496,-4.1221 -2.3341,-5.79254 -0.6638,-0.94001 -1.4228,-1.81652 -1.9817,-2.82957 -0.5113,-0.93049 -0.6193,-2.06741 -1.2894,-2.91533 -3.0931,-3.90615 -3.7568,-8.64752 -6.0402,-12.88077 -2.096,-3.88075 -2.801,-9.20963 -6.2054,-12.26151 -3.6648,-3.28053 -4.0935,-8.07272 -3.7759,-12.70294"
         id="na"><title
           id="title3737">Namibia</title></path><path
         inkscape:connector-curvature="0"
         style="fill:#510000;fill-opacity:1;stroke:#000000;stroke-width:0.66666663;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
         d="m 1592.8784,1023.1162 c 1.0004,0.9909 0.9115,2.4168 1.7245,3.4393 0.7018,0.8861 0.4604,2.0579 1.1972,2.7852 0.9241,0.9146 3.3377,4.0014 4.9351,2.7057 0.6987,-0.5685 1.2893,-2.4612 1.7816,-3.2837 0.778,-1.2989 2.096,-1.0385 3.3567,-1.391 0.9178,-0.2572 2.8868,-1.0258 3.2774,-1.9944 0.4986,-1.2385 0.5557,-1.9467 1.4323,-3.0391 0.3334,-0.4129 1.3909,-1.5307 1.2131,-2.1373 -0.5526,-1.9118 -1.3497,-2.0325 -2.6168,-3.3568 -0.9909,-1.0352 -2.0452,-2.0038 -3.0233,-3.0455 -0.8479,-0.9019 -2.2993,0.5208 -3.071,0.8543 -0.8542,0.3652 -1.2639,0.7653 -2.0991,1.2258 -0.9813,0.5399 -2.0007,0.3462 -2.782,1.3497 -0.8447,1.0829 -1.2639,2.4231 -2.0134,3.5632 -0.8638,1.3052 -2.1214,1.4576 -3.3123,2.3246 m -80.9875,-9.6733 c 0.7876,-0.7431 1.988,-0.5906 2.1404,-1.7593 0.127,-0.9908 0.8194,-2.7089 1.8705,-3.0424 1.3815,-0.4414 1.2068,1.4894 2.1532,1.7626 1.6291,0.4668 -0.032,2.0928 0.759,3.0836 1.3878,1.7403 3.5314,1.9023 5.5766,2.5501 1.8609,0.5939 3.3567,-0.2413 5.1764,-0.1969 1.6355,0.044 2.2675,0.9686 3.9506,0.47 -1.013,-1.1464 0.2414,-1.3274 0.921,-1.591 0.9336,-0.3652 1.0035,-1.5752 2.1849,-1.9213 0.7622,-0.2223 2.3437,-0.3303 2.4358,-1.3878 l 0.7272,-32.67833 c 0.8924,1.26076 2.4358,1.8578 3.2678,3.16938 0.9496,1.49895 1.5339,3.49331 2.1532,5.15422 0.6224,1.67361 1.175,3.49648 0.362,5.22408 -1.0416,2.21031 -1.8038,3.42026 -0.7844,5.88463 1.8007,-2.0801 6.2626,1.07975 8.2188,-0.82251 0.3271,-0.3144 0.076,-1.12104 0.5526,-1.26077 0.5335,-0.15243 1.0004,-0.0413 1.5212,-0.3398 1.356,-0.77488 1.6418,-2.55647 3.0519,-3.39486 1.5497,-0.92096 2.5437,-1.9372 2.8994,-3.78548 0.308,-1.61327 0.2572,-2.95025 1.5847,-4.15386 1.156,-1.04799 2.6517,-1.26076 4.0649,-0.62244 1.1624,0.524 2.8391,2.99472 3.9443,2.96296 2.4866,-0.0667 5.4083,2.9312 7.7615,1.06705 1.0543,-0.83205 2.6327,0.3271 3.9442,-0.65103 1.4037,-1.04482 1.915,-2.79147 2.5152,-4.36663 0.3208,-0.83522 0.6034,-1.69584 0.7432,-2.58187 0.2254,-1.44179 -0.4669,-1.33381 0.9971,-1.74983 0.848,-0.24136 3.3282,-0.66373 3.795,-1.45767 0.8321,-1.42272 2.4835,-2.06105 3.1789,-3.56634 0.7559,-1.64186 0.4319,-3.33452 1.553,-4.87793 0.959,-1.32428 2.0356,-1.44178 3.2773,-2.30558 1.2703,-0.88921 2.8931,-2.25477 3.8649,-3.47743 0.8257,-1.04482 1.3751,-2.64221 2.62,-3.27736 1.2417,-0.63197 2.7121,-0.68913 4.0173,-1.16232 1.2449,-0.45413 1.2099,-1.00671 1.8197,-1.97213 0.5176,-0.81934 1.9277,-1.0861 2.7883,-1.26394 3.5092,-0.73677 5.6496,1.57516 9.0635,1.59739 3.0392,0.0222 5.8021,-1.14961 6.7993,2.5787 0.5557,2.08328 1.0353,4.20467 1.0892,6.36417 0.054,1.96895 1.2576,3.65844 1.969,5.42733 1.5243,3.78547 1.1528,7.3804 0.9527,11.37548 -0.076,1.53705 0.01,3.41709 -0.543,5.04306 -0.27,0.79076 -0.3907,0.74312 -0.1048,3.0233 0.127,0.0603 -0.921,-1.13056 -1.9722,-1.48942 -0.994,-0.3398 -1.8768,-0.21277 -2.6866,-0.20325 -0.6701,1.30523 -1.6864,1.03847 -2.4485,2.69303 -0.921,1.99436 -1.7435,5.05894 -2.0293,4.83664 1.4799,1.33381 1.9816,2.40403 2.8994,3.4552 1.4958,1.71176 3.6458,2.61996 5.2781,1.00036 0.4446,-0.4414 -0.2223,-0.6828 1.3973,-2.94709 l 1.3561,0.0349 4.7636,0.16513 c -0.902,3.98246 -2.0389,7.49156 -3.1027,11.43586 -0.5526,2.042 -1.6292,6.1863 -4.4365,5.9863 0.4446,0.9971 -0.8607,0.9622 -1.464,1.0829 -0.7527,0.1524 -1.391,1.0988 -1.8706,1.6323 -1.6894,1.88 -3.417,4.1189 -4.1919,6.5166 -0.4351,1.3465 -1.626,2.1944 -2.3056,3.4012 -1.0416,1.8547 -2.1341,3.6966 -3.3536,5.4401 -2.1976,3.1408 -4.5508,5.2621 -7.4757,7.6725 -2.4421,2.0166 -3.8839,4.9415 -6.3228,6.9454 -3.1059,2.5533 -6.1451,5.1859 -9.3431,7.6185 -2.5151,1.9118 -5.3987,4.1984 -8.6379,4.6366 -1.5562,0.2096 -3.0996,-0.6447 -4.6366,-0.1746 -1.1147,0.3398 -2.6676,1.6831 -1.1338,2.6453 -1.8228,0.8099 -3.8458,-1.5116 -5.5543,-0.3398 -1.9912,1.3656 -2.4136,2.1722 -5.1479,1.1306 -2.0515,-0.7812 -4.681,-1.6165 -6.85,-0.7908 -0.9686,0.3716 -0.4796,0.9972 -1.9499,0.47 -0.867,-0.3112 -2.3755,0.2255 -2.8169,-0.7748 -0.029,0.127 -0.029,0.254 0,0.3779 -2.2199,-0.3589 -5.7767,0.6637 -6.9136,2.7311 -0.994,1.8038 -5.9545,-0.06 -7.5328,0.6225 -0.9496,0.4096 -1.9468,0.1365 -2.836,0.5557 -1.0765,0.5081 -2.2706,1.5402 -3.217,2.277 -1.1941,0.9305 -0.7209,0.7431 -2.1023,0.3906 -0.6002,-0.1556 -1.2767,0.1874 -1.8102,-0.2509 -0.6129,-0.5049 -1.1877,-1.1019 -1.9689,-1.3338 1.3719,-1.8864 -2.8487,-1.9594 -3.7823,-2.1214 0.5748,-1.4703 -0.025,-2.7851 -1.7753,-2.4612 -1.1845,0.2192 -0.7526,1.626 -0.724,2.4612 -2.1564,-0.8415 -0.451,-3.4043 -0.2414,-4.7127 0.181,-1.1401 -0.4414,-2.3152 -1.0099,-3.252 -0.3303,-0.5367 -3.0169,-4.2618 -1.2385,-2.5406 -0.759,-0.7622 -0.4287,-1.6037 -1.5625,-1.5974 -0.959,0.013 0.095,-2.385 0.1969,-2.7184 2.4453,1.4354 3.0741,-1.3719 3.1186,-3.2551 0.076,-3.2234 -0.813,-5.945 -2.4803,-8.7079 -2.4802,-4.1126 -4.6778,-8.1839 -6.1005,-12.8014 -0.6669,-2.1595 -1.0925,-4.3825 -1.8928,-6.5007 -0.7971,-2.1182 -2.7216,-4.0046 -2.9248,-6.3134"
         id="za"><title
           id="title3743">South Africa</title></path><path
         inkscape:connector-curvature="0"
         style="fill:#c80200;fill-opacity:1;stroke:#000000;stroke-width:0.66666663;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
         d="m 1575.558,481.09152 c -1.4958,-2.3945 1.5879,-4.90651 1.2068,-7.36135 -0.4065,-2.63903 -2.8106,-4.48096 0.9876,-7.61223 0.079,1.92132 2.3215,1.23536 3.4806,0.8892 2.1246,-0.63197 3.8617,0.073 5.9704,0.28582 2.3088,0.22865 4.5222,0.74312 6.758,1.34016 0.9432,0.25088 1.0924,1.27664 2.0515,1.57516 0.8511,0.26041 1.4989,0.15561 2.3437,0.0667 0.5684,-0.0603 0.8288,0.82569 1.4703,0.9559 0.6987,0.14608 1.4164,0.14926 2.1214,0.21912 2.2739,0.22548 3.7887,1.65139 5.9196,2.00707 2.061,0.34298 4.03,-1.04164 5.5099,-2.30241 0.7653,-0.6542 1.4799,-1.36556 2.1817,-2.08646 0.6034,0.47001 1.0575,0.95272 1.8165,0.83205 -0.435,-0.21913 -0.3398,-0.34298 -0.9114,-0.3017 0.7431,-0.39379 1.4863,-1.11151 1.6673,-1.96578 1.2893,0.76853 2.4993,-0.61291 3.7823,-0.60339 -0.8638,0.39697 -1.6927,0.88921 -2.3501,1.58787 0.2255,-0.13656 5.4369,-1.71172 2.9503,-1.89274 1.8419,-0.60656 3.036,1.49895 4.8049,1.24807 0.8447,-0.11751 1.6386,-0.95272 2.5374,-0.6415 0.832,0.29216 1.2226,1.49894 1.9626,1.96578 -0.7495,-0.524 -1.5148,-1.67044 -2.4993,-1.73713 0.2921,0.78123 -0.7876,2.2643 0.4859,2.56917 1.3878,0.33028 0.7367,0.67325 1.6355,1.51165 0,-0.30805 2.4739,-1.35286 0.6828,-2.19126 1.9054,0.44143 2.5374,2.20079 4.7731,2.00389 0.724,-0.0635 2.8645,-1.4005 2.4834,0.18737 1.3846,-0.87968 2.9407,-0.36521 4.427,-0.81299 1.3116,-0.39697 2.6231,-0.90826 3.6743,-1.8197 l 6.3864,16.85362 c -1.6164,2.0547 -1.2544,5.8497 -2.2802,8.28232 -0.6034,1.42273 -0.578,2.30876 -0.5621,3.81088 0.016,1.28617 -1.6196,2.53106 -1.2163,3.7823 -0.7812,-0.7209 -1.826,-1.04482 -2.6867,-1.64821 -1.0924,-0.76535 -1.8578,-1.88321 -2.6072,-2.95978 -0.9464,-1.36874 -3.722,-2.26113 -3.3187,-4.31265 0.4065,-2.07058 -1.591,-3.50601 -2.6104,-4.96367 -1.4101,-2.01342 -2.4168,-4.35711 -2.9884,-6.75796 -0.9464,1.01623 -1.9562,3.23607 -0.9654,4.39839 1.6895,1.99118 1.5116,4.43332 2.9312,6.4912 1.2258,1.78158 2.4675,3.96014 4.0014,5.48131 0.6796,0.67008 1.4545,1.25124 2.0706,1.98166 0.3239,0.38427 1.6577,2.58187 0.051,1.38145 1.2989,1.01623 0.2255,2.30558 1.048,3.14397 1.1083,1.12104 1.6958,2.30876 2.277,3.72196 0.2826,0.69549 0.7526,1.29253 1.156,1.91815 0.3112,0.47636 -0.3017,1.0861 -0.3303,1.55293 -0.038,0.62562 0.9813,1.55293 1.2607,2.09281 0.6415,1.23218 1.337,2.43579 1.9849,3.66479 2.1182,4.04589 4.2586,8.01556 6.2657,12.12178 0.7876,1.60692 1.9404,2.75654 2.928,4.19832 0.9178,1.34334 2.5247,1.75936 3.3758,3.12492 -0.8034,0.0445 -1.6164,-0.0953 -2.3405,-0.45095 -0.5303,2.19125 -0.2731,5.54165 0.8448,6.83735 1.067,1.22901 -1.3942,3.70291 -2.8963,3.77595 -0.7431,0.0349 -1.0258,-0.50494 -1.7752,0.33028 -0.5907,0.65737 -0.9019,1.78793 -1.1687,2.63268 -0.3081,0.97495 -0.7685,1.83557 -1.8451,2.08646 -0.8733,0.20324 -2.4421,0.0254 -2.9058,1.02576 -0.8448,1.82922 -0.3271,3.96649 -2.909,3.76324 -3.0074,-0.24135 -4.5349,-2.67714 -6.1196,-2.61045 -5.2177,0.21913 -8.2125,0.69231 -12.3028,0.003 0.1175,-0.40967 0.5907,-1.27982 0.2985,-1.7022 -0.7368,-1.06704 -1.3052,0.87015 -1.5497,1.21948 -0.9782,1.4005 -5.8752,0.55893 -7.444,0.55893 l -42.1038,-0.0921 -1.499,-56.90598 c -0.1588,-2.66126 -0.095,-5.45273 -0.4605,-8.08859 -0.3175,-2.2643 -0.8987,-5.61787 -1.9181,-7.65987"
         id="eg"><title
           id="title3674">Egypt</title></path><g
         transform="matrix(3.1757337,0,0,3.1757337,-0.02195285,3.9026)"
         style="fill:#ffc0c0;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
         id="tz"><title
           id="title3753">Tanzania</title><path
           inkscape:connector-curvature="0"
           style="fill:#ffc0c0;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 533.92218,253.34041 c 0.093,0.595 0.17804,0.80798 0.64801,1.216 0.32703,0.284 0.42102,-1.15301 -0.10296,-0.716 0.085,-0.366 -0.025,-0.965 -0.21503,-1.28702 -0.078,0.25702 -0.409,0.49201 -0.33002,0.78702"
           id="path4894" /><path
           inkscape:connector-curvature="0"
           style="fill:#ffc0c0;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 534.99323,258.98241 c 0.255,-0.23001 0.67999,-0.38101 0.52197,-0.81 -0.14502,0.345 -0.57898,0.36298 -0.52197,0.81"
           id="path4896" /><path
           inkscape:connector-curvature="0"
           style="fill:#ffc0c0;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 535.15821,250.41039 c 0.039,0.30401 0.29998,0.55801 -0.049,0.596 0.083,0.051 0.16302,0.10602 0.24102,0.16501 -0.492,0.27899 -0.051,0.706 0.15497,0.25601 0.24402,-0.53402 0.17603,-1.053 -0.323,-1.25402 -0.008,0.079 -0.016,0.15802 -0.024,0.237"
           id="path4898" /><path
           inkscape:connector-curvature="0"
           style="fill:#ffc0c0;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 510.11121,251.5594 c 0.19098,-1.401 0.24402,-0.42599 -0.34698,-1.68301 -0.11304,-0.23999 0.14697,-0.668 0.021,-1.06799 0.578,-0.061 0.67401,-0.10999 1.04901,-0.54001 0.29999,-0.34299 0.78797,-0.81299 1.09198,-1.185 0.21997,-0.26898 -0.24603,-0.53198 -0.151,-0.72998 0.11402,-0.237 0.58801,-0.045 0.50501,-0.327 -0.055,-0.186 0.41601,-0.45401 0.51501,-0.55001 0.284,-0.27301 -0.125,-0.594 0.12299,-0.853 -0.76001,0.21399 -1.237,-0.24399 -0.81104,-0.926 -0.41296,0.04 -0.12195,-0.264 0.029,-0.50399 0.193,-0.305 0.56598,-0.185 0.72699,-0.49601 0.30097,-0.58099 -0.16198,-1.623 -0.42303,-2.181 -0.18201,-0.391 -0.81897,-1.285 -0.21295,-1.483 0.74499,-0.244 2.40594,-0.055 3.20697,-0.031 0.33301,1.251 -0.24701,1.277 -0.20301,1.423 0.15101,0.50099 -0.28497,1.09601 -0.26898,1.21899 0.26099,0.35001 -0.024,0.68601 0.03,0.86701 0.18103,0.60699 0.33099,0.12601 0.40399,1.60501 0.039,-0.31302 0.26905,-0.48202 0.45703,-0.14102 -0.075,-0.607 0.007,-0.66498 0.38398,-0.61698 -0.28498,-0.15502 -0.098,-0.50402 0.34802,-0.75201 0.086,0.087 0.52099,1.01599 0.97699,0.422 -0.059,0.142 0.27502,0.19201 0.33099,0.38101 0.112,0.37198 0.10901,1.04199 -0.21698,0.89499 l 0.19202,0.25 c 0.16199,-0.18799 -0.12903,-0.25601 0.513,-0.30798 -0.38605,0.07 -0.96802,-2.11103 1.03796,-0.86301 0.088,-0.534 1.44501,-1.14102 1.034,-1.18302 -0.49799,-0.05 -0.43597,0.159 -0.711,0.12201 -0.82898,-0.11099 -0.79095,-0.272 -0.836,-0.23599 0.19605,-0.225 0.013,-0.224 0.87702,-0.285 -0.076,-0.31601 -0.85401,-0.14401 -0.66999,-0.19702 0.085,-0.076 -0.26403,-0.20899 0.69001,-0.33698 0.10498,-0.014 0.25097,-0.184 0.20599,-0.37601 -0.026,-0.11599 0.11499,-0.02 0.16101,-0.08 -0.37604,-0.397 -0.11102,-0.444 -0.021,-0.49499 0.088,-0.051 0.18299,0.05 0.60401,0.13299 -0.083,0.01 -0.32105,-0.356 -0.12903,-0.569 0.117,-0.154 0,0.16699 0.10999,0.025 -0.13099,-0.095 -0.086,-0.316 0.012,-0.431 0.098,-0.125 0.237,-0.262 0.33496,-0.387 l 7.55304,4.73601 c 0.64001,0.40598 1.43597,0.698 1.62701,1.47699 0.081,0.33399 -0.18304,0.32199 -0.25201,0.608 -0.051,0.21201 0.31396,0.45001 0.43396,0.62601 0.41302,0.60699 1.23303,1.01199 1.77301,1.49899 0.32202,0.29099 1.84503,1.27201 1.78803,1.69501 -0.091,0.67999 -0.33698,1.44299 -0.61902,2.069 -0.14301,0.31799 -0.29596,0.634 -0.39899,0.96899 -0.051,0.15799 -0.083,0.319 -0.096,0.48401 -0.014,0.22699 0.19501,0.43299 0.159,0.63398 -0.15198,0.85702 1.23303,0.923 1.06,1.837 0.74902,-0.237 0.64898,0.64902 0.36804,1.004 -0.44702,0.565 -0.185,1.233 -0.487,1.781 0.51898,-0.47198 0.48596,0.50702 0.36499,0.758 -0.17804,0.36801 -0.31903,0.81302 -0.26599,1.22702 0.05,0.383 0.60998,1.02798 0.18896,1.10999 0.31903,0.061 0.13202,0.65499 0.38001,0.63 0.40301,-0.039 0.19598,0.40601 0.10901,0.60001 -0.16199,0.35998 0.25799,0.492 0.33099,0.82 0.04,0.18198 -0.098,0.28998 0,0.474 0.12799,0.241 0.18597,0.387 -0.06,0.595 0.41901,-0.078 0.58301,0.279 0.66498,0.61799 -0.037,-0.59299 1.41699,0.26199 0.95203,0.91799 -1,0.77301 -1.88099,1.22702 -2.805,1.79602 -0.33599,0.11698 -0.38299,-0.095 -0.72198,0.021 -0.35602,0.12198 -0.89404,0.54999 -1.25501,0.668 -0.35803,0.117 -0.789,-0.58102 -1.19403,-0.37802 -0.46698,0.23401 -0.66699,0.94302 -1.164,1.16302 -0.83099,0.36698 -0.99298,0.086 -1.25598,-0.139 -0.51501,-0.44202 -0.703,0.36999 -1.27002,0.30398 -0.65198,-0.076 -0.87299,0.013 -1.23199,-0.43899 -0.27802,-0.35099 -0.599,-0.51401 -1.00599,-0.137 -0.28802,0.26599 -1.28399,0.21799 -1.79699,0.112 -0.047,-0.046 -0.073,-0.31201 -0.138,-0.41 -0.18103,-0.26901 -0.36499,-0.539 -0.51404,-0.83701 -0.20899,-0.41501 -0.066,-0.86499 -0.15296,-1.30499 -0.11602,-0.586 -0.016,-1.129 -0.16302,-1.70599 -0.15302,-0.60202 -0.52802,-1.159 -1.00598,-1.53101 -0.46503,-0.362 -0.55603,0.341 -0.513,0.448 -0.47504,-0.51099 -0.922,-0.033 -1.36701,-0.521 -0.14001,-0.15399 -0.66803,-0.19299 -0.87201,-0.31201 -0.346,-0.20099 -0.65802,-0.366 -1.177,-0.44198 -0.082,-0.012 -0.15301,-0.13901 -0.19201,-0.21201 -0.16498,-0.20401 -0.29902,-0.155 -0.50898,-0.26001 -0.19799,-0.099 -0.46002,-0.066 -0.65503,-0.16898 -0.17999,-0.096 -0.22296,-0.32 -0.388,-0.401 -0.13501,-0.067 -0.29199,0.095 -0.43499,0.053 -0.23297,-0.068 -0.26502,-0.315 -0.38898,-0.488 -0.24201,-0.33799 -0.54999,-0.4 -0.87903,-0.37699 -0.15601,-0.34799 -0.97497,-2.02099 -1.354,-3.03 -0.349,-0.92999 -0.0879,-2.65799 -1.39099,-3.151 -0.19599,-0.075 -0.036,0.14899 -0.26197,0.045 -0.47802,-0.22101 -0.95599,-0.75901 -0.10901,-1.59302 0.32697,-0.32099 -0.22802,-0.93299 -0.37701,-1.48001"
           id="path5432" /></g><g
         transform="matrix(3.1757337,0,0,3.1757337,-0.02195285,3.9026)"
         style="fill:#900000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
         id="sa"><title
           id="title3095">Saudi Arabia</title><path
           inkscape:connector-curvature="0"
           style="fill:#900000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 540.5882,188.71539 c -0.013,-0.26799 -0.12396,-0.51799 -0.357,-0.66699 -0.005,0.088 -0.014,0.175 -0.026,0.262 -0.30999,0.012 -0.42199,-0.31501 -0.68798,-0.405 0.25799,0.43 0.92199,0.421 1.07098,0.80999"
           id="path3234" /><path
           inkscape:connector-curvature="0"
           style="fill:#900000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 542.18622,189.1564 c 0.032,-0.3 -0.15204,-1.01201 -0.42199,-1.184 -0.13703,-0.087 -0.80402,-1.48799 -0.76502,-0.812 -0.062,-1.21001 -0.901,-1.52099 -1.56799,-2.33999 -0.25299,-0.31101 -0.60901,-0.75802 -0.72803,-1.13801 -0.15295,-0.48899 -0.42896,-0.62899 -0.67999,-1.027 -0.14698,-0.23301 -0.022,-0.437 -0.19098,-0.67701 -0.12103,-0.16999 -0.32202,-0.71199 -0.40204,-0.92999 -0.0749,-0.205 -0.12,-0.421 -0.21594,-0.61799 -0.088,-0.181 -0.27204,-0.20701 -0.36103,-0.36602 -0.085,-0.15199 -0.003,-0.36099 -0.11901,-0.49499 -0.11896,-0.135 -0.31202,-0.15399 -0.44098,-0.274 -0.323,-0.30001 -0.69702,-0.60399 -0.98304,-0.939 -0.34594,-0.407 -0.75195,-0.237 -1.14196,-0.524 -0.64801,-0.478 -1.07898,-1.366 -1.48603,-2.04601 -0.237,-0.39599 -0.169,-0.62298 -0.18896,-1.03999 -0.022,-0.453 -0.349,-0.827 -0.383,-1.285 -0.044,-0.59999 0.20398,-1.19699 0.085,-1.795 -0.055,-0.27201 -0.20398,-0.50299 -0.34997,-0.733 -0.076,-0.12101 -0.54199,-0.721 -0.017,-0.31 -0.11499,-0.302 -0.37695,-0.30499 -0.44501,-0.636 -0.062,-0.295 -0.20599,-0.618 -0.32196,-0.89701 -0.31903,-0.77198 -0.94299,-1.29798 -1.52704,-1.85398 -0.42596,-0.405 -0.849,-0.46901 -1.36895,-0.61101 -0.22101,-0.06 -0.32703,-0.482 -0.39203,-0.662 -0.14002,-0.385 -0.409,-0.65 -0.651,-0.971 0.83599,-0.30501 -0.32898,-1.679 -0.60199,-2.011 -0.18402,-0.22301 -0.70099,-0.63 -0.67902,-0.925 0.039,-0.50701 -0.61499,-0.801 -0.83496,-1.25701 -0.66699,-1.38598 -1.71899,-2.53698 -2.45801,-3.89698 -0.22504,-0.41401 -0.47601,-1.05301 -0.97302,-1.19201 -0.22498,-0.064 -1.112,-0.21099 -1.13001,0.20501 -0.29699,-0.27102 0.18305,-0.98401 0.266,-1.26902 0.17504,-0.597 0.035,-1.21798 0.13299,-1.81999 0.12305,-0.76401 0.005,-0.28799 0.112,-0.74299 0.57001,0.16899 2.13702,0.58999 2.70606,0.46598 1.12896,-0.24598 1.11096,-1.888 2.17297,-2.056 0.39697,-0.063 1.37402,0.038 1.33099,-0.498 -0.097,-1.224 0.435,-0.85699 1.17603,-1.10598 -0.96704,-0.92601 -1.88605,-1.892 -2.77002,-2.89501 1.71698,-0.35899 2.85699,-0.746 4.88098,-1.82699 0.85699,0.164 2.38702,0.25698 3.32703,0.69299 3.15899,1.462 5.76001,3.698 8.50201,5.78399 0.58099,0.44201 1.146,0.88102 1.68799,1.36802 0.61798,0.55499 1.047,0.52699 1.85998,0.60598 0.93799,0.09 1.92603,0.22301 2.86499,0.31002 0.344,0.032 0.51404,-0.14402 0.888,-0.063 0.50501,0.109 1.02802,0.17 1.54303,0.217 0.54499,0.049 0.58802,0.68201 0.76197,1.08301 0.25702,0.59599 1.125,0.22 1.61804,0.263 0.51001,0.045 0.57599,0.321 0.74298,0.739 0.17999,0.45098 1.07599,1.026 0.93701,1.53199 -0.046,-0.079 -0.10199,-0.151 -0.169,-0.214 -0.15198,0.363 0.21301,0.322 0.169,0.642 0.006,0.005 1.53198,0.14599 0.94898,0.59401 0.224,0.071 0.69799,1.21598 0.92602,0.571 -0.15204,0.57398 1.22602,1.21899 1.54498,1.56799 -0.16998,-0.051 -0.29699,-0.15399 -0.38098,-0.30901 0.008,0.63301 0.39197,0.64202 0.52802,1.15001 0.0799,0.29801 0.048,0.926 -0.38501,0.537 0.039,0.338 -0.07,0.405 0.237,0.467 0.047,0.009 0.44897,0.881 0.47699,0.983 -0.089,-0.078 -0.17603,-0.157 -0.26099,-0.23801 0.263,0.38601 0.73395,0.60401 0.94196,1.03202 0.211,0.43199 0.276,0.82899 0.53003,1.24899 0.195,0.32401 0.47699,0.87801 0.88098,0.97701 0.185,0.046 0.85602,-0.13001 0.75903,0.235 0.071,-0.18502 0.23096,-0.25301 0.40399,-0.14301 -0.22601,0.276 -0.42999,1.028 0.33301,0.83299 -0.051,0.013 0.38995,0.87201 0.43201,0.93302 0.87994,0.99798 2.06695,2.754 2.53296,2.94299 2.89801,0.32401 4.23803,0.481 5.815,0.832 0.20599,-0.049 0.38599,-0.172 0.45203,-0.30501 0.35101,0.81301 1.151,1.23902 1.28497,1.76702 0.12103,0.47699 0.088,0.79399 -0.037,1.28499 -0.41901,1.643 -0.65002,4.602 -1.25702,4.929 -4.13196,2.22599 -9.30298,3.005 -14.21301,3.819 -0.63696,0.225 -1.25,0.513 -1.83099,0.85 -0.87397,0.506 -1.724,2.025 -2.008,2.93199 -0.13098,0.42002 -0.62396,0.87902 -1.086,0.88102 -0.48199,0.002 -0.57098,-0.78202 -0.96399,-0.91401 -0.44702,-0.151 -0.776,0.077 -1.16101,0.03 -0.59698,-0.073 -1.39496,0.021 -1.93201,-0.255 -0.64398,-0.332 -1.11895,-0.179 -1.83294,-0.178 -0.62604,0.001 -1.28601,0.38401 -1.90906,0.376 -0.77295,-0.01 -0.88599,-0.598 -1.28796,-0.49199 -0.539,0.14099 -0.68201,0.849 -0.71204,1.29699 -0.03,0.441 0.52301,0.698 0.055,1.017 -0.09,0.061 -0.18402,0.687 -0.85699,0.909 -0.004,-0.059 0.035,-0.075 0.0309,-0.133"
           id="path3380" /><path
           inkscape:connector-curvature="0"
           style="fill:#900000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 539.7782,187.4534 c 0.17603,0.044 0.21503,0.10001 0.11902,0.16699 -0.04,-0.055 -0.079,-0.11099 -0.11902,-0.16699"
           id="path5480" /><path
           inkscape:connector-curvature="0"
           style="fill:#900000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 539.89722,187.62039 c 0.073,0.10301 0.088,0.21401 0.046,0.33301 -0.087,-0.024 -0.16595,-0.063 -0.23798,-0.118 0.064,-0.072 0.12799,-0.143 0.19202,-0.21501"
           id="path5482" /><path
           inkscape:connector-curvature="0"
           style="fill:#900000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 556.85022,157.9754 c 0.11701,-0.17801 0.30097,-0.13 0.43,0 -0.14399,0.028 -0.28699,0.028 -0.43,0"
           id="path5488" /></g><g
         transform="matrix(3.1757337,0,0,3.1757337,-0.02195285,3.9026)"
         style="fill:#ee7070;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
         id="ht"><title
           id="title3780">Haiti</title><path
           inkscape:connector-curvature="0"
           style="fill:#ee7070;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 250.94822,182.78639 c 0.56799,0.23601 0.76098,0.15001 1.30999,0.16701 -0.656,0.08 0.29599,0.245 0.452,0.26399 0.36899,0.045 0.728,0.056 1.09799,0.11701 0.50501,0.084 0.40802,-0.12 0.81302,-0.25501 0.25699,-0.086 0.668,0.10301 0.70798,-0.22099 0.071,-0.575 -1.012,-0.758 -0.86298,-1.50301 0.147,-0.735 0.259,-1.20999 -0.68402,-1.40199 -0.37,-0.075 -1.25501,-0.036 -0.513,-0.55901 0.85901,-0.60299 1.51202,-0.20399 2.366,0.045 0.56402,0.16501 1.57202,-0.076 1.61801,0.72901 0.015,0.264 -0.23401,0.636 -0.048,0.93499 0.202,0.32502 -0.328,0.54601 -0.38299,0.74001 -0.038,0.13499 0.18899,0.16 0.15701,0.431 -0.044,0.368 -0.42801,0.627 -0.793,0.608 0.42099,0.368 0.74298,1.078 0.38199,1.619 -0.50699,-0.712 -1.39801,-0.61801 -2.14401,-0.428 -0.71601,0.181 -2.384,-0.683 -2.82999,0.14 -0.33999,0.62699 -0.75201,-0.41601 -1.26599,-0.503 -0.827,-0.141 0.027,-1.31201 0.62,-0.92401"
           id="path5512" /><path
           inkscape:connector-curvature="0"
           style="fill:#ee7070;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 252.04322,184.4534 c -0.087,-0.024 -0.17401,-0.047 -0.262,-0.071 0.18399,-0.071 0.14298,0.006 0.262,0.071"
           id="path5514" /><path
           inkscape:connector-curvature="0"
           style="fill:#ee7070;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 254.16321,182.62039 c -0.065,-0.048 -1.449,-0.63699 -0.961,-0.737 0.31101,-0.064 1.211,0.29901 0.961,0.737"
           id="path5516" /><path
           inkscape:connector-curvature="0"
           style="fill:#ee7070;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 254.80622,178.88139 c -0.08,-0.023 -0.159,-0.047 -0.23801,-0.071 0.18301,-0.161 0.42499,-0.105 0.57102,0.071 h -0.33301"
           id="path5518" /></g><path
         inkscape:connector-curvature="0"
         style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.66666663;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
         d="m 1503.1131,344.82714 c -0.086,-2.46119 1.9722,-0.71136 2.9217,0.0603 1.029,0.83522 1.7403,0.1302 2.15,-0.92732 0.3938,-1.01623 1.9467,-0.33345 2.6486,-0.19054 0.1238,-0.99083 4.2777,0.67961 5.2177,0.67961 0.651,0 1.8387,0.66373 2.3627,0.29217 1.2163,-0.85428 0.9019,0.17148 1.9817,-0.0667 1.3147,-0.28899 2.4644,0.0381 3.6934,0.53353 1.0289,0.41602 0.3842,1.41002 1.7053,1.48307 0.8257,0.0413 1.9531,-0.84157 2.674,-0.48272 1.1591,0.58116 0.1874,2.17856 -0.2922,2.82323 -1.5942,2.1468 0.1684,2.87722 1.734,4.06812 2.6962,2.05152 -0.7812,1.03529 -1.1782,1.60692 -0.048,0.0699 1.8514,2.45166 1.8641,3.036 0.01,0.51129 -3.5854,1.19725 -4.1887,0.99718 -0.1461,0.95272 1.0352,1.34016 0.6097,2.34369 -0.5875,-1.93402 -3.3853,0.52082 -2.4993,2.11822 -2.9598,-0.65421 0.8193,4.13798 -1.0131,4.10622 -1.1623,-0.0222 -3.2043,-1.42908 -4.0998,-2.1468 -0.4732,-0.37791 -0.5367,-0.83204 -1.2005,-0.91778 -0.6097,-0.0794 -0.7717,0.52082 -1.3941,-0.36204 1.9721,-0.0254 -1.7721,-3.16303 -2.1182,-3.59493 -1.7784,-2.20396 -3.0964,-2.94708 -4.7096,-4.7636 -0.8257,-0.93049 -1.9214,-1.41638 -2.7693,-2.29288 -0.994,-1.03211 -0.3525,-2.69302 -1.2989,-3.84264 -0.7145,-0.87332 -1.6355,-1.0988 -2.5151,-1.71807 -0.4415,-0.30487 -0.2096,-2.1722 -0.2859,-2.84228"
         id="ba"><title
           id="title3748">Bosnia and Herzegovina</title></path><path
         inkscape:connector-curvature="0"
         style="fill:#900000;fill-opacity:1;stroke:#000000;stroke-width:0.66666663;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
         d="m 664.97033,628.84888 c -0.2223,-0.91461 0.0699,-1.3211 0.64785,-1.85463 0.87015,-0.80346 1.64503,-0.47636 2.39451,-0.95589 0.10479,-0.0667 0.77487,-1.28617 1.62915,-1.66409 0.3271,-0.14608 0.0508,-0.67643 0.13655,-1.08292 0.19372,-0.89873 1.69267,-0.55258 2.28336,-0.38744 0.98447,0.27311 6.30383,3.59811 5.76395,4.81124 1.08293,-0.01 3.49966,-2.00389 3.85534,0 0.93684,-0.6161 2.566,-0.21913 2.12774,1.07657 -0.0921,0.27946 -0.86062,3.99507 -1.14326,2.85498 -0.78123,1.05435 0.78758,1.90862 -1.36239,2.49613 -2.03564,0.55575 -3.51871,-1.43861 -5.29395,-0.98448 1.97531,0.54305 -1.01941,0.28582 -1.52117,0.054 -1.22901,-0.56528 -2.2643,-1.56881 -3.57588,-1.95943 -1.22583,-0.36838 -2.65174,0.15244 -3.82676,-0.43825 -0.68913,-0.34933 -1.34969,-1.49894 -2.11504,-1.96578"
         id="sv"><title
           id="title3768">El Salvador</title></path><path
         inkscape:connector-curvature="0"
         style="fill:#510000;fill-opacity:1;stroke:#000000;stroke-width:0.66666663;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
         d="m 889.7043,699.70268 c 0.76536,-1.5053 2.05153,-2.23889 1.8324,-4.55718 -0.14926,-1.57199 0.56528,-2.04517 1.51483,-2.56599 0.21595,-0.1175 0.76217,-1.0607 1.48306,-0.58434 0.92097,0.60974 0.8638,-0.0476 1.66091,-0.60339 0.70184,-0.48588 2.06741,-0.83522 2.42944,-1.51165 0.31757,-0.59386 -0.17784,-1.48624 -0.94002,-1.2163 -1.89591,0.6796 -0.88603,-1.25442 -1.68631,-2.30241 -0.72725,-0.95272 0.18101,-2.04517 0.79076,-2.79782 0.76535,-0.94319 0.60974,-0.89238 1.70536,-1.45131 1.47037,-0.75265 2.27383,-2.24524 3.61399,-2.89309 1.81969,-0.87968 0.36203,-1.54341 -0.46366,-3.03601 1.23536,1.44496 3.04236,2.39768 4.46508,3.62987 -0.68913,-1.05435 -2.10868,-1.30523 -2.64538,-2.49613 1.74665,0.79076 3.57587,1.94037 4.87157,3.37263 1.04164,1.15597 2.36592,3.39804 3.65845,4.15386 1.44178,0.83839 1.81652,3.54412 1.30522,4.96685 -0.38108,1.06704 -0.93366,1.79429 -1.06704,2.96613 -0.1175,1.01306 -0.14291,2.11822 -0.74312,2.99472 1.99753,-0.36839 0.48906,-5.25902 3.56952,-4.16339 2.31511,0.81934 5.15739,2.47072 5.72267,5.14469 1.50848,-1.35604 2.57552,1.44496 2.78512,2.52471 0.36839,1.87686 -0.34933,4.70961 -1.56563,6.17045 2.02294,0.57481 0.28581,2.01977 -0.17467,2.57234 -0.4446,0.53035 -5.7322,-1.13373 -5.4305,2.34052 0.18101,2.11186 0.15561,3.49013 -0.17149,5.56389 -0.22231,1.39414 1.03211,4.15703 2.05152,5.1034 1.04164,0.96225 0.34615,2.12139 1.90544,2.34052 0.3271,0.0476 1.17502,-0.35569 1.37509,-0.0445 0.6415,1.0067 0.72407,2.25477 0.90191,3.40121 0.33028,2.14044 2.55647,3.88074 2.55647,5.98308 0,2.13727 2.41355,2.07375 3.18208,3.36628 -2.58822,1.65455 -5.10023,-1.67997 -7.5773,0.35568 -0.41602,0.3398 -0.66373,0.80028 -1.03211,1.1782 -0.68279,0.69548 -1.54341,0.39379 -2.3691,0.6796 -1.51482,0.52717 -1.58152,1.27982 -3.36945,1.30205 -0.55258,0.01 -0.87015,0.44143 -1.22901,0.79394 -0.27629,0.0476 -0.52717,0.14608 -0.75583,0.30169 0.0667,0.3144 0.10798,0.63197 0.12068,0.95272 -0.39061,0.78758 -2.58187,1.13691 -3.37898,0.8638 -0.55258,-0.19054 -0.19372,-0.83204 -0.9813,-0.83839 -0.6288,-0.003 -1.88321,-0.47319 -2.12139,-1.11469 -0.38109,-1.04164 -1.87051,-2.65491 -3.02012,-2.81052 0.1048,-0.25088 0.20642,-0.50177 0.30487,-0.75582 -1.0607,0.0699 -0.94002,-0.88286 -0.80982,-1.6101 0.22231,-1.26077 -0.10479,-1.74983 -0.86697,-2.66762 -1.26394,-1.52435 -1.2036,-4.42697 -0.81299,-6.23079 0.3017,-1.39097 1.33381,-2.66761 1.34016,-4.13798 0.006,-1.27347 0.35886,-1.1782 1.09245,-2.25159 0.46366,-0.67008 1.44496,-1.85146 1.01306,-2.65174 -0.34933,-0.64467 -1.26076,-1.54023 -1.26076,-2.30558 0,-0.73677 0.38744,-1.44179 -0.46049,-1.81017 -0.59068,-0.25724 -2.08645,-0.27947 -2.44531,-0.88603 -0.3398,-0.56846 0.84474,-2.28018 0.96225,-2.94073 0.19372,-1.10516 0.0508,-2.37863 -0.82887,-3.16938 -1.3084,-1.18138 -3.45837,0.67643 -5.04624,-0.10798 -1.88639,-0.93049 -4.10305,-4.6588 -4.9605,-6.51025"
         id="gy"><title
           id="title3788">Guyana</title></path><path
         inkscape:connector-curvature="0"
         style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.66666663;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
         d="m 1409.9689,291.70029 c 1.8705,-0.97495 4.1221,-1.95625 6.1736,-2.4993 -0.9718,1.03211 1.3465,0.78123 2.1373,0.97495 0.6637,0.16196 1.0003,0.44778 1.7403,0.25088 0.9146,-0.24771 1.9467,-1.77841 2.2674,-0.34615 -0.1206,-0.32393 -0.2223,-0.65103 -0.3048,-0.98448 0.6891,0.15243 1.5307,0.11433 1.4386,-0.83204 0.5494,0.41602 1.4481,0.6669 1.8895,-0.0762 0.3716,0.90826 1.6959,0.61609 2.185,0 0.5748,2.13092 3.6933,2.12457 5.5257,2.87404 -0.9813,1.14326 -2.0134,2.53106 -0.2636,3.40121 0.5939,0.29852 0.9782,0.15561 1.3815,0.073 -0.3017,0.76218 2.2008,1.06705 1.1496,2.12139 1.0385,-0.17466 0.9845,1.02576 1.2925,1.66409 -1.2099,0.21912 -1.0893,0.88603 -1.8387,1.50529 -0.3049,0.25089 -1.0671,-0.38744 -1.7499,0.68596 -0.5779,0.91144 -1.0448,1.35604 -0.8955,2.15315 0.1715,0.80664 1.4037,1.82605 -0.032,2.79147 -0.289,-0.0381 -1.1718,-0.0159 -2.0769,-0.1175 -0.1207,-0.19372 -0.6574,-1.06387 -1.2417,-1.41003 -0.7939,-0.47318 -2.4072,-0.60656 -2.9122,-1.22266 -0.3334,-0.40967 -0.067,-2.43896 -0.146,-3.02647 -0.6987,0.27946 -0.8988,0.8638 -1.3974,1.34969 -0.9146,0.89238 -2.35,0.49859 -3.4456,0.31439 0.2318,-0.92096 0.6542,-2.37544 -0.1144,-2.87086 -0.9082,-0.59069 -2.3373,-0.56528 -2.9852,-0.15243 0.1176,-1.42591 -0.8161,-1.08928 -1.8514,-1.52753 -1.2258,-0.51447 -0.9083,-0.5367 -1.5879,-1.60057 -0.2509,-0.38744 -2.5596,-0.31758 -3.0455,-0.61609 -1.41,-0.85428 -0.1747,-2.49296 -1.3052,-2.8931"
         id="be"><title
           id="title3728">Belgium</title></path><g
         transform="matrix(3.1757337,0,0,3.1757337,-0.02195285,3.9026)"
         style="fill:#900000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
         id="gq"><title
           id="title3727">Equatorial Guinea</title><path
           inkscape:connector-curvature="0"
           style="fill:#900000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 456.96222,226.95641 c 0.17499,-0.207 0.98899,-1.74701 0.26898,-1.599 -0.27798,0.057 -0.40298,0.22699 -0.49398,0.47999 -0.10901,0.30001 -0.30002,0.33899 -0.482,0.56099 -0.21002,0.25701 0.57398,0.48801 0.707,0.55802"
           id="path5778" /><path
           inkscape:connector-curvature="0"
           style="fill:#900000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 459.32022,231.57539 c 0.092,0.022 0.18,0.006 0.26099,-0.047 -0.522,0.253 -0.047,-0.51399 0.045,-0.661 0.26499,-0.42399 0.052,-1.039 0.24399,-1.548 0.34799,0.685 0.57801,0.517 1.03299,0.613 l 2.71402,-0.03 0.017,3.31099 -2.99802,-0.066 c -0.19299,0.027 -1.11398,0.306 -0.76699,-0.11999 -0.30799,-0.15801 -1.029,0.17698 -1.21702,-0.21401 -0.17297,-0.35901 0.51401,-0.955 0.66803,-1.23801"
           id="path5784" /></g><path
         inkscape:connector-curvature="0"
         style="fill:#900000;fill-opacity:1;stroke:#000000;stroke-width:0.66666663;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
         d="m 1592.8784,1023.1162 c 1.0004,0.9909 0.9115,2.4168 1.7245,3.4393 0.7018,0.8861 0.4604,2.0579 1.1972,2.7852 0.9241,0.9146 3.3377,4.0014 4.9351,2.7057 0.6987,-0.5685 1.2893,-2.4612 1.7816,-3.2837 0.778,-1.2989 2.096,-1.0385 3.3567,-1.391 0.9178,-0.2572 2.8868,-1.0258 3.2774,-1.9944 0.4986,-1.2385 0.5557,-1.9467 1.4323,-3.0391 0.3334,-0.4129 1.3909,-1.5307 1.2131,-2.1373 -0.5526,-1.9118 -1.3497,-2.0325 -2.6168,-3.3568 -0.9909,-1.0352 -2.0452,-2.0038 -3.0233,-3.0455 -0.8479,-0.9019 -2.2993,0.5208 -3.071,0.8543 -0.8542,0.3652 -1.2639,0.7653 -2.0991,1.2258 -0.9813,0.5399 -2.0007,0.3462 -2.782,1.3497 -0.8447,1.0829 -1.2639,2.4231 -2.0134,3.5632 -0.8638,1.3052 -2.1214,1.4576 -3.3123,2.3246"
         id="ls"><title
           id="title3745">Lesotho</title></path><path
         inkscape:connector-curvature="0"
         style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.66666663;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
         d="m 1551.3621,356.39634 c -0.057,-1.23536 1.0099,-2.92485 1.7784,-3.85217 0.2477,-0.29534 2.3278,0.71137 2.4516,0.9813 0.343,0.73677 -1.1051,1.47037 -0.67,2.22302 0.6351,1.09563 4.1443,0.0508 5.2336,0.27629 1.7752,0.36838 3.7188,1.61962 5.5162,0.97177 1.4482,-0.52082 3.2837,-0.1175 4.824,0.006 2.277,0.18102 3.4933,1.20361 5.5956,-0.39696 1.626,-1.23854 2.7565,-2.2389 4.843,-2.60093 1.9023,-0.33028 3.9443,-1.3878 5.8021,-0.41602 1.1813,0.61609 2.8867,1.11786 4.2142,0.87333 0.4541,-0.0826 2.1722,1.76253 2.8295,2.02611 0.8829,0.35569 2.4454,-0.35568 2.601,0.92097 0.1651,1.37827 0.362,2.43896 -1.3116,2.30876 -1.6704,-0.13021 -2.4358,1.09245 -3.1091,2.47072 -0.5811,1.18772 0.044,2.51518 -0.67,3.81405 -0.2223,0.40014 -0.4796,0.77806 -0.7146,1.16867 -0.3842,0.6288 -1.1591,0.20325 -1.5529,0.94955 2.0547,0.46683 2.4485,1.95307 3.7728,3.32817 1.6291,1.69584 -1.9595,1.67678 -3.0233,1.37509 -1.156,-0.3271 -1.2735,-1.51483 -2.7343,-1.09563 -1.0861,0.31122 -1.9436,0.60974 -3.0646,0.97177 -1.6832,0.54306 -0.559,0.7463 -0.9273,0.94002 -0.6225,0.3271 -1.9087,0.94002 -1.2163,1.43543 -5.1447,-1.01623 0.7748,2.21984 -2.2961,3.36311 -1.3814,0.51446 -1.0258,-0.35251 -4.9859,0.49541 -1.1433,0.24453 -2.0579,-0.99083 -3.0741,-0.93049 -1.3243,0.073 -1.4323,0.54623 -2.6772,-1.06387 -0.7272,-0.94319 -1.537,-0.75265 -2.6041,-0.58116 -1.4767,0.24136 -2.4008,1.95943 -3.9664,1.92449 -2.0293,-0.0445 -2.9312,-0.0953 -3.5664,0.45413 -0.3462,0.3017 -1.3973,0.01 -2.3373,-0.27628 0.7685,-0.85428 -0.057,-2.11187 0.044,-3.40439 0.1048,-1.29888 -1.2703,-2.52789 -2.1817,-3.27418 -0.9241,-0.55258 -1.7213,-1.8324 -2.4548,-2.5914 3.4806,-1.03529 -0.108,-1.85463 0.8733,-4.25548 0.3366,-0.82887 1.1401,-0.24136 1.7022,-0.59704 0.6859,-0.43825 1.5688,-1.90862 1.8959,-2.64539 -2.023,-0.64467 -4.5572,-3.34087 -4.8398,-5.29712"
         id="bg"><title
           id="title3756">Bulgaria</title></path><path
         inkscape:connector-curvature="0"
         style="fill:#c80200;fill-opacity:1;stroke:#000000;stroke-width:0.66666663;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
         d="m 1614.2702,778.65142 c 0.9908,-3.18844 2.7152,0.29534 2.9629,0.32392 3.5283,0.41285 4.2333,-0.73994 4.5255,-4.26501 1.9372,1.66409 1.3211,-0.74312 5.6909,0.77488 -0.7368,0.35886 -2.6137,2.40086 -1.156,2.33417 -1.229,3.22337 1.2131,3.34722 2.5755,2.94072 -0.832,1.26712 1.0321,1.79747 -0.7431,3.06776 -1.0956,0.78123 -1.0607,0.34298 -1.3084,1.75301 -0.064,0.34615 -1.337,0.17466 -1.5529,0.62244 -0.2382,0.49859 0.7685,1.64186 0.6478,1.95625 -0.076,0.20643 -0.6224,1.2957 -1.5402,1.97214 -1.445,1.05751 -1.6482,2.30558 -3.1821,3.29641 -0.759,0.48588 -1.5307,0.62879 -2.204,0.63197 -0.2762,-0.91779 -1.9086,-4.37299 -2.2261,-5.50672 -0.4605,-1.63551 0.1873,-3.32817 -0.902,-4.74773 0.1271,-0.80346 0.5209,-1.77841 -0.1206,-2.66761 -0.5653,-0.78758 -1.21,-1.52435 -1.4672,-2.4866"
         id="bi"><title
           id="title3757">Burundi</title></path><path
         inkscape:connector-curvature="0"
         style="fill:#900000;fill-opacity:1;stroke:#000000;stroke-width:0.66666663;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
         d="m 1715.5253,653.49893 c 0,-2.43579 -0.9432,-4.85887 0.5335,-7.06283 1.1115,-1.65774 2.1309,-3.16303 3.0932,-4.90334 1.1273,-2.02929 1.6958,-0.94319 3.3059,-0.51129 0.8162,0.21913 0.7717,-1.06069 1.0924,-1.48307 0.4986,-0.65737 1.3561,-0.91461 2.0357,-1.31158 0.705,1.54024 3.6521,4.41427 2.2325,6.21492 -0.7304,0.92413 -3.0042,1.97848 -4.0903,2.4072 -1.1147,0.44143 -1.2576,1.75936 -2.5311,1.96578 0.8352,1.0734 3.325,-0.69866 4.535,-0.22865 2.1881,0.84792 0.013,2.98836 -0.5748,4.18879 -0.8797,1.81652 -2.2802,-0.0762 -3.6458,0.28264 -1.3973,0.36521 -5.0526,2.19126 -5.9862,0.44143"
         id="dj"><title
           id="title3777">Djibouti</title></path><g
         transform="matrix(3.1757337,0,0,3.1757337,-0.02195285,3.9026)"
         id="xn"
         style="fill:#ffdfe0;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1" /><g
         transform="matrix(3.1757337,0,0,3.1757337,-0.02195285,3.9026)"
         style="fill:#510000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
         id="ir"><title
           id="title3086">Iran</title><path
           inkscape:connector-curvature="0"
           style="fill:#510000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 566.25519,159.4754 c 0.074,-0.038 0.15399,-0.054 0.23804,-0.048 -0.159,-0.097 -0.32501,-0.11301 -0.5,-0.047 0.0879,0.032 0.17401,0.064 0.26196,0.095"
           id="path4560" /><path
           inkscape:connector-curvature="0"
           style="fill:#510000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 568.16022,160.33341 c 0.044,-0.19901 -0.035,-0.21502 -0.23901,-0.048 0.08,0.016 0.15899,0.032 0.23901,0.048"
           id="path4562" /><path
           inkscape:connector-curvature="0"
           style="fill:#510000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 572.44623,159.0714 c -0.39105,0.326 -0.66101,0.89 -1.28705,0.785 -0.056,0.586 0.83203,-0.011 1.034,-0.101 0.21106,-0.092 0.45404,-0.02 0.66602,-0.11999 0.29803,-0.14002 0.35003,-0.60301 0.70404,-0.636 -0.39801,-0.38901 -0.70801,0.25599 -1.11701,0.072"
           id="path4564" /><path
           inkscape:connector-curvature="0"
           style="fill:#510000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 539.7782,123.4734 c 0.659,-0.225 0.89502,0.262 0.88098,-0.779 -0.006,-0.45101 0.39002,-0.284 0.67505,-0.074 0.27997,0.20601 0.43396,0.53401 0.69,0.76702 0.24695,0.22499 0.529,0.40599 0.77497,0.63099 0.505,0.45999 0.724,0.71601 1.45001,0.82801 0.45001,0.07 1.08899,0.11799 1.52802,-0.012 0.24298,-0.072 1.05999,-0.78 1.143,-1.008 0.096,-0.261 0.45697,-0.31801 0.65601,-0.488 0.22998,-0.198 0.42895,-0.433 0.67999,-0.60599 0.65601,-0.45101 1.242,0.237 1.64197,0.71699 -0.87397,0.329 0.30999,1.064 -0.17798,1.17501 -0.90601,0.20599 0.034,0.73799 0.42102,0.97898 0.27197,0.16901 0.51599,0.431 0.80798,0.56601 0.11798,0.053 0.47498,-0.016 0.51099,0.058 0.36297,0.739 0.31,1.956 1.12701,2.38401 0.69599,0.36499 1.52198,0.194 2.22498,0.49398 0.45703,0.196 0.60998,0.70601 0.979,1.00101 0.40399,0.323 1.01599,0.552 1.48804,0.76199 0.88898,0.39501 2.08099,0.67101 3.034,0.38501 1.14599,-0.343 2.58496,-0.89801 3.79895,-0.709 -0.245,0.092 -0.50696,0.064 -0.76099,0.095 0.17499,0.13099 0.85901,0.38699 0.95599,0.031 0.085,-0.312 -0.39996,-1.168 -0.49395,-1.486 0.56598,0.112 0.99499,0.10199 1.52996,-0.124 0.60901,-0.258 0.19098,-0.482 0.46601,-0.905 0.27301,-0.42099 0.914,-0.83699 1.37402,-1.01101 0.66998,-0.25299 1.31696,0.13501 1.98798,-0.011 -0.23102,-0.37899 0.27398,-0.416 0.565,-0.44099 0.367,-0.031 0.789,0.103 1.14801,0.066 0.513,-0.052 0.51697,0.014 0.76801,0.47901 0.23797,0.442 0.90496,0.432 1.34899,0.51201 0.495,0.089 0.83802,0.58599 1.35999,0.62699 0.58099,0.046 1.04199,-0.05 1.60901,0.161 0.55798,0.209 0.73901,0.435 1.04297,0.905 0.30999,0.479 1.013,0.41099 1.45105,0.707 0.388,0.26199 0.51599,0.746 0.91198,0.987 0.45002,0.27299 1.58698,-0.252 1.93299,0.123 0.28998,0.313 0.35303,1.185 0.41302,1.523 0.068,0.38301 -0.24304,0.24301 0.059,0.50399 0.18604,0.16101 0.36005,0.845 0.38904,1.08701 0.045,0.382 -0.30102,0.644 -0.23102,1.05 0.094,0.554 0.28601,1.74201 -0.53998,1.836 0.074,0.104 0.35798,0.338 0.33399,0.476 -0.039,0.222 -0.54498,0.289 -0.64002,0.57699 -0.17199,0.517 0.128,1.73301 0.758,1.77501 0.80902,0.055 0.077,0.694 -0.047,1.09999 -0.17901,0.59201 0.66999,1.92002 0.83704,2.58501 0.19098,0.758 0.12799,1.494 0.64697,2.07201 0.41498,0.45999 1.31897,0.21899 1.85797,0.489 0.56403,0.28298 0.52802,1.153 0.38501,1.63299 -0.14697,0.49201 -0.59997,0.89999 -0.849,1.343 -0.20599,0.36699 -0.72699,1.2 -0.93499,1.347 0.26202,0.265 0.47601,0.47 0.60101,0.582 1.19403,1.064 1.60699,2.61499 2.56799,3.142 0.29102,0.16001 0.58502,0.25701 0.88599,0.40399 0.28302,0.13901 0.62701,0.38501 0.948,0.40601 0.44604,0.029 0.59704,1.571 0.61505,1.967 0.064,1.38501 0.31695,1.007 1.112,1.014 0.37799,0.003 0.16296,0.99201 0.13598,1.383 -0.054,0.79001 -2.59698,0.066 -2.19,1.13499 -0.23901,-0.054 -0.66601,0.10201 -0.79498,0.28401 -0.43701,0.613 -0.37903,1.62999 -0.42206,2.44001 -0.012,0.22299 0.064,0.70498 -0.33099,0.56099 0.18402,0.624 -1.17499,0.067 -1.38996,0 -0.24102,-0.075 -0.79504,-0.024 -0.85901,-0.36 -0.089,-0.465 -0.62799,-0.18801 -0.393,0.027 -0.107,0.02 -1.31702,-0.016 -1.41803,-0.097 -0.388,-0.30999 -1.138,-0.264 -1.57098,-0.13099 -0.36499,0.11299 -0.63001,-0.09 -0.91199,-0.29001 -0.37702,-0.26801 -0.68799,-0.105 -1.09503,-0.215 -0.32495,-0.088 -0.607,0.178 -0.93396,0.042 -0.29999,-0.12399 -0.37403,-0.55099 -0.71399,-0.166 0.089,-0.46499 -0.90705,-0.332 -1.18402,-0.59199 -0.58204,-0.54401 -0.75403,-1.752 -0.88599,-2.50099 -0.16699,-0.94101 -1.01599,-1.459 -1.94104,-1.38901 -0.42096,0.033 -0.72199,0.38499 -1.11597,0.49899 -0.328,0.095 -0.74701,0.16001 -0.557,0.54201 0.12097,0.244 -0.73304,0.13499 -0.79102,0.149 -0.42499,0.103 -0.58899,0.545 -0.953,0.726 -0.61298,0.306 -1.172,-0.53 -1.76502,-0.53 -0.72796,0 -1.13598,0.14301 -1.58697,-0.52701 -0.22602,-0.334 -0.72803,-0.44198 -1.06897,-0.63099 -0.44403,-0.245 -0.87702,-0.513 -1.34003,-0.723 0.44702,-0.42401 -0.64599,-0.819 -0.90002,-0.93499 -0.22998,-0.10601 -0.43695,-0.31101 -0.68097,-0.37001 -0.34302,-0.082 -0.80402,0.053 -1.09101,-0.16201 -0.63403,-0.47799 -0.78802,-0.91299 -1.208,-1.57699 -0.198,-0.314 -0.063,-0.74401 -0.37799,-0.998 -0.21503,-0.17301 -0.55402,-0.26799 -0.55402,-0.601 0.39099,0.038 0.33398,-0.306 0.043,-0.371 -0.19403,-0.043 -0.68103,-0.005 -0.48303,-0.35199 0.255,-0.44802 -0.49396,-0.93801 -0.72797,-1.17301 -0.393,-0.39599 -0.67999,-0.81801 -0.87903,-1.335 -0.34198,-0.885 -1.03302,0.664 -1.40899,0.13501 -0.25202,-0.35501 -0.63202,-0.10302 -0.79902,-0.43801 -0.081,-0.16099 -0.57098,-0.24701 -0.72296,-0.49 0.24695,-0.017 0.49298,0.08 0.73798,0 -0.081,-0.33 -0.46802,-0.42 -0.73798,-0.262 0.063,0.073 0.12598,0.14499 0.19196,0.21399 -0.70801,-0.093 0.44702,1.53002 -0.78699,1.024 0.085,0.24801 -0.12897,0.31202 -0.31897,0.22901 -0.26703,-0.11701 -0.27801,-0.425 -0.37305,-0.663 -0.19494,-0.49 -0.88397,-0.52999 -0.966,-1.137 -0.052,-0.385 0.12402,-1.153 -0.422,-1.13601 -0.85998,0.027 -0.59198,-1.151 -0.47497,-1.735 0.15503,-0.776 -0.22901,-0.91899 -0.68298,-1.46399 -0.461,-0.555 -0.37299,-0.874 -1.12201,-1.016 -0.57099,-0.108 -0.948,-0.719 -1.401,-1.032 -0.24701,-0.17 -0.53602,-0.384 -0.85199,-0.358 -0.53003,0.044 -0.21302,-0.254 -0.60004,-0.40399 0.84802,-0.25801 -0.82001,-1.57701 -1.08997,-1.80701 -0.19799,-0.16901 -0.37103,-0.369 -0.56402,-0.54401 -0.28601,-0.25799 -0.023,-0.31799 0.095,-0.64099 0.10797,-0.294 0.049,-0.438 -0.19202,-0.626 -0.23999,-0.18799 -0.051,-0.46599 -0.011,-0.69201 0.15295,0.094 0.31897,0.14202 0.49896,0.14301 -0.039,-0.211 -0.14301,-0.407 -0.16498,-0.621 -0.04,-0.372 0.37097,-0.31101 0.40002,-0.58699 0.042,-0.401 0.058,-0.28701 0.39496,-0.28501 0.31702,9.9e-4 0.28101,-0.287 0.17401,-0.46901 -0.17797,-0.306 -0.60797,-0.59999 -0.49902,-1.00599 0.0941,-0.35199 0.63001,-0.262 0.72003,-0.651 -0.22998,0.067 -0.39502,-0.10601 -0.61999,-0.083 -0.27301,0.028 -0.56903,0.16001 -0.83502,0.012 -0.40198,-0.22299 -0.46698,-0.549 -0.99897,-0.429 0.36396,-0.83899 -0.99499,-1.081 -0.94104,-1.64299 0.033,-0.32702 0.007,-0.44201 -0.30298,-0.57302 -0.079,-0.033 -0.56201,-1.08899 -0.52899,-1.22999 0.12097,-0.50701 -0.21801,-0.305 -0.466,-0.64901 -0.24603,-0.34199 -0.125,-0.91198 -0.40302,-1.03199 -0.14599,-0.062 -0.708,-0.239 -0.68701,-0.465 0.033,-0.339 0.19202,-0.808 0.44904,-1.05099 -0.71301,-0.14602 -0.38605,-1.08701 -0.70404,-1.44802 -0.17896,-0.20199 -0.11896,-0.38299 -0.23297,-0.61999 -0.063,-0.13001 -0.34601,-0.66201 -0.51502,-0.93"
           id="path4606" /></g><g
         transform="matrix(3.1757337,0,0,3.1757337,-0.02195285,3.9026)"
         style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
         id="my"><title
           id="title3078">Malaysia</title><path
           inkscape:connector-curvature="0"
           style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 687.573,217.718 c 0.118,-0.203 0.068,-0.474 0.153,-0.681 0.119,-0.293 0.286,0.26 0.623,0.386 0.246,0.093 0.507,0.092 0.742,0.157 0.219,0.062 0.26,0.364 0.38,0.519 0.186,0.239 0.875,0.213 0.628,0.831 -0.099,0.248 -0.437,1.1 0.319,0.926 0.253,-0.059 0.397,-0.602 0.791,-0.652 0.397,-0.051 0.404,0.548 0.702,0.432 0.248,-0.097 0.817,-1.18 0.483,-1.465 0.304,0.096 0.764,0.221 0.966,0.5 0.201,0.275 0.281,0.61 0.557,0.831 0.688,0.551 1.294,1.057 1.702,1.853 0.413,0.803 0.702,1.616 0.657,2.535 -0.017,0.354 -0.064,0.745 -0.131,1.093 -0.096,0.492 -0.007,0.529 0.142,0.972 0.221,0.662 -0.183,1.466 0.21,2.132 0.305,0.516 1.001,0.79 1.167,1.414 0.196,0.738 0.682,1.358 0.869,2.104 0.251,1.003 -0.885,0.453 -0.364,0.09 -0.2,0.007 -0.37,-0.108 -0.453,-0.286 0.035,0.069 0.222,0.739 -0.055,0.54 -0.278,-0.201 -0.928,0.242 -1.182,0.365 -0.268,-0.873 -1.33,-1.114 -1.964,-1.651 -0.164,-0.139 -0.288,-0.306 -0.444,-0.45 -0.251,-0.231 -0.649,-0.225 -0.926,-0.423 -0.278,-0.2 -0.721,-0.627 -0.875,-0.916 -0.106,-0.199 -0.271,-0.218 -0.468,-0.271 -0.307,-0.083 -0.445,-0.359 -0.692,-0.532 -0.235,-0.164 -0.186,-0.209 -0.059,-0.388 0.142,-0.2 -0.045,-0.608 -0.128,-0.795 -0.26,-0.588 -0.92,-0.994 -1.16,-1.589 -0.115,-0.286 -0.741,-0.445 -0.024,-0.676 -0.423,0.06 -0.846,-0.819 -0.734,-1.129 0.218,-0.6 -0.101,-1.248 -0.464,-1.695 -0.319,-0.394 -0.253,-1.63 -0.254,-2.129 -0.003,-0.729 -0.446,-1.306 -0.714,-1.952"
           id="path4722" /><path
           inkscape:connector-curvature="0"
           style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 732.195,224.194 c -0.015,-0.087 -0.031,-0.174 -0.046,-0.262 0.23,-0.019 0.417,0.117 0.595,0.239 -0.184,-0.008 -0.367,0 -0.549,0.023"
           id="path2560" /><path
           inkscape:connector-curvature="0"
           style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 716.242,228.957 c 0.023,0.164 0.052,0.244 0.238,0.262 -0.129,-0.33 0.042,-0.755 -0.285,-1.001 -0.016,0.249 0.062,0.49 0.047,0.739"
           id="path4708" /><path
           inkscape:connector-curvature="0"
           style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 725.67,221.004 c 0.243,0.088 0.274,0.008 0.096,-0.239 -0.032,0.08 -0.064,0.159 -0.096,0.239"
           id="path4710" /><path
           inkscape:connector-curvature="0"
           style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 729.672,215.551 c 0.142,-0.081 0.237,-0.2 0.284,-0.357 -0.187,0.031 -0.317,0.156 -0.284,0.357"
           id="path4712" /><path
           inkscape:connector-curvature="0"
           style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 730.241,215.241 c -0.081,0.156 -0.073,0.307 0.026,0.452 0.51,-0.177 0.301,-0.793 -0.026,-0.452"
           id="path4714" /><path
           inkscape:connector-curvature="0"
           style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 730.955,217.027 c 0.095,0.017 0.184,-0.006 0.265,-0.071 -0.088,0.024 -0.177,0.047 -0.265,0.071"
           id="path4716" /><path
           inkscape:connector-curvature="0"
           style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 733.908,222.742 c 0.138,0.145 0.297,0.169 0.476,0.071 -0.156,-0.036 -0.315,-0.06 -0.476,-0.071"
           id="path4718" /><path
           inkscape:connector-curvature="0"
           style="fill:#510000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 702.051,227.98 c 0.233,-0.134 0.248,-0.439 -0.05,-0.5 0.045,0.164 0.062,0.331 0.05,0.5"
           id="path2284" /><path
           inkscape:connector-curvature="0"
           style="fill:#510000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 709.836,227.814 c 0.082,0.066 0.17,0.066 0.261,0 -0.024,-0.087 -0.064,-0.167 -0.119,-0.238 -0.048,0.079 -0.094,0.158 -0.142,0.238"
           id="path2300" /><path
           inkscape:connector-curvature="0"
           style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 686.881,217.623 c -0.116,0.126 -0.25,0.23 -0.403,0.309 0.255,0.491 0.794,0.006 0.403,-0.309"
           id="path4700" /><path
           inkscape:connector-curvature="0"
           style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 688.168,220.527 c -0.29,-0.127 -0.32,0.147 -0.302,0.358 0.036,0.444 0.356,-0.066 0.302,-0.358"
           id="path4704" /><path
           inkscape:connector-curvature="0"
           style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 698.215,227.909 c -0.097,0.058 -0.144,0.145 -0.142,0.262 0.273,0.049 0.321,-0.038 0.142,-0.262"
           id="path4706" /><path
           inkscape:connector-curvature="0"
           style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 712.075,230.171 c -0.081,0.848 1.769,1.571 1.739,0.786 0.009,0.221 0.337,0.246 0.315,0.337 -0.067,0.28 0.468,0.402 0.665,0.474 0.305,0.112 0.487,-0.135 0.748,0.164 0.237,0.272 0.598,0.303 0.938,0.334 -0.237,-0.325 -0.744,-0.041 -0.869,-0.527 -0.081,-0.315 0.165,-0.579 0.439,-0.306 -0.263,-0.165 -0.28,-0.422 -0.192,-0.693 0.055,-0.131 0.097,-0.265 0.125,-0.404 0.071,-0.333 0.246,-0.203 0.448,-0.403 -0.167,0.017 -0.333,0.033 -0.5,0.047 0.23,-0.219 0.006,-0.479 0.073,-0.737 0.248,0.002 0.468,0.13 0.714,0.143 -0.862,-0.647 0.435,-1.417 0.968,-1.501 0.844,-0.134 2.06,-0.311 2.772,-0.812 0.615,-0.434 0.635,-1.324 1.18,-1.815 0.699,-0.629 1.1,-1.354 1.152,-2.301 0.692,0.014 0.65,0.252 0.786,0.652 0.084,0.244 0.754,0.843 1.003,0.912 0.325,0.091 0.352,-1.07 0.266,-1.342 -0.227,-0.718 0.169,-0.744 0.5,-1.109 0.115,0.603 0.004,1.475 0.779,1.648 -0.051,-0.48 -0.049,-1.033 -0.316,-1.394 -0.406,-0.549 0.275,-0.211 0.46,-0.359 0.171,-0.136 0.765,-0.594 0.293,-0.777 -0.713,-0.278 -0.016,-0.807 0.204,-1.113 -0.059,0.602 0.686,-0.052 0.817,-0.309 0.201,-0.393 0.265,-0.838 0.449,-1.238 0.105,-0.228 0.236,-0.117 0.355,-0.263 0.144,-0.175 0.266,-0.474 0.419,-0.679 0.334,-0.448 0.296,-1.099 0.725,-1.511 0.333,0.392 -0.066,0.796 0.093,1.214 0.272,-0.173 0.524,-1.217 0.861,-1.155 0.023,0.004 0.832,1.852 0.951,1.013 0.042,0.345 0.682,0.496 0.635,0.91 -0.031,0.274 -0.412,0.173 -0.313,0.547 0.115,0.437 0.059,0.549 -0.372,0.709 0.269,-0.154 0.557,0.018 0.803,-0.123 0.201,-0.114 0.309,-0.403 0.593,-0.284 0.537,0.226 0.035,0.598 -0.228,0.693 0.054,0.516 0.552,0.022 0.749,-0.103 0.422,-0.269 0.922,0.355 0.964,0.722 0.291,-0.309 0.787,0.238 0.906,0.476 0.234,-0.32 0.897,-0.072 0.906,0.308 0.014,0.55 -1.192,0.984 -1.625,0.95 -0.302,-0.023 -1.457,-0.427 -1.101,0.416 0.141,0.332 0.908,0.472 0.845,0.874 0.234,-0.147 0.423,0.073 0.286,0.295 -0.146,0.239 -0.478,0.186 -0.712,0.205 -0.747,0.06 -1.058,0.252 -1.694,-0.285 -0.055,0.171 0.116,0.561 -0.055,0.679 -0.26,0.18 -0.754,-0.188 -0.941,-0.322 -0.432,-0.308 -1.255,0.197 -1.792,-0.309 -0.012,0.687 -0.465,-0.006 -0.693,0.124 -0.459,0.261 -0.622,0.061 -1.01,-0.072 -0.056,0.255 -0.268,0.334 -0.38,0.548 -0.145,0.277 -0.229,0.658 -0.267,0.966 -0.03,0.244 0.079,0.734 0.093,0.985 0.026,0.425 -0.166,0.246 -0.245,0.596 -0.127,0.559 0.083,0.797 -0.558,0.884 -0.688,0.092 -0.252,1.135 -0.059,1.374 -0.385,0.133 -1.419,0.785 -0.958,1.295 0.267,0.296 -0.705,1.294 -0.613,1.753 -0.37,-0.004 -0.333,-0.338 -0.811,0.003 -0.275,0.196 -0.543,-0.133 -0.786,0.068 -0.395,0.326 -0.553,0.524 -1.063,0.447 -0.541,-0.082 -1.218,-0.393 -1.357,-0.693 -0.18,-0.388 -1.593,-0.199 -1.91,0.243 -0.158,0.221 -0.181,0.513 -0.317,0.768 -0.026,0.049 -0.623,0.38 -0.651,0.391 -0.453,0.18 -1.021,-0.023 -1.514,-0.065 -0.493,-0.041 -0.835,0.221 -1.254,0.42 -0.506,0.239 -0.867,-0.203 -1.12,-0.304 -0.137,-0.056 -0.329,-0.496 -0.473,-0.612 -0.364,-0.291 -0.685,-0.495 -0.941,-0.784 -0.155,-0.174 -0.205,-0.672 -0.315,-0.823 -0.457,-0.262 -0.065,-0.491 -0.012,-0.846"
           id="path4724" /><path
           inkscape:connector-curvature="0"
           style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 736.6,222.837 c 0.126,-0.248 0.102,-0.52 -0.023,-0.762 0.029,0.254 0.023,0.508 0.023,0.762"
           id="path5822" /></g><g
         transform="matrix(3.1757337,0,0,3.1757337,-0.02195285,3.9026)"
         style="fill:#510000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
         id="ph"><title
           id="title3080">Philippines</title><path
           inkscape:connector-curvature="0"
           style="fill:#510000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 748.88623,200.1454 c 0.065,0.059 0.11298,0.05 0.14197,-0.024 -0.048,0.008 -0.094,0.015 -0.14197,0.024"
           id="path5902" /><path
           inkscape:connector-curvature="0"
           style="fill:#510000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 729.95618,213.78841 c 0.15906,-0.25801 0.16003,-0.56301 -0.096,-0.761 -0.10699,0.25499 -0.073,0.541 0.096,0.761"
           id="path5800" /><path
           inkscape:connector-curvature="0"
           style="fill:#510000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 733.93122,216.1704 c 0.031,-0.264 -0.064,-0.319 -0.284,-0.167 0.089,0.065 0.18396,0.12 0.284,0.167"
           id="path5806" /><path
           inkscape:connector-curvature="0"
           style="fill:#510000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 737.55219,221.6704 c 0.14905,-0.084 1.01202,-0.551 0.97204,-0.65799 -0.14703,-0.39701 -0.39801,-0.025 -0.59899,0.11898 -0.24805,0.17701 -0.65601,0.18502 -0.37305,0.53901"
           id="path5832" /><path
           inkscape:connector-curvature="0"
           style="fill:#510000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 739.1012,217.8844 c -0.056,0.131 -0.049,0.258 0.022,0.381 0.11597,-0.137 0.10797,-0.264 -0.022,-0.381"
           id="path5838" /><path
           inkscape:connector-curvature="0"
           style="fill:#510000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 741.05121,219.3604 c 0.65302,-0.325 -0.36603,-0.64099 -0.67901,-0.58299 -0.33997,0.063 -0.29401,0.49499 -0.21399,0.45199 0.22101,-0.11799 0.79303,-0.17399 0.893,0.131"
           id="path5840" /><path
           inkscape:connector-curvature="0"
           style="fill:#510000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 742.4112,217.3844 c 0.046,0.28799 0.32,0.45 0.59002,0.326 0.27601,-0.126 0.25696,-0.425 0.43201,-0.636 -0.24603,0.021 -0.393,-0.169 -0.61902,-0.214 -0.23303,-0.047 -0.40802,0.24 -0.61798,0.28599 0.062,0.087 0.13397,0.16701 0.21497,0.23801"
           id="path5858" /><path
           inkscape:connector-curvature="0"
           style="fill:#510000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 742.21918,218.74139 c 0.069,0.185 0.18805,0.24001 0.35706,0.16701 -0.10901,-0.079 -0.22803,-0.134 -0.35706,-0.16701"
           id="path5860" /><path
           inkscape:connector-curvature="0"
           style="fill:#510000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 744.71918,215.2894 c 0.88001,-0.34799 -0.71295,-0.567 0,0"
           id="path5874" /><path
           inkscape:connector-curvature="0"
           style="fill:#510000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 746.24421,210.0984 c 0.41101,-0.021 0.23699,-0.39801 0.072,-0.596 -0.232,0.115 -0.375,0.458 -0.072,0.596"
           id="path5882" /><path
           inkscape:connector-curvature="0"
           style="fill:#510000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 746.57819,208.81239 c 0.22601,-0.014 0.30499,-0.094 0.23804,-0.23799 -0.18604,-0.015 -0.24701,0.061 -0.23804,0.23799"
           id="path5888" /><path
           inkscape:connector-curvature="0"
           style="fill:#510000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 746.91224,206.81239 c 0.062,-0.08 0.125,-0.15899 0.18798,-0.23799 -0.221,0.003 -0.18902,0.064 -0.18798,0.23799"
           id="path5892" /><path
           inkscape:connector-curvature="0"
           style="fill:#510000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 749.24323,210.1454 c 0.11297,-0.248 -0.0971,-0.634 -0.38001,-0.38099 0.053,0.18399 0.19397,0.33099 0.38001,0.38099"
           id="path5900" /><path
           inkscape:connector-curvature="0"
           style="fill:#510000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 751.31324,220.7184 c 0.077,0.043 0.15698,0.051 0.24096,0.023 -0.079,-0.075 -0.15997,-0.083 -0.24096,-0.023"
           id="path5908" /><path
           inkscape:connector-curvature="0"
           style="fill:#510000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 752.17322,216.4084 c 0.075,-0.257 0.004,-0.511 -0.049,-0.76201 -0.41302,0.082 -0.055,0.49401 0.049,0.76201"
           id="path5910" /><path
           inkscape:connector-curvature="0"
           style="fill:#510000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 730.40918,211.5504 c -0.12799,0.229 -0.0829,0.493 -0.14196,0.73801 0.64801,-0.80301 1.57,-1.06801 2.143,-1.97602 0.21301,-0.33799 2.03296,-1.52699 1.37897,-2.07199 0.38605,0.096 0.12201,-0.16999 0.14599,-0.405 0.028,-0.28601 0.48804,-0.32499 0.68702,-0.35099 0.34204,-0.045 0.40802,-0.17801 0.46502,-0.49201 0.079,-0.438 0.39496,-0.32899 0.67902,-0.51401 0.59796,-0.38899 0.159,-0.77099 -0.092,-1.21899 -0.29999,-0.539 0.18603,-1.27499 -0.26502,-1.73399 -0.28997,0.25299 0.064,1.21598 -0.35699,0.834 0.10303,0.19899 0.38104,0.75698 0.40301,0.97599 -0.24401,-0.136 -0.52697,-0.28401 -0.61798,-0.572 -0.005,0.302 0.15198,0.544 0.24396,0.82001 0.092,0.276 -0.25696,1.13198 -0.409,0.53799 -0.023,0.18401 -0.12298,0.24499 -0.28997,0.291 -0.12799,0.035 -0.059,0.403 -0.094,0.494 -0.045,0.11499 -0.27801,-0.034 -0.33099,0.072 -0.083,0.168 0.138,0.28402 0,0.476 -0.062,-0.56099 -0.29999,0.088 -0.383,0.23902 -0.14001,0.252 -0.27203,0.50799 -0.46704,0.72299 -0.30798,0.34199 -0.46795,0.808 -0.82898,1.106 -0.143,0.118 -0.307,0.063 -0.45001,0.17 -0.164,0.12199 -0.17297,0.337 -0.34198,0.436 -0.47998,0.28099 -0.89203,0.901 -1.07703,1.422"
           id="path5802" /><path
           inkscape:connector-curvature="0"
           style="fill:#510000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 736.24323,203.5504 c 0.069,-0.252 -0.018,-0.3 -0.26105,-0.143 0.087,0.047 0.17401,0.095 0.26105,0.143"
           id="path5812" /><path
           inkscape:connector-curvature="0"
           style="fill:#510000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 736.40821,201.0264 c -0.072,-0.073 -0.151,-0.136 -0.23798,-0.191 -0.42004,0.794 0.62,0.92901 1.16797,0.92901 0.015,-0.14602 -0.071,-0.34301 -0.203,-0.41601 -0.271,-0.152 -0.44202,-0.086 -0.72699,-0.322"
           id="path5814" /><path
           inkscape:connector-curvature="0"
           style="fill:#510000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 736.14722,196.5024 c 0.093,0.229 0.33002,0.371 0.526,0.5 0.011,-0.295 -0.25403,-0.489 -0.526,-0.5"
           id="path5816" /><path
           inkscape:connector-curvature="0"
           style="fill:#510000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 736.50422,201.97839 c -0.10303,0.024 -0.20704,0.048 -0.31,0.072 0.056,0.295 0.40997,0.319 0.38299,0.64301 0.21601,-0.19501 -0.004,-0.51801 -0.073,-0.71502"
           id="path5818" /><path
           inkscape:connector-curvature="0"
           style="fill:#510000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 736.88422,205.9314 c -0.032,-0.416 -0.57202,-0.031 -0.56799,0.238 0.32,0.12799 0.263,-0.28199 0.56799,-0.238"
           id="path5820" /><path
           inkscape:connector-curvature="0"
           style="fill:#510000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 736.8382,197.5974 c 0.051,0.13701 0.57904,0.559 0.70502,0.658 0.53302,0.422 0.40197,0.971 0.78997,1.414 0.17005,0.194 1.32001,2.294 1.57599,1.071 0.054,-0.259 0.21302,-0.479 0.263,-0.738 0.05,-0.25701 -0.19195,-0.487 -0.19195,-0.74401 0,-0.61499 -0.31,-0.99798 -0.72601,-1.41299 -0.336,-0.336 -2.09601,-0.66 -2.41602,-0.248"
           id="path5824" /><path
           inkscape:connector-curvature="0"
           style="fill:#510000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 737.2182,202.3354 c -0.007,-0.169 -0.032,-0.335 -0.072,-0.5 -0.092,0.185 -0.068,0.35199 0.072,0.5"
           id="path5828" /><path
           inkscape:connector-curvature="0"
           style="fill:#510000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 734.55323,189.9534 c -0.107,0.52699 0.31695,0.46001 0.36895,0.759 0.0811,0.457 0.11506,1.04599 0.34504,1.44899 0.22198,0.388 0.33697,0.72901 0.406,1.16201 0.042,0.263 0.46198,0.843 0.40497,0.25 0.44403,0.166 0.18903,1.031 0.703,1.18499 0.75904,0.22701 0.159,-0.74699 0.177,-1.06599 0.19202,0.07 1.76301,0.58501 1.154,1.02 -0.23395,0.167 -0.43897,0.36901 -0.64997,0.56301 -0.33703,0.30999 0.007,0.92399 0.041,1.32199 0.20294,-0.025 0.28198,-0.14501 0.19195,-0.334 0.42902,0.007 0.625,0.24499 0.54902,0.66701 0.13897,-0.49501 0.45001,-0.061 0.35699,0.18998 0.24402,-0.04 0.60303,0.11101 0.80499,-0.091 0.17304,-0.173 0.22101,-0.436 0.41699,-0.585 0.062,-0.046 0.41901,-0.31999 0.50605,-0.25099 0.29901,0.23999 0.698,0.35899 0.97296,0.61999 0.36401,0.34599 1.05603,0.819 1.15503,1.33099 0.033,0.17202 0.33502,0.42202 0.40301,0.12101 -0.003,-0.16201 -0.048,-0.314 -0.13202,-0.456 -0.033,-0.08 -0.388,-0.559 -0.19799,-0.499 -0.38099,-0.239 -0.28199,-0.752 -0.54902,-1.071 0.51398,-0.081 0.99604,0.53801 1.24299,0.891 0.33502,0.47901 0.906,0.50701 1.19201,1.096 0.075,0.15499 -0.098,0.455 0.12799,0.503 0.245,0.053 0.45099,0.22701 0.67603,0.33499 0.17901,0.086 0.33496,0.33602 0.53998,0.22701 0.14898,-0.078 0.36999,-0.30499 0.557,-0.26599 -0.038,0.29199 -0.57599,0.42299 -0.34301,0.763 0.043,0.061 0.487,0.69899 0.60504,0.38398 0.18396,-0.48899 -0.014,-2.18598 -0.93,-1.552 -0.10302,-0.20099 0.004,-0.336 -0.044,-0.53199 -0.061,-0.249 -0.42102,-0.607 -0.63403,-0.73 -0.56598,-0.326 0.62799,-0.645 0.93902,-0.476 -0.054,-0.351 -0.62103,-0.492 -0.90802,-0.518 -0.48797,-0.045 -0.57001,-0.458 -0.974,-0.53 -0.10101,0.33101 0.51898,0.81399 0,1 -0.37897,0.136 -0.49096,-0.775 -0.65802,-1.058 -0.34094,-0.579 -1.77398,-1.09599 -1.74499,-0.014 -0.058,-0.098 -0.12097,-0.19301 -0.18897,-0.28501 -0.32098,0.297 0.33301,0.484 0.14899,0.693 -0.31098,0.35299 -0.948,-0.127 -1.17401,-0.36 -0.20301,-0.208 -1.07697,-1.7 -0.43,-1.738 -0.58697,-0.40899 -1.195,-1.587 -0.92602,-2.262 0.18201,-0.461 -0.051,-0.881 0.11603,-1.286 0.20501,-0.502 0.87701,-0.535 1.21698,-0.905 -0.039,0.135 -0.079,0.27001 -0.11896,0.405 0.28595,-0.326 0.19598,-0.70799 0.32898,-1.095 0.203,-0.588 0.47302,-1.22 0.362,-1.857 -0.33099,0.15599 -0.17999,-0.30101 -0.28803,-0.453 -0.29699,-0.42 -0.64196,-0.434 -0.82397,-1.01199 -0.18701,-0.59401 -0.172,-1.054 0.076,-1.61202 0.12799,-0.28898 -0.24701,-1.08198 -0.508,-0.65999 -0.10296,0.168 -0.12201,0.53701 -0.406,0.486 -0.172,-0.032 -0.54297,-0.22901 -0.69599,-0.035 -0.091,-0.19899 -0.28302,-0.33899 -0.46301,-0.45099 -0.35999,-0.223 -0.82898,-0.55799 -1.25598,-0.416 -0.18402,0.061 -0.38403,-0.039 -0.56702,-0.056 -0.17102,-0.015 -0.039,0.232 -0.20001,0.232 -0.45898,0 -0.16998,0.253 -0.17896,0.524 -0.017,0.48399 -0.16803,1.08 -0.23803,1.57201 -0.12799,0.89399 0.54699,1.68399 0.36102,2.63499 -0.151,0.771 0.16699,1.347 0.271,2.065 0.12896,0.89 -1.22699,-0.29699 -1.323,-0.67601 -0.30103,0.15001 -0.27204,0.47501 -0.16699,0.73801"
           id="path5808" /><path
           inkscape:connector-curvature="0"
           style="fill:#510000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 737.03022,180.71539 c 0.10901,0.16201 0.25897,0.265 0.45001,0.30901 0.07,-0.269 -0.22699,-0.45399 -0.45001,-0.30901"
           id="path5826" /><path
           inkscape:connector-curvature="0"
           style="fill:#510000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 737.2182,182.19141 c 0.088,-0.008 0.17402,-0.016 0.26203,-0.024 -0.13703,-0.06 -0.19904,-0.10502 -0.26203,0.024"
           id="path5830" /><path
           inkscape:connector-curvature="0"
           style="fill:#510000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 738.02924,177.9054 c 0.076,-0.116 0.12396,-0.243 0.14197,-0.381 -0.15601,0.086 -0.20301,0.213 -0.14197,0.381"
           id="path5834" /><path
           inkscape:connector-curvature="0"
           style="fill:#510000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 738.5282,182.2634 c 0.15802,-0.118 0.23102,-0.31 0.16901,-0.5 -0.14697,0.136 -0.20398,0.30301 -0.16901,0.5"
           id="path5836" /><path
           inkscape:connector-curvature="0"
           style="fill:#510000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 740.07624,193.1924 c 0.078,0.29201 0.22998,0.853 0.54895,0.976 0.14001,-0.357 0.039,-1.498 -0.54895,-0.976"
           id="path5842" /><path
           inkscape:connector-curvature="0"
           style="fill:#510000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 741.31623,196.04939 c -0.0711,-0.28898 -0.45703,-0.49099 -0.71399,-0.57199 0.164,0.27201 0.45599,0.41001 0.71399,0.57199"
           id="path5844" /><path
           inkscape:connector-curvature="0"
           style="fill:#510000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 740.60224,197.6454 c -0.009,0.534 0.82196,0.93399 0.84698,0.17101 0.011,-0.38901 -0.72302,-0.60102 -0.84698,-0.17101"
           id="path5846" /><path
           inkscape:connector-curvature="0"
           style="fill:#510000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 741.24323,194.0014 c 0.071,-0.229 -0.008,-0.29299 -0.23804,-0.19 0.08,0.063 0.159,0.127 0.23804,0.19"
           id="path5848" /><path
           inkscape:connector-curvature="0"
           style="fill:#510000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 741.22022,202.4314 c 0.77301,0.136 0.58697,0.737 0.573,1.32901 -0.011,0.42898 0.06,0.73399 -0.056,1.16398 -0.12,0.44802 0.14001,0.87401 -0.018,1.31601 0.44403,0.094 0.72705,-0.666 1.21002,-0.666 0.31403,0 0.90003,-0.459 0.80902,-0.772 -0.08,-0.274 0.92499,-0.37601 0.78901,-0.76601 -0.18,-0.51799 0.18896,-1.23098 -0.641,-0.62899 0.20301,-0.222 -0.10302,-0.52401 -0.34704,-0.47001 -0.22595,0.05 -0.37299,0.33501 -0.56696,0.12902 -0.21899,-0.233 -0.375,-0.49901 -0.67602,-0.64101 -0.284,-0.13299 -0.65003,-0.18899 -0.83802,-0.47 -0.125,0.13499 -0.20495,0.29401 -0.23797,0.476"
           id="path5850" /><path
           inkscape:connector-curvature="0"
           style="fill:#510000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 741.40918,200.3354 c -0.033,0.43 -0.20996,0.79599 0.11902,1.167 0.058,-0.48999 0.097,-0.98 0.19904,-1.459 0.058,-0.27001 -0.552,-0.099 -0.31806,0.292"
           id="path5852" /><path
           inkscape:connector-curvature="0"
           style="fill:#510000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 741.43518,194.1214 c 0.0791,-0.008 0.15802,-0.016 0.23804,-0.024 -0.082,-0.014 -0.16101,-0.006 -0.23804,0.024"
           id="path5854" /><path
           inkscape:connector-curvature="0"
           style="fill:#510000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 742.05323,200.3354 c 0.20697,0.031 0.18298,-0.048 -0.072,-0.238 0.024,0.08 0.048,0.15899 0.072,0.238"
           id="path5856" /><path
           inkscape:connector-curvature="0"
           style="fill:#510000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 742.4112,215.64639 c -0.12299,0.67301 0.79999,0.95601 0.86999,0.17002 0.026,-0.28701 0.15003,-1.07801 0.36804,-1.166 0.17499,-0.069 0.29999,-1.112 0.69697,-0.80501 0.28601,0.22101 0.169,0.696 0.39599,0.944 0.063,-0.41901 0.21301,-0.216 0.33405,0 0.0929,-0.259 0.0149,-0.616 0.33398,-0.739 0.14301,0.172 0.11499,0.38001 -0.049,0.524 0.32703,0.012 0.53302,0.41699 0.85901,0.357 -0.099,-0.144 -0.22199,-0.34 -0.21399,-0.523 0.004,-0.10499 0.23401,-0.093 0.26099,-0.19101 0.072,-0.25799 -0.21399,-0.19699 0.11798,-0.44699 0.20404,-0.15401 0.406,0.116 0.55999,0.213 0.52503,0.32899 1,0.42 1.17603,1.117 0.096,0.37799 -0.41699,0.73301 -0.45801,1.137 -0.04,0.405 0.177,0.962 0.263,1.362 0.13202,0.61599 0.66797,0.985 1.19501,1.255 0.24097,0.12399 1.09998,0.68199 1.36096,0.452 0.20905,-0.18399 0.098,-0.61901 0.49304,-0.599 0.039,0.002 -0.076,1.839 0.48499,1.45199 0.39099,-0.26998 0.72998,-1.19499 0.66998,-1.64599 -0.085,-0.634 -0.56695,-0.9 -0.81299,-1.412 -0.14898,-0.30899 0.60303,-2.04 0.87104,-1.91201 0.20599,0.099 0.66198,1.07901 0.75195,1.317 0.088,0.23201 0.038,0.47501 0.058,0.71502 0.03,0.34999 0.31397,0.584 0.36499,0.92498 0,-0.55299 0.24799,-1.26999 -0.169,-1.73899 0.20599,-0.096 0.37298,0.027 0.453,0.21501 -0.35303,-0.31401 0.17096,-0.62902 0.34302,-0.86501 0.33398,-0.455 0.099,-1.119 0.01,-1.606 -0.074,-0.399 -0.59796,-0.401 -0.38898,-0.83499 0.11999,-0.25101 0.13,-0.89801 -0.32098,-0.69501 0.76696,-0.65601 -0.63599,-0.87 -0.61805,-1.214 0.01,-0.20099 0.401,-0.295 0.47803,-0.49199 0.138,-0.35401 -0.25598,-0.49601 -0.35901,-0.77001 -0.049,-0.129 0.094,-0.74701 -0.14502,-0.623 -0.30298,0.155 -0.35797,0.045 -0.52197,-0.18899 -0.19299,-0.27701 0.004,-0.43601 -0.42102,-0.56601 -0.466,-0.142 -0.55096,-0.564 -0.95898,-0.741 -0.24598,0.537 0.18701,1.244 0.34899,1.752 0.037,0.11599 0.206,0.544 -0.005,0.60499 -0.27496,0.08 -0.65399,0.012 -0.77399,-0.28599 -0.224,0.70199 0.016,0.75799 -0.64203,0.30099 -0.61798,-0.42999 -0.081,1.26601 -0.59295,1.33701 -0.32904,0.045 -0.39301,-0.35201 -0.69702,-0.21601 -0.31598,0.14301 -0.22901,0.722 -0.32801,0.99302 -0.11999,0.32399 -0.59301,0.17999 -0.82898,0.37098 -0.13702,0.112 -0.37298,0.375 -0.56103,0.38401 -0.19501,0.008 0.24103,-0.303 0.20202,-0.277 0.24598,-0.164 0.29798,-0.255 0.23603,-0.56801 -0.049,-0.24299 -0.38202,-1.41099 -0.78601,-0.847 -0.062,-0.19499 -0.18103,-0.442 -0.43,-0.429 0.13898,0.655 -0.68005,0.40401 -0.87304,0.75901 -0.22699,0.41999 -0.033,0.807 -0.55597,0.979 -0.52899,0.174 -1.31201,0.022 -1.56201,0.69299 -0.107,0.28801 -0.04,0.62201 -0.073,0.92101 -0.043,0.395 -0.24903,0.79001 -0.41101,1.14799"
           id="path5862" /><path
           inkscape:connector-curvature="0"
           style="fill:#510000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 742.69519,200.3354 c -0.087,0.054 -0.16595,0.118 -0.23797,0.191 0.203,0.16099 0.41101,0.317 0.59497,0.5 0.224,-0.312 0.027,-0.69299 -0.357,-0.691"
           id="path5864" /><path
           inkscape:connector-curvature="0"
           style="fill:#510000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 743.67121,209.12241 c 0.22601,0.16299 0.552,0.15799 0.73999,0.37999 0.15899,0.188 0.076,0.487 0.26599,0.656 0.26202,0.233 0.60699,-0.046 0.73804,-0.278 0.24298,-0.431 -0.20502,-0.725 -0.32001,-1.102 -0.21301,-0.694 0.056,-1.71601 0.27399,-2.39299 0.16497,-0.51502 0.71197,-1.207 -0.003,-1.58501 -0.23602,-0.12401 -0.54199,-0.16299 -0.79101,-0.051 -0.427,0.194 -0.24799,0.56599 -0.35602,0.91899 -0.07,0.22799 -0.29297,0.30101 -0.20996,0.572 0.092,0.301 0.22198,0.62999 0.10101,0.945 -0.18103,0.475 -1.05603,0.171 -1.044,0.701 0.012,0.444 0.35797,0.89 0.604,1.23601"
           id="path5866" /><path
           inkscape:connector-curvature="0"
           style="fill:#510000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 743.31324,206.3364 c 0.21295,-0.097 0.716,-0.75499 0.263,-0.866 -0.34101,-0.084 -0.42902,0.688 -0.263,0.866"
           id="path5868" /><path
           inkscape:connector-curvature="0"
           style="fill:#510000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 744.74219,199.78841 c -0.27399,-0.444 -0.58899,-1.04601 -1.09497,-1.26201 -0.24902,0.418 0.90698,0.98801 1.09497,1.26201"
           id="path5870" /><path
           inkscape:connector-curvature="0"
           style="fill:#510000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 744.4812,201.76441 c -0.008,0.087 -0.016,0.17399 -0.023,0.261 0.33503,-0.22901 0.58503,-1.13102 0.98999,-0.65902 0.16401,0.19101 0.34504,0.36802 0.49103,0.57401 0.18402,0.261 0.56501,0.27499 0.758,0.53799 0.36603,-0.70999 -0.60101,-1.14099 -0.92798,-1.52999 -0.14502,-0.17299 -0.37201,-0.364 -0.54303,-0.502 -0.10297,-0.083 -0.66901,-0.35199 -0.79199,-0.349 0.088,0.227 0.016,0.82899 0.11603,0.962 0.24597,0.33001 -0.0451,0.347 -0.069,0.70501"
           id="path5872" /><path
           inkscape:connector-curvature="0"
           style="fill:#510000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 745.55219,200.3354 c 0.09,0.174 0.20904,0.325 0.35803,0.45301 -0.048,-0.32201 -0.138,-0.71501 -0.45404,-0.88101 -0.072,0.166 -0.04,0.309 0.096,0.428"
           id="path5876" /><path
           inkscape:connector-curvature="0"
           style="fill:#510000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 745.60224,207.5024 c 0.034,0.498 -0.12006,0.985 -0.16901,1.477 0.68201,0.17999 0.53699,-1.44 0.81195,-1.75999 0.34003,-0.39801 0.70105,-0.72101 0.76001,-1.274 0.0711,-0.65902 -0.13898,-1.30901 -0.11999,-1.96702 -0.32898,0.068 -0.42298,1.10001 -0.47797,1.351 -0.17102,0.76201 -0.64801,1.41001 -0.80499,2.17301"
           id="path5878" /><path
           inkscape:connector-curvature="0"
           style="fill:#510000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 746.22022,198.2874 c 0.04,-0.162 -0.04,-0.194 -0.23804,-0.095 0.08,0.032 0.15906,0.064 0.23804,0.095"
           id="path5880" /><path
           inkscape:connector-curvature="0"
           style="fill:#510000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 746.57819,197.43041 c 0.59802,-0.42 0.51001,-1.36602 -0.28796,-1.52401 -0.23401,0.489 -0.077,1.189 0.28796,1.52401"
           id="path5884" /><path
           inkscape:connector-curvature="0"
           style="fill:#510000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 746.72022,198.43041 c -0.076,-0.064 -0.16303,-0.079 -0.26099,-0.048 0.087,0.017 0.17395,0.032 0.26099,0.048"
           id="path5886" /><path
           inkscape:connector-curvature="0"
           style="fill:#510000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 746.79023,208.31239 c -0.054,0.92701 1.59997,-0.12699 1.81201,-0.048 -0.13104,-0.47802 -0.14905,-1.41901 -1.00403,-1.18502 -0.29999,0.082 -1.22199,0.97 -0.80798,1.233"
           id="path5890" /><path
           inkscape:connector-curvature="0"
           style="fill:#510000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 747.10022,200.3354 c 0.18799,0.50699 0.40601,0.94001 0.83399,1.286 0.23901,0.19299 0.96802,0.964 1.263,0.834 -0.10101,0.23601 -0.09,0.548 -0.38397,0.642 0.14599,0.11999 0.26599,0.263 0.35699,0.429 -0.25299,-0.27899 -0.401,0.076 -0.60803,0.196 -0.32099,0.186 -0.82398,-0.331 -0.96301,-0.577 -0.23798,0.29399 0.21405,1.704 0.57299,1.857 -0.064,-0.639 0.68805,0.186 0.70502,0.51201 0.044,0.83099 -0.10699,1.47 0.77301,1.86898 -0.038,-0.25099 -0.16699,-0.47999 -0.16901,-0.73799 0.13898,0.15599 0.625,0.168 0.67103,-0.095 0.026,-0.147 -0.331,-0.838 -0.41901,-0.98601 -0.203,-0.33999 -0.26502,-0.29599 -0.29804,-0.752 -0.022,-0.29499 0.043,-0.75898 -0.21496,-0.97599 0.198,-0.051 0.75702,0.494 0.76196,0.488 0.21802,-0.25599 1.03803,0.07 1.26203,0.20301 -0.18097,-0.21201 -0.305,-0.50901 -0.59498,-0.59601 0.37397,-0.286 -0.37701,-1.13201 -0.41101,-1.472 -0.036,-0.359 0.125,-0.678 -0.072,-0.984 -0.125,-0.195 0.34803,-0.138 -0.032,-0.367 -0.20599,-0.12399 -0.46899,-0.032 -0.45001,-0.357 0.024,-0.417 -0.33801,-0.432 -0.63703,-0.497 -0.32299,-0.071 -0.427,-0.077 -0.76696,0.033 -0.39099,0.125 -0.82099,-0.22301 -1.18,0.048"
           id="path5894" /><path
           inkscape:connector-curvature="0"
           style="fill:#510000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 747.93323,203.31239 c 0.42096,0.061 0.11298,-0.91899 -0.40301,-0.61898 0.112,0.21499 0.17401,0.48799 0.40301,0.61898"
           id="path5896" /><path
           inkscape:connector-curvature="0"
           style="fill:#510000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 750.10022,207.5024 c 0.089,0.078 0.17798,0.15699 0.26398,0.238 -0.048,-0.225 -0.15802,-0.60299 -0.47601,-0.5 0.062,0.094 0.13299,0.18199 0.21203,0.262"
           id="path5904" /><path
           inkscape:connector-curvature="0"
           style="fill:#510000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 751.05219,207.5024 c 0.19,0.132 0.21405,0.334 0.0501,0.5 0.35498,0.053 0.27295,-0.454 0.23095,-0.64901 -0.044,-0.20399 -0.17401,-0.38499 -0.20898,-0.58898 -0.031,-0.18601 0.094,-0.33501 0.024,-0.52401 -0.46997,0.20101 -0.095,0.59999 -0.35797,0.905 0.19,0.031 0.31695,0.15599 0.26196,0.357"
           id="path5906" /><path
           inkscape:connector-curvature="0"
           style="fill:#510000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 752.07721,208.76441 c 0.164,-0.16901 0.05,-0.39501 -0.11798,-0.5 -0.028,0.18299 0.011,0.34999 0.11798,0.5"
           id="path5912" /><path
           inkscape:connector-curvature="0"
           style="fill:#510000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 752.21918,207.5024 c -0.11798,0.16 -0.22198,0.834 0.15802,0.748 0.38501,-0.088 0.099,-0.7 -0.15802,-0.748"
           id="path5914" /><path
           inkscape:connector-curvature="0"
           style="fill:#510000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 747.74518,205.8364 c -0.017,-0.088 -0.033,-0.17501 -0.05,-0.262 0.271,0.039 0.28699,0.127 0.05,0.262"
           id="path5920" /><path
           inkscape:connector-curvature="0"
           style="fill:#510000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 749.17023,203.5264 c 0.042,0.099 0.059,0.20199 0.05,0.31 -0.048,-0.098 -0.065,-0.202 -0.05,-0.31"
           id="path5924" /><path
           inkscape:connector-curvature="0"
           style="fill:#510000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 745.81421,204.5504 c -0.17498,-0.931 1.09003,-0.452 0,0"
           id="path5936" /></g><path
         inkscape:connector-curvature="0"
         style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.66666663;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
         d="m 939.39183,1031.2143 c 0.68279,-0.9622 1.95308,-1.826 1.42908,-3.182 1.00989,0.7367 2.04518,1.2893 3.29641,0.6478 0.68596,-0.3525 0.70502,-1.4322 1.59422,-1.5529 1.63551,-0.2223 3.2456,1.7752 4.34123,2.7216 1.43861,1.2417 4.18244,2.3024 4.43968,4.4301 0.0921,0.7686 -0.054,2.0484 1.04164,1.7784 0.79076,-0.1969 2.1849,-0.9336 1.70219,-1.9753 1.33381,0.3462 3.90615,4.5318 4.9859,4.1412 1.00989,-0.3652 1.20043,0.4351 2.01977,0.9464 1.0861,0.6764 2.1595,0.6796 3.1281,1.6672 0.70501,0.7241 1.29887,1.5974 2.15632,2.1595 1.11786,0.7304 2.48025,0.8511 3.51871,1.7435 1.89592,1.6418 2.47072,3.741 4.84617,4.916 2.68667,1.3338 1.40368,2.1087 0.12703,4.0999 -0.93049,1.4481 -0.27946,5.2304 1.16867,6.1673 0.92732,0.597 -0.60021,4.138 -1.22583,5.1923 -0.524,0.8829 -2.25795,4.5921 -3.795,3.2234 0.80981,1.0289 -0.98448,1.572 -1.64503,1.8387 -1.87369,0.7558 -2.50883,0.8098 -4.52542,0.3843 -1.61328,-0.3366 -3.34088,-1.1592 -4.92239,-0.362 -0.67008,0.3366 -1.40368,0.7748 -2.1722,0.8447 -1.17185,0.1048 -1.09881,-0.7114 -1.85781,-1.1179 -1.31157,-0.705 -2.96931,-0.4477 -4.23643,-1.2163 -1.74665,-1.0607 -2.43578,-2.1468 -4.66832,-2.0356 -1.43544,0.073 -2.58188,0.6796 -3.6394,-0.4923 -1.4132,-1.5719 -3.55682,-2.6104 -4.69055,-4.411 -0.79394,-1.2545 -2.042,-6.6246 -0.24136,-7.12 1.86098,-0.5145 0.47954,-2.6708 -0.0635,-3.6521 -0.38744,-0.6987 -0.67644,-1.4704 -0.98131,-2.204 -0.25723,-0.6161 0.56846,-1.1274 0.26359,-1.9944 -0.26676,-0.7558 -1.6101,-2.9566 -0.95907,-3.7156 1.44496,-1.6768 -0.42555,-2.6803 0.19054,-3.8077 0.42873,-0.7876 -0.11115,-4.4396 0.0667,-4.5667 1.32428,-0.9432 -0.39061,-2.2547 -0.69231,-3.4965"
         id="uy"><title
           id="title3803">Uruguay</title></path><path
         inkscape:connector-curvature="0"
         style="fill:#c80200;fill-opacity:1;stroke:#000000;stroke-width:0.66666663;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
         d="m 1470.7556,789.45844 c 0.6097,-1.85145 0.9813,-2.40086 2.5088,-3.56317 1.3529,-1.02894 1.8292,2.38815 3.6013,1.30205 0.2541,-0.15561 -0.073,-1.68632 0.2033,-2.25477 0.5906,-1.22584 -0.6765,-1.49895 -1.4037,-1.96261 -0.6447,-0.40967 1.175,-4.43332 -1.6546,-3.64574 0.9845,-1.35286 0.705,-2.96613 0.2922,-4.46508 1.1464,0.26994 1.6196,0.14926 2.7248,0.16514 0.4859,0.006 0.7177,0.74629 1.175,0.63514 1.3624,-0.33027 3.7664,0.0191 3.4584,-2.02611 -0.2128,-1.4005 -0.6892,-4.37617 1.988,-2.93756 0.9813,0.52717 2.7184,3.44567 2.0833,4.5413 1.2448,-0.71454 2.4262,0.83204 3.6965,0.52717 1.0925,-0.26358 2.1405,-2.02929 2.4263,-3.02647 0.3366,0.61292 0.9336,4.03953 1.7022,3.97284 0.5716,-0.0476 2.061,-1.5307 1.9626,-2.17538 -0.099,-0.66055 0.057,-2.92167 0.724,-3.30911 0.8861,-0.51765 1.7213,-2.20078 0.6002,-2.95026 1.5276,-0.53987 0.7781,-3.4679 0.4478,-4.53177 -0.5017,-1.62597 1.1814,-3.42662 0.4002,-4.86522 -0.4605,-0.85428 -1.6451,-1.10833 -2.5089,-1.10833 -0.47,-0.34933 -0.048,-1.53388 -1.0607,-1.63233 -2.6199,-0.25406 -0.5811,-1.62915 -0.9019,-3.2456 -0.2191,-1.11468 0.1652,-3.30594 1.1973,-4.04906 1.0797,-0.77806 2.0229,-0.38427 2.7184,-1.85463 0.5367,-1.14326 -0.3207,-2.00389 -0.7463,-2.99789 -0.7685,-1.79747 -1.0194,-3.48061 -3.3472,-3.11222 -2.0198,0.32075 -3.8077,1.41955 -5.8084,1.76571 0.5684,-1.4926 -0.057,-3.11857 -0.1937,-4.62705 -0.1525,-1.65138 0.8955,-3.21702 0.9495,-4.05541 -0.013,-0.67643 8.0791,0.21277 8.7809,0.13656 1.3529,-0.14609 1.8292,0.21277 3.1154,0.31122 1.0829,0.0826 1.2449,1.53388 2.6994,1.13691 2.855,-0.78123 5.8433,1.24489 7.7964,3.16621 0.9241,-1.31476 0.01,-2.28971 0.06,-3.67433 0.044,-1.14644 1.1878,-1.82922 1.5974,-2.82957 0.5844,-1.40685 1.2957,-2.77877 1.6387,-4.27137 0.2763,-1.19725 -0.162,-2.3024 0.1016,-3.46155 0.2001,-0.8765 0.4383,-2.1849 1.3148,-2.66444 1.1242,-0.61926 2.5374,-0.006 3.741,-0.52082 1.2989,-0.55575 2.3088,-1.44813 3.7632,-0.7717 1.426,0.66373 2.3977,1.26077 4.0142,1.00036 1.9816,-0.32075 4.5699,-1.05752 4.2967,1.71807 -0.235,2.37545 -1.9117,5.66868 -3.0455,7.70433 -1.3338,2.39133 -1.3211,3.96331 -1.3433,6.73573 -0.013,1.53388 -0.2795,3.09316 -0.7431,4.5667 -0.5082,1.61645 -0.8988,2.49931 -0.921,4.25866 -0.013,1.14009 -0.076,2.24842 -0.1588,3.40439 -0.079,1.14326 -0.4097,2.5914 -0.6891,3.7029 -0.7177,2.83276 0.6383,4.66516 -1.7213,7.25656 -2.1118,2.32146 -4.3412,2.97883 -5.7671,5.57658 -0.6764,1.23536 -1.2417,2.57235 -1.7879,3.92521 -1.0131,2.51518 -3.433,2.89309 -3.2838,4.43015 0.2478,2.51836 0.041,4.98273 0.032,7.77737 -0.013,2.71843 -1.2036,6.90405 -3.7918,7.35818 -0.9432,0.16513 -1.9245,1.15914 -2.2199,2.15632 -0.1587,0.53352 -1.8673,1.26077 -2.3691,1.86416 -0.9019,1.08927 -1.5561,2.36909 -2.6009,3.44249 -1.3274,1.36557 -2.6454,-0.25723 -3.4266,0.7463 0,-0.97178 -0.8797,-2.73113 -0.2064,-3.53142 0.5399,-0.63832 0.8066,-1.20995 -0.2985,-1.55293 -1.3656,-0.42555 -3.2298,2.41673 -4.408,0.85427 -0.5875,0.61609 -0.4858,1.3878 -0.7907,2.11504 -0.4065,0.96542 -1.699,1.32428 -2.3913,2.042 -0.07,-1.26395 -1.8356,-1.44179 -2.1214,-2.64539 -0.9432,1.73078 -1.9055,-3.43614 -3.5315,-0.90191 -0.5557,0.86698 -1.4767,0.79394 -2.1594,1.38462 -0.6892,0.59069 -1.8642,1.95943 -2.5692,2.74384 -1.6641,1.84827 -2.169,-1.59105 -2.4358,-2.58188 -0.6955,-2.58822 -3.4997,-4.84299 -5.4051,-6.6214"
         id="cg"><title
           id="title3731">Republic of the Congo</title></path><g
         transform="matrix(3.1757337,0,0,3.1757337,-0.02195285,3.9026)"
         style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
         id="me"><title
           id="title3330">Montenegro</title><path
           inkscape:connector-curvature="0"
           style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 479.701,114.425 c 0.623,-0.102 -0.624,-1.495 0.358,-1.286 -0.279,-0.503 0.602,-1.276 0.787,-0.666 0.134,-0.317 -0.238,-0.439 -0.192,-0.739 0.399,0.132 0.501,0.371 0.836,0.661 0.455,0.394 0.597,0.574 1.135,0.845 0.21,0.106 0.827,0.036 0.957,0.264 0.199,0.35 -0.317,0.324 -0.371,0.369 -0.164,0.134 0.435,0.495 0.134,0.647 -0.204,0.103 -0.451,0.233 -0.623,-0.01 -0.094,-0.132 -0.158,-0.41 -0.368,-0.172 -0.535,0.606 -0.715,1.279 -0.462,2.063 -0.387,-0.22 -0.79,-0.614 -1.048,-0.973 -0.079,-0.11 -0.74,-0.663 -0.878,-0.645 0.236,-0.104 0.187,-0.084 0.45,0.047 0.027,-0.403 -0.831,0.27 -0.715,-0.405"
           id="me-" /><circle
           style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           r="1.989"
           cy="113.96"
           cx="481.34"
           id="me." /></g><path
         inkscape:connector-curvature="0"
         style="fill:#c80200;fill-opacity:1;stroke:#000000;stroke-width:0.66666663;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
         d="m 1613.146,776.38077 c -0.5558,-1.14644 2.3341,-3.10587 2.3024,-4.63022 -0.051,-2.6835 1.1559,-3.84899 3.4456,-5.17962 0.2827,-0.16514 1.6514,-1.03212 2.0103,-0.75265 0.4859,0.37473 0.6637,1.66726 1.4418,0.80981 0.6129,-0.67643 2.6104,-3.64892 3.7283,-3.2583 -0.5208,1.53705 0.8003,3.4806 1.5021,4.62069 0.8765,1.4259 1.7657,3.87757 1.5339,5.51307 -0.2954,2.05788 -1.4672,2.32464 -3.2043,1.66409 -1.9753,-0.74948 -2.4517,1.03846 -4.1475,-0.45731 -0.2446,1.85781 -0.086,3.88392 -2.3342,4.35076 -1.1433,0.23818 -2.2103,0.38744 -2.7724,-0.759 -0.6193,-1.26077 -2.2516,-1.15915 -2.3818,0.34615 -0.7114,-0.66373 -1.0575,-1.27982 -1.1242,-2.26747"
         id="rw"><title
           id="title3759">Rwanda</title></path><path
         inkscape:connector-curvature="0"
         style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.66666663;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
         d="m 1707.2938,379.8269 c 0.8034,-0.054 3.1027,0.55575 4.4555,0.0159 1.9309,-0.7717 4.2396,-0.40332 6.2753,-0.38109 -0.099,-0.40332 0.524,-0.71136 0.9336,-0.77488 0.2477,0.23818 2.782,2.03565 0.7241,1.60692 1.3973,1.0607 3.5568,1.07658 4.2428,2.95026 -2.7121,0.84792 0.308,3.27101 1.4894,3.97602 0.6224,0.37156 2.0325,0.61609 2.1976,1.46401 0.3271,1.64186 -1.7498,1.38145 -2.6358,1.74348 0.9146,0.34933 4.3983,3.92838 5.3415,3.55047 0.4796,-0.19372 2.728,0.51764 1.8769,1.02894 -1.2671,0.759 0.9051,1.78158 1.3306,2.29923 -1.3274,0.16514 -0.5748,2.38498 -0.092,2.99154 -0.1556,0.13021 -2.6898,0.67008 -2.8359,0.26676 -0.8289,-1.34968 -1.2989,-3.34405 -2.6898,-4.12528 -0.5971,-0.33345 -0.1239,-1.76253 -1.0607,-1.95625 -0.5844,-0.12385 -1.0322,-0.10162 -1.896,0.14291 -1.0829,0.31122 -1.61,-0.9559 -2.5374,-0.4192 0.1366,-2.1849 -2.2706,-1.17819 -3.1058,-1.13691 -1.1687,-0.87015 -2.6962,-3.04235 -4.319,-2.99154 -1.6736,0.0508 -3.0932,-0.0222 -4.5985,-0.78441 0.5875,-0.40014 0.216,-1.19725 -0.035,-1.75935 -0.47,-1.04164 -0.4954,-1.26395 -0.1144,-2.20079 0.7178,-1.74665 -2.3627,-2.35639 -2.947,-5.52577"
         id="am"><title
           id="title3079">Armenia</title></path><path
         inkscape:connector-curvature="0"
         style="fill:#c80200;fill-opacity:1;stroke:#000000;stroke-width:0.66666663;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
         d="m 1244.3512,619.84885 c -0.4605,-0.01 -0.8638,0.13974 -1.2068,0.45413 -0.1334,-1.28934 2.277,-1.69266 3.0233,-2.43578 1.626,-1.61963 2.928,-3.79818 3.8808,-5.86558 0.4541,-0.99401 2.6517,-10.44182 4.9636,-8.27279 1.0385,0.97495 6.5579,-0.006 7.4439,-1.03529 1.3656,-1.59422 6.7263,0.19372 7.86,1.54658 1.5275,1.82287 1.7181,2.566 4.2205,2.82005 1.3624,0.13974 2.8773,2.80418 2.5883,4.12211 -0.1334,0.60974 1.8514,1.68314 2.2007,2.32781 0.4351,0.80664 0.6511,1.74348 1.283,2.43261 0.6225,0.67643 1.8833,0.75583 2.2929,1.58787 0.6002,1.21313 2.4231,1.88638 2.5882,3.30276 0.076,0.63515 -0.9717,1.37827 -0.2445,2.0293 0.6034,0.53987 1.0321,0.89238 1.1242,1.81969 0.098,0.9813 0.9559,3.35358 0.1588,4.0967 -0.8289,0.18101 -0.9051,0.58433 -0.2223,1.20995 0.1683,0.46366 0.4319,0.8511 0.7971,1.1655 0.7209,0.40331 0.022,1.1909 1.0353,1.47671 0.5462,-2.14679 2.2707,1.58152 2.5723,2.1722 0.4447,0.87651 0.6892,1.54023 0.4383,2.55965 -0.2826,1.15596 0.4859,2.63903 0.086,3.5854 -1.3052,-0.56211 -2.7247,0.31757 -4.1094,0.0762 -1.4386,-0.25089 -2.2706,0.59068 -3.633,0.77488 -1.3878,0.19054 -3.6235,-2.28018 -4.789,-1.5053 -0.9114,0.60339 -0.578,-1.10198 -0.7749,-1.16232 -1.229,-0.36203 -0.813,-0.57798 -1.8514,-0.58116 l -13.2778,-0.0222 c -1.7371,-0.003 -2.4643,0.10162 -3.7759,1.13374 -1.1465,0.90826 -2.7216,0.82251 -4.4302,0.76535 -1.4799,-0.054 -2.512,0.82886 -3.8934,1.05117 -0.6892,0.11115 -1.4227,-0.12068 -2.0325,0.30169 -0.1397,-0.34298 -0.8638,-1.0861 -0.4859,-1.50212 0.9527,-1.04482 1.4958,-1.56246 2.7566,-0.76535 0.9495,0.60656 2.1309,-0.33028 3.1408,-0.35251 0.7399,-0.0127 1.1051,0.55575 1.8609,0.31757 0.5844,-0.18736 0.8607,-0.0635 1.4037,0.11433 0.9654,0.31122 0.8956,-2.12139 1.9848,-2.4993 -1.6196,0.1175 -0.6796,1.48942 -1.6704,2.19125 -0.8511,0.60657 -3.1249,-0.20007 -3.4012,-1.20995 -0.5907,2.54059 -5.656,0.69231 -4.5381,-0.60339 -0.4732,0.68278 -0.4414,1.8197 -1.4291,2.042 -0.1683,-0.62245 0,-1.12739 0.5272,-1.51165 -1.3497,0.29852 -0.6002,-1.73078 -0.3049,-2.63586 0.4446,-1.35286 1.9785,-1.43543 3.1884,-1.43861 l 4.3254,-0.01 c 0.7971,0.44143 -0.921,-0.28581 0.489,-1.21313 1.2291,-0.80981 2.5025,-0.25723 3.7125,-0.59703 1.3401,-0.38109 0.6256,-2.29606 2.4072,-1.18773 2.4898,1.55294 4.9859,3.17256 7.8695,2.21349 1.1019,-0.36521 2.3341,-1.44178 0.9241,-2.19761 -1.7689,-0.94002 -2.1246,0.40649 -3.506,0.3398 -1.4037,-0.0635 -1.0385,-2.16267 -2.6518,-1.518 -0.6129,0.24453 -1.1686,-0.60021 -1.3687,-1.00988 -0.4097,-0.84157 -1.7149,-0.5494 -2.5025,-0.0667 -1.1178,0.68913 -1.3655,-0.39379 -1.953,0.21595 -0.4319,0.44778 -0.2763,1.01623 -0.8257,1.3211 l -7.879,-0.0413 c 0.3207,-0.64785 -0.3049,-1.0861 -1.0957,-1.17185 0.1302,-0.62562 0.5336,-0.87967 1.1338,-0.60339 -0.1398,-0.64467 -0.089,-1.27664 0.1461,-1.89273 -0.4573,0.86697 -1.0163,1.51482 -2.0357,1.66408 -0.2731,-0.84157 2.1754,-3.00107 3.0233,-3.09951 -0.9241,-0.39062 -3.4076,1.84827 -3.4012,2.7216 0,-2.48342 -1.5212,-6.98344 -4.1602,-7.94569"
         id="sn"><title
           id="title3689">Senegal</title></path><path
         inkscape:connector-curvature="0"
         style="fill:#c80200;fill-opacity:1;stroke:#000000;stroke-width:0.66666663;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
         d="m 1380.6219,652.51763 c 1.5561,0.40967 3.1503,0.5621 4.6271,1.22583 1.2004,0.5367 3.0836,0.21277 3.9792,-0.2096 -0.6193,1.7403 -1.9372,4.70961 -0.5336,6.39275 0.7971,0.95272 3.7061,2.03247 3.8331,3.32817 0.1874,1.93402 -0.2477,4.17609 0.74,5.9418 1.102,1.97848 1.6355,3.33134 1.5942,5.68139 -0.073,4.09352 -0.048,8.16163 0.06,12.25515 0.019,0.6415 0.2095,3.07729 -0.9178,3.04236 0.3811,1.18455 0.1651,2.52788 0.7304,3.65844 0.4605,0.92096 1.1432,1.77524 1.2322,2.84228 -1.6673,0.15561 -3.3314,0.90509 -4.843,1.58787 -0.01,-0.77488 -1.9468,-1.753 -2.4644,-2.21666 -1.1052,-0.99718 -1.9626,-1.67679 -2.6644,-2.95979 -0.9496,-1.74347 0.8987,-3.45202 0.8415,-5.23043 -0.038,-1.18137 -1.3528,-1.30523 -1.1146,-2.44849 0.2889,-1.37509 1.0638,-2.1468 0.886,-3.66162 -0.095,-0.80346 -0.2573,-1.6355 -0.013,-2.42944 0.1588,-0.49859 0.8638,-0.95589 0.6955,-1.51165 -0.4669,-1.55928 -2.0357,-2.23889 -2.5978,-3.66162 1.7594,-0.16831 0.5907,-2.66126 1.1179,-3.79182 0.289,-0.62245 0.3525,-1.66409 0.041,-2.28971 -0.6034,-1.2036 -1.4895,0.10798 -2.366,-0.0445 0.4891,-0.66055 0.016,-1.45766 1.1338,-1.28617 -0.2382,-1.24489 0.6446,-3.38851 0.2254,-4.43015 -0.724,-1.79429 0.5622,-1.98801 -1.2893,-3.04235 -0.9622,-0.54623 -2.3151,-2.41991 -2.1944,-3.56635 0.095,-0.90191 0.9432,-1.46719 0.5843,-2.44214 -0.1429,-0.38744 -1.0194,-0.40649 -1.3275,-0.73359"
         id="tg"><title
           id="title3711">Togo</title></path><g
         transform="matrix(3.1757337,0,0,3.1757337,-0.02195285,3.9026)"
         style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
         id="es"><title
           id="title3716">Spain</title><path
           inkscape:connector-curvature="0"
           style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 391.88822,157.02339 c -0.35602,-0.237 -0.071,-0.61099 0.28399,-0.50099 -0.068,0.18199 -0.16299,0.349 -0.28399,0.50099"
           id="path5984" /><path
           inkscape:connector-curvature="0"
           style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 392.55222,154.4754 c -0.071,0.048 -0.14301,0.095 -0.215,0.14299 -0.033,-0.24299 -0.479,-0.90899 -0.023,-1 0.50901,-0.10199 0.41901,0.60102 0.23801,0.85701"
           id="path5986" /><path
           inkscape:connector-curvature="0"
           style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 393.78922,155.9754 c -0.241,-0.149 -0.25302,-0.597 0.11999,-0.524 0.38901,0.077 0.14899,0.48599 -0.11999,0.524"
           id="path5988" /><path
           inkscape:connector-curvature="0"
           style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 395.1492,156.04739 c -0.19598,-0.33599 -0.302,-0.71398 -0.5,-1.04798 0.71802,-0.16901 1.263,-0.392 1.952,-0.66701 -0.24799,0.531 -0.879,1.5 -1.452,1.71499"
           id="path5990" /><path
           inkscape:connector-curvature="0"
           style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 397.76822,156.7614 c -0.587,-0.083 -0.68802,-1.04199 -0.084,-1.176 0.93399,-0.206 0.64898,0.913 0.084,1.176"
           id="path5992" /><path
           inkscape:connector-curvature="0"
           style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 400.88721,155.8564 c -0.072,-0.048 -0.14401,-0.095 -0.215,-0.143 0.70401,-0.23301 0.79599,-1.31299 1.305,-1.799 0.32101,-0.30699 0.14999,0.896 0.10299,1.017 -0.216,0.55501 -0.811,0.544 -1.19299,0.925"
           id="path5994" /><path
           inkscape:connector-curvature="0"
           style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 402.36521,153.59441 c -0.08,-0.032 -0.159,-0.064 -0.23801,-0.095 0.099,-0.21601 0.86701,-1.21901 1.04501,-0.72501 0.14899,0.414 -0.59899,0.606 -0.807,0.82001"
           id="path5996" /><path
           inkscape:connector-curvature="0"
           style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 416.34122,113.5914 c 0.024,-0.039 0.048,-0.079 0.072,-0.119 -0.306,0.027 -0.31701,-0.234 -0.23199,-0.451 0.138,-0.351 0.38598,-0.257 0.60598,-0.494 0.42502,-0.458 1.34302,-0.242 1.935,-0.507 -0.48099,0.02 -0.17099,-0.117 0,-0.214 -0.10199,0.037 -0.20498,0.069 -0.311,0.095 -0.071,-0.312 0.979,-1.113 0.979,-0.595 0.159,-0.095 0.31799,-0.191 0.47601,-0.286 0.04,0.352 1.41901,0.191 1.42899,0.786 0.42102,-0.544 1.65402,-0.122 2.23602,-0.214 0.5,-0.08 0.629,-0.109 1.15399,0.016 0.559,0.134 1.12699,0.258 1.69599,0.354 0.776,0.132 1.48602,0.059 2.19702,-0.112 0.44897,-0.108 0.97998,-0.005 1.37399,0.231 0.538,0.323 0.456,-0.125 0.95499,-0.089 0.439,0.031 0.867,0.206 1.297,0.289 0.26101,0.05 1.095,-0.229 1.21002,-0.047 0.12399,0.197 0.90198,-0.043 0.76199,0.434 -0.03,0.101 -0.14999,0.222 -0.064,0.32 0.203,0.22899 0.13998,-0.028 0.35498,-0.017 0.67801,0.035 1.57501,0.674 1.85302,0.781 0.13398,0.052 0.29398,-0.081 0.43198,-0.031 0.17801,0.065 0.29901,0.32598 0.466,0.291 0.46701,-0.097 1.05899,-0.075 1.624,0.08 -0.076,-0.20698 0.004,-0.35299 0.11902,-0.5 0.28698,0.005 0.49499,0.029 1.00198,0.34401 0.42001,0.012 0.81201,0.152 0.711,0.846 0.57501,-0.091 0.54101,-0.506 0.57901,-0.22001 0.10901,0.062 0.68399,0.41201 0.82199,0.36701 0.16,-0.052 0.311,-0.172 0.496,-0.098 0.353,0.14099 0.72901,0.27899 1.02002,0.043 0.22199,-0.18001 0.43198,-0.15401 0.96399,-0.097 0.20401,0.022 0.039,0.35099 0.28601,0.31498 -0.003,0.25402 -0.159,0.17601 -0.30301,0.29201 -0.21301,0.17101 0,0.593 -0.012,0.814 -0.027,0.612 -1.36402,1.054 -1.815,1.24099 -0.33802,0.14 -0.42801,0.459 -0.71,0.59301 -0.33902,0.16101 -0.80801,0.156 -1.17202,0.248 -0.88199,0.222 -1.41599,0.606 -2.12799,1.098 0.55301,0.44201 0.028,0.527 -0.349,0.743 -0.55301,0.317 -0.66101,1.08099 -1.20401,1.42799 -0.926,0.59201 -1.25299,2.28701 -0.491,3.097 0.46402,0.49302 0.83801,0.64301 0.073,1.12001 -0.44199,0.277 -0.77698,0.39299 -1.13599,0.78701 -0.21301,0.23399 -0.406,0.59098 -0.55401,0.931 -0.093,0.21399 -0.198,0.45298 -0.20298,0.68998 -0.005,0.19701 0.319,0.46401 0.12299,-0.01 0.30301,0.5 -0.92801,0.53799 -1.16699,0.56599 -0.57502,0.069 -1.37302,0.59201 -1.512,1.15902 -0.11902,0.48699 -0.52301,1.35598 -1.04602,0.93499 -0.319,-0.25799 -0.557,0.089 -0.82199,0.198 -0.38299,0.157 -0.798,-0.08 -1.20401,-0.013 -0.84698,0.13899 -1.69098,0.041 -2.556,0.058 -0.462,0.009 -0.56399,0.096 -0.89999,0.409 -0.383,0.359 -0.888,0.212 -1.332,0.434 -0.22,0.11 -0.43701,0.85401 -0.63501,0.834 -0.24698,-0.024 -0.181,0.382 -0.56299,0.373 -0.30899,-0.008 -0.54099,-0.537 -0.836,-0.505 -0.32101,0.035 -0.565,-0.636 -0.642,-0.87599 0.42401,-0.074 -0.104,-0.38001 -0.229,-0.47701 -0.301,-0.23199 0.058,-0.63 0.34799,-0.714 -0.181,-0.058 -0.271,0.04 -0.285,0.214 -0.155,-0.16499 -1.42499,-1.02499 -1.14399,-1.286 -0.43899,-0.048 -0.008,0.184 -0.479,0.19401 -0.211,0.005 -0.47201,0.085 -0.67902,0.009 -0.29498,-0.10699 -0.28497,-0.86299 -0.24398,-1.10699 0.036,-0.21401 0.20401,-0.37399 0.34701,-0.521 0.176,-0.181 0.19699,-0.466 0.35199,-0.617 0.35501,-0.349 0.50299,-0.08 0.73001,-0.625 -0.45501,0.151 -0.82101,-0.452 -0.83401,-0.833 -0.019,-0.593 0.669,-0.882 0.836,-1.40499 0.091,-0.28402 -0.448,-0.66301 -0.57401,-0.91301 -0.10699,-0.21199 0,-0.33499 -0.15698,-0.51599 -0.13101,-0.15201 -0.30801,-0.31501 -0.39301,-0.5 0.30201,0.084 0.61899,0.024 0.926,0.024 0.31799,0 0.23099,-0.18701 0.34201,-0.38501 0.13898,-0.246 0.41699,-0.28 0.11298,-1.02899 -0.09,-0.222 0.315,-0.33701 0.35702,-0.35601 0.21399,-0.102 0.138,-0.405 0.129,-0.589 -0.007,-0.14099 0.066,-1.549 -0.11902,-1.504 0.33102,-0.08 0.48801,-0.442 0.80701,-0.643 0.18301,-0.116 0.97699,-0.795 0.88198,-0.986 -0.11599,-0.235 -0.72299,-0.18499 -0.74697,-0.32901 -0.037,-0.224 0.12698,-0.84099 -0.111,-0.63398 -0.16201,0.13999 -1.27902,-0.17 -1.30502,0.024 -0.054,0.40399 -0.70599,0.25499 -0.931,0.16299 -0.362,-0.14799 -0.73099,0.023 -1.07199,0.14501 -0.70001,0.252 -0.27301,-0.472 -0.007,-0.66401 -0.20801,0.028 -0.29602,-0.087 -0.26202,-0.28601 -0.20499,0.196 -0.482,0.20301 -0.74198,0.25 -0.32702,0.06 -0.52002,0.32502 -0.806,0.46502 -0.26101,-0.68201 0.495,-0.75701 0.66498,-1.28602 -0.12399,0.23201 -0.37399,0.306 -0.61798,0.31 0.052,-0.27299 0.31,-0.38099 0.52499,-0.5 -0.21701,0.095 -0.54199,0.11901 -0.52499,-0.21499 0.012,-0.238 0.388,-0.329 0.42999,-0.571 -0.211,0.197 -0.54501,0.177 -0.669,0.47599 -0.237,-0.34399 0.143,-0.621 0.38101,-0.80999 -0.241,0.195 -0.54901,0.248 -0.642,-0.118"
           id="path5998" /><path
           inkscape:connector-curvature="0"
           style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 440.05622,125.02139 c -0.47702,-0.087 -0.29401,-0.52299 0.025,-0.68798 0.151,-0.077 0.345,-0.10302 0.48099,0.021 0.23001,0.20999 -0.409,0.453 -0.50598,0.66699"
           id="path6006" /><path
           inkscape:connector-curvature="0"
           style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 440.0792,125.56841 c -0.074,-0.27301 0.005,-0.321 0.238,-0.14301 -0.08,0.048 -0.15899,0.096 -0.238,0.14301"
           id="path6008" /><path
           inkscape:connector-curvature="0"
           style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 444.5802,123.3544 c -0.445,0.50301 -0.40298,0.25099 -0.93798,0.164 -0.569,-0.093 -0.18802,-0.705 -0.84101,-0.425 -0.57901,0.24899 -0.10199,-0.44901 0.064,-0.57001 0.49899,-0.36099 1.017,-0.52299 1.59601,-0.71699 -0.24201,0.069 -0.33902,0.373 -0.10901,0.539 0.17901,0.13 0.43499,-0.05 0.60101,0.083 0.229,0.181 -0.35501,0.72499 -0.37302,0.92599"
           id="path6010" /><path
           inkscape:connector-curvature="0"
           style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 445.82022,121.7114 c 0.42798,-0.405 1.141,-0.095 1.19098,0.47599 -0.30398,0.049 -1.03,-0.19999 -1.19098,-0.47599"
           id="path6012" /></g><g
         transform="matrix(3.1757337,0,0,3.1757337,-0.02195285,3.9026)"
         style="fill:#900000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
         id="ga"><title
           id="title3729">Gabon</title><path
           inkscape:connector-curvature="0"
           style="fill:#900000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 457.6532,238.12441 c 0.032,0.063 0.064,0.12599 0.096,0.18899 0.092,-0.16099 0.068,-0.30299 -0.073,-0.427 -0.008,0.08 -0.016,0.159 -0.023,0.23801"
           id="path5980" /><path
           inkscape:connector-curvature="0"
           style="fill:#900000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 457.31922,238.6474 c -0.155,-0.21001 -0.27402,-0.481 -0.142,-0.737 0.008,0.194 0.079,0.36 0.215,0.49899 0.053,-0.53999 0.37399,-0.094 0.35699,0.21502 0.053,-0.66001 0.724,-1.03501 0.798,-1.68001 0.05,-0.446 -0.23501,-1.312 0.155,-1.653 0.016,0.21699 0.17701,0.373 0.284,0.54899 0.073,-0.35798 0.59799,-0.15998 0.76099,0.14202 -0.043,-0.30501 0.28402,-0.41701 0.52502,-0.40702 -0.60202,0 -1.06601,-0.125 -1.41,-0.65798 -0.137,-0.21201 -0.582,-0.48201 -0.091,-0.58001 0.20899,-0.042 0.491,0.064 0.499,0.312 0.177,-0.395 -0.12101,-0.92101 -0.007,-1.342 0.062,-0.23201 0.34399,-0.208 0.51599,-0.115 0.30899,0.168 0.526,-0.038 0.86499,-0.038 l 2.96701,0.048 -0.008,-3.27198 c 0.133,-0.76101 0.44599,-0.46701 1.01499,-0.44201 0.48501,0.022 1.07702,0.088 1.58902,0.06 0.48599,-0.027 0.98099,0.136 1.30701,0.12 0.77297,-0.04 1.38598,-0.446 0.86199,0.78199 -0.32601,0.76401 0.20298,1.489 -0.058,2.17402 0.57001,-0.098 1.08398,-0.40201 1.64899,-0.52401 1.056,-0.229 0.92801,0.39701 1.24502,0.92701 0.29798,0.5 0.555,1.22898 -0.45202,1.46299 -0.55298,0.12799 -0.582,1.071 -0.53,1.50901 0.024,0.20799 -0.41699,0.77999 0.077,0.806 0.23999,0.013 0.47898,0.19799 0.452,0.373 -0.039,0.25099 0.53198,0.20498 0.742,0.41499 0.46198,0.461 -0.10101,1.047 -0.018,1.54601 0.053,0.317 0.42898,1.263 -0.138,1.556 0.35898,0.23999 0.108,0.86399 -0.224,0.99998 -0.093,0.037 -0.22501,0.83002 -0.19901,0.862 0.20701,0.24301 -0.358,0.83502 -0.63201,0.80701 -0.28898,-0.029 -0.387,-1.02701 -0.517,-1.26401 -0.088,0.30701 -0.44998,0.94 -0.80399,0.983 -0.35599,0.043 -0.77301,-0.397 -1.12399,-0.19598 0.241,-0.935 -1.54901,-2.41301 -1.29602,-0.853 0.14801,0.91199 -0.20798,0.92398 -1.06,1.004 -0.27298,0.026 -0.19598,-0.20301 -0.465,-0.18302 -0.35098,0.026 -0.42599,-0.006 -0.777,-0.087 0.13,0.47101 0.21902,0.98001 -0.092,1.405 0.345,-0.12198 0.57898,0.071 0.56298,0.41501 -0.015,0.29599 -0.072,0.548 -0.032,0.70101 0.14499,0.142 0.32398,0.14298 0.41498,0.28199 0.20502,0.31201 -0.032,0.35501 -0.005,0.62301 0.021,0.21799 0.15902,0.51999 -0.22999,0.54099 -0.41,0.022 -0.42001,-0.32901 -0.716,-0.51001 -0.298,-0.181 -0.948,0.92901 -1.02099,1.13602 -0.54902,-0.43 -1.025,-1.32602 -1.404,-1.904 -0.55801,-0.85101 -1.39901,-1.53201 -2.12201,-2.23602 0.40201,-0.24799 0.53501,0.67001 0.90699,0.211 -0.26798,0.026 -0.65198,-0.306 -0.943,-0.37799 -0.46698,-0.11499 -0.806,-1.19199 -1.104,-1.573 0.30002,0.028 0.409,0.358 0.69101,0.42999 -0.25601,-0.41299 -0.30399,-0.315 -0.66901,-0.52899 -0.16598,-0.097 -0.11599,-0.39101 -0.156,-0.537 -0.099,-0.35899 -0.357,-0.642 -0.53498,-0.961 0.23099,0.192 0.68998,0.612 0.61899,0.95599 0.23801,-0.082 0.487,-0.136 0.741,-0.11898 -0.138,-0.10502 -0.24899,-0.23301 -0.33399,-0.38301 -0.054,0.18901 -0.195,0.28601 -0.384,0.191 0.031,-0.249 0.22998,-0.475 0.12198,-0.73699 -0.37399,1.08799 -1.06,-1.01201 -1.23898,-1.14501"
           id="path6014" /></g><path
         inkscape:connector-curvature="0"
         style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.66666663;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
         d="m 1505.0885,328.79604 c 0.7081,-0.75583 1.6259,-1.3751 2.7184,-1.13374 -0.3462,-0.91779 -0.5875,-2.1468 -0.2922,-3.10904 0.2509,-0.81299 1.2767,-1.07975 1.5402,-1.90227 0.216,-0.67961 -2.2293,-0.92731 -0.886,-1.43543 1.0226,-0.38426 2.1087,1.33381 2.8677,0.0667 0.5335,-0.89238 1.0067,-2.10551 1.4513,-2.52153 0.4414,-0.41602 0.8575,-0.0381 2.0865,0.91143 3.036,2.35005 6.1133,1.16232 9.6383,0.73042 -1.9562,-1.55611 0.8384,-1.61645 2.0357,-1.73395 0.5843,-0.0572 2.0928,-0.57481 2.2452,-1.30523 0.2604,-1.24806 1.2925,-0.25723 2.2008,0.0985 1.2227,0.48271 3.1567,-0.019 4.0459,-0.86697 0.651,-0.6161 0.4001,-2.36275 1.2068,-2.6835 1.5719,-0.61927 3.4774,0.28899 5.0589,0.44143 0.6796,-1.08928 1.6419,-0.36203 2.2579,0.27311 0.9242,0.95272 1.842,1.32428 3.0773,0.80981 2.1532,-0.89238 3.2139,1.68314 5.2463,2.40403 2.2516,0.79711 0.6987,2.01342 0.1207,2.54059 -0.9495,0.86698 -2.5247,0.0889 -3.1725,1.09245 -0.4986,0.77171 -1.8832,1.82605 -1.9023,2.5787 -0.019,0.80346 -1.6196,3.40756 -2.7565,5.40827 -0.5082,0.88921 -1.5498,1.66726 -1.8102,2.68985 -0.2033,0.79076 -0.013,1.5307 -1.7181,1.97848 -0.867,0.22548 -1.6005,-0.19054 -2.1531,0.62562 -0.6256,0.92097 -1.3846,0.2096 -2.1722,0.46366 -1.1496,0.37474 -2.4834,0.0508 -3.6394,-0.0667 -0.8194,-0.0858 -2.1182,-0.55575 -2.8042,0.0953 -0.7844,0.74312 -1.0226,1.37192 -2.1944,1.42908 -1.0766,0.0476 -2.2389,0.15879 -3.2424,0.57799 -0.9432,0.39379 -1.2068,1.32428 -2.3247,1.46718 -1.8705,0.23501 -4.2904,-0.22865 -5.8275,-1.20677 -0.8828,-0.56211 -1.7148,-0.43826 -2.4167,-1.39415 -0.8733,-1.18773 -2.1023,-1.87686 -3.3155,-2.67715 -1.1115,-0.73359 -1.9753,-1.37509 -2.6549,-2.5247 -0.5367,-0.90826 -1.2194,-2.35005 -2.5151,-2.12139"
         id="hu"><title
           id="title3738">Hungary</title></path><path
         inkscape:connector-curvature="0"
         style="fill:#c80200;fill-opacity:1;stroke:#000000;stroke-width:0.66666663;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
         d="m 1642.3056,878.25513 c 0.2604,-0.51447 1.6767,-2.79465 2.1753,-4.29677 0.5018,-1.51165 0.4002,-1.92132 0.092,-3.89662 -0.2794,-1.81017 3.8046,-2.95661 4.6398,-3.85217 -2.9598,-0.89873 -1.7181,-5.76396 -1.7276,-7.9044 -0.01,-1.78794 1.1464,-2.54059 0.1778,-4.3444 -1.1305,-2.10551 0.5494,-1.63233 1.6768,-2.46755 1.3243,-0.98448 1.645,-3.0233 -0.5653,-5.59247 -1.7784,-2.06422 0.4446,-2.68667 -1.2385,-3.8077 -1.3878,-0.92414 -1.934,-0.88603 -2.2611,-1.22901 -0.1779,-0.18737 0.3334,-1.33063 -0.1588,-1.92132 0.2477,0.18737 1.9848,0.84792 2.8232,0.95907 1.0448,0.13656 0.7622,0.92414 1.6323,1.048 0.8543,0.12067 2.7439,-0.0381 3.2742,0.98765 0.025,1.37509 0.092,2.99789 1.7689,5.02083 1.5085,1.82605 0.073,2.19444 0.2953,3.65527 0.1906,1.23854 0.6511,7.06601 0.6701,7.74244 0.083,2.6835 -3.3917,5.34476 -2.4675,6.93898 3.5536,6.14187 2.4199,6.05295 2.2198,7.28831 -0.8257,5.13516 2.6613,3.97602 2.1341,6.29748 -1.3052,5.7322 2.1436,4.80171 1.988,2.07058 l 2.8518,3.66797 c 0.6669,0.34298 0.2731,-4.70009 -1.6355,-6.20538 -1.7339,0.26358 -0.9876,-1.36557 -1.2068,-1.8324 1.3688,0.6669 1.518,0.76217 3.1313,3.20114 1.0671,1.61645 2.0103,3.30911 3.452,4.98908 1.6006,1.86097 1.6419,3.64891 1.0417,6.01166 -0.5272,2.07693 0.2509,4.1094 -0.089,6.26255 -0.1429,0.92731 -0.4224,2.03247 -1.2195,2.6295 -0.8892,0.66056 -2.1563,0.45096 -2.9979,1.17185 -0.8289,0.71136 -0.5653,2.24207 -1.788,3.22337 0.27,0.3398 1.1751,2.13092 1.2386,3.12492 0.032,0.40967 0.013,1.67361 -0.3716,2.09598 -0.3874,0.42238 -1.8737,0.32393 -1.6609,-0.45412 0.4541,-1.64821 1.2258,-1.19091 -0.5049,-2.85181 -1.175,-1.12739 -4.3984,-4.29677 -4.5572,-5.55754 -0.2826,-2.19761 -0.8702,-1.69266 -0.4287,-3.41391 0.2032,-0.78123 0.6828,-2.46437 1.248,-3.21384 0.8988,-1.18455 0.7432,-1.51483 0.8861,-3.00425 0.1683,-1.753 0.1778,-4.07764 -1.0258,-5.81794 -0.4732,-0.68279 -1.8896,0.25723 -3.1599,0.40649 -1.0352,0.12068 -2.5755,-0.17466 -2.6168,0.79076 -0.6033,-0.65103 -4.5921,-5.313 -4.8334,-5.21456 -1.0321,0.41285 -3.1694,-1.87368 -2.9026,-2.70572 z"
         id="mw"><title
           id="title3755">Malawi</title></path><g
         transform="matrix(3.1757337,0,0,3.1757337,-0.02195285,3.9026)"
         style="fill:#c80200;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
         id="kh"><title
           id="title3072">Cambodia</title><path
           inkscape:connector-curvature="0"
           style="fill:#c80200;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 696.71619,206.2404 c -0.10297,0.151 -0.24701,0.23 -0.42999,0.239 0.323,0.247 0.35303,0.672 0.59601,0.976 -0.11902,-0.407 0.22497,-0.88899 -0.16602,-1.215"
           id="path3472" /><path
           inkscape:connector-curvature="0"
           style="fill:#c80200;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 694.02423,203.47839 h -0.14202 c 0.052,0.097 0.11602,0.18401 0.19201,0.26201 -0.016,-0.087 -0.033,-0.17399 -0.05,-0.26201"
           id="path6024" /><path
           inkscape:connector-curvature="0"
           style="fill:#c80200;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 694.78821,205.5744 c 0.11603,-0.20199 0.045,-0.281 -0.21503,-0.238 0.067,0.084 0.13801,0.16301 0.21503,0.238"
           id="path6026" /><path
           inkscape:connector-curvature="0"
           style="fill:#c80200;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 691.83521,198.04939 c 0.007,-0.24899 -0.006,-0.502 -0.096,-0.73799 0.79004,0.027 1.12402,-1.108 1.367,-1.681 0.266,-0.626 1.58698,-1.097 2.11799,-0.72101 0.23101,0.16401 0.505,0.068 0.87103,-0.013 0.40802,-0.09 0.28497,0.15702 1.35699,-0.05 1.01801,-0.19701 0.60199,0.89599 1.31299,0.235 0.048,0.99798 1.18701,0.26899 1.58203,0.931 0.19397,0.32399 0.85895,0.33999 0.79596,-0.15401 -0.034,-0.272 -0.638,-0.606 -0.27496,-0.86099 0.15198,-0.10701 0.29999,0.10899 0.34796,-0.13901 0.039,-0.203 0.20905,-0.132 0.36304,-0.145 0.19299,-0.017 0.16595,-0.28701 0.32696,-0.301 0.21802,-0.019 0.43903,0.285 0.59503,0.399 0.685,0.50099 1.641,-0.23601 1.98597,-0.791 0.003,0.183 0.007,0.398 -0.055,0.577 -0.068,0.196 -0.27301,0.48601 -0.25,0.685 0.029,0.246 -0.039,0.404 0.10901,0.57901 0.22699,0.26799 0.24298,0.53199 0.29199,0.76599 0.13001,0.63 0.55402,0.792 0.39203,1.52501 -0.063,0.28599 -0.12298,0.57798 -0.003,0.914 0.093,0.25999 0.15296,0.59399 0.21796,0.86799 0.276,1.16201 -0.711,0.941 -0.85596,1.041 -0.30102,0.207 -0.44403,0.376 -0.67505,0.56 -0.53497,0.425 -0.78997,0.34599 -1.25097,0.34799 0.21002,0.25501 0.014,0.58101 0.16497,0.85701 -0.27099,-0.052 -0.97796,-0.53199 -1.19,-0.203 -0.13897,0.216 -0.43298,0.24899 -0.37298,0.52901 0.062,0.295 0.16601,0.629 0.32,0.89 0.18,0.30499 0.72901,0.321 0.78998,0.76098 -0.31195,0.046 -0.04,0.263 -0.047,0.524 -0.22094,-0.071 -0.47998,-0.064 -0.67999,-0.19499 -0.17401,-0.114 -0.25396,-0.464 -0.50897,-0.414 -0.48804,0.096 -1.12103,0.567 -1.57202,0.13201 -0.25299,0.26199 0.058,0.61299 -0.26801,0.93798 -0.31695,0.31501 -0.604,0.15702 -0.97101,0.304 -0.26995,0.10801 -0.30895,0.28202 -0.643,0.14 -0.32794,-0.14 -1.00195,-0.23799 -1.16699,-0.57199 0.0891,0.353 -0.39698,0.595 -0.65296,0.36499 -0.33905,-0.30499 -0.03,-0.36999 0.16797,-0.57899 0.23102,-0.245 -0.05,-0.899 -0.26397,-1.06999 -0.38202,-0.306 -0.42603,0.49398 -0.48902,0.68899 -0.23498,-0.198 -0.38,0.09 -0.59698,-0.016 -0.32801,-0.161 -0.12903,-0.681 -0.20801,-0.95099 -0.072,-0.24501 0.16901,-0.597 -0.086,-0.776 -0.177,-0.12401 -0.55701,-0.55701 -0.11102,-0.614 -0.18799,-0.10001 -0.31702,-0.003 -0.357,0.18998 0.061,-0.40599 -0.28698,-0.76699 -0.42596,-1.11898 -0.15601,-0.39402 0.048,-0.944 -0.19605,-1.29601 -0.52099,-0.75 -0.90899,-1.462 -1.20898,-2.34801"
           id="path6044" /></g><g
         transform="matrix(3.1757337,0,0,3.1757337,-0.02195285,3.9026)"
         style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
         id="kr"><title
           id="title3050">South Korea</title><path
           inkscape:connector-curvature="0"
           style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 734.38422,127.9494 c -0.26099,0.159 0.12396,0.736 0.40698,0.476 -0.076,-0.199 -0.216,-0.375 -0.40698,-0.476"
           id="path6028" /><path
           inkscape:connector-curvature="0"
           style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 736.0282,131.9744 c -0.077,-0.15 -0.18896,-0.269 -0.33398,-0.35801 0.028,0.18001 0.15698,0.31601 0.33398,0.35801"
           id="path6030" /><path
           inkscape:connector-curvature="0"
           style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 737.57624,136.23641 c -0.20002,0.18399 -0.15204,0.27099 0.14196,0.26199 -0.048,-0.088 -0.095,-0.175 -0.14196,-0.26199"
           id="path6032" /><path
           inkscape:connector-curvature="0"
           style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 738.1482,137.42639 c -0.12799,-0.10399 -0.271,-0.17499 -0.43,-0.21399 -0.17999,0.704 0.54804,0.52401 0.43,0.21399"
           id="path6034" /><path
           inkscape:connector-curvature="0"
           style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 740.2912,140.1414 c -0.32599,-0.032 -1.83301,0.374 -1.19201,0.861 0.664,0.50399 2.07702,-0.639 1.19201,-0.861"
           id="path6036" /><path
           inkscape:connector-curvature="0"
           style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 738.93518,137.7834 c 0.0711,0.13401 0.18103,0.189 0.33106,0.16699 -0.062,-0.16699 -0.17206,-0.22299 -0.33106,-0.16699"
           id="path6038" /><path
           inkscape:connector-curvature="0"
           style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 741.22022,136.2124 c -0.027,0.47 0.27002,0.52401 0.66498,0.52401 -0.046,-0.24302 -0.45301,-0.461 -0.66498,-0.52401"
           id="path6040" /><path
           inkscape:connector-curvature="0"
           style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 742.74121,136.35539 c 0.38898,0.63401 0.88501,-0.1 0.33399,-0.334 -0.005,0.19501 -0.14398,0.321 -0.33399,0.334"
           id="path6042" /><path
           inkscape:connector-curvature="0"
           style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 734.69519,128.1884 c 0.21399,-0.25999 0.404,0.22901 0.61902,0.261 -0.80798,-0.345 -0.42901,-1.516 0.17603,-1.863 0.49798,-0.28701 1.14496,0.021 1.68396,-0.077 0.16699,-0.03 0.37201,0.002 0.52002,-0.102 0.354,-0.25 0.011,-0.47699 0.143,-0.767 0.87201,0.66 1.53199,1.61 2.35797,2.336 0.75104,0.65901 1.56604,1.307 2.16401,2.115 0.44702,0.605 0.48803,1.23399 0.742,1.913 0.072,0.19 0.63,1.529 0.78503,0.89801 0.28595,0.33299 0.50397,1.293 0.38001,1.71499 -0.083,-0.068 -0.16205,-0.14 -0.23901,-0.214 0.16595,0.543 0.29199,1.13501 -0.33002,1.429 -0.032,-0.303 -0.73902,-0.19499 -1.09802,-0.381 0.242,0.439 -0.20496,0.12 -0.284,0.5 0.32404,-0.183 0.367,0.265 0.284,0.5 -0.22498,-0.554 -0.96296,-0.042 -1.11799,-0.69099 -0.038,0.53499 -0.68096,0.153 -0.85699,0.57199 0.112,0.11 0.28101,0.156 0.40997,0.239 0.23804,0.154 -0.24597,0.12899 -0.076,0.47599 -0.25799,-0.18699 -0.31396,-0.52899 -0.57196,-0.71499 -0.052,0.11799 -0.11602,0.229 -0.19104,0.334 0.172,0.172 0.42701,0.283 0.52503,0.52299 -0.11902,0.007 -0.23804,0.007 -0.357,0 0.084,0.05 0.16297,0.10601 0.23902,0.16701 -0.18103,0.36301 -0.50806,-0.081 -0.66901,-0.214 0.32495,0.076 0.36798,-0.525 -0.023,-0.476 -0.34601,0.043 -0.43402,0.713 -0.453,0.976 -0.19098,-0.075 -0.35102,-0.194 -0.47602,-0.357 -0.003,0.23799 -0.10998,0.45 -0.19201,0.66699 -0.276,-0.07 -0.42798,-0.36099 -0.284,-0.61898 -0.23999,0.012 -0.919,-0.18401 -0.69098,-0.54801 0.053,0.175 0.19599,0.29801 0.38001,0.31 -0.17499,-0.25099 -0.12604,-0.314 0.14502,-0.19 -0.14801,-0.103 -0.30805,-0.183 -0.47901,-0.239 0.18299,0.031 0.33399,-0.025 0.45301,-0.166 -0.065,-0.088 -0.14405,-0.159 -0.23804,-0.21401 -0.06,0.63501 -0.77997,-0.55699 -0.953,-0.69099 0.15301,0.062 0.31201,0.086 0.47601,0.072 -0.388,-0.23101 -0.45599,-1.181 0,-1.35801 -0.16803,-0.013 -0.33398,-0.036 -0.49902,-0.071 0.047,-0.15901 0.14599,-0.27301 0.29504,-0.34401 0.14899,-0.089 0.11597,-0.37998 0.20398,-0.513 -0.16602,0.052 -0.33301,0.052 -0.49902,0 0.084,-0.18798 0.229,-0.34599 0.40405,-0.45298 -0.48303,0.54399 -1.42304,-0.68702 -1.11804,-1.166 -0.31501,0.16099 -0.297,-0.10801 -0.34101,-0.32801 -0.047,-0.23001 -0.53997,-0.583 -0.51599,-0.125 -0.16199,-0.28 -0.54297,-0.26001 -0.64502,-0.595 0.24005,9.9e-4 0.35303,-0.076 0.16901,-0.334 0.16601,0.35201 0.21405,0.35201 0.14203,0 0.19299,-0.035 0.34399,0.07 0.38098,0.262 0.14099,-0.17299 0.12604,-0.332 -0.047,-0.47499 0.39099,0.291 0.86402,0.22698 1.04804,0.761 -0.098,-0.19802 0.04,-0.36501 0.18896,-0.47602 -0.242,0.047 -0.56396,-0.11099 -0.45001,-0.405 -0.33399,0.226 -0.90399,-0.60699 -0.26495,-0.54699 -0.30506,-0.083 -0.57703,-0.34 -0.79401,-0.558 -0.059,-0.121 -0.112,-0.245 -0.15802,-0.371 -0.13202,-0.164 -0.32098,-0.167 -0.40302,-0.383"
           id="path6046" /></g><g
         transform="matrix(3.1757337,0,0,3.1757337,-0.02195285,3.9026)"
         style="fill:#510000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
         id="hn"><title
           id="title3770">Honduras</title><path
           inkscape:connector-curvature="0"
           style="fill:#510000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 211.46921,194.8114 c 0.17999,-0.446 0.76199,-0.54699 0.484,-1.10499 -0.156,-0.31301 0.279,-0.791 0.52101,-0.901 0.55999,-0.25301 1,-0.73801 1.45399,-1.14901 0.17799,-0.162 0.418,-0.304 0.627,-0.43 0.242,-0.14499 0.379,0.055 0.575,-0.176 0.27,-0.319 0.886,-0.602 1.20601,-0.276 0.23298,0.23801 1.38598,0.265 1.73298,0.233 0.483,-0.044 1.21901,0.074 1.63501,-0.192 0.149,-0.096 1.254,-0.34 0.64701,-0.528 0.54299,-0.017 1.00898,0.32401 1.54798,0.33299 0.556,0.01 1.20202,-0.39699 1.69901,0.043 0.423,0.375 0.664,0.004 1.087,0.21899 0.49199,0.25099 0.74801,0.831 1.11899,1.215 -0.17199,-0.088 -0.33299,-0.358 -0.54399,-0.358 -0.205,0 -0.38499,0.036 -0.55099,-0.11901 0.15899,0.09 0.16699,0.27301 0.20799,0.42601 0.03,0.11299 0.343,0.35199 0.435,0.455 0.065,-0.19 -0.022,-0.317 -0.21401,-0.356 0.23101,-0.25 0.59601,0.46601 1.04701,0.23799 0.03,0.15601 0.081,0.21601 -0.023,0.35701 0.48002,-0.121 0.041,-0.44301 -0.19099,-0.524 0.772,0.10899 0.627,0.76199 1.23801,1 -0.43502,0.074 -0.83901,-0.003 -1.22402,0.26601 -0.336,0.23599 -1.02398,0.45999 -1.433,0.44899 -0.32399,-0.008 -0.62199,0.339 -0.89999,0.25599 -0.19701,-0.06 -0.382,-0.13198 -0.562,-0.233 -0.083,-0.047 -0.091,-0.21499 -0.17401,-0.23199 -0.45299,-0.092 -0.49899,0.48401 -0.65899,0.73199 -0.10399,0.16001 -0.28701,0.23601 -0.381,0.40502 -0.052,0.092 0.068,0.25399 -0.021,0.31799 -0.33,0.24001 -1.36799,0.825 -1.527,1.37199 -0.721,-0.45999 -0.865,-0.862 -1.33001,-0.079 -0.32299,0.54401 -1.30499,0.044 -1.25399,0.52 0.051,0.472 0.25801,1.02201 -0.29799,1.116 -0.293,0.049 -0.24601,0.36501 -0.32401,0.576 -0.13499,0.36499 -0.64599,0.23301 -0.938,0.27199 0.216,-0.34999 -0.858,-0.83499 -0.095,-1.11899 -0.235,0.078 -0.55201,0.074 -0.595,-0.238 -0.07,0.26401 -0.286,0.339 -0.5,0.166 0.283,-0.092 0.23201,-0.387 0.247,-0.61901 0.024,-0.37699 0.36699,-0.79798 -0.296,-0.80299 -0.218,0.172 -0.33501,0.14 -0.353,-0.096 -0.068,-0.084 -0.155,-0.11699 -0.26201,-0.099 -0.30899,0.035 -0.56999,0.28101 -0.88398,0.28402 0.23599,-0.53 -1.73601,-1.37401 -1.97701,-1.61901"
           id="path5978" /><path
           inkscape:connector-curvature="0"
           style="fill:#510000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 218.89821,189.54939 c 0.289,-0.19099 0.607,-0.32998 0.929,-0.45298 -0.334,0.004 -0.76201,0.136 -0.929,0.45298"
           id="path6082" /></g><path
         inkscape:connector-curvature="0"
         style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.66666663;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
         d="m 1255.9267,171.36221 c 1.102,-0.0413 2.6867,-0.37473 3.7792,-0.60656 0.6034,-0.12703 0.3938,-1.0734 1.175,-0.60339 1.0512,0.63832 1.9022,-1.27665 2.0737,0.45095 0.559,-0.22547 1.0893,-0.50176 1.5943,-0.82886 0.1111,1.14326 1.5465,0.84157 2.3436,0.14926 -0.4827,0.39061 -1.0162,0.69231 -1.5973,0.90826 0.7177,0.58751 0.9431,-0.0762 1.5307,-0.32393 0.3969,-0.16831 1.6132,0.70501 2.4072,0.47319 -1.969,0.47953 -4.1857,0.95272 -5.7449,2.34369 0.8002,-0.0603 1.5592,0.22547 2.3437,0.30487 0.7907,0.0762 1.5624,-0.38744 2.3405,-0.0762 -1.6419,2.62316 -6.8374,-0.994 -8.6221,1.66408 -0.1779,-1.38779 -0.7686,-0.31439 -1.5562,-0.1302 -0.9495,0.2223 -1.9276,0.1302 -2.8899,0.1302 -1.9499,0 -0.8542,1.9118 0.578,1.39415 1.5212,-0.55258 2.4485,-0.67008 4.1348,-0.49224 0.8066,0.0826 1.5879,0.054 2.3945,0.054 0.8194,0 1.7911,1.04164 2.5597,0.55575 -0.6003,0.17784 -1.1433,0.60339 -1.3561,1.20678 0.578,0.0953 0.9337,0.47319 0.9781,1.0607 1.0925,-0.91144 2.8042,-1.58152 4.2333,-1.58787 -0.3589,0.60974 -1.2322,0.66055 -1.8419,0.79711 -0.7241,0.16514 -2.4803,1.78476 -0.6479,1.31793 -0.5938,0.0349 -1.121,0.235 -1.5878,0.60656 1.375,0.3017 2.4834,-1.13373 3.8553,-0.53034 -0.6987,0.0889 -4.0522,0.8638 -2.0484,1.66408 -0.5906,0.12703 -1.229,-0.17149 -1.8069,0.0762 0.1206,1.24171 -0.8734,0.93049 -1.8896,1.13374 -0.4732,0.30487 -0.9337,0.34298 -1.3846,0.1175 -0.1525,-0.2223 -0.3494,-0.38744 -0.5907,-0.49542 -0.9559,0.32393 -0.8225,1.32111 -0.9019,2.11822 1.7498,-0.0921 3.8807,-0.11115 5.5988,-0.45413 0.832,-0.16514 1.6673,0.17149 2.5057,0.0953 0.9304,-0.0857 1.2829,-0.99083 2.3373,-0.77488 -0.1556,0.26676 -0.2858,0.54305 -0.3906,0.83204 0.4668,0.0794 1.3338,0.58751 1.7943,0.2223 0.8447,-0.67643 1.248,0.50812 -0.051,0.38109 0.8288,0.59386 1.7403,-0.0603 2.3436,-0.60339 0.2033,0.27629 0.3557,0.57799 0.4605,0.90826 -0.3588,0.0476 -0.7113,0.12386 -1.0607,0.22548 0.8321,1.65138 2.5819,1.10516 4.0618,1.36874 1.7657,0.3144 3.3504,0.95907 5.1669,1.03847 1.3751,0.0603 2.7851,0.019 4.1316,-0.28582 0.613,-0.13973 1.2259,-0.33663 1.7658,-0.65738 1.3401,-0.79711 -0.216,-0.80663 1.1337,-1.16232 -1.9055,-0.37791 1.8546,-0.69866 2.4453,-0.73041 1.0416,-0.054 2.9153,-0.0476 3.2996,-1.31158 0.1016,1.93084 3.3409,-0.10163 4.338,-0.61609 1.896,-0.97813 3.8681,-1.68949 5.71,-2.74384 1.0766,-0.61609 2.1468,0.79711 3.2964,0.36204 0.6383,-0.24136 4.3921,-2.32147 2.4612,-2.44532 0.6352,-0.73677 2.2167,-0.3398 1.2068,-1.51165 0.9876,1.52753 2.2929,-0.32075 3.5505,-0.15243 -1.4259,-0.7209 1.3274,-0.94955 -0.6828,-0.98448 0.5399,0.0381 1.0734,-0.0127 1.5974,-0.14926 -0.74,-0.29852 -1.4736,-0.63515 -2.2675,-0.75583 1.3433,-0.90826 2.5596,1.27347 3.8204,-0.31439 0.7939,-1.00036 -1.8864,-0.97495 -2.3087,-0.97495 0.7907,-0.0794 1.6132,-0.0603 2.2674,-0.60339 -0.8161,-0.20325 -1.6704,-0.1842 -2.4993,-0.0762 0.8257,-0.16514 2.6295,-0.80664 2.3405,-1.96578 -0.9019,0.28582 -1.8736,-0.58751 -2.7184,-0.75582 -1.1623,-0.23501 -1.8991,0.35568 -2.7946,0.98447 0.6161,-0.66055 2.0769,-1.1115 1.8165,-2.27065 -1.0702,0.073 -2.1055,0.40015 -3.1821,0.45413 0.2191,-0.81298 1.4005,-1.01306 1.7054,-1.78158 0.2826,-0.71454 -2.3945,-0.85745 -2.7661,-1.46719 0.9337,0.0445 0.813,-0.25724 1.0067,-0.92414 0.2255,-0.78441 1.9467,-0.70184 2.5533,-0.96542 -1.4354,0.27946 -4.5731,0.0318 -5.0716,1.88956 -0.505,-0.48589 -1.9468,-0.94319 -1.6864,-1.7403 0.4161,-1.2703 -2.3659,-1.3751 -2.9502,-1.07975 -0.5875,0.29852 -1.7975,-0.42873 -1.5752,0.72724 0.2858,1.47672 -0.9781,1.4132 -1.1178,2.47072 -0.2573,-0.27629 -2.6962,-1.01941 -3.0996,-0.9813 -1.3274,0.12385 -2.0483,1.70854 -3.0233,2.41991 -0.3493,-0.89873 -3.2424,-3.19479 -4.1887,-1.89592 -0.2827,0.3938 -0.01,1.25124 0.2985,1.55929 0.7082,0.71136 0.4827,1.59739 0.2572,2.45167 -1.0829,-1.37827 -1.7657,-4.83982 -4.1602,-4.30947 -0.6923,0.15243 -0.7749,0.81616 -1.2862,0.93049 -0.6034,0.13338 -1.1591,-0.27947 -1.772,0.0159 -0.8575,0.40967 -0.1556,1.81335 -0.8257,2.47073 -1.1115,1.09245 -2.7026,-2.30559 -3.3917,-2.80735 -1.2131,-0.87968 -2.1595,0.80663 -1.8006,1.82287 0.2921,0.83204 -0.6733,3.38215 -1.3529,2.33099 -0.2318,1.87685 -0.9591,-0.37156 -1.6069,-0.49859 -1.7594,-0.33981 -1.5879,3.41391 -2.4803,1.55611 0.051,0.85109 -0.6986,1.47989 -0.5335,2.34369 -0.4224,-1.06705 0,-3.06141 -1.8165,-2.34369 2.4199,-0.39062 -0.9115,-1.7276 -0.9781,-2.56917 1.8609,2.29288 3.7981,-1.94673 1.5846,-1.51165 1.4418,-0.48589 0.451,-0.66691 -0.1778,-0.86063 -0.8638,-0.26993 -0.6224,-0.78758 -1.2862,-1.27982 -0.6859,-0.51129 -1.7117,-0.12703 -2.1436,-0.99083 -0.2064,-0.41284 -1.1909,-0.73041 -1.6101,-0.80028 -0.3176,-0.0572 -3.7632,0.5367 -3.109,0.96225 0.9019,0.58751 2.7406,0.70183 3.7918,0.62562 -1.0067,0.26993 -2.4707,-0.40015 -3.0995,0.75582 0.6192,0.29217 2.1785,0.524 2.3119,1.4005 0.089,0.60974 -1.302,0.84157 -1.5561,1.3211 1.3465,-1.83557 -0.2668,-1.54975 -1.4386,-0.9813 0.4827,-0.90508 0.2826,-1.03211 -0.597,-0.37791 0.1651,-0.24135 0.3175,-0.49541 0.4509,-0.759 -0.6351,-0.34298 -1.3116,-0.71454 -2.042,-0.80028 -0.5811,-0.0699 -2.0642,0.29851 -0.4573,0.72406 -1.0099,0.22866 -1.0099,0.53035 0,0.90826 -0.6891,-0.42872 -1.4926,-0.52717 -2.2706,-0.6796 -0.3748,1.35921 1.4735,1.36239 2.2706,1.73712 -0.9527,-0.0953 -2.4008,-0.81934 -3.0995,0.22865 0.9686,0.56846 2.061,0.37792 3.0995,0.67961 -0.5367,0.0286 -1.0639,0.1048 -1.5879,0.22865 0.4034,0.20643 0.8289,0.30805 1.283,0.3017 -1.4608,1.00036 -3.1027,-1.28935 -4.6842,-0.759 0.1938,0.55258 0.6415,0.9813 1.2068,1.13691 -1.0099,0.16832 -1.0099,0.42237 0,0.75583 -1.2544,-0.37792 -2.8804,-1.27982 -3.7061,0.30169 1.1115,0 2.2389,-0.0254 3.1789,0.68278"
         id="is"><title
           id="title3726">Iceland</title></path><path
         inkscape:connector-curvature="0"
         style="fill:#ee7070;fill-opacity:1;stroke:#000000;stroke-width:0.66666663;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
         d="m 684.32961,635.04792 c 0.95272,0.40014 0.9813,1.40367 2.19125,1.28617 0.16832,-0.28264 -0.35568,-0.57163 0.13338,-0.64785 0.49859,-0.0635 1.85781,-0.13656 2.31829,-0.27629 0.99718,-0.29852 0.36521,-1.66726 1.07022,-2.16268 0.52717,-0.36838 1.35286,-0.0794 1.47989,-0.83204 0.16514,-0.95272 -0.67961,-2.88674 -0.0857,-3.64256 0.5494,-0.70184 1.81017,-0.13656 2.4993,-0.0476 0.87015,0.11433 1.22266,-0.6542 1.7149,-1.23854 1.8451,-2.1849 2.0928,-0.62879 4.02683,0.60657 0.32075,-1.83558 2.80099,-3.07094 4.3317,-4.35393 1.04164,-0.0762 -0.0572,-0.81299 1.13691,-1.81652 0.90191,-0.75583 0.87968,-1.98484 1.85145,-2.71525 1.09563,-0.82887 1.51483,0.55257 2.41038,1.04481 1.30205,0.71454 1.90862,-0.0603 3.13763,-0.48589 1.33381,-0.46048 3.66162,-0.60021 4.90333,-1.27664 0.56528,-0.30805 1.01306,-0.83522 1.66409,-0.98448 0.80663,-0.18419 1.60692,0.13973 2.41991,0 -0.68914,0.33028 -1.06705,1.79112 -1.96578,0.98448 -0.8511,1.47989 1.33698,3.92838 0.60339,5.82112 -0.70819,1.83557 -2.17856,2.88674 -2.78195,4.88428 -0.74629,2.48977 -0.4446,4.97955 -0.85427,7.49791 -0.20007,1.21948 0.32393,4.44602 -1.12738,4.63339 0.0476,-1.42908 0.85744,-2.4739 0.60656,-4.00777 -0.96542,0.24135 -0.0318,1.99118 -1.81652,2.57234 1.20996,1.55928 0.32393,3.18844 0.37791,4.91286 -0.27946,-0.47318 -0.35568,-0.97813 -0.22547,-1.51165 -0.17467,1.03529 -0.8384,1.95308 -0.83205,3.02647 1.9499,-0.69866 0.41285,1.90862 0.0286,2.54377 -0.92097,1.51482 -1.58152,3.28688 -0.40332,4.97002 0.52399,0.74947 1.51482,1.43543 -0.0794,2.07058 -0.93366,0.37156 -2.53741,0.31122 -3.34087,-0.3271 -0.24135,-0.2096 -0.44778,-0.44778 -0.61609,-0.72089 -0.67961,-1.00036 -0.44778,-0.6415 -1.36239,-0.80029 -0.70184,-0.12068 -1.14009,-0.9686 -1.90544,-0.80981 -0.62244,0.1302 -1.18772,0.3398 -1.7276,0.63197 -0.3398,0.18419 -1.21948,-0.11433 -1.66726,-0.31122 -2.29288,-1.01941 -3.32499,-1.50212 -3.63939,-1.5307 -0.15561,-0.0159 -0.76218,-0.0635 0.23818,-0.23501 0.63832,0.10162 7.42804,3.68385 5.65281,-1.02259 -0.36204,-0.39696 -1.98484,-3.35357 -2.3437,-3.71878 -0.34615,-0.34933 -2.43578,-1.76888 -2.64538,-2.33416 -0.2223,-0.60657 -1.93085,-1.00036 -2.27065,-0.94002 -1.40685,0.24135 -0.49542,4.2396 -0.77171,3.79182 0.33346,0.34616 1.12104,3.62987 2.37228,4.22691 -0.16832,-0.0159 0.0413,0.33345 -0.3017,0.2223 -0.90508,-0.29217 -0.6796,2.78512 -1.92767,0.0826 -0.69866,-1.51483 -2.16902,-2.55964 -3.32817,-3.67433 -2.29923,-2.20713 -3.25512,-5.21773 -5.71632,-7.355 -1.57834,-1.37191 -4.98272,-4.07764 -3.43296,-6.03071"
         id="ni"><title
           id="title3772">Nicaragua</title></path><g
         transform="matrix(3.1757337,0,0,3.1757337,-0.02195285,3.9026)"
         style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
         id="cl"><title
           id="title3807">Chile</title><path
           inkscape:connector-curvature="0"
           style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 293.06821,393.56139 c -0.055,-0.082 -0.133,-0.129 -0.23401,-0.142 0.078,0.047 0.15601,0.095 0.23401,0.142"
           id="path6426" /><path
           inkscape:connector-curvature="0"
           style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 297.68821,394.7524 c 0.008,-0.063 0.016,-0.12601 0.024,-0.189 -0.17602,-0.043 -0.34301,-0.02 -0.5,0.07 0.17398,-0.022 0.33298,0.017 0.47599,0.11899"
           id="path6432" /><path
           inkscape:connector-curvature="0"
           style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 298.45221,394.72939 c 0.039,-0.163 -0.04,-0.19498 -0.238,-0.096 0.079,0.032 0.15899,0.064 0.238,0.096"
           id="path6440" /><path
           inkscape:connector-curvature="0"
           style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 298.7862,394.7784 c -0.049,-0.098 -0.121,-0.177 -0.215,-0.23801 0.072,0.08 0.14401,0.159 0.215,0.23801"
           id="path6442" /><path
           inkscape:connector-curvature="0"
           style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 297.7612,392.68041 c -0.375,-0.499 -2.37698,-0.93802 -2.811,-0.284 0.36502,-0.18201 0.43802,0.30398 0.634,0.48199 0.17002,0.154 1.24802,0.146 0.676,0.20899 0.16702,0.021 0.33401,0.029 0.50302,0.023 0.134,-0.029 -0.03,-0.15799 0.033,-0.21201 0.194,-0.16598 0.38101,0.27402 0.49099,0.32501 0.30701,0.14399 0.573,-0.28302 0.474,-0.54299"
           id="path6428" /><path
           inkscape:connector-curvature="0"
           style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 297.07022,393.99141 c 0.055,-0.071 0.10999,-0.14301 0.16498,-0.215 -0.264,-0.099 -0.319,-0.027 -0.16498,0.215"
           id="path6430" /><path
           inkscape:connector-curvature="0"
           style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 298.1182,394.44441 c -0.056,-0.18002 -0.168,-0.315 -0.33399,-0.406 -0.073,0.076 -0.12799,0.16498 -0.165,0.264 0.16601,0.049 0.332,0.097 0.49899,0.142"
           id="path6434" /><path
           inkscape:connector-curvature="0"
           style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 297.71222,392.30141 c 0.025,0.20798 0.34598,0.182 0.47898,0.18899 -0.15,-0.089 -0.30899,-0.152 -0.47898,-0.18899"
           id="path6436" /><path
           inkscape:connector-curvature="0"
           style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 298.33319,392.94341 c -0.12899,0.007 -0.23297,0.063 -0.31097,0.169 0.14999,0.085 0.30899,0.108 0.47699,0.069 -0.056,-0.079 -0.11099,-0.15802 -0.16602,-0.238"
           id="path6438" /><path
           inkscape:connector-curvature="0"
           style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 299.02121,393.0854 c 0.19001,-0.18399 0.038,-0.341 -0.18802,-0.238 0.054,0.086 0.11701,0.16501 0.18802,0.238"
           id="path6444" /><path
           inkscape:connector-curvature="0"
           style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 280.30622,387.56239 c -0.18,0 -0.25501,-0.04 -0.26102,0.19202 0.092,-0.058 0.17902,-0.12201 0.26102,-0.19202"
           id="path6364" /><path
           inkscape:connector-curvature="0"
           style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 281.23621,388.49239 c 0.056,-0.08 0.112,-0.159 0.168,-0.23899 -0.29501,-0.081 -0.35101,-0.003 -0.168,0.23899"
           id="path6372" /><path
           inkscape:connector-curvature="0"
           style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 281.85422,387.94341 c -0.12002,0.009 -0.23901,0.026 -0.35702,0.049 0.062,0.08 0.126,0.15902 0.19201,0.23501 -0.16501,-0.048 -0.33099,-0.087 -0.5,-0.11599 0.21298,0.078 0.982,0.33999 0.66501,-0.168"
           id="path6374" /><path
           inkscape:connector-curvature="0"
           style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 284.18921,389.96739 c 0.249,-0.177 0.55399,-0.324 0.85599,-0.38098 -0.25598,-0.09 -0.29999,-0.517 0.047,-0.35702 -0.09,-0.49698 -0.599,-0.25199 -0.788,-0.555 -0.13998,-0.225 -0.56299,-0.436 -0.522,-0.017 -0.104,-0.20099 -0.46899,-0.56 -0.49899,-0.096 -0.13599,-0.18598 -0.56601,-0.76999 -0.857,-0.54599 0.045,0.081 0.092,0.16101 0.142,0.23901 -0.16602,-0.029 -0.33301,-0.029 -0.49899,0 0.32699,0.16498 0.60898,0.37698 0.97598,0.44898 -0.366,0.024 -0.96698,-0.50498 -1.21399,-0.023 0.19598,-0.052 0.31699,0.03 0.31101,0.23898 0.617,-0.27698 0.43798,0.12601 0.682,0.48901 0.12598,0.18799 0.36899,0.26599 0.48899,0.038 0.16601,-0.314 0.53299,-0.327 0.85299,-0.194 -0.081,0.078 -0.16,0.15799 -0.238,0.238 0.086,0.066 0.173,0.13001 0.26101,0.19199 -0.16,0.074 -0.32699,0.129 -0.49899,0.16601 0.17599,-0.004 0.34198,0.036 0.49899,0.11899"
           id="path6376" /><path
           inkscape:connector-curvature="0"
           style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 283.23621,389.96739 c 0.009,-0.29998 -0.319,-0.31598 -0.49899,-0.16598 0.19998,-0.047 0.367,0.008 0.49899,0.16598"
           id="path6378" /><path
           inkscape:connector-curvature="0"
           style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 285.23722,389.80141 c -0.048,0.008 -0.097,0.016 -0.14502,0.023 0.14001,0.18301 0.086,0.31 -0.14298,0.33401 0.33698,0.344 0.788,-0.20801 0.288,-0.35699"
           id="path6380" /><path
           inkscape:connector-curvature="0"
           style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 285.37922,390.77739 c 0.068,-0.14899 0.06,-0.228 0.26199,-0.19199 -0.16699,-0.13299 -0.33301,-0.13299 -0.5,0 0.073,0.072 0.15201,0.137 0.23801,0.19199"
           id="path6382" /><path
           inkscape:connector-curvature="0"
           style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 285.45221,389.20641 c -0.086,0.012 -0.16501,0.043 -0.238,0.092 0.079,-0.03 0.15899,-0.061 0.238,-0.092"
           id="path6384" /><path
           inkscape:connector-curvature="0"
           style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 286.37821,389.44441 c -0.20999,-0.073 -0.357,0.12998 -0.465,-0.10101 -0.095,-0.202 -0.52499,0.21201 -0.67599,0.22 0.11898,0.39499 1.173,0.42099 1.022,0.92899 0.64999,0.013 0.016,-0.474 -0.142,-0.668 0.13098,0.151 0.28998,0.19101 0.47598,0.11902 -0.122,-0.14402 -0.194,-0.31 -0.21499,-0.499"
           id="path6386" /><path
           inkscape:connector-curvature="0"
           style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 285.87922,390.4204 c -0.081,-0.08 -0.168,-0.15101 -0.26102,-0.215 0.087,0.071 0.17401,0.143 0.26102,0.215"
           id="path6388" /><path
           inkscape:connector-curvature="0"
           style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 285.92521,390.89641 c -0.071,-0.045 -0.15,-0.069 -0.23499,-0.073 0.078,0.024 0.15698,0.049 0.23499,0.073"
           id="path6390" /><path
           inkscape:connector-curvature="0"
           style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 286.0712,390.8004 c 0.095,-0.24499 0.016,-0.29999 -0.23801,-0.16501 0.079,0.055 0.15802,0.11002 0.23801,0.16501"
           id="path6392" /><path
           inkscape:connector-curvature="0"
           style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 287.30722,389.63341 c -0.24102,-0.11402 -0.596,-0.15402 -0.85601,-0.093 0.057,0.045 0.74301,1.30801 0.737,0.38001 -0.007,0.55999 0.63501,0.024 0.52301,0.57199 0.18399,-0.039 0.359,-0.103 0.526,-0.19098 -0.124,-0.17401 -0.70102,-0.874 -0.57202,-0.215 -0.18598,-0.083 -0.32398,-0.25 -0.35798,-0.453"
           id="path6394" /><path
           inkscape:connector-curvature="0"
           style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 286.8812,391.6574 c -0.027,-0.168 -0.003,-0.236 -0.215,-0.23899 0.072,0.08 0.14301,0.159 0.215,0.23899"
           id="path6396" /><path
           inkscape:connector-curvature="0"
           style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 287.23822,390.25139 c 0.02,0.146 0.019,0.19702 0.189,0.241 -0.063,-0.08 -0.12601,-0.16098 -0.189,-0.241"
           id="path6398" /><path
           inkscape:connector-curvature="0"
           style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 289.21222,390.22841 c -0.09,-0.29401 -0.39102,-0.465 -0.522,-0.73801 0.15198,0.15399 0.31,0.16101 0.47598,0.024 -0.37399,-0.17798 -0.337,-0.724 -0.69098,-0.90298 -0.52301,-0.26502 -0.277,0.45199 -0.047,0.61798 -0.16999,-0.059 -0.33799,-0.051 -0.50299,0.023 0.30899,0.50299 0.699,0.85 1.28701,0.97601"
           id="path6400" /><path
           inkscape:connector-curvature="0"
           style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 289.11621,392.18239 c 0.025,-0.063 0.049,-0.12799 0.073,-0.19098 -0.32901,0.042 -0.61999,-0.16302 -0.95199,-0.07 0.032,0.089 0.079,0.168 0.142,0.23801 0.19799,-0.27301 0.53198,-0.181 0.73699,0.023"
           id="path6402" /><path
           inkscape:connector-curvature="0"
           style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 289.47422,390.0164 c 0.068,-0.29199 -0.012,-0.324 -0.23801,-0.096 0.079,0.032 0.15799,0.064 0.23801,0.096"
           id="path6404" /><path
           inkscape:connector-curvature="0"
           style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 290.59522,392.87142 c 0.078,-0.21201 0.14499,-0.39802 0.40298,-0.23902 -0.12399,-0.33999 -0.65399,-0.26098 -0.92898,-0.30701 0.19598,0.009 0.35998,-0.104 0.42999,-0.285 -0.215,-0.019 -0.36099,0.21301 -0.56799,0.177 -0.23001,-0.041 -0.46201,-0.11099 -0.69501,-0.035 0.22501,0.56 1.09399,0.103 1.35901,0.68903"
           id="path6406" /><path
           inkscape:connector-curvature="0"
           style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 289.78421,390.3474 c 0.049,-0.30499 -0.324,-0.245 -0.47601,-0.142 0.15802,0.049 0.31702,0.096 0.47601,0.142"
           id="path6408" /><path
           inkscape:connector-curvature="0"
           style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 290.21421,391.87142 c -0.189,-0.031 -0.357,0.017 -0.50199,0.14297 0.19498,0.049 0.362,0.003 0.50199,-0.14297"
           id="path6410" /><path
           inkscape:connector-curvature="0"
           style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 291.30921,392.08641 c -0.064,0.08 -0.12799,0.159 -0.19199,0.23898 0.20499,-0.02 0.18299,-0.073 0.19199,-0.23898"
           id="path6412" /><path
           inkscape:connector-curvature="0"
           style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 291.64322,392.96639 c -0.055,-0.088 -0.134,-0.14298 -0.238,-0.16498 0.079,0.055 0.15899,0.10998 0.238,0.16498"
           id="path6414" /><path
           inkscape:connector-curvature="0"
           style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 291.6662,392.4204 c 0.422,-0.053 0.91501,0.02 1.26001,-0.28699 -0.358,-0.082 -1.17599,-0.211 -1.475,0.049 0.062,0.088 0.134,0.168 0.21499,0.23801"
           id="path6418" /><path
           inkscape:connector-curvature="0"
           style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 291.5932,392.65941 c 0.11301,0.22598 0.74601,0.30698 0.95301,0.26099 -0.22299,0.44299 0.893,0.733 1.16699,0.57199 -0.16498,-0.124 -0.332,-0.24399 -0.504,-0.35898 -0.63699,-0.42502 0.46402,-0.20102 -0.25998,-0.42801 0.29398,-0.103 0.67499,0.27399 1.004,0.29599 0.314,0.02 0.534,0.384 0.40198,0.56 0.26202,-0.16999 1.001,0.026 1.294,0.097 0.34101,0.084 0.40302,0.51401 0.82502,0.40601 -0.26603,-0.31 -0.48001,-0.57602 -0.879,-0.71802 -0.30402,-0.10699 -0.78501,-0.046 -1.00202,-0.32999 0.258,0.223 0.68601,0.12799 0.97901,0.046 -0.59799,-0.41098 -1.48902,-0.064 -2.00101,-0.64099 0.46802,0.18201 0.62302,0.116 1.086,0.12299 0.362,0.007 0.15402,-0.353 -0.094,-0.39499 -0.366,-0.061 -0.75199,0.051 -1.099,0.15701 -0.19699,0.06 -1.29901,-0.117 -0.94199,0.37598 -0.15301,-0.40698 -0.694,-0.25699 -0.92902,-0.023"
           id="path6420" /><path
           inkscape:connector-curvature="0"
           style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 291.8552,393.13539 c -0.22598,0.034 -0.194,0.096 0.096,0.18802 -0.032,-0.063 -0.064,-0.125 -0.096,-0.18802"
           id="path6422" /><path
           inkscape:connector-curvature="0"
           style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 292.59522,393.41939 c -0.051,-0.146 -0.052,-0.202 -0.23801,-0.16498 0.079,0.055 0.159,0.10999 0.23801,0.16498"
           id="path6424" /><path
           inkscape:connector-curvature="0"
           style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 276.11621,383.8484 c 0.284,-0.085 0.059,-0.402 -0.096,-0.47601 -0.043,0.17401 -0.011,0.33301 0.096,0.47601"
           id="path6318" /><path
           inkscape:connector-curvature="0"
           style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 276.7342,384.46739 c 0.14401,-0.30999 0.092,-1.263 -0.426,-1.19098 0.076,0.16498 0.163,0.323 0.26102,0.47599 -0.43701,-0.09 -0.061,0.55401 0.16498,0.71499"
           id="path6322" /><path
           inkscape:connector-curvature="0"
           style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 276.97321,384.51341 c 0.15399,-0.182 0.25101,-0.85501 -0.16599,-0.737 -0.006,0.25898 0.13199,0.48499 0.16599,0.737"
           id="path6326" /><path
           inkscape:connector-curvature="0"
           style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 277.49921,385.0164 c 0.258,-0.319 -0.354,-0.233 -0.50299,-0.26501 0.17099,0.083 0.33798,0.17102 0.50299,0.26501"
           id="path6328" /><path
           inkscape:connector-curvature="0"
           style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 277.18821,384.32539 c 0.164,-0.033 0.29,-0.11999 0.38,-0.26199 -0.20499,-0.057 -0.35199,0.057 -0.38,0.26199"
           id="path6332" /><path
           inkscape:connector-curvature="0"
           style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 278.23621,384.01439 c 0.004,-0.32898 -0.73599,-0.64099 -1.00201,-0.61899 0.302,0.267 0.638,0.452 1.00201,0.61899"
           id="path6334" /><path
           inkscape:connector-curvature="0"
           style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 278.33222,383.58739 c 0.055,-0.04 0.10998,-0.079 0.16498,-0.11899 -0.26099,-0.147 -0.404,-0.42801 -0.668,-0.57199 0.117,0.401 0.08,0.521 0.50302,0.69098"
           id="path6340" /><path
           inkscape:connector-curvature="0"
           style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 278.90421,385.20439 c 0.13599,-0.022 0.23801,-0.094 0.30801,-0.21399 -0.28302,-0.15899 -0.876,-0.79501 -1.21402,-0.427 0.29102,-0.089 0.52701,0.13901 0.76102,0.26099 -0.58401,-0.16699 -0.009,0.319 0.14499,0.38"
           id="path6344" /><path
           inkscape:connector-curvature="0"
           style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 281.68921,387.72841 c 0.211,0.06 0.42499,0.069 0.64099,0.026 -0.36898,-0.095 -0.634,-0.39801 -0.99899,-0.50302 0.745,0.72702 -1.018,-0.71298 -0.23801,0.023 -0.514,-0.38699 -1.03598,-0.39801 -1.62298,-0.54999 -0.45902,-0.11902 -0.84,-0.621 -1.353,-0.49402 0.62,0.28202 1.05399,0.67701 1.70499,0.875 0.32901,0.10001 0.67599,0.041 0.99899,0.17102 0.26901,0.10898 0.53302,0.577 0.86801,0.452"
           id="path6346" /><path
           inkscape:connector-curvature="0"
           style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 278.52121,384.51341 c -0.076,-0.13101 -0.085,-0.17102 -0.26199,-0.11902 0.087,0.04 0.17499,0.079 0.26199,0.11902"
           id="path6348" /><path
           inkscape:connector-curvature="0"
           style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 278.8552,383.63341 c -0.02,-0.237 -0.319,-0.302 -0.5,-0.33402 0.15701,0.12601 0.324,0.237 0.5,0.33402"
           id="path6350" /><path
           inkscape:connector-curvature="0"
           style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 279.56922,384.75139 c -0.089,-0.47098 -0.79102,-0.77499 -1.21402,-0.81 0.26501,0.43302 0.85,0.49301 1.21402,0.81"
           id="path6352" /><path
           inkscape:connector-curvature="0"
           style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 278.83121,383.87239 c -0.108,-0.099 -0.022,-0.18399 -0.23801,-0.11899 0.079,0.039 0.159,0.079 0.23801,0.11899"
           id="path6354" /><path
           inkscape:connector-curvature="0"
           style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 279.5452,385.20439 c 0.056,-0.015 0.11102,-0.03 0.16602,-0.046 -0.15802,-0.32599 -0.551,-0.51001 -0.90302,-0.47601 0.241,0.18201 0.52902,0.29602 0.737,0.522"
           id="path6356" /><path
           inkscape:connector-curvature="0"
           style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 279.0922,384.15639 c 0.17102,-0.133 0.11599,-0.21198 -0.16498,-0.23798 0.055,0.079 0.10998,0.159 0.16498,0.23798"
           id="path6358" /><path
           inkscape:connector-curvature="0"
           style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 279.2612,384.7054 c 0.04,-0.172 -0.048,-0.203 -0.264,-0.096 0.088,0.032 0.17602,0.064 0.264,0.096"
           id="path6360" /><path
           inkscape:connector-curvature="0"
           style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 279.85321,386.13439 c 0.335,-0.18598 0.19599,-0.89698 -0.234,-0.81998 -0.336,0.061 0.23599,0.686 0.234,0.81998"
           id="path6362" /><path
           inkscape:connector-curvature="0"
           style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 280.4982,387.18239 c 0.055,0.088 0.13401,0.143 0.23801,0.16501 -0.079,-0.055 -0.15799,-0.10999 -0.23801,-0.16501"
           id="path6366" /><path
           inkscape:connector-curvature="0"
           style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 281.25922,386.7524 c -0.065,-0.32599 -0.52301,-0.292 -0.73801,-0.16501 0.26401,-0.091 0.53,-0.007 0.73801,0.16501"
           id="path6368" /><path
           inkscape:connector-curvature="0"
           style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 280.6402,384.27541 c 0.19,-0.069 0.31201,-0.224 0.215,-0.42701 -0.176,0.077 -0.284,0.23301 -0.215,0.42701"
           id="path6370" /><path
           inkscape:connector-curvature="0"
           style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 273.2822,378.37239 c -0.17999,-0.496 -0.69598,-0.73898 -1.19098,-0.78699 0.067,0.25901 0.31,0.61301 0.595,0.33399 0.03,0.33801 0.414,0.24902 0.59598,0.453"
           id="path6272" /><path
           inkscape:connector-curvature="0"
           style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 274.06922,379.46739 c 0.083,-0.17999 0.20199,-0.33099 0.35699,-0.45398 -0.27701,0.18 -0.52099,0.16098 -0.453,-0.18802 -0.125,0.06 -0.23099,0.042 -0.319,-0.057 -0.20001,-0.15399 -0.43799,0.032 -0.65601,0.007 0.17801,0.147 0.80802,0.23098 0.76001,0.54898 -0.31701,0.071 -0.27301,-0.345 -0.595,-0.28699 0.009,0.13901 0.017,0.332 0.13001,0.436 0.19598,0.18299 0.60098,-0.062 0.37298,0.35099 0.18701,-0.042 0.34,-0.176 0.40302,-0.357"
           id="path6286" /><path
           inkscape:connector-curvature="0"
           style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 274.14222,380.8224 c 0.074,-0.237 -0.13102,-0.43801 -0.241,-0.61801 0.186,0.096 0.337,0.027 0.35699,-0.18799 -0.264,0.063 -0.49398,-0.152 -0.738,0.046 0.23199,0.08 0.26199,0.24802 0.073,0.404 0.30002,-0.012 0.24402,0.35702 0.54902,0.35601"
           id="path6290" /><path
           inkscape:connector-curvature="0"
           style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 274.3302,379.72841 c -0.065,-0.064 -0.14398,-0.072 -0.238,-0.023 0.08,0.007 0.15902,0.015 0.238,0.023"
           id="path6294" /><path
           inkscape:connector-curvature="0"
           style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 274.80622,380.87239 c 0.033,-0.211 -0.034,-0.466 -0.30701,-0.42999 0.018,0.18899 0.14002,0.34701 0.30701,0.42999"
           id="path6300" /><path
           inkscape:connector-curvature="0"
           style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 274.97522,380.0164 c 0.10599,-0.097 0.16898,-0.216 0.189,-0.358 -0.211,0.027 -0.31101,0.164 -0.189,0.358"
           id="path6304" /><path
           inkscape:connector-curvature="0"
           style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 275.6402,381.08739 c 0.009,-0.18598 -0.52698,-0.74698 -0.71399,-0.57199 -0.349,0.32599 0.50501,0.56399 0.71399,0.57199"
           id="path6306" /><path
           inkscape:connector-curvature="0"
           style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 275.87821,381.7054 c 0.14099,-0.22101 0.40799,-0.38101 0.668,-0.23801 -0.40201,-0.26999 -0.44501,-0.85098 -1.04801,-0.764 0.14002,0.15802 0.26603,0.32501 0.38001,0.50302 -0.25199,-0.048 -0.50299,-0.10501 -0.76001,-0.11902 0.02,0.27402 0.509,0.58401 0.737,0.354 0.008,0.088 0.015,0.176 0.023,0.26401"
           id="path6308" /><path
           inkscape:connector-curvature="0"
           style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 275.33222,383.13439 c 0.35,-0.092 0.17398,-0.58899 0.212,-0.83298 -0.17901,0.138 -0.33801,0.059 -0.40301,-0.14301 0.01,0.297 -0.022,0.73599 0.19101,0.97599"
           id="path6310" /><path
           inkscape:connector-curvature="0"
           style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 276.64222,380.96541 c 0.01,-0.28201 -0.39902,-0.43201 -0.598,-0.52301 0.44599,0 0.12,-0.082 -0.046,-0.25699 -0.18799,-0.199 -0.37298,-0.30402 -0.642,-0.16901 0.206,0.11899 0.26902,0.32401 0.40302,0.50299 0.22498,0.29801 0.591,0.26301 0.883,0.44602"
           id="path6314" /><path
           inkscape:connector-curvature="0"
           style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 275.80521,382.70439 c 0.28201,-0.078 0.42599,-0.36999 0.50299,-0.069 -0.014,-0.104 -0.014,-0.20798 0,-0.311 0.089,0.053 0.176,0.108 0.26102,0.16501 -0.237,-0.391 -0.543,-0.83301 -0.90601,-0.18799 0.202,0.065 0.28,0.224 0.142,0.40298"
           id="path6316" /><path
           inkscape:connector-curvature="0"
           style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 276.64222,381.96739 c 0.047,-0.26898 -0.29602,-0.28299 -0.38401,-0.5 -0.229,0.29602 0.19101,0.41202 0.38401,0.5"
           id="path6320" /><path
           inkscape:connector-curvature="0"
           style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 276.97321,381.9904 c 0.056,-0.016 0.112,-0.031 0.168,-0.046 -0.198,-0.24502 -0.379,-0.51202 -0.64401,-0.69201 0.15002,0.251 0.30502,0.5 0.47601,0.738"
           id="path6324" /><path
           inkscape:connector-curvature="0"
           style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 277.61722,382.63539 c -0.013,-0.23398 -0.21402,-0.414 -0.453,-0.36099 0.108,0.16501 0.268,0.29599 0.453,0.36099"
           id="path6330" /><path
           inkscape:connector-curvature="0"
           style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 277.64121,382.4204 c 0.072,-0.049 0.143,-0.097 0.21499,-0.14499 -0.089,-0.21402 -0.263,-0.27002 -0.42999,-0.093 0.062,0.088 0.133,0.16702 0.215,0.23801"
           id="path6338" /><path
           inkscape:connector-curvature="0"
           style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 278.25922,382.4204 c 0.009,-0.189 -0.096,-0.301 -0.284,-0.31101 -0.009,0.189 0.096,0.302 0.284,0.31101"
           id="path6342" /><path
           inkscape:connector-curvature="0"
           style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 271.71122,375.01241 c 0.42599,-0.44602 -1.05301,-2.00202 -1.62,-1.69001 0.098,0.138 0.461,0.30701 0.48599,0.46799 0.043,0.27701 0.38401,0.23001 -0.033,0.392 0.22199,0.091 0.48297,-0.181 0.58298,0.075 0.094,0.24201 0.349,0.634 0.58402,0.75501"
           id="path6206" /><path
           inkscape:connector-curvature="0"
           style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 270.68921,372.60841 c 0.079,-0.15301 0.047,-0.28002 -0.096,-0.38101 -0.072,0.068 -0.12799,0.14801 -0.16799,0.23899 0.088,0.047 0.17599,0.094 0.264,0.14202"
           id="path6218" /><path
           inkscape:connector-curvature="0"
           style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 270.8082,374.9894 c 0.32901,0.073 0.53201,-0.181 0.358,-0.47599 -0.216,-0.36602 -0.42199,-0.10601 -0.71798,-0.023 0.065,0.288 0.36199,0.31101 0.595,0.38001 -0.078,0.039 -0.15702,0.079 -0.23502,0.11899"
           id="path6220" /><path
           inkscape:connector-curvature="0"
           style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 270.92722,375.27641 c 0.20999,-0.053 0.39398,-0.18301 0.54599,-0.33401 -0.284,-0.09 -0.47699,0.22 -0.76099,0.096 0.066,0.085 0.138,0.164 0.215,0.238"
           id="path6224" /><path
           inkscape:connector-curvature="0"
           style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 271.02021,372.46541 c 0.097,-0.237 0.017,-0.30002 -0.23801,-0.18802 0.079,0.063 0.15802,0.12601 0.23801,0.18802"
           id="path6226" /><path
           inkscape:connector-curvature="0"
           style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 271.61521,373.2524 c 0.08,-0.26001 -0.023,-0.55201 -0.26099,-0.69101 -0.108,0.15902 -0.108,0.31802 0,0.47601 -0.173,-0.14899 -0.591,-0.22299 -0.49902,0.14301 0.25201,-0.25 0.496,0.028 0.76001,0.072"
           id="path6230" /><path
           inkscape:connector-curvature="0"
           style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 271.78421,374.30141 c 0.74701,-0.55402 -0.35199,-0.983 -0.85699,-0.90601 0.22198,0.353 0.52298,0.65799 0.85699,0.90601"
           id="path6232" /><path
           inkscape:connector-curvature="0"
           style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 272.06821,376.08739 c -0.028,-0.40198 -0.771,-0.76398 -1.09399,-0.54898 0.093,0.48898 0.867,0.13098 1.09399,0.54898"
           id="path6234" /><path
           inkscape:connector-curvature="0"
           style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 271.5922,373.41841 c -0.079,-0.20102 -0.31299,-0.23901 -0.499,-0.21502 0.17902,0.043 0.34501,0.11401 0.499,0.21502"
           id="path6236" /><path
           inkscape:connector-curvature="0"
           style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 271.42722,376.1104 c 0.039,-0.163 -0.04,-0.19501 -0.23801,-0.096 0.079,0.032 0.15799,0.064 0.23801,0.096"
           id="path6242" /><path
           inkscape:connector-curvature="0"
           style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 271.7342,376.60939 c -0.072,-0.31698 0.50402,-0.565 -0.069,-0.737 0.044,0.31702 -0.55698,0.64102 0.069,0.737"
           id="path6254" /><path
           inkscape:connector-curvature="0"
           style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 272.06821,375.84941 c 0.087,-0.04 0.17499,-0.079 0.26199,-0.11902 -0.13598,-0.25198 -0.40298,-0.39798 -0.68798,-0.384 0.14898,0.16202 0.29098,0.32901 0.42599,0.50302"
           id="path6258" /><path
           inkscape:connector-curvature="0"
           style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 271.85321,373.1574 c -0.056,-0.092 -0.11999,-0.17899 -0.18801,-0.262 0.062,0.088 0.126,0.17499 0.18801,0.262"
           id="path6260" /><path
           inkscape:connector-curvature="0"
           style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 272.0452,375.3954 c 0.007,-0.16501 -0.064,-0.28299 -0.215,-0.35699 -0.099,0.19998 0.017,0.32599 0.215,0.35699"
           id="path6262" /><path
           inkscape:connector-curvature="0"
           style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 272.97422,374.9894 c 0.43698,-0.095 -0.814,-1.331 -0.97501,-1.52201 0.028,0.167 0.059,0.33402 0.092,0.5 0.074,0.18302 0.258,0.28 0.31097,0.47602 -0.18099,-0.435 -0.68499,-0.17701 -0.44097,0.22299 0.18399,0.29999 0.73098,0.19501 1.013,0.323"
           id="path6264" /><path
           inkscape:connector-curvature="0"
           style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 272.14121,377.37041 c -0.067,-0.068 -0.146,-0.11502 -0.23801,-0.14301 0.079,0.048 0.159,0.096 0.23801,0.14301"
           id="path6266" /><path
           inkscape:connector-curvature="0"
           style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 274.06922,378.63341 c 0.22098,0.097 0.52298,0.11398 0.71499,0 -0.06,-0.076 -0.12399,-0.147 -0.19201,-0.21402 0.43402,0.302 0.25702,-0.43799 -0.093,-0.5 0.64801,0.125 -0.28101,-0.698 -0.16901,-0.046 -0.055,-0.55802 -0.086,-1.36401 -0.53799,-1.772 -0.17099,-0.155 -0.069,-0.39801 -0.31601,-0.47599 -0.168,-0.053 -0.35898,-0.93902 -0.35898,-0.302 -0.25702,-1.017 -1.18301,0.42899 -0.5,0.11899 -0.54501,0.14001 -0.034,0.48099 0.215,0.23801 -0.172,0.22299 0.25998,0.90399 0.30798,1.14398 -0.13898,-0.133 -0.298,-0.237 -0.47598,-0.31 0.33298,0.672 -0.58402,-0.28998 0,0.40601 -0.108,-0.15601 -0.28201,-0.25501 -0.47601,-0.215 0.17199,0.146 0.33099,0.30399 0.47601,0.47699 -0.25702,-0.159 -0.439,-0.41599 -0.71402,-0.54898 -0.041,0.44598 0.42902,0.52298 0.63901,0.823 0.22699,0.32599 0.587,0.82 1.027,0.84298 0.023,-0.32199 -0.33001,-0.444 -0.35699,-0.737 -0.027,-0.29998 0.28998,-0.315 0.311,-0.595 0.279,0.035 0.362,0.36902 -0.049,0.284 -0.006,0.199 0.12799,0.33401 0.31,0.384 -0.088,0.045 -0.17499,0.092 -0.26099,0.142 0.08,0.185 0.32898,0.21402 0.48099,0.30902 0.32901,0.20798 -0.255,0.43698 0.28,0.33298 -0.084,0.076 -0.17099,0.147 -0.26199,0.21402"
           id="path6268" /><path
           inkscape:connector-curvature="0"
           style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 272.1872,375.13439 c 0.26001,-0.14899 0.151,-0.26798 -0.11899,-0.23798 0.04,0.079 0.079,0.159 0.11899,0.23798"
           id="path6270" /><path
           inkscape:connector-curvature="0"
           style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 272.1872,372.7274 c 0.06,-0.117 0.142,-0.095 0.073,-0.26199 -0.024,0.088 -0.048,0.17499 -0.073,0.26199"
           id="path6274" /><path
           inkscape:connector-curvature="0"
           style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 272.97422,376.6324 c 0.10598,-0.41101 -0.58402,-0.975 -0.73902,-0.531 -0.061,0.177 0.63501,0.432 0.73902,0.531"
           id="path6276" /><path
           inkscape:connector-curvature="0"
           style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 272.52121,376.58641 c -0.058,-0.076 -0.13699,-0.108 -0.238,-0.096 0.08,0.032 0.15899,0.064 0.238,0.096"
           id="path6278" /><path
           inkscape:connector-curvature="0"
           style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 272.7602,374.01341 c 0.35501,-0.25302 -0.10099,-0.513 -0.35801,-0.49902 0.12101,0.16501 0.24003,0.332 0.35801,0.49902"
           id="path6280" /><path
           inkscape:connector-curvature="0"
           style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 272.78321,373.0154 c 0.28201,-0.087 0.613,-0.02 0.833,-0.262 -0.39801,-0.20599 -0.79501,-0.048 -1.21402,-0.095 0.036,0.19501 0.18201,0.33499 0.38102,0.357"
           id="path6282" /><path
           inkscape:connector-curvature="0"
           style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 273.47422,374.37041 c 0.059,-0.23401 -0.29102,-0.35401 -0.43,-0.453 -0.143,0.30999 0.245,0.35299 0.43,0.453"
           id="path6284" /><path
           inkscape:connector-curvature="0"
           style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 273.97321,374.44341 c -0.096,-0.18201 -0.289,-0.305 -0.49899,-0.26102 0.15799,0.103 0.324,0.19101 0.49899,0.26102"
           id="path6288" /><path
           inkscape:connector-curvature="0"
           style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 274.1652,373.11141 c -0.018,-0.13501 -0.097,-0.20701 -0.23798,-0.215 0.079,0.071 0.159,0.143 0.23798,0.215"
           id="path6292" /><path
           inkscape:connector-curvature="0"
           style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 274.56922,377.56239 c 0.071,-0.056 0.143,-0.113 0.21499,-0.169 -0.117,-0.15799 -0.285,-0.28098 -0.47699,-0.331 0.071,0.17502 0.15799,0.34201 0.262,0.5"
           id="path6296" /><path
           inkscape:connector-curvature="0"
           style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 274.56922,373.37239 c -0.074,-0.051 -0.15402,-0.09 -0.23902,-0.11899 0.08,0.039 0.159,0.079 0.23902,0.11899"
           id="path6298" /><path
           inkscape:connector-curvature="0"
           style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 269.0922,366.65541 c -0.078,-0.059 -0.16498,-0.098 -0.26099,-0.11902 0.087,0.039 0.17401,0.079 0.26099,0.11902"
           id="path6166" /><path
           inkscape:connector-curvature="0"
           style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 269.2342,366.72841 c 0.08,0.015 0.15902,0.031 0.238,0.046 0.01,-0.16101 -0.005,-0.32001 -0.046,-0.47601 -0.21301,0.06 -0.311,0.22702 -0.19201,0.43002"
           id="path6176" /><path
           inkscape:connector-curvature="0"
           style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 270.97422,367.25041 c 0.04,-0.211 0.061,-0.54702 -0.262,-0.49902 0.037,0.19302 0.124,0.35901 0.262,0.49902"
           id="path6222" /><path
           inkscape:connector-curvature="0"
           style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 271.33121,367.4424 c 0.069,-0.14899 0.17999,-0.25202 0.33399,-0.31101 -0.24598,-0.294 -0.642,0.052 -0.33399,0.31101"
           id="path6240" /><path
           inkscape:connector-curvature="0"
           style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 271.4032,366.82341 c -0.029,-0.12002 -0.10098,-0.20801 -0.21399,-0.26401 0.071,0.088 0.14301,0.176 0.21399,0.26401"
           id="path6244" /><path
           inkscape:connector-curvature="0"
           style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 271.56922,365.10741 c -0.052,-0.097 -0.12302,-0.176 -0.215,-0.23801 0.071,0.079 0.14298,0.159 0.215,0.23801"
           id="path6248" /><path
           inkscape:connector-curvature="0"
           style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 271.4502,370.72939 c 0.11902,-0.069 0.17401,-0.172 0.16501,-0.31098 -0.26999,-0.029 -0.32501,0.075 -0.16501,0.31098"
           id="path6250" /><path
           inkscape:connector-curvature="0"
           style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 271.8772,368.06041 c 0.10901,-0.349 -0.19498,-0.64902 -0.5,-0.35702 0.19302,0.083 0.35901,0.20202 0.5,0.35702"
           id="path6252" /><path
           inkscape:connector-curvature="0"
           style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 271.85321,367.56139 c -0.061,-0.151 -0.17199,-0.24601 -0.33001,-0.284 0.024,0.185 0.142,0.29102 0.33001,0.284"
           id="path6256" /><path
           inkscape:connector-curvature="0"
           style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 268.37821,362.13139 c -0.121,-0.05 -0.10102,-0.13098 -0.262,-0.047 0.087,0.016 0.17499,0.031 0.262,0.047"
           id="path6144" /><path
           inkscape:connector-curvature="0"
           style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 269.4032,363.08339 c 0.146,-0.215 -0.13998,-0.23099 -0.26498,-0.11899 0.088,0.04 0.177,0.079 0.26498,0.11899"
           id="path6174" /><path
           inkscape:connector-curvature="0"
           style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 267.52121,355.72841 c -0.23501,-0.18002 -0.29501,-0.047 -0.41101,0.13599 -0.143,0.22601 -0.61499,-0.25699 -0.80298,-0.25501 0.413,0.42001 0.039,0.98502 0.25199,1.33002 0.35599,0.57498 0.29901,1.42398 0.58099,1.99698 0.121,0.24502 -0.14398,0.397 -0.035,0.66702 0.10702,0.26199 0.43802,0.33798 0.682,0.40399 0.21201,0.057 0.42801,0.12 0.646,0.14801 0.45001,0.058 0.069,-0.603 0.041,-0.73602 0.69198,-0.082 -10e-4,-0.56098 -0.215,-0.76398 0.159,0.025 0.31699,0.025 0.47598,0 -0.086,-0.15701 -1.38199,-1.00302 -0.668,-0.99902 -0.54098,-0.319 0.024,-0.504 0.288,-0.71399 -0.34299,-0.34201 -0.676,-0.74899 -0.83399,-1.21399"
           id="path6130" /><path
           inkscape:connector-curvature="0"
           style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 266.63822,360.8484 c 0.087,-0.056 0.16699,-0.11999 0.242,-0.19201 -0.15902,-0.108 -0.31802,-0.108 -0.47702,0 0.079,0.064 0.15701,0.12802 0.23502,0.19201"
           id="path6132" /><path
           inkscape:connector-curvature="0"
           style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 267.42521,364.46639 c 0.078,-0.19599 -0.037,-0.30899 -0.23801,-0.23899 0.073,0.087 0.15201,0.16599 0.23801,0.23899"
           id="path6134" /><path
           inkscape:connector-curvature="0"
           style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 267.83222,363.7744 c -0.023,-0.14401 -0.023,-0.19501 -0.19202,-0.23801 0.064,0.08 0.12802,0.159 0.19202,0.23801"
           id="path6136" /><path
           inkscape:connector-curvature="0"
           style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 268.18921,358.01341 c 0.042,-0.20401 -0.037,-0.212 -0.238,-0.023 0.079,0.008 0.15899,0.016 0.238,0.023"
           id="path6138" /><path
           inkscape:connector-curvature="0"
           style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 268.52021,357.77541 c -0.052,-0.22602 -0.276,-0.361 -0.5,-0.28702 0.18798,0.059 0.354,0.155 0.5,0.28702"
           id="path6140" /><path
           inkscape:connector-curvature="0"
           style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 268.56922,363.82439 c -0.10102,-0.23899 -0.34702,-0.22599 -0.50302,-0.05 0.168,0.017 0.33599,0.033 0.50302,0.05"
           id="path6142" /><path
           inkscape:connector-curvature="0"
           style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 268.54621,363.39439 c 0.11099,-0.11599 0.143,-0.25 0.093,-0.40298 -0.13901,0.155 -0.30604,0.194 -0.49903,0.116 0.067,0.173 0.21301,0.294 0.40601,0.28698"
           id="path6146" /><path
           inkscape:connector-curvature="0"
           style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 268.47422,362.2274 c -0.077,-0.029 -0.15702,-0.036 -0.23902,-0.024 0.08,0.008 0.159,0.016 0.23902,0.024"
           id="path6148" /><path
           inkscape:connector-curvature="0"
           style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 268.49622,362.70339 c -0.066,-0.061 -0.14502,-0.076 -0.23801,-0.046 0.08,0.015 0.159,0.03 0.23801,0.046"
           id="path6150" /><path
           inkscape:connector-curvature="0"
           style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 268.78421,361.68141 c -0.026,-0.18002 0.057,-0.34601 0.26099,-0.35702 -0.26801,0.082 -0.55399,-0.061 -0.76398,0.18802 0.18198,0.016 0.34998,0.072 0.50299,0.169"
           id="path6152" /><path
           inkscape:connector-curvature="0"
           style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 268.94922,364.2744 c 0.057,-0.25699 -0.255,-0.37 -0.453,-0.35699 0.11298,0.16799 0.26398,0.28698 0.453,0.35699"
           id="path6154" /><path
           inkscape:connector-curvature="0"
           style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 268.71222,355.8214 c 0.011,-0.13599 -0.053,-0.223 -0.19201,-0.26099 0.064,0.087 0.12799,0.17398 0.19201,0.26099"
           id="path6156" /><path
           inkscape:connector-curvature="0"
           style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 269.0922,359.01241 c -0.13498,-0.124 -0.293,-0.172 -0.47599,-0.142 0.159,0.046 0.318,0.093 0.47599,0.142"
           id="path6158" /><path
           inkscape:connector-curvature="0"
           style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 269.1652,364.1324 c 0.25402,-0.10501 0.444,-0.35101 0.73699,-0.358 -0.23599,-0.21701 -0.625,-0.31 -0.93197,-0.216 -0.51901,0.15799 -0.14401,0.48401 0.19498,0.574"
           id="path6160" /><path
           inkscape:connector-curvature="0"
           style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 269.18821,362.77641 c 0.014,-0.109 0.047,-0.21301 0.096,-0.311 -0.17099,-0.068 -0.346,-0.084 -0.526,-0.046 0.099,0.172 0.24201,0.29101 0.43,0.35702"
           id="path6162" /><path
           inkscape:connector-curvature="0"
           style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 269.1652,361.8004 c -0.061,-0.072 -0.13999,-0.096 -0.23798,-0.073 0.079,0.024 0.15799,0.049 0.23798,0.073"
           id="path6168" /><path
           inkscape:connector-curvature="0"
           style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 269.35321,363.41741 c 0.032,-0.072 0.064,-0.14301 0.096,-0.21402 -0.16302,-0.055 -0.32901,-0.094 -0.49902,-0.12 0.072,0.17001 0.22,0.29901 0.40301,0.33402"
           id="path6170" /><path
           inkscape:connector-curvature="0"
           style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 269.35321,362.41841 c -0.047,-0.14102 -0.14199,-0.237 -0.28399,-0.28702 -0.01,0.19001 0.094,0.29502 0.28399,0.28702"
           id="path6172" /><path
           inkscape:connector-curvature="0"
           style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 269.1652,364.6574 c 0.29101,0.121 0.652,-0.06 0.92602,-0.14499 -0.302,-0.24601 -0.73901,-0.228 -0.92602,0.14499"
           id="path6178" /><path
           inkscape:connector-curvature="0"
           style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 269.56821,365.51439 c 0.052,-0.20599 -0.13199,-0.36398 -0.311,-0.40698 0.006,0.194 0.126,0.35 0.311,0.40698"
           id="path6180" /><path
           inkscape:connector-curvature="0"
           style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 269.5452,362.79939 c 0.029,-0.25399 -0.058,-0.26898 -0.26099,-0.047 0.087,0.016 0.17398,0.031 0.26099,0.047"
           id="path6182" /><path
           inkscape:connector-curvature="0"
           style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 269.5452,365.77541 c 0.059,-0.237 -0.02,-0.26902 -0.23798,-0.096 0.079,0.032 0.15799,0.064 0.23798,0.096"
           id="path6186" /><path
           inkscape:connector-curvature="0"
           style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 269.7602,362.2274 c 0.10302,-0.26901 -0.18998,-0.449 -0.40699,-0.47699 0.112,0.17899 0.24799,0.33799 0.40699,0.47699"
           id="path6188" /><path
           inkscape:connector-curvature="0"
           style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 269.64121,363.15639 c 0.13299,-0.15198 0.076,-0.23099 -0.16901,-0.23798 0.056,0.079 0.11301,0.159 0.16901,0.23798"
           id="path6190" /><path
           inkscape:connector-curvature="0"
           style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 269.71021,364.2744 c 0.034,-0.086 0.034,-0.173 0,-0.26199 -0.091,0.05 -0.17001,0.11398 -0.23801,0.19198 0.08,0.023 0.159,0.047 0.23801,0.07"
           id="path6192" /><path
           inkscape:connector-curvature="0"
           style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 269.8292,366.8474 c 0.32602,-0.16199 0.42502,-0.831 -0.046,-0.857 -0.51599,-0.028 -0.014,0.66501 0.046,0.857"
           id="path6194" /><path
           inkscape:connector-curvature="0"
           style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 270.16321,364.6574 c -0.20199,0.10601 -0.43301,0.12399 -0.64099,0.212 0.058,0.48099 0.99899,0.46201 1.33298,0.40701 -0.047,-0.315 -0.36399,-0.62301 -0.69199,-0.61901"
           id="path6196" /><path
           inkscape:connector-curvature="0"
           style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 270.37821,365.6794 c 0.15201,-0.016 0.302,-0.032 0.45401,-0.046 -0.142,-0.27701 -0.69,-0.40802 -0.953,-0.26102 0.13998,0.14502 0.307,0.24701 0.49899,0.30701"
           id="path6198" /><path
           inkscape:connector-curvature="0"
           style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 270.28321,364.53841 c 0.14499,-0.26102 -0.12699,-0.49301 -0.38102,-0.40601 0.078,0.181 0.20502,0.31699 0.38102,0.40601"
           id="path6200" /><path
           inkscape:connector-curvature="0"
           style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 270.25922,363.94341 c 0.104,-0.024 0.207,-0.048 0.311,-0.073 -0.35702,-0.69501 -0.89901,-0.142 -0.311,0.073"
           id="path6202" /><path
           inkscape:connector-curvature="0"
           style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 270.1872,356.63139 c 0.047,-0.17898 -0.032,-0.21899 -0.23798,-0.11898 0.079,0.04 0.15799,0.079 0.23798,0.11898"
           id="path6204" /><path
           inkscape:connector-curvature="0"
           style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 270.33222,366.29839 c 0.12698,-0.23099 0.41098,-0.14899 0.595,-0.07 -0.12601,-0.37 -0.819,-0.37802 -0.595,0.07"
           id="path6208" /><path
           inkscape:connector-curvature="0"
           style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 270.47422,364.20439 h 0.16598 c 0,-0.20398 -0.104,-0.306 -0.30798,-0.238 0.047,0.08 0.095,0.15902 0.142,0.238"
           id="path6210" /><path
           inkscape:connector-curvature="0"
           style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 270.66321,365.89439 c 0.025,-0.21398 -0.062,-0.23898 -0.26102,-0.073 0.087,0.025 0.17402,0.049 0.26102,0.073"
           id="path6212" /><path
           inkscape:connector-curvature="0"
           style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 270.75922,361.9164 c -0.039,-0.259 -0.065,-0.483 -0.35703,-0.30799 0.037,0.17798 0.17402,0.29999 0.35703,0.30799"
           id="path6214" /><path
           inkscape:connector-curvature="0"
           style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 270.83222,366.70439 c 0.358,-0.22198 -0.168,-0.561 -0.43003,-0.38 0.086,0.177 0.24003,0.32 0.43003,0.38"
           id="path6216" /><path
           inkscape:connector-curvature="0"
           style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 272.2342,363.91741 c -0.055,-0.094 -0.11698,-0.181 -0.189,-0.262 0.353,-0.095 0.27902,-0.449 -0.052,-0.48202 -0.10898,0.008 -0.21198,-0.013 -0.30799,-0.064 -0.28399,-0.23199 -0.22799,0.10602 -0.59201,-0.095 -0.074,0.203 0.05,0.34702 0.23801,0.40402 -0.155,0.11698 -0.32901,0.172 -0.52301,0.16498 0.065,0.24301 0.23602,0.57202 0.54602,0.50302 -0.53702,0.097 0.015,0.32398 0.20398,0.349 0.30002,0.04 0.522,-0.324 0.676,-0.518"
           id="path6228" /><path
           inkscape:connector-curvature="0"
           style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 271.64222,366.8004 c 0.015,-0.12299 -0.13102,-0.909 -0.33301,-0.83499 -0.595,0.21899 0.11001,0.64999 0.33301,0.83499"
           id="path6238" /><path
           inkscape:connector-curvature="0"
           style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 260.0672,288.60439 c 0.52402,-0.297 1.15,-0.029 1.35901,-0.76398 0.096,-0.33902 -0.36801,-0.83502 -0.10199,-1.121 0.063,-0.041 0.13098,-0.052 0.20499,-0.033 0.21301,-0.003 0.39999,-0.35398 0.51599,-0.48999 0.002,0.41299 0.44,0.59701 0.55301,0.96301 0.10901,0.35699 0.32999,0.491 0.68301,0.561 -0.32702,0.31299 0.15299,1.18699 0.26599,1.51499 0.29401,0.854 0.465,1.35501 1.193,1.944 0.65899,0.53299 0.36801,0.703 0.084,1.37601 -0.05,0.117 0.482,0.45199 0.47998,0.67898 -0.003,0.284 -0.43799,0.30802 -0.617,0.41602 0.35702,0.32998 0.067,0.68698 0.28802,1.048 0.10898,0.17999 0.388,0.13098 0.499,0.30798 0.152,0.24201 -0.028,0.26401 0,0.503 0.085,0.72402 1.07199,1.069 1.15298,1.90502 0.098,1.01099 0.77499,1.857 1.05902,2.80799 0.21799,0.72699 0.21399,1.65301 1.25299,1.32199 1.073,-0.34198 1.13599,0.32703 1.03,1.207 -0.081,0.67502 -0.029,1.94601 -0.60501,2.44702 -1.22497,0.354 -2.07898,0.901 -2.35098,1.68598 -0.099,0.28701 0.41299,0.84701 0.531,1.14901 -0.75201,0.026 -0.237,1.22299 -0.078,1.57099 0.138,0.30502 0.35199,0.737 0.46298,1.05502 0.17102,0.48798 -0.28698,0.59698 -0.25799,1.03998 0.041,0.61801 1.06601,1.09201 0.919,1.61502 -0.089,0.31598 -0.63101,0.595 -0.893,0.46499 -0.31699,-0.15798 -0.456,0.75199 -0.469,0.90799 -0.067,0.82801 -0.363,1.86701 -1.00701,2.763 -0.47599,0.66202 0.14202,1.16202 -0.11698,1.89502 -0.13,0.36499 -0.53,0.392 -0.397,0.85199 0.112,0.387 0.38699,0.70499 0.49899,1.09 0.065,0.22299 0.13999,0.38699 0.20599,0.60999 0.06,0.203 0.17502,0.36401 0.23502,0.54901 0.13098,0.40399 -0.289,1.014 -0.67401,0.54199 0.27801,0.315 0.022,0.94501 0.022,1.30502 0,0.249 0.155,0.625 -0.09,0.83899 -0.17902,0.15799 -0.194,0.12 -0.21402,0.44599 -0.033,0.553 0.38302,1.11602 0.651,1.57302 0.13,0.22199 0.267,0.14698 0.414,0.35498 0.12701,0.18 0.10602,0.452 -0.14099,0.33802 0.181,0.63 0.81701,0.95599 0.932,1.59698 0.046,0.25702 0.17099,0.44501 0.43799,0.578 0.353,0.17701 -0.012,0.56901 0.059,0.85001 0.18799,0.74201 0.95899,0.099 0.94999,0.944 -0.007,0.66901 -0.09,1.20801 0.276,1.79099 0.057,0.09 0.354,0.59301 0.015,0.617 -0.237,0.017 -0.26202,0.146 -0.31,0.314 -0.078,0.27301 -0.126,0.54602 -0.17102,0.82302 -0.054,0.335 0.061,0.63801 0.096,0.96998 0.049,0.458 -0.198,0.561 -0.33099,0.51702 -0.26502,-0.09 0.064,0.18198 0.19699,0.37198 0.44,0.63001 0.677,1.29001 0.76001,1.97901 0.027,0.225 -0.011,0.354 -0.22302,0.37799 -0.197,0.022 -0.27399,0.33301 -0.28,0.48501 -0.019,0.54499 -0.48899,0.041 -0.62699,0.70301 -0.061,0.293 -0.035,0.544 0.067,0.83798 0.096,0.28 0.10702,0.55301 0.26001,0.81702 0.40301,0.699 0.32501,0.979 0.384,1.43298 0.07,0.54001 0.55399,0.832 0.77301,1.302 0.14398,0.31 0.276,0.59601 0.496,0.87 0.10398,0.12902 0.34198,0.466 0.25199,0.67401 -0.194,0.45199 -0.92999,0.42001 -0.77899,1.05301 0.095,0.39498 -0.091,1.341 0.195,1.61999 -0.32901,0.104 -0.56402,0.19101 -0.27301,0.259 0.11802,0.028 0.79599,1.36399 0.10599,1.146 0.069,0.366 0.332,0.38101 0.42301,0.64899 0.072,0.21502 -0.071,0.53302 -0.112,0.73202 -0.13401,0.63199 0.10699,1.06 0.54501,1.50098 0.35199,0.354 0.422,1.022 0.45599,1.587 0.03,0.48902 0.57199,0.78901 0.831,1.20002 -0.19101,0.17999 -0.57401,0.097 -0.64301,0.40698 -0.06,0.272 0.332,0.70502 0.37,1.03 0.044,0.36902 0.22601,1.12402 0.548,1.34402 0.29102,0.19898 0.866,0.061 0.89102,0.552 0.021,0.426 -0.62201,0.11298 0.019,0.63398 0.12799,0.10501 0.32001,0.251 0.43601,0.38 0.26001,0.28702 -0.037,0.19101 0.046,0.38901 0.08,0.18799 0.23602,0.26098 0.34701,0.435 0.172,0.272 -0.11001,0.44601 0.024,0.68801 0.172,0.30799 0.18701,0.56199 0.53,0.628 0.46301,0.088 1.026,-0.09 1.38101,0.27999 0.094,0.097 0.033,0.65799 -0.057,0.73899 -0.33898,0.307 -0.914,0.16101 -1.29498,0.17602 -0.82901,0.032 0.061,0.349 0.427,0.37998 0.831,0.069 2.00199,0.91 1.07199,1.651 -0.098,0.078 -0.251,-0.02 -0.32901,0.099 -0.13598,0.20901 0.25901,0.427 0.30402,0.617 0.042,0.17401 0.22598,0.20502 0.323,0.33301 0.159,0.20901 -0.107,0.629 -0.344,0.64001 0.336,0.24598 1.27698,1.099 1.003,1.58399 -0.128,0.22699 -0.32102,0.28201 -0.16401,0.59799 0.045,0.09 0.004,0.37601 0.107,0.422 0.177,0.08 0.23199,0.21402 0.31299,0.39602 -0.36399,-0.056 -0.667,0.90998 -0.64899,1.18299 0.021,0.31399 -0.072,0.61099 0.138,0.88299 0.181,0.23502 1.04001,0.69501 0.94901,1.043 -0.057,0.21402 -0.35602,0.23599 -0.41501,0.43402 -0.10001,0.33298 0.514,0.711 0.229,1.172 -0.14899,0.23999 -0.45499,0.093 -0.556,0.35898 -0.13101,0.34201 -0.026,0.88702 -0.64801,0.78601 0.051,0.336 -0.062,0.78799 0.237,0.97501 0.38702,0.24298 0.573,0.747 0.599,1.02298 0.038,0.39102 0.66302,0.67001 0.88101,0.979 0.20999,0.298 0.349,0.72501 0.70899,0.88901 0.24801,0.113 0.38,-0.063 0.565,-0.194 0.21802,-0.155 0.38901,-0.054 0.629,-0.052 0.51501,0.005 0.608,0.054 0.93502,0.555 0.228,0.349 -0.083,0.77502 0.24598,0.966 0.28701,0.16602 0.50802,0.797 0.32,1.073 0.495,0.062 1.15201,0.617 1.43701,0.992 0.33201,0.43302 1.82001,0.167 2.237,0.12802 1.849,-0.17401 3.72101,0.279 5.754,0.978 -0.488,0.008 -0.931,-0.20102 -1.40201,-0.28802 -0.85998,-0.159 -0.42398,0.30801 -0.69198,0.668 -0.23502,0.31701 -0.70801,0.017 -0.98401,0.32302 -0.33398,0.36899 -0.93799,0.29798 -1.37399,0.43699 0.289,0.38299 0.31298,0.86099 0.41,1.311 0.095,0.439 0.367,0.686 0.573,1.061 0.54898,0.99799 -0.759,0.66001 -1.25702,0.55799 -0.599,-0.12399 -1.95899,-0.49899 -2.18799,-1.15799 -0.23099,-0.66101 1.052,-0.28201 0.51099,0.15701 0.30801,0.008 0.212,-0.366 0.33102,-0.52801 0.085,-0.116 0.759,0.47699 0.42999,0.79199 0.521,-0.17798 -0.42901,-0.98099 0.551,-1.155 0.16901,-0.03 0.20599,-0.491 0.20599,-0.61099 10e-4,-0.33899 -0.56799,-0.26801 -0.75699,-0.44901 0.013,0.353 -0.49401,0.677 -0.738,0.857 -0.414,0.30502 -0.784,-0.168 -1.19001,0.095 0.29502,-0.056 0.52701,0.20001 0.737,0.358 -0.17199,0.038 -0.33798,0.021 -0.49899,-0.05 0.064,0.17999 0.04,0.34799 -0.073,0.50299 0.29999,0.039 0.534,0.25202 0.741,0.45301 -0.72,0.182 -1.94,-0.60001 -2.45401,-1.04899 0.35501,0.16999 0.853,0.15198 1.237,0.14298 -0.062,-0.31998 -0.81699,-0.34399 -0.84399,-0.96799 -0.016,-0.37399 0.639,-0.52701 0.513,-0.058 0.41699,-0.12198 0.479,-0.083 0.77099,-0.435 0.29502,-0.35599 1.07602,0.17301 1.48801,-0.10998 -0.26401,-0.34302 -2.009,-0.59101 -2.09399,0 -0.23401,-0.083 -0.40201,-0.18403 -0.023,-0.33402 -0.22399,0.007 -1.126,0.02 -0.92898,0.453 0.159,-0.15399 0.32599,-0.16198 0.49899,-0.023 -0.068,0.18198 -0.21802,0.322 -0.40301,0.37998 0.12301,0.207 0.50302,0.71301 0.019,0.755 -0.29999,0.026 -0.966,-0.35299 -0.37601,-0.51699 -0.29599,0.092 -0.52499,-0.155 -0.738,-0.31101 0.16601,0.026 0.333,0.026 0.49902,0 -0.09,-0.042 -0.17902,-0.089 -0.26401,-0.142 0.328,-0.199 -0.039,-0.58999 0.40701,-0.47598 -0.35,-0.12802 -0.35,-0.18301 0,-0.16602 -0.16702,-0.054 -0.333,-0.054 -0.5,0 0.176,0.124 0.219,0.32199 0.093,0.5 -0.081,-0.168 -0.23901,-0.29098 -0.427,-0.311 0.009,0.20001 -0.10599,0.37002 -0.284,0.453 0.103,-0.22998 0.031,-0.31799 -0.21499,-0.26098 0.53997,-0.443 -0.762,-1.258 -0.86002,-1.667 0.22702,0.25599 0.62601,0.50599 0.98001,0.48899 0.163,-0.007 0.79199,-0.57099 0.61701,0.083 0.251,-0.14901 0.72699,0.10499 0.358,-0.33401 0.129,0.56201 -0.215,-0.177 -0.215,-0.453 0.28,0.025 0.525,0.31201 0.72898,0.47702 0.38,0.30499 0.14102,0.574 -0.088,0.87899 0.233,-0.151 0.49399,-0.041 0.741,-0.023 -0.32501,-0.16299 -0.08,-0.553 -0.37201,-0.72799 -0.17898,-0.10599 -0.776,-0.55799 -0.246,-0.62799 -0.32199,-0.25302 -0.465,-0.655 -0.82599,-0.87 -0.38599,-0.23001 -0.862,-0.238 -1.20099,-0.55801 -0.063,0.07 -0.11001,0.14999 -0.143,0.238 0.30099,-0.033 1.768,0.35099 1.72799,0.76099 -0.032,0.336 -1.53702,-0.448 -1.751,-0.427 0.152,0.20901 0.376,0.164 0.561,0.31 0.19901,0.15701 0.071,0.44702 0.392,0.45102 -0.12201,0.13699 -0.202,0.29599 -0.23801,0.47598 -0.224,-0.32898 -0.392,-0.72699 -0.71499,-0.97598 0.25601,0.32598 0.63501,0.77099 0.61901,1.21399 -0.36901,-0.32499 -0.85302,-0.456 -1.04501,-0.95301 0.163,0.12302 0.32999,0.24301 0.49899,0.358 -0.12899,-0.22699 -0.52798,-0.375 -0.453,-0.69198 -0.15399,0 -0.323,0.155 -0.47598,0.11999 -0.15302,-0.036 -0.11902,-0.26199 -0.31302,-0.29599 -0.203,-0.037 -0.46298,-0.54602 -0.49799,-0.72702 0.41901,0.10202 0.67401,0.46701 0.999,0.715 -0.32599,-0.36899 -0.52701,-0.841 -0.90299,-1.16699 0.51798,0.46499 0.12399,-0.12 -0.11902,-0.16901 -0.023,0.079 -0.048,0.15802 -0.072,0.23801 -0.199,-0.05 -0.37301,-0.14499 -0.52301,-0.284 0.33402,0.54001 -0.45999,-0.35101 -0.58499,-0.461 -0.15201,-0.13601 0.228,-0.20401 0.28,-0.21301 0.10699,-0.018 0.21399,-0.023 0.323,-0.016 0.41101,0.031 -0.392,-0.47 0.22,-0.121 -0.21399,-0.181 -0.198,-0.556 0.142,-0.54898 -0.27899,0.009 -0.58701,-0.26301 -0.38001,-0.54502 -0.267,0.237 -0.021,0.73999 -0.19299,1.025 -0.202,0.33499 -1.039,-0.80799 -1.21201,-0.90601 0.18,0.061 0.34601,0.147 0.499,0.26102 -0.499,-0.45102 0.042,-0.11801 0.28802,-0.142 -0.311,-0.27402 -0.99402,-0.25101 -1.121,-0.642 0,0.552 -0.62,-0.26501 -0.953,-0.28702 0.33798,-0.66998 1.41998,0.36502 1.95498,0.28702 -0.47299,-0.10901 -1.449,-0.39301 -1.52499,-0.979 0.392,-0.021 0.66501,0.388 1.07199,0.23898 -0.25598,0.015 -0.31299,-0.17999 -0.215,-0.38098 -0.233,0.57098 -1.38498,-0.30499 -0.57199,-0.45301 -0.18399,0.048 -0.841,-0.15899 -0.46499,-0.37899 0.49499,-0.29001 0.86898,0.24099 1.29898,0.37899 -0.31299,-0.19 -0.65998,-0.39801 -0.926,-0.56799 -0.13898,-0.089 -0.36899,-0.11001 -0.35699,-0.33401 0.011,-0.21799 0.24701,-0.26599 0.40301,-0.16901 -0.25802,-0.12299 -0.71902,-1.07898 -0.19201,-0.80698 -0.17801,-0.11602 -0.344,-0.10101 -0.499,0.046 0.125,0.12 0.14099,1.08301 0.049,1.237 -0.36502,-0.35601 -0.944,-0.99301 -0.915,-1.535 0.007,-0.12601 -0.43302,-0.35599 -0.23002,-0.51501 0.15201,-0.11799 0.517,-0.129 0.69202,-0.067 -0.077,-0.057 -1.29901,-0.18601 -0.853,-0.599 0.18598,-0.172 0.66199,0.076 0.853,0.146 -0.20001,-0.10599 -0.281,-0.30201 -0.142,-0.5 -0.164,0.021 -1.104,-0.058 -0.50302,-0.26401 -0.586,0.267 -0.901,-0.82099 -1.475,-0.64099 -0.088,-0.63901 0.86401,0.108 1.022,0.26101 -0.10898,-0.165 -0.22699,-0.324 -0.35401,-0.47601 0.44602,-0.068 0.77802,0.15299 1.18403,0.28201 0.17199,0.055 0.35998,-0.003 0.51599,0.10999 0.21801,0.15601 0.49398,0.072 0.67801,0.22601 0.085,-0.14502 0.069,-0.28 -0.046,-0.40301 -0.10199,0.526 -0.89798,-0.194 -0.92899,-0.47699 0.302,0.238 0.655,0.16699 1.00201,0.26199 -0.12902,-0.049 -0.26101,-0.071 -0.39901,-0.065 -0.271,-0.027 -0.4,-0.315 -0.603,-0.45801 -0.181,-0.12799 -0.34799,-0.067 -0.5,-0.26099 -0.12,-0.15399 -0.037,-0.354 -0.18799,-0.50299 0.20899,0.28 0.27698,0.944 -0.26602,0.81498 -0.46198,-0.10999 -1.422,-0.021 -1.758,-0.362 0.206,-0.053 0.27802,-0.20398 0.142,-0.37998 0.47303,-0.12601 0.677,0.435 1.095,0.52201 -0.36999,-0.07 -0.14898,-0.44703 0.142,-0.33402 -0.052,-0.43399 -0.30099,-0.012 -0.56799,-0.155 -0.18302,-0.099 -0.267,-0.34399 -0.50299,-0.34399 -0.24301,0 0.1,-1.116 0.49899,-0.47602 -0.069,-0.194 0.001,-0.31698 0.215,-0.30798 -0.028,-0.11902 -0.075,-0.23102 -0.142,-0.33401 -0.042,0.30401 -0.33099,0.397 -0.47601,0.096 0.15499,-0.053 0.31402,-0.093 0.47601,-0.11901 -0.15701,-0.219 -0.48801,-0.26099 -0.703,-0.40198 -0.448,-0.293 -0.55201,-0.44101 -1.08301,-0.14701 0.19101,-0.062 0.38202,0.011 0.5,0.16901 -0.39798,-0.098 -0.806,-0.172 -1.16898,-0.37002 -0.638,-0.348 -0.186,-0.50199 -0.42502,-0.917 -0.23199,0.45801 -1.16198,0.52002 -1.19101,0.93 0.43302,-0.69599 1.12903,1.05001 0.15003,0.28302 -0.64301,-0.504 -0.067,-1.819 0.707,-1.5 -0.23102,-0.034 -0.306,-0.189 -0.16602,-0.38102 0.39402,0.30903 0.19602,-0.42099 0.59201,0 -0.31701,-0.242 0.111,-0.54098 -0.26101,-0.75998 0.216,0.91099 -0.922,0.15799 -0.23798,0.18799 -0.246,-0.033 -0.53,-0.099 -0.595,-0.38 0.31799,0.117 0.61701,-0.202 0.965,-0.13599 0.29998,0.057 0.35699,0.37598 0.655,0.39701 -0.43,-0.29401 0.031,-0.41202 0.272,-0.44401 0.28998,-0.037 0.20199,0.32798 0.51498,0.35199 -0.17199,0.232 0.19702,0.66599 0.093,0.16501 0.70898,0.32099 -0.35501,0.78699 -0.76102,0.595 0.27301,0.16498 1.15601,0.30698 1.47501,0.28498 -0.17999,-0.082 -0.29401,-0.254 -0.284,-0.45297 0.20499,0.13497 0.45301,0.20098 0.547,0.45797 0.10101,0.275 -0.194,0.504 -0.048,0.78202 0.47,-0.062 0.608,-1.20002 0.526,-1.54801 -0.078,0.25601 -0.13999,0.52301 -0.31101,0.737 0.035,-0.50699 -0.66098,-1.78101 0.33402,-1.763 -0.28202,-0.15399 -0.56702,0.063 -0.71402,0.28799 -0.051,-0.22998 -0.20899,-0.52398 -0.14298,-0.764 0.076,-0.27399 0.383,-0.27799 0.47299,-0.54499 0.17899,0.215 0.44001,0.29801 0.68,0.42099 0.30801,0.15802 0.39099,-0.177 0.13601,-0.15399 -0.20602,0.018 -0.333,-0.078 -0.496,-0.17999 -0.30301,-0.19 -0.642,-0.023 -0.93802,-0.18402 0.521,-0.39099 -0.72198,-0.79398 0.25501,-0.90399 0.70099,-0.079 1.01001,-1.069 0.651,-1.61899 -0.24701,0.406 -1.76099,-0.405 -1.72699,-0.79801 0.064,-0.082 0.14798,-0.086 0.25198,-0.012 -0.43799,-0.46301 0.44702,-0.76202 0.16602,-1.14502 -0.079,0.289 -0.341,0.29502 -0.353,-0.016 -0.014,-0.393 -0.27002,-0.24301 -0.44601,-0.60901 -0.151,-0.31598 0.014,-0.44299 0.083,-0.71698 0.039,-0.15802 -0.28101,-0.62402 0.19299,-0.513 -10e-4,-0.289 -0.189,-0.32901 -0.34799,-0.52002 -0.13001,-0.15899 -0.084,-0.36899 -0.18601,-0.53598 -0.37701,-0.62201 0.098,-0.26102 0.48401,-0.349 -0.37201,-0.051 -0.755,-0.46301 -0.85602,-0.811 0.53101,-0.18802 0.79199,0.26398 1.04801,0.642 -0.053,-0.49701 -0.40201,-1.00202 -0.64499,-1.426 -0.483,0.45398 -1.17801,-0.207 -0.586,-0.59802 0.375,-0.24799 0.888,-0.42899 0.39798,-0.90299 0.29501,1.305 -0.72498,0.35401 -1.31,0.21399 -0.44598,-0.108 -0.13699,0.60102 -0.384,0.763 -0.36798,0.24201 -1.74198,-0.164 -0.99799,-0.501 -1.307,-0.028 -1.487,-2.073 -1.629,-2.97098 -0.063,-0.39902 -0.324,-1.30701 -0.14199,-1.702 0.18399,-0.39602 0.45599,-0.048 0.375,-0.55401 -0.055,-0.35199 0.089,-0.68601 0,-1.04099 -0.13401,-0.535 -0.28302,-0.82602 -0.66001,-1.37701 -0.384,-0.56101 -0.85299,-1.07901 -1.04501,-1.74701 -0.11798,-0.41199 -9.8e-4,-0.703 -0.31699,-1.05798 -0.21301,-0.23801 -0.42199,-0.456 -0.57699,-0.73801 -0.129,-0.23599 0.049,-0.36401 -0.037,-0.54001 -0.15399,-0.31799 -0.32498,-0.54098 -0.27698,-0.91498 0.27399,0.20398 0.76898,0.33499 0.91498,-0.091 0.181,-0.52902 -0.36298,-0.93302 -0.17798,-1.45599 0.01,0.18798 0.12299,0.29299 0.31098,0.28399 -0.006,-0.13202 -0.036,-0.26001 -0.088,-0.38302 -0.063,-0.23999 0.138,-0.50498 0.13501,-0.75699 -0.007,-0.50199 -0.29001,-0.83499 0.015,-1.30899 0.24701,-0.383 -0.20099,-0.61002 -0.016,-1.06601 0.13998,-0.34601 0.406,-0.93299 0.45398,-1.293 0.117,-0.87799 -0.25599,-1.80499 -0.215,-2.66901 0.023,-0.479 0.46802,-0.88898 0.44601,-1.315 -0.019,-0.37399 -0.315,-0.81098 -0.457,-1.155 -0.11999,-0.29199 0.068,-0.681 0.17801,-0.94598 0.12,-0.288 -0.085,-0.75302 -0.12002,-1.03601 -0.026,-0.20301 0.099,-0.374 -0.049,-0.56 -0.155,-0.19599 -0.29602,-0.39099 -0.37803,-0.63001 -0.18197,-0.52798 -0.25598,-1.018 -0.47897,-1.54498 -0.405,-0.95602 -0.853,-1.99499 -1.02902,-3.02402 -0.089,-0.522 0.018,-0.574 0.38101,-0.83798 0.284,-0.20502 0.003,-0.66501 0.19501,-0.931 0.18298,-0.25302 -0.40701,-1.63901 -0.61301,-1.80801 -0.25799,-0.21299 -0.58499,-0.82801 -0.40399,-1.167 0.25198,-0.47201 0.28699,-0.89501 0.448,-1.402 0.10199,-0.32199 -0.133,-0.88401 -0.12702,-1.23801 0.009,-0.574 0.44202,-0.92099 0.219,-1.50299 -0.33399,-0.871 0.129,-1.95401 0.13501,-2.879 0.006,-0.806 -0.496,-1.47201 -0.45801,-2.237 0.023,-0.44101 0.492,-0.517 0.47501,-0.93799 -0.021,-0.56201 -0.42701,-1.11401 -0.54599,-1.669 -0.124,-0.581 -0.026,-1.15402 -0.11002,-1.73102 -0.042,-0.29099 -0.14899,-0.48798 -0.07,-0.78998 0.066,-0.24701 0.16898,-0.49701 0.116,-0.759 -0.064,-0.30902 -0.53302,-0.12302 -0.60901,-0.46301 -0.081,-0.35801 0.039,-0.74799 0.072,-1.10501 0.56101,0.50302 0.53202,-1.13797 0.52701,-1.379 -0.03,-1.396 0.25299,-3.00199 -0.267,-4.31299 -0.556,-1.40399 -0.18799,-2.948 -0.71301,-4.37799 -0.21899,-0.59601 -0.45798,-1.31302 -0.56699,-1.93601 -0.071,-0.39199 0.11399,-1.18802 -0.34201,-1.39901"
           id="path6462" /><path
           inkscape:connector-curvature="0"
           style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 270.21021,366.91939 c -0.023,-0.088 -0.047,-0.176 -0.07,-0.26398 0.32401,0.032 0.34702,0.12 0.07,0.26398"
           id="path6464" /><path
           inkscape:connector-curvature="0"
           style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 281.3552,384.7054 c -0.008,-0.087 -0.015,-0.17401 -0.023,-0.26099 0.059,0.08 0.10699,0.167 0.142,0.26099 h -0.11902"
           id="path6470" /><path
           inkscape:connector-curvature="0"
           style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 288.0452,387.7054 c -0.17099,-0.22299 -0.43298,-0.69901 -0.23798,-0.97601 0.067,0.32 0.551,0.293 0.499,-0.05 -0.028,-0.18298 -0.58502,-0.371 -0.737,-0.426 0.27298,-0.255 0.63,0.055 0.91198,0.12 0.61301,0.142 0.336,-0.58301 0.52201,-0.84601 0.20001,-0.28198 0.75799,0.36301 0.96799,0.41702 0.376,0.096 0.67001,-0.345 1.013,-0.13202 0.37701,0.23301 0.401,0.75501 0.634,1.09501 0.32202,0.47201 0.55301,1.001 0.77701,1.52401 0.52099,1.21298 1.293,2.336 1.72201,3.582 -0.23202,-0.139 -0.50702,-0.168 -0.738,-0.307 0.13501,0.134 0.294,0.229 0.47698,0.28399 -0.34399,0.36701 -1.17099,0.13901 -1.566,-0.007 -0.202,-0.075 -0.431,-0.41101 -0.65799,-0.345 -0.30201,0.088 -0.35502,0.16898 -0.611,-0.075 0.057,0.10199 0.11301,0.20499 0.16901,0.30802 -0.17502,-0.18201 -0.961,0.18499 -0.69101,-0.33402 -0.047,0.254 -0.875,0.38599 -1.095,0.28799 0.151,-0.13 0.31,-0.24899 0.47601,-0.358 -0.294,-0.17099 -0.699,0.17902 -0.979,0.23801 -0.014,-0.19 -0.092,-0.349 -0.23502,-0.47501 -0.108,0.59702 -0.53299,-0.10199 -0.74099,-0.21499 0.33001,0.44699 -0.335,0.28399 -0.56199,0.24701 -0.181,-0.031 -0.39401,0.165 -0.556,0.10998 -0.17001,-0.058 -0.229,-0.375 -0.38,-0.47598 0.289,-0.021 0.492,0.211 0.76099,0.26099 -0.017,-0.189 -0.133,-0.319 -0.33399,-0.284 0.194,-0.073 0.36099,-0.033 0.50299,0.11801 -0.543,-0.513 1.04801,0.029 1.211,-0.17603 0.13699,-0.17297 -0.013,-0.45599 0.40701,-0.33999 0.288,0.079 -0.006,0.875 0.47498,0.755 -0.15598,-0.108 -0.25498,-0.28299 -0.215,-0.47598 0.414,-0.007 0.82501,0.517 1.24002,0.33399 -0.39901,-0.22199 -0.83599,-0.33799 -1.20202,-0.62101 -0.319,-0.24698 -0.75098,-0.054 -0.98999,-0.45099 0.67001,0.10801 1.42001,0.31 1.97699,0.715 -0.211,-0.133 -0.279,-0.423 0.066,-0.36899 0.30899,0.048 0.531,0.36099 0.768,0.534 -0.083,-0.18301 -0.20999,-0.32602 -0.38,-0.43002 0.311,-0.11399 0.64499,0.307 0.85601,0.16702 0.336,-0.22101 0.81498,0.30697 0.54599,0.643 0.089,-0.19302 0.267,-0.28201 0.45301,-0.14202 -0.28702,-0.29999 -0.03,-0.31498 0.21499,-0.284 -0.87701,-0.75098 -2.652,-0.49799 -3.32299,-1.55698 -0.47602,-0.75 1.346,-0.59201 1.12698,-1.272 -0.27399,-0.849 -2.00198,0.548 -2.543,-0.31601"
           id="path6472" /></g><path
         inkscape:connector-curvature="0"
         style="fill:#ee7070;fill-opacity:1;stroke:#000000;stroke-width:0.66666663;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
         d="m 1289.5768,690.77887 c 1.0893,-0.40332 1.1274,-2.13092 1.9055,-2.9185 1.4227,-1.44814 3.1471,-2.68985 4.5,-4.20785 0.8892,-0.99718 0.2667,-2.32781 0.959,-3.21067 1.029,-1.3084 1.6768,-0.56528 2.366,-2.4993 0.2762,-0.77805 0,-0.89238 0.1842,-1.06069 -1.4323,-0.47636 1.4417,-0.45096 2.1658,-0.1969 0.7082,0.24453 1.1179,-0.57481 1.7975,-0.53352 0.9368,0.054 1.6386,1.16232 2.296,1.69584 -0.4414,0.56528 -0.2128,1.11786 0.019,1.69584 0.1715,0.42555 -0.108,1.42273 0.3684,0.95272 0.5081,2.21984 0.2667,4.2142 -0.4605,6.35147 1.4227,-0.53035 2.8645,-0.25089 2.9502,1.51165 1.7118,-0.68596 2.4263,-1.19408 2.9789,-2.96931 0.1619,-0.52082 0.3112,-1.54341 1.0067,-1.64503 0.7717,-0.11433 1.4608,1.53705 1.7339,2.13091 0.9813,2.14998 0.9845,3.30594 0.6288,5.61152 -0.1556,1.02259 -0.8034,1.90227 -1.2607,2.03247 -0.6098,0.21595 -0.9655,0.85745 -1.0607,0.9432 0.07,0.2477 0.4954,0.67643 1.718,0.70183 -0.6065,2.21667 3.8427,0.41285 4.2936,2.06106 0.162,0.58751 -0.1429,1.39732 1.0766,2.20078 0.9654,0.63515 1.9181,1.44496 2.2738,2.44849 0.8257,2.33416 0.013,3.66162 -0.3207,4.87158 -0.7431,2.70572 -1.7403,4.58575 -0.5113,7.13587 -1.2481,0.235 -2.2357,-0.27629 -3.2424,-0.8511 -1.3307,-0.759 -2.9503,-0.8638 -4.1602,-1.86098 -2.204,-1.81017 -5.0717,-2.63268 -7.1169,-4.66197 -2.2801,-2.26748 -4.0967,-4.97003 -6.4181,-7.18987 -0.7304,-0.69866 -6.1197,-2.56599 -4.8494,-3.77594 -0.9813,0.0984 -2.188,-1.4132 -3.0264,-1.81335 -1.6768,-0.80663 -1.5307,-1.74347 -2.7947,-2.95025"
         id="lr"><title
           id="title3703">Liberia</title></path><path
         inkscape:connector-curvature="0"
         style="fill:#ee7070;fill-opacity:1;stroke:#000000;stroke-width:0.66666663;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
         d="m 1571.0802,668.14859 c -0.127,2.15315 -2.0007,2.44531 -1.7149,4.03 0.2763,-0.10162 0.5494,-0.20007 0.8289,-0.30169 0.2223,0.84157 -0.2382,1.59739 -0.5272,2.34369 1.68,0.30487 3.6553,-0.1302 5.2082,0.72724 0.4001,0.13021 0.5939,0.4065 0.5939,0.91462 -0.4542,2.00388 -0.086,2.67079 1.4894,2.94072 1.0448,0.25406 2.512,0.0667 3.4139,0.7463 1.0512,0.79394 1.5815,1.67044 2.7184,2.51518 1.7689,1.31793 0.4097,2.33417 0.3906,2.9979 -0.038,1.1115 1.5371,1.91179 2.3977,2.4199 0.9242,0.54941 1.9372,1.15597 2.8931,1.64503 1.8673,0.9559 1.2989,1.47037 1.9848,2.55965 0.4859,0.76852 2.5597,1.15914 1.9912,2.29923 -0.759,1.518 -0.1365,1.78158 0.7971,2.65173 0.8543,0.80029 -0.1048,1.46719 1.3593,2.42944 0.9304,0.61292 1.8641,0.92096 2.8899,1.44814 1.6514,0.84792 2.2674,1.8451 2.1944,3.63939 -0.07,1.67678 1.0734,2.59775 1.5879,4.0173 -1.3211,-1.43861 -3.0868,-2.02294 -4.2619,-0.80029 -0.4986,0.51765 -1.5275,0.38744 -2.1404,0.32711 -0.2954,-0.10163 -0.5812,-0.0794 -0.8543,0.0603 -0.6859,0.34298 -0.9305,-0.29851 -1.4545,-0.50494 -1.0511,-0.40967 -1.9118,-1.26076 -3.0264,-0.94001 -2.2294,0.63514 -2.3056,-0.84793 -3.7284,-1.06705 -0.905,-0.13973 -1.5402,0.4446 -1.3623,1.34333 0.2858,1.47354 -1.4514,1.69902 -2.4803,2.02295 -1.0258,0.32075 -2.4294,0.78758 -3.3821,0.0921 -0.5113,-0.37156 -1.6292,-1.97848 -1.9309,-0.97495 -0.4128,1.3751 -3.2265,2.28971 -4.4143,2.50566 -2.1785,0.39696 -3.579,2.44214 -4.5032,1.43543 -1.0384,-1.13691 -2.2039,-2.77877 -3.9347,-0.759 -0.5272,0.61291 -0.4732,1.54023 -0.8765,2.21348 -0.5526,0.91779 -0.6669,2.16268 -1.6514,2.83593 -1.3751,0.93685 -4.6016,-1.11468 -6.3133,-1.04799 -0.994,0.0349 -1.1878,0.33028 -2.3532,-0.0572 -1.1973,-0.39697 -1.607,0.18102 -2.439,-0.84475 -0.8321,-1.03211 -2.5755,-0.15561 -3.7474,-0.36521 -1.4672,-0.26358 -1.4926,-2.28652 -2.3119,-3.08046 -1.4227,-1.38462 -3.5695,-2.34051 -4.9351,-3.17256 -1.9245,-1.17184 -4.6683,1.24807 -5.6401,2.92803 -0.5558,0.9559 -1.3497,1.91179 -1.7308,2.94708 -0.2985,0.80981 -1.4576,0.67326 -1.7625,1.13374 -0.4891,0.73677 0.7431,2.25477 0.651,3.11222 -0.1302,1.24171 -0.254,1.78158 -0.1905,4.57305 -1.048,-1.73712 -3.6934,-0.235 -5.4782,-0.50176 -0.8034,-0.12068 -2.1785,-0.76853 -2.9185,-1.10833 -1.4259,-0.65738 -2.6009,0.68278 -4.0522,0.97177 -2.1373,0.42237 -3.8426,-0.3144 -4.3127,2.33099 -0.254,1.42591 -0.1079,2.98201 -0.3683,4.36663 -0.3525,1.85463 -1.6038,3.64892 -2.2358,5.43369 -0.4795,-2.08011 -0.8606,-3.93156 -1.0098,-6.0466 -0.1525,-2.12139 -2.3945,-2.01024 -3.5092,-3.25195 -0.5463,-0.60974 -6.253,-7.26926 -3.6426,-7.33595 -1.3497,-0.95272 -1.0734,-3.0487 -2.458,-4.12845 -1.7943,-1.40368 -1.5339,-3.41709 -1.6133,-5.52578 -0.029,-0.78758 -1.048,-1.32746 -1.0194,-1.85463 0.041,-0.77805 0.4922,-1.57516 0.5462,-2.39768 0.06,-0.89555 0.06,-1.86415 -0.1905,-2.73748 -0.2414,-0.81934 -1.2417,-0.43825 -1.5498,-1.50847 0.5145,-0.83522 1.2862,-1.39097 2.0293,-2.00389 1.1528,-0.94954 1.264,-2.042 2.0071,-3.2329 1.2639,-2.02929 2.1309,-5.06847 3.5536,-6.99931 1.7594,-2.39451 2.0389,-0.75583 4.3032,-1.41638 1.1813,-0.34298 2.1086,-0.59069 3.2551,-0.9559 1.1305,-0.36521 0.8257,-1.59739 2.0229,-2.02612 0.3271,1.2703 1.3211,1.99437 2.0357,3.0233 0.6351,-1.25759 2.5755,-1.8705 3.1725,-2.32146 1.8737,-1.4259 4.8144,-1.99753 7.0533,-2.00389 1.9595,-0.003 3.884,0.55258 4.8462,-1.26076 0.6764,-1.27982 3.4298,-3.55047 3.2837,-4.76995 -0.092,-0.759 -1.7752,-0.56211 -1.8483,-1.53388 -0.1143,-1.48942 4.4556,-1.53071 5.6528,-1.50848 3.7411,0.0603 7.8473,-1.40685 10.2894,-4.43332 1.283,-1.59422 2.0769,-3.30594 3.7315,-4.53495 0.8416,-0.62562 3.1853,-2.74383 2.7184,-3.71878 -0.5907,-1.22901 0.3779,-2.45485 1.8578,-2.8137 1.6705,-0.40332 2.963,-2.50248 4.9161,-2.55012 2.3564,-0.054 2.8994,1.47354 3.9411,2.73749 1.6386,1.98483 3.4139,3.46154 4.3825,5.58611 0.9781,2.17538 1.0988,3.95061 0.886,6.09106 z"
         id="cf"><title
           id="title3725">Central African Republic</title></path><path
         inkscape:connector-curvature="0"
         style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.66666663;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
         d="m 1510.5285,313.29528 c 0.8225,-2.13092 1.8514,-1.75618 3.8109,-1.77524 0.7558,-0.01 3.9379,-1.58151 4.0236,-2.277 0.3271,-2.67396 6.6722,-4.72231 6.0815,-2.75336 0.8257,-0.11432 2.5502,-1.93719 3.4489,-1.60374 1.4037,0.52082 2.8486,2.00706 2.5247,2.58504 1.21,0.95908 1.6292,0.36204 2.9947,-0.64149 0.47,-0.34616 1.7594,-0.76853 2.4485,-0.524 2.5088,0.89873 3.5378,-0.15879 5.4337,-0.13973 2.1436,0.0222 3.1662,0.006 4.9732,1.7276 0.7114,0.67643 2.5311,0.87968 3.1059,1.09245 0.4668,0.073 0.3842,-0.0127 -0.1779,1.62598 -0.4954,1.42908 -1.8356,2.83593 -2.0356,4.08716 -0.041,0.24771 0.5049,0.67326 -0.3303,0.60339 -2.6962,1.45131 -4.1062,-1.49894 -4.6969,-1.31793 -0.6193,0.19372 -0.7146,0.50812 -1.4481,0.36521 -0.8734,-0.16831 -1.8642,-0.50494 -2.7502,-0.59068 -2.0865,-0.2096 -2.5629,0.20007 -2.7693,2.19443 -0.1397,1.33381 -3.3853,2.14044 -4.5,1.5307 -2.7279,-1.48624 -1.5529,-0.30169 -2.693,0.68596 -1.0035,0.87015 -6.1324,0.3398 -3.6966,2.2643 -1.6577,0.20325 -3.3408,0.79393 -5.1256,0.67008 -0.6097,-0.0445 -1.699,0.0921 -2.5755,-0.13338 -0.7812,-0.20325 -1.6419,-0.88921 -2.3786,-1.25442 -1.1243,-0.55893 -2.5692,-1.51165 -3.1853,-2.65173 -0.2604,-0.48272 -0.013,-1.08928 -0.1778,-1.6101 -0.3081,-0.97495 -0.1303,-1.27665 -0.3049,-2.1595"
         id="sk"><title
           id="title3736">Slovakia</title></path><path
         inkscape:connector-curvature="0"
         style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.66666663;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
         d="m 1535.0293,248.49126 c 1.067,0.17149 1.3179,-0.94319 2.0388,-1.43861 0.7812,-0.53987 2.1754,-0.71454 3.0773,-0.92731 2.3468,-0.54941 5.1034,-0.56846 7.5074,-0.4319 1.4196,0.62244 3.163,0.0889 4.4524,0.46048 1.5656,0.13338 4.8938,0.85427 6.3959,-0.12068 2.0484,-1.32746 2.1373,0.1175 3.4012,1.12421 0.7686,0.61292 1.7753,0.49859 2.7153,0.63832 1.2544,0.18737 2.385,0.72407 3.1948,1.64503 0.5081,0.57481 3.7251,2.6962 4.4555,2.30241 -0.5176,2.26747 -0.3461,2.85498 1.7054,3.40121 -1.2608,0.61609 -0.3366,1.65456 -2.0896,1.31158 -1.3466,-0.26676 -1.5022,1.01306 -2.4803,1.57834 -2.3977,1.38779 -0.9845,3.06141 -2.9915,5.20185 0.5017,0.20642 1.5243,0.28899 1.6609,0.9813 0.1588,0.8384 -0.9559,1.01306 -1.5148,0.83204 0.5811,-1.54975 -1.8007,-1.0861 -1.9309,-0.77488 -0.6002,1.44814 -2.4231,0.42238 -3.1313,1.88321 -0.2445,0.5113 -1.5084,0.51765 -2.0515,0.81617 -0.9114,0.49859 -2.5946,-0.054 -3.6172,0.0413 -0.5049,0.0476 -2.7501,0.34933 -2.9248,-0.50494 -0.2064,-1.01306 -1.2385,-2.39768 -2.2262,-2.84546 -1.3687,-3.5981 -0.3779,-3.30911 0.1556,-4.72231 0.1112,-0.29535 -1.9086,-1.90227 -2.242,-1.90862 -0.8099,-0.019 -5.0082,0.22548 -6.361,-0.85109 -1.4768,-1.17503 -3.5569,-1.58152 -3.8109,-0.42555 0.044,-1.12104 -1.8007,-2.58187 -2.3691,-3.53459 -0.6987,-1.16232 -0.5971,-2.48343 -1.0194,-3.73149"
         id="lt"><title
           id="title3704">Lithuania</title></path><path
         inkscape:connector-curvature="0"
         style="fill:#900000;fill-opacity:1;stroke:#000000;stroke-width:0.66666663;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
         d="m 1582.4366,915.59223 c 1.0194,0.23818 2.023,0.45413 3.0424,0.0794 0.994,-0.36521 1.4735,1.11469 2.1118,1.52436 0.7019,0.45413 1.9118,-0.65738 2.5914,-0.76218 0.8765,-0.13656 2.1881,0.85427 2.9503,1.1782 2.204,0.94637 3.5282,-1.06705 4.716,-2.67079 1.5878,-2.13727 3.1566,-4.14116 4.2872,-6.0466 0.5462,-0.91779 1.302,-1.283 2.1182,-1.9245 1.1052,-0.87015 2.3247,-1.41637 3.6521,-1.96895 2.5882,-1.07658 3.0582,-1.3878 3.2107,-4.32535 0.073,-1.43861 2.4834,-3.22019 3.7886,-3.73466 1.2227,-0.48589 2.7153,-1.14962 4.0332,-1.20043 1.5942,-0.0635 3.2043,0.44143 4.789,0.0413 0,3.00742 -0.2604,3.29642 3.0741,3.29642 2.077,0 3.2361,0.51129 5.2813,1.3338 1.1401,0.46048 3.7696,1.99119 4.8398,2.566 1.5529,0.82886 4.1507,0.47636 4.7699,1.78476 0.4542,0.9686 1.2449,1.03846 2.1564,0.76535 -0.235,1.39732 -1.0576,2.19761 -0.4034,3.63939 0.7686,1.69267 -0.181,2.93438 0.3398,4.52225 0.5082,1.54023 -0.6383,3.25195 -0.3144,4.92556 0.2255,1.15914 0.9305,2.11186 -0.098,3.03282 -0.7526,0.67326 -0.063,2.24842 -0.5081,2.49931 -1.0829,0.61291 -1.3592,0.52082 -1.7784,1.87686 -0.1842,0.60339 0.813,0.82251 1.1083,1.09245 0.2509,0.22865 0.041,1.12103 0,1.37827 -0.1016,0.61609 -0.6002,0.94954 -0.7717,1.52117 -0.1334,0.44143 0.5494,2.09281 0.686,2.58823 0.2508,-0.10163 0.5017,-0.20325 0.7558,-0.30487 -0.079,1.65138 0.578,2.3024 -0.4224,3.97919 -0.8034,1.34651 -1.3211,3.5854 -2.8137,4.28724 -1.6355,0.76853 -0.3843,1.80699 -0.6923,3.07729 -0.3779,1.55611 -1.5847,2.45484 -0.3779,4.01412 -1.2544,-0.91461 -6.939,7.48521 -7.987,8.15529 -0.9908,0.63197 -1.4926,2.02929 -1.9118,2.01976 -0.8892,-1.8451 -4.4047,-1.07974 -6.18,-1.07339 -1.5465,0.003 -2.9693,-0.59704 -4.4047,-1.09246 -3.2869,-1.13373 -4.2936,-0.32392 -4.4714,-0.53669 -0.867,-1.04165 -0.9782,-0.53035 -1.9722,-1.07658 -1.1051,-0.60339 0,-1.57834 -0.3493,-2.03564 -1.5815,-2.04835 -7.4503,-0.73677 -8.3331,-2.89627 -0.8638,-2.10551 -2.5438,-4.11893 -1.8261,-6.22127 0.9877,-2.89309 -0.4319,-3.55364 -3.325,-2.96295 0.5177,-2.73114 -0.1968,-3.84582 -2.7279,-4.59847 -2.0039,-0.59386 -4.6842,-2.83593 -5.8084,-4.58258 -1.7181,-2.66762 -1.7403,-5.99896 -3.7919,-8.58718 -0.8987,-1.13057 -3.76,-5.07165 -3.0296,-6.57695"
         id="zw"><title
           id="title3747">Zimbabwe</title></path><g
         transform="matrix(3.1757337,0,0,3.1757337,-0.02195285,3.9026)"
         style="fill:#510000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
         id="lk"><title
           id="title3077">Sri Lanka</title><path
           inkscape:connector-curvature="0"
           style="fill:#510000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 635.80719,210.0744 c 0.0711,0.16899 0.34302,0.274 0.47504,0.381 -0.051,-0.22701 -0.237,-0.392 -0.47504,-0.381"
           id="path6496" /><path
           inkscape:connector-curvature="0"
           style="fill:#510000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 636.16321,214.3604 c 0.005,1.06199 0.40003,5.405 2.35498,4.765 0.89002,-0.291 2.21399,-0.9 2.685,-1.749 0.38904,-0.70001 0.56201,-1.93499 0.08,-2.63501 0,0.12401 -0.43903,-0.72399 -0.54602,-0.83399 0.61505,0.43901 -0.14099,-0.482 -0.232,-0.62999 -0.28796,-0.46801 -0.294,-1.00602 -0.531,-1.489 -0.18195,0.153 -0.38099,0.1 -0.5,-0.095 0.58905,0.046 -0.74299,-1.60901 -0.81501,-1.84301 -0.077,-0.253 -1.57299,-1.983 -1.85095,-1.729 0.30896,0.073 0.47901,0.368 0.69196,0.57201 -0.32398,-0.18901 -0.91999,-1.00901 -1.31,-0.5 0.17902,0.26799 0.51105,0.293 0.737,0.5 0.041,-0.293 0.81799,0.17799 0.97601,0.40499 -0.143,-0.109 -0.92901,-0.29299 -1.14502,-0.28601 0.16205,0.22301 0.008,0.22901 -0.10498,0.38401 -0.15802,0.214 0.18402,0.56199 -0.026,0.90699 -0.48901,0.80301 -0.39996,2.22101 -0.43701,3.16201 -0.38098,-0.111 -0.20496,-0.607 -0.21497,-0.881 -0.36999,0.573 0.13001,1.38001 0.18799,1.976"
           id="path6498" /><path
           inkscape:connector-curvature="0"
           style="fill:#510000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 636.1402,208.38339 c 0.044,0.16001 0.035,0.22802 0.23804,0.19101 -0.079,-0.064 -0.15802,-0.127 -0.23804,-0.19101"
           id="path6500" /></g><path
         inkscape:connector-curvature="0"
         style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.66666663;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
         d="m 2307.3899,389.51924 c 0.2827,-1.01941 0.8765,-1.8324 1.6832,-2.64221 0.5398,-0.54305 1.3909,-0.29534 1.537,-0.97495 0.3017,-1.4005 3.125,-1.4926 3.125,-2.89627 0,-0.84792 0.9082,-0.46048 1.4163,-0.59704 0.975,-0.26358 1.1433,-1.77841 1.3053,-2.3945 0.4858,-1.87686 -0.4923,-4.16339 0.7939,-4.88428 0.5113,-0.28899 1.0639,-1.17502 1.7752,-0.81934 1.0099,0.50494 1.7403,1.39732 2.7216,1.94673 1.7403,0.97495 3.5314,1.28934 5.4655,1.45448 1.0734,0.0921 3.2678,0.23818 2.4866,-1.50212 -0.3367,-0.75582 -1.3116,-0.87333 -1.8896,-1.36239 -0.7812,-0.66055 -1.3624,-1.52435 -1.9626,-2.34052 1.6927,-0.43189 3.6235,-0.27628 5.3638,-0.43507 2.2897,-0.21277 1.0544,-1.66409 1.5148,-2.82005 0.397,-1.00036 1.8102,-0.33663 2.5533,-0.66691 1.0703,-0.47636 -0.7494,-4.10304 -0.9686,-4.85252 1.6133,-0.0921 2.9757,0.24771 3.7442,1.64503 1.1052,2.00071 4.2492,2.54059 5.71,4.40475 -0.6828,0.50811 -1.2576,-0.24771 -1.9817,-0.11433 -0.4287,0.0762 -0.7018,1.27347 -0.8288,1.59739 -0.4859,1.24489 -1.7149,3.36628 -1.3688,4.75408 0.2414,0.97812 5.3289,5.90369 3.0741,7.01837 -0.7463,0.36838 -1.6736,0.67643 -2.0674,1.48942 -0.254,0.51764 0.2223,1.22583 -0.2127,1.65138 -0.6352,0.61609 -1.3243,0.64785 -1.807,1.5053 -0.3811,0.67008 -0.6352,1.47036 -1.2163,2.00388 -0.6733,0.61292 -1.6292,0.43826 -2.4199,0.77806 -0.6797,0.28899 -1.156,0.87333 -1.6864,1.36239 -0.724,0.6669 -1.4386,0.98448 -0.4986,1.753 0.7813,0.63515 0.9242,1.89274 1.1084,2.81688 -0.3525,-1.22266 -0.7876,-0.55258 -0.7082,0.32075 0.1588,1.66408 1.9658,1.00353 3.0995,1.70854 1.699,1.05117 7.3804,3.31547 7.1009,5.7322 -0.4096,3.53777 -6.8976,0.0667 -8.5935,2.81053 -0.6066,0.9813 -0.5907,3.47107 -1.7625,3.27418 -0.6066,-0.10798 -3.9602,-1.21631 -2.6962,0.59704 -0.6955,-0.42238 -2.0007,-0.67643 -2.5374,-1.15915 -0.8448,-0.759 -1.7308,-1.36556 -2.9058,-1.4132 0.4668,0.37156 0.9686,0.67008 1.5116,0.90826 -0.7685,0.0794 -0.8987,1.44814 -1.8895,2.26748 -0.6542,-1.01306 0.6351,-0.58434 0.524,-1.20678 -0.1461,-0.8511 -1.2576,-1.24489 -1.2068,-0.0762 -0.5907,-1.27982 -2.3088,-0.0286 -3.0233,-1.28617 1.7466,0 -0.4637,-1.29888 1.3655,-0.67961 -0.9527,-0.99718 -2.8803,-0.44778 -4.0871,-0.68278 0.1619,-0.62562 0.6669,-0.91461 1.283,-0.67961 -1.4831,-0.99718 -0.1048,-2.56599 -1.1338,-3.70291 1.1084,0.80664 0.5875,-0.68278 1.9753,-0.76217 0.8543,-0.0476 1.969,0.0826 2.7185,0.53352 -0.9273,-1.92132 -4.6684,0.0254 -4.7128,-2.71843 -0.016,-1.07975 0.5621,-2.66444 0.2667,-3.6775 -0.3017,-1.02893 -1.3687,-0.91461 -0.9209,-2.22301 -1.8991,1.22266 -4.2396,-1.06069 -5.9005,-1.7403 0.3715,0.54622 0.3175,1.05117 -0.1588,1.51165 -0.2287,-1.01941 -1.1433,-1.44496 -2.0103,-1.8197 -0.489,-0.21277 -2.8359,-1.89591 -1.0861,-1.95943 -0.3302,-0.25405 -0.6542,-0.50494 -0.9813,-0.75582"
         id="kp"><title
           id="title3048">North Korea</title></path><g
         transform="matrix(3.1757337,0,0,3.1757337,-0.02195285,3.9026)"
         style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
         id="gr"><title
           id="title3758">Greece</title><path
           inkscape:connector-curvature="0"
           style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 483.653,122.616 c 0.175,0.04 0.401,0.074 0.57,-0.007 0.36,-0.172 -0.231,-0.406 0.313,-0.35 -0.192,-0.477 -0.322,-0.459 0.135,-0.707 0.288,-0.155 0.483,-0.372 0.585,-0.686 0.142,-0.433 0.299,-0.395 0.575,-0.705 0.266,-0.299 -0.144,-0.663 -0.129,-0.97 0.2,0.132 0.516,-0.05 0.848,-0.043 0.739,0.017 1.119,-0.427 1.731,-0.7 0.393,-0.175 0.858,0.059 1.292,-0.088 0.278,-0.095 0.101,-0.463 0.49,-0.455 0.257,0.005 0.562,0.26 0.791,0.099 0.307,-0.215 0.771,-0.085 1.118,-0.132 0.347,-0.047 0.677,-0.431 1.009,-0.536 0.261,-0.083 0.704,-0.23 0.93,0.007 0.199,0.206 0.353,0.592 0.715,0.477 0.391,-0.124 0.63,0.181 0.999,0.254 0.329,0.064 0.626,-0.141 0.956,-0.128 0.297,0.012 0.705,0.1 0.963,-0.098 0.321,-0.248 -0.031,-0.558 -0.124,-0.814 -0.165,-0.458 0.833,-0.127 0.938,-0.068 0.337,0.188 0.273,0.492 0.401,0.823 -0.734,0.315 -0.548,0.501 -0.582,0.965 -0.027,0.361 -0.242,0.649 -0.69,0.862 0.14,-0.38 -1.606,-0.457 -1.876,-0.564 -0.527,-0.209 -0.519,-0.103 -0.991,0.207 -0.325,0.214 -0.627,-0.395 -0.935,-0.242 -0.432,0.215 -0.448,0.792 -1.104,0.553 -0.491,-0.18 -0.456,0.053 -0.329,0.38 0.069,0.177 0.327,0.045 0.187,0.3 -0.095,0.172 0.113,0.377 0.244,0.236 0.268,-0.287 0.945,0.633 1.09,0.797 -0.376,0.206 -0.854,-0.603 -1.243,-0.636 -0.899,-0.075 0.296,0.811 0.34,1.065 -0.419,0.136 -0.858,-0.6 -1.206,-0.739 -0.291,-0.117 -0.328,0.068 -0.217,0.287 0.162,0.32 0.477,0.4 0.732,0.618 -0.613,0.257 -0.763,-0.282 -0.94,-0.667 -0.2,-0.434 -0.848,-0.492 -1.13,-0.857 0.185,-0.053 0.279,-0.188 0.238,-0.381 -1.327,0.183 -0.717,1.661 -0.227,2.305 0.26,0.341 1.974,1.908 0.75,2.029 0.525,-0.183 0.028,-0.899 -0.357,-0.786 -0.504,0.148 -0.068,1.089 0.334,0.929 -0.257,0.331 -0.682,0.53 -1.098,0.405 0.273,0.14 1.027,0.347 1.142,0.614 0.093,0.214 0.353,-0.134 0.499,0.085 0.138,0.206 -0.212,0.227 0.27,0.363 0.508,0.143 0.821,0.436 1.3,0.651 0.355,0.159 0.333,0.457 0.289,0.79 -0.049,0.367 0.265,0.694 0.075,1.045 -0.404,-0.321 -0.755,-0.872 -1.297,-0.974 -0.395,-0.074 -0.778,0.24 -1.157,0.212 -0.007,0.329 0.297,0.031 0.318,0.384 0.014,0.228 0.404,1.046 0.469,0.449 0.082,0.164 0.512,0.342 0.354,0.572 0.037,-0.053 -0.715,0.331 -0.595,0.333 -0.336,-0.007 -0.108,-0.348 -0.365,-0.451 -0.254,-0.102 -0.562,-0.125 -0.776,-0.311 -0.043,0.587 0.512,1.106 0.706,1.631 0.115,0.312 0.266,0.582 0.183,0.914 -0.074,0.292 0.373,0.378 0.309,0.652 -0.028,0.122 -0.871,-0.726 -0.942,-0.84 -0.42,-0.667 -0.787,0.397 -0.663,0.786 -0.359,0.052 -0.485,-0.965 -0.745,-1.147 -0.167,-0.117 -0.102,-0.439 -0.373,-0.412 -0.352,0.035 -0.292,0.485 -0.261,0.726 -0.715,-0.121 -0.961,-0.945 -0.675,-1.534 0.233,-0.479 -1.172,-1.399 -1.399,-1.729 0.283,-0.089 0.425,-0.486 0.628,-0.676 0.198,-0.185 0.429,0.015 0.646,-0.175 0.15,-0.131 0.313,-0.431 0.552,-0.385 0.437,0.084 0.734,0.533 1.219,0.576 0.378,0.034 0.625,0.31 0.932,0.494 0.243,0.146 0.361,-0.144 0.614,-0.296 0.204,-0.123 0.478,-0.305 0.023,-0.361 -0.247,-0.031 -0.459,0.007 -0.686,-0.135 -0.258,-0.161 -0.312,-0.448 -0.522,-0.113 -0.12,-0.173 -0.263,-0.324 -0.43,-0.452 0.038,0.618 -0.848,0.129 -1.1,0.186 -0.645,0.144 -1.057,0.346 -1.4,-0.258 -0.045,0.217 -0.244,0.377 -0.426,0.477 -0.122,-0.393 -0.222,-0.823 -0.568,-1.08 -0.183,-0.136 -0.699,-0.505 -0.435,-0.778 0.1,-0.103 1.407,0.308 0.811,-0.238 -0.185,-0.168 -0.878,-0.21 -0.834,0.214 -0.195,-0.577 -0.731,-0.66 -1.106,-1.033 -0.263,-0.261 -0.22,-0.974 -0.68,-1.015"
           id="path6492" /><path
           inkscape:connector-curvature="0"
           style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 496.895,121.449 c -0.192,-0.313 0.419,-0.65 0.539,-0.323 0.07,0.189 -0.424,0.315 -0.539,0.323"
           id="path3606" /><path
           inkscape:connector-curvature="0"
           style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 500.417,131.188 c -0.386,-0.365 0.577,-0.685 0.834,-0.619 -0.203,0.162 -0.815,0.306 -0.834,0.619"
           id="path3608" /><path
           inkscape:connector-curvature="0"
           style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 483.607,123.259 c 0.087,0.056 0.174,0.111 0.261,0.167 -0.462,0.089 -1.07,-0.703 -1.048,-1.119 0.926,-0.092 0.136,0.742 0.787,0.952"
           id="path6518" /><path
           inkscape:connector-curvature="0"
           style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 484.99,126.331 v -0.238 c 0.172,0.141 0.085,0.393 0.248,0.523 0.178,0.144 0.35,0.295 0.417,0.524 -0.209,0.081 -0.78,0.013 -0.761,-0.309 -0.079,0.048 -0.159,0.096 -0.238,0.143 -0.231,-0.43 0.184,-0.36 0.334,-0.643"
           id="path6520" /><path
           inkscape:connector-curvature="0"
           style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 485.32,125.021 c 0.123,0.147 0.098,0.843 -0.189,0.634 -0.167,-0.122 -0.061,-0.683 0.189,-0.634"
           id="path6522" /><path
           inkscape:connector-curvature="0"
           style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 485.439,126.521 c -0.118,-0.141 -0.205,-0.3 -0.261,-0.476 0.121,0.14 0.208,0.299 0.261,0.476"
           id="path6524" /><path
           inkscape:connector-curvature="0"
           style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 485.796,128.402 c -0.231,-0.142 -0.527,-0.353 -0.499,-0.667 0.502,-0.001 0.798,0.265 0.499,0.667"
           id="path6526" /><path
           inkscape:connector-curvature="0"
           style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 490.965,132.022 c 0.164,0.191 0.403,0.556 0,0.642 -0.05,-0.191 -0.244,-0.486 0,-0.642"
           id="path6528" /><path
           inkscape:connector-curvature="0"
           style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 492.011,127.402 c 0.157,0.25 0.033,0.312 -0.189,0.31 0.008,-0.137 0.071,-0.24 0.189,-0.31"
           id="path6530" /><path
           inkscape:connector-curvature="0"
           style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 492.037,128.331 c -0.065,-0.082 -0.121,-0.169 -0.169,-0.262 0.27,-0.077 0.326,0.01 0.169,0.262"
           id="path6532" /><path
           inkscape:connector-curvature="0"
           style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 492.179,126.069 c 0.112,-0.49 -1.217,-1.392 -1.62,-1.048 0.194,-0.215 0.409,-0.556 0.736,-0.565 0.376,-0.011 0.516,0.427 0.739,0.643 0.335,0.325 0.824,0.195 1.217,0.375 0.459,0.21 0.238,0.819 0.486,1.169 0.199,0.28 0.617,0.185 0.774,0.539 0.215,0.485 -0.532,0.092 -0.636,-0.003 -0.244,-0.223 -0.397,-0.754 -0.68,-0.893 -0.303,-0.149 -0.807,0.141 -1.016,-0.217"
           id="path6534" /><path
           inkscape:connector-curvature="0"
           style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 492.368,124.354 c -0.085,-0.065 -0.164,-0.137 -0.239,-0.214 0.18,-0.046 0.283,0.022 0.239,0.214"
           id="path6536" /><path
           inkscape:connector-curvature="0"
           style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 493.919,135.379 c -0.316,0.069 -0.985,0.025 -1.285,-0.104 -0.309,-0.133 -0.109,-0.636 -0.098,-0.872 0.079,0.049 0.158,0.096 0.238,0.143 0.088,-0.157 0.12,-0.323 0.096,-0.5 0.195,0.584 0.67,0.338 1.118,0.285 -0.445,0.174 -0.116,0.252 0.071,0.424 0.284,0.26 0.55,0.211 0.894,0.088 0.711,-0.254 1.453,0.192 2.169,0.227 0.2,0.01 0.583,-0.196 0.591,0.155 0.004,0.145 -0.095,0.337 0.127,0.323 0.334,-0.021 0.71,-0.318 1.042,-0.255 0.159,0.03 0.201,0.376 0.106,0.483 -0.129,0.144 -0.389,0.138 -0.562,0.137 -0.687,-0.004 -1.351,0.065 -2.027,0.198 -0.246,0.048 -0.568,0.145 -0.805,0.009 -0.206,-0.119 -0.17,-0.375 -0.384,-0.477 -0.401,-0.191 -0.868,-0.161 -1.291,-0.264"
           id="path6538" /><path
           inkscape:connector-curvature="0"
           style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 493.942,128.759 c -0.096,-0.192 0.007,-0.351 0.188,-0.428 0.035,0.185 -0.028,0.328 -0.188,0.428"
           id="path6540" /><path
           inkscape:connector-curvature="0"
           style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 494.18,131.26 v -0.262 c 0.165,0.164 0.366,0.142 0.499,-0.048 0.017,0.314 -0.294,0.256 -0.499,0.31"
           id="path6542" /><path
           inkscape:connector-curvature="0"
           style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 494.276,120.092 c -0.332,-0.093 -0.365,-0.701 0.047,-0.619 0.372,0.074 0.299,0.569 -0.047,0.619"
           id="path6544" /><path
           inkscape:connector-curvature="0"
           style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 494.392,125.235 c -0.017,-0.269 -0.387,-0.278 -0.285,-0.571 0.295,0.019 0.396,0.324 0.5,0.547 -0.072,0.009 -0.144,0.016 -0.215,0.024"
           id="path6546" /><path
           inkscape:connector-curvature="0"
           style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 495.037,130.522 c -0.04,-0.08 -0.08,-0.159 -0.119,-0.239 0.272,0 0.312,0.08 0.119,0.239"
           id="path6548" /><path
           inkscape:connector-curvature="0"
           style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 495.44,121.711 c 0.269,-0.04 0.532,0.117 0.787,-0.023 -0.091,0.154 -0.138,0.321 -0.142,0.5 -0.367,-0.201 -0.924,0.234 -0.645,-0.477"
           id="path6550" /><path
           inkscape:connector-curvature="0"
           style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 495.49,128.307 c -0.219,-0.234 -0.4,-0.508 -0.668,-0.691 0.066,-0.08 0.145,-0.143 0.238,-0.19 0.113,0.379 0.712,0.379 0.43,0.881"
           id="path6552" /><path
           inkscape:connector-curvature="0"
           style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 495.585,128.331 c 0.219,0.066 0.557,0.042 0.57,0.357 -0.248,0.047 -0.494,-0.126 -0.57,-0.357"
           id="path6554" /><path
           inkscape:connector-curvature="0"
           style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 495.655,131.426 c -0.087,-0.047 -0.174,-0.095 -0.261,-0.143 0.177,-0.02 0.154,0.057 0.261,0.143"
           id="path6556" /><path
           inkscape:connector-curvature="0"
           style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 496.154,130.331 c -0.208,-0.163 -0.19,-0.36 0.05,-0.476 0.143,0.157 0.113,0.348 -0.05,0.476"
           id="path6558" /><path
           inkscape:connector-curvature="0"
           style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 496.465,129.093 c -0.182,-0.248 -0.127,-0.32 0.166,-0.215 -0.056,0.072 -0.111,0.143 -0.166,0.215"
           id="path6560" /><path
           inkscape:connector-curvature="0"
           style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 496.607,131.26 c -0.079,-0.064 -0.158,-0.127 -0.238,-0.191 0.179,-0.106 0.356,-0.015 0.238,0.191"
           id="path6562" /><path
           inkscape:connector-curvature="0"
           style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 496.631,120.306 v 0.239 c -0.193,0.037 -0.337,-0.066 -0.358,-0.262 0.122,-0.034 0.241,-0.026 0.358,0.023"
           id="path6564" /><path
           inkscape:connector-curvature="0"
           style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 496.773,130.498 c -0.089,-0.119 -0.271,-0.34 -0.181,-0.51 0.049,-0.093 0.308,-0.306 0.414,-0.223 0.183,0.145 -0.077,0.657 -0.233,0.733"
           id="path6566" /><path
           inkscape:connector-curvature="0"
           style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 497.609,130.926 c 0.094,-0.264 0.355,-0.382 0.619,-0.381 -0.228,0.093 -0.398,0.276 -0.619,0.381"
           id="path6568" /><path
           inkscape:connector-curvature="0"
           style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 497.894,126.974 c -0.527,-0.204 0.113,-0.82 -0.476,-1.048 0.622,-0.806 1.09,0.663 0.476,1.048"
           id="path6570" /><path
           inkscape:connector-curvature="0"
           style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 497.94,128.807 c 0.032,-0.43 0.548,-0.366 0.834,-0.5 -0.138,0.309 -0.516,0.475 -0.834,0.5"
           id="path6572" /><path
           inkscape:connector-curvature="0"
           style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 498.704,124.664 c -0.271,-0.031 -0.516,-0.164 -0.741,-0.31 0.078,-0.059 0.159,-0.115 0.242,-0.166 -0.219,-0.02 -0.494,0.099 -0.691,-0.041 -0.367,-0.259 0.04,-0.378 0.276,-0.442 0.735,-0.2 0.965,0.082 1.364,0.792 -0.192,-0.117 -0.36,-0.015 -0.45,0.167"
           id="path6574" /><path
           inkscape:connector-curvature="0"
           style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 499.871,128.426 c -0.04,-0.046 -0.901,-0.299 -0.376,-0.441 0.281,-0.076 0.579,0.139 0.849,0.06 -0.075,0.203 -0.255,0.356 -0.473,0.381"
           id="path6576" /><path
           inkscape:connector-curvature="0"
           style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 500.083,129.974 c -0.079,-0.072 -0.159,-0.143 -0.238,-0.214 0.191,-0.002 0.184,0.067 0.238,0.214"
           id="path6578" /><path
           inkscape:connector-curvature="0"
           style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 500.371,130.474 c -0.179,-0.232 -0.132,-0.312 0.142,-0.238 -0.047,0.079 -0.095,0.158 -0.142,0.238"
           id="path6580" /><path
           inkscape:connector-curvature="0"
           style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 501.036,134.831 c -0.096,-0.45 -0.077,-0.785 0.095,-1.214 0.065,0.257 0.14,1.071 -0.095,1.214"
           id="path6582" /><path
           inkscape:connector-curvature="0"
           style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 502.775,133.117 c -0.242,0.654 -0.445,-0.077 -0.478,-0.333 -0.066,-0.494 0.681,-0.85 1.097,-0.929 0.069,0.289 -0.094,0.559 -0.173,0.824 -0.142,0.478 -0.185,0.081 -0.446,0.438"
           id="path6584" /></g><path
         inkscape:connector-curvature="0"
         style="fill:#e0e0e0;stroke:#000000;stroke-width:0.667;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
         d="m 1772.7742,374.69809 c 3.271,-5.32888 9.3653,-6.23079 14.8561,-3.66797 2.7248,1.27029 4.0205,3.63621 5.9291,5.65916 2.6232,2.77876 5.078,1.74665 8.6602,2.02611 1.553,0.12068 2.9662,0.18102 4.5953,0.23818 1.6387,0.0572 0.6955,-1.3338 0.5177,-1.64503 -2.1532,-3.70608 -1.3561,-4.18244 0.4223,-6.02436 1.3624,-1.40685 4.138,0.58751 4.1666,-2.38498 0.022,-2.62315 3.3567,0.59386 4.2491,0.80664 -0.3461,-0.37474 -3.0106,-2.72478 -3.0423,-2.87087 -0.1239,-0.57163 1.4926,0.42873 2.6803,-0.91778 0.5272,-0.59704 1.4831,0.13655 2.0007,0.69548 0.7622,0.82887 1.6323,0.8511 2.8328,1.24171 0.9368,0.3017 0.7748,1.43544 1.7784,1.70855 0.9241,0.25088 1.9181,-0.003 2.855,0.0286 1.2925,0.0476 2.3881,0.78123 2.2738,2.0674 -0.1366,1.55294 1.5021,1.2957 2.0134,2.58188 -0.6955,-0.10798 -1.0353,0.0508 -0.6256,0.68913 0.6097,0.94954 0.578,1.01941 0.4859,2.0674 -0.1461,1.71807 3.9919,2.22302 5.043,2.12457 1.2798,-0.1175 2.2739,0.34298 3.4902,0.60974 1.5719,0.34298 0.8574,-1.07657 1.9181,-1.0607 2.855,0.0413 4.446,2.95979 5.5607,5.03672 1.6387,1.87686 2.9979,3.86169 3.9887,5.98626 1.1846,2.32781 5.0018,3.77912 7.174,4.99542 2.7248,1.52753 6.7675,4.76043 8.2601,4.96368 1.5212,0.20324 4.3889,2.14997 7.2311,3.83628 2.1818,1.28935 3.5664,2.87087 6.2594,2.79465 1.0734,-0.0667 2.4167,0.48271 3.6839,1.22901 1.1718,0.68913 2.6898,0.71771 2.6136,0.99718 0.5653,0.67008 -0.092,1.3084 -0.035,1.99436 0.095,1.12738 0.1842,3.036 0.9527,3.71561 -3.3187,1.06704 -4.6144,-1.14962 -5.4845,-1.43226 -1.8896,-0.60656 -1.7848,0.96542 -1.7689,1.34969 0.051,1.26712 -0.8638,1.47989 -1.7975,1.45766 -0.9432,-0.0254 -2.1341,-0.235 -2.9661,0.24453 -1.0543,0.60339 -1.0131,1.82287 -1.0956,2.89627 -0.1144,1.51165 0.1937,1.96578 -0.038,3.52824 -0.1874,1.26394 -0.6002,1.94673 -1.5403,2.54059 -2.4421,1.53388 -5.5766,3.49013 -8.7237,3.05188 0.2255,0.61609 0.6764,1.13691 1.21,1.50847 -1.2005,0.67961 0.3874,1.38145 -1.7594,2.80735 -1.1274,1.6101 -3.6203,0.69549 -4.4397,2.1849 -0.4128,-1.23536 -1.2798,-2.3024 -2.6263,-2.53106 -1.9912,-0.3398 -1.5974,0.50812 -2.7788,-0.16831 -0.4763,-0.27629 -2.2198,-1.78476 -2.9629,-1.43543 -0.2859,-0.48589 -0.5336,-1.95943 -1.0353,-2.66127 -0.7304,-1.229 -0.8003,-0.10479 -0.4319,-1.58469 0.2509,-1.02258 -0.6733,-3.13445 -0.8607,-4.27136 -0.2191,-1.32746 -1.302,-1.23853 -2.4167,-1.18455 -1.121,0.0603 -2.4262,0.42238 -3.5378,0.14926 -1.4894,-0.36521 -2.2706,-2.37862 -3.4043,-3.26783 -1.3656,-1.07657 -3.5981,-0.79076 -4.6938,-2.32146 -1.0226,-1.42273 -1.4799,-2.27382 -3.236,-2.94708 -1.8007,-0.68596 -3.2202,-0.37474 -5.0717,-0.48271 -1.6101,-0.0953 -2.5977,-1.40368 -4.0681,-1.87051 -1.3656,-0.4319 -4.0332,-0.20325 -4.7191,-1.67043 -0.6003,-1.28618 -1.1433,-1.90544 -2.5279,-1.5847 -0.632,0.14609 -6.7135,-1.21948 -5.2305,1.21313 -1.8419,0.40332 -3.6489,-0.59068 -5.4908,-0.20007 -2.1627,0.45413 -3.5664,1.84193 -5.0558,3.33135 -0.6764,0.67643 0.019,1.54658 -0.5621,2.27065 -0.3493,0.4319 -0.9813,0.66055 -1.4862,0.83204 -1.1465,0.39061 -3.1631,0.97813 -4.2619,0.15561 -0.8669,-0.65102 -1.1273,-2.5914 -1.3719,-3.55047 -0.5462,-2.12774 -0.3906,-4.31265 -0.8955,-6.44991 -0.3113,-1.30841 0.7971,-3.2075 -0.2763,-4.2015 -0.6161,-0.57163 -2.0134,-0.94954 -1.8547,-2.01659 0,1.45448 -0.9114,-0.36203 -1.5719,-0.9559 -0.6892,-0.61927 -2.0484,-1.56881 -2.5057,-0.18101 -0.9083,-1.10198 -0.7876,-2.82006 0.4541,-3.62669 -1.5942,1.53388 2.0262,1.01941 2.6454,1.20995 -0.651,0.0127 -0.9749,-1.02576 -1.1115,-0.97495 -0.8098,0.29217 -0.6193,-1.23536 -0.6351,-1.67996 -0.079,-2.21984 -3.325,-0.86062 -4.6811,-1.58152 0.9686,1.57199 -0.7494,0.33346 -1.0638,-0.0603 -0.4415,-0.55892 -0.5907,-1.28934 -0.6352,-1.97848 -0.098,-1.49577 0.2922,-2.95343 0.3271,-4.43967 0.013,-0.6415 0.2477,-1.57517 0.022,-2.17856 -0.146,-0.39061 -1.3147,-1.61644 -0.8383,-1.44813 0.1175,0.0413 -0.083,-0.3398 -0.013,-0.26676 0.3715,0.0985 0.8669,1.99753 1.8927,2.03247 -0.9591,0.0286 -0.019,1.51482 1.1147,0.38744 -0.1906,0.48271 0.048,1.03529 0.8257,-0.19055 0.2096,0.89874 1.3624,1.7403 1.4576,-0.59068 0.4764,0.13655 1.0258,2.47707 1.5784,2.6168 0.5144,0.13338 2.6898,-0.58433 2.1182,-0.94954 0.3398,0.0889 1.2544,-0.1842 1.3624,-0.16832 0.1683,0.0572 -0.7622,0.88286 1.1845,0.524 0.1715,0.11115 -0.035,-0.17784 -0.181,-0.1175 -0.025,-0.0508 0.1397,-0.0635 0.289,-0.1969 -1.1591,-0.0222 -0.6479,-0.37791 -1.5625,-1.48624 0.3525,-0.72725 1.8705,-0.25089 1.5434,0.52082 1.5974,0.46048 2.5787,-1.24171 1.3116,-2.23889 l 0.6352,0.20007 c -0.5018,-1.82605 -5.7926,-3.06776 -6.1387,-4.42698 -0.1842,-0.71454 -1.8991,-5.00813 -2.8772,-5.34158 -3.0678,-1.04482 -5.9482,1.90862 -6.6373,2.36592 -0.3779,0.24771 -0.2255,1.89274 0.1206,1.85463 0.5717,-1.4005 0.8543,0.994 0.7622,2.02929 -0.022,0.27312 1.4863,3.47426 0.9496,3.03601 -0.3081,-0.91144 -0.8924,-1.68632 -1.5847,-2.31511 -0.8797,-0.79394 -1.0004,-1.94673 -2.0865,-2.59458"
         id="tm"><title
           id="title3105">Turkmenistan</title></path><g
         transform="matrix(3.1757337,0,0,3.1757337,-0.02195285,3.9026)"
         style="fill:#510000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
         id="ec"><title
           id="title3795">Ecuador</title><path
           inkscape:connector-curvature="0"
           style="fill:#510000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 203.7072,237.5294 c 0.29302,-0.061 0.36301,-0.556 0.044,-0.632 -0.56799,-0.13699 -0.36,0.47 -0.044,0.632"
           id="path6588" /><path
           inkscape:connector-curvature="0"
           style="fill:#510000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 203.44521,236.1004 c 0.41499,0.08 0.423,0.33001 0.53799,0.66899 0.14501,0.42501 0.53402,0.70801 0.67601,1.14 -0.459,0.13201 -1.345,0.75602 -0.54699,1.11802 0.431,0.19599 1.33499,-0.15401 1.41099,-0.65702 0.052,-0.34799 -0.47,-0.36599 -0.42601,-0.653 0.069,-0.44699 -0.29799,-0.59999 -0.50499,-0.92399 -0.36799,-0.577 -0.336,-1.163 -1.147,-0.693"
           id="path6590" /><path
           inkscape:connector-curvature="0"
           style="fill:#510000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 205.96921,237.19541 c 0.28,-0.33101 -0.15201,-0.59501 -0.453,-0.59501 -0.687,0 0.425,0.57599 0.453,0.59501"
           id="path6592" /><path
           inkscape:connector-curvature="0"
           style="fill:#510000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 206.27921,235.3634 c 0.17799,-0.23201 0.131,-0.31201 -0.14301,-0.238 0.047,0.079 0.095,0.15899 0.14301,0.238"
           id="path6594" /><path
           inkscape:connector-curvature="0"
           style="fill:#510000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 206.66021,238.3394 c 0.492,-0.134 0.483,-0.869 -0.096,-0.787 -0.587,0.084 -0.448,0.778 0.096,0.787"
           id="path6596" /><path
           inkscape:connector-curvature="0"
           style="fill:#510000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 206.39821,239.98039 c 0.073,-0.072 0.136,-0.151 0.19,-0.23799 -0.28401,-0.254 -0.475,0.13201 -0.19,0.23799"
           id="path6598" /><path
           inkscape:connector-curvature="0"
           style="fill:#510000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 208.68421,238.8624 c 0.27099,-0.024 0.765,-0.49601 0.54699,-0.78701 -0.25,0.049 -0.79199,0.49302 -0.54699,0.78701"
           id="path6600" /><path
           inkscape:connector-curvature="0"
           style="fill:#510000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 233.23221,243.6704 c 0.09,-0.16101 0.082,-0.319 -0.023,-0.47599 -0.058,0.16199 -0.05,0.32099 0.023,0.47599"
           id="path4798" /><path
           inkscape:connector-curvature="0"
           style="fill:#510000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 232.85221,243.74339 c -0.264,0.029 -0.542,0.224 -0.64,0.474 -0.035,0.09 0.046,0.70902 0.238,0.555 0.065,-0.053 0.193,-0.378 0.19201,-0.45899 -0.001,-0.138 0.37999,-0.27301 0.47099,-0.42801 -0.087,-0.047 -0.174,-0.095 -0.261,-0.142"
           id="path6602" /><path
           inkscape:connector-curvature="0"
           style="fill:#510000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 230.42321,242.38439 c 0.509,0.164 0.51899,-0.598 0.49099,-0.905 -0.023,-0.24698 -0.12999,-0.432 -0.21299,-0.66199 -0.142,-0.388 0.293,-0.67799 0.138,-1.05299 -0.16899,-0.41001 -0.626,-0.959 0.13099,-1.03301 0.31601,-0.03 0.43901,-0.157 0.5,-0.464 0.08,-0.4 0.29201,-0.308 0.61901,-0.35801 -0.553,-0.053 -0.609,-0.77099 -0.27401,-1.10598 0.51001,-0.51001 0.85201,-0.87001 0.89501,-1.63001 0.012,-0.21699 -0.31101,-1.203 -0.107,-1.325 0.22899,-0.137 1.12101,-0.80599 1.129,-0.152 -0.141,-0.39299 0.346,-0.571 0.629,-0.668 0.297,-0.10201 0.93401,-0.5 0.991,-0.11901 0.12201,-0.30999 0.24701,-0.63899 0.45199,-0.90499 0.67101,0.613 1.69602,1.74 2.68601,1.734 0.309,-0.002 0.322,0.37301 0.617,0.46599 0.39501,0.125 0.048,0.91501 0.735,0.90702 0.51599,-0.006 0.92099,0.24398 1.46199,0.25199 0.179,0.003 0.57102,0.23101 0.64801,-0.085 0.025,-0.1 -0.158,-0.19901 -0.024,-0.265 0.5,-0.246 0.87599,0.18201 1.163,0.53 0.444,0.537 1.044,0.552 1.595,0.914 -0.288,0.07 -0.57199,0.022 -0.858,-0.026 -0.034,0.198 0.58799,0.794 0.707,0.953 0.356,0.47701 0.098,0.95799 0.341,1.524 -0.187,0.027 -0.34599,-0.028 -0.476,-0.16501 -0.34801,1.89602 -1.457,3.56101 -3.058,4.67301 -0.768,0.53299 -1.759,0.68399 -2.60499,1.057 -0.42801,0.189 -0.67301,0.46799 -0.94701,0.831 -0.105,0.104 -0.19501,0.21799 -0.271,0.34399 -0.056,0.20001 0.065,0.31201 -0.096,0.499 -0.16201,-0.76899 -0.497,0.729 -0.54,0.80502 -0.26001,0.45898 -0.514,1.10998 -0.486,1.64599 0.035,0.64301 -0.435,0.61899 -0.59501,1.12299 -0.164,0.517 -0.12899,0.612 -0.62098,0.599 -0.59401,-0.017 -0.74102,-0.67499 -0.92801,-1.108 -0.241,-0.56 -0.51,-0.125 -0.87799,-0.32599 -0.25701,-0.14099 -0.541,-0.672 -0.86602,-0.34699 -0.44299,0.443 -0.90699,0.32099 -0.44299,-0.29501 -0.33999,-0.048 -0.412,-0.48099 -0.16299,-0.685 0.14799,-0.121 0.41499,-0.045 0.57899,-0.17501 0.261,-0.20798 -0.11799,-1.48899 -0.416,-1.61698 0.372,-0.19302 0.678,-0.09 0.905,-0.51602 0.19701,-0.37 0.23801,-0.79398 0.35899,-1.189 0.14801,-0.48599 0.15801,-0.509 -0.002,-0.96099 -0.153,-0.43299 -0.208,-0.85599 0.095,-1.23999 -0.53501,0.25799 -0.194,0.85098 -0.27401,1.29098 -0.12999,0.71903 -0.625,0.078 -0.10699,0.042 -0.259,-0.017 -0.282,-0.23501 -0.19099,-0.427 -0.17202,0.17499 -0.77301,0.90299 -0.642,1.168 -0.39301,-0.27002 -0.68001,-0.69501 -1.10001,-0.92102 -0.293,-0.15799 -0.627,-0.24799 -0.686,-0.63"
           id="path6790" /></g><path
         inkscape:connector-curvature="0"
         style="fill:#ee7070;fill-opacity:1;stroke:#000000;stroke-width:0.66666663;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
         d="m 1388.1738,656.37297 c 0.3589,-0.82569 0.4446,-2.06423 1.0226,-2.6962 0.5399,-0.59386 0.7114,-0.49542 1.2131,-1.01306 1.0385,-1.0734 2.6899,-4.0967 4.0713,-2.67079 0.4287,0.44143 4.7096,-0.61927 5.5385,-2.07693 0.5335,-0.93367 1.2544,-2.18808 1.2322,-3.30276 -0.013,-0.67326 -0.8638,-2.23255 0.2223,-2.4612 0.6859,-0.14608 1.6482,0.0413 1.9467,-0.40014 1.0893,-1.60375 2.4707,0.15879 3.2805,1.0734 0.578,0.6542 0.9305,1.20042 1.4958,1.86415 0.6669,0.78441 1.5879,1.56564 2.2516,2.49613 0.3716,0.51764 -0.4478,1.80699 -0.5684,2.32146 -0.27,1.18137 0.8479,2.15315 1.429,3.04235 0.6733,1.03529 0.1334,2.11504 0.5717,3.07094 0.5271,1.14644 1.1972,2.01341 0.4604,3.2456 -0.3906,0.6542 -1.2448,0.0445 -1.5052,0.79393 -0.397,1.14009 1.2004,1.9499 -0.1969,3.51554 -0.6288,0.70819 -1.4926,0.89873 -1.9563,1.72125 -0.4287,0.76217 -0.578,1.52752 -1.2068,2.30558 -1.2036,1.49259 0.6415,3.54412 -1.9308,4.17926 -0.8606,0.21278 -1.3815,-0.17784 -1.5371,0.81934 -0.1429,0.92732 -0.6446,1.81652 -0.5938,2.75337 0.1206,2.29287 0.086,4.58575 -0.083,6.85958 -0.073,1.00671 0.9432,3.0106 0.778,4.43332 -0.1492,1.25442 -0.1746,2.35322 -0.362,3.44885 -0.2795,1.62915 0.3335,2.28653 0.2096,3.15033 -0.1334,0.96542 -0.7431,2.40403 -0.632,3.07093 -1.048,0.0222 -2.8549,0.25089 -3.8839,0.45413 -1.6037,0.32075 -3.2106,0.61292 -4.8303,0.83205 0.3843,-0.34616 0.8321,-0.524 1.3529,-0.53035 -0.067,-0.81617 -0.632,-1.68632 -1.0321,-2.37863 -0.6225,-1.07339 -0.7876,-2.86451 -0.9623,-4.06811 0.1652,-0.0159 1.0194,-0.26359 0.9115,-2.46437 -0.2033,-4.00778 -0.035,-8.08859 -0.048,-12.12813 -0.01,-2.28653 -0.1079,-4.02365 -1.3814,-5.9672 -1.2068,-1.84193 -0.8194,-3.98555 -0.8892,-6.03707 -0.051,-1.60375 -2.458,-2.37545 -3.6489,-3.48696 -1.1084,-1.03529 -0.8226,-2.46437 -0.74,-3.76959"
         id="bj"><title
           id="title3713">Benin</title></path><path
         inkscape:connector-curvature="0"
         style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.66666663;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
         d="m 1486.9328,336.80524 c -0.1366,-0.65103 0.4795,-1.44179 0.9082,-1.807 -0.7113,-0.15878 -1.3369,-0.55257 -1.9626,-0.90826 1.5879,-1.72759 0.8321,-2.78194 2.801,-2.30875 0.7368,0.17784 5.1352,1.72759 5.7672,1.16867 1.2544,-1.11469 2.3754,-2.34052 4.1888,-2.22937 0.9559,0.0603 2.115,0.53352 3.0169,-0.0159 0.9273,-0.5621 2.042,-0.61291 2.9852,-0.0159 -0.8098,-1.01623 0.451,-2.61363 1.5498,-1.73395 0.8542,0.68279 1.9054,2.39768 2.5437,3.32182 -0.8479,-0.1302 -3.6235,-0.84157 -2.1309,0.90508 -0.8384,-0.0317 -1.3084,-0.58751 -1.6577,0.38744 -0.1969,0.54305 -2.2866,1.03529 -2.909,1.41003 -0.4795,0.28899 0.4033,1.72442 0.3652,2.34369 -0.057,0.9686 -2.3151,1.03847 -3.2138,1.8324 0.3683,0.12068 0.6859,0.4446 1.0607,0.53035 -0.6701,0.13655 -0.1842,2.55964 -1.4831,1.73077 -1.4894,-0.95589 -2.928,-0.51764 -4.3444,-1.88321 -0.4795,1.15914 -2.15,2.15315 -3.4298,1.58152 -0.524,-0.23818 -0.5113,-0.25406 -0.9273,0.15878 -0.632,0.62562 -1.9499,0.0921 -2.6708,-0.0762 0.7939,-0.70184 2.4294,-0.96543 1.8197,-2.042 -0.4827,-0.8511 -2.674,-0.6288 -1.5879,-2.03882"
         id="si"><title
           id="title3740">Slovenia</title></path><g
         transform="matrix(3.1757337,0,0,3.1757337,-0.02195285,3.9026)"
         style="fill:#ffc0c0;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
         id="no"><g
           style="fill:#ffc0c0;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           id="g3731"><title
             id="title3698">Svalbard and Jan Mayen (Norway)</title><g
             id="g3471"
             style="fill:#ffc0c0;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"><path
               inkscape:connector-curvature="0"
               style="fill:#510000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
               d="m 463.53321,22.776399 c -0.37101,-0.280999 -0.905,-0.243 -1.25299,-0.556 -0.336,-0.302998 -0.60501,-0.763001 -1.12803,-0.539997 0.12601,0.431 0.68201,0.709999 1.07901,0.815998 0.46802,0.125 1.056,0.542999 1.54001,0.493999 -0.074,-0.078 -0.15301,-0.148998 -0.238,-0.214"
               id="path6656" /><path
               inkscape:connector-curvature="0"
               style="fill:#510000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
               d="m 461.79721,19.895398 c -0.165,-0.126999 -0.33999,-0.142998 -0.526,-0.048 0.17499,0.018 0.35001,0.034 0.526,0.048"
               id="path6658" /><path
               inkscape:connector-curvature="0"
               style="fill:#510000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
               d="m 462.1312,20.966401 c 0.065,0.384998 0.68402,0.112 0.879,0.024 -0.067,-0.084 -0.13898,-0.162998 -0.215,-0.238998 0.26102,0.128998 0.551,-0.045 0.76102,0.215 -0.20102,0.073 -0.39002,0.167999 -0.569,0.285 0.20599,0.064 0.41299,0.126999 0.61898,0.190998 -0.42898,0.301003 -0.95599,-0.257999 -1.38299,0.071 0.44601,0.092 0.59,0.582001 1.01599,0.689003 0.51901,0.129997 1.078,0.039 1.603,0.191998 -0.35498,0.043 -0.73499,-0.043 -1.07099,0.118999 0.51899,0.311001 1.094,0.534001 1.69699,0.517002 0.41602,-0.012 0.80201,-0.034 1.21,-0.136001 0.307,-0.338997 0.574,-0.129998 0.97601,-0.285 -0.17001,-0.084 -0.344,-0.154999 -0.52301,-0.215 0.22101,-0.043 0.26602,-0.191998 0.116,-0.356999 0.51101,-0.168998 1.07901,0.400002 1.359,-0.309002 0.344,0.119004 0.25702,0.523003 -0.096,0.524002 0.25302,0.370999 0.78201,0.286 1.14801,0.179001 0.22699,-0.067 0.43499,-0.164001 0.63601,-0.289001 0.35999,-0.223999 0.431,-0.056 0.81198,-0.057 -0.268,0.097 -0.535,0.218998 -0.71398,0.451999 0.44299,-0.045 0.89099,0.041 1.333,0.071 -0.74102,0.23 -1.612,-0.160999 -2.31701,0.208001 -0.30899,0.160999 -0.60901,0.081 -0.90399,0.229 -0.56202,0.279998 -1.07801,0.094 -1.66102,0.254001 0.068,0.083 0.13901,0.162998 0.215,0.237999 -0.28,-0.123001 -0.875,-0.320999 -1.16199,-0.137001 -0.54699,0.352001 0.73499,0.637001 0.888,0.631001 0.73002,-0.028 1.44999,-0.188 2.17801,-0.230999 0.44898,-0.027 0.88999,0.032 1.33899,-0.009 0.384,-0.035 0.827,-0.244003 1.20899,-0.183003 -0.154,0.175 -0.18399,0.307 0.14199,0.310002 -0.61798,-0.171002 -1.25399,0.048 -1.87698,0.048 -0.67099,0 -1.34799,0.062 -2.00201,0.214001 0.82702,0.278999 1.74301,0.067 2.54602,0.451999 -0.77701,0.016 -1.612,-0.43 -2.41202,-0.201 -0.32599,0.093 -0.612,-0.120002 -0.94199,-0.092 -0.625,0.055 -0.40701,0.419003 -0.019,0.650002 0.52002,0.307999 1.26502,0.405998 1.85101,0.542999 0.431,0.101002 0.66999,-0.081 1.068,-0.122997 0.33499,-0.036 0.65899,0.136997 0.98001,0.199997 -0.50702,0.211002 -1.078,-0.048 -1.57102,0.238003 0.452,0.107998 1.042,0.304996 1.426,0.585998 0.405,0.297001 1.716,-0.299999 0.92902,-0.466999 0.15798,-0.091 0.37298,-0.125 0.50299,-0.262001 -0.032,-0.079 -0.064,-0.159 -0.096,-0.237999 0.10501,-0.047 0.20001,-0.109001 0.28601,-0.187 0.17599,-0.482002 0.51001,-0.765 1.03601,-0.765 0.34997,0 0.71298,-0.509002 0.449,-0.793003 -0.29299,-0.315998 1.008,-0.444 1.10898,-0.516998 -0.086,-0.049 -0.173,-0.097 -0.26098,-0.143001 0.375,-0.008 0.152,-0.387997 0.069,-0.571 0.828,-0.089 1.54998,-0.399997 2.397,-0.363998 0.40597,0.018 1.44299,0.127998 1.582,-0.422001 -0.87201,-0.184002 -2.03,-0.088 -2.823,-0.486 -0.29901,-0.150002 -0.54703,-0.23 -0.88601,-0.183998 -0.447,0.06 -0.641,-0.206001 -1.03,-0.211002 0.694,-0.147 -0.23401,-0.619999 -0.48801,-0.696 -0.27499,-0.083 -0.505,0.161999 -0.72,0.285 -0.11499,0.067 -0.23999,0.098 -0.34,-0.017 -0.224,-0.259998 0.20401,-0.368999 0.357,-0.572998 -0.34799,-0.106998 -0.672,-0.279999 -1.02899,-0.362999 -0.29899,-0.069 -0.51001,0.092 -0.78101,0.054 -0.27698,-0.039 -1.13898,-0.542999 -1.00098,0.095 -1.21502,-0.361999 0.77698,1.807 0.78699,1.953 -0.45099,-0.140999 -0.70599,-0.644997 -1.237,-0.475998 0.245,-0.395001 -0.95099,-1.061001 -1.194,-1.184002 -0.37201,-0.188 -0.63101,-0.162999 -0.94501,0.094 -0.21499,0.176999 -0.46298,0.125 -0.67599,0.278 -0.099,0.071 0.121,0.418999 0.1,0.526001 -0.34701,-0.488002 -0.819,-0.204002 -1.28601,-0.381 0.046,-0.088 0.093,-0.174999 0.142,-0.262001 -0.44299,-0.016 -0.89499,0.151001 -1.33298,0.024 0.409,0.008 0.77799,-0.215 1.18598,-0.215 0.367,0 0.74802,0 1.099,-0.118 -0.083,-0.456002 -0.91898,-0.209004 -1.20301,-0.176003 -0.29998,0.034 -0.59597,0.118 -0.89599,0.146 -0.19699,0.017 -1.06299,-0.354 -0.758,0.148003 -0.311,0.104 -0.43698,-0.269001 -0.71399,-0.309002 -0.20999,-0.031 -1.139,0.27 -0.54599,0.428001 -0.13202,0.004 -1.27102,0.114998 -0.50302,0.142998 -0.199,-0.017 -0.389,0.015 -0.57199,0.096 0.25601,-0.005 0.22299,0.048 0.18799,0.225002 -0.04,0.200996 0.422,0.306 0.53,0.417999"
               id="path6660" /><path
               inkscape:connector-curvature="0"
               style="fill:#510000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
               d="m 473.74921,19.347402 c -0.25201,0.107998 -0.53,0.104 -0.78799,0.189998 1.039,0.242001 2.07699,0.501 3.14498,0.286 1.14402,-0.229001 2.322,-0.132 3.47602,-0.071 -0.85102,0.297001 -1.801,0.245999 -2.68802,0.214001 0.22302,0.166 0.49701,0.167 0.76001,0.189999 -0.716,0.085 -1.427,-0.140999 -2.14301,-0.047 0.443,0.431 1.603,0.444 2.18402,0.492 0.909,0.076 1.97898,0.04 2.88599,-0.064 -0.09,0.051 -0.177,0.106999 -0.26099,0.167 0.65198,0.431 1.81598,0.501999 2.53498,0.215 0.55502,-0.222 0.824,-0.251999 1.405,-0.205002 0.38501,0.031 0.89502,-0.105999 1.203,-0.343998 -0.07,-0.08 -0.13998,-0.159 -0.21198,-0.237999 0.66898,-0.222999 1.35498,-0.395999 2.047,-0.524002 -0.268,-0.833999 -1.353,-0.616001 -2.01501,-0.59 -0.53501,0.021 -1.04499,-0.172001 -1.57801,-0.172001 -0.24099,0 -0.52398,-0.095 -0.75698,-0.023 -0.22101,0.069 -0.32901,-0.249001 -0.60401,-0.167 0.74301,0.079 -0.50299,0.184002 -0.64599,0.300998 -0.293,0.240002 -0.73102,0.051 -1.06702,0.104001 0.465,-0.215001 -0.14398,-0.425 0.35702,-0.475998 -0.22802,-0.158001 -0.51202,-0.128003 -0.764,-0.215001 0.085,0.378998 -0.35901,0.359002 -0.54502,0.167 0.19901,0.123001 0.21402,0.179001 0.081,0.335999 -0.10199,0.120003 0.004,0.391002 -0.064,0.444 -0.34,0.264 -0.85699,-0.371998 -1.28,-0.183998 0.719,-0.229 -0.32898,-0.223999 -0.48199,-0.208 -0.318,0.032 -0.67401,0.091 -0.95499,-0.105999 -0.44702,-0.313004 -1.293,-0.520001 -1.824,-0.353001 0.16198,0.094 0.33599,0.148998 0.52298,0.167 -0.37,0.445999 -0.832,0.058 -1.284,0.048 0.138,0.265 0.42902,0.375 0.715,0.333 -0.28199,0.303997 -0.758,0.046 -1.07599,-0.036 -0.483,-0.123996 -1.034,0.022 -1.51999,0.06 0.125,0.02 1.21399,0.194999 0.522,0.167 0.332,0.077 0.68598,0.125999 1.02499,0.071 -0.092,0.076 -0.195,0.100002 -0.311,0.071"
               id="path6718" /><path
               inkscape:connector-curvature="0"
               style="fill:#510000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
               d="m 473.41422,18.894399 c 0.072,-0.055 0.14398,-0.111 0.215,-0.166001 -0.24701,-0.058 -0.52601,-0.128997 -0.737,0.071 0.17898,0.005 0.35299,0.036 0.522,0.095"
               id="path6720" /><path
               inkscape:connector-curvature="0"
               style="fill:#510000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
               d="m 475.77222,31.395398 c 0.16699,-0.048 0.254,-0.158996 0.26199,-0.332996 -0.24701,-0.105004 -0.51699,-0.066 -0.76101,0.023 0.156,0.119999 0.323,0.222999 0.49902,0.309997"
               id="path6730" /><path
               inkscape:connector-curvature="0"
               style="fill:#510000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
               d="m 476.08319,20.657399 h 0.26102 c -0.24499,-0.086 -0.535,-0.151001 -0.76401,0.023 0.16901,0.006 0.336,-0.002 0.50299,-0.023"
               id="path6732" /><path
               inkscape:connector-curvature="0"
               style="fill:#510000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
               d="m 476.7482,21.395398 c 0.24301,-0.026 0.487,-0.075 0.71402,-0.167 -0.33401,-0.071 -0.71902,-0.180999 -0.99801,0.095 0.094,0.024 0.18899,0.048 0.28399,0.072"
               id="path6738" /><path
               inkscape:connector-curvature="0"
               style="fill:#510000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
               d="m 477.05921,18.085401 c 0.079,-0.024 0.15899,-0.048 0.238,-0.072 -0.246,-0.021 -0.492,-0.046 -0.737,-0.071 0.16501,0.051 0.331,0.099 0.499,0.143002"
               id="path6740" /><path
               inkscape:connector-curvature="0"
               style="fill:#510000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
               d="m 476.56021,22.466401 c 0.43699,0.088 0.77601,0.111 1.141,0.389 0.31701,0.240997 0.65499,0.132999 1.02301,0.132 0.16,0 1.76898,-0.02 1.19598,-0.535 -0.63498,-0.572002 -2.625,-0.246002 -3.35999,0.014"
               id="path6742" /><path
               inkscape:connector-curvature="0"
               style="fill:#510000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
               d="m 476.8942,18.180402 c -0.061,-0.074 -0.14099,-0.09 -0.24201,-0.048 0.081,0.016 0.16102,0.032 0.24201,0.048"
               id="path6744" /><path
               inkscape:connector-curvature="0"
               style="fill:#510000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
               d="m 478.0112,24.585401 c 1.02402,0.272998 2.04401,-0.279 3.073,-0.190003 -0.084,0.079 -0.66299,0.330002 -0.453,0.491001 0.397,0.306999 0.767,-0.009 1.15802,-0.114998 0.431,-0.117 0.71899,-0.066 1.11899,-0.325 0.45501,-0.294003 0.92801,-0.385002 1.45999,-0.432 -0.36099,-0.270999 -0.86099,-0.412002 -1.30499,-0.291 -0.48999,0.133999 -1.01899,-0.118 -1.48002,-0.257 0.12903,-0.156002 0.30301,-0.278999 0.5,-0.333 -0.63397,-0.276001 -1.27899,-0.095 -1.93899,-0.095 -0.72,0 -1.44699,-0.013 -2.155,0.143001 0.23901,0.272999 0.651,0.367001 0.99802,0.381001 -0.044,0.203998 -0.20102,0.422996 -0.319,0.590999 -0.18,0.258999 -0.60202,0.046 -0.65702,0.432"
               id="path6754" /><path
               inkscape:connector-curvature="0"
               style="fill:#510000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
               d="m 487.1792,22.157399 c 0.079,-0.056 0.15802,-0.111 0.23801,-0.167 -0.24799,-0.048 -0.509,-0.291999 -0.737,-0.048 0.16901,0.065 0.33499,0.136002 0.49899,0.215"
               id="path6780" /><path
               inkscape:connector-curvature="0"
               style="fill:#510000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
               d="m 488.25022,19.014401 c -0.079,0.039 -0.15802,0.079 -0.23801,0.119 0.172,0.013 0.33801,-0.011 0.49899,-0.072 -0.087,-0.016 -0.17398,-0.032 -0.26098,-0.047"
               id="path6784" /><path
               inkscape:connector-curvature="0"
               style="fill:#510000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
               d="m 489.27521,21.7524 c 0.72601,-0.232002 1.67499,0.145001 2.30899,-0.191001 -0.845,0.103 -1.84299,-0.413998 -2.59698,0.166999 0.097,0.008 0.19198,0.016 0.28799,0.024"
               id="path6786" /><path
               inkscape:connector-curvature="0"
               style="fill:#510000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
               d="m 494.10721,19.2044 c 1.039,-0.099 2.08899,-0.098 3.11899,-0.285999 -0.978,-0.092 -2.21197,-0.153 -3.11899,0.285999"
               id="path6788" /></g><path
             id="path6604"
             d="m 426.00721,39.563401 c 0.358,-0.157001 0.71499,-0.361 1.11099,-0.395 0.23901,-0.02 0.703,0.014 0.854,-0.223 0.32801,-0.512001 -0.85699,0.035 -0.974,0.105 -0.31698,0.188999 -0.824,0.11 -0.99099,0.513"
             style="fill:#510000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
             inkscape:connector-curvature="0" /></g><g
           style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           id="g3711"><title
             id="title3694">Norway</title><path
             id="path6606"
             d="m 450.3902,63.659402 c -0.079,-0.081 -0.16598,-0.152001 -0.26098,-0.214005 -0.086,0.279 0,0.350006 0.26098,0.214005"
             style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
             inkscape:connector-curvature="0" /><path
             id="path6608"
             d="m 450.48621,65.683396 c -0.103,-0.07999 -0.20599,-0.158996 -0.31,-0.237999 0.06,0.170006 0.091,0.345002 0.095,0.524002 0.19999,0.01 0.28199,-0.096 0.215,-0.286003"
             style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
             inkscape:connector-curvature="0" /><path
             id="path6610"
             d="m 450.27121,65.207398 c 0.087,0.063 0.17499,0.126999 0.262,0.190003 -0.06,-0.104004 -0.14701,-0.167999 -0.262,-0.190003"
             style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
             inkscape:connector-curvature="0" /><path
             id="path6612"
             d="m 450.2952,65.064401 c 0.081,-0.001 0.16101,-0.017 0.23801,-0.047 -0.08,0.016 -0.159,0.031 -0.23801,0.047"
             style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
             inkscape:connector-curvature="0" /><path
             id="path6614"
             d="m 450.69822,61.516397 c 0.077,-0.228997 -0.10202,-0.224 -0.26102,-0.165993 0.087,0.05499 0.17401,0.110992 0.26102,0.165993"
             style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
             inkscape:connector-curvature="0" /><path
             id="path6616"
             d="m 450.58222,68.374398 c -0.137,0.189003 -0.066,0.369004 0.142,0.452004 0.093,-0.211998 0.10199,-0.502999 -0.095,-0.666001 -0.016,0.071 -0.032,0.142998 -0.047,0.213997"
             style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
             inkscape:connector-curvature="0" /><path
             id="path6618"
             d="m 450.72422,67.064401 c -0.348,-0.011 -0.17801,0.343002 -0.21402,0.547996 0.054,-0.200996 0.207,-0.311996 0.40301,-0.189995 -0.017,-0.144004 -0.08,-0.263 -0.18899,-0.358001"
             style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
             inkscape:connector-curvature="0" /><path
             id="path6620"
             d="m 450.91321,66.683396 c -0.11999,0.173004 -0.077,0.587006 0.19199,0.596001 0.36001,0.011 0.029,-0.565994 -0.19199,-0.596001"
             style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
             inkscape:connector-curvature="0" /><path
             id="path6624"
             d="m 451.22422,66.588403 c -0.08,0.016 -0.159,0.032 -0.23801,0.048 0.23099,0.017 0.418,0.274002 0.59799,0.014 0.16202,-0.233002 -0.26199,-0.204002 -0.35998,-0.062"
             style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
             inkscape:connector-curvature="0" /><path
             id="path6626"
             d="m 452.0802,60.6354 c -0.165,-0.048 -0.33099,-0.055 -0.49899,-0.023 -0.01,0.378006 0.39099,0.275002 0.49899,0.023"
             style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
             inkscape:connector-curvature="0" /><path
             id="path6628"
             d="m 452.4842,60.350404 c -0.079,-0.01601 -0.15699,-0.03201 -0.23499,-0.048 -0.018,0.157997 -0.035,0.317001 -0.05,0.475998 0.168,-0.082 0.288,-0.236001 0.28498,-0.427994"
             style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
             inkscape:connector-curvature="0" /><path
             id="path6630"
             d="m 452.9632,60.183396 c -0.078,-0.016 -0.15799,-0.02399 -0.23798,-0.02399 0.08,0.008 0.159,0.016 0.23798,0.02399"
             style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
             inkscape:connector-curvature="0" /><path
             id="path6632"
             d="m 452.7952,60.254403 c 0.087,0.032 0.17401,0.06399 0.26102,0.096 -0.067,-0.08401 -0.15403,-0.116005 -0.26102,-0.096"
             style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
             inkscape:connector-curvature="0" /><path
             id="path6634"
             d="m 454.1272,59.492402 h -0.26099 c 0.107,0.05199 0.21799,0.092 0.33399,0.119995 -0.024,-0.04 -0.048,-0.07999 -0.073,-0.119995"
             style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
             inkscape:connector-curvature="0" /><path
             id="path6636"
             d="m 454.3422,59.183396 c -0.086,-0.007 -0.17398,0 -0.26099,0 0.181,0.139 0.194,0.01801 0.26099,0"
             style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
             inkscape:connector-curvature="0" /><path
             id="path6638"
             d="m 455.62922,58.921403 c 0.079,-0.056 0.15899,-0.111 0.238,-0.167 -0.057,-0.093 -0.12802,-0.172005 -0.21503,-0.238006 0.028,0.273002 -0.067,0.319999 -0.28399,0.143005 -0.035,0.200996 0.052,0.310997 0.26102,0.262001"
             style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
             inkscape:connector-curvature="0" /><path
             id="path6642"
             d="m 456.79621,57.897401 c -0.10501,-0.355004 -0.56,-0.244003 -0.737,-0.024 0.23901,0.072 0.5,0.170997 0.737,0.024"
             style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
             inkscape:connector-curvature="0" /><path
             id="path6644"
             d="m 456.5582,58.445397 c 0.087,-0.016 0.17401,-0.032 0.26102,-0.048 -0.15,-0.173004 -0.35102,-0.181999 -0.499,0 0.079,0.016 0.159,0.032 0.23798,0.048"
             style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
             inkscape:connector-curvature="0" /><path
             id="path6648"
             d="m 456.9842,58.278398 c 0.15301,0.106002 0.319,0.138 0.5,0.095 -0.045,-0.306999 -0.33201,-0.311997 -0.5,-0.095"
             style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
             inkscape:connector-curvature="0" /><path
             id="path6650"
             d="m 457.0582,57.611398 c 0.27499,0.303001 1.39999,0.057 1.52402,-0.333 -0.16901,-0.146996 -0.41001,-0.139 -0.61301,-0.09399 -0.15701,0.035 -0.73999,0.132996 -0.151,0.212998 -0.28,0 -0.569,-0.044 -0.76001,0.213997"
             style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
             inkscape:connector-curvature="0" /><path
             id="path6652"
             d="m 458.08319,56.921403 c -0.25,-0.224007 -0.71899,0.089 -0.97897,0.142998 0.33298,-0.02 0.711,0.145996 0.97897,-0.142998"
             style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
             inkscape:connector-curvature="0" /><path
             id="path6654"
             d="m 457.63022,57.826402 c -0.08,0.008 -0.15902,0.016 -0.238,0.024 0.089,0.05199 0.18399,0.091 0.28399,0.117996 -0.016,-0.047 -0.031,-0.095 -0.046,-0.141998"
             style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
             inkscape:connector-curvature="0" /><path
             id="path6662"
             d="m 462.1312,53.849397 c -0.089,0.056 -0.177,0.111 -0.26499,0.167 0.18,-0.042 0.35499,-0.098 0.52601,-0.167 h -0.26102"
             style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
             inkscape:connector-curvature="0" /><path
             id="path6664"
             d="m 462.10422,53.992402 c 0.28,-0.082 0.508,0.236 0.741,-0.048 -0.24701,-0.108002 -0.50101,-0.032 -0.741,0.048"
             style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
             inkscape:connector-curvature="0" /><path
             id="path6666"
             d="m 462.84522,55.016397 c 0.078,-0.008 0.156,-0.016 0.23498,-0.02399 -0.20498,-0.052 -0.39398,-0.163002 -0.54599,-0.309006 -0.022,0.206002 0.10599,0.338005 0.31101,0.333001"
             style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
             inkscape:connector-curvature="0" /><path
             id="path6668"
             d="m 462.8682,54.516397 c -0.088,0.008 -0.176,0.01601 -0.26398,0.023 0.078,0.078 0.16599,0.140999 0.26398,0.191002 v -0.214004"
             style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
             inkscape:connector-curvature="0" /><path
             id="path6670"
             d="m 462.96421,54.706399 c -0.077,0.166 0.003,0.205002 0.238,0.119003 -0.079,-0.039 -0.15899,-0.079 -0.238,-0.119003"
             style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
             inkscape:connector-curvature="0" /><path
             id="path6672"
             d="m 463.79721,53.421403 c -0.19201,-0.042 -0.38201,0.037 -0.50201,0.189995 0.18301,-0.021 0.35101,-0.085 0.50201,-0.189995"
             style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
             inkscape:connector-curvature="0" /><path
             id="path6674"
             d="m 463.7482,52.1354 c 0.10102,0.072 0.21201,0.096 0.33402,0.071 -0.047,-0.331001 -0.18601,-0.247002 -0.33402,-0.071"
             style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
             inkscape:connector-curvature="0" /><path
             id="path6676"
             d="m 465.13022,51.492402 c 0.194,-0.105003 0.4,-0.177002 0.61798,-0.214004 -0.32,-0.146996 -0.70398,-0.089 -0.85598,0.262001 0.079,-0.016 0.15899,-0.032 0.238,-0.048"
             style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
             inkscape:connector-curvature="0" /><path
             id="path6678"
             d="m 465.31922,50.849397 c -0.469,-0.362999 -0.38901,0.523002 0.096,0.119003 -0.032,-0.04 -0.065,-0.079 -0.096,-0.119003"
             style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
             inkscape:connector-curvature="0" /><path
             id="path6680"
             d="m 465.84522,46.277398 c -0.066,0.073 -0.12201,0.153004 -0.16901,0.238003 0.30899,0.183998 0.625,-0.174 0.50299,-0.476002 -0.12899,0.055 -0.24099,0.134003 -0.33398,0.237999"
             style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
             inkscape:connector-curvature="0" /><path
             id="path6682"
             d="m 465.98722,50.706399 c -0.08,0.032 -0.159,0.064 -0.23801,0.095 0.083,-0.021 0.16299,-0.052 0.23801,-0.095"
             style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
             inkscape:connector-curvature="0" /><path
             id="path6684"
             d="m 466.1792,50.587403 c -0.098,-0.03001 -0.186,-0.006 -0.26498,0.072 0.088,-0.024 0.17599,-0.048 0.26498,-0.072"
             style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
             inkscape:connector-curvature="0" /><path
             id="path6686"
             d="m 466.29822,46.2534 c 0.21698,0.046 0.396,-0.093 0.47598,-0.285 -0.21099,-0.122002 -0.51599,0.019 -0.47598,0.285"
             style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
             inkscape:connector-curvature="0" /><path
             id="path6688"
             d="m 466.62821,49.206399 c 0.168,-0.014 0.336,-0.03 0.50299,-0.048 -0.17301,-0.039 -0.341,-0.023 -0.50299,0.048"
             style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
             inkscape:connector-curvature="0" /><path
             id="path6690"
             d="m 467.00922,45.896401 c -0.056,0.08 -0.11002,0.159001 -0.16602,0.237999 0.35801,-0.249 0.918,-0.125999 1.21402,-0.474998 -0.21902,0.038 -0.29901,-0.157002 -0.49902,-0.167004 -0.19699,-0.01 -0.31598,0.152001 -0.52298,0.095 0.134,0.158001 0.077,0.221001 -0.16901,0.191002 0.048,0.039 0.095,0.079 0.14301,0.118"
             style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
             inkscape:connector-curvature="0" /><path
             id="path6692"
             d="m 468.13022,45.658399 c 0.15698,-0.168 -0.113,-0.213997 -0.21502,-0.213997 0.072,0.071 0.143,0.142997 0.21502,0.213997"
             style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
             inkscape:connector-curvature="0" /><path
             id="path6694"
             d="m 468.0112,48.373399 c 0.064,0.261001 0.26102,0.351002 0.26102,-0.024 -0.087,0.008 -0.17401,0.016 -0.26102,0.024"
             style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
             inkscape:connector-curvature="0" /><path
             id="path6696"
             d="m 468.27222,45.706399 c 0.40598,0.287003 1.28198,-0.153999 1.478,-0.548 -0.19901,-0.003 -0.36701,0.069 -0.50302,0.214 -0.137,-0.512001 -0.78998,0.233002 -0.97498,0.334"
             style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
             inkscape:connector-curvature="0" /><path
             id="path6698"
             d="m 469.36722,44.872399 c 0.31098,-0.013 0.69098,-0.059 0.92899,-0.285 -0.241,-0.062 -0.198,-0.111999 -0.133,-0.277 0.076,-0.193001 -0.39898,-0.379997 -0.509,-0.460998 0.014,0.172 -0.011,0.339 -0.072,0.5 -0.26102,-0.311001 -0.77701,0.172 -1.11801,0.333 0.36599,0.309997 0.849,-0.295002 1.26001,-0.119 -0.15802,0.077 -0.32502,0.125 -0.5,0.142998 0.048,0.055 0.095,0.111 0.143,0.166"
             style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
             inkscape:connector-curvature="0" /><path
             id="path6700"
             d="m 469.08222,45.087399 c 0.16,0.02 0.294,-0.028 0.40399,-0.142997 -0.215,-0.086 -0.45801,-0.089 -0.66501,0.024 0.087,0.039 0.17401,0.079 0.26102,0.118999"
             style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
             inkscape:connector-curvature="0" /><path
             id="path6702"
             d="m 469.46222,44.158399 c 0.036,-0.190998 -0.051,-0.190998 -0.26101,0 h 0.26101"
             style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
             inkscape:connector-curvature="0" /><path
             id="path6704"
             d="m 469.2482,45.730401 c 0.088,-0.04 0.176,-0.08 0.26401,-0.118999 -0.10901,-0.002 -0.19699,0.038 -0.26401,0.118999"
             style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
             inkscape:connector-curvature="0" /><path
             id="path6706"
             d="m 469.5582,46.515401 c 0.172,-0.003 0.33902,-0.034 0.5,-0.095 -0.16598,-0.138001 -0.42099,-0.140999 -0.5,0.095"
             style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
             inkscape:connector-curvature="0" /><path
             id="path6708"
             d="m 470.3422,44.587399 c 0.024,0.079 0.049,0.158001 0.073,0.237999 -0.154,0.057 -0.31299,0.089 -0.47599,0.095 0.24701,0.27 -0.17901,0.396999 -0.18899,0.666999 0.22198,-0.194999 0.501,-0.307998 0.78399,-0.381 -0.075,0.085 -0.14599,0.172001 -0.21499,0.262001 0.14499,0.006 0.33297,0.141998 0.47598,0.095 0.17801,-0.058 0.26102,-0.343002 0.40701,-0.451999 -0.025,0.549999 0.232,0.077 0.357,-0.06 0.14001,-0.153 0.35501,-0.089 0.53299,-0.096 0.32602,-0.014 0.62701,-0.461998 0.28601,-0.682 -0.14701,-0.095 -0.45801,-0.150001 -0.58499,0.01 -0.181,0.225002 -0.55902,0.400001 -0.82901,0.685001 0.011,-0.069 0.76001,-0.942001 0.11898,-0.476002 0.21702,-0.275997 0.13602,-0.701999 -0.29898,-0.493 -0.207,0.100003 -0.29,0.574002 0.011,0.588001 -0.151,-0.053 -0.302,-0.053 -0.453,0"
             style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
             inkscape:connector-curvature="0" /><path
             id="path6710"
             d="m 470.77222,43.9204 c 0.33899,-0.062 0.76999,-0.335999 0.857,-0.690998 -0.45701,-0.241002 -1.15601,0.410999 -1.28702,0.809997 0.169,0.052 0.31201,0.012 0.43002,-0.118999"
             style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
             inkscape:connector-curvature="0" /><path
             id="path6712"
             d="m 470.77222,46.206399 c -0.079,0.032 -0.159,0.063 -0.23801,0.095 0.24701,0.039 0.49601,0.009 0.737,-0.048 -0.16601,-0.014 -0.333,-0.03 -0.49899,-0.047"
             style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
             inkscape:connector-curvature="0" /><path
             id="path6714"
             d="m 471.65219,45.182401 c 0.71402,0.5 0.54801,-0.64 0,0"
             style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
             inkscape:connector-curvature="0" /><path
             id="path6716"
             d="m 472.32022,44.158399 c 0.079,-0.04 0.159,-0.079 0.23798,-0.119 -0.177,-0.091 -0.34299,-0.076 -0.49899,0.048 0.087,0.023 0.17401,0.047 0.26101,0.071"
             style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
             inkscape:connector-curvature="0" /><path
             id="path6722"
             d="m 473.1532,43.206399 c 0.087,-0.008 0.17502,-0.016 0.26102,-0.024 -0.34802,0.079 -0.34802,0.159 0,0.237999 -0.163,0.064 -0.33002,0.119999 -0.49902,0.166999 0.298,0.171002 0.64801,0.096 0.93402,-0.058 0.33798,-0.183003 0.755,0.006 1.11398,-0.085 -0.302,-0.069 -0.31799,-0.144001 -0.047,-0.225003 0.155,-0.169998 0.246,-0.569999 -0.16498,-0.347 0.58197,-0.166 -0.04,-0.205997 -0.24002,-0.305999 -0.62799,-0.314 0.14002,0.494999 -0.405,-0.075 0.517,0.453003 -0.37799,0.045 -0.61898,0.167 0.14999,0.133003 0.324,0.189003 0.52298,0.166999 -0.35999,0.131001 -0.749,0.065 -1.11798,0.143002 0.234,-0.024 0.28799,0.017 0.26098,0.237999"
             style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
             inkscape:connector-curvature="0" /><path
             id="path6724"
             d="m 473.41422,44.491399 c -0.023,-0.371998 -0.39301,-0.157997 -0.49902,0.024 0.16601,-0.021 0.332,-0.029 0.49902,-0.024"
             style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
             inkscape:connector-curvature="0" /><path
             id="path6726"
             d="m 473.4412,44.182401 c 0.14901,0.153999 0.362,0.194999 0.54602,0.071 -0.108,-0.136002 -0.44901,-0.343998 -0.54602,-0.071"
             style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
             inkscape:connector-curvature="0" /><path
             id="path6728"
             d="m 476.41721,42.229402 c 0.14001,-0.059 0.267,-0.138001 0.38101,-0.238003 -0.228,-0.113999 -0.46402,-0.306999 -0.73801,-0.189999 0.32902,0.097 0.245,0.236 0.046,0.380001 -0.046,-0.088 -0.093,-0.175003 -0.14199,-0.261001 -0.17701,0.098 -0.51801,0.286998 -0.026,0.285 -0.176,-0.053 -0.89301,0.216999 -0.26099,0.143001 -0.19501,0.007 -0.37,0.071 -0.52301,0.190998 0.23599,0.097 1.32501,0.138001 1.263,-0.309997"
             style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
             inkscape:connector-curvature="0" /><path
             id="path6734"
             d="m 476.1062,41.467401 c 0.16102,-0.091 0.32801,-0.170002 0.5,-0.237999 -0.16699,0.026 -0.333,0.026 -0.5,0 v 0.237999"
             style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
             inkscape:connector-curvature="0" /><path
             id="path6736"
             d="m 476.34522,41.467401 c -0.15701,1.005001 1.409,0.04 1.56998,0 -0.21598,0.019 -0.39899,-0.029 -0.53998,-0.002 -0.078,0.015 -0.17002,-0.180001 -0.27002,-0.188004 -0.275,-0.023 -0.50699,0.117001 -0.75998,0.190003"
             style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
             inkscape:connector-curvature="0" /><path
             id="path6746"
             d="m 476.7482,40.991399 c 0.083,0.056 0.172,0.104 0.26502,0.143001 0.054,-0.220001 -0.20801,-0.445999 -0.26502,-0.143001"
             style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
             inkscape:connector-curvature="0" /><path
             id="path6748"
             d="m 477.22422,41.1344 c 0.10598,0.028 0.20999,0.02 0.311,-0.024 -0.104,0.008 -0.207,0.016 -0.311,0.024"
             style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
             inkscape:connector-curvature="0" /><path
             id="path6750"
             d="m 478.0582,41.467401 c -0.168,0.098 -0.319,0.216999 -0.453,0.356998 0.255,-0.036 0.57702,-0.059 0.668,-0.356998 h -0.215"
             style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
             inkscape:connector-curvature="0" /><path
             id="path6752"
             d="m 478.34522,41.110398 c -0.211,-0.176998 -0.47601,-0.219997 -0.74002,-0.237999 0.393,0.206002 0.49002,0.647999 1.00201,0.357003 -0.088,-0.039 -0.17499,-0.079 -0.26199,-0.119004"
             style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
             inkscape:connector-curvature="0" /><path
             id="path6756"
             d="m 479.12922,41.110398 c 0.16198,0.441002 0.72198,0.229 0.764,-0.165996 -0.268,-0.095 -0.548,0.004 -0.764,0.165996"
             style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
             inkscape:connector-curvature="0" /><path
             id="path6758"
             d="m 479.72422,41.9204 c 0.049,-0.079 0.097,-0.159001 0.14599,-0.238999 -0.19,-0.075 -0.33301,0.003 -0.33401,0.215 0.063,0.008 0.126,0.016 0.18802,0.024"
             style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
             inkscape:connector-curvature="0" /><path
             id="path6760"
             d="m 479.87021,41.467401 c 0.17401,0.131 0.39402,0.131 0.569,0 -0.15201,0.02 -0.445,-0.146 -0.569,0"
             style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
             inkscape:connector-curvature="0" /><path
             id="path6762"
             d="m 481.5102,41.467401 c -0.007,-0.057 -0.025,-0.056 -0.16498,-0.095 0.055,0.032 0.10998,0.064 0.16498,0.095"
             style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
             inkscape:connector-curvature="0" /><path
             id="path6764"
             d="m 484.46421,39.658399 c 0.032,-0.032 0.063,-0.064 0.095,-0.095 -0.245,0.025 -0.499,0.079 -0.737,-0.024 0.54001,0.607002 -1.19901,0.006 -0.40701,0.381001 -0.253,0.003 -0.434,-0.213002 -0.64698,-0.03 -0.18503,0.158001 -0.64602,0.037 -0.87701,0.078 0.16199,0.073 0.32901,0.127998 0.50299,0.166 -0.075,0.069 -0.155,0.133 -0.23898,0.190998 0.31799,-0.240997 0.806,-0.048 1.165,-0.083 0.431,-0.044 0.788,-0.368999 1.14399,-0.583999"
             style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
             inkscape:connector-curvature="0" /><path
             id="path6770"
             d="m 483.48822,40.872399 h 0.26099 c -0.138,-0.277 -0.69101,-0.370998 -0.952,-0.262001 0.16999,0.234001 0.431,0.233002 0.69101,0.262001"
             style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
             inkscape:connector-curvature="0" /><path
             id="path6772"
             d="m 484.82022,40.110398 c -0.015,-0.039 -0.03,-0.079 -0.046,-0.118 -0.33499,0.384003 -0.86398,0.195004 -1.23999,0.5 0.267,0.205002 0.60099,-0.125 0.59501,0.309002 0.18399,-0.136001 1.065,-0.333 0.691,-0.691002"
             style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
             inkscape:connector-curvature="0" /><path
             id="path6774"
             d="m 485.5582,40.229402 c 0.272,-0.369004 -0.112,-0.416001 -0.401,-0.431 -0.63599,-0.032 -0.022,0.507999 0.401,0.431"
             style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
             inkscape:connector-curvature="0" /><path
             id="path6776"
             d="m 485.2742,39.1344 c 0.13901,0.142998 0.306,0.189999 0.499,0.142998 -0.089,-0.129997 -0.35199,-0.369999 -0.499,-0.142998"
             style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
             inkscape:connector-curvature="0" /><path
             id="path6778"
             d="m 485.43921,38.943398 c 0.076,0.047 0.155,0.039 0.23801,-0.023 -0.079,0.008 -0.159,0.016 -0.23801,0.023"
             style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
             inkscape:connector-curvature="0" /><path
             id="path6782"
             d="m 488.96421,39.1344 h 0.26199 c -0.35199,0.019 -0.28098,-0.122001 -0.11899,-0.285999 -0.18701,-0.056 -0.37601,-0.103001 -0.56701,-0.143001 -0.253,0 -0.447,0.18 -0.697,0.191001 0.167,0.036 0.25702,0.208001 0.379,0.307 0.163,0.133998 0.564,-0.043 0.74201,-0.069"
             style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
             inkscape:connector-curvature="0" /><path
             id="path6794"
             d="m 450.36722,62.921403 c 0.504,-0.243004 1.05298,-0.029 1.57099,-0.190003 -0.11701,-0.022 -0.22901,-0.006 -0.335,0.045 -0.24099,0.079 -0.42599,-0.097 -0.664,-0.093 0.76898,-0.227996 -0.509,-0.111999 0.23499,-0.261993 -0.26099,-0.041 -0.52298,0.004 -0.784,0.02399 0.26102,-0.05199 0.53201,-0.05 0.784,-0.142997 -0.22598,0.053 -0.80899,0.219001 -0.80698,-0.190003 0.18698,0.023 0.35398,-0.02499 0.5,-0.142998 -0.63702,0.064 0.331,-0.353996 0.49899,-0.358001 0.20301,-0.004 0.31199,0.153999 0.499,0.191002 0.18701,0.036 0.78698,-0.152001 0.358,0.262001 0.103,-0.257004 1.42898,-0.430001 1.69299,-0.309998 -0.28698,-0.156006 -0.63098,0.044 -0.93399,-0.011 -0.16199,-0.03 -1.48501,-0.085 -0.806,-0.108002 -0.41299,-0.029 -1.07501,0.164001 -1.42801,-0.119003 0.19501,0.012 0.361,-0.05199 0.499,-0.189995 -0.10898,-0.119004 -0.598,-0.189003 -0.57999,-0.403 0.026,-0.306 0.702,0.237999 0.72202,0.427002 0.09,-0.041 0.16897,-0.097 0.23797,-0.167008 -0.43698,0.005 -0.099,-0.516998 0.288,-0.02399 0.024,-0.233002 0.298,-0.389999 0.33401,-0.113999 0.022,0.168999 0.69,0.136994 0.80701,0.137993 -0.194,-0.043 -0.857,-0.309997 -0.45102,-0.552993 0.48901,-0.293 0.56701,-0.003 0.927,0.291 -0.63599,-1.253006 1.57001,-0.365006 0.69101,0.213997 0.19,0.047 0.36499,0.015 0.526,-0.095 -0.199,-0.042 -0.34299,-0.210999 -0.14499,-0.380997 0.10397,-0.08801 0.38999,0.041 0.526,-0.024 -0.561,0.021 -0.62002,-0.275002 -1.05902,-0.436997 -0.34598,-0.129005 -0.73398,0.08 -1.08398,-0.01501 0.27701,-0.092 0.57098,-0.059 0.85598,-0.09499 -0.26098,-0.160004 -0.56601,-0.029 -0.80999,-0.237999 0.457,-0.101006 0.99899,-0.240006 1.457,-0.07301 0.388,0.141998 1.031,0.348 1.39999,0.096 -0.17099,0.046 -0.345,0.062 -0.522,0.048 0.063,-0.528999 0.98001,-0.478005 1.332,-0.357002 -0.44598,-0.457001 -1.043,0.275001 -1.52399,-0.071 0.16699,-0.044 0.33399,-0.091 0.499,-0.142998 -0.375,0.018 -0.948,0.358993 -1.26001,0 0.15301,-0.063 0.31201,-0.08701 0.47601,-0.07201 -0.203,-0.043 -0.379,-0.138001 -0.525,-0.285996 0.253,-0.176002 0.556,-0.240005 0.82499,-0.051 0.276,0.192001 0.52801,-0.101998 0.819,-0.043 0.26602,0.053 0.49701,-0.099 0.60501,0.238999 0.091,0.284004 0.63501,0.311004 0.84601,0.474998 -0.25702,-0.458 -0.94501,-0.452995 -1.07102,-1.023994 0.19202,-0.121002 0.48801,0.127998 0.599,0.256996 0.26801,0.314003 0.12402,0.25 0.61502,0.266998 -0.48001,-0.047 -0.16501,-0.245994 0.049,-0.285995 -0.097,-0.009 -0.957,-0.036 -0.26098,-0.071 -0.10502,0.007 -0.74003,-0.218003 -0.391,-0.297005 0.404,-0.092 0.87598,-0.107994 1.29398,-0.18 -0.24698,0.033 -0.50998,0.059 -0.73798,-0.071 0.095,-0.089 0.17899,-0.188995 0.25,-0.297996 0.14298,-0.174004 0.279,-0.065 0.45701,-0.135002 0.27499,-0.108002 0.56097,-0.005 0.26898,0.290001 0.242,-0.111 0.50399,-0.166001 0.764,-0.212998 -0.18499,0.034 -0.36801,0.02599 -0.54901,-0.024 0.15,-0.106003 0.31702,-0.169998 0.499,-0.191002 -0.16599,-0.026 -0.33298,-0.026 -0.499,0 0.25602,-0.171997 0.61801,-0.251999 0.91202,-0.333999 0.34699,-0.097 0.832,0.496002 0.328,0.715004 0.24698,-0.091 0.50599,-0.04 0.76099,-0.048 -0.64801,-0.152 0.147,-0.300003 0.32199,-0.298996 0.29102,0.004 0.60202,0.08099 0.89102,0.014 -0.17801,-0.217002 -0.13101,-0.313003 0.14298,-0.286003 -0.17398,-0.062 -0.34097,-0.047 -0.5,0.048 0.38901,-0.299996 0.83902,-0.538994 1.33301,-0.595993 -0.02,-0.214005 -0.16999,-0.284004 -0.357,-0.190003 0.075,-0.325004 0.426,-0.312004 0.668,-0.429001 -0.21701,-0.028 -0.814,0.108002 -0.26099,-0.213996 -0.49902,0.02 -0.793,0.576995 -1.28701,0.642997 0.17999,-9.99e-4 0.34701,-0.048 0.5,-0.142997 0.28601,0.392997 -0.646,0.684997 -0.87299,0.765998 -0.74701,0.266999 -0.90802,0.406998 -1.34,-0.219001 0.20899,0 0.39499,-0.101998 0.54599,-0.237999 -0.346,0.083 -0.694,0.169998 -1.022,0.309997 0.18701,-0.124 0.405,-0.288002 -0.026,-0.285995 0.37601,-0.166001 0.87601,-0.522003 1.30899,-0.357002 -0.17899,-0.112 -0.353,-0.104004 -0.522,0.024 0.074,-0.069 0.15402,-0.133004 0.238,-0.190003 -0.54199,0.110001 0.03,-0.195999 0.17102,-0.308998 0.176,-0.141006 0.072,-0.323006 0.37799,-0.215004 -0.23901,-0.663002 1.22901,-0.490997 1.09501,-1.071999 0.26498,0.079 0.418,0.343003 0.69098,0.404999 -0.035,0.09 -0.076,0.178002 -0.12198,0.262001 0.24099,-0.156997 0.51999,-0.293998 0.80999,-0.333 -0.46801,0.047 -0.19101,-0.285004 0.049,-0.286003 -0.16198,-0.061 -0.32897,-0.093 -0.50198,-0.09499 0.005,-0.378006 0.52899,-0.385002 0.78699,-0.452003 -0.12799,-0.005 -0.25498,-0.021 -0.37998,-0.048 0.43198,-0.333 1.064,-0.421005 1.56998,-0.214004 -0.84399,-0.416 -1.461,0.391998 -2.285,0.381004 0.32501,-0.097 0.31802,-0.160003 -0.023,-0.191002 0.24099,-0.126999 0.52298,-0.054 0.76098,-0.190002 -0.18798,0.075 -0.37899,0.083 -0.57199,0.023 0.16001,-0.065 0.327,-0.08901 0.499,-0.071 -0.76401,-0.154998 0.85299,-0.223999 0,-0.166999 0.23199,-0.02 0.46301,-0.076 0.66799,-0.190003 -0.59399,0.015 -0.007,-0.268997 0.215,-0.048 0.04,-0.305001 0.38901,-0.338005 0.453,-0.024 -0.19299,0.07899 -0.39199,0.095 -0.595,0.048 0.556,0.258003 1.30902,-0.152 1.71302,-0.523994 -0.17801,0.086 -0.34,0.199997 -0.521,0.280998 -0.16501,0.073 -0.83801,0.051 -0.24002,-0.019 -0.33298,-0.03 -0.28998,-0.164993 -0.11899,-0.333 -0.198,-0.03799 -0.38101,0.061 -0.49899,0.214004 -0.172,-0.234001 0.042,-0.753997 0.35699,-0.737999 0.069,0.058 0.129,0.125 0.181,0.199997 0.17301,0.168 0.418,0.024 0.603,-0.033 -0.077,0.021 -0.63901,-0.199005 -0.66199,-0.235 -0.30401,-0.483002 0.323,-0.348999 0.565,-0.218003 -0.62301,-0.246002 0.138,-1.189003 0.857,-0.475998 -0.086,-0.391998 -0.67801,-0.557998 -0.99902,-0.524002 0.33001,-0.01 0.914,-0.336998 1.242,-0.456001 0.30301,-0.110001 0.19601,0.06001 0.38501,0.176002 0.121,0.074 0.33499,-0.033 0.47,-0.005 -0.40399,-0.101005 0.48001,-0.264 0.66501,-0.453003 -0.66901,0.159996 -1.35602,0.221001 -2.02402,0.380997 0.16702,-0.263 0.45902,-0.287994 0.741,-0.309998 -0.26199,-0.042 -0.52899,0.028 -0.788,-0.048 0.219,-0.155006 0.184,-0.341003 -0.049,-0.452004 0.24299,-0.166999 0.33899,0.121003 0.572,0.119004 0.08,-10e-4 0.72,-0.312004 0.764,-0.357003 -0.38601,-0.115997 -0.77102,0.344002 -1.048,-0.119003 0.172,-0.049 0.34598,-0.057 0.522,-0.02399 -0.12402,-0.048 -0.25101,-0.08801 -0.38,-0.119004 0.333,-0.087 0.67398,0.097 1.00198,-0.023 -0.099,0.01 -0.823,-0.034 -0.215,-0.09599 -0.665,-0.065 0.39902,-0.088 0.499,-0.095 -0.275,-0.042 -0.499,-0.214001 -0.76398,-0.285004 0.26099,-0.133999 0.61298,-0.256001 0.91,-0.202999 0.383,0.069 0.659,-0.279 1.04499,-0.083 -0.16101,-0.098 -0.33499,-0.146 -0.52301,-0.142998 0.097,-0.335003 1.18802,-0.512001 1.18802,-0.262001 0.28399,-0.18 0.71099,-0.052 0.95199,0.142998 0,-0.265999 0.045,-0.312001 0.31101,-0.213997 -0.32901,-0.065 -0.65101,-0.191002 -0.98902,-0.203003 -0.47299,-0.018 -0.81799,0.185001 -1.29599,-0.011 0.19599,-0.057 0.30399,-0.256001 0.49899,-0.310001 0.22202,-0.061 0.31601,0.226001 0.499,-0.048 -0.17099,0.013 -0.33798,-0.011 -0.499,-0.071 0.22901,-0.127998 0.52201,-0.313999 0.78702,-0.143001 -0.096,0.048 -0.19201,0.095 -0.28802,0.143001 0.24002,-0.059 0.522,-0.099 0.76401,-0.024 0.21899,0.067 0.38201,0.364998 0.64199,0.261997 -0.539,-0.02 0.058,-0.459999 0.31101,-0.452 -0.42301,-0.048 -0.82199,0.178002 -1.23999,0.023 0.80398,-0.175998 -0.37702,-0.005 0.091,-0.344997 0.14499,-0.105 0.39398,0.028 0.55298,0.012 -0.61099,-0.098 0.27002,-0.088 0.5,0.048 -0.61099,-0.615997 -1.20398,0.055 -1.88199,0.071 0.107,-0.173 0.29401,-0.287002 0.49899,-0.285 -0.19198,-0.015 -0.36599,-0.078 -0.522,-0.191001 0.16602,-0.021 0.332,-0.03 0.49902,-0.024 -0.811,-0.031 0.641,-0.183002 0.78199,-0.196003 0.216,-0.02 0.73098,0.118 0.81601,-0.184997 -0.396,-0.213001 -0.82401,-0.024 -1.24002,-0.071 0.15301,-0.291001 0.46402,-0.207001 0.71402,-0.334004 -0.41202,0.536003 0.43698,-0.252998 0.69299,-0.09 0.31799,0.202999 0.08,0.867996 0.64001,0.828998 -0.19601,-0.039 -0.34201,-0.186 -0.38101,-0.381 0.116,0.093 0.91901,0.398998 0.23801,0 0.28,0.155998 0.34399,0.101002 0.19198,-0.167 0.17301,0.05 0.34702,0.058 0.52301,0.024 -0.27401,-0.018 -0.548,-0.061 -0.811,-0.142997 0.12399,-0.055 0.25101,-0.103001 0.38101,-0.143002 -0.17901,-0.043 -0.36102,-0.067 -0.54602,-0.072 0.35001,-0.026 0.35001,-0.104999 0,-0.237998 0.366,0.109996 0.69303,0.336998 1.07202,0.404998 -0.32,-0.086 -0.64001,-0.305 -0.88302,-0.524002 0.39199,-0.026 0.77301,-0.129997 1.155,0.023 0.164,0.016 0.32901,0.026 0.49301,0.03 0.17599,0.048 0.12899,0.198001 0.35199,0.208999 -0.12198,-0.009 -0.19199,-0.065 -0.21198,-0.167999 0.066,-0.161999 0.439,-0.105999 0.54599,-0.046 -0.65399,-0.147999 0.357,-0.148999 0.49899,-0.119 -0.514,-0.154999 -0.84399,-0.151001 -1.36898,-0.087 -0.33002,0.041 -0.89103,0.085 -1.17701,-0.128002 0.33899,-0.062 0.20301,-0.418999 0.66901,-0.488998 0.44498,-0.068 0.91098,-0.02 1.35498,0.037 -0.17099,-0.079 -0.345,-0.151001 -0.52298,-0.214 0.23099,-0.150998 0.49698,-0.043 0.73798,0 -0.41498,-0.06 -0.237,-0.181 -0.027,-0.286 -0.66702,0.065 0.088,-0.697998 0.64499,-0.594997 -0.634,-0.477001 0.82999,-1.275002 0.71399,-0.191002 0.066,-0.442001 0.55002,-0.34 0.90701,-0.189999 -0.337,-0.157001 -0.75,-0.164001 -0.953,-0.524002 0.298,-0.07 0.55401,0.019 0.81201,0.163002 0.28998,0.161 0.931,0.150997 0.73599,0.503998 0.18201,-0.021 0.33798,-0.357998 0.074,-0.357998 -0.28601,0 -0.55402,0.06 -0.71802,-0.238003 0.14001,-0.149997 0.306,-0.189998 0.49902,-0.118999 -0.17102,-0.076 -0.345,-0.085 -0.52301,-0.024 -0.055,-0.652001 0.87299,-0.581002 1.28699,-0.666001 -0.04,0.354 0.025,0.643002 -0.146,0.975998 0.236,-0.155998 0.33301,-0.597999 0.69202,-0.428997 -0.52002,-0.03 -0.12302,-0.784 -0.024,-0.429001 0.10501,-0.278 0.473,-0.173 0.5,-0.5 0.62601,0.257 -0.23199,1.404999 -0.47598,1.667 0.26599,-0.181 0.60401,-0.228 0.73898,-0.561001 0.137,-0.340999 0.638,0.041 0.85801,0.061 -0.797,-0.275001 -0.45401,-0.958 0.21499,-1.095001 -0.086,0.065 -0.16699,0.136002 -0.242,0.214001 0.30801,0.389 0.34302,-0.192002 0.668,0.048 -0.57099,-0.813 1.513,0.219002 1.64401,0.237999 -0.121,-0.136997 -0.271,-0.216999 -0.453,-0.237999 0.29199,0.003 0.31601,-0.023 0.074,-0.078 -0.14898,-0.103001 -0.16501,-0.449001 0.20999,-0.16 -0.098,-0.269001 -0.73599,-0.256001 -0.16501,-0.405003 -0.39297,0.118 -1.19799,0.043 -1.50097,-0.285999 0.17499,-0.062 0.34198,-0.046 0.50198,0.048 0.024,-0.087 0.047,-0.173999 0.07,-0.262001 0.18201,0.092 0.35699,0.195 0.526,0.310002 0.079,-0.585999 0.54199,0.006 0.83301,-0.237999 -0.074,0.311001 0.25998,0.349998 0.47598,0.381 -0.186,-0.014 -0.30499,-0.125999 -0.33398,-0.310001 0.32898,-0.055 0.67797,0.069 0.99899,0.118999 -0.079,0.365002 -0.608,0.313 -0.88001,0.333001 0.35202,0.011 0.741,0.008 1.04902,-0.189999 0.038,0.625999 0.64199,0.371998 1.02099,0.356998 -0.044,-0.135997 -0.397,-0.093 -0.54501,-0.237999 0.22601,-0.117 0.427,-0.254001 -0.027,-0.310001 0.108,0.008 0.923,-0.062 0.23798,-0.118999 0.27502,0.056 0.43701,-0.3 0.634,-0.418 0.29901,-0.179 0.638,-0.095 0.96402,-0.105999 -0.48401,-0.404003 0.40601,-0.354 0.595,-0.476001 -0.237,-0.120999 -0.517,-0.098 -0.737,-0.262001 0.26498,-0.218998 0.539,0.136001 0.784,-0.142998 -0.69001,-0.137001 0.36999,-0.258 0.61999,-0.205002 0.017,0.003 0.974,0.649002 0.50101,0.039 0.341,-0.033 0.66199,0.297001 0.99899,0.119 -0.20401,0.519001 -0.96899,0.553001 -1.31,0.952 0.19101,-0.047 0.30301,0.045 0.31101,0.237999 -0.11902,0.012 -0.50201,0.368 -0.47601,0.619003 0.16601,-0.093 0.48401,0.089 0.55001,-0.02 0.07,-0.119003 0.167,-0.208 0.29099,-0.27 0.14899,-0.104 -0.071,-0.174 0.015,-0.281002 0.39798,-0.492001 1.36799,-1.239998 1.97498,-1.404999 0.10501,0.397 0.129,0.633 -0.35699,0.667 0.458,-0.081 0.42901,0.465 0.28701,0.737999 0.19998,0.021 0.22599,-0.085 0.33499,-0.208 0.15799,-0.180001 0.443,-0.047 0.641,-0.054 -0.064,-0.087 -0.12699,-0.174004 -0.189,-0.262001 0.16901,-0.032 0.33499,-0.024 0.5,0.023 -0.18701,-0.04 -0.30801,-0.188999 -0.311,-0.380001 0.285,0.019 0.49701,-0.265998 0.78701,-0.142997 -0.19302,-0.237 -0.496,-0.204003 -0.764,-0.262001 0.182,-0.03 1.67199,-0.841 1.78799,-0.286 0.02,0.097 0.479,0.116001 0.56601,0.200001 0.24399,0.233997 -0.98001,0.378998 -1.04401,0.418999 0.18201,-0.021 0.349,0.02 0.50299,0.118999 -0.259,0.069 -0.501,0.187001 -0.764,0.237999 0.32901,-0.011 0.79202,-0.288997 1.09402,-0.047 -0.242,0.162998 -0.52002,0.257 -0.78302,0.381001 0.315,0.021 0.64102,-0.104 0.952,-0.024 -0.17099,0.099 -0.28098,0.275001 -0.215,0.476001 -0.025,-0.335003 0.29501,-0.529003 0.59601,-0.5 -0.61701,0.005 0.094,-0.722999 0.29501,-0.844001 0.26898,-0.161999 1.26999,-0.01 0.991,0.462001 0.23798,-0.071 0.77499,-0.343002 0.85699,0.072 0.34,-0.342999 1.18,0.141998 0.61799,0.262001 0.51501,-0.039 1.28201,-0.111 1.70001,0.309998 0.27099,0.274002 -0.60599,0.366001 -0.72901,0.391002 -0.55099,0.111 -0.86499,0.440998 -1.48098,0.354 -0.49701,-0.071 -1.45999,-0.432003 -1.89402,-0.055 0.305,0.019 0.60801,0.064 0.90802,0.117001 0.21198,0.038 1.29798,0.069 0.63999,0.310997 0.27801,0.037 0.918,0.194 0.26102,0.477001 0.22299,-0.028 0.44598,-0.06 0.66799,-0.096 0.027,0.193001 0.13999,0.200001 0.331,0.191002 -0.035,-0.132999 -0.051,-0.268002 -0.047,-0.405003 0.25598,0.013 0.55399,0.046 0.64499,0.333001 0.12601,-0.432999 0.729,-0.275998 0.84201,0.061 0.23199,0.690003 -1.185,0.244999 -1.32202,0.082 0.255,0.485001 -0.30499,0.639 -0.65598,0.697998 -0.181,0.031 -0.707,0.049 -0.733,0.257 -0.018,0.144001 0.081,0.310002 -0.30401,0.520001 -0.18201,0.100002 -0.353,0.005 -0.51099,-0.092 -0.32401,-0.197998 0.1,-0.399998 0.22998,-0.526001 0.34201,-0.330998 0.49701,-0.799 -0.14099,-0.965001 -0.48902,-0.127998 -0.987,-0.199996 -1.461,-0.385997 -0.54098,-0.212002 -0.94501,-0.741001 -1.51999,-0.371002 -0.93902,0.603 -2.34601,-0.058 -2.685,1.116001 -0.078,0.27 -0.138,0.534999 -0.16601,0.817001 -0.018,0.176998 0.151,0.479 -0.018,0.631 -0.186,0.167 -0.38901,0.082 -0.59598,0.182999 -0.207,0.102001 -0.315,0.322998 -0.449,0.498001 -0.31702,0.409001 -0.89801,-0.066 -1.27701,-0.166 -0.25601,-0.067 -0.51599,-0.119 -0.76901,-0.195 -0.31299,-0.094 -0.32898,0.161999 -0.56097,0.266998 -0.72202,0.325001 -1.48704,0.261002 -2.24802,-0.055 -0.30701,-0.125999 -0.85999,-0.708 -1.14801,-0.929001 -0.53299,-0.410999 -0.98898,-0.490997 -1.581,-0.182998 0.077,0.073 0.15702,0.144001 0.23801,0.214 -0.474,0.264 -1.26599,0.005 -1.78601,0.237999 0.71002,0.289002 0.146,0.845002 -0.26099,1.096001 0.172,0.038 0.33799,0.094 0.499,0.166 -0.80701,0.619 -1.784,-0.114002 -2.61899,-0.052 -0.413,0.031 -0.707,-0.246997 -1.13101,-0.086 -0.302,0.116001 0.064,0.588001 0.013,0.828998 -0.17899,0.836003 -1.23899,0.182003 -1.758,0.355004 -0.85699,0.285 -1.173,1.155998 -1.98199,1.525997 0.194,0.169002 0.703,0.461002 0.64099,0.778 -0.052,0.267002 -1.02701,0.855003 -1.254,1.108002 -0.159,0.176002 -0.276,0.235 -0.47601,0.346 -0.23798,0.130997 0.129,0.403 -0.008,0.580002 -0.29999,0.388001 -1.307,0.394997 -1.737,0.378998 0.071,0.257995 0.29602,1.924995 -0.042,2.109001 -0.26599,0.142998 -0.38101,0.597 -0.629,0.815994 -0.33001,0.291001 -0.64499,0.615006 -0.923,0.956002 0.46301,0.154998 1.31702,0.448005 0.94299,1.124 -0.25998,0.469002 -1.55499,0.121002 -2.018,0.195999 -0.42798,0.069 -1.66599,0.743004 -1.689,1.254006 -0.012,0.267997 -0.25799,0.476997 -0.23898,0.716995 0.015,0.189003 0.42798,0.705002 0.27298,0.812004 -0.33399,0.228996 -0.13898,0.880997 0.032,1.228996 0.33899,0.692002 -0.048,1.144005 0.024,1.828003 0.045,0.434998 0.58001,0.577996 0.91101,0.706002 0.16199,0.063 0.42001,0.155998 0.48001,0.343994 0.038,0.120002 -0.24201,0.830001 -0.38501,0.829002 -0.439,-0.002 -0.87299,0.118004 -0.69,0.628998 0.108,0.305 0.402,0.488006 0.52301,0.785003 0.142,0.349999 -0.167,0.523003 -0.13001,0.858002 0.032,0.284996 -0.293,0.536995 -0.52301,0.625 -0.38098,0.146996 -0.74298,-0.039 -0.70999,0.409996 0.019,0.242005 -0.13101,0.401001 -0.241,0.584999 -0.134,0.223999 0.099,0.546006 0.078,0.797005 -0.02,0.238998 -0.137,1.081001 -0.52201,1.012001 -0.17599,-0.03201 -0.302,-0.331001 -0.397,-0.450005 -0.11401,-0.141998 -0.302,-0.116996 -0.466,-0.199996 -0.42701,-0.218003 -0.73801,-0.196999 -0.89301,-0.704003 -0.068,-0.225998 -0.10498,-0.465996 -0.10098,-0.701996 0.003,-0.146003 0.15899,-0.771003 0.216,-0.206001 0.245,-0.456001 -0.37802,-0.612999 -0.42401,-0.138 -0.026,0.270996 0.30399,0.515998 -0.005,0.733001 -0.065,-0.078 -0.12699,-0.158005 -0.189,-0.238006 -0.039,0.203003 -0.17899,0.252006 -0.35699,0.166999 0.346,0.318001 0.41098,0.525002 0.28399,0.976006 0,-0.480003 -0.018,-0.074 -0.185,0.062 -0.14199,0.114998 -0.31701,0.177002 -0.46801,0.278 -0.245,0.164002 -0.048,0.311005 -0.414,0.135002 -0.21998,-0.106002 -0.42298,-0.241996 -0.64899,-0.332 0.62701,0.271003 -0.138,0.716003 -0.49899,0.691002 0.056,0.07899 0.112,0.157997 0.16799,0.237999 -0.20199,0.067 -0.40899,0.099 -0.622,0.095 0.042,0.087 0.083,0.173996 0.12301,0.262001 -0.47702,0.071 -0.647,0.562996 -1.02902,0.792 -0.46698,0.279998 -0.97199,0.409996 -1.47998,0.590995 -0.21301,0.07501 -0.491,0.278 -0.72302,0.276001 -0.23099,-9.99e-4 -0.444,-0.117996 -0.67798,-0.124 -0.37403,-0.009 -1.043,0.135002 -1.30502,-0.224999 0.15301,-0.143997 0.32702,-0.254997 0.522,-0.333999 -0.83899,0.514999 -3.50199,-1.156998 -2.358,-1.786003 -0.076,-0.06 -0.155,-0.115998 -0.23798,-0.166001 0.496,-0.033 0.86298,0.431 1.35898,0.405007 -0.09,-0.068 -0.177,-0.139 -0.26099,-0.214005 0.31101,-0.181 0.68,-0.221 1.02201,-0.309997 -0.396,0.031 -0.79401,0.112999 -1.11802,0.356994 0.044,-0.208999 -0.075,-0.393997 -0.26498,-0.475998 0.16699,-0.051 0.33499,-0.099 0.50299,-0.142997 -0.61401,-0.123001 0.535,-0.418 0.73801,-0.453003 -0.17002,-0.007 -0.33502,0.01701 -0.495,0.073 -0.293,0.086 -0.44302,-0.023 -0.028,-0.073 -0.16999,0.009 -0.33798,-0.007 -0.50299,-0.047 0.35098,-0.225998 0.66598,-0.473999 1.07199,-0.596001 -0.23801,0.057 -0.452,-0.168999 -0.58499,0.087 -0.10202,0.195999 -0.435,0.379005 -0.629,0.460998 0.011,-0.185997 0.12399,-0.298996 0.311,-0.309997 -0.263,-0.009 -0.54901,-0.016 -0.764,0.167 0.18698,-0.088 0.30099,-0.014 0.311,0.190002 -0.181,-0.02 -0.34802,0.019 -0.49902,0.119995 v -0.547996 c -0.11399,0.037 -0.21698,0.093 -0.31098,0.166 0.624,0.054 -0.22101,0.792999 -0.047,0.120003 -0.041,0.516998 -0.37097,0.02499 -0.36099,-0.179001 0.014,-0.295006 0.27802,-0.57 0.55002,-0.654999 -0.031,0.229996 -0.078,0.531998 -0.38,0.523995 0.25399,0.159004 0.34799,-0.02 0.41799,-0.238999 0.093,-0.293998 0.53699,-0.048 0.77201,-0.166 -0.66501,-0.082 0.31698,-0.216995 0.453,-0.333 -0.28,0.163002 -0.651,0.069 -0.906,-0.096 0.229,-0.296997 0.69198,-0.742996 1.09799,-0.737999 -0.637,-0.188995 0.557,-0.699997 0.76101,-0.833 0.107,0.262001 -0.085,0.496002 -0.14202,0.737999 0.402,-0.448998 0.518,-0.847 1.19,-0.903999 -0.513,-0.085 -1.08798,0.016 -1.56598,0.207 -0.14301,0.057 -0.61102,0.401001 -0.69702,0.548004 -0.637,1.098 -0.305,-0.067 -0.80899,0.006 0.05,-0.155998 0.09,-0.315002 0.11898,-0.475998 -0.07,0.160996 -0.31497,0.671997 -0.58099,0.550995 -0.215,-0.098 -0.13098,-0.496994 -0.39398,-0.550995 0.17798,-0.049 0.319,-0.182998 0.38,-0.357002 0.237,0.695999 0.88898,-0.134003 0.737,-0.595001 -0.324,0.081 -0.49002,0.475998 -0.845,0.475998 -0.34601,0 -0.35602,-0.518998 -0.65301,-0.618996 0.28799,-0.003 0.626,0.125999 0.807,0.357002 -0.033,-0.215004 -0.096,-0.561004 0.23801,-0.548004 -0.31,-0.074 -0.854,0.390999 -0.92902,-0.166 0.21701,0.160003 0.25702,0.159004 0.357,-0.096 -0.25699,0.067 -0.45499,-0.320999 0.072,-0.234001 0.55798,0.093 0.91098,-0.126999 1.453,-0.146996 0.38898,-0.013 0.89798,0.247002 1.25699,0.01 0.383,-0.253006 1.129,0.335999 0.60098,0.489998 0.16703,-0.096 0.34101,-0.111999 0.52301,-0.048 -0.54498,-0.392998 0.75702,-0.660995 0.97901,-0.666 -0.71701,-0.09 -0.44901,-0.375 -0.05,-0.737999 -0.32602,0.133003 -0.73602,0.460998 -0.42602,0.833 -0.25998,-0.019 -0.50699,0.115006 -0.76398,0.024 0.082,-0.078 0.16901,-0.149002 0.26098,-0.213997 -0.23898,0.153 -1.41198,0.209999 -0.88,-0.238006 -0.29099,0.04301 -0.24298,0.290001 -0.41,0.458 -0.24399,0.245003 -0.59198,-0.008 -0.85498,-0.05 -0.30002,-0.048 -0.81702,0.119996 -1.10602,0.206002 -0.30698,0.09099 -0.543,-0.191002 -0.81998,-0.257004 0.448,-0.003 0.189,-0.171997 0,-0.285996 0.30399,-0.142006 0.66599,-0.189003 0.99899,-0.166 -0.32699,-0.103004 -0.69101,0.01199 -0.99899,0.118996 0.211,-0.279999 0.15598,-0.350998 -0.168,-0.215996"
             style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
             inkscape:connector-curvature="0" /><path
             id="path6796"
             d="m 450.3902,64.945397 c -0.079,-0.048 -0.15799,-0.09499 -0.23801,-0.142997 0.18503,-0.111 0.37101,-0.026 0.47703,0.142997 h -0.23902"
             style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
             inkscape:connector-curvature="0" /><path
             id="path6798"
             d="m 450.65219,61.683396 c 0.087,0.04 0.17402,0.079 0.26102,0.119004 -0.26199,0.042 -0.53299,0.016 -0.78399,-0.072 0.164,-0.124001 0.33898,-0.139999 0.52297,-0.047"
             style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
             inkscape:connector-curvature="0" /><path
             id="path6800"
             d="m 451.43821,65.421403 c -0.176,-0.055 -0.335,-0.142006 -0.47599,-0.261002 0.24298,-0.135002 0.52298,-0.196998 0.73798,-0.381004 0.043,0.253006 0.062,0.575005 -0.26199,0.642006"
             style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
             inkscape:connector-curvature="0" /><path
             id="path6802"
             d="m 452.6062,68.017404 c 0.096,-0.446007 0.37302,-0.210007 0.68802,-0.286004 -0.23901,0.072 -0.49102,0.120003 -0.68802,0.286004"
             style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
             inkscape:connector-curvature="0" /><path
             id="path6806"
             d="m 455.98621,58.754403 c 0.032,-0.07101 0.064,-0.143005 0.096,-0.214004 0.082,0.189003 -0.013,0.11 -0.096,0.214004"
             style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
             inkscape:connector-curvature="0" /><path
             id="path6812"
             d="m 496.63022,41.706399 c -0.47201,-0.117001 -0.23102,0.575001 0.288,0.142002 -0.22501,0.131001 -0.32102,0.084 -0.288,-0.142002"
             style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
             inkscape:connector-curvature="0" /></g></g><g
         transform="matrix(3.1757337,0,0,3.1757337,-0.02195285,3.9026)"
         style="fill:#ee7070;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
         id="er"><title
           id="title3779">Eritrea</title><path
           inkscape:connector-curvature="0"
           style="fill:#ee7070;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 535.2312,190.7164 c 0.018,0.18601 0.21003,0.748 -0.122,0.47501 0.14404,0.42199 0.87298,0.38299 1.21704,0.35798 -0.17005,-0.36499 -0.64606,-0.012 -0.77002,-0.38699 -0.049,-0.146 -0.053,-0.612 -0.32502,-0.446"
           id="path6816" /><path
           inkscape:connector-curvature="0"
           style="fill:#ee7070;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 526.42121,192.7634 c 0.39898,-0.357 0.37597,-0.918 0.51898,-1.392 0.15601,-0.515 0.37201,-1.015 0.55603,-1.521 0.16998,-0.464 -0.31,-2.393 0.43298,-2.496 0.14801,-0.021 0.70203,0.091 0.79102,-0.057 0.24097,-0.40199 0.056,-0.71099 0.53198,-0.86199 0.38403,-0.12101 0.82703,-0.422 1.22699,-0.58001 0.591,-0.23399 0.61102,-0.84098 1.03504,-1.23399 0.73999,1.477 1.28399,2.89799 1.64599,4.511 0.086,0.385 0.081,0.765 0.25598,1.12801 0.19,0.392 0.37,0.70299 0.448,1.13398 0.053,0.29401 0.422,0.31901 0.50299,0.63001 0.074,0.28799 0.13403,0.78101 0.388,0.978 0.31702,-0.22499 -0.203,-1.08001 0.12903,-1.135 0.32397,-0.053 0.51697,0.35401 0.539,0.596 0.025,0.28199 0.22699,0.76499 0.49799,0.88999 0.38397,0.17701 0.625,-0.34298 1.01703,0.094 0.32397,0.36 0.362,0.62799 0.88494,0.69899 0.60303,0.083 0.83204,0.54601 1.15302,1.02501 0.31104,0.46199 0.58002,0.931 1.06403,1.236 0.22796,0.14399 0.42999,0.32 0.62201,0.509 0.0959,0.094 0.56298,0.735 0.32995,0.157 0.32001,0.20401 0.31799,0.656 0.41901,0.975 0.088,0.27899 0.39703,0.203 0.57702,0.39099 0.17402,0.18201 0.86402,1.47101 1.12397,0.82502 0.26001,0.24398 0.38702,0.35699 0.23901,0.53599 -0.38,0.179 -0.685,0.425 -0.69202,0.63699 -0.022,0.73601 -0.60095,-0.317 -1.25494,0.20101 0.08,-0.189 -0.11102,-0.773 -0.82306,-1.261 -0.62695,-0.945 -1.03094,-1.59999 -1.41394,-1.70301 -0.68201,-0.18199 -0.901,-1.02198 -1.30902,-1.58499 -0.44299,-0.61 -1.10303,-0.64 -1.66504,-1.073 -0.52594,-0.40499 -0.83899,-0.068 -1.32599,-0.214 -0.38098,-0.114 -1.04401,-0.472 -1.422,0.009 -0.008,-0.296 -0.60296,-0.88501 -0.47399,-0.68001 0.062,0.098 -0.42402,0.63001 -0.78101,0.65101 -0.232,0.013 -0.72998,0.083 -0.97296,-0.28299 -0.44501,-0.668 -0.59003,-0.12101 -1.10901,-0.97301 -0.19702,0.76601 -0.48901,1.505 -0.784,2.23801 -0.15899,-0.22701 -0.57403,-1.07401 -0.96301,-0.86501 -0.24298,0.131 -0.21399,0.375 -0.55701,0.349 -0.94397,-0.072 -0.92498,-0.112 -1.17199,0.481 -0.17603,-0.843 -0.22498,-2.12601 -0.22602,-2.906"
           id="path6830" /></g><g
         transform="matrix(3.1757337,0,0,3.1757337,-0.02195285,3.9026)"
         style="stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
         id="tf"><title
           id="title3358">French Southern and Antarctic Lands (FR)</title><path
           inkscape:connector-curvature="0"
           style="fill:#e0e0e0;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 590.94519,376.1104 c -0.087,-0.064 -0.15795,-0.14301 -0.21197,-0.23801 -0.087,0.071 -0.16602,0.151 -0.23804,0.23801 0.14606,-0.22601 0.64502,-0.599 0.56903,-0.90601 -0.14398,0.121 -0.30999,0.177 -0.49902,0.16501 0.177,-0.084 0.31103,-0.24499 0.31103,-0.449 -0.25799,0.09 -0.71398,0.58499 -0.5,0.87899 -0.32202,-0.024 -0.466,0.33002 -0.23803,0.54901 -0.32801,-0.025 -0.24799,0.76001 -0.47296,1.08399 -0.36304,0.52301 0.42596,0.418 0.66101,0.11002 0.26196,-0.34101 0.41296,-0.154 0.77295,-0.011 0.294,0.117 0.703,0.17502 0.49102,-0.28 0.34101,-0.008 0.14801,0.39502 0.38001,0.54901 0.35101,0.232 0.46802,-0.22 0.75,-0.254 0.44501,-0.053 0.023,-0.42199 -0.16803,-0.23401 -0.26398,0.26102 -0.81098,0.022 -0.62799,-0.36898 0.19598,0.164 0.37903,0.15698 0.28399,-0.14502 0.245,0.11001 0.55805,-0.074 0.77503,0.075 0.12701,0.087 0.68097,0.40201 0.29602,-0.075 0.77594,0.268 0.60797,-1.45298 -0.11005,-0.56699 -0.088,0.10901 -0.57898,0.043 -0.72699,0.10901 -0.16797,0.076 -0.28198,0.22699 -0.445,0.31 -0.12098,0.063 -0.68598,0.062 -0.12299,-0.087 -0.25098,0.06 -0.54901,-0.027 -0.54602,-0.33401 -0.092,0.031 -0.17999,0.07 -0.26398,0.11901 0.22199,-0.26101 0.90497,-0.055 0.71698,-0.596 -0.10199,0.32199 -0.53399,0.35 -0.80999,0.358 0.25402,-0.081 0.48901,-0.29099 0.5,-0.57199 -0.27698,0.053 -0.51301,0.281 -0.52601,0.57199"
           id="tf-" /><g
           style="stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           id="circle4536" /></g><g
         transform="matrix(3.1757337,0,0,3.1757337,-0.02195285,3.9026)"
         style="stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1;fill:#900000;fill-opacity:1"
         id="aq"><title
           id="title3789">Antarctica</title><path
           inkscape:connector-curvature="0"
           style="fill:#900000;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1;fill-opacity:1"
           d="m 349.78922,407.6104 c -0.353,-0.663 -1.29001,-0.629 -1.92902,-0.595 0.176,0.445 1.54001,0.337 1.92902,0.595"
           id="path4902" /><path
           inkscape:connector-curvature="0"
           style="fill:#900000;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1;fill-opacity:1"
           d="m 350.66822,407.66039 c 0.15899,-0.064 0.31698,-0.12799 0.47598,-0.19199 -0.245,0.021 -0.48999,0.054 -0.737,0.046 0.087,0.048 0.17401,0.097 0.26102,0.146"
           id="path4904" /><path
           inkscape:connector-curvature="0"
           style="fill:#900000;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1;fill-opacity:1"
           d="m 714.26423,449.13741 c -0.198,-0.087 -0.404,-0.138 -0.61902,-0.154 -0.25,0.025 -0.39002,0.266 -0.64099,0.29599 0.31896,0.17099 0.99902,0.128 1.26001,-0.14199"
           id="path7014" /><path
           inkscape:connector-curvature="0"
           style="fill:#900000;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1;fill-opacity:1"
           d="m 716.2182,448.94939 c -0.39099,-0.318 -1.15301,0.11902 -1.57,0.18802 0.39898,0.37399 1.17602,0.022 1.57,-0.18802"
           id="path7016" /><path
           inkscape:connector-curvature="0"
           style="fill:#900000;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1;fill-opacity:1"
           d="m 715.8382,448.4464 c 0.15204,-0.19501 0.992,-0.293 0.33099,-0.331 0.185,-0.01 0.36805,-0.034 0.54901,-0.073 -0.061,-0.005 -0.46698,-0.003 -0.50097,-0.12101 -0.057,-0.198 0.599,-0.333 0.698,-0.35199 0.16101,-0.027 0.32098,-0.061 0.47796,-0.10302 0.17102,-0.052 0.10504,-0.25498 0.30499,-0.31098 0.17505,-0.048 1.53003,-0.25702 0.97101,0.26898 0.81604,0.193 2.30805,-0.53 2.90705,0.284 -0.66803,0.24402 -1.84003,0.50302 -2.52106,0.297 -0.85199,-0.25699 -2.36694,0.24701 -3.21698,0.44101"
           id="path7018" /><path
           inkscape:connector-curvature="0"
           style="fill:#900000;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1;fill-opacity:1"
           d="m 726.93323,428.47139 h -0.23804 c 0.13202,-0.21698 0.39203,-0.422 0.61805,-0.16898 -0.11402,0.084 -0.24103,0.141 -0.38001,0.16898"
           id="path7022" /><path
           inkscape:connector-curvature="0"
           style="fill:#900000;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1;fill-opacity:1"
           d="m 727.6482,428.37541 c 0.18701,-0.048 0.354,-0.009 0.49902,0.11899 -0.172,0.25101 -0.78699,0.19699 -0.49902,-0.11899"
           id="path7024" /><path
           inkscape:connector-curvature="0"
           style="fill:#900000;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1;fill-opacity:1"
           d="m 738.43219,438.6834 c 0.093,-0.055 0.18201,-0.11802 0.26502,-0.18799 -0.51801,-0.203 -1.073,0.33798 -1.55103,0.453 0.42804,0.375 0.90503,-0.052 1.28601,-0.26501"
           id="path6980" /><path
           inkscape:connector-curvature="0"
           style="fill:#900000;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1;fill-opacity:1"
           d="m 749.17023,421.63539 c 0.017,-0.079 0.034,-0.15799 0.05,-0.238 -0.26898,0.07 -0.53504,0.28802 -0.49902,0.596 0.221,0.007 0.37402,-0.16998 0.44903,-0.358"
           id="path6982" /><path
           inkscape:connector-curvature="0"
           style="fill:#900000;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1;fill-opacity:1"
           d="m 749.22022,422.51839 c -0.203,-0.073 -0.38599,0.026 -0.47601,0.212 0.19299,0.04 0.367,-0.057 0.47601,-0.212"
           id="path6984" /><path
           inkscape:connector-curvature="0"
           style="fill:#900000;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1;fill-opacity:1"
           d="m 749.8382,424.56538 c 0.074,-0.072 0.138,-0.15097 0.19202,-0.23797 -0.31202,-0.26203 -0.776,0.324 -0.85999,0.57199 0.26398,-0.003 0.50696,-0.12701 0.66797,-0.33402"
           id="path6986" /><path
           inkscape:connector-curvature="0"
           style="fill:#900000;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1;fill-opacity:1"
           d="m 629.88019,417.49239 c 0.30902,0.1 1.474,0.17801 1.52204,-0.34198 0.0329,-0.353 -0.50104,-0.68201 -0.74604,-0.85202 -0.29095,-0.202 -1.13995,-0.37299 -1.33801,0.078 -0.20496,0.46701 0.60901,0.61902 0.082,0.97302 0.15302,0.073 0.31201,0.121 0.47998,0.14298"
           id="path6978" /><path
           inkscape:connector-curvature="0"
           style="fill:#900000;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1;fill-opacity:1"
           d="m 632.4502,420.0154 c 0.25403,-0.28601 1.94903,-0.96399 2.11102,-0.375 0.18799,0.681 -1.79101,0.69101 -2.11102,0.375"
           id="path7010" /><path
           inkscape:connector-curvature="0"
           style="fill:#900000;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1;fill-opacity:1"
           d="m 638.06922,419.18541 c 0.007,-0.431 0.40497,-0.465 0.72497,-0.336 0.151,0.061 -0.033,0.61298 0.10804,0.762 -0.49103,0.24099 -0.443,-0.38001 -0.83301,-0.426"
           id="path7012" /><path
           inkscape:connector-curvature="0"
           style="fill:#900000;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1;fill-opacity:1"
           d="m 624.23523,421.5894 c 0.28296,0.11099 0.72998,0.053 0.78699,-0.311 -0.26202,-0.068 -1.10004,-0.19599 -1.04901,0.28799 0.088,0.008 0.17499,0.015 0.26202,0.023"
           id="path7000" /><path
           inkscape:connector-curvature="0"
           style="fill:#900000;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1;fill-opacity:1"
           d="m 628.44818,422.8264 c 0.30604,0.023 0.56,-0.18201 0.74103,-0.40399 -0.27398,0.079 -0.513,0.23898 -0.74103,0.40399"
           id="path7002" /><path
           inkscape:connector-curvature="0"
           style="fill:#900000;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1;fill-opacity:1"
           d="m 631.33222,421.4204 c 0.10199,-0.019 0.19702,-0.059 0.28399,-0.11799 -0.094,0.039 -0.18902,0.079 -0.28399,0.11799"
           id="path7004" /><path
           inkscape:connector-curvature="0"
           style="fill:#900000;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1;fill-opacity:1"
           d="m 632.04621,421.2784 c 0.073,0.17099 0.43499,-0.107 0.47601,-0.142 -0.18701,-0.049 -0.34601,-0.003 -0.47601,0.142"
           id="path7006" /><path
           inkscape:connector-curvature="0"
           style="fill:#900000;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1;fill-opacity:1"
           d="m 632.9032,420.58739 c 0.177,0.037 0.336,-0.003 0.47602,-0.11899 -0.167,0.005 -0.32599,0.045 -0.47602,0.11899"
           id="path7008" /><path
           inkscape:connector-curvature="0"
           style="fill:#900000;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1;fill-opacity:1"
           d="m 617.35321,420.1844 c -0.44799,0.023 -0.064,0.31 0.15802,0.31 0.36799,0 0.12598,-0.37701 -0.15802,-0.31"
           id="path6976" /><path
           inkscape:connector-curvature="0"
           style="fill:#900000;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1;fill-opacity:1"
           d="m 470.15421,430.75639 c -0.005,0.73502 1.44299,0.45102 1.71899,0.062 0.17002,-0.24002 -1.43499,-0.361 -1.71899,-0.062"
           id="path6972" /><path
           inkscape:connector-curvature="0"
           style="fill:#900000;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1;fill-opacity:1"
           d="m 464.8422,430.8994 c 0.268,-0.039 1.121,-0.22299 1.14502,0.23801 -0.32901,0.068 -1.039,0.251 -1.14502,-0.23801"
           id="path6974" /><path
           inkscape:connector-curvature="0"
           style="fill:#900000;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1;fill-opacity:1"
           d="m 407.8642,440.32741 c 0.41299,0.25198 -0.20099,0.52499 0.022,0.76599 0.29502,0.319 0.91101,0.37299 1.02701,0.83099 -0.431,0.26102 -0.70502,-0.125 -1.02099,-0.358 -0.469,-0.34799 -1.13001,-0.25799 -1.67102,-0.38199 0.22802,-0.28299 0.62902,-0.255 0.93701,-0.37899 0.26901,-0.10901 0.402,-0.44501 0.70599,-0.478"
           id="path6954" /><path
           inkscape:connector-curvature="0"
           style="fill:#900000;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1;fill-opacity:1"
           d="m 437.4372,433.23341 c 0.40201,-0.066 0.84302,-0.35601 1.14401,-0.621 -0.375,-0.09 -2.24499,-0.695 -2.48901,-0.259 -0.27799,0.49399 1.11401,0.871 1.345,0.88"
           id="path6956" /><path
           inkscape:connector-curvature="0"
           style="fill:#900000;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1;fill-opacity:1"
           d="m 438.86521,431.30241 c -0.067,-0.061 -0.146,-0.076 -0.23801,-0.046 0.079,0.015 0.159,0.031 0.23801,0.046"
           id="path6958" /><path
           inkscape:connector-curvature="0"
           style="fill:#900000;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1;fill-opacity:1"
           d="m 443.65122,433.30339 v -0.21499 c -0.097,0.05 -0.185,0.11401 -0.26199,0.19201 0.087,0.007 0.17398,0.015 0.26199,0.023"
           id="path6960" /><path
           inkscape:connector-curvature="0"
           style="fill:#900000;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1;fill-opacity:1"
           d="m 446.60422,432.35039 c 0.046,-0.328 -0.29602,-0.21298 -0.26102,0.05 0.087,-0.017 0.17402,-0.033 0.26102,-0.05"
           id="path6962" /><path
           inkscape:connector-curvature="0"
           style="fill:#900000;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1;fill-opacity:1"
           d="m 447.91321,432.2314 c 0.50699,-0.073 0.884,-0.55399 0.11801,-0.57599 -0.53701,-0.017 -0.78802,0.487 -0.11801,0.57599"
           id="path6964" /><path
           inkscape:connector-curvature="0"
           style="fill:#900000;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1;fill-opacity:1"
           d="m 428.00821,432.35039 c 0.087,0.017 0.17401,0.033 0.26099,0.05 -0.15399,0.097 -0.31299,0.10498 -0.47598,0.023 0.071,-0.024 0.143,-0.048 0.21499,-0.073"
           id="path6966" /><path
           inkscape:connector-curvature="0"
           style="fill:#900000;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1;fill-opacity:1"
           d="m 430.6742,431.89739 c 0.15701,-0.09 0.76501,-0.306 0.85901,-0.039 0.168,0.474 -0.71399,0.202 -0.85901,0.039"
           id="path6968" /><path
           inkscape:connector-curvature="0"
           style="fill:#900000;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1;fill-opacity:1"
           d="m 436.29221,431.59041 c 0.341,-0.19302 1.427,-0.032 0.88699,0.22497 -0.22598,0.10602 -1.10199,0.30802 -0.88699,-0.22497"
           id="path6970" /><path
           inkscape:connector-curvature="0"
           style="fill:#900000;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1;fill-opacity:1"
           d="m 332.07221,452.16039 c 1.20001,0 1.63901,-1.04499 2.616,-1.582 0.26998,-0.14899 0.78201,-0.26999 0.92099,-0.577 0.20401,-0.452 -0.931,-0.33298 -1.08399,-0.302 -1.26501,0.25802 -2.64899,0.492 -3.81399,1.065 -1.51502,0.74301 0.56597,1.44 1.36099,1.396"
           id="path6926" /><path
           inkscape:connector-curvature="0"
           style="fill:#900000;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1;fill-opacity:1"
           d="m 347.64521,452.87441 c 0.34399,0.68399 -2.40699,0.53198 -2.62601,0.535 -0.923,0.013 -1.84998,0.045 -2.76999,-0.05 -0.88599,-0.092 -1.802,-0.44098 -2.70001,-0.31598 0.42801,0.94898 2.78601,0.88898 3.63,0.84198 0.41501,-0.024 0.823,-0.11999 1.23902,-0.142 0.64099,-0.035 1.24899,0.19501 1.863,0.34101 0.70899,0.169 1.42298,0.29501 2.151,0.34399 0.82999,0.055 2.823,0.041 1.88999,-1.28299 -0.465,-0.65799 -1.138,-1.08499 -1.95001,-1.00601 -0.388,0.039 -1.44098,0.246 -0.72699,0.73502"
           id="path6928" /><path
           inkscape:connector-curvature="0"
           style="fill:#900000;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1;fill-opacity:1"
           d="m 383.2432,450.1624 c 0.199,-0.013 0.397,-0.029 0.595,-0.049 -1.22699,0.033 -2.44299,-0.18799 -3.668,-0.18799 -0.53699,0 -1.07199,-0.056 -1.60498,-0.10901 -0.711,-0.07 -1.315,0.13602 -2.01202,0.20502 1.139,0.077 2.28302,-0.036 3.42102,0.064 1.08398,0.096 2.181,0.15601 3.26898,0.077"
           id="path6930" /><path
           inkscape:connector-curvature="0"
           style="fill:#900000;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1;fill-opacity:1"
           d="m 362.88422,452.87441 c 0.47699,-0.27701 0.94299,-0.57102 1.42899,-0.83002 -0.085,-0.22 -0.293,-0.31799 -0.45499,-0.46799 -0.25,-0.23199 -0.33801,-0.64899 -0.36902,-0.97299 -0.064,-0.67401 0.435,-1.04501 0.996,-1.285 1.43601,-0.61301 2.95102,-0.79102 4.499,-0.65201 1.32302,0.11801 2.928,0.224 4.113,0.89001 0.33902,0.19098 0.57102,0.49399 0.099,0.702 -0.617,0.272 -1.34299,-0.23902 -1.93197,0.16498 0.70297,1.10601 2.63198,-0.508 3.31097,0.85702 -0.306,0.19199 -0.68399,0.13999 -1.022,0.215 0.677,0.43899 1.84899,-0.032 2.39102,0.62698 0.80298,0.97501 -0.57401,0.827 -1.13101,0.89801 0.22699,0.18299 0.514,0.23599 0.78701,0.30701 -0.30801,0.42798 -1.02502,0.45798 -1.49701,0.49698 -0.79699,0.065 -1.58499,0.19 -2.38101,0.24801 -2.03299,0.14701 -4.069,0.236 -6.1,0.405 -1.771,0.14701 -3.81,0.42099 -5.55799,-0.016 -1.11001,-0.27801 -0.036,-0.957 0.54001,-1.07901 0.676,-0.143 1.77298,0.083 2.28,-0.50799"
           id="path6952" /><path
           inkscape:connector-curvature="0"
           style="fill:#900000;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1;fill-opacity:1"
           d="m 194.01621,445.9464 c 0.37401,-0.02 0.754,-0.076 1.119,0.049 -0.407,0.246 -0.86799,0.10699 -1.31,0.11999 0.064,-0.056 0.127,-0.113 0.191,-0.169"
           id="path7026" /><path
           inkscape:connector-curvature="0"
           style="fill:#900000;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1;fill-opacity:1"
           d="m 197.99221,446.20741 c 0.04,-0.015 0.08,-0.031 0.119,-0.046 -0.452,-0.151 -1.217,-0.332 -1.64301,-0.023 0.502,0.163 1.00901,0.11698 1.52401,0.069"
           id="path7028" /><path
           inkscape:connector-curvature="0"
           style="fill:#900000;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1;fill-opacity:1"
           d="m 197.39721,445.99541 c -0.17,0.032 -0.49801,-0.14401 -0.738,-0.072 0.241,0.059 0.48999,0.079 0.738,0.072"
           id="path7030" /><path
           inkscape:connector-curvature="0"
           style="fill:#900000;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1;fill-opacity:1"
           d="m 198.82521,446.63741 c -0.473,-0.30802 -1.193,-0.172 -1.714,-0.096 0.55701,0.17499 1.142,0.138 1.714,0.096"
           id="path7032" /><path
           inkscape:connector-curvature="0"
           style="fill:#900000;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1;fill-opacity:1"
           d="m 199.08721,445.99541 c -0.415,-0.22702 -0.942,-0.258 -1.405,-0.23801 0.436,0.207 0.936,0.20401 1.405,0.23801"
           id="path7034" /><path
           inkscape:connector-curvature="0"
           style="fill:#900000;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1;fill-opacity:1"
           d="m 199.34922,447.37541 c -0.38701,-0.11001 -0.89601,-0.29702 -1.28601,-0.093 0.42601,0.069 0.854,0.14901 1.28601,0.093"
           id="path7036" /><path
           inkscape:connector-curvature="0"
           style="fill:#900000;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1;fill-opacity:1"
           d="m 198.8732,445.82741 c -0.19899,-0.076 -0.40599,-0.107 -0.61898,-0.093 0.20399,0.05 0.40998,0.081 0.61898,0.093"
           id="path7038" /><path
           inkscape:connector-curvature="0"
           style="fill:#900000;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1;fill-opacity:1"
           d="m 201.44521,447.54341 c -0.37399,-0.66702 -2.353,-1.08502 -2.953,-0.595 0.908,0.37399 1.958,0.719 2.953,0.595"
           id="path7040" /><path
           inkscape:connector-curvature="0"
           style="fill:#900000;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1;fill-opacity:1"
           d="m 200.25422,446.04241 c -0.362,-0.20902 -0.75101,-0.45401 -1.16601,-0.215 0.368,0.17798 0.769,0.17599 1.16601,0.215"
           id="path7042" /><path
           inkscape:connector-curvature="0"
           style="fill:#900000;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1;fill-opacity:1"
           d="m 199.92121,447.61339 c -0.18399,-0.097 -0.374,-0.112 -0.57199,-0.047 0.19099,0.018 0.38099,0.034 0.57199,0.047"
           id="path7044" /><path
           inkscape:connector-curvature="0"
           style="fill:#900000;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1;fill-opacity:1"
           d="m 200.3732,446.89839 c -0.13099,-0.11999 -0.28199,-0.15197 -0.45199,-0.096 0.151,0.032 0.302,0.064 0.45199,0.096"
           id="path7048" /><path
           inkscape:connector-curvature="0"
           style="fill:#900000;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1;fill-opacity:1"
           d="m 201.15921,446.59139 c 0.23101,-0.008 0.46,-0.069 0.667,-0.16898 -0.347,-0.11301 -0.945,-0.30502 -1.262,-0.023 0.191,0.085 0.39,0.14801 0.595,0.19199"
           id="path7050" /><path
           inkscape:connector-curvature="0"
           style="fill:#900000;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1;fill-opacity:1"
           d="m 201.61222,447.18639 c -0.086,-0.28098 -0.442,-0.172 -0.64301,-0.142 0.206,0.08 0.42101,0.12802 0.64301,0.142"
           id="path7052" /><path
           inkscape:connector-curvature="0"
           style="fill:#900000;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1;fill-opacity:1"
           d="m 194.77822,446.59139 c -0.08,-0.032 -0.15901,-0.064 -0.23801,-0.096 1.153,-0.22101 2.284,-0.022 3.381,0.35699 -1.05001,0.189 -2.107,-0.129 -3.14299,-0.26101"
           id="path7054" /><path
           inkscape:connector-curvature="0"
           style="fill:#900000;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1;fill-opacity:1"
           d="m 195.27822,447.25539 c 0.049,-0.47 1.75299,0.033 2.02398,0.096 -0.664,0.122 -1.36799,0.032 -2.02398,-0.096"
           id="path7056" /><path
           inkscape:connector-curvature="0"
           style="fill:#900000;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1;fill-opacity:1"
           d="m 198.82521,445.13939 c -0.555,-0.29099 -1.26699,-0.65598 -1.904,-0.40698 0.59601,0.20099 1.263,0.462 1.904,0.40698"
           id="path7058" /><path
           inkscape:connector-curvature="0"
           style="fill:#900000;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1;fill-opacity:1"
           d="m 197.32621,443.63741 c 0.362,-0.33802 1.065,0.039 1.45201,0.143 -0.48001,0.13498 -0.99001,-0.007 -1.45201,-0.143"
           id="path7060" /><path
           inkscape:connector-curvature="0"
           style="fill:#900000;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1;fill-opacity:1"
           d="m 201.2072,443.37639 c 0.222,-0.073 0.46201,-0.039 0.66701,0.07 -0.227,0.015 -0.449,-0.008 -0.66701,-0.07"
           id="path7062" /><path
           inkscape:connector-curvature="0"
           style="fill:#900000;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1;fill-opacity:1"
           d="m 225.70821,439.11339 c 0.435,-0.052 0.864,0.014 1.286,0.11902 -0.51799,0.017 -0.855,0.35498 -1.286,-0.11902"
           id="path1948" /><path
           inkscape:connector-curvature="0"
           style="fill:#900000;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1;fill-opacity:1"
           d="m 242.25721,440.66139 c -0.206,-0.125 -0.415,-0.034 -0.52401,0.16501 0.18702,-0.016 0.36101,-0.071 0.52401,-0.16501"
           id="path6902" /><path
           inkscape:connector-curvature="0"
           style="fill:#900000;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1;fill-opacity:1"
           d="m 222.51821,439.32839 c -0.46401,-0.11399 -1.22499,-0.36899 -1.45301,-0.83298 1.004,-0.331 1.72901,-0.024 2.71801,0.055 0.349,0.027 0.62201,0.02 0.88,0.26999 0.262,0.25302 0.675,0.159 0.98599,0.30801 0.265,0.12601 0.48002,0.33899 0.79801,0.30799 0.151,-0.062 0.30301,-0.12598 0.45199,-0.19199 0.267,-0.033 0.66101,0.071 0.90601,0.176 0.545,0.23501 1.655,0.496 1.99899,1.00299 -1.14399,0 -2.40199,0.117 -3.49099,-0.305 -0.601,-0.233 -1.15799,-0.41098 -1.79799,-0.51999 -0.65902,-0.11199 -1.32102,-0.427 -1.99701,-0.27001"
           id="path6904" /><path
           inkscape:connector-curvature="0"
           style="fill:#900000;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1;fill-opacity:1"
           d="m 229.56621,439.4474 c -0.032,-0.087 -0.064,-0.17401 -0.095,-0.26101 2.008,-0.29798 3.966,0.46002 5.96899,0.42202 0.642,-0.011 1.29401,-0.094 1.93502,-0.023 0.34099,0.037 1.13398,0.336 0.49099,0.63599 -0.444,0.20801 -0.96,0.29401 -1.441,0.37 -0.861,0.13601 -1.806,0.30801 -2.67701,0.30801 -0.34399,0 -1.06199,0.075 -1.35499,-0.13699 -0.204,-0.14701 -0.37799,-0.35901 -0.63401,-0.51502 -0.24299,-0.147 -0.49299,-0.44098 -0.77299,-0.50998 -0.465,-0.11502 -0.951,-0.18002 -1.42,-0.29001"
           id="path6906" /><path
           inkscape:connector-curvature="0"
           style="fill:#900000;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1;fill-opacity:1"
           d="m 240.92321,440.20839 c 0.468,-0.072 0.822,-0.452 1.313,-0.436 0.674,0.022 0.16299,0.32901 0.47301,0.651 -0.47802,0.104 -1.45201,0.276 -1.78601,-0.215"
           id="path6908" /><path
           inkscape:connector-curvature="0"
           style="fill:#900000;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1;fill-opacity:1"
           d="m 215.51722,441.0414 c 0.18699,-0.189 0.44299,-0.172 0.66699,-0.072 -0.191,0.168 -0.444,0.155 -0.66699,0.072"
           id="path7066" /><path
           inkscape:connector-curvature="0"
           style="fill:#900000;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1;fill-opacity:1"
           d="m 216.5652,440.96941 c 0.037,-0.50601 2.168,-0.159 2.31002,0.311 -0.53301,0.04 -1.86,0.055 -2.31002,-0.311"
           id="path7068" /><path
           inkscape:connector-curvature="0"
           style="fill:#900000;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1;fill-opacity:1"
           d="m 225.01821,441.0414 c -0.398,-0.48801 -1.803,-0.482 -2.357,-0.357 0.68199,0.25 1.72901,0.94199 2.476,0.61899 -0.04,-0.088 -0.079,-0.17499 -0.119,-0.26199"
           id="path7070" /><path
           inkscape:connector-curvature="0"
           style="fill:#900000;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1;fill-opacity:1"
           d="m 258.71122,440.49339 c -0.25303,-0.548 -1.211,-0.557 -1.711,-0.65499 -0.858,-0.168 -1.66202,-0.62699 -2.51401,-0.84501 -0.95099,-0.24398 -1.806,-0.802 -2.81201,-0.71399 -0.50498,0.044 -0.50598,0.611 -0.151,0.89301 0.85202,0.67499 2.16,0.87299 3.19302,1.117 0.49799,0.11698 3.659,1.11899 3.995,0.20398"
           id="path6832" /><path
           inkscape:connector-curvature="0"
           style="fill:#900000;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1;fill-opacity:1"
           d="m 260.3552,438.23439 c -0.35999,-0.17398 -1.245,-0.69299 -1.64398,-0.453 0.32098,0.517 1.104,0.66101 1.64398,0.453"
           id="path6834" /><path
           inkscape:connector-curvature="0"
           style="fill:#900000;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1;fill-opacity:1"
           d="m 275.14121,436.75539 c 0.371,-0.20798 0.694,0.048 1.048,0.143 -0.418,0.062 -0.837,0.17902 -1.263,0.14502 0.035,-0.12301 0.107,-0.21902 0.215,-0.28802"
           id="path2042" /><path
           inkscape:connector-curvature="0"
           style="fill:#900000;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1;fill-opacity:1"
           d="m 278.23621,436.8514 c 0.15302,-0.069 0.31201,-0.085 0.47601,-0.046 -0.13501,0.15899 -0.328,0.26498 -0.47601,0.046"
           id="path2044" /><path
           inkscape:connector-curvature="0"
           style="fill:#900000;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1;fill-opacity:1"
           d="m 261.59122,435.9464 c -0.12802,-0.012 -0.255,-0.035 -0.38,-0.07 0.39898,-0.67398 1.28299,-0.435 1.91998,-0.577 0.35202,-0.079 0.336,0.349 0.768,0.067 0.288,-0.186 0.732,-0.24802 1.02601,-0.016 -0.78299,-0.04 0.41601,0.272 0.54901,0.384 -0.002,-0.57199 0.505,-0.116 0.746,0.006 0.21899,0.112 0.19,-0.14901 0.371,-0.152 0.31998,-0.005 0.65598,0.11999 0.97598,0.14599 -0.23199,-0.17898 -1.18399,-0.16098 -1.117,-0.586 0.05,-0.315 0.272,-0.24698 0.46802,-0.113 0.311,0.212 0.67199,0.055 1.03299,0.14901 -0.301,0.51999 0.824,0.814 1.11801,0.69199 -0.224,-0.25098 -0.50302,-0.43799 -0.76401,-0.64499 0.59201,-0.019 0.582,0.203 1.00201,0.47601 0.60898,0.396 0.667,-0.052 0.37998,-0.52301 0.59701,-0.16201 1.544,-0.13101 2.02402,0.31101 -0.185,0.039 -0.39402,-0.029 -0.57199,0.046 -0.21402,0.09 -0.17801,0.34399 -0.45002,0.38101 0.70801,0.37198 1.637,-0.31302 2.40399,-0.023 -0.306,0.24399 -0.77999,0.19101 -1.14398,0.215 0.54898,0.12799 1.11399,0.03 1.66699,0.11801 -0.16699,0.18799 -0.401,0.28598 -0.64199,0.33499 0.58099,0.186 -0.103,0.20801 -0.25602,0.224 -0.276,0.028 -0.553,0.025 -0.82897,0.019 -0.47703,-0.01 -0.98002,-0.26401 -1.41501,-0.27002 -0.18302,-0.003 -0.43402,0.19302 -0.64402,0.207 -0.298,0.021 -0.596,-0.005 -0.88998,-0.046 -0.59,-0.081 -1.17801,-0.211 -1.776,-0.134 0.081,-0.079 0.16,-0.159 0.23797,-0.24201 -0.37899,-0.075 -0.76098,-0.006 -1.14099,0.006 -0.49899,0.015 -0.98098,-0.12302 -1.47,-0.202 -1.056,-0.17001 -2.13901,-0.044 -3.19998,-0.18301"
           id="path6910" /><path
           inkscape:connector-curvature="0"
           style="fill:#900000;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1;fill-opacity:1"
           d="m 286.11722,437.5894 c -0.23602,-0.156 -0.60602,-0.173 -0.87701,-0.164 -0.38001,0.013 -0.016,0.358 -0.456,0.40201 0.29099,0.23099 1.25901,0.246 1.33301,-0.23801"
           id="path6912" /><path
           inkscape:connector-curvature="0"
           style="fill:#900000;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1;fill-opacity:1"
           d="m 281.54721,436.9214 c -0.009,-0.039 -0.018,-0.077 -0.027,-0.11599 0.44101,-0.089 0.98501,-0.23401 1.38,0.062 0.22901,0.17102 0.74301,0.63202 0.63999,0.97101 -0.163,0.535 -0.611,0.28399 -0.75498,-0.10801 -0.164,-0.44699 -0.86401,-0.60998 -1.23801,-0.80899"
           id="path6914" /><path
           inkscape:connector-curvature="0"
           style="fill:#900000;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1;fill-opacity:1"
           d="m 268.90021,437.06639 c -0.48599,-0.414 -1.14499,-0.096 -1.70499,-0.17999 -0.47302,-0.07 -1.276,-0.34 -1.57901,0.203 0.79001,0.23499 2.66001,0.78101 3.284,-0.023"
           id="path7072" /><path
           inkscape:connector-curvature="0"
           style="fill:#900000;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1;fill-opacity:1"
           d="m 270.83222,437.01741 c -0.28,-0.104 -0.60501,-0.092 -0.83402,0.11899 0.28,0.078 0.595,0.069 0.83402,-0.11899"
           id="path7074" /><path
           inkscape:connector-curvature="0"
           style="fill:#900000;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1;fill-opacity:1"
           d="m 278.37821,437.4474 c -0.19699,-0.092 -0.38001,-0.069 -0.54901,0.069 0.19101,0.04 0.37402,0.017 0.54901,-0.069"
           id="path7076" /><path
           inkscape:connector-curvature="0"
           style="fill:#900000;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1;fill-opacity:1"
           d="m 303.09522,436.32539 c 0.741,-0.39099 2.065,-0.203 2.76199,0.215 -0.164,-0.059 -0.25201,-0.021 -0.34601,0.11002 -0.16598,0.22998 -0.50598,0.139 -0.742,0.092 -0.54599,-0.10898 -1.10599,-0.504 -1.67398,-0.417"
           id="path6916" /><path
           inkscape:connector-curvature="0"
           style="fill:#900000;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1;fill-opacity:1"
           d="m 306.2872,438.3264 c 0.26801,-0.13602 1.03901,-0.16299 1.237,0.10999 0.28901,0.397 -0.996,0.41501 -1.237,-0.10999"
           id="path6920" /><path
           inkscape:connector-curvature="0"
           style="fill:#900000;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1;fill-opacity:1"
           d="m 310.57022,437.3514 c 0.74299,-0.11399 1.64798,0.016 2.322,0.35501 0.45898,0.23098 0.071,0.30398 0.181,0.61999 0.134,0.387 0.56399,0.48499 0.87899,0.66901 -0.32,0.625 -1.871,-0.097 -2.33499,-0.21002 -0.41,-0.1 -1.26501,-0.17398 -1.444,-0.65699 -0.023,-0.063 0.633,-0.17599 0.68399,-0.397 -0.20199,0.056 -0.37601,0.008 -0.52301,-0.142 0.07,-0.089 0.14801,-0.168 0.23602,-0.238"
           id="path6934" /><path
           inkscape:connector-curvature="0"
           style="fill:#900000;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1;fill-opacity:1"
           d="m 314.14521,438.16139 c 0.31201,-0.21899 0.67501,0.15399 0.42599,0.45301 -0.30499,0.367 -0.69998,-0.12699 -0.42599,-0.45301"
           id="path6936" /><path
           inkscape:connector-curvature="0"
           style="fill:#900000;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1;fill-opacity:1"
           d="m 304.5242,430.75639 c 0.116,-0.10199 0.17102,-0.229 0.16602,-0.38299 0.24399,0.24701 0.74399,-0.061 1.021,-0.086 0.31597,-0.027 0.92999,0.35901 1.23999,0.46899 -0.24601,0.052 -0.15601,0.17102 -0.27701,0.31702 -0.17099,0.20499 -0.73599,0.103 -0.95999,0.087 -0.348,-0.026 -1.03199,0.005 -1.19001,-0.404"
           id="path6918" /><path
           inkscape:connector-curvature="0"
           style="fill:#900000;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1;fill-opacity:1"
           d="m 308.9292,432.2314 c 0.749,0.068 1.38401,0.63901 0.31201,0.867 -1.06701,0.228 -2.27401,0.41401 -3.36599,0.45301 -0.18201,0.007 -1.064,-0.151 -0.68,-0.45902 0.27598,-0.22 0.63498,-0.27298 0.974,-0.25799 0.33799,0.013 0.98297,0.088 1.00898,-0.33399 0.019,-0.31701 1.384,0.44599 0.96402,-0.21902 0.259,0.079 0.574,0.198 0.78698,-0.05"
           id="path6922" /><path
           inkscape:connector-curvature="0"
           style="fill:#900000;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1;fill-opacity:1"
           d="m 309.80921,430.16139 c -0.31101,-0.031 -0.815,-0.17099 -0.857,-0.54898 0.60001,-0.21902 1.176,0.17099 1.71399,0.37998 -0.23599,0.22201 -0.56198,0.20202 -0.85699,0.169"
           id="path6932" /><path
           inkscape:connector-curvature="0"
           style="fill:#900000;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1;fill-opacity:1"
           d="m 316.3342,424.9464 c 0.079,-0.064 0.159,-0.12799 0.23801,-0.19199 -0.18799,-0.051 -0.35501,-0.012 -0.49899,0.11899 0.087,0.024 0.17398,0.049 0.26098,0.073"
           id="path6850" /><path
           inkscape:connector-curvature="0"
           style="fill:#900000;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1;fill-opacity:1"
           d="m 316.6182,425.70741 c 0.059,-0.29202 -0.028,-0.34802 -0.26099,-0.16601 0.087,0.056 0.17401,0.11001 0.26099,0.16601"
           id="path6852" /><path
           inkscape:connector-curvature="0"
           style="fill:#900000;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1;fill-opacity:1"
           d="m 320.04822,412.9214 c 0.15,-0.058 0.237,-0.112 0.26099,-0.28399 -0.193,-0.025 -0.35901,0.03 -0.499,0.165 0.079,0.04 0.15799,0.079 0.23801,0.11899"
           id="path6864" /><path
           inkscape:connector-curvature="0"
           style="fill:#900000;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1;fill-opacity:1"
           d="m 324.11921,411.7314 c 0.088,-0.056 0.17599,-0.11099 0.264,-0.16602 -0.237,-0.12799 -0.53,-0.16397 -0.764,0 0.156,0.089 0.32199,0.14402 0.5,0.16602"
           id="path6878" /><path
           inkscape:connector-curvature="0"
           style="fill:#900000;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1;fill-opacity:1"
           d="m 329.45322,415.70641 c 0.17999,-0.024 0.33899,-0.096 0.47598,-0.215 -0.389,-0.12802 -0.88098,-0.18802 -1.263,0 0.23801,0.185 0.53302,0.08 0.78702,0.215"
           id="path6882" /><path
           inkscape:connector-curvature="0"
           style="fill:#900000;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1;fill-opacity:1"
           d="m 313.28522,425.35039 c 0.35898,-0.05 0.802,-0.077 0.668,-0.56998 0.17999,0.043 0.34699,0.011 0.49899,-0.095 -0.084,-0.17801 -0.25399,-0.29401 -0.453,-0.28802 0.088,-0.20701 0.44299,-0.314 0.336,-0.57999 -0.10599,-0.263 -0.48499,-0.30701 -0.63001,-0.54901 -0.18298,-0.30698 0.332,-1.20798 -0.53698,-0.65399 -0.68201,0.436 -0.345,1.05899 -0.57401,1.69 -0.057,0.156 -0.36401,0.36999 -0.24701,0.548 0.19,0.293 0.612,0.43601 0.93802,0.49799"
           id="path6838" /><path
           inkscape:connector-curvature="0"
           style="fill:#900000;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1;fill-opacity:1"
           d="m 314.52521,423.20641 c 0.58701,-0.086 -0.088,-0.45999 -0.33401,-0.47602 0.11001,0.16001 0.221,0.318 0.33401,0.47602"
           id="path6840" /><path
           inkscape:connector-curvature="0"
           style="fill:#900000;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1;fill-opacity:1"
           d="m 314.90522,421.7784 c 0.276,-0.22 0.10998,-0.719 -0.26102,-0.5 0.082,0.169 0.16901,0.336 0.26102,0.5"
           id="path6844" /><path
           inkscape:connector-curvature="0"
           style="fill:#900000;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1;fill-opacity:1"
           d="m 315.81122,425.44539 c 0.168,0.01 0.45899,-0.23898 0.409,-0.42499 -0.053,-0.19501 -0.90701,-0.036 -1.03,0.022 0.075,0.27499 0.34799,0.423 0.621,0.40298"
           id="path6846" /><path
           inkscape:connector-curvature="0"
           style="fill:#900000;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1;fill-opacity:1"
           d="m 315.47721,420.6834 c 0.24499,-0.052 0.61999,-0.767 0.358,-0.90299 -0.52301,-0.27102 -0.69199,0.634 -0.358,0.90299"
           id="path6848" /><path
           inkscape:connector-curvature="0"
           style="fill:#900000;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1;fill-opacity:1"
           d="m 318.57322,418.06441 c 0.082,-0.19 0.182,-0.18701 0.359,-0.20401 0.33399,-0.03 0.54898,-0.38999 0.831,-0.534 -0.25702,-0.088 -0.50501,0.043 -0.76401,0.023 0.31601,-0.255 -0.072,-0.53403 -0.30701,-0.28403 -0.12298,-0.19299 -0.019,-0.32897 0.18802,-0.35699 -0.21002,-0.099 -0.85901,-0.28299 -0.94601,0.095 -0.089,0.38501 -0.38199,0.35101 -0.57501,0.67001 -0.27298,0.452 0.997,0.46 1.21402,0.59101"
           id="path6854" /><path
           inkscape:connector-curvature="0"
           style="fill:#900000;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1;fill-opacity:1"
           d="m 317.8812,413.6364 c 0.24002,-0.066 0.63303,-0.22501 0.47702,-0.54901 -0.301,0.01 -0.42401,0.298 -0.47702,0.54901"
           id="path6856" /><path
           inkscape:connector-curvature="0"
           style="fill:#900000;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1;fill-opacity:1"
           d="m 319.33319,418.25639 c 0.08,-0.151 0.08,-0.302 0,-0.45398 -0.16897,0.099 -0.33599,0.202 -0.49899,0.31098 0.151,0.10202 0.31799,0.15002 0.49899,0.143"
           id="path6858" /><path
           inkscape:connector-curvature="0"
           style="fill:#900000;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1;fill-opacity:1"
           d="m 319.1182,414.25441 c 0.156,-0.021 0.28201,-0.093 0.38101,-0.215 -0.172,-0.073 -0.345,-0.081 -0.52301,-0.023 0.048,0.079 0.095,0.159 0.142,0.23801"
           id="path6860" /><path
           inkscape:connector-curvature="0"
           style="fill:#900000;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1;fill-opacity:1"
           d="m 320.24021,417.2534 c 0.16601,-0.13699 0.729,-0.501 0.582,-0.78799 -0.12399,-0.245 -0.65799,-0.47302 -0.927,-0.44501 -0.43399,0.044 0.151,0.44101 0.13198,0.60599 -0.029,0.26102 -0.22698,0.642 0.21302,0.62701"
           id="path6862" /><path
           inkscape:connector-curvature="0"
           style="fill:#900000;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1;fill-opacity:1"
           d="m 322.47522,412.37239 c -0.181,-0.18298 -0.27502,-0.25799 -0.526,-0.203 -0.46802,0.10202 -0.79202,-0.069 -1.233,-0.177 0.232,0.306 -0.224,0.42901 -0.43002,0.49902 0.47101,-0.016 1.03201,-0.22 1.48102,-0.006 0.38998,0.18399 0.742,0.42801 0.97299,-0.11301 h -0.26499"
           id="path6866" /><path
           inkscape:connector-curvature="0"
           style="fill:#900000;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1;fill-opacity:1"
           d="m 320.76221,416.15941 c 0.11499,-0.051 0.18601,-0.138 0.215,-0.26102 -0.271,-0.064 -0.34299,0.023 -0.215,0.26102"
           id="path6868" /><path
           inkscape:connector-curvature="0"
           style="fill:#900000;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1;fill-opacity:1"
           d="m 321.90622,413.4214 c -0.14602,-0.16299 -0.32602,-0.34701 0.096,-0.23901 -0.15198,-0.095 -0.31198,-0.10999 -0.47998,-0.046 0.057,0.17401 0.19498,0.29401 0.384,0.285"
           id="path6870" /><path
           inkscape:connector-curvature="0"
           style="fill:#900000;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1;fill-opacity:1"
           d="m 322.80921,415.61339 c 0.058,-0.23798 -0.026,-0.62399 -0.357,-0.54898 0.137,0.20099 0.005,0.574 0.357,0.54898"
           id="path6872" /><path
           inkscape:connector-curvature="0"
           style="fill:#900000;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1;fill-opacity:1"
           d="m 323.04721,412.2534 c 0.138,-0.384 -0.36001,-0.25799 -0.49899,-0.092 0.172,0.003 0.33798,0.033 0.49899,0.092"
           id="path6874" /><path
           inkscape:connector-curvature="0"
           style="fill:#900000;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1;fill-opacity:1"
           d="m 323.33521,412.0154 c 0.072,-0.031 0.14401,-0.062 0.215,-0.093 -0.19501,-0.17001 -0.49299,-0.35703 -0.741,-0.14502 0.17599,0.079 0.35101,0.15802 0.526,0.23801"
           id="path6876" /><path
           inkscape:connector-curvature="0"
           style="fill:#900000;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1;fill-opacity:1"
           d="m 324.81021,411.46941 c 0.079,-0.039 0.159,-0.079 0.23801,-0.11801 -0.064,-0.08 -0.12802,-0.159 -0.19202,-0.23899 0.21402,-0.19302 0.38501,0.18399 0.58201,0.12998 0.221,-0.06 0.57,-0.36899 0.85,-0.46399 -0.14599,-0.491 -2.315,-0.081 -2.23901,0.61899 0.25601,-0.009 0.51202,0.017 0.76101,0.072"
           id="path6880" /><path
           inkscape:connector-curvature="0"
           style="fill:#900000;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1;fill-opacity:1"
           d="m 330.16721,408.96941 c 0.25201,-0.292 0.64899,-0.26001 0.92999,-0.499 -0.50198,-0.01 -1.009,0.053 -1.50198,-0.073 0.042,0.29299 0.302,0.497 0.57199,0.57202"
           id="path6884" /><path
           inkscape:connector-curvature="0"
           style="fill:#900000;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1;fill-opacity:1"
           d="m 330.54822,413.82741 c 0.72897,-0.103 -0.28399,-0.85101 -0.71503,-0.28702 0.22702,0.12201 0.46702,0.219 0.71503,0.28702"
           id="path6886" /><path
           inkscape:connector-curvature="0"
           style="fill:#900000;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1;fill-opacity:1"
           d="m 330.38221,417.34941 c 0.186,0.027 0.553,-0.061 0.51699,-0.32202 -0.043,-0.32098 -0.59899,0.026 -0.82699,0.061 0.008,0.19 0.11999,0.289 0.31,0.26101"
           id="path6888" /><path
           inkscape:connector-curvature="0"
           style="fill:#900000;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1;fill-opacity:1"
           d="m 330.76322,414.5154 c 0.32998,-0.027 0.57898,-0.27399 0.90198,-0.32502 0.32501,-0.052 0.699,0.091 1.02401,0.12003 0.60599,0.054 0.56699,-0.29602 0.058,-0.44101 -0.525,-0.151 -1.112,-0.22201 -1.655,-0.13901 -0.20798,0.032 -0.426,0.091 -0.59299,0.22501 -0.41199,0.32999 -0.041,0.393 0.26401,0.56"
           id="path6890" /><path
           inkscape:connector-curvature="0"
           style="fill:#900000;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1;fill-opacity:1"
           d="m 331.64222,414.87239 c 0.16098,-0.059 0.29699,-0.15298 0.40698,-0.28399 -0.22199,-0.26301 -0.763,-0.331 -0.879,0.073 0.151,0.084 0.30801,0.155 0.47202,0.211"
           id="path6892" /><path
           inkscape:connector-curvature="0"
           style="fill:#900000;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1;fill-opacity:1"
           d="m 332.52521,408.9464 c 0.037,-0.194 -0.091,-0.31299 -0.284,-0.288 -0.028,0.20401 0.086,0.30301 0.284,0.288"
           id="path6894" /><path
           inkscape:connector-curvature="0"
           style="fill:#900000;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1;fill-opacity:1"
           d="m 185.30121,447.16341 c 0.433,0.10699 1.491,0.53799 1.81,0.023 -0.23,-0.068 -0.46001,-0.13199 -0.69099,-0.19199 0.32099,-0.315 1.07598,-0.19101 1.47399,-0.164 0.875,0.06 1.749,0.237 2.627,0.237 0.60601,0 1.32199,0.006 1.876,0.284 0.274,0.138 0.23201,0.32501 0.606,0.35101 0.406,0.027 0.835,0 1.227,-0.11301 -0.094,-0.073 -0.18901,-0.14499 -0.28601,-0.21399 1.20601,0.055 2.48702,0.24601 3.662,0.521 0.84002,0.19699 1.96801,0.694 2.81501,0.289 -0.351,-0.125 -0.736,-0.10901 -1.071,-0.285 0.485,-0.016 0.96699,0.096 1.45199,0.047 -0.094,-0.08 -0.18899,-0.15899 -0.28498,-0.238 0.42099,-0.062 0.847,-0.09 1.26199,-0.189 -0.085,-0.067 -0.17301,-0.13101 -0.26199,-0.19101 0.21398,0.054 0.42799,0.054 0.64299,0 -0.101,-0.076 -0.204,-0.14798 -0.31,-0.21499 0.625,0.083 1.87199,0.83999 2.453,0.38 -0.214,-0.20801 -0.98401,-0.14499 -1.067,-0.448 -0.108,-0.39499 -0.812,-0.28 -1.10001,-0.432 0.59601,0.028 1.18601,0.16299 1.78601,0.14199 -0.647,-0.264 -1.35,-0.298 -2.024,-0.453 0.233,-0.004 0.44899,-0.093 0.666,-0.16498 -1.60701,-0.27301 -3.199,-0.695 -4.84201,-0.64199 -0.91598,0.03 -2.70599,0.43197 -3.46798,-0.28702 0.263,-0.13401 0.567,-0.091 0.83399,-0.215 0.139,-0.064 -0.018,-0.26099 0.18799,-0.26099 0.73401,0 1.52001,0.13398 2.23801,0.28 1.171,0.23798 2.478,0.67099 3.66901,0.31498 -0.43502,-0.154 -2.765,-0.20798 -2.89901,-0.784 -0.069,-0.29999 2.28,-0.28998 2.543,-0.50198 -0.119,-0.065 -0.238,-0.12702 -0.358,-0.189 0.696,-0.42401 1.525,0.066 2.239,-0.26102 -0.104,-0.056 -0.207,-0.112 -0.31,-0.169 0.834,-0.28199 1.73,0.052 2.579,0.025 0.309,-0.009 1.041,0.064 1.326,-0.094 0.256,-0.14298 0.174,-0.396 0.21401,-0.65699 0.066,-0.431 1.66299,-0.22601 1.942,-0.22601 0.57499,0 2.19499,0.007 1.15399,-0.69098 0.26201,-0.035 1.302,0.039 1.448,-0.17602 0.22999,-0.33698 0.953,-0.25098 1.322,-0.29499 1.19699,-0.14499 2.18801,0.85199 3.424,0.612 0.54401,-0.10501 1.032,-0.10501 1.573,-0.17599 0.707,-0.094 1.35,0.13498 2.046,0.09 0.696,-0.045 1.383,0.10199 2.07601,0.128 0.78599,0.029 1.55699,-0.18299 2.32998,-0.293 2.886,-0.40799 5.81501,0.12301 8.69602,-0.003 1.461,-0.063 2.93599,0.186 4.377,-0.036 0.97099,-0.14898 2.46899,0.21 3.30499,-0.39798 -0.11701,-0.083 -0.23599,-0.16201 -0.357,-0.23901 0.53099,-0.027 0.98999,-0.31 1.467,0.074 0.414,0.333 1.073,0.25299 1.565,0.238 0.579,-0.017 1.051,-0.038 1.577,-0.24801 0.224,-0.089 0.475,0.062 0.69,0.104 0.408,0.08 0.898,-0.07 1.321,-0.048 -0.366,-0.21799 -0.81101,-0.33799 -1.119,-0.64499 -0.411,-0.41001 0.041,-0.46802 0.38501,-0.594 0.40498,-0.14801 0.68998,0.185 1.06498,0.25 0.43201,0.075 0.91101,0.063 1.288,0.32099 -0.69098,0.63 1.13,0.57901 1.19101,0.595 0.034,0.23501 -0.13001,0.40899 -0.31,0.526 0.62799,0.32101 1.32999,-0.215 1.89099,0.311 0.422,0.39701 1.62601,0.17099 2.01401,-0.19201 -0.23599,-0.034 -1.63999,-0.54398 -0.80899,-0.54898 -0.36103,-0.11402 -0.84702,-0.26401 -1.07202,-0.595 0.72201,-0.284 1.557,0.048 2.29,0.113 0.90802,0.081 1.262,0.86099 1.99601,1.19599 -0.21601,0.091 -0.41599,0.23901 -0.52399,0.453 0.104,0.047 0.207,0.094 0.31,0.143 -0.047,0.087 -0.095,0.17402 -0.14301,0.26099 0.38501,0.12701 1.02201,0.34702 1.427,0.29602 0.35199,-0.045 0.629,-0.328 0.982,-0.35901 1.17999,-0.10501 2.349,0.22901 3.509,0.353 0.97699,0.104 1.664,-0.10401 2.57001,-0.35401 1.05499,-0.29098 2.341,-0.22198 3.427,-0.25198 0.90799,-0.026 2.19598,-0.096 3.03,0.28 0.45898,0.207 0.952,0.23798 1.448,0.27499 0.324,0.023 0.64898,0.05 0.975,0.068 0.223,0.013 0.29898,-0.23999 0.538,-0.211 0.28598,0.035 0.56299,0.12201 0.85498,0.112 0.41601,-0.014 0.46301,-0.366 0.10901,-0.55799 -0.776,-0.42001 -1.76499,0.051 -2.487,-0.484 0.272,0.008 0.54501,-0.017 0.807,-0.095 -0.24899,-0.117 -0.52899,-0.095 -0.78399,-0.18899 0.08,-0.055 0.15899,-0.11102 0.238,-0.16901 -0.28701,-0.14999 -0.57,-0.31399 -0.89602,-0.367 -0.37299,-0.061 -0.69098,0.18701 -1.05799,0.17901 -0.604,-0.013 -1.22698,-0.47702 -1.70199,-0.807 -0.54001,-0.374 -1.142,-0.40601 -1.77402,-0.46802 -0.33798,-0.033 -0.698,-0.04 -1.02099,-0.15298 -0.35099,-0.124 -0.53602,-0.47001 -0.83399,-0.66901 1.20798,-0.043 2.29999,0.20599 3.483,0.34 0.81497,0.093 2.202,0.20401 2.94599,-0.267 -0.827,-0.004 -1.57001,-0.44901 -2.38999,-0.496 -0.87002,-0.05 -1.74002,-0.12201 -2.612,-0.12201 -0.78601,0 -1.60602,0.15802 -2.37903,-0.05 -0.77899,-0.20999 -1.46899,-0.64301 -2.14297,-1.07199 0.14999,-0.4 0.94,-0.34 1.258,-0.30002 0.24499,0.031 1.44799,0.612 0.66998,0.612 0.65301,0.207 1.37601,0.19601 2.047,0.092 0.79702,-0.12299 1.64001,0.03 2.43402,0.046 1.233,0.024 2.69598,-0.48398 3.89898,0.004 -0.046,0.08 -0.094,0.15902 -0.142,0.238 0.85102,0.13501 1.70701,0.077 2.556,0.25702 0.831,0.177 1.314,0.043 2.10502,-0.1 0.638,-0.116 1.46899,-0.09 2.08798,0.11999 0.40903,0.13999 0.56601,0.11301 0.95202,-0.054 0.487,-0.211 0.93299,-0.111 1.44199,-0.13099 0.866,-0.035 1.63001,0.025 2.48801,0.13501 0.42398,0.054 0.85,0.096 1.276,0.12998 0.38199,0.031 0.44497,-0.211 0.76098,-0.33399 0.198,-0.077 1.82102,0.228 1.499,-0.45999 -0.189,-0.405 -0.818,-0.67102 -1.215,-0.80401 0.595,0.1 1.20603,0.055 1.79501,0.19699 0.23801,0.057 1.12299,0.31701 0.46701,0.52102 0.112,0.053 0.223,0.10898 0.33399,0.16498 -0.063,0.088 -0.12702,0.17502 -0.19199,0.26199 0.44098,0.21903 0.92398,0.15003 1.39298,0.096 0.61401,-0.071 1.03702,0.085 1.608,0.26902 0.23502,0.076 2.19302,0.096 1.64502,-0.55701 0.29599,0.063 0.52698,0.27099 0.785,0.41299 0.327,0.181 0.63599,0.12 0.86298,0.457 0.44302,0.65702 1.979,0.54902 2.69601,0.556 1.09101,0.01 2.06699,0.25 3.14301,0.348 0.43197,0.039 0.88,0.259 1.29999,0.259 0.449,-9.8e-4 1.056,-0.33298 1.449,-0.53198 -0.315,-0.245 -0.92401,-0.32801 -1.022,-0.78302 0.39499,-0.039 0.94601,0.362 1.28601,0.023 -0.29001,-0.30899 -0.78201,-0.32499 -1.00202,-0.715 0.96802,0.16101 1.853,0.263 2.792,0.56601 0.30801,0.1 0.625,0.13498 0.93499,0.22098 0.35202,0.097 0.44901,0.47 0.79603,0.574 0.738,0.22101 1.539,-0.32898 2.30398,-0.25699 0.25601,0.024 1.86002,-0.066 0.98502,0.54001 0.23397,0.27698 1.12198,0.095 1.46399,0.091 0.64801,-0.008 1.22699,-0.41498 1.893,-0.35599 0.26001,0.023 0.55301,0.17599 0.815,0.12301 0.32999,-0.067 0.48401,-0.13101 0.81699,-0.045 0.21902,0.057 0.32101,-0.086 0.47702,-0.21399 0.23199,-0.19101 0.548,0.042 0.73999,-0.13101 0.319,-0.288 1.17899,-0.24899 1.586,-0.30899 0.76099,-0.11102 1.50101,-0.27802 2.27099,-0.323 0.75202,-0.043 1.54102,-0.033 2.26902,-0.24802 0.60098,-0.177 1.20999,-0.59899 1.83899,-0.64498 0.43798,-0.031 0.69201,-0.59702 0.875,-0.95301 0.11401,-0.22 -0.60999,-0.96399 -0.74601,-1.19201 -0.28598,-0.47998 -1.07098,-0.53998 -1.51498,-0.77601 -0.56802,-0.30099 -0.53702,-1.06399 -0.98801,-1.30899 -1.01199,-0.54998 -1.67901,-1.664 -2.828,-2.03299 -0.228,-0.073 -1.20499,-0.333 -1.06399,-0.729 0.19998,-0.55701 -1.04801,-0.95001 -1.43,-1.121 0.23099,-0.155 0.50299,-0.11899 0.76398,-0.11899 -0.058,-0.522 0.53,-0.11902 0.828,-0.034 0.349,0.098 0.844,0.037 1.16202,-0.13501 1.35999,-0.73599 -0.79501,-0.89801 -1.20602,-1.06799 0.19702,-0.272 0.49401,-0.11102 0.764,-0.16901 -0.16098,-0.28201 -0.44299,-0.457 -0.71399,-0.61801 0.40299,-0.25799 -0.002,-0.52798 -0.33401,-0.52298 0.24902,-0.10702 0.53201,0.008 0.76001,-0.168 -0.323,-0.38501 -1.12299,-0.14801 -1.49799,-0.665 0.075,-0.024 0.538,-0.066 0.54599,-0.18 0.018,-0.289 -0.68899,-0.28201 -0.023,-0.392 -0.19598,0.003 -0.35199,-0.14102 -0.21499,-0.33401 0.076,-0.10901 0.38199,-0.084 0.49899,-0.14301 -0.64099,-0.082 -1.229,-0.20898 -1.85199,-0.014 -0.474,0.147 -0.50299,-0.54898 -0.74799,-0.802 -0.27002,-0.279 0.31,-0.848 0.61899,-0.75898 0.14402,0.042 0.14899,0.24298 0.318,0.26599 0.29299,0.039 0.556,-0.20199 0.664,-0.453 -0.27799,-0.051 -0.45099,-0.276 -0.53,-0.534 -0.051,-0.16799 0.37201,-0.16299 0.45199,-0.19 0.18399,-0.06 0.30301,-0.65799 0.36402,-0.828 0.13,-0.357 0.475,-0.17999 0.73999,-0.138 -0.34299,-0.30899 -0.009,-0.625 0.35699,-0.57199 0.323,0.047 0.72101,0.52298 0.92902,0.023 -0.25202,-0.13098 -0.556,-0.16498 -0.741,-0.40399 0.176,-0.053 0.35098,-0.053 0.526,0 -0.026,-0.086 -0.05,-0.17301 -0.073,-0.26099 0.167,-0.082 0.33298,-0.082 0.5,0 -0.093,-0.057 -0.17901,-0.121 -0.26202,-0.19202 0.13702,-0.16598 0.336,-0.18499 0.5,-0.046 0.16602,-0.36001 -1.05499,-0.51199 -0.92599,-1.121 0.14001,-0.66699 1.51599,0.12299 1.87799,-0.047 -0.04,-0.18399 -0.16599,-0.28399 -0.357,-0.26101 0.008,-0.18998 0.121,-0.289 0.31101,-0.26099 -0.079,-0.081 -0.15799,-0.16199 -0.23801,-0.241 0.41302,-0.013 0.824,0.31 1.237,0.168 -0.40799,-0.086 -0.45899,-0.358 -0.61899,-0.69101 0.30798,0.08 0.58499,0.47602 0.931,0.319 0.13699,-0.063 0.063,-0.30298 0.224,-0.31598 0.21399,-0.017 0.45599,-0.117 0.65399,-0.19101 -0.088,-0.063 -0.17499,-0.126 -0.26098,-0.19201 0.19198,-0.328 0.32498,-0.1 0.59198,-0.10098 0.457,-0.004 0.25,-0.65 0.027,-0.806 0.832,-0.404 1.59601,-0.56 2.469,-0.54902 0.55502,0.007 0.091,-0.50598 0.48501,-0.41299 0.30399,0.071 0.387,-0.41901 0.57099,-0.535 0.319,-0.20301 0.71002,-0.049 1.05102,-0.16199 0.358,-0.11701 0.426,-0.439 0.866,-0.51801 0.272,-0.048 0.59698,-0.1 0.87299,-0.048 0.46801,0.09 0.76001,0.668 1.212,0.86999 -0.63,0.57001 -0.69299,-0.20397 -1.186,-0.25299 -0.35501,-0.034 -0.75501,0.48001 -1.16199,0.53199 -0.18802,0.023 -0.32202,0.164 -0.422,0.31402 -0.084,0.124 -0.30999,0.275 -0.35202,0.35898 -0.207,0.41299 0.23401,0.93201 0.026,1.16702 0.23102,-0.037 0.41901,0.12699 0.42701,0.357 -0.54999,-0.004 -1.28,-0.67002 -1.78598,-0.525 0.078,0.181 0.20397,0.31699 0.37997,0.40598 -0.29199,0.20502 -0.44699,-0.14999 -0.69199,-0.237 -0.24099,-0.085 -0.61001,0.27002 -0.767,0.41202 -0.52999,0.479 -0.80401,0.86599 -1.45199,1.20898 -0.267,0.142 -0.17301,0.36402 -0.401,0.46402 -0.21802,0.097 -0.30402,-0.20502 -0.50202,0.088 -0.26898,0.4 0.78101,0.63602 1.00702,0.66001 -0.35101,0.17199 -0.466,0 -0.70401,0.376 -0.186,0.292 -0.33899,0.594 0.099,0.771 0.28299,0.11301 0.715,0.34799 1.008,0.401 0.37399,0.067 0.64401,-0.297 1.026,-0.169 -0.052,-0.078 -0.10001,-0.15699 -0.146,-0.23801 0.276,-0.189 0.54999,0.039 0.76401,0.19202 -0.10001,-0.51502 0.828,-0.335 0.68399,0.083 -0.29001,0.84098 -0.78201,0.305 -1.302,0.10498 0.027,0.20502 -0.089,0.30301 -0.288,0.288 0.11799,0.16101 0.21399,0.336 0.288,0.522 -0.45801,0.055 -0.78101,-0.513 -1.19599,-0.62298 -0.389,-0.10401 -0.95001,-0.11701 -1.30502,0.10098 0.254,0.272 0.663,0.337 0.99903,0.449 -0.08,0.062 -0.16001,0.12702 -0.23801,0.19202 0.14798,0.15198 0.31399,0.27899 0.5,0.38 -0.379,0.35999 -1.28201,-0.526 -1.60101,-0.71102 -0.301,-0.17399 -0.633,-0.362 -0.982,-0.41199 -0.59601,-0.085 -0.40701,0.47601 0.059,0.38602 -0.19,0.054 -0.36398,0.14199 -0.522,0.26098 0.086,0.05 0.173,0.099 0.26101,0.146 -0.332,0.009 -0.44799,0.36001 -0.19201,0.56799 0.298,0.24301 0.72,-0.075 0.953,0.33402 -0.62598,0.38497 -1.40698,-0.15802 -2.048,0.26199 0.15301,0.097 0.36801,0.108 0.5,0.23801 0.17401,0.17199 -0.063,0.324 0.238,0.453 -0.26999,0.121 -0.746,0.34399 -1.022,0.11899 -0.19199,0.699 0.10602,0.52099 0.64102,0.83401 -0.46502,0.13898 -0.10501,0.702 0.23798,0.71399 -0.15997,0.11801 -0.24698,0.27701 -0.26099,0.47601 0.707,0.024 1.04999,-0.272 1.66699,-0.11901 -0.07,0.41601 -0.832,0.41699 -1.11798,0.595 0.297,0.24701 0.64899,0.16201 0.999,0.21499 -0.12101,0.151 -0.301,0.25302 -0.499,0.23801 0.39298,0.40601 0.94199,0.509 1.48499,0.50699 0.68899,-0.003 1.293,0.13601 1.96701,0.254 -0.25101,-0.14399 -0.54501,-0.154 -0.81,-0.26099 0.68598,0.093 -0.39801,-0.306 -0.522,-0.357 0.068,-0.33499 0.384,-0.49401 0.69,-0.561 0.64298,-0.14099 1.336,-0.025 1.97498,0.084 -0.24198,0.32098 -1.81098,-0.37903 -1.86399,0.30499 -0.032,0.42199 1.28299,0.50299 1.55301,0.60199 -0.25702,0.049 -0.51202,-0.019 -0.76101,-0.073 -0.007,0.487 1.31201,0.677 0.738,1.19 0.22501,0.044 0.379,-0.229 0.58499,-0.17001 0.30701,0.088 0.42701,0.45901 0.70502,0.53302 0.37598,0.10098 0.91098,-0.06 1.233,0.20999 0.26898,0.22601 0.22498,0.72101 0.465,0.91 0.461,0.36399 1.08099,0.456 1.53598,0.82901 -0.23398,0.21698 -0.534,0.15598 -0.81098,0.093 0.29599,0.84699 1.469,0.73499 2.16999,0.64401 0.037,0.39298 -0.67099,0.46598 -0.92899,0.5 0.387,0.042 0.50098,0.487 0.92899,0.47599 -0.025,-0.087 -0.049,-0.17398 -0.073,-0.26099 0.703,-0.26202 1.483,0.51599 2.07001,0.78299 -0.543,0.14801 0.10199,0.336 0.28799,0.453 -0.17499,0.053 -0.35001,0.053 -0.526,0 0.091,0.052 0.17899,0.10901 0.26501,0.16901 -0.36401,0.064 -0.73901,0.25998 -0.953,0.569 0.413,0.20499 0.694,-0.176 1.07498,-0.185 0.39402,-0.009 0.969,0.26599 0.45301,0.59 -0.60199,0.37799 -1.47501,0.23999 -2.14899,0.23999 0.159,0.10599 0.33499,0.15301 0.526,0.142 -0.63101,0.139 0.26199,0.23199 0.40698,0.21499 0.40601,-0.046 0.745,-0.13 1.14102,0.023 0.391,0.151 0.223,-0.031 0.54499,-0.096 0.30099,-0.061 1.02099,0.223 0.42999,0.23801 0.176,0.089 0.35901,0.16101 0.54901,0.215 -0.68701,0.13 0.422,0.24399 -0.26102,0.449 -0.23999,0.073 -0.50799,-0.011 -0.74099,-0.069 0.26602,0.21701 0.77902,0.82401 1.17801,0.586 0.70501,-0.42099 0.889,0.26401 1.27499,0.58801 0.15302,0.129 0.55301,0.22998 0.73602,0.146 0.151,-0.07 0.21799,-0.409 0.435,-0.30902 0.33298,0.15301 0.31799,0.64902 0.59198,0.824 -0.35199,0.319 -0.733,0.112 -1.07498,-0.096 v 0.47601 c -0.17902,-0.024 -0.237,-0.142 -0.37601,-0.22699 -0.15799,-0.098 -0.26999,0.14798 -0.44501,0.10098 -0.59399,-0.15698 -1.00698,-0.44598 -1.67498,-0.422 0.26599,0.19101 0.67898,0.48002 1.02099,0.47602 -0.164,0.049 -0.33099,0.057 -0.49899,0.023 0.39398,0.32901 0.78299,0.30002 1.263,0.35702 0.103,0.012 0.776,0.021 0.797,0.17999 0.035,0.26301 0.26397,0.26301 0.513,0.27302 -0.22602,0.11999 -0.27402,0.32299 -0.073,0.5 -0.479,0.33697 -1.03302,-0.23203 -1.547,-0.023 0.24399,0.094 1.30399,0.26999 1.42099,0.447 0.108,0.16299 -0.656,0.39199 -0.75299,0.40899 0.48599,0.25 -0.052,0.62702 0.23099,0.844 0.293,0.22601 0.539,0.50201 0.042,0.66201 -0.40799,0.13099 -0.60898,-0.023 -0.89398,-0.29299 -0.379,-0.357 -0.966,-0.31 -1.43002,-0.499 0.15402,0.27298 0.44702,0.379 0.71502,0.50299 -0.23501,0.30399 -0.91101,0.35001 -1.26001,0.35401 0.48899,0.277 1.12699,-0.15201 1.57001,0.264 -0.51501,0.392 -1.26102,-0.02 -1.785,0.38099 0.13699,0.11099 2.095,0.11999 2.03998,0.23501 -0.18998,0.39899 -0.96399,0.547 -1.34,0.62699 -0.676,0.14401 -1.315,0.34201 -1.978,0.531 -0.582,0.168 -1.17099,0.22601 -1.76098,0.34601 -0.64002,0.13098 -1.43702,0.38 -2.08301,0.38 -0.517,0 -1.12399,0.011 -1.61301,0.19098 -0.37698,0.137 0.064,0.63901 -0.479,0.789 -0.79999,0.22202 -1.73899,-0.091 -2.55698,-0.10299 -1.58401,-0.021 -3.164,-0.17099 -4.74801,-0.185 -1.16401,-0.01 -2.431,0.019 -3.44999,-0.638 -0.51202,-0.33099 -0.884,-0.54901 -1.51703,-0.522 -0.63497,0.028 -1.28799,-0.36301 -1.89798,-0.24601 0.611,0.17002 -0.251,0.344 -0.441,0.51102 -0.198,0.17398 0.552,0.591 0.703,0.64298 1.37201,0.47302 2.763,0.96502 4.156,1.37402 0.73301,0.215 1.43799,0.50699 2.16901,0.728 0.74201,0.224 1.48599,0.10998 2.24698,0.085 0.83102,-0.028 1.716,0.034 2.53201,0.199 1.233,0.24799 0.103,0.944 -0.599,1.10401 -1.121,0.255 -2.272,-0.116 -3.38501,-0.23902 -1.621,-0.17999 -3.259,-0.19598 -4.884,-0.31698 -0.763,-0.058 -1.53,-0.087 -2.28299,-0.232 -0.76199,-0.147 -1.52399,-0.358 -2.30801,-0.26101 0.42502,0.48199 1.233,0.436 1.80902,0.548 -0.42502,0.17599 -0.89502,-0.015 -1.33301,0 1.64099,0.423 3.35001,0.573 5.03799,0.64899 0.85199,0.038 2.684,-0.02 3.12702,0.92202 -1.17801,0.819 -3.51502,0.473 -4.84702,0.344 -2.10998,-0.20502 -4.152,-1.21002 -6.294,-1.03501 0.27701,0.47599 1.14001,0.61399 1.617,0.762 0.82001,0.25601 1.573,0.669 2.41101,0.87799 0.96399,0.241 1.90201,0.099 2.84201,0.47501 0.47498,0.19 1.539,0.74301 2.05899,0.6 -0.27499,-0.29999 -0.65899,-0.465 -1.00201,-0.668 0.409,-0.26199 0.99802,-0.11099 1.44501,-0.064 0.58899,0.063 1.19699,0.067 1.789,0.067 1.32599,0 2.672,-0.10998 3.95599,0.305 1.17102,0.37701 0.74701,1.12402 -0.323,1.22 -1.44598,0.13101 -2.871,-0.33698 -4.31698,-0.26499 2.43799,1.04099 5.20898,0.086 7.712,0.83399 0.55197,0.16501 1.07498,0.41501 1.63098,0.56802 0.62201,0.17099 1.29502,0.17499 1.93302,0.25299 1.50198,0.18302 3,0.418 4.51199,0.504 2.88001,0.16299 5.77301,0.47101 8.62299,0.92999 2.819,0.45401 5.664,0.62 8.48202,1.05502 1.30899,0.20099 2.63898,0.305 3.94098,0.52198 0.32001,0.053 1.32202,0.049 1.29202,0.52301 -0.033,0.53 0.814,0.444 1.18,0.423 1.11499,-0.063 2.095,-0.65899 3.13199,-1.01001 1.354,-0.45898 2.89099,-0.50198 4.306,-0.61499 2.945,-0.23599 5.858,-0.491 8.815,-0.397 1.31299,0.042 2.62701,0.054 3.94,0.1 0.51999,0.018 1.07401,0.042 1.578,-0.11099 0.555,-0.168 0.719,-0.72601 1.336,-0.807 2.84,-0.37101 5.72501,-0.51001 8.56,-0.90101 1.49799,-0.20599 2.97299,-0.24401 4.48001,-0.367 0.61701,-0.05 1.189,-0.194 1.81,-0.194 0.36999,0 0.68201,-0.26801 1.07599,-0.276 0.79998,-0.015 1.60199,0.049 2.401,-0.027 0.16501,-0.016 1.535,-0.25299 1.074,-0.67398 -0.44101,-0.40201 -1.358,-0.43402 -1.91299,-0.517 -0.62802,-0.092 -1.27301,-0.125 -1.897,-0.246 0.41299,-0.379 1.45498,-0.55701 1.98498,-0.71902 0.68601,-0.20899 1.37402,-0.41898 2.086,-0.51798 -0.341,-0.38602 -1.24698,-0.134 -1.66699,-0.061 -0.82502,0.14398 -1.66101,0.18899 -2.495,0.27099 -2.12701,0.211 -4.32599,0.88101 -6.44,0.288 -0.89801,-0.25199 -1.742,-0.34699 -2.66,-0.45801 -0.47199,-0.058 -1.71701,-0.288 -1.54801,-1.013 0.12302,-0.526 0.81,-0.874 1.24899,-1.09299 0.45502,-0.228 0.85202,-0.595 1.32401,-0.78299 0.33102,-0.13101 0.88501,-0.48001 1.237,-0.461 -0.14298,-0.007 -0.28598,-0.015 -0.42999,-0.023 0.376,-0.044 0.711,-0.26199 1.095,-0.26199 0.418,0 0.87301,0.081 1.272,-0.085 0.40201,-0.168 0.638,-0.43299 1.09699,-0.491 0.44201,-0.057 0.80902,-0.14999 1.22399,-0.314 1.72703,-0.68399 3.47403,-0.962 5.33603,-1.16 -0.67001,-0.229 0.111,-0.18799 0.26099,-0.15601 0.28799,0.062 0.54599,0.027 0.82001,-0.073 0.685,-0.25 1.363,-0.383 2.08899,-0.44199 0.60199,-0.048 1.203,-0.12701 1.807,-0.13599 0.616,-0.009 1.28601,0.094 1.87799,-0.121 0.5,-0.181 1.07401,-0.10101 1.58802,-0.044 0.63998,0.07 1.091,-0.064 1.68298,-0.27701 1.22702,-0.44101 2.67001,0.164 3.97202,-0.15702 -0.42902,-0.41598 -1.38102,-0.39099 -0.456,-1 0.22299,-0.14599 0.45499,-0.28598 0.65,-0.46997 0.35199,-0.332 0.21899,-0.70501 0.763,-0.88 0.363,-0.116 0.737,-0.15701 1.104,-0.25201 0.42099,-0.107 0.634,-0.45301 1.05698,-0.56901 0.88601,-0.24298 1.768,-0.6 2.66702,-0.781 -0.38901,-0.176 -0.90002,0.017 -1.24802,-0.259 -0.29001,-0.228 -0.725,0.08 -0.988,0.20501 -0.90598,0.42801 -2.20899,0.40601 -3.14499,0.10401 0.40899,-0.194 0.83401,-0.35602 1.263,-0.5 -0.36499,-0.18701 -0.883,0.032 -1.23999,0.143 -0.10102,-0.40902 0.53198,-0.419 0.66498,-0.74103 0.19,-0.46398 0.66,-0.50497 1.10601,-0.59298 1.112,-0.219 2.08701,0.14599 3.111,-0.525 -0.47901,-0.082 -0.98401,-0.19601 -1.40299,-0.453 0.379,-0.21301 0.88199,-0.07 1.28998,-0.07 0.42902,0 0.823,-0.081 1.23502,-0.19598 0.53198,-0.14801 2.76098,-0.69302 2.574,-1.508 -0.14502,-0.63302 -1.04501,-0.74002 -1.53101,-0.96801 -1.048,-0.48999 0.159,-0.86899 0.741,-0.853 -0.11899,0.673 0.53699,1.00201 1.11801,0.88101 0.33298,-0.069 0.53,-0.431 0.749,-0.65301 0.24398,-0.24799 0.59198,-0.36801 0.79898,-0.65799 -0.25598,-0.07 -0.53498,-0.079 -0.76099,-0.23502 0.51599,-0.14398 1.035,-0.228 1.57098,-0.19198 -0.057,0.078 -0.11199,0.15798 -0.16497,0.238 0.44699,0.23499 0.99298,0.18799 1.392,0.53 0.27297,0.23398 0.36599,0.591 0.54699,0.888 0.45899,0.75 1.70401,0.28598 2.41599,0.203 0.01,-0.375 -0.86399,-0.46103 -0.53299,-0.77102 0.518,-0.48798 0.876,-0.85498 1.53201,-1.15998 0.413,-0.19101 0.83798,-0.419 1.29801,-0.466 0.23199,-0.024 0.47497,0.013 0.65399,0.176 0.38098,0.35199 0.082,0.42099 -0.26502,0.58099 -0.41498,0.19199 -1.005,0.60101 -0.30298,0.94199 0.607,0.294 1.59,-0.198 2.215,-0.26798 1.38498,-0.15402 2.90198,0.366 4.23599,-0.27402 -0.10101,0.771 0.85599,0.57602 1.23801,0.62302 0.401,0.049 0.55899,-0.26401 0.905,-0.357 0.35898,-0.097 0.86999,0.25898 0.50299,0.61698 0.71799,0.38202 1.26199,0.066 1.87799,-0.33399 0.68002,-0.44201 1.186,-0.59701 1.97601,-0.76901 1.883,-0.41199 3.71399,-0.75299 5.63001,-0.983 0.87799,-0.10498 1.75699,-0.14301 2.63998,-0.11899 0.788,0.021 1.427,-0.028 2.03302,-0.55301 0.405,-0.35098 0.94898,-0.80899 1.482,-0.393 0.57,0.44601 1.20898,1.082 1.76599,0.125 -0.263,-0.11698 -0.53699,-0.22098 -0.76401,-0.40399 0.866,-0.35901 1.70001,0.33599 2.513,0.52301 0.862,0.19799 1.41602,0.77099 2.29901,0.86898 0.92099,0.103 1.732,0.23401 2.44101,-0.47799 0.71298,-0.71601 1.62698,-0.409 2.54498,-0.637 0.96802,-0.24099 1.83002,0.23301 2.80902,0.21701 1.004,-0.017 1.956,-0.30902 2.94401,-0.44302 1.05599,-0.14398 1.86999,-0.353 2.93399,-0.129 1.08398,0.228 2.19998,0.40802 3.29199,0.60501 1.08099,0.19599 2.18399,0.10001 3.26199,0.33701 1.112,0.24399 2.05502,0.159 3.177,0.011 2.22202,-0.293 4.44702,-0.51001 6.67102,-0.758 1.03199,-0.116 2.00299,-0.491 3.026,-0.64099 0.98398,-0.14502 1.97199,-0.081 2.95298,-0.189 0.96502,-0.10501 2.00702,-0.60501 2.94302,-0.889 0.76398,-0.23102 1.26697,-1.03101 2.02698,-1.13602 -0.37299,-0.758 0.737,-1.04099 1.25903,-1.133 0.36499,-0.065 0.81195,-0.096 1.138,0.116 0.33899,0.22 0.17798,0.595 0.41797,0.83099 0.38702,0.37903 1.12903,0.73703 1.66998,0.80802 0.27802,0.037 0.90204,0.023 0.91004,0.43799 0.004,0.25302 -0.61798,-0.017 -0.72504,-0.038 0.22504,0.56101 0.83704,0.82501 1.37305,0.50302 0.67401,-0.40701 1.19696,-0.80401 2.02997,-0.837 0.017,0.84799 -0.86798,0.60098 -1.38196,0.906 0.388,0.224 1.61596,0.041 1.45495,0.78699 0.27704,-0.36801 0.54602,-0.96899 1.04804,-1.07101 0.138,0.315 -0.28705,0.552 -0.28803,0.849 -0.003,0.596 0.771,-0.09 0.89502,-0.18399 0.32801,-0.249 2.20697,-0.40299 1.51001,-1.31 0.24695,-0.036 0.30298,-0.302 0.38001,-0.49399 0.12597,-0.315 0.39398,-0.44302 0.71899,-0.49701 0.922,-0.15201 1.72199,-0.668 2.64099,-0.81799 0.79401,-0.13001 1.51398,-0.20102 2.22498,-0.603 0.82098,-0.465 1.47198,-0.38101 2.35602,-0.51602 0.82501,-0.125 1.41601,-0.17899 2.16296,-0.55798 0.33502,-0.17102 0.75806,-0.28202 1.13702,-0.25101 0.42499,0.033 0.44599,0.233 0.85199,-0.013 0.28302,-0.17099 0.659,-0.006 0.91004,-0.16501 0.19897,-0.12698 0.014,-0.46698 0.12695,-0.64499 0.36102,-0.56601 1.80005,-0.151 2.20502,0.13101 -0.25299,0.089 -0.513,0.15799 -0.76099,0.262 0.17499,0.109 0.24097,0.27798 0.39301,0.40499 0.26398,0.22101 0.802,0.01 1.07898,-0.065 0.80102,-0.22 1.63702,-0.336 2.41101,-0.64801 -0.177,-0.13 -0.79199,0.057 -0.83899,-0.15198 -0.063,-0.27902 -0.32898,-0.208 -0.54303,-0.35 0.18805,-0.44101 0.89404,-0.53101 1.29504,-0.64102 0.19898,-0.054 0.396,-0.11399 0.59699,-0.15799 0.32898,-0.072 0.14996,0.345 -0.107,0.37201 0.396,0.41198 1.021,-0.267 1.36798,0.16198 0.35199,0.435 1.28199,0.262 1.72803,0.12201 -0.26202,-0.029 -0.48602,-0.17401 -0.737,-0.238 0.331,-0.37 -0.56402,-0.779 0.107,-1.271 0.65698,-0.483 1.47601,-0.38 2.182,-0.73599 1.61798,-0.815 3.67298,-1.047 5.48597,-0.939 0.81298,0.048 1.79101,-0.033 2.557,0.28 0.59503,0.24298 0.95001,0.99298 1.59503,1.038 0.22699,0.016 1.85199,0.32098 1.28998,0.63 -0.31,0.16998 -1.21698,0.19898 -1.24298,0.64099 0.36896,-0.015 0.64496,0.28101 1.00195,0.31 0.16706,-0.026 0.33301,-0.05 0.5,-0.073 0.23005,0.023 0.41205,0.18201 0.64106,0.20401 0.13299,-0.036 0.26696,-0.043 0.40295,-0.021 0.13403,0.13897 0.29504,0.23699 0.48004,0.29397 0.35401,0.066 0.745,-0.22998 0.95301,0.215 -0.096,0.023 -0.19202,0.048 -0.28803,0.072 0.12701,0.323 0.37701,0.254 0.64203,0.181 0.27698,-0.076 0.51898,0.046 0.79797,0.042 0.76398,-0.01 1.50702,-0.021 2.25397,0.164 0.63403,0.15799 1.26001,0.084 1.90002,0.19699 0.40601,0.073 0.79499,0.26401 1.21503,0.25 0.50397,-0.017 0.97498,-0.26999 1.48499,-0.307 0.91198,-0.064 1.83001,0.25302 2.74499,0.31002 0.98798,0.063 1.96198,0.267 2.95001,0.318 1.047,0.056 2.07801,0.10998 3.12201,0.21698 0.41498,0.043 0.82196,0.057 1.22596,-0.063 0.40203,-0.12 0.80999,-0.31201 1.23699,-0.19101 -0.05,0.34 -0.36596,0.548 -0.42895,0.88202 -0.063,0.323 0.38599,0.573 0.31,0.88098 -0.094,0.38101 -0.51404,0.25501 -0.79505,0.28803 -0.18097,0 -0.23297,0.093 -0.15698,0.28399 -0.24597,0.15997 -0.48596,0.215 -0.76398,0.284 0.15101,0.103 0.31696,0.14899 0.49897,0.143 -0.17096,0.35199 -0.62696,0.35199 -0.94898,0.45298 0.164,0.17401 0.49103,0.19601 0.51697,0.48101 0.023,0.258 -0.27594,0.22699 -0.43799,0.198 -0.52795,-0.094 -1.23596,-0.14401 -1.57995,0.36899 0.24096,0.121 0.51898,0.117 0.75994,0.23801 -0.12396,0.11401 -0.29699,0.16299 -0.42797,0.26901 -0.16303,0.13199 0.022,0.28299 -0.20301,0.42898 -0.21997,0.142 -0.83801,0.486 -1.05401,0.16001 -0.25599,-0.384 -0.76697,-0.26401 -1.08399,-0.033 -0.18597,0.13599 -0.35296,0.298 -0.547,0.42499 -0.33801,0.22101 -0.34997,0.43701 -0.61199,0.70099 0.346,0.27401 0.63201,0.071 1.00201,0 0.011,0.29101 -0.18103,0.539 -0.42999,0.66799 0.48999,0.28901 1.56598,-0.16897 1.28698,-0.83297 0.14801,-0.008 0.98798,-0.202 0.93,0.13 -0.083,0.47 -0.66901,0.987 -1.04102,1.24399 -0.51996,0.35999 -1.08697,0.40201 -1.65497,0.634 -0.57202,0.233 -1.02002,0.685 -1.64099,0.82599 0.09,0.035 0.17896,0.075 0.26496,0.11902 -0.20899,0.582 -0.97596,0.63098 -1.32697,1.048 -0.27502,0.32599 1.46698,0.75898 1.65497,0.78199 0.82001,0.1 1.48401,-0.15201 2.224,-0.46701 0.67602,-0.288 1.40405,-0.29999 2.09503,-0.53 0.56396,-0.18799 1.19,-0.61399 1.68799,-0.93799 0.31701,-0.20599 0.061,-0.24701 0.16101,-0.453 0.064,-0.13098 0.33899,-0.32901 0.43701,-0.457 0.35095,-0.45401 0.99597,-0.676 1.44299,-1.038 0.26801,-0.21701 0.54102,-0.15301 0.85999,-0.14801 0.406,0.007 0.44202,-0.229 0.73797,-0.39499 0.12702,-0.072 0.77002,-0.12701 0.67701,-0.405 -0.048,-0.14199 -0.20197,-0.31601 -0.021,-0.43899 0.44501,-0.30002 0.99304,-0.39502 1.49603,-0.543 0.659,-0.194 1.45801,-0.47901 2.14496,-0.41702 0.16303,0.018 0.32703,0.023 0.49103,0.018 0.087,-0.072 0.17401,-0.14398 0.26099,-0.21499 0.21203,-0.012 0.20703,0.29101 0.466,0.121 0.19,-0.124 0.30402,-0.34 0.52399,-0.42301 0.30401,-0.11499 0.66803,0.11402 0.99499,0.07 0.38001,-0.052 0.65906,-0.24701 1.00403,-0.38199 0.23102,-0.09 0.505,-0.014 0.74701,-0.068 0.31097,-0.07 0.57501,-0.297 0.89197,-0.37699 0.34503,-0.087 0.695,-0.029 1.04303,-0.099 0.31701,-0.063 0.71496,-0.142 0.98498,-0.33201 0.315,-0.221 0.487,-0.58599 0.89099,-0.67599 -0.90796,-0.11301 0.65204,-0.78 0.82202,-0.83002 0.90101,-0.263 1.60901,-0.78998 2.55298,-0.93698 1.09601,-0.17102 2.185,-0.36102 3.289,-0.478 0.49604,-0.052 0.68,-0.28302 1.09601,-0.45901 0.33802,-0.14301 0.74799,0 1.09699,0.012 -0.20801,-0.21399 -0.48999,-0.33398 -0.784,-0.358 0.513,-0.32498 1.12201,-0.71698 1.73804,-0.785 0.37396,-0.041 0.30896,0.16601 0.51599,0.37701 0.22198,0.22699 0.70898,-0.233 0.93402,-0.30899 0.96796,-0.324 2.07098,-0.211 3.07495,-0.23501 0.49902,-0.012 0.98999,0.104 1.48505,0.14001 0.60797,0.044 1.14697,-0.16302 1.737,-0.26602 0.73095,-0.12698 1.47296,-0.14798 2.20196,-0.28699 0.32404,-0.062 0.65503,-0.13299 0.95899,-0.26401 0.27203,-0.117 0.42199,-0.37899 0.71405,-0.45098 0.76794,-0.19001 1.02295,-1.49701 1.73297,-1.56101 0.27698,-0.026 0.22699,0.52499 0.24902,0.69901 0.071,0.56399 -0.16101,0.47198 -0.43701,0.89498 0.48798,0.288 1.18597,0.16401 1.70996,0.068 0.87305,-0.15998 1.75903,-0.25199 2.63904,-0.366 0.66998,-0.087 1.487,-0.198 2.13898,0.017 0.74603,0.24701 1.61602,0.032 2.39404,0.048 0.54297,0.011 1.24695,0.284 1.76196,0.097 0.73303,-0.267 1.23303,-0.24301 1.99201,-0.034 0.64099,0.17499 1.23999,0.006 1.888,0.006 0.37201,0 0.73999,-0.027 1.09997,-0.12698 0.362,-0.10202 0.70301,0.11798 1.06604,0.054 -0.056,0.086 -0.11102,0.173 -0.16504,0.26101 0.35303,0.075 0.69605,-0.255 1.02204,-0.33401 0.43097,-0.10501 1.09399,-0.22199 1.51696,-0.015 0.32105,0.15699 0.11005,0.72199 0.51502,0.74399 0.40002,0.022 0.79303,-0.43701 1.15301,-0.57699 0.42902,-0.168 0.88398,-0.249 1.323,-0.38202 0.54401,-0.16599 0.98401,-0.504 1.495,-0.741 0.43402,-0.202 0.91601,-0.349 1.40002,-0.306 0.59198,0.052 1.193,-0.28598 1.805,-0.285 0.51599,0 0.97796,-0.159 1.49499,-0.055 0.61597,0.125 1.15497,0.10501 1.76599,0.168 0.41797,0.043 0.86298,0.38101 1.25,0.38101 0.50501,0 1.05597,0.167 1.547,0.26899 0.52002,0.109 1.04602,0.30801 1.573,0.367 0.47998,0.053 1.19,0.18201 1.664,0.13602 0.32202,-0.032 0.74597,-0.28601 0.93902,0.134 0.138,0.30099 0.098,0.56799 0.53595,0.449 -0.0569,0.077 -0.11297,0.15699 -0.16497,0.23798 0.38201,0.31802 1.09002,-0.041 1.48901,-0.14899 0.50598,-0.13699 0.98498,0.007 1.49402,-0.11901 0.513,-0.12699 1.18396,-0.29798 1.62396,-0.607 0.55603,-0.38898 0.66901,-0.81598 1.41101,-0.99899 0.73901,-0.18201 1.487,-0.32599 2.25,-0.358 0.815,-0.034 1.54401,-0.25501 2.34302,-0.388 0.81201,-0.13501 0.79901,0.51501 1.33899,0.92599 0.406,0.31 -0.388,0.76502 0.21301,0.93301 0.91498,0.25501 1.82697,-0.51199 2.75897,-0.22601 0.20899,0.064 0.58203,0.22501 0.68103,0.43201 0.107,0.22101 -0.056,0.47101 0.10596,0.68399 0.32404,0.42801 1.65601,0.449 2.138,0.34302 0.75702,-0.167 1.43604,-0.11701 2.20703,-0.17502 0.86701,-0.067 1.711,-0.185 2.58301,-0.19098 1.49097,-0.011 3.20697,-1.23001 4.67395,-0.439 -0.094,0.072 -0.18897,0.14399 -0.284,0.21399 0.58502,0.29599 1.45002,-0.22699 2.02405,-0.35699 0.54895,-0.12403 1.75,-0.543 1.35596,0.40399 1.143,0.056 1.781,-0.79099 2.83203,-0.93201 0.38696,-0.052 0.93402,-0.362 1.31598,-0.17199 0.11804,0.057 0.56799,0.50399 0.70898,0.36099 -0.27997,0.28302 -0.57098,0.55902 -0.85498,0.83902 0.26502,0.272 0.48401,0.15198 0.737,0.26098 0.054,0.09 0.10999,0.17801 0.16803,0.26502 0.185,0.057 0.37396,0.086 0.56696,0.085 0.84002,0.024 1.36401,0.24799 2.19403,-0.01 0.68701,-0.21399 1.182,-0.871 1.84497,-1.172 0.86804,-0.39398 1.698,-0.76999 2.65704,-0.88 0.64697,-0.075 1.30298,0.12302 1.96399,0.08 0.93799,-0.062 1.88098,-0.12702 2.81598,-0.215 0.70898,-0.068 1.54901,-0.41303 2.15204,0.055 0.57696,0.44699 1.29297,-0.84201 1.52099,-1.134 -0.079,-0.042 -0.16003,-0.081 -0.24102,-0.11899 0.39801,-0.42102 0.99499,-1.24801 1.552,-1.45401 0.26202,-0.095 0.55798,-0.48001 0.867,-0.38602 0.33503,0.10203 0.36597,0.41901 0.77198,0.24201 0,0.23001 -0.14899,0.392 -0.28101,0.56 -0.159,0.20202 -0.10394,0.44601 -0.27594,0.61801 -0.53802,0.539 -1.38904,0.94501 -2.06201,1.29901 0.25097,0.32098 0.58899,0.034 0.906,0.096 0.20398,0.04 0.30695,0.324 0.53998,0.401 0.28101,0.092 0.54999,0.27301 0.84198,0.324 0.315,0.055 0.68201,-0.10598 1.01105,-0.092 0.80194,0.035 1.46899,0.39399 2.22998,0.517 0.75299,0.12198 1.45898,0.02 2.21399,0.22699 0.39697,0.10999 0.79901,0.21201 1.20801,0.26999 0.25799,0.037 0.65301,-0.045 0.87799,0.107 0.51898,0.34802 1.29199,-0.293 1.71301,0.091 0.43897,0.401 0.44,0.591 1.16296,0.41501 0.34302,-0.083 0.67804,-0.26001 1.03101,-0.292 0.31104,-0.027 0.81403,0.25699 0.362,0.53199 0.448,0.071 0.86499,-0.25199 1.30902,-0.142 0.004,0.241 -0.198,0.33801 -0.26398,0.54501 0.71198,-0.10199 1.34595,-0.517 2.073,-0.54501 -0.056,0.078 -0.11102,0.15701 -0.16504,0.23801 0.16901,0.009 0.33502,0.032 0.5,0.069 -0.27398,0.64498 -1.41101,0.72201 -1.95495,1.026 0.40496,0.518 1.19098,-0.071 1.67199,0.324 0.75,0.61499 0.232,0.728 -0.33905,1.03101 0.59705,0.15899 3.02704,-1.19602 3.38306,-0.44901 0.22296,0.46601 -0.87201,0.15601 -0.84003,0.60501 0.06,0.84699 1.67102,0.36399 2.09998,0.27399 -0.435,0.62201 2.031,0.29001 2.02502,0.328 -0.089,0.63599 -1.17798,0.689 -1.40301,1.24301 0.307,0.26999 1.44,-0.18301 1.83203,-0.18701 0.38196,-0.004 0.77496,-0.22101 1.151,-0.147 0.297,0.059 0.60498,0.13901 0.89996,0.20901 0.25104,0.06 0.409,0.31498 0.60004,0.059 0.104,-0.14002 0.47498,0.049 0.65997,-0.01 0.28601,-0.093 0.48304,-0.31601 0.67401,-0.534 0.128,-0.146 0.33698,-0.12799 0.37702,-0.172 0.21197,-0.23901 -0.065,-0.69 0.50696,-0.62201 0.29699,0.035 0.48602,0.262 0.71801,0.426 0.31299,0.22 -0.055,0.52801 -0.27398,0.38601 -0.004,-0.003 -0.896,0.36701 -1.00403,0.44999 0.47601,0.061 0.12799,0.68402 0.77405,0.57302 0.48199,-0.083 0.67096,0.37098 1.11395,0.26398 0.20502,-0.049 0.46301,-0.21399 0.64905,-0.04 0.16095,0.15 0.61999,-0.055 0.82397,-0.066 0.706,-0.04 1.02503,-0.29101 1.64002,-0.565 0.067,0.22 -0.23999,0.59101 -0.075,0.77899 0.12702,0.14502 1.03101,-0.024 1.32599,0.163 0.232,0.147 0.14801,0.23001 0.20502,0.45401 0.081,0.315 0.44898,0.17901 0.66296,0.24701 0.18702,0.059 0.375,0.126 0.5,0.28799 0.18604,0.241 -0.255,0.34601 0.16803,0.54501 -0.109,0.067 -0.22802,0.107 -0.35601,0.11899 0.21002,0.151 0.25604,0.456 0.526,0.53 0.28302,0.078 0.60504,-0.037 0.88598,-0.073 0.46003,-0.058 0.11902,0.19901 0.30103,0.23499 0.28699,0.056 0.56,-0.16098 0.81,-0.26199 -0.26001,0.151 -0.54401,0.28201 -0.73798,0.522 0.427,-0.194 0.86096,-0.32901 1.33197,-0.35501 0.34198,-0.02 0.133,0.27102 0.14301,0.49801 0.043,0.91501 1.37902,0.057 1.84002,0.031 0.422,-0.024 0.77295,0.018 1.18299,0.11099 0.26599,0.061 0.91296,-0.15799 1.09802,0.094 0.41894,0.57101 1.68799,0.026 2.26196,0.075 -0.20898,0.30698 -0.50201,0.088 -0.78699,0.19198 0.33802,0.32602 0.943,0.10602 1.35199,0.086 0.55701,-0.028 0.68702,0.457 0.077,0.50901 0.10199,0.19699 0.11597,0.43899 0.357,0.513 0.25396,0.078 1.08898,0.37799 0.59497,0.53201 0.22503,0.056 0.66003,0.039 0.79303,0.276 0.077,0.138 0.14996,0.375 0.36596,0.271 0.46002,-0.219 0.73102,-0.55002 1.12604,-0.831 0.18097,0.853 -1.05804,1.49799 -1.69605,1.59598 -0.47198,0.072 -1.03796,0.056 -1.47094,0.27301 -0.43805,0.219 -0.85401,0.67301 -1.38001,0.65399 0.34595,0.11402 0.66498,-0.11899 0.99897,-0.16498 -0.69196,0.57499 -1.60199,0.741 -2.39496,1.128 -0.36603,0.178 -0.72901,0.367 -1.11304,0.50698 -0.46399,0.167 -0.96301,0.12101 -1.41296,0.31702 -0.59406,0.25998 -1.08802,0.52499 -1.612,0.84399 -0.36603,0.224 -0.32203,-0.26901 -0.69904,-0.094 -0.41699,0.194 -0.797,0.41 -1.26697,0.25098 0.089,-0.069 0.17597,-0.14099 0.26099,-0.215 -0.29004,-0.39899 -0.80103,-0.064 -1.14301,0.056 -0.55297,0.19501 -1.16198,0.065 -1.68701,0.37701 -0.43896,0.26001 -1.02099,0.18299 -1.50799,0.22599 -0.49298,0.044 -1.11798,0.18902 -1.58899,0.34002 0.16498,0.088 0.33899,0.15198 0.52197,0.19199 -0.23798,0.521 -1.28998,0.168 -1.70697,0.15701 -0.599,-0.015 -1.13904,0.32999 -1.43799,0.82398 -0.48004,0.79202 -1.04199,0.17801 -1.77899,0.52701 -0.37402,0.177 -0.35004,0.173 -0.638,-0.018 -0.24103,-0.159 -0.60004,0.056 -0.84302,0.104 -0.20099,0.049 -0.39703,0.11402 -0.58801,0.19501 -0.15302,0.056 -0.03,0.27799 -0.17297,0.35401 -0.35804,0.19 -0.79902,0.18499 -1.19202,0.18298 -0.737,-0.005 -1.57898,-0.036 -2.21399,0.41202 -0.037,0.085 -0.07,0.173 -0.096,0.26199 -0.16302,0.17001 -0.25598,-0.028 -0.35998,0.26199 -0.0971,0.271 -0.14203,0.36002 -0.435,0.474 -0.39801,0.15601 -0.73206,0.43402 -1.12403,0.60102 -0.54901,0.23498 -1.156,0.268 -1.72198,0.44799 0.133,0.10099 0.28296,0.14801 0.44995,0.14301 -0.46496,0.41098 -1.13196,0.86398 -1.78296,0.83298 0.097,0.053 0.19202,0.10901 0.28498,0.169 -0.599,0.36801 -1.37598,0.51902 -2.07099,0.54502 0.32398,0.14599 0.67902,0.11898 1.02197,0.169 -0.067,0.30899 -0.30297,0.681 -0.53399,0.892 -0.17896,0.164 -1.06501,0.478 -1.32099,0.487 0.43402,0.133 0.89899,-0.026 1.33301,-0.069 -0.112,0.67798 -1.67901,0.939 -2.16998,1.022 0.474,0.083 0.94696,-0.10302 1.40497,-0.19201 -0.14997,0.14401 -0.32398,0.24701 -0.52198,0.311 0.45398,0.23099 1.13898,-0.20999 1.57099,-0.33401 -0.17102,0.22702 -0.651,0.21301 -0.75598,0.42602 -0.086,0.177 -0.013,0.30399 -0.29303,0.288 0.34399,0.319 0.91504,0.238 1.341,0.238 0.14801,0 0.284,0.09 0.151,0.23099 -0.17999,0.19299 -0.492,0.15601 -0.72699,0.17499 0.67798,-0.10498 -0.31402,-0.33399 -0.48602,-0.34 -0.50995,-0.017 -1.02295,0.082 -1.53101,0.10602 -1.43396,0.067 -2.79596,0.13498 -4.21197,0.40598 -0.54798,0.10501 -1.08002,0.27301 -1.62,0.372 -0.51898,0.096 -0.95202,-0.25 -1.48199,-0.045 -1.13904,0.44098 -2.50702,0.074 -3.69599,0.45398 0.69001,0.15402 -0.32,0.40802 -0.453,0.453 0.62897,-0.047 -0.14502,0.31 -0.29602,0.361 -0.40503,0.138 -0.83301,0.203 -1.25299,0.27801 -1,0.177 -2,0.401 -2.99799,0.59799 0.78699,0.19602 1.56897,-0.24698 2.35797,-0.096 -0.56799,0.43902 -1.35101,0.415 -2.02996,0.45202 -0.92505,0.051 -1.90802,0.064 -2.82202,0.215 -0.081,0.013 -0.52601,0.095 -0.32404,0.26898 0.30304,0.26202 0.74402,0.146 1.09405,0.087 0.90497,-0.15299 1.83899,-0.036 2.74897,-0.167 -0.20398,0.711 -1.70697,0.262 -2.21601,0.35801 0.43799,0.47 1.11005,-0.092 1.62104,0.14498 -0.64002,0.383 -1.42304,0.16001 -2.12,0.26102 0.22595,0.177 0.50696,0.22998 0.78699,0.215 -0.50403,0.091 -0.935,0.362 -1.40503,0.54599 0.72705,0.11499 1.45904,0.004 2.18903,0.023 -0.40302,0.38299 -1.07203,0.25598 -1.57404,0.323 -0.75,0.099 -1.47998,0.15899 -2.23596,0.22598 0.242,0.23401 0.57098,0.16702 0.867,0.121 0.46399,-0.072 0.87201,0.087 1.32599,0.14002 -0.096,0.072 -0.19202,0.14398 -0.28802,0.21499 0.19799,0.034 0.39599,0.058 0.59503,0.073 -0.70001,0.19601 0.50299,0.12299 0.33398,0.569 -0.076,0.20099 -0.70898,0.16199 -0.87897,0.16901 0.59498,0.332 1.31,0.156 1.95099,0.28399 -0.13702,0.142 -0.30304,0.22101 -0.49902,0.23801 0.35999,0.11798 0.742,0.138 1.117,0.16898 -0.58599,0.047 -0.032,0.23001 0.128,0.242 0.30902,0.022 0.61303,-0.099 0.92102,-0.054 -0.31904,0.17099 -0.68799,0.062 -1.02601,0.14301 0.75202,0.10199 -0.32897,0.17999 -0.47601,0.19098 0.78101,0.14001 1.58502,-0.134 2.35803,0.073 -0.22302,0.40402 -0.84002,0.40701 -1.237,0.418 -0.63702,0.017 -1.27301,0.066 -1.88104,0.27002 0.86701,0.18099 1.71503,-0.16501 2.58002,-0.16501 0.98199,0 1.93799,0.28399 2.91998,0.28399 -0.67798,0.13602 0.74103,0.073 0.92902,0.073 -0.32599,0.25601 -0.75202,0.16702 -1.11798,0.31101 0.42401,0.076 0.61596,-0.095 1.02697,0.117 0.61298,0.31699 1.44703,0.03 2.10102,0.007 0.77997,-0.027 1.48199,0.24301 2.25702,0.26202 0.76996,0.02 1.52697,0.159 2.30395,0.159 -0.72998,0.17599 0.54199,0.142 0.677,0.13098 0.417,-0.031 0.836,-0.09 1.25403,-0.035 -0.20599,0.083 -0.42102,0.12201 -0.64398,0.11902 1.00494,0.324 2.08398,0.121 3.10596,0.35098 1.10101,0.24902 2.24499,-0.018 3.35699,-0.018 2.49103,0 4.97504,0.262 7.46601,0.262 -5.53998,1.95898 -11.14399,3.777 -16.82099,5.29998 -1.15399,0.31 -2.22198,0.79401 -3.43597,0.79401 H 218.92025 c -1.28202,0 -2.51902,-0.45599 -3.74601,-0.79199 -1.499,-0.41101 -2.994,-0.83502 -4.485,-1.27402 -4.139,-1.22 -8.246,-2.56399 -12.31199,-4.005 0.63598,-0.019 1.27499,0 1.90799,0.068 0.548,0.06 1.27101,0.39798 1.809,0.21698 0.55901,-0.18698 1.051,-0.003 1.58901,0.13202 0.51699,0.129 1.06599,0.10898 1.59399,0.10699 2.70599,-0.007 5.395,0.31501 8.092,0.45899 2.78801,0.14801 5.691,0.30902 8.477,0.16 1.40401,-0.074 2.799,-0.17999 4.20599,-0.11899 1.54401,0.066 3.09101,0.23401 4.63701,0.12 -0.684,-0.15701 0.476,-0.482 0.68199,-0.51199 0.48201,-0.069 0.974,-0.042 1.45801,-0.007 1.18199,0.084 2.366,0.078 3.551,0.098 2.905,0.048 5.919,0.479 8.80999,0.13299 -0.22299,-0.10101 -0.43798,-0.22399 0.024,-0.285 -1.57199,-0.45001 -3.514,-0.23001 -5.139,-0.25799 -1.89601,-0.032 -3.78801,-0.014 -5.68,-0.16401 -1.913,-0.152 -3.834,-0.147 -5.751,-0.20599 -2.04499,-0.062 -4.037,-0.31 -6.061,-0.58301 -0.938,-0.12701 -1.879,-0.26001 -2.793,-0.513 -0.293,-0.081 -0.483,-0.32599 -0.74499,-0.46499 -0.30401,-0.16102 -0.64301,-0.23401 -0.95501,-0.37601 -0.35099,-0.159 -1.022,-0.17801 -1.21701,-0.564 -0.26098,-0.51501 0.33301,-0.58999 -0.47499,-0.776 -1.15201,-0.26401 -2.35299,-0.307 -3.516,-0.51199 -0.851,-0.15 -1.71801,-0.16101 -2.551,-0.40701 -0.055,-0.016 -1.767,-0.41199 -0.977,-0.556 -0.752,-0.81699 -5.963,-0.079 -6.09501,-1.026 2.088,-0.69501 4.35401,-0.061 6.487,-0.004 1.11101,0.03 2.18001,0.22 3.28202,0.337 1.28,0.13599 2.571,-0.03 3.851,0.12 -1.36101,-0.88599 2.35398,-1.28299 0.51599,-1.87399 -2.19001,-0.70401 -4.63601,-1.017 -6.91201,-1.26301 -3.071,-0.332 -6.14599,-0.80999 -9.22099,-1.07 -1.51601,-0.12799 -3.02499,-0.146 -4.52299,-0.43399 -0.58001,-0.112 -1.16201,-0.262 -1.74901,-0.33301 -0.48799,-0.059 -1.142,-0.028 -1.51801,-0.40601 0.73101,-0.15399 1.483,-0.16299 2.21501,-0.311 -0.149,-0.72598 -1.64399,-0.76398 -2.186,-0.76599 -0.463,-0.003 -0.897,0.17001 -1.354,0.15899 -0.31299,-0.007 -0.624,-0.055 -0.937,-0.011 -0.287,0.039 -0.465,0.23199 -0.76199,0.238 -0.60601,0.013 -1.30201,-0.229 -1.91001,-0.311 -0.651,-0.087 -1.323,-0.18201 -1.927,-0.45102 -0.242,-0.108 -0.435,-0.26599 -0.657,-0.40298 -0.38299,-0.236 -0.13099,-0.22001 -0.339,-0.40601 -0.483,-0.426 -1.302,-0.599 -1.858,-0.952 0.52301,0.059 1.033,0.20499 1.544,0.34"
           id="path6898" /><path
           inkscape:connector-curvature="0"
           style="fill:#900000;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1;fill-opacity:1"
           d="m 309.2132,434.51741 c 0.30301,0.233 0.67001,0.19199 1.026,0.23798 -0.23999,-0.14298 -0.42499,-0.353 -0.62198,-0.54599 0.681,-0.38001 1.32398,0.34301 1.978,0.427 -0.017,-0.17001 -0.63901,-0.54501 -0.54602,-0.67001 0.27102,-0.366 1.45801,0.34701 1.92801,0.028 -0.38599,-0.36999 -1.02399,-0.26901 -1.50101,-0.40301 0.427,-0.551 1.504,-0.18998 2.064,-0.11298 0.38601,0.053 0.678,0.15298 0.96902,-0.15601 0.366,-0.389 0.88898,0.17701 1.276,0.219 0.19699,-0.79001 -2.228,-1.08801 -2.73102,-1.09601 -0.138,-0.003 -1.77398,-0.095 -1.47101,-0.543 0.125,-0.186 1.33701,-0.25299 1.26502,-0.57999 -0.022,-0.10299 -1.00101,-0.496 -1.14899,-0.61499 -0.24103,-0.194 -0.039,-0.50802 -0.371,-0.703 -0.33002,-0.194 -0.263,-0.427 -0.69101,-0.54501 -0.323,-0.089 -0.97601,-0.31699 -1.01501,-0.72699 -0.069,-0.71601 2.095,-0.95102 2.55102,-0.88501 0.43298,0.063 0.94699,0.30899 1.20798,0.67099 0.10501,0.14602 0.048,0.388 0.21402,0.49902 0.20599,0.13699 0.58899,0.038 0.841,0.164 1.06,0.52698 1.724,1.555 2.802,2.03998 1.19599,0.53702 2.11298,1.23502 2.95298,2.25302 0.35601,0.431 0.74701,0.78699 1.12402,1.19199 0.13599,0.147 0.32199,0.34799 0.14798,0.531 -0.20099,0.211 0.065,0.17301 0.086,0.36798 0.032,0.29703 0.24301,0.43802 -0.194,0.59803 -0.26099,0.095 -0.75699,0.23398 -0.401,0.569 -1.392,0.31598 -2.68698,0.311 -4.07898,0.246 -0.54001,-0.025 -2.896,0.255 -3.10001,-0.552 -0.11099,-0.44101 1.663,-0.10202 1.909,-0.065 0.48199,0.072 2.237,0.40499 2.24399,-0.46201 -0.32898,-0.046 -0.62799,0.16699 -0.93998,0.228 -0.501,0.099 -1.08603,-0.12201 -1.58401,-0.18201 0.479,-0.27899 1.043,-0.16699 1.548,-0.35699 -0.20501,-0.17801 -1.17502,-0.26099 -1.457,-0.26099 -0.56399,0 -0.92999,-0.482 -1.43899,-0.638 -0.375,-0.11402 -0.60501,0.491 -0.91602,0.60498 -0.46499,0.17102 -1.225,-0.09 -1.66498,-0.25198 0.202,0.23699 0.49698,0.33798 0.76398,0.47598 -0.44,0.74402 -0.96698,0.096 -1.57898,0.096 -0.36001,0 -0.72302,-0.022 -1.07602,-0.094 -0.18201,-0.037 -1.40799,-0.41601 -0.728,-0.47799 -0.152,-0.10401 -0.319,-0.176 -0.49899,-0.215 0.17301,-0.32102 0.52399,-0.4 0.85599,-0.31"
           id="path6924" /><path
           inkscape:connector-curvature="0"
           style="fill:#900000;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1;fill-opacity:1"
           d="m 326.95322,418.7784 c 0.079,0.064 0.159,0.12799 0.23798,0.19201 -0.24799,0.16199 -0.517,-0.009 -0.737,-0.11901 0.14901,-0.13901 0.31601,-0.163 0.49902,-0.073"
           id="path6938" /><path
           inkscape:connector-curvature="0"
           style="fill:#900000;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1;fill-opacity:1"
           d="m 327.66721,416.25539 c -0.098,-0.20099 -0.005,-0.33698 0.215,-0.33399 -0.18699,-0.24099 0.21701,-0.574 0.44799,-0.46899 0.32801,0.14999 0.314,0.63299 0.69699,0.707 -0.05,-0.19302 0.061,-0.33902 0.23801,-0.40402 0.062,0.45202 0.802,0.32501 1.07102,0.57202 -0.32602,0.199 0.009,0.466 -0.25303,0.55899 -0.31597,0.11099 -0.68597,0.16199 -1.01898,0.12701 -0.73599,-0.076 -0.617,-0.92401 -1.397,-0.75802"
           id="path6940" /><path
           inkscape:connector-curvature="0"
           style="fill:#900000;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1;fill-opacity:1"
           d="m 329.59522,427.73039 c -0.079,-0.023 -0.159,-0.046 -0.23801,-0.069 0.10999,-0.104 0.23599,-0.13598 0.38001,-0.096 -0.047,0.055 -0.094,0.11002 -0.142,0.16501"
           id="path6942" /><path
           inkscape:connector-curvature="0"
           style="fill:#900000;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1;fill-opacity:1"
           d="m 330.40522,430.75639 c 0.032,-0.071 0.064,-0.143 0.096,-0.21499 0.12098,0.026 0.18399,0.098 0.19199,0.21499 h -0.28799"
           id="path6944" /><path
           inkscape:connector-curvature="0"
           style="fill:#900000;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1;fill-opacity:1"
           d="m 332.35721,431.87441 c 0.19,0.036 0.36499,0.108 0.526,0.21499 -0.20001,0.37799 -0.67599,0.24399 -0.953,0.046 0.08,-0.168 0.233,-0.28399 0.427,-0.26098"
           id="path6946" /><path
           inkscape:connector-curvature="0"
           style="fill:#900000;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1;fill-opacity:1"
           d="m 333.07422,432.82741 c 0.293,-0.015 0.62198,0.14999 0.73798,0.42999 -0.28998,-0.016 -0.82999,-0.004 -0.85999,-0.40701 0.041,-0.008 0.081,-0.016 0.12201,-0.023"
           id="path6948" /><path
           inkscape:connector-curvature="0"
           style="fill:#900000;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1;fill-opacity:1"
           d="m 328.9542,430.0894 c 0.069,-0.61999 0.053,-0.61401 -0.36899,-0.99301 -0.258,-0.23398 -0.67999,-0.58499 -1.06,-0.436 0.006,0.35202 0.37,0.49801 0.61801,0.66 0.29599,0.194 0.43,0.72702 0.81098,0.76901"
           id="path7078" /><path
           inkscape:connector-curvature="0"
           style="fill:#900000;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1;fill-opacity:1"
           d="m 320.54721,425.0884 c 0.17301,-0.057 0.348,-0.10499 0.52601,-0.14301 -0.202,-0.051 -0.37702,-0.004 -0.52601,0.14301"
           id="path7080" /><path
           inkscape:connector-curvature="0"
           style="fill:#900000;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1;fill-opacity:1"
           d="m 189.79621,451.4464 c -0.25299,-0.54801 -1.211,-0.55701 -1.711,-0.655 -0.858,-0.168 -1.661,-0.62601 -2.513,-0.845 -0.952,-0.24399 -1.806,-0.80201 -2.81301,-0.71399 -0.50399,0.045 -0.50498,0.61099 -0.14999,0.893 0.85201,0.676 2.16,0.874 3.192,1.11698 0.498,0.11801 3.659,1.12002 3.995,0.20401"
           id="path5237" /></g><g
         transform="matrix(3.1757337,0,0,3.1757337,-0.02195285,3.9026)"
         style="fill:#900000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
         id="sz"><title
           id="title3348">Eswatini</title><path
           inkscape:connector-curvature="0"
           style="fill:#510000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 511.206,312.539 0.061,-10e-4 c 0.316,0.312 0.281,0.253 0.536,0.576 0.221,0.278 0.248,0.404 0.48,0.634 0.291,0.288 0.93,0.689 1.433,0.281 0.22,-0.179 0.117,-0.187 0.254,-0.456 l 0.298,-0.582 0.425,0.001 -0.01,-0.169 c -0.513,-2.041 0.118,-0.66 -0.362,-1.986 -0.267,-0.284 -0.607,-0.597 -0.849,-0.706 l -0.796,-0.032 c -0.265,0.341 -0.474,0.379 -0.71,0.739 -0.136,0.205 -0.188,0.365 -0.253,0.507 -0.065,0.142 -0.319,1.058 -0.507,1.194 z"
           id="sz-" /><circle
           style="fill:#510000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           r="1.989"
           cy="312.12399"
           cx="513.133"
           id="sz." /></g><g
         transform="matrix(3.1757337,0,0,3.1757337,-0.02195285,3.9026)"
         style="fill:#c80200;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
         id="uz"><title
           id="title3109">Uzbekistan</title><path
           inkscape:connector-curvature="0"
           style="fill:#c80200;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 564.446,107.568 5.407,-1.583 c 0.491,-0.174 -0.656,1.549 0.046,2.473 0.027,0.035 0.09,0.569 0.219,0.806 0.128,0.237 0.315,0.206 0.371,0.204 l 1.177,-0.042 c 0.197,-0.029 0.216,0.263 0.287,0.426 0.043,0.098 0.36,0.21 0.442,0.616 0.025,0.126 0.13,-0.191 0.209,-0.305 0.099,-0.142 1.767,-0.033 1.734,0.007 0.455,-0.339 0.896,-0.937 0.894,-1.631 0.643,0.07 1.609,1.26 2.839,2.426 0.313,0.295 0.662,0.637 1.081,0.773 0.496,0.16 1.189,-0.16 1.683,-0.249 1.292,-0.233 2.67,0.41 3.919,0.097 0.324,-0.081 0.627,-0.597 0.989,-0.397 0.459,0.254 0.75,0.708 1.235,0.95 0.474,0.237 0.625,0.575 0.968,0.953 0.359,0.394 0.513,0.232 0.979,0.19 0.103,0.724 -0.014,2.195 0.667,2.67 0.337,0.235 0.787,-0.046 1.042,0.39 0.295,0.503 0.406,1.103 0.665,1.625 0.509,1.026 2.008,0.308 2.889,0.338 0.518,0.018 0.852,0.434 0.801,0.903 -0.075,0.701 1.014,0.637 1.437,0.764 -0.035,-0.267 -0.497,-0.671 -0.227,-0.936 0.248,-0.245 0.25,-0.536 0.615,-0.682 0.304,-0.121 0,-0.447 0.17,-0.639 0.219,-0.245 0.763,-0.524 1.047,-0.724 0.336,-0.235 0.754,-0.232 0.988,-0.603 0.11,-0.175 0.269,-0.552 0.496,-0.604 0.35,-0.082 0.361,0.159 0.691,-0.181 0.365,-0.377 0.704,-0.385 1.147,-0.155 -0.51,0.482 -1.888,1.164 -2,1.929 0.297,0.006 0.445,0.243 0.728,0.274 0.331,0.036 0.565,-0.288 0.748,0.168 0.31,0.768 1.162,0.246 1.619,0.677 0.063,-0.135 0.063,-0.27 0,-0.405 0.131,0.002 0.232,-0.05 0.301,-0.155 0.103,-0.195 -0.004,-0.457 -0.039,-0.655 0.21,0.382 0.534,0.438 0.853,0.808 0.325,0.375 0.818,0.158 0.84,0.764 0.587,-0.352 0.854,0.29 1.349,0.341 0.327,-0.017 0.605,-0.027 0.845,0.131 0.235,0.143 -0.339,0.346 -0.39,0.432 -0.235,0.391 -0.345,0.508 -0.974,0.239 -0.022,0.212 0.076,0.367 0.169,0.547 -0.142,-0.01 -1.525,0.072 -0.81,0.452 -0.198,10e-4 -0.412,0.217 -0.622,0.173 -0.182,0.057 -0.109,-0.306 -0.334,-0.047 -0.178,0.081 -0.366,-0.2 -0.516,-0.25 -0.418,-0.139 -0.688,0.03 -0.962,0.159 -0.238,0.112 -0.284,0.056 -0.449,0.095 -0.549,0.131 -0.471,-0.345 -1.085,-0.617 -0.222,-0.098 0.476,-0.411 0.574,-0.636 0.057,-0.13 0.005,-0.289 -0.105,-0.353 -0.316,-0.185 -0.457,-0.541 -0.741,-0.762 -0.112,0.342 -1.13,1.26 -1.537,0.984 -0.274,-0.186 -0.789,-0.512 -0.908,0.09 -0.025,0.128 0.041,0.424 0.205,0.662 0.158,0.291 -0.013,0.461 0.193,0.621 -0.507,0.209 -1.178,-0.32 -1.618,0.143 0.26,0.208 0.667,-0.12 0.834,0.238 -0.111,-0.016 -0.222,-0.024 -0.334,-0.023 0.086,0.223 0.079,0.26 0.144,0.321 -0.018,0.01 0.011,0.098 -0.066,0.177 -0.062,0.063 -0.281,0.048 -0.251,0.255 0.053,0.365 0.128,0.655 -0.373,0.777 -0.402,0.099 -1.361,-0.246 -1.69,-0.212 -0.109,0.01 -0.334,0.078 -0.375,0.187 -0.225,0.608 -0.097,0.632 -0.224,0.745 0.12,0.302 0.453,0.266 0.648,0.376 0.383,0.218 0.08,0.365 0.591,0.451 0.263,0.044 0.421,-0.054 0.764,0.106 0.242,0.113 0.23,1.025 0.349,1.412 0.101,0.324 0.469,0.438 0.638,0.743 0.264,0.479 -0.117,1.019 -0.344,1.276 -0.381,0.431 -0.576,1.013 -0.114,1.84 -0.557,-0.445 -0.487,-0.336 -0.721,-0.314 -0.666,0.066 -0.744,0.131 -0.977,-0.116 -0.146,-0.155 -0.365,-0.256 -0.577,-0.306 -0.252,-0.059 -0.616,0.062 -0.864,0.019 -0.319,-0.276 -0.221,-0.606 -0.319,-0.875 -0.115,-0.314 0.368,-0.879 -0.157,-1.021 -0.33,-0.089 -0.585,-0.132 -0.883,-0.326 -0.507,-0.33 -0.877,-0.218 -1.431,-0.319 -0.579,-0.106 -1.042,-0.585 -1.519,-0.89 -0.455,-0.29 -0.944,-0.439 -1.377,-0.776 -0.41,-0.319 -0.907,-0.275 -1.311,-0.558 -0.507,-0.356 -1.047,-0.672 -1.559,-1.026 -0.794,-0.548 -2.47,-1.112 -2.875,-2.038 -0.382,-0.87 -1.054,-1.373 -1.484,-2.236 -0.233,-0.466 -0.517,-0.77 -1.002,-0.982 -0.129,-0.056 -0.355,-0.179 -0.5,-0.143 -0.207,0.051 -0.067,0.322 -0.311,0.345 -0.476,0.046 -0.84,-0.275 -1.536,-0.195 -0.414,0.048 -0.78,-0.123 -1.149,-0.292 -0.069,-0.031 -0.191,-0.122 -0.259,-0.249 -0.068,-0.126 0.048,-0.318 0.009,-0.469 -0.039,-0.15 -0.234,-0.377 -0.217,-0.48 0.017,-0.103 0.147,-0.081 0.249,-0.065 -0.151,-0.399 -0.629,-0.274 -0.655,-0.775 -0.026,-0.505 -0.34,-0.683 -0.836,-0.675 -0.235,0.004 -0.957,0.079 -1.052,-0.231 -0.143,-0.469 -0.626,-0.324 -0.961,-0.538 -0.16,-0.102 -0.559,-0.6 -0.781,-0.426 -0.271,0.212 -0.329,0.299 -0.724,0.252 -0.572,-0.069 0.745,0.788 0.792,0.964 -0.316,-0.075 -0.4,-0.264 -0.737,-0.43 -0.113,-0.056 -0.559,-0.339 -0.582,0.155 -0.047,1.015 -0.969,0.339 -1.373,0.827 -0.557,0.671 -0.582,0.762 -0.256,1.546 0.103,0.248 0.451,0.506 0.262,0.745 -0.125,0.158 -0.805,0.04 -0.987,0.033 -0.739,-0.028 -1.301,-0.062 -1.509,-0.044 l -2.269,-10.449"
           id="path3470" /><path
           inkscape:connector-curvature="0"
           style="fill:#c80200;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 570.444,106.142 1.691,0.929 c 0.083,0.366 -0.017,1.042 -0.334,1.286 -0.019,-0.055 -0.034,-0.11 -0.047,-0.166 -0.089,0.296 0.275,0.525 0.288,0.809 -0.222,-0.422 -0.03,0.04 -0.43,-0.238 -0.106,0.242 0.171,0.686 -0.349,0.537 -0.05,-0.015 -0.676,-0.836 -0.676,-0.918 0,-0.177 0.525,0.208 0.589,0.234 0.276,0.113 -0.133,-0.9 -0.302,-0.401 -0.127,-0.23 -0.059,-0.756 0.285,-0.762 -0.086,-0.077 -0.774,0.23 -0.677,0.012 0.088,-0.197 0.347,-0.177 0.168,-0.455 -0.135,-0.209 -0.364,-0.604 -0.206,-0.867 z"
           id="path7148" /></g><g
         transform="matrix(3.1757337,0,0,3.1757337,-0.02195285,3.9026)"
         style="fill:#510000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
         id="nc"><title
           id="title3376">New Caledonia (FR)</title><g
           style="fill:#510000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           id="nc-"><path
             inkscape:connector-curvature="0"
             style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
             d="m 842.98621,295.3174 c 0.27002,0.33499 0.38702,0.837 0.76801,1.07501 0.16101,0.10098 0.10601,0.35999 0.17999,0.50699 0.10998,0.22 0.453,0.289 0.505,0.53799 0.088,0.42002 0.61402,0.542 0.87097,0.79801 0.37806,0.37799 0.75702,0.54001 1.224,0.77301 -0.31298,0.298 0.263,0.875 0.57202,0.57199 -0.10797,0.146 -0.08,0.20801 -0.073,0.38 0.30999,-0.578 0.52801,0.219 0.82702,0.14801 0.40198,-0.097 0.831,-0.11102 0.57697,-0.70202 -0.10797,-0.25299 -0.33197,-0.27799 -0.52301,-0.435 -0.24597,-0.19998 -0.38397,-0.49899 -0.57599,-0.74499 -0.36401,-0.46601 -0.95502,-0.637 -1.349,-1.04999 -0.31201,-0.327 -0.47101,-0.65402 -0.63696,-1.069 -0.21601,-0.53702 -0.315,-0.45902 -0.76703,-0.79001 -0.40198,-0.29599 -0.53803,-0.86899 -0.97699,-1.11801 -0.18799,-0.10599 -0.37201,0.002 -0.56104,-0.075 -0.25195,-0.10102 -0.33294,-0.387 -0.56097,-0.52002 0.11798,0.21099 0.20099,0.47702 0.255,0.712 0.039,0.17102 -0.064,0.288 0.012,0.46601 0.0799,0.18499 0.20996,0.32699 0.23297,0.535"
             id="path2568" /><path
             inkscape:connector-curvature="0"
             style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
             d="m 848.29718,295.3904 c 0.362,-0.14301 0.26905,-0.457 0.43006,-0.741 -0.16303,0.23801 -0.21601,0.53601 -0.43006,0.741"
             id="path2570" /><path
             inkscape:connector-curvature="0"
             style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
             d="m 849.36921,300.98641 c 0.064,-0.073 0.11999,-0.15201 0.16497,-0.23801 -0.27197,-0.20999 -0.45794,0.13699 -0.16497,0.23801"
             id="path2572" /><path
             inkscape:connector-curvature="0"
             style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
             d="m 850.13318,296.7234 c 0.28504,-0.22698 0.16602,-1.54199 -0.38397,-1.35601 0.46301,0.31701 -0.10602,0.32501 -0.18799,0.59201 -0.12701,0.41101 0.37897,0.51101 0.57196,0.764"
             id="path2574" /><path
             inkscape:connector-curvature="0"
             style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
             d="m 851.3462,298.07939 c 0.30303,0.01 0.43701,-0.30398 0.5,-0.54599 -0.27997,0.076 -0.25599,-0.27701 -0.47797,-0.28299 -0.45703,-0.013 -0.20502,0.67099 -0.022,0.82898"
             id="path2576" /><path
             inkscape:connector-curvature="0"
             style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
             d="m 832.96222,291.46141 c 0.093,-0.155 0.15699,-0.32202 0.19202,-0.49902 -0.12805,0.12002 -0.24304,0.31601 -0.19202,0.49902"
             id="path3370" /></g><circle
           style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           r="1.989"
           cy="296.729"
           cx="845.78497"
           id="nc." /></g><g
         transform="matrix(3.1757337,0,0,3.1757337,-0.02195285,3.9026)"
         style="fill:#510000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
         id="fj"><title
           id="title3380">Fiji</title><g
           style="fill:#510000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           id="fj-"><path
             inkscape:connector-curvature="0"
             style="fill:#510000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
             d="m 877.34723,285.24739 c 0.079,-0.071 0.159,-0.143 0.23798,-0.21399 -0.19202,-0.003 -0.185,0.065 -0.23798,0.21399"
             id="path5538" /><path
             inkscape:connector-curvature="0"
             style="fill:#510000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
             d="m 878.13422,284.31841 c 0.17902,-0.112 0.33801,-0.24802 0.47601,-0.40702 -0.182,0.10901 -0.34002,0.245 -0.47601,0.40702"
             id="path5544" /><path
             inkscape:connector-curvature="0"
             style="fill:#510000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
             d="m 877.4892,288.05541 c 0.49603,0.208 0.94403,0.431 1.48804,0.24499 0.36096,-0.12399 1.17199,-0.254 1.44897,-0.492 0.19202,-0.16401 0.088,-0.20801 -0.042,-0.33301 -0.064,-0.062 0.016,-0.44098 0.027,-0.55899 0.029,-0.30701 -0.24701,-1.03 -0.61096,-0.81201 0.44897,-0.612 -1.39704,-0.084 -1.56806,-0.015 -0.53497,0.21399 -1.97595,1.75501 -0.74298,1.96601"
             id="path5536" /><path
             inkscape:connector-curvature="0"
             style="fill:#510000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
             d="m 878.20319,290.93541 c 0.16003,-0.11102 0.315,-0.229 0.46503,-0.353 0.151,-0.12201 0.38299,0.071 0.56097,-0.027 -0.117,-0.55301 -1.15796,0.036 -1.26398,0.35699 0.08,0.008 0.159,0.016 0.23798,0.023"
             id="path5542" /><path
             inkscape:connector-curvature="0"
             style="fill:#510000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
             d="m 880.8722,286.91441 c 0.094,-0.055 0.18103,-0.11901 0.26098,-0.19201 -0.24096,-0.185 -0.328,-0.121 -0.26098,0.19201"
             id="path5546" /><path
             inkscape:connector-curvature="0"
             style="fill:#510000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
             d="m 884.96619,282.3904 c -0.836,-0.044 -1.47101,0.583 -2.25098,0.70099 -0.42498,0.065 -0.72198,0.32 -1.065,0.561 -0.276,0.19302 -0.83002,0.083 -0.77801,0.57001 0.34399,-0.059 0.32202,0.29501 0.307,0.522 0.44501,-0.057 1.52204,-1.12701 1.69702,-0.60599 0.093,0.27799 0.766,-0.075 0.92096,-0.12002 0.55506,-0.16098 0.646,-0.21799 0.83503,-0.79798 -0.30903,0.138 -0.84803,0.93 -1.237,0.64499 0.57898,-0.43301 0.95398,-1.08801 1.57098,-1.475"
             id="path5548" /><path
             inkscape:connector-curvature="0"
             style="fill:#510000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
             d="m 882.0362,287.9594 c 0.164,-0.18799 0.12604,-0.443 -0.14197,-0.499 0.021,0.17399 0.068,0.34 0.14197,0.499"
             id="path5550" /><path
             inkscape:connector-curvature="0"
             style="fill:#510000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
             d="m 883.08521,289.46141 c 0.078,-0.074 0.14899,-0.15301 0.21399,-0.23901 -0.193,-0.047 -0.29401,0.052 -0.21399,0.23901"
             id="path5552" /></g><circle
           style="fill:#510000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           r="1.989"
           cy="286.9144"
           cx="878.88318"
           id="fj." /></g><g
         transform="matrix(3.1757337,0,0,3.1757337,-0.02195285,3.9026)"
         style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
         id="kw"><title
           id="title3394">Kuwait</title><g
           style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           id="kw-"><path
             inkscape:connector-curvature="0"
             style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
             d="m 552.92023,150.3324 c 0.047,0.103 -0.56201,1.11 0.19196,1.03599 0.65301,-0.065 -0.012,-0.81498 -0.19196,-1.03599"
             id="path5440" /><path
             inkscape:connector-curvature="0"
             style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
             d="m 549.18323,152.8324 c 1.06,-0.386 0.56799,-2.534 1.67297,-2.73799 0.42701,-0.078 1.03602,-0.11801 1.59699,0.34498 0.146,0.12001 0.51904,0.89601 0.37201,1.08301 -0.315,-0.44099 -0.763,0.308 -0.92999,0.524 0.48401,-0.064 1.02203,0.124 1.14099,0.646 0.14599,0.636 0.63104,1.20199 0.84503,1.843 -0.409,-0.235 -1.42999,0.161 -1.83099,-0.121 -0.31403,-0.21899 -0.35206,-0.696 -0.47602,-1.02499 -0.16601,-0.44001 -1.75,-0.32201 -2.39099,-0.55701"
             id="path5486" /></g><circle
           style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           r="1.989"
           cy="151.97501"
           cx="551.65997"
           id="kw." /></g><g
         transform="matrix(3.1757337,0,0,3.1757337,-0.02195285,3.9026)"
         style="fill:#900000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
         id="tl"><title
           id="title3362">East Timor</title><g
           style="fill:#900000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           id="tl-"><path
             inkscape:connector-curvature="0"
             style="fill:#900000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
             d="m 749.99421,262.46141 c 0.018,0.89398 0.22497,0.521 0.77301,0.189 0.52398,-0.318 1.33502,-0.51001 1.91601,-0.736 0.93695,-0.363 2.28296,-0.712 2.93799,-1.55801 0.37799,-0.48599 -0.63702,-0.38699 -0.854,-0.323 -0.58802,0.17401 -1.10901,0.25101 -1.71204,0.35401 -0.646,0.10998 -1.24396,0.098 -1.90698,0.23898 -0.25,0.053 -0.58899,0.021 -0.79999,0.19101 -0.22302,0.17999 -0.349,0.60699 -0.58197,0.781 0.55395,0.26801 0.5,0.41901 0.22797,0.86301 z"
             id="path2786" /><path
             inkscape:connector-curvature="0"
             style="fill:#900000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
             d="m 747.03119,263.03041 c 0.44001,-0.32702 0.77301,-0.47302 1.31104,-0.57501 -0.11499,0.051 -0.018,1.078 -0.28003,1.01501 -0.198,-0.047 -0.24201,-0.25601 -0.28699,-0.19201 -0.20001,0.28601 -0.55701,-0.31601 -0.74597,-0.24201"
             id="path2788" /></g><circle
           style="fill:#900000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           r="1.989"
           cy="261.63199"
           cx="752.58398"
           id="tl." /></g><g
         transform="matrix(3.1757337,0,0,3.1757337,-0.02195285,3.9026)"
         style="fill:#510000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
         id="bs"><title
           id="title3381">The Bahamas</title><g
           style="fill:#510000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           id="bs-"><path
             inkscape:connector-curvature="0"
             style="fill:#510000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
             d="m 249.234,169.143 c -0.079,-0.032 -0.159,-0.063 -0.238,-0.095 0.088,0.01 0.167,0.042 0.238,0.095"
             id="path6100" /><path
             inkscape:connector-curvature="0"
             style="fill:#510000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
             d="m 243.424,164 c 0.31,0.269 0.521,-0.034 0.545,0.504 0.018,0.394 0.42,0.735 0.348,1.135 -0.09,0.493 -1.16,1.293 -1.036,0.432 -0.293,0.091 -0.55,-0.121 -0.69,-0.357 0.175,-0.196 0.353,-0.156 0.428,0.096 0.228,-0.271 -0.123,-0.432 0.11,-0.685 0.314,-0.342 0.262,-0.698 0.295,-1.125"
             id="path6086" /><path
             inkscape:connector-curvature="0"
             style="fill:#510000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
             d="m 243.591,167.024 c -0.079,-0.177 0,-0.233 0.238,-0.167 -0.079,0.056 -0.159,0.111 -0.238,0.167"
             id="path6088" /><path
             inkscape:connector-curvature="0"
             style="fill:#510000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
             d="m 242.876,160.309 c -0.185,-0.078 -0.337,-0.226 -0.428,-0.405 0.355,0.386 0.546,-0.045 0.842,-0.227 0.442,-0.27 1.134,0.186 1.682,-0.178 0.075,0.439 -1.798,0.693 -2.096,0.81"
             id="path6084" /><path
             inkscape:connector-curvature="0"
             style="fill:#510000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
             d="m 244.115,168.238 c -0.088,-0.024 -0.175,-0.048 -0.262,-0.072 0.2,-0.007 0.367,-0.086 0.5,-0.238 -0.394,0.279 -0.495,-0.162 -0.578,-0.463 -0.028,-0.103 -0.062,-0.258 -0.16,-0.322 0.241,-0.178 0.424,-0.441 0.714,-0.548 -0.009,0.274 -0.335,0.423 -0.238,0.714 0.151,-0.127 0.255,-0.285 0.31,-0.476 0.396,0.381 0.167,1.169 -0.286,1.405"
             id="path6090" /><path
             inkscape:connector-curvature="0"
             style="fill:#510000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
             d="m 245.138,164.619 c -0.017,-0.342 0.345,-0.274 0.548,-0.191 -0.174,0.087 -0.357,0.151 -0.548,0.191"
             id="path6092" /><path
             inkscape:connector-curvature="0"
             style="fill:#510000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
             d="m 246.21,162.071 c -0.054,-0.184 -0.195,-0.33 -0.381,-0.381 0.27,-0.216 0.462,-0.515 0.598,-0.83 0.071,-0.164 0.129,-0.333 0.175,-0.506 0.115,-0.432 -0.041,-0.174 -0.268,-0.441 -0.365,-0.429 -0.591,-1.012 -1.338,-0.747 0.731,-0.431 1.301,0.343 1.69,0.834 0.287,0.362 0.246,0.631 -0.055,0.966 -0.281,0.312 -0.203,0.764 -0.421,1.105"
             id="path6094" /><path
             inkscape:connector-curvature="0"
             style="fill:#510000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
             d="m 247.52,163.405 c -0.193,-0.008 -0.319,-0.145 -0.334,-0.334 0.387,0.296 0.913,0.514 1.167,0.953 0.297,0.514 -0.216,0.954 -0.143,1.476 -0.352,-0.284 0.179,-0.85 0.209,-1.17 0.039,-0.438 -0.663,-0.661 -0.899,-0.925"
             id="path6096" /><path
             inkscape:connector-curvature="0"
             style="fill:#510000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
             d="m 248.139,168.357 c 0.328,0.04 0.409,0.402 0.619,0.596 -0.233,-0.13 -0.575,-0.295 -0.619,-0.596"
             id="path6098" /><path
             inkscape:connector-curvature="0"
             style="fill:#510000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
             d="m 249.71,167.095 c -0.112,-0.284 0.301,-0.261 0.066,-0.527 -0.197,-0.224 -0.355,-0.75 -0.352,-1.044 0.118,0.284 0.981,1.479 0.286,1.571"
             id="path6102" /><path
             inkscape:connector-curvature="0"
             style="fill:#510000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
             d="m 249.901,168.381 c 0.316,0.448 0.212,0.923 0.388,1.385 0.113,0.297 0.664,0.432 0.35,0.806 -0.055,-0.442 -0.535,-0.466 -0.691,-0.833 0.547,0.432 -0.104,-1.082 -0.047,-1.358"
             id="path6104" /><path
             inkscape:connector-curvature="0"
             style="fill:#510000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
             d="m 251.091,168.476 c -0.079,-0.023 -0.159,-0.047 -0.238,-0.071 0.22,-0.225 0.299,-0.201 0.238,0.071"
             id="path6106" /><path
             inkscape:connector-curvature="0"
             style="fill:#510000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
             d="m 251.949,172.572 c 0.366,-0.276 0.642,-0.655 1.047,-0.881 -0.49,-0.286 -0.082,-0.639 0.067,-0.383 0.345,0.594 -0.777,1.044 -1.114,1.264"
             id="path6108" /><path
             inkscape:connector-curvature="0"
             style="fill:#510000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
             d="m 251.972,167.214 c 0.087,-0.015 0.175,-0.031 0.262,-0.047 -0.04,0.193 -0.179,0.349 -0.357,0.428 0.054,-0.121 0.086,-0.248 0.095,-0.381"
             id="path6110" /><path
             inkscape:connector-curvature="0"
             style="fill:#510000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
             d="m 252.496,171.286 c -0.252,-0.038 -0.543,-0.228 -0.476,-0.524 0.199,0.112 0.527,0.23 0.476,0.524"
             id="path6112" /><path
             inkscape:connector-curvature="0"
             style="fill:#510000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
             d="m 252.901,176.263 c -0.222,-0.375 0.32,-0.724 0.615,-0.805 0.204,-0.055 0.26,0.078 0.434,0.114 0.293,0.06 0.517,-0.332 0.713,-0.476 -0.055,0.306 -0.148,0.69 -0.389,0.907 -0.337,0.303 -0.969,0.1 -1.373,0.26"
             id="path6122" /><path
             inkscape:connector-curvature="0"
             style="fill:#510000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
             d="m 254.639,174.786 c -0.051,-0.199 0.026,-0.311 0.238,-0.262 -0.072,0.094 -0.151,0.182 -0.238,0.262"
             id="path6124" /><path
             inkscape:connector-curvature="0"
             style="fill:#510000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
             d="m 255.568,172.358 c -0.173,-0.3 -0.795,-0.066 -0.81,-0.429 0.175,-0.023 0.974,0.105 0.81,0.429"
             id="path6126" /></g><circle
           style="fill:#510000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           r="1.989"
           cy="168.87199"
           cx="247.285"
           id="bs." /></g><g
         transform="matrix(3.1757337,0,0,3.1757337,-0.02195285,3.9026)"
         style="stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1;fill:#ffdfe0;fill-opacity:1"
         id="vu"><title
           id="title3374">Vanuatu</title><g
           style="stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1;fill:#ffdfe0;fill-opacity:1"
           id="vu-"><path
             inkscape:connector-curvature="0"
             style="fill:#510000;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1;fill-opacity:1"
             d="m 854.77619,277.1024 c 0.29699,-0.16 0.31305,-0.69 -0.085,-0.40899 -0.18,0.12799 -0.24305,0.49099 0.085,0.40899"
             id="path6058" /><path
             inkscape:connector-curvature="0"
             style="fill:#510000;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1;fill-opacity:1"
             d="m 854.82221,276.03041 c 0.28802,-0.13702 0.35797,-0.45202 0.14203,-0.69101 -0.32703,0.142 -0.23304,0.427 -0.14203,0.69101"
             id="path6062" /><path
             inkscape:connector-curvature="0"
             style="fill:#510000;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1;fill-opacity:1"
             d="m 853.34418,279.38741 c -0.10699,-0.17401 -0.12195,-0.35501 -0.046,-0.54602 -0.393,0.15802 -0.69903,1.152 -0.73804,0.143 -0.014,-0.38998 -0.479,-1.32999 -0.52899,-0.40198 -0.023,0.41999 0.198,0.81198 0.046,1.228 -0.14703,0.39798 0.099,0.638 0.10297,1.03198 0.83405,10e-4 1.52405,-0.591 1.164,-1.45498"
             id="path6048" /><path
             inkscape:connector-curvature="0"
             style="fill:#510000;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1;fill-opacity:1"
             d="m 853.4892,283.60439 c 0.21899,-0.13999 1.12103,-0.20499 0.88403,-0.65299 -0.18005,-0.341 -0.54504,-0.513 -0.72705,-0.86801 -0.68396,-1.32999 -0.83398,0.57901 -0.34796,0.16101 0.28998,0.40399 -0.08,0.94901 0.19098,1.35999"
             id="path6052" /><path
             inkscape:connector-curvature="0"
             style="fill:#510000;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1;fill-opacity:1"
             d="m 853.20221,281.19939 c 0.099,-0.112 0.107,-0.23099 0.023,-0.357 -0.10101,0.054 -0.18798,0.125 -0.26098,0.21201 0.079,0.049 0.15796,0.097 0.23797,0.14499"
             id="path6054" /><path
             inkscape:connector-curvature="0"
             style="fill:#510000;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1;fill-opacity:1"
             d="m 854.94123,287.12639 c 0.419,0.048 0.64801,-0.54999 0.30798,-0.80499 -0.23999,-0.18 -0.73498,0.34799 -0.80701,0.543 0.43799,-0.306 0.028,0.17901 0.49903,0.26199"
             id="path6056" /><path
             inkscape:connector-curvature="0"
             style="fill:#510000;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1;fill-opacity:1"
             d="m 854.98822,280.43541 c 0.17798,-0.17401 0.33496,-0.37302 0.45301,-0.595 -0.23804,0.038 -0.48902,0.069 -0.63404,0.28598 -0.12396,0.185 -0.065,0.34601 0.18103,0.30902"
             id="path6064" /><path
             inkscape:connector-curvature="0"
             style="fill:#510000;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1;fill-opacity:1"
             d="m 855.24921,282.93639 c 0.172,-0.02 0.33197,-0.075 0.479,-0.16599 -0.156,-0.108 -0.255,-0.28201 -0.21502,-0.47601 -0.26996,-0.01 -0.474,0.19 -0.737,0.212 0.035,0.25101 0.27405,0.34302 0.47302,0.43"
             id="path6066" /><path
             inkscape:connector-curvature="0"
             style="fill:#510000;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1;fill-opacity:1"
             d="m 855.77521,284.31841 c 0.019,-0.24601 -0.52301,-0.517 -0.69202,-0.61802 -0.37597,0.64402 0.41401,0.34601 0.69202,0.61802"
             id="path6068" /><path
             inkscape:connector-curvature="0"
             style="fill:#510000;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1;fill-opacity:1"
             d="m 855.6062,281.88741 c 0.33503,-0.25702 0.35401,-1.14301 0.146,-1.47501 -0.117,0.49399 -0.211,0.966 -0.146,1.47501"
             id="path6072" /><path
             inkscape:connector-curvature="0"
             style="fill:#510000;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1;fill-opacity:1"
             d="m 855.7522,280.17439 c 0.32703,-0.28698 0.32898,-0.875 0.14203,-1.237 -0.033,0.41401 -0.138,0.82102 -0.14203,1.237"
             id="path6074" /><path
             inkscape:connector-curvature="0"
             style="fill:#510000;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1;fill-opacity:1"
             d="m 856.37018,290.48241 c 0.21802,-0.13401 0.10901,-1.176 -0.31097,-1.06702 -0.159,0.041 -0.276,0.5 -0.30298,0.634 -0.051,0.245 0.46698,0.32901 0.61395,0.43302"
             id="path6076" /><path
             inkscape:connector-curvature="0"
             style="fill:#510000;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1;fill-opacity:1"
             d="m 856.32019,292.3644 c 0.31501,-0.32599 -0.14697,-0.624 0,-0.97501 -0.583,0.06 -0.38299,0.78101 0,0.97501"
             id="path6078" /><path
             inkscape:connector-curvature="0"
             style="fill:#510000;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1;fill-opacity:1"
             d="m 856.86921,294.0544 c 0.08,-0.07 0.15197,-0.14899 0.21502,-0.23499 -0.21203,-0.13702 -0.51202,0.091 -0.21502,0.23499"
             id="path6080" /></g><circle
           style="fill:#510000;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1;fill-opacity:1"
           r="1.989"
           cy="283.12701"
           cx="854.31097"
           id="vu." /></g><g
         transform="matrix(3.1757337,0,0,3.1757337,-0.02195285,3.9026)"
         style="fill:#510000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
         id="fk"><title
           id="title3399">Falkland Islands (UK)</title><g
           style="fill:#510000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           id="fk-"><path
             inkscape:connector-curvature="0"
             style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
             d="m 306.73722,384.0374 c 0.14099,-0.045 0.18499,-0.13 0.13,-0.25299 -0.224,-0.31201 -0.31802,0.328 -0.31802,-0.246 -0.49799,0.074 -0.015,0.414 0.18802,0.49899"
             id="path4876" /><path
             inkscape:connector-curvature="0"
             style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
             d="m 308.23822,382.4894 c 0.032,0.064 0.064,0.12799 0.096,0.19201 -0.539,0.20499 -0.97,-0.30102 -1.50101,-0.26101 0.24302,0.216 0.44901,0.11801 0.63001,0.40701 0.14001,0.225 0.702,0.392 0.94,0.47198 -0.39798,-0.11599 -0.75598,-0.014 -1.13998,0.096 0.276,0.405 0.65399,-0.25 0.975,0.11899 -0.19601,-0.048 -0.28601,0.042 -0.238,0.23901 -0.063,-0.088 -0.12702,-0.17501 -0.19202,-0.26199 -0.012,0.23898 -0.297,0.689 0.16901,0.40399 -0.14499,0.358 -0.88599,0.315 -1.19101,0.40299 0.12402,0.059 1.181,0.514 0.52301,0.11902 0.14499,-0.02 0.57901,0.48199 0.673,0.29898 0.14899,-0.28998 0.62799,-0.167 0.42099,-0.629 0.66702,0.21802 0.89801,-0.52298 1.20401,-0.95899 0.10401,-0.14901 0.24201,-0.332 0.25699,-0.51999 0.017,-0.21301 -0.48199,-0.45602 -0.38898,0.027 -0.293,-0.13199 -0.93301,-0.30398 -1.237,-0.14599"
             id="path4878" /><path
             inkscape:connector-curvature="0"
             style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
             d="m 307.5932,382.4204 c 0.13202,0.071 0.26801,0.078 0.40702,0.023 -0.052,-0.19901 -0.21302,-0.28901 -0.40702,-0.215 0.088,0.065 0.176,0.129 0.26502,0.19199 h -0.26502"
             id="path4880" /><path
             inkscape:connector-curvature="0"
             style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
             d="m 308.11921,382.2054 c 0.073,0.067 0.16101,0.099 0.26101,0.096 -0.087,-0.032 -0.17401,-0.064 -0.26101,-0.096"
             id="path4882" /><path
             inkscape:connector-curvature="0"
             style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
             d="m 308.5232,382.0634 c 0.13702,0.20401 0.54901,0.18302 0.74002,0.096 -0.24201,-0.068 -0.49701,-0.038 -0.74002,-0.096"
             id="path4884" /><path
             inkscape:connector-curvature="0"
             style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
             d="m 309.73621,384.82439 c 0.17001,-0.151 -0.051,-0.25901 -0.189,-0.23798 0.064,0.079 0.12601,0.159 0.189,0.23798"
             id="path4886" /><path
             inkscape:connector-curvature="0"
             style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
             d="m 309.66721,384.44441 c 0.32901,0.15799 0.57199,0.54398 0.97501,0.52198 -0.16501,-0.107 -0.25602,-0.28498 -0.16501,-0.47599 0.24301,0.093 0.47299,0.233 0.738,0.26099 0.004,-0.30798 -0.315,-0.45999 -0.54901,-0.569 0.29001,-0.031 0.47501,0.16101 0.737,0.16202 0.17902,0 0.284,-0.11902 0.47602,-0.069 -0.009,-0.32502 -0.63102,-0.39801 -0.80701,-0.61801 0.341,0.203 0.73001,0.23901 1.11499,0.195 0.24402,-0.027 0.595,-0.31701 0.241,-0.384 0.36102,0.057 0.74102,-0.025 1.07202,-0.16901 -0.097,0.024 -0.922,-0.33899 -1.02201,-0.42599 0.249,-0.133 0.50299,0.035 0.76001,-0.027 -0.22702,-0.17599 -1.28601,-0.81699 -1.30902,-0.069 0.202,0.024 0.38901,0.13101 0.52201,0.284 -0.28199,0.009 -1.159,-0.54798 -0.54499,-0.47599 -0.25403,-0.45599 -0.99002,-0.42199 -1.42901,-0.38 0.14401,0.20099 0.029,0.384 -0.16901,0.47601 0.18601,0.014 0.301,0.116 0.26202,0.31098 -0.09,-0.045 -0.177,-0.093 -0.26202,-0.146 0.079,0.27002 0.47202,0.31302 0.453,0.62201 -0.389,-0.48001 -1.14898,0.47198 -0.85598,0.88 -0.079,0.032 -0.159,0.064 -0.23801,0.096"
             id="path4888" /><path
             inkscape:connector-curvature="0"
             style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
             d="m 312.16721,384.18239 c 0.067,0.068 0.146,0.11502 0.23801,0.143 -0.079,-0.048 -0.159,-0.095 -0.23801,-0.143"
             id="path4890" /></g><circle
           style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           id="fk."
           r="1.989"
           cy="383.474"
           cx="309.586" /></g><g
         transform="matrix(3.1757337,0,0,3.1757337,-0.02195285,3.9026)"
         style="stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
         id="gs"><title
           id="title3397">South Georgia and the South Sandwich Islands (UK)</title><g
           style="stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           id="path4745"><path
             inkscape:connector-curvature="0"
             id="path8464"
             style="fill:#e0e0e0;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
             d="m 362.88422,392.13341 c 0.064,-0.048 0.12799,-0.095 0.19199,-0.142 -0.082,-0.072 -0.17099,-0.134 -0.26401,-0.189 0.172,0.14298 0.38101,0.116 0.52502,-0.05 -0.139,-0.12101 -0.73901,-0.512 -0.69302,-0.67301 0.049,-0.17398 -0.74698,-0.625 -0.90399,-0.63598 0.33801,0.50998 -0.42301,-0.093 -0.61801,-0.023 0.38202,-0.361 -0.52399,-0.38999 -0.78901,-0.491 -0.32098,-0.12201 -0.73898,-0.033 -1.09698,-0.13699 -0.34399,-0.10001 -0.84201,-0.14502 -1.18701,-0.04 0.54602,0.30401 1.13501,0.37799 1.74002,0.40701 -0.59802,0.015 0,0.29199 0.203,0.293 0.34598,0.004 0.63999,0.164 0.918,0.35699 0.289,0.20099 0.56998,0.314 0.88098,0.469 0.41001,0.20401 0.719,0.595 1.09302,0.85501" /></g></g><g
         transform="matrix(3.1757337,0,0,3.1757337,-0.02195285,3.9026)"
         style="fill:#c80200;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
         id="gm"><title
           id="title3354">The Gambia</title><path
           inkscape:connector-curvature="0"
           style="fill:#c80200;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 393.029,197.859 c 0.468,-0.366 0.403,-0.346 0.637,0.171 0.178,0.391 0.73,-0.135 1.006,0.068 -0.592,-0.306 1.224,-0.486 1.333,-0.548 -0.469,-0.029 -1.031,-0.011 -1.467,0.181 -0.375,0.165 -0.592,0.274 -0.828,-0.161 -0.21,-0.387 0.212,-0.393 0.481,-0.372 0.707,0.053 1.424,0.019 2.132,0.019 0.183,0 0.106,-0.572 0.526,-0.453 0.337,0.096 0.667,-0.318 1.014,-0.136 0.176,0.092 0.216,0.32 0.39,0.423 0.167,0.099 0.324,-0.081 0.499,0.002 0.185,0.088 0.127,0.367 0.332,0.454 0.218,0.092 0.495,-0.081 0.697,-0.142 0.24,-0.072 0.819,-0.023 0.782,0.347 -0.035,0.34 -0.581,0.461 -0.849,0.5 -1.128,0.163 -2.324,-1.138 -2.489,-0.828 -0.191,0.36 -0.236,0.481 -0.936,0.471 -0.248,-0.004 -0.931,0.145 -0.781,0.522 0.03,0.073 -2.209,-0.179 -2.301,0.352 -0.136,-0.263 -0.23,-0.577 -0.178,-0.87"
           id="gm-" /><circle
           style="fill:#c80200;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           r="1.989"
           cy="197.72301"
           cx="396.599"
           id="gm." /></g><g
         transform="matrix(3.1757337,0,0,3.1757337,-0.02195285,3.9026)"
         style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
         id="qa"><title
           id="title3398">Qatar</title><path
           inkscape:connector-curvature="0"
           style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 560.421,163.762 c -0.014,-0.129 -0.201,-0.922 0.166,-0.548 -0.021,-0.128 -0.105,-0.841 0.122,-0.238 0.018,-0.601 0.232,-2.186 1.059,-1.312 0.208,0.22 0.606,0.373 0.608,0.717 0,0.24 -0.117,0.393 -0.172,0.612 -0.047,0.19 0.069,0.436 0.087,0.626 0.019,0.189 0.22,0.193 0.273,0.357 0.087,0.268 0.022,0.51 -0.086,0.757 -0.187,0.428 -0.125,0.74 -0.594,0.881 -0.39,0.117 -0.741,0.427 -1.002,-0.145 -0.238,-0.522 -0.337,-1.15 -0.461,-1.707"
           id="qa-" /><circle
           style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           r="1.989"
           cy="164.159"
           cx="561.31598"
           id="qa." /></g><g
         transform="matrix(3.1757337,0,0,3.1757337,-0.02195285,3.9026)"
         style="fill:#510000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
         id="jm"><title
           id="title3400">Jamaica</title><path
           inkscape:connector-curvature="0"
           style="fill:#510000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 240.186,183.858 c 0.662,-0.873 1.888,-0.734 2.833,-0.547 0.582,0.115 1.033,0.466 1.585,0.633 0.571,0.173 0.605,0.428 0.892,0.915 -0.254,0.12 -0.524,0.143 -0.801,0.143 -0.255,0 -0.38,-0.264 -0.652,-0.214 0.352,-0.06 -0.085,-0.129 -0.183,-0.042 -0.104,0.092 -0.195,0.274 -0.351,0.281 -0.306,0.013 -0.706,-0.044 -0.442,0.404 -0.317,0.003 -0.358,-0.382 -0.657,-0.355 -0.29,0.027 -0.792,-0.003 -0.949,-0.292 -0.097,-0.179 -0.261,-0.347 -0.395,-0.497 -0.232,-0.26 -0.699,-0.106 -0.88,-0.429"
           id="jm-" /><circle
           style="fill:#510000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           r="1.989"
           cy="184.159"
           cx="243.147"
           id="jm." /></g><g
         transform="matrix(3.1757337,0,0,3.1757337,-0.02195285,3.9026)"
         style="fill:#510000;fill-opacity:1;stroke:#000000;stroke-opacity:1"
         id="g3805"><title
           id="title3813">Northern Cyprus</title><path
           style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 518.68195,134.04498 c -0.67201,9.4e-4 -1.24608,0.66872 -1.8881,0.84072 -0.57099,0.154 -1.07701,0.0534 -1.64699,0.0394 -0.53002,-0.013 -0.10083,0.56176 -0.67286,0.52277 -0.0944,-0.006 -0.20389,0.0736 -0.30811,0.12361 l 0.42069,0.15068 1.5449,-0.34748 0.18758,0.31981 h 1.0646 c -0.19016,-0.23445 -0.34398,-0.49284 0.0186,-0.60641 0.47299,-0.148 0.85483,-0.77506 1.27983,-1.04306 z"
           id="path9876"
           inkscape:connector-curvature="0" /><circle
           id="xk_-0"
           cx="517.11237"
           cy="134.14977"
           r="1.4"
           style="clip-rule:evenodd;fill:#290000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"><title
             id="title3384">Northern Cyprus</title></circle></g><g
         transform="matrix(3.1757337,0,0,3.1757337,-0.02195285,3.9026)"
         id="g3809"
         style="stroke:#000000;stroke-opacity:1;fill:#290000;fill-opacity:1"><title
           id="title3811">Cyprus</title><path
           style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 517.38366,135.69445 h -1.0646 l -0.18758,-0.31981 -1.5449,0.34748 -0.42069,-0.15068 c -0.30516,0.14648 -0.6255,0.37938 -0.86777,0.14084 0.032,0.088 0.0639,0.175 0.096,0.262 0.35198,0.949 1.08611,0.83642 1.83211,1.21342 -0.13899,-0.405 0.75189,-0.4995 0.97788,-0.5775 0.259,-0.089 0.32207,-0.33 0.51106,-0.5 0.17001,-0.153 0.67179,-0.10892 0.8918,-0.13592 -0.0613,-0.0682 -0.14217,-0.17984 -0.22326,-0.27983 z"
           id="path3794"
           inkscape:connector-curvature="0" /><circle
           style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           r="1.989"
           cy="136.79865"
           cx="514.69214"
           id="cy." /></g><g
         transform="matrix(3.1757337,0,0,3.1757337,-0.02195285,3.9026)"
         style="fill:#510000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
         id="bn"><title
           id="title3357">Brunei</title><g
           style="fill:#510000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           id="bn-"><path
             inkscape:connector-curvature="0"
             style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
             d="m 723.07422,222.98039 c 0.95801,-0.025 1.289,-0.87298 2.094,-1.18499 0.35901,-0.139 0.19897,0.337 0.047,0.46 -0.35498,0.286 -0.42297,0.33901 -0.36102,0.836 0.005,0.04 0.23102,1.84 -0.33996,1.441 -0.21601,-0.15101 -0.69904,-0.484 -0.844,-0.719 -0.211,-0.337 -0.11401,-0.72999 -0.59601,-0.83301"
             id="path6824" /><path
             inkscape:connector-curvature="0"
             style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
             d="m 725.38623,222.57539 c -0.073,-0.43798 0.16199,-0.14498 0.284,-0.5 0.34699,0.444 0.49597,1.08701 0.453,1.64301 -0.54901,-0.12399 -0.708,-0.64301 -0.737,-1.14301"
             id="path6826" /></g><circle
           style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           id="bn."
           r="1.989"
           cy="223.356"
           cx="724.42297" /></g><g
         transform="matrix(3.1757337,0,0,3.1757337,-0.02195285,3.9026)"
         style="fill:#510000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
         id="tt"><title
           id="title3440">Trinidad and Tobago</title><g
           style="fill:#510000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           id="tt-"><path
             inkscape:connector-curvature="0"
             style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
             d="m 279.33121,207.38339 c 0.27799,-0.41499 1.02799,-0.37199 1.19901,-0.862 0.10498,-0.30099 0.037,-0.99598 -0.41202,-0.97099 0.31802,-0.32201 0.85901,-0.386 1.285,-0.42599 0.87,-0.079 0.13501,0.46598 0.19,0.97299 0.051,0.47301 0.34101,0.906 -0.26998,1.13099 -0.64402,0.23501 -1.35102,-0.097 -1.99201,0.155"
             id="path6114" /><path
             inkscape:connector-curvature="0"
             style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
             d="m 282.30722,204.2404 c 0.05,-0.298 0.319,-0.48201 0.59497,-0.54699 0.019,0.321 -0.39498,0.401 -0.59497,0.54699"
             id="path6120" /></g><circle
           style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           id="tt."
           r="1.989"
           cy="205.894"
           cx="280.87299" /></g><g
         transform="matrix(3.1757337,0,0,3.1757337,-0.02195285,3.9026)"
         style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
         id="cv"><title
           id="title3356">Cape Verde</title><g
           style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           id="cv-"><path
             inkscape:connector-curvature="0"
             style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
             d="m 372.2172,187.71539 c 0.24301,0.022 0.79602,-0.33999 0.68002,-0.63398 -0.19302,-0.48601 -1.06601,0.14799 -0.68002,0.63398"
             id="path5762" /><path
             inkscape:connector-curvature="0"
             style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
             d="m 372.90821,188.09641 c 0.69699,-0.059 -0.262,-0.63102 0,0"
             id="path5764" /><path
             inkscape:connector-curvature="0"
             style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
             d="m 374.17121,193.7404 c 0.182,-0.068 0.36899,-0.47101 0.151,-0.60299 -0.37601,-0.22901 -0.512,0.39499 -0.151,0.60299"
             id="path5766" /><path
             inkscape:connector-curvature="0"
             style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
             d="m 374.55222,188.9534 c 0.068,-0.54401 0.57098,-0.009 0.73798,-0.30901 -0.28498,-0.12899 -0.65699,-0.304 -0.97599,-0.19099 0.096,0.159 0.176,0.326 0.23801,0.5"
             id="path5768" /><path
             inkscape:connector-curvature="0"
             style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
             d="m 376.36121,193.47839 c 0.38199,-0.40798 -0.24899,-0.862 -0.42999,-1.19099 -0.18701,0.48801 -0.289,1.17 0.42999,1.19099"
             id="path5770" /><path
             inkscape:connector-curvature="0"
             style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
             d="m 377.26722,192.85941 c 0.68698,-0.70301 -0.67301,-0.431 0,0"
             id="path5772" /><path
             inkscape:connector-curvature="0"
             style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
             d="m 378.28922,190.3824 c 0.67398,-0.269 0.089,-0.617 -0.23801,-0.73801 0.015,0.29601 -0.27402,0.74302 0.23801,0.73801"
             id="path5774" /><path
             inkscape:connector-curvature="0"
             style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
             d="m 378.05121,188.64439 c 0.15601,-0.22898 0.10599,-0.48899 0.05,-0.73799 -0.263,0.21199 -0.052,0.47499 -0.05,0.73799"
             id="path5776" /></g><circle
           style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           id="cv."
           r="1.989"
           cy="190.13699"
           cx="374.87399" /></g><g
         transform="matrix(3.1757337,0,0,3.1757337,-0.02195285,3.9026)"
         style="stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1;fill:#ffdfe0;fill-opacity:1"
         id="ws"><title
           id="title3395">Samoa</title><g
           style="stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1;fill:#ffdfe0;fill-opacity:1"
           id="ws-"><path
             inkscape:connector-curvature="0"
             style="fill:#510000;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1;fill-opacity:1"
             d="m 905.01722,274.7704 c -0.14704,0.072 -0.29804,0.08 -0.45203,0.023 0.14502,0.50598 0.59399,1.03598 1.15601,0.70099 0.24401,-0.146 0.27801,-0.435 0.13903,-0.66699 -0.19104,-0.32001 -0.57501,-0.10901 -0.84301,-0.057"
             id="path4782" /><path
             inkscape:connector-curvature="0"
             style="fill:#510000;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1;fill-opacity:1"
             d="m 907.61023,276.34139 c 0.14301,-0.68399 -1.06701,-0.79398 -1.45202,-0.499 0.31299,0.50501 0.94299,0.43701 1.45202,0.499"
             id="path4784" /></g><circle
           style="fill:#510000;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1;fill-opacity:1"
           id="ws."
           r="1.989"
           cy="274.966"
           cx="905.92102" /></g><g
         transform="matrix(3.1757337,0,0,3.1757337,-0.02195285,3.9026)"
         style="fill:#c80200;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
         id="km"><title
           id="title3342">Comoros</title><g
           style="fill:#c80200;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           id="km-"><path
             inkscape:connector-curvature="0"
             style="fill:#c80200;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
             d="m 544.27924,270.26939 c 0.14697,-0.134 0.056,-0.388 -0.003,-0.535 -0.14997,-0.37298 -0.055,-0.71799 -0.16596,-1.08499 -0.45599,-0.014 -0.25604,0.58801 -0.35803,0.849 -0.15997,0.41 0.32898,0.51901 0.526,0.77099"
             id="path5750" /><path
             inkscape:connector-curvature="0"
             style="fill:#c80200;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
             d="m 545.2312,271.55641 c -0.079,-0.23001 -0.29101,-0.41302 -0.54901,-0.36102 0,0.33002 0.31403,0.311 0.54901,0.36102"
             id="path5752" /><path
             inkscape:connector-curvature="0"
             style="fill:#c80200;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
             d="m 546.8982,271.5294 c 0.28003,-0.725 -0.276,-0.45501 -0.71399,-0.57199 0.24597,0.181 0.513,0.33799 0.71399,0.57199"
             id="path5754" /></g><circle
           style="fill:#c80200;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           r="1.989"
           cy="270.25299"
           cx="545.22302"
           id="km." /></g><g
         transform="matrix(3.1757337,0,0,3.1757337,-0.02195285,3.9026)"
         style="fill:#900000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
         id="mu"><title
           id="title3309">Mauritius</title><path
           inkscape:connector-curvature="0"
           style="fill:#510000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 578.399,293.343 c -0.174,0.184 -1.006,1.41 -0.427,1.479 0.92,0.111 1.037,-1.61 0.427,-1.479"
           id="mu-" /><circle
           style="fill:#510000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           id="mu."
           r="1.989"
           cy="293.58701"
           cx="577.29303" /></g><g
         transform="matrix(3.1757337,0,0,3.1757337,-0.02195285,3.9026)"
         style="stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
         id="g22615"><g
           id="gl"
           style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"><title
             id="title3679">Greenland (Denmark)</title><path
             id="path4242"
             d="m 342.837,41.468 c 0.199,0.046 0.388,0.117 0.569,0.214 -0.397,-0.07 -1.021,-0.29 -1.095,0.31 0.199,0 0.383,0.103 0.499,0.262 -0.301,-0.118 -0.721,-0.326 -0.975,0 0.467,0.395 1.173,0.329 1.739,0.309 -0.63,0.24 0.156,0.099 0.262,0.072 -0.64,0.309 0.571,-0.166 0.737,-0.143 -0.218,0.005 -0.733,0.234 -0.238,0.333 -0.508,0 -1.019,-0.034 -1.525,0.024 -0.026,0.843 2.277,0.215 2.638,0.163 0.411,-0.06 1.984,-0.262 1.968,-0.873 -0.01,-0.397 -0.712,-0.423 -0.977,-0.506 -0.561,-0.174 -0.832,-0.697 -1.465,-0.754 -0.592,-0.054 -1.124,-0.24 -1.709,-0.029 -0.222,0.08 -0.968,0.394 -0.428,0.618"
             style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
             inkscape:connector-curvature="0" /><path
             id="path4252"
             d="m 342.93,40.325 c -0.097,0.08 -0.088,0.168 0.026,0.262 0.092,-0.049 0.171,-0.112 0.238,-0.191 -0.088,-0.023 -0.176,-0.047 -0.264,-0.071"
             style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
             inkscape:connector-curvature="0" /><path
             id="path4262"
             d="m 343.525,37.015 c 0.135,0.293 0.464,0.142 0.549,-0.095 -0.185,0.021 -0.368,0.053 -0.549,0.095"
             style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
             inkscape:connector-curvature="0" /><path
             id="path4322"
             d="m 346.597,38.396 c -0.344,0.013 -0.747,0.192 -0.952,0.476 0.367,0.161 1.372,0.168 0.952,-0.476"
             style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
             inkscape:connector-curvature="0" /><path
             id="path4330"
             d="m 347.573,37.872 c 0.338,-0.048 0.684,-0.16 0.979,-0.333 -0.34,0.056 -0.772,-0.108 -1.088,0.01 -0.271,0.101 -0.129,0.334 0.109,0.323"
             style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
             inkscape:connector-curvature="0" /><path
             id="path4332"
             d="m 347.431,38.301 c -0.44,0.541 1.027,0.268 1.263,-0.024 -0.425,0.03 -0.847,-0.13 -1.263,0.024"
             style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
             inkscape:connector-curvature="0" /><path
             id="path4336"
             d="m 348.168,37.896 c -0.18,-0.022 -0.346,0.017 -0.499,0.119 0.169,-0.03 0.335,-0.069 0.499,-0.119"
             style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
             inkscape:connector-curvature="0" /><path
             id="path4342"
             d="m 349.028,39.158 c -0.193,-0.028 -0.291,0.069 -0.264,0.262 0.262,0.034 0.542,0.057 0.787,-0.071 -0.175,-0.064 -0.349,-0.127 -0.523,-0.191"
             style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
             inkscape:connector-curvature="0" /><path
             id="path4344"
             d="m 349.385,39.92 c -0.069,-0.2 -0.338,-0.212 -0.502,-0.167 0.161,0.073 0.329,0.129 0.502,0.167"
             style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
             inkscape:connector-curvature="0" /><path
             id="path4346"
             d="m 348.978,40.182 c 0.073,0.046 0.152,0.07 0.239,0.072 -0.08,-0.025 -0.159,-0.048 -0.239,-0.072"
             style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
             inkscape:connector-curvature="0" /><path
             id="path4348"
             d="m 349.693,40.301 c -0.154,-0.13 -0.328,-0.17 -0.523,-0.119 0.171,0.053 0.346,0.093 0.523,0.119"
             style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
             inkscape:connector-curvature="0" /><g
             id="g27049"
             style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"><path
               id="path4228"
               d="m 340.81321,49.397401 c 0.182,0.007 0.34899,-0.04 0.49899,-0.142998 -0.17499,0.018 -0.341,0.06499 -0.49899,0.142998"
               style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
               inkscape:connector-curvature="0" /><path
               id="path4528"
               d="m 341.9542,49.0164 c -0.422,0.004 -0.82798,0.152996 -1.237,0.238003 0.33001,-0.289001 0.83102,-0.252003 1.237,-0.238003"
               style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
               inkscape:connector-curvature="0" /><path
               id="path4248"
               d="m 342.38422,46.1344 c 0.12698,0.218998 0.21399,0.187001 0.26099,-0.095 -0.087,0.032 -0.17401,0.064 -0.26099,0.095"
               style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
               inkscape:connector-curvature="0" /><path
               id="path4260"
               d="m 343.83622,45.111402 c -0.16602,0.062 -0.31702,0.148998 -0.45301,0.260997 0.202,0.110001 0.61399,0.061 0.45301,-0.260997"
               style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
               inkscape:connector-curvature="0" /><path
               id="path4268"
               d="m 344.05121,44.944402 c -0.083,0.032 -0.16299,0.072 -0.238,0.118999 0.079,-0.04 0.15799,-0.079 0.238,-0.118999"
               style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
               inkscape:connector-curvature="0" /><path
               id="path4272"
               d="m 344.3122,44.6344 c -0.09,0.015 -0.177,0.039 -0.26199,0.072 0.088,-0.024 0.17501,-0.048 0.26199,-0.072"
               style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
               inkscape:connector-curvature="0" /><path
               id="path4282"
               d="m 344.62021,44.563401 c -0.078,0.021 -0.16101,0.039 -0.23501,0.071 0.078,-0.024 0.156,-0.047 0.23501,-0.071"
               style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
               inkscape:connector-curvature="0" /><path
               id="path4294"
               d="m 344.71521,45.873399 c 0.189,0.102001 0.90299,-0.111 0.26499,0.166 0.40201,-0.03 0.92102,-0.074 1.237,-0.356998 -0.495,0.104999 -0.999,0.146999 -1.50199,0.190998"
               style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
               inkscape:connector-curvature="0" /><path
               id="path4304"
               d="m 345.24121,46.087399 c 0.146,0.220002 1.072,0.019 1.237,-0.118999 -0.397,-0.095 -0.85101,0.028 -1.237,0.118999"
               style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
               inkscape:connector-curvature="0" /><path
               id="path4256"
               d="m 342.93021,42.587399 c 0.063,0.067 0.14301,0.075 0.23801,0.023 -0.08,-0.008 -0.159,-0.015 -0.23801,-0.023"
               style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
               inkscape:connector-curvature="0" /><path
               id="path4270"
               d="m 345.59821,44.611402 c -0.59699,-0.095 -1.17999,0.086 -1.76199,0.189998 0.45199,0.143002 1.37298,0.110001 1.76199,-0.189998"
               style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
               inkscape:connector-curvature="0" /><path
               id="path4338"
               d="m 349.3592,41.658399 c -0.185,-0.026 -0.35898,0.006 -0.52298,0.095 0.68399,-0.038 -0.82199,0.381 -0.348,0.799999 0.23398,0.207001 0.422,0.019 0.53199,-0.181999 0.17001,-0.311001 0.50799,-0.271999 0.76901,-0.451 -0.12201,-0.124001 -0.26502,-0.210999 -0.43002,-0.262001"
               style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
               inkscape:connector-curvature="0" /><path
               id="path4274"
               d="m 345.09922,34.967401 c -0.327,-0.053 -0.74601,0.052 -1.00202,0.262001 0.31702,-0.016 0.762,-0.016 1.00202,-0.262001"
               style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
               inkscape:connector-curvature="0" /><path
               id="path4276"
               d="m 344.43122,35.491399 c 0.095,-0.04 0.19,-0.079 0.28399,-0.119 -0.19,-0.02 -0.37201,0.012 -0.54501,0.095 0.087,0.008 0.17401,0.016 0.26102,0.024"
               style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
               inkscape:connector-curvature="0" /><path
               id="path4278"
               d="m 345.0492,32.872399 c -0.25199,0.032 -0.52799,-0.023 -0.737,0.166001 0.32901,-0.043 0.664,-0.033 0.97601,-0.166001 h -0.23901"
               style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
               inkscape:connector-curvature="0" /><path
               id="path4280"
               d="m 345.6222,35.872399 c -0.40198,0.004 -0.93598,0.112999 -1.26398,0.357003 0.349,0.361999 0.98498,-0.131001 1.26398,-0.357003"
               style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
               inkscape:connector-curvature="0" /><path
               id="path4284"
               d="m 344.55021,35.562402 c 0.07,0.052 0.14999,0.044 0.238,-0.024 -0.079,0.008 -0.15899,0.016 -0.238,0.024"
               style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
               inkscape:connector-curvature="0" /><path
               id="path4286"
               d="m 344.62021,33.229402 c 0.087,0.024 0.17499,0.024 0.26401,0 h -0.26401"
               style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
               inkscape:connector-curvature="0" /><path
               id="path4288"
               d="m 344.88422,32.610398 c -0.055,-0.005 -0.159,-0.05 -0.26401,0 0.087,0 0.176,0.003 0.26401,0"
               style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
               inkscape:connector-curvature="0" /><path
               id="path4290"
               d="m 344.88422,30.991399 c -0.088,0.031 -0.17603,0.063 -0.26401,0.095 0.499,-0.08 1.13001,0.186001 1.57401,-0.143002 -0.43802,-0.071 -0.87201,0.061 -1.31,0.048"
               style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
               inkscape:connector-curvature="0" /><path
               id="path4292"
               d="m 346.0022,34.800401 c -0.29999,0.133999 -0.992,0.417999 -1.31,0.429001 0.57801,-0.027 1.05201,0.125 1.54801,-0.310002 -0.079,-0.039 -0.159,-0.079 -0.23801,-0.118999"
               style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
               inkscape:connector-curvature="0" /><path
               id="path4296"
               d="m 345.50321,33.872399 c -0.301,-0.015 -0.54099,0.212002 -0.76099,0.380001 0.27799,-0.044 0.54099,-0.213001 0.76099,-0.380001"
               style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
               inkscape:connector-curvature="0" /><path
               id="path4298"
               d="m 344.9542,33.2054 c 0.15902,-0.089 0.32501,-0.16 0.49902,-0.214001 -0.194,0.009 -0.36002,0.08 -0.49902,0.214001"
               style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
               inkscape:connector-curvature="0" /><path
               id="path4300"
               d="m 345.47922,32.657399 c 0.19299,-0.033 0.375,-0.096 0.54599,-0.189998 -0.324,-0.029 -0.78601,-0.218003 -1.022,0.118999 0.168,-0.041 0.32699,-0.017 0.47601,0.071"
               style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
               inkscape:connector-curvature="0" /><path
               id="path4302"
               d="m 345.52622,33.515401 c -0.134,0.059 -0.26102,0.131 -0.38101,0.214001 0.19101,0.074 0.32901,-0.031 0.38101,-0.214001"
               style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
               inkscape:connector-curvature="0" /><path
               id="path4306"
               d="m 345.3342,32.681401 c 0.076,0.064 0.164,0.08 0.26401,0.048 -0.088,-0.016 -0.176,-0.032 -0.26401,-0.048"
               style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
               inkscape:connector-curvature="0" /><path
               id="path4308"
               d="m 345.88221,35.4194 c -0.17099,-0.034 -0.33701,-0.019 -0.499,0.048 0.17401,0.062 0.34,0.046 0.499,-0.048"
               style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
               inkscape:connector-curvature="0" /><path
               id="path4310"
               d="m 345.43021,34.7054 c -0.045,0.199001 0.035,0.214 0.23801,0.048 -0.08,-0.016 -0.159,-0.032 -0.23801,-0.048"
               style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
               inkscape:connector-curvature="0" /><path
               id="path4312"
               d="m 345.6912,30.776399 c -0.087,0.032 -0.17398,0.064 -0.26099,0.096 0.21301,0.105999 0.29999,0.075 0.26099,-0.096"
               style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
               inkscape:connector-curvature="0" /><path
               id="path4314"
               d="m 345.93222,34.6344 c 0.08,-0.064 0.159,-0.126999 0.23899,-0.191002 -0.24799,-0.092 -0.51801,-0.137996 -0.741,0.048 0.16599,0.052 0.33301,0.099 0.50201,0.143001"
               style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
               inkscape:connector-curvature="0" /><path
               id="path4316"
               d="m 345.81321,33.1344 h -0.23801 c 0.26501,0.093 0.50201,0.248001 0.76102,0.356999 -0.13401,-0.174999 -0.34501,-0.244 -0.52301,-0.356999"
               style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
               inkscape:connector-curvature="0" /><path
               id="path4318"
               d="m 345.64521,33.348401 c 0.10601,0.071 0.065,0.106999 0.238,0 h -0.238"
               style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
               inkscape:connector-curvature="0" /><path
               id="path4320"
               d="m 346.12122,35.158399 c -0.198,-0.004 -0.36502,0.067 -0.49902,0.213001 0.19802,0.003 0.36401,-0.068 0.49902,-0.213001"
               style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
               inkscape:connector-curvature="0" /><path
               id="path4324"
               d="m 346.09821,33.729402 c 0.185,-0.056 0.35901,-0.136002 0.522,-0.238003 -0.185,0.056 -0.35901,0.135002 -0.522,0.238003"
               style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
               inkscape:connector-curvature="0" /><path
               id="path4216"
               d="m 334.8342,24.514401 c 0.163,0.023 0.32202,0.007 0.47601,-0.048 -0.13601,-0.01 -0.88601,0.167999 -0.18801,0.072 -0.096,-0.009 -0.19199,-0.016 -0.288,-0.024"
               style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
               inkscape:connector-curvature="0" /><path
               id="path4204"
               d="m 325.45221,24.585401 c -0.182,-0.011 -0.332,0.052 -0.45001,0.190998 0.58902,0.068 1.155,0.104 1.73602,-0.048 -0.43502,0.029 -0.85702,-0.104999 -1.28601,-0.142997"
               style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
               inkscape:connector-curvature="0" /><path
               id="path4208"
               d="m 326.93021,26.872399 c 0.087,-0.032 0.17401,-0.064 0.26099,-0.096 -0.12299,-0.045 -0.25,-0.061 -0.37998,-0.048 0.039,0.048 0.079,0.096 0.11899,0.144001"
               style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
               inkscape:connector-curvature="0" /><path
               id="path4210"
               d="m 327.09522,24.585401 c 0.09,0.437999 1.50098,0.151001 1.78598,0.095 -0.59799,0.021 -1.18799,-0.189003 -1.78598,-0.095"
               style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
               inkscape:connector-curvature="0" /><path
               id="path4212"
               d="m 327.24121,26.514401 c 0.27302,0.065 0.56,0.064 0.83301,0 -0.246,-0.139 -0.59002,-0.148002 -0.83301,0"
               style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
               inkscape:connector-curvature="0" /><path
               id="path4214"
               d="m 334.47721,24.300401 c 0.17901,-0.011 0.354,-0.042 0.52499,-0.096 -0.17898,0.011 -0.354,0.042 -0.52499,0.096"
               style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
               inkscape:connector-curvature="0" /><path
               id="path4522"
               d="m 334.8342,24.514401 c 0.15601,-0.044 0.314,-0.06 0.47601,-0.048 -0.15399,0.055 -0.31301,0.071 -0.47601,0.048"
               style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
               inkscape:connector-curvature="0" /><path
               id="path4524"
               d="m 334.8342,24.514401 c 0.096,0.008 0.19202,0.016 0.288,0.024 -0.099,0.016 -0.19498,0.008 -0.288,-0.024"
               style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
               inkscape:connector-curvature="0" /><path
               id="path4226"
               d="m 340.76322,18.133401 c 0.16199,0.07 0.328,0.086 0.5,0.048 -0.15702,-0.124 -0.323,-0.139999 -0.5,-0.048"
               style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
               inkscape:connector-curvature="0" /><path
               id="path4380"
               d="m 367.14722,15.7284 c -0.375,-0.375 -0.99902,-0.067 -1.39401,-0.382999 -0.38999,-0.312 -1.06601,-0.314001 -1.44,0.025 0.60101,0.595 2.074,0.449 2.83401,0.358"
               style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
               inkscape:connector-curvature="0" /><path
               id="path4384"
               d="m 366.07621,15.3234 c 0.18301,0.043 0.35699,0.019 0.522,-0.072 -0.18601,-0.068 -0.35999,-0.044 -0.522,0.072"
               style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
               inkscape:connector-curvature="0" /><path
               id="path4388"
               d="m 370.12421,14.3704 c 0.17401,0.028 0.34799,0.028 0.522,0 -0.17401,-0.028 -0.34799,-0.028 -0.522,0"
               style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
               inkscape:connector-curvature="0" /><path
               id="path4396"
               d="m 372.24021,14.990399 c 0.129,-0.008 0.23199,-0.063 0.311,-0.166999 -0.26501,-0.058 -0.54901,-0.108 -0.81,0 0.181,0.013 0.34699,0.068 0.499,0.166999"
               style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
               inkscape:connector-curvature="0" /><path
               id="path4398"
               d="m 372.78922,14.3704 c 0.36798,0 0.77899,0.09 1.121,-0.095 -0.36001,-0.068 -0.82001,-0.200998 -1.121,0.095"
               style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
               inkscape:connector-curvature="0" /><path
               id="path4400"
               d="m 374.00321,14.8234 c 0.23901,0.376001 0.87301,0.399999 1.26401,0.430999 0.609,0.05 1.25,0.384001 1.85498,0.307001 -0.089,-0.069 -0.176,-0.141 -0.262,-0.214 0.31101,-0.147999 0.66202,-0.201001 1.00202,-0.213999 -0.88602,-0.921002 -3.198,-0.647001 -4.30902,-0.524 0.14202,0.087 0.29202,0.158998 0.45001,0.213999"
               style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
               inkscape:connector-curvature="0" /><path
               id="path4402"
               d="m 375.12421,14.275399 h 0.57199 c -0.37198,-9.99e-4 -0.724,-0.156999 -1.09799,-0.142999 0.17599,0.048 0.35101,0.095 0.526,0.142999"
               style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
               inkscape:connector-curvature="0" /><path
               id="path4406"
               d="m 383.3852,13.6564 h 0.76101 c -0.24801,-0.054 -0.51501,-0.082 -0.76101,0"
               style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
               inkscape:connector-curvature="0" /><path
               id="path4408"
               d="m 385.67121,14.0374 c -0.608,-0.344 -1.46799,-0.363001 -2.14301,-0.285999 0.71201,0.115999 1.41702,0.285999 2.14301,0.285999"
               style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
               inkscape:connector-curvature="0" /><path
               id="path4410"
               d="m 386.07721,14.0134 c 0.194,0.007 0.36801,-0.049 0.52301,-0.166 -0.52801,-0.067 -1.12402,-0.243 -1.64401,-0.048 0.35501,0.124001 0.74399,0.211001 1.121,0.214001"
               style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
               inkscape:connector-curvature="0" /><path
               id="path4412"
               d="m 387.2182,13.8224 c 0.15201,10e-4 0.30301,-0.007 0.45301,-0.023 -0.57801,-0.201999 -2.103,-0.562999 -2.642,-0.213998 0.737,0 1.457,0.181999 2.18899,0.236999"
               style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
               inkscape:connector-curvature="0" /><path
               id="path4416"
               d="m 386.5542,13.442401 c 0.258,0.074 0.569,0.148998 0.78302,-0.072 -0.26202,-0.042 -0.53302,-0.016 -0.78302,0.072"
               style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
               inkscape:connector-curvature="0" /><path
               id="path4470"
               d="m 412.9842,16.394401 c 0.333,-0.047 0.67501,-0.006 0.99902,-0.119002 -0.16702,-0.021 -0.33402,-0.045 -0.5,-0.071 -0.16901,0.055 -0.336,0.119 -0.49902,0.190001"
               style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
               inkscape:connector-curvature="0" /><path
               id="path4478"
               d="m 414.29322,15.894401 c 0.207,0.046 0.38098,-0.009 0.52298,-0.166001 -0.35599,-0.116001 -0.64698,-0.399 -1.04798,-0.309999 -0.038,0.313999 0.31098,0.382 0.525,0.476"
               style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
               inkscape:connector-curvature="0" /><path
               id="path4488"
               d="m 416.62522,16.3234 c 0.088,-0.032 0.17599,-0.064 0.26401,-0.095 -0.32502,-0.172001 -0.70902,-0.274 -1.04801,-0.072 0.26599,0.034 0.521,0.120001 0.784,0.167"
               style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
               inkscape:connector-curvature="0" /><path
               id="path4490"
               d="m 416.24521,15.7044 c 0.08,0 0.159,-0.008 0.23801,-0.024 -0.14401,-0.126 -0.31101,-0.173 -0.5,-0.143 0.087,0.056 0.17398,0.111 0.26199,0.167"
               style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
               inkscape:connector-curvature="0" /><path
               id="path4450"
               d="m 409.69721,23.442399 c -0.19299,-0.04 -0.392,0.092 -0.5,0.239002 0.17499,-0.062 0.34201,-0.142002 0.5,-0.239002"
               style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
               inkscape:connector-curvature="0" /><path
               id="path4456"
               d="m 411.10221,23.014401 c -0.189,-0.065 -0.37299,-0.049 -0.54901,0.047 0.19,0.066 0.37301,0.05 0.54901,-0.047"
               style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
               inkscape:connector-curvature="0" /><path
               id="path4458"
               d="m 410.60221,23.347402 c 0.086,0.035 0.173,0.027 0.26199,-0.024 -0.087,0.008 -0.17398,0.016 -0.26199,0.024"
               style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
               inkscape:connector-curvature="0" /><path
               id="path4460"
               d="m 411.41321,23.7524 c 0.35102,0.077 0.711,0.09 1.06799,0.119 -0.30999,-0.418999 -1.277,-0.43 -1.73599,-0.356999 0.20999,0.109997 0.43799,0.181 0.668,0.237999"
               style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
               inkscape:connector-curvature="0" /><path
               id="path4466"
               d="m 413.19922,21.8234 c 0.077,0.012 0.37998,-0.074 0.20999,-0.215001 -0.207,-0.172 -0.556,0.102002 -0.759,0.144001 0.224,0.208001 0.53699,0.227002 0.81,0.119 -0.087,-0.016 -0.17401,-0.032 -0.26099,-0.048"
               style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
               inkscape:connector-curvature="0" /><path
               id="path4468"
               d="m 413.17221,22.585401 h -0.26101 c 0.079,0.069 0.16601,0.124 0.26101,0.166999 v -0.166999"
               style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
               inkscape:connector-curvature="0" /><path
               id="path4472"
               d="m 413.55622,23.109399 c -0.163,-0.046 -0.39002,0.07 -0.526,0.143001 0.18899,0.003 0.36398,-0.045 0.526,-0.143001"
               style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
               inkscape:connector-curvature="0" /><path
               id="path4474"
               d="m 413.0802,22.942399 c 0.17002,-0.023 0.33701,-0.062 0.499,-0.118 -0.181,-0.082 -0.37699,-0.04 -0.499,0.118"
               style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
               inkscape:connector-curvature="0" /><path
               id="path4476"
               d="m 414.77021,19.061399 c -0.24701,-0.432999 -1.245,-0.161 -1.525,0.095 0.499,0.145 1.02701,-0.049 1.525,-0.095"
               style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
               inkscape:connector-curvature="0" /><path
               id="path4480"
               d="m 415.31522,23.657399 c -0.37,-0.093 -0.83301,0.254002 -1.095,0.476002 0.35898,0.056 1.104,0.047 1.095,-0.476002"
               style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
               inkscape:connector-curvature="0" /><path
               id="path4482"
               d="m 414.83921,22.061399 c -0.20301,-0.08 -0.40699,0.019 -0.52201,0.191001 0.17401,-0.064 0.348,-0.126999 0.52201,-0.191001"
               style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
               inkscape:connector-curvature="0" /><path
               id="path4484"
               d="m 415.24622,21.657399 c -0.172,0.041 -0.26102,0.017 -0.26502,0.237999 0.093,-0.074 0.18201,-0.153999 0.26502,-0.237999"
               style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
               inkscape:connector-curvature="0" /><path
               id="path4486"
               d="m 416.2222,20.9194 c -0.25998,-0.014 -0.668,0.169998 -0.669,0.475998 0.238,-0.153999 0.526,-0.155998 0.78802,-0.237999 -0.04,-0.08 -0.08,-0.159 -0.11902,-0.237999"
               style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
               inkscape:connector-curvature="0" /><path
               id="path4448"
               d="m 409.9122,26.990399 c -0.16998,-0.109001 -0.531,-0.097 -0.764,0 0.263,0.131001 0.48901,-0.031 0.764,0"
               style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
               inkscape:connector-curvature="0" /><path
               id="path4424"
               d="m 399.36222,34.681401 c -0.32502,-0.065 -0.66901,0.048 -0.97602,0.142998 0.361,0.049 0.70801,0.206001 0.97602,-0.142998"
               style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
               inkscape:connector-curvature="0" /><path
               id="path4426"
               d="m 399.3162,33.729402 c 0.987,-0.172001 1.97802,0.459999 2.953,0.118999 -0.90598,-0.130001 -2.53198,-0.964001 -3.31101,-0.143001 0.11902,0.017 0.23801,0.025 0.35801,0.024"
               style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
               inkscape:connector-curvature="0" /><path
               id="path4432"
               d="m 404.4122,34.657399 c -0.78298,-0.376999 -3.79299,-0.821998 -4.47799,0.024 0.655,-0.061 1.837,-0.138 2.448,0.113999 0.15899,0.066 0.46801,0.382 0.64599,0.349998 0.392,-0.072 0.801,-0.016 1.19202,0.036 -0.023,-0.191002 -0.16702,-0.310001 -0.357,-0.310001 0.19498,-0.04 0.37799,-0.111 0.54898,-0.214001"
               style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
               inkscape:connector-curvature="0" /><path
               id="path4434"
               d="m 407.17322,31.157399 c -0.19601,-0.025 -2.10501,0.193001 -1.64603,0.527001 0.68601,0.497001 2.10602,0.235 2.86002,0.069 -0.25699,-0.077 -0.362,-0.332001 -0.57999,-0.463001 -0.19302,-0.116997 -0.427,-0.073 -0.634,-0.133"
               style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
               inkscape:connector-curvature="0" /><path
               id="path4436"
               d="m 408.4372,26.514401 c 0.078,-0.063 0.156,-0.127002 0.23401,-0.190002 -0.25901,0 -0.53,-0.037 -0.76001,0.118 0.173,0.039 0.34802,0.062 0.526,0.072"
               style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
               inkscape:connector-curvature="0" /><path
               id="path4438"
               d="m 409.02921,30.514401 c 0.17599,-0.06 0.34399,-0.140003 0.50201,-0.238002 -0.15902,-0.161 -0.40301,-0.236 -0.61801,-0.142998 0.12399,-0.052 0.22699,-0.131001 0.30701,-0.238003 -0.22101,-0.077 -0.52902,-0.169998 -0.76001,-0.072 -0.24301,0.104 -0.26801,0.394001 -0.526,0.476001 0.268,0.247998 0.75299,0.383999 1.095,0.215"
               style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
               inkscape:connector-curvature="0" /><path
               id="path4442"
               d="m 409.1482,26.609399 c -0.26398,-0.032 -0.47299,0.163002 -0.73798,0.118999 0.23099,0.153 0.62998,0.218003 0.73798,-0.118999"
               style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
               inkscape:connector-curvature="0" /><path
               id="path4446"
               d="m 409.3162,26.466401 c -0.18198,-0.048 -0.348,-0.017 -0.499,0.096 0.16602,-0.034 0.332,-0.066 0.499,-0.096"
               style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
               inkscape:connector-curvature="0" /><path
               id="path4452"
               d="m 409.9812,26.800401 c -0.21798,-0.089 -0.553,0.025 -0.76098,0.095 0.254,-0.033 0.517,0 0.76098,-0.095"
               style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
               inkscape:connector-curvature="0" /><path
               id="path4454"
               d="m 411.17221,30.800401 c -0.23999,-0.208 -0.5,-0.111 -0.76101,0 0.22803,0.180999 0.578,0.209999 0.76101,0"
               style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
               inkscape:connector-curvature="0" /><path
               id="path4462"
               d="m 413.03022,29.0384 c -0.236,-0.043 -0.28901,0.178001 -0.499,0.189998 -0.20102,0.012 -0.371,-0.165996 -0.56802,-0.129997 -0.423,0.076 -0.75998,0.376999 -0.79099,0.82 0.54099,-0.083 1.193,-0.133999 1.737,-0.057 0.409,0.058 0.77301,0.212997 1.02701,-0.228001 -0.224,-0.094 -0.35501,0.059 -0.56802,0.077 -0.26999,0.025 -0.48599,-0.121003 -0.69498,-0.268002 0.17499,-0.064 0.34998,-0.126999 0.526,-0.189999 -0.056,-0.071 -0.113,-0.143001 -0.169,-0.214"
               style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
               inkscape:connector-curvature="0" /><path
               id="path4464"
               d="m 412.4122,27.3714 c 0.077,-0.140999 0.30402,-0.93 0.232,-1.072998 -0.215,-0.426003 -0.784,0.115997 -0.232,0.073 -0.143,0.048 -0.49298,0.055 -0.514,0.264 -0.026,0.259998 0.24701,0.882999 0.39502,1.094002 0.091,-0.103001 0.13,-0.222001 0.11898,-0.358002"
               style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
               inkscape:connector-curvature="0" /><path
               id="path4414"
               d="m 386.05121,45.896401 c 0.168,0.081 0.33499,0.081 0.50299,0 -0.143,-0.164001 -0.37799,-0.226001 -0.50299,0"
               style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
               inkscape:connector-curvature="0" /><path
               id="path4418"
               d="m 396.2902,38.943398 c -0.331,-0.006 -0.66398,0.102002 -0.97199,0.207001 -0.521,0.178002 -1.00101,0.105 -1.52899,0.198002 -0.50101,0.089 -0.913,0.392998 -1.39502,0.528 -0.15299,0.036 -0.306,0.067 -0.45999,0.091 -0.228,0.046 -0.27201,0.319 -0.499,0.381 0.67899,0.388001 1.667,-0.04 2.38001,-0.108002 0.97498,-0.093 1.93698,-0.018 2.88098,-0.368 -0.08,-0.071 -0.159,-0.141998 -0.23801,-0.214 0.50202,-0.048 0.059,-0.544999 -0.26098,-0.5 0.031,-0.072 0.062,-0.142998 0.093,-0.215001"
               style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
               inkscape:connector-curvature="0" /><path
               id="path4420"
               d="m 393.26722,39.396401 c -0.275,-0.072 -0.62101,-0.093 -0.88001,0.048 0.129,0.397999 0.676,0.108997 0.88001,-0.048"
               style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
               inkscape:connector-curvature="0" /><path
               id="path4422"
               d="m 395.12622,40.2534 c -0.156,-0.105 -0.39001,-0.019 -0.526,0.072 0.19098,0.094 0.366,0.07 0.526,-0.072"
               style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
               inkscape:connector-curvature="0" /><path
               id="path4428"
               d="m 399.6492,42.1344 c -0.181,-0.073 -0.39398,0.016 -0.526,0.142998 0.19501,0.084 0.39701,0.017 0.526,-0.142998"
               style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
               inkscape:connector-curvature="0" /><path
               id="path4430"
               d="m 402.98322,35.991399 c -0.21301,0.023 -0.32501,-0.100998 -0.26502,-0.309998 0.40101,0.092 0.82602,0.197998 1.23999,0.167 -0.011,-0.274002 -0.58798,-0.465 -0.78698,-0.548 -0.10099,0.018 -0.20301,0.02 -0.306,0.005 -0.20801,-0.133003 -0.40601,-0.251003 -0.60599,-0.394001 -0.32602,-0.232002 -1.06302,-0.148003 -1.44702,-0.152001 -0.51898,-0.005 -0.97998,-0.160999 -0.95999,0.447998 0.016,0.489003 1.60101,0.665001 1.95099,0.817002 0.432,0.188999 1.48202,0.877998 1.77502,0.158001 -0.202,-0.052 -0.40002,-0.116001 -0.595,-0.191002"
               style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
               inkscape:connector-curvature="0" /><path
               id="path4374"
               d="m 361.19522,55.611398 c -0.059,-0.032 -0.048,-0.137001 -0.238,0 h 0.238"
               style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
               inkscape:connector-curvature="0" /><path
               id="path4376"
               d="m 361.45621,55.778398 c 0.26099,-0.032 0.52499,-0.02399 0.78699,-0.02399 -0.024,-0.448006 -0.64798,-0.228004 -0.78699,0.02399"
               style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
               inkscape:connector-curvature="0" /><path
               id="path4378"
               d="m 363.31122,55.183396 c 0.02,-0.214996 -0.14902,-0.351997 -0.354,-0.333999 0.20099,-0.194001 0.23498,-0.599999 -0.009,-0.783997 -0.06,-0.045 -0.504,-0.167 -0.39002,0.06 0.26001,0.519005 0.15601,0.879005 0.75302,1.057998"
               style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
               inkscape:connector-curvature="0" /><path
               id="path4382"
               d="m 365.28922,53.063401 c 0.079,-0.047 0.159,-0.095 0.23797,-0.141998 -0.16198,-0.05801 -0.32098,-0.05 -0.47598,0.023 0.079,0.04 0.159,0.08 0.23801,0.119003"
               style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
               inkscape:connector-curvature="0" /><path
               id="path4386"
               d="m 369.1222,52.325402 c 0.10601,-0.179001 0.45202,-0.161003 0.626,-0.187004 0.50501,-0.074 -0.024,-0.358002 0.422,-0.312996 -0.384,-0.245002 -0.733,-0.441002 -1.11099,-0.04 -0.17499,0.183998 -0.39099,0.600998 0.063,0.540001"
               style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
               inkscape:connector-curvature="0" /><path
               id="path4390"
               d="m 370.52719,52.278398 c 0.088,-0.071 0.16803,-0.149994 0.23801,-0.237999 -0.172,-0.112999 -0.33798,-0.104996 -0.49899,0.023 0.079,0.081 0.16601,0.153 0.26098,0.214997"
               style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
               inkscape:connector-curvature="0" /><path
               id="path4392"
               d="m 371.00422,51.897401 c 0.14099,-0.066 0.22,-0.178002 0.238,-0.334 -0.19101,0.024 -0.28403,0.142998 -0.238,0.334"
               style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
               inkscape:connector-curvature="0" /><path
               id="path4394"
               d="m 371.3382,51.754403 c 0.14801,-0.155006 0.323,-0.297005 0.522,-0.381004 -0.24899,-0.035 -0.53698,0.089 -0.522,0.381004"
               style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
               inkscape:connector-curvature="0" /><path
               id="path4206"
               d="m 327.69022,26.062402 c 0.99799,0.240997 2.03299,0.243999 3.04999,0.142998 -0.05,0.471 -0.914,0.257999 -1.20301,0.251998 -0.548,-0.01 -1.496,0.175003 -1.98898,0.415001 0.33798,0.329003 1.01898,0.507 1.47897,0.522999 -0.53198,0.105003 0.025,0.182003 0.20203,0.210003 0.25699,0.041 0.51798,0.032 0.77698,0.039 0.56,0.014 1.211,0.332 1.75601,0.108001 -0.27399,-0.103 -0.42999,-0.397998 -0.73801,-0.428001 0.586,-0.069 0.63102,-0.229 1.116,0.130001 0.30402,0.226002 1.12802,-0.528999 1.672,-0.226002 -0.19,0.066 -0.35599,0.169003 -0.49899,0.310002 0.32,0.236999 0.68499,0.125 0.888,-0.145001 0.058,-0.075 0.52999,0.066 0.70001,-0.027 0.11499,-0.034 0.22998,-0.033 0.34598,9.99e-4 0.173,0.019 0.173,-0.160999 0.319,-0.192997 0.328,-0.073 0.76101,-0.168003 0.72302,0.220997 0.164,0.005 2.586,-0.832996 2.30899,-0.095 0.36499,-0.3 0.92999,-0.138001 1.34201,-0.059 0.58697,0.113003 1.19199,0.051 1.776,0.178001 -0.046,0.08 -0.093,0.159001 -0.142,0.237999 0.25,0.051 1.327,-0.174 1.19098,0.214001 0.176,-0.01 0.35001,-0.034 0.522,-0.071 -0.082,0.069 -0.16098,0.139999 -0.238,0.214 0.33902,0.106999 0.685,-0.076 1.02502,0.024 -0.51202,0.019 -0.062,0.312999 0.13599,0.321998 0.25,0.012 0.49499,-0.069 0.74399,-0.06 -0.659,0.187999 0.20602,0.036 0.003,0.436001 -0.17801,0.354 -0.64401,0.267997 -0.956,0.372997 0.27298,0.114002 0.495,-0.107998 0.76398,-0.095 -0.22699,0.106999 -0.41,0.508999 0,0.475998 -0.081,0.062 -0.16,0.125 -0.23801,0.190003 0.48603,0.292 1.36902,0.125999 1.73603,0.595997 -0.189,0.130001 -0.55902,0.054 -0.54502,0.381 0.469,-0.312 0.779,0.374001 1.09501,0.261002 -0.237,0.244999 -0.685,0.271999 -0.999,0.215 0.23001,0.153 0.50299,0.127998 0.76001,0.095 -0.23001,0.153 -0.50302,0.109001 -0.76001,0.143002 0.16001,0.11 0.33399,0.141998 0.52201,0.095 -0.65802,0.219998 -1.37201,0.188 -2.02402,0.428997 0.70001,0.114002 1.405,-0.127998 2.07101,-0.309997 -0.13199,0.165 -0.30499,0.298999 -0.5,0.381 0.17499,0.076 0.358,0.115997 0.54901,0.119 -0.583,0.061 0.095,0.309997 0.23798,0.333 -0.293,0.026 -0.448,0.316997 -0.049,0.356998 -0.06,0.025 -1.215,0.025 -0.52301,0.096 -0.57401,0.105999 0.78601,0.515999 0.85699,0.762001 -0.18798,-0.105 -1.121,0.141998 -0.52298,0.261997 -0.28402,0.068 -0.487,0.400002 -0.81002,0.261002 0.37201,0.196998 0.69,0.022 1.022,0.143001 0.50101,0.182999 0.21902,0.611 -0.189,0.642998 0.17102,0.086 0.33802,0.078 0.5,-0.023 -0.35998,0.124001 -0.63498,0.408001 -0.99899,0.523998 0.33499,0.092 0.681,0.110001 1.022,0.166001 -0.76501,0.181 -1.596,-0.259998 -2.332,0.095 0.361,0.356999 1.14801,-0.089 1.525,0.190998 -0.38001,0.026 -0.64099,0.327004 -0.98899,0.441002 -0.32901,0.105999 -0.79,0.199001 -1.035,0.464001 0.85098,0.402 1.46899,-0.241001 2.23599,-0.5 -0.60699,0.406997 -1.05401,0.640999 -1.78399,0.722999 -0.46701,0.053 -1.13102,0.175999 -1.50101,0.491001 0.24799,0.052 0.27399,0.293 0.36499,0.482998 0.10501,0.218003 0.724,0.381001 0.41901,-0.055 0.406,0.322002 1.005,0.378002 1.50201,0.327 0.229,-0.024 0.457,-0.075 0.66998,-0.163998 0.581,-0.246002 0.041,-0.260002 0.233,-0.686001 0.133,0.159001 0.301,0.214001 0.50202,0.166001 -0.30301,-0.431 1.02298,-0.04 0.89099,-0.782002 -0.046,-0.263 -0.28101,-0.332001 -0.17599,-0.622997 0.113,-0.315003 0.346,-0.238003 0.61798,-0.238003 -0.904,0.032 -0.15799,0.735001 -0.357,1.333 0.358,-0.172001 0.89502,-0.422001 1.28601,-0.475998 -0.33499,0.148999 -0.97,0.420998 -1.23999,0.667 0.487,0.062 1.00199,0.140999 1.47998,0.184998 0.444,0.04 0.89701,-0.343998 1.331,-0.209 -0.75498,0.655003 -1.91898,0.222 -2.76099,0.691002 0.97101,0.066 2.07199,-0.405003 2.99899,-0.166 -0.37399,0.215999 -0.858,0.065 -1.263,0.141998 -0.44,0.084 -0.772,0.421001 -1.21399,0.5 0.51599,0.333 1.249,-0.279999 1.763,-0.355999 0.10599,0.265999 0.003,0.348999 -0.30999,0.248001 -0.32199,0.031 -0.629,0.132 -0.92701,0.251999 0.366,0.305 1.12201,0.047 1.54401,0.023 -0.66901,0.173999 0.34299,0.283001 0.50299,0.262001 -0.591,0.399002 -1.23199,-0.350998 -1.80899,0 0.34399,0.104 0.61701,0.307998 0.987,0.327999 0.246,0.014 0.521,0.017 0.76398,0.076 0.263,0.063 -0.066,0.338001 -0.249,0.256001 -0.31698,-0.142998 -0.582,-0.021 -0.906,-0.017 0.17901,0.190998 0.931,0.167 1.21301,0.261997 -0.17499,-0.028 -0.35001,-0.028 -0.526,0 0.077,0.082 0.15701,0.162003 0.23901,0.238003 -0.268,-0.134002 -0.68502,-0.127002 -0.97601,-0.095 0.13501,0.101002 0.86301,0.314999 0.23801,0.262001 0.34198,0.228001 0.72998,0.081 1.026,-0.143001 -0.16501,0.111999 -0.194,0.270999 -0.32401,0.402999 -0.186,0.189 -0.66,-0.026 -0.867,-0.071 -0.73499,-0.164001 -1.18399,-0.320999 -1.85901,-0.667 -0.66299,-0.339 -1.383,-0.057 -2.07401,-0.230999 -0.64099,-0.161003 -1.39798,-0.185001 -1.95098,0.232998 0.358,0.251 0.65701,0.582001 1.09799,0.684002 0.60501,0.140999 1.345,0.008 1.83902,0.472 0.453,0.425999 0.79699,0.327 1.37399,0.432 0.094,0.017 0.33099,0.112999 0.427,0.078 0.25601,-0.094 0.57199,-0.362999 0.83499,-0.118 -0.169,0.03 -0.33599,0.07 -0.5,0.118999 0.64502,0.084 1.263,-0.189998 1.905,-0.167 -0.10699,0.189 -0.39099,0.206002 -0.54898,0.333001 0.20099,0.02 0.29498,0.166 0.23798,0.357002 -0.38498,-0.021 -0.71198,-0.069 -1.021,0.214996 0.19501,-0.056 0.362,-0.008 0.49899,0.143002 -0.27499,-0.057 -0.81997,-0.217999 -0.83297,0.237999 0.289,0 0.712,-0.189 0.975,0 -0.67401,-0.114998 -1.41601,0.302002 -1.88202,0.738002 0.452,0.134999 0.70502,-0.218002 1.11301,-0.218002 0.18201,0 0.23401,0.294003 0.435,0.337002 -0.23801,0.104 -0.50601,9.99e-4 -0.715,0.189999 0.17099,0.021 0.331,0.076 0.47699,0.166999 -0.17999,-0.005 -0.33899,0.051 -0.47699,0.166001 -0.027,-0.439999 -0.501,-0.280999 -0.78299,-0.262001 0.08,-0.061 0.15998,-0.125 0.23798,-0.189999 -0.30798,-0.083 -0.54199,0.148998 -0.646,0.431 -0.095,0.256 -0.42599,0.223999 -0.56799,0.473999 0.34299,0.083 0.66199,-0.125 0.99899,-0.142998 -0.21698,0.073 -0.656,0.145001 -0.453,0.475998 -0.36499,-0.150997 -0.72299,0.193001 -1.091,0.160999 -0.36698,-0.034 -0.78098,-0.150997 -1.14798,-0.066 0.15698,-0.04 0.30798,-0.095 0.453,-0.166 -0.323,0.160999 -0.67801,-0.057 -0.99902,0.143001 0.17501,-0.007 0.349,0.001 0.52301,0.023 -0.33899,-0.018 -0.71601,0.019 -1.025,0.167 0.62799,0 -0.37301,0.241001 -0.504,0.268002 -0.34899,0.071 -0.71301,0.109996 -1.04101,0.255996 0.42001,0.013 0.84,-0.192997 1.26001,-0.095 -0.207,-0.005 -0.4,0.096 -0.522,0.261997 0.29199,-0.286999 1.09399,0.026 1.48599,-0.029 0.431,-0.061 1.18402,0.093 1.49002,-0.305001 -0.19702,0.034 -0.36502,-0.022 -0.50302,-0.166 0.517,0.144001 1.01202,-0.132 1.52502,-0.142998 -0.22201,0.103001 -0.47101,0.105999 -0.69302,0.207001 -0.206,0.093 -0.22199,0.333 -0.47498,0.363999 0.164,0.043 0.32398,0.099 0.47998,0.166999 -0.246,-0.02 -0.501,-0.118 -0.74099,0 0.67199,0.168 1.277,0.558003 1.97799,0.619 -0.74798,0.145 -1.40201,-0.396 -2.143,-0.321999 -0.37799,0.038 -0.76898,0.059 -1.14499,-0.012 -0.40299,-0.075 -0.78501,-0.403 -1.21301,-0.262001 0.18002,0.061 0.34701,0.148003 0.49902,0.262001 -0.54602,-0.162998 -1.13501,-0.397999 -1.71301,-0.262001 0.33899,0 0.42001,0.096 0.66,0.289002 0.39499,0.319 0.93701,0.248001 1.41,0.235 -0.68499,0.196999 -1.319,-0.310001 -2.001,-0.166 0.16299,0.06 0.33001,0.084 0.50299,0.071 -0.249,0.051 -0.50901,0.076 -0.741,0.190002 0.603,-0.017 -0.04,0.182 -0.23499,0.048 0.50501,0.632999 -0.83001,-0.129002 -0.54901,0.333999 -0.27099,-0.109001 -0.34298,-0.038 -0.21399,0.213997 0.07,-0.074 0.141,-0.144996 0.21399,-0.213997 0.17301,0.336998 -0.539,0.170998 -0.453,0.619 0.69702,0.013 1.228,-0.542 1.89102,-0.667 0.86899,-0.163002 1.758,-0.322002 2.633,-0.476002 -0.46002,0.277001 -1.01502,0.124001 -1.50101,0.309002 0.27701,0.275997 0.65799,0.259999 1.00202,0.143997 -0.60102,0.161004 0.45797,0.209004 0.73797,-0.024 -0.061,-0.089 -0.12399,-0.175999 -0.18899,-0.262001 0.33898,-0.003 0.67401,-0.281998 0.99899,-0.048 -0.24399,0.052 -0.49399,0.062 -0.737,0.118999 0.06,0.451001 0.83902,0.239003 1.095,0.143002 -0.59799,-0.065 -0.021,-0.200001 0.12701,-0.201 0.21702,-0.002 0.43799,0.062 0.633,0.153999 -0.64001,0.171001 -1.31,0.285 -1.974,0.285 0.62299,0.388 1.25198,0.04 1.905,-0.024 -0.40302,0.175998 -0.84601,0.208999 -1.26401,0.333999 0.34702,0.257 0.80402,0.251 1.21402,0.237999 -0.71502,0.202999 -1.31802,-0.263 -2.00101,-0.362999 -0.80499,-0.118 -1.686,-0.214001 -2.5,-0.256 0.69101,0.004 -0.595,0.125 -0.73699,0.189998 0.60498,-0.089 0.016,0.056 -0.10502,0.089 -0.29599,0.08 -0.59198,0.156002 -0.88198,0.255001 -0.31501,0.105999 -1.05301,0.338001 -0.96402,0.799999 0.34701,-0.062 0.67401,-0.205997 1.01901,-0.277 0.40701,-0.084 0.793,0.067 1.211,-0.029 1.001,-0.228001 2.01901,0.013 3.00799,-0.217999 -0.238,0.079 -0.48599,0.128998 -0.737,0.142998 0.27701,0.894001 1.13602,0.224003 1.763,0.405002 -0.31799,0.039 -1.354,0.363999 -1.60098,0.100998 -0.36301,-0.385997 -0.28,-0.502998 -0.897,-0.444999 -0.577,0.053 -1.16101,0.06 -1.74201,0.118 -0.32699,0.032 -0.655,0.044 -0.98101,0.076 -0.07,0.007 -1.11799,0.104 -0.378,0.125999 -0.324,0.08 -0.68298,-0.004 -0.97598,0.190003 0.30899,0.158996 0.65198,0.116997 0.97598,0.048 -0.238,0.081 -0.48898,0.104 -0.738,0.095 0.212,0.184002 0.48401,0.136002 0.738,0.167 -0.332,0.029 -0.66598,0.048 -0.99899,0.048 0.53299,0.221 1.10999,0.121002 1.66599,0.214 -0.405,-0.013 -0.90598,-0.05 -1.237,0.238003 0.49902,-0.102005 1.893,-0.696003 2.332,-0.310001 -0.32599,0.065 -0.318,0.135998 0.026,0.215 -0.237,0.124 -0.45899,-0.02 -0.69598,-0.042 -0.27201,-0.025 -0.53202,0.106995 -0.805,0.042 0.16498,0.035 0.332,0.058 0.5,0.071 -0.211,0.188995 -0.488,0.125 -0.738,0.191002 0.246,0.119995 0.50698,0.006 0.76098,0.02399 -0.49698,0.154 -1.031,0.02 -1.52499,0.190003 0.28799,0.416 1.341,0.315002 1.763,0.237999 -0.31799,0.127998 -1.39099,0.195999 -1.73599,0.095 0.604,0 -0.095,-0.059 -0.20801,-0.031 -0.25501,0.063 -0.44,0.279999 -0.65399,0.417 -0.45401,0.290001 0.92498,0.191001 0.98098,0.185997 -0.40298,0.073 -0.85598,0.073 -1.16799,0.381004 0.553,0.237999 1.24899,-0.145004 1.73699,-0.381004 0.581,-0.281998 1.29401,-0.325997 1.80701,-0.746003 0.46301,-0.379997 1.10401,-0.498993 1.66001,-0.675994 0.76001,-0.242001 1.497,-0.460003 2.29699,-0.531003 -0.16101,0.061 -0.328,0.085 -0.49899,0.072 0.233,0.125 0.50299,0.127998 0.75998,0.118999 -0.18598,0.093 -0.439,0.064 -0.63498,0.041 -0.42001,-0.051 -0.72202,0.021 -1.12802,0.125 0.22302,0.272999 0.72101,0.206997 1.026,0.190998 -0.55798,0.175003 -1.13599,-0.1 -1.69498,0.053 -0.59701,0.163002 -1.233,0.350998 -1.74301,0.712998 -0.48502,0.344001 -1.155,0.218002 -1.625,0.593002 -0.48999,0.391998 -1.16,0.390999 -1.72299,0.616997 0.164,0.039 0.32999,0.062 0.49899,0.072 -0.16101,0.06001 -0.328,0.08401 -0.49899,0.07101 0.27899,0.263001 0.66098,0.016 0.95199,-0.07101 -0.24099,0.09901 -0.48599,0.192002 -0.73699,0.262001 0.41799,0.357003 1.01898,-0.236999 1.475,-0.190994 0.32999,0.034 0.05,0.292 0.47598,0.087 0.30701,-0.147003 0.67701,-0.181 1.00202,-0.277 0.004,0.405998 -0.275,0.162002 -0.54801,0.199997 -0.306,0.041 -0.43301,0.189003 -0.67401,0.338005 -0.062,0.03799 -0.51898,-0.071 -0.57898,-0.071 -0.43402,-0.004 -0.83102,0.09 -1.225,0.269996 0.17999,0.039 0.35598,0.023 0.526,-0.047 -0.15601,0.116997 -0.331,0.171997 -0.526,0.166 0.31399,0.261994 0.74298,0.088 0.97598,-0.190002 0.006,0.187996 -0.1,0.307999 -0.285,0.333 0.63202,-0.063 -0.10999,0.195999 -0.23798,0.285996 0.28799,0.167 0.55698,-0.128998 0.76099,-0.285996 -0.15299,0.166001 -0.32001,0.317002 -0.5,0.451996 0.32,-0.120994 0.35199,-0.058 0.096,0.191002 0.172,-0.031 0.344,-0.059 0.517,-0.082 0.35401,-0.059 0.60099,-0.192001 0.888,-0.400001 0.32099,-0.232994 0.73499,-0.336998 1.116,-0.419998 0.487,-0.105996 0.92099,0.162002 1.38501,0.069 -0.164,0.132004 -0.117,0.188003 0.14298,0.167 -0.82499,0.138 -1.624,-0.527001 -2.42798,0.135002 -0.292,0.240997 -0.58503,0.250999 -0.90403,0.425003 -0.19799,0.07999 -0.40097,0.146995 -0.60797,0.200996 -0.203,0.081 -0.225,0.371002 -0.419,0.476998 0.23999,-0.095 0.445,-0.458001 0.74099,-0.285996 -0.052,0.083 -0.108,0.161995 -0.169,0.237999 0.164,-0.059 0.323,-0.131004 0.47601,-0.214004 -0.30401,0.202003 -0.65002,0.444 -0.453,0.857002 -0.12302,-0.016 -0.20902,0.029 -0.25702,0.136001 -0.085,0.372002 0.65301,0.022 -0.004,0.268998 0.37601,-0.018 0.86701,-0.752999 1.24002,-0.475998 -0.074,0.077 -0.15402,0.148002 -0.238,0.213997 0.25,-0.088 0.49298,-0.21 0.75997,-0.237999 -0.54098,0.153999 -1.41699,0.354003 -1.87097,0.685005 -0.147,0.106994 -0.39199,1.121994 -0.36801,1.291 0.93399,0.062 1.48599,-1.755005 2.42801,-1.381004 -0.19202,0.048 -0.36002,0.173004 -0.47302,0.333999 0.44,0.067 1.246,-0.276001 1.366,-0.738998 0.047,-0.182999 0.053,-0.303001 -0.12,-0.268997 -0.17999,0.035 -0.064,-0.434006 -0.056,-0.516007 0.14999,0.139 0.31702,0.163002 0.5,0.07101 -0.35498,0.048 -0.36899,0.510994 -0.27298,0.767998 0.23499,0.624 0.83099,0.176002 1.22498,0.042 -0.14899,0.07 -0.80298,0.624 -0.19199,0.428001 -0.78201,0.452995 0.336,0.471001 0.28799,0.952995 -0.27899,-0.112999 -0.664,-0.176994 -0.85998,-0.429 -0.22501,-0.288994 -0.138,-0.685997 -0.64102,-0.5 0.65802,0.131004 -0.39099,0.123001 -0.5,0.143005 0.164,0.09199 0.33001,0.18 0.5,0.262001 -0.58798,0.116997 0.27402,0.257996 0.522,0.142998 -0.23099,0.298996 -0.62298,0.222999 -0.949,0.205002 -0.21299,-0.012 -1.17298,0.159996 -0.57599,0.341995 -0.50501,0.382004 -1.15399,0.02 -1.71298,0.167 0.17398,0.016 0.34799,0.032 0.52297,0.048 -0.17999,0.002 -0.346,0.049 -0.5,0.142997 0.75202,0.406998 2.07901,-0.133003 2.715,-0.571998 -0.15198,0.127998 -0.31,0.247002 -0.47598,0.357002 0.23898,0.046 0.793,-0.241005 0.83398,0.167 -0.16098,-0.156006 -1.10498,-0.08 -1.32898,9.99e-4 -0.496,0.178002 -1.14401,0.360001 -1.67102,0.237 0.25702,0.077 0.30701,0.227997 0.096,0.404999 0.289,0.193 0.68399,-0.037 0.97601,-0.096 -0.251,0.077 -0.466,0.232002 -0.71502,0.309998 -0.094,0.03 -1.21399,0.326004 -0.499,0.191001 -0.51498,0.091 0.064,0.333001 0.215,0.524003 0.11502,-0.5 0.99902,-0.333001 1.35602,-0.357003 -0.323,0.119004 -1.02499,-0.099 -1.168,0.333 0.23898,0 0.47699,-0.016 0.715,-0.048 -0.32102,0.106995 -0.66901,0.111 -0.97602,0.261993 0.25202,-0.017 0.42102,0.190003 0.67002,0.190003 0.27999,0 0.55398,-0.069 0.828,-0.118996 -0.409,0.246994 -1.12,-0.04 -1.444,0.251 -0.23801,0.213996 0.267,0.309997 0.422,0.201995 -0.62101,0.315003 0.208,0.066 0.34899,0.055 0.29599,-0.025 0.59198,-0.028 0.88801,-0.032 -0.21402,0.075 -0.797,0.197998 -0.93201,0.388001 -0.176,0.249 0.33099,0.344001 0.483,0.183998 -0.15601,0.150001 -0.29199,0.317001 -0.40701,0.5 0.242,-0.14 0.449,-0.411003 0.76101,-0.380997 -0.281,0.150993 -0.55099,0.329994 -0.76101,0.571999 0.354,-0.006 0.68902,-0.191002 0.975,-0.381005 -0.37298,0.32 -0.95599,0.496002 -1.22198,0.93 -0.314,0.513001 1.26999,0.707001 1.487,0.761002 -0.19901,-0.038 -0.383,0.06 -0.50302,0.214005 0.17001,-0.009 0.33801,0.007 0.50302,0.048 -0.25202,0.155998 -0.517,-0.048 -0.76401,0.119003 0.33801,0.06699 0.23001,0.121994 0,0.260994 0.237,-0.121994 0.492,10e-4 0.73801,-0.071 0.26599,-0.078 0.376,-0.355995 0.64398,-0.429001 -0.047,0.191002 0.043,0.297005 0.23901,0.286003 -0.264,-0.004 -0.54101,0.081 -0.781,0.182 -0.19901,0.085 -0.861,0.719001 -0.29099,0.389 -0.056,0.087 -0.113,0.175003 -0.169,0.263 0.44598,-0.039 0.66198,-0.771004 1.16799,-0.547996 -0.27499,0.06499 -0.79,0.277999 -0.85699,0.594993 0.18799,0.004 0.362,-0.044 0.52298,-0.142998 -0.185,0.087 -0.34399,0.230004 -0.44998,0.404999 0.24499,0.039 0.491,-0.007 0.738,0 -0.36801,0.074 -0.915,-0.061 -1.21701,0.215004 0.52399,0.420998 1.167,-0.078 1.73899,-0.048 -0.31699,0.062 -0.31699,0.094 0,0.095 -0.47098,0.046 -1.15,0.01 -1.47498,0.428002 0.332,-0.247002 0.84097,-0.093 1.19098,0.024 -0.13998,0.134994 -0.30698,0.189995 -0.49899,0.167 -0.049,0.355995 0.33499,0.241996 0.522,0.166999 -0.072,0.078 -0.14401,0.157998 -0.215,0.237999 0.392,0.031 0.47501,-0.612999 1.072,-0.5 -0.29499,0.004 -0.48301,0.252999 -0.73801,0.357003 0.134,0.316993 0.422,0.199997 0.668,0.118995 -0.027,0.452004 -0.82498,0.259003 -1.09799,0.404999 0.405,-0.011 0.80899,-0.048 1.21399,-0.048 -0.40598,0.167999 -0.84699,0.241996 -1.237,0.451995 0.39901,0.036 1.432,0.150002 1.74002,-0.166 -0.24601,0.025 -0.504,0.08501 -0.741,-0.02399 0.578,-0.06001 1.15799,-0.147004 1.73898,-0.07201 -0.089,0.069 -0.17599,0.141007 -0.26098,0.215004 0.208,0.168999 0.612,0.106003 0.47598,-0.238998 0.31302,0.041 1.138,-0.651001 1.237,-0.095 0.21802,-0.073 0.379,-0.159005 0,-0.286003 0.349,0.143005 1.07501,-0.335999 0.54901,-0.427994 0.272,0.123993 0.46899,-0.166001 0.73801,-0.143006 -0.092,0.07401 -0.17902,0.154 -0.262,0.237999 0.08,0.055 0.159,0.111 0.23899,0.167 -0.22199,0.288002 -0.78699,0.171005 -0.857,0.595001 0.47601,-0.222 1.14801,-0.194 1.379,-0.762001 0.038,0.389 0.23599,0.205002 0.50299,0.04801 -0.53198,0.738998 -1.586,0.416999 -2.23898,0.951995 0.15698,-0.07999 0.324,-0.111999 0.49899,-0.09499 -0.24799,0.09699 -0.51901,0.145996 -0.737,0.309997 0.341,0.202996 0.595,-0.364998 0.97501,-0.214004 -0.085,0.066 -0.172,0.129005 -0.26102,0.190002 0.46802,0.016 0.88,-0.368995 1.237,-0.618995 0.21902,0.375 -0.207,0.256996 -0.44998,0.370994 -0.176,0.083 -1.04401,0.438004 -0.47901,0.438004 -0.25601,0.069 -0.5,0.171997 -0.738,0.285995 0.28601,0.094 0.457,-0.217994 0.738,-0.189995 -0.48501,0.254998 0.016,-0.008 -0.024,0.404999 0.27002,-0.255005 0.55301,-0.512001 0.953,-0.475998 -0.285,0.058 -0.53299,0.229996 -0.71399,0.451996 0.26199,-0.082 0.49799,-0.226997 0.76001,-0.309997 -0.185,0.087 -0.34302,0.229995 -0.45001,0.404998 0.59399,0.019 0.87701,-0.574997 1.42901,-0.642997 -0.29501,0.163993 -0.42202,0.485 -0.66302,0.704994 -0.24399,0.222 -0.72,0.354004 -0.789,0.724006 0.52401,-0.268005 1.138,-0.781005 1.69,-0.929 -0.539,0.446998 -1.185,0.657997 -1.716,1.071998 0.13302,0.191002 0.32702,0.209 0.47601,0.023 0.057,0.324997 0.306,0.242996 0.40701,0 -0.28702,0.613998 0.44098,-0.101006 0.54499,-0.167008 0.25601,-0.160995 0.56201,-0.061 0.54901,-0.474998 0.16598,0.203003 0.319,0.174003 0.40399,-0.072 -0.033,0.188004 -0.12,0.347 -0.26099,0.475998 0.14298,0.025 0.28598,0.049 0.42999,0.071 -0.18801,-0.04999 -0.34701,-0.002 -0.47601,0.144005 0.14502,0.119995 0.31101,0.176003 0.49902,0.166001 -0.51702,0.123001 -0.063,0.201995 0.14798,0.252998 0.275,0.065 0.47602,-0.035 0.42402,-0.348 0.22399,0.082 0.44598,0.195999 0.69097,0.191002 -0.026,-0.351005 -1,-0.357002 -1.23999,-0.406006 0.49402,-0.100998 1,0.379006 1.47501,0.096 -0.037,-0.188995 -0.16299,-0.281998 -0.354,-0.237999 0.156,-0.087 0.32299,-0.118996 0.5,-0.096 -0.112,-0.273994 -0.646,-0.283996 -0.16901,-0.404998 -0.25598,0.037 -0.487,0.158004 -0.737,0.214004 0.185,-0.088 0.34399,-0.230003 0.453,-0.403999 -0.41,-0.139008 -0.867,-0.114006 -1.24099,-0.357002 0.28201,0.101997 0.73001,0.25 0.953,-0.04801 0.10599,0.472 1.20099,0.435006 0.595,0.214005 0.327,0.093 0.68701,0.035 1.00201,-0.072 -0.16803,-0.009 -0.33502,-0.033 -0.49902,-0.07101 0.272,0.04301 0.56302,0.035 0.737,-0.213997 -0.32898,0.143997 -0.634,0.166 -0.97501,0.048 0.28302,0.028 0.76401,0.177994 0.83301,-0.239006 -0.31,-0.130997 -0.65899,-0.082 -0.975,-0.189995 0.39102,0.05299 0.85,0.205994 1.23602,0.048 -0.40302,-0.149002 -0.854,-0.121002 -1.23602,-0.333999 0.29501,0.1 0.61901,0.153999 0.93002,0.125 0.328,-0.03 0.39999,-0.332001 0.68698,-0.433998 -0.518,0.100998 -1.17798,-0.01 -1.66699,-0.190003 0.55401,-0.03 1.19601,0.273003 1.716,-0.024 -0.25,-0.075 -0.50699,-0.121994 -0.76401,-0.167 0.29401,0 0.78602,0.183007 0.999,-0.118995 -0.15699,0.021 -0.314,0.029 -0.47299,0.024 0.61099,-0.156006 -0.34299,-0.209007 -0.50199,-0.262001 0.427,0.044 1.57999,0.293998 1.478,-0.476006 -0.31302,0 -0.70902,0.100006 -0.953,-0.167 0.30099,0.063 0.789,0.186005 1.091,0.091 0.23099,-0.074 0.31998,-0.336998 0.54999,-0.424004 -0.32099,0.189003 -0.68,0.01801 -0.95301,-0.167 0.228,-0.002 1.59201,0.255005 1.14402,-0.333999 0.21899,0.041 0.31698,-0.078 0.23898,-0.284996 -0.19299,0.04 -0.383,0.088 -0.57199,0.142997 0.22299,-0.150001 0.85501,-0.483001 0.67499,-0.844001 -0.14099,-0.281998 -0.78299,-0.376999 -1.03199,-0.560997 0.48401,0.049 0.94699,0.496002 1.45099,0.333 -0.16299,-0.077 -0.32,-0.164002 -0.47198,-0.261002 0.47998,0.096 0.12399,-0.253998 -0.17401,-0.228996 -0.288,0.02299 -0.69001,-0.261002 -0.875,-0.462006 0.25201,0.120003 0.574,0.181 0.85101,0.183007 0.10498,0 0.267,-0.007 0.33099,-0.110001 0.036,-0.081 0.031,-0.161003 -0.015,-0.240005 0.341,0.009 0.34802,-0.03 0.023,-0.118996 0.297,0.058 0.57199,0.007 0.83401,0.191002 -0.255,-0.048 -0.552,-0.03201 -0.64502,0.261993 0.206,-0.002 0.405,-0.03899 0.598,-0.108993 0.669,-0.224007 -0.159,-0.137001 0.39199,-0.247002 0.17002,-0.03301 0.57203,-0.256004 0.70301,-0.192001 0.097,-0.517998 -1.00998,-0.107003 -0.71698,-0.713997 0.12298,0.269996 0.65399,0.468994 0.92898,0.380996 -0.034,-0.193 -0.17498,-0.342002 -0.35699,-0.404998 0.16101,0 0.72299,0.436996 0.806,0.144996 0.15701,-0.549995 -0.668,-0.251999 -0.495,-0.740997 0.22101,0.101997 0.92701,0.760002 1.19699,0.554001 0.10102,-0.076 -0.595,-0.575005 -0.67498,-0.625 0.259,0.085 0.483,0.241997 0.71499,0.380997 -0.139,-0.145996 -0.298,-0.265 -0.47699,-0.357003 0.23499,0.153 0.31497,0.097 0.23899,-0.166999 0.097,0.078 0.789,0.595001 0.30999,0.048 0.17102,0.166999 0.26599,0.135002 0.38602,-0.051 0.076,-0.117996 0.41,0.03 0.51999,0.003 -0.091,-0.474999 -1.008,-0.702996 -1.405,-0.618996 0.25101,-0.289002 0.66599,-0.005 0.93701,0.077 0.34799,0.104004 0.72098,-0.038 1.064,0.089 -0.062,-0.238998 0.185,-0.528 -0.16901,-0.618004 0.33899,-0.05299 0.68601,-0.515998 0.13999,-0.565994 -0.43399,-0.04 -0.95701,0.152001 -1.284,-0.244003 0.31802,-0.352997 0.832,-0.072 1.22702,-0.223999 0.38699,-0.149002 0.65597,0.109001 1.01199,0.009 -0.009,-0.186004 -0.12201,-0.299003 -0.30801,-0.309005 0.48202,-0.539002 -0.215,-0.745995 -0.453,-1.167 0.251,-0.031 0.16,-0.138001 0.255,-0.293999 0.14002,-0.233002 0.655,-0.098 0.87402,-0.164001 0.15799,-0.047 0.31699,0.180999 0.44199,0.235 0.15601,0.068 1.03101,-0.1 0.52301,-0.324997 0.32898,0.055 0.45499,-0.371002 0.81,-0.261001 -0.066,-0.077 -0.129,-0.156998 -0.189,-0.238999 0.086,-0.05 0.17298,-0.098 0.262,-0.141998 -0.18802,-0.067 -0.379,-0.122002 -0.573,-0.167 0.12399,-0.425003 0.35299,-0.108001 0.621,-0.149002 0.21399,-0.033 0.271,-0.399002 0.50497,-0.382004 0.18302,0.014 0.15101,0.311005 0.30301,0.340004 0.23301,0.044 0.586,-0.163002 0.38001,-0.428001 0.418,0.153999 0.78201,0.336998 1.241,0.308998 -0.072,-0.07899 -0.14399,-0.157997 -0.215,-0.237999 0.31299,0.01 0.508,-0.186996 0.42999,0.214005 0.29602,-0.289002 0.624,-0.003 0.879,-0.547005 -0.21399,-0.1 -0.62698,-0.227997 -0.33398,-0.524002 0.015,0.482002 0.59399,0.277 0.811,0.07101 0.12698,-0.122002 -0.20401,-0.262001 0.10498,-0.310006 0.24902,-0.04 0.271,-0.358001 0.513,-0.451995 -0.18298,-0.021 -0.349,-0.084 -0.49899,-0.190003 0.586,-0.016 1.15399,0.159996 1.73901,0.166001 -0.48202,0.033 -1.47,0.491996 -1.574,1.024002 0.25399,-0.182 0.74099,0.154998 1.03299,0.187996 0.39599,0.045 0.081,-0.558999 0.54101,-0.520997 -0.169,0.115998 -0.225,0.304001 -0.096,0.475998 0.241,-0.359001 0.99399,-0.071 1.04902,-0.595001 0.19699,0.067 0.28097,0.236 0.18798,0.428002 0.27799,-0.178002 0.62101,-0.04 0.88501,-0.267998 0.34699,-0.301003 0.41599,-0.200005 0.832,-0.280007 -0.13202,-0.258995 0.10199,-0.543998 -0.26501,-0.666999 0.31699,-0.226998 0.27701,0.150001 0.55899,0.273002 0.22601,0.097 0.48401,0.128998 0.728,0.132004 -0.19898,-0.164001 -0.14698,-0.348 0.072,-0.452003 -0.137,0.687004 1.29098,-0.276001 1.49899,-0.309998 -0.164,-0.184006 -0.079,-0.372002 0.11899,-0.476006 -0.054,0.545006 0.45602,-0.125 0.095,0.381005 0.194,-0.101998 0.60501,-0.624001 0.85699,-0.429001 -0.061,-0.228996 0,-0.609001 0.33402,-0.476002 -0.40201,-0.335998 0.741,-0.190998 0.797,-0.514999 0.045,-0.253998 0.39901,-0.251999 0.22799,-0.531998 0.28601,0.134998 0.504,-0.167999 0.45002,-0.429001 0.32898,0.102001 0.38598,-0.185001 0.613,-0.321998 0.27698,-0.165001 0.84198,-0.270001 1.16898,-0.393002 0.21902,-0.083 0.75,0.084 0.86502,-0.131 0.093,-0.171002 0.035,-0.460999 0.32898,-0.391999 -0.02,-0.338001 -0.379,-0.290001 -0.59198,-0.429001 0.17599,0.045 0.34299,0.021 0.49899,-0.072 -0.104,-0.144001 -0.45401,-0.217003 -0.48901,-0.401001 -0.052,-0.275002 0.26101,-0.219002 0.29699,-0.48 0.068,0.244999 0.064,0.626999 0.40403,0.381001 0.053,0.583999 0.39599,0.417999 0.833,0.571998 -0.505,0.043 -0.11203,0.377999 0.211,0.376999 0.599,-0.003 1.17398,0.055 1.767,-0.067 -0.088,-0.177002 -0.22201,-0.304001 -0.40402,-0.381001 0.24902,0.011 0.35901,0.215 0.56201,0.316998 0.22299,0.111 0.444,0.034 0.67499,0.016 -0.032,-0.196003 -0.17899,-0.330001 -0.37998,-0.333 0.237,-0.045 0.482,0.108998 0.57599,-0.200001 0.082,-0.264999 0.44501,0.119 0.56,0.161999 0.229,0.085 1.164,0.185002 1.05301,-0.295997 0.384,0.237999 0.86999,0.093 1.258,-0.048 0.20999,-0.076 0.375,-0.241001 0.61099,-0.125 0.20901,0.102997 0.39999,-0.023 0.393,-0.255001 0.18201,0.272 0.81101,0.107998 1.04901,0.024 0.38398,-0.136997 0.74198,-0.05 1.14499,-0.18 0.29099,-0.094 0.586,0.002 0.87699,-0.077 0.21801,-0.06 0.31701,-0.291001 0.55801,-0.291001 0.51099,0 0.84799,-0.418999 1.32501,-0.523998 -0.58902,0.02 0.21799,-0.167 0.47599,-0.071 -0.089,-0.430001 0.042,-0.140999 0.333,-0.198002 0.193,-0.037 0.44699,-0.346001 -0.022,-0.278 0.28201,-0.313999 0.664,0.041 0.99899,-0.072 -0.60699,-0.105999 0.28601,0.056 -0.096,-0.381 0.23001,0.061 0.483,0.074 0.71902,0.052 0.186,-0.017 0.90698,-0.290001 0.306,-0.409001 0.26599,0.017 0.741,0.182999 0.966,0.058 0.34198,-0.188999 0.25,-0.490002 -0.156,-0.486 0.20599,0.017 1.10498,0.171001 0.99899,-0.263 0.23001,0.088 0.479,0.288002 0.73801,0.144001 -0.138,-0.121003 -0.29602,-0.168 -0.47702,-0.144001 0.52502,-0.039 1.58902,-0.168999 2.02401,-0.475998 -0.23999,-0.281002 -0.759,-0.123001 -1.06302,-0.086 -0.52297,0.065 -1.15399,0.043 -1.65899,-0.109001 -0.44098,-0.132999 -0.944,-0.03 -1.36398,-0.239998 -0.503,-0.251999 -0.90601,-0.219002 -1.43601,-0.088 0.074,-0.085 0.146,-0.173 0.215,-0.261997 -0.55799,-0.109001 -1.09,0.202999 -1.62101,0.308998 -0.695,0.138 -1.432,-0.164002 -2.01599,0.355999 -0.453,0.403999 -0.59301,0.071 -1.048,0.153 -0.39899,0.072 -1.172,0.068 -1.53299,-0.127999 0.52399,0.077 1.56598,0.022 2.04498,-0.198001 0.29502,-0.133999 0.60401,-0.292 0.93201,-0.326001 0.44101,-0.045 0.85599,0.083 1.23999,-0.213997 -0.552,-0.569 -1.97199,-0.08 -2.64398,-0.012 -0.246,0.026 -0.491,0.073 -0.73902,0.048 -0.234,-0.023 -0.11798,-0.329003 -0.35998,-0.244999 -0.285,0.099 -1.103,0.280998 -1.353,0.066 0.47699,0.037 1.323,0.014 1.70099,-0.325001 0.37702,-0.337997 1.25699,-0.577 0.29901,-0.912998 0.366,0.115997 0.89298,0.142998 1.25998,0.024 -0.173,-0.056 -0.30099,-0.198997 -0.32999,-0.381 0.26301,-0.07 0.38999,0.173999 0.54401,0.329002 0.245,0.245998 0.69098,0.154999 1,0.147999 0.586,-0.014 2.21799,-0.117001 2.482,-0.687 0.078,-0.167 0.552,0.187 0.50799,-0.217999 -0.025,-0.225002 -0.337,-0.342003 -0.517,-0.389 -0.30999,-0.081 -0.63199,0.023 -0.94601,0.018 -0.526,-0.007 -1.047,-0.105 -1.573,-0.105 0.66501,-0.175998 -0.34698,-0.168998 -0.51199,-0.174999 -0.49701,-0.019 -0.995,0.219002 -1.48899,0.08 0.529,-0.065 1.633,0.132004 2.00098,-0.356998 -0.181,-0.041 -1.40298,-0.515 -0.737,-0.429001 -0.33298,-0.086 -0.685,-0.083 -1.02499,-0.072 0.17999,-0.18 0.126,-0.373001 -0.096,-0.476002 0.52002,0.269001 1.026,0.344002 1.52402,0.613003 0.371,0.202 0.87298,0.826 1.32098,0.758 0.186,-0.027 0.32501,-0.164002 0.51501,-0.180001 0.25599,-0.022 0.508,0.121998 0.76099,0.142998 0.69602,0.058 1.13501,0.600002 1.86401,0.537003 0.41901,-0.036 0.91501,0.544998 0.848,0.945999 -0.124,0.742 0.48001,0.868 1.07101,1.053001 0.32999,0.104 1.151,0.310997 1.45798,0.026 0.194,-0.180999 0.05,-1.025997 0.52002,-0.729 -0.61801,0.999001 0.50799,0.483002 0.61999,0.785 0.19699,0.533001 1.19101,-0.455997 0.50101,-0.355999 0.045,-0.195999 0.19897,-0.323997 0.40298,-0.309997 -0.15798,-0.083 -0.32498,-0.147004 -0.49899,-0.190003 0.297,0.145001 0.414,-0.264 0.642,-0.356998 -0.173,-0.05 -0.34702,-0.059 -0.52301,-0.024 0.08,-0.08 0.159,-0.159001 0.23801,-0.237999 -0.245,0.021 -0.48999,0.055 -0.737,0.047 0.25201,-0.059 0.71499,-0.393002 0.975,-0.237999 0.009,-0.207001 -0.113,-0.296002 -0.30999,-0.262001 0.173,-0.025 0.341,-0.072 0.50198,-0.143002 -0.34799,-0.063 -0.34799,-0.126999 0,-0.189999 -0.642,-0.179 -0.98499,-0.036 -1.50098,0.356999 0.089,-0.692997 0.58499,-0.918999 1.263,-1.048001 -0.45501,-0.008 -0.87002,0.013 -1.263,0.310002 -0.033,-0.202 0.099,-0.327 0.28699,-0.356999 -0.34799,-0.128002 -0.70902,0.099 -1.02499,0.213997 0.113,-0.368999 0.79098,-0.531997 1.11798,-0.571998 -0.31598,-0.291001 -0.80298,-0.097 -1.06598,-0.32 -0.31702,-0.268002 -0.89801,-0.144001 -0.862,-0.513 -0.42801,0.178001 -1.05701,-0.246998 -1.44901,-0.381001 -0.66299,-0.225998 -1.05899,0.377003 -1.67001,0.452 0.17401,-0.095 0.306,-0.259999 0.358,-0.452 -0.255,-0.009 -0.51999,0.063 -0.76398,-0.048 0.23099,0.009 2.23999,0.097 2.085,-0.439999 -0.28501,-0.986999 -2.357,-0.216 -2.892,-0.012 0.082,-0.085 0.16098,-0.172001 0.238,-0.261997 -0.26101,0.033 -0.52502,0.024 -0.78701,0.024 0.181,-0.022 0.35501,-0.07 0.522,-0.143002 -0.49399,-0.166999 -1.04501,0.077 -1.521,-0.166999 0.39801,0.027 0.79401,-0.024 1.19199,-0.024 0.35602,0 0.664,0.23 1.026,0.196999 0.362,-0.033 0.681,-0.230999 1.043,-0.267998 0.36902,-0.038 0.77002,-0.006 1.02502,-0.333999 -0.306,-0.176003 -0.67401,-0.081 -1.00201,-0.166001 -0.52802,-0.137001 -0.957,-0.246002 -1.5,-0.103 -0.375,0.1 -0.867,-0.041 -1.19901,0.119999 -0.24099,0.118 -0.40298,0.395999 -0.70401,0.364002 0.31501,-0.088 0.30503,-0.486 -0.049,-0.477001 0.35498,0.013 0.71601,-0.149002 1.07001,-0.053 0.41199,0.112999 0.651,0.045 0.95398,-0.256 -0.52899,0.016 -0.98099,-0.240998 -1.47501,-0.381001 0.38602,-0.211998 0.70701,0.262001 1.07303,0.292004 0.48099,0.04 0.957,0.238998 1.44199,0.210998 0.44699,-0.025 0.69501,-0.229999 1.074,-0.414001 0.38501,-0.187 0.83301,-0.142998 1.24601,-0.183998 -0.413,-0.270001 -1.06101,-0.527001 -1.38202,-0.905003 0.40701,-0.183998 0.87802,0.428002 1.14902,0.641003 0.42498,0.334999 0.75299,-0.062 1.1,-0.283001 0.448,-0.283001 1.04199,-0.072 1.50699,0.062 0.69199,0.202 1.22101,0.214001 1.935,0.200001 -0.655,0.195999 -1.17301,0.086 -1.80799,-0.105999 -0.34701,-0.105003 -1.02102,-0.299004 -1.21801,0.153 1.37201,0.587997 2.41101,1.083999 3.875,0.487999 0.60101,-0.244999 1.11999,-0.058 1.75601,-0.105999 0.52298,-0.039 0.276,-0.078 0.45599,-0.414002 0.12299,-0.230999 0.44501,-0.328998 0.48401,-0.61 -0.75803,-0.021 -1.509,-0.395001 -2.24402,-0.387001 -0.819,0.008 0.085,0.796001 -0.517,0.909999 0.098,-0.751998 -0.10699,-0.737998 -0.833,-0.951999 0.27002,-0.068 0.58801,0.017 0.74002,-0.285999 -0.13901,-0.14 -0.306,-0.218998 -0.50202,-0.237999 0.40601,0.073 0.88401,-10e-4 1.24002,-0.214001 -0.073,-0.183998 -0.224,-0.331001 -0.40701,-0.404999 0.306,-0.036 0.482,0.299 0.82599,0.292 0.64902,-0.014 1.29101,0.018 1.94,0.018 0.19702,0 0.33002,0.307003 0.49802,0.381 0.19098,0.083 0.41199,0.059 0.61398,0.077 0.58002,0.053 0.995,-0.306 1.47901,-0.553997 -0.24701,0.022 -0.577,-0.123001 -0.499,-0.429001 -0.49701,0.02 -0.927,0.274998 -1.41299,0.031 -0.48401,-0.242 -1.05802,0.120003 -1.564,0.041 0.263,-0.015 0.53699,-0.044 0.76398,-0.189999 -0.30798,-0.264 0.024,-0.545002 0.21201,-0.738003 -0.57999,-0.075 -1.07099,0.082 -1.629,0.202004 -0.56601,0.120998 -0.71799,-0.343003 -1.202,-0.393002 0.50101,0.026 0.70499,0.445 1.26401,0.271 0.59299,-0.185001 1.224,-0.058 1.80499,-0.247002 -0.66299,-0.655998 -1.64001,-0.542 -2.474,-0.761997 0.34,0.041 0.68701,-0.016 1.02201,0.071 -0.249,-0.303001 -0.64402,-0.332001 -0.99802,-0.404999 0.63501,-0.232002 1.268,0.328999 1.80902,0.571999 0.26898,0.119999 1.90299,-0.035 1.56998,0.428001 0.323,0.108998 0.74801,0.143998 1.026,-0.095 0.26602,-0.229999 0.41601,-0.762001 0.046,-0.976002 0.079,-0.048 0.159,-0.095 0.23797,-0.142997 -0.94097,-0.916001 -2.66598,-0.5 -3.83297,-0.5 0.57699,-0.062 1.16,9.99e-4 1.738,0.005 0.56598,0.004 1.10099,-0.218003 1.64499,-0.211003 0.57901,0.008 0.32901,-0.457 -0.14499,-0.424999 -0.56201,0.039 -1.13601,-0.220001 -1.69,-0.108001 0.35098,0.068 0.651,0.280002 0.99899,0.358001 -0.36099,0.04 -0.63699,-0.226002 -0.97601,-0.285999 -0.35599,-0.063 -0.69299,0.148998 -1.048,0.072 0.074,-0.086 0.14602,-0.173001 0.21502,-0.263001 -0.337,-0.274998 -0.89202,-0.153 -1.28701,-0.142998 0.376,-0.241001 0.846,0.086 1.24099,-0.118 -0.17801,-0.012 -0.35299,0.004 -0.526,0.047 0.16501,-0.049 0.332,-0.089 0.50202,-0.118999 -0.159,-0.097 -0.327,-0.112999 -0.50202,-0.047 0.482,-0.081 -0.272,-0.300003 -0.5,0.047 -0.059,-0.181 -0.20801,-0.316998 -0.40298,-0.333 0.10098,-0.099 0.664,-0.404999 0.802,-0.418 0.31699,-0.029 0.44299,0.332001 0.702,0.404999 0.46399,0.131001 1.082,-0.185997 1.518,-0.32 -0.38901,-0.205997 -0.84701,-0.067 -1.263,-0.118999 0.54999,-0.159 1.229,0.245003 1.73999,-0.072 -0.15799,-0.088 -0.324,-0.111 -0.5,-0.071 0.815,-0.260002 1.76801,-0.049 2.582,0.121998 0.51099,0.108002 1.54199,0.424999 1.995,0.03 0.88601,-0.773003 -0.59601,-1.203003 -1.20002,-0.832001 -0.29797,0.182999 -0.55197,-0.005 -0.73797,-0.183003 -0.32602,-0.310997 -1.29801,-0.119998 -1.70902,-0.137996 0.33402,-0.105004 0.68402,0.039 1.02201,-0.047 -0.508,-0.124001 -1.034,-0.126 -1.54801,-0.214001 0.33701,-0.018 0.664,0.1 1.00202,0.047 -0.64402,-0.123001 0.19198,-0.113003 0.28399,-0.095 -0.27301,-0.187 -0.69799,-0.251 -1.02099,-0.214001 1.01599,-0.315998 2.01999,0.173001 3.04498,0.095 -0.134,-0.578998 -1.49298,-0.518001 -1.927,-0.584999 -0.41199,-0.064 -0.745,-0.253002 -1.168,-0.103 -0.48999,0.173999 -0.74698,0.714 -1.237,0.830997 0.68201,-0.236999 -0.38098,-0.285999 -0.526,-0.285999 0.393,-0.388001 0.88702,-0.649998 1.38302,-0.881001 -0.16702,-0.015 -0.333,-0.031 -0.5,-0.047 0.27698,-0.026 0.76398,0.031 0.80399,-0.361 0.025,-0.25 0.51801,-0.488003 0.71701,-0.568001 -0.146,-0.138 -0.31201,-0.170002 -0.49902,-0.095 0.13101,-0.063 1.09701,-0.315998 0.43002,-0.381 0.33798,-0.074 0.72199,-0.236 1.07398,-0.177998 0.316,0.052 0.777,0.175999 0.98501,-0.165001 0.19299,-0.316002 0.409,-0.206001 0.72601,-0.299999 0.19999,-0.06 0.32398,-0.248001 0.525,-0.310001 0.24298,-0.074 0.27499,0.185001 0.5,-0.071 -0.52802,-0.152999 -0.832,0.210999 -1.263,0.167 0.18298,-0.096 0.34198,-0.222999 0.475,-0.381 0.089,-0.1 -0.12002,-0.189999 0.039,-0.269001 0.45902,-0.229 0.56601,-0.520001 1.15101,-0.504998 1.05902,0.028 1.82901,-0.096 2.81201,-0.512001 -0.67801,-0.521 -1.76801,-0.061 -2.53699,-0.073 -0.40802,-0.007 -0.823,-0.016 -1.22501,0.064 -0.207,0.042 -1.11499,0.530998 -0.52401,0.412998 -0.5,0.182998 -0.60498,-0.067 -1.04798,-0.047 0.22498,-0.182999 0.95798,-0.379997 0.47599,-0.475998 0.535,-0.054 1.02999,-0.304001 1.569,-0.332001 0.78399,-0.043 1.58801,0.144001 2.37899,0.136002 1.18702,-0.012 2.26599,-0.107002 3.33701,-0.566002 -1.39999,-0.327 -2.84601,0.03 -4.26199,-0.122002 -0.59,-0.064 -1.18802,-0.169998 -1.78302,-0.115997 -0.66999,0.06 -1.32398,0.231998 -2.00098,0.142998 1.09399,-0.133 2.13699,-0.227997 3.23798,-0.127999 0.42901,0.039 0.86901,0.067 1.29702,-0.006 0.34299,-0.059 0.62198,-0.308998 0.96799,-0.304001 0.87701,0.012 1.74899,0.231003 2.63199,0.104 0.423,-0.06 0.82001,-0.202999 1.25201,-0.193001 0.35501,0.007 0.85599,0.079 1.11301,-0.236 -0.18601,0.006 -0.345,-0.058 -0.47601,-0.189998 0.50299,-0.187001 1.03601,-0.014 1.552,-0.093 0.406,-0.061 0.78399,-0.236002 1.19101,-0.298 0.70797,-0.109001 1.67798,-0.073 2.25699,-0.561001 -1.24399,-0.100001 -2.48099,-0.386 -3.732,-0.497999 -1.51999,-0.134001 -3.04001,-0.014 -4.55499,0.116998 0.055,0.08 0.11099,0.159001 0.168,0.238001 -0.25302,-0.014 -1.138,0.214001 -0.47602,0.167 -0.49099,0.254 -1.26998,0.322001 -1.81799,0.237 -0.31201,-0.048 -0.59601,-0.171 -0.918,-0.159001 -0.504,0.019 -0.979,0.217001 -1.48001,0.255001 0.10001,-0.274 0.383,-0.378 0.64502,-0.429001 -1.42102,0.187001 -2.768,0.529002 -4.143,0.930003 -0.61402,0.18 -1.38401,0.25 -1.961,0.479999 -0.61801,0.245999 -1.11902,0.453999 -1.77701,0.613999 0.14099,-0.064 0.93201,-0.283001 0.23502,-0.262001 0.71899,-0.155999 1.38098,-0.494999 2.05599,-0.774998 0.54599,-0.227001 1.13099,-0.320002 1.667,-0.563002 0.31299,-0.140999 0.75998,-0.337 0.92798,-0.66 0.264,-0.510999 -0.793,-0.536998 -1.03998,-0.521999 -0.52002,0.032 -1.08802,0.015 -1.599,0.104 -0.58801,0.101999 -0.81302,0.6 -1.465,0.608 -0.78702,0.011 -1.54101,0.187 -2.32702,0.254 -0.775,0.066 -1.68699,0.395999 -2.45701,0.269001 0.16703,0.005 0.33402,-0.003 0.5,-0.024 -0.16699,-0.073 -0.34097,-0.113 -0.52297,-0.118999 0.608,-0.318001 1.475,-0.228001 2.14398,-0.298 0.531,-0.055 1.509,0.061 1.83102,-0.488001 -0.51401,-0.42 -1.82703,-0.17 -2.43701,-0.181999 -1.104,-0.021 -2.23001,-0.067 -3.32999,0.044 -2.11001,0.213001 -4.22101,0.302 -6.32702,0.591002 0.18902,-0.576 1.453,-0.515002 1.91,-0.522002 1.02301,-0.017 2.06,0.02 3.064,-0.215999 -0.56299,-0.434 -1.49299,-0.191 -2.14298,-0.191 1.237,-0.146999 2.47,0.174 3.707,0.078 1.44898,-0.113001 2.89398,0.003 4.34299,-0.003 1.40301,-0.006 2.794,-0.245001 4.19501,-0.249001 0.682,-0.002 1.34399,0.026 2.00799,-0.165001 0.48001,-0.139 1.094,-0.116998 1.53501,-0.351 -1.167,-0.562999 -2.63801,-0.404998 -3.88202,-0.261999 0.098,-0.069 0.194,-0.139999 0.28802,-0.215 -1.00601,-0.315 -2.05701,0.223 -3.073,0.191 0.61899,-0.035 1.22,-0.198 1.80899,-0.381 -1.20999,-0.586001 -2.68399,-0.119 -3.961,-0.119 -1.58599,0 -3.143,-0.16 -4.729,-0.01 -1.37799,0.130001 -2.66299,0.166 -4.05499,0.197 -0.34101,0.007 -0.58002,-9.99e-4 -0.871,0.192999 -0.079,0.052 -0.63202,-0.118999 -0.73401,-0.119999 -0.69699,-0.009 -1.35599,0.246001 -2.02899,0.240999 0.13299,-0.028 0.87799,-0.154998 0.28399,-0.215 1.483,-0.187 2.98401,-0.213998 4.478,-0.213998 -0.33301,-0.183001 -0.70899,-0.145001 -1.07199,-0.190001 0.905,0 1.806,0.184 2.712,0.095 0.91498,-0.09 1.83298,-0.142999 2.75299,-0.142999 2.02799,0 4.06699,0.106001 6.08399,-0.167 -1.17999,-0.559 -2.582,-0.267 -3.83698,-0.309 0.71598,0.087 -0.613,0.034 -0.76001,0 0.17301,-0.023 0.34699,-0.031 0.52201,-0.024 -0.29602,-0.122 -0.57801,0.018 -0.879,0 -0.332,-0.02 -0.64102,-0.167 -0.97601,-0.167 -0.68201,0 -1.36499,0.044 -2.047,0.024 -1.36499,-0.041 -2.73401,-0.151001 -4.09799,-0.024 0.097,0.047 0.19299,0.095 0.28799,0.143 -0.33099,0.123001 -0.491,-0.116 -0.76401,-0.166001 -0.234,-0.043 -0.75299,0.07 -1.02798,0.082 -0.896,0.038 -1.89401,-0.215 -2.758,0.084 0.18198,0.021 0.349,0.084 0.499,0.19 -0.58402,0.078 -1.13202,-0.256 -1.715,-0.208 -0.612,0.051 -1.21301,0.184999 -1.83102,0.113001 -0.15,0.574999 2.109,0.49 2.42801,0.452999 -0.879,0.215 -1.797,0.061 -2.689,0.142999 0.63901,0.175002 1.30399,-0.004 1.95099,0.071 -0.88999,0 -1.81699,-0.153 -2.69199,0.072 0.26999,0.034 0.45099,0.319 0.741,0.262001 -0.245,0.209999 -0.62799,-0.006 -0.866,-0.108999 -0.36599,-0.159 -0.74499,-0.146002 -1.13601,-0.133001 -0.896,0.03 -1.80198,-0.404 -2.69098,-0.211001 0.725,-0.111999 -0.414,-0.299999 -0.59302,-0.314998 -0.42899,-0.035 -0.94898,-0.061 -1.358,0.100999 0.199,-0.006 0.39801,0.002 0.595,0.024 -0.47299,0.072 -0.953,0 -1.42798,0 0.43198,0.164999 0.91,0.096 1.35599,0.189998 -0.64099,-0.035 -1.284,-0.044 -1.92401,-0.101 -0.66098,-0.059 -1.32099,0.133002 -1.98099,0.03 0.58499,0.201 1.20901,0.216999 1.80899,0.357 -0.54498,-0.06 -1.09299,-0.076 -1.63898,-0.125 -0.647,-0.06 -1.35501,-0.286001 -1.98001,0.006 0.26901,-0.014 0.54501,0.023 0.78699,0.143 -0.36398,-0.021 -0.72901,-0.145001 -1.094,-0.048 0.41102,0.192 0.891,0.17 1.33301,0.167 0.275,-0.002 0.54999,9.99e-4 0.82501,-0.007 0.096,-0.003 0.95697,0.027 0.31598,-0.111999 1.45902,0.075 2.91901,0.044 4.37702,0.102998 0.58798,0.023 1.17099,0.105002 1.75799,0.122002 0.19901,0.006 1.71299,0.163999 1.03101,0.393999 0.50598,0.069 -0.003,0.337 -0.112,0.222 -0.18701,-0.191999 -0.48102,-0.288 -0.73001,-0.363001 -0.49701,-0.149999 -1.26901,-0.354999 -1.77701,-0.144998 0.082,0.044 0.16299,0.091 0.241,0.142999 -0.19699,0.595999 -0.444,-0.142999 -0.61499,-0.193 -0.49799,-0.145001 -1.09,-0.102999 -1.60001,-0.085 -0.629,0.023 -1.25998,0.029 -1.88898,0.038 -0.56802,0.008 -1.24102,-0.162001 -1.77902,0.074 0.39502,0.125999 0.79801,0.224001 1.20301,0.311001 0.20599,0.043 0.41201,0.084 0.61801,0.122999 0.14499,0.028 1.02499,0.049 0.345,0.209 0.69998,0.135999 1.42099,0.071 2.11999,0.214 -0.71899,0.045 -1.46701,-0.028 -2.17901,-0.128999 -0.29499,-0.042 -0.60398,-0.087 -0.90198,-0.034 -0.181,0.033 -0.862,0.33 -0.25302,0.376999 -0.263,0.052 -0.552,0.029 -0.78299,0.190001 0.16601,0.018 0.332,0.033 0.49899,0.048 -0.58899,0.188 0.11002,0.207001 0.26102,0.214001 -0.87802,0.205 -1.68201,0.042 -2.513,-0.259001 -0.68701,-0.25 -1.43201,-0.163 -2.11103,-0.407 -0.63598,-0.228 -1.46997,-0.322 -2.13897,-0.453001 -0.89502,-0.175998 -1.83801,-0.130998 -2.73801,-0.024 0.22699,0.158001 0.12201,0.451 0.33801,0.587 0.35199,0.220001 0.926,0.289002 1.32898,0.366001 -0.74899,0.232001 -1.60498,0.133999 -2.358,-0.024 0.47601,0.271999 1.047,0.278999 1.52402,0.548 -0.551,0.14 -1.009,-0.186 -1.52402,-0.309999 -0.642,-0.154001 -1.341,-0.194 -1.99499,-0.288 -0.20801,-0.03 -0.51099,-0.123001 -0.72,-0.074 -0.26499,0.062 -0.41599,0.337 -0.69901,0.406001 -0.39798,0.097 -1.01999,0.500999 -1.418,0.432001 0.23001,-0.401001 0.91702,-0.453001 1.07602,-0.925001 0.24799,-0.737 -2.24802,-0.385001 -2.53101,-0.361 0.732,-0.04 -0.803,0.121 -1.00601,0.142 -0.496,0.05 -0.95898,-0.016 -1.45498,0.018 -1.33301,0.089 -2.67701,0.067 -3.991,0.340001 0.255,0.094 0.52899,0.041 0.78699,0.119001 0.237,0.072 0.393,0.295999 0.60299,0.413999 0.22901,0.129 0.55402,0.083 0.806,0.154 0.38602,0.11 0.74802,0.288 1.137,0.385 -0.72001,0.024 -1.41199,-0.349001 -2.13999,-0.386999 -0.32101,-0.017 -0.41601,-0.071 -0.58301,-0.317001 -0.17999,-0.264 -0.639,-0.173001 -0.91299,-0.191 -0.676,-0.044 -1.35901,-0.136 -2.03699,-0.058 -0.42001,0.048 -1.647,0.613998 -0.587,0.762998 -0.32202,0.158001 -0.73001,0.091 -1.00202,0.357001 0.062,0.08 0.12601,0.160002 0.19101,0.238001 -0.763,0.272999 -1.673,-0.03 -2.45599,-0.082 -0.405,-0.026 -0.89002,-0.105 -1.25501,0.126999 -0.268,0.170002 0.052,0.511001 0.13999,0.693001 -0.21298,-0.161999 -0.332,-0.414002 -0.525,-0.596001 -0.27499,-0.256998 -0.92599,0.053 -1.25799,0.093 -0.94901,0.115998 -1.83301,0.451001 -2.776,0.584 -0.792,0.111 -1.56601,0.25 -2.35001,0.397999 -0.423,0.08 -1.289,0.156002 -1.49798,0.616001 0.359,-0.03 0.686,0.224998 1.10299,0.184997 0.43701,-0.042 0.81699,0.076 1.24799,0.088 1.02402,0.027 2.108,-0.364998 3.126,-0.201001 -0.72698,-0.026 -1.74099,-0.02 -2.32901,0.474 -0.24798,0.208 -0.22897,0.543003 -0.48199,0.745002 -0.34399,0.275997 -0.832,0.364998 -1.25198,0.454998 -1.01603,0.216 -1.79901,0.431999 -2.85901,0.337002 -0.59101,-0.053 -1.09,0.094 -1.66998,0.16 -0.76301,0.088 -1.54502,0.036 -2.28803,0.257999 0.702,0.106999 -0.23499,0.186001 -0.34698,0.197998 -0.40802,0.044 -0.82001,0.031 -1.22602,0.099 -0.332,0.056 -0.67099,0.055 -1.00299,0.105999 -0.29199,0.044 -0.56201,0.259999 -0.83899,0.284001 -0.56601,0.047 -1.061,-0.045 -1.64602,0.057 -0.383,0.067 -0.766,0.06 -1.15198,0.095 -0.35602,0.033 -0.59802,0.348 -0.95401,0.375 0.64801,0.138001 -0.53101,0.413998 -0.741,0.356998 0.40601,0.079 0.676,0.376999 1.048,0.524003 0.35901,0.141998 0.86301,0.140998 1.241,0.095 -0.17001,0.06 -0.337,0.123001 -0.50299,0.191002 0.819,0.207001 1.63098,-0.187 2.45398,-0.119 -0.42499,0.134999 -0.86899,0.224999 -1.31,0.286 0.495,0.234001 1.267,0.144001 1.763,-0.048 -0.41,0.296002 -0.97799,0.246998 -1.45199,0.333001 0.64898,0.220001 1.38501,0.274997 2.06601,0.223999 0.32498,-0.025 0.41,-0.052 0.573,-0.3 0.15499,-0.236999 0.51998,0.187001 0.729,0.216 0.68899,0.093 1.30698,-0.096 1.957,-0.284 0.42798,-0.124001 1.26898,-0.306 1.41199,0.310001 -0.228,0.142998 -0.646,0.134998 -0.90799,0.125999 -0.28302,-0.01 -0.20401,0.364998 0.10098,0.327 -0.56998,0.116001 -1.324,-0.256001 -1.936,-0.237 -0.823,0.024 -1.68699,0.054 -2.49598,0.213002 0.47699,0.362999 1.23499,0.215 1.78598,0.194999 0.883,-0.032 1.73902,0.202 2.61902,-0.005 -0.87903,0.411 -8.85602,-0.531002 -8.71402,0.523999 0.26001,-0.053 0.504,0.074 0.76401,0.048 -0.17401,0.038 -0.349,0.061 -0.526,0.072 0.758,0.786 1.66901,-0.508003 2.5,-0.191002 -0.37299,0.002 -0.936,0.168999 -1.17099,0.475003"
               style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
               inkscape:connector-curvature="0" /><path
               id="path4232"
               d="m 341.47821,58.6354 c -0.078,-0.05 -0.15701,-0.042 -0.238,0.024 0.079,-0.008 0.15799,-0.016 0.238,-0.024"
               style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
               inkscape:connector-curvature="0" /><path
               id="path4234"
               d="m 341.38221,58.373399 c -0.08,0.102005 -0.155,0.063 -0.11899,0.237999 0.039,-0.07899 0.079,-0.157997 0.11899,-0.237999"
               style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
               inkscape:connector-curvature="0" /><path
               id="path4244"
               d="m 342.43021,60.826402 c -0.086,0.024 -0.16501,0.06399 -0.23801,0.118995 0.079,-0.04 0.159,-0.07899 0.23801,-0.118995"
               style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
               inkscape:connector-curvature="0" /><path
               id="path4246"
               d="m 342.52622,61.611398 c -0.083,0.024 -0.16202,0.056 -0.23801,0.096 0.079,-0.032 0.159,-0.06399 0.23801,-0.096"
               style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
               inkscape:connector-curvature="0" /><path
               id="path4250"
               d="m 342.88321,62.255403 c -0.081,0.006 -0.16,0.02199 -0.238,0.048 0.08,-0.017 0.15899,-0.033 0.238,-0.048"
               style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
               inkscape:connector-curvature="0" /><path
               id="path4254"
               d="m 343.14521,63.255403 c -0.091,-0.006 -0.17801,0.01 -0.262,0.047 0.087,-0.016 0.17499,-0.031 0.262,-0.047"
               style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
               inkscape:connector-curvature="0" /><path
               id="path4350"
               d="m 349.8122,65.493402 c -0.079,-0.072 -0.42398,0.276001 -0.47699,0.309997 0.19101,-0.055 0.349,-0.158996 0.47699,-0.309997"
               style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
               inkscape:connector-curvature="0" /><path
               id="path4360"
               d="m 351.02521,66.183396 c -0.004,0.09 0.028,0.170006 0.096,0.239006 -0.032,-0.08 -0.064,-0.159004 -0.096,-0.239006"
               style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
               inkscape:connector-curvature="0" /><path
               id="path4362"
               d="m 352.3122,66.588403 v 0.190994 c 0.096,-0.051 0.18301,-0.114998 0.26102,-0.190994 -0.086,-0.04501 -0.17301,-0.04501 -0.26102,0"
               style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
               inkscape:connector-curvature="0" /><path
               id="path4366"
               d="m 354.31321,64.3024 c 0.17599,0.093 0.34301,0.077 0.49899,-0.048 -0.16898,-0.009 -0.33499,0.008 -0.49899,0.048"
               style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
               inkscape:connector-curvature="0" /><path
               id="path4218"
               d="m 339.66922,52.3024 c 0.20798,0.095 0.47098,0.055 0.499,-0.214997 -0.193,0.009 -0.35901,0.08099 -0.499,0.214997"
               style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
               inkscape:connector-curvature="0" /><path
               id="path4220"
               d="m 339.9802,52.682397 c 0.083,-0.213997 0.019,-0.333 -0.24198,-0.118996 0.081,0.04 0.16098,0.079 0.24198,0.118996"
               style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
               inkscape:connector-curvature="0" /><path
               id="path4224"
               d="m 340.88221,53.325402 c -0.107,-0.02 -0.194,0.019 -0.26099,0.118996 0.087,-0.039 0.17398,-0.07899 0.26099,-0.118996"
               style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
               inkscape:connector-curvature="0" /><path
               id="path4230"
               d="m 341.64322,55.4684 c -0.155,-0.140999 -0.38601,0.005 -0.47302,0.142998 0.172,9.99e-4 0.33002,-0.047 0.47302,-0.142998"
               style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
               inkscape:connector-curvature="0" /><path
               id="path4236"
               d="m 342.35721,54.873399 c -0.31201,-0.132996 -0.738,0.281997 -0.975,0.428001 0.397,0.013 0.721,-0.118004 0.975,-0.428001"
               style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
               inkscape:connector-curvature="0" /><path
               id="path4240"
               d="m 342.90622,54.945397 c -0.474,-0.383995 -0.92602,0.578003 -1.237,0.785004 0.46799,-0.141998 0.85797,-0.494003 1.237,-0.785004"
               style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
               inkscape:connector-curvature="0" /><path
               id="path4258"
               d="m 343.6442,63.064401 c -0.168,-0.042 -0.327,-0.018 -0.47598,0.072 0.168,0.04 0.32699,0.016 0.47598,-0.072"
               style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
               inkscape:connector-curvature="0" /><path
               id="path4264"
               d="m 344.55021,64.517404 c -0.28699,-0.144005 -0.59601,-0.064 -0.883,0.02299 0.15799,0.416999 0.70801,0.329002 0.883,-0.02299"
               style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
               inkscape:connector-curvature="0" /><path
               id="path4266"
               d="m 344.00122,63.755403 c -0.087,0.031 -0.17401,0.063 -0.26101,0.095 0.16601,-0.01701 0.33301,-0.033 0.49899,-0.048 -0.079,-0.015 -0.159,-0.031 -0.23798,-0.047"
               style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
               inkscape:connector-curvature="0" /><path
               id="path4326"
               d="m 347.7652,64.279397 c 0.007,-0.048 0.015,-0.096 0.023,-0.142998 -0.40899,0.041 -0.98099,0.174004 -1.26401,0.5 0.37101,-0.242996 0.844,-0.181999 1.241,-0.357002"
               style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
               inkscape:connector-curvature="0" /><path
               id="path4328"
               d="m 347.50321,64.588403 c -0.18299,0.021 -0.349,0.084 -0.49899,0.189995 0.182,-0.021 0.34899,-0.084 0.49899,-0.189995"
               style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
               inkscape:connector-curvature="0" /><path
               id="path4334"
               d="m 348.1222,64.755403 c -0.19498,-0.007 -0.37,0.049 -0.526,0.166 0.18701,-0.01701 0.363,-0.07301 0.526,-0.166"
               style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
               inkscape:connector-curvature="0" /><path
               id="path4340"
               d="m 349.33521,65.612397 c -0.42401,-0.09199 -0.5,0.187004 -0.668,0.5 0.26099,-0.103996 0.539,-0.231994 0.668,-0.5"
               style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
               inkscape:connector-curvature="0" /><path
               id="path4352"
               d="m 349.66922,65.469399 c -0.081,0.04 -0.17401,0.074 -0.238,0.142998 0.08,-0.047 0.15899,-0.09499 0.238,-0.142998"
               style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
               inkscape:connector-curvature="0" /><path
               id="path4354"
               d="m 350.26423,66.588403 c 0.21899,0.027 0.45297,0.008 0.64199,-0.119004 -0.182,-0.343002 -0.53701,-0.180999 -0.64199,0.119004"
               style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
               inkscape:connector-curvature="0" /><path
               id="path4356"
               d="m 350.7172,66.588403 c -0.079,0.064 -0.15799,0.126999 -0.23798,0.190994 0.20398,0.172005 0.53299,-0.114998 0.784,-0.190994 -0.181,-0.056 -0.36402,-0.056 -0.54602,0"
               style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
               inkscape:connector-curvature="0" /><path
               id="path4358"
               d="m 351.24021,67.160401 c 0.207,-0.024 0.38199,-0.111999 0.526,-0.262001 -0.39499,-0.274002 -0.647,-0.164001 -0.92899,0.190003 0.19498,0.012 0.361,-0.052 0.499,-0.190003 -0.032,0.087 -0.064,0.173996 -0.096,0.262001"
               style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
               inkscape:connector-curvature="0" /><path
               id="path4364"
               d="m 352.6232,66.588403 c -0.049,0.07999 -0.097,0.158996 -0.14599,0.237999 0.085,-0.062 0.13299,-0.140999 0.14599,-0.237999"
               style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
               inkscape:connector-curvature="0" /><path
               id="path4368"
               d="m 357.43122,60.159402 c 0.20398,-0.229004 0.164,-0.308998 -0.11902,-0.237999 0.04,0.07899 0.08,0.158997 0.11902,0.237999"
               style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
               inkscape:connector-curvature="0" /><path
               id="path4370"
               d="m 359.0282,59.159402 c 0.15,-0.093 0.26001,-0.220001 0.331,-0.381004 -0.18399,0.046 -0.31998,0.187004 -0.331,0.381004"
               style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
               inkscape:connector-curvature="0" /><path
               id="path4372"
               d="m 359.9812,58.516397 c 0.043,-0.205994 -0.038,-0.212998 -0.24099,-0.02399 0.08,0.008 0.16,0.016 0.24099,0.02399"
               style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
               inkscape:connector-curvature="0" /><path
               id="path4534"
               d="m 351.43222,66.588403 c 0.087,-0.03201 0.17398,-0.063 0.26099,-0.095 -0.18799,0.009 -0.354,-0.04601 -0.49899,-0.167 0.23498,-0.255005 1.73199,-0.158005 1.763,0.262001 -0.246,0.006 -0.46802,-0.109001 -0.69101,-0.190003 0.094,0.566002 -0.556,0.331002 -0.83399,0.190003"
               style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
               inkscape:connector-curvature="0" /><path
               id="path4536"
               d="m 357.21622,59.612397 c 0.12399,-0.390999 0.58798,-0.286995 0.883,-0.213997 -0.28,0.110001 -0.57602,0.221001 -0.883,0.213997"
               style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
               inkscape:connector-curvature="0" /><path
               id="path4538"
               d="m 359.0752,57.707398 c 0.10702,-0.266998 0.38299,-0.337997 0.522,-0.048 -0.168,-0.112 -0.38098,-0.109001 -0.522,0.048"
               style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
               inkscape:connector-curvature="0" /><path
               id="path4544"
               d="m 408.7212,26.942399 c 0.24102,0.015 0.46002,0.128002 0.66803,0.239002 -0.22803,-0.062 -0.45203,-0.142002 -0.66803,-0.239002"
               style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
               inkscape:connector-curvature="0" /></g></g><g
           id="dk"
           style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"><title
             id="title3710">Denmark</title><path
             inkscape:connector-curvature="0"
             id="path4494"
             d="m 459.6272,79.803399 c 0.16602,0.109001 0.32401,0.693001 0.64502,0.475998 0.33398,-0.223999 -0.40802,-0.612 -0.64502,-0.475998"
             style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1" /><path
             inkscape:connector-curvature="0"
             id="path4548"
             d="m 456.3902,75.660401 c 0.032,-0.079 0.063,-0.158004 0.095,-0.237999 0.138,0.153 0.552,0.399994 0.76401,0.262001 0.092,0.400994 0.35699,0.254998 0.42401,-0.034 0.15997,-0.697998 1.142,-0.384002 0.621,-0.131996 0.215,0.021 0.543,-0.041 0.526,0.284996 0.076,-0.299995 0.079,-0.436996 -0.238,-0.404999 -0.015,-0.244003 -0.081,-0.607002 0.13598,-0.791 0.141,-0.092 0.297,-0.127998 0.46601,-0.110001 0.26901,0.016 0.42001,-0.098 0.655,-0.098 0.285,0 0.46399,0.012 0.73199,0.119003 0.327,0.129997 0.22702,0.536995 0.392,0.784996 -0.33298,-0.031 -0.64798,0.07 -0.953,0.190003 0.30801,0.006 0.52301,-0.229004 0.84002,-0.094 0.18799,0.081 -0.186,0.435997 -0.19803,0.569999 0.082,-0.446998 1.27601,-0.211998 1.50901,-0.025 0.199,0.159004 -0.198,0.774002 -0.39899,0.774002 -0.207,-9.99e-4 -0.29199,-0.021 -0.37298,0.227997 -0.24503,-0.056 -0.29401,-0.224999 -0.11902,-0.404999 -0.45499,-0.151001 -0.435,0.234001 -0.456,0.556 -0.033,0.521004 -0.42999,0.418999 -0.80401,0.515999 0.14001,0.013 0.414,0.166999 0.25403,0.349006 -0.20301,0.228997 -0.62302,0.034 -0.875,0.079 0.17498,0.063 0.35098,0.126999 0.52597,0.191002 -0.41498,0.425003 -0.60099,0.18 -0.31998,0.816002 0.17099,0.386001 -0.526,0.375 -0.51401,0.754997 0.32901,-0.03599 0.72601,0.160004 0.642,0.548004 -0.23999,-0.01501 -0.216,-0.260002 -0.44299,-0.082 -0.245,0.189994 -0.51102,0.135993 -0.776,0.054 -0.36301,-0.114006 -1.266,-0.037 -1.06601,-0.663002 -0.193,0.073 -0.33899,-0.034 -0.404,-0.213005 1.11399,0.001 -0.242,-0.922996 -0.311,-1.095993 -0.051,0.520996 -0.32599,0.02299 -0.35199,-0.208999 -0.034,-0.293007 0.029,-0.596001 -0.028,-0.886002 0.028,0.217995 0.42502,0.612999 0.54902,0.237999 0.059,-0.178001 -0.62601,-0.936005 -0.52601,-0.309998 -0.20101,-0.392006 -0.10198,-1.119003 0.024,-1.524002"
             style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1" /><path
             inkscape:connector-curvature="0"
             id="path4492"
             d="m 457.46122,75.422402 c 0.33499,-0.077 0.556,-0.426002 0.47598,-0.762001 -0.12598,0.09 -0.26499,0.155999 -0.414,0.195999 -0.15,0.045 -0.11499,0.309998 -0.29999,0.376 0.072,0.072 0.151,0.136002 0.23801,0.190002"
             style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1" /><path
             inkscape:connector-curvature="0"
             id="path4496"
             d="m 459.65421,78.541398 c 0.007,0.401001 0.53601,0.653999 0.61801,1.048004 0,-0.347 0.229,-0.174003 0.289,0.034 0.05,0.172004 0.76898,0.194 0.88898,0.172004 0.62201,-0.111 0.71301,-0.993003 0.059,-1.135002 0.08,-0.045 0.16,-0.093 0.23798,-0.141998 -0.056,-0.101006 -0.12598,-0.188003 -0.21198,-0.263 0.019,0.238998 -0.14801,0.464996 -0.40701,0.429 0.46899,-0.522003 -1.28101,-0.154007 -1.474,-0.143005"
             style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1" /><path
             inkscape:connector-curvature="0"
             id="path4498"
             d="m 461.12922,80.3994 c 0.031,-0.254997 -0.31,-0.341004 -0.47703,-0.429001 0.14502,0.158005 0.30402,0.301002 0.47703,0.429001"
             style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1" /><path
             inkscape:connector-curvature="0"
             id="path4500"
             d="m 461.32022,79.923402 c 0.095,0.023 0.18998,0.047 0.28498,0.071 0.012,-0.277 -0.13599,-0.201004 -0.28498,-0.071"
             style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1" /><path
             inkscape:connector-curvature="0"
             id="path4502"
             d="m 461.65421,77.517404 c -0.13998,-0.023 -0.23599,-0.102005 -0.28699,-0.238007 0.138,0.166 0.12998,0.324005 -0.023,0.476006 0.19,0.048 0.302,-0.04401 0.31,-0.237999"
             style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1" /><path
             inkscape:connector-curvature="0"
             id="path4504"
             d="m 461.77021,80.089402 c -0.18201,0.166001 -0.18399,0.403 0.027,0.546997 0.107,-0.293998 0.45701,-0.637001 0.30701,-0.975998 -0.067,0.178002 -0.17801,0.320999 -0.33401,0.429001"
             style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1" /><path
             inkscape:connector-curvature="0"
             id="path4506"
             d="m 462.29621,73.946397 c 0.13199,-0.038 0.212,-0.125 0.238,-0.261994 -0.186,-0.006 -0.345,0.057 -0.47601,0.189995 0.079,0.024 0.159,0.048 0.23801,0.072"
             style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1" /><path
             inkscape:connector-curvature="0"
             id="path4508"
             d="m 462.55722,78.970399 c 0.21997,0.078 0.24799,0.308998 0.41599,0.395004 0.15399,0.079 0.41901,0.013 0.58301,0 0.47,-0.039 0.57498,0.486 0.169,0.342995 0.10398,0.021 0.443,0.123001 0.45798,0.261001 -0.059,0.072 -0.13998,0.088 -0.24298,0.049 -0.008,0.194 0.29999,0.888001 0.40298,1.046997 0.067,-0.18 0.39701,-0.530998 0.39301,-0.697998 -0.005,-0.206001 -0.366,-0.262001 -0.439,-0.444 0.18201,0.073 0.36399,0.073 0.54499,0 -0.28,-0.395004 0.041,-0.544998 0.379,-0.667999 0.41,-0.149003 -0.044,-0.362999 -0.19199,-0.511002 -0.32501,-0.325005 0.29999,-0.474998 0.48001,-0.598999 0.41299,-0.287003 -0.159,-0.736 0.216,-1.008003 -0.457,-0.452996 -0.97201,-0.097 -1.45102,0.095 0.35202,0.140999 0.55002,0.903999 0.023,0.929001 0.137,-0.196999 0.26899,-0.424004 0.142,-0.667 -0.098,0.066 -0.363,0.684998 -0.49701,0.599998 -0.22,-0.139999 -0.155,-0.628997 -0.028,-0.648002 -0.194,-0.157997 -0.53302,-0.120995 -0.76102,-0.09499 0.12302,-0.02901 0.202,0.005 0.23902,0.102997 -0.103,0.425003 -0.90302,0.509003 -1.215,0.491997 0.15298,0.173004 1.05298,0.982002 0.38,1.024002"
             style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1" /><path
             inkscape:connector-curvature="0"
             id="path4510"
             d="m 462.3422,80.470399 c 0.319,0.224998 1.46801,0.709999 1.78702,0.313003 0.359,-0.448005 -0.35401,-0.464004 -0.58201,-0.434005 -0.444,0.061 -0.65899,-0.517998 -1.109,-0.187996 0.054,0.08 0.11001,0.158996 0.16601,0.237999 -0.087,0.023 -0.17502,0.047 -0.26202,0.071"
             style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1" /><path
             inkscape:connector-curvature="0"
             id="path4512"
             d="m 464.86921,79.946397 c -0.024,0.095 -0.049,0.191002 -0.073,0.286003 0.096,-0.03 0.86801,-0.188004 0.79001,-0.333 -0.085,-0.155998 -0.58701,0.037 -0.71701,0.047"
             style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1" /><path
             inkscape:connector-curvature="0"
             id="path4514"
             d="m 465.55622,78.2324 c 0.113,0.268997 0.20099,0.251999 0.26498,-0.048 -0.088,0.016 -0.17599,0.032 -0.26498,0.048"
             style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1" /><path
             inkscape:connector-curvature="0"
             id="path4516"
             d="m 470.7952,79.3994 c -0.319,-0.252999 -0.86499,0.032 -0.47498,0.324997 0.62299,0.468002 1.01099,-0.265999 0.47498,-0.324997"
             style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1" /><path
             inkscape:connector-curvature="0"
             id="path4550"
             d="m 456.96222,75.422402 c -0.48401,-0.302002 -0.071,-0.834999 0.24698,-1.067001 0.44702,-0.326004 1.18402,-0.159004 1.702,-0.210998 0.461,-0.04601 0.70001,-0.535004 0.96502,-0.849 0.29398,-0.350006 1.16199,-0.582 1.60999,-0.730003 -0.53699,0.476997 0.097,0.799004 -0.18301,1.344002 -0.31,0.601997 -0.641,0.628998 -1.25098,0.442001 -0.29401,-0.09 -0.55402,-0.026 -0.84802,0.05199 -0.32599,0.085 -0.59299,-0.048 -0.905,0.013 -0.27698,0.055 -0.66498,0.139 -0.858,0.366005 -0.124,0.146996 -0.236,0.602997 -0.47898,0.592995 0.20398,-0.035 0.31998,0.079 0.28699,0.286003 -0.10199,-0.072 -0.198,-0.152001 -0.28699,-0.238999"
             style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1" /></g><g
           id="fo"
           style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"><title
             id="title3317">Faroe Islands (Denmark)</title><g
             id="fo-"
             style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"><path
               inkscape:connector-curvature="0"
               id="path4614"
               d="m 426.19922,61.350404 c 0.108,-0.068 0.21799,-0.131005 0.331,-0.191002 -0.461,-0.221001 -0.749,0.146995 -0.331,0.191002"
               style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1" /><path
               inkscape:connector-curvature="0"
               id="path4616"
               d="m 426.91321,61.016397 c -0.10199,-0.015 -0.59701,-0.553994 -0.66501,-0.321999 -0.10598,0.367004 0.63202,0.773003 0.90302,0.870003 0.046,-0.184998 -0.039,-0.219002 -0.16702,-0.302002 -0.085,-0.059 -0.10798,-0.140999 -0.071,-0.246002 0.24701,0.223007 0.28699,0.191001 0.11899,-0.09499 0.073,0.122993 0.16,0.233993 0.26202,0.333 0.31299,-0.338005 -0.38101,-0.597999 -0.596,-0.690002 -0.10401,0.208 0.014,0.380996 0.21499,0.451996"
               style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1" /><path
               inkscape:connector-curvature="0"
               id="path4624"
               d="m 426.91321,61.016397 c -0.20001,-0.071 -0.31799,-0.243996 -0.21499,-0.451996 0.21499,0.092 0.91,0.351997 0.596,0.690002 -0.10202,-0.09901 -0.18902,-0.210007 -0.26202,-0.333 0.168,0.285995 0.12802,0.318001 -0.11899,0.09499"
               style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1" /><path
               inkscape:connector-curvature="0"
               id="path4618"
               d="m 427.0792,62.993402 c 0.071,-0.319001 -0.288,-0.501 -0.5,-0.642998 0.048,0.284996 0.24102,0.519996 0.5,0.642998"
               style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1" /><path
               inkscape:connector-curvature="0"
               id="path4620"
               d="m 427.19822,62.064401 c 0.099,-0.210999 0.063,-0.430001 -0.23801,-0.213997 0.071,0.07999 0.14999,0.150993 0.23801,0.213997"
               style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1" /><path
               inkscape:connector-curvature="0"
               id="path4622"
               d="m 427.6052,60.969399 c 0.21802,-0.152999 0.225,-0.354995 -0.027,-0.475997 -0.006,0.158996 0.003,0.318 0.027,0.475997"
               style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1" /></g><circle
             id="fo."
             cx="426.60001"
             cy="61.627998"
             r="1.989"
             style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1" /></g></g><g
         transform="matrix(3.1757337,0,0,3.1757337,-0.02195285,3.9026)"
         style="fill:#900000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
         id="st"><title
           id="title3350">São Tomé and Príncipe</title><g
           style="fill:#900000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           id="st-"><path
             inkscape:connector-curvature="0"
             style="fill:#900000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
             d="m 451.46222,236.05139 c 0.22498,-0.12199 0.46299,-0.31399 0.543,-0.56999 0.041,-0.132 0.02,-0.57201 -0.229,-0.504 -0.573,0.159 -0.38001,0.663 -0.314,1.07399"
             id="path2898" /><path
             inkscape:connector-curvature="0"
             style="fill:#900000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
             d="m 453.6742,231.7424 c 0.10299,-0.16099 0.112,-0.328 0.027,-0.5 -0.19901,0.138 -0.207,0.34101 -0.027,0.5"
             id="path5384" /></g><circle
           style="fill:#900000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           r="1.989"
           cy="233.47099"
           cx="452.34799"
           id="st." /></g><g
         transform="matrix(3.1757337,0,0,3.1757337,-0.02195285,3.9026)"
         style="stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
         id="to"><title
           id="title3382">Tonga</title><g
           style="stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           id="to-"><path
             inkscape:connector-curvature="0"
             style="fill:#290000;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1;fill-opacity:1"
             d="m 893.396,296.961 c 0.098,-0.138 0.202,-0.273 0.311,-0.403 -0.242,0.299 -0.431,-0.085 -0.717,-0.026 0.101,0.175 0.236,0.319 0.406,0.429"
             id="path5930" /><path
             inkscape:connector-curvature="0"
             style="fill:#290000;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1;fill-opacity:1"
             d="m 893.8,297.51 c -0.006,-0.092 -0.029,-0.18 -0.07,-0.264 0.024,0.088 0.047,0.176 0.07,0.264"
             id="path5932" /></g><circle
           style="fill:#290000;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1;fill-opacity:1"
           id="to."
           r="1.989"
           cy="296.59399"
           cx="893.61902" /></g><g
         transform="matrix(3.1757337,0,0,3.1757337,-0.02195285,3.9026)"
         style="stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1;fill:#ffdfe0;fill-opacity:1"
         id="ki"><title
           id="title3370">Kiribati</title><g
           style="stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1;fill:#ffdfe0;fill-opacity:1"
           id="ki-"><path
             inkscape:connector-curvature="0"
             style="fill:#900000;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1;fill-opacity:1"
             d="m 37.625,231.242 c 0.047,-0.015 0.095,-0.031 0.143,-0.047 -0.182,-0.202 -0.374,-0.815 -0.691,-0.834 0.12,0.293 0.178,0.526 -0.19,0.453 0.201,0.22 0.521,0.23 0.738,0.428"
             id="path4790" /><path
             inkscape:connector-curvature="0"
             style="fill:#900000;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1;fill-opacity:1"
             d="m 874.768,230.431 c 0.076,-0.214 0.056,-0.409 -0.238,-0.165 0.08,0.055 0.159,0.11 0.238,0.165"
             id="path35688" /></g><circle
           style="fill:#900000;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1;fill-opacity:1"
           cy="230.71201"
           cx="873.85199"
           id="ki."
           r="1.989" /></g><g
         transform="matrix(3.1757337,0,0,3.1757337,-0.02195285,3.9026)"
         style="stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1;fill:#290000;fill-opacity:1"
         id="fm"><title
           id="title3364">Federated States of Micronesia</title><path
           inkscape:connector-curvature="0"
           style="fill:#290000;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1;fill-opacity:1"
           d="m 834.057,216.718 c 0.435,-0.102 0.108,-0.614 -0.238,-0.501 0.01,0.2 0.089,0.367 0.238,0.501"
           id="fm-" /><circle
           style="fill:#290000;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1;fill-opacity:1"
           id="fm."
           r="1.989"
           cy="215.08"
           cx="834.31097" /></g><g
         transform="matrix(3.1757337,0,0,3.1757337,-0.02195285,3.9026)"
         style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
         id="bh"><title
           id="title3396">Bahrain</title><path
           inkscape:connector-curvature="0"
           style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 559.469,161.214 c 0.076,0.158 0.108,0.325 0.096,0.5 -0.045,0.229 0.232,0.393 0.284,0.595 0.098,-0.251 0.11,-1.618 -0.38,-1.095"
           id="bh-" /><circle
           style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           r="1.989"
           cy="160.674"
           cx="559.03302"
           id="bh." /></g><g
         transform="matrix(3.1757337,0,0,3.1757337,-0.02195285,3.9026)"
         style="fill:#510000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
         id="mp"><title
           id="title3351">Northern Mariana Islands (US)</title><path
           inkscape:connector-curvature="0"
           style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 799.865,192.93 c 0.069,-0.153 0.086,-0.311 0.05,-0.476 -0.163,0.128 -0.192,0.318 -0.05,0.476"
           id="mp-" /><circle
           style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           id="mp."
           r="1.989"
           cy="192.321"
           cx="798.677" /></g><g
         transform="matrix(3.1757337,0,0,3.1757337,-0.02195285,3.9026)"
         style="stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1;fill:#ffdfe0;fill-opacity:1"
         id="pw"><title
           id="title3349">Palau</title><path
           inkscape:connector-curvature="0"
           style="fill:#510000;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1;fill-opacity:1"
           d="m 774.176,215.075 c 0.191,-0.258 0.344,-0.665 0.188,-0.977 -0.208,0.248 -0.434,0.673 -0.188,0.977"
           id="pw-" /><circle
           style="fill:#290000;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1;fill-opacity:1"
           r="1.989"
           cy="213.47"
           cx="772.92999"
           id="pw." /></g><g
         transform="matrix(3.1757337,0,0,3.1757337,-0.02195285,3.9026)"
         style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
         id="sc"><title
           id="title3340">Seychelles</title><path
           inkscape:connector-curvature="0"
           style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 575.207,249.815 c 0.027,-0.231 -0.062,-0.52 -0.357,-0.453 0.177,0.093 0.315,0.256 0.357,0.453"
           id="sc-" /><circle
           style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           r="1.989"
           cy="247.839"
           cx="575.45398"
           id="sc." /></g><g
         transform="matrix(3.1757337,0,0,3.1757337,-0.02195285,3.9026)"
         style="fill:#510000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
         id="ag"><title
           id="title3422">Antigua and Barbuda</title><g
           style="fill:#510000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           id="ag-"><path
             inkscape:connector-curvature="0"
             style="fill:#510000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
             d="m 281.259,187.502 c -0.311,0.012 -0.411,-0.442 -0.069,-0.477 0.306,-0.032 0.19,0.348 0.069,0.477"
             id="path6116" /><path
             inkscape:connector-curvature="0"
             style="fill:#510000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
             d="m 281.405,185.93 c -0.192,-0.037 -0.306,-0.186 -0.288,-0.381 0.277,-0.098 0.365,0.164 0.288,0.381"
             id="path6118" /></g><circle
           style="fill:#510000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           r="1.989"
           cy="184.967"
           cx="282.94199"
           id="ag." /></g><g
         transform="matrix(3.1757337,0,0,3.1757337,-0.02195285,3.9026)"
         style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
         id="bb"><title
           id="title3434">Barbados</title><path
           inkscape:connector-curvature="0"
           style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 285.856,198.764 c -0.317,-0.135 -0.261,-0.433 -0.261,-0.714 0.265,0.098 0.75,0.541 0.261,0.714"
           id="bb-" /><circle
           style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           r="1.989"
           cy="198.56"
           cx="286.612"
           id="bb." /></g><g
         transform="matrix(3.1757337,0,0,3.1757337,-0.02195285,3.9026)"
         style="fill:#510000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
         id="vc"><title
           id="title3436">Saint Vincent and the Grenadines</title><path
           inkscape:connector-curvature="0"
           style="fill:#510000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 281.712,198.55 c -0.338,-0.205 -0.104,-0.524 0.073,-0.738 0.174,0.243 0.093,0.52 -0.073,0.738"
           id="vc-" /><circle
           style="fill:#510000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           r="1.989"
           cy="199.43401"
           cx="282.76199"
           id="vc." /></g><g
         transform="matrix(3.1757337,0,0,3.1757337,-0.02195285,3.9026)"
         style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
         id="gd"><title
           id="title3438">Grenada</title><path
           inkscape:connector-curvature="0"
           style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 280.211,201.764 c -0.254,-0.242 -0.041,-0.551 0.215,-0.667 0.096,0.251 0.018,0.525 -0.215,0.667"
           id="gd-" /><circle
           style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           r="1.989"
           cy="201.827"
           cx="279.539"
           id="gd." /></g><g
         transform="matrix(3.1757337,0,0,3.1757337,-0.02195285,3.9026)"
         style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
         id="mt"><title
           id="title3327">Malta</title><path
           inkscape:connector-curvature="0"
           style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 470.987,133.688 c -0.262,-0.027 -0.51,-0.272 -0.38,-0.547 0.192,0.112 0.644,0.254 0.38,0.547"
           id="mt-" /><circle
           style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           r="1.989"
           cy="133.813"
           cx="471.19901"
           id="mt." /></g><g
         transform="matrix(3.1757337,0,0,3.1757337,42.733716,3.9026)"
         style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
         id="mv"><title
           id="title3338">Maldives</title><path
           inkscape:connector-curvature="0"
           style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 605.167,228.438 c 0.026,-0.231 -0.063,-0.52 -0.357,-0.453 0.176,0.093 0.315,0.256 0.357,0.453"
           id="mv-" /><circle
           style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           r="1.989"
           cy="226.459"
           cx="604.88"
           id="mv." /></g><g
         transform="matrix(3.1757337,0,0,3.1757337,-0.02195285,3.9026)"
         style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
         id="kn"><title
           id="title3416">Saint Kitts and Nevis</title><g
           style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           id="kn-"><path
             inkscape:connector-curvature="0"
             style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
             d="m 279.02,186.859 c -0.166,-0.144 -0.324,-0.295 -0.476,-0.453 0.284,-0.136 0.492,0.209 0.476,0.453"
             id="path5926" /><path
             inkscape:connector-curvature="0"
             style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
             d="m 279.166,187.216 c -0.017,-0.088 -0.033,-0.175 -0.05,-0.262 0.117,0.114 0.122,0.143 0.05,0.262"
             id="path5928" /></g><circle
           style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           r="1.989"
           cy="188.85001"
           cx="276.15399"
           id="kn." /></g><g
         transform="matrix(3.1757337,0,0,3.1757337,-0.02195285,3.9026)"
         style="stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
         id="nu"><title
           id="title3385">Niue (New Zealand)</title><path
           inkscape:connector-curvature="0"
           style="fill:#c80200;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1;fill-opacity:1"
           d="m 898.47,289.246 c -0.206,0.027 -0.323,0.174 -0.265,0.38 0.126,-0.101 0.214,-0.227 0.265,-0.38"
           id="nu-" /><circle
           style="fill:#c80200;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1;fill-opacity:1"
           id="nu."
           r="1.989"
           cy="288.185"
           cx="898.79498" /></g><g
         transform="matrix(3.1757337,0,0,3.1757337,-0.02195285,3.9026)"
         style="fill:#510000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
         id="ck"><title
           id="title3401">Cook Islands (NZ)</title><g
           style="fill:#510000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           id="ck-"><path
             inkscape:connector-curvature="0"
             style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
             d="m 14.557,272.589 c 0.104,-0.238 0.032,-0.317 -0.214,-0.238 0.065,0.085 0.136,0.165 0.214,0.238"
             id="path35652" /><path
             inkscape:connector-curvature="0"
             style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
             d="m 23.511,288.281 c 0.075,-0.214 0.055,-0.409 -0.239,-0.165 0.08,0.055 0.16,0.11 0.239,0.165"
             id="path35654" /></g><circle
           style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           id="ck."
           r="1.989"
           cy="283.702"
           cx="18.200001" /></g><g
         transform="matrix(3.1757337,0,0,3.1757337,-0.02195285,3.9026)"
         style="stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1;fill:#510000;fill-opacity:1"
         id="wf"><title
           id="title3387">Wallis and Futuna (FR)</title><path
           inkscape:connector-curvature="0"
           style="fill:#510000;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1;fill-opacity:1"
           d="m 897.983,274.404 c -0.205,0.027 -0.322,0.174 -0.264,0.38 0.126,-0.1 0.214,-0.227 0.264,-0.38"
           id="wf-" /><circle
           style="fill:#510000;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1;fill-opacity:1"
           r="1.989"
           cy="274.50601"
           cx="898.21997"
           id="wf." /></g><g
         transform="matrix(3.1757337,0,0,3.1757337,-0.02195285,3.9026)"
         style="fill:#ffdfe0;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
         id="as"><title
           id="title3393">American Samoa (US)</title><path
           inkscape:connector-curvature="0"
           style="fill:#510000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 909.182,277.245 c 0.111,-0.112 0.222,-0.223 0.334,-0.334 -0.181,0.024 -0.31,0.154 -0.334,0.334"
           id="as-" /><circle
           style="fill:#510000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           id="as."
           r="1.989"
           cy="278.255"
           cx="908.591" /></g><g
         transform="matrix(3.1757337,0,0,3.1757337,-0.02195285,3.9026)"
         style="stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1;fill:#290000;fill-opacity:1"
         id="mh"><title
           id="title3368">Marshall Islands</title><path
           inkscape:connector-curvature="0"
           style="fill:#290000;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1;fill-opacity:1"
           d="m 867.32341,216.99692 c 0.065,-0.10598 0.058,-0.20899 -0.024,-0.30899 -0.086,0.065 -0.15802,0.14499 -0.21399,0.238 0.079,0.024 0.15796,0.047 0.23798,0.071"
           id="mh-" /><circle
           transform="translate(20.9304,-4.05407)"
           style="fill:#290000;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1;fill-opacity:1"
           id="mh."
           r="1.989"
           cy="220.705"
           cx="845.177" /></g><g
         transform="matrix(3.1757337,0,0,3.1757337,-0.02195285,3.9026)"
         style="stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
         id="g32864"><g
           id="g22215"
           style="clip-rule:evenodd;fill:#009000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"><g
             style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
             id="nlx"><title
               id="title3712">Netherlands</title><path
               inkscape:connector-curvature="0"
               style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
               d="m 446.88822,88.804399 c -0.078,0.008 -0.156,0.016 -0.235,0.024 0.252,0.105 0.552,0.459 0.831,0.19 -0.163,-0.144 -0.374,-0.241 -0.596,-0.214"
               id="path6448" /><path
               inkscape:connector-curvature="0"
               style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
               d="m 446.9842,88.685403 c 0.396,-0.151 0.643,0.523 1.025,0.238 -0.296,-0.141 -0.703,-0.598 -1.025,-0.238"
               id="path6450" /><path
               inkscape:connector-curvature="0"
               style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
               d="m 449.00821,85.375398 c 0.205,-0.079 0.349,-0.267 0.192,-0.476 -0.176,0.098 -0.282,0.277 -0.192,0.476"
               id="path6452" /><path
               inkscape:connector-curvature="0"
               style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
               d="m 449.55722,84.613397 c -0.081,0.048 -0.176,0.093 -0.238,0.167 0.079,-0.056 0.159,-0.111 0.238,-0.167"
               id="path6454" /><path
               inkscape:connector-curvature="0"
               style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
               d="m 449.98722,84.3994 c 0.249,-0.077 0.511,-0.126 0.737,-0.262 -0.258,0.044 -0.516,0.115 -0.737,0.262"
               id="path6456" /><path
               inkscape:connector-curvature="0"
               style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
               d="m 451.0322,84.185403 c 0.175,-0.005 0.341,-0.044 0.499,-0.119 -0.176,-0.003 -0.343,0.037 -0.499,0.119"
               id="path6458" /><path
               inkscape:connector-curvature="0"
               style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
               d="m 445.8432,89.971398 c 0.04,-0.442 1.601,-0.095 1.905,-0.096 -0.269,0.274 -0.708,0.479 -1.079,0.304 -0.243,-0.114 -0.736,0.016 -0.826,-0.208"
               id="path6482" /><path
               inkscape:connector-curvature="0"
               style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
               d="m 452.97321,84.084397 c -0.831,0.105 -1.827,0.169 -2.434,0.8 -0.278,0.289 -0.694,0.568 -1.1,0.633 -0.265,0.043 -0.532,0.117 -0.633,0.4 -0.346,0.964 -0.62,1.567 -1.367,2.3 -0.289,0.284 0.431,0.513 0.6,0.567 0.402,0.127 0.902,-0.195 1.034,0.1 -0.518,-0.1 -1.066,0.385 -1.567,0.166 0.447,0.285 -0.073,0.075 -0.267,0.2 0.186,0.131 0.538,0.066 0.567,0.367 -0.367,0.115 -0.581,-0.248 -0.833,-0.433 -0.316,0 -0.71,-0.102 -0.9,0.233 0.241,0.318 0.691,0.253 1.033,0.233 0.282,-0.016 1.188,0.465 1.133,-0.1 0.173,0.132 0.427,0.2 0.567,-0.033 0.117,0.285 0.546,0.193 0.7,0 0.181,0.67 1.156,0.663 1.733,0.9 -0.392,0.453 -0.772,1.121 0.234,1.133 0.433,0.006 -0.074,-0.674 0,-0.8 0.228,-0.388 0.689,-0.795 0.533,-1.3 -0.08,-0.257 -0.256,-0.571 -0.533,-0.666 -0.026,-0.585 0.599,0.024 0.433,-0.434 0.193,0.099 1.325,0.215 1.4,-0.1 0.034,-0.141 -0.206,-0.321 0,-0.433 0.09,-0.03 0.155,-0.08 0.233,-0.133 0.849,-0.848 -0.635,-0.841 -0.4,-1.234 0.176,-0.293 0.773,0.045 0.8,-0.233 0.036,-0.371 0.248,-0.646 0.334,-1 0.132,-0.545 -0.77,-1.201 -1.3,-1.133 z m -2.1,2.366 c 0.079,-0.009 0.175,-0.007 0.266,0.034 0.276,0.121 0.159,0.306 0,0.433 -0.156,0.125 -0.309,0.278 -0.466,0.4 -0.236,0.183 -0.612,-0.177 -0.867,-0.167 0.078,-0.169 0.253,-0.279 0.433,-0.333 0.221,-0.116 0.395,-0.339 0.634,-0.367 z"
               id="path6484" /></g><g
             style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
             id="bq"><title
               id="title3404">Bonaire, Sint Eustatius and Saba (Netherlands)</title><g
               style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
               id="path4203"><path
                 inkscape:connector-curvature="0"
                 id="path7922"
                 style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
                 d="m 263.75799,201.71699 c -0.054,-0.137 0.027,-0.486 -0.147,-0.556 -0.147,-0.059 -0.211,-0.043 -0.161,-0.254 0.31,0.234 0.697,0.41 0.308,0.81" /></g><circle
               style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
               r="1.3999939"
               cy="202.3344"
               cx="264.48221"
               id="bq_" /></g></g><g
           style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           id="g32407"><title
             id="title3677">Aruba (Netherlands)</title><path
             style="clip-rule:evenodd;fill:#290000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
             d="m 259.472,200.383 c -0.04,-0.079 -0.08,-0.158 -0.119,-0.238 0.263,-0.103 0.373,0.277 0.406,0.453 -0.104,-0.061 -0.2,-0.132 -0.287,-0.215"
             id="aw-"
             inkscape:connector-curvature="0" /><circle
             id="aw."
             cx="258.59"
             cy="198.922"
             r="1.989"
             style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"><title
               id="title3442">Aruba (Netherlands)</title></circle></g><g
           id="cw"
           style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"><title
             id="title3402">Curaçao (Netherlands)</title><path
             inkscape:connector-curvature="0"
             id="cw-"
             d="m 262.521,201.669 c -0.409,-0.1 -0.966,-0.454 -0.976,-0.929 0.22,0.033 0.916,0.711 0.976,0.929"
             style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1" /><circle
             id="cw."
             cx="262.55899"
             cy="199.476"
             r="1.989"
             style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1" /></g></g><g
         transform="matrix(3.1757337,0,0,3.1757337,-0.02195285,3.9026)"
         style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
         id="li"><title
           id="title3329">Liechtenstein</title><path
           inkscape:connector-curvature="0"
           style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 459.082,101.781 c 0.007,-0.207 0.055,-0.406 0.142,-0.595 0.152,0.214 0.311,0.692 -0.142,0.595"
           id="li-" /><circle
           style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           r="1.989"
           cy="101.632"
           cx="459.022"
           id="li." /></g><g
         transform="matrix(3.1757337,0,0,3.1757337,-0.02195285,3.9026)"
         style="stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1;fill:#ee7070;fill-opacity:1"
         id="sh"><title
           id="title3352">Saint Helena, Ascension and Tristan da Cunha (UK)</title><path
           inkscape:connector-curvature="0"
           style="fill:#ee7070;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1;fill-opacity:1"
           d="m 418.396,285.32 c 0.103,-0.161 0.112,-0.328 0.027,-0.5 -0.199,0.139 -0.208,0.342 -0.027,0.5"
           id="sh-" /><circle
           style="fill:#ee7070;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1;fill-opacity:1"
           r="1.989"
           cy="284.26501"
           cx="418.54599"
           id="sh." /></g><g
         transform="matrix(3.1757337,0,0,3.1757337,-0.02195285,3.9026)"
         style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
         id="ai"><title
           id="title3412">Anguilla (UK)</title><path
           inkscape:connector-curvature="0"
           style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 278.021,184.144 c 0.153,-0.113 0.312,-0.216 0.477,-0.31 -0.11,0.162 -0.281,0.283 -0.477,0.31"
           id="ai-" /><circle
           style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           r="1.989"
           cy="180.44785"
           cx="276.30884"
           id="ai." /></g><g
         transform="matrix(3.1757337,0,0,3.1757337,-0.02195285,3.9026)"
         style="stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
         id="g27510"><g
           id="pf"
           style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"><title
             id="title3403">French Polynesia (FR)</title><g
             id="pf-"
             style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"><path
               inkscape:connector-curvature="0"
               id="path2790"
               d="m 57.173206,283.84239 c 0.104004,-0.238 0.03201,-0.31698 -0.213997,-0.238 0.065,0.085 0.136002,0.164 0.213997,0.238"
               style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1" /><path
               inkscape:connector-curvature="0"
               id="path2792"
               d="m 57.364208,284.48341 c 0.178002,-0.23202 0.131005,-0.31201 -0.142998,-0.238 0.048,0.08 0.095,0.15899 0.142998,0.238"
               style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1" /><path
               inkscape:connector-curvature="0"
               id="path2794"
               d="m 61.745213,286.38841 c 0.076,-0.21402 0.055,-0.40902 -0.237999,-0.16501 0.07899,0.055 0.158996,0.10999 0.237999,0.16501"
               style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1" /><path
               inkscape:connector-curvature="0"
               id="path2796"
               d="m 63.150211,286.93739 c 0.105996,0.16101 0.270996,0.30802 0.475998,0.30802 0.058,-0.26801 -0.130996,-0.289 -0.319999,-0.37399 -0.275002,-0.12403 -0.221001,-0.5 -0.499001,-0.64301 -0.264,-0.13501 -0.570999,0.13898 -0.407997,0.409 0.159996,0.268 0.478996,0.27099 0.750999,0.29998"
               style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1" /><path
               inkscape:connector-curvature="0"
               id="path2798"
               d="m 82.104206,261.7444 c 0.09801,-0.12298 0.225006,-0.19501 0.381004,-0.215 -0.04,-0.324 -0.372001,-0.23101 -0.596,-0.28399 -0.013,0.20199 0.059,0.36798 0.214996,0.49899"
               style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1" /><path
               inkscape:connector-curvature="0"
               id="path2800"
               d="m 82.461208,263.1494 c 0.222,-0.20999 0.085,-0.28601 -0.166999,-0.23801 0.056,0.08 0.111,0.159 0.166999,0.23801"
               style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1" /><path
               inkscape:connector-curvature="0"
               id="path2802"
               d="m 83.532207,261.72139 c 0.079,-0.056 0.159005,-0.11099 0.237999,-0.16598 -0.233993,-0.155 -0.313995,-0.10001 -0.237999,0.16598"
               style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1" /><path
               inkscape:connector-curvature="0"
               id="path2804"
               d="m 85.199207,264.3174 c 0.066,-0.22199 0.39,-0.16101 0.524002,-0.33399 -0.236,0.03 -0.421997,-0.147 -0.652999,-0.031 -0.253998,0.12698 -0.066,0.35199 0.128997,0.36499"
               style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1" /></g><circle
             id="pf."
             cx="65.556999"
             cy="280.71301"
             r="1.989"
             style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1" /></g><g
           id="fr"
           style="fill:#009000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"><g
             id="frx"
             style="fill:#510000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"><title
               id="title3714">France</title><path
               inkscape:connector-curvature="0"
               id="path2166"
               d="m 431.031,101.139 c -0.106,-0.112 -0.225,-0.207 -0.357,-0.286 0.031,0.187 0.156,0.318 0.357,0.286"
               style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1" /><path
               inkscape:connector-curvature="0"
               id="path2168"
               d="m 433.081,102.21 c -0.065,-0.152 -0.064,-0.208 -0.264,-0.167 0.088,0.056 0.176,0.111 0.264,0.167"
               style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1" /><path
               inkscape:connector-curvature="0"
               id="path2172"
               d="m 434.89,104.305 c -0.087,-0.189 -0.343,-0.148 -0.499,-0.119 0.174,0.006 0.341,0.046 0.499,0.119"
               style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1" /><path
               inkscape:connector-curvature="0"
               id="path2174"
               d="m 434.983,105.282 c 0.162,-0.233 -0.019,-0.632 -0.331,-0.477 0.149,0.132 0.26,0.291 0.331,0.477"
               style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1" /><path
               inkscape:connector-curvature="0"
               id="path2182"
               d="m 427.532,99.043 c 0.295,-0.139 0.649,-0.227 0.976,-0.167 0.113,-0.5 -0.552,-0.156 -0.692,-0.5 0.307,-0.101 0.663,-0.064 0.979,-0.048 -0.248,-0.042 -0.584,0.046 -0.406,-0.261 -0.192,-0.011 -0.842,0.356 -0.92,0.035 -0.108,-0.438 0.559,-0.702 0.877,-0.765 0.427,-0.085 0.83,-0.119 1.264,-0.107 0.613,0.016 1.006,-0.579 1.685,-0.497 -0.077,0.22 0.74,0.988 0.968,0.896 0.153,-0.075 0.301,-0.16 0.443,-0.256 0.31,-0.172 0.289,0.051 0.548,0.1 0.256,0.049 0.452,-0.153 0.469,0.261 0.167,-0.115 -0.079,-0.252 0.059,-0.439 0.14,-0.191 0.212,0.099 0.335,0.131 0.293,0.077 0.668,-0.001 0.962,-0.05 -0.624,-0.183 -0.395,-1.064 -0.344,-1.524 0.025,-0.223 -0.314,-0.447 -0.428,-0.603 -0.198,-0.269 -0.016,-0.678 -0.3,-0.897 0.217,0.038 0.414,0.144 0.628,0.188 0.235,0.049 0.525,-0.181 0.731,-0.078 0.321,0.162 -0.079,0.647 0.366,0.901 0.128,0.074 0.358,-0.057 0.491,-0.058 0.387,-0.004 0.759,0.127 1.135,0.199 0.367,0.069 0.687,0.059 1.016,-0.129 0.299,-0.171 0.698,-0.164 0.967,-0.356 -0.213,0.085 -0.576,0.128 -0.784,0.009 -0.422,-0.242 0.55,-0.837 0.711,-0.909 0.513,-0.23 1.093,-0.202 1.613,-0.411 0.302,-0.12 0.704,-0.811 1.079,-0.618 -0.328,-0.211 -0.127,-1.674 0.145,-1.948 0.268,-0.27 1.634,-0.756 1.986,-0.461 0.179,0.151 -0.172,0.731 0.352,0.861 0.54,0.133 0.414,0.011 0.796,0.127 0.356,0.107 0.244,0.382 0.52,0.515 0.36,0.175 0.724,-0.032 0.679,0.525 0.214,-0.139 0.586,-0.107 0.814,-0.028 0.428,0.146 0.247,0.674 0.161,0.98 0.286,0.048 0.61,0.137 0.895,0.023 0.282,-0.112 0.346,-0.434 0.63,-0.547 0.024,0.178 -0.05,0.97 0.19,0.979 0.354,0.012 1.067,0.48 1.177,0.819 -0.031,-0.097 1.347,0.125 1.417,0.131 0.335,0.029 0.585,-0.04 0.851,0.237 0.209,0.218 0.356,0.561 0.674,0.644 0.068,-0.032 0.123,-0.081 0.164,-0.145 0.102,-0.106 0.154,0.035 0.263,0.05 0.06,0.023 0.077,0.065 0.048,0.124 -0.019,0.13 0.285,0.059 0.335,0.064 0.339,0.03 0.533,-0.178 0.846,0.06 0.334,0.254 1.022,0.301 1.439,0.371 -0.511,0.451 -0.983,0.947 -1.149,1.617 -0.08,0.326 -0.274,0.626 -0.326,0.955 -0.033,0.215 0.04,0.302 -0.046,0.578 -0.104,0.334 0.15,0.612 -0.075,0.819 -0.189,0.175 -0.335,0.343 -0.62,0.318 -0.238,-0.022 -0.258,-0.374 -0.545,-0.215 -0.208,0.116 -0.227,0.484 0.119,0.429 -0.261,0.273 -0.49,0.597 -0.787,0.833 -0.182,0.119 -0.36,0.243 -0.534,0.373 -0.143,0.129 -0.129,0.382 -0.25,0.532 -0.206,0.256 -0.605,0.376 -0.668,0.738 0.046,0.124 0.078,0.251 0.096,0.381 -0.05,0.234 -0.267,0.318 -0.357,0.524 0.392,-0.05 0.537,-0.184 0.641,-0.56 0.103,-0.369 0.784,-0.341 1.059,-0.263 0.331,0.093 0.107,0.637 0.347,0.902 0.418,0.46 0.161,0.633 -0.215,0.945 0.199,0.283 0.953,0.809 0.745,1.224 -0.14,0.279 -1.18,0.661 -1.177,0.709 0.018,0.329 0.653,0.609 0.872,0.796 0.315,0.271 -0.441,0.755 -0.331,1.113 0.132,0.435 0.964,0.929 1.404,0.752 0.553,-0.221 0.471,0.101 0.262,0.469 -0.504,0.887 -1.466,1.334 -2.324,1.914 0.054,0.08 0.11,0.16 0.168,0.238 -0.32,0.046 -0.588,0.21 -0.889,0.316 -0.323,0.113 -0.529,-0.066 -0.834,-0.041 -0.463,0.036 -0.746,-0.35 -1.3,-0.299 0.222,-0.573 -0.726,-0.134 -0.737,-0.466 0.06,-0.104 0.155,-0.131 0.284,-0.082 -0.01,-0.187 -0.122,-0.293 -0.311,-0.286 0.158,0.243 0.022,0.279 -0.196,0.29 -0.358,0.018 -0.397,-0.003 -0.495,-0.432 0.129,0.854 -0.089,0.309 -0.642,0.309 -0.319,0 -0.58,-0.202 -0.892,-0.217 -0.383,-0.019 -0.802,0.413 -1.141,0.569 -0.265,0.121 -1.197,0.466 -1.138,0.826 -0.007,0.119 -0.042,0.228 -0.107,0.33 -0.148,0.132 -0.136,0.25 0.038,0.353 0.131,0.414 0.046,0.621 0.287,1.021 -0.227,0.065 -0.426,-0.05 -0.65,-0.036 -0.234,0.014 -0.352,0.2 -0.561,0.257 -0.503,0.137 -0.809,-0.384 -1.291,-0.033 -0.034,0.025 -0.704,-0.288 -0.776,-0.342 -0.187,-0.14 0.241,-0.122 -0.06,-0.324 -0.175,-0.116 -0.49,-0.168 -0.638,0.025 -0.068,-0.426 -0.54,-0.248 -0.797,-0.451 -0.354,-0.279 -1.078,-0.458 -0.965,0.213 -0.396,-0.057 -0.843,-0.157 -1.242,-0.084 -0.222,0.041 -0.37,0.104 -0.56,-0.067 -0.336,-0.302 -0.311,-0.178 -0.652,-0.182 -0.339,-0.005 -1.976,-1.078 -2.143,-0.643 -0.309,-0.128 -0.09,-0.353 -0.07,-0.569 0.023,-0.258 -0.726,-0.141 -0.883,-0.336 0.946,-0.35 1.026,-1.661 1.198,-2.514 0.068,-0.334 0.129,-0.862 0.408,-1.101 0.404,-0.348 -0.139,-0.396 -0.177,-0.004 -0.056,-0.806 0.106,-1.793 0.453,-2.524 0.334,0.188 0.667,0.411 0.81,0.786 0.033,0.166 0.064,0.333 0.096,0.5 0.078,0.212 0.29,0.241 0.285,0.5 0.096,-0.333 -0.242,-0.59 -0.273,-0.905 -0.048,-0.485 -0.218,-0.813 -0.648,-1.049 -0.18,-0.099 -0.381,-0.233 -0.532,-0.378 -0.244,-0.235 0.394,-0.118 0.524,-0.002 -0.301,-0.145 -0.317,-1.42 -0.143,-1.666 -0.394,0.276 -1.322,-0.268 -1.505,-0.634 -0.162,-0.323 -0.527,-0.492 -0.6,-0.87 -0.067,-0.345 0.566,-0.722 -0.229,-0.758 0.094,-0.11 0.112,-0.31 0.232,-0.394 0.303,-0.211 0.581,0.144 0.866,0.18 -0.505,-0.334 -0.706,-0.223 -1.233,-0.154 -0.266,0.034 -0.78,-0.358 -0.291,-0.418 -0.137,-0.134 -0.082,-0.222 0.165,-0.262 -0.375,-0.093 -0.909,0.213 -1.214,-0.119 0.168,-0.002 0.327,-0.042 0.477,-0.119 -0.299,-0.2 -0.85,-0.119 -0.93,0.286 -0.011,-0.265 -0.304,-0.512 -0.023,-0.738 -0.115,0.29 -0.635,0.271 -0.311,-0.095 -0.659,0.572 -1.544,-0.731 -2.212,-0.024 -0.267,-0.369 -0.491,-0.596 -0.951,-0.692"
               style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1" /><path
               inkscape:connector-curvature="0"
               id="path2184"
               d="m 457.035,114.925 c 0.136,-0.137 0.163,-0.416 0.346,-0.507 0.363,-0.182 0.774,-0.229 1.119,-0.458 0.308,-0.205 0.091,-0.782 0.509,-0.75 0.05,0.727 0.399,1.773 0.227,2.477 -0.182,0.742 -0.547,1.451 -0.869,2.142 -0.124,-0.196 -1.292,-0.622 -0.668,-0.881 -0.168,-0.039 -0.327,-0.102 -0.476,-0.19 0.165,-0.103 0.28,-0.275 0.261,-0.476 -0.332,0.078 -0.38,-0.293 -0.188,-0.476 -0.284,-0.071 -0.462,-0.444 -0.073,-0.524 -0.081,-0.109 -0.143,-0.228 -0.188,-0.357"
               style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1" /></g><g
             id="gp"
             style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"><title
               id="title3426">Guadeloupe (FR)</title><g
               id="gp-"
               style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"><path
                 inkscape:connector-curvature="0"
                 id="path2582"
                 d="m 281.547,189.573 c -0.115,0.193 -0.292,1.407 -0.591,0.581 -0.169,-0.464 0.095,-0.922 0.591,-0.581"
                 style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1" /><path
                 inkscape:connector-curvature="0"
                 id="path2584"
                 d="m 281.547,189.525 c 0.208,-0.189 -0.005,-0.559 0.334,-0.619 0.045,0.303 0.297,0.521 0.545,0.667 -0.234,0.081 -0.753,0.319 -0.879,-0.048"
                 style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1" /><path
                 inkscape:connector-curvature="0"
                 id="path2586"
                 d="m 282.165,190.692 c -0.201,-0.207 -0.162,-0.31 0.119,-0.309 0.04,0.135 0,0.238 -0.119,0.309"
                 style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1" /></g><circle
               id="gp_"
               cx="282.49301"
               cy="188.38"
               r="1.4"
               style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1" /></g><g
             id="mq"
             style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"><title
               id="title3430">Martinique (FR)</title><path
               inkscape:connector-curvature="0"
               id="mq-"
               d="m 282.807,194.907 c -0.193,-0.296 -0.43,-0.044 -0.524,-0.324 -0.091,-0.271 -0.214,-0.564 -0.217,-0.854 -0.005,-0.38 0.39,-0.048 0.494,0.082 0.201,0.254 0.483,0.781 0.247,1.096"
               style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1" /><circle
               id="mq_"
               cx="284.03708"
               cy="195.05391"
               r="1.4"
               style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1" /></g><g
             id="re"
             style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"><title
               id="title3346">Réunion (FR)</title><path
               inkscape:connector-curvature="0"
               id="re-"
               d="m 573.54,296.201 c -0.035,-0.658 -1.317,-0.268 -1.171,0.36 0.22,0.948 1.994,1.025 1.171,-0.36"
               style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1" /><circle
               id="re_"
               cx="573.125"
               cy="296.371"
               r="1.4"
               style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1" /></g><g
             id="yt"
             style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"><title
               id="title3344">Mayotte (FR)</title><path
               inkscape:connector-curvature="0"
               id="yt-"
               d="m 548.397,273.293 c 0.157,-0.213 0.357,-0.668 0,-0.811 -0.09,0.187 -0.136,0.634 0,0.811"
               style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1" /><circle
               id="yt_"
               cx="548.78699"
               cy="273.35699"
               r="1.4"
               style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1" /></g><path
             inkscape:connector-curvature="0"
             id="gf"
             d="m 297.024,229.457 c 0.426,-0.02 0.766,-0.75 0.911,-1.071 0.271,-0.598 0.004,-1.264 0.412,-1.809 0.484,-0.646 0.039,-1.122 -0.373,-1.636 -0.427,-0.534 -0.41,-1.486 -0.451,-2.137 -0.047,-0.758 0.063,-1.189 0.616,-1.717 0.206,-0.197 0.463,-0.414 0.529,-0.705 0.086,-0.377 0.183,-0.847 0.717,-0.646 0.347,0.131 0.585,0.412 0.953,0.513 0.398,0.109 0.881,0.103 1.218,0.372 0.395,0.317 0.919,1.522 1.539,1.478 -0.104,0.153 -0.175,0.319 -0.214,0.5 0.176,-0.792 1.533,0.568 0.76,1.096 0.375,-0.138 0.157,-0.488 0.344,-0.737 0.283,-0.379 0.503,0.504 0.525,0.692 0.103,0.892 -0.582,1.837 -1.046,2.547 -0.533,0.816 -0.904,1.507 -1.251,2.427 -0.129,0.341 -0.296,0.63 -0.582,0.862 -0.119,0.097 -0.333,0.319 -0.489,0.36 -0.259,0.069 -0.462,-0.138 -0.738,-0.008 0.114,-0.324 -0.09,-0.325 -0.334,-0.25 -0.34,0.105 -0.631,-0.033 -0.955,-0.143 -0.163,-0.055 -0.799,0.406 -0.9,0.526 -0.189,0.224 -1.066,-0.383 -1.191,-0.514"
             style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"><title
               id="title3793">French Guiana (FR)</title></path></g><g
           id="mf"
           style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"><title
             id="title3418">Saint Martin (FR)</title><path
             inkscape:connector-curvature="0"
             id="mf-"
             d="m 278.184,184.438 c 0.197,-0.222 0.198,-0.114 0.153,0.013"
             style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1" /><circle
             id="mf."
             cx="279.57001"
             cy="182.71899"
             r="1.989"
             style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1" /></g><g
           id="bl"
           style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"><title
             id="title3420">Saint Barthélemy (FR)</title><path
             inkscape:connector-curvature="0"
             id="bl-"
             d="m 278.701,184.822 c -0.086,0.003 -0.171,0.005 -0.257,0.008 0.149,0.111 0.132,0.025 0.257,-0.008"
             style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1" /><circle
             id="bl."
             cx="279.37601"
             cy="186.623"
             r="1.989"
             style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1" /></g></g><g
         transform="matrix(3.1757337,0,0,3.1757337,-0.02195285,3.9026)"
         style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
         id="dm"><title
           id="title3428">Dominica</title><path
           inkscape:connector-curvature="0"
           style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 281.735,192.621 c -0.036,-0.378 -0.358,-0.837 -0.165,-1.215 0.502,0.129 0.764,1.031 0.165,1.215"
           id="dm-" /><circle
           style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           r="1.989"
           cy="191.675"
           cx="283.65958"
           id="dm." /></g><g
         transform="matrix(3.1757337,0,0,3.1757337,-0.02195285,3.9026)"
         style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
         id="lc"><title
           id="title3432">Saint Lucia</title><path
           inkscape:connector-curvature="0"
           style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 282.426,196.883 c -0.46,-0.184 -0.22,-0.655 0,-0.929 0.339,0.18 0.223,0.707 0,0.929"
           id="lc-" /><circle
           style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           r="1.989"
           cy="195.789"
           cx="280.733"
           id="lc." /></g><g
         transform="matrix(3.1757337,0,0,3.1757337,-0.02195285,3.9026)"
         style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
         id="ms"><title
           id="title3424">Montserrat (UK)</title><path
           inkscape:connector-curvature="0"
           style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 279.918,188.435 c -0.017,-0.087 0.037,-0.05 0.02,-0.137 0.059,0.056 0.086,0.09 0.09,0.125 0.003,0.034 -0.017,0.051 -0.053,0.111"
           id="ms-" /><circle
           style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           r="1.989"
           cy="190.522"
           cx="279.84201"
           id="ms." /></g><g
         transform="matrix(3.1757337,0,0,3.1757337,-0.02195285,3.9026)"
         style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
         id="sm"><title
           id="title3319">San Marino</title><path
           inkscape:connector-curvature="0"
           style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 465.656,111.071 0.158,-0.229 0.223,0.178 -0.183,0.197 z"
           id="sm-" /><circle
           style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           r="1.989"
           cy="110.816"
           cx="466.05301"
           id="sm." /></g><g
         transform="matrix(3.1757337,0,0,3.1757337,-0.02195285,3.9026)"
         style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
         id="bm"><title
           id="title3379">Bermuda (UK)</title><path
           inkscape:connector-curvature="0"
           style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 280.068,143.808 c 0.083,-0.057 0.171,-0.105 0.265,-0.143 -0.088,0.048 -0.177,0.095 -0.265,0.143"
           id="bm-" /><circle
           style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           r="1.989"
           cy="143.18401"
           cx="279.94199"
           id="bm." /></g><g
         transform="matrix(3.1757337,0,0,3.1757337,-0.02195285,3.9026)"
         style="stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1;fill:#290000;fill-opacity:1"
         id="tv"><title
           id="title3372">Tuvalu</title><path
           inkscape:connector-curvature="0"
           style="fill:#290000;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1;fill-opacity:1"
           d="m 884.698,260.148 c -0.205,0.027 -0.322,0.174 -0.264,0.38 0.125,-0.1 0.214,-0.227 0.264,-0.38"
           id="tv-" /><circle
           style="fill:#290000;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1;fill-opacity:1"
           r="1.989"
           cy="259.556"
           cx="884.10901"
           id="tv." /></g><g
         transform="matrix(3.1757337,0,0,3.1757337,-0.02195285,3.9026)"
         style="stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
         id="nr"><title
           id="title3366">Nauru</title><path
           inkscape:connector-curvature="0"
           style="fill:#290000;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1;fill-opacity:1"
           d="m 851.88,230.683 c 0.072,-0.032 0.143,-0.064 0.215,-0.096 -0.079,-0.197 -0.248,-0.282 -0.43,-0.142 0.063,0.088 0.134,0.167 0.215,0.238"
           id="nr-" /><circle
           style="fill:#290000;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1;fill-opacity:1"
           id="nr."
           r="1.989"
           cy="230.133"
           cx="852.41101" /></g><g
         transform="matrix(3.1757337,0,0,3.1757337,-0.02195285,3.9026)"
         style="stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1;fill:#ee7070;fill-opacity:1"
         id="pn"><title
           id="title3405">Pitcairn Islands (UK)</title><path
           inkscape:connector-curvature="0"
           style="fill:#ee7070;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1;fill-opacity:1"
           d="m 148.691,311.605 c 0.103,-0.238 0.032,-0.317 -0.215,-0.238 0.065,0.085 0.136,0.164 0.215,0.238"
           id="pn-" /><circle
           style="fill:#ee7070;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1;fill-opacity:1"
           r="1.989"
           cy="311.24899"
           cx="148.864"
           id="pn." /></g><g
         transform="matrix(3.1757337,0,0,3.1757337,-0.02195285,3.9026)"
         style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
         id="mc"><title
           id="title3328">Monaco</title><path
           inkscape:connector-curvature="0"
           style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 454.296,111.139 c -0.037,-0.047 0.052,-0.133 0.132,-0.148 0.07,-0.013 -0.036,0.183 -0.132,0.148"
           id="mc-" /><circle
           style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           r="1.989"
           cy="111.018"
           cx="453.72299"
           id="mc." /></g><g
         transform="matrix(3.1757337,0,0,3.1757337,-0.02195285,3.9026)"
         style="fill:#510000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
         id="va"><title
           id="title3321">Vatican City</title><path
           inkscape:connector-curvature="0"
           style="fill:#510000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 466.067,116.775 -0.029,0.01 -0.036,-0.013 0.027,-0.027 0.034,-0.006"
           id="va-" /><circle
           style="fill:#510000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           r="1.989"
           cy="116.572"
           cx="466.08401"
           id="va." /></g><g
         transform="matrix(3.1757337,0,0,3.1757337,-0.02195285,3.9026)"
         style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
         id="pr"><title
           id="title3406">Puerto Rico (US)</title><path
           style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 271.043,184.716 c -0.803,-0.059 -1.836,0.225 -2.604,-0.006 -0.174,-0.052 -0.55,0.081 -0.435,-0.327 0.066,-0.111 0.111,-0.231 0.135,-0.358 -0.015,-0.2 -0.267,-0.279 -0.238,-0.5 0.101,-0.762 2.563,-0.31 2.958,-0.167 0.319,0.115 1.073,-0.129 1.067,0.429 -0.003,0.322 -0.607,0.828 -0.883,0.929"
           id="pr-"
           inkscape:connector-curvature="0" /><circle
           style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           r="1.989"
           cy="183.627"
           cx="269.13901"
           id="pr." /></g><g
         transform="matrix(3.1757337,0,0,3.1757337,-0.02195285,3.9026)"
         style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
         id="vg"><title
           id="title3410">Virgin Islands (UK)</title><g
           style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           id="vg-"><path
             inkscape:connector-curvature="0"
             style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
             d="m 273.808,183.715 c -0.079,-0.031 -0.159,-0.063 -0.238,-0.095 0.231,-0.105 0.311,-0.074 0.238,0.095"
             id="path5522" /><path
             inkscape:connector-curvature="0"
             style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
             d="m 275.425,182.62 c -0.079,-0.032 -0.159,-0.063 -0.238,-0.095 0.177,-0.053 0.132,0.021 0.238,0.095"
             id="path5524" /></g><circle
           style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           r="1.989"
           cy="182.194"
           cx="272.73901"
           id="vg." /></g><g
         transform="matrix(3.1757337,0,0,3.1757337,-0.02195285,3.9026)"
         style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
         id="vi"><title
           id="title3408">Virgin Islands (US)</title><g
           style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           id="vi-"><path
             style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
             d="m 272.141,184.359 c 0.107,-0.16 0.283,-0.255 0.477,-0.191 -0.132,0.133 -0.29,0.196 -0.477,0.191"
             id="path4052"
             inkscape:connector-curvature="0" /><path
             style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
             d="m 273.57,185.525 c -0.016,-0.503 0.523,-0.137 0.784,-0.238 -0.228,0.176 -0.514,0.19 -0.784,0.238"
             id="path5520"
             inkscape:connector-curvature="0" /></g><circle
           style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           r="1.989"
           cy="186.25999"
           cx="272.23901"
           id="vi." /></g><g
         transform="matrix(3.1757337,0,0,3.1757337,-0.02195285,3.9026)"
         style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
         id="sx"><title
           id="title3414">Sint Maarten (Netherlands)</title><path
           inkscape:connector-curvature="0"
           style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 278.337,184.451 c -0.045,0.127 -0.071,0.043 -0.092,0.078 -0.017,0.028 -0.064,-0.025 -0.095,-0.042 -0.031,-0.018 0.007,-0.038 -0.016,-0.057"
           id="sx-" /><circle
           style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           r="1.989"
           cy="184.70399"
           cx="275.95001"
           id="sx." /></g><g
         transform="matrix(3.1757337,0,0,3.1757337,-0.02195285,3.9026)"
         style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
         id="gu"><title
           id="title3360">Guam (US)</title><path
           inkscape:connector-curvature="0"
           style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 798.079,198.24 c 0.084,-0.095 0.421,-0.902 0.407,-1.047 -0.501,0.007 -0.744,0.701 -0.407,1.047"
           id="gu-" /><circle
           style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           r="1.989"
           cy="197.263"
           cx="797.87299"
           id="gu." /></g><g
         transform="matrix(3.1757337,0,0,3.1757337,-0.02195285,3.9026)"
         style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
         id="sg"><title
           id="title3359">Singapore</title><path
           inkscape:connector-curvature="0"
           style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 697.216,232.028 c -0.317,0.084 0.168,0.688 0.595,0.119 -0.188,-0.09 -0.386,-0.129 -0.595,-0.119"
           id="sg-" /><circle
           style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           id="sg."
           r="1.989"
           cy="232.321"
           cx="697.75598" /></g><g
         transform="matrix(3.1757337,0,0,3.1757337,-0.02195285,3.9026)"
         style="stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
         id="nf"><title
           id="title3378">Norfolk Island (Australia)</title><path
           inkscape:connector-curvature="0"
           style="fill:#510000;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 848.629,315.013 c -0.261,-0.154 -0.523,-0.308 -0.785,-0.462 -0.255,0.181 -0.383,0.319 0.351,0.421"
           id="nf-" /><circle
           style="fill:#510000;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           r="1.989"
           cy="313.539"
           cx="847.88098"
           id="nf." /></g><g
         transform="matrix(3.1757337,0,0,3.1757337,-0.02195285,3.9026)"
         style="stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
         id="tk"><title
           id="title3391">Tokelau (New Zealand)</title><path
           inkscape:connector-curvature="0"
           style="fill:#e0e0e0;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 910.358,263.959 c -0.04,-0.032 0.057,-0.027 -0.038,-0.046 -0.053,-0.011 -0.088,0.046 0.025,0.067"
           id="tk-" /><circle
           style="fill:#ffdfe0;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1;fill-opacity:1"
           r="1.989"
           cy="262.905"
           cx="910.55103"
           id="tk." /></g><g
         transform="matrix(3.1757337,0,0,3.1757337,-0.02195285,3.9026)"
         style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
         id="ad"><title
           id="title3323">Andorra</title><path
           inkscape:connector-curvature="0"
           style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 440.605,114.33 c 0.183,-0.237 0.614,-0.121 0.761,0.095 -0.161,0.214 -0.433,0.327 -0.692,0.357 -0.012,-0.152 -0.036,-0.303 -0.069,-0.452"
           id="ad-" /><circle
           style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           r="1.989"
           cy="114.503"
           cx="440.73801"
           id="ad." /></g><g
         transform="matrix(3.1757337,0,0,3.1757337,-0.02195285,3.9026)"
         style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
         id="lu"><title
           id="title3325">Luxembourg</title><path
           inkscape:connector-curvature="0"
           style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 450.943,93.913 c -0.004,-0.072 0.185,0.041 0,-0.007 0.16,-0.419 0.195,-0.592 0.519,-0.698 0.371,-0.12 0.232,0.225 0.357,0.418 0.167,0.258 0.517,0.343 0.706,0.585 0.205,0.262 -0.165,0.659 -0.129,0.962 -0.231,-0.113 -1.148,-0.123 -1.458,-0.22 0.421,-0.292 0.143,-0.537 0.016,-0.852"
           id="lu-" /><circle
           style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           r="1.989"
           cy="94.616997"
           cx="451.65799"
           id="lu." /></g><g
         transform="matrix(3.1757337,0,0,3.1757337,-0.02195285,3.9026)"
         style="stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
         id="g31433"><g
           id="ky"
           style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"><title
             id="title3389">Cayman Islands (UK)</title><path
             inkscape:connector-curvature="0"
             id="ky-"
             d="m 233.09,180.811 c 0.242,0.014 0.475,-0.055 0.714,-0.072 -0.214,0.148 -0.466,0.277 -0.738,0.238 0.008,-0.055 0.016,-0.111 0.024,-0.166"
             style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1" /><circle
             id="ky."
             cx="233.83701"
             cy="180.59599"
             r="1.989"
             style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1" /></g><g
           style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           id="gi"><title
             id="title3333">Gibraltar (UK)</title><path
             inkscape:connector-curvature="0"
             id="gi-"
             d="m 423.944,132.768 c -0.065,0.287 -0.143,0.293 -0.234,0.019 0.077,-0.006 0.156,-0.012 0.234,-0.019"
             style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1" /><circle
             id="gi."
             cx="423.66599"
             cy="132.924"
             r="1.989"
             style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1" /></g><g
           style="stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           id="g31396"><title
             id="title3722">United Kingdom</title><g
             style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
             id="gb"><title
               id="title4059">United Kingdom</title><path
               style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
               d="m 421.79422,81.470399 c 0.203,-0.321 0.657,-0.314 0.952,-0.5 -0.109,-0.08 -0.213,-0.168 -0.31,-0.262 0.612,0.191 0.847,-0.493 1.139,-0.827 0.277,-0.318 0.853,0.1 0.934,-0.483 0.54,0.25 1.213,-0.373 1.752,0 0.219,0.151 0.348,0.503 0.45,0.73 -0.019,-0.041 0.403,0.447 0.392,0.36 0.012,0.092 -0.46,0.322 -0.524,0.387 0.166,-0.017 0.66,-0.228 0.769,-0.01 0.11,0.221 0.323,0.671 -0.054,0.772 0.059,-0.234 -0.028,-0.547 -0.334,-0.476 0.185,0.109 0.161,0.302 0.046,0.452 0.097,-0.051 0.18,-0.044 0.248,0.021 0.024,0.163 -0.348,0.374 -0.474,0.387 -0.323,0.034 -0.322,0.575 -0.716,0.458 -0.331,-0.098 -0.392,-0.201 -0.674,-0.016 -0.24,0.158 -0.633,-0.004 -0.527,-0.326 -0.132,0.007 -1.041,-1.007 -1.103,-0.356 -0.108,1.15 -1.519,0.062 -1.966,-0.311"
               id="path2690"
               inkscape:connector-curvature="0" /><path
               style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
               d="m 424.5322,74.279397 c -0.315,-0.112 -0.131,-0.432 0.142,-0.524 -0.402,-0.786 -0.806,0.675 -0.142,0.524"
               id="path2640"
               inkscape:connector-curvature="0" /><path
               style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
               d="m 424.65122,73.208398 c 0.003,-0.073 0.442,-0.365 0.246,-0.423 -0.219,-0.066 -0.742,-0.107 -0.722,0.256 0.179,-0.004 0.338,0.051 0.476,0.167"
               id="path2642"
               inkscape:connector-curvature="0" /><path
               style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
               d="m 424.5322,73.470399 c 0.067,-0.255 -0.013,-0.295 -0.238,-0.119 0.08,0.039 0.159,0.079 0.238,0.119"
               id="path2644"
               inkscape:connector-curvature="0" /><path
               style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
               d="m 425.03122,76.041398 c 0.108,-0.096 0.227,-0.175 0.357,-0.238 -0.191,-0.043 -0.317,0.05 -0.357,0.238"
               id="path2646"
               inkscape:connector-curvature="0" /><path
               style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
               d="m 425.9112,71.922402 c 0.388,0.537 0.827,-0.469 0.384,-0.31 0.232,-0.029 1.002,-0.352 0.499,-0.452 0.442,-0.201 0.358,-0.79 -0.109,-0.467 -0.23,0.159 -0.503,0.196 -0.74,0.337 -0.256,0.154 -0.033,0.422 -0.365,0.535 -0.006,-0.088 -0.015,-0.175 -0.026,-0.262 -0.181,0.035 -0.34,0.115 -0.476,0.238 0.202,0.144 0.32,0.301 -0.024,0.381 0.175,0.037 0.333,0.108 0.477,0.214 -0.165,0.076 -0.324,0.164 -0.477,0.262 0.264,0.435 0.797,-0.19 0.857,-0.476"
               id="path2648"
               inkscape:connector-curvature="0" /><path
               style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
               d="m 425.5542,75.708398 c 0.182,-0.061 0.326,-0.172 0.43,-0.334 -0.182,0.047 -0.34,0.169 -0.43,0.334"
               id="path2650"
               inkscape:connector-curvature="0" /><path
               style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
               d="m 426.0802,78.375398 c 0.394,-0.175 0.733,-0.557 0.195,-0.856 -0.344,-0.192 -0.531,0.385 -0.648,0.594 0.158,-0.097 0.324,-0.177 0.499,-0.238 0.034,0.171 0.019,0.338 -0.046,0.5"
               id="path3303"
               inkscape:connector-curvature="0" /><path
               style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
               d="m 427.05521,74.494401 c 0.275,-0.076 0.712,-0.321 0.665,-0.667 -1.046,0.369 -0.6,-0.895 -1.164,-1.096 -0.058,0.154 -0.09,0.312 -0.096,0.476 -0.472,-0.11 -0.41,0.189 -0.764,0.119 -0.057,0.479 0.525,0.182 0.741,0.405 -0.541,0.039 0.011,0.378 0.218,0.376 0.228,-0.002 0.486,-0.118 0.708,-0.019 -0.195,0.047 -0.323,0.201 -0.308,0.406"
               id="path2654"
               inkscape:connector-curvature="0" /><path
               style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
               d="m 426.79422,93.590402 c 0.291,0.066 0.709,-0.502 0.932,-0.68 0.412,-0.329 1.219,-0.056 1.495,-0.558 0,0.308 0.615,0.606 0.868,0.625 0.472,0.037 0.779,-0.895 0.776,-1.245 0.149,0.278 0.668,-0.002 0.859,-0.069 0.501,-0.177 1.014,0.053 1.38,0.403 0.031,-0.307 0.345,-0.215 0.551,-0.177 0.225,0.041 0.866,-0.158 0.259,-0.275 0.276,0 2.009,-0.009 1.521,-0.477 0.291,0.296 0.66,0.065 1.002,0.144 0.09,0.017 0.13,0.067 0.121,0.149 0.011,0.141 0.576,-0.013 0.57,-0.013 0.507,-0.064 0.991,-0.087 1.486,0.059 0.416,0.123 1.002,-0.197 1.412,-0.304 0.36,-0.095 0.44,-0.214 0.681,-0.436 0.261,-0.239 0.767,-0.186 0.923,-0.546 0.174,-0.399 -1.689,-0.454 -1.885,-0.481 0.132,-0.035 0.26,-0.083 0.384,-0.143 -0.241,-0.056 -0.497,-0.115 -0.715,0.048 0.215,-0.229 0.507,-0.138 0.777,-0.19 0.455,-0.089 0.439,-0.547 -0.016,-0.596 0.176,0.036 0.287,-0.11 0.426,-0.178 0.277,-0.134 0.484,0.14 0.788,-0.132 -0.076,-0.163 -0.203,-0.258 -0.38,-0.286 0.19,-0.035 0.645,-0.006 0.142,-0.19 0.694,0.209 0.792,-0.24 1.089,-0.735 0.385,-0.641 0.316,-1.26 -0.426,-1.629 -0.431,-0.213 -1.416,-0.512 -1.842,-0.146 -0.146,0.125 -0.197,0.397 -0.392,0.462 -0.296,0.1 -0.478,-0.378 -0.787,-0.309 0.385,-0.584 1.184,-0.62 0.516,-1.473 -0.554,-0.706 -1.161,-0.665 -1.942,-0.766 0.519,-0.224 1.439,-0.029 1.856,0.31 -0.097,-0.332 -1.159,-1.244 -0.404,-1.453 -0.488,-0.125 -0.581,-0.616 -0.906,-0.928 -0.303,-0.292 -0.77,-0.283 -1.151,-0.342 -0.639,-0.1 -0.812,-1.621 -0.851,-2.114 -0.066,-0.82 -1.095,-1.531 -1.882,-1.675 -0.208,-0.038 -0.381,-0.325 -0.606,-0.124 -0.144,0.131 -0.279,0.193 -0.473,0.19 -0.514,-0.008 -1.224,0.023 -1.608,-0.388 0.797,0.593 1.34,-0.239 2.143,-0.239 0.457,0 0.293,-0.352 0.053,-0.542 -0.339,-0.268 -0.684,0.158 -1.055,0.114 0.94,-0.183 1.706,-0.62 2.311,-1.365 0.272,-0.335 0.353,-0.731 0.585,-1.074 0.16,-0.239 0.599,-0.394 0.476,-0.746 -0.222,-0.637 -1.48,-0.393 -2.003,-0.335 -0.541,0.06 -1.065,-0.153 -1.593,0.005 -0.446,0.133 -0.951,0.41 -1.393,0.491 0.067,-0.226 0.328,-0.247 0.403,-0.476 -0.26,-0.025 -0.494,0.099 -0.737,0.166 0.287,-0.295 1.012,-0.09 1.144,-0.547 -0.342,-0.08 -0.754,-0.002 -1.048,-0.238 0.565,0.216 0.456,0.074 0.826,-0.174 0.306,-0.205 0.673,-0.291 0.981,-0.489 0.127,-0.081 1.745,-1.136 0.903,-1.305 -0.514,-0.104 -1.154,0.144 -1.654,0.241 -0.279,0.055 -0.577,0.123 -0.862,0.1 -0.072,-0.006 -0.167,-0.019 -0.216,-0.08 -0.078,-0.099 -0.412,0.151 -0.527,0.207 0.255,-0.414 0.03,-0.129 -0.151,-0.239 -0.073,-0.045 -0.2,-0.205 -0.302,-0.181 -0.208,0.048 -0.129,0.654 -0.427,0.801 0.091,0.049 0.285,0.117 0.285,0.214 -0.722,-0.331 -0.503,0.456 -0.857,0.571 0.181,0.076 0.331,0.222 0.404,0.406 -0.233,0.09 -1.062,-0.219 -0.999,0.261 -0.072,-0.441 -0.608,0.307 -0.023,0.667 -0.158,-0.021 -0.317,-0.029 -0.476,-0.024 -0.038,0.461 0.344,0.464 0.691,0.429 -0.176,0.055 -0.335,0.143 -0.476,0.262 0.212,-0.079 0.446,-0.034 0.572,0.167 -0.311,-0.36 -0.729,0.333 -0.027,0.285 -0.074,0.028 -1.213,0.076 -0.426,0.358 -0.342,-0.305 -0.724,0.265 -0.261,0.357 -0.192,-0.028 -0.305,0.069 -0.311,0.262 -0.258,-0.123 -0.591,-0.092 -0.811,0.095 0.377,0.088 0.901,-0.164 1.237,0.071 -0.269,-0.123 -0.445,0.195 -0.714,0.072 0.223,0.981 1.442,-0.209 1.835,-0.429 -0.155,0.172 -0.247,0.445 0.143,0.286 -0.192,0.039 -1.192,0.493 -0.546,0.428 -0.081,0.079 -0.162,0.159 -0.241,0.239 0.17,0.009 0.337,-0.007 0.502,-0.048 -0.098,0.053 -0.548,0.072 -0.577,0.107 -0.081,0.102 -0.203,0.188 -0.311,0.257 -0.127,0.081 -0.039,0.312 -0.054,0.441 -0.016,0.139 -0.668,1.048 -0.106,0.386 -0.282,0.195 -0.231,0.936 0.165,0.595 -0.437,0.246 -0.45,0.721 -0.735,1.081 -0.2,0.253 0.426,0.439 0.49,-0.065 0.046,-0.36 0.525,-0.778 0.404,-1.122 -0.172,-0.489 0.561,-0.789 0.866,-0.965 -0.202,0.176 -0.738,0.445 -0.682,0.784 0.041,0.16 0.134,0.2 0.279,0.12 0.078,0.153 0.181,0.288 0.307,0.405 0.058,-0.202 -0.062,-0.405 -0.238,-0.5 0.187,-0.253 0.289,-0.086 0.334,0.119 0.332,-0.297 0.104,-0.865 0.5,-0.786 -0.166,0.139 -0.19,0.297 -0.07,0.476 -0.05,-0.45 0.225,0.027 0.5,0.143 -0.187,-0.009 -0.612,-0.168 -0.692,0.105 -0.152,0.523 0.198,0.514 0.362,0.884 0.28,0.63 -1.14,0.996 -0.861,1.75 -0.03,-0.054 -0.344,-0.342 -0.387,-0.178 -0.082,0.314 0.426,0.743 0.602,0.939 -0.186,-0.548 0.034,-0.656 0.546,-0.423 0.422,0.192 0.504,0.178 0.523,-0.338 0.493,0.489 0.804,0.293 1.358,0.132 0.172,-0.05 0.44,-0.105 0.404,-0.346 0.38,0.046 0.764,0.019 1.145,0.047 -0.429,0.285 -0.943,0.322 -1.191,0.834 -0.157,0.324 0.137,1.408 0.618,1.143 -0.069,0.179 -0.037,0.337 0.096,0.476 0.101,-0.135 0.188,-0.277 0.262,-0.429 0.07,0.293 0.318,0.149 0.476,0.048 -0.155,0.212 -0.153,0.483 -0.334,0.714 -0.105,0.135 -0.526,0.683 0.049,0.596 -0.579,0.288 -0.397,1.278 0.308,1.047 -0.321,0.235 -1.296,-0.662 -0.807,0.31 -0.659,-0.562 -1.597,0.018 -2.312,0 0.264,-0.325 -0.566,-0.627 -0.778,-0.449 -0.427,0.36 0.269,0.865 0.682,0.497 -0.388,0.435 -0.938,0.69 -1.309,1.143 0.482,0.038 0.923,-0.508 1.405,-0.262 -0.12,0.199 -0.012,0.394 0.169,0.5 -0.286,0.132 -0.21,0.497 0.119,0.452 -0.27,0.039 -0.289,0.295 -0.392,0.492 -0.135,0.259 -0.476,0.414 -0.734,0.51 -0.575,0.213 -1.405,0.359 -1.781,0.832 0.206,0.082 0.279,0.252 0.119,0.428 0.256,0.055 0.514,0.025 0.691,-0.19 -0.124,0.229 -0.375,0.302 -0.618,0.286 0.323,0.41 1.311,-0.057 1.644,-0.286 -0.018,0.345 0.38,0.357 0.618,0.286 -0.101,0.146 -0.236,0.186 -0.407,0.119 0.066,0.413 0.373,0.212 0.618,0.097 0.377,-0.175 0.585,0.404 0.914,0.548 0.601,0.262 0.699,-0.281 1.189,-0.352 0.536,-0.078 0.898,-0.356 1.327,-0.675 -0.408,0.49 -0.983,0.828 -1.429,1.286 -0.116,0.12 0.056,0.263 -0.191,0.295 -0.28,0.036 -0.564,0.053 -0.842,-0.004 -0.393,-0.082 -1.055,-0.218 -1.433,0.008 -0.226,0.136 -0.24,0.407 -0.471,0.545 -0.318,0.191 -0.38,-0.283 -0.493,0.282 -0.046,0.226 -0.605,1.085 -0.894,1.019 -0.179,-0.04 -0.224,-0.033 -0.291,0.166 -0.108,0.316 -0.555,0.459 -0.834,0.573 -0.222,0.091 -0.469,0.19 -0.658,0.343 -0.078,0.063 0.02,0.281 0.106,0.262 0.299,-0.065 0.662,-0.323 0.811,0.106"
               id="path2656"
               inkscape:connector-curvature="0" /><path
               style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
               d="m 426.38721,74.708398 c 0.048,-0.024 0.095,-0.048 0.142,-0.072 -0.061,-0.226 -0.219,-0.265 -0.38,-0.095 0.079,0.056 0.159,0.111 0.238,0.167"
               id="path2658"
               inkscape:connector-curvature="0" /><path
               style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
               d="m 426.3642,76.470399 c 0.419,-0.029 0.807,-0.202 1.214,-0.286 -0.081,-0.449 -1.028,-0.888 -1.31,-0.405 0.192,0.015 0.35,0.095 0.477,0.238 -0.166,0.128 -0.394,0.312 0.049,0.238 -0.17,0.018 -0.313,0.09 -0.43,0.215"
               id="path2660"
               inkscape:connector-curvature="0" /><path
               style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
               d="m 426.77121,77.779397 c 0.204,-0.311 0.552,-0.565 0.619,-0.952 -0.317,0.19 -0.493,0.561 -0.834,0.714 0.062,0.088 0.134,0.168 0.215,0.238"
               id="path2662"
               inkscape:connector-curvature="0" /><path
               style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
               d="m 427.05521,73.684403 c 0.073,-0.16 0.121,-0.326 0.142,-0.5 -0.149,0.138 -0.196,0.304 -0.142,0.5"
               id="path2664"
               inkscape:connector-curvature="0" /><path
               style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
               d="m 428.3422,78.756402 c 0.318,-0.129 0.217,-0.81 -0.145,-0.786 -0.424,0.028 -0.227,0.809 0.145,0.786"
               id="path2666"
               inkscape:connector-curvature="0" /><path
               style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
               d="m 433.24622,69.826402 c 0.048,-0.192 -0.013,-0.383 -0.238,-0.405 -0.049,0.194 0.063,0.34 0.238,0.405"
               id="path2670"
               inkscape:connector-curvature="0" /><path
               style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
               d="m 433.24622,69.303399 c 0.249,0.224 0.909,0.337 1.118,0 -0.258,-0.018 -0.696,-0.001 -0.789,-0.32 -0.076,-0.258 -0.727,-0.008 -0.329,0.32"
               id="path2672"
               inkscape:connector-curvature="0" /><path
               style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
               d="m 433.81922,69.946397 c 0.08,-0.078 0.119,-0.174 0.119,-0.286 -0.255,-0.018 -0.294,0.077 -0.119,0.286"
               id="path2674"
               inkscape:connector-curvature="0" /><path
               style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
               d="m 434.0802,68.636399 c 0.035,-0.164 -0.029,-0.275 -0.192,-0.333 -0.087,0.187 -0.009,0.308 0.192,0.333"
               id="path2676"
               inkscape:connector-curvature="0" /><path
               style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
               d="m 434.46021,68.755403 c 0.14,-0.113 0.291,-0.209 0.453,-0.286 -0.21,-0.03 -0.38,0.095 -0.453,0.286"
               id="path2678"
               inkscape:connector-curvature="0" /><path
               style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
               d="m 437.3902,66.588403 c -0.04,0.087 -0.079,0.175 -0.119,0.262 0.519,0.001 0.547,-0.889 0.737,-1.215 -0.198,-0.016 -0.306,-0.13 -0.261,-0.332 -0.079,0.055 -0.159,0.111 -0.238,0.166 -0.019,-0.168 0.013,-0.327 0.093,-0.476 -0.297,-0.041 -0.244,0.337 -0.546,0.262 0.131,0.161 0.29,0.288 0.476,0.38 -0.225,0.126 -0.48,0.183 -0.737,0.167 0.082,0.42 0.113,0.11 0.433,0.218 0.261,0.089 0.394,0.358 0.162,0.568"
               id="path2776"
               inkscape:connector-curvature="0" /><path
               style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
               d="m 437.93622,65.326402 c 0.173,-0.133 0.43,-0.532 0.023,-0.547 0.023,0.176 -0.133,0.382 -0.023,0.547"
               id="path2778"
               inkscape:connector-curvature="0" /><path
               style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
               d="m 438.53122,64.850404 c 0.348,-0.58 -0.679,-0.088 0,0"
               id="path2780"
               inkscape:connector-curvature="0" /><path
               style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
               d="m 438.43521,65.136399 c 0.081,-0.032 0.161,-0.063 0.242,-0.095 -0.238,-0.129 -0.319,-0.097 -0.242,0.095"
               id="path2782"
               inkscape:connector-curvature="0" /><path
               style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
               d="m 435.60422,91.9954 c 0.206,-0.019 0.386,-0.142 0.5,-0.31 -0.389,-0.217 -0.61,-0.148 -0.976,0.071 0.17,0.057 0.329,0.137 0.476,0.239"
               id="path5354"
               inkscape:connector-curvature="0" /></g><g
             style="fill:#510000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
             id="gg"><title
               id="title3315">Guernsey (UK)
</title><path
               inkscape:connector-curvature="0"
               style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
               d="m 432.569,95.081 c 0.152,-0.066 0.208,-0.065 0.167,-0.265 -0.055,0.088 -0.111,0.176 -0.167,0.265"
               id="gg-" /><circle
               style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
               id="gg."
               r="1.989"
               cy="94.760002"
               cx="431.00601" /></g><g
             style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
             id="im"><title
               id="title3311">Isle of Man (UK)
</title><path
               inkscape:connector-curvature="0"
               style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
               d="m 428.818,82.471 c 0.295,-0.068 0.864,-0.24 1.002,-0.538 0.093,-0.202 -0.219,-0.319 -0.368,-0.258 -0.307,0.125 -0.482,0.527 -0.634,0.796"
               id="im-" /><circle
               style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
               r="1.989"
               cy="82.318001"
               cx="429.01401"
               id="im." /></g><g
             style="fill:#510000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
             id="je"><title
               id="title3313">Jersey (UK)
</title><path
               inkscape:connector-curvature="0"
               style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
               d="m 433.627,95.9 c 0.024,-0.071 0.049,-0.143 0.073,-0.214 -0.19,-0.068 -0.303,0.016 -0.311,0.214 h 0.238"
               id="je-" /><circle
               style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
               id="je."
               r="1.989"
               cy="96.999001"
               cx="434.23199" /></g></g></g><g
         style="clip-rule:evenodd;fill:#e0e0e0;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
         id="cci"
         transform="matrix(3.1757337,0,0,3.1757337,11.362593,108.46045)"><title
           id="title3359-1">Christmas and Cocos Islands (Australia)</title><path
           inkscape:connector-curvature="0"
           style="fill:#e0e0e0;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 697.216,232.028 c -0.317,0.084 0.168,0.688 0.595,0.119 -0.188,-0.09 -0.386,-0.129 -0.595,-0.119"
           id="sg--1" /><circle
           style="fill:#900000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           r="1.989"
           cy="232.321"
           cx="697.75598"
           id="sg.-9" /></g><path
         d="m 1631.0024,334.87312 -0.5295,0.63604 c 0.019,0.73931 0.101,1.72442 1.059,1.69603 -0.3497,1.35556 -4.1796,1.99315 -5.2956,2.43804 -0.5653,0.22611 -4.1809,2.65485 -2.5419,2.86204 1.0792,0.13465 1.9453,-0.2909 2.9656,0.31814 1.0949,0.65417 1.778,1.08061 3.0715,1.27204 1.6909,0.2493 1.724,2.4536 1.165,3.81606 0.6236,0.22579 1.7026,0.36337 2.0124,0.63597 0.878,0.77272 1.1513,1.55586 1.2709,2.22603 1.3788,-0.40938 2.768,-1.38506 3.7069,-2.33204 1.1296,-1.13894 2.3586,-1.06587 3.8129,-1.27197 1.0708,-0.1518 1.6401,-1.08121 2.6478,-1.48402 0.414,-0.16514 0.067,-0.89997 0.7414,-1.16604 0.683,-0.26835 1.4502,0.21849 2.0124,0.53 0.9289,0.51326 1.5215,0.53969 2.5418,0.42399 0.9384,-0.10702 2.0345,-0.0467 2.0124,-1.27197 -0.019,-0.99912 -0.039,-1.53512 1.165,-1.69604 -1.0067,-0.83921 -2.5635,-1.49901 -3.8129,-0.84798 -0.9352,0.48795 -1.4066,0.73763 -2.2241,-0.21214 -0.1353,0.47569 -0.4153,0.80565 -0.7414,0.95402 -0.3262,0.14831 -0.7045,0.10957 -1.165,0 -0.4606,-0.10956 -0.9442,-0.23183 -1.4828,-0.52999 -0.5386,-0.29821 -1.8216,-1.53471 -2.3301,-2.01406 -0.6296,-0.59344 2.6137,2.67801 2.7537,3.39204 -3.6942,-1.05384 -1.3702,-1.42311 -2.7537,-3.17999 -0.1172,-0.14894 -3.2169,-1.45134 -2.7537,-2.22603 l -1.3769,0.84795 c 0.8142,-0.67538 0.6653,-1.21719 0.5296,-1.48399 h -0.2119 c -0.4969,0.65706 -3.3084,-2.32794 -3.0714,-0.10607 -0.6464,-1.46191 -1.0791,-1.10004 -1.165,-0.63603 -0.8634,-0.53635 -1.5254,-1.15788 -1.9065,-1.59 h -0.1058 z m 8.6849,2.22606 -0.2119,0.21214 c 0.1528,0.19594 0.2655,0.34676 0.3176,0.53003 0.01,-0.0597 -0.051,-0.48201 -0.1054,-0.74201 z"
         id="path37154"
         inkscape:connector-curvature="0"
         style="fill:#510000;fill-opacity:1;stroke:none;stroke-width:0.66666663;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"><title
           id="title3684">Crimea (Disputed)</title></path><path
         inkscape:connector-curvature="0"
         style="fill:#510000;fill-opacity:1;stroke:#000000;stroke-width:0.66666663;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
         d="m 1902.1155,389.81776 c 1.1877,-2.07058 3.5282,-1.5053 4.735,-0.9686 0.5145,0.22548 3.3599,1.13374 2.2548,2.10551 1.1909,-0.27311 2.4008,-2.08646 3.036,-2.63586 1.2195,-1.06387 1.4735,-1.30205 3.144,-0.58116 0.4319,0.19055 0.8257,0.64785 1.2353,0.79711 0.6606,0.23501 0.5653,-0.95907 1.1782,0.0222 0.3589,0.57799 1.572,-0.42555 2.2993,-0.40332 -2.2707,-1.20677 2.1214,-1.46718 2.5723,-1.43543 -0.2953,-0.57163 -0.6066,-1.06387 -0.5367,-1.73712 1.2544,0.5367 2.1849,0.85744 2.855,-0.61927 0.162,-0.35886 2.2675,-1.03211 1.4767,-1.51165 -0.4128,-0.25088 -1.8356,-0.37791 -2.3532,-0.36521 -1.7213,0.0318 -2.7565,-2.24842 -4.6144,-1.13374 -0.07,-1.89909 -1.1909,-1.06387 -2.2579,-2.00706 -1.1052,-0.97495 -2.5215,-1.89909 -3.1186,-2.98519 0.1144,0.6288 0.451,1.46084 0.1239,2.07693 -0.2191,0.33663 -0.5399,0.50177 -0.9559,0.49224 0.2001,0.4319 0.2001,0.86062 0,1.28935 -1.3275,-1.25442 -4.1475,0.31122 -4.9923,-1.78477 -0.4477,-1.10833 -0.9463,-1.23218 -2.0388,-0.9019 -0.886,0.26993 -1.8927,-0.84793 -2.7978,-0.87016 0.3779,-2.56599 4.7064,-4.56988 6.3546,-6.12281 -2.2262,-1.15279 -3.6616,0.0667 -2.3881,-2.77877 0.3366,-0.75265 0.01,-1.32428 0.8733,-1.81652 0.8924,-0.51129 2.0865,-0.22547 2.8518,-0.73359 1.6038,-1.06387 5.6401,0.4446 7.2597,0.95272 0.5685,0.12385 1.0861,0.36203 1.5498,0.71136 0.9527,0.69866 1.4037,0.37474 2.4803,0.48907 1.067,0.11115 2.0642,1.42908 3.1789,1.05752 -1.0988,-1.03529 -2.1055,-4.84617 -0.4446,-5.75761 0.4001,-0.21913 3.6139,-0.98765 3.2392,-1.65138 2.204,0.72089 4.392,1.88956 6.4626,2.92485 0.8003,0.40332 4.5032,1.7149 5.4877,1.23218 0.7558,-0.37156 0.1016,-1.28299 1.1369,-1.28299 1.5085,0 3.0424,0.56845 4.5445,0.37473 1.0956,-0.1429 2.1182,-0.6796 3.2361,-0.6796 1.175,0 2.169,0.87015 3.3631,0.51129 1.067,-0.31757 2.2992,0.0159 3.3599,0.20007 1.3782,0.24453 2.7057,-0.0286 4.0903,0.0603 2.2993,0.14608 5.6941,0.99718 7.4916,2.48025 0.7749,0.63515 1.0861,1.48942 2.2452,1.44813 0.9909,-0.0381 1.6069,-0.019 2.458,0.47001 1.0671,0.61292 2.7725,1.56246 3.2806,2.75971 0.1461,0.35251 -2.8042,1.34969 -3.379,1.82605 -1.8419,1.5307 -4.7096,2.20714 -6.7738,3.56953 -0.9559,0.63514 -1.5022,1.00035 -1.4831,2.12774 0.016,0.9686 -0.7812,2.08645 -2.0928,1.97213 -1.1211,-0.0953 -2.0388,0.21912 -3.1694,0.34615 -1.2703,0.14609 -2.4421,-0.23818 -3.6902,-0.27946 -1.6546,-0.0508 -1.5879,1.97848 -1.7943,3.39486 -0.5367,3.65844 -2.4167,2.34687 -4.5445,2.95978 -2.4453,0.69866 -2.0547,-1.66726 -3.1408,-2.54376 -0.6256,-0.50494 -1.6736,1.06387 -2.1531,1.34651 -1.1211,0.67008 -1.9245,-0.0921 -3.1408,-0.34615 -0.1143,0.52399 -0.063,1.02576 0.1556,1.51482 -0.9845,0.0254 -1.5847,0.90508 -2.1055,1.6101 -0.7622,1.03846 -2.331,0.40967 -3.1218,1.50529 -1.1242,1.55929 1.7435,3.49014 -0.1905,4.68739 -0.8003,0.49224 -1.8038,-0.41285 -2.6517,0.27311 -1.0036,0.81299 -2.277,0.65738 -3.4997,0.50812 -1.391,-0.16832 -4.3825,-0.45731 -4.6906,1.69902 -1.772,-1.7276 -3.0772,-0.54305 -4.1475,-1.48307 -0.1048,0.26041 -0.073,-0.56211 -0.4795,-0.95272 -0.4065,0.0349 -0.9972,-0.1175 -1.3942,-0.19372 -0.4604,-0.29534 -0.1937,-0.78123 -0.6415,-1.03847 -0.3271,-0.18736 -3.1471,2.10551 -4.3285,1.9245 -0.886,-0.13338 -1.0194,-0.37156 -1.5847,-1.0861 -0.7907,-0.99401 -2.2198,-0.57481 -3.2297,-0.19372 -0.025,-0.27947 -0.07,-0.55576 -0.092,-0.83204 -0.6066,0.4446 -1.4958,0.55892 -2.4898,0.43189 -2.3468,-0.29534 -2.9693,0.91779 -3.9315,0.29217 -1.0639,-0.68913 -1.3751,-5.19867 0.089,-3.37263 0.01,-0.54305 0.2318,-1.08292 0.3017,-1.30205"
         id="kg"><title
           id="title3093">Kyrgyzstan</title></path><path
         inkscape:connector-curvature="0"
         style="fill:#ee7070;fill-opacity:1;stroke:#000000;stroke-width:0.66666663;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
         d="m 1887.4817,396.85201 c 0.6225,-1.1782 -0.032,-3.15986 2.1945,-3.0233 1.645,0.0985 3.1408,0.69231 4.9382,0.62562 1.2386,-0.0445 1.6038,-1.02259 1.3592,-2.05152 -0.089,-0.38427 -0.146,-0.81299 0.343,-0.94637 1.1401,-0.31122 -0.073,-1.39415 1.1528,-0.27629 -0.5113,-0.34616 -0.8956,-0.89238 -0.9845,-1.51165 0.3557,0 0.7082,0.0254 1.0607,0.0762 -0.5303,-1.11469 -1.9022,0.0794 -2.7279,-0.80981 1.3941,-1.47037 3.525,0.20959 5.1351,-0.45413 -0.7621,-0.60022 0,-1.00036 -0.5367,-1.86098 -0.4636,-0.73995 -1.2226,-2.65174 -0.06,-3.16621 1.2195,-0.54305 2.2167,1.03846 3.1376,0.78758 1.4831,-0.40014 3.3314,-1.8578 4.0395,-3.19479 0.8384,0.65103 1.4069,1.60057 2.2262,2.27383 1.029,0.85109 0.5939,1.37192 -0.4986,2.18173 -1.483,1.0988 -1.0479,0.84792 0.162,1.67043 0.5304,0.35886 0.8638,1.19408 1.5244,1.35922 0.7621,0.19372 1.5497,-0.21278 2.296,-0.24453 -0.6574,0.71136 -2.1658,2.60092 -3.1376,2.66444 1.0893,-0.9559 -2.8772,-2.41674 -3.7823,-2.49295 -2.1627,-0.18737 -3.4361,0.87015 -3.5473,2.7216 -1.6133,-1.71172 -0.7939,2.41991 -0.3271,3.10904 0.6383,0.93684 2.0579,-0.0699 2.8296,-0.13973 1.3782,-0.12703 2.404,0.54623 3.849,-0.32392 0.022,0.27946 0.044,0.55575 0.073,0.83204 0.7209,-0.27312 1.5847,-0.63833 2.3723,-0.41602 0.8892,0.25088 1.0766,1.20678 1.8324,1.56881 1.1115,0.53352 3.3599,-1.11468 4.3222,-1.66409 1.0797,-0.61609 0.7875,0.55576 1.2893,0.87651 0.4541,0.12385 0.9114,0.20324 1.3783,0.24135 0.2032,0.27629 0.3557,0.57799 0.4541,0.90509 1.4481,1.06387 2.6581,-0.28582 4.157,1.51165 0.289,-2.68667 4.7351,-1.63868 6.4563,-1.66091 0.8892,-0.01 2.6962,-1.40685 3.3822,-0.69231 0.2794,0.60339 0.092,1.5307 0.5525,2.20713 0.6225,0.91144 1.7245,1.59104 2.0135,2.34052 -1.6864,0.01 0.06,2.38497 0.4731,2.90579 0.5939,0.75265 1.1465,0.65738 2.0992,0.14926 1.6577,-0.8892 2.0261,-0.44777 2.6962,-0.29852 2.0833,0.47001 3.9093,0.73995 3.56,3.49014 -0.048,0.38744 0.1302,1.31793 0.8955,1.94672 0.8575,0.70501 1.0798,1.87686 1.2576,2.26112 0.3271,0.70184 -0.1842,1.32746 0.1906,1.77841 0.5367,0.65421 1.1687,0.62562 1.5402,1.47037 0.3049,0.68596 0.029,1.57834 -0.778,1.85463 -0.1398,0.0889 -1.0639,-0.88603 -1.5117,-1.00989 -0.6097,-0.16831 -2.8486,-0.95907 -3.4679,-0.51129 -1.2735,0.92414 -3.3059,1.90544 -4.5413,1.3878 1.9721,-2.19126 -3.0138,-2.28018 -4.1888,-1.33064 -1.0702,0.8638 -1.9054,1.50213 -2.4802,2.84864 -0.6098,1.43225 -2.6899,0.4573 -3.7156,1.47671 -6.2245,6.19904 -6.685,-3.38533 -6.4944,-7.59953 0.127,-2.84228 -1.4227,-0.52399 -2.5501,-1.54976 -0.4478,-0.40967 -0.07,-2.02611 -0.2255,-2.61045 -0.2477,-0.94954 -2.1468,-2.05152 -2.8455,-2.03247 -3.1281,0.0794 -3.4107,3.12492 -4.6683,4.50002 -0.6955,0.759 0.5208,1.48942 0.8035,2.05152 0.7336,1.45449 -0.7114,1.86733 -2.0325,1.46719 -1.283,-0.39062 -2.6644,-0.42555 -3.3949,0.16514 -1.1305,0.91143 -0.1111,1.54023 -0.079,2.39768 0.1175,3.17573 -2.5818,0.82251 -2.8645,0.14926 -0.1524,-0.36521 -0.8415,-0.88286 -0.994,-0.59387 -0.7717,1.47037 -1.1623,0.39697 -1.3909,0.53988 -0.4097,0.25406 -0.9274,0.60339 -1.2132,0.74312 -0.6288,0.31122 -1.7625,0.4192 -1.8165,1.56881 -0.9749,-0.2223 -1.2385,0.87015 -2.2103,0.1969 -1.5371,-1.06387 -2.4771,-3.9792 -1.4386,-5.78301 1.3179,-2.28336 3.5822,-4.42062 0.7749,-6.40228 -2.1849,-1.54023 -0.1556,-5.90369 -3.1535,-5.96403 -0.8511,-0.019 -1.9849,0.15879 -2.3945,-0.78441 -0.5494,-1.27029 -2.0865,-0.61291 -2.7693,-1.90226"
         id="tj"><title
           id="title3107">Tajikistan</title></path><g
         transform="matrix(3.1757337,0,0,3.1757337,-0.02195285,3.9026)"
         style="fill:#900000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
         id="mm"><title
           id="title3068">Myanmar</title><path
           inkscape:connector-curvature="0"
           style="fill:#900000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 665.64319,177.6194 c -0.017,0.123 0.038,0.211 0.16504,0.26199 -0.055,-0.087 -0.11005,-0.17498 -0.16504,-0.26199"
           id="path4568" /><path
           inkscape:connector-curvature="0"
           style="fill:#900000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 666.16523,178.88139 c 0.11096,0.15902 0.20599,0.32502 0.28796,0.5 -0.069,-0.26998 -0.185,-0.53498 -0.383,-0.737 0.0321,0.079 0.064,0.15801 0.095,0.237"
           id="path4570" /><path
           inkscape:connector-curvature="0"
           style="fill:#900000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 667.38221,179.0244 c -0.083,0.19099 0.16302,0.407 0.28503,0.50101 -0.008,-0.20401 -0.125,-0.38201 -0.28503,-0.50101"
           id="path4572" /><path
           inkscape:connector-curvature="0"
           style="fill:#900000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 668.30823,182.0724 c -0.13,0.007 -0.24902,0.046 -0.35699,0.11901 0.77295,0.89 0.78198,-0.136 0.35699,-0.11901"
           id="path4574" /><path
           inkscape:connector-curvature="0"
           style="fill:#900000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 668.95319,180.69141 c -0.13898,-0.28002 -0.48401,-0.29001 -0.66797,-0.524 -0.34601,0.35198 0.34699,1.00898 0.66797,0.524"
           id="path4576" /><path
           inkscape:connector-curvature="0"
           style="fill:#900000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 671.71521,189.62039 c -0.16003,0.17601 -0.74701,0.72701 -0.40698,0.97602 0.24396,-0.25701 0.59998,-0.582 0.40698,-0.97602"
           id="path4578" /><path
           inkscape:connector-curvature="0"
           style="fill:#900000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 672.26423,190.54939 c -0.064,0.11301 -0.115,0.078 0,0.23801 v -0.23801"
           id="path4580" /><path
           inkscape:connector-curvature="0"
           style="fill:#900000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 678.8122,188.8824 c -0.12897,0.057 -0.16998,0.57199 -0.005,0.57199 0.32203,0 0.31202,-0.532 0.005,-0.57199"
           id="path4582" /><path
           inkscape:connector-curvature="0"
           style="fill:#900000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 681.14423,200.93041 c 0.068,-0.074 0.10797,-0.16102 0.11798,-0.26101 -0.28198,-0.047 -0.32202,0.04 -0.11798,0.26101"
           id="path4584" /><path
           inkscape:connector-curvature="0"
           style="fill:#900000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 681.45423,202.7404 c 0.008,-0.179 -0.048,-0.33799 -0.16803,-0.47599 0.067,0.15399 0.12402,0.31298 0.16803,0.47599"
           id="path4586" /><path
           inkscape:connector-curvature="0"
           style="fill:#900000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 681.38123,201.28841 h 0.143 c -0.061,-0.097 -0.13201,-0.18502 -0.21502,-0.26201 0.024,0.087 0.048,0.17399 0.072,0.26201"
           id="path4588" /><path
           inkscape:connector-curvature="0"
           style="fill:#900000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 681.71521,198.97839 c 0.151,-0.18998 0.067,-0.386 -0.14203,-0.47599 0.046,0.15899 0.093,0.31801 0.14203,0.47599"
           id="path4590" /><path
           inkscape:connector-curvature="0"
           style="fill:#900000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 682.23822,205.4314 c -0.031,-0.27899 -0.16699,-0.534 -0.40399,-0.691 -0.061,0.071 -0.10803,0.15 -0.14203,0.23799 0.32599,-0.15699 0.44703,0.237 0.54602,0.45301"
           id="path4592" /><path
           inkscape:connector-curvature="0"
           style="fill:#900000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 681.78821,203.3354 c 0.401,-0.027 0.362,-0.753 0.18903,-0.97599 -0.082,0.321 -0.14502,0.64799 -0.18903,0.97599"
           id="path4594" /><path
           inkscape:connector-curvature="0"
           style="fill:#900000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 681.95423,200.7164 c 0.12097,0.174 0.65997,-0.88901 -0.096,-0.73801 0.046,0.24401 0.146,0.48501 0.096,0.73801"
           id="path4596" /><path
           inkscape:connector-curvature="0"
           style="fill:#900000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 682.07318,207.5024 c 0.015,0.08 0.03,0.15899 0.046,0.238 0.14801,-0.094 0.22003,-0.229 0.21502,-0.404 -0.093,0.047 -0.17999,0.102 -0.26105,0.166"
           id="path4598" /><path
           inkscape:connector-curvature="0"
           style="fill:#900000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 682.38422,202.88339 c 0.055,0.138 0.15802,0.209 0.30701,0.21401 0.11895,-0.774 -0.74201,-0.92101 -0.30701,-0.21401"
           id="path4600" /><path
           inkscape:connector-curvature="0"
           style="fill:#900000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 682.35718,201.76441 c 0.065,0.11 0.12903,0.22099 0.19202,0.33299 0.093,-0.055 0.172,-0.127 0.23804,-0.21401 -0.19202,-0.075 -0.35102,-0.194 -0.47602,-0.35699 0.015,0.079 0.031,0.159 0.046,0.23801"
           id="path4602" /><path
           inkscape:connector-curvature="0"
           style="fill:#900000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 682.33423,200.5734 c 0.048,-0.127 0.12799,-0.08 0.0229,-0.262 -0.008,0.087 -0.0149,0.17501 -0.0229,0.262"
           id="path4604" /><path
           inkscape:connector-curvature="0"
           style="fill:#900000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 663.88019,175.4764 c 0.024,-0.183 -0.073,-0.676 0.198,-0.706 0.33502,-0.038 0.51001,0.29601 0.94604,0.39701 -0.25402,-0.61301 -0.34204,-1.27601 -0.45703,-1.92301 -0.015,-0.008 0.28803,-0.25 0.219,-0.53 0.242,0.087 0.37604,0.601 0.677,0.506 0.21503,-0.067 0.11603,-0.489 0.15698,-0.649 0.49903,0.291 0.28601,-0.442 0.19403,-0.661 -0.25799,-0.615 -0.20599,-1.093 -0.28998,-1.744 0.49097,0.365 0.50995,-0.386 0.50098,-0.69499 -0.022,-0.763 -0.16601,-1.42002 -0.42798,-2.138 0.11396,-0.009 0.21497,0.024 0.30298,0.099 0.22601,0.15101 0.21198,0.04 0.482,-0.008 0.26898,-0.048 1.07501,0.29001 1.28503,0.457 -0.009,-1.09298 1.495,-3.041 0.64795,-3.89099 -0.44995,-0.45199 0.50299,-1.08101 0.60602,-1.53199 0.11902,-0.52601 0.27697,-0.83001 0.015,-1.295 -0.21502,-0.38301 -0.281,-1.11901 0.13696,-1.40201 0.12903,-0.089 0.52204,0.028 0.54505,-0.201 0.022,-0.213 0.44897,-0.355 0.61395,-0.512 0.20801,-0.198 0.32105,-0.40001 0.46002,-0.64799 0.23603,-0.42301 0.85004,-0.36101 1.26099,-0.42501 0.198,-0.03 0.43903,-0.169 0.61401,-0.002 0.23603,0.225 0.47901,0.751 0.91004,0.573 -0.067,-0.365 -0.42603,-0.542 -0.64704,-0.80301 -0.40496,-0.47599 -0.13397,-0.84399 0.22803,-1.20599 0.52197,-0.521 0.24695,-0.438 0.24695,-1.00101 0,-0.19899 0.16101,-0.14898 0.14203,-0.334 -0.023,-0.22899 0.18799,-0.54799 0.19501,-0.77499 0.44598,0.49499 1.33898,0.575 1.70001,1.207 0.13098,0.229 0.09,0.51199 0.20599,0.746 0.15698,0.317 0.39099,0.588 0.54798,0.905 0.18603,-0.066 0.28601,-0.21499 0.18902,-0.405 0.987,0.459 1.07098,1.463 1.33997,2.44001 0.13299,0.48199 0.177,0.87998 0.19104,1.39999 0.006,0.20599 0.23498,0.88901 -0.29102,0.684 0.12799,0.198 0.89502,0.98501 0.107,0.77401 -0.12098,-0.032 -0.34998,0.375 -0.33002,0.472 0.066,0.31099 -0.35095,0.24199 -0.51398,0.22999 -0.05,0.17501 -0.087,1.482 -0.64502,0.97701 0.023,0.43998 -0.20801,0.76899 0.049,1.18998 -0.44299,0.035 -0.39697,0.31101 -0.37799,0.65902 0.019,0.36 0.29102,0.39399 0.41602,0.67299 0.055,0.122 0.23895,0.50399 0.18298,0.641 -0.096,0.23799 -0.46802,0.54801 -0.164,0.788 0.14203,0.111 0.95502,-0.53299 1.09302,-0.61 0.59997,-0.338 1.31799,0.20401 1.89599,-0.222 0.092,0.372 -0.393,0.51899 -0.26904,0.888 0.069,0.21 0.24005,0.315 0.38306,0.46901 0.17999,0.19599 -0.0711,0.41099 0.052,0.52198 0.41699,0.375 0.29895,0.90001 0.66498,1.06401 0.5,0.224 0.96301,-0.238 1.32696,0.629 -0.54998,-0.041 -0.32397,0.81101 -0.28094,1.146 0.048,0.365 -0.565,1.272 -0.008,1.20801 0.31903,-0.037 1.33704,-0.18001 1.71002,0.15899 0.39704,0.362 -0.18798,1.024 0.61103,1.03501 -0.10804,0.166 -0.022,0.47099 0.091,0.612 0.185,0.22999 0.35999,-0.26902 0.617,-0.10302 0.53199,0.34301 1.224,-0.49499 1.62696,-0.79499 0.029,0.415 0.34601,0.647 -0.039,0.99301 -0.17798,0.15899 -0.57898,0.28099 -0.68396,0.46399 -0.081,0.14399 -0.59803,1.35701 -0.11005,1.067 -0.038,0.354 -0.60297,0.17601 -0.81,0.334 -0.36297,0.27501 -0.23999,0.828 -0.33496,1.214 -0.21301,-0.474 -0.86401,0.066 -1.45203,0.095 0.15601,0.20101 0.318,0.40599 0.0581,0.523 -0.25806,0.11599 -0.60101,0.07 -0.84003,0.089 -0.29797,0.025 -0.12298,0.56101 -0.17798,0.756 -0.061,0.21899 -0.26904,0.252 -0.427,0.14599 -0.15399,-0.10398 -0.49499,0.24801 -0.80804,0.29902 -0.10999,0.018 -1.07599,-0.196 -1.073,-0.19802 0.098,-0.10499 -0.56799,0.67002 -0.52399,1.03801 0.023,0.189 0.12702,0.333 0.15802,0.51 0.042,0.24 -0.23303,0.611 -0.17999,0.843 0.071,0.30901 0.39496,0.644 0.18201,0.964 -0.19202,0.28901 -0.83106,0.329 -1.01105,-0.017 0.10101,0.35199 0.31702,1.00299 0.81103,0.85699 -0.043,0.22501 0.11499,0.407 0.23499,0.575 0.18799,0.264 0.098,0.543 0.18201,0.807 0.15899,0.491 0.83697,1.029 1.14196,1.40101 0.36506,0.444 0.85401,0.58499 1.133,1.26499 0.22601,0.553 0.28601,1.17 0.68701,1.667 0.13202,-0.146 0.22803,-0.312 0.28803,-0.5 0.30096,0.24701 0.25097,0.75599 -0.02,0.97599 -0.27301,0.22101 -0.60901,-0.021 -0.47901,0.61101 0.066,0.321 0.21704,0.93801 0.17804,1.29399 -0.031,0.28202 -0.52801,0.23801 -0.44299,0.57201 -0.23102,-0.20799 -0.36902,-0.038 -0.42004,0.215 -0.073,0.36399 0.117,0.82701 0.29602,1.13301 0.487,0.82798 1.31701,1.42299 1.846,2.08899 0.56501,0.71299 0.87397,1.44999 0.76502,2.27301 -0.0501,0.37899 -0.12201,0.38699 0.059,0.81599 0.172,0.40601 0.22699,0.60201 0.47699,0.959 0.24902,0.354 0.409,0.646 0.45404,1.023 0.047,0.401 0.41296,1.085 0.51495,1.313 0.18006,0.399 -0.328,1.11999 -0.63696,1.59801 -0.27002,0.41699 -0.58099,0.821 -0.99902,1.55198 -0.19397,0.33802 0.03,0.53002 -0.11597,0.82201 -0.216,0.43001 -0.23901,0.875 -0.492,1.30299 -0.28504,-0.448 -0.24402,-1.10598 -0.36304,-1.60798 -0.048,-0.20601 -0.15796,-0.38301 0.045,-0.50901 0.24896,-0.154 0.059,-0.246 0.17896,-0.43699 0.25604,-0.41201 0.31305,-0.90502 0.21405,-1.388 -0.046,-0.22901 -0.18701,-0.98902 0.22699,-0.987 -0.066,-0.11 -0.098,-0.22901 -0.096,-0.35701 -0.11499,0.15899 -0.284,0.28399 -0.47601,0.333 -0.059,-0.34001 0.40899,-0.525 -0.073,-0.47599 0.55102,-0.263 -0.25598,-0.67801 0.19201,-0.929 -0.19799,0.052 -0.36401,-0.05 -0.42999,-0.23801 0.13098,-0.02 0.25,-0.067 0.357,-0.14301 -0.21503,-0.11698 -0.36499,-0.375 -0.023,-0.45199 -0.29401,-0.098 -0.11603,-0.384 -0.16004,-0.648 -0.074,-0.44 -0.24096,-0.902 -0.40997,-1.31401 -0.17902,-0.433 -0.44098,-0.847 -0.651,-1.267 -0.20001,-0.39999 -0.219,-0.88299 -0.49201,-1.248 0.12702,0.34001 0.28302,1.11901 0.023,1.429 0.092,-0.28299 -0.15002,-0.53498 -0.17401,-0.806 -0.023,-0.25599 -0.031,-0.67599 -0.09,-0.90899 -0.056,-0.221 -0.96503,-1.78501 -0.40406,-1.476 -0.023,-0.095 -0.062,-0.18201 -0.11798,-0.26199 -0.08,0.048 -0.15899,0.095 -0.23901,0.14299 -0.40997,-1.02401 -0.31799,-2.16899 -0.69299,-3.189 -0.073,-0.198 -0.24897,-0.30501 -0.336,-0.487 -0.078,-0.16299 0.011,-0.35499 0.003,-0.52501 -0.017,-0.31199 -0.23798,-0.92199 0.17102,-1.08499 -0.263,0.042 -0.72601,0.224 -0.922,-0.033 -0.35803,-0.46801 -0.64203,-0.984 -0.67499,-1.586 -0.23498,0.157 -0.18902,-0.187 -0.39001,-0.371 -0.172,-0.15799 -0.39502,-0.295 -0.46698,-0.534 -0.048,0.061 0.038,0.574 0.036,0.69099 -0.006,0.403 0.23798,0.81601 0.023,1.237 -0.15497,0.306 -0.35297,0.73001 -0.74701,0.76201 -0.40497,0.034 -0.87,-0.51401 -0.57196,-0.881 -0.47003,0.118 -0.063,0.465 0.062,0.754 0.17395,0.401 -0.24805,0.859 -0.61102,0.485 0.388,0.273 -0.383,0.758 -0.66901,0.47499 0.097,0.36602 -0.19201,1.60502 -0.79199,1.37801 -0.30902,-0.118 -0.021,-0.94099 -0.087,-1.187 -0.015,0.022 -0.32501,1.15599 -0.16601,0.405 -0.097,0.20301 -0.13702,0.418 -0.11902,0.64299 -0.297,-0.14699 -0.37897,-0.795 -0.14502,-0.97699 -0.35199,-0.229 -0.21295,1.43 -0.68597,1.017 -0.22602,-0.19701 -0.029,-1.272 0.164,-1.37401 -0.34802,0.13701 -0.44299,0.84801 -0.61902,1.16701 -0.10297,-0.062 -0.19,-0.14101 -0.26099,-0.23801 0.29102,-0.12199 0.331,-0.42299 0.40302,-0.69099 -0.13599,0.23399 -0.19202,0.584 -0.52204,0.619 0.35804,-0.483 0.19501,-1.091 0.26105,-1.643 -0.047,0.005 -0.094,0.005 -0.14203,0 0.185,0.39801 -0.35498,1.287 -0.72497,1.436 -0.53504,0.215 -0.10102,-2.04899 -0.0321,-2.3 0.069,-0.252 -0.008,-0.996 0.13202,-1.12801 0.35401,-0.336 -0.032,-1.27899 -0.19897,-1.64898 -0.21503,-0.47501 -0.14301,-1.19802 -0.49603,-1.58802 -0.14899,-0.16499 -0.23597,-0.37999 -0.33197,-0.57798 -0.14502,-0.29601 -0.53699,-0.47001 -0.13404,-0.55001 -0.281,-0.195 -0.61895,-0.26001 -0.61895,-0.671 0,-0.306 0.0179,-0.797 -0.14502,-1.068 0.039,0.223 0.138,0.735 -0.26099,0.452 0.18396,0.226 0.33197,0.675 0.19195,0.953 -0.57598,-0.23401 -0.92895,-0.83 -1.26696,-1.319 -0.093,-0.134 0.20001,-0.27 0.29901,-0.088 0.074,0.13699 0.26898,0.18399 0.406,0.22399 0.31,0.09 0.70697,-0.075 0.42096,-0.453 -0.16101,-0.213 -0.88299,-0.48801 -0.45495,-0.793 -0.19306,-0.004 -0.38306,-0.028 -0.57202,-0.071 0.059,-0.162 0.082,-0.328 0.07,-0.5 -0.21899,0.107 -0.52002,-0.15001 -0.64099,-0.30301 -0.22705,-0.28498 -0.42004,-0.084 -0.73803,-0.22099 0.10998,0.254 0.25,0.496 0.33398,0.76199 -0.10199,-0.164 -0.198,-0.33 -0.28796,-0.5 -0.043,0.17402 -0.011,0.33301 0.096,0.47602 -0.28399,-0.39002 -0.43798,-0.63501 -0.18902,-1.095 -0.10999,0.02 -0.22101,0.028 -0.33399,0.023 0.066,-0.16901 0.13599,-0.33501 0.21198,-0.5 -0.046,0.011 -0.085,0.035 -0.11597,0.072 -0.048,-0.18302 -0.048,-0.36501 0,-0.54801 -0.16504,0.4 -0.13904,0.847 -0.33398,1.23799 -0.31806,-0.13899 -0.17206,-0.31298 -0.13605,-0.56298 0.042,-0.29201 -0.29297,-0.53301 -0.435,-0.74601 0.041,0.243 0.18305,0.501 0.022,0.738 -0.11902,-0.441 -0.44904,-0.79799 -0.82703,-1.004 -0.43201,-0.23599 -0.50702,-0.996 -0.71899,-1.496"
           id="path4608" /></g><g
         transform="matrix(3.1757337,0,0,3.1757337,-0.02195285,3.9026)"
         style="fill:#510000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
         id="vn"><title
           id="title3074">Vietnam</title><path
           inkscape:connector-curvature="0"
           style="fill:#510000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 702.09723,208.21739 c 0.079,0.25301 0.22797,0.513 0.49897,0.595 -0.19098,-0.17399 -0.36597,-0.37098 -0.49897,-0.595"
           id="path3474" /><path
           inkscape:connector-curvature="0"
           style="fill:#510000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 703.6222,205.5974 c 0.055,0.261 -0.12702,0.52299 0.14203,0.71499 0.12097,-0.25199 0.038,-0.51899 -0.14203,-0.71499"
           id="path3476" /><path
           inkscape:connector-curvature="0"
           style="fill:#510000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 704.02521,206.0264 c -0.019,0.079 -0.019,0.158 0,0.23801 v -0.23801"
           id="path3478" /><path
           inkscape:connector-curvature="0"
           style="fill:#510000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 709.5282,199.95439 c 0.039,0.11202 0.11798,0.18401 0.23499,0.21501 -0.078,-0.072 -0.15601,-0.143 -0.23499,-0.21501"
           id="path3480" /><path
           inkscape:connector-curvature="0"
           style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 688.02521,172.0244 c 0.396,-0.019 0.42798,-0.72701 0.67499,-0.92 0.409,-0.321 0.86304,0.26801 1.073,0.47701 0.37402,0.375 0.60003,0.088 0.83099,-0.30701 0.31702,-0.543 0.51105,-0.055 0.75501,0.226 0.091,-0.20999 0.086,-0.72299 0.41503,-0.39501 0.20301,0.20301 0.391,0.45201 0.63599,0.60701 0.15302,0.097 0.258,-0.90899 0.68799,-0.92601 -0.12299,0.66701 1.13,0.074 1.30798,-0.14999 0.19001,-0.24001 -0.053,-0.41499 0.018,-0.632 0.094,-0.28499 0.85699,-0.372 1.02899,-0.79 0.35199,0.48799 0.79803,0.873 1.33801,1.133 0.42304,0.20399 0.81104,-0.18601 1.11701,0.188 0.307,0.375 0.78198,-0.207 1.15503,0.166 0.18896,0.189 0.41894,0.957 -0.10804,0.775 -0.003,0.651 0.34302,1.12899 0.54602,1.762 0.18799,-0.162 0.883,0.058 0.883,0.334 0,0.41201 0.79297,0.32 0.90302,0.71399 0.079,-0.047 0.15795,-0.095 0.23797,-0.14299 0.12799,0.33699 0.32398,0.111 0.607,0.038 0.42297,-0.11 1.591,0.28 1.19598,0.501 -0.28595,0.251 -0.62897,-0.289 -0.92096,-0.046 -0.26599,0.22 -0.35101,0.534 -0.70801,0.59 -0.38299,0.059 -0.081,0.408 -0.22198,0.66101 -0.13605,0.24699 -0.90906,0.485 -0.52106,0.042 -0.25,-0.061 -0.58295,0.319 -0.59595,0.45199 -0.21002,-0.11698 -0.29205,-0.50799 -0.59503,-0.40499 0.094,0.102 0.20398,0.181 0.331,0.238 -0.211,0.246 -0.052,0.368 0.10699,0.629 0.133,0.218 -0.34699,0.21201 -0.43799,0.157 0.10803,0.225 0.16901,0.856 -0.073,1.024 0.032,0.011 0.064,0.011 0.096,0 -0.026,0.17999 -0.76898,0.991 -0.92999,0.786 -0.40003,0.20001 -0.52899,0.80101 -0.56799,1.20001 -0.053,0.55099 0.17895,0.92499 -0.10602,1.44299 -0.323,0.588 0.30401,0.72299 0.34002,1.26199 0.14197,-0.37199 0.22699,0.18801 0.38099,0.39101 0.20697,0.273 0.44799,0.48399 0.72699,0.679 0.26702,0.18601 0.53601,0.379 0.77398,0.601 0.34101,0.319 0.19104,0.662 0.30805,1.067 -0.14704,-0.114 -0.31305,-0.17799 -0.5,-0.19 0.59497,0.101 0.87597,0.84199 1.34094,1.21499 0.33905,0.27201 1.41504,0.80101 1.13702,1.38001 0.36402,-0.21001 0.94202,0.518 1.14399,0.73801 -0.10199,-0.046 -0.20496,-0.086 -0.31098,-0.11901 0.44501,0.277 0.85101,0.582 1.14398,1.024 0.39704,-0.47399 1.19702,0.59099 0.97602,0.834 0.21002,-0.147 -0.11499,-0.606 0.31097,-0.38101 -0.63898,0.55001 1.32001,1.82201 1.35602,2.31002 0.16199,-0.41401 0.237,-0.069 0.367,0.121 0.20398,0.29799 -0.10797,0.17599 -0.057,0.40199 0.096,0.422 0.43902,0.798 0.60601,1.192 0.22797,0.534 0.34601,1.11299 0.586,1.649 0.097,0.21601 0.20203,0.43399 0.25397,0.667 0.026,0.11399 0.0371,0.714 -0.11298,0.136 -0.009,0.322 0.37104,1.25799 0,0.69 0.084,0.192 0.20301,0.35899 0.357,0.5 -0.44299,0.061 -0.086,0.283 -0.016,0.534 0.10199,0.36399 0.21698,0.61 0.40997,0.933 0.079,0.13101 0.084,0.78601 0.056,0.986 -0.13501,-0.136 -0.22998,-0.294 -0.284,-0.477 -0.45001,0.26401 -0.028,0.81 0.11799,1.11999 -0.14899,-0.088 -0.30799,-0.15199 -0.47602,-0.19099 0.21301,0.194 0.42902,1.211 0.31104,1.5 -0.003,-0.172 -0.049,-0.33099 -0.14203,-0.476 0.14905,0.237 0.022,0.482 -0.05,0.715 0.26898,-0.008 0.28302,0.188 0.21204,0.392 -0.075,0.21701 -0.39301,0.32099 -0.41303,0.393 -0.125,0.44701 0.05,0.46001 -0.43701,0.71001 -0.13696,0.11699 -0.28198,0.224 -0.43396,0.31898 -0.21204,0.086 -0.27905,0.39301 -0.44104,0.442 -0.26801,0.081 -0.54498,0.196 -0.77997,0.35001 -0.11004,0.072 -0.276,0.606 -0.36102,0.577 -0.24201,-0.082 -0.64801,0.218 -0.83099,0.356 -0.24799,0.18699 -0.73798,0.352 -0.91901,0.58 -0.16901,-0.327 -0.61102,-0.31599 -0.64203,-0.73801 -0.0309,0.16701 -0.063,0.334 -0.095,0.5 -0.038,-0.13398 -0.094,-0.26098 -0.16602,-0.38099 0.12403,0.276 0.083,0.26001 -0.12201,-0.047 0.26801,0 -0.26696,-0.168 -0.26098,-0.16701 0.082,0.289 -0.035,0.65901 -0.40399,0.57201 0.087,0.26601 0.47003,-0.138 0.55798,0.23801 0.112,0.47999 -0.74298,0.24398 -0.91498,0.23799 0.29602,0.24099 0.784,0.194 0.97498,0.572 -0.28699,0.043 -0.30298,0.497 -0.633,0.26599 -0.21899,-0.153 -0.36499,-0.61399 -0.65295,-0.64698 0.185,0.21598 1.10394,0.97699 0.95196,1.21399 -0.586,-0.238 -0.893,-0.82 -1.37896,-1.191 0.10498,0.38201 1.84899,1.55299 1.06695,1.98 -0.51398,0.281 -1.38501,-1.08499 -1.75799,-1.31301 0.25402,0.418 1.19299,1.06202 1.03302,1.61801 -0.125,0.43 -0.85498,0.547 -1.20002,0.72001 -0.58398,0.29199 -0.604,0.72898 -0.961,1.19499 -0.24298,0.317 -0.875,0.84401 -1.276,0.46699 0.12299,-0.155 0.28199,-0.25099 0.47602,-0.28599 -0.044,-0.099 -0.076,-0.202 -0.096,-0.30899 -0.10101,0.046 -0.20398,0.086 -0.31098,0.11899 0.016,-0.601 -0.10803,-1.197 -0.11199,-1.797 -0.004,-0.29601 0.019,-0.599 0.11199,-0.88201 0.063,-0.19099 0.48499,-1 0.573,-0.41699 -0.004,-0.935 -1.78503,-0.79899 -1.61804,-1.595 -0.034,0.14099 -0.224,0.043 -0.31799,-0.114 0.16003,-0.054 0.39703,-0.23401 0.57501,-0.252 1.38702,-0.14 0.66998,-0.701 1.07599,-1.182 0.45203,0.43499 1.08398,-0.036 1.57202,-0.13201 0.16901,-0.034 0.28198,0.11402 0.35797,0.24001 0.18604,0.302 0.53504,0.27299 0.83099,0.369 0.007,-0.261 -0.26495,-0.479 0.047,-0.524 -0.061,-0.44 -0.60998,-0.457 -0.78998,-0.76199 -0.15399,-0.26001 -0.25702,-0.595 -0.32,-0.89 -0.06,-0.28002 0.23401,-0.31201 0.37298,-0.528 0.21204,-0.32901 0.91901,0.15098 1.19,0.20298 -0.151,-0.276 0.0451,-0.60299 -0.16497,-0.85699 0.229,-0.058 0.51599,0.028 0.70898,-0.037 0.19702,-0.067 0.54401,-0.358 0.72803,-0.487 0.21399,-0.149 0.29199,-0.342 0.56299,-0.42 0.21002,-0.059 0.492,-0.036 0.66198,-0.196 0.456,-0.43001 -0.242,-1.61101 -0.18396,-2.16099 0.0489,-0.472 0.22498,-0.81002 -0.009,-1.267 -0.076,-0.14002 -0.15399,-0.27901 -0.23199,-0.41901 -0.133,-0.24901 -0.05,-0.42599 -0.14399,-0.65601 -0.13299,-0.32499 -0.315,-0.29598 -0.34802,-0.72898 -0.039,-0.52501 0.29498,-0.832 0.32599,-1.29601 0.007,-0.112 -0.023,-0.63299 -0.087,-0.686 -0.396,-0.33001 0.013,-0.312 0.16296,-0.657 0.23206,-0.532 -0.39996,-1.05699 -0.78296,-1.304 -0.17499,-0.11299 -0.62701,-0.353 -0.604,-0.614 0.027,-0.31101 0.54602,-0.438 0.66797,-0.71401 -0.33295,-0.12599 -0.76496,-0.38499 -0.97699,-0.67799 -0.159,-0.218 -0.30701,-0.037 -0.482,-0.33501 -0.237,-0.40199 -0.36798,-0.028 -0.66101,-0.20098 -0.16998,-0.10201 -0.36499,-0.53202 -0.39697,-0.72301 -0.10199,-0.60201 -0.35199,-1.11501 -0.844,-1.539 -0.13903,-0.12 -0.45501,-0.2 -0.65002,-0.40399 -0.36597,-0.38501 -0.80499,-0.77501 -1.11499,-1.20601 -0.19898,-0.278 -0.284,-0.61699 -0.49298,-0.888 -0.083,-0.107 -0.22101,-0.235 -0.36005,-0.122 -0.14599,-0.224 -0.41699,-0.30301 -0.55499,-0.533 -0.10199,-0.17 -0.38898,-0.57199 -0.198,-0.761 0.23901,-0.238 -0.88397,-0.469 -0.95801,-0.486 -0.74798,-0.171 -1.25995,-1.029 -1.96795,-1.224 -0.20502,-0.056 -0.758,-0.31601 -0.31403,-0.52501 0.63202,-0.29699 -0.16296,-0.472 -0.052,-0.804 0.06,-0.179 0.919,0.084 1.00403,0.097 0.349,0.052 1.29498,-0.528 0.80499,-0.66899 0.10699,-0.162 0.427,-0.24701 0.427,-0.47599 0,-0.28901 -0.32098,-0.54902 -0.60199,-0.51201 -0.19104,0.025 -0.21405,-0.099 -0.27002,-0.25901 -0.12298,-0.35299 -0.48797,-0.25799 -0.768,-0.37199 0.065,-0.25101 0.42999,-0.202 0.45001,-0.41 0.035,-0.355 -0.357,-0.488 -0.58704,-0.655 -0.27496,-0.19899 -0.45996,-0.43801 -0.84497,-0.368 -0.59997,0.10899 -0.466,0.429 -0.73401,0.78999 -0.26696,-0.16299 -0.65997,-0.472 -0.95196,-0.41499 -0.33301,0.064 -0.95606,-0.534 -1.11902,-0.77499 -0.185,-0.27501 -0.35303,-0.931 -0.25903,-1.25901 0.16705,-0.581 -0.31501,-0.45401 -0.43201,-0.908 0.0731,0.186 0.041,0.353 -0.0959,0.5 -0.31201,-0.095 -0.38299,-0.649 -0.65301,-0.86301 -0.36499,-0.291 -0.96601,-0.804 -1.15601,-1.23399"
           id="path3562" /><path
           inkscape:connector-curvature="0"
           style="fill:#510000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 700.28821,176.4764 c 0.031,-0.114 -0.016,-0.193 -0.14203,-0.238 0.048,0.08 0.095,0.159 0.14203,0.238"
           id="path5494" /><path
           inkscape:connector-curvature="0"
           style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 700.50324,176.5004 c 0.10394,0.14799 0.23797,0.26001 0.40399,0.334 0.198,-0.306 -0.19,-0.38899 -0.40399,-0.334"
           id="path5496" /><path
           inkscape:connector-curvature="0"
           style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 701.69422,175.2384 c -0.067,0.209 -0.107,0.424 -0.11902,0.64299 0.24902,-0.14799 0.52399,-0.47599 0.11902,-0.64299"
           id="path5498" /><path
           inkscape:connector-curvature="0"
           style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 702.0282,175.9294 c -0.12201,0.10699 -0.21802,0.23401 -0.28796,0.38 0.17395,-0.055 0.29394,-0.19101 0.28796,-0.38"
           id="path5500" /><path
           inkscape:connector-curvature="0"
           style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 702.64618,174.9294 c 0.083,0.039 0.16205,0.023 0.23804,-0.048 -0.079,0.016 -0.159,0.032 -0.23804,0.048"
           id="path5502" /></g><path
         inkscape:connector-curvature="0"
         style="fill:#900000;fill-opacity:1;stroke:#000000;stroke-width:0.66666663;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
         d="m 2171.5003,568.80846 c 0.3017,-1.22583 -0.089,-2.98201 1.0607,-3.85851 0.6605,-0.50177 2.4517,0.0667 2.5723,-1.05752 -1.5561,0.92096 -0.3144,-1.84828 -0.1175,-2.35322 0.324,-0.83204 0.3144,-1.283 1.2195,-1.68632 0.7622,-0.33662 2.2294,-1.1115 1.9975,-2.1595 1.0385,0.72725 0.7114,4.01096 2.6613,3.07094 1.3052,-0.6288 1.2608,0.5367 2.5057,0.62562 1.3751,0.0984 -0.1366,-2.00707 -0.1747,-2.13409 -0.3207,-1.05435 0.6637,-1.45449 0.2572,-2.04518 -0.813,-1.18455 -0.9622,-1.98483 -1.5688,-2.67397 -0.8479,-0.96542 -0.9845,-2.13091 -1.1496,-2.73748 -0.2159,-0.80346 0.127,-2.83593 1.3433,-2.47072 0.4986,0.14926 0.2922,0.63197 0.5399,0.60022 2.747,-0.35886 1.0861,-0.23818 2.2611,0.14608 0.1493,0.0381 0.2859,0.72724 1.0671,1.52435 0.9337,0.94955 1.8927,1.81335 2.8867,2.7089 0.7654,0.68596 0.8067,2.23889 1.8451,2.55329 0.7463,-0.75265 0.162,-1.78158 0.4065,-1.35604 0.5113,1.05435 0.9432,0.6161 1.3338,1.63233 0.2446,0.6415 -0.2794,1.63868 0.095,3.3631 0.3684,1.69902 2.5628,4.1094 4.0586,4.06177 1.3719,-0.0476 1.8578,0.55893 3.1821,1.37191 0.6542,-0.88603 0.489,-1.753 1.6164,-2.32781 1.3719,-0.69549 2.3278,0.0857 3.4806,0.9559 0.6511,0.48906 1.7213,0.97177 1.8356,1.86733 0.1207,0.92414 -1.283,0.79393 -1.4831,1.54658 0.7019,0.28582 2.1881,0.0826 2.4231,1.01306 0.2223,0.88603 0.6225,0.87015 1.1274,0.95272 2.8359,0.46048 1.6768,2.8264 0.3049,3.17573 1.5529,0.44461 -1.4513,2.28971 -2.5597,2.12139 -0.2699,-0.0413 -2.9788,-0.86697 -3.1852,-0.30804 -0.2541,0.68596 1.4735,1.66091 0.9051,2.13727 -0.5336,0.44777 -2.1056,0.9019 -0.5685,1.67043 1.0766,0.5367 0.6955,0.13021 1.7879,0.79076 1.0988,0.66373 3.4012,2.48025 4.3286,3.1281 0.7272,0.51447 5.0653,0.9813 4.1348,1.84827 -0.2858,0.26994 -0.686,0.60339 0.4827,2.29923 0.543,0.79076 1.5148,1.69267 2.1531,1.74348 0.7844,0.0635 1.2798,1.39415 1.5498,1.95625 0.6224,1.28618 1.4576,2.2389 2.4326,3.25513 0.5621,0.58751 3.1916,2.86451 3.7124,3.0106 1.0194,0.28581 2.0928,2.69302 2.2675,2.9312 0.705,0.95907 0.5272,2.40403 1.0829,3.21067 0.1906,0.27629 0.7114,1.31475 1.0766,1.37191 0.4446,0.073 0.8384,-0.30169 1.2735,-0.0476 0.8828,0.51447 0.4922,0.97495 1.6228,1.26076 0.4319,0.10798 1.8673,1.98166 3.5917,2.55329 -0.3969,0.90509 -1.7053,1.21313 -2.0483,2.14998 -0.3716,1.01305 2.3881,2.22301 2.9407,2.85498 0.9845,1.12421 2.0071,1.56246 1.4704,3.24242 -0.1842,0.57164 -0.9845,1.03847 -0.9877,1.3751 -0.013,0.40967 0.2541,0.18736 0.6796,1.46719 0.4764,1.42908 -1.4957,3.29006 -4.0681,3.94108 -2.0706,0.524 -3.0868,-1.61327 -3.957,-1.76253 -0.6478,-0.11115 -0.2572,0.61927 -0.6891,0.80028 -0.4319,0.18102 -1.3846,-0.12385 -1.3751,0.33981 0.016,0.6415 -0.6224,0.86697 -1.175,0.58433 -0.089,-0.0445 -0.705,0.62245 -0.5145,0.94637 0.5113,0.86698 1.8832,1.86098 0.8829,2.88992 -0.5653,0.57798 -1.7689,0.27311 -2.3882,-0.63832 -0.3747,-0.55893 -2.0578,-0.95908 -3.1154,-0.89556 -1.1591,0.0699 -2.4453,-1.38462 -1.4862,-2.19126 0.7145,-0.60021 1.8832,-1.28935 1.7625,-2.40403 -0.1079,-1.03846 0.2954,-2.36274 -0.092,-3.18526 -0.1969,-0.4192 -0.8574,-0.64785 -0.8161,-1.45766 0.032,-0.61292 0.524,-1.16867 0.7558,-1.70219 -0.2954,0.1429 -0.5589,0.12703 -0.7876,-0.0476 -0.1524,-0.8511 1.8165,-1.95943 0.5304,-3.26465 -0.6987,-0.70502 -3.4552,-1.54023 -1.7054,-2.73431 -2.9153,-1.14644 -5.9482,-3.12175 -6.4118,-6.57694 -0.3589,-2.6835 0.6065,-6.42769 -2.1532,-8.06002 -2.8105,-1.67043 -3.6997,-5.99578 -6.9612,-6.69762 -0.4192,-0.0889 -5.8783,-1.44813 -4.2078,0.61609 -0.9273,0.1842 -1.0258,2.55964 -1.8642,2.59458 -0.235,0.0127 -1.1242,0.31122 -1.7212,0.78123 -1.0544,0.82886 -1.7022,-0.59704 -2.042,-0.63832 -1.6641,-0.20008 -2.223,-1.33064 -3.2234,-1.97214 -1.1115,-0.71454 -1.3433,2.20714 -2.7248,1.20043 -0.1016,2.07693 -2.5945,3.52507 -3.8013,4.96367 -0.5558,0.66691 -1.3465,0.29852 -1.9499,-0.33027 -0.6701,-0.70184 -0.1334,-1.99119 0.1683,-2.72796 0.4732,-1.14644 0.6161,-1.92132 0.4382,-3.16938 -0.1048,-0.74312 -0.8384,-2.01977 -0.7463,-2.66762 0.1874,-0.37791 0.4256,-0.72089 0.7146,-1.02893 0.3842,-0.64468 0.076,-0.66373 0.032,-1.31793 -0.098,-1.42908 0.5717,-2.25795 -0.1524,-3.62352 -1.0162,-1.93084 0.032,-4.86522 -3.2297,-3.96966 -0.3906,-0.003 -0.6796,0.15243 -0.8733,0.46365 -0.3176,0.7336 -0.4097,0.0984 -1.029,0.21913 -1.0829,0.21913 -1.8165,-0.50177 -2.3468,-1.54658 -0.759,-1.48307 1.3147,-2.96296 0.4446,-4.06494 -0.3557,-0.45096 -1.4228,-1.84193 -1.8833,-2.11504 -0.6923,-0.41285 -0.994,0.64785 -1.8133,0.87333 -0.051,-0.25089 -0.1048,-0.50495 -0.1556,-0.75583"
         id="la"><title
           id="title3070">Laos</title></path><path
         inkscape:connector-curvature="0"
         style="fill:#510000;fill-opacity:1;stroke:#000000;stroke-width:0.66666663;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
         d="m 2003.5548,490.46629 c 0.4097,-1.23536 1.3624,-1.86416 0.7368,-3.17574 -0.3938,-0.82886 -0.3081,-0.94954 0.025,-1.80381 0.651,-1.67361 0.6669,-1.21948 1.3528,-2.31829 1.0417,-1.66408 1.68,-4.96049 3.5314,-3.56 0.3271,0.24771 0.8257,1.0607 1.3624,0.64785 0.8448,-0.65102 0.9337,-1.2957 0.7844,-2.26429 0.9591,0.3652 1.1211,-0.98448 1.7594,-0.77806 1.1242,0.36203 2.1404,0.28264 3.2361,1.16549 2.3627,1.90862 4.7572,3.86805 6.9326,5.01449 1.8006,0.94637 3.2361,1.03211 4.5191,2.51518 1.3147,1.518 2.1309,3.49331 3.8363,2.07058 0.8383,-0.70184 1.9562,-0.11433 2.7692,0.51129 0.9876,0.76535 1.1274,2.39768 1.6101,2.78512 1.3846,1.11151 4.0649,2.68032 5.3702,2.67397 0.8892,-0.003 1.5465,-0.98766 2.0959,0.29216 0.2986,0.69231 -0.8606,1.09881 0.076,1.84828 0.7177,0.57163 3.4806,1.1655 4.3126,0.12386 0.4859,1.47671 2.1659,1.94672 2.8518,3.26465 0.8829,1.69584 0.8194,-1.39732 1.1592,-1.67679 0.044,0.92732 2.4326,2.87722 3.1217,1.56564 0.2541,-0.48589 0.4224,-1.22583 1.2735,-0.80346 0.7526,0.37473 1.013,0.21595 1.699,0.66055 2.0833,1.33698 2.4993,1.18773 4.0363,1.27982 1.3624,0.0794 3.83,-0.58751 5.3861,-0.073 1.0988,0.36521 0.01,4.71596 0.1778,5.9545 0.3144,2.36592 2.4835,3.3504 1.9277,6.01166 -0.451,2.15315 -2.1786,1.12104 -4.157,1.36239 -1.553,0.18737 -3.7283,0.64785 -4.011,-1.51482 -1.4132,0.47636 -1.8832,1.73077 -3.4806,0.77488 -0.7653,-0.45731 -4.2237,-1.67361 -5.0367,-1.35604 -1.6323,0.64467 -1.3433,-0.16831 -2.2167,-1.07975 -1.3338,-1.39415 -2.3214,0.68278 -3.706,0 -0.6955,-0.34615 -1.7721,-1.76253 -3.1059,-2.00389 -1.6069,-0.29217 -1.4196,-0.98765 -2.0674,-2.277 -0.6479,-1.2957 -7.3264,-3.22972 -6.5484,-1.16549 -0.8733,-0.38427 -2.1023,-1.39733 -3.1154,-0.89556 -1.4068,0.69866 -1.7403,0.85745 -3.3758,0.13021 -0.8955,-0.39697 -2.1468,-0.45096 -2.5596,-1.47672 -0.5971,-1.47354 -1.7435,-0.39062 -2.9408,-1.11151 -1.1178,-0.67643 -2.2198,-1.90226 -3.271,-1.6355 -1.5688,0.39697 -3.0455,-1.05434 -4.6588,-1.79429 -1.4036,-0.64785 -2.2166,-2.08963 -3.5568,-2.9058 -1.41,-0.85744 -2.9566,-1.46083 -4.3571,-2.33416 0,1.39097 -1.5307,0.1048 -2.3659,-0.42872 -0.5812,-0.37157 -2.0674,-1.33699 -1.41,-2.21984"
         id="np"><title
           id="title3055">Nepal</title></path><path
         inkscape:connector-curvature="0"
         style="fill:#900000;fill-opacity:1;stroke:#000000;stroke-width:0.66666663;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
         d="m 2073.5511,507.08808 c 0,-0.61609 0.1175,-0.75583 0.5018,-1.07658 0.578,-0.48906 0.2223,-1.49894 0.8479,-1.95307 1.3465,-0.9813 1.8674,-3.27418 2.8074,-4.63022 1.0257,-1.48942 2.458,-2.88357 4.392,-2.85181 0.4764,0.01 2.0388,0.21595 2.2357,0.76535 0.1779,0.49859 -0.2921,1.2036 0.3906,1.41955 1.1846,0.37792 2.5756,0.23818 3.8014,0.23818 0.7399,0 1.1369,1.1909 1.9467,0.46684 0.6574,-0.58751 0.8321,-0.85428 1.7816,-0.56528 1.2417,0.38108 2.801,0.69866 2.7788,2.19125 -0.025,1.67997 -0.035,3.37898 2.2452,3.24878 2.1881,-0.12386 1.788,1.76888 1.6419,3.01377 -0.06,0.51129 1.2957,1.90862 0.7082,2.19761 -1.4005,0.68278 -2.7407,0.82251 -4.1285,0.29852 -0.5748,-0.21595 -1.8514,0.55893 -2.5374,0.60021 -1.0289,0.0635 -2.1087,0.0857 -3.1376,0.054 -1.5752,-0.0445 -2.7597,-1.47672 -4.2015,-0.62245 -1.1179,0.66373 -2.7089,1.79112 -4.1317,1.2703 -1.229,-0.45096 -1.899,-1.46719 -3.417,-1.34334 -2.6645,0.21913 -3.4965,-1.23853 -4.5255,-2.7216"
         id="bt"><title
           id="title3057">Buthan</title></path><g
         transform="matrix(3.1757337,0,0,3.1757337,-0.02195285,3.9026)"
         style="fill:#900000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
         id="bd"><title
           id="title3059">Bangladesh</title><path
           inkscape:connector-curvature="0"
           style="fill:#900000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 658.9032,169.26241 c -0.07,-0.008 -0.14099,-0.016 -0.21197,-0.024 0.12799,0.097 0.26996,0.161 0.427,0.19001 -0.072,-0.055 -0.14301,-0.11101 -0.21503,-0.166"
           id="path3240" /><path
           inkscape:connector-curvature="0"
           style="fill:#900000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 658.99921,170.83341 c 0.009,0.14799 0.073,0.26799 0.19202,0.35699 -0.033,-0.183 0.30395,-0.334 0.30798,-0.30901 -0.04,-0.32099 -0.35199,-0.20799 -0.5,-0.048"
           id="path3242" /><path
           inkscape:connector-curvature="0"
           style="fill:#900000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 659.26123,170.4054 c 0.063,0.047 0.128,0.095 0.19098,0.143 -0.048,-0.069 -0.112,-0.117 -0.19098,-0.143"
           id="path3244" /><path
           inkscape:connector-curvature="0"
           style="fill:#900000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 659.28724,171.3094 c 0.098,0.251 0.33099,0.41201 0.40795,0.67701 0.043,0.17999 0.048,0.36099 0.014,0.54199 -0.019,0.141 -0.24304,0.86 0.1,0.35299 -0.069,0.091 -0.075,0.17801 -0.018,0.26101 0.37702,0.167 0.41699,-1.06301 0.375,-1.21399 -0.083,-0.304 -0.58001,-0.57502 -0.58697,-0.85102 -0.007,-0.25898 -0.34803,-0.035 -0.29199,0.23201"
           id="path3246" /><path
           inkscape:connector-curvature="0"
           style="fill:#900000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 659.37922,173.0244 c 0.063,0.094 0.17297,-0.132 0.073,0.16701 0.10797,-0.13001 0.13098,-0.27301 0.069,-0.429 -0.047,0.087 -0.094,0.17498 -0.14196,0.26199"
           id="path3248" /><path
           inkscape:connector-curvature="0"
           style="fill:#900000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 659.59418,171.9764 c -0.012,0.108 0.004,0.21099 0.05,0.30999 0.021,-0.10899 0.005,-0.21299 -0.05,-0.30999"
           id="path3250" /><path
           inkscape:connector-curvature="0"
           style="fill:#900000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 660.6662,172.9294 c 0.55701,-0.286 0.193,-0.868 -0.047,-1.239 0.10302,0.401 0.095,0.83099 0.047,1.239"
           id="path3252" /><path
           inkscape:connector-curvature="0"
           style="fill:#900000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 661.78418,172.16741 c 0.23804,-0.24201 -0.138,-0.60001 -0.30798,-0.73801 -0.077,0.29001 0.078,0.56801 0.30798,0.73801"
           id="path3254" /><path
           inkscape:connector-curvature="0"
           style="fill:#900000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 662.83222,173.4054 c -0.059,0.16301 -0.067,0.33 -0.023,0.5 0.046,-0.165 0.054,-0.332 0.023,-0.5"
           id="path3256" /><path
           inkscape:connector-curvature="0"
           style="fill:#900000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 663.02423,174.66741 c 0.39698,-0.14802 0.10401,-0.64101 -0.169,-0.73801 0.0539,0.246 0.083,0.49901 0.169,0.73801"
           id="path3258" /><path
           inkscape:connector-curvature="0"
           style="fill:#900000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 652.23621,160.3094 c 0.009,-0.10701 0.033,-0.21 0.073,-0.30999 0.27002,0.19499 0.72302,0.321 0.85803,0.65699 0.12195,0.304 0.62695,0.293 0.88098,0.39099 -0.069,-0.19499 -0.17999,-0.36199 -0.33398,-0.5 0.39898,-0.074 0.47998,0.29001 0.62195,0.56801 0.21301,0.417 0.763,0.508 1.14105,0.71801 0.0799,-0.20101 0.13696,-0.39301 0.0229,-0.59601 0.73602,-0.062 0.90204,1.384 0.92804,1.83301 0.017,0.29598 -0.066,0.56199 0.27697,0.679 0.51398,0.17599 1.13099,0.32199 1.67603,0.32199 1.151,0 2.32397,-0.105 3.48096,0.006 0.53601,0.052 2.02502,0.97101 0.73199,0.85102 0.38605,0.73399 -0.50195,1.39898 -0.57196,2 -0.229,-0.20201 -0.45801,0.179 -0.61902,-0.072 0.046,0.397 -0.39502,0.319 -0.64099,0.286 0.10199,0.326 -0.289,0.873 -0.315,1.22799 -0.037,0.498 0.45502,1.22602 0.64899,1.677 0.046,-0.15699 0.053,-0.31599 0.023,-0.47599 0.23797,0.106 0.64099,1.337 1.07897,0.614 0.16303,-0.26999 -0.15899,-0.724 -0.007,-1.06701 0.14898,-0.33699 0.23199,-0.403 0.11895,-0.78498 0.323,0.28498 0.66303,-0.43502 0.87403,0.075 0.25097,0.603 0.37903,1.305 0.56,1.933 0.234,0.81 0.51702,1.58299 0.721,2.40399 0.198,0.79201 0.24598,1.66701 0.56,2.42202 -0.281,0.085 -0.61999,-0.41301 -0.94702,-0.35901 -0.48999,0.081 0.17999,1.527 0.18304,1.811 -0.22601,-0.35699 -0.63201,-0.79201 -0.75201,-1.194 -0.12799,-0.425 -0.14502,-0.67599 -0.20001,-1.09199 -0.10401,-0.76801 -1.15698,-1.58901 -0.56897,-2.38102 -0.15204,0.12201 -0.24506,0.35701 -0.24103,0.54801 -0.21802,-0.65399 -1.05499,-1.192 -0.99902,-1.929 -0.022,0.306 -0.36499,0.42199 -0.53699,0.625 -0.069,0.074 -0.089,0.15899 -0.058,0.25599 -0.20801,0.07 -0.39801,-0.031 -0.5,-0.21399 0.052,0.087 0.056,0.17 0.01,0.249 -0.33704,0.196 -0.86402,-1.043 -0.96399,-1.178 -0.093,-0.156 -0.12702,-0.324 -0.10205,-0.505 0.008,-0.301 -0.12799,-0.38201 -0.211,-0.638 -0.064,-0.198 0.281,-0.275 0.14905,-0.452 -0.046,0.18399 0.23895,0.097 -0.21503,0.14301 0.011,-0.088 0.026,-0.17501 0.046,-0.26201 -0.11701,0.096 -0.24402,0.11101 -0.38001,0.048 0.10401,0.075 0.521,0.61 0.133,0.56 -0.19299,-0.025 -0.54004,-0.14799 -0.65802,-0.179 0.31,0.187 0.77301,0.34 0.95898,0.675 0.12702,0.228 -0.112,0.386 -0.29199,0.46801 0.24603,0.29699 0.11102,0.56599 -0.096,0.83299 0.448,0.01 0.30506,0.447 0.28803,0.76201 0.058,-0.083 0.12097,-0.16201 0.18902,-0.23801 0.37098,0.33 0.44196,1.19299 -0.16601,1.31 0.04,-0.16899 0.015,-0.327 -0.073,-0.476 0.055,0.393 -0.055,0.71699 -0.12799,1.095 -0.085,0.448 -0.61499,0.26601 -0.39404,-0.095 -0.07,0.074 -0.14099,0.145 -0.21497,0.214 -0.12201,-0.423 0.35797,-0.576 0.40601,-0.95201 -0.133,0.21801 -0.33503,0.38201 -0.52503,0.54702 0.019,-0.15902 0.066,-0.31 0.14203,-0.45202 -0.10101,0.15201 -0.203,0.30301 -0.30804,0.45202 -0.15296,-0.48401 -0.21698,-0.89602 -0.0229,-1.38102 -0.52405,0.21302 -0.065,0.69901 -0.24903,1.054 -0.13299,0.25602 0.18299,0.27301 0.072,0.584 -0.099,0.28 -0.375,0.127 -0.49103,-0.043 -0.021,0.15001 -0.029,0.30101 -0.023,0.45301 -0.37201,0.004 -0.19202,-1.392 -0.19202,-1.61901 -0.12396,0.31601 0.031,0.63201 -0.046,0.95202 -0.12201,-0.265 -0.25,-0.54101 -0.28802,-0.83301 0.005,0.474 0.47699,1.184 0,1.666 -0.13898,-0.235 -0.015,-0.51399 -0.18799,-0.73799 0.095,0.23799 -0.062,0.75499 -0.23798,0.929 0.025,-0.45401 -0.45904,-0.80501 -0.51501,-1.304 -0.063,-0.55301 -0.37104,-0.97501 -0.48804,-1.50501 -0.056,-0.256 -0.10797,-0.513 -0.18799,-0.763 -0.10797,-0.337 -0.013,-0.498 -0.04,-0.82001 -0.016,-0.18199 -0.27398,-0.16899 -0.39801,-0.19999 -0.26098,-0.063 -0.10296,-0.366 -0.084,-0.54399 0.042,-0.39 -0.69,-0.416 -0.66101,-0.93601 0.015,-0.267 0.31097,-0.36 0.34399,-0.60499 0.033,-0.24801 -0.063,-0.53101 -0.15698,-0.75501 -0.15399,-0.367 -0.89801,-0.40601 -1.24298,-0.64 -0.203,-0.138 -0.552,-0.339 -0.57202,-0.619 -0.021,-0.293 0.24499,-0.502 0.26098,-0.786 0.40302,0.70799 0.56202,-0.62201 0.66803,-0.643 0.26801,-0.053 0.82398,-0.10601 1.07196,0.024 0.30701,-0.494 -0.34198,-0.316 -0.39398,-0.786 -0.035,-0.322 -0.46399,-0.057 -0.69299,-0.208 -0.31299,-0.20701 -0.44403,-0.601 -0.80798,-0.745 -0.91101,-0.36101 -0.42603,-1.429 0.32397,-1.714 -0.068,-0.228 -0.30902,-0.329 -0.526,-0.333"
           id="path3340" /></g><g
         style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:0.63557333;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
         class="landxx coastxx br"
         id="br-outline"
         transform="matrix(1.0487094,0,0,1.0491341,16.811415,20.924041)"><path
           style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:0.63557333;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 736.8,763.69 c 0.51,-0.979 0.292,-1.512 1.421,-1.715 1.126,-0.203 -0.184,-1.552 0.134,-3.061 0.514,-2.435 2.367,-2.643 3.971,-3.685 1.143,-0.743 0.307,-2.374 0.03,-3.567 -0.255,-1.094 0.313,-2.08 0.925,-2.942 1.229,-1.732 -0.08,-4.248 1.178,-5.77 0.646,-0.785 2.022,-0.836 2.783,-1.581 0.675,-0.661 0.7,-1.419 1.636,-1.743 1.205,-0.418 1.885,-1.6 3.045,-2.076 1.074,-0.44 2.735,-0.41 3.898,-0.652 1.382,-0.288 2.532,-0.222 3.551,-1.303 0.164,-0.174 0.418,-0.878 1.955,-1.239 0.573,-0.134 0.702,0.124 1.481,0.294 0.667,0.146 1.404,0.939 1.787,1.459 0.194,-0.24 0.387,-0.479 0.58,-0.72 1.043,1.719 1.562,-1.71 1.652,-2.318 0.413,-2.774 0.827,-5.549 1.104,-8.341 0.376,-3.79 0.788,-7.591 1.554,-11.301 0.325,-1.574 0.981,-3.003 0.603,-4.639 -0.363,-1.573 -1.472,-2.381 -1.523,-4.064 -0.05,-1.739 -0.893,-2.033 -2.183,-3.241 -1.441,-1.349 -1.464,-2.766 -1.464,-4.479 0,-0.996 -0.157,-2.248 0.378,-3.165 1.359,-1.474 4.05,-2.23 5.126,-1.127 1.177,0.625 1.589,0.271 1.495,-1.088 -0.146,-2.117 -3.402,-3.258 -5.234,-2.243 -0.01,-1.531 -0.823,-4.183 -0.107,-5.511 0.697,-1.292 3.23,-0.248 4.148,-0.248 2.195,0 4.252,-0.04 6.443,0.05 0.388,0.02 1.628,0.144 1.745,-0.462 0.06,-0.314 -0.124,-1.223 0.293,-1.495 1.538,-1 1.164,2.14 2.422,1.522 1.074,-0.528 1.669,-1.867 2.588,-2.603 1.686,-1.35 2.526,0.678 2.936,1.641 0.813,1.913 0.815,2.848 0.624,4.713 -0.04,0.439 -0.317,1.426 0.482,1.279 1.118,-0.206 0.894,-0.838 1.774,0.05 1.075,1.083 1.777,2.471 3.195,3.126 1.905,0.879 3.175,-0.512 4.644,-1.236 2.915,-1.436 1.354,1.99 1.782,2.772 0.71,-0.231 1.877,-2.076 2.308,-2.696 0.734,-1.054 1.055,-1.691 2.337,-2.187 1.072,-0.415 1.652,-0.565 2.468,-1.365 0.58,-0.569 2.096,-1.646 2.036,-0.09 0.856,-1.422 1.812,-1.942 2.23,-3.6 0.33,-1.304 0.823,-1.257 1.982,-1.747 0.498,-0.211 2.38,-1.181 2.605,-1.52 1.379,-2.073 0.342,-2.452 -1.278,-2.256 -0.795,0.09 -2.128,0.07 -2.765,-0.462 -0.374,-0.313 0.06,-1.741 -0.08,-2.141 -0.743,-2.009 -1.519,-2.787 -1.47,-6.131 0.02,-1.401 -1.027,-2.368 -2.114,-3.485 -0.621,-0.639 -2.645,-2.906 -1.696,-3.859 0.65,0.285 0.988,1.201 1.692,1.27 0.963,0.09 3.035,-0.614 3.284,0.836 0.173,1.012 0.562,1.27 1.678,1.12 1.837,-0.247 2.896,0.661 3.206,0.104 1.444,-2.595 2.561,3.173 4.569,2.807 1.312,-0.24 0.101,-2.696 0.762,-3.725 0.402,-0.626 1.48,-0.308 2.066,-1.009 0.853,-1.021 1.666,0.369 2.539,0.07 1.373,-0.475 4.467,-1.298 5.088,-2.459 0.04,-0.08 1.668,-1.02 1.858,-1.005 0.801,0.06 1.773,0.502 2.316,-0.48 0.881,-1.594 4.13,-2.634 1.822,-5.622 1.093,-0.165 2.025,0 3.128,-0.31 0.896,-0.258 1.559,0.03 2.154,0.937 1.263,1.929 -0.353,3.315 -0.659,5.028 -0.157,0.88 1.926,0.422 3.046,1.542 0.249,0.249 -0.313,0.973 -0.1,1.471 0.346,0.808 0.73,1.436 1.178,2.17 0.496,0.813 -1.781,2.969 -1.961,3.641 -0.18,0.669 -0.193,1.436 -0.369,2.159 -0.323,1.326 -1.06,2.353 -1.22,3.712 -0.236,2.016 0.05,3.859 1.378,5.161 0.949,0.932 -0.111,3.852 1.133,3.756 -0.1,0.24 -0.192,0.48 -0.29,0.72 1.499,0.169 2.63,1.849 3.229,2.972 0.498,0.934 1.5,0.07 2.092,0.943 0.529,0.78 1.432,0.587 1.896,0.682 0.528,0.108 1.06,-1.33 1.652,-1.821 2.104,-1.746 3.543,-1.578 5.22,-2.302 0.964,-0.417 1.448,0.174 2.262,-0.808 1.077,-1.299 2.197,-2 4.076,-1.418 1.528,0.473 2.328,-0.454 3.924,0 1.041,0.293 3.916,1.752 4.306,-0.02 0.359,-1.633 -1.657,-1.761 -0.906,-3.271 1.379,-2.772 1.657,-0.381 3.305,-0.798 1.043,-0.265 1.777,-0.51 2.728,-0.861 2.015,-0.745 1.924,-0.344 3.423,0.9 0.297,0.246 0.08,-0.592 0.437,-0.04 0.446,0.691 1.148,0.928 1.799,1.421 0.842,0.638 1.628,0.721 2.503,1.198 0.373,0.355 0.927,-1.087 2.87,-1.783 0.49,-0.272 1.106,0.379 1.627,0.426 0.642,0.06 3.103,-0.637 2.639,0.686 0.708,-0.334 1.833,0.5 2.417,-0.02 0.825,-0.741 1.561,-1.053 2.181,-2.007 0.875,-1.346 2.528,-5.672 3.414,-7.01 2.796,-4.219 5.407,-7.671 4.138,-10.442 0.09,0.577 1.595,3.652 1.99,4.083 -0.329,-0.936 -1.115,-2.094 -0.29,-3.024 2.186,1.354 2.469,3.532 2.23,5.904 0.124,-0.698 0.191,-1.459 0.79,-1.944 -0.08,3.135 0.242,6.407 1.349,9.356 0.452,1.206 2.308,4.864 0.951,5.979 1.048,-0.346 1.223,0.786 1.553,1.473 0.643,1.338 2.162,0.801 3.277,1.263 2.544,1.055 2.054,4.055 -0.15,5.04 0.573,-0.162 1.216,-0.06 1.66,0.359 -0.969,0.969 -2.651,1.839 -3.042,3.248 -0.202,0.725 -1.027,1.053 -1.417,1.646 -0.591,0.898 -0.852,1.897 -1.572,2.726 -0.976,1.122 -2.23,1.938 -3.323,2.932 -1.35,1.229 -2.054,2.88 -3.19,4.282 -1.053,1.299 -1.44,2.301 -1.292,3.973 0.08,0.937 -1.646,1.103 -1.707,2.39 -0.08,1.735 -1.35,0.8 -2.238,0.771 -0.813,-0.03 -3.369,1.226 -3.668,2.007 0.719,-0.167 4.602,-0.905 3.52,0.87 0.735,-0.809 1.881,-0.735 2.771,-1.259 1.039,-0.611 1.837,-1.275 2.96,-1.757 1.462,-0.628 3.622,-2.449 4.43,-3.825 1.892,1.098 0.09,3.939 1.318,5.458 0.495,0.609 0.02,2.24 0.834,2.481 0.681,0.2 1.86,-0.196 1.447,0.992 1.598,0.313 4.458,-2.6 4.75,0.72 -0.143,-1.023 0.867,-1.213 1.632,-1.36 0.382,0.01 0.654,-0.159 0.816,-0.514 0.297,-0.791 1.145,-0.497 1.801,-0.646 -0.852,2.674 -1.646,4.421 -1.52,7.199 1.22,-1.575 0.499,-5.002 2.547,-5.968 1.363,-0.642 1.588,-0.833 2.395,-2.149 1.332,-2.175 1.696,-0.565 3.048,0.268 -0.03,-0.457 -0.145,-0.891 -0.35,-1.3 0.753,-0.05 1.49,-0.223 2.23,-0.36 -0.76,-0.382 -1.613,-0.07 -2.38,0.07 -0.194,-1.051 0.55,-1.095 1.139,-1.659 0.893,-0.856 -0.07,-2.757 1.029,-3.843 1.296,-1.28 0.93,-0.201 1.792,-0.538 0.606,-0.236 1.875,-1.764 2.02,-0.22 1.194,-1.165 1.261,0.462 2.37,0.07 -0.477,-0.41 -0.588,-1.027 -0.29,-1.58 0.681,0.199 2.306,0.596 1.95,1.65 0.236,-0.128 0.476,-0.248 0.72,-0.36 0.1,0.267 0.193,0.534 0.29,0.801 0.622,-0.494 0.72,-0.498 0.72,0.35 0.576,-0.19 0.98,-0.676 1.01,-1.29 -0.362,0.932 0.911,1.106 0.57,2.021 0.09,-0.586 0.466,-0.964 1.08,-0.73 0,0.619 -0.416,1.087 -1.01,1.23 1.028,-0.597 1.964,0.864 2.95,-0.07 -0.132,1.354 0.868,0.553 1.16,-0.15 -0.413,1.64 0.963,0.961 0.86,2.021 0.386,-0.154 0.676,-0.417 0.87,-0.79 -0.133,0.928 1.024,0.589 1.22,1.439 0.246,-0.234 0.486,-0.474 0.72,-0.72 0.05,0.539 0.241,1.019 0.58,1.44 0.238,-0.192 0.475,-0.385 0.71,-0.58 0.123,0.72 0.407,1.063 1.08,0.359 -0.525,0.375 -0.663,0.972 -0.28,1.51 0.149,-0.554 0.576,-0.98 1.149,-1.08 -0.813,0.732 -0.524,2.293 0.221,2.961 0.325,-0.609 -0.07,-1.635 0.756,-1.953 1.494,-0.58 0.825,0.493 1.544,0.723 -0.04,-0.601 0.316,-1.072 0.86,-1.29 -0.25,0.472 -0.37,0.976 -0.36,1.51 1.709,-1.025 -0.224,2.034 1.59,0.931 -0.25,0.229 -0.49,0.47 -0.72,0.72 0.583,0.202 1.116,-0.08 1.439,-0.57 -0.491,1.064 1.239,0.482 0.49,1.909 -0.669,1.275 -0.354,2.337 -2,2.841 0.592,-0.372 1.055,-0.04 1.22,0.57 0.04,-0.915 1.049,-2.321 1.893,-1.134 0.902,1.271 -0.678,1.668 -1.175,2.623 -0.424,0.814 -1.178,3.324 -0.887,4.207 0.322,0.977 -1.228,1.788 -0.55,2.515 0.09,-1.373 1.719,-1.789 2.3,-2.88 0.577,-1.084 0.198,-2.9 0.826,-3.792 0.321,-0.458 1.77,-1.499 2.239,-0.709 0.77,1.296 -1.668,1.987 -1.834,3.061 0.71,-0.457 0.95,-0.287 0.72,0.51 0.839,-0.406 2.018,-3.692 2.45,-2.02 0.07,-1.154 2.296,-1.78 3.16,-1.29 -0.09,-2.272 4.617,0.244 5.452,0.725 0.592,0.341 3.853,1.668 3.908,2.295 0.71,-0.463 2.593,0.708 2.24,-0.79 0.943,0.209 1.581,0.914 2.44,1.29 0.99,0.432 2.052,0.366 2.88,1.16 -0.02,-1.385 0.839,-1.238 1.915,-1.277 2.157,-0.08 4.063,-0.942 6.26,-0.473 4.022,0.858 7.744,4.292 10.884,6.752 1.04,0.819 2.24,0.957 3.11,1.988 0.82,0.988 1.47,2.092 2.25,3.106 0.89,1.144 2.07,1.654 2.88,2.778 0.87,1.2 2.46,1.332 3.42,2.573 0.96,1.246 2.35,0.742 3.44,1.815 1.27,1.243 3.49,0.741 5.04,0.547 3.57,-0.445 6.21,0.889 7.24,4.429 0.41,1.371 1.01,2.736 1.03,4.188 0,0.438 -0.36,1.171 0,1.339 0.38,0.191 0.6,0.722 0.75,1.09 0.65,1.549 1.75,5 0.91,6.633 0.23,-0.351 0.45,-0.71 0.64,-1.08 -0.15,1.638 1.05,3.611 -0.64,4.82 0.27,0.06 0.53,0.137 0.79,0.22 -0.67,1.355 0.4,2.987 -0.43,4.215 -0.85,1.272 -0.21,2.986 -0.88,4.322 -0.77,1.551 -1.04,3.293 -1.76,4.868 -0.79,1.733 -2.51,2.864 -3.19,4.665 -0.25,-0.178 -0.49,-0.368 -0.72,-0.57 0.1,0.73 -0.17,1.639 -0.87,0.43 0.13,0.46 0.42,0.701 0.87,0.721 -1.05,2.071 -2.58,4.773 -4.32,6.34 -0.72,0.646 -1.69,0.904 -2.42,1.546 -0.76,0.669 -1.35,1.545 -2.26,2.044 0.15,-0.615 -0.24,-1.048 -0.8,-1.22 -0.1,0.669 0.78,0.885 0.65,1.51 -0.15,0.805 -0.85,1.879 -1.65,0.87 0.4,0.516 1.33,1.014 0.77,1.792 -0.33,0.451 -1.69,1.945 -1.14,0.288 -0.45,0.717 -0.35,1.62 -1,2.24 0.29,-0.09 0.58,-0.187 0.86,-0.29 -1.58,2.261 -4.1,13.653 -8.21,12.96 0.76,-1.722 -0.99,-2.043 -1.51,-3.391 0,0.781 -0.89,2.976 -1.58,1.301 0.22,0.701 1.3,0.989 1.27,1.744 -0.1,1.327 -1.74,2.274 -1.27,3.726 -1.15,-0.78 -0.91,1.208 -0.94,2.02 0.1,-0.372 0.21,-0.732 0.36,-1.079 0.39,1.01 0.4,1.885 0.36,2.949 -0.28,-0.222 -0.54,-0.462 -0.79,-0.72 0.63,0.529 1.19,2.239 0.94,3.03 0.2,-0.504 0.39,-1.011 0.57,-1.521 0.1,3.029 -0.86,5.774 -0.42,8.848 0.37,2.637 1.52,5.398 1.65,8.027 0.23,4.668 -2.7,9.016 -1.4,13.804 0.72,2.67 -0.97,2.998 -2.11,5.005 -1.32,2.313 -1.52,5.187 -1.19,7.782 0.23,1.852 1.33,5.583 -0.86,6.546 -2.072,0.909 -0.41,4.955 -2.869,5.287 1.749,1.544 -1.21,3.478 -2.207,4.428 -0.854,0.814 -0.607,1.428 -0.909,2.52 -0.445,1.611 -1.178,3.063 -0.919,4.78 0.135,0.893 0.782,2.288 0.112,3.103 -1.105,1.345 -2.795,1.303 -4.184,2.132 -0.942,0.563 -1.913,1.612 -2.336,2.628 -0.274,0.658 0.05,1.268 0.236,1.898 0.197,0.64 -0.63,0.98 -0.303,1.7 -0.983,-1.09 -3.803,-0.55 -5.04,-0.29 -0.724,0.15 -1.887,0.55 -2.59,0.15 -1.043,-0.6 -0.302,-1.62 -0.36,-2.52 -2.316,0.27 -0.415,1.23 -0.724,2.4 -0.306,1.15 -4.934,0.7 -5.977,1.27 0.707,-0.76 1.928,-0.42 2.81,-0.72 -0.948,-0.85 -2.008,-1.31 -3.183,-0.6 -1.043,0.64 -1.511,0.13 -2.589,0.26 -0.782,0.1 -2.082,0.17 -2.355,1.1 -0.255,0.87 1.079,1.25 1.578,1.62 -1.137,0.92 -2.651,-0.1 -3.395,1.05 -0.64,0.94 -1.667,1.05 -2.552,1.67 -0.782,0.54 0.181,1.37 -0.603,1.89 -1.084,0.71 -2.931,-1.3 -4.471,0 -0.162,0.13 -1.229,2.09 -1.612,1.61 -0.334,-0.42 -0.07,-1.04 -0.908,-0.89 0.441,1.31 -1.253,1.46 -2.193,2.08 -1.154,0.77 -1.687,1.87 -2.598,2.86 -0.993,1.07 -2.521,1.37 -3.597,2.34 -0.918,0.83 -1.442,2.09 -2.483,2.79 0.239,0.14 0.479,0.29 0.72,0.44 -0.808,0.83 -1.614,1.81 -2.09,2.88 -0.07,-0.55 0.07,-1.03 0.43,-1.44 -0.752,0.32 -1.531,0.11 -2.23,-0.22 0.325,1.49 -0.506,2.35 -1.94,1.15 -0.01,0.86 2.02,1.74 2.8,1.66 -0.538,0.5 -0.725,1.17 -0.86,1.87 -0.107,0.55 -1.227,0.37 -1.58,0.65 0.482,0 0.962,0 1.44,0.1 -0.217,0.68 0.06,1.38 -0.134,2.05 -0.233,0.8 -1.081,0.94 -1.306,0 0.278,0.59 0.15,1.39 0.803,1.67 0.854,0.36 0.355,2.17 0.557,2.87 0.322,1.1 1.691,2.72 1.08,4.1 1.056,-0.25 0.948,0.99 0.08,1.15 0.951,0.72 0.208,3.8 0.969,5.07 0.713,1.19 -0.552,4.15 -0.609,5.37 -0.378,-0.28 -0.691,-0.62 -0.94,-1.01 0.259,0.61 0.236,1.35 1.01,1.59 -0.804,1.13 -2.082,1.81 -3.112,2.7 -1.097,0.96 -1.855,2.24 -2.534,3.5 -1.651,3.09 -2.133,6.38 -3.01,9.72 -0.823,3.13 -2.38,5.98 -4.188,8.65 -1.741,2.57 -4.273,4.4 -6.307,6.75 0.362,-0.93 -0.155,-2.06 -0.36,-2.96 1.06,0.29 1.478,0.38 2.417,-0.27 0.835,-0.58 1.301,-1.92 2.056,-2.34 1.043,-0.59 1.219,-1.07 1.215,-2.28 0,-0.78 0.135,-2.14 1.083,-1.02 -0.355,-1.14 0.181,-1.57 0.853,-2.37 0.551,-0.65 0.667,-1.4 0.546,-2.23 -0.09,-0.61 -0.726,-2.62 0.61,-1.37 0.03,-0.32 -0.396,-2.25 -0.893,-2.08 -0.316,0.11 -2.045,1.41 -2.057,1.8 -0.475,-0.54 -0.747,-1.18 -1.452,-1.43 -0.832,-0.3 -0.672,-1.48 -1.429,-1.88 -0.07,1.97 0.868,1.89 1.65,3.31 -1.653,0.4 -0.451,2.31 -0.57,3.38 -0.115,-0.53 -0.331,-1.01 -0.649,-1.44 -0.237,0.68 0.407,1.55 0.07,2.12 -0.151,0.25 -0.682,0.21 -0.608,0.6 0.311,1.64 -1.084,2.51 -2.246,3.18 -0.917,0.52 -0.55,1.66 -0.813,2.53 -0.221,0.72 -2.041,2.48 -0.29,2.66 -0.93,0.57 -0.269,1.85 0.65,1.14 0.148,0.92 -0.528,1.77 -0.898,2.55 -0.605,1.26 -0.559,2.79 -0.752,4.15 -0.38,2.69 -2.019,4.29 -3.41,6.47 -0.566,0.88 -1.304,1.38 -1.762,1.19 -0.486,-0.19 -1.131,-1.35 -1.369,-1.9 -0.444,-1.03 -0.259,-1.89 -0.326,-2.77 -0.09,-1.15 1.039,-2 1.542,-2.95 0.79,-1.49 -0.919,-2.15 -1.929,-2.62 -1.176,-0.55 -1.657,-1.57 -2.368,-2.6 -1.659,-2.38 -3.975,-2.27 -5.533,-3.95 -1.288,-1.35 -2.795,-2.1 -4.365,-2.97 -0.575,-0.27 -0.794,-0.85 -1.37,-1.11 -1.638,1.04 -3.619,-2.52 -5.32,-3.86 0.874,1.25 -2.64,3.35 -2.562,0.72 0.06,-2.09 -2.521,-3.42 -3.993,-4.53 -1.093,-0.83 -3.251,-3.69 -4.899,-2.5 -0.549,0.4 -0.577,1.14 -1.448,1.36 -0.811,0.22 -1.931,0.11 -2.667,-0.81 1.541,-0.61 1.128,-3.04 2.894,-3.76 1.578,-0.64 2.198,-2.84 2.815,-4.47 0.699,-1.86 2.016,-3.42 2.937,-5.15 0.467,-0.88 1.592,-3.21 2.813,-1.95 0.292,-0.58 0.03,-1.1 -0.57,-1.3 0.971,-1.17 1.963,-2.69 3.301,-3.44 1.369,-0.77 1.621,-1.38 2.56,-2.4 0.947,-1.03 2.154,-1.19 3.326,-1.78 0.856,-0.44 2.469,-2.32 3.554,-1.81 0.248,-1.78 0.186,-3.2 0.138,-4.98 -0.06,-2.15 -0.265,-3.28 -0.995,-5.29 -0.517,-1.41 -0.842,-3.05 -2.421,-3.61 -0.912,-0.32 -2.64,-0.45 -2.842,0.85 -0.285,-0.27 -0.984,-0.1 -1.5,-0.42 -0.371,-0.24 -0.166,-1.22 -0.203,-1.85 -0.1,-1.7 0.445,-2.92 0.654,-4.66 0.142,-1.2 -0.139,-2.94 0.398,-4.04 0.56,-1.14 -1,-2.06 0.291,-3 -0.883,-0.6 -1.543,-1.67 -2.69,-1.81 -1.206,-0.14 -2.094,0.87 -3.14,1.23 -3.036,1.06 -3.69,-1.9 -4.25,-4.17 -0.333,-1.35 -1.298,-2.74 -1.546,-4.11 -0.873,-3.17 -1.798,-4.344 -2.877,-5.9 -1.21,-0.318 -2.393,-0.558 -3.403,-1.441 -1.087,-0.95 -1.078,-0.24 -2.054,1.341 -1.988,3.23 -1.691,-0.04 -2.643,-0.167 -1.37,-0.175 -3.014,-0.146 -4.243,-0.815 -0.654,-0.356 -3.257,-0.623 -3.457,-1.454 -0.204,-0.849 0.436,-1.645 0.642,-2.437 0.201,-0.775 -0.589,-1.929 -0.287,-2.706 0.531,-1.369 -0.03,-2.614 0.246,-3.935 0.215,-1.014 -1.598,-1.401 -0.634,-2.543 -1.175,-0.477 -1.622,-2.481 -2.224,-3.758 -1.315,-1.84 3.112,-1.909 1.242,-3.353 -2.262,-1.746 -1.395,-3.044 -0.326,-5.491 0.289,-0.661 1.235,-2.031 0.885,-2.662 -0.593,-1.069 -0.07,-1.86 0.204,-3.054 1.168,-3.205 0.371,-3.653 -0.696,-5.979 -0.977,-1.459 -0.894,-3.823 -1.813,-3.452 -1.586,0.64 -3.698,-1.417 -4.26,-3.144 -0.373,-1.146 -0.839,-2.518 -0.874,-3.729 -0.03,-1.21 0.868,-2.226 0.827,-3.496 -2.433,0.556 -4.995,0.368 -7.448,0.117 -1.557,-0.159 -5.1,0.313 -6.221,-0.937 -1.022,-1.141 -0.807,-3.494 -1.049,-4.913 -0.322,-1.886 -2.557,-2.993 -2.632,-4.707 0.622,-0.06 1.245,-0.09 1.87,-0.07 -0.421,-2.075 -1.092,-4.925 -1.8,-6.485 -0.394,-0.865 -0.441,-1.051 -0.385,-1.873 0.07,-1.058 0.119,-1.874 -0.759,-2.567 -2.177,-1.721 -4.504,-2.858 -5.68,-2.725 -3.949,0.448 -2.914,0.115 -4.128,0.105 -0.985,0 -2.28,-2.183 -2.747,-2.81 -0.511,-0.684 -0.875,-0.361 -1.552,-0.415 -0.61,-0.05 -1.945,-1.04 -2.49,-1.308 -0.382,-0.188 -0.934,-0.136 -1.434,-0.372 -1.168,-0.551 -1.195,-1.448 -1.685,-2.108 -0.636,-0.858 -0.774,-0.673 -1.64,-0.287 -1.019,0.455 -1.556,-0.712 -2.248,-1.166 -1.797,-1.183 -2.325,0.195 -4.149,-0.234 -2.09,-0.49 -2.294,-0.652 -3.431,-2.249 -0.536,-0.753 -2.46,-1.98 -3.343,-2.072 -0.866,-0.09 -0.552,-1.347 -1.07,-1.922 -0.377,-0.417 -1.235,-0.343 -1.229,-0.995 0.01,-1.42 -1.642,-2.693 -1.734,-4.211 -0.05,-0.861 0.591,-1.383 0.695,-2.259 0.09,-0.716 -0.941,-0.851 -1.088,-1.663 -0.127,-0.7 -0.203,-1.547 -0.22,-1.99 -0.03,-0.889 0.419,-1.609 0.563,-2.386 0.276,-1.487 0.377,-3.858 -0.998,-4.809 -0.334,0.314 -0.618,1.119 -1.171,1.075 -1.384,-0.111 -2.459,-0.171 -3.844,0.06 -1.516,0.256 -4.081,0.577 -5.065,1.702 -1.66,1.896 -1.906,3.144 -4.182,3.211 -0.52,0.01 -1.956,1.049 -2.082,1.841 -0.176,1.105 -1.392,0.649 -2.033,0.587 -1.016,-0.1 -1.819,0.809 -1.956,1.612 -0.183,1.069 -1.184,1.73 -2.352,2.032 -0.377,0.1 -2.134,1.014 -1.791,-0.362 0.09,-0.366 -1.063,-0.434 -1.896,-0.461 -2.199,-0.07 -5.358,-0.519 -7,-0.422 -1.039,0.06 -2.176,1.315 -3.305,0.967 -0.673,-0.207 -1.411,-1.321 -2.135,-0.685 -0.323,-2.637 -0.51,-5.559 -0.581,-8.06 -0.04,-1.281 0.15,-1.544 0.525,-2.631 0.02,-0.352 -0.09,-0.667 -0.32,-0.945 -0.372,-0.722 0.298,-1.037 0.456,-1.684 -1.66,0.164 -3.438,3.163 -4.792,4.241 -2.013,1.605 -5.363,0.939 -7.668,0.649 0.392,-1.246 -0.65,-3.176 -1.575,-3.971 -1.657,-1.423 -4.532,-0.48 -6.345,-1.428 2.109,-2.763 1.422,-3.544 -0.849,-5.875 -0.484,-0.497 -0.59,-0.845 -0.789,-1.479 -0.212,-0.674 -0.928,-0.973 -1.34,-1.496 -0.949,-1.202 -0.729,-2.716 -2.206,-3.681 1.475,-0.846 -1.331,-2.533 -1.718,-3.446"
           class="landxx br"
           id="path2812"
           inkscape:connector-curvature="0" /><path
           style="fill:none;stroke:#000000;stroke-width:0.63557333;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 1005.94,815.96 c 1.08,-2.827 -1.86,-0.525 0,0"
           id="path2886"
           inkscape:connector-curvature="0" /><path
           style="fill:none;stroke:#000000;stroke-width:0.63557333;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 899.89,711.78 c 0.72,-0.143 1.353,-0.577 1.87,-1.08 -0.794,-0.115 -1.659,0.242 -1.87,1.08"
           id="path2814"
           inkscape:connector-curvature="0" /><path
           style="fill:none;stroke:#000000;stroke-width:0.63557333;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 901.62,712.78 c 0.584,-0.653 1.517,-0.503 2.15,-1.08 -0.668,-1.095 -2.582,-0.07 -2.15,1.08"
           id="path2816"
           inkscape:connector-curvature="0" /><path
           style="fill:none;stroke:#000000;stroke-width:0.63557333;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 914.72,680.24 c 0.167,-0.24 0.333,-0.48 0.5,-0.72 -0.801,-0.23 -0.968,0.01 -0.5,0.72"
           id="path2846"
           inkscape:connector-curvature="0" /><path
           style="fill:none;stroke:#000000;stroke-width:0.63557333;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 915.37,682.32 c 1.108,-0.547 0.535,-1.509 0,-2.231 -1.084,0.502 -0.504,1.552 0,2.231"
           id="path2848"
           inkscape:connector-curvature="0" /><path
           style="fill:none;stroke:#000000;stroke-width:0.63557333;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 903.85,711.34 c 1.971,-0.483 6.736,-5.188 5.597,-7.432 -1.163,-2.29 -3.39,0.793 -3.684,2.014 -0.215,0.896 0.174,1.854 -0.726,2.447 -0.975,0.641 -1.7,1.724 -1.187,2.971"
           id="path2818"
           inkscape:connector-curvature="0" /><path
           style="fill:none;stroke:#000000;stroke-width:0.63557333;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 907.74,702.78 c 0.746,-0.499 2.766,-1.862 1.8,-2.96 -1.04,0.545 -1.453,1.933 -1.8,2.96"
           id="path2820"
           inkscape:connector-curvature="0" /><path
           style="fill:none;stroke:#000000;stroke-width:0.63557333;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 907.81,709.11 c 1.071,-0.375 1.916,-1.916 1.22,-2.949 -0.01,1.16 -1.233,1.802 -1.22,2.949"
           id="path2822"
           inkscape:connector-curvature="0" /><path
           style="fill:none;stroke:#000000;stroke-width:0.63557333;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 910.9,706.09 c -0.823,0.275 -1.43,1.022 -1.58,1.87 1,-0.242 1.23,-1.35 2.021,-1.87 -0.147,0 -0.294,0 -0.441,0"
           id="path2824"
           inkscape:connector-curvature="0" /><path
           style="fill:none;stroke:#000000;stroke-width:0.63557333;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 909.82,703.28 c 0.323,-0.708 0.469,-1.507 1.3,-1.8 -1.119,-1.111 -1.579,1.022 -1.3,1.8"
           id="path2826"
           inkscape:connector-curvature="0" /><path
           style="fill:none;stroke:#000000;stroke-width:0.63557333;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 909.68,706.88 c 0.651,-0.726 1.072,-1.661 1.857,-2.268 0.439,-0.34 0.689,-1.256 -0.189,-0.944 -0.955,0.34 -1.75,2.273 -1.668,3.212"
           id="path2828"
           inkscape:connector-curvature="0" /><path
           style="fill:none;stroke:#000000;stroke-width:0.63557333;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 910.18,703.35 c 0.58,-0.174 1.042,-0.644 0.79,-1.29 -0.514,0.237 -0.865,0.702 -0.79,1.29"
           id="path2830"
           inkscape:connector-curvature="0" /><path
           style="fill:none;stroke:#000000;stroke-width:0.63557333;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 911.77,701.05 c 0.53,-0.574 1.227,-0.948 1.754,-1.525 0.66,-0.725 -0.457,-0.99 -0.958,-0.761 -1.025,0.466 -3.012,1.847 -0.796,2.286"
           id="path2832"
           inkscape:connector-curvature="0" /><path
           style="fill:none;stroke:#000000;stroke-width:0.63557333;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 910.83,703.57 c 0.611,-0.324 1.908,-0.783 1.44,-1.729 -0.933,0.07 -1.053,1.091 -1.44,1.729"
           id="path2834"
           inkscape:connector-curvature="0" /><path
           style="fill:none;stroke:#000000;stroke-width:0.63557333;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 911.19,705.87 c 0.373,-0.217 0.636,-0.526 0.79,-0.93 -0.605,0 -0.932,0.315 -0.79,0.93"
           id="path2836"
           inkscape:connector-curvature="0" /><path
           style="fill:none;stroke:#000000;stroke-width:0.63557333;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 911.41,698.53 c 0.02,0.144 0.05,0.287 0.07,0.431 0.565,-0.07 1.045,-0.311 1.44,-0.72 -0.537,-0.396 -1.131,-0.213 -1.51,0.289"
           id="path2838"
           inkscape:connector-curvature="0" /><path
           style="fill:none;stroke:#000000;stroke-width:0.63557333;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 912.41,711.27 c 0.535,0.862 0.897,1.863 1.621,2.598 0.545,0.554 2.784,0.719 1.629,0.07 1.025,0.117 2.303,-0.49 3.253,-0.214 0.672,0.195 1.658,0.736 1.427,-0.506 0.152,0.272 0.319,0.536 0.5,0.79 0.708,-0.48 1.434,-1.163 1.44,-2.09 0.403,1.495 2.97,0.426 3.79,0 1.496,-0.778 1.452,-2.35 2.32,-3.636 0.836,-1.239 1.1,-2.479 1.384,-3.925 0.267,-1.357 1.849,-3.662 -0.523,-3.808 -1.855,-0.114 -4.198,-1.271 -5.96,-0.51 -0.777,0.336 0.08,0.667 -1.152,0.613 -1.085,-0.05 -1.972,-0.194 -3.029,-0.473 -1.931,-0.509 -4.451,-1.371 -5.728,0.788 -0.703,1.188 -0.763,3.076 0.838,3.533 -0.581,-0.125 -1.158,-0.269 -1.73,-0.431 -0.238,0.663 0.246,0.966 0.21,1.591 -0.04,0.72 -0.621,1.267 -0.237,2.036 0.419,0.84 1.621,-0.264 2.257,-0.1 -0.984,1.659 -0.773,0.469 -2.52,0.72 0.385,0.894 0.253,2.005 0.21,2.949"
           id="path2840"
           inkscape:connector-curvature="0" /><path
           style="fill:none;stroke:#000000;stroke-width:0.63557333;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 914,698.53 c 0.961,0.712 0.946,-0.32 0.632,-0.952 -0.725,-1.457 -1.497,0.09 -0.632,0.952"
           id="path2842"
           inkscape:connector-curvature="0" /><path
           style="fill:none;stroke:#000000;stroke-width:0.63557333;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 914.94,697.09 c 0.725,-1.075 1.273,-2.34 0.28,-3.46 -0.448,0.875 -1.303,3.173 -0.28,3.46"
           id="path2844"
           inkscape:connector-curvature="0" /><path
           style="fill:none;stroke:#000000;stroke-width:0.63557333;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 917.74,698.53 c 0.698,1.412 2.07,-0.825 2.656,-1.428 1.53,-1.576 -1.203,-1.303 -2.048,-1.039 -0.834,0.26 -2.712,0.342 -2.998,1.386 -0.241,0.881 1.907,1.02 2.39,1.081"
           id="path2850"
           inkscape:connector-curvature="0" /><path
           style="fill:none;stroke:#000000;stroke-width:0.63557333;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 916.37,695.58 c 0.404,-0.326 2.35,-1.811 1.615,-2.435 -1.174,-0.997 -2.501,1.528 -1.615,2.435"
           id="path2852"
           inkscape:connector-curvature="0" /><path
           style="fill:none;stroke:#000000;stroke-width:0.63557333;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 916.45,696.58 c 0.454,-0.192 0.837,-0.479 1.15,-0.86 -0.607,-0.09 -1.014,0.302 -1.15,0.86"
           id="path2854"
           inkscape:connector-curvature="0" /><path
           style="fill:none;stroke:#000000;stroke-width:0.63557333;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 916.45,692.12 c 0.718,-0.02 1.604,-0.226 1.51,-1.149 -0.763,-0.222 -1.77,0.197 -1.51,1.149"
           id="path2856"
           inkscape:connector-curvature="0" /><path
           style="fill:none;stroke:#000000;stroke-width:0.63557333;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 918.17,690.53 c 0.456,-0.269 0.529,-0.625 0.22,-1.069 -0.435,0.275 -0.508,0.631 -0.22,1.069"
           id="path2858"
           inkscape:connector-curvature="0" /><path
           style="fill:none;stroke:#000000;stroke-width:0.63557333;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 920.12,698.53 c -1.031,1.581 1.511,1.277 2.314,1.008 1.417,-0.475 -1.086,-2.228 -2.314,-1.008"
           id="path2860"
           inkscape:connector-curvature="0" /><path
           style="fill:none;stroke:#000000;stroke-width:0.63557333;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 926.31,714.15 c 0.239,-0.625 0.382,-1.272 0.43,-1.939 -0.898,0.315 -1.375,1.316 -0.43,1.939"
           id="path2862"
           inkscape:connector-curvature="0" /><path
           style="fill:none;stroke:#000000;stroke-width:0.63557333;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 930.13,708.61 c 1.948,1.908 0.423,-2.321 0,0"
           id="path2864"
           inkscape:connector-curvature="0" /><path
           style="fill:none;stroke:#000000;stroke-width:0.63557333;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 935.89,704.5 c 0.76,0.347 0.03,-0.752 0,-0.79 0,0.263 0,0.527 0,0.79"
           id="path2866"
           inkscape:connector-curvature="0" /><path
           style="fill:none;stroke:#000000;stroke-width:0.63557333;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 944.96,707.38 c 0.395,-0.108 0.588,-0.371 0.58,-0.79 -0.77,-0.166 -0.963,0.1 -0.58,0.79"
           id="path2872"
           inkscape:connector-curvature="0" /><path
           style="fill:none;stroke:#000000;stroke-width:0.63557333;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 956.62,710.7 c 0.556,-0.202 0.864,-0.653 0.58,-1.229 -0.278,0.818 -0.471,0.985 -0.58,0.5 0,0.243 0,0.486 0,0.729"
           id="path2874"
           inkscape:connector-curvature="0" /><path
           style="fill:none;stroke:#000000;stroke-width:0.63557333;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 958.35,713 c 0.263,-0.1 0.527,-0.193 0.79,-0.29 -0.688,-0.455 -0.952,-0.358 -0.79,0.29"
           id="path2876"
           inkscape:connector-curvature="0" /><path
           style="fill:none;stroke:#000000;stroke-width:0.63557333;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 959.94,725.1 c 0.469,-0.945 0.824,-1.887 0.79,-2.96 -1.143,0.486 -0.744,2.009 -0.79,2.96"
           id="path2878"
           inkscape:connector-curvature="0" /><path
           style="fill:none;stroke:#000000;stroke-width:0.63557333;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 966.63,718.9 c 0.217,-0.24 0.433,-0.48 0.65,-0.72 -0.767,-0.07 -0.984,0.169 -0.65,0.72"
           id="path2882"
           inkscape:connector-curvature="0" /><path
           style="fill:none;stroke:#000000;stroke-width:0.63557333;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 942.08,926.55 c 0.218,0.22 0.435,0.43 0.65,0.65 0.252,-0.7 0.528,-1.45 -0.07,-2.09 -0.407,0.4 -0.6,0.88 -0.58,1.44"
           id="path2868"
           inkscape:connector-curvature="0" /><path
           style="fill:none;stroke:#000000;stroke-width:0.63557333;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 944.53,939.3 c 0.651,-0.9 1.231,-2.7 0.43,-3.68 -1.052,0.63 -0.539,2.73 -0.43,3.68"
           id="path2870"
           inkscape:connector-curvature="0" /><path
           style="fill:none;stroke:#000000;stroke-width:0.63557333;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 965.26,905.96 c 0.104,-0.66 -0.446,-1.11 -0.14,-1.8 -0.915,-0.19 -1.224,0.75 -1.37,1.44 0.547,-0.1 1.05,0.1 1.51,0.36"
           id="path2880"
           inkscape:connector-curvature="0" /><path
           style="fill:none;stroke:#000000;stroke-width:0.63557333;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 971.53,899.48 c 0.591,-0.1 1.108,-0.45 1.44,-0.94 -0.696,-0.49 -1.781,0 -1.44,0.94"
           id="path2884"
           inkscape:connector-curvature="0" /><path
           style="fill:none;stroke:#000000;stroke-width:0.63557333;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 1006.95,812.22 c 0.55,-0.523 1.89,-1.392 0.79,-2.16 0.18,0.886 -0.84,1.308 -0.79,2.16"
           id="path2888"
           inkscape:connector-curvature="0" /></g><g
         style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:0.63534137;stroke-miterlimit:2.02116466;stroke-dasharray:none;stroke-opacity:1"
         class="landxx coastxx ca"
         id="ca-outline"
         transform="matrix(1.0500536,0,0,1.0496051,16.028946,20.041945)"><path
           style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:0.63534137;stroke-miterlimit:2.02116466;stroke-dasharray:none;stroke-opacity:1"
           d="m 814.53,95.73 c -0.9,0.08 -1.814,0.358 -2.318,0.706 0.839,0.552 2.213,0.594 3.124,0.201 -0.908,0.511 -1.937,0.399 -2.923,0.504 -0.803,0.09 -1.286,0.552 -2.015,0.806 -1.337,0.466 -2.908,0.09 -4.133,0.908 0.696,0.518 1.495,0.527 2.318,0.403 -0.872,0.18 -1.752,1.676 -2.62,1.512 -0.859,-0.162 -0.809,-0.988 -1.915,-0.807 -1.534,0.252 -2.507,0.866 -3.629,1.815 -0.841,0.712 -3.097,1.567 -3.125,2.721 -0.03,1.386 2.235,0.616 2.923,0.403 -0.482,0.266 -0.987,0.439 -1.512,0.605 0.256,0.18 0.536,0.348 0.807,0.504 -1.835,-0.189 -3.784,0.501 -5.241,1.613 -0.758,0.579 -2.588,2.327 -0.605,2.62 -0.243,0.211 -0.469,0.486 -0.706,0.706 0.537,0.698 1.352,0.605 2.117,0.605 0.493,0 0.738,0.766 1.209,0.907 1.131,0.339 2.396,1.083 3.327,-0.101 0.497,0.651 0.695,1.574 1.612,1.713 1.294,0.196 2.278,-0.552 3.528,-0.604 0.04,0.601 -0.346,1.007 -0.907,1.108 0.383,0.04 0.726,0.04 1.109,0 -1.169,0.612 -2.423,0.887 -3.629,1.411 0.443,-1.052 1.864,-1.395 2.822,-1.713 -1.341,-0.192 -4.49,0.03 -5.241,1.411 0.284,0.179 0.51,0.347 0.806,0.504 -1.094,0.228 -2.225,1.219 -3.326,1.21 -0.42,0 -2.331,1.241 -1.915,1.512 1.357,0.878 3.773,-0.353 4.939,-0.807 -0.499,0.159 -1.004,0.274 -1.512,0.403 0.35,-0.455 2.173,-2.135 2.722,-1.31 0.767,1.153 -1.815,2.216 -2.419,2.721 0.497,0.23 0.994,0.284 1.511,0.101 -2.669,0.485 -5.011,1.822 -7.458,2.923 -2.416,1.087 -4.293,1.243 -6.854,1.411 -0.721,0.05 -3.942,1.623 -4.032,2.419 -0.11,0.981 0.874,0.919 0,1.714 -0.48,0.436 -0.783,0.94 -0.302,1.512 -1.853,0.301 -2.223,2.63 -4.133,2.721 -0.237,0.01 -0.922,-0.121 -1.512,-0.201 -0.899,-0.123 -1.761,-0.164 -1.814,0.403 -0.06,0.596 0.494,1.202 1.109,1.108 -0.536,0.51 -1.246,0.912 -1.915,1.21 1.679,-0.831 0.01,-2.33 -0.504,-3.326 0.861,-0.738 1.543,0.699 2.419,0.101 -0.07,0.327 0.252,0.472 0.705,0.504 0.604,0.04 1.434,-0.03 1.815,-0.101 1.034,-0.208 1.219,-0.907 1.713,-1.714 -0.744,-0.216 -1.53,-0.164 -2.217,0.202 0.686,-0.516 1.518,-0.828 2.318,-1.109 -1.052,-1.019 -2.724,0.469 -3.83,0.605 0,-0.971 1.09,-1.08 1.713,-1.512 -0.593,0.1 -1.098,-0.07 -1.512,-0.504 1.335,-0.99 2.308,-1.167 3.528,-2.318 1.301,-1.226 2.803,-2.858 4.536,-3.427 -1.217,0.213 -2.72,0.445 -3.83,1.008 -0.653,0.332 -1.33,0.853 -2.117,0.806 0.836,-0.905 2.121,-1.102 3.024,-1.915 -1.243,0.15 -2.374,0.617 -3.629,0.202 1.474,-0.183 0.127,-1.28 -0.504,-1.613 -0.417,-0.22 -1.653,-0.481 -2.116,-0.504 -0.78,-0.04 -1.336,1.464 -2.319,1.613 -1.099,0.167 -2.25,-0.259 -3.326,-0.403 -0.189,0.936 1.103,1.564 -0.101,2.217 0.464,-1.535 -0.883,-0.461 -0.705,0.302 0.115,0.49 0.4,0.99 0.302,1.512 1.006,-0.757 3.302,-1.662 4.435,-0.907 1.518,1.012 -0.05,1.335 0.403,1.915 -1.803,0.09 -4.268,1.514 -5.039,-1.008 -0.832,-2.724 -3.093,-1.168 -1.512,0.303 -1.508,-0.04 -3.105,1.013 -4.536,0.705 -1.253,-0.27 -2.434,-0.841 -3.729,-1.008 -3.049,-0.393 -5.686,0.617 -8.669,0.706 -1.343,0.04 -3.489,-0.396 -4.737,0 -0.955,0.304 -1.261,-0.424 -2.217,-0.504 -0.801,-0.07 -3.048,-1.338 -1.915,-2.218 0.08,0.05 -9.361,1.169 -6.048,-1.008 -0.51,-0.1 -1.013,-0.04 -1.512,0.101 0.242,-0.213 0.468,-0.386 0.706,-0.605 -1.574,-0.02 -1.554,0.383 -3.024,-0.705 0.921,-0.869 1.212,-0.05 1.613,-1.411 0.231,-0.785 0.879,-1.572 -0.101,-2.117 -1.672,-0.931 -4.57,0.05 -6.249,0.504 -4.994,1.364 -10.142,0.974 -14.615,3.931 0.504,0.244 1.007,0.244 1.511,0 -0.605,0.811 -0.441,0.925 0.404,0.403 -1.975,0.952 1.052,0.585 1.511,0.504 0.726,-0.128 1.494,-0.346 2.218,-0.101 -0.255,-0.225 -0.481,-0.45 -0.706,-0.705 1.334,-1.303 2.631,0.408 4.032,-0.101 0.721,-0.262 1.724,-0.714 2.52,-0.605 0.391,0.05 1.417,0.422 1.713,-0.1 0.975,-1.721 5.098,-1.378 6.955,-1.916 -1.504,0.712 -1.833,1.681 -3.628,1.815 -1.493,0.112 -3.491,0.302 -4.738,1.209 -1.283,0.934 -2.709,0.479 -4.132,0.907 -1.392,0.42 -2.908,0.565 -4.334,0.807 1.708,-0.501 0.109,-0.507 -0.101,-0.202 -0.365,0.567 -0.18,0.793 0.605,0.605 -1.005,0.703 -2.853,0.283 -3.427,1.613 -0.443,1.027 0.576,1.367 -0.504,2.419 -0.778,0.757 0.175,1.827 -0.403,2.217 -0.659,0.443 -0.431,1.037 -0.706,1.714 -0.819,-1.892 -1.968,1.654 -2.52,-0.303 0.599,-0.05 1.151,-0.325 1.512,-0.806 -0.433,0.204 -1.283,-0.1 -1.613,0.302 -0.333,0.408 -0.648,1.244 -1.209,1.411 -1.061,0.316 -0.218,2.496 0,3.125 -0.963,-0.327 -1.025,-2.03 -1.008,-2.822 -0.249,0.181 -0.474,0.401 -0.706,0.604 0.564,-0.746 -0.199,-1.106 -0.806,-1.31 0.624,0.107 1.177,-0.307 1.31,-0.907 -0.658,-0.05 -1.892,-0.427 -1.209,-1.31 0.819,0.846 3.012,1.225 3.83,0.201 0.965,-1.209 -0.314,-3.04 -1.613,-1.814 0.336,-0.479 0.672,-0.932 1.008,-1.411 -0.954,-0.697 -2.154,1.081 -2.923,1.411 -0.679,-1.022 1.117,-1.718 1.21,-2.721 -1.014,-0.09 -2.04,-0.162 -3.024,0.201 0.302,-0.637 -0.24,-1.667 -1.008,-1.209 0.41,-0.215 0.693,-0.498 0.907,-0.907 -0.706,-0.32 -2.988,0.439 -3.729,0.604 -1.475,0.329 -3.138,0.392 -4.536,1.008 1.909,-1.209 -1.678,0.152 -2.318,0.202 -0.945,0.07 -1.319,-0.172 -2.117,0.302 -0.37,0.219 -1.913,-0.327 -2.419,-0.302 -1.04,0.05 -2.092,0.283 -3.124,0.403 -2.226,0.259 -4.735,0.06 -6.955,-0.202 -2.014,-0.243 -4.459,-1.429 -6.451,-1.31 0.821,-0.591 2.073,-0.266 2.923,-0.806 1.219,-0.773 0.714,-1.04 2.318,-1.109 1.506,-0.06 2.487,-1.057 4.133,-0.806 1.089,0.166 2.191,-0.136 3.024,-0.907 1.062,-0.982 -0.945,-3.156 -2.016,-3.327 -1.256,-0.201 -2.431,-1.649 -3.83,-1.108 -0.89,0.345 -1.719,-0.08 -2.621,0.201 0.123,0.239 0.286,0.464 0.403,0.706 -1.024,0.758 -4.692,-0.213 -5.745,-0.403 -1.481,-0.269 -3.245,-0.358 -4.536,-1.21 -1.689,-1.115 -2.751,-1.576 -4.838,-1.713 -1.705,-0.111 -2.811,-0.545 -4.132,-1.613 -1.658,-1.341 -3.131,-1.758 -5.242,-1.814 -1.986,-0.05 -3.762,-0.657 -5.745,-0.101 -1.91,0.536 -3.548,1.957 -5.443,2.62 -1.978,0.691 -4.191,1.02 -6.249,0.504 1.08,-1.236 3.083,-1.8 4.637,-2.116 -0.501,-0.24 -1.058,-0.403 -1.613,-0.403 0.691,-0.922 1.706,-1.928 2.822,-2.319 -1.667,0.695 -3.693,-0.959 -5.14,0.807 1.599,-0.723 2.355,-0.326 3.628,-0.504 -1.347,0.467 -4.387,0.531 -5.342,1.713 0.573,-0.08 1.13,-0.01 1.613,0.303 -1.021,-0.5 -3.077,-0.03 -3.83,0.806 2.048,0.409 -2.147,1.062 -2.621,1.31 0.774,-0.162 1.605,-0.386 2.318,0.101 -1.645,0.466 -3.953,0.953 -5.039,-0.806 -1.043,-1.689 0.639,-2.584 1.108,-4.032 0.381,-1.176 -0.06,-2.84 -1.31,-3.326 -1.059,-0.413 -3.534,1.316 -1.814,1.31 -0.24,0.192 -0.466,0.413 -0.706,0.605 0.516,0.07 1.02,0.132 1.512,0.302 -1.55,0.382 -3.167,0.08 -4.636,0.807 -0.968,0.482 -1.927,1.078 -2.923,1.511 -0.988,0.428 -4.36,2.263 -5.342,1.21 0.728,-1.065 2.218,-0.783 3.124,-1.613 -3.291,1.495 -7.01,1.017 -10.381,2.117 -2.791,0.91 -5.394,3.203 -8.266,3.729 0.306,-0.2 3.423,-2.051 1.512,-1.31 0.572,-0.203 1.076,-0.586 1.512,-1.008 -0.479,0.293 -0.983,0.618 -1.512,0.806 0.82,-0.318 1.349,-1.555 2.117,-1.713 0.496,-0.102 1.041,0.01 1.512,-0.202 1.411,-0.642 3.02,-0.997 4.536,-1.31 2.386,-0.493 6.029,-0.404 7.761,-2.419 -1.355,0.112 -0.634,-0.516 -0.101,-0.907 -1.051,0.544 -2.396,1.32 -3.629,1.209 -0.622,-0.06 -3.278,0.04 -1.612,-0.504 -1.525,0.528 -3.121,0.73 -4.637,1.311 -0.865,0.331 -2.598,1.707 -2.318,0.302 -1.305,0.813 -3.053,1.195 -4.536,1.512 -0.717,0.154 -1.38,0.323 -2.116,0.302 -0.214,0 -0.698,-0.106 -0.908,-0.201 -0.994,0.212 -2.627,0.556 -0.907,0.605 -1.363,0.264 -2.522,-0.35 -3.83,0.403 -1.046,0.603 -1.818,1.16 -3.024,1.411 -2.384,0.495 -4.787,0.722 -7.156,1.31 -1.198,0.296 -2.482,0.631 -3.528,1.31 -0.802,0.52 -0.637,1.463 -1.008,2.218 -0.891,1.816 -1.493,-0.524 -1.411,-1.31 -1.386,0.104 -3.448,-0.566 -4.636,0.403 1.695,0.03 -0.346,0.383 0.302,1.411 -1.047,0.151 -1.79,-0.872 -2.621,-1.31 -1.329,-0.7 -3.011,-0.119 -4.434,-0.303 -0.962,-0.124 -5.847,-1.294 -5.242,-2.923 -0.863,0.922 -1.823,-0.395 -1.915,-1.31 -0.06,-0.542 -2.114,-0.754 -2.419,-0.807 -1.831,-0.317 -4.682,-0.524 -6.551,-0.503 l -85.775,71.16 c 1.953,0.907 2.927,-0.218 4.636,0.705 2.356,-0.308 4.515,-1.681 6.955,-1.109 -0.814,0.62 -2.16,1.107 -2.722,2.016 -0.578,0.933 1.015,1.088 0.908,2.117 -0.142,1.372 0.549,2.671 1.007,3.931 0.44,1.209 -0.649,2.301 -1.209,3.225 1.496,-0.522 3.036,-0.799 4.536,-1.31 1.149,-0.392 2.552,-0.567 3.628,-1.109 1.211,-0.61 1.764,-1.811 3.226,-1.915 1.254,-0.09 0.77,-1.114 1.713,-1.31 0.955,-0.199 1.769,0.07 3.629,-0.706 0.596,-0.249 1.701,-0.838 2.318,-0.403 2.114,1.49 -0.488,2.025 -0.605,3.326 -0.08,0.868 1.623,1.193 1.21,2.117 -0.354,0.79 -0.827,1.367 -0.303,2.016 0.67,0.829 1.393,2.016 0.706,3.528 -0.112,0.246 -0.586,2.738 -0.706,3.225 -0.291,1.182 -0.389,2.517 -0.504,3.729 -0.08,0.889 -0.143,1.829 -0.806,2.52 -0.505,0.526 -1.238,1.226 -0.101,1.613 -1.243,0.543 -1.253,2.206 -1.512,3.326 0.941,-0.142 4.426,1.609 4.536,2.52 0.1,0.818 0.804,0.475 0.806,1.109 0,0.573 1.247,0.535 1.512,0.504 -0.806,2.065 -3.033,2.181 -4.233,4.535 -0.545,1.068 -1.004,1.858 -2.016,2.52 -0.672,0.439 -1.67,0.602 -1.613,1.613 0.359,-0.301 0.809,-0.563 1.21,-0.807 -0.363,0.348 -0.723,0.727 -0.907,1.008 0.742,-0.123 1.474,0.02 2.217,-0.1 -1.449,0.777 -2.793,0.33 -4.233,1.411 -0.792,0.593 -2.139,1.69 -0.303,1.814 -1.059,0.267 -1.489,-0.917 -2.62,-0.403 -0.836,0.38 0.217,1.878 1.109,1.209 -0.652,0.416 -1.384,0.875 -1.512,1.714 -0.321,-0.84 -0.06,-1.785 -0.404,-2.621 -0.619,0.477 -2.852,2.597 -1.108,2.419 -0.335,0.341 -0.617,0.628 -0.907,1.008 0.42,0.358 1.604,0.363 2.822,0.202 -0.751,0.185 -1.283,0.628 -1.21,1.814 -0.02,-1.722 -1.304,-1.505 -2.016,-0.302 -0.783,1.324 -0.08,3.956 0.706,5.14 1.225,-0.833 2.069,-2.076 3.427,-2.721 0.734,-0.349 1.804,-0.627 2.217,-1.411 -0.876,1.542 2.305,-0.564 2.823,-1.008 -0.138,0.859 -1.623,1.066 0,1.411 -1.253,-0.495 -4.398,1.127 -3.528,2.721 0.327,0.601 2.01,0.175 2.822,0.403 -0.994,-0.03 -2.099,0 -2.822,0.807 -0.17,-0.368 -0.79,-1.682 -1.31,-1.714 -0.364,-0.02 -0.351,0.735 -0.504,0.907 -0.443,0.499 -1.354,2.967 -0.202,1.815 1.088,1.264 -1.466,1.646 -1.31,2.822 0.2,1.502 1.895,0.24 2.62,0 -1.235,0.671 -1.946,1.87 -3.124,2.62 -0.88,0.56 -2.171,1.703 -2.923,2.419 1.096,0.06 2.067,-0.576 3.023,-1.209 -0.168,0.199 -0.28,0.46 -0.302,0.806 0.293,-0.06 0.594,-0.226 0.806,-0.403 -0.396,0.46 -0.717,0.971 -0.705,1.411 1.502,-0.977 4,-1.536 6.148,-2.419 -0.228,0.363 -0.334,0.944 -0.1,1.21 0.144,0.164 0.774,0.106 1.31,0 -1.326,0.501 -0.261,1.569 -1.008,2.62 -0.165,-0.829 0.07,-2.266 -0.907,-2.217 -0.654,0.03 -1.172,0.268 -1.714,0.605 -0.418,0.259 -2.288,1.055 -2.62,1.108 -0.565,0.302 -1.14,0.684 -1.613,1.109 -0.52,0.467 -1.286,0.227 -1.814,0.706 -0.917,0.834 -2.007,2.197 -1.815,3.527 0.493,-0.1 0.958,-0.242 1.311,-0.504 1.058,-0.784 1.643,-2.061 3.225,-2.318 -0.543,0.163 -0.975,0.494 -1.209,1.008 1.648,-1.067 4.653,1.322 5.745,-0.907 -0.297,1.748 -3.064,1.065 -4.234,1.008 -1.284,-0.06 -2.446,0.507 -3.527,1.209 -0.759,0.494 -1.456,1.078 -2.117,1.613 1.248,-0.201 2.483,0.148 3.729,-0.101 -0.234,0.111 -6.521,0.742 -4.838,1.815 0.197,0.125 0.353,0.232 0.605,0.302 -2.764,1.43 4.098,2.035 1.31,1.31 1.874,0.44 3.826,0.643 5.141,-1.008 -0.338,0.596 -0.21,0.911 0.101,1.008 -0.63,0 -1.234,0.109 -1.411,0.807 0.429,-0.158 1.83,-0.723 2.217,-0.303 0.709,0.771 -0.921,1.297 -1.31,1.613 2.848,-0.582 4.717,-0.802 6.652,-3.225 -0.797,2.981 -4.939,3.346 -7.358,3.527 0.375,0.562 1.201,0.08 1.714,0.202 -0.837,0.153 -1.665,0.148 -2.218,0.907 0.923,-0.07 3.195,-0.51 3.226,0.504 0.831,-0.613 1.847,-2.152 3.023,-2.016 -0.956,0.154 -1.427,1.107 -1.915,1.814 0.93,-0.148 1.841,0.61 2.722,0.101 0.708,-0.409 1.308,-0.9 2.016,-1.31 0.862,-0.5 0.872,-1.008 1.411,-1.714 0.35,-0.457 0.878,-0.647 1.31,-1.007 0.261,0.394 -2.211,2.921 -2.822,3.225 -0.488,0.243 -0.971,0.37 -1.411,0.705 -0.203,0.155 -0.563,0.811 -0.605,1.008 0.109,-0.06 0.345,-0.241 0.705,-0.604 -1.029,1.458 0.959,0.608 1.412,0.302 0.815,-0.55 1.783,-0.579 2.721,-0.706 -0.452,0.181 -3.309,0.587 -3.024,1.412 0.208,0.603 -1.512,2.493 -2.116,2.62 -0.659,0.138 0.458,1.632 0.907,1.714 0.711,0.13 1.47,0.01 2.116,-0.303 0.637,-0.314 1.339,-1.662 1.21,-0.1 0.115,-0.603 0.3,-1.522 1.008,-1.714 0.693,-0.189 1.765,-0.687 0.907,-1.512 1.957,0.554 -1.007,1.554 -1.109,2.218 -0.133,0.866 -1.341,1.398 -0.605,2.318 0.185,0.23 0.482,0.197 0.807,0.101 -0.754,0.295 -1.531,0.561 -2.016,1.31 0.924,-2.173 -1.258,-1.451 -0.806,-0.302 0.407,1.035 1.732,1.53 2.519,0.705 0.889,-0.933 2.246,-1.153 3.327,-1.814 -1.636,1.232 -2.424,3.696 -0.605,2.923 -1.103,0.417 -2.439,0.605 -2.318,1.814 0.27,-0.08 0.548,-0.189 0.806,-0.302 -0.554,0.246 -1.036,0.668 -1.31,1.209 0.762,0 1.865,-0.502 2.419,0.605 l 185.358,-0.202 0.303,-3.83 c 0.609,-0.651 2.086,0.484 1.814,1.815 -0.209,1.021 -1.066,2.368 -0.907,3.427 0.179,1.191 5.153,0.48 4.435,2.015 1.714,0.536 2.941,-0.883 4.536,-0.907 1.199,-0.02 2.289,0.753 3.427,1.008 -0.367,0.584 -0.03,0.968 0.604,1.008 -0.498,0.543 0.05,1.875 0.504,1.21 0.45,-0.657 0.707,-0.829 1.512,-0.303 0.619,0.404 1.02,0.943 1.814,1.008 -0.135,0.342 -0.1,0.773 0.303,0.907 1.944,0.651 4.051,-1.29 5.947,-1.31 -0.764,1.392 1.641,1.162 2.318,1.109 1.626,-0.127 2.545,0.894 4.132,0.806 3.688,-0.206 4.93,-4.818 8.669,-4.536 -0.799,0.518 -1.217,1.397 -2.016,1.915 2.19,-0.486 2.801,-2.812 4.535,-3.93 1.371,-0.884 1.666,0.411 0.504,1.108 -0.757,0.454 -1.741,0.882 -2.015,1.815 0.747,-0.261 1.114,-1.064 1.915,-1.21 0.87,-0.158 1.765,-0.461 2.217,-1.31 0.475,-0.893 -0.237,-2.533 1.613,-2.218 0.831,0.142 3.285,1.131 3.83,1.714 0.35,0.374 1.397,0.06 1.814,0 0.744,-0.109 1.126,0.193 1.815,0.302 1.704,0.273 3.092,-0.285 2.822,2.218 -0.128,1.194 -1,3.111 0,4.132 1.587,1.623 4.733,0 6.652,0.302 -0.543,0.966 -2.9,2.665 -1.915,3.831 0.854,1.012 1.463,1.309 0.504,2.519 -0.311,0.394 -2.144,1.576 -1.31,2.016 0.432,0.229 1.723,0.401 1.612,1.109 -1.205,-0.232 -2.466,2.012 -1.108,0.806 -0.249,0.83 -1.162,1.085 -1.411,1.915 0.834,0.218 4.402,-0.318 2.318,1.311 0.986,0.721 2.276,0.28 3.326,0.806 1.236,0.618 2.662,0.806 4.032,0.806 1.652,0 3.297,-0.295 4.939,0.101 0.877,0.211 3.4,0.05 2.318,1.21 0.464,-0.325 0.968,-0.551 1.512,-0.706 -0.27,0.209 -0.549,0.381 -0.807,0.605 1.746,-0.35 0.208,0.548 -0.201,0.706 1.156,-0.639 2.599,0.47 3.628,-0.504 -0.91,1.232 0.691,0.346 1.512,0.604 0.471,0.148 0.943,0.477 1.008,1.008 0.08,0.689 -0.246,2.487 1.008,1.714 0,0.566 -0.816,2.005 0.101,2.318 0.45,0.154 1.072,-0.156 1.31,-0.504 0.268,0.722 -0.804,0.918 -0.605,1.411 0.254,0.632 0.42,1.047 -0.504,0.907 0.371,0.892 1.097,1.596 1.109,2.621 0.268,-0.137 0.548,-0.252 0.807,-0.403 -0.679,1.726 -2.491,-0.615 -2.923,0.604 -0.387,1.089 0.02,2.413 -1.512,2.722 -1.969,0.399 -2.938,-3.136 -4.939,-1.109 0.223,-0.512 0.549,-1.016 0.806,-1.512 -0.521,-0.199 -1.073,-0.141 -1.512,0.202 0.516,-0.33 0.91,-0.776 1.21,-1.31 -1.686,0.461 -0.907,-1.182 -1.109,-1.815 -0.275,-0.865 -1.686,-1.032 -2.419,-1.108 2.151,2.207 0.829,5.426 -1.31,7.055 -2.144,1.632 -3.766,3.732 -4.738,6.249 -1.22,3.161 -3.136,4.474 -6.35,5.645 -1.93,0.703 -2.249,3.979 -4.233,4.132 2.891,2.557 -1.32,1.713 -3.024,1.915 -1.111,0.132 -2.594,2.03 -1.108,2.722 0.987,0.46 2.262,-0.744 2.923,0.504 1.102,-1.381 2.972,-2.447 4.737,-2.621 1.559,-0.155 2.672,-1.642 3.931,-2.419 3.339,-2.062 7.148,0.457 10.684,-0.101 -0.775,-0.07 -1.574,-0.152 -2.318,-0.403 1.663,-1.496 3.695,-1.913 5.846,-2.217 1.845,-0.261 3.788,0.422 5.543,-0.404 -1.224,-0.958 0.09,-2.036 0.303,-3.124 -1.215,0.173 -6.464,1.499 -3.831,-1.109 1.653,-1.637 3.897,-3.113 6.149,-3.729 2.889,-0.789 5.94,-0.856 8.87,-1.411 0.738,-0.139 4.43,0.192 3.931,1.31 0.742,-0.291 1.526,-0.496 2.318,-0.605 -1.831,-0.01 0.242,-1.159 0.705,-1.512 -0.5,0.156 -1.004,0.371 -1.511,0.504 0.472,-1.348 -2.788,-0.614 -3.327,-0.504 0.865,-0.258 1.727,-0.559 2.621,-0.705 0.481,-0.08 2.986,-0.234 1.109,0.604 1.087,0.156 1.928,-0.663 2.923,-0.907 0.949,-0.233 1.919,-0.294 2.822,-0.705 1.912,-0.869 3.752,-1.597 5.544,-2.722 1.803,-1.133 5.656,-2.856 7.761,-3.326 l 21.267,0.202 c 1.787,0 0.901,0.138 1.915,-1.512 0.784,-1.278 2.211,-0.794 3.427,-1.512 0.122,0.239 0.184,0.465 0.302,0.706 0.176,-0.08 0.989,-0.576 1.008,-0.807 0.06,-0.741 0.522,-0.08 0.807,-0.504 0.669,-0.987 0.898,-1.549 2.016,-2.217 1.759,-1.051 2.391,-1.89 3.225,-3.73 0.543,-1.198 1.613,-1.545 2.52,-2.419 1.151,-1.109 1.785,-2.706 3.024,-3.83 1.107,-1.005 2.179,-1.855 3.427,-2.923 0.368,-0.315 2.89,-2.859 3.326,-2.116 0.323,0.551 -0.01,1.346 0.504,1.915 1.046,1.151 4.328,-1.553 5.745,-0.605 2.88,1.926 0.132,5.881 -0.806,8.366 -0.496,1.315 -2.824,4.504 -1.21,5.543 0.81,0.522 1.404,0.453 0.806,1.311 -0.528,0.758 -1.21,2.132 -0.302,3.023 0.757,-0.484 1.737,-1.166 1.613,0.101 1.173,-0.76 0.831,0.498 1.713,0.706 0.959,0.227 1.824,-1.123 2.722,-0.605 0.468,0.27 1.401,-0.727 2.015,-0.806 0.765,-0.1 0.857,-0.449 0.303,-1.008 0.679,-0.203 1.267,-0.678 1.814,-1.109 -0.255,0.579 -0.644,1.083 -1.109,1.512 1.259,1.56 4.724,-0.897 5.947,-1.512 1.079,-0.543 3.204,-0.666 4.032,-1.411 1.507,-1.355 1.678,-1.585 1.814,-3.427 0.106,0.781 0.405,1.597 0.706,2.318 0.396,-0.401 0.949,-0.622 1.512,-0.605 -1.565,0.705 -2.833,1.934 -4.334,2.722 -0.355,0.186 -1.146,0.484 -1.311,0.907 -0.262,0.673 0.346,1.11 0.907,0.605 1.104,-0.994 3.005,-0.616 4.335,-0.504 1.717,0.145 3.444,-0.09 5.14,0.302 -1.543,0.989 -6.994,-0.06 -6.249,3.125 -0.555,0 -0.208,-1.81 -1.411,-0.907 0.358,-0.465 0.419,-0.968 0.201,-1.512 -3.272,1.929 -7.974,1.775 -10.482,4.939 0.48,-0.145 1.032,-0.259 1.512,-0.404 -0.841,0.365 -2.13,1.835 -2.419,0.504 -1.242,0.824 -2.618,1.382 -3.629,2.52 0.94,-0.535 1.801,-1.741 3.024,-1.512 -1.734,1.286 -5.99,4.839 -3.931,7.459 0.433,-0.279 0.776,-0.615 1.109,-1.008 0.167,0.348 0.197,2.096 0.504,2.218 0.625,0.25 1.405,-0.292 1.512,0.705 0.26,-1.111 1.544,-0.976 1.511,-2.318 0.238,0.149 0.463,0.264 0.706,0.403 0.153,-0.259 0.269,-0.537 0.403,-0.806 0.437,2.051 2.722,-0.814 3.326,-1.311 0.933,-0.767 3.928,-2.081 3.931,-3.326 0.264,0.1 0.544,0.206 0.807,0.303 0.111,-0.924 1.994,-3.357 1.814,-1.512 0.706,-0.07 0.547,-0.303 0.504,-0.807 -0.05,-0.612 1.123,-0.88 1.512,-1.008 -1.532,1.361 2.945,3.281 2.016,-0.1 0.768,1.632 3.096,-0.07 4.233,-0.101 1.867,-0.05 4.003,-1.093 5.644,-1.915 1.681,-0.841 3.967,-1.815 5.846,-2.016 1.068,-0.114 3.484,-0.04 3.831,-1.411 -0.845,-0.265 -1.74,0.316 -2.319,-0.605 1.688,0.06 1.215,-2.241 0,-2.318 -0.625,-0.04 -1.04,1.023 -1.713,0.403 -0.506,-0.466 -0.593,-1.331 -0.907,-1.915 -1.496,1.215 -4.009,2.106 -5.947,2.016 0.234,-0.436 0.623,-0.714 1.109,-0.807 -0.994,-0.64 -2.134,-0.36 -3.226,-0.403 -0.88,-0.04 -1.327,-0.672 -2.116,-0.806 -1.551,-0.264 -2.318,-0.18 -3.629,-1.512 0.816,-0.168 1.698,-0.163 2.318,-0.806 -1.207,-0.537 -2.529,-0.676 -3.83,-0.807 -1.721,-0.174 -0.152,-1.257 -1.613,-0.907 1.489,-0.616 0.234,-3.744 0.605,-5.04 0.08,-0.267 1.365,-1.384 0,-1.411 -1.017,-0.02 -1.792,0.419 -2.822,0.101 3.159,-1.141 4.17,-3.819 6.753,-5.543 -1.294,0.589 -0.422,-0.519 -1.411,-0.706 -0.563,-0.106 -1.172,0.06 -1.714,0.202 -1.254,0.334 -2.527,0.809 -3.628,1.511 -0.07,-2.294 -0.436,-2.264 -2.52,-3.023 -0.758,-0.275 -1.278,-0.607 -2.117,-0.504 -0.794,0.1 -1.378,0.6 -2.217,0.302 1.272,-0.162 2.203,-1.05 3.528,-1.008 0.969,0.03 2.178,-0.397 3.024,-0.302 1.672,0.188 2.97,1.893 4.737,1.008 2.392,-1.196 4.428,-2.461 6.955,-3.326 0.721,-0.247 1.618,-1.283 1.411,-2.117 -0.216,-0.41 -0.55,-0.736 -1.008,-0.806 1.139,-0.223 -1.195,-0.617 0.504,-0.504 0.433,0.08 0.896,0.15 1.31,0.302 0.921,-2.103 -3.939,-3.536 -5.241,-3.729 -2.291,-0.34 -4.699,-0.05 -6.955,0.403 -2.438,0.487 -4.621,1.397 -6.955,2.217 -2.281,0.803 -4.594,0.86 -6.854,1.814 -4.837,2.042 -10.523,4.7 -14.413,8.266 -2.059,1.888 -4.518,3.707 -6.854,5.241 -2.341,1.537 -5.056,2.183 -7.66,3.124 1.491,-0.909 3.002,-1.72 4.435,-2.721 1.204,-0.842 2.517,-2.698 3.83,-3.225 2.892,-1.16 5.258,-2.989 7.055,-5.645 -0.329,-0.07 -0.497,-0.276 -0.705,-0.504 0.263,0.154 0.589,0.383 0.705,0.403 0.815,0.143 2.03,-1.005 2.621,-1.411 2.026,-1.393 3.341,-3.506 5.644,-4.535 1.114,-0.498 4.099,-1.539 4.234,-3.024 0.238,0.462 0.129,0.903 -0.303,1.209 0.46,-0.302 0.965,-0.466 1.512,-0.403 -0.968,-1.364 3.186,-1.627 4.133,-1.713 1.485,-0.134 2.671,-0.519 3.628,-1.714 1.286,-1.61 5.034,-6.414 7.56,-5.14 -0.842,-1.694 1.765,-0.48 2.318,-0.706 1.697,-0.691 3.33,-0.641 5.14,-0.806 2.784,-0.254 6.24,0.943 8.971,0.201 1.655,-0.448 3.049,0.952 4.637,0.404 1.494,-0.515 2.833,-0.598 4.434,-0.504 1.544,0.09 3.09,0.422 4.637,0.504 0.61,0.03 0.59,0.81 1.109,0.806 0.425,-0.08 0.809,-0.242 1.209,-0.403 -0.431,0.288 -0.828,0.514 -1.31,0.705 2.466,-0.25 4.428,-0.992 6.955,-0.907 0.98,0.03 1.843,-0.333 2.822,-0.201 0.763,0.103 1.471,0.194 2.217,-0.101 0.909,-0.359 1.265,-1.405 2.218,-1.613 0.491,-0.107 1.169,-0.05 1.512,-0.504 1.133,-1.487 3.149,-1.855 4.535,-3.024 -0.13,1.33 0.456,0.512 0.706,-0.101 0.466,-1.141 -0.144,-0.825 1.008,-1.209 0.688,-0.229 1.481,-0.762 2.116,-1.109 0.492,-0.269 -0.291,-0.583 0,-0.806 1.076,-0.823 2.705,0 3.931,-0.302 1.404,-0.34 2.619,-1.196 4.032,-1.512 1.443,-0.322 2.693,0.654 4.133,0.201 1.523,-0.478 2.692,-1.671 4.132,-2.318 1.513,-0.681 3.003,-1.209 4.334,-2.218 0.543,-0.412 1.108,-0.929 1.815,-1.007 -0.278,-0.533 -0.223,-0.985 0.201,-1.412 -0.792,-0.321 -1.484,-0.778 -2.217,-1.209 0.974,0.396 2.062,0.178 3.023,0.605 0.364,-1.707 -3.685,-1.66 -4.636,-1.915 1.093,0.06 3.277,0.711 3.024,-0.504 0.697,0.15 1.636,0.88 1.814,-0.303 -0.734,0.07 -1.577,-0.02 -1.713,-0.907 2.272,0.12 2.693,-1.111 0.504,-2.016 1.126,-0.04 2.416,0.06 3.023,-1.108 0.399,-0.765 0.102,-2.069 -1.008,-1.714 0.449,-0.99 -1.248,-1.608 0.303,-1.713 -1.114,0.145 -2.735,-0.09 -3.629,-0.807 0.605,0.221 1.076,-0.127 1.311,-0.705 -0.91,0.862 -2.137,-0.09 -3.125,0.504 -0.902,0.54 -1.524,1.794 -2.721,1.713 0.584,-1.029 -0.384,-0.827 -1.109,-0.806 1.171,-0.752 2.544,-1.086 3.729,-1.814 -0.894,-0.647 -0.35,-2.434 -1.109,-2.823 -0.624,-0.32 -1.454,-0.09 -2.116,-0.201 -0.969,-0.167 -3.789,-1.089 -3.931,0.604 0.997,-0.08 1.95,-0.261 2.923,0.101 -0.917,0.433 -1.96,0.196 -2.923,0.403 -1.054,0.227 -2.109,0.552 -3.125,0.908 -1.133,0.397 -2.781,2.211 -3.83,2.116 -0.931,-0.08 -1.611,0.701 -2.419,1.008 -0.839,0.318 -2.092,0.03 -2.721,0.807 -0.773,0.959 -3,2.009 -4.234,1.612 0.51,-0.09 1.015,-0.255 1.512,-0.403 -2.035,-0.178 0.882,-1.134 1.411,-1.109 -0.305,-1.01 -1.504,-1.441 -2.419,-1.713 -0.892,-0.266 -2.224,-0.172 -1.411,-1.411 0.271,0.469 3.075,2.23 3.528,2.116 1.529,-0.386 2.069,-2.13 4.032,-2.015 2.803,0.162 7.569,-1.517 9.777,-3.226 -0.889,0.229 -8.044,2.63 -8.165,1.31 2.853,0.452 5.526,-1.037 8.265,-1.511 1.094,-0.19 1.877,-1.063 3.024,-1.21 1.305,-0.167 2.587,0.118 3.73,-0.706 -0.482,-0.01 -0.934,0.04 -1.412,0.101 0.901,-0.419 2.073,0.07 2.52,-1.108 -0.69,-0.808 -1.932,-0.368 -2.721,-1.008 -0.496,-0.403 -2.781,-0.661 -3.427,-0.706 -0.866,-0.06 -2.384,-1.185 -3.125,-0.907 1.451,-0.153 -0.05,-0.894 0.807,-1.714 -1.074,0.04 -1.862,0.927 -2.923,1.008 0.826,-0.354 1.617,-0.952 2.116,-1.713 -2.332,-0.169 -4.242,3.967 -6.45,3.628 1.023,-0.476 1.664,-1.492 2.721,-1.915 0.707,-0.283 1.994,-0.776 1.613,-1.814 -0.65,0.582 -2.186,1.281 -2.923,0.504 0.787,0.152 1.647,-0.402 1.31,-1.31 -1.352,0.883 -2.704,1.668 -4.133,2.419 0.61,-0.682 1.604,-0.941 2.016,-1.815 -1.553,-0.43 -3.461,1.218 -4.636,2.016 0.749,-0.989 2.016,-1.452 3.024,-2.116 -0.526,0.131 -1.032,0.352 -1.512,0.604 0.73,-0.927 2.99,-1.171 3.124,-2.519 -0.54,0.129 -1.045,0.302 -1.512,0.604 0.792,-0.317 0.92,-1.043 0.706,-1.814 -0.07,-0.266 0.975,-0.782 1.008,-1.209 -0.925,-0.222 -1.406,0.88 -2.117,1.209 0.444,-0.407 0.717,-0.91 0.706,-1.512 -0.468,0.52 -1.212,0.89 -1.915,0.706 0.681,0.04 1.095,-0.976 0.504,-0.907 -0.451,0.05 -1.562,-0.02 -1.915,-0.303 0.231,-0.226 0.456,-0.399 0.705,-0.605 -0.495,0.08 -2.623,-0.339 -0.705,-0.806 -1.773,0.811 -0.1,-0.933 0.201,-1.31 -1.191,0.358 -3.013,0.416 -3.931,-0.605 0.247,0 3.588,0.372 1.512,0 2.205,0.17 -1.263,-1.139 -1.512,-1.31 0.901,-0.596 2.428,0.202 3.024,-0.907 -0.96,-0.288 -2.05,-0.104 -3.024,-0.303 0.551,0.01 1.166,-0.04 1.714,-0.101 -1.007,-0.233 -2.304,-0.732 -2.822,-1.713 1.007,0.03 2.019,0 3.023,0.101 -0.793,0.124 -1.646,-0.154 -2.217,0.604 0.565,0.268 4.363,1.606 3.528,-0.1 -0.254,0.148 -0.48,0.316 -0.706,0.504 0.511,-0.948 3.141,-2.417 4.233,-2.117 0.838,0.23 0.158,-1.297 0,-1.512 -0.552,-0.749 -1.667,-0.166 -2.318,-0.806 2.838,-1.174 -1.883,-1.428 -2.318,-1.915 0.659,0.393 3.445,-0.571 3.83,-1.21 0.34,-0.564 -0.484,-0.805 -0.302,-1.31 0.166,-0.463 0.653,-0.862 0.403,-1.411 -0.737,0.458 -1.653,-0.03 -2.117,0.907 0.79,-1.16 -0.535,-0.917 -1.209,-0.806 0.73,-0.337 1.546,-0.344 2.318,-0.504 0.08,-0.797 -0.142,-0.965 -0.806,-0.504 0.197,-0.237 0.314,-0.464 0.504,-0.706 -0.885,0.04 -2.137,-0.07 -2.923,0.403 -0.727,0.436 -1.913,1.308 -2.823,1.008 0.779,-0.626 1.783,-0.86 2.722,-1.109 0.438,-0.116 3.151,-0.879 1.31,-1.108 1.404,0.203 1.348,-0.84 2.016,-1.714 -1.224,0.08 -2.562,0.136 -3.629,0.807 2.155,-1.242 -1.95,0.219 -2.318,0.201 0.505,-0.08 2.289,-1.078 0.605,-0.907 0.921,-0.243 4.48,-0.349 4.536,-1.713 0.03,-0.621 0.873,-1.114 -0.101,-1.412 -0.601,-0.183 -1.184,0.273 -1.814,0.101 0.696,-0.03 2.177,-1.58 0.503,-0.705 0.425,-0.444 0.924,-0.828 1.512,-1.008 -1.413,-0.141 -3.926,-0.299 -5.039,0.806 -0.1,-0.254 -0.101,-0.533 -0.101,-0.806 1.827,-0.09 3.163,-0.09 4.334,-1.714 -0.446,0.339 -0.951,0.507 -1.512,0.504 0.578,-0.07 0.906,-0.432 0.907,-1.008 -0.586,0.02 -1.091,0.197 -1.512,0.605 0.331,-0.79 -0.231,-1.013 -0.907,-1.109 0.84,-0.09 1.717,-0.08 2.218,-0.907 -0.503,-0.402 -1.008,-0.402 -1.512,0 0.69,-0.867 0.58,-1.035 -0.303,-0.504 0.228,-0.23 0.399,-0.455 0.605,-0.705 -1.529,0.231 -0.123,-2.522 0.605,-2.621 -0.954,-0.08 -1.6,0.75 -2.52,0.806 0.417,-0.591 0.556,-0.995 1.21,-1.411 -0.878,0.304 -1.785,0.564 -2.722,0.605 0.605,-0.18 4.185,-1.682 2.318,-1.31 1.826,-0.831 -0.351,-0.774 -0.806,-0.605 0.489,-0.209 0.987,-0.324 1.512,-0.403 -1.552,-1.252 -3.071,1.106 -4.133,1.915 -0.543,0.414 -2.393,1.702 -1.511,2.217 -1.2,-0.208 -2.73,-0.704 -3.125,1.008 -0.233,1.008 1.41,1.239 1.613,2.117 -0.823,-0.618 -1.68,-0.525 -2.621,-0.806 0.428,0.595 0.216,1.818 -0.706,1.108 0.201,0.937 -0.877,1.389 -1.511,0.706 -0.986,1.341 0.803,1.289 1.511,1.814 -0.628,-0.195 -1.467,-0.03 -2.116,0 -0.419,0.02 -3.378,1.32 -1.411,1.512 -0.475,0.153 -1.443,-0.188 -1.815,0.202 -0.699,0.732 0.479,0.877 0.303,1.512 -0.243,0.875 -1.586,2.096 -2.419,2.419 0.494,-0.959 2.873,-3.717 0.101,-4.032 -1.057,-0.12 -1.92,1.582 -2.52,2.217 -0.622,0.656 -1.198,0.283 -2.016,0.504 -0.997,0.27 -1.965,0.836 -2.923,1.21 -2.075,0.808 -3.186,1.622 -4.637,3.326 0.531,-1.375 2.391,-2.566 1.815,-4.233 -0.962,1.017 -1.834,2.479 -3.327,2.721 0.903,-0.715 2.457,-1.364 2.722,-2.621 0.443,-2.106 -1.991,0.111 -2.419,0.605 -0.342,0.394 -0.69,0.682 -1.008,1.008 -0.86,0.882 -1.733,1.617 -3.125,2.016 -1.898,0.544 -3.807,0.978 -5.644,1.713 2.374,-1.568 6.598,-1.682 8.769,-3.729 0.724,-0.682 1.291,-1.588 1.411,-2.822 0.275,-2.811 -0.951,-2.602 -3.528,-2.52 -2.201,0.07 -3.783,2.153 -5.947,2.318 0.216,-0.241 0.489,-0.566 0.706,-0.806 -0.757,0.27 -1.401,-0.41 -2.117,-0.504 1.242,0.112 3.447,-0.297 3.226,-2.016 1.04,0.262 0.434,1.198 0.604,1.915 0.683,-0.449 3.777,-2.53 2.117,-2.923 0.615,-0.465 1.344,-0.777 2.117,-0.504 0.275,-1.44 -1.568,-0.763 -2.318,-1.008 0.645,-0.231 0.502,-0.575 0.604,-1.108 0.09,-0.463 0.89,-0.604 1.21,-0.807 0.287,-0.182 0.878,-2.123 0.806,-2.52 -0.132,-0.731 -2.535,-0.607 -3.024,-0.604 -1.633,0.01 -2.848,-0.32 -4.435,-0.605 1.248,-0.248 2.483,0.419 3.73,0.403 0.714,0 3.906,0.19 3.427,-0.302 2.733,0.31 2.082,-4.273 4.435,-5.342 0.707,-0.322 1.718,-0.316 2.116,-1.109 0.378,-0.754 -0.236,-2.19 -1.108,-1.008 -0.683,0.925 -2.01,1.609 -3.327,0.907 2.542,-1.712 -2.062,-1.272 -2.318,-1.411 -0.698,-0.378 -1.538,-0.586 -2.318,-0.706 -1.01,-0.155 -1.714,0.55 -1.714,-0.604 -0.94,0.678 -1.362,-0.472 -1.411,-1.21 0.55,0.148 1.055,0.04 1.512,-0.302 -0.519,0.04 -1.025,-0.02 -1.512,-0.202 0.801,-0.509 1.634,-0.707 2.52,-1.008 -0.515,-1.691 -1.833,-0.661 -3.024,-0.403 0.634,-0.32 0.971,-1.172 0,-1.209 0.191,-0.242 0.309,-0.468 0.504,-0.706 -1.761,-0.177 -1.981,-0.345 -3.628,0.202 0.765,-0.419 2.236,-1.139 2.116,-2.218 -1.505,0.681 -1.641,-1.221 -2.721,-1.613 -1.695,-0.617 -2.328,-1.087 -4.132,-0.403 -0.808,0.305 -5.947,1.028 -4.939,2.218 -2.133,-2.013 -4.395,-1.575 -6.854,-0.504 0.456,-0.497 1.105,-0.578 1.612,-1.008 -2.332,0.03 -4.452,-1.331 -6.652,-1.915 -2.318,-0.615 -3.557,0.226 -5.644,1.008 -1.876,0.703 -2.972,1.274 -3.931,3.124 -0.737,1.422 0,2.978 1.512,3.629 -0.875,-0.406 -2.57,1.752 -3.125,2.52 -1.104,1.527 -3.656,1.436 -4.435,3.326 0.474,-0.111 0.925,-0.168 1.411,-0.202 -1.702,0.752 1.194,0.123 1.613,0.101 -0.683,0.574 -1.554,0.894 -2.016,1.714 0.458,0.216 0.91,0.331 1.411,0.403 -0.622,0.28 -1.825,0.372 -2.217,1.008 -0.235,0.383 0.537,1.142 0.403,1.713 -0.165,0.52 -0.449,0.902 -0.907,1.21 0.56,-0.208 1.066,-0.1 1.512,0.302 -0.73,0.281 -1.158,1.745 -1.915,1.814 -0.707,0.06 -1.507,0.187 -1.412,1.109 -0.469,-0.2 -0.92,-0.368 -1.411,-0.504 0.08,0.883 -3.043,2.457 -1.31,2.52 -2.448,0.511 -3.826,2.663 -6.048,3.427 -1.953,0.671 -1.392,1.268 -2.62,2.721 0.711,-0.08 1.636,1.054 1.915,1.613 0.379,0.757 1.171,0.963 1.814,1.411 1.547,1.079 1.98,3.314 1.915,5.04 -0.177,4.732 -3.218,9.445 -6.753,12.397 -3.943,3.293 -8.872,5.761 -13.607,7.661 -2.263,0.909 -4.888,1.881 -7.257,2.419 -1.609,0.366 -3.921,0.272 -5.04,1.713 0.982,0.256 0.491,1.083 0.202,1.714 -0.494,1.078 0.846,1.518 -0.303,1.814 0.497,0.207 1.003,0.428 1.512,0.605 -1.185,0.247 -0.666,0.645 0,1.008 -0.699,0.279 -1.362,1.407 -0.201,1.612 -0.88,-0.331 -1.214,0.739 -2.016,0.807 1.233,0.133 0.575,0.683 0,1.008 1.97,-0.353 -0.82,0.802 -0.605,1.511 0.306,1.009 -0.881,2.417 -1.411,3.226 0.241,0.118 0.467,0.181 0.706,0.302 -0.709,0.426 -0.368,0.842 0.302,0.907 -0.204,0.558 -0.713,0.901 -1.31,0.807 0.247,0.596 0.355,1.265 -0.101,1.814 0.8,-0.113 0.814,0.661 0.605,1.21 -0.268,0.701 -1.188,1.061 -0.303,1.31 -1.403,0.195 -2.257,1.77 -3.528,2.318 -0.465,0.2 -0.871,0.145 -0.705,0.706 0.147,0.495 -1.34,1.098 -1.613,1.31 0.887,0.859 -0.277,1.858 0.907,1.915 -0.883,-0.02 -2.755,1.745 -2.318,2.721 -0.557,-0.194 -0.124,-1.541 -0.101,-2.015 0.07,-1.339 -1.748,-0.823 -0.705,-1.916 -1.753,-0.246 -3.529,1.765 -4.435,3.024 -1.242,1.723 0.767,2.725 0.101,4.536 0.136,-2.178 -1.905,-5.173 -4.334,-4.838 -1.887,0.26 -3.494,2.484 -5.443,2.318 2.446,-1.488 6.516,-2.366 5.644,-5.947 -0.404,-1.657 -1.728,-2.017 -2.822,-3.023 -1.177,-1.081 -1.652,-1.165 -3.326,-0.605 0.666,-0.745 1.692,-0.701 2.52,-1.109 1.17,-0.577 0.19,-2.279 -0.202,-3.024 -0.503,-0.956 -0.93,-1.457 -1.512,-2.318 0.789,-1.154 2.045,-1.962 2.822,-3.125 0.761,-1.138 1.042,-2.327 1.915,-3.427 1.121,-1.414 0.02,-2.757 0.706,-4.132 0.765,-1.527 2.395,-2.586 3.528,-3.83 0.796,-0.874 0.898,-2.228 1.713,-3.024 -0.793,0.354 -1.136,-0.431 -1.814,-0.605 -0.597,-0.153 -2.038,0.123 -2.52,0.504 0.26,-0.221 0.485,-0.446 0.706,-0.705 -0.703,-0.47 -2.094,-0.142 -2.923,-0.303 -0.653,-0.127 -2.01,-1.053 -1.311,0.303 -1.34,-0.342 -1.127,-1.119 -2.721,-0.706 -0.919,0.238 -2.544,0.239 -3.528,0.302 -1.323,0.08 -2.309,-0.525 -3.628,0.101 -1.093,0.519 -1.988,1.399 -3.024,2.016 0.912,-1.249 2.714,-1.703 3.427,-3.124 -1.1,-0.172 -1.404,-1.155 -2.016,-1.916 -0.789,-0.98 -2.302,-1.056 -3.427,-1.411 -1.333,-0.421 -5.436,-2.597 -6.652,-1.814 1.645,-2.076 -0.905,-3.811 -2.218,-5.14 -0.789,-0.8 -0.951,-1.512 -2.117,-1.815 -1.023,-0.266 -2.102,-0.433 -3.124,-0.705 -3.31,-0.882 -5.389,-2.839 -9.072,-2.218 -3.056,0.516 -5.881,1.969 -8.97,2.319 0.82,-0.202 1.593,-0.586 2.318,-1.008 -1.8,-0.124 -3.248,1.332 -5.04,1.209 2.646,-0.692 5.134,-2.439 5.746,-5.241 0.565,-2.59 1.113,-6.046 2.419,-8.366 0.991,-1.761 -0.783,-0.664 -1.714,-1.209 -0.833,-0.487 -2.108,-0.327 -3.024,-0.202 -0.574,0.08 -1.16,0.266 -1.612,0.605 0.09,-0.134 0.213,-0.266 0.302,-0.403 -0.995,0.637 -1.25,-1.255 -2.117,-0.908 0.307,-0.293 0.518,-0.714 0.706,-1.108 -0.447,-0.175 -0.844,-0.29 -1.31,-0.403 0.448,-0.165 1.299,-0.06 1.612,-0.504 0.458,-0.653 1.002,-1.225 1.714,-1.613 1.077,-0.586 1.071,-2.382 1.915,-3.226 0.639,-0.638 5.73,-5.042 4.737,-6.047 0.707,0.29 0.928,0.128 0.605,-0.403 2.322,0.824 4.859,-3.463 6.955,-4.032 0.279,-0.08 1.649,-1.403 1.612,-1.512 -0.345,-1.017 0.867,-0.309 1.411,-0.504 -1.102,-2.35 5.565,-2.241 6.048,-3.931 -0.577,-0.07 -0.843,-0.432 -0.705,-1.008 0.938,0.112 2.36,0.9 2.318,-0.705 1.438,0.961 1.724,-0.812 2.62,-1.109 0.882,-0.291 1.93,-0.75 0.404,-1.21 0.751,0.02 1.967,-0.01 2.015,1.008 0.31,-0.189 0.59,-0.414 0.807,-0.705 -0.259,-0.153 -0.539,-0.266 -0.807,-0.403 0.872,-0.09 2.654,-1.955 3.125,-1.613 0.782,0.568 1.358,-0.747 2.217,0 0.409,0.356 1.281,-0.208 1.613,-0.403 -0.617,-0.41 -3.728,-1.526 -1.008,-1.814 1.636,-0.174 2.777,-0.01 4.435,0.201 1.13,0.146 2,-0.432 3.024,-0.806 0.942,-0.342 1.841,0.02 2.721,-0.605 0.618,-0.44 1.294,-0.902 1.613,-1.613 0.466,-1.035 -1.011,-1.512 0.403,-1.512 -0.723,-0.718 -1.747,-0.264 -2.52,-0.806 -0.439,-0.307 -0.665,-0.918 -1.008,-1.31 -0.513,-0.589 -1.981,-0.162 -3.427,0.302 0.248,-0.106 0.497,-0.325 0.706,-0.504 -1.661,-0.651 -4.321,-0.879 -5.644,-2.117 -0.08,1.851 -2.793,0.494 -2.016,-0.201 0.766,-0.685 2.163,0.267 1.411,-1.512 0.574,3.188 6.947,2.873 9.172,3.528 0.771,0.227 6.356,2.344 6.048,0.302 0.765,0.09 1.516,0.638 2.318,0.504 0.671,-0.111 1.106,-0.746 1.713,-1.008 0.832,-0.359 0.784,-2.562 2.319,-1.31 0.337,-0.488 0.337,-0.939 0,-1.411 0.424,-0.271 0.916,-0.247 1.31,-0.403 -0.112,0.124 -0.203,0.267 -0.302,0.403 0.503,0.254 0.985,0.722 1.007,1.31 0.06,-1.378 1.795,-0.32 2.42,-0.101 -0.08,-0.479 -0.08,-0.932 0,-1.411 0.568,3.26 7.373,-0.333 8.769,-1.209 1.709,-1.072 3.679,-2.866 5.644,-3.327 1.522,-0.357 3.57,-1.477 4.536,-2.721 1.242,-1.6 -2.774,-1.434 -3.427,-1.411 -2.212,0.08 -4.252,-0.201 -6.451,-0.403 -0.388,-0.04 -1.351,-1.391 -1.512,-1.714 -0.644,-1.294 -1.482,-1.839 -2.923,-2.116 -1.194,-0.23 -2.71,-0.778 -3.931,-0.605 -1.14,0.162 -0.158,0.917 -2.016,0.201 1.216,-1.465 4.462,0.09 6.048,-0.1 -1.697,0.338 0.711,0.465 1.209,0.504 0.496,0.04 1.471,0.123 1.915,-0.202 -0.306,-0.263 -0.641,-0.437 -1.008,-0.605 2.587,-0.07 4.547,2.057 7.157,2.319 -0.744,0 -1.478,0.09 -2.218,0 1.59,0.794 2.205,2.4 4.133,2.318 2.009,-0.09 3.503,-0.145 5.241,-1.21 1.718,-1.052 3.738,-1.336 5.342,-2.62 1.414,-1.13 3.362,-1.286 4.838,-2.319 -0.648,-1.281 -2.894,-0.573 -3.225,-2.015 0.575,-0.02 0.881,-0.333 0.806,-0.908 1.248,0.423 4.474,0.42 5.745,0 2.331,-0.77 1.78,0.111 1.311,1.915 1.551,-0.222 2.945,0.56 4.435,0.807 -0.304,-0.609 -0.312,-1.647 0.705,-1.512 0,1.201 0.131,0.422 1.008,0.806 0.462,0.203 1.069,0.62 1.613,0.504 1.438,-0.306 0.795,-2.292 0.101,-2.923 0.234,-0.154 0.459,-0.268 0.705,-0.403 -1.084,-0.05 -0.838,-0.52 -0.302,-1.008 -0.51,-0.09 -1.016,-0.153 -1.512,-0.302 2.52,0.294 -1.72,-0.713 0.806,-0.605 -1.266,-0.908 -2.421,0.485 -3.729,0.302 1.011,-0.873 2.449,-1.11 3.729,-0.907 -1.949,-0.388 1.262,-0.06 1.613,0 -0.383,0.02 -0.827,0.02 -1.21,0 0.567,0.108 1.075,0.543 1.21,1.109 -1.191,-0.225 -0.974,1.082 0,0.806 0.708,-0.201 1.461,-0.628 2.016,-1.108 -0.218,0.26 -1.854,2.14 -1.915,2.015 0.34,0.701 1.854,0.984 0.705,1.915 2.784,0.1 6.426,-1.505 8.87,-2.62 1.032,-0.471 1.578,-0.285 2.621,-1.008 1.091,-0.756 1.836,-1.275 3.225,-1.31 1.64,-0.04 5.795,-2.433 4.637,-4.536 -0.868,-1.578 -2.668,-2.705 -0.101,-3.83 -0.519,0.116 -1.024,0.111 -1.512,-0.101 0.635,-0.339 1.104,-0.737 0,-1.008 1.295,-0.204 0.64,-0.618 0,-0.907 0.29,-0.179 2.797,-0.852 3.024,-0.706 1.023,0.659 0.594,0.269 1.915,-0.1 1.673,-0.469 4.118,-0.193 4.535,-2.419 -1.291,-0.149 -2.424,-0.472 -3.729,-0.202 1.371,-0.413 5.381,-0.495 5.745,-2.318 -0.864,0.06 -1.677,-0.53 -2.52,-0.605 -0.73,-0.06 -1.289,0.32 -2.015,0.302 1.842,-0.538 -1.041,-1.409 0.907,-1.209 -1.457,-0.647 -3.099,-0.684 -4.637,-1.008 1.03,-0.07 2.469,0.443 3.427,0 0.493,-0.228 0.917,-0.619 1.411,-0.706 -3.061,-0.655 -6.075,-0.473 -9.071,-1.512 -1.309,-0.454 -2.826,0.213 -4.133,0.404 -0.893,0.13 -1.681,-0.338 -2.519,-0.303 0.462,0.213 -1.697,0.737 -1.008,1.915 -0.61,0 -2.198,1.392 -0.605,0.706 -0.6,0.1 -0.915,0.507 -0.605,1.109 -0.266,-0.03 -0.539,-0.08 -0.806,-0.101 -0.162,0.934 0.76,1.301 1.512,1.108 -1.299,0.54 0.54,0.595 1.411,1.109 -0.319,0 -3.453,-0.215 -1.411,0.504 -0.439,0.161 -1.45,-0.316 -1.714,0.202 -0.221,0.434 -0.16,0.623 -0.806,0.403 0.4,0.461 0.844,0.625 1.411,0.403 -1.922,1.949 -4.758,-0.759 -6.451,2.016 -1.665,2.727 -4.915,3.887 -7.66,5.14 -0.79,0.36 -4.119,4.007 -4.637,3.629 -1.292,-0.941 -2.123,0.606 -3.225,1.008 -0.677,0.247 -2.268,1.084 -2.822,0.605 2.14,-1.242 0.01,-2.716 -0.403,-4.234 -0.527,-1.932 2.123,-4.082 3.628,-4.737 -0.18,0.233 -0.344,0.459 -0.504,0.706 2.288,0.537 3.269,-1.396 4.133,-3.125 0.672,-1.346 -1.532,-3.211 -2.52,-3.931 -1.504,-1.094 -3.57,0.917 -4.939,1.411 -0.897,0.324 -1.268,1.125 -1.814,1.815 -0.665,0.84 -1.664,0.557 -2.419,1.209 0.617,0.862 -0.732,1.251 -1.512,1.714 -0.713,0.422 -1.652,1.105 -2.52,1.108 0.387,-0.576 0.531,-1.054 -0.504,-0.806 0.975,-0.108 0.975,-0.229 0,-0.504 0.445,-0.323 0.814,-0.727 1.21,-1.109 0.526,-0.5 2.583,-1.873 1.007,-1.713 2.138,-0.474 0.186,-3.038 -0.705,-3.629 0.52,-0.01 1.025,-0.12 1.512,-0.302 -1.263,1.09 1.357,0.149 1.713,-0.101 0.807,-0.568 2.14,-0.906 3.125,-0.706 -1.416,-1.088 -4.385,-0.5 -6.048,-0.604 0.771,-0.106 1.507,-0.395 2.218,-0.706 -1.54,-1.105 -2.95,1.165 -4.536,0.806 -0.739,-0.167 -0.834,-0.844 -1.512,-1.108 -0.777,-0.302 -1.531,0.06 -2.318,0 0.487,-0.183 0.992,-0.292 1.512,-0.303 -0.504,-0.08 -1.009,-0.08 -1.512,0 2.189,-0.682 4.259,-1.788 6.551,-2.116 -0.596,-0.815 -1.625,-0.725 -2.419,-0.303 1.653,-1.635 4.036,-0.603 6.048,-0.806 -0.364,-0.544 -0.309,-0.996 0.202,-1.411 -0.813,-0.254 -1.406,0.454 -2.218,0.302 0.842,-0.17 1.266,-1.331 0.101,-1.31 1.239,-0.534 0.279,-1.539 -0.706,-1.411 0.141,-0.241 0.258,-0.467 0.404,-0.706 -0.376,-0.138 -0.712,-0.247 -1.109,-0.302 1.258,-0.07 2.511,-1.697 3.024,-2.722 0.72,-1.441 -0.386,-2.274 -1.512,-2.923 0.259,-0.245 0.437,-0.471 0.705,-0.705 -1.433,-0.376 -2.471,-0.294 -3.83,0.302 0.492,-0.379 1.146,-0.929 -0.201,-0.705 0.473,-0.362 0.977,-0.644 1.511,-0.907 -0.436,-0.593 -1.317,-0.785 -2.217,-0.706 z m -222.048,16.228 c 0.244,-0.05 0.621,-0.197 0.706,-0.202 -0.862,0.03 -0.915,0.107 -0.706,0.202 z m 45.861,19.957 c 0.989,-0.16 2.075,0.616 3.024,0.201 -1.977,0.471 0.978,0.436 1.512,0.706 -1.763,1.099 -4.039,0.919 -5.947,1.613 -1.818,0.663 -4.256,1.571 -6.148,1.915 0.624,0.632 3.069,0.815 3.83,0.403 -1.998,0.42 0.283,0.5 0.706,0.403 0.928,-0.213 1.788,-0.07 2.721,0 1.862,0.14 3.817,-0.428 5.644,-0.907 -0.08,-0.137 1.438,-0.907 1.714,-1.008 1.131,-0.411 2.341,-0.635 3.528,-0.806 -1.034,0.246 -0.986,0.409 0,0.403 -1.051,0.209 -2.054,0.786 -3.024,1.209 0.766,0.387 1.532,-0.09 2.318,0 -1.412,0.314 -1.874,1.296 -3.024,1.915 -0.545,0.293 -4.061,0.678 -2.217,1.21 -1.167,0.313 -2.604,1.17 -3.729,1.31 0.662,0.702 1.55,0.367 2.318,0.101 -0.487,0.219 -0.991,0.387 -1.512,0.504 1.995,0.305 -1.535,0.926 -2.117,1.008 -0.766,0.107 -1.859,0.438 -2.62,0.202 -0.783,-0.242 -1.26,-1.189 -2.117,-1.21 -0.78,-0.02 -1.519,0.09 -2.318,0 -0.374,-0.04 -2.662,0.322 -0.807,0.504 -0.964,0.468 -2.079,0.717 -3.124,0.907 -0.782,0.643 0.488,1.164 1.008,1.109 -0.02,1 -1.334,0.964 -2.016,1.008 -1.337,0.08 -2.588,0.755 -3.83,1.209 -1.658,0.606 -3.344,1.13 -5.04,1.613 -1,0.285 -3.102,1.477 -4.133,1.109 -0.934,-0.333 1.046,-1.185 1.21,-1.21 1.252,-0.195 2.325,-0.749 3.528,-1.109 2.285,-0.684 5.373,-1.244 6.753,-3.426 -4.529,-0.791 -7.611,1.726 -11.289,3.729 -2.511,1.368 -7.688,0.8 -10.079,-0.504 1.296,-0.722 2.93,-0.514 4.334,-0.907 1.549,-0.434 0.888,-0.833 1.713,-1.613 0.699,-0.661 2.029,-0.768 2.923,-0.907 1.437,-0.223 2.616,-0.836 3.931,-1.411 -0.276,-0.897 -1.235,-0.904 -1.915,-1.31 2.976,-0.7 6.319,1.212 9.072,-0.605 -0.85,-0.352 -1.156,-1.275 -2.016,-1.613 -0.938,-0.368 -1.961,0 -2.923,0 -2.38,0 -3.374,0.212 -5.342,1.512 0.271,-1.578 -4.466,-0.184 -5.242,-0.806 -0.526,-0.421 -2.22,-0.208 -2.721,0.201 -0.438,0.357 -0.79,0.858 -1.31,1.109 -0.719,0.348 -0.913,-0.678 -1.512,0.302 -1.351,-1.217 0.877,-2.561 2.016,-2.52 1.708,0.06 3.991,0.147 5.644,-0.302 3.356,-0.916 6.607,-1.316 9.878,-1.613 1.227,-0.111 2.417,-0.715 3.729,-0.806 1.942,-0.135 3.682,-0.775 5.544,-1.31 2.228,-0.64 4.553,-0.798 6.854,-1.008 0.879,-0.08 1.751,-0.364 2.62,-0.504 z m 24.292,31.347 c 2.592,-0.123 5.59,0.217 7.66,1.108 -0.51,0.178 -1.014,0.399 -1.512,0.605 0.491,-0.165 0.995,-0.275 1.512,-0.302 -1.067,0.735 -2.453,1.13 -3.73,1.31 0.519,-0.226 1.07,-0.456 1.512,-0.806 -5.358,-2.27 -12.441,-0.814 -17.034,2.519 2.208,-1.065 4.768,-2.229 7.257,-2.318 1.918,-0.07 4.445,-1.626 6.25,-0.504 -0.982,-0.08 -2.77,-0.581 -3.528,0.303 1.229,-0.03 2.552,-0.142 3.729,0.302 -2.259,0.984 -4.775,0.714 -7.156,1.008 0.741,0.426 1.541,0.04 2.318,0 -0.802,0.108 -1.6,0.33 -2.318,0.705 1.686,-0.516 3.398,-0.601 5.14,-0.806 -1.371,0.704 -2.897,0.708 -4.334,1.21 0.504,-0.08 1.008,-0.08 1.512,0 -1.463,0.361 -2.956,-0.172 -4.435,0 -0.588,0.07 -4.217,1.265 -2.419,0.907 -1.481,0.613 -3.044,0.892 -4.435,1.713 0.5,-0.105 1.003,-0.162 1.512,-0.201 -3.033,1.512 -6.201,3.04 -9.374,4.233 -2.625,0.987 -4.854,0.587 -7.458,1.109 -1.615,0.324 -2.172,0.87 -3.125,2.116 -0.916,1.199 -2.761,0.691 -4.032,0.807 -2.913,0.265 -7.224,2.351 -10.079,1.209 -1.974,0.197 -3.304,-1.224 -5.14,-1.31 -0.727,-0.03 -1.668,0.243 -2.319,-0.202 -0.761,-0.521 -0.315,-1.683 -1.411,-1.915 1.008,-0.06 1.544,1.285 2.52,1.109 0.863,-0.156 1.837,-0.06 2.621,-0.504 0.992,-0.559 1.033,-0.962 2.318,-0.605 1.253,0.348 2.307,0.532 3.528,0 -0.118,-0.241 -0.181,-0.566 -0.303,-0.806 0.842,-0.326 1.784,0 2.52,-0.605 0.69,-0.563 1.116,-1.076 1.915,-1.512 1.635,-0.892 2.916,-0.285 4.637,-0.705 1.028,-0.251 3.412,-0.465 2.419,-1.815 -0.526,-0.717 0.457,-2.208 -0.907,-2.015 0.833,-0.251 1.295,-1.092 1.411,-1.915 -0.794,0.339 -2.026,-0.539 -2.218,-1.311 -0.153,-0.615 0.286,-0.838 0.807,-0.806 0.922,0.06 0.253,0.611 0.806,0.907 0.945,0.501 1.982,0.635 2.923,1.31 1.699,1.218 2.008,0.406 3.83,0.605 -0.178,0.232 -0.346,0.459 -0.504,0.706 1.264,0.228 0.854,2.253 2.016,2.217 1.317,-0.04 2.37,0.25 3.729,0 3.265,-0.601 5.961,-0.944 8.971,-2.52 3.212,-1.682 6.37,-3.626 9.979,-4.334 0.732,-0.144 1.554,-0.161 2.419,-0.201 z m -173.264,57.855 c -0.432,0.521 -0.812,1.676 0.302,1.512 -0.596,-0.109 -1.391,0.198 -2.217,0.605 0.668,-0.671 1.265,-1.43 1.915,-2.117 z M 676.04,235.43 c 0.886,-0.05 2.111,-0.13 2.923,0.302 0.644,0.342 1.737,1.505 2.52,0.806 -0.239,0.617 -0.718,6.156 -0.907,6.149 -0.301,0 -2.529,7.118 -2.419,7.862 0.119,0.798 0.42,2.165 -0.303,2.519 -0.825,0.405 0.382,3.413 0.202,4.032 -0.428,1.467 -3.975,3.435 -3.125,5.342 -0.56,0.113 -1.06,-0.578 -1.512,-0.403 -0.589,0.227 -0.825,1.031 -1.108,1.512 -0.558,0.949 -2.172,1.419 -2.117,-0.101 0.06,-1.579 2.064,-3.892 3.225,-4.838 0.882,-0.719 2.347,-1.093 2.823,-2.217 -1.16,-0.09 -1.846,1.095 -2.923,1.31 0.601,-1.068 4.428,-2.587 3.527,-4.133 -0.688,-1.181 -2.862,1.934 -3.729,1.512 0.372,-1.704 2.822,-2.447 1.814,-4.435 -0.437,0.289 -0.989,0.404 -1.512,0.403 0.525,-0.171 0.915,-0.661 1.008,-1.209 -1.262,-0.488 -1.927,1.439 -2.822,1.915 -1.438,0.764 -0.719,-2.762 -0.907,-3.225 -0.258,-0.265 -0.418,-0.556 -0.504,-0.907 0.18,-0.15 0.291,-0.371 0.302,-0.605 -0.252,-0.793 -0.851,-1.438 -0.907,-2.318 -0.13,-2.04 2.617,-1.433 3.629,-2.42 -1.39,-0.22 -2.859,0.02 -3.931,-1.108 1.651,-1.491 4.461,-5.604 6.753,-5.745 z m -192.011,3.527 c 0.411,0.159 0.525,0.604 -0.101,1.512 -0.337,-0.521 -0.284,-1.025 0.101,-1.512 z m 3.024,4.838 c 0.07,1.135 -0.774,1.611 -1.714,2.016 0.778,-0.538 1.382,-1.16 1.714,-2.016 z m -9.072,14.212 c -1.328,0.688 -2.864,0.878 -4.334,0.907 -0.04,0 -0.39,-0.05 -0.705,-0.1 1.716,0.06 3.841,-0.536 5.039,-0.807 z m 356.204,22.578 c 1.732,-0.169 3.685,0.94 5.14,1.613 -0.436,-0.104 -0.883,-0.191 -1.31,-0.404 -1.041,-0.518 -2.49,-0.596 -3.528,0 0.206,-0.253 0.33,-0.531 0.504,-0.806 -0.476,-0.242 -0.981,-0.352 -1.512,-0.302 0.238,-0.08 0.458,-0.08 0.706,-0.101 z"
           class="landxx ca"
           id="path4906"
           inkscape:connector-curvature="0" /><path
           style="fill:none;stroke:#000000;stroke-width:0.63534137;stroke-miterlimit:2.02116466;stroke-dasharray:none;stroke-opacity:1"
           d="m 480.34,228.22 c -0.613,-0.07 -1.141,0.125 -1.584,0.576 0.555,-0.117 1.083,-0.309 1.584,-0.576"
           id="path3776"
           inkscape:connector-curvature="0" /><path
           style="fill:none;stroke:#000000;stroke-width:0.63534137;stroke-miterlimit:2.02116466;stroke-dasharray:none;stroke-opacity:1"
           d="m 475.8,229.37 c -1.017,-0.303 -1.746,0.516 -2.304,1.224 0.835,-0.262 1.63,-0.659 2.304,-1.224"
           id="path4128"
           inkscape:connector-curvature="0" /><path
           style="fill:none;stroke:#000000;stroke-width:0.63534137;stroke-miterlimit:2.02116466;stroke-dasharray:none;stroke-opacity:1"
           d="m 466.88,267.61 c -0.221,0.217 -0.413,0.457 -0.576,0.72 0.688,0.706 1.661,0.506 2.088,-0.359 -0.69,1.386 0.494,0.125 1.296,0.576 -0.267,0.482 -0.483,0.986 -0.648,1.512 0.899,-0.276 1.809,0.444 2.952,0.216 -1.931,1.022 -3.229,0.412 -4.68,2.376 1.256,-0.08 2.535,0.09 3.744,-0.359 -0.22,0.261 -0.436,0.525 -0.648,0.792 0.585,0.02 1.065,-0.197 1.44,-0.648 -0.398,0.487 -0.878,0.871 -1.44,1.152 0.541,0.212 1.021,0.116 1.44,-0.288 -0.213,0.587 0,0.96 0.648,0.936 -0.646,0.494 -1.414,1.124 -2.304,0.864 1.485,1.797 1.459,1.095 3.528,0.72 -2.086,0.777 1.174,0.434 1.679,0.333 1.076,-0.213 2.114,-1.139 2.569,-2.133 -0.331,1.855 -2.678,2.16 -3.96,3.096 -0.888,0.648 -1.121,0.712 -0.288,1.513 0.379,0.364 1.992,1.566 2.535,1.258 0.484,-0.275 3.207,2.049 4.592,1.693 0.66,-0.169 1.617,-0.369 2.229,-0.595 0.749,-0.276 0.628,-1.483 0.94,-2.068 -0.575,0.167 -1.055,0.479 -1.44,0.937 0.599,-0.969 1.525,-2.621 0.576,-3.672 1.923,-0.583 -0.06,-2.19 -0.917,-2.711 -1.272,-0.775 -3.438,-0.929 -2.152,-2.909 0.487,-0.75 -0.08,-1.731 -0.154,-2.537 -0.08,-0.864 0.601,-2.201 0.384,-2.932 -0.206,-0.691 -4.38,-1.44 -4.941,-1.461 -1.467,-0.05 -3.745,-0.644 -4.955,-1.541 -1.664,-1.233 -2.721,-2 -4.899,-1.469 -1.034,0.252 -3.327,1.903 -1.549,2.935 0.568,0.33 1.329,0.236 1.934,0.09 0.488,-0.121 2.765,-0.875 1.051,-1.07 0.76,-0.06 1.472,0.274 2.232,0.217 -0.837,0.04 -1.626,0.649 -1.728,1.512 0.593,-2.385 -5.127,1.229 -2.52,0.647 -0.347,0.848 -1.213,1.245 -1.872,1.8 0.821,0.256 3.111,-1.061 3.024,0.648 0.639,-0.546 1.49,-0.446 2.231,-0.72 -0.539,0.22 -1.019,0.531 -1.441,0.933"
           id="path4804"
           inkscape:connector-curvature="0" /><path
           style="fill:none;stroke:#000000;stroke-width:0.63534137;stroke-miterlimit:2.02116466;stroke-dasharray:none;stroke-opacity:1"
           d="m 473.43,245.5 c 1.671,0 2.335,-2.059 3.816,-2.521 -0.828,0.956 -2.002,1.547 -2.736,2.594 1.365,0.782 4.525,-2.825 4.32,-4.105 -0.449,-2.8 -4.244,0.545 -5.04,1.512 0.727,0.513 2.638,-0.242 2.231,-1.296 0.208,0.239 0.375,0.503 0.504,0.792 -1.161,0.03 -4.174,1.473 -3.095,3.024"
           id="path4806"
           inkscape:connector-curvature="0" /><path
           style="fill:none;stroke:#000000;stroke-width:0.63534137;stroke-miterlimit:2.02116466;stroke-dasharray:none;stroke-opacity:1"
           d="m 477.82,244.42 c -1.218,0.249 -2.529,2.245 -2.736,3.384 1.341,-0.622 2.153,-2.101 2.736,-3.384"
           id="path4808"
           inkscape:connector-curvature="0" /><path
           style="fill:none;stroke:#000000;stroke-width:0.63534137;stroke-miterlimit:2.02116466;stroke-dasharray:none;stroke-opacity:1"
           d="m 478.47,249.68 c 1.372,-0.568 3.434,-0.643 4.176,-2.16 -2.772,0.03 -5.521,1.849 -7.416,3.744 1.383,0.124 2.089,-1.096 3.24,-1.584"
           id="path4810"
           inkscape:connector-curvature="0" /><path
           style="fill:none;stroke:#000000;stroke-width:0.63534137;stroke-miterlimit:2.02116466;stroke-dasharray:none;stroke-opacity:1"
           d="m 479.12,238.37 c -0.877,0.38 -1.82,0.924 -2.376,1.728 1.137,-0.455 1.824,-0.512 2.376,-1.728"
           id="path4812"
           inkscape:connector-curvature="0" /><path
           style="fill:none;stroke:#000000;stroke-width:0.63534137;stroke-miterlimit:2.02116466;stroke-dasharray:none;stroke-opacity:1"
           d="m 479.33,244.21 c -0.336,0.137 -0.683,0.24 -1.04,0.309 -0.573,0.189 -0.797,1.075 -1.193,1.491 0.784,-0.548 1.536,-1.144 2.233,-1.8"
           id="path4814"
           inkscape:connector-curvature="0" /><path
           style="fill:none;stroke:#000000;stroke-width:0.63534137;stroke-miterlimit:2.02116466;stroke-dasharray:none;stroke-opacity:1"
           d="m 479.62,264.44 c 0.264,-0.144 0.528,-0.288 0.792,-0.432 -0.498,0.148 -1.002,0.269 -1.513,0.36 0.241,0.02 0.481,0.05 0.721,0.07"
           id="path4816"
           inkscape:connector-curvature="0" /><path
           style="fill:none;stroke:#000000;stroke-width:0.63534137;stroke-miterlimit:2.02116466;stroke-dasharray:none;stroke-opacity:1"
           d="m 480.12,271.06 c -0.144,0.266 -0.12,0.529 0.07,0.792 -0.02,-0.264 -0.05,-0.529 -0.07,-0.792"
           id="path4818"
           inkscape:connector-curvature="0" /><path
           style="fill:none;stroke:#000000;stroke-width:0.63534137;stroke-miterlimit:2.02116466;stroke-dasharray:none;stroke-opacity:1"
           d="m 480.2,267.61 c 0.57,-0.264 1.599,-1.802 1.296,-2.448 -1.4,0.24 -0.747,1.56 -1.296,2.448"
           id="path4820"
           inkscape:connector-curvature="0" /><path
           style="fill:none;stroke:#000000;stroke-width:0.63534137;stroke-miterlimit:2.02116466;stroke-dasharray:none;stroke-opacity:1"
           d="m 481.85,263.79 c -0.543,0.124 -1.047,0.34 -1.512,0.647 0.573,0.256 1.402,0.08 1.512,-0.647"
           id="path4822"
           inkscape:connector-curvature="0" /><path
           style="fill:none;stroke:#000000;stroke-width:0.63534137;stroke-miterlimit:2.02116466;stroke-dasharray:none;stroke-opacity:1"
           d="m 482.35,264.01 c -0.36,0.481 -0.84,0.745 -1.439,0.792 1.02,-0.03 1.186,1.062 0.432,1.584 0.867,-0.275 1.865,-1.552 1.007,-2.376"
           id="path4824"
           inkscape:connector-curvature="0" /><path
           style="fill:none;stroke:#000000;stroke-width:0.63534137;stroke-miterlimit:2.02116466;stroke-dasharray:none;stroke-opacity:1"
           d="m 482.79,265.95 c -0.552,0.211 -0.938,0.676 -0.792,1.296 0.478,-0.259 0.836,-0.726 0.792,-1.296"
           id="path4826"
           inkscape:connector-curvature="0" /><path
           style="fill:none;stroke:#000000;stroke-width:0.63534137;stroke-miterlimit:2.02116466;stroke-dasharray:none;stroke-opacity:1"
           d="m 484.16,271.85 c -0.09,-1.269 -0.739,-1.837 -1.728,-2.52 -0.512,1.109 1.011,2.016 1.728,2.52"
           id="path4828"
           inkscape:connector-curvature="0" /><path
           style="fill:none;stroke:#000000;stroke-width:0.63534137;stroke-miterlimit:2.02116466;stroke-dasharray:none;stroke-opacity:1"
           d="m 482.79,271.71 c -0.156,0.657 0.08,0.729 0.72,0.216 -0.24,-0.07 -0.48,-0.144 -0.72,-0.216"
           id="path4830"
           inkscape:connector-curvature="0" /><path
           style="fill:none;stroke:#000000;stroke-width:0.63534137;stroke-miterlimit:2.02116466;stroke-dasharray:none;stroke-opacity:1"
           d="m 483.94,265.16 c -0.629,0.236 -0.942,0.852 -0.504,1.44 0.35,-0.416 0.518,-0.896 0.504,-1.44"
           id="path4832"
           inkscape:connector-curvature="0" /><path
           style="fill:none;stroke:#000000;stroke-width:0.63534137;stroke-miterlimit:2.02116466;stroke-dasharray:none;stroke-opacity:1"
           d="m 484.44,276.61 c -0.552,0.448 -0.538,1.163 -0.504,1.8 1.041,-0.1 1.069,-1.148 0.504,-1.8"
           id="path4834"
           inkscape:connector-curvature="0" /><path
           style="fill:none;stroke:#000000;stroke-width:0.63534137;stroke-miterlimit:2.02116466;stroke-dasharray:none;stroke-opacity:1"
           d="m 485.16,265.16 c -0.357,0.122 -0.645,0.338 -0.864,0.648 0.574,0.205 0.893,-0.04 0.864,-0.648"
           id="path4836"
           inkscape:connector-curvature="0" /><path
           style="fill:none;stroke:#000000;stroke-width:0.63534137;stroke-miterlimit:2.02116466;stroke-dasharray:none;stroke-opacity:1"
           d="m 484.73,276.1 c 0.168,0.525 0.581,0.888 1.152,0.864 -0.403,-0.263 -0.787,-0.551 -1.152,-0.864"
           id="path4838"
           inkscape:connector-curvature="0" /><path
           style="fill:none;stroke:#000000;stroke-width:0.63534137;stroke-miterlimit:2.02116466;stroke-dasharray:none;stroke-opacity:1"
           d="m 486.46,269.55 c -0.689,-0.04 -1.293,0.35 -1.512,1.008 0.477,-0.376 0.981,-0.712 1.512,-1.008"
           id="path4842"
           inkscape:connector-curvature="0" /><path
           style="fill:none;stroke:#000000;stroke-width:0.63534137;stroke-miterlimit:2.02116466;stroke-dasharray:none;stroke-opacity:1"
           d="m 488.98,272.65 c -0.246,0.127 -0.55,0.359 -0.72,0.576 0.24,-0.192 0.481,-0.384 0.72,-0.576"
           id="path4848"
           inkscape:connector-curvature="0" /><path
           style="fill:none;stroke:#000000;stroke-width:0.63534137;stroke-miterlimit:2.02116466;stroke-dasharray:none;stroke-opacity:1"
           d="m 489.48,271.78 c -0.402,-0.144 -0.517,-0.03 -0.792,0.359 0.264,-0.119 0.528,-0.238 0.792,-0.359"
           id="path4850"
           inkscape:connector-curvature="0" /><path
           style="fill:none;stroke:#000000;stroke-width:0.63534137;stroke-miterlimit:2.02116466;stroke-dasharray:none;stroke-opacity:1"
           d="m 889.59,192.94 c -1.05,-0.696 -1.179,0.997 -1.8,1.44 0.91,0.176 1.602,-0.647 1.8,-1.44"
           id="path5230"
           inkscape:connector-curvature="0" /><path
           style="fill:none;stroke:#000000;stroke-width:0.63534137;stroke-miterlimit:2.02116466;stroke-dasharray:none;stroke-opacity:1"
           d="m 758.69,171.63 c 0.382,-0.08 0.718,-0.244 1.008,-0.504 -0.544,-0.334 -0.993,-0.178 -1.008,0.504"
           id="path5010"
           inkscape:connector-curvature="0" /><path
           style="fill:none;stroke:#000000;stroke-width:0.63534137;stroke-miterlimit:2.02116466;stroke-dasharray:none;stroke-opacity:1"
           d="m 786.92,241.18 c -1.265,-0.448 -2.771,-0.458 -4.079,-0.224 -1.509,0.271 -3.961,1.499 -1.448,2.401 1.519,0.546 3.934,1.878 5.554,1.461 1.532,-0.393 0.336,-2.807 -0.03,-3.638"
           id="path5042"
           inkscape:connector-curvature="0" /><path
           style="fill:none;stroke:#000000;stroke-width:0.63534137;stroke-miterlimit:2.02116466;stroke-dasharray:none;stroke-opacity:1"
           d="m 793.62,250.18 c -0.79,-0.1 -2.907,0.447 -2.88,1.512 1.103,-0.453 2.172,-0.393 2.88,-1.512"
           id="path5048"
           inkscape:connector-curvature="0" /><path
           style="fill:none;stroke:#000000;stroke-width:0.63534137;stroke-miterlimit:2.02116466;stroke-dasharray:none;stroke-opacity:1"
           d="m 794.77,241.32 c -0.356,0.115 -0.597,0.355 -0.72,0.721 0.241,-0.24 0.481,-0.48 0.72,-0.721"
           id="path5052"
           inkscape:connector-curvature="0" /><path
           style="fill:none;stroke:#000000;stroke-width:0.63534137;stroke-miterlimit:2.02116466;stroke-dasharray:none;stroke-opacity:1"
           d="m 794.34,240.53 c 0.679,0.106 0.822,-0.182 0.43,-0.864 -0.596,0.05 -0.506,0.411 -0.43,0.864"
           id="path5054"
           inkscape:connector-curvature="0" /><path
           style="fill:none;stroke:#000000;stroke-width:0.63534137;stroke-miterlimit:2.02116466;stroke-dasharray:none;stroke-opacity:1"
           d="m 806.86,218.93 c 1.125,0.84 2.93,-1.163 3.75,-1.728 -0.388,1.194 -1.727,1.629 -2.6,2.376 0.635,-0.443 1.39,-0.358 2.094,-0.576 1.147,-0.355 2.21,-1.61 3.096,-2.376 0.09,0.975 -0.922,1.574 -1.51,2.16 1.31,-0.997 2.185,-2.415 3.38,-3.528 0.198,1.471 -2.208,2.675 -3.02,3.601 1.098,-0.984 2.098,-2.167 3.351,-2.955 0.907,-0.57 0.161,-1.47 0.07,-2.269 -0.03,-0.229 -4.288,3.045 -4.719,3.279 1.043,-0.758 2.057,-1.726 2.66,-2.88 -1.96,1.919 -4.799,2.828 -6.55,4.896"
           id="path5074"
           inkscape:connector-curvature="0" /><path
           style="fill:none;stroke:#000000;stroke-width:0.63534137;stroke-miterlimit:2.02116466;stroke-dasharray:none;stroke-opacity:1"
           d="m 812.55,211.16 c -0.481,0.134 -0.701,0.106 -0.65,0.721 0.216,-0.24 0.433,-0.48 0.65,-0.721"
           id="path5090"
           inkscape:connector-curvature="0" /><path
           style="fill:none;stroke:#000000;stroke-width:0.63534137;stroke-miterlimit:2.02116466;stroke-dasharray:none;stroke-opacity:1"
           d="m 813.92,217.57 c -0.493,0.83 -1.307,1.387 -1.87,2.16 0.776,-0.564 1.483,-1.268 1.87,-2.16"
           id="path5092"
           inkscape:connector-curvature="0" /><path
           style="fill:none;stroke:#000000;stroke-width:0.63534137;stroke-miterlimit:2.02116466;stroke-dasharray:none;stroke-opacity:1"
           d="m 813.34,210.51 c -0.364,0.06 -0.674,0.233 -0.93,0.504 0.714,0.405 0.777,0.276 0.93,-0.504"
           id="path5094"
           inkscape:connector-curvature="0" /><path
           style="fill:none;stroke:#000000;stroke-width:0.63534137;stroke-miterlimit:2.02116466;stroke-dasharray:none;stroke-opacity:1"
           d="m 817.81,214.76 c -0.882,-0.538 -2.592,1.832 -3.03,2.376 1.452,-0.207 2.435,-1.06 3.03,-2.376"
           id="path5098"
           inkscape:connector-curvature="0" /><path
           style="fill:none;stroke:#000000;stroke-width:0.63534137;stroke-miterlimit:2.02116466;stroke-dasharray:none;stroke-opacity:1"
           d="m 875.91,285.1 c -0.262,0.561 -0.692,1.044 -1.22,1.368 -0.833,-0.914 0.608,-1.184 1.22,-1.368"
           id="path5602"
           inkscape:connector-curvature="0" /><path
           style="fill:none;stroke:#000000;stroke-width:0.63534137;stroke-miterlimit:2.02116466;stroke-dasharray:none;stroke-opacity:1"
           d="m 876.2,284.31 c -0.144,0.264 -0.287,0.528 -0.43,0.792 -0.07,-0.54 0.168,-0.469 0.43,-0.792"
           id="path5606"
           inkscape:connector-curvature="0" /><path
           style="fill:none;stroke:#000000;stroke-width:0.63534137;stroke-miterlimit:2.02116466;stroke-dasharray:none;stroke-opacity:1"
           d="m 850.49,311.53 c 0.03,0.601 -0.376,1.009 -0.93,1.152 -0.02,-0.539 0.353,-1.112 0.93,-1.152"
           id="path5598"
           inkscape:connector-curvature="0" /><path
           style="fill:none;stroke:#000000;stroke-width:0.63534137;stroke-miterlimit:2.02116466;stroke-dasharray:none;stroke-opacity:1"
           d="m 852.87,315.27 c -0.263,0.216 -0.527,0.433 -0.79,0.648 0.203,-0.291 0.467,-0.507 0.79,-0.648"
           id="path5600"
           inkscape:connector-curvature="0" /><path
           style="fill:none;stroke:#000000;stroke-width:0.63534137;stroke-miterlimit:2.02116466;stroke-dasharray:none;stroke-opacity:1"
           d="m 826.45,187.76 c 0.2,-0.269 0.367,-0.557 0.5,-0.864 -0.61,0.08 -1.088,0.51 -1.29,1.08 0.263,-0.07 0.526,-0.144 0.79,-0.216"
           id="path5126"
           inkscape:connector-curvature="0" /><path
           style="fill:none;stroke:#000000;stroke-width:0.63534137;stroke-miterlimit:2.02116466;stroke-dasharray:none;stroke-opacity:1"
           d="m 842.5,179.62 c -1.012,-0.186 -2.133,0.08 -3.021,0.576 0.994,0.188 2.168,-0.03 3.021,-0.576"
           id="path5150"
           inkscape:connector-curvature="0" /><path
           style="fill:none;stroke:#000000;stroke-width:0.63534137;stroke-miterlimit:2.02116466;stroke-dasharray:none;stroke-opacity:1"
           d="m 816.37,205.76 c 0.444,-0.149 0.589,-0.153 0.57,-0.72 -0.191,0.241 -0.38,0.48 -0.57,0.72"
           id="path5104"
           inkscape:connector-curvature="0" /><path
           style="fill:none;stroke:#000000;stroke-width:0.63534137;stroke-miterlimit:2.02116466;stroke-dasharray:none;stroke-opacity:1"
           d="m 808.3,216.49 c 1.704,-0.474 3.262,-1.278 4.47,-2.592 -0.767,0.647 -4.747,1.542 -4.47,2.592"
           id="path5078"
           inkscape:connector-curvature="0" /><path
           style="fill:none;stroke:#000000;stroke-width:0.63534137;stroke-miterlimit:2.02116466;stroke-dasharray:none;stroke-opacity:1"
           d="m 852.94,43.76 c 0.754,0.119 2.013,-0.266 2.688,0.105 0.844,0.464 0.04,0.832 1.392,0.888 0.911,0.04 2.969,-0.77 3.329,-1.702 0.209,-0.542 -2.113,-0.719 -2.373,-0.743 -1.814,-0.171 -3.642,0.195 -5.036,1.452"
           id="path5172"
           inkscape:connector-curvature="0" /><path
           style="fill:none;stroke:#000000;stroke-width:0.63534137;stroke-miterlimit:2.02116466;stroke-dasharray:none;stroke-opacity:1"
           d="m 865.76,53.77 c -0.37,-0.02 -0.706,0.07 -1.01,0.288 0.212,0.189 0.453,0.333 0.72,0.432 0.1,-0.241 0.193,-0.48 0.29,-0.72"
           id="path5194"
           inkscape:connector-curvature="0" /><path
           style="fill:none;stroke:#000000;stroke-width:0.63534137;stroke-miterlimit:2.02116466;stroke-dasharray:none;stroke-opacity:1"
           d="m 870.51,43.11 c 0.47,0.268 0.973,0.436 1.51,0.505 -0.788,0.09 -1.583,0.05 -2.37,0.144 1.611,-0.125 -0.01,0.613 0.909,1.134 0.611,0.344 1.435,0.355 2.115,0.374 2.293,0.06 4.708,-0.23 6.906,-0.86 -2.531,2.558 -6.744,0.194 -9.64,1.873 0.399,0.53 1.038,0.768 1.65,0.432 -0.226,0.231 -0.443,0.472 -0.65,0.72 1.849,0.583 5.323,-0.295 7.2,-0.647 -0.79,0.245 -1.64,0.296 -2.37,0.72 1.788,0.519 3.824,-0.291 5.47,-0.937 -1.051,0.497 -1.063,0.645 -0.03,0.444 0.782,-0.06 0.953,-0.658 1.543,-0.731 0.511,-0.06 0.849,0.437 1.576,0.333 0.77,-0.11 1.535,-0.218 2.313,-0.118 -0.716,0.168 -1.464,0.175 -2.16,0.433 2.132,0.202 4.283,0.175 6.41,-0.07 -2.517,0.879 -5.289,-0.26 -7.78,0.72 1.619,0.72 3.369,0.09 5.053,0.235 1.839,0.155 3.708,0.06 5.537,-0.163 -1.622,0.522 -3.365,0.361 -5.04,0.432 -1.803,0.08 -3.607,0.401 -5.415,0.235 -3.495,-0.319 -6.929,0.234 -10.355,0.989 0.731,1.326 2.542,0.881 3.74,1.296 -1.033,0.474 -2.17,-0.09 -3.24,0.07 1.322,0.926 1.493,1.138 3.166,0.912 1.8,-0.243 3.598,0.447 5.405,0.384 -2.318,0.562 -4.764,-0.188 -7.061,0.504 0.732,1.243 3.538,1.7 4.76,1.872 1.103,0.154 2.194,0.38 3.311,0.423 0.674,0.03 4.208,-0.899 2.159,-1.071 1.579,-0.585 2.905,0.02 4.24,0.864 0.609,-0.912 -0.405,-2.776 1.16,-2.88 -0.628,3.271 3.039,2.897 4.68,1.656 0.483,-0.365 0.984,-1.786 1.778,-1.458 1.366,0.564 2.162,0.737 3.552,0.02 -0.271,-0.187 -0.537,-0.379 -0.8,-0.576 1.538,-1.447 3.372,-2.136 5.4,-2.592 -1.217,0.69 -2.914,0.924 -3.6,2.305 1.868,1.669 5.787,-2.163 7.727,-1.701 1.234,0.294 3.478,-0.823 4.861,-0.912 2.122,-0.137 4.275,-0.382 6.352,-0.844 -1.122,-2.58 -1.758,-1.823 -3.89,-1.08 0.258,-0.222 0.498,-0.462 0.72,-0.72 -2.088,-1.763 -4.695,0.808 -6.98,0.216 1.713,-0.99 3.738,-1.277 5.4,-2.375 -1.029,0.188 -2.05,0.447 -3.1,0.504 1.017,-0.183 1.982,-0.638 3.03,-0.648 -0.491,-1.184 -2.2,-0.841 -3.17,-0.72 0.324,-0.302 3.924,-0.856 2.9,-1.896 -0.937,-0.952 -3.842,-0.302 -4.701,0.455 0.262,0.194 0.525,0.386 0.79,0.576 -1.317,0.628 -2.715,0.813 -3.74,-0.432 0.288,-0.05 2.863,-0.576 0.93,-0.576 2.34,-0.461 -2.374,-0.714 -2.45,-0.792 -0.555,-0.567 -2.458,-0.353 -3.16,-0.215 1.6,-0.312 0.455,-0.558 0,-1.203 -0.441,-0.613 -0.835,-1.428 -1.651,-1.605 2.022,-0.403 -2.458,-1.5 -3.2,-1.548 -1.834,-0.119 -4.764,-0.464 -6.45,0.324 1.271,1.242 3.332,0.07 4.83,0.647 -1.814,1.044 -4.307,0.613 -6.27,0.36 0.473,0.247 0.976,0.367 1.51,0.36 -0.775,-0.09 -1.506,0.188 -2.26,0.297 -0.828,0.118 -1.354,-0.286 -2.136,-0.376 -0.711,-0.08 -4.467,0.613 -2.803,0.942 -0.497,0.117 -1,0.189 -1.51,0.217 0.718,0.375 1.529,0.316 2.3,0.216 -2.202,0.13 2.359,0.394 2.74,0.504 -0.779,0.2 -1.585,0.144 -2.38,0.144 0.668,0.611 1.562,0.541 2.38,0.721 -1.899,0.229 -3.776,-0.372 -5.674,-0.198 -1.651,0.151 -3.727,0.708 -5.335,0.63 0.553,0.06 1.056,0.254 1.51,0.576 -1.808,0.286 -3.656,0.216 -5.479,0.216 0.96,0.07 0.96,0.194 0,0.36 1.822,0.242 3.64,0.579 5.479,0.287 -0.474,0.111 -0.954,0.184 -1.439,0.217 1.382,1.174 4.791,-0.03 6.479,0.07 -1.062,0.266 -2.167,0.236 -3.24,0.432 0.213,0.22 0.43,0.436 0.65,0.647 -3.289,0.333 -7.013,-1.494 -10.16,-0.72 1.658,0.495 0.199,0.524 -0.43,0.717"
           id="path5200"
           inkscape:connector-curvature="0" /><path
           style="fill:none;stroke:#000000;stroke-width:0.63534137;stroke-miterlimit:2.02116466;stroke-dasharray:none;stroke-opacity:1"
           d="m 883.47,39.22 c -1.553,-0.202 -3.264,-0.188 -4.82,0 0.89,0.343 4.545,0.713 4.82,0"
           id="path5218"
           inkscape:connector-curvature="0" /><path
           style="fill:none;stroke:#000000;stroke-width:0.63534137;stroke-miterlimit:2.02116466;stroke-dasharray:none;stroke-opacity:1"
           d="m 898.66,52.69 c -0.963,0 -2.385,0.559 -3.02,1.296 1.114,-0.158 2.047,-0.783 3.02,-1.296"
           id="path5242"
           inkscape:connector-curvature="0" /><path
           style="fill:none;stroke:#000000;stroke-width:0.63534137;stroke-miterlimit:2.02116466;stroke-dasharray:none;stroke-opacity:1"
           d="m 913.86,48.87 c -1.338,0.271 -2.607,0.85 -3.97,1.008 2.017,0.331 5.414,0.344 7.13,-0.937 -1.049,-0.122 -2.106,-0.07 -3.16,-0.07"
           id="path5262"
           inkscape:connector-curvature="0" /><path
           style="fill:none;stroke:#000000;stroke-width:0.63534137;stroke-miterlimit:2.02116466;stroke-dasharray:none;stroke-opacity:1"
           d="m 790.45,53.48 c 1.279,0.304 3.017,0.247 4.171,-0.431 2.457,-1.442 -2.627,-2.332 -3.741,-2.233 -2.494,0.221 -4.89,1.023 -7.383,1.267 -2.88,0.281 -5.843,0.2 -8.607,1.182 0.864,0.776 2.354,0.261 3.336,0.09 1.574,-0.281 2.904,0.478 4.444,0.49 1.296,0.01 2.343,-1.103 3.633,-0.328 1.188,0.713 2.887,0.115 4.147,-0.03"
           id="path5032"
           inkscape:connector-curvature="0" /><path
           style="fill:none;stroke:#000000;stroke-width:0.63534137;stroke-miterlimit:2.02116466;stroke-dasharray:none;stroke-opacity:1"
           d="m 656.96,92.29 c -1.29,0.58 -2.573,1.614 -4.022,1.746 -1.662,0.152 -2.648,1.916 -4.331,1.998 1.534,0.25 3.084,-0.32 4.608,0.07 -1.984,0.31 0.698,0.983 1.188,1.142 0.725,0.235 1.898,0.701 1.695,1.688 -0.188,0.913 -2.015,2.829 -0.178,3.223 2.692,0.576 6.629,-1.272 9.092,-2.167 1.688,-0.614 4.049,0 5.892,-0.28 2.192,-0.342 3.805,-1.053 5.517,-2.438 3.875,-3.134 8.619,-2.946 12.865,-5.2 2.093,-1.111 4.568,-0.949 6.707,-1.922 2.064,-0.939 4.414,-1.143 6.623,-1.531 2.583,-0.455 5.132,-1.083 7.711,-1.556 2.029,-0.372 4.213,-0.432 6.172,-1.102 0.406,-0.139 2.662,-0.824 2.396,-1.511 -0.17,-0.438 -1.229,-0.644 -1.576,-1.013 -0.584,-0.62 -0.938,-1.413 -1.507,-2.045 -1.402,-1.557 -4.131,-1.548 -6.041,-1.354 -2.37,0.239 -4.456,1.636 -6.733,1.811 0.665,-0.469 1.654,-0.552 1.944,-1.44 -1.566,0.06 -3.505,0.09 -4.68,1.297 0.478,-1 1.896,-1.109 2.808,-1.44 -2.351,0.168 -3.696,-0.922 -5.746,-1.774 -2.646,-1.1 -6.367,0.227 -9.146,0.271 -2.993,0.05 -6.389,-0.08 -9.318,0.586 -1.182,0.268 -4.645,3.252 -2.214,4.158 -3.776,2.185 -8.852,2.136 -12.312,4.968 1.741,-0.114 0.08,1 -0.57,1.053 -0.778,0.06 -1.643,-0.156 -2.401,0.08 -0.695,0.215 -0.871,1.328 -1.563,1.742 -0.874,0.521 -1.908,0.684 -2.88,0.94"
           id="path4926"
           inkscape:connector-curvature="0" /><path
           style="fill:none;stroke:#000000;stroke-width:0.63534137;stroke-miterlimit:2.02116466;stroke-dasharray:none;stroke-opacity:1"
           d="m 716.28,69.46 c 0.686,-0.121 3.807,-0.357 4,-1.179 0.16,-0.681 2.463,-2.069 3.2,-2.062 -0.119,0.562 -0.359,1.065 -0.72,1.512 1.035,0.07 2.024,-0.208 2.838,-0.858 0.917,-0.733 2.26,-0.373 3.21,-1.085 -0.262,-0.171 -0.526,-0.339 -0.792,-0.504 1.564,-0.769 3.16,-0.08 4.681,-1.167 1.266,-0.902 2.399,-0.326 3.672,-0.993 -1.103,1.34 -3.083,2.064 -4.681,2.592 3.134,2.26 5.373,-0.907 8.519,-1.028 1.233,-0.05 2.486,0 3.702,-0.246 0.773,-0.156 3.044,-1.201 1.315,-1.821 0.951,-0.596 2.146,0.04 3.168,-0.217 -0.538,-0.241 -0.958,-0.712 -1.08,-1.296 2.063,-0.64 4.308,-0.372 6.336,-1.151 -0.651,-2.781 -5.034,-0.86 -6.552,-1.08 0.272,0.154 0.537,0.322 0.792,0.504 -0.511,0.482 -3.228,0.617 -3.92,0.525 -1.788,-0.239 -3.482,-0.384 -5.293,-0.286 -4.368,0.235 -8.174,2.12 -12.428,2.834 -3.687,0.619 -7.171,1.808 -10.764,2.799 -1.926,0.531 -3.901,0.265 -5.855,0.549 -2.215,0.322 -4.242,1.46 -6.379,2.075 1.073,-0.101 2.094,-0.481 3.168,-0.576 -0.961,0.281 -0.961,0.377 0,0.288 -0.765,0.378 -1.576,0.645 -2.376,0.936 1.541,1.123 3.836,-0.569 5.544,-0.216 1.097,0.228 1.73,0.635 3.024,0.145 1.051,-0.399 1.774,-1.456 3.024,-1.152 -0.248,0.207 -0.488,0.423 -0.72,0.648 0.239,0.146 0.479,0.29 0.72,0.432 -0.493,0.307 -0.997,0.594 -1.512,0.863 0.734,0.368 1.475,-0.303 2.159,0.215"
           id="path4960"
           inkscape:connector-curvature="0" /><path
           style="fill:none;stroke:#000000;stroke-width:0.63534137;stroke-miterlimit:2.02116466;stroke-dasharray:none;stroke-opacity:1"
           d="m 704.12,68.02 c -0.216,0.1 -0.432,0.192 -0.648,0.288 0.495,-0.02 0.975,-0.116 1.44,-0.288 -0.265,0 -0.528,0 -0.792,0"
           id="path4962"
           inkscape:connector-curvature="0" /><path
           style="fill:none;stroke:#000000;stroke-width:0.63534137;stroke-miterlimit:2.02116466;stroke-dasharray:none;stroke-opacity:1"
           d="m 703.68,68.96 c 0.236,0.06 0.476,0.06 0.72,0 -0.24,0 -0.479,0 -0.72,0"
           id="path4964"
           inkscape:connector-curvature="0" /><path
           style="fill:none;stroke:#000000;stroke-width:0.63534137;stroke-miterlimit:2.02116466;stroke-dasharray:none;stroke-opacity:1"
           d="m 712.54,68.96 c -0.938,-0.29 -2.432,0.725 -3.096,1.296 1.082,-0.283 2.214,-0.565 3.096,-1.296"
           id="path4990"
           inkscape:connector-curvature="0" /><path
           style="fill:none;stroke:#000000;stroke-width:0.63534137;stroke-miterlimit:2.02116466;stroke-dasharray:none;stroke-opacity:1"
           d="m 730.97,67.66 c -2.42,-0.109 -4.801,0.936 -7.155,1.359 -2.037,0.366 -4.897,0.646 -6.453,2.169 1.518,0.02 2.604,0.599 4.157,0.186 1.259,-0.335 2.481,-0.789 3.742,-1.123 1.821,-0.482 4.53,-0.943 5.709,-2.591"
           id="path4994"
           inkscape:connector-curvature="0" /><path
           style="fill:none;stroke:#000000;stroke-width:0.63534137;stroke-miterlimit:2.02116466;stroke-dasharray:none;stroke-opacity:1"
           d="m 728.74,74.36 c 0.24,-0.05 0.48,-0.1 0.72,-0.144 -0.452,0.232 -0.932,0.353 -1.44,0.359 0.706,0.393 3.003,1.188 3.348,-0.08 0.132,-0.486 1.958,-0.211 2.557,-0.5 -0.283,0.193 -0.546,0.409 -0.792,0.647 0.652,0.892 2.534,0.458 3.386,0.233 0.557,-0.147 3.73,-1.86 1.726,-1.601 0.588,-0.498 0.748,-0.187 1.257,0.1 0.713,0.4 1.923,-0.498 2.559,-0.748 0.561,-0.221 0.438,-1.129 1.148,-0.445 0.651,0.627 1.931,0.03 2.74,0.09 -0.954,0.142 -1.903,0.333 -2.822,0.63 -0.516,0.166 -2.802,0.536 -1.066,0.883 -0.545,0.152 -1.097,0.271 -1.656,0.359 1.005,1.027 2.705,0.331 3.908,0.211 1.269,-0.127 3.587,-1.443 4.732,-0.859 -0.264,0.168 -0.528,0.337 -0.792,0.505 2.785,1.181 5.601,-1.142 8.424,-0.648 -3.601,1.721 -7.57,1.525 -11.448,1.8 -2.021,0.144 -3.929,1.008 -5.968,1.008 -1.915,0 -3.809,0.517 -5.624,1.08 2.256,4.343 12.157,1.085 15.525,0.641 3.083,-0.408 5.713,-1.69 8.883,-1.792 2.78,-0.09 5.791,-1.792 8.493,-1.44 -1.788,0.86 0.947,0.759 1.573,0.803 1.302,0.09 2.705,-0.06 3.687,-1.019 -0.218,0.22 -0.411,0.46 -0.58,0.72 1.938,1.419 5.678,0.02 7.83,-0.317 2.603,-0.405 5.091,-1.654 7.375,-2.932 0.667,-0.374 4.062,-2 3.673,-3.082 -0.3,-0.834 -2.798,-0.792 -3.471,-0.763 -0.723,0.03 -4.976,1.29 -2.876,1.623 -0.816,-0.02 -1.575,0.339 -2.23,0.792 0.122,-0.561 0.506,-1.031 1.01,-1.296 -1.858,-0.434 -3.61,0.25 -5.4,0.647 0.768,-0.835 1.991,-0.942 3.02,-1.224 -0.768,-0.921 -2.226,-0.504 -3.24,-0.504 1,-0.719 2,-0.694 3.054,-1.172 0.789,-0.358 1.098,-1.303 -0.104,-1.204 0.693,-0.317 2.826,-1.604 2.74,-2.52 -3.167,-0.745 -6.281,1.401 -9.29,2.088 -1.075,0.245 -2.53,-0.1 -3.38,0.791 0.428,1.241 2.163,0.844 3.02,1.584 -0.948,0.333 -1.87,0.735 -2.833,1.024 -0.877,0.263 -1.931,-0.03 -2.707,0.56 1.327,0.219 2.759,0.259 3.81,1.225 -1.319,1.681 -3.55,1.168 -5.384,1.036 -2.622,-0.189 -5.196,0.181 -7.789,0.04 -0.121,-0.785 1.027,-2.077 1.512,-1.944 -1.258,-0.158 -2.651,-0.286 -3.888,0.07 0.976,-0.564 2.11,-0.406 3.168,-0.647 -2.284,-2.666 -5.31,-2.286 -8.712,-1.873 0.222,-0.554 0.675,-0.996 1.224,-1.224 -0.981,-2.343 -8.508,-0.507 -10.008,0.576 1.117,0.824 3.493,0.944 4.824,0.792 -1.861,0.544 -4.04,0.102 -5.922,-0.112 -2.701,-0.306 -4.135,1.006 -6.534,1.696 1.047,0.737 2.524,0.467 3.699,0.316 1.861,-0.239 3.727,0 5.589,-0.171 -2.125,1.02 -4.713,0.439 -6.976,0.629 -2.721,0.228 -5.408,0.371 -8,1.314 1.289,0.661 3.099,0.573 4.493,0.425 2.39,-0.252 4.958,-0.538 7.315,-1 -5.72,1.56 -11.658,1.015 -17.28,2.881 1.435,1.66 4.387,0.824 6.192,0.432 -0.27,0.185 -0.533,0.377 -0.792,0.576 0.262,0.02 0.525,0.05 0.79,0.07"
           id="path4996"
           inkscape:connector-curvature="0" /><path
           style="fill:none;stroke:#000000;stroke-width:0.63534137;stroke-miterlimit:2.02116466;stroke-dasharray:none;stroke-opacity:1"
           d="m 754.66,63.85 c 1.374,-0.142 2.763,-0.04 3.96,-0.864 -1.725,-1.161 -5.487,-0.6 -7.128,0.504 1.057,0.1 2.13,0.108 3.168,0.36"
           id="path5002"
           inkscape:connector-curvature="0" /><path
           style="fill:none;stroke:#000000;stroke-width:0.63534137;stroke-miterlimit:2.02116466;stroke-dasharray:none;stroke-opacity:1"
           d="m 759.27,69.24 c -0.443,-0.106 -1.095,0.09 -1.512,0.217 0.511,-0.03 1.015,-0.1 1.512,-0.217"
           id="path5006"
           inkscape:connector-curvature="0" /><path
           style="fill:none;stroke:#000000;stroke-width:0.63534137;stroke-miterlimit:2.02116466;stroke-dasharray:none;stroke-opacity:1"
           d="m 786.56,56 c 1.085,-0.07 2.173,-0.271 3.17,-0.72 -1.213,-0.987 -3.258,-0.534 -4.667,-0.404 -2.129,0.197 -4.287,0.364 -6.422,0.482 -1.63,0.09 -11.666,-0.135 -11.056,3.316 0.02,0.125 2.231,1.12 2.516,1.169 1.224,0.21 2.556,-0.201 3.758,-0.396 3.31,-0.539 7.393,0.424 10.112,-2.079 -0.682,-0.624 -1.572,-0.339 -2.38,-0.36 0.871,-1.489 3.581,-0.78 4.969,-1.008"
           id="path5024"
           inkscape:connector-curvature="0" /><path
           style="fill:none;stroke:#000000;stroke-width:0.63534137;stroke-miterlimit:2.02116466;stroke-dasharray:none;stroke-opacity:1"
           d="m 791.89,74.57 c 0.908,-0.228 3.279,-1.901 1.143,-2.311 -2.166,-0.415 -3.77,1.208 -5.753,1.663 0.55,1.77 3.372,0.826 4.61,0.648"
           id="path5044"
           inkscape:connector-curvature="0" /><path
           style="fill:none;stroke:#000000;stroke-width:0.63534137;stroke-miterlimit:2.02116466;stroke-dasharray:none;stroke-opacity:1"
           d="m 797.65,67.88 c 2.492,0.297 9.25,1.713 10.58,-1.368 -1.675,-0.479 -3.497,0.01 -5.18,0.18 -1.798,0.18 -3.94,-0.125 -5.4,1.188"
           id="path5056"
           inkscape:connector-curvature="0" /><path
           style="fill:none;stroke:#000000;stroke-width:0.63534137;stroke-miterlimit:2.02116466;stroke-dasharray:none;stroke-opacity:1"
           d="m 807.94,67.95 c -1.467,-0.495 -3.132,0.09 -4.6,0.287 -1.522,0.203 -3.333,-0.02 -4.68,0.864 2.77,0 6.922,0.667 9.28,-1.151"
           id="path5058"
           inkscape:connector-curvature="0" /><path
           style="fill:none;stroke:#000000;stroke-width:0.63534137;stroke-miterlimit:2.02116466;stroke-dasharray:none;stroke-opacity:1"
           d="m 801.25,69.24 c -0.799,-0.121 -1.579,0.02 -2.38,0 0.72,0.467 1.613,0.157 2.38,0"
           id="path5060"
           inkscape:connector-curvature="0" /><path
           style="fill:none;stroke:#000000;stroke-width:0.63534137;stroke-miterlimit:2.02116466;stroke-dasharray:none;stroke-opacity:1"
           d="m 799.88,66.29 c 2.659,0 5.418,0.337 7.92,-0.792 -0.699,-0.521 -2.854,-1.133 -3.67,-0.937 2.105,-0.637 -1.942,-0.29 -2.555,-0.102 -1.19,0.366 -0.726,1.39 -1.695,1.831"
           id="path5062"
           inkscape:connector-curvature="0" /><path
           style="fill:none;stroke:#000000;stroke-width:0.63534137;stroke-miterlimit:2.02116466;stroke-dasharray:none;stroke-opacity:1"
           d="m 808.59,68.81 c -2.032,-1.641 -6.502,0.489 -8.57,1.225 2.93,0.36 5.741,-0.641 8.57,-1.225"
           id="path5064"
           inkscape:connector-curvature="0" /><path
           style="fill:none;stroke:#000000;stroke-width:0.63534137;stroke-miterlimit:2.02116466;stroke-dasharray:none;stroke-opacity:1"
           d="m 804.77,61.18 c 0.935,-0.212 2.48,0.04 3.132,-0.866 0.606,-0.84 -0.695,-1.176 -1.252,-1.006 2.185,-0.884 -0.278,-2.515 -1.61,-2.407 -0.588,0.05 -1.563,1.357 -1.61,1.861 -0.04,0.463 -0.715,1.083 -0.426,1.522 0.354,0.535 1.273,0.533 1.766,0.896"
           id="path5068"
           inkscape:connector-curvature="0" /><path
           style="fill:none;stroke:#000000;stroke-width:0.63534137;stroke-miterlimit:2.02116466;stroke-dasharray:none;stroke-opacity:1"
           d="m 808.88,60.82 c -0.639,-0.121 -1.284,0.113 -1.73,0.576 0.642,0 1.219,-0.186 1.73,-0.576"
           id="path5076"
           inkscape:connector-curvature="0" /><path
           style="fill:none;stroke:#000000;stroke-width:0.63534137;stroke-miterlimit:2.02116466;stroke-dasharray:none;stroke-opacity:1"
           d="m 816.22,52.4 c -0.594,2.85 8.992,0.577 10.37,0.792 -2.203,0.393 2.553,0.61 3.1,0.648 1.015,0.07 3.259,-0.03 3.74,1.151 -1.07,0.164 -1.043,0.795 -0.217,1.297 1.175,0.714 2.737,0.522 4.04,0.413 1.238,-0.104 2.593,-0.205 3.662,-0.912 0.845,-0.56 1.098,-2.389 -0.424,-2.094 0.665,-1.033 1.959,-1.303 3.02,-1.728 -0.47,-0.372 -0.997,-0.492 -1.58,-0.36 0.884,-0.226 1.263,-0.775 0.211,-1.088 -1.259,-0.375 -2.629,0.518 -3.812,-0.06 0.446,-0.36 0.949,-0.601 1.51,-0.721 -1.059,-0.192 -1.971,-0.884 -3.066,-0.899 -1.651,-0.02 -3.464,0.653 -5.004,1.188 0.535,-0.82 1.528,-0.699 1.264,-1.822 -0.312,-1.328 -2.629,-0.99 -3.679,-1.062 -3.25,-0.22 -7.047,-0.285 -9.965,1.372 0.891,0.903 2.023,0.301 3.1,0.504 -0.867,0.798 -2.068,0.901 -3.1,1.368 2.137,0.416 3.985,-1.429 6.12,-1.008 -0.486,0.836 -1.441,0.944 -2.3,1.08 0.538,0.622 2.774,0.302 3.45,0.07 -1.153,0.903 -2.563,0.604 -3.89,0.937 0.756,0.193 1.539,0.144 2.31,0.144 -0.962,1.043 -2.466,0.765 -3.699,0.553 -1.734,-0.3 -3.479,-0.351 -5.161,0.239"
           id="path5100"
           inkscape:connector-curvature="0" /><path
           style="fill:none;stroke:#000000;stroke-width:0.63534137;stroke-miterlimit:2.02116466;stroke-dasharray:none;stroke-opacity:1"
           d="m 823.86,63.7 c 0.173,-0.297 -3.173,-0.02 -3.475,0.03 -1.313,0.238 -3.007,0.141 -4.094,1.046 2.566,0.09 5.061,-0.668 7.569,-1.08"
           id="path5102"
           inkscape:connector-curvature="0" /><path
           style="fill:none;stroke:#000000;stroke-width:0.63534137;stroke-miterlimit:2.02116466;stroke-dasharray:none;stroke-opacity:1"
           d="m 827.31,56.21 c -1.2,-0.154 -4.668,-0.742 -5.04,1.008 2.133,0.788 4.729,0.345 6.91,0 -0.21,-0.909 -1.141,-0.88 -1.87,-1.008"
           id="path5122"
           inkscape:connector-curvature="0" /><path
           style="fill:none;stroke:#000000;stroke-width:0.63534137;stroke-miterlimit:2.02116466;stroke-dasharray:none;stroke-opacity:1"
           d="m 825.37,63.7 c 0.868,-0.04 1.763,0.609 2.59,0.07 -0.756,-0.315 -1.827,-0.43 -2.59,-0.07"
           id="path5124"
           inkscape:connector-curvature="0" /><path
           style="fill:none;stroke:#000000;stroke-width:0.63534137;stroke-miterlimit:2.02116466;stroke-dasharray:none;stroke-opacity:1"
           d="m 841.78,61.69 c -0.495,0.02 -0.975,0.116 -1.44,0.288 0.192,0.07 1.773,0.372 1.44,-0.288"
           id="path5152"
           inkscape:connector-curvature="0" /><path
           style="fill:none;stroke:#000000;stroke-width:0.63534137;stroke-miterlimit:2.02116466;stroke-dasharray:none;stroke-opacity:1"
           d="m 846.97,68.6 c -0.938,-0.06 -2.421,-0.118 -2.88,0.937 1.157,1.536 2.25,-0.08 2.88,-0.937"
           id="path5164"
           inkscape:connector-curvature="0" /><path
           style="fill:none;stroke:#000000;stroke-width:0.63534137;stroke-miterlimit:2.02116466;stroke-dasharray:none;stroke-opacity:1"
           d="m 846.39,67.52 c -0.567,0.08 -1.094,0.27 -1.58,0.576 0.605,0.03 1.132,-0.167 1.58,-0.576"
           id="path5166"
           inkscape:connector-curvature="0" /><path
           style="fill:none;stroke:#000000;stroke-width:0.63534137;stroke-miterlimit:2.02116466;stroke-dasharray:none;stroke-opacity:1"
           d="m 849.99,56.86 c 0.764,-0.137 1.508,-0.44 2.3,-0.36 -2.246,-0.05 0.46,-0.258 0.768,-0.28 1.163,-0.08 2.33,-0.06 3.494,-0.09 1.976,-0.04 4.078,-0.175 5.818,-1.216 -0.242,-0.545 -0.735,-0.932 -1.36,-0.792 1.247,-0.39 2.572,-0.436 3.81,-0.864 -1.504,-1.554 -3.563,-0.343 -5.33,-1.08 1.861,-0.473 -1.911,-1.263 -2.507,-1.445 -0.975,-0.297 -1.96,-0.361 -2.966,-0.314 -0.649,0.03 -4.659,0.299 -3.157,1.688 -0.775,0.125 -1.623,-0.171 -2.31,0.36 0.265,0.165 0.529,0.333 0.79,0.504 -1.653,0.84 1.057,0.626 -0.72,1.08 1.325,0.103 2.678,0.105 3.96,0.504 -1.138,1.285 -3.227,-0.05 -4.61,0.648 0.76,0.232 1.437,0.695 2.24,0.792 -0.881,0.153 -0.954,0.441 -0.22,0.863"
           id="path5168"
           inkscape:connector-curvature="0" /><path
           style="fill:none;stroke:#000000;stroke-width:0.63534137;stroke-miterlimit:2.02116466;stroke-dasharray:none;stroke-opacity:1"
           d="m 810.82,75.15 c 1.617,-0.06 3.054,-0.264 4.54,-0.936 -1.927,0.816 0.796,0.789 1.375,0.525 0.525,-0.24 1.373,0.295 1.94,0.248 0.766,-0.06 1.881,-0.276 2.631,-0.16 0.397,0.06 0.992,-1.03 1.393,-1.262 -0.07,1.079 1.182,0.733 1.8,0.576 -0.08,-0.578 -0.514,-0.982 -1.08,-1.08 0.678,-0.449 1.45,-0.92 2.31,-0.792 -2.109,-0.231 1.174,-0.662 1.51,-1.008 0.162,1.496 2,-0.287 2.52,-0.576 -0.526,-0.181 -1.056,-0.349 -1.59,-0.504 0.739,-0.39 1.701,-0.415 2.325,-1.011 0.434,-0.414 0.772,-0.764 1.327,-1.015 0.402,-0.182 1.014,-0.366 1.318,-0.709 0.581,-0.654 0.205,-1.519 1.3,-1.729 -0.445,-0.761 -1.268,-0.975 -2.09,-1.008 1.802,-0.184 -0.998,-0.826 -1.65,-0.721 0.489,0.202 0.992,0.25 1.51,0.145 -0.667,0.346 -2.79,-0.03 -3.131,0.542 -0.455,0.77 -1.13,0.601 -1.839,1.114 0.617,-0.686 0.494,-0.937 -0.368,-0.752 -0.808,-0.167 -1.543,-0.609 -2.372,-0.688 -1.312,-0.125 -2.565,0.122 -3.853,0.32 -0.412,0.06 -2.337,0.296 -1.828,1.12 0.468,0.759 2.306,0.08 3.021,0.576 -0.733,0.38 -1.878,0.288 -2.67,0.216 0.684,0.791 2.431,0.88 3.39,0.864 -1.116,0.546 -2.67,-0.612 -3.24,0.936 0.49,0.372 1.149,0.438 1.73,0.288 -1.06,0.312 -2.138,0.436 -3.24,0.36 0.893,-1.194 -1.705,-0.982 0.21,-1.369 -0.503,0.04 -1.007,0.09 -1.51,0.145 0.565,-0.767 0.133,-0.952 -0.57,-0.936 1.016,-0.913 -0.259,-1.276 -1.056,-1.36 -1.708,-0.178 -3.149,0.421 -4.564,1.36 1.317,0.168 2.646,0.05 3.96,-0.07 -0.227,0.07 -4.502,0.678 -3.806,1.452 0.282,0.313 1.232,0.195 1.576,0.204 -0.507,0.13 -1.01,0.274 -1.51,0.432 0.187,0.923 1.191,1.056 1.939,0.792 -2.383,0.879 -4.401,-1.127 -6.99,0 1.759,0.346 -0.95,0.587 -1.473,0.645 -0.752,0.08 -2.575,0.151 -2.487,1.299 3.117,0.219 6.248,-0.237 9.341,-0.56 3.67,-0.382 7.378,-0.27 11.039,-0.737 -1.013,0.369 -2.117,0.237 -3.17,0.289 -0.559,0.03 -4.49,0.828 -2.52,0.791 -0.84,0.07 -1.68,0.14 -2.52,0.217 0.455,0.05 0.912,0.08 1.37,0.07 -0.593,0.128 -1.193,0.2 -1.8,0.216 1.984,-0.08 -1.743,0.236 -2.3,0.217 2,0.439 -0.331,0.533 -0.72,0.504 0.492,0.385 1.042,0.504 1.649,0.359 -2.138,0.375 0.703,0.433 1.01,0.433 -0.851,0.183 -2.434,-0.36 -3.082,0.413 -0.521,0.626 0.478,1.284 0.995,1.316"
           id="path5066"
           inkscape:connector-curvature="0" /><path
           style="fill:none;stroke:#000000;stroke-width:0.63534137;stroke-miterlimit:2.02116466;stroke-dasharray:none;stroke-opacity:1"
           d="m 816.01,81.2 c -1.638,-0.479 -3.221,0.432 -4.853,0.432 -1.821,0 -3.573,0.561 -5.377,0.72 0.429,0.388 0.932,0.58 1.51,0.576 -2.093,0.06 0.325,0.237 0.725,0.251 0.9,0.03 1.803,-0.02 2.697,-0.129 1.731,-0.208 3.997,-0.558 5.298,-1.85"
           id="path5072"
           inkscape:connector-curvature="0" /><path
           style="fill:none;stroke:#000000;stroke-width:0.63534137;stroke-miterlimit:2.02116466;stroke-dasharray:none;stroke-opacity:1"
           d="m 813.77,71.26 c 0.267,-0.12 0.533,-0.24 0.8,-0.36 -1.342,0.157 -2.704,0.141 -4.029,0.433 1.08,0.04 2.15,-0.244 3.229,-0.07"
           id="path5084"
           inkscape:connector-curvature="0" /><path
           style="fill:none;stroke:#000000;stroke-width:0.63534137;stroke-miterlimit:2.02116466;stroke-dasharray:none;stroke-opacity:1"
           d="m 812.98,79.54 c -0.535,-0.07 -1.038,0.02 -1.51,0.287 0.535,0.07 1.039,-0.03 1.51,-0.287"
           id="path5088"
           inkscape:connector-curvature="0" /><path
           style="fill:none;stroke:#000000;stroke-width:0.63534137;stroke-miterlimit:2.02116466;stroke-dasharray:none;stroke-opacity:1"
           d="m 821.55,77.6 c -1.12,0.06 -2.145,0.529 -3.1,1.08 1.031,0.09 2.454,-0.181 3.1,-1.08"
           id="path5110"
           inkscape:connector-curvature="0" /><path
           style="fill:none;stroke:#000000;stroke-width:0.63534137;stroke-miterlimit:2.02116466;stroke-dasharray:none;stroke-opacity:1"
           d="m 842.29,70.83 c -2.878,0.221 -5.601,0.99 -8.351,1.513 0.503,0.05 1.006,0.1 1.51,0.144 -0.756,0.229 -1.533,0.37 -2.31,0.504 1.786,0.182 -0.862,0.442 -1.304,0.54 -1.111,0.246 -2.335,0.557 -3.156,1.404 0.757,0 1.45,0.708 2.16,0.07 -1.04,0.979 2.034,1.628 2.513,1.747 2.233,0.554 4.172,0.836 6.502,0.728 4.158,-0.192 8.997,-6.055 2.436,-6.652"
           id="path5132"
           inkscape:connector-curvature="0" /><path
           style="fill:none;stroke:#000000;stroke-width:0.63534137;stroke-miterlimit:2.02116466;stroke-dasharray:none;stroke-opacity:1"
           d="m 830.7,77.45 c -0.575,0.06 -1.082,0.271 -1.52,0.647 0.747,0.224 1.523,0.437 2.31,0.288 0.07,-0.567 -0.221,-0.907 -0.79,-0.935"
           id="path5134"
           inkscape:connector-curvature="0" /><path
           style="fill:none;stroke:#000000;stroke-width:0.63534137;stroke-miterlimit:2.02116466;stroke-dasharray:none;stroke-opacity:1"
           d="m 836.17,71.05 c -1.126,-0.202 -6.502,-0.278 -6.271,1.656 1.127,-0.232 2.458,-1.354 3.605,-1.225 0.82,0.09 2.384,0.855 2.666,-0.431"
           id="path5138"
           inkscape:connector-curvature="0" /><path
           style="fill:none;stroke:#000000;stroke-width:0.63534137;stroke-miterlimit:2.02116466;stroke-dasharray:none;stroke-opacity:1"
           d="m 852.22,66.73 c 1.199,0.382 3.53,-1.443 4.667,-0.641 0.932,0.658 -0.758,2.962 1.173,3.089 -1.207,0.687 -1.074,1.933 -2.658,2.24 -1.434,0.278 -3.345,0.996 -3.972,2.44 0.487,0.183 0.991,0.255 1.51,0.216 -1.101,0.744 -3.579,2.037 -1.326,2.996 1.927,0.82 3.59,-0.375 5.576,-1.195 -0.404,0.46 -0.969,0.785 -1.58,0.863 1.151,-0.09 0.208,0.636 0.79,0.864 0.886,0.348 1.921,-0.02 2.871,0.258 2.9,0.857 4.512,-0.707 7.07,-1.409 -0.172,0.262 -0.342,0.526 -0.51,0.791 1.222,-0.174 2.491,-1.929 3.67,-0.647 -1.067,-0.07 -2.358,0.898 -3.021,1.655 1.355,0.771 4.658,0.513 6.055,0 0.547,-0.199 3.601,1.359 3.375,-0.291 0.964,0.774 2.235,0.628 3.1,-0.217 -0.313,1.498 3.087,1.008 3.74,-0.07 -0.331,1.915 2.622,-0.143 3.17,-0.504 -0.241,0.244 -0.458,0.508 -0.65,0.792 1.659,1.033 5.248,0.456 7.07,0 1.314,-0.322 2.827,-2.622 3.95,-1.737 -1.807,2.636 3.805,2.522 5.375,2.369 1.697,-0.166 3.276,-0.778 5.009,-0.619 1.87,0.171 3.4,-0.371 4.946,-1.39 -0.188,-0.265 -0.379,-0.529 -0.57,-0.792 1.05,-0.813 1.463,0.221 2.44,0.432 0.975,0.21 2.192,-0.168 3.1,-0.504 -0.415,-1.799 -3.213,-0.372 -4.32,-0.359 0.456,-2.098 5.451,-1.139 6.7,-2.809 -0.769,-1.101 -2.292,-0.686 -3.39,-0.576 0.609,-0.202 1.311,-0.233 1.87,-0.576 -1.34,-1.402 -3.672,-0.313 -5.32,-0.72 0.245,-0.161 0.485,-0.329 0.72,-0.504 -3.051,-2.503 -8.158,0.536 -11.519,-0.281 -2.488,-0.604 -4.865,0.481 -7.326,0.733 -2.403,0.247 -5.171,0.364 -7.515,0.916 0.446,0.436 1.025,0.729 1.66,0.72 -1.735,0.287 -3.507,0.291 -5.26,0.36 1.979,-0.151 -0.964,-1.301 -1.5,-1.478 -1.057,-0.349 -2.295,0.06 -3.03,0.901 0.919,-1.575 -2.89,-0.253 -3.6,-0.216 1.427,-0.268 0.03,-0.953 -0.589,-1.183 -1.326,-0.492 -1.395,0.878 -2.047,1.205 -0.804,0.402 -0.847,0.05 -1.204,-0.515 -0.483,-0.769 -1.979,0.03 -2.64,0.06 2.398,-0.478 -1.849,0.06 0.679,-0.493 1.068,-0.235 2.203,-0.03 3.141,-0.73 -0.33,-0.86 -1.322,-1.068 -2.02,-0.504 1.215,-1.192 -0.632,-1.146 -1.444,-1.056 -1.632,0.182 -4.192,-0.205 -5.466,0.84 1.692,-1.582 4.14,-0.925 6.189,-1.44 -1.056,-0.223 -2.108,-0.04 -3.17,0 1.952,-0.438 -1.701,-0.645 -2.229,-0.575 1.031,-0.08 1.054,-0.294 0.07,-0.648 1.782,-0.298 4.281,0.651 6.12,0.792 -2.141,-0.415 1.341,-0.236 1.726,-0.223 1.109,0.04 2.261,0.05 3.314,-0.354 -1.261,-2.155 -6.624,-1.584 -8.71,-1.584 1.438,-0.832 3.09,0.168 4.61,-0.07 -0.967,-2.372 -4.608,-1.448 -6.489,-1.145 -1.548,0.25 -3.044,0 -4.596,0.05 -1.697,0.05 -3.241,0.897 -4.835,1.384 1.153,-0.655 2.521,-0.859 3.646,-1.605 2.008,-1.332 -3.176,-1.514 -3.714,-1.623 -2.255,-0.452 -4.125,-0.935 -6.482,-0.876 -1.336,0.03 -2.691,0.06 -4.005,0.331 -0.486,0.09 -0.951,0.245 -1.395,0.461 0.07,0.566 0.436,0.867 1.01,0.792 -0.598,0 -2.838,0.04 -3.24,0.432 1.561,0.756 3.751,1.499 5.47,0.864 -0.976,0.585 -2.084,0.522 -3.17,0.647 0.08,1.401 3.931,1.041 4.83,1.152 -1.072,-0.108 -2.101,0.326 -3.17,0.288 1.034,0.732 2.152,0 3.24,-0.07 1.355,-0.1 2.673,0.386 4.03,0.29"
           id="path5156"
           inkscape:connector-curvature="0" /><path
           style="fill:none;stroke:#000000;stroke-width:0.63534137;stroke-miterlimit:2.02116466;stroke-dasharray:none;stroke-opacity:1"
           d="m 867.56,57.37 c -1.053,-0.491 -2.229,-0.381 -3.35,-0.318 -1.694,0.1 -3.377,-0.211 -5.07,-0.114 -2.619,0.149 -5.631,-0.492 -7.92,1.152 0.866,1.987 5.642,0.816 7.232,0.737 3.298,-0.165 6.171,0.806 9.108,-1.457"
           id="path5170"
           inkscape:connector-curvature="0" /><path
           style="fill:none;stroke:#000000;stroke-width:0.63534137;stroke-miterlimit:2.02116466;stroke-dasharray:none;stroke-opacity:1"
           d="m 873.54,65.36 c 1.253,-0.536 2.568,-0.972 3.67,-1.8 -1.241,-1.632 -6.117,-0.208 -3.67,1.8"
           id="path5202"
           inkscape:connector-curvature="0" /><path
           style="fill:none;stroke:#000000;stroke-width:0.63534137;stroke-miterlimit:2.02116466;stroke-dasharray:none;stroke-opacity:1"
           d="m 874.33,60.24 c -0.554,0 -1.033,0.2 -1.44,0.576 0.862,0.183 1.744,0.375 2.23,-0.576 -0.264,0 -0.527,0 -0.79,0"
           id="path5204"
           inkscape:connector-curvature="0" /><path
           style="fill:none;stroke:#000000;stroke-width:0.63534137;stroke-miterlimit:2.02116466;stroke-dasharray:none;stroke-opacity:1"
           d="m 879.37,60.53 c 0.683,-0.187 3.35,-0.47 2.888,-1.698 -0.491,-1.308 -2.825,-1.251 -3.932,-1.125 -0.95,0.108 -2.032,0.656 -2.793,1.205 -1.823,1.316 3.214,1.597 3.837,1.618"
           id="path5208"
           inkscape:connector-curvature="0" /><path
           style="fill:none;stroke:#000000;stroke-width:0.63534137;stroke-miterlimit:2.02116466;stroke-dasharray:none;stroke-opacity:1"
           d="m 881.02,64.49 c -0.25,0.6 -0.752,1.072 -1.36,1.297 0.611,-0.327 1.357,-0.292 1.464,-0.998 0.128,-0.844 1.674,-1.359 2.346,-1.45 -1.17,0.478 -1.249,1.991 -2.37,2.521 1.06,0.06 2.488,0.419 3.516,0.276 0.988,-0.138 1.325,-1.503 2.384,-1.429 -0.39,1.563 1.824,1.297 2.696,1.088 1.1,-0.264 2.567,-1.789 3.274,-0.8 -0.645,0.07 -1.237,0.453 -1.65,0.936 3.096,0.355 6.335,1.133 9.431,0.36 -0.749,-0.202 -1.45,-0.568 -2.23,-0.648 0.217,-0.515 0.667,-0.901 1.22,-1.008 0.16,2.608 3.483,-0.375 4.073,-0.38 1.041,0 0.445,1.393 1.643,1.406 1.088,0.01 3.005,-0.08 2.854,-1.674 0.673,0.415 0.695,1.035 0.07,1.513 1.401,0.719 4.343,0.747 5.04,-1.009 -0.948,-0.03 -0.801,-0.438 -0.36,-0.936 0.45,1.279 2.09,0.515 3.03,0.576 -0.669,0.121 -1.792,0.02 -1.8,1.008 1.058,0.249 4.655,-0.81 4.96,0.792 -1.134,0.356 -2.008,1.195 -3.09,1.656 2.964,-0.624 6.326,-1 9.343,-1.131 1.048,-0.04 4.815,-2.481 5.541,-1.339 0.75,1.182 5.924,-1.313 6.441,-2.234 1.039,-1.853 -5.256,0.152 -5.625,-0.05 0.259,-0.175 0.522,-0.343 0.79,-0.504 -0.771,0 -1.554,0.05 -2.31,-0.145 1.101,-0.283 2.219,-0.609 3.1,-1.368 -2.238,-1.494 -4.507,0.62 -6.84,0.36 0.542,-0.18 1.068,-0.396 1.58,-0.647 -1.53,-0.14 -3.056,-0.452 -4.6,-0.36 -2.044,0.121 -2.822,0.446 -4.76,-0.216 1.594,-0.287 3.354,0.489 4.83,-0.433 -0.593,0.101 -1.096,-0.07 -1.51,-0.504 0.506,-0.304 0.846,-0.831 0.72,-1.439 0.82,0.425 1.354,1.199 2.126,1.688 1.139,0.721 2.628,0.742 3.927,0.851 1.268,0.106 2.54,-0.103 3.79,-0.289 0.584,-0.09 5.036,-0.528 2.967,0.05 1.272,-0.07 2.549,-0.227 3.784,-0.549 0.725,-0.189 4.377,-1.479 2.626,-1.827 1.135,-0.155 0.793,-1.37 -0.14,-1.512 1.171,-0.121 1.952,-0.145 3.131,-0.145 1.503,0 3,0.372 4.504,0.234 1.188,-0.108 2.366,-0.849 3.58,-0.629 1.267,0.23 2.595,0.268 3.545,-0.757 -1.485,0.05 -3.648,0.366 -4.9,-0.648 2.217,0.16 7.599,0.951 9.36,-0.936 -2.023,-0.705 -4.209,-0.423 -6.27,-0.937 2.237,-0.172 4.487,0.141 6.734,0.02 0.767,-0.04 1.813,0.02 2.485,-0.432 0.692,-0.471 1.1,-1.362 2.021,-1.455 -2.362,-0.835 -4.977,-0.439 -7.42,-0.359 1.095,-0.281 2.274,-0.03 3.31,-0.576 -4.318,-1.027 -8.417,0.765 -12.67,0.936 1.229,-0.524 2.545,-0.775 3.82,-1.152 -1.569,-0.596 -3.277,-0.175 -4.9,-0.359 2.534,0.08 5.028,0.15 7.562,0.116 1.863,-0.02 4.057,0.421 5.828,-0.332 -3.125,-0.688 -6.345,-0.127 -9.5,-0.505 3.082,0.11 6.396,-0.375 9.434,-0.05 2.451,0.265 5.284,2.094 7.776,0.768 -0.235,-0.246 -0.475,-0.486 -0.72,-0.721 0.534,-0.02 1.061,-0.09 1.58,-0.215 -4.762,-0.372 -9.563,-0.539 -14.33,-0.145 2.072,-0.313 -1.128,-0.482 -1.58,-0.72 1.053,0.136 2.183,0.213 3.245,0.217 0.785,0 0.616,-0.954 1.05,-0.879 0.893,0.154 1.59,0.801 2.604,0.88 0.994,0.08 2.067,0.05 3.033,-0.218 -1.118,-1.425 -3.284,-0.438 -4.75,-1.009 3.529,0.436 7.188,1.194 10.706,0.612 2.235,-0.37 4.504,-0.52 6.574,-0.442 1.155,0.04 3.963,-0.876 1.498,-1.529 -1.648,-0.437 -3.412,-0.296 -5.097,-0.296 2.559,-1.442 5.442,0.22 8.14,-0.216 -0.101,0.262 -0.198,0.525 -0.29,0.791 3.314,0.851 6.994,-0.02 10.22,-0.863 -0.507,-0.341 -1.058,-0.437 -1.65,-0.288 1.51,-0.674 3.426,0.05 4.82,-0.937 -0.842,-0.822 -2.384,-0.401 -3.388,-0.244 -1.655,0.258 -3.363,0.173 -5.032,0.173 0.803,-0.196 1.632,-0.208 2.45,-0.288 -0.495,-0.194 -0.998,-0.362 -1.51,-0.504 1.831,0.21 3.631,0.375 5.47,0.144 1.784,-0.225 3.869,0.52 5.54,-0.36 -1.075,-0.294 -0.266,-1.429 -1.37,-1.655 1.048,-0.186 1.564,0.495 2.438,0.854 0.976,0.401 2.381,0.04 3.331,-0.236 3.18,-0.93 6.25,-1.737 9.52,-2.281 3.4,-0.563 6.74,-1.414 10.14,-1.975 3.13,-0.517 6.42,-0.312 9.42,-1.475 -1.23,-0.971 -3.35,-0.529 -4.75,-0.324 -2.34,0.342 -4.68,0.458 -7.03,0.622 -5.36,0.374 -10.65,1.404 -16.01,1.646 0.5,-0.104 1.01,-0.2 1.51,-0.288 -0.57,-0.06 -1.15,-0.09 -1.73,-0.07 6.19,-0.441 12.34,-1.257 18.51,-1.872 -3.25,-1.098 -6.67,0.785 -9.94,-0.144 0.58,0 1.15,0 1.73,0 -0.87,-0.635 -2.06,-0.792 -3.1,-0.937 1.09,-0.121 2.1,0.37 3.12,0.64 1.47,0.39 2.99,0.08 4.47,-0.03 3.36,-0.251 6.77,-0.229 10.13,-0.398 -0.76,-0.09 -1.54,-0.07 -2.31,-0.07 6.45,-0.458 12.84,-0.653 19.22,-1.8 0.82,-0.147 6.93,-0.925 6.45,-1.731 -0.74,-1.249 -3.56,-0.936 -4.72,-0.646 2.38,-0.453 -0.75,-0.124 -1.04,-0.09 -1.26,0.139 -2.51,0.344 -3.78,0.309 0.81,0 1.57,-0.259 2.3,-0.576 -0.85,-0.14 -1.51,-0.751 -2.37,-0.864 0.53,-0.05 1.06,-0.1 1.58,-0.144 -1.24,-1.139 -3.08,-0.172 -4.51,-0.14 -0.88,0.02 -1.61,-0.675 -2.47,-0.504 -0.89,0.175 -1.49,0.58 -2.44,0.493 -4.9,-0.447 -10.18,0.19 -15.06,0.798 3.84,-1.189 8.2,0.414 11.88,-1.439 -1.94,-0.394 -3.99,-0.44 -5.96,-0.328 -2.66,0.151 -5.37,-0.435 -8.01,-0.105 1.03,-0.238 0.96,-0.304 -0.21,-0.197 -0.98,-0.05 -1.94,-0.276 -2.91,-0.334 -1.81,-0.108 -3.88,0.1 -5.66,0.459 0.76,0.129 1.49,0.381 2.23,0.576 -1.05,0.04 -2.2,0.04 -3.17,-0.432 0.26,-0.175 0.52,-0.343 0.79,-0.504 -3.44,-0.385 -6.92,0.106 -10.288,0.792 1.35,0.06 2.548,0.832 3.888,0.937 -1.23,0.61 -3.144,0.06 -4.335,-0.392 -1.921,-0.73 -3.174,-1.362 -5.344,-1.11 -1.968,0.228 -3.925,0.03 -5.902,0.03 -1.487,0 -3.721,-0.589 -5.016,0.394 1.605,0.333 3.173,0.863 4.83,0.863 -0.553,0.02 -1.083,0.141 -1.59,0.36 1.058,0.161 2.1,0.422 3.17,0.504 -1.529,0.136 -3.054,0.868 -4.61,0.576 0.584,-0.04 1.114,-0.235 1.59,-0.576 -1.31,-0.285 -2.095,-0.646 -3.317,-1.177 -1.387,-0.602 -3.573,0.468 -4.673,-0.191 0.536,-0.08 1.063,-0.198 1.58,-0.359 -1.388,-0.357 -3.278,0.685 -4.559,0.128 -1.75,-0.759 -4.405,0.09 -6.241,0.159 0.734,0.416 1.585,0.26 2.38,0.36 -2.087,0.508 0.698,0.538 1.092,0.578 1.262,0.128 2.531,0.142 3.798,0.142 -1.065,0.136 -2.153,-0.04 -3.213,-0.136 -1.094,-0.1 -2.482,0.405 -3.475,0.201 -1.931,-0.397 -4.165,-1.52 -6.122,-0.425 0.854,0.06 1.622,0.502 2.23,1.08 -2.032,0 -5.315,-1.835 -7.061,-0.145 0.816,0.125 1.622,0.324 2.45,0.36 -1.854,0.06 -4.13,-0.646 -5.69,0.72 3.88,1.184 8.304,0.659 11.88,2.809 -1.072,0.1 -1.992,-0.472 -2.981,-0.764 -1.35,-0.399 -2.897,-0.393 -4.289,-0.605 -1.632,-0.249 -5.659,-1.894 -7.06,-0.647 0.791,0.877 2.097,0.512 3.1,0.864 -1.553,-0.366 -3.172,-0.217 -4.75,-0.217 0.248,-0.156 0.488,-0.324 0.72,-0.504 -1.536,-1.729 -4.277,-0.832 -6.26,-1.295 2.149,-0.202 -0.717,-0.403 -1.159,-0.41 -1.251,-0.02 -2.521,0.139 -3.741,0.41 0.598,-0.04 1.143,0.267 1.51,0.72 -1.901,0.101 -5.657,-0.769 -7.13,0.792 2.364,0.257 5.157,-0.347 7.35,0.792 -0.693,0.854 -4.737,-0.788 -3.39,0.647 -1.285,-0.562 -2.514,-1.111 -3.955,-1.016 -0.664,0.04 -4.111,0.285 -2.375,0.872 -0.784,-0.03 -1.042,-0.754 -1.708,-0.996 -0.825,-0.3 -2.126,0 -2.998,0 -1.329,-0.01 -2.62,0.08 -3.929,0.321 -0.762,0.139 -2.373,0.31 -3.035,0.61 2.191,0.01 -0.753,0.16 -1.262,0.07 -1.294,-0.23 -2.749,-0.09 -4.055,0 -2.929,0.207 -5.78,1.148 -8.723,1.363 1.867,0.116 3.04,0.36 4.97,0 1.973,-0.368 3.921,0.115 5.9,0.07 -2.208,0.292 -4.755,-0.09 -6.76,1.08 1.708,0.953 4.509,0.129 6.284,-0.221 3.289,-0.648 6.444,-0.744 9.767,-0.211 -4.351,-0.412 -8.975,-0.335 -13.17,1.008 1.271,0.113 2.549,0.16 3.81,0.36 -2.264,-0.119 -4.729,-0.325 -6.91,0.432 0.63,1.36 2.931,0.99 4.086,0.859 2.516,-0.284 5.036,-0.217 7.565,-0.32 2.849,-0.115 5.711,-0.282 8.521,-0.79 2.112,-0.382 4.563,-1.011 6.688,-0.397 -3.728,0.873 -8.182,1.513 -12.017,1.513 -4.181,0 -8.53,-0.604 -12.613,0.576 4.774,3.063 10.482,0.811 15.382,-0.323 3.227,-0.747 6.56,-0.443 9.834,-0.738 2.961,-0.267 6.191,-1.082 9.134,-0.307 -4.2,-0.261 -8.405,0.504 -12.594,0.695 -2.168,0.1 -4.181,0.507 -6.305,0.873 -1.471,0.253 -3.447,0.388 -4.501,1.601 0.946,0.181 1.885,0.05 2.827,-0.07 0.438,-0.06 3.252,-0.488 0.984,0.359 2.829,-0.1 6.08,0.641 8.843,-0.149 0.981,-0.28 1.375,-1.119 2.44,-1.315 0.871,-0.16 1.875,-0.271 2.756,-0.119 -0.758,0.155 -1.559,0.217 -2.23,0.647 2.853,0.07 5.892,-1.568 8.71,-0.647 -2.448,0.429 -6.33,-0.384 -8.28,1.512 3.851,0 7.69,-0.355 11.52,-0.72 3.97,-0.377 7.407,-1.451 11.23,-2.376 -0.333,-0.146 -0.666,-0.29 -1,-0.433 2.62,0.817 5.428,-0.362 7.99,-0.863 -0.407,0 -0.813,0 -1.22,0 1.944,-0.184 3.94,-0.771 5.9,-0.433 -2.107,0.336 -4.241,0.477 -6.34,0.864 2.188,-0.134 0.515,0.133 0.06,0.213 -0.842,0.148 -1.691,0.254 -2.533,0.407 -1.101,0.2 -2.942,0.458 -3.499,1.612 3.204,-0.26 6.648,-0.931 9.79,0.07 -5.32,0 -10.811,-0.179 -15.979,1.296 2.744,0.426 5.525,-0.103 8.279,0.145 -4.4,0.549 -8.849,0.301 -13.262,0.667 -4.015,0.333 -8.893,-0.409 -12.738,0.917 1.871,1.202 3.392,1.411 5.4,2.16 -0.89,-0.164 -1.534,0.621 -2.23,1.008 2.474,1.297 5.783,0.703 8.42,0.359 -1.733,0.522 -3.593,0.756 -5.4,0.793 -0.811,0.02 -1.564,-0.334 -2.37,-0.36 -0.768,-0.03 -1.533,0.255 -2.3,0.07 1.379,-0.484 -0.109,-0.908 -0.714,-1.497 -0.847,-0.824 -2.137,-1.28 -3.188,-1.793 -2.597,-1.269 -5.372,-0.37 -8.113,-0.617 -2.332,-0.21 -5.153,-0.88 -7.115,0.854 -0.89,0.786 3.512,0.887 4.15,1.325 -1.409,-0.485 -5.489,-1.271 -5.91,0.937 1.148,0.06 2.767,-0.17 3.806,0.418 0.733,0.414 1.18,1.481 2.104,1.525 -0.157,0.543 -0.396,1.047 -0.72,1.512 1.127,-0.163 1.943,0.837 3.02,0.937 -2.068,0.338 -4.282,-1.646 -6.12,0.07 2.553,0.337 5.133,0.345 7.697,0.557 1.252,0.104 2.483,0.353 3.74,0.126 1.302,-0.236 2.543,-0.928 3.903,-0.683 -1.479,0.135 -2.49,1.119 -4.118,1.134 -1.775,0.02 -4.1,-0.561 -5.752,0.234 1.273,0.328 2.637,0.08 3.89,0.504 -0.57,-0.142 -1.096,-0.05 -1.58,0.287 0.235,0.199 0.475,0.391 0.721,0.576 -1.142,0.356 -3.678,-1.086 -4.811,-1.445 -2.058,-0.652 -4.855,-0.647 -7,-0.57 -2.162,0.08 -4.331,0.125 -6.474,0.442 -1.079,0.16 -2.153,0.387 -3.185,0.743 -0.417,0.144 -3.306,1.13 -1.281,1.047 -0.992,-0.04 -2.016,0.04 -2.974,0.312 -0.702,0.199 -3.399,2.169 -1.137,1.92 -0.809,-0.02 -1.657,-0.01 -2.37,0.433 3.452,0.35 6.917,-0.42 10.15,-1.584 -1.267,0.666 -2.882,0.928 -3.891,2.016 1.916,-0.176 3.867,-0.26 5.69,-0.936 1.815,-0.673 3.423,-2.032 5.4,-2.232 -0.525,0.199 -3.195,1.368 -1.37,1.368 -0.86,0.157 -1.773,0.209 -2.38,0.936 1.309,-0.319 2.58,0.277 3.89,0.145 -1.63,0.307 -4.298,-1.06 -5.47,0.647 1.103,0.185 2.206,-0.165 3.31,0 -2.413,-0.09 -5.549,-0.155 -7.77,0.937 1.85,1.069 4.274,-0.207 6.26,0.216 -1.563,-0.2 -4.168,-0.562 -5.47,0.576 0.498,-0.142 1,-0.166 1.51,-0.07 -0.903,-0.02 -1.733,0.406 -2.38,1.008 1.31,0.285 2.601,0.05 3.89,-0.216 -0.822,0.185 -1.622,0.498 -2.3,1.008 2.771,0.453 5.464,-0.193 8.125,-0.92 2.364,-0.646 5.214,-2.873 7.715,-2.464 -2.269,0.534 -4.218,1.811 -6.408,2.535 -1.026,0.339 -2.097,0.507 -3.144,0.763 -0.619,0.151 -3.329,0.625 -1.398,1.238 -1.683,-0.148 -3.634,-0.816 -5.088,0.232 -0.988,0.713 -4.543,-0.82 -5.852,-0.736 2.806,-1.583 -0.404,-2.551 -2.042,-2.823 -2.524,-0.421 -6.023,-0.405 -7.969,1.527 1.04,0.155 1.285,1.264 0.29,1.728 1.313,0.359 2.651,-0.312 3.96,0.07 -0.51,0.02 -1.018,0.06 -1.523,0.127 -2.42,0.531 1.916,0.04 -0.846,0.808 0.527,0.05 1.053,0.1 1.58,0.145 -0.725,0.473 -1.467,0 -2.225,0 -0.881,0 -1.651,0.464 -2.525,0.504 -2,0.09 -3.943,0.05 -5.922,0.437 -1.479,0.287 -3.68,0.314 -5.028,0.932 -0.595,0.272 -0.471,0.661 -0.93,1.008 -0.711,0.537 -1.689,0.541 -2.31,1.224 0.745,-0.185 1.076,0.74 1.744,0.874 1.155,0.229 1.903,-0.989 2.932,-1.236"
           id="path5214"
           inkscape:connector-curvature="0" /><path
           style="fill:none;stroke:#000000;stroke-width:0.63534137;stroke-miterlimit:2.02116466;stroke-dasharray:none;stroke-opacity:1"
           d="m 905.72,58.16 c -0.566,0.02 -1.12,0.118 -1.66,0.289 1.154,-0.223 2.075,0.643 3.24,0.144 -0.459,-0.393 -0.986,-0.537 -1.58,-0.433"
           id="path5258"
           inkscape:connector-curvature="0" /><path
           style="fill:none;stroke:#000000;stroke-width:0.63534137;stroke-miterlimit:2.02116466;stroke-dasharray:none;stroke-opacity:1"
           d="m 914.72,67.23 c 0.265,0.144 0.528,0.12 0.79,-0.07 -0.263,0.02 -0.527,0.05 -0.79,0.07"
           id="path5264"
           inkscape:connector-curvature="0" /><path
           style="fill:none;stroke:#000000;stroke-width:0.63534137;stroke-miterlimit:2.02116466;stroke-dasharray:none;stroke-opacity:1"
           d="m 927.03,67.66 c -1.694,-0.341 -4.441,0.724 -5.62,1.944 0.727,0.314 1.048,-0.245 1.725,-0.307 0.735,-0.07 1.438,0.276 2.166,0.02 -0.193,-0.237 -0.383,-0.478 -0.57,-0.72 0.793,-0.264 1.648,-0.346 2.299,-0.936"
           id="path5270"
           inkscape:connector-curvature="0" /><path
           style="fill:none;stroke:#000000;stroke-width:0.63534137;stroke-miterlimit:2.02116466;stroke-dasharray:none;stroke-opacity:1"
           d="m 945.17,56.36 c -0.606,-0.02 -1.132,0.167 -1.58,0.576 0.58,-0.05 1.107,-0.237 1.58,-0.576"
           id="path5318"
           inkscape:connector-curvature="0" /><path
           style="fill:none;stroke:#000000;stroke-width:0.63534137;stroke-miterlimit:2.02116466;stroke-dasharray:none;stroke-opacity:1"
           d="m 843.29,110 c 0.812,-0.06 1.659,0.217 2.474,0.242 0.313,0.01 2.037,-0.375 1.073,-0.801 -0.68,-0.299 -3.978,-1.078 -3.547,0.559"
           id="path5162"
           inkscape:connector-curvature="0" /><path
           style="fill:none;stroke:#000000;stroke-width:0.63534137;stroke-miterlimit:2.02116466;stroke-dasharray:none;stroke-opacity:1"
           d="m 861.66,111.58 c -0.477,-0.406 -1.164,-0.113 -1.52,0.288 0.504,-0.104 1.011,-0.2 1.52,-0.288"
           id="path5184"
           inkscape:connector-curvature="0" /><path
           style="fill:none;stroke:#000000;stroke-width:0.63534137;stroke-miterlimit:2.02116466;stroke-dasharray:none;stroke-opacity:1"
           d="m 866.12,111.44 c 0.327,0.544 0.894,0.767 1.44,0.36 -0.452,-0.232 -0.933,-0.352 -1.44,-0.36"
           id="path5196"
           inkscape:connector-curvature="0" /><path
           style="fill:none;stroke:#000000;stroke-width:0.63534137;stroke-miterlimit:2.02116466;stroke-dasharray:none;stroke-opacity:1"
           d="m 867.34,110.93 c -0.09,0.614 0.181,0.734 0.8,0.36 -0.267,-0.12 -0.534,-0.24 -0.8,-0.36"
           id="path5198"
           inkscape:connector-curvature="0" /><path
           style="fill:none;stroke:#000000;stroke-width:0.63534137;stroke-miterlimit:2.02116466;stroke-dasharray:none;stroke-opacity:1"
           d="m 879.66,113.67 c 1.024,-1.1 4.84,-0.417 4.89,-2.16 -0.871,-0.138 -1.71,0.136 -2.542,0.338 -1.245,0.303 -1.699,-0.193 -2.788,-0.302 -0.78,-0.08 -0.136,0.62 -0.64,0.684 -0.854,0.106 -1.417,-0.611 -2.24,0 1.487,0.553 2.271,0.484 3.32,1.44"
           id="path5212"
           inkscape:connector-curvature="0" /><path
           style="fill:none;stroke:#000000;stroke-width:0.63534137;stroke-miterlimit:2.02116466;stroke-dasharray:none;stroke-opacity:1"
           d="m 878.14,122.09 c -0.667,0.116 -1.126,0.656 -0.65,1.296 0.45,-0.184 0.905,-0.351 1.367,-0.501 0.748,-0.252 -0.409,-0.871 -0.717,-0.795"
           id="path5216"
           inkscape:connector-curvature="0" /><path
           style="fill:none;stroke:#000000;stroke-width:0.63534137;stroke-miterlimit:2.02116466;stroke-dasharray:none;stroke-opacity:1"
           d="m 887.65,114.46 c -1.586,-0.03 -2.633,1.325 -4.006,1.875 -1.446,0.579 -3.266,0.485 -4.063,2.085 1.578,0.393 3.36,-0.531 4.68,-1.296 1.345,-0.779 3.401,-1.077 4.25,-2.521 -0.287,-0.05 -0.574,-0.09 -0.861,-0.143"
           id="path5220"
           inkscape:connector-curvature="0" /><path
           style="fill:none;stroke:#000000;stroke-width:0.63534137;stroke-miterlimit:2.02116466;stroke-dasharray:none;stroke-opacity:1"
           d="m 880.37,121.37 c 0.991,0 1.52,-0.95 2.31,-1.368 -0.517,-0.229 -1.044,-0.253 -1.58,-0.07 1.677,0.639 -0.8,0.84 -1.44,1.224 0.236,0.07 0.473,0.144 0.71,0.216"
           id="path5222"
           inkscape:connector-curvature="0" /><path
           style="fill:none;stroke:#000000;stroke-width:0.63534137;stroke-miterlimit:2.02116466;stroke-dasharray:none;stroke-opacity:1"
           d="m 883.83,128.93 c -1.287,2.176 7.028,1.189 7.73,1.029 1.534,-0.35 4.159,-1.022 5.167,-2.296 0.628,-0.793 0.813,-2.011 1.482,-2.704 0.455,-0.472 1.707,-0.792 1.54,-1.664 -0.346,-1.806 -6.244,-0.901 -7.403,-0.744 -1.766,0.239 -9.727,3.822 -8.516,6.379"
           id="path5224"
           inkscape:connector-curvature="0" /><path
           style="fill:none;stroke:#000000;stroke-width:0.63534137;stroke-miterlimit:2.02116466;stroke-dasharray:none;stroke-opacity:1"
           d="m 891.39,111.87 c -1.958,0.04 -3.55,1.345 -5.4,1.8 0.762,0.147 6.418,-0.585 5.4,-1.8"
           id="path5228"
           inkscape:connector-curvature="0" /><path
           style="fill:none;stroke:#000000;stroke-width:0.63534137;stroke-miterlimit:2.02116466;stroke-dasharray:none;stroke-opacity:1"
           d="m 895.35,114.03 c -1.372,-0.05 -2.998,2.527 -1.956,2.338 1.006,-0.183 3.575,-0.636 3.545,-2.051 -0.572,0.143 -1.103,0.05 -1.589,-0.287"
           id="path5234"
           inkscape:connector-curvature="0" /><path
           style="fill:none;stroke:#000000;stroke-width:0.63534137;stroke-miterlimit:2.02116466;stroke-dasharray:none;stroke-opacity:1"
           d="m 901.04,122.17 c 1.268,0.292 2.799,-2.24 1.305,-2.648 -0.665,-0.182 -1.668,0.06 -2.095,0.632 -0.766,1.017 0.296,1.244 0.79,2.016"
           id="path5250"
           inkscape:connector-curvature="0" /><path
           style="fill:none;stroke:#000000;stroke-width:0.63534137;stroke-miterlimit:2.02116466;stroke-dasharray:none;stroke-opacity:1"
           d="m 906.8,124.61 c -0.852,0.204 -3.472,-0.117 -2.74,-1.152 -0.452,0.167 -0.887,0.369 -1.305,0.608 -0.554,0.303 -1.147,-0.259 -1.714,0.04 -1.467,0.772 -0.29,2.047 0.859,2.232 2.121,0.341 4.983,0.55 6.05,-1.584 -0.368,-0.178 -0.751,-0.226 -1.15,-0.144"
           id="path5252"
           inkscape:connector-curvature="0" /><path
           style="fill:none;stroke:#000000;stroke-width:0.63534137;stroke-miterlimit:2.02116466;stroke-dasharray:none;stroke-opacity:1"
           d="m 904.14,119.65 c -0.386,0.176 -0.653,0.464 -0.8,0.864 0.514,0.03 1.02,-0.02 1.52,-0.144 -0.217,-0.263 -0.457,-0.503 -0.72,-0.72"
           id="path5256"
           inkscape:connector-curvature="0" /><path
           style="fill:none;stroke:#000000;stroke-width:0.63534137;stroke-miterlimit:2.02116466;stroke-dasharray:none;stroke-opacity:1"
           d="m 905.43,121.23 c -0.668,0.391 -0.56,1.085 0,1.512 0.664,-0.451 0.702,-1.074 0,-1.512"
           id="path5260"
           inkscape:connector-curvature="0" /><path
           style="fill:none;stroke:#000000;stroke-width:0.63534137;stroke-miterlimit:2.02116466;stroke-dasharray:none;stroke-opacity:1"
           d="m 855.1,81.92 c 0.193,-0.168 0.387,-0.336 0.58,-0.504 -0.466,0.05 -0.899,0.189 -1.3,0.432 0.24,0.02 0.48,0.05 0.72,0.07"
           id="path5178"
           inkscape:connector-curvature="0" /><path
           style="fill:none;stroke:#000000;stroke-width:0.63534137;stroke-miterlimit:2.02116466;stroke-dasharray:none;stroke-opacity:1"
           d="m 900.17,89.69 c 1.702,0.525 2.277,0.998 4.197,0.699 2.033,-0.316 4.038,-0.769 6.103,-0.843 2.857,-0.102 8.064,1.783 10.59,-0.07 -0.831,-0.125 -0.942,-0.391 -0.334,-0.796 0.211,-0.505 -0.637,-0.619 -0.611,-1.101 0.04,-0.806 -1.181,-1.671 -1.768,-2.195 -1.856,-1.66 -6.077,-1.054 -8.358,-0.998 -1.247,0.03 -2.507,0 -3.743,-0.182 -1.08,-0.165 -2.115,-0.831 -3.206,-0.807 -0.614,0.01 -2.65,0.636 -2.805,1.334 -0.213,0.958 -1.005,0.709 -1.574,1.433 0.525,0.952 1.708,0.229 2.23,0.936 0.443,0.601 -0.609,1.977 -0.721,2.592"
           id="path5244"
           inkscape:connector-curvature="0" /><path
           style="fill:none;stroke:#000000;stroke-width:0.63534137;stroke-miterlimit:2.02116466;stroke-dasharray:none;stroke-opacity:1"
           d="m 899.96,92.57 c -0.333,0.118 -0.526,0.358 -0.58,0.721 0.193,-0.24 0.387,-0.48 0.58,-0.721"
           id="path5246"
           inkscape:connector-curvature="0" /><path
           style="fill:none;stroke:#000000;stroke-width:0.63534137;stroke-miterlimit:2.02116466;stroke-dasharray:none;stroke-opacity:1"
           d="m 903.13,92.72 c -0.298,0.149 -0.538,0.365 -0.72,0.648 0.24,-0.215 0.48,-0.432 0.72,-0.648"
           id="path5254"
           inkscape:connector-curvature="0" /><path
           style="fill:none;stroke:#000000;stroke-width:0.63534137;stroke-miterlimit:2.02116466;stroke-dasharray:none;stroke-opacity:1"
           d="m 922.64,97.61 c 0.249,0.148 0.513,0.148 0.79,0 -0.264,0 -0.527,0 -0.79,0"
           id="path5274"
           inkscape:connector-curvature="0" /><path
           style="fill:none;stroke:#000000;stroke-width:0.63534137;stroke-miterlimit:2.02116466;stroke-dasharray:none;stroke-opacity:1"
           d="m 924.29,94.3 c -0.291,0.01 -0.554,0.108 -0.79,0.288 0.263,-0.1 0.527,-0.192 0.79,-0.288"
           id="path5276"
           inkscape:connector-curvature="0" /><path
           style="fill:none;stroke:#000000;stroke-width:0.63534137;stroke-miterlimit:2.02116466;stroke-dasharray:none;stroke-opacity:1"
           d="m 927.89,100.71 c 0.9,-0.04 1.197,-1.102 1.88,-1.512 -0.471,0.157 -0.951,0.277 -1.44,0.359 0.24,-0.24 0.48,-0.479 0.72,-0.72 -0.755,0.05 -2.78,1.556 -1.16,1.873"
           id="path5284"
           inkscape:connector-curvature="0" /><path
           style="fill:none;stroke:#000000;stroke-width:0.63534137;stroke-miterlimit:2.02116466;stroke-dasharray:none;stroke-opacity:1"
           d="m 929.41,97.9 c -0.62,0.06 -1.172,0.427 -1.52,0.937 0.478,-0.36 0.984,-0.672 1.52,-0.937"
           id="path5286"
           inkscape:connector-curvature="0" /><path
           style="fill:none;stroke:#000000;stroke-width:0.63534137;stroke-miterlimit:2.02116466;stroke-dasharray:none;stroke-opacity:1"
           d="m 930.63,98.26 c -0.259,0.194 -0.499,0.41 -0.72,0.647 0.695,0.23 1.664,0.21 1.58,-0.791 -0.287,0.05 -0.574,0.1 -0.86,0.144"
           id="path5292"
           inkscape:connector-curvature="0" /><path
           style="fill:none;stroke:#000000;stroke-width:0.63534137;stroke-miterlimit:2.02116466;stroke-dasharray:none;stroke-opacity:1"
           d="m 933.44,102.44 c -1.205,-0.205 -1.917,1.112 -3.1,1.009 0.467,1.169 4.506,0.512 4.61,-0.721 -0.501,-0.103 -1.005,-0.199 -1.51,-0.288"
           id="path5296"
           inkscape:connector-curvature="0" /><path
           style="fill:none;stroke:#000000;stroke-width:0.63534137;stroke-miterlimit:2.02116466;stroke-dasharray:none;stroke-opacity:1"
           d="m 937.97,101.79 c -0.575,0 -1.078,0.189 -1.51,0.576 0.563,-0.03 1.066,-0.226 1.51,-0.576"
           id="path5302"
           inkscape:connector-curvature="0" /><path
           style="fill:none;stroke:#000000;stroke-width:0.63534137;stroke-miterlimit:2.02116466;stroke-dasharray:none;stroke-opacity:1"
           d="m 947.77,112.16 c -0.611,0.658 -1.85,0.483 -2.6,0.937 1.03,0.527 2.301,0.328 2.6,-0.937"
           id="path5320"
           inkscape:connector-curvature="0" /><path
           style="fill:none;stroke:#000000;stroke-width:0.63534137;stroke-miterlimit:2.02116466;stroke-dasharray:none;stroke-opacity:1"
           d="m 949.57,113.02 c -0.593,0.02 -1.123,0.211 -1.59,0.576 0.583,-0.05 1.113,-0.238 1.59,-0.576"
           id="path5326"
           inkscape:connector-curvature="0" /><path
           style="fill:none;stroke:#000000;stroke-width:0.63534137;stroke-miterlimit:2.02116466;stroke-dasharray:none;stroke-opacity:1"
           d="m 918.46,134.05 c -0.24,0.192 -0.48,0.384 -0.72,0.576 0.715,0.388 0.955,0.196 0.72,-0.576"
           id="path5266"
           inkscape:connector-curvature="0" /><path
           style="fill:none;stroke:#000000;stroke-width:0.63534137;stroke-miterlimit:2.02116466;stroke-dasharray:none;stroke-opacity:1"
           d="m 922.86,171.63 c -0.571,-0.176 -1.078,-0.06 -1.52,0.359 0.585,0.213 1.091,0.09 1.52,-0.359"
           id="path5268"
           inkscape:connector-curvature="0" /><path
           style="fill:none;stroke:#000000;stroke-width:0.63534137;stroke-miterlimit:2.02116466;stroke-dasharray:none;stroke-opacity:1"
           d="m 923.43,183.51 c 1.756,-0.476 -0.735,-1.285 -1.44,-1.152 0.09,0.8 0.878,0.855 1.44,1.152"
           id="path5272"
           inkscape:connector-curvature="0" /><path
           style="fill:none;stroke:#000000;stroke-width:0.63534137;stroke-miterlimit:2.02116466;stroke-dasharray:none;stroke-opacity:1"
           d="m 927.17,170.84 c -1.593,-0.589 -1.178,1.471 0.29,1.512 -0.02,-0.518 -0.122,-1.022 -0.29,-1.512"
           id="path5282"
           inkscape:connector-curvature="0" /><path
           style="fill:none;stroke:#000000;stroke-width:0.63534137;stroke-miterlimit:2.02116466;stroke-dasharray:none;stroke-opacity:1"
           d="m 931.14,141.53 c -0.507,-0.04 -0.987,0.05 -1.44,0.287 0.494,-0.02 0.974,-0.117 1.44,-0.287"
           id="path5288"
           inkscape:connector-curvature="0" /><path
           style="fill:none;stroke:#000000;stroke-width:0.63534137;stroke-miterlimit:2.02116466;stroke-dasharray:none;stroke-opacity:1"
           d="m 931.21,165.65 c -0.562,-0.07 -1.065,0.08 -1.51,0.433 0.591,0.165 1.095,0.02 1.51,-0.433"
           id="path5290"
           inkscape:connector-curvature="0" /><path
           style="fill:none;stroke:#000000;stroke-width:0.63534137;stroke-miterlimit:2.02116466;stroke-dasharray:none;stroke-opacity:1"
           d="m 933.87,166.16 c -1.341,-0.709 -2.614,0.02 -3.67,0.864 1.569,0.47 2.287,-0.351 3.67,-0.864"
           id="path5294"
           inkscape:connector-curvature="0" /><path
           style="fill:none;stroke:#000000;stroke-width:0.63534137;stroke-miterlimit:2.02116466;stroke-dasharray:none;stroke-opacity:1"
           d="m 935.1,158.24 c -0.193,0 -0.387,0 -0.58,0 0.183,0.271 0.399,0.511 0.65,0.721 -0.02,-0.241 -0.05,-0.481 -0.07,-0.721"
           id="path5298"
           inkscape:connector-curvature="0" /><path
           style="fill:none;stroke:#000000;stroke-width:0.63534137;stroke-miterlimit:2.02116466;stroke-dasharray:none;stroke-opacity:1"
           d="m 938.48,149.45 c -0.679,-0.847 -2.592,0.807 -2.95,1.367 0.995,-0.274 2.328,-0.42 2.95,-1.367"
           id="path5300"
           inkscape:connector-curvature="0" /><path
           style="fill:none;stroke:#000000;stroke-width:0.63534137;stroke-miterlimit:2.02116466;stroke-dasharray:none;stroke-opacity:1"
           d="m 937.47,136.64 c -0.24,-0.02 -0.48,-0.05 -0.72,-0.07 0.371,0.512 0.851,0.656 1.439,0.433 -0.239,-0.121 -0.48,-0.241 -0.719,-0.361"
           id="path5304"
           inkscape:connector-curvature="0" /><path
           style="fill:none;stroke:#000000;stroke-width:0.63534137;stroke-miterlimit:2.02116466;stroke-dasharray:none;stroke-opacity:1"
           d="m 938.48,152.05 c -0.57,-0.02 -0.91,0.296 -0.939,0.863 0.691,0.247 0.982,-0.244 0.939,-0.863"
           id="path5306"
           inkscape:connector-curvature="0" /><path
           style="fill:none;stroke:#000000;stroke-width:0.63534137;stroke-miterlimit:2.02116466;stroke-dasharray:none;stroke-opacity:1"
           d="m 939.2,157.59 c -1.383,-0.442 -1.423,1.702 -0.94,2.448 1.016,-0.131 0.625,-1.792 0.94,-2.448"
           id="path5308"
           inkscape:connector-curvature="0" /><path
           style="fill:none;stroke:#000000;stroke-width:0.63534137;stroke-miterlimit:2.02116466;stroke-dasharray:none;stroke-opacity:1"
           d="m 939.34,151.61 c -0.522,-0.02 -0.569,0.243 -0.14,0.791 0.05,-0.263 0.09,-0.527 0.14,-0.791"
           id="path5310"
           inkscape:connector-curvature="0" /><path
           style="fill:none;stroke:#000000;stroke-width:0.63534137;stroke-miterlimit:2.02116466;stroke-dasharray:none;stroke-opacity:1"
           d="m 940.21,118.64 c 0.449,0.691 2.413,0.943 3.09,0.576 -1.031,-0.185 -2.061,-0.377 -3.09,-0.576"
           id="path5312"
           inkscape:connector-curvature="0" /><path
           style="fill:none;stroke:#000000;stroke-width:0.63534137;stroke-miterlimit:2.02116466;stroke-dasharray:none;stroke-opacity:1"
           d="m 941.22,156.8 c -0.243,0 -0.487,0 -0.73,0 0.58,0.412 0.553,0.1 0.73,0"
           id="path5314"
           inkscape:connector-curvature="0" /><path
           style="fill:none;stroke:#000000;stroke-width:0.63534137;stroke-miterlimit:2.02116466;stroke-dasharray:none;stroke-opacity:1"
           d="m 941.79,120.01 c 0.23,0.191 0.493,0.239 0.79,0.144 -0.264,-0.05 -0.527,-0.1 -0.79,-0.144"
           id="path5316"
           inkscape:connector-curvature="0" /><path
           style="fill:none;stroke:#000000;stroke-width:0.63534137;stroke-miterlimit:2.02116466;stroke-dasharray:none;stroke-opacity:1"
           d="m 946.04,122.38 c 0.225,0.114 0.464,0.162 0.72,0.144 -0.24,-0.05 -0.48,-0.1 -0.72,-0.144"
           id="path5322"
           inkscape:connector-curvature="0" /><path
           style="fill:none;stroke:#000000;stroke-width:0.63534137;stroke-miterlimit:2.02116466;stroke-dasharray:none;stroke-opacity:1"
           d="m 948.7,123.53 c 0.288,-0.175 0.505,-0.415 0.65,-0.721 -0.742,0.05 -1.483,0.185 -2.16,0.504 0.508,0.04 1.011,0.111 1.51,0.217"
           id="path5324"
           inkscape:connector-curvature="0" /><path
           style="fill:none;stroke:#000000;stroke-width:0.63534137;stroke-miterlimit:2.02116466;stroke-dasharray:none;stroke-opacity:1"
           d="m 952.59,123.39 c -0.229,0.614 0.01,0.662 0.72,0.145 -0.24,-0.05 -0.48,-0.1 -0.72,-0.145"
           id="path5328"
           inkscape:connector-curvature="0" /><path
           style="fill:none;stroke:#000000;stroke-width:0.63534137;stroke-miterlimit:2.02116466;stroke-dasharray:none;stroke-opacity:1"
           d="m 959.72,127.35 c -0.447,0.212 -0.807,0.524 -1.08,0.937 0.521,0.05 1.024,-0.02 1.51,-0.217 -0.144,-0.241 -0.287,-0.48 -0.43,-0.72"
           id="path5330"
           inkscape:connector-curvature="0" /><path
           style="fill:none;stroke:#000000;stroke-width:0.63534137;stroke-miterlimit:2.02116466;stroke-dasharray:none;stroke-opacity:1"
           d="m 960.73,130.09 c 0.213,-0.07 0.427,-0.144 0.64,-0.216 -0.768,-0.272 -1.639,-0.559 -2.3,0.144 0.555,-0.02 1.109,0 1.66,0.07"
           id="path5332"
           inkscape:connector-curvature="0" /><path
           style="fill:none;stroke:#000000;stroke-width:0.63534137;stroke-miterlimit:2.02116466;stroke-dasharray:none;stroke-opacity:1"
           d="m 960.58,141.61 c -0.455,0 -0.908,0.01 -1.36,0.07 0.281,0.779 1.533,1.098 1.36,-0.07"
           id="path5334"
           inkscape:connector-curvature="0" /><path
           style="fill:none;stroke:#000000;stroke-width:0.63534137;stroke-miterlimit:2.02116466;stroke-dasharray:none;stroke-opacity:1"
           d="m 961.45,131.24 c 0.236,0.06 0.477,0.06 0.72,0 -0.24,0 -0.48,0 -0.72,0"
           id="path5336"
           inkscape:connector-curvature="0" /><path
           style="fill:none;stroke:#000000;stroke-width:0.63534137;stroke-miterlimit:2.02116466;stroke-dasharray:none;stroke-opacity:1"
           d="m 962.53,131.67 c -0.24,-0.07 -0.48,-0.144 -0.72,-0.216 0.273,0.245 0.452,0.495 0.72,0.216"
           id="path5338"
           inkscape:connector-curvature="0" /><path
           style="fill:none;stroke:#000000;stroke-width:0.63534137;stroke-miterlimit:2.02116466;stroke-dasharray:none;stroke-opacity:1"
           d="m 963.17,137.5 c -0.286,0.101 -0.55,0.245 -0.79,0.432 0.263,-0.144 0.527,-0.288 0.79,-0.432"
           id="path5340"
           inkscape:connector-curvature="0" /><path
           style="fill:none;stroke:#000000;stroke-width:0.63534137;stroke-miterlimit:2.02116466;stroke-dasharray:none;stroke-opacity:1"
           d="m 962.96,131.6 c 0.978,0.47 2.311,-0.299 3.02,-0.937 -1.06,-0.03 -2.08,0.527 -3.02,0.937"
           id="path5342"
           inkscape:connector-curvature="0" /><path
           style="fill:none;stroke:#000000;stroke-width:0.63534137;stroke-miterlimit:2.02116466;stroke-dasharray:none;stroke-opacity:1"
           d="m 966.06,130.45 c -0.276,-0.02 -0.542,0.03 -0.8,0.144 0.266,-0.05 0.533,-0.1 0.8,-0.144"
           id="path5344"
           inkscape:connector-curvature="0" /><path
           style="fill:none;stroke:#000000;stroke-width:0.63534137;stroke-miterlimit:2.02116466;stroke-dasharray:none;stroke-opacity:1"
           d="m 884.77,150.97 c -0.267,0.1 -0.533,0.192 -0.8,0.288 0.25,0.141 0.517,0.237 0.8,0.288 0,-0.192 0,-0.384 0,-0.576"
           id="path5226"
           inkscape:connector-curvature="0" /><path
           style="fill:none;stroke:#000000;stroke-width:0.63534137;stroke-miterlimit:2.02116466;stroke-dasharray:none;stroke-opacity:1"
           d="m 889.74,150.53 c -0.919,-0.136 -0.893,0.99 -1.66,1.224 0.824,0 1.149,-0.744 1.66,-1.224"
           id="path5232"
           inkscape:connector-curvature="0" /><path
           style="fill:none;stroke:#000000;stroke-width:0.63534137;stroke-miterlimit:2.02116466;stroke-dasharray:none;stroke-opacity:1"
           d="m 898.16,164.21 c -0.718,-0.495 -2.275,-0.97 -2.95,-0.143 0.589,-0.08 1.116,0.06 1.58,0.431 -1.389,-0.347 -0.57,1.951 1.01,1.655 1.241,-0.232 1.92,-1.509 0.36,-1.943"
           id="path5236"
           inkscape:connector-curvature="0" /><path
           style="fill:none;stroke:#000000;stroke-width:0.63534137;stroke-miterlimit:2.02116466;stroke-dasharray:none;stroke-opacity:1"
           d="m 895.49,163.13 c 0.251,0.124 0.518,0.172 0.8,0.145 -0.267,-0.05 -0.534,-0.1 -0.8,-0.145"
           id="path5238"
           inkscape:connector-curvature="0" /><path
           style="fill:none;stroke:#000000;stroke-width:0.63534137;stroke-miterlimit:2.02116466;stroke-dasharray:none;stroke-opacity:1"
           d="m 895.64,162.85 c 0.161,0.246 0.401,0.342 0.72,0.288 -0.24,-0.1 -0.481,-0.192 -0.72,-0.288"
           id="path5240"
           inkscape:connector-curvature="0" /><path
           style="fill:none;stroke:#000000;stroke-width:0.63534137;stroke-miterlimit:2.02116466;stroke-dasharray:none;stroke-opacity:1"
           d="m 903.7,181.57 c -1.43,-0.52 -3.586,1.43 -4.03,2.664 0.924,-0.01 5.43,-1.1 4.03,-2.664"
           id="path5248"
           inkscape:connector-curvature="0" /><path
           style="fill:none;stroke:#000000;stroke-width:0.63534137;stroke-miterlimit:2.02116466;stroke-dasharray:none;stroke-opacity:1"
           d="m 928.11,173.5 c -0.76,-0.889 -3.834,-1.271 -4.673,-0.125 -0.274,0.375 1.713,1.339 2.012,1.471 1.421,0.626 1.828,-0.386 2.661,-1.346"
           id="path5278"
           inkscape:connector-curvature="0" /><path
           style="fill:none;stroke:#000000;stroke-width:0.63534137;stroke-miterlimit:2.02116466;stroke-dasharray:none;stroke-opacity:1"
           d="m 736.59,120.44 c -0.808,-0.179 -1.731,-0.183 -2.376,0.433 0.8,0.898 2.086,1.124 3.024,0.287 -0.187,-0.266 -0.404,-0.506 -0.648,-0.72"
           id="path4998"
           inkscape:connector-curvature="0" /><path
           style="fill:none;stroke:#000000;stroke-width:0.63534137;stroke-miterlimit:2.02116466;stroke-dasharray:none;stroke-opacity:1"
           d="m 754.66,119 c -1.059,-0.835 -2.953,0.02 -3.672,0.936 1.287,0.345 2.929,0.415 3.672,-0.936"
           id="path5000"
           inkscape:connector-curvature="0" /><path
           style="fill:none;stroke:#000000;stroke-width:0.63534137;stroke-miterlimit:2.02116466;stroke-dasharray:none;stroke-opacity:1"
           d="m 758.69,115.83 c -0.547,0.227 -1.075,0.491 -1.584,0.793 0.618,-0.01 1.194,-0.323 1.584,-0.793"
           id="path5004"
           inkscape:connector-curvature="0" /><path
           style="fill:none;stroke:#000000;stroke-width:0.63534137;stroke-miterlimit:2.02116466;stroke-dasharray:none;stroke-opacity:1"
           d="m 763.88,117.34 c -0.817,-0.897 -2.612,0.601 -2.674,1.526 -0.03,0.407 3.719,0.172 2.674,-1.526"
           id="path5012"
           inkscape:connector-curvature="0" /><path
           style="fill:none;stroke:#000000;stroke-width:0.63534137;stroke-miterlimit:2.02116466;stroke-dasharray:none;stroke-opacity:1"
           d="m 763.45,113.6 c -0.415,-1.087 -1.614,-0.113 -1.51,0.72 0.606,-0.02 1.109,-0.264 1.51,-0.72"
           id="path5016"
           inkscape:connector-curvature="0" /><path
           style="fill:none;stroke:#000000;stroke-width:0.63534137;stroke-miterlimit:2.02116466;stroke-dasharray:none;stroke-opacity:1"
           d="m 765.32,117.7 c 0.516,-0.309 1.065,-1.363 -0.02,-1.136 -0.707,0.148 -0.927,1.176 0.02,1.136"
           id="path5020"
           inkscape:connector-curvature="0" /><path
           style="fill:none;stroke:#000000;stroke-width:0.63534137;stroke-miterlimit:2.02116466;stroke-dasharray:none;stroke-opacity:1"
           d="m 781.23,121.37 c 1.725,-0.405 3.551,-0.684 5.125,-1.544 1.517,-0.829 3.389,-0.334 4.815,-1.408 -0.954,-0.818 -2.037,0.561 -3.03,-0.216 0.506,-0.64 0.518,-1.479 0.94,-2.16 -0.654,-0.22 -1.225,0.136 -1.51,0.72 0.29,-1.183 1.686,-1.515 0.29,-2.592 -0.474,-0.366 -1.057,-0.48 -1.536,-0.825 -0.674,-0.487 -0.516,-1.593 -1.494,-0.759 1.766,-2.721 -7.91,-1.176 -5.4,1.08 -0.917,-0.771 -3.908,-0.06 -2.45,1.151 -2.437,1.039 -5.952,0.515 -8.124,1.904 -0.616,0.394 -0.606,1.676 0.297,1.595 0.811,-0.07 1.686,-0.701 2.507,-0.547 -0.247,0.184 -0.487,0.375 -0.72,0.576 1.089,0.722 1.9,0.758 3.021,0.07 -1.398,1.322 1.79,1.052 2.12,1.652 0.579,1.052 3.934,0.714 5.149,1.301"
           id="path5026"
           inkscape:connector-curvature="0" /><path
           style="fill:none;stroke:#000000;stroke-width:0.63534137;stroke-miterlimit:2.02116466;stroke-dasharray:none;stroke-opacity:1"
           d="m 775.11,105.24 c -0.702,-0.09 -1.482,0.156 -1.66,0.937 0.481,0.227 0.988,0.347 1.52,0.36 -0.125,-0.644 0.227,-0.974 0.86,-0.792 -0.24,-0.168 -0.479,-0.337 -0.72,-0.505"
           id="path5030"
           inkscape:connector-curvature="0" /><path
           style="fill:none;stroke:#000000;stroke-width:0.63534137;stroke-miterlimit:2.02116466;stroke-dasharray:none;stroke-opacity:1"
           d="m 790.88,113.31 c -1.017,0.103 -2.093,-0.09 -3.1,-0.216 0.584,1.632 2.29,1.739 3.1,0.216"
           id="path5046"
           inkscape:connector-curvature="0" /><path
           style="fill:none;stroke:#000000;stroke-width:0.63534137;stroke-miterlimit:2.02116466;stroke-dasharray:none;stroke-opacity:1"
           d="m 794.62,113.17 c -0.941,-0.872 -3.924,-0.15 -3.52,1.439 0.786,-0.281 1.169,-1.506 2.15,-1.151 -0.411,0.453 -0.744,0.957 -1,1.512 0.971,-0.255 2.365,-0.521 2.37,-1.8"
           id="path5050"
           inkscape:connector-curvature="0" /><path
           style="fill:none;stroke:#000000;stroke-width:0.63534137;stroke-miterlimit:2.02116466;stroke-dasharray:none;stroke-opacity:1"
           d="m 759.56,84.8 c -0.411,-0.724 -1.215,-0.193 -1.584,0.216 0.533,-0.03 1.061,-0.103 1.584,-0.216"
           id="path5008"
           inkscape:connector-curvature="0" /><path
           style="fill:none;stroke:#000000;stroke-width:0.63534137;stroke-miterlimit:2.02116466;stroke-dasharray:none;stroke-opacity:1"
           d="m 762.15,85.52 c 1.109,-0.166 2.206,0.585 3.03,1.224 -0.21,0.246 -0.427,0.486 -0.65,0.721 1.421,-0.15 0.464,1.95 1.425,2.125 1.388,0.253 2.761,-1.05 3.915,-1.596 0.747,-0.353 7.213,-2.33 5.288,-3.76 -2.443,-1.815 -11.008,-1.076 -13.008,1.286"
           id="path5018"
           inkscape:connector-curvature="0" /><path
           style="fill:none;stroke:#000000;stroke-width:0.63534137;stroke-miterlimit:2.02116466;stroke-dasharray:none;stroke-opacity:1"
           d="m 780.29,93.22 c 0.507,0.415 4.397,0.09 3.46,1.296 1.8,-0.775 1.479,0.83 2.284,1.822 1.231,1.518 1.668,1.976 0.816,3.938 2.728,0.652 4.835,0.295 7.49,-1.08 -1.515,-1.433 0.68,-2.159 1.72,-2.736 -0.527,0.384 -1.053,0.769 -1.58,1.152 0.979,1.318 3.597,0.897 4.948,0.612 1.203,-0.254 2.307,-0.931 3.535,-1.055 0.422,-0.04 3.623,-0.48 1.527,-0.709 0.442,-0.358 0.946,-0.502 1.51,-0.432 -0.268,-0.162 -0.531,-0.33 -0.79,-0.505 0.578,-0.162 1.358,-0.1 1.836,-0.527 0.617,-0.556 0.695,-1.399 -0.326,-1.488 2.211,0.154 4.14,-0.829 4.82,-3.024 -1.201,0.637 -2.629,0.521 -3.88,1.008 0.652,-0.352 1.63,-1.542 0.28,-1.728 0.598,0.08 1.069,-0.229 1.08,-0.864 -2.155,-0.669 -4.146,-0.09 -6.19,0.648 0.336,-1.366 2.748,-1.638 3.845,-1.901 2.167,-0.521 4.247,-1.168 6.456,-1.555 -0.281,-0.985 -1.229,-0.656 -1.95,-0.504 1.231,-1.504 3.898,-0.232 5.257,-1.522 0.965,-0.917 -2.506,-1.466 -3.097,-1.214 2.192,-0.797 -0.735,-0.184 -1.03,-0.116 -0.92,0.208 -1.833,0.484 -2.78,0.549 -1.541,0.105 -3.374,-0.106 -4.76,0.72 -0.06,-2.299 -3.181,-1.799 -4.39,-1.224 0.711,0.299 1.461,0.187 2.16,-0.07 -1.011,0.68 -1.819,0.344 -2.904,0.188 -1.396,-0.201 -3.269,0.157 -4.506,0.82 0.545,0.28 1.072,0.592 1.58,0.936 -0.623,0.897 -1.649,0.269 -2.427,0.04 -1.246,-0.37 -2.508,0.405 -3.693,0.683 1.218,0.922 2.313,1.618 3.902,1.333 0.508,-0.09 0.969,-0.366 1.487,-0.42 0.724,-0.07 0.837,1.092 1.811,0.958 -0.613,0.321 -0.839,0.158 -1.367,-0.128 -0.867,-0.47 -1.962,-0.01 -2.734,0.417 2.136,0.117 0.273,2.236 -1.08,2.088 0.592,-0.118 1.033,-0.561 1.15,-1.152 -1.82,0.172 -0.873,1.249 -2.088,1.828 -1.321,0.629 -4.286,0.763 -5.692,0.404 0.858,-0.297 0.189,-0.693 -0.101,-1.716 -0.469,-1.651 -3.552,-0.444 -4.509,-0.01 -0.741,0.334 -2.815,0.924 -2.73,2.016 0.1,1.284 2.254,0.741 2.45,2.017 -0.266,0.07 -0.533,0.143 -0.8,0.213"
           id="path5034"
           inkscape:connector-curvature="0" /><path
           style="fill:none;stroke:#000000;stroke-width:0.63534137;stroke-miterlimit:2.02116466;stroke-dasharray:none;stroke-opacity:1"
           d="m 813.99,156.58 c 0.287,1.557 -2.197,2.724 -2.45,4.184 -0.34,1.965 5.626,-0.274 6.214,-0.567 2.541,-1.266 4.787,-2.824 7.57,-3.653 1.53,-0.456 1.436,-1.436 2.729,-2.188 1.199,-0.696 2.538,-0.403 3.717,-1.017 0.09,0.577 -0.257,0.991 -0.79,1.151 0.767,0.631 1.975,0.483 2.847,0.896 1.035,0.49 -1.559,1.108 -1.461,1.447 0.108,0.374 1.264,0.362 1.557,0.383 1.341,0.09 2.058,0.298 3.258,0.859 3.204,1.499 5.788,-0.57 8.99,-1.354 -0.18,-0.9 -1.136,-0.981 -1.87,-1.08 0.593,0.105 1.073,-0.217 1.23,-0.792 -0.687,0.02 -0.712,-0.487 -1.238,-0.708 -0.562,-0.236 -1.081,0.368 -1.623,0.367 -1.759,0 -3.358,0.246 -5.129,0.341 0.806,-1.357 2.864,-0.277 2.633,-2.074 -0.09,-0.683 0.93,-1.025 0.872,-1.768 -0.06,-0.8 -0.815,-1.377 -1.432,-1.768 -0.582,-0.368 -1.565,0.02 -1.936,-0.421 -0.618,-0.737 -1.138,-0.781 -1.945,-1.242 -0.717,-0.409 -0.241,-1.396 -0.721,-1.634 -0.807,-0.401 -2.469,-0.328 -3.382,-0.454 0.418,-0.679 -0.498,-1.739 -1.141,-1.867 -0.817,-0.163 -2.289,1.625 -3.179,1.867 -0.531,-0.901 0.879,-1.529 -0.43,-2.088 0.412,-0.397 1.143,-0.354 1.51,-0.791 0.354,-0.421 0.127,-1.074 0.5,-1.513 -0.503,-0.324 -1.007,-0.324 -1.51,0 1.196,-1.441 -1.483,-0.688 -2.029,-0.43 -1.264,0.598 -2.329,1.567 -3.346,2.508 -1.913,1.771 -3.598,3.779 -5.453,5.632 -0.902,0.9 -2.036,1.563 -2.741,2.656 -0.604,0.936 -0.142,2.409 -1.425,2.808 -2.784,0.864 -5.937,1.021 -8.046,3.314 1.014,1.29 2.691,0.218 3.893,-0.105 1.925,-0.514 3.907,0.136 5.757,-0.899"
           id="path5070"
           inkscape:connector-curvature="0" /><path
           style="fill:none;stroke:#000000;stroke-width:0.63534137;stroke-miterlimit:2.02116466;stroke-dasharray:none;stroke-opacity:1"
           d="m 811.9,89.55 c -0.821,0.144 -1.71,0.187 -2.08,1.08 0.864,0.08 1.717,-0.243 2.08,-1.08"
           id="path5080"
           inkscape:connector-curvature="0" /><path
           style="fill:none;stroke:#000000;stroke-width:0.63534137;stroke-miterlimit:2.02116466;stroke-dasharray:none;stroke-opacity:1"
           d="m 813.7,87.53 c -0.619,-0.127 -3.458,0.512 -3.112,1.493 0.449,1.274 3.853,-0.343 3.112,-1.493"
           id="path5086"
           inkscape:connector-curvature="0" /><path
           style="fill:none;stroke:#000000;stroke-width:0.63534137;stroke-miterlimit:2.02116466;stroke-dasharray:none;stroke-opacity:1"
           d="m 816.01,94.73 c -0.781,0.06 -1.601,0.135 -2.24,0.648 0.831,0.633 2.505,0.523 3.477,0.516 0.574,0 1.154,-0.03 1.72,-0.13 0.412,-0.07 1.845,-0.757 0.284,-0.17 1.857,-1.046 3.779,-1.681 5.698,-2.554 2.372,-1.079 0.339,-2.516 -1.308,-2.414 3.549,-1.364 6.912,0.228 10.463,0.237 1.474,0 2.883,-0.71 4.146,-1.395 0.682,-0.369 1.349,-0.762 2.029,-1.134 0.574,-0.314 2.747,-0.807 1.142,-1.165 2.101,-0.09 3.817,-2.232 5.695,-2.232 2.09,0 3.813,-2.583 5.895,-2.159 -1.948,-1.168 -5.218,-1.505 -7.419,-0.986 -0.446,0.104 -2.472,0.933 -2.727,0.231 -0.423,-1.166 -1.037,-0.683 -2.142,-1.026 -1.033,-0.321 -2.333,-0.574 -3.404,-0.326 -1.437,0.333 -2.568,0.225 -4.044,0.36 -1.938,0.177 -5.03,-0.104 -6.534,1.387 0.291,0.137 0.577,0.28 0.86,0.432 -0.527,0.498 -0.375,0.997 0.29,1.224 -0.75,0.39 -1.453,0.06 -2.046,-0.426 -0.66,-0.535 -1.65,-0.06 -2.308,0.208 -1.928,0.772 -2.425,2.989 -4.013,4.079 -0.673,0.461 -3.706,1.793 -2.881,3.009 1,1.478 -1.144,2.617 -2.072,3.787 0.745,0.02 1.485,-0.09 2.23,-0.07 -0.264,0.02 -0.528,0.05 -0.791,0.07"
           id="path5096"
           inkscape:connector-curvature="0" /><path
           style="fill:none;stroke:#000000;stroke-width:0.63534137;stroke-miterlimit:2.02116466;stroke-dasharray:none;stroke-opacity:1"
           d="m 817.16,166.66 c -0.475,0.792 0.553,1.483 -0.29,2.16 1.244,0.334 2.299,-1.002 3.411,-0.07 0.785,0.655 2.721,-0.721 3.401,-1.09 2.762,-1.5 5.425,-2.425 7.949,-4.308 -2.291,-1.723 -4.96,0.532 -7.425,0.307 -1.334,-0.122 -1.913,-0.439 -3.087,0.645 -1.245,1.147 -2.512,1.555 -3.959,2.359"
           id="path5106"
           inkscape:connector-curvature="0" /><path
           style="fill:none;stroke:#000000;stroke-width:0.63534137;stroke-miterlimit:2.02116466;stroke-dasharray:none;stroke-opacity:1"
           d="m 817.45,112.01 c 0.555,-0.147 0.98,-0.571 1.22,-1.08 -0.603,0.07 -1.066,0.497 -1.22,1.08"
           id="path5108"
           inkscape:connector-curvature="0" /><path
           style="fill:none;stroke:#000000;stroke-width:0.63534137;stroke-miterlimit:2.02116466;stroke-dasharray:none;stroke-opacity:1"
           d="m 819.32,115.83 c 1.588,-0.142 0.703,-1.912 -0.58,-0.575 0.861,-0.4 1.054,-0.208 0.58,0.575"
           id="path5112"
           inkscape:connector-curvature="0" /><path
           style="fill:none;stroke:#000000;stroke-width:0.63534137;stroke-miterlimit:2.02116466;stroke-dasharray:none;stroke-opacity:1"
           d="m 819.89,112.73 c -0.263,0.05 -0.527,0.1 -0.79,0.145 0.302,0.1 0.565,0.05 0.79,-0.145"
           id="path5114"
           inkscape:connector-curvature="0" /><path
           style="fill:none;stroke:#000000;stroke-width:0.63534137;stroke-miterlimit:2.02116466;stroke-dasharray:none;stroke-opacity:1"
           d="m 819.54,119.29 c 0.602,0.219 1.126,-0.08 1.359,-0.648 -0.58,-0.145 -1.088,0.134 -1.359,0.648"
           id="path5116"
           inkscape:connector-curvature="0" /><path
           style="fill:none;stroke:#000000;stroke-width:0.63534137;stroke-miterlimit:2.02116466;stroke-dasharray:none;stroke-opacity:1"
           d="m 822.85,114.24 c -0.433,-0.538 -1.943,0.381 -2.31,0.648 0.809,1.053 1.669,-0.116 2.31,-0.648"
           id="path5118"
           inkscape:connector-curvature="0" /><path
           style="fill:none;stroke:#000000;stroke-width:0.63534137;stroke-miterlimit:2.02116466;stroke-dasharray:none;stroke-opacity:1"
           d="m 831.7,139.59 c -1.55,-0.546 -3.081,1.337 -1.8,2.592 1.646,1.612 1.68,-1.656 1.8,-2.592"
           id="path5136"
           inkscape:connector-curvature="0" /><path
           style="fill:none;stroke:#000000;stroke-width:0.63534137;stroke-miterlimit:2.02116466;stroke-dasharray:none;stroke-opacity:1"
           d="m 835.95,123.46 c 0.702,-1.104 -0.537,-0.917 -1.212,-0.705 -1.162,0.367 -1.925,1.105 -2.633,2.028 -0.381,0.497 -1.162,1.771 0.197,1.747 1.835,-0.03 2.684,-1.841 3.648,-3.07"
           id="path5140"
           inkscape:connector-curvature="0" /><path
           style="fill:none;stroke:#000000;stroke-width:0.63534137;stroke-miterlimit:2.02116466;stroke-dasharray:none;stroke-opacity:1"
           d="m 837.39,139.45 c -0.429,-0.37 -2.813,-1.559 -2.761,-0.161 0.01,0.342 0.527,0.392 0.745,0.502 0.466,0.238 -0.244,1.369 -0.363,1.674 0.747,0 1.494,0 2.24,0 -0.268,0.19 -0.535,0.382 -0.8,0.576 0.821,0.07 2.41,0.792 2.74,-0.433 -0.804,0.08 -1.549,-0.27 -2.229,-0.647 0.852,-0.09 1.557,-1.136 0.428,-1.511"
           id="path5142"
           inkscape:connector-curvature="0" /><path
           style="fill:none;stroke:#000000;stroke-width:0.63534137;stroke-miterlimit:2.02116466;stroke-dasharray:none;stroke-opacity:1"
           d="m 836.45,172.71 c 0.97,1.961 3.729,-1.253 4.748,-1.909 0.788,-0.508 4.036,-3.535 1.252,-3.922 -1.797,-0.25 -9.16,4.51 -6,5.831"
           id="path5144"
           inkscape:connector-curvature="0" /><path
           style="fill:none;stroke:#000000;stroke-width:0.63534137;stroke-miterlimit:2.02116466;stroke-dasharray:none;stroke-opacity:1"
           d="m 837.46,99.63 c -0.807,1.734 9.994,1.305 10.439,1.368 -1.235,1.168 1.843,1.765 2.521,1.8 -2.26,-0.06 -4.506,1.065 -6.76,0.432 -1.834,-0.515 -4.178,-1.333 -6.12,-1.008 0.222,0.232 0.435,0.472 0.64,0.72 -0.395,0.191 -1.459,0.522 -1.58,1.009 -0.166,0.664 0.751,1.19 0.685,1.872 -0.123,1.271 3.035,1.284 3.775,1.728 -0.503,0.08 -1.006,0.08 -1.51,0 0.637,0.223 4.053,0.635 2.31,0.288 1.48,-0.348 2.993,0.374 4.46,-0.07 -0.245,-0.186 -0.485,-0.378 -0.72,-0.576 1.046,-0.628 2.93,0.07 1.51,0.216 1.073,0.614 2.75,-0.528 3.75,-0.863 -0.585,0.322 -2.768,1.081 -2.342,2.09 0.704,1.665 3.818,1.575 5.223,1.366 -0.683,-0.434 -1.516,-0.589 -2.31,-0.433 0.953,-0.493 2.043,-0.253 3.047,-0.127 1.136,0.143 1.785,-0.366 2.452,0.267 1.073,1.018 3.567,0.621 4.878,0.532 1.61,-0.108 3.176,-0.43 4.757,0.05 0.532,0.175 1.064,0.35 1.596,0.526 0.113,0.03 1.391,0.77 1.488,0.769 0.693,0 2.439,-0.737 3.09,-1.08 -0.679,-0.135 -1.168,-0.647 -1.692,-1.05 -0.897,-0.689 -2.064,-0.762 -2.988,-1.398 2.781,0.612 5.086,1.92 7.284,3.627 0.453,0.352 1.95,0.02 1.221,-0.646 -0.45,-0.41 -0.568,-1.021 -1.24,-1.145 -0.594,-0.108 -0.933,0.178 -1.435,-0.325 2.414,-1.923 6.9,2.244 9.15,0.576 -0.04,1.627 4.914,0.808 5.765,0.593 1.054,-0.266 1.782,-1.547 1.575,-2.609 -0.118,-0.61 -2.586,-0.912 -3.089,-0.936 0.423,-0.253 0.864,-0.468 1.323,-0.645 0.489,-0.195 0.722,0.661 1.181,0.243 0.521,-0.475 1.858,-1.979 2.675,-1.253 -0.49,0.292 -1.017,0.484 -1.58,0.575 -0.02,0.611 0.213,0.792 0.795,0.738 0.69,-0.06 0.126,1.039 1.145,0.558 -0.466,1.387 1.558,0.801 2.24,0.738 2.189,-0.202 -0.376,2.755 -0.73,3.367 1.464,0.453 3.066,-1.063 4.54,-1.08 -0.762,0.237 -1.576,0.287 -2.3,0.647 0.768,0.403 1.545,-0.186 2.3,0.289 -0.188,1.223 -1.655,0.901 -2.521,1.008 1.148,1.481 3.888,0 5.33,0.07 -0.854,0.374 -2.19,0.124 -2.897,0.811 -0.536,0.521 3.714,1.456 3.521,2.694 -0.232,1.489 -3.893,0.958 -4.889,0.958 -0.912,0 -1.702,0.206 -2.365,0.864 -0.08,0.205 -0.08,0.411 0,0.618 0,0.383 -0.985,0.674 -1.151,1.182 2.125,0.392 6.012,-0.667 7.601,-2.101 0.899,-0.812 1.093,0.544 1.979,0.517 1.173,-0.04 1.629,-1.603 2.95,-1.08 -0.331,0.262 -3.505,0.981 -1.58,0.793 -1.912,0.493 0.513,0.1 0.79,0.07 -0.421,0.431 -0.925,0.719 -1.51,0.864 0.553,0.279 1.056,0.207 1.51,-0.216 -1.413,0.509 -0.09,1.978 0.72,2.304 0.957,0.385 2.69,-0.325 1.29,-1.296 0.793,-0.125 1.606,-0.06 2.31,0.36 -0.419,0 -1.493,1.042 -1.794,1.421 -1.021,1.288 0.449,0.679 0.274,1.459 0.798,-0.333 1.69,-0.354 2.45,-0.792 -0.446,0.308 -0.926,0.548 -1.439,0.72 0.839,-0.271 1.394,0.632 2.24,0.36 -0.505,0.708 -0.496,1.672 -1.23,2.231 1.787,0.764 -0.517,3.578 0.72,4.896 -1.101,0.427 -1.837,1.177 -3.041,1.417 -1.104,0.221 -2.02,0.53 -2.923,1.234 -1.734,1.354 1.238,1.326 2.079,1.419 1.839,0.205 4.272,1.468 5.953,0.123 1.937,-1.551 2.014,-2.905 4.842,-2.035 -1.836,0.388 0.06,0.111 -0.151,0.793 -0.174,0.566 -0.16,0.753 0.666,0.899 0.757,0.134 5.673,1.316 3.806,1.836 0.524,0 1.03,-0.101 1.52,-0.288 -0.772,0.337 -1.641,0.365 -2.38,0.793 0.72,0.302 1.484,-0.557 2.09,0.07 -0.45,0.116 -0.906,0.188 -1.37,0.216 0.572,0.227 1.097,-0.118 1.66,0.07 -0.962,0.226 -1.86,0.838 -2.767,1.221 -0.965,0.406 -2.308,-0.23 -3.506,0.06 -1.268,0.303 -2.106,-0.595 -3.425,-0.06 -1.502,0.604 -2.855,2.062 -4.562,2.028 0.482,-0.571 1.276,-0.489 1.8,-1.008 -1.305,-0.261 0.321,-0.719 0.671,-1.745 0.243,-0.711 0.288,-1.555 -0.54,-1.851 -2.111,-0.755 -4.277,-0.9 -6.498,-0.972 -1.737,-0.06 -12.974,2.81 -12.609,4.711 0.212,1.105 1.813,1.546 2.193,2.628 0.975,2.768 -2.219,1.284 -3.465,1.661 -1.162,0.351 -2.271,0.803 -3.396,1.252 -0.327,0.131 -2.322,-0.286 -2.816,-0.286 -0.842,0 -0.817,0.99 -2.005,0.9 -1.067,-0.08 -2.313,-0.707 -3.285,-0.04 0.883,0.582 1.69,2.245 2.521,1.656 -0.575,0.828 -1.661,0.581 -2.311,1.296 0.456,0.352 0.323,0.48 0.36,1.008 -0.903,0.128 -0.965,-0.673 -0.775,-1.325 0.176,-0.604 1.369,-0.07 1.575,-0.835 0.381,-1.41 -2.178,-1.842 -3.054,-2.104 -0.677,-0.203 -6.802,-1.817 -6.306,-0.415 -0.805,-0.284 -1.101,0.772 -1.469,1.233 -0.529,0.664 -1.593,0.642 -2.35,0.774 -0.879,0.153 -1.862,0.435 -2.608,0.938 -1.006,0.68 -1.342,1.955 -2.724,2.022 1.549,-0.2 0.188,0.561 0.365,1.395 0.144,0.68 0.723,1.221 1.295,1.558 1.378,0.811 3.218,0.269 4.723,0.867 0.759,0.302 0.412,-0.485 0.888,-0.727 0.688,-0.35 1.618,0.173 2.341,0.112 0.696,-0.06 1.341,-0.359 2.007,-0.542 0.487,-0.146 0.984,-0.194 1.49,-0.143 -0.316,-0.814 -0.08,-0.982 0.71,-0.504 -1.452,-1.93 3.041,-0.22 3.388,-0.09 0.875,0.322 2.428,0.895 3.19,0.05 1.128,-1.25 0.381,-1.593 -0.598,-2.55 1.113,0 1.943,-0.745 3.02,-0.864 -0.54,0.501 -2.117,1.083 -1.034,1.949 0.667,0.533 2.222,-0.212 2.693,-0.725 -0.05,0.949 -1.671,1.12 -0.21,1.512 -0.901,-0.224 -0.934,0.972 -1.59,1.296 0.784,0.163 2.351,-0.831 2.23,-1.729 0.611,0.619 1.682,0.451 1.8,-0.504 0.62,0.159 0.845,0.618 0.44,1.152 0.896,0.04 1.21,-1.133 2.15,-0.792 -0.616,0.5 -1.446,0.672 -2.042,1.218 -0.451,0.413 0.263,1.762 0.616,2.047 0.16,0 0.305,-0.05 0.437,-0.145 0.358,-0.08 0.388,1.454 0.49,1.631 0.249,-0.207 0.488,-0.422 0.72,-0.647 0.04,0.615 -0.174,1.119 -0.649,1.512 0.754,0.919 2.073,0 2.95,-0.143 -0.865,0.36 -1.583,1 -2.16,1.727 0.959,-0.492 2.054,-0.09 3.03,-0.504 -1.149,-0.117 -0.623,-0.262 0,-0.576 0.327,1.24 2.081,1.17 3.02,1.584 -1.677,1.41 -3.897,1.497 -5.97,1.225 1.516,0.18 1.065,1.244 1.758,2.202 0.955,1.32 2.954,0.92 4.002,-0.04 -0.483,0.738 -1.306,1.125 -2.16,1.225 1.51,0.108 2.646,1.262 3.997,1.802 1.652,0.661 3.576,-0.08 5.293,0.141 -1.976,0.106 -1.191,1.59 -0.103,2.383 1.237,0.901 3.077,1.636 4.567,1.801 2.268,0.252 4.109,0.409 6.227,1.344 1.828,0.807 3.744,1.671 5.789,1.241 -0.151,-0.473 -0.271,-0.953 -0.36,-1.44 0.618,0.08 1.161,-0.25 1.44,-0.792 -0.591,-0.137 -0.948,-0.549 -0.64,-1.152 -0.501,-0.144 -1.008,-0.168 -1.52,-0.07 0.914,-0.08 1.038,-0.285 0.372,-0.615 -0.191,-0.553 0.421,-0.867 -0.01,-1.473 -0.373,-0.521 -1.654,-0.592 -2.229,-0.72 0.07,-0.241 0.144,-0.481 0.22,-0.721 -1.143,0.04 -0.762,-2.076 -2.23,-1.224 1.627,-0.642 -0.348,-0.736 -0.87,-0.07 0.207,-0.554 0.704,-0.899 1.3,-0.864 -2.374,-0.326 -3.847,-1.891 -4.422,-4.215 -0.518,-2.092 3.066,-0.228 3.481,-0.537 -0.141,0.898 1.302,2.087 2.021,2.376 0.25,-0.885 0.507,-2.038 0.29,-2.952 0.379,0.879 2.453,5.371 3.52,2.952 -0.137,0.521 -0.183,1.048 -0.14,1.584 0.238,-0.242 0.478,-0.481 0.72,-0.72 0.1,0.805 -0.643,1.657 0.43,2.088 -0.898,-1.19 1.2,-0.747 0.58,-2.232 0.868,1.205 0.07,1.733 1.58,2.664 0.154,-0.479 0.154,-0.96 0,-1.439 0.448,0.685 1.372,1.409 2.16,0.72 -0.273,0.179 -0.536,0.371 -0.79,0.576 0.603,0.132 1.174,-0.146 1.51,-0.647 -1.19,1.539 1.091,1.982 1.95,0.863 0.159,0.469 -2.328,3.261 0.293,2.731 1.333,-0.269 0.189,-2.446 0.277,-3.235 0.956,-0.102 1.374,1.154 2.31,1.008 1.213,-0.19 0.583,-1.737 0.72,-2.52 -0.564,0.264 -0.892,0.05 -0.87,-0.576 0.586,0.121 1.112,-0.178 1.439,-0.648 -0.262,-0.146 -0.525,-0.291 -0.79,-0.432 0.806,-0.256 0.664,-1.326 1.58,-1.368 -0.147,-0.548 -0.387,-1.052 -0.72,-1.512 0.58,0.504 1.054,1.231 1.135,2.011 0.05,0.491 -0.296,1.106 0.01,1.567 0.531,0.801 1.264,0.08 0.875,-0.698 1.393,0.25 0.97,-1.691 1.73,-2.304 -0.461,-0.293 -0.965,-0.461 -1.51,-0.504 0.521,-1.075 1.478,0.413 2.52,0.575 -0.283,-0.222 -0.549,-0.462 -0.8,-0.72 0.244,-0.08 0.857,-0.398 0.854,-0.714 0,-0.505 -1.994,0.381 -2.294,0.282 0.374,-0.517 1,-0.769 1.59,-0.935 -0.68,-0.47 -1.524,-0.461 -2.31,-0.434 1.026,-0.374 -0.03,-1.131 -0.65,-1.008 1.302,-0.517 0.348,-0.796 -0.35,-0.721 0.591,-0.828 0.98,-0.09 1.696,-0.453 0.717,-0.358 1.363,-0.845 1.754,-1.563 -0.674,0.148 -1.413,0.09 -2.01,0.504 1.625,-1.223 -0.742,-0.454 -1.521,-0.359 0.07,-0.937 1.153,-1.05 1.66,-1.656 -1.771,0 0.962,-1.315 -0.742,-1.228 -0.745,0.04 -0.836,1.375 -1.708,1.228 0.139,-0.267 0.283,-0.53 0.43,-0.792 -0.68,0.07 -1.136,0.553 -1.65,0.936 0.33,-0.502 0.69,-0.982 1.08,-1.439 -0.798,0.129 -1.654,-0.306 -1.8,-1.152 -0.528,0.433 -1.008,0.913 -1.44,1.44 0,-1.039 1,-1.327 -0.29,-1.584 0.599,-0.05 1.08,-0.311 1.44,-0.792 -0.815,0.05 -1.375,0.819 -2.23,0.647 0.581,-0.156 1.079,-0.555 1.37,-1.08 -1.055,-0.106 -0.512,-1.503 -2.02,-0.936 0.798,-0.45 2.037,0.06 2.45,-1.008 -0.51,-0.03 -1.014,0.02 -1.51,0.144 0,-0.579 0.363,-1.03 0.93,-1.151 -1.044,-1.389 -3.376,0.04 -4.46,0.647 0.787,-0.622 1.537,-1.292 2.23,-2.017 -0.496,-0.13 -1,-0.178 -1.51,-0.144 0.461,-0.692 0.268,-0.98 -0.58,-0.864 0.904,-0.03 1.048,-0.368 0.43,-1.008 0.506,0.732 1.645,0.609 1.52,-0.432 -0.443,-0.02 -0.843,-0.157 -1.202,-0.415 -0.773,-0.386 -1.659,0 -2.479,-0.233 1.969,-0.262 2.661,0.319 4.47,0.721 -0.556,0.238 -1.135,1.516 -0.147,1.6 0.903,0.08 2.92,-0.18 3.751,-0.563 1.271,-0.585 -0.164,-1.299 -0.73,-1.719 -0.655,-0.486 -0.289,-1.21 -0.573,-1.909 1.392,-0.286 1.953,1.727 3.31,1.008 -0.236,-0.244 -0.476,-0.484 -0.72,-0.721 0.523,0 1.03,-0.103 1.52,-0.287 -0.46,-0.836 -1.337,-0.793 -2.16,-0.864 1.135,-0.577 3.909,0.89 3.59,-0.648 0.487,0.204 0.993,0.324 1.52,0.36 -1.458,0.31 -0.634,2.067 0.57,1.367 -0.223,0.536 -0.533,1.017 -0.93,1.44 0.791,0.19 1.491,-0.266 2.23,-0.432 -1.697,0.361 0.3,1.377 1.241,1.079 1.184,-0.376 2.271,-1.157 3.219,-1.943 -0.67,0.724 -4.679,2.107 -4.32,3.313 2.045,-0.514 4.074,-0.316 6.121,-1.085 1.526,-0.573 2.672,-1.866 4.389,-1.939 -1.09,0.665 -4.204,0.911 -3.811,2.808 -1.776,-0.219 -5.053,0.04 -5.54,2.232 1.291,0.319 2.458,-0.458 3.74,-0.36 -1.017,0.14 -1.961,0.869 -3.02,0.72 0.859,1.253 1.974,0.228 2.95,-0.216 -0.279,0.259 -3.058,1.588 -2.955,1.836 0.265,0.638 3.234,-0.216 3.815,-0.18 -1.015,0.01 -2.137,0.403 -2.95,1.008 1.407,0.166 -0.395,1.662 1.32,1.204 0.758,-0.203 1.675,-1.388 2.42,-1.851 -0.516,0.347 -0.946,0.778 -1.29,1.296 0.474,0.279 0.977,0.351 1.51,0.216 -0.566,0.09 -0.959,0.474 -0.86,1.08 0.617,-0.697 1.613,-0.238 2.23,-0.936 -1.373,1.047 1.119,0.789 -0.58,1.224 0.569,0.05 1,0.435 1.08,1.008 0.554,-0.721 1.451,-1.151 2.115,-1.76 0.365,-0.334 0.753,-0.761 0.808,-1.281 0.07,-0.71 -1.014,-1.276 0.468,-1.063 -0.215,-0.266 -0.431,-0.529 -0.65,-0.791 0.535,0.07 1.039,-0.03 1.51,-0.289 -0.404,-0.385 -0.884,-0.601 -1.44,-0.647 0.919,-0.368 2.422,-0.264 1.8,-1.728 0.571,0.771 2.632,3.583 2.81,1.08 -0.352,1.041 0.852,0.905 1.44,0.72 -0.269,-0.165 -0.535,-0.333 -0.8,-0.504 0.673,0.01 1.046,-0.196 0.58,-0.937 0.451,0.153 3.769,0 2.541,-0.929 -0.466,-0.35 -2.053,-0.364 -2.041,-1.159 1.143,1.387 3.053,0.509 4.54,0.721 -0.08,-1.946 -3.315,-0.59 -3.38,-2.305 0.677,1.049 2.1,0.535 3.021,0.216 -0.09,-0.584 -0.471,-0.954 -1.08,-0.72 1.031,-0.596 1.648,0.148 2.54,0.554 1.18,0.535 2.398,-0.248 3.581,-0.338 -0.679,-0.41 -1.47,-0.516 -2.23,-0.288 0.663,-0.455 1.471,-0.426 2.23,-0.504 -0.195,-1.363 -1.539,-1.325 -2.59,-1.08 0.74,-0.321 1.411,-0.702 2.174,-0.206 0.65,0.423 1.142,0.892 1.99,0.643 1.445,-0.424 0.554,-2.161 -0.704,-2.021 2.084,-0.507 -1.003,-0.487 -1.44,-0.359 0.485,-0.198 0.988,-0.271 1.51,-0.217 -0.446,-0.551 -1.057,-0.523 -1.51,0 0.767,-0.86 -0.305,-1.133 -0.896,-0.653 -0.732,0.595 -1.577,0.718 -1.414,1.878 -0.227,-0.367 -0.475,-1.711 -1.153,-1.5 -1.056,0.331 -1.374,2.016 -2.587,2.003 0.723,-0.581 1.442,-1.29 1.65,-2.232 -1.77,-0.121 -2.934,0.859 -4.25,1.872 1.194,-1.294 -1.043,-0.602 -1.79,-0.72 0.965,-0.08 2.959,-0.559 3.707,-1.157 0.521,-0.417 0.631,-1.113 1.338,-1.307 0.655,-0.179 1.246,-0.403 1.645,-0.992 -1.278,-1.065 -4.083,1.538 -5.33,1.872 0.778,-0.367 1.614,-0.628 2.31,-1.152 -1.812,-1.572 -6.017,0.671 -7.85,1.297 0.805,-1.818 3.515,-1.215 5.04,-1.729 -1.278,-0.643 -3.335,-0.03 -4.61,0.359 0.974,-0.542 2.069,-0.277 3.1,-0.575 -0.695,-0.341 -1.468,-0.448 -2.23,-0.504 1.127,-0.179 2.238,0.421 3.369,0.342 1.833,-0.129 1.138,-1.405 -0.419,-1.206 0.751,-0.179 1.683,-0.33 2.01,-1.152 -0.774,0 -0.905,-0.06 -0.57,-0.792 -0.781,0.04 -1.542,0.228 -2.311,0.36 0.479,-0.222 0.983,-0.342 1.51,-0.36 0.08,-1.578 -1.829,-0.508 -2.3,0.145 0,-1.486 -1.657,-0.265 -2.3,0.36 0.524,-1.085 2.332,-2.25 3.53,-2.305 -0.843,-1.809 -4.594,0.646 -4.54,2.376 -0.841,-0.669 -0.253,-1.622 0.5,-2.016 -1.073,-1.641 -3.436,1.209 -4.17,1.944 0.385,-1.489 2.798,-2.514 2.88,-3.816 -0.719,1.149 -4.268,2.601 -5.55,2.231 1.167,0.04 1.933,-0.653 2.95,-1.079 -0.592,-0.273 -1.214,-0.607 0.08,-0.721 -0.77,-0.57 -1.803,-0.345 -2.16,0.576 0.924,-1.392 -0.743,-0.528 -1.23,-0.288 0.479,-0.464 0.986,-0.896 1.52,-1.296 -0.812,-0.138 -1.636,-0.545 -2.444,-0.104 -0.659,0.36 -1.262,0.992 -2.096,0.824 1.143,0.13 1.912,-1.111 3.02,-1.224 -0.897,-0.694 -2.265,-0.262 -3.02,0.432 1.752,-1.064 -0.231,-0.489 -0.79,-0.432 2.104,-0.983 4.479,-0.422 6.689,-0.864 -1.101,-0.487 -2.222,0.343 -3.246,0 -0.877,-0.301 -1.403,-0.922 -1.934,0.297 0,-0.58 0.329,-0.984 0.94,-0.936 -1.195,-0.645 -2.022,0.241 -2.96,0.863 0.265,-0.242 0.504,-0.506 0.72,-0.792 -1.278,-0.486 -2.461,-0.535 -3.811,-0.432 1.831,-0.365 -0.45,-0.4 -0.8,-0.216 1.3,-0.874 3.145,-0.496 4.61,-0.576 -0.927,-0.58 -2.052,-0.466 -3.09,-0.504 -0.945,-0.03 -2.109,-0.633 -2.96,-0.576 0.984,-0.01 0.961,-0.108 -0.07,-0.288 1.261,-0.237 2.514,0.3 3.755,0.414 1.291,0.118 2.589,-0.06 3.875,0.162 -0.69,-0.397 -1.466,-0.595 -2.23,-0.792 0.737,-0.164 1.424,0.21 2.16,0.145 -0.536,-0.69 -1.383,-0.965 -2.229,-0.793 1.423,-0.585 3.058,-0.1 4.54,-0.287 -1.724,-1.492 -5.221,-1.686 -6.84,0.07 0.688,-0.715 0.592,-0.931 -0.29,-0.647 1.027,-0.152 2.152,-0.173 3.1,-0.648 -0.401,-0.121 -0.812,-0.192 -1.23,-0.216 1.282,-0.327 2.604,-0.04 3.89,0.07 -1.073,-1.281 -3.918,-1.136 -5.33,-0.647 1.866,-1.203 4.919,-0.316 6.783,0.462 1.322,0.551 2.338,0.431 3.742,0.333 0.435,-0.03 4.071,0.736 2.751,-1.021 -1.497,-1.99 -5.164,-0.87 -7.307,-1.569 -1.378,-0.45 -2.516,-0.393 -3.916,-0.08 -1.824,0.401 -3.66,0.04 -5.503,0.222 1.671,-0.685 3.737,-0.08 5.503,-0.327 2.012,-0.276 3.96,-0.488 5.862,-1.218 0.915,-0.352 6.031,0.528 5.951,-0.953 -0.06,-1.083 -1.025,-2.705 -2.104,-3.03 -1.842,-0.556 -3.502,1.454 -5,2.153 -1.504,0.702 -3.142,0.382 -4.701,1.119 -0.728,0.344 -1.317,0.238 -2.083,0.193 -1.111,-0.06 -2.032,0.74 -2.928,1.271 2.405,-2.688 6.996,-1.259 9.79,-3.672 -1.327,-1.231 -4.04,-0.462 -5.52,0.04 -0.778,0.263 -1.134,1.335 -2.006,1.209 -1.2,-0.173 -2.377,0.709 -3.564,0.842 1.353,-0.61 2.817,-0.819 4.25,-1.151 -0.465,-0.451 -0.968,-0.5 -1.51,-0.145 2.452,-1.305 5.369,-1.743 8.098,-2.038 1.007,-0.109 2.129,-1.301 3.007,-1.172 0.349,0.05 1.97,-0.101 1.116,-0.704 -1.166,-0.823 -4.071,-1.759 -5.381,-1.485 -1.356,0.283 -2.475,1.035 -3.894,1.117 -0.505,-0.07 -0.974,0 -1.407,0.245 -0.345,0.418 -0.02,0.767 -0.82,0.726 0.477,-1.753 3.801,-1.65 5.11,-2.376 -1.472,-1.027 -4.643,0.39 -6.094,0.916 -2.811,1.017 -4.608,3.452 -7.296,4.628 1.597,-0.98 2.906,-2.345 4.46,-3.385 -2.013,-1.163 -3.075,1.261 -4.89,1.584 1.131,-0.293 0.634,-0.602 0,-0.863 1.267,-0.286 2.281,-1.55 3.646,-1.419 1.228,0.117 1.731,-0.141 2.864,-0.533 1.181,-0.409 3.638,-1.036 4.221,-2.28 0.851,-1.816 -4.339,0.594 -4.624,0.664 -1.388,0.342 -2.863,0.627 -4.274,0.841 -1.415,0.214 -2.864,1.219 -4.282,1.144 1.186,0 2.043,-0.838 3.1,-1.225 -0.741,-0.423 -1.527,-0.09 -2.31,-0.144 2.025,-0.414 4.576,-2.287 6.635,-1.909 1.131,0.207 3.521,-0.332 3.93,-1.601 0.683,-2.122 -4.452,-2.202 -5.475,-1.974 -2.907,0.648 -4.883,3.288 -7.82,3.899 1.117,-0.287 1.861,-1.578 3.09,-1.512 -2.131,-1.718 -3.284,1.503 -5.33,1.368 1.414,-0.229 2.54,-1.489 3.75,-2.16 -1.783,0.511 -0.02,-0.994 0.43,-1.225 -1.62,-1.05 -4.063,1.952 -5.47,2.448 0.853,-0.418 1.632,-0.98 2.3,-1.656 -0.535,-0.04 -1.061,0.01 -1.58,0.145 1.831,-0.548 3.445,-1.673 5.32,-2.089 -1.223,-0.969 -3.066,0.08 -3.74,1.225 -0.01,-0.564 0.305,-0.926 0.86,-1.008 -0.928,-0.65 -2.662,0.181 -3.484,0.666 -0.555,0.328 -0.735,0.788 -1.113,1.277 -0.57,0.739 -1.846,1.041 -2.673,1.368 0.629,-0.403 1.306,-0.725 1.974,-1.058 0.784,-0.392 -0.29,-1.427 -1.033,-0.885 0.97,-0.606 2.192,-0.416 3.17,-1.009 -1.338,-0.691 -3.136,0.537 -4.47,0.721 1.072,-0.26 2.107,-0.646 3.17,-0.937 -0.724,-0.408 -1.53,-0.223 -2.3,-0.144 1.729,-0.307 3.47,-0.539 5.195,-0.846 1.506,-0.268 2.097,-0.767 3.445,-1.314 -2.15,-3.707 -9.377,2.225 -11.88,1.943 1.218,0 2.122,-0.748 3.09,-1.367 0.955,-0.611 2.21,-0.569 3.1,-1.296 -2.458,-0.828 -4.603,0.844 -6.91,1.368 1.455,-0.765 3.098,-1.552 4.762,-1.672 1.406,-0.102 3.088,0.255 4.294,-0.682 2.108,-1.638 -2.59,-3.685 -4.016,-1.75 0.846,-1.377 -4.428,-1.944 -5.452,-1.944 -1.821,0 -3.685,0.356 -5.412,0.922 -0.374,0.122 -2.702,0.8 -2.314,1.507 0.74,1.35 4.616,1.119 5.828,1.747 -1.017,-0.322 -2.592,-0.474 -3.38,0.433 0.24,-0.219 0.457,-0.458 0.65,-0.72 -0.946,-0.815 -3.701,-1.34 -4.25,0.216 0.489,-1.309 -1.23,-1.281 -1.445,-0.397 -0.106,0.438 2.442,2.662 2.885,2.846 -0.906,0.193 -1.066,-0.871 -1.87,-1.008 -0.428,0.587 -0.182,1.076 0.5,1.224 -1.938,0.147 -0.685,-4.245 -3.74,-1.584 0.256,0.156 0.52,0.3 0.79,0.432 -0.783,0.188 -1.523,-0.286 -2.3,0 0.919,-0.852 2.193,-1.268 2.95,-2.304 -1.229,-1.332 -3.246,-0.231 -4.47,0.504 0.858,-0.387 1.025,-1.315 1.52,-2.016 -0.763,0.271 -4.574,1.703 -2.16,2.375 -1.392,0.333 -1.294,-1.863 -3.049,-0.07 -1.207,1.232 -2.902,1.67 -4.59,1.943 0.28,-0.147 0.546,-0.315 0.8,-0.504 -0.265,-0.195 -0.531,-0.387 -0.8,-0.576 0.946,-0.504 1.956,-0.1 2.95,-0.288 -2.229,-0.586 2.207,-2.137 2.6,-2.521 -1.551,-1.079 -3.894,1.055 -5.4,1.368 2.896,-0.961 5.504,-2.67 8.49,-3.384 -1.423,-0.989 -0.03,-1.831 0.8,-2.521 -0.519,-0.801 -1.43,-0.8 -2.24,-1.079 2.196,-2.635 0.807,-3.623 -2.287,-3.31 -1.704,0.172 -3.376,-0.02 -5.085,0.262 -1.879,0.313 -3.715,0.833 -5.588,1.175 0.596,0.15 0.855,0.602 0.51,1.152 -1.08,-1.24 -3.344,-0.924 -4.68,-0.359 -0.532,0.225 -0.501,1.165 -1.334,0.479 -0.692,-0.57 -2.075,0.09 -2.626,0.602 1.692,1.434 4.097,0.477 5.9,1.584 -1.719,-0.212 -3.763,0.03 -5.405,-0.528 -0.837,-0.286 -3.034,-0.418 -3.665,0.312 1.75,0.659 4.175,1.816 6.05,1.944 -2.106,0.156 -3.878,-1.307 -5.922,-1.358 -1.042,-0.03 -5.187,2.114 -3.229,2.726 -0.685,-0.03 -1.019,0.351 -0.466,0.861 1,0.924 2.37,0.21 3.497,0 -1.979,0.558 0.32,0.637 0.79,0.648 -4.486,0.587 0.514,1.314 -0.94,2.952 -0.122,-1.625 -2.336,-2.045 -3.607,-2.178 -0.854,-0.09 -1.429,-0.07 -2.09,0.555 -1.024,0.966 -2.219,1.045 -3.583,1.12 0.298,0.168 1.77,1.041 1.554,1.494 -0.225,0.164 -0.479,0.193 -0.764,0.09 0.637,1.118 2.615,1.367 3.67,0.792 -0.121,1.731 -1.591,1.831 -2.527,3.016 -0.583,0.738 -2.353,2.488 -3.383,2.385 0.45,-0.347 0.739,-0.884 0.08,-1.225 0.48,-0.05 0.96,-0.1 1.44,-0.145 -1.72,-2.136 -8.599,1.013 -10.73,0.937 0.878,-0.553 1.965,-0.497 2.948,-0.672 1.208,-0.215 2.277,-0.926 3.523,-0.989 1.236,-0.06 2.125,0.08 3.365,-0.315 0.4,-0.128 2.247,-0.22 2.434,-0.584 0.476,-0.925 -5.943,-2.721 -3.082,-5.89 0.754,-0.836 1.896,-0.972 2.67,-1.747 0.848,-0.849 -1.106,-1.335 -0.177,-2.312 0.956,-1.004 2.624,-1.389 3.821,-1.996 1.779,-0.903 3.493,-1.882 5.38,-2.551 1.89,-0.67 3.836,-1.159 5.771,-1.681 1.881,-0.507 0.167,-1.208 -0.797,-1.208 -4.092,0 -7.958,0 -12.044,0.563 -4.093,0.563 -7.869,2.357 -11.715,3.76 -1.338,0.488 -2.576,1.137 -3.365,2.347 -0.723,1.107 -1.41,0.325 -2.379,0.886 -1.077,0.625 -2.06,1.451 -3.18,1.989 -0.596,0.286 -3.241,1.903 -1.312,1.903 -1.168,0.847 -2.847,0.849 -3.67,2.16 -0.799,1.277 -1.672,1.794 -2.81,2.957"
           id="path5146"
           inkscape:connector-curvature="0" /><path
           style="fill:none;stroke:#000000;stroke-width:0.63534137;stroke-miterlimit:2.02116466;stroke-dasharray:none;stroke-opacity:1"
           d="m 839.7,140.81 c -0.346,-0.213 -0.483,-0.09 -0.8,0.217 0.266,-0.07 0.533,-0.145 0.8,-0.217"
           id="path5148"
           inkscape:connector-curvature="0" /><path
           style="fill:none;stroke:#000000;stroke-width:0.63534137;stroke-miterlimit:2.02116466;stroke-dasharray:none;stroke-opacity:1"
           d="m 844.45,137.65 c -0.406,0.119 -1.223,-0.337 -1.44,-0.647 -0.388,1.012 0.869,1.242 1.44,0.647"
           id="path5160"
           inkscape:connector-curvature="0" /><path
           style="fill:none;stroke:#000000;stroke-width:0.63534137;stroke-miterlimit:2.02116466;stroke-dasharray:none;stroke-opacity:1"
           d="m 853.01,165.65 c -0.108,0.564 0.136,0.564 0.73,0 -0.243,0 -0.487,0 -0.73,0"
           id="path5174"
           inkscape:connector-curvature="0" /><path
           style="fill:none;stroke:#000000;stroke-width:0.63534137;stroke-miterlimit:2.02116466;stroke-dasharray:none;stroke-opacity:1"
           d="m 854.31,165.65 c -0.129,0.621 0.111,0.646 0.72,0.07 -0.24,-0.03 -0.48,-0.05 -0.72,-0.07"
           id="path5176"
           inkscape:connector-curvature="0" /><path
           style="fill:none;stroke:#000000;stroke-width:0.63534137;stroke-miterlimit:2.02116466;stroke-dasharray:none;stroke-opacity:1"
           d="m 856.69,158.67 c -0.79,0 -1.52,0.351 -2.31,0.36 0.125,2.157 2.268,3.202 4.11,2.159 2.9,-1.64 -0.519,-2.207 -1.8,-2.519"
           id="path5180"
           inkscape:connector-curvature="0" /><path
           style="fill:none;stroke:#000000;stroke-width:0.63534137;stroke-miterlimit:2.02116466;stroke-dasharray:none;stroke-opacity:1"
           d="m 861.8,122.17 c -0.388,-0.444 -1.066,-0.371 -1.51,-0.07 0.498,0.144 1,0.168 1.51,0.07"
           id="path5186"
           inkscape:connector-curvature="0" /><path
           style="fill:none;stroke:#000000;stroke-width:0.63534137;stroke-miterlimit:2.02116466;stroke-dasharray:none;stroke-opacity:1"
           d="m 862.81,154.78 c -0.548,-0.534 -1.698,-0.104 -2.23,0.216 0.752,0.309 1.566,0.303 2.23,-0.216"
           id="path5188"
           inkscape:connector-curvature="0" /><path
           style="fill:none;stroke:#000000;stroke-width:0.63534137;stroke-miterlimit:2.02116466;stroke-dasharray:none;stroke-opacity:1"
           d="m 865.62,158.74 c 0.766,-1.536 -2.822,-1.757 -3.61,-1.295 0.399,1.739 2.564,2.451 4.04,1.584 -0.144,-0.1 -0.287,-0.192 -0.43,-0.289"
           id="path5190"
           inkscape:connector-curvature="0" /><path
           style="fill:none;stroke:#000000;stroke-width:0.63534137;stroke-miterlimit:2.02116466;stroke-dasharray:none;stroke-opacity:1"
           d="m 874.83,164.5 c -0.217,0.191 -0.433,0.384 -0.65,0.575 0.921,0.289 2.145,0.879 2.96,0 -0.797,-0.222 -1.65,0.08 -2.31,-0.575"
           id="path5206"
           inkscape:connector-curvature="0" /><path
           style="fill:none;stroke:#000000;stroke-width:0.63534137;stroke-miterlimit:2.02116466;stroke-dasharray:none;stroke-opacity:1"
           d="m 876.13,152.12 c 0.187,0.211 0.427,0.283 0.72,0.216 -0.24,-0.07 -0.48,-0.143 -0.72,-0.216"
           id="path5210"
           inkscape:connector-curvature="0" /><path
           style="fill:none;stroke:#000000;stroke-width:0.63534137;stroke-miterlimit:2.02116466;stroke-dasharray:none;stroke-opacity:1"
           d="m 581.72,112.88 c 0.241,-0.01 0.481,-0.03 0.72,-0.07 -0.24,0.02 -0.481,0.05 -0.72,0.07"
           id="path4862"
           inkscape:connector-curvature="0" /><path
           style="fill:none;stroke:#000000;stroke-width:0.63534137;stroke-miterlimit:2.02116466;stroke-dasharray:none;stroke-opacity:1"
           d="m 582.15,113.02 c 0.278,-0.01 0.542,-0.08 0.792,-0.216 -0.264,0.07 -0.527,0.143 -0.792,0.216"
           id="path4864"
           inkscape:connector-curvature="0" /><path
           style="fill:none;stroke:#000000;stroke-width:0.63534137;stroke-miterlimit:2.02116466;stroke-dasharray:none;stroke-opacity:1"
           d="m 553.35,113.45 c 0.545,-0.23 1.073,-0.494 1.584,-0.793 -0.798,-0.04 -1.605,0.101 -2.304,0.505 0.24,0.1 0.48,0.193 0.72,0.288"
           id="path4854"
           inkscape:connector-curvature="0" /><path
           style="fill:none;stroke:#000000;stroke-width:0.63534137;stroke-miterlimit:2.02116466;stroke-dasharray:none;stroke-opacity:1"
           d="m 572.21,114.03 c 0.144,-0.566 -0.121,-0.687 -0.792,-0.36 0.264,0.12 0.528,0.24 0.792,0.36"
           id="path4856"
           inkscape:connector-curvature="0" /><path
           style="fill:none;stroke:#000000;stroke-width:0.63534137;stroke-miterlimit:2.02116466;stroke-dasharray:none;stroke-opacity:1"
           d="m 572.43,115.04 c 0.212,-0.739 -0.05,-0.907 -0.792,-0.504 0.264,0.168 0.527,0.336 0.792,0.504"
           id="path4858"
           inkscape:connector-curvature="0" /><path
           style="fill:none;stroke:#000000;stroke-width:0.63534137;stroke-miterlimit:2.02116466;stroke-dasharray:none;stroke-opacity:1"
           d="m 573.43,113.09 c 0.551,-0.07 1.055,-0.259 1.512,-0.576 -0.553,0.06 -1.057,0.254 -1.512,0.576"
           id="path4860"
           inkscape:connector-curvature="0" /><path
           style="fill:none;stroke:#000000;stroke-width:0.63534137;stroke-miterlimit:2.02116466;stroke-dasharray:none;stroke-opacity:1"
           d="m 565.73,117.56 c 0.235,-0.66 2.27,-0.306 2.809,-0.432 -1.472,0.491 -1.634,-1.263 -0.428,-1.496 0.722,-0.139 1.004,0.976 1.796,0.775 -0.397,-0.07 -1.107,-0.438 -0.818,-0.981 0.505,-0.949 1,0.154 1.545,-0.218 0.633,-0.434 0.675,-0.364 1.402,-0.02 0.867,0.415 1.094,-0.551 1.749,-0.96 1.105,-0.69 2.585,-0.21 3.801,-0.238 1.345,-0.03 2.707,-2.355 4.202,-1.331 -0.953,0.146 -1.046,0.409 -0.281,0.787 0.588,0.215 1.245,-0.223 1.792,-0.354 -1.414,1.523 -12.487,3.117 -10.584,6.408 -1.525,-0.545 0.641,-2.893 -1.906,-1.637 -1.06,0.523 -1.575,-0.59 -2.548,-0.324 -0.758,0.208 -1.888,0.833 -2.531,0.02"
           id="path4922"
           inkscape:connector-curvature="0" /><path
           style="fill:none;stroke:#000000;stroke-width:0.63534137;stroke-miterlimit:2.02116466;stroke-dasharray:none;stroke-opacity:1"
           d="m 677.04,110 c -0.535,0.832 -1.237,2.183 0.216,2.52 -1.803,0.626 0.311,0.85 0.792,0.648 -2.472,1.216 3.545,2.323 4.02,2.345 3.199,0.146 6.242,-0.252 9.444,0.318 -0.957,0.454 -1.826,1.429 -2.46,2.249 -0.35,0.453 -0.778,1.045 -0.775,1.648 0,0.811 1.457,0.714 -0.08,1.215 1.666,0.981 3.737,-0.144 5.492,-0.144 1.164,0 2.325,0.08 3.488,0.09 0.417,0 3.759,0.113 1.819,-0.455 1.028,-0.129 2.061,-0.231 3.096,-0.288 -1.958,0.545 1.092,0.343 1.613,0.332 1.464,-0.03 2.792,-0.473 4.277,-0.436 1.807,0.04 3.924,-0.42 5.698,-0.782 1.918,-0.391 3.6,-1.614 5.62,-1.561 1.927,0.05 3.843,-0.19 5.699,-0.708 1.875,-0.522 3.074,-1.516 4.742,-2.317 0.836,-0.401 2.207,-0.848 3.165,-0.826 1.631,0.04 -0.916,1.731 -1.293,1.906 0.9,0.811 2.176,0.288 3.229,0.288 1.282,0 2.293,1.087 3.611,0.504 -0.489,0.922 -1.435,0.676 -2.232,1.08 1.723,1.383 3.221,0 4.988,0.08 0.793,0.04 1.522,0.75 2.391,0.829 1.12,0.102 1.511,0.249 2.58,-0.06 0.89,-0.259 1.947,0.334 2.945,0.09 1,-0.242 1.935,-0.697 2.936,-0.937 1.747,-0.419 4.096,0.101 5.04,-1.872 -0.541,-0.348 -1.044,-0.3 -1.512,0.144 0.72,-0.589 1.39,-1.298 2.304,-1.584 -1.822,-2.229 -7.377,0.966 -9.072,2.16 0.964,-1.249 2.665,-1.594 3.672,-2.808 -1.41,0.987 -0.133,-0.513 -1.44,-0.72 0.396,-1.493 1.737,-0.197 2.503,0.168 1.333,0.636 2.385,-0.351 3.339,-1.099 0.516,-0.404 2.244,-1.383 2.952,-1.107 0.556,0.217 0.678,0.877 1.371,1.07 1.051,0.292 2,-0.778 2.792,-1.265 -1.41,0.882 -0.442,1.785 0.841,1.652 1.627,-0.169 2.458,-1.852 3.199,-3.092 -0.473,-0.28 -0.979,-0.472 -1.52,-0.576 -0.679,-0.06 -0.78,0.634 -1.51,0.216 0.243,-0.237 0.483,-0.477 0.72,-0.72 -0.62,-0.542 -1.287,0.175 -1.745,-0.306 -0.615,-0.646 -1.952,-1.22 -2.785,-1.495 0.991,-1.337 -0.98,-0.886 -1.524,-0.645 -1.521,0.674 -1.742,-1.084 -3.017,-1.083 0.484,-1.295 -1.419,-2.207 -0.329,-2.9 1.061,-0.674 3.563,-1.283 4.146,-2.312 0.645,-1.136 0,-2.386 0.542,-3.421 0.62,-1.168 1.573,-2.172 2.303,-3.276 0.304,-0.46 0.611,-0.932 0.837,-1.437 0.21,-0.471 0.767,-0.693 0.805,-1.061 0.213,-2.056 -0.572,-1.2 -1.735,-2.136 -1.75,-1.407 -2.02,-1.304 -3.995,-0.916 -1.493,0.293 -2.941,-1.816 -4.59,-0.542 0.161,0.245 0.329,0.484 0.504,0.72 -2.563,0 -4.423,2.413 -5.589,4.537 -0.588,1.071 -3.543,3.184 -1.827,4.679 -2.061,-0.426 -4.689,3.045 -6.552,1.224 0.514,-0.757 1.238,-1.38 2.088,-1.728 -0.303,0.09 -0.589,0.06 -0.859,-0.09 -0.441,-0.638 3.062,-3.674 3.452,-4.013 -0.426,-0.476 -1.047,-0.586 -1.584,-0.216 2.392,-0.878 -1.818,-1.28 -0.864,-2.521 -1.648,0.551 -3.38,-1.625 -4.99,-0.291 -1.089,0.902 2.103,1.687 2.614,1.659 -0.809,0.802 -1.893,-0.185 -2.808,0.359 1.366,-0.07 0.987,1.902 -0.648,0.793 1.252,1.252 -2.602,-0.07 -3.394,0.213 -0.725,0.263 -1.396,0.664 -2.108,0.96 -0.599,0.25 -2.994,0.355 -1.05,-0.238 -1.476,-0.381 -3.408,0.734 -4.536,1.584 0.406,-0.411 0.886,-0.699 1.44,-0.864 -1.985,0.405 1.174,-0.922 1.662,-1.043 1.35,-0.334 2.876,-0.56 3.882,-1.621 -1.014,-0.143 -1.802,-0.879 -2.765,-1.168 -1.074,-0.322 -2.185,-0.491 -3.283,-0.704 -2.093,-0.406 -4.418,0.45 -6.192,1.513 1.832,0.366 -1.011,0.834 -1.512,1.008 2.184,-0.618 -1.467,-0.06 -1.852,0.02 -1.135,0.241 -2.305,0.544 -3.476,0.411 0.705,-0.951 3.53,-1.341 4.634,-1.707 1.261,-0.418 2.701,-1.399 3.564,-2.403 1.769,-2.058 -5.162,-1.051 -5.76,-0.941 -3.514,0.649 -7.024,1.43 -10.556,1.957 -2.362,0.353 -4.331,1.013 -6.615,1.653 -2.631,0.737 -5.401,1.085 -7.876,2.305 0.335,0.46 0.855,0.771 1.44,0.72 -1.341,2.109 -11.13,1.309 -10.728,5.112 1.529,-0.529 2.389,0 3.821,0 1.045,0 2.063,-0.377 3.091,-0.508 -0.495,0.194 -1,0.362 -1.512,0.504 1.814,0 -0.33,0.482 -0.665,0.532 -0.78,0.118 -1.619,0.09 -2.36,0.403 0.485,0.769 1.711,0.824 2.506,0.753 1.375,-0.122 2.11,-0.51 3.542,-0.393 1.807,0.146 3.786,-0.423 5.583,-0.596 1.918,-0.185 3.994,0.313 5.865,-0.124 -1.888,0.912 -4.123,0.299 -6.12,0.647 0.477,0.266 0.98,0.337 1.512,0.216 -2.021,1.027 -4.981,0.612 -7.204,1.141 -2.128,0.506 -4.355,0.25 -6.5,0.694 -1.243,0.258 -2.854,0.498 -3.864,1.327 -0.845,0.692 0.917,2.461 1.626,2.419 2.688,-0.162 5.553,-0.04 8.243,0.146 2.978,0.201 5.922,-0.419 8.895,-0.524 2.627,-0.09 4.608,0.125 7.156,0.702 0.799,0.181 3.149,-0.07 3.681,0.6 0.58,0.733 0.616,1.18 2.079,0.912 -0.758,0.979 -2.057,0.7 -3.113,0.607 -1.332,-0.115 -2.544,0.519 -3.878,0.473 -2.922,-0.102 -5.889,-0.725 -8.833,-0.738 -3.381,-0.02 -6.957,0.391 -10.312,0.811 -2.905,0.368 -5.986,0.221 -8.712,1.445"
           id="path4928"
           inkscape:connector-curvature="0" /><path
           style="fill:none;stroke:#000000;stroke-width:0.63534137;stroke-miterlimit:2.02116466;stroke-dasharray:none;stroke-opacity:1"
           d="m 696.2,122.53 c -0.453,-0.34 -1.233,0.2 -1.512,0.505 0.462,-0.293 0.966,-0.462 1.512,-0.505"
           id="path4950"
           inkscape:connector-curvature="0" /><path
           style="fill:none;stroke:#000000;stroke-width:0.63534137;stroke-miterlimit:2.02116466;stroke-dasharray:none;stroke-opacity:1"
           d="m 697.49,125.05 c -0.762,0.136 -1.525,0.412 -2.232,0.72 0.771,-0.155 1.567,-0.255 2.232,-0.72"
           id="path4952"
           inkscape:connector-curvature="0" /><path
           style="fill:none;stroke:#000000;stroke-width:0.63534137;stroke-miterlimit:2.02116466;stroke-dasharray:none;stroke-opacity:1"
           d="m 701.09,124.32 c -0.276,0.03 -0.541,0.1 -0.792,0.217 0.264,-0.07 0.528,-0.144 0.792,-0.217"
           id="path4954"
           inkscape:connector-curvature="0" /><path
           style="fill:none;stroke:#000000;stroke-width:0.63534137;stroke-miterlimit:2.02116466;stroke-dasharray:none;stroke-opacity:1"
           d="m 702.1,121.09 c 0.02,-0.168 0.05,-0.336 0.07,-0.504 -0.572,0.06 -1.076,0.273 -1.512,0.647 0.481,-0.05 0.961,-0.09 1.44,-0.143"
           id="path4956"
           inkscape:connector-curvature="0" /><path
           style="fill:none;stroke:#000000;stroke-width:0.63534137;stroke-miterlimit:2.02116466;stroke-dasharray:none;stroke-opacity:1"
           d="m 703.11,124.04 c 0.372,-0.06 0.708,-0.205 1.008,-0.433 -0.837,0.251 -1.711,0.377 -2.52,0.72 0.521,0 1.025,-0.104 1.512,-0.287"
           id="path4958"
           inkscape:connector-curvature="0" /><path
           style="fill:none;stroke:#000000;stroke-width:0.63534137;stroke-miterlimit:2.02116466;stroke-dasharray:none;stroke-opacity:1"
           d="m 706.64,122.89 c -0.718,0.07 -1.544,0.35 -2.16,0.72 0.769,-0.09 1.414,-0.548 2.16,-0.72"
           id="path4966"
           inkscape:connector-curvature="0" /><path
           style="fill:none;stroke:#000000;stroke-width:0.63534137;stroke-miterlimit:2.02116466;stroke-dasharray:none;stroke-opacity:1"
           d="m 706.2,126.27 c -0.244,-0.05 -0.484,-0.02 -0.721,0.07 0.241,-0.02 0.481,-0.05 0.721,-0.07"
           id="path4968"
           inkscape:connector-curvature="0" /><path
           style="fill:none;stroke:#000000;stroke-width:0.63534137;stroke-miterlimit:2.02116466;stroke-dasharray:none;stroke-opacity:1"
           d="m 705.92,131.89 c -0.144,0.24 -0.289,0.479 -0.433,0.72 0.801,0.08 0.945,-0.159 0.433,-0.72"
           id="path4970"
           inkscape:connector-curvature="0" /><path
           style="fill:none;stroke:#000000;stroke-width:0.63534137;stroke-miterlimit:2.02116466;stroke-dasharray:none;stroke-opacity:1"
           d="m 706.35,123.97 c -0.28,0.17 -0.544,0.361 -0.792,0.576 0.764,0.407 1.027,0.215 0.792,-0.576"
           id="path4972"
           inkscape:connector-curvature="0" /><path
           style="fill:none;stroke:#000000;stroke-width:0.63534137;stroke-miterlimit:2.02116466;stroke-dasharray:none;stroke-opacity:1"
           d="m 707.43,132.17 c -0.576,0 -1.153,0.559 -1.512,0.936 0.572,-0.203 1.076,-0.514 1.512,-0.936"
           id="path4974"
           inkscape:connector-curvature="0" /><path
           style="fill:none;stroke:#000000;stroke-width:0.63534137;stroke-miterlimit:2.02116466;stroke-dasharray:none;stroke-opacity:1"
           d="m 708.22,124.83 c -0.414,0.05 -0.774,0.22 -1.08,0.505 0.543,0.348 0.972,0.107 1.08,-0.505"
           id="path4976"
           inkscape:connector-curvature="0" /><path
           style="fill:none;stroke:#000000;stroke-width:0.63534137;stroke-miterlimit:2.02116466;stroke-dasharray:none;stroke-opacity:1"
           d="m 708.65,128.07 c -0.314,0.03 -0.579,0.173 -0.792,0.433 0.264,-0.145 0.528,-0.289 0.792,-0.433"
           id="path4978"
           inkscape:connector-curvature="0" /><path
           style="fill:none;stroke:#000000;stroke-width:0.63534137;stroke-miterlimit:2.02116466;stroke-dasharray:none;stroke-opacity:1"
           d="m 709.44,127.85 c -0.325,0.35 -0.709,0.613 -1.152,0.792 0.585,0.108 1.041,-0.21 1.152,-0.792"
           id="path4980"
           inkscape:connector-curvature="0" /><path
           style="fill:none;stroke:#000000;stroke-width:0.63534137;stroke-miterlimit:2.02116466;stroke-dasharray:none;stroke-opacity:1"
           d="m 710.45,128.65 c -0.537,-0.322 -1.264,0.443 -1.512,0.792 0.612,-0.06 1.116,-0.321 1.512,-0.792"
           id="path4984"
           inkscape:connector-curvature="0" /><path
           style="fill:none;stroke:#000000;stroke-width:0.63534137;stroke-miterlimit:2.02116466;stroke-dasharray:none;stroke-opacity:1"
           d="m 711.24,127.28 c -0.922,-0.454 -1.366,0.876 -1.944,1.295 0.586,-0.606 1.68,-0.34 1.944,-1.295"
           id="path4986"
           inkscape:connector-curvature="0" /><path
           style="fill:none;stroke:#000000;stroke-width:0.63534137;stroke-miterlimit:2.02116466;stroke-dasharray:none;stroke-opacity:1"
           d="m 711.03,125.4 c -0.397,-0.436 -1.176,-0.142 -1.584,0.07 0.526,-0.07 1.054,-0.09 1.584,-0.07"
           id="path4988"
           inkscape:connector-curvature="0" /><path
           style="fill:none;stroke:#000000;stroke-width:0.63534137;stroke-miterlimit:2.02116466;stroke-dasharray:none;stroke-opacity:1"
           d="m 713.12,125.05 c -0.467,-0.396 -1.216,0.206 -1.512,0.504 0.593,0.101 1.097,-0.07 1.512,-0.504"
           id="path4992"
           inkscape:connector-curvature="0" /><path
           style="fill:none;stroke:#000000;stroke-width:0.63534137;stroke-miterlimit:2.02116466;stroke-dasharray:none;stroke-opacity:1"
           d="m 710.16,130.59 c 0.262,0.191 0.502,0.407 0.72,0.647 -0.543,0.35 -0.972,0.107 -1.08,-0.504 0.12,-0.05 0.24,-0.09 0.36,-0.143"
           id="path5370"
           inkscape:connector-curvature="0" /><path
           style="fill:none;stroke:#000000;stroke-width:0.63534137;stroke-miterlimit:2.02116466;stroke-dasharray:none;stroke-opacity:1"
           d="m 922.93,188.12 c 0.334,-0.485 0.788,-0.798 1.36,-0.937 0.504,0.975 -0.744,1.096 -1.36,0.937"
           id="path5388"
           inkscape:connector-curvature="0" /><path
           style="fill:none;stroke:#000000;stroke-width:0.63534137;stroke-miterlimit:2.02116466;stroke-dasharray:none;stroke-opacity:1"
           d="m 936.82,156.01 c 0.594,0.196 0.802,-0.211 1.241,-0.463 0.725,-0.417 1.44,0.501 0.199,0.895 0.25,0.258 0.517,0.498 0.8,0.72 -0.857,-0.134 -1.544,-0.684 -2.24,-1.152"
           id="path5392"
           inkscape:connector-curvature="0" /><path
           style="fill:none;stroke:#000000;stroke-width:0.63534137;stroke-miterlimit:2.02116466;stroke-dasharray:none;stroke-opacity:1"
           d="m 925.66,214.9 c -0.503,-0.05 -1.006,-0.1 -1.51,-0.144 0.585,0.641 1.603,1.096 2.23,0.216 -0.24,-0.02 -0.48,-0.05 -0.72,-0.07"
           id="path5562"
           inkscape:connector-curvature="0" /><path
           style="fill:none;stroke:#000000;stroke-width:0.63534137;stroke-miterlimit:2.02116466;stroke-dasharray:none;stroke-opacity:1"
           d="m 926.24,213.61 c -0.263,0.168 -0.527,0.336 -0.79,0.504 0.683,0.569 1.51,0.308 2.3,0.433 -0.344,-0.51 -0.889,-0.882 -1.51,-0.937"
           id="path5564"
           inkscape:connector-curvature="0" /><path
           style="fill:none;stroke:#000000;stroke-width:0.63534137;stroke-miterlimit:2.02116466;stroke-dasharray:none;stroke-opacity:1"
           d="m 928.9,210.73 c -0.813,-0.713 -1.903,0.275 -2.131,1.07 -0.675,2.346 2.723,0.271 0.692,-0.134 0.591,-0.08 1.11,-0.447 1.439,-0.936"
           id="path5566"
           inkscape:connector-curvature="0" /><path
           style="fill:none;stroke:#000000;stroke-width:0.63534137;stroke-miterlimit:2.02116466;stroke-dasharray:none;stroke-opacity:1"
           d="m 927.68,216.7 c -0.551,0.181 -0.937,0.647 -1.01,1.224 0.825,0.37 1.939,-0.446 1.01,-1.224"
           id="path5568"
           inkscape:connector-curvature="0" /><path
           style="fill:none;stroke:#000000;stroke-width:0.63534137;stroke-miterlimit:2.02116466;stroke-dasharray:none;stroke-opacity:1"
           d="m 927.46,206.33 c 0.536,-0.1 0.969,-0.359 1.3,-0.792 -0.602,-0.215 -1.76,-0.196 -1.3,0.792"
           id="path5570"
           inkscape:connector-curvature="0" /><path
           style="fill:none;stroke:#000000;stroke-width:0.63534137;stroke-miterlimit:2.02116466;stroke-dasharray:none;stroke-opacity:1"
           d="m 929.41,203.02 c -0.604,-0.351 -1.19,-0.04 -1.52,0.504 0.592,0.263 1.165,0 1.52,-0.504"
           id="path5572"
           inkscape:connector-curvature="0" /><path
           style="fill:none;stroke:#000000;stroke-width:0.63534137;stroke-miterlimit:2.02116466;stroke-dasharray:none;stroke-opacity:1"
           d="m 928.18,206.48 c 0.09,0.221 0.281,0.221 0.58,0 -0.194,0 -0.387,0 -0.58,0"
           id="path5574"
           inkscape:connector-curvature="0" /><path
           style="fill:none;stroke:#000000;stroke-width:0.63534137;stroke-miterlimit:2.02116466;stroke-dasharray:none;stroke-opacity:1"
           d="m 928.25,206.4 c 0.467,-0.107 0.876,-0.323 1.229,-0.647 -0.521,0 -0.931,0.221 -1.229,0.647"
           id="path5576"
           inkscape:connector-curvature="0" /><path
           style="fill:none;stroke:#000000;stroke-width:0.63534137;stroke-miterlimit:2.02116466;stroke-dasharray:none;stroke-opacity:1"
           d="m 930.41,203.81 c 0.01,-1.094 -1.224,-0.22 -1.51,0.145 0.542,0.355 1.045,0.306 1.51,-0.145"
           id="path5578"
           inkscape:connector-curvature="0" /><path
           style="fill:none;stroke:#000000;stroke-width:0.63534137;stroke-miterlimit:2.02116466;stroke-dasharray:none;stroke-opacity:1"
           d="m 875.98,299.14 c 0,-0.488 -0.267,-0.688 0.08,-1.152 -2.176,-0.338 -2.068,-0.1 -1.44,-2.016 -0.759,0.354 -1.558,0.09 -2.24,-0.288 0.776,-1.596 2.705,-2.336 4.11,-3.24 -0.363,0.698 -0.709,1.413 -1.118,2.085 -0.517,0.849 1.45,1.903 -0.322,2.739 1.014,0.449 1.548,-0.754 2.448,-0.62 0.102,0.01 1.599,0.546 1.699,0.626 2.122,1.7 6.596,-0.333 9.173,0.21 -0.712,0.492 -1.556,0.864 -2.438,0.864 -1.045,0 -1.85,1.129 -2.752,1.513 1.892,0 -0.124,1.657 -0.86,1.8 -1.108,0.214 -1.278,-1.068 -2.16,-0.864 0.436,-0.09 0.885,-0.445 0.682,-0.943 -0.341,-0.838 -1.233,-0.08 -0.251,-1.072 -1.706,1.261 -2.6,1.542 -4.611,0.358"
           id="path5604"
           inkscape:connector-curvature="0" /><path
           style="fill:none;stroke:#000000;stroke-width:0.63534137;stroke-miterlimit:2.02116466;stroke-dasharray:none;stroke-opacity:1"
           d="m 889.95,304.76 c -2.071,-3.132 2.245,-5.147 4.022,-6.969 1.326,-1.359 2.979,-2.649 4.217,-4.034 1.953,-2.184 0.928,0.414 2.561,0.635 -0.875,2.015 -2.463,3.688 -3.96,5.256 0.336,-0.501 0.907,-0.779 1.51,-0.647 -0.819,0.452 -1.399,1.266 -2.3,1.584 -1.075,0.38 -2.05,0.622 -2.95,1.368 0.64,-0.419 1.372,-1.133 2.23,-0.864 -0.667,1.103 -3.08,1.282 -3.03,2.808 0.795,-0.506 1.562,-0.789 1.45,0.36 0.845,-0.222 2.617,-1.986 3.31,-2.592 -0.693,0.277 -1.482,0.866 -2.16,0.144 1.293,-0.837 2.676,-1.523 3.96,-2.376 -0.8,0.145 -1.36,0.791 -2.16,0.937 0.616,-0.492 3.708,-2.584 2.88,-0.36 0.638,-1.566 1.381,0.28 2.37,0 -0.209,0.571 -0.624,1.063 -1.149,1.368 0.232,0.202 0.472,0.394 0.72,0.576 -1.889,-0.133 -2.784,1.647 -4.36,2.29 -0.82,0.334 -2,0.626 -2.892,0.596 -1.309,-0.05 -3.006,0.173 -4.269,-0.08"
           id="path5610"
           inkscape:connector-curvature="0" /><path
           style="fill:none;stroke:#000000;stroke-width:0.63534137;stroke-miterlimit:2.02116466;stroke-dasharray:none;stroke-opacity:1"
           d="m 890.96,290.29 c 0.537,-1.522 3.402,-2.782 4.899,-2.809 -0.542,0.713 -1.28,0.345 -1.976,0.698 -0.636,0.323 -1.169,0.802 -1.774,1.174 0.555,-0.258 1.059,-0.594 1.51,-1.008 -0.62,0.928 -1.784,1.148 -2.52,1.944 0.257,0.178 0.521,0.346 0.79,0.504 -0.485,0.197 -0.989,0.27 -1.51,0.216 0.194,-0.239 0.388,-0.478 0.581,-0.719"
           id="path5612"
           inkscape:connector-curvature="0" /><path
           style="fill:none;stroke:#000000;stroke-width:0.63534137;stroke-miterlimit:2.02116466;stroke-dasharray:none;stroke-opacity:1"
           d="m 892.83,305.19 c -0.483,0.69 -0.96,0.789 -1.22,-0.07 0.419,-0.178 0.825,-0.155 1.22,0.07"
           id="path5614"
           inkscape:connector-curvature="0" /><path
           style="fill:none;stroke:#000000;stroke-width:0.63534137;stroke-miterlimit:2.02116466;stroke-dasharray:none;stroke-opacity:1"
           d="m 894.27,319.23 c -0.24,-0.1 -0.48,-0.192 -0.72,-0.288 0.75,0.128 1.518,0.05 2.23,-0.216 -0.437,0.364 -0.941,0.532 -1.51,0.504"
           id="path5618"
           inkscape:connector-curvature="0" /><path
           style="fill:none;stroke:#000000;stroke-width:0.63534137;stroke-miterlimit:2.02116466;stroke-dasharray:none;stroke-opacity:1"
           d="m 944.82,287.48 c -0.536,0.727 -0.931,1.597 -1.729,2.088 0.455,-0.764 0.853,-1.711 1.729,-2.088"
           id="path5624"
           inkscape:connector-curvature="0" /><path
           style="fill:none;stroke:#000000;stroke-width:0.63534137;stroke-miterlimit:2.02116466;stroke-dasharray:none;stroke-opacity:1"
           d="m 950.14,282.87 c 0.05,1.37 -1.82,0.862 -2.37,0.216 0.817,-0.306 1.595,0.342 2.37,-0.216"
           id="path5630"
           inkscape:connector-curvature="0" /><path
           style="fill:none;stroke:#000000;stroke-width:0.63534137;stroke-miterlimit:2.02116466;stroke-dasharray:none;stroke-opacity:1"
           d="m 943.01,227 c -0.742,0.05 -1.462,0.31 -2.08,0.72 0.632,0.898 1.572,0.287 2.3,-0.07 -0.996,0.283 -1.069,0.07 -0.22,-0.648"
           id="path5580"
           inkscape:connector-curvature="0" /><path
           style="fill:none;stroke:#000000;stroke-width:0.63534137;stroke-miterlimit:2.02116466;stroke-dasharray:none;stroke-opacity:1"
           d="m 946.04,229.73 c -0.24,0.12 -0.48,0.24 -0.721,0.36 0.624,0.304 0.865,0.184 0.721,-0.36"
           id="path5582"
           inkscape:connector-curvature="0" /><path
           style="fill:none;stroke:#000000;stroke-width:0.63534137;stroke-miterlimit:2.02116466;stroke-dasharray:none;stroke-opacity:1"
           d="m 951.22,238.66 c -0.24,0.12 -0.48,0.239 -0.72,0.359 0.543,0.361 1.023,0.29 1.439,-0.216 -0.239,-0.05 -0.48,-0.1 -0.719,-0.143"
           id="path5584"
           inkscape:connector-curvature="0" /><path
           style="fill:none;stroke:#000000;stroke-width:0.63534137;stroke-miterlimit:2.02116466;stroke-dasharray:none;stroke-opacity:1"
           d="m 888.87,268.97 c 3.223,0.298 5.051,2.546 7.811,3.752 2.562,1.119 2.174,2.944 -0.583,2.664 -2.822,-0.287 -5.738,-0.613 -8.158,-2.24 -1.085,-0.73 -1.478,-2.068 -2.553,-2.82 -0.926,-0.648 -2.101,-1.333 -3.216,-1.571 2.215,-1.224 4.411,0.123 6.699,0.215"
           id="path5608"
           inkscape:connector-curvature="0" /><path
           style="fill:none;stroke:#000000;stroke-width:0.63534137;stroke-miterlimit:2.02116466;stroke-dasharray:none;stroke-opacity:1"
           d="m 915.8,287.55 c -1.739,-0.06 -7.75,1.877 -5.471,-2.104 0.673,-1.177 2.329,-1.835 3.468,-2.419 1.824,-0.935 3.407,-2.258 5.383,-2.893 -1.962,0.311 -3.771,-0.523 -5.76,0.216 0.1,-1.355 2.303,-1.774 3.24,-2.304 -0.553,0.339 -1.045,0.781 -1.44,1.296 0.736,-0.329 1.327,0.618 1.776,-0.122 0.513,-0.846 1.389,-1.717 2.044,-2.47 0.75,-0.864 1.007,-1.296 2.23,-1.296 0.893,0 1.164,1.319 2.16,0.72 -1.432,0.365 -1.456,-1.529 0.29,-1.224 -1.399,-0.03 -0.56,-0.448 0,-0.721 -3.832,0.434 1.322,-4.495 1.08,-2.016 1.087,-0.125 0.207,-1.54 0.819,-2.495 0.716,-1.117 1.841,-1.854 2.71,-2.833 0.925,-1.041 2.936,-4.97 4.75,-4.248 -0.229,-0.254 -0.445,-0.518 -0.65,-0.792 0.874,-0.381 1.878,-0.56 2.625,-1.193 0.991,-0.84 1.612,-2.23 2.563,-3.166 2.071,-2.037 4.981,-1.834 7.272,-3.416 -0.09,0.577 0.258,0.991 0.79,1.151 0.1,-1.563 2.658,-0.723 1.294,0.439 -1.712,1.459 -3.747,-0.344 -4.174,2.009 0.179,-0.01 2.707,-0.444 1.604,0.559 -0.479,0.437 -0.769,0.773 -1.239,1.259 -0.557,0.575 -1.917,2.431 -2.165,0.99 -0.742,0.599 -0.681,1.682 -1.577,2.391 -1.181,0.933 -2.075,2.136 -3.173,3.153 -0.926,0.857 -1.462,1.372 -2.24,2.376 -0.343,0.443 -1.094,0.59 -1.36,1.08 -0.341,0.628 0.552,0.844 -0.149,1.512 1.948,-1.485 3.799,-3.102 5.84,-4.464 0.203,0.531 0.396,0.597 0,1.08 1.41,0.103 2.893,0.62 4.17,-0.07 -0.173,1.44 -4.392,2.709 -5.54,3.239 0.724,-0.228 1.419,-0.817 2.23,-0.504 -0.652,0.308 -0.637,0.951 -1.15,1.368 -0.456,0.37 -1.077,0.374 -1.51,0.792 0.655,-0.217 1.257,-0.583 1.94,-0.72 0.704,-0.142 1.134,0.596 1.87,0.36 -0.06,0.313 -0.132,0.625 -0.21,0.936 0.346,-0.518 0.85,-0.94 1.44,-1.152 -0.01,0.506 0.01,1.01 0.07,1.513 0.866,-0.405 0.687,-1.492 1.51,-1.944 0.481,1.338 -2.026,3.415 -2.81,4.248 0.545,-0.18 1.075,-0.396 1.59,-0.648 -0.12,-0.24 -0.24,-0.479 -0.36,-0.72 0.76,-0.364 3.053,-0.15 3.09,-1.368 0.152,1.558 2.152,-0.928 3.03,-1.368 0.09,0.821 -0.313,1.565 -0.73,2.232 0.626,-0.307 0.889,-1.163 1.543,-1.32 0.557,-0.134 1.203,0.02 1.73,-0.243 1.391,-0.697 2.475,1.304 3.646,1.635 -1.335,1.11 -4.227,3.492 -5.98,3.744 0.759,0.154 1.473,-0.202 2.23,-0.145 -0.23,0.534 -0.702,0.86 -1.29,0.648 -0.03,0.363 0,0.724 0.07,1.08 0.563,-0.09 0.978,-0.497 1.01,-1.08 0.149,0.599 0.601,0.854 1.15,0.504 -0.679,0.477 -1.436,0.978 -2.31,0.936 1.742,0.177 -1.574,1.129 -1.94,1.872 0.468,-0.259 3.156,-1.792 1.73,-0.216 0.501,-0.333 0.981,-0.692 1.44,-1.08 -0.767,1.533 1.434,0.243 1.81,-0.162 0.875,-0.944 0.599,-0.598 1.195,-0.09 0.708,0.603 1.204,-1.705 1.831,-0.531 0.357,0.669 -0.378,1.188 -0.88,1.461 -1.123,0.612 -2.217,0.786 -3.245,1.593 -0.732,0.575 -1.233,0.719 -2.089,0.368 -1.32,-0.54 -1.204,1.32 0.438,1.032 -0.436,0.381 -0.939,0.524 -1.51,0.432 0.512,0.172 1.016,0.148 1.51,-0.07 -0.148,0.858 -1.385,1.975 -1.94,1.584 -0.1,0.748 -0.525,1.804 0.72,1.368 -0.261,0.326 -0.425,1.646 0.414,1.344 0.346,-0.125 1.306,-1.95 1.607,-2.324 0.869,-1.078 3.4,-3.294 4.89,-2.621 -1.331,0.511 -2.156,1.959 -3.082,2.959 -0.302,0.327 -0.777,0.721 -0.949,1.146 -0.213,0.525 0.19,0.983 -0.14,1.512 1.957,0.03 2.302,-2.363 4.03,-2.664 -0.288,0.946 -0.134,2.007 -0.666,2.875 -0.856,1.398 -1.831,2.747 -2.697,4.156 -0.254,0.413 -1.981,2.972 -2.671,2.306 -0.856,-0.826 -1.782,-0.104 -2.756,0.383 -0.597,-0.876 0.236,-1.714 0.87,-2.231 -1.517,1.477 -0.124,-0.454 0.43,-0.721 -1.646,-0.114 0.03,-0.984 0.43,-1.655 -1.851,0.563 -3.239,3.35 -5.4,2.808 0.765,-2.94 4.216,-3.665 4.061,-6.587 -0.03,-0.615 -0.09,-3.096 -1.282,-2.077 -1.487,1.275 -2.273,3.089 -3.998,4.2 0.4,-0.53 0.83,-1.034 1.29,-1.512 -1.858,1.47 -3.367,1.053 -4.881,3.011 -1.497,1.935 -3,2.515 -5.313,2.566 -0.66,0.01 -2.16,-0.17 -1.234,-1.176 0.908,-0.985 2.385,-0.68 3.505,-1.299 1.243,-0.688 1.767,-1.499 2.799,-2.36 0.648,-0.541 1.517,-0.393 2.245,-0.742 0.56,-0.269 0.844,-0.859 1.44,-1.08 -0.761,0.107 -1.446,0.52 -2.23,0.504 0.28,-0.563 0.663,-1.043 1.15,-1.44 -1.645,1.007 -1.687,1.186 -3.74,0.937 0.404,1.408 -0.925,1.387 -1.66,2.159 0,-1.215 -0.545,-0.556 -1.51,-0.504 0.166,-0.241 0.332,-0.48 0.5,-0.72 -0.793,0.01 -1.5,0.396 -2.23,0.648 0.699,-0.951 2.106,-1.047 3.1,-1.513 -1.626,0.966 0,-1.546 0.14,-2.016 -0.438,0.895 -1.444,0.899 -2.16,1.44 -0.127,-0.236 -0.247,-0.477 -0.36,-0.721 -0.299,0.483 -2.383,2.529 -1.44,0.792 -0.227,1.133 -2.417,0.927 -3.333,1.293 -0.767,0.307 -1.586,0 -2.333,-0.18 -0.669,-0.169 -1.815,0.303 -1.384,-0.537 -1.185,0.186 -2.449,0.428 -3.616,0 -0.9,-0.328 -3.918,0.451 -2.655,-0.794 -0.447,0.233 -0.854,0.521 -1.22,0.866"
           id="path5620"
           inkscape:connector-curvature="0" /><path
           style="fill:none;stroke:#000000;stroke-width:0.63534137;stroke-miterlimit:2.02116466;stroke-dasharray:none;stroke-opacity:1"
           d="m 945.1,261.05 c -0.263,0.216 -0.527,0.433 -0.79,0.648 0.09,-0.44 0.356,-0.656 0.79,-0.648"
           id="path5626"
           inkscape:connector-curvature="0" /><path
           style="fill:none;stroke:#000000;stroke-width:0.63534137;stroke-miterlimit:2.02116466;stroke-dasharray:none;stroke-opacity:1"
           d="m 947.77,270.7 c -0.507,0.646 -2.358,1.836 -2.52,0.504 0.808,-0.398 1.72,-0.08 2.52,-0.504"
           id="path5628"
           inkscape:connector-curvature="0" /><path
           style="fill:none;stroke:#000000;stroke-width:0.63534137;stroke-miterlimit:2.02116466;stroke-dasharray:none;stroke-opacity:1"
           d="m 951.08,269.84 c 0.144,0.24 0.287,0.479 0.43,0.72 -0.772,0.111 -1.484,0.441 -2.23,0.648 -0.129,-0.923 1.008,-1.533 1.8,-1.368"
           id="path5632"
           inkscape:connector-curvature="0" /><path
           style="fill:none;stroke:#000000;stroke-width:0.63534137;stroke-miterlimit:2.02116466;stroke-dasharray:none;stroke-opacity:1"
           d="m 468.89,268.61 c -0.795,0.05 -2.494,1.618 -1.703,2.207 1.091,0.813 2.188,-1.344 1.703,-2.207"
           id="path5634"
           inkscape:connector-curvature="0" /><path
           style="fill:none;stroke:#000000;stroke-width:0.63534137;stroke-miterlimit:2.02116466;stroke-dasharray:none;stroke-opacity:1"
           d="m 470.19,272.72 c -0.608,0.01 -1.02,0.369 -0.936,1.008 0.59,-0.01 0.945,-0.432 0.936,-1.008"
           id="path5636"
           inkscape:connector-curvature="0" /><path
           style="fill:none;stroke:#000000;stroke-width:0.63534137;stroke-miterlimit:2.02116466;stroke-dasharray:none;stroke-opacity:1"
           d="m 470.98,274.09 c -0.09,0.231 -0.113,0.471 -0.07,0.72 0.03,-0.24 0.05,-0.48 0.07,-0.72"
           id="path5638"
           inkscape:connector-curvature="0" /><path
           style="fill:none;stroke:#000000;stroke-width:0.63534137;stroke-miterlimit:2.02116466;stroke-dasharray:none;stroke-opacity:1"
           d="m 472.85,253.35 c -1.51,0.102 -1.907,2.471 -1.354,2.311 0.658,-0.193 1.239,-1.707 1.354,-2.311"
           id="path5640"
           inkscape:connector-curvature="0" /><path
           style="fill:none;stroke:#000000;stroke-width:0.63534137;stroke-miterlimit:2.02116466;stroke-dasharray:none;stroke-opacity:1"
           d="m 472.71,262.49 c 0.02,-0.521 -0.245,-0.568 -0.792,-0.144 0.264,0.05 0.528,0.1 0.792,0.144"
           id="path5642"
           inkscape:connector-curvature="0" /><path
           style="fill:none;stroke:#000000;stroke-width:0.63534137;stroke-miterlimit:2.02116466;stroke-dasharray:none;stroke-opacity:1"
           d="m 475.44,250.61 c -1.687,-0.721 -2.224,1.165 -2.808,2.304 1.202,-0.146 2.046,-1.509 2.808,-2.304"
           id="path5646"
           inkscape:connector-curvature="0" /><path
           style="fill:none;stroke:#000000;stroke-width:0.63534137;stroke-miterlimit:2.02116466;stroke-dasharray:none;stroke-opacity:1"
           d="m 472.92,237.94 c 0.24,-0.12 0.48,-0.239 0.72,-0.359 -0.55,2.391 -0.639,4.176 1.729,1.728 -0.228,-0.208 -0.468,-0.399 -0.72,-0.576 1.203,0 0.601,-2.448 -0.1,-3.281 -1.225,-1.464 -1.341,2.308 -1.633,2.488"
           id="path5648"
           inkscape:connector-curvature="0" /><path
           style="fill:none;stroke:#000000;stroke-width:0.63534137;stroke-miterlimit:2.02116466;stroke-dasharray:none;stroke-opacity:1"
           d="m 473.64,249.89 c 0.345,-0.225 0.658,-0.489 0.937,-0.792 -0.575,-0.08 -0.914,0.217 -0.937,0.792"
           id="path5650"
           inkscape:connector-curvature="0" /><path
           style="fill:none;stroke:#000000;stroke-width:0.63534137;stroke-miterlimit:2.02116466;stroke-dasharray:none;stroke-opacity:1"
           d="m 475.08,249.46 c -0.726,-0.08 -1.505,0.399 -1.296,1.224 0.534,-0.3 0.966,-0.708 1.296,-1.224"
           id="path5652"
           inkscape:connector-curvature="0" /><path
           style="fill:none;stroke:#000000;stroke-width:0.63534137;stroke-miterlimit:2.02116466;stroke-dasharray:none;stroke-opacity:1"
           d="m 474.43,261.2 c 0.572,-0.06 1.076,-0.274 1.512,-0.648 -0.572,0.06 -1.076,0.273 -1.512,0.648"
           id="path5654"
           inkscape:connector-curvature="0" /><path
           style="fill:none;stroke:#000000;stroke-width:0.63534137;stroke-miterlimit:2.02116466;stroke-dasharray:none;stroke-opacity:1"
           d="m 476.09,240.03 c -0.701,0.204 -1.954,0.958 -1.512,1.872 0.744,-0.345 1.482,-0.987 1.512,-1.872"
           id="path5656"
           inkscape:connector-curvature="0" /><path
           style="fill:none;stroke:#000000;stroke-width:0.63534137;stroke-miterlimit:2.02116466;stroke-dasharray:none;stroke-opacity:1"
           d="m 476.74,262.64 c -0.763,0.114 -1.496,0.355 -2.232,0.576 0.83,0.11 1.66,0.161 2.232,-0.576"
           id="path5658"
           inkscape:connector-curvature="0" /><path
           style="fill:none;stroke:#000000;stroke-width:0.63534137;stroke-miterlimit:2.02116466;stroke-dasharray:none;stroke-opacity:1"
           d="m 475.59,233.84 c -0.369,0.118 -0.632,0.358 -0.792,0.72 0.264,-0.24 0.528,-0.48 0.792,-0.72"
           id="path5660"
           inkscape:connector-curvature="0" /><path
           style="fill:none;stroke:#000000;stroke-width:0.63534137;stroke-miterlimit:2.02116466;stroke-dasharray:none;stroke-opacity:1"
           d="m 475.73,249.61 c -0.279,0.2 -0.52,0.44 -0.72,0.72 0.586,0.121 1.112,-0.177 1.44,-0.647 -0.24,-0.02 -0.479,-0.05 -0.72,-0.07"
           id="path5662"
           inkscape:connector-curvature="0" /><path
           style="fill:none;stroke:#000000;stroke-width:0.63534137;stroke-miterlimit:2.02116466;stroke-dasharray:none;stroke-opacity:1"
           d="m 478.39,260.77 c -1.161,-0.02 -2.542,0.465 -3.24,1.44 1.166,0.185 2.965,-0.02 3.24,-1.44"
           id="path5664"
           inkscape:connector-curvature="0" /><path
           style="fill:none;stroke:#000000;stroke-width:0.63534137;stroke-miterlimit:2.02116466;stroke-dasharray:none;stroke-opacity:1"
           d="m 475.23,261.27 c 0,0.12 0,0.24 0,0.36 0.285,-0.106 0.548,-0.25 0.792,-0.432 -0.264,0.02 -0.527,0.05 -0.792,0.07"
           id="path5666"
           inkscape:connector-curvature="0" /><path
           style="fill:none;stroke:#000000;stroke-width:0.63534137;stroke-miterlimit:2.02116466;stroke-dasharray:none;stroke-opacity:1"
           d="m 475.73,239.38 c -0.226,0.179 -0.322,0.419 -0.288,0.72 0.1,-0.24 0.193,-0.48 0.288,-0.72"
           id="path5668"
           inkscape:connector-curvature="0" /><path
           style="fill:none;stroke:#000000;stroke-width:0.63534137;stroke-miterlimit:2.02116466;stroke-dasharray:none;stroke-opacity:1"
           d="m 477.03,247.59 c -0.551,0.183 -0.983,0.519 -1.296,1.008 0.581,-0.09 1.067,-0.468 1.296,-1.008"
           id="path5670"
           inkscape:connector-curvature="0" /><path
           style="fill:none;stroke:#000000;stroke-width:0.63534137;stroke-miterlimit:2.02116466;stroke-dasharray:none;stroke-opacity:1"
           d="m 477.03,248.6 c -0.646,-0.238 -1.275,0.104 -1.008,0.864 0.579,0.06 0.997,-0.269 1.008,-0.864"
           id="path5672"
           inkscape:connector-curvature="0" /><path
           style="fill:none;stroke:#000000;stroke-width:0.63534137;stroke-miterlimit:2.02116466;stroke-dasharray:none;stroke-opacity:1"
           d="m 473.86,247.23 c -0.296,0.543 -0.75,1.004 -1.296,1.296 -0.129,-0.637 0.483,-1.907 1.296,-1.296"
           id="path5676"
           inkscape:connector-curvature="0" /><path
           style="fill:none;stroke:#000000;stroke-width:0.63534137;stroke-miterlimit:2.02116466;stroke-dasharray:none;stroke-opacity:1"
           d="m 473.86,247.09 c -0.673,-0.946 1.457,-1.245 1.944,-1.44 -0.433,0.675 -0.861,2.107 -1.944,1.44"
           id="path5678"
           inkscape:connector-curvature="0" /><path
           style="fill:none;stroke:#000000;stroke-width:0.63534137;stroke-miterlimit:2.02116466;stroke-dasharray:none;stroke-opacity:1"
           d="m 455.72,249.75 c -0.554,0.163 -0.806,0.586 -0.72,1.151 0.559,-0.162 0.844,-0.568 0.72,-1.151"
           id="path5682"
           inkscape:connector-curvature="0" /><path
           style="fill:none;stroke:#000000;stroke-width:0.63534137;stroke-miterlimit:2.02116466;stroke-dasharray:none;stroke-opacity:1"
           d="m 457.3,244.93 c -0.465,0.118 -0.897,0.311 -1.296,0.576 0.586,0.286 1.096,0.02 1.296,-0.576"
           id="path5684"
           inkscape:connector-curvature="0" /><path
           style="fill:none;stroke:#000000;stroke-width:0.63534137;stroke-miterlimit:2.02116466;stroke-dasharray:none;stroke-opacity:1"
           d="m 456.8,244.13 c -0.236,0.04 -0.493,0.06 -0.72,0.145 0.24,-0.05 0.48,-0.1 0.72,-0.145"
           id="path5686"
           inkscape:connector-curvature="0" /><path
           style="fill:none;stroke:#000000;stroke-width:0.63534137;stroke-miterlimit:2.02116466;stroke-dasharray:none;stroke-opacity:1"
           d="m 456.08,243.13 c 0.627,1.031 1.661,0.348 2.088,-0.433 -0.746,-0.173 -1.66,-0.447 -2.088,0.433"
           id="path5688"
           inkscape:connector-curvature="0" /><path
           style="fill:none;stroke:#000000;stroke-width:0.63534137;stroke-miterlimit:2.02116466;stroke-dasharray:none;stroke-opacity:1"
           d="m 470.33,240.89 c 0,0.168 0,0.336 0,0.504 1.004,-0.206 2.111,-0.387 1.995,-1.753 -0.07,-0.879 -1.383,-2.37 -2.39,-2.159 -1.054,0.219 0.655,2.857 0.395,3.408"
           id="path5690"
           inkscape:connector-curvature="0" /><path
           style="fill:none;stroke:#000000;stroke-width:0.63534137;stroke-miterlimit:2.02116466;stroke-dasharray:none;stroke-opacity:1"
           d="m 474.36,233.91 c -0.886,-0.411 -3.374,0.5 -3.312,1.656 0.213,-1.558 0.375,-0.109 1.113,-0.369 0.47,-0.165 0.782,-0.535 1.335,-0.423 -0.589,0.105 -1.07,0.394 -1.44,0.864 0.891,0.168 2.569,-0.607 2.304,-1.728"
           id="path5692"
           inkscape:connector-curvature="0" /><path
           style="fill:none;stroke:#000000;stroke-width:0.63534137;stroke-miterlimit:2.02116466;stroke-dasharray:none;stroke-opacity:1"
           d="m 472.78,236.14 c -0.665,0.208 -2.125,0.846 -1.302,1.599 0.688,0.631 1.238,-1.225 1.302,-1.599"
           id="path5694"
           inkscape:connector-curvature="0" /><path
           style="fill:none;stroke:#000000;stroke-width:0.63534137;stroke-miterlimit:2.02116466;stroke-dasharray:none;stroke-opacity:1"
           d="m 472.49,244.21 c -1.276,0.1 -1.292,2.138 -0.648,2.88 1.065,-0.708 1.188,-1.783 0.648,-2.88"
           id="path5696"
           inkscape:connector-curvature="0" /><path
           style="fill:none;stroke:#000000;stroke-width:0.63534137;stroke-miterlimit:2.02116466;stroke-dasharray:none;stroke-opacity:1"
           d="m 472.35,238.59 c 0.345,-0.07 0.657,-0.216 0.936,-0.433 -0.335,0.1 -0.647,0.24 -0.936,0.433"
           id="path5698"
           inkscape:connector-curvature="0" /><path
           style="fill:none;stroke:#000000;stroke-width:0.63534137;stroke-miterlimit:2.02116466;stroke-dasharray:none;stroke-opacity:1"
           d="m 473.57,241.18 c -0.478,0.342 -0.822,0.862 -0.936,1.44 1.002,0.353 0.816,-0.87 0.936,-1.44"
           id="path5700"
           inkscape:connector-curvature="0" /><path
           style="fill:none;stroke:#000000;stroke-width:0.63534137;stroke-miterlimit:2.02116466;stroke-dasharray:none;stroke-opacity:1"
           d="m 454.49,237.73 c 0.618,-3.078 2.463,-4.835 5.616,-4.32 -0.178,0.551 -0.577,1.016 -1.08,1.297 0.481,-0.394 3.48,-1.732 2.917,-0.06 -0.68,2.025 -3.4,1.855 -5.005,2.646 0.512,0.03 1.016,-0.01 1.512,-0.145 -0.586,0.145 -1.09,0.433 -1.512,0.864 1.927,-0.843 3.423,-1.538 4.997,-2.963 1.232,-1.117 3.05,-0.953 4.436,-1.789 -1.66,2.054 -4.317,2.915 -6.072,4.866 -1.791,1.992 -3.841,2.783 -6.384,3.414 0.12,-0.596 -0.192,-0.978 -0.792,-1.008 0.411,-0.08 2.488,-0.645 0.72,-0.864 0.506,0.02 1.01,0 1.512,-0.07 -0.355,-0.789 -1.444,-0.875 -1.584,-1.8 0.239,-0.02 0.478,-0.05 0.719,-0.07"
           id="path5702"
           inkscape:connector-curvature="0" /><path
           style="fill:none;stroke:#000000;stroke-width:0.63534137;stroke-miterlimit:2.02116466;stroke-dasharray:none;stroke-opacity:1"
           d="m 455.07,241.4 c 0.607,0.07 4.12,-1.27 3.672,0.217 -0.32,1.063 -1.041,0.304 -1.8,0.575 -0.828,0.296 -0.915,1.449 -1.872,1.513 1.457,-0.36 0.44,1.471 0.129,2 -0.433,0.737 0.04,3.241 1.311,2.752 -0.145,1.137 -2.26,2.014 -1.368,0.647 -0.229,0.184 -0.469,0.352 -0.72,0.504 -0.389,-0.758 0.103,-1.7 -0.328,-2.418 -0.446,-0.744 -1.128,-2.096 -0.176,-2.766 -1.247,0.637 -0.858,-0.311 -0.451,-0.858 0.348,-0.467 1.126,-0.583 1.603,-0.87 -0.702,-0.355 -1.481,-0.261 -2.232,-0.359 0.513,-0.856 1.43,-0.636 2.232,-0.937"
           id="path5704"
           inkscape:connector-curvature="0" /><path
           style="fill:none;stroke:#000000;stroke-width:0.63534137;stroke-miterlimit:2.02116466;stroke-dasharray:none;stroke-opacity:1"
           d="m 732.63,286.11 c -0.623,-0.12 -1.172,0.223 -1.512,0.721 0.598,0.04 1.143,-0.269 1.512,-0.721"
           id="path5738"
           inkscape:connector-curvature="0" /><path
           style="fill:none;stroke:#000000;stroke-width:0.63534137;stroke-miterlimit:2.02116466;stroke-dasharray:none;stroke-opacity:1"
           d="m 738.03,300.51 c 0.407,-0.1 1.752,-1.113 0.936,-1.549 -1.134,-0.604 -2.359,1.102 -0.936,1.549"
           id="path5740"
           inkscape:connector-curvature="0" /><path
           style="fill:none;stroke:#000000;stroke-width:0.63534137;stroke-miterlimit:2.02116466;stroke-dasharray:none;stroke-opacity:1"
           d="m 741.41,301.45 c -0.601,0.02 -1.118,0.375 -1.44,0.864 0.666,0.365 1.774,0.117 1.44,-0.864"
           id="path5742"
           inkscape:connector-curvature="0" /><path
           style="fill:none;stroke:#000000;stroke-width:0.63534137;stroke-miterlimit:2.02116466;stroke-dasharray:none;stroke-opacity:1"
           d="m 749.69,305.4 c 1.095,-0.633 2.074,-1.474 2.88,-2.447 -1.146,0.229 -0.667,-0.127 -0.144,-0.648 -0.573,0.212 -1.029,0.572 -1.368,1.08 0.558,-1.771 -1.289,-2.146 -2.088,-0.72 -0.135,-2.063 -2.021,-0.426 -2.919,0.03 -1.179,0.598 -3.324,-2.544 -4.281,-0.319 1.844,0 3.191,1.438 4.911,1.634 0.725,0.08 1.116,0.908 1.785,0.958 0.804,0.06 1.486,-0.696 2.16,-1.008 -0.331,0.488 -0.849,0.853 -1.44,0.936 0.168,0.168 0.336,0.336 0.504,0.503"
           id="path5744"
           inkscape:connector-curvature="0" /><path
           style="fill:none;stroke:#000000;stroke-width:0.63534137;stroke-miterlimit:2.02116466;stroke-dasharray:none;stroke-opacity:1"
           d="m 723.27,277.4 c -0.633,-0.433 -2.613,-0.297 -2.16,0.864 0.781,-0.32 1.695,0.05 2.16,-0.864"
           id="path5746"
           inkscape:connector-curvature="0" /><path
           style="fill:none;stroke:#000000;stroke-width:0.63534137;stroke-miterlimit:2.02116466;stroke-dasharray:none;stroke-opacity:1"
           d="m 723.84,277.4 c -0.6,-0.134 -0.648,0.106 -0.144,0.721 0.05,-0.241 0.1,-0.481 0.144,-0.721"
           id="path5748"
           inkscape:connector-curvature="0" /></g><g
         style="fill:none;stroke:#000000;stroke-width:0.63449484;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
         id="g5447"
         transform="matrix(1.0507404,0,0,1.0506689,14.42533,19.660106)"><path
           style="fill:none;stroke:#000000;stroke-width:0.63449484;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 2402.74,858.58 c 0.95,-0.581 0.16,-1.505 -0.1,-2.23 -0.83,0.637 -0.44,1.545 0.1,2.23"
           id="path3366"
           inkscape:connector-curvature="0" /><path
           style="fill:none;stroke:#000000;stroke-width:0.63449484;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 2419.59,874.5 c 0.68,-0.277 0.63,-1.002 0.29,-1.521 -0.1,0.507 -0.2,1.013 -0.29,1.521"
           id="path3368"
           inkscape:connector-curvature="0" /><path
           style="fill:none;stroke:#000000;stroke-width:0.63449484;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 2308.49,796.74 c 0.48,-0.958 0.34,-1.988 0,-2.961 -0.79,1.058 -0.33,1.845 0,2.961"
           id="path3294"
           inkscape:connector-curvature="0" /><path
           style="fill:none;stroke:#000000;stroke-width:0.63449484;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 2314.18,799.54 c 0.14,-0.144 0.29,-0.287 0.44,-0.431 -0.41,-0.291 -0.56,-0.147 -0.44,0.431"
           id="path3298"
           inkscape:connector-curvature="0" /><path
           style="fill:none;stroke:#000000;stroke-width:0.63449484;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 2335.06,803.14 c 0.28,-0.319 0.57,-0.629 0.87,-0.93 -0.57,0.02 -0.89,0.36 -0.87,0.93"
           id="path3310"
           inkscape:connector-curvature="0" /><path
           style="fill:none;stroke:#000000;stroke-width:0.63449484;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 2335.35,799.69 c 0.79,-0.309 1.56,-0.767 2.02,-1.51 -0.55,0.704 -1.6,0.664 -2.02,1.51"
           id="path3312"
           inkscape:connector-curvature="0" /><path
           style="fill:none;stroke:#000000;stroke-width:0.63449484;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 2338.01,797.67 c 1.21,-0.701 2.16,-2.196 2.24,-3.601 -0.24,1.41 -1.53,2.436 -2.24,3.601"
           id="path3318"
           inkscape:connector-curvature="0" /><path
           style="fill:none;stroke:#000000;stroke-width:0.63449484;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 2292.01,800.98 c 0.38,-0.05 0.74,-0.172 1.08,-0.36 -0.2,-0.75 -1.15,-0.846 -1.15,-1.664 -0.13,-0.33 -0.3,-0.638 -0.51,-0.926 0.1,-0.507 0,-1.01 -0.1,-1.51 -1.12,0.416 -1.3,1.139 -1.41,2.23 -0.1,0.81 -1.33,1.308 -0.89,2.161 1.06,-0.269 1.91,-0.367 2.95,0.07"
           id="path3288"
           inkscape:connector-curvature="0" /><path
           style="fill:none;stroke:#000000;stroke-width:0.63449484;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 2298.06,797.1 c -0.23,-0.969 -1.31,-0.986 -1.52,0 -0.73,-0.979 -1.83,0.04 -2.77,-0.235 -0.39,-0.115 -1.61,-1.633 -1.91,-0.734 -0.55,1.704 1.64,5.897 3.77,5.419 1.21,-0.272 3.64,-1.854 4.02,-3.113 0.17,-0.54 1.14,-2.217 -0.3,-2.497 -1.01,-0.198 -1.96,-0.118 -1.29,1.16"
           id="path3290"
           inkscape:connector-curvature="0" /><path
           style="fill:none;stroke:#000000;stroke-width:0.634495;stroke-miterlimit:2.00815;stroke-dasharray:none;stroke-opacity:1"
           d="m 2347.3,1049.8305 c 0.36,-0.21 0.65,-0.49 0.87,-0.86 -0.57,0 -0.89,0.06 -0.87,0.6295"
           id="path3334"
           inkscape:connector-curvature="0"
           sodipodi:nodetypes="ccc" /><path
           style="fill:none;stroke:#000000;stroke-width:0.63449484;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 2348.89,1048.81 c 0.4,-0.1 1.67,-1.17 0.83,-1.5 -0.72,-0.29 -2.6,0.1 -2.35,1.14 0.59,-0.24 1.1,-0.12 1.52,0.36"
           id="path3336"
           inkscape:connector-curvature="0" /><path
           style="fill:none;stroke:#000000;stroke-width:0.63449484;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 2291.07,1010.65 c 0.76,-0.21 1.34,-0.78 1.97,-1.22 1.01,-0.71 1.54,-0.24 2.62,-0.31 0.87,-0.1 1.6,-1.1 0.31,-1.27 -0.17,0 -0.3,0.17 -0.37,0.33 -0.5,0.4 -1.41,-0.35 -1.94,-0.34 1.88,-1.77 -5.81,-0.33 -6.16,-0.23 -0.75,0.21 -2.91,1.43 -1.75,2.47 1.52,1.37 3.86,-1.07 5.32,0.57"
           id="path3286"
           inkscape:connector-curvature="0" /><path
           style="fill:none;stroke:#000000;stroke-width:0.63449484;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 2329.66,1068.32 c 0.1,0.79 0.59,1.68 -0.43,2.09 1.26,0.3 0.94,-1.22 1.85,-1.49 1.2,-0.37 1.85,1.33 0.6,1.78 0.31,-1.6 -1.15,-0.26 -1.06,0.53 0.1,0.93 0.88,0.77 1.28,0.11 -0.36,2.03 1.72,-1.46 2.01,-1.94 -1.3,-0.12 -0.38,-0.77 0.19,-1.44 0.69,-0.83 1.52,-1.52 2.23,-2.33 0.59,-0.66 0.94,-1.49 1.64,-2.05 0.6,-0.49 1.69,-1.03 1.85,-1.87 0.36,0.75 0.14,1.61 -0.37,2.22 1.09,-0.41 1.32,-1.73 1.73,-2.67 0.59,-1.33 1.56,-2.5 2.32,-3.74 1.02,-1.67 3.86,-4.52 2.04,-6.17 -0.92,-0.83 -1.2,0.92 -2.19,0.74 -1.31,-0.26 -1.9,0.36 -3.01,0.92 -0.51,0.26 -6.07,-0.6 -4.56,1.49 -0.8,0.27 -1.04,0 -0.72,-0.73 -1.87,-0.1 -3.64,1.49 -5.4,0.1 -0.62,-0.49 -3.76,-2 -3.38,-2.81 -1.09,0.5 -3.12,0.47 -3.53,-0.94 -2.01,2 -2.62,4.04 -3.5,6.62 -0.7,2.04 1.3,5.19 -0.82,6.7 0.25,-0.17 0.51,-0.31 0.79,-0.43 -0.1,1.03 0.57,2.26 -0.57,2.94 0.25,-0.76 0,-1.54 -0.44,-2.15 -2.48,2.43 -1.11,5.91 -1.29,8.79 0.76,-0.45 1.45,0.29 2.23,0.1 0.41,1.08 -0.9,1.35 -1.44,0.58 -0.28,0.5 -0.54,1 -0.79,1.51 1.04,-0.19 2.91,0.57 3.74,-0.29 0.12,2.83 2.92,-0.1 3.49,-0.56 0.88,-0.73 1.05,-1.08 1.26,-2.04 0.16,-0.77 1.04,-0.1 0.8,0.59 1.43,0.17 3.44,-2.87 3.45,-4.11"
           id="path3300"
           inkscape:connector-curvature="0" /><path
           style="fill:none;stroke:#000000;stroke-width:0.634495;stroke-miterlimit:2.00815;stroke-dasharray:none;stroke-opacity:1"
           d="m 2320.01,1044.49 c -0.21,0.36 -0.4,0.71 -0.57,1.08 0.8927,-0.054 1.8673,-0.7229 2.5739,-1.5914 0.5995,-0.7369 1.0061,-1.6175 1.0061,-2.3886 0,-1.4 -1.21,0.1 -1.39,0.24 -0.73,0.59 -1.69,1.65 -1.62,2.66"
           id="path3306"
           inkscape:connector-curvature="0"
           sodipodi:nodetypes="ccsscc" /><path
           style="fill:none;stroke:#000000;stroke-width:0.634495;stroke-miterlimit:2.00815;stroke-dasharray:none;stroke-opacity:1"
           d="m 2348.31,1044.49 c -0.1,0.45 -0.51,2.26 0.33,2.29 1.7,0.1 1.71,-1.71 2.62,-2.58 -0.99,-0.16 -1.02,-1.3 -1.65,-1.87 -0.81,0.48 -0.96,1.37 -1.3,2.16"
           id="path3338"
           inkscape:connector-curvature="0"
           sodipodi:nodetypes="ccccc" /><path
           style="fill:none;stroke:#000000;stroke-width:0.63449484;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 2139.15,989.77 c 1.94,0 3.95,-2.13 4.75,-3.75 0.91,-1.83 -0.18,-4.54 1.73,-5.9 -0.46,0.37 -0.69,0.94 -0.57,1.51 0,-0.58 0.35,-0.86 0.93,-0.72 -0.49,-1.59 0.77,-3.02 1.28,-4.33 1.11,-2.86 0.61,-5.24 0.13,-8.16 -0.45,-2.71 -1.46,-5.69 -0.71,-8.44 0.72,-2.62 1.98,-6.25 1.55,-8.95 -0.18,-1.12 -0.8,-2.12 -0.84,-3.27 0,-1.19 0,-2.23 -0.45,-3.36 -0.44,-1.09 -1.44,-2.06 -1.5,-3.25 -0.1,-1.37 0.59,-2.68 0.64,-4.05 0.11,-2.65 -0.73,-5.43 -2.16,-7.64 -0.61,-0.93 -1.33,-1.92 -1.55,-3.04 -0.21,-1.02 0.67,-1.52 0.59,-2.46 0.23,0.73 0,1.45 -0.15,2.16 0.56,-0.6 0.78,-1.42 0.8,-2.23 -0.14,1.01 0.47,1.94 0.28,2.95 0.35,-1.96 0.23,1.12 0.15,1.51 1,-1.63 0.46,0 0.57,0.72 1.9,-1.02 2.79,-1.94 1.2,-3.79 -1.08,-1.26 -1.87,-4.33 -0.48,-5.64 0.65,0.58 1.1,1.56 1.3,2.39 0.27,1.14 -0.73,1.91 -0.65,3.01 0.91,0.1 1.38,-0.8 1.51,-1.58 0.15,1.15 -0.23,2.43 0.4,3.49 0.35,0.58 1.34,-0.37 1.47,-0.66 0.83,-1.92 1.52,-3.63 0.5,-5.55 -0.87,-1.64 -0.79,-3.54 -1.89,-5.03 -0.42,-0.57 -0.19,-1.05 -0.19,-1.69 0,-1.39 -0.7,-2.64 -0.88,-4 -0.28,-2.13 0.99,-4.6 2.17,-6.3 1.39,-1.98 2.37,-3.44 2.89,-5.9 0.24,-1.13 -0.58,-1.99 -0.58,-3.08 0,-1.152 1,-2.083 1.47,-3.059 0.7,-1.439 1.34,-3.89 3.07,-4.437 0.2,0.881 -0.2,1.694 -0.51,2.486 -0.44,1.114 -0.15,2.349 -0.43,3.493 2.35,-0.812 2.39,-2.038 3.53,-3.96 1.17,-1.982 3.12,-2.848 5.21,-3.518 2.97,-0.945 5.08,-2.979 7.45,-4.907 0.62,-0.502 1.35,-1.809 2.13,-1.91 1.75,-0.225 3.11,-0.909 4.29,-2.276 -0.32,1.979 1.81,0.234 2.61,0.343 0.76,0.103 1.08,0.888 1.93,0.888 1.1,0 2.14,-0.379 3.07,-0.93 2.03,-1.193 3,-2.545 5.49,-2.54 1.03,0 2.13,-0.02 2.96,-0.711 0.94,-0.784 1.29,-2.204 2.73,-2.204 2.21,0 3.56,0.368 5.75,-0.212 2.54,-0.671 4.84,-1.269 7.16,-2.519 1.87,-1.007 8.78,-5.17 7.4,-8.305 0.78,0.08 1,-0.32 1.2,-0.978 0.31,-1.022 1.25,-1.373 2.09,-1.898 1.22,-0.766 3.95,-1.973 2.68,-3.502 -1.07,-1.302 -0.39,-4.969 0.31,-6.314 0.4,-0.768 2.34,-3.65 3.43,-2.357 -0.68,-1.34 0.33,-1.19 1.2,-1.648 1.06,-0.561 1.09,-2.635 2.55,-3.323 0.6,0.808 -1.31,2.656 0.65,2.59 -1.37,1.901 2.39,5.658 2.16,7.711 1.11,-1.444 0.16,-3.775 1.08,-5.19 0.82,0.409 1.15,1.298 1.73,1.95 -0.11,-1.266 -0.3,-2.178 0.93,-2.96 -0.97,0.331 -3,-1.605 -2.16,-2.521 -0.57,-0.02 -0.89,-0.358 -0.86,-0.93 1.06,0.833 0.37,-0.195 1.32,-0.372 1.14,-0.213 -0.1,-1.481 -0.31,-1.938 0.99,-0.624 2.82,0.119 1.29,0.44 0.57,0.208 0.94,0.676 0.65,1.29 0.66,-0.178 0.77,-1.121 1.44,-1.185 0.87,-0.08 0.9,0.51 1.44,0.954 0.68,0.555 1.09,-0.444 1.82,-0.02 0.81,0.479 1.75,-0.126 2.57,0.388 -0.7,-0.862 -1.35,-0.412 -2.23,-0.72 -1.24,-0.427 -0.32,-1.336 -0.22,-2.23 0.16,0.247 0.33,0.487 0.51,0.721 1.03,-0.702 0.57,-2.255 1.8,-2.801 -0.62,-0.233 -1.06,0.149 -1.23,0.721 -0.89,-0.936 -1.51,-2.907 0,-3.609 0.69,-0.321 2.78,-0.964 1.68,-2.011 0.78,0.04 1.36,0.598 1.97,1.02 0.19,0.281 0.37,0.564 0.55,0.851 0.38,0.104 0.76,0.201 1.15,0.29 -1.12,-0.661 -0.29,-1.933 -1.94,-1.95 0.3,-0.517 0.73,-0.876 1.29,-1.08 -0.55,0.11 -1.03,0.35 -1.44,0.72 -0.1,-0.967 2.29,-2.837 2.16,-1.22 0.1,-1.644 1.21,0.432 2.23,0.22 -0.38,-0.678 -1.24,-1.392 -0.64,-2.229 -2.17,-0.116 0.38,-2.042 0.5,-2.811 0.82,0.877 1.12,-0.633 2.02,-0.07 0.23,-0.827 0.17,-1.688 0.28,-2.53 1.07,0.223 0.63,2.203 0,3.1 1.34,-1.537 0.76,-1.645 1.95,0.15 0,-0.778 0.87,-0.754 1.01,-1.44 0.1,-0.421 0.4,-1.522 0.57,-1.88 0.27,-0.58 1.31,-0.538 0.72,-1.4 -0.2,-0.179 -0.43,-0.225 -0.68,-0.135 -0.26,0.01 -0.98,-1.397 0.39,-0.334 -0.31,-0.875 1.26,-1.535 0.29,-0.141 1.59,-1.455 -0.38,1.909 1.51,1.44 -0.39,-0.88 0.47,-1.646 1.3,-1.66 -0.48,0.646 0,1.239 0.43,1.729 0.68,-0.772 2.11,-1.082 2.52,-2.09 0.32,-0.794 -0.96,-1.154 0.5,-1.755 0.83,-0.34 1.21,1.74 2.51,1.776 1.11,0.03 1.24,0.591 2.01,1.398 0.98,1.026 1.51,2.372 2.47,3.41 0.57,0.622 1.45,1.384 1.37,2.327 -0.1,1.044 -0.72,1.987 -0.9,3.028 -0.16,0.972 -0.17,2.419 -0.97,3.135 0.91,-0.45 0.29,-1.553 0.93,-2.021 0.86,-0.63 1.13,0.747 1.23,1.3 0.41,-1.003 -0.83,-1.97 -0.36,-2.949 0.57,-1.202 1.2,0.08 2.09,-0.29 -0.86,-3.462 5.99,-2.24 5.25,1.149 1.16,-0.443 0.69,-1.809 0.72,-2.729 1.61,0.138 2.12,3.335 3.46,3.02 -0.31,-0.757 -1.11,-2.159 -0.17,-2.834 0.66,-0.473 1.54,-0.08 2.18,-0.695 -1.26,0.17 -2.02,-0.212 -2.44,-1.44 0.56,-0.03 1.07,-0.221 1.51,-0.57 -1.12,0.343 -3.61,-0.539 -2.7,-2.066 0.37,-0.623 0.55,-1.556 1.11,-2.043 0.5,-0.429 1.61,-0.134 1.88,-0.855 0.42,-1.171 0.63,-2.63 1.22,-3.716 0.54,-1.005 0.98,0.124 1.69,-0.448 0.46,-0.371 1.62,-1.696 2.27,-1.311 -0.6,-0.623 -1.33,-1.755 -1.16,-2.667 0.29,-1.544 0.92,-0.312 1.6,-1.42 0.46,-0.739 0.27,-1.482 1.15,-1.994 0.63,-0.368 1.05,0.7 1.79,0.531 -0.78,-0.313 -1.03,-2.487 -0.14,-2.8 0.94,-0.331 1.59,1.875 2.45,2.079 -0.91,-0.681 -1.06,-3.17 0.64,-2.37 0.21,-0.609 -0.23,-1.345 0.53,-1.654 0.79,-0.316 1.07,0.838 1.56,-0.365 1.19,2.767 8.43,-0.1 8.57,1.58 0,-1.191 1.24,-2.052 2.3,-1.36 -1.12,-1.184 0.17,-2.972 -0.14,-4.319 -0.47,-2.057 -2.45,-1.766 -3.96,-1.08 0.1,-0.98 -1.18,-1.422 -1.73,-1.872 -0.36,-0.292 1.2,-1.252 1.3,-1.519 0.71,0.556 0.86,1.428 1.08,2.24 0.45,-0.683 0.54,-1.509 0.14,-2.24 0.42,0.839 0.97,0.903 1.44,0.07 0.25,1.084 1.92,2.325 2.52,3.32 0.45,-0.585 1.85,-0.647 1.44,-1.66 0.92,0.638 1.3,3.418 2.38,3.409 0.96,0 2.27,-0.125 2.16,0.98 1.08,0.04 1.85,-1.3 2.95,-0.93 -1.86,1.394 2.33,1.084 1.73,3.02 0.71,-1.302 0.87,-0.366 1.86,-0.181 1.11,0.209 1.72,-0.669 2.75,-0.829 0.26,2.291 2.46,1.969 3.96,2.45 -1.14,-1.812 3.84,-0.928 2.23,-2.45 0.93,-0.233 2.38,-0.473 2.38,-1.72 0.66,0.922 -0.62,1.542 -1.23,1.939 1.37,0 0.31,0.456 -0.19,1.026 -0.48,0.546 -0.65,1.121 -0.24,1.784 0.5,-0.702 1.14,-1.509 2.09,-1.521 -0.96,1.015 0.23,0.441 0.19,1.601 0,0.36 0.1,0.905 0.48,1.025 0.91,0.254 1.82,-1.027 2.13,-1.686 -2.59,-0.04 1.55,-2.616 2.02,-3.09 -1.25,0.656 -0.25,2.969 0.79,3.31 -0.65,-1.179 0.77,-0.982 1.13,-0.482 0.31,0.423 0,1.083 -0.16,1.486 -0.67,1.414 -2.01,3.38 -3.49,3.966 0.47,0.43 0.83,0.933 1.08,1.511 -0.25,-0.185 -0.52,-0.355 -0.79,-0.511 -0.25,1.119 -0.33,2.138 -1.51,2.67 0,-0.481 0,-0.961 0.1,-1.439 -0.54,0.331 -1.02,0.738 -1.44,1.22 -0.1,-1.729 -1.15,-0.05 -1.15,0.58 -0.21,-1.559 -1.83,0.316 -0.86,1.22 -2.15,-0.411 -0.61,3.707 0.57,1.73 -1.07,2.23 -2.11,4.229 -3.54,6.243 -0.61,0.858 -1.22,1.752 -1.99,2.472 -0.89,0.827 -1.38,0.512 -0.64,1.963 1,1.97 3.3,2.656 4.6,4.358 0.76,0.996 1.25,1.918 2.34,2.603 0.76,0.48 1.5,1.085 1.17,2.092 0.83,-0.317 1.67,0.356 2.24,-0.58 0.79,1.235 2.16,1.838 3.39,2.517 1.58,0.87 2.3,2.093 3.39,3.465 1.87,2.369 4.59,1.526 6.89,3.18 1.23,0.882 0.3,2.687 1.41,3.583 0.61,0.491 1.43,0.451 2,1.038 0.6,0.614 1.33,1.016 2.03,1.512 2.13,1.514 6.77,0.06 8.02,-2.226 1.81,-3.278 4.14,-6.526 5.47,-10.053 0.77,-2.026 1.34,-4.117 2.09,-6.147 0.8,-2.159 1.73,-3.796 1.58,-6.173 -0.12,-1.859 0,-2.976 0.66,-4.662 0.68,-1.707 -0.88,-3.212 0,-5.083 0.72,-1.517 2.2,-2.728 1.74,-4.524 -0.53,-2.06 1.23,-2.159 1.63,-3.856 0.44,0.41 0.66,0.913 0.65,1.511 0,-0.577 0.35,-1.014 0.86,-1.221 -0.29,-0.04 -1.8,-1.679 -1.95,-2.02 -0.24,0.21 -0.48,0.426 -0.71,0.649 -0.16,-0.819 0.4,-1.926 0.95,-2.498 0.2,-0.247 0.46,-0.375 0.77,-0.382 -0.4,-0.793 0.1,-1.569 0.58,-2.16 0.16,0.56 0.57,0.845 1.15,0.721 -0.1,-3.025 1.73,-5.297 2.09,-8.21 0.12,-0.944 0.12,-1.567 1.15,-1.984 0.97,-0.392 1.43,-2.107 2.66,-1.256 -0.36,0.474 -0.67,0.977 -0.93,1.51 0.25,-0.161 0.52,-0.305 0.79,-0.43 0.3,0.915 1.21,1.352 1.04,2.385 -0.1,0.423 0,0.835 0.13,1.237 0.29,0.939 -0.16,0.934 -0.16,1.772 0,0.89 -0.18,1.806 0,2.691 0.2,1.148 1.98,1.019 2.77,1.424 -1.44,1.062 -1.9,2.174 -0.77,3.427 1.2,1.333 1,2.454 0.62,4.133 1.6,-0.314 0.81,6.454 0.47,7.263 -0.42,0.983 0.17,1.731 0.48,2.645 0.35,1.069 -0.2,2.209 0.28,3.263 0.86,1.867 3.21,0.695 3.45,-0.939 1.46,1.817 2.15,-2.344 2.82,1.577 0.15,0.905 1.99,1.993 2.6,2.846 0.1,0.108 2.17,1.467 2.36,1.487 -0.46,0.744 -1.84,2.199 -0.36,2.729 -1.98,2.401 0.42,5.023 -0.51,7.625 -0.57,1.61 -0.9,2.432 -0.1,3.905 0.43,0.743 1.69,2.157 1.14,3.09 0.44,-0.373 0.95,-0.589 1.52,-0.649 -0.38,1.52 -0.63,2.132 -0.22,3.717 0.3,1.182 0.28,2.425 0.1,3.627 -0.19,1.332 -0.89,2.194 -1.42,3.381 -0.63,1.436 0.99,1.756 0.89,2.905 -0.1,0.906 1.18,0.218 0.78,1.371 -0.34,1.003 -1.42,1.8 -0.8,2.946 0.37,0.673 1.58,2.109 2.46,2.028 0.82,-0.08 1.53,1.951 2.38,0.334 -0.1,1.889 2.99,2.191 2.67,0.93 0.49,1.064 0.19,3.982 1.58,4.4 0,-0.565 0.37,-0.906 0.93,-0.939 -0.43,1.491 1.23,1.602 2.27,1.986 0.85,0.315 -0.16,2.175 1.51,1.671 0.37,-0.11 0.1,-0.741 0.43,-0.883 0.73,-0.299 0.64,0.848 0.72,1.154 0.16,0.657 0.91,0.289 1.21,0.886 0.34,0.679 0.3,1.483 0.63,2.166 -0.37,-0.75 -1.38,-0.881 -1.74,-0.04 -0.47,1.064 0.94,2.213 0.23,3.211 3.9,-1.4 1.06,5.593 3.74,5.54 -0.92,1.069 -0.88,2.794 -0.75,4.11 0.1,1.105 1.18,3.026 0.32,4.03 1.41,-0.577 1.6,-0.152 2.24,1.087 0.65,-1.284 -0.13,-2.704 0.86,-3.897 1.18,1.053 1.76,2.647 3.17,3.46 0.21,-0.401 0,-1.196 0.36,-1.51 0.63,-0.595 1.11,-0.138 1.17,0.564 0.16,1.873 0,3.033 -0.64,4.783 -0.36,1.04 -0.1,2.1 -0.42,3.18 -0.68,2.16 0.81,0.78 1.47,2.12 -0.19,-0.52 -0.12,-1 0.22,-1.43 1.6,0.51 1.49,4.34 -0.1,1.73 0.18,1.14 3.46,4.95 3.46,2.94 1.64,1.33 1.24,3.26 2.09,4.97 0.4,0.82 1.28,0.99 1.8,1.66 0.62,0.8 0.2,1.77 0.34,2.68 0.31,1.99 2.28,1.23 2.04,3.16 -0.1,0.72 -0.79,1.23 -0.94,1.94 -0.2,0.97 0.74,1.53 0.29,2.67 0.23,-0.26 0.46,-0.5 0.72,-0.72 1.09,0.89 -0.64,2.11 -0.94,2.95 -0.54,1.48 -1.01,3.29 -1.27,4.85 -0.19,1.19 0.12,2.25 -0.89,3.04 -1.1,0.87 -1.01,1.7 -0.24,2.77 0.52,0.73 0.4,2.76 0.22,3.63 -0.12,0.58 -0.37,1.19 -0.34,1.79 0,0.66 0.52,1.06 0.36,1.77 -0.78,3.45 -2.4,5.66 -4.38,8.51 -2.13,3.06 -3.31,6.58 -5.66,9.56 -1.99,2.51 -2.13,5.51 -4.07,8.01 -0.94,1.21 -1.74,2.56 -2.74,3.73 -0.99,1.14 -2.55,1.76 -3.33,3.08 -0.5,0.85 -0.74,2.43 -1.42,3.12 -0.4,0.41 -1.09,0.37 -1.56,0.7 -0.84,0.6 -1.68,1.5 -2.76,1.67 1.86,0.17 -1.15,0.89 -1.63,1.04 -1.28,0.4 -2.44,1.57 -3.26,2.59 -0.58,0.72 -1.56,1.01 -2.17,1.72 -0.83,0.98 -0.64,2.04 -2.37,1.85 -0.12,0.64 0,0.86 0.5,0.65 -0.54,0.77 -0.95,1.65 -1.49,2.41 -0.43,0.61 -1.06,0.4 -1.49,1.12 -0.89,1.47 -2.61,1.94 -3.39,3.51 -0.4,0.79 -0.27,0.54 -0.91,0.67 0,0 -0.43,1.4 -0.64,1.63 -0.36,0.4 -2.49,2.28 -1.29,2.75 -0.35,0.57 -0.82,1.22 -0.94,0 -0.5,0.45 -0.29,1.41 -1.06,1.53 -0.97,0.14 -1.45,0.42 -2.12,1.17 -1.67,1.9 -3.49,3.72 -5.03,5.73 -1.31,1.71 -2.23,3.78 -3.56,5.51 -0.75,0.98 -2.25,3.66 -3.35,4.14 1.04,0.23 0.1,1.81 -0.2,2.25 -0.27,0.42 -0.57,0.83 -0.93,1.16 -0.56,0.52 -1.16,0.1 -1.7,0.36 -1.68,0.87 -2.51,1.95 -4.63,2.2 -2.25,0.27 -4.52,0 -6.77,0.27 -4.55,0.43 -8.36,3.2 -12,5.72 -1.67,1.15 -3.41,1.72 -5.44,1.89 -1.98,0.17 -1.45,-0.22 -1.81,1.7 0.44,-0.38 0.95,-0.64 1.51,-0.79 -0.25,0.97 -1.14,2.3 -2.08,2.73 -0.1,-0.64 0.2,-1.67 -0.24,-2.22 -0.69,-0.84 -1.11,0.1 -1.93,0.14 0.2,-0.74 0.13,-1.5 0.22,-2.24 -0.93,0.2 -1.58,0.71 -1.75,-0.51 -0.18,-1.32 0.98,-1.35 1.41,-2.43 0.61,-1.56 -2.93,0.7 -3.11,0.86 -1.46,1.23 -2.03,0.75 -2.81,-0.65 0.97,1.08 2.19,-0.14 2.95,-0.79 1.25,-1.07 0.66,-1.76 0.72,-3.17 -1.89,0.32 -3.56,1.64 -5.18,2.59 0.73,0.23 1.49,-0.16 2.16,0.36 -0.66,0.93 -2.02,0.67 -2.96,1.01 -1.35,0.49 -2.9,1.29 -4.03,2.18 -1.13,0.9 -2.33,1.37 -3.6,2.01 -1.06,0.53 -1.27,-0.35 -2.38,-0.92 -1.91,-0.97 -3.12,-3.05 -5.38,-2.73 -1.26,0.17 -1.82,-1.27 -3.11,-1.02 -0.72,0.14 -0.89,0.66 -1.49,0.94 -0.45,0.21 -1.05,-0.1 -1.53,0 1.94,-2.23 -3.78,-2.79 -4.47,-3.76 -0.68,-0.98 -1.03,-2.27 -1.04,-3.45 0,-0.75 -1.13,-1.22 -0.94,-2.55 0.33,-2.35 2.49,-3.45 2.99,-5.57 0.8,-3.4 -0.42,-6.29 -2.52,-8.93 1.8,1.21 2.74,3.42 2.88,5.54 0.32,-1.43 -0.14,-2.65 -0.96,-3.81 -0.55,-0.78 -1.62,-2.3 0.17,-2.16 0,0.5 -0.1,1 -0.15,1.51 0.88,-0.16 0.74,-0.66 0.81,-1.35 0.1,-0.83 1.47,-0.63 1.06,-1.46 -0.46,-0.95 -3.53,0.16 -2.8,1.3 -0.36,-0.11 -2.78,-0.39 -0.72,0.28 -1.72,-0.18 -4.93,2.13 -6.41,0.58 0.74,-1.03 2.09,-1.58 3.14,-2.21 0.94,-0.56 1.52,-1.77 1.99,-2.72 1.26,-2.5 1.09,-5.24 0.48,-7.97 -0.65,0.4 -0.68,1.13 -1.18,1.63 -0.57,0.57 -1.21,1.05 -1.69,1.7 -0.97,1.33 -1.83,2.8 -2.69,4.2 -0.94,1.54 -1.16,1.26 -2.79,1.1 -1.55,-0.15 -3.18,1.45 -4.89,1.39 0.27,-0.95 1.29,-2.03 2.01,-2.66 1.22,-1.07 2.8,0.32 3.99,-0.8 2.07,-1.95 1.94,-5.41 3.87,-7.57 1.07,-1.2 1.71,-2.02 3.12,-2.83 1.66,-0.95 1.04,-2.1 1.56,-3.61 0.29,-0.85 1.23,-0.99 1.88,-1.46 0.2,-0.15 0,-1.29 0,-1.48 0,-0.5 0.8,-2.83 0,-3.18 -0.32,-0.14 -0.76,2.22 -0.88,2.45 -0.62,1.22 -2.5,2.01 -3.45,3.05 -0.93,1.02 -1.75,2.13 -2.72,3.11 -0.42,0.42 -0.84,1.11 -1.44,1.3 -0.52,0.16 -1.01,-0.3 -1.51,-0.14 -0.93,0.29 -1.97,1.47 -3.03,1.86 -1.56,0.57 -2.73,1.81 -3.85,2.97 -0.41,0.43 -1.94,2.47 -2.48,2.36 -1.53,-0.32 -1.8,1.92 -2.67,2.6 0.5,-0.21 1.01,-0.41 1.52,-0.58 -0.62,0.64 -0.71,1.61 -1.37,2.23 -0.48,-1.48 -1.84,-0.51 -2.42,-1.69 -0.42,-0.83 -0.87,-2.68 -2.19,-1.91 0.33,-0.56 0.78,-1.05 1.3,-1.44 -0.18,0.95 1.02,1.74 1.21,0.45 0.21,-1.47 0.59,-2.95 0.59,-4.45 0,-1.41 -1.92,-2.3 -1.31,-3.77 0.24,-0.58 0.63,-1.19 0.31,-1.82 -0.26,-0.5 -0.57,-0.79 -0.16,-1.35 -0.69,0.57 -1.2,-0.13 -1.96,0.1 -1.1,0.29 -0.63,-0.48 -0.84,-0.94 -0.11,-0.24 -0.66,-1.49 -0.5,-1.7 0.22,-0.28 1.65,-2.39 1.22,-0.6 0.68,-0.5 1.38,-1.59 0.8,-2.42 -0.67,-0.97 -1.77,-0.14 -2.6,0 0.16,-0.49 0.91,-1.15 0.86,-1.68 -0.1,-0.69 -0.8,-1.05 -0.87,-1.77 0,-0.37 -2.38,0.66 -2.47,0.65 -1.48,-0.17 -2.62,-1.45 -3.94,-2.04 -1.47,-0.65 -1.57,0.94 -2.7,0.74 -2.87,-0.51 -4.04,-4.47 -7.07,-4.8 -1.02,-0.11 -1.8,0.48 -2.7,0.81 -1.1,0.39 -2.34,-0.1 -3.47,-0.1 -2.83,0 -6.17,0.11 -8.94,0.71 -5.13,1.12 -9.67,4.07 -14.89,5.12 -2.51,0.5 -4.77,0.41 -7.29,0.18 -3.08,-0.28 -4.71,1.01 -7.32,2.34 -2.14,1.08 -4.62,2.52 -6.94,3.14 -2.48,0.67 -4.13,0.82 -5.73,3.04 -1.22,1.7 -2.43,3.32 -4.11,4.61 -0.31,0.23 -1.65,1.4 -2.05,1.21 -1.11,-0.54 -1.69,0.53 -2.82,0.73 0.69,-1.78 -4.72,-1.11 -5.5,-0.8 -1.3,0.51 -1.52,1.33 -2.07,-0.46 0,0 -3.62,-0.27 -4.08,-0.33 -1.97,-0.24 -4.31,0.34 -6.26,0.71 -1.46,0.27 -2.73,0.14 -4.17,0.37 -1.84,0.29 -5.99,1.18 -5.49,3.83 -0.42,-0.22 -1.72,0.57 -2.19,0.85 -0.67,0.4 -1.34,-0.5 -2.08,-0.39 -0.74,0.11 -1.27,0.76 -1.8,1.23 -0.56,0.51 -1.07,0.68 -1.79,0.95 -1.05,0.39 -1.25,0.99 -2.06,1.62 -1.08,0.84 -2.67,1.25 -4.05,1.21 1.77,0.77 -1.99,0.42 -2.67,0.35 -2.41,-0.24 -4.78,-0.1 -7.19,-0.57 0.1,-0.25 0.19,-0.48 0.28,-0.72 -2.09,0.35 -3.06,-1.44 -3.93,-2.85 -0.71,-1.16 -2.6,-3.51 -4.06,-1.98 -1.26,-1.34 0.35,-7.62 2.81,-6.12"
           id="path3348"
           inkscape:connector-curvature="0" /><path
           style="fill:none;stroke:#000000;stroke-width:0.63449484;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 2307.85,799.97 c -0.1,-0.237 -0.2,-0.473 -0.29,-0.71 0.84,0.08 0.88,0.17 0.29,0.71"
           id="path3350"
           inkscape:connector-curvature="0" /><path
           style="fill:none;stroke:#000000;stroke-width:0.63449484;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 2381.86,791.77 c 0.65,-0.345 0.83,-0.93 0.22,-1.439 -0.59,0.353 -0.75,0.933 -0.22,1.439"
           id="path3956"
           inkscape:connector-curvature="0" /><path
           style="fill:none;stroke:#000000;stroke-width:0.63449484;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 2382.08,786.73 c 0.28,-0.22 0.45,-0.51 0.5,-0.87 -0.8,-0.08 -0.97,0.207 -0.5,0.87"
           id="path3958"
           inkscape:connector-curvature="0" /><path
           style="fill:none;stroke:#000000;stroke-width:0.63449484;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 2383.09,787.38 c 0.21,-0.33 0.3,-0.69 0.28,-1.08 -0.75,0.147 -0.82,0.558 -0.28,1.08"
           id="path3960"
           inkscape:connector-curvature="0" /></g><g
         transform="matrix(3.1757337,0,0,3.1757337,-0.02195285,3.9026)"
         style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
         id="pm"><title
           id="title3377">Saint Pierre and Miquelon (FR)</title><path
           inkscape:connector-curvature="0"
           style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 312.002,101.758 c -0.061,0.256 -0.213,0.478 -0.265,0.738 -0.018,-0.257 0.068,-0.506 0.05,-0.763 0.071,0.009 0.143,0.017 0.215,0.025"
           id="pm-" /><circle
           style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           r="1.989"
           cy="102.089"
           cx="311.31"
           id="pm." /></g><circle
         style="clip-rule:evenodd;fill:#290000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:0.66666663;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
         r="6.316534"
         cy="557.32599"
         cx="821.48254"
         id="tcai"><title
           id="title3697">Turks and Caicos Islands (UK)</title></circle><path
         inkscape:connector-curvature="0"
         id="xk_-0-9-1"
         d="m 1590.8086,211.89844 a 4.4460267,4.4460271 0 0 0 -3.7481,2.0625 c 0.4727,0.0507 0.9534,0.18804 1.4571,0.5332 0.083,0.0567 3.7319,2.01171 2.1191,2.01172 -1.4276,0 -2.7706,-0.72568 -4.1875,-1.0293 a 4.4460267,4.4460271 0 0 0 -0.088,0.86719 4.4460267,4.4460271 0 0 0 4.4473,4.44727 4.4460267,4.4460271 0 0 0 4.4453,-4.44727 4.4460267,4.4460271 0 0 0 -4.4453,-4.44531 z"
         style="clip-rule:evenodd;opacity:1;fill:#290000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.66666663;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1" /><g
         transform="matrix(3.1757337,0,0,3.1757337,-0.02195285,3.9026)"
         id="cn"><title
           id="title3781">China</title><g
           id="g4490"><title
             id="title7485">China</title><path
             inkscape:connector-curvature="0"
             id="CN-AH"
             d="m 714.25984,138.42679 c -0.41622,0.75933 -0.84707,1.54576 -1.3334,1.7663 -0.31354,0.14215 -0.56248,0.1463 -0.73339,0.0666 -0.1709,-0.0797 -0.29624,-0.23825 -0.40003,-0.39991 -0.10379,-0.16167 -0.18789,-0.32935 -0.30001,-0.43325 -0.11215,-0.10387 -0.23739,-0.16032 -0.43336,-0.0667 -0.39195,0.18733 -0.70852,0.71063 -0.86674,1.29973 -0.15818,0.58909 -0.1696,1.26237 0.0333,1.79962 0.20294,0.53726 0.84347,0.75714 1.50011,0.9998 0.65659,0.24266 1.34769,0.48704 1.60007,1.03312 0.25241,0.54608 0.65018,1.05085 0.7334,1.59966 0.0416,0.27443 0.004,0.55412 -0.1667,0.8665 -0.057,0.10397 -0.24427,0.2232 -0.33334,0.33326 0.19625,0.3453 0.444,0.52843 0.63339,0.89982 0.51547,1.01102 1.04441,2.00813 1.8001,2.46616 0.37782,0.229 0.7374,0.3434 1.10008,0.36659 0.36265,0.0231 0.73505,-0.0244 1.10004,-0.0667 0.36503,-0.0422 0.71524,-0.0994 1.10008,-0.0666 0.38484,0.0327 0.81125,0.15183 1.23343,0.39991 0.13302,0.0782 0.24186,0.28365 0.36668,0.39992 0.43802,-0.27323 0.93573,-0.55215 1.06674,-0.83316 0.16976,-0.36425 0.034,-0.66555 -0.0999,-0.96647 -0.13408,-0.30091 -0.26112,-0.58584 -0.1,-0.86648 0.16107,-0.28064 0.47866,-0.2682 0.83337,-0.29994 0.35471,-0.0318 0.73092,-0.11923 1.00007,-0.53322 0.19775,-0.30423 0.16003,-1.18654 0.14727,-1.83332 -0.17179,-0.11277 -0.37521,-0.16807 -0.5473,-0.1996 -0.4597,-0.0842 -0.65471,0.0496 -0.8334,0.16663 -0.17869,0.11705 -0.3642,0.21192 -0.83337,0.0333 -0.46918,-0.17859 -1.14688,-0.7748 -1.73347,-1.43304 -0.58655,-0.65824 -1.07246,-1.39145 -1.13338,-1.86629 -0.0609,-0.47482 0.19083,-0.64157 0.40002,-0.7665 0.20919,-0.12493 0.39274,-0.20873 0.23336,-0.46657 -0.15941,-0.25784 -0.56228,-0.13032 -1.00006,0 -0.43782,0.13032 -0.91739,0.26346 -1.26676,0 -0.34939,-0.26346 -0.39811,-0.8268 -0.43336,-1.39971 -0.0353,-0.57291 -0.0686,-1.1459 -0.40002,-1.46637 -0.33143,-0.32046 -0.77689,-0.35169 -1.23343,-0.36659 -0.26029,-0.009 -0.46382,-0.11694 -0.70003,-0.16663 z"
             style="fill:#ffdfe0;fill-opacity:1;stroke:none;stroke-width:0.0209925;stroke-miterlimit:1;stroke-dasharray:none;stroke-opacity:1"
             sodipodi:nodetypes="sssssssssssccsssssscscssscssssssssssscss" /><path
             inkscape:connector-curvature="0"
             id="CN-XJ"
             d="m 625.05412,138.1935 c 0.1356,0.002 0.12221,-6e-5 0.26668,0 0.97657,0 2.11974,-0.0595 2.73352,-0.26661 0.61376,-0.20707 1.04177,-0.63571 1.43342,-1.03312 0.39165,-0.39741 0.74286,-0.74796 1.23343,-0.79983 0.49054,-0.0518 0.69153,0.24313 0.96673,0.53322 0.27516,0.29009 0.62597,0.54806 1.50009,0.46657 0.43702,-0.0407 0.94232,-0.29804 1.46677,-0.69986 0.52443,-0.40182 1.05995,-0.94552 1.63341,-1.46637 0.57345,-0.52083 1.18269,-1.03527 1.76679,-1.43302 0.58411,-0.39777 1.14371,-0.66725 1.70009,-0.69987 0.55643,-0.0326 1.03536,0.10703 1.46677,0.33327 0.4314,0.22623 0.83099,0.54922 1.20009,0.86648 0.36909,0.31728 0.73055,0.62599 1.10007,0.8665 0.3695,0.2405 0.73413,0.40398 1.16672,0.39992 0.86526,-0.009 1.78783,-0.36823 2.56684,-0.83316 0.77904,-0.46495 1.43359,-1.04157 1.7668,-1.43304 0.33318,-0.39148 0.2845,-0.60715 0.23333,-0.76652 -0.0512,-0.15936 -0.11559,-0.26315 0.16668,-0.46657 0.28228,-0.20341 0.90019,-0.005 1.50011,0.13331 0.59987,0.13856 1.17224,0.21753 1.36674,-0.13331 0.19451,-0.35083 -0.0573,-0.61105 -0.36668,-0.86648 -0.30936,-0.25544 -0.64913,-0.49589 -0.63338,-0.76651 0.0159,-0.27062 0.21848,-0.24992 0.43336,-0.29994 0.21488,-0.05 0.42015,-0.17687 0.36668,-0.73318 -0.0268,-0.27816 -0.29326,-0.54567 -0.70002,-0.79983 -0.40678,-0.25417 -0.9466,-0.49986 -1.46677,-0.76651 -0.52017,-0.26666 -1.03313,-0.55086 -1.40008,-0.86649 -0.36698,-0.31564 -0.58626,-0.66535 -0.53337,-1.06645 0.0529,-0.40109 0.26551,-0.70637 0.56671,-0.93313 0.30116,-0.22678 0.68508,-0.35319 1.10004,-0.46657 0.82997,-0.22681 1.75536,-0.29406 2.23349,-0.43325 0.47814,-0.13919 0.76439,-0.009 1.00007,0.0667 0.23568,0.0755 0.41056,0.10175 0.63338,-0.26661 0.22278,-0.36838 -0.14198,-0.86863 -0.53337,-1.43304 -0.39142,-0.56442 -0.81009,-1.20593 -0.70006,-1.86628 0.11004,-0.66035 0.57667,-1.32695 1.13342,-1.93293 0.55671,-0.60599 1.22741,-1.15886 1.76676,-1.56635 0.5394,-0.40748 1.12595,-0.52107 1.70013,-0.66652 0.57414,-0.14546 1.11555,-0.31804 1.56677,-0.76651 0.29802,-0.29624 0.5247,-0.89103 0.7667,-1.43304 -0.12876,0.01 -0.2795,0.0501 -0.40002,0.0333 -0.39135,-0.0546 -0.40439,-0.38687 -0.70006,-0.6332 -0.42268,-0.35213 -0.96695,-0.58021 -1.33341,-0.99979 -0.31419,-0.35941 -0.67145,-0.73434 -0.93338,-1.1331 -0.33205,-0.50522 -0.63524,-0.53792 -1.06675,-0.89982 -0.25073,-0.21029 -0.0656,-0.6324 -0.5667,-0.69986 -0.38742,-0.0521 -0.66203,0.007 -1.03341,-0.13329 -0.5113,-0.19409 -0.812,-0.29876 -1.46675,-0.69986 -0.10283,-0.063 -0.33917,-0.1787 -0.60005,-0.29994 -0.75047,-0.34877 -1.63401,-0.89202 -2.60014,-0.93314 -0.51657,-0.022 -1.01978,0.071 -1.53344,0.0333 -0.53743,-0.0394 -1.13639,-0.13184 -1.66679,-0.19995 -0.56663,-0.0727 -1.06881,-0.16532 -1.60011,-0.29995 -0.43107,-0.10923 -0.81604,-0.49617 -1.10004,-0.7665 -0.41295,-0.39306 -0.43515,-0.83742 -0.1,-1.29973 0.29809,-0.41119 -0.23756,-0.50181 -0.36668,-1.66633 -0.0428,-0.38576 0.0358,-0.0958 -0.50004,-0.7665 -0.37372,-0.46782 -0.87071,-0.75073 -1.23339,-1.06645 -0.41688,-0.36288 -0.59935,-0.88118 -1.00006,-1.26641 -0.2836,-0.272621 -0.98185,-0.65475 -1.23343,-0.733178 -0.28705,0.485511 -0.90647,-0.511456 -1.53343,-0.333267 -0.60802,0.172809 -1.67059,-0.383749 -2.06681,-0.866486 -0.35322,-0.430164 -1.00076,-0.447315 -1.46676,-0.66653 -0.33503,-0.158047 0.18008,-0.332629 -0.36668,-0.566548 -0.1106,-0.04732 -0.84836,-0.386804 -0.43336,-0.499897 0.153,-0.0417 -0.1056,-0.352772 -0.30001,-0.533222 -0.62885,0.301518 -1.13126,0.05898 -1.46675,0.06665 -0.30507,0.0069 -0.85848,0.002 -0.70007,0.466572 0.24276,0.71121 0.29962,1.056836 -0.46669,1.399712 -0.30262,0.135563 -0.69354,-0.05846 -0.96672,0.133304 -0.28476,0.199378 -0.21736,0.982052 -0.13336,1.266404 0.15478,0.524066 1.51112,1.880466 0.96673,2.366176 -0.29864,0.2665 -0.75089,0.30072 -1.06674,0.56655 -0.4101,0.34552 -0.55522,-0.25563 -1.00006,-0.29994 -0.58044,-0.0579 -1.12066,0.16923 -1.70009,0.0333 -0.44451,-0.10448 -0.79429,-0.30548 -1.20009,-0.49989 -0.48022,-0.23046 -0.77848,-0.0754 -0.66669,0.46656 0.0929,0.44935 -0.1,0.97113 -0.1,1.43304 -0.003,0.48836 0.10507,0.98231 0.0667,1.46637 -0.0255,0.32105 -0.23244,0.90548 -0.0333,1.19975 0.23283,0.34419 0.82616,0.072 0.96672,0.53322 0.0939,0.30782 0.0841,0.81567 -0.36669,0.4999 -0.39158,-0.2741 -0.74017,0.12373 -1.13341,-0.0333 -0.48981,-0.19574 -0.57276,-0.48021 -1.16675,-0.26662 -0.59664,0.21459 -1.1741,0.24776 -1.76677,0.43324 -0.32544,0.10186 -1.07064,0.2086 -1.26677,0.4999 -0.34561,0.51448 0.89715,0.36136 1.20009,0.4999 0.35885,0.16433 0.13108,0.78784 0.26668,1.16643 0.20608,0.57432 0.57425,1.04829 0.93341,1.53301 0.26195,0.35312 0.73761,0.69228 0.76671,1.16643 0.0218,0.36205 0.55884,0.39771 0.36668,0.83316 -0.29733,-0.21062 -0.55351,0.11602 -0.70003,0.33326 0.17761,0.0741 0.3268,0.16769 0.4667,0.29994 -0.3595,0.0913 -0.90095,0.2121 -0.63338,0.73318 0.20405,0.3981 0.3594,0.75214 0.53336,1.16643 0.1366,0.32535 0.24812,0.48865 -0.20002,0.4999 -0.34892,0.009 -0.49219,0.14241 -0.7667,0.36659 -0.68296,0.55746 -1.81442,0.61101 -2.40015,1.29973 -0.23317,0.27377 -0.22063,0.76537 -0.46669,0.99979 -0.22292,0.21228 -0.59489,0.10611 -0.86675,0.16664 -0.52087,0.11572 -1.02665,0.11334 -1.56674,0.0333 -0.42565,-0.0631 -0.60322,0.0754 -0.66673,0.46657 -0.0773,0.47447 -0.11776,1.42557 -0.80003,1.36638 -0.37111,-0.0324 -0.94172,0.32224 -1.23343,0.0667 -0.17165,-0.15045 -0.28036,-0.80156 -0.53337,-0.76652 -0.24242,0.0337 -0.43005,0.2805 -0.60005,0.43325 -0.22654,0.20367 -0.72164,-0.0494 -0.96672,-0.0999 -0.036,0.164 -0.0354,0.34649 0.0333,0.4999 -0.42566,0.0112 -0.57326,0.52138 -0.93343,0.66653 -0.30923,0.12465 -0.64499,-0.018 -0.7667,0.39992 -0.15015,0.51645 0.0668,0.41046 0.16669,0.89981 0.0721,0.35643 -0.16434,0.53487 -0.50003,0.53323 0.0873,0.24501 0.0301,0.59748 0.23333,0.79983 0.20571,0.20567 0.43004,0.39381 0.60005,0.6332 -0.5305,0.003 0.003,0.73615 0.13334,0.89982 0.40218,0.50621 0.77256,-0.1827 1.30008,-0.0667 0.39754,0.0869 1.23488,0.21811 1.33341,0.69985 0.0532,0.26121 -0.057,0.5106 0.0333,0.76652 0.077,0.21823 0.31535,0.27084 0.40002,0.46657 0.0598,0.13854 0.2957,0.50391 0.3,0.63319 0.01,0.28933 -0.13163,0.38239 0.1667,0.56656 0.35289,0.2169 0.58876,0.78773 -0.0333,0.89981 -0.15016,0.0271 -1.16508,-0.18624 -0.86675,0.3666 0.22592,0.41858 0.86293,-0.009 1.10007,0.56654 0.29403,-0.52803 1.06661,-0.0918 1.30011,0.26662 0.2153,0.33129 0.81978,0.14319 1.16672,0.46657 0.24606,0.22979 0.38136,0.50846 0.46669,0.83316 0.0622,0.23575 0.042,0.63048 0.13336,0.83316 0.0995,0.22087 0.61088,0.52958 0.80003,0.69986 0.24374,0.21922 0.57253,-0.17476 0.80008,-0.23329 0.0486,1.10831 2.36657,1.26679 3.1335,1.23307 1.29819,0.75974 1.05199,1.86095 1.83347,2.33285 0.56708,0.34243 1.02911,0.8056 1.63342,0.9998 0.24157,0.0776 0.15958,0.15871 0.13335,0.23329 z"
             style="fill:#ffdfe0;fill-opacity:1;stroke:none;stroke-width:0.02099253;stroke-miterlimit:1;stroke-dasharray:none;stroke-opacity:1" /><path
             inkscape:connector-curvature="0"
             id="CN-XZ"
             d="m 675.22401,155.62324 c 0.11282,-0.0999 0.11438,-0.0885 0.23334,-0.19997 0.59478,-0.55737 1.21378,-1.22562 1.3001,-1.66632 0.0863,-0.4407 -0.10997,-0.68941 -0.30004,-0.89981 -0.19004,-0.2104 -0.39086,-0.40562 -0.33334,-0.76652 0.0575,-0.36088 0.49414,-0.51275 0.90005,-0.7665 0.20297,-0.12687 0.39179,-0.30015 0.53336,-0.4999 0.14159,-0.19974 0.25216,-0.42746 0.23337,-0.7665 -0.0376,-0.67808 -0.62882,-1.52514 -1.40012,-2.2662 -0.77126,-0.74106 -1.75248,-1.37274 -2.53347,-1.633 -0.78101,-0.26026 -1.51249,-0.0519 -2.23348,0.19996 -0.721,0.2519 -1.41722,0.53106 -2.06681,0.39992 -0.64956,-0.13114 -1.13431,-0.50985 -1.60011,-0.89981 -0.46577,-0.38998 -0.89761,-0.77555 -1.46675,-0.93314 -0.56913,-0.1576 -1.01598,-0.0853 -1.53341,0 -0.51746,0.0853 -1.11295,0.1838 -1.96683,0 -0.85384,-0.18382 -2.07854,-0.63918 -3.26686,-1.16644 -1.18828,-0.52725 -2.33817,-1.15018 -3.1002,-1.73297 -0.76201,-0.58279 -1.22801,-1.26735 -1.63342,-1.89961 -0.40544,-0.63225 -0.77414,-1.18638 -1.26676,-1.56633 -0.49263,-0.37997 -1.08854,-0.46576 -1.60011,-0.56655 -0.51155,-0.10079 -0.93465,-0.2173 -1.06672,-0.66654 -0.13205,-0.44924 0.26644,-0.81488 0.6667,-1.16642 0.40025,-0.35154 0.83083,-0.69582 0.80007,-1.09978 -0.0308,-0.40394 -0.16708,-0.69139 -0.40005,-0.93314 -0.23297,-0.24174 -0.59119,-0.42758 -1.06672,-0.69985 -0.38014,-0.21765 -1.21805,-0.36832 -2.00013,-0.49989 -0.0245,0.0331 -0.003,0.0307 -0.0333,0.0667 -0.33321,0.39147 -0.98776,0.96809 -1.76676,1.43304 -0.77905,0.46493 -1.70158,0.82499 -2.56684,0.83316 -0.43262,0.004 -0.79723,-0.15942 -1.16675,-0.39992 -0.36949,-0.24051 -0.73095,-0.54922 -1.10004,-0.8665 -0.36914,-0.31726 -0.76869,-0.64025 -1.2001,-0.86648 -0.43141,-0.22624 -0.91034,-0.36588 -1.46676,-0.33327 -0.55642,0.0326 -1.11599,0.3021 -1.70012,0.69987 -0.58411,0.39775 -1.19332,0.91219 -1.76676,1.43302 -0.57346,0.52085 -1.10901,1.06455 -1.63345,1.46637 -0.52445,0.40182 -1.02971,0.65912 -1.46677,0.69986 -0.87408,0.0815 -1.22489,-0.17648 -1.50009,-0.46657 -0.2752,-0.29009 -0.47619,-0.58511 -0.96673,-0.53322 -0.49053,0.0518 -0.84175,0.40242 -1.2334,0.79983 -0.39165,0.39741 -0.81968,0.82605 -1.43341,1.03312 -0.61378,0.20707 -1.75695,0.26703 -2.73354,0.26661 -0.14445,-6e-5 -0.1311,0.002 -0.26666,0 -0.0497,0.14122 -0.25955,0.28254 -0.2667,0.33327 -0.0222,0.15571 0.0433,1.26724 0.66672,1.89961 0.55239,0.56033 0.5255,0.5324 1.30007,0.7665 0.18951,0.0568 0.11259,0.55134 0.2667,0.73318 0.19414,0.22881 0.50942,0.53585 0.26667,0.8665 -0.19712,0.26814 -0.51551,0.25806 -0.70003,0.56654 -0.1482,0.24699 -0.41549,0.18688 -0.60004,-0.0333 -0.37406,-0.4467 -0.51753,-0.78334 -1.16675,-0.29995 0.27351,0.31148 0.21157,0.74613 0.53336,1.03313 0.21763,0.19408 0.54713,0.38508 0.60005,0.69986 0.0489,0.29261 0.10464,0.5129 0.26667,0.7665 0.1604,0.25063 0.0474,0.53169 0.13335,0.79983 0.24308,0.7618 0.6788,-0.34822 1.06674,0.0333 0.38464,0.37793 0.59128,0.99714 1.16672,1.16642 0.38137,0.11242 0.64291,-0.0944 1.00007,0.23329 0.20838,0.19111 0.32758,0.20472 0.56671,0.29994 0.31584,0.12564 0.0208,0.42299 0.16668,0.59988 0.0946,0.1144 0.40075,0.13026 0.53337,0.16662 0.62772,0.17129 1.21464,0.40419 1.66679,0.89983 0.50532,0.55381 0.99768,0.46636 0.86672,-0.39993 0.34428,0.13193 0.34621,-0.30311 0.66668,-0.19995 0.29702,0.0955 0.62002,0.0787 0.86675,0.29993 0.64591,0.57863 1.31438,1.07508 2.0668,1.53302 0.4832,0.29394 1.14132,0.37701 1.46676,0.7665 0.11804,0.14153 0.83751,1.12896 1.06671,0.89982 0.63632,-0.63583 1.26269,0.0288 1.46676,0.63321 0.16602,0.491 1.11473,0.81549 1.53343,1.06644 0.26326,0.15772 0.71528,-0.18873 0.86675,-0.0333 0.14619,0.15011 -0.0169,0.45169 0.0333,0.6332 0.0943,0.33957 1.38275,0.51784 1.46677,0.13331 0.15576,0.47117 0.68533,0.71979 0.93338,1.13309 0.24341,0.40603 0.26488,-0.57699 0.33334,-0.63319 0.0139,0.29988 0.57901,0.68544 0.86675,0.63319 0.18918,-0.0343 0.0568,-0.29021 0.23333,-0.36658 0.19844,-0.086 0.50036,0.0827 0.66672,0.16663 0.47659,0.24104 0.78578,0.42266 1.30007,0.43325 0.56985,0.0116 1.32835,-0.18907 1.86678,-0.0333 -0.0175,-0.0869 -0.0182,-0.14567 -0.0333,-0.23329 0.62095,-0.0419 1.48743,-0.67469 1.7668,0.1333 0.17595,0.50893 -0.46568,1.04101 0.43336,1.73299 0.0301,-0.3938 0.4607,-0.74071 0.63334,-1.09978 0.22758,-0.47249 0.4919,-1.13975 0.93343,-1.43304 0.42035,-0.27906 0.82713,-0.3748 1.30007,-0.23328 0.37125,0.11142 -0.005,0.41234 0.36668,0.59987 0.241,0.12145 0.63448,0.10951 1.33344,0.13331 0.57333,0.38387 0.44136,-0.0584 0.83338,-0.0667 0.25658,-0.005 1.02414,0.13996 1.0334,0.43325 0.005,0.16483 -0.0613,0.34611 0.0333,0.39991 0.0946,0.0539 0.35004,-0.02 0.50004,0 0.40778,0.0546 0.685,-0.1854 1.10007,-0.19995 0.64492,-0.0231 0.67503,-0.38903 0.80004,-0.86648 0.0952,-0.36569 0.61608,-0.49168 0.83341,-0.79984 0.23647,-0.3356 0.0238,-0.70495 0.56668,-0.79984 0.49245,-0.0859 0.84852,-0.0908 1.20009,-0.4999 0.27747,-0.32237 0.45568,-0.71027 0.83337,-0.93314 0.26227,-0.15507 0.49818,-0.40567 0.76674,-0.33326 0.23317,0.0628 0.54907,0.33894 0.7667,0.46657 -0.29038,-0.34948 0.40981,0.0758 0.46669,0.0999 0.1485,0.0625 0.46372,0.21637 0.63338,0.0999 0.18984,-0.12996 0.10092,-0.42736 0.30001,-0.56655 0.19348,-0.13524 0.89827,-0.66853 1.13342,-0.4999 0.23746,0.16995 0.51806,0.43813 0.73339,0.63321 -0.18487,0.081 -0.77014,0.57684 -0.23336,0.69985 0.24077,0.0552 0.45472,-0.23943 0.66672,-0.29994 -0.11972,0.41132 0.48435,0.57214 0.40002,0.89981 -0.0526,0.20402 -0.26184,0.38106 -0.36668,0.56656 -0.0665,0.11769 -0.24501,0.41525 -0.0333,0.49988 0.29535,0.11837 0.42357,-0.2303 0.70006,-0.23328 0.29898,-0.003 0.60378,0.24757 0.86671,0.36659 0.28742,0.1306 0.44553,-0.1819 0.7334,0.0999 0.26485,0.25922 0.16117,0.39163 0.23333,0.33327 0.0288,-0.0494 0.12344,-0.093 0.13335,-0.16664 0.0222,-0.1619 0.16761,-0.61294 0.20003,-0.86648 0.38067,0.42322 1.06089,0.57135 1.50009,0.96646 0.0612,0.055 0.0288,0.14096 0.0666,0.19996 z"
             style="fill:#ee7070;fill-opacity:1;stroke:none;stroke-width:0.02099253;stroke-miterlimit:1;stroke-dasharray:none;stroke-opacity:1" /><path
             inkscape:connector-curvature="0"
             id="CN-QH"
             d="m 673.85726,146.15852 c 0.1282,-0.53309 0.29321,-1.11322 0.23334,-1.46637 -0.0873,-0.51476 -0.28367,-0.95052 -0.53337,-1.33305 -0.2497,-0.38252 -0.54796,-0.68528 -0.90006,-0.89982 -0.35209,-0.21453 -0.8114,-0.16244 -1.23343,-0.0999 -0.42197,0.0625 -0.81349,0.14074 -1.03336,-0.0999 -0.2199,-0.24072 -0.18306,-0.52384 -0.1,-0.79984 0.083,-0.276 0.2122,-0.56798 0.1,-0.86649 -0.11222,-0.29851 -0.56363,-0.5241 -0.93343,-0.76651 -0.36975,-0.2424 -0.65319,-0.49141 -0.50002,-0.86648 0.15316,-0.37507 0.57788,-0.52979 1.10008,-0.53323 0.52219,-0.003 1.13778,0.14985 1.56677,0.33326 0.42899,0.18343 0.61222,0.56364 0.83337,0.9998 0.22119,0.43616 0.46471,0.93512 1.00006,1.2664 0.53536,0.3313 1.40839,0.65774 2.26684,0.8665 0.85841,0.20874 1.71586,0.27258 2.26679,0.1333 0.55093,-0.13928 0.91527,-0.34876 1.16676,-0.59987 0.25149,-0.25112 0.37994,-0.53914 0.46669,-0.83317 0.17351,-0.58806 -0.01,-1.13866 -0.40002,-1.43304 -0.39039,-0.29437 -0.923,0.30026 -1.43342,0 -0.25522,-0.15012 -0.55499,-0.34211 -0.76673,-0.6332 -0.2117,-0.29108 -0.34152,-0.66564 -0.26667,-1.19975 0.0748,-0.53411 0.7328,-1.08635 1.43342,-1.59967 0.70063,-0.51332 1.42893,-1.0061 1.63345,-1.49969 0.20449,-0.49359 0.33159,-0.69237 0.33334,-0.93314 0.003,-0.24077 -0.12184,-0.50247 -0.33334,-1.09978 -0.21153,-0.5973 -0.60676,-1.43755 -1.20009,-2.23287 -0.59337,-0.79532 -1.39231,-1.56478 -2.30014,-2.09956 -0.45393,-0.2674 -1.0248,-0.40732 -1.66678,-0.4999 -0.64199,-0.0926 -1.35217,-0.1379 -2.03346,-0.16663 -1.36259,-0.0575 -2.63965,-0.0987 -3.26687,-0.56655 -0.62726,-0.46778 -0.60882,-0.74507 -0.56671,-1.03313 0.0421,-0.28804 0.10166,-0.59908 -0.4667,-1.03311 -0.56839,-0.43402 -1.9016,-1.04679 -3.20021,-1.39971 -0.6493,-0.17645 -1.30686,-0.27639 -1.83345,-0.26662 -0.52662,0.01 -0.93299,0.15993 -1.13341,0.46657 -0.20039,0.30666 -0.16877,0.50311 -0.0333,0.66654 0.13544,0.16341 0.37294,0.28913 0.63339,0.39991 0.26042,0.11079 0.5255,0.21788 0.70003,0.36659 0.17456,0.14872 0.25558,0.32264 0.13335,0.59988 -0.12224,0.27724 -0.39536,0.4913 -0.76673,0.63321 -0.37135,0.14189 -0.81562,0.19984 -1.30008,0.23328 -0.96894,0.0669 -2.02831,-0.0275 -2.63351,-0.23328 -0.60521,-0.20579 -0.93617,-0.69428 -1.20006,-1.13311 -0.26389,-0.43882 -0.47301,-0.84022 -0.86672,-0.93314 -0.39372,-0.0929 -0.53016,0.10356 -0.73339,0.29994 -0.20323,0.19638 -0.49093,0.37636 -1.13341,0.29994 -0.36593,-0.0435 -1.05659,-0.53784 -1.66676,-0.89981 -0.12753,0.0782 -0.25141,0.21426 -0.40005,0.16663 -0.23565,-0.0755 -0.52193,-0.20585 -1.00007,-0.0667 -0.4781,0.1392 -1.40352,0.20645 -2.23345,0.43325 -0.41497,0.11339 -0.79892,0.2398 -1.10008,0.46657 -0.30117,0.22677 -0.51382,0.53204 -0.56671,0.93313 -0.0529,0.40112 0.16643,0.75082 0.53337,1.06645 0.36697,0.31564 0.87994,0.59983 1.40008,0.86649 0.52017,0.26665 1.05999,0.51235 1.46677,0.76651 0.4068,0.25417 0.67333,0.52167 0.70005,0.79984 0.0534,0.5563 -0.1518,0.68316 -0.36668,0.73318 -0.21487,0.05 -0.41765,0.0293 -0.43335,0.29994 -0.0159,0.27062 0.32398,0.51107 0.63334,0.7665 0.30941,0.25544 0.56122,0.51567 0.36671,0.86649 -0.19449,0.35083 -0.76686,0.27187 -1.36677,0.13331 -0.59988,-0.13856 -1.21779,-0.33672 -1.5001,-0.13331 -0.28228,0.20341 -0.21781,0.3072 -0.16665,0.46657 0.0464,0.14476 0.0419,0.37265 -0.20003,0.69986 0.78211,0.13158 1.61999,0.28225 2.00013,0.4999 0.47556,0.27226 0.83377,0.45811 1.06674,0.69985 0.23296,0.24174 0.36926,0.5292 0.40002,0.93314 0.0308,0.40395 -0.39978,0.74823 -0.80004,1.09978 -0.40025,0.35154 -0.79878,0.71718 -0.66672,1.16642 0.13206,0.44924 0.55519,0.56574 1.06674,0.66653 0.51154,0.10078 1.10749,0.18659 1.60011,0.56655 0.49262,0.37996 0.86133,0.93409 1.26674,1.56634 0.40544,0.63225 0.8714,1.31682 1.63344,1.89961 0.762,0.58279 1.9119,1.20572 3.10021,1.73297 1.18829,0.52726 2.41301,0.98262 3.26686,1.16643 0.85385,0.18381 1.44936,0.0853 1.96679,0 0.51744,-0.0853 0.96432,-0.1576 1.53344,0 0.56912,0.1576 1.00098,0.54317 1.46676,0.93314 0.46576,0.38997 0.95052,0.76867 1.60011,0.89981 0.64956,0.13114 1.34581,-0.14801 2.0668,-0.39991 0.71032,-0.24817 1.43213,-0.44278 2.20013,-0.19996 0.0116,0.003 0.0218,-0.004 0.0333,0 z"
             style="fill:#ffdfe0;fill-opacity:1;stroke:none;stroke-width:0.02099253;stroke-miterlimit:1;stroke-dasharray:none;stroke-opacity:1" /><path
             inkscape:connector-curvature="0"
             id="CN-NX"
             d="m 688.2915,129.29533 c -0.0165,-0.52965 -0.06,-1.03221 0.0667,-1.69964 0.009,-0.0428 -0.008,-0.0903 0,-0.13331 -0.10389,-0.10599 -0.23512,-0.13989 -0.33335,-0.26661 -0.2456,-0.31679 -0.48545,-0.64832 -0.80003,-0.7665 -0.31463,-0.11819 -0.69524,0.0123 -1.03341,0.0999 -0.3382,0.0878 -0.61833,0.1327 -0.80007,-0.0999 -0.1817,-0.23269 -0.0355,-0.48871 0.13335,-0.76652 0.16887,-0.27779 0.34961,-0.56716 0.26666,-0.86648 -0.0829,-0.29932 -0.28276,-0.67312 -0.53332,-0.96647 -0.2506,-0.29334 -0.5471,-0.5015 -0.90009,-0.46657 -0.35296,0.035 -0.652,0.29753 -0.86672,0.66653 -0.21468,0.36901 -0.34567,0.82884 -0.36668,1.16642 -0.0212,0.33759 0.22698,0.5457 0.4667,0.76652 0.2397,0.22082 0.44933,0.44414 0.33334,0.86648 -0.11595,0.42235 -0.54799,0.88395 -1.10007,1.23308 -0.11478,0.0726 -0.24435,0.0701 -0.3667,0.13331 0.054,0.0486 0.0454,0.0502 0.0999,0.0999 0.86976,0.79203 1.78096,1.70382 2.00013,2.23287 0.21921,0.52906 0.13342,0.77253 0.0333,0.96647 -0.10007,0.19395 -0.21448,0.36148 -0.0333,0.69986 0.18114,0.33837 0.5474,0.7587 1.00007,1.09977 0.45271,0.34107 0.99322,0.59269 1.46676,0.53322 0.47357,-0.0595 0.96561,-0.35096 1.33344,-0.73318 0.3678,-0.38223 0.59579,-0.86745 0.50004,-1.33305 -0.0479,-0.23281 -0.22077,-0.36889 -0.4667,-0.46657 -0.24596,-0.0977 -0.5556,-0.15332 -0.86675,-0.19997 -0.6223,-0.0933 -1.24748,-0.17294 -1.33341,-0.56655 -0.086,-0.39361 -0.0772,-0.67347 0.1,-0.89981 0.17721,-0.22634 0.52355,-0.39443 1.13341,-0.53323 0.19613,-0.0446 0.59209,0.16584 0.86672,0.19997 z"
             style="fill:#ffdfe0;fill-opacity:1;stroke:none;stroke-width:0.02099253;stroke-miterlimit:1;stroke-dasharray:none;stroke-opacity:1" /><g
             id="CN-GD"
             class="CN-GD"
             style="fill:#ffdfe0;fill-opacity:1;stroke:none;stroke-width:0.18892834;stroke-miterlimit:1;stroke-dasharray:none;stroke-opacity:1"
             transform="matrix(0.11112874,0,0,0.11109866,33.220981,-6.3626395)"><path
               inkscape:connector-curvature="0"
               id="CN-GD-mainland"
               class="CN-GD"
               d="m 6221.0686,1574.4252 c -7.5084,-11.3881 -12.9294,-20.6653 -17.9983,-26.0975 -4.6698,-5.0047 -6.998,-8.2796 -9.2991,-10.499 -2.3009,-2.2194 -4.3844,-3.2913 -8.9992,-4.1996 -4.6144,-0.9081 -10.4896,1.9667 -16.1984,4.7996 -5.7087,2.8328 -11.319,5.6786 -15.2986,4.4995 -3.9794,-1.179 -5.5145,-3.7167 -6.5993,-6.2994 -1.0847,-2.5826 -1.7252,-5.1676 -4.4995,-6.5994 -2.7744,-1.4317 -5.7323,-3.0217 -8.9992,-3.5996 -3.2669,-0.5779 -6.904,-0.3945 -11.3988,1.4998 -4.4951,1.8946 -9.0155,6.3183 -13.199,11.6989 -4.1832,5.3806 -7.9924,11.8343 -10.7988,17.9983 -2.8065,6.1641 -3.1615,14.3068 -3.5996,22.1979 -0.4387,7.8912 -1.0643,15.6041 -3.8996,20.3981 -2.8357,4.794 -6.051,6.9409 -9.2992,8.6992 -3.2484,1.7583 -6.3397,3.036 -8.9991,5.9994 -3.2237,3.5923 -5.7159,8.2838 -8.0992,12.2988 0.7696,0.7094 0.9964,2.3369 2.0996,2.0999 -0.3244,-0.8006 -0.5098,-1.629 -0.8993,-2.3998 1.6993,1.5297 8.0429,2.9911 3.5996,5.6994 -2.8928,1.7619 -0.3015,3.218 -2.3997,5.3995 -1.0654,1.1072 -0.7047,7.3267 0.8994,7.4993 2.5238,0.2708 0.5815,4.3015 3.5996,3.8997 -2.6041,5.0236 4.0109,4.4594 4.7996,8.0992 -3.8511,-1.9851 -1.3125,1.433 -1.5,3.5996 3.5535,-1.6844 12.1434,1.504 12.5988,-4.7995 0.2708,-3.7409 -5.0901,-5.8373 -5.3993,-9.5991 1.625,4.8898 2.3416,0.4022 0.2994,-0.2995 -1.4672,-0.5058 -3.7228,-0.4895 -4.4996,-2.0998 -1.3571,-2.8124 1.7699,-4.4489 3.2997,-5.9994 2.1666,-2.2023 -1.1012,-3.8561 0,-6.2994 2.7856,2.1606 1.3568,5.2984 5.9995,3.8996 -0.572,-0.9763 0.6,-1.5108 0.8994,-2.3998 -0.2232,0.2247 -0.7208,0.038 -0.8994,0.2995 0.4848,-1.2261 1.014,-2.2402 1.7996,-3.2997 -0.9785,0.6854 -0.5327,1.9133 -0.8993,2.9997 1.9026,-1.9204 4.7719,-3.0267 7.1995,-3.5996 2.1874,-0.5145 6.0918,-2.3708 4.4995,0.8994 1.6429,-0.6431 2.7907,-2.2836 3.2997,-3.8996 3.1606,4.4969 10.2387,-2.8888 5.3995,-4.7995 2.7827,-0.1459 8.0626,2.19 4.1996,-2.6998 1.6696,0.4915 9.5226,6.1335 10.4988,2.9997 0.7768,-2.488 -0.9568,-5.0113 -0.5997,-7.4993 -0.2113,1.9732 0.8512,2.8201 2.6997,2.0998 -2.619,2.4612 2.2603,6.3269 3.5996,4.4996 1.9791,-2.7023 3.968,-5.8913 6.8995,-2.0998 2.5442,-2.5714 -1.4961,-6.9106 2.3996,-8.6992 0,1.8273 1.4223,3.4169 2.9996,4.1996 0.25,-1.6189 1.4107,-2.9306 2.9999,-3.2997 -1.7916,-3.0147 -6.49,-6.3628 -6.2995,-10.199 1.3958,1.6012 7.3272,13.0228 10.1991,8.9992 2.6875,-3.7945 -3.6299,-12.325 -6.2995,-14.0987 0.622,0.3484 1.0297,0.3782 1.5,0 -0.2352,-1.4464 -4.8002,-3.1175 -5.9996,-3.5997 3.1964,1.1072 8.3584,-2.5859 3.5996,-4.4995 3.3365,1.494 5.9838,-3.2094 9.2992,-0.8995 -2.5476,-0.4463 -4.8797,0 -6.2993,2.3998 1.8244,1.5059 1.5485,3.9708 2.3997,-0.2995 -0.8628,6.6635 7.19,8.4249 7.4995,14.6986 2.4044,-3.7618 13.0443,-4.301 14.3984,0.2995 0.8006,-0.2919 1.469,-0.6316 2.0999,-1.1999 -3.1755,-0.8274 -0.1309,-3.6787 -2.9996,-4.1996 1.3779,-2.113 3.4576,-3.6086 5.9992,-3.5996 -1.8094,1.5654 -1.7785,4.9643 0.8994,5.6994 2.2797,0.6278 4.6797,-2.2782 0.8997,-3.5996 1.6604,1.1636 6.7718,-1.7754 8.0992,-3.5997 -0.2947,3.0178 1.7205,2.8122 4.1996,4.4996 0.7976,0.5442 2.802,1.666 3.5996,0.2995 1.2946,-2.2291 -3.78,-4.7721 -4.1996,-6.5994 2.113,0.9999 4.7362,1.7922 6.5992,-0.2995 -2.7559,5.348 9.5137,3.7076 6.2995,0.2995 2.2024,1.2738 6.1463,0.3849 8.3992,-0.2995 3.4463,-1.0476 1.8398,-4.2833 2.6999,-6.8994 1.9524,2.0953 1.7464,-3.3749 4.4996,0 -0.6788,-3.1814 -3.5353,-2.9502 -5.9995,-3.8996 4.113,0.6038 5.8647,-0.3839 6.2992,-4.4996 0.3899,-3.7439 1.8583,-2.5969 3.8999,-0.5999 0.9395,0.9186 1.7032,-0.2842 2.3996,-1.4999 z"
               style="fill:#ee7070;fill-opacity:1;stroke:none;stroke-width:0.18892834;stroke-miterlimit:1;stroke-dasharray:none;stroke-opacity:1" /><path
               inkscape:connector-curvature="0"
               id="CN-GD-nanao-island"
               class="CN-GD"
               d="m 6224.6664,1572.4126 c 0.5744,0.5 1.1488,1 1.7232,1.5 2.8452,-3.0029 -1.5446,-4.2856 -1.7232,-1.5"
               style="fill:#ffdfe0;fill-opacity:1;stroke:none;stroke-width:0.18892834;stroke-miterlimit:1;stroke-dasharray:none;stroke-opacity:1" /><path
               inkscape:connector-curvature="0"
               id="CN-GD-donghai-island"
               class="CN-GD"
               d="m 6078.2985,1642.6934 c 2.3928,-0.4762 4.7915,-1.4672 6.4284,1.0714 1.6011,-4.4612 -5.0177,-4.4969 -6.4284,-1.0714"
               style="fill:#ffdfe0;fill-opacity:1;stroke:none;stroke-width:0.18892834;stroke-miterlimit:1;stroke-dasharray:none;stroke-opacity:1" /><path
               inkscape:connector-curvature="0"
               id="CN-GD-nansan-island"
               class="CN-GD"
               d="m 6084.1019,1636.6965 c -1.7321,1.0536 -1.375,1.7678 1.0684,2.1458 -0.3571,-0.7172 -0.7113,-1.4315 -1.0684,-2.1458"
               style="fill:#ffdfe0;fill-opacity:1;stroke:none;stroke-width:0.18892834;stroke-miterlimit:1;stroke-dasharray:none;stroke-opacity:1" /><path
               inkscape:connector-curvature="0"
               id="CN-GD-hailing-island"
               class="CN-GD"
               d="m 6111.3035,1627.4825 c 1.1666,-0.5595 1.8095,-1.4881 1.9345,-2.7886 -1.7768,0.2559 -1.7708,1.2946 -1.9345,2.7886"
               style="fill:#ffdfe0;fill-opacity:1;stroke:none;stroke-width:0.18892834;stroke-miterlimit:1;stroke-dasharray:none;stroke-opacity:1" /><path
               inkscape:connector-curvature="0"
               id="CN-GD-xiachuan-island"
               class="CN-GD"
               d="m 6129.1006,1623.6255 c -1.2708,0.4107 -2.0624,1.2678 -2.3808,2.5713 1.735,0.098 2.6338,-0.8392 2.3808,-2.5713"
               style="fill:#ffdfe0;fill-opacity:1;stroke:none;stroke-width:0.18892834;stroke-miterlimit:1;stroke-dasharray:none;stroke-opacity:1" /><path
               inkscape:connector-curvature="0"
               id="CN-GD-shangchuan-island"
               class="CN-GD"
               d="m 6132.9398,1627.0539 c 0.1994,-1.6696 -0.2262,-3.1695 -1.2797,-4.4998 0.1845,1.5684 0.6101,3.0683 1.2797,4.4998"
               style="fill:#ffdfe0;fill-opacity:1;stroke:none;stroke-width:0.18892834;stroke-miterlimit:1;stroke-dasharray:none;stroke-opacity:1" /><path
               inkscape:connector-curvature="0"
               id="CN-GD-nansha"
               class="CN-GD"
               d="m 6141.3027,1592.7692 c 0.2589,0.6904 3.4195,4.9016 4.732,3.6427 -1.2381,-1.5505 -2.5624,-3.4046 -4.732,-3.6427"
               style="fill:#ffdfe0;fill-opacity:1;stroke:none;stroke-width:0.18892834;stroke-miterlimit:1;stroke-dasharray:none;stroke-opacity:1" /><path
               inkscape:connector-curvature="0"
               id="CN-GD-wanqingshazen"
               class="CN-GD"
               d="m 6144.5169,1597.0548 c 0.2113,1.2976 0.2202,1.7648 1.7261,2.1457 -0.5744,-0.7172 -1.1517,-1.4315 -1.7261,-2.1457"
               style="fill:#ffdfe0;fill-opacity:1;stroke:none;stroke-width:0.18892834;stroke-miterlimit:1;stroke-dasharray:none;stroke-opacity:1" /></g><path
             inkscape:connector-curvature="0"
             id="CN-GX"
             d="m 703.32581,161.82196 c -0.0854,0.0863 -0.0784,0.08 -0.16669,0.16662 -0.53006,0.52074 -1.10643,1.05335 -1.63341,1.43304 -0.527,0.3797 -1.0216,0.62883 -1.36678,0.59988 -0.34516,-0.029 -0.53063,-0.13214 -0.63335,-0.26662 -0.10273,-0.13446 -0.0942,-0.29867 -0.1,-0.46657 -0.005,-0.16789 -0.0126,-0.33737 -0.0667,-0.46657 -0.0542,-0.12918 -0.1852,-0.21488 -0.43335,-0.23328 -0.49633,-0.0368 -1.0128,0.57506 -1.53344,1.23308 -0.52063,0.65802 -1.03053,1.35812 -1.53343,1.43303 -0.50291,0.0749 -0.72424,-0.18319 -0.93339,-0.43324 -0.20919,-0.25005 -0.42393,-0.5036 -0.93339,-0.39991 -0.28201,0.0574 -0.69759,0.60411 -1.05087,0.95249 0.0202,0.0393 0.0247,0.0431 0.0508,0.0806 0.3208,0.4598 1.02638,0.58797 1.73342,0.66652 0.70704,0.0786 1.38966,0.11367 1.73346,0.3666 0.34377,0.25292 0.50315,0.23806 0.60002,0.33326 0.0969,0.0952 0.14287,0.30116 0.23336,0.89982 0.0716,0.47362 -0.28102,1.53718 -0.60005,2.5328 0.0846,0.044 0.10018,0.12492 0.20003,0.16664 0.4067,0.16983 0.51555,-0.12505 0.83338,0.0333 0.26226,0.13095 0.35471,0.35742 0.70005,0.19997 0.85706,-0.39078 1.13057,1.03247 0.56668,0.83316 -0.003,0.65037 0.33066,1.13312 0.53337,1.7663 0.32746,-0.1539 0.75939,0.10669 0.8334,0.23329 0.0762,0.1304 0.003,0.19186 0.13332,0.29993 0.26545,0.21788 0.60319,0.18662 0.83341,0.53322 0.0797,-0.0476 0.15429,-0.11867 0.23334,-0.16662 0.1232,0.47093 0.43302,-0.11205 1.0334,0.0666 0.28052,0.0835 0.82481,0.18633 0.83341,0.39993 0.18716,-0.10249 0.29128,-0.29457 0.19999,-0.4999 0.13427,-0.0156 0.47113,0.37189 0.56671,0.19995 0.19877,-0.35774 -0.32888,-0.58232 -0.26667,-0.93314 0.0414,0.33892 0.0906,0.10335 0.16665,-0.0666 0.19282,0.0748 0.26432,0.23262 0.13336,0.39992 0.28939,-0.0707 0.41063,0.48924 0.70002,0.53322 -0.10121,-0.14317 -0.12181,-0.29265 -0.0999,-0.46657 0.0887,0.0175 0.18136,0.0363 0.2667,0.0667 -0.36447,0.50158 0.22704,0.23565 0.40002,0.36658 0.1475,0.11144 0.20865,1.10148 0.50003,0.43325 0.17793,0.32436 0.66146,-0.0779 0.80004,-0.23328 -0.19712,-0.0926 -0.28373,-0.26918 -0.16666,-0.46657 0.10868,0.14923 0.29551,0.30894 0.4667,0.46657 0.26485,-0.44606 0.5418,-0.96729 0.90005,-1.36639 0.29554,-0.32923 0.6391,-0.47118 1.00006,-0.66653 0.36097,-0.19534 0.71828,-0.43386 1.03341,-0.96647 0.31508,-0.53259 0.38464,-1.3895 0.43335,-2.26619 0.0488,-0.8767 0.0881,-1.78134 0.40002,-2.46616 0.31188,-0.68482 0.73519,-1.40181 1.20009,-1.99958 0.0618,-0.0794 0.13706,-0.0914 0.19999,-0.16664 -0.18842,-0.30236 -0.32812,-0.4999 -0.80004,-0.4999 -0.50906,0 -0.84415,0.54011 -1.16675,1.06645 -0.32256,0.52635 -0.60606,1.01786 -1.06673,0.96647 -0.46066,-0.0514 -0.77974,-0.358 -1.00007,-0.7665 -0.22031,-0.40851 -0.37035,-0.89783 -0.4667,-1.26642 -0.19262,-0.73716 0.42599,-1.32907 0.23337,-2.06623 -0.0964,-0.36859 -0.29187,-0.90265 -0.53337,-1.33306 -0.2415,-0.43042 -0.55751,-0.73614 -0.9334,-0.69986 -0.37587,0.0363 -0.40388,0.3667 -0.43335,0.7665 -0.0294,0.39983 -0.0386,0.85335 -0.36672,1.06646 -0.32802,0.2131 -0.85364,0.34724 -1.36674,0.36659 -0.40872,0.0155 -0.74147,-0.1291 -1.0334,-0.29994 z"
             style="fill:#ffdfe0;fill-opacity:1;stroke:none;stroke-width:0.0209925;stroke-miterlimit:1;stroke-dasharray:none;stroke-opacity:1"
             sodipodi:nodetypes="scssscssssssccsssscscsccscccsccscccccccccccsssssscsssssssssssss" /><path
             inkscape:connector-curvature="0"
             id="CN-GZ"
             d="m 697.09209,152.72383 c -0.54455,-0.0869 -0.87991,0.21396 -1.16676,0.56655 -0.28683,0.3526 -0.53743,0.75221 -0.90004,0.86649 -0.36261,0.11427 -0.75967,-0.0551 -1.13343,-0.16664 -0.37376,-0.11147 -0.70313,-0.16497 -0.90004,0.16664 -0.19692,0.33161 0.26627,0.69182 0.70006,1.06645 0.21685,0.18731 0.41566,0.3663 0.53334,0.56655 0.1177,0.20024 0.15272,0.41855 0,0.6332 -0.1527,0.21464 -0.42695,0.30733 -0.73337,0.33326 -0.26753,0.0226 -0.58093,-0.0576 -0.90005,-0.1333 -0.0304,0.44444 -0.14443,0.95685 -0.43336,1.23308 -0.28896,0.27623 -0.89413,0.12285 -1.46676,0.0333 -0.28635,-0.0448 -0.58625,-0.0749 -0.80007,-0.0333 -0.21381,0.0416 -0.35435,0.15354 -0.40002,0.39991 -0.0456,0.24637 0.0918,0.43048 0.33334,0.56655 0.24167,0.13608 0.57799,0.2408 0.93339,0.33326 0.71085,0.18495 1.47576,0.35584 1.60011,0.76652 0.12439,0.41067 -0.13926,0.66429 -0.40002,0.89981 -0.26075,0.23552 -0.49685,0.4427 -0.40002,0.73318 0.0968,0.29048 0.39771,0.32283 0.73336,0.36659 0.3357,0.0437 0.696,0.11047 0.90009,0.46657 0.20407,0.35611 -0.0175,0.86677 -0.20002,1.43304 -0.16768,0.52003 -0.31219,1.10571 -0.0508,1.55237 0.35328,-0.34838 0.76886,-0.89511 1.05087,-0.95249 0.50946,-0.10367 0.7242,0.14986 0.93339,0.39991 0.20919,0.25005 0.43048,0.50817 0.9334,0.43324 0.5029,-0.0749 1.01279,-0.77501 1.53343,-1.43303 0.52064,-0.65802 1.03711,-1.26989 1.53343,-1.23308 0.24818,0.0183 0.37912,0.10409 0.43336,0.23328 0.0542,0.1292 0.0609,0.29868 0.0667,0.46657 0.005,0.1679 -0.003,0.33211 0.1,0.46657 0.10272,0.13448 0.28823,0.23767 0.63338,0.26662 0.34516,0.029 0.83976,-0.22018 1.36675,-0.59988 0.52699,-0.37969 1.10339,-0.9123 1.63345,-1.43304 0.0882,-0.0867 0.0812,-0.0803 0.16665,-0.16662 -0.0746,-0.0436 -0.20757,-0.007 -0.26667,-0.0667 -0.29054,-0.29048 -0.19506,-0.68713 -0.0667,-1.09977 0.12838,-0.41265 0.28969,-0.84811 0.0667,-1.16642 -0.22301,-0.31832 -0.76927,-0.3602 -1.26673,-0.39993 -0.49749,-0.0398 -0.95303,-0.0556 -1.00007,-0.39992 -0.0471,-0.34438 0.27779,-0.40174 0.63336,-0.46657 0.3556,-0.0648 0.73716,-0.1432 0.80007,-0.56654 0.0628,-0.42334 -0.40178,-0.8802 -0.90006,-1.33306 -0.13936,-0.12665 -0.19701,-0.24125 -0.33337,-0.36659 -0.0327,0.007 -0.0675,0.0261 -0.0999,0.0333 -0.51022,0.11283 -0.97506,0.1171 -1.33341,0 -0.35838,-0.1171 -0.62016,-0.35005 -0.8334,-0.66653 -0.21322,-0.31648 -0.38283,-0.69578 -0.53337,-1.06645 -0.15052,-0.37066 -0.29647,-0.75346 -0.4667,-1.03311 -0.17019,-0.27966 -0.36109,-0.45645 -0.63335,-0.4999 z"
             style="fill:#ffdfe0;fill-opacity:1;stroke:none;stroke-width:0.0209925;stroke-miterlimit:1;stroke-dasharray:none;stroke-opacity:1"
             sodipodi:nodetypes="ssssssssscsssssssssssscssssssccsssccsssssssccssssss" /><path
             inkscape:connector-curvature="0"
             id="CN-YN"
             d="m 696.69204,170.25354 c 0.31902,-0.99562 0.67164,-2.05918 0.60004,-2.5328 -0.0905,-0.59866 -0.13645,-0.80462 -0.23332,-0.89982 -0.0969,-0.0952 -0.25626,-0.0803 -0.60006,-0.33326 -0.34379,-0.25293 -1.02641,-0.28803 -1.73346,-0.3666 -0.707,-0.0786 -1.41258,-0.20672 -1.73342,-0.66652 -0.32085,-0.45982 -0.18259,-1.06674 0,-1.633 0.1826,-0.56627 0.40409,-1.07693 0.20002,-1.43304 -0.20409,-0.3561 -0.56439,-0.42282 -0.90009,-0.46657 -0.33565,-0.0437 -0.63652,-0.0761 -0.73336,-0.36659 -0.0969,-0.29048 0.13927,-0.49766 0.40002,-0.73318 0.26076,-0.23552 0.52441,-0.48914 0.40002,-0.89981 -0.12435,-0.41068 -0.88926,-0.58157 -1.60011,-0.76652 -0.3554,-0.0925 -0.69172,-0.19718 -0.93339,-0.33326 -0.24163,-0.13607 -0.37902,-0.32018 -0.33334,-0.56655 0.0456,-0.24637 0.18621,-0.35837 0.40002,-0.39991 0.21382,-0.0416 0.51372,-0.0114 0.80007,0.0333 0.57263,0.0896 1.1778,0.24291 1.46676,-0.0333 0.28893,-0.27623 0.40287,-0.78864 0.43336,-1.23308 -0.0464,-0.011 -0.0865,0.0122 -0.13335,0 -0.73793,-0.19186 -1.49239,-0.55512 -1.93345,-0.83316 -0.44107,-0.27805 -0.52795,-0.81334 -0.63339,-1.26641 -0.0527,-0.22654 -0.11348,-0.42084 -0.23333,-0.56656 -0.11986,-0.1457 -0.27901,-0.21813 -0.56671,-0.19995 -0.28774,0.0183 -0.57908,0.18487 -0.83341,0.46657 -0.2543,0.2817 -0.47562,0.65324 -0.66668,1.06645 -0.3822,0.82643 -0.61632,1.8057 -0.56672,2.36618 0.0496,0.56047 0.48641,0.79507 0.86672,0.99979 0.19017,0.10238 0.35207,0.17022 0.4667,0.29994 0.11462,0.12972 0.16635,0.2986 0.0999,0.53323 -0.13265,0.46924 -0.75033,0.88999 -1.43342,1.13309 -0.68306,0.24311 -1.4445,0.30928 -1.86678,0.0999 -0.42227,-0.20929 -0.37568,-0.46138 -0.33334,-0.79983 0.0423,-0.33845 0.0967,-0.74219 -0.26671,-1.23307 -0.36337,-0.49089 -1.31078,-0.99184 -2.23345,-1.46637 -0.92268,-0.47454 -1.80636,-0.94652 -2.06681,-1.43304 -0.26045,-0.48652 -0.19956,-0.74753 -0.1,-0.93314 0.0995,-0.1856 0.23776,-0.29105 0.1,-0.4999 -0.2755,-0.4177 -0.52127,-0.47821 -1.46676,-0.59988 -0.53029,-0.0682 -1.32385,0.14258 -2.30014,0.33328 -0.22244,0.41403 -0.55873,0.88824 -1.03339,1.33305 -0.11897,0.11147 -0.12055,0.10003 -0.23337,0.19996 0.12601,0.19689 0.22522,0.38744 0.30003,0.6332 0.11011,0.36171 0.42936,0.72324 0.60002,1.06645 0.18487,-0.0661 0.29726,-0.24313 0.20002,-0.43324 0.43508,0.21082 0.6277,0.52643 0.80005,0.79983 0.22175,0.3518 0.22549,0.77428 0.36671,1.16642 0.17728,0.49266 0.30001,1.10795 0.30001,1.633 0,0.24137 0.25645,1.12392 -0.23337,0.93314 0.0946,0.2417 0.47106,0.47653 0.43339,0.76651 -0.0189,0.14482 -0.31637,-0.0295 -0.40005,0.0333 -0.53214,0.39974 0.0531,0.72538 -0.7667,0.66652 -0.0496,0.1749 -0.10878,1.50436 -0.66672,0.9998 0.0235,0.44041 -0.19063,0.74618 0.0667,1.16643 -0.33835,0.0261 -0.48959,0.28179 -0.43336,0.59986 0.0754,0.42785 0.20256,0.36829 0.40002,0.66654 0.12733,0.1921 0.29395,0.56706 0.20002,0.79983 -0.0946,0.23476 -0.38973,0.47105 -0.0999,0.69986 0.14188,0.11175 0.92813,-0.52218 1.0667,-0.59988 0.59995,-0.33725 1.32204,0.19324 1.90015,-0.23329 0.0989,0.39844 -0.4619,0.56705 -0.23336,0.96647 0.13626,0.23773 0.58926,0.47944 0.36668,0.79984 -0.0436,0.0625 0.17588,0.29591 0.20002,0.33326 0.26427,0.40834 0.19242,0.93314 0.83338,0.93314 0.48617,0 0.83073,0.032 1.00007,0.53323 -0.63269,-0.0255 -0.27348,0.96016 -0.33334,1.29973 -0.0403,0.23046 -0.55484,1.15869 0.0999,1.06645 0.50801,-0.0715 1.11526,-0.0734 1.60011,0.16662 0.44252,0.21889 -0.16507,1.02222 0.66672,1.03312 -0.10124,0.15475 -0.051,0.62057 0.16666,0.66654 0.21266,0.0444 0.27937,-0.33031 0.53336,-0.16664 0.53149,0.34255 1.2303,-0.5006 1.63345,-0.79983 0.0304,0.43941 0.27461,0.83366 0.43336,1.23307 0.18422,0.46423 0.25023,0.43617 0.70005,0.29994 0.29502,-0.0889 0.56325,0.42182 0.80005,0.19996 0.17562,-0.16399 -0.22708,-0.54835 -0.23337,-0.73317 -0.006,-0.17458 0.15617,-0.32599 0.13336,-0.4999 -0.0559,-0.10345 -0.13286,-0.20339 -0.2,-0.29995 -0.0936,-0.30551 -0.2921,-0.57261 -0.4667,-0.83316 -0.15408,-0.22969 -0.45538,-1.43293 0.16673,-1.43293 0.14254,0 0.10432,0.2819 0.26666,0.23329 0.12072,-0.0367 0.27366,-0.0625 0.40002,-0.0667 0.1835,-0.006 0.36593,0.31446 0.53338,0.0333 0.27136,-0.45558 0.38047,-1.26889 1.06673,-0.69985 0.31619,0.26219 0.76836,0.91262 1.10009,0.29993 0.36049,-0.66558 0.43736,-0.56534 0.90005,-0.0333 0.12832,-0.29725 0.0907,-0.72707 0.46669,-0.33327 0.17661,0.18516 0.34843,0.39568 0.56671,0.53323 0.15312,0.0965 0.26978,-0.88263 0.70005,-0.89982 -0.12303,0.66724 1.13266,0.0367 1.33342,-0.16663 0.24408,-0.24665 -0.12812,-0.5715 0.0667,-0.73318 0.30494,-0.25294 0.7931,-0.29912 0.96672,-0.69985 0.34966,0.48302 0.68555,0.76514 1.20007,1.03311 z"
             style="fill:#ffdfe0;fill-opacity:1;stroke:none;stroke-width:0.02099253;stroke-miterlimit:1;stroke-dasharray:none;stroke-opacity:1" /><path
             inkscape:connector-curvature="0"
             id="CN-CQ"
             d="m 695.99201,145.45867 c 0.0165,0.80941 0.0521,1.6853 -0.13334,2.13289 -0.24337,0.58736 -0.55448,1.03408 -0.90006,1.36638 -0.34559,0.33231 -0.73779,0.52911 -1.16675,0.66654 -0.42894,0.13742 -0.85286,-0.11554 -1.26673,-0.33328 -0.41388,-0.21772 -0.81907,-0.38932 -1.2001,-0.0666 -0.381,0.32267 -0.56462,0.84596 -0.56671,1.46635 -0.003,0.62041 0.17738,1.34545 0.56671,2.03292 0.263,0.46435 1.15978,0.93831 1.93346,1.39971 0.18875,-0.0947 0.36919,-0.21211 0.63337,-0.13331 0.37376,0.11148 0.77082,0.28091 1.13343,0.16664 0.36261,-0.11428 0.61321,-0.51389 0.90004,-0.86649 0.28685,-0.35259 0.62221,-0.65344 1.16676,-0.56655 0.27226,0.0434 0.46316,0.22024 0.63335,0.4999 0.17023,0.27965 0.31618,0.66246 0.4667,1.03312 0.15054,0.37067 0.32015,0.74997 0.53337,1.06645 0.21324,0.31647 0.47502,0.54941 0.8334,0.66652 0.35835,0.11711 0.82319,0.11283 1.33341,0 0.0324,-0.007 0.0672,-0.0255 0.0999,-0.0333 -0.35117,-0.32291 -0.74385,-0.65284 -0.83338,-0.96646 -0.12428,-0.43538 0.01,-0.78749 0.13336,-1.09978 0.12382,-0.31229 0.26554,-0.59702 0.1,-0.96647 -0.16558,-0.36945 -0.60829,-0.60123 -1.06675,-0.83316 -0.45846,-0.23192 -0.93947,-0.4538 -1.20009,-0.79983 -0.26062,-0.34603 -0.58093,-0.74255 -0.7667,-1.1331 -0.18578,-0.39054 -0.24861,-0.78191 -0.0667,-1.1331 0.18194,-0.35119 0.58864,-0.39493 1.03341,-0.39991 0.44476,-0.005 0.93441,0.0117 1.2334,-0.23329 0.29901,-0.24505 0.61982,-0.52906 0.83341,-0.86649 0.21357,-0.33742 0.32609,-0.70717 0.19998,-1.16643 -0.12607,-0.45924 -0.62412,-0.91978 -1.20005,-1.2664 -0.57597,-0.34662 -1.25367,-0.59704 -1.70013,-0.59988 -0.44645,-0.002 -0.66166,0.2984 -0.86671,0.56655 -0.20506,0.26815 -0.3897,0.5095 -0.7667,0.46657 -0.0294,-0.003 -0.0386,-0.0596 -0.0667,-0.0667 z"
             style="fill:#ffc0c0;fill-opacity:1;stroke:none;stroke-width:0.02099253;stroke-miterlimit:1;stroke-dasharray:none;stroke-opacity:1" /><path
             inkscape:connector-curvature="0"
             id="CN-SC"
             d="m 679.82432,137.32701 c -0.77371,-0.009 -1.79967,0.43559 -2.63352,0.89981 -0.11528,0.0642 -0.0933,0.0703 -0.20002,0.13331 0.0258,0.0436 0.004,0.1264 0.0333,0.16664 0.2117,0.29109 0.51147,0.48308 0.7667,0.63319 0.51045,0.30027 1.04302,-0.29438 1.43341,0 0.39043,0.29439 0.57356,0.84497 0.40002,1.43304 -0.0867,0.29404 -0.2152,0.58205 -0.46668,0.83316 -0.2515,0.25112 -0.61583,0.46061 -1.16673,0.59988 -0.55093,0.13929 -1.40838,0.0754 -2.26683,-0.13331 -0.85841,-0.20874 -1.73144,-0.53519 -2.26679,-0.86648 -0.53536,-0.33129 -0.77888,-0.83024 -1.00007,-1.26641 -0.22119,-0.43616 -0.40442,-0.81638 -0.83341,-0.99979 -0.42896,-0.18342 -1.04454,-0.33669 -1.56674,-0.33326 -0.52219,0.003 -0.94691,0.15815 -1.10007,0.53322 -0.15317,0.37507 0.13023,0.62408 0.50002,0.86649 0.36979,0.24241 0.82121,0.46799 0.93339,0.7665 0.11219,0.29851 -0.0169,0.5905 -0.1,0.86649 -0.083,0.27601 -0.11988,0.55912 0.1,0.79984 0.21987,0.24071 0.61139,0.16244 1.03341,0.0999 0.42198,-0.0625 0.8813,-0.11456 1.23339,0.0999 0.3521,0.21453 0.65036,0.51729 0.90008,0.89981 0.24971,0.38253 0.44613,0.8183 0.53334,1.33306 0.0599,0.35314 -0.10517,0.93327 -0.23332,1.46636 0.78098,0.26026 1.76222,0.89193 2.53349,1.63301 0.77127,0.74105 1.36255,1.58811 1.40009,2.26619 0.0188,0.33905 -0.0918,0.56677 -0.23337,0.76651 -0.14158,0.19975 -0.3304,0.37302 -0.53333,0.49989 -0.40594,0.25375 -0.84258,0.40563 -0.90009,0.76651 -0.0575,0.36089 0.1433,0.55611 0.33338,0.76651 0.19004,0.2104 0.38629,0.45911 0.3,0.89982 -0.0175,0.0889 -0.21038,0.2285 -0.26667,0.33326 0.97629,-0.19069 1.76985,-0.4015 2.30014,-0.33326 0.94549,0.12165 1.19126,0.18217 1.46676,0.59988 0.13775,0.20884 0,0.31428 -0.1,0.49988 -0.0995,0.18562 -0.16043,0.44662 0.1,0.93314 0.26045,0.48653 1.14413,0.95851 2.06681,1.43304 0.92267,0.47454 1.87008,0.97548 2.23345,1.46637 0.36342,0.49088 0.30904,0.89464 0.26671,1.23308 -0.0424,0.33845 -0.0889,0.59053 0.33334,0.79984 0.42228,0.2093 1.18372,0.14313 1.86678,-0.0999 0.68309,-0.24311 1.30077,-0.66384 1.43342,-1.1331 0.0664,-0.23463 0.0145,-0.4035 -0.0999,-0.53323 -0.11463,-0.12972 -0.27653,-0.19758 -0.4667,-0.29993 -0.38031,-0.20472 -0.81711,-0.43933 -0.86672,-0.9998 -0.0496,-0.56047 0.18452,-1.53974 0.56672,-2.36618 0.19106,-0.41321 0.41238,-0.78475 0.66668,-1.06644 0.25433,-0.28171 0.54567,-0.44839 0.83341,-0.46658 0.2877,-0.0182 0.44685,0.0543 0.56671,0.19997 0.11985,0.14571 0.18064,0.34002 0.23333,0.56655 0.1054,0.45308 0.19232,0.98835 0.63339,1.2664 0.44106,0.27805 1.19552,0.64131 1.93345,0.83316 0.36896,0.0959 0.72698,0.15924 1.0334,0.13331 0.30642,-0.0259 0.58067,-0.11862 0.73337,-0.33326 0.15272,-0.21465 0.1177,-0.43297 0,-0.63321 -0.11768,-0.20024 -0.31649,-0.37924 -0.53334,-0.56655 -0.43379,-0.37462 -0.89698,-0.73483 -0.70006,-1.06644 0.0577,-0.0972 0.18841,0.006 0.26667,-0.0333 -0.77368,-0.4614 -1.67046,-0.93536 -1.93346,-1.39971 -0.38933,-0.68747 -0.56875,-1.41251 -0.56671,-2.03292 0.003,-0.62039 0.18571,-1.14368 0.56671,-1.46635 0.38103,-0.32268 0.78622,-0.15108 1.2001,0.0666 0.41387,0.21774 0.83779,0.4707 1.26673,0.33328 0.42896,-0.13743 0.82116,-0.33423 1.16675,-0.66654 0.34558,-0.3323 0.65669,-0.77902 0.90006,-1.36638 0.18544,-0.44759 0.14974,-1.32348 0.13334,-2.13289 -0.3311,-0.0833 -0.58896,-0.36446 -0.83338,-0.73319 -0.26514,-0.39999 -0.52193,-0.82743 -0.93341,-1.03311 -0.82297,-0.41137 -1.61959,0.1027 -2.90019,-0.43324 -0.74464,-0.31168 -1.51105,-1.06661 -2.50016,-1.89961 -0.27084,0.27455 -0.63746,0.5615 -1.16672,0.69985 -0.64505,0.1686 -1.3633,0.17186 -1.86682,-0.0333 -0.50346,-0.20519 -0.67101,-0.627 -0.83337,-1.13311 -0.16235,-0.5061 -0.30933,-1.09241 -0.80004,-1.53301 -0.4907,-0.4406 -1.20426,-0.93178 -1.96679,-1.33306 -0.76253,-0.40127 -1.59313,-0.69153 -2.36681,-0.69985 z"
             style="fill:#ffdfe0;fill-opacity:1;stroke:none;stroke-width:0.02099253;stroke-miterlimit:1;stroke-dasharray:none;stroke-opacity:1" /><path
             inkscape:connector-curvature="0"
             id="CN-HN"
             d="m 714.45987,163.255 c -0.22919,-1.19516 -0.46167,-2.48989 -0.73339,-3.1327 -0.36732,-0.86888 -0.94401,-1.42886 -1.43343,-1.89961 -0.48941,-0.47073 -0.89836,-0.86518 -0.83338,-1.39971 0.0324,-0.26726 0.18961,-0.44373 0.36668,-0.56654 0.17705,-0.12282 0.37893,-0.19311 0.60005,-0.26662 0.2211,-0.0735 0.43537,-0.14727 0.60004,-0.2666 0.16465,-0.11934 0.29237,-0.27295 0.30002,-0.53323 0.0152,-0.52057 -0.53132,-1.01365 -1.13341,-1.46636 -0.60211,-0.4527 -1.25559,-0.86095 -1.53345,-1.19975 -0.27781,-0.33881 -0.31779,-0.58255 -0.36668,-0.76652 -0.0489,-0.18396 -0.1182,-0.30884 -0.46669,-0.46657 -0.34849,-0.15772 -0.89036,-0.0291 -1.46676,0.13331 -0.5764,0.16239 -1.17234,0.34764 -1.60011,0.26661 -0.8555,-0.16207 -0.92155,-0.81604 -1.86678,-1.03311 -0.47261,-0.10854 -1.13047,-0.18399 -1.8001,-0.16664 -0.66963,0.0174 -1.35313,0.12207 -1.90016,0.36659 -0.54698,0.24452 -1.15381,0.87797 -1.63341,1.43304 0.33854,0.18475 0.70539,0.34754 0.83337,0.6332 0.16554,0.36944 0.0238,0.65418 -0.0999,0.96647 -0.12383,0.31228 -0.25764,0.6644 -0.13336,1.09977 0.12429,0.43537 0.66847,0.88019 1.16675,1.33306 0.49828,0.45286 0.96292,0.90972 0.90006,1.33306 -0.0629,0.42334 -0.44447,0.50173 -0.80004,0.56654 -0.3556,0.0649 -0.68045,0.12219 -0.63339,0.46657 0.047,0.3444 0.50258,0.3602 1.00007,0.39992 0.49749,0.0398 1.04372,0.0816 1.26673,0.39993 0.22302,0.31831 0.0618,0.75377 -0.0667,1.16642 -0.12839,0.41264 -0.22387,0.80929 0.0667,1.09977 0.29058,0.29048 0.78701,0.38593 1.30011,0.36659 0.51306,-0.0193 1.03872,-0.15348 1.36674,-0.36659 0.32802,-0.21311 0.33722,-0.66664 0.36668,-1.06645 0.0294,-0.39981 0.0575,-0.73025 0.43336,-0.7665 0.37588,-0.0363 0.6919,0.26943 0.93339,0.69985 0.2415,0.43042 0.43706,0.96447 0.53337,1.33306 0.19266,0.73717 -0.42598,1.32907 -0.23333,2.06624 0.0963,0.36858 0.24639,0.8579 0.46669,1.2664 0.2203,0.40851 0.5394,0.71511 1.00007,0.76652 0.46064,0.0514 0.74414,-0.44013 1.06674,-0.96647 0.32256,-0.52635 0.65769,-1.06645 1.16672,-1.06645 0.47192,0 0.61162,0.19752 0.80007,0.4999 0.41116,-0.49126 0.83354,-0.95057 1.26673,-1.13311 0.36861,-0.15531 0.64685,-0.14262 0.93339,-0.13329 z"
             style="fill:#ffdfe0;fill-opacity:1;stroke:none;stroke-width:0.02099253;stroke-miterlimit:1;stroke-dasharray:none;stroke-opacity:1" /><g
             id="CN-FJ"
             class="CN-FJ"
             style="fill:#ffdfe0;fill-opacity:1;stroke:none;stroke-width:0.18892834;stroke-miterlimit:1;stroke-dasharray:none;stroke-opacity:1"
             transform="matrix(0.11112874,0,0,0.11109866,33.220981,-6.3626395)"><path
               inkscape:connector-curvature="0"
               id="CN-FJ-mainland"
               class="CN-FJ"
               d="m 6208.4699,1452.9367 c -2.5336,2.6993 -4.9347,7.3785 -7.1992,8.3992 -2.7443,1.237 -4.9963,1.2648 -6.8996,0.6 -1.9032,-0.6652 -3.4502,-1.9958 -4.7995,-3.2997 -2.6985,-2.6079 -4.6936,-5.111 -6.8992,-2.6998 -2.2056,2.4113 0.077,5.5042 2.6996,8.6992 2.6237,3.195 5.693,6.6021 4.7996,9.8991 -0.8938,3.297 -4.696,4.9583 -8.3992,6.5994 -3.7032,1.641 -7.1668,3.2192 -8.0992,6.2994 -0.933,3.0801 0.6768,5.6984 2.3996,8.3992 1.7235,2.7008 3.4139,5.3433 3,8.0992 -0.4149,2.7559 -2.2771,3.705 -4.1996,5.0995 -1.9229,1.3946 -3.9606,3.1918 -5.0996,7.7993 -1.1035,4.464 2.3625,12.1713 5.0996,19.7981 3.4424,-1.4022 7.0736,-3.5558 9.8988,-2.9997 4.6148,0.9081 6.6983,1.9802 8.9992,4.1996 2.3011,2.2194 4.6293,5.4943 9.2991,10.499 5.0689,5.4322 10.4899,14.7094 17.9983,26.0975 1.0256,-1.7909 1.8181,-4.1787 2.1,-4.4995 2.2767,0 6.667,-4.3243 6.8992,0 0.03,-2.2797 1.466,-4.29 0.6,-6.5994 2.241,-0.5088 2.7523,0.018 1.7999,2.0998 2.6904,-1.6755 1.5675,-4.4995 3.2996,-5.9995 1.1101,-0.9579 2.6955,-0.8168 3.2996,-2.3997 -1.741,-0.067 -2.5252,-0.9855 -2.0996,-2.6998 -2.1101,0.7497 -4.4996,0.1316 -5.9995,-1.4998 1.6636,-0.3389 3.4686,-0.4761 5.0995,0 -2.4196,-3.4136 1.6628,-1.8426 3.2996,-4.1996 1.5357,3.3243 5.2526,1.6215 5.9996,-1.1999 1.1636,1.3274 2.3436,2.6586 3.5996,3.8996 1.1487,-1.5773 3.0493,-5.3398 0.5999,-6.8993 -1.9701,-1.253 -2.363,-1.7128 0,-3.5997 0,4.0863 4.9318,0.2717 5.6996,-2.0998 -3.4583,-0.1544 -0.9446,-4.3608 -3.8999,-5.3995 2.3333,-3.2647 4.6115,0.4829 5.0996,2.6998 0,-4.9196 2.9802,0.5721 3.8996,-3.2997 0.6374,-2.6845 -3.2431,-3.0544 -4.7993,-3.8996 1.5651,-0.8956 2.5419,-2.6991 2.6996,-4.4996 2.3184,0.8956 4.3573,2.7371 5.6996,4.7995 0.9136,-2.857 1.724,-2.857 2.3996,0 1.2708,-3.9343 -4.7454,-4.0493 -3.5996,-7.7992 0.6901,-2.2708 -0.098,-5.9917 2.0996,-6.8994 -2.1166,-3.2195 -3.4276,-1.9196 -5.3992,-0.8994 0.8464,-2.3268 2.1008,-4.8323 3.8996,-6.5994 1.8035,-1.7767 4.7513,-1.7586 2.0996,-4.4996 -0.7976,3.2082 -4.3002,2.0459 -4.4996,-0.5999 5.0267,0.4915 1.1182,-5.7859 -2.3996,-4.1996 0.2381,-1.6309 -0.095,-2.9734 -1.2,-4.1996 1.7916,0.8274 3.3127,-0.217 4.1996,-1.7998 0.4494,1.729 1.5622,3.158 2.9999,4.1995 0.5479,-1.1874 1.3759,-2.1872 2.3997,-2.9997 0.9821,2.2916 -0.128,4.765 -2.3997,5.6995 7.5233,1.9018 5.5859,-4.4832 2.9997,-8.0992 2.36,-0.7084 4.4067,-3.1579 3.2996,-5.6995 6.2141,1.3125 -1.5625,-3.8519 -1.5,-5.3995 1.4077,1.3065 3.0532,2.3348 4.4996,3.5997 -1.2589,-3.0297 2.4606,1.7316 1.7999,-2.6998 -0.1428,-0.9677 0.7295,-1.3876 0.8994,-2.0998 -11.475,-0.3561 -24.0758,-1.3068 -29.0971,-3.5996 -5.1231,-2.3394 -6.6385,-5.0956 -7.4995,-7.1994 -0.861,-2.1037 -1.0726,-3.5612 -3.5996,-3.8996 -2.5267,-0.3379 -2.6202,1.9301 -3.5996,4.1996 -0.4896,1.1348 -0.9723,2.3796 -2.3996,2.9997 -1.4277,0.6201 -3.6511,0.672 -6.8995,0 -3.2485,-0.6719 -6.2374,-3.5179 -9.2992,-7.7992 -1.9255,-2.6927 -3.7416,-6.4634 -5.6995,-9.8991 z m 42.2961,56.3947 c 2.9672,0.9042 6.3897,2.3419 8.6992,4.4996 -0.5128,0.2553 -0.8467,0.4905 -1.5,0.5999 -3.3005,0.551 -4.8749,-3.6442 -7.1992,-5.0995 z"
               style="fill:#ffdfe0;fill-opacity:1;stroke:none;stroke-width:0.18892834;stroke-miterlimit:1;stroke-dasharray:none;stroke-opacity:1" /><path
               inkscape:connector-curvature="0"
               id="CN-FJ-changshan-island"
               class="CN-FJ"
               d="m 6253.7996,1511.1286 c 1.4463,0.7619 2.9463,1.4047 4.4969,1.9255 -1.8839,1.0357 -3.6874,-0.2113 -4.4969,-1.9255"
               style="fill:#ffdfe0;fill-opacity:1;stroke:none;stroke-width:0.18892834;stroke-miterlimit:1;stroke-dasharray:none;stroke-opacity:1" /><path
               inkscape:connector-curvature="0"
               id="CN-FJ-xiamen-island"
               class="CN-FJ"
               d="m 6237.7286,1550.7703 c -0.625,1.7559 -0.03,2.8214 1.9315,2.5714 0.3839,-1.4642 -0.2679,-2.7797 -1.9315,-2.5714"
               style="fill:#ffdfe0;fill-opacity:1;stroke:none;stroke-width:0.18892834;stroke-miterlimit:1;stroke-dasharray:none;stroke-opacity:1" /></g><path
             inkscape:connector-curvature="0"
             id="CN-JX"
             d="m 715.59325,150.12437 c -0.80312,0.30596 -1.65967,0.56941 -2.26679,0.96647 -0.83186,0.54406 -1.58893,1.11519 -2.2335,1.7663 0.32736,0.2703 0.66705,0.54089 1.10009,0.86649 0.60209,0.45271 1.14869,0.94579 1.13341,1.46636 -0.008,0.26028 -0.13537,0.41389 -0.30002,0.53323 -0.16467,0.11933 -0.37894,0.1931 -0.60004,0.2666 -0.22112,0.0735 -0.423,0.1438 -0.60005,0.26662 -0.17707,0.12281 -0.33419,0.29928 -0.36668,0.56654 -0.065,0.53453 0.34397,0.92898 0.83338,1.39971 0.48942,0.47075 1.06611,1.03073 1.43343,1.89961 0.27172,0.64281 0.5042,1.93754 0.73339,3.1327 0.10176,0.003 0.23819,-0.0501 0.33334,-0.0333 0.36305,0.0642 0.69176,0.24084 1.00007,0.39991 0.30831,0.15907 0.37949,0.44626 0.50003,0.73319 0.12055,0.28692 0.29114,0.56886 0.73337,0.69985 0.44225,0.131 1.06571,-0.18517 1.70011,-0.4999 0.24601,-0.12204 0.45774,-0.10131 0.70007,-0.19995 -0.30417,-0.84733 -0.68934,-1.7036 -0.56671,-2.19955 0.12657,-0.51188 0.35302,-0.71155 0.56671,-0.86649 0.21364,-0.15494 0.42062,-0.26037 0.4667,-0.56655 0.046,-0.30617 -0.14186,-0.59975 -0.33339,-0.89982 -0.19149,-0.30004 -0.37031,-0.59093 -0.26667,-0.93314 0.10369,-0.34219 0.48853,-0.51753 0.90006,-0.69985 0.41153,-0.18231 0.8341,-0.36688 0.93339,-0.73317 0.0993,-0.3663 -0.2418,-0.74482 -0.53337,-1.09978 -0.29154,-0.35496 -0.54511,-0.69858 -0.30001,-0.96647 0.24511,-0.26789 0.46682,0.0107 0.7667,0.29994 0.14995,0.14486 0.32187,0.29273 0.53337,0.3666 0.21151,0.0739 0.46177,0.0708 0.76674,-0.0667 0.25165,-0.1134 0.51848,-0.63325 0.80004,-0.93314 -0.12837,-0.22521 -0.27256,-0.39638 -0.40002,-0.63321 -0.34353,-0.6382 -0.6959,-1.30393 -1.06675,-1.86628 -0.37085,-0.56235 -0.74457,-1.01832 -1.16675,-1.2664 -0.42214,-0.24809 -0.84856,-0.36719 -1.2334,-0.39992 -0.38483,-0.0327 -0.73508,0.0244 -1.10007,0.0667 -0.365,0.0422 -0.73739,0.0898 -1.10007,0.0666 -0.36266,-0.0231 -0.72223,-0.13757 -1.10006,-0.36659 -0.165,-0.10002 -0.25446,-0.38732 -0.40005,-0.53322 z"
             style="fill:#ffdfe0;fill-opacity:1;stroke:none;stroke-width:0.02099253;stroke-miterlimit:1;stroke-dasharray:none;stroke-opacity:1" /><path
             inkscape:connector-curvature="0"
             id="CN-HB"
             d="m 699.95894,140.19309 c -0.25583,0.0334 -0.53162,0.0386 -0.76675,0.0999 -0.55185,0.14399 -0.99426,0.37608 -1.26673,0.73319 -0.27245,0.35709 -0.37339,0.86541 -0.36668,1.43304 0.006,0.56761 0.12152,1.18802 0.26667,1.7663 0.0491,0.19552 0.0459,0.18513 0.0999,0.36658 0.43395,0.0596 0.97176,0.20199 1.46676,0.4999 0.57597,0.34662 1.07398,0.80715 1.20009,1.26641 0.12611,0.45925 0.0136,0.829 -0.20003,1.16643 -0.21358,0.33742 -0.53435,0.62143 -0.83337,0.86648 -0.29898,0.24505 -0.78867,0.2283 -1.23339,0.23328 -0.44477,0.005 -0.85147,0.0487 -1.03341,0.39993 -0.18196,0.35119 -0.11913,0.74255 0.0667,1.13309 0.18577,0.39055 0.50608,0.78707 0.76669,1.1331 0.26062,0.34604 0.74163,0.56791 1.2001,0.79984 0.10398,0.0526 0.13401,0.14576 0.23333,0.19996 0.47962,-0.55506 1.08642,-1.18853 1.63345,-1.43304 0.54702,-0.24452 1.23048,-0.34924 1.90011,-0.3666 0.66963,-0.0174 1.32749,0.0581 1.8001,0.16664 0.94527,0.21708 1.01128,0.87105 1.86682,1.03312 0.42773,0.081 1.0237,-0.10419 1.60007,-0.26662 0.57641,-0.16238 1.11827,-0.29102 1.46676,-0.1333 0.34853,0.15773 0.41785,0.28261 0.46669,0.46658 0.0489,0.18395 0.0889,0.42769 0.36672,0.7665 0.078,0.0951 0.30557,0.22774 0.43336,0.33326 0.64453,-0.6511 1.40161,-1.22224 2.23346,-1.7663 0.60712,-0.39705 1.46371,-0.6605 2.26683,-0.96646 -0.52126,-0.52246 -0.99715,-1.14262 -1.40008,-1.93294 -0.51551,-1.01103 -1.02504,-2.03869 -1.70013,-2.46615 -0.67508,-0.42747 -1.33152,-0.46783 -1.93345,-0.46657 -0.60194,10e-4 -1.15687,0.0605 -1.56678,-0.13331 -0.81981,-0.38749 -0.67719,-0.98367 -1.43341,-1.23308 -0.37813,-0.1247 -0.74138,0.0347 -1.20009,0.16663 -0.4587,0.13199 -1.00334,0.23117 -1.66676,0.0333 -0.66345,-0.19784 -1.41847,-0.64564 -2.16682,-1.23309 -0.74831,-0.58743 -1.47566,-1.32743 -2.13348,-2.06623 -0.13907,-0.15621 -0.28439,-0.42044 -0.43335,-0.59988 z"
             style="fill:#ee7070;fill-opacity:1;stroke:none;stroke-width:0.02099253;stroke-miterlimit:1;stroke-dasharray:none;stroke-opacity:1" /><path
             inkscape:connector-curvature="0"
             id="CN-SN"
             d="m 697.92546,144.59218 c -0.0542,-0.18146 -0.0509,-0.17107 -0.0999,-0.3666 -0.14515,-0.57826 -0.25998,-1.19867 -0.26671,-1.7663 -0.006,-0.56761 0.0942,-1.07593 0.36672,-1.43303 0.27246,-0.3571 0.71484,-0.5892 1.26673,-0.73318 0.23509,-0.0613 0.51091,-0.0667 0.76673,-0.0999 -0.55558,-0.66925 -1.16026,-1.38609 -1.66677,-2.19955 -0.64235,-1.03155 -1.13994,-2.05198 -1.20009,-2.73276 -0.0602,-0.68079 0.0705,-0.80674 0.23336,-0.89982 0.16278,-0.0931 0.34134,-0.1431 0.36668,-0.73318 0.0251,-0.59007 -0.15369,-1.60115 -0.43336,-2.59947 -0.27967,-0.99832 -0.65525,-1.9812 -1.00006,-2.5328 -0.34482,-0.55161 -0.76624,-0.73892 -1.13342,-0.89981 -0.36717,-0.16091 -0.66448,-0.31854 -0.70003,-0.76652 -0.0355,-0.44797 0.38355,-0.69443 0.83338,-0.99978 0.44983,-0.30536 0.91474,-0.67641 1.00007,-1.26641 0.0734,-0.50714 -0.27504,-1.29451 -0.63339,-2.03291 -0.37508,0.19833 -0.77229,0.13309 -1.16672,0.0333 -0.40571,-0.1026 -0.8085,-0.2231 -1.26676,-0.0333 -0.45827,0.18975 -0.97579,0.60431 -1.43342,1.06644 -0.45764,0.46213 -0.8567,0.97321 -1.03341,1.39971 -0.17671,0.4265 -0.0905,0.79745 0,1.1331 0.0905,0.33565 0.18517,0.61494 0,0.89981 -0.18517,0.28487 -0.47073,0.51923 -0.80004,0.66654 -0.32931,0.14729 -0.72007,0.21909 -1.06673,0.16662 -0.208,-0.0314 -0.34427,-0.24084 -0.50004,-0.39991 -0.008,0.043 0.009,0.0905 0,0.13331 -0.12671,0.66742 -0.0831,1.16998 -0.0667,1.69964 0.57942,0.072 1.14321,0.0896 1.83345,0.39992 1.0174,0.45741 1.97658,1.09777 2.43349,1.66632 0.45694,0.56855 0.73299,1.16232 0.83341,1.69965 0.10037,0.53733 0.0421,1.0033 -0.20003,1.36639 -0.24213,0.36308 -0.6576,0.37494 -1.06674,0.33326 -0.40915,-0.0417 -0.82425,-0.11443 -1.00007,0.0999 -0.17582,0.2144 -0.0617,0.44748 0.0333,0.66652 0.0951,0.21905 0.17131,0.42476 -0.0333,0.56656 -0.20465,0.14179 -0.45651,-0.14502 -0.73336,-0.39992 -0.27686,-0.25491 -0.56856,-0.4949 -0.90005,-0.23329 -0.33152,0.26162 -0.15657,0.90542 0.0666,1.56635 0.22325,0.66091 0.48379,1.35188 0.33337,1.73297 -0.15041,0.38108 -0.41516,0.50011 -0.66671,0.59988 -0.25155,0.0997 -0.49065,0.1864 -0.56671,0.43324 -0.076,0.24684 0.12739,0.42355 0.30003,0.63321 0.17265,0.20964 0.33689,0.44748 0.13332,0.79983 -0.0366,0.0632 -0.20743,0.0733 -0.26666,0.13331 0.98908,0.833 1.75552,1.58793 2.50016,1.89961 1.28059,0.53598 2.07722,0.0219 2.90018,0.43324 0.41149,0.20568 0.66824,0.63312 0.93339,1.03311 0.26515,0.39999 0.52304,0.75692 0.90005,0.79984 0.37704,0.0429 0.56168,-0.19843 0.76673,-0.46657 0.20506,-0.26815 0.42027,-0.56922 0.86672,-0.56655 0.0627,0 0.16242,0.0902 0.23336,0.0999 z"
             style="fill:#ffdfe0;fill-opacity:1;stroke:none;stroke-width:0.02099253;stroke-miterlimit:1;stroke-dasharray:none;stroke-opacity:1" /><g
             id="CN-ZJ"
             class="CN-ZJ"
             style="fill:#ffdfe0;fill-opacity:1;stroke:none;stroke-width:0.18892834;stroke-miterlimit:1;stroke-dasharray:none;stroke-opacity:1"
             transform="matrix(0.11112874,0,0,0.11109866,33.220981,-6.3626395)"><path
               inkscape:connector-curvature="0"
               id="CN-ZJ-mainland"
               class="CN-ZJ"
               d="m 6253.1656,1383.6433 c -4.5195,1.9542 -9.9396,5.6915 -13.1987,5.6994 -7.8575,0.018 -13.4395,-3.8241 -18.2983,-7.7992 -3.0398,-2.487 -5.3811,-4.7536 -7.9641,-6.4501 0.1161,5.8216 -0.178,14.7722 -1.335,16.0492 -3.5595,3.9288 -5.8073,4.5138 -8.9992,4.7995 -3.1919,0.286 -6.0495,0.1738 -7.4992,2.6998 -1.4497,2.526 -0.3062,5.0907 0.8994,7.7992 1.2065,2.7086 2.4276,5.4206 0.8994,8.6992 -1.1786,2.5294 -5.6573,5.0399 -9.5992,7.4993 2.4419,2.2749 4.9139,4.3325 7.1995,7.7993 3.3371,5.0616 6.5079,11.0539 9.5992,16.7984 3.0913,5.7444 6.2373,11.3172 9.2991,15.5985 3.0615,4.2813 6.0504,7.127 9.2992,7.7993 3.2484,0.6719 5.4715,0.6201 6.8992,0 1.4273,-0.6201 1.91,-1.865 2.3996,-2.9998 0.9797,-2.2695 1.0729,-4.5379 3.5999,-4.1996 2.5267,0.3379 2.7389,1.7959 3.5996,3.8997 0.861,2.1037 2.3761,4.8599 7.4992,7.1993 5.0213,2.2928 17.6221,3.2437 29.0974,3.5997 0.1905,-0.7987 -0.253,-1.8601 0.8994,-2.3998 -3.8749,-2.0566 -0.7824,-7.692 0,-10.799 0.455,-1.805 -0.9774,-2.6417 -2.6999,-3.2997 4.8186,0.5932 8.1122,-7.0539 4.7995,-7.4993 1.4554,-0.6489 1.5934,-0.9831 2.4,-2.3998 2.857,1.1875 2.9047,5.0137 5.6992,6.2995 -1.0116,-3.2678 1.1845,-3.1776 2.9999,-4.7996 2,-1.7856 -1.9707,-5.444 -2.6999,-6.8994 -1.5238,-3.0475 -3.2112,-1.0909 -5.6992,-2.0997 -1.7619,-0.7142 -2.4503,-3.0508 -3.8996,-4.1997 2.7291,1.1756 7.0084,4.9432 10.1988,2.9997 2.5714,-1.5654 0.1518,-4.6602 -2.0997,-4.4995 0.714,-1.6339 1.7289,-1.9452 2.9997,-0.6 -0.4021,-2.863 -4.7374,-5.359 -7.4992,-4.7995 1.0565,-1.4166 2.0246,-3.0734 2.3996,-4.7996 0.9437,1.4524 1.9767,3.9731 1.2,0 0.3925,1.6875 1.4812,2.876 3.2996,2.3998 -0.095,-1.4464 -0.253,-2.7889 -0.6,-4.1996 1.3839,1.1697 1.1583,3.7996 2.6999,4.7996 2.7738,1.7975 0.3301,-5.6549 0.2994,-5.6995 -1.3154,-2.1964 0.9378,-4.5024 -1.7999,-5.9994 -2.4669,-1.3453 -2.7407,2.0437 -1.4997,3.2996 -2.3749,-2.1368 -4.6722,0.5251 -5.9995,2.3998 -0.7113,-0.598 -1.38,-1.2695 -1.7997,-2.0998 1.247,-1.2381 2.902,-0.7852 4.1996,-1.7998 0.839,-0.9138 1.5104,-1.9135 2.0997,-2.9997 1.7172,-2.0446 2.8758,-3.915 5.3995,-5.0995 -3.6904,-0.8659 -9.5578,-1.4259 -12.2988,-4.1996 -2.3064,-2.3363 -4.1242,-5.0352 -7.4995,-5.9995 -4.4588,-1.2759 -7.6616,3.2929 -11.9987,3.5997 0.644,0.5068 0.7526,1.8238 1.7999,1.7998 -0.8958,-0.5654 -2.0327,-1.0653 -2.9999,-1.4998 0.4559,0.067 0.772,-0.2697 1.2,-0.2995 -1.986,-1.563 -3.2464,-4.1914 -5.3996,-5.6995 -1.4999,-1.0505 -6.7153,3.2241 -8.0992,3.8996 1.9672,-1.6636 3.8324,-3.8501 6.2996,-4.7995 2.9374,-1.131 4.3129,1.3546 6.8992,1.1999 1.5148,-0.096 1.6243,-2.5551 1.7999,-3.5997 0.1637,-0.9705 1.1539,-1.2681 1.7997,-1.7998 -1.6437,-1.4814 -4.0344,-1.8716 -5.3993,-3.5997 -2.0812,-2.6343 -3.5677,-5.6519 -4.7995,-8.6991 z"
               style="fill:#ffdfe0;fill-opacity:1;stroke:none;stroke-width:0.188928;stroke-miterlimit:1;stroke-dasharray:none;stroke-opacity:1"
               sodipodi:nodetypes="csscssssscsssssssssccsccccscscsccccccccccccccccccccccscscscscc" /><path
               inkscape:connector-curvature="0"
               id="CN-ZJ-damen-island"
               class="CN-ZJ"
               d="m 6283.1737,1459.0586 c 0.1399,0.3571 0.2798,0.7113 0.4197,1.0684 3.7142,-1.0476 0.3988,-5.6814 -0.4197,-1.0684"
               style="fill:#ffdfe0;fill-opacity:1;stroke:none;stroke-width:0.18892834;stroke-miterlimit:1;stroke-dasharray:none;stroke-opacity:1" /><path
               inkscape:connector-curvature="0"
               id="CN-ZJ-zhoushan-island"
               class="CN-ZJ"
               d="m 6288.7391,1409.9885 c 2.3303,-0.3154 4.5772,1.1548 6.845,0 -1.4107,-2.3213 -5.8361,-4.4076 -8.1515,-2.1428 0.4345,0.7173 0.869,1.4286 1.3065,2.1428"
               style="fill:#ffdfe0;fill-opacity:1;stroke:none;stroke-width:0.18892834;stroke-miterlimit:1;stroke-dasharray:none;stroke-opacity:1" /><path
               inkscape:connector-curvature="0"
               id="CN-ZJ-daishan-island"
               class="CN-ZJ"
               d="m 6288.0843,1402.2745 c 0.7321,1.0505 1.7351,1.4761 3.0059,1.2856 -0.2083,-1.9374 -1.4583,-2.4761 -3.0059,-1.2856"
               style="fill:#ffdfe0;fill-opacity:1;stroke:none;stroke-width:0.18892834;stroke-miterlimit:1;stroke-dasharray:none;stroke-opacity:1" /><path
               inkscape:connector-curvature="0"
               id="CN-ZJ-hengdao-island"
               class="CN-ZJ"
               d="m 6293.6496,1418.1312 c 0.4137,-1.7292 -0.3035,-1.9434 -2.1457,-0.6458 0.7172,0.2172 1.4315,0.4315 2.1457,0.6458"
               style="fill:#ffdfe0;fill-opacity:1;stroke:none;stroke-width:0.18892834;stroke-miterlimit:1;stroke-dasharray:none;stroke-opacity:1" /></g><g
             id="CN-SH"
             class="CN-SH"
             style="fill:#ffdfe0;fill-opacity:1;stroke:none;stroke-width:0.18892834;stroke-miterlimit:1;stroke-dasharray:none;stroke-opacity:1"
             transform="matrix(0.11112874,0,0,0.11109866,33.220981,-6.3626395)"><path
               inkscape:connector-curvature="0"
               id="CN-SH-mainland"
               class="CN-SH"
               d="m 6253.1656,1383.6433 c 1.2322,3.0472 2.7187,6.0648 4.7996,8.6992 1.3652,1.728 3.7556,2.1182 5.3996,3.5996 0.9166,-0.7545 1.6469,-1.6158 2.6996,-2.3998 2.6904,-2.0029 4.7594,-5.0691 8.3992,-5.3995 0.9407,-0.086 4.4162,0.4608 4.4995,-1.1998 0.1756,-3.4717 -5.759,-9.1003 -8.6991,-10.799 -6.0031,3.724 -11.2289,4.9614 -17.0984,7.4993 z"
               style="fill:#900000;fill-opacity:1;stroke:none;stroke-width:0.18892834;stroke-miterlimit:1;stroke-dasharray:none;stroke-opacity:1" /><path
               inkscape:connector-curvature="0"
               id="CN-SH-chongming"
               class="CN-SH"
               d="m 6255.9424,1363.9184 c 4.1427,1.8392 13.2228,12.1068 18.0054,7.0742 -2.8809,-2.3958 -14.2704,-10.7408 -18.0054,-7.0742"
               style="fill:#900000;fill-opacity:1;stroke:none;stroke-width:0.18892834;stroke-miterlimit:1;stroke-dasharray:none;stroke-opacity:1" /></g><path
             inkscape:connector-curvature="0"
             id="CN-HA"
             d="m 704.55923,132.66131 c 0.11328,0.55 0.31374,1.12221 0.13333,1.56635 -0.26108,0.64275 -0.74448,1.0782 -1.43343,1.23307 -0.34446,0.0774 -0.61284,-0.15115 -0.93338,-0.36659 -0.32055,-0.21544 -0.7001,-0.40142 -1.33341,-0.23328 -0.63333,0.16813 -1.55084,0.55958 -2.33348,1.19975 -0.31297,0.25597 -0.69077,0.59993 -0.93895,0.93827 0.18617,0.37058 0.32829,0.60288 0.57224,0.99467 0.64235,1.03155 1.44235,2.06061 2.10013,2.79942 0.6578,0.73879 1.38515,1.47879 2.13349,2.06623 0.74832,0.58745 1.50337,1.03524 2.16679,1.23308 0.66345,0.19784 1.20809,0.0987 1.66678,-0.0333 0.45869,-0.13198 0.82197,-0.29133 1.20009,-0.16663 0.75622,0.24941 0.61361,0.84558 1.43342,1.23308 0.40991,0.19373 0.96481,0.13455 1.56678,0.1333 0.60193,-0.001 1.25832,0.0391 1.93345,0.46658 0.4271,0.27043 0.72873,0.97162 1.0667,1.56633 0.0891,-0.11005 0.27634,-0.22925 0.33338,-0.33326 0.17136,-0.31239 0.20827,-0.59207 0.16666,-0.86649 -0.0832,-0.54883 -0.48099,-1.05358 -0.73336,-1.59967 -0.25239,-0.54608 -0.94348,-0.79045 -1.60011,-1.03311 -0.65661,-0.24267 -1.29716,-0.46254 -1.50011,-0.9998 -0.20293,-0.53725 -0.19151,-1.21053 -0.0333,-1.79962 0.15819,-0.5891 0.4748,-1.11241 0.86672,-1.29974 0.19596,-0.0936 0.32124,-0.0372 0.43336,0.0666 0.11211,0.10388 0.19625,0.27158 0.30003,0.43324 0.10378,0.16167 0.2291,0.32028 0.40002,0.39992 0.17089,0.0797 0.41987,0.0755 0.73337,-0.0667 0.48637,-0.22055 0.91721,-1.00697 1.33344,-1.7663 -0.1781,-0.0374 -0.40101,10e-4 -0.53337,-0.0999 -0.30791,-0.23611 -0.3728,-0.58057 -0.46669,-0.93314 -0.0939,-0.35256 -0.22295,-0.6976 -0.56671,-0.89981 -0.34376,-0.20221 -0.8171,-0.15109 -1.30011,-0.0667 -0.48297,0.0845 -0.97155,0.2022 -1.36674,0.0667 -0.39516,-0.13555 -0.84578,-0.30756 -1.20006,-0.53323 -0.35431,-0.22565 -0.5967,-0.50022 -0.63339,-0.89981 -0.0367,-0.39959 0.4379,-0.67424 0.90006,-0.93314 0.23108,-0.12945 0.45598,-0.25028 0.60005,-0.39992 0.14403,-0.14963 0.21746,-0.3265 0.13334,-0.53322 -0.0842,-0.20672 -0.26551,-0.29518 -0.50003,-0.33326 -0.23452,-0.0381 -0.53562,-0.009 -0.8334,0.0333 -0.59555,0.0838 -1.20757,0.22747 -1.53345,0.0999 -0.65173,-0.255 -0.62104,-0.82267 -1.03339,-0.79984 -0.20615,0.0114 -0.26121,0.19523 -0.33334,0.39991 -0.0721,0.2047 -0.17294,0.40851 -0.50004,0.39993 -0.16725,-0.004 -0.35359,-0.21155 -0.53337,-0.33327 z"
             style="fill:#ffdfe0;fill-opacity:1;stroke:none;stroke-width:0.0209925;stroke-miterlimit:1;stroke-dasharray:none;stroke-opacity:1"
             sodipodi:nodetypes="sssssscssssssscscsssssssssssccsssssssssscssscss" /><path
             inkscape:connector-curvature="0"
             id="CN-SX"
             d="m 700.4923,119.26408 c -0.22172,0.35525 -0.79157,0.44863 -1.46675,0.46657 -0.72146,0.0192 -1.50185,0.0141 -1.93346,0.33326 -0.43161,0.31919 -0.61119,0.81852 -0.76674,1.29974 -0.15554,0.48121 -0.28228,0.94569 -0.66668,1.16642 -0.0106,0.006 -0.0225,-0.005 -0.0333,0 0.35835,0.73841 0.70675,1.52577 0.63339,2.03292 -0.0853,0.59 -0.55024,0.96105 -1.00007,1.2664 -0.44983,0.30535 -0.86896,0.55182 -0.83338,0.99979 0.0356,0.44797 0.33286,0.60562 0.70003,0.76651 0.36718,0.16089 0.7886,0.34821 1.13342,0.89981 0.34481,0.55162 0.72039,1.5345 1.00006,2.53282 0.27967,0.99832 0.45869,2.00938 0.43336,2.59946 -0.0251,0.59007 -0.2039,0.6401 -0.36668,0.73318 -0.16278,0.0931 -0.29867,0.21959 -0.23333,0.8999 0.0477,0.49702 0.28546,1.12941 0.62774,1.73802 0.24814,-0.33834 0.62606,-0.6823 0.939,-0.93827 0.78263,-0.64017 1.70018,-1.03162 2.33347,-1.19975 0.63331,-0.16814 1.01286,0.0178 1.33344,0.23328 0.32054,0.21544 0.58893,0.44403 0.93338,0.36659 0.68893,-0.15487 1.17235,-0.59032 1.43343,-1.23307 0.18042,-0.44414 -0.0202,-1.01635 -0.13335,-1.56635 -0.17175,-0.1163 -0.33691,-0.14286 -0.50004,-0.33326 -0.33379,-0.38969 -0.61324,-0.87972 -0.80004,-1.36639 -0.18679,-0.48666 -0.0976,-1.1617 0,-1.79962 0.0976,-0.63792 0.2037,-1.2462 0,-1.69966 -0.20368,-0.45346 -0.66423,-0.62045 -1.06673,-0.79983 -0.4025,-0.17939 -0.76469,-0.39433 -0.80004,-0.86649 -0.0353,-0.47216 0.48168,-0.82656 1.00006,-1.19975 0.51836,-0.37318 1.05024,-0.73317 1.06671,-1.23308 0.0165,-0.49991 -0.36172,-0.90715 -0.7667,-1.2664 -0.40498,-0.35926 -0.82646,-0.67731 -0.86671,-0.9998 -0.0402,-0.32248 0.14013,-0.39395 0.3,-0.46657 0.15988,-0.0726 0.28837,-0.15249 0.1,-0.56655 -0.14793,-0.32522 -0.97975,-0.56569 -1.73343,-0.79983 z"
             style="fill:#ffdfe0;fill-opacity:1;stroke:none;stroke-width:0.0209925;stroke-miterlimit:1;stroke-dasharray:none;stroke-opacity:1"
             sodipodi:nodetypes="ssssscsssssscsscssssscssssssssssssss" /><g
             id="CN-JS"
             class="CN-JS"
             style="fill:#ffdfe0;fill-opacity:1;stroke:none;stroke-width:0.18892834;stroke-miterlimit:1;stroke-dasharray:none;stroke-opacity:1"
             transform="matrix(0.11112874,0,0,0.11109866,33.220981,-6.3626395)"><path
               inkscape:connector-curvature="0"
               id="CN-JS-mainland"
               class="CN-JS"
               d="m 6186.872,1283.7527 c -0.3111,-0.057 -0.5914,0.058 -0.8994,0 -7.2138,-1.3031 -13.9788,-2.8033 -17.9983,-1.4998 -8.0391,2.6069 -5.0186,6.6182 -9.2992,7.1993 -4.2805,0.5807 -8.3495,-5.8172 -12.8987,-5.3995 -2.2747,0.2083 -3.5758,2.2668 -5.0996,4.1996 -1.5238,1.9328 -3.2758,3.5444 -5.9995,2.9997 -2.7235,-0.5443 -3.2235,-4.2295 -4.1996,-8.0992 -0.9759,-3.8697 -2.4342,-7.7833 -6.8992,-8.3992 -4.4651,-0.6163 -8.4162,4.0322 -12.5988,9.2991 -0.4809,0.6057 -1.0172,0.886 -1.4999,1.4998 1.588,0.1161 3.5296,-0.4473 4.7995,0.2995 3.0934,1.8201 4.2544,4.9258 5.0996,8.0993 0.8446,3.1734 1.4288,6.2739 4.1996,8.3992 2.7704,2.1252 6.9906,2.2656 11.0988,2.3997 4.1082,0.1346 8.1167,0.4157 11.0991,3.2997 2.982,2.8845 3.2823,8.042 3.5996,13.1988 0.3178,5.1568 0.7553,10.2274 3.8996,12.5988 3.1439,2.3714 7.4593,1.173 11.3991,0 3.9394,-1.173 7.5646,-2.3208 8.9991,0 1.4342,2.3208 -0.2172,3.0751 -2.0999,4.1996 -1.8824,1.1245 -4.1481,2.6254 -3.5996,6.8993 0.5479,4.274 4.9207,10.8736 10.1988,16.7985 5.2784,5.9248 11.3768,11.2913 15.5987,12.8988 4.2219,1.6074 5.8912,0.7535 7.4992,-0.2996 1.6079,-1.0535 3.3627,-2.2579 7.4994,-1.4998 4.1365,0.7583 8.0397,4.7241 12.8988,8.6992 4.8588,3.9751 10.4408,7.8185 18.2983,7.7992 7.4915,-0.018 19.6712,-6.6071 30.2971,-13.1987 -0.086,-0.048 -0.2173,-0.2563 -0.2994,-0.2995 -5.1338,-2.6964 -9.6774,-7.2188 -14.9987,-9.2991 -2.4642,-0.9613 -5.1305,-1.5212 -7.4992,-2.6998 -1.4553,-0.7199 -0.6431,-1.9164 -1.5,-2.9997 -1.3809,-1.744 -4.1537,-2.5896 -6.2995,-2.6997 -2.491,-0.1307 -2.2443,1.5099 -4.1996,2.3997 -4.8689,2.2113 -8.8167,-2.7722 -12.2987,-5.0995 2.4243,1.0714 -0.3102,-0.5567 -1.2,-1.7998 -1.0309,-0.4944 -2.0755,-0.7708 -2.9996,0.2995 0.7764,-1.5059 0.125,-3.4818 -1.2,-4.4996 2.613,1.5952 5.5766,1.4824 7.4995,4.1996 1.5505,2.1904 2.6681,4.6691 5.0993,5.9994 4.9138,2.6905 7.6625,-4.8693 13.4987,-2.6997 5.8123,2.1607 5.4986,7.0429 12.2991,5.0995 5.0653,-1.4464 10.0556,3.2169 14.6984,4.4996 2.2112,-4.8095 -5.1314,-8.5563 -8.3992,-10.199 -1.9851,-0.997 -3.8079,-0.9968 -5.0996,-2.9998 -1.6725,-2.6071 -0.1637,-4.4727 -3.5996,-5.9994 -3.9165,-1.741 -12.2416,-2.6768 -12.5987,-8.0992 -0.3006,-4.5654 -3.5214,-8.9633 -6.8992,-11.9989 -4.905,-4.4046 -8.4956,-10.5415 -12.2991,-15.8985 -2.5089,-3.5356 -4.1642,-10.0673 -8.3992,-11.9988 -5.4076,-2.4642 -11.0562,-3.9161 -15.8984,-7.4994 -2.4552,-1.8153 -7.4307,-5.9282 -10.4991,-2.9997 -0.5556,-1.9453 0.1131,-3.5298 -0.2994,-5.0995 z"
               style="fill:#ffdfe0;fill-opacity:1;stroke:none;stroke-width:0.18892834;stroke-miterlimit:1;stroke-dasharray:none;stroke-opacity:1" /><path
               inkscape:connector-curvature="0"
               id="CN-JS-kaisha-island"
               class="CN-JS"
               d="m 6221.9686,1353.6461 c 0.3071,0.1479 0.5836,-0.286 0.8994,0 -0.8063,-0.6134 -1.6408,-1.1302 -2.3997,-1.7998 1.3512,-0.5059 0.5357,0.4521 1.4997,1.7998 z"
               style="fill:#ffdfe0;fill-opacity:1;stroke:none;stroke-width:0.18892834;stroke-miterlimit:1;stroke-dasharray:none;stroke-opacity:1" /></g><path
             inkscape:connector-curvature="0"
             id="CN-SD"
             d="m 713.02644,126.19598 c -0.0887,0.0261 -0.21347,0.0391 -0.30003,0.0666 -1.17188,0.37187 -2.14288,0.86826 -2.90018,1.39971 -0.75731,0.53145 -1.2807,1.03152 -1.63345,1.53302 -0.35273,0.5015 -0.54163,0.9895 -0.63335,1.53301 -0.0918,0.54352 0.1996,1.03565 0.4667,1.46637 0.15108,0.2437 0.14132,0.50935 0.21164,0.73846 0.10252,-0.0164 0.15189,-0.0241 0.25505,-0.0386 0.29775,-0.0419 0.59886,-0.0715 0.83338,-0.0333 0.23452,0.0381 0.41589,0.12655 0.50003,0.33327 0.0842,0.20672 0.0105,0.38359 -0.13335,0.53323 -0.14403,0.14962 -0.36897,0.27047 -0.60005,0.39991 -0.46213,0.25889 -0.93673,0.53355 -0.90005,0.93314 0.0367,0.39958 0.27907,0.67415 0.63339,0.89982 0.35431,0.22565 0.80489,0.39766 1.20009,0.53322 0.39515,0.13555 0.88374,0.0178 1.36674,-0.0667 0.28473,-0.0498 0.51327,0.0148 0.76671,0.0333 0.0537,-0.0681 0.11327,-0.0994 0.16668,-0.16663 0.46481,-0.58514 0.90389,-1.10155 1.40009,-1.03311 0.49619,0.0685 0.65825,0.50322 0.76673,0.93314 0.10845,0.42992 0.164,0.8393 0.4667,0.89981 0.30264,0.0605 0.49738,-0.11853 0.66668,-0.33327 0.16934,-0.21473 0.31393,-0.44337 0.56671,-0.46657 0.50558,-0.0464 0.95777,0.6644 1.43342,0.59988 0.4757,-0.0645 0.14003,-0.51021 1.03341,-0.79983 0.44668,-0.14482 1.1985,0.0219 2.00013,0.16663 0.0344,0.006 0.0655,-0.006 0.0999,0 -0.0515,-0.19565 -0.2125,-0.38915 -0.0667,-0.63321 0.16569,-0.2774 0.24394,-0.979 0.23336,-1.29973 0.81195,0.19574 0.42472,-0.99794 1.10007,-1.09977 -0.32444,0.007 -0.69344,-0.42304 -0.70005,-0.73318 0.25235,-0.0417 0.6898,0.36093 0.36668,-0.0999 0.2841,0.14482 0.12905,0.51986 0.46669,0.59988 0.10716,0.0252 0.47824,-0.11657 0.50004,-0.23328 0.0484,-0.25493 -0.21495,-0.41921 -0.16666,-0.66654 0.0562,-0.29162 0.33083,-0.28428 0.43335,-0.0333 0.21102,-0.32403 -0.0831,-0.77407 -0.43335,-0.46657 -0.12733,-0.4371 0.38438,-0.16095 0.60005,-0.19996 0.30493,-0.0552 0.79652,-0.49194 1.0667,-0.66652 -0.47261,0.50621 0.35031,-0.0951 0.46673,-0.19997 0.20105,-0.18151 0.41374,-0.29142 0.4667,0.0667 0.073,-0.11407 0.14509,-0.2426 0.19998,-0.36659 0.18125,0.25889 0.23182,0.67249 0.66673,0.4999 0.26359,-0.10452 0.29974,-0.32407 0.1,-0.46657 -0.49841,-0.35511 0.29282,-0.4733 -0.23337,-0.89983 0.086,-0.0496 0.17873,-0.0876 0.26671,-0.13329 -0.48586,-0.36205 -1.19642,-0.1118 -1.70013,-0.46657 -0.0251,0.10546 -0.0613,0.19875 -0.1,0.29993 -0.33569,-0.34849 -0.90299,0.1683 -1.23339,-0.16664 -0.0721,-0.073 -0.2248,-0.37559 -0.36671,-0.33326 -0.2464,0.0741 -0.42208,0.11693 -0.60002,-0.0999 -0.20442,-0.24897 -0.72608,-0.60306 -1.06674,-0.4999 -0.36082,0.10878 -0.73257,0.44132 -1.13341,0.36659 0.69817,0 -0.26363,0.78079 -0.4667,0.89981 0.42002,0.37232 -0.0308,0.57369 -0.40002,0.63321 -0.52487,0.0839 -1.03515,-0.002 -1.46676,-0.33326 -0.6426,-0.49365 -0.18782,-1.04512 -0.50003,-1.633 -0.22655,-0.42653 -0.91755,-0.89982 -1.40008,-0.89982 0.0784,0.16665 0.0784,0.33326 0,0.4999 -0.28844,-0.048 -0.36205,-0.56649 -0.70006,-0.43324 -0.2034,0.0806 -0.62079,0.059 -0.80004,-0.0667 -0.36668,-0.25658 -0.77993,-0.50092 -1.13341,-0.79983 z"
             style="fill:#ffdfe0;fill-opacity:1;stroke:none;stroke-width:0.0209925;stroke-miterlimit:1;stroke-dasharray:none;stroke-opacity:1"
             sodipodi:nodetypes="ccsssscssssssssscssssssssccscccccccccsccccscccccscscccccscccccc" /><g
             id="CN-HE"
             class="CN-HE"
             style="fill:#ffdfe0;fill-opacity:1;stroke:none;stroke-width:0.18892834;stroke-miterlimit:1;stroke-dasharray:none;stroke-opacity:1"
             transform="matrix(0.11112874,0,0,0.11109866,33.220981,-6.3626395)"><path
               inkscape:connector-curvature="0"
               id="CN-HE-main"
               class="CN-HE"
               d="m 6068.0833,1082.4717 c -5.1213,-0.3177 -7.6409,2.8129 -9.8991,6.5994 -2.2586,3.7866 -4.066,8.0885 -8.3992,9.8991 -8.6667,3.6212 -23.9083,4.2881 -31.4971,2.0998 -3.7945,-1.0941 -5.4439,-4.0124 -6.8995,-6.2994 -1.4556,-2.287 -2.6749,-3.998 -5.9992,-2.9997 -3.3246,0.9982 -5.9335,5.0357 -7.4995,9.899 -1.5657,4.8634 -2.144,10.5158 -1.7997,14.0987 0.3435,3.5829 3.38,5.3554 5.9993,7.1993 2.6196,1.8439 4.8775,3.6673 3.2999,7.4993 -0.1012,0.2458 -0.7634,0.077 -0.8997,0.2995 6.782,2.1075 14.2675,4.2721 15.5987,7.1993 1.6949,3.727 0.5384,4.4459 -0.8994,5.0995 -1.4386,0.6537 -3.0621,1.297 -2.6999,4.1996 0.3619,2.9027 4.1552,5.7655 7.7995,8.9992 3.6439,3.2336 7.0477,6.8992 6.8992,11.3989 -0.1488,4.4997 -4.9347,7.7399 -9.5992,11.099 -4.6644,3.359 -9.3173,6.549 -8.9991,10.7989 0.3178,4.2499 3.5773,6.1846 7.1995,7.7993 3.6219,1.6147 7.7661,3.1177 9.5988,7.1993 1.833,4.0816 0.8786,9.5567 0,15.2986 -0.8782,5.7418 -1.6809,11.818 0,16.1984 1.6809,4.3805 4.1958,8.7914 7.1995,12.2989 3.0038,3.5075 6.3558,5.9221 9.2992,5.9994 2.9431,0.077 3.8502,-1.7572 4.4996,-3.5997 0.6488,-1.8424 1.1443,-3.4969 2.9996,-3.5996 3.7103,-0.2054 3.5401,5.2509 9.4048,7.546 2.4247,0.9484 6.993,-0.1958 11.3988,-0.8994 -0.6324,-2.0622 -0.5453,-4.4526 -1.9053,-6.6461 -2.4035,-3.8769 -5.0249,-8.3066 -4.1996,-13.1988 0.8256,-4.8922 2.5252,-9.2847 5.6995,-13.7987 3.174,-4.514 7.884,-9.0151 14.6984,-13.7987 6.8147,-4.7836 15.5526,-9.2516 26.0975,-12.5988 0.7786,-0.2476 1.9017,-0.3647 2.6999,-0.5999 -1.1502,-0.9728 -2.0624,-2.146 -2.9999,-3.2997 -7.3072,-0.2006 -15.2942,-1.8248 -20.0979,-3.8996 -5.1627,-2.2298 -7.8698,-7.2904 -10.1992,-12.2989 -2.3291,-5.0085 -4.3906,-9.9281 -8.3991,-11.6989 -4.0082,-1.7707 -8.1837,-0.8351 -11.9988,0.2995 -3.8151,1.1351 -7.2825,2.4206 -10.1991,1.4999 -2.9166,-0.9206 -5.3624,-1.4819 -7.1992,-2.6998 -1.8369,-1.2178 -3.0711,-3.1474 -3.8996,-6.5994 -0.8286,-3.4519 0.2708,-8.5051 2.3996,-13.4987 2.1282,-4.9935 5.2903,-9.8419 8.6992,-12.2988 3.4088,-2.4569 7.2504,-3.6551 11.0991,-3.8996 3.8484,-0.2447 7.7164,0.5135 11.0988,2.0998 3.3823,1.586 5.3546,4.4582 7.1992,7.7992 1.8449,3.3411 3.5192,7.2616 5.6995,10.799 2.1803,3.5375 3.6219,7.7159 5.3996,11.9989 1.7776,4.2829 3.8481,8.6338 7.4992,11.9988 2.9567,2.7248 8.7494,3.5464 14.3987,4.1996 3.5207,0.6086 6.9804,4.9658 10.1991,2.9997 0.5077,-0.31 0.9818,-0.3782 1.4997,-0.5999 4.9668,-2.1267 10.2562,-0.98 12.299,-7.4993 0.9521,-3.0356 -2.882,-5.0409 -0.8994,-8.9991 1.1429,-2.2829 2.8208,-3.46 4.7993,-4.7996 -4.1945,-7.4105 -8.9188,-15.0983 -12.5987,-16.7984 -4.1318,-1.909 -4.9847,-0.5635 -5.9993,0.8994 -1.0148,1.463 -2.149,2.9944 -6.8995,0.8995 -4.7505,-2.0945 -11.6529,-12.2532 -17.3983,-21.8979 -1.75,-2.9376 -1.8651,-3.102 -3.2996,-5.6995 -1.6396,-0.5952 -2.9693,-0.9902 -5.3996,-2.0998 -3.9028,-1.7822 -7.3462,-8.2906 -11.0988,-14.6986 -1.8764,-3.204 -3.5761,-6.348 -5.6995,-8.6992 -2.1235,-2.3512 -4.6389,-4.0408 -7.1995,-4.1996 z"
               style="fill:#ffdfe0;fill-opacity:1;stroke:none;stroke-width:0.188928;stroke-miterlimit:1;stroke-dasharray:none;stroke-opacity:1"
               sodipodi:nodetypes="cssssssssscsssssssssssssssscsssssccssssssssssssssscsssscsssscssscc" /><path
               inkscape:connector-curvature="0"
               id="CN-HE-exclave"
               class="CN-HE"
               d="m 6083.6817,1153.565 c -1.8884,0.6729 -2.3532,3.8318 -1.5,5.6995 0.8536,1.8677 4.3305,3.5895 5.9995,2.6997 1.669,-0.8898 1.3235,-2.8048 0.6,-4.4995 -0.7238,-1.6948 -3.2112,-4.5726 -5.0995,-3.8997 z"
               style="fill:#ffdfe0;fill-opacity:1;stroke:none;stroke-width:0.18892834;stroke-miterlimit:1;stroke-dasharray:none;stroke-opacity:1" /></g><path
             inkscape:connector-curvature="0"
             id="CN-BJ"
             d="m 707.15938,118.59754 c -0.42767,0.0272 -0.85458,0.1603 -1.2334,0.43326 -0.37881,0.27295 -0.73026,0.81161 -0.96673,1.36638 -0.2365,0.55477 -0.35878,1.11618 -0.26669,1.49968 0.0921,0.38351 0.22922,0.59789 0.43335,0.73319 0.20416,0.13529 0.47596,0.19764 0.80007,0.29993 0.32412,0.10228 0.70942,-0.0405 1.13342,-0.16662 0.42396,-0.12611 0.88795,-0.23006 1.33341,-0.0333 0.22648,0.10003 0.31972,0.4303 0.4667,0.66653 0.15329,-0.31243 0.32534,-0.61939 0.5667,-0.83317 -0.11559,-0.0618 -0.25744,-0.0401 -0.30004,-0.13329 -0.0948,-0.2075 -0.0432,-0.55845 0.16669,-0.63321 0.20985,-0.0748 0.48627,0.24496 0.5667,0.43324 0.0106,0.0246 -0.009,0.0415 0,0.0667 0.12429,-0.0929 0.37311,-0.11757 0.53338,-0.16664 -0.17896,-0.43986 -0.34181,-0.86825 -0.56671,-1.23307 -0.2423,-0.39301 -0.42836,-0.82856 -0.63338,-1.19975 -0.20499,-0.37119 -0.42417,-0.69028 -0.80004,-0.86649 -0.37588,-0.17621 -0.80573,-0.26045 -1.23343,-0.23329 z"
             style="fill:#c80200;fill-opacity:1;stroke:none;stroke-width:0.02099253;stroke-miterlimit:1;stroke-dasharray:none;stroke-opacity:1" /><path
             inkscape:connector-curvature="0"
             id="CN-GS"
             d="m 676.99078,138.36013 c 0.1067,-0.063 0.0847,-0.0691 0.20002,-0.13331 0.83385,-0.46422 1.85981,-0.90814 2.63352,-0.89981 0.77368,0.009 1.60428,0.29859 2.36681,0.69986 0.76253,0.40127 1.47609,0.89245 1.96679,1.33306 0.49071,0.44061 0.63769,1.02691 0.80004,1.53302 0.16236,0.50609 0.32991,0.92791 0.83337,1.13309 0.50352,0.20519 1.22177,0.20193 1.86682,0.0333 0.64506,-0.16861 1.22985,-0.48081 1.43342,-0.83317 0.20356,-0.35235 0.0393,-0.59018 -0.13336,-0.79983 -0.17263,-0.20965 -0.37607,-0.38637 -0.3,-0.63321 0.076,-0.24684 0.31513,-0.33347 0.56671,-0.43324 0.25155,-0.0997 0.51627,-0.21878 0.66669,-0.59987 0.15042,-0.38108 -0.11013,-1.07206 -0.33334,-1.73298 -0.22322,-0.66092 -0.3982,-1.30473 -0.0667,-1.56634 0.33153,-0.26161 0.6232,-0.0217 0.90005,0.23328 0.27686,0.25491 0.52871,0.54172 0.7334,0.39992 0.20465,-0.14179 0.12845,-0.3475 0.0333,-0.56654 -0.0951,-0.21906 -0.20916,-0.45213 -0.0333,-0.66654 0.17581,-0.21441 0.59091,-0.14165 1.00007,-0.0999 0.40914,0.0417 0.8246,0.0299 1.06673,-0.33326 0.24213,-0.3631 0.30041,-0.82907 0.2,-1.3664 -0.10038,-0.53732 -0.37644,-1.13109 -0.83338,-1.69964 -0.45694,-0.56856 -1.41609,-1.20892 -2.43348,-1.66632 -1.0174,-0.45741 -2.09032,-0.73868 -2.7002,-0.59988 -0.60986,0.13879 -0.9562,0.30689 -1.13341,0.53322 -0.17717,0.22635 -0.18591,0.5062 -0.1,0.89982 0.086,0.39361 0.71111,0.47326 1.33345,0.56655 0.31114,0.0466 0.62075,0.10227 0.86671,0.19995 0.24593,0.0977 0.4188,0.23378 0.4667,0.46657 0.0958,0.46562 -0.1322,0.95084 -0.50004,1.33306 -0.36783,0.38223 -0.85987,0.67372 -1.33341,0.73319 -0.47357,0.0595 -1.01408,-0.19216 -1.46675,-0.53323 -0.45271,-0.34106 -0.81893,-0.76139 -1.00007,-1.09977 -0.18114,-0.33837 -0.0668,-0.50591 0.0333,-0.69985 0.10005,-0.19395 0.18587,-0.43742 -0.0333,-0.96647 -0.21921,-0.52905 -1.13041,-1.44085 -2.00013,-2.23287 -0.0546,-0.0497 -0.046,-0.0514 -0.1,-0.0999 -0.46612,0.24089 -0.96271,0.47634 -1.40007,0.4999 -0.55212,0.0298 -1.14001,-0.0941 -1.66676,-0.33326 -0.52676,-0.23924 -0.98286,-0.58919 -1.20009,-1.09978 -0.21719,-0.51057 0.098,-1.12038 0.43336,-1.69964 0.33533,-0.57927 0.69688,-1.14089 0.60004,-1.59966 -0.0969,-0.45879 -0.30708,-0.84705 -0.5667,-1.13311 -0.25963,-0.28606 -0.56393,-0.45969 -0.86672,-0.49989 -0.30281,-0.0402 -0.47139,0.10579 -0.63338,0.29993 -0.16196,0.1941 -0.318,0.41452 -0.60004,0.4999 -0.56407,0.17074 -1.42351,-0.29182 -2.06681,0 -0.32164,0.14591 -0.46316,0.56504 -0.63336,0.93314 -0.17019,0.3681 -0.36422,0.70828 -0.80007,0.73318 -0.4358,0.0249 -0.78647,-0.37889 -1.13338,-0.83315 -0.34693,-0.45428 -0.69691,-0.97125 -1.13341,-1.23309 -0.4365,-0.26184 -1.06846,-0.31482 -1.63345,-0.39991 -0.56499,-0.0851 -1.05348,-0.20845 -1.23339,-0.63321 -0.17992,-0.42475 0.15044,-0.75643 0.50003,-1.09977 0.17478,-0.17166 0.3602,-0.34453 0.4667,-0.53322 0.10646,-0.1887 0.16221,-0.40256 0.0667,-0.63321 -0.19112,-0.4613 -0.82814,-0.8836 -1.50009,-1.13309 -0.67197,-0.2495 -1.39181,-0.32689 -1.80013,-0.0999 -0.20417,0.11346 -0.27471,0.28268 -0.26668,0.46657 0.009,0.18391 0.0991,0.39545 0.1667,0.59988 0.0675,0.20444 0.12561,0.39149 0.0999,0.56655 -0.0255,0.17507 -0.1286,0.33745 -0.40002,0.43325 -0.27147,0.0958 -0.60009,0.0327 -0.93343,-0.13331 -0.33331,-0.166 -0.6904,-0.44134 -1.03341,-0.7665 -0.68593,-0.65035 -1.322,-1.495 -1.73342,-2.16622 -0.41143,-0.67123 -0.67943,-1.80421 -0.83337,-2.76611 -0.0523,-0.32659 -0.0361,-0.33648 -0.0667,-0.59987 -0.0685,-10e-4 -0.20579,-0.0371 -0.26671,-0.0333 -0.40457,0.0254 -0.79114,0.0712 -1.16672,0.0999 -0.24199,0.542 -0.46867,1.13679 -0.76673,1.43304 -0.45118,0.44847 -0.99259,0.62105 -1.56677,0.7665 -0.57415,0.14546 -1.16073,0.25904 -1.70009,0.66654 -0.53939,0.40748 -1.21005,0.96034 -1.76679,1.56633 -0.55673,0.60599 -1.02336,1.27259 -1.1334,1.93294 -0.11002,0.66034 0.30864,1.30187 0.70004,1.86628 0.39142,0.56441 0.75617,1.06466 0.53336,1.43304 -0.0824,0.13608 -0.15861,0.0542 -0.23333,0.0999 0.61017,0.36197 1.30083,0.85628 1.66676,0.89982 0.64248,0.0765 0.93018,-0.10355 1.13341,-0.29994 0.20323,-0.19639 0.33967,-0.39286 0.73339,-0.29993 0.39371,0.0929 0.60283,0.49431 0.86672,0.93314 0.26389,0.43881 0.59485,0.92731 1.20006,1.13309 0.6052,0.20578 1.66457,0.30017 2.63351,0.23329 0.48446,-0.0335 0.92873,-0.0914 1.30008,-0.23329 0.37137,-0.14191 0.64449,-0.35597 0.76673,-0.63321 0.12223,-0.27722 0.0412,-0.45116 -0.13335,-0.59987 -0.17453,-0.14871 -0.43961,-0.25581 -0.70003,-0.3666 -0.26045,-0.11077 -0.49795,-0.23648 -0.63339,-0.39991 -0.13546,-0.16342 -0.16708,-0.35988 0.0333,-0.66652 0.20042,-0.30666 0.60679,-0.45679 1.13341,-0.46657 0.52659,-0.01 1.18415,0.0901 1.83345,0.2666 1.29861,0.35293 2.63182,0.96569 3.20021,1.39972 0.5684,0.43402 0.50881,0.74506 0.4667,1.03312 -0.0421,0.28805 -0.0605,0.56534 0.56671,1.03312 0.62722,0.46777 1.90428,0.50909 3.26687,0.56655 0.68129,0.0287 1.39147,0.074 2.03346,0.16663 0.64198,0.0926 1.21285,0.23251 1.66678,0.49989 0.90783,0.53479 1.70677,1.30424 2.30014,2.09958 0.59333,0.79532 0.98856,1.63556 1.20009,2.23287 0.2115,0.5973 0.3351,0.85899 0.33334,1.09976 -0.003,0.24078 -0.12885,0.43956 -0.33334,0.93314 -0.20452,0.4936 -0.93282,0.98637 -1.63345,1.49969 -0.70062,0.51333 -1.35861,1.06557 -1.43342,1.59968 -0.0644,0.46028 0.0724,0.76113 0.23333,1.03312 z"
             style="fill:#ffdfe0;fill-opacity:1;stroke:none;stroke-width:0.02099253;stroke-miterlimit:1;stroke-dasharray:none;stroke-opacity:1" /><g
             id="CN-LN"
             class="CN-LN"
             style="fill:#ffdfe0;fill-opacity:1;stroke:none;stroke-width:0.18892834;stroke-miterlimit:1;stroke-dasharray:none;stroke-opacity:1"
             transform="matrix(0.11112874,0,0,0.11109866,33.220981,-6.3626395)"><path
               inkscape:connector-curvature="0"
               id="CN-LN-mainlang"
               class="CN-LN"
               d="m 6097.4804,1112.1689 c 1.4345,2.5975 1.5496,2.7619 3.2996,5.6995 5.7454,9.6448 12.6479,19.8035 17.3983,21.8979 4.7505,2.0944 5.8847,0.5635 6.8995,-0.8994 1.0149,-1.463 1.8675,-2.8089 5.9993,-0.8994 3.6799,1.7 8.4042,9.3879 12.599,16.7984 0.125,-0.086 0.1726,-0.2149 0.2994,-0.2995 2.2262,-1.494 11.9934,-5.1137 11.6988,-8.3992 -0.3542,-3.988 2.0764,-10.2716 6.2995,-11.099 -5.5504,-2.232 2.3538,-6.406 5.9996,-5.0995 2.8838,1.0327 8.4807,3.3405 7.7992,-2.0998 1.1309,8.2617 15.5138,6.2327 14.6987,15.5985 -0.2292,2.6012 -0.792,8.2913 -2.7,10.1991 -4.1635,4.1576 -7.0286,3.3742 -3.2996,8.9991 -1.8303,0.3657 -3.4282,1.4879 -4.4996,2.9997 5.9523,0.9851 9.5319,5.3521 16.1984,2.3998 -0.9672,1.378 -4.102,2.4937 -3.8996,4.4996 0.1607,1.6071 2.0761,2.8895 0.6,4.4995 -1.0178,1.1102 -8.3632,1.2812 -7.1992,5.0996 2.2321,7.3182 12.1994,-0.505 9.8988,-3.5997 1.7202,-0.1277 3.383,0.5145 4.7996,1.4999 -0.8158,-2.8035 2.444,-2.5335 2.6999,-5.3995 0.3542,-3.9344 2.2336,-5.0238 5.0996,-7.1993 2.8987,-2.1994 5.5936,-5.0805 9.2988,-5.6995 1.7857,-0.3005 3.8273,-0.6191 2.9999,-2.9997 1.9613,0.1009 6.4847,0.5529 5.9993,-2.6998 3.4288,3.613 12.9675,3.4578 12.899,-2.6997 -0.057,-5.229 3.4475,-10.5852 8.0992,-11.9989 0.7524,-0.2294 2.2782,-3.2359 3.5996,-3.8996 1.4643,-0.2351 2.5193,-0.791 3.5996,-1.7998 0.9702,-1.5565 3.069,-1.1956 2.6999,-3.2997 -0.2529,-1.4309 3.033,-1.8178 4.4996,-2.3998 -3.9484,-5.7814 -4.0121,-6.3435 -8.9991,-13.1988 -7.1701,-9.8554 -14.7493,-19.9429 -22.1982,-28.4973 -7.4486,-8.5543 -14.5746,-15.4973 -20.098,-18.5982 -11.047,-6.2018 -15.4013,-6.4185 -20.0979,-5.6995 -1.1899,0.1825 -4.3404,-0.2294 -5.6996,0 0.2143,4.6575 -1.1988,8.6524 -3.2996,11.6989 -2.1011,3.0466 -4.8951,5.255 -7.7995,6.8994 -2.9041,1.6443 -5.5236,0.9937 -8.3992,0.2995 -2.8752,-0.694 -6.117,-1.4307 -10.1991,-0.2995 -4.082,1.1307 -8.7619,5.4065 -13.4987,9.2991 -4.7365,3.8926 -9.695,7.2612 -14.3984,7.1993 -4.7035,-0.057 -7.77,-4.0967 -10.7991,-7.7992 -1.5146,-1.8513 -2.9982,-3.477 -4.4996,-4.4996 -1.5011,-1.0226 -3.0413,-1.5651 -4.7996,-0.6 -1.7583,0.9652 -2.4273,2.7228 -2.3996,4.7996 0.03,2.0767 0.7747,4.4223 1.4997,6.8993 1.4511,4.9541 3.1877,10.0111 0.8996,12.2989 -2.2877,2.2877 -4.1496,3.4261 -6.2995,3.2997 -0.811,-0.048 -2.3062,-0.839 -3.2996,-1.1999 z"
               style="fill:#ffdfe0;fill-opacity:1;stroke:none;stroke-width:0.18892834;stroke-miterlimit:1;stroke-dasharray:none;stroke-opacity:1" /><path
               inkscape:connector-curvature="0"
               id="CN-LN-fengming-island"
               d="m 6185.6764,1169.3524 c 0.3959,-1.75 -0.5535,-2.3482 -2.1695,-1.9256 0.6755,0.6935 1.3987,1.3333 2.1695,1.9256"
               style="fill:#ffdfe0;fill-opacity:1;stroke:none;stroke-width:0.18892834;stroke-miterlimit:1;stroke-dasharray:none;stroke-opacity:1" /><path
               inkscape:connector-curvature="0"
               id="CN-LN-dachangshan-island"
               d="m 6211.8067,1172.138 c -0.5357,-0.6756 -1.25,-0.9583 -2.1458,-0.8571 0.7172,0.2857 1.4315,0.5714 2.1458,0.8571"
               style="fill:#ffdfe0;fill-opacity:1;stroke:none;stroke-width:0.18892834;stroke-miterlimit:1;stroke-dasharray:none;stroke-opacity:1" /></g><path
             inkscape:connector-curvature="0"
             id="CN-JL"
             d="m 720.5269,111.83228 c 0.15105,-0.0255 0.50116,0.0203 0.63339,0 0.52195,-0.0799 1.00585,-0.0558 2.23349,0.63321 0.61381,0.34449 1.40571,1.11586 2.23346,2.06623 0.82776,0.95037 1.67006,2.07109 2.46683,3.16601 0.55423,0.76162 0.56131,0.82406 1.00006,1.46636 0.0215,-0.009 0.0542,-0.024 0.0667,-0.0333 0.20968,-0.15673 0.2543,-0.53638 0.33335,-0.76651 0.17958,-0.52142 0.11919,-0.82512 0.0999,-1.36638 0.25433,-0.005 0.28903,-0.24281 0.50004,-0.26662 0.40613,-0.0453 0.72648,0.48732 1.0334,0.66653 0.2616,0.15276 0.57041,0.22164 0.86675,0.26661 0.31915,0.0489 1.66231,0.24515 1.73343,-0.0667 0.13361,-0.58358 -0.98754,-1.07581 -1.30008,-1.4997 0.59433,-0.15176 1.20215,-0.0142 1.80011,-0.16662 0.66807,-0.17028 0.12842,-0.70758 0.43335,-0.96647 0.20836,-0.17689 0.64793,0.0638 0.80008,-0.16663 0.19579,-0.29659 -0.27809,-1.1625 -0.36673,-1.46637 0.49346,-0.028 0.85131,0.11067 1.13343,0.53323 0.34065,0.51018 2.1763,1.75018 1.8001,1.29972 -0.27084,-0.32435 -0.55795,-0.93642 -1.26674,-1.09976 0.21432,-0.3895 0.52603,-0.45502 0.90006,-0.39992 0.44351,0.0654 0.23826,-0.18363 0.26669,-0.56655 0.0531,-0.71578 -0.42197,-1.1637 -0.80007,-1.69966 -0.50561,0.11578 -1.0909,0.30443 -1.40008,0.2333 -0.51564,-0.11866 -0.82127,-0.27826 -1.00007,-0.46658 -0.17879,-0.18831 -0.24771,-0.40425 -0.26666,-0.59988 -0.0189,-0.19561 0.003,-0.35932 -0.0333,-0.49989 -0.0361,-0.14057 -0.13635,-0.24345 -0.36668,-0.26661 -0.46064,-0.0464 -0.8472,0.44105 -1.23339,0.93314 -0.38623,0.49209 -0.77345,0.97322 -1.23343,0.89982 -0.45998,-0.0734 -0.62247,-0.53205 -0.7667,-0.9998 -0.14427,-0.46776 -0.26558,-0.92354 -0.66673,-1.03312 -0.40114,-0.10957 -0.65617,0.21427 -0.96672,0.53322 -0.31056,0.31896 -0.68345,0.60581 -1.30007,0.46657 -0.30831,-0.0696 -0.53334,-0.29058 -0.76673,-0.59987 -0.2334,-0.30929 -0.47229,-0.68506 -0.70006,-1.09977 -0.22775,-0.41471 -0.4753,-0.84719 -0.7667,-1.23308 -0.29138,-0.38589 -0.60911,-0.74365 -1.03341,-0.96647 -0.84855,-0.44563 -2.09438,-0.46134 -3.3002,-0.43324 -1.20584,0.0281 -2.36962,0.11632 -3.06686,-0.16664 -0.69726,-0.28295 -0.93359,-0.61227 -1.13343,-0.89981 -0.19978,-0.28755 -0.3753,-0.55645 -0.93338,-0.76651 -0.30701,-0.11556 -0.93197,-0.0961 -1.46676,-0.1333 -0.003,0.0418 0.0453,0.0916 0.0333,0.1333 -0.0818,0.28379 -0.23485,0.40079 -0.43336,0.43325 -0.19846,0.0324 -0.4276,-0.0202 -0.66668,-0.0667 -0.23909,-0.0465 -0.49653,-0.0803 -0.70006,-0.0333 -0.20353,0.047 -0.37482,0.18698 -0.4667,0.4999 -0.0918,0.31291 0.009,0.73413 0.20003,1.16642 0.19113,0.4323 0.47936,0.89672 0.83337,1.33305 0.70804,0.87267 1.62789,1.63609 2.26681,1.83296 0.31945,0.0984 0.55536,0.0506 0.76673,-0.0333 0.21137,-0.0839 0.4021,-0.21901 0.5667,-0.36659 0.32919,-0.29517 0.62357,-0.59548 1.13339,-0.43324 0.50985,0.16222 1.06853,0.66608 1.50009,1.2664 0.43157,0.60032 0.74282,1.28219 0.76674,1.79963 z"
             style="fill:#ee7070;fill-opacity:1;stroke:none;stroke-width:0.02099253;stroke-miterlimit:1;stroke-dasharray:none;stroke-opacity:1" /><path
             inkscape:connector-curvature="0"
             id="CN-HL"
             d="m 714.72654,104.3005 c 0.53479,0.0372 1.15975,0.0178 1.46676,0.13331 0.55808,0.21005 0.7336,0.47896 0.93338,0.7665 0.19984,0.28756 0.43617,0.61687 1.13343,0.89982 0.69724,0.28295 1.86102,0.19473 3.06686,0.16663 1.20582,-0.0281 2.45165,-0.0124 3.3002,0.43325 0.4243,0.22281 0.74203,0.58057 1.03341,0.96646 0.2914,0.3859 0.53895,0.81837 0.7667,1.23308 0.22777,0.41471 0.46666,0.79048 0.70006,1.09977 0.23339,0.3093 0.45842,0.53026 0.76673,0.59988 0.61662,0.13924 0.98951,-0.14762 1.30007,-0.46657 0.31055,-0.31896 0.56558,-0.6428 0.96672,-0.53322 0.40115,0.10958 0.52246,0.56537 0.66673,1.03312 0.14423,0.46776 0.30672,0.92639 0.7667,0.99978 0.45998,0.0734 0.8472,-0.40771 1.23343,-0.89981 0.38619,-0.49209 0.77275,-0.97949 1.23339,-0.93314 0.23033,0.0232 0.33057,0.12605 0.36668,0.26662 0.0362,0.14057 0.0145,0.30428 0.0333,0.4999 0.0189,0.19561 0.0879,0.41156 0.26666,0.59988 0.1788,0.18831 0.48443,0.34791 1.00007,0.46655 0.30918,0.0711 0.89447,-0.1175 1.40008,-0.23327 -0.0858,-0.1216 -0.16457,-0.22932 -0.23332,-0.36659 -0.44319,-0.88547 -0.9739,-1.74933 -1.66679,-2.46616 -0.0721,-0.0744 -0.63761,-0.44149 -0.50004,-0.59988 0.14288,-0.16499 0.49269,-0.21292 0.70007,-0.33326 0.25929,-0.15012 0.24034,-0.58486 0.36668,-0.83316 0.0569,-0.11242 0.86975,0.23718 1.00006,0.26661 0.29634,0.0671 2.18806,0.64843 2.13348,0.29994 -0.034,-0.21625 -0.20793,-0.43933 -0.30003,-0.63321 -0.33934,-0.71416 0.16254,-0.5045 0.26669,-0.79983 0.0957,-0.27126 -0.2528,-0.49638 -0.26669,-0.76651 -0.0192,-0.36602 0.32564,-0.45538 -0.1,-0.76651 0.68365,-0.2149 -0.19312,-0.89045 -0.1667,-1.29973 0.0225,-0.34724 -0.29821,-0.63781 -0.36668,-0.96647 -0.0373,-0.17854 0.0132,-0.36393 -0.0667,-0.53322 -0.0985,-0.20863 -0.454,-0.40962 -0.19999,-0.66653 0.10154,-0.10316 0.33222,-0.24657 0.40002,-0.36659 0.31883,-0.56573 -0.37165,-0.963138 -0.70006,-1.299731 -0.22457,-0.230127 -0.33176,-0.47746 -0.30001,-0.799835 -0.12951,-0.13681 -0.70779,-0.292819 -0.90004,-0.333264 -0.34156,-0.07185 -0.85197,0.292525 -1.13343,0.366589 -0.30658,0.08035 -0.27116,0.159806 -0.33334,0.433246 -0.0268,0.118039 -0.43759,-0.06368 -0.4667,-0.06665 -0.47304,-0.05059 -1.21147,0.321728 -1.06673,0.799835 0.13652,0.45102 -1.18016,0.38596 -1.56677,0.43324 -0.34364,0.0417 -0.59638,-0.166626 -0.9334,-0.166626 -0.22456,0 -0.46477,0.222226 -0.66671,0.133296 -0.34149,-0.150381 -1.41299,-0.786248 -1.56677,-1.133091 -0.2165,-0.488267 -0.11537,-0.816013 -0.6667,-1.133098 -0.18587,-0.107128 -0.49249,-0.23096 -0.63338,-0.399918 -0.12403,-0.148789 -0.0377,-0.5684 -0.20003,-0.633206 -0.54537,-0.2169 -1.03485,0.05907 -1.60007,-0.266609 -0.35025,-0.201691 -0.85877,-0.813887 -1.26677,-0.833161 -0.17529,-0.0083 -1.26025,-0.947482 -0.83338,-0.199958 -0.56025,-0.230127 -1.05936,-0.299653 -1.60011,-0.599876 -0.33106,-0.183507 -0.8683,-0.135098 -1.23339,-0.06665 -0.86324,0.161683 -2.21011,-0.582297 -2.50017,-1.433037 -0.17694,-0.519439 -0.45769,-0.394935 -0.83341,-0.733181 -0.33701,-0.30353 -0.40884,-0.741164 -0.7667,-1.03312 -0.42167,-0.344528 -0.90017,-0.64244 -1.33343,-0.966469 -0.38629,-0.289312 -0.61649,-0.901501 -1.10005,-1.066444 -0.4696,-0.160187 -0.6565,-0.52984 -0.96672,-0.733185 -0.33692,-0.220839 -0.66626,-0.535821 -0.86675,-0.899811 -0.24101,-0.437618 -0.93825,-0.709108 -1.43343,-1.066449 -0.25508,-0.184088 -0.47241,-0.310505 -0.73336,-0.466567 -0.16669,-0.09985 -0.0448,-0.229777 -0.23336,-0.333267 -0.24341,-0.133249 -1.24276,-0.399899 -1.16673,-0.633203 0.0924,-0.283558 -2.12351,-1.005884 -1.96679,-0.299937 -0.52156,-0.266167 -1.16143,-0.269835 -1.63345,-0.633203 -0.32811,-0.25258 -0.99182,-0.326174 -1.3334,-0.466571 -0.47347,-0.194609 -0.92433,-0.164957 -1.36678,-0.09998 -0.44245,0.06498 -0.88091,0.159925 -1.36675,0.133309 -0.61307,-0.0338 -1.20515,0.150815 -1.8001,0.299937 0.57994,0.399991 1.20453,0.839041 1.3334,1.166425 0.141,0.358108 0.0395,0.550078 -0.0667,0.699856 -0.10614,0.149777 -0.24487,0.258046 -0.16669,0.533223 0.0782,0.275175 0.28152,0.655238 0.53337,0.966468 0.25188,0.311226 0.58086,0.576744 0.93341,0.699856 0.35254,0.123107 0.67497,-0.08597 1.03338,-0.266614 0.35844,-0.180638 0.72638,-0.355283 1.20009,-0.166633 0.47371,0.188651 0.74524,0.885376 1.0334,1.566346 0.14406,0.340481 0.26942,0.691305 0.46669,0.966465 0.19729,0.27516 0.44986,0.482313 0.7667,0.56655 0.31687,0.08424 0.63282,0.0169 0.93343,-0.133307 0.30057,-0.150187 0.6014,-0.397196 0.90005,-0.633202 0.29865,-0.236005 0.58903,-0.459989 0.90006,-0.633201 0.31101,-0.173214 0.62904,-0.271474 0.96672,-0.233285 0.67535,0.07638 1.39409,0.446567 2.00012,0.933141 0.60604,0.486568 1.11236,1.090875 1.30008,1.533016 0.18776,0.442137 0.0838,0.65826 -0.0333,0.866486 -0.11714,0.208224 -0.24202,0.39835 -0.16668,0.766509 0.15075,0.736319 1.20204,1.610492 1.43342,2.466156 0.1157,0.427835 0.21356,0.801277 0.23337,1.199754 0.0198,0.398476 -0.0384,0.823343 -0.23337,1.266403 -0.19493,0.443063 -0.77979,0.679035 -1.33341,0.966469 -0.27679,0.143717 -0.56078,0.294813 -0.7667,0.499897 -0.20595,0.205087 -0.33867,0.466537 -0.36672,0.799837 -0.0281,0.3333 0.14342,0.64604 0.4334,0.96647 0.28995,0.32042 0.67971,0.62526 1.06671,0.93314 0.38702,0.30787 0.77033,0.60414 1.0334,0.89981 0.22447,0.25223 0.31343,0.49017 0.30003,0.73318 z"
             style="fill:#ffdfe0;fill-opacity:1;stroke:none;stroke-width:0.02099253;stroke-miterlimit:1;stroke-dasharray:none;stroke-opacity:1" /><path
             inkscape:connector-curvature="0"
             id="CN-NM"
             d="m 660.6564,113.83187 c 0.0308,0.26339 0.0145,0.27328 0.0667,0.59987 0.15395,0.9619 0.42194,2.09487 0.83338,2.76609 0.41142,0.67123 1.04749,1.51589 1.73345,2.16623 0.34298,0.32517 0.70007,0.60051 1.03341,0.7665 0.33331,0.16601 0.66193,0.22911 0.93339,0.13331 0.27145,-0.0958 0.37438,-0.25817 0.40002,-0.43324 0.0255,-0.17507 -0.0324,-0.36212 -0.1,-0.56655 -0.0675,-0.20444 -0.15866,-0.41599 -0.16669,-0.59988 -0.009,-0.1839 0.0625,-0.35312 0.26671,-0.46657 0.40832,-0.2269 1.12815,-0.14951 1.80009,0.0999 0.67195,0.24949 1.30898,0.6718 1.5001,1.1331 0.0956,0.23065 0.0398,0.4445 -0.0667,0.6332 -0.10646,0.1887 -0.2919,0.36156 -0.4667,0.53322 -0.34958,0.34334 -0.67995,0.67502 -0.50003,1.09977 0.17992,0.42476 0.66844,0.54811 1.23343,0.63321 0.56499,0.0851 1.19691,0.13808 1.63341,0.39991 0.43654,0.26184 0.78648,0.77882 1.13342,1.23308 0.34694,0.45426 0.69757,0.85805 1.13341,0.83317 0.43581,-0.0249 0.62984,-0.3651 0.80004,-0.73319 0.1702,-0.36809 0.31175,-0.78723 0.63339,-0.93314 0.6433,-0.29182 1.50273,0.17074 2.0668,0 0.28201,-0.0853 0.43805,-0.30579 0.60004,-0.4999 0.16196,-0.1941 0.33058,-0.34011 0.63336,-0.29993 0.30281,0.0402 0.60708,0.21384 0.86671,0.49989 0.25966,0.28606 0.46987,0.67433 0.5667,1.1331 0.0969,0.45878 -0.26467,1.02041 -0.6,1.59967 -0.33533,0.57927 -0.65058,1.18907 -0.43339,1.69965 0.21722,0.51059 0.67333,0.86054 1.20009,1.09978 0.52675,0.23923 1.11463,0.363 1.66678,0.33326 0.55212,-0.0298 1.21471,-0.28408 1.76676,-0.6332 0.55207,-0.34913 0.98414,-0.81074 1.10009,-1.23308 0.11595,-0.42235 -0.0937,-0.64567 -0.33334,-0.86649 -0.23972,-0.22082 -0.48774,-0.42893 -0.46673,-0.7665 0.0212,-0.33759 0.152,-0.79742 0.36671,-1.16644 0.21468,-0.36901 0.51376,-0.63158 0.86672,-0.66652 0.35295,-0.0349 0.64949,0.17322 0.90005,0.46657 0.25058,0.29334 0.45045,0.66714 0.53336,0.96647 0.0829,0.29932 -0.0978,0.58869 -0.26666,0.86648 -0.16891,0.2778 -0.3151,0.53384 -0.13336,0.76651 0.18171,0.23268 0.46188,0.1877 0.80004,0.0999 0.33821,-0.0878 0.71881,-0.21816 1.03341,-0.0999 0.31462,0.11819 0.55446,0.44972 0.80007,0.7665 0.24556,0.31679 0.4867,0.61406 0.83338,0.66654 0.34666,0.0525 0.73742,-0.0193 1.06673,-0.16664 0.32931,-0.14729 0.61487,-0.38165 0.80004,-0.66652 0.18517,-0.28487 0.0905,-0.56416 0,-0.89981 -0.0905,-0.33566 -0.17671,-0.7066 0,-1.13311 0.17671,-0.42649 0.57577,-0.93757 1.03341,-1.39971 0.45763,-0.46213 0.97515,-0.87668 1.43342,-1.06644 0.45826,-0.18976 0.86105,-0.0693 1.26676,0.0333 0.40568,0.10259 0.81565,0.1874 1.20006,-0.0333 0.38441,-0.22074 0.51118,-0.68522 0.66672,-1.16643 0.15554,-0.48121 0.33509,-0.98055 0.76671,-1.29973 0.4316,-0.31919 1.21199,-0.3141 1.93345,-0.33326 0.72146,-0.0192 1.39145,-0.0742 1.56677,-0.4999 0.17532,-0.42573 -0.0756,-0.62831 -0.36668,-0.83317 -0.29108,-0.20485 -0.62849,-0.40177 -0.66673,-0.79983 -0.0382,-0.39805 0.0261,-1.02603 0.20003,-1.56633 0.174,-0.54033 0.46392,-0.98888 0.83338,-1.09978 0.36946,-0.1109 0.50496,0.0792 0.66672,0.33326 0.16176,0.25408 0.34505,0.5783 0.7667,0.69986 0.84333,0.24311 2.53711,0.16902 3.50023,-0.23329 0.48158,-0.20115 0.68243,-0.67909 0.93339,-1.09978 0.25099,-0.42067 0.53099,-0.76846 1.10008,-0.73317 0.28455,0.0176 0.56405,0.20536 0.80007,0.46657 0.23597,0.26122 0.42485,0.61051 0.63334,0.96646 0.41702,0.71193 0.79968,1.43501 1.23343,1.63301 0.43373,0.19798 0.72782,0.35253 0.96673,0.36658 0.23892,0.0141 0.4458,-0.11242 0.70002,-0.36658 0.25424,-0.25418 0.0613,-0.816 -0.0999,-1.3664 -0.0806,-0.27519 -0.16358,-0.53578 -0.16665,-0.7665 -0.003,-0.23073 0.0712,-0.426 0.26666,-0.53323 0.1954,-0.10723 0.36651,-0.0469 0.53337,0.0667 0.16682,0.1136 0.33172,0.29421 0.50004,0.49989 0.33661,0.41135 0.67736,0.85963 1.20009,0.86649 0.52268,0.006 1.07371,-0.36737 1.60008,-0.79983 0.52639,-0.43246 1.04646,-0.90751 1.50009,-1.03312 0.45363,-0.12562 0.81386,-0.0437 1.13341,0.0333 0.31955,0.0771 0.61067,0.14935 0.93339,-0.0333 0.32277,-0.18269 0.63326,-0.42804 0.86672,-0.76651 0.23349,-0.33846 0.3906,-0.78229 0.36671,-1.29973 -0.0238,-0.51745 -0.33516,-1.1993 -0.76673,-1.79963 -0.43157,-0.60033 -0.99024,-1.10418 -1.50009,-1.26641 -0.50983,-0.16223 -0.80424,0.13807 -1.13343,0.43324 -0.16457,0.1476 -0.3553,0.28268 -0.56666,0.36659 -0.21138,0.0839 -0.44729,0.13177 -0.76674,0.0333 -0.63891,-0.19688 -1.55877,-0.96029 -2.2668,-1.83295 -0.35401,-0.43634 -0.64228,-0.90077 -0.83341,-1.33306 -0.1911,-0.43229 -0.29187,-0.85351 -0.19999,-1.16643 0.0918,-0.31292 0.26317,-0.45288 0.4667,-0.49989 0.20353,-0.047 0.46094,-0.0132 0.70002,0.0333 0.23912,0.0465 0.46822,0.0991 0.66672,0.0667 0.19851,-0.0325 0.3516,-0.14946 0.43335,-0.43325 0.0818,-0.28379 -0.0703,-0.57082 -0.33334,-0.86649 -0.26309,-0.29566 -0.64641,-0.59193 -1.03341,-0.89981 -0.38698,-0.30787 -0.77677,-0.61272 -1.06673,-0.93314 -0.28995,-0.32042 -0.46141,-0.63317 -0.43336,-0.96647 0.0281,-0.3333 0.16077,-0.59475 0.36668,-0.799831 0.20596,-0.205083 0.48991,-0.356183 0.76673,-0.499897 0.55361,-0.287433 1.13845,-0.523406 1.33342,-0.966468 0.19496,-0.443064 0.25317,-0.867932 0.23337,-1.266404 -0.0199,-0.398476 -0.11768,-0.771922 -0.23337,-1.199753 -0.23139,-0.855664 -1.28271,-1.729838 -1.43342,-2.466156 -0.0754,-0.36816 0.0495,-0.558285 0.16668,-0.766511 0.11712,-0.208224 0.22107,-0.424348 0.0333,-0.866485 -0.18775,-0.44214 -0.69403,-1.046448 -1.30007,-1.533017 -0.60606,-0.486572 -1.32478,-0.856769 -2.00013,-0.933143 -0.33771,-0.03819 -0.65574,0.06007 -0.96672,0.233287 -0.31103,0.173214 -0.60144,0.397197 -0.90009,0.633202 -0.29861,0.236006 -0.59945,0.483015 -0.90005,0.633202 -0.30057,0.15019 -0.61655,0.217542 -0.93339,0.133305 -0.31684,-0.08424 -0.56945,-0.291388 -0.7667,-0.566548 -0.19728,-0.27516 -0.32263,-0.625984 -0.4667,-0.966468 -0.28815,-0.680967 -0.55972,-1.377692 -1.03339,-1.566343 -0.47371,-0.188651 -0.84165,-0.01402 -1.2001,0.166634 -0.35844,0.18064 -0.68087,0.389721 -1.0334,0.26661 -0.35253,-0.123108 -0.68153,-0.388626 -0.93338,-0.699856 -0.25186,-0.311226 -0.45517,-0.691289 -0.53338,-0.966466 -0.0782,-0.275176 0.0605,-0.383445 0.16669,-0.533223 0.10613,-0.149779 0.20767,-0.341747 0.0667,-0.699854 -0.12891,-0.327386 -0.75346,-0.766435 -1.33343,-1.166429 -0.35379,0.08867 -0.71227,0.131282 -1.06675,0.199959 -0.79772,0.154741 -0.55704,1.238555 -1.2334,1.466366 0.2474,0.274102 0.44735,0.600548 0.86672,0.433243 0.46865,-0.187143 0.9795,0.133477 1.20009,0.533223 0.24872,0.450664 1.18697,1.021844 0.50004,1.533016 -0.6145,0.457607 -0.30004,0.98626 -0.30004,1.632996 0,0.305182 0.18772,0.489363 0.0667,0.799835 -0.0583,0.151434 -0.0487,0.296026 0.0333,0.433243 0.13527,0.301875 -0.0605,0.439244 -0.0333,0.733185 0.0172,0.184498 -0.0521,0.340584 0.0999,0.499897 0.20824,0.218143 0.77388,0.317918 0.70007,0.633201 -0.0917,0.392141 -1.0347,0.332076 -1.40009,0.666528 -0.52639,0.48181 -0.5712,1.249041 -1.43341,0.866488 -0.75705,-0.336262 -1.61533,-0.323916 -2.40016,-0.699855 0.0814,1.052432 0.18749,2.108951 0.16666,3.166012 -0.008,0.351142 -0.0288,0.622668 0.16669,0.93314 0.19679,0.312787 0.0149,0.282265 -0.13335,0.533223 -0.2636,0.445377 0.78132,0.972409 1.06673,1.133101 0.44914,0.252611 0.49799,-0.203665 0.83338,-0.266612 0.25926,-0.04867 0.75846,0.01776 1.03341,-0.03332 0.75975,-0.141145 1.49676,0.973573 2.00012,0 0.37119,-0.717906 1.29184,-0.493933 1.90012,-0.19996 1.30298,0.629714 2.62131,1.327193 3.93359,2.232883 0.4399,0.30361 1.54173,1.31472 0.36671,1.43303 -0.35553,0.0358 -0.6825,-0.0329 -1.03341,-0.1 -0.19347,-0.0374 -0.53667,-0.2676 -0.70005,-0.26661 0.0514,-0.0887 -0.20906,0.2825 -0.63338,0.1 -0.212,-0.0251 -0.38468,-0.0481 -0.60002,0 -0.26634,0.0595 -0.76656,0.42451 -0.90005,0.43324 -0.18528,0.0121 -0.76329,-0.30992 -0.80007,0.1 -0.0442,0.49226 -0.26307,0.43313 -0.60004,0.39992 -1.04724,-0.1032 -0.89801,0.26997 -1.10006,0.69985 -0.24883,0.52944 0.28837,0.78419 0.1,1.06646 -0.42988,0.64415 -1.22754,1.10455 -1.96679,1.03312 -0.27781,-0.0269 -0.85606,-0.25923 -1.06673,0 -0.21995,0.27079 -0.2211,0.60656 -0.40002,0.89981 -0.19546,0.32035 -0.73761,0.35639 -0.83341,0.79983 -0.0434,0.20089 -0.73548,0.0562 -1.00007,0 -1.98045,-0.42067 -2.45822,-1.11997 -3.13351,-0.89981 -0.47036,0.15334 -0.7921,0.69008 -0.56671,1.19975 0.17486,0.39542 -0.16216,0.54842 0.13335,0.86648 0.41345,0.44502 2.12522,1.18418 1.96679,1.86628 -0.0265,0.11242 -0.17631,0.0678 -0.26669,0.16664 -0.17294,0.18913 -0.35445,0.26093 -0.50004,0.43324 -0.34654,0.41024 -0.66166,0.35987 -0.86671,0.69985 -0.2338,0.38766 -0.30372,0.91594 -0.60006,1.26642 -0.30922,0.36601 -0.96193,0.50149 -1.36673,0.7665 -0.7175,0.46972 -1.96402,0.27435 -3.0002,0.26662 -0.80447,-0.006 -1.41368,0.15929 -2.06681,0.19995 -0.60702,0.0378 -1.29649,0.35426 -1.70009,0.46657 -0.57028,0.15868 -3.19618,1.70273 -2.76686,1.633 0.2634,-0.0428 -0.81416,0.0138 -1.20006,-0.23329 -0.381,-0.24387 -0.39552,-0.40559 -0.86675,-0.36659 -1.33185,0.11023 -2.23567,-0.31768 -3.3002,-0.56655 -0.71672,-0.16756 -1.50436,-0.25146 -2.16681,-0.4999 -0.47473,-0.17802 -0.80755,-0.62846 -1.26673,-0.86648 -0.67244,-0.34857 -1.16518,-0.12871 -1.70013,-0.19997 -0.62144,-0.0828 -1.30705,-0.25628 -1.93345,-0.29993 -0.58606,-0.041 -0.99065,0.31872 -1.56678,0.33326 -0.60126,0.0152 -1.16602,-0.14 -1.76676,-0.16662 -1.13048,-0.05 -2.45241,-0.41417 -3.3002,-0.43325 z"
             style="fill:#ffdfe0;fill-opacity:1;stroke:none;stroke-width:0.02099253;stroke-miterlimit:1;stroke-dasharray:none;stroke-opacity:1" /><path
             inkscape:connector-curvature="0"
             id="CN-HI"
             d="m 705.52987,180.85236 c -0.12039,0.19407 0.11939,0.97373 0.15941,1.19096 0.0658,0.35643 0.0476,0.88613 0.31651,1.16584 0.32841,0.34222 0.88305,0.27708 1.27133,0.51052 0.36876,0.22185 0.95085,0.26253 1.37121,0.25128 -0.16272,-0.46752 0.45244,-0.74394 0.63699,-0.4295 -0.12667,-0.21558 0.67006,-0.86331 0.79905,-0.98498 0.18421,-0.17293 0.4187,-1.13774 0.13493,-1.25181 0.30791,-0.16301 0.61715,-0.97903 0.54902,-1.30967 0.61813,0.45992 0.25301,-0.73238 0.15776,-0.96383 -0.15876,-0.38552 -1.26803,-0.79386 -0.80269,0.0827 -0.14386,-0.17888 -0.87081,-0.4715 -0.49973,0.0238 -0.21399,-0.62723 -0.87578,-0.23542 -1.07124,0.0479 -0.17991,-0.40503 -0.87809,-0.35246 -1.16748,-0.11903 0.0542,0.0886 0.11046,0.17557 0.16867,0.26187 -0.2831,0.0965 -0.46104,-0.26617 -0.71438,-0.19046 -0.32908,0.0982 -0.16867,0.53664 0.0962,0.59516 -0.59036,0.16333 -0.97269,0.72939 -1.40561,1.11923"
             style="fill:#ffdfe0;fill-opacity:1;stroke:none;stroke-width:0.02099253;stroke-miterlimit:1;stroke-dasharray:none;stroke-opacity:1" /><path
             inkscape:connector-curvature="0"
             id="MO"
             class="cn mo"
             d="m 716.31468,172.61541 c 0.0433,-0.0261 0.0814,0.1392 0.0496,-0.0479 0.0404,0.0919 0.0483,0.18715 0.0228,0.28568 -0.0238,-0.079 -0.0483,-0.15838 -0.0724,-0.23773"
             style="fill:#ffdfe0;fill-opacity:1;stroke:none;stroke-width:0.02099253;stroke-miterlimit:1;stroke-dasharray:none;stroke-opacity:1" /><g
             id="g3960"
             style="opacity:1;fill:#ffdfe0;fill-opacity:1;stroke:none;stroke-width:0.18892834;stroke-miterlimit:1;stroke-dasharray:none;stroke-opacity:1"
             transform="matrix(0.11112874,0,0,0.11109866,33.220981,-6.3626395)"><path
               style="fill:#ffdfe0;fill-opacity:1;stroke:none;stroke-width:0.18892834;stroke-miterlimit:1;stroke-dasharray:none;stroke-opacity:1"
               d="m 6093.5808,1156.5647 c -1.4422,0.4416 -3.6812,0.6643 -4.7996,1.4999 0.5185,1.5043 0.8506,3.1263 -0.6,3.8996 -0.9196,0.4905 -2.0237,-0.8168 -3.2996,-1.4998 -2.1719,1.9241 -3.7201,4.687 -5.0995,7.4993 1.2785,2.0555 3.0546,3.2375 4.1996,5.6994 2.3291,5.0085 5.0364,10.0691 10.1991,12.2989 4.8037,2.0748 12.7904,3.6991 20.0979,3.8996 -0.4922,-0.6057 -1.2107,-1.0214 -1.4996,-1.7998 -1.3485,-3.6339 -4.3722,-13.2915 1.4996,-14.3987 0.506,-0.096 0.997,-0.086 1.5,0 -5.6493,-0.6527 -11.4423,-1.4748 -14.3987,-4.1996 -3.6511,-3.365 -5.7216,-7.7159 -7.4992,-11.9988 -0.128,-0.3072 -0.1756,-0.5942 -0.2997,-0.8995 z"
               id="CN-TJ"
               inkscape:connector-curvature="0" /><ellipse
               ry="12.601413"
               rx="12.598001"
               style="clip-rule:evenodd;opacity:1;fill:#ffdfe0;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.88928306;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
               cy="1175.1372"
               cx="6095.4033"
               id="xk_-0-9-1-6-8-8" /></g></g><path
           inkscape:connector-curvature="0"
           style="clip-rule:evenodd;opacity:1;fill:#900000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.66666663;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 2316.291,468.04492 a 4.4460267,4.4460271 0 0 0 -3.7207,4.38477 4.4460267,4.4460271 0 0 0 2.6934,4.08593 c 0.2765,-0.53749 0.8913,-0.77645 1.4121,-1.16601 0.9551,-0.706 1.6492,-1.75856 2.9297,-1.875 0.3358,-0.0304 1.5937,0.19279 1.5937,-0.39258 0.063,-1.26094 -2.1084,-3.34462 -3.1054,-3.86914 -0.6183,-0.32363 -1.2125,-0.73965 -1.8028,-1.16797 z"
           transform="matrix(0.31488786,0,0,0.31488786,0.00691269,-1.2288814)"
           id="xk_-0-9-1-6-8" /></g><path
         inkscape:connector-curvature="0"
         id="xk_-0-9-9-7"
         d="m 2016.7891,638.95117 a 4.4460267,4.4460271 0 0 0 -4.4473,4.44727 4.4460267,4.4460271 0 0 0 4.4473,4.44531 4.4460267,4.4460271 0 0 0 1.8066,-0.38867 c 0,-0.8612 0.01,-1.7165 0.2363,-2.44141 0.4445,-1.41109 1.143,-2.6642 1.7227,-3.97461 a 4.4460267,4.4460271 0 0 0 -3.7656,-2.08789 z"
         style="clip-rule:evenodd;fill:#290000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.66666663;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1" /><g
         transform="matrix(3.1757337,0,0,3.1757337,-0.02195285,3.9026)"
         id="us"><title
           id="title3785">United States of America</title><g
           id="g4062"><title
             id="title3787">United States of America</title><path
             style="fill:#290000;fill-opacity:1;stroke:none;stroke-width:0.02099253;stroke-miterlimit:1;stroke-dasharray:none;stroke-opacity:1"
             d="m 167.12475,96.468786 c -0.15445,0.171272 -0.39652,0.719764 -0.0333,0.66653 -0.28508,0.287659 -0.37577,0.953197 -0.93339,0.666531 -0.18024,0.423882 0.1553,0.117285 0.23335,0.366588 0.045,0.143919 -0.0177,0.277386 -0.0667,0.399918 -0.0638,0.159829 -0.11703,0.297568 -0.0667,0.466572 0.10581,0.355439 -0.88643,0.631588 -0.9334,1.099775 -0.0382,0.37973 -0.26814,0.59452 -0.53337,0.7665 -0.18256,0.11839 -0.3929,0.21653 -0.5667,0.33327 -0.11542,0.0774 -0.43699,0.42221 -0.60004,0.33327 -0.25798,-0.14053 -0.47443,-0.0279 -0.5667,0.23328 0.12137,-0.28204 0.0483,-0.30266 -0.20002,-0.1 0.32214,-0.18714 0.32214,-0.24235 0,-0.16663 0.382,-0.0602 0.60955,-0.44521 0.96673,-0.56655 -0.16437,0.10282 -0.25121,0.29952 -0.23335,0.4999 0.1322,-0.14634 0.29806,-0.27978 0.4667,-0.39992 0.36673,-0.16784 0.78904,-0.83043 0.36669,-0.59988 0.13163,-0.39908 1.07165,-0.660154 0.93339,-1.033118 -0.081,0.04948 -0.15852,0.08152 -0.23335,0.133305 0.0645,-0.06052 0.11598,-0.140939 0.13335,-0.199958 0.0582,-0.196072 -0.0415,-0.41604 0.0667,-0.599877 -0.18653,0.03736 -0.31973,0.180772 -0.36669,0.366592 -0.003,-0.406689 -1.06029,-0.330152 -1.46676,-0.399918 -0.67469,-0.115724 -1.12847,-0.466564 -1.76678,-0.633201 -0.40019,-0.104483 -0.85952,1.169571 -0.83339,1.566341 0.0549,0.832554 -0.52396,1.623164 -0.76671,2.399504 0.0562,-0.0853 0.12923,-0.19288 0.20001,-0.26661 0.12203,0.14945 0.30226,0.27984 0.50003,0.26661 -0.4326,0.12664 -0.92268,0.11965 -1.00007,0.66653 0.19711,-0.0344 0.38123,0.003 0.53337,0.1333 -0.47824,-0.2202 -0.62892,0.67989 -1.03339,0.76651 0.0784,-0.16366 0.13551,-0.33027 0.20001,-0.49989 -0.0321,0.0571 -0.15114,0.27359 -0.23335,0.46657 -0.10572,0.24812 -0.15277,0.47286 0.1,0.43324 0.29799,-0.0466 0.43969,-0.11678 0.73338,0.0333 0.0178,0.009 0.0463,0.0215 0.0667,0.0333 0.0967,0.0562 0.21695,0.13272 0.33335,0.16664 0.0577,-0.014 0.15863,0.0355 0.20002,0 -0.0418,0.0182 -0.0876,0.0385 -0.13334,0.0333 0.33666,0.34554 0.26897,0.67234 0.20001,0.93314 -0.069,0.26081 -0.14688,0.45451 0.13334,0.59988 0.28022,0.14537 0.56985,-0.027 0.90005,-0.26661 0.33021,-0.2396 0.72179,-0.52728 1.16676,-0.56655 0.88994,-0.0786 1.95024,0.70717 3.06686,0.66652 1.11661,-0.0406 1.65705,-0.79901 3.40021,-1.03311 0.87158,-0.11706 2.23414,-0.41984 3.5669,-0.53323 0.64301,-0.0547 1.25665,-0.0596 1.83345,0.0333 0.005,-0.0421 0.029,-0.0928 0.0333,-0.13331 0.0561,-0.51343 0.0334,-0.89981 0.0334,-0.89981 l 3.80025,-6.631964 z m -0.96672,1.632999 c -0.48717,0.273103 -0.78923,0.777645 -0.43337,1.299729 0.29238,-0.04629 0.35322,-0.418434 0,-0.399917 0.16437,-0.207972 0,-0.469866 0.23334,-0.633203 0.1409,-0.09886 0.40772,-0.02225 0.20003,-0.266609 z m -1.63344,1.699646 c 0.133,-0.06952 0.16716,-0.04114 -0.1,0.233289 -0.0975,0.0546 -0.18873,0.12336 -0.30002,0.16663 -0.28177,0.1101 -0.70004,0.33979 -0.70004,0.69985 -0.0862,0.004 -0.18473,-0.028 -0.26669,-0.1 0.31321,-0.25063 0.63401,-0.50769 0.96673,-0.73319 0.0524,-0.0357 0.26702,-0.197091 0.40002,-0.266609 z"
             id="US-WA"
             inkscape:connector-curvature="0" /><path
             style="fill:#290000;fill-opacity:1;stroke:none;stroke-width:0.02099253;stroke-miterlimit:1;stroke-dasharray:none;stroke-opacity:1"
             d="m 260.3974,122.36343 h -8.50055 c -0.22076,0.31064 -0.53275,0.6429 -0.40002,0.83317 0.20128,0.28852 0.36242,0.0167 0.70004,-0.0667 0.33762,-0.0834 0.71917,-0.43116 1.26675,-0.53323 0.54757,-0.10206 1.57353,-0.267 1.96679,0.0667 0.19663,0.16682 0.30092,0.18798 0.33336,0.29993 0.0169,0.0581 -0.0443,0.2986 -0.0667,0.43325 0.3132,0.0885 0.60544,0.31692 0.73338,0.6332 0.10433,0.25779 -0.0307,0.61134 -0.0999,0.86649 10e-4,-0.0107 0.0337,-0.0232 0.0333,-0.0333 0.025,0.0542 -0.0358,0.0853 -0.0333,0.1333 -0.0125,0.0431 -0.0333,0.19996 -0.0333,0.19996 l -0.0667,0.0667 c -0.1533,0.19175 -0.37416,0.35039 -0.53336,0.49989 -0.15675,0.14727 -0.20414,0.31864 -0.16669,0.43325 0.005,0.0179 0.0237,0.019 0.0333,0.0333 0.0608,0.0898 0.18846,0.12575 0.36669,-0.0333 0.0592,0.18218 0.2,0.34066 0.36669,0.43324 -0.0622,-0.18185 -0.0237,-0.2561 0.0999,-0.23329 -0.14651,0.4338 0.70679,0.42984 0.80005,0.79984 0.30229,-0.24864 0.0832,-0.57665 -0.0999,-0.79984 -0.10646,-0.12973 -0.12932,-0.26541 -0.13334,-0.39992 0.0379,0.18417 0.16762,0.33303 0.36669,0.46657 0.17429,-0.20731 -0.0126,-2.31985 0.6667,-1.8996 -0.19413,-0.18384 -0.2333,-0.23686 0.0667,-0.26661 -0.12271,-0.1369 -0.19962,-0.28571 -0.23335,-0.46657 0.0863,0.0417 0.17871,0.0957 0.26669,0.13331 -0.0321,-0.21328 0.4061,-0.75293 0.50002,-0.29995 0.0559,-0.15606 0.13307,-0.26872 0.26669,-0.36659 -0.297,0.49299 0.18367,0.0973 0.26669,-0.0333 0.12005,-0.18846 0.25198,-0.33002 0.50002,-0.29994 -0.0671,0.0906 -0.15727,0.18296 -0.23334,0.26662 0.17,-0.0889 0.33698,-0.19844 0.50003,-0.29995 -0.1184,0.16598 -0.28281,0.27865 -0.4667,0.36659 0.077,0.0664 0.185,0.13912 0.26669,0.19996 -0.43954,0.0542 -1.40182,0.25143 -1.20008,0.89982 -0.19245,0.13564 -0.4177,0.22715 -0.50004,0.49989 0.21068,-0.16928 0.79949,-0.0251 0.43337,0.19997 -0.21762,0.13357 -0.41827,-0.10196 -0.53337,0.23328 0.26756,-0.15871 0.48673,0.26818 0.53337,0.46657 -0.14917,-0.0767 -0.29869,-0.13066 -0.46669,-0.13331 0.19843,0.27377 -0.13189,0.3991 -0.20002,0.63321 -0.0384,0.13126 0.2897,0.37127 0.33336,0.49989 0.0668,-0.54754 0.22559,0.0292 0.4667,-0.36659 -0.0605,0.18152 -0.15061,0.3478 -0.26669,0.4999 0.60755,-10e-4 -0.003,0.46972 -0.0667,0.69985 0.17066,-0.12498 0.33824,-0.14402 0.53338,-0.0666 -0.17832,0.0357 -0.47894,0.46631 -0.66671,0.69986 l 0.26668,0.39991 c 0.19503,-0.19249 0.3943,-0.37825 0.5667,-0.59988 0.31916,-0.40999 0.61245,-0.81495 1.00007,-1.16642 0.14354,-0.12994 0.42726,-0.24412 0.50003,-0.43324 0.0121,-0.0312 0.0653,-0.0798 0.0999,-0.13331 0.10706,-0.16768 0.12153,-0.36774 -0.0667,-0.46657 h -1.0334 l 0.96673,-3.49928 z"
             id="path12094"
             inkscape:connector-curvature="0" /><path
             style="fill:#290000;fill-opacity:1;stroke:none;stroke-width:0.02099253;stroke-miterlimit:1;stroke-dasharray:none;stroke-opacity:1"
             d="m 260.3974,122.36343 -0.96673,3.49928 h 1.0334 c -0.0265,-0.0138 0.0391,-0.0587 0,-0.0667 0.27054,-0.14779 0.3634,-0.46211 0.20001,-0.86649 -0.2034,-0.50422 -0.0307,-0.98692 -0.20001,-1.46636 -0.19514,-0.55239 0.20657,-0.8593 0.66671,-1.09978 z"
             id="path11991"
             inkscape:connector-curvature="0" /><path
             style="fill:#290000;fill-opacity:1;stroke:none;stroke-width:0.02099253;stroke-miterlimit:1;stroke-dasharray:none;stroke-opacity:1"
             d="m 249.29045,122.36335 0.69999,-1.76629 c -0.50826,0.60479 -1.03905,1.40821 -1.36675,1.73298 -0.70413,0.69774 -0.59241,0.55899 -0.96045,0.73325 -0.36802,0.17425 -0.90668,0.0525 -1.20006,0.26661 -0.2934,0.21417 -0.24736,0.60266 -0.50004,0.83317 -0.25268,0.2305 -0.71917,0.22124 -1.00007,0.46657 -0.28089,0.24532 -0.26324,0.67957 -0.60003,0.93314 -0.28697,0.21604 -0.79552,0.33782 -1.16674,0.33326 -0.15317,0.36222 -0.30655,0.71895 -0.33336,0.9998 -0.0517,0.54205 -0.0693,0.94258 0.13334,1.23307 0.20262,0.29049 0.66756,0.17889 0.83339,0.39992 0.16582,0.22103 -0.0843,0.51449 0.13334,0.73319 0.21756,0.21869 0.44274,0.2224 1.06674,0.19995 0.34813,-0.0126 0.89048,-0.22705 1.43343,-0.36659 0.43023,-0.11058 0.87919,-0.11624 1.1334,-0.29993 0.57502,-0.41552 0.4375,-0.82452 0.86672,-1.33307 0.22722,-0.2692 0.59711,-0.54692 0.9334,-0.86649 0.29898,-0.2841 0.57587,-0.63364 0.83338,-0.7665 0.54715,-0.28232 0.658,0.0365 1.26675,-0.26661 0.60875,-0.30307 1.50973,-1.61195 2.10013,-1.83295 0.59041,-0.22102 0.65632,0.0662 1.00007,0 0.34375,-0.0662 0.68077,-0.45578 1.0334,-0.39993 0.0311,0.005 0.0363,0.0581 0.0667,0.0667 0.0224,-0.13465 0.0835,-0.37508 0.0667,-0.43325 -0.0324,-0.11195 -0.13673,-0.13311 -0.33336,-0.29993 -0.39326,-0.33366 -1.41922,-0.16872 -1.96679,-0.0667 -0.54758,0.10207 -0.92913,0.44983 -1.26675,0.53323 -0.33762,0.0834 -0.49876,0.35517 -0.70004,0.0667 -0.13273,-0.19027 0.17926,-0.52253 0.40002,-0.83317 z"
             id="path11454"
             inkscape:connector-curvature="0"
             sodipodi:nodetypes="cccccccccccccccccccccscccccsccc" /><path
             style="fill:#290000;fill-opacity:1;stroke:none;stroke-width:0.02099253;stroke-miterlimit:1;stroke-dasharray:none;stroke-opacity:1"
             d="m 268.33124,107.56649 c -1.5093,0.37058 -2.79092,1.32348 -4.10026,1.96627 -0.19678,0.0863 -0.43143,0.35599 -0.5667,0.53322 -0.13131,0.17226 -0.0748,0.32342 0.20001,0.13331 -0.24872,0.35212 0.0402,0.28559 0.23335,0.19995 -0.339,0.25923 -0.57801,0.54755 -0.70004,0.96647 -0.11907,0.40868 -0.536,0.40129 -0.86673,0.53322 -0.43458,0.17359 -0.82417,0.478 -1.30009,0.53323 -0.43325,0.0506 -0.80478,-0.0415 -1.2334,0.0667 -0.33801,0.0853 -0.60069,-0.27606 -0.93341,-0.33327 -0.41737,-0.0714 -0.88038,-0.0896 -1.30007,-0.0333 -0.3891,0.0523 -1.14518,0.0912 -1.33342,0.33326 -0.08,0.33123 -0.47238,0.7218 -0.0667,0.9998 0.47989,0.0142 0.0833,0.22038 -0.16668,0.39992 -0.43028,0.30881 -0.94732,0.58743 -1.40009,0.86648 -0.18289,0.11276 -0.40901,0.13589 -0.60004,0.23329 l -0.40003,0.9998 h 10.50068 c 0.009,0.0245 0.0955,0.1115 0.1,0.13329 0.0433,0.20837 -0.0498,0.29863 0,0.56656 0.05,0.26895 -0.0686,0.41434 -0.1,0.59988 l 1.86678,1.33305 -0.53336,0.76651 -0.0667,0.0667 c 0.45367,-0.30391 0.97021,-0.46525 1.46677,-0.66652 0.0233,-0.0796 0.50231,-1.52974 0.90005,-2.49949 0.0474,-0.11539 0.069,-0.2054 0.0999,-0.29993 0.0176,-0.0537 0.0416,-0.11714 0.0667,-0.16664 0.45029,-0.89021 1.21896,-1.53482 1.53343,-2.29952 0.31447,-0.76471 0.14684,-1.49405 0.40002,-2.16622 0.2532,-0.67217 0.75281,-0.904 1.10008,-1.79963 0.19139,-0.49364 0.25395,-1.13698 0.40003,-1.96626 h -3.20021 z m 1.46676,10.86443 c -0.51263,0.12631 -0.88506,0.49884 -1.43343,0.53322 -0.35982,0.0225 -0.72906,0.14878 -1.06673,0.16663 -0.21994,0.0112 -0.41344,-0.0389 -0.63337,-0.0333 -0.28509,0.007 -0.38136,0.23215 -0.63338,0.29993 -0.45244,0.12134 -0.61396,0.16945 -0.90005,0.56655 0.17759,0.0727 0.7817,-0.004 0.23334,0.16664 0.24541,-0.0919 0.5157,-0.0711 0.76672,-0.13331 -0.68461,-0.0697 0.38567,-0.15043 0.46669,-0.16663 1.27927,-0.28733 2.8888,-0.26378 3.93359,-1.16642 -0.33139,0.11638 -0.80571,0.0195 -1.10007,0.16663 -0.22986,0.11506 -0.33472,0.40488 -0.63337,0.23328 0.32412,-0.22715 0.64983,-0.44738 1.00006,-0.63321 z"
             id="US-NY"
             inkscape:connector-curvature="0" /><path
             style="fill:#290000;fill-opacity:1;stroke:none;stroke-width:0.02099253;stroke-miterlimit:1;stroke-dasharray:none;stroke-opacity:1"
             d="m 264.29765,117.26449 c -0.0312,0.18413 0.0253,0.4087 -0.0667,0.59988 -0.18452,0.3838 -0.70158,0.65497 -0.93339,0.96646 -0.23183,0.31149 -0.44633,0.54483 -0.46671,0.86649 -0.0204,0.32167 0.35854,0.55499 0.33337,0.86649 -0.0252,0.3115 -0.14243,0.57347 -0.4667,0.83315 -0.32428,0.2597 -1.10402,0.23631 -1.5001,0.46659 -0.24549,0.14271 -0.41646,0.34859 -0.53337,0.49988 h 0.4667 c 0.23006,-0.12024 0.47202,-0.25115 0.66671,-0.33326 -0.12076,0.10569 -0.35469,0.22464 -0.56671,0.33326 -0.46272,0.23709 -0.9237,0.50389 -0.60004,1.03313 0.2626,0.42983 0.52799,0.44592 0.90007,0.69986 0.22325,0.15241 -0.17514,0.51575 -0.23336,0.66652 0.44384,-0.0244 0.81962,-0.42998 1.10008,-0.73318 0.12469,-0.13523 0.60923,-0.91601 0.80004,-0.89981 0.32892,0.0285 0.53995,-0.37529 0.73339,-0.76652 0.15764,-0.31882 0.29694,-0.63869 0.53336,-0.63319 0.24718,-0.38767 0.54825,-0.75895 0.63338,-1.19976 -0.29068,-0.0305 -0.43392,-0.1403 -0.4667,-0.26661 0.19547,-0.0439 0.34109,-0.19168 0.43336,-0.36659 -0.054,-10e-4 -0.11994,0.0146 -0.16667,0.0333 0.0655,-0.0367 0.11019,-0.10632 0.20001,-0.1333 0.1361,-0.0409 0.18354,-0.15324 0.26668,-0.23329 0.12687,-0.15789 0.22804,-0.30471 0.33336,-0.46657 -0.0336,0.11244 -0.0747,0.23779 -0.13335,0.33327 l 0.0667,-0.0667 0.53336,-0.7665 -1.86678,-1.33306 z"
             id="US-NJ"
             inkscape:connector-curvature="0" /><path
             style="fill:#290000;fill-opacity:1;stroke:none;stroke-width:0.02099253;stroke-miterlimit:1;stroke-dasharray:none;stroke-opacity:1"
             d="m 260.66408,122.36343 c 0.11691,-0.15129 0.28788,-0.35717 0.53337,-0.49988 0.39608,-0.23028 1.17582,-0.20689 1.5001,-0.46659 0.32427,-0.25968 0.44157,-0.52165 0.4667,-0.83315 0.0252,-0.3115 -0.35378,-0.54482 -0.33337,-0.86649 0.0204,-0.32166 0.23488,-0.555 0.46671,-0.86649 0.23181,-0.31149 0.74887,-0.58266 0.93339,-0.96646 0.18451,-0.38381 0.26636,-0.66388 0.16667,-1.19975 -0.0498,-0.26794 0.0433,-0.3582 0,-0.56655 -0.004,-0.0218 -0.0914,-0.10872 -0.0999,-0.13331 h -10.50067 l 0.40003,-0.9998 c -0.74456,0.37963 -1.50484,0.73576 -2.30016,0.9998 l -2.63349,6.39867 z"
             id="path11682"
             inkscape:connector-curvature="0" /><path
             style="fill:#290000;fill-opacity:1;stroke:none;stroke-width:0.02099253;stroke-miterlimit:1;stroke-dasharray:none;stroke-opacity:1"
             d="m 255.63043,123.3299 c -0.35263,-0.0559 -0.68965,0.3337 -1.0334,0.39993 -0.34375,0.0662 -0.40966,-0.22102 -1.00007,0 -0.5904,0.221 -1.49138,1.52988 -2.10013,1.83295 -0.60875,0.30307 -0.7196,-0.0157 -1.26675,0.26661 -0.25751,0.13286 -0.5344,0.4824 -0.83338,0.7665 -0.33629,0.31957 -0.70618,0.59729 -0.9334,0.86649 -0.42922,0.50855 -0.2917,0.91755 -0.86672,1.33307 -0.25421,0.18369 -0.70317,0.18935 -1.1334,0.29993 -0.54295,0.13954 -1.0853,0.35404 -1.43343,0.36659 -0.624,0.0225 -0.84918,0.0188 -1.06674,-0.19995 -0.19846,-0.19945 -0.005,-0.45004 -0.10103,-0.67873 -0.0398,0.0284 -0.0919,0.1211 -0.13231,0.1455 -0.2581,0.15604 -0.55483,0.24448 -0.80005,0.39992 -0.49044,0.31088 -1.008,0.42338 -1.4001,0.66652 -0.39208,0.24314 -0.36183,0.43 -0.93339,0.76651 -0.34115,0.20085 -0.98609,0.40433 -1.53343,0.6332 h 6.53375 1.90013 9.53394 c 10e-4,-0.0337 -6e-5,-0.0658 0,-0.0999 10e-4,-0.26748 0.0448,-0.48653 -0.23334,-0.56655 -0.22061,-0.0631 -0.60507,-0.18392 -0.56672,0.19996 -0.13461,-0.16863 -0.31687,-0.19369 -0.46669,-0.0333 0.32378,-0.36735 -0.26118,-0.83871 -0.53337,-1.03312 -0.19744,-0.14086 -0.71935,-0.20525 -0.80004,-0.36659 0.76728,0.28434 1.33809,0.24572 1.63343,1.09977 0.63444,-0.2184 0.2916,-0.64796 -0.0333,-1.03313 0.11506,0.12623 0.25047,0.20678 0.43336,0.0999 -0.0291,-0.0883 -0.0653,-0.18032 -0.0999,-0.26662 0.58506,0.0965 0.70464,-0.29873 0.23335,-0.56655 -0.13538,-0.077 -0.15085,-0.30659 -0.26669,-0.46656 0.19646,0.23168 0.42978,0.30243 0.73338,-0.0333 0.22986,-0.25426 0.28833,-0.35626 0.0333,-0.56655 -0.15247,-0.1263 -0.25907,-0.52058 -0.43337,-0.56654 -0.4263,-0.11209 -0.49922,0.001 -0.73338,-0.39993 -0.13891,-0.23839 -0.42673,-0.0459 -0.60003,-0.19995 -0.13393,-0.11887 0.0955,-0.35836 0.36669,-0.63321 0.29534,-0.2993 0.61236,-0.62708 0.63336,-0.86649 0.0692,-0.25514 0.2043,-0.60869 0.1,-0.86648 -0.14037,-0.34698 -0.44742,-0.64397 -0.80004,-0.69986 z m 0.66671,1.79963 c -0.0178,0.0445 -0.0353,0.0942 -0.0667,0.13331 l 0.0667,-0.0667 c 0,0 -0.003,-0.0429 0,-0.0666 z m 1.80011,3.13269 c -0.0274,0.0341 -0.0795,0.0768 -0.1,0.0999 -0.3208,0.36304 -0.81645,0.93237 -0.70004,1.46636 0.33669,0.009 0.53666,-0.55291 0.70004,-0.7665 0.10968,-0.14349 0.23846,-0.27337 0.3667,-0.39993 l -0.26668,-0.39992 z"
             id="US-VA"
             inkscape:connector-curvature="0"
             sodipodi:nodetypes="cccscccccccccscccccccccccccccccccccccccccccccccccccccc" /><path
             style="fill:#290000;fill-opacity:1;stroke:none;stroke-width:0.02099253;stroke-miterlimit:1;stroke-dasharray:none;stroke-opacity:1"
             d="m 239.0627,131.19494 c 0.54733,-0.22887 1.19229,-0.43235 1.53343,-0.6332 0.57155,-0.33651 0.5413,-0.52337 0.9334,-0.76651 0.39208,-0.24314 0.90964,-0.35564 1.40008,-0.66652 0.24522,-0.15544 0.54196,-0.24388 0.80005,-0.39992 0.0403,-0.0244 0.0926,-0.11713 0.13232,-0.1455 -0.009,-0.0205 -0.0177,-0.035 -0.0323,-0.0545 -0.16582,-0.22103 -0.63076,-0.10943 -0.83338,-0.39992 -0.20267,-0.29049 -0.18508,-0.69102 -0.13335,-1.23307 0.0268,-0.28085 0.1802,-0.63758 0.33337,-0.9998 -0.0644,-10e-4 -0.14737,0.0816 -0.20002,0.0667 -0.35587,-0.10089 -0.22715,-0.48342 -0.53337,-0.59988 -0.30621,-0.11646 -0.73521,0.19814 -1.1334,0.13331 -0.3982,-0.0648 -0.84526,-0.26714 -1.13341,-0.53323 -0.28816,-0.26608 -0.15746,-0.64464 -0.5667,-0.93314 -0.20462,-0.14423 -0.51361,-0.11933 -0.86673,-0.0999 -0.0938,0.005 -0.17274,-0.0631 -0.26668,-0.0667 l -0.43336,1.03313 c -0.47761,0.0627 -0.9648,0.12383 -1.40009,0.33326 -0.71415,0.34358 -1.17464,1.12742 -1.86679,1.46636 -0.69214,0.33894 -1.61885,0.37128 -2.1668,0.56654 -0.54795,0.19527 -0.70278,0.45933 -1.13341,0.53323 -0.43062,0.0739 -0.85723,-0.19964 -1.36675,-0.1333 -0.23267,0.0303 -0.5334,0.12581 -0.77667,0.26639 -0.0369,0.17369 -0.10071,0.42589 -0.2234,0.6001 -0.34598,0.49124 -0.82673,1.07201 -1.30008,1.19974 -0.47336,0.12774 -0.67109,-0.37697 -1.13341,-0.2666 -0.27999,0.0669 -0.51352,0.39951 -0.76671,0.66652 0.0388,0.0947 0.15036,0.13959 0.13334,0.26662 -0.0408,0.30434 -0.33088,0.55212 -0.66671,0.79983 h 3.6669 6.40041 3.60024 z"
             id="path11367"
             inkscape:connector-curvature="0"
             sodipodi:nodetypes="cccscccccccccccccccccccccccccccccc" /><path
             style="fill:#290000;fill-opacity:1;stroke:none;stroke-width:0.02099253;stroke-miterlimit:1;stroke-dasharray:none;stroke-opacity:1"
             d="m 238.49599,123.86313 c 0.094,0.003 0.17292,0.0718 0.26669,0.0666 0.35312,-0.0194 0.6621,-0.0443 0.86672,0.0999 0.40925,0.2885 0.27855,0.66706 0.5667,0.93314 0.28816,0.26609 0.73522,0.46843 1.13341,0.53323 0.39819,0.0648 0.82718,-0.24977 1.13341,-0.13331 0.30621,0.11647 0.17749,0.49898 0.53336,0.59988 0.35588,0.10089 1.02996,-0.14636 1.36676,-0.39992 0.33679,-0.25356 0.31914,-0.68781 0.60003,-0.93314 0.2809,-0.24533 0.74739,-0.23605 1.00007,-0.46657 0.25268,-0.23051 0.20664,-0.619 0.50004,-0.83316 0.29338,-0.21417 0.83204,-0.0924 1.20006,-0.26661 0.36804,-0.17425 0.23727,-0.0165 0.9414,-0.71426 0.36821,-0.35945 0.87754,-1.14705 1.3858,-1.75185 l 1.90641,-4.63242 c -0.19432,0.0645 -0.37212,0.17289 -0.5667,0.23328 -0.0665,0.0206 -0.13266,0.0471 -0.20001,0.0666 -0.51525,0.14914 -1.05345,0.26773 -1.53343,0.4999 -0.46733,0.22583 -0.98475,0.71573 -1.53344,0.69985 -0.56753,-0.0168 -1.0821,0.25015 -1.63343,0.23329 -0.16966,-0.005 -0.33269,-0.10818 -0.50004,-0.13331 -0.25202,-0.0376 -0.4893,0.17452 -0.73338,0.0333 0.23019,-0.11837 0.48633,-0.11406 0.73338,-0.16663 -0.15312,-0.0883 -0.38263,-0.009 -0.50003,-0.0999 -0.0473,-0.079 -0.12328,-0.14838 -0.20001,-0.19996 -0.17264,-0.0748 -0.35643,-0.10312 -0.53336,-0.16662 -0.40052,-0.14365 0.0654,-0.48216 0.36669,-0.69987 h -3.43356 l -3.13354,7.59844 z"
             id="path11349"
             inkscape:connector-curvature="0"
             sodipodi:nodetypes="ccccsccccccccccccccccccccccccc" /><path
             style="fill:#290000;fill-opacity:1;stroke:none;stroke-width:0.02099253;stroke-miterlimit:1;stroke-dasharray:none;stroke-opacity:1"
             d="m 230.1288,127.66234 c 0.50952,-0.0663 0.93611,0.20724 1.36675,0.13331 0.43062,-0.0739 0.58545,-0.33795 1.1334,-0.53322 0.54795,-0.19527 1.47466,-0.22762 2.16681,-0.56656 0.69214,-0.33893 1.15264,-1.12277 1.86678,-1.46636 0.43529,-0.20943 0.92248,-0.27053 1.40009,-0.33326 l 3.5669,-8.63155 h -4.40029 c -0.24207,0.17676 -0.41512,0.44071 -0.70004,0.56655 -0.36082,0.1597 -1.21753,0.51428 -1.40009,-0.0667 -0.0383,-0.12205 0.0769,-0.27985 0.1,-0.43324 l -3.60023,8.69821 c -0.0339,0.0285 -0.0663,0.0373 -0.1,0.0666 -0.68478,0.595 -1.33926,1.32942 -1.66677,1.73297 -0.42276,0.52088 -0.44289,0.78357 -0.50999,1.09967 0.25615,-0.10308 0.53582,-0.20587 0.77668,-0.26642 z"
             id="path11361"
             inkscape:connector-curvature="0"
             sodipodi:nodetypes="ccsccccccccccccc" /><path
             style="fill:#290000;fill-opacity:1;stroke:none;stroke-width:0.02099253;stroke-miterlimit:1;stroke-dasharray:none;stroke-opacity:1"
             d="m 228.89703,114.13577 c 0.33346,0.45306 0.73823,0.86603 0.76507,1.26243 0.0283,0.41818 -0.18574,0.62009 -0.33337,0.8665 -0.0857,0.1429 -0.0319,0.34159 -0.2,0.49989 -0.4582,0.43127 -1.67258,0.23906 -2.20014,0.66653 -0.52758,0.42747 -0.44301,1.03172 -0.86673,1.53302 -0.42371,0.50131 -1.36904,0.83535 -1.7001,1.36639 -0.33108,0.53103 -0.38215,0.8772 -0.33337,1.53302 0.0488,0.6558 0.50905,1.77054 0.83339,2.19954 0.32434,0.42898 0.56289,0.11655 0.70005,0.53322 0.13716,0.41667 -0.54195,1.13359 -0.53337,1.69965 0.009,0.56606 0.48423,1.03688 0.53337,1.53302 0.0492,0.49613 -0.25653,0.91718 -0.16667,1.36638 0.0703,0.35174 0.39334,0.59159 0.53336,0.93314 0.25319,-0.26702 0.48673,-0.59969 0.76672,-0.66653 0.46232,-0.11036 0.66005,0.39436 1.1334,0.26662 0.47335,-0.12775 0.95411,-0.70851 1.30009,-1.19976 0.34597,-0.49124 0.0783,-0.89255 0.73338,-1.69965 0.32751,-0.40355 0.98199,-1.13797 1.66677,-1.73297 0.0337,-0.0293 0.0661,-0.0382 0.1,-0.0666 l 3.60023,-8.69821 c 0.003,-0.0226 0.001,-0.0444 0,-0.0666 -0.0369,-0.69276 0.007,-1.55098 0.36669,-1.99959 0.0312,-0.0389 0.01,-0.0925 0.0333,-0.13331 l -6.74523,0.0112 z"
             id="path11342"
             inkscape:connector-curvature="0" /><path
             style="fill:#290000;fill-opacity:1;stroke:none;stroke-width:0.02099253;stroke-miterlimit:1;stroke-dasharray:none;stroke-opacity:1"
             d="m 241.66286,100.63459 c -0.42157,0.0251 -0.88431,0.16375 -1.20007,0.36659 -0.14222,0.0913 -0.4831,0.28671 -0.53337,0.46658 -0.0658,0.23607 0.22884,0.18032 0.33335,0.1 -0.18586,0.0694 -0.3061,0.22824 -0.23335,0.43324 0.41342,-0.40405 0.9118,-0.7503 1.46677,-0.93314 -0.007,-0.0556 -0.0254,-0.11109 -0.0333,-0.16664 0.22027,-0.0347 0.56764,0.071 0.60004,-0.26661 -0.12304,-0.016 -0.2595,-0.008 -0.40003,0 z m -1.86679,0.69986 c -0.62045,0.38652 -1.24792,0.64971 -1.90012,0.96647 -0.49443,0.24004 -1.04752,0.0734 -1.56676,0.29993 -0.19495,0.085 -0.41988,0.13924 -0.63338,0.23329 -0.0975,0.26171 -0.28255,0.62778 -0.1,0.89981 0.25009,0.37267 1.01643,0.20653 1.40009,0.39992 0.38366,0.19339 0.52348,0.53848 0.90006,0.66653 0.37658,0.12805 0.94627,-0.18402 1.26675,0 0.32047,0.18401 0.48224,0.49139 0.4667,0.79983 -0.0156,0.30845 -0.5442,0.43844 -0.53338,0.76652 0.009,0.26083 0.36117,0.4977 0.53338,0.63319 0.65342,-0.55858 1.30849,-1.53966 2.10013,-1.83295 -0.11146,0.14945 -0.1686,0.31606 -0.20002,0.49989 0.46435,-0.12432 0.65743,-0.45022 1.16675,-0.53322 -0.2044,0.22318 -0.4737,0.37822 -0.60004,0.66653 0.75174,-0.20202 1.11649,-0.97745 1.96679,-0.93314 0.80269,0.0416 1.27959,-0.55367 2.10014,-0.23328 0.27814,0.10845 0.29046,0.55207 0.60004,0.53322 -0.0112,0.001 0.31318,-0.35502 0.33335,-0.36659 0.52321,-0.30353 1.27935,0.36219 1.73344,-0.0666 -0.18091,-0.17822 -0.22578,-0.51239 -0.53336,-0.53323 0.31883,-0.0698 0.42691,-0.85406 0.0333,-0.79983 -0.43657,0.0602 -0.83375,0.10845 -1.30008,0 0.0641,-0.29824 0.21223,-0.5426 0.36669,-0.79984 -0.49015,0.0685 -0.97232,0.19593 -1.46677,0.23329 -0.39357,0.0298 -0.77879,-0.0636 -1.16674,0.0333 -0.64824,0.16235 -1.30294,0.82479 -2.00013,0.56656 -0.50337,-0.18649 -0.83475,0.0113 -1.1334,-0.53323 -0.31816,-0.57961 -0.80802,-0.98197 -1.43343,-0.49989 0.60424,-0.56507 -0.41464,0.0668 -0.53336,0.16663 0.0486,-0.20666 0.31265,-0.36975 0.26668,-0.59988 -0.0436,-0.21888 -0.23521,-0.39547 -0.13335,-0.6332 z m 9.80064,3.13269 c -0.18687,0.11903 -0.35352,0.26659 -0.50004,0.43324 0.31883,-0.0245 0.82118,0.0475 0.50004,-0.43324 z m -3.13353,0.89981 c -0.33768,0.0618 -1.46735,0.94047 -0.70005,1.06645 -0.45774,0.26319 -1.05297,0.0384 -1.33342,0.59987 -0.22623,0.45265 -0.43333,0.9568 -0.93339,1.16643 0.15842,-0.12233 0.26827,-0.3002 0.30001,-0.4999 -0.11773,0.16631 -0.24947,0.27865 -0.43336,0.36659 0.30825,-0.28401 0.37838,-0.71042 0.63338,-1.03312 -0.40316,0.1564 -0.63249,0.60563 -1.06674,0.69986 -0.36844,0.08 -0.38922,0.21039 -0.66671,0.43324 -0.22126,0.17788 -0.47071,0.21191 -0.60004,0.4999 -0.14387,0.32139 -0.22824,0.59635 -0.4667,0.86649 -0.21034,0.23806 -0.66544,0.45214 -0.80005,0.73317 -0.12898,0.26947 -0.0831,0.50928 -0.26668,0.76652 -0.28443,0.39908 -0.8165,1.09636 -0.20001,1.46636 -0.38166,0.2007 -0.35709,1.09075 -0.53337,1.46637 -0.20704,0.44139 -0.51853,0.83041 -0.83338,1.19975 -0.38313,0.44975 -0.86881,0.76051 -1.33343,1.09977 h 7.83385 c 0.0704,-0.0509 0.16555,-0.13927 0.20001,-0.16663 0.24738,-0.19607 0.36092,-0.46816 0.60004,-0.66654 0.22324,-0.18581 0.51211,-0.27579 0.73338,-0.46657 0.20803,-0.17953 0.26534,-0.48955 0.43336,-0.69985 0.19777,-0.24732 0.61414,-0.088 0.33335,0.19995 0.82153,-0.0628 1.16892,-1.48522 1.23342,-2.09956 0.0496,-0.47149 0.51353,-1.58092 0.20001,-2.03291 -0.40317,-0.58126 -1.7159,0.79467 -2.06681,0.89981 -0.16966,0.0509 -0.9699,0.51469 -0.86671,-0.0999 0.0797,-0.4758 0.55436,-0.6609 0.93339,-0.83316 0.40052,-0.18218 0.53645,-0.62797 0.96672,-0.76651 0.39225,-0.12598 0.68536,-0.75419 0.76672,-1.1331 0.0661,-0.31014 -0.0542,-0.86151 0.30003,-1.03312 0.36843,-0.17854 0.19619,-0.73185 -0.20003,-0.89982 -0.4779,-0.20234 -0.85127,-0.48586 -1.30008,-0.73317 -0.18983,-0.10448 -0.66199,-0.40396 -0.86671,-0.36659 z m -1.66678,0.0666 c -0.15578,0.13094 -0.24784,0.29721 -0.26669,0.4999 0.18124,-0.0608 0.31749,-0.20517 0.33336,-0.39991 z"
             id="path11234"
             inkscape:connector-curvature="0" /><path
             style="fill:#290000;fill-opacity:1;stroke:none;stroke-width:0.02099253;stroke-miterlimit:1;stroke-dasharray:none;stroke-opacity:1"
             d="m 234.62908,102.13428 c -0.6006,0.0463 -2.73553,1.20747 -3.2002,0.4999 0.10144,-0.0834 0.22176,-0.16414 0.33335,-0.23328 -0.51173,0.11752 -0.98165,0.26409 -1.26674,0.53322 -0.67327,0.63556 -0.26188,1.45749 -0.66672,1.86628 -0.40483,0.40879 -1.09897,0.14691 -1.36675,0.53322 -0.26779,0.38631 0.18621,0.87094 0,1.36639 -0.18622,0.49546 -1.19803,0.50048 -1.20008,1.36638 -0.002,0.8659 2.04094,1.74007 2.20014,2.53281 0.0427,0.21244 -1.04987,1.68913 -1.00006,2.56614 0.0199,0.35081 0.21668,0.66442 0.43897,0.96646 h 6.72816 c 0.18389,-0.3199 0.20235,-0.68097 0.30001,-1.03312 0.1184,-0.42652 0.36541,-0.8457 0.66672,-1.16642 0.59332,-0.63185 0.87301,-1.3358 1.50009,-1.93294 0.30857,-0.29361 0.45491,-0.74274 0.73338,-1.06644 0.0844,-0.0982 0.87084,-0.83825 0.63337,-0.93314 -0.65319,-0.26054 -1.24541,0.74944 -1.83345,0.86648 0.0661,-0.40404 0.49214,-0.80101 0.80005,-1.03311 0.20208,-0.15243 0.47192,-0.11617 0.66671,-0.26662 0.17529,-0.13524 0.26006,-0.36168 0.43337,-0.49989 0.028,-0.0223 0.072,-0.0428 0.0999,-0.0667 -0.17221,-0.13549 -0.52472,-0.37236 -0.53338,-0.63319 -0.0109,-0.32808 0.5178,-0.45807 0.53338,-0.76652 0.0156,-0.30844 -0.14622,-0.61582 -0.4667,-0.79983 -0.32047,-0.18402 -0.89017,0.12805 -1.26674,0 -0.37659,-0.12805 -0.5164,-0.47314 -0.90007,-0.66653 -0.38366,-0.19339 -1.15,-0.0272 -1.40009,-0.39992 -0.18255,-0.27203 0.002,-0.6381 0.1,-0.89981 -0.26676,0.11751 -0.5256,0.26679 -0.80005,0.26661 -0.28443,0 -0.25412,-0.0175 -0.43337,-0.16663 -0.10155,-0.0843 -0.37428,0.11327 -0.53336,0.0667 0.28442,-0.16333 0.62927,-0.53783 0.70005,-0.86649 z m 6.23373,4.63238 c -0.50833,0.0714 -0.74473,0.60766 -1.16674,0.83316 -0.28078,0.15474 -0.20579,0.64752 0.20001,0.26662 0.35389,-0.33197 0.65585,-0.72912 0.96673,-1.09978 z"
             id="path11252"
             inkscape:connector-curvature="0" /><path
             style="fill:#290000;fill-opacity:1;stroke:none;stroke-width:0.02099253;stroke-miterlimit:1;stroke-dasharray:none;stroke-opacity:1"
             d="m 271.9365,115.72154 -3.88115,0.17461 c -0.43474,0.9106 -0.99736,2.77686 -1.02419,2.86803 0.28488,-0.11547 0.53726,-0.28164 0.83339,-0.39992 0.44648,-0.17855 0.70006,-0.20591 1.16674,-0.19996 0.21399,0.002 0.68714,0.0125 0.70004,-0.29993 -0.0232,0.2946 1.27864,0.0911 1.43343,0.0667 0.10294,-0.0163 0.12092,-0.0716 0.20001,-0.0999 0.18887,-0.6999 0.38292,-1.40972 0.57173,-2.10963 z"
             id="path11152"
             inkscape:connector-curvature="0"
             sodipodi:nodetypes="ccccccccc" /><path
             style="fill:#290000;fill-opacity:1;stroke:none;stroke-width:0.02099253;stroke-miterlimit:1;stroke-dasharray:none;stroke-opacity:1"
             d="m 271.36477,117.83104 c 0.52491,-0.18884 0.65457,-0.59662 1.0334,-1.06645 0.0493,0.43447 0.33089,0.11804 0.5667,0 -0.21861,0.18351 -0.29585,0.45022 -0.40002,0.69986 0.21118,-0.0148 0.39662,0.006 0.60004,-0.0824 l 0.0333,-1.7172 -1.26169,0.0567 c -0.19426,0.70159 -0.38192,1.40627 -0.57173,2.1095 z m 1.30008,-0.73318 c -0.22853,0.0376 -0.34123,0.3035 -0.36669,0.4999 0.17925,-0.1111 0.32534,-0.29093 0.36669,-0.4999 z"
             id="path11147"
             inkscape:connector-curvature="0"
             sodipodi:nodetypes="cccccccccccc" /><path
             style="fill:#290000;fill-opacity:1;stroke:none;stroke-width:0.02099253;stroke-miterlimit:1;stroke-dasharray:none;stroke-opacity:1"
             d="m 275.43169,107.59982 -3.90024,-0.0333 c -0.14609,0.82928 -0.20863,1.47262 -0.40003,1.96626 -0.34726,0.89563 -0.84688,1.12746 -1.10007,1.79963 -0.25319,0.67217 -0.0855,1.40151 -0.40002,2.16622 -0.10625,0.25831 -0.35328,0.49776 -0.53338,0.7665 0.16614,-0.0408 0.33723,0.0731 0.50004,0 0.48867,-0.21934 0.92189,-0.14957 1.4034,-0.18648 0.12789,-0.01 0.33282,-0.0315 0.46173,-0.0301 0.0393,-0.30806 0.0128,-0.89524 0.135,-1.24987 0.2048,-0.59443 0.48209,-1.20577 0.80005,-1.66631 0.63592,-0.92111 1.94015,-1.17755 2.56683,-2.06625 0.2877,-0.40797 0.37708,-0.95175 0.46669,-1.46637 z"
             id="path11074"
             inkscape:connector-curvature="0" /><path
             style="fill:#290000;fill-opacity:1;stroke:none;stroke-width:0.02099253;stroke-miterlimit:1;stroke-dasharray:none;stroke-opacity:1"
             d="m 275.43169,107.59982 c -0.0896,0.51461 -0.17899,1.05838 -0.46669,1.46636 -0.62668,0.88871 -1.93091,1.14515 -2.56683,2.06625 -0.31796,0.46054 -0.59525,1.07188 -0.80005,1.66632 -0.12219,0.35463 -0.11952,0.96556 -0.15876,1.27362 0.84181,0.01 1.0935,0.13661 1.78237,0.0603 0.33923,-0.0375 1.27239,-0.3621 1.5766,-0.40081 0.13236,-0.4297 0.58746,-0.81964 1.00005,-1.16642 -0.0772,-0.21657 -0.17672,-0.49538 -0.0999,-1.09978 0.0884,-0.69702 0.7796,-1.86573 1.33341,-3.06604 0.27692,-0.60015 0.50926,-1.20279 0.63338,-1.7663 0.005,-0.025 -0.005,-0.0418 0,-0.0666 -0.10966,0.0718 -0.15122,0.1745 -0.3667,0.26661 -0.039,-0.0797 -0.093,-0.15426 -0.13334,-0.23329 -0.29567,0.17426 -0.63448,0.0838 -0.90005,0.23329 -0.2378,0.13425 -0.38255,0.54994 -0.53338,0.76651 h -0.30001 z"
             id="path10996"
             inkscape:connector-curvature="0" /><g
             transform="matrix(0.11112874,0,0,0.11109866,33.220981,-6.3626395)"
             style="fill:#290000;fill-opacity:1;stroke:none;stroke-width:0.18892834;stroke-miterlimit:1;stroke-dasharray:none;stroke-opacity:1"
             class="US-MA"
             id="US-MA"><path
               style="fill:#290000;fill-opacity:1;stroke:none;stroke-width:0.18892834;stroke-miterlimit:1;stroke-dasharray:none;stroke-opacity:1"
               d="m 2166.9518,1115.4686 c 1.2738,3.6189 -4.6678,3.0591 -6.5994,2.9996 2.1815,-0.8869 4.028,-3.1931 6.5994,-2.9996 z m 9.8991,1.7996 c 0.5385,1.372 0.5366,2.7032 -0.2995,3.8999 -1.5803,0.1488 -3.083,-0.1815 -4.4996,-0.8997 1.9464,-0.3455 4.9097,-0.1309 4.7995,-2.9996 z"
               class="US-MA"
               id="US-MA-chappaquiddick"
               inkscape:connector-curvature="0" /><path
               style="fill:#290000;fill-opacity:1;stroke:none;stroke-width:0.18892834;stroke-miterlimit:1;stroke-dasharray:none;stroke-opacity:1"
               d="m 2123.6251,1084.2747 c -3.1771,4.3232 -7.385,9.9892 -10.0682,15.2954 -0.1325,0.2622 -0.2486,0.5992 -0.3829,0.8823 l 46.279,-2.0826 -0.3004,15.4572 c 2.9168,-1.2618 5.9445,-3.8302 8.7001,-5.2582 -0.789,1.4702 -1.4391,2.9669 -2.0998,4.4996 3.2766,0.405 14.4604,-1.5027 16.1985,-4.4996 1.4791,-2.5416 2.4447,-9.1985 -2.0998,-8.9992 2.5445,1.6904 0.077,4.4996 2.6997,4.4996 -0.7084,4.0684 -6.7474,6.7478 -9.8991,3.8996 -3.735,-3.3779 -0.6258,-7.4121 -2.6997,-10.7989 -0.8217,-1.3423 -4.3329,-2.0968 -4.4996,-3.5997 -0.3542,-3.1784 7.8336,-6.282 9.8991,-7.4993 -1.6986,-1.279 -2.1096,-3.1198 -1.4999,-5.0995 -1.3687,0.1747 -3.0297,-2.7672 -6.9397,-2.2896 -2.5113,0.3068 -5.2221,4.446 -6.7484,4.6145 -29.164,0.5326 -5.3392,0.2324 -36.5389,0.9784 z"
               class="US-MA"
               id="US-MA-mainland"
               inkscape:connector-curvature="0"
               sodipodi:nodetypes="cccccccccccccccccc" /></g><path
             style="fill:#290000;fill-opacity:1;stroke:none;stroke-width:0.02099253;stroke-miterlimit:1;stroke-dasharray:none;stroke-opacity:1"
             d="m 283.63223,100.66792 c -0.32928,-0.0639 -1.12799,0.81093 -1.4001,1.03312 -0.42697,0.34883 -0.94587,0.67292 -1.30009,1.09977 -0.25498,0.3075 -0.27805,0.69989 -0.63336,0.93314 -0.35332,0.23195 -0.7456,0.63648 -0.83339,0.89982 -0.14227,0.42675 -0.37877,0.69783 -0.66671,0.83316 -0.23955,0.11258 -1.153,0.94231 -1.00007,0.9998 -0.091,-0.0104 -0.093,0.0736 -0.13334,0.1 -0.005,0.0248 0.005,0.0417 0,0.0666 -0.12412,0.56351 -0.35646,1.16615 -0.63337,1.7663 -0.55382,1.20031 -1.24494,2.36902 -1.33342,3.06604 -0.0767,0.6044 0.0227,0.88321 0.1,1.09978 0.19103,-0.16056 0.42722,-0.40264 0.53337,-0.46657 0.11509,-0.0691 0.62642,-0.52807 0.63337,-0.63321 0.0252,-0.36469 0.57343,-0.53156 0.83339,-0.69986 -0.0548,0.11507 -0.20058,0.41921 -0.0999,0.33327 0.0183,0.0107 0.19288,-0.139 0.26668,-0.19996 0.0189,0.1028 0.0547,0.22978 0.0667,0.33326 0.12899,-0.0985 0.44674,-0.79303 0.20002,-0.73318 0.0778,-0.13953 0.18849,-0.23314 0.33335,-0.29993 -0.21035,0.1868 -0.24949,0.43699 -0.26668,0.69985 0.0334,-0.15738 0.48748,-0.80999 0.33335,-0.19997 0.08,-0.07 0.15497,-0.16087 0.23335,-0.23327 -0.0671,0.16895 -0.0203,0.21218 0.0333,0.36659 0.4273,-0.57598 0.8407,-0.30679 1.30009,-0.83317 0.19645,-0.22483 0.291,-0.51925 0.50003,-0.73317 0.18289,-0.18748 0.50908,-0.22416 0.60004,-0.4999 -0.0745,0.39677 -0.114,0.72079 0.26668,0.96647 0.004,-0.0916 -0.0152,-0.54447 0.16668,-0.53323 0.15379,0.01 0.22673,0.014 0.23335,-0.19996 0.0453,0.46356 0.24132,0.0354 0.53337,-0.0333 0.25862,-0.0605 0.23334,0.31877 0.23334,0.46657 0.21399,-0.0568 0.18248,-0.39991 0.36669,-0.39991 0.2454,0 0.38143,-0.2612 0.60004,-0.33328 -0.21828,0.54491 0.40199,0.10779 0.5667,0 0.2292,-0.1501 0.43944,-0.18202 0.70005,-0.23328 0.21398,-0.0423 0.48421,-0.12304 0.63337,-0.29994 0.13891,-0.16432 0.15976,-0.42049 -0.16668,-0.19995 0.0394,-0.2741 0.34143,-0.36135 0.26669,-0.66654 -0.0631,-0.25888 -0.26827,-0.33399 -0.4667,-0.13329 -0.24904,-0.33628 -0.01,-0.67082 0.13334,-0.9998 0.20208,-0.46488 -0.19894,-0.22177 -0.40002,-0.53322 -0.18984,-0.29394 0.30047,-1.02068 0.40002,-1.29974 0.1915,-0.53597 0.4217,-1.1043 0.63338,-1.63299 0.23614,-0.59086 0.39632,-1.96258 -0.70004,-1.66633 -0.18389,0.0496 -1.59793,0.68727 -1.53344,0.0667 0.0302,-0.29006 -0.0236,-0.41196 -0.13334,-0.43325 z m -1.43343,8.49825 c -0.21446,0.0846 -0.36348,0.3694 -0.20001,0.56655 0.16503,-0.1488 0.62782,-0.25972 0.43336,-0.56655 -0.0737,-0.0235 -0.16187,-0.0281 -0.23335,0 z m -1.26676,0.19995 c -0.10814,0.039 -0.16204,0.11327 -0.16667,0.23329 0.0562,-0.0797 0.11045,-0.15393 0.16667,-0.23329 z m 0.43337,0.26662 c -0.15379,0.0351 -0.26431,0.11121 -0.30001,0.2666 0.18983,0.009 0.30994,-0.0772 0.30001,-0.2666 z"
             id="path10769"
             inkscape:connector-curvature="0" /><path
             style="fill:#290000;fill-opacity:1;stroke:none;stroke-width:0.02099253;stroke-miterlimit:1;stroke-dasharray:none;stroke-opacity:1"
             d="m 232.22893,135.46073 h -5.63371 c -0.0412,0.15677 -0.24768,0.37922 -0.23333,0.53322 0.0361,0.38682 0.14955,0.83876 -0.16669,1.69965 -0.63248,1.72179 -2.69713,4.89951 -3.43355,7.09853 -0.3682,1.09951 -0.79417,2.30213 -1.06674,3.36598 -0.11323,0.44198 0.009,0.68759 -0.0333,1.06645 0.095,-0.01 0.16518,0.0193 0.20002,0 0.19413,-0.10746 0.54234,0.0307 0.66671,-0.16664 0.16304,-0.25888 0.30338,-0.58876 0.43335,-0.86648 0.091,0.25657 0.32882,1.56476 -0.20001,1.36638 0.52719,0.21228 1.26668,-0.0919 1.46676,-0.63321 0.13361,0.11937 0.10263,0.24389 0,0.33328 0.0876,-0.0372 0.17946,-0.0631 0.26669,-0.0999 0.007,-0.0669 0.0269,-0.10056 0.0333,-0.16662 0.0728,-0.7454 0.0667,-1.43304 0.0667,-1.43304 l 5.73369,-0.13331 c 0.10241,-0.77723 0.16266,-1.56339 0.33336,-2.09956 0.27894,-0.87615 0.75384,-1.07259 0.93339,-1.83295 0.17955,-0.76037 -0.17927,-0.97056 0,-2.6328 0.0896,-0.83112 0.089,-2.25511 0.26669,-3.66591 0.0757,-0.60113 0.20871,-1.18627 0.36669,-1.73297 z"
             id="path10917"
             inkscape:connector-curvature="0" /><path
             style="fill:#290000;fill-opacity:1;stroke:none;stroke-width:0.02099253;stroke-miterlimit:1;stroke-dasharray:none;stroke-opacity:1"
             d="m 232.22893,135.46073 c -0.15798,0.54672 -0.29098,1.13184 -0.36669,1.73298 -0.17771,1.4108 -0.17705,2.83479 -0.26669,3.66591 -0.17927,1.66223 0.17955,1.87242 0,2.63279 -0.17955,0.76036 -0.65445,0.9568 -0.93339,1.83295 -0.1707,0.53617 -0.23098,1.32233 -0.33336,2.09957 h 0.0667 l 0.40003,1.06644 6.3004,0.26662 0.66672,-0.79984 1.10006,0.13331 c 0.0118,-0.27992 0.13324,-0.64865 0.20002,-0.83316 0.12038,-0.3323 0.41046,-0.31632 0.63337,-0.53323 -0.10347,-0.16168 -0.25113,-0.27275 -0.43336,-0.33326 0.29733,0.0697 0.51108,0.22418 0.43336,-0.16664 0.22226,0.22121 0.36234,-0.20424 0.0667,-0.36658 0.27351,0.0126 0.54116,-0.10601 0.60004,-0.39992 -0.086,0.0354 -0.17806,0.0719 -0.26669,0.0999 -0.0247,-0.086 -0.009,-0.17767 0,-0.26661 0.16636,0.0619 0.31555,0.0269 0.46669,-0.0666 -0.0313,-0.08 -0.0676,-0.15426 -0.0999,-0.23329 0.57787,-0.17288 0.67673,-0.43419 0.93339,-0.83316 -0.0678,-0.28759 -0.0474,-0.50873 -0.13335,-0.79983 -0.26908,-0.91074 -0.61692,-1.77013 -0.86672,-2.23287 -0.49963,-0.92552 -0.65177,-0.51895 -0.93339,-1.06645 -0.28163,-0.54751 -0.19306,-1.68196 -0.50004,-2.23287 -0.15348,-0.27546 -0.41311,-0.36369 -0.63337,-0.46657 -0.22026,-0.10291 -0.41576,-0.20173 -0.43336,-0.56655 -0.0176,-0.36484 0.54885,-0.5744 1.06673,-0.86649 0.19421,-0.10954 0.35293,-0.25395 0.50004,-0.39991 -0.17229,-0.0325 -0.50004,-0.0667 -0.50004,-0.0667 h -6.73376 z"
             id="path10779"
             inkscape:connector-curvature="0" /><path
             style="fill:#290000;fill-opacity:1;stroke:none;stroke-width:0.02099253;stroke-miterlimit:1;stroke-dasharray:none;stroke-opacity:1"
             d="m 241.39618,144.15894 c 0.0437,-0.0679 0.11202,-0.0509 0.16667,-0.13331 -0.33138,0.48406 0.23865,0.0636 0.23335,-0.19996 -0.004,-0.21194 -0.093,-0.3876 -0.1,-0.59987 0.0235,0.14217 0.23652,0.87638 0.30002,0.23328 -0.0956,0.56275 0.84282,0.0771 0.26668,0.13331 0.75539,-0.30188 -0.45662,-0.2221 0.26669,-0.36659 -0.60986,-0.10217 0.0843,-0.12147 0.20001,-0.0999 0.27187,0.0505 0.47085,-0.0453 0.70004,-0.16663 0.36612,-0.19343 0.80555,-0.26321 0.70005,-0.79984 0.11377,0.65038 0.97624,-0.4165 1.16674,-0.53322 0.17926,-0.10977 0.23758,0.0778 0.43337,-0.0999 0.11013,-0.10014 0.0277,-0.23223 0.20001,-0.26661 0.1821,-0.0366 0.20906,-0.21979 0.23335,-0.39991 0.0107,0.0436 0.0346,0.0903 0.0667,0.13329 0.51627,-0.67351 1.04586,-1.44339 1.90013,-1.69964 0.0109,-0.003 0.0225,0.003 0.0333,0 -0.0946,-0.23779 -0.14801,-0.81825 -0.26668,-1.06645 -0.38311,-0.80126 -0.4657,-1.08393 -1.06674,-1.43304 -0.60103,-0.34909 -1.89268,0.0219 -2.36681,-0.26661 -0.47413,-0.28848 -0.17161,-0.51035 -0.53338,-0.79983 -0.36175,-0.28947 -1.03454,-0.62582 -1.7001,-0.66653 -0.66557,-0.0407 -1.54182,0.49916 -2.10014,0.53322 -0.31852,0.0194 -0.43785,-0.0235 -0.66671,-0.0667 -0.1471,0.14596 -0.30583,0.29038 -0.50003,0.39991 -0.51789,0.2921 -1.08434,0.50167 -1.06674,0.86649 0.0176,0.36484 0.21311,0.46366 0.43337,0.56656 0.22026,0.10291 0.47989,0.19112 0.63337,0.46656 0.30698,0.55092 0.21842,1.68538 0.50003,2.23287 0.28162,0.54751 0.43377,0.14094 0.93339,1.06645 0.24981,0.46276 0.59764,1.32213 0.86673,2.23288 0.086,0.2911 0.0655,0.51225 0.13334,0.79983 z"
             id="path10855"
             inkscape:connector-curvature="0" /><path
             style="fill:#290000;fill-opacity:1;stroke:none;stroke-width:0.02099253;stroke-miterlimit:1;stroke-dasharray:none;stroke-opacity:1"
             d="m 224.4951,149.1579 c 0.0322,-0.0137 0.0738,-0.005 0.0999,-0.0333 0.13197,-0.1392 0.54489,-0.75829 0.40003,-0.0999 0.10091,-0.15077 0.21198,-0.29833 0.33335,-0.43324 -0.13758,0.1792 -0.0684,0.33412 0.13334,0.39991 -0.1938,0.10388 -0.41443,0.17716 -0.63337,0.19997 0.38398,0.0107 0.90294,0.005 1.26674,-0.13331 0.21333,-0.0814 0.45597,-0.28487 0.70005,-0.23328 0.13626,0.0288 0.41014,0.11914 0.46669,0.26661 0.0586,0.15308 -0.77946,0.0419 -0.83338,0.0333 0.40217,0.19772 1.20077,0.71824 1.66677,0.59987 -0.0625,-0.08 -0.13552,-0.15458 -0.20001,-0.23327 0.2302,-0.004 0.46986,0.01 0.70005,0 -0.26889,0.0681 -0.6139,0.3843 -0.13335,0.43324 0.3185,0.0324 0.19011,0.34861 -0.13334,0.0999 0.20606,0.1954 0.25843,0.28744 0.1,0.26661 0.33007,0.16102 0.51474,0.57811 0.26669,0.89981 0.4121,0 0.86339,-0.0796 1.20008,-0.33326 -0.0625,0.31279 0.44962,-0.0275 0.5667,-0.0999 0.3003,-0.18616 0.64012,-0.10217 0.5667,-0.46658 0.42698,0.0456 0.71861,-0.41441 1.16674,-0.26661 0.30726,0.1012 0.62947,0.41286 0.76672,0.69986 0.2831,0.59151 0.43498,1.29348 0.93339,1.7663 0.34297,0.32535 0.55758,0.14867 0.66671,0.69986 0.0641,0.32403 0.08,0.61307 0,0.93314 -0.20783,0.8314 -1.01578,1.67263 -0.90006,2.56613 0.0152,-0.10003 0.11692,0.0658 0.20001,0.19996 0.0645,-0.0767 0.39012,-0.42346 0.23335,-0.53322 -0.17727,-0.124 -0.18143,-0.26363 -0.0667,-0.43324 0.17727,0.0836 0.3215,0.2609 0.30001,0.46657 0.0784,-0.0572 0.15265,-0.11273 0.23335,-0.16664 0.2163,0.37396 -0.49498,1.24162 -0.86672,1.2664 0.45972,0.288 0.23466,1.03059 0.40002,1.46637 0.17992,0.47414 0.743,0.39049 0.40003,0 0.15247,0.12763 0.30199,0.14509 0.4667,0.0333 -0.13263,0.14581 -0.33907,1.24314 -0.13334,1.16642 0.12269,-0.0457 0.20318,-0.14576 0.30001,-0.23328 -0.0698,0.0708 -0.12912,0.13888 -0.16667,0.23328 -0.0507,0.0348 -0.10507,0.0791 -0.16668,0.0999 0.48154,0.22816 0.23296,0.79935 0.26668,1.19976 0.034,0.40635 0.33803,0.42298 0.63338,0.59988 0.4994,0.29956 0.33618,0.77091 0.5667,1.19975 0.10486,0.19507 0.53358,0.47329 0.43336,0.73318 -0.17958,-0.0542 -0.3223,-0.19664 -0.40003,-0.36659 -0.41473,0.45662 0.18141,0.63976 0.56671,0.49989 0.23052,-0.0836 0.49473,0.14172 0.66671,-0.0999 0.2411,-0.33924 0.1412,0.14177 0.33335,0.0333 0.072,-0.0405 0.1336,-0.10024 0.20002,-0.16663 -0.20268,0.23103 -0.33456,0.58912 -0.53337,0.76651 0.31982,-0.30188 0.6358,-0.64799 0.90005,-0.9998 -0.10939,0.0164 -0.21974,0.0925 -0.30001,0.16664 0.43343,-0.48938 0.74671,-1.43936 0.96673,-1.93294 0.16074,-0.36072 1.11322,-3.67503 0.33335,-3.56592 0.0851,-0.10611 0.11689,-0.2469 0.13335,-0.39993 0.0171,0.0882 0.051,0.17875 0.0667,0.26662 0.0301,-0.57135 -0.0567,-1.14847 -0.20001,-1.69966 -0.009,0.14459 -0.0107,0.28957 0,0.43325 -0.0373,-0.13618 -0.072,-0.29889 -0.1,-0.39992 -0.2325,-0.83883 -0.33335,-1.66123 -0.33335,-2.5328 0.011,0.22136 0.12655,0.31236 0.23335,0.39991 0.12067,0.099 0.22703,0.19506 0.1,0.4999 -0.2087,0.50158 -0.0961,1.00902 0.0999,1.49969 -0.0483,-0.47514 -0.20988,-0.88894 -0.0667,-1.36638 0.14519,-0.48406 0.18586,-0.5896 0,-1.09978 -0.37704,-1.03689 -0.673,-2.15701 -0.66672,-3.26599 0.003,-0.51481 0.11371,-1.12546 0.0333,-1.63299 -0.0414,-0.26055 -0.20017,-0.30886 0.0333,-0.46657 0.0972,-0.0655 0.11834,-0.1503 0.0333,-0.23329 -0.0429,-0.0522 0.0634,-0.15406 0.0667,-0.23328 l -1.10006,-0.13331 -0.66671,0.79983 -6.30041,-0.26661 -0.40002,-1.06645 -5.80038,0.13331 c 0,0 0.006,0.68764 -0.0667,1.43304 -0.006,0.0661 -0.0259,0.0997 -0.0333,0.16663 z m 5.7337,1.89961 c -0.25136,0.13987 -0.66014,0.43716 -0.96673,0.29994 0.27714,0.19342 0.763,-0.12404 0.96673,-0.29994 z"
             id="path10853"
             inkscape:connector-curvature="0" /><path
             style="fill:#290000;fill-opacity:1;stroke:none;stroke-width:0.02099253;stroke-miterlimit:1;stroke-dasharray:none;stroke-opacity:1"
             d="m 226.59522,135.46073 h -4.50028 c -0.22841,0.25363 -0.39704,0.49561 -0.63338,0.73319 -0.76725,0.77124 -1.8702,1.30252 -2.56682,2.19954 -0.69663,0.89702 -1.24662,2.16516 -1.53344,3.06603 -0.28681,0.90087 0.084,1.20767 -0.33335,2.23288 -0.41729,1.0252 -2.56683,3.56593 -2.56683,3.56593 h 4.10026 c 0,0 -0.0465,1.73472 0.33336,2.3995 0.0208,0.0365 0.0471,0.0355 0.0667,0.0667 0.38102,-0.13061 0.43717,-0.35462 0.8334,-0.39993 0.15676,-0.0178 0.90025,-0.1659 0.80005,-0.19995 0.21993,-0.0913 0.46662,0.4012 0.66671,0.0999 -0.0362,0.0545 0.21017,0.0181 0.40003,0 0.0415,-0.37886 -0.0799,-0.62446 0.0333,-1.06645 0.27256,-1.06384 0.69853,-2.26646 1.06674,-3.36596 0.73641,-2.19902 2.80106,-5.37676 3.43355,-7.09854 0.31625,-0.86089 0.20271,-1.31283 0.16668,-1.69964 -0.0144,-0.15401 0.19214,-0.37646 0.23335,-0.53323 z"
             id="path10851"
             inkscape:connector-curvature="0" /><path
             style="fill:#290000;fill-opacity:1;stroke:none;stroke-width:0.02099253;stroke-miterlimit:1;stroke-dasharray:none;stroke-opacity:1"
             d="m 243.66299,131.19494 h -18.26783 c -0.31018,0.22877 -0.66028,0.45734 -0.86673,0.73319 -0.43,0.57453 -0.53359,1.14213 -1.0334,1.86628 -0.34585,0.5011 -0.88698,1.09654 -1.40009,1.66632 h 13.60087 c 0.40686,-0.40051 0.84509,-0.74409 1.13341,-0.89981 0.66169,-0.35739 0.48366,0.079 1.06673,-0.1333 0.58308,-0.21235 1.46824,-1.16569 2.23348,-1.46637 0.76524,-0.30069 1.40294,0.0324 2.23347,-0.39991 0.41528,-0.21616 0.67982,-0.61714 1.00007,-1.06645 0.072,-0.101 0.21901,-0.19731 0.30002,-0.29995 z"
             id="path10787"
             inkscape:connector-curvature="0" /><path
             style="fill:#290000;fill-opacity:1;stroke:none;stroke-width:0.02099253;stroke-miterlimit:1;stroke-dasharray:none;stroke-opacity:1"
             d="m 243.66299,131.19494 c -0.081,0.1026 -0.22801,0.1989 -0.30002,0.29995 -0.32025,0.44931 -0.58479,0.85029 -1.00007,1.06645 -0.83053,0.4323 -1.46823,0.0993 -2.23347,0.39991 -0.76524,0.30068 -1.6504,1.25402 -2.23348,1.46637 -0.58307,0.21232 -0.40504,-0.22409 -1.06673,0.1333 -0.28832,0.15572 -0.72655,0.4993 -1.13341,0.89981 h 3.26688 c 0,0 0.60843,0.16737 1.16674,0.13331 0.55832,-0.034 1.43457,-0.57394 2.10014,-0.53323 0.66556,0.0407 1.33835,0.37706 1.7001,0.66654 0.36177,0.28946 0.0592,0.51134 0.53338,0.79983 0.47413,0.28848 1.76578,-0.0824 2.36681,0.26661 0.60104,0.3491 0.68363,0.63178 1.06674,1.43303 0.11867,0.2482 0.17209,0.82865 0.26668,1.06645 0.74503,-0.20695 1.59084,0.077 1.80012,-0.83316 0.01,0.16136 0.009,0.31017 -0.0333,0.46658 0.31155,-0.5092 0.592,-1.03681 1.13341,-1.33306 0.12403,-0.0682 0.45538,-0.11452 0.50003,-0.26662 0.0414,-0.14185 0.045,-0.32545 0.16668,-0.43324 -0.12436,0.49992 0.27488,0.2046 0.4667,0.0333 0.28111,-0.24998 0.79002,-0.19482 1.16674,-0.13331 -0.17893,-0.17987 0.54103,-0.1335 0.66671,-0.19996 0.22159,-0.11737 0.43771,-0.38925 0.5667,-0.59987 -0.11608,0.0364 -0.22719,0.10744 -0.33336,0.16662 0.10092,-0.30517 -0.55835,-0.0258 -0.76671,0 -0.30758,0.0381 -0.53628,-0.10291 -0.56671,-0.43324 0.37672,0.29262 0.58375,0.33513 0.96673,0.0666 0.17297,-0.12101 0.0779,-0.35984 0.26669,-0.43324 0.40901,-0.15892 -0.27027,-0.48344 -0.63338,-0.69986 0.24143,0.0886 0.49898,0.0847 0.73338,0.19996 -0.0182,-0.07 0.0794,-0.0775 0.1,-0.13331 0.33603,0.21625 0.94264,0.40953 1.26676,0.0667 0.17495,-0.18482 0.4,-0.74094 0.73338,-0.4999 0.0513,-0.34585 0.41227,-0.63013 0.23334,-0.99979 -0.16536,0.17226 -0.4616,0.1027 -0.53336,0.3666 -0.0549,0.20069 -0.1527,0.39613 -0.36669,0.46656 0.15643,-0.17491 0.31087,-0.50173 0.33335,-0.73318 0.0328,-0.33825 -0.71524,-0.11141 -0.86672,-0.16663 -0.18587,-0.0678 -0.44883,0.21404 -0.63337,0.0999 -0.1597,-0.0987 -0.005,-0.53451 0.13334,-0.79984 -0.0732,0.19028 -0.0941,0.41595 0.1,0.53323 0.25764,0.15573 0.46589,-0.10678 0.70004,-0.16663 -0.0582,-0.0836 -0.13122,-0.19123 -0.20001,-0.26661 0.16206,0.0877 0.67083,0.48406 0.43336,0 0.14718,0.16565 0.31384,0.18468 0.50003,0.0666 -0.0327,-0.0902 -0.0867,-0.18263 -0.13334,-0.26661 0.16967,0.21525 0.37112,0.18992 0.4667,-0.0667 0.11839,0.1468 0.15649,0.31342 0.13334,0.4999 0.23185,-0.45497 -0.0742,-0.93351 -0.0667,-1.39972 0.14122,0.2417 0.18215,-0.039 0.2,-0.16663 0.27154,0.32865 -0.005,0.70638 0.1,1.06645 0.10849,0.37131 0.10954,0.78288 0.13335,1.16642 0.14155,-0.4414 -0.10635,-0.94672 -0.0667,-1.39971 0.0281,-0.31879 0.0604,-0.61736 0.0667,-0.93315 h -13.36752 z m 13.33419,3.46596 c -0.13981,0.30907 -0.38522,0.56136 -0.73338,0.66653 0.12833,0.007 0.27368,0.0235 0.40003,0 0.15937,-0.19024 0.25875,-0.42706 0.33335,-0.66653 z"
             id="path10771"
             inkscape:connector-curvature="0" /><path
             style="fill:#290000;fill-opacity:1;stroke:none;stroke-width:0.02099253;stroke-miterlimit:1;stroke-dasharray:none;stroke-opacity:1"
             d="m 210.09417,139.29327 c -0.71134,-0.24571 -1.42779,-0.38441 -1.93346,-0.39991 -0.5224,-0.016 -0.84121,0.18258 -1.10006,0.36659 -0.25887,0.184 -0.44902,0.37144 -0.76672,0.33326 -0.63543,-0.0763 -0.82135,-0.97762 -1.53344,-1.03311 -0.35604,-0.0277 -0.7257,0.26018 -1.10006,0.53321 -0.37437,0.27305 -0.77036,0.54158 -1.13341,0.4999 -0.36305,-0.0417 -0.60907,-0.30217 -0.83339,-0.56654 -0.22433,-0.26439 -0.42585,-0.53917 -0.70005,-0.63321 -0.54837,-0.1881 -1.23948,0.22943 -1.53343,0 -0.29393,-0.22943 0.14082,-0.34976 -0.16667,-0.66653 -0.3075,-0.31677 -1.86678,-0.53322 -1.86678,-0.53322 l 1.96679,-5.36556 h -6.56709 l -6.23373,13.59719 h -7.43382 c 0.24141,0.24502 0.18338,0.65299 1.06674,1.1331 0.30196,0.51662 0.62828,1.35056 1.0334,1.49969 0.41175,0.15156 0.75219,0.38441 0.70004,0.86648 0.0211,0.48906 0.12175,1.0137 -0.0667,1.4997 0.022,0.70021 0.38673,1.25994 1.1334,1.79962 0.24738,0.17326 0.51668,0.29761 0.76672,0.46657 0.27714,0.18715 0.72352,0.63997 1.10006,0.46658 0.94846,-0.43678 1.01773,-1.58358 1.73346,-2.03291 0.6865,-0.43101 1.48661,-0.34835 2.2668,-0.23329 0.0704,0.0107 0.74367,0.0596 0.76672,0.0999 0.21768,0.38162 0.49241,0.59894 0.70005,0.9998 0.0995,0.19209 0.36489,0.36182 0.43335,0.59987 0.0562,0.19541 0.1844,0.32988 0.23335,0.53323 0.0982,0.409 0.0552,0.82275 0.13334,1.23307 0.20267,1.002 0.64965,1.64667 0.9334,2.39951 0.10571,0.31179 0.47934,0.4717 0.53337,0.66652 0.0569,0.20488 -0.0573,0.39343 -0.1,0.59988 -0.10113,0.48836 -0.0867,0.89225 0.13334,1.36639 0.30028,0.64689 0.0793,1.20665 0.83339,1.33305 0.38071,0.0638 0.80048,0.55754 1.16674,0.76652 0.29355,0.16748 0.7149,0.0667 1.0334,0.0667 0.38927,0 0.59374,0.61416 0.93339,0.56655 0.1176,-0.0165 0.32378,-0.20835 0.50004,-0.36659 -0.35722,-0.45497 -0.1,-1.48881 -0.1,-1.9996 0,-0.17589 -0.18529,-0.72371 0.0333,-0.83315 0.26227,-0.13094 0.36689,-0.57361 0.43337,-0.83316 -0.22589,0.13292 -0.46259,0.0888 -0.70005,0.0333 0.12734,-0.16136 0.14479,-0.32765 0.0333,-0.4999 0.19612,0.42355 0.69625,0.40563 0.93339,0.0333 0.0442,-0.0694 0.14458,-0.19031 0.23335,-0.33326 0.0887,-0.14296 0.16591,-0.308 0.13334,-0.39992 -0.0539,-0.15177 -0.17873,-0.25503 -0.1,-0.43325 -0.0956,-0.003 -0.17176,-0.0211 -0.26668,-0.0333 0.53646,-0.15607 1.23751,-0.0295 1.33342,-0.76651 -0.13759,0.15045 -0.30424,0.18853 -0.50004,0.1333 0.14288,-0.44107 0.5921,-0.0596 0.76672,-0.43324 -0.10284,0.51679 0.59481,-0.34037 0.5667,-0.73318 0.20606,0.45067 0.63739,0.34736 0.9334,0.0667 -0.8738,0.0343 0.0806,-1.10783 0,-0.39992 0.11839,-0.12135 0.17237,-0.2686 0.13334,-0.43325 0.0847,0.26253 0.86748,0.20576 0.50003,0.43325 0.15445,-0.0675 0.33698,-0.12299 0.50004,-0.16664 -0.17463,0.19541 -0.44288,0.29133 -0.63338,0.46657 0.42102,-0.13953 0.84612,-0.35163 1.23342,-0.56655 -0.15876,0.0476 -0.34129,0.11902 -0.50004,0.16664 0.46667,-0.55615 1.49337,-0.44392 2.03347,-1.03312 0.13183,-0.14384 0.29121,-0.2437 0.43336,-0.36659 0.28363,-0.24521 0.55909,-0.49582 0.83339,-0.76652 -0.23284,-0.0678 -0.41255,-0.69587 -0.26669,-0.86648 0.169,-0.1974 0.19273,0.11301 0.36669,0.0333 0.18256,-0.0836 0.2197,-0.2873 0.43336,-0.33327 0.0824,0.28204 -0.10401,0.56085 -0.26669,0.76652 0.23813,-0.0715 0.4817,-0.14892 0.73339,-0.0999 -0.31982,0.11604 -0.68839,0.29112 -0.90006,0.56654 0.58658,-0.42837 1.31721,-0.6176 2.03347,-0.76651 0.0303,-0.10995 -0.002,-0.26175 0.0333,-0.36659 0.21831,-0.63945 0.51078,-1.20206 0.76672,-1.69965 0.25594,-0.49759 0.63299,-0.76369 0.96673,-1.03312 0.33375,-0.26943 0.61927,-0.52962 0.73339,-0.99979 0.1141,-0.47016 -0.0588,-0.97604 -0.26669,-1.49969 -0.20787,-0.52366 -0.43536,-1.06294 -0.40003,-1.56635 0.0706,-1.00683 0.95304,-1.90557 1.0334,-2.73277 0.0402,-0.41358 -0.0848,-0.6133 -0.20001,-0.86648 -0.11524,-0.25319 -0.24648,-0.5473 -0.16667,-1.16642 0.004,-0.0353 0.0596,-0.0964 0.0667,-0.13331 z m -9.33393,15.66343 c -0.33305,0.1607 -0.66471,0.37783 -1.00006,0.53322 v 0.16664 c 0.32047,-0.2374 0.7239,-0.40426 1.00006,-0.69986 z"
             id="US-TX"
             inkscape:connector-curvature="0" /><path
             style="fill:#290000;fill-opacity:1;stroke:none;stroke-width:0.02099253;stroke-miterlimit:1;stroke-dasharray:none;stroke-opacity:1"
             d="m 193.69312,129.96187 -0.86672,1.86628 h 6.56709 l -1.96679,5.36556 c 0,0 1.55928,0.21645 1.86678,0.53322 0.30749,0.31677 -0.12726,0.4371 0.16667,0.66653 0.29395,0.22943 0.98506,-0.1881 1.53343,0 0.2742,0.0941 0.47572,0.36882 0.70005,0.63321 0.22432,0.26437 0.47034,0.52486 0.83339,0.56654 0.36305,0.0417 0.75904,-0.22685 1.13341,-0.4999 0.37436,-0.27303 0.74402,-0.56097 1.10006,-0.53321 0.71209,0.0555 0.89801,0.95677 1.53344,1.03311 0.3177,0.0382 0.50785,-0.14926 0.76672,-0.33326 0.25885,-0.18401 0.57766,-0.38262 1.10006,-0.36659 0.50567,0.0155 1.22212,0.1542 1.93346,0.39991 0.11575,-0.61123 0.50819,-1.41794 0.96673,-2.26619 0.48623,-0.89949 1.00826,-1.83996 1.20008,-2.56614 0.38365,-1.45238 -0.0961,-1.79399 0.33336,-3.56593 0.0566,-0.23356 0.28733,-0.64509 0.40001,-0.93314 z"
             id="path10651"
             inkscape:connector-curvature="0" /><path
             style="fill:#290000;fill-opacity:1;stroke:none;stroke-width:0.02099253;stroke-miterlimit:1;stroke-dasharray:none;stroke-opacity:1"
             d="m 179.2922,129.96187 -7.00046,15.46347 -0.46669,1.03312 h 2.6335 l 0.0667,-1.03312 v -0.23329 h 4.33361 c 0.23655,0.0191 0.21956,0.15162 0.30002,0.23329 h 7.43382 l 7.10045,-15.46347 z"
             id="path10649"
             inkscape:connector-curvature="0" /><path
             style="fill:#290000;fill-opacity:1;stroke:none;stroke-width:0.02099253;stroke-miterlimit:1;stroke-dasharray:none;stroke-opacity:1"
             d="m 215.39451,113.93185 c -0.43227,-0.20109 -0.89214,-0.36382 -1.26674,-0.43324 -0.89101,-0.16513 -1.43152,0.48653 -2.03347,0.36659 -0.60196,-0.11994 -1.36675,-0.86649 -1.36675,-0.86649 l -11.76742,0.1333 -2.73351,4.96565 h 5.43368 l -1.66677,3.59925 h 15.52109 c -0.0904,-0.17557 -0.34935,-0.32731 -0.4868,-0.53322 -0.2677,-0.40111 -0.55836,-0.84244 -0.5667,-1.33306 -0.009,-0.49064 0.97871,-0.52259 0.5667,-1.53302 0.0362,-0.0659 0.0705,-0.12637 0.10627,-0.19204 0.24601,-0.4523 0.47305,-0.90474 0.52711,-1.34098 0.0619,-0.49956 -0.0683,-0.96212 -0.20002,-1.39971 -0.13175,-0.43758 -0.25741,-0.85563 -0.13333,-1.33306 0.01,-0.0375 0.0546,-0.063 0.0667,-0.0999 z"
             id="path10590"
             inkscape:connector-curvature="0" /><path
             style="fill:#290000;fill-opacity:1;stroke:none;stroke-width:0.02099253;stroke-miterlimit:1;stroke-dasharray:none;stroke-opacity:1"
             d="m 203.66043,104.66709 -1.16674,2.09957 -3.53356,6.36535 11.76742,-0.1333 c 0,0 0.76479,0.74655 1.36675,0.86649 0.60195,0.11994 1.14246,-0.53172 2.03347,-0.36659 0.3746,0.0694 0.83447,0.23215 1.26674,0.43324 0.1414,-0.43215 0.40257,-0.83189 0.73339,-1.19976 0.35905,-0.39929 0.75153,-0.78414 1.06673,-1.2664 0.63039,-0.96452 1.60176,-2.24618 1.86679,-3.23266 0.16196,-0.60286 0.0692,-1.01174 0,-1.46637 -0.0441,-0.28931 -0.10486,-0.63958 0,-0.93314 0.16904,-0.47344 0.58693,-0.80644 0.96672,-1.16643 z"
             id="path10492"
             inkscape:connector-curvature="0" /><path
             style="fill:#290000;fill-opacity:1;stroke:none;stroke-width:0.02099253;stroke-miterlimit:1;stroke-dasharray:none;stroke-opacity:1"
             d="m 215.3879,121.69691 h -15.39437 l -3.80025,8.26496 h 16.80107 c 0.31477,-0.80459 0.66912,-1.63993 1.13342,-2.59946 0.63051,-1.30307 1.20885,-2.57924 1.20008,-3.29932 -0.009,-0.72009 -0.16544,-0.9278 -0.30003,-0.9998 -0.13459,-0.072 -0.23567,0.0185 -0.20001,-0.16663 0.0714,-0.37026 0.55446,-0.11711 0.66671,-0.69985 0.0273,-0.14177 -0.0209,-0.3335 -0.10662,-0.4999 z"
             id="path10545"
             inkscape:connector-curvature="0" /><path
             style="fill:#290000;fill-opacity:1;stroke:none;stroke-width:0.02099253;stroke-miterlimit:1;stroke-dasharray:none;stroke-opacity:1"
             d="m 179.2922,129.96187 h 16.90108 l 5.46702,-11.86421 h -5.43368 -11.56742 z"
             id="path10454"
             inkscape:connector-curvature="0" /><path
             style="fill:#290000;fill-opacity:1;stroke:none;stroke-width:0.02099253;stroke-miterlimit:1;stroke-dasharray:none;stroke-opacity:1"
             d="m 208.19405,96.435461 -4.53362,8.231629 h 16.36771 c 0.22576,-0.21398 0.45137,-0.44538 0.56671,-0.69985 0.30937,-0.68259 0.10953,-1.48244 0.36669,-2.03292 0.25713,-0.55047 0.80071,-0.661 1.00006,-1.19975 0.19935,-0.53874 -0.22404,-0.834445 0,-1.899604 0.11202,-0.532581 0.14356,-1.191096 0.36669,-1.932934 0.0448,-0.148865 0.23779,-0.313865 0.30002,-0.466571 z"
             id="path10230"
             inkscape:connector-curvature="0" /><path
             style="fill:#290000;fill-opacity:1;stroke:none;stroke-width:0.02099253;stroke-miterlimit:1;stroke-dasharray:none;stroke-opacity:1"
             d="m 212.40536,132.11244 c -0.0378,0.7391 0.1103,1.38431 -0.14438,2.3485 -0.19182,0.72618 -0.71385,1.66665 -1.20008,2.56614 -0.48623,0.89948 -0.9536,1.78038 -1.03339,2.3995 -0.0798,0.61913 0.0514,0.91324 0.16667,1.16642 0.11524,0.2532 0.24017,0.45291 0.20001,0.86649 -0.0148,0.15242 -0.14084,0.3424 -0.20001,0.4999 h 7.10046 c 0.0146,-0.15657 0.002,-0.29869 0.0667,-0.4999 0.28682,-0.90087 0.83681,-2.16901 1.53344,-3.06603 0.69662,-0.89702 1.79957,-1.4283 2.56682,-2.19954 0.73289,-0.73671 1.4616,-1.59104 1.96133,-2.29755 -0.0174,-0.0141 -0.1474,-0.0209 -0.16121,-0.0353 -0.15054,-0.1576 -0.1077,-0.31887 -0.26668,-0.56655 -0.31795,-0.49535 0.20233,-1.29632 -0.16667,-1.53301 -0.36902,-0.2367 -1.03341,0.33326 -1.03341,0.33326 l -9.37931,-0.007 z"
             id="path10362"
             inkscape:connector-curvature="0"
             sodipodi:nodetypes="cccccccccccccccccc" /><path
             style="fill:#290000;fill-opacity:1;stroke:none;stroke-width:0.02099253;stroke-miterlimit:1;stroke-dasharray:none;stroke-opacity:1"
             d="m 212.40721,132.09477 h 9.38771 c 0,0 0.66439,-0.56997 1.03341,-0.33328 0.369,0.23671 -0.15128,1.03766 0.16667,1.53302 0.15898,0.24767 0.11614,0.40894 0.26668,0.56656 0.0138,0.0144 0.14383,0.0213 0.16125,0.0353 0.0235,-0.0332 0.0498,-0.0695 0.0721,-0.10192 0.49981,-0.72415 0.6034,-1.29175 1.03339,-1.86628 0.43001,-0.57454 1.45503,-0.94761 1.53344,-1.53302 0.0784,-0.58541 -0.5769,-0.75056 -0.66671,-1.19975 -0.0898,-0.4492 0.21586,-0.87025 0.16668,-1.36638 -0.0492,-0.49614 -0.52484,-0.96696 -0.53337,-1.53302 -0.009,-0.56606 0.67053,-1.28298 0.53337,-1.69965 -0.13716,-0.41667 -0.3757,-0.10419 -0.70005,-0.53322 -0.32434,-0.429 -0.78464,-1.54374 -0.83338,-2.19954 -0.0487,-0.65582 0.002,-1.00199 0.33335,-1.53302 0.25206,-0.40429 0.83719,-0.69646 1.30009,-1.03313 h -11.00072 c -0.0567,0.17728 -0.20291,0.36228 -0.2,0.53323 0.009,0.49062 0.299,0.93195 0.5667,1.33306 0.26769,0.4011 0.52281,0.74176 0.46669,1.03312 -0.11225,0.58274 -0.59534,0.32959 -0.6667,0.69985 -0.0356,0.18513 0.0654,0.0946 0.20001,0.16663 0.13458,0.072 0.29122,0.27971 0.30002,0.9998 0.009,0.72008 -0.56957,1.99625 -1.20008,3.29932 -0.63052,1.30305 -1.3187,2.64663 -1.53343,3.5326 -0.14436,0.59561 -0.1809,0.83084 -0.18707,1.19976 z"
             id="path10299"
             inkscape:connector-curvature="0"
             sodipodi:nodetypes="ccccccccccccsccccccccccccccc" /><path
             style="fill:#290000;fill-opacity:1;stroke:none;stroke-width:0.02099253;stroke-miterlimit:1;stroke-dasharray:none;stroke-opacity:1"
             d="m 217.29464,141.95939 h -7.10046 c -0.26197,0.69729 -0.77578,1.41156 -0.83339,2.23288 -0.0353,0.50341 0.19216,1.04268 0.40003,1.56633 0.20787,0.52366 0.38079,1.02953 0.26669,1.4997 -0.11412,0.47016 -0.39964,0.73036 -0.73339,0.99979 -0.33374,0.26942 -0.71079,0.53553 -0.96673,1.03311 -0.25594,0.4976 -0.54841,1.06021 -0.76672,1.69966 -0.0357,0.10483 -0.003,0.25663 -0.0333,0.36659 0.16331,-0.0339 0.30377,-0.1452 0.46669,-0.16664 -0.0528,-0.0739 0.01,-0.13031 0,-0.19995 0.28178,0.14152 0.83806,0.0685 1.13341,0 0.0908,-0.0211 0.14545,-0.078 0.20001,-0.16664 0.56059,0.17359 1.06458,0.51907 1.63343,0.66654 0.48387,0.12532 0.88164,-0.0757 1.33343,0 -0.30097,-0.40603 0.40139,-0.69656 0.70004,-0.69987 -0.31254,0.40769 0.15794,0.19527 0.40003,0.2333 -0.0542,0.16829 0.0156,0.35085 0.13333,0.46657 0.18092,0.17755 0.57927,0.28832 0.73339,0 -0.13754,0.23102 -0.12474,0.47979 -0.0333,0.69985 0.004,0.0107 -0.004,0.0233 0,0.0333 -0.15524,-0.0146 -0.51673,0.32216 0,0.26661 0.0331,-0.0713 0.0605,-0.12467 0.0667,-0.16663 0.20065,0.32024 0.58722,0.54673 0.96673,0.46657 0.42961,-0.091 0.16247,-0.55458 0.76671,-0.43324 0.37737,0.0757 0.32244,0.18869 0.33335,0.53322 0.39788,-0.0916 0.5372,-0.43084 0.60004,-0.79983 0.0219,-0.12664 -0.22885,-0.478 -0.16668,-0.53323 0.1108,-0.0979 1.02224,0.36035 0.8334,0.66653 0.10315,0.001 0.67748,0.18131 0.73337,0.26661 0.0913,0.13822 0.009,0.27217 0.23335,0.29994 -0.089,0.20798 -0.19907,0.38635 -0.33335,0.56655 0.2206,-0.17623 0.48334,-0.54324 0.73338,-0.16663 -0.0107,-0.18615 0.43265,-0.42503 0.30002,-0.56655 -0.13229,-0.14085 -0.1871,-0.41333 -0.3667,-0.46657 -0.36843,-0.10911 -0.67205,-0.13182 -0.80005,-0.53322 -0.079,-0.24865 -0.0224,-0.48496 0.30003,-0.36659 -0.0982,-0.46092 0.4383,-0.23043 0.60003,-0.4999 0.19017,-0.31676 -0.20343,-0.68492 -0.46669,-0.39992 -0.20042,0.21724 -0.37131,0.46448 -0.53337,0.0333 -0.0523,-0.13968 0.23094,-0.31505 0.40003,-0.43324 -0.18726,0.0352 -0.48159,0.006 -0.63338,0.0667 -0.24738,0.0971 -0.66027,0.13194 -0.90005,0 -0.36447,-0.20069 0.3504,-0.82886 0.5667,-0.83316 0.61219,-0.0126 0.81383,0.76799 1.50009,0.53323 -0.0195,-0.0311 -0.0459,-0.0302 -0.0667,-0.0666 -0.37984,-0.66478 -0.33336,-2.39951 -0.33336,-2.39951 h -4.10027 c 0,0 2.14955,-2.54073 2.56684,-3.56594 0.32409,-0.79621 0.21606,-1.18856 0.26668,-1.73297 z m -4.56697,9.39806 c -0.14051,0.0122 -0.26564,0.0916 -0.36668,0.16663 0.22688,0.16003 0.53825,0.35272 0.73337,0.0333 -0.0748,-0.14729 -0.22617,-0.21206 -0.36669,-0.19995 z"
             id="path10330"
             inkscape:connector-curvature="0" /><path
             style="fill:#290000;fill-opacity:1;stroke:none;stroke-width:0.02099253;stroke-miterlimit:1;stroke-dasharray:none;stroke-opacity:1"
             d="m 229.29541,111.03245 h -11.8341 c -0.0959,0.14162 -0.1808,0.30184 -0.26668,0.43324 -0.3152,0.48226 -0.70768,0.86711 -1.06673,1.2664 -0.35907,0.39929 -0.67599,0.82232 -0.80005,1.29973 -0.12408,0.47743 10e-4,0.89548 0.13333,1.33306 0.13175,0.43759 0.26193,0.90015 0.20002,1.39971 -0.0619,0.49957 -0.3484,1.01351 -0.63338,1.53302 -0.18567,0.3385 -0.26063,0.6683 -0.36669,0.99979 h 11.0007 c 0.14511,-0.10558 0.2989,-0.21362 0.40003,-0.33326 0.42372,-0.5013 0.33915,-1.10555 0.86673,-1.53302 0.52756,-0.42747 1.74194,-0.23526 2.20014,-0.66653 0.45816,-0.43126 0.57806,-0.70571 0.53337,-1.36639 -0.0447,-0.66067 -1.15027,-1.35584 -1.20008,-2.23286 -0.0416,-0.73296 0.65379,-1.36818 0.83339,-2.13289 z"
             id="path10297"
             inkscape:connector-curvature="0" /><path
             style="fill:#290000;fill-opacity:1;stroke:none;stroke-width:0.02099253;stroke-miterlimit:1;stroke-dasharray:none;stroke-opacity:1"
             d="m 228.56202,95.235707 c -0.0536,0.01438 -0.0948,0.05066 -0.0999,0.09998 l -0.1,1.099774 h -5.73369 c -0.0622,0.152706 -0.25524,0.317706 -0.30002,0.466571 -0.22314,0.741838 -0.25467,1.400353 -0.36669,1.932934 -0.22403,1.065159 0.19934,1.360864 0,1.899604 -0.19935,0.53875 -0.74293,0.64928 -1.00007,1.19975 -0.25715,0.55048 -0.0573,1.35033 -0.36669,2.03292 -0.30937,0.68258 -1.2639,1.11142 -1.53343,1.86628 -0.26953,0.75486 0.26503,1.41302 0,2.39951 -0.22892,0.85208 -0.99213,1.90146 -1.6001,2.79942 h 11.83409 c 0.0353,-0.1503 0.19458,-0.26756 0.16668,-0.43325 -0.16987,-1.00868 -2.20227,-1.66691 -2.20015,-2.53281 0.002,-0.8659 1.01387,-0.87092 1.20008,-1.36638 0.18621,-0.49545 -0.26778,-0.98008 0,-1.36639 0.26779,-0.38631 0.96192,-0.12443 1.36676,-0.53322 0.40483,-0.40879 -0.006,-1.23072 0.66671,-1.86628 0.2851,-0.26913 0.75501,-0.4157 1.26674,-0.53322 0.46662,-0.28914 0.99248,-0.46956 1.46677,-0.73319 0.52651,-0.29229 1.00193,-0.64945 1.53343,-0.93314 1.27828,-0.68244 2.72243,-1.171154 4.10026,-1.599666 -0.36687,0.04263 -0.51189,0.0896 -1.00007,-0.166634 -0.20199,-0.106036 -0.45503,-0.08318 -0.6667,-0.06665 -0.22424,0.01752 -1.01972,0.126989 -0.76671,-0.333264 -0.63105,0.0066 -1.20704,0.438037 -1.8668,0.433244 -0.19553,-0.0013 -0.21982,-0.166988 -0.20001,-0.299939 -0.0645,-0.02142 -0.16959,-0.01432 -0.33335,-0.133305 -0.2025,-0.147129 -0.29418,-0.337561 -0.5667,-0.333264 -0.11212,0.0017 -0.17589,0.229823 -0.26669,0.26661 -0.17633,0.07144 -0.19234,-0.332364 -0.1,-0.433242 -0.21036,-0.01323 -0.32138,-0.173495 -0.20001,-0.366589 -0.40879,-0.09159 -0.90051,-0.472402 -1.33342,-0.299939 -0.19739,0.07863 -1.30163,0.537163 -1.26675,0.199959 0.0327,-0.316124 -1.00926,-0.367846 -1.23342,-0.399918 -0.70124,-0.100386 0.13717,-1.007693 0.0333,-1.566345 -0.0593,-0.319003 -0.37265,-0.443086 -0.53338,-0.399918 z m 12.83416,3.499279 c -0.51875,0.03535 -1.90546,0.598406 -1.80012,0.93314 0.68759,-0.210287 1.29012,-0.712601 1.96679,-0.93314 -0.0323,-0.01941 -0.0926,-0.005 -0.16667,0 z"
             id="path10171"
             inkscape:connector-curvature="0" /><path
             style="fill:#290000;fill-opacity:1;stroke:none;stroke-width:0.02099253;stroke-miterlimit:1;stroke-dasharray:none;stroke-opacity:1"
             d="m 167.19142,129.96187 -1.46676,2.63278 h -1.73345 l -0.16668,1.69966 -0.83337,1.53301 0.33335,2.8994 -2.40016,1.69966 0.16668,1.36638 -0.80006,0.73318 c 0.0442,-0.001 0.0893,0.001 0.13335,0 -0.15015,0.20102 -0.40941,0.35685 -0.50004,0.59988 l 7.86718,3.29932 4.03359,0.0333 7.46715,-16.49659 h -12.10078 z"
             id="path10251"
             inkscape:connector-curvature="0" /><path
             style="fill:#290000;fill-opacity:1;stroke:none;stroke-width:0.02099253;stroke-miterlimit:1;stroke-dasharray:none;stroke-opacity:1"
             d="m 155.65735,123.56319 7.36713,12.19749 0.80005,-1.46637 0.16668,-1.69966 h 1.73345 l 1.46676,-2.63278 7.20047,-13.99711 h -14.53428 z"
             id="path10271"
             inkscape:connector-curvature="0" /><path
             style="fill:#290000;fill-opacity:1;stroke:none;stroke-width:0.02099253;stroke-miterlimit:1;stroke-dasharray:none;stroke-opacity:1"
             d="m 150.7237,115.96476 c 0.003,0.13939 0.0722,0.29188 -0.1,0.4999 -0.20008,0.24203 -0.0482,0.71272 -0.20001,1.03312 -0.19612,0.41296 -0.74375,0.6864 -0.83339,1.13309 -0.0539,0.26947 -0.28214,0.51437 -0.4667,0.69986 -0.27019,0.22285 -0.25546,0.22668 0.0667,0.0667 -0.70182,0.29427 -1.073,0.87933 -1.4001,1.53302 -0.11641,0.23309 0.44792,0.97438 0.43337,1.29973 -0.0212,0.46758 -0.30169,0.89584 -0.53337,1.33305 -0.18378,0.34683 -0.31824,0.70225 -0.40002,1.06645 -0.16306,0.72641 0.74569,1.2862 0.53336,1.93293 0.15843,0.17161 0.15279,0.37901 0.16668,0.59988 -0.16702,-0.52142 -0.37396,0.0731 -0.53337,0.26661 0.30726,-0.43512 0.65096,0.33973 0.93339,0.39992 0.44087,0.0938 0.32464,-1.35242 1.03341,-0.59988 -0.7802,0.34155 -0.39995,1.0869 -0.60004,1.73297 -0.12072,-0.14581 -0.36299,-0.3025 -0.40003,-0.49989 -0.0294,-0.15672 0.13401,-0.30654 0.13334,-0.46658 -0.33998,0.0169 -0.66188,0.66889 -0.60004,0.96647 0.0784,0.37768 -0.0465,0.69522 0.0667,0.9998 0.0378,0.10152 -0.0114,0.19851 0.13333,0.29993 0.38994,0.27344 0.82186,0.38508 0.33337,0.8665 -0.41771,0.41164 -0.51981,0.3977 -0.70006,0.99978 -0.11508,0.38422 0.47821,0.8059 0.50004,1.23309 0.0148,0.29294 -0.003,0.58028 0.20002,0.79983 0.20604,0.22253 0.57133,0.58115 0.40002,0.86649 -0.27385,0.45662 0.25055,0.39248 0.23334,0.79983 -0.0178,0.42488 -0.45267,0.78546 -0.53336,1.19976 -0.12833,0.65896 0.90665,0.46279 1.23341,0.53322 0.49841,0.10745 1.12254,0.0402 1.43343,0.53323 0.29435,0.46686 0.53187,0.62037 1.10007,0.59986 0.9267,-0.0327 0.21289,0.81511 0.53336,0.93315 0.46964,0.17358 0.47811,-0.12574 0.86673,0.36658 0.37869,0.47977 0.84231,0.75821 0.83339,1.43304 -0.007,0.55318 -0.18851,1.07323 -0.16668,1.633 1.94613,-0.19239 3.91017,-0.46224 5.86704,-0.53322 l 0.80005,-0.73318 -0.16667,-1.36638 2.40014,-1.69966 -0.33335,-2.8994 0.0333,-0.0666 -7.36713,-12.19749 4.20026,-7.59843 z"
             id="path10268"
             inkscape:connector-curvature="0" /><path
             style="fill:#290000;fill-opacity:1;stroke:none;stroke-width:0.02099253;stroke-miterlimit:1;stroke-dasharray:none;stroke-opacity:1"
             d="m 174.39189,115.96476 -7.20047,13.99711 h 12.10078 l 5.367,-11.86421 h -5.00031 l 1.16674,-2.1329 z"
             id="path10254"
             inkscape:connector-curvature="0" /><path
             style="fill:#290000;fill-opacity:1;stroke:none;stroke-width:0.02099253;stroke-miterlimit:1;stroke-dasharray:none;stroke-opacity:1"
             d="m 174.85858,104.13387 c -0.5768,-0.0929 -1.19044,-0.088 -1.83345,-0.0333 -1.33276,0.11339 -2.69532,0.41617 -3.5669,0.53323 -1.74316,0.2341 -2.2836,0.99247 -3.40021,1.03311 -1.11662,0.0406 -2.17692,-0.74508 -3.06686,-0.66652 -0.44497,0.0393 -0.83655,0.32695 -1.16676,0.56655 -0.3302,0.23959 -0.61983,0.41198 -0.90005,0.26661 -0.28022,-0.14537 -0.20231,-0.33907 -0.13334,-0.59988 0.069,-0.26079 0.13665,-0.5876 -0.20001,-0.93314 -0.0155,-0.0158 -0.0508,-0.0179 -0.0667,-0.0333 -0.33754,0.0817 -0.86057,-0.0827 -1.16674,-0.0667 -0.47791,0.0251 -0.54763,0.54941 -0.83338,0.86649 -0.22225,0.24666 -0.65806,0.72879 -0.53337,1.09977 -0.34396,-0.0592 -0.62383,0.50802 -0.76671,0.73319 -0.38895,0.61433 -0.90062,1.42579 -1.43343,1.89961 -0.36546,0.32502 -0.5608,0.79279 -0.86672,1.16642 -0.20274,0.24732 -0.41153,0.47463 -0.60004,0.73317 -0.12834,0.17624 -0.62157,0.62887 -0.0999,0.4999 -0.47063,0.0181 -0.78337,0.5385 -1.0334,0.8665 0.46038,-0.38884 0.20914,0.0702 0.0999,0.0999 -0.16305,0.0447 -0.28666,0.0468 -0.36669,0.23328 0.16833,-0.39346 -0.45261,0.25022 -0.5667,0.3666 -0.27584,0.28104 -0.57298,0.60144 -0.73339,0.96646 -0.14189,0.32337 -0.10486,0.62002 -0.33335,0.93314 -0.18521,0.25393 -0.41147,0.51112 -0.4667,0.83317 -0.0378,0.21996 -0.10326,0.3361 -0.1,0.46657 h 16.43439 l 3.16687,-5.53219 c 0,0 1.00232,-0.26285 1.16674,-0.66653 0.0823,-0.20184 -0.0619,-0.29722 -0.20001,-0.43325 -0.13812,-0.13602 -0.26262,-0.31924 -0.13334,-0.7665 0.12927,-0.44727 0.79441,-0.91286 1.50009,-1.39971 0.70568,-0.48686 1.44588,-0.9966 1.73344,-1.49969 0.26485,-0.46341 0.40034,-1.0419 0.4667,-1.53302 z"
             id="US-OR"
             inkscape:connector-curvature="0" /><path
             style="fill:#290000;fill-opacity:1;stroke:none;stroke-width:0.02099253;stroke-miterlimit:1;stroke-dasharray:none;stroke-opacity:1"
             d="m 184.89255,108.63294 0.66672,-1.19976 H 202.127 l 6.06705,-10.997719 -16.56773,0.03332 h -10.30066 l -1.80011,2.732769 c 0,0 0.0502,1.35782 0.33335,2.03292 0.14154,0.33755 0.51265,0.63916 0.83339,0.93314 0.32074,0.29397 0.59382,0.57156 0.53337,0.93314 -0.0605,0.36158 -0.39789,0.5552 -0.76672,0.69986 -0.36884,0.14465 -0.76418,0.24688 -0.93339,0.49988 -0.16943,0.25302 -0.32178,0.52972 -0.40003,0.79985 -0.0783,0.27011 -0.0748,0.53251 0.0667,0.73318 0.14145,0.20067 0.39643,0.15769 0.66671,0.1 0.27027,-0.0577 0.5586,-0.13402 0.70004,0.0667 0.14146,0.20065 0.0298,0.46049 -0.1,0.73317 -0.12979,0.27268 -0.30343,0.55714 -0.26668,0.79984 0.0735,0.48543 0.15311,0.83199 0.70004,1.19975 0.54693,0.36779 1.63623,0.38371 2.53349,0.33326 0.44864,-0.0252 0.89417,-0.21854 1.33342,-0.39991 0.0422,-0.0175 0.0907,-0.0165 0.13335,-0.0333 z"
             id="path10190"
             inkscape:connector-curvature="0" /><path
             style="fill:#290000;fill-opacity:1;stroke:none;stroke-width:0.02099253;stroke-miterlimit:1;stroke-dasharray:none;stroke-opacity:1"
             d="m 178.7255,96.468786 -3.80025,6.631964 c 0,0 0.0226,0.38638 -0.0333,0.89981 -0.056,0.51344 -0.21249,1.16323 -0.50004,1.66632 -0.28756,0.5031 -1.02776,1.01284 -1.73344,1.4997 -0.70568,0.48685 -1.37082,0.95245 -1.50009,1.39971 -0.12928,0.44725 -0.004,0.63049 0.13334,0.7665 0.13812,0.13603 0.28221,0.23141 0.20001,0.43324 -0.16442,0.40369 -1.16674,0.66654 -1.16674,0.66654 l -3.16687,5.53219 h 13.66755 l 4.06692,-7.33182 c -0.0427,0.0169 -0.0911,0.0159 -0.13335,0.0333 -0.43925,0.18136 -0.88478,0.37469 -1.33342,0.39993 -0.89726,0.0504 -1.98656,0.0345 -2.53349,-0.33327 -0.54693,-0.36777 -0.62653,-0.71432 -0.70004,-1.19975 -0.0367,-0.24272 0.13689,-0.52717 0.26668,-0.79985 0.1298,-0.27268 0.24145,-0.53251 0.1,-0.73317 -0.14144,-0.20067 -0.42977,-0.12437 -0.70004,-0.0667 -0.27028,0.0577 -0.52526,0.10069 -0.66671,-0.1 -0.14145,-0.20065 -0.14492,-0.46307 -0.0667,-0.73318 0.0783,-0.2701 0.2306,-0.54682 0.40003,-0.79983 0.16921,-0.25301 0.56455,-0.35524 0.93339,-0.4999 0.36883,-0.14465 0.70625,-0.33827 0.76672,-0.69985 0.0605,-0.36158 -0.21263,-0.63917 -0.53337,-0.93314 -0.32074,-0.29398 -0.69185,-0.5956 -0.83339,-0.93314 -0.2831,-0.6751 -0.33335,-2.032918 -0.33335,-2.032918 l 1.80011,-2.732769 h -2.60016 z"
             id="path10150"
             inkscape:connector-curvature="0" /><path
             style="fill:#290000;fill-opacity:1;stroke:none;stroke-width:0.02099253;stroke-miterlimit:1;stroke-dasharray:none;stroke-opacity:1"
             d="m 185.55927,107.43318 -5.90038,10.66448 h 16.56773 l 5.90038,-10.66448 z"
             id="path10179"
             inkscape:connector-curvature="0" /><path
             style="fill:#290000;fill-opacity:1;stroke:none;stroke-width:0.02099253;stroke-miterlimit:1;stroke-dasharray:none;stroke-opacity:1"
             d="m 41.150001,172.51975 c -0.826827,0.039 -1.247768,0.88531 -0.200012,1.03311 0.267231,-0.1597 0.903477,-1.06618 0.200012,-1.03311 z m -1.633438,0.63319 c -0.196123,0.15408 -0.577492,0.34681 -0.466696,0.66654 0.110795,-0.25658 0.474634,-0.35143 0.466696,-0.66654 z m 4.900315,0.96647 c -0.164043,0.007 -0.768039,0.27149 -0.766716,0.46657 0.0033,0.46423 0.669208,0.46569 0.900057,0.73319 0.660139,0.11208 -0.01262,-1.20538 -0.133341,-1.19976 z m 1.900122,1.33306 c -0.269504,-0.0281 -0.502541,0.028 -0.566704,0.33327 0.339662,-0.0301 0.640628,0.0124 0.966729,0.0999 0.214974,0.007 0.388519,-0.10809 0.366691,-0.33326 -0.191328,0.0457 -0.497213,-0.0719 -0.766716,-0.0999 z m 0.966729,0.53322 c -0.04837,-0.001 -0.09547,0.0293 -0.133343,0.0999 -0.129977,0.24269 -0.05525,0.38543 0.166678,0.53322 0.30361,0.20235 0.101916,0.3443 0.300019,0.59988 0.261608,-0.10312 1.163115,-0.0936 1.000065,-0.59988 -0.146183,-0.45397 -0.542608,-0.27275 -0.866723,-0.33326 -0.136923,-0.0258 -0.321589,-0.29754 -0.466696,-0.29993 z m -1.000065,0.29995 c -0.04483,0.002 -0.08646,0.0129 -0.133342,0.0333 0.0764,0.16433 0.168457,0.31381 0.266683,0.46657 0.414696,-0.12065 0.180498,-0.51133 -0.133341,-0.4999 z m 2.566831,1.93292 c -0.07422,0.0149 -0.122771,0.0626 -0.166675,0.16664 -0.07574,0.17987 0.05913,0.29596 0.03333,0.46657 -0.0334,0.21889 -0.423499,0.39898 -0.566705,0.53322 -0.381001,0.35709 0.02652,0.9349 -0.03333,1.36639 -0.0678,0.48901 -0.391197,0.72324 0.133341,1.06645 0.287405,0.0982 0.685814,-0.37254 0.866723,-0.53323 0.437227,-0.38818 1.004067,-0.37649 1.46676,-0.69986 0.51098,-0.35709 -0.03537,-0.61426 -0.166676,-0.99979 -0.07343,-0.21525 0.105372,-0.38172 -0.100005,-0.56654 -0.232505,-0.20931 -0.504448,-0.30787 -0.766718,-0.46658 -0.162472,-0.0984 -0.477391,-0.37793 -0.700045,-0.33327 z"
             id="path12676"
             inkscape:connector-curvature="0" /><path
             style="fill:#290000;fill-opacity:1;stroke:none;stroke-width:0.02099253;stroke-miterlimit:1;stroke-dasharray:none;stroke-opacity:1"
             d="m 162.79114,38.280809 c -1.20351,0.335575 -2.38344,0.747832 -3.60023,1.033119 -1.07289,0.25195 -2.61048,0.601745 -3.70024,0.333264 0.18355,-0.03869 0.33467,-0.07835 0.50003,-0.166634 -0.7648,0.179922 -1.52827,0.255894 -2.26681,0.533226 0.1537,-0.0045 0.27244,0.09089 0.20001,0.299939 -0.14123,0.0071 -0.27091,0.03544 -0.40002,0.09998 -0.28939,0.144822 -0.56782,0.316392 -0.83339,0.499898 0.20473,-0.25096 0.16821,-0.325206 -0.1,-0.233287 0.16338,-0.06514 1.13935,-0.420953 0.33335,-0.299939 0.27847,0.0057 0.52237,-0.08972 0.73339,-0.266609 -0.80203,-0.02381 -1.57877,0.310701 -2.33349,0.533222 -0.82187,0.24236 -1.6601,0.284785 -2.50016,0.433243 0.24144,-0.04662 0.22964,-0.229111 0.43336,-0.333264 -1.19791,0.139862 -2.28989,0.787249 -3.43356,1.1331 -0.94721,0.286666 -1.78629,1.085545 -2.7335,1.266402 0.16933,-0.07373 0.33599,-0.181634 0.50003,-0.266609 -1.92684,0.701291 -3.6878,1.185261 -5.7337,1.333058 -0.93597,0.06745 -1.62876,-0.05769 -2.46682,0.399917 -0.73853,0.403384 -1.44654,0.817155 -2.30015,0.899815 0.35784,0.02744 0.5741,0.02688 0.6667,0.433243 0.0616,0.269474 0.39929,0.21298 0.60004,0.299938 0.61682,0.266828 0.88229,1.100402 0.53337,1.599671 -0.26558,0.378912 -0.91817,0.624261 -0.13334,0.799832 0.3466,0.0777 1.02312,0.204201 1.36675,0.06665 0.2507,-0.100181 0.51132,-0.331019 0.80006,-0.299939 -0.24904,0.128951 -0.51279,0.221041 -0.73339,0.399919 0.20075,0.009 0.38487,-0.03072 0.53337,-0.166634 0,0.330975 0.8011,-0.257454 0.9334,0.266613 -0.32776,-0.03405 -1.95599,0.766953 -1.26675,1.033119 0.41639,0.160692 0.87086,-0.19486 1.26675,-0.26661 0.25499,-0.04597 0.42031,0.118427 0.6667,0.133305 0.17298,-0.04101 0.35709,-0.0445 0.53337,-0.06665 -0.28906,0.723112 -1.56971,0.796891 -2.0668,0.299937 0.0107,0.01054 -1.99841,0.102199 -0.90006,-0.499896 0.53513,-0.293279 -0.13119,-0.892379 -0.53336,-0.333264 -0.22027,0.306174 0.13824,0.252442 0.16668,0.566551 0.034,0.374286 -0.49658,0.512382 -0.73338,0.699856 0.47063,-0.182515 1.07378,-0.324429 1.50009,0.03332 -0.12733,0.284352 -0.43348,0.373331 -0.70005,0.466568 0.0932,-0.07274 0.18533,-0.147317 0.26669,-0.233284 -0.57878,-0.424213 -1.34835,0.366592 -1.63344,0.366592 -0.65055,0.260877 -1.39945,-0.170955 -2.03346,0.166631 0.61516,-0.343867 -0.21317,-0.233615 -0.40003,-0.233284 -0.28807,3.33e-4 -0.57931,0.0098 -0.86672,0.03333 -0.13527,0.01124 -0.45135,0.06666 -0.53337,-0.09998 -0.056,-0.114567 -0.0725,-0.19396 -0.16667,-0.199959 0.40859,-0.135837 0.79547,-0.286867 1.16674,-0.533222 0.20704,-0.137547 0.5985,-0.470274 0.86672,-0.433243 -1.08149,-0.170611 -2.07387,0.312298 -3.13354,0.399918 -0.66146,0.05489 -1.58293,-0.01597 -2.06679,0.533222 0.085,0.05886 0.17705,0.114393 0.26668,0.166634 -1.06429,0.219876 -2.38858,-0.219513 -3.36688,0.466569 -0.44814,0.313778 -0.99971,0.196381 -1.5001,0.333266 -0.56224,0.154079 -1.12358,0.537134 -1.73345,0.399918 -0.0757,0.05165 -0.13874,0.08943 -0.0999,0.16663 0.0784,0.156724 0.34122,0.449048 0.53337,0.466571 0.56787,0.05225 1.46925,-0.04956 1.86679,0.466569 -0.31949,-0.03471 -0.63706,-0.111232 -0.9334,0.06665 -0.26562,0.159587 -0.62147,0.299435 -0.90006,0.06665 -0.19387,0.173531 -0.32359,0.389755 -0.23334,0.666528 0.0893,0.274101 -0.41391,0.313815 -0.56671,0.466572 -0.3089,0.308819 0.99119,0.540426 1.13341,0.566548 0.91182,0.166643 1.5933,-0.09978 2.50016,-0.199959 0.38795,-0.04265 0.78375,-0.06421 1.16674,0.03333 0.16867,0.04332 0.35392,0.128401 0.4667,0.266609 0.1948,0.238723 0.29121,-0.02255 0.5667,-0.133304 -0.0866,-0.07208 -0.14537,-0.129533 -0.23335,-0.19996 0.65187,-0.241038 0.54722,0.28173 0.23335,0.633202 0.61682,-0.143168 1.13806,-0.540222 1.76678,-0.666527 0.3013,-0.06051 0.60141,-0.09356 0.90006,-0.166634 0.0292,-0.0072 0.27845,-0.08417 0.43336,-0.133304 -0.0382,0.0052 -0.0393,-0.01875 -0.13334,0 0.39787,-0.211942 0.85366,-0.02282 1.26675,-0.166633 0.41076,-0.142838 0.79189,-0.333525 1.23341,-0.366589 -0.12767,0.0291 -0.24035,0.0656 -0.36669,0.09998 0.63181,0.588477 -1.49054,1.003597 -2.16681,1.166425 0.32445,0.02595 -0.0753,0.729236 -0.26668,0.899815 -0.36844,0.327995 -0.6985,0.654148 -1.13341,0.899814 -1.09802,0.620614 -2.28637,0.777157 -3.53356,0.733181 0.085,-0.082 0.17706,-0.156578 0.26669,-0.233284 -0.84468,0.208304 -1.64271,0.540074 -2.43349,0.899811 -0.81823,0.372306 -1.74464,0.149748 -2.56684,0.499898 0.11642,-0.07902 1.16445,-0.323265 0.83339,-0.533223 -0.17363,-0.110103 -0.39531,-0.147191 -0.60003,-0.133305 -0.213,0.01422 -1.56098,0.160784 -1.16675,0.599877 -0.70578,-0.239715 -1.87026,0.463754 -2.26681,1.033119 0.35653,-0.0982 0.67688,-0.269053 1.0334,-0.366592 -0.21432,0.07803 -1.8622,0.652108 -1.20008,0.766509 -0.12306,0.06384 -0.26521,0.09172 -0.40002,0.133305 0.12875,-0.104307 0.20727,-0.282427 -0.0333,-0.333263 -0.21168,-0.04463 -0.47423,0.06255 -0.66671,0.133305 -0.64758,0.238723 -1.26677,0.524741 -1.90013,0.799834 -0.46038,0.199708 -1.08522,0.898562 -1.56676,0.86649 -0.28592,-0.01881 -0.80555,0.30385 -0.56671,0.366589 -0.38123,0.01475 -0.85122,-0.07299 -0.96672,0.399917 0.17892,-0.07009 0.32811,-0.0336 0.46669,0.09998 -0.10091,0.06051 -0.87665,0.259259 -0.70004,0.466571 0.21035,0.24699 -0.16906,0.310566 -0.13334,0.599878 0.60391,0.111756 0.93487,-0.662428 1.50009,-0.733185 -0.22424,0.167305 -0.64474,0.260707 -0.73338,0.566551 0.16603,-0.02381 0.31522,-0.09521 0.4667,-0.166634 -0.1862,0.04298 -0.31318,0.210791 -0.33336,0.399918 0.14652,-0.137216 0.31318,-0.174043 0.50004,-0.09998 -0.11712,0.0086 -0.3131,0.05316 -0.50004,0.09998 -0.28764,0.07204 -0.54912,0.179075 -0.60003,0.399917 0.38199,-0.254262 0.93687,0.03121 1.33341,0.09998 0.57911,0.100181 1.06591,-0.294979 1.63344,-0.299938 -0.31882,0.1187 -0.31882,0.192024 0,0.199958 -0.23912,0.08894 -0.49426,0.07835 -0.73338,0.166634 0.20969,-0.03571 0.48067,0.114379 0.26668,0.333264 -0.21762,0.222521 -0.77072,0.360776 -1.06673,0.299938 0.17,-0.110434 0.2768,-0.271163 0.33335,-0.466572 -0.60093,0.08498 -1.09851,0.44792 -1.7001,0.533226 0.12469,-0.04167 1.06502,-0.307534 0.93339,-0.466572 -0.19943,-0.241368 -0.69855,0.0013 -0.30002,-0.399918 -0.2583,0.09556 -0.48937,-0.06482 -0.70004,0.166634 -0.10881,0.119362 -0.2928,0.195852 -0.43337,0.26661 -0.43986,0.222191 -1.05884,0.19775 -1.36675,0.633205 0.16669,-0.05291 0.33334,-0.05291 0.50003,0 -0.7038,0.22649 -0.38035,0.763884 0.16668,0.433243 -0.28576,0.12895 -0.38854,0.762995 -0.0333,0.866485 -0.213,0.131266 -0.51346,0.138645 -0.56671,0.433247 0.45939,0.09787 4.78915,-0.145019 4.43362,-1.033123 -0.0453,-0.113079 2.33711,-1.042821 2.50016,-1.299729 -0.046,0.183341 0.0107,0.223715 0.1,0.199959 -0.85051,0.331822 -1.75815,0.569688 -2.36682,1.299729 0.1442,-0.09555 0.32706,-0.133635 0.50003,-0.133305 -0.36116,0.21657 -0.69262,0.521961 -0.9334,0.866489 -0.16338,0.233764 -0.28802,0.856954 -0.50003,0.999792 -0.54405,0.36635 -1.47256,0.310931 -1.70011,1.066447 0.2378,-0.08894 0.48633,-0.09971 0.73338,-0.06665 -0.63269,0.262199 -0.77912,0.164081 -1.16674,0.76651 -0.2788,0.433802 -0.96431,0.216468 -1.33342,0.533222 0.22656,-0.06877 0.36033,0.20803 0.56671,0.133305 0.1528,-0.0496 0.30959,-0.100244 0.46669,-0.133305 0.42367,-0.103487 0.76782,-0.422266 1.20008,-0.466571 0.6102,-0.06216 2.05049,-0.878744 2.60017,-0.533222 -0.0893,0.03571 -0.18103,0.08966 -0.26669,0.133307 0.0649,0.179539 0.20755,0.27204 0.40003,0.199957 -0.0553,0.09522 -0.11078,0.205043 -0.16668,0.299937 0.31288,-0.09721 0.67919,-0.484036 1.0334,-0.333264 -0.0877,0.05489 -0.1797,0.110425 -0.26668,0.166634 0.57778,0.005 -0.27365,0.961896 0.0667,1.099773 0.36115,0.146805 0.75619,-0.263752 0.90006,-0.533226 0.20539,-0.385196 0.85446,-0.647465 1.20007,-0.933139 -0.56886,0.494971 0.38845,0.05231 0.56671,-0.03333 0.23118,-0.111095 0.48858,-0.288878 0.60004,-0.533222 -0.0381,0.235086 0.16329,0.421271 0.36669,0.466569 -0.0291,0.132256 -0.10337,0.189709 -0.23335,0.199958 0.16801,-0.496293 -0.50691,-0.205454 -0.70005,-0.09998 -0.0939,0.05125 -0.53707,0.230698 -0.50003,0.366592 0.0519,0.191111 0.007,0.326115 -0.16668,0.433243 0.41904,0.376601 1.56357,-0.124107 2.00013,-0.266613 0.42102,-0.137216 0.8487,-0.22342 1.26675,-0.366589 0.25433,-0.08729 0.49865,-0.203447 0.73338,-0.333264 -0.64361,0.369116 -1.23002,0.791431 -1.96679,1.03312 -0.4832,0.158378 -1.5931,0.488018 -1.63344,1.133099 -0.43619,0.06605 -0.92949,0.450211 -1.20008,0.666527 -0.25301,0.202353 -0.56754,0.336755 -0.80005,0.566551 -0.20306,0.2007 -0.21958,0.539892 -0.50003,0.666531 0.0999,0.0086 0.1754,-0.0095 0.26668,-0.03333 -0.27867,0.106402 -0.60584,0.177533 -0.33335,-0.166629 -0.73191,0.10481 -1.43239,0.432297 -2.10014,0.733181 -0.52056,0.234425 -1.24774,0.423495 -1.66677,0.83316 -0.20704,0.202684 -0.35708,0.523373 -0.70005,0.499898 -0.27351,-0.01852 -0.45391,-0.120949 -0.73338,-0.03332 -0.57844,0.181518 -1.11934,0.421657 -1.7001,0.599872 -0.25037,0.07704 -4.56074,1.361384 -3.73358,2.032914 -0.0695,0.06415 -0.14405,0.1019 -0.23335,0.133308 -0.13063,-0.831233 -0.88985,0.240694 -1.20007,0.16663 0.0903,-0.426859 0.24516,-0.51132 0.60004,-0.733181 -0.16769,0.04365 -1.3842,0.133578 -0.76672,0 -1.29911,0.22682 -2.431359,0.565457 -3.633566,1.099774 -0.570512,0.253932 -0.868732,0.559001 -1.500098,0.699856 -0.265245,0.05919 -0.436853,0.181898 -0.66671,0.299937 -0.08661,0.04443 -0.358777,0.06907 -0.400026,0.03332 -0.6139,0.239309 -1.215589,0.496832 -1.666773,0.999795 0.350244,-0.03968 0.996688,-0.206414 1.033399,-0.599876 0.03142,-0.337917 0.549587,0.0017 0.366692,0.299937 0.186533,-0.01124 0.353188,-0.08424 0.500033,-0.199959 0.51627,0.131266 0.530687,-0.793757 1.033399,-0.699856 -0.09228,0.247982 -0.05779,0.533348 -0.366691,0.633203 0.195792,0.07241 0.471383,0.05053 0.600038,-0.133305 0.223243,-0.319069 0.166269,0.09522 0.366692,0 0.198769,-0.09522 0.301262,-0.337027 0.500032,-0.433243 0.222582,-0.107789 0.484078,-0.100694 0.700045,-0.233285 0.499401,-0.306508 1.485774,-1.237822 2.033464,-0.533226 -0.51759,-0.0281 -0.892693,0.06821 -1.266749,0.433247 0.284758,-0.104482 0.659149,-0.04304 0.966729,-0.133308 0.0728,-0.02149 0.50512,-0.209944 0.60004,-0.16663 0.19447,0.08828 0.41846,0.100915 0.60003,-0.03333 0.11775,-0.08729 0.56766,-0.490341 0.26669,0 0.23416,-0.131926 0.59552,-0.419025 0.86672,-0.433242 0.22457,-0.0119 0.33361,-0.0285 0.53337,-0.133305 0.27748,-0.145483 0.95394,-0.460905 1.23341,-0.166634 -0.22456,0.218885 -0.48361,0.396006 -0.76671,0.533223 0.50138,0.02414 0.84116,-0.447973 1.23341,-0.666528 0.42333,-0.235747 0.81166,-0.197578 1.26675,-0.233287 0.34296,-0.02711 0.78297,-0.08964 1.06673,-0.299939 0.213,-0.157712 0.58818,-0.615095 0.90006,-0.433242 -0.25466,0.0777 -0.51835,0.22811 -0.60004,0.499897 0.23879,-0.01885 0.36662,-0.303701 0.5667,-0.399917 0.23681,-0.114072 0.50452,-0.09606 0.73338,-0.233285 -0.33437,-0.03405 -0.24632,-0.10526 -0.0333,-0.266613 -0.26193,-0.109112 -0.48335,0.104545 -0.73338,0.133309 0.46402,-0.277078 1.01808,-0.559939 1.56677,-0.566552 0.18421,-0.0023 1.14595,-0.167486 0.50003,-0.233284 0.39027,-0.120353 0.60087,-0.241755 1.00007,-0.133309 0.21597,0.05853 0.52892,0.02791 0.60003,-0.233283 0.0579,-0.21128 0.49143,-0.329822 0.66671,-0.399918 0.15413,-0.06183 0.16667,0.223504 0.33336,0.166634 0.3509,-0.119362 0.55629,-0.319972 0.96673,-0.366592 0.26855,-0.03009 0.56952,-0.0396 0.80005,-0.199959 0.27814,-0.193426 0.67013,-0.21013 0.93339,-0.399918 0.1733,-0.124652 0.65457,-0.472659 0.13334,-0.399918 0.30031,-0.08299 1.02319,-0.557233 1.33342,-0.433243 0.23152,0.09258 0.34365,-0.20095 0.63338,-0.199958 0.52023,0.0017 0.94394,-0.375768 1.43342,-0.566548 0.40019,-0.156394 0.85333,-0.137197 1.26675,-0.333267 0.37009,-0.175237 0.62858,-0.339741 1.0334,-0.399917 0.37869,-0.05621 1.09628,-0.0706 1.33342,-0.399915 -0.0526,0.531006 0.70942,-0.223425 0.96673,-0.366592 -0.0877,0.0091 -0.1834,0.0369 -0.26669,0.06665 0.27303,-0.115986 0.5594,-0.147093 0.80005,-0.366592 0.2087,-0.190119 0.44115,-0.152803 0.66671,-0.299939 0.43028,-0.281045 0.9796,-0.266599 1.46676,-0.433243 0.20506,-0.0701 1.33856,-0.503114 0.76672,-0.866489 -0.32445,-0.20632 -0.84355,-0.06407 -1.20008,-0.03333 0.16636,-0.31411 0.55286,-0.509873 0.86672,-0.633203 0.14817,-0.05853 0.96043,-0.195329 0.33336,-0.199958 0.23383,-0.02711 0.69335,-0.09283 0.90006,-0.199959 0.11542,-0.05985 0.12851,-0.199162 0.23335,-0.266612 0.2206,-0.141516 0.60743,-0.144603 0.86672,-0.266611 0.12403,-0.05853 0.99256,-0.422232 0.30002,0 0.2411,-0.143831 0.53877,-0.06189 0.80005,-0.133307 0.20373,-0.05555 0.58393,-0.401968 0.0667,-0.366589 0.61913,-0.207974 1.23086,-0.163374 1.83345,-0.466572 0.31949,-0.161022 0.42347,-0.816833 -0.0667,-0.733181 0.31882,-0.144159 0.52104,0.252005 0.90006,0.133305 0.36214,-0.113741 0.80175,-0.216603 1.10007,-0.466569 0.55199,-0.46224 0.98473,-0.59193 1.70011,-0.766509 0.3542,-0.0863 0.63077,-0.229899 0.93339,-0.433243 0.42234,-0.284022 0.85749,-0.259464 1.33342,-0.366592 0.4445,-0.100181 0.76708,-0.457576 1.23341,-0.499898 0.39159,-0.0357 0.8747,-0.106301 1.16674,-0.399917 -0.24176,0.568373 0.831,0.240696 1.0334,0.166634 0.56754,-0.207644 1.23278,-0.714289 1.86679,-0.433244 -0.66775,0.09787 -1.35925,0.227049 -1.96679,0.533222 -1.05537,0.532003 0.25542,0.665047 0.60003,1.066445 -0.44714,-0.154409 -1.10043,-0.361904 -1.56676,-0.233284 -0.27054,0.07439 -0.67895,0.19126 -0.66671,-0.233285 -0.97665,0.266498 -1.9701,0.510855 -2.93352,0.799836 -0.28841,0.08629 -0.40286,0.559594 -0.63338,0.733182 -0.36181,0.273109 -0.78931,0.478723 -1.20007,0.666527 -0.31982,0.146143 -2.38246,1.004733 -2.00013,1.333061 0.4445,0.38189 1.071,-0.294923 1.56676,-0.166634 -0.96342,0.271126 -1.94403,0.671203 -2.90018,0.966465 -0.0936,0.02877 -0.35273,0.08656 -0.40003,0.199959 -0.0866,0.207973 0.13955,0.385836 0.33336,0.333267 0.24838,-0.06779 0.56781,-0.261788 0.83338,-0.199959 0.19877,0.04629 0.52327,0.237741 0.30002,-0.166633 0.56754,0.139861 0.60979,0.01845 1.16675,-0.133305 0.3628,-0.09853 0.66654,-0.545195 1.06673,-0.499897 -0.0685,0.08993 -0.1256,0.181638 -0.20001,0.266609 0.44185,-0.164328 0.80967,-0.504582 1.26675,-0.633201 -0.32974,0.186482 -0.68165,0.344291 -0.96673,0.599876 0.41242,-0.12862 0.93992,-0.326835 1.30008,-0.566547 0.19447,-0.129942 0.57505,-0.434864 0.53337,0.03333 0.18322,-0.120353 0.21713,-0.389132 0.40002,-0.499897 0.1528,-0.09225 0.33665,-0.03682 0.50003,-0.09998 -0.18884,0.06547 -0.28593,0.235519 -0.23334,0.433242 0.0228,-0.348165 1.11989,-0.905696 1.43342,-0.93314 -0.15246,0.195741 -0.29538,0.386683 -0.4667,0.566551 0.28576,-0.207312 0.56496,-0.424319 0.9334,-0.433246 -0.11641,0.04497 -0.22753,0.100501 -0.33336,0.166634 0.3519,0.01752 0.64619,0.226685 1.00007,0.06665 0.19347,-0.08729 0.36529,-0.11307 0.5667,-0.166634 0.27286,-0.07252 0.57247,-0.20875 0.83339,-0.366592 -0.0954,0.02467 0.15547,-0.194199 0.23335,-0.266609 -0.14949,0.07671 -0.29869,0.09733 -0.4667,0.09998 0.24772,-0.305513 1.91773,-0.384871 1.70011,-0.966469 -0.50635,0.129611 -0.93661,0.212319 -1.46676,0.299939 0.54207,-0.216571 1.35787,-0.124802 1.66677,-0.733182 -0.15908,0.08332 -0.32574,0.156314 -0.50003,0.199959 0.0724,-0.07902 0.12957,-0.153269 0.20001,-0.233285 -0.2702,0.01951 -0.49618,0.180451 -0.76671,0.199959 0.14089,-0.106132 1.15124,-0.353171 0.50003,-0.299937 0.5552,-0.255127 1.14397,-0.246609 1.66677,-0.633206 -0.0212,-0.002 -0.0454,-0.03072 -0.0667,-0.03332 -0.19984,0.04854 -0.39471,0.13753 -0.60004,0.166633 0.18912,-0.195042 0.38633,-0.19279 0.60004,-0.166633 0.0545,-0.01322 0.11044,-0.02681 0.16668,-0.03333 -0.0322,0.02767 -0.0672,0.04241 -0.1,0.06665 0.13195,0.01356 0.2751,0.0017 0.40003,-0.06665 0.38134,-0.208305 0.7817,-0.408243 1.20008,-0.533223 -0.21267,0.167966 -1.90564,0.744526 -1.46676,1.166424 0.11343,-0.169288 0.29531,-0.279438 0.50003,-0.299938 -0.0794,0.07968 -0.15364,0.154261 -0.23335,0.233284 0.48055,-0.05621 0.82165,-0.555887 1.23342,-0.766506 -0.22457,0.240045 -0.53926,0.361414 -0.73339,0.633201 0.15942,-0.08795 0.32607,-0.145402 0.50004,-0.199958 -0.0718,0.07902 -0.16257,0.153599 -0.23335,0.233283 0.48221,-0.16697 1.06948,-0.152001 1.50009,-0.366589 0.33139,-0.16532 0.9347,-0.446422 1.26675,-0.133303 -0.28145,-0.04463 -1.67698,0.348585 -1.36675,0.599872 0.0636,0.05159 0.1541,0.100899 0.23335,0.09998 -0.2471,0.0632 -0.48729,0.184544 -0.66672,0.299938 0.41573,0.09126 0.81736,-0.127754 1.23342,-0.09998 -0.25202,0.07803 -0.51675,0.103275 -0.73339,0.266612 0.25467,-0.04463 0.51206,-0.08833 0.76673,-0.133305 -0.66808,0.285344 0.40404,0.08946 0.53336,0.06665 -0.3433,0.14482 -0.71134,0.288881 -1.00006,0.533225 0.27517,-0.09027 0.40913,0.187256 0.63337,0.266609 0.19083,0.06746 0.49837,-0.09819 0.66671,-0.16663 0.63964,-0.259556 1.16464,-0.657728 1.86679,-0.766509 -0.54406,0.446366 -1.31997,0.518836 -1.76678,1.099773 0.24673,-0.03935 1.39014,0.639018 0.76671,0.699856 0.98029,0.400737 2.03241,-0.414479 3.03353,-0.233287 0.56356,0.102167 1.10354,0.229445 1.66677,0.333266 0.42731,0.07869 0.65736,-0.298355 1.03341,-0.266613 -0.0337,0.36073 -0.42396,0.392303 -0.66672,0.566551 0.93233,0.503237 1.81361,0.446023 2.80019,0.166631 0.42531,-0.120024 0.78996,-0.382851 1.20007,-0.499898 0.31419,-0.0896 0.53983,0.36169 0.76672,0.499898 -0.34925,-0.239055 -0.72235,-0.03042 -1.00007,0.233287 0.26714,-0.321036 0.65615,-0.806141 0.0667,-0.566551 -0.31321,0.127628 -0.43718,0.379338 -0.66672,0.599876 -0.25863,0.248312 -0.65465,0.301043 -0.90005,0.566549 0.21002,0.109442 0.38427,0.516842 0.6667,0.299937 -0.0255,0.592183 0.64711,0.489251 1.0334,0.533226 -0.14817,0.03537 -0.27831,0.07505 -0.40002,0.16663 0.42334,0.06878 0.59661,0.352282 0.50004,0.733181 -0.0616,0.242364 -0.0588,0.639031 0.30001,0.533226 -0.73952,0.351472 0.85346,0.727138 0.5667,1.099774 0.28377,-0.002 0.30682,-0.345171 0.53338,-0.333268 0.0628,0.003 0.23479,-0.04213 0.33335,-0.06665 -0.0367,6.2e-5 -0.063,-0.01015 -0.16668,0 0.16239,-0.09886 0.72123,-0.255599 0.36669,0.16663 0.19612,-0.03504 0.73365,-0.09778 0.76672,-0.366589 0.0215,-0.173587 -0.0411,-0.276793 0.20001,-0.299938 -0.0649,-0.354117 -0.40814,-0.144877 -0.63338,-0.133309 0.19381,-0.04762 0.36047,-0.157096 0.50004,-0.299937 -0.40416,0.377923 -0.24937,-0.146451 -0.16668,-0.333264 -0.35322,0.0072 -0.65544,-0.06726 -1.00007,0.06665 0.28409,-0.146474 0.76215,-0.193323 0.90006,-0.533223 0.0811,0.254922 0.42594,0.392733 0.50003,0.03333 0.1237,0.168957 -0.13482,0.775968 0.26669,0.666526 0.12403,-0.03405 1.05036,-0.902102 0.66671,-0.266609 0.1409,-0.157055 0.35576,-0.188661 0.53337,-0.06665 -0.74845,0.135894 -1.0628,0.757742 -1.53343,1.333059 0.28541,-0.01554 0.7788,0.120627 1.00006,-0.133305 -0.10519,0.139861 -0.35826,0.610922 0.0333,0.533222 0.43259,-0.08597 0.74766,-0.53604 0.86673,-0.93314 0.0992,-0.329981 0.47819,-0.702548 0.6667,-0.999794 0.14519,-0.228474 0.50116,-0.928875 0.60004,-0.433243 0.24871,-0.286336 -0.0107,-0.388402 0.33335,-0.533222 0.20671,-0.08729 0.37026,-0.228785 0.5667,-0.333268 -0.34527,0.254594 -0.64506,0.591922 -0.90005,0.933144 -0.0853,0.113986 -0.54314,0.986727 -0.30001,0.899811 -0.13327,0.10159 -0.28753,0.213687 -0.33337,0.366592 -0.0697,0.233103 -0.0643,0.460608 -0.26667,0.633203 0.0784,0.0095 0.13516,0.06686 0.20001,0.09998 -0.27544,0.03211 -0.15577,0.44888 0.30001,0.266614 -0.01,-0.05258 -0.005,-0.09363 -0.0333,-0.133305 0.19341,0.142001 0.35901,0.249274 0.63337,0 0.3337,-0.303198 0.82316,-0.642529 1.30008,-0.599876 -0.49577,0.127297 -1.05308,0.431897 -1.43343,0.766506 -0.13956,0.122337 -0.33877,0.354279 -0.26668,0.566551 0.0463,0.136115 0.2821,-1.11e-4 0.50003,-0.133308 -0.28453,0.201576 -0.59329,0.522483 -0.4667,0.733184 0.0964,-0.06985 0.20024,-0.149102 0.30003,-0.199959 -0.0545,0.04545 -0.10337,0.11639 -0.13334,0.199959 -0.085,0.23674 0.33289,0.356455 0.23334,0.633202 -0.10315,-0.122668 -0.36694,-0.446276 -0.5667,-0.366592 -0.26227,0.10481 -0.17747,0.398072 0.0999,0.333267 -0.52983,0.03075 -0.23351,0.496977 -0.63338,0.633202 0.0677,0.02126 0.13251,0.03168 0.20002,0.03333 -0.18013,0.0097 -0.34277,0.01435 -0.50003,0.09998 -0.44317,0.241368 -0.07,0.636531 0.23335,0.299937 -0.0403,0.29857 0.2916,0.475509 0.53336,0.299939 -0.0841,0.269473 -0.55255,0.225656 -0.36669,0.566551 0.13958,0.255913 0.34246,0.182967 0.56671,0.09998 -0.29931,0.08001 -0.41496,0.394749 -0.70004,0.499892 0.089,0.02778 0.14735,0.06428 0.23334,0.09998 -0.14123,0.181192 -0.14247,0.366514 -0.0333,0.566551 -0.18621,-0.01054 -0.23276,-0.130649 -0.20002,-0.299938 -0.1756,0.141184 -0.7836,0.624787 -0.43336,0.866489 0.24342,0.168297 0.64654,-0.237436 0.66671,-0.466571 0.0469,0.363705 0.39518,0.290544 0.66672,0.366592 -0.32347,0.05357 -0.78007,-0.08108 -1.0334,0.199959 -0.26029,0.288978 -0.56602,0.504444 -0.90007,0.699853 -0.31188,0.182844 -0.66564,0.350106 -0.86672,0.66653 -0.16702,0.262199 0.2895,0.259087 0.43337,0.06665 0.23118,-0.308488 0.22321,-0.04105 0.50003,-0.299938 0.1776,-0.165652 0.35096,-0.08654 0.30002,-0.366593 -0.0331,-0.181521 1.11064,-0.345692 1.26674,-0.399917 -0.15247,0.05059 -0.2842,0.106123 -0.43336,0.166634 0.0453,6.66e-4 0.0888,0.003 0.13335,0 -0.20047,0.104277 -0.38051,0.26734 -0.5667,0.233283 0.65749,0.0291 -0.10999,0.209478 -0.23335,0.233284 0.60722,0.04696 -0.0528,0.146395 -0.20002,0.199959 -0.15346,0.05588 -0.0462,0.24406 -0.20001,0.299939 -0.23979,0.08696 -0.80853,0.286028 -0.53337,0.633204 0.34164,0.02381 0.55802,-0.29093 0.76672,-0.499896 -0.11079,0.179208 -0.27428,0.361685 -0.43336,0.499896 0.35718,-0.185162 0.70955,-0.393215 0.90005,-0.766509 -0.0764,0.468849 -0.58731,0.750764 -1.00006,0.866486 0.28476,0.118703 0.55809,-0.06625 0.73339,-0.26661 -0.0854,0.177554 -0.2442,0.306746 -0.43337,0.36659 0.12915,0.06993 0.27903,0.08194 0.43337,0.03333 -0.0899,0.0439 -0.15128,0.09968 -0.16669,0.16663 -0.10091,0.435455 1.42119,-0.308396 1.6001,-0.366588 -0.64492,0.316423 -2.03774,0.673814 -2.20014,1.466362 0.29138,-0.07373 0.52502,-0.259918 0.73339,-0.466569 -0.13396,0.161684 -0.24664,0.327963 -0.36669,0.499897 0.84609,-0.351433 2.07247,-0.907783 2.80017,-1.632996 0.36009,-0.358852 0.47863,-0.907796 0.9334,-1.199753 0.34726,-0.223183 0.704,-0.349571 0.86672,-0.76651 -0.55497,0.06481 -0.46799,-0.399368 -0.80006,-0.666527 -0.31882,-0.255916 -1.00976,-0.764 -1.43341,-0.699855 0.0857,-0.37065 0.089,-0.886911 0.50002,-1.066448 -0.40878,-0.13887 -0.0875,-0.413726 0.0667,-0.599877 0.23846,-0.287989 0.19829,-0.816274 0.23334,-1.166424 0.0542,-0.548534 0.23679,-1.058079 0.33336,-1.599671 0.10581,-0.592179 0.46263,-0.889528 -0.13335,-1.399711 -0.19942,-0.170612 -0.0349,-0.563823 0.0667,-0.766507 0.11212,-0.223183 -0.21263,-0.346218 -0.33335,-0.466571 -0.44515,-0.444052 1.09875,-0.882725 0.13334,-1.333058 -0.28277,-0.131926 -1.02484,0.210735 -1.33341,0.266613 -0.28112,0.05092 -0.6081,0.02215 -0.86673,0.16663 -0.15049,0.08398 -0.16336,0.254905 -0.33335,0.333267 -0.1237,0.001 -0.21496,0.03161 -0.33335,0.06665 -0.28377,0.259885 -0.61716,0.475159 -0.96673,0.633206 -0.7974,0.36073 -1.6773,0.479179 -2.50017,0.766506 0.18488,-0.305513 0.57889,-0.666699 0.43336,-1.066444 -0.1518,-0.416609 -0.41399,-0.846092 -0.36668,-1.299733 0.0354,-0.34023 -0.42451,-0.391037 -0.23336,-0.699856 0.18587,-0.300553 0.56451,-0.428204 0.8334,-0.633201 -0.38366,-0.08994 -0.78541,-0.05562 -1.16675,0.03332 -0.3218,0.07506 -0.73435,0.304967 -1.06673,0.266613 -0.27451,-0.03141 -0.47567,-0.265231 -0.76672,-0.133309 -0.28375,0.128624 -0.52059,0.03975 -0.80005,-0.03332 l 28.33515,-23.528472 c -0.24176,-0.165981 -0.53726,0.155937 -0.73338,-0.09998 -0.16504,-0.215248 -0.16209,-0.232818 -0.4667,-0.299938 -0.39819,-0.08795 -0.50615,-0.488781 -0.90005,-0.599876 -0.54119,-0.152909 -1.66859,-0.368005 -2.20015,0.03333 0.0529,-0.08257 -0.0644,-0.07975 -0.33335,0.03333 -0.22193,0.03636 -0.44181,0.05971 -0.66671,0.06665 -0.45012,0.01719 -0.91662,-0.01054 -1.36676,0 0.41078,-0.205991 -0.29367,-0.101356 -0.33335,-0.233285 -0.0886,-0.295924 -0.68501,-0.13522 -0.93339,-0.166634 -0.81856,-0.103487 -1.59099,0.138166 -2.33349,-0.299934 -0.30097,-0.177228 -0.70504,0.0078 -1.00005,-0.233288 -0.18951,-0.155071 -0.56425,-0.204187 -0.80006,-0.233284 -0.75836,-0.09357 -1.51341,0.133305 -2.26681,0.133305 0.46402,-0.290303 -0.24393,-0.148846 -0.40003,-0.133305 -0.28576,0.02844 -0.55094,0.08503 -0.83339,0.133305 -0.46633,0.08001 -0.96452,0.119896 -1.40009,-0.09998 l 0.53338,-0.199959 c -0.50767,0 -1.02675,0.06514 -1.53343,0 0.33701,-0.07935 0.69274,-0.02731 1.03339,-0.06665 -0.16801,-0.0023 -0.3172,-0.0566 -0.46669,-0.133308 0.3294,-0.16466 0.74639,-0.211247 1.00006,-0.499898 -0.76134,-0.188465 -1.72758,-0.192625 -2.50016,-0.06665 -0.54902,0.08993 -1.31857,0.455624 -1.80012,0 0.18257,-0.02116 0.87619,-0.08052 0.76672,-0.399917 -0.0691,-0.201692 -0.45194,-0.07836 -0.56671,0 0.64228,-0.457278 -0.22083,-0.113937 -0.36669,-0.06665 -0.30129,0.09787 -0.60074,0.229773 -0.90005,0.333264 -0.4918,0.17061 -0.99872,0.294708 -1.50009,0.433247 0.16966,-0.0496 0.31602,-0.207154 0.23334,-0.399919 0.49576,0.003 1.34293,-0.03118 1.70011,-0.433242 0.25004,-0.281046 -0.83146,-0.38332 -0.96672,-0.433246 0.079,-0.06034 0.1794,-0.122987 0.26667,-0.166631 z m -41.60267,15.063554 c 0.15045,-0.09712 0.30019,-0.199839 0.46669,-0.266612 -0.17138,0.02837 -0.33585,0.1495 -0.46669,0.266612 z m -0.4667,-1.233077 c 0.25731,-0.06779 0.51867,-0.13641 0.76672,-0.233288 -0.11701,0.0163 -0.56693,0.09712 -0.76672,0.233288 z m 33.56882,-11.830892 c 0.12344,-0.0044 0.24332,0 0.36669,0 -0.18685,0.04976 -0.36975,0.03411 -0.5667,0.03333 0.0672,-0.0088 0.13222,-0.03092 0.20001,-0.03333 z m -35.3356,10.631139 c -0.0938,0.0094 -0.28525,0.103947 -0.5667,0.299938 0.3934,0.262612 0.84796,-0.328115 0.5667,-0.299938 z m 688.17749,6.065411 c 0.52024,0.312787 0.73009,0.742364 1.36674,0.933143 0.55133,0.165318 0.86966,-0.218352 1.36675,-0.09998 -0.10345,-0.01587 -0.22982,-0.05079 -0.33334,-0.06665 0.74745,-0.263191 2.47473,0.419333 3.13354,0.766507 -0.77324,-0.545559 -1.6505,-1.414257 -2.66684,-1.399709 -0.48452,0.0069 -0.78583,0.272962 -1.30008,0.233284 -0.54276,-0.04198 -1.04686,-0.222762 -1.56677,-0.366592 z m -683.07716,0.266614 c -0.17198,0.05096 -0.34397,0.178727 -0.40003,0.233283 0.25599,0.04199 0.49989,0.02401 0.73338,-0.09998 -0.018,-0.163501 -0.16137,-0.184266 -0.33335,-0.133303 z m -14.96763,0.499896 c -0.41185,0.09795 -0.74545,0.46189 -1.1334,0.733182 0.0268,0.102825 0.0268,0.196447 0,0.299938 0.0628,-0.08795 0.13618,-0.179651 0.20001,-0.266613 0.003,0.198716 -0.0875,0.364995 -0.23335,0.499896 0.34198,-0.104148 0.64427,-0.318771 0.96673,-0.466567 0.075,-0.03428 0.31483,-0.06998 0.50003,-0.09998 0.53447,-0.0701 1.10355,0.114822 1.5001,-0.366592 -0.28509,-0.114071 -0.55697,0.0863 -0.80005,0 -0.2034,-0.07208 -0.35272,-0.290941 -0.56671,-0.333264 -0.16188,-0.03224 -0.29607,-0.03267 -0.43336,0 z m 35.00225,6.498658 c -0.21366,0.05919 -0.4182,0.172903 -0.56671,0.333264 0.22854,-0.03835 0.54984,-0.03105 0.56671,-0.333264 z m 3.40021,0.16663 c 0.0545,0.0026 0.11533,0.03244 0.16668,0.06665 -0.10667,-0.01729 -0.21191,-0.04333 -0.33335,-0.03333 0.0638,-0.01213 0.11212,-0.03614 0.16667,-0.03333 z m -4.16693,0.233287 c -0.13362,0.07043 -0.20596,0.08741 -0.20001,0.266611 0.0638,-0.08729 0.13651,-0.179651 0.20001,-0.266611 z m 672.70983,0.599878 c -0.10273,-0.01382 -0.20231,0.0063 -0.30004,0.03333 0.36222,0.21695 0.78165,0.251525 1.2001,0.299937 -0.27114,-0.08084 -0.59179,-0.291804 -0.90006,-0.333262 z m 0.90006,0.333262 c 0.37553,0.04345 0.75591,0.09521 1.06673,0.26661 -0.25797,-0.283029 -0.73435,-0.167416 -1.06673,-0.26661 z M 143.38989,65.341886 c -0.31056,0.04629 -1.04887,0.475736 -1.06673,0.833161 0.24375,-0.246991 0.63494,-0.603114 1.00006,-0.633203 0.0159,-0.06315 0.0508,-0.136806 0.0667,-0.199958 z m -8.60055,0.03332 c -0.19874,0.06147 -0.42075,0.307817 -0.53337,0.366592 0.25235,-0.09622 0.49393,-0.208285 0.73338,-0.333266 -0.0468,-0.02473 -0.13377,-0.05381 -0.20001,-0.03333 z m 10.86737,0.06665 c -0.15314,0.02711 -0.91445,0.299938 -0.33336,0.299938 -0.19479,0.03471 -0.34398,0.111209 -0.46669,0.26661 0.46964,-0.204667 0.96404,-0.312298 1.46675,-0.399917 -0.13494,-0.206652 -0.459,-0.203332 -0.6667,-0.166631 z m -39.86923,0.199959 c -0.13423,0.01541 -0.27203,0.04589 -0.40002,0.03333 -0.35819,-0.03538 -0.86677,0.108166 -1.16675,0.299939 -0.30923,0.197723 -1.85854,-0.172973 -1.53343,0.666526 0.0777,-0.0205 1.07844,0.445401 1.16674,0.633206 0.0943,-0.4586 1.14066,-0.334189 1.46676,-0.366592 0.41176,-0.04101 1.03968,-0.816605 1.20008,-1.166425 -0.12369,0.03306 -0.2348,0.01035 -0.33335,-0.06665 -0.12056,-0.06629 -0.26579,-0.04875 -0.40003,-0.03333 z m 38.36913,0 c -0.69155,0.416936 -1.42021,0.883736 -2.23348,0.99979 -0.24275,0.235417 -0.59526,0.288882 -0.83339,0.533226 0.54803,-0.0787 1.12757,-0.248404 1.56677,-0.599876 0.45509,-0.364037 1.16328,-0.257788 1.56677,-0.699856 -0.37935,0.07572 -0.23964,-0.06102 -0.0667,-0.233284 z m -2.56683,0.633201 c -0.29502,0.0039 -0.4813,0.264891 -0.76672,0.299939 0.17661,0.0026 0.34326,-0.01832 0.50004,-0.09998 0.0874,-0.06349 0.17904,-0.135814 0.26668,-0.199959 z m -0.26668,0.199959 c -0.10124,0.05065 -0.20191,0.109857 -0.30002,0.16663 0.26921,-0.0701 0.57026,-0.153325 0.76671,-0.366589 -0.15932,0.05348 -0.31675,0.124933 -0.46669,0.199959 z m 7.50048,0.16663 c -0.36513,0.13358 -0.76214,0.20768 -1.06674,0.466572 0.37803,-0.204667 0.80749,-0.296622 1.20008,-0.466572 z M 127.8889,67.17484 c 0.29315,-0.003 0.59073,0.02374 0.86672,0.03332 -0.4541,0.188136 -0.92747,0.27163 -1.40009,0.399919 -0.28078,0.07638 -0.57112,0.171979 -0.83339,0.299937 -0.35388,0.158708 -0.36439,0.190907 -0.0333,0.09998 -0.39787,0.294933 -1.01233,0.115781 -1.46676,0.133304 -0.58638,0.02248 -1.13416,0.447143 -1.73344,0.266614 0.60424,-0.756509 1.56069,-0.730001 2.43349,-0.833162 0.46071,-0.05423 0.87965,-0.25755 1.33342,-0.333266 0.27285,-0.04563 0.54023,-0.06359 0.83338,-0.06665 z m 0.66671,1.03312 c -0.18322,0.0205 -0.34988,0.0935 -0.50003,0.199959 0.20008,0.02546 0.36674,-0.04753 0.50003,-0.199959 z m 5.60036,0.06665 c -0.15842,-0.04828 -0.37833,0.08629 -0.50004,0.166634 0.18521,0.001 0.35187,-0.05455 0.50004,-0.166634 z m -13.26752,0.599877 c -0.23482,0.106218 -0.4824,0.209025 -0.70005,0.333266 0.22625,-0.124733 0.44901,-0.26272 0.70005,-0.333266 z m 8.50054,0.499897 c -0.0883,0.01987 -0.16918,0.07247 -0.23334,0.133308 0.17098,-0.009 0.33764,-0.04542 0.50003,-0.09998 -0.0826,-0.04513 -0.17834,-0.05321 -0.26669,-0.03333 z m -17.6678,0.399917 c -0.41804,0.167636 -0.86523,0.185331 -1.26674,0.399918 -0.0794,0.08729 -0.15365,0.179324 -0.23335,0.266613 0.55761,0.07142 1.06618,-0.383832 1.50009,-0.666531 z m 16.26772,0.533222 c -0.2161,0.01128 -0.44308,0.160425 -0.53337,0.333268 0.26723,-0.03869 0.526,-0.121061 0.73338,-0.299938 -0.0653,-0.03885 -0.12798,-0.03708 -0.20001,-0.03333 z m -1.0334,0.466573 c -0.19894,0.0064 -0.4209,0.08086 -0.4667,0.233283 -0.10682,0.355441 -0.90331,-0.149277 -0.76672,0.399918 -0.39291,-0.03902 -0.92489,0.152654 -0.40002,0.533222 0.47361,-0.05456 0.85267,-0.363863 1.26675,-0.566547 -0.0902,0.06745 -0.18268,0.124903 -0.26669,0.199958 0.38101,-0.05952 0.68323,-0.09917 1.00007,-0.333263 -0.18984,0.579946 0.59446,0.04616 0.73338,-0.09998 -0.19645,-0.03339 -0.36278,0.02179 -0.50004,0.16663 0.13263,-0.148458 0.28182,-0.2592 0.4667,-0.333264 -0.26954,0.06514 -0.51079,-0.15263 -0.73338,0.09998 0.0505,-0.215579 -0.13442,-0.306303 -0.33335,-0.299938 z m 36.369,0.233283 c -0.27021,-0.03207 -0.786,0.73413 -0.23335,0.433247 -0.54174,0.54655 -1.12181,1.099327 -1.46677,1.799625 0.16702,-0.02909 0.33368,-0.06593 0.50004,-0.09998 -0.19116,0.05886 -0.97399,0.37042 -0.33335,0.433242 -0.5897,0.158378 -0.99257,0.497424 -1.43343,0.899815 0.38266,0.09225 0.90301,-0.205566 1.23341,-0.366589 0.19645,-0.09589 0.29299,-0.321555 0.50003,-0.399917 0.2583,-0.09754 0.47382,0.01131 0.70005,-0.199959 -0.077,-0.05886 -0.15166,-0.114393 -0.23335,-0.166634 0.36049,0.03108 0.52034,-0.184465 0.60004,-0.499897 0.0539,-0.211941 0.0549,-0.508414 0.16668,-0.699856 0.0986,-0.169288 0.29128,-0.169857 0.36668,-0.366589 0.13825,0.444714 -0.38468,0.76 -0.30002,1.199753 0.21301,-0.404047 0.47396,-1.165812 0.80005,-1.466365 -0.32643,0.009 -0.64062,-0.08557 -0.96672,-0.03333 0.0318,-0.158378 0.0683,-0.308195 0.1,-0.466573 z m -35.06892,0.266614 c -0.1039,0.02513 -0.19591,0.08067 -0.26668,0.166633 0.0877,-0.05555 0.17937,-0.111086 0.26668,-0.166633 z m -11.56741,0.03332 c 0.13829,-0.02093 0.2764,0.04041 0.36669,0.166634 -0.12609,-0.105227 -0.28222,-0.143274 -0.43336,-0.133305 0.0232,-0.0082 0.0436,-0.02986 0.0667,-0.03333 z m 43.96948,0 c -0.29206,0.02612 -0.54284,0.136535 -0.6667,0.333264 0.0877,-0.439423 -0.19697,-0.120751 -0.40003,0.03333 -0.20108,0.152757 -0.13381,0.432833 -0.0667,0.633202 -0.052,-0.188466 -0.2049,-0.300338 -0.40002,-0.266613 0.1039,-0.09721 0.17686,-0.225736 0.20001,-0.366589 -0.25235,0.08894 -0.64304,0.309503 -0.60004,0.633202 0.0553,-0.03009 0.11111,-0.03491 0.16667,-0.06665 -0.15081,0.269803 0.0526,0.505703 0.16669,0.733184 -0.42665,0 -0.1383,0.146177 -0.13335,0.466569 -0.21762,-0.452318 -0.28391,0.184362 0.23335,0.06665 0.0574,-0.01306 0.12739,-0.04716 0.20001,-0.09998 0.27704,-0.20151 0.5491,-0.611555 0.0667,-0.533222 0.19578,-0.0017 0.33864,-0.09991 0.33335,-0.299938 0.36248,0.158377 0.56886,0.768091 0.96673,0.799835 0.34759,0.02777 0.62648,-0.444931 0.76671,-0.699856 -0.2077,-0.1392 -0.37944,-0.01151 -0.60004,-0.03333 -0.21431,-0.02116 -0.29306,-0.397394 -0.46669,-0.499897 0.4693,-0.04 0.73004,0.504606 1.23341,0.299939 -0.0532,-0.08101 -0.10879,-0.155584 -0.16668,-0.233284 0.20009,0.04828 0.95631,-0.17164 0.5667,-0.466572 -0.50733,-0.384206 -0.99149,0.166031 -1.46675,0.299938 0.18189,-0.372303 0.70202,-0.243706 0.86672,-0.633202 -0.18421,-0.08729 -0.50798,-0.126099 -0.80006,-0.09998 z m -1.30008,2.099567 c -0.14882,0.09324 -0.60589,0.50578 -0.16667,0.533222 -0.10636,0.08634 -0.32079,0.276235 -0.13334,0.233285 -0.31706,0.209901 -0.35092,0.73445 -0.80005,0.799835 0.66047,0.09093 -0.34393,0.549506 0.30001,0.333264 -0.16834,0.09159 -0.29849,0.204247 -0.40002,0.366592 0.23383,-0.09985 0.44863,-0.392584 0.73337,-0.266613 -0.59795,0.31411 -0.98986,0.637653 -0.96672,1.366387 0.58473,-0.216902 1.00883,-0.845431 1.40009,-1.299732 0.20472,-0.237402 0.39274,-0.472305 0.5667,-0.733182 0.24309,-0.365359 0.31131,-0.842726 0.60004,-1.166428 -0.15064,-0.103914 -0.35022,-0.236686 -0.53337,-0.233284 0.0282,-0.05632 -0.42145,-0.04469 -0.60004,0.06665 z m -34.43554,-1.83295 c -0.15181,0.02943 -0.28037,0.104001 -0.36669,0.233285 0.16669,0.05224 0.33301,0.05224 0.50003,0 -0.0477,-0.07968 -0.0857,-0.15393 -0.13334,-0.233285 z m -7.26713,0.166631 c 0.35984,0.01237 0.67547,0.200693 1.0334,0.366592 -0.10582,0.200039 -0.57887,0.185 -0.60004,0.399917 -0.0219,0.219547 -0.3809,0.260523 -0.53337,0.333264 0.0936,-0.06381 0.18533,-0.120935 0.26669,-0.199959 -0.20307,-0.23244 -1.26726,-0.526655 -0.53337,-0.83316 0.13609,-0.04059 0.24675,-0.07078 0.36669,-0.06665 z m 6.83377,0.166633 c 0.088,0.741298 -1.13143,0.303282 -0.96673,0.76651 -0.12849,-0.113327 -0.28125,-0.113053 -0.40002,-0.03333 0.0992,-0.119451 0.17269,-0.254941 0.23334,-0.399917 -0.35553,-0.06911 -0.69619,0.119011 -0.96672,0.333267 0.0778,0.0734 0.18565,0.130521 0.26668,0.199959 -0.16437,0.04894 -0.33103,0.10355 -0.50003,0.133305 0.0367,0.08861 0.0573,0.147317 0.1,0.233284 -0.34925,-0.246989 -0.72412,0.380195 -0.73338,0.66653 -0.19546,-0.270796 0.3083,-0.703814 0.13334,-0.866489 -0.33866,-0.31444 -1.25654,0.185139 -1.56676,0.333267 -0.57878,0.275755 -0.56437,0.536231 -0.90006,0.99979 -0.59002,0.815362 0.5393,0.258827 0.86672,0.03333 -0.26128,-0.05687 -0.50782,0.0486 -0.73338,0.16663 0.22258,-0.311464 0.67462,-0.333868 1.00006,-0.199959 -0.16966,0.08167 -0.33632,0.173703 -0.50003,0.266614 0.36645,-0.03736 0.6571,-0.252852 1.00007,-0.366593 -0.22358,0.180199 -0.51874,0.204839 -0.73338,0.399918 0.63203,-0.125975 -0.13017,0.217747 -0.23335,0.233287 -0.25202,0.08795 -0.49823,0.205967 -0.73339,0.333264 0.44054,0.287328 1.36501,-0.262827 1.73345,-0.499898 -0.086,-0.05786 -0.17805,-0.113399 -0.26668,-0.166633 0.31942,-0.05585 0.68836,-0.123398 1.0334,-0.199959 -0.09,0.07859 -0.17496,0.200598 -0.20002,0.333267 0.4111,-0.132918 0.80876,-0.27765 1.23342,-0.366592 -0.13899,-0.08157 -0.31719,-0.135673 -0.50004,-0.133305 0.19544,-0.05131 0.38787,-0.07497 0.56671,-0.133308 -0.0232,-0.08762 -0.0423,-0.17932 -0.0667,-0.266609 0.25797,0 1.05978,0.243087 1.23341,-0.03333 0.17529,-0.279389 -0.36377,-0.309593 -0.50003,-0.26661 0.48187,-0.186812 0.87873,0.1388 1.30008,0.03333 0.34793,-0.08696 0.65286,-0.337883 0.96673,-0.499897 -0.15875,-0.05258 -0.34128,-0.05258 -0.50003,0 0.048,-0.202684 0.96306,-0.67353 0.50003,-0.799836 -0.25102,-0.06844 -0.95918,0.256285 -1.10007,0.466572 0.0778,-0.16995 0.25344,-0.312697 0.43336,-0.366592 -0.16239,-0.117378 -0.32905,-0.22845 -0.50003,-0.333264 z m -0.46669,0.09998 c -0.8738,0.03968 0.5791,0.636484 0,0 z m 1.96679,0.03332 c -0.0265,3.34e-4 -0.0616,0.0322 -0.13334,0.09998 0.0794,-0.0162 0.15397,-0.05111 0.23334,-0.06665 -0.0604,-0.02166 -0.0735,-0.0337 -0.1,-0.03333 z m 34.70222,1.433037 c -0.0516,0 -0.11376,-6.66e-4 -0.16668,0.03333 0.0245,0.08696 0.0784,0.161535 0.13334,0.233284 0.0724,-0.07241 0.11178,-0.146987 0.16669,-0.233284 -0.0503,-0.03389 -0.0817,-0.03333 -0.13335,-0.03333 z m -1.90012,0.266613 c -0.30328,0.0013 -1.00012,0.635632 -1.1334,0.899814 0.33998,-0.01356 1.37814,-0.407158 1.1334,-0.899814 z m 673.70991,0.299938 c -0.0599,0.01594 -0.093,0.06534 -0.13336,0.09998 0.16272,0.04365 0.31192,0.09918 0.4667,0.166634 0.0734,-0.240542 -0.15386,-0.314397 -0.33334,-0.266614 z M 162.09109,74.44 c -0.40821,0.01303 -0.72837,0.136591 -0.43336,0.466572 -0.41043,-0.04 -0.27226,0.315953 0.0333,0.06665 -0.1083,0.123733 -0.31748,0.288687 -0.50004,0.466571 0.0328,-0.04997 0.0752,-0.08921 0.1,-0.133307 -0.17797,-0.0094 -0.34629,0.02949 -0.50002,0.09998 0.25636,-0.170641 0.44518,-0.441112 0.0667,-0.666527 0.0645,0.559445 -0.25047,-0.141935 -0.43335,0.366593 -0.10252,-0.309154 -0.43251,0.136928 -0.53338,0.299934 0.59664,-0.106794 -0.0303,0.304832 -0.20001,0.333267 0.86752,0.281045 -1.02723,0.805066 -0.33335,0.666527 -0.35222,0.143499 -0.73828,0.422837 -0.76672,0.83316 0.16735,-0.07043 0.28209,-0.195977 0.33335,-0.366589 0.048,-0.159368 0.39752,-0.166028 0.50004,-0.299937 -0.38166,0.532664 0.1678,0.0017 0.26668,-0.06665 0.17066,-0.118039 0.36436,-0.151148 0.53336,-0.299937 0.16769,-0.147467 0.20497,-0.384765 0.3667,-0.533223 0.0979,-0.03935 0.20377,-0.0242 0.30002,0.03332 0.0504,-0.0043 0.0916,-0.04049 0.13335,-0.06665 -0.10892,0.146005 -0.18081,0.311877 -0.13335,0.466568 0.23746,-0.02248 0.50782,-0.09892 0.73338,-0.133305 0.18653,-0.02877 1.08087,-0.339741 0.46669,-0.399918 0.18025,-0.08167 0.31267,-0.226261 0.26669,-0.433242 0.1083,0.32419 0.27955,0.382261 0.43337,0.333264 -0.13031,0.16538 -0.22387,0.351259 -0.16669,0.466571 0.16173,-0.131926 0.37132,-0.02586 0.53338,-0.133308 0.27913,-0.184498 0.21805,-0.372918 0.26667,-0.666527 -0.0897,-0.05567 -0.20912,0.02473 -0.33335,0.09998 0.16495,-0.236624 0.23646,-0.575082 0.0667,-0.66653 -0.13859,-0.07257 -0.65854,-0.146326 -1.06675,-0.133305 z m -43.46945,1.199753 c -0.27748,-0.01885 -0.55347,0.03184 -0.73338,0.266609 0.27648,0.07142 0.54586,-0.07286 0.73338,-0.266609 z m -1.06674,0.03333 c -0.35027,0.05379 -0.71898,0.282513 -0.90006,0.533223 0.40449,-0.192434 0.862,-0.270693 1.23342,-0.533223 -0.10422,-0.02695 -0.2166,-0.01792 -0.33336,0 z m -5.56702,0.03332 -0.26669,0.133309 c 0.18918,0.03075 0.35584,-0.0074 0.50004,-0.133309 z m 6.63376,0.06665 c -0.0833,0.02139 -0.1601,0.07396 -0.23335,0.133305 0.17992,-0.0017 0.34657,-0.0394 0.50003,-0.133305 -0.0934,-0.01157 -0.18335,-0.02139 -0.26668,0 z m 44.13616,0.266613 c -0.25201,0.06414 -1.20644,-0.02384 -1.00006,0.499898 0.14453,0.367673 0.92168,-0.312424 1.00006,-0.499898 z m 0.1,0.333264 c -0.30103,0.06883 -0.70619,0.319614 -0.76672,0.499896 -0.0652,0.194418 0.22125,0.356856 0.16668,0.599878 0.37372,-0.06679 0.50093,-0.503729 0.86672,-0.566551 -0.10251,-0.182845 -0.29266,-0.269725 -0.50003,-0.19996 0.19876,-0.03636 0.36219,-0.161991 0.4667,-0.333263 -0.0588,-0.02298 -0.13301,-0.02295 -0.23335,0 z m -1.43343,0.03332 c -0.45112,0.07473 -0.828,-0.07527 -1.20008,0.266613 0.14652,0.124982 0.31317,0.178933 0.50004,0.133305 -0.16206,0.324029 -1.33705,0.07256 -1.5001,0.733181 0.41903,-0.222187 1.04462,-0.14009 1.36675,-0.533223 -0.11718,0.246969 -0.36811,0.404454 -0.53336,0.566551 -0.13851,-0.02675 -0.17806,0.06981 -0.13334,0.266611 -0.27119,0.140942 -0.64861,0.214493 -0.60004,0.566551 0.25796,-0.0023 0.51536,-0.130595 0.76671,-0.166634 -0.31089,0.186151 -0.67281,0.351555 -0.43336,0.76651 -0.35123,0.03504 -0.77649,-0.206401 -1.00006,0.199958 0.16503,0.04695 0.33135,0.0644 0.50002,0.03333 -0.59828,0.214256 0.13374,0.125644 0.26669,0 -0.1948,0.310142 0.25894,0.415482 0.33335,0.06665 -0.009,0.194747 -0.12009,0.361494 -0.30001,0.433243 0.29568,-0.14416 0.3331,-0.123534 0.13334,0.09998 l -0.23334,0.133304 c 0.71635,-0.03075 -0.48792,0.603458 0.2,0.466572 -0.0919,0.0572 -0.184,0.130193 -0.26668,0.199958 0.43094,0.486705 1.11315,-0.421717 1.33342,-0.733181 -0.1647,0.03869 -0.33103,0.05773 -0.50003,0.06665 0.35751,-0.156394 0.68719,-0.335429 1.00007,-0.566548 -0.16869,0.03207 -0.33534,0.01461 -0.50004,-0.03333 0.19182,-0.02315 0.37078,-0.135279 0.4667,-0.299936 -0.14024,-0.135566 -0.3069,-0.191101 -0.50004,-0.166633 0.17165,-0.05357 0.3221,-0.107515 0.50004,-0.133304 -0.22822,-0.248977 -0.51106,-0.1025 -0.76672,0 0.33305,-0.17491 0.73019,-0.479695 1.00006,-0.03333 0.12337,-0.238062 0.2485,-0.863956 0.26669,-1.133099 0.0205,-0.296916 -0.34743,-0.405734 -0.56671,-0.466568 0.17958,-0.193098 0.49826,-0.421721 0.40003,-0.733185 z m 4.00026,0.566551 c -0.41573,0.318077 -0.69071,0.221543 -0.73339,0.799835 -0.0373,0.504559 -0.67997,0.991767 -0.96672,1.366384 0.16734,-0.0046 0.334,-0.02017 0.50003,0 -0.14907,-0.0099 -0.74742,0.02794 -1.06674,0.166633 0.45644,-0.157588 0.96432,-0.711978 1.16675,-0.966469 0.15313,-0.192764 0.3724,-0.602373 0.16667,-0.83316 -0.043,-0.04824 -0.0876,-0.08053 -0.13334,-0.09998 0.36644,-0.10892 0.70791,-0.315548 1.06674,-0.433243 z m -5.33368,0.366589 c -0.0844,0.0043 -0.1926,0.02268 -0.26668,0.06665 0.0794,-0.02414 0.18731,-0.04285 0.26668,-0.06665 z m -1.83339,0.09998 c -0.16173,-0.02576 -0.40748,0.139247 -0.40003,0.299939 0.16967,-0.08365 0.35379,-0.140444 0.53337,-0.199959 -0.0214,-0.06364 -0.0795,-0.09139 -0.13334,-0.09998 z m -44.76955,0.03333 c -0.22589,0.006 -0.40782,0.184339 -0.46669,0.399917 0.17231,-0.109442 0.3215,-0.255758 0.46669,-0.399917 z m 45.50292,0 c -0.12237,0.006 -0.21601,0.04403 -0.30002,0.133304 0.13858,0.04463 0.23222,0.0065 0.30002,-0.133304 z m 0.23336,0.299937 c -0.17935,0.0033 -0.28384,0.06518 -0.13335,0.299939 0.17363,-0.241369 0.42825,-0.166759 0.66671,-0.266614 -0.0999,0.01422 -0.35402,-0.03655 -0.53336,-0.03333 z m -0.76672,0.699856 c -0.16934,0.07406 -0.33599,0.181635 -0.50004,0.26661 0.0794,0.01554 0.1543,0.01746 0.23335,0.03333 0.10348,-0.08035 0.19557,-0.189838 0.26669,-0.299939 z m 0.73338,0.06665 c -0.10423,0.009 -0.19624,0.04701 -0.26669,0.133309 z m -0.4667,0.03333 c -0.10847,0.0496 -0.18274,0.124172 -0.23335,0.233284 0.0794,-0.07935 0.15431,-0.1536 0.23335,-0.233284 z m -56.57029,0.16663 c -0.0884,0.02906 -0.15024,0.110425 -0.20002,0.166633 0.16173,-0.02744 0.31126,-0.08139 0.4667,-0.133304 -0.0728,-0.0534 -0.17834,-0.06238 -0.26668,-0.03333 z m 59.80383,0.09998 c -0.2196,0.121345 -0.50196,0.341245 -0.36669,0.633202 0.20572,-0.12531 0.58696,-0.334632 0.36669,-0.633202 z m -60.77056,0.03333 c -0.40482,0.0093 -0.76274,0.31737 -0.9334,0.666527 0.15082,-0.03339 0.32581,0.06117 0.4667,0 0.24772,-0.10812 0.47779,-0.465897 0.70005,-0.633202 -0.13792,0.13887 -0.30458,0.178533 -0.50004,0.166633 0.0827,-0.07737 0.17474,-0.13416 0.26669,-0.199958 z m 57.07033,0 c -0.2244,0.0503 -0.40578,0.227171 -0.50004,0.433243 0.22325,-0.187143 0.49029,-0.277183 0.73338,-0.433243 -0.0822,-0.02225 -0.15854,-0.01676 -0.23334,0 z m -56.5703,0.133305 c -0.13542,0.01819 -0.27764,0.09942 -0.36669,0.16663 0.19943,0.116055 0.39221,0.01455 0.50003,-0.16663 -0.0402,-0.01366 -0.0882,-0.0061 -0.13334,0 z m 56.97032,0.06665 c -0.24342,0.01653 -0.48428,0.109089 -0.60004,0.333264 0.26028,0.03736 0.57259,-0.02477 0.60004,-0.333264 z m 3.50022,0.199957 c -0.2429,-0.02083 -0.51027,0.480736 -0.5667,0.633204 0.34164,0.146805 0.73915,-0.24113 0.66671,-0.599876 -0.0319,-0.02592 -0.0653,-0.03035 -0.1,-0.03333 z m -58.97045,0.03333 c -0.32742,0.01521 -0.49419,0.371277 -0.76671,0.499896 0.32147,-0.0162 0.5524,-0.297213 0.76671,-0.499896 z m 55.63691,0 c -0.45212,0.04265 -1.3336,1.412002 -0.60004,1.533016 0.26194,0.04332 0.26344,-0.481768 0.23335,-0.633201 -0.0377,-0.188136 0.21785,-0.728543 0.36669,-0.899815 z m -56.50363,0.03333 c -0.18435,0.09656 -0.41276,0.107958 -0.60003,0.199959 -0.32908,0.161353 -0.79124,0.520513 -1.06674,0.76651 0.29402,-0.232111 0.69579,-0.318309 1.00006,-0.533226 0.29508,-0.0388 0.47208,-0.234111 0.66671,-0.433243 z m 56.97032,0.09998 c -0.11541,0.176233 -0.27454,0.369033 -0.46669,0.466572 0.28475,0.09456 0.56723,-0.179244 0.46669,-0.466572 z m -61.237258,0.06666 c -0.06346,0.008 -0.140976,0.04939 -0.200012,0.09998 0.135766,-0.07473 0.209535,-0.09442 0.233348,-0.06665 -0.01558,-6.67e-4 -0.01803,-0.03526 -0.03334,-0.03332 z m 0.03334,0.03332 c 0.02381,0.02777 -0.01187,0.103009 -0.100007,0.233284 0.07938,-0.07142 0.154302,-0.12854 0.233347,-0.199959 -0.05168,-0.02622 -0.08437,-0.03158 -0.13334,-0.03333 z m 4.833638,0.266612 c -0.16536,0.09324 -0.31423,0.186859 -0.4667,0.299939 0.19514,-0.0281 0.3569,-0.138916 0.4667,-0.299939 z m -9.400598,0.06665 c -0.510514,0.07511 -0.992094,0.347454 -1.500098,0.266612 -0.713387,-0.11374 -1.460763,0.707451 -2.13347,0.866486 -0.45707,0.199708 -0.413289,0.57614 0.100006,0.566551 0.544714,-0.01025 0.982834,-0.455121 1.500097,-0.566551 0.52421,-0.113079 1.105331,0.113354 1.600104,-0.133305 0.07673,-0.03836 0.333149,-0.221188 0.433361,-0.16663 0.192816,0.105142 0.470858,0.287463 0.533366,-0.06665 -0.553313,0.08068 -0.0072,-0.517933 0,-0.733181 -0.176611,-0.04116 -0.363196,-0.05837 -0.533366,-0.03333 z m 70.937878,0.03333 c -0.35784,0.09324 -0.76929,0.302891 -0.96673,0.633202 0.35917,-0.119361 0.72661,-0.332318 0.96673,-0.633202 z m -2.33348,0.06665 c -0.22192,0.04564 -0.44983,0.08218 -0.63338,0.233288 0.24574,0.159369 0.52722,0.03387 0.63338,-0.233288 z m -65.470863,0.06665 c -0.206377,-0.0205 -0.656469,0.0013 -0.500033,0.333264 0.187855,-0.07902 0.354842,-0.189765 0.500033,-0.333264 z m 62.170653,0.133304 c -0.15203,0.01458 -0.25086,0.278011 -0.20001,0.433247 0.0288,-0.189788 0.18048,-0.333198 0.36668,-0.366592 -0.0634,-0.06638 -0.11601,-0.07151 -0.16667,-0.06665 z m 4.50029,0.299939 c -0.12932,0.04033 -0.20392,0.132703 -0.23335,0.266613 0.082,-0.08464 0.15661,-0.177009 0.23335,-0.266613 z m -69.271156,0.8665 c -0.167351,0.02546 -0.223425,0.03986 -0.233348,0.233284 0.187856,0.0496 0.370387,0.01184 0.500033,-0.133305 -0.07938,-0.03141 -0.18731,-0.06824 -0.266685,-0.09998 z m -6.46708,0.533223 c -0.298649,0.0057 -0.540441,0.224473 -0.633373,0.499896 0.229527,-0.147466 0.406823,-0.348793 0.633373,-0.499896 z m -1.166743,0.199959 c -0.273184,0.01918 -0.622985,0.215544 -0.700045,0.499897 0.08731,0.0086 0.17904,-0.0079 0.266684,0 0.251357,-0.124653 0.56358,-0.103607 0.800053,-0.266613 -0.613176,0.06216 0.187283,-0.27197 -0.366692,-0.233284 z m 1.800117,0.266612 c -0.174295,-0.02215 -0.323489,0.03181 -0.466699,0.133305 0.174296,0.02215 0.323492,-0.03214 0.466699,-0.133305 z m -1.0334,0.06665 c -0.0406,0.0092 -0.08225,0.03068 -0.133341,0.06665 0.07938,0.02414 0.187307,0.07618 0.266683,0.09998 0.02282,-0.09589 0.0064,-0.154688 -0.03334,-0.166634 -0.01984,-0.006 -0.0594,-0.0092 -0.100006,0 z m -2.900187,0.233288 c -0.433919,0.0069 -2.220859,0.574664 -0.966727,0.799831 -0.204061,0.100184 -0.421375,0.0125 -0.633374,0.03333 -0.239118,0.0238 -0.37706,0.258412 -0.633376,0.233284 0.200095,0.432809 -2.158719,0.750764 -2.400152,0.866489 0.07971,0.03968 0.153971,0.09362 0.233347,0.133304 0.753075,0.08498 1.596615,-0.394684 2.333484,-0.533222 0.409114,-0.07704 1.689513,-0.398039 1.866785,-0.833164 -0.162721,0.05621 -0.329376,0.110163 -0.500033,0.133309 0.29237,-0.183506 1.358623,-0.306519 1.300084,-0.799836 -0.319486,0.180531 -0.662057,0.32638 -1.000064,0.466569 0.150483,-0.15408 0.280632,-0.320687 0.400026,-0.499894 z m 0.633376,0.466568 c -0.229858,0.07638 -0.532239,0.07165 -0.600039,0.366593 0.213653,-0.08961 0.431694,-0.202925 0.600039,-0.366593 z m -5.000324,0.733182 c -0.533224,0.03035 -1.34709,0.635078 -1.6001,0.766509 -0.881068,0.457939 -1.830944,0.828965 -2.733509,1.266404 1.575934,-0.616978 3.245018,-1.00569 4.733635,-1.832955 -0.09236,-0.156724 -0.222281,-0.210073 -0.400026,-0.199958 z m 729.713497,1.49969 c -0.18383,0.01617 -0.33831,0.08203 -0.4667,0.266613 0.21465,-0.02777 0.50026,0.01699 0.70002,0.09998 0.0718,0.05258 0.12112,0.112999 0.13336,0.199958 0.0642,0.09886 0.42356,0.09687 0.53336,0.166631 0.0866,-0.43248 0.55491,-0.133501 0.83338,-0.199959 -0.46061,-0.05853 -1.18204,-0.581688 -1.73342,-0.533223 z m 36.43564,0.93314 c -0.0832,-0.0119 -0.17704,6.67e-4 -0.26666,0.03333 0.0139,0.193425 0.14946,0.320629 0.33334,0.366589 0.0225,-0.120024 0.0791,-0.213311 0.16669,-0.299939 -0.0769,-0.05654 -0.15015,-0.08808 -0.23337,-0.09998 z m -33.20212,0.566551 c -0.13004,-0.0199 -0.28437,0.04588 -0.43336,0.199959 0.24938,0.0324 0.51442,-0.02705 0.7334,0.133305 -0.0683,-0.217231 -0.16996,-0.313343 -0.30004,-0.333264 z m 26.36836,0.233284 c -0.11446,0.02424 -0.20753,0.09237 -0.20002,0.266614 0.34429,-0.082 0.56819,0.284784 0.16668,0.433242 -0.0384,0.228473 -1.00959,0.224152 -1.20009,0.333264 0.77193,0 1.49067,-0.299939 2.2335,-0.299939 -0.18191,-0.07869 -0.34856,-0.205636 -0.50003,-0.333264 0.49014,-0.04761 -0.15671,-0.472638 -0.50004,-0.399917 z m 3.90024,0.03332 c -0.0832,0.008 -0.18715,0.05121 -0.26666,0.09998 0.0535,0.177227 0.2082,0.296701 0.40002,0.266612 0.0787,-0.08828 0.101,-0.214893 0.0999,-0.333262 -0.0871,-0.03273 -0.15009,-0.0413 -0.23336,-0.03333 z m -2.80016,0.699856 c 0.22093,0.0463 0.40614,0.177145 0.63335,0.199959 0.28678,0.02877 0.59687,-0.07883 0.86675,0.06665 0.29401,-0.124322 0.62647,-0.08563 0.93338,-0.166634 -0.81359,-0.08299 -1.61591,-0.143294 -2.43348,-0.09998 z m -18.00117,0.133309 c 0.0411,0.07869 0.0616,0.153268 0.1,0.233283 -0.37902,0.01554 -0.16484,0.39284 0.0667,0.466569 -0.0205,-0.208965 0.0808,-0.351779 0.3,-0.333263 -0.39654,-0.147466 -0.0149,-0.456855 -0.46669,-0.366589 z m 4.63365,0.133305 c -0.16504,0.319729 0.2537,0.381401 0.46669,0.399917 0.14817,-0.305182 -0.28579,-0.348338 -0.46669,-0.399917 z m 8.20051,0.133304 c -0.22074,0.01878 0.10368,0.478257 0.36668,0.533222 -0.17,0.01091 -0.335,-0.024 -0.50004,-0.06665 0.31321,0.09621 0.26872,0.48812 0.56672,0.599876 0.008,-0.07142 -0.008,-0.12887 0,-0.199959 0.29203,0.287659 0.41734,-0.171718 0.66671,-0.266612 -0.003,-0.0048 0.003,-0.02837 0,-0.03332 0.0832,0.05158 0.17225,0.09958 0.26668,0.133304 0.0165,-0.270796 -0.26422,-0.470811 -0.50004,-0.333264 -0.23469,-0.164521 -0.58873,-0.321602 -0.73336,-0.366592 -0.0555,-0.01729 -0.10177,-0.0026 -0.13335,0 z m -10.334,0.03333 c -0.0321,0.0095 -0.081,0.03019 -0.13334,0.06665 0.0781,0.03174 0.15498,0.06824 0.23336,0.09998 0.0268,-0.104479 0.005,-0.150719 -0.0333,-0.16663 -0.0195,-0.008 -0.0347,-0.0095 -0.0666,0 z m 7.60051,0.16663 c -0.10124,0.01577 -0.17185,0.06612 -0.23337,0.166633 0.24474,0.0539 0.5204,0.09177 0.73339,0.233285 0.0387,0.06316 0.0485,0.126556 0.0333,0.199959 0.0205,0.106132 0.41207,0.162526 0.50004,0.233283 -0.0695,-0.286004 -0.45898,-0.571632 -0.0333,-0.666527 -0.25525,0.0082 -0.69642,-0.213918 -1.00006,-0.166633 z m 1.73342,0 c 0.0744,0.08531 0.13091,0.14368 0.20003,0.233284 -0.24144,0.112091 -0.45459,0.320041 -0.73339,0.333267 0.0874,0.03968 0.17938,0.0603 0.26669,0.09998 0.2302,-0.364367 0.60412,0.04114 0.86672,-0.233287 -0.18819,-0.144822 -0.29147,-0.538717 -0.60005,-0.433244 z m 2.60018,0.133308 c -0.0794,0 -0.15416,0.03352 -0.23336,0.09998 0.0874,0.03174 0.17972,0.06825 0.2667,0.09998 -0.0379,-0.09225 -0.0358,-0.150759 0,-0.16663 -0.0119,-0.0017 -0.0212,-0.03333 -0.0333,-0.03333 z m -12.26745,0.09998 c 0.15875,0.04795 0.30795,0.08569 0.4667,0.133309 -0.14454,-0.09589 -0.29373,-0.133636 -0.4667,-0.133309 z m 1.50009,0.533226 c 0.36576,0.19045 0.78242,0.259725 1.16673,0.399918 0.37439,0.136554 0.77808,0.437485 1.20009,0.299938 -0.61185,-0.286667 -1.29448,-0.4856 -1.93346,-0.699856 z"
             id="path12678"
             inkscape:connector-curvature="0" /><path
             style="fill:#290000;fill-opacity:1;stroke:none;stroke-width:0.31488785;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
             d="m 256.21167,123.67254 c 0.13201,0.17675 0.1528,0.2226 0.21881,0.35722 0.3161,-0.20705 0.38778,-0.24901 0.38778,-0.24901 -0.21559,-0.23146 -0.0439,-0.0496 -0.29766,-0.31674 z"
             id="US-DC"
             inkscape:connector-curvature="0" /></g><ellipse
           id="xk_-0-9-1-6-8-8-9-3"
           cx="256.22839"
           cy="124.80983"
           style="clip-rule:evenodd;opacity:1;fill:#290000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           rx="1.3999999"
           ry="1.4" /></g><g
         style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:0.63524771;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
         class="landxx coastxx us"
         id="us-outline"
         transform="matrix(1.0502509,0,0,1.0486685,15.573172,20.875865)"><path
           style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:0.63524771;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 274.85,226.21 c -0.444,0.35 -0.948,0.542 -1.512,0.576 0.553,-0.902 -1.017,-1.848 -1.112,-0.826 -0.111,1.19 -2.005,1.642 -3.064,1.762 1.573,-1.754 3.663,-2.667 5.832,-3.456 -1.872,0.579 -0.01,0.53 0.407,0.315 0.695,-0.357 1.157,-0.716 1.959,-0.895 1.909,-0.426 2.795,-1.313 4.52,-2.081 3.635,-1.616 7.114,-2.702 11.042,-3.388 -1.867,0.404 1.797,0.132 2.304,0 -1.073,0.671 -1.527,0.941 -1.8,2.232 0.938,0.224 3.205,-3.019 3.6,-0.505 0.27,-0.1 0.51,-0.238 0.72,-0.432 -2.501,-2.031 10.513,-5.89 11.27,-6.123 1.756,-0.539 3.458,-1.233 5.207,-1.782 0.845,-0.265 1.34,0.03 2.167,0.09 1.037,0.07 1.53,-0.923 2.156,-1.536 1.267,-1.239 3.431,-1.793 5.005,-2.502 2.019,-0.91 4.095,-1.87 6.308,-2.187 -1.177,1.487 1.457,0.572 1.872,0.145 -0.5,0.34 -1.052,0.484 -1.656,0.432 0.848,-0.383 0.97,-1.409 1.584,-2.016 0.703,-0.695 1.653,-1.05 2.418,-1.662 1.148,-0.918 3.544,-2.996 5.069,-1.723 -0.364,-0.509 -0.956,-0.679 -1.512,-0.359 0.122,-1.951 3.537,-2.893 4.998,-3.372 3.008,-0.987 5.266,-2.903 8.106,-4.188 -1.576,0.443 -2.858,1.528 -4.396,2.056 -1.264,0.433 -2.593,0.656 -3.866,1.071 -1.32,0.431 -4.727,1.972 -5.994,0.833 0.526,-0.324 0.646,-0.729 0.489,-1.307 -0.112,-0.411 1.207,-0.962 1.491,-1.117 0.584,-0.319 2.633,-1.165 2.125,0.336 0.393,-0.03 0.632,-0.247 0.72,-0.647 -0.615,-0.137 -1.267,-0.657 -1.152,-1.368 -0.337,0.739 -1.128,1.205 -1.827,1.541 -0.539,0.259 -3.421,1.612 -1.701,0.115 -1.045,0.864 -2.961,1.63 -3.582,2.795 -0.435,0.815 -1.616,2.063 -2.708,1.619 -1.029,-0.417 1.485,-3.319 -0.262,-3.334 0.263,-0.17 0.527,-0.338 0.792,-0.504 -1.071,-0.456 -2.15,0.714 -3.096,1.008 0.169,-0.287 0.337,-0.575 0.504,-0.863 -0.582,0.218 -1.028,-0.105 -1.224,-0.648 0.259,-0.132 0.522,-0.251 0.792,-0.359 -1.662,-1.045 -5.962,1.428 -7.807,1.616 -1.307,0.134 -2.334,1.077 -3.615,1.39 -0.475,0.1 -0.943,0.225 -1.405,0.375 -0.624,0.226 -1.105,-0.565 -1.79,-0.357 1.116,-0.958 3.246,-0.302 4.089,-1.614 1.172,-1.822 1.63,-1.481 3.543,-2.274 -0.747,-0.1 -1.513,-0.125 -2.232,0.144 0.688,-2.285 3.484,-2.129 5.129,-3.237 0.641,-0.432 1.055,-2.31 1.549,-3.017 0.728,-1.042 1.662,-1.946 2.754,-2.601 -0.523,0 -1.003,0.143 -1.439,0.432 2.083,-2.499 5.299,-3.132 8.136,-4.392 -0.734,0.131 -1.646,0.893 -1.368,-0.216 -0.493,0.777 -7.694,3.588 -7.557,3.93 1.075,2.686 -11.934,3.493 -13.323,3.197 0.161,-0.891 1.012,-0.97 1.656,-1.367 -1.074,-0.313 -0.792,-2.202 0.07,-2.592 -1.654,1 -2.632,-0.61 -0.504,-1.295 -0.504,-0.16 -1.008,-0.16 -1.512,0 0.931,-1.317 2.874,-1.244 4.204,-1.916 0.425,-0.214 0.982,-0.45 1.311,-0.811 0.637,-0.7 1.264,-0.227 2.045,-0.516 -1.205,1.213 0.312,0.451 0.915,1.181 0.398,0.481 -2.41,1.357 -2.787,1.483 1.819,-0.258 3.367,-1.398 5.184,-1.655 -0.171,0.591 -0.566,1.106 -1.08,1.44 0.895,0.184 2.618,-0.224 3.276,-0.897 0.647,-0.662 -0.194,-1.155 -0.828,-1.047 0.723,-0.267 1.508,-0.236 2.231,-0.505 -0.964,-0.02 -0.964,-0.216 0,-0.575 -1.716,0.01 -3.2,1.177 -4.951,0.874 -1.199,-0.208 -2.894,-1.067 -4.049,-0.298 0.254,-1.102 2.485,-1.446 3.384,-1.512 -0.565,-0.224 -1.069,-0.127 -1.512,0.288 0.06,-0.572 0.445,-1.021 1.008,-1.151 -0.458,0.216 -0.938,0.36 -1.44,0.432 0.268,-0.925 1.554,-1.15 2.232,-1.656 -1.709,0.214 -2.782,2.57 -4.608,2.232 -0.108,-0.875 1.075,-1.064 0.439,-1.811 -0.534,-0.627 1.847,-1.247 2.152,-1.43 -0.419,-0.404 -0.899,-0.5 -1.44,-0.288 0.399,-1.634 2.181,-1.014 3.384,-1.224 -1.637,0.08 0.249,-1.206 1.237,-1.141 1.456,0.1 3.332,-2.023 4.724,-2.627 1.915,-0.832 3.84,-1.657 5.798,-2.379 0.582,-0.214 1.34,-0.552 1.98,-0.417 0.97,0.205 0.272,0.998 -0.275,1.164 0.553,-0.123 1.081,-0.315 1.584,-0.576 -2.002,-0.346 3.024,-2.068 3.672,-2.304 -1.078,0.295 -2.09,0.783 -3.168,1.08 1.199,-1.722 4.706,-3.821 6.84,-3.096 -1.192,-1.328 2.891,-1.818 3.535,-1.861 0.619,-0.04 1.333,0.137 1.858,0.47 1,0.635 -2.233,1.367 -2.585,1.606 2.486,-1.059 5.292,-0.408 7.766,-1.534 2.391,-1.088 4.872,-2.084 7.426,-2.714 -0.271,0.232 -0.535,0.472 -0.792,0.72 3.771,0.133 7.343,-0.354 10.663,-2.231 1.315,-0.743 2.262,-1.779 3.376,-2.771 0.691,-0.616 2.335,-3.488 0,-2.484 0.647,-0.3 9.51,-1.726 7.344,-3.744 0.382,-0.104 0.766,-0.2 1.152,-0.288 -1.335,0.1 -2.502,0.719 -3.744,1.151 -1.249,0.435 -2.613,-0.208 -3.816,0.433 2.032,-0.405 -0.769,0.37 -0.946,0.414 -0.903,0.221 -1.823,0.364 -2.734,0.547 -1.901,0.382 -3.455,1.559 -5.32,1.992 0.949,-1.063 1.251,-2.673 -0.72,-1.944 0.266,0.213 0.53,0.429 0.792,0.647 -0.833,0.335 -1.187,1.069 -1.776,0.347 -0.341,-0.418 -0.852,-0.649 -1.362,-0.78 -1.158,-0.295 -2.403,-0.183 -3.576,-0.05 -2.742,0.303 -4.749,1.035 -7.506,0.531 -0.43,-0.08 -4.376,-0.694 -3.442,-1.628 0.462,-0.462 1.966,-0.608 1.696,-1.437 -0.457,-1.402 0.785,-2.598 2.071,-2.811 -0.531,0.213 -1.035,0.478 -1.512,0.793 0.85,0.802 2.01,0.248 2.837,-0.249 0.896,-0.538 1.885,-0.289 2.851,-0.184 -1.202,-1.561 -3.982,-1.192 -5.699,-1.35 -0.581,-0.05 -1.372,-0.989 -1.609,-1.463 -0.426,-0.849 2.212,-1.152 2.7,-1.22 -0.75,0.293 -1.526,0.516 -2.304,0.721 1.844,0.415 3.495,-0.775 5.195,-1.241 1.513,-0.414 3.2,-0.06 4.555,-1.005 2.958,-2.075 6.905,-0.689 10.123,-1.354 -0.271,-0.158 -0.535,-0.326 -0.792,-0.504 1.463,-1.661 4.261,-1.492 6.261,-1.658 3.204,-0.265 6.237,-1.738 9.507,-1.222 -0.811,-0.112 -2.054,0.94 -2.68,1.356 -1.243,0.825 -2.473,1.199 -3.872,1.667 0.698,-0.185 0.625,0.08 0.851,0.542 0.248,0.504 1.266,0.324 1.675,0.29 0.869,-0.07 1.75,-0.06 2.621,-0.06 0.565,0 3.049,-0.372 1.189,0.668 1.917,-1.021 4.153,0.285 6.12,-0.504 0.862,0 3.218,-2.434 4.968,-1.151 -0.246,0.26 -0.51,0.5 -0.792,0.72 0.806,-0.282 1.703,-0.508 2.088,-1.368 -1.289,-1.082 -3.113,-0.697 -4.536,-0.145 0.716,-0.567 2.376,-0.955 2.273,-2.087 -0.09,-0.95 -1.255,-0.758 -0.589,-1.684 1.216,-1.691 3.298,0.128 1.68,1.015 -3.321,1.821 2.687,1.535 2.655,1.503 1.503,1.503 5.419,1.208 6.293,-0.979 -0.533,0.07 -1.061,0.164 -1.584,0.288 -0.745,-0.04 -1.327,-0.609 -2.098,-0.47 -1.197,0.217 -2.513,1.279 -3.772,0.793 -2.084,-0.805 2.792,-3.163 3.783,-3.06 -0.4,-1.585 -2.808,0.137 -2.808,-0.864 -0.449,0.411 -0.977,0.603 -1.584,0.576 0.667,-0.541 1.479,-0.834 2.232,-1.224 -0.873,-0.09 -1.647,0.63 -2.405,0.933 -1.039,0.416 -3.116,0.01 -4.164,-0.225 -2.373,-0.531 -0.366,-1.26 0.437,-2.406 1.055,-1.51 0.253,-4.073 -1.612,-4.88 -0.607,-0.263 -1.672,-0.118 -1.858,-0.933 -0.28,-1.229 -0.979,-1.19 -2.061,-1.273 2.581,-0.25 4.813,-1.484 7.046,-2.704 2.534,-1.384 4.604,-1.014 7.434,-1.218 6.186,-0.447 11.518,-1.877 17.344,-3.998 -0.496,0.257 -1,0.497 -1.512,0.72 2.864,-0.547 5.405,-2.876 8.269,-3.743 3.458,-1.046 6.756,-3.034 10.378,-3.457 -0.616,0.315 -0.638,0.868 -1.368,1.009 2.54,-0.449 5.147,-0.564 7.632,-1.297 2.282,-0.673 4.631,-1.727 7.056,-1.655 -0.638,0.535 -1.462,0.881 -2.304,0.864 2.437,-0.366 -0.443,0.666 -0.937,0.863 0.811,-0.278 0.907,-0.04 0.288,0.721 0.803,-0.555 1.616,-1.096 2.491,-1.534 1.076,-0.538 2.355,-0.109 3.485,-0.41 -0.746,0 -1.5,-0.04 -2.232,0.144 0.292,-0.843 -0.422,-1.067 -1.08,-0.792 2.346,-0.967 4.892,-1.223 7.344,-1.8 -0.5,0.267 -1.029,0.459 -1.584,0.576 3.295,0.812 7.966,-0.233 11.21,-0.995 3.957,-0.928 7.755,-2.44 11.686,-3.469 -0.579,0.163 -1.106,0.427 -1.584,0.792 0.409,0.151 3.678,0.475 2.922,1.325 -1.08,1.216 -3.655,1.348 -5.154,1.339 0.25,0.583 -0.207,1 -0.72,1.151 1.516,-0.419 3.049,-0.78 4.536,-1.296 0.905,-0.313 1.796,-0.667 2.707,-0.963 0.441,-0.143 3.051,-1.212 1.109,0.171 0.347,-0.237 1.543,-0.613 1.752,0 0.331,0.966 -1.777,1.163 -2.329,1.227 1.456,1.378 3.817,0.27 5.477,0 2.336,-0.381 5.181,-0.424 7.483,0.146 -0.767,0.873 -2.028,1.086 -3.024,1.584 0.452,0.232 0.932,0.353 1.44,0.36 -1.03,0.119 -2.077,-0.02 -3.096,0.216 1.532,0.197 3.073,0 4.608,0 -0.528,0.192 -1.056,0.384 -1.584,0.576 1.317,0.665 2.771,0.582 4.181,0.34 0.854,-0.146 1.703,-0.335 2.567,-0.421 0.472,-0.05 2.575,-0.51 1.172,0.368 2.278,0 4.625,-0.671 6.918,-0.388 0.713,0.09 1.786,0.304 2.359,0.773 0.892,0.729 2.142,0.143 3.052,0.679 2.245,1.325 4.627,0.565 7.102,0.878 0.751,0.09 2.492,-0.36 2.76,0.535 0.12,0.399 2.306,0.07 1.064,0.691 1.361,-0.03 2.723,0.04 4.084,-0.01 0.68,-0.02 1.355,-0.09 2.026,-0.198 1.084,-0.456 1.304,-0.386 0.658,0.21 1.411,-1.596 5.29,-0.935 7.045,-0.439 1.191,0.336 1.514,1.55 2.718,1.816 0.921,0.203 0.881,0.315 1.38,0.966 0.593,0.774 1.518,-0.253 2.249,0.249 l -85.754,71.136 c 0.845,0.221 1.579,0.512 2.437,0.123 0.88,-0.399 1.524,0.376 2.354,0.471 1.005,0.116 2.25,-0.664 3.223,-0.891 1.153,-0.269 2.345,-0.334 3.505,-0.06 -0.813,0.62 -1.979,0.977 -2.541,1.886 -0.578,0.934 0.866,1.146 0.759,2.175 -0.143,1.372 0.672,2.61 1.131,3.87 0.44,1.209 -0.806,2.377 -1.365,3.301 2.488,-0.869 5.126,-1.3 7.537,-2.391 1.057,-0.478 2.054,-1.091 2.912,-1.877 0.358,-0.106 0.724,-0.161 1.098,-0.164 0.514,-0.237 0.527,-0.786 0.982,-1.04 0.782,-0.437 1.732,-0.316 2.582,-0.47 0.933,-0.169 3.18,-1.28 4.035,-0.881 2.919,1.362 -1.69,2.736 -0.344,4.079 0.365,0.364 1.268,0.72 0.929,1.395 -0.307,0.613 -0.759,1.784 -0.156,2.3 1.802,1.543 0.687,2.434 0.367,4.225 -0.292,1.638 -0.804,3.244 -0.968,4.903 -0.106,1.059 0.01,2.617 -0.706,3.488 -0.466,0.563 -1.413,1.348 -0.177,1.768 -1.243,0.543 -1.343,2.191 -1.602,3.312 1.281,-0.194 3.411,1.304 4.375,2.078 1.004,0.808 0.787,2.222 2.465,2.026 -0.492,1.261 -1.655,1.678 -2.705,2.353 -1.375,0.883 -1.663,2.48 -2.751,3.565 -2.201,2.193 -5.954,3.892 -8.512,4.955 0.363,-0.52 0.747,-1.023 1.152,-1.512 -0.63,0.625 -1.35,1.216 -2.231,1.439 0.491,-2.397 4.674,-3.507 6.624,-4.464 -0.541,0.176 -5.129,2.397 -4.824,1.08 0.207,-0.9 3.215,-0.977 3.816,-0.937 -0.502,-0.06 -1.006,-0.09 -1.512,-0.07 0.867,-1.133 2.836,-2.545 2.949,-4.071 0.129,-1.749 0.907,-1.518 2.164,-2.48 -1.652,0.542 -3.249,1.535 -5.04,1.512 0.451,-0.183 0.907,-0.351 1.368,-0.504 -0.472,0.164 -3.951,0.664 -3.851,1.213 0.154,0.847 -0.375,0.656 -0.912,1.157 -0.837,0.783 -0.82,-0.04 -1.519,0.894 -0.435,0.582 -1.796,0.564 -1.291,-0.229 0.608,-0.957 1.662,-1.474 2.605,-2.027 1.01,-0.591 1.925,-1.243 2.712,-2.117 0.766,-0.85 2.142,-0.385 3.12,-0.547 -0.821,-0.23 -1.802,-0.05 -1.944,-1.152 -0.06,0.693 -1.362,1.985 -2.098,1.476 -1.059,-0.731 0.775,-2.273 1.306,-2.7 -0.1,0.512 0.08,0.905 0.647,0.937 -0.33,-0.605 -0.282,-1.181 0.145,-1.729 -0.26,-0.108 -0.523,-0.204 -0.792,-0.288 0.862,-0.318 1.255,-1.27 2.16,-1.512 -0.678,0.251 -1.338,0.475 -1.76,-0.299 -0.562,-1.031 0.858,-0.901 1.112,-1.716 -0.731,0.531 -1.706,-0.03 -1.584,-0.938 -0.917,1.018 -2.049,-0.09 -0.709,-0.824 0.951,-0.518 2.15,-0.208 3.158,-0.544 -0.747,0.05 -1.486,0.306 -2.232,0.07 1.209,-0.412 0.342,-1.851 1.944,-1.944 -0.839,0.196 -1.124,-0.688 -0.331,-1.005 0.604,-0.241 1.387,0.779 1.699,1.15 0.301,-0.837 -0.897,-1.178 -0.64,-1.894 0.483,-1.348 2.214,-0.87 3.16,-0.554 -1.33,-0.857 -2.578,-0.341 -3.744,0.504 -0.534,-0.889 1.515,-2.337 2.304,-2.664 -0.52,0.133 -2.19,1.495 -2.405,0.863 -0.218,-0.642 0.451,-1.282 0.873,-1.652 1.15,-1.012 2.769,-1.994 4.268,-2.379 -1.442,-0.129 -2.94,0.926 -3.949,1.843 -1.393,1.266 -1.857,-0.521 -3.251,-0.69 0.612,-0.522 0.597,-1.269 0.808,-1.974 0.19,-0.634 1.05,-0.911 1.424,-1.41 -1.609,1.351 0.161,-1.976 0.456,-2.37 0.771,-1.032 1.668,-2.116 2.712,-2.886 -0.594,0.316 -1.068,0.827 -1.693,1.091 -1.039,0.438 -0.29,0.706 -1.042,1.572 -0.299,-1.499 -1.308,0.623 -1.747,1.314 -0.57,0.899 -1.754,2.051 -2.054,3.049 -0.36,1.201 -1.276,2.512 -2.584,2.772 -1.184,0.235 -0.485,-1.168 -0.167,-1.591 -0.669,0.768 -2.16,0.313 -3.023,0.36 1.423,-1.74 2.417,-3.549 4.68,-3.96 -0.537,-0.369 -1.158,-0.259 -1.584,0.216 1.16,-1.922 -1.652,0.706 -2.027,0.809 -1.214,0.331 -0.479,-1.521 -0.853,-2.032 -0.224,1.087 -1.267,0.626 -1.512,-0.145 -0.417,1.028 -1.877,1.141 -2.736,1.584 1.042,-0.405 1.956,-0.122 3.024,-0.144 -0.25,0.565 -0.646,2.151 0.576,1.008 -0.422,0.432 -0.926,0.72 -1.512,0.864 0.681,-0.03 1.676,-0.639 1.872,0.432 -0.729,0.07 -0.568,0.344 -0.633,0.869 -0.1,0.813 -1.654,1.041 -2.247,1.147 1.072,-1.277 -0.661,-0.803 -1.152,-0.504 1.756,-0.171 -0.136,0.248 -0.516,0.229 -0.685,-0.04 -0.786,0.99 -1.644,0.996 0.867,-1.127 -3.892,-2.322 -1.656,-3.385 -1.085,0.32 -1.149,-0.855 -0.963,-1.588 0.292,-1.152 -0.204,-1.947 -1.484,-2.155 0.368,-0.277 0.776,-0.469 1.224,-0.576 -1.168,-0.133 -3.245,0.207 -3.168,-1.584 -0.854,0.656 -1.309,-0.606 -1.944,-0.937 0.742,-0.803 1.931,-0.885 2.713,-1.636 0.694,-0.667 1.062,-1.521 2.009,-1.907 2.349,-0.955 -0.86,2.458 -0.906,2.607 0.83,-1.041 2.336,-2.476 3.744,-1.512 -0.686,-0.418 -1.355,-1.833 -2.305,-1.562 -1.24,0.354 -2.375,1.161 -3.661,1.524 -2.983,0.845 -5.616,1.056 -8.435,-0.466 0.734,-0.527 1.915,-0.71 2.017,-1.801 -1.137,-0.1 -1.825,1.105 -3.117,0.867 -1.703,-0.314 -3.398,-0.665 -5.102,-0.974 -3.027,-0.548 -6.17,1.822 -9.134,0.61 1.885,-0.184 -1.63,-2.207 -2.376,-2.088 1.351,-1.757 3.755,-1.962 5.4,-3.312 -2.123,0.329 -3.77,1.536 -5.704,2.321 -0.509,0.207 -1.444,0.693 -2.021,0.489 -0.678,-0.24 -1.092,-1.067 -1.924,-0.794 0.873,-0.739 1.986,-1.146 3.024,-1.584 -0.391,0.07 -3.604,0.647 -1.584,-0.216 -0.77,0.136 -1.534,0.297 -2.304,0.432 0.655,-0.494 1.47,-0.627 2.232,-0.863 -1.258,-0.08 -2.487,0.564 -3.744,0.288 1.085,-0.698 2.886,-1.218 4.176,-1.009 -0.824,-0.549 -2.089,0.508 -2.858,-0.116 -0.938,-0.76 3.231,-1.962 4.082,-1.827 -1.004,-0.947 -2.817,-0.09 -3.819,0.412 -1.302,0.649 -3.003,0.522 -4.461,1.027 0.214,-0.241 0.431,-0.481 0.648,-0.72 -0.526,0.165 -1.03,0.381 -1.512,0.647 0.587,-0.822 1.553,-1.217 2.232,-1.943 -1.245,0.637 -2.291,2.206 -3.744,2.376 0.241,-0.239 0.48,-0.479 0.72,-0.72 -0.619,0.06 -1.169,0.424 -1.512,0.936 -1.327,-1.276 3.749,-3.019 4.392,-3.527 -1.265,0.378 -2.457,0.985 -3.61,1.615 -1.05,0.573 -2.247,-0.469 -3.229,0.544 0.79,-0.112 1.51,-0.483 2.304,-0.575 -1.653,1.419 -3.544,1.268 -5.328,2.088 1.969,-0.161 -1.014,0.615 -1.44,0.936 0.818,-0.06 1.487,-0.589 2.304,-0.648 -0.213,0.242 -0.429,0.482 -0.648,0.721 0.527,-0.132 1.031,-0.324 1.512,-0.576 -0.934,1.84 -3.401,1.505 -5.04,2.16 1.603,-0.265 2.933,-0.472 4.464,-0.864 0.658,1.759 -4.435,2.028 -5.184,2.952 0.508,0 0.988,-0.128 1.44,-0.36 -0.314,0.292 -1.528,1.343 0,0.433 -0.87,0.702 -2.147,1.236 -3.219,1.521 -0.609,0.162 -1.117,0.245 -1.702,0.509 -1.07,0.484 -1.935,-0.177 -3,-0.23 0.32,-0.2 0.656,-0.368 1.008,-0.504 -1.114,0.03 -2.016,0.669 -2.88,1.296 0.518,-0.544 0.979,-1.137 1.44,-1.729 -0.948,0.08 -4.251,1.828 -4.32,2.881 -0.159,-0.598 0.149,-1.099 0.72,-1.297 -0.494,0.191 -1.122,0 -1.584,0.288 -0.553,0.335 -0.598,1.149 -1.152,1.513 0.126,-1.416 -1.02,-0.457 -1.608,-0.06 -1.089,0.725 -2.761,1.259 -4.008,1.648 0.862,-0.773 1.955,-1.237 2.952,-1.801 -1.382,0.389 -2.48,1.376 -3.816,1.873 0.225,-0.257 0.441,-0.521 0.648,-0.793 -1.21,-0.137 -2.132,1.198 -3.229,1.496 -1.684,0.459 -1.822,0.871 -3.538,0.448 0.675,1.223 -0.363,0.646 -0.964,0.506 -0.803,-0.187 -1.751,0.386 -2.502,0.591 -0.586,0.159 -1.26,-0.395 -0.998,-1.024 0.143,-0.343 0.959,-0.477 1.242,-0.564 2.891,-0.893 5.781,-2.144 8.694,-2.964 -1.499,-0.388 -3.387,1.702 -4.731,0.547 -1.156,-0.993 5.164,-3.635 6.131,-4.077 1.242,-0.568 2.474,-1.188 3.568,-2.014 0.697,-0.525 1.043,-1.883 1.915,-2.144 2.913,-0.874 5.932,-1.659 8.885,-2.465 -0.04,1.284 1.168,0.939 1.986,0.714 1.41,-0.389 3.43,0.187 4.782,0.654 -1.042,-1.214 -5.066,-1.605 -1.875,-3.214 1.837,-0.926 3.96,-1.313 5.979,-1.609 -1.917,-0.85 -3.892,0.695 -5.608,1.323 -0.612,0.224 -3.835,1.259 -3.104,-0.46 -0.883,0.888 -2.354,1.098 -3.538,1.206 -1.41,0.128 -2.464,1.178 -3.808,1.481 -1.439,0.324 -2.731,0.282 -4.008,1.141 -0.915,0.615 -1.692,1.064 -2.763,1.325 -2.163,0.528 -3.507,0.916 -5.176,2.314 -0.902,0.756 -2.208,1.027 -3.303,1.371 -1.146,0.359 -1.784,-0.851 -2.748,-0.415 1.482,-0.253 1.202,1.715 0.236,2.202 -1.822,0.917 -3.692,0.77 -5.564,1.399 1.564,-0.107 0.416,1.007 -0.2,1.175 -0.79,0.216 -1.735,-0.03 -2.464,0.409 2.094,-1.277 -0.459,-0.172 -0.834,0 -0.784,0.369 -2.03,0.391 -2.697,0.819 -0.317,0.204 -0.348,0.618 -0.697,0.799 -0.625,0.324 -1.977,0.455 -2.684,0.537 1.896,0.01 -0.562,0.504 -1.01,0.681 -0.949,0.373 -2.087,0.889 -2.59,1.839 1.078,-0.09 2.568,-0.454 3.549,0.17 1.729,1.099 -1.664,2.344 -2.284,2.556 -1.473,0.504 -3.137,0.518 -4.438,1.368 -0.682,0.445 -1.384,0.339 -2.015,0.914 -0.924,0.843 -2.146,0.567 -3.092,1.328 0.479,-0.233 0.982,-0.377 1.512,-0.432 -0.778,0.433 -3.111,2.686 -2.952,1.08 -0.717,0.996 -2.857,1.018 -4.002,1.188 -1.224,0.182 -2.002,0.713 -3.121,1.243 -1.25,0.593 -2.602,0.526 -3.812,1 -1.48,0.577 -2.815,1.68 -4.388,1.675 -0.876,0 -1.215,0.938 -1.915,0.658 -0.938,-0.375 -3.094,1.042 -4.002,1.293 1.576,-0.22 0.05,0.866 -0.47,1.243 -0.796,0.574 -1.959,0.561 -2.8,1.146 -0.697,0.485 -1.628,0.518 -2.44,0.609 -1.241,0.141 -1.784,0.813 -2.845,1.174 -0.504,0.172 -0.527,-0.685 -0.993,-0.498 -0.53,0.212 -1.926,0.571 -2.101,1.21 -0.215,0.79 -1.102,0.841 -1.755,0.664 -1.207,-0.328 -1.833,0 -3.013,0.355 1.953,0.199 -0.955,0.776 -1.512,0.783 -1.659,0.02 -3.349,0.827 -4.752,1.665 0.756,-0.09 1.44,-0.689 2.232,-0.359 -0.644,0.488 -0.939,0.689 0.07,0.792 -0.692,0.415 -1.516,0.375 -2.232,0.72 -0.605,0.291 -1.006,1.095 -1.728,1.152 0.247,-0.822 1.03,-1.277 1.8,-1.512 -0.943,-0.55 -2,0.816 -2.644,1.293 -0.858,0.636 -2.265,0.863 -3.302,0.945 -1.376,0.108 -2.548,0 -3.828,0.718 -1.186,0.661 -2.174,2.085 -3.69,2.012 0.856,-0.415 1.625,-0.994 2.304,-1.656 -0.845,-0.89 -2.836,0.08 -3.675,0.523 -0.604,0.317 -1.026,0.356 -1.705,0.392 -0.82,0.04 -1.904,0.99 -2.612,1.389 0.91,-1.483 -0.457,-0.342 -0.813,-0.08 -0.549,0.406 -1.129,0.367 -1.717,0.1 -0.287,-0.131 -1.638,0.494 -1.858,0.559 -0.93,0.273 -2.023,0.111 -2.884,0.427 1.131,-1.104 2.179,-1.452 3.744,-1.367 -1.656,-2.131 -4.617,0.705 -6.127,1.632 -0.653,0.401 -1.408,0.418 -2.081,0.744 -0.601,0.291 -0.911,0.936 -1.512,1.224 -0.606,0.288 -0.402,-0.945 -1.077,0.02 -0.389,0.556 -1.283,0.631 -1.875,0.412 0.934,-0.302 0.801,-1.193 1.08,-1.943 -1.52,-0.284 -1.537,2.554 -3.098,2.157 m 65.017,-24.624 c -2.219,0.927 1.042,1.817 1.656,2.52 -0.246,0.239 -0.509,0.455 -0.792,0.648 0.461,-0.22 1.482,-0.344 1.548,-1.008 0.06,-0.65 1.516,-0.619 1.836,-1.224 -1.443,-0.669 -2.602,-1.427 -4.248,-0.936 M 358.005,191.3 c 1.812,0.546 3.463,-0.674 5.236,-0.742 1.374,-0.05 3.281,0.482 4.484,-0.41 -1,0.275 -0.967,0.174 0.103,-0.306 0.793,-0.387 1.631,-0.663 2.48,-0.894 1.429,-0.388 2.884,-0.68 4.257,-1.249 -1.669,-0.06 -3.555,-0.13 -5.205,0.146 -1.372,0.229 -2.632,0.813 -4.025,0.977 -2.639,0.312 -5.503,0.19 -7.33,2.478"
           class="landxx us"
           id="path3790"
           inkscape:connector-curvature="0" /><path
           style="fill:none;stroke:#000000;stroke-width:0.63524771;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 483.51,289.57 c -0.04,-0.381 0.04,-0.741 0.216,-1.08 -0.498,0.291 -0.865,0.788 -0.936,1.368 0.24,-0.1 0.48,-0.193 0.72,-0.288"
           id="path3780"
           inkscape:connector-curvature="0" /><path
           style="fill:none;stroke:#000000;stroke-width:0.63524771;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 484.44,286.9 c -0.312,0.125 -0.456,0.365 -0.432,0.721 0.144,-0.241 0.288,-0.481 0.432,-0.721"
           id="path3782"
           inkscape:connector-curvature="0" /><path
           style="fill:none;stroke:#000000;stroke-width:0.63524771;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 488.19,282.51 c -0.887,-0.548 -1.284,0.593 -0.647,1.152 -0.303,-0.605 0.06,-1.016 0.647,-1.152"
           id="path3784"
           inkscape:connector-curvature="0" /><path
           style="fill:none;stroke:#000000;stroke-width:0.63524771;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 487.68,281.14 c 0.628,0.739 -0.264,0.553 -0.69,0.852 -0.706,0.494 -0.181,1.256 -0.678,1.885 1.068,-0.06 0.884,1.084 0,1.224 -1.076,-1.579 -0.105,-3.135 1.368,-3.961"
           id="path3818"
           inkscape:connector-curvature="0" /><path
           style="fill:none;stroke:#000000;stroke-width:0.63524771;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 436.28,404.84 c 0.02,-0.288 0.05,-0.576 0.07,-0.864 -0.489,0.08 -0.969,0.203 -1.44,0.36 0.245,0.61 0.772,0.946 1.368,0.504"
           id="path3764"
           inkscape:connector-curvature="0" /><path
           style="fill:none;stroke:#000000;stroke-width:0.63524771;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 437.72,403.69 c -0.898,1.391 1.751,0.669 2.232,0.145 -0.737,0.511 -1.49,-0.04 -2.232,-0.145"
           id="path3766"
           inkscape:connector-curvature="0" /><path
           style="fill:none;stroke:#000000;stroke-width:0.63524771;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 443.55,413.12 c -0.12,0 -0.24,0 -0.36,0 0.05,0.577 0.286,1.057 0.72,1.439 0.07,-0.526 -0.05,-1.006 -0.36,-1.439"
           id="path3768"
           inkscape:connector-curvature="0" /><path
           style="fill:none;stroke:#000000;stroke-width:0.63524771;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 444.84,418.73 c 0.553,0.468 0.665,1.789 1.656,1.296 -0.104,-0.911 -0.962,-1.018 -1.656,-1.296"
           id="path3770"
           inkscape:connector-curvature="0" /><path
           style="fill:none;stroke:#000000;stroke-width:0.63524771;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 584.38,460.21 c 0.619,-0.647 1.148,-1.378 1.584,-2.16 -1.053,1.174 -2.971,2.626 -2.88,4.392 0.362,-0.783 0.827,-1.511 1.296,-2.232"
           id="path3820"
           inkscape:connector-curvature="0" /><path
           style="fill:none;stroke:#000000;stroke-width:0.63524771;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 589.28,454.66 c 0,0.168 0,0.336 0,0.504 0.969,-0.718 2.117,-1.194 2.952,-2.088 -1.007,0.486 -1.938,1.114 -2.952,1.584"
           id="path3822"
           inkscape:connector-curvature="0" /><path
           style="fill:none;stroke:#000000;stroke-width:0.63524771;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 485.67,279.34 c -0.757,0.121 -0.988,0.729 -0.432,1.296 0.596,-0.236 0.852,-0.744 0.432,-1.296"
           id="path4840"
           inkscape:connector-curvature="0" /><path
           style="fill:none;stroke:#000000;stroke-width:0.63524771;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 487.68,278.48 c -0.539,0.191 -0.995,0.503 -1.368,0.937 0.618,0.158 1.864,0.04 1.368,-0.937"
           id="path4844"
           inkscape:connector-curvature="0" /><path
           style="fill:none;stroke:#000000;stroke-width:0.63524771;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 486.96,279.77 c -0.273,0.193 -0.441,0.457 -0.504,0.792 0.168,-0.264 0.336,-0.529 0.504,-0.792"
           id="path4846"
           inkscape:connector-curvature="0" /><path
           style="fill:none;stroke:#000000;stroke-width:0.63524771;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 489.12,278.26 c -0.05,0.244 -0.02,0.484 0.07,0.72 -0.02,-0.241 -0.05,-0.48 -0.07,-0.72"
           id="path4852"
           inkscape:connector-curvature="0" /><path
           style="fill:none;stroke:#000000;stroke-width:0.63524771;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 676.76,441.7 c -0.593,-0.304 -0.323,-1.104 -0.07,-1.513 -0.172,0.514 -0.148,1.018 0.07,1.513"
           id="path3836"
           inkscape:connector-curvature="0" /><path
           style="fill:none;stroke:#000000;stroke-width:0.63524771;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 708.22,430.83 c -0.21,0.532 -0.475,1.036 -0.792,1.512 0.06,-0.612 0.32,-1.116 0.792,-1.512"
           id="path3860"
           inkscape:connector-curvature="0" /><path
           style="fill:none;stroke:#000000;stroke-width:0.63524771;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 605.76,445.09 c -0.627,0.588 -1.414,0.965 -2.016,1.584 0.991,-0.595 2.054,-1.116 2.88,-1.944 -0.288,0.12 -0.576,0.24 -0.864,0.36"
           id="path3824"
           inkscape:connector-curvature="0" /><path
           style="fill:none;stroke:#000000;stroke-width:0.63524771;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 629.52,442.78 c -0.452,-0.891 -1.62,-0.526 -2.231,-0.07 0.686,0.484 1.641,1.038 2.231,0.07"
           id="path3826"
           inkscape:connector-curvature="0" /><path
           style="fill:none;stroke:#000000;stroke-width:0.63524771;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 632.98,445.59 c 0.942,-2.032 -2.232,0.24 0,0"
           id="path3828"
           inkscape:connector-curvature="0" /><path
           style="fill:none;stroke:#000000;stroke-width:0.63524771;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 649.04,437.96 c -0.24,0.144 -0.48,0.288 -0.72,0.432 0.702,0.54 0.942,0.395 0.72,-0.432"
           id="path3830"
           inkscape:connector-curvature="0" /><path
           style="fill:none;stroke:#000000;stroke-width:0.63524771;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 678.41,442.21 c 0.927,0.415 2.192,-0.514 2.952,-0.937 -0.616,0.532 -2.114,1.522 -2.952,0.937"
           id="path3838"
           inkscape:connector-curvature="0" /><path
           style="fill:none;stroke:#000000;stroke-width:0.63524771;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 708.36,453.51 c -0.02,0.24 -0.05,0.479 -0.07,0.72 -0.225,-0.958 -0.394,-2.05 0.288,-2.88 0.513,0.718 -0.03,1.462 -0.216,2.16"
           id="path3862"
           inkscape:connector-curvature="0" /><path
           style="fill:none;stroke:#000000;stroke-width:0.63524771;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 709.16,457.69 c 0.433,1.667 0.739,3.457 0.648,5.185 -0.306,-1.709 -0.757,-3.436 -0.648,-5.185"
           id="path3864"
           inkscape:connector-curvature="0" /><path
           style="fill:none;stroke:#000000;stroke-width:0.63524771;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 706.13,479.43 c -0.799,1.064 -1.697,2.039 -2.664,2.952 0.884,-0.789 1.341,-2.753 2.664,-2.952"
           id="path3856"
           inkscape:connector-curvature="0" /><path
           style="fill:none;stroke:#000000;stroke-width:0.63524771;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 693.75,466.69 c -0.05,0.24 -0.1,0.479 -0.145,0.72 0.03,-0.245 0.08,-0.485 0.145,-0.72"
           id="path3840"
           inkscape:connector-curvature="0" /><path
           style="fill:none;stroke:#000000;stroke-width:0.63524771;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 693.89,469.13 c 0.24,0.192 0.48,0.384 0.72,0.576 -0.307,0.04 -1.104,-0.565 -0.72,-0.576"
           id="path3842"
           inkscape:connector-curvature="0" /><path
           style="fill:none;stroke:#000000;stroke-width:0.63524771;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 694.47,469.28 c -0.03,-0.511 -0.1,-1.015 -0.216,-1.513 0.353,0.472 0.425,0.975 0.216,1.513"
           id="path3844"
           inkscape:connector-curvature="0" /><path
           style="fill:none;stroke:#000000;stroke-width:0.63524771;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 695.69,468.85 c 0.264,-0.664 0.833,-1.162 1.513,-1.368 -0.573,0.383 -0.947,0.978 -1.513,1.368"
           id="path3848"
           inkscape:connector-curvature="0" /><path
           style="fill:none;stroke:#000000;stroke-width:0.63524771;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 761.29,393.68 c -0.382,0.07 -0.767,0.1 -1.155,0.07 1.926,-0.582 2.447,-2.8 2.735,-4.536 -0.156,1.561 -0.549,3.233 -1.58,4.464"
           id="path3872"
           inkscape:connector-curvature="0" /><path
           style="fill:none;stroke:#000000;stroke-width:0.63524771;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 786.7,347.09 c -0.279,0.529 -0.769,0.947 -1.36,1.08 0.215,-0.567 0.707,-1.088 1.36,-1.08"
           id="path3874"
           inkscape:connector-curvature="0" /><path
           style="fill:none;stroke:#000000;stroke-width:0.63524771;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 791.38,346.88 c -0.245,0.05 -3.51,0.293 -1.44,0.504 -0.759,0.188 -1.558,0.08 -2.3,0.359 1.658,-0.518 -0.183,-0.284 -0.72,-0.504 0.865,-1.201 1.299,-1.333 2.667,-1.7 0.762,-0.205 1.051,-0.909 1.913,-0.93 0.665,-0.02 1.305,0.217 1.97,0.183 1.021,-0.05 2.093,-0.454 3.181,-0.522 1.658,-0.104 2.759,-1.256 4.309,-1.638 -1.059,0.562 -2.041,1.258 -3.021,1.945 0.903,0.519 1.287,-0.407 1.982,-0.755 0.89,-0.445 2.266,-0.119 3.268,-0.471 -3.159,2.73 -7.941,2.66 -11.809,3.529"
           id="path3876"
           inkscape:connector-curvature="0" /><path
           style="fill:none;stroke:#000000;stroke-width:0.63524771;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 809.67,338.6 c -0.125,0.632 -0.538,1.176 -1.08,1.512 0.08,-0.594 0.389,-1.398 1.08,-1.512"
           id="path4104"
           inkscape:connector-curvature="0" /><path
           style="fill:none;stroke:#000000;stroke-width:0.63524771;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 813.77,340.04 c 0.428,1.216 -1.501,1.028 -2.15,1.008 0.733,-0.298 1.286,-1.073 2.15,-1.008"
           id="path4106"
           inkscape:connector-curvature="0" /><path
           style="fill:none;stroke:#000000;stroke-width:0.63524771;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 817.01,341.91 c -0.531,0.05 -1.034,-0.05 -1.51,-0.287 0.654,-0.116 1.697,-0.04 1.66,-1.008 0.181,0.461 0.131,0.893 -0.15,1.295"
           id="path4108"
           inkscape:connector-curvature="0" /><path
           style="fill:none;stroke:#000000;stroke-width:0.63524771;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 834.66,315.2 c -0.17,0.24 -0.34,0.479 -0.51,0.72 0.01,-0.363 0.183,-0.602 0.51,-0.72"
           id="path4110"
           inkscape:connector-curvature="0" /><path
           style="fill:none;stroke:#000000;stroke-width:0.63524771;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 835.95,315.99 c 0.03,0.573 -0.286,0.891 -0.86,0.864 0.108,-0.47 0.395,-0.758 0.86,-0.864"
           id="path4112"
           inkscape:connector-curvature="0" /><path
           style="fill:none;stroke:#000000;stroke-width:0.63524771;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 837.32,316.71 c -0.263,0.1 -0.526,0.192 -0.79,0.288 0.248,-0.141 0.511,-0.238 0.79,-0.288"
           id="path4114"
           inkscape:connector-curvature="0" /><path
           style="fill:none;stroke:#000000;stroke-width:0.63524771;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 839.19,314.62 c 0.588,0.928 -0.801,1.278 -1.3,1.728 -0.659,-0.795 0.408,-2.012 1.3,-1.728"
           id="path4116"
           inkscape:connector-curvature="0" /><path
           style="fill:none;stroke:#000000;stroke-width:0.63524771;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 715.42,290.07 c -0.02,-0.168 -0.05,-0.337 -0.07,-0.505 0.666,-0.105 1.702,0.301 1.8,-0.72 -1.488,-0.194 -3.576,0.23 -4.849,1.048 -0.43,0.276 -1.42,0.848 -1.572,1.392 -0.199,0.714 0.706,0.611 1.022,0.368 -0.562,0.21 -0.94,0.677 -0.72,1.297 1.25,-1.222 2.713,-2.327 4.391,-2.88"
           id="path4190"
           inkscape:connector-curvature="0" /><path
           style="fill:none;stroke:#000000;stroke-width:0.63524771;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 715.64,283.09 c -0.781,-0.47 -6.268,1.651 -5.904,2.808 2.079,-0.636 3.858,-2.141 5.904,-2.808"
           id="path4192"
           inkscape:connector-curvature="0" /><path
           style="fill:none;stroke:#000000;stroke-width:0.63524771;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 739.9,300.44 c -0.565,0.36 -1.069,0.792 -1.512,1.296 0.964,-0.07 2.483,0.158 1.512,-1.296"
           id="path4194"
           inkscape:connector-curvature="0" /><path
           style="fill:none;stroke:#000000;stroke-width:0.63524771;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 725.64,303.61 c -0.07,-0.1 -0.144,-0.192 -0.216,-0.288 -0.471,0.396 -0.735,0.9 -0.792,1.513 0.548,-0.184 0.96,-0.636 1.008,-1.225"
           id="path4196"
           inkscape:connector-curvature="0" /><path
           style="fill:none;stroke:#000000;stroke-width:0.63524771;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 710.02,309.87 c -0.849,0.468 -0.613,1.914 0.614,0.762 1.07,-1.004 1.974,-2.161 2.914,-3.282 -1.537,0.216 -2.252,1.838 -3.528,2.52"
           id="path4198"
           inkscape:connector-curvature="0" /><path
           style="fill:none;stroke:#000000;stroke-width:0.63524771;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 103.28,510.1 c 0.335,-0.776 1.464,-1.063 1.44,-2.016 -0.593,0.466 -1.775,1.049 -1.44,2.016"
           id="path3630"
           inkscape:connector-curvature="0" /><path
           style="fill:none;stroke:#000000;stroke-width:0.63524771;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 109.11,509.31 c 0.808,-0.483 2.731,-3.232 0.604,-3.132 -2.5,0.118 -3.772,2.685 -0.604,3.132"
           id="path3632"
           inkscape:connector-curvature="0" /><path
           style="fill:none;stroke:#000000;stroke-width:0.63524771;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 119.98,514.64 c 1.996,0.339 -0.1,-3.598 -0.461,-3.581 -0.496,0.02 -2.257,0.824 -2.253,1.414 0.01,1.404 2.016,1.358 2.714,2.167"
           id="path3634"
           inkscape:connector-curvature="0" /><path
           style="fill:none;stroke:#000000;stroke-width:0.63524771;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 126.53,516.44 c 0.65,0.02 1.146,-0.399 1.08,-1.08 -1.157,0.277 -3.644,-1.125 -4.032,0.721 1.027,-0.09 1.966,0.09 2.952,0.359"
           id="path3636"
           inkscape:connector-curvature="0" /><path
           style="fill:none;stroke:#000000;stroke-width:0.63524771;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 125.6,519.1 c 1.433,-0.417 0.342,-1.932 -0.792,-1.439 0.231,0.497 0.495,0.977 0.792,1.439"
           id="path3638"
           inkscape:connector-curvature="0" /><path
           style="fill:none;stroke:#000000;stroke-width:0.63524771;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 129.2,520.47 c 0.791,-0.312 3.499,-0.282 3.006,-1.813 -0.442,-1.373 -1.594,-0.917 -2.574,-1.1 -0.552,-0.104 -1.333,-1.395 -1.791,-0.54 -0.393,0.734 -0.231,1.138 0.44,1.585 0.918,0.612 0.32,1.095 0.919,1.868"
           id="path3642"
           inkscape:connector-curvature="0" /><path
           style="fill:none;stroke:#000000;stroke-width:0.63524771;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 131.14,534.37 c 0.869,0.297 2.106,-1.127 2.653,-1.613 1.322,-1.174 3.033,-1.167 4.432,-2.145 1.545,-1.08 -0.137,-1.845 -0.534,-3.011 -0.222,-0.651 0.291,-1.121 -0.33,-1.68 -0.703,-0.633 -1.459,-0.959 -2.252,-1.439 -0.655,-0.397 -2.143,-1.739 -2.674,-0.48 -0.229,0.544 0.193,0.889 0.115,1.405 -0.101,0.662 -1.306,1.186 -1.739,1.592 -1.152,1.08 0.08,2.826 -0.103,4.131 -0.205,1.479 -1.154,2.202 0.432,3.24"
           id="path3644"
           inkscape:connector-curvature="0" /><path
           style="fill:none;stroke:#000000;stroke-width:0.63524771;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 2435.94,244.78 c 0.26,-1.308 1.75,-0.447 2.59,-0.648 -1.86,-0.236 -5.15,-3.025 -6.7,-0.792 0.65,-0.08 1.55,0.04 2.16,0.288 0.22,0.159 0.34,0.37 0.38,0.633 0.19,0.299 1.24,0.308 1.57,0.519"
           id="path3920"
           inkscape:connector-curvature="0" /><path
           style="fill:none;stroke:#000000;stroke-width:0.63524771;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 2443.93,248.09 c -0.41,-1.314 -1.33,-1.364 -2.23,-0.432 0.75,0.1 1.57,-0.05 2.23,0.432"
           id="path3922"
           inkscape:connector-curvature="0" /><path
           style="fill:none;stroke:#000000;stroke-width:0.63524771;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 2458.54,183.58 c -0.78,-0.856 -2.2,-0.548 -3.21,-0.848 -1.09,-0.326 -2.45,-1.208 -3.63,-0.881 2.08,1.245 4.85,0.633 6.84,1.729"
           id="path3924"
           inkscape:connector-curvature="0" /><path
           style="fill:none;stroke:#000000;stroke-width:0.63524771;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 2472.15,252.49 c -0.1,-0.632 0.27,-1.064 0.94,-1.008 -1.2,-0.446 -0.1,-1.353 -1.44,-1.08 0.12,0.238 0.24,0.479 0.36,0.721 -1.15,0.05 -0.56,1.144 0.14,1.367"
           id="path3926"
           inkscape:connector-curvature="0" /><path
           style="fill:none;stroke:#000000;stroke-width:0.63524771;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 2479.64,252.92 c -0.44,-0.29 -0.92,-0.434 -1.44,-0.433 0.48,0.145 0.96,0.289 1.44,0.433"
           id="path3928"
           inkscape:connector-curvature="0" /><path
           style="fill:none;stroke:#000000;stroke-width:0.63524771;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 2479.49,251.84 c 0.16,-0.632 -0.1,-0.729 -0.71,-0.288 0.23,0.1 0.47,0.192 0.71,0.288"
           id="path3930"
           inkscape:connector-curvature="0" /><path
           style="fill:none;stroke:#000000;stroke-width:0.63524771;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 2484.1,254.14 c -0.45,0 -0.91,0 -1.36,0 1.1,0.576 2.37,0.726 3.53,1.15 1.13,0.413 2.31,1.354 3.59,0.938 -1.85,-0.867 -3.83,-1.44 -5.76,-2.088"
           id="path3932"
           inkscape:connector-curvature="0" /><path
           style="fill:none;stroke:#000000;stroke-width:0.63524771;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 2487.06,252.05 c 0.45,-0.923 -0.89,-1.068 -1.44,-1.224 -0.5,0.967 0.79,1.168 1.44,1.224"
           id="path3934"
           inkscape:connector-curvature="0" /><path
           style="fill:none;stroke:#000000;stroke-width:0.63524771;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 2505.34,254.36 c -0.21,-0.865 -1.43,-1.729 -0.14,-2.016 -1.03,0.03 -3.01,-1.288 -3.75,-0.07 0.74,0.163 1.59,0.292 2.24,0.72 0.11,0.191 0.15,0.397 0.1,0.619 0.1,0.321 1.28,0.535 1.55,0.749"
           id="path3936"
           inkscape:connector-curvature="0" /><path
           style="fill:none;stroke:#000000;stroke-width:0.63524771;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 2503.4,209.14 c 0.29,-0.97 -0.95,-0.923 -1.44,-0.504 0.49,0.132 0.97,0.3 1.44,0.504"
           id="path3938"
           inkscape:connector-curvature="0" /><path
           style="fill:none;stroke:#000000;stroke-width:0.63524771;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 2506.64,253.85 c 0.69,-1.102 1.79,0.11 2.59,-0.72 -0.57,-0.438 -0.87,-1.687 -1.8,-1.368 0.22,0.258 0.44,0.521 0.65,0.792 -0.73,0.339 -1.39,0.896 -2.23,0.936 0.26,0.12 0.52,0.24 0.79,0.36"
           id="path3940"
           inkscape:connector-curvature="0" /><path
           style="fill:none;stroke:#000000;stroke-width:0.63524771;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 2515.42,252.85 c -0.23,-0.558 0,-0.654 0.65,-0.288 -0.48,-0.402 -0.96,-0.402 -1.44,0 0.26,0.1 0.52,0.192 0.79,0.288"
           id="path3944"
           inkscape:connector-curvature="0" /><path
           style="fill:none;stroke:#000000;stroke-width:0.63524771;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 2522.7,249.89 c -0.12,0.691 -3.11,0.678 -3.68,1.008 2.33,0 4.52,-0.936 6.77,-0.936 -0.55,-0.238 -1.05,-0.551 -1.51,-0.937 1.97,-0.192 -2.18,-2.54 -2.09,-0.432 1.04,-0.248 1.72,0.848 0.51,1.297"
           id="path3946"
           inkscape:connector-curvature="0" /><path
           style="fill:none;stroke:#000000;stroke-width:0.63524771;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 2530.62,250.83 c 0.89,-0.376 1.94,-0.331 2.87,-0.576 -2.46,-0.251 -4.94,-0.419 -7.41,-0.288 0.67,0.14 1.25,0.543 1.94,0.612 0.86,0.09 1.78,-0.188 2.6,0.252"
           id="path3948"
           inkscape:connector-curvature="0" /><path
           style="fill:none;stroke:#000000;stroke-width:0.63524771;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 2534.94,248.96 c 0.24,-0.267 0.35,-0.579 0.35,-0.937 -0.53,-0.198 -1.03,-0.15 -1.51,0.145 0.16,0.536 0.58,0.883 1.16,0.792"
           id="path3950"
           inkscape:connector-curvature="0" /><path
           style="fill:none;stroke:#000000;stroke-width:0.63524771;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 2543.65,246.58 c 0.1,-0.363 0.23,-0.675 0.5,-0.937 -0.47,-0.342 -0.97,-0.414 -1.51,-0.216 0,0.585 0.45,1.014 1.01,1.153"
           id="path3952"
           inkscape:connector-curvature="0" /><path
           style="fill:none;stroke:#000000;stroke-width:0.63524771;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 2433.92,159.24 c -1.5,-0.358 -2.41,0.877 -4.08,0.377 -1.92,-0.577 -2.56,-1.95 -4.13,-2.896 1.57,0.435 3.07,0.983 4.71,1.11 1.55,0.12 2.51,-0.658 3.98,-0.679 3.07,-0.04 5.67,2.599 8.01,4.249 -1.99,-1.05 -7.17,-3.1 -9.43,-2.304 0.31,0.05 0.63,0.1 0.94,0.143"
           id="path4038"
           inkscape:connector-curvature="0" /><path
           style="fill:none;stroke:#000000;stroke-width:0.63524771;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 2511.75,254.43 c -0.9,-0.338 -0.71,-1.509 -1.66,-1.8 0.5,0.129 1,0.177 1.52,0.144 -0.91,-0.19 -2.06,-1.936 -0.71,-1.518 0.64,0.201 2.52,1.229 2.87,1.806 -0.76,0.287 -1.07,1.591 -1.95,0.721 0,0.215 0,0.431 -0.1,0.647"
           id="path4040"
           inkscape:connector-curvature="0" /><path
           style="fill:none;stroke:#000000;stroke-width:0.63524771;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 2513.05,252.34 c 0.71,-0.416 1.56,0.118 1.51,0.937 -0.57,-0.204 -1.08,-0.515 -1.51,-0.937"
           id="path4042"
           inkscape:connector-curvature="0" /><path
           style="fill:none;stroke:#000000;stroke-width:0.63524771;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 482.5,226.13 c -1.082,0.282 -2.355,0.873 -2.952,1.872 1.086,-0.361 2.226,-0.962 2.952,-1.872"
           id="path3778"
           inkscape:connector-curvature="0" /><path
           style="fill:none;stroke:#000000;stroke-width:0.63524771;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 479.04,227.86 c -0.391,0.122 -0.631,0.386 -0.72,0.791 0.248,-0.256 0.488,-0.52 0.72,-0.791"
           id="path4136"
           inkscape:connector-curvature="0" /><path
           style="fill:none;stroke:#000000;stroke-width:0.63524771;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 479.33,211.73 c -0.864,-0.536 -2.791,1.539 -2.376,2.376 0.489,-0.399 1.094,-0.107 1.584,-0.432 0.844,-0.558 0.645,-1.056 0.792,-1.944"
           id="path4134"
           inkscape:connector-curvature="0" /><path
           style="fill:none;stroke:#000000;stroke-width:0.63524771;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 464.5,222.97 c -0.994,-0.269 -1.852,0.537 -2.232,1.368 0.675,-0.566 1.497,-0.896 2.232,-1.368"
           id="path4142"
           inkscape:connector-curvature="0" /><path
           style="fill:none;stroke:#000000;stroke-width:0.63524771;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 465.15,222.03 c -0.328,0.15 -0.567,0.39 -0.72,0.72 0.24,-0.24 0.481,-0.479 0.72,-0.72"
           id="path4152"
           inkscape:connector-curvature="0" /><path
           style="fill:none;stroke:#000000;stroke-width:0.63524771;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 469.25,218.36 c -0.255,0.01 -0.496,0.08 -0.72,0.218 0.24,-0.07 0.48,-0.146 0.72,-0.218"
           id="path4166"
           inkscape:connector-curvature="0" /><path
           style="fill:none;stroke:#000000;stroke-width:0.63524771;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 473.93,205.9 c 0.505,-0.09 1.009,-0.184 1.512,-0.287 -0.578,0.178 -2.945,1.105 -1.008,1.295 -1.783,0.479 -2.987,1.519 -4.32,2.736 1.157,0.279 2.673,-0.593 3.672,-1.08 0.594,-0.29 0.886,-0.987 1.512,-1.224 0.781,-0.295 1.476,0.06 2.16,-0.576 -0.233,-0.178 -0.473,-0.346 -0.72,-0.504 1.09,0.09 1.577,-0.609 1.818,-1.563 0.163,-0.641 0.148,-1.459 0.486,-2.038 0.298,-0.512 0.924,-0.556 1.152,-1.151 0.418,1.345 -1.192,2.342 -0.936,3.672 0.644,-1.222 1.462,-3.555 2.448,-4.464 -0.987,0.03 -1.966,-0.23 -2.952,-0.07 0.1,-0.479 0.192,-0.96 0.288,-1.439 -0.817,-0.1 -2.391,2.206 -0.72,1.296 -1.638,1.653 -3.349,3.281 -4.392,5.399"
           id="path3772"
           inkscape:connector-curvature="0" /><path
           style="fill:none;stroke:#000000;stroke-width:0.63524771;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 475.59,223.61 c 1.033,0.07 1.601,-0.881 2.232,-1.513 -0.335,0.542 -0.743,1.022 -1.224,1.44 1.08,-0.56 2.088,-1.103 2.664,-2.232 -0.231,1.418 -1.776,2.242 -3.024,2.592 0.861,0.359 1.702,-0.257 2.232,-0.863 -0.258,0.537 -0.724,0.97 -1.296,1.151 1.562,0.846 4.058,-1.817 4.889,-2.862 0.463,-0.583 1.113,-1.766 0.491,-2.464 -1.039,-1.167 -2.381,0.781 -3.507,0.575 1.988,0.09 -0.347,0.648 -0.72,0.72 1.836,0.142 -0.07,0.412 -0.515,0.574 -0.464,0.169 -0.162,0.772 -0.627,0.941 -0.725,0.263 -2.427,0.891 -1.595,1.941"
           id="path3774"
           inkscape:connector-curvature="0" /><path
           style="fill:none;stroke:#000000;stroke-width:0.63524771;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 228.12,238.59 c -1.117,-1.896 -5.004,1.186 -6.024,1.716 -2.664,1.385 -5.575,2.505 -8.304,3.828 4.765,-1.866 9.827,-3.042 14.328,-5.544"
           id="path3654"
           inkscape:connector-curvature="0" /><path
           style="fill:none;stroke:#000000;stroke-width:0.63524771;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 226.76,240.61 c 2.277,0.257 4.839,-1.225 7.067,-1.644 1.237,-0.233 5.141,-1.143 5.677,-2.459 -0.492,0.17 -0.996,0.29 -1.512,0.36 0.884,-0.555 4.065,-0.885 3.888,-2.377 -0.966,0.546 -2.002,0.944 -3.024,1.368 0.455,-0.466 0.863,-0.97 1.224,-1.512 -1.312,0.02 -6.744,1.767 -2.952,2.448 -0.617,0.303 -1.232,0.05 -1.873,0.108 -0.723,0.07 -1.097,0.76 -1.872,0.684 0.605,1.309 -6.614,2.314 -7.344,2.664 0.241,0.12 0.481,0.24 0.721,0.36"
           id="path3656"
           inkscape:connector-curvature="0" /><path
           style="fill:none;stroke:#000000;stroke-width:0.63524771;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 240.22,236.86 c 0.646,-0.271 1.291,-0.585 1.8,-1.08 -0.695,0.231 -1.595,0.188 -1.8,1.08"
           id="path3658"
           inkscape:connector-curvature="0" /><path
           style="fill:none;stroke:#000000;stroke-width:0.63524771;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 245.26,234.2 c 0.76,-0.377 1.661,-0.3 2.376,-0.793 -1.854,0.188 0.549,-0.815 -1.126,-0.698 -0.826,0.06 -1.809,0.558 -2.042,1.418 0.264,0.03 0.527,0.05 0.792,0.07"
           id="path3660"
           inkscape:connector-curvature="0" /><path
           style="fill:none;stroke:#000000;stroke-width:0.63524771;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 248.14,233.55 c 0.694,-0.446 1.259,-1.055 1.944,-1.512 -0.903,0.02 -1.663,0.679 -1.944,1.512"
           id="path3662"
           inkscape:connector-curvature="0" /><path
           style="fill:none;stroke:#000000;stroke-width:0.63524771;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 249.22,234.13 c 0.138,-0.58 -0.102,-0.652 -0.72,-0.217 0.24,0.07 0.48,0.145 0.72,0.217"
           id="path3664"
           inkscape:connector-curvature="0" /><path
           style="fill:none;stroke:#000000;stroke-width:0.63524771;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 252.03,233.48 c -0.527,-0.07 -1.007,0.05 -1.44,0.36 0.527,0.07 1.007,-0.05 1.44,-0.36"
           id="path3666"
           inkscape:connector-curvature="0" /><path
           style="fill:none;stroke:#000000;stroke-width:0.63524771;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 257.07,229.45 c -1.382,0.604 -1.255,1.708 0.297,1.679 1.647,-0.03 2.891,-1.342 4.455,-1.679 1.585,-0.342 3.381,0.28 4.877,-0.466 0.232,-0.116 1.002,-0.667 1.305,-0.502 0.583,0.318 1.478,0.887 1.667,-0.184 -1.673,0.244 -0.09,-1.581 -0.07,-2.232 -2.136,-0.498 -4.079,1.111 -6.127,0.785 -2.157,-0.344 -4.368,2.118 -6.402,2.599"
           id="path3668"
           inkscape:connector-curvature="0" /><path
           style="fill:none;stroke:#000000;stroke-width:0.63524771;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 269.67,230.45 c -0.506,0.08 -0.69,0.135 -0.72,0.72 0.568,0.15 1.048,0 1.44,-0.433 -0.24,-0.09 -0.48,-0.191 -0.72,-0.287"
           id="path3670"
           inkscape:connector-curvature="0" /><path
           style="fill:none;stroke:#000000;stroke-width:0.63524771;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 277.44,226.49 c -0.624,-0.06 -1.985,0 -1.512,1.009 0.568,-0.239 1.073,-0.575 1.512,-1.009"
           id="path3672"
           inkscape:connector-curvature="0" /><path
           style="fill:none;stroke:#000000;stroke-width:0.63524771;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 390.84,190.93 c -0.479,-0.146 -1.144,0.261 -1.512,0.504 0.56,0 1.064,-0.165 1.512,-0.504"
           id="path3730"
           inkscape:connector-curvature="0" /><path
           style="fill:none;stroke:#000000;stroke-width:0.63524771;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 393.36,182.21 c -0.566,-0.299 -1.778,0.771 -2.232,1.008 0.763,-0.291 1.508,-0.63 2.232,-1.008"
           id="path3732"
           inkscape:connector-curvature="0" /><path
           style="fill:none;stroke:#000000;stroke-width:0.63524771;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 414.39,185.96 c -0.734,0.712 -1.8,0.917 -2.52,1.656 1.657,-0.238 3.388,-0.737 4.716,-1.8 1.376,-1.101 3.496,-0.824 4.716,-2.161 -1.147,0.229 -0.667,-0.126 -0.144,-0.647 -2.091,1.261 -4.309,2.601 -6.768,2.952"
           id="path3742"
           inkscape:connector-curvature="0" /><path
           style="fill:none;stroke:#000000;stroke-width:0.63524771;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 418.64,182.65 c 0.05,-0.191 0.1,-0.383 0.144,-0.574 -0.939,0.14 -3.114,1.438 -3.168,2.519 0.737,-0.747 1.92,-1.854 3.024,-1.945"
           id="path3746"
           inkscape:connector-curvature="0" /><path
           style="fill:none;stroke:#000000;stroke-width:0.63524771;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 418.56,179.98 c -0.404,0.213 -0.594,0.25 -0.576,0.792 0.193,-0.264 0.384,-0.529 0.576,-0.792"
           id="path3748"
           inkscape:connector-curvature="0" /><path
           style="fill:none;stroke:#000000;stroke-width:0.63524771;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 420.87,178.69 c -0.646,0.179 -1.207,0.595 -1.656,1.08 0.691,-0.116 1.605,-0.166 1.656,-1.08"
           id="path3752"
           inkscape:connector-curvature="0" /><path
           style="fill:none;stroke:#000000;stroke-width:0.63524771;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 427.71,182.86 c -0.408,-0.625 -1.435,-0.597 -2.063,-0.486 -0.463,0.08 -2.718,0.846 -0.961,0.846 -0.589,0.105 -1.069,0.394 -1.44,0.864 1.42,-0.619 2.944,-0.959 4.464,-1.224"
           id="path3754"
           inkscape:connector-curvature="0" /><path
           style="fill:none;stroke:#000000;stroke-width:0.63524771;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 435.27,185.96 c -1.104,0.404 -2.319,0.656 -3.24,1.439 1.143,-0.619 2.413,-0.925 3.6,-1.439 -0.119,0 -0.239,0 -0.36,0"
           id="path3760"
           inkscape:connector-curvature="0" /><path
           style="fill:none;stroke:#000000;stroke-width:0.63524771;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 343.9,213.17 c -0.839,-0.06 -1.687,0.08 -2.231,0.792 0.836,0.216 1.664,-0.206 2.231,-0.792"
           id="path3700"
           inkscape:connector-curvature="0" /><path
           style="fill:none;stroke:#000000;stroke-width:0.63524771;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 356.14,208.93 c -1.189,-0.698 -3.441,-0.454 -3.744,1.151 1.243,-0.402 2.46,-0.882 3.744,-1.151"
           id="path3706"
           inkscape:connector-curvature="0" /><path
           style="fill:none;stroke:#000000;stroke-width:0.63524771;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 362.98,200.86 c -0.459,0.09 -0.819,0.329 -1.08,0.72 0.504,0.158 1.008,0.158 1.513,0 -0.144,-0.241 -0.289,-0.48 -0.433,-0.72"
           id="path3712"
           inkscape:connector-curvature="0" /><path
           style="fill:none;stroke:#000000;stroke-width:0.63524771;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 366.51,202.45 c -0.365,-0.131 -0.286,-0.266 -0.72,0.144 0.24,-0.05 0.48,-0.1 0.72,-0.144"
           id="path3718"
           inkscape:connector-curvature="0" /><path
           style="fill:none;stroke:#000000;stroke-width:0.63524771;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 372.84,197.19 c -0.789,-0.47 -1.868,0.24 -2.232,0.937 0.808,-0.117 1.605,-0.396 2.232,-0.937"
           id="path3720"
           inkscape:connector-curvature="0" /><path
           style="fill:none;stroke:#000000;stroke-width:0.63524771;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 371.69,197.05 c -0.284,0.07 -0.548,0.194 -0.792,0.359 0.264,-0.12 0.528,-0.239 0.792,-0.359"
           id="path3722"
           inkscape:connector-curvature="0" /><path
           style="fill:none;stroke:#000000;stroke-width:0.63524771;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 373.06,200 c -0.314,0.08 -0.578,0.244 -0.792,0.504 0.265,-0.168 0.528,-0.336 0.792,-0.504"
           id="path3724"
           inkscape:connector-curvature="0" /><path
           style="fill:none;stroke:#000000;stroke-width:0.63524771;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 282.27,225.05 c -0.412,-0.209 -0.795,-0.161 -1.152,0.145 0.821,-0.452 0.965,-0.284 0.432,0.504 0.24,-0.216 0.481,-0.433 0.72,-0.649"
           id="path3674"
           inkscape:connector-curvature="0" /><path
           style="fill:none;stroke:#000000;stroke-width:0.63524771;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 291.2,222.97 c -1.224,0.03 -2.292,0.96 -2.808,2.016 0.456,-0.101 1.012,0.163 1.438,-0.02 0.749,-0.327 1.418,-1.415 2.09,-1.921 -0.417,0.42 -0.921,0.612 -1.512,0.576 0.25,-0.234 0.514,-0.45 0.792,-0.649"
           id="path3676"
           inkscape:connector-curvature="0" /><path
           style="fill:none;stroke:#000000;stroke-width:0.63524771;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 292.56,225.7 c 1.11,-0.146 1.782,-0.99 2.521,-1.729 -0.604,0.661 -1.554,0.646 -2.309,1.017 -0.995,0.488 -2.33,1.551 -3.163,2.295 0.889,-0.702 2.031,-0.933 2.951,-1.583"
           id="path3678"
           inkscape:connector-curvature="0" /><path
           style="fill:none;stroke:#000000;stroke-width:0.63524771;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 293.07,223.4 c -0.486,-0.165 -1.153,0.233 -1.512,0.504 0.603,0.351 1.186,0.04 1.512,-0.504"
           id="path3680"
           inkscape:connector-curvature="0" /><path
           style="fill:none;stroke:#000000;stroke-width:0.63524771;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 294.94,222.68 c -0.44,-0.323 -1.138,0.02 -1.439,0.36 0.489,-0.08 0.969,-0.203 1.439,-0.36"
           id="path3682"
           inkscape:connector-curvature="0" /><path
           style="fill:none;stroke:#000000;stroke-width:0.63524771;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 297.24,224.33 c -0.99,0.05 -1.48,1.123 -2.304,1.512 0.972,-0.05 1.656,-0.899 2.304,-1.512"
           id="path3684"
           inkscape:connector-curvature="0" /><path
           style="fill:none;stroke:#000000;stroke-width:0.63524771;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 296.45,225.77 c -0.5,0.282 -0.979,0.595 -1.44,0.937 0.59,-0.09 1.108,-0.45 1.44,-0.937"
           id="path3686"
           inkscape:connector-curvature="0" /><path
           style="fill:none;stroke:#000000;stroke-width:0.63524771;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 295.73,185.96 c 0.235,-0.06 3.261,1.375 3.528,1.943 0.285,-1.387 3.478,-1.018 4.464,-1.116 1.245,-0.124 3.115,-2.434 3.6,-3.492 -0.374,0.1 -0.71,0.03 -1.008,-0.2 -0.729,-0.401 -1.601,0.02 -2.375,-0.05 -1.083,-0.107 -2.636,0.366 -3.543,0.946 -0.935,0.598 -5.649,-0.568 -4.666,1.971"
           id="path3688"
           inkscape:connector-curvature="0" /><path
           style="fill:none;stroke:#000000;stroke-width:0.63524771;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 319.2,196.69 c -0.24,0.264 -0.48,0.528 -0.721,0.792 1.686,0.216 3.296,-1.161 4.608,-2.016 -1.264,0.507 -2.673,0.575 -3.887,1.224"
           id="path3690"
           inkscape:connector-curvature="0" /><path
           style="fill:none;stroke:#000000;stroke-width:0.63524771;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 323.81,213.39 c -0.24,0.144 -0.48,0.288 -0.72,0.432 0.572,0.09 1.076,-0.05 1.512,-0.432 -0.264,0 -0.527,0 -0.792,0"
           id="path3694"
           inkscape:connector-curvature="0" /><path
           style="fill:none;stroke:#000000;stroke-width:0.63524771;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 328.42,218.79 c -0.683,0.02 -1.262,0.499 -1.44,1.151 0.521,-0.331 1,-0.715 1.44,-1.151"
           id="path3696"
           inkscape:connector-curvature="0" /><path
           style="fill:none;stroke:#000000;stroke-width:0.63524771;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 341.67,213.32 c -1.26,-0.326 -3.014,0.573 -3.744,1.584 1.223,-0.582 2.621,-0.79 3.744,-1.584"
           id="path3698"
           inkscape:connector-curvature="0" /><path
           style="fill:none;stroke:#000000;stroke-width:0.63524771;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 344.76,213.61 c -0.565,-0.07 -1.069,0.07 -1.512,0.433 0.544,0 1.048,-0.149 1.512,-0.433"
           id="path3702"
           inkscape:connector-curvature="0" /><path
           style="fill:none;stroke:#000000;stroke-width:0.63524771;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 347.64,210.73 c -0.762,0.266 -1.52,0.551 -2.231,0.936 1.332,0.869 4.142,-0.795 5.256,-1.512 -0.26,-0.175 -0.524,-0.343 -0.792,-0.504 2.064,-0.361 4.496,-0.865 6.479,-1.512 -0.07,-0.265 -0.142,-0.528 -0.216,-0.792 0.78,0 3.153,0.736 3.678,-0.1 0.53,-0.845 -1.034,-0.967 -1.446,-0.837 1.457,-0.565 2.596,0.461 3.87,0.142 1.052,-0.263 1.948,-1.019 2.897,-1.509 -0.48,-0.159 -0.96,-0.159 -1.44,0 0.145,-0.613 2.83,-2.011 1.43,-2.393 -0.759,-0.207 -2.804,0.749 -3.23,1.385 0.235,-0.514 0.681,-0.917 1.225,-1.08 -0.491,-0.355 -0.995,-0.692 -1.512,-1.009 0.266,2.242 -3.378,0.903 -2.88,2.304 -0.518,-0.457 -1.119,-0.302 -1.512,0.217 0.434,-0.439 0.77,-0.943 1.008,-1.512 -1.075,-0.209 -2.062,0.288 -2.88,0.936 0.235,0.222 0.475,0.438 0.72,0.648 -0.497,0.148 -1,0.269 -1.512,0.359 0.111,0.268 0.231,0.532 0.36,0.792 -1.056,-0.747 -2.204,1.078 -2.232,1.944 -0.591,-0.819 0.899,-2.137 0.37,-2.629 -1.024,-0.951 -3.759,0.63 -4.697,1.078 -1.75,0.834 -1.728,1.571 -2.743,2.973 -1.784,2.466 1.688,0.772 2.678,0.09 -0.79,-0.172 -1.55,0.147 -2.232,0.504 0.673,-0.942 1.968,-0.979 2.952,-0.574 -0.513,0.247 -1.017,0.51 -1.512,0.791 1.108,-0.113 2.059,-0.736 3.096,-1.08 -0.676,0.545 -1.583,0.634 -2.232,1.224 1.911,-0.381 -0.408,0.673 -0.72,0.72"
           id="path3704"
           inkscape:connector-curvature="0" /><path
           style="fill:none;stroke:#000000;stroke-width:0.63524771;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 360.24,202.23 c -2.642,0.12 1.751,1.925 0,0"
           id="path3710"
           inkscape:connector-curvature="0" /><path
           style="fill:none;stroke:#000000;stroke-width:0.63524771;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 364.2,202.01 c 1.432,-0.165 2.563,-1.115 3.815,-1.728 -0.273,0.204 -0.538,0.42 -0.792,0.647 1.152,-0.18 2.066,-0.372 3.024,-1.08 -0.574,1.754 1.74,0.154 2.16,-0.288 -0.594,-0.101 -1.098,0.07 -1.513,0.506 0.401,-0.449 0.881,-0.786 1.44,-1.01 -0.815,0.197 -1.559,-0.476 -2.232,0.288 0.305,-1.304 -2.115,-1.036 -2.392,-0.114 -0.323,1.075 -2.701,-0.467 -2.288,1.194 -1.188,-0.118 -2.809,0.434 -1.222,1.585"
           id="path3714"
           inkscape:connector-curvature="0" /><path
           style="fill:none;stroke:#000000;stroke-width:0.63524771;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 373.92,190.71 c -0.554,0.06 -1.058,0.254 -1.512,0.576 0.605,0.08 1.109,-0.115 1.512,-0.576"
           id="path3726"
           inkscape:connector-curvature="0" /><path
           style="fill:none;stroke:#000000;stroke-width:0.63524771;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 377.24,194.38 c -0.499,-0.273 -1.124,-0.08 -1.512,0.288 0.517,-0.03 1.021,-0.123 1.512,-0.288"
           id="path3728"
           inkscape:connector-curvature="0" /><path
           style="fill:none;stroke:#000000;stroke-width:0.63524771;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 361.39,157.95 c -0.109,-0.989 -1.965,-0.04 -2.304,0.287 0.774,0.127 1.598,0.09 2.304,-0.287"
           id="path3708"
           inkscape:connector-curvature="0" /><path
           style="fill:none;stroke:#000000;stroke-width:0.63524771;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 311.64,161.26 c 1.564,-1.094 2.794,-2.55 4.752,-2.16 0.647,0.128 1.104,0.764 1.719,0.982 0.735,0.261 1.523,-0.32 2.385,0.02 -1.199,1.456 -2.848,0.868 -4.464,1.08 1.985,-0.277 -1.044,0.101 -1.556,0.335 -0.975,0.447 -1.874,1.079 -2.908,1.394 0.441,-0.408 0.657,-0.912 0.648,-1.513 -0.193,0.263 -0.386,0.527 -0.576,0.793 0.08,-0.313 0.08,-0.625 0,-0.936"
           id="path3796"
           inkscape:connector-curvature="0" /><path
           style="fill:none;stroke:#000000;stroke-width:0.63524771;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 343.25,139.3 c 3.404,-2.371 1.586,1.059 0,0"
           id="path3798"
           inkscape:connector-curvature="0" /><path
           style="fill:none;stroke:#000000;stroke-width:0.63524771;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 411.65,185.96 c 0.736,-0.426 1.497,-0.809 2.304,-1.08 -0.594,0.645 -1.49,0.868 -2.304,1.08"
           id="path3800"
           inkscape:connector-curvature="0" /><path
           style="fill:none;stroke:#000000;stroke-width:0.63524771;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 412.52,185.45 c -0.474,0.247 -0.978,0.367 -1.512,0.359 0.863,-0.106 1.412,-0.924 2.304,-0.936 -0.265,0.194 -0.528,0.385 -0.792,0.577"
           id="path3802"
           inkscape:connector-curvature="0" /><path
           style="fill:none;stroke:#000000;stroke-width:0.63524771;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 480.92,199.28 c 0.277,0.162 0.445,0.402 0.504,0.72 -1.575,0.63 -1.861,-1.039 -0.504,-0.72"
           id="path3814"
           inkscape:connector-curvature="0" /><path
           style="fill:none;stroke:#000000;stroke-width:0.63524771;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 463.42,213.32 c 0.707,-0.302 1.371,-1.173 2.232,-0.792 -1.808,0.95 -3.022,1.9 -2.952,4.104 1.768,-0.656 3.059,-2.504 4.242,-3.878 0.619,-0.718 1.178,-1.447 1.704,-2.236 0.735,-1.105 0.957,-2.627 1.83,-3.606 -0.642,-0.443 -1.454,-0.952 -2.232,-0.432 1.761,-0.473 -0.458,-0.444 -1.178,0 -0.45,0.282 -1.806,1.496 -0.478,1.579 -0.394,0.32 -1.481,1.12 0.07,0.504 -1.399,0.345 -1.4,2.438 -2.952,2.664 1.997,0.275 -1.011,1.591 0.936,0.937 -0.509,0.277 -0.917,0.66 -1.224,1.151"
           id="path4118"
           inkscape:connector-curvature="0" /><path
           style="fill:none;stroke:#000000;stroke-width:0.63524771;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 464.79,218.07 c 0.506,-0.213 0.797,-0.595 0.952,-1.111 0.145,-0.482 1.186,-0.574 1.496,-0.979 -1.154,1.611 0.566,0.06 0.865,-0.147 0.516,-0.357 1.077,-0.496 1.588,-0.946 0.507,-0.446 0.608,-1.155 1.097,-1.604 0.296,-0.119 0.59,-0.09 0.881,0.08 0.609,-0.05 1,-0.742 1.257,-1.201 -0.854,-0.05 -1.507,0.544 -2.304,0.72 0.953,-0.433 2.534,-1.467 1.008,-2.376 0.195,1.692 -0.815,-0.458 -1.368,1.08 -0.31,-0.935 -1.279,0.443 -1.584,0.936 1.804,-0.323 -0.06,0.923 -0.576,1.009 2.623,0.85 -3.106,2.362 -1.008,1.943 -1.065,0.434 -2.218,1.353 -2.304,2.594"
           id="path4120"
           inkscape:connector-curvature="0" /><path
           style="fill:none;stroke:#000000;stroke-width:0.63524771;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 465.65,202.88 c -0.456,0.816 0.159,1.543 0.504,2.231 -1.29,0 -0.375,0.471 -0.36,1.44 -0.658,-1.368 -0.907,0.532 0.657,0.176 0.835,-0.19 2.696,-2.204 0.855,-1.905 0.592,0 0.952,-0.331 0.936,-0.936 1.096,0.479 1.798,2.384 3,2.48 1.051,0.08 1.903,-1.35 2.327,-2.121 -0.628,-0.421 -1.205,-0.04 -1.872,-0.107 -0.648,-0.06 -0.843,-1.167 -1.368,-1.477 1.419,-0.121 2.15,1.483 3.672,0.864 -0.161,-0.245 -0.329,-0.485 -0.504,-0.72 0.605,0.146 2.917,-0.449 1.739,-1.341 -1.534,-1.162 -3.038,0.504 -4.475,0.909 0.55,-1.126 2.166,-0.766 2.664,-1.944 -1.114,-0.528 -3.715,-0.543 -4.464,0.647 0.265,-1.329 -0.602,-0.317 -1.216,0.149 -0.608,0.462 -0.355,1.261 -0.152,1.867 -0.157,-0.57 -0.634,-0.894 -1.224,-0.792 0.314,-0.294 0.506,-0.654 0.576,-1.08 -0.763,0.269 -1.93,0.965 -1.8,1.944 0.167,-0.09 0.336,-0.188 0.504,-0.284"
           id="path4122"
           inkscape:connector-curvature="0" /><path
           style="fill:none;stroke:#000000;stroke-width:0.63524771;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 471.56,206.77 c -0.304,-0.205 -0.616,-0.205 -0.936,0 0.07,0.263 0.193,0.503 0.359,0.72 0.219,-0.219 0.411,-0.459 0.577,-0.72"
           id="path4124"
           inkscape:connector-curvature="0" /><path
           style="fill:none;stroke:#000000;stroke-width:0.63524771;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 471.7,214.61 c 0.718,-0.07 1.55,-0.256 2.232,-0.36 0.564,-0.09 3.297,-1.042 1.44,-1.224 0.545,-0.247 0.931,-0.743 0.792,-1.369 1.013,3.033 3.512,-1.043 2.376,-1.655 -0.838,-0.439 -6.248,-1.06 -4.464,0.936 -1.241,-0.121 -0.852,1.042 0.07,0.288 -0.7,0.8 -2.847,2.083 -2.448,3.384"
           id="path4126"
           inkscape:connector-curvature="0" /><path
           style="fill:none;stroke:#000000;stroke-width:0.63524771;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 477.39,214.4 c -0.762,0.194 -3.667,-0.06 -3.043,1.523 0.437,1.112 2.806,-0.956 3.043,-1.523"
           id="path4130"
           inkscape:connector-curvature="0" /><path
           style="fill:none;stroke:#000000;stroke-width:0.63524771;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 478.39,215.4 c -0.711,-0.278 -2.84,0.758 -3.084,1.485 -0.197,0.588 0.729,1.164 0.564,1.899 1.13,-0.202 1.486,-1.539 2.592,-1.729 -0.31,-0.553 -0.885,-0.858 -1.512,-0.647 0.601,-0.11 1.124,-0.49 1.44,-1.008"
           id="path4132"
           inkscape:connector-curvature="0" /><path
           style="fill:none;stroke:#000000;stroke-width:0.63524771;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 465.36,207.41 c -0.917,0 -2.981,1.936 -3.384,2.735 1.028,-0.04 4.124,-1.245 3.384,-2.735"
           id="path4140"
           inkscape:connector-curvature="0" /><path
           style="fill:none;stroke:#000000;stroke-width:0.63524771;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 464.14,218.93 c -0.259,-0.77 -1.614,0 -1.584,0.648 0.513,-0.253 1.041,-0.468 1.584,-0.648"
           id="path4144"
           inkscape:connector-curvature="0" /><path
           style="fill:none;stroke:#000000;stroke-width:0.63524771;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 463.56,222.68 c 0.313,-0.243 0.577,-0.531 0.792,-0.864 -0.512,0.224 -1.016,0.464 -1.512,0.721 0.24,0.05 0.481,0.1 0.72,0.143"
           id="path4146"
           inkscape:connector-curvature="0" /><path
           style="fill:none;stroke:#000000;stroke-width:0.63524771;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 465.51,224.26 c -1.367,0.129 -4.114,4.308 -1.896,4.674 0.792,0.131 0.835,-1.48 0.744,-1.938 -0.114,-0.569 0.702,-2.218 1.152,-2.736"
           id="path4148"
           inkscape:connector-curvature="0" /><path
           style="fill:none;stroke:#000000;stroke-width:0.63524771;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 464.93,223.54 c -0.736,0.05 -1.45,0.402 -1.8,1.08 0.787,0.113 1.717,-0.147 1.8,-1.08"
           id="path4150"
           inkscape:connector-curvature="0" /><path
           style="fill:none;stroke:#000000;stroke-width:0.63524771;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 465.94,227.14 c -0.767,-0.803 -1.285,0.454 -1.08,1.08 0.09,-0.574 0.517,-0.979 1.08,-1.08"
           id="path4154"
           inkscape:connector-curvature="0" /><path
           style="fill:none;stroke:#000000;stroke-width:0.63524771;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 467.81,225.92 c -0.24,0.144 -0.48,0.288 -0.72,0.432 2.166,-0.09 -1.504,1.782 0.576,1.368 -0.278,0.173 -0.542,0.365 -0.792,0.576 1.303,1.472 3.366,-1.218 4.032,-2.16 -0.498,0.117 -1,0.189 -1.512,0.216 1.081,-0.473 2.078,-1.101 3.024,-1.8 -0.51,0.1 -1.014,0.07 -1.512,-0.07 0.58,-0.07 1.078,-0.438 1.368,-0.936 -0.424,-0.41 -0.928,-0.578 -1.512,-0.504 0.519,-0.162 1.046,-0.282 1.584,-0.36 -0.69,-0.753 -1.603,-0.31 -2.376,0 1.007,-0.529 2.208,-1.422 3.024,-0.07 0.373,-0.72 0.804,-2.658 0.859,-3.472 0.06,-0.898 -1.061,-1.24 -1.724,-1.424 0.543,-0.584 1.521,-1.29 1.224,-2.232 -1.364,0.226 -2.547,-0.17 -3.672,0.864 0.443,0.378 0.947,0.498 1.512,0.36 -0.49,0.98 -4.043,0.233 -4.536,2.231 1.267,-0.672 3.202,-0.395 4.176,-1.584 -0.537,1.132 -2.003,1.668 -2.088,2.521 0.271,-0.207 0.535,-0.423 0.792,-0.648 -0.472,1.098 -2.723,0.839 -2.521,2.304 0.78,0 1.472,-0.395 2.232,-0.504 -0.94,0.563 -2.02,1.121 -1.296,2.376 -1.062,0.106 -2.276,-0.653 -2.952,0.576 0.499,0.142 1.002,0.166 1.512,0.07 -1.809,0.648 0.39,0.38 0.792,0 -0.589,0.938 0.783,1.271 1.008,0.216 -0.03,0.589 -0.392,1.079 -0.936,1.296 0.894,-0.436 1.038,-0.316 0.434,0.36"
           id="path4156"
           inkscape:connector-curvature="0" /><path
           style="fill:none;stroke:#000000;stroke-width:0.63524771;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 465.08,219.15 c 0.419,0.135 0.731,0 0.936,-0.432 -0.37,0.02 -0.682,0.162 -0.936,0.432"
           id="path4158"
           inkscape:connector-curvature="0" /><path
           style="fill:none;stroke:#000000;stroke-width:0.63524771;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 466.88,224.69 c -0.349,0.533 -0.787,1.073 -1.368,1.368 0.861,0.286 1.672,-0.499 1.368,-1.368"
           id="path4160"
           inkscape:connector-curvature="0" /><path
           style="fill:none;stroke:#000000;stroke-width:0.63524771;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 466.59,221.96 c -0.315,0.03 -0.579,0.171 -0.792,0.432 0.264,-0.144 0.528,-0.288 0.792,-0.432"
           id="path4162"
           inkscape:connector-curvature="0" /><path
           style="fill:none;stroke:#000000;stroke-width:0.63524771;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 468.24,219.8 c -0.604,0.09 -2.926,-0.628 -2.016,0.792 0.525,-0.73 1.295,-0.49 2.016,-0.792"
           id="path4164"
           inkscape:connector-curvature="0" /><path
           style="fill:none;stroke:#000000;stroke-width:0.63524771;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 475.44,226.35 c -0.671,0.138 -1.389,0.191 -1.944,0.648 0.743,0.482 1.623,0.16 1.944,-0.648"
           id="path4168"
           inkscape:connector-curvature="0" /><path
           style="fill:none;stroke:#000000;stroke-width:0.63524771;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 474.94,222.89 c -0.664,0.367 -1.56,1.061 -1.151,1.944 0.622,-0.379 1.817,-1.041 1.151,-1.944"
           id="path4170"
           inkscape:connector-curvature="0" /><path
           style="fill:none;stroke:#000000;stroke-width:0.63524771;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 475.88,224.33 c -0.772,-0.627 -1.893,1.201 -2.088,1.728 1.033,0.444 2.307,-0.643 2.088,-1.728"
           id="path4172"
           inkscape:connector-curvature="0" /><path
           style="fill:none;stroke:#000000;stroke-width:0.63524771;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 469.54,219.22 c -0.247,0.237 -0.511,0.453 -0.792,0.648 -0.169,-0.744 0.1,-0.961 0.792,-0.648"
           id="path4176"
           inkscape:connector-curvature="0" /><path
           style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:0.63524771;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 432.17,367.18 c 0.642,-1.956 -2.077,-3.635 -1.584,-5.832 0.559,-2.49 2.689,-4.734 2.804,-7.27 0.04,-0.984 -1.623,-3.156 -1.271,-3.861 0.989,-1.977 2.105,-3.747 4.227,-4.637 -0.974,0.484 -1.052,0.39 -0.235,-0.284 0.558,-0.561 1.224,-1.205 1.387,-2.02 0.271,-1.351 1.924,-2.252 2.517,-3.501 0.459,-0.969 0,-2.372 0.613,-3.104 1.008,-1.218 0.392,-1.567 0.628,-2.943 0.167,-0.974 0.917,-1.738 1.477,-2.506 0.691,-0.947 0.513,-1.813 0.942,-2.791 0.485,-1.104 1.384,-2.064 2.218,-2.914 0.345,-0.352 2.266,-2.367 1.757,-1.177 0.242,-0.564 0.617,-0.526 1.11,-0.661 0.33,-0.09 1.074,-1.451 -0.318,-0.275 0.756,-0.992 1.673,-2.609 3.096,-2.664 -1.577,0.39 -0.08,-0.927 0.308,-1.46 0.57,-0.782 1.19,-1.524 1.803,-2.272 0.925,-1.13 1.512,-2.535 2.617,-3.518 1.611,-1.433 3.146,-3.862 4.322,-5.72 0.432,-0.681 1.286,-2.401 2.326,-2.222 -0.377,-1.122 0.929,-2.611 1.601,-3.357 0.864,-0.959 1.146,-2.481 2.591,-2.557 1.084,-0.06 3.229,0.889 4.087,0.154 -0.572,0.249 -1.329,-0.41 -1.791,-0.646 -0.888,-0.454 -1.365,-0.19 -2.266,-0.05 -1.359,0.213 0.235,-2.295 0.457,-2.69 -0.195,0.513 -0.411,1.018 -0.648,1.513 1.223,-0.262 1.722,-3.042 3.168,-2.376 -0.46,-0.393 -0.988,-0.537 -1.584,-0.433 0.234,-1.654 1.644,-1.633 2.952,-2.016 -0.598,0.04 -1.143,-0.268 -1.512,-0.72 -0.214,0.223 -0.406,0.462 -0.576,0.72 0.734,-2.348 2.477,-4.74 2.311,-7.258 -0.08,-1.2 1.367,-4.992 2.577,-4.676 1.93,0.504 3.302,1.597 5.342,1.947 1.229,0.211 4.375,-0.1 4.386,1.13 0.142,-0.562 0.588,-0.967 1.152,-1.08 -0.327,0.556 -0.09,1.27 -0.27,1.863 -0.21,0.714 -1.879,1.524 -2.467,1.953 1.616,-1.66 -0.642,-0.1 -0.959,0.119 -1.006,0.682 -1.909,1.499 -2.856,2.257 0.708,0.622 1.514,0.06 2.16,-0.288 -0.492,0.133 -0.972,0.301 -1.439,0.504 0,-1.089 1.3,-1.729 2.152,-2.062 1.463,-0.569 2.435,-1.525 3.751,-2.33 0.418,1.128 -2.41,1.889 -2.808,3.096 1.412,-0.771 0,1.954 -1.224,2.088 0.216,-0.24 0.432,-0.479 0.647,-0.72 -0.937,0.114 -1.447,1.026 -2.016,1.656 -0.05,-0.606 0.295,-1.129 0.792,-1.44 -1.08,0.367 -1.797,1.474 -2.952,1.656 0.974,-0.229 0.974,-0.06 0,0.504 0.751,-0.613 0.943,-0.493 0.576,0.36 0.279,-0.79 0.959,-1.185 1.739,-0.76 0.493,0.269 1.505,-0.719 1.854,-0.953 1.289,-0.866 3.089,-1.388 3.284,-3.327 0.142,-1.416 3.105,-2.258 2.785,-3.333 -0.269,-0.903 0.733,-1.641 0.419,-2.644 -0.236,-0.754 -1.193,0.203 -0.648,-1.079 1.686,0.867 1.946,-1.219 2.808,-2.089 -1.098,0.161 -0.391,-1.457 0.08,-1.975 l 185.152,-0.117 0.351,-3.322 c 0.06,-0.597 1.657,-0.38 1.896,0.906 0.314,1.69 -2.216,4.463 -0.09,4.767 0.677,0.1 3.798,0.261 3.699,1.217 -0.105,1.02 3.19,-0.367 3.786,-0.605 1.309,-0.521 2.847,0.639 4.083,0.916 -0.367,0.584 -0.07,0.982 0.563,1.022 -0.279,0.305 -0.175,1.551 0.358,1.335 0.275,-0.111 0.397,-0.753 0.736,-0.758 0.824,-0.01 1.18,0.502 1.792,0.947 0.495,0.36 0.785,0.373 0.98,0.438 -0.06,0.402 -0.02,0.885 0.573,0.889 1.995,0.01 3.734,-1.32 5.642,-1.34 -0.765,1.392 1.71,1.108 2.388,1.055 0.64,-0.05 1.36,-0.08 1.971,0.245 1.476,0.775 1.924,0.598 3.033,0.469 -4.166,1.296 -8.525,2.74 -12.39,4.804 -1.607,0.858 -3.058,1.975 -4.65,2.859 -1.777,0.988 -3.81,1.573 -5.4,2.88 1.405,2.14 7.832,-1.372 9.648,-1.512 -0.214,0.994 -1.3,2.17 -2.16,2.664 0.481,0.141 1.361,-0.49 1.668,-0.235 0.542,0.451 0.401,0.569 1.261,0.569 1.494,0 2.992,-0.941 4.318,-1.519 1.57,-0.685 3.242,-0.261 4.737,-0.987 1.972,-0.958 3.924,-1.699 5.8,-2.868 -0.308,0.719 0.228,1.21 0.36,1.872 0.139,0.696 -0.645,1.247 -0.792,1.872 0.359,-0.302 3.411,-2.285 1.584,-0.576 1.891,-1.458 3.372,-0.187 4.334,1.566 0.903,1.647 1.917,1.004 3.439,1.568 2.108,0.781 4.103,-1.169 6.063,-1.66 1.173,-0.293 2.358,-0.04 3.548,-0.128 1.495,-0.113 2.951,-0.491 4.433,-0.698 -0.467,0.778 -0.958,1.546 -1.152,2.448 1.41,0.328 2.696,0.188 4.016,0 1.19,-0.164 0.836,2.16 -0.128,2.371 0.93,0.06 1.037,1.115 1.584,1.654 -1.373,1.297 -3.65,-0.745 -5.232,0.173 -0.06,0.03 -1.035,1.116 -1,1.114 -0.936,0.06 -0.955,-1.282 -1.796,-1.61 -2.481,-0.969 -3.992,0.838 -6.419,0.712 -2.571,-0.134 -3.655,2.241 -5.928,2.852 0.382,-0.872 1.254,-1.341 1.872,-2.016 -1.54,0.251 -2.196,1.208 -3.6,1.584 0.1,-0.556 0.311,-1.061 0.648,-1.513 -2.496,0.925 -4.611,4.052 -6.667,5.694 -0.524,0.418 -0.723,1.097 -1.253,1.506 -0.589,0.455 -1.417,0.415 -2.028,0.876 -0.931,0.702 -2.236,1.862 -2.436,3.084 1.778,-0.354 3.535,-3.354 5.51,-2.566 0.718,0.287 -1.684,2.475 -1.939,2.772 -0.842,0.979 -1.274,2.302 -2.207,3.19 -1.896,1.806 -2.687,3.991 -4.481,5.902 -0.911,0.97 -1.708,2.229 -2.066,3.519 -0.333,1.201 -0.1,2.446 -0.931,3.485 -1.358,1.697 -2.1,5.534 -1.437,7.646 0.552,1.757 3.107,0.688 4.198,0.205 2.515,-1.111 4.44,-3.012 6.202,-5.081 0.952,-1.117 1.817,-2.285 2.443,-3.62 0.533,-1.136 0.538,-3.828 1.692,-4.435 -1.864,-1.119 -0.28,-3.194 0.58,-4.401 0.555,-0.778 0.424,-1.592 0.814,-2.407 0.407,-0.85 1.738,-1.498 2.374,-2.218 0.721,-0.817 0.977,-1.616 1.412,-2.588 0.391,-0.871 1.205,-0.941 1.874,-1.479 0.839,-0.674 0.901,-1.096 2.015,-1.338 1.313,-0.285 1.951,-1.658 3.17,-2.131 -0.771,0.976 -1.012,2.309 -1.944,3.168 0.556,-0.266 1.012,-0.649 1.368,-1.152 -0.1,0.604 -0.457,1.143 -0.936,1.513 1.512,-0.634 2.146,-2.13 2.83,-3.499 0.848,-1.698 2.699,-1.033 4.083,-1.829 -2.32,-0.381 1.078,-3.025 2.099,-3.212 0.619,-0.113 2.007,0.736 2.581,1.052 1.357,0.748 2.477,1.684 3.922,2.296 1.198,0.508 1.737,2.157 0.623,2.697 -1.071,0.519 -0.698,2.135 -0.898,3.073 -0.246,1.146 -1.168,3.083 -2.354,3.464 -1.301,0.419 -1.655,1.764 -2.866,2.315 -1.146,0.521 -2.635,1.123 -2.876,2.562 -0.312,1.859 2.179,0.395 2.692,0.241 1.061,-0.318 4.965,-4.497 6.184,-2.739 0.948,1.367 -0.428,4.749 -0.578,6.175 -0.195,1.858 -1.292,6.222 -3.776,6.412 0.849,-0.871 -0.343,-1.353 -0.941,-0.605 -0.508,0.636 -0.734,1.503 -1.363,2.046 -0.669,0.577 -1.493,0.909 -2.168,1.471 -0.723,0.6 -1.13,1.427 -1.878,2.02 -0.55,0.437 -3.187,2.069 -1.693,2.605 0.535,0.192 1.114,0.301 1.636,0.527 0.232,0.156 0.42,0.354 0.563,0.593 0.355,0.278 1.134,0 1.597,0.271 -0.747,0.159 -1.536,0.146 -2.232,0.504 0.738,0.427 1.47,-0.185 2.232,-0.07 0.506,0.08 0.998,0.331 1.511,0.347 1.667,0.05 3.221,-0.701 4.937,-0.65 1.659,0.05 3.167,-1.422 4.58,-2.105 1.641,-0.794 3.508,-1.228 5.245,-1.767 3.614,-1.122 7.281,-2.438 10.516,-4.433 1.369,-0.844 2.882,-1.629 4.183,-2.563 0.756,-0.543 1.958,-1.203 0.507,-1.246 -1.226,-0.841 0,-2.036 0.242,-3.037 0.569,-0.733 2.797,-0.803 3.973,-0.961 1.269,-0.17 2.683,-0.167 3.945,0.05 1.006,0.173 1.779,1.309 2.801,1.051 1.296,-0.327 2.458,-0.126 3.768,-0.279 1.439,-0.167 2.644,-1.094 3.958,-1.619 1,-0.399 2.194,-0.373 2.554,-1.609 0.369,-1.267 1.189,-2.138 2.214,-2.922 -0.584,0.259 -1.542,0.489 -0.79,-0.576 -0.831,0.575 -0.977,0.132 -0.58,-0.389 0.409,-0.536 1.111,-1.399 1.706,-1.66 3.959,-1.944 7.854,-4.786 12.417,-5.907 l 22.411,0.06 c 0.456,-0.655 0.877,-1.838 1.596,-2.244 0.803,-0.452 1.805,-0.206 2.699,-0.733 0.122,0.239 0.242,0.479 0.36,0.72 0.891,-0.381 0.553,-1.262 1.577,-1.144 -0.462,-0.174 2.294,-2.643 3.018,-2.984 0.871,-0.409 1.595,-1.279 2.025,-2.57 0.265,-0.796 1.43,-1.955 2.498,-2.657 1.074,-0.705 1.132,-1.956 1.903,-2.886 1.071,-1.291 2.64,-2.21 3.931,-3.265 1.097,-0.896 5.045,-5.309 4.68,-1.8 -0.195,1.877 4.083,-0.09 4.639,-0.244 3.315,-0.896 2.838,3.301 2.125,5.088 -0.641,1.599 -1.396,3.243 -1.975,4.864 -0.301,0.844 -1.814,3.114 -1.24,4.003 0.608,0.942 1.862,0.164 1.251,1.57 -0.433,0.995 -1.134,2.017 -0.381,3.034 0.6,-0.607 1.214,-0.352 1.405,0.431 0.226,0.923 -0.716,1.187 -0.835,2.016 0.987,-0.667 0.956,0.1 0.536,0.593 -0.451,0.535 -1.28,0.704 -1.927,0.832 -0.788,0.155 -1.451,0.272 -2.144,0.726 -0.498,0.326 -2.305,1.658 -1.645,0.01 -0.661,0.218 -1.128,1.008 -1.87,1.008 -0.557,0 -0.433,1.053 -1.08,1.225 0,-0.447 0.01,-1.62 -0.769,-1.437 -0.883,0.208 -1.405,1.543 -1.542,0.141 -0.02,0.647 -0.234,0.57 -0.699,0.542 -0.55,-0.03 -0.507,1.341 -0.521,1.618 -1.151,-0.743 -1.015,-1.681 -0.79,-2.881 -0.275,0.834 -1.247,0.945 -1.8,1.512 -0.632,0.647 -0.926,1.552 -1.52,2.232 -1.389,1.592 -2.658,0.779 -3.95,2.521 -0.162,-0.467 -0.283,-0.569 -0.08,-1.08 -0.237,0.219 -0.478,0.435 -0.72,0.647 0.466,-1.845 -0.899,0.172 -1,0.648 0.05,-0.795 0.154,-1.595 0.79,-2.16 -0.438,0.202 -0.775,0.514 -1.01,0.936 0.746,-0.181 -0.26,1.862 -0.65,2.16 -0.04,-0.313 -0.08,-0.625 -0.14,-0.936 -0.357,0.295 -1.531,1.327 -0.22,-0.145 -1.214,1.651 -0.511,0.176 -0.29,-0.288 -0.786,0.509 -2.416,1.011 -2.492,2.114 -0.02,0.318 -1.618,1.72 -1.966,1.929 -1.369,0.825 -6.305,5.027 -4.103,6.685 -0.694,0.409 -3.462,1.45 -3.343,2.518 0.06,0.505 1.221,0.686 1.497,1.137 0.697,1.138 -0.358,2.529 0.897,3.664 1.059,0.957 3.151,0.02 3.389,-1.343 -0.88,0 -0.145,-0.871 -1,-1.439 1.527,-0.07 1.292,2.171 0.795,3.025 -0.584,1.007 -4.384,1.647 -5.485,1.511 0.222,-0.515 0.465,-1.019 0.73,-1.513 -1.507,0.781 -3.104,1.901 -4.76,2.017 0.315,-0.755 0.499,-1.605 1.16,-2.16 -0.713,0.357 -1.511,1.314 -1.66,0 -1.318,1.635 -1.392,3.133 -3.77,3.509 -0.468,0.07 -4.361,0.694 -4.291,-0.197 -0.04,0.945 -1.466,0.949 -2.113,0.941 -1.411,-0.02 -2.147,0 -3.497,0.542 -2.696,1.077 -5.324,1.973 -7.64,3.701 1.131,-1.408 2.187,-2.764 1.94,-4.681 -0.935,1.584 -0.302,4.585 -2.727,5.313 -1.895,0.569 -2.04,2.035 -0.01,2.248 -0.362,1.875 -1.61,3.521 -2.59,5.112 0.24,-0.48 0.48,-0.96 0.72,-1.44 -1.592,-0.04 -2.005,4.364 -3.81,4.208 -0.577,-0.05 -2.03,2.32 -2.407,2.729 -0.848,0.917 -2.011,2.133 -3.353,2.207 0.176,-0.456 1.34,-1.594 0.665,-2.055 -1.125,-0.768 -1.886,-0.814 -2.68,-2.114 -1.427,-2.334 2.294,-3.094 3.456,-4.111 -1.766,0.745 -4.843,1.875 -3.958,4.381 0.512,1.45 -0.03,2.899 0.589,4.424 0.494,1.223 0.226,2.124 -0.592,2.571 1.079,0.221 0.569,1.238 0.14,1.8 0.75,-1.644 -0.171,-0.151 -0.309,0.206 -0.22,0.572 -1.075,0.976 -1.509,1.369 -1.172,1.063 -1.968,2.225 -2.933,3.465 -0.864,1.111 -2.07,1.936 -2.906,3.03 -0.494,0.646 -1.046,2.398 -2.064,2.371 -0.352,-1.615 1.126,-3.307 2.096,-4.405 0.487,-0.551 1.756,-2.383 2.374,-2.507 -0.59,-0.234 -1.144,-0.162 -1.66,0.216 0.192,-0.696 2.047,-2.09 0.21,-2.088 0.351,-0.46 0.617,-0.964 0.8,-1.513 -0.729,1.197 -1.168,-0.576 -1.37,1.08 -0.132,-0.389 -1.211,-1.085 -1.095,-1.482 0.206,-0.708 1.266,-1.073 0.666,-1.901 0.508,0 0.988,0.128 1.439,0.36 -0.141,-0.6 -0.851,-1.848 -1.66,-1.368 0.348,-1.014 0.904,-0.337 1.562,-0.741 1.107,-0.681 -0.635,-1.139 -1.272,-0.627 0.357,-1.183 1.974,-0.749 2.23,-2.088 -0.231,0.204 -0.471,0.396 -0.72,0.576 -0.61,-1.961 2.271,-2.5 3.6,-2.664 -0.247,-0.184 -0.487,-0.375 -0.72,-0.576 0.556,-0.266 1.012,-0.65 1.37,-1.152 -0.493,0.307 -0.996,0.595 -1.51,0.864 0.23,-0.253 0.447,-0.518 0.65,-0.792 -0.75,-0.09 -1.11,0.34 -1.473,0.91 -0.251,0.395 -1.665,1.589 -0.767,0.1 -0.404,0.296 -0.691,0.68 -0.86,1.152 -0.284,-1.37 -1.607,0.219 -1.51,0.864 -0.266,-0.114 -0.529,-0.234 -0.79,-0.36 0.102,0.547 0.339,1.026 0.71,1.44 -0.907,0.09 -0.797,0.236 -0.21,0.792 -2.054,-1.271 -1.493,5.133 -2.02,5.76 -1.07,-0.718 -1.263,-1.781 -0.86,-2.952 -0.338,0.958 -0.59,1.807 0.122,2.675 0.554,0.675 1.292,1.686 0.378,2.438 -0.282,-1.119 -2.893,-1.136 -2.45,-2.448 -0.374,-0.07 -0.468,0.17 -0.28,0.72 -0.504,-0.28 -0.904,-0.745 -1.083,-1.296 -1.175,1.049 -1.73,-0.301 -0.718,-1.252 0.773,-0.726 2.554,-1.443 1.94,-2.779 0.05,1.372 -3.982,3.898 -3.117,4.666 0.524,0.466 1.385,-0.139 1.805,0.582 0.708,1.213 0.926,0.874 2.215,1.213 0.527,0.139 0.886,1.281 1.347,1.663 0.771,0.636 0.652,0.986 -0.04,1.755 -1.836,2.031 -2.977,-1.07 -3.646,-2.535 -0.07,1.345 1.005,3.37 2.164,4.029 1.425,0.81 1.114,2.023 -0.655,1.731 0.105,0.261 0.202,0.525 0.29,0.792 -1.106,0.646 -1.658,-0.896 -2.231,-1.512 0.762,1.367 3.645,3.411 1.008,4.319 -0.893,-2.583 -2.576,-2.379 -4.896,-3.239 0.244,0.488 1.808,0.601 2.405,1.027 0.823,0.588 2.534,2.037 1.555,3.148 0.453,-0.485 1.033,-0.438 1.44,0.07 -0.116,-1.161 1.087,-0.776 1.754,-0.585 0.841,0.242 0.648,0.911 0.646,1.72 0,1.072 -0.105,2.114 -0.199,3.181 -0.12,1.37 0.676,2.845 0.248,4.18 -0.07,-1.16 -0.118,-2.363 -0.446,-3.486 -0.318,-1.089 0.547,-2.216 -0.274,-3.21 -0.05,0.386 -0.223,1.163 -0.65,0.432 -0.02,1.41 0.922,2.872 0.221,4.248 0.07,-0.564 -0.07,-1.068 -0.431,-1.512 -0.289,0.776 -0.86,0.867 -1.373,0.216 0.141,0.254 0.261,0.519 0.36,0.792 -0.563,0.357 -1.067,0.285 -1.512,-0.216 0.718,1.464 -0.735,0.337 -1.225,0.07 0.208,0.228 0.4,0.467 0.576,0.72 -0.708,0.181 -1.309,0.975 -2.088,0.504 -0.827,-0.5 -0.448,-1.629 0,-2.232 -0.384,0.33 -1.374,2.662 -0.747,3.05 0.558,0.345 1.326,-0.444 1.888,-0.239 0.458,0.167 2.699,-0.602 2.6,0.421 -0.07,0.7 -0.46,1.711 -0.933,2.24 0.647,-0.213 0.898,-0.75 1.064,-1.357 0.217,-0.798 1.098,-0.57 1.598,-1.091 0.541,1.118 -0.494,1.906 -0.649,2.952 -1.008,-0.729 -1.694,0.945 -2.223,1.504 -0.98,1.037 -2.806,0.446 -3.822,-0.208 0.15,-0.253 0.318,-0.493 0.504,-0.721 -0.566,0.134 -0.951,0.541 -0.792,1.152 -0.945,-0.465 -2.09,-0.344 -2.952,-1.008 0.523,0.552 4.07,1.938 2.575,2.519 -0.571,0.222 -0.209,0.945 -0.732,1.311 -1.158,0.812 -1.784,0.728 -2.923,-0.157 0.09,1 0.771,1.358 1.701,1.243 0.63,-0.08 2.637,-0.942 2.332,-0.02 0.321,-0.179 0.657,-0.323 1.008,-0.433 -0.39,0.637 -1.058,1.445 -1.728,1.8 -0.38,0.201 -2.557,0.03 -2.016,0.576 -1.139,-0.186 -2.705,-0.36 -3.555,0.396 -0.58,0.518 -1.789,1.404 -1.413,-0.108 -0.368,0.326 -0.345,0.919 -0.47,1.348 -0.135,0.46 -1.122,0.646 -1.497,0.852 -1.637,0.896 -2.563,2.453 -3.505,3.993 0.126,-0.473 0.174,-0.952 0.144,-1.44 -0.642,2.793 -3.239,1.895 -5.515,2.576 -2.583,0.775 -4.228,3.091 -5.789,5.128 -0.388,-0.52 -0.22,-1.088 0.288,-1.44 -0.853,0.479 -0.186,2.038 -1.152,2.232 -0.521,0.104 -0.304,0.46 -0.637,0.763 -0.592,0.538 -0.765,-0.01 -1.307,0.317 -0.576,0.353 -3.183,3.551 -3.527,1.584 0.319,1.623 -1.037,1.846 -2.144,2.431 -0.693,0.367 -1.252,0.724 -2.074,0.571 -0.35,-0.07 -2.522,0 -0.678,0.31 -2.187,0.437 1.564,0.167 -0.72,1.08 1.742,-0.17 -1.153,1.27 -0.864,-0.432 -0.192,1.945 -0.793,-0.29 -0.864,-0.72 0.02,0.642 0.251,1.252 0.265,1.893 0.02,0.797 -1.699,2.019 -0.697,0.555 -1.135,1.713 -1.267,2.34 -3.312,2.952 0.1,0.239 0.193,0.479 0.288,0.721 -0.457,0.283 -0.937,0.331 -1.44,0.144 -0.03,0.269 0,0.532 0.07,0.792 0.268,-0.09 0.532,-0.181 0.792,-0.288 -0.178,0.889 -1.045,1.264 -1.872,1.226 0.894,0.491 0.456,1.819 -0.216,1.15 0.235,1.182 -0.397,0.715 -1.296,0.504 0.551,0.183 0.983,0.519 1.296,1.008 -0.674,0.656 -1.503,0.576 -1.867,1.581 -0.259,0.716 -1.42,2.523 -0.832,3.238 0.257,0.251 0.239,0.477 -0.06,0.675 -0.706,0.477 -0.208,0.638 -0.08,1.426 0.243,1.535 -0.137,3.331 -0.146,4.888 -0.02,3.354 0.831,6.739 1.971,9.875 0.562,1.543 0.458,1.88 0.02,3.344 -0.433,1.444 0.05,2.768 0.2,4.205 -0.593,-1.484 -0.854,-3.068 -0.223,-4.585 0.724,-1.738 -1.002,-1.333 -1.073,-2.759 0,2.636 0.345,5.151 1.048,7.688 0.382,1.378 1.349,4.204 0.319,5.488 2.358,-0.33 -0.6,9.681 -1.086,10.772 -0.795,1.784 -1.925,5.527 -3.666,6.508 -0.581,0.328 -0.348,-1.067 -1.077,-0.04 -0.52,0.731 -1.312,0 -2.009,0.259 -1.165,0.423 -2.921,-0.133 -1.667,-1.514 0.235,0.514 0.681,0.916 1.224,1.08 0.303,-0.786 -1.04,-1.585 -1.357,-2.175 -0.697,-1.297 -0.186,-2.712 -1.696,-3.618 -0.893,-0.535 -1.812,-0.611 -1.915,-1.84 -0.102,-1.211 0.664,-2.91 -0.792,-3.6 0.859,-0.291 1.291,-1.172 2.017,-1.656 -0.746,0.226 -1.203,1.111 -1.945,1.388 -0.622,0.232 0.03,-3.178 0.432,-3.619 -0.498,0.338 -0.978,0.314 -1.439,-0.07 1.037,1.181 -0.608,1.434 -1.152,0 -0.5,-1.318 0.09,-3.593 -1.296,-4.464 1.124,-0.08 3.318,-2.685 2.664,-3.816 -0.244,0.163 -0.483,0.331 -0.72,0.504 0.07,-0.622 -0.328,-1.115 -0.864,-1.368 -0.347,0.513 -0.363,0.935 0.173,1.31 0.474,0.332 -0.555,1.411 -0.75,1.643 -0.335,-0.541 -0.628,-1.249 -0.504,0 -0.913,-2.942 1.988,-5.733 2.667,-8.45 0.242,-0.968 0.236,-1.836 0.04,-2.816 -0.33,-1.667 -0.988,-1.137 -2.025,-2.121 -1.507,-1.43 -2.009,-3.507 -2.865,-5.296 -0.415,-0.868 -1.355,-1.819 -2.284,-2.125 -1.355,-0.447 -2.237,0.93 -3.528,0.792 0.222,1.102 -0.784,0.841 -1.692,1.404 -0.354,0.219 -1.953,1.269 -1.764,0.323 -1.018,0.767 -2.354,1.009 -3.6,1.009 0.75,-0.973 0.134,-2.249 -0.864,-2.736 0.479,0.06 0.407,-0.201 -0.216,-0.792 0.978,0.752 1.29,-0.188 0.327,-0.286 -1.453,-0.148 -0.42,-1.164 0.393,-1.37 -0.696,0.03 -1.392,0.06 -2.088,0.07 0.195,0.238 0.387,0.478 0.576,0.72 -1.409,0.358 -3.752,-1.274 -4.968,-1.872 0.163,0.03 2.648,0.37 2.471,-0.09 -0.171,-0.446 -0.985,-0.737 -1.397,-0.824 -0.738,-0.156 -1.434,0.496 -2.079,0.742 -1.1,0.419 -2.657,0.422 -3.818,0.391 0.662,-0.07 1.286,-0.261 1.872,-0.575 -0.61,-0.199 -0.848,-0.683 -0.432,-1.225 -0.367,0.408 -0.703,0.84 -1.008,1.296 0.438,-1.991 -0.797,-0.104 -1.196,0.317 -0.597,0.631 -1.307,0.955 -2.188,0.908 0.543,-0.139 1.888,-0.79 1.08,-1.512 -0.605,1.637 -2.798,2.513 -4.392,1.871 1.599,0.6 0.851,-3.328 0.576,-4.104 -0.393,0.84 -0.873,1.796 -1.366,2.579 -0.376,0.597 -1.414,0.249 -2,0.574 -0.316,0.175 -1.909,0.226 -1.745,-0.02 -0.605,0.911 -1.351,-0.6 -2.016,-0.324 0.303,0.103 -1.949,0.59 -2.423,0.644 -1.198,0.137 -1.354,0.821 -2.506,1.216 -2.075,0.71 -2.734,-1.674 -4.585,-1.636 -0.654,0.01 -2.858,1.882 -1.756,2.489 0.725,0.399 1.983,0.344 2.731,0.05 0.612,-0.241 1.937,-0.106 2.347,-0.458 -0.254,0.332 -1.814,0.997 -1.621,1.513 0.49,1.304 1.042,0.568 1.648,-0.09 0.796,-0.862 1.947,0.253 1.372,1.211 -0.489,0.815 -2.129,0.148 -1.832,1.542 -0.975,-0.358 -1.085,0.337 -0.846,1.089 0.387,1.214 1.277,1.326 2.391,1.656 0.543,0.161 0.764,0.93 1.164,1.356 0.401,0.428 -1.012,1.168 -0.981,1.731 -0.756,-1.139 -1.565,-0.03 -2.232,0.504 0.406,-0.545 0.811,-1.1 1.08,-1.729 -0.68,-0.08 -0.491,-0.449 -0.767,-0.867 -0.169,-0.258 -1.873,-0.856 -2.185,-0.86 0.571,-0.926 -2.192,-2.281 -2.527,-1.985 -0.188,0.167 0.525,1.24 0.459,1.623 -0.19,1.116 -0.546,2.101 -1.749,2.378 -0.03,-1.042 0.133,-1.355 -1.008,-1.584 -1.827,-0.367 -1.027,1.014 -2.326,1.289 -2.04,0.431 -4.234,-1.931 -3.074,-3.88 -0.466,0.872 -1.594,0.472 -2.141,-0.07 -0.356,-0.35 -0.615,-0.865 -0.451,-1.374 -0.732,-0.115 -2.097,0.512 -1.152,-0.721 -0.903,0.01 -3.07,0.86 -2.16,2.088 -1.366,-0.229 -2.558,0.46 -4.021,0.08 -1.72,-0.446 -3.212,-1.499 -4.907,-2.024 0.788,-0.693 1.134,-1.344 0.72,-2.376 -0.292,0.756 -0.45,2.604 -1.405,2.826 -0.893,0.207 -2.566,0.409 -3.418,-0.02 0.438,-0.644 1.304,-1.12 1.224,-2.016 -1,0.501 -1.953,1.542 -1.152,2.664 -2.653,0.349 -5.382,1.217 -7.56,2.808 0.64,-0.833 1.697,-1.377 2.664,-1.728 -0.761,-0.148 -1.512,0.07 -2.232,0.288 0.492,-0.622 1.041,-1.379 0.792,-2.232 -0.646,0.139 -0.744,0.755 -1.296,1.008 -0.526,0.241 -0.569,-0.741 -1.08,-0.144 -0.441,0.516 0.09,2.459 0.792,2.664 -1.245,1.229 -2.633,2.041 -3.827,3.344 -1.633,1.782 -4.698,1.454 -6.109,3.136 0.48,-0.144 0.959,-0.288 1.439,-0.432 -1.171,0.65 -2.399,1.234 -3.672,1.656 0.576,-0.53 1.344,-0.777 1.872,-1.368 -0.493,0.132 -0.973,0.3 -1.44,0.504 1.111,-0.688 -1.328,-0.503 -1.584,-1.297 0.118,0.498 0,0.93 -0.36,1.297 0.244,-2.141 -2.642,1.255 0,1.151 -0.895,0.849 -2.257,1.219 -2.88,-0.144 0.09,1.188 -1.967,3.794 -1.656,2.231 -0.528,1.13 -1.872,-0.04 -2.304,1.296 0.592,0.167 1.096,0.02 1.512,-0.432 -0.29,2.229 -2.482,1.833 -4.104,2.305 0.287,0.04 0.575,0.06 0.864,0.07 -0.238,0.539 0.174,0.892 0.337,1.351 0.197,0.556 -0.875,1.768 -1.142,2.188 -0.717,1.126 -2.274,1.198 -2.867,-0.08 0.337,0.521 0.313,1.024 -0.07,1.512 0.718,0.168 1.477,0.331 2.16,-0.07 -0.201,0.785 -0.604,2.102 -1.397,2.498 -0.661,0.331 -0.04,2.01 -0.04,2.542 0,1.596 -0.966,4.899 0.288,6.192 0.249,-0.207 0.489,-0.422 0.72,-0.647 0.189,0.763 -1.67,1.48 -2.19,1.553 -1.027,0.144 -1.687,-1.625 -2.864,-1.625 -0.963,0 -2.242,0.221 -3.13,-0.286 -1.107,-0.632 -2.365,-2.076 -3.516,-2.269 -2.28,-0.382 -1.609,-2.059 -2.517,-4.015 -0.665,-1.434 -0.759,-2.669 -0.453,-4.146 0.129,-0.624 0.486,-1.252 0.315,-1.872 -0.164,-0.589 -1.269,-1.067 -1.589,-2.01 -0.858,-2.277 -2.246,-4.144 -2.859,-7.174 -0.236,-1.241 -0.104,-2.508 -0.401,-3.745 -0.148,-0.615 -0.536,-1.078 -0.706,-1.669 -0.207,-0.72 -0.921,-1.248 -1.222,-1.829 -0.628,-1.212 -1.504,-1.787 -2.163,-2.941 -0.07,-0.123 -2.092,-0.292 -2.305,-0.324 -2.359,-0.348 -4.817,-0.591 -6.893,0.713 -2.164,1.359 -2.349,4.766 -5.217,6.087 -1.138,0.524 -2.492,-0.81 -3.33,-1.376 -0.756,-0.511 -1.567,-0.936 -2.315,-1.46 -2.258,-1.632 -3.346,-3.235 -3.412,-5.353 0.57,-1.47 0.23,-3.138 0.166,-4.617 0.158,-1.458 -0.867,-2.153 -2.112,-2.611 -1.225,-0.451 -2.215,-2.916 -3.128,-4.479 -3.561,-1.936 -1.245,-3.929 -4.106,-4.16 l -13.084,0.01 -0.179,3.817 -20.217,-0.107 -23.733,-9.985 c 0.274,-0.735 0.964,-1.193 1.418,-1.801 -6.049,0.192 -12.105,1.04 -18.122,1.635 -0.07,-1.693 0.541,-3.326 0.564,-5 0.03,-2.041 -1.405,-2.82 -2.55,-4.271 -1.175,-1.489 -1.18,-0.628 -2.6,-1.153 -0.969,-0.357 1.125,-2.903 -1.677,-2.804 -1.718,0.06 -2.381,-0.435 -3.271,-1.847 -0.94,-1.491 -2.884,-1.239 -4.391,-1.564 -0.988,-0.213 -4.115,0.393 -3.727,-1.6 0.244,-1.253 1.592,-2.416 1.646,-3.701 0.05,-1.232 -1.542,-1.021 -0.714,-2.402 0.518,-0.863 -0.594,-1.91 -1.217,-2.583 -0.613,-0.664 -0.548,-1.523 -0.593,-2.409 -0.07,-1.292 -1.8,-2.573 -1.452,-3.735 0.545,-1.821 0.774,-1.81 2.037,-3.055 1.477,-1.456 0.171,-1.792 -1.008,-2.619 -1.751,-1.227 -0.254,-2.386 -0.57,-3.909 -0.187,-0.9 0.833,-2.925 1.861,-2.976 0,0.484 -0.521,0.965 -0.432,1.439 0.112,0.597 0.859,1.072 1.224,1.513 0.605,-1.954 -0.559,-4.152 1.8,-5.185 -2.143,-2.276 -1.861,2.067 -3.194,1.783 -0.854,-0.182 -1.853,-2.523 -2.782,-1.207 0.482,-0.585 1.151,-2.369 1.656,-0.792 -0.04,-0.668 -0.09,-1.356 -0.572,-1.875"
           class="landxx us"
           id="path3804"
           inkscape:connector-curvature="0" /></g><path
         inkscape:connector-curvature="0"
         id="path37133-6"
         d="m 1633.6895,343.04102 a 4.4460267,4.4460271 0 0 0 -3.2149,1.38086 c 0.9234,0.70748 0.8794,2.37154 0.4219,3.48828 0,0 0,0.002 0,0.002 -0.2137,0.52231 -0.3213,1.36669 -0.7422,1.27148 1.0886,1.81201 2.5544,2.02661 4.0254,1.58985 1.3788,-0.40942 2.7682,-1.38506 3.707,-2.33203 0.057,-0.0573 0.1146,-0.0991 0.1719,-0.15039 a 4.4460267,4.4460271 0 0 0 0.076,-0.80469 4.4460267,4.4460271 0 0 0 -4.4453,-4.44531 z"
         style="clip-rule:evenodd;fill:#290000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.66666663;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"><title
           id="title3791">Crimea (Disputed)</title></path><path
         sodipodi:nodetypes="cccccccccccccccccccccccccccccccccccccccc"
         inkscape:connector-curvature="0"
         id="path37133-6-5"
         d="m 1631.3326,334.85438 -0.5293,0.63674 c 0.019,0.73931 0.1026,1.72369 1.0605,1.6953 -0.3497,1.35556 -4.1809,1.99261 -5.2969,2.4375 -0.5653,0.22611 -4.18,2.65609 -2.541,2.86328 1.0792,0.13465 1.9445,-0.29281 2.9649,0.3163 1.0949,0.65417 1.7787,1.082 3.0722,1.27344 1.6903,0.24929 1.7224,2.45185 1.1641,3.81447 -2e-4,5.4e-4 2e-4,9.8e-4 0,0.002 -0.2137,0.52231 -0.3213,1.36667 -0.7422,1.27146 1.0886,1.81201 2.5544,2.02663 4.0254,1.58987 1.3788,-0.40941 2.7682,-1.38506 3.707,-2.33203 1.1296,-1.13895 2.3583,-1.0654 3.8125,-1.2715 1.0708,-0.1518 1.6407,-1.08156 2.6485,-1.48437 0.4139,-0.16514 0.068,-0.89998 0.7421,-1.16601 0.683,-0.26835 1.4496,0.21786 2.0118,0.5293 0.9288,0.51326 1.5207,0.5395 2.541,0.4238 0.9384,-0.10702 2.0357,-0.046 2.0136,-1.27146 -0.019,-0.99912 -0.04,-1.53442 1.1641,-1.69531 -1.0067,-0.83922 -2.5631,-1.49869 -3.8125,-0.84766 -0.9352,0.48795 -1.4071,0.73686 -2.2246,-0.21278 -0.1353,0.4757 -0.4141,0.80477 -0.7402,0.95314 -0.3262,0.1483 -0.7055,0.10956 -1.166,0 -0.4607,-0.10957 -0.9438,-0.2312 -1.4825,-0.5293 -0.5386,-0.2982 -1.8215,-1.53433 -2.33,-2.01367 -0.6296,-0.59345 2.6138,2.67854 2.7539,3.39257 -3.6943,-1.05384 -1.3704,-1.42476 -2.7539,-3.18164 -0.1172,-0.14894 -3.2172,-1.44991 -2.754,-2.2246 l -1.3769,0.84763 c 0.8142,-0.67535 0.665,-1.21757 0.5293,-1.48437 h -0.2109 c -0.497,0.65706 -3.3093,-2.32733 -3.0723,-0.10543 -0.6463,-1.46192 -1.0781,-1.10071 -1.1641,-0.6367 -0.8633,-0.53635 -1.5251,-1.15772 -1.9062,-1.58984 h -0.1054 z m 8.6855,2.22657 -0.2109,0.21087 c 0.1528,0.19595 0.2643,0.34797 0.3163,0.53124 0.01,-0.0597 -0.051,-0.48217 -0.1054,-0.74217 z"
         style="clip-rule:evenodd;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:0.66666663;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1" /><g
         style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:0.63596636;stroke-miterlimit:2.02116466;stroke-dasharray:none;stroke-opacity:1"
         class="landxx coastxx in"
         id="in-outline"
         transform="matrix(1.0485497,0,0,1.0490456,18.796271,20.838215)"><title
           id="title1206">India</title><path
           inkscape:connector-curvature="0"
           id="path4195"
           transform="matrix(0.95369819,0,0,0.9532474,-17.92597,-19.863975)"
           d="m 1960.4727,563.36914 a 4.4460267,4.4460271 0 0 0 -3.4864,1.69531 c 0.4905,1.54685 -0.072,3.11391 -0.5312,4.64649 a 4.4460267,4.4460271 0 0 0 4.0176,2.55078 4.4460267,4.4460271 0 0 0 4.4453,-4.44727 4.4460267,4.4460271 0 0 0 -4.4453,-4.44531 z"
           style="fill:#510000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.667;stroke-miterlimit:2.02116466;stroke-dasharray:none;stroke-opacity:1" /><path
           style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:0.63596636;stroke-miterlimit:2.02116466;stroke-dasharray:none;stroke-opacity:1"
           d="m 1810.76,492.894 c -0.1,-1.698 1.77,-1.728 2.99,-1.728 1.45,0 0.74,-2.228 0.68,-3.024 0.87,0.509 3.34,0.186 4.13,0.272 1.97,0.213 3.32,1.285 5.61,0.863 0.15,-0.03 0,-1.146 0.69,-1.161 0.75,-0.02 1.81,-1.26 2.86,-0.724 1.26,2.01 2.36,1.378 4.14,-0.04 -2.42,-1.73 -0.46,-1.986 -0.61,-2.533 -0.82,-2.888 -2.8,-4.491 -3.44,-6.065 -0.43,-1.046 0.23,-2.841 -1.68,-2.474 -2.42,0.465 -3.28,-1.312 -3.2,-2.86 0.1,-1.312 0.56,-3.583 -0.48,-4.237 -1.69,-1.058 -4.42,-0.495 -5.16,-3.048 -0.53,-1.828 1.06,-3.949 2.05,-5.285 0.71,-0.959 0.96,-1.783 1.51,-2.837 0.38,-0.743 1.48,-2.287 2.57,-2.018 1.43,0.35 1.3,2.587 2.85,2.729 0.89,0.08 1.58,-0.582 2.35,-0.922 0.94,-0.419 2.1,-0.261 3.08,-0.476 2.1,-0.46 1.86,-2.207 3.19,-3.557 1.61,-1.632 0.65,-3.818 2.99,-5.146 2.14,-1.214 3.01,-2.725 3.67,-5.108 0.49,-1.742 0,-4.05 2.13,-4.769 0.72,-0.245 1.6,-0.406 2,-1.146 0.55,-1.041 -0.8,-1.275 -0.79,-1.8 0,-0.632 1.66,-2.858 2.04,-3.436 0.71,-1.077 2.43,-1.658 2.93,-2.828 -1.54,-0.03 -1.15,-1.474 -1.16,-2.521 0,-1.271 -1.18,-2.227 -1.15,-3.318 0,-1.909 3.73,-2.27 4.79,-3.501 1.81,-2.114 -3.23,-2.319 -4.13,-2.649 -0.93,-0.339 -0.68,-1.712 -1.66,-2.243 -0.67,-0.363 -1.48,-0.357 -2.17,-0.672 0.29,-0.765 0,-1.202 -0.69,-1.552 -0.7,-0.374 -2.71,-1.542 -2.17,-2.456 0.51,-0.866 0.88,-1.789 -0.12,-2.486 -0.61,-0.427 -1.63,-1.333 -0.75,-2.09 0.35,-0.301 2.42,-1.694 0.67,-1.85 -0.29,-0.03 -3,-0.05 -2.22,-1.034 0.98,-1.236 -0.32,-1.144 -1.09,-1.743 -0.96,-0.746 0.64,-2.7 1.27,-3.086 1.61,-0.993 3.3,-0.233 4.97,0.139 1.89,0.421 3.76,0.894 5.65,1.332 1.61,0.373 2.56,-0.628 3.99,-1.125 1.24,-0.433 2.55,-0.377 3.78,-0.771 0.38,-0.123 2.57,-2.353 2.41,-2.642 -0.46,-0.783 1.85,-1.98 2.47,-2.483 0.5,-0.403 1.04,-0.85 1.65,-1.065 0.52,-0.181 0.51,0.05 0.87,0.314 1.44,1.035 1.47,1.46 1.98,2.086 0.83,1.037 0.95,3.234 2.35,4.233 1.74,1.248 4.76,2.692 6.33,3.817 0.5,0.357 -0.76,0.904 -1.03,1.232 -0.48,0.579 -0.28,0.588 0.19,2.406 0.41,1.525 1.14,2.83 2.22,4.062 0.98,1.109 2.8,1.031 3.55,1.79 0.38,0.389 0.1,1.043 0.31,1.516 0.26,0.534 0.49,0.905 0.83,1.373 1.23,1.662 -0.5,2.255 -1.22,2.867 -0.98,0.823 -1.72,2.085 -2.91,0.246 -0.95,-1.467 -1.72,-1.756 -3.2,-0.653 0.52,0.592 0.72,1.266 0.92,2.005 0.23,0.827 1,1.285 1.58,1.841 1.65,1.579 0.82,2.724 1.87,3.837 0.62,0.659 -0.19,3.473 1.29,2.989 0.53,-0.172 0.79,-0.661 1.35,-0.854 0.88,-0.302 1.27,0.699 1.6,1.238 0.48,0.77 1.87,2.382 2.77,2.56 1.06,0.213 2.02,-0.506 2.91,0.512 0.54,0.618 1.09,0.571 1.76,0.92 0.66,0.337 0.68,0.947 0.55,1.408 -0.22,0.763 1.03,0.881 1.71,1.066 2.12,0.573 3.64,1.124 4.95,2.71 -1.99,0.118 -2.19,3.863 -3.56,4.825 -0.13,0.09 -0.43,1.157 -0.59,1.49 -0.56,1.187 0.57,0.985 0.38,2.111 -0.17,1.051 -1.66,2.379 -0.77,3.317 0.69,0.729 3.31,2.889 3.31,1.433 1.22,0.753 2.96,1.419 4,2.07 1.81,1.123 2.28,1.982 3.73,2.846 0.42,0.255 3.02,2.01 3.62,1.769 1.41,-0.565 2.5,0.816 3.71,1.433 0.51,0.263 2.25,0.29 2.53,0.631 0.97,1.187 1.1,1.509 2.79,1.852 0.89,0.181 1.77,0.818 2.65,0.164 1.18,-0.873 2.16,0.104 3.47,0.683 -0.85,-2.261 4.81,0.04 5.2,0.154 1.56,0.475 1.02,2.567 2.46,2.899 1.23,0.284 2.49,0.808 3.24,1.88 0.61,0.858 1.99,-0.31 2.72,-0.371 1.77,-0.149 0.9,2.526 3.25,1.567 0.69,-0.283 3.71,0.761 4.37,1.16 1.71,1.025 2.1,0 3.67,-0.521 0.14,1.122 1.47,1.962 2.84,1.411 0.42,-0.171 2.71,0 3.27,0.02 1.2,0.03 1.47,-0.281 1.65,-1.572 0.3,-2.2 -0.83,-2.673 -1.67,-4.556 -0.47,-1.033 -0.1,-2.488 0,-3.587 0.12,-1.333 -0.2,-2.365 -0.27,-3.665 1.33,-0.09 2.86,-1.223 4.19,-0.835 2.62,0.761 0.33,4.006 1.45,5.37 0.2,0.245 1.18,0.823 0.88,1.25 -0.48,0.658 -0.92,0.575 -0.39,1.517 1.15,2.072 2.69,2.009 4.7,2.271 1.35,0.176 2.19,1.373 3.53,1.231 0.56,-0.06 1.34,-0.141 1.83,-0.472 0.5,-0.344 1.62,-1.565 2.35,-1.056 1.82,1.274 4.1,0.856 6.19,0.776 0.64,-0.02 1.6,-0.928 1.96,-0.5 0.55,0.659 2.49,0.08 3.29,0 1.96,-0.188 -0.32,-1.347 0,-2.898 0.6,-3.358 -2.97,-1.376 -3.37,-3.022 -0.24,-0.964 -0.95,-2.236 0.5,-1.886 1.15,0.281 2.31,-0.142 3.32,-0.394 1.45,-0.36 2.56,0.179 2.91,-2.46 0.15,-1.132 2.94,-2.227 3.07,-3.744 0.21,-2.394 3.14,-1.087 4.53,-2.449 1.11,-1.091 1.76,-2.355 3.01,-3.347 0.45,-0.366 1.08,-0.799 1.59,-1.091 0.44,-0.252 2.58,1.323 3.03,1.588 -0.53,-0.532 -0.27,-0.612 0.65,-0.109 0.72,0.301 1.48,0.868 2.29,0.835 0.83,-0.03 0.7,-1.021 1,-1.547 0.53,-0.94 2.32,-1.66 3.26,-2.039 0.21,-0.08 2.44,1.914 2.7,2.141 -1.7,1.453 -1.49,1.341 -0.97,1.907 0.55,0.597 1.86,-0.579 2.23,-0.684 -0.3,1.056 1.63,1.788 1.29,2.626 -0.51,1.274 -1.1,1.644 -1.36,2.919 -0.19,0.908 1.44,-0.169 1.76,-0.257 1.34,-0.373 2.72,1.38 4.09,0.964 1.17,-0.357 2,1.127 2,2.125 0,0.373 0.55,0.679 0.49,0.957 -0.14,0.669 -1.24,1.455 -1.67,1.928 -2.44,2.672 1.19,3.696 1.61,5.73 -1.72,0.73 -2.39,-2.101 -3.41,-1.893 -3.54,0.722 -4.39,0.557 -5.1,1.764 -0.6,1.014 -1.01,1.805 -1.88,2.126 -0.7,0.208 -0.45,0.535 -0.83,0.523 -0.45,0.368 0,0.667 -0.72,1.056 -0.36,0.189 -1.58,-0.232 -2.14,1.058 -0.34,0.787 -0.1,1.772 0.13,2.585 0.18,0.62 0.65,1.046 0.84,1.626 0.25,0.775 -0.27,1.52 -0.33,2.28 -0.17,2.125 -3.05,3.305 -2.26,5.011 0.28,0.612 1.06,1.37 1.01,2.093 -0.24,3.572 -2.16,6.302 -2.88,9.996 -0.72,-0.575 -2.59,-1.13 -3.49,-1.364 -0.46,0.03 -0.91,0.191 -1.35,0.287 -0.58,-0.117 -0.64,-0.624 -1.32,-0.484 0.74,2.036 1.06,3.754 1.18,5.913 0.1,0.91 0.15,3.784 -1.5,2.56 0.26,1.969 0.1,3.413 0.88,5.273 0.28,0.661 0.92,2.88 -0.59,2 0.15,3.63 -1.19,1.964 -2.52,0.433 0.12,0.582 -0.21,1.279 -0.67,1.639 -1.2,-4.941 -2.69,-9.429 -4.27,-14.729 -0.25,-1.298 -1.78,0.678 -2.58,-0.03 0.45,0.575 0.18,1.423 -0.21,2.143 -0.49,0.909 0,1.798 0,2.693 0,0.905 -0.52,1.856 -1.62,1.048 -0.83,-0.605 -1.12,-1.737 -1.78,-2.268 0.1,0.485 0.1,0.966 -0.1,1.44 -0.65,-1.475 -1.69,-2.915 -2,-4.404 -0.33,-1.583 1.42,-3.027 0.99,-4.381 0.75,0.1 2.08,0.334 1.94,-0.864 0.49,0.758 1.18,-0.395 1.87,0.217 0.22,-1.89 2.92,-3.796 1.73,-6.049 0.45,0.04 2.05,0.12 1.16,-0.784 -1.04,-1.059 -2.66,-1.774 -4.11,-1.807 -1.22,-0.03 -2.16,-0.166 -3.77,-0.109 -1.7,0.06 -3.21,0.289 -4.89,0.165 -2.44,-0.181 -7.47,0.307 -7.15,-2.892 0.13,-1.358 -0.53,-5.916 -2.69,-5.733 0.35,0.614 0.17,1.194 -0.1,1.801 -1,-0.555 -2.5,-0.818 -3.21,-1.801 -0.6,-0.823 -0.78,-2.333 -2.12,-2.087 0.47,0.419 0.8,0.923 1.01,1.512 -0.63,-0.203 -1.37,-0.144 -2.32,-0.67 -0.45,-0.251 -0.53,-0.943 -0.96,-1.287 -0.58,-0.462 -1.38,-0.779 -1.98,-1.211 l -0.19,0.955 c 0.34,0.01 1.28,0.117 1.56,0.988 -2.27,0.861 -3.73,4.09 -0.98,5.182 1.1,0.436 1.5,1.628 2.44,2.252 0.7,0.458 1.99,-0.344 2.1,0.631 0.16,1.421 2.12,0.883 1.19,2.376 -0.62,-0.328 -1.64,-0.225 -2.31,-0.161 -0.91,0.09 -1.12,0.146 -1.21,0.986 -0.1,0.896 -0.96,2.765 -1.74,1.047 -0.1,1.478 -1.79,2.25 0.32,3.856 1.12,0.86 2.78,0.788 3.74,1.601 1.82,1.54 0.95,2.166 1.19,2.936 0.25,0.79 -1.93,1.559 -0.63,2.807 1.15,1.101 1.11,0.908 1.44,1.3 0.31,0.377 -0.16,1.255 0.1,1.992 0.1,0.279 1.04,0.259 1.18,0.3 0.77,0.229 0.34,1.455 0.4,1.912 0.1,0.925 0.38,1.521 0.51,2.452 0.18,1.261 0.57,1.99 1.01,3.124 0.49,1.235 0.97,2.723 0.36,3.928 -0.28,-0.179 -0.57,-0.347 -0.86,-0.504 0.22,0.482 1.91,2.378 1.33,2.863 -0.62,0.518 -1.46,-0.407 -1.48,-0.991 -0.13,0.782 -0.72,1.467 -1.22,0.432 -0.52,-1.09 0.11,-2.463 0.1,-3.6 -0.68,0.336 0.1,1.023 -0.72,1.655 0.18,-0.762 -0.31,-1.49 0.1,-2.231 -1.36,1.037 -0.12,4.393 -0.36,5.832 -0.31,-0.952 0.1,-2.487 -0.86,-3.168 0,0.104 0.24,2.674 -0.19,2.39 -0.14,-0.182 -0.26,-0.372 -0.37,-0.571 -0.82,-1.163 -0.1,1.727 -0.81,-0.451 0.33,0.515 0.35,1.043 0.1,1.584 -0.99,-0.893 -0.96,-2.817 -1.08,-4.032 -0.18,-1.87 -1.66,-1.511 -2.23,-3.024 0.24,1.516 2.71,1.223 1.55,3.164 -1.31,2.187 -2.53,3.078 -5.01,3.821 -1.31,0.395 -3.11,1.083 -3.4,2.617 -0.2,1.043 0.78,4.454 1.6,5.23 -0.5,0.391 -1.29,0.792 -1.53,1.425 -0.37,0.965 0.57,1.04 -0.58,1.957 -1.38,1.093 -1.9,3.2 -3.58,1.011 0.24,0.823 1.2,1.219 1.88,1.584 -2.1,1.051 -4.35,2.116 -6.7,2.447 0.74,-0.404 0.95,-2.2 -0.22,-1.795 -1.21,0.415 -2.27,2.151 -1.87,3.379 0.15,-0.464 1.26,-2.003 1.66,-1.224 -0.73,0.21 -1.86,2.127 -2.56,2.812 -1.58,1.537 -2.38,3.412 -3.47,5.302 -1.11,1.912 -2.42,3.809 -4.49,4.753 -1.78,0.81 -1.99,3.182 -3.74,3.981 1.16,0.699 -4.47,3.328 -5.1,3.893 -0.61,0.552 -1.26,1.356 -1.58,2.116 -0.52,1.227 1.12,1.539 0.57,2.94 -1.09,2.774 -4.37,2.534 -6.77,2.653 -0.98,0.05 -1.09,0.753 -1.31,1.585 -0.24,0.908 -1.21,2.523 -1.14,3.373 -0.77,-0.384 -0.79,-1.166 -1.08,-1.872 0.32,0.813 -0.18,1.566 -0.43,2.304 0.54,-2.436 -2.99,-1.055 -3.62,0.126 -0.92,1.731 -2.1,4.379 -1.42,6.31 0.56,1.588 1.21,3.312 1.23,4.938 0,2.786 0.59,4.997 1.36,7.707 -0.23,-0.468 -1.35,-2.709 -1.23,-0.864 -0.64,-1.322 -0.62,0.392 -0.13,0.692 0.63,0.384 1.23,0.43 1.66,1.115 0.79,1.256 0.11,4.524 -0.1,5.883 -0.36,2.428 -1.79,4.274 -2.51,6.559 -0.56,1.779 0.28,4.356 -1.02,5.839 0.22,-0.216 0.46,-0.407 0.72,-0.575 0.81,0.945 0.82,2.296 0.81,3.468 0,1.925 0.42,3.827 0.35,5.748 -0.51,-0.04 -1.01,-0.11 -1.51,-0.216 1.95,0.629 0,0.318 -0.39,0.225 -0.72,-0.195 -1.78,-0.568 -2.22,0.321 -0.23,0.462 -0.6,1.022 -0.32,1.547 0.41,0.785 -0.75,1.551 -1.11,2.154 -0.71,1.17 -2.09,3.734 -0.1,4.588 0.52,0.222 1.18,0.157 1.69,-0.05 0.37,-0.145 1.12,1.161 1.35,1.365 -1.98,-2.047 -5.28,-0.768 -7.42,0.288 -2.79,1.373 -1.51,3.984 -2.85,6.098 -0.68,1.067 -2.01,1.801 -3.13,2.301 -1.77,0.788 -2.78,0 -4.1,-1.198 -0.61,-0.551 -5.32,-5.521 -3.82,-5.904 -1.32,0.475 -1.84,-2.178 -2.31,-3.294 -0.66,-1.586 -1.38,-3.461 -0.93,-5.202 0.39,0.625 0.55,1.362 0.58,2.088 0.17,-1.735 -0.1,1.671 0.94,1.801 -0.36,-0.947 -0.1,-2.026 -0.51,-2.952 -0.36,-0.792 -1.16,-1.22 -1.22,-2.16 0,1.841 -0.58,0.06 -0.54,-0.339 0.1,-0.932 -0.44,-1.222 -0.87,-2.227 -0.77,-1.789 -1.39,-3.656 -2.07,-5.478 -0.26,-0.686 -4.47,-7.531 -4.23,-7.868 -2.65,-3.262 -4.48,-7.186 -5.4,-11.274 -0.32,-1.454 -0.51,-2.779 -1.03,-4.145 -0.34,-0.906 -0.72,-1.749 -1.09,-2.639 -0.28,-0.671 -1.31,-2.386 -0.11,-1.958 -1.33,-0.445 -1.02,-2.293 -1.73,-3.24 -0.45,-0.602 -2.67,-1.801 -0.79,-2.16 -1.11,0.508 -1.67,-0.82 -1.99,-1.634 -0.25,-0.639 -0.46,-1.303 -0.78,-1.913 -0.32,-0.625 -1.32,-0.914 0,-1.062 -0.63,-0.16 -1.17,-1.061 -1.15,-1.682 0,-0.644 -0.69,-0.842 -1.18,-1.54 -1.2,-1.686 -1.99,-3.696 -2.62,-5.653 -0.44,-1.361 -0.81,-2.789 -0.81,-4.229 0,-1.5 -0.81,-2.901 -1.05,-4.375 -0.22,-1.381 -1,-2.564 -1.42,-3.893 -0.27,-0.869 -1.85,-3.742 -0.41,-3.181 -0.26,-0.332 -2.25,-2.902 -0.5,-1.943 -0.28,-1.054 -1.56,-1.728 -1.08,-2.952 0.24,0.188 0.48,0.38 0.72,0.576 0,-0.615 -0.17,-1.119 -0.65,-1.513 1.04,-0.41 0.49,-1.41 0.29,-2.159 -0.1,0.606 -0.28,1.154 -0.72,1.584 -0.78,-1.255 -0.54,-4.08 1.22,-2.088 -0.29,-0.706 -2.9,-1.151 -2.08,-2.144 0.29,-0.346 -0.92,-1.771 -1.05,-2.212 -0.36,-1.181 -0.4,-2.347 -0.16,-3.557 0.38,-1.892 1.51,-3.871 0.76,-5.808 -0.1,-0.252 -0.61,-3.564 -1.57,-2.337 0.33,-0.868 0.14,-0.893 -0.58,-0.07 0.89,-1.058 -0.64,-1.379 -0.38,-2.159 0.16,-0.506 0.3,-1.048 0.38,-1.575 0.11,-0.768 2.69,-1.252 3.17,-2.169 -1.89,1.415 -6.24,0.316 -3.31,-1.801 -0.99,0.443 -2.16,-0.255 -1.44,-1.367 0.62,-0.952 1.6,0.02 2.23,-0.937 -0.98,0.253 -3.05,-0.107 -3.6,-1.08 -0.1,0.491 -1.03,0.681 -1.01,0.576 -0.1,0.472 0.62,0.548 0.64,1.274 0,0.978 -0.67,1.273 -1.5,1.533 0.19,0.246 0.38,0.486 0.58,0.721 -0.58,-0.154 -1,0.18 -1.16,0.72 2.03,0.629 2.91,1.958 1.57,3.846 -0.47,0.669 -0.21,1.604 -1.13,1.951 -1.12,0.421 -2.13,1.166 -3.15,1.779 -1.8,1.083 -3.85,2.417 -6.03,1.705 -2.2,-0.717 -4.81,-2.778 -6.11,-4.672 -1.94,-2.817 -4.83,-4.587 -7.1,-7.06 -0.6,-0.651 -2.29,-2.866 -0.33,-3.139 0.53,-0.07 0.56,0.949 0.96,1.167 0.77,0.415 2.18,0.09 2.32,-0.904 0.76,1.065 4.25,-0.938 4.96,-1.656 0.62,-0.624 0.5,-1.591 0.94,-2.304 0.47,-0.749 1.67,-1.252 0.65,-2.16 -0.51,0.508 0,1.711 -0.97,1.656 -1.07,-0.06 -1.95,0.148 -2.98,0.5 -0.89,0.3 -1.24,1.124 -2.24,1.076 -1.23,-0.06 -2.45,-0.648 -3.52,-1.204 -1.07,-0.555 -2.28,-1.038 -3.24,-1.745 -0.78,-0.564 -0.83,-1.966 -1.75,-2.296 -3.11,-1.124 0.53,-3.533 1.45,-4.25 -1.66,-0.188 -2.75,2.985 -4.39,2.231 0.32,-0.496 0.34,-1 0.1,-1.517"
           class="landxx in"
           id="path5450"
           inkscape:connector-curvature="0" /><g
           id="g5930"
           style="fill:#900000;fill-opacity:1"><g
             style="fill:#900000;fill-opacity:1"
             id="g3803"><path
               style="fill:#900000;stroke:#000000;stroke-width:0.63596636;stroke-miterlimit:2.02116466;stroke-dasharray:none;stroke-opacity:1;fill-opacity:1"
               d="m 2007.82,593.19 c -0.2,0.342 -0.35,0.237 0,0.72 0,-0.241 0,-0.48 0,-0.72"
               id="path5460"
               inkscape:connector-curvature="0" /><path
               style="fill:#900000;stroke:#000000;stroke-width:0.63596636;stroke-miterlimit:2.02116466;stroke-dasharray:none;stroke-opacity:1;fill-opacity:1"
               d="m 2013.73,624.654 c 0,0.241 0,0.481 0.1,0.721 0,-0.241 0,-0.481 -0.1,-0.721"
               id="path5466"
               inkscape:connector-curvature="0" /><path
               style="fill:#900000;stroke:#000000;stroke-width:0.63596636;stroke-miterlimit:2.02116466;stroke-dasharray:none;stroke-opacity:1;fill-opacity:1"
               d="m 2004.58,605.286 c -0.17,-0.348 -0.36,-0.684 -0.57,-1.009 -0.64,0.526 -1.01,1.558 -0.84,2.368 0.45,2.047 2.1,-0.121 1.41,-1.359"
               id="path5490"
               inkscape:connector-curvature="0" /><path
               style="fill:#900000;stroke:#000000;stroke-width:0.63596636;stroke-miterlimit:2.02116466;stroke-dasharray:none;stroke-opacity:1;fill-opacity:1"
               d="m 2005.16,586.998 c -1.43,1.191 0,4.762 0.14,6.191 -1.79,-0.331 -2.14,5.617 0.22,5.4 -1.05,-0.735 0.1,-0.813 0.1,-1.646 0,-0.994 -0.59,-1.929 -0.25,-2.928 0.25,-0.758 0.91,-1.412 0.76,-2.274 -0.25,-1.347 0.36,-0.445 0.61,-1.675 0.25,-1.239 -1.15,-2.499 -0.85,-3.455 0.29,-0.934 2.06,-2.874 0.23,-3.287 0.75,-0.583 0.62,-1.488 0.1,-2.159 -1.83,1.407 -0.6,3.954 -1.01,5.833"
               id="path5452"
               inkscape:connector-curvature="0" /><path
               style="fill:#900000;stroke:#000000;stroke-width:0.63596636;stroke-miterlimit:2.02116466;stroke-dasharray:none;stroke-opacity:1;fill-opacity:1"
               d="m 2004.51,586.422 c -0.12,0 -0.24,0 -0.36,0 0.1,0.281 0.2,0.546 0.36,0.792 0,-0.264 0,-0.528 0,-0.792"
               id="path5454"
               inkscape:connector-curvature="0" /><path
               style="fill:#900000;stroke:#000000;stroke-width:0.63596636;stroke-miterlimit:2.02116466;stroke-dasharray:none;stroke-opacity:1;fill-opacity:1"
               d="m 2007.1,618.606 c -0.34,0.153 -0.5,0.417 -0.5,0.792 0.81,0.231 0.98,-0.03 0.5,-0.792"
               id="path5456"
               inkscape:connector-curvature="0" /><path
               style="fill:#900000;stroke:#000000;stroke-width:0.63596636;stroke-miterlimit:2.02116466;stroke-dasharray:none;stroke-opacity:1;fill-opacity:1"
               d="m 2006.82,594.702 c 0.16,0.253 0.4,0.396 0.71,0.432 -0.24,-0.144 -0.48,-0.288 -0.71,-0.432"
               id="path5458"
               inkscape:connector-curvature="0" /><path
               style="fill:#900000;stroke:#000000;stroke-width:0.63596636;stroke-miterlimit:2.02116466;stroke-dasharray:none;stroke-opacity:1;fill-opacity:1"
               d="m 2012.29,629.262 c -2.06,0.754 1.87,1.551 0,0"
               id="path5462"
               inkscape:connector-curvature="0" /><path
               style="fill:#900000;stroke:#000000;stroke-width:0.63596636;stroke-miterlimit:2.02116466;stroke-dasharray:none;stroke-opacity:1;fill-opacity:1"
               d="m 2013.29,627.534 c -1.03,0.06 -0.35,1.206 0.1,1.512 -0.23,-0.494 -0.25,-0.997 -0.1,-1.512"
               id="path5464"
               inkscape:connector-curvature="0" /><path
               style="fill:#900000;stroke:#000000;stroke-width:0.63596636;stroke-miterlimit:2.02116466;stroke-dasharray:none;stroke-opacity:1;fill-opacity:1"
               d="m 2014.88,634.446 c -0.6,0.23 -0.74,0.919 -0.43,1.44 0.57,-0.302 0.85,-0.865 0.43,-1.44"
               id="path5468"
               inkscape:connector-curvature="0" /><path
               style="fill:#900000;stroke:#000000;stroke-width:0.63596636;stroke-miterlimit:2.02116466;stroke-dasharray:none;stroke-opacity:1;fill-opacity:1"
               d="m 2016.25,636.39 c -2.67,-1.325 -0.51,2.813 0,3.672 0.8,-1.783 0,-2.11 0,-3.672"
               id="path5470"
               inkscape:connector-curvature="0" /></g><ellipse
             ry="4.2381639"
             rx="4.2401681"
             style="clip-rule:evenodd;opacity:1;fill:#900000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:0.63596636;stroke-miterlimit:2.02116466;stroke-dasharray:none;stroke-opacity:1"
             cy="595.07953"
             cx="2004.8007"
             id="ellipse5879-7" /></g></g><g
         transform="matrix(1.0495375,0,0,1.0490393,16.992948,20.704861)"
         id="g4301"
         class="landxx coastxx cn"
         style="fill:#c0c0c0;fill-rule:evenodd;stroke:#000000;stroke-width:0.63535124;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"><title
           id="title4248">China</title><g
           id="g4293"
           class="landxx coastxx cn cnx"
           style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:0.63535124;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"><title
             id="title4250">China, People's Republic of</title><path
             inkscape:connector-curvature="0"
             id="path4255"
             d="m 2164.14,358.11 c 0.13,-0.588 -0.19,-0.789 -0.73,-0.647 0.22,0.233 0.47,0.448 0.73,0.647"
             style="fill:none;stroke:#000000;stroke-width:0.63535124;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1" /><path
             inkscape:connector-curvature="0"
             id="path4257"
             d="m 2172.92,359.046 c -0.18,-0.227 -0.42,-0.322 -0.72,-0.288 0.24,0.1 0.48,0.192 0.72,0.288"
             style="fill:none;stroke:#000000;stroke-width:0.63535124;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1" /><path
             inkscape:connector-curvature="0"
             id="path4259"
             d="m 2187.75,423.486 c 1.39,0.618 4.44,4.068 6.05,2.377 -0.97,-0.805 -4.8,-3.609 -6.05,-2.377"
             style="fill:none;stroke:#000000;stroke-width:0.63535124;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1" /><path
             inkscape:connector-curvature="0"
             id="path4261"
             d="m 2196.9,455.454 c 0,0.12 0.1,0.239 0.14,0.359 1.25,-0.352 0.13,-1.909 -0.14,-0.359"
             style="fill:none;stroke:#000000;stroke-width:0.63535124;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1" /><path
             inkscape:connector-curvature="0"
             id="path4263"
             d="m 2198.77,438.966 c 0.78,-0.106 1.53,0.388 2.3,0 -0.48,-0.78 -1.96,-1.481 -2.74,-0.72 0.14,0.241 0.29,0.48 0.44,0.72"
             style="fill:none;stroke:#000000;stroke-width:0.63535124;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1" /><path
             inkscape:connector-curvature="0"
             id="path4265"
             d="m 2198.55,436.374 c 0.24,0.353 0.58,0.496 1.01,0.432 -0.1,-0.651 -0.49,-0.832 -1.01,-0.432"
             style="fill:none;stroke:#000000;stroke-width:0.63535124;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1" /><path
             inkscape:connector-curvature="0"
             id="path4267"
             d="m 2200.42,441.702 c 0.14,-0.581 -0.11,-0.653 -0.72,-0.217 0.24,0.07 0.48,0.145 0.72,0.217"
             style="fill:none;stroke:#000000;stroke-width:0.63535124;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1" /><path
             inkscape:connector-curvature="0"
             id="path4269"
             d="m 2177.24,493.542 c 0.19,0.168 0.38,0.336 0.58,0.504 0.95,-1.009 -0.52,-1.44 -0.58,-0.504"
             style="fill:none;stroke:#000000;stroke-width:0.63535124;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1" /><path
             inkscape:connector-curvature="0"
             id="path4271"
             d="m 2191.57,478.062 c 0.72,1.313 0.97,-0.508 0.79,-1.08 -0.28,0.02 -0.54,0.1 -0.79,0.217 0.26,0.216 0.52,0.432 0.79,0.647 -0.27,0.07 -0.53,0.143 -0.79,0.216"
             style="fill:none;stroke:#000000;stroke-width:0.63535124;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1" /><path
             inkscape:connector-curvature="0"
             id="path4273"
             d="m 2187.03,472.95 c 0.48,0.256 0.99,0.472 1.51,0.647 -0.64,0.348 -1.24,-0.07 -1.51,-0.647"
             style="fill:none;stroke:#000000;stroke-width:0.63535124;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1" /><path
             inkscape:connector-curvature="0"
             id="path4275"
             d="m 2181.63,486.27 c -0.21,0.59 0,0.948 0.65,0.864 0.12,-0.492 -0.1,-0.934 -0.65,-0.864"
             style="fill:none;stroke:#000000;stroke-width:0.63535124;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1" /><path
             inkscape:connector-curvature="0"
             id="path4277"
             d="m 2118.49,531.414 c -0.37,0.587 0.36,2.945 0.48,3.602 0.2,1.078 0.14,2.68 0.96,3.526 0.99,1.035 2.67,0.838 3.84,1.544 1.12,0.671 2.88,0.794 4.15,0.76 -0.5,-1.414 1.36,-2.25 1.92,-1.299 -0.38,-0.652 2.03,-2.611 2.42,-2.979 0.56,-0.523 1.26,-3.441 0.41,-3.786 0.93,-0.493 1.86,-2.961 1.66,-3.961 1.87,1.391 0.76,-2.215 0.47,-2.915 -0.48,-1.166 -3.83,-2.401 -2.42,0.25 -0.44,-0.541 -2.64,-1.426 -1.51,0.07 -0.65,-1.897 -2.65,-0.712 -3.24,0.145 -0.55,-1.225 -2.66,-1.066 -3.53,-0.36 0.16,0.268 0.33,0.531 0.51,0.792 -0.86,0.292 -1.4,-0.805 -2.16,-0.576 -1,0.297 -0.51,1.623 0.29,1.8 -1.79,0.494 -2.94,2.206 -4.25,3.385"
             style="fill:none;stroke:#000000;stroke-width:0.63535124;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1" /><path
             inkscape:connector-curvature="0"
             id="path4279"
             d="m 2128.06,517.157 c 0.8,-0.16 1.61,-0.493 2.16,0.36 0.53,-1.499 -1.69,-1.511 -2.16,-0.36"
             style="fill:none;stroke:#000000;stroke-width:0.63535124;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1" /><path
             inkscape:connector-curvature="0"
             id="path4281"
             d="m 2130.01,515.142 c -0.59,0.354 -0.47,0.594 0.36,0.721 -0.12,-0.241 -0.24,-0.481 -0.36,-0.721"
             style="fill:none;stroke:#000000;stroke-width:0.63535124;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1" /><path
             inkscape:connector-curvature="0"
             id="path4283"
             d="m 2139.15,512.046 c 0.39,-0.188 0.6,-0.5 0.65,-0.937 -0.6,0.09 -0.6,0.435 -0.65,0.937"
             style="fill:none;stroke:#000000;stroke-width:0.63535124;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1" /><path
             inkscape:connector-curvature="0"
             id="path4285"
             d="m 2145.13,510.75 c -0.43,0.138 -0.7,0.426 -0.8,0.864 0.58,0.03 0.88,-0.282 0.8,-0.864"
             style="fill:none;stroke:#000000;stroke-width:0.63535124;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1" /><path
             inkscape:connector-curvature="0"
             id="path4287"
             d="m 2146.42,511.902 c 0.1,-0.561 -0.1,-1.065 -0.43,-1.512 0.1,0.527 0.2,1.031 0.43,1.512"
             style="fill:none;stroke:#000000;stroke-width:0.63535124;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1" /><path
             inkscape:connector-curvature="0"
             id="path4289"
             d="m 2149.23,500.382 c 0.1,0.232 1.15,1.647 1.59,1.224 -0.42,-0.521 -0.86,-1.144 -1.59,-1.224"
             style="fill:none;stroke:#000000;stroke-width:0.63535124;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1" /><path
             inkscape:connector-curvature="0"
             id="path4291"
             d="m 2150.31,501.822 c 0.1,0.436 0.1,0.593 0.58,0.721 -0.2,-0.241 -0.39,-0.481 -0.58,-0.721"
             style="fill:none;stroke:#000000;stroke-width:0.63535124;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1" /></g><g
           id="g4299"
           style="stroke:#000000;stroke-width:0.63535124;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"><title
             id="title4295">Macao</title><path
             inkscape:connector-curvature="0"
             id="path4297"
             class="landxx cn mo"
             d="m 2151.1,506.502 c 0.13,-0.08 0.24,0.421 0.15,-0.145 0.12,0.278 0.14,0.566 0.1,0.864 -0.1,-0.239 -0.15,-0.479 -0.22,-0.719"
             style="fill:#c0c0c0;fill-rule:evenodd;stroke:#000000;stroke-width:0.63535124;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1" /></g></g><g
         style="fill:#c0c0c0;fill-rule:evenodd;stroke:#000000;stroke-width:0.63535124;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
         class="landxx coastxx cn"
         id="cn-outline"
         transform="matrix(1.0495375,0,0,1.0490393,16.992948,20.704861)"><g
           style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:0.63535124;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           class="landxx coastxx cn cnx"
           id="cnx"><path
             style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:0.63535124;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
             d="m 1826.53,357.318 c 1.01,0 1.73,-0.506 1.51,-1.584 -0.3,-1.48 -1.02,-1.203 -0.57,-2.765 0.37,-1.264 1.43,-0.818 2.37,-1.195 1.09,-0.439 1.52,-1.982 2.81,-2.016 -0.21,-0.464 -0.26,-0.944 -0.15,-1.44 0.74,0.153 2.24,0.881 2.93,0.265 0.51,-0.462 1.08,-1.231 1.81,-1.333 0.77,-0.106 1.13,1.881 1.65,2.336 0.88,0.773 2.59,-0.276 3.72,-0.178 2.06,0.179 2.21,-2.749 2.45,-4.184 0.19,-1.183 0.73,-1.627 2.02,-1.436 1.63,0.242 3.14,0.273 4.72,-0.08 0.82,-0.183 1.96,0.123 2.64,-0.519 0.74,-0.709 0.61,-2.109 1.32,-2.937 1.77,-2.083 5.24,-2.29 7.3,-3.976 0.83,-0.678 1.26,-1.044 2.31,-1.07 1.36,-0.03 0.99,-0.525 0.58,-1.509 -0.53,-1.253 -0.99,-2.351 -1.61,-3.555 -0.8,-1.576 0.91,-1.927 2,-2.203 -0.42,-0.4 -0.9,-0.712 -1.44,-0.936 0.44,-0.657 1.19,-1.645 2.09,-1.008 0.58,-1.317 -1.02,-1.447 -1.08,-2.542 -0.1,-1.434 -1.51,-2.438 -2.3,-3.506 -1.09,-1.466 -2.24,-2.94 -2.86,-4.677 -0.41,-1.145 0.27,-3.008 -0.81,-3.505 -0.92,-0.419 -4.65,0.02 -3.61,-1.539 0.6,-0.881 2.81,-1.13 3.79,-1.438 1.8,-0.561 3.57,-0.705 5.37,-1.354 1.8,-0.646 2.07,0.26 3.56,0.852 1.18,0.475 2.19,-0.746 3.37,0.08 1.37,0.955 1.39,-0.624 1.11,-1.555 -0.43,-1.395 -2.17,-0.586 -2.87,-1.627 -0.6,-0.89 0,-2.592 0.11,-3.563 0.12,-1.464 -0.24,-3.002 -0.23,-4.479 0,-1.397 0.6,-2.932 0.32,-4.291 -0.34,-1.639 0.51,-2.101 1.96,-1.404 1.22,0.588 2.29,1.147 3.63,1.463 1.75,0.411 3.43,-0.246 5.18,-0.07 1.35,0.134 1.82,1.904 3.06,0.859 0.95,-0.804 2.26,-0.912 3.16,-1.718 1.65,-1.469 -2.46,-5.515 -2.93,-7.1 -0.25,-0.86 -0.44,-3.209 0.42,-3.812 0.83,-0.58 2.04,0.01 2.95,-0.396 2.32,-1.037 2.14,-2.114 1.41,-4.265 -0.48,-1.405 1.13,-1.392 2.05,-1.413 1.01,-0.02 2.52,0.693 4.43,-0.219 0.58,0.546 1.38,1.493 0.91,1.619 -1.25,0.342 1.01,1.337 1.34,1.48 1.66,0.708 0.14,1.305 1.15,1.783 1.41,0.663 3.32,0.693 4.39,1.994 1.2,1.46 4.48,3.168 6.31,2.646 1.9,-0.539 3.77,2.458 4.63,0.989 0.76,0.238 2.81,1.416 3.67,2.24 1.21,1.165 1.81,2.707 3.07,3.804 1.1,0.955 2.53,1.829 3.66,3.243 1.62,2.029 1.46,1.125 1.59,2.292 0.39,3.522 1.98,3.741 1.08,4.985 -1.02,1.398 -0.92,2.834 0.33,4.023 0.86,0.817 1.97,1.966 3.27,2.297 1.61,0.407 3.2,0.627 4.91,0.848 1.6,0.206 3.38,0.523 5,0.643 1.56,0.113 3.05,-0.129 4.61,-0.06 2.92,0.124 5.56,1.729 7.83,2.783 0.79,0.367 1.57,0.679 1.88,0.87 1.98,1.213 2.85,1.601 4.4,2.188 1.12,0.426 2.02,0.248 3.19,0.406 1.51,0.204 0.87,1.418 1.62,2.054 1.31,1.094 2.3,1.189 3.3,2.717 0.8,1.206 1.87,2.363 2.82,3.45 1.11,1.269 2.78,1.962 4.06,3.027 0.89,0.745 0.86,1.802 2.04,1.967 1.43,0.199 3.08,-0.381 4.72,-0.484 2.46,-0.155 7.09,1.299 10.78,1.463 1.82,0.08 3.6,0.483 5.42,0.437 1.74,-0.04 2.95,-1.113 4.73,-0.989 1.89,0.132 3.97,0.679 5.85,0.93 1.62,0.215 3.11,-0.424 5.14,0.631 1.39,0.719 2.33,2.019 3.76,2.558 2,0.751 4.4,1.072 6.57,1.579 3.22,0.752 5.96,2.047 9.99,1.714 1.42,-0.118 1.53,0.352 2.68,1.09 1.17,0.747 4.39,0.533 3.6,0.663 -1.3,0.21 6.66,-4.475 8.38,-4.954 1.22,-0.34 3.29,-1.226 5.12,-1.34 1.98,-0.123 3.79,-0.678 6.22,-0.66 3.13,0.02 6.91,0.637 9.08,-0.783 1.23,-0.802 3.24,-1.227 4.17,-2.334 0.9,-1.06 1.07,-2.676 1.78,-3.848 0.62,-1.029 1.59,-0.785 2.64,-2.026 0.44,-0.521 0.96,-0.811 1.49,-1.383 0.27,-0.299 0.72,-0.136 0.8,-0.476 0.48,-2.063 -4.71,-4.266 -5.96,-5.612 -0.9,-0.962 0.2,-1.502 -0.33,-2.698 -0.68,-1.542 0.27,-3.113 1.69,-3.577 2.04,-0.666 3.46,1.427 9.44,2.7 0.8,0.169 2.87,0.587 3,-0.02 0.29,-1.342 2.01,-1.394 2.6,-2.362 0.54,-0.887 0.5,-1.958 1.17,-2.777 0.63,-0.784 2.36,-0.05 3.2,0.03 2.24,0.216 4.7,-1.182 6,-3.131 0.57,-0.853 -1.12,-1.632 -0.37,-3.233 0.61,-1.3 0.19,-2.433 3.36,-2.121 1.02,0.101 1.67,0.347 1.8,-1.142 0.11,-1.24 1.85,-0.285 2.41,-0.321 0.4,-0.03 1.95,-1.146 2.76,-1.326 0.65,-0.145 1.2,-0.06 1.84,0.01 1.28,0.552 1.99,-0.548 1.83,-0.28 0.5,0 1.6,0.605 2.18,0.718 1.06,0.203 2.06,0.408 3.13,0.3 3.56,-0.358 0.16,-3.342 -1.17,-4.26 -3.96,-2.74 -7.88,-4.902 -11.81,-6.806 -1.84,-0.89 -4.68,-1.544 -5.81,0.628 -1.52,2.944 -3.75,-0.432 -6.04,0 -0.84,0.154 -2.38,-0.02 -3.16,0.128 -1.02,0.19 -1.15,1.57 -2.51,0.806 -0.86,-0.486 -3.99,-2.07 -3.19,-3.417 0.44,-0.759 1.05,-0.733 0.45,-1.679 -0.59,-0.939 -0.6,-1.724 -0.58,-2.786 0.1,-3.197 -0.26,-6.393 -0.51,-9.576 2.37,1.137 4.98,1.107 7.27,2.124 2.61,1.157 2.8,-1.152 4.39,-2.609 1.11,-1.011 3.92,-0.808 4.2,-1.994 0.22,-0.953 -1.52,-1.252 -2.15,-1.911 -0.46,-0.482 -0.24,-1.041 -0.29,-1.599 -0.1,-0.889 0.52,-1.29 0.11,-2.203 -0.25,-0.415 -0.28,-0.851 -0.11,-1.309 0.37,-0.939 -0.17,-1.465 -0.17,-2.388 0,-1.956 -0.95,-3.614 0.91,-4.998 2.08,-1.546 -0.78,-3.225 -1.53,-4.588 -0.67,-1.209 -2.25,-2.199 -3.67,-1.633 -1.27,0.506 -1.87,-0.47 -2.62,-1.299 2.04,-0.689 1.4,-3.951 3.82,-4.419 2.87,-0.557 5.63,-1.657 8.59,-1.494 2.94,0.161 5.39,-1.294 8.25,-0.117 1.03,0.425 3.09,0.69 4.09,1.454 1.42,1.099 3.33,1.034 4.91,1.839 -0.48,-2.136 6.24,0.08 5.96,0.939 -0.23,0.706 2.76,1.456 3.49,1.859 0.57,0.313 0.2,0.721 0.7,1.023 0.79,0.472 1.46,0.89 2.23,1.447 1.5,1.08 3.6,1.932 4.33,3.256 0.61,1.1 1.63,2.058 2.65,2.726 0.93,0.615 1.51,1.691 2.93,2.176 1.47,0.499 2.18,2.369 3.34,3.244 1.31,0.98 2.71,1.882 3.98,2.924 1.08,0.883 1.31,2.163 2.33,3.081 1.14,1.023 2.05,0.662 2.59,2.233 0.88,2.573 4.89,4.803 7.5,4.314 1.11,-0.207 2.7,-0.314 3.7,0.241 1.64,0.908 3.19,1.09 4.89,1.786 -1.29,-2.261 1.99,0.622 2.52,0.648 1.23,0.06 2.74,1.852 3.79,2.462 1.71,0.985 3.24,0.194 4.89,0.85 0.49,0.196 0.25,1.431 0.62,1.881 0.43,0.511 1.3,0.879 1.87,1.203 1.66,0.959 1.34,1.997 1.99,3.474 0.47,1.049 3.79,2.939 4.82,3.394 0.61,0.268 1.26,-0.377 1.94,-0.377 1.02,0 1.86,0.63 2.9,0.504 1.17,-0.143 5.11,0.02 4.7,-1.346 -0.44,-1.446 1.79,-2.528 3.22,-2.375 0.1,0 1.33,0.547 1.41,0.19 0.19,-0.827 0.13,-1.06 1.05,-1.303 0.85,-0.224 2.31,-1.36 3.34,-1.142 0.58,0.122 2.38,0.594 2.77,1.008 -0.1,0.975 0.18,1.771 0.86,2.467 0.99,1.018 3.1,2.236 2.14,3.947 -0.21,0.363 -0.92,0.791 -1.23,1.103 -0.76,0.777 0.38,1.354 0.67,1.985 0.25,0.512 0.12,1.118 0.23,1.658 0.21,0.994 1.11,1.83 1.04,2.881 -0.1,1.237 2.61,3.237 0.54,3.887 1.29,0.941 0.2,1.298 0.26,2.405 0,0.817 1.11,1.416 0.82,2.237 -0.31,0.893 -1.8,0.244 -0.78,2.404 0.28,0.586 0.76,1.262 0.87,1.916 0.16,1.054 -5.54,-0.69 -6.44,-0.893 -0.39,-0.09 -2.85,-1.156 -3.03,-0.816 -0.38,0.751 -0.31,2.102 -1.09,2.556 -0.63,0.364 -1.68,0.515 -2.11,1.014 -0.41,0.479 1.29,1.62 1.51,1.845 2.09,2.168 3.66,4.7 5,7.378 1.12,2.245 3.39,3.689 3.19,6.345 -0.1,1.158 0.55,1.844 -0.79,1.646 -1.13,-0.166 -2.16,0.02 -2.81,1.196 2.14,0.494 3.08,2.424 3.9,3.405 1.14,1.362 -4.44,-2.47 -5.47,-4.013 -0.86,-1.278 -1.98,-1.638 -3.47,-1.553 0.27,0.919 1.73,3.543 1.14,4.44 -0.46,0.697 -1.81,-0.02 -2.44,0.511 -0.92,0.783 0.76,2.395 -1.26,2.91 -1.81,0.461 -3.7,0.03 -5.5,0.492 0.94,1.282 4.41,2.772 4,4.537 -0.21,0.943 -4.35,0.308 -5.31,0.16 -0.9,-0.136 -1.83,-0.332 -2.63,-0.794 -0.92,-0.542 -1.82,-2.126 -3.04,-1.989 -0.64,0.07 -0.75,0.804 -1.52,0.82 0.1,1.637 0.19,2.52 -0.35,4.097 -0.24,0.696 -0.35,1.874 -0.99,2.348 -0.32,0.242 -1.85,0.302 -1.76,0.846 0.13,0.707 -0.51,0.611 -0.83,1.134 -0.37,0.339 -0.79,0.548 -1.29,0.627 -0.44,0.223 -0.87,1.265 -1.12,1.342 -1.57,0.475 -2.78,2.191 -2.76,3.948 0,2.069 -3.14,2.139 -4.29,0.925 0.16,1.093 -1.36,0.969 -2.02,0.935 0.27,0.8 -0.45,0.95 -1.05,1.051 -1.25,0.208 -2.15,1.162 -3.12,1.901 -0.97,0.731 -1.63,1.039 -1.75,2.361 -0.1,0.963 -1.2,0.872 -0.92,1.814 -0.48,-0.331 -1.01,-0.475 -1.58,-0.432 0.77,1.04 -2.59,3.581 -3.34,1.122 -0.39,-1.283 2.09,-1.258 2.43,-1.631 0.5,-0.541 -0.14,-0.989 -0.2,-1.529 -0.1,-0.674 0.99,-1.027 1.32,-1.49 -2.24,0.992 -3.4,-0.533 -5.4,-0.864 0.36,-0.508 0.9,-0.885 1.52,-1.008 -1.26,-1.89 -0.37,-1.584 1.03,-2.981 0.64,-0.641 0.9,-2.553 0.98,-3.427 0.27,-3.147 -4.59,-2.48 -4.97,-5.256 0.23,1.828 -1.65,1.03 -2.62,0.683 -1.22,-0.439 -3.85,0.943 -1.98,1.693 -1.42,0.278 -2.26,2.466 -2.14,3.806 0.1,1.104 -3.16,2.316 -3.91,2.818 -0.72,0.485 -1.39,0.841 -1.8,1.656 -0.67,1.33 0.63,1.988 0.31,3.008 -0.76,2.419 -2.8,1.608 -4.61,2.711 -1.23,0.755 -2.52,-1.225 -3.88,-0.969 -1.97,0.372 -0.98,3.598 -0.53,4.819 0.79,2.137 3.2,2.92 4.92,4.124 0.54,0.38 1.83,0.521 2.45,0.277 1.02,-0.403 1.26,1.076 2.13,1.221 0.24,-0.504 0.24,-1.008 0,-1.512 1.46,0 3.46,1.464 4.14,2.754 0.95,1.778 -0.39,3.495 1.55,4.988 1.31,1.002 2.9,1.273 4.48,1.019 1.12,-0.18 2.47,-0.795 1.2,-1.921 0.61,-0.36 3.48,-2.736 1.37,-2.735 1.21,0.226 2.32,-0.839 3.41,-1.168 1.03,-0.312 2.69,0.764 3.31,1.517 0.53,0.656 0.99,0.578 1.73,0.354 0.43,-0.128 0.95,0.731 1.17,0.952 1,1.013 2.68,-0.478 3.7,0.576 0.11,-0.306 0.21,-0.617 0.29,-0.936 1.52,1.073 3.64,0.273 5.11,1.368 -0.27,0.138 -0.53,0.282 -0.79,0.432 1.59,1.29 -0.82,1.652 0.69,2.726 0.6,0.431 0.52,1.086 -0.27,1.402 -1.32,0.522 -1.45,-0.681 -2,-1.464 -0.17,0.375 -0.36,0.735 -0.58,1.08 -0.16,-1.083 -0.84,-0.768 -1.45,-0.219 -0.35,0.317 -2.86,2.111 -1.43,0.58 -0.82,0.528 -2.3,1.925 -3.22,2.092 -0.65,0.118 -2.21,-0.751 -1.82,0.571 1.06,-0.93 2,0.46 1.37,1.44 -0.31,-0.759 -1.2,-0.81 -1.37,0.07 -0.15,0.748 0.68,1.184 0.54,1.955 -0.1,0.353 -1.15,0.857 -1.47,0.781 -1.02,-0.242 -0.59,-1.434 -1.45,-1.872 0.97,1.394 -0.39,0.234 -1.15,0.36 0,0.938 1.18,2.255 2.16,2.232 -2.04,0.308 -0.86,3.904 -3.31,3.312 0,0.97 -0.19,3.019 -0.69,3.858 -0.84,1.396 -0.14,2.315 0.26,3.702 1.03,-0.984 2.69,0.42 3.52,1.03 1.63,1.204 3.53,1.648 5.34,2.476 1.43,0.649 1.95,2.793 2.8,3.981 1.28,1.8 2.49,3.883 4.14,5.363 1.13,1.02 2.24,2.55 2.34,4.084 0.12,1.822 2.88,2.08 4.2,2.665 1.15,0.513 0.64,1.196 1.2,2.072 0.43,0.673 1.14,0.674 1.81,1.009 1.09,0.552 3.54,1.767 2.8,3.383 -1.56,-0.431 -3.28,-1.986 -4.99,-1.5 -2.28,0.653 -2.2,-0.978 -4.15,-1.704 -1.96,-0.729 -2.81,1.764 -4.46,0.86 -0.81,-0.447 -1.27,-1.21 -1.79,-1.946 -0.65,-0.913 -1.58,-0.861 -2.46,-1.397 0.44,0.342 0.61,0.933 0.35,1.439 0.4,-0.467 0.84,-0.491 1.3,-0.07 -0.27,-0.206 -0.54,-0.422 -0.79,-0.647 0.87,-0.327 2.64,1.974 0.94,1.224 1.17,0.782 2.53,2.522 4.16,1.779 0.66,-0.299 0.58,-0.936 1.42,-0.892 0.72,0.04 1.65,0.357 2.11,0.943 0.29,0.364 0,0.808 0.44,1.05 0.8,0.396 1.73,0.514 2.56,0.837 1.79,0.699 3.33,2.311 5.06,3.217 0.95,0.5 3.02,2.487 2.96,3.689 0,0.558 -1.2,0.345 -1.52,0.374 -1.22,0.111 -1.88,1.114 -2.79,1.787 -0.6,0.449 -1.34,0.681 -1.47,1.47 -0.1,0.351 -0.13,1.203 -0.64,1.234 -0.87,0.05 -1.37,-0.79 -2.35,-0.41 -0.83,0.319 -1.44,1.066 -2.1,1.625 0.46,-0.227 2.2,-1.662 2.7,-1.309 0.96,0.671 0.98,2.494 2.42,2.461 -0.3,-0.19 -0.62,-0.358 -0.94,-0.504 1.71,0.259 2.77,-1.77 4.41,-1.299 1.14,0.324 1.7,1.249 2.47,2.034 0.93,0.932 2.97,1.134 4.21,1.425 -0.85,0.398 -1.22,1.041 -1.8,1.728 -0.2,0.365 -0.44,0.701 -0.72,1.008 -0.44,0.341 -1.02,0.16 -1.44,0.576 0.14,0.279 0.33,0.519 0.57,0.72 0.44,-0.63 1.29,-1.51 2.09,-0.792 -0.42,-0.422 -0.34,-1.564 0.49,-1.112 0.92,0.503 0.12,1.281 0.56,2.019 0,0.01 0.88,2.443 0,1.839 -0.52,-0.336 -0.47,-1.201 -0.93,-1.594 0.11,0.474 0.19,0.954 0.22,1.44 -0.61,0.16 -1.02,-0.226 -1.15,-0.793 0.26,1.335 -0.12,0.488 -0.44,0 -0.13,0.58 -0.37,1.108 -0.72,1.584 0.93,-0.188 2.31,0.694 2.45,1.656 -0.43,-0.452 -0.76,-0.404 -1,0.145 0.76,-0.05 1.62,1 0.76,1.527 -1.07,0.653 -2.58,-0.628 -3.5,-1.023 0.49,0.386 0.78,1.199 1.37,1.439 0.83,0.339 1.4,-0.346 1.92,0.678 0.24,0.489 1.59,1.726 0.92,2.326 -0.61,0.545 -1.38,0.506 -1.04,1.604 -0.94,-0.432 -0.99,-1.689 -1.95,-2.088 -0.27,0.476 -0.3,0.574 -0.79,0.792 1.43,0.192 -0.69,4.439 -3.02,1.584 0.31,1.05 2.63,0.847 2.33,2.06 -0.27,1.044 -1.33,2.938 0,3.629 -0.73,0.343 -0.72,0.813 -0.61,1.503 0.22,1.489 -1.03,-0.07 -0.61,0.944 -0.49,-0.425 -0.97,-0.857 -1.44,-1.296 0,0.52 2.52,2.313 0.43,1.872 0.37,0.854 -0.29,1.634 -1.08,1.872 0.87,1.215 1.52,3.375 -1.01,2.736 0.76,-0.314 1.12,-1.102 0.79,-1.872 -0.34,0.273 -0.61,0.609 -0.79,1.008 -0.48,-0.35 -0.86,-0.859 -1.01,-1.44 -0.3,0.532 -0.84,0.854 -1.44,0.576 0.37,0.412 0.52,0.892 0.44,1.44 1.18,-0.533 2.55,1.533 0.86,1.368 0.1,0.889 1.17,1.366 1.44,0.288 0.89,0.921 -0.1,0.879 -0.71,1.476 -0.62,0.614 -0.94,1.462 -1.23,2.268 -0.78,-0.725 -1.96,-1.135 -2.96,-1.439 0.78,0.489 1.26,1.863 2.37,1.678 1.1,-0.184 1.48,-1.331 2.39,0.05 -0.74,0.305 -0.47,1.511 -0.71,2.274 -0.38,1.26 1.57,1.3 1.14,2.622 -0.23,-0.96 -0.49,-0.96 -0.8,0 -0.45,-0.693 -1.09,-1.283 -1.87,-1.584 -0.1,0.605 -0.4,1.138 -0.93,1.439 0.52,0.284 1.84,0.466 1.62,1.368 -0.31,1.301 -1.33,-0.572 -1.33,1.081 -0.16,-0.745 -0.88,-2.033 -1.66,-0.936 0.99,0.349 0.13,1.819 1.29,1.871 -0.26,0.797 -1.94,2.021 -1.94,0.648 -0.79,0.634 -0.61,0.804 0,1.225 0.82,0.524 0.12,1.773 -0.27,2.303 -0.42,-0.417 -0.83,-0.85 -1.22,-1.296 -0.25,0.948 -1.49,1.549 -2.01,0.432 -0.55,0.792 -1.89,0.292 -1.08,1.439 -0.55,-0.16 -1.1,-0.185 -1.66,-0.07 0.5,0.548 1.23,0.756 1.94,0.504 -0.14,0.576 0.14,0.915 0.72,0.936 -0.2,0.532 -0.69,0.53 -1.06,0.852 -0.58,0.504 -0.2,1.465 -1.1,2.028 0.32,-0.699 0.1,-0.963 -0.65,-0.792 0.29,0.776 -0.2,1.466 -0.21,2.232 -0.1,-1.453 -1.53,0.07 -2.3,0.07 -0.16,0.181 -0.73,2.691 -1.51,1.928 -0.69,-0.671 -1.15,-1.02 -1.28,0.238 -0.15,1.383 -0.8,1.709 -2.18,1.506 0.83,0.319 1.86,0.299 2.09,1.368 -0.93,-1.134 -0.86,0.632 -1.52,-0.07 -0.29,0.879 0.23,2 -0.93,2.352 -0.76,0.23 -2.07,0.524 -2.81,0.1 1.08,1.145 -3.09,1.725 -2.16,-0.07 -0.63,0.703 -1.45,0.408 -2.16,0.07 0.14,0.614 1.79,1.431 1.35,2.18 -0.27,0.459 -0.88,0.07 -1.15,-0.112 -0.83,-0.567 -1.6,-0.478 -1.5,-1.492 -0.45,0.613 -2.1,1.616 -2.66,1.225 1.27,0.444 0.44,1.417 -0.32,1.206 -0.9,-0.247 -0.87,-1.328 -0.26,-1.854 -0.85,0 -1.62,0.442 -2.08,1.152 0.96,0.175 -0.1,1.161 1,1.439 -0.21,0.191 -0.45,0.335 -0.72,0.433 -0.46,-1.546 -4.01,-1.408 -4.82,-0.144 -0.1,-2.108 -2.74,-2.657 -2.45,-4.896 -0.29,1.435 -0.25,0.578 -0.86,0.07 0.48,-0.806 1.3,-0.942 2.16,-0.792 -1.11,-0.776 -2.05,0.79 -3.17,0.288 1.6,0.643 -0.1,1.884 -1.15,1.512 0.4,0.162 1.91,0.723 1.99,1.209 -0.16,0.127 -0.34,0.132 -0.55,0.01 0.9,0.596 3.06,3.477 2.16,4.752 -0.96,1.352 -2.99,-2.558 -3.46,-3.096 -0.1,1.289 1.49,2.443 2.09,3.456 -0.53,0.124 -0.93,0.536 -1.01,1.08 -0.53,-0.263 -0.93,-0.754 -0.93,-1.368 -1.31,0.601 0,2.088 -0.8,2.952 -0.99,-1.274 -1.71,-0.249 -2.37,0.659 -0.45,0.614 -2.03,-0.696 -1.15,-1.523 -0.62,0.242 -1.01,-0.06 -0.94,-0.72 -0.12,0.836 0.49,1.699 0.23,2.535 -0.33,1.053 -3.06,-0.858 -3.62,-1.023 1.3,1.643 -0.42,0.888 -1.36,0.937 1.63,0.642 -0.74,3.095 -1.8,1.584 -0.17,0.543 -0.53,1.08 -1.08,1.296 0.54,-1.099 -0.8,-0.431 -1.54,-0.258 -0.91,0.215 -2.2,0.511 -2.78,1.338 0.16,-0.412 0.38,-0.796 0.64,-1.152 -0.6,0.419 -1.07,1.143 -0.64,1.872 -1.56,0.47 -1.01,-0.642 -1.95,-1.368 -0.37,0.821 0.74,1.358 0,2.098 -0.51,0.521 -1.63,1.054 -1.17,2 0.26,0.541 1.03,0.569 1.52,0.739 0.69,0.236 0.48,1.775 -0.1,0.132 0.11,1.264 1.87,1.922 1.77,3.179 -0.15,2.118 -3.03,1.08 -4.22,1.646 0.1,-0.728 -0.78,-1.891 0.51,-1.224 -0.26,-1.223 -2.46,-0.976 -1.59,-2.664 -1.01,0.135 -0.38,-1.312 -1.22,-1.403 -0.54,-0.06 -0.69,-2.074 -0.34,-2.446 0.71,-0.733 -0.17,-1.243 0.8,-1.835 1.5,-0.91 -0.61,-1.433 -1.18,-1.947 0.13,0.259 0.25,0.523 0.36,0.792 -1.11,0.239 -1.67,-1.411 -2.16,-2.088 -0.35,0.597 -0.1,1.159 0.5,1.439 -0.42,0.47 -1.83,1.701 -2.37,0.72 -0.88,2.021 -1.07,-1.031 -1.52,-1.368 -0.52,-0.396 -2.39,0.438 -1.29,-1.079 -0.26,-0.09 -0.52,-0.164 -0.79,-0.217 -0.1,0.526 0.1,1.007 0.36,1.44 -0.88,-0.133 -1.29,-1.798 -2.16,-1.584 0.4,-0.506 0.22,-0.998 -0.36,-1.224 -0.23,0.514 -0.45,1.241 -0.58,0.216 -0.19,1.061 1.43,1.72 0.83,2.802 -0.29,0.52 -1.28,-0.689 -1.69,-0.642 0.28,0.621 0,1.202 -0.58,1.512 0,-0.646 -1.68,-0.958 -2.53,-1.21 -1.82,-0.541 -2.79,1.266 -3.16,-0.158 -0.24,0.145 -0.48,0.289 -0.72,0.433 -0.69,-1.049 -1.7,-0.904 -2.51,-1.562 -0.39,-0.327 -0.19,-0.556 -0.42,-0.951 -0.23,-0.383 -1.48,-1.122 -2.47,-0.656 -0.61,-1.915 -1.66,-3.36 -1.65,-5.327 1.71,0.602 0.93,-3.704 -1.66,-2.522 -1.04,0.476 -1.3,-0.286 -2.1,-0.682 -0.96,-0.479 -1.38,0.419 -2.61,-0.09 -2.14,-0.894 -2.99,-1.84 -4.22,-3.541 -0.52,1.212 -1.98,1.35 -2.9,2.115 -0.59,0.489 0.51,1.469 -0.23,2.215 -0.61,0.615 -4.36,2.439 -3.99,0.421 -1.3,0.05 -1.62,3.093 -2.08,2.801 -0.66,-0.416 -1.2,-1.08 -1.73,-1.64 -1.14,-1.191 -1.06,0.1 -1.45,1 -1.39,-1.609 -1.58,-1.957 -2.67,0.06 -1,1.853 -2.42,-0.119 -3.37,-0.912 -2.08,-1.721 -2.38,0.745 -3.2,2.123 -0.51,0.851 -1.11,-0.08 -1.67,-0.06 -0.38,0.01 -0.84,0.07 -1.21,0.183 -0.49,0.147 -0.37,-0.665 -0.8,-0.665 -1.88,0 -0.97,3.637 -0.5,4.332 0.53,0.788 1.2,1.542 1.49,2.466 0.2,0.292 0.39,0.594 0.55,0.907 0.1,0.526 -0.37,0.984 -0.36,1.512 0,0.559 1.19,1.735 0.65,2.231 -0.71,0.671 -1.54,-0.849 -2.43,-0.58 -1.36,0.412 -1.52,0.51 -2.07,-0.894 -0.48,-1.208 -1.23,-2.381 -1.33,-3.71 -1.21,0.905 -3.31,3.439 -4.91,2.403 -0.77,-0.495 -0.94,0.651 -1.59,0.517 -0.65,-0.139 -0.86,-1.588 -0.56,-2.056 -2.51,-0.03 -0.66,-2.502 -2,-3.164 -1.47,-0.726 -3.27,-0.632 -4.81,-0.416 -1.98,0.279 -0.41,-2.579 -0.29,-3.276 0.19,-1.027 -1,-3.95 0.91,-3.873 -0.51,-1.516 -1.48,-1.656 -2.95,-1.656 -1.93,0 -1.76,-1.575 -2.56,-2.81 -0.1,-0.113 -0.75,-0.859 -0.62,-1.048 0.68,-0.969 -0.69,-1.633 -1.1,-2.352 -0.69,-1.208 1.05,-1.728 0.75,-2.933 -1.74,1.29 -3.91,-0.35 -5.73,0.67 -0.42,0.235 -2.88,2.182 -3.3,1.844 -0.88,-0.692 0,-1.415 0.33,-2.125 0.28,-0.704 -0.2,-1.825 -0.59,-2.406 -0.59,-0.902 -0.95,-0.782 -1.18,-2.076 -0.17,-0.962 0.24,-1.66 1.26,-1.739 -0.77,-1.271 -0.1,-2.268 -0.14,-3.6 1.68,1.526 1.8,-2.423 1.95,-2.952 2.47,0.178 0.69,-0.879 2.3,-2.088 0.25,-0.19 1.14,0.313 1.2,-0.125 0.11,-0.877 -0.99,-1.52 -1.27,-2.251 1.48,0.577 0.72,-2.089 0.72,-2.819 0,-1.588 -0.37,-3.434 -0.91,-4.924 -0.42,-1.186 -0.43,-2.501 -1.1,-3.565 -0.52,-0.827 -1.15,-1.735 -2.46,-2.372 0.29,0.575 0,1.025 -0.57,1.225 -0.52,-1.038 -1.49,-2.083 -1.82,-3.177 -0.3,-0.966 -0.26,-1.795 -1.07,-2.517 -1.32,-1.195 -3.38,-1.667 -4.53,-2.947 -0.1,0.766 -0.54,2.147 -0.61,2.636 0,0.223 -0.31,0.378 -0.39,0.527 -0.22,0.176 0.1,-0.285 -0.74,-1.069 -0.87,-0.853 -1.34,0.08 -2.21,-0.316 -0.79,-0.36 -1.77,-1.067 -2.67,-1.058 -0.84,0 -1.16,1.08 -2.06,0.722 -0.64,-0.256 -0.11,-1.178 0.1,-1.534 0.31,-0.561 0.92,-1.14 1.08,-1.757 0.25,-0.991 -1.57,-1.444 -1.2,-2.688 -0.64,0.183 -1.32,1.063 -2.04,0.896 -1.63,-0.372 0.18,-1.874 0.74,-2.119 -0.65,-0.59 -1.53,-1.384 -2.25,-1.898 -0.71,-0.51 -2.81,1.07 -3.4,1.479 -0.6,0.421 -0.3,1.354 -0.88,1.747 -0.51,0.352 -1.45,-0.1 -1.9,-0.285 -0.17,-0.07 -2.31,-1.381 -1.43,-0.324 -0.66,-0.386 -1.68,-1.178 -2.38,-1.368 -0.82,-0.219 -1.45,0.463 -2.24,0.932 -1.15,0.674 -1.76,1.938 -2.6,2.913 -1.06,1.237 -2.09,1.208 -3.58,1.468 -1.64,0.287 -1,1.398 -1.72,2.413 -0.66,0.932 -2.27,1.351 -2.56,2.457 -0.37,1.444 -0.39,2.501 -2.34,2.571 -1.26,0.04 -2.18,0.82 -3.41,0.655 -0.46,-0.06 -1.21,0.111 -1.5,-0.05 -0.28,-0.162 -0.1,-0.66 -0.12,-1.158 0,-0.887 -2.28,-1.396 -3.05,-1.38 -1.19,0.02 -0.81,1.43 -2.54,0.269 -2.12,-0.07 -3.28,-0.105 -4.01,-0.472 -1.13,-0.568 0,-1.42 -1.15,-1.757 -1.43,-0.428 -2.65,-0.204 -3.92,0.64 -1.33,0.887 -2.13,2.97 -2.82,4.399 -0.52,1.086 -1.85,2.129 -1.94,3.32 -2.72,-2.093 -0.72,-3.726 -1.26,-5.265 -0.84,-2.444 -3.52,-0.559 -5.39,-0.432 0,0.265 0.1,0.529 0.14,0.792 -1.62,-0.471 -3.92,0.134 -5.64,0.1 -1.56,-0.03 -2.55,-0.629 -3.99,-1.358 -0.51,-0.254 -1.36,-0.798 -1.96,-0.538 -0.54,0.231 -0.19,1.092 -0.76,1.196 -0.87,0.158 -2.58,-1.083 -2.63,-1.99 -0.2,0.17 -0.25,3.128 -0.98,1.9 -0.75,-1.25 -2.36,-1.987 -2.84,-3.412 -0.25,1.163 -4.16,0.677 -4.44,-0.35 -0.15,-0.549 0.41,-1.516 0,-1.97 -0.46,-0.47 -1.84,0.586 -2.64,0.109 -1.26,-0.759 -4.11,-1.713 -4.61,-3.198 -0.62,-1.828 -2.5,-3.829 -4.43,-1.906 -0.69,0.693 -2.92,-2.281 -3.28,-2.709 -0.98,-1.178 -2.93,-1.425 -4.39,-2.314 -2.27,-1.385 -4.3,-2.924 -6.26,-4.674 -0.74,-0.669 -1.77,-0.57 -2.67,-0.859 -0.96,-0.312 -0.97,0.918 -2.02,0.519 0.4,2.62 -1.08,2.951 -2.6,1.276 -1.37,-1.499 -3.09,-2.199 -4.99,-2.717 -0.4,-0.11 -1.34,-0.228 -1.63,-0.574 -0.44,-0.535 0.38,-1.397 -0.58,-1.777 -0.72,-0.288 -1.08,-0.372 -1.71,-0.95 -1.08,-0.991 -1.79,-0.278 -2.94,-0.618 -1.74,-0.512 -2.45,-2.387 -3.61,-3.53 -1.17,-1.154 -2.44,2.119 -3.18,-0.185 -0.26,-0.811 0.1,-1.633 -0.43,-2.391 -0.49,-0.767 -0.68,-1.395 -0.83,-2.28 -0.16,-0.952 -1.11,-1.532 -1.77,-2.119 -0.97,-0.868 -0.75,-2.201 -1.57,-3.143 1.96,-1.462 2.34,-0.396 3.47,0.955 0.56,0.666 1.4,0.783 1.85,0.04 0.56,-0.933 1.52,-0.859 2.12,-1.67 0.73,-1 -0.26,-1.977 -0.84,-2.669 -0.47,-0.55 -0.23,-2.059 -0.8,-2.231 -2.35,-0.708 -2.2,-0.544 -3.87,-2.239 -1.89,-1.912 -2.12,-5.35 -2.05,-5.82 0,-0.235 2.53,-0.973 0.42,-1.652 -1.83,-0.587 -3.25,-2.005 -4.97,-3.04 -2.36,-1.428 -1.61,-4.729 -5.53,-7.026 -2.32,0.102 -9.32,-0.379 -9.46,-3.731 -0.69,0.177 -1.68,1.287 -2.42,0.624 -0.57,-0.515 -2.1,-1.422 -2.41,-2.09 -0.27,-0.613 -0.2,-1.835 -0.39,-2.548 -0.26,-0.982 -0.74,-1.771 -1.49,-2.466 -1.05,-0.978 -2.85,-0.431 -3.5,-1.433 -0.71,-1.084 -3.01,-2.396 -3.9,-0.799 -0.72,-1.738 -2.72,-0.458 -3.4,-1.724 -0.9,-1.672 2.24,-0.966 2.69,-1.048 1.88,-0.339 1.14,-2.083 0.1,-2.739 -0.9,-0.557 -0.48,-0.849 -0.51,-1.724 0,-0.391 -0.68,-1.565 -0.86,-1.984 -0.26,-0.592 -0.98,-0.656 -1.21,-1.316 -0.28,-0.774 0,-1.605 -0.18,-2.395 -0.3,-1.457 -2.74,-1.856 -3.94,-2.119 -1.6,-0.351 -2.73,1.78 -3.94,0.249 -0.4,-0.495 -2.06,-2.758 -0.45,-2.768 -0.52,-0.724 -1.21,-1.279 -1.84,-1.901 -0.61,-0.612 -0.36,-1.685 -0.62,-2.426"
             class="landxx cn cnx"
             id="path2708"
             inkscape:connector-curvature="0" /><path
             style="fill:none;stroke:#000000;stroke-width:0.63535124;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
             d="m 2164.14,358.11 c 0.13,-0.588 -0.19,-0.789 -0.73,-0.647 0.22,0.233 0.47,0.448 0.73,0.647"
             id="path2726"
             inkscape:connector-curvature="0" /><path
             style="fill:none;stroke:#000000;stroke-width:0.63535124;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
             d="m 2172.92,359.046 c -0.18,-0.227 -0.42,-0.322 -0.72,-0.288 0.24,0.1 0.48,0.192 0.72,0.288"
             id="path2730"
             inkscape:connector-curvature="0" /><path
             style="fill:none;stroke:#000000;stroke-width:0.63535124;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
             d="m 2187.75,423.486 c 1.39,0.618 4.44,4.068 6.05,2.377 -0.97,-0.805 -4.8,-3.609 -6.05,-2.377"
             id="path2740"
             inkscape:connector-curvature="0" /><path
             style="fill:none;stroke:#000000;stroke-width:0.63535124;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
             d="m 2196.9,455.454 c 0,0.12 0.1,0.239 0.14,0.359 1.25,-0.352 0.13,-1.909 -0.14,-0.359"
             id="path2744"
             inkscape:connector-curvature="0" /><path
             style="fill:none;stroke:#000000;stroke-width:0.63535124;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
             d="m 2198.77,438.966 c 0.78,-0.106 1.53,0.388 2.3,0 -0.48,-0.78 -1.96,-1.481 -2.74,-0.72 0.14,0.241 0.29,0.48 0.44,0.72"
             id="path2748"
             inkscape:connector-curvature="0" /><path
             style="fill:none;stroke:#000000;stroke-width:0.63535124;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
             d="m 2198.55,436.374 c 0.24,0.353 0.58,0.496 1.01,0.432 -0.1,-0.651 -0.49,-0.832 -1.01,-0.432"
             id="path2750"
             inkscape:connector-curvature="0" /><path
             style="fill:none;stroke:#000000;stroke-width:0.63535124;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
             d="m 2200.42,441.702 c 0.14,-0.581 -0.11,-0.653 -0.72,-0.217 0.24,0.07 0.48,0.145 0.72,0.217"
             id="path2752"
             inkscape:connector-curvature="0" /><path
             style="fill:none;stroke:#000000;stroke-width:0.63535124;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
             d="m 2177.24,493.542 c 0.19,0.168 0.38,0.336 0.58,0.504 0.95,-1.009 -0.52,-1.44 -0.58,-0.504"
             id="path2734"
             inkscape:connector-curvature="0" /><path
             style="fill:none;stroke:#000000;stroke-width:0.63535124;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
             d="m 2191.57,478.062 c 0.72,1.313 0.97,-0.508 0.79,-1.08 -0.28,0.02 -0.54,0.1 -0.79,0.217 0.26,0.216 0.52,0.432 0.79,0.647 -0.27,0.07 -0.53,0.143 -0.79,0.216"
             id="path2742"
             inkscape:connector-curvature="0" /><path
             style="fill:none;stroke:#000000;stroke-width:0.63535124;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
             d="m 2187.03,472.95 c 0.48,0.256 0.99,0.472 1.51,0.647 -0.64,0.348 -1.24,-0.07 -1.51,-0.647"
             id="path2766"
             inkscape:connector-curvature="0" /><path
             style="fill:none;stroke:#000000;stroke-width:0.63535124;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
             d="m 2181.63,486.27 c -0.21,0.59 0,0.948 0.65,0.864 0.12,-0.492 -0.1,-0.934 -0.65,-0.864"
             id="path2736"
             inkscape:connector-curvature="0" /><path
             style="fill:#ffc0c0;stroke:#000000;stroke-width:0.63535124;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1;fill-opacity:1"
             d="m 2118.49,531.414 c -0.37,0.587 0.36,2.945 0.48,3.602 0.2,1.078 0.14,2.68 0.96,3.526 0.99,1.035 2.67,0.838 3.84,1.544 1.12,0.671 2.88,0.794 4.15,0.76 -0.5,-1.414 1.36,-2.25 1.92,-1.299 -0.38,-0.652 2.03,-2.611 2.42,-2.979 0.56,-0.523 1.26,-3.441 0.41,-3.786 0.93,-0.493 1.86,-2.961 1.66,-3.961 1.87,1.391 0.76,-2.215 0.47,-2.915 -0.48,-1.166 -3.83,-2.401 -2.42,0.25 -0.44,-0.541 -2.64,-1.426 -1.51,0.07 -0.65,-1.897 -2.65,-0.712 -3.24,0.145 -0.55,-1.225 -2.66,-1.066 -3.53,-0.36 0.16,0.268 0.33,0.531 0.51,0.792 -0.86,0.292 -1.4,-0.805 -2.16,-0.576 -1,0.297 -0.51,1.623 0.29,1.8 -1.79,0.494 -2.94,2.206 -4.25,3.385"
             id="path2710"
             inkscape:connector-curvature="0" /><path
             style="fill:none;stroke:#000000;stroke-width:0.63535124;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
             d="m 2128.06,517.157 c 0.8,-0.16 1.61,-0.493 2.16,0.36 0.53,-1.499 -1.69,-1.511 -2.16,-0.36"
             id="path2712-8"
             inkscape:connector-curvature="0" /><path
             style="fill:none;stroke:#000000;stroke-width:0.63535124;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
             d="m 2130.01,515.142 c -0.59,0.354 -0.47,0.594 0.36,0.721 -0.12,-0.241 -0.24,-0.481 -0.36,-0.721"
             id="path2714"
             inkscape:connector-curvature="0" /><path
             style="fill:none;stroke:#000000;stroke-width:0.63535124;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
             d="m 2139.15,512.046 c 0.39,-0.188 0.6,-0.5 0.65,-0.937 -0.6,0.09 -0.6,0.435 -0.65,0.937"
             id="path2716"
             inkscape:connector-curvature="0" /><path
             style="fill:none;stroke:#000000;stroke-width:0.63535124;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
             d="m 2145.13,510.75 c -0.43,0.138 -0.7,0.426 -0.8,0.864 0.58,0.03 0.88,-0.282 0.8,-0.864"
             id="path2718"
             inkscape:connector-curvature="0" /><path
             style="fill:none;stroke:#000000;stroke-width:0.63535124;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
             d="m 2146.42,511.902 c 0.1,-0.561 -0.1,-1.065 -0.43,-1.512 0.1,0.527 0.2,1.031 0.43,1.512"
             id="path2720"
             inkscape:connector-curvature="0" /><path
             style="fill:none;stroke:#000000;stroke-width:0.63535124;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
             d="m 2149.23,500.382 c 0.1,0.232 1.15,1.647 1.59,1.224 -0.42,-0.521 -0.86,-1.144 -1.59,-1.224"
             id="path2722"
             inkscape:connector-curvature="0" /><path
             style="fill:none;stroke:#000000;stroke-width:0.63535124;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
             d="m 2150.31,501.822 c 0.1,0.436 0.1,0.593 0.58,0.721 -0.2,-0.241 -0.39,-0.481 -0.58,-0.721"
             id="path2724"
             inkscape:connector-curvature="0" /></g><g
           style="stroke:#000000;stroke-width:0.63535124;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           id="mo"><title
             id="title2490">Macao</title><path
             style="fill:#c0c0c0;fill-rule:evenodd;stroke:#000000;stroke-width:0.63535124;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
             d="m 2151.1,506.502 c 0.13,-0.08 0.24,0.421 0.15,-0.145 0.12,0.278 0.14,0.566 0.1,0.864 -0.1,-0.239 -0.15,-0.479 -0.22,-0.719"
             class="landxx cn mo"
             id="mo-"
             inkscape:connector-curvature="0" /></g></g><g
         style="fill:#ffdfe0;fill-opacity:1;stroke:none;stroke-width:1.88839805;stroke-miterlimit:2.00814605;stroke-dasharray:none"
         id="g4497"
         transform="matrix(0.35303291,0,0,0.35303291,104.76477,-56.641188)"><title
           id="title4493">Russia</title></g><g
         transform="matrix(0.35303291,0,0,0.35303291,104.76477,-56.641188)"
         id="g7131"
         style="fill:#ffdfe0;fill-opacity:1;stroke:none;stroke-width:1.88839805;stroke-miterlimit:2.00814605;stroke-dasharray:none"><title
           id="title6961">Russia</title><path
           sodipodi:nodetypes="ccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccscccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccscsccscccccccccsscccsccscsccsccccccccccccccccccccccccccccccccccccccccccccccsccsccccccccccccscccccccccccccscccccsccscccccccccccccccccccccccsccscccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccsccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccsccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccscccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccsccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccsccccccccccccccccccccccccccccccccccccccccccccccccccccccccccsccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccscccccccccccccccccccccccccccscccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccscccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccsccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccsccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccsccccccccccccccccscccccsccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccsccccccccccccccccccccccccccccccccccccccccccccccccccccccscccsccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccscccccccccsccccccccccccccccccccccccscscccccccccccccccccccccccccccccccccscccccscccccccccccccccccccccccccccccscccccscccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccczccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccacaccccccccccccccccccccccccccccccccccccccccccccccccccc"
           inkscape:connector-curvature="0"
           id="path7129"
           transform="matrix(2.8325971,0,0,2.8325971,-296.75637,160.44166)"
           d="m 1697.2715,54.373047 c -1.1709,0.02747 -2.3605,0.174311 -3.4942,0.423828 1.0822,0.02506 1.1396,0.201499 0.1055,0.529297 0.2773,0.02506 0.4629,0.08026 0.7402,0.105469 1.6139,-0.06513 4.947,0.567589 6.1426,-0.847657 -1.1489,-0.132401 -2.3234,-0.238385 -3.4941,-0.210937 z m 21.0742,0.634765 c -1.2788,0.0035 -2.6237,0.146963 -3.8125,0.423829 1.991,0.312038 5.828,1.657948 7.5195,0 -1.1883,-0.290522 -2.4281,-0.427242 -3.707,-0.423829 z m -25.9414,1.154297 c -1.0502,0.02298 -2.0817,0.161684 -3.0742,0.541016 2.2547,-0.07144 4.4288,0.339125 6.6699,0.529297 0.5653,-0.02305 1.0971,-0.250874 1.5898,-0.529297 -1.3453,-0.295231 -2.7173,-0.476631 -4.1308,-0.529297 -0.3534,-0.01316 -0.7046,-0.01938 -1.0547,-0.01172 z m -2.9688,0.859375 c -0.6756,0.01628 -1.3629,0.03141 -2.0117,0.105469 0.5233,0.309938 1.1019,0.491876 1.6934,0.634766 -1.867,0.06408 -3.9011,-0.759628 -5.7188,0 0.2773,0.100854 0.5714,0.217508 0.8477,0.318359 1.3869,0.542142 3.2113,0.347526 4.6601,0.210938 2.0824,-0.197533 4.4428,-0.155023 6.459,-0.740235 -1.2655,-0.340415 -2.5727,-0.463625 -3.9179,-0.529297 -0.6726,-0.03287 -1.336,-0.01627 -2.0118,0 z m 10.6954,0 c -0.707,-0.0028 -1.4138,0.100506 -2.1172,0.316407 1.3259,0.346717 2.9526,0.507068 4.2343,-0.105469 -0.7133,-0.128709 -1.4102,-0.208057 -2.1171,-0.210938 z m -23.1914,0.210938 c 0.2551,0.100851 0.4849,0.217508 0.7402,0.318359 0.2762,0.02408 0.5713,0.08131 0.8476,0.105469 -0.5043,-0.240603 -1.0279,-0.413322 -1.5878,-0.423828 z m 202.375,0.210937 c -0.7403,0.03015 -1.5506,0.181666 -2.2247,0.423829 0.8542,0.109253 1.7913,0.11414 2.6465,0.21289 -3.9683,0 -7.7851,1.416237 -11.6484,1.800781 0.2657,1.290219 2.1033,0.620067 2.9648,0.953125 -0.6997,0.237457 -0.8723,0.746312 -0.3164,1.269532 -1.0527,0 -2.2489,-0.216048 -3.1777,0.423828 0.2674,0.02775 0.5704,0.09255 0.8476,0.105468 -0.9394,-0.01733 -1.8917,0.143321 -2.541,0.742188 0.2743,0.02408 0.5684,0.08026 0.8457,0.105469 2.5658,-0.25321 5.9517,-1.163731 8.3672,0.105469 -1.8754,-0.448631 -3.8233,-0.229045 -5.7187,0 1.3543,0.271072 2.6954,0.226946 4.0234,0.636718 -1.0769,-0.09561 -2.1041,-0.273173 -3.1758,0 2.2076,-0.06199 4.3917,0.546254 6.5645,0.845703 -0.9794,-0.0497 -1.9964,0.120124 -2.752,0.107422 -2.9418,-0.04938 -5.9557,-0.22315 -8.8965,-0.423828 0.497,0.0251 0.962,0.148554 1.377,0.423828 0.8668,0.420268 1.6789,0.999108 2.6465,1.164063 1.6243,0.278416 3.1644,-0.134074 4.7656,0.423828 -0.5274,0.109257 -1.0499,0.276334 -1.5879,0.318359 2.384,0.793255 5.1679,0.275907 7.4121,-0.742187 -0.5349,-0.812343 -1.4981,-1.167259 -2.541,-1.271485 2.394,0.226471 4.2035,-0.449088 6.5664,-0.845703 1.9931,-0.334103 4.1243,-0.347375 6.1426,-0.21289 1.4793,0.09771 3.9862,0.481431 5.082,-0.847657 -0.9855,0.08405 -3.4157,-0.775732 -3.5996,-1.90625 1.0885,0.16917 2.5265,0.217998 3.4942,-0.421875 -2.9524,-1.071673 -6.2223,-0.485352 -9.1075,-1.800781 -1.8754,-0.854979 -4.2384,-1.680315 -6.4589,-1.589844 z m -173.4649,0.05273 c -0.2821,0.0036 -0.5642,0.01923 -0.8476,0.05469 -0.2027,0.02408 -0.432,0.08131 -0.6348,0.105469 1.2597,0.164969 2.8234,0.50602 4.0234,-0.105469 -0.8518,0.02916 -1.6947,-0.06552 -2.541,-0.05469 z m 151.1192,0.160156 c -1.4121,0.04951 -2.8978,0.303525 -3.918,0.423828 1.2765,1.547629 5.9059,1.37193 7.5176,0.529297 -0.8238,-0.84789 -2.1876,-1.002638 -3.5996,-0.953125 z M 1696,57.974609 c -1.393,-0.0011 -2.742,0.212407 -4.1289,0.316407 1.1347,0.668224 3.0793,0.413803 4.1289,-0.316407 z m 7.2012,0 c -0.6713,0.0055 -1.3467,0.105469 -2.0117,0.105469 1.2713,0.402405 2.7204,0.257831 4.0253,0.105469 -0.653,-0.17442 -1.3424,-0.216463 -2.0136,-0.210938 z m 26.3672,0.06641 c -0.2527,0.0034 -0.5007,0.01715 -0.7383,0.03906 -0.6338,0.05843 -1.1755,0.17299 -1.5879,0.316406 -1.0528,0.366678 0.016,0.953125 -1.2715,0.953125 -2.0887,0.0011 -3.9166,0.219375 -5.9297,0.847657 1.6853,1.345906 4.2655,0.885077 6.2481,0.742187 2.5363,-0.183877 5.0718,-0.281102 7.5175,-1.058594 -0.4597,-1.401749 -2.4693,-1.86386 -4.2382,-1.839843 z m -68.5215,0.339843 c -0.1054,-0.0037 -0.209,6.21e-4 -0.3106,0.01563 -0.4061,0.06001 -0.7607,0.251105 -1.0586,0.636719 0.2867,0.442326 1.9761,-0.338736 2.3301,-0.423828 -0.3152,-0.128045 -0.6449,-0.217402 -0.9609,-0.228516 z m 38.1308,0.01563 c -0.5547,-0.01458 -1.0352,0.04229 -1.5879,0.107422 0.5611,0.189127 1.0426,0.132129 1.5879,-0.107422 z m 13.6621,0.107422 c -1.8735,-0.04216 -3.7316,0.190199 -5.5078,0.740235 2.0657,0.854187 5.7244,1.175527 7.4141,-0.634766 -0.614,-0.07198 -1.2817,-0.09141 -1.9063,-0.105469 z m -31.3183,0.06055 c -0.2718,0.0033 -0.5304,0.01777 -0.7695,0.04492 -0.6376,0.07238 -1.1209,0.204648 -1.377,0.529297 2.8011,0.777491 6.2128,0.859367 9.1074,1.164062 0.6284,0.06621 1.4746,0.255372 2.2227,0.423828 -1.647,-0.06137 -3.3253,0.152706 -4.9766,0.212891 1.5504,0.767006 5.165,1.32775 6.6719,0.105469 1.3497,0.199499 2.6015,0.167434 3.5996,-0.634766 -0.9157,-0.172965 -1.8882,-0.449297 -2.8594,-0.636718 1.6877,0.2647 3.418,0.364654 5.084,-0.105469 -3.6311,-0.330947 -7.2613,-0.818641 -10.9082,-0.953125 0.892,0.111625 1.8471,0.336643 2.7539,0.529297 -1.0949,-0.149753 -2.1361,-0.210193 -3.1777,-0.210938 -0.9287,0 -3.4688,-0.4916 -5.3711,-0.46875 z m 15.9433,0.01758 c -0.1371,2.11e-4 -0.2719,0.0089 -0.4043,0.02734 -0.353,0.04928 -0.6391,0.223411 -0.9531,0.423828 1.244,0.409758 3.0745,1.046863 4.2344,0.105469 -0.8633,-0.157899 -1.9172,-0.558113 -2.877,-0.556641 z m 107.8809,0.75586 c -0.2614,-0.0083 -0.5279,-0.0032 -0.7969,0.01172 -1.0761,0.05948 -2.2142,0.284327 -3.1777,0.212891 -0.1261,0.252161 -0.1926,0.487022 -0.3184,0.740234 2.1045,0.276323 4.4311,0.433768 6.461,-0.316406 -0.6434,-0.465312 -1.3838,-0.623508 -2.168,-0.648437 z m -146.834,0.330078 c -1.5064,0.03789 -3.0036,0.615198 -4.4472,0.847656 0.7901,0.278423 1.5782,0.739027 2.4355,0.423828 -2.2276,0.920382 -2.9288,1.22079 -5.2949,0.845703 -1.5582,-0.246904 -3.1556,0.434343 -4.6602,0.742188 1.4415,0.09876 2.9371,-0.424067 4.3418,0.105468 -0.7806,0.09771 -1.5433,0.105469 -2.3281,0.105469 0.5285,0.250068 1.0027,0.316256 1.5879,0.31836 -2.0898,1.15679 -4.3979,-0.434967 -6.5664,0.318359 2.1276,1.107401 4.3325,0.06557 6.5664,0.423828 -0.4802,0.17442 -0.9364,0.464315 -1.2715,0.845703 1.1441,0.339367 2.3394,-0.105469 3.4941,-0.105469 0.4676,-0.117694 0.9304,-0.238898 1.377,-0.423828 0.5274,0.08931 1.0582,0.151961 1.5898,0.212891 -0.3477,-0.908827 -1.2078,-0.87287 -2.0136,-0.847656 1.0885,-1.287063 4.0877,-0.470201 5.6132,-1.058594 2.4512,-0.944525 5.1045,-0.523009 7.625,-1.166016 -1.9605,-1.508756 -4.2946,0.02241 -6.4589,-0.421875 0.8352,-0.265816 1.6574,-0.511289 2.541,-0.53125 -1.1337,-0.99813 -2.9251,-0.0072 -4.2364,-0.210937 0.5128,-0.19228 1.0416,-0.251907 1.5879,-0.210938 -0.4908,-0.143416 -0.9802,-0.225494 -1.4824,-0.21289 z m 56.2695,0.0098 c -0.4672,0.0111 -0.9382,0.04586 -1.4121,0.0957 -1.8951,0.199364 -3.759,0.641716 -5.5078,0.529296 0.2874,-0.02916 0.3025,-0.08582 0.4239,-0.105468 -0.3998,-0.01119 -1.0165,-0.01253 -1.1641,0 -0.9897,0.08404 -1.9288,0.491493 -2.6484,1.166015 0.229,0.230104 0.4669,0.461406 0.7421,0.634766 2.2842,1.125261 5.7561,0.544004 8.2598,0.529297 1.659,-0.0095 4.6257,-0.07958 5.2949,-2.011719 -1.2281,-0.683982 -2.5865,-0.871179 -3.9883,-0.837891 z m -14.8613,0.203125 c -0.8451,0.03731 -1.7418,0.122027 -2.5429,0.316407 0.3685,1.333288 4.222,0.348418 4.9785,-0.105469 -0.809,-0.19228 -1.5904,-0.24825 -2.4356,-0.210938 z m -17.6328,0.08594 c -0.6199,-0.01743 -1.2389,-0.0146 -1.8535,0.01953 -0.8193,0.04551 -1.6289,0.111008 -2.4356,0.316406 0.5453,0.696591 2.9327,0.489222 3.7071,0.53125 2.1086,0.114507 4.0477,-0.259915 6.1406,-0.423828 -1.8268,-0.15247 -3.6989,-0.391067 -5.5586,-0.443358 z m -34.5039,0.228515 c -1.1962,0.04507 -2.3863,0.220904 -3.5684,0.425782 -3.3978,0.586271 -6.745,0.531427 -10.166,0.847656 0.4518,0.731262 2.8806,0.399659 3.6016,0.423828 1.7714,0.05989 2.8118,0.92751 4.5527,0.210938 1.3785,-0.566308 3.1987,-0.984007 4.6602,-1.376954 1.928,-0.519028 3.8279,1.106114 5.8242,0.529297 -0.5474,-0.168114 -1.1271,-0.232363 -1.6934,-0.316406 2.0824,-0.372986 -1.5997,-0.724324 -2.0136,-0.742187 -0.4006,-0.01786 -0.7986,-0.01698 -1.1973,-0.002 z m 27.25,1.214844 c -0.2119,-0.007 -0.425,0.01053 -0.6367,0.05859 0.2616,0.22275 0.5556,0.4551 0.8476,0.634766 0.5391,0.180724 1.0689,0.124624 1.5879,-0.105469 -0.539,-0.323081 -1.1631,-0.566966 -1.7988,-0.587891 z m 4.5527,0.269532 c -0.455,0.0186 -0.9259,0.166283 -1.2695,0.529296 0.7586,0.558954 1.9117,0.530831 2.541,-0.210937 -0.4103,-0.210648 -0.8164,-0.336996 -1.2715,-0.318359 z m 4.0254,0.21289 c -0.3964,0 -0.7873,0.05966 -1.166,0.210938 0.767,0.157618 1.5915,0.478052 2.3301,0 -0.3782,-0.151307 -0.7675,-0.210938 -1.1641,-0.210938 z m 15.461,0.105469 c -0.7577,-0.0053 -1.4711,0.06671 -2.2246,0.105469 -1.0048,0.05169 -1.9997,0.102056 -2.9649,0.21289 1.8922,0.09141 2.8156,2.198491 4.7656,2.222656 0.6819,0.157612 4.3407,-0.66039 2.1172,-1.058593 1.5813,-0.555801 3.3469,-0.278817 4.9785,-0.423828 -2.0897,-0.73343 -4.3991,-1.041553 -6.6718,-1.058594 z m -7.625,0.105469 c 0.2742,0.06304 0.5682,0.06304 0.8476,0 z m -8.5899,0.203125 c -0.1389,-0.01836 -0.2737,-0.01531 -0.4121,0.0098 -0.2768,0.05012 -0.4933,0.205974 -0.7402,0.421875 0.4791,0.232208 1.1874,-0.05166 1.5879,-0.316406 -0.1532,-0.05752 -0.2967,-0.09687 -0.4356,-0.115234 z m 6.8946,0.326171 c -0.4419,-0.0251 -0.9343,0.03929 -1.375,0.105469 0.8542,0.197536 1.7849,0.360631 2.6464,0.107422 -0.4391,-0.0415 -0.8294,-0.187811 -1.2714,-0.212891 z m -14.7188,0.105469 c -0.4886,0.03153 -0.9546,0.176921 -1.377,0.423828 -0.8951,0.42657 -1.7385,0.163265 -2.6484,0.423829 0.2773,0.09981 0.5703,0.217504 0.8477,0.318359 2.3188,0.660867 5.1751,0.632492 7.414,-0.318359 -1.4761,-0.109257 -2.7454,-0.847657 -4.2363,-0.847657 z m 17.0859,0.175781 c -0.2233,0.0014 -0.4482,0.01394 -0.6718,0.03711 -0.5963,0.06178 -1.2597,0.217385 -1.8008,0.423828 0.2051,0.250057 0.436,0.485977 0.6367,0.740234 -0.2762,0.09981 -0.5703,0.217505 -0.8477,0.31836 0.3311,1.172542 5.7707,0.43578 6.6719,0.210937 -0.9074,-1.20731 -2.4248,-1.740066 -3.9883,-1.730469 z m -20.5761,0.128907 c -0.2844,-0.0136 -0.5696,-0.0047 -0.8516,0.01367 0.5411,0.213295 1.1209,0.216818 1.6934,0.105468 -0.2748,-0.06988 -0.5575,-0.105538 -0.8418,-0.11914 z m 14.7148,0.11914 c -0.6073,0.05484 -1.1861,0.361578 -1.8008,0.423829 0.7229,0.341467 1.8756,0.282461 2.4356,-0.316407 -0.2128,-0.05695 -0.4324,-0.125726 -0.6348,-0.107422 z M 1660.959,63.7813 c -0.2858,-0.01687 -0.5742,-0.0099 -0.8574,0.01758 -0.5664,0.05506 -1.1349,0.269144 -1.5899,0.634766 0.5527,0.151306 1.1427,0.272521 1.6953,0.423828 0.6588,0.0053 1.2391,-0.40573 1.5879,-0.953125 -0.2682,-0.06593 -0.5502,-0.106176 -0.8359,-0.123047 z m 49.5508,0.123047 c -0.2786,0 -0.4638,0.123745 -0.7422,0.210937 0.5569,0.08826 1.031,0.08826 1.5879,0 -0.2786,-0.0872 -0.5673,-0.210937 -0.8457,-0.210937 z m 186.1718,0.210937 c -1.7945,0 -3.6088,0.445893 -5.4023,0.423828 -2.0183,-0.02648 -5.488,-0.56629 -7.3066,0.636719 -0.5989,0.07565 -1.0804,0.30802 -1.5879,0.634766 0.8416,0.148154 1.6349,0.324831 2.4355,0.634765 -2.2001,0.480157 -4.1738,1.613363 -6.459,1.695313 0.7986,0.203841 1.6192,0.317731 2.4356,0.423828 0.09,0.01154 4.8368,-0.35262 2.541,0.105469 0.6599,0.23955 1.2527,0.06935 1.9062,0 1.0108,-0.108208 1.594,0.775317 2.4356,1.164062 2.0362,0.940346 3.9183,1.40557 6.1426,1.166016 1.1967,-0.1282 2.0463,0.272935 3.1757,0.529297 1.347,0.305733 2.9676,0.210937 4.3418,0.210937 1.1757,0 2.2456,0.286594 3.3887,0.529297 0.5043,0.10716 3.9126,0.380357 1.8008,0.636719 2.1507,0 4.3112,0.09666 6.4609,0 1.5949,-0.0725 4.1798,0.618414 5.1895,-1.060547 -2.0993,-1.060122 -4.6126,-0.958304 -6.6719,-2.117187 0.8636,0.02845 1.6732,0.399654 2.541,0.105468 -0.4885,-1.248186 -1.6496,-1.939396 -2.4355,-2.964843 0.3286,-0.07985 0.6232,-0.139505 0.9531,-0.210938 -2.6456,-1.511906 -6.9025,-2.612936 -9.8496,-1.482422 0.6251,-0.0725 0.8406,0.287798 0.6367,0.845703 -0.8426,-0.167076 -1.8016,-0.245866 -2.6484,0 0.5306,1.029649 -0.7371,0.999355 -1.377,0.953125 1.2283,-0.05884 0.5082,-1.503602 1.166,-2.117187 -1.3206,-0.02101 -2.4876,-0.742188 -3.8125,-0.742188 z m -189.6347,0.310547 c -0.706,0.04485 -1.3914,0.25951 -1.9395,0.75 1.7672,0.223791 3.5823,0.825822 5.2949,0 -0.7932,-0.359327 -1.7033,-0.668516 -2.6464,-0.742187 -0.2358,-0.01841 -0.4737,-0.02276 -0.709,-0.0078 z m -48.6407,0.326172 c -0.2642,0 -0.5834,0.08225 -0.8476,0.210938 0.5285,0.167065 1.0613,0.167065 1.5898,0 -0.2647,-0.128706 -0.4778,-0.210938 -0.7422,-0.210938 z m 7.2149,0.09375 c -0.1445,-0.0046 -0.291,-0.0017 -0.4375,0.01172 -0.3908,0.03572 -0.8519,0.120047 -1.2695,0.318359 -0.8542,0.178624 -1.6951,-0.0349 -2.543,0.210938 2.3535,0.234297 4.971,0.889668 7.3066,0.210937 -1.0742,-0.28614 -2.0449,-0.719424 -3.0566,-0.751954 z m 38.1113,0.646485 c -0.2582,-0.0042 -0.4781,0.03046 -0.7422,0.105468 l -0.4238,0.107422 c 1.1578,-0.04202 2.3489,0.476355 3.4941,0.105469 -0.7855,-0.02983 -1.5535,-0.305993 -2.3281,-0.318359 z m 164.8848,1.376953 c 0.7617,0.453887 1.6888,0.463106 2.543,0.529297 h 0.8457 c -0.9603,-0.643008 -2.3044,-0.446296 -3.3887,-0.529297 z m -75.082,0.742187 c 0.8109,0.6304 1.9919,0.697404 2.9648,0.529297 1.1683,1.072729 3.4695,0.316406 4.8711,0.316406 -2.4102,-1.167289 -5.5497,0.285895 -7.8359,-0.845703 z m 82.3886,1.164063 c -0.6396,-0.01292 -1.3679,0.240469 -2.0117,0.21289 0.8458,0.08195 1.83,0.252944 2.6484,-0.107422 -0.2135,-0.07617 -0.4234,-0.101168 -0.6367,-0.105468 z m 2.7539,0.105468 c -0.2646,0 -0.4807,0.08104 -0.7402,0.212891 0.5295,0.083 1.0584,0.083 1.5879,0 -0.2694,-0.131858 -0.583,-0.212891 -0.8477,-0.212891 z m 50,0.08008 c -0.1216,-0.0013 -0.2668,0.0075 -0.4394,0.02734 -1.0358,0.119177 -2.3792,0.541666 -0.8457,1.058594 -1.099,0.02849 -2.0132,-0.678094 -3.0723,-0.742187 -0.7239,-0.04413 -0.8712,1.052942 -1.5879,1.271484 0.3562,0.970812 1.4146,0.776615 2.2246,0.953125 -0.4906,-0.07355 -1.548,0.03606 -1.9062,0.423828 -0.3783,0.41081 2.2794,1.296052 2.541,1.376953 -0.4224,-0.09246 -3.1949,-0.711947 -3.2832,0.105469 -0.084,0.764895 0.5751,1.506105 0.7422,2.222656 l 0.4238,0.423828 c -0.6525,0.507471 -1.1513,1.161319 -1.4844,1.90625 2.8368,0.781696 5.0894,0.201976 7.8379,-0.529297 2.7906,-0.740716 5.5369,-0.405968 8.3653,-0.423828 1.5203,-0.01052 3.2888,-0.423182 4.8711,-0.529297 2.5405,-0.170218 4.9443,-0.547086 7.2011,-1.693359 -1.1998,-1.126313 -2.8544,-1.797637 -4.4472,-2.119141 -0.7208,-0.146053 -1.4997,0.06514 -2.2246,0 -1.0801,-0.09771 -2.2202,-0.882483 -3.2813,-1.164062 -1.4625,-0.388746 -3.6004,-1.386247 -5.084,-0.742188 -0.9268,0.402405 -2.4922,2.209491 -3.5996,1.800782 0.4949,-1.116855 -0.9834,-2.0207 0,-3.070313 -0.9025,-0.0063 -1.7681,-0.370647 -2.6484,-0.529297 -0.082,-0.01476 -0.1812,-0.02607 -0.3028,-0.02734 z m 28.2598,7.228515 c -0.607,-0.01084 -1.2136,0.537045 -1.9063,0.316406 0.2996,0.17652 0.6516,0.352784 0.9532,0.529297 0.5558,-0.139762 1.0803,-0.370001 1.5898,-0.634765 -0.2135,-0.179676 -0.4344,-0.207312 -0.6367,-0.210938 z m 5.1055,0.705078 c -0.2873,8.49e-4 -0.5784,0.01454 -0.8692,0.03516 -1.163,0.08248 -2.3406,0.24666 -3.3886,0.210937 1.8628,0.821617 4.1487,-0.305325 5.9296,0.742187 0.2522,-0.152354 0.489,-0.271469 0.7422,-0.423828 -0.7206,-0.447583 -1.5523,-0.566998 -2.414,-0.564453 z m -13.2598,3.423828 c -1.3994,0.0053 -2.6719,0.290523 -4.1289,0.529297 -1.6033,0.263719 -2.957,1.879829 -4.6602,1.589844 0.4613,0.0767 0.9261,0.191366 1.377,0.316406 -0.6987,0.517977 -1.4257,0.958129 -2.1191,1.482422 0.2416,0.262667 0.4795,0.501589 0.7421,0.742188 -1.5351,-0.442329 -1.1444,1.182972 0.211,1.482422 0.7585,0.168086 1.7874,0.254431 1.5898,1.271484 -0.047,0.242463 2.0148,0.654724 4.1289,0.953125 -0.4358,-0.04024 -0.8318,-0.02376 -1.2695,0 -1.0044,0.05464 -2.5283,-0.658126 -3.3887,-0.423828 -3.1163,0.853139 -6.4752,0.42276 -9.6367,0.105469 2.2043,2.044593 5.7738,1.032286 7.9414,3.177734 -3.9158,-0.266858 -6.4242,-1.785495 -10.3789,-0.742188 2.5615,0.458092 -1.2853,0.420019 -1.5879,0.529297 0.5453,0.0746 1.0678,0.247305 1.5879,0.423828 -0.8384,0.321493 -1.9695,0.495921 -2.8574,0.31836 -1.0318,-0.206994 -1.742,0.604934 -2.7539,0.529297 -0.9887,-0.0746 -1.601,-0.909637 -2.6485,-0.529297 -0.8163,0.295234 -1.6793,0.534952 -2.541,0.634765 0.4666,-0.526382 0.9964,-0.996613 1.5879,-1.376953 -0.806,-0.251582 -1.6175,-0.446712 -2.4355,-0.529297 1.1153,0.01525 2.2563,-0.03569 3.1777,0.31836 -0.3206,-0.173371 -0.6715,-0.406623 -0.9531,-0.636719 0.6041,-0.40871 1.3521,-0.216425 1.8008,0.318359 -0.2172,-0.993664 -0.9945,-1.199425 -2.0137,-1.164062 -1.6985,0.05894 -3.9988,0.847251 -4.9766,0.210937 0.5477,0.586873 1.2971,0.817203 2.0996,0.904297 -3.3625,-0.15076 -6.7954,0.677612 -10.1484,0.259766 0.5253,0.251109 1.1133,0.317311 1.6953,0.318359 -1.5287,0.612537 -3.2372,-0.481854 -4.5547,0.105469 -0.8525,0.380234 -0.1983,0.740557 0.4239,0.953125 0.1074,-0.147409 2.1374,-0.143293 2.541,-0.105469 1.1,0.104014 2.1914,0.109927 3.2832,-0.105468 -2.7508,1.339608 -6.1132,1.416641 -9.1075,1.58789 -3.4733,0.199637 -7.0065,0.603255 -10.4843,0.953125 0.81,0.743872 -1.5177,0.97244 -2.2227,1.058594 -0.332,0.04202 -3.9063,-0.09745 -1.8008,0.107422 -1.6747,-0.05043 -2.4689,1.637034 -3.9179,2.117187 -1.8534,0.6136 -3.8139,-0.763596 -5.7188,-0.210937 0.7848,0.72706 4.6263,0.08084 4.5528,1.482422 -0.8595,-0.07775 -1.6449,-0.666532 -2.5411,-0.423829 1.5403,0.213296 -0.3238,1.008971 0.8477,1.906247 -1.3553,-0.47805 -0.7672,0.18192 -0.3184,0.63477 -1.9248,0.98027 -3.6685,-1.630809 -5.6113,-1.27149 2.0982,0.64826 -1.2278,0.43936 0.4238,1.27149 0.4991,0.25111 1.1471,0.34294 1.6934,0.42383 1.1315,0.16707 2.2508,0.12059 3.3887,0.21093 -2.1654,0.0914 0.8806,0.58314 1.2714,0.63672 0.6062,0.0841 1.3438,0.16511 1.8008,0.63477 -0.4696,-0.016 -1.3658,0.78105 -1.8008,0.42383 -0.31,-0.27528 -0.6605,-0.5213 -1.0585,-0.63477 -1.0329,-0.37719 -2.0173,0.0154 -3.0723,-0.10742 0.6324,0.0767 1.117,0.31459 1.5898,0.74219 -0.5673,-0.17863 -1.1006,-0.2963 -1.6953,-0.31836 1.0339,1.17254 2.7713,0.72723 4.1309,0.95312 1.7115,0.28368 3.2008,1.10758 4.9765,1.27149 h -1.5879 c 0.3551,0.44443 0.8715,0.79699 1.377,1.05859 -1.1925,0.89726 -4.6287,0.0984 -6.1426,0.21289 -1.3091,0.0988 -2.1034,1.18968 -3.2832,1.26953 -1.4835,0.10192 -2.8267,-0.59378 -4.3418,-0.3164 -3.7162,0.67767 -7.8681,0.63476 -11.6484,0.63476 -2.0908,0 -7.3846,-0.59645 -8.8965,1.26953 1.7358,-0.34567 -0.2336,0.87709 -0.7422,1.16602 0.5453,0.008 2.8177,1.03337 0.8477,1.05859 2.0193,-0.11451 4.1223,1.13458 4.6601,2.96485 0.5937,2.02042 3.0241,2.72424 4.8711,2.96484 2.384,0.31204 4.9849,-0.0614 7.0957,1.37695 0.8069,0.5495 1.2591,0.93566 2.2246,1.37696 0.8227,0.37613 1.6528,0.77346 2.1172,1.58984 -2.4017,0.52742 -4.9184,0.68714 -7.3066,0 -1.9122,-0.54949 -3.6643,-1.47444 -5.6133,-1.90625 2.1434,0.42655 -0.1904,-0.71736 -0.6348,-0.84766 -0.955,-0.28052 -1.9824,-0.30197 -2.9668,-0.42383 -1.8722,-0.23325 -3.6462,-0.99621 -5.5058,-1.27148 -0.067,-0.009 -0.1432,0.009 -0.211,0 -1.7759,-0.23885 -3.8261,-0.2441 -5.0839,-0.10547 -1.2482,0.13871 -2.9912,1.96914 -4.2364,1.27149 -0.5504,1.43731 1.268,0.98124 2.0117,0.8457 1.2472,-0.22694 2.6773,0.31054 3.3887,1.37695 -2.054,1.60122 -4.362,0.0727 -6.459,-0.52929 -2.0341,-0.5842 -3.8394,0.16158 -5.8242,0.52929 1.2419,0.98447 2.3505,2.37608 3.918,2.85938 1.0864,0.3362 2.1883,0.44381 3.2832,0.74219 1.5056,0.40975 5.1719,2.12105 6.459,0.52929 0.2226,1.24189 1.4849,0.4341 2.2246,0.95313 0.8678,0.60728 1.2571,1.78104 2.541,1.27148 v 0.8457 c 1.1032,-0.22484 2.146,0.0885 3.1777,-0.52929 -1.2818,3.83072 -12.1507,-3.63887 -12.2851,-0.42383 -1.0318,-1.7809 -3.9794,-0.88103 -5.6133,-1.05859 -1.763,-0.19229 -4.5277,-0.15897 -5.8242,-1.58789 1.7819,0.18702 0.4688,-0.9718 -0.211,-1.48243 -1.4583,-1.09584 -1.5698,-1.39345 -1.2714,-3.38867 0.436,-2.92084 -4.8187,-6.82494 -7.625,-5.40234 1.2156,0.83527 6.4819,4.08561 3.3886,5.61328 -1.5465,0.76383 -3.636,0.39749 -4.9765,1.58789 -0.4004,0.35722 -0.2463,1.1223 -0.4239,1.58984 -0.2585,0.67979 -0.8537,1.12245 -1.3769,1.58789 3.2507,0.87311 5.9373,2.84735 8.791,4.55469 0.6871,0.41186 2.5425,1.1737 2.6465,2.11719 0.065,0.59047 -0.9908,1.58686 -1.1641,2.22461 -0.204,0.74492 0.027,1.47984 0.1055,2.22265 0.2155,2.03514 1.3628,2.28468 2.7539,3.4961 0.9163,0.7964 1.0613,2.85872 2.4355,2.96484 1.8881,0.14605 4.184,-0.0121 6.0352,-0.42383 1.8943,-0.42131 3.0908,-1.14103 5.084,-0.63671 1.6999,0.42867 3.8297,0.26664 5.4004,0.84765 1.784,0.65981 3.3496,1.10864 5.1894,1.58985 1.8975,0.49591 2.2053,1.93454 3.5996,3.07031 0.7292,0.59362 1.6322,0.93058 2.2246,1.69336 0.5075,0.65351 -1.7695,0.50805 -1.9062,1.37695 -0.1566,1.00339 0.8661,2.72804 1.9062,2.85938 1.824,0.23009 3.5533,0.6266 5.4004,0.74218 0.6105,0.0378 0.6076,0.68585 1.2715,0.21094 0.6304,-0.45073 1.4822,0.2036 2.0117,0.5293 -3.5407,-0.71551 -9.4543,1.17309 -12.1777,-2.22266 1.4951,0.43392 0.4008,-0.80054 0.1055,-1.48242 -0.3594,-0.83423 -0.7152,-1.64545 -1.166,-2.43555 -0.9677,-1.69472 -2.0126,-1.66606 -3.7051,-2.33008 -1.3922,-0.54529 -2.6025,-2.07516 -3.918,-2.43554 -2.1665,-0.59468 -4.9902,0.46456 -7.0957,0.95312 -1.0507,0.24376 -3.9417,0.11986 -3.1777,1.79883 0.5589,1.22823 0.1146,1.67802 1.4824,2.43555 1.7998,0.99708 6.3545,3.98304 2.7539,5.71875 -2.24,1.07903 -0.8744,2.38296 -1.2715,4.23632 -0.3992,1.85968 -2.7898,1.61104 -4.0234,2.54297 -1.1736,0.88571 -2.8256,0.2176 -2.2246,2.11719 0.2206,0.69765 -0.8925,1.56373 -1.5879,1.58789 -1.1337,0.0399 -2.1917,-0.64818 -3.2832,-0.8457 -2.1655,-0.394 -4.185,-0.0268 -6.3535,-0.21289 -2.051,-0.17442 -4.1034,-0.82009 -6.1426,-1.0586 -2.1265,-0.24796 -2.6613,-1.86187 -4.4473,-2.43554 0.6929,-0.29987 1.4694,-0.042 2.2246,0 1.0071,0.0561 2.0031,-0.0301 2.9649,0 1.5686,0.0494 2.5761,1.2574 4.2363,0.84765 0.4315,-0.10644 0.8444,-0.3585 1.2695,-0.53125 0.1165,0.46701 0.3348,0.85382 0.6367,1.06055 -0.3814,-0.18012 -0.756,-0.4273 -1.166,-0.5293 -0.5463,0.0105 -1.0751,0.12413 -1.5879,0.31641 0.931,1.02019 2.7469,1.3282 4.0235,0.95312 -0.2871,-0.24748 -0.6224,-0.455 -0.9531,-0.63476 1.2079,0.50638 3.2468,-0.19416 4.3417,-0.31836 -0.3712,-1.55369 -1.6592,-1.89513 -2.9648,-1.69336 0.4063,-0.13656 0.8572,-0.2687 1.2715,-0.31836 0.5778,-0.0694 4.1852,-1.21305 1.9062,-1.69531 0.5138,-0.21223 1.0437,-0.32125 1.5879,-0.21094 -0.2899,-0.23746 -0.585,-0.47426 -0.8476,-0.74219 1.8281,-0.75961 1.1448,-3.31842 3.8125,-3.70507 -0.703,-0.68609 -0.3289,-1.93164 -1.1641,-2.85938 -0.54,-0.60098 -0.5604,-0.79029 -0.2129,-1.58984 0.4362,-1.00339 1.3938,-1.29072 0.2129,-2.22266 -0.684,-0.54004 -1.6391,-0.65999 -2.4355,-0.95312 -1.0024,-0.36984 -6.812,-1.93957 -5.9317,-3.91797 0.4875,-1.0948 -0.6492,-0.7856 -0.5293,-2.01172 -0.6125,-0.90777 -1.1051,-1.02055 -1.164,-2.22461 -0.069,-1.40579 -2.6879,-2.53279 -3.0723,-3.8125 -0.2742,-0.91303 1.3247,-0.96131 0.5293,-1.80078 -0.6776,-0.71552 -0.4875,-1.01844 -0.8457,-1.90625 -1.5119,-3.75613 -6.8287,-2.44883 -8.8965,-5.61133 0.496,-0.21641 1.3538,-0.25048 1.6953,-0.74219 0.4036,-0.58207 -0.3896,-1.15081 0,-1.58789 0.5726,-0.64405 0.6662,-2.0514 0.6348,-2.85937 -0.081,-2.02883 -2.9816,-4.00349 -4.7656,-4.3418 -1.2199,-0.23115 -2.5386,0.11663 -3.7071,-0.31836 -1.4067,-0.52323 -2.8498,-0.51104 -4.3418,-0.42383 -2.8063,0.16389 -5.4313,0.67519 -8.2597,0.21289 1.3207,-0.2955 0.3704,-0.51881 -0.4239,-0.42383 -0.2646,0.0315 -0.4859,0.10032 -0.6347,0.21094 -0.6977,0.51798 -1.0926,1.37148 -1.1641,2.22461 -0.1704,2.01939 1.6179,5.07356 0.2109,6.88281 -1.0643,1.37007 -3.0296,2.15017 -4.6601,2.54102 -1.2766,0.30468 -2.6787,2.87472 -0.7402,2.43555 -1.7336,1.08428 0.7582,1.73863 1.6933,1.48437 2.1948,-0.59888 2.0023,1.17409 2.6485,2.54102 0.1765,0.37297 0.2219,1.55597 0.6347,1.80078 0.4823,0.28683 0.9415,0.43725 1.2715,0.95312 0.6105,0.95191 -1.6262,0.88773 -2.0117,0.84571 0.2626,1.13366 0.2625,2.75287 1.6933,3.07226 0.1461,-1.49614 2.6028,-0.11475 3.7071,0.21094 0.9372,0.27527 2.5051,0.81992 3.3886,0.10547 0.6156,0.82792 0.4504,1.78623 1.377,2.43555 0.6861,0.48015 1.3934,0.85436 2.1172,1.27148 0.8122,0.46755 1.6618,1.145 2.6484,1.16602 0.8331,0.018 1.5496,-0.63776 2.3301,0 -1.2976,0.12816 0.3694,0.79966 -0.1074,2.11718 -0.2271,0.62725 -0.8236,1.53117 -0.5293,2.22461 1.12,2.64137 -3.7235,-0.58839 -3.918,-0.63672 -3.173,-0.79115 -6.0513,-3.17619 -9.2129,-3.59961 -1.4025,-0.18807 -2.7419,-0.46795 -4.1308,-0.74218 -0.5317,-0.10507 -4.5758,-1.09852 -2.4356,-1.0586 -0.9886,-0.10821 -4.6702,-1.53058 -5.082,-0.52929 -0.4371,1.06117 -1.9325,-0.47468 -0.3184,-0.84766 -3.1057,-0.64301 -5.9995,-1.92638 -9.1074,-2.54102 -0.1745,-0.0347 -0.3538,-0.0744 -0.5293,-0.10547 -2.8148,-0.49959 -5.7317,-0.55662 -8.5781,-0.63671 -1.7,-0.0473 -3.425,-0.10587 -5.082,-0.5293 -0.498,-0.12766 -0.9775,-0.28327 -1.4825,-0.31641 v 0 c -0.5049,-0.0332 -1.0349,0.0558 -1.4824,0.42188 -0.1292,0.30157 -0.2534,0.63162 -0.3164,0.95312 -0.2776,0.023 -0.5704,0.0812 -0.8477,0.10742 -0.6725,0.3898 -1.1118,-0.23206 -1.5898,0.63477 1.2786,0.75648 2.8151,1.39828 3.707,2.64649 0.8426,1.17884 1.8937,0.13741 2.543,1.16601 2.1433,3.39889 -4.4489,2.39621 -5.1895,3.49414 0.4676,0.17442 1.8843,1.02918 1.5879,1.69531 -0.4203,0.94876 -2.4937,0.3244 -3.1777,0.21094 -1.7168,-0.28473 -3.3106,-2.23107 -0.8457,-2.85937 -0.5811,-0.3835 -4.2608,-1.72553 -2.2247,-1.90625 -1.6264,0.26686 -3.5356,-0.16965 -4.8711,1.05859 0.1827,0.26896 0.411,0.50579 0.6348,0.74219 -0.125,-0.0494 -2.6078,-1.39362 -2.4355,-0.42383 0.1196,0.67978 -0.721,0.73587 -1.2715,0.74219 -0.8721,0.0105 -1.3072,0.90558 -2.1172,1.16406 -0.7889,0.25217 -1.6717,-0.0113 -2.4356,-0.21094 -2.3482,-0.61253 -10.9349,-0.89554 -10.166,3.17578 -0.9781,0.40976 -1.8211,-1.20803 -2.5429,-0.84765 -0.6115,0.30468 -1.7542,1.24252 -1.6934,-0.10547 -1.0339,1.27866 -4.2305,0.7846 -5.6133,0.5293 0.014,-1.78614 2.6797,-0.5694 3.4961,-1.48243 -0.2962,-0.48856 -2.8315,-2.9751 -0.6367,-3.17578 -0.8142,-0.28053 -1.7288,-0.24562 -2.541,-0.52929 1.5518,-0.45494 3.3344,0.30049 4.7656,-0.63672 -3.2014,-0.11555 -8.9898,0.43655 -11.2266,3.17773 0.9814,-0.0494 1.7703,0.52526 2.4375,1.16406 -0.5169,0.10192 -2.4917,1.5386 -2.8593,0.74219 -0.3363,-0.72601 0.5974,-1.1357 -0.4239,-1.48242 -1.0821,-0.36772 -2.4724,0.15498 -3.3886,0.74023 -0.9624,0.61569 -2.3149,0.34713 -3.3887,0.42383 -2.0257,0.14395 -3.7013,2.08818 -5.4023,2.54102 -2.405,0.63985 -4.1244,1.82938 -6.7774,1.27148 1.1127,0.40871 2.1918,1.23843 3.0723,2.01172 -0.9656,-0.56421 -4.0255,-0.80731 -4.9785,-0.10547 -0.9067,0.66822 -1.7306,-0.15364 -2.4356,0.5293 1.4057,0.68397 0.6032,1.67276 0.3184,2.7539 -0.2658,1.00234 1.3591,1.73306 -0.1055,2.54102 -0.5704,0.31519 -2.1586,0.0952 -2.8594,0.21289 -1.1063,0.18493 -2.6905,0.10073 -3.6015,0.8457 0.2385,-0.24165 0.4192,-0.47757 0.6347,-0.74023 -1.4657,-0.0914 -3.3355,0.45452 -4.6582,-0.42383 -0.9353,-0.62199 -1.4037,-1.72556 -2.4355,-2.22461 -1.1022,-0.53166 -2.7221,-0.16593 -3.6016,-1.16406 -1.079,-1.22297 0.616,-1.87659 1.5879,-2.11719 -0.1019,-0.27736 -0.2148,-0.57028 -0.3164,-0.84765 2.5689,-0.89412 5.3526,-0.0911 7.9414,-0.84766 -0.8498,-1.99416 -3.0879,-2.52989 -4.7656,-3.60156 -1.8355,-1.17254 -3.0034,-1.90706 -5.2949,-2.11719 -2.3955,-0.21851 -4.9995,0.7117 -7.3067,0.10547 -1.121,-0.29419 -3.4469,-1.54698 -4.4472,-0.42383 1.8113,0.55685 4.086,1.23488 5.7187,2.22461 0.9813,0.59468 -0.018,2.06597 1.2695,2.22461 -1.1347,0.18492 -0.7224,0.64672 -0.1054,1.05859 -1.2913,0.062 -0.3461,0.50872 -0.4239,1.27149 -0.062,0.6178 -0.3034,1.22726 -0.5293,1.79882 -0.291,0.73757 -0.9305,2.00898 0.1075,2.43555 1.4887,0.61149 2.8808,0.35572 4.1289,1.69531 0.7029,0.75438 0.2625,2.22266 1.4824,2.54102 -2.7128,0.85629 -1.6237,4.73719 -0.4238,6.24805 -0.995,-0.78695 -1.4768,-2.2002 -2.8594,-2.43555 -0.1223,-0.0207 -0.2745,0.004 -0.4219,0 0.5211,0.72584 1.0884,1.48101 1.6914,2.2168 -0.603,-0.73579 -1.1722,-1.49096 -1.6933,-2.2168 -0.7374,-0.019 -1.6544,0.17523 -1.5879,1.05859 -0.3111,-0.12295 -0.6049,-0.2992 -0.8477,-0.52929 0.4477,-0.43183 0.9805,-0.72472 1.5899,-0.84766 -0.2761,-1.30806 -2.5405,-1.64713 -3.6016,-1.69336 -1.6643,-0.0735 -2.4138,-0.0586 -4.0234,-0.5293 -0.3953,-0.1161 -0.7318,-0.16053 -1.0586,-0.10546 v 0 c -0.9804,0.16524 -1.7161,1.01162 -2.4355,1.79882 -1.1768,1.28917 -2.4807,1.63859 -4.1289,2.01368 -1.6758,0.38139 -2.6302,1.43715 -4.0254,2.32812 -0.7639,0.48751 -3.0097,1.08399 -2.8594,2.33008 0.144,1.19775 2.8464,2.41811 3.707,3.17773 0.1508,0.13288 0.2778,0.28567 0.4239,0.42383 1.0947,1.03617 2.0596,2.20623 2.6484,3.59961 -0.9845,-0.29734 -3.257,-0.96824 -4.2363,-0.74023 -1.4867,0.34672 -2.135,0.39755 -3.6016,-0.21289 -1.5424,-0.64091 -3.2849,-1.10443 -4.9766,-0.95313 -1.0695,0.0956 -2.3185,1.46042 -2.6484,0 0.6294,0.0504 1.2751,-0.28004 1.6953,-0.74023 -2.5132,0.73755 -4.1977,-1.77283 -6.4609,-2.22461 -0.8582,-0.17127 -2.4976,-1.03764 -3.0703,0.10547 -0.6167,1.23137 -0.6852,1.67916 -2.4356,1.58984 1.3165,1.77982 3.3914,2.77566 5.084,4.12891 0.7932,0.63354 1.8484,0.48292 2.752,0.21289 1.1683,-0.34882 1.9236,0.42399 2.9648,0.74023 -0.8437,1.09374 2.433,3.54966 -1.2695,3.17774 -1.0118,-0.10192 -1.3084,0.96742 -2.7539,0.52929 -1.5193,-0.46019 -3.1567,-0.58053 -4.6602,-1.05859 -0.5658,-0.17989 -0.9576,-0.58791 -1.375,-0.95313 -4e-4,-3.3e-4 0,3.4e-4 0,0 -0.4912,-0.42959 -0.9969,-0.83233 -1.586,-1.16601 -0.581,-0.33095 -0.524,0.76553 -1.166,-0.10547 -0.2701,-0.35512 -0.6205,-0.62151 -1.0586,-0.74024 -1.2524,-0.61044 -1.9789,0.47359 -3.1777,-0.10742 -0.9689,-0.4707 -1.9404,-1.14619 -2.9649,-1.48242 0.2301,-0.25006 0.4131,-0.48492 0.6367,-0.74023 -0.2741,-0.18073 -0.5681,-0.35699 -0.8476,-0.5293 0.2931,-0.19018 0.6443,-0.36646 0.9531,-0.5293 -1.0759,-0.0746 -1.1109,-1.54507 -2.2246,-1.69531 1.0958,-1.21457 -1.6089,-2.21427 -2.2246,-2.85937 -0.6209,-0.65037 2.4614,-1.45819 1.3769,-2.96485 2.1518,0.51378 -1.1616,-2.52736 -1.6933,-2.85937 -2.2705,-1.41735 -5.3345,-1.77177 -7.9434,-1.90625 0.766,-0.26372 2.04,-0.11721 1.6953,-1.37696 -0.955,0.18808 -3.1642,0.005 -4.1308,-0.21093 0.895,-0.46545 2.0203,-0.47345 2.9648,-0.2129 -0.2026,-0.20706 -0.3918,-0.3446 -0.6347,-0.42382 -0.372,-0.12128 -0.8537,-0.13448 -1.2715,-0.10547 -0.401,0.0277 -0.7761,0.10232 -1.166,0.10547 0.54,-0.13261 1.031,-0.39516 1.5898,-0.31641 0.095,0.0132 0.2199,-0.0402 0.3164,0 -0.9141,-0.74073 -2.2325,-0.49778 -3.2832,-0.84766 1.9805,0.20804 -1.5443,-1.29734 -2.3281,-1.16601 0.2625,-0.26792 0.4986,-0.4534 0.7402,-0.74024 -1.3312,-0.92983 -2.9025,-0.77073 -4.3418,-1.37695 1.0276,0.15971 2.0731,-0.3982 3.0723,0 1.0591,0.42236 2.3656,0.57344 3.4941,0.5293 -2.2653,0.084 2.2732,2.3393 2.8594,2.54101 0.6987,0.24061 2.0525,-0.28343 2.541,0.10743 0.7197,0.57576 1.557,0.6581 2.1192,-0.21289 -0.2807,1.35535 1.6263,0.57465 2.3281,1.80078 0.079,0.13657 2.6822,-0.27842 3.2832,0 2.8053,1.30176 5.4838,1.87619 8.5781,2.01172 3.6595,0.15972 6.9798,1.32757 10.5899,1.69531 3.2445,0.33095 6.0788,-0.10588 9.2128,-0.84766 2.8652,-0.67768 4.6234,-1.74754 6.7774,-3.70703 1.4268,-1.29967 3.0274,-3.88871 0.4238,-4.55273 -0.5316,-0.13553 -1.1932,-1.8037 -1.375,-2.33008 -0.4581,-1.32699 -0.9409,-1.0489 -2.0137,-1.58789 -1.1883,-0.59468 -2.4592,-0.43346 -3.4941,-1.37696 -0.9172,-0.83527 -2.1013,-1.62072 -3.2832,-2.01367 0.2121,0.26792 0.3423,0.56187 0.5293,0.84766 -2.6172,0.31729 -5.5282,-1.20207 -7.7305,-2.43555 0.2827,0.2196 0.5777,0.39942 0.8477,0.63477 -2.82,-0.50117 -5.0219,-2.57652 -7.7305,-3.38867 -3.1551,-0.94666 -6.3641,-1.8589 -9.4258,-3.07032 -2.7359,-1.08113 -5.1304,-0.3009 -7.8359,-0.74218 -1.161,-0.18914 -2.3153,-0.70978 -3.4941,-0.74024 -1.0675,-0.0274 -2.241,0.37194 -3.2832,0 -0.027,0.7033 -0.3477,1.00824 -0.7422,1.27148 -0.5695,-0.17442 -1.5262,-0.53625 -0.1055,-0.74218 -1.0696,-0.21329 -0.7281,-0.34399 0,-0.74219 -0.8731,-1.03175 -2.3586,-0.5051 -3.2832,0.10742 0.1911,-0.26687 0.3695,-0.45535 0.5293,-0.74219 -0.8877,-0.021 -1.7649,-0.34503 -2.6465,-0.42382 -0.393,-0.0357 -0.7023,0.0923 -1.0586,0.21289 0.1494,-0.046 0.2707,-0.17112 0.4219,-0.21289 -0.9615,-0.50432 -1.9645,-0.76061 -2.9649,-1.16407 0.1009,-0.28262 0.2233,-0.52049 0.4239,-0.74218 0.8668,1.04646 5.6491,2.2785 5.9297,0.21289 -1.3081,-0.55896 -2.7091,-0.28173 -4.0235,-0.95313 -0.6666,-0.34041 -1.5761,-0.80095 -2.4355,-0.84765 -0.2864,-0.0155 -0.5908,0.007 -0.8477,0.10546 0.2522,0.22695 0.489,0.41084 0.7422,0.63672 -0.4414,0.0567 -1.565,-0.1463 -1.6953,0.5293 -0.083,0.42552 -1.1935,1.01172 -1.4824,0.8457 -0.9656,-0.55265 -2.4088,-0.64397 -3.4942,-0.8457 0.7712,0.55055 1.2041,1.48784 0,1.79883 -1.2313,0.31939 -2.4004,-0.26744 -3.4941,-0.74024 0.9603,2.16647 -2.3134,2.17499 -3.6016,2.43555 -1.4867,0.30049 -0.4257,1.03906 -1.2715,1.80078 -1.1389,1.0265 -3.1543,1.08463 -4.5527,1.58789 0.8237,0.10821 3.1064,0.29242 1.6953,1.58789 -1.2198,1.14733 -1.0322,2.22373 0.4219,3.17774 1.4058,0.92248 3.1647,0.95433 4.5547,1.90625 1.0916,0.74702 3.0817,1.55549 3.918,2.54101 1.8533,2.18539 -6.0509,3.92546 -3.5997,6.99024 0.265,0.33149 0.5564,0.64416 0.8458,0.95312 5e-4,-2.2e-4 0,2.2e-4 0,0 2.2969,2.45259 5.1964,4.33299 6.3535,7.73047 -0.7995,0.042 -1.5473,0.28303 -2.3301,0.42383 1.0234,0.28998 0.4685,1.86373 0,2.64648 -0.4424,0.73862 1.1342,0.94765 1.377,1.48243 -1.638,0.35197 -1.3192,2.18613 0.1055,2.64843 0.9434,0.30574 1.9913,-0.26183 2.5429,0.84766 -2.904,1.31018 1.2757,2.80764 2.4356,3.38867 2.5689,1.28706 -1.3473,3.73766 -2.543,4.3418 3.1173,1.7357 6.2892,3.37284 9.3203,5.18945 1.264,0.75753 1.7736,1.05181 1.1641,2.43555 -0.7103,1.61382 -1.1924,2.71244 -2.6465,3.8125 -1.9257,1.45688 -3.5985,3.17787 -5.2949,4.87109 v 0 c -1.0599,1.05793 -2.1193,2.10267 -3.2812,3.07031 -2.9208,2.43124 -6.5935,3.991 -9.2149,6.77735 1.4878,0.0169 2.2248,-0.005 3.4961,-0.8457 0.4781,-0.31624 1.6648,-1.01429 2.2227,-0.42383 -0.7565,0.44338 -0.1922,1.33048 0,1.90625 -0.538,-0.25952 -1.0689,-0.55242 -1.5879,-0.84766 0.9067,1.0055 3.0768,2.72401 4.3418,3.17578 1.8061,0.64406 3.3064,-0.57995 5.082,0.63672 0.083,0.0567 3.732,2.01171 2.1192,2.01172 -1.7599,0 -3.3887,-1.11364 -5.1895,-1.16406 -0.8511,-0.0241 -1.3116,0.4705 -1.8008,0.95312 -0.4101,0.40456 -0.8476,0.80305 -1.4824,0.8457 -0.7953,0.0536 -1.7974,-1.06432 -2.3301,0 -0.1585,0.3173 -0.1966,0.84556 -0.6347,0.84766 -0.7449,0.005 -2.1669,-1.46357 -1.9063,0 0.123,0.69134 0.7465,0.98087 0.2129,1.69531 0.5232,0.20383 1.0678,0.48809 1.2695,1.0586 -1.8061,-0.0251 -1.6932,1.26339 -2.33,2.54101 -0.4358,0.87137 -1.5923,1.32823 -1.6934,2.33008 -0.011,0.0515 -0.1069,0.0506 -0.1055,0.10547 0.024,1.12211 0.9536,2.05036 0.7403,3.17773 -0.1231,0.64826 -0.275,1.29751 0.3183,1.80079 0.723,0.61358 1.2546,2.32103 2.1172,2.43554 -2.2464,1.77774 -3.449,2.86036 -0.1055,4.3418 1.4489,0.64301 0.9578,3.12997 0.1055,4.23633 1.6705,-0.20279 3.0539,2.06588 3.8125,3.38867 0.2891,0.50327 0.6193,3.90914 1.5879,3.49414 1.6727,-0.71761 2.5101,0.90331 4.2363,0.5293 0.808,-0.17547 1.776,-0.2486 2.543,0.10547 0.8195,0.37824 0.4149,0.90812 0.5293,1.58789 0.2837,1.68316 4.5061,-0.86445 5.6113,-0.5293 0.4757,0.14443 2.6085,1.04567 3.9199,1.80078 0.577,0.33228 1.0442,0.67433 1.0586,0.84766 0.098,1.17359 -0.4494,1.71625 0.3164,2.85937 0.3803,0.56632 0.8823,1.70664 0.1055,2.22461 -1.3489,0.89937 2.0464,3.21419 2.6484,4.23438 0.623,1.05592 1.2904,2.20651 2.4356,2.7539 0.8395,0.40031 2.2731,0.2412 2.541,1.37696 0.1607,0.67767 -0.9824,2.03062 0.6367,1.69335 1.1473,-0.23955 1.5201,-0.0655 2.6465,0.2129 1.9352,0.48015 0.2396,0.63412 1.2715,1.37695 0.3466,0.24925 0.7037,0.65039 1.1641,0.95312 0.4147,0.27276 0.9465,0.43682 1.0605,0.84766 0.165,0.59152 -3.1191,2.48113 -3.8125,2.54102 -1.9406,0.16811 -3.4933,-1.78784 -5.4023,-0.21289 -0.9141,0.75437 0.5059,1.77387 1.0605,2.2246 1.101,0.89412 0.7157,0.94175 0.9531,2.22461 0.3583,1.92377 0.9077,3.95952 2.9649,4.65821 1.66,0.56315 3.0898,-0.32476 2.9648,-2.11719 1.9206,0.13345 3.0188,0.84724 4.8711,0.10547 1.6916,-0.67663 2.8804,0.50917 4.3418,-0.10547 1.5413,-0.64931 2.6007,1.62104 3.0703,2.64648 0.5044,1.099 2.1578,1.23425 2.6485,2.33008 -0.3067,0.19042 -0.6953,0.24618 -1.0586,0.31836 -0.4304,0.0855 -0.8279,0.19775 -1.0586,0.63477 -0.2091,0.39505 2.3387,2.69732 1.164,3.38867 1.0013,0.332 3.4535,1.13262 4.4473,0.63672 1.5634,-0.78064 2.2213,1.34939 3.707,1.26953 -0.4423,0.83107 0.8352,3.26827 1.1641,4.13086 0.5537,1.451 1.6624,2.15761 3.0723,1.37695 1.1483,-0.63525 1.8541,0.0854 2.7539,0.63477 0.1064,0.0648 0.2035,0.0453 0.3164,0.10547 0.1536,0.082 2.1625,0.95626 2.2246,0.95312 1.8145,-0.0872 3.4538,-2.00479 5.5058,-1.79883 1.182,0.11975 1.7486,1.88475 2.4356,2.64649 0.7565,0.83947 2.0618,0.877 2.543,2.01172 1.7651,-1.01603 0.9312,-1.75374 3.0703,-0.63477 1.1074,0.57996 4.1657,1.81703 5.084,0.74219 0.7922,1.58021 1.9601,0.62377 2.8593,1.69336 0.2752,0.32729 0.7736,0.24576 1.1641,0.42383 0.5082,0.2318 0.934,0.66982 1.4824,0.63476 0.6651,-0.0421 0.8217,-0.58183 1.5899,-0.21094 -1.1621,1.10948 1.6123,3.57589 -1.0606,4.66016 -0.6892,0.28052 -1.2793,0.34808 -0.7402,1.26953 0.6913,1.18411 1.7494,-0.44254 1.9062,1.16602 -0.8994,-0.26898 -2.4116,0.5597 -1.9062,1.69336 0.105,0.23519 0.8833,0.71379 1.3769,1.27148 0.3203,0.36168 0.6888,0.73915 0.1055,1.16406 0.3141,0.25426 0.6655,0.3169 1.0586,0.21289 0.1946,0.9551 -0.4951,4.03119 -1.5879,4.12891 -1.1526,0.10294 -2.4711,-0.33032 -3.6016,-0.10547 -0.9918,0.19752 -2.0859,-0.64535 -2.7519,0.5293 -0.3321,0.58734 -0.6972,1.07608 -1.377,1.27148 -1.3406,0.38558 -2.8544,2.73412 -1.166,3.07031 -1.0948,0.95927 -0.1721,1.88127 0.9531,1.37696 0.2837,-0.12709 0.4975,-0.27471 0.7422,-0.42383 -0.1393,0.13832 -0.337,0.33862 -0.4238,0.5293 1.4363,0.16285 2.7547,-0.81801 4.1289,-1.0586 1.7369,-0.30364 0.9537,1.5863 2.3301,1.16602 -0.4949,0.43596 -1.3706,0.66231 -2.1172,1.05859 -0.8512,0.45185 -1.5921,1.05099 -2.4355,1.16406 -3.173,0.42555 -0.7964,0.52079 -1.1661,2.01172 -0.9677,0.0683 -1.663,-0.50614 -2.6464,-0.21093 -0.8889,0.26583 -1.6144,0.58917 -2.5411,0.21093 0.6809,2.18221 1.9139,1.79987 3.4942,2.75391 0.6241,0.37612 3.004,1.69232 2.7539,2.64844 -0.7681,0.0504 -1.5967,-1.16391 -2.3301,-0.84766 -0.6271,0.27106 -0.5601,1.71607 -0.9531,2.22461 -0.1071,-0.50328 -0.2221,-0.97901 -0.3184,-1.48437 -0.9435,0.5915 -0.9934,4.57024 -2.541,3.60156 -0.071,0.50642 0.3507,2.58518 0.8477,0.74023 0.104,0.77646 0.7339,1.52213 0.3164,2.33008 -0.5424,-0.16268 -4.0219,-0.53447 -3.7051,0.10547 -0.7871,-0.64362 -1.991,-1.18486 -2.8594,-0.8457 0.102,0.53138 0.3772,0.95312 0.9531,0.95312 -0.685,0.40451 -1.5638,0.53433 -1.9062,1.37695 2.137,0.94246 4.3624,0.63093 5.7187,2.85938 0.6735,1.10531 4.1642,2.01639 3.0704,0.63476 1.5644,0.43812 2.3348,2.20731 3.707,2.96485 1.4909,0.82369 3.2432,1.06042 4.7656,1.90625 3.4829,1.93215 5.7671,5.42241 9.3184,7.20117 -0.1586,-3.49326 7.1131,-0.54816 9.1074,0.31836 -0.082,-0.38689 -0.3093,-0.85369 -0.4375,-1.27148 0.1281,0.41816 0.355,0.88415 0.4375,1.27148 0.079,0.0346 0.3626,0.0784 0.4238,0.10547 1.2755,0.56948 2.6439,0.95288 4.0235,1.16406 1.2902,0.19756 2.2816,-0.26043 3.496,-0.21094 0.8689,0.0356 1.5299,0.60222 2.4356,0.63477 0.2497,0.0106 0.4853,0.10038 0.7402,0.10547 -10e-5,5.8e-4 2e-4,0.001 0,0.002 0.5869,0.0134 1.1906,-0.0283 1.6953,0.31641 0.3267,0.22262 1.612,0.79734 2.752,1.37695 1.9473,0.98997 3.9367,2.15417 3.3887,2.75391 1.5926,1.1828 3.818,-0.52349 5.6132,-0.74219 0.828,-0.10097 1.6248,0.0355 2.1192,1.05859 0.1129,-1.58674 2.2294,-1.1007 3.0703,-0.3164 0.05,0.0471 0.1729,0.0564 0.2129,0.10547 1.1977,1.472 1.9429,0.28834 3.3887,1.05859 0.8897,0.47458 0.2882,1.62706 0.3164,2.43555 v 0.10546 c 0.09,0.8069 1.9125,1.44318 2.5429,1.69532 2.3893,0.95403 5.1791,1.14824 6.9883,2.96484 0.7786,0.7796 1.4287,1.10879 2.3301,1.58789 0.9613,0.51169 0.959,1.85412 2.0117,2.33008 0.8688,0.39296 2.656,1.17508 3.6016,0.74219 0.5274,-0.2406 0.9546,-1.54837 1.3769,-2.01172 0.8553,-0.94034 1.8844,-1.62756 2.541,-2.75391 0.6956,-1.19353 -0.3244,-1.4601 -1.166,-2.33008 -0.9772,-1.01073 -1.6613,-2.2321 -2.7519,-3.17773 -0.9498,-0.82476 -2.1765,-1.56744 -2.8594,-2.64648 -0.7313,-1.16095 -1.0923,-2.3149 -2.3301,-3.07032 -0.8825,-0.53795 -0.6078,-2.40261 0.1055,-2.96679 -1.9301,-0.34464 -0.6982,-4.07024 -0.1055,-5.08204 -1.4194,-0.88568 -1.2848,2.18842 -1.166,2.96485 -1.3764,-0.20367 -0.3735,-0.88879 -0.4219,-1.80078 -0.052,-0.95926 -0.745,-1.7982 -1.2714,-2.54102 -0.8762,-1.23664 -1.5197,-1.83392 -2.8594,-2.54101 -1.0013,-0.52849 -2.7808,-0.84865 -2.6485,-2.33008 0.08,-0.90557 1.8281,-1.74146 1.6954,-2.64844 0.1291,0.1518 0.2881,0.27845 0.4238,0.42383 0.2616,-0.90327 0.6715,-1.7788 1.0586,-2.64649 0.8515,-1.90892 1.5363,-3.75618 -0.1055,-5.61328 0.9678,0.01 1.4609,0.97995 1.9063,1.69336 -0.2071,-0.64824 -0.2689,-1.44097 -0.8477,-1.90429 0.8783,0.24797 1.638,0.85136 2.4355,1.26953 -0.034,-0.17221 0.1017,-0.0934 0.1055,-0.21094 0.03,-1.02846 1.2271,-0.37152 2.1192,-0.84766 0.4885,-0.26057 0.7275,-0.80944 1.3769,-0.74219 -1.3039,-1.6201 2.092,-0.28929 2.4356,-0.10546 0.083,-0.64302 -0.2205,-0.94999 -0.8477,-0.95313 0.3782,-0.53269 0.2739,-1.02221 -0.4238,-1.16406 0.5432,-0.27424 1.0741,-0.22021 1.5879,0.10547 -0.044,-1.03174 1.1914,-1.03511 1.8007,-0.63477 -0.106,-0.52535 -0.1614,-1.05609 -0.2109,-1.58984 0.2837,0.14711 0.5682,0.26726 0.8457,0.42383 -0.2447,-1.55289 -6.3551,-2.98037 -5.9297,-3.8125 0.5411,-1.05907 3.691,0.70653 3.2832,-0.74024 -0.2921,-1.0328 -1.5375,-1.88987 -2.2246,-2.64844 -2.3178,-2.55521 -3.9117,-5.57142 -7.5176,-6.24804 -0.8824,-0.166 -2.7308,-0.56949 -3.3906,0.31836 -0.7764,1.04226 -1.8511,-1.87513 -2.3281,-2.33008 0.2511,-0.17864 0.487,-0.35486 0.7402,-0.5293 -1.0948,-0.9929 -0.9145,-1.70101 -2.541,-2.11914 -0.8973,-0.23116 -2.0272,-0.50085 -2.541,-1.375 -0.9572,-1.62854 0.3111,-4.03288 1.5879,-4.97851 1.1056,-0.81886 0.3184,-1.49474 -0.5293,-2.22266 -0.5097,-0.43766 -1.0817,-0.93471 -1.166,-1.37695 -0.4907,-2.55942 0.056,-3.5378 1.9062,-4.8711 1.1305,-0.81533 -1.1047,-3.95145 1.6953,-3.91992 2.427,0.0275 4.0821,4.00768 6.1426,4.97852 1.0769,0.50745 2.6958,-0.15672 3.4942,-0.95313 0.6809,-0.67874 -0.4228,-1.32731 -0.7422,-1.90625 -0.5811,-1.0538 -1.0192,-3.6104 -2.3282,-4.02539 1.8366,0.48226 3.5162,-0.40591 4.9766,-1.58789 0.5253,-0.42552 -0.3148,-1.27544 -0.2129,-1.80078 0.1576,-0.81425 1.3421,-0.52931 1.9063,-0.5293 1.0097,0 1.3294,-1.01527 2.2246,-1.26953 0.8226,-0.2343 1.8605,-0.18537 2.33,-1.06055 0.7261,-1.3522 0.1639,-2.82769 2.1172,-1.90625 -0.2026,-0.50326 -0.3264,-1.08461 -0.5293,-1.58789 0.1441,0.0309 0.373,0.14566 0.5293,0.21289 0.4691,0.20171 0.9252,0.46241 1.5899,0.63477 0.9245,0.23976 2.0697,0.22537 2.2226,0.84766 0.4497,1.8292 1.8237,-0.41799 2.6485,0.95312 0.4097,-0.50537 0.4009,-1.50551 1.0586,-1.80078 0.9277,-0.41711 1.7682,-0.40363 2.7539,-0.95313 1.1705,3.7509 4.5291,2.18696 7.4121,2.54102 1.6789,0.20594 1.8823,1.7732 3.1777,2.33008 1.1663,0.50009 2.1499,0.18406 3.0703,1.27148 0.6672,0.78904 3.2723,1.8016 3.1778,2.33008 -0.1325,0.74177 0.034,1.8154 0.6347,2.32813 1.0276,0.87836 1.2853,-1.06925 0.9532,-1.69336 -0.4266,-0.79851 -1.298,-1.46959 -1.5879,-2.33008 1.3501,-0.92774 3.2686,0.88396 4.2363,1.58789 1.057,0.7691 2.6316,0.92621 3.4941,1.69531 1.0318,0.91935 3.057,0.53316 3.4942,-1.05859 0.312,-1.13787 1.9903,-1.41392 1.9062,-2.64844 0.5925,0.0368 1.1242,0.2681 1.5899,0.63477 0.055,-1.02335 3.2409,-1.28197 3.4941,-0.63477 0.247,0.6304 1.7111,1.40192 2.3301,1.58789 0.6955,0.20804 1.0422,-0.66313 1.7988,-0.31641 -0.098,-3.47559 0.8155,-0.38866 2.7539,-1.80078 1.5287,-1.11475 2.8066,1.22098 3.3887,2.11719 0.8174,1.25975 2.7472,1.56505 4.1309,1.69531 0.5799,0.0546 3.7308,0.24157 2.9648,1.48243 0.871,-0.0589 2.2292,-0.2496 2.3301,-1.37696 0.047,-0.5348 -0.1131,-1.51579 0.6347,-1.69336 0.6925,-0.16493 1.3459,0.81418 1.8008,1.16406 0.6693,0.51588 1.7331,0.5938 2.541,0.63477 1.1274,0.0567 5.3836,-0.45569 5.4004,-2.01172 0.011,-0.92143 -1.1837,-3.09409 0.4239,-3.2832 -1.5025,-0.49697 -1.7988,-1.5179 -3.5997,-1.69336 -1.4037,-0.13554 -1.8976,-1.19769 -3.0722,-1.48242 -1.3995,-0.33831 -2.2343,0.16307 -3.1758,-1.16602 -0.1183,-0.16713 -0.3609,-0.21901 -0.6348,-0.3164 -1.0445,-0.37158 -2.8542,-0.46542 -2.8593,-1.37696 0,0.004 2.6534,-1.50998 2.8593,-1.58984 0.787,-0.30678 1.3383,-0.0315 2.0118,-0.63477 0.4024,-0.36038 0.784,-0.90769 1.2695,-1.16406 -0.4603,-0.29628 -3.3188,-3.12179 -3.1758,-3.38867 0.3445,-0.64931 1.8297,-1.32944 1.0586,-2.22461 0.8426,-0.0946 2.0251,-0.25506 2.8594,-0.21094 0.6587,0.0357 1.2223,0.42187 1.9062,0.42188 0.3835,0 4.2603,-0.14849 2.3301,-1.26953 -1.9101,-1.10951 -4.0126,-1.02055 -6.0371,-1.58789 -2.9314,-0.82057 1.066,-1.45448 1.3769,-1.90626 -0.5747,-0.85628 -1.1921,-0.52573 -2.0117,-0.42382 -0.8793,0.10924 -1.9057,-0.4442 -2.6484,-0.84766 2.572,-0.21224 0.5287,-1.93373 -0.211,-2.54102 0.5096,-0.0998 0.9844,-0.0448 1.4825,0.10547 -0.4781,-1.73045 3.4878,-0.23257 4.1308,-0.10547 0.9803,0.19334 1.7791,-0.63671 2.752,-0.63671 1.0013,0 1.2863,0.99242 2.2246,1.05859 -0.4624,-2.86726 3.2772,-0.67737 3.3887,-2.01172 0.1071,-1.28706 4.4884,-0.58515 5.4004,-0.8457 0.104,-0.25006 0.1213,-0.48688 0.2128,-0.74219 0.4371,0.0578 0.9609,0.0323 1.377,-0.10547 0.08,-0.0108 0.1354,0.0119 0.2109,0 0.9885,-0.15324 1.6912,-0.40614 2.7539,-0.21289 0.7586,0.13766 1.334,-0.65036 2.0118,0 0.8741,0.83948 0.8572,-0.44983 0.8476,-0.95312 -0.04,-2.04459 6.8275,-1.74527 8.4707,-2.11719 1.8334,-0.41396 3.5565,-0.69717 5.4024,-1.0586 1.3962,-0.27422 4.1732,-0.91691 5.082,-2.01171 -1.6222,-0.29103 -0.2728,-0.85568 0.1055,-1.06055 0.7407,-0.40241 2.0343,-0.18801 1.5898,-1.48242 0.6208,0.17652 1.2664,0.1811 1.9063,0.10547 -0.2216,-0.25637 -0.51,-0.49227 -0.7422,-0.74024 0.8669,0.0423 1.8379,0.73432 2.541,0.5293 0.1,-0.0291 0.2319,-0.0331 0.3183,-0.10547 1.0003,0.1429 2.0412,0.17666 2.9649,0.63477 0.9351,0.46439 3.4512,2.06513 4.4473,1.05859 0.5354,-0.5409 1.0053,-0.75873 1.4843,-0.8457 0.7055,-0.12809 1.4343,0.13713 2.4356,0.95312 0.9614,0.78379 1.0075,1.98747 1.8008,2.85742 0.6198,0.67873 1.4324,0.9609 2.2226,1.37696 -1.0034,1.04329 1.6383,3.33115 -0.5293,3.49609 1.3354,1.64639 2.5055,0.60551 3.8125,1.26953 0.7838,0.3982 1.4302,-0.37607 1.9063,-0.8457 0.4854,-0.47911 1.7695,0.30759 2.4355,0.21094 -0.5778,-0.28998 -0.8936,-0.83418 -0.7402,-1.48243 1.1053,0.49067 1.8941,1.93398 3.1758,2.01172 -1.0612,0.788 0.068,1.10855 0.5293,2.11719 0.4265,-0.46335 0.9595,-0.75074 1.5898,-0.74023 -0.3415,-0.52323 -0.9835,-0.81088 -1.5898,-0.5293 1.1084,-3.13308 6.257,3.37366 7.625,-0.31836 0.56,0.44128 1.0606,1.06215 1.0585,1.80078 -1.039,-0.14395 -2.8389,0.56981 -2.4355,1.90625 0.3016,1.00128 1.6839,0.8997 2.0137,1.90625 0.8289,-0.76698 2.2904,-2.55619 3.5996,-1.48242 0.6787,0.55685 1.1504,-0.26881 1.8008,0.31641 0.4045,0.36352 0.5504,0.73902 1.164,0.74218 -0.1325,-2.07506 1.021,-2.2794 2.6485,-2.85937 0.769,-0.27423 3.107,-1.18065 2.1172,-2.33008 1.2733,-0.11136 2.4394,-0.54166 3.6015,-1.05859 0.037,-0.0165 0.2583,-0.18336 0.4219,-0.31836 7e-4,-5.5e-4 0,-10e-4 0,-0.002 0.4189,-0.34634 0.99,-0.85357 1.0586,-0.84375 1.22,0.17653 2.3395,-0.62871 3.4942,-1.06054 -0.2175,0.26476 -0.4529,0.55767 -0.6348,0.84765 1.0685,0.27632 0.7184,1.17145 0.211,1.80078 -0.3331,0.41293 -1.2365,0.0253 -1.6934,0.31836 3.4601,2.62456 7.5149,4.06858 11.2246,6.24805 0.068,0.0401 0.1429,0.0648 0.2109,0.10547 3.4934,2.08557 6.2626,4.87435 9.2149,7.625 3.0586,2.8494 6.2891,5.58768 9.3183,8.4707 1.8995,1.80819 4.6591,6.09401 7.3067,6.67188 -0.9918,-1.05277 0.8027,-0.51791 1.4824,-1.80078 0.478,-0.90357 -0.5544,-1.20943 -0.2109,-2.11719 0.1155,-0.30785 1.6295,-0.64108 1.8007,-0.63477 0.8269,0.0251 1.3153,0.91505 2.0118,0.84571 1.4478,-0.14606 0.6092,0.8569 0.8476,1.69531 0.1945,0.68608 1.3187,0.2942 1.7988,0.31836 0.8763,0.0473 1.4013,1.31551 2.0137,1.79883 0.8406,0.66297 2.3135,-0.24524 3.2813,-0.10547 0.8027,0.11555 1.1657,0.72182 2.0136,0.31836 0.3951,-0.20069 0.8261,-0.24442 1.2696,-0.21289 1.2145,-0.0368 1.455,-1.11615 2.3301,-1.26954 1.1819,-0.20594 0.7409,0.0308 1.5878,-0.84765 0.2847,-0.29523 0.8224,-0.16325 1.1661,-0.10547 1.6695,0.28001 3.3708,0.94075 4.8711,1.90625 1.5003,0.9655 2.7997,2.2348 3.707,3.59961 1.4005,2.10658 4.9923,1.01186 6.459,2.75391 1.0034,1.19145 1.745,2.60237 2.9648,3.60156 1.1862,0.97084 4.1381,0.65234 5.6133,0.8457 0.7092,0.0935 1.9753,1.2999 2.4355,-0.21094 0.1546,-0.50222 0.7941,-1.03864 1.1661,-1.37695 0.6892,-0.62723 1.4813,-0.39489 1.164,0.63477 -0.4109,1.33015 1.0465,1.0288 1.8008,1.58984 0.9531,0.71027 1.5723,2.07032 2.8594,2.22266 1.3123,0.15657 1.1147,1.00291 2.1172,1.37695 1.3448,0.50219 4.5593,-0.57899 4.6601,-2.11719 0.08,-1.20719 1.0492,-1.6684 2.2227,-1.48242 0.8277,0.13101 1.7766,0.70626 2.0136,0.10547 0.048,-0.12208 0.1296,-0.17907 0.1055,-0.42383 0.7439,0.31731 1.699,0.67805 2.4356,0.10547 -0.1461,-0.25531 -0.3739,-0.49124 -0.5293,-0.74024 1.2125,-0.19229 2.1453,-0.52969 3.2832,-0.95312 -0.6042,-0.3656 -0.9432,-1.0439 -1.166,-1.69531 0.9014,-0.63458 2.2935,-0.0499 2.1191,-1.37696 -0.034,-0.24373 1.9008,-0.98082 2.1172,-1.05859 0.9079,-0.32359 1.5373,-0.10057 2.2246,-0.84766 0.6104,-0.66402 1.125,-1.1977 2.0117,-1.48242 1.3407,-0.4308 1.6245,-0.10772 2.4356,-1.37695 0.3835,-0.59887 0.9333,-0.68876 1.5878,-0.74024 0.8931,-0.0704 3.0329,0.0127 2.3301,-1.48242 1.5844,-0.0315 2.0428,2.22481 3.7071,1.0586 1.4614,-1.02546 0.9074,0.65201 2.0117,1.05859 2.4879,0.91512 5.6981,-0.49302 8.2597,0.5293 1.3281,0.52951 2.0772,1.80619 3.0723,2.7539 1.3133,1.25239 3.0058,1.84295 4.7656,2.11719 0.6189,0.0967 4.12,1.1513 4.5528,0.84766 1.0222,-0.71553 1.8388,-0.99367 3.0703,-0.84766 1.8944,0.23325 3.6897,0.84202 5.6133,1.06055 1.3816,0.15657 3.095,1.34335 4.4472,1.05859 1.2062,-0.25425 1.3666,-1.53352 2.6485,-1.69531 1.3521,-0.17129 1.6463,-1.99445 1.4824,-3.07031 -0.2519,-1.65061 -0.8714,-1.86294 -2.2246,-2.43555 -1.3259,-0.5621 -1.4697,-2.15608 -2.6465,-2.75391 -1.2619,-0.64195 -2.92,-5.73829 -0.6348,-4.97656 -0.6439,-1.36481 -0.4658,-2.29474 1.0586,-2.75391 1.1001,-0.33094 0.7268,-2.31263 0.5293,-3.07226 0.2135,0.0667 0.4226,0.14291 0.6348,0.21289 -0.056,-0.11139 -0.2781,-0.31684 -0.3164,-0.42383 0.039,0.10699 0.2608,0.31244 0.3164,0.42383 2.5988,0.85753 5.0989,1.93212 7.7304,2.75391 2.985,0.93194 6.0245,0.86439 9.002,2.01171 2.343,0.90147 4.7458,0.93147 7.2012,1.37696 2.1255,0.38769 2.91,3.14838 4.1308,4.6582 0.6294,0.77749 1.4665,1.2639 2.0118,2.11914 0.5557,0.87201 1.5767,0.8447 2.33,1.48242 0.7377,0.62515 2.3335,1.07475 3.2832,1.16407 1.3113,0.12398 1.7184,0.65812 2.8594,1.06054 4.0902,1.44888 7.9582,-1.00898 11.8594,-1.90625 2.0194,-0.46441 4.706,-0.23685 6.6719,0.42188 1.6211,0.54427 2.633,0.005 4.2363,0.21289 1.4583,0.18806 2.6378,1.33126 3.8125,2.11719 1.2863,0.85931 2.5875,0.88262 4.0234,0.95312 0.2318,0.0116 0.3926,0.20664 0.6367,0.21289 2.0194,0.0525 2.4052,0.52711 3.5997,2.01172 0.9035,1.12106 2.1307,1.44084 3.2832,2.22461 3.1267,2.12759 6.0542,0.78625 9.4257,1.90625 2.1739,0.72181 4.2189,0.58961 6.459,0.63477 1.2808,0.0265 2.6949,0.69704 3.918,0.10546 0.7208,-0.34773 1.2001,-0.91544 1.9062,-1.26953 0.7775,-0.38982 1.7234,-0.11728 2.543,-0.53125 1.1295,-0.56944 3.1781,-0.53362 4.4473,-0.8457 1.4078,-0.34566 3.2034,0.57076 3.9179,-1.16602 0.498,-1.21139 0.6048,-2.08964 1.6954,-2.96484 2.8441,-2.27996 5.8018,-3.66677 9.3183,-1.80078 1.7094,0.90779 3.0297,2.05311 4.9766,2.43555 1.6746,0.32885 2.6214,-0.75455 4.2363,-0.95313 2.0351,-0.25005 3.2374,0.968 4.8711,1.90625 1.4783,0.84788 3.2267,0.98676 4.8711,1.27149 1.2514,0.2175 3.8224,1.69345 4.873,0.52929 0.8656,-0.95718 1.3543,-2.48676 2.6465,-2.96484 0.8836,-0.32673 4.6784,-0.66059 3.8125,-2.33008 -0.4349,-0.83948 -2.2958,-1.05442 -2.4355,-1.69531 -0.2396,-1.10422 -0.1433,-1.89527 0.1054,-2.96485 0.1766,-0.75437 -0.6821,-1.28149 -0.3164,-2.01171 0.3302,-0.65982 0.272,-1.52172 0.211,-2.22461 -0.1115,-1.28497 -0.8103,-2.98618 -0.3184,-4.23438 0.6672,-1.69052 2.3001,-1.66035 1.5899,-3.70703 -0.4119,-1.18515 -2.0192,-2.02766 -2.6485,-3.2832 -0.5327,-1.06747 -2.261,-1.2292 -3.2832,-1.16407 -1.4952,0.0946 -1.9584,-0.15566 -2.9648,-1.27148 2.5279,-0.85314 1.4591,-4.29008 4.4472,-4.55273 0.7281,-0.0642 1.4157,-0.23918 2.1192,-0.42383 2.1042,-0.55232 4.1614,-1.38807 6.3535,-1.16602 3.3191,0.33725 6.8325,-1.28351 9.9551,0.42383 0.7344,0.4003 1.5946,0.26705 2.3301,0.63476 0.663,0.33095 1.2431,0.83611 1.9062,1.16602 1.2955,0.64721 2.8354,0.39878 4.1289,1.05859 0.017,-1.3459 1.4734,-0.82978 2.2246,-0.52929 0.8332,0.33306 3.2004,0.72133 3.5996,1.37695 0.6252,1.0265 2.316,1.33049 3.3887,1.90625 0.9109,0.48856 0.8965,0.43741 1.2715,1.26953 0.3499,0.77644 1.4202,0.69427 2.0117,1.16602 1.2177,0.97291 2.5653,1.70614 3.8125,2.64648 1.2114,0.91198 1.4186,2.28361 2.7539,3.17774 0.9321,0.62304 2.1933,2.18274 3.1777,2.54101 0.7251,0.26372 2.1999,1.60366 2.6465,2.22461 1.9206,2.67394 5.6308,3.65371 7.3067,6.45899 0.9634,1.6138 1.63,1.85561 3.1777,2.7539 0.8636,0.50117 1.1436,2.21151 1.9063,2.96485 1.2114,1.19671 2.5614,2.25233 4.2363,2.64843 1.7966,0.42551 2.6831,0.22843 4.4472,0.10547 1.2756,-0.0893 1.9494,0.11113 3.0704,0.84766 1.265,0.83107 2.7756,0.71461 4.1308,1.27148 -1.1326,-2.01624 1.6327,0.47889 1.8008,0.5293 1.0696,0.32257 1.6343,0.35399 2.541,1.16406 1.5906,1.42258 3.5513,2.5108 5.7188,2.33008 1.3446,-0.11181 1.5668,0.25245 1.6953,0.74023 0.1614,0.61259 0.1066,1.44222 1.164,2.01368 1.72,0.93091 3.245,1.77313 3.1778,3.8125 -0.037,1.13574 4.6208,4.21259 5.7187,4.02343 0.6652,-0.11448 1.9127,-0.69424 2.541,-0.21093 0.7397,0.56944 1.0502,0.54162 2.0118,0.42187 1.2345,-0.15449 5.1894,0.22516 5.1894,-1.375 0,-2.25369 2.8276,-2.91486 4.5528,-2.22461 -0.1936,-0.0767 1.7836,-1.65582 2.0136,-1.80078 0.4126,-0.25973 0.9141,0.041 1.375,-0.10547 1.0308,-0.32761 2.0822,-0.84109 3.0723,-0.31836 1.0307,0.54318 1.2457,0.16874 1.3769,1.37696 0.08,0.73967 0.3706,1.34521 0.8477,1.90625 0.8657,1.01811 2.1119,1.37545 2.4355,2.7539 0.4498,1.91012 -0.8267,1.18668 -1.4824,2.54102 -0.4055,0.83842 0.4555,1.36136 0.7403,2.01172 0.2626,0.59991 0.1523,1.28113 0.3183,1.90625 0.2376,0.89306 0.8213,1.54248 1.0586,2.43554 0.1357,0.51063 -0.089,1.22674 0.2109,1.69532 0.4865,0.75965 1.9692,1.93017 0.3184,2.7539 0.4928,0.35995 0.3218,0.65669 0.3164,0.95313 4e-4,-3.4e-4 0,3.3e-4 0,0 -0.011,0.63291 -0.4085,1.22066 0,2.11718 0.333,0.72602 1.3634,1.64783 0.2109,2.22461 -1.4447,0.72393 -0.045,2.38912 0.4238,3.28321 1.1674,2.22322 -4.404,0.5057 -5.084,0.3164 -1.038,-0.28807 -3.4164,-1.58181 -4.4472,-1.37695 -0.5086,0.10203 -0.9015,1.90245 -1.1641,2.33008 -0.6619,1.07798 -1.5795,0.82558 -2.5429,1.16601 -0.7439,0.26262 1.6614,2.26576 1.9062,2.54102 2.1234,2.38502 3.7984,4.86006 5.1895,7.73047 1.18,2.43649 3.1787,3.4327 3.1777,6.35351 0,0.51063 0.443,1.63332 -0.4238,1.69532 -1.3144,0.0945 -2.5173,-0.0167 -3.2832,1.37695 1.887,0.52115 3.0522,2.30057 4.2363,3.8125 0.2016,-1.67684 -0.3435,-2.41914 -1.8008,-3.17773 0.8542,-0.88884 3.0229,4e-4 3.918,0.42382 0.1921,-0.80481 0.3854,-2.68562 -0.3164,-3.07226 2.0363,0.34459 -0.2058,-3.54207 1.7988,-3.38867 1.5182,0.11554 0.1169,2.23929 1.5898,2.22461 0.5968,-0.006 1.3735,-1.72663 1.2696,-2.22461 0.3634,0.42762 2.0657,3.83166 2.4355,3.60156 0.7481,-0.46544 2.0359,0.5724 2.9668,0.52929 0.2552,-0.0134 2.7281,0.65854 2.8594,0.84766 0.7291,1.04858 1.5267,0.457 2.4355,0 2.9649,-1.49089 5.2391,-2.99529 7.625,-5.40234 0.8532,-0.85946 3.0176,-4.4216 1.4825,-5.1875 0.9592,-0.58102 0.4677,-2.17606 0.6347,-3.07227 0.2155,-1.1494 0.1532,-1.05796 1.0586,-1.80078 0.7429,-0.60835 -0.7357,-2.41911 0.5293,-2.54101 0.4404,-0.0431 0.4075,-1.74315 0.5293,-2.11719 0.3467,-1.06433 0.092,-1.761 0.7422,-2.75391 0.4917,-0.75228 0.7659,-1.43766 1.1641,-2.22461 0.9414,-1.85547 1.8492,-4.91845 1.2714,-6.98828 -0.2541,-0.90987 0.1224,-1.12665 0.1055,-1.90625 -0.1902,-0.40976 -0.3591,-0.85332 -0.5293,-1.27148 -0.2149,-0.89847 -0.2882,-2.13113 -0.1055,-3.17578 0.048,-0.2783 -0.1355,-0.62112 0,-0.84766 1.3901,-2.32409 -0.6336,-4.81301 0.5293,-7.20117 0.9877,-2.02991 2.7782,-3.74848 1.2696,-5.92969 -0.5915,-0.85628 -0.8828,-3.73816 -2.1172,-3.2832 0.7659,-0.30471 -0.2271,-2.14202 -0.9531,-2.33008 0.3623,-0.93826 -0.035,-2.05669 -0.5293,-2.85938 -1.0392,-1.68739 -3.1434,-2.11334 -2.0118,-4.34179 -1.7315,0.56944 -4.3452,-3.62779 -5.0839,-4.76563 -0.6935,-1.06958 -0.3865,-2.63704 -1.1641,-3.60156 -0.5716,-0.70918 -2.3399,-2.10224 -0.9531,-2.96484 -0.8384,-0.17758 -1.484,-1.73646 -0.7422,-2.33008 0.8111,-0.64931 -0.2771,-1.86228 0.7422,-2.54102 -1.909,-0.50747 -0.468,-2.25983 -2.2246,-2.64648 -1.0129,-0.22169 -3.1856,-0.7287 -3.2832,-2.01368 -0.267,-3.50711 -5.2537,-3.91134 -7.625,-5.61132 1.3217,-0.24796 2.7569,0.68286 3.9199,1.16406 -0.1956,-1.99311 0.4827,0.25789 0.7402,-0.74024 0.4802,-1.86387 -4.1336,-2.5095 -4.8711,-2.85937 -1.3942,-0.65981 -2.5136,-1.59066 -4.0234,-2.11914 -1.2346,-0.43287 -2.4941,-0.86923 -3.6016,-1.58789 -1.8827,-1.22193 -4.6754,-4.1775 -7.2011,-3.91797 -1.4153,0.14501 -2.2025,0.9548 -3.7071,0.5293 -1.0716,-0.30258 -2.4617,-0.93195 -3.5996,-0.63672 1.1757,0.19648 1.022,1.19705 1.6934,1.90625 0.7228,0.76383 0.9697,0.71294 1.4824,1.69531 0.9582,1.83761 1.7653,2.79569 -0.5293,3.2832 0.171,-0.84368 0.5541,-3.72149 -0.7402,-3.91797 -1.2724,-0.19333 -0.116,1.95554 -1.2715,2.75196 -1.0959,0.75543 -3.6366,1.47596 -4.8711,0.84765 -0.3457,-0.17547 0.8154,-3.1411 1.2715,-3.49414 -1.5109,-0.37192 -3.6562,-0.1838 -4.7657,-1.48242 1.0559,0.0893 1.3282,-1.01908 1.4825,-1.80078 -0.9467,0.27738 -3.4621,-0.0667 -2.7539,1.69531 0.3488,0.86574 1.1793,0.32142 1.6953,0.84571 0.3728,0.37928 0.4156,1.10338 0.5293,1.58984 -1.3407,0.26162 -3.2536,1.2131 -3.8125,-0.74219 -0.2762,-0.96346 -0.6746,-1.72674 -1.2715,-2.54101 -0.2657,-0.36143 -1.3339,-1.03903 -1.377,-1.48243 -0.2176,-2.28309 -3.4247,-2.03757 -4.9765,-1.90624 -2.2453,0.18913 -4.0889,-0.0949 -6.2481,-0.74219 -1.5077,-0.45284 -4.4734,-1.69477 -2.0117,-3.59961 0.7754,-0.59993 1.7079,-0.90562 2.2227,-1.80078 0.3665,-0.63776 -0.055,-1.54862 0.4238,-2.11914 0.4549,-0.54425 1.2958,-0.43489 1.5879,-1.16407 0.2857,-0.71025 1.0287,-1.40296 1.5898,-1.90625 1.0444,-0.93928 0.4228,-4.14702 2.2227,-4.23632 -0.7933,-0.34882 -1.3678,-0.75513 -1.1641,-1.69336 0.1575,-0.72496 -0.21,-2.27273 0.3184,-2.75391 0.7701,-0.70184 0.6943,-1.85598 1.4824,-2.54102 0.7701,-0.66822 1.3403,-0.94935 1.6934,-2.01367 0.2785,-0.83738 -0.2041,-2.01211 1.0585,-2.11718 1.22,-0.10192 1.1401,-0.74843 0.6368,-1.5879 -0.5149,-0.85524 -1.4612,-2.24305 -1.166,-3.2832 0.3351,-1.17675 2.0244,-1.44792 2.6484,-2.43555 0.7344,-1.16518 -0.2103,-2.42376 0.2109,-3.60156 0.5411,-1.51506 2.1284,-1.91718 3.4942,-2.33008 1.2451,-0.37615 2.0255,-0.0786 3.2832,-0.21093 1.3869,-0.14606 2.3699,-0.59509 3.8125,-0.42383 3.2655,0.38874 6.4965,-0.3881 9.7441,-0.10547 1.2829,0.1124 1.4857,0.90916 2.4356,1.58789 1.0202,0.72811 2.1208,-0.12185 3.1757,0.31836 -2.8578,-3.1646 0.5643,-1.30802 2.4356,-1.48242 1.2061,-0.11242 2.6134,0.12099 3.707,0.63476 0.3911,0.18368 0.7099,0.16363 1.0586,0.10547 -0.7638,-0.78168 -1.5398,-1.5766 -2.3047,-2.34375 0.7649,0.76715 1.5429,1.56207 2.3067,2.34375 0.487,-0.0812 0.992,-0.22445 1.4824,0.10742 -0.1945,-0.26686 -0.3663,-0.56083 -0.5293,-0.84765 1.7883,-0.60519 3.3772,-0.51888 4.8711,0.63476 0.8542,0.65877 2.1671,-0.24268 3.1758,0.31836 -0.4855,-1.32698 -3.1929,-0.68263 -2.9649,-2.33008 0.7534,0.42001 1.6463,0.10064 2.4356,0.21094 -0.9868,-0.41266 -2.3875,-0.85227 -1.0586,-1.79883 1.6023,-1.13996 4.4101,0.0393 6.1426,0.42383 0.5253,0.11662 7.1221,2.66505 6.248,0.74024 2.3671,-0.43393 4.4858,0.66711 6.459,1.80078 1.4867,0.85419 3.372,0.24408 4.6601,1.26953 -0.9034,0.74597 -2.2221,0.4501 -3.2832,0.42383 -1.1,-0.0274 -2.0894,0.46309 -3.1757,0.52929 2.5206,1.73255 5.0935,1.85146 8.0468,1.58985 -0.1785,-0.25111 -0.357,-0.48793 -0.5293,-0.74219 1.2829,-0.48122 4.6201,0.0782 5.8243,0.74219 -1.1621,-0.72811 -0.4349,-1.39183 0.3183,-2.01172 0.9204,-0.75753 0.5254,-0.76318 2.1172,-0.42383 0.5968,0.12712 5.9757,1.87859 4.4492,0 1.8418,-0.46545 3.0612,1.09017 4.9766,-0.42383 -1.5045,-0.42341 -5.3066,-4.03635 -7.0957,-2.01172 0.2626,0.19859 0.5578,0.37486 0.8476,0.5293 -0.7396,-0.31834 -1.5588,-0.11977 -2.33,-0.31836 -0.8416,-0.21748 -1.4945,-2.0374 -0.1055,-1.27148 -0.5842,-0.26581 -4.0682,-2.81169 -1.8008,-2.43555 -0.7018,-0.79747 -1.1068,-1.89317 -1.0586,-2.96484 0.06,-1.34381 0.8672,-1.36216 1.5879,-2.22266 0.3972,-0.47699 1.0443,-1.44525 0.8477,-2.01367 -0.2951,-0.85524 -1.5988,-2.84627 -0.211,-3.59961 1.1316,-0.61255 -0.7289,-1.80895 -1.166,-2.33008 1.2104,-0.28787 0.732,-2.33136 2.3301,-1.80078 -0.05,-0.27738 -0.053,-0.57027 -0.1055,-0.84766 1.2587,0.14396 2.579,0.24968 3.8125,0.53125 0.6934,0.15761 1.9301,-0.53966 2.7539,-0.53125 1.1441,0.0115 2.0631,-0.71437 3.1758,-0.8457 1.121,-0.13135 2.052,0.77806 3.0723,1.05859 1.0664,0.29313 1.5205,1.67937 2.4355,0.10547 0.5558,-0.95505 1.2154,-1.75124 2.3301,-0.84765 0.7103,0.57575 1.3608,1.62759 1.7988,2.43554 0.3941,0.72391 -0.6307,1.01804 0.5313,1.48243 -0.9172,0 1.9224,1.32005 -0.4239,0.74218 1.0591,0.62409 2.068,1.27835 2.752,2.33008 0.9424,1.44571 1.4432,-0.60453 2.8594,-0.10547 1.2063,0.42552 0.6604,1.85031 1.3769,2.11719 0.7733,0.28683 0.707,1.19495 1.4824,1.58789 0.4729,-1.11581 1.6045,-1.67047 2.754,-1.16406 -1.451,-1.51926 0.7421,-3.55252 0.7421,-5.18946 0,-0.45642 0.069,-0.85351 0.211,-1.16406 -0.02,-0.0169 0.02,-0.0885 0,-0.10547 0.5012,-0.97358 1.6995,-1.16286 2.8594,-0.84765 -1.9186,-0.56737 0.1963,-0.834 0.8476,-0.5293 0.787,0.36773 1.3989,0.98166 2.2227,1.26953 -0.166,-0.24375 -0.2873,-0.47967 -0.4239,-0.74023 0.249,-0.13341 0.4869,-0.19965 0.7422,-0.31836 -1.2261,-1.25135 -3.0049,-0.87636 -4.2363,-2.43555 -0.6115,-0.7712 -3.3655,-2.37269 -2.1172,-3.38867 -0.9046,-0.083 -1.88,-0.45342 -2.2246,-1.37695 2.408,-0.74704 5.3573,-1.97924 7.8359,-0.84766 2.5185,1.14837 5.2611,1.059 7.9434,1.48242 -1.0738,0.25531 -2.1019,-0.10547 -3.1777,-0.10547 0.7102,0.53375 1.5558,0.74784 2.33,1.16602 -1.2618,-0.5474 -4.4148,-1.97357 -5.7187,-1.06055 -2.2453,1.57074 0.7614,3.60805 2.0117,4.55469 1.0706,0.81006 1.1212,1.50965 1.5899,2.64648 0.604,1.46462 1.9508,0.88418 2.9648,1.69532 1.2839,1.0286 0.095,1.04994 0.3164,2.22461 0.207,1.09373 1.4475,1.26598 2.3301,1.48242 -0.2941,0.11975 -1.202,1.30379 -1.4824,1.16406 -0.6294,-0.31414 -1.6124,-0.41502 -2.2227,0 -0.3688,0.25006 -0.27,0.97417 -0.6367,1.27148 -0.8227,0.66509 -1.764,1.11656 -2.6465,1.69336 0.4612,0.69344 1.3938,0.98338 1.6934,1.80078 0.2155,0.58733 -0.8397,1.17419 -0.9532,1.69532 -0.228,1.04121 0.298,1.96774 -0.3164,2.96484 -0.5967,0.9666 -1.4894,0.0208 -1.0586,1.48242 0.497,1.68737 -1.6017,3.14825 0.1055,4.66016 1.2566,1.1137 -0.3477,2.67962 0.9531,3.70508 -1.1999,-0.72391 -0.6446,0.009 -1.0605,0.74218 -0.2596,0.456 -0.5547,0.94092 -0.8457,1.37696 -0.4749,0.70708 -0.9405,1.59839 0.2109,1.90625 -1.2923,-0.62725 -2.7164,0.45009 -4.0234,-0.21289 -0.3017,0.51903 0.4491,1.84176 -0.2129,2.11914 -1.0707,0.44863 -2.4429,-0.59679 -3.5996,-0.31836 0.7796,1.35325 2.4848,1.85599 3.5996,2.85937 0.9687,0.87311 0.8873,2.30294 1.6953,3.28321 -1.0916,-0.39717 -1.3218,2.08794 -1.2715,3.07031 -0.4538,-1.77037 -0.3894,0.18912 -0.2109,0.63672 0.3182,0.7985 0.8716,1.429 1.3769,2.11719 1.0528,1.43309 2.0684,2.95177 3.1758,4.34179 2.9251,3.67102 5.7397,6.88295 9.3203,9.95508 4.1827,3.58801 8.4017,7.21842 12.4961,10.90625 2.5794,2.32302 6.5366,8.12068 10.377,8.1543 -1.5371,0.15657 0.032,0.91806 0.6367,1.48437 0.6904,0.64721 1.4007,1.18 2.1172,1.79883 1.4372,1.24293 2.8046,2.55973 4.0234,4.02539 1.0801,1.29757 2.1402,2.69604 3.6016,3.59961 1.2597,0.77749 2.8843,1.30439 3.3886,2.85938 0.9657,-1.0055 1.1834,-2.26131 1.9063,-3.38868 0.497,-0.77434 -0.3707,-1.03589 0.3184,-1.80078 1.6852,-1.86598 0.7253,-4.68443 -0.2129,-6.77734 -0.3993,-0.89307 -1.4426,-1.32564 -2.1172,-2.01172 -0.4918,-0.49907 -0.2893,-1.01279 -0.7422,-1.48242 -0.4497,-0.4665 -0.9849,-1.80435 -1.5879,-1.90625 -0.6241,-0.1061 -1.2982,0.003 -1.3769,-0.84766 0.914,-0.3982 1.7175,0.41623 2.33,0.95313 0.7922,-0.95822 2.2444,-2.75391 3.7071,-2.75391 0.6514,0 1.1684,-0.55199 1.5879,0.21289 0.3486,0.6346 1.4762,0.85856 2.1171,0.95313 -0.8607,-1.57761 -2.5991,-2.2242 -4.0234,-3.17774 0.4957,0.0163 -2.3526,-2.35305 -2.6484,-2.75391 -0.871,-1.18094 -2.2452,-2.60503 -1.1641,-4.02343 0.9666,-1.2671 1.0131,-2.9886 3.0703,-2.85938 0.9803,0.0609 1.7683,0.93695 2.7539,0.84766 0.7376,-0.0672 1.4882,-0.33662 2.2246,-0.10547 -0.1826,-0.78694 0.6783,-1.83273 0.1055,-2.54297 -0.7344,-0.91092 -2.0741,-1.44646 -3.0723,-2.01172 -1.9143,-1.08533 -3.7734,-2.0785 -5.2949,-3.70703 -1.3175,-1.40999 -1.7503,-3.01601 -2.6465,-4.6582 -0.6861,-1.25869 2.2476,-2.55535 -0.5293,-3.07227 0.2867,-0.93929 1.3387,-1.12333 2.1172,-0.63476 -0.1711,-0.69765 0.7584,-0.95296 0.8477,-0.31836 0.1241,0.88045 -0.9594,0.88185 -0.3184,1.90625 0.6871,1.09689 3.5132,2.73925 4.4492,1.27148 0.9246,-1.44886 -4.1634,-5.03225 -5.6132,-5.29492 -1.6318,-0.29628 -2.159,-0.001 -3.6016,-1.27148 -0.9561,-0.84159 -1.7592,-1.74252 -2.752,-2.54102 -0.499,-0.40029 -1.5333,-1.00121 -1.3769,-1.80078 0.229,-1.1778 0.8409,-1.71809 -0.2129,-2.75195 -1.2084,-1.18515 -3.313,-1.31433 -4.8711,-1.80079 -2.4687,-0.77031 -1.2222,0.59216 -0.8477,1.69336 -0.6654,-0.86947 -2.5446,-0.89537 -3.3886,-1.26953 -1.658,-0.73651 -2.6688,-1.61118 -3.5996,-3.17773 -0.2396,-0.40241 -2.6369,-6.8963 -0.211,-5.92969 -0.4759,-0.48961 -1.1462,-0.86406 -1.8008,-1.06055 0.5527,-0.2574 1.1407,-0.2574 1.6934,0 -0.1996,-0.22694 -3.462,-2.05583 -1.1641,-1.69336 -0.3226,-0.55264 -3.226,-1.83836 -2.8593,-2.33007 0.8174,-1.1011 -1.5031,-1.30478 -1.377,-2.64649 0.6219,0.18493 1.025,-0.20674 1.0586,-0.84765 -0.3793,-0.042 -0.7868,-0.0466 -1.1641,-0.10547 1.5561,-1.15888 3.3901,0.91932 4.6602,0 -1.7304,-0.59888 0.792,-0.81177 1.6934,-0.21289 0.7994,0.53162 1.4423,1.30656 2.33,1.69531 1.036,0.45493 2.1062,-0.45173 1.377,-1.48242 -0.4602,-0.65141 -1.7422,-0.71043 -2.4356,-0.95313 0.9488,-0.0714 1.4188,0.0571 2.2227,-0.53125 0.8962,-0.65666 0.8785,-1.95016 1.5898,-2.43554 0.9037,-0.61676 2.4017,1.287 2.9649,1.80078 0.6935,0.63145 2.5342,4.81127 3.918,3.38867 0.9319,-0.95821 0.2511,-3.2134 0,-4.3418 0.5358,0.10191 1.0646,0.15236 1.5878,0 -0.2132,-0.26267 -0.3983,-0.49859 -0.6347,-0.74023 1.7136,0.9708 3.712,-0.83257 5.4004,-1.06055 1.805,-0.2448 4.253,-0.24664 6.0371,0.10742 4.3613,0.86469 8.4542,3.71973 12.4961,5.50586 0.8037,-1.10635 -2.0623,-3.96882 -2.9649,-4.3418 1.058,0.2112 0.8315,0.0115 0.3164,-0.63476 1.0034,0.2406 3.9979,-0.68076 2.1192,-1.80078 0.8205,0.31519 1.6237,-1.10944 1.5879,-1.48242 0.9906,0.83002 1.3808,-0.27888 0.6347,-0.74219 -0.4538,-0.28158 -1.0085,-0.40468 -1.4824,-0.63477 0.8301,0.0935 1.5898,0.5209 2.4356,0.5293 -0.3784,-0.50431 -0.9428,-0.82034 -1.5879,-0.84766 1.0401,-0.0389 1.0884,-0.27019 0,-0.63476 0.3382,0 1.3335,0.28683 1.5879,0 0.5073,-0.57472 -0.2853,-1.02078 -0.7403,-1.0586 0.5527,0.10087 1.0354,0.21748 1.5879,0.31836 -0.6619,-0.76277 -1.63,-0.9086 -2.541,-1.16601 1.0591,-0.68293 2.185,0.74345 3.1758,-0.10547 -0.5495,-0.48961 -0.8749,-1.00355 0.3183,-0.95313 -0.5673,-0.37718 -1.1032,-0.81168 -1.4824,-1.37695 0.6914,-0.0546 1.333,0.29105 2.0117,0.31836 0.8143,0.0326 1.4495,-0.69178 0.2129,-1.06055 1.223,-0.2406 2.5767,0.44008 3.7051,-0.3164 -0.4266,-0.48226 -0.9563,-0.8302 -1.5879,-0.95313 1.1274,0.062 2.0416,0.13092 3.0703,-0.42383 -0.164,-0.28472 -0.3434,-0.57658 -0.5293,-0.84765 1.0087,0.31099 3.0624,-0.76233 3.8125,-1.37696 0.3977,-0.3261 0.5703,-0.58096 0.8477,-0.8457 -0.5776,-0.0508 -1.1002,-0.0679 -1.5781,-0.0586 0.4779,-0.009 1.0005,0.006 1.5781,0.0566 0.7984,-0.76218 1.4793,-1.28845 3.1777,-1.375 -1.142,-0.24796 -2.2753,-0.19898 -3.1777,-1.06055 -0.5148,-0.48961 -0.9145,-1.07765 -1.5879,-1.375 1.1589,0.27842 2.057,1.23485 3.2832,1.26953 -1.5434,-1.76932 1.4731,0.41083 1.8008,0.63672 1.1409,0.78799 3.1245,0.45825 4.4472,0.63477 2.9913,0.4003 6.3274,0.67488 9.1075,1.90625 -0.1176,-0.59258 -0.5745,-1.01683 -1.166,-1.16602 0.9991,-0.062 0.9574,-1.69522 0.3183,-2.22266 -1.3018,-1.07481 -3.2248,-1.04576 -4.6601,-1.90624 -1.1915,-0.7134 -1.2962,-1.80646 -2.8594,-2.22461 -1.3512,-0.36143 -2.7379,-0.77138 -4.1289,-0.95313 0.2808,-0.0383 0.5812,-0.0504 0.8457,0 -0.6551,-0.31712 -1.361,-0.60782 -2.0117,-0.95312 -1.3092,0.61463 -2.3965,-1.46125 -3.918,-0.5293 0.027,-0.85617 0.7373,-0.8286 1.3496,-0.64063 -0.4766,-0.20878 -0.305,-0.24974 0.5566,-0.0996 -0.5169,-0.40135 -1.0499,-0.79092 -1.5879,-1.16601 -0.6787,-0.4686 -1.4165,-0.93818 -2.2246,-1.16406 -0.6009,-0.16707 -1.2175,-0.29499 -1.8007,-0.5293 -0.3708,-0.14921 -1.7301,-1.12462 -0.1055,-0.42383 -1.5666,-1.0349 -3.3176,-1.67933 -4.9766,-2.54297 -0.3698,0.56946 -0.1137,0.94707 0.5293,1.06055 -2.3913,0.16707 -6.8996,-0.74963 -8.3652,-2.85938 -0.8742,-1.25659 -2.7491,-2.38187 -3.8125,-0.63671 -0.4119,0.67452 -1.5032,0.0344 -2.0137,-0.10547 -0.8542,-0.2343 -1.4126,0.45051 -2.2226,0.52929 0.2626,-0.23849 0.5049,-0.47441 0.7402,-0.74023 -1.5886,-0.78485 -3.2314,-1.47087 -4.9766,-1.80078 1.4511,-0.2406 2.9476,1.15759 4.3418,0.5293 1.4478,-0.65352 2.7803,1.04938 4.2364,0.52929 -0.6483,-1.22717 -2.6413,-1.88037 -3.918,-2.01172 -0.7617,-0.0788 -1.4777,0.25005 -2.2246,0.31836 -0.6462,0.0578 -1.1409,-0.51942 -1.8008,-0.42383 2.8483,-0.96345 7.0739,0.32369 9.5312,1.79883 2.7034,1.62328 6.1121,1.22445 9.1075,1.06055 -0.1736,0.25321 -0.353,0.48912 -0.5293,0.74023 0.5525,0.0588 2.6836,-1.24577 3.0703,-1.69336 0.3865,-0.44968 0.2472,-0.96026 0.4238,-1.48242 0.2226,-0.65351 0.9252,-0.49567 1.377,-0.84765 0.7585,-0.59258 -0.7168,-2.15776 -1.2696,-2.33008 -0.4918,-0.15398 -2.5862,-0.0858 -2.1191,0.42383 -2.2245,-1.02932 2.1038,0.009 1.8008,-1.37696 -0.2691,-1.23348 -4.516,-1.73368 -5.5078,-2.11718 -1.5193,-0.58732 -3.5232,-1.57482 -4.0235,-3.28321 0.642,0.85209 1.7389,0.64721 2.4356,0 -0.8269,-0.3131 -1.6296,-0.69822 -2.4356,-1.05859 0.5254,0.13029 1.0479,0.13277 1.5879,0.10547 -0.268,-0.24166 -0.4482,-0.42449 -0.7402,-0.63672 1.4026,0.4791 2.4001,1.94117 4.0234,1.69531 0.014,-0.56946 -0.1637,-1.04429 -0.5293,-1.48242 1.4646,-0.0746 3.8763,3.02747 2.2246,2.85937 1.5886,0.62515 3.0625,1.59526 4.7657,1.90625 1.4698,0.26898 2.2023,1.8087 3.5996,2.22266 1.4868,0.44023 4.0157,0.51403 5.5078,0.10742 0.7585,-0.20698 1.2861,-1.06054 2.1172,-1.06054 0.8572,0 1.6909,0.24062 2.541,0.31835 3.7203,0.33831 7.6348,1.84566 10.8027,3.8125 1.4835,0.92144 2.9951,1.39877 4.6582,1.90626 0.5842,0.17862 4.6505,1.25133 2.543,0 3.0217,1.69156 6.9184,1.65887 10.166,2.96484 2.2862,0.91933 6.3385,1.41573 2.3301,-1.0586 2.1989,0.4686 3.8244,3.82009 6.3535,2.64649 -0.3541,-0.81952 -1.0776,-1.46981 -2.0117,-1.48242 1.2944,-0.71866 2.6196,1.02059 4.0234,0.42383 -0.626,-0.50914 -2.0733,-1.25628 -3.4941,-1.69336 -0.4197,-0.26202 -0.8718,-0.42383 -1.377,-0.42383 0.1505,0.0858 0.3136,0.13642 0.4746,0.1914 -0.8616,-0.17665 -1.6458,-0.19787 -2.1679,0.0195 1.0212,-1.18726 -1.2909,-1.78879 -2.0137,-1.0586 0,-1.0454 1.2584,-0.76086 2.3301,-0.95312 0.6241,-0.11136 0.5154,-0.55284 0.2129,-0.95313 -1.1841,-1.56759 -2.8054,-1.3704 -4.5547,-1.58789 0.7712,-0.38664 1.6403,-0.40386 2.4355,-0.10547 -0.8058,-0.46754 -1.492,-1.00711 -2.1172,-1.69531 -0.3487,-0.38349 -1.4937,0.16309 -2.0117,-0.21094 -1.4331,-1.03175 -3.0961,-1.2845 -4.7656,-1.69531 1.6873,-0.27422 3.2824,0.26307 4.8711,0.74219 0.8814,0.2658 4.3296,0.33088 2.3301,0.8457 1.081,0.0683 2.0968,-0.46914 3.1757,-0.42187 0.8531,0.0378 1.6878,0.50828 2.543,0.52929 -0.528,-1.02228 -1.6276,-1.48778 -2.8594,-1.80078 -1.2318,-0.31299 -2.5973,-0.47402 -3.4961,-0.95312 1.2016,0.17688 2.3511,0.60088 3.4961,0.95312 1.2761,0.39257 2.5491,0.707 3.918,0.74024 -0.1545,-1.3911 -3.4452,-2.29955 -0.9531,-3.49415 -1.1346,-0.78274 -2.3303,-0.70135 -3.6016,-1.05859 1.9637,0.24901 -0.024,-0.60665 -0.4238,-0.74219 -0.684,-0.23325 -1.5707,-0.24269 -2.1172,0.31836 0.33,-1.65479 -7.3937,-2.91401 -8.4727,-3.17773 -1.7052,-0.41711 -3.1549,-1.21596 -4.7656,-1.90625 -2.255,-0.96799 -4.9432,-0.79126 -7.4121,-0.95313 -0.2115,-0.0898 -2.3612,-0.33057 -2.6465,-0.3164 1.3689,0.48226 2.856,0.29894 4.2344,0.74023 -1.413,0.22591 -3.0483,0.49155 -4.3418,-0.3164 0.2131,0.26686 0.4507,0.55888 0.6367,0.8457 -0.7326,0.22983 -2.8774,-1.06482 -2.1191,-1.375 -0.6298,-0.0122 -1.2943,0.0806 -1.9063,0 -0.5894,-0.0767 -0.9942,-0.40282 -1.5879,-0.42383 -1.5077,-0.0546 -3.6765,0.0164 -5.1894,0.21094 0.5358,0.0725 9.6169,2.17873 7.625,3.8125 1.1557,0.77224 2.7637,0.46917 4.0234,1.05859 0.9351,0.43708 1.3745,1.17435 1.9063,2.01172 -0.477,-0.1387 -4.4775,-3.07773 -3.8125,-1.26953 -1.7074,0.062 -3.0729,-1.5896 -4.7656,-1.80078 -0.7628,-0.0956 -3.7479,-1.53455 -1.7989,-1.0586 -1.7935,-1.25659 -3.9453,-1.88857 -5.7187,-3.17773 -1.4531,-1.05487 -2.7911,-2.31512 -4.6602,-2.54102 0.2647,0.18598 0.5026,0.3118 0.7422,0.5293 -0.7313,0.66297 -5.0975,-2.3712 -5.9316,-2.64648 -2.6582,-0.87521 -5.5344,-1.20297 -8.2598,-1.80078 -1.3848,-0.30365 -2.6459,-0.73079 -4.0234,-1.0586 -0.9278,-0.22065 -1.9896,-0.0357 -2.8594,-0.31836 -0.9678,-0.3152 -1.9047,-0.94996 -2.9649,-0.63476 -0.4665,0.1387 -2.3551,-0.78736 -0.5312,-0.42383 -0.5656,-0.15449 -1.1288,-0.2615 -1.6934,-0.42383 -1.1545,0.80271 -3.3494,-0.58433 -4.4472,-0.95312 -1.8565,-0.6241 -3.7344,-0.50953 -5.5078,-1.48243 0.7438,0.1261 1.5038,0.30236 2.2246,0.5293 -4.7109,-1.78085 -9.7154,-2.48633 -14.6153,-3.49414 -1.7497,-0.73369 -3.6161,-0.94752 -5.4004,-1.58984 -1.6841,-0.60623 -4.0135,0.37661 -5.4004,-1.0586 0.849,0.0399 1.7067,0.39692 2.5411,0.5293 -3.0564,-1.70943 -6.7782,-0.83246 -10.0606,-1.58789 -3.4609,-0.7964 -7.0414,-1.15753 -10.4844,-2.01172 -3.5165,-0.8731 -6.3881,-0.44209 -9.9531,-0.5293 -1.639,-0.0399 -3.3394,0.0483 -4.9785,0 -1.639,-0.0483 -3.1077,-0.8479 -4.7656,-0.63672 0.8079,0.2196 1.5296,0.4974 2.3301,0.74219 -0.7691,0.98342 -3.0744,-0.21306 -3.918,-0.52929 -1.3491,-0.50538 -2.5797,-0.59155 -4.0235,-0.63672 -4.2026,-0.13136 -8.5369,-1.33912 -12.7089,-1.0586 1.7368,0.44443 3.1259,1.6293 4.5546,2.64844 -1.1662,0.0673 -1.2314,1.40887 0,1.48242 1.2903,0.0778 2.2712,-0.0496 3.4942,0.5293 2.4154,1.14312 4.9355,1.96372 7.0957,3.59961 -0.2575,0.27317 -0.4962,0.56397 -0.7422,0.84765 0.5316,0.31204 1.0065,0.6646 1.4824,1.0586 -0.4843,-0.31204 -0.9591,-0.60299 -1.4824,-0.8457 0.2691,0.62094 0.832,1.01276 1.4824,1.16406 -2.2201,-0.70079 -4.4876,0.32384 -6.6718,-0.21094 -1.5697,-0.38454 -2.6286,-1.68562 -4.129,-2.22461 -3.2455,-1.1652 -7.1786,-0.23863 -10.0605,-2.43555 -0.9025,-0.68713 -6.4248,-4.11686 -7.2012,-2.22461 -0.934,2.27889 -4.8257,1.62872 -6.6718,1.27149 -4.0335,-0.7817 -8.0987,-0.0422 -12.0723,-1.27149 -2.0278,-0.62724 -4.2657,0.13699 -6.3555,0.10547 -0.7824,-0.0119 -1.5541,-0.018 -2.3281,0 v 0 c -1.2673,0.0295 -2.5328,0.0977 -3.8125,0.10742 -2.1212,0.018 -3.8335,1.23641 -5.9296,0.5293 -1.7095,-0.57576 -3.5057,-0.8306 -5.295,-1.05859 -1.6726,-0.21225 -3.1326,-0.34019 -4.6601,-1.16602 -0.4665,-0.25321 -0.3641,-1.10733 -0.7403,-1.48242 -0.107,-0.10716 -0.1736,-0.26974 -0.3183,-0.31836 0.1067,-0.002 0.215,-0.0132 0.3183,0 -2.0719,-1.24083 -3.5162,-2.799 -5.9316,-3.59961 -2.2316,-0.73862 -4.4585,-1.58831 -6.7773,-2.01172 -5.079,-0.92879 -10.3296,-1.18784 -15.461,-1.69531 -4.998,-0.49591 -9.9615,0.40129 -14.8262,1.48242 -4.4201,0.98237 -9.3333,0.47539 -13.6621,-0.74023 0.8059,0.0735 1.6392,0.23221 2.4375,0 -1.7295,-1.57391 -4.5476,-2.15527 -6.7793,-2.54297 -1.4299,-0.24902 -3.1733,-0.6882 -4.5527,0 -0.7691,0.38454 -1.8913,0.69492 -2.7539,0.74219 1.5885,-1.01705 1.8311,-1.73435 -0.3164,-2.01172 -1.9311,-0.24796 -2.4498,0.60306 -3.8125,-0.63672 -1.8828,-1.71469 -6.5645,1.15396 -7.8379,-1.375 1.0118,-0.0326 1.5897,0.4934 1.5898,-0.74219 1.0759,0.009 2.0716,0.72093 3.1758,0.63477 1.7557,-0.13765 -0.9702,-1.67485 -1.3769,-1.79883 -3.5807,-1.08849 -7.0731,-1.67746 -10.8008,-2.01367 -2.0509,-0.18388 -4.1888,-0.28872 -6.2481,-0.21094 -2.0403,0.0767 -1.7654,1.23189 -1.9062,2.85938 -0.1861,2.13493 -5.6482,2.1866 -6.8828,1.27148 1.826,-0.18597 -0.9495,-0.97875 -1.4844,-1.37695 1.6254,0.29944 3.2349,0.15144 4.8731,0.3164 -0.4455,-0.84788 -1.3584,-0.71292 -2.1192,-1.05859 -0.6808,-0.31099 -0.5037,-1.17693 -1.3769,-1.27149 1.0044,-0.21119 2.5993,0.55177 3.2832,1.27149 0.042,-0.27843 0.05,-0.57134 0.1054,-0.84766 1.2871,-0.0335 1.0831,1.86253 2.1192,2.33008 1.3097,-2.83445 -0.4874,-3.38897 -2.6485,-3.38867 -0.7202,9e-5 -1.5276,0.06 -2.2226,0.10547 -1.804,0.11874 -4.2307,0.0494 -5.9317,0.63672 -0.516,0.17828 -0.9887,-0.19026 -1.4824,-0.21289 0.011,0.0734 -0.12,0.0242 -0.1054,0.10546 -0.102,-0.0522 -0.2109,-0.0623 -0.3184,-0.10546 0.1416,-0.0105 0.2831,-0.006 0.4238,0 -0.1532,-2.13943 3.3336,-1.17763 4.6602,-0.95313 1.5989,0.27155 3.2785,0.43017 4.9765,0.42383 0.8316,-0.003 1.643,-0.0786 2.4356,-0.10547 -5.9626,-2.55416 -13.771,-1.906 -20.1211,-2.43555 -3.4766,-0.28997 -6.9931,-0.42383 -10.4824,-0.42383 -3.0175,0 -6.2955,-0.94262 -9.3203,-1.27148 0.7502,0.67033 1.825,0.78107 2.7539,1.06055 0.954,0.28578 1.8066,1.36199 2.8593,1.26953 -1.4394,-0.019 -2.7663,0.76741 -4.2363,0.74219 -1.0549,-0.018 -2.2546,-0.3488 -3.2832,0 -1.6239,0.55138 0.048,1.67342 1.166,2.22265 0.062,-0.20373 1.9226,-0.1164 2.4356,-0.21094 0.9088,-0.16706 1.8578,-0.17821 2.7519,0.10547 -0.5683,0.31309 -1.2052,0.36815 -1.7988,0.10547 -0.205,0.65351 0.2063,1.23788 0.7402,1.58985 -0.5264,0.0641 -1.0574,0.12017 -1.5879,0.10547 2.7717,0.60831 5.6052,1.95596 8.0489,3.49414 -1.9879,-0.62095 -3.7036,0.75881 -5.7188,-0.21094 -0.6503,-0.3131 -3.4268,-1.83722 -3.4941,-0.21289 -0.6714,-0.83213 -1.6604,-0.47217 -2.543,-0.42383 1.1631,2.16647 1.679,1.43685 3.918,2.01367 -0.5748,-0.0536 -1.1532,0.006 -1.6934,0.21094 0.2983,0.18703 0.6422,0.3633 0.9531,0.5293 -0.5567,-0.0893 -1.1384,-0.0893 -1.6953,0 -3.7824,-0.87014 -7.4828,-2.05914 -11.33,-2.75391 -1.1589,-0.20909 -2.4216,-0.43304 -3.6016,-0.31641 -1.058,0.10402 -2.1661,1.14055 -3.1758,1.0586 -1.266,-0.10297 -0.4679,1.02578 -0.1074,1.58789 -0.9603,-1.65795 -4.3779,-0.92832 -5.9297,-1.0586 -2.8693,-0.24061 -5.0702,-1.31683 -7.7305,-2.22461 -0.9098,-0.31099 -4.4144,-2.71637 -3.8125,-0.10546 0.3037,1.31754 1.903,3.64544 3.3887,3.8125 -1.6927,0.44968 1.0015,4.82534 -2.3301,3.49414 -2.2108,-0.88256 -4.5243,-1.06822 -6.6719,-2.01172 -2.6613,-1.17044 -5.6327,-1.30543 -8.1542,-2.85938 -1.0791,-0.66507 -1.9961,-1.3034 -3.2833,-1.37695 -0.644,-0.0368 -1.6051,-0.008 -1.6933,-0.8457 0.8846,0.007 1.7652,-0.64262 2.6465,-0.21289 -1.4352,-0.90042 -3.1016,-1.64399 -4.7637,-2.01172 0.8447,0.48015 1.8017,0.89679 2.6465,1.37695 -1.3953,1.70629 -8.1834,-1.71796 -9.2129,-3.07227 2.5111,0.34147 5.3647,2.28667 7.8359,0.74219 -1.4563,0.0935 -0.653,-0.43644 -0.1054,-0.74219 -1.6181,-0.28893 -2.8094,-1.52984 -4.4473,-1.79882 -1.6475,-0.27107 -3.4719,0.31415 -4.9785,-0.63672 1.0086,0.0241 2.0865,0.50982 2.9668,-0.21094 -0.3215,-0.14816 -0.6652,-0.32441 -0.9531,-0.5293 0.5022,0.0956 1.2244,0.15865 1.5878,-0.31836 -1.1084,-0.11135 -2.1693,-0.35658 -3.2832,-0.42382 0.6936,-0.26162 1.4625,-0.0226 2.1192,-0.42383 -1.6906,-0.35515 -3.5378,-0.18969 -5.1895,-0.74024 0.8647,-0.062 1.8516,-0.28663 2.2227,-1.16601 -0.7502,-0.52744 -1.2987,0.42577 -1.7988,0.10742 -0.2826,-0.17967 -0.053,-0.70266 -0.4239,-0.84766 -1.5886,-0.61884 -3.2232,-0.25232 -4.7656,-0.95312 -1.3081,-0.59363 -2.4987,-1.03548 -3.3887,-1.0586 -1.5938,-0.041 -4.157,-0.97082 -5.6132,-0.31835 0.2761,0.20699 0.5627,0.3328 0.8476,0.52929 -0.975,0.0125 -1.8833,0.39401 -2.8594,0.31836 -0.6135,-0.0483 -2.6313,-0.36645 -0.7422,-0.84765 -1.4573,-0.64616 -2.4941,0.6228 -3.9179,0.52929 -0.4308,-0.0285 -0.5669,-0.69085 -1.0586,-0.74023 -0.5632,-0.041 -1.0562,-0.1366 -1.5879,-0.31836 -1.7095,-0.69345 -3.3961,-0.71923 -5.1895,-1.0586 -1.3627,-0.25741 -2.8111,0.2469 -4.1308,-0.31836 0.3161,0.23326 0.6684,0.4711 0.9531,0.74219 -0.7659,0.74597 -1.6429,0.15441 -2.3301,-0.31836 -0.2806,1.94058 2.8509,3.30962 4.3418,3.59961 -1.701,0.45494 1.5397,1.50279 -0.7402,1.90625 -1.2105,0.21329 -2.581,-0.28132 -3.8125,-0.21093 -2.8442,0.16601 -5.8352,0.36433 -8.6836,0.21093 -2.0596,-0.11177 -4.1001,-0.33499 -6.1426,-0.52929 0.5794,-0.0279 1.1939,-0.35044 1.5879,-0.74024 -0.5705,-0.17967 -1.2072,-0.24482 -1.8008,-0.31836 -0.5211,-0.0473 -0.9852,0.074 -1.375,0.42383 0.1993,0.21275 0.4653,0.42015 0.7403,0.5293 -1.0551,-0.0933 -2.1108,-0.14438 -3.1758,-0.21094 -2.3577,-0.1471 -5.3926,-0.49667 -7.0957,-2.33008 0.6599,-0.74177 1.5064,-0.36814 2.3301,-0.42383 -2.0079,-2.47219 -8.8272,-0.88654 -11.6504,-1.16601 -6.2063,-0.61464 -12.4207,-0.67201 -18.5313,0.74219 0.9992,0.7302 2.5643,1.33492 3.8125,1.05859 -1.6327,0.54109 -1.9772,0.19988 -3.6016,-0.21094 -1.6631,-0.42132 -0.6541,-1.046 -1.3769,-1.69531 -1.4047,-1.26292 -3.8567,-1.92638 -5.6113,-2.54102 0.4843,0.50853 1.0788,0.93211 1.6933,1.27149 -1.1084,1.40368 -4.1287,0.96613 -5.6133,0.74023 -0.8069,-0.12291 -6.3849,-2.07161 -3.9179,-2.33008 -0.2935,-0.16811 -0.7163,-0.32491 -1.0586,-0.3164 -0.3424,0.008 -0.6033,0.18297 -0.6348,0.63476 -0.069,0.98027 -2.5487,-0.0286 -2.9648,-0.10547 -0.851,-0.15866 -2.8567,-0.53333 -3.6016,0.10547 -0.5243,0.45074 -0.1748,0.8474 -1.0586,1.0586 1.7094,3.22133 6.0019,-1.144 8.2598,0.95312 -2.6551,0.91933 -5.0844,1.95547 -7.9434,1.27149 0.5054,0.26476 1.0372,0.49607 1.5899,0.63476 -0.2735,-0.09 -0.5606,0.14997 -0.8477,0.21289 -0.7513,0.16477 -1.5259,0.46544 -2.2246,0.5293 -0.8847,0.0809 -1.7617,0.24077 -2.6465,0.31641 1.9879,0.3961 -1.7119,0.79091 -2.2246,0.84765 -1.3626,0.15026 -2.7757,-0.11556 -4.1289,0 -1.0297,0.0883 -1.9658,-0.13698 -2.9648,-0.10547 -1.0276,0.0326 -0.487,1.16681 0.1054,1.37696 -1.3931,1.37006 -3.0453,1.93354 -4.9785,1.58789 0.8426,-0.02 2.8915,-0.63036 2.7539,-1.80078 -0.089,-0.75123 -0.5607,-1.84046 0.7422,-2.01172 0.4949,-0.0651 2.1172,0.36693 2.1172,-0.5293 0,-0.84263 1.0239,-1.45997 1.6953,-1.69531 1.1148,-0.3919 2.5284,-0.30655 3.7051,-0.5293 1.1232,-0.21328 0.7389,-0.75721 1.2715,-1.375 1.0937,-1.27025 4.0406,-0.88162 4.4472,-2.75391 -0.7501,-0.46018 -1.635,-0.19058 -2.4355,-0.42382 1.1336,-0.30048 2.3244,-0.0538 3.3887,-0.63477 -0.2722,-0.18388 -0.566,-0.36209 -0.8477,-0.53125 1.8712,-0.30574 2.8165,-0.45567 4.4492,-1.375 0.6872,-0.38769 1.5458,0.34882 2.1172,0 0.4234,-0.25741 0.2548,-0.88483 0.4238,-1.271483 0.2207,-0.504307 1.4746,-0.400076 1.9063,-0.529297 1.0675,-0.320451 1.5778,-1.048496 2.3301,-1.800781 1.555,-1.554983 -2.5863,-2.738952 -3.4942,-2.964844 -1.1872,-0.293133 -2.167,0.61148 -3.1777,-0.318359 -1.0528,-0.968712 -2.5455,-0.787274 -3.8125,-1.269531 2.9996,-0.549496 6.0885,1.697564 9.0019,1.693359 -0.6251,-0.686084 -0.8289,-1.777834 -1.8007,-2.117187 -1.0244,-0.356179 -1.4145,0.195416 -2.4356,-0.31836 -1.5571,-0.785897 -2.7904,-2.76255 -4.7656,-2.224609 0.7281,0.437076 1.5642,0.606394 2.3301,0.953125 -0.8752,-0.184929 -1.789,-0.403832 -2.3301,0.53125 -0.207,-0.683973 -2.1382,-1.679562 -2.7539,-2.013672 -0.9362,-0.50537 -2.9248,-1.359717 -3.8125,-0.316406 -0.014,-0.401469 -0.3631,-0.771247 -0.8477,-1.060547 1.0166,0.400544 2.2982,0.535066 3.2832,0.636719 -1.3795,-0.851039 -2.5776,-1.474913 -4.2343,-1.166016 0.096,0.07018 0.2116,0.151586 0.3164,0.212891 -2.6158,-1.046965 -7.9089,-1.215659 -9.1075,-1.166016 -2.1485,0.08931 -4.3273,-0.245856 -6.4589,0 -2.3504,0.271073 -4.6642,-0.127935 -6.9903,0.107422 1.6832,1.182 -0.8359,1.451951 -1.6933,1.482422 -1.7683,0.06304 -3.8016,0.577865 -5.5079,0 1.264,0.132405 3.2979,-2.529478 1.1641,-3.177735 -3.006,-0.913027 -6.6953,-0.159298 -9.7422,0.105469 0.6199,-0.07355 1.1272,-0.410323 1.166,-1.058594 -3.0343,0.480164 -6.1605,0.228015 -9.2148,0.31836 1.7283,-0.647208 3.5612,-0.340186 5.2949,-0.847657 1.2104,-0.355122 2.2725,-1.126481 3.6016,-0.953124 -2.0278,-1.255544 -4.3327,-0.938836 -6.5664,-1.376954 -1.9554,-0.383503 -3.7887,-0.56398 -5.7188,-0.847656 -0.4861,-0.07145 -1.0159,-0.107297 -1.4824,-0.105469 z m -294.9297,261.78511 c -0.01,-0.059 -0.1027,-0.042 -0.1074,-0.10547 -0.086,0.0511 -0.13,0.15583 -0.2109,0.21093 0.1027,-0.0109 0.2295,-0.0707 0.3183,-0.10546 z m 162.6621,-181.83008 c -0.2002,0.001 -0.3751,0.043 -0.6367,0.21094 1.6611,-0.33726 2.6217,1.41663 4.0254,1.90624 1.4793,0.51483 2.8556,-0.54167 0.8457,-1.37695 -0.8668,-0.15761 -1.719,0.11976 -2.4355,0 -0.7243,-0.12135 -1.1981,-0.74461 -1.7989,-0.74023 z m 148.4707,-78.472659 c -0.2887,-0.0251 -0.65,0.07106 -0.9531,0.212891 0.048,0.127109 0.1634,0.297739 0.2129,0.423828 0.5474,0.05674 1.0773,-0.110317 1.5879,-0.318359 -0.2741,-0.192269 -0.559,-0.293143 -0.8477,-0.31836 z m 4.0235,0.847657 c 1.0853,0.338304 1.1446,0.520245 0.1074,0.634765 0.2522,0.05043 0.487,0.162456 0.7402,0.212891 0.5527,-0.100865 1.1427,-0.217516 1.6953,-0.31836 -0.7522,-0.4749 -1.6961,-0.452597 -2.5429,-0.529296 z m -92.6621,0.210937 c -0.4099,0.0011 -0.8808,0.06162 -1.2696,0.212891 0.1461,0.272121 0.3255,0.506989 0.5293,0.740234 0.7376,-0.06094 1.5606,0.106589 1.9063,-0.740234 -0.3883,-0.155508 -0.7562,-0.213943 -1.166,-0.212891 z m 37.4882,0.742187 c -1.5423,0.637754 -3.4022,0.32143 -4.8711,1.164063 0.8133,0.45914 2.3376,0.156536 3.2832,0.318359 0.9582,0.162862 3.4077,-0.586205 1.5879,-1.482422 z m -39.8183,0.210938 c -0.4409,-0.01387 -0.4761,0.358187 -0.1055,0.953125 0.3835,-0.1261 0.5643,-0.363047 0.6367,-0.740234 -0.2372,-0.07229 -0.3823,-0.208287 -0.5293,-0.212891 z m 5.1894,0.212891 c 0.6388,0.216448 1.3404,0.276068 2.0118,0.210937 l -1.0586,-0.210937 z m -114.9258,0.808593 c -0.4055,1.32e-4 -0.8212,0.01369 -1.246,0.03906 -2.5495,0.152327 -5.2542,0.865857 -7.0957,2.435547 0.4727,0.321503 0.9413,0.557416 1.4824,0.740234 -1.0958,0.214333 -2.0789,-0.275683 -3.1758,-0.105469 -0.6766,0.10507 -1.313,0.614403 -2.0117,0.529297 -0.7408,-0.09036 -1.3725,0.839653 -2.2246,0.953125 -1.6254,0.216438 -3.2552,-0.0015 -4.8711,0.31836 -2.6897,0.530583 -4.7742,0.563314 -7.5196,0.316406 -1.3826,-0.125051 -2.7378,-0.29078 -4.1289,-0.210938 -0.9918,0.05674 -2.4558,0.965497 -0.7422,1.482422 -0.8447,-0.04518 -1.5137,0.802332 -2.33,0.212891 0.2721,-0.184887 0.4606,-0.362094 0.7422,-0.53125 -1.097,-0.170218 -2.462,-0.184253 -3.3887,0.53125 0.5841,-0.06724 1.1712,0.04641 1.6933,0.316406 -1.6716,-0.05884 -3.7661,-0.01949 -5.2949,0.742188 -1.0506,0.524278 -2.4649,0.809988 -3.5996,1.164062 -0.4917,0.153418 -3.5504,0.50239 -1.5898,0.953125 -0.8227,0.171271 -1.6917,0.202932 -2.4356,0.634766 0.5989,0.141862 1.0534,0.54257 1.377,1.060547 -1.5834,0.202778 -3.4807,-1.192347 -4.7657,0.316406 0.2512,0.17652 0.489,0.352784 0.7422,0.529297 -1.2103,1.854422 -4.0791,-0.997073 -4.9785,0.318359 -1.0204,1.493255 2.5888,1.224669 3.3887,1.271484 -0.079,0.03636 -0.1623,0.139975 -0.4219,0.210938 0.5106,0.03572 0.9844,0.09629 1.4824,0.212891 -1.0517,0.210142 -2.355,0.136768 -3.1777,0.953132 1.0003,0.32884 1.9741,-0.0975 2.9648,0.3164 0.4303,0.17968 0.9175,0.34095 1.377,0.42383 -0.7319,-0.0944 -1.4577,-0.24641 -2.2246,-0.10547 -0.5747,0.10611 -2.616,-0.10991 -2.9648,0.42383 -0.662,1.01704 3.3358,1.18653 3.9179,1.26953 -1.5707,0.19434 -3.5578,-0.40619 -4.8711,0.74219 0.8981,0.0115 1.8583,0.31876 2.6485,0.74219 -0.9383,-0.27423 -2.5335,-0.54279 -3.3887,0.10546 1.6275,0.0883 3.2968,0.30421 4.7656,1.0586 -1.2566,0.0651 -2.4557,-0.45995 -3.707,-0.5293 -0.8825,-0.0494 -3.4781,1.38996 -1.5879,1.48242 -1.887,0.48436 -3.7683,1.06597 -5.6133,1.69532 1.4594,0.1061 2.7559,1.57931 4.2363,0.63476 1.3627,-0.86995 3.1484,-0.42383 4.6582,-0.42383 -0.8195,0.041 -1.6118,0.2984 -2.4355,0.31836 -0.6514,0.28367 -2.9706,0.6389 -1.9063,1.79883 -0.2972,0.14501 -0.64,0.31773 -0.9531,0.42383 1.4352,0.70079 3.2008,-0.42844 4.6602,-0.5293 0.9414,-0.0651 1.9358,0.28513 2.8594,0.42383 0.3609,0.0546 1.3742,0.24231 2.1191,0.31836 -0.1319,-0.002 -0.3008,0 -0.4238,0 -2.6729,0 -4.468,-1.12631 -7.0957,0 -1.68,0.72075 -4.4912,-0.43165 -5.9317,0.95312 -0.4349,0.41712 0.6684,2.18929 1.2715,2.33008 -1.6485,-0.30153 -3.7255,-0.47392 -4.7656,1.16406 0.5358,0.0988 1.0667,0.1618 1.5879,0.31836 1.059,-0.1387 2.1344,-0.0103 3.1777,0.21094 -0.8689,-0.1103 -1.851,-0.31189 -2.3301,0.63477 0.4865,-0.19753 0.9602,-0.25717 1.4825,-0.21094 -0.4203,0.48015 -0.9502,0.71502 -1.5879,0.74023 0.1449,0.58417 0.5494,1.01958 1.164,1.06055 -0.5085,0.19228 -1.1781,0.24391 -1.5879,0.63477 -0.2762,0.26372 0.3838,1.07816 -0.2109,1.27148 -1.2745,0.41291 -2.7299,-1.14943 -4.0254,0 -1.5256,1.35325 0.3275,2.88371 1.166,3.8125 0.4991,0.5516 1.3046,0.72027 2.0117,0.74024 0.5968,0.0169 3.2125,0.31437 1.377,-0.5293 1.6296,0.5516 3.3704,-0.26209 4.7656,1.05859 0.127,-0.25111 0.2987,-0.48702 0.4238,-0.74023 0.2531,0.20068 0.4881,0.32652 0.7403,0.5293 0.076,-0.60624 0.4536,-0.88613 1.0586,-0.74219 -0.9023,2.60985 2.3742,0.76255 2.9668,0.84765 -0.6083,0.24166 -1.1127,0.62613 -1.4844,1.16407 1.2776,0.68713 2.8354,0.52616 4.1309,1.16601 -0.435,-0.2406 -3.1375,-0.47384 -0.9532,0.31836 -0.7502,-0.19753 -1.4954,-0.19186 -2.2246,0.10547 0.7523,0.12081 1.7163,0.64439 1.377,1.58789 0.7977,0.11946 1.6021,0.26422 2.33,0.5293 0.6714,0.2448 1.3488,-0.13619 2.0118,0.10547 0.6892,0.25215 1.3563,0.61635 2.1191,0.53125 -0.2616,-0.26898 -0.5555,-0.50684 -0.8476,-0.74219 0.8331,0.7071 3.2419,2.02084 4.1308,0.74219 0.538,-0.77329 1.5345,-0.38165 2.2227,-0.10743 0.4144,0.16487 2.6267,0.66285 1.7109,0.25391 1.2434,0.48183 3.3014,1.164 4.1133,0.48828 -0.787,-0.52113 -1.7978,-0.14412 -2.4356,-0.95312 2.2558,-0.0295 4.2928,1.21619 6.5664,1.05859 -0.6631,-0.20553 -1.4263,-0.25856 -2.1171,-0.42383 0.4211,0.0804 0.866,0.11543 1.2695,0.10547 0.539,-0.0136 2.6996,-0.65263 0.7422,-0.95312 1.7052,-0.17337 -0.4037,-0.68075 -0.9531,-0.84571 -1.1127,-0.332 -2.2697,-0.43644 -3.3887,-0.74218 -1.8313,-0.50117 -4.1892,-1.19447 -5.5078,-2.64649 -1.6064,-1.77037 -3.766,-3.21615 -5.5059,-4.87305 -0.5379,-0.51167 -0.1747,-1.87723 -0.4238,-2.01171 -0.9057,-0.48751 -1.1267,-1.44014 -2.2246,-1.69336 0.5106,0.0988 0.9844,0.14816 1.4824,0 -0.1891,-0.25321 -0.3825,-0.49804 -0.6348,-0.63672 0.2125,0.0622 0.4373,0.0629 0.6348,0.10742 0.9298,0.21013 0.3695,-1.02523 -0.3164,-1.16602 0.5504,0.15551 1.1312,0.21157 1.6933,0.10547 -0.6776,-0.58102 -1.5778,-0.44435 -2.33,-0.8457 0.4455,0.21118 4.0498,0.47804 3.4961,-0.63672 -0.4025,-0.80901 -2.5583,-0.47506 -3.2832,-0.63476 1.0412,0.0714 2.4426,0.0838 3.2832,-0.63477 h -2.543 c 1.1,-0.22799 2.4418,-0.0104 3.3906,-0.74219 -0.3213,-0.23902 -0.7454,-0.48357 -1.166,-0.63476 1.0028,0.14923 2.3716,0.23453 1.5879,-0.84766 0.9151,0.74913 1.8636,-0.067 2.3301,-0.84766 -1.0791,-0.4276 -2.448,-0.46393 -3.2832,-1.37695 1.161,0.55475 3.1461,1.37008 4.3418,0.31836 0.8079,-0.71025 -5.148,-1.62847 -5.6114,-1.80078 1.2283,0.31729 2.5011,-0.0935 3.7051,0.31836 0.8143,0.27946 1.7491,0.98569 2.6485,0.63476 2.0582,-0.8027 -2.7541,-2.38616 -3.3887,-2.43554 1.6348,0.1061 0.696,-0.33113 0.1054,-0.63477 1.7473,-0.15235 2.9438,1.84344 4.7657,1.0586 -0.1607,-0.26267 -0.3402,-0.60496 -0.5293,-0.84766 0.582,0.4003 2.6816,0.007 0.7402,-0.21094 0.5117,-0.19333 1.0435,-0.35933 1.5899,-0.31836 -0.6485,-1.65269 -2.3307,-1.86794 -3.7071,-2.64648 1.1452,0.35512 2.6992,1.13148 3.918,0.8457 0.6272,-0.14712 2.2127,-1.17012 0.6367,-1.375 1.1137,0.14922 1.1137,-0.0272 0,-0.5293 1.1495,0.3173 3.0516,1.70013 4.0235,0.31641 -0.6504,-0.10821 -1.2398,-0.28911 -1.8008,-0.63477 0.7596,0.35513 1.6002,0.52154 2.4355,0.42383 0.5705,-0.0672 2.7069,-0.48242 0.7422,-0.953125 h 1.5879 c 0.041,-1.536071 -2.6269,-0.401928 -3.3887,-1.058594 0.7218,0.01596 1.9838,0.323184 2.1172,-0.742188 0.4728,0.431844 1.0544,0.558715 1.6953,0.529297 -0.4875,-1.257644 1.8117,-0.936239 1.9063,-2.117187 0.7449,1.021225 1.6843,0.317693 2.4355,-0.212891 1.1104,-0.783797 2.5139,-0.821144 3.8125,-1.058594 0.8059,-0.147116 3.6621,-0.231977 4.1309,-0.847656 0.2595,-0.340412 3.0854,-0.491876 3.8125,-0.634766 7.1949,-1.407888 14.523,-1.953166 20.9668,-5.71875 -0.7996,-0.06199 -1.249,-1.393123 -2.0117,-1.800781 -1.5561,-0.832123 -3.4454,-1.152907 -5.1895,-1.269531 -0.3888,-0.0259 -0.7839,-0.03919 -1.1895,-0.03906 z m 156.9688,1.626954 c -0.2642,-0.03772 -0.5682,0.04192 -0.8477,0.105468 0.5233,0.121899 1.0531,0.183473 1.5879,0.212891 -0.25,-0.139759 -0.4756,-0.280684 -0.7402,-0.318359 z m 272.4805,0 c -0.9207,0.06283 -2.0317,0.412549 -2.3301,0.634765 0.3719,0.918281 3.268,0.09314 4.0234,0.212891 0.053,-0.700266 -0.7725,-0.910433 -1.6933,-0.847656 z m -283.8125,0.423828 c -0.2807,0.07565 -0.4597,0.240769 -0.7403,0.316406 0.5411,0.192283 1.0153,0.252804 1.5879,0.21289 -0.2776,-0.152369 -0.5703,-0.378001 -0.8476,-0.529296 z m 2.33,0 c 0.4739,0.457036 1.0048,0.621098 1.5879,0.316406 h -0.8457 c -0.2521,-0.07565 -0.4889,-0.240769 -0.7422,-0.316406 z m 95.4161,1.90625 c -0.024,0.152355 -0.082,0.378001 -0.1055,0.529296 0.5758,0.06724 1.1144,0.01797 1.6934,0 -0.5747,-0.10926 -1.0563,-0.285541 -1.5879,-0.529296 z m -85.461,0.634765 c -0.6876,0.06966 -0.2493,0.647046 0.1055,0.953125 -0.201,-0.121154 1.1449,-1.078416 -0.1055,-0.953125 z m 0.1055,0.953125 c 0.063,0.054 0.046,0.187508 0.1055,0.212891 l 0.7421,-0.423828 c -0.5533,0.215671 -0.7807,0.251335 -0.8476,0.210937 z m -11.2246,-0.318359 c -0.2522,0.07565 -0.489,0.137253 -0.7422,0.212891 0.5632,0.179676 1.1049,0.297346 1.6953,0.318359 -0.2951,-0.230107 -0.599,-0.408321 -0.9531,-0.53125 z m 307.957,0.212891 c -0.1715,-0.01218 -0.3554,0.04895 -0.5293,0.105468 0.3046,0.175472 0.6484,0.352774 0.9531,0.529297 0.2776,0.05043 0.5684,0.162471 0.8457,0.212891 -0.286,-0.44916 -0.7547,-0.811301 -1.2695,-0.847656 z m -74.2637,0.167968 c -0.5751,0.02026 -0.8265,0.252841 -0.1855,0.890625 -0.2881,-0.209091 -1.9451,-0.973965 -1.5879,0 0.2111,0.575765 -1.4118,0.38681 -1.6934,0.634766 -0.3834,0.337256 2.2679,1.456411 2.5411,1.589844 -0.8405,-0.216448 -1.7096,-0.375334 -2.4356,0.210937 0.1501,0.250057 0.2694,0.595496 0.4238,0.847656 0.8952,-0.637754 1.6333,0.317073 2.2227,0.847657 0.7229,0.650364 1.8075,0.205838 2.543,0.845703 -0.8395,0.28578 -1.7235,-0.306562 -2.543,0.107422 1.7809,1.12525 3.9915,1.722136 6.0371,2.117187 2.1181,0.408706 4.0139,1.463518 6.1426,1.800777 2.0772,0.32885 4.7983,1.12649 6.8828,0.95313 1.5402,-0.12712 -0.5062,-1.850575 -0.8477,-2.22461 1.3638,-0.04098 2.4137,0.824296 3.7071,1.05859 1.2797,0.2322 2.579,-0.386802 3.8125,-0.634762 2.2621,-0.454936 5.3625,-1.398836 7.5195,-0.105469 0.846,0.174423 1.7205,0.630441 2.3281,0.210938 1.1095,-0.766985 3.7196,0.347358 5.1895,-0.423828 -2.6592,-1.040159 -5.5827,-0.510558 -8.2598,-1.482422 -1.3448,-0.488559 -2.8227,-0.672754 -4.1308,-1.269531 -1.2703,-0.579966 -2.3249,-1.989507 -3.8106,-2.013672 1.1463,-0.01154 1.0871,-0.126224 -0.1074,-0.316406 0.2911,0.05358 2.9987,0.08928 0.9531,-0.31836 0.9656,0.05043 5.9399,-0.09251 3.4961,1.800781 3.6195,1.464624 7.3922,2.777825 11.3301,2.964844 1.0065,0.04728 2.6595,0.169652 3.3887,-0.740234 1.0832,-1.349052 -1.9792,-1.397337 -2.3301,-2.119141 0.7964,-0.180724 1.5168,-0.520245 2.3301,-0.634766 -2.4334,-0.687136 -4.96,-0.800136 -7.4122,-1.376953 -1.9058,-0.447582 -4.3971,-1.561058 -6.3535,-0.847656 -4.6271,1.687367 -9.6042,-1.657644 -14.1914,-2.011719 0.807,0.332 1.6497,0.569633 2.4356,0.953125 -0.9382,-0.220638 -2.4614,-0.769329 -3.1758,0.210938 1.0927,1.168341 2.732,1.55719 4.0234,2.435547 -0.8195,0 -1.7372,0.154045 -2.541,-0.105469 -0.3094,-0.100021 -0.4857,-0.365846 -0.7422,-0.529297 -0.4411,-0.281127 -0.9423,-0.482619 -1.4824,-0.634766 -0.8216,-0.232196 -1.712,0.03435 -2.541,-0.105468 -0.8248,-0.138696 -1.3417,-0.703069 -2.1191,-0.953125 -1.8313,-0.586271 -3.8927,-0.378412 -5.7188,-0.953125 -0.2657,-0.08405 -1.4644,-0.503675 -2.4355,-0.636719 -0.2429,-0.03326 -0.4704,-0.04972 -0.6622,-0.04297 z m -218.8671,0.679688 c -0.8195,0.112409 -1.615,0.416877 -2.4356,0.529297 0.8258,0.44653 1.9081,0.291271 2.4356,-0.529297 z m -76.7793,0.621094 c -0.322,-0.01561 -0.641,-0.01196 -0.9512,0.01367 -0.4138,0.03424 -0.7866,0.117945 -1.166,0.210938 1.0485,0.260566 2.1868,0.0028 3.1777,0.53125 0.5474,-0.157608 1.1345,-0.214578 1.6934,-0.107422 -0.8032,-0.375874 -1.788,-0.601611 -2.7539,-0.648436 z m 283.4941,1.177734 c 0.7807,1.320685 2.0718,2.380681 3.2832,3.283203 0.7586,0 1.5883,-0.01025 2.3301,-0.210937 -1.0497,-0.512724 -0.3177,-1.601156 -1.5879,-1.800782 -1.4437,-0.225902 -2.6175,-0.960487 -4.0254,-1.271484 z m 61,1.90625 c -0.3029,-0.01596 -0.5287,0.0068 -0.8477,0.107422 1.0265,0.312035 1.3878,1.948026 2.6465,2.435547 1.9469,0.755416 4.4069,0.830354 6.461,1.269531 4.5588,0.975027 9.8397,1.800778 14.5078,1.800778 1.9616,0 4.5749,0.006 6.1426,-1.37695 -1.0917,-0.32885 -0.2727,-1.539552 -1.6954,-1.269531 -1.5486,0.293127 -3.0187,-0.290651 -4.5527,-0.53125 -1.4625,-0.229048 -2.9648,-0.457599 -4.4473,-0.421875 -1.7062,0.04098 -3.0982,0.661664 -4.7656,-0.107422 -1.7252,-0.795366 -5.417,-2.020346 -7.2012,-0.845703 -2.2918,1.508619 -4.1266,-0.950186 -6.248,-1.060547 z M 1847.7559,95.25 c 1.1588,1.428904 -0.7237,0.793662 -1.1661,0.423828 -0.3509,0.935089 0.5487,1.242058 1.2715,0.953125 0.5075,-0.202775 1.3746,0.784615 1.9063,0.847656 -0.1871,-0.243755 -0.3665,-0.481624 -0.5293,-0.742187 0.2741,-0.108208 0.5682,-0.22292 0.8476,-0.316406 -0.4475,-0.485417 -1.0365,-0.66929 -1.6953,-0.636719 0.071,-0.177572 0.1394,-0.352784 0.2129,-0.529297 z m 29.2148,3.597656 c -0.3089,-0.01101 -0.6311,-0.02068 -0.9395,0.0039 -0.6166,0.04917 -1.1806,0.234988 -1.5898,0.634766 1.0055,0.630398 2.276,0.388507 3.3887,0.529288 -2.0845,-0.501157 0.212,-0.449036 0.6367,-0.423819 -0.227,-0.226944 -0.4087,-0.514339 -0.6367,-0.740235 -0.2564,0.01944 -0.5505,0.0071 -0.8594,-0.0039 z m -6.4473,1.273434 c -0.4969,0.26057 -1.0279,0.32782 -1.5879,0.31836 0.9929,0.24691 2.1544,0.56211 3.1778,0.31836 -0.4308,-0.46229 -0.9574,-0.64512 -1.5899,-0.63672 z m 5.295,0 c 0.4875,0.3173 1.012,0.38456 1.5898,0.31836 -0.5064,-0.23639 -1.0309,-0.30365 -1.5898,-0.31836 z m -38.4414,1.27149 c 1.0832,0.21854 1.0349,0.27817 0,0.21094 0.7722,0.30468 1.5918,0.62621 2.4355,0.63671 -0.6283,-0.79536 -1.532,-0.75099 -2.4355,-0.84765 z m 179.289,0.63476 c 0.829,0.92249 -0.4222,1.40177 -1.166,1.27149 0.9141,1.93637 6.9668,1.95668 8.6836,1.90625 0.011,-0.92143 2.5809,-1.97076 -0.1055,-2.64844 -2.3335,-0.58943 -5.0229,-0.28449 -7.4121,-0.5293 z m -148.5781,0.21289 c -0.2775,0.0757 -0.5703,0.24076 -0.8477,0.31641 0.4602,0.45599 1.0492,0.58378 1.6953,0.53125 -1.1084,-0.31519 -1.1084,-0.49344 0,-0.53125 -0.2762,-0.10086 -0.5702,-0.21556 -0.8476,-0.31641 z m 171.4512,1.0586 c 0.024,0.17652 0.083,0.35278 0.1074,0.52929 h 0.8457 c -0.2776,-0.2427 -0.6211,-0.36854 -0.9531,-0.52929 z m 135.1289,0.52929 c -0.5743,0.001 -1.1991,0.10877 -1.8008,0.31836 0.1701,1.84182 3.1972,2.21006 4.5547,2.54102 0.6819,-0.32149 1.4711,-0.55807 2.1172,-0.95312 -1.4901,-0.9976 -3.1482,-1.91039 -4.8711,-1.90626 z m -28.0625,0.31836 c 2.033,1.75147 5.0109,1.43297 7.3066,2.64649 -0.1745,-2.053 -5.8199,-2.48048 -7.3066,-2.64649 z m -288.2598,0.63477 c -0.2521,0.0251 -0.5944,0.0803 -0.8477,0.10547 0.4907,0.37929 1.0797,0.56317 1.6954,0.63672 -0.2691,-0.28894 -0.5146,-0.52786 -0.8477,-0.74219 z m 3.2344,0 c -0.5733,0.0404 -1.1125,0.20467 -1.4336,0.5293 1.2902,-0.0347 2.77,0.65601 4.0234,0.10547 -0.4481,-0.30784 -1.2458,-0.5846 -2.0117,-0.63477 -0.1915,-0.0125 -0.387,-0.0135 -0.5781,0 z m 227.2031,1.69531 c 0.4602,0.45074 1.1515,0.67574 1.8008,0.63477 -0.4592,-0.4539 -1.1504,-0.67889 -1.8008,-0.63477 z m 96.3027,0.0703 c -0.4515,-0.002 -0.9864,0.007 -1.5214,0.0352 -1.0704,0.0558 -2.1915,0.25495 -2.543,0.63477 -0.436,0.47069 0.511,1.33679 0.4238,1.90625 -0.1155,0.77854 -1.5792,0.7552 -2.1172,0.84765 -0.5379,-0.0357 -1.0667,-0.0323 -1.5879,0.10547 1.4752,1.18515 3.2794,0.1572 4.8711,-0.10547 1.9501,-0.32149 4.0259,0.53036 5.9297,0.84766 4.0051,0.66717 8.3414,1.09117 12.3906,0.74023 -4.5209,-2.71176 -9.5676,-4.47855 -14.8261,-4.97656 -0.2002,-0.0189 -0.568,-0.0329 -1.0196,-0.0352 z m -359.7812,2.4707 c -1.1515,0.1513 -2.3696,0.0199 -3.0703,1.16406 0.7239,-0.65456 3.2836,0.43295 3.0703,-1.16406 z m 1.6933,0.21094 c -0.3581,-0.005 -0.6169,0.0441 -0.9531,0.10742 1.3186,0.47699 2.7577,0.42569 4.1309,0.63476 -0.9109,-0.44679 -2.1031,-0.72622 -3.1778,-0.74218 z m -30.7109,0.31836 c -1.1342,-10e-4 -2.3128,0.17456 -3.3887,0.63476 0.538,1.08639 0.9791,1.14743 0.8477,2.43555 -0.1386,1.36376 1.1093,-0.11388 1.166,-0.10547 2.841,0.37088 5.3852,-0.002 8.2598,-0.74024 -1.3794,-0.93404 -1.25,-0.41857 -2.6485,-0.42382 -0.1498,-3.6e-4 -0.2191,-0.12688 -0.3164,-0.21289 0.198,-0.0251 0.2953,-0.34099 0.211,-0.84571 -0.2762,0.1261 -0.5703,0.29578 -0.8477,0.42188 -0.148,-0.27633 -0.2152,-0.53555 0.1074,-0.84571 -1.121,-0.15235 -2.2564,-0.31703 -3.3906,-0.31835 z m 33.2539,2.2246 c -0.4171,-0.005 -0.8669,0.0549 -1.2715,0.21094 0.8437,0.1324 1.7867,0.44363 2.541,-0.21094 -0.4171,0.0142 -0.8524,0.005 -1.2695,0 z m -10.2734,0.42383 c -0.715,-0.0254 -1.4103,0.12876 -1.9063,0.74024 1.1243,0.8836 2.7268,0.81338 4.0254,1.27148 -0.4917,-0.52218 -1.5907,-1.8382 0,-1.69531 -0.6472,-0.0562 -1.4042,-0.29105 -2.1191,-0.31641 z m 26.3515,0.59961 c -0.1414,-0.008 -0.2753,0.004 -0.4062,0.0352 -0.5238,0.12267 -0.9164,0.48756 -1.6934,1.05859 0.6777,1.71153 3.7606,1.35529 5.1895,1.48242 0.3551,-1.11265 -0.6472,-1.5925 -1.4824,-2.01171 -0.6883,-0.34633 -1.183,-0.54101 -1.6075,-0.56446 z m -5.7011,3.21289 c -1.596,0.002 -2.5422,1.27941 -3.8125,2.01172 1.7599,1.62643 6.3343,0.35114 7.8379,-1.16601 -1.2105,-0.63461 -2.6669,-0.84781 -4.0254,-0.84571 z m 347.8828,6.77735 c -0.2766,-0.0125 -0.5661,0.0131 -0.8477,0.10546 0.2775,0.0756 0.4629,0.13426 0.7403,0.21094 0.2775,-0.0504 0.5702,-0.1605 0.8476,-0.21094 -0.2721,-0.11768 -0.4636,-0.0929 -0.7402,-0.10546 z m 240.5137,0.61523 c -0.4945,-0.006 -1.0482,-0.005 -1.6055,0.0195 -1.1144,0.0493 -2.2497,0.17469 -2.752,0.5293 -1.5434,1.01284 -3.0666,2.85221 -0.8476,4.13086 0.7428,0.42868 2.0696,1.19348 2.9648,1.16406 0.8269,-0.0274 3.4391,-0.36685 4.0254,-0.95312 1.0633,-1.06222 4.0405,0.1639 5.2949,0.31836 1.554,0.19227 6.0665,-0.48455 7.2012,-1.58985 -1.5172,-2.32197 -5.6512,-2.22557 -8.0488,-2.75195 -1.6694,-0.36774 -3.2345,-0.84556 -4.9785,-0.84766 -0.3242,-5.3e-4 -0.7595,-0.0135 -1.2539,-0.0195 z m -244.8379,0.0644 c -0.3263,-6e-5 -0.6524,0.0209 -0.9707,0.0606 -0.4246,0.0528 -0.7857,0.11255 -1.1661,0.21289 0.4227,0.5551 1.0832,0.59197 1.6954,0.74024 0.328,0.005 0.8947,0.0655 1.0586,0.10546 0.7564,0.18073 1.6643,0.46279 2.1171,-0.42187 -0.7765,-0.49999 -1.7555,-0.69708 -2.7343,-0.69727 z m -480.6973,1.54297 c -0.6017,0.0852 -1.073,0.40732 -1.166,1.0586 1.7966,0.45388 3.6147,0.73961 4.9785,2.11914 0.9845,-2.07927 -1.3595,-1.94255 -2.4375,-2.96485 -0.2399,-0.0579 -0.499,-0.19524 -0.7402,-0.21289 -0.2213,-0.0163 -0.4342,-0.0285 -0.6348,0 z m 617.2891,3.4961 c 0.5505,0.73441 1.5498,0.98609 2.4355,0.74023 -0.8321,-0.20384 -1.5939,-0.56477 -2.4355,-0.74023 z m -609.9825,0.42187 c -0.2647,-0.0125 -0.5744,0.0353 -0.8476,0.21289 0.4762,-0.048 0.9958,0.0392 1.4824,0.10547 -0.2254,-0.15772 -0.4024,-0.30738 -0.6348,-0.31836 z m 21.1797,2.4375 c -0.2785,0 -0.5692,0.0189 -0.8476,0.10547 0.2751,0.0756 0.5713,0.13425 0.8476,0.21094 0.1176,-0.10454 0.2835,-0.17313 0.4239,-0.21094 -0.1414,-0.0224 -0.2826,-0.10547 -0.4239,-0.10547 z m 11.6485,0.73828 c -0.1828,-0.0216 -0.3599,-0.0225 -0.5293,0.002 -0.8406,0.1208 -1.2967,1.17231 -2.2246,0.84765 0.5726,0.21539 1.1132,0.34123 1.6953,0.5293 -0.559,0.10715 -1.1479,0.15761 -1.6953,0 0.6893,0.72496 1.2643,1.60301 2.2246,2.01172 0.8195,0.40347 1.7614,0.6785 2.541,1.16601 -2.3041,-1.28811 1.693,-0.37259 2.2246,-0.21289 0.9781,0.29314 1.4798,1.27084 2.541,1.37696 0.7964,0.0798 5.5548,0.17698 3.2832,-1.37696 -1.8544,-1.2692 -4.0549,-1.89211 -6.1426,-2.64648 -1.0866,-0.39348 -2.6388,-1.54639 -3.9179,-1.69727 z m 632.7519,3.17969 c -0.5982,-0.0169 -1.151,0.0405 -1.6933,0.21094 -2.0488,1.63062 10.1293,3.22752 10.4824,3.2832 0.1114,-1.76301 -2.1121,-2.40443 -3.3887,-2.54101 -1.646,-0.17809 -3.6057,-0.90255 -5.4004,-0.95313 z m -582.1308,3.49414 c -0.3666,0.042 -0.827,0.24458 -1.0586,0.5293 0.5274,0.32149 1.1071,0.43353 1.6933,0.21289 0.027,-0.60413 -0.2682,-0.78423 -0.6347,-0.74219 z m -105.6895,0.5293 c -0.3233,0.0132 -0.645,0.0311 -0.9531,0.10547 -0.808,0.19434 -1.5845,0.60536 -2.1172,1.27148 -0.8531,1.06538 -0.014,1.68223 0,2.75391 0.027,1.91851 4.1438,1.81798 5.4004,1.58789 1.1305,-0.20594 2.4315,-0.34627 3.3887,-1.0586 0.5421,-0.40242 2.3181,-3.08032 2.5429,-1.16601 0.85,-1.09794 -1.2856,-1.86358 -2.0136,-2.01172 -1.7242,-0.53742 -3.4615,-1.35309 -5.295,-1.48242 -0.3056,-0.0216 -0.63,-0.0132 -0.9531,0 z m -90.4375,2.85937 c -0.6117,0.28551 -1.2479,0.66984 -1.5879,1.37696 -0.4657,-0.93615 0.7297,-1.16231 1.5879,-1.37696 z m 190.3027,0.21094 c 1.3659,0.30994 2.6524,0.87708 4.0235,1.16602 -1.2881,-0.56421 -2.563,-1.26478 -4.0235,-1.16602 z m -61.1054,1.27153 c -0.2647,-0.0125 -0.5782,0.0101 -0.8477,0.10547 0.5274,0.0265 1.0656,0.0236 1.5899,0.10743 -0.2597,-0.12081 -0.4776,-0.2003 -0.7422,-0.2129 z m 14.8261,0.95313 c -1.0433,0.26581 -2.1303,0.18007 -3.1757,0.42383 0.5999,0.46859 2.6294,-0.003 3.1757,-0.42383 z m -37.4961,2.48633 c -0.2785,-10e-4 -0.5548,0.015 -0.8398,0.0547 -0.57,0.0794 -1.1596,0.24968 -1.6934,0.53126 0.9152,0.43812 2.5093,-0.23497 3.3887,-0.53126 -0.2952,-0.0349 -0.5769,-0.0535 -0.8555,-0.0547 z m -82.9765,25.86914 c -0.086,0.004 -0.169,0.0164 -0.2539,0.0254 -0.067,0.007 -0.132,-0.007 -0.211,0 -0.2765,0.0251 -0.5792,0.0936 -0.8476,0.21289 0.3314,-0.0302 0.6428,-0.0598 0.9531,-0.10742 0.2085,-0.0318 0.4147,-0.0852 0.6367,-0.10547 -0.1018,-0.0246 -0.1916,-0.0293 -0.2773,-0.0254 z m -3.3242,0.13086 c -0.2657,-0.0105 -0.5412,0.0428 -0.8477,0.10742 0.4382,0.50642 1.0204,1.02603 1.5899,1.37695 0.2741,0.124 0.5651,0.124 0.8457,0 -0.1939,-1.02045 -0.791,-1.45242 -1.5879,-1.48437 z m 929.1836,2.53711 c -0.082,-0.007 -0.1599,-0.005 -0.2305,0.006 -0.339,0.0529 -0.4529,0.36475 -0.3164,1.05859 0.8321,0.38244 1.6854,0.10927 2.4355,-0.31836 -0.4942,-0.23959 -1.3133,-0.69506 -1.8886,-0.74609 z m -900.3164,0.80273 c -0.066,0.003 -0.1224,0.0198 -0.168,0.0508 -0.1823,0.12387 -0.1662,0.48033 0.3164,0.95313 -0.5043,-0.34252 -1.0279,-0.40411 -1.5879,-0.21289 1.0444,0.24061 2.0647,0.3671 3.0723,0.74218 -0.3131,-0.44443 -0.5035,-0.93527 -0.9532,-1.27148 -0.215,-0.16114 -0.4829,-0.26992 -0.6796,-0.26172 z m -30.877,14.875 c 0.07,-0.0705 1.4266,0.63672 1.6934,0.63672 0.1352,0 0.7007,0.37335 0.9531,0.42383 0.5244,0.10485 2.8226,0.91628 3.0703,1.16406 0.097,0.0968 0.884,0.16879 1.0605,0.21289 0.4009,0.10023 0.7645,0.26209 1.1641,0.42188 0.1541,0.0616 0.3824,0.0337 0.5293,0.10742 0.084,0.0422 0.1713,0.19003 0.2129,0.21094 0.2945,0.14718 0.6823,0.13786 0.9531,0.31836 0.1447,0.0964 0.1604,0.21508 0.211,0.3164 0.046,0.0926 0.4463,0.34081 0.5293,0.42383 0.105,0.10486 -0.2839,1.42693 -0.3165,1.58984 -0.044,0.2177 0.1658,0.83251 0.1055,0.95313 -0.1721,0.34407 -0.4742,0.80268 -0.3183,1.26953 0.096,0.28774 0.1984,0.39641 0.3183,0.63672 0.024,0.0493 -0.024,0.16169 0,0.21094 0.1299,0.25951 0.4942,0.60163 0.7402,0.84765 0.3275,0.32749 0.758,0.43072 1.1661,0.63477 0.6037,0.30187 1.3525,1.14156 1.7988,1.58789 0.057,0.0571 0.069,0.14396 0.1074,0.21289 0.025,0.0424 0.071,0.0725 0.1035,0.10547 0.197,0.19685 0.6736,0.39399 0.8477,0.74218 0.1111,0.22265 0.048,1.11578 -0.1055,1.26954 -0.1736,0.17364 0.033,0.5136 -0.4238,0.74218 -0.3821,0.0828 -1.221,0.85208 -1.377,1.16407 -0.1795,0.35921 -0.1327,0.49106 -0.4238,0.63671 -0.4485,0.22431 -0.5056,0.31641 -1.0586,0.31641 h -0.2129 -0.7402 c -0.2563,0 -0.6272,0.0415 -0.8477,-0.10547 -0.1934,-0.12911 -0.501,-0.18464 -0.6347,-0.31836 -0.093,-0.0931 -0.084,-0.65612 0,-0.74023 0.2301,-0.23006 0.656,-0.3377 0.8476,-0.5293 0.139,-0.13897 0.061,-0.48494 0.1055,-0.52929 0.056,-0.0557 0.1915,-0.46509 0.1055,-0.63672 -0.1939,-0.38739 -0.7029,-0.57773 -0.9532,-0.95313 -0.084,-0.12569 -0.2139,-0.27201 -0.3183,-0.42383 -0.2095,-0.3036 -0.4159,-0.62694 -0.6348,-0.8457 -0.2433,-0.24348 -2.0716,-0.24181 -2.4355,-0.42383 -0.1109,-0.0554 -0.3052,0.0395 -0.4239,0 -0.2873,-0.0957 -0.6246,-0.13074 -0.9531,-0.21289 -0.1054,-0.0264 -0.2224,0.048 -0.3183,0 -0.4543,-0.22708 -0.6174,-0.4045 -0.9532,-0.74023 -0.086,-0.0863 -0.2303,-0.0192 -0.3164,-0.10547 -0.02,-0.0216 0.02,-0.0856 0,-0.10742 -0.08,-0.0796 -0.3578,-0.0392 -0.4238,-0.10547 -0.076,-0.0751 -0.2096,-0.10199 -0.3184,-0.21094 -0.071,-0.0712 -0.101,-0.20873 -0.2109,-0.31836 -0.2671,-0.66019 -0.2037,-1.26438 -0.6348,-1.69531 -0.1029,-0.10276 -0.042,-0.33637 -0.2129,-0.42188 -0.1991,-0.0996 -0.2381,-0.47934 -0.3164,-0.63672 0.4421,0.11807 0.7727,0.57163 1.1641,-0.21093 0.1483,-0.29683 -0.231,-0.54909 -0.3184,-0.63672 -0.03,-0.0319 -0.1088,-1.05551 -0.1054,-1.0586 0.1385,-0.13846 0.4007,0.30681 0.4238,0.31836 0.2443,0.12221 0.662,0.32678 0.9531,0.42383 0.2552,0.0851 0.46,-0.18814 0.7422,0 0.1657,0.11055 0.5219,0.41644 0.6348,0.5293 0.056,0.0559 2.6361,0.11788 2.6484,0.10547 0.027,-0.0268 0.4489,-0.10547 0.5293,-0.10547 0.3525,-0.43924 0.1714,-1.06706 -0.1055,-1.48242 -0.1911,-0.28669 -0.1971,-0.72635 -0.4238,-0.95313 -0.097,-0.0965 -0.8257,0 -0.9531,0 -0.3206,0 -0.7632,-0.006 -1.0606,-0.10547 -0.4646,-0.15493 -0.7854,0.13465 -1.2695,-0.10742 -0.073,-0.037 -0.2448,0.037 -0.3184,0 -0.2629,-0.13149 -0.9243,-0.81896 -1.164,-1.05859 -0.2165,-0.21648 -0.6419,-0.11054 -0.8477,-0.31641 -0.339,-0.33894 -0.9531,-0.97846 -0.9531,-1.58984 0,-0.17134 -0.5115,-0.65274 -0.3164,-0.84766 z m 885.8223,4.38086 c -0.7138,0.0925 -1.3056,0.24209 -1.8496,0.39063 0.5442,-0.14885 1.1352,-0.29792 1.8496,-0.39063 z m -907.3223,5.46875 c 0.1674,-0.0836 1.0336,0.23913 1.2715,0.31836 0.1203,0.0401 1.5742,0.30221 1.5879,0.31641 0.383,0.38304 0.8315,0.73319 1.2715,0.95312 0.289,0.1446 0.5946,0.59641 0.8457,0.84766 0.055,0.0544 0.1583,0.0511 0.2129,0.10547 0.3692,0.36914 0.919,0.62233 1.4824,0.84765 0.5686,0.22749 0.87,0.32854 1.2715,0.5293 0.2402,0.12006 1.8128,0.11892 2.1171,0.31836 0.4049,-0.081 0.3241,-0.10003 0.5293,0.10547 0.089,0.0893 0.4921,-0.003 0.6348,0.21093 0.1604,0.2405 0.5892,1.40785 0.9531,1.58985 0.08,0.04 0.9902,0.56437 1.0606,0.63476 0.1396,0.13949 0.3767,0.34756 0.5293,0.42383 0.1186,0.0589 0.1934,0.0563 0.3164,0.10547 0.2602,0.10412 0.9109,0.54353 1.166,0.84766 0.017,0.0186 0.093,-0.018 0.1055,0 0.1914,0.28712 0.5715,1.22736 0.2109,1.58789 -0.056,0.0555 -0.1069,0.26643 -0.2109,0.31836 -0.3581,0.17902 -0.7302,-0.0218 -0.9532,0.42383 -0.1717,0.34567 -0.093,1.14095 -0.2109,1.37695 -0.2228,0.44533 -0.5544,1.70688 -0.9531,1.90625 -0.2904,0.14511 -0.6291,0.2134 -0.9531,0.10547 -0.2976,-0.0991 -0.6591,-0.0317 -0.9532,-0.10547 -0.6063,-0.15158 -1.0243,-0.81345 -1.3769,-1.16602 -0.1793,-0.17933 -0.8414,0 -1.0586,0 -0.2935,0 -0.6386,-0.10454 -0.8477,0 -0.2368,0.11847 -0.4849,0.59045 -0.7422,0.84766 -0.075,0.0748 -0.054,0.53096 -0.1054,0.63477 -0.055,0.10851 -0.3493,0.34902 -0.4239,0.42382 -0.059,0.0588 -0.024,0.23738 -0.1054,0.31836 -0.3326,0.33255 -0.8801,0.63477 -1.377,0.63477 -0.087,0 -0.4746,-0.0512 -0.5293,-0.10547 -0.1183,-0.11817 -0.4389,-0.56076 -0.5293,-0.74219 -0.061,-0.12244 -0.1974,-0.92133 -0.3183,-1.16406 -0.1949,-0.38999 -0.6383,-0.74894 -0.8457,-1.16406 -0.1348,-0.26951 -0.3238,-1.38425 -0.5293,-1.58985 -0.1756,-0.17544 -0.4709,-0.47403 -0.6368,-0.52929 -0.1822,-0.0607 -0.4636,0.0855 -0.6347,0 -0.3602,-0.18009 -0.7145,-0.1853 -0.9531,-0.42383 -0.5967,-0.59686 -0.4061,-1.20168 -0.6348,-2.11719 -0.02,-0.0871 -0.097,0.005 -0.1074,0 0.02,-0.005 -0.011,-0.0807 0,-0.10547 -0.017,-0.0119 -0.084,0.0326 -0.1055,0 -0.048,-0.0724 0.039,-0.24052 0,-0.31836 -0.1166,-0.23335 -0.4047,-0.38562 -0.5293,-0.63476 -0.039,-0.0773 -1.6736,-0.91552 -2.0117,-1.16602 -0.6369,0 -1.5168,-0.35312 -1.1641,-1.05859 0.1742,-0.34756 0,-0.42396 0.3164,-0.74219 0.03,-0.0329 -0.043,-0.16818 0,-0.21094 0.3251,-0.32489 1.2084,-0.3912 1.6953,-0.63476 0.042,-0.021 0.067,-0.079 0.1055,-0.10742 0.1738,-0.12959 0.3337,-0.29127 0.5293,-0.42188 0.104,-0.0694 0.1185,0.0317 0.2109,-0.10742 0.4245,-0.63675 0.8872,-1.13588 1.1661,-1.69336 0.06,-0.12017 0.05,-0.34303 0.2109,-0.42383 z m 856.2012,14.50781 c 0.1105,0.5579 0.029,0.75585 0.7402,0.74219 -0.2375,-0.26687 -0.4734,-0.50369 -0.7402,-0.74219 z m 9.8144,6.19141 c -0.064,0.008 -0.1236,0.0264 -0.1777,0.0566 -0.891,0.49906 -2.0988,1.64343 -3.1777,1.58984 1.2461,-0.0683 2.6522,3.10896 1.5878,3.91797 0.9078,1.11476 1.3547,-0.33362 1.9063,-1.05859 0.6577,-0.86259 1.6606,-1.82099 2.8594,-1.58985 -0.034,-0.78306 -2.0346,-3.03647 -2.9981,-2.91601 z m -89.5586,0.69336 c -0.1646,0.0506 -0.2963,0.37618 -0.1054,1.05859 1.9234,0.7423 0.5994,-1.21049 0.1054,-1.05859 z m -245.0547,28.57617 c 0.4126,0.0288 1.3129,0.18708 1.5918,0.43945 0.6483,0.58522 0.9743,1.53787 1.2715,2.33008 0.7555,2.01623 1.5777,4.00382 2.541,5.92969 0.4928,0.98342 0.3953,2.04998 0.9532,3.07226 0.415,0.75858 1.1718,1.28784 1.5879,2.01172 0.8142,1.41315 -0.9116,2.86731 0.4238,4.23633 -1.2587,1.25554 -1.5232,-1.76885 -2.6465,-1.69531 -0.9235,0.0609 -0.7303,2.27417 -0.9531,2.85937 1.1799,-0.1387 3.4366,-0.78113 3.5996,1.0586 0.1631,1.8439 -3.0196,0.62525 -2.7539,2.7539 0.5023,4.01774 -4.6612,2.68717 -6.1406,5.29493 -0.3132,0.55159 -0.041,1.6291 -1.0606,1.37695 -0.7355,-0.18177 -1.2247,-0.54637 -2.0117,-0.31836 -1.2387,0.35932 0.024,2.22097 0.1055,2.96484 0.373,3.35267 -3.6369,3.34012 -5.8243,4.23633 -1.803,0.94494 -3.9642,0.59271 -6.0351,0 -1.238,-0.3543 -2.4753,-0.70374 -3.4942,-1.16406 1.0402,-0.87415 2.725,-1.00712 4.0235,-1.05859 1.1326,-0.0441 1.9268,-0.69871 2.9648,-0.63672 2.0185,0.12084 3.6608,-1.77081 4.0254,-3.70508 0.2321,-1.22823 0.6232,-2.02185 1.7988,-2.54297 0.6536,-0.28998 1.4037,-0.66605 1.4825,-1.48242 0.09,-0.93194 1.2298,-1.46959 0.2129,-2.01172 -0.8017,-0.42762 0.5219,-2.13928 0.8476,-2.43555 1.5676,-1.42995 1.5171,-2.92196 2.9649,-4.55469 1.5297,-1.72413 0.01,-4.01012 0.3164,-5.92968 0.3088,-1.92902 0.4378,-5.09394 -0.4239,-6.98828 -0.3992,-0.87731 -1.7316,-1.68959 -0.9531,-2.75391 0.1716,-0.23398 0.3632,-0.32332 0.5293,-0.5293 0.2502,-0.31101 0.4858,-0.70098 0.8477,-0.74218 -0.012,-0.0205 0.071,-0.0252 0.2089,-0.0156 z m 379.2715,3.59766 c -0.1592,-0.009 -0.3158,-0.005 -0.4648,0.0195 -0.1986,0.0326 -0.3401,0.0889 -0.5293,0.21094 3.1152,2.34192 6.745,4.19171 10.4844,5.29492 -1.0675,-1.32805 -2.5892,-1.75617 -4.0235,-2.54102 -0.7554,-0.41396 -1.6429,-0.73984 -2.3301,-1.27148 -0.6356,-0.49066 -0.9272,-1.25378 -1.6953,-1.58789 -0.4557,0.0319 -0.9638,-0.099 -1.4414,-0.125 z m -965.6992,0.20898 c -0.092,-0.004 -0.1812,-7.9e-4 -0.2539,0.0215 -0.4364,0.13358 -0.6705,0.58715 -0.6348,1.37695 0.1431,3.17391 -1.7898,1.69531 -4.4492,1.69531 0.1346,-0.23464 0.2548,-0.5288 0.4238,-0.74219 -1.0982,0.74165 -2.453,0.58875 -3.707,0.74219 -0.9362,0.11422 -0.8743,0.4423 -0.9531,1.26953 -0.07,0.7309 -0.3576,1.3728 -0.7402,1.90625 0.3197,-0.45953 0.6437,-0.80237 1.0586,-0.84765 0.9022,-0.0981 1.8528,0.0405 2.7539,0.10742 -0.698,0.90105 -1.6308,0.60287 -2.5411,1.05859 -0.6253,0.31266 -0.8128,0.99379 -1.4843,1.26953 7.3504,0.85031 14.8552,1.50712 22.2402,0.74219 -0.893,-0.67147 -1.1934,-2.7478 -0.4238,-3.60156 0.9218,-1.0222 0.3018,-1.22372 -0.4239,-2.01172 -1.7882,-1.94289 -4.8828,-0.48905 -7.0957,-1.48242 -0.6202,-0.27833 -2.3384,-1.40184 -3.4941,-1.48242 -0.087,-0.006 -0.1829,-0.0174 -0.2754,-0.0215 z m 776.7324,0.97461 c -0.2785,0.50642 0.2475,1.46352 -0.3164,1.80078 0,0.57157 0.1256,1.10039 0.4239,1.58789 1.7179,-1.23768 2.8288,1.8521 4.3417,1.16602 1.4889,-0.67453 -0.1656,-4.21118 -1.3769,-2.75391 0.4654,-1.67686 -2.2696,-1.20295 -3.0723,-1.80078 z m -2.8593,0.84766 c -0.5384,0.0838 -0.9362,0.59931 -1.375,0.95312 -0.049,0.25216 -0.1634,0.48702 -0.2129,0.74024 0.7743,-0.30995 1.6412,-0.3093 2.4355,-0.10547 -0.4444,-0.43708 -0.5656,-0.91086 -0.3164,-1.48242 -0.2132,-0.0704 -0.3518,-0.13343 -0.5312,-0.10547 z m 205.2343,2.01172 c 1.9795,1.71572 4.9713,2.3401 7.4141,3.07031 -2.0247,-1.36901 -4.903,-3.02303 -7.4141,-3.07031 z m -197.9258,2.64843 c 0.1231,0.71971 0.6616,1.29961 1.375,1.48242 -0.4076,-0.54739 -0.8717,-1.02223 -1.375,-1.48242 z m 2.0118,0.5293 c 0.072,0.35303 0.072,0.70557 0,1.05859 0.2981,-0.17232 0.4849,-0.40257 0.7402,-0.63476 -0.2501,-0.19964 -0.4366,-0.32088 -0.7402,-0.42383 z m 33.6758,0.8457 c -0.017,0.97292 -0.9677,1.30431 -1.8008,1.06055 1.3689,0.7071 2.8686,1.38909 4.0254,2.43555 0.6724,0.18913 1.384,0.67826 1.5878,1.37695 0.2437,0.84053 1.2551,0.3624 1.6954,1.16406 -0.5422,0.19123 -1.0173,0.35829 -1.5899,0.31836 0.2837,0.98553 1.391,0.85242 2.1192,1.26953 -0.1347,0.51798 -0.6548,1.30971 -1.2715,1.37696 -0.9288,0.10296 -0.6962,-0.8264 -1.377,-1.0586 -3.0816,-1.05172 -1.3326,1.96461 -0.3164,2.96485 1.4741,1.44991 3.1332,3.01482 3.918,4.97851 0.7869,1.97104 1.4596,3.23771 2.7519,4.97656 2.2432,3.02067 6.6418,4.15109 9.2149,6.88282 1.2272,1.30072 1.7509,2.99551 2.541,4.55468 1.0097,1.99313 3.0348,3.36763 4.3418,5.18946 2.2968,3.20243 4.3042,5.95833 5.6133,9.63672 1.3763,3.86751 5.3885,5.03673 7.4121,8.36523 0.8899,1.46357 0.4853,3.1472 1.4824,4.66016 1.0139,1.53922 2.7377,2.65656 3.4941,4.34179 0.7356,1.64009 0.7102,3.59326 1.8008,5.08204 1.4636,1.99625 3.242,3.79836 5.2949,5.18945 -0.5725,-0.77223 -0.3409,-1.97157 -0.7402,-2.85938 -0.3719,-0.82687 -0.4539,-1.66581 -0.6367,-2.54101 -0.2647,-1.26499 0.5762,-2.97251 1.9062,-1.27149 0.8123,1.0412 3.6754,0.28938 4.8731,1.06055 1.2051,0.77646 2.3092,2.56223 2.9648,3.8125 -0.1734,-1.5203 -0.759,-2.8266 -1.6953,-4.02539 -0.4843,-0.61989 -0.9371,-1.23236 -1.4824,-1.80078 -0.8899,-0.92774 -1.8272,-0.12035 -2.7539,-0.74024 0.4539,0.41083 0.9857,0.64566 1.5898,0.74024 -1.6022,1.34904 -4.0375,-2.65295 -4.7656,-3.59961 -1.8576,-2.42071 -5.0584,-3.2657 -7.0957,-5.50781 -2.5825,-2.84206 -2.6299,-6.752 -4.2363,-10.06055 -0.4276,-0.88046 -1.6658,-2.21363 -0.4238,-2.96484 0.8058,-0.48754 1.9379,-0.55977 2.8593,-0.5293 -0.974,-0.17864 -2.0528,0.0679 -2.9648,-0.42383 1.2135,-1.09479 6.6335,0.99096 7.7305,1.58984 1.3689,0.74702 2.8024,1.45846 4.0253,2.43555 0.9635,0.76912 1.8369,1.87171 3.0704,2.22266 -0.9257,-0.46548 -1.465,-1.34664 -2.2247,-2.01172 -0.9351,-0.81953 -2.1597,-1.29517 -3.1757,-2.01172 -2.487,-1.75464 -4.3947,-4.14146 -6.5664,-6.24805 -4.5736,-4.43487 -9.4617,-8.50859 -13.9786,-13.02539 1.638,1.8954 -0.5992,-0.19477 -0.7421,-0.42383 -0.6851,-1.10214 -1.5423,-1.76562 -2.6465,-2.54101 0.2196,0.23956 0.4477,0.58093 0.6347,0.8457 -0.8288,0.30994 -1.2061,-0.55888 -1.4824,-1.16406 -0.4476,-0.97922 -0.9554,-1.32063 -1.9062,-1.80078 -1.6411,-0.82898 -3.7604,-3.77331 -4.2364,-5.50586 0.2998,0.54319 0.6498,1.01697 1.0586,1.48242 0.036,-4.88033 -6.9829,-4.66546 -7.8359,-8.89648 0.4275,0.0282 0.9089,0.20223 1.3769,0.52929 -0.186,-0.15209 -0.3326,-0.30432 -0.5292,-0.42383 -1.4691,-0.89189 -2.7336,-2.06677 -4.1309,-3.07031 -0.02,-0.021 -0.084,0.0204 -0.1055,0 -0.5093,-0.48466 -0.9516,-1.0578 -1.5879,-1.37695 -0.8542,-0.42761 -0.5255,-1.11155 -0.9531,-1.80078 -0.8952,-1.44677 -2.8418,-1.8707 -4.1308,-2.85938 z m 113.4062,30.27539 c -0.066,-0.004 -0.1331,3.3e-4 -0.1992,0.0137 -0.1762,0.0352 -0.2671,0.11809 -0.4238,0.3164 0.4769,0.41396 0.9574,0.5968 1.5878,0.63672 -0.073,-0.5185 -0.5034,-0.94019 -0.9648,-0.9668 z m 6.5781,0.43555 c -0.5947,-0.083 -1.2266,0.24917 -1.0586,0.95313 0.249,1.04225 1.4,0.96742 2.2246,1.16601 -0.128,-0.83003 -0.5314,-1.57384 -1.166,-2.11914 z m -1.8847,1.05078 c -0.079,-0.0105 -0.1563,-0.007 -0.2325,0.01 -0.1739,0.0385 -0.3817,0.11152 -0.5293,0.3164 -0.9003,1.25345 1.8068,2.22647 -0.7421,3.07227 -2.6415,0.87623 1.5814,2.58321 2.2246,3.17578 -1.0496,-1.45728 1.0758,-1.30691 1.4824,-2.32812 0.4068,-1.02221 -1.0209,-4.08899 -2.2031,-4.2461 z m -0.8692,9.64649 c 0.2522,1.01281 0.1449,2.32476 0.8477,3.17578 1.7893,1.10005 0.2239,-2.98458 -0.8477,-3.17578 z m 0.7422,4.23632 c 0.2712,0.2837 0.565,0.57461 0.8477,0.84571 -0.1452,-0.41397 -0.4399,-0.70492 -0.8477,-0.84571 z m 0,2.22266 c -0.2456,0.50328 -0.4673,1.03403 -0.5293,1.58984 0.5978,-0.34671 0.9822,-0.96783 0.5293,-1.58984 z m -1.4824,7.0957 c 0.1251,0.20176 0.1906,0.43199 0.3164,0.63477 0.7722,0.20698 0.7068,-0.0243 -0.3164,-0.63477 z m 0.8476,2.75391 c -0.075,0.22696 -0.1393,0.5133 -0.2128,0.74023 0.2774,0.0251 0.5702,-0.0251 0.8476,0 -0.1616,-0.28578 -0.391,-0.52064 -0.6348,-0.74023 z m -1.8007,6.03516 c -0.2733,0.62511 -0.5173,2.60643 -1.5879,2.33007 0.1764,0.31943 0.3563,0.61229 0.6347,0.84766 0.7344,-0.95718 0.9935,-2.063 1.377,-3.17773 z m -6.8848,8.15429 c -0.7486,0.11541 -1.2269,1.06018 -2.0117,1.37696 -0.4329,1.4152 -1.8922,2.33069 -1.1641,4.02539 0.6031,1.40581 3.7513,-4.7261 4.0235,-5.18946 -0.3321,-0.2235 -0.5981,-0.25133 -0.8477,-0.21289 z m -733.9766,2.81641 c 0.328,0.36277 0.6913,0.72333 1.0664,1.08398 -0.3755,-0.36098 -0.7381,-0.72088 -1.0664,-1.08398 z m 726.1446,3.30078 c -0.8842,0.11227 -1.1337,1.34144 -1.6973,1.93164 -1.2534,1.31335 -2.6013,-0.42712 -3.6016,-1.05859 -0.1196,0.58314 0.2279,0.77428 0.5293,1.16406 0.5295,0.68086 -0.5508,1.24773 -0.3164,2.01367 -0.2762,-0.0525 -0.5703,-0.16442 -0.8476,-0.21289 0.2406,1.01077 -2.0177,3.26052 -0.4239,3.70703 -1.1956,0.17454 -1.3897,2.11544 -0.2109,2.54102 0.2911,-1.69371 3.0146,-3.19736 1.9063,-5.18946 1.7576,0.86366 2.3138,-1.40418 3.3886,-2.22265 0.4108,-0.31413 4.6247,-1.46327 1.6934,-2.64844 -0.155,-0.0346 -0.2936,-0.0414 -0.4199,-0.0254 z m -12.5,9.02734 c -0.6021,1.51296 -0.085,3.24215 -0.7403,4.76563 -0.4244,0.98553 -1.0637,2.67863 0.7403,2.22266 -0.7271,-1.69686 1.1349,-6.11673 3.3886,-5.61133 0.03,-0.28264 -0.02,-0.57554 -0.1054,-0.84766 -1.2188,0.48747 -2.1632,-0.12483 -3.2832,-0.5293 z m 9.0019,5.82422 c -0.6283,-0.0431 -1.2024,0.26726 -1.5879,0.74219 0.6724,1.00127 1.8663,0.36524 1.5879,-0.74219 z m -104.9472,7.20118 c -0.03,0.83209 0.2711,1.00839 0.9531,0.52929 -0.3027,-0.2186 -0.6044,-0.39482 -0.9531,-0.52929 z"
           style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.667;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1" /></g><g
         transform="matrix(3.1757337,0,0,3.1757337,-0.02195285,3.9026)"
         style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
         id="g3693"><title
           id="title3695">Abkhazia</title><g
           style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           id="g3719"><title
             id="title3721">Abkhazia</title><g
             style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
             id="g3654"><title
               id="title3668">Abkhazia</title><path
               id="ge-"
               d="m 529.27868,111.57908 c -0.25557,0.0662 -0.42176,0.23217 -0.42375,0.55167 0.544,0.077 0.68224,0.68331 1.25524,0.76631 0.41301,0.059 1.00708,0.11094 1.28906,0.48094 0.29964,0.39319 0.81398,0.35308 1.09782,0.762 l 0.8844,-1.57136 c -0.49044,0.009 -0.9088,-0.11284 -1.38564,-0.32165 -0.37726,-0.16501 -1.95051,-0.86657 -2.71713,-0.66791 z"
               style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
               inkscape:connector-curvature="0" /></g><circle
             style="clip-rule:evenodd;fill:#290000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
             r="1.4"
             cy="112.48225"
             cx="531.2442"
             id="abc" /></g></g><path
         inkscape:connector-curvature="0"
         style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.66666663;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
         d="m 1552.1909,281.20449 c 0.4923,-1.29887 1.1846,-2.53106 2.7153,-2.80735 1.5021,-0.27311 1.9499,-1.42273 1.7847,-2.81687 -0.3874,-3.27736 -3.2233,-5.56071 -3.7441,-8.79043 1.7149,0.43825 3.9283,0.12385 5.7195,0.33027 0.543,0.0603 1.356,-0.35568 1.88,-0.48589 1.0575,-0.26358 0.7907,-0.74947 1.5497,-1.39414 0.4701,-0.39697 1.0576,-0.0159 1.5562,-0.25724 0.3906,-0.18737 0.5811,-0.62244 0.994,-0.81616 0.7907,-0.36839 2.4199,-0.47318 1.9118,0.88603 0.4414,0.14291 1.1464,0.0953 1.429,-0.34616 0.6098,-0.94319 -1.0892,-1.26711 -1.5783,-1.47036 1.7244,-1.87368 0.3811,-3.87122 2.7946,-5.14151 1.1211,-0.59069 1.2418,-1.79429 2.728,-1.66091 1.6133,0.14291 0.8225,-0.69231 2.0388,-1.28935 -1.6863,-0.44778 -3.4075,-1.18137 -1.6641,-3.20114 1.1147,-1.28617 3.5632,-1.66726 5.1161,-1.20043 1.8705,0.56211 1.9277,-1.9626 3.6426,-2.59457 0.9083,-0.33345 2.3056,0.61609 2.7661,0.24771 1.7022,-0.15244 6.4689,0.0699 6.8596,1.25124 0.3937,0.36203 -0.2446,1.13691 0.2064,1.57833 0.6034,0.59069 2.7152,-0.22547 3.3536,-0.53352 2.2484,-1.07975 3.1153,-0.47318 5.1319,0.9559 0.5463,0.38744 1.9912,0.53987 1.9468,1.69584 -0.051,1.38779 -0.064,1.68949 0.6192,2.9439 0.451,0.8257 0.6701,1.10516 -0.1556,1.69902 -1.121,0.80981 0.6987,2.00389 1.3719,2.65174 1.4418,1.39097 1.9055,3.61081 4.1793,4.39839 0.6542,0.22548 1.7244,0.43508 2.0134,1.17502 0.3716,0.95272 -0.7241,1.89909 0.2318,1.89909 0.3938,-0.054 0.9147,-0.0381 1.283,-0.18419 0.5209,-0.10798 1.137,0.21912 1.661,0.28264 1.7561,0.2223 0.6764,0.61927 1.3909,1.43225 0.3716,0.42555 1.4577,0.69231 1.9531,1.35922 1.0353,1.38144 -0.5875,1.49894 -1.0543,1.80699 -0.8353,0.55258 -1.0957,0.91779 -2.385,1.23219 -1.6101,0.39061 -2.5247,-1.05435 -3.9348,-0.759 -3.5028,0.73041 -1.2798,2.08645 -0.051,3.01694 0.7813,0.59386 0.6193,1.81652 0.8289,2.66762 0.343,1.39732 1.3941,2.55329 2.1468,3.75689 -1.6958,0.01 -0.9908,-0.42237 -3.976,0.52082 -1.2417,-0.71454 -3.3218,0.5367 -3.9919,2.70255 -0.2985,0.95907 0.2794,1.67361 0.4319,3.17256 0.1715,1.68631 -1.9277,0.235 -2.3532,-0.27947 -1.229,-1.48624 -2.4993,0.25089 -3.9983,-0.59703 -3.4711,1.89591 -2.5342,-0.49859 -4.1507,-1.01306 -0.9654,-0.50812 -2.5437,0.45413 -2.404,1.56881 -0.578,-0.26041 -0.6002,-1.14009 -1.1337,-1.35921 -0.5526,-0.23183 -1.2545,0.41602 -1.7308,0.0667 -0.6701,-0.48907 -1.3465,-0.44778 -2.1214,-0.36204 -1.048,0.11751 -1.5339,-0.59068 -1.6736,0.67008 -0.651,-0.16514 -1.1242,-0.76217 -1.7975,-0.83204 -0.7558,-0.0794 -1.6037,0.58751 -2.2103,-0.24771 -1.2862,-1.77523 -3.2265,-1.06704 -5.0367,-1.44496 -1.8546,-0.38744 -3.9983,-1.30522 -5.8815,-0.96859 -2.5151,0.0921 -4.5381,0.20959 -6.6627,0.24135 -2.277,0 -2.1944,0.97813 -3.7441,2.23254 -0.8226,0.66373 -1.572,0.12703 -2.4485,-0.0413 -1.1846,-0.23183 -0.9655,0.48271 -1.2259,1.16232 -0.8003,1.2036 0.073,-3.55047 0.083,-3.89345 0.067,-2.58823 -2.8296,-1.09881 -3.163,-2.83911"
         id="by"><title
           id="title3690">Belarus</title></path><path
         inkscape:connector-curvature="0"
         style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.66666663;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
         d="m 1534.4926,244.78518 c 0.1016,0.25406 0.2032,0.50494 0.3048,0.75582 -0.1016,-1.31158 -0.4128,-2.6962 0.5082,-3.81088 0.3969,-0.47636 1.0988,-0.81616 1.2639,-1.46084 0.2064,-0.80981 -0.019,-1.51165 0.4097,-2.31193 0.8225,-1.54658 1.8387,-2.25477 3.5028,-2.66444 0.8035,-0.20007 2.9598,-1.48307 3.5918,-0.71772 1.0003,1.21948 2.0928,1.74983 3.2233,2.79465 1.2894,1.18455 1.8229,2.75654 3.6299,3.33452 1.4259,0.4573 2.8137,-0.13973 3.9824,-0.96542 1.6863,-1.19408 1.4417,-2.62634 0.7272,-4.34123 -0.2826,-0.67961 -0.5748,-1.42908 -0.4224,-2.18173 0.6384,0.18419 1.2926,-0.28264 1.8007,-0.58116 1.0099,-0.59069 2.982,-1.43861 4.049,-0.759 0.7082,0.45095 2.0738,0.32075 3.0011,0.83522 1.3814,0.76535 2.5501,0.97495 3.7696,2.08645 0.9972,0.90509 1.9372,1.44814 3.2107,0.79711 1.4227,-0.72089 3.0137,0.36521 4.5127,0.41602 1.0543,0.0381 3.8331,2.27383 3.6203,3.11222 -0.1175,0.46049 -0.7463,2.26748 -1.121,2.63586 2.2484,-0.26993 1.3624,0.65738 2.3469,1.03212 1.1623,0.44142 2.2388,4.48096 2.4484,5.57658 -0.4636,0.20643 -1.2067,-0.52717 -2.0134,-0.11432 -0.6129,0.3144 -1.1178,1.10198 -1.5116,1.64503 -0.2255,0.30804 -0.1366,0.80346 -0.5145,1.00988 -1.2099,0.66373 -2.7216,-0.76217 -4.0713,-0.0826 -1.5593,0.78441 -2.2802,1.56564 -4.0967,0.56211 -1.4894,-0.82569 -2.8423,-1.89592 -4.2428,-2.85816 -1.3465,-0.92732 -3.0582,-0.45731 -4.3856,-1.2957 -1.1624,-0.73042 -1.3974,-2.30241 -2.9789,-1.37192 -1.3751,0.80981 -1.8514,0.77806 -3.3631,0.92414 -1.356,0.1302 -2.9725,-0.75265 -4.4492,-0.73042 -1.5402,0.0222 -1.7689,0.27946 -3.2615,-0.23818 -0.9051,-0.31122 -3.2837,-0.0603 -4.2618,-0.0603 -1.5307,0 -2.8804,0.24453 -4.3571,0.60022 -0.94,0.22865 -2.4358,0.4446 -2.8423,1.49259 -0.2668,0.69231 -1.0448,1.03529 -1.518,0.45095 -0.8289,-1.00988 -0.5748,-2.30875 -0.4922,-3.51553"
         id="lv"><title
           id="title3702">Latvia</title></path><g
         transform="matrix(3.1757337,0,0,3.1757337,-0.02195285,3.9026)"
         style="fill:#510000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
         id="g3629"><title
           id="title3083">Azerbaijan</title><path
           style="fill:#510000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 544.17804,116.20092 c 0.244,0.223 -0.28507,0.53314 -0.30507,0.66914 -0.0198,0.13 0.10316,0.38266 0.41515,0.55966 0.12901,0.074 1.40705,0.73335 0.69805,1.08735 -0.317,0.159 -0.45813,-0.0861 -0.82413,-0.17713 -0.43599,-0.108 -0.7358,0.0849 -1.12978,-0.25215 -0.62499,-0.535 -1.05132,-0.61965 -1.75034,-0.0836 0.057,0.14201 0.89286,0.62262 0.23185,0.51662 0.44003,0.334 1.12006,0.33929 1.33705,0.92929 -0.91101,0.28499 0.21211,1.13097 0.60209,1.32597 0.036,0.0179 0.0831,0.0416 0.12609,0.0597 l 3.1126,-0.12424 0.85117,2.61505 c 0.15502,-0.0986 0.30226,-0.17487 0.52523,-0.41022 0.64499,-0.68 1.2013,-0.19017 1.83029,0.53384 -0.71801,0.268 -0.0462,0.79419 -0.0892,1.08119 -0.0211,0.137 -0.44525,0.12698 -0.47724,0.30197 -0.063,0.34 0.93793,0.90992 1.50494,1.29892 0.15499,0.109 0.44639,0.0837 0.62238,0.0787 -0.21598,-0.642 0.0368,-1.24119 -0.0812,-1.8512 -0.085,-0.435 0.73205,-0.21986 0.32903,0.16114 0.387,0.078 0.24508,-0.17086 0.27307,-0.49386 0.0189,-0.213 0.28393,-0.39973 0.24293,-0.57873 -0.116,-0.504 -0.2093,-0.87438 -0.11131,-1.42437 0.10999,-0.61301 0.13049,-0.87203 0.6925,-1.23803 0.391,-0.256 1.1546,-0.0941 1.42563,0.28291 -0.30003,-0.695 -0.69216,-0.92095 -1.44713,-0.98095 -0.34603,-0.027 -0.58592,-0.14576 -0.8149,-0.39976 -0.008,-0.088 -0.0158,-0.175 -0.0227,-0.262 -0.079,-0.033 -0.15801,-0.0653 -0.23803,-0.0953 -0.50398,-0.538 -0.83517,-1.08083 -1.23615,-1.68883 -0.27902,-0.425 -0.81969,-1.02713 -1.32968,-1.19313 0.23201,0.297 -0.83348,1.12649 -0.88748,1.23249 -0.11298,0.222 -0.25959,0.59303 -0.5246,0.59903 -0.29398,0.006 -0.60531,-0.0781 -0.88131,-0.16913 -0.31102,-0.103 -0.39874,-0.37737 -0.53874,-0.66237 -0.10001,-0.20201 -0.49592,-0.22372 -0.69191,-0.47972 -0.29001,-0.381 -1.23813,-0.82615 -1.43913,-0.76815 z"
           id="path5796"
           inkscape:connector-curvature="0"><title
             id="title3081">Azerbaijan</title></path><path
           id="path5798"
           d="m 541.395,122.544 c 0.383,-0.083 1.024,-0.267 0.979,0.358 0.283,-0.165 0.478,0.228 0.791,0.131 0.159,-0.05 0.614,-0.161 0.737,0.015 0.254,0.364 -0.09,0.437 0.416,0.69 0.21,0.105 0.462,0.963 0.657,1.184 -1.414,-0.081 -1.438,-0.229 -2.101,-0.772 -0.551,-0.451 -1.194,-0.928 -1.479,-1.606"
           style="fill:#510000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           inkscape:connector-curvature="0" /></g><g
         transform="matrix(3.1757337,0,0,3.1757337,-0.02195285,3.9026)"
         style="fill:#510000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
         id="ee"><title
           id="title3700">Estonia</title><path
           inkscape:connector-curvature="0"
           style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 485.0362,72.112397 c 0.36599,-0.136993 0.272,-0.445 0.47601,-0.689995 0.142,-0.172004 0.41699,-0.114006 0.604,-0.190002 0.10999,0.008 0.21799,0.023 0.32499,0.047 0.108,-0.077 0.21002,-0.160995 0.306,-0.251999 0.221,-0.120994 0.40402,-0.391998 0.69302,-0.295998 -0.40701,-0.385002 -0.79102,-0.445999 -1.33301,-0.404998 -0.29199,0.022 -0.45401,-0.041 -0.69299,0.175995 -0.185,0.169006 -0.586,0.033 -0.80802,0.062 0.309,0.248001 -0.035,0.493995 0.378,0.757995 0.48202,0.307007 -0.237,0.496002 0.052,0.790001"
           id="path5944" /><path
           inkscape:connector-curvature="0"
           style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 485.98822,69.017404 c -0.33801,0.306999 -0.73501,0.336998 -1.168,0.380996 0.322,0.165001 0.75498,-0.007 0.931,0.400002 0.12998,0.295997 0.38898,0.25 0.525,-0.01 0.061,-0.116997 0.517,-0.078 0.42099,-0.345002 -0.093,-0.260002 -0.552,-0.223999 -0.70899,-0.425994"
           id="path5946" /><path
           inkscape:connector-curvature="0"
           style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 487.1792,70.3984 c 0.15802,0.079 0.293,0.048 0.40302,-0.095 -0.11002,-0.176002 -0.30301,-0.254997 -0.49903,-0.167 0.031,0.087 0.064,0.175003 0.096,0.262001"
           id="path5948" /><path
           inkscape:connector-curvature="0"
           style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 487.13221,69.112397 v 0.214005 c 0.09,-0.051 0.169,-0.115006 0.238,-0.190003 -0.079,-0.008 -0.15799,-0.016 -0.238,-0.024"
           id="path5950" /><path
           inkscape:connector-curvature="0"
           style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 487.87021,70.374398 c -0.17901,-0.486 0.44199,-0.408996 0.71399,-0.523994 -0.199,-0.052 -0.60098,0.110992 -0.76398,-0.024 -0.28302,-0.234001 0.24399,-0.436005 0.073,-0.714005 -0.081,0.04501 -0.16,0.092 -0.238,0.143006 0.049,-0.157006 -0.017,-0.397004 0.096,-0.527001 0.27399,-0.315002 0.775,-0.224998 1.13999,-0.235 -0.058,-0.09 -0.10599,-0.185006 -0.142,-0.286004 0.354,0.200005 0.51099,-0.264999 0.85101,-0.208999 0.17398,0.028 0.72199,0.257004 0.651,-0.124001 0.20899,0.011 1.637,0.226006 1.379,-0.285995 0.52698,0.177994 1.233,0.099 1.78998,0.165001 0.492,0.058 0.90601,0.265999 1.384,0.326996 0.46402,0.061 2.21402,-0.296998 2.39801,0.222999 -0.458,-0.007 -0.527,0.237 -0.63501,0.615997 -0.12198,0.427002 -0.67199,0.563004 -0.66299,0.934006 0.006,0.282997 0.20199,0.470001 0.27499,0.735001 0.066,0.236 -0.13098,0.425995 -0.048,0.661995 0.059,0.170005 0.293,0.297004 0.41101,0.415001 0.18301,0.181999 0,0.342002 0.37601,0.519004 -0.33002,0.367997 -0.80002,0.538994 -0.66101,0.927994 -0.29499,0.009 -0.685,-0.163994 -0.96799,-0.202995 -0.32102,-0.045 -0.53702,0.265999 -0.84802,0.203995 -0.668,-0.133995 -1.198,-0.711998 -1.823,-0.970993 -0.17798,-0.07501 -0.49399,-0.247002 -0.69098,-0.233002 -0.25,0.018 -0.39401,-0.175003 -0.61801,-0.172005 -0.53202,0.007 -1.04801,0.625 -1.58399,0.471001 0.046,-0.248001 0.125,-0.89 0.24799,-1.084 0.15601,-0.245994 -0.21799,-0.362999 -0.34601,-0.113998 -0.38599,0.754997 -1.46399,-0.627999 -1.75699,-0.636002"
           id="path5970" /></g><g
         transform="matrix(3.1757337,0,0,3.1757337,-0.02195285,3.9026)"
         style="stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
         id="g3356"><g
           id="fi"
           style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"><title
             id="title3696">Finland</title><path
             id="path4630"
             d="m 479.62922,65.8024 c -0.189,0.209999 -0.18702,0.252998 0.095,0.309997 -0.003,-0.111999 -0.035,-0.214996 -0.095,-0.309997"
             style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
             inkscape:connector-curvature="0" /><path
             id="path4632"
             d="m 480.20121,66.3024 c 0.32,0.053 0.33899,-0.254998 0.19101,-0.451996 0.156,-0.04301 0.33898,0.278999 0.50698,0.197998 0.34,-0.164002 -0.69101,-0.515 -0.86398,-0.483002 0.17398,0.140999 0.17999,0.342003 0.023,0.5 -0.016,-0.195999 -0.13199,-0.317001 -0.33398,-0.238998 0.08,0.217994 0.15698,0.568001 0.47699,0.475998"
             style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
             inkscape:connector-curvature="0" /><path
             id="path4634"
             d="m 480.43821,66.422402 c 0.88501,0.337998 0.303,-0.269004 0,0"
             style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
             inkscape:connector-curvature="0" /><path
             id="path4636"
             d="m 481.10721,66.588403 c 0.088,0.042 0.17499,0.042 0.26099,0 h -0.26099"
             style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
             inkscape:connector-curvature="0" /><path
             id="path4638"
             d="m 482.3212,58.397401 c 0.48901,-0.057 0.13501,-0.527001 -0.23898,-0.214005 0.071,0.08 0.151,0.152001 0.23898,0.214005"
             style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
             inkscape:connector-curvature="0" /><path
             id="path4642"
             d="m 483.10822,65.183396 c 0.087,-0.008 0.17398,-0.016 0.26099,-0.023 -0.18,-0.163002 -0.267,-0.154998 -0.26099,0.023"
             style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
             inkscape:connector-curvature="0" /><path
             id="path4644"
             d="m 483.89121,57.850404 c -0.087,0.031 -0.17401,0.063 -0.26099,0.09399 0.103,0.009 0.19,-0.022 0.26099,-0.09399"
             style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
             inkscape:connector-curvature="0" /><path
             id="path4646"
             d="m 484.20221,57.945397 c -0.079,0.008 -0.15799,0.016 -0.238,0.024 0.237,0.220002 0.31601,0.211998 0.238,-0.024"
             style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
             inkscape:connector-curvature="0" /><path
             id="path4648"
             d="m 484.3942,65.540399 c -0.081,-0.081 -0.16898,-0.152001 -0.26498,-0.213997 -0.19602,0.322998 0.195,0.425995 0.42999,0.356994 -0.05,-0.015 -0.16998,-0.145996 -0.16501,-0.142997"
             style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
             inkscape:connector-curvature="0" /><path
             id="path4650"
             d="m 484.3212,66.136399 c -0.067,-0.038 -0.13599,-0.085 -0.215,-0.095 0.072,0.031 0.14402,0.063 0.215,0.095"
             style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
             inkscape:connector-curvature="0" /><path
             id="path4652"
             d="m 484.41721,66.112397 c 0.159,0.069 0.23901,0.038 0.23801,-0.09499 -0.079,0.031 -0.159,0.063 -0.23801,0.09499"
             style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
             inkscape:connector-curvature="0" /><path
             id="path4660"
             d="m 485.39322,56.683396 c -0.087,0.007 -0.17401,0.01601 -0.26101,0.023 0.079,0.062 0.16601,0.110001 0.26101,0.142998 0.025,-0.103997 0.111,-0.209999 0,-0.166001"
             style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
             inkscape:connector-curvature="0" /><path
             id="path4662"
             d="m 485.1782,65.755403 c 0.079,0.008 0.15802,0.016 0.238,0.02399 -0.10998,-0.197998 -0.112,-0.113998 -0.238,-0.02399"
             style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
             inkscape:connector-curvature="0" /><path
             id="path4664"
             d="m 485.32022,66.588403 c 0.189,-0.019 0.38199,0 0.572,-0.013 0.371,-0.024 0.23999,-0.566002 0.52298,-0.724998 -0.27399,0.170997 -0.70398,0.260994 -1.02198,0.189995 0.54898,0.208999 -0.195,0.125 -0.073,0.548004"
             style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
             inkscape:connector-curvature="0" /><path
             id="path4666"
             d="m 486.1532,66.588403 c 0.129,0.221 0.55499,0.401001 0.57202,0 -0.19,0.05199 -0.38101,0.05199 -0.57202,0"
             style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
             inkscape:connector-curvature="0" /><path
             id="path4670"
             d="m 488.29621,53.754403 c 0.461,0.236 0.43301,-0.195 0.76501,-0.07101 -0.14602,-0.218994 -0.68301,-0.206993 -0.76501,0.07101"
             style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
             inkscape:connector-curvature="0" /><path
             id="path4682"
             d="m 479.79721,43.777398 c 0.27399,-0.300999 0.655,0.036 0.97501,-0.142998 -0.081,-0.07 -0.16,-0.140998 -0.23801,-0.214 0.88001,-0.527001 1.71299,0.118 2.362,0.757999 0.457,0.449001 1.34601,0.744 1.99799,0.552002 0.353,-0.103001 0.582,-0.153999 0.86801,-0.366001 0.26401,-0.195 0.991,0.108002 1.272,0.188 0.40201,0.115001 0.431,0.339 0.83899,0.264999 0.35202,-0.064 0.426,-0.667999 0.90601,-0.701 0.242,-0.017 0.46399,-0.044 0.409,-0.341 -0.094,-0.510998 0.10601,-0.985 0.23001,-1.473999 0.29199,-0.386001 0.85199,-0.797001 1.42498,-0.665001 0.52802,0.122002 0.85801,-0.08 1.33701,-0.283001 0.526,-0.222 0.909,0.237004 1.37299,0.408001 0.48501,0.179001 0.96801,0.282002 1.46103,0.403 1.50097,0.367001 -0.47403,1.116001 0.36099,1.643002 -0.38202,0.208 -0.86502,0.239998 -1.19602,0.352001 0.18201,0.024 0.95902,0.062 0.599,0.419998 -0.35599,0.355 -0.48099,0.617001 -0.033,0.987 0.42401,0.350002 0.974,0.369999 1.443,0.622001 0.41201,0.223 0.832,0.494 1.22299,0.758 0.935,0.632 -1.61499,1.479 -1.11899,2.172001 0.72101,1.007995 1.935,1.612998 2.36499,2.874 -0.25198,0.014 -0.50699,0.09399 -0.75299,0.138001 0.32199,0.09099 0.172,0.592994 0.003,0.824997 -0.12799,0.175003 0.38501,0.282997 0.461,0.456001 -0.452,0.097 -0.47299,0.448997 -0.172,0.719002 0.29401,0.264999 0.77701,-0.062 0.98401,0.409996 -0.914,0.413002 0.38501,0.861 0.75101,1.043998 0.80798,0.405007 -0.39002,1.161003 -0.767,1.351006 1.121,0.515999 2.17999,1.115997 3.18301,1.820999 0.32898,0.287994 0.164,0.428001 0.021,0.807999 -0.24103,0.640999 -0.65201,0.914001 -1.15701,1.307998 -1.16501,1.293999 -2.20502,2.331002 -3.95002,3.301003 -0.306,0.217995 -0.621,0.444 -0.905,0.691002 -0.139,0.098 -0.26898,0.214996 -0.359,0.358993 -0.163,0.237 -0.50599,0.054 -0.728,0.075 -0.319,0.03 -0.33899,-0.255005 -0.69299,-0.088 -0.271,0.128006 -0.525,0.234001 -0.831,0.235 -0.129,0.008 -0.246,-0.02299 -0.35299,-0.09399 -0.029,0.111 -0.097,0.183998 -0.20502,0.217995 -0.26199,0.082 -0.59998,-0.055 -0.81998,-0.194 0.206,0.233001 0.091,0.314003 -0.142,0.333 0.03,0.08 0.062,0.159004 0.095,0.237999 -0.246,0.063 -0.527,-0.038 -0.522,-0.333 -0.237,0.397003 -0.918,0.398002 -1.31802,0.480003 -0.22498,0.046 -0.42298,0.135002 -0.63898,0.205002 -0.16101,0.053 -0.17902,0.252998 -0.345,0.297996 -0.30402,0.082 -0.392,-0.187996 -0.71301,-0.105995 -0.486,0.126 -1.026,0.384995 -1.53601,0.289993 0.1,-0.058 0.19601,-0.120994 0.28802,-0.189994 -0.39502,0.147995 -0.68002,0.460998 -1.121,0.5 0.15298,-0.088 0.353,-0.179001 0.444,-0.343003 0.20099,-0.364998 -0.405,-0.032 0.155,-0.277 -0.224,0.03301 -0.39902,-0.068 -0.57202,-0.192001 -0.29599,-0.212998 -0.005,-0.416001 0.21402,-0.616997 -0.20301,0.062 -1.586,0.516998 -1.12101,-0.072 -0.44201,-0.092 -0.89498,-0.08801 -1.277,-0.355003 -0.16101,-0.112999 -0.624,-0.463997 -0.53199,-0.002 -0.13702,-0.106003 -0.509,-0.230003 -0.457,-0.364998 0.094,-0.246002 -0.20102,-0.867004 -0.33001,-1.087006 0.80801,0.011 -0.15799,-1.613998 0.64401,-1.189994 -0.34802,-0.236 -0.77802,-0.855004 -0.89502,-1.258004 -0.094,-0.325996 0.14801,-0.540001 -0.069,-0.894996 -0.159,-0.260002 -0.323,-0.624001 -0.491,-0.657006 0.18301,-0.223999 0.625,-1.232994 1.02499,-1.047996 -0.18698,-0.144997 -0.34799,-0.403999 -0.21398,-0.642998 0.35501,0.404999 1.20999,0.154 1.59701,-0.071 -0.10602,-0.08801 -0.51001,-0.651001 0,-0.286003 -0.079,-0.08 -0.15802,-0.158997 -0.23801,-0.237999 0.293,0.311996 0.47599,-0.550003 1.04801,-0.286003 -0.11301,-0.494995 0.67099,-0.651001 0.99899,-0.737999 -0.023,-0.088 -0.047,-0.174996 -0.073,-0.262001 0.32001,-0.012 0.47199,-0.186997 0.65699,-0.419998 0.29901,-0.376999 0.75802,-0.525002 1.083,-0.865998 0.211,-0.221 0.30402,-0.515998 0.555,-0.730003 0.38202,-0.329002 0.83902,-0.093 1.25402,-0.007 -0.06,-0.077 -0.11502,-0.157005 -0.16601,-0.239006 0.13,-0.044 0.241,-0.115997 0.33401,-0.213997 -0.13,-0.155998 -0.51202,-0.272003 -0.46701,-0.429001 0.072,-0.255997 0.20801,-0.569 -0.026,-0.769997 -0.36001,-0.311004 -1.40799,-0.247001 -1.48401,-0.777 -0.35299,0.219002 -0.677,0.022 -0.90298,-0.266998 -0.271,-0.346001 -0.52902,-0.533005 -0.836,-0.834008 -0.49301,-0.481994 0.70999,-1.206993 0.003,-1.810997 -0.12701,-0.109001 -0.56601,-0.424999 -0.478,-0.609001 0.058,-0.121998 0.42801,-0.448997 0.16501,-0.549999 -0.36001,-0.136997 -0.49801,0.006 -0.531,-0.489998 -0.01,-0.153999 0,-0.315002 -0.026,-0.468002 -0.027,-0.152001 0.28598,-0.127998 0.27298,-0.209999 -0.049,-0.305001 -0.70398,-0.458 -0.917,-0.582001 -0.20599,-0.119999 -0.22598,-0.364998 -0.48898,-0.467998 -0.26401,-0.103001 -0.552,-0.109002 -0.827,-0.164002 -0.48602,-0.099 -1.00701,-0.337997 -1.46801,-0.521 -0.702,-0.280998 -1.42301,-0.917999 -2.17801,-1.005001"
             style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
             inkscape:connector-curvature="0" /><path
             id="path4688"
             d="m 484.94022,65.8984 c -0.085,-0.062 -0.18002,-0.086 -0.285,-0.072 0.15399,-0.068 0.38699,-0.116005 0.52298,0.024 -0.08,0.016 -0.159,0.032 -0.23798,0.048"
             style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
             inkscape:connector-curvature="0" /><path
             id="path4690"
             d="m 485.22422,65.6354 c 0.024,-0.052 0.065,-0.076 0.12298,-0.071 -0.042,0.024 -0.082,0.048 -0.12298,0.071"
             style="fill:#510000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
             inkscape:connector-curvature="0" /></g><g
           transform="translate(51.38323,-16.1686)"
           id="im-5"
           style="clip-rule:evenodd;fill:#510000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"><title
             id="title3392">Åland (Finland)</title><circle
             id="im.-1"
             style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
             r="1.989"
             cy="81.966545"
             cx="429.88388" /></g></g><path
         inkscape:connector-curvature="0"
         id="path3431"
         d="m 1696.4844,361.23633 c -0.493,-0.0204 -0.9602,0.0757 -1.4746,0.17578 -0.4369,0.0845 -0.7651,-0.0259 -1.1543,-0.0195 l -2.8086,4.98828 c 0,0.006 0.01,0.005 0.016,0.0117 1.0861,1.59104 1.2349,3.63382 2.3496,5.20898 1.1719,1.65456 0.4509,2.63645 -0.1777,4.31641 -0.2064,0.5494 -0.3708,0.73306 -0.3008,0.88867 0.4382,-0.23183 1.311,0.31092 1.7715,0.55859 0.9305,0.50495 0.9498,-0.41327 1.4961,-0.51171 0.778,0.19689 3.8272,1.25166 4.0781,0.30859 0.2445,-0.92731 2.5547,-1.87199 1.8848,-0.37305 0.9717,-0.27311 2.6881,1.65138 2.8183,1.63867 0.4637,-0.11115 0.6312,0.2798 0.4375,0.71485 -0.3017,0.6669 1.4511,0.57738 1.6543,0.59961 1.1433,0.12703 1.7116,0.29247 3.0645,0.29883 1.3973,0.003 2.5409,-0.60371 3.8906,-0.68946 1.2893,-0.0826 2.5798,0.17486 3.8691,0.0859 -0.2635,-0.35251 1.2601,-0.8735 1.8125,-1.33398 0.5908,-0.48589 1.3409,-0.68882 2.1348,-0.53321 1.9785,0.38744 3.1823,2.80564 5.291,2.03711 0.7876,-0.28581 3.7693,2.34888 4.252,-0.25195 0.2127,-1.1655 -3.284,-2.59077 -4.043,-3.48633 -1.2258,-1.44496 2.5273,-2.23054 0.016,-3.32617 -1.5593,-0.68278 -3.2923,-0.6687 -4.6992,-1.89453 -0.9146,-0.79394 0.1358,-1.47016 -0.1758,-2.38477 -0.4319,-1.25441 -2.1521,-0.69025 -3,-0.98242 -0.524,-0.18419 -0.8522,-0.62283 -1.2461,-0.97852 -0.362,-0.19054 -2.4313,-1.60885 -2.914,0.36329 -0.965,-1.99905 -2.7671,-1.02164 -4.5293,-0.37305 0.358,0.88002 0.6686,1.70049 0.8164,2.30273 0.1786,0.72803 0.2173,1.26953 0.1543,1.66211 -0.063,0.39258 -0.2284,0.63721 -0.461,0.77149 -0.2325,0.13427 -0.5312,0.1582 -0.8613,0.11132 -0.6601,-0.0937 -1.4443,-0.47265 -2.0625,-0.82812 -0.6182,-0.35547 -1.0703,-0.6875 -1.0703,-0.6875 0,0 0.25,0.21873 0.1875,0.40625 -0.062,0.18752 -0.4375,0.34372 -1.6875,0.21875 -0.3125,-0.0312 -0.5354,-0.13843 -0.6875,-0.30078 -0.1521,-0.16235 -0.2334,-0.37988 -0.2598,-0.63477 -0.053,-0.50976 0.1114,-1.16601 0.3536,-1.81445 0.4673,-1.2514 1.1837,-2.38848 1.2363,-2.47266 -0.5153,-0.30402 -0.9414,-0.48547 -1.1563,-0.62304 -0.8192,-0.52082 -2.4266,-1.24812 -4.332,-2.34375 -0.8352,-0.48271 -2.3911,-0.0347 -2.8516,-0.30469 -0.6192,-0.36203 -1.1379,-0.4991 -1.6308,-0.51953 z"
         style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.66666669;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"><title
           id="title3085">Georgia</title></path><path
         inkscape:connector-curvature="0"
         id="ua"
         d="m 1620.4473,280.59375 c -2.5946,0.84792 -1.712,0.6888 -5.6055,0.14259 -0.3144,2.82958 -1.8714,2.39573 -3.3925,2.02734 -0.7654,-0.18419 -1.8611,-0.2042 -2.6329,-0.0137 -0.2477,0.0603 -1.2696,0.58406 -1.5332,0.45703 -1.6545,-0.81934 -2.9004,0.81779 -3.6054,2.17383 -0.9909,1.90862 0.5051,2.4699 0.1111,4.20703 -0.3207,1.40685 -2.5776,-1.2802 -3.1016,-1.39453 -0.8288,-0.17784 -1.8174,0.60398 -2.5605,0.23243 -0.578,-0.28899 -0.9814,-0.27339 -1.4863,0.0918 -1.7467,1.26394 -1.6885,-0.49818 -2.8731,-1.12695 -1.1242,-0.59704 -2.9703,-0.0951 -2.7734,1.43554 -0.578,-0.26041 -0.6032,-1.14025 -1.1367,-1.35937 -0.5526,-0.23182 -1.2502,0.41256 -1.7266,0.0664 -0.6701,-0.48906 -1.3494,-0.44705 -2.1211,-0.36133 -1.048,0.1175 -1.5373,-0.59084 -1.6738,0.66993 -0.8321,-0.2096 -1.5214,-1.10295 -2.4551,-0.79493 -1.0861,0.36204 -1.7083,-0.40606 -2.3594,-1.12695 -0.6192,-0.68596 -3.383,-0.40587 -4.25,-0.625 -1.7689,-0.4446 -3.3001,-1.13163 -5.1992,-1.05859 -2.1373,0.0826 -4.2919,0.26781 -6.4355,0.27733 -0.9528,0.003 -2.5414,-0.24519 -3.1797,0.70117 -0.505,0.74948 -1.2332,1.37525 -2.043,1.80079 -0.8765,0.46364 -3.0197,-1.15598 -3.1309,0.41602 -0.1238,1.82605 2.4767,5.81199 4.3282,6.23437 -0.4224,0.21278 -0.8494,0.41615 -1.2813,0.60351 2.2072,1.95943 0.2318,2.65785 -1.4101,3.6582 -1.4768,0.90191 -2.6944,2.36303 -3.8789,3.60158 -1.4355,1.50528 -3.242,2.95597 -2.3497,5.12499 0.2731,0.67008 -0.093,1.86716 0.5489,2.30859 0.4446,0.30805 0.8199,0.3722 0.7344,0.96289 -0.9686,-0.68596 -2.046,-1.04899 -2.4493,-0.76952 -0.4065,0.27946 -0.1835,1.29593 -0.5488,2.03905 -0.6542,1.32429 -2.0141,2.42728 -1.7695,4.02149 0.9051,0.20643 1.0418,0.89768 1.6738,1.36133 0.5558,0.41282 0.8834,0.13758 1.4551,0.76953 0.8098,0.89238 2.3635,0.25416 2.3984,1.87695 1.4005,-0.35567 1.6099,-1.70621 3.1406,-0.63281 0.9178,0.6415 1.9215,0.29214 2.9473,0.46679 1.0099,0.17467 1.5614,0.52742 2.6348,0.40039 0.8606,-0.10162 1.8366,-0.40324 2.6972,-0.12693 1.8007,0.58434 2.8319,3.19537 4.7246,1.06445 1.2862,-1.44495 3.1877,-1.11196 4.9375,-1.26757 1.4228,-0.12703 2.1438,-0.0124 2.6329,-1.39063 0.2128,-0.60021 0.9283,-0.85222 1.4746,-0.98242 0.5652,-0.13021 1.5935,-0.0314 1.9492,-0.48242 -0.2128,-0.82887 0.5055,-0.98422 1.1152,-0.84766 3.1186,0.68278 3.9213,-1.14913 4.9883,-0.8125 1.3338,0.4192 3.0613,3.40962 4.6016,2.68555 0.2541,1.3084 1.1466,-0.39315 1.3847,0.96289 0.3303,-1.52753 2.0075,-0.31122 2.6426,0.41601 1.518,1.73713 0.8825,-0.81059 2.2734,1.29493 0.5558,0.84157 0.7095,1.66385 1.2208,2.43555 0.1998,0.30169 1.2005,3.20749 1.4863,2.83593 0.9495,-1.23218 0.9302,1.34823 0.5078,2.02148 1.6545,0.22548 5.1215,3.44081 3.1367,4.43164 0.6955,0.28582 0.9839,0.9464 1.7207,1.17188 -1.6927,1.79111 -4.8128,-2.06023 -5.9433,0.26771 -0.1873,-0.45095 -0.3635,-0.90597 -0.5254,-1.36327 -1.9658,0.71454 -1.7236,1.09254 -1.4981,2.68359 0.2541,1.81016 -0.8734,2.76952 -1.8515,3.99218 -0.8893,1.10515 -0.3118,2.15118 -2.1602,2.46875 -1.7943,0.30805 0.5948,1.59336 0.9219,1.81249 2.1436,1.4386 2.5755,0.0483 4.4746,-0.42187 1.4799,-0.36521 4.1499,-1.89378 4.4961,1.33594 1.2036,-0.37791 0.6139,-2.41591 -0.4532,-2.56838 0.1652,-0.26041 0.3361,-0.51523 0.5235,-0.75976 -1.5148,0.69231 -0.8514,-0.98771 -0.375,-1.51171 0.2033,2.33416 2.0328,-0.98359 3.0332,-1.05663 -0.2636,1.09245 -1.3379,1.69594 -2.1953,2.26757 0.9463,-0.50494 4.6523,-2.93476 4.2617,-4.25587 -0.3303,-1.11785 -2.0547,-1.21271 -2.4453,-2.32419 1.0607,-0.77173 2.5766,1.62598 2.7226,2.41991 1.5974,-1.67361 1.1778,-4.27485 3.9122,-4.74804 0.6381,-0.11115 1.8871,0.4608 2.3124,-0.14259 0.3049,-0.4319 0.4152,-1.25457 1.0313,-1.38478 -0.3176,0.49227 -0.3422,0.99483 -0.072,1.51565 0.4859,-0.3144 2.5503,0.25311 2.5313,-0.64258 -0.022,-1.1687 0.2341,-2.16562 -0.5664,-3.21679 1.0257,0.96225 0.3087,2.55068 1.2519,3.48435 1.2481,1.23854 3.1596,0.54785 4.5664,0.1445 -2.0896,1.55293 -5.3898,1.89283 -7.8574,0.6797 0.9591,1.38462 5.9103,0.79155 1.9629,2.34766 1.337,-0.39062 2.5736,0.59459 3.666,1.20116 1.2735,0.70183 2.1396,0.55277 3.5274,0.52736 1.2798,-0.0222 2.8481,-0.6361 4.0136,-0.0645 1.4196,0.70184 1.1417,0.54626 2.25,-0.0762 3e-4,0.01 0.01,0.0191 0.01,0.0286 l 0.4199,-0.79689 c -0.013,-0.0191 -0.085,-0.06 -0.096,-0.0781 0.083,0.0159 0.052,-0.002 0.1308,0.0127 l 0.059,-0.11115 v 0 l -0.059,0.11115 c 3.8709,0.66141 3.3184,0.18387 3.25,-0.51952 -0.022,-0.13338 1.4293,1.61454 1.2832,1.53515 0.1366,-1.19725 0.4731,-0.52199 0.8828,-0.46483 0.308,0.0445 0.7527,-0.0657 0.7051,-0.16419 0.01,-1.05116 0.064,0.0286 -0.082,0.84961 -1.4735,-1.10198 -0.045,3.40905 0.9395,-0.87501 1.3273,0.53987 0.2696,1.08508 0.3555,1.31056 0.079,-0.28582 1.3822,0.73636 1.5918,1.46678 0.041,-0.25724 -0.8035,-2.91149 -0.4922,-3.12108 0.8542,-0.57799 2.763,-0.84777 1.7754,-2.2832 2.8391,0.37156 -0.7402,3.11644 -0.8418,3.5547 2.5501,-0.65106 2.9528,-4.21563 5.4902,-4.97463 1.5147,-0.45413 2.5228,-0.048 3.9551,-0.8672 0.8511,-0.48589 2.1647,-0.55744 2.7363,0.39846 0.3144,-1.33698 1.781,-1.98483 3.0195,-2.08007 1.0543,-0.0794 1.196,-1.17204 2.2089,-1.35941 0.2401,-0.0438 0.6433,0.003 0.9767,0.0127 l -1.9258,-8.91016 3.9999,-2.87499 0.3204,0.2539 1.4297,-3.12891 8.4199,1.41992 c -0.1474,-0.0962 -0.4394,-0.25911 -0.4688,-0.32422 -0.5049,-1.13056 1.0037,-1.95621 1.9024,-1.68945 -0.041,-1.64821 -1.4115,-0.0478 -2.0371,-1.35937 -0.4795,-1.00671 0.8192,-0.83278 1.3496,-1.22657 1.8673,-1.38144 -0.4677,-3.6073 0.5899,-4.61719 -0.8575,-0.31437 -1.1915,0.6059 -2.3633,0.31055 -0.6669,-0.16514 -1.4031,-0.50408 -1.8477,-1.03125 -0.8987,-1.06704 -2.1565,-0.12477 -2.9472,-1.70312 -0.921,1.07339 -3.8898,-0.17006 -4.9981,-0.74805 -2.1373,-1.12103 -1.3372,-0.42053 -3.0997,0.5957 -0.435,-1.24806 -2.4557,-1.54921 -3.1034,-2.94336 -0.397,-0.86062 -1.3071,-2.08686 -2.5742,-1.75976 -2.2072,0.56845 -3.7032,1.87451 -4.7989,1.88086 -1.699,-0.53035 -3.1151,-2.06161 -4.5664,-1.92188 -0.8225,0.0794 -1.894,1.2605 -3.0722,0.041 -2.5565,-4.72867 -1.8665,-4.92481 -1.9141,-5.32813 -1.4164,0.0762 -2.2045,-2.04193 -3.5352,-1.32422 -1.1686,0.63198 -3.6681,-0.29569 -4.6113,-0.61328 1.1274,-0.6669 -1.3806,-3.17928 -1.1328,-3.44922 0.4286,-0.46048 1.5231,-0.46707 2.082,-0.8164 -0.7018,-1.45449 -2.0122,-0.67614 -3.1269,-3.34375 -0.3049,-0.73677 -1.6478,-2.20289 -2.4004,-1.77735 -1.3211,0.75265 -2.582,-0.16653 -3.8047,-0.084 z"
         style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.66666663;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"><title
           id="title3688">Ukraine</title></path><path
         inkscape:connector-curvature="0"
         style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.66666663;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
         d="m 2006.7813,308.40465 c 1.788,0.15244 1.1052,-1.01623 1.4577,-2.08011 0.7622,-2.28335 4.7541,0.42238 4.5191,-1.09562 1.2353,0.073 1.6069,0.64785 2.3437,0.0762 -0.1461,-0.25405 -0.2954,-0.50494 -0.4542,-0.75582 1.337,-0.2096 1.9722,-0.50494 3.2583,-0.98448 -0.6034,-0.36521 -0.9971,-1.01306 -1.2195,-1.66408 0.3335,-0.23501 2.5502,-0.45096 2.3152,-1.05117 -0.2986,-0.77488 0.7399,-0.75265 1.2703,-1.0988 0.7304,-0.47954 1.9975,-0.36204 2.4897,-0.7463 0.578,-0.44778 1.2449,-1.4005 2.4231,-1.87051 0.7304,-0.29217 1.4831,-0.0222 2.1182,-0.80664 0.4732,-0.58751 0.6352,-1.0988 1.4132,-1.21313 0.8956,-0.12702 3.7188,0.0731 2.9439,-1.57834 1.5149,-0.019 2.1468,1.74666 3.0614,1.35922 0.2605,-0.11115 1.2322,-1.0988 1.5593,-0.73677 0.7146,0.78758 0.7273,1.60374 1.969,1.62915 1.6323,0.0349 3.3567,0.003 4.9859,-0.0572 1.8006,-0.0667 3.2678,0.19689 4.3952,1.74665 2.1404,2.94073 4.4556,3.16938 7.7805,3.92203 1.8007,0.4065 2.5946,-0.4446 4.2206,-0.45413 0.1524,0 1.7911,0.14926 1.969,0.18102 1.7625,0.3271 3.9664,0.66373 6.0275,0.94637 1.3973,0.19054 3.5536,1.85463 4.192,0.72089 0.6605,-1.17185 1.1686,-1.21631 2.3691,-1.4926 1.1496,-0.26358 1.0638,-1.97213 1.0067,-2.88356 -0.079,-1.25124 -0.8924,-1.90544 -1.9595,-2.35957 -1.6418,-0.70184 -2.1309,-2.17856 -3.5091,-3.14398 -0.9845,-0.68913 -2.2643,-5.36699 -0.035,-4.62387 -0.5049,-1.0734 -0.6986,-2.22301 0.686,-2.63903 1.3782,-0.41285 1.0988,-2.21666 0.8257,-3.26148 1.6926,0.41602 3.1503,1.12421 4.9351,1.74665 1.7149,0.59704 3.3789,1.40368 5.1986,1.65774 1.8547,0.25723 3.2774,0.59386 5.1638,0.84157 1.7085,0.22865 4.2713,1.72442 5.8846,1.29569 3.1694,-0.83839 6.3229,1.74666 6.8056,3.79818 0.3144,1.32746 1.8864,2.20714 2.6581,3.28371 0.9559,1.33698 3.1599,2.13092 4.1126,2.65491 1.1147,0.6161 2.801,0.11433 4.265,1.39098 0.5145,0.44777 2.6041,0.74947 3.6775,0.37473 1.4989,-0.52082 1.6291,0.21278 3.6934,-0.58433 1.591,-0.61292 3.1503,-1.15915 4.7382,-1.54976 3.1471,-0.78123 7.5106,0.28899 10.7244,0.59704 1.6038,0.15243 2.8264,1.37191 4.1507,2.1849 2.1055,1.29888 3.7823,0.83204 6.0656,1.30523 1.1751,0.24453 1.807,1.33063 2.5375,2.14044 0.9209,1.02894 2.0483,1.44496 3.2265,2.13727 1.7212,1.00989 3.3472,1.283 4.77,1.1909 2.4167,-0.15878 3.9823,0.45731 6.1164,0.89556 1.7022,0.34933 3.198,0.26041 4.9192,0.33663 1.2417,0.054 2.9058,0.64785 3.6458,-0.10163 1.2099,-1.2163 2.061,-1.518 4.4206,-1.69901 0.9813,-0.0731 3.8522,-1.14644 5.5893,-0.96225 1.5529,0.16514 2.4771,-0.15561 2.874,-1.67361 0.4319,-1.64186 1.5434,-2.45802 2.909,-3.39486 1.2957,-0.88603 1.8483,-1.15597 3.5219,-1.3878 1.4989,-0.21277 3.0328,-0.32392 4.9001,0.96225 1.2862,0.88603 3.0742,1.93402 4.643,2.19126 1.3782,0.22547 2.2071,-0.24136 3.4012,-0.78124 1.753,-0.79075 4.5127,0.52718 5.2431,1.32429 l 0.9083,12.97922 c 1.4576,1.20678 -1.0861,1.77206 -0.2573,2.88039 0.8098,1.0861 2.5533,2.21349 3.4362,2.66762 1.2576,0.65102 1.7339,-1.20996 3.1598,-1.09246 1.8102,0.14609 3.5029,-0.4319 5.259,0.39379 1.4228,0.66691 2.3437,1.33699 3.4902,-0.16196 0.994,-1.30205 1.6387,-1.98801 3.3726,-1.8705 2.9884,0.20642 6.6691,2.42626 9.162,4.01412 2.874,1.83558 5.9704,3.46155 8.349,5.98308 2.7978,2.96296 -1.8229,2.77877 -3.687,2.46755 -1.2417,-0.20642 -2.4739,-1.40685 -3.4171,-0.524 -0.3017,0.28582 -1.9213,-0.21912 -2.3659,-0.19054 -1.3497,0.0889 -2.2453,0.76535 -3.3949,1.35286 -0.8066,0.40967 -2.5247,-0.69866 -2.7629,0.26994 -0.2604,1.05752 -0.1969,1.57516 -1.5116,1.49259 -1.5276,-0.0953 -3.0487,-0.29534 -3.7506,1.37192 -0.2604,0.61927 -0.3969,1.30205 -0.4223,1.97213 -0.029,0.72407 0.8828,1.42908 0.7336,2.00707 -0.162,0.61609 -2.2199,2.11503 -2.7788,2.57869 -1.0321,0.8638 -2.8518,0.88603 -4.1285,0.85427 -0.9432,-0.019 -2.5437,-0.85744 -3.1122,0.26677 -0.5303,1.05116 -0.6637,2.31193 -1.5561,3.18208 -0.5907,0.57163 -1.2957,0.42872 -1.7562,1.18137 -0.3461,0.56846 -0.6192,1.09881 -1.3719,1.03529 -1.5974,-0.13973 -3.3028,-0.4446 -4.8684,-0.77488 -2.6517,-0.55893 -5.6941,-3.75054 -8.4697,-1.62915 -1.067,0.81299 -1.0003,2.19443 -0.543,3.33135 0.2858,0.71136 -0.2033,1.36874 0,2.07375 0.2191,0.73995 0.8669,0.80346 1.3528,1.283 0.9559,0.94319 7.2217,4.42697 4.5985,5.56706 -0.6669,0.29217 -1.6387,1.38144 -2.169,1.90861 -0.7304,0.72407 -2.1024,0.84475 -2.4962,1.91497 -0.5716,1.55611 -1.1146,3.34405 -2.4199,4.47144 -1.0575,0.91461 -2.9216,1.32428 -4.1792,2.08328 -1.4259,0.86697 -4.0205,0.61926 -5.6465,0.69548 -2.0991,0.0985 -3.8966,-0.36521 -5.9894,-0.0317 -4.3539,0.69548 -8.0632,1.15596 -12.09,3.20431 -1.6324,0.82887 -3.3028,1.6355 -4.7319,2.79782 -1.2957,1.05435 -1.0607,1.22266 -2.5914,1.08293 -0.9305,-0.0826 -1.9372,-0.003 -2.7025,-0.62245 -1.4958,-1.21313 -1.6197,-1.25441 -3.7252,-1.02893 -3.8267,0.40331 -7.6154,-1.57517 -11.3373,-2.24842 -1.7435,-0.3144 -3.6299,-0.6415 -5.24,-1.41003 -1.7593,-0.84157 -2.8327,-2.55329 -4.8493,-2.9185 -1.7784,-0.32392 -3.5854,-0.0445 -5.3734,-0.41284 -1.5561,-0.3144 -3.1217,-0.56846 -4.6905,-0.81299 -1.8324,-0.28582 -3.1313,0.73677 -4.9193,0.92731 -2.3151,0.24453 -4.8175,-0.40649 -7.1454,-0.47953 -3.9347,-0.12703 -7.7932,-1.71172 -11.7311,-1.28618 -1.102,0.12068 -3.0519,0.70184 -4.138,0.22548 -0.5145,-0.22548 -0.813,-0.82887 -1.0448,-1.29252 -0.3811,-0.76535 -1.4386,-1.23219 -2.1373,-1.62598 -3.0423,-1.73077 -4.4428,-5.03036 -6.9548,-7.29148 -0.9655,-0.86698 -2.5025,-1.02894 -2.6677,-2.55329 -0.1619,-1.49577 -3.3567,-0.82569 -4.7413,-1.47037 -1.5974,-0.74629 -3.2901,-1.5307 -4.7731,-2.48025 -1.3434,-0.85427 -2.8868,-0.77805 -4.1952,-1.81016 -2.9852,-2.35957 -7.0247,-1.35604 -10.499,-1.70537 -2.8804,-0.28899 -5.8306,-0.79076 -8.6729,-1.18455 -2.5088,-0.34298 -5.8021,-2.06105 -6.1355,-4.91286 -0.1588,-1.35604 1.5879,-2.65491 0.6224,-3.81406 -1.229,-1.46719 -0.5938,-3.34087 -1.6768,-4.69056 -1.3909,-1.72124 -2.5247,-3.036 -4.3825,-4.27453 -1.7053,-1.13374 -2.2008,-2.68667 -3.4933,-4.13798 -0.8574,-0.96225 -2.4707,-1.53071 -3.525,-2.37228 -0.9845,-0.78758 -0.3303,0.27312 -1.1814,0.28899 -0.6828,0.0127 -1.337,-0.53987 -1.8705,-0.89238 -1.4164,-0.92414 -1.5657,-0.62879 -3.0995,-0.52717 -1.9309,0.12703 -3.8776,-1.23854 -5.3353,-2.35004 -1.121,-0.85745 -2.2643,-1.84828 -3.6775,-2.18808 -1.3465,-0.3271 -2.0039,-0.25089 -1.9435,-1.54023 0.048,-0.94002 -2.2897,-1.09563 -2.6962,-1.99119 -0.1398,-0.30487 0.3207,-0.31757 0.4255,-0.50494 0.3017,-0.53035 -0.8511,-1.45766 -1.0638,-1.86098"
         id="mn"><title
           id="title3044">Mongolia</title></path><g
         transform="matrix(3.1757337,0,0,3.1757337,-0.02195285,3.9026)"
         style="fill:#c80200;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
         id="g7374"><title
           id="title7390">Luhansk People's Republic</title><path
           inkscape:connector-curvature="0"
           style="fill:#900000;fill-opacity:1;stroke:#000000;stroke-width:0.66666669;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 1670.9199,313.79492 -8.4199,-1.41992 -1.4297,3.12891 5.8203,4.61132 c 0.3012,0.0519 0.6016,0.12344 0.9258,0.0586 1.3878,-0.27311 3.5576,0.91174 4.4277,-0.50781 0.2763,-0.45096 1.0082,-2.89269 0.8145,-3.52149 -0.3906,0.10162 -0.7462,0.0275 -1.0606,-0.22656 1.2339,-0.8983 -0.3482,-1.64659 -1.0781,-2.12305 z"
           id="path7166"
           transform="matrix(0.31488786,0,0,0.31488786,0.00691269,-1.2288814)" /><circle
           id="xk_-3"
           cx="525.42731"
           cy="98.23201"
           r="1.4"
           style="clip-rule:evenodd;fill:#900000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1" /></g><g
         transform="matrix(3.1757337,0,0,3.1757337,-0.02195285,3.9026)"
         style="fill:#510000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
         id="g7384"><title
           id="title7392">Donetsk People's Republic</title><g
           style="fill:#510000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           id="g7388"><path
             inkscape:connector-curvature="0"
             transform="matrix(0.31488786,0,0,0.31488786,0.00691269,-1.2288814)"
             id="path7161"
             d="m 1666.8906,320.11523 -6.1406,-4.86523 -4,2.875 1.9258,8.91016 c 1.0962,0.0342 2.4265,0.19042 3.084,-0.18946 0.7018,-0.40649 0.1114,-1.24774 0.6894,-1.75586 -0.4859,-0.0286 -1.8261,-1.32436 1.2735,-3.125 1.0384,-0.3525 1.0703,-1.33936 1.8007,-1.73632 0.4704,-0.25518 0.9161,-0.19107 1.3672,-0.11329 z"
             style="fill:#510000;fill-opacity:1;stroke:#000000;stroke-width:0.66666669;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1" /><circle
             style="clip-rule:evenodd;fill:#510000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
             r="1.4"
             cy="99.818329"
             cx="523.15094"
             id="xk_-4" /></g></g><g
         transform="matrix(3.1757337,0,0,3.1757337,-0.02195285,3.9026)"
         style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
         id="g3435"><title
           id="title3437">South Ossetia</title><path
           inkscape:connector-curvature="0"
           style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 537.34891,113.7138 c -0.0167,0.0265 -0.24215,0.38456 -0.3893,0.77861 -0.0763,0.20418 -0.12794,0.41083 -0.11134,0.57135 0.008,0.0803 0.0339,0.14875 0.0818,0.19988 0.0479,0.0511 0.11809,0.0849 0.21649,0.0947 0.39361,0.0393 0.51169,-0.01 0.53137,-0.0689 0.0195,-0.059 -0.059,-0.12793 -0.059,-0.12793 0,0 0.14236,0.10456 0.33703,0.21649 0.19466,0.11193 0.4416,0.23125 0.64945,0.26076 0.10395,0.0148 0.198,0.007 0.27122,-0.035 0.0732,-0.0423 0.12532,-0.11931 0.14516,-0.24293 0.0198,-0.12362 0.008,-0.29413 -0.0486,-0.52338 -0.0465,-0.18964 -0.14434,-0.44799 -0.25707,-0.7251 -0.2852,0.10497 -0.56746,0.1881 -0.80813,0.091 -0.28,-0.113 0.0439,0.0302 -0.18512,-0.2048 -0.14517,-0.1484 -0.26278,-0.21916 -0.37393,-0.28475 z"
           id="path3491" /><circle
           style="clip-rule:evenodd;fill:#290000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           r="1.4"
           cy="114.07079"
           cx="537.89917"
           id="abc1" /></g><g
         transform="matrix(3.1757337,0,0,3.1757337,-0.02195285,3.9026)"
         style="fill:#900000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
         id="g3790"><title
           id="title3792">Artsakh</title><g
           style="fill:#900000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           id="g3444"><title
             id="title3446">Artsakh</title><g
             style="fill:#900000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
             id="g3664"><title
               id="title3666">Artsakh</title><path
               style="fill:#510000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
               d="m 547.54277,123.32649 -0.85117,-2.61505 -3.1126,0.12424 c 0.24274,0.10171 0.54629,0.21382 0.41206,0.51538 -0.14998,0.335 -0.53698,0.23001 -0.80996,0.36101 0.585,0.344 1.26277,1.23817 1.76879,1.12117 0.13798,-0.032 0.35101,0.0667 0.47602,0.16175 0.15999,0.122 -0.0529,0.17984 -0.0929,0.27983 -0.091,0.23201 0.42822,0.46634 0.54123,0.60334 -0.41801,0.052 -0.19198,0.74198 -0.04,0.93297 0.37702,-0.23799 0.64556,-0.2879 1.16055,-1.0529 0.0536,-0.15571 0.26498,-0.2518 0.54797,-0.43174 z"
               id="path3584"
               inkscape:connector-curvature="0" /></g><g
             style="clip-rule:evenodd;fill:#900000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
             id="sos-4"
             transform="translate(2.22474,-140.43756)"><circle
               style="clip-rule:evenodd;fill:#510000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
               id="arts"
               r="1.4"
               cy="262.52667"
               cx="543.48279" /></g></g></g><g
         transform="matrix(3.1757337,0,0,3.1757337,-0.02195285,3.9026)"
         style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
         id="md"><title
           id="title3744">Moldova</title><path
           inkscape:connector-curvature="0"
           transform="matrix(0.31488786,0,0,0.31488786,0.00691269,-1.2288814)"
           id="md-"
           d="m 1585.5508,314.46484 c -0.2492,0.0139 -0.5044,0.10819 -0.7676,0.30469 -1.0099,0.759 -2.4131,0.65898 -3.5723,0.58594 -0.3842,-0.0254 -1.1378,-0.0813 -1.3379,0.38867 -0.2985,0.69231 -0.2539,0.37719 -0.9843,0.80274 2.6581,0.13973 3.7229,2.4878 4.9043,4.49804 1.4735,2.51518 2.5746,3.69536 4.6992,5.64844 0.921,0.84474 2.6141,3.42934 2.8808,4.82031 0.4288,2.2516 -1.2279,4.35546 -0.062,7.63281 0.3843,1.0734 0.028,1.49094 1.0313,2.35157 0.095,-0.96225 1.1178,-0.48845 1.6641,-0.625 0.3842,-0.0984 0.33,-0.68978 0.457,-0.96289 0.597,-1.24807 1.144,-2.05596 2.0078,-3.19922 1.4894,-1.97848 -0.7157,-3.9811 2.0059,-4.96875 0.1619,0.46048 0.338,0.91232 0.5254,1.36328 1.1305,-2.32781 4.2416,1.5626 5.9375,-0.22852 -0.7368,-0.22547 -0.8502,-0.92194 -1.5489,-1.21093 0.1778,-0.0629 0.2347,-0.1949 0.3242,-0.3086 l -4.2402,-1.83984 -4.418,-7.51367 -0.6152,-3.53125 c -0.08,-0.0912 -0.2001,-0.20485 -0.2539,-0.26758 -0.6193,-0.72089 -1.9451,-1.24224 -2.2246,0.0566 -0.2382,-1.35604 -1.076,0.29668 -1.3301,-1.01172 -1.884,0.88643 -3.3375,-2.88259 -5.082,-2.78516 z"
           style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.66666669;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1" /></g><g
         transform="matrix(3.1757337,0,0,3.1757337,-0.02195285,3.9026)"
         style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
         id="g3453"><title
           id="title3455">Transnistria</title><path
           inkscape:connector-curvature="0"
           style="clip-rule:evenodd;fill:#290000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:0.66666669;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 1594.4414,318.47266 0.6152,3.53125 4.418,7.51367 4.2402,1.83984 c 1.0453,-1.32651 -3.4307,-5.65572 -4.0976,-3.48828 -0.4033,1.31793 1.4162,-1.91909 0.6191,-2.90039 -0.4096,-0.50494 -0.5139,0.54423 -0.9394,0.0742 -0.3557,-0.35251 -0.2733,-1.28347 -0.6035,-1.6582 -1.0957,-1.41321 -0.5521,-1.8255 -1.7207,-3.35938 -0.4859,-0.63515 -0.6261,-1.4845 -1.2676,-0.86523 -0.3348,0.32172 -0.8899,-0.26169 -1.2637,-0.6875 z"
           id="path3447"
           transform="matrix(0.31488786,0,0,0.31488786,0.00691269,-1.2288814)" /><circle
           id="tran"
           cx="504.26041"
           cy="101.46396"
           r="1.4"
           style="clip-rule:evenodd;fill:#290000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"><title
             id="title3384-7">Transnistria</title></circle></g><g
         style="clip-rule:evenodd;fill:#ee7070;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1.88928318;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
         class="HK"
         id="HK"
         transform="matrix(0.35291528,0,0,0.35281976,105.47904,-16.303449)"><title
           id="title3058">Hong Kong (China)</title><path
           style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:1.88928318;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 6156.5106,1603.0546 c 2.2559,-0.7708 4.3957,-1.8601 6.2201,0.4286 -0.6607,0.6398 -1.375,1.2083 -2.1428,1.7142 0.8928,-0.7827 2.5743,-1.3333 3.6427,-0.5059 3.3243,2.5802 -3.735,0.241 -0.8452,4.1516 -2.5237,-0.5327 -11.952,-2.482 -6.8748,-5.7885"
           class="HK"
           id="HK-mainland"
           inkscape:connector-curvature="0" /><path
           style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:1.88928318;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 6153.5077,1610.983 c -0.095,-2.2411 2.6725,-2.747 4.0743,-3.6428 0.2976,2.3452 -2.0089,3.738 -4.0743,3.6428"
           class="HK"
           id="HK-lantau-island"
           inkscape:connector-curvature="0" /><path
           style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:1.88928318;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 6160.7962,1608.8402 c 0,1.116 0.5774,1.8303 1.7261,2.1428 -0.2708,-0.9703 -0.8452,-1.6845 -1.7261,-2.1428"
           class="HK"
           id="HK-hong-kong-island"
           inkscape:connector-curvature="0" /><circle
           style="opacity:1;fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:1.88928318;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           class="circlexx subxx cn hk"
           id="hk_-0"
           r="12.600245"
           cy="1609.0966"
           cx="6164.063" /></g><ellipse
         ry="4.4456158"
         rx="4.4468193"
         style="clip-rule:evenodd;opacity:1;fill:#ee7070;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:0.66666669;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
         class="circlexx subxx cn mo"
         cx="2272.3064"
         cy="554.14178"
         id="mo_-8"><title
           id="title3060">Macau (China)</title></ellipse><path
         d="m 1649.3567,466.689 c 1.4744,-2.65657 1.9336,-5.62629 2.5011,-8.54978 0.168,-0.89428 0.1997,-2.36443 0.9247,-3.00862 0.536,-0.48233 -0.2836,-1.5269 0.2103,-2.0607 0.4518,-0.48973 1.5552,0 2.0807,0.0737 1.2505,0.15339 1.0823,-1.13281 1.4712,-1.88629 1.8179,0.0946 0.4518,7.01761 0.6094,9.04157 0.1429,2.96763 0.3374,4.04265 -0.1575,7.06178 -0.1575,1.10338 -0.1051,1.79801 0,3.55924 0,1.57103 -0.5885,3.61179 -1.0613,4.98844 -0.9143,2.67969 -0.2417,7.28558 -2.0597,9.92954 l -6.3998,-16.78954 c 0.6695,-0.54644 1.4765,-1.62569 1.8811,-2.35499 z"
         class="landxx il"
         id="il-"
         inkscape:connector-curvature="0"
         style="fill:#290000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:0.66666663;stroke-miterlimit:2.02135825;stroke-dasharray:none;stroke-opacity:1"><title
           id="title3087">Israel</title></path><g
         id="ps"
         style="fill:#510000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.02135825;stroke-dasharray:none;stroke-opacity:1"
         transform="matrix(3.1757337,0,0,3.1757337,-0.02195285,3.9026)"><title
           id="title3390">Palestine</title><g
           class="limitxx il ps"
           id="ps-"
           style="opacity:1;fill:#510000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.02135825;stroke-dasharray:none;stroke-opacity:1"><path
             d="m 519.36933,145.72781 c 0.28458,0.18001 -0.32098,0.94936 -0.45334,1.08801 -0.0562,-0.0989 -0.10589,-0.21807 -0.14228,-0.32561 0.22832,-0.22667 0.4434,-0.47584 0.59562,-0.7624 z"
             id="gaza_strip"
             inkscape:connector-curvature="0"
             style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.02135825;stroke-dasharray:none;stroke-opacity:1" /><path
             d="m 521.03374,146.3102 c -0.33951,0.12574 -0.70317,0.17174 -0.56419,-0.34414 0.0397,-0.13666 0.52613,-0.85604 0.59562,-0.83255 -0.14559,-0.0493 -0.51951,0.0936 -0.60555,-0.15817 -0.15552,-0.44473 0,-0.77928 -0.0629,-0.9659 0.11912,-0.28359 0.16214,-1.08007 0.64857,-0.98477 0.16545,0.0331 0.75479,0.34248 0.78324,0.50595 0.0609,0.87358 0.0824,1.83022 -0.0791,2.42055 -0.0344,0.2045 -0.51091,0.28325 -0.71541,0.35903 z"
             id="west_bank"
             inkscape:connector-curvature="0"
             style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.02135825;stroke-dasharray:none;stroke-opacity:1" /></g><circle
           transform="matrix(0.330902,0,0,0.330902,14.5249,-15.1635)"
           cx="1534.26"
           cy="483.448"
           r="4"
           class="unxx il ps"
           id="ps_"
           style="opacity:1;fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.63440305;stroke-miterlimit:2.02135825;stroke-dasharray:none;stroke-opacity:1" /></g><g
         transform="matrix(3.1757337,0,0,3.1757337,-0.02195285,3.9026)"
         style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
         id="lb"><title
           id="title3388">Lebanon</title><path
           inkscape:connector-curvature="0"
           style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 520.514,141.427 c 0.526,-0.613 0.509,-1.719 0.955,-2.409 0.222,-0.341 -0.038,-0.802 0.216,-1.131 0.199,-0.256 0.74,-0.539 0.566,-0.937 0.204,0.043 0.513,0.13 0.708,0.014 0.449,-0.268 0.132,0.242 0.198,0.396 -0.008,-0.021 0.296,0.093 0.328,0.124 0.226,0.217 0.099,0.169 0.27,0.483 0.365,0.669 -0.801,0.776 -0.337,1.34 -0.473,-0.141 -1.277,0.19 -0.714,0.715 -0.21,0.048 -0.921,0.739 -0.953,0.952 -0.051,-0.027 -0.091,-0.067 -0.118,-0.119 -0.079,0.154 -0.084,0.336 -0.167,0.493 -0.178,0.333 -0.693,-0.13 -0.952,0.079"
           id="lb-" /><circle
           style="fill:#290000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           r="1.989"
           cy="139.02699"
           cx="522.073"
           id="lb." /></g><g
         transform="matrix(0.35289146,0,0,0.35291086,105.58483,-16.320114)"
         id="pk"
         style="stroke-width:0.88340127"
         inkscape:label="#pk"><title
           id="title4063">Pakistan</title><g
           id="g10376"
           style="stroke-width:0.88340127;fill:#999999"><path
             inkscape:connector-curvature="0"
             id="path10344"
             d="m 5164.2686,1467.3354 c -3.9136,-7.3719 -9.0642,-15.3506 -14.9986,-18.5983 -6.4114,-3.5087 -15.0886,-5.3591 -23.6978,-5.3995 -8.6091,-0.038 -16.872,1.7292 -22.1979,5.3995 -5.3256,3.6703 -8.8222,8.3505 -10.499,13.4988 -1.6767,5.1482 -1.7391,10.7787 -0.8994,15.8984 0.839,5.1198 5.4176,7.1409 9.8991,9.8991 2.2407,1.3791 4.5168,2.9538 6.2994,5.0995 1.7825,2.1457 2.8876,4.8822 3.2997,8.6992 0.4118,3.817 -1.0534,9.167 -3.5997,14.9986 -2.5463,5.8315 -5.9981,12.1314 -9.5991,17.9983 -0.8946,1.4572 -0.9138,1.3165 -1.7998,2.6997 0.077,1.0587 1.0257,1.5638 0.8994,2.9998 -0.2736,3.0534 9.2091,3.5591 11.099,4.4995 3.3719,1.6875 1.3192,8.4568 5.3995,10.799 -3.6904,2.8511 1.3025,7.8571 4.7995,7.1993 -2.9672,1.7618 0.3897,5.1717 2.9997,3.2997 v 3.5997 c 2.366,-1.2887 5.4757,0.9224 4.4996,-2.9997 1.1458,1.4553 2.3253,2.6265 3.8996,3.5996 0.3513,-1.5059 0.168,-2.8544 -0.5999,-4.1996 1.0445,1.5476 1.8711,3.2555 3.2997,4.4996 0.4732,-3.0713 0.9589,-3.2285 1.1999,-0.2995 -0.2707,-5.0534 5.3563,-5.0995 8.9991,-5.0995 4.2975,0 1.9813,-6.6272 1.7998,-8.9992 3.0059,1.4911 7.567,0.7785 10.799,0.6 6.0474,-0.3302 12.5306,5.4401 18.2983,2.9997 1.7469,-0.7439 0.478,-2.7664 2.0998,-3.5997 0.9761,-0.3839 1.9908,-0.9176 2.9997,-1.1999 2.0089,-0.8034 4.4072,-2.6606 5.9994,0 3.4256,5.7231 7.6573,1.8566 11.6989,-1.1998 -1.5327,-0.3091 -4.5181,-4.6989 -2.6997,-5.9995 2.2797,-1.6309 0.9215,-0.9605 0.2995,-3.2997 -1.622,-6.1039 -5.2558,-9.7493 -8.6992,-14.6986 -1.6785,-2.4076 -0.2073,-6.979 -2.0998,-8.6992 -1.9048,-1.732 -4.4476,-0.2764 -6.5994,-0.2994 -7.47,-0.077 -6.6327,-9.7476 -6.2994,-14.0987 0.5894,-7.6129 -2.4821,-8.0396 -8.6992,-9.5991 -6.6664,-1.6755 -10.6623,-5.6168 -7.7992,-12.5988 2.3243,-5.6695 6.7427,-10.4308 9.2991,-16.1985 0.1401,-0.3148 0.6892,-0.814 0.8994,-1.1999 z"
             style="stroke-width:0.88340127;fill:#900000;fill-opacity:1" /><path
             inkscape:connector-curvature="0"
             id="path10349"
             d="m 5136.6712,1445.7374 c 4.9022,-4.775 10.1699,-10.9811 12.5988,-16.7984 2.4775,-5.9338 3.8151,-13.2849 4.1996,-20.998 0.3849,-7.7132 0.019,-15.6089 -1.1999,-22.1979 -1.2171,-6.589 -2.7309,-12.8804 -5.0995,-18.5983 -2.3686,-5.7179 -5.7991,-10.8783 -10.499,-14.9985 -2.0914,-1.8335 -6.258,-2.564 -9.5991,-3.8997 0.029,0.4445 -0.5327,0.6201 -0.2995,1.1999 2.238,5.5594 3.8013,13.4871 -1.7998,17.6983 -2.0922,1.5714 -4.4787,2.2983 -5.9995,-0.2995 -1.8034,-3.0772 -3.0501,-2.5127 -5.9994,-3.8996 -0.1929,4.8154 -6.4992,-1.4275 -8.9991,2.3998 -2.1131,3.238 -6.2409,5.628 -10.1991,5.6994 0.6902,2.6548 3.7389,2.7646 5.3995,4.4996 -4.0296,2.1518 -7.9948,3.5355 -12.5988,2.9997 -2.7023,-0.3119 -3.8078,-3.2611 -6.5994,-1.7998 -2.6725,1.3958 -3.0846,4.8815 -5.0995,6.8994 -3.2737,3.2855 -4.2519,1.9458 -4.7995,7.4993 -0.5357,5.4789 1.995,9.9736 0.8994,15.5985 -0.4521,2.3154 3.4188,3.6096 1.7998,5.9994 -2.7083,4.0058 -11.0278,4.7144 -15.2985,5.6995 -3.6785,0.8485 -7.3134,2.8063 -11.099,2.9997 -4.4879,0.2323 -8.6989,-1.6369 -13.1987,0 -3.4137,1.2411 -6.0093,4.1681 -9.8991,3.5996 -3.7856,-0.5538 -7.1913,-2.1771 -11.0989,-2.0998 -10.9938,0.217 -19.8706,3.6034 -30.8971,0.2995 -9.2587,-2.7737 -17.8394,-7.4711 -27.2974,-9.5991 5.8599,5.9017 12.436,11.8145 16.4984,19.1982 3.8183,6.9611 6.8661,12.1105 14.3986,15.5986 3.3958,1.5743 6.6939,2.8204 9.8991,4.7995 1.9315,1.1964 5.8792,1.1093 6.5994,3.2997 1.5565,4.7349 3.1211,11.2492 3.2997,16.1985 0.096,2.5714 -0.5069,8.7581 3.2997,8.9991 2.6547,0.1699 5.7511,-1.2631 8.0992,0.6 0.9761,0.7736 0.1699,9.7072 -0.2995,11.9988 -1.0743,5.2499 -23.1409,0.038 -19.4982,9.5991 -12.4222,-2.7916 -10.8549,20.284 -11.0989,26.6975 -0.1814,4.7587 3.6154,8.2363 8.9991,5.0995 1.3393,-0.7823 1.4123,-3.6468 3.5997,-2.3998 1.2649,0.72 2.3402,2.9343 3.8996,2.9998 -2.0356,-5.8541 21.2115,-3.9682 24.2977,-2.3998 -3.0832,-7.1427 9.0377,-3.2955 11.9989,-3.8997 -0.5059,-0.7112 -1.0117,-1.3795 -1.4999,-2.0998 3.1844,-1.4553 7.9299,7.2353 13.7987,4.1996 0.077,1.8364 1.229,2.6296 2.9998,2.0998 -3.8898,-4.1844 11.3231,-3.8448 13.4987,-4.4995 4.0058,-1.2054 8.0787,0.1305 12.2988,-1.1999 4.0476,-1.2768 8.3675,-2.8356 12.2989,-0.2995 -1.9851,-4.9612 -4.4149,-1.6873 -8.0993,-1.4999 1.1726,-6.4998 7.9223,-2.725 10.1991,0.8995 2.3484,3.751 2.7331,6.4026 2.9997,9.899 0.886,-1.3832 0.9052,-1.2425 1.7998,-2.6997 3.601,-5.8669 7.0528,-12.1668 9.5991,-17.9983 2.5463,-5.8316 4.0117,-11.1816 3.5997,-14.9986 -0.4118,-3.817 -1.5172,-6.5535 -3.2997,-8.6992 -1.7826,-2.1457 -4.0587,-3.7204 -6.2994,-5.0995 -4.4815,-2.7582 -9.0599,-4.7793 -9.8991,-9.8991 -0.839,-5.1197 -0.7766,-10.7502 0.8994,-15.8984 1.6768,-5.1483 5.1734,-9.8285 10.499,-13.4988 5.3259,-3.6703 13.5888,-5.4399 22.1979,-5.3995 4.022,0.019 7.2853,1.6063 11.099,2.3998 z"
             style="stroke-width:0.88340127;fill:#ee7070;fill-opacity:1" /><path
             inkscape:connector-curvature="0"
             id="path10354"
             d="m 5232.9621,1333.848 c -0.1891,-0.1459 -0.1008,-0.4694 -0.2995,-0.6 -1.994,-1.4969 -4.6497,-2.5576 -6.2994,-4.4995 -2.7627,-3.2529 4.1901,-7.8551 -1.1999,-11.099 -5.7545,-3.4632 -1.8774,-5.6606 1.1999,-8.6992 3.3958,-3.3482 -5.3077,-2.8889 -6.5994,-3.2997 -3.9135,-1.247 2.6292,-4.0113 -2.0998,-5.9994 -5.1695,-2.1725 -2.5834,-7.9842 1.4999,-10.499 5.9968,-3.6963 13.6134,0.504 19.7981,1.7998 7.6712,1.6077 13.5939,5.1178 20.0981,0.6 -1.9417,-2.3678 -2.4496,-5.2375 -5.0995,-7.1993 -5.9298,-4.3902 -12.7041,-7.7774 -17.6983,-9.2992 -4.9943,-1.5217 -9.198,-2.3877 -12.8988,-2.0998 -3.7009,0.288 -7.1099,1.9316 -11.099,5.0996 -3.9891,3.1679 -7.2766,9.2749 -9.5991,15.8985 -2.3225,6.6235 -3.6861,13.5802 -2.9997,18.8982 0.6864,5.318 2.5388,10.2606 5.0995,14.0986 2.5608,3.838 6.0371,6.6821 10.499,8.3992 4.462,1.7172 9.3039,1.4336 14.3987,0 1.1186,-0.3148 2.1855,-1.0804 3.2997,-1.4998 z"
             style="stroke-width:0.88340127;fill:#900000;fill-opacity:1" /><path
             style="fill:#c80200;stroke-width:0.31175333;fill-opacity:1"
             d="M 1947.0137 417.36523 C 1946.7603 417.36572 1946.4934 417.40122 1946.2188 417.46289 C 1945.1202 417.7095 1943.9114 418.35145 1943.2539 418.83984 C 1942.294 419.55195 1942.1764 419.25411 1941.1367 418.73438 C 1940.0781 418.20399 1938.5785 418.7958 1937.4316 418.83984 C 1935.1683 418.92793 1932.7321 418.99751 1930.5508 419.68555 C 1929.5352 420.00603 1928.555 420.50984 1927.7988 421.27344 C 1927.0847 421.995 1926.9937 423.2363 1925.7891 422.86133 C 1924.9132 422.58828 1922.2404 425.89661 1923.1426 426.67383 C 1923.8074 427.24625 1924.7115 427.78261 1925.2598 428.47266 C 1925.6421 428.95265 1926.5774 430.24609 1926.7402 430.80273 C 1926.7904 430.97686 1926.8197 431.26205 1926.9531 431.54297 C 1927.1401 431.93671 1927.4105 432.34168 1927.1641 432.60156 C 1926.908 432.73302 1926.8427 432.96113 1926.9531 433.23633 C 1927.0802 433.48428 1928.0729 433.80192 1927.7988 434.18945 C 1927.4428 434.62745 1927.28 435.10683 1927.2695 435.67188 C 1927.2695 436.26738 1925.854 437.40928 1925.4707 437.89453 C 1925.0558 438.42072 1924.482 439.04876 1924.8359 439.80078 C 1924.5314 439.7662 1924.2954 439.80354 1924.0938 440.01172 C 1923.8688 440.48017 1924.9963 441.26729 1925.2578 441.49414 C 1925.8691 442.02457 1925.8329 442.61689 1925.6816 443.40039 C 1925.1733 446.05555 1920.666 445.38923 1918.8008 444.88086 C 1916.0628 444.1341 1916.4193 445.97367 1918.377 447.21094 C 1919.3757 447.8411 1919.9486 449.00758 1920.3887 450.06836 C 1920.9149 451.3382 1920.9319 451.37126 1919.6484 452.39844 C 1918.5951 453.24182 1918.0496 452.88031 1916.8965 453.13867 C 1916.2002 453.29416 1915.1582 453.42603 1915.5195 454.41016 C 1915.822 455.23777 1915.834 456.52652 1915.625 457.37305 C 1915.3997 458.28084 1914.8405 458.68147 1914.8848 459.49023 C 1916.0638 459.96162 1917.5335 460.22013 1918.2715 460.86719 C 1919.93 462.32125 1921.1407 464.14225 1921.9766 466.16016 C 1922.8124 468.17807 1923.3478 470.39928 1923.7773 472.72461 C 1923.8878 473.32159 1923.8117 474.08548 1923.8828 474.73438 C 1924.4435 474.02591 1925.0349 473.38221 1925.3652 472.51172 C 1926.0463 470.71716 1926.2757 468.7478 1926.2773 467.21094 C 1926.3693 467.16003 1926.4606 467.11116 1926.5293 467.11328 C 1927.6622 467.14787 1928.5009 467.29447 1929.1758 466.26562 C 1929.8506 465.23693 1929.5651 464.39771 1929.1758 463.30273 C 1928.7865 462.20776 1928.258 460.85376 1928.6465 458.85547 C 1929.035 456.85718 1929.4308 453.84235 1930.4453 450.91602 C 1930.9526 449.45288 1931.6514 448.06034 1932.5625 446.78711 C 1933.4737 445.51388 1934.5766 444.41335 1936.0566 443.61133 C 1937.5092 442.82416 1939.3228 442.31835 1941.2441 442.12891 C 1941.4088 441.49296 1941.339 440.96256 1941.5605 440.33008 C 1942.3211 438.16088 1943.4635 436.3146 1944.7363 435.14258 C 1942.0061 433.57382 1939.4889 431.99053 1938.5977 430.27344 C 1937.7064 428.55639 1937.2106 427.30979 1937.2207 426.25 C 1937.2309 425.19021 1937.7468 424.242 1938.5977 423.28516 C 1939.4485 422.32834 1940.6944 422.63582 1942.1953 422.86133 C 1943.6963 423.08694 1945.4196 423.26481 1946.959 422.33203 C 1948.0212 421.68839 1948.3007 419.99877 1948.7598 418.52148 C 1948.4108 417.67508 1947.7736 417.36378 1947.0137 417.36523 z M 1926.7402 454.41016 C 1926.7428 454.69263 1926.6701 454.97902 1926.541 455.26953 C 1926.6701 454.97902 1926.7426 454.69263 1926.7402 454.41016 z M 1925.4883 464.14062 C 1925.5803 464.2373 1925.6655 464.34242 1925.7441 464.45898 C 1925.6658 464.34285 1925.5799 464.23701 1925.4883 464.14062 z "
             transform="matrix(2.8337325,0,0,2.8335767,-299.19916,46.244295)"
             id="path10364" /><path
             inkscape:connector-curvature="0"
             id="path10374"
             d="m 5176.5674,1313.4499 c -2.2087,3.3003 -4.1088,6.7761 -5.3995,10.499 -2.8748,8.292 -3.9985,16.8356 -5.0995,22.4979 -1.101,5.6623 0.3965,9.4961 1.4999,12.5988 1.1031,3.1027 1.9123,5.4843 0,8.3992 -1.9124,2.915 -4.289,2.498 -7.4993,2.3998 -0.4041,-0.01 -1.0718,0.5922 -1.4999,0.5999 0.038,4.4175 0.1997,9.4308 -1.7998,14.6986 -0.9359,2.4666 -2.6107,4.2919 -4.1996,6.2994 0.5855,5.3231 1.1858,10.7656 0.8994,16.4985 -0.3849,7.7131 -1.722,15.0642 -4.1996,20.998 -2.4289,5.8173 -7.6966,12.0234 -12.5988,16.7984 4.3497,0.9052 9.1827,1.1302 12.5988,2.9997 5.9344,3.2477 11.0851,11.2264 14.9986,18.5983 1.968,-3.5998 6.2446,-9.4979 9.5991,-4.7996 1.5803,2.2202 3.115,5.99 6.2994,6.2994 2.6518,0.2592 5.3381,-2.342 7.7993,-2.9997 7.223,-1.9285 11.6392,0.6931 14.6986,-6.8993 1.4374,-3.5744 5.9393,-6.1485 6.2994,-10.1991 0.2025,-2.2945 0.8044,-5.4613 2.3998,-7.1993 3.9581,-4.3183 8.9102,-4.8682 11.6989,-10.499 1.872,-3.7856 2.9181,-8.1471 3.5996,-12.2988 0.4022,-2.4464 0.4387,-6.8138 2.9997,-8.0993 2.3003,-1.1546 12.9602,-3.6578 7.1993,-8.3992 -3.1873,-2.6234 3.4194,-9.7387 6.2995,-13.1987 2.2928,-2.7542 6.6067,-4.7312 7.1993,-7.1994 -6.0555,-0.1276 -1.3188,-9.1732 -4.7996,-12.5988 -4.7743,-4.6982 0.7478,-8.9412 5.3995,-11.0989 1.8243,-0.8457 10.6474,-4.1422 7.7993,-7.4993 -2.3154,-2.7291 -8.1583,-3.5037 -11.3989,-4.1996 -5.7347,-1.2315 -2.7163,-6.7871 -8.9992,-7.7993 -3.2401,-0.5222 -3.9294,-0.7449 -3.8996,-2.9997 0.01,-0.8418 -0.8294,-1.2831 -1.4999,-1.7998 -1.1141,0.4195 -2.1811,1.1851 -3.2997,1.4998 -5.0948,1.4336 -9.9367,1.7172 -14.3986,0 -4.462,-1.7171 -7.9383,-4.5612 -10.499,-8.3992 -2.5608,-3.838 -4.4131,-8.7806 -5.0995,-14.0986 -0.5011,-3.879 0.8428,-8.9412 2.0998,-13.7987 -2.4361,0.2399 -4.4906,0.5776 -6.7398,1.1672 0.058,2.4003 1.06,4.4824 0.7403,6.932 -0.4559,3.496 -1.3214,6.7411 -2.6997,9.2991 -1.3783,2.5581 -3.5092,4.4006 -5.9994,4.7996 -2.4903,0.3993 -4.4977,-0.2256 -6.2995,-1.7999 -1.6518,-1.4429 -3.1009,-3.6544 -4.1996,-5.9994 z"
             style="fill:#c80200;fill-opacity:1;stroke-width:0.883401"
             sodipodi:nodetypes="sssssccscsscsccccccccsssscsssssscssssccssssss" /><path
             inkscape:connector-curvature="0"
             id="path10369"
             d="m 5176.5674,1313.4499 c 1.0986,2.345 2.5478,4.5565 4.1996,5.9994 1.8018,1.574 3.8091,2.1988 6.2994,1.7999 2.4903,-0.3993 4.6211,-2.2415 5.9995,-4.7996 1.3783,-2.558 2.2434,-5.8031 2.6997,-9.2991 0.3197,-2.4496 -0.6882,-4.6119 -0.743,-7.0121 -2.7776,0.7285 -5.6822,1.88 -7.9566,3.1125 -4.194,2.2726 -7.3171,5.3913 -9.8991,8.9991 -0.263,0.3686 -0.3485,0.8246 -0.6,1.1999 z"
             style="stroke-width:0.88340127;fill:#510000;fill-opacity:1" /><path
             inkscape:connector-curvature="0"
             id="path10337"
             d="m 5223.063,1232.1576 c -1.301,4.186 -2.0895,8.9752 -5.0995,10.799 -4.3623,2.6431 -9.2454,2.1388 -13.4987,1.4998 -4.2533,-0.6393 -7.788,-1.5113 -10.199,1.1999 -2.4111,2.7113 -3.8711,5.3962 -3.8997,8.3992 -0.029,3.003 1.374,6.5335 3.8997,11.3989 2.5256,4.8655 9.6615,9.3535 17.3983,13.7987 0.2803,-0.2572 0.3129,-0.9718 0.6,-1.1998 3.989,-3.168 7.3981,-4.8116 11.0989,-5.0996 3.7008,-0.2879 7.9046,0.5779 12.8988,2.0998 4.9942,1.5218 11.7686,4.909 17.6983,9.2992 2.6499,1.9618 3.1578,4.8315 5.0995,7.1993 0.038,-0.029 0.2554,0.029 0.2995,0 2.601,-1.5676 15.0004,-3.3715 15.8985,-4.7996 0.9091,-1.446 4.1625,-4.0005 3.2997,-3.2997 -1.619,1.3152 2.5531,-2.2478 2.0998,-3.5996 -0.9967,-2.9716 11.561,-8.8868 13.4987,-11.099 -7.3617,1.6095 -28.7008,-1.5649 -29.0972,-10.7989 -2.0446,0.5269 -5.0059,4.0729 -7.1993,2.0998 -1.7023,-1.5298 -6.3036,-4.3114 -7.1994,-6.2994 -0.8245,-1.8214 -0.6402,-5.3774 -1.1998,-7.4993 -0.7651,-2.9256 -1.9854,-5.4339 -4.1996,-7.4993 -3.122,-2.9107 -8.5616,-1.2176 -10.4991,-4.1996 -2.1011,-3.2261 -9.0501,-7.1526 -11.6988,-2.3998 z"
             style="stroke-width:0.88340127;fill:#c80200;fill-opacity:1" /></g><path
           inkscape:connector-curvature="0"
           id="pk-outline"
           class="landxx pk"
           d="m 4953.9845,1413.6314 c 9.458,2.1279 18.1155,6.7706 27.3742,9.5443 11.0265,3.3035 19.8923,-0.1071 30.8861,-0.3244 3.9076,-0.077 7.2021,1.503 10.9878,2.0565 3.8897,0.5685 6.592,-2.1904 10.0056,-3.4314 4.4999,-1.6369 8.717,0.2143 13.205,-0.018 3.7856,-0.1934 7.3599,-2.1309 11.0384,-2.9791 4.2707,-0.9851 12.5681,-1.6963 15.2764,-5.7022 1.619,-2.3898 -2.2351,-3.6874 -1.7827,-6.0028 1.0952,-5.6248 -1.503,-10.1634 -0.9673,-15.6424 0.5476,-5.5534 1.6309,-4.3005 4.9047,-7.5861 2.0148,-2.0178 2.5148,-5.3838 5.1873,-6.7796 2.7916,-1.4613 3.741,1.497 6.4433,1.8095 4.604,0.5357 8.6753,-0.9315 12.705,-3.0833 -1.6607,-1.735 -4.6665,-1.8452 -5.357,-4.4998 3.9582,-0.072 8.0533,-2.5565 10.1664,-5.7945 2.4999,-3.8273 8.714,2.6814 8.9075,-2.1339 2.9493,1.3869 4.1814,0.7321 5.9849,3.8094 1.5208,2.5982 3.9077,1.7113 5.9999,0.1399 5.601,-4.2112 4.1993,-11.9818 1.9612,-17.5412 -1.4345,-3.5683 1.3661,-4.1249 2.1279,-7.1962 0.5923,-2.3988 0.6667,-6.0445 -0.1904,-8.3897 -1.0238,-2.7886 1.9225,-3.2767 3.8957,-3.7171 3.2678,-0.7321 4.9909,0.369 7.976,-2.0208 3.6368,-2.9106 3.5356,-3.0594 2.0445,-6.6575 -1.2469,-3.0059 -3.0028,-6.3124 -5.8331,-8.098 -5.5475,-3.5059 -6.4046,-8.5415 1.3541,-6.4255 5.2856,1.4405 18.0799,3.1488 19.5203,-4.3748 0.4286,-2.2202 0.4137,-3.8838 -1.3184,-5.3868 -0.7411,-0.6428 -4.0713,-2.7975 -3.4345,-4.1249 0.5715,-0.5863 1.2917,-0.8303 2.1548,-0.7321 -1.003,-2.1309 0.744,-3.7677 1.9195,-5.2588 1.0863,-1.3749 4.9255,-4.5177 4.9255,-6.2052 0.03,-1.6011 0.5357,-3.0237 1.5446,-4.2647 0.7768,-1.0982 -1.9285,-2.2113 -2.2886,-2.9136 -0.3125,-0.7798 -0.1101,-1.3571 0.616,-1.7291 1.1964,-1.2619 -0.8541,-3.8184 -1.1964,-5.0029 -0.4613,-1.5773 -3.1785,-5.3213 -4.2618,-6.6813 -1.5535,-1.9554 -4.0891,-3.2708 -5.973,-4.8928 -2.5565,-2.2023 5.1308,-11.6246 7.6129,-10.8509 3.4136,1.0625 3.6695,-2.6666 5.6933,-4.7111 2.1428,-2.1637 4.9284,-3.5535 7.8063,-4.4612 6.1814,-1.9494 12.7973,-1.9672 19.2108,-2.2172 3.2499,-0.125 7.7795,-1.8214 10.7794,-0.3185 2.9464,1.4732 3.1726,2.2946 5.8927,0.2768 3.7261,-2.7678 12.9967,-7.3778 15.6335,-0.9821 2.6488,-4.7528 9.5176,-0.8482 11.6188,2.3779 1.9374,2.9821 7.3033,1.3541 10.4253,4.2648 2.2142,2.0654 3.6576,4.4135 4.4225,7.339 0.5595,2.122 0.3511,5.7618 1.1755,7.5832 0.8958,1.988 5.4552,4.6903 7.1576,6.22 2.1934,1.9732 5.1457,-1.3303 7.1902,-1.8571 0.3965,9.2341 21.6982,12.3191 29.0599,10.7097 -1.9377,2.2122 -14.6225,8.1634 -13.6258,11.135 0.4533,1.3518 -3.6017,4.9822 -1.9827,3.6671 0.8628,-0.7009 -2.3294,1.8439 -3.2388,3.2899 -0.9137,1.4529 -14.0047,3.1886 -16.2928,4.7778 -6.5042,4.5178 -12.2743,0.9645 -19.9455,-0.6431 -6.1847,-1.2961 -13.7842,-5.4214 -19.781,-1.7251 -4.0832,2.5148 -6.8287,8.1835 -1.6592,10.356 4.729,1.9881 -1.8303,4.7929 2.0833,6.0399 1.2916,0.4107 10.0729,0.04 6.6772,3.3882 -3.0773,3.0386 -7.0888,5.1918 -1.3342,8.655 5.39,3.244 -1.4467,7.713 1.316,10.9659 1.6497,1.942 4.4091,3.0067 6.4031,4.5037 0.9047,0.5922 1.5943,1.4114 1.5863,2.491 -0.03,2.2553 0.8014,2.5077 4.0415,3.0297 6.2829,1.012 3.0782,6.6149 8.8129,7.8464 3.2407,0.6959 9.3086,1.3259 11.6241,4.055 2.8481,3.3571 -6.2052,6.6338 -8.0296,7.479 -4.6516,2.1577 -10.039,6.4354 -5.2647,11.1336 3.4808,3.4255 -1.2699,12.577 4.7856,12.705 -0.5926,2.4681 -4.7948,4.4209 -7.0876,7.1751 -2.88,3.46 -9.4989,10.4476 -6.3115,13.0711 5.7609,4.7414 -5.004,7.4049 -7.3042,8.5595 -2.5616,1.2856 -2.5699,5.5297 -2.9717,7.976 -0.6815,4.1517 -1.8065,8.4254 -3.6784,12.211 -2.7887,5.6308 -7.5641,6.3881 -11.5223,10.7064 -1.5952,1.7381 -2.358,4.8275 -2.5604,7.1221 -0.3601,4.0505 -4.6966,6.5106 -6.134,10.0849 -3.0595,7.5921 -7.5177,5.1511 -14.7407,7.0797 -2.4612,0.6577 -5.2439,3.1874 -7.8956,2.9285 -3.1845,-0.3096 -4.6308,-4.1547 -6.2112,-6.3749 -3.7141,-5.2022 -9.2408,2.6934 -10.6842,5.9463 -2.5565,5.7677 -6.7379,10.714 -9.0622,16.3835 -2.863,6.9819 1.0803,10.8866 7.7468,12.5621 6.2171,1.5595 9.2795,1.8839 8.6902,9.4968 -0.3333,4.351 -1.1547,14.0859 6.3153,14.1663 2.1517,0.024 4.6368,-1.5417 6.5415,0.1904 1.8928,1.7202 0.3661,6.4046 2.0446,8.8123 3.4433,4.9492 7.2557,8.6515 8.8777,14.7555 0.622,2.3392 1.9613,1.6399 -0.3184,3.2708 -1.8184,1.3005 1.1666,5.6337 2.6993,5.9432 -4.0416,3.0565 -8.2736,6.8838 -11.6991,1.1607 -1.5922,-2.6606 -4.0177,-0.6696 -6.0266,0.134 -1.0089,0.2827 -2.0029,0.619 -2.9791,1.0029 -1.622,0.8333 -0.5982,2.8511 -2.3452,3.5951 -5.7677,2.4405 -12.2437,-3.1219 -18.2911,-2.7915 -3.2321,0.1785 -7.5266,0.747 -10.5325,-0.7441 0.1816,2.372 2.2976,8.9998 -1.9999,8.9998 -3.6428,0 -9.1932,0.089 -8.9224,5.1427 -0.241,-2.9285 -0.5982,-2.8571 -1.0714,0.2143 -1.4285,-1.244 -2.3749,-2.9523 -3.4195,-4.4999 0.7678,1.3452 0.9761,2.7767 0.625,4.2826 -1.5744,-0.9732 -2.9315,-2.1874 -4.0773,-3.6427 0.9762,3.9225 -2.1279,1.7112 -4.4939,2.9999 0,-1.1429 0,-2.2887 0,-3.4285 -2.6101,1.872 -5.9433,-1.6636 -2.9761,-3.4255 -3.497,0.6577 -8.4224,-4.4344 -4.732,-7.2855 -4.0803,-2.3422 -1.8869,-9.092 -5.2588,-10.7795 -1.8899,-0.9404 -11.4521,-1.3511 -11.1783,-4.4046 0.5417,-6.1784 -0.8631,-8.0028 -3.9225,-12.8895 -2.2767,-3.6249 -9.095,-7.354 -10.2676,-0.8542 3.6844,-0.1875 6.1397,-3.4612 8.1248,1.5 -3.9314,-2.5357 -8.342,-0.9732 -12.3895,0.3035 -4.2202,1.3304 -8.2617,-0.1398 -12.2676,1.0655 -2.1755,0.6547 -17.3566,0.4464 -13.4668,4.6308 -1.7708,0.5298 -2.9256,-0.3065 -3.0059,-2.1428 -5.8689,3.0356 -10.5325,-5.7409 -13.7169,-4.2856 0.4881,0.7202 0.9821,1.4345 1.4881,2.1458 -2.9613,0.6041 -15.077,-3.2856 -11.9937,3.857 -3.0863,-1.5684 -26.2612,-3.2856 -24.2256,2.5684 -1.5594,-0.065 -2.7677,-2.3303 -4.0326,-3.0505 -2.1874,-1.247 -2.1993,1.6934 -3.5386,2.4761 -5.3838,3.1368 -9.3182,-0.4256 -9.1366,-5.1844 0.244,-6.4135 -1.2768,-29.6003 11.1455,-26.8087 -3.6428,-9.5652 18.3834,-4.3838 19.4578,-9.6337 0.4702,-2.2916 1.3124,-11.0205 0.3363,-11.7943 -2.3482,-1.8631 -5.4522,-0.5119 -8.1069,-0.6815 -3.8065,-0.2411 -3.238,-6.5118 -3.3303,-9.0831 -0.1786,-4.9493 -1.738,-11.3092 -3.2946,-16.0442 -0.7202,-2.1904 -4.5802,-2.3273 -6.5117,-3.5237 -3.2052,-1.9791 -6.4998,-3.1755 -9.8955,-4.7499 -7.5326,-3.488 -10.6307,-8.589 -14.449,-15.5502 -4.0624,-7.3837 -10.5593,-13.2585 -16.4192,-19.1601"
           style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1.89004779;stroke-miterlimit:1;stroke-dasharray:none"
           inkscape:label="" /></g><g
         style="clip-rule:evenodd;fill:#ffdfe0;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.77606887;stroke-miterlimit:1"
         id="ng"
         transform="matrix(0.35289535,0,0,0.35293718,105.514,-16.550838)"><title
           id="title544">Nigeria</title><path
           sodipodi:nodetypes="ccsccccccccccccccccccccccccccccccccccccccscccccccc"
           inkscape:connector-curvature="0"
           id="path4469"
           d="m 3751.3484,1959.3589 c -0.7376,2.209 -3.8686,5.794 -3.8686,5.794 -1.9668,0.456 -4.6486,-1.7003 -7.2114,-2.4903 -2.5628,-0.79 -5.2359,-2.9772 -5.2359,-2.9772 -7.6734,4.8836 1.4999,7.0558 1.4999,7.0558 -0.048,0.3706 -0.238,0.6765 -0.4814,0.9573 0.7271,0.3422 0.2068,1.3912 0.8688,1.7543 0.671,0.367 2.4228,-0.4032 2.9833,0.023 1.1204,0.8511 -2.6379,2.6588 -1.7048,6.3087 1.042,2.9524 3.5719,2.664 5.2024,6.3972 0.7971,-0.5183 0.9479,-0.9804 1.7547,-0.9629 0.3054,0.01 0.7078,0.08 1.2896,0.2434 -0.2925,2.379 1.7214,2.1689 2.1142,2.8389 0,0 -0.034,0.06 -0.04,0.072 1.7524,1.1516 1.569,3.7977 3.1216,3.2097 3.853,-1.4603 4.2526,2.3852 5.6008,1.6547 1.8051,-0.9782 3.736,3.8792 3.736,3.8792 3.1998,0.2856 4.8816,0.2647 5.4458,1.9701 v 0.227 c -0.5449,4.1671 -0.4115,5.8793 0,8.3507 0.4183,2.4712 1.1315,5.474 0.04,7.2106 -0.028,0.035 -0.034,0.034 -0.057,0.066 0.054,0.01 0.1133,0.01 0.1672,0.017 4.5948,3.8446 3.5968,-3.6196 8.014,-5.8881 0,0 0.3457,2.5018 2.0145,0.5811 1.669,-1.9214 4.1958,-10.3929 11.916,-5.2461 0,0.011 0.17,-1.9051 1.0793,-2.8334 0.9082,-0.9282 2.5642,-0.8738 3.1491,-2.1748 0.5846,-1.3006 0.1502,-3.1975 0.1048,-3.9014 -0.068,-1.106 0.3038,-1.8268 0.2324,-2.1749 0,0 -1.5716,0.6382 -2.0867,-0.6807 -0.6529,-1.6707 -1.0944,-4.0066 -1.9536,-4.9528 -1.7183,-1.8922 0.452,-3.6616 -1.9759,-5.4896 -0.6067,-0.457 -2.5291,0.515 -4.8318,0.3154 -2.3026,-0.1998 -4.8858,-1.164 -5.3962,-1.0625 -4.2366,0.8438 -7.6921,2.6735 -7.8536,2.4128 -0.204,-0.3302 1.558,-1.2924 1.9592,-3.7852 0.2012,-1.2464 -0.8294,-3.3712 -0.7305,-4.6983 0.1134,-1.5189 0.1729,-1.8152 0.1729,-1.8152 -2.0448,-0.2111 -0.4968,-0.088 -2.8558,-0.3043 0.3284,0.3715 0.3562,0.5112 0.2986,0.5976 -0.2097,0.3494 -2.1182,1.7985 -2.3964,1.7985 -0.1644,0 -0.5027,-0.1847 -0.902,-0.5976 -0.3993,-0.4128 -2.6387,-3.336 -4.7986,-6.2976 l -3.9017,-5.4011 z m -3.7855,25.7327 c -0.028,0 -0.028,0.011 -0.045,0.011 -0.3335,0.01 -0.4627,0.195 -0.4928,0.4593 0.1729,-0.1544 0.3673,-0.3173 0.537,-0.4703 z"
           style="fill:#ffdfe0;fill-opacity:1;stroke:none;stroke-width:0.28335333;stroke-miterlimit:1;stroke-dasharray:none" /><path
           inkscape:connector-curvature="0"
           id="path3460"
           transform="matrix(2.8337013,0,0,2.8333654,-298.99516,46.894572)"
           d="m 1426.1191,627.62891 c -0.2524,10e-4 -1.1037,0.18969 -1.8925,0.41797 -0.7887,0.22826 -2.3622,0.57382 -3.4981,0.76953 -1.5949,0.27483 -2.227,0.43757 -2.7754,0.71484 -0.8317,0.42056 -2.0769,1.62392 -2.3808,2.30078 -0.246,0.5484 -0.4695,2.32925 -0.3047,2.43164 0.06,0.0375 0.8026,0.28104 1.6504,0.54102 l 1.5429,0.47265 0.4942,1.5625 0.4941,1.5625 -0.3222,1.52344 c -0.1621,0.76913 -0.283,1.31173 -0.3165,1.42774 l -0.072,0.11328 c -0.045,2.5e-4 -0.249,-0.0767 -0.5254,-0.20313 -0.299,-0.13669 -0.5619,-0.23086 -0.582,-0.20898 -0.02,0.0218 -0.274,0.59644 -0.5645,1.27539 l -0.5293,1.23437 0.3691,0.92969 c 0.2024,0.51197 0.3864,0.93164 0.4083,0.93164 2e-4,0 0.017,-0.0135 0.018,-0.0137 v 0.004 l -0.055,0.31445 0.014,0.006 c 0.018,-0.0758 0.4321,-0.41054 1.2695,-1.02344 0.729,-0.53332 1.3778,-1.00002 1.4434,-1.03711 0.066,-0.0371 1.0498,-0.32798 2.1856,-0.64453 1.1358,-0.31655 2.0742,-0.58388 2.0859,-0.5957 0.012,-0.012 0.13,-0.54629 0.2637,-1.1875 0.1338,-0.64122 0.2721,-1.18394 0.3066,-1.20508 0.035,-0.0212 1.1974,-0.73179 2.5859,-1.58008 1.3888,-0.84832 2.5267,-1.56892 2.5274,-1.60156 0,-0.0328 -0.2129,-0.64694 -0.4746,-1.36524 l -0.4766,-1.30664 0.2285,-0.39257 c 0.2003,-0.34511 0.2436,-0.38775 0.3477,-0.3418 0.065,0.0289 0.7496,0.29396 1.5195,0.58789 1.1621,0.44364 1.4143,0.52025 1.4903,0.45898 0.05,-0.0405 0.5127,-0.47347 1.0273,-0.96289 0.5147,-0.48942 0.953,-0.89642 0.9746,-0.90429 5e-4,-1.7e-4 0.013,0.0212 0.014,0.0215 v -0.01 l -0.062,-0.17578 v -0.002 0 l -0.461,-0.67773 c -0.628,-0.92601 -1.3337,-1.66516 -1.7695,-1.85352 -0.1998,-0.0864 -0.9039,-0.29733 -1.5625,-0.46875 -0.8131,-0.21159 -1.6748,-0.55693 -2.6875,-1.07617 -1.0922,-0.55997 -1.6152,-0.76367 -1.9512,-0.76367 z"
           style="fill:#ffdfe0;fill-opacity:1;stroke:none;stroke-width:0.1;stroke-miterlimit:1;stroke-dasharray:none" /><path
           sodipodi:nodetypes="cccscccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccsccccccccccccccc"
           inkscape:connector-curvature="0"
           id="path3471"
           transform="matrix(2.8337013,0,0,2.8333654,-298.99516,46.894572)"
           d="m 1415.2266,634.16992 -0.1016,0.24219 v 0.0293 c -0.01,0.0202 -0.022,0.0321 -0.022,0.0703 0,0.21716 -0.2976,1.16721 -0.5157,1.64844 -0.2807,0.61972 -0.7871,1.38783 -1.4101,2.13281 -0.902,1.07879 -1.2771,1.59481 -1.4473,1.99805 -0.1269,0.3014 -0.1803,0.93101 -0.2402,2.76953 -0.088,2.73957 -0.4603,3.04515 -1.082,5.08593 -0.2039,0.66886 -0.406,1.02884 -0.4512,1.22461 l 0.2168,0.89649 0.1933,0.42383 c 0.1064,0.23272 0.3868,0.73978 0.6231,1.12695 0.7143,1.17052 0.8012,1.40012 0.9863,2.58789 0.012,0.0795 0.027,0.10517 0.041,0.14453 l -0.01,0.0176 0.016,0.20508 0.01,0.006 c 4e-4,-8.5e-4 0,-0.0151 0,-0.0156 0.011,-0.0109 0.8666,0.0869 1.9043,0.2168 1.3756,0.17213 2.1666,0.30249 2.92,0.48242 l 1.0332,0.24805 0.3027,0.46875 c 0.2324,0.36155 0.2893,0.49239 0.2481,0.57226 -0.029,0.0569 -0.3168,0.54238 -0.6387,1.08008 l -0.586,0.97852 -0.164,1.26757 c -0.091,0.69681 -0.1464,1.29947 -0.1231,1.33985 0.023,0.0403 0.3259,0.43926 0.6719,0.88672 0.5687,0.73513 0.6354,0.80289 0.7031,0.70703 0.042,-0.0584 0.2741,-0.48381 0.5157,-0.94531 l 0.4375,-0.83789 0.3203,-0.10352 c 0.1756,-0.0566 0.3989,-0.13644 0.4961,-0.17773 l 0.1757,-0.0762 -0.2168,-1.41601 c -0.1195,-0.77893 -0.2316,-1.49005 -0.248,-1.58008 -0.027,-0.15035 0.011,-0.18957 0.4551,-0.49609 0.2667,-0.1835 0.4987,-0.37696 0.5137,-0.42969 0.2869,-1.013 0.6047,-2.21333 0.6035,-2.27344 0,-0.0429 -0.3927,-0.37139 -0.8731,-0.73047 l -0.875,-0.65234 -0.2988,-0.59375 c -0.1644,-0.32608 -0.2996,-0.61932 -0.3008,-0.65234 0,-0.0328 0.8438,-0.27775 1.877,-0.54493 l 1.8789,-0.48633 0.7031,0.48047 0.7012,0.47852 v 1.03125 1.0293 l 1.5644,-0.004 c 0.8712,0 1.9178,-0.037 2.3653,-0.082 0.4416,-0.0443 0.8076,-0.0769 0.8125,-0.0723 l 0.5937,-0.48047 v -1.09765 l -0.6562,-0.84571 -0.6563,-0.8457 -0.1562,-1.06054 c -0.086,-0.58253 -0.1733,-1.08164 -0.1973,-1.10938 -0.024,-0.0279 -0.5493,0.0988 -1.166,0.28125 l -1.1211,0.33203 -0.9746,-0.58789 -0.9727,-0.58789 -1.5605,0.17188 -1.5606,0.17187 -1.9746,0.57227 c -1.0854,0.31453 -1.9824,0.56309 -1.9941,0.55078 -0.012,-0.0124 -0.052,-0.29742 -0.09,-0.63282 l -0.07,-0.60937 0.4707,-1.12891 c 0.2588,-0.6205 0.4558,-1.16465 0.4395,-1.20898 -9e-4,-0.002 0.026,-0.022 0.027,-0.0254 l -0.014,-0.006 0.055,-0.31445 v -0.004 c -5e-4,1.5e-4 -0.017,0.0137 -0.018,0.0137 -0.022,0 -0.2057,-0.41967 -0.4083,-0.93164 l -0.3691,-0.92969 0.5293,-1.23437 c 0.2905,-0.67895 0.5441,-1.25362 0.5645,-1.27539 0.02,-0.0219 0.283,0.0723 0.582,0.20898 0.2764,0.12647 0.48,0.20338 0.5254,0.20313 l 0.072,-0.11328 c 0.034,-0.11601 0.1544,-0.65861 0.3165,-1.42774 l 0.3222,-1.52344 -0.4941,-1.5625 -0.4942,-1.5625 -1.5429,-0.47265 c -0.8478,-0.25998 -1.59,-0.5035 -1.6504,-0.54102 -0.017,-0.0108 -0.03,-0.0488 -0.039,-0.0937 z"
           style="fill:#ffdfe0;fill-opacity:1;stroke:none;stroke-width:0.1;stroke-miterlimit:1;stroke-dasharray:none" /><path
           inkscape:connector-curvature="0"
           id="path3473"
           transform="matrix(2.8337013,0,0,2.8333654,-298.99516,46.894572)"
           d="m 1434.5957,632.63477 c -0.022,0.008 -0.4599,0.41487 -0.9746,0.90429 -0.5146,0.48942 -0.977,0.92234 -1.0273,0.96289 -0.076,0.0613 -0.3282,-0.0153 -1.4903,-0.45898 -0.7699,-0.29393 -1.4544,-0.55895 -1.5195,-0.58789 -0.1041,-0.0459 -0.1474,-0.003 -0.3477,0.3418 l -0.2285,0.39257 0.4766,1.30664 c 0.2617,0.7183 0.4746,1.33241 0.4746,1.36524 -7e-4,0.0326 -1.1386,0.75324 -2.5274,1.60156 -1.3885,0.84829 -2.5513,1.5589 -2.5859,1.58008 -0.034,0.0211 -0.1728,0.56386 -0.3066,1.20508 -0.1337,0.64121 -0.2521,1.1755 -0.2637,1.1875 -0.012,0.0118 -0.9501,0.27915 -2.0859,0.5957 -1.1358,0.31655 -2.1194,0.60747 -2.1856,0.64453 -0.066,0.0371 -0.7144,0.50379 -1.4434,1.03711 -0.8748,0.64026 -1.3169,0.99557 -1.2968,1.04883 0.016,0.0443 -0.1807,0.58848 -0.4395,1.20898 l -0.4707,1.12891 0.07,0.60937 c 0.038,0.3354 0.078,0.62046 0.09,0.63282 0.012,0.0123 0.9087,-0.23625 1.9941,-0.55078 l 1.9746,-0.57227 1.5606,-0.17187 1.5605,-0.17188 0.9727,0.58789 0.9746,0.58789 1.1211,-0.33203 c 0.6167,-0.18247 1.1416,-0.30913 1.166,-0.28125 0.024,0.0277 0.1111,0.52685 0.1973,1.10938 l 0.1562,1.06054 0.6563,0.8457 0.6562,0.84571 v 1.09765 0.002 l -0.5918,0.47851 v 0.006 c 0.054,0.0583 0.7765,1.49208 0.8535,1.69336 0.057,0.14682 0.1346,0.29356 0.1758,0.32617 0,9.8e-4 0,0.0181 0,0.0195 l 0.01,-0.002 0.1485,-0.0586 0.01,-0.002 c 0.025,-0.0979 0.2162,-0.24976 0.8926,-0.71094 0.7656,-0.52203 1.1022,-0.70739 1.8789,-1.04102 l 0.9473,-0.4082 1.0722,-1.35742 c 0.5899,-0.74724 1.0496,-1.37469 1.0215,-1.39258 -0.029,-0.0183 -0.029,-0.0682 0,-0.11524 0.01,-0.0119 0.02,-0.0102 0.029,-0.0156 v -0.0137 l 0.061,-0.29492 0.01,-0.008 c -0.01,-0.0178 -0.027,-0.0469 -0.023,-0.0586 0.017,-0.0622 0.1263,-0.79469 0.2441,-1.62695 l 0.2148,-1.51368 1.0313,-0.65234 c 0.5665,-0.35858 1.0401,-0.67829 1.0527,-0.71094 0.013,-0.0325 -0.083,-0.33904 -0.2109,-0.68164 l -0.2344,-0.62304 -0.25,-2.75782 c -0.2135,-2.35363 -0.3742,-4.83381 -0.373,-5.73242 v -0.24414 l -0.1348,-0.0293 -0.01,0.01 c -0.024,-0.0527 -0.068,-0.0801 -0.1699,-0.10938 -0.3182,-0.0908 -0.8248,-0.47411 -1.1133,-0.84375 -0.1477,-0.18906 -0.5263,-0.7861 -0.8418,-1.32617 -0.3155,-0.54006 -0.5914,-0.97421 -0.6133,-0.96679 z"
           style="fill:#ffdfe0;fill-opacity:1;stroke:none;stroke-width:0.1;stroke-miterlimit:1;stroke-dasharray:none" /><path
           style="fill:#ffc0c0;fill-opacity:1;stroke:none;stroke-width:0.28335333;stroke-miterlimit:1;stroke-dasharray:none"
           d="m 3786.8148,1895.2805 c 0.1697,-0.7371 0.7351,-4.0703 0.7351,-4.3375 0,-0.1922 -0.5779,-0.4637 -2.0791,-0.9761 -1.1434,-0.3902 -2.1202,-0.7095 -2.1702,-0.7095 -0.051,0 -0.4866,0.5265 -0.969,1.17 l -0.8774,1.17 -1.3999,0.01 -1.4,0.01 -1.5791,1.8548 -1.5791,1.8548 -1.3161,-1.2245 c -2.9829,-2.7761 -4.0629,-3.9355 -3.9742,-4.266 0.048,-0.1762 0.3598,-2.2496 0.6937,-4.6077 l 0.6077,-4.2877 2.9187,-1.8474 c 1.6053,-1.016 2.9478,-1.923 2.9835,-2.0155 0.036,-0.092 -0.2351,-0.9622 -0.5964,-1.9329 l -0.6613,-1.7649 -0.7089,-7.8159 c -0.605,-6.6687 -1.0634,-13.6924 -1.0601,-16.2385 l 9e-4,-0.6908 0.8946,-0.096 c 1.1491,-0.1226 2.38,-0.7217 3.4455,-1.6772 1.119,-1.0031 1.7362,-1.3807 2.8121,-1.7196 2.7794,-0.8756 3.8219,-1.2725 7.0706,-2.691 4.9335,-2.1545 5.5939,-2.3531 7.8022,-2.3471 1.4842,0 1.9493,0.071 2.7374,0.396 1.2271,0.5055 2.6723,1.5293 4.9305,3.4924 2.2473,1.9533 3.3711,2.6674 4.4252,2.812 1.3717,0.1881 2.9461,1.0466 7.2769,3.9685 1.233,0.8318 2.352,1.5124 2.4862,1.5124 0.134,0 -0.6309,0.9076 -1.7005,2.0169 -1.0702,1.1093 -1.9842,2.017 -2.0315,2.017 -0.048,0 -1.3833,-0.8273 -2.9696,-1.8385 l -2.8835,-1.8384 -4.3847,-0.7144 c -2.4122,-0.3928 -4.4329,-0.6646 -4.4919,-0.6038 -0.06,0.061 -0.4196,1.2662 -0.8014,2.6788 l -0.6946,2.5684 1.3883,1.3492 1.5101,1.2862 -0.3771,0.4577 c -0.5875,0.506 -0.7476,0.8581 -0.7529,0.988 0,0.1783 -0.3509,0.4608 -0.5786,0.7093 -0.1905,0.2083 0.128,-0.2071 -0.7562,1.0631 -0.7982,1.1493 -0.9759,1.2936 -3.7791,3.0688 l -2.9419,1.8628 -0.042,5.1429 -0.042,5.1428 0.8931,2.5432 0.8926,2.5431 -1.9539,2.6829 c -1.0743,1.4756 -1.9951,2.7953 -2.046,2.9327 -0.051,0.1375 0,0.4194 0.1458,0.6266 0.131,0.2075 0.6119,0.9968 1.0699,1.7545 l 0.8333,1.3776 -2.3121,1.6577 c -2.9508,2.1158 -2.7499,1.9998 -2.6404,1.5262 v 0 z"
           id="path3475"
           inkscape:connector-curvature="0" /><path
           inkscape:connector-curvature="0"
           id="path3477"
           transform="matrix(2.8337013,0,0,2.8333654,-298.99516,46.894572)"
           d="m 1448.8906,639.14453 -0.6426,0.5 -0.6425,0.5 -0.2383,-0.21875 c -0.1316,-0.11993 -0.2371,-0.25772 -0.2324,-0.30664 0,-0.0489 -0.026,-0.0814 -0.068,-0.0723 0,5.8e-4 -0.019,-0.0128 -0.023,-0.0137 l -0.01,0.006 -0.094,0.0937 -0.1328,0.16211 c -0.2073,0.17859 -0.2638,0.30181 -0.2656,0.34766 0,0.0629 -0.1248,0.16229 -0.2051,0.25 -0.067,0.0735 0.046,-0.0733 -0.2656,0.375 -0.2817,0.40563 -0.3448,0.45745 -1.334,1.08398 l -1.0391,0.65625 -0.014,1.81641 -0.016,1.81445 0.3164,0.89844 0.3145,0.89648 -0.6895,0.94727 c -0.3791,0.52079 -0.7047,0.98666 -0.7226,1.03516 -0.018,0.0485 0,0.14757 0.053,0.2207 0.046,0.0732 0.2153,0.35172 0.377,0.61914 l 0.2929,0.48633 0.09,-0.0762 v -0.002 l 0.1934,-0.10937 c 0.1068,-0.0618 0.609,-0.41875 1.1152,-0.79297 0.5064,-0.37422 0.9487,-0.67359 0.9844,-0.66406 0.036,0.009 0.6024,0.64748 1.2578,1.41796 l 1.1914,1.40235 0.8262,0.33984 c 0.4539,0.18695 0.8262,0.37048 0.8262,0.40821 9e-4,0.0377 0.073,0.763 0.1621,1.61132 l 0.1621,1.54102 0.3359,0.9082 c 0.2032,0.54807 0.3115,0.78958 0.3555,0.79883 v 0.0137 l 0.1523,0.12696 c -3e-4,-0.002 0,-0.0143 0,-0.0156 -0.023,-0.0971 0.1157,-0.29224 0.6054,-0.85937 0.3486,-0.40398 0.6342,-0.77101 0.6348,-0.81446 0,-0.0435 -0.1659,-0.66683 -0.3711,-1.38672 -0.205,-0.71985 -0.373,-1.34226 -0.373,-1.38281 0,-0.0406 0.4532,-0.47014 1.0078,-0.95508 0.7267,-0.63535 1.2348,-1.02477 1.8203,-1.39062 l 0.8125,-0.50781 0.1582,-0.0801 c -1e-4,0 0,-0.002 0,-0.002 -0.015,0 0.026,-0.0594 0.092,-0.13281 0.088,-0.0977 0.1818,-0.43641 0.3535,-1.26172 0.129,-0.62011 0.2344,-1.17294 0.2344,-1.23047 0,-0.0575 -0.322,-0.55033 -0.7168,-1.09375 -0.4235,-0.58298 -0.7065,-1.0269 -0.6914,-1.08203 0.014,-0.0514 0.079,-0.38715 0.1465,-0.74609 0.067,-0.35887 0.1357,-0.69472 0.1503,-0.74805 0.022,-0.0807 -0.1399,-0.13976 -0.9648,-0.35156 l -0.9922,-0.25586 -0.8027,-0.99023 -0.8028,-0.99219 -0.3242,-1.08008 c -0.1783,-0.59424 -0.3464,-1.10036 -0.373,-1.125 -0.027,-0.0247 -0.4808,-0.15563 -1.0098,-0.29102 z"
           style="fill:#ffc0c0;fill-opacity:1;stroke:none;stroke-width:0.1;stroke-miterlimit:1;stroke-dasharray:none" /><path
           inkscape:connector-curvature="0"
           id="path3483"
           transform="matrix(2.8337013,0,0,2.8333654,-298.99516,46.894572)"
           d="m 1462.709,634.9375 -1.207,0.62305 c -0.6635,0.34333 -1.2164,0.61423 -1.2286,0.60156 0,-0.002 0.025,-0.0389 0.027,-0.0469 l -0.02,0.0137 -0.4199,0.50976 0.01,0.0234 c -0.075,0.0601 -0.1754,0.11916 -0.2461,0.1875 -0.2751,0.26573 -0.5306,0.43686 -0.9883,0.66211 l -0.3926,0.19336 -0.021,0.01 -0.6641,0.041 v 0.002 l -1.9433,-0.25 -2.4063,-0.30859 -0.2383,0.006 -0.012,-0.004 c 0.029,0.0172 -0.2249,0.32061 -0.5918,0.70117 -0.3776,0.39152 -0.7001,0.71094 -0.7168,0.71094 -0.017,0 -0.487,-0.29155 -1.0468,-0.64844 l -1.0176,-0.64843 -1.5489,-0.25196 c -0.8512,-0.13863 -1.5631,-0.2363 -1.5839,-0.21484 -0.021,0.0215 -0.1485,0.44675 -0.2832,0.94531 l -0.2461,0.9082 0.4902,0.47461 0.5332,0.45508 0.094,-0.0937 0.01,-0.008 c 0,0 0,0.002 0,0.002 0,9e-4 0.021,0.0142 0.023,0.0137 0.042,-0.009 0.068,0.0233 0.068,0.0723 0,0.0489 0.1008,0.18671 0.2324,0.30664 l 0.2383,0.21875 0.6425,-0.5 0.6426,-0.5 0.9629,0.24609 c 0.529,0.13539 0.9826,0.26632 1.0098,0.29102 0.027,0.0246 0.1947,0.53076 0.373,1.125 l 0.3242,1.08008 0.8028,0.99219 0.8027,0.99023 0.9922,0.25586 c 0.8249,0.2118 0.9867,0.27088 0.9648,0.35156 -0.015,0.0533 -0.083,0.38918 -0.1503,0.74805 -0.067,0.35894 -0.1328,0.69471 -0.1465,0.74609 -0.015,0.0551 0.2679,0.49905 0.6914,1.08203 0.3948,0.54342 0.7168,1.0363 0.7168,1.09375 0,0.0575 -0.1054,0.61036 -0.2344,1.23047 -0.1717,0.82531 -0.2653,1.16403 -0.3535,1.26172 -0.066,0.0734 -0.1066,0.13281 -0.092,0.13281 0,0 0,0.002 0,0.002 l -0.1582,0.0801 1.6348,0.33789 c 1.1684,0.24098 1.9026,0.35953 2.5683,0.41406 l 0.9317,0.0762 v 0.73633 0.73633 l 0.3281,0.76758 0.3262,0.76953 0.8613,-0.0176 0.8633,-0.0156 0.076,-0.47461 c 0.042,-0.26099 0.1068,-0.51946 0.1446,-0.57421 0.038,-0.0547 0.3324,-0.40336 0.6543,-0.7754 l 0.5859,-0.67773 -0.082,-0.52148 c -0.045,-0.28747 -0.095,-0.53517 -0.1075,-0.54883 -0.014,-0.0138 -0.4945,0.0147 -1.0703,0.0625 l -1.0468,0.0859 -0.9551,-0.74024 -0.9551,-0.74023 0.07,-0.69141 c 0.039,-0.38075 0.074,-0.76195 0.076,-0.8457 0,-0.13278 -0.1061,-0.22307 -0.8438,-0.70508 -0.4653,-0.30402 -0.8574,-0.5618 -0.8711,-0.57422 -0.014,-0.0123 0.064,-0.11748 0.1719,-0.23438 0.1423,-0.15357 0.7387,-0.49271 2.1485,-1.22265 1.0727,-0.55538 1.9636,-1.03316 1.9804,-1.06055 0.017,-0.0272 0.101,-0.89658 0.1875,-1.93164 0.086,-1.03506 0.1625,-1.88547 0.1699,-1.89062 0.042,-0.0297 2.4401,-0.69669 2.5625,-0.71289 0.082,-0.0109 0.2213,-0.048 0.3125,-0.084 0.091,-0.036 0.173,-0.058 0.1817,-0.0488 l 0.1621,-0.0332 v 0 c 0.014,-0.0294 0.04,-0.0539 0.084,-0.0684 0.1701,-0.0559 0.149,-0.14413 -0.031,-0.13086 -0.1455,0.0109 -0.1612,-0.0225 -0.4316,-0.84961 l -0.2813,-0.85937 -0.8144,-0.58203 c -0.7359,-0.52436 -0.8864,-0.66287 -1.5508,-1.43555 z"
           style="fill:#ffdfe0;fill-opacity:1;stroke:none;stroke-width:0.1;stroke-miterlimit:1;stroke-dasharray:none" /><path
           inkscape:connector-curvature="0"
           id="path3485"
           transform="matrix(2.8337013,0,0,2.8333654,-298.99516,46.894572)"
           d="m 1469.2598,632.20508 c -2.4356,0.003 -3.4273,0.11651 -4.6485,0.53125 -1.2743,0.43277 -2.254,0.98038 -2.9082,1.62305 -0.3828,0.37599 -1.352,1.59509 -1.4023,1.75585 0,0.008 -0.03,0.0445 -0.027,0.0469 0.012,0.0127 0.5651,-0.25823 1.2286,-0.60156 l 1.207,-0.62305 0.7363,0.85547 c 0.6644,0.77268 0.8149,0.91119 1.5508,1.43555 l 0.8144,0.58203 0.2813,0.85937 c 0.1709,0.52268 0.2399,0.71332 0.3047,0.79102 0.037,0.045 0.073,0.0626 0.1269,0.0586 0.1803,-0.0133 0.2014,0.075 0.031,0.13086 -0.044,0.0144 -0.07,0.039 -0.084,0.0684 v 0 l -0.1621,0.0332 c 0.011,0.008 0.6127,1.51915 1.3418,3.35743 l 1.3242,3.34374 -0.086,1.57813 -0.088,1.58008 0.3672,0.68555 c 0.2602,0.48697 0.3536,0.72121 0.3359,0.82812 v 0 l 0.3281,-0.19531 v -0.004 c 7e-4,0.006 0.014,-10e-4 0.018,0.002 0.01,0.009 0.021,0.0158 0.055,0.004 0.042,-0.0149 0.1058,-0.0464 0.1993,-0.0957 l 0.2168,-0.11328 1.0722,0.68164 1.0723,0.68164 0.8887,1.33984 0.8886,1.33984 v 1.17579 1.17382 l 0.3301,0.5293 v 0 l 0.33,0.52735 v 0.002 0.0547 c 0.6093,-0.72313 1.0872,-1.44363 1.1758,-1.8086 0.029,-0.12151 -0.037,-0.51994 -0.164,-0.9668 -0.1188,-0.41737 -0.1984,-0.7884 -0.1758,-0.82617 0.023,-0.0377 0.4237,-0.38777 0.8926,-0.77734 l 0.8535,-0.70899 1.0898,-2.23046 c 0.6223,-1.27224 1.1331,-2.42505 1.1895,-2.68555 l 0.098,-0.45703 -0.4531,-0.77149 -0.4551,-0.77148 0.3223,-1.24023 c 0.177,-0.68251 0.3584,-1.37202 0.4043,-1.53321 0.046,-0.16122 0.086,-1.12519 0.088,-2.14062 v -1.84571 l 0.6347,-1.1289 0.6329,-1.12891 -0.3418,-1.05859 -0.3438,-1.0586 -0.037,0.0742 -0.025,-0.0781 -0.5293,-0.10742 c -0.6643,-0.13493 -1.3752,-0.4116 -2.9043,-1.12891 -1.7756,-0.8329 -2.2612,-1.03154 -3.0254,-1.23438 -1.2174,-0.32318 -2.2185,-0.41368 -4.5722,-0.41015 z"
           style="fill:#ffdfe0;fill-opacity:1;stroke:none;stroke-width:0.1;stroke-miterlimit:1;stroke-dasharray:none" /><path
           style="fill:#ffc0c0;fill-opacity:1;stroke:none;stroke-width:0.28335333;stroke-miterlimit:1;stroke-dasharray:none"
           d="m 3852.2422,1935.3839 c -4.5154,-2.2461 -11.2717,-5.4308 -12.2928,-5.794 l -0.8679,-0.3088 -0.5535,1.0406 c -0.3042,0.5723 -0.9086,1.7551 -1.3435,2.6284 l -0.7904,1.5878 -3.6315,1.0046 -3.6314,1.0047 -2.0767,-1.0635 -2.0765,-1.0635 -0.1071,-2.0333 c -0.1756,-3.2878 -0.4175,-6.3212 -0.6039,-7.5378 -0.1636,-1.0716 -0.1994,-1.1346 -0.6065,-1.1346 -0.2381,0 -1.1999,0.2268 -2.1383,0.5042 -0.9387,0.2771 -1.761,0.5043 -1.8282,0.5043 -0.2143,0 -0.125,-0.9867 0.4386,-4.9585 0.3024,-2.1262 0.5334,-3.8822 0.5143,-3.9022 -0.03,-0.021 -1.0354,0.1622 -2.2586,0.4049 l -2.2237,0.441 -0.9503,-0.3903 -0.9502,-0.3902 -0.3637,-1.9475 c -0.1994,-1.0711 -0.4012,-2.1077 -0.447,-2.3036 -0.065,-0.275 0.3261,-0.8303 1.7139,-2.4372 0.9878,-1.1446 1.7979,-2.1819 1.7997,-2.305 0,-0.1232 -0.4715,-1.8927 -1.053,-3.9324 -0.5809,-2.0396 -1.0559,-3.8023 -1.0559,-3.9172 0,-0.1149 1.2854,-1.333 2.857,-2.707 2.0592,-1.8002 3.5002,-2.9 5.1594,-3.9366 l 2.3015,-1.4386 4.6338,0.9557 c 3.3109,0.6828 5.3891,1.0174 7.2756,1.1719 l 2.6413,0.216 v 2.0869 2.0869 l 0.9268,2.176 0.9259,2.176 2.4422,-0.046 2.4422,-0.046 0.2172,-1.3447 c 0.1191,-0.7395 0.3042,-1.4716 0.4113,-1.6268 0.1071,-0.155 0.9408,-1.1445 1.8529,-2.1986 l 1.6583,-1.9164 -0.2321,-1.481 c -0.128,-0.8145 -0.2649,-1.5125 -0.3003,-1.5512 -0.039,-0.039 -1.4023,0.04 -3.0339,0.1753 l -2.9662,0.2453 -2.7062,-2.0979 -2.7056,-2.0978 0.1994,-1.9614 c 0.1101,-1.0788 0.2054,-2.1556 0.2113,-2.3929 0,-0.3762 -0.2976,-0.6319 -2.388,-1.9976 -1.3187,-0.8614 -2.4291,-1.5949 -2.4678,-1.6301 -0.039,-0.035 0.1815,-0.3347 0.4875,-0.6659 0.4032,-0.4352 2.0895,-1.3951 6.0843,-3.4633 3.0398,-1.5736 5.5657,-2.9247 5.6133,-3.0023 0.048,-0.077 0.2857,-2.5406 0.5309,-5.4733 0.2441,-2.9327 0.461,-5.3442 0.4821,-5.3588 0.1191,-0.084 6.9126,-1.9705 7.2597,-2.0164 0.2321,-0.031 0.6291,-0.139 0.8877,-0.2411 0.259,-0.1021 0.4893,-0.1646 0.514,-0.1387 0.03,0.024 1.7351,4.3082 3.8011,9.5167 l 3.7561,9.47 -0.247,4.4736 -0.247,4.4735 1.0402,1.9451 c 0.7458,1.3952 1.0166,2.0624 0.9586,2.3605 -0.045,0.2285 -0.5735,1.2096 -1.1756,2.1803 l -1.0946,1.7649 h -0.9625 c -0.5294,0 -1.8098,-0.067 -2.846,-0.1443 l -1.8836,-0.1408 -0.2054,3.086 -0.2053,3.086 -1.8684,1.9516 -1.8684,1.9516 0.475,1.7371 0.4749,1.7371 4.1324,2.3773 4.1323,2.3772 0.2262,1.5986 0.2262,1.5986 -0.7396,1.664 c -0.4068,0.9153 -1.033,2.3215 -1.3919,3.125 l -0.6518,1.4609 2.1422,2.0542 c 1.1777,1.1298 2.633,2.538 3.233,3.1294 l 1.0916,1.0752 -0.1667,2.3851 c -0.2381,3.4006 -0.068,3.0739 -1.6636,3.1904 -0.792,0.058 -2.9095,0.4902 -5.063,1.0337 -2.0359,0.514 -3.7838,0.9271 -3.8844,0.9183 -0.1012,-0.01 -1.6083,-0.7257 -3.3517,-1.5929 v 0 z"
           id="path3487"
           inkscape:connector-curvature="0" /><path
           inkscape:connector-curvature="0"
           id="path3489"
           transform="matrix(2.8337013,0,0,2.8333654,-298.99516,46.894572)"
           d="m 1470.3223,650.72266 -0.2168,0.11328 c -0.1869,0.0986 -0.2574,0.12576 -0.2676,0.0918 v 0.002 l -0.332,0.19531 v 0 c -2e-4,10e-4 0,0.005 0,0.006 -0.016,0.0806 -0.2016,0.42693 -0.4141,0.76953 l -0.3867,0.62109 h -0.3399 c -0.1868,0 -0.6382,-0.0235 -1.0039,-0.0508 l -0.664,-0.0488 -0.074,1.08984 -0.072,1.08789 -0.6582,0.68945 -0.6602,0.68946 0.168,0.61132 0.168,0.61328 1.457,0.83985 1.459,0.83984 0.08,0.5625 0.08,0.56446 -0.2617,0.58789 c -0.1436,0.32304 -0.3636,0.81993 -0.4902,1.10351 l -0.2305,0.51563 0.7559,0.72461 c 0.4156,0.39874 0.9289,0.89478 1.1406,1.10351 l 0.3848,0.38086 -0.059,0.8418 c -0.055,0.78738 -0.052,1.00585 -0.1993,1.07617 v 0.0137 l 0.2422,0.0137 c 0,0 0,0 0,0 0.016,0.0142 0.3333,0.0816 0.7168,0.1543 v 0.002 c 1.0404,0.19708 1.4665,0.18502 2.2422,-0.0566 0.3524,-0.10976 0.8824,-0.24952 1.1777,-0.31054 0.4351,-0.09 0.5612,-0.13914 0.6641,-0.26563 0.07,-0.0858 0.3795,-0.85218 0.6875,-1.70117 0.3731,-1.02878 0.6148,-1.60927 0.7246,-1.74219 0.091,-0.10962 0.166,-0.22964 0.166,-0.26758 0,0 0,-0.002 0,-0.002 v -0.002 l 0.053,-0.11328 v -0.002 c -2e-4,2e-5 -0.01,0.006 -0.01,0.006 -0.017,-0.004 -0.6062,-0.58094 -1.3106,-1.28515 v 0 l -1.2812,-1.2793 0.8027,-0.87695 c 0.1209,-0.1319 0.2309,-0.26637 0.3437,-0.40039 v -0.0547 -0.002 l -0.33,-0.52735 v 0 l -0.3301,-0.5293 v -1.17382 -1.17579 l -0.8886,-1.33984 -0.8887,-1.33984 -1.0723,-0.68164 z"
           style="fill:#ee7070;fill-opacity:1;stroke:none;stroke-width:0.1;stroke-miterlimit:1;stroke-dasharray:none" /><path
           inkscape:connector-curvature="0"
           id="path3491-3"
           transform="matrix(2.8337013,0,0,2.8333654,-298.99516,46.894572)"
           d="m 1445.9961,649.59766 c -0.036,-0.01 -0.478,0.28984 -0.9844,0.66406 -0.5062,0.37422 -1.0084,0.7312 -1.1152,0.79297 l -0.1934,0.10937 v 0.002 l -0.088,0.0762 v 0 l -0.8144,0.58593 c -1.0413,0.74675 -0.9703,0.70622 -0.9317,0.53907 v -0.004 c 0.06,-0.26015 0.2597,-1.43499 0.2597,-1.5293 0,-0.0678 -0.2046,-0.16485 -0.7343,-0.3457 -0.4035,-0.13771 -0.748,-0.25 -0.7657,-0.25 -0.018,0 -0.1715,0.185 -0.3418,0.41211 l -0.3105,0.41406 -0.4922,0.004 -0.4941,0.002 -0.5586,0.65625 -0.5567,0.6543 -0.4648,-0.43164 c -0.9401,-0.87505 -1.3235,-1.28049 -1.377,-1.44336 l -0.01,0.004 -0.061,0.29492 v 0.0117 c -0.011,0.005 -0.023,0.004 -0.031,0.0176 -0.029,0.0471 -0.029,0.0969 0,0.11524 0.028,0.0179 -0.4315,0.64534 -1.0215,1.39258 l -1.0722,1.35742 -0.9473,0.4082 c -0.7767,0.33363 -1.1133,0.51899 -1.8789,1.04102 -0.6764,0.46118 -0.8677,0.6133 -0.8926,0.71094 l -0.01,0.002 -0.1485,0.0586 -0.01,0.002 c 0.053,0.0618 0.098,0.53281 0.1601,1.7539 l 0.09,1.71289 0.3457,0.4375 c 0.1897,0.24021 0.3522,0.43555 0.3613,0.43555 0.011,0 0.3068,-0.45277 0.6621,-1.00586 l 0.6465,-1.00391 0.6289,0.32617 0.6309,0.32618 0.3242,-0.11524 c 0.1782,-0.0637 0.6884,-0.2498 1.1347,-0.41406 l 0.8125,-0.29883 0.3223,0.41992 c 0.1774,0.23192 0.4947,0.74473 0.7051,1.13868 0.21,0.39391 0.4096,0.7358 0.4433,0.75976 0.034,0.024 0.1731,0.0445 0.3106,0.0449 0.177,0 0.2413,0.0217 0.2207,0.0742 -0.3862,0.98159 -0.6816,1.80797 -0.6895,1.92578 -0.01,0.14065 0.06,0.18064 1.0801,0.63477 l 1.0899,0.48437 0.016,1.08399 0.016,1.08203 0.375,0.53516 c 0.2064,0.2948 0.3887,0.5711 0.4043,0.61328 0.016,0.0422 -0.1139,0.44189 -0.2871,0.88867 l -0.3164,0.8125 0.1113,0.26953 c 0.06,0.14462 0.1075,0.26923 0.1094,0.28711 0.026,-0.008 0.157,0 0.1934,0 0.04,0 0.3794,-0.056 0.7402,-0.10547 0.7919,-0.10874 1.9326,-0.0911 2.7519,0 0.7616,0.0847 2.4199,0.27837 2.6465,0.31836 0.1552,0.0271 0.2766,0.0702 0.7422,0.95117 0.2837,0.53728 0.5124,0.95313 0.5293,0.95313 0.017,3.1e-4 0.072,-0.0971 0.211,-0.21094 0.3126,-0.25712 0.5976,-0.20869 1.3769,0 0.7451,0.19955 0.9382,0.14695 1.375,-0.10547 0.1985,-0.11485 0.3014,-0.18254 0.3184,-0.21289 0.02,-0.0305 -0.125,-0.58489 -0.3184,-1.16406 -0.4302,-1.2866 -0.3837,-1.56543 -0.2109,-2.54102 0.1456,-0.82622 0.2109,-2.07061 0.2109,-3.38672 0,-1.11224 0.01,-1.41472 0.3184,-2.22461 0.3742,-0.97477 0.6121,-1.22221 1.164,-1.375 l 0.211,-0.10742 h 0.2929 l -0.3222,-0.13086 -0.334,-0.13867 -0.1289,-0.68555 c -0.069,-0.3707 -0.1364,-0.7198 -0.1543,-0.79882 v 0 l -0.1523,-0.12696 v -0.0156 c -0.044,-0.01 -0.1525,-0.2494 -0.3555,-0.79688 l -0.3359,-0.9082 -0.1621,-1.54102 c -0.089,-0.84832 -0.1612,-1.57363 -0.1621,-1.61132 0,-0.0377 -0.3723,-0.22126 -0.8262,-0.40821 l -0.8262,-0.33984 -1.1914,-1.40235 c -0.6554,-0.77047 -1.2221,-1.40868 -1.2578,-1.41796 z"
           style="fill:#ee7070;fill-opacity:1;stroke:none;stroke-width:0.1;stroke-miterlimit:1;stroke-dasharray:none" /><path
           sodipodi:nodetypes="cccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccsccccccccccccccccccccccsscccccccccscccsccc"
           style="fill:#ffdfe0;fill-opacity:1;stroke:none;stroke-width:0.28335333;stroke-miterlimit:1;stroke-dasharray:none"
           d="m 3764.5815,1970.8679 c -0.3991,-0.4126 -2.4928,-3.1734 -4.6525,-6.135 l -3.9264,-5.3849 h -4.668 -4.6678 l -1.949,-1.7831 c -3.0205,-2.7632 -3.8327,-3.2272 -7.0436,-4.0244 -2.3463,-0.5824 -2.9579,-0.998 -6.1388,-4.1684 l -2.4318,-2.424 -1.8672,0.2935 c -1.0264,0.1613 -2.0481,0.3506 -2.2699,0.4204 -0.5827,0.1833 -1.102,0.7301 -1.2196,1.284 -0.1756,0.8222 -0.3538,0.691 -0.6345,-0.465 -0.4982,-2.0504 -0.7625,-2.3636 -3.6993,-4.383 -2.1961,-1.5097 -1.9359,-0.9764 -2.7258,-5.5923 -0.5792,-3.3851 -0.7845,-4.4214 -1.0163,-5.1265 -0.2619,-0.7965 -3.3577,-3.0163 -9.1278,-6.545 -2.5499,-1.5594 -4.0567,-2.3283 -4.954,-2.5281 -0.6538,-0.1455 -1.5708,-0.783 -2.1666,-2.8703 -0.5354,-1.8761 -0.9216,-3.9475 -0.6556,-3.0833 0.1101,0.027 -0.2817,-2.047 0.2648,-2.7228 1.6231,-0.3154 3.0714,-0.3354 3.8479,-2.079 0.3672,-0.8247 1.1914,-1.1 1.1941,-2.6394 0,-1.5588 -0.3269,-2.1275 -0.7708,-3.3893 -0.2768,-0.7858 -0.8537,-1.6254 -1.098,-2.3188 -0.4134,-1.1748 -0.044,-3.0052 0.072,-3.1252 0.03,-0.031 2.458,0.2476 5.3986,0.6156 3.8979,0.4877 6.1406,0.8586 8.2754,1.3684 l 2.9282,0.6993 0.8547,1.3286 c 0.6584,1.0244 0.8194,1.3959 0.7024,1.6222 -0.083,0.1613 -0.8982,1.5399 -1.8104,3.0634 l -1.6583,2.7699 -0.4672,3.5896 c -0.2589,1.9743 -0.4134,3.6832 -0.3473,3.7976 0.065,0.1143 0.9229,1.2452 1.9035,2.513 1.6116,2.0829 1.8041,2.2763 1.9961,2.0047 0.119,-0.1655 0.772,-1.3704 1.4565,-2.678 l 1.2443,-2.3775 0.9047,-0.292 c 0.4976,-0.1604 1.1301,-0.3875 1.4054,-0.5045 l 0.4996,-0.2128 -0.6148,-4.0127 c -0.3387,-2.207 -0.6533,-4.2214 -0.6997,-4.4765 -0.077,-0.426 0.03,-0.5406 1.2895,-1.4091 0.7557,-0.5199 1.4086,-1.0677 1.4509,-1.2171 0.8131,-2.8702 1.7181,-6.2678 1.7145,-6.4381 0,-0.1214 -1.1175,-1.0532 -2.4788,-2.0706 l -2.4743,-1.8499 -0.847,-1.6799 c -0.4658,-0.9239 -0.85,-1.7564 -0.8533,-1.85 0,-0.093 2.3893,-0.7896 5.3169,-1.5466 l 5.3233,-1.3764 1.9913,1.36 1.9911,1.3601 v 2.9179 2.9179 l 4.4293,-0.01 c 2.4687,0 5.437,-0.1065 6.7049,-0.2342 1.2514,-0.1256 2.2868,-0.2178 2.3005,-0.2047 0.1399,0.1366 2.2115,4.242 2.4306,4.8144 0.1607,0.416 0.3845,0.8321 0.5012,0.9245 0.1547,0.1226 0.2827,1.4839 0.4642,5.0237 l 0.253,4.8556 0.9777,1.2374 c 0.5377,0.6806 0.999,1.2374 1.0249,1.2374 0.03,0 0.8705,-1.2821 1.8774,-2.8492 l 1.8306,-2.8492 1.7853,0.926 1.7857,0.926 0.9184,-0.3286 c 0.5051,-0.1806 1.9532,-0.7094 3.2181,-1.1748 l 2.2993,-0.8463 0.914,1.1947 c 0.5027,0.6571 1.4014,2.1079 1.9976,3.2241 0.5952,1.1161 1.1606,2.085 1.2562,2.1529 0.095,0.068 0.4919,0.1247 0.8815,0.1259 0.5015,0 0.6839,0.064 0.6256,0.2128 -1.0943,2.7812 -1.933,5.12 -1.9553,5.4538 -0.03,0.3985 0.1696,0.5134 3.0594,1.8001 l 3.0883,1.3744 0.045,3.0671 0.045,3.0671 1.0625,1.5188 c 0.5848,0.8353 1.0993,1.6166 1.1434,1.7361 0.045,0.1196 -0.3214,1.253 -0.8122,2.5189 l -0.8934,2.3014 0.3151,0.7601 c 0.1727,0.418 0.3149,0.7916 0.3149,0.8302 0,0.038 -0.2232,0.07 -0.4925,0.07 -0.2709,0 -0.5235,0.095 -0.5613,0.2101 -0.039,0.1155 -0.1488,1.08 -0.2441,2.1431 -0.1964,2.1654 -0.5032,3.4693 -0.9547,4.0458 l -0.3039,0.388 -1.2008,-0.8008 c -0.6604,-0.4404 -1.8095,-1.207 -2.5535,-1.7035 -0.744,-0.4964 -1.6711,-1.0284 -2.0601,-1.1819 -0.7032,-0.278 -0.7217,-0.2753 -3.3201,0.441 l -2.6133,0.7203 v 7.3236 c 0,7.8104 0.1755,12.7535 0.4553,13.4918 0.095,0.2494 0.4372,0.7571 0.7613,1.1282 0.3244,0.3711 0.5461,0.7476 0.4928,0.8366 -0.2113,0.3498 -2.0928,1.6999 -2.3713,1.6999 -0.1637,0 -0.6226,-0.3376 -1.0217,-0.7502 v 0 z"
           id="path3493"
           inkscape:connector-curvature="0" /><path
           style="fill:#ffc0c0;fill-opacity:1;stroke:none;stroke-width:0.28335333;stroke-miterlimit:1;stroke-dasharray:none"
           d="m 3880.8283,1919.1418 -3.6288,-3.6278 2.2758,-2.4833 c 2.1899,-2.3896 4.01,-5.0353 4.3077,-6.2611 0.083,-0.3443 -0.1102,-1.4691 -0.47,-2.7352 -0.3366,-1.1826 -0.5595,-2.2379 -0.4955,-2.3449 0.065,-0.1068 1.2029,-1.0975 2.5315,-2.2013 l 2.4154,-2.0069 3.0904,-6.3181 c 1.7633,-3.6047 3.2112,-6.8738 3.371,-7.6119 l 0.2768,-1.2937 -1.2872,-2.1849 -1.2874,-2.185 0.9118,-3.516 c 0.5015,-1.9338 1.0179,-3.8897 1.1479,-4.3464 0.131,-0.4568 0.2441,-3.1844 0.25,-6.0615 v -5.2311 l 1.7952,-3.1995 1.7949,-3.1995 -0.972,-2.9977 -0.9726,-2.9976 1.2476,-0.2706 c 2.0499,-0.4446 3.6383,-1.5858 7.1983,-5.1707 5.4811,-5.5204 6.7659,-6.4758 9.592,-7.1336 2.2336,-0.52 2.7475,-0.7765 3.588,-1.7917 1.1562,-1.397 2.5478,-2.114 4.1097,-2.1173 2.4511,-0.01 3.1321,0.6595 6.3278,6.1787 1.0223,1.7657 2.6571,4.333 3.6329,5.705 2.8419,3.9958 3.1032,4.8649 3.5389,11.765 0.3188,5.0495 1.3559,8.4518 3.2613,10.6956 0.977,1.1506 1.277,1.2864 3.6534,1.6535 3.3496,0.5175 5.0038,1.9045 5.2222,4.3794 0.054,0.6047 -0.122,2.3296 -0.3881,3.8331 -0.7943,4.4783 -0.8559,6.7008 -0.2559,9.214 0.4785,2.0022 0.4878,2.1901 0.1458,2.877 -0.3994,0.7979 -2.2276,2.3138 -3.6942,3.0627 -1.7048,0.8705 -3.8598,1.5116 -6.304,1.8758 -4.5371,0.6759 -5.9436,1.4218 -7.5096,3.9811 l -0.6087,0.9946 -1.9838,-0.2057 c -2.7922,-0.2895 -5.2026,-0.1113 -5.7779,0.4272 -0.4089,0.3824 -0.4526,0.691 -0.4032,2.8369 0.057,2.3878 0.048,2.4232 -0.8619,4.2627 -0.7464,1.5095 -1.3056,2.2244 -3.002,3.8381 l -2.0845,1.9831 -3.2883,-1.0818 -3.288,-1.0818 -2.213,0.9027 c -4.7713,1.9462 -8.2742,3.6134 -9.8057,4.6668 -1.8279,1.2572 -6.0016,4.9234 -9.164,8.0498 -1.1833,1.1695 -2.1898,2.1208 -2.2369,2.114 -0.048,-0.01 -1.7187,-1.6448 -3.7147,-3.6401 v 0 z"
           id="path3495"
           inkscape:connector-curvature="0" /><path
           sodipodi:nodetypes="ccccccccccccccc"
           inkscape:connector-curvature="0"
           id="path28148"
           d="m 3736.051,1967.6985 c -1.2707,1.4654 -4.7148,1.9168 -5.5901,3.3868 -0.4313,0.7243 -0.9031,0.8403 -1.367,0.7083 -0.037,0.2794 -0.093,0.5847 -0.093,0.7969 0,0 -1.0771,1.7008 -1.7875,3.0215 -1.3038,2.4249 1.1839,8.0024 1.6161,8.9373 1.9904,-0.1865 4.1981,-0.2035 5.4347,-0.088 1.4517,0.1346 1.772,5.2017 2.9389,4.7813 0.5834,-0.2103 1.7268,-2.8843 3.592,-3.4698 1.1581,-0.3637 1.6208,-3.0376 2.2802,-3.3812 0.1389,-0.072 0.2182,-0.1397 0.3265,-0.2102 -1.6305,-3.7333 -4.1604,-3.4449 -5.2024,-6.3973 -0.9331,-3.6499 2.8252,-5.4575 1.7048,-6.3086 -0.5606,-0.4253 -2.3123,0.3443 -2.9834,-0.023 -0.6608,-0.3631 -0.1417,-1.4121 -0.8688,-1.7543 z"
           style="fill:#ffc0c0;fill-opacity:1;stroke:none;stroke-width:0.28335333;stroke-miterlimit:1;stroke-dasharray:none" /><path
           sodipodi:nodetypes="ccccccccccccccccccccccccccccccccccccc"
           inkscape:connector-curvature="0"
           id="path8916"
           d="m 3922.9313,1895.7631 c -1.0012,0.049 -1.8107,0.3341 -2.0975,0.6032 -0.4081,0.3821 -0.3469,0.5547 -0.299,2.7006 0.057,2.3878 0,2.6595 -0.8966,4.499 -0.7466,1.5095 -1.3032,1.9834 -2.9997,3.5971 l -2.1032,2.1029 -3.2984,-1.2009 -3.2987,-0.902 -2.0975,0.902 c -4.7714,1.9462 -8.3699,3.4456 -9.9016,4.4991 -1.828,1.2571 -6.1355,4.9698 -9.2979,8.0961 -1.1831,1.1697 -2.0553,2.1098 -2.1032,2.1029 -0.048,-0.011 -0.3414,0.8899 -0.5979,1.2009 -0.3108,0.3763 -1.0402,1.883 -2.0975,4.7979 -0.8725,2.4055 -1.9054,4.5551 -2.1032,4.7979 -0.2915,0.3581 -0.5661,0.6466 -1.7985,0.902 0.1247,1.5207 0.9765,2.7222 2.4628,4.6651 1.4885,1.9459 1.6004,4.2394 2.6676,5.5339 2.1349,2.5892 4.4974,3.2562 3.8742,6.4027 -0.9934,5.0148 -1.544,8.799 -1.544,8.799 -3.3393,4.3036 -12.6145,17.6317 -12.3312,19.0975 2.142,4.2625 3.9026,3.9044 5.8944,2.042 2.212,-2.0683 4.0151,6.8608 6.4753,10.7524 3.8315,-5.0286 6.9037,-11.2946 8.0973,-17.3986 0.5143,-2.6309 -0.9516,-5.8878 0.902,-8.0961 1.4851,-1.7708 3.4968,-2.6125 2.9997,-5.4011 5.3302,-0.1997 8.9333,-3.0703 9.5969,-8.4005 0.2381,-1.8602 3.2143,-10.1658 0,-10.7967 2.8898,-1.4762 6.2529,-2.6262 8.4017,-5.1022 2.5415,-2.9285 1.7243,-7.1974 1.7985,-10.4979 0.085,-3.6873 3.5087,-3.0328 4.4996,-6.2976 0.887,-2.9225 1.4294,-6.0696 2.3965,-8.9981 1.0938,-3.3119 2.5401,-10.2562 5.1029,-14.7037 h -0.6033 -2.0975 c -1.3939,-0.1447 -2.5945,-0.3421 -3.5973,-0.2988 z"
           style="fill:#ffc0c0;fill-opacity:1;stroke:none;stroke-width:0.28335333;stroke-miterlimit:1;stroke-dasharray:none" /><path
           sodipodi:nodetypes="cccccccccccccccccccccccccccc"
           inkscape:connector-curvature="0"
           id="path9157"
           d="m 3784.0689,1998.7936 c -4.3534,-0.047 -6.171,5.3659 -7.4663,6.8565 -1.6687,1.9207 -2.0144,-0.5811 -2.0144,-0.5811 -0.5841,0.2999 -1.0632,0.6967 -1.4832,1.14 0,0.011 -0.028,0.026 -0.034,0.039 -0.031,0.1454 -0.099,0.3774 -0.099,0.476 -0.1133,1.0457 0.074,1.1425 1.4279,1.8317 1.354,0.689 3.8743,1.97 3.8743,1.97 -0.5107,1.8843 -2.5314,4.0787 -3.0939,6.7957 -0.5662,2.7351 1.1117,1.6187 1.7212,3.1931 0.6098,1.5745 0.7509,4.0914 0.9465,5.224 0.4562,2.6327 1.3848,0.4322 1.9702,1.2174 0.6195,0.8301 1.1324,2.0995 1.2287,3.1931 0.1474,1.7367 1.6875,3.8035 2.1032,4.5046 0.238,-0.028 0.6234,-0.1022 0.6974,-0.1 v 0 c 1.1031,0.034 1.8682,0.6948 2.4018,1.4775 0.17,-0.3541 1.439,-1.0086 1.7325,-0.7581 2.2543,1.9256 1.8326,0.4762 1.8595,-0.6364 0.037,-1.7085 1.3222,-2.3086 1.1457,-4.084 -0.1502,-1.5004 -0.2876,-3.2186 -0.4594,-6.3253 0,0 0.6756,-2.0022 1.6382,-3.8405 1.5143,-2.89 0.295,-6.969 0.045,-10.188 0,0 0.2945,-0.014 2.3965,-0.039 -0.028,-0.2057 0,-0.4173 0.048,-0.6309 0.1955,-0.8036 0.5973,-3.3964 -0.8688,-4.9749 -2.8947,-3.1171 -4.7961,2.2621 -7.704,-5.379 -0.7314,-0.257 -1.4038,-0.3751 -2.0258,-0.3818 z"
           style="fill:#ffc0c0;fill-opacity:1;stroke:none;stroke-width:0.28335333;stroke-miterlimit:1;stroke-dasharray:none" /><path
           sodipodi:nodetypes="cccccccccccccscccccccccccc"
           inkscape:connector-curvature="0"
           id="path9155"
           d="m 3773.105,2006.209 c -2.7578,2.9105 -2.5435,8.0845 -6.5308,4.7481 0,0 -0.028,-0.01 -0.028,-0.01 -0.028,0.014 -0.028,0.025 -0.028,0.039 1.2633,5.7387 2.2573,10.9634 2.5237,15.6389 0.2267,3.9735 -0.1247,7.5249 -1.2233,10.6749 v 0 c 0.031,0.077 0.054,0.1499 0.088,0.2269 0.1842,0.073 0.1474,0.3048 0.31,0.3819 0.1616,0.08 0.5186,-0.011 0.4704,0.1272 0,0.011 -0.028,0.042 -0.028,0.055 1.6523,0.471 1.2531,-1.1662 2.9774,-0.01 1.4437,0.9712 2.3318,-0.9693 3.0717,-2.9828 0,0 1.5429,0.644 2.5625,0.7581 1.0196,0.1142 1.5138,-0.296 2.5515,-0.1328 0.119,0.02 0.2323,0.086 0.3488,0.1328 0.9847,-0.8968 2.2247,-1.1262 2.983,-1.2119 -0.4157,-0.7012 -1.9566,-2.7679 -2.1031,-4.5046 -0.096,-1.0936 -0.6093,-2.363 -1.2287,-3.1931 -0.5855,-0.7852 -1.5141,1.4153 -1.9703,-1.2174 -0.1955,-1.1326 -0.3366,-3.6495 -0.9465,-5.2241 -0.6095,-1.5743 -2.2873,-0.4579 -1.7211,-3.193 0.5624,-2.717 2.5832,-4.9115 3.0938,-6.7957 0,0 -2.5203,-1.281 -3.8742,-1.97 -1.3537,-0.6892 -1.5421,-0.786 -1.428,-1.8317 0,-0.108 0.085,-0.3758 0.1106,-0.5147 z"
           style="fill:#ffc0c0;fill-opacity:1;stroke:none;stroke-width:0.28335333;stroke-miterlimit:1;stroke-dasharray:none" /><path
           sodipodi:nodetypes="ccccccccccccccccc"
           inkscape:connector-curvature="0"
           id="path9145"
           d="m 3774.7264,2035.1071 c -0.7398,2.0135 -1.6285,3.954 -3.0717,2.9828 -1.7243,-1.1606 -1.325,0.4767 -2.9774,0.01 -0.1586,0.4458 -0.6373,1.3591 -0.8025,1.8871 -0.3403,1.0867 -1.1181,2.087 -1.1181,2.3519 0,0.2856 1.2474,-0.2054 1.6937,0.2601 0.6177,0.6438 0,2.0025 0.2267,2.3298 0.3921,0.5307 1.8529,3.5363 4.5106,4.1891 3.4087,0.837 7.5989,0.5534 7.5989,0.5534 0.028,0.026 0.028,0.063 0.034,0.089 0.3828,-2.0523 1.0986,-3.5692 1.7436,-4.8975 0.6565,-1.3521 1.2394,-2.5185 1.3227,-3.8904 0.068,-1.1159 0,-2.4959 -1.2896,-3.348 -1.0671,-0.6998 -1.8436,-1.7436 -2.7563,-1.8871 -1.0377,-0.1632 -1.5319,0.2471 -2.5515,0.1329 -1.0195,-0.1142 -2.5625,-0.7581 -2.5625,-0.7581 z"
           style="fill:#ffc0c0;fill-opacity:1;stroke:none;stroke-width:0.28335333;stroke-miterlimit:1;stroke-dasharray:none" /><path
           sodipodi:nodetypes="cccccccccccccccccccccccccccccccccccccccc"
           inkscape:connector-curvature="0"
           id="path9111"
           d="m 3767.8193,2037.3041 c -0.1927,0.5564 -0.363,1.125 -0.6087,1.6547 -0.7866,1.6389 -1.8909,3.2667 -3.138,4.7204 v 0.01 c 0.028,0.02 0.028,0.041 0.028,0.061 1.0485,0.1753 3.0621,0.01 2.1752,1.306 -0.4761,0.7004 1.2618,4.881 -0.054,6.8786 -1.0034,1.5214 -2.0258,3.93 -2.2638,5.3015 -0.119,0.686 0.6917,0.7878 0.8192,1.0459 0.1247,0.2584 -0.4299,0.6713 -0.1502,0.8357 0.6163,0.36 1.2375,-0.4254 2.3024,-0.2545 0.8555,0.1374 0.7951,1.2947 2.3908,1.3558 0.1275,-0.3749 0.3355,-0.6976 0.6421,-0.9629 -0.7441,2.3451 1.4662,9.895 3.5974,10.7967 1.1131,-2.8927 0.085,-5.214 -1.2009,-7.7973 4.6042,-2.3482 0.7022,3.7592 3.3041,4.7979 3.8838,1.5535 1.9331,-4.5066 0.2989,-5.6999 3.4852,2.2767 3.0049,3.075 6.5972,3.2982 5.9487,-1.7919 5.1145,-5.2032 3.2046,-6.2146 -0.9552,-0.2774 -2.5724,-1.6893 -6.2543,-1.8981 0,0 -0.051,-0.3082 -0.1048,-1.0404 -0.037,-0.4982 -0.045,-0.5811 -0.045,-0.5811 2.2271,-1.7258 2.2293,-4.0142 1.4279,-5.2461 0,0 -4.1901,0.2836 -7.5988,-0.5534 -2.6577,-0.6528 -4.1185,-3.6585 -4.5107,-4.1892 -0.2409,-0.3273 0.3911,-1.686 -0.2267,-2.3298 -0.4463,-0.4656 -1.6835,0.026 -1.6937,-0.2601 0,-0.2649 0.7779,-1.2652 1.1182,-2.3519 0.17,-0.5433 0.6806,-1.5135 0.8246,-1.9424 0.048,-0.1383 -0.3092,-0.048 -0.4704,-0.1272 -0.1615,-0.077 -0.1247,-0.309 -0.31,-0.3819 -0.034,-0.077 -0.057,-0.1498 -0.088,-0.2269 z m 12.3311,28.8428 c -0.9311,1.0387 -1.4372,2.2098 -1.4998,3.6026 2.72,-0.1814 3.705,-1.817 1.4998,-3.6026 z m 6.2985,1.2009 c -1.5121,0.02 -2.8558,0.2119 -4.201,0.902 0.7144,0.077 1.3888,0.225 2.1032,0.2988 z"
           style="fill:#c80200;fill-opacity:1;stroke:none;stroke-width:0.28335333;stroke-miterlimit:1;stroke-dasharray:none" /><path
           sodipodi:nodetypes="ccccccccccccccccccccccccc"
           inkscape:connector-curvature="0"
           id="path9103"
           d="m 3764.0726,2043.6792 c -2.9627,3.4531 -6.8125,5.7984 -9.7077,4.0729 0,0 -5.5903,3.4656 -8.4623,4.4216 -1.0312,0.3437 -1.9298,0.8724 -6.2486,0.476 -0.7795,3.2052 0.9229,5.9463 2.3965,8.6993 1.5653,2.9314 3.815,5.9899 6.9014,7.4985 3.1279,1.5299 4.2543,4.2944 4.201,0 0.7764,6.6187 4.2486,2.7757 4.195,-1.7986 1.4138,4.8391 0,3.7448 5.1029,4.2003 2.116,0.1901 2.9003,-1.4155 2.7008,-2.9994 0.3217,0.8774 0.5574,1.7056 0.598,2.7005 1.1963,-1.3244 1.4432,-3.4058 1.4998,-5.1022 0.2324,5.7499 0.7957,-0.6169 1.201,-1.7986 -0.1077,0.8418 0.028,10.3391 1.7988,6.2976 0.6362,-1.4494 -0.048,-3.6911 -0.5922,-5.8382 -0.2721,-1.0737 -0.5053,-2.1247 -0.5149,-3.0382 0,-0.4569 0.048,-0.8818 0.1728,-1.2562 -1.6027,-0.058 -1.5395,-1.2182 -2.3964,-1.3558 -1.0649,-0.1708 -1.6861,0.6145 -2.3024,0.2545 -0.2806,-0.1644 0.2748,-0.5774 0.1502,-0.8356 -0.1276,-0.2582 -0.9383,-0.36 -0.8193,-1.046 0.2381,-1.3715 1.2605,-3.7801 2.2639,-5.3015 1.3171,-1.9975 -0.4222,-6.1782 0.054,-6.8786 0.887,-1.3011 -1.1267,-1.1307 -2.1751,-1.306 0,-0.023 0,-0.044 -0.028,-0.066 z"
           style="fill:#ffc0c0;fill-opacity:1;stroke:none;stroke-width:0.28335333;stroke-miterlimit:1;stroke-dasharray:none" /><path
           sodipodi:nodetypes="cccccccccccccccccccccccccccccccccccc"
           inkscape:connector-curvature="0"
           id="path9088"
           d="m 3766.4302,2010.9405 c -1.0286,1.5974 -0.9765,0.5518 -4.2616,3.1046 -0.9093,0.7065 -2.6764,3.9425 -3.9904,1.8483 -0.811,-1.2926 -2.7478,-2.9623 -3.5532,-1.9258 -1.1601,1.4925 2.6458,7.8337 2.1862,8.5056 -0.221,0.3244 -1.2377,1.3613 -1.998,2.6231 -0.7597,1.2618 -1.2667,2.7465 -2.1806,3.1267 -0.4576,0.189 -0.8073,0.6549 -1.1346,0.2988 -0.5608,-0.6109 -0.1105,-1.5347 -0.941,-1.9811 -5.5807,-3.0086 -5.1282,-0.1304 -6.2818,-0.4538 -1.7818,-0.4994 -3.0692,2.2588 -4.9644,1.4775 -1.1147,-0.4583 -2.3868,-0.2694 -3.1547,-0.055 0,0 0.4562,0.496 0.3488,1.1344 -0.1077,0.6377 -0.7824,1.4136 -1.0405,1.3946 -1.0329,-0.077 -1.3174,-4.4327 -1.3174,-4.4327 -1.0754,-1.2466 -2.7328,-1.288 -2.8059,-1.2894 -0.1616,1.3575 -1.0318,3.4847 -1.904,6.8289 l 1.2176,3.2041 c 1.4495,-1.4999 3.1511,-2.8055 5.0973,-3.5971 -1.6427,1.6665 -5.3792,2.9929 -4.2007,5.9988 1.3007,3.3214 4.9343,1.1759 5.4019,-1.4997 -0.077,0.9283 -0.2324,2.068 -0.299,2.9994 1.6161,-1.0743 2.9542,-0.9 4.1953,0.6032 -1.8334,0.2593 -12.1721,2.7611 -4.4996,4.4991 2.4044,0.5442 4.4583,-2.8089 6.9015,-2.9994 -3.4254,2.0804 1.0184,3.8694 -3.5974,4.7979 -2.3809,0.479 -2.6566,1.8729 -2.1032,4.2002 3.0001,-0.8514 2.624,1.1555 2.1032,3.2983 4.3188,0.3963 5.2174,-0.1324 6.2486,-0.476 2.872,-0.9561 8.4623,-4.4216 8.4623,-4.4216 4.1139,2.4519 10.1911,-3.2613 12.8457,-8.7934 1.6365,-3.5279 2.0975,-7.6541 1.832,-12.3295 -0.2664,-4.6755 -1.2604,-9.9002 -2.5237,-15.6389 0,-0.014 0,-0.026 0.028,-0.039 -0.034,0 -0.071,-0.01 -0.1048,-0.011 z"
           style="fill:#ee7070;fill-opacity:1;stroke:none;stroke-width:0.28335333;stroke-miterlimit:1;stroke-dasharray:none" /><path
           sodipodi:nodetypes="cccccccccccccccc"
           inkscape:connector-curvature="0"
           id="path9086"
           d="m 3791.0647,2045.6271 c 0,0 -0.5486,0.4973 -0.6033,0.8467 -0.057,0.3494 -0.1247,0.8412 -0.1672,1.4112 -0.085,1.1394 -0.1757,2.23 -0.8855,2.6286 -1.0255,0.575 -0.7951,3.141 -1.4999,5.1078 -0.8025,2.2392 -0.8317,4.4404 -0.8634,5.7276 -2.9822,6.6397 7.8618,4.6705 11.0968,4.2002 6.0182,-1.0935 6.1735,-2.887 5.7206,-5.4549 0.2352,0.8805 -0.75,-2.7654 -0.5347,-2.0435 -1.643,-0.7492 -5.0938,-4.1996 -5.2469,-8.0961 -0.054,-1.355 -2.5673,0.3043 -3.055,-1.793 -0.059,-0.2564 0.028,-0.3865 0.1559,-0.4815 -0.051,-0.017 -0.1049,-0.023 -0.1559,-0.044 -0.8064,-0.5894 -1.4018,-0.5692 -2.0754,-0.8965 -0.6738,-0.3283 -1.0694,-1.2938 -1.8872,-1.1123 z"
           style="fill:#ee7070;fill-opacity:1;stroke:none;stroke-width:0.28335333;stroke-miterlimit:1;stroke-dasharray:none" /><path
           sodipodi:nodetypes="ccccccccccccccccccccccc"
           inkscape:connector-curvature="0"
           id="path9073"
           d="m 3813.2693,2006.3308 c -0.3905,-0.037 -0.7937,-0.036 -1.2066,0.017 -2.1474,0.2397 -1.4514,1.613 -2.5126,1.876 -0.951,0.236 -2.4699,-0.035 -3.7414,-0.2822 -0.9504,-0.1845 -1.2422,0.9367 -1.5276,0.7636 0,0.032 0.028,0.062 0.034,0.094 -0.4078,1.715 3.3976,7.4523 2.6954,11.8426 -0.7016,4.3903 -5.0536,8.0043 -6.658,9.4685 -1.2146,1.1083 -0.8734,-1.7755 -2.7176,-1.317 -1.0603,0.2637 0.048,2.3324 -2.1751,5.7165 -3.2457,4.9438 -0.1502,8.6684 0.7472,10.5974 1.5572,3.3434 -1.4916,1.7103 -1.1788,3.0548 0.4877,2.0974 3.0012,0.438 3.055,1.793 0.153,3.8965 3.6039,7.3469 5.2469,8.0961 -0.2154,-0.7219 -0.4503,-1.5213 -0.6863,-2.4018 0.8303,1.4791 2.2485,3.3623 4.2007,2.0974 -0.8416,1.7202 0.8767,4.3362 2.7008,4.8034 4.5906,-7.3249 5.9697,-10.3177 5.9995,-14.1004 0.028,-2.2222 5.4319,-10.1136 2.4021,-13.1984 -1.4188,-1.4445 6.2392,-10.046 12.0322,-15.4894 -2.8434,-2.2227 -3.5189,-7.2716 -10.3053,-6.6075 -1.1491,0.094 0.9787,-1.8961 -0.6589,-3.4864 -0.8773,-0.8522 -3.0122,-3.0771 -5.7447,-3.3369 z"
           style="fill:#ffdfe0;fill-opacity:1;stroke:none;stroke-width:0.28335333;stroke-miterlimit:1;stroke-dasharray:none" /><path
           sodipodi:nodetypes="ccccccccccccccccccccccccccccccscccccccccc"
           inkscape:connector-curvature="0"
           id="path8914"
           d="m 3877.9409,1934.4618 c -0.8371,0.1728 -2.3001,0.5864 -3.2987,0.8965 -2.1981,0.6844 -3.3503,0.5587 -6.2985,0 -1.0958,-0.2034 -2.0743,-0.2615 -2.1029,-0.2988 -0.028,-0.038 -0.204,-0.1162 -1.7988,0 -0.792,0.058 -2.9439,0.6575 -5.0973,1.2008 -1.8798,0.4741 -3.282,0.7831 -3.603,0.8301 0.045,0.4716 0.4182,4.2393 1.0238,6.9285 0.6444,2.8599 3.2386,7.3202 1.3505,10.4203 -1.8883,3.0999 -13.2829,3.5473 -13.2829,3.5473 -2.405,3.3761 -1.8774,8.9718 -9.6358,9.6733 0.037,0.2956 -0.043,0.618 -0.3873,1.0016 -0.7796,0.6287 -4.6731,0.044 -6.4257,1.1455 -0.2636,0.2791 0.099,1.6996 0.6143,2.9552 0.5138,1.2554 1.1695,2.324 0.3211,2.778 l -4.3115,2.3076 c -0.2239,0.1202 -0.552,0.053 -0.9133,-0.088 -0.028,0.025 -0.028,0.042 -0.04,0.066 -0.5633,0.9062 -1.1502,2.1042 1.1346,1.9424 1.8774,-0.1323 6.5334,-0.7748 7.6655,0.039 2.2644,1.6215 1.5478,2.6941 6.0383,6.032 2.4214,1.7998 -1.1162,5.6612 -1.3562,12.0196 0,0 -3.1182,3.2419 -3.3537,7.0835 -0.187,3.0608 0.9896,7.6316 0.5588,10.8132 3.4212,-2.2497 4.6314,-10.2946 9.8959,-11.9975 2.9221,-0.9455 4.4806,2.889 8.1027,2.0973 2.8719,-0.6278 2.9428,-4.6423 3.5974,-6.8952 0.8572,3.6577 2.3142,2.5452 3.603,5.6999 0.8093,1.9821 6.768,3.6754 6.8961,5.3956 0.1134,1.4851 -0.1729,6.2323 1.4999,6.9008 1.363,0.5443 4.7215,1.8005 5.7005,0 1.0108,-1.8589 3.4566,-3.7209 4.2007,-5.7 1.1281,-3.0028 -0.8104,-5.4079 2.3965,-7.4984 7.6085,-4.9586 1.5072,-7.6705 4.804,-11.9975 -2.4617,-3.8897 -4.2625,-12.827 -6.4753,-10.758 -1.9918,1.8624 -3.7524,2.2205 -5.8944,-2.042 -0.2834,-1.4658 8.9919,-14.7939 12.3311,-19.0975 0,0 0.5506,-3.7842 1.5441,-8.799 0.6231,-3.1466 -1.7393,-3.8135 -3.8742,-6.4027 -1.0672,-1.2945 -1.1791,-3.588 -2.6677,-5.5339 -1.4863,-1.9429 -2.3392,-3.1444 -2.4628,-4.6651 z"
           style="fill:#ffc0c0;fill-opacity:1;stroke:none;stroke-width:0.28335333;stroke-miterlimit:1;stroke-dasharray:none" /><path
           sodipodi:nodetypes="ccccccccccccccccccccccccccccccccscscc"
           inkscape:connector-curvature="0"
           id="path8912"
           d="m 3820.6469,1915.8623 c -0.028,-0.02 -1.1789,0.3548 -2.4019,0.5977 l -2.0978,0.2988 h -0.9019 l -0.598,0.3044 c -1.5639,0.4329 -2.238,1.134 -3.2984,3.8958 -0.8804,2.2948 -0.8935,3.1518 -0.9022,6.3032 0,3.729 -0.1842,7.2548 -0.5977,9.5958 -0.4896,2.7642 -0.6214,3.5542 0.5977,7.1996 5.2522,1.4176 2.8155,3.5295 5.0142,4.5434 3.575,1.6483 3.656,-1.0668 5.6068,1.14 0.9748,1.1034 -1.2123,4.9478 -1.7547,7.8194 -0.272,1.4358 1.1817,2.1244 1.7269,3.2152 0.5452,1.0908 0.187,2.5807 1.5387,3.6081 2.7844,2.1165 5.407,0.6713 7.7813,1.1455 1.9051,0.3804 4.689,0.9314 4.8374,2.1306 7.7584,-0.7015 7.2308,-6.2972 9.6358,-9.6733 0,0 11.3946,-0.4474 13.2829,-3.5473 1.8881,-3.1001 -0.7061,-7.5604 -1.3505,-10.4203 -0.6441,-2.8601 -1.057,-7.2329 -1.057,-7.2329 l -3.5645,-1.4277 c -4.5152,-2.2462 -11.2767,-5.337 -12.2977,-5.6999 l -0.9022,-0.2989 -0.5977,0.9021 c -0.3043,0.5721 -0.7659,1.827 -1.2009,2.7005 l -0.9022,1.4997 -3.5974,1.2009 -3.5974,0.8965 -2.1032,-0.8965 -2.0978,-1.2009 v -2.1029 c -0.1757,-3.2878 -0.4168,-6.2818 -0.6033,-7.4984 -0.1615,-1.0713 -0.1898,-1.2009 -0.5976,-1.2009 -0.238,0 -1.1587,0.3258 -2.0975,0.6032 -0.9388,0.2774 -1.7371,0.5977 -1.8042,0.5977 -0.2154,0 -0.2579,-1.1251 0.3043,-5.0968 0.3024,-2.1263 0.6169,-3.8822 0.5977,-3.9014 z"
           style="fill:#c80200;fill-opacity:1;stroke:none;stroke-width:0.28335333;stroke-miterlimit:1;stroke-dasharray:none" /><path
           sodipodi:nodetypes="ccccccccccccccccccccccccccccccccc"
           inkscape:connector-curvature="0"
           id="path8909"
           d="m 3790.9539,1942.5579 c -2.0791,20.5865 -9.4702,26.4329 -20.5664,27.0775 v -0.072 c 0,0 -0.059,0.2963 -0.1729,1.8151 -0.099,1.3272 0.9326,3.4519 0.7306,4.6983 -0.4013,2.4928 -2.1633,3.455 -1.9593,3.7852 0.1616,0.2607 3.617,-1.569 7.8536,-2.4128 0.5104,-0.1014 3.0936,0.8628 5.3963,1.0625 2.0099,0.1743 3.6747,-0.4947 4.4831,-0.3763 0.057,-0.033 0.088,-0.08 0.1502,-0.1107 1.8507,-0.9351 17.2845,3.11 17.2845,3.11 -0.6067,-3.6188 -2.8986,-5.9875 0.9297,-8.1847 4.8272,-2.7703 6.1868,0.5911 15.4638,2.1528 0,0 3.3528,3.3384 4.4608,2.7448 l 4.3115,-2.3077 c 0.8484,-0.454 0.1927,-1.5225 -0.3211,-2.778 -0.5146,-1.2555 -0.8773,-2.6761 -0.6143,-2.9551 1.7526,-1.1014 5.6461,-0.5168 6.4257,-1.1455 1.7368,-1.9395 -2.0754,-2.6581 -4.45,-3.1322 -2.3744,-0.4742 -4.997,0.971 -7.7814,-1.1455 -1.3517,-1.0274 -0.9935,-2.5174 -1.5387,-3.6082 -0.5452,-1.0908 -1.9978,-1.7794 -1.7269,-3.2152 0.5424,-2.8716 2.7295,-6.7159 1.7547,-7.8194 -1.9502,-2.2067 -2.0318,0.5083 -5.6068,-1.14 -2.1987,-1.0139 0.238,-3.1257 -5.0142,-4.5433 0.548,1.641 0.9598,3.2118 0.9022,3.2982 -0.048,0.086 -0.3397,0.2777 -0.9022,0.6032 -1.2378,0.7152 -1.785,0.8642 -3.8964,0.2988 -2.2083,-0.5913 -3.0159,-0.7285 -3.9017,0 -0.3919,0.3226 -0.5497,0.5986 -0.5979,0.5977 -0.048,0 -0.6959,-1.1783 -1.4999,-2.7006 -1.3193,-2.4962 -1.6634,-2.6182 -2.1031,-2.695 -0.6416,-0.1133 -5.3336,-0.6617 -7.4938,-0.902 z"
           style="fill:#ee7070;fill-opacity:1;stroke:none;stroke-width:0.28335333;stroke-miterlimit:1;stroke-dasharray:none" /><path
           sodipodi:nodetypes="scssssccccccccscccccs"
           inkscape:connector-curvature="0"
           id="path8888"
           d="m 3787.0244,1942.3476 c -1.3791,-0.01 -2.7524,0.056 -3.8742,0.2103 -1.0224,0.1402 -1.9845,0.2988 -2.0975,0.2988 -0.1134,0 -0.6033,-0.038 -0.6033,0 0,0.038 -0.028,0 -0.299,0 -0.2692,0 -0.5593,0.1836 -0.5976,0.2988 -0.04,0.1154 -0.204,1.0398 -0.299,2.1029 -0.1955,2.1655 -0.4511,3.6244 -0.9022,4.2003 l -0.3043,0.2988 -1.1956,-0.8965 c -0.6602,-0.4406 -1.9567,-1.0034 -2.7008,-1.4997 -0.7438,-0.4963 -1.7144,-1.0472 -2.1032,-1.2008 -0.7036,-0.2783 -0.7004,-0.4173 -3.2984,0.2988 l -2.3964,0.5976 v 7.504 c 0,7.8103 0.028,12.7591 0.2986,13.4973 0.096,0.2496 0.5733,0.8293 0.8966,1.2008 2.3013,0.2111 0.8062,0.095 2.8394,0.3044 0,0 0,0.071 0,0.072 11.0962,-0.6445 18.4873,-6.4909 20.5664,-27.0774 -1.1607,-0.1292 -2.5446,-0.204 -3.9238,-0.2102 z"
           style="fill:#900000;fill-opacity:1;stroke:none;stroke-width:0.28335333;stroke-miterlimit:1;stroke-dasharray:none" /><path
           inkscape:connector-curvature="0"
           id="path8883"
           d="m 3748.5204,1984.3722 c -0.037,0.1145 -0.2437,0.6661 -0.9575,0.7194 -0.1698,0.153 -0.3639,0.316 -0.537,0.4704 -0.083,0.7315 0.6622,2.1229 0.4539,2.4903 -0.2864,0.5053 -0.6537,3.1075 -2.0921,3.9733 -1.6041,0.9655 -1.4401,4.6589 -3.3208,5.5228 -1.6994,0.7808 -0.4497,4.4791 -1.45,5.9269 -1,1.4475 -2.1825,-0.7775 -3.4702,0.7637 -0.2074,0.2487 -1.2119,-1.9646 -1.2119,-1.9646 -2.7428,0.1046 -0.8164,0.098 -5.6286,0.1273 0,0 -1.2961,2.0624 -2.5129,3.2982 -1.2165,1.236 -0.1865,5.8791 -1.5441,7.4321 -0.6716,0.7685 0.2916,5.9929 1.9371,7.991 0.024,0.012 0.043,0.026 0.066,0.039 0.03,0.057 0.064,0.079 0.094,0.1328 1.4018,1.5449 2.6243,1.3853 2.8615,1.8096 0.1711,0.3057 0.1921,0.7154 0.1329,1.2119 0.073,0 1.7305,0.043 2.8059,1.2894 0,0 0.2845,4.3559 1.3174,4.4327 0.2581,0.019 0.9325,-0.7569 1.0405,-1.3946 0.1074,-0.6384 -0.3488,-1.1344 -0.3488,-1.1344 0.7679,-0.2141 2.04,-0.403 3.1547,0.055 1.8952,0.7813 3.1826,-1.9769 4.9644,-1.4775 1.1536,0.3235 0.7011,-2.5548 6.2818,0.4538 0.8294,0.4464 0.3802,1.3702 0.941,1.9811 0.3273,0.3561 0.677,-0.1097 1.1346,-0.2988 0.9139,-0.3802 1.4209,-1.8649 2.1806,-3.1267 0.7603,-1.2618 1.7759,-2.2987 1.998,-2.6231 0.4596,-0.6719 -3.3463,-7.0131 -2.1862,-8.5056 0.8054,-1.0365 2.7422,0.6332 3.5532,1.9258 1.314,2.0942 3.0811,-1.1418 3.9904,-1.8483 3.3489,-2.6023 3.218,-1.4344 4.3115,-3.171 1.0935,-1.7366 0.3794,-4.7394 -0.039,-7.2107 -0.4225,-2.4714 -0.556,-4.1835 -0.011,-8.3506 l -0.01,-0.2269 c -0.5641,-1.7053 -2.2459,-1.6845 -5.4458,-1.9701 0,0 -1.9308,-4.8575 -3.7359,-3.8793 -1.3483,0.7305 -1.7478,-3.1149 -5.6008,-1.6546 -1.5518,0.5879 -1.3693,-2.0581 -3.1216,-3.2097 z"
           style="fill:#ee7070;fill-opacity:1;stroke:none;stroke-width:0.28335333;stroke-miterlimit:1;stroke-dasharray:none" /><path
           sodipodi:nodetypes="sccccccccccccccccccccccccccccs"
           inkscape:connector-curvature="0"
           id="path28144"
           d="m 3726.9023,1970.8362 c -0.4304,0 -0.8073,0.1134 -0.9575,0.2213 -1.9748,1.4213 -3.1986,-1.1859 -5.0862,0.3542 -0.1417,0.1156 -0.2969,0.1284 -0.4483,0.166 -0.082,0.4404 -0.2182,0.9178 -0.4261,1.14 -0.3613,0.382 -0.8683,-0.1422 -1.3616,0.3819 -0.9876,1.0492 -2.0097,3.5946 -2.2526,3.4199 l -1.1402,-0.8245 -1.14,-0.8191 c 0,0 -0.051,0.4957 -0.2879,0.9574 -0.2352,0.4608 -2.2968,1.6733 -3.0494,1.5274 0,0 0,0.4385 -0.076,0.9684 -0.088,0.5301 -0.2069,1.5087 -0.6143,1.8705 -0.2749,0.5387 -1.4557,1.6823 -1.4557,1.6823 0.4284,0.4976 0.7229,1.0373 1.5112,1.8704 0,0 -1.6379,4.9416 -1.8875,7.9191 -0.2296,2.7541 -0.4262,4.5488 -0.4262,4.5488 0,0 -0.028,0 -0.034,0 0.5024,1.2421 2.1522,-0.7107 2.535,1.1677 0.295,1.4504 2.5195,0.5488 3.7966,0.6586 0,-0.01 0.028,-0.01 0.034,-0.017 -0.028,0 1.9516,-2.4802 3.6804,-3.1986 1.7291,-0.7181 3.6175,-0.3829 5.4351,-0.31 0,0 1.0173,-4.612 1.699,-6.8952 0.5742,-1.9234 1.7088,-2.0076 4.035,-2.7227 0,0 -3.1911,-6.6501 -1.7711,-9.2914 0.7104,-1.3207 1.7875,-3.0216 1.7875,-3.0216 0,-0.2122 0.057,-0.5176 0.093,-0.7968 -0.3157,-0.09 -0.6288,-0.2791 -0.9187,-0.5368 -0.3582,-0.3182 -0.8424,-0.4234 -1.2729,-0.4206 z"
           style="fill:#ffc0c0;fill-opacity:1;stroke:none;stroke-width:0.28335333;stroke-miterlimit:1;stroke-dasharray:none" /><path
           inkscape:connector-curvature="0"
           id="path8894"
           d="m 3700.5356,1949.4643 c -0.2156,0.02 -0.4613,0.081 -0.7526,0.1881 -1.8439,0.6814 -2.4869,7.0192 -4.5773,6.3972 -1.4645,-0.4356 -1.8887,4.1242 -4.649,4.2777 -2.7815,0.1545 -5.2273,3.6516 -5.7504,3.2484 -2.8833,-2.2201 -4.575,1.6007 -7.029,1.14 -0.04,-1.18 -0.065,-2.3531 -0.061,-3.5195 -0.1987,7.64 0.8472,16.1683 -0.9023,22.2518 1.2789,0.5165 3.7892,-1.6568 4.2616,1.1234 0.2123,1.2496 0.7657,-1.5656 1.7878,-1.3115 0.2706,0.067 -0.195,1.6747 -0.2601,2.5401 -0.1097,1.4553 3.0912,2.0639 3.1768,2.3685 0.3398,1.2111 0.5605,0.7782 1.3004,1.5439 2.4903,2.5764 2.7235,1.2044 4.9094,1.1621 1.0728,-0.019 1.3265,-0.7168 1.3891,-2.3408 0.067,-1.6238 -0.2182,-2.3805 0.9518,-2.3353 1.1613,0.048 0.8986,0.3049 0.991,0.7139 0.2629,1.1732 1.3726,0.8942 2.6619,0.7637 1.2897,-0.1306 2.7618,-0.1115 3.7414,1.6491 0.934,1.678 -0.9626,5.1517 -0.299,6.3806 0.6645,1.2288 1.0839,2.0544 1.1514,2.0586 1.3797,0.086 3.017,-1.8345 5.2245,-1.544 0,0 0.196,-1.7947 0.4261,-4.5488 0.2497,-2.9776 1.8876,-7.9191 1.8876,-7.9191 -0.7884,-0.8332 -1.0834,-1.3729 -1.5112,-1.8705 0,0 1.1808,-1.1436 1.4556,-1.6823 0.4061,-0.3618 0.5262,-1.3403 0.6144,-1.8704 0.086,-0.5299 0.078,-0.9685 0.078,-0.9685 0.7526,0.1459 2.8133,-1.0665 3.0494,-1.5273 0.2363,-0.4617 0.2879,-0.9574 0.2879,-0.9574 l 1.14,0.819 1.1402,0.8246 c 0.2429,0.1747 1.265,-2.3708 2.2526,-3.42 0.4933,-0.5241 1.0003,2e-4 1.3616,-0.3818 0.2082,-0.2223 0.3437,-0.6996 0.4261,-1.14 -1.7149,0.4278 -3.9938,-3.7413 -5.6288,-5.0082 -1.7785,-1.3782 -4.3033,-6.528 -5.6008,-9.1863 -0.6288,-1.2878 1.4347,-3.8565 1.234,-4.6042 -0.2765,-1.0291 0.1545,1.7717 -5.4682,-0.4649 -2.9218,-1.1623 -2.9008,-2.9886 -4.4109,-2.8499 z m -22.2712,5.5892 c -0.069,0.3841 -0.1391,0.767 -0.1935,1.1621 0.053,-0.3906 0.1227,-0.7765 0.1935,-1.1621 z"
           style="fill:#ee7070;fill-opacity:1;stroke:none;stroke-width:0.28335333;stroke-miterlimit:1;stroke-dasharray:none" /><path
           style="fill:#ee7070;fill-opacity:1;stroke:none;stroke-width:0.28335333;stroke-miterlimit:1;stroke-dasharray:none"
           d="m 3745.1554,1981.2179 c -0.9167,-0.02 -0.9332,0.5741 -2.0811,1.1731 -0.6594,0.3436 -1.1222,3.0176 -2.2803,3.3813 -1.8651,0.5855 -3.0085,3.2594 -3.592,3.4697 -1.1669,0.4205 -1.4871,-4.6468 -2.9388,-4.7813 -1.2367,-0.115 -3.4444,-0.098 -5.4348,0.088 0.04,0.083 0.1559,0.3542 0.1559,0.3542 -2.3262,0.7151 -3.4608,0.7993 -4.0349,2.7227 -0.6818,2.2832 -1.6991,6.8953 -1.6991,6.8953 -1.8176,-0.073 -3.7054,-0.4081 -5.4351,0.3099 -1.7288,0.7184 -3.7087,3.1986 -3.6804,3.1986 0,0.01 -0.034,0.011 -0.034,0.017 0.5203,0.045 0.8992,0.2419 0.9023,0.8577 0,1.4058 -0.1332,2.4073 -0.1332,2.4073 -1.1222,1.2013 -6.5532,2.0971 -5.7672,6.4802 0.1814,1.017 2.0474,1.9475 3.4702,1.8704 1.8495,-0.097 2.3267,-1.312 2.5072,-0.7083 0.339,1.1338 0.8045,2.5247 0.1871,2.9883 l -3.2764,2.4682 c -0.8591,0.6469 2.248,1.6148 3.0219,2.7558 0,0 -1.2395,0.4238 -1.1624,1.2839 3.6532,0.9302 14.3799,9.6878 15.5854,12.6948 1.191,-4.5673 2.4103,-6.8993 1.771,-8.0408 -0.2437,-0.4358 -1.5225,-0.2235 -2.9719,-1.9092 -1.677,-1.9498 -2.6657,-7.2863 -1.987,-8.0629 1.3576,-1.553 0.3275,-6.196 1.544,-7.432 1.2168,-1.2358 2.513,-3.2983 2.513,-3.2983 4.8122,-0.029 2.8858,-0.023 5.6286,-0.1272 0,0 1.0045,2.2133 1.2119,1.9646 1.2877,-1.5412 2.4702,0.6838 3.4702,-0.7637 1.0003,-1.4478 -0.2494,-5.1461 1.45,-5.9268 1.8807,-0.864 1.7166,-4.5574 3.3208,-5.5229 1.4384,-0.8658 1.8056,-3.468 2.0921,-3.9733 0.2834,-0.5001 -1.2171,-2.9131 0.04,-2.9496 0.8311,-0.029 1.0405,-0.8024 1.0405,-0.8024 -0.3927,-0.67 -2.4066,-0.4599 -2.1142,-2.8389 -0.5818,-0.1635 -0.9841,-0.2372 -1.2896,-0.2434 z"
           id="path4060" /><path
           sodipodi:nodetypes="cccccccccccccccccccccccccccccccccccccccccc"
           inkscape:connector-curvature="0"
           id="path4341"
           d="m 3679.8584,1983.1326 c -0.397,-0.036 -0.8462,0.072 -1.295,0.1827 1.5075,5.3998 1.2462,12.7905 0.1927,17.1386 -0.815,3.3899 0.3882,6.0173 0.2989,9.2969 -0.048,1.5847 -0.96,5.1724 -1.3449,6.6241 1.2939,-0.2612 2.318,-0.612 3.9406,-0.6917 0.4386,-0.02 0.2154,-1.0071 0.2154,-1.0071 2.2267,-0.2698 3.8654,-0.5706 4.6546,-0.6254 3.1567,-0.2167 1.2491,-3.4483 3.8796,-2.7116 1.9941,0.5586 2.4075,-0.9186 2.4075,-0.9186 1.8995,0.1085 11.2192,-0.112 12.8679,0 0,0 -0.8876,2.4008 0,2.6839 0.9512,0.2995 1.5219,-1.2991 2.4848,-0.5921 0.8215,0.6038 -1.2887,1.2766 -0.6033,1.8206 0.7824,0.6211 2.2395,1.0303 3.0386,1.1954 0,0 -0.187,1.7611 0.1275,1.8206 0.6308,0.119 2.0253,0.2678 3.116,1.1013 -0.076,-0.8601 1.1624,-1.2839 1.1624,-1.2839 -0.7739,-1.141 -3.8811,-2.109 -3.0219,-2.7559 l 3.2763,-2.4681 c 0.6164,-0.4636 0.1502,-1.8545 -0.187,-2.9883 -0.1814,-0.6037 -0.6577,0.6114 -2.5073,0.7083 -1.4228,0.077 -3.2876,-0.8534 -3.4701,-1.8704 -0.7861,-4.3831 4.645,-5.279 5.7671,-6.4803 0,0 0.1417,-1.0014 0.1332,-2.4072 0,-2.1278 -4.2834,0.5247 -4.6988,-1.5163 -0.3829,-1.8785 -2.0326,0.074 -2.5351,-1.1677 -2.1901,-0.2663 -3.8186,1.6295 -5.1913,1.544 -0.068,0 -0.4868,-0.8298 -1.1513,-2.0586 -0.6637,-1.2289 1.2329,-4.7025 0.2989,-6.3806 -0.9796,-1.7605 -2.4517,-1.7796 -3.7413,-1.6491 -1.2893,0.1306 -2.399,0.4095 -2.662,-0.7637 -0.093,-0.409 0.17,-0.6659 -0.9909,-0.7139 -1.1701,-0.045 -0.885,0.7115 -0.9519,2.3353 -0.062,1.624 -0.3162,2.3219 -1.3891,2.3409 -2.1859,0.042 -2.4191,1.4143 -4.9093,-1.1622 -0.7399,-0.7657 -0.9607,-0.3328 -1.3004,-1.5439 -0.085,-0.3046 -3.2866,-0.9132 -3.1769,-2.3685 0.065,-0.8653 0.5308,-2.4731 0.2607,-2.5401 -1.0221,-0.2542 -1.5755,2.5611 -1.7878,1.3115 -0.1757,-1.0425 -0.6395,-1.3863 -1.2176,-1.4388 z"
           style="fill:#ee7070;fill-opacity:1;stroke:none;stroke-width:0.28335333;stroke-miterlimit:1;stroke-dasharray:none" /><path
           inkscape:connector-curvature="0"
           id="path4345"
           d="m 3751.3506,1959.3584 h -4.7995 l -1.7998,-1.7998 c -3.0205,-2.7632 -3.9885,-3.1029 -7.1994,-3.8997 -2.3464,-0.5826 -2.8185,-1.0291 -5.9994,-4.1996 l -2.3998,-2.3997 -2.0998,0.2995 c -1.0264,0.1603 -1.878,0.2323 -2.0998,0.2994 -0.5826,0.1834 -1.0827,0.9456 -1.1998,1.4999 -0.1757,0.8217 -0.3197,0.5558 -0.6,-0.5999 -0.4982,-2.0505 -0.9628,-2.4803 -3.8996,-4.4996 -2.1958,-1.5098 -1.9098,-0.7833 -2.6998,-5.3995 -0.5788,-3.3851 -0.6671,-4.394 -0.8994,-5.0995 -0.2621,-0.7967 -3.529,-3.0708 -9.2991,-6.5994 -2.5499,-1.5595 -3.9021,-2.5001 -4.7996,-2.6997 -0.191,-0.038 -1.2622,-0.5491 -2.0998,-0.8995 -0.6853,2.5697 -3.4263,4.5478 -5.3995,5.6995 -2.5085,1.4613 -2.1431,5.1839 -4.1996,7.4993 -3.1427,3.5356 -0.5375,7.8662 -3.5996,11.3989 -1.7916,2.0625 -5.6024,0.2544 -6.5994,2.3998 -2.0431,4.3868 -2.0503,9.3397 -1.8807,14.3567 2.454,0.4607 4.1433,-3.3581 7.0266,-1.138 0.5231,0.4032 2.9722,-3.0937 5.7537,-3.2482 2.7604,-0.1535 3.1827,-4.713 4.6473,-4.2774 2.0902,0.622 2.732,-5.7173 4.5757,-6.3987 2.3301,-0.861 1.8253,1.3335 5.1648,2.6619 5.6226,2.2366 5.1934,-0.5645 5.47,0.4646 0.2006,0.7477 -1.8619,3.3174 -1.2333,4.6052 1.2977,2.6583 3.8216,7.805 5.6,9.1832 1.7791,1.3787 4.3296,6.2675 6.0758,4.8429 1.8876,-1.5401 3.1115,1.0662 5.0862,-0.3551 0.3004,-0.216 1.514,-0.4349 2.2303,0.2015 0.7161,0.6365 1.5604,1.0437 2.2855,-0.1737 1.0426,-1.7516 5.7724,-2.035 6.0717,-4.3398 0,0 -9.1741,-2.1773 -1.5006,-7.0609 0,0 2.6759,2.1891 5.2387,2.9791 2.5628,0.79 5.2415,2.9488 7.2083,2.4928 0,0 3.1351,-3.5866 3.8727,-5.7956 z"
           style="fill:#ee7070;fill-opacity:1;stroke:none;stroke-width:0.28335333;stroke-miterlimit:1;stroke-dasharray:none" /><path
           sodipodi:nodetypes="cccccccccccccccccccccccccccccccccccccc"
           inkscape:connector-curvature="0"
           id="path4459"
           d="m 3808.233,1971.8988 c -0.9513,0.05 -1.9425,0.3588 -3.1494,1.0514 -3.8283,2.1971 -1.5364,4.5659 -0.9297,8.1846 0,10e-5 -15.4338,-4.045 -17.2845,-3.11 -0.062,0.031 -0.093,0.077 -0.1502,0.1108 0.119,0.017 0.2721,0 0.3486,0.061 2.4279,1.8281 0.2578,3.5974 1.9759,5.4896 0.8592,0.9462 1.3007,3.2822 1.9536,4.9529 0.5151,1.3189 2.0867,0.6807 2.0867,0.6807 0.071,0.3481 -0.3006,1.0689 -0.2324,2.1748 0.045,0.7039 0.4795,2.6009 -0.1048,3.9014 -0.5849,1.301 -2.2409,1.2466 -3.1491,2.1748 -0.909,0.9283 -1.0793,2.8447 -1.0793,2.8334 -0.8745,-0.5831 -1.6765,-0.9712 -2.424,-1.2341 2.9094,7.6495 4.8085,2.2667 7.704,5.3845 1.4661,1.5785 1.0632,4.1714 0.8688,4.975 -0.3916,1.6144 1.3837,3.099 1.3837,3.099 0.7019,-0.02 2.0184,-1.7307 2.5792,-3.431 0,0 1.5416,0.056 2.3908,-0.7028 0.4245,-0.3792 0.726,-0.86 1.3064,-1.1013 0.5231,-0.2167 0.1218,-0.5284 0.6528,-0.5534 0.8737,-0.038 -0.6387,0.3608 1.2843,1.8705 0.2907,0.2284 0.5755,-0.9573 1.5441,-0.7692 1.2714,0.2476 2.7903,0.5183 3.7413,0.2822 1.0612,-0.2629 0.3653,-1.6362 2.5126,-1.876 3.3027,-0.4233 5.9485,2.3464 6.9514,3.3204 1.6376,1.5902 -0.4902,3.5808 0.6588,3.4863 6.789,-0.6643 7.4648,4.386 10.3107,6.6075 1.9284,-1.8118 3.6487,-3.2749 4.7598,-4.0065 0.4307,-3.1816 -0.7458,-7.7524 -0.5588,-10.8133 0.2352,-3.8416 3.3537,-7.0834 3.3537,-7.0834 0.2408,-6.3584 3.7776,-10.2199 1.3562,-12.0197 -4.4906,-3.3379 -3.7739,-4.4105 -6.0383,-6.032 -1.1321,-0.8136 -5.7882,-0.1711 -7.6655,-0.039 -2.2848,0.1618 -1.6979,-1.0362 -1.1346,-1.9424 0,-0.026 0,-0.041 0.04,-0.066 -1.4257,-0.5579 -3.5475,-2.6562 -3.5475,-2.6562 -6.9579,-1.1713 -9.4609,-3.3543 -12.3145,-3.2042 z"
           style="fill:#ffc0c0;fill-opacity:1;stroke:none;stroke-width:0.28335333;stroke-miterlimit:1;stroke-dasharray:none" /><path
           sodipodi:nodetypes="ccccccccccccccccccccccccc"
           inkscape:connector-curvature="0"
           id="path9149"
           d="m 3783.8476,2034.5538 c -0.3115,-0.011 -2.3789,0.1464 -3.6583,1.3115 0.7682,0.3112 1.4803,1.1462 2.4075,1.7542 1.2896,0.8521 1.3576,2.2322 1.2896,3.3481 -0.082,1.3719 -0.6662,2.5382 -1.3228,3.8903 -0.6449,1.3284 -1.3607,2.8453 -1.7436,4.8975 0.7532,1.2481 0.7212,3.4665 -1.461,5.1576 0,0 0,0.083 0.045,0.5811 0.054,0.7322 0.1049,1.0404 0.1049,1.0404 3.6818,0.2088 5.299,1.6207 6.2542,1.8981 0.6727,0.3563 1.1941,1.0167 1.3503,1.793 0.054,-1.2825 0.1757,-2.8668 0.7971,-4.6042 0.7047,-1.9668 0.4744,-4.5328 1.4999,-5.1078 0.7098,-0.3986 0.8005,-1.4892 0.8855,-2.6286 0.043,-0.57 0.1105,-1.0618 0.1672,-1.4112 0.054,-0.3494 0.6033,-0.8467 0.6033,-0.8467 0.8178,-0.1813 1.2134,0.784 1.8872,1.1123 0.6736,0.3273 1.269,0.3071 2.0754,0.8965 0.051,0.023 0.1049,0.028 0.1559,0.044 0.548,-0.4053 2.2851,0.1352 1.0238,-2.5732 -0.3083,-0.6625 -0.8696,-1.5548 -1.3502,-2.6176 0,-3e-4 0,4e-4 0,0 -2.0131,-0.419 -3.0219,-3.6302 -3.0219,-3.6302 -2.3027,-0.4195 -2.6813,-0.4675 -4.4996,-0.1383 0,0 -0.6878,-4.0815 -3.4812,-4.167 z"
           style="fill:#ffc0c0;fill-opacity:1;stroke:none;stroke-width:0.28335333;stroke-miterlimit:1;stroke-dasharray:none" /><path
           inkscape:connector-curvature="0"
           id="path4637"
           d="m 3794.6124,2010.1271 z m -2e-4,0 -0.01,0.033 c -2.102,0.025 -2.3964,0.039 -2.3964,0.039 0.2496,3.219 1.4698,7.2979 -0.044,10.1879 -0.9626,1.8383 -1.6382,3.8406 -1.6382,3.8406 0.1718,3.1067 0.3092,4.8248 0.4594,6.3252 0.1765,1.7754 -1.1089,2.3756 -1.1457,4.0841 -0.027,1.1126 0.3947,2.562 -1.8595,0.6364 -0.2924,-0.2496 -1.5492,0.3976 -1.7268,0.7526 0.8198,1.1998 1.0847,2.695 1.0847,2.695 1.8184,-0.3293 2.197,-0.2812 4.4996,0.1383 0,0 1.006,3.1953 3.0109,3.6248 -0.9162,-2.0304 -1.5181,-4.735 0.6086,-7.9744 2.2234,-3.3841 1.1148,-5.4528 2.1752,-5.7165 1.8442,-0.4585 1.503,2.4253 2.7175,1.317 1.6044,-1.4642 5.9564,-5.0782 6.6581,-9.4685 0.7022,-4.3903 -3.1032,-10.1276 -2.6954,-11.8426 -0.01,-0.032 -0.033,-0.062 -0.033,-0.094 -0.01,0 -0.011,0.01 -0.016,0.01 -1.923,-1.5097 -0.4106,-1.9085 -1.2843,-1.8705 -0.531,0.025 -0.1298,0.3366 -0.6529,0.5534 -0.5803,0.2413 -0.8818,0.722 -1.3063,1.1013 -0.8493,0.7585 -2.3908,0.7027 -2.3908,0.7027 -0.5608,1.7003 -1.8773,3.4112 -2.5792,3.4311 0,0 -1.3616,-1.1357 -1.439,-2.5013 z"
           style="fill:#ffc0c0;fill-opacity:1;stroke:none;stroke-width:0.28335333;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:1;stroke-dasharray:none;stroke-opacity:1"
           sodipodi:nodetypes="cccccccccccccccccccccccccccc" /><path
           style="fill:#c78020;fill-opacity:0.05882353;stroke:#000000;stroke-width:1.88996673;stroke-miterlimit:1;stroke-dasharray:none"
           d="m 3780.1504,2066.1469 c -0.9311,1.0387 -1.4372,2.2098 -1.4998,3.6026 2.72,-0.1814 3.705,-1.817 1.4998,-3.6026 z m 6.2985,1.2009 c -1.5121,0.02 -2.8558,0.2119 -4.201,0.902 0.7144,0.077 1.3888,0.225 2.1032,0.2988 z"
           id="path4699"
           inkscape:connector-curvature="0"
           sodipodi:nodetypes="ccccccc" /><g
           id="g4063"
           style="fill:#c80200;fill-opacity:1"><path
             id="path4339"
             d="m 3713.8517,2018.4501 c -1.0907,-0.8336 -2.4851,-0.9823 -3.1159,-1.1013 -0.3148,-0.059 -0.1275,-1.8206 -0.1275,-1.8206 -0.7991,-0.1652 -2.2562,-0.5743 -3.0386,-1.1954 -0.6855,-0.544 1.4248,-1.2168 0.6033,-1.8206 -0.9629,-0.707 -1.5336,0.8916 -2.4849,0.5921 -0.8988,-0.2831 0,-2.684 0,-2.684 -1.6486,-0.1119 -10.9684,0.1086 -12.8678,0 0,0 -0.4134,1.4773 -2.4075,0.9187 -2.6305,-0.7367 -0.7229,2.4947 -3.8796,2.7116 -0.7892,0.055 -2.428,0.3555 -4.6547,0.6253 0,0 0.2239,0.9882 -0.2153,1.0072 -1.615,0.079 -2.6385,0.4255 -3.9239,0.6862 -0.1332,0.7682 -0.2153,1.5517 -0.1728,2.3796 5.0834,-1.1665 10.1667,-0.2247 15.2977,-0.8965 -0.5415,-1.6547 -0.2125,-3.1539 0.902,-4.4991 3.1278,2.5297 5.5161,-1.0513 8.7003,-0.902 -1.747,2.6101 -6.4895,4.5115 -9.6023,3.9014 2.4611,2.1131 6.7422,1.081 9.6023,0.902 3.6637,-0.2227 7.8454,0.2912 11.3957,1.1954 z"
             style="fill:#900000;fill-opacity:1;stroke:none;stroke-width:0.28335333;stroke-miterlimit:1;stroke-dasharray:none" /><path
             transform="matrix(2.8337013,0,0,2.8333654,-298.99516,46.894572)"
             id="xk_-0-9-70"
             d="M 1403.8125 692.02734 C 1403.8414 692.24787 1403.901 692.4481 1403.8945 692.68945 C 1403.8858 693.01065 1403.7968 693.31555 1403.7188 693.62305 A 4.4460269 4.4460271 0 0 0 1404.6621 695.86523 C 1406.0185 695.77983 1407.3831 695.81609 1408.7363 695.63867 C 1408.6757 695.45327 1408.8356 695.30916 1408.834 695.13477 C 1408.8068 695.11442 1408.7625 695.13182 1408.7363 695.10938 C 1408.7678 695.11554 1408.8096 695.08717 1408.8418 695.0918 C 1408.8487 694.73362 1408.7828 694.36201 1409.041 694.05078 C 1409.317 694.27399 1409.5728 694.35903 1409.8203 694.36133 C 1410.0678 694.36363 1410.3061 694.28408 1410.5449 694.17773 C 1411.0226 693.96504 1411.5026 693.64562 1412.0645 693.67188 C 1411.7562 694.13247 1411.2 694.54541 1410.582 694.81641 C 1409.9994 695.0719 1409.373 695.16808 1408.8418 695.0918 C 1408.8415 695.10655 1408.8338 695.11993 1408.834 695.13477 C 1409.2588 695.45239 1409.7909 695.55786 1410.3574 695.53516 C 1410.9065 695.51315 1411.4542 695.41166 1411.9316 695.36914 A 4.4460269 4.4460271 0 0 0 1412.5723 693.08203 A 4.4460269 4.4460271 0 0 0 1408.127 688.63672 A 4.4460269 4.4460271 0 0 0 1403.8125 692.02734 z "
             style="clip-rule:evenodd;fill:#900000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.66666663;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1" /></g></g><path
         style="clip-rule:evenodd;fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:0.66699994;stroke-miterlimit:1;stroke-dasharray:none"
         d="m 1403.0669,682.0282 c 0.9441,-3.27716 -0.4169,-7.17722 1.0251,-10.27371 0.3518,-0.75734 1.6835,-0.0872 2.3158,-0.81511 1.0807,-1.24682 0.098,-2.75725 1.2067,-4.0051 0.7258,-0.81719 0.6848,-2.11021 1.5701,-2.62596 0.9284,-0.54197 2.3147,-1.69741 1.861,-3.01666 -0.3518,-1.02415 -0.8192,-1.87282 0.5472,-2.15327 1.9178,-0.39285 0.3697,-3.13538 0.1712,-3.95783 -0.2038,-0.83819 0.087,-1.57559 -0.3519,-2.38649 -0.377,-0.69639 -0.962,-1.24993 -1.3243,-1.95577 -0.7425,-1.44743 0.3361,-2.67219 0.7646,-4.01773 0.5167,-1.62072 0.1533,-3.3486 0.2699,-5.03027 0.1407,-2.0314 0.6858,-2.45052 2.1078,-3.84857 1.2236,-1.20373 1.7541,-3.01984 1.7109,-4.69414 -0.036,-1.41277 0.94,-2.25414 1.9524,-3.09653 1.1931,-0.99157 2.6593,-1.26464 4.1675,-1.32454 1.9734,-0.0788 3.0362,-0.79093 4.8458,-1.24886 1.0597,-0.26891 2.4419,0.94742 3.3179,1.38647 1.508,0.75734 3.0783,0.31511 4.3879,1.58293 1.1553,1.11969 1.7046,2.45577 2.4891,3.80971 0.2971,0.51366 0.7005,1.05881 1.2939,1.25204 1.2466,0.40652 1.4232,-0.99366 2.4177,-1.10286 3.3156,-0.36659 4.4037,-3.33917 7.8695,-0.87814 0.4789,0.33928 1.0114,0.73948 1.3233,1.24785 0.1513,0.24684 1.0597,0.12289 1.3233,0.2647 1.4452,0.77413 2.0207,1.85285 3.8902,1.92326 1.0933,0.042 3.3723,0.64072 4.3218,0.21847 1.3433,-0.59767 1.8033,-2.3392 2.9543,-3.20788 2.7706,-2.09024 6.958,-2.26985 10.2705,-1.9558 1.7371,0.16492 3.2904,0.63129 4.8301,1.44323 1.2897,0.68064 2.9134,1.68269 4.4289,1.12601 1.4557,-0.53463 2.2098,-2.19951 3.407,-3.10179 0.6565,-0.49471 1.2961,-0.95689 2.1447,-1.00308 1.2928,-0.0694 0.3961,-0.33597 1.1112,-0.813 2.7538,-1.83714 3.6343,0.76821 4.6379,2.63683 0.853,1.58811 2.566,1.71683 2.1569,6.11902 -0.045,0.48673 0.7104,2.42676 1.141,2.77338 0.5314,0.42751 0.9341,0.0314 1.59,0.26862 3.408,1.23214 0.3074,4.59411 1.3401,6.19408 1.3167,2.03991 -2.9067,3.60755 -4.4368,3.44742 -2.3063,-0.2413 -3.1309,4.78756 -3.7317,6.60681 -0.3413,1.03357 -0.5358,2.12595 -0.8488,3.15744 -0.3497,1.15227 -1.6434,0.97637 -1.6728,2.27779 -0.026,1.16487 0.2579,2.64523 -0.639,3.67881 -0.7583,0.8739 -1.8474,1.2658 -2.8672,1.78678 1.1343,0.2227 0.011,3.12592 -0.073,3.78242 -0.2342,1.88123 -1.4483,2.95472 -3.3293,3.0251 0.1753,0.9842 -0.5829,1.20164 -1.107,1.82662 -0.6543,0.77936 -0.1202,1.93375 -0.3018,2.86229 -0.4212,2.15433 -1.4937,4.42029 -2.8458,6.19511 -1.1635,1.52719 0.9867,2.463 -1.6983,4.21308 -1.1318,0.73781 -0.4547,1.53986 -0.8528,2.5997 -0.2626,0.6985 -1.1795,1.36262 -1.5362,2.01873 -0.3455,0.63546 -1.4882,0.25944 -1.9692,0.0672 -0.5905,-0.23594 -0.4551,-1.98619 -0.495,-2.51033 -0.045,-0.60713 -2.1249,-1.15771 -2.4105,-1.85727 -0.4548,-1.11337 -1.007,-0.73926 -1.3095,-2.03016 -0.2311,0.7951 -0.2888,2.20265 -1.3023,2.42425 -1.2782,0.27939 -1.8255,-1.0941 -2.8567,-0.76047 -1.8578,0.60105 -2.2528,3.49983 -3.4601,4.29383 -1.5682,1.03139 -6.58,6.15488 -5.9125,6.83463 1.0693,1.08874 -0.8537,3.8881 -0.859,4.6724 -0.011,1.33505 -0.5124,2.43593 -2.1324,5.0212 -0.6438,-0.16493 -1.241,-1.0802 -0.9438,-1.68732 -0.689,0.44643 -1.2193,-0.23527 -1.5124,-0.7573 0.668,2.48623 1.2908,3.04924 -1.5953,3.46835 -1.1416,0.16595 -4.8984,0.91696 -3.846,-1.42643 -0.4916,0.95166 -0.5147,1.20584 -1.6594,1.13441 -1.2677,-0.0788 -1.0493,-0.40648 -2.2791,-1.21001 0.5766,0.42119 1.2729,2.59338 -0.098,2.04506 -0.918,-0.36656 0.4411,-2.57133 -1.1837,-1.74256 0.4538,0.91171 0.8445,1.77725 0.4517,2.79819 -0.7521,-0.31824 -1.6175,-3.02929 -1.3549,-3.85697 -0.8654,0.7489 0.5703,2.93475 0.1209,3.95781 -0.626,1.42643 -0.6207,-1.92115 -0.5829,-2.21839 -0.1429,0.417 -0.3697,2.70893 -0.4516,0.67958 -0.02,0.59872 -0.103,1.27202 -0.5252,1.73945 -0.022,-0.54306 -0.1723,-1.04723 -0.4516,-1.51255 0.3234,0.65019 0.2972,1.69742 -0.6984,1.60813 -1.7959,-0.16073 -1.3023,0.25104 -1.8012,-1.45689 0.019,1.61444 -1.2382,3.01669 -1.5123,0.68067 0.019,1.51569 -0.3761,0.52203 -1.4798,-0.018 -1.0893,-0.53244 -1.8224,-1.59436 -2.3748,-2.62899 -0.5199,-0.9716 -1.17,-2.03144 -0.8948,-3.16271 0.1838,-0.75627 0.2836,-1.44951 -0.7751,-1.14909 -0.1953,-0.82143 -0.1082,-1.2825 0.732,-1.45163 1.629,-0.3277 0.1061,-0.91382 1.315,-1.64804 -0.8623,0.0672 -1.6248,1.23839 -2.4734,1.04618 -2.7075,-0.61344 0.9967,-1.55981 1.6437,-1.65122 -0.438,-0.53043 -0.9421,-0.60606 -1.5124,-0.22687 0.023,-0.32876 0.047,-0.6565 0.073,-0.9842 -0.1649,0.94428 -1.358,1.62598 -1.8169,0.45377 -0.4159,-1.06089 0.8591,-1.52934 1.4388,-2.11759 -0.6869,0.27943 -1.3055,0.75734 -1.8169,1.28674 -1.0366,-2.36019 -3.3304,-4.97143 -5.9087,-5.62793 -1.253,-0.31931 -2.7538,-0.48317 -4.0467,-0.4044 -1.0093,0.063 -2.4817,0.50103 -3.3503,-0.24476 1.0986,0.21536 2.7128,-0.51571 3.3293,-1.43691 -1.1238,-0.0525 -1.9209,1.27096 -3.0247,0.37813 -0.3939,0.47477 -0.4957,1.00418 -0.3046,1.58819 -1.8106,0.23738 -3.657,-0.10924 -5.4508,0.3025 -0.06,-1.13441 0.5787,-2.13333 0.6091,-3.25197 0.031,-1.15752 -0.4863,-2.00729 -0.1985,-3.20368 0.4716,-1.94842 0.5136,-5.69305 -0.6291,-7.45767"
         class="landxx ng"
         id="path5406-7"
         inkscape:connector-curvature="0"
         sodipodi:nodetypes="cccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccc" /><g
         transform="matrix(3.1757337,0,0,3.1757337,-0.02192971,3.9026417)"
         style="clip-rule:evenodd;fill:#900000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
         id="kz"><title
           id="title3091">Kazakhstan</title><path
           inkscape:connector-curvature="0"
           style="fill:#510000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 584.206,78.717 c 0.073,0.079 0.13,0.153 0.2,0.234 -0.202,0.023 -0.404,0.022 -0.6,-0.034 0.07,0.488 -0.185,0.187 -0.7,0.6 -0.204,0.165 -0.014,0.162 0.2,0.2 -1.389,0.771 -2.285,0.569 -3.433,1 -0.448,0.107 -2.573,-0.11 -2.567,0.667 0.003,0.256 0.027,0.462 -0.3,0.233 -0.241,-0.169 -0.45,0.081 -0.7,0.034 -0.345,-0.065 -0.737,0.081 -1,0.066 -0.427,-0.024 -0.277,0.216 -0.367,0.267 -0.529,0.036 -1.034,-0.082 -1.6,0.133 -0.032,0.08 -0.068,0.154 -0.1,0.234 -0.477,0 -1.101,-0.132 -1,0.5 -0.348,-0.025 -0.434,-0.405 -0.833,-0.334 -0.357,0.064 -0.419,0.317 -0.8,0.167 -0.177,-0.07 -1.397,-0.405 -1.267,0.067 -0.156,-0.047 -0.306,-0.032 -0.466,0 0.233,0.191 0.909,0.733 0.1,0.8 0.287,0.155 0.594,0.349 0.933,0.266 0.228,-0.055 0.381,-0.094 0.533,0.134 -0.018,0.026 -1.273,0.323 -0.6,0.566 0.508,0.184 1.076,0.232 1.6,0.367 0.213,0.055 0.827,0.276 0.534,0.4 -0.279,0.118 -0.529,0.202 -0.7,0.167 -1.147,-0.236 -0.531,-0.197 -1.6,-0.067 0.3,0.348 -0.414,0.512 -0.367,0.8 0.021,0.126 0.855,0.873 1,0.967 -1.105,0.92 -0.263,0.022 -1.7,0.933 -0.328,-0.031 -0.262,0.262 0,0.367 0.29,0.115 0.488,0.093 0.733,0.233 0.367,0.21 0.351,0.431 0.8,0.433 0.365,0.002 0.547,0.074 0.8,0.3 0.265,0.236 0.347,0.162 0.667,0.2 0.379,0.046 0.633,0.357 0.967,0.467 -0.454,0.053 -0.119,0.822 -0.167,1.1 -0.077,0.438 -1.019,0.559 -1.367,0.567 -0.297,0.006 -0.766,0.007 -1.033,-0.134 -0.206,-0.108 -0.377,-0.553 -0.667,-0.433 -0.22,0.091 -0.082,0.538 -0.166,0.7 -0.149,0.286 -0.408,0.247 -0.7,0.267 0.369,-0.603 -1.592,-0.184 -2.134,-0.9 -0.215,-0.285 -0.392,-0.638 -0.666,-0.8 -0.382,-0.226 -0.452,0.219 -0.8,0.166 -0.654,-0.099 -0.567,-0.297 -0.567,0.467 -0.275,-0.126 -0.459,0.208 -0.733,0.033 -0.153,-0.097 -0.403,-0.275 -0.5,-0.433 -0.155,-0.253 -1.148,-0.152 -1.167,0.2 -0.147,-0.115 -0.347,-0.188 -0.533,-0.2 0.02,0.304 -0.228,0.422 -0.434,0.567 -0.134,0.094 -0.076,0.322 -0.2,0.433 -0.366,0.33 -0.616,0.475 -1,0.133 -0.346,-0.309 -0.945,-0.246 -1.333,-0.633 -0.221,-0.221 -0.823,-0.614 -1.133,-0.4 -0.006,0.306 0.862,0.865 0.366,1.333 -0.219,0.207 -0.451,-0.665 -0.333,-0.866 -0.424,-0.267 -0.756,-0.391 -1.2,-0.834 -1.258,-0.305 -1.009,-0.461 -1.367,-0.766 -0.92,-0.62 -2.312,0.456 -2.766,-1 -0.303,0.101 -0.544,0.247 -0.9,0.3 -0.25,0.147 -0.13,0.356 -0.3,0.566 -0.286,-0.468 -0.64,0.401 -0.867,-0.4 -0.051,-0.182 -1.142,-0.352 -1.367,-0.4 0.064,0.159 0.103,0.309 0.167,0.467 -0.739,-0.349 -0.372,0.708 -0.867,0.833 -1.138,0.162 -0.609,0.512 -1.633,0.5 -0.582,0.175 0.27,0.502 -0.233,0.834 -0.602,0.396 -0.782,0.546 -1.434,0.466 0.521,0.165 0.482,1.099 0.867,1.434 0.504,0.437 -0.443,0.784 -0.8,0.733 -0.584,-0.083 -1.775,-2.196 -2.5,-1.5 -0.307,0.295 0.099,0.854 -0.2,1.133 -0.448,0.419 -0.649,0.495 -0.633,1.2 0.014,0.629 0.424,0.622 0.7,1.067 0.12,0.194 0.005,0.355 -0.167,0.467 -0.34,0.221 -0.423,0.569 -0.533,0.933 v 0.133 c -0.031,0.04 0.019,0.453 0.166,0.567 0.147,0.113 0.491,0.298 0.767,0.3 0.394,0.263 0.044,-0.179 0.733,0.667 l -0.233,0.166 c 0.187,0.255 0.283,0.628 0.567,0.8 0.124,0.075 0.169,-0.076 0.366,-0.2 0.374,-0.124 0.839,-0.01 1.2,0.1 1.006,0.306 1.519,1.382 2.367,2.234 1.17,1.174 -0.742,0.267 -0.633,0.8 0.045,0.222 1.496,0.724 1.8,0.933 -0.286,-0.335 0.038,0.032 0.1,-0.3 0.045,-0.1 0.119,-0.102 0.233,-0.067 -0.096,-0.095 -0.204,-0.204 -0.3,-0.3 0.176,0.071 0.342,0.163 0.5,0.267 -0.294,-0.485 0.071,-0.119 0.333,-0.133 0.165,-0.011 0.319,-0.062 0.467,-0.134 0.228,-0.113 0.462,-0.214 0.667,-0.366 0.228,-0.17 0.265,-0.541 0.6,-0.5 0.048,0.005 0.535,-0.038 0.566,-0.1 0.766,-1.531 2.653,1.008 3.667,0.033 0.224,-0.215 0.948,-0.13 1.133,0.1 0.384,0.475 0.754,1.012 0.934,1.667 0.193,0.704 -0.705,1.419 -0.467,2 0.171,0.417 0.845,0.488 1.2,0.666 -0.632,0.374 -1.683,-0.228 -2.4,-0.166 -0.206,0.018 -0.496,0.145 -0.7,0.066 -0.11,-0.062 -0.21,-0.103 -0.333,-0.133 -0.055,0.003 -0.497,0.256 -0.6,0.3 -0.357,0.152 -0.968,1.153 -0.634,1.467 0.358,0.335 1.081,0.363 1.334,0.8 -0.329,-0.056 -0.694,0.109 -1,0.033 -0.215,-0.054 -0.38,-0.236 -0.6,-0.3 -0.361,-0.105 -1.028,-0.273 -1.334,0.033 -0.45,0.453 0.268,0.773 0.6,0.834 0.621,0.114 0.929,0.369 1.267,0.9 0.234,0.367 0.415,0.827 0.767,1.1 0.256,0.198 0.338,0.382 0.366,0.7 0.085,0.929 0.775,0.105 0.934,0.5 0.11,0.273 0.328,0.495 0.533,0.7 0.264,0.263 0.477,-0.016 0.767,0.1 0.277,0.11 1.699,0.22 1.333,0.7 -0.085,-0.048 -0.159,-0.104 -0.233,-0.167 0.492,0.386 0.145,0.974 -0.034,1.433 -0.172,0.441 0.258,0.792 0.2,1.234 0.558,-0.807 1.301,-1.434 2.267,-1.534 0.943,-0.097 1.508,-0.007 2.4,0.4 0.818,0.374 1.288,1.14 1.867,1.8 0.233,0.267 0.706,0.544 1.1,0.567 0.314,0.018 0.519,0.046 0.833,0.033 l -2.267,-10.433 5.334,-1.567 c 0.441,-0.118 0.304,-0.34 0.166,-0.466 0.038,0.021 0.028,-0.005 0.1,0.033 0.105,0.055 -0.077,-0.533 0.1,-0.433 0.178,0.099 0.971,-0.398 1.2,-0.267 0.23,0.131 -0.293,0.317 -0.033,0.467 0.261,0.15 0.229,-0.023 0.5,0.133 0.271,0.156 0.192,-0.077 0.267,-0.033 0.075,0.044 0.022,-0.508 0.033,-0.8 0.017,-0.453 -0.615,-0.799 -0.5,-0.734 1.082,0.028 0.793,0.593 0.733,0.667 0.101,0.055 0.803,-0.159 0.934,-0.1 0.597,0.272 -0.081,0.347 -0.234,0.333 0.136,0.184 0.437,0.074 0.6,0.3 0.164,0.226 -0.472,-0.206 -0.3,0.034 0.173,0.24 0.372,0.175 0.534,0.4 0.161,0.224 -1.232,-0.148 -1.1,0.033 -0.291,0.096 -0.415,0.199 0.133,0.4 -0.008,-0.156 1.328,-0.137 1.367,0.1 0.07,0.862 -0.522,0.507 0.2,1.4 0.285,0.309 0.554,0.504 0.766,0.733 0.213,0.229 -0.036,0.299 -0.033,0.3 0.758,0.384 0.459,0.205 1.1,0.767 0.565,0.495 1.106,1.072 1.667,1.6 0.471,0.444 0.985,1.103 1.9,0.867 0.537,-0.139 0.975,-0.312 1.533,-0.3 1.048,0.022 2.022,0.347 3.167,0.166 0.71,-0.144 0.74,-0.883 1.6,-0.1 0.317,0.515 0.743,0.462 1.4,1.167 0.515,0.553 0.566,0.816 1.366,0.6 0.103,0.725 -0.015,2.192 0.667,2.667 0.448,0.312 0.827,-0.108 1.1,0.6 0.209,0.541 0.407,1.06 0.7,1.566 0.482,0.835 2.036,0.17 2.8,0.2 0.468,0.019 0.85,0.452 0.767,0.867 -0.142,0.705 1.027,0.681 1.466,0.8 -0.042,-0.361 -0.444,-0.565 -0.233,-0.9 0.153,-0.242 0.375,-0.615 0.7,-0.767 0.19,-0.088 -0.088,-0.441 0.133,-0.633 0.192,-0.166 0.425,-0.321 0.634,-0.467 0.684,-0.477 1.085,-0.237 1.566,-1.2 0.233,-0.464 0.471,-0.06 0.767,-0.233 0.134,-0.078 0.43,-0.549 0.933,-0.5 -0.728,-0.2 -0.46,-0.176 -0.333,-0.7 0.072,-0.297 0.218,-0.598 0.3,-0.6 0.387,-0.14 0.411,0.039 1.167,-0.3 0.715,-0.025 1.525,0.247 2.2,0.467 0.542,0.335 0.173,0.234 1.233,0.366 0.237,0.095 0.56,0.358 0.833,0.267 -0.346,-0.326 -0.656,-1.513 -0.133,-1.8 0.126,-0.069 1.118,-0.325 1,-0.533 0.648,0.2 4.063,2.16 3.933,1 -0.025,-0.224 1.465,0.228 1.867,0 0.268,-0.153 0.753,-0.186 1.067,-0.134 0.266,0.045 0.435,0.252 0.7,0.134 0.268,-0.12 1.311,0.167 2.433,0.066 0.499,-0.044 1.474,0.321 1.933,0.534 0.548,0.254 0.649,0.834 1.334,0.7 0.369,-0.073 1.275,0.49 1.6,1 0.015,-0.437 -0.401,-1.018 -0.534,-1.334 0.007,-0.048 -0.509,-0.675 0.6,-0.866 -0.139,-0.133 -0.322,-0.226 -0.5,-0.3 0.147,-0.218 0.403,-0.544 0.7,-0.334 0.294,-0.296 -0.248,-0.426 -0.366,-0.9 -0.1,-0.401 -0.429,-0.81 -0.7,-1.133 -0.282,-0.336 -1.153,-1.438 -1.067,-2.4 0.056,-0.623 -1.524,-0.145 -1.4,-0.733 0.088,-0.418 1.576,-0.574 2.033,-0.734 0.364,-0.127 0.847,-0.135 1.2,-0.3 0.255,-0.118 0.797,0.318 1.067,0.367 0.335,0.06 0.58,-0.189 0.9,-0.033 0.191,0.093 0.518,0.323 0.567,-0.067 0.146,-1.163 -1.195,-0.466 -1.1,-1.267 0.281,-1.032 -0.006,-1.844 0.033,-2.433 0.36,-0.565 -0.225,-2.124 0.533,-1.867 0.723,0.236 1.192,0.671 2.234,0.567 0.385,-0.039 0.961,-0.195 1.266,0.133 0.328,0.353 0.561,0.198 0.867,-0.033 0.286,-0.215 1.255,-0.263 0.867,-1.133 -0.434,-0.975 -1.224,-1.364 -1.034,-2.567 0.104,-0.65 0.83,-0.285 1.267,-0.533 0.514,-0.291 0.669,-0.656 0.4,-1.2 -0.366,-0.742 0.679,-0.572 1.033,-0.567 -0.081,-0.111 -0.268,-0.359 -0.5,-0.4 -0.227,-0.04 -0.443,-0.148 -0.633,-0.367 -0.194,-0.224 -0.371,-0.467 -0.6,-0.466 -0.419,0.002 -0.23,-0.266 -0.267,-0.5 -0.072,-0.463 -0.608,0.032 -0.7,0.166 -0.072,0.107 -0.171,0.626 -0.666,0.334 -0.313,-0.242 -1.368,-0.057 -1.9,-0.3 -0.143,-0.197 -0.292,-0.3 -0.467,-0.467 -0.405,-0.386 -0.365,-0.792 -0.933,-0.967 -0.487,-0.15 -1.243,-0.106 -1.567,-0.533 -0.538,-0.71 -1.794,-1.994 -3.1,-1.8 -0.168,0.025 -0.149,0.197 -0.333,0.233 -0.104,0.021 -0.28,0.022 -0.367,0.1 -0.646,0.581 -0.657,0.128 -1,0.434 -0.139,0.124 -0.532,-0.26 -0.833,-0.134 -0.184,0.077 -0.396,0.173 -0.6,0.134 -0.389,-0.076 -0.514,-0.733 -0.967,-0.634 -0.662,0.146 -0.229,-0.279 -0.433,-0.566 -0.119,-0.095 -0.038,-0.056 -0.334,-0.1 -0.412,-0.063 -0.216,-0.311 -0.866,-0.2 -0.153,0.14 -0.47,-0.004 -0.234,0.533 0.271,0.613 -0.857,0.454 -0.433,0.867 -0.872,-0.191 -1.745,-1.578 -2.367,-2.167 -1.034,-0.98 -2.056,-1.965 -3.133,-2.9 -0.942,-0.819 -1.839,-1.684 -2.933,-2.3 -1.091,-0.614 -2.294,-1.037 -3.3,-1.8 0.227,-0.132 0.506,0.113 0.633,-0.2 0.09,-0.221 0.056,-0.409 -0.167,-0.467 0.058,-0.091 0.132,-0.183 0.2,-0.266 -0.306,0.113 -0.39,0.149 -0.7,0.266 -0.17,0.065 -0.308,0.01 -0.466,0.067 -0.236,0.159 -0.433,0.426 -0.734,0.5 -0.265,0.101 -0.549,0.142 -0.833,0.167 0.312,0.361 -0.391,0.647 -0.633,0.733 -0.503,0.179 -0.879,0.235 -0.834,0.933 -0.17,-10e-4 -0.252,-0.191 -0.433,-0.3 -0.262,-0.106 -0.318,0.131 -0.633,-0.133 -0.479,-0.031 -0.681,0.237 -1,0.533 0.011,-0.207 -0.633,-0.317 -0.634,-0.633 0,-0.249 0.317,-0.563 0.767,-0.5 0,-0.233 -0.157,-0.461 -0.333,-0.6 -0.431,1.162 -2.051,-0.886 -2.4,0.1 0.191,-0.088 0.392,0.002 0.5,0.167 -0.199,-0.004 -0.399,0.054 -0.534,0.2 -0.145,-0.318 -0.434,-0.386 -0.1,-0.634 -0.403,-0.024 -0.685,-0.512 -1.033,-0.666 -0.048,0.204 0.052,0.408 0.233,0.5 -0.164,0.023 -0.627,-0.232 -0.8,-0.034 -0.204,0.235 -0.398,0.331 -0.566,0.234 -0.505,-0.292 -0.753,0.151 -1.2,-0.4 0.682,-0.053 -0.149,-0.772 0.166,-1.1 -0.297,-0.156 -0.685,-0.304 -0.833,-0.634 -0.114,-0.253 -0.15,-0.382 -0.333,-0.6 -0.171,-0.203 -0.904,-0.797 -1.234,-0.233 -0.31,0.531 -1.541,-0.292 -1.733,-0.333 -0.273,-0.059 -0.443,-0.068 -0.7,-0.1 -0.209,0.144 -0.649,-0.117 -0.9,-0.134 z m 21.6,23.7 c 0.113,0.195 0.856,0.337 1.133,0.3 0.314,-0.041 0.748,-0.412 1.067,-0.266 0.203,0.092 0.424,0.043 0.633,0.1 0.223,0.06 0.266,0.288 0.467,0.366 0.213,0.083 0.33,-0.059 0.533,-0.033 0.181,0.023 1.027,0.509 0.534,0 0.196,0.146 0.458,0.002 0.633,0.2 0.198,0.223 0.435,-0.075 0.7,-0.133 0.351,-0.077 0.683,-0.061 1.033,0.033 0.397,0.106 0.726,0.299 1.1,0.4 -0.016,-0.167 -0.019,-0.333 -0.033,-0.5 0.221,0.056 0.244,-0.074 0.4,-0.167 0.215,-0.128 0.56,0.159 0.767,0.2 -0.174,-0.066 -0.334,-0.192 -0.4,-0.366 0.238,-0.013 1.27,-0.188 1.133,0.4 -0.019,0.079 -0.143,0.101 -0.2,0.133 -0.137,0.078 0.004,0.275 -0.033,0.4 -0.122,0.406 -1.491,0.021 -1.267,0.467 -0.206,-0.283 -0.498,-0.067 -0.767,-0.067 -0.306,0 -0.52,-0.267 -0.833,-0.267 -0.373,0 -0.7,-0.313 -1.067,-0.266 -0.495,0.062 -0.829,0.065 -1.333,0 -0.3,-0.039 -3.083,0.173 -2.767,-0.467 -0.551,0.016 0.126,0.32 -0.266,0.467 -0.249,0.093 -0.382,0.33 -0.6,0.1 -0.048,0.185 -0.141,0.253 -0.3,0.333 -0.145,0.072 -0.08,0.475 -0.1,0.6 -0.089,0.556 -1.101,0.073 -0.9,0.6 0.061,0.161 0.073,0.254 0.1,0.433 0.03,0.161 0.039,0.304 0.033,0.467 -0.079,0.064 -0.153,0.137 -0.233,0.2 -0.056,0.521 0.767,0.949 0.533,1.5 -0.265,0.129 -0.284,-0.154 -0.333,-0.333 -0.099,-0.361 -0.572,-0.488 -0.834,-0.7 -0.194,-0.157 -0.824,-0.489 -0.933,-0.667 -0.13,-0.214 0.213,-0.471 -0.067,-0.667 0.382,0.136 0.41,-0.438 0.234,-0.633 -0.392,-0.434 0.381,-0.419 0.633,-0.433 -0.56,-0.264 0.351,-0.916 0.633,-1 0.329,-0.099 0.016,-0.387 0.234,-0.567 0.218,-0.18 0.514,0.074 0.733,-0.167 z m -32.233,0.167 c 0.494,-0.057 0.524,0.093 0.6,0.333 0.022,0.071 0.024,0.112 0.066,0.2 0.161,0.331 0.716,0.438 1.034,0.334 0.34,-0.112 0.35,0.434 0.1,0.566 -0.22,0.117 -0.525,0.463 -0.834,0.334 0.081,-0.125 0.062,-0.221 -0.033,-0.334 -0.219,-0.305 -0.1,-0.338 -0.433,-0.2 -0.28,0.116 -0.417,-0.176 -0.667,-0.2 -0.215,-0.02 -0.381,0.099 -0.6,0 -0.272,-0.123 -0.425,-0.461 -0.133,-0.666 0.485,-0.343 0.561,0.126 0.766,0.433 0.025,-0.118 0.043,-0.246 0.034,-0.367 0.26,0.127 0.52,0.167 0.7,-0.1 -0.193,-0.091 -0.474,-0.139 -0.6,-0.333 z"
           id="path3898" /><path
           inkscape:connector-curvature="0"
           style="fill:#900000;fill-opacity:1;stroke:#000000;stroke-width:0.20992523;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
           d="m 570.687,105.432 c 0.056,0.168 0.16,0.35 0.285,0.476 0.24,-0.825 0.812,0.77 0.883,0.833 -0.019,-0.202 -0.067,-0.575 -0.239,-0.714 0.898,0.529 0.532,0.995 0.512,1.046 l -1.681,-0.929 c 0.036,-0.121 -0.078,-0.454 0.418,-0.226 -0.216,-0.144 -0.252,-0.236 -0.155,-0.487"
           id="path7142" /></g><ellipse
         id="ellipse5879-3"
         style="clip-rule:evenodd;fill:#290000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:0.667;stroke-miterlimit:2.02116466;stroke-dasharray:none;stroke-opacity:1"
         ry="4.4460273"
         rx="4.4460268"
         cy="332.81168"
         cx="940.38495" /><circle
         style="clip-rule:evenodd;fill:#c80200;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:0.66666663;stroke-miterlimit:2.00814605;stroke-dasharray:none;stroke-opacity:1"
         id="io"
         r="6.316534"
         cy="801.03204"
         cx="1954.2289"><title
           id="title4096">British Indian Ocean Territory (UK)</title></circle></g></g></svg>