bar_model.svg 393 KB
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763 764 765 766 767 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783 784 785 786 787 788 789 790 791 792 793 794 795 796 797 798 799 800 801 802 803 804 805 806 807 808 809 810 811 812 813 814 815 816 817 818 819 820 821 822 823 824 825 826 827 828 829 830 831 832 833 834 835 836 837 838 839 840 841 842 843 844 845 846 847 848 849 850 851 852 853 854 855 856 857 858 859 860 861 862 863 864 865 866 867 868 869 870 871 872 873 874 875 876 877 878 879 880 881 882 883 884 885 886 887 888 889 890 891 892 893 894 895 896 897 898 899 900 901 902 903 904 905 906 907 908 909 910 911 912 913 914 915 916 917 918 919 920 921 922 923 924 925 926 927 928 929 930 931 932 933 934 935 936 937 938 939 940 941 942 943 944 945 946 947 948 949 950 951 952 953 954 955 956 957 958 959 960 961 962 963 964 965 966 967 968 969 970 971 972 973 974 975 976 977 978 979 980 981 982 983 984 985 986 987 988 989 990 991 992 993 994 995 996 997 998 999 1000 1001 1002 1003 1004 1005 1006 1007 1008 1009 1010 1011 1012 1013 1014 1015 1016 1017 1018 1019 1020 1021 1022 1023 1024 1025 1026 1027 1028 1029 1030 1031 1032 1033 1034 1035 1036 1037 1038 1039 1040 1041 1042 1043 1044 1045 1046 1047 1048 1049 1050 1051 1052 1053 1054 1055 1056 1057 1058 1059 1060 1061 1062 1063 1064 1065 1066 1067 1068 1069 1070 1071 1072 1073 1074 1075 1076 1077 1078 1079 1080 1081 1082 1083 1084 1085 1086 1087 1088 1089 1090 1091 1092 1093 1094 1095 1096 1097 1098 1099 1100 1101 1102 1103 1104 1105 1106 1107 1108 1109 1110 1111 1112 1113 1114 1115 1116 1117 1118 1119 1120 1121 1122 1123 1124 1125 1126 1127 1128 1129 1130 1131 1132 1133 1134 1135 1136 1137 1138 1139 1140 1141 1142 1143 1144 1145 1146 1147 1148 1149 1150 1151 1152 1153 1154 1155 1156 1157 1158 1159 1160 1161 1162 1163 1164 1165 1166 1167 1168 1169 1170 1171 1172 1173 1174 1175 1176 1177 1178 1179 1180 1181 1182 1183 1184 1185 1186 1187 1188 1189 1190 1191 1192 1193 1194 1195 1196 1197 1198 1199 1200 1201 1202 1203 1204 1205 1206 1207 1208 1209 1210 1211 1212 1213 1214 1215 1216 1217 1218 1219 1220 1221 1222 1223 1224 1225 1226 1227 1228 1229 1230 1231 1232 1233 1234 1235 1236 1237 1238 1239 1240 1241 1242 1243 1244 1245 1246 1247 1248 1249 1250 1251 1252 1253 1254 1255 1256 1257 1258 1259 1260 1261 1262 1263 1264 1265 1266 1267 1268 1269 1270 1271 1272 1273 1274 1275 1276 1277 1278 1279 1280 1281 1282 1283 1284 1285 1286 1287 1288 1289 1290 1291 1292 1293 1294 1295 1296 1297 1298 1299 1300 1301 1302 1303 1304 1305 1306 1307 1308 1309 1310 1311 1312 1313 1314 1315 1316 1317 1318 1319 1320 1321 1322 1323 1324 1325 1326 1327 1328 1329 1330 1331 1332 1333 1334 1335 1336 1337 1338 1339 1340 1341 1342 1343 1344 1345 1346 1347 1348 1349 1350 1351 1352 1353 1354 1355 1356 1357 1358 1359 1360 1361 1362 1363 1364 1365 1366 1367 1368 1369 1370 1371 1372 1373 1374 1375 1376 1377 1378 1379 1380 1381 1382 1383 1384 1385 1386 1387 1388 1389 1390 1391 1392 1393 1394 1395 1396 1397 1398 1399 1400 1401 1402 1403 1404 1405 1406 1407 1408 1409 1410 1411 1412 1413 1414 1415 1416 1417 1418 1419 1420 1421 1422 1423 1424 1425 1426 1427 1428 1429 1430 1431 1432 1433 1434 1435 1436 1437 1438 1439 1440 1441 1442 1443 1444 1445 1446 1447 1448 1449 1450 1451 1452 1453 1454 1455 1456 1457 1458 1459 1460 1461 1462 1463 1464 1465 1466 1467 1468 1469 1470 1471 1472 1473 1474 1475 1476 1477 1478 1479 1480 1481 1482 1483 1484 1485 1486 1487 1488 1489 1490 1491 1492 1493 1494 1495 1496 1497 1498 1499 1500 1501 1502 1503 1504 1505 1506 1507 1508 1509 1510 1511 1512 1513 1514 1515 1516 1517 1518 1519 1520 1521 1522 1523 1524 1525 1526 1527 1528 1529 1530 1531 1532 1533 1534 1535 1536 1537 1538 1539 1540 1541 1542 1543 1544 1545 1546 1547 1548 1549 1550 1551 1552 1553 1554 1555 1556 1557 1558 1559 1560 1561 1562 1563 1564 1565 1566 1567 1568 1569 1570 1571 1572 1573 1574 1575 1576 1577 1578 1579 1580 1581 1582 1583 1584 1585 1586 1587 1588 1589 1590 1591 1592 1593 1594 1595 1596 1597 1598 1599 1600 1601 1602 1603 1604 1605 1606 1607 1608 1609 1610 1611 1612 1613 1614 1615 1616 1617 1618 1619 1620 1621 1622 1623 1624 1625 1626 1627 1628 1629 1630 1631 1632 1633 1634 1635 1636 1637 1638 1639 1640 1641 1642 1643 1644 1645 1646 1647 1648 1649 1650 1651 1652 1653 1654 1655 1656 1657 1658 1659 1660 1661 1662 1663 1664 1665 1666 1667 1668 1669 1670 1671 1672 1673 1674 1675 1676 1677 1678 1679 1680 1681 1682 1683 1684 1685 1686 1687 1688 1689 1690 1691 1692 1693 1694 1695 1696 1697 1698 1699 1700 1701 1702 1703 1704 1705 1706 1707 1708 1709 1710 1711 1712 1713 1714 1715 1716 1717 1718 1719 1720 1721 1722 1723 1724 1725 1726 1727 1728 1729 1730 1731 1732 1733 1734 1735 1736 1737 1738 1739 1740 1741 1742 1743 1744 1745 1746 1747 1748 1749 1750 1751 1752 1753 1754 1755 1756 1757 1758 1759 1760 1761 1762 1763 1764 1765 1766 1767 1768 1769 1770 1771 1772 1773 1774 1775 1776 1777 1778 1779 1780 1781 1782 1783 1784 1785 1786 1787 1788 1789 1790 1791 1792 1793 1794 1795 1796 1797 1798 1799 1800 1801 1802 1803 1804 1805 1806 1807 1808 1809 1810 1811 1812 1813 1814 1815 1816 1817 1818 1819 1820 1821 1822 1823 1824 1825 1826 1827 1828 1829 1830 1831 1832 1833 1834 1835 1836 1837 1838 1839 1840 1841 1842 1843 1844 1845 1846 1847 1848 1849 1850 1851 1852 1853 1854 1855 1856 1857 1858 1859 1860 1861 1862 1863 1864 1865 1866 1867 1868 1869 1870 1871 1872 1873 1874 1875 1876 1877 1878 1879 1880 1881 1882 1883 1884 1885 1886 1887 1888 1889 1890 1891 1892 1893 1894 1895 1896 1897 1898 1899 1900 1901 1902 1903 1904 1905 1906 1907 1908 1909 1910 1911 1912 1913 1914 1915 1916 1917 1918 1919 1920 1921 1922 1923 1924 1925 1926 1927 1928 1929 1930 1931 1932 1933 1934 1935 1936 1937 1938 1939 1940 1941 1942 1943 1944 1945 1946 1947 1948 1949 1950 1951 1952 1953 1954 1955 1956 1957 1958 1959 1960 1961 1962 1963 1964 1965 1966 1967 1968 1969 1970 1971 1972 1973 1974 1975 1976 1977 1978 1979 1980 1981 1982 1983 1984 1985 1986 1987 1988 1989 1990 1991 1992 1993 1994 1995 1996 1997 1998 1999 2000 2001 2002 2003 2004 2005 2006 2007 2008 2009 2010 2011 2012 2013 2014 2015 2016 2017 2018 2019 2020 2021 2022 2023 2024 2025 2026 2027 2028 2029 2030 2031 2032 2033 2034 2035 2036 2037 2038 2039 2040 2041 2042 2043 2044 2045 2046 2047 2048 2049 2050 2051 2052 2053 2054 2055 2056 2057 2058 2059 2060 2061 2062 2063 2064 2065 2066 2067 2068 2069 2070 2071 2072 2073 2074 2075 2076 2077 2078 2079 2080 2081 2082 2083 2084 2085 2086 2087 2088 2089 2090 2091 2092 2093 2094 2095 2096 2097 2098 2099 2100 2101 2102 2103 2104 2105 2106 2107 2108 2109 2110 2111 2112 2113 2114 2115 2116 2117 2118 2119 2120 2121 2122 2123 2124 2125 2126 2127 2128 2129 2130 2131 2132 2133 2134 2135 2136 2137 2138 2139 2140 2141 2142 2143 2144 2145 2146 2147 2148 2149 2150 2151 2152 2153 2154 2155 2156 2157 2158 2159 2160 2161 2162 2163 2164 2165 2166 2167 2168 2169 2170 2171 2172 2173 2174 2175 2176 2177 2178 2179 2180 2181 2182 2183 2184 2185 2186 2187 2188 2189 2190 2191 2192 2193 2194 2195 2196 2197 2198 2199 2200 2201 2202 2203 2204 2205 2206 2207 2208 2209 2210 2211 2212 2213 2214 2215 2216 2217 2218 2219 2220 2221 2222 2223 2224 2225 2226 2227 2228 2229 2230 2231 2232 2233 2234 2235 2236 2237 2238 2239 2240 2241 2242 2243 2244 2245 2246 2247 2248 2249 2250 2251 2252 2253 2254 2255 2256 2257 2258 2259 2260 2261 2262 2263 2264 2265 2266 2267 2268 2269 2270 2271 2272 2273 2274 2275 2276 2277 2278 2279 2280 2281 2282 2283 2284 2285 2286 2287 2288 2289 2290 2291 2292 2293 2294 2295 2296 2297 2298 2299 2300 2301 2302 2303 2304 2305 2306 2307 2308 2309 2310 2311 2312 2313 2314 2315 2316 2317 2318 2319 2320 2321 2322 2323 2324 2325 2326 2327 2328 2329 2330 2331 2332 2333 2334 2335 2336 2337 2338 2339 2340 2341 2342 2343 2344 2345 2346 2347 2348 2349 2350 2351 2352 2353 2354 2355 2356 2357 2358 2359 2360 2361 2362 2363 2364 2365 2366 2367 2368 2369 2370 2371 2372 2373 2374 2375 2376 2377 2378 2379 2380 2381 2382 2383 2384 2385 2386 2387 2388 2389 2390 2391 2392 2393 2394 2395 2396 2397 2398 2399 2400 2401 2402 2403 2404 2405 2406 2407 2408 2409 2410 2411 2412 2413 2414 2415 2416 2417 2418 2419 2420 2421 2422 2423 2424 2425 2426 2427 2428 2429 2430 2431 2432 2433 2434 2435 2436 2437 2438 2439 2440 2441 2442 2443 2444 2445 2446 2447 2448 2449 2450 2451 2452 2453 2454 2455 2456 2457 2458 2459 2460 2461 2462 2463 2464 2465 2466 2467 2468 2469 2470 2471 2472 2473 2474 2475 2476 2477 2478 2479 2480 2481 2482 2483 2484 2485 2486 2487 2488 2489 2490 2491 2492 2493 2494 2495 2496 2497 2498 2499 2500 2501 2502 2503 2504 2505 2506 2507 2508 2509 2510 2511 2512 2513 2514 2515 2516 2517 2518 2519 2520 2521 2522 2523 2524 2525 2526 2527 2528 2529 2530 2531 2532 2533 2534 2535 2536 2537 2538 2539 2540 2541 2542 2543 2544 2545 2546 2547 2548 2549 2550 2551 2552 2553 2554 2555 2556 2557 2558 2559 2560 2561 2562 2563 2564 2565 2566 2567 2568 2569 2570 2571 2572 2573 2574 2575 2576 2577 2578 2579 2580 2581 2582 2583 2584 2585 2586 2587 2588 2589 2590 2591 2592 2593 2594 2595 2596 2597 2598 2599 2600 2601 2602 2603 2604 2605 2606 2607 2608 2609 2610 2611 2612 2613 2614 2615 2616 2617 2618 2619 2620 2621 2622 2623 2624 2625 2626 2627 2628 2629 2630 2631 2632 2633 2634 2635 2636 2637 2638 2639 2640 2641 2642 2643 2644 2645 2646 2647 2648 2649 2650 2651 2652 2653 2654 2655 2656 2657 2658 2659 2660 2661 2662 2663 2664 2665 2666 2667 2668 2669 2670 2671 2672 2673 2674 2675 2676 2677 2678 2679 2680 2681 2682 2683 2684 2685 2686 2687 2688 2689 2690 2691 2692 2693 2694 2695 2696 2697 2698 2699 2700 2701 2702 2703 2704 2705 2706
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<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="210mm"
   height="297mm"
   id="svg2"
   sodipodi:version="0.32"
   inkscape:version="0.45+devel"
   sodipodi:docname="BarraNoosfero.svg"
   inkscape:output_extension="org.inkscape.output.svg.inkscape"
   inkscape:export-filename="/home/valessio/Desktop/desenho2.png"
   inkscape:export-xdpi="95.527946"
   inkscape:export-ydpi="95.527946">
  <defs
     id="defs4">
    <linearGradient
       id="linearGradient3896"
       inkscape:collect="always">
      <stop
         id="stop3898"
         offset="0"
         style="stop-color:#a40000;stop-opacity:1" />
      <stop
         id="stop3900"
         offset="1"
         style="stop-color:#ef2929;stop-opacity:1" />
    </linearGradient>
    <linearGradient
       inkscape:collect="always"
       id="linearGradient3771">
      <stop
         style="stop-color:#3465a4;stop-opacity:1"
         offset="0"
         id="stop3773" />
      <stop
         style="stop-color:#729fcf;stop-opacity:1"
         offset="1"
         id="stop3775" />
    </linearGradient>
    <linearGradient
       inkscape:collect="always"
       id="linearGradient3747">
      <stop
         style="stop-color:#ffffff;stop-opacity:0.49264705"
         offset="0"
         id="stop3749" />
      <stop
         style="stop-color:#ffffff;stop-opacity:0;"
         offset="1"
         id="stop3751" />
    </linearGradient>
    <linearGradient
       inkscape:collect="always"
       id="linearGradient3444">
      <stop
         style="stop-color:#ef2929;stop-opacity:1;"
         offset="0"
         id="stop3446" />
      <stop
         style="stop-color:#ef2929;stop-opacity:0;"
         offset="1"
         id="stop3448" />
    </linearGradient>
    <linearGradient
       inkscape:collect="always"
       id="linearGradient3436">
      <stop
         style="stop-color:#75507b;stop-opacity:1;"
         offset="0"
         id="stop3438" />
      <stop
         style="stop-color:#75507b;stop-opacity:0;"
         offset="1"
         id="stop3440" />
    </linearGradient>
    <linearGradient
       inkscape:collect="always"
       id="linearGradient3742">
      <stop
         style="stop-color:#a40000;stop-opacity:1;"
         offset="0"
         id="stop3744" />
      <stop
         style="stop-color:#2e3436;stop-opacity:1"
         offset="1"
         id="stop3746" />
    </linearGradient>
    <linearGradient
       inkscape:collect="always"
       id="linearGradient3734">
      <stop
         style="stop-color:#204a87;stop-opacity:1;"
         offset="0"
         id="stop3736" />
      <stop
         style="stop-color:#2e3436;stop-opacity:1"
         offset="1"
         id="stop3738" />
    </linearGradient>
    <linearGradient
       inkscape:collect="always"
       id="linearGradient3726">
      <stop
         style="stop-color:#c4a000;stop-opacity:1;"
         offset="0"
         id="stop3728" />
      <stop
         style="stop-color:#2e3436;stop-opacity:1"
         offset="1"
         id="stop3730" />
    </linearGradient>
    <linearGradient
       inkscape:collect="always"
       id="linearGradient3718">
      <stop
         style="stop-color:#5c3566;stop-opacity:1;"
         offset="0"
         id="stop3720" />
      <stop
         style="stop-color:#2e3436;stop-opacity:1"
         offset="1"
         id="stop3722" />
    </linearGradient>
    <linearGradient
       id="linearGradient3315"
       inkscape:collect="always">
      <stop
         id="stop3317"
         offset="0"
         style="stop-color:#eeeeec;stop-opacity:1" />
      <stop
         id="stop3319"
         offset="1"
         style="stop-color:#eeeeec;stop-opacity:0" />
    </linearGradient>
    <linearGradient
       inkscape:collect="always"
       id="linearGradient3303">
      <stop
         style="stop-color:#2e3436;stop-opacity:1;"
         offset="0"
         id="stop3305" />
      <stop
         style="stop-color:#2e3436;stop-opacity:0;"
         offset="1"
         id="stop3307" />
    </linearGradient>
    <linearGradient
       inkscape:collect="always"
       xlink:href="#linearGradient3303"
       id="linearGradient3309"
       x1="98.729782"
       y1="-50.038319"
       x2="98.729782"
       y2="-59.147968"
       gradientUnits="userSpaceOnUse"
       gradientTransform="matrix(1,0,0,1.4592105,0,229.353)" />
    <linearGradient
       inkscape:collect="always"
       xlink:href="#linearGradient3315"
       id="linearGradient3313"
       gradientUnits="userSpaceOnUse"
       gradientTransform="matrix(1,0,0,0.4546607,0,-167.8645)"
       x1="98.729782"
       y1="-49.81768"
       x2="98.729782"
       y2="-59.141098" />
    <linearGradient
       inkscape:collect="always"
       xlink:href="#linearGradient3303"
       id="linearGradient3323"
       gradientUnits="userSpaceOnUse"
       gradientTransform="matrix(1,0,0,2.2250934,0,301.46689)"
       x1="98.729782"
       y1="-50.038319"
       x2="98.729782"
       y2="-59.147968" />
    <linearGradient
       inkscape:collect="always"
       xlink:href="#linearGradient3718"
       id="linearGradient3724"
       x1="424.02252"
       y1="28.52434"
       x2="403.02252"
       y2="28.52434"
       gradientUnits="userSpaceOnUse"
       gradientTransform="matrix(0.4842356,0,0,0.5501865,242.86469,130.91867)" />
    <linearGradient
       inkscape:collect="always"
       xlink:href="#linearGradient3726"
       id="linearGradient3732"
       x1="510.13409"
       y1="26.362183"
       x2="484.92963"
       y2="26.362183"
       gradientUnits="userSpaceOnUse"
       gradientTransform="matrix(0.4842356,0,0,0.5501865,294.86469,130.91867)" />
    <linearGradient
       inkscape:collect="always"
       xlink:href="#linearGradient3734"
       id="linearGradient3740"
       x1="588.61249"
       y1="28.52434"
       x2="565.02252"
       y2="28.52434"
       gradientUnits="userSpaceOnUse"
       gradientTransform="matrix(0.4842356,0,0,0.5501865,346.86469,130.91867)" />
    <linearGradient
       inkscape:collect="always"
       xlink:href="#linearGradient3742"
       id="linearGradient3748"
       x1="665.61462"
       y1="28.362183"
       x2="649.02203"
       y2="28.362183"
       gradientUnits="userSpaceOnUse"
       gradientTransform="matrix(0.4842356,0,0,0.5501865,364.86469,130.91867)" />
    <linearGradient
       inkscape:collect="always"
       xlink:href="#linearGradient3315"
       id="linearGradient3850"
       gradientUnits="userSpaceOnUse"
       gradientTransform="matrix(1,0,0,0.4546607,0,-349.8645)"
       x1="98.729782"
       y1="-49.81768"
       x2="98.729782"
       y2="-59.141098" />
    <linearGradient
       inkscape:collect="always"
       xlink:href="#linearGradient3303"
       id="linearGradient3852"
       gradientUnits="userSpaceOnUse"
       gradientTransform="matrix(1,0,0,4.4928348,0,596.58362)"
       x1="98.729782"
       y1="-50.038319"
       x2="98.729782"
       y2="-59.147968" />
    <linearGradient
       inkscape:collect="always"
       xlink:href="#linearGradient3718"
       id="linearGradient3854"
       gradientUnits="userSpaceOnUse"
       gradientTransform="matrix(0.4842356,0,0,0.5501865,242.86469,272.91867)"
       x1="424.02252"
       y1="28.52434"
       x2="403.02252"
       y2="28.52434" />
    <linearGradient
       inkscape:collect="always"
       xlink:href="#linearGradient3726"
       id="linearGradient3856"
       gradientUnits="userSpaceOnUse"
       gradientTransform="matrix(0.4842356,0,0,0.5501865,294.86469,272.91867)"
       x1="510.13409"
       y1="26.362183"
       x2="484.92963"
       y2="26.362183" />
    <linearGradient
       inkscape:collect="always"
       xlink:href="#linearGradient3734"
       id="linearGradient3858"
       gradientUnits="userSpaceOnUse"
       gradientTransform="matrix(0.4842356,0,0,0.5501865,346.86469,272.91867)"
       x1="588.61249"
       y1="28.52434"
       x2="565.02252"
       y2="28.52434" />
    <linearGradient
       inkscape:collect="always"
       xlink:href="#linearGradient3742"
       id="linearGradient3860"
       gradientUnits="userSpaceOnUse"
       gradientTransform="matrix(0.4842356,0,0,0.5501865,364.86469,272.91867)"
       x1="665.61462"
       y1="28.362183"
       x2="649.02203"
       y2="28.362183" />
    <linearGradient
       inkscape:collect="always"
       xlink:href="#linearGradient3303"
       id="linearGradient3862"
       gradientUnits="userSpaceOnUse"
       gradientTransform="matrix(1,0,0,1.4592105,0,371.353)"
       x1="98.729782"
       y1="-50.038319"
       x2="98.729782"
       y2="-59.147968" />
    <linearGradient
       inkscape:collect="always"
       xlink:href="#linearGradient3303"
       id="linearGradient3868"
       gradientUnits="userSpaceOnUse"
       gradientTransform="matrix(0.2835315,0,0,1.4592105,534.39684,371.353)"
       x1="98.729782"
       y1="-50.038319"
       x2="98.729782"
       y2="-59.147968" />
    <linearGradient
       inkscape:collect="always"
       xlink:href="#linearGradient3315"
       id="linearGradient4096"
       gradientUnits="userSpaceOnUse"
       gradientTransform="matrix(1,0,0,0.4546607,0,-509.8645)"
       x1="98.729782"
       y1="-49.81768"
       x2="98.729782"
       y2="-59.141098" />
    <linearGradient
       inkscape:collect="always"
       xlink:href="#linearGradient3303"
       id="linearGradient4098"
       gradientUnits="userSpaceOnUse"
       gradientTransform="matrix(1,0,0,4.4928348,0,756.58362)"
       x1="98.729782"
       y1="-50.038319"
       x2="98.729782"
       y2="-59.147968" />
    <linearGradient
       inkscape:collect="always"
       xlink:href="#linearGradient3303"
       id="linearGradient4100"
       gradientUnits="userSpaceOnUse"
       gradientTransform="matrix(1,0,0,1.4592105,0,531.353)"
       x1="98.729782"
       y1="-50.038319"
       x2="98.729782"
       y2="-59.147968" />
    <linearGradient
       inkscape:collect="always"
       xlink:href="#linearGradient3718"
       id="linearGradient4102"
       gradientUnits="userSpaceOnUse"
       gradientTransform="matrix(0.4842356,0,0,0.5501865,242.86469,432.91867)"
       x1="424.02252"
       y1="28.52434"
       x2="403.02252"
       y2="28.52434" />
    <linearGradient
       inkscape:collect="always"
       xlink:href="#linearGradient3726"
       id="linearGradient4104"
       gradientUnits="userSpaceOnUse"
       gradientTransform="matrix(0.4842356,0,0,0.5501865,294.86469,432.91867)"
       x1="510.13409"
       y1="26.362183"
       x2="484.92963"
       y2="26.362183" />
    <linearGradient
       inkscape:collect="always"
       xlink:href="#linearGradient3734"
       id="linearGradient4106"
       gradientUnits="userSpaceOnUse"
       gradientTransform="matrix(0.4842356,0,0,0.5501865,346.86469,432.91867)"
       x1="588.61249"
       y1="28.52434"
       x2="565.02252"
       y2="28.52434" />
    <linearGradient
       inkscape:collect="always"
       xlink:href="#linearGradient3742"
       id="linearGradient4108"
       gradientUnits="userSpaceOnUse"
       gradientTransform="matrix(0.4842356,0,0,0.5501865,364.86469,432.91867)"
       x1="665.61462"
       y1="28.362183"
       x2="649.02203"
       y2="28.362183" />
    <linearGradient
       inkscape:collect="always"
       xlink:href="#linearGradient3303"
       id="linearGradient4110"
       gradientUnits="userSpaceOnUse"
       gradientTransform="matrix(0.1608724,0,0,1.4592105,625.8854,531.353)"
       x1="98.729782"
       y1="-50.038319"
       x2="98.729782"
       y2="-59.147968" />
    <linearGradient
       inkscape:collect="always"
       xlink:href="#linearGradient3315"
       id="linearGradient4527"
       gradientUnits="userSpaceOnUse"
       gradientTransform="matrix(1,0,0,0.4546607,0,-655.8645)"
       x1="98.729782"
       y1="-49.81768"
       x2="98.729782"
       y2="-59.141098" />
    <linearGradient
       inkscape:collect="always"
       xlink:href="#linearGradient3303"
       id="linearGradient4529"
       gradientUnits="userSpaceOnUse"
       gradientTransform="matrix(1,0,0,4.4928348,0,902.58362)"
       x1="98.729782"
       y1="-50.038319"
       x2="98.729782"
       y2="-59.147968" />
    <linearGradient
       inkscape:collect="always"
       xlink:href="#linearGradient3303"
       id="linearGradient4531"
       gradientUnits="userSpaceOnUse"
       gradientTransform="matrix(1,0,0,1.4592105,0,677.353)"
       x1="98.729782"
       y1="-50.038319"
       x2="98.729782"
       y2="-59.147968" />
    <linearGradient
       inkscape:collect="always"
       xlink:href="#linearGradient3718"
       id="linearGradient4533"
       gradientUnits="userSpaceOnUse"
       gradientTransform="matrix(0.4842356,0,0,0.5501865,242.86469,578.91867)"
       x1="424.02252"
       y1="28.52434"
       x2="403.02252"
       y2="28.52434" />
    <linearGradient
       inkscape:collect="always"
       xlink:href="#linearGradient3726"
       id="linearGradient4535"
       gradientUnits="userSpaceOnUse"
       gradientTransform="matrix(0.4842356,0,0,0.5501865,294.86469,578.91867)"
       x1="510.13409"
       y1="26.362183"
       x2="484.92963"
       y2="26.362183" />
    <linearGradient
       inkscape:collect="always"
       xlink:href="#linearGradient3734"
       id="linearGradient4537"
       gradientUnits="userSpaceOnUse"
       gradientTransform="matrix(0.4842356,0,0,0.5501865,346.86469,578.91867)"
       x1="588.61249"
       y1="28.52434"
       x2="565.02252"
       y2="28.52434" />
    <linearGradient
       inkscape:collect="always"
       xlink:href="#linearGradient3742"
       id="linearGradient4539"
       gradientUnits="userSpaceOnUse"
       gradientTransform="matrix(0.4842356,0,0,0.5501865,364.86469,578.91867)"
       x1="665.61462"
       y1="28.362183"
       x2="649.02203"
       y2="28.362183" />
    <linearGradient
       inkscape:collect="always"
       xlink:href="#linearGradient3303"
       id="linearGradient4541"
       gradientUnits="userSpaceOnUse"
       gradientTransform="matrix(8.2328161e-2,0,0,1.4592105,684.46965,677.353)"
       x1="98.729782"
       y1="-50.038319"
       x2="98.729782"
       y2="-59.147968" />
    <linearGradient
       inkscape:collect="always"
       xlink:href="#linearGradient3718"
       id="linearGradient4675"
       gradientUnits="userSpaceOnUse"
       gradientTransform="matrix(0.4842356,0,0,0.5501865,242.86469,742.91867)"
       x1="424.02252"
       y1="28.52434"
       x2="403.02252"
       y2="28.52434" />
    <linearGradient
       inkscape:collect="always"
       xlink:href="#linearGradient3726"
       id="linearGradient4677"
       gradientUnits="userSpaceOnUse"
       gradientTransform="matrix(0.4842356,0,0,0.5501865,294.86469,742.91867)"
       x1="510.13409"
       y1="26.362183"
       x2="484.92963"
       y2="26.362183" />
    <linearGradient
       inkscape:collect="always"
       xlink:href="#linearGradient3315"
       id="linearGradient4679"
       gradientUnits="userSpaceOnUse"
       gradientTransform="matrix(1,0,0,0.4546607,0,-819.8645)"
       x1="98.729782"
       y1="-49.81768"
       x2="98.729782"
       y2="-59.141098" />
    <linearGradient
       inkscape:collect="always"
       xlink:href="#linearGradient3303"
       id="linearGradient4681"
       gradientUnits="userSpaceOnUse"
       gradientTransform="matrix(1,0,0,4.4928348,0,1066.5836)"
       x1="98.729782"
       y1="-50.038319"
       x2="98.729782"
       y2="-59.147968" />
    <linearGradient
       inkscape:collect="always"
       xlink:href="#linearGradient3303"
       id="linearGradient4683"
       gradientUnits="userSpaceOnUse"
       gradientTransform="matrix(1,0,0,1.4592105,0,841.353)"
       x1="98.729782"
       y1="-50.038319"
       x2="98.729782"
       y2="-59.147968" />
    <linearGradient
       inkscape:collect="always"
       xlink:href="#linearGradient3734"
       id="linearGradient4685"
       gradientUnits="userSpaceOnUse"
       gradientTransform="matrix(0.4842356,0,0,0.5501865,346.86469,742.91867)"
       x1="588.61249"
       y1="28.52434"
       x2="565.02252"
       y2="28.52434" />
    <linearGradient
       inkscape:collect="always"
       xlink:href="#linearGradient3742"
       id="linearGradient4687"
       gradientUnits="userSpaceOnUse"
       gradientTransform="matrix(0.4842356,0,0,0.5501865,364.86469,742.91867)"
       x1="665.61462"
       y1="28.362183"
       x2="649.02203"
       y2="28.362183" />
    <linearGradient
       inkscape:collect="always"
       xlink:href="#linearGradient3315"
       id="linearGradient4747"
       gradientUnits="userSpaceOnUse"
       gradientTransform="matrix(1,0,0,0.4546607,0,-51.8645)"
       x1="98.729782"
       y1="-49.81768"
       x2="98.729782"
       y2="-59.141098" />
    <linearGradient
       inkscape:collect="always"
       xlink:href="#linearGradient3303"
       id="linearGradient4749"
       gradientUnits="userSpaceOnUse"
       gradientTransform="matrix(1,0,0,2.2250934,0,185.46689)"
       x1="98.729782"
       y1="-50.038319"
       x2="98.729782"
       y2="-59.147968" />
    <linearGradient
       inkscape:collect="always"
       xlink:href="#linearGradient3718"
       id="linearGradient4751"
       gradientUnits="userSpaceOnUse"
       gradientTransform="matrix(0.4842356,0,0,0.5501865,242.86469,14.91867)"
       x1="424.02252"
       y1="28.52434"
       x2="403.02252"
       y2="28.52434" />
    <linearGradient
       inkscape:collect="always"
       xlink:href="#linearGradient3726"
       id="linearGradient4753"
       gradientUnits="userSpaceOnUse"
       gradientTransform="matrix(0.4842356,0,0,0.5501865,294.86469,14.91867)"
       x1="510.13409"
       y1="26.362183"
       x2="484.92963"
       y2="26.362183" />
    <linearGradient
       inkscape:collect="always"
       xlink:href="#linearGradient3734"
       id="linearGradient4755"
       gradientUnits="userSpaceOnUse"
       gradientTransform="matrix(0.4842356,0,0,0.5501865,346.86469,14.91867)"
       x1="588.61249"
       y1="28.52434"
       x2="565.02252"
       y2="28.52434" />
    <linearGradient
       inkscape:collect="always"
       xlink:href="#linearGradient3742"
       id="linearGradient4757"
       gradientUnits="userSpaceOnUse"
       gradientTransform="matrix(0.4842356,0,0,0.5501865,364.86469,14.91867)"
       x1="665.61462"
       y1="28.362183"
       x2="649.02203"
       y2="28.362183" />
    <linearGradient
       inkscape:collect="always"
       xlink:href="#linearGradient3303"
       id="linearGradient4759"
       gradientUnits="userSpaceOnUse"
       gradientTransform="matrix(1,0,0,1.4592105,0,113.353)"
       x1="98.729782"
       y1="-50.038319"
       x2="98.729782"
       y2="-59.147968" />
    <linearGradient
       inkscape:collect="always"
       xlink:href="#linearGradient3436"
       id="linearGradient3442"
       x1="-1074.0952"
       y1="14.501079"
       x2="-1074.0952"
       y2="-0.87946224"
       gradientUnits="userSpaceOnUse"
       gradientTransform="matrix(1.0856872,0,0,1.4730118,84.529854,4.0649492)" />
    <linearGradient
       inkscape:collect="always"
       xlink:href="#linearGradient3444"
       id="linearGradient3450"
       x1="-1001.2632"
       y1="17.16153"
       x2="-1001.2632"
       y2="0.15369748"
       gradientUnits="userSpaceOnUse"
       gradientTransform="matrix(1.0856872,0,0,1.4730118,84.529854,4.0649492)" />
    <linearGradient
       inkscape:collect="always"
       xlink:href="#linearGradient3747"
       id="linearGradient3753"
       x1="-1523.9161"
       y1="4.450161"
       x2="-1523.9161"
       y2="-19.423532"
       gradientUnits="userSpaceOnUse" />
    <linearGradient
       inkscape:collect="always"
       xlink:href="#linearGradient3771"
       id="linearGradient3777"
       x1="-1316"
       y1="-39.381077"
       x2="-1316"
       y2="-17.386173"
       gradientUnits="userSpaceOnUse"
       gradientTransform="translate(0,40)" />
    <linearGradient
       inkscape:collect="always"
       xlink:href="#linearGradient3436"
       id="linearGradient3871"
       gradientUnits="userSpaceOnUse"
       gradientTransform="matrix(1.0856872,0,0,1.4730118,84.529854,84.06495)"
       x1="-1074.0952"
       y1="14.501079"
       x2="-1074.0952"
       y2="-0.87946224" />
    <linearGradient
       inkscape:collect="always"
       xlink:href="#linearGradient3444"
       id="linearGradient3873"
       gradientUnits="userSpaceOnUse"
       gradientTransform="matrix(1.0856872,0,0,1.4730118,84.529854,84.06495)"
       x1="-1001.2632"
       y1="17.16153"
       x2="-1001.2632"
       y2="0.15369748" />
    <linearGradient
       inkscape:collect="always"
       xlink:href="#linearGradient3747"
       id="linearGradient3879"
       gradientUnits="userSpaceOnUse"
       x1="-1523.9161"
       y1="4.450161"
       x2="-1523.9161"
       y2="-19.423532"
       gradientTransform="translate(0,-80)" />
    <linearGradient
       inkscape:collect="always"
       xlink:href="#linearGradient3896"
       id="linearGradient3894"
       gradientUnits="userSpaceOnUse"
       gradientTransform="translate(80,120)"
       x1="-1316"
       y1="-39.381077"
       x2="-1316"
       y2="-17.386173" />
    <linearGradient
       inkscape:collect="always"
       xlink:href="#linearGradient3747"
       id="linearGradient3904"
       gradientUnits="userSpaceOnUse"
       x1="-1523.9161"
       y1="4.450161"
       x2="-1523.9161"
       y2="-19.423532"
       gradientTransform="matrix(1,0,0,0.1099236,0,3.9548216)" />
  </defs>
  <sodipodi:namedview
     id="base"
     pagecolor="#ffffff"
     bordercolor="#666666"
     borderopacity="1.0"
     inkscape:pageopacity="0.0"
     inkscape:pageshadow="2"
     inkscape:zoom="1"
     inkscape:cx="-1402.4565"
     inkscape:cy="1003.8057"
     inkscape:document-units="px"
     inkscape:current-layer="layer1"
     inkscape:window-width="1280"
     inkscape:window-height="725"
     inkscape:window-x="0"
     inkscape:window-y="25"
     showguides="true"
     inkscape:guide-bbox="true" />
  <metadata
     id="metadata7">
    <rdf:RDF>
      <cc:Work
         rdf:about="">
        <dc:format>image/svg+xml</dc:format>
        <dc:type
           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
      </cc:Work>
    </rdf:RDF>
  </metadata>
  <g
     inkscape:label="Camada 1"
     inkscape:groupmode="layer"
     id="layer1">
    <rect
       style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.07590352;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
       id="rect3920"
       width="751"
       height="168"
       x="-1677"
       y="-9.6378174"
       inkscape:export-filename="/home/valessio/Desktop/NoosferoBar.png"
       inkscape:export-xdpi="95.89286"
       inkscape:export-ydpi="95.89286" />
    <path
       style="opacity:1;fill:#204a87;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
       d="M -1674.5312,-4.4375 L -1674.5312,28.21875 L -1674.4375,28.21875 L -1674.4375,62.9375 L -928.4375,62.9375 L -928.4375,28.21875 L -927.8125,28.21875 L -927.8125,-4.4375 L -1674.5312,-4.4375 z M -1671.4375,28.21875 L -931.4375,28.21875 L -931.4375,58.6875 L -1671.4375,58.6875 L -1671.4375,28.21875 z"
       id="rect4484"
       sodipodi:nodetypes="cccccccccccccc" />
    <rect
       style="opacity:1;fill:#ce5c00;fill-opacity:1;stroke:#ce5c00;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
       id="rect3912"
       width="76.740646"
       height="25.207016"
       x="-1094.7533"
       y="-0.15604506" />
    <path
       sodipodi:nodetypes="cccccccccccccc"
       id="path3801"
       d="M -1674.5312,75.5625 L -1674.5312,108.21875 L -1674.4375,108.21875 L -1674.4375,142.9375 L -928.4375,142.9375 L -928.4375,108.21875 L -927.8125,108.21875 L -927.8125,75.5625 L -1674.5312,75.5625 z M -1671.4375,108.21875 L -931.4375,108.21875 L -931.4375,138.6875 L -1671.4375,138.6875 L -1671.4375,108.21875 z"
       style="opacity:1;fill:#a40000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
    <rect
       y="79.843964"
       x="-1334.7533"
       height="25.207016"
       width="76.740646"
       id="rect3881"
       style="opacity:1;fill:#204a87;fill-opacity:1;stroke:#204a87;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
    <g
       id="g4788"
       transform="translate(-2,-42)">
      <path
         sodipodi:nodetypes="ccccccccc"
         id="rect4779"
         d="M 21.84062,71.08174 L 168.91883,71.08174 C 175.18663,71.08174 180.23254,76.12765 180.23254,82.39545 L 180.23254,131.70916 C 180.23254,137.97696 175.18663,143.02287 168.91883,143.02287 L 21.84062,143.02287 C 15.572826,143.02287 10.526912,137.97696 10.526912,131.70916 L 10.526912,82.39545 C 10.526912,76.12765 15.572826,71.08174 21.84062,71.08174 z"
         style="color:#000000;fill:#ce5c00;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;filter:url(#filter3533);enable-background:accumulate" />
      <text
         sodipodi:linespacing="125%"
         id="text4782"
         y="135.47487"
         x="95.507767"
         style="font-size:12.57414818px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:center;line-height:125%;writing-mode:lr-tb;text-anchor:middle;fill:#eeeeec;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Sans"
         xml:space="preserve"><tspan
           y="135.47487"
           x="95.507767"
           id="tspan4784"
           sodipodi:role="line">Busca Rápida</tspan></text>
      <rect
         y="97.384911"
         x="19.022728"
         height="21.954546"
         width="153.68182"
         id="rect4786"
         style="opacity:1;color:#000000;fill:#eeeeec;fill-opacity:1;fill-rule:nonzero;stroke:#f57900;stroke-width:1.0454545px;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;filter:url(#filter3533);enable-background:accumulate" />
    </g>
    <rect
       y="-643.14111"
       x="-0.84184682"
       height="58.087425"
       width="746.71814"
       id="rect4395"
       style="opacity:1;color:#000000;fill:#4e9a06;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
       transform="scale(1,-1)" />
    <path
       sodipodi:nodetypes="ccccc"
       id="path4425"
       d="M 443.17762,584.69533 L 545.0805,584.69533 L 545.0805,604.52943 L 443.17762,604.52943 C 435.5686,595.87817 437.08123,593.43709 443.17762,584.69533 z"
       style="fill:url(#linearGradient4533);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.59509784px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
    <path
       style="fill:url(#linearGradient4535);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.59509784px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
       d="M 534.88494,584.69533 L 636.78782,584.69533 L 636.78782,604.52943 L 534.88494,604.52943 C 527.27592,595.87817 528.78854,593.43709 534.88494,584.69533 z"
       id="path4431"
       sodipodi:nodetypes="ccccc" />
    <rect
       y="-497.14111"
       x="-0.84184682"
       height="58.087425"
       width="746.71814"
       id="rect3964"
       style="opacity:1;color:#000000;fill:#4e9a06;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
       transform="scale(1,-1)" />
    <path
       sodipodi:nodetypes="ccccc"
       id="path3994"
       d="M 443.17762,438.69533 L 545.0805,438.69533 L 545.0805,458.52943 L 443.17762,458.52943 C 435.5686,449.87817 437.08123,447.43709 443.17762,438.69533 z"
       style="fill:url(#linearGradient4102);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.59509784px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
    <rect
       transform="scale(1,-1)"
       style="opacity:1;color:#000000;fill:#4e9a06;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
       id="rect3794"
       width="746.71814"
       height="58.087425"
       x="-0.84184682"
       y="-337.14111" />
    <path
       style="color:#000000;fill:#5c3566;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
       d="M -0.84184682,377.1411 L 745.87629,377.1411 L 745.87629,298.30367 L -0.84184682,298.30367 L -0.84184682,377.1411 z"
       id="rect3864"
       sodipodi:nodetypes="ccccc" />
    <rect
       transform="scale(1,-1)"
       style="opacity:0.39575973;color:#000000;fill:url(#linearGradient3850);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
       id="rect3796"
       width="746.71814"
       height="4.2103004"
       x="-0.84184682"
       y="-376.75363" />
    <rect
       style="opacity:0.24734982;color:#000000;fill:url(#linearGradient3852);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
       id="rect3798"
       width="746.71814"
       height="41.605068"
       x="-0.84184682"
       y="330.87241" />
    <rect
       y="285.05368"
       x="-0.84184682"
       height="13.512748"
       width="746.71814"
       id="rect3808"
       style="opacity:0.62190815;color:#000000;fill:url(#linearGradient3862);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
    <text
       sodipodi:linespacing="125%"
       id="text3826"
       y="293.47668"
       x="402.89023"
       style="font-size:13.34101772px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:center;text-decoration:none;line-height:125%;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:middle;opacity:1;color:#000000;fill:#d3d7cf;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Bitstream Vera Sans"
       xml:space="preserve"><tspan
         y="293.47668"
         x="402.89023"
         id="tspan3828"
         sodipodi:role="line">Profile</tspan></text>
    <text
       sodipodi:linespacing="125%"
       id="text3830"
       y="291.7652"
       x="152.05014"
       style="font-size:10.66766834px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:center;line-height:125%;writing-mode:lr-tb;text-anchor:middle;fill:#2e3436;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Sans"
       xml:space="preserve"><tspan
         y="291.7652"
         x="152.05014"
         id="tspan3832"
         sodipodi:role="line">Acessibilidade | Central de Buscas | Ir para o conteúdo</tspan></text>
    <text
       sodipodi:linespacing="125%"
       id="text3834"
       y="317.47485"
       x="101.50777"
       style="font-size:12.57414818px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:center;line-height:125%;writing-mode:lr-tb;text-anchor:middle;fill:#eeeeec;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Sans"
       xml:space="preserve"><tspan
         y="317.47485"
         x="101.50777"
         id="tspan3836"
         sodipodi:role="line">Formação</tspan></text>
    <text
       xml:space="preserve"
       style="font-size:12.57414818px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:center;line-height:125%;writing-mode:lr-tb;text-anchor:middle;fill:#eeeeec;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Sans"
       x="279.50775"
       y="317.47485"
       id="text3838"
       sodipodi:linespacing="125%"><tspan
         sodipodi:role="line"
         id="tspan3840"
         x="279.50775"
         y="317.47485">Finanças Sociais</tspan></text>
    <text
       sodipodi:linespacing="125%"
       id="text3842"
       y="317.47485"
       x="429.50775"
       style="font-size:12.57414818px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:center;line-height:125%;writing-mode:lr-tb;text-anchor:middle;fill:#eeeeec;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Sans"
       xml:space="preserve"><tspan
         y="317.47485"
         x="429.50775"
         id="tspan3844"
         sodipodi:role="line">Marco Legal</tspan></text>
    <path
       style="fill:url(#linearGradient3854);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.59509784px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
       d="M 443.17762,278.69533 L 545.0805,278.69533 L 545.0805,298.52943 L 443.17762,298.52943 C 435.5686,289.87817 437.08123,287.43709 443.17762,278.69533 z"
       id="path3800"
       sodipodi:nodetypes="ccccc" />
    <text
       sodipodi:linespacing="125%"
       id="text3810"
       y="293.25391"
       x="486.12946"
       style="font-size:14.14984322px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:center;text-decoration:none;line-height:125%;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:middle;opacity:1;color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Bitstream Vera Sans"
       xml:space="preserve"><tspan
         y="293.25391"
         x="486.12946"
         id="tspan3812"
         sodipodi:role="line">Temáticas</tspan></text>
    <path
       sodipodi:nodetypes="ccccc"
       id="path3802"
       d="M 534.88494,278.69533 L 636.78782,278.69533 L 636.78782,298.52943 L 534.88494,298.52943 C 527.27592,289.87817 528.78854,287.43709 534.88494,278.69533 z"
       style="fill:url(#linearGradient3856);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.59509784px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
    <path
       style="fill:url(#linearGradient3858);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.59509784px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
       d="M 625.62378,278.69533 L 687.52666,278.69533 L 687.52666,288.61238 L 687.52666,298.52943 L 625.62378,298.52943 C 618.01476,289.87817 619.52739,287.43709 625.62378,278.69533 z"
       id="path3804"
       sodipodi:nodetypes="cccccc" />
    <path
       sodipodi:nodetypes="ccccc"
       id="path3806"
       d="M 684.29957,278.69533 L 746.20245,278.69533 L 746.20245,298.52943 L 684.29957,298.52943 C 676.69055,289.87817 678.20317,287.43709 684.29957,278.69533 z"
       style="fill:url(#linearGradient3860);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.59509784px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
    <path
       style="opacity:0.62190815;color:#000000;fill:url(#linearGradient3868);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
       d="M 528.15814,285.05367 L 745.87628,285.05367 L 745.87628,298.56642 L 534.15814,298.56642 C 530.71044,294.06217 529.72669,289.55792 528.15814,285.05367 z"
       id="rect3866"
       sodipodi:nodetypes="ccccc" />
    <text
       xml:space="preserve"
       style="font-size:12.57414818px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:center;line-height:125%;writing-mode:lr-tb;text-anchor:middle;fill:#eeeeec;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Sans"
       x="555.50775"
       y="315.47485"
       id="text3871"
       sodipodi:linespacing="125%"><tspan
         sodipodi:role="line"
         id="tspan3873"
         x="555.50775"
         y="315.47485">Software</tspan></text>
    <text
       xml:space="preserve"
       style="font-size:12.57414818px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:center;line-height:125%;writing-mode:lr-tb;text-anchor:middle;fill:#eeeeec;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Sans"
       x="41.507767"
       y="341.47485"
       id="text3876"
       sodipodi:linespacing="125%"><tspan
         sodipodi:role="line"
         id="tspan3878"
         x="41.507767"
         y="341.47485">Formação</tspan></text>
    <text
       sodipodi:linespacing="125%"
       id="text3880"
       y="341.47485"
       x="219.50775"
       style="font-size:12.57414818px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:center;line-height:125%;writing-mode:lr-tb;text-anchor:middle;fill:#eeeeec;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Sans"
       xml:space="preserve"><tspan
         y="341.47485"
         x="219.50775"
         id="tspan3882"
         sodipodi:role="line">Finanças Sociais</tspan></text>
    <text
       xml:space="preserve"
       style="font-size:12.57414818px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:center;line-height:125%;writing-mode:lr-tb;text-anchor:middle;fill:#eeeeec;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Sans"
       x="369.50775"
       y="341.47485"
       id="text3884"
       sodipodi:linespacing="125%"><tspan
         sodipodi:role="line"
         id="tspan3886"
         x="369.50775"
         y="341.47485">Marco Legal</tspan></text>
    <text
       sodipodi:linespacing="125%"
       id="text3888"
       y="339.47485"
       x="495.50775"
       style="font-size:12.57414818px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:center;line-height:125%;writing-mode:lr-tb;text-anchor:middle;fill:#eeeeec;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Sans"
       xml:space="preserve"><tspan
         y="339.47485"
         x="495.50775"
         id="tspan3890"
         sodipodi:role="line">Software</tspan></text>
    <text
       sodipodi:linespacing="125%"
       id="text3892"
       y="365.47485"
       x="101.50777"
       style="font-size:12.57414818px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:center;line-height:125%;writing-mode:lr-tb;text-anchor:middle;fill:#eeeeec;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Sans"
       xml:space="preserve"><tspan
         y="365.47485"
         x="101.50777"
         id="tspan3894"
         sodipodi:role="line">Formação</tspan></text>
    <text
       xml:space="preserve"
       style="font-size:12.57414818px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:center;line-height:125%;writing-mode:lr-tb;text-anchor:middle;fill:#eeeeec;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Sans"
       x="279.50775"
       y="365.47485"
       id="text3896"
       sodipodi:linespacing="125%"><tspan
         sodipodi:role="line"
         id="tspan3898"
         x="279.50775"
         y="365.47485">Finanças Sociais</tspan></text>
    <text
       sodipodi:linespacing="125%"
       id="text3900"
       y="365.47485"
       x="429.50775"
       style="font-size:12.57414818px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:center;line-height:125%;writing-mode:lr-tb;text-anchor:middle;fill:#eeeeec;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Sans"
       xml:space="preserve"><tspan
         y="365.47485"
         x="429.50775"
         id="tspan3902"
         sodipodi:role="line">Marco Legal</tspan></text>
    <text
       xml:space="preserve"
       style="font-size:12.57414818px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:center;line-height:125%;writing-mode:lr-tb;text-anchor:middle;fill:#eeeeec;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Sans"
       x="555.50775"
       y="363.47485"
       id="text3904"
       sodipodi:linespacing="125%"><tspan
         sodipodi:role="line"
         id="tspan3906"
         x="555.50775"
         y="363.47485">Software</tspan></text>
    <text
       sodipodi:linespacing="125%"
       id="text3908"
       y="315.47485"
       x="675.50775"
       style="font-size:12.57414818px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:center;line-height:125%;writing-mode:lr-tb;text-anchor:middle;fill:#eeeeec;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Sans"
       xml:space="preserve"><tspan
         y="315.47485"
         x="675.50775"
         id="tspan3910"
         sodipodi:role="line">Software</tspan></text>
    <text
       xml:space="preserve"
       style="font-size:12.57414818px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:center;line-height:125%;writing-mode:lr-tb;text-anchor:middle;fill:#eeeeec;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Sans"
       x="615.50775"
       y="339.47485"
       id="text3912"
       sodipodi:linespacing="125%"><tspan
         sodipodi:role="line"
         id="tspan3914"
         x="615.50775"
         y="339.47485">Software</tspan></text>
    <text
       sodipodi:linespacing="125%"
       id="text3916"
       y="363.47485"
       x="675.50775"
       style="font-size:12.57414818px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:center;line-height:125%;writing-mode:lr-tb;text-anchor:middle;fill:#eeeeec;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Sans"
       xml:space="preserve"><tspan
         y="363.47485"
         x="675.50775"
         id="tspan3918"
         sodipodi:role="line">Software</tspan></text>
    <path
       style="fill:none;fill-rule:evenodd;stroke:#75507b;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
       d="M 3,323.36218 L 741,323.36218"
       id="path3920" />
    <path
       id="path3922"
       d="M 3,349.36218 L 741,349.36218"
       style="fill:none;fill-rule:evenodd;stroke:#75507b;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
    <path
       style="fill:none;fill-rule:evenodd;stroke:#75507b;stroke-width:0.95493352px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
       d="M 187.22747,372.63471 L 187.22747,349.83965"
       id="path3940" />
    <path
       style="fill:none;fill-rule:evenodd;stroke:#75507b;stroke-width:0.95493352px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
       d="M 364.24597,372.63471 L 364.24597,349.83965"
       id="path3942" />
    <path
       style="fill:none;fill-rule:evenodd;stroke:#75507b;stroke-width:0.95493352px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
       d="M 498.25999,372.63471 L 498.25999,349.83965"
       id="path3944" />
    <path
       style="fill:none;fill-rule:evenodd;stroke:#75507b;stroke-width:0.95493352px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
       d="M 618.27253,372.63471 L 618.27253,349.83965"
       id="path3946" />
    <path
       style="fill:none;fill-rule:evenodd;stroke:#75507b;stroke-width:0.95493352px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
       d="M 123.47747,348.75971 L 123.47747,325.96465"
       id="path3948" />
    <path
       style="fill:none;fill-rule:evenodd;stroke:#75507b;stroke-width:0.95493352px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
       d="M 300.49597,348.75971 L 300.49597,325.96465"
       id="path3950" />
    <path
       style="fill:none;fill-rule:evenodd;stroke:#75507b;stroke-width:0.95493352px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
       d="M 434.50999,348.75971 L 434.50999,325.96465"
       id="path3952" />
    <path
       style="fill:none;fill-rule:evenodd;stroke:#75507b;stroke-width:0.95493352px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
       d="M 554.52253,348.75971 L 554.52253,325.96465"
       id="path3954" />
    <path
       style="fill:none;fill-rule:evenodd;stroke:#75507b;stroke-width:0.95493352px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
       d="M 177.47747,322.75971 L 177.47747,299.96465"
       id="path3956" />
    <path
       style="fill:none;fill-rule:evenodd;stroke:#75507b;stroke-width:0.95493352px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
       d="M 354.49597,322.75971 L 354.49597,299.96465"
       id="path3958" />
    <path
       style="fill:none;fill-rule:evenodd;stroke:#75507b;stroke-width:0.95493352px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
       d="M 488.50999,322.75971 L 488.50999,299.96465"
       id="path3960" />
    <path
       style="fill:none;fill-rule:evenodd;stroke:#75507b;stroke-width:0.95493352px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
       d="M 608.52253,322.75971 L 608.52253,299.96465"
       id="path3962" />
    <text
       sodipodi:linespacing="125%"
       id="text3814"
       y="293.25391"
       x="578.44489"
       style="font-size:13.34101772px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:center;line-height:125%;writing-mode:lr-tb;text-anchor:middle;fill:#d3d7cf;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Sans"
       xml:space="preserve"><tspan
         y="293.25391"
         x="578.44489"
         id="tspan3816"
         sodipodi:role="line">Territorios</tspan></text>
    <text
       sodipodi:linespacing="125%"
       id="text3818"
       y="293.25391"
       x="652.9458"
       style="font-size:13.34101772px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:center;line-height:125%;writing-mode:lr-tb;text-anchor:middle;fill:#d3d7cf;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Sans"
       xml:space="preserve"><tspan
         y="293.25391"
         x="652.9458"
         id="tspan3820"
         sodipodi:role="line">Redes</tspan></text>
    <text
       sodipodi:linespacing="125%"
       id="text3822"
       y="293.25391"
       x="714.32355"
       style="font-size:13.34101772px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:center;line-height:125%;writing-mode:lr-tb;text-anchor:middle;fill:#d3d7cf;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Sans"
       xml:space="preserve"><tspan
         y="293.25391"
         x="714.32355"
         id="tspan3824"
         sodipodi:role="line">Cadeias</tspan></text>
    <path
       sodipodi:nodetypes="ccccc"
       id="path3966"
       d="M -0.84184682,537.1411 L 745.87629,537.1411 L 745.87629,458.30367 L -0.84184682,458.30367 L -0.84184682,537.1411 z"
       style="color:#000000;fill:#c4a000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
    <rect
       y="-536.75366"
       x="-0.84184682"
       height="4.2103004"
       width="746.71814"
       id="rect3968"
       style="opacity:0.39575973;color:#000000;fill:url(#linearGradient4096);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
       transform="scale(1,-1)" />
    <rect
       y="490.87241"
       x="-0.84184682"
       height="41.605068"
       width="746.71814"
       id="rect3970"
       style="opacity:0.24734982;color:#000000;fill:url(#linearGradient4098);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
    <rect
       style="opacity:0.62190815;color:#000000;fill:url(#linearGradient4100);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
       id="rect3972"
       width="746.71814"
       height="13.512748"
       x="-0.84184682"
       y="445.05368" />
    <text
       xml:space="preserve"
       style="font-size:13.34101772px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:center;text-decoration:none;line-height:125%;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:middle;opacity:1;color:#000000;fill:#d3d7cf;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Bitstream Vera Sans"
       x="402.89023"
       y="453.47668"
       id="text3974"
       sodipodi:linespacing="125%"><tspan
         sodipodi:role="line"
         id="tspan3976"
         x="402.89023"
         y="453.47668">Profile</tspan></text>
    <text
       xml:space="preserve"
       style="font-size:10.66766834px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:center;line-height:125%;writing-mode:lr-tb;text-anchor:middle;fill:#2e3436;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Sans"
       x="152.05014"
       y="451.7652"
       id="text3978"
       sodipodi:linespacing="125%"><tspan
         sodipodi:role="line"
         id="tspan3980"
         x="152.05014"
         y="451.7652">Acessibilidade | Central de Buscas | Ir para o conteúdo</tspan></text>
    <text
       xml:space="preserve"
       style="font-size:13.34101772px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:center;line-height:125%;writing-mode:lr-tb;text-anchor:middle;fill:#d3d7cf;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Sans"
       x="486.12946"
       y="453.25391"
       id="text3996"
       sodipodi:linespacing="125%"><tspan
         sodipodi:role="line"
         id="tspan3998"
         x="486.12946"
         y="453.25391">Temáticas</tspan></text>
    <path
       style="fill:url(#linearGradient4104);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.59509784px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
       d="M 534.88494,438.69533 L 636.78782,438.69533 L 636.78782,458.52943 L 534.88494,458.52943 C 527.27592,449.87817 528.78854,447.43709 534.88494,438.69533 z"
       id="path4000"
       sodipodi:nodetypes="ccccc" />
    <text
       xml:space="preserve"
       style="font-size:14.14984322px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:center;text-decoration:none;line-height:125%;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:middle;opacity:1;color:#000000;fill:#eeeeec;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Bitstream Vera Sans"
       x="578.44489"
       y="453.25391"
       id="text4084"
       sodipodi:linespacing="125%"><tspan
         sodipodi:role="line"
         id="tspan4086"
         x="578.44489"
         y="453.25391">Territorios</tspan></text>
    <path
       sodipodi:nodetypes="cccccc"
       id="path4002"
       d="M 625.62378,438.69533 L 687.52666,438.69533 L 687.52666,448.61238 L 687.52666,458.52943 L 625.62378,458.52943 C 618.01476,449.87817 619.52739,447.43709 625.62378,438.69533 z"
       style="fill:url(#linearGradient4106);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.59509784px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
    <text
       xml:space="preserve"
       style="font-size:13.34101772px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:center;line-height:125%;writing-mode:lr-tb;text-anchor:middle;fill:#d3d7cf;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Sans"
       x="652.9458"
       y="453.25391"
       id="text4088"
       sodipodi:linespacing="125%"><tspan
         sodipodi:role="line"
         id="tspan4090"
         x="652.9458"
         y="453.25391">Redes</tspan></text>
    <path
       style="fill:url(#linearGradient4108);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.59509784px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
       d="M 684.29957,438.69533 L 746.20245,438.69533 L 746.20245,458.52943 L 684.29957,458.52943 C 676.69055,449.87817 678.20317,447.43709 684.29957,438.69533 z"
       id="path4004"
       sodipodi:nodetypes="ccccc" />
    <text
       xml:space="preserve"
       style="font-size:13.34101772px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:center;line-height:125%;writing-mode:lr-tb;text-anchor:middle;fill:#d3d7cf;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Sans"
       x="714.32355"
       y="453.25391"
       id="text4092"
       sodipodi:linespacing="125%"><tspan
         sodipodi:role="line"
         id="tspan4094"
         x="714.32355"
         y="453.25391">Cadeias</tspan></text>
    <path
       sodipodi:nodetypes="ccccc"
       id="path4006"
       d="M 622.34564,445.05367 L 745.87628,445.05367 L 745.87628,458.56642 L 625.74996,458.56642 C 622.35628,454.12467 620.11062,449.49542 622.34564,445.05367 z"
       style="opacity:0.62190815;color:#000000;fill:url(#linearGradient4110);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
    <path
       style="font-size:20.53243637px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Sans"
       d="M 17.768968,472.07746 C 17.393573,472.27224 17.002249,472.4192 16.594996,472.51836 C 16.187729,472.61752 15.762763,472.6671 15.320094,472.6671 C 13.99915,472.6671 12.952669,472.29879 12.180648,471.56219 C 11.408623,470.82204 11.022612,469.81982 11.022612,468.55554 C 11.022612,467.28773 11.408623,466.28551 12.180648,465.5489 C 12.952669,464.80876 13.99915,464.43868 15.320094,464.43867 C 15.762763,464.43868 16.187729,464.48826 16.594996,464.58741 C 17.002249,464.68658 17.393573,464.83354 17.768968,465.02831 L 17.768968,466.66975 C 17.390032,466.41123 17.016415,466.22177 16.648117,466.10136 C 16.279805,465.98096 15.892023,465.92075 15.484769,465.92074 C 14.755237,465.92075 14.181532,466.15448 13.763651,466.62194 C 13.345764,467.08941 13.136822,467.73395 13.136824,468.55554 C 13.136822,469.37361 13.345764,470.01637 13.763651,470.48383 C 14.181532,470.9513 14.755237,471.18503 15.484769,471.18503 C 15.892023,471.18503 16.279805,471.12483 16.648117,471.00442 C 17.016415,470.88401 17.390032,470.69454 17.768968,470.43602 L 17.768968,472.07746 M 25.322762,469.52234 L 25.322762,470.06418 L 20.876541,470.06418 C 20.922577,470.51039 21.08371,470.84505 21.359942,471.06816 C 21.636167,471.29127 22.022179,471.40282 22.517977,471.40282 C 22.918151,471.40282 23.327181,471.34439 23.745071,471.22752 C 24.166491,471.10712 24.598541,470.92651 25.041221,470.68569 L 25.041221,472.15183 C 24.591458,472.32182 24.141701,472.4493 23.69195,472.5343 C 23.242188,472.62283 22.792431,472.6671 22.342678,472.6671 C 21.266092,472.6671 20.428553,472.39441 19.830059,471.84904 C 19.235104,471.30012 18.937628,470.53164 18.937628,469.54359 C 18.937628,468.57325 19.229792,467.81009 19.814123,467.25408 C 20.401993,466.69809 21.20943,466.42009 22.236436,466.42008 C 23.17136,466.42009 23.918594,466.70163 24.478139,467.2647 C 25.041214,467.82779 25.322755,468.58034 25.322762,469.52234 M 23.367912,468.89021 C 23.367907,468.52898 23.261666,468.23859 23.049187,468.01902 C 22.84024,467.79592 22.565782,467.68436 22.225812,467.68436 C 21.857504,467.68436 21.558256,467.78883 21.328069,467.99778 C 21.097876,468.20318 20.954449,468.50065 20.89779,468.89021 L 23.367912,468.89021 M 32.738441,468.89021 L 32.738441,472.51305 L 30.826088,472.51305 L 30.826088,471.92341 L 30.826088,469.74014 C 30.826083,469.22664 30.813688,468.8725 30.788903,468.67772 C 30.76765,468.48295 30.728695,468.33952 30.672037,468.24744 C 30.597663,468.1235 30.496733,468.02788 30.369248,467.96059 C 30.241753,467.88977 30.096556,467.85435 29.933656,467.85434 C 29.537017,467.85435 29.225374,468.0084 28.998728,468.3165 C 28.772076,468.62106 28.658752,469.04426 28.658754,469.58609 L 28.658754,472.51305 L 26.757026,472.51305 L 26.757026,466.56351 L 28.658754,466.56351 L 28.658754,467.43469 C 28.945604,467.08764 29.250164,466.83266 29.572434,466.66975 C 29.894697,466.50331 30.250607,466.42009 30.640164,466.42008 C 31.32719,466.42009 31.847774,466.6308 32.201919,467.05222 C 32.559594,467.47365 32.738434,468.08631 32.738441,468.89021 M 36.589707,464.87426 L 36.589707,466.56351 L 38.549869,466.56351 L 38.549869,467.92341 L 36.589707,467.92341 L 36.589707,470.44665 C 36.589704,470.72288 36.644596,470.91057 36.754382,471.00973 C 36.864162,471.10535 37.081957,471.15316 37.407769,471.15315 L 38.385194,471.15315 L 38.385194,472.51305 L 36.754382,472.51305 C 36.003604,472.51305 35.470625,472.35723 35.155443,472.04559 C 34.843799,471.7304 34.687977,471.19742 34.687979,470.44665 L 34.687979,467.92341 L 33.742426,467.92341 L 33.742426,466.56351 L 34.687979,466.56351 L 34.687979,464.87426 L 36.589707,464.87426 M 44.138191,468.1837 C 43.971738,468.10579 43.805296,468.04913 43.638853,468.01371 C 43.475944,467.97476 43.311269,467.95528 43.144828,467.95528 C 42.656112,467.95528 42.278954,468.11288 42.013353,468.42805 C 41.751287,468.7397 41.620255,469.18769 41.620258,469.77201 L 41.620258,472.51305 L 39.718529,472.51305 L 39.718529,466.56351 L 41.620258,466.56351 L 41.620258,467.54093 C 41.864611,467.15138 42.144381,466.86807 42.459568,466.691 C 42.77829,466.51039 43.158989,466.42009 43.601668,466.42008 C 43.665409,466.42009 43.734465,466.42363 43.80884,466.4307 C 43.883205,466.43425 43.991215,466.44488 44.132877,466.46258 L 44.138191,468.1837 M 47.925709,467.77998 C 47.504281,467.77998 47.182014,467.93226 46.958909,468.23682 C 46.739343,468.53784 46.629558,468.97343 46.629563,469.54359 C 46.629558,470.11376 46.739343,470.55112 46.958909,470.85568 C 47.182014,471.1567 47.504281,471.30721 47.925709,471.30721 C 48.340049,471.30721 48.657007,471.1567 48.876577,470.85568 C 49.096138,470.55112 49.205918,470.11376 49.205923,469.54359 C 49.205918,468.97343 49.096138,468.53784 48.876577,468.23682 C 48.657007,467.93226 48.340049,467.77998 47.925709,467.77998 M 47.925709,466.42008 C 48.949167,466.42009 49.74775,466.69631 50.321464,467.24877 C 50.898707,467.80123 51.187328,468.56617 51.187333,469.54359 C 51.187328,470.52102 50.898707,471.28596 50.321464,471.83842 C 49.74775,472.39087 48.949167,472.6671 47.925709,472.6671 C 46.898702,472.6671 46.094809,472.39087 45.514022,471.83842 C 44.936774,471.28596 44.648148,470.52102 44.648153,469.54359 C 44.648148,468.56617 44.936774,467.80123 45.514022,467.24877 C 46.094809,466.69631 46.898702,466.42009 47.925709,466.42008 M 52.249751,468.60866 L 55.585745,468.60866 L 55.585745,470.15448 L 52.249751,470.15448 L 52.249751,468.60866 M 60.807531,465.92074 C 60.184239,465.92075 59.700839,466.15094 59.35733,466.61132 C 59.013811,467.0717 58.842054,467.71978 58.842054,468.55554 C 58.842054,469.38777 59.013811,470.03408 59.35733,470.49446 C 59.700839,470.95484 60.184239,471.18503 60.807531,471.18503 C 61.434352,471.18503 61.919522,470.95484 62.263041,470.49446 C 62.60655,470.03408 62.778307,469.38777 62.778318,468.55554 C 62.778307,467.71978 62.60655,467.0717 62.263041,466.61132 C 61.919522,466.15094 61.434352,465.92075 60.807531,465.92074 M 60.807531,464.43867 C 62.082425,464.43868 63.081097,464.80344 63.80355,465.53297 C 64.525983,466.2625 64.887205,467.27002 64.887215,468.55554 C 64.887205,469.83753 64.525983,470.84328 63.80355,471.57281 C 63.081097,472.30234 62.082425,472.6671 60.807531,472.6671 C 59.536166,472.6671 58.537495,472.30234 57.811512,471.57281 C 57.089063,470.84328 56.727842,469.83753 56.727842,468.55554 C 56.727842,467.27002 57.089063,466.2625 57.811512,465.53297 C 58.537495,464.80344 59.536166,464.43868 60.807531,464.43867 M 72.281646,469.52234 L 72.281646,470.06418 L 67.835426,470.06418 C 67.88146,470.51039 68.042593,470.84505 68.318826,471.06816 C 68.595054,471.29127 68.981062,471.40282 69.476861,471.40282 C 69.877038,471.40282 70.286068,471.34439 70.703957,471.22752 C 71.125376,471.10712 71.557423,470.92651 72.000104,470.68569 L 72.000104,472.15183 C 71.550344,472.32182 71.100584,472.4493 70.650834,472.5343 C 70.201074,472.62283 69.751314,472.6671 69.301565,472.6671 C 68.224979,472.6671 67.387436,472.39441 66.788946,471.84904 C 66.193991,471.30012 65.89651,470.53164 65.89651,469.54359 C 65.89651,468.57325 66.188676,467.81009 66.773008,467.25408 C 67.360879,466.69809 68.168316,466.42009 69.195319,466.42008 C 70.130244,466.42009 70.877479,466.70163 71.437024,467.2647 C 72.000098,467.82779 72.281641,468.58034 72.281646,469.52234 M 70.326798,468.89021 C 70.326792,468.52898 70.220552,468.23859 70.00807,468.01902 C 69.799123,467.79592 69.524665,467.68436 69.184695,467.68436 C 68.81639,467.68436 68.51714,467.78883 68.286956,467.99778 C 68.056761,468.20318 67.913335,468.50065 67.856673,468.89021 L 70.326798,468.89021 M 78.363993,466.74943 L 78.363993,468.19432 C 77.956727,468.02434 77.563635,467.89685 77.184711,467.81185 C 76.805776,467.72686 76.448094,467.68436 76.111669,467.68436 C 75.750442,467.68436 75.481298,467.7304 75.304227,467.82247 C 75.1307,467.91101 75.043932,468.04913 75.043937,468.23682 C 75.043932,468.3891 75.109448,468.50597 75.240486,468.58742 C 75.375052,468.66887 75.614101,468.72907 75.957615,468.76803 L 76.29228,468.81584 C 77.266154,468.93979 77.921311,469.14342 78.257752,469.42672 C 78.594176,469.71004 78.762394,470.15449 78.762399,470.76006 C 78.762394,471.39397 78.52866,471.87029 78.061203,472.18901 C 77.593735,472.50774 76.896084,472.6671 75.968238,472.6671 C 75.57514,472.6671 75.167885,472.63523 74.746462,472.57148 C 74.328572,472.51128 73.898295,472.4192 73.455619,472.29526 L 73.455619,470.85036 C 73.834549,471.03452 74.222332,471.17264 74.618969,471.26471 C 75.019145,471.35679 75.424636,471.40282 75.835436,471.40282 C 76.207281,471.40282 76.487048,471.35148 76.674749,471.24878 C 76.862438,471.14607 76.956286,470.99379 76.956291,470.79193 C 76.956286,470.62195 76.89077,470.49623 76.759742,470.41478 C 76.632249,470.32978 76.375499,470.26427 75.98949,470.21823 L 75.654825,470.17573 C 74.808433,470.06949 74.215248,469.87294 73.875278,469.58609 C 73.535304,469.29924 73.365316,468.86365 73.365316,468.27931 C 73.365316,467.64895 73.581337,467.18148 74.01339,466.87692 C 74.445437,466.57237 75.107678,466.42009 76.000114,466.42008 C 76.350707,466.42009 76.719013,466.44665 77.105026,466.49977 C 77.491034,466.55289 77.910688,466.63611 78.363993,466.74943 M 82.273695,464.87426 L 82.273695,466.56351 L 84.233858,466.56351 L 84.233858,467.92341 L 82.273695,467.92341 L 82.273695,470.44665 C 82.27369,470.72288 82.328582,470.91057 82.438368,471.00973 C 82.548148,471.10535 82.765944,471.15316 83.091755,471.15315 L 84.06918,471.15315 L 84.06918,472.51305 L 82.438368,472.51305 C 81.687593,472.51305 81.154609,472.35723 80.839432,472.04559 C 80.527783,471.7304 80.371964,471.19742 80.371964,470.44665 L 80.371964,467.92341 L 79.426411,467.92341 L 79.426411,466.56351 L 80.371964,466.56351 L 80.371964,464.87426 L 82.273695,464.87426 M 91.341432,469.52234 L 91.341432,470.06418 L 86.895211,470.06418 C 86.941245,470.51039 87.102378,470.84505 87.378612,471.06816 C 87.65484,471.29127 88.040848,471.40282 88.536647,471.40282 C 88.936823,471.40282 89.345853,471.34439 89.763743,471.22752 C 90.185161,471.10712 90.617213,470.92651 91.059889,470.68569 L 91.059889,472.15183 C 90.610129,472.32182 90.160369,472.4493 89.71062,472.5343 C 89.26086,472.62283 88.8111,472.6671 88.36135,472.6671 C 87.284764,472.6671 86.447221,472.39441 85.848732,471.84904 C 85.253776,471.30012 84.956296,470.53164 84.956301,469.54359 C 84.956296,468.57325 85.248462,467.81009 85.832794,467.25408 C 86.420665,466.69809 87.228102,466.42009 88.25511,466.42008 C 89.190029,466.42009 89.937264,466.70163 90.49681,467.2647 C 91.059884,467.82779 91.341426,468.58034 91.341432,469.52234 M 89.386583,468.89021 C 89.386578,468.52898 89.280337,468.23859 89.067856,468.01902 C 88.858908,467.79592 88.58445,467.68436 88.244481,467.68436 C 87.876175,467.68436 87.576925,467.78883 87.346741,467.99778 C 87.116547,468.20318 86.973121,468.50065 86.916459,468.89021 L 89.386583,468.89021 M 16.956218,484.98053 L 16.956218,482.85039 L 15.203228,482.85039 L 15.203228,481.96858 L 18.018636,481.96858 L 18.018636,485.37363 C 17.604286,485.66757 17.147446,485.89067 16.648117,486.04295 C 16.148774,486.19169 15.615795,486.26606 15.049177,486.26606 C 13.809686,486.26606 12.839345,485.90484 12.138151,485.1824 C 11.440496,484.45641 11.091668,483.44711 11.091669,482.1545 C 11.091668,480.85836 11.440496,479.84906 12.138151,479.12661 C 12.839345,478.40063 13.809686,478.03764 15.049177,478.03763 C 15.566215,478.03764 16.056698,478.10138 16.520626,478.22887 C 16.988084,478.35637 17.418363,478.54406 17.811464,478.79195 L 17.811464,479.93405 C 17.414822,479.59762 16.993396,479.34441 16.547186,479.17442 C 16.100965,479.00444 15.631731,478.91945 15.139482,478.91944 C 14.169137,478.91945 13.439611,479.19036 12.950901,479.73219 C 12.465728,480.27403 12.223143,481.08147 12.223144,482.1545 C 12.223143,483.22401 12.465728,484.02967 12.950901,484.5715 C 13.439611,485.11334 14.169137,485.38425 15.139482,485.38425 C 15.518407,485.38425 15.85661,485.35238 16.154092,485.28864 C 16.451563,485.22135 16.718938,485.11865 16.956218,484.98053 M 22.247061,480.84773 C 21.722931,480.84773 21.308589,481.05313 21.004031,481.46393 C 20.69947,481.8712 20.54719,482.43074 20.547191,483.14255 C 20.54719,483.85437 20.697699,484.41568 20.99872,484.82648 C 21.303277,485.23375 21.71939,485.43738 22.247061,485.43737 C 22.767642,485.43738 23.180214,485.23198 23.484778,484.82117 C 23.789333,484.41037 23.941613,483.85084 23.941618,483.14255 C 23.941613,482.43782 23.789333,481.88005 23.484778,481.46924 C 23.180214,481.0549 22.767642,480.84773 22.247061,480.84773 M 22.247061,480.01904 C 23.096991,480.01905 23.764543,480.29528 24.249719,480.84773 C 24.734884,481.40019 24.977469,482.16513 24.977476,483.14255 C 24.977469,484.11644 24.734884,484.88138 24.249719,485.43737 C 23.764543,485.98983 23.096991,486.26606 22.247061,486.26606 C 21.393583,486.26606 20.72426,485.98983 20.23909,485.43737 C 19.75746,484.88138 19.516645,484.11644 19.516646,483.14255 C 19.516645,482.16513 19.75746,481.40019 20.23909,480.84773 C 20.72426,480.29528 21.393583,480.01905 22.247061,480.01904 M 26.592351,480.16247 L 27.569775,480.16247 L 27.569775,486.11201 L 26.592351,486.11201 L 26.592351,480.16247 M 26.592351,477.8464 L 27.569775,477.8464 L 27.569775,479.08411 L 26.592351,479.08411 L 26.592351,477.8464 M 32.313474,483.1213 C 31.52374,483.12131 30.976596,483.21161 30.672038,483.39222 C 30.367477,483.57283 30.215197,483.88094 30.215199,484.31652 C 30.215197,484.66358 30.328521,484.93981 30.555172,485.14521 C 30.785361,485.34707 31.097003,485.448 31.4901,485.448 C 32.03193,485.448 32.46575,485.25677 32.791563,484.87429 C 33.120908,484.48828 33.285583,483.97655 33.285587,483.3391 L 33.285587,483.1213 L 32.313474,483.1213 M 34.263012,482.71759 L 34.263012,486.11201 L 33.285587,486.11201 L 33.285587,485.20895 C 33.062475,485.57018 32.784476,485.83755 32.451589,486.01108 C 32.118694,486.18107 31.711434,486.26606 31.229808,486.26606 C 30.620686,486.26606 30.135516,486.09607 29.774295,485.7561 C 29.416613,485.41259 29.237773,484.95398 29.237773,484.38027 C 29.237773,483.71095 29.460881,483.2063 29.907097,482.86632 C 30.356853,482.52635 31.026175,482.35637 31.915068,482.35636 L 33.285587,482.35636 L 33.285587,482.26074 C 33.285583,481.81099 33.136844,481.46393 32.839372,481.21958 C 32.545432,480.97168 32.131089,480.84773 31.596342,480.84773 C 31.256366,480.84773 30.925246,480.88846 30.602981,480.96991 C 30.280712,481.05136 29.970841,481.17354 29.673365,481.33644 L 29.673365,480.43339 C 30.031045,480.29528 30.378101,480.19257 30.714535,480.12528 C 31.050965,480.05446 31.378543,480.01905 31.697272,480.01904 C 32.557827,480.01905 33.200589,480.24216 33.625561,480.68837 C 34.050523,481.13459 34.263006,481.81099 34.263012,482.71759 M 32.478149,477.41081 L 33.535256,477.41081 L 31.803514,479.40815 L 30.990764,479.40815 L 32.478149,477.41081 M 40.074438,480.33777 L 40.074438,481.26207 C 39.798205,481.12042 39.511352,481.01418 39.213879,480.94334 C 38.916399,480.87252 38.608298,480.83711 38.289575,480.8371 C 37.804402,480.83711 37.439639,480.91148 37.195285,481.06021 C 36.954468,481.20895 36.834061,481.43206 36.834063,481.72953 C 36.834061,481.95619 36.920825,482.13503 37.094355,482.26606 C 37.267882,482.39355 37.616708,482.51573 38.140837,482.63259 L 38.475499,482.70696 C 39.169608,482.8557 39.661862,483.06642 39.95226,483.3391 C 40.246191,483.60825 40.393159,483.98541 40.393164,484.47058 C 40.393159,485.02303 40.173593,485.46039 39.734465,485.78266 C 39.298869,486.10493 38.698603,486.26606 37.933666,486.26606 C 37.614938,486.26606 37.282047,486.23419 36.934992,486.17044 C 36.591476,486.11024 36.228483,486.01817 35.846014,485.89422 L 35.846014,484.88492 C 36.207235,485.07261 36.563145,485.21427 36.913744,485.30988 C 37.26434,485.40196 37.611397,485.448 37.954914,485.448 C 38.415292,485.448 38.769431,485.37009 39.017332,485.21427 C 39.265226,485.0549 39.389175,484.8318 39.389178,484.54494 C 39.389175,484.27934 39.298869,484.07571 39.118262,483.93405 C 38.941189,483.7924 38.549865,483.65606 37.94429,483.52502 L 37.604316,483.44534 C 36.998736,483.31785 36.561374,483.12308 36.292229,482.86101 C 36.023083,482.59541 35.88851,482.23242 35.888511,481.77203 C 35.88851,481.2125 36.086828,480.78045 36.483465,480.47588 C 36.880099,480.17133 37.44318,480.01905 38.17271,480.01904 C 38.533929,480.01905 38.873902,480.04561 39.192631,480.09872 C 39.511352,480.15185 39.805288,480.23153 40.074438,480.33777 M 11.548509,491.78002 L 13.147448,491.78002 L 15.171355,497.1771 L 17.205886,491.78002 L 18.804825,491.78002 L 18.804825,499.71097 L 17.758343,499.71097 L 17.758343,492.74682 L 15.713189,498.1864 L 14.634834,498.1864 L 12.589679,492.74682 L 12.589679,499.71097 L 11.548509,499.71097 L 11.548509,491.78002 M 23.601644,496.72026 C 22.81191,496.72027 22.264765,496.81057 21.960208,496.99118 C 21.655646,497.17179 21.503366,497.4799 21.503368,497.91548 C 21.503366,498.26254 21.616691,498.53877 21.843342,498.74417 C 22.07353,498.94603 22.385172,499.04696 22.77827,499.04696 C 23.3201,499.04696 23.75392,498.85572 24.079732,498.47325 C 24.409077,498.08724 24.573752,497.57551 24.573757,496.93806 L 24.573757,496.72026 L 23.601644,496.72026 M 25.551182,496.31654 L 25.551182,499.71097 L 24.573757,499.71097 L 24.573757,498.80791 C 24.350644,499.16914 24.072645,499.43652 23.739758,499.61004 C 23.406864,499.78003 22.999604,499.86502 22.517977,499.86502 C 21.908856,499.86502 21.423685,499.69504 21.062464,499.35506 C 20.704783,499.01155 20.525942,498.55294 20.525943,497.97923 C 20.525942,497.30991 20.74905,496.80526 21.195267,496.46528 C 21.645022,496.12531 22.314345,495.95533 23.203237,495.95532 L 24.573757,495.95532 L 24.573757,495.8597 C 24.573752,495.40995 24.425013,495.0629 24.127541,494.81853 C 23.833601,494.57064 23.419259,494.44669 22.884512,494.44669 C 22.544535,494.44669 22.213415,494.48742 21.891151,494.56887 C 21.568882,494.65033 21.25901,494.7725 20.961534,494.9354 L 20.961534,494.03234 C 21.319214,493.89424 21.66627,493.79154 22.002704,493.72424 C 22.339135,493.65342 22.666713,493.61801 22.985441,493.618 C 23.845996,493.61801 24.488758,493.84111 24.91373,494.28732 C 25.338692,494.73354 25.551176,495.40995 25.551182,496.31654 M 28.536576,492.07219 L 28.536576,493.76143 L 30.549859,493.76143 L 30.549859,494.52106 L 28.536576,494.52106 L 28.536576,497.75081 C 28.536574,498.23598 28.60209,498.54762 28.733123,498.68574 C 28.867694,498.82385 29.13861,498.89291 29.545874,498.89291 L 30.549859,498.89291 L 30.549859,499.71097 L 29.545874,499.71097 C 28.791554,499.71097 28.27097,499.57109 27.984119,499.29131 C 27.697265,499.008 27.553839,498.4945 27.553839,497.75081 L 27.553839,494.52106 L 26.836707,494.52106 L 26.836707,493.76143 L 27.553839,493.76143 L 27.553839,492.07219 L 28.536576,492.07219 M 34.146144,494.44669 C 33.622015,494.44669 33.207673,494.6521 32.903115,495.06289 C 32.598553,495.47016 32.446274,496.0297 32.446275,496.74151 C 32.446274,497.45334 32.596783,498.01465 32.897803,498.42545 C 33.20236,498.83271 33.618474,499.03633 34.146144,499.03633 C 34.666725,499.03633 35.079298,498.83094 35.383862,498.42013 C 35.688417,498.00933 35.840696,497.44979 35.840702,496.74151 C 35.840696,496.03678 35.688417,495.47901 35.383862,495.0682 C 35.079298,494.65387 34.666725,494.44669 34.146144,494.44669 M 34.146144,493.618 C 34.996075,493.61801 35.663627,493.89424 36.148803,494.44669 C 36.633968,494.99915 36.876553,495.76409 36.876559,496.74151 C 36.876553,497.7154 36.633968,498.48034 36.148803,499.03633 C 35.663627,499.5888 34.996075,499.86502 34.146144,499.86502 C 33.292666,499.86502 32.623343,499.5888 32.138174,499.03633 C 31.656543,498.48034 31.415729,497.7154 31.415729,496.74151 C 31.415729,495.76409 31.656543,494.99915 32.138174,494.44669 C 32.623343,493.89424 33.292666,493.61801 34.146144,493.618 M 47.405124,498.5795 L 47.405124,496.44935 L 45.652134,496.44935 L 45.652134,495.56754 L 48.467542,495.56754 L 48.467542,498.97259 C 48.053192,499.26653 47.596353,499.48963 47.09702,499.64191 C 46.597682,499.79065 46.064703,499.86502 45.498084,499.86502 C 44.25859,499.86502 43.288251,499.5038 42.587057,498.78135 C 41.889401,498.05537 41.540575,497.04608 41.540575,495.75346 C 41.540575,494.45732 41.889401,493.44802 42.587057,492.72557 C 43.288251,491.99959 44.25859,491.6366 45.498084,491.63659 C 46.01512,491.6366 46.505604,491.70035 46.969532,491.82783 C 47.436989,491.95533 47.867267,492.14302 48.26037,492.39091 L 48.26037,493.53301 C 47.863727,493.19658 47.442304,492.94337 46.996094,492.77338 C 46.549873,492.6034 46.080636,492.51841 45.588387,492.5184 C 44.618042,492.51841 43.888514,492.78933 43.399805,493.33115 C 42.914634,493.87299 42.672049,494.68043 42.672051,495.75346 C 42.672049,496.82297 42.914634,497.62863 43.399805,498.17046 C 43.888514,498.7123 44.618042,498.98322 45.588387,498.98322 C 45.967311,498.98322 46.305516,498.95134 46.602996,498.8876 C 46.900471,498.82031 47.167845,498.71761 47.405124,498.5795 M 53.838069,494.67511 C 53.728278,494.61137 53.607874,494.56533 53.476847,494.537 C 53.349354,494.50513 53.207698,494.48919 53.051879,494.48919 C 52.499417,494.48919 52.074449,494.6698 51.776974,495.03102 C 51.483038,495.3887 51.336073,495.90398 51.336073,496.57684 L 51.336073,499.71097 L 50.353335,499.71097 L 50.353335,493.76143 L 51.336073,493.76143 L 51.336073,494.68573 C 51.541471,494.32451 51.808845,494.05714 52.138201,493.88361 C 52.467547,493.70654 52.867723,493.61801 53.33873,493.618 C 53.406016,493.61801 53.480381,493.62332 53.561841,493.63394 C 53.64329,493.64103 53.733592,493.65342 53.832754,493.67112 L 53.838069,494.67511 M 56.945638,494.44669 C 56.421508,494.44669 56.007168,494.6521 55.702609,495.06289 C 55.39805,495.47016 55.24577,496.0297 55.24577,496.74151 C 55.24577,497.45334 55.396275,498.01465 55.697295,498.42545 C 56.001854,498.83271 56.417968,499.03633 56.945638,499.03633 C 57.466218,499.03633 57.878793,498.83094 58.183357,498.42013 C 58.487911,498.00933 58.640191,497.44979 58.640196,496.74151 C 58.640191,496.03678 58.487911,495.47901 58.183357,495.0682 C 57.878793,494.65387 57.466218,494.44669 56.945638,494.44669 M 56.945638,493.618 C 57.795569,493.61801 58.463119,493.89424 58.948295,494.44669 C 59.433459,494.99915 59.676047,495.76409 59.676052,496.74151 C 59.676047,497.7154 59.433459,498.48034 58.948295,499.03633 C 58.463119,499.5888 57.795569,499.86502 56.945638,499.86502 C 56.092162,499.86502 55.422836,499.5888 54.937666,499.03633 C 54.456036,498.48034 54.215223,497.7154 54.215223,496.74151 C 54.215223,495.76409 54.456036,494.99915 54.937666,494.44669 C 55.422836,493.89424 56.092162,493.61801 56.945638,493.618 M 65.083764,493.93673 L 65.083764,494.86103 C 64.807531,494.71938 64.520679,494.61314 64.22321,494.54231 C 63.925724,494.47149 63.617625,494.43607 63.298903,494.43606 C 62.813728,494.43607 62.448967,494.51044 62.204615,494.65917 C 61.963797,494.80791 61.843388,495.03103 61.843393,495.3285 C 61.843388,495.55515 61.930151,495.73399 62.103683,495.86502 C 62.27721,495.99251 62.626038,496.11469 63.150163,496.23155 L 63.484828,496.30592 C 64.178935,496.45466 64.671189,496.66538 64.961585,496.93806 C 65.255521,497.20721 65.402486,497.58437 65.402492,498.06953 C 65.402486,498.62199 65.182921,499.05936 64.74379,499.38162 C 64.308198,499.70389 63.707933,499.86502 62.942996,499.86502 C 62.624263,499.86502 62.291373,499.83315 61.944319,499.76941 C 61.600805,499.7092 61.237809,499.61713 60.85534,499.49317 L 60.85534,498.48388 C 61.216561,498.67157 61.572474,498.81323 61.923072,498.90885 C 62.27367,499.00092 62.620724,499.04696 62.964243,499.04696 C 63.424621,499.04696 63.778759,498.96905 64.026661,498.81323 C 64.274552,498.65387 64.398501,498.43076 64.398506,498.1439 C 64.398501,497.8783 64.308198,497.67467 64.127587,497.53302 C 63.950516,497.39136 63.559193,497.25502 62.953619,497.12399 L 62.613645,497.0443 C 62.008066,496.91681 61.570704,496.72204 61.301555,496.45997 C 61.032411,496.19437 60.897839,495.83138 60.897839,495.37099 C 60.897839,494.81146 61.096158,494.37941 61.492795,494.07484 C 61.889426,493.77029 62.452506,493.61801 63.182039,493.618 C 63.543255,493.61801 63.88323,493.64457 64.201957,493.69768 C 64.520679,493.75081 64.814615,493.83049 65.083764,493.93673 M 70.75708,493.93673 L 70.75708,494.86103 C 70.480847,494.71938 70.193996,494.61314 69.89652,494.54231 C 69.59904,494.47149 69.290936,494.43607 68.972214,494.43606 C 68.487044,494.43607 68.122278,494.51044 67.877925,494.65917 C 67.637107,494.80791 67.516704,495.03103 67.516704,495.3285 C 67.516704,495.55515 67.603467,495.73399 67.776994,495.86502 C 67.950521,495.99251 68.299349,496.11469 68.823479,496.23155 L 69.158139,496.30592 C 69.852251,496.45466 70.3445,496.66538 70.634902,496.93806 C 70.928832,497.20721 71.075797,497.58437 71.075803,498.06953 C 71.075797,498.62199 70.856232,499.05936 70.417106,499.38162 C 69.981509,499.70389 69.381244,499.86502 68.616307,499.86502 C 68.297579,499.86502 67.964689,499.83315 67.617635,499.76941 C 67.274116,499.7092 66.911125,499.61713 66.528656,499.49317 L 66.528656,498.48388 C 66.889878,498.67157 67.245785,498.81323 67.596383,498.90885 C 67.946981,499.00092 68.294035,499.04696 68.637554,499.04696 C 69.097932,499.04696 69.45207,498.96905 69.699972,498.81323 C 69.947868,498.65387 70.071817,498.43076 70.071817,498.1439 C 70.071817,497.8783 69.981509,497.67467 69.800903,497.53302 C 69.623832,497.39136 69.232504,497.25502 68.62693,497.12399 L 68.286956,497.0443 C 67.681377,496.91681 67.244015,496.72204 66.974871,496.45997 C 66.705722,496.19437 66.57115,495.83138 66.57115,495.37099 C 66.57115,494.81146 66.769469,494.37941 67.166106,494.07484 C 67.562737,493.77029 68.125822,493.61801 68.85535,493.618 C 69.216571,493.61801 69.556541,493.64457 69.875273,493.69768 C 70.193996,493.75081 70.487931,493.83049 70.75708,493.93673 M 74.943005,494.44669 C 74.418875,494.44669 74.004536,494.6521 73.699977,495.06289 C 73.395417,495.47016 73.243138,496.0297 73.243138,496.74151 C 73.243138,497.45334 73.393642,498.01465 73.694667,498.42545 C 73.999221,498.83271 74.415336,499.03633 74.943005,499.03633 C 75.463585,499.03633 75.87616,498.83094 76.180725,498.42013 C 76.485279,498.00933 76.637558,497.44979 76.637564,496.74151 C 76.637558,496.03678 76.485279,495.47901 76.180725,495.0682 C 75.87616,494.65387 75.463585,494.44669 74.943005,494.44669 M 74.943005,493.618 C 75.792936,493.61801 76.460487,493.89424 76.945668,494.44669 C 77.430832,494.99915 77.673415,495.76409 77.67342,496.74151 C 77.673415,497.7154 77.430832,498.48034 76.945668,499.03633 C 76.460487,499.5888 75.792936,499.86502 74.943005,499.86502 C 74.089529,499.86502 73.420204,499.5888 72.935034,499.03633 C 72.453403,498.48034 72.212591,497.7154 72.212591,496.74151 C 72.212591,495.76409 72.453403,494.99915 72.935034,494.44669 C 73.420204,493.89424 74.089529,493.61801 74.943005,493.618 M 11.548509,505.37898 L 13.147448,505.37898 L 15.171355,510.77606 L 17.205886,505.37898 L 18.804825,505.37898 L 18.804825,513.30993 L 17.758343,513.30993 L 17.758343,506.34578 L 15.713189,511.78536 L 14.634834,511.78536 L 12.589679,506.34578 L 12.589679,513.30993 L 11.548509,513.30993 L 11.548509,505.37898 M 23.601644,510.31923 C 22.81191,510.31923 22.264765,510.40953 21.960208,510.59014 C 21.655646,510.77075 21.503366,511.07885 21.503368,511.51445 C 21.503366,511.8615 21.616691,512.13773 21.843342,512.34313 C 22.07353,512.54499 22.385172,512.64592 22.77827,512.64592 C 23.3201,512.64592 23.75392,512.45468 24.079732,512.07222 C 24.409077,511.6862 24.573752,511.17447 24.573757,510.53702 L 24.573757,510.31923 L 23.601644,510.31923 M 25.551182,509.9155 L 25.551182,513.30993 L 24.573757,513.30993 L 24.573757,512.40688 C 24.350644,512.7681 24.072645,513.03547 23.739758,513.209 C 23.406864,513.37899 22.999604,513.46398 22.517977,513.46398 C 21.908856,513.46398 21.423685,513.294 21.062464,512.95402 C 20.704783,512.61051 20.525942,512.15189 20.525943,511.57819 C 20.525942,510.90887 20.74905,510.40422 21.195267,510.06424 C 21.645022,509.72427 22.314345,509.55429 23.203237,509.55428 L 24.573757,509.55428 L 24.573757,509.45867 C 24.573752,509.00891 24.425013,508.66186 24.127541,508.41749 C 23.833601,508.1696 23.419259,508.04565 22.884512,508.04565 C 22.544535,508.04565 22.213415,508.08638 21.891151,508.16783 C 21.568882,508.24928 21.25901,508.37146 20.961534,508.53436 L 20.961534,507.6313 C 21.319214,507.4932 21.66627,507.3905 22.002704,507.32321 C 22.339135,507.25238 22.666713,507.21697 22.985441,507.21696 C 23.845996,507.21697 24.488758,507.44008 24.91373,507.88629 C 25.338692,508.33251 25.551176,509.00891 25.551182,509.9155 M 28.536576,505.67114 L 28.536576,507.36039 L 30.549859,507.36039 L 30.549859,508.12002 L 28.536576,508.12002 L 28.536576,511.34977 C 28.536574,511.83494 28.60209,512.14659 28.733123,512.2847 C 28.867694,512.42281 29.13861,512.49187 29.545874,512.49187 L 30.549859,512.49187 L 30.549859,513.30993 L 29.545874,513.30993 C 28.791554,513.30993 28.27097,513.17005 27.984119,512.89028 C 27.697265,512.60696 27.553839,512.09346 27.553839,511.34977 L 27.553839,508.12002 L 26.836707,508.12002 L 26.836707,507.36039 L 27.553839,507.36039 L 27.553839,505.67114 L 28.536576,505.67114 M 34.146144,508.04565 C 33.622015,508.04565 33.207673,508.25106 32.903115,508.66185 C 32.598553,509.06912 32.446274,509.62866 32.446275,510.34047 C 32.446274,511.0523 32.596783,511.61361 32.897803,512.02441 C 33.20236,512.43167 33.618474,512.6353 34.146144,512.6353 C 34.666725,512.6353 35.079298,512.4299 35.383862,512.01909 C 35.688417,511.60829 35.840696,511.04875 35.840702,510.34047 C 35.840696,509.63574 35.688417,509.07797 35.383862,508.66716 C 35.079298,508.25283 34.666725,508.04565 34.146144,508.04565 M 34.146144,507.21696 C 34.996075,507.21697 35.663627,507.4932 36.148803,508.04565 C 36.633968,508.59811 36.876553,509.36305 36.876559,510.34047 C 36.876553,511.31436 36.633968,512.0793 36.148803,512.6353 C 35.663627,513.18775 34.996075,513.46398 34.146144,513.46398 C 33.292666,513.46398 32.623343,513.18775 32.138174,512.6353 C 31.656543,512.0793 31.415729,511.31436 31.415729,510.34047 C 31.415729,509.36305 31.656543,508.59811 32.138174,508.04565 C 32.623343,507.4932 33.292666,507.21697 34.146144,507.21696 M 47.405124,512.17846 L 47.405124,510.04831 L 45.652134,510.04831 L 45.652134,509.1665 L 48.467542,509.1665 L 48.467542,512.57155 C 48.053192,512.86548 47.596353,513.08859 47.09702,513.24087 C 46.597682,513.38961 46.064703,513.46398 45.498084,513.46398 C 44.25859,513.46398 43.288251,513.10276 42.587057,512.38031 C 41.889401,511.65433 41.540575,510.64504 41.540575,509.35242 C 41.540575,508.05628 41.889401,507.04698 42.587057,506.32453 C 43.288251,505.59855 44.25859,505.23556 45.498084,505.23555 C 46.01512,505.23556 46.505604,505.29931 46.969532,505.42679 C 47.436989,505.55429 47.867267,505.74198 48.26037,505.98987 L 48.26037,507.13197 C 47.863727,506.79554 47.442304,506.54234 46.996094,506.37234 C 46.549873,506.20236 46.080636,506.11737 45.588387,506.11736 C 44.618042,506.11737 43.888514,506.38828 43.399805,506.93011 C 42.914634,507.47195 42.672049,508.27939 42.672051,509.35242 C 42.672049,510.42193 42.914634,511.22759 43.399805,511.76943 C 43.888514,512.31126 44.618042,512.58218 45.588387,512.58217 C 45.967311,512.58218 46.305516,512.5503 46.602996,512.48656 C 46.900471,512.41927 47.167845,512.31657 47.405124,512.17846 M 53.838069,508.27407 C 53.728278,508.21033 53.607874,508.16429 53.476847,508.13595 C 53.349354,508.10409 53.207698,508.08815 53.051879,508.08814 C 52.499417,508.08815 52.074449,508.26876 51.776974,508.62998 C 51.483038,508.98766 51.336073,509.50293 51.336073,510.1758 L 51.336073,513.30993 L 50.353335,513.30993 L 50.353335,507.36039 L 51.336073,507.36039 L 51.336073,508.28469 C 51.541471,507.92348 51.808845,507.6561 52.138201,507.48257 C 52.467547,507.3055 52.867723,507.21697 53.33873,507.21696 C 53.406016,507.21697 53.480381,507.22228 53.561841,507.2329 C 53.64329,507.23999 53.733592,507.25238 53.832754,507.27008 L 53.838069,508.27407 M 56.945638,508.04565 C 56.421508,508.04565 56.007168,508.25106 55.702609,508.66185 C 55.39805,509.06912 55.24577,509.62866 55.24577,510.34047 C 55.24577,511.0523 55.396275,511.61361 55.697295,512.02441 C 56.001854,512.43167 56.417968,512.6353 56.945638,512.6353 C 57.466218,512.6353 57.878793,512.4299 58.183357,512.01909 C 58.487911,511.60829 58.640191,511.04875 58.640196,510.34047 C 58.640191,509.63574 58.487911,509.07797 58.183357,508.66716 C 57.878793,508.25283 57.466218,508.04565 56.945638,508.04565 M 56.945638,507.21696 C 57.795569,507.21697 58.463119,507.4932 58.948295,508.04565 C 59.433459,508.59811 59.676047,509.36305 59.676052,510.34047 C 59.676047,511.31436 59.433459,512.0793 58.948295,512.6353 C 58.463119,513.18775 57.795569,513.46398 56.945638,513.46398 C 56.092162,513.46398 55.422836,513.18775 54.937666,512.6353 C 54.456036,512.0793 54.215223,511.31436 54.215223,510.34047 C 54.215223,509.36305 54.456036,508.59811 54.937666,508.04565 C 55.422836,507.4932 56.092162,507.21697 56.945638,507.21696 M 65.083764,507.53569 L 65.083764,508.45999 C 64.807531,508.31834 64.520679,508.2121 64.22321,508.14127 C 63.925724,508.07045 63.617625,508.03503 63.298903,508.03503 C 62.813728,508.03503 62.448967,508.1094 62.204615,508.25813 C 61.963797,508.40688 61.843388,508.62998 61.843393,508.92746 C 61.843388,509.15411 61.930151,509.33295 62.103683,509.46398 C 62.27721,509.59147 62.626038,509.71365 63.150163,509.83051 L 63.484828,509.90488 C 64.178935,510.05362 64.671189,510.26434 64.961585,510.53702 C 65.255521,510.80617 65.402486,511.18332 65.402492,511.66849 C 65.402486,512.22096 65.182921,512.65832 64.74379,512.98058 C 64.308198,513.30285 63.707933,513.46398 62.942996,513.46398 C 62.624263,513.46398 62.291373,513.43211 61.944319,513.36836 C 61.600805,513.30816 61.237809,513.21608 60.85534,513.09213 L 60.85534,512.08284 C 61.216561,512.27053 61.572474,512.41219 61.923072,512.50781 C 62.27367,512.59988 62.620724,512.64592 62.964243,512.64592 C 63.424621,512.64592 63.778759,512.56801 64.026661,512.41219 C 64.274552,512.25283 64.398501,512.02972 64.398506,511.74286 C 64.398501,511.47726 64.308198,511.27363 64.127587,511.13197 C 63.950516,510.99032 63.559193,510.85398 62.953619,510.72294 L 62.613645,510.64326 C 62.008066,510.51577 61.570704,510.32099 61.301555,510.05893 C 61.032411,509.79333 60.897839,509.43034 60.897839,508.96995 C 60.897839,508.41042 61.096158,507.97837 61.492795,507.6738 C 61.889426,507.36925 62.452506,507.21697 63.182039,507.21696 C 63.543255,507.21697 63.88323,507.24353 64.201957,507.29664 C 64.520679,507.34977 64.814615,507.42945 65.083764,507.53569 M 70.75708,507.53569 L 70.75708,508.45999 C 70.480847,508.31834 70.193996,508.2121 69.89652,508.14127 C 69.59904,508.07045 69.290936,508.03503 68.972214,508.03503 C 68.487044,508.03503 68.122278,508.1094 67.877925,508.25813 C 67.637107,508.40688 67.516704,508.62998 67.516704,508.92746 C 67.516704,509.15411 67.603467,509.33295 67.776994,509.46398 C 67.950521,509.59147 68.299349,509.71365 68.823479,509.83051 L 69.158139,509.90488 C 69.852251,510.05362 70.3445,510.26434 70.634902,510.53702 C 70.928832,510.80617 71.075797,511.18332 71.075803,511.66849 C 71.075797,512.22096 70.856232,512.65832 70.417106,512.98058 C 69.981509,513.30285 69.381244,513.46398 68.616307,513.46398 C 68.297579,513.46398 67.964689,513.43211 67.617635,513.36836 C 67.274116,513.30816 66.911125,513.21608 66.528656,513.09213 L 66.528656,512.08284 C 66.889878,512.27053 67.245785,512.41219 67.596383,512.50781 C 67.946981,512.59988 68.294035,512.64592 68.637554,512.64592 C 69.097932,512.64592 69.45207,512.56801 69.699972,512.41219 C 69.947868,512.25283 70.071817,512.02972 70.071817,511.74286 C 70.071817,511.47726 69.981509,511.27363 69.800903,511.13197 C 69.623832,510.99032 69.232504,510.85398 68.62693,510.72294 L 68.286956,510.64326 C 67.681377,510.51577 67.244015,510.32099 66.974871,510.05893 C 66.705722,509.79333 66.57115,509.43034 66.57115,508.96995 C 66.57115,508.41042 66.769469,507.97837 67.166106,507.6738 C 67.562737,507.36925 68.125822,507.21697 68.85535,507.21696 C 69.216571,507.21697 69.556541,507.24353 69.875273,507.29664 C 70.193996,507.34977 70.487931,507.42945 70.75708,507.53569 M 74.943005,508.04565 C 74.418875,508.04565 74.004536,508.25106 73.699977,508.66185 C 73.395417,509.06912 73.243138,509.62866 73.243138,510.34047 C 73.243138,511.0523 73.393642,511.61361 73.694667,512.02441 C 73.999221,512.43167 74.415336,512.6353 74.943005,512.6353 C 75.463585,512.6353 75.87616,512.4299 76.180725,512.01909 C 76.485279,511.60829 76.637558,511.04875 76.637564,510.34047 C 76.637558,509.63574 76.485279,509.07797 76.180725,508.66716 C 75.87616,508.25283 75.463585,508.04565 74.943005,508.04565 M 74.943005,507.21696 C 75.792936,507.21697 76.460487,507.4932 76.945668,508.04565 C 77.430832,508.59811 77.673415,509.36305 77.67342,510.34047 C 77.673415,511.31436 77.430832,512.0793 76.945668,512.6353 C 76.460487,513.18775 75.792936,513.46398 74.943005,513.46398 C 74.089529,513.46398 73.420204,513.18775 72.935034,512.6353 C 72.453403,512.0793 72.212591,511.31436 72.212591,510.34047 C 72.212591,509.36305 72.453403,508.59811 72.935034,508.04565 C 73.420204,507.4932 74.089529,507.21697 74.943005,507.21696 M 86.666792,508.26345 L 86.666792,505.04432 L 87.644216,505.04432 L 87.644216,513.30993 L 86.666792,513.30993 L 86.666792,512.4175 C 86.461384,512.77164 86.201094,513.03547 85.885911,513.209 C 85.574268,513.37899 85.198878,513.46398 84.759747,513.46398 C 84.040843,513.46398 83.454741,513.17713 83.001447,512.60342 C 82.551687,512.02972 82.326813,511.2754 82.326813,510.34047 C 82.326813,509.40555 82.551687,508.65123 83.001447,508.07752 C 83.454741,507.50382 84.040843,507.21697 84.759747,507.21696 C 85.198878,507.21697 85.574268,507.30373 85.885911,507.47726 C 86.201094,507.64725 86.461384,507.90931 86.666792,508.26345 M 83.336107,510.34047 C 83.336107,511.05938 83.483073,511.62423 83.777014,512.03503 C 84.074489,512.44229 84.481749,512.64592 84.998795,512.64592 C 85.515831,512.64592 85.923091,512.44229 86.220571,512.03503 C 86.518047,511.62423 86.666787,511.05938 86.666792,510.34047 C 86.666787,509.62157 86.518047,509.05849 86.220571,508.65123 C 85.923091,508.24043 85.515831,508.03503 84.998795,508.03503 C 84.481749,508.03503 84.074489,508.24043 83.777014,508.65123 C 83.483073,509.05849 83.336107,509.62157 83.336107,510.34047 M 91.962943,508.04565 C 91.438813,508.04565 91.024469,508.25106 90.719915,508.66185 C 90.41535,509.06912 90.263071,509.62866 90.263071,510.34047 C 90.263071,511.0523 90.41358,511.61361 90.7146,512.02441 C 91.019159,512.43167 91.435274,512.6353 91.962943,512.6353 C 92.483523,512.6353 92.896093,512.4299 93.200658,512.01909 C 93.505212,511.60829 93.657496,511.04875 93.657496,510.34047 C 93.657496,509.63574 93.505212,509.07797 93.200658,508.66716 C 92.896093,508.25283 92.483523,508.04565 91.962943,508.04565 M 91.962943,507.21696 C 92.812874,507.21697 93.480425,507.4932 93.9656,508.04565 C 94.450765,508.59811 94.693353,509.36305 94.693358,510.34047 C 94.693353,511.31436 94.450765,512.0793 93.9656,512.6353 C 93.480425,513.18775 92.812874,513.46398 91.962943,513.46398 C 91.109462,513.46398 90.440142,513.18775 89.954972,512.6353 C 89.473341,512.0793 89.232529,511.31436 89.232529,510.34047 C 89.232529,509.36305 89.473341,508.59811 89.954972,508.04565 C 90.440142,507.4932 91.109462,507.21697 91.962943,507.21696 M 104.56854,505.63927 L 104.56854,506.68575 C 104.16128,506.49098 103.77703,506.34579 103.41582,506.25016 C 103.05459,506.15455 102.70576,506.10674 102.36934,506.10673 C 101.785,506.10674 101.33348,506.22007 101.01475,506.44671 C 100.69957,506.67336 100.54197,506.99563 100.54198,507.41351 C 100.54197,507.76411 100.64644,508.02972 100.85539,508.21032 C 101.06787,508.3874 101.46805,508.53082 102.05592,508.6406 L 102.704,508.77341 C 103.50434,508.92569 104.09399,509.19484 104.47292,509.58084 C 104.85539,509.96332 105.04662,510.47682 105.04663,511.12135 C 105.04662,511.88984 104.7881,512.47239 104.27106,512.86903 C 103.75755,513.26567 103.00324,513.46398 102.00811,513.46398 C 101.63272,513.46398 101.23254,513.42149 100.80758,513.33649 C 100.38615,513.2515 99.94879,513.12578 99.495491,512.95933 L 99.495491,511.85442 C 99.931083,512.09878 100.35782,512.28293 100.77571,512.40688 C 101.19359,512.53082 101.60439,512.5928 102.00811,512.5928 C 102.62077,512.5928 103.09354,512.47239 103.42644,512.23157 C 103.75933,511.99076 103.92577,511.64725 103.92578,511.20103 C 103.92577,510.81148 103.80536,510.50692 103.56456,510.28735 C 103.32728,510.06779 102.93596,509.90311 102.39058,509.79333 L 101.7372,509.66584 C 100.93684,509.50648 100.35782,509.25681 100.00014,508.91683 C 99.642461,508.57686 99.46362,508.10409 99.46362,507.4985 C 99.46362,506.79731 99.709747,506.24486 100.202,505.84113 C 100.69779,505.43742 101.37951,505.23556 102.24716,505.23555 C 102.619,505.23556 102.99793,505.26921 103.38395,505.33648 C 103.76995,505.40378 104.16482,505.5047 104.56854,505.63927 M 106.57651,510.96199 L 106.57651,507.36039 L 107.55393,507.36039 L 107.55393,510.9248 C 107.55393,511.48788 107.66371,511.91108 107.88328,512.19439 C 108.10284,512.47416 108.4322,512.61405 108.87133,512.61405 C 109.399,512.61405 109.81511,512.44583 110.11967,512.1094 C 110.42777,511.77297 110.58182,511.31436 110.58182,510.73356 L 110.58182,507.36039 L 111.55925,507.36039 L 111.55925,513.30993 L 110.58182,513.30993 L 110.58182,512.39625 C 110.34454,512.75747 110.06832,513.02662 109.75314,513.20369 C 109.44149,513.37722 109.0785,513.46398 108.66416,513.46398 C 107.98067,513.46398 107.46186,513.2515 107.10772,512.82653 C 106.75357,512.40157 106.57651,511.78005 106.57651,510.96199 M 113.58316,505.04432 L 114.56059,505.04432 L 114.56059,513.30993 L 113.58316,513.30993 L 113.58316,505.04432 M 12.621551,519.85974 L 12.621551,526.02708 L 13.917702,526.02708 C 15.011988,526.02708 15.812342,525.77919 16.318767,525.28339 C 16.828721,524.7876 17.083701,524.00495 17.083708,522.93545 C 17.083701,521.87304 16.828721,521.0957 16.318767,520.60344 C 15.812342,520.10765 15.011988,519.85975 13.917702,519.85974 L 12.621551,519.85974 M 11.548509,518.97794 L 13.753027,518.97794 C 15.289987,518.97795 16.41792,519.29844 17.136829,519.93943 C 17.855725,520.57688 18.215175,521.57555 18.215183,522.93545 C 18.215175,524.30243 17.853954,525.30641 17.131517,525.9474 C 16.409067,526.58839 15.282904,526.90889 13.753027,526.90889 L 11.548509,526.90889 L 11.548509,518.97794 M 19.877868,520.95935 L 20.855293,520.95935 L 20.855293,526.90889 L 19.877868,526.90889 L 19.877868,520.95935 M 19.877868,518.64328 L 20.855293,518.64328 L 20.855293,519.881 L 19.877868,519.881 L 19.877868,518.64328 M 26.687969,521.13465 L 26.687969,522.05895 C 26.411736,521.9173 26.124883,521.81106 25.82741,521.74023 C 25.529929,521.6694 25.221828,521.63399 24.903106,521.63399 C 24.417932,521.63399 24.053169,521.70836 23.808815,521.85709 C 23.567999,522.00584 23.447591,522.22894 23.447593,522.52642 C 23.447591,522.75307 23.534356,522.93191 23.707886,523.06294 C 23.881412,523.19043 24.230239,523.31261 24.754368,523.42947 L 25.089029,523.50384 C 25.783139,523.65258 26.275392,523.86329 26.565791,524.13598 C 26.859721,524.40513 27.006689,524.78229 27.006694,525.26746 C 27.006689,525.81991 26.787123,526.25727 26.347995,526.57954 C 25.912399,526.90181 25.312134,527.06294 24.547196,527.06294 C 24.228468,527.06294 23.895577,527.03107 23.548523,526.96732 C 23.205006,526.90712 22.842014,526.81504 22.459544,526.6911 L 22.459544,525.6818 C 22.820765,525.8695 23.176675,526.01115 23.527274,526.10676 C 23.87787,526.19884 24.224927,526.24488 24.568444,526.24488 C 25.028822,526.24488 25.382961,526.16697 25.630862,526.01115 C 25.878756,525.85179 26.002705,525.62868 26.002709,525.34183 C 26.002705,525.07622 25.912399,524.87259 25.731792,524.73093 C 25.554719,524.58928 25.163395,524.45293 24.55782,524.3219 L 24.217846,524.24222 C 23.612266,524.11474 23.174904,523.91996 22.90576,523.65789 C 22.636613,523.39229 22.50204,523.0293 22.502041,522.56891 C 22.50204,522.00938 22.700358,521.57733 23.096995,521.27276 C 23.49363,520.96821 24.056711,520.81593 24.78624,520.81592 C 25.147459,520.81593 25.487432,520.84249 25.806161,520.89561 C 26.124883,520.94873 26.418818,521.02841 26.687969,521.13465 M 29.53525,519.2701 L 29.53525,520.95935 L 31.548533,520.95935 L 31.548533,521.71898 L 29.53525,521.71898 L 29.53525,524.94873 C 29.535248,525.4339 29.600764,525.74555 29.731798,525.88366 C 29.866368,526.02178 30.137285,526.09083 30.544548,526.09083 L 31.548533,526.09083 L 31.548533,526.90889 L 30.544548,526.90889 C 29.790228,526.90889 29.269644,526.769 28.982793,526.48924 C 28.695939,526.20593 28.552513,525.69242 28.552514,524.94873 L 28.552514,521.71898 L 27.835381,521.71898 L 27.835381,520.95935 L 28.552514,520.95935 L 28.552514,519.2701 L 29.53525,519.2701 M 36.286918,521.87303 C 36.17713,521.80929 36.056723,521.76325 35.925696,521.73491 C 35.798202,521.70305 35.656546,521.68711 35.500729,521.6871 C 34.948268,521.68711 34.523301,521.86772 34.225827,522.22894 C 33.931889,522.58662 33.784921,523.1019 33.784923,523.77476 L 33.784923,526.90889 L 32.802186,526.90889 L 32.802186,520.95935 L 33.784923,520.95935 L 33.784923,521.88365 C 33.990322,521.52244 34.257697,521.25506 34.587049,521.08153 C 34.916396,520.90446 35.316573,520.81593 35.787582,520.81592 C 35.854864,520.81593 35.929233,520.82124 36.010689,520.83186 C 36.092137,520.83895 36.182443,520.85134 36.281606,520.86904 L 36.286918,521.87303 M 37.322775,520.95935 L 38.3002,520.95935 L 38.3002,526.90889 L 37.322775,526.90889 L 37.322775,520.95935 M 37.322775,518.64328 L 38.3002,518.64328 L 38.3002,519.881 L 37.322775,519.881 L 37.322775,518.64328 M 41.306843,519.2701 L 41.306843,520.95935 L 43.320126,520.95935 L 43.320126,521.71898 L 41.306843,521.71898 L 41.306843,524.94873 C 41.306841,525.4339 41.372357,525.74555 41.503391,525.88366 C 41.637961,526.02178 41.908878,526.09083 42.316141,526.09083 L 43.320126,526.09083 L 43.320126,526.90889 L 42.316141,526.90889 C 41.561822,526.90889 41.041237,526.769 40.754386,526.48924 C 40.467532,526.20593 40.324106,525.69242 40.324107,524.94873 L 40.324107,521.71898 L 39.606974,521.71898 L 39.606974,520.95935 L 40.324107,520.95935 L 40.324107,519.2701 L 41.306843,519.2701 M 46.916409,521.64461 C 46.392284,521.64462 45.97794,521.85001 45.673381,522.26081 C 45.368821,522.66807 45.216542,523.22761 45.216542,523.93943 C 45.216542,524.65125 45.367052,525.21256 45.668071,525.62336 C 45.972625,526.03063 46.38874,526.23426 46.916409,526.23426 C 47.436995,526.23426 47.849564,526.02885 48.154129,525.61805 C 48.458683,525.20725 48.610962,524.64771 48.610968,523.93943 C 48.610962,523.2347 48.458683,522.67693 48.154129,522.26612 C 47.849564,521.85178 47.436995,521.64462 46.916409,521.64461 M 46.916409,520.81592 C 47.76634,520.81593 48.433896,521.09216 48.919072,521.64461 C 49.404236,522.19707 49.646819,522.96201 49.646824,523.93943 C 49.646819,524.91332 49.404236,525.67826 48.919072,526.23426 C 48.433896,526.78671 47.76634,527.06294 46.916409,527.06294 C 46.062933,527.06294 45.393608,526.78671 44.908443,526.23426 C 44.426813,525.67826 44.185995,524.91332 44.185995,523.93943 C 44.185995,522.96201 44.426813,522.19707 44.908443,521.64461 C 45.393608,521.09216 46.062933,520.81593 46.916409,520.81592 M 54.767684,518.97794 L 59.32546,518.97794 L 59.32546,519.881 L 55.840726,519.881 L 55.840726,522.21831 L 58.985485,522.21831 L 58.985485,523.12137 L 55.840726,523.12137 L 55.840726,526.90889 L 54.767684,526.90889 L 54.767684,518.97794 M 65.487485,523.68976 L 65.487485,524.16785 L 60.993456,524.16785 C 61.035951,524.84072 61.237809,525.35422 61.599035,525.70836 C 61.963797,526.05896 62.470214,526.23426 63.118292,526.23426 C 63.493677,526.23426 63.856668,526.18822 64.207272,526.09614 C 64.561404,526.00407 64.912002,525.86595 65.259066,525.6818 L 65.259066,526.6061 C 64.908462,526.75484 64.549011,526.86817 64.18071,526.94608 C 63.812399,527.02399 63.438784,527.06294 63.05986,527.06294 C 62.110762,527.06294 61.358218,526.78671 60.802222,526.23426 C 60.249761,525.6818 59.973533,524.93457 59.973533,523.99255 C 59.973533,523.01867 60.235598,522.24665 60.759723,521.67648 C 61.287387,521.10278 61.997437,520.81593 62.889873,520.81592 C 63.69022,520.81593 64.322361,521.07445 64.786289,521.59149 C 65.253746,522.10499 65.48748,522.80442 65.487485,523.68976 M 64.510061,523.40291 C 64.502972,522.86817 64.352462,522.44143 64.058531,522.1227 C 63.768135,521.80397 63.382122,521.64462 62.900496,521.64461 C 62.355119,521.64462 61.917758,521.79867 61.588407,522.10676 C 61.2626,522.41487 61.074905,522.84868 61.025327,523.40822 L 64.510061,523.40291 M 71.006742,521.86241 L 71.006742,518.64328 L 71.984171,518.64328 L 71.984171,526.90889 L 71.006742,526.90889 L 71.006742,526.01646 C 70.801339,526.3706 70.541044,526.63443 70.225866,526.80796 C 69.914218,526.97795 69.538833,527.06294 69.099702,527.06294 C 68.380798,527.06294 67.794696,526.77609 67.341402,526.20238 C 66.891642,525.62868 66.666767,524.87436 66.666767,523.93943 C 66.666767,523.00451 66.891642,522.25019 67.341402,521.67648 C 67.794696,521.10278 68.380798,520.81593 69.099702,520.81592 C 69.538833,520.81593 69.914218,520.9027 70.225866,521.07622 C 70.541044,521.24621 70.801339,521.50827 71.006742,521.86241 M 67.676062,523.93943 C 67.676062,524.65834 67.823027,525.22319 68.116968,525.63399 C 68.414444,526.04125 68.821699,526.24488 69.33875,526.24488 C 69.855785,526.24488 70.263046,526.04125 70.560526,525.63399 C 70.858001,525.22319 71.006742,524.65834 71.006742,523.93943 C 71.006742,523.22053 70.858001,522.65745 70.560526,522.25019 C 70.263046,521.83939 69.855785,521.63399 69.33875,521.63399 C 68.821699,521.63399 68.414444,521.83939 68.116968,522.25019 C 67.823027,522.65745 67.676062,523.22053 67.676062,523.93943 M 79.086436,523.68976 L 79.086436,524.16785 L 74.592407,524.16785 C 74.634901,524.84072 74.836759,525.35422 75.197986,525.70836 C 75.562747,526.05896 76.069164,526.23426 76.717243,526.23426 C 77.092627,526.23426 77.455619,526.18822 77.806222,526.09614 C 78.160354,526.00407 78.510953,525.86595 78.858017,525.6818 L 78.858017,526.6061 C 78.507413,526.75484 78.147961,526.86817 77.779661,526.94608 C 77.41135,527.02399 77.037735,527.06294 76.658811,527.06294 C 75.709712,527.06294 74.957168,526.78671 74.401173,526.23426 C 73.848711,525.6818 73.572483,524.93457 73.572483,523.99255 C 73.572483,523.01867 73.834549,522.24665 74.358673,521.67648 C 74.886343,521.10278 75.596388,520.81593 76.488823,520.81592 C 77.289176,520.81593 77.921311,521.07445 78.38524,521.59149 C 78.852697,522.10499 79.086431,522.80442 79.086436,523.68976 M 78.109012,523.40291 C 78.101922,522.86817 77.951412,522.44143 77.657482,522.1227 C 77.367086,521.80397 76.981072,521.64462 76.499447,521.64461 C 75.95407,521.64462 75.516708,521.79867 75.187363,522.10676 C 74.861551,522.41487 74.673856,522.84868 74.624278,523.40822 L 78.109012,523.40291 M 84.13823,521.87303 C 84.028444,521.80929 83.908035,521.76325 83.777008,521.73491 C 83.649515,521.70305 83.507859,521.68711 83.35204,521.6871 C 82.799584,521.68711 82.374616,521.86772 82.077141,522.22894 C 81.783205,522.58662 81.636235,523.1019 81.636235,523.77476 L 81.636235,526.90889 L 80.653501,526.90889 L 80.653501,520.95935 L 81.636235,520.95935 L 81.636235,521.88365 C 81.841637,521.52244 82.109011,521.25506 82.438362,521.08153 C 82.767708,520.90446 83.167885,520.81593 83.638897,520.81592 C 83.706178,520.81593 83.780548,520.82124 83.862002,520.83186 C 83.943451,520.83895 84.033759,520.85134 84.132921,520.86904 L 84.13823,521.87303 M 87.877945,523.91819 C 87.08821,523.91819 86.541063,524.00849 86.236509,524.1891 C 85.931945,524.36972 85.779665,524.67781 85.779671,525.11341 C 85.779665,525.46046 85.89299,525.73669 86.11964,525.94209 C 86.349829,526.14395 86.661472,526.24488 87.05457,526.24488 C 87.596397,526.24488 88.030219,526.05365 88.356031,525.67117 C 88.685376,525.28516 88.850055,524.77343 88.850055,524.13598 L 88.850055,523.91819 L 87.877945,523.91819 M 89.827484,523.51447 L 89.827484,526.90889 L 88.850055,526.90889 L 88.850055,526.00584 C 88.626944,526.36706 88.348947,526.63443 88.016056,526.80796 C 87.683166,526.97795 87.275905,527.06294 86.79428,527.06294 C 86.185156,527.06294 85.699986,526.89295 85.338764,526.55298 C 84.981082,526.20946 84.802241,525.75086 84.802241,525.17715 C 84.802241,524.50783 85.025351,524.00318 85.471567,523.66321 C 85.921321,523.32323 86.590647,523.15325 87.479538,523.15324 L 88.850055,523.15324 L 88.850055,523.05763 C 88.850055,522.60787 88.701314,522.26082 88.403839,522.01646 C 88.109904,521.76856 87.695559,521.64462 87.160811,521.64461 C 86.820836,521.64462 86.489715,521.68534 86.167448,521.76679 C 85.845182,521.84824 85.535308,521.97042 85.237833,522.13332 L 85.237833,521.23027 C 85.595515,521.09216 85.942568,520.98946 86.279004,520.92216 C 86.615433,520.85134 86.943015,520.81593 87.261742,520.81592 C 88.122297,520.81593 88.765061,521.03904 89.190029,521.48525 C 89.614992,521.93147 89.827473,522.60787 89.827484,523.51447 M 91.846079,518.64328 L 92.823503,518.64328 L 92.823503,526.90889 L 91.846079,526.90889 L 91.846079,518.64328"
       id="flowRoot4112" />
    <path
       style="font-size:20.53243637px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Sans"
       d="M 170.28125,463.125 L 170.28125,466.3125 C 170.01918,465.96545 169.72498,465.72541 169.40625,465.5625 C 169.09106,465.39607 168.7233,465.31249 168.3125,465.3125 C 167.57943,465.3125 166.971,465.60317 166.5,466.1875 C 166.02899,466.76829 165.8125,467.52028 165.8125,468.4375 C 165.8125,469.35472 166.02899,470.10318 166.5,470.6875 C 166.971,471.2683 167.57943,471.5625 168.3125,471.5625 C 168.72684,471.5625 169.09107,471.47541 169.40625,471.3125 C 169.72143,471.1496 170.01918,470.88186 170.28125,470.53125 L 170.28125,471.40625 L 172.1875,471.40625 L 172.1875,463.125 L 170.28125,463.125 z M 144.34375,463.46875 L 144.34375,471.40625 L 146.28125,471.40625 L 146.28125,465.96875 L 149.15625,471.40625 L 151.46875,471.40625 L 151.46875,463.46875 L 149.53125,463.46875 L 149.53125,468.90625 L 146.625,463.46875 L 144.34375,463.46875 z M 188.0625,463.75 L 188.0625,465.4375 L 187.125,465.4375 L 187.125,466.8125 L 188.0625,466.8125 L 188.0625,469.3125 C 188.0625,470.06328 188.2196,470.62233 188.53125,470.9375 C 188.84643,471.24913 189.37422,471.40626 190.125,471.40625 L 191.75,471.40625 L 191.75,470.03125 L 190.78125,470.03125 C 190.45543,470.03125 190.23478,469.97063 190.125,469.875 C 190.01521,469.77585 189.96875,469.58873 189.96875,469.3125 L 189.96875,466.8125 L 191.9375,466.8125 L 191.9375,465.4375 L 189.96875,465.4375 L 189.96875,463.75 L 188.0625,463.75 z M 156.21875,465.3125 C 155.19175,465.3125 154.39328,465.57255 153.8125,466.125 C 153.23526,466.67746 152.9375,467.46008 152.9375,468.4375 C 152.9375,469.41492 153.23525,470.16629 153.8125,470.71875 C 154.39329,471.27121 155.19175,471.5625 156.21875,471.5625 C 157.24221,471.5625 158.02003,471.2712 158.59375,470.71875 C 159.17099,470.1663 159.46874,469.41492 159.46875,468.4375 C 159.46874,467.46008 159.17098,466.67747 158.59375,466.125 C 158.02004,465.57254 157.24221,465.31249 156.21875,465.3125 z M 164.75,465.3125 C 164.30732,465.3125 163.91248,465.3819 163.59375,465.5625 C 163.27856,465.73957 162.99436,466.01669 162.75,466.40625 L 162.75,465.4375 L 160.84375,465.4375 L 160.84375,471.40625 L 162.75,471.40625 L 162.75,468.65625 C 162.75,468.07192 162.89417,467.62415 163.15625,467.3125 C 163.42185,466.99732 163.79254,466.84376 164.28125,466.84375 C 164.44769,466.84376 164.61835,466.8673 164.78125,466.90625 C 164.94769,466.94168 165.11479,466.98459 165.28125,467.0625 L 165.28125,465.34375 C 165.13959,465.32604 165.01187,465.31604 164.9375,465.3125 C 164.86313,465.30543 164.81374,465.31249 164.75,465.3125 z M 176.875,465.3125 C 175.848,465.3125 175.05662,465.56902 174.46875,466.125 C 173.88442,466.681 173.59375,467.46716 173.59375,468.4375 C 173.59375,469.42555 173.87379,470.16983 174.46875,470.71875 C 175.06724,471.26412 175.92341,471.5625 177,471.5625 C 177.44974,471.5625 177.89399,471.4948 178.34375,471.40625 C 178.79351,471.32126 179.23774,471.20122 179.6875,471.03125 L 179.6875,469.5625 C 179.24483,469.80332 178.82767,469.97335 178.40625,470.09375 C 177.98836,470.21062 177.55642,470.28126 177.15625,470.28125 C 176.66045,470.28125 176.27622,470.16061 176,469.9375 C 175.72377,469.71439 175.57728,469.3837 175.53125,468.9375 L 179.96875,468.9375 L 179.96875,468.40625 C 179.96874,467.46424 179.68808,466.71935 179.125,466.15625 C 178.56546,465.59318 177.80991,465.31249 176.875,465.3125 z M 183.6875,465.3125 C 182.79507,465.3125 182.11954,465.44543 181.6875,465.75 C 181.25545,466.05456 181.06249,466.52589 181.0625,467.15625 C 181.06249,467.74059 181.22253,468.18191 181.5625,468.46875 C 181.90248,468.75561 182.49735,468.95626 183.34375,469.0625 L 183.6875,469.09375 C 184.0735,469.13979 184.31001,469.19625 184.4375,469.28125 C 184.56853,469.3627 184.65624,469.51751 184.65625,469.6875 C 184.65625,469.88936 184.56268,470.02231 184.375,470.125 C 184.1873,470.2277 183.90308,470.28126 183.53125,470.28125 C 183.12044,470.28125 182.71268,470.24834 182.3125,470.15625 C 181.91586,470.06418 181.53517,469.90292 181.15625,469.71875 L 181.15625,471.1875 C 181.59893,471.31145 182.01961,471.3773 182.4375,471.4375 C 182.85892,471.50125 183.26315,471.5625 183.65625,471.5625 C 184.58409,471.5625 185.28254,471.38122 185.75,471.0625 C 186.21746,470.74377 186.43749,470.25892 186.4375,469.625 C 186.43749,469.01942 186.27393,468.59583 185.9375,468.3125 C 185.60106,468.02919 184.94264,467.81145 183.96875,467.6875 L 183.65625,467.65625 C 183.31274,467.6173 183.07207,467.55021 182.9375,467.46875 C 182.80647,467.3873 182.71874,467.2773 182.71875,467.125 C 182.71874,466.93732 182.82647,466.77605 183,466.6875 C 183.17706,466.59543 183.45128,466.56252 183.8125,466.5625 C 184.14893,466.56251 184.49607,466.60252 184.875,466.6875 C 185.25392,466.7725 185.65523,466.89251 186.0625,467.0625 L 186.0625,465.625 C 185.6092,465.51168 185.16726,465.42812 184.78125,465.375 C 184.39523,465.32188 184.03811,465.31249 183.6875,465.3125 z M 195.9375,465.3125 C 194.9105,465.3125 194.11912,465.56902 193.53125,466.125 C 192.94692,466.681 192.65625,467.46716 192.65625,468.4375 C 192.65625,469.42555 192.93629,470.16983 193.53125,470.71875 C 194.12974,471.26412 194.9859,471.5625 196.0625,471.5625 C 196.51225,471.5625 196.95649,471.4948 197.40625,471.40625 C 197.856,471.32126 198.30024,471.20122 198.75,471.03125 L 198.75,469.5625 C 198.30732,469.80332 197.89016,469.97335 197.46875,470.09375 C 197.05086,470.21062 196.61892,470.28126 196.21875,470.28125 C 195.72295,470.28125 195.33872,470.16061 195.0625,469.9375 C 194.78627,469.71439 194.63978,469.3837 194.59375,468.9375 L 199.03125,468.9375 L 199.03125,468.40625 C 199.03125,467.46424 198.75057,466.71935 198.1875,466.15625 C 197.62795,465.59318 196.87244,465.31249 195.9375,465.3125 z M 176.875,466.5625 C 177.21497,466.56251 177.47855,466.68314 177.6875,466.90625 C 177.89998,467.12582 178.03124,467.42002 178.03125,467.78125 L 175.53125,467.78125 C 175.58791,467.3917 175.73856,467.08039 175.96875,466.875 C 176.19894,466.66606 176.50668,466.56252 176.875,466.5625 z M 195.9375,466.5625 C 196.27747,466.56251 196.54106,466.68314 196.75,466.90625 C 196.96248,467.12582 197.0625,467.42002 197.0625,467.78125 L 194.59375,467.78125 C 194.65041,467.3917 194.80106,467.08039 195.03125,466.875 C 195.26144,466.66606 195.56921,466.56252 195.9375,466.5625 z M 156.21875,466.65625 C 156.63309,466.65625 156.93669,466.82046 157.15625,467.125 C 157.37581,467.42602 157.49998,467.86734 157.5,468.4375 C 157.49999,469.00766 157.37582,469.44546 157.15625,469.75 C 156.93668,470.05102 156.63309,470.1875 156.21875,470.1875 C 155.79732,470.1875 155.47311,470.05103 155.25,469.75 C 155.03043,469.44545 154.90624,469.00766 154.90625,468.4375 C 154.90625,467.86734 155.03043,467.42603 155.25,467.125 C 155.47311,466.82045 155.79732,466.65625 156.21875,466.65625 z M 169.03125,466.6875 C 169.43851,466.68751 169.75627,466.82751 169.96875,467.125 C 170.18477,467.42248 170.28125,467.87088 170.28125,468.4375 C 170.28125,469.00412 170.18478,469.42128 169.96875,469.71875 C 169.75626,470.01623 169.43851,470.15625 169.03125,470.15625 C 168.62753,470.15626 168.30978,470.01624 168.09375,469.71875 C 167.88127,469.42127 167.78124,469.00412 167.78125,468.4375 C 167.78125,467.87088 167.88127,467.42247 168.09375,467.125 C 168.30978,466.82752 168.62753,466.68751 169.03125,466.6875 z M 186.8125,476.53125 C 186.49023,476.53126 186.24311,476.67544 186.0625,476.9375 C 185.88189,477.19602 185.78833,477.55316 185.78125,478.03125 L 186.4375,478.03125 C 186.44458,477.74086 186.49876,477.53374 186.5625,477.40625 C 186.62624,477.27523 186.70917,477.21876 186.84375,477.21875 C 186.88979,477.21876 186.94333,477.24584 187,477.28125 C 187.0602,477.31313 187.14084,477.36668 187.21875,477.4375 L 187.5,477.71875 C 187.63103,477.83563 187.76168,477.91917 187.875,477.96875 C 187.98832,478.01834 188.11542,478.03124 188.25,478.03125 C 188.57226,478.03125 188.81938,477.91478 189,477.65625 C 189.1806,477.39419 189.27416,477.00935 189.28125,476.53125 L 188.625,476.53125 C 188.61792,476.82165 188.595,477.05647 188.53125,477.1875 C 188.46751,477.315 188.35332,477.37501 188.21875,477.375 C 188.1727,477.37501 188.12271,477.34437 188.0625,477.3125 C 188.00584,477.27709 187.95291,477.22708 187.875,477.15625 L 187.5625,476.875 C 187.43146,476.75814 187.30083,476.67459 187.1875,476.625 C 187.07418,476.57543 186.94708,476.53126 186.8125,476.53125 z M 178.46875,476.71875 L 178.46875,485 L 179.4375,485 L 179.4375,481.625 C 179.4375,481.04422 179.6017,480.58645 179.90625,480.25 C 180.21081,479.91357 180.62857,479.75001 181.15625,479.75 C 181.59538,479.75 181.90544,479.87649 182.125,480.15625 C 182.34456,480.43602 182.46875,480.87443 182.46875,481.4375 L 182.46875,485 L 183.4375,485 L 183.4375,481.40625 C 183.43749,480.58465 183.25684,479.95269 182.90625,479.53125 C 182.55564,479.10629 182.05849,478.90623 181.375,478.90625 C 180.96065,478.90625 180.59997,478.97918 180.28125,479.15625 C 179.96606,479.33333 179.67123,479.61107 179.4375,479.96875 L 179.4375,476.71875 L 178.46875,476.71875 z M 144.40625,477.0625 L 144.40625,485 L 145.46875,485 L 145.46875,478.03125 L 147.5,483.46875 L 148.59375,483.46875 L 150.625,478.03125 L 150.625,485 L 151.6875,485 L 151.6875,477.0625 L 150.0625,477.0625 L 148.03125,482.46875 L 146.03125,477.0625 L 144.40625,477.0625 z M 155.84375,478.90625 C 155.52503,478.90625 155.21143,478.92917 154.875,479 C 154.53856,479.06729 154.20143,479.17438 153.84375,479.3125 L 153.84375,480.21875 C 154.14122,480.05585 154.42773,479.92522 154.75,479.84375 C 155.07227,479.76231 155.41002,479.71875 155.75,479.71875 C 156.28475,479.71876 156.70606,479.84587 157,480.09375 C 157.29748,480.33811 157.4375,480.70649 157.4375,481.15625 L 157.4375,481.25 L 156.0625,481.25 C 155.17361,481.25 154.51224,481.41004 154.0625,481.75 C 153.61628,482.08998 153.40624,482.58069 153.40625,483.25 C 153.40624,483.8237 153.57982,484.28149 153.9375,484.625 C 154.29872,484.96497 154.76588,485.15625 155.375,485.15625 C 155.85663,485.15625 156.26086,485.07622 156.59375,484.90625 C 156.92664,484.73272 157.2144,484.45499 157.4375,484.09375 L 157.4375,485 L 158.40625,485 L 158.40625,481.59375 C 158.40625,480.68716 158.2062,480.00872 157.78125,479.5625 C 157.35628,479.11629 156.70431,478.90623 155.84375,478.90625 z M 163.375,478.90625 C 162.90399,478.90625 162.51685,478.97918 162.1875,479.15625 C 161.85814,479.32979 161.5804,479.60753 161.375,479.96875 L 161.375,479.03125 L 160.40625,479.03125 L 160.40625,485 L 161.375,485 L 161.375,481.84375 C 161.375,481.17089 161.51857,480.67019 161.8125,480.3125 C 162.10998,479.95128 162.54129,479.78127 163.09375,479.78125 C 163.24956,479.78126 163.40375,479.78063 163.53125,479.8125 C 163.66228,479.84084 163.76523,479.90501 163.875,479.96875 L 163.875,478.9375 C 163.77584,478.9198 163.70644,478.91332 163.625,478.90625 C 163.54354,478.89563 163.44229,478.90623 163.375,478.90625 z M 167,478.90625 C 166.68127,478.90625 166.36767,478.92917 166.03125,479 C 165.69481,479.06729 165.35767,479.17438 165,479.3125 L 165,480.21875 C 165.29747,480.05585 165.58398,479.92522 165.90625,479.84375 C 166.22851,479.76231 166.56627,479.71875 166.90625,479.71875 C 167.44099,479.71876 167.86231,479.84587 168.15625,480.09375 C 168.45372,480.33811 168.59375,480.70649 168.59375,481.15625 L 168.59375,481.25 L 167.21875,481.25 C 166.32986,481.25 165.66851,481.41004 165.21875,481.75 C 164.77253,482.08998 164.5625,482.58069 164.5625,483.25 C 164.5625,483.8237 164.73607,484.28149 165.09375,484.625 C 165.45497,484.96497 165.92214,485.15625 166.53125,485.15625 C 167.01288,485.15625 167.41711,485.07622 167.75,484.90625 C 168.08289,484.73272 168.37064,484.45499 168.59375,484.09375 L 168.59375,485 L 169.5625,485 L 169.5625,481.59375 C 169.56249,480.68716 169.36246,480.00872 168.9375,479.5625 C 168.51252,479.11629 167.86056,478.90623 167,478.90625 z M 174.46875,478.90625 C 174.0544,478.90625 173.69372,478.97918 173.375,479.15625 C 173.05981,479.33333 172.76498,479.61107 172.53125,479.96875 L 172.53125,479.03125 L 171.5625,479.03125 L 171.5625,485 L 172.53125,485 L 172.53125,481.625 C 172.53125,481.04422 172.69544,480.58645 173,480.25 C 173.30456,479.91357 173.72234,479.75001 174.25,479.75 C 174.68913,479.75 174.99918,479.87649 175.21875,480.15625 C 175.43831,480.43602 175.56249,480.87443 175.5625,481.4375 L 175.5625,485 L 176.53125,485 L 176.53125,481.40625 C 176.53124,480.58465 176.35059,479.95269 176,479.53125 C 175.6494,479.10629 175.15223,478.90623 174.46875,478.90625 z M 187.5,478.90625 C 187.18127,478.90625 186.83643,478.92917 186.5,479 C 186.16357,479.06729 185.82641,479.17438 185.46875,479.3125 L 185.46875,480.21875 C 185.76622,480.05585 186.08397,479.92522 186.40625,479.84375 C 186.72851,479.76231 187.06628,479.71875 187.40625,479.71875 C 187.941,479.71876 188.33105,479.84587 188.625,480.09375 C 188.92247,480.33811 189.09374,480.70649 189.09375,481.15625 L 189.09375,481.25 L 187.71875,481.25 C 186.82986,481.25 186.13725,481.41004 185.6875,481.75 C 185.24129,482.08998 185.03125,482.58069 185.03125,483.25 C 185.03125,483.8237 185.20483,484.28149 185.5625,484.625 C 185.92372,484.96497 186.42213,485.15625 187.03125,485.15625 C 187.51287,485.15625 187.9171,485.07622 188.25,484.90625 C 188.58288,484.73272 188.87063,484.45499 189.09375,484.09375 L 189.09375,485 L 190.0625,485 L 190.0625,481.59375 C 190.0625,480.68716 189.83121,480.00872 189.40625,479.5625 C 188.98128,479.11629 188.36056,478.90623 187.5,478.90625 z M 194.375,478.90625 C 193.52152,478.90625 192.86017,479.16629 192.375,479.71875 C 191.89337,480.27122 191.65625,481.05382 191.65625,482.03125 C 191.65624,483.00514 191.89337,483.75651 192.375,484.3125 C 192.86017,484.86496 193.52151,485.15625 194.375,485.15625 C 195.22493,485.15625 195.88983,484.86497 196.375,484.3125 C 196.86017,483.7565 197.125,483.00513 197.125,482.03125 C 197.12499,481.05383 196.86017,480.27121 196.375,479.71875 C 195.88983,479.1663 195.22492,478.90623 194.375,478.90625 z M 194.375,479.71875 C 194.89558,479.71876 195.32043,479.9294 195.625,480.34375 C 195.92955,480.75456 196.06249,481.32651 196.0625,482.03125 C 196.06249,482.73953 195.92955,483.27669 195.625,483.6875 C 195.32043,484.0983 194.89557,484.31251 194.375,484.3125 C 193.84733,484.3125 193.42956,484.126 193.125,483.71875 C 192.82398,483.30795 192.6875,482.74306 192.6875,482.03125 C 192.6875,481.31943 192.82044,480.751 193.125,480.34375 C 193.42956,479.93295 193.85086,479.71875 194.375,479.71875 z M 156.46875,482 L 157.4375,482 L 157.4375,482.21875 C 157.43749,482.85621 157.26684,483.364 156.9375,483.75 C 156.61169,484.13247 156.19808,484.34374 155.65625,484.34375 C 155.26315,484.34375 154.94893,484.23311 154.71875,484.03125 C 154.4921,483.82585 154.375,483.53457 154.375,483.1875 C 154.375,482.75191 154.53919,482.46186 154.84375,482.28125 C 155.14831,482.10064 155.67901,482.00001 156.46875,482 z M 167.625,482 L 168.59375,482 L 168.59375,482.21875 C 168.59375,482.85621 168.42309,483.364 168.09375,483.75 C 167.76793,484.13247 167.35433,484.34374 166.8125,484.34375 C 166.41941,484.34375 166.10518,484.23311 165.875,484.03125 C 165.64835,483.82585 165.53125,483.53457 165.53125,483.1875 C 165.53125,482.75191 165.6642,482.46186 165.96875,482.28125 C 166.27331,482.10064 166.83527,482.00001 167.625,482 z M 188.09375,482 L 189.09375,482 L 189.09375,482.21875 C 189.09374,482.85621 188.92309,483.364 188.59375,483.75 C 188.26794,484.13247 187.82308,484.34374 187.28125,484.34375 C 186.88815,484.34375 186.57394,484.23311 186.34375,484.03125 C 186.1171,483.82585 185.99999,483.53457 186,483.1875 C 185.99999,482.75191 186.16419,482.46186 186.46875,482.28125 C 186.77331,482.10064 187.30402,482.00001 188.09375,482 z M 168.53125,489.875 L 167.03125,491.875 L 167.84375,491.875 L 169.59375,489.875 L 168.53125,489.875 z M 150.71875,490.3125 L 150.71875,491.5625 L 151.6875,491.5625 L 151.6875,490.3125 L 150.71875,490.3125 z M 144.40625,490.65625 L 144.40625,498.59375 L 145.5,498.59375 L 145.5,495.40625 L 146.84375,495.40625 C 147.73264,495.40626 148.39044,495.21269 148.84375,494.8125 C 149.30058,494.41232 149.53124,493.8139 149.53125,493.03125 C 149.53124,492.25569 149.30058,491.68143 148.84375,491.28125 C 148.39044,490.87753 147.73264,490.65626 146.84375,490.65625 L 144.40625,490.65625 z M 145.5,491.53125 L 146.84375,491.53125 C 147.34309,491.53126 147.72732,491.67899 148,491.9375 C 148.27268,492.19602 148.40624,492.55671 148.40625,493.03125 C 148.40625,493.50934 148.27269,493.86648 148,494.125 C 147.72731,494.38353 147.34309,494.53127 146.84375,494.53125 L 145.5,494.53125 L 145.5,491.53125 z M 155.8125,492.5 C 155.49377,492.50001 155.18018,492.52295 154.84375,492.59375 C 154.50731,492.66104 154.13892,492.76815 153.78125,492.90625 L 153.78125,493.8125 C 154.07872,493.6496 154.39648,493.51896 154.71875,493.4375 C 155.04101,493.35605 155.37877,493.31252 155.71875,493.3125 C 156.25349,493.31251 156.67481,493.43962 156.96875,493.6875 C 157.26622,493.93186 157.40625,494.30026 157.40625,494.75 L 157.40625,494.84375 L 156.03125,494.84375 C 155.14236,494.84375 154.48102,495.00378 154.03125,495.34375 C 153.58503,495.68372 153.34375,496.20568 153.34375,496.875 C 153.34375,497.44871 153.51732,497.90649 153.875,498.25 C 154.23622,498.58997 154.73464,498.74999 155.34375,498.75 C 155.82538,498.75 156.22961,498.67 156.5625,498.5 C 156.89539,498.32647 157.18314,498.04873 157.40625,497.6875 L 157.40625,498.59375 L 158.375,498.59375 L 158.375,495.1875 C 158.37499,494.28091 158.17498,493.60245 157.75,493.15625 C 157.32503,492.71004 156.67304,492.50002 155.8125,492.5 z M 150.71875,492.65625 L 150.71875,498.59375 L 151.6875,498.59375 L 151.6875,492.65625 L 150.71875,492.65625 z M 160.28125,492.65625 L 160.28125,496.25 C 160.28125,497.06806 160.45836,497.6688 160.8125,498.09375 C 161.16664,498.51872 161.69151,498.74999 162.375,498.75 C 162.78934,498.75 163.15711,498.67354 163.46875,498.5 C 163.78393,498.32294 164.07522,498.04873 164.3125,497.6875 L 164.3125,498.59375 L 165.28125,498.59375 L 165.28125,492.65625 L 164.3125,492.65625 L 164.3125,496 C 164.31249,496.58079 164.15184,497.06981 163.84375,497.40625 C 163.53918,497.74268 163.1214,497.90624 162.59375,497.90625 C 162.15461,497.90625 161.81331,497.74851 161.59375,497.46875 C 161.37418,497.18544 161.28123,496.78182 161.28125,496.21875 L 161.28125,492.65625 L 160.28125,492.65625 z M 167.3125,492.65625 L 167.3125,498.59375 L 168.28125,498.59375 L 168.28125,492.65625 L 167.3125,492.65625 z M 156.4375,495.59375 L 157.40625,495.59375 L 157.40625,495.8125 C 157.40625,496.44995 157.23559,496.95774 156.90625,497.34375 C 156.58043,497.72622 156.13558,497.93751 155.59375,497.9375 C 155.20066,497.93751 154.88643,497.82688 154.65625,497.625 C 154.4296,497.41961 154.34375,497.12831 154.34375,496.78125 C 154.34375,496.34566 154.4767,496.0556 154.78125,495.875 C 155.08581,495.69439 155.64776,495.59376 156.4375,495.59375 z M 172.6875,503.5 L 171.21875,505.5 L 172.03125,505.5 L 173.75,503.5 L 172.6875,503.5 z M 147.84375,504.125 C 146.64321,504.12501 145.69057,504.48214 145,505.21875 C 144.30943,505.95183 143.96875,506.94384 143.96875,508.21875 C 143.96875,509.49011 144.30943,510.51341 145,511.25 C 145.69057,511.98307 146.6432,512.34376 147.84375,512.34375 C 148.3112,512.34375 148.73836,512.28373 149.15625,512.15625 C 149.57767,512.02876 149.96834,511.84872 150.34375,511.59375 L 150.34375,510.46875 C 149.98252,510.80518 149.5983,511.05231 149.1875,511.21875 C 148.78024,511.3852 148.36663,511.46875 147.90625,511.46875 C 146.99965,511.46875 146.29412,511.17746 145.8125,510.625 C 145.33087,510.06901 145.09374,509.26346 145.09375,508.21875 C 145.09374,507.1705 145.33086,506.39623 145.8125,505.84375 C 146.29413,505.28776 146.99965,505.00001 147.90625,505 C 148.36663,505.00001 148.78024,505.08357 149.1875,505.25 C 149.5983,505.41645 149.98251,505.66356 150.34375,506 L 150.34375,504.875 C 149.97544,504.62356 149.57766,504.43644 149.15625,504.3125 C 148.73836,504.18501 148.31828,504.12501 147.84375,504.125 z M 154.46875,506.09375 C 153.57632,506.09376 152.87142,506.39504 152.34375,506.96875 C 151.81962,507.53892 151.56249,508.30736 151.5625,509.28125 C 151.5625,510.22326 151.82253,510.97879 152.375,511.53125 C 152.93099,512.08371 153.70715,512.34376 154.65625,512.34375 C 155.03517,512.34375 155.38169,512.29665 155.75,512.21875 C 156.1183,512.14084 156.49315,512.02373 156.84375,511.875 L 156.84375,510.96875 C 156.49669,511.1529 156.13538,511.28293 155.78125,511.375 C 155.43065,511.46708 155.06287,511.53124 154.6875,511.53125 C 154.03942,511.53125 153.55226,511.35061 153.1875,511 C 152.82628,510.64586 152.605,510.11036 152.5625,509.4375 L 157.0625,509.4375 L 157.0625,508.96875 C 157.0625,508.08341 156.84244,507.38853 156.375,506.875 C 155.91107,506.35797 155.2691,506.09376 154.46875,506.09375 z M 160.75,506.09375 C 160.43127,506.09376 160.11768,506.14794 159.78125,506.21875 C 159.44482,506.28604 159.10768,506.36189 158.75,506.5 L 158.75,507.40625 C 159.04748,507.24335 159.33399,507.14395 159.65625,507.0625 C 159.97851,506.98106 160.31627,506.93751 160.65625,506.9375 C 161.19099,506.9375 161.61232,507.06461 161.90625,507.3125 C 162.20372,507.55686 162.34375,507.894 162.34375,508.34375 L 162.34375,508.4375 L 160.96875,508.4375 C 160.07986,508.4375 159.4185,508.59752 158.96875,508.9375 C 158.52253,509.27748 158.3125,509.79941 158.3125,510.46875 C 158.3125,511.04245 158.48608,511.50024 158.84375,511.84375 C 159.20497,512.18372 159.67213,512.34376 160.28125,512.34375 C 160.76288,512.34375 161.19836,512.26374 161.53125,512.09375 C 161.86414,511.92022 162.12064,511.64247 162.34375,511.28125 L 162.34375,512.1875 L 163.34375,512.1875 L 163.34375,508.78125 C 163.34374,507.87466 163.11246,507.22748 162.6875,506.78125 C 162.26252,506.33504 161.61055,506.09376 160.75,506.09375 z M 168.28125,506.09375 C 167.81024,506.09376 167.42311,506.19794 167.09375,506.375 C 166.7644,506.54853 166.48665,506.79504 166.28125,507.15625 L 166.28125,506.25 L 165.3125,506.25 L 165.3125,512.1875 L 166.28125,512.1875 L 166.28125,509.0625 C 166.28125,508.38963 166.42482,507.85767 166.71875,507.5 C 167.01622,507.13878 167.44754,506.96875 168,506.96875 C 168.15582,506.96876 168.31,506.99939 168.4375,507.03125 C 168.56852,507.05958 168.67146,507.09251 168.78125,507.15625 L 168.78125,506.15625 C 168.68208,506.13855 168.6127,506.13209 168.53125,506.125 C 168.44979,506.11439 168.34854,506.09376 168.28125,506.09375 z M 171.90625,506.09375 C 171.58752,506.09376 171.27392,506.14794 170.9375,506.21875 C 170.60107,506.28604 170.26394,506.36189 169.90625,506.5 L 169.90625,507.40625 C 170.20373,507.24335 170.49023,507.14395 170.8125,507.0625 C 171.13476,506.98106 171.47252,506.93751 171.8125,506.9375 C 172.34725,506.9375 172.76856,507.06461 173.0625,507.3125 C 173.35997,507.55686 173.5,507.894 173.5,508.34375 L 173.5,508.4375 L 172.125,508.4375 C 171.23611,508.4375 170.57476,508.59752 170.125,508.9375 C 169.67879,509.27748 169.46874,509.79941 169.46875,510.46875 C 169.46875,511.04245 169.64232,511.50024 170,511.84375 C 170.36122,512.18372 170.82838,512.34376 171.4375,512.34375 C 171.91913,512.34375 172.35461,512.26374 172.6875,512.09375 C 173.02039,511.92022 173.27689,511.64247 173.5,511.28125 L 173.5,512.1875 L 174.46875,512.1875 L 174.46875,508.78125 C 174.46874,507.87466 174.26871,507.22748 173.84375,506.78125 C 173.41878,506.33504 172.76681,506.09376 171.90625,506.09375 z M 154.46875,506.9375 C 154.95038,506.9375 155.36585,507.08754 155.65625,507.40625 C 155.95018,507.72498 156.08665,508.15276 156.09375,508.6875 L 152.59375,508.6875 C 152.64332,508.12796 152.83044,507.68311 153.15625,507.375 C 153.48559,507.0669 153.92338,506.93751 154.46875,506.9375 z M 161.375,509.1875 L 162.34375,509.1875 L 162.34375,509.40625 C 162.34375,510.0437 162.17309,510.55148 161.84375,510.9375 C 161.51793,511.31997 161.10433,511.53125 160.5625,511.53125 C 160.16941,511.53125 159.85519,511.42062 159.625,511.21875 C 159.39835,511.01335 159.28125,510.7533 159.28125,510.40625 C 159.28125,509.97066 159.44543,509.64937 159.75,509.46875 C 160.05456,509.28814 160.58526,509.18749 161.375,509.1875 z M 172.53125,509.1875 L 173.5,509.1875 L 173.5,509.40625 C 173.5,510.0437 173.32934,510.55148 173,510.9375 C 172.67419,511.31997 172.26059,511.53125 171.71875,511.53125 C 171.32565,511.53125 171.01144,511.42062 170.78125,511.21875 C 170.5546,511.01335 170.4375,510.7533 170.4375,510.40625 C 170.4375,509.97066 170.60169,509.64937 170.90625,509.46875 C 171.21081,509.28814 171.74152,509.18749 172.53125,509.1875 z M 151.9375,517.53125 L 151.9375,518.75 L 152.90625,518.75 L 152.90625,517.53125 L 151.9375,517.53125 z M 195.46875,517.53125 L 195.46875,520.75 C 195.26334,520.39587 195.00268,520.13875 194.6875,519.96875 C 194.37585,519.79523 194.00162,519.68749 193.5625,519.6875 C 192.84359,519.6875 192.2658,519.98882 191.8125,520.5625 C 191.36275,521.13621 191.15624,521.87758 191.15625,522.8125 C 191.15625,523.74743 191.36275,524.52005 191.8125,525.09375 C 192.2658,525.66746 192.84359,525.9375 193.5625,525.9375 C 194.00162,525.9375 194.37585,525.85747 194.6875,525.6875 C 195.00268,525.51397 195.26333,525.26038 195.46875,524.90625 L 195.46875,525.78125 L 196.46875,525.78125 L 196.46875,517.53125 L 195.46875,517.53125 z M 212.53125,517.53125 L 212.53125,520.75 C 212.32584,520.39587 212.06518,520.13875 211.75,519.96875 C 211.43835,519.79523 211.06413,519.68749 210.625,519.6875 C 209.9061,519.6875 209.32829,519.98882 208.875,520.5625 C 208.42525,521.13621 208.21875,521.87758 208.21875,522.8125 C 208.21875,523.74743 208.42524,524.52005 208.875,525.09375 C 209.3283,525.66746 209.9061,525.9375 210.625,525.9375 C 211.06413,525.9375 211.43835,525.85747 211.75,525.6875 C 212.06518,525.51397 212.32584,525.26038 212.53125,524.90625 L 212.53125,525.78125 L 213.53125,525.78125 L 213.53125,517.53125 L 212.53125,517.53125 z M 168.625,517.71875 C 167.38551,517.71876 166.3887,518.08651 165.6875,518.8125 C 164.98985,519.53495 164.65625,520.54762 164.65625,521.84375 C 164.65625,523.13636 164.98986,524.14903 165.6875,524.875 C 166.38869,525.59745 167.3855,525.9375 168.625,525.9375 C 169.19162,525.9375 169.7194,525.86749 170.21875,525.71875 C 170.71808,525.56647 171.1794,525.35643 171.59375,525.0625 L 171.59375,521.65625 L 168.78125,521.65625 L 168.78125,522.53125 L 170.53125,522.53125 L 170.53125,524.65625 C 170.29397,524.79437 170.01622,524.90146 169.71875,524.96875 C 169.42127,525.0325 169.09767,525.0625 168.71875,525.0625 C 167.74841,525.0625 166.98871,524.79183 166.5,524.25 C 166.01483,523.70817 165.78125,522.91326 165.78125,521.84375 C 165.78125,520.77071 166.01483,519.94809 166.5,519.40625 C 166.98871,518.86442 167.7484,518.59376 168.71875,518.59375 C 169.211,518.59377 169.67878,518.67377 170.125,518.84375 C 170.57121,519.01374 170.97837,519.28859 171.375,519.625 L 171.375,518.46875 C 170.9819,518.22086 170.56119,518.03375 170.09375,517.90625 C 169.62982,517.77877 169.14203,517.71875 168.625,517.71875 z M 144.40625,517.84375 L 144.40625,525.78125 L 145.5,525.78125 L 145.5,522.4375 L 146.65625,522.4375 C 147.08122,522.4375 147.41189,522.51398 147.65625,522.6875 C 147.90414,522.86103 148.17543,523.21881 148.4375,523.75 L 149.4375,525.78125 L 150.59375,525.78125 L 149.5,523.625 C 149.28043,523.17879 149.06331,522.81747 148.84375,522.5625 C 148.62771,522.30752 148.41769,522.1404 148.1875,522.0625 C 148.63017,521.93501 148.9573,521.70435 149.1875,521.375 C 149.42122,521.04566 149.53124,520.6556 149.53125,520.15625 C 149.53124,519.39132 149.32121,518.81643 148.875,518.4375 C 148.42878,518.05858 147.75035,517.84377 146.84375,517.84375 L 144.40625,517.84375 z M 225.6875,517.84375 L 225.6875,525.78125 L 226.71875,525.78125 L 226.71875,519.15625 L 230.25,525.78125 L 231.6875,525.78125 L 231.6875,517.84375 L 230.65625,517.84375 L 230.65625,524.5 L 227.125,517.84375 L 225.6875,517.84375 z M 244.90625,518.15625 L 244.90625,519.84375 L 244.1875,519.84375 L 244.1875,520.59375 L 244.90625,520.59375 L 244.90625,523.84375 C 244.90625,524.58745 245.05691,525.09168 245.34375,525.375 C 245.6306,525.65477 246.15193,525.78125 246.90625,525.78125 L 247.90625,525.78125 L 247.90625,524.96875 L 246.90625,524.96875 C 246.49898,524.96875 246.22833,524.88812 246.09375,524.75 C 245.96271,524.61189 245.87501,524.32894 245.875,523.84375 L 245.875,520.59375 L 247.90625,520.59375 L 247.90625,519.84375 L 245.875,519.84375 L 245.875,518.15625 L 244.90625,518.15625 z M 145.5,518.75 L 146.84375,518.75 C 147.36079,518.75001 147.73795,518.85649 148,519.09375 C 148.2656,519.32749 148.40624,519.69234 148.40625,520.15625 C 148.40625,520.62018 148.26561,520.9467 148,521.1875 C 147.73794,521.42478 147.36079,521.5625 146.84375,521.5625 L 145.5,521.5625 L 145.5,518.75 z M 157.25,519.6875 C 156.39652,519.6875 155.73516,519.97881 155.25,520.53125 C 154.76837,521.08371 154.53125,521.83508 154.53125,522.8125 C 154.53125,523.78638 154.76836,524.56898 155.25,525.125 C 155.73517,525.67746 156.39652,525.9375 157.25,525.9375 C 158.09993,525.9375 158.76482,525.67744 159.25,525.125 C 159.73516,524.569 160,523.78638 160,522.8125 C 160,521.83508 159.73516,521.08372 159.25,520.53125 C 158.76482,519.9788 158.09993,519.68749 157.25,519.6875 z M 176.46875,519.6875 C 175.99774,519.6875 175.57935,519.79169 175.25,519.96875 C 174.92065,520.14229 174.64289,520.38878 174.4375,520.75 L 174.4375,519.84375 L 173.46875,519.84375 L 173.46875,525.78125 L 174.4375,525.78125 L 174.4375,522.65625 C 174.43749,521.98339 174.61231,521.45145 174.90625,521.09375 C 175.20372,520.73254 175.60379,520.56253 176.15625,520.5625 C 176.31207,520.56251 176.46625,520.59313 176.59375,520.625 C 176.72478,520.65334 176.85895,520.68626 176.96875,520.75 L 176.9375,519.75 C 176.83833,519.7323 176.76894,519.72583 176.6875,519.71875 C 176.60604,519.70813 176.53604,519.68749 176.46875,519.6875 z M 180.0625,519.6875 C 179.74377,519.6875 179.43018,519.74168 179.09375,519.8125 C 178.75732,519.87979 178.42018,519.98689 178.0625,520.125 L 178.0625,521 C 178.35998,520.8371 178.64647,520.73769 178.96875,520.65625 C 179.29102,520.5748 179.62878,520.53126 179.96875,520.53125 C 180.5035,520.53125 180.9248,520.65835 181.21875,520.90625 C 181.51622,521.15061 181.65626,521.48774 181.65625,521.9375 L 181.65625,522.03125 L 180.28125,522.03125 C 179.39236,522.03126 178.731,522.19129 178.28125,522.53125 C 177.83503,522.87123 177.625,523.39318 177.625,524.0625 C 177.625,524.63621 177.79858,525.09397 178.15625,525.4375 C 178.51747,525.77747 179.01588,525.9375 179.625,525.9375 C 180.10663,525.9375 180.51085,525.85747 180.84375,525.6875 C 181.17663,525.51397 181.43315,525.23622 181.65625,524.875 L 181.65625,525.78125 L 182.65625,525.78125 L 182.65625,522.40625 C 182.65624,521.49966 182.42496,520.82122 182,520.375 C 181.57503,519.92879 180.92305,519.68749 180.0625,519.6875 z M 187.53125,519.6875 C 187.1169,519.6875 186.75622,519.79169 186.4375,519.96875 C 186.12231,520.14583 185.82748,520.39232 185.59375,520.75 L 185.59375,519.84375 L 184.625,519.84375 L 184.625,525.78125 L 185.59375,525.78125 L 185.59375,522.4375 C 185.59374,521.85672 185.75794,521.39893 186.0625,521.0625 C 186.36706,520.72608 186.78483,520.53127 187.3125,520.53125 C 187.75163,520.53126 188.09293,520.68898 188.3125,520.96875 C 188.53206,521.24853 188.62498,521.65566 188.625,522.21875 L 188.625,525.78125 L 189.59375,525.78125 L 189.59375,522.1875 C 189.59375,521.3659 189.44436,520.76517 189.09375,520.34375 C 188.74315,519.91879 188.21473,519.68749 187.53125,519.6875 z M 200.96875,519.6875 C 200.07632,519.6875 199.37142,519.98882 198.84375,520.5625 C 198.31962,521.13267 198.0625,521.90113 198.0625,522.875 C 198.0625,523.81701 198.32254,524.57253 198.875,525.125 C 199.431,525.67746 200.1759,525.9375 201.125,525.9375 C 201.50392,525.9375 201.88169,525.89042 202.25,525.8125 C 202.6183,525.73459 202.99315,525.64875 203.34375,525.5 L 203.34375,524.5625 C 202.99668,524.74665 202.63537,524.87667 202.28125,524.96875 C 201.93065,525.06082 201.56288,525.12498 201.1875,525.125 C 200.53942,525.125 200.05226,524.94435 199.6875,524.59375 C 199.32628,524.23962 199.105,523.73535 199.0625,523.0625 L 203.5625,523.0625 L 203.5625,522.5625 C 203.56249,521.67716 203.34246,520.98227 202.875,520.46875 C 202.41107,519.95172 201.76909,519.68749 200.96875,519.6875 z M 217.84375,519.6875 C 216.99027,519.6875 216.32892,519.97881 215.84375,520.53125 C 215.36212,521.08371 215.125,521.83508 215.125,522.8125 C 215.125,523.78638 215.36212,524.56898 215.84375,525.125 C 216.32892,525.67746 216.99027,525.9375 217.84375,525.9375 C 218.69368,525.9375 219.35858,525.67744 219.84375,525.125 C 220.32891,524.569 220.56249,523.78638 220.5625,522.8125 C 220.56249,521.83508 220.32892,521.08372 219.84375,520.53125 C 219.35857,519.9788 218.69368,519.68749 217.84375,519.6875 z M 236.09375,519.6875 C 235.24027,519.6875 234.57892,519.97881 234.09375,520.53125 C 233.61212,521.08371 233.37499,521.83508 233.375,522.8125 C 233.375,523.78638 233.61212,524.56898 234.09375,525.125 C 234.57892,525.67746 235.24028,525.9375 236.09375,525.9375 C 236.94368,525.9375 237.60858,525.67744 238.09375,525.125 C 238.57892,524.569 238.81249,523.78638 238.8125,522.8125 C 238.81249,521.83508 238.57892,521.08372 238.09375,520.53125 C 237.60858,519.9788 236.94369,519.68749 236.09375,519.6875 z M 243.375,519.6875 C 242.90399,519.6875 242.51686,519.79169 242.1875,519.96875 C 241.85815,520.14229 241.58039,520.38878 241.375,520.75 L 241.375,519.84375 L 240.40625,519.84375 L 240.40625,525.78125 L 241.375,525.78125 L 241.375,522.65625 C 241.375,521.98339 241.51857,521.45145 241.8125,521.09375 C 242.10998,520.73254 242.54129,520.56253 243.09375,520.5625 C 243.24957,520.56251 243.40376,520.59313 243.53125,520.625 C 243.66228,520.65334 243.76522,520.68626 243.875,520.75 L 243.875,519.75 C 243.77584,519.7323 243.70645,519.72583 243.625,519.71875 C 243.54355,519.70813 243.44228,519.68749 243.375,519.6875 z M 251.6875,519.6875 C 250.79506,519.6875 250.09017,519.98882 249.5625,520.5625 C 249.03837,521.13267 248.78126,521.90113 248.78125,522.875 C 248.78125,523.81701 249.0413,524.57253 249.59375,525.125 C 250.14974,525.67746 250.89465,525.9375 251.84375,525.9375 C 252.22267,525.9375 252.60044,525.89042 252.96875,525.8125 C 253.33705,525.73459 253.7119,525.64875 254.0625,525.5 L 254.0625,524.5625 C 253.71544,524.74665 253.35413,524.87667 253,524.96875 C 252.64939,525.06082 252.28164,525.12498 251.90625,525.125 C 251.25817,525.125 250.77101,524.94435 250.40625,524.59375 C 250.04502,524.23962 249.82375,523.73535 249.78125,523.0625 L 254.28125,523.0625 L 254.28125,522.5625 C 254.28125,521.67716 254.06121,520.98227 253.59375,520.46875 C 253.12983,519.95172 252.48784,519.68749 251.6875,519.6875 z M 151.9375,519.84375 L 151.9375,525.78125 L 152.90625,525.78125 L 152.90625,519.84375 L 151.9375,519.84375 z M 193.8125,520.5 C 194.32954,520.50001 194.73377,520.71419 195.03125,521.125 C 195.32872,521.53226 195.46873,522.0936 195.46875,522.8125 C 195.46874,523.5314 195.32872,524.08921 195.03125,524.5 C 194.73377,524.90726 194.32953,525.12499 193.8125,525.125 C 193.29545,525.125 192.89122,524.90727 192.59375,524.5 C 192.29981,524.0892 192.15626,523.5314 192.15625,522.8125 C 192.15625,522.0936 192.29981,521.53225 192.59375,521.125 C 192.89122,520.7142 193.29544,520.50001 193.8125,520.5 z M 210.875,520.5 C 211.39204,520.50001 211.79626,520.71419 212.09375,521.125 C 212.39122,521.53226 212.53124,522.0936 212.53125,522.8125 C 212.53124,523.5314 212.39121,524.08921 212.09375,524.5 C 211.79627,524.90726 211.39204,525.12499 210.875,525.125 C 210.35796,525.125 209.95374,524.90727 209.65625,524.5 C 209.36231,524.0892 209.21873,523.5314 209.21875,522.8125 C 209.21874,522.0936 209.36232,521.53225 209.65625,521.125 C 209.95373,520.7142 210.35796,520.50001 210.875,520.5 z M 157.25,520.53125 C 157.77058,520.53125 158.19545,520.7419 158.5,521.15625 C 158.80456,521.56705 158.96875,522.10776 158.96875,522.8125 C 158.96875,523.52078 158.80457,524.0892 158.5,524.5 C 158.19544,524.9108 157.77058,525.12498 157.25,525.125 C 156.72233,525.125 156.30454,524.90727 156,524.5 C 155.69898,524.0892 155.5625,523.52432 155.5625,522.8125 C 155.5625,522.10068 155.72668,521.5635 156.03125,521.15625 C 156.33581,520.74545 156.72587,520.53126 157.25,520.53125 z M 200.96875,520.53125 C 201.45037,520.53125 201.8346,520.68128 202.125,521 C 202.41893,521.31874 202.58666,521.7465 202.59375,522.28125 L 199.09375,522.28125 C 199.14333,521.72171 199.33044,521.3081 199.65625,521 C 199.9856,520.69191 200.42337,520.53126 200.96875,520.53125 z M 217.84375,520.53125 C 218.36433,520.53125 218.78919,520.7419 219.09375,521.15625 C 219.3983,521.56705 219.53125,522.10776 219.53125,522.8125 C 219.53125,523.52078 219.39831,524.0892 219.09375,524.5 C 218.78918,524.9108 218.36433,525.12498 217.84375,525.125 C 217.31608,525.125 216.89831,524.90727 216.59375,524.5 C 216.29273,524.0892 216.15626,523.52432 216.15625,522.8125 C 216.15625,522.10068 216.28919,521.5635 216.59375,521.15625 C 216.89831,520.74545 217.31962,520.53126 217.84375,520.53125 z M 236.09375,520.53125 C 236.61433,520.53125 237.03918,520.7419 237.34375,521.15625 C 237.6483,521.56705 237.78124,522.10776 237.78125,522.8125 C 237.78124,523.52078 237.6483,524.0892 237.34375,524.5 C 237.03918,524.9108 236.61434,525.12498 236.09375,525.125 C 235.56608,525.125 235.1483,524.90727 234.84375,524.5 C 234.54273,524.0892 234.40625,523.52432 234.40625,522.8125 C 234.40625,522.10068 234.53919,521.5635 234.84375,521.15625 C 235.14831,520.74545 235.56963,520.53126 236.09375,520.53125 z M 251.6875,520.53125 C 252.16913,520.53125 252.55335,520.68128 252.84375,521 C 253.13768,521.31874 253.30542,521.7465 253.3125,522.28125 L 249.8125,522.28125 C 249.86208,521.72171 250.04919,521.3081 250.375,521 C 250.70434,520.69191 251.14211,520.53126 251.6875,520.53125 z M 180.6875,522.8125 L 181.65625,522.8125 L 181.65625,523.03125 C 181.65625,523.6687 181.4856,524.17647 181.15625,524.5625 C 180.83044,524.94497 180.41683,525.12499 179.875,525.125 C 179.4819,525.125 179.16769,525.01435 178.9375,524.8125 C 178.71085,524.6071 178.59375,524.34708 178.59375,524 C 178.59375,523.56441 178.75795,523.24311 179.0625,523.0625 C 179.36706,522.88189 179.89777,522.81249 180.6875,522.8125 z"
       id="flowRoot4150" />
    <path
       style="font-size:20.53243637px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Sans"
       d="M 360.90625,463.46875 L 360.90625,471.40625 L 362.84375,471.40625 L 362.84375,465.96875 L 365.75,471.40625 L 368.03125,471.40625 L 368.03125,463.46875 L 366.09375,463.46875 L 366.09375,468.90625 L 363.1875,463.46875 L 360.90625,463.46875 z M 382.96875,463.75 L 382.96875,465.4375 L 382.03125,465.4375 L 382.03125,466.8125 L 382.96875,466.8125 L 382.96875,469.3125 C 382.96875,470.06328 383.12585,470.62233 383.4375,470.9375 C 383.75269,471.24913 384.28048,471.40626 385.03125,471.40625 L 386.6875,471.40625 L 386.6875,470.03125 L 385.6875,470.03125 C 385.36169,470.03125 385.14103,469.97063 385.03125,469.875 C 384.92147,469.77585 384.875,469.58873 384.875,469.3125 L 384.875,466.8125 L 386.84375,466.8125 L 386.84375,465.4375 L 384.875,465.4375 L 384.875,463.75 L 382.96875,463.75 z M 372.78125,465.3125 C 371.75425,465.3125 370.95578,465.57255 370.375,466.125 C 369.79776,466.67746 369.5,467.46008 369.5,468.4375 C 369.5,469.41492 369.79775,470.16629 370.375,470.71875 C 370.95579,471.27121 371.75425,471.5625 372.78125,471.5625 C 373.80471,471.5625 374.6138,471.2712 375.1875,470.71875 C 375.76474,470.1663 376.03124,469.41492 376.03125,468.4375 C 376.03124,467.46008 375.76475,466.67747 375.1875,466.125 C 374.61379,465.57254 373.80471,465.31249 372.78125,465.3125 z M 381.3125,465.3125 C 380.86982,465.3125 380.47496,465.3819 380.15625,465.5625 C 379.84107,465.73957 379.55687,466.01669 379.3125,466.40625 L 379.3125,465.4375 L 377.4375,465.4375 L 377.4375,471.40625 L 379.3125,471.40625 L 379.3125,468.65625 C 379.3125,468.07192 379.45669,467.62415 379.71875,467.3125 C 379.98435,466.99732 380.35505,466.84376 380.84375,466.84375 C 381.01019,466.84376 381.18083,466.8673 381.34375,466.90625 C 381.51019,466.94168 381.67729,466.98459 381.84375,467.0625 L 381.84375,465.34375 C 381.70209,465.32604 381.60561,465.31604 381.53125,465.3125 C 381.45688,465.30543 381.37624,465.31249 381.3125,465.3125 z M 390.875,465.3125 C 389.848,465.3125 389.02536,465.56902 388.4375,466.125 C 387.85317,466.681 387.56251,467.46716 387.5625,468.4375 C 387.5625,469.42555 387.87379,470.16983 388.46875,470.71875 C 389.06724,471.26412 389.89217,471.5625 390.96875,471.5625 C 391.4185,471.5625 391.86274,471.4948 392.3125,471.40625 C 392.76225,471.32126 393.20649,471.20122 393.65625,471.03125 L 393.65625,469.5625 C 393.21357,469.80332 392.79642,469.97335 392.375,470.09375 C 391.95711,470.21062 391.55644,470.28126 391.15625,470.28125 C 390.66046,470.28125 390.24497,470.16061 389.96875,469.9375 C 389.69252,469.71439 389.54603,469.3837 389.5,468.9375 L 393.9375,468.9375 L 393.9375,468.40625 C 393.93749,467.46424 393.65682,466.71935 393.09375,466.15625 C 392.5342,465.59318 391.80992,465.31249 390.875,465.3125 z M 390.84375,466.5625 C 391.18372,466.56251 391.47856,466.68314 391.6875,466.90625 C 391.89998,467.12582 391.99999,467.42002 392,467.78125 L 389.53125,467.78125 C 389.58791,467.3917 389.70729,467.08039 389.9375,466.875 C 390.16768,466.66606 390.47543,466.56252 390.84375,466.5625 z M 372.78125,466.65625 C 373.19559,466.65625 373.49918,466.82046 373.71875,467.125 C 373.93831,467.42602 374.0625,467.86734 374.0625,468.4375 C 374.06249,469.00766 373.93831,469.44546 373.71875,469.75 C 373.49918,470.05102 373.19559,470.1875 372.78125,470.1875 C 372.35983,470.1875 372.03561,470.05103 371.8125,469.75 C 371.59293,469.44545 371.46874,469.00766 371.46875,468.4375 C 371.46875,467.86734 371.59293,467.42603 371.8125,467.125 C 372.03561,466.82045 372.35983,466.65625 372.78125,466.65625 z M 363.03125,477.0625 L 360,485 L 361.125,485 L 361.84375,482.96875 L 365.4375,482.96875 L 366.15625,485 L 367.28125,485 L 364.25,477.0625 L 363.03125,477.0625 z M 363.625,478.125 L 365.09375,482.0625 L 362.1875,482.0625 L 363.625,478.125 z M 371.25,478.90625 C 370.82149,478.90625 370.43664,478.98272 370.125,479.15625 C 369.81336,479.32979 369.5356,479.60399 369.3125,479.96875 L 369.3125,479.03125 L 368.34375,479.03125 L 368.34375,485 L 369.3125,485 L 369.3125,481.625 C 369.31249,481.04776 369.48732,480.58645 369.78125,480.25 C 370.07518,479.91003 370.46942,479.75001 370.96875,479.75 C 371.39017,479.75 371.67314,479.88003 371.875,480.15625 C 372.07685,480.42895 372.18749,480.8638 372.1875,481.4375 L 372.1875,485 L 373.1875,485 L 373.1875,481.625 C 373.1875,481.04422 373.33105,480.58645 373.625,480.25 C 373.91892,479.91357 374.30607,479.75001 374.8125,479.75 C 375.22683,479.75 375.54814,479.88003 375.75,480.15625 C 375.95185,480.43249 376.03124,480.86735 376.03125,481.4375 L 376.03125,485 L 377.03125,485 L 377.03125,481.40625 C 377.03124,480.6059 376.86768,479.99454 376.53125,479.5625 C 376.19481,479.12691 375.71349,478.90623 375.09375,478.90625 C 374.63337,478.90625 374.21497,479.00983 373.875,479.21875 C 373.53502,479.4277 373.24436,479.74836 373,480.1875 C 372.85479,479.76961 372.6483,479.43831 372.34375,479.21875 C 372.04273,478.99919 371.68204,478.90623 371.25,478.90625 z M 381.0625,478.90625 C 380.74377,478.90625 380.43017,478.92917 380.09375,479 C 379.75732,479.06729 379.38892,479.17438 379.03125,479.3125 L 379.03125,480.21875 C 379.32873,480.05585 379.6465,479.92522 379.96875,479.84375 C 380.29101,479.76231 380.62877,479.71875 380.96875,479.71875 C 381.5035,479.71876 381.9248,479.84587 382.21875,480.09375 C 382.51622,480.33811 382.65625,480.70649 382.65625,481.15625 L 382.65625,481.25 L 381.28125,481.25 C 380.39235,481.25 379.731,481.41004 379.28125,481.75 C 378.83503,482.08998 378.62501,482.58069 378.625,483.25 C 378.625,483.8237 378.79857,484.28149 379.15625,484.625 C 379.51747,484.96497 379.98463,485.15625 380.59375,485.15625 C 381.07537,485.15625 381.47959,485.07622 381.8125,484.90625 C 382.14538,484.73272 382.43314,484.45499 382.65625,484.09375 L 382.65625,485 L 383.625,485 L 383.625,481.59375 C 383.62499,480.68716 383.42497,480.00872 383,479.5625 C 382.57503,479.11629 381.92306,478.90623 381.0625,478.90625 z M 393.6875,478.90625 C 392.83402,478.90625 392.14142,479.16629 391.65625,479.71875 C 391.17462,480.27122 390.9375,481.05382 390.9375,482.03125 C 390.9375,483.00514 391.17462,483.75651 391.65625,484.3125 C 392.14142,484.86496 392.83402,485.15625 393.6875,485.15625 C 394.53743,485.15625 395.20233,484.86497 395.6875,484.3125 C 396.17267,483.7565 396.40623,483.00513 396.40625,482.03125 C 396.40624,481.05383 396.17268,480.27121 395.6875,479.71875 C 395.20232,479.1663 394.53743,478.90623 393.6875,478.90625 z M 400.875,478.90625 C 400.46066,478.90625 400.09997,478.97918 399.78125,479.15625 C 399.46606,479.33333 399.2025,479.61107 398.96875,479.96875 L 398.96875,479.03125 L 397.96875,479.03125 L 397.96875,485 L 398.96875,485 L 398.96875,481.625 C 398.96875,481.04422 399.13294,480.58645 399.4375,480.25 C 399.74206,479.91357 400.12858,479.75001 400.65625,479.75 C 401.09539,479.75 401.43669,479.87649 401.65625,480.15625 C 401.87582,480.43602 402.00001,480.87443 402,481.4375 L 402,485 L 402.96875,485 L 402.96875,481.40625 C 402.96874,480.58465 402.7881,479.95269 402.4375,479.53125 C 402.0869,479.10629 401.55847,478.90623 400.875,478.90625 z M 407,478.90625 C 406.68127,478.90625 406.36769,478.92917 406.03125,479 C 405.69481,479.06729 405.35768,479.17438 405,479.3125 L 405,480.21875 C 405.29747,480.05585 405.58398,479.92522 405.90625,479.84375 C 406.22852,479.76231 406.56628,479.71875 406.90625,479.71875 C 407.44099,479.71876 407.8623,479.84587 408.15625,480.09375 C 408.45372,480.33811 408.59375,480.70649 408.59375,481.15625 L 408.59375,481.25 L 407.21875,481.25 C 406.32986,481.25 405.66851,481.41004 405.21875,481.75 C 404.77253,482.08998 404.56249,482.58069 404.5625,483.25 C 404.5625,483.8237 404.73609,484.28149 405.09375,484.625 C 405.45497,484.96497 405.92212,485.15625 406.53125,485.15625 C 407.01287,485.15625 407.44835,485.07622 407.78125,484.90625 C 408.11414,484.73272 408.37065,484.45499 408.59375,484.09375 L 408.59375,485 L 409.59375,485 L 409.59375,481.59375 C 409.59375,480.68716 409.36246,480.00872 408.9375,479.5625 C 408.51253,479.11629 407.86057,478.90623 407,478.90625 z M 413.5,478.90625 C 412.77047,478.90625 412.20912,479.0392 411.8125,479.34375 C 411.41586,479.64831 411.21875,480.09672 411.21875,480.65625 C 411.21875,481.11663 411.3246,481.4844 411.59375,481.75 C 411.8629,482.01206 412.30066,482.18499 412.90625,482.3125 L 413.25,482.40625 C 413.85557,482.53728 414.26044,482.67083 414.4375,482.8125 C 414.61811,482.95416 414.71875,483.17191 414.71875,483.4375 C 414.71875,483.72436 414.59165,483.9344 414.34375,484.09375 C 414.09586,484.24958 413.74162,484.34374 413.28125,484.34375 C 412.93774,484.34375 412.56934,484.27957 412.21875,484.1875 C 411.86816,484.09188 411.51746,483.93771 411.15625,483.75 L 411.15625,484.78125 C 411.53872,484.9052 411.90649,485.00228 412.25,485.0625 C 412.59705,485.12625 412.93126,485.15625 413.25,485.15625 C 414.01493,485.15625 414.62691,484.9785 415.0625,484.65625 C 415.50162,484.33398 415.71873,483.89622 415.71875,483.34375 C 415.71874,482.85858 415.57518,482.4879 415.28125,482.21875 C 414.99086,481.94607 414.47537,481.7425 413.78125,481.59375 L 413.46875,481.5 C 412.94462,481.38314 412.57978,481.28374 412.40625,481.15625 C 412.23272,481.02523 412.15624,480.85166 412.15625,480.625 C 412.15625,480.32753 412.2592,480.08623 412.5,479.9375 C 412.74435,479.78876 413.10858,479.71874 413.59375,479.71875 C 413.91247,479.71875 414.23376,479.74168 414.53125,479.8125 C 414.82873,479.88334 415.13003,480.0146 415.40625,480.15625 L 415.40625,479.21875 C 415.1371,479.11251 414.81874,479.02189 414.5,478.96875 C 414.18128,478.91564 413.86121,478.90623 413.5,478.90625 z M 385.21875,479.03125 L 385.21875,479.8125 L 388.78125,479.8125 L 385.09375,484.09375 L 385.09375,485 L 389.875,485 L 389.875,484.21875 L 386.1875,484.21875 L 389.875,479.9375 L 389.875,479.03125 L 385.21875,479.03125 z M 393.6875,479.71875 C 394.20808,479.71876 394.60168,479.9294 394.90625,480.34375 C 395.2108,480.75456 395.37497,481.32651 395.375,482.03125 C 395.37499,482.73953 395.21079,483.27669 394.90625,483.6875 C 394.60169,484.0983 394.20808,484.31251 393.6875,484.3125 C 393.15983,484.3125 392.74205,484.126 392.4375,483.71875 C 392.13648,483.30795 391.96874,482.74306 391.96875,482.03125 C 391.96875,481.31943 392.13293,480.751 392.4375,480.34375 C 392.74206,479.93295 393.16337,479.71875 393.6875,479.71875 z M 381.6875,482 L 382.65625,482 L 382.65625,482.21875 C 382.65624,482.85621 382.4856,483.364 382.15625,483.75 C 381.83044,484.13247 381.41682,484.34374 380.875,484.34375 C 380.4819,484.34375 380.16769,484.23311 379.9375,484.03125 C 379.71085,483.82585 379.59373,483.53457 379.59375,483.1875 C 379.59374,482.75191 379.72669,482.46186 380.03125,482.28125 C 380.3358,482.10064 380.89776,482.00001 381.6875,482 z M 407.625,482 L 408.59375,482 L 408.59375,482.21875 C 408.59374,482.85621 408.4231,483.364 408.09375,483.75 C 407.76793,484.13247 407.35432,484.34374 406.8125,484.34375 C 406.41941,484.34375 406.10519,484.23311 405.875,484.03125 C 405.64835,483.82585 405.53125,483.53457 405.53125,483.1875 C 405.53125,482.75191 405.69543,482.46186 406,482.28125 C 406.30456,482.10064 406.83527,482.00001 407.625,482 z M 363.03125,490.65625 L 360,498.59375 L 361.125,498.59375 L 361.84375,496.5625 L 365.4375,496.5625 L 366.15625,498.59375 L 367.28125,498.59375 L 364.25,490.65625 L 363.03125,490.65625 z M 363.625,491.71875 L 365.09375,495.65625 L 362.1875,495.65625 L 363.625,491.71875 z M 370.75,492.5 C 369.82215,492.50001 369.09726,492.78774 368.5625,493.34375 C 368.03129,493.89975 367.75001,494.65467 367.75,495.625 C 367.75,496.58117 368.03484,497.34316 368.5625,497.90625 C 369.09017,498.46933 369.79153,498.74999 370.6875,498.75 C 371.01685,498.75 371.33459,498.72 371.625,498.65625 C 371.91893,498.59251 372.19607,498.50248 372.46875,498.375 L 372.46875,497.46875 C 372.19252,497.62103 371.90476,497.73458 371.625,497.8125 C 371.34876,497.88687 371.06457,497.90625 370.78125,497.90625 C 370.14734,497.90625 369.66309,497.71266 369.3125,497.3125 C 368.9619,496.90878 368.78125,496.351 368.78125,495.625 C 368.78124,494.89901 368.96189,494.33769 369.3125,493.9375 C 369.6631,493.53379 370.14735,493.31252 370.78125,493.3125 C 371.06456,493.31251 371.34876,493.35959 371.625,493.4375 C 371.90476,493.51187 372.19253,493.62898 372.46875,493.78125 L 372.46875,492.875 C 372.1996,492.75105 371.91184,492.65393 371.625,492.59375 C 371.33814,492.53001 371.05101,492.50002 370.75,492.5 z M 377.125,492.5 C 376.65399,492.50001 376.26684,492.57295 375.9375,492.75 C 375.60815,492.92354 375.33039,493.20127 375.125,493.5625 L 375.125,492.65625 L 374.15625,492.65625 L 374.15625,498.59375 L 375.125,498.59375 L 375.125,495.46875 C 375.125,494.79589 375.26857,494.26393 375.5625,493.90625 C 375.85998,493.54503 376.29129,493.37501 376.84375,493.375 C 376.99957,493.37501 377.15377,493.37437 377.28125,493.40625 C 377.41228,493.43459 377.51522,493.49877 377.625,493.5625 L 377.625,492.5625 C 377.52584,492.5448 377.42518,492.5071 377.34375,492.5 C 377.26229,492.48938 377.19227,492.50002 377.125,492.5 z M 380.90625,492.5 C 380.01382,492.50001 379.30891,492.77005 378.78125,493.34375 C 378.25713,493.91393 377.99999,494.71362 378,495.6875 C 378,496.62951 378.29129,497.35379 378.84375,497.90625 C 379.39975,498.45871 380.14464,498.74999 381.09375,498.75 C 381.47267,498.75 381.85043,498.70291 382.21875,498.625 C 382.58705,498.54709 382.93065,498.42999 383.28125,498.28125 L 383.28125,497.375 C 382.93419,497.55916 382.60413,497.68918 382.25,497.78125 C 381.8994,497.87333 381.53163,497.90625 381.15625,497.90625 C 380.50817,497.90625 379.98976,497.75683 379.625,497.40625 C 379.26378,497.05211 379.07376,496.51663 379.03125,495.84375 L 383.53125,495.84375 L 383.53125,495.375 C 383.53125,494.48965 383.27997,493.79475 382.8125,493.28125 C 382.34857,492.76421 381.70661,492.50002 380.90625,492.5 z M 380.9375,493.3125 C 381.41912,493.31251 381.80335,493.49376 382.09375,493.8125 C 382.38768,494.13122 382.52415,494.55899 382.53125,495.09375 L 379.0625,495.09375 C 379.11207,494.53421 379.29919,494.08936 379.625,493.78125 C 379.95435,493.47315 380.39211,493.31252 380.9375,493.3125 z M 395.4375,503.5 L 393.9375,505.5 L 394.75,505.5 L 396.5,503.5 L 395.4375,503.5 z M 363.03125,504.25 L 360,512.1875 L 361.125,512.1875 L 361.84375,510.15625 L 365.4375,510.15625 L 366.15625,512.1875 L 367.28125,512.1875 L 364.25,504.25 L 363.03125,504.25 z M 363.625,505.3125 L 365.09375,509.25 L 362.1875,509.25 L 363.625,505.3125 z M 371.25,506.09375 C 370.82149,506.09376 370.43664,506.17023 370.125,506.34375 C 369.81336,506.51728 369.5356,506.7915 369.3125,507.15625 L 369.3125,506.25 L 368.34375,506.25 L 368.34375,512.1875 L 369.3125,512.1875 L 369.3125,508.8125 C 369.31249,508.23525 369.48732,507.80518 369.78125,507.46875 C 370.07518,507.12879 370.46942,506.93752 370.96875,506.9375 C 371.39017,506.93751 371.67314,507.09877 371.875,507.375 C 372.07685,507.64769 372.18749,508.05128 372.1875,508.625 L 372.1875,512.1875 L 373.1875,512.1875 L 373.1875,508.8125 C 373.1875,508.23171 373.33105,507.77393 373.625,507.4375 C 373.91892,507.10108 374.30607,506.93752 374.8125,506.9375 C 375.22683,506.93751 375.54814,507.09877 375.75,507.375 C 375.95185,507.65123 376.03124,508.05482 376.03125,508.625 L 376.03125,512.1875 L 377.03125,512.1875 L 377.03125,508.59375 C 377.03124,507.7934 376.86768,507.18206 376.53125,506.75 C 376.19481,506.31442 375.71349,506.09376 375.09375,506.09375 C 374.63337,506.09376 374.21497,506.19731 373.875,506.40625 C 373.53502,506.6152 373.24436,506.93588 373,507.375 C 372.85479,506.95713 372.6483,506.65707 372.34375,506.4375 C 372.04273,506.21794 371.68204,506.09376 371.25,506.09375 z M 381.0625,506.09375 C 380.74377,506.09376 380.43017,506.14794 380.09375,506.21875 C 379.75732,506.28604 379.38892,506.36189 379.03125,506.5 L 379.03125,507.40625 C 379.32873,507.24335 379.6465,507.14395 379.96875,507.0625 C 380.29101,506.98106 380.62877,506.93751 380.96875,506.9375 C 381.5035,506.9375 381.9248,507.06461 382.21875,507.3125 C 382.51622,507.55686 382.65625,507.894 382.65625,508.34375 L 382.65625,508.4375 L 381.28125,508.4375 C 380.39235,508.4375 379.731,508.59752 379.28125,508.9375 C 378.83503,509.27748 378.62501,509.79941 378.625,510.46875 C 378.625,511.04245 378.79857,511.50024 379.15625,511.84375 C 379.51747,512.18372 379.98463,512.34376 380.59375,512.34375 C 381.07537,512.34375 381.47959,512.26374 381.8125,512.09375 C 382.14538,511.92022 382.43314,511.64247 382.65625,511.28125 L 382.65625,512.1875 L 383.625,512.1875 L 383.625,508.78125 C 383.62499,507.87466 383.42497,507.22748 383,506.78125 C 382.57503,506.33504 381.92306,506.09376 381.0625,506.09375 z M 388.5,506.09375 C 388.06441,506.09376 387.69019,506.17023 387.375,506.34375 C 387.06336,506.51374 386.79913,506.80212 386.59375,507.15625 L 386.59375,506.25 L 385.625,506.25 L 385.625,514.46875 L 386.59375,514.46875 L 386.59375,511.3125 C 386.79914,511.66664 387.06337,511.92022 387.375,512.09375 C 387.69018,512.26374 388.06442,512.34376 388.5,512.34375 C 389.22244,512.34375 389.80024,512.04246 390.25,511.46875 C 390.70329,510.89504 390.93749,510.15368 390.9375,509.21875 C 390.9375,508.28382 390.7033,507.54245 390.25,506.96875 C 389.80023,506.39505 389.22245,506.09376 388.5,506.09375 z M 394.65625,506.09375 C 394.33752,506.09376 393.99269,506.14794 393.65625,506.21875 C 393.31981,506.28604 392.98268,506.36189 392.625,506.5 L 392.625,507.40625 C 392.92247,507.24335 393.24023,507.14395 393.5625,507.0625 C 393.88477,506.98106 394.19128,506.93751 394.53125,506.9375 C 395.066,506.9375 395.4873,507.06461 395.78125,507.3125 C 396.07873,507.55686 396.25,507.894 396.25,508.34375 L 396.25,508.4375 L 394.875,508.4375 C 393.98611,508.4375 393.29351,508.59752 392.84375,508.9375 C 392.39753,509.27748 392.18749,509.79941 392.1875,510.46875 C 392.1875,511.04245 392.36108,511.50024 392.71875,511.84375 C 393.07997,512.18372 393.57837,512.34376 394.1875,512.34375 C 394.66913,512.34375 395.07335,512.26374 395.40625,512.09375 C 395.73914,511.92022 396.0269,511.64247 396.25,511.28125 L 396.25,512.1875 L 397.21875,512.1875 L 397.21875,508.78125 C 397.21875,507.87466 396.98748,507.22748 396.5625,506.78125 C 396.13753,506.33504 395.51679,506.09376 394.65625,506.09375 z M 388.25,506.90625 C 388.76704,506.90626 389.1748,507.12044 389.46875,507.53125 C 389.76622,507.93852 389.9375,508.49985 389.9375,509.21875 C 389.9375,509.93765 389.76621,510.49546 389.46875,510.90625 C 389.17481,511.31351 388.76705,511.53125 388.25,511.53125 C 387.73295,511.53125 387.32872,511.31352 387.03125,510.90625 C 386.73731,510.49545 386.59373,509.93765 386.59375,509.21875 C 386.59374,508.49985 386.73731,507.93851 387.03125,507.53125 C 387.32872,507.12045 387.73296,506.90626 388.25,506.90625 z M 381.6875,509.1875 L 382.65625,509.1875 L 382.65625,509.40625 C 382.65624,510.0437 382.4856,510.55148 382.15625,510.9375 C 381.83044,511.31997 381.41682,511.53125 380.875,511.53125 C 380.4819,511.53125 380.16769,511.42062 379.9375,511.21875 C 379.71085,511.01335 379.59373,510.7533 379.59375,510.40625 C 379.59374,509.97066 379.72669,509.64937 380.03125,509.46875 C 380.3358,509.28814 380.89776,509.18749 381.6875,509.1875 z M 395.25,509.1875 L 396.25,509.1875 L 396.25,509.40625 C 396.24999,510.0437 396.07935,510.55148 395.75,510.9375 C 395.42419,511.31997 394.97932,511.53125 394.4375,511.53125 C 394.04441,511.53125 393.73019,511.42062 393.5,511.21875 C 393.27335,511.01335 393.15624,510.7533 393.15625,510.40625 C 393.15625,509.97066 393.32043,509.64937 393.625,509.46875 C 393.92956,509.28814 394.46027,509.18749 395.25,509.1875 z M 385.8125,517.53125 L 385.8125,518.75 L 386.8125,518.75 L 386.8125,517.53125 L 385.8125,517.53125 z M 361,517.84375 L 361,525.78125 L 362.0625,525.78125 L 362.0625,522.4375 L 363.21875,522.4375 C 363.64372,522.4375 363.97439,522.51398 364.21875,522.6875 C 364.46664,522.86103 364.73792,523.21881 365,523.75 L 366,525.78125 L 367.15625,525.78125 L 366.0625,523.625 C 365.84292,523.17879 365.62581,522.81747 365.40625,522.5625 C 365.19022,522.30752 364.9802,522.1404 364.75,522.0625 C 365.19267,521.93501 365.5198,521.70435 365.75,521.375 C 365.98373,521.04566 366.09373,520.6556 366.09375,520.15625 C 366.09374,519.39132 365.88371,518.81643 365.4375,518.4375 C 364.99128,518.05858 364.31283,517.84377 363.40625,517.84375 L 361,517.84375 z M 362.0625,518.75 L 363.40625,518.75 C 363.92328,518.75001 364.30044,518.85649 364.5625,519.09375 C 364.8281,519.32749 364.96876,519.69234 364.96875,520.15625 C 364.96875,520.62018 364.82811,520.9467 364.5625,521.1875 C 364.30043,521.42478 363.92327,521.5625 363.40625,521.5625 L 362.0625,521.5625 L 362.0625,518.75 z M 370.3125,519.6875 C 369.45902,519.6875 368.79768,519.97881 368.3125,520.53125 C 367.83087,521.08371 367.59375,521.83508 367.59375,522.8125 C 367.59375,523.78638 367.83088,524.56898 368.3125,525.125 C 368.79767,525.67746 369.45903,525.9375 370.3125,525.9375 C 371.16243,525.9375 371.82731,525.67744 372.3125,525.125 C 372.79766,524.569 373.06249,523.78638 373.0625,522.8125 C 373.0625,521.83508 372.79765,521.08372 372.3125,520.53125 C 371.82732,519.9788 371.16244,519.68749 370.3125,519.6875 z M 377.625,519.6875 C 377.15399,519.6875 376.73559,519.79169 376.40625,519.96875 C 376.07689,520.14229 375.83039,520.38878 375.625,520.75 L 375.625,519.84375 L 374.625,519.84375 L 374.625,525.78125 L 375.625,525.78125 L 375.625,522.65625 C 375.625,521.98339 375.76857,521.45145 376.0625,521.09375 C 376.35998,520.73254 376.7913,520.56253 377.34375,520.5625 C 377.49956,520.56251 377.62252,520.59313 377.75,520.625 C 377.88103,520.65334 378.01522,520.68626 378.125,520.75 L 378.125,519.75 C 378.02584,519.7323 377.92518,519.72583 377.84375,519.71875 C 377.76229,519.70813 377.69228,519.68749 377.625,519.6875 z M 381.25,519.6875 C 380.93128,519.6875 380.58643,519.74168 380.25,519.8125 C 379.91356,519.87979 379.57643,519.98689 379.21875,520.125 L 379.21875,521 C 379.51622,520.8371 379.834,520.73769 380.15625,520.65625 C 380.47852,520.5748 380.78502,520.53126 381.125,520.53125 C 381.65974,520.53125 382.08107,520.65835 382.375,520.90625 C 382.67248,521.15061 382.8125,521.48774 382.8125,521.9375 L 382.8125,522.03125 L 381.46875,522.03125 C 380.57986,522.03126 379.88725,522.19129 379.4375,522.53125 C 378.99128,522.87123 378.78124,523.39318 378.78125,524.0625 C 378.78125,524.63621 378.95483,525.09397 379.3125,525.4375 C 379.67372,525.77747 380.17214,525.9375 380.78125,525.9375 C 381.26288,525.9375 381.6671,525.85747 382,525.6875 C 382.33289,525.51397 382.5894,525.23622 382.8125,524.875 L 382.8125,525.78125 L 383.8125,525.78125 L 383.8125,522.40625 C 383.81249,521.49966 383.58123,520.82122 383.15625,520.375 C 382.73128,519.92879 382.11056,519.68749 381.25,519.6875 z M 391.6875,519.6875 C 391.25899,519.6875 390.90538,519.79523 390.59375,519.96875 C 390.2821,520.14228 390.00437,520.38524 389.78125,520.75 L 389.78125,519.84375 L 388.8125,519.84375 L 388.8125,525.78125 L 389.78125,525.78125 L 389.78125,522.4375 C 389.78125,521.86026 389.92482,521.39893 390.21875,521.0625 C 390.51268,520.72253 390.9069,520.53127 391.40625,520.53125 C 391.82768,520.53126 392.14188,520.69251 392.34375,520.96875 C 392.54561,521.24144 392.65626,521.64504 392.65625,522.21875 L 392.65625,525.78125 L 393.625,525.78125 L 393.625,522.4375 C 393.62499,521.85672 393.79982,521.39893 394.09375,521.0625 C 394.38768,520.72608 394.77481,520.53127 395.28125,520.53125 C 395.69558,520.53126 396.01688,520.69251 396.21875,520.96875 C 396.4206,521.24498 396.49999,521.64858 396.5,522.21875 L 396.5,525.78125 L 397.5,525.78125 L 397.5,522.1875 C 397.49999,521.38716 397.33642,520.7758 397,520.34375 C 396.66356,519.90816 396.18223,519.68749 395.5625,519.6875 C 395.10211,519.6875 394.6837,519.79107 394.34375,520 C 394.00377,520.20895 393.71309,520.52962 393.46875,520.96875 C 393.32355,520.55087 393.11706,520.25081 392.8125,520.03125 C 392.51147,519.81169 392.11956,519.68749 391.6875,519.6875 z M 401.53125,519.6875 C 401.21253,519.6875 400.89894,519.74168 400.5625,519.8125 C 400.22606,519.87979 399.85769,519.98689 399.5,520.125 L 399.5,521 C 399.79747,520.8371 400.11523,520.73769 400.4375,520.65625 C 400.75977,520.5748 401.09754,520.53126 401.4375,520.53125 C 401.97225,520.53125 402.39356,520.65835 402.6875,520.90625 C 402.98498,521.15061 403.12498,521.48774 403.125,521.9375 L 403.125,522.03125 L 401.75,522.03125 C 400.8611,522.03126 400.19976,522.19129 399.75,522.53125 C 399.30378,522.87123 399.06249,523.39318 399.0625,524.0625 C 399.0625,524.63621 399.23605,525.09397 399.59375,525.4375 C 399.95497,525.77747 400.45338,525.9375 401.0625,525.9375 C 401.54413,525.9375 401.94835,525.85747 402.28125,525.6875 C 402.61414,525.51397 402.90188,525.23622 403.125,524.875 L 403.125,525.78125 L 404.09375,525.78125 L 404.09375,522.40625 C 404.09375,521.49966 403.8937,520.82122 403.46875,520.375 C 403.04378,519.92879 402.3918,519.68749 401.53125,519.6875 z M 385.8125,519.84375 L 385.8125,525.78125 L 386.8125,525.78125 L 386.8125,519.84375 L 385.8125,519.84375 z M 370.3125,520.53125 C 370.83308,520.53125 371.25793,520.7419 371.5625,521.15625 C 371.86705,521.56705 372.03123,522.10776 372.03125,522.8125 C 372.03124,523.52078 371.86705,524.0892 371.5625,524.5 C 371.25793,524.9108 370.83309,525.12498 370.3125,525.125 C 369.78483,525.125 369.36705,524.90727 369.0625,524.5 C 368.76148,524.0892 368.625,523.52432 368.625,522.8125 C 368.625,522.10068 368.78919,521.5635 369.09375,521.15625 C 369.39831,520.74545 369.78838,520.53126 370.3125,520.53125 z M 381.84375,522.8125 L 382.8125,522.8125 L 382.84375,523.03125 C 382.84375,523.6687 382.67309,524.17647 382.34375,524.5625 C 382.01793,524.94497 381.57307,525.12499 381.03125,525.125 C 380.63816,525.125 380.32393,525.01435 380.09375,524.8125 C 379.86709,524.6071 379.74999,524.34708 379.75,524 C 379.75,523.56441 379.9142,523.24311 380.21875,523.0625 C 380.52331,522.88189 381.05401,522.81249 381.84375,522.8125 z M 402.15625,522.8125 L 403.125,522.8125 L 403.125,523.03125 C 403.12499,523.6687 402.95436,524.17647 402.625,524.5625 C 402.29919,524.94497 401.85433,525.12499 401.3125,525.125 C 400.9194,525.125 400.6052,525.01435 400.375,524.8125 C 400.14835,524.6071 400.0625,524.34708 400.0625,524 C 400.0625,523.56441 400.19544,523.24311 400.5,523.0625 C 400.80456,522.88189 401.3665,522.81249 402.15625,522.8125 z"
       id="flowRoot4186" />
    <path
       style="font-size:20.53243637px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Sans"
       d="M 529.60688,464.24204 L 529.60688,465.92066 C 529.17128,465.72588 528.74631,465.57892 528.33197,465.47975 C 527.91763,465.3806 527.5263,465.33102 527.158,465.33101 C 526.66929,465.33102 526.30806,465.39831 526.07434,465.53288 C 525.8406,465.66745 525.72373,465.87639 525.72374,466.1597 C 525.72373,466.37219 525.80165,466.53864 525.95747,466.65904 C 526.11683,466.77591 526.40368,466.87684 526.81803,466.96182 L 527.68921,467.13713 C 528.57101,467.3142 529.19784,467.58335 529.56969,467.94456 C 529.94153,468.30579 530.12745,468.81929 530.12746,469.48507 C 530.12745,470.35979 529.86716,471.01141 529.34658,471.43992 C 528.82953,471.86489 528.03803,472.07737 526.97208,472.07737 C 526.4692,472.07737 525.96455,472.02956 525.45813,471.93394 C 524.95171,471.83833 524.44529,471.69667 523.93887,471.50898 L 523.93887,469.78255 C 524.44529,470.0517 524.934,470.25532 525.40501,470.39343 C 525.87956,470.52801 526.3364,470.5953 526.77553,470.5953 C 527.22174,470.5953 527.56349,470.52093 527.80076,470.37219 C 528.03803,470.22345 528.15667,470.01097 528.15668,469.73474 C 528.15667,469.48684 528.07522,469.29561 527.91232,469.16103 C 527.75295,469.02646 527.43246,468.90605 526.95083,468.79981 L 526.15933,468.62451 C 525.36605,468.45453 524.78527,468.18361 524.41696,467.81176 C 524.0522,467.43992 523.86982,466.93881 523.86982,466.30844 C 523.86982,465.51871 524.1248,464.91137 524.63476,464.48639 C 525.14472,464.06143 525.87779,463.84895 526.83396,463.84894 C 527.26955,463.84895 527.71754,463.88259 528.17792,463.94987 C 528.6383,464.01362 529.11462,464.11101 529.60688,464.24204 M 531.77952,469.60725 L 531.77952,465.97378 L 533.69187,465.97378 L 533.69187,466.56873 C 533.69187,466.891 533.6901,467.29649 533.68656,467.7852 C 533.68302,468.27037 533.68125,468.59441 533.68125,468.75731 C 533.68125,469.23541 533.69364,469.58069 533.71843,469.79317 C 533.74322,470.00212 533.78572,470.1544 533.84592,470.25001 C 533.92383,470.37396 534.02476,470.46958 534.14871,470.53687 C 534.2762,470.60415 534.4214,470.6378 534.58431,470.63779 C 534.98094,470.6378 535.29258,470.48551 535.51923,470.18095 C 535.74588,469.87639 535.8592,469.4532 535.85921,468.91136 L 535.85921,465.97378 L 537.76094,465.97378 L 537.76094,471.92332 L 535.85921,471.92332 L 535.85921,471.06276 C 535.57235,471.40982 535.26779,471.66657 534.94553,471.83301 C 534.6268,471.99592 534.27443,472.07737 533.88842,472.07737 C 533.20139,472.07737 532.67726,471.86666 532.31604,471.44523 C 531.95836,471.02381 531.77952,470.41115 531.77952,469.60725 M 543.64673,466.84496 L 543.64673,463.65771 L 545.55909,463.65771 L 545.55909,471.92332 L 543.64673,471.92332 L 543.64673,471.06276 C 543.38467,471.41336 543.09604,471.67011 542.78086,471.83301 C 542.46567,471.99592 542.10091,472.07737 541.68657,472.07737 C 540.9535,472.07737 540.35146,471.78698 539.88046,471.20619 C 539.40945,470.62186 539.17395,469.87108 539.17395,468.95386 C 539.17395,468.03665 539.40945,467.28764 539.88046,466.70685 C 540.35146,466.12252 540.9535,465.83036 541.68657,465.83035 C 542.09737,465.83036 542.46036,465.91358 542.77555,466.08002 C 543.09427,466.24293 543.38467,466.49791 543.64673,466.84496 M 542.39308,470.69622 C 542.80034,470.69623 543.11021,470.54749 543.3227,470.25001 C 543.53872,469.95253 543.64673,469.52049 543.64673,468.95386 C 543.64673,468.38724 543.53872,467.95519 543.3227,467.65771 C 543.11021,467.36024 542.80034,467.2115 542.39308,467.2115 C 541.98936,467.2115 541.67949,467.36024 541.46346,467.65771 C 541.25098,467.95519 541.14474,468.38724 541.14474,468.95386 C 541.14474,469.52049 541.25098,469.95253 541.46346,470.25001 C 541.67949,470.54749 541.98936,470.69623 542.39308,470.69622 M 553.33599,468.93261 L 553.33599,469.47445 L 548.88977,469.47445 C 548.9358,469.92066 549.09694,470.25532 549.37317,470.47843 C 549.64939,470.70154 550.03541,470.81309 550.5312,470.81309 C 550.93138,470.81309 551.34041,470.75466 551.7583,470.63779 C 552.17972,470.51739 552.61177,470.33678 553.05445,470.09596 L 553.05445,471.5621 C 552.60468,471.73209 552.15493,471.85957 551.70518,471.94457 C 551.25541,472.0331 550.80566,472.07737 550.3559,472.07737 C 549.27932,472.07737 548.44178,471.80468 547.84329,471.25931 C 547.24833,470.71039 546.95085,469.94191 546.95085,468.95386 C 546.95085,467.98352 547.24302,467.22035 547.82735,466.66435 C 548.41522,466.10836 549.22266,465.83036 550.24966,465.83035 C 551.18459,465.83036 551.93182,466.1119 552.49137,466.67497 C 553.05444,467.23806 553.33598,467.99061 553.33599,468.93261 M 551.38114,468.30047 C 551.38113,467.93925 551.27489,467.64886 551.06241,467.42929 C 550.85347,467.20619 550.57901,467.09463 550.23904,467.09463 C 549.87073,467.09463 549.57148,467.1991 549.3413,467.40804 C 549.1111,467.61345 548.96768,467.91092 548.91102,468.30047 L 551.38114,468.30047 M 559.41834,466.1597 L 559.41834,467.60459 C 559.01107,467.43461 558.61797,467.30712 558.23905,467.22212 C 557.86011,467.13713 557.50244,467.09463 557.16601,467.09463 C 556.80478,467.09463 556.53564,467.14067 556.35857,467.23274 C 556.18504,467.32128 556.09827,467.4594 556.09827,467.64709 C 556.09827,467.79937 556.16379,467.91624 556.29482,467.99769 C 556.42939,468.07914 556.66844,468.13934 557.01196,468.1783 L 557.34662,468.2261 C 558.3205,468.35006 558.97565,468.55369 559.31209,468.83699 C 559.64852,469.12031 559.81673,469.56476 559.81674,470.17033 C 559.81673,470.80424 559.583,471.28056 559.11555,471.59928 C 558.64807,471.91801 557.95042,472.07737 557.02258,472.07737 C 556.62948,472.07737 556.22222,472.0455 555.8008,471.98175 C 555.38291,471.92155 554.95263,471.82947 554.50996,471.70552 L 554.50996,470.26063 C 554.88889,470.44479 555.27667,470.5829 555.67331,470.67498 C 556.07348,470.76705 556.47897,470.81309 556.88978,470.81309 C 557.26162,470.81309 557.54139,470.76175 557.72909,470.65904 C 557.91678,470.55634 558.01062,470.40406 558.01063,470.2022 C 558.01062,470.03222 557.94511,469.9065 557.81408,469.82505 C 557.68659,469.74005 557.42984,469.67454 557.04383,469.6285 L 556.70917,469.586 C 555.86277,469.47976 555.26959,469.28321 554.92962,468.99636 C 554.58964,468.70951 554.41965,468.27392 554.41965,467.68958 C 554.41965,467.05922 554.63568,466.59175 555.06773,466.28719 C 555.49978,465.98264 556.16202,465.83036 557.05445,465.83035 C 557.40504,465.83036 557.77335,465.85692 558.15937,465.91003 C 558.54538,465.96316 558.96503,466.04638 559.41834,466.1597 M 563.32803,464.28453 L 563.32803,465.97378 L 565.28819,465.97378 L 565.28819,467.33367 L 563.32803,467.33367 L 563.32803,469.85692 C 563.32803,470.13314 563.38292,470.32084 563.49271,470.42 C 563.60249,470.51562 563.82028,470.56343 564.14609,470.56342 L 565.12352,470.56342 L 565.12352,471.92332 L 563.49271,471.92332 C 562.74193,471.92332 562.20895,471.7675 561.89376,471.45586 C 561.58212,471.14067 561.4263,470.60769 561.4263,469.85692 L 561.4263,467.33367 L 560.48075,467.33367 L 560.48075,465.97378 L 561.4263,465.97378 L 561.4263,464.28453 L 563.32803,464.28453 M 572.39577,468.93261 L 572.39577,469.47445 L 567.94955,469.47445 C 567.99559,469.92066 568.15672,470.25532 568.43295,470.47843 C 568.70918,470.70154 569.09519,470.81309 569.59099,470.81309 C 569.99116,470.81309 570.40019,470.75466 570.81808,470.63779 C 571.2395,470.51739 571.67155,470.33678 572.11423,470.09596 L 572.11423,471.5621 C 571.66447,471.73209 571.21471,471.85957 570.76496,471.94457 C 570.3152,472.0331 569.86544,472.07737 569.41569,472.07737 C 568.3391,472.07737 567.50156,471.80468 566.90307,471.25931 C 566.30811,470.71039 566.01064,469.94191 566.01064,468.95386 C 566.01064,467.98352 566.3028,467.22035 566.88713,466.66435 C 567.475,466.10836 568.28244,465.83036 569.30945,465.83035 C 570.24437,465.83036 570.9916,466.1119 571.55115,466.67497 C 572.11423,467.23806 572.39576,467.99061 572.39577,468.93261 M 570.44092,468.30047 C 570.44092,467.93925 570.33467,467.64886 570.1222,467.42929 C 569.91325,467.20619 569.63879,467.09463 569.29882,467.09463 C 568.93051,467.09463 568.63127,467.1991 568.40108,467.40804 C 568.17088,467.61345 568.02746,467.91092 567.9708,468.30047 L 570.44092,468.30047 M 524.15667,477.59133 L 525.75561,477.59133 L 527.77952,482.98841 L 529.81405,477.59133 L 531.41299,477.59133 L 531.41299,485.52228 L 530.3665,485.52228 L 530.3665,478.55813 L 528.32135,483.99771 L 527.243,483.99771 L 525.19784,478.55813 L 525.19784,485.52228 L 524.15667,485.52228 L 524.15667,477.59133 M 533.50595,479.57274 L 534.48338,479.57274 L 534.48338,485.52228 L 533.50595,485.52228 L 533.50595,479.57274 M 533.50595,477.25667 L 534.48338,477.25667 L 534.48338,478.49438 L 533.50595,478.49438 L 533.50595,477.25667 M 541.46878,481.93131 L 541.46878,485.52228 L 540.49135,485.52228 L 540.49135,481.96318 C 540.49135,481.4001 540.38156,480.97867 540.162,480.6989 C 539.94243,480.41913 539.61308,480.27925 539.17395,480.27925 C 538.64628,480.27925 538.23017,480.44747 537.92561,480.7839 C 537.62105,481.12033 537.46877,481.57894 537.46877,482.15973 L 537.46877,485.52228 L 536.48603,485.52228 L 536.48603,479.57274 L 537.46877,479.57274 L 537.46877,480.49704 C 537.7025,480.13937 537.97696,479.87199 538.29215,479.69492 C 538.61087,479.51785 538.9774,479.42932 539.39175,479.42931 C 540.07523,479.42932 540.59228,479.6418 540.94288,480.06676 C 541.29347,480.4882 541.46877,481.10971 541.46878,481.93131 M 546.13279,482.53157 C 545.34306,482.53158 544.79591,482.62188 544.49136,482.80249 C 544.18679,482.9831 544.03451,483.29121 544.03452,483.72679 C 544.03451,484.07385 544.14784,484.35008 544.37449,484.55548 C 544.60468,484.75734 544.91632,484.85827 545.30942,484.85827 C 545.85125,484.85827 546.28507,484.66704 546.61088,484.28456 C 546.94022,483.89855 547.1049,483.38682 547.1049,482.74937 L 547.1049,482.53157 L 546.13279,482.53157 M 548.08233,482.12786 L 548.08233,485.52228 L 547.1049,485.52228 L 547.1049,484.61922 C 546.88179,484.98045 546.60379,485.24782 546.27091,485.42135 C 545.93801,485.59134 545.53075,485.67633 545.04912,485.67633 C 544.44,485.67633 543.95483,485.50634 543.59361,485.16637 C 543.23593,484.82286 543.05709,484.36425 543.05709,483.79054 C 543.05709,483.12122 543.2802,482.61657 543.72641,482.27659 C 544.17617,481.93662 544.84549,481.76663 545.73438,481.76663 L 547.1049,481.76663 L 547.1049,481.67101 C 547.1049,481.22126 546.95616,480.8742 546.65869,480.62985 C 546.36475,480.38195 545.95041,480.258 545.41566,480.258 C 545.07568,480.258 544.74456,480.29873 544.4223,480.38017 C 544.10003,480.46163 543.79016,480.58381 543.49268,480.74671 L 543.49268,479.84366 C 543.85036,479.70554 544.19742,479.60284 544.53385,479.53555 C 544.87028,479.46473 545.19786,479.42932 545.51659,479.42931 C 546.37714,479.42932 547.01991,479.65243 547.44488,480.09864 C 547.86984,480.54486 548.08232,481.22126 548.08233,482.12786 M 553.89376,479.74804 L 553.89376,480.67234 C 553.61752,480.53069 553.33067,480.42445 553.0332,480.35361 C 552.73572,480.28279 552.42762,480.24738 552.10889,480.24737 C 551.62372,480.24738 551.25896,480.32175 551.0146,480.47048 C 550.77379,480.61922 550.65338,480.84233 550.65338,481.1398 C 550.65338,481.36646 550.74014,481.5453 550.91367,481.67633 C 551.0872,481.80382 551.43603,481.926 551.96016,482.04286 L 552.29482,482.11723 C 552.98893,482.26597 553.48118,482.47668 553.77158,482.74937 C 554.06551,483.01852 554.21248,483.39568 554.21248,483.88085 C 554.21248,484.4333 553.99291,484.87066 553.55378,485.19293 C 553.11819,485.5152 552.51792,485.67633 551.75298,485.67633 C 551.43426,485.67633 551.10137,485.64446 550.75431,485.58071 C 550.41079,485.52051 550.0478,485.42843 549.66533,485.30449 L 549.66533,484.29519 C 550.02655,484.48288 550.38246,484.62454 550.73306,484.72015 C 551.08366,484.81223 551.43072,484.85827 551.77423,484.85827 C 552.23461,484.85827 552.58875,484.78036 552.83665,484.62454 C 553.08454,484.46517 553.20849,484.24207 553.2085,483.95521 C 553.20849,483.68961 553.11819,483.48598 552.93758,483.34432 C 552.76051,483.20267 552.36918,483.06633 551.76361,482.93529 L 551.42364,482.85561 C 550.81805,482.72812 550.38069,482.53335 550.11155,482.27128 C 549.8424,482.00568 549.70783,481.64269 549.70783,481.1823 C 549.70783,480.62277 549.90615,480.19071 550.30278,479.88615 C 550.69942,479.5816 551.2625,479.42932 551.99203,479.42931 C 552.35325,479.42932 552.69322,479.45588 553.01195,479.50899 C 553.33067,479.56212 553.62461,479.6418 553.89376,479.74804 M 564.68793,484.3908 L 564.68793,482.26066 L 562.93493,482.26066 L 562.93493,481.37885 L 565.75034,481.37885 L 565.75034,484.7839 C 565.33599,485.07784 564.87915,485.30094 564.37983,485.45322 C 563.88048,485.60196 563.3475,485.67633 562.78089,485.67633 C 561.5414,485.67633 560.57105,485.31511 559.86986,484.59267 C 559.1722,483.86668 558.82337,482.85738 558.82338,481.56477 C 558.82337,480.26862 559.1722,479.25933 559.86986,478.53688 C 560.57105,477.8109 561.5414,477.44791 562.78089,477.4479 C 563.29793,477.44791 563.78841,477.51165 564.25233,477.63914 C 564.71979,477.76663 565.15007,477.95433 565.54317,478.20222 L 565.54317,479.34432 C 565.14653,479.00789 564.7251,478.75468 564.27889,478.58469 C 563.83267,478.41471 563.36344,478.32971 562.87119,478.32971 C 561.90085,478.32971 561.17132,478.60063 560.68261,479.14246 C 560.19744,479.6843 559.95485,480.49173 559.95485,481.56477 C 559.95485,482.63428 560.19744,483.43994 560.68261,483.98177 C 561.17132,484.5236 561.90085,484.79452 562.87119,484.79452 C 563.25012,484.79452 563.58832,484.76265 563.8858,484.69891 C 564.18327,484.63162 564.45065,484.52892 564.68793,484.3908 M 572.76231,482.30315 L 572.76231,482.78124 L 568.26828,482.78124 C 568.31077,483.45411 568.51263,483.96761 568.87386,484.32175 C 569.23862,484.67235 569.74503,484.84765 570.39311,484.84764 C 570.7685,484.84765 571.13149,484.80161 571.48209,484.70953 C 571.83623,484.61745 572.18683,484.47934 572.53389,484.29519 L 572.53389,485.21949 C 572.18328,485.36823 571.82383,485.48155 571.45553,485.55947 C 571.08722,485.63738 570.7136,485.67633 570.33468,485.67633 C 569.38559,485.67633 568.63304,485.4001 568.07704,484.84764 C 567.52459,484.29519 567.24836,483.54796 567.24836,482.60594 C 567.24836,481.63206 567.51042,480.86004 568.03455,480.28987 C 568.56221,479.71617 569.27226,479.42932 570.16469,479.42931 C 570.96505,479.42932 571.59718,479.68784 572.06111,480.20488 C 572.52857,480.71838 572.7623,481.41781 572.76231,482.30315 M 571.78488,482.0163 C 571.77779,481.48155 571.62729,481.05481 571.33336,480.73609 C 571.04295,480.41736 570.65694,480.258 570.17532,480.258 C 569.62994,480.258 569.19258,480.41206 568.86323,480.72015 C 568.53742,481.02825 568.34973,481.46207 568.30015,482.02161 L 571.78488,482.0163 M 577.8141,480.48641 C 577.70431,480.42268 577.58391,480.37664 577.45288,480.3483 C 577.32538,480.31643 577.18373,480.3005 577.02791,480.3005 C 576.47545,480.3005 576.05048,480.48111 575.75301,480.84233 C 575.45907,481.20002 575.3121,481.71529 575.31211,482.38815 L 575.31211,485.52228 L 574.32937,485.52228 L 574.32937,479.57274 L 575.31211,479.57274 L 575.31211,480.49704 C 575.51751,480.13582 575.78488,479.86845 576.11423,479.69492 C 576.44358,479.51785 576.84376,479.42932 577.31477,479.42931 C 577.38205,479.42932 577.45642,479.43463 577.53788,479.44525 C 577.61932,479.45233 577.70963,479.46473 577.80879,479.48243 L 577.8141,480.48641 M 581.55381,482.53157 C 580.76408,482.53158 580.21694,482.62188 579.91238,482.80249 C 579.60782,482.9831 579.45554,483.29121 579.45554,483.72679 C 579.45554,484.07385 579.56886,484.35008 579.79551,484.55548 C 580.0257,484.75734 580.33734,484.85827 580.73044,484.85827 C 581.27227,484.85827 581.70609,484.66704 582.03191,484.28456 C 582.36125,483.89855 582.52592,483.38682 582.52593,482.74937 L 582.52593,482.53157 L 581.55381,482.53157 M 583.50335,482.12786 L 583.50335,485.52228 L 582.52593,485.52228 L 582.52593,484.61922 C 582.30281,484.98045 582.02482,485.24782 581.69193,485.42135 C 581.35903,485.59134 580.95177,485.67633 580.47015,485.67633 C 579.86103,485.67633 579.37586,485.50634 579.01463,485.16637 C 578.65695,484.82286 578.47812,484.36425 578.47812,483.79054 C 578.47812,483.12122 578.70122,482.61657 579.14744,482.27659 C 579.59719,481.93662 580.26652,481.76663 581.15541,481.76663 L 582.52593,481.76663 L 582.52593,481.67101 C 582.52592,481.22126 582.37718,480.8742 582.07971,480.62985 C 581.78577,480.38195 581.37143,480.258 580.83668,480.258 C 580.49671,480.258 580.16558,480.29873 579.84332,480.38017 C 579.52105,480.46163 579.21118,480.58381 578.91371,480.74671 L 578.91371,479.84366 C 579.27138,479.70554 579.61844,479.60284 579.95487,479.53555 C 580.29131,479.46473 580.61888,479.42932 580.93761,479.42931 C 581.79817,479.42932 582.44093,479.65243 582.8659,480.09864 C 583.29086,480.54486 583.50335,481.22126 583.50335,482.12786 M 585.52195,479.57274 L 586.49937,479.57274 L 586.49937,485.52228 L 585.52195,485.52228 L 585.52195,479.57274 M 585.52195,477.25667 L 586.49937,477.25667 L 586.49937,478.49438 L 585.52195,478.49438 L 585.52195,477.25667 M 592.33205,479.74804 L 592.33205,480.67234 C 592.05582,480.53069 591.76896,480.42445 591.47149,480.35361 C 591.17401,480.28279 590.86591,480.24738 590.54719,480.24737 C 590.06202,480.24738 589.69725,480.32175 589.4529,480.47048 C 589.21208,480.61922 589.09167,480.84233 589.09168,481.1398 C 589.09167,481.36646 589.17844,481.5453 589.35197,481.67633 C 589.52549,481.80382 589.87432,481.926 590.39845,482.04286 L 590.73311,482.11723 C 591.42722,482.26597 591.91947,482.47668 592.20987,482.74937 C 592.5038,483.01852 592.65077,483.39568 592.65077,483.88085 C 592.65077,484.4333 592.4312,484.87066 591.99208,485.19293 C 591.55648,485.5152 590.95622,485.67633 590.19128,485.67633 C 589.87255,485.67633 589.53966,485.64446 589.1926,485.58071 C 588.84909,485.52051 588.4861,485.42843 588.10362,485.30449 L 588.10362,484.29519 C 588.46484,484.48288 588.82076,484.62454 589.17135,484.72015 C 589.52195,484.81223 589.86901,484.85827 590.21253,484.85827 C 590.6729,484.85827 591.02704,484.78036 591.27494,484.62454 C 591.52284,484.46517 591.64678,484.24207 591.64679,483.95521 C 591.64678,483.68961 591.55648,483.48598 591.37588,483.34432 C 591.1988,483.20267 590.80748,483.06633 590.2019,482.93529 L 589.86193,482.85561 C 589.25635,482.72812 588.81899,482.53335 588.54984,482.27128 C 588.28069,482.00568 588.14612,481.64269 588.14612,481.1823 C 588.14612,480.62277 588.34444,480.19071 588.74108,479.88615 C 589.13771,479.5816 589.70079,479.42932 590.43032,479.42931 C 590.79154,479.42932 591.13151,479.45588 591.45025,479.50899 C 591.76896,479.56212 592.0629,479.6418 592.33205,479.74804 M 524.15667,491.19029 L 529.17128,491.19029 L 529.17128,492.09334 L 525.22971,492.09334 L 525.22971,494.44129 L 529.00661,494.44129 L 529.00661,495.34434 L 525.22971,495.34434 L 525.22971,498.21818 L 529.2669,498.21818 L 529.2669,499.12124 L 524.15667,499.12124 L 524.15667,491.19029 M 534.79148,493.347 L 534.79148,494.2713 C 534.51524,494.12965 534.22839,494.02341 533.93092,493.95257 C 533.63344,493.88175 533.32534,493.84634 533.00661,493.84633 C 532.52144,493.84634 532.15668,493.92071 531.91232,494.06944 C 531.67151,494.21818 531.5511,494.44129 531.5511,494.73876 C 531.5511,494.96542 531.63786,495.14426 531.81139,495.27529 C 531.98492,495.40278 532.33375,495.52496 532.85788,495.64182 L 533.19254,495.71619 C 533.88665,495.86493 534.3789,496.07565 534.6693,496.34833 C 534.96323,496.61748 535.1102,496.99464 535.1102,497.4798 C 535.1102,498.03226 534.89063,498.46962 534.4515,498.79189 C 534.01591,499.11416 533.41564,499.27529 532.6507,499.27529 C 532.33198,499.27529 531.99909,499.24342 531.65203,499.17967 C 531.30851,499.11947 530.94552,499.0274 530.56305,498.90344 L 530.56305,497.89415 C 530.92427,498.08184 531.28018,498.2235 531.63078,498.31912 C 531.98138,498.41119 532.32843,498.45723 532.67195,498.45723 C 533.13233,498.45723 533.48647,498.37932 533.73437,498.2235 C 533.98226,498.06413 534.10621,497.84103 534.10622,497.55417 C 534.10621,497.28857 534.01591,497.08494 533.8353,496.94328 C 533.65823,496.80163 533.2669,496.66529 532.66133,496.53425 L 532.32135,496.45457 C 531.71577,496.32708 531.27841,496.13231 531.00927,495.87024 C 530.74012,495.60464 530.60555,495.24165 530.60555,494.78126 C 530.60555,494.22173 530.80387,493.78968 531.2005,493.48511 C 531.59714,493.18056 532.16022,493.02828 532.88975,493.02827 C 533.25097,493.02828 533.59094,493.05484 533.90967,493.10795 C 534.22839,493.16108 534.52233,493.24076 534.79148,493.347 M 537.61751,498.22881 L 537.61751,501.38419 L 536.63477,501.38419 L 536.63477,493.1717 L 537.61751,493.1717 L 537.61751,494.07475 C 537.82291,493.72062 538.08143,493.45856 538.39307,493.28856 C 538.70826,493.11504 539.08364,493.02828 539.51924,493.02827 C 540.24168,493.02828 540.82778,493.31513 541.27754,493.88883 C 541.73083,494.46254 541.95748,495.21686 541.95749,496.15178 C 541.95748,497.08671 541.73083,497.84103 541.27754,498.41473 C 540.82778,498.98844 540.24168,499.27529 539.51924,499.27529 C 539.08364,499.27529 538.70826,499.1903 538.39307,499.02031 C 538.08143,498.84678 537.82291,498.58295 537.61751,498.22881 M 540.94288,496.15178 C 540.94287,495.43288 540.79413,494.8698 540.49666,494.46254 C 540.20272,494.05174 539.79723,493.84634 539.28019,493.84633 C 538.76315,493.84634 538.35589,494.05174 538.05841,494.46254 C 537.76448,494.8698 537.61751,495.43288 537.61751,496.15178 C 537.61751,496.87068 537.76448,497.43554 538.05841,497.84634 C 538.35589,498.2536 538.76315,498.45723 539.28019,498.45723 C 539.79723,498.45723 540.20272,498.2536 540.49666,497.84634 C 540.79413,497.43554 540.94287,496.87068 540.94288,496.15178 M 543.57768,493.1717 L 544.5551,493.1717 L 544.5551,499.12124 L 543.57768,499.12124 L 543.57768,493.1717 M 544.80477,490.42004 L 545.86187,490.42004 L 544.13013,492.41738 L 543.31738,492.41738 L 544.80477,490.42004 M 550.04249,494.08538 C 549.9327,494.02164 549.8123,493.9756 549.68127,493.94726 C 549.55377,493.91539 549.41212,493.89946 549.2563,493.89946 C 548.70384,493.89946 548.27887,494.08007 547.9814,494.44129 C 547.68746,494.79897 547.54049,495.31425 547.5405,495.98711 L 547.5405,499.12124 L 546.55776,499.12124 L 546.55776,493.1717 L 547.5405,493.1717 L 547.5405,494.096 C 547.7459,493.73478 548.01327,493.46741 548.34262,493.29388 C 548.67197,493.11681 549.07215,493.02828 549.54316,493.02827 C 549.61044,493.02828 549.68481,493.03359 549.76626,493.04421 C 549.84771,493.05129 549.93802,493.06369 550.03718,493.08139 L 550.04249,494.08538 M 551.07835,493.1717 L 552.05577,493.1717 L 552.05577,499.12124 L 551.07835,499.12124 L 551.07835,493.1717 M 551.07835,490.85563 L 552.05577,490.85563 L 552.05577,492.09334 L 551.07835,492.09334 L 551.07835,490.85563 M 555.06242,491.48245 L 555.06242,493.1717 L 557.0757,493.1717 L 557.0757,493.93133 L 555.06242,493.93133 L 555.06242,497.16108 C 555.06242,497.64625 555.12793,497.95789 555.25896,498.096 C 555.39353,498.23412 555.66445,498.30318 556.07171,498.30318 L 557.0757,498.30318 L 557.0757,499.12124 L 556.07171,499.12124 C 555.3174,499.12124 554.79681,498.98136 554.50996,498.70158 C 554.22311,498.41827 554.07968,497.90477 554.07968,497.16108 L 554.07968,493.93133 L 553.36255,493.93133 L 553.36255,493.1717 L 554.07968,493.1717 L 554.07968,491.48245 L 555.06242,491.48245 M 560.67199,493.85696 C 560.14786,493.85696 559.73351,494.06236 559.42896,494.47316 C 559.12439,494.88043 558.97211,495.43997 558.97212,496.15178 C 558.97211,496.8636 559.12262,497.42491 559.42364,497.83571 C 559.7282,498.24298 560.14432,498.4466 560.67199,498.4466 C 561.19257,498.4466 561.60514,498.24121 561.90971,497.8304 C 562.21426,497.4196 562.36654,496.86006 562.36655,496.15178 C 562.36654,495.44705 562.21426,494.88928 561.90971,494.47847 C 561.60514,494.06413 561.19257,493.85696 560.67199,493.85696 M 560.67199,493.02827 C 561.52192,493.02828 562.18947,493.30451 562.67464,493.85696 C 563.15981,494.40942 563.4024,495.17436 563.4024,496.15178 C 563.4024,497.12566 563.15981,497.89061 562.67464,498.4466 C 562.18947,498.99906 561.52192,499.27529 560.67199,499.27529 C 559.81851,499.27529 559.14919,498.99906 558.66402,498.4466 C 558.18239,497.89061 557.94157,497.12566 557.94157,496.15178 C 557.94157,495.17436 558.18239,494.40942 558.66402,493.85696 C 559.14919,493.30451 559.81851,493.02828 560.67199,493.02827 M 573.27758,491.45058 L 573.27758,492.49706 C 572.87031,492.30229 572.48607,492.15709 572.12486,492.06147 C 571.76363,491.96586 571.4148,491.91805 571.07837,491.91805 C 570.49404,491.91805 570.04251,492.03138 569.72379,492.25802 C 569.4086,492.48468 569.25101,492.80694 569.25101,493.22482 C 569.25101,493.57542 569.35548,493.84102 569.56443,494.02163 C 569.77691,494.19871 570.17709,494.34213 570.76496,494.45191 L 571.41304,494.58471 C 572.21338,494.737 572.80302,495.00614 573.18196,495.39215 C 573.56442,495.77463 573.75566,496.28813 573.75567,496.93266 C 573.75566,497.70114 573.49714,498.2837 572.9801,498.68034 C 572.46659,499.07697 571.71228,499.27529 570.71715,499.27529 C 570.34176,499.27529 569.94158,499.23279 569.51662,499.1478 C 569.09519,499.06281 568.65783,498.93709 568.20453,498.77064 L 568.20453,497.66573 C 568.64012,497.91008 569.06686,498.09424 569.48474,498.21818 C 569.90263,498.34213 570.31343,498.40411 570.71715,498.40411 C 571.32981,498.40411 571.80258,498.2837 572.13548,498.04289 C 572.46836,497.80207 572.63481,497.45856 572.63481,497.01234 C 572.63481,496.62279 572.5144,496.31823 572.27359,496.09866 C 572.03631,495.8791 571.64499,495.71442 571.09962,495.60463 L 570.44623,495.47715 C 569.64588,495.31779 569.06686,495.06812 568.70918,494.72814 C 568.35149,494.38817 568.17266,493.91539 568.17266,493.30981 C 568.17266,492.60862 568.41879,492.05616 568.91104,491.65244 C 569.40683,491.24873 570.08855,491.04687 570.95619,491.04686 C 571.32804,491.04687 571.70697,491.08051 572.09298,491.14779 C 572.47899,491.21509 572.87385,491.31602 573.27758,491.45058 M 578.09033,496.13053 C 577.3006,496.13054 576.75346,496.22084 576.4489,496.40145 C 576.14434,496.58206 575.99206,496.89017 575.99206,497.32575 C 575.99206,497.67281 576.10538,497.94904 576.33203,498.15444 C 576.56222,498.3563 576.87386,498.45723 577.26696,498.45723 C 577.80879,498.45723 578.24261,498.26599 578.56842,497.88352 C 578.89776,497.49751 579.06244,496.98578 579.06245,496.34833 L 579.06245,496.13053 L 578.09033,496.13053 M 580.03987,495.72681 L 580.03987,499.12124 L 579.06245,499.12124 L 579.06245,498.21818 C 578.83933,498.57941 578.56133,498.84678 578.22845,499.02031 C 577.89555,499.1903 577.48829,499.27529 577.00667,499.27529 C 576.39754,499.27529 575.91237,499.1053 575.55115,498.76533 C 575.19347,498.42182 575.01463,497.96321 575.01463,497.3895 C 575.01463,496.72018 575.23774,496.21553 575.68395,495.87555 C 576.13371,495.53558 576.80303,495.3656 577.69193,495.36559 L 579.06245,495.36559 L 579.06245,495.26997 C 579.06244,494.82022 578.9137,494.47316 578.61623,494.2288 C 578.32229,493.98091 577.90795,493.85696 577.3732,493.85696 C 577.03322,493.85696 576.7021,493.89769 576.37984,493.97914 C 576.05757,494.0606 575.7477,494.18277 575.45023,494.34567 L 575.45023,493.44261 C 575.8079,493.30451 576.15496,493.2018 576.4914,493.13451 C 576.82783,493.06369 577.1554,493.02828 577.47413,493.02827 C 578.33468,493.02828 578.97745,493.25138 579.40242,493.69759 C 579.82738,494.14381 580.03987,494.82022 580.03987,495.72681 M 587.00402,495.53027 L 587.00402,499.12124 L 586.0266,499.12124 L 586.0266,495.56214 C 586.02659,494.99906 585.91681,494.57764 585.69724,494.29786 C 585.47767,494.0181 585.14833,493.87821 584.7092,493.8782 C 584.18153,493.87821 583.76541,494.04643 583.46085,494.38286 C 583.15629,494.71929 583.00401,495.1779 583.00401,495.75869 L 583.00401,499.12124 L 582.02128,499.12124 L 582.02128,493.1717 L 583.00401,493.1717 L 583.00401,494.096 C 583.23774,493.73833 583.5122,493.47095 583.82739,493.29388 C 584.14611,493.11681 584.51265,493.02828 584.92699,493.02827 C 585.61048,493.02828 586.12752,493.24076 586.47813,493.66572 C 586.82872,494.08715 587.00401,494.70867 587.00402,495.53027 M 589.93098,491.48245 L 589.93098,493.1717 L 591.94427,493.1717 L 591.94427,493.93133 L 589.93098,493.93133 L 589.93098,497.16108 C 589.93098,497.64625 589.9965,497.95789 590.12753,498.096 C 590.2621,498.23412 590.53302,498.30318 590.94028,498.30318 L 591.94427,498.30318 L 591.94427,499.12124 L 590.94028,499.12124 C 590.18596,499.12124 589.66538,498.98136 589.37853,498.70158 C 589.09167,498.41827 588.94824,497.90477 588.94825,497.16108 L 588.94825,493.93133 L 588.23112,493.93133 L 588.23112,493.1717 L 588.94825,493.1717 L 588.94825,491.48245 L 589.93098,491.48245 M 595.54055,493.85696 C 595.01642,493.85696 594.60208,494.06236 594.29752,494.47316 C 593.99296,494.88043 593.84068,495.43997 593.84069,496.15178 C 593.84068,496.8636 593.99119,497.42491 594.29221,497.83571 C 594.59677,498.24298 595.01288,498.4466 595.54055,498.4466 C 596.06113,498.4466 596.47371,498.24121 596.77827,497.8304 C 597.08283,497.4196 597.23511,496.86006 597.23511,496.15178 C 597.23511,495.44705 597.08283,494.88928 596.77827,494.47847 C 596.47371,494.06413 596.06113,493.85696 595.54055,493.85696 M 595.54055,493.02827 C 596.39048,493.02828 597.05803,493.30451 597.54321,493.85696 C 598.02837,494.40942 598.27096,495.17436 598.27097,496.15178 C 598.27096,497.12566 598.02837,497.89061 597.54321,498.4466 C 597.05803,498.99906 596.39048,499.27529 595.54055,499.27529 C 594.68707,499.27529 594.01775,498.99906 593.53258,498.4466 C 593.05095,497.89061 592.81014,497.12566 592.81014,496.15178 C 592.81014,495.17436 593.05095,494.40942 593.53258,493.85696 C 594.01775,493.30451 594.68707,493.02828 595.54055,493.02827 M 527.91763,509.00174 C 528.14782,509.07965 528.37092,509.24609 528.58695,509.50107 C 528.80652,509.75606 529.02608,510.10665 529.24565,510.55287 L 530.33463,512.7202 L 529.18191,512.7202 L 528.1673,510.68567 C 527.90523,510.15446 527.65025,509.80209 527.40236,509.62856 C 527.158,509.45504 526.82334,509.36827 526.39837,509.36827 L 525.22971,509.36827 L 525.22971,512.7202 L 524.15667,512.7202 L 524.15667,504.78925 L 526.57898,504.78925 C 527.48558,504.78926 528.16198,504.97872 528.6082,505.35764 C 529.05441,505.73658 529.27752,506.30851 529.27753,507.07345 C 529.27752,507.57279 529.16065,507.98713 528.92693,508.31648 C 528.69673,508.64583 528.3603,508.87425 527.91763,509.00174 M 525.22971,505.67106 L 525.22971,508.48647 L 526.57898,508.48647 C 527.09602,508.48647 527.48558,508.36783 527.74764,508.13055 C 528.01324,507.88975 528.14605,507.53737 528.14605,507.07345 C 528.14605,506.60953 528.01324,506.2607 527.74764,506.02696 C 527.48558,505.7897 527.09602,505.67106 526.57898,505.67106 L 525.22971,505.67106 M 531.67859,506.77066 L 532.65602,506.77066 L 532.65602,512.7202 L 531.67859,512.7202 L 531.67859,506.77066 M 531.67859,504.45458 L 532.65602,504.45458 L 532.65602,505.6923 L 531.67859,505.6923 L 531.67859,504.45458 M 537.00131,507.45592 C 536.47718,507.45592 536.06284,507.66133 535.75828,508.07212 C 535.45372,508.47939 535.30144,509.03893 535.30144,509.75074 C 535.30144,510.46257 535.45195,511.02388 535.75297,511.43468 C 536.05752,511.84194 536.47364,512.04556 537.00131,512.04556 C 537.52189,512.04556 537.93446,511.84017 538.23902,511.42936 C 538.54358,511.01856 538.69586,510.45902 538.69586,509.75074 C 538.69586,509.04601 538.54358,508.48824 538.23902,508.07743 C 537.93446,507.6631 537.52189,507.45592 537.00131,507.45592 M 537.00131,506.62723 C 537.85124,506.62724 538.51879,506.90347 539.00397,507.45592 C 539.48913,508.00838 539.73172,508.77332 539.73172,509.75074 C 539.73172,510.72463 539.48913,511.48957 539.00397,512.04556 C 538.51879,512.59802 537.85124,512.87425 537.00131,512.87425 C 536.14783,512.87425 535.47851,512.59802 534.99334,512.04556 C 534.51171,511.48957 534.27089,510.72463 534.27089,509.75074 C 534.27089,508.77332 534.51171,508.00838 534.99334,507.45592 C 535.47851,506.90347 536.14783,506.62724 537.00131,506.62723 M 548.72509,507.67371 L 548.72509,504.45458 L 549.70252,504.45458 L 549.70252,512.7202 L 548.72509,512.7202 L 548.72509,511.82777 C 548.51969,512.18191 548.2594,512.44574 547.94422,512.61927 C 547.63257,512.78926 547.25718,512.87425 546.81805,512.87425 C 546.09915,512.87425 545.51305,512.5874 545.05975,512.01369 C 544.60999,511.43999 544.38511,510.68567 544.38511,509.75074 C 544.38511,508.81582 544.60999,508.0615 545.05975,507.48779 C 545.51305,506.91409 546.09915,506.62724 546.81805,506.62723 C 547.25718,506.62724 547.63257,506.714 547.94422,506.88752 C 548.2594,507.05752 548.51969,507.31958 548.72509,507.67371 M 545.39441,509.75074 C 545.39441,510.46965 545.54138,511.0345 545.83532,511.4453 C 546.13279,511.85256 546.54005,512.05619 547.0571,512.05619 C 547.57414,512.05619 547.9814,511.85256 548.27888,511.4453 C 548.57635,511.0345 548.72509,510.46965 548.72509,509.75074 C 548.72509,509.03184 548.57635,508.46876 548.27888,508.0615 C 547.9814,507.6507 547.57414,507.4453 547.0571,507.44529 C 546.54005,507.4453 546.13279,507.6507 545.83532,508.0615 C 545.54138,508.46876 545.39441,509.03184 545.39441,509.75074 M 556.80478,509.50107 L 556.80478,509.97916 L 552.31075,509.97916 C 552.35325,510.65203 552.55511,511.16553 552.91633,511.51967 C 553.28109,511.87027 553.78751,512.04556 554.43559,512.04556 C 554.81097,512.04556 555.17397,511.99953 555.52457,511.90745 C 555.8787,511.81537 556.2293,511.67726 556.57637,511.49311 L 556.57637,512.41741 C 556.22576,512.56615 555.86631,512.67947 555.49801,512.75738 C 555.1297,512.83529 554.75608,512.87425 554.37716,512.87425 C 553.42806,512.87425 552.67552,512.59802 552.11952,512.04556 C 551.56706,511.49311 551.29083,510.74587 551.29083,509.80386 C 551.29083,508.82998 551.55289,508.05796 552.07702,507.48779 C 552.60469,506.91409 553.31474,506.62724 554.20717,506.62723 C 555.00752,506.62724 555.63966,506.88576 556.10359,507.4028 C 556.57105,507.9163 556.80477,508.61573 556.80478,509.50107 M 555.82736,509.21422 C 555.82027,508.67947 555.66976,508.25274 555.37583,507.934 C 555.08543,507.61529 554.69942,507.45592 554.21779,507.45592 C 553.67242,507.45592 553.23506,507.60997 552.90571,507.91807 C 552.5799,508.22618 552.3922,508.66 552.34263,509.21953 L 555.82736,509.21422 M 561.91502,504.78925 L 562.98806,504.78925 L 562.98806,512.16774 C 562.98806,513.12392 562.80568,513.81803 562.44091,514.25008 C 562.07969,514.68213 561.49713,514.89816 560.69323,514.89816 L 560.2842,514.89816 L 560.2842,513.9951 L 560.61886,513.9951 C 561.09341,513.9951 561.42807,513.8623 561.62285,513.5967 C 561.81763,513.33109 561.91502,512.85477 561.91502,512.16774 L 561.91502,504.78925 M 567.78488,509.72949 C 566.99514,509.72949 566.448,509.8198 566.14344,510.00041 C 565.83888,510.18102 565.6866,510.48912 565.6866,510.92471 C 565.6866,511.27177 565.79993,511.548 566.02658,511.7534 C 566.25677,511.95526 566.5684,512.05619 566.9615,512.05619 C 567.50333,512.05619 567.93716,511.86495 568.26297,511.48248 C 568.59231,511.09647 568.75699,510.58474 568.75699,509.94729 L 568.75699,509.72949 L 567.78488,509.72949 M 569.73442,509.32577 L 569.73442,512.7202 L 568.75699,512.7202 L 568.75699,511.81714 C 568.53388,512.17837 568.25588,512.44574 567.92299,512.61927 C 567.5901,512.78926 567.18284,512.87425 566.70121,512.87425 C 566.09209,512.87425 565.60692,512.70427 565.2457,512.36429 C 564.88802,512.02078 564.70918,511.56216 564.70918,510.98846 C 564.70918,510.31914 564.93228,509.81449 565.3785,509.47451 C 565.82826,509.13454 566.49758,508.96456 567.38647,508.96455 L 568.75699,508.96455 L 568.75699,508.86893 C 568.75699,508.41918 568.60825,508.07213 568.31078,507.82776 C 568.01683,507.57987 567.60249,507.45592 567.06775,507.45592 C 566.72777,507.45592 566.39665,507.49665 566.07438,507.5781 C 565.75212,507.65955 565.44224,507.78173 565.14477,507.94463 L 565.14477,507.04157 C 565.50245,506.90347 565.8495,506.80077 566.18594,506.73347 C 566.52237,506.66265 566.84995,506.62724 567.16867,506.62723 C 568.02923,506.62724 568.67199,506.85034 569.09697,507.29655 C 569.52192,507.74277 569.73441,508.41918 569.73442,509.32577 M 576.69856,509.12922 L 576.69856,512.7202 L 575.72114,512.7202 L 575.72114,509.1611 C 575.72113,508.59802 575.61135,508.1766 575.39179,507.89682 C 575.17222,507.61706 574.84287,507.47717 574.40374,507.47717 C 573.87607,507.47717 573.45996,507.64539 573.1554,507.98181 C 572.85084,508.31825 572.69856,508.77686 572.69856,509.35765 L 572.69856,512.7202 L 571.71583,512.7202 L 571.71583,506.77066 L 572.69856,506.77066 L 572.69856,507.69496 C 572.93229,507.33728 573.20675,507.06991 573.52193,506.89284 C 573.84066,506.71577 574.20719,506.62724 574.62154,506.62723 C 575.30502,506.62724 575.82207,506.83972 576.17267,507.26468 C 576.52326,507.68611 576.69856,508.30763 576.69856,509.12922 M 583.74771,509.50107 L 583.74771,509.97916 L 579.25368,509.97916 C 579.29618,510.65203 579.49803,511.16553 579.85926,511.51967 C 580.22402,511.87027 580.73044,512.04556 581.37852,512.04556 C 581.7539,512.04556 582.11689,511.99953 582.4675,511.90745 C 582.82163,511.81537 583.17223,511.67726 583.51929,511.49311 L 583.51929,512.41741 C 583.16869,512.56615 582.80924,512.67947 582.44094,512.75738 C 582.07263,512.83529 581.69901,512.87425 581.32009,512.87425 C 580.37099,512.87425 579.61844,512.59802 579.06245,512.04556 C 578.50999,511.49311 578.23376,510.74587 578.23376,509.80386 C 578.23376,508.82998 578.49582,508.05796 579.01995,507.48779 C 579.54762,506.91409 580.25766,506.62724 581.1501,506.62723 C 581.95045,506.62724 582.58259,506.88576 583.04651,507.4028 C 583.51397,507.9163 583.74771,508.61573 583.74771,509.50107 M 582.77029,509.21422 C 582.7632,508.67947 582.61269,508.25274 582.31876,507.934 C 582.02836,507.61529 581.64235,507.45592 581.16072,507.45592 C 580.61534,507.45592 580.17798,507.60997 579.84864,507.91807 C 579.52283,508.22618 579.33513,508.66 579.28555,509.21953 L 582.77029,509.21422 M 585.35196,506.77066 L 586.32939,506.77066 L 586.32939,512.7202 L 585.35196,512.7202 L 585.35196,506.77066 M 585.35196,504.45458 L 586.32939,504.45458 L 586.32939,505.6923 L 585.35196,505.6923 L 585.35196,504.45458 M 591.81678,507.68434 C 591.70699,507.6206 591.58658,507.57456 591.45555,507.54622 C 591.32806,507.51436 591.18641,507.49842 591.03059,507.49841 C 590.47812,507.49842 590.05316,507.67903 589.75568,508.04025 C 589.46175,508.39793 589.31478,508.9132 589.31478,509.58607 L 589.31478,512.7202 L 588.33204,512.7202 L 588.33204,506.77066 L 589.31478,506.77066 L 589.31478,507.69496 C 589.52018,507.33374 589.78755,507.06637 590.1169,506.89284 C 590.44625,506.71577 590.84643,506.62724 591.31744,506.62723 C 591.38472,506.62724 591.45909,506.63255 591.54055,506.64317 C 591.62199,506.65026 591.7123,506.66265 591.81146,506.68035 L 591.81678,507.68434 M 594.92436,507.45592 C 594.40023,507.45592 593.98588,507.66133 593.68132,508.07212 C 593.37676,508.47939 593.22448,509.03893 593.22448,509.75074 C 593.22448,510.46257 593.37499,511.02388 593.67601,511.43468 C 593.98057,511.84194 594.39668,512.04556 594.92436,512.04556 C 595.44494,512.04556 595.85751,511.84017 596.16207,511.42936 C 596.46662,511.01856 596.6189,510.45902 596.61891,509.75074 C 596.6189,509.04601 596.46662,508.48824 596.16207,508.07743 C 595.85751,507.6631 595.44494,507.45592 594.92436,507.45592 M 594.92436,506.62723 C 595.77428,506.62724 596.44184,506.90347 596.92701,507.45592 C 597.41218,508.00838 597.65476,508.77332 597.65477,509.75074 C 597.65476,510.72463 597.41218,511.48957 596.92701,512.04556 C 596.44184,512.59802 595.77428,512.87425 594.92436,512.87425 C 594.07087,512.87425 593.40155,512.59802 592.91638,512.04556 C 592.43475,511.48957 592.19394,510.72463 592.19394,509.75074 C 592.19394,508.77332 592.43475,508.00838 592.91638,507.45592 C 593.40155,506.90347 594.07087,506.62724 594.92436,506.62723 M 528.91099,518.6485 L 528.91099,519.69498 C 528.50373,519.50021 528.11949,519.35502 527.75827,519.25939 C 527.39704,519.16378 527.04821,519.11597 526.71179,519.11596 C 526.12745,519.11597 525.67593,519.22929 525.3572,519.45594 C 525.04202,519.68259 524.88443,520.00486 524.88443,520.42274 C 524.88443,520.77334 524.9889,521.03895 525.19784,521.21955 C 525.41032,521.39663 525.8105,521.54005 526.39837,521.64983 L 527.04645,521.78263 C 527.8468,521.93492 528.43644,522.20407 528.81537,522.59007 C 529.19784,522.97255 529.38907,523.48605 529.38908,524.13058 C 529.38907,524.89906 529.13055,525.48162 528.61351,525.87826 C 528.10001,526.27489 527.34569,526.47321 526.35056,526.47321 C 525.97517,526.47321 525.575,526.43072 525.15003,526.34572 C 524.7286,526.26073 524.29124,526.13501 523.83794,525.96856 L 523.83794,524.86364 C 524.27353,525.108 524.70027,525.29216 525.11816,525.41611 C 525.53604,525.54005 525.94684,525.60203 526.35056,525.60203 C 526.96322,525.60203 527.436,525.48162 527.76889,525.2408 C 528.10178,524.99999 528.26822,524.65648 528.26823,524.21026 C 528.26822,523.82071 528.14782,523.51615 527.90701,523.29658 C 527.66973,523.07702 527.27841,522.91234 526.73303,522.80256 L 526.07965,522.67507 C 525.27929,522.51571 524.70027,522.26604 524.34259,521.92606 C 523.98491,521.58609 523.80607,521.11332 523.80607,520.50773 C 523.80607,519.80654 524.0522,519.25409 524.54445,518.85036 C 525.04025,518.44665 525.72196,518.24479 526.58961,518.24478 C 526.96145,518.24479 527.34038,518.27843 527.7264,518.34571 C 528.1124,518.413 528.50727,518.51393 528.91099,518.6485 M 533.72375,523.32846 C 532.93401,523.32846 532.38687,523.41876 532.08231,523.59937 C 531.77775,523.77999 531.62547,524.08808 531.62547,524.52368 C 531.62547,524.87073 531.73879,525.14696 531.96544,525.35236 C 532.19563,525.55422 532.50728,525.65515 532.90037,525.65515 C 533.4422,525.65515 533.87602,525.46391 534.20183,525.08144 C 534.53118,524.69543 534.69586,524.1837 534.69586,523.54625 L 534.69586,523.32846 L 533.72375,523.32846 M 535.67328,522.92473 L 535.67328,526.31916 L 534.69586,526.31916 L 534.69586,525.41611 C 534.47275,525.77733 534.19475,526.0447 533.86186,526.21823 C 533.52897,526.38822 533.12171,526.47321 532.64008,526.47321 C 532.03096,526.47321 531.54579,526.30322 531.18457,525.96325 C 530.82689,525.61973 530.64805,525.16113 530.64805,524.58742 C 530.64805,523.9181 530.87115,523.41345 531.31737,523.07347 C 531.76712,522.7335 532.43645,522.56352 533.32534,522.56351 L 534.69586,522.56351 L 534.69586,522.4679 C 534.69586,522.01814 534.54712,521.67109 534.24964,521.42672 C 533.9557,521.17883 533.54136,521.05488 533.00661,521.05488 C 532.66664,521.05488 532.33552,521.09561 532.01325,521.17706 C 531.69098,521.25851 531.38111,521.38069 531.08364,521.54359 L 531.08364,520.64053 C 531.44132,520.50243 531.78837,520.39973 532.12481,520.33243 C 532.46124,520.26161 532.78882,520.2262 533.10754,520.22619 C 533.9681,520.2262 534.61086,520.44931 535.03583,520.89552 C 535.4608,521.34174 535.67328,522.01814 535.67328,522.92473 M 533.12879,519.04159 L 532.826,518.74943 C 532.74809,518.67861 532.67903,518.62726 532.61883,518.59538 C 532.56217,518.55997 532.51082,518.54227 532.46478,518.54226 C 532.33021,518.54227 532.23105,518.60778 532.1673,518.7388 C 532.10356,518.8663 532.06814,519.07524 532.06106,519.36563 L 531.39705,519.36563 C 531.40413,518.88755 531.49798,518.51925 531.67859,518.26072 C 531.8592,517.99866 532.11064,517.86763 532.43291,517.86762 C 532.56748,517.86763 532.69143,517.89242 532.80475,517.94199 C 532.91808,517.99158 533.04025,518.0748 533.17129,518.19166 L 533.47408,518.48382 C 533.55199,518.55466 533.61927,518.60778 533.67594,518.64319 C 533.73614,518.67507 533.78926,518.69101 533.8353,518.691 C 533.96987,518.69101 534.06903,518.62726 534.13278,518.49976 C 534.19652,518.36874 534.23193,518.15803 534.23902,517.86762 L 534.90303,517.86762 C 534.89594,518.34572 534.8021,518.71579 534.62149,518.97785 C 534.44087,519.23638 534.18944,519.36564 533.86717,519.36563 C 533.7326,519.36564 533.60865,519.34085 533.49533,519.29127 C 533.382,519.24169 533.25982,519.15847 533.12879,519.04159 M 539.99733,521.05488 C 539.4732,521.05488 539.05885,521.26028 538.7543,521.67108 C 538.44973,522.07834 538.29746,522.63788 538.29746,523.3497 C 538.29746,524.06152 538.44796,524.62283 538.74898,525.03363 C 539.05354,525.4409 539.46966,525.64453 539.99733,525.64453 C 540.51791,525.64453 540.93048,525.43912 541.23504,525.02832 C 541.5396,524.61752 541.69188,524.05798 541.69188,523.3497 C 541.69188,522.64497 541.5396,522.0872 541.23504,521.67639 C 540.93048,521.26205 540.51791,521.05488 539.99733,521.05488 M 539.99733,520.22619 C 540.84726,520.2262 541.51481,520.50243 541.99998,521.05488 C 542.48515,521.60734 542.72773,522.37228 542.72774,523.3497 C 542.72773,524.32359 542.48515,525.08852 541.99998,525.64453 C 541.51481,526.19698 540.84726,526.47321 539.99733,526.47321 C 539.14385,526.47321 538.47452,526.19698 537.98936,525.64453 C 537.50773,525.08852 537.26691,524.32359 537.26691,523.3497 C 537.26691,522.37228 537.50773,521.60734 537.98936,521.05488 C 538.47452,520.50243 539.14385,520.2262 539.99733,520.22619 M 548.92164,519.27001 L 548.92164,522.2501 L 550.27091,522.2501 C 550.77024,522.2501 551.15625,522.12084 551.42895,521.86232 C 551.70163,521.6038 551.83797,521.2355 551.83798,520.7574 C 551.83797,520.28286 551.70163,519.91633 551.42895,519.6578 C 551.15625,519.39928 550.77024,519.27002 550.27091,519.27001 L 548.92164,519.27001 M 547.8486,518.38821 L 550.27091,518.38821 C 551.1598,518.38822 551.83089,518.59007 552.28419,518.99378 C 552.74103,519.39397 552.96945,519.98184 552.96945,520.7574 C 552.96945,521.54005 552.74103,522.13147 552.28419,522.53164 C 551.83089,522.93182 551.1598,523.13191 550.27091,523.13191 L 548.92164,523.13191 L 548.92164,526.31916 L 547.8486,526.31916 L 547.8486,518.38821 M 556.58699,523.32846 C 555.79725,523.32846 555.25011,523.41876 554.94555,523.59937 C 554.64099,523.77999 554.48871,524.08808 554.48871,524.52368 C 554.48871,524.87073 554.60203,525.14696 554.82869,525.35236 C 555.05887,525.55422 555.37052,525.65515 555.76361,525.65515 C 556.30544,525.65515 556.73926,525.46391 557.06507,525.08144 C 557.39442,524.69543 557.55909,524.1837 557.5591,523.54625 L 557.5591,523.32846 L 556.58699,523.32846 M 558.53652,522.92473 L 558.53652,526.31916 L 557.5591,526.31916 L 557.5591,525.41611 C 557.33599,525.77733 557.05799,526.0447 556.7251,526.21823 C 556.3922,526.38822 555.98495,526.47321 555.50332,526.47321 C 554.8942,526.47321 554.40903,526.30322 554.04781,525.96325 C 553.69013,525.61973 553.51129,525.16113 553.51129,524.58742 C 553.51129,523.9181 553.73439,523.41345 554.18061,523.07347 C 554.63037,522.7335 555.29969,522.56352 556.18858,522.56351 L 557.5591,522.56351 L 557.5591,522.4679 C 557.55909,522.01814 557.41036,521.67109 557.11288,521.42672 C 556.81894,521.17883 556.4046,521.05488 555.86985,521.05488 C 555.52988,521.05488 555.19876,521.09561 554.87649,521.17706 C 554.55423,521.25851 554.24435,521.38069 553.94688,521.54359 L 553.94688,520.64053 C 554.30456,520.50243 554.65161,520.39973 554.98805,520.33243 C 555.32448,520.26161 555.65206,520.2262 555.97079,520.22619 C 556.83134,520.2262 557.4741,520.44931 557.89907,520.89552 C 558.32404,521.34174 558.53652,522.01814 558.53652,522.92473 M 560.45419,523.97121 L 560.45419,520.36962 L 561.43162,520.36962 L 561.43162,523.93403 C 561.43161,524.49711 561.5414,524.92031 561.76097,525.20362 C 561.98053,525.48339 562.30988,525.62328 562.74901,525.62328 C 563.27668,525.62328 563.69279,525.45506 563.99736,525.11863 C 564.30545,524.7822 564.4595,524.32359 564.45951,523.74279 L 564.45951,520.36962 L 565.43693,520.36962 L 565.43693,526.31916 L 564.45951,526.31916 L 564.45951,525.40548 C 564.22223,525.7667 563.946,526.03585 563.63082,526.21292 C 563.31917,526.38645 562.95618,526.47321 562.54184,526.47321 C 561.85835,526.47321 561.33954,526.26073 560.9854,525.83576 C 560.63126,525.41079 560.45419,524.78928 560.45419,523.97121 M 567.46084,518.05355 L 568.43826,518.05355 L 568.43826,526.31916 L 567.46084,526.31916 L 567.46084,518.05355 M 572.78355,521.05488 C 572.25943,521.05488 571.84508,521.26028 571.54052,521.67108 C 571.23596,522.07834 571.08368,522.63788 571.08368,523.3497 C 571.08368,524.06152 571.23419,524.62283 571.53521,525.03363 C 571.83977,525.4409 572.25588,525.64453 572.78355,525.64453 C 573.30414,525.64453 573.71671,525.43912 574.02127,525.02832 C 574.32583,524.61752 574.47811,524.05798 574.47811,523.3497 C 574.47811,522.64497 574.32583,522.0872 574.02127,521.67639 C 573.71671,521.26205 573.30414,521.05488 572.78355,521.05488 M 572.78355,520.22619 C 573.63348,520.2262 574.30104,520.50243 574.78621,521.05488 C 575.27138,521.60734 575.51396,522.37228 575.51397,523.3497 C 575.51396,524.32359 575.27138,525.08852 574.78621,525.64453 C 574.30104,526.19698 573.63348,526.47321 572.78355,526.47321 C 571.93008,526.47321 571.26076,526.19698 570.77559,525.64453 C 570.29396,525.08852 570.05314,524.32359 570.05314,523.3497 C 570.05314,522.37228 570.29396,521.60734 570.77559,521.05488 C 571.26076,520.50243 571.93008,520.2262 572.78355,520.22619"
       id="flowRoot4222" />
    <path
       style="font-size:20.53243637px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Sans"
       d="M 644.13673,465.65272 L 644.13673,467.33134 C 643.70113,467.13656 643.27616,466.9896 642.86183,466.89043 C 642.44748,466.79128 642.05616,466.7417 641.68785,466.74169 C 641.19914,466.7417 640.83792,466.80899 640.60419,466.94355 C 640.37045,467.07813 640.25359,467.28707 640.25359,467.57038 C 640.25359,467.78287 640.3315,467.94931 640.48732,468.06972 C 640.64668,468.18659 640.93353,468.28751 641.34788,468.3725 L 642.21906,468.5478 C 643.10087,468.72488 643.72769,468.99402 644.09954,469.35524 C 644.47138,469.71647 644.65731,470.22997 644.65731,470.89575 C 644.65731,471.77047 644.39701,472.42209 643.87644,472.8506 C 643.35939,473.27557 642.56789,473.48805 641.50193,473.48805 C 640.99905,473.48805 640.4944,473.44024 639.98799,473.34462 C 639.48156,473.249 638.97514,473.10735 638.46873,472.91965 L 638.46873,471.19322 C 638.97514,471.46237 639.46386,471.666 639.93486,471.80411 C 640.40941,471.93869 640.86625,472.00598 641.30538,472.00598 C 641.7516,472.00598 642.09334,471.93161 642.33062,471.78287 C 642.56789,471.63413 642.68652,471.42165 642.68653,471.14542 C 642.68652,470.89752 642.60507,470.70629 642.44217,470.57171 C 642.2828,470.43714 641.96231,470.31673 641.48068,470.21049 L 640.68918,470.03519 C 639.89591,469.86521 639.31512,469.59429 638.94682,469.22244 C 638.58205,468.8506 638.39967,468.34949 638.39967,467.71912 C 638.39967,466.92939 638.65465,466.32205 639.16461,465.89707 C 639.67457,465.47211 640.40764,465.25963 641.36382,465.25962 C 641.7994,465.25963 642.24739,465.29327 642.70778,465.36055 C 643.16815,465.4243 643.64447,465.52169 644.13673,465.65272 M 646.30937,471.01793 L 646.30937,467.38445 L 648.22173,467.38445 L 648.22173,467.97941 C 648.22172,468.30168 648.21995,468.70717 648.21641,469.19588 C 648.21287,469.68105 648.2111,470.00509 648.2111,470.16799 C 648.2111,470.64608 648.22349,470.99137 648.24829,471.20385 C 648.27307,471.4128 648.31557,471.56508 648.37578,471.66069 C 648.45368,471.78464 648.55461,471.88026 648.67857,471.94754 C 648.80605,472.01483 648.95125,472.04848 649.11416,472.04847 C 649.51079,472.04848 649.82243,471.89619 650.04909,471.59163 C 650.27573,471.28707 650.38905,470.86388 650.38906,470.32204 L 650.38906,467.38445 L 652.29079,467.38445 L 652.29079,473.334 L 650.38906,473.334 L 650.38906,472.47344 C 650.1022,472.8205 649.79764,473.07725 649.47538,473.24369 C 649.15665,473.4066 648.80428,473.48805 648.41827,473.48805 C 647.73124,473.48805 647.20712,473.27734 646.8459,472.85591 C 646.48821,472.43448 646.30937,471.82183 646.30937,471.01793 M 654.12877,465.06838 L 656.0305,465.06838 L 656.0305,473.334 L 654.12877,473.334 L 654.12877,465.06838 M 639.75957,479.88381 L 639.75957,482.86389 L 641.10884,482.86389 C 641.60817,482.8639 641.99418,482.73464 642.26687,482.47612 C 642.53955,482.2176 642.6759,481.84929 642.6759,481.3712 C 642.6759,480.89666 642.53955,480.53012 642.26687,480.2716 C 641.99418,480.01308 641.60817,479.88382 641.10884,479.88381 L 639.75957,479.88381 M 638.68652,479.00201 L 641.10884,479.00201 C 641.99772,479.00202 642.66882,479.20387 643.12212,479.60758 C 643.57895,480.00777 643.80737,480.59564 643.80738,481.3712 C 643.80737,482.15385 643.57895,482.74527 643.12212,483.14544 C 642.66882,483.54562 641.99772,483.74571 641.10884,483.7457 L 639.75957,483.7457 L 639.75957,486.93296 L 638.68652,486.93296 L 638.68652,479.00201 M 647.42491,483.94225 C 646.63518,483.94226 646.08803,484.03256 645.78348,484.21317 C 645.47891,484.39378 645.32664,484.70188 645.32664,485.13747 C 645.32664,485.48453 645.43996,485.76076 645.66661,485.96616 C 645.8968,486.16802 646.20844,486.26895 646.60154,486.26895 C 647.14337,486.26895 647.57719,486.07771 647.903,485.69524 C 648.23235,485.30923 648.39702,484.7975 648.39703,484.16005 L 648.39703,483.94225 L 647.42491,483.94225 M 649.37445,483.53853 L 649.37445,486.93296 L 648.39703,486.93296 L 648.39703,486.0299 C 648.17391,486.39113 647.89591,486.6585 647.56303,486.83203 C 647.23013,487.00202 646.82287,487.08701 646.34125,487.08701 C 645.73212,487.08701 645.24695,486.91702 644.88573,486.57705 C 644.52805,486.23353 644.34921,485.77492 644.34921,485.20122 C 644.34921,484.5319 644.57232,484.02725 645.01854,483.68727 C 645.46829,483.3473 646.13761,483.17731 647.02651,483.17731 L 648.39703,483.17731 L 648.39703,483.08169 C 648.39702,482.63194 648.24828,482.28488 647.95081,482.04052 C 647.65687,481.79263 647.24253,481.66868 646.70778,481.66867 C 646.3678,481.66868 646.03668,481.70941 645.71442,481.79085 C 645.39215,481.87231 645.08228,481.99449 644.7848,482.15739 L 644.7848,481.25433 C 645.14248,481.11622 645.48954,481.01352 645.82597,480.94623 C 646.1624,480.87541 646.48998,480.84 646.80871,480.83999 C 647.66927,480.84 648.31203,481.06311 648.737,481.50932 C 649.16196,481.95554 649.37444,482.63194 649.37445,483.53853 M 654.84059,481.89709 C 654.7308,481.83336 654.6104,481.78732 654.47937,481.75898 C 654.35188,481.72711 654.21022,481.71118 654.0544,481.71117 C 653.50194,481.71118 653.07698,481.89179 652.7795,482.25301 C 652.48556,482.61069 652.3386,483.12596 652.3386,483.79882 L 652.3386,486.93296 L 651.35586,486.93296 L 651.35586,480.98342 L 652.3386,480.98342 L 652.3386,481.90772 C 652.544,481.5465 652.81137,481.27913 653.14072,481.10559 C 653.47007,480.92853 653.87025,480.84 654.34126,480.83999 C 654.40854,480.84 654.48291,480.84531 654.56436,480.85593 C 654.64581,480.86301 654.73612,480.87541 654.83528,480.89311 L 654.84059,481.89709 M 658.58031,483.94225 C 657.79057,483.94226 657.24343,484.03256 656.93887,484.21317 C 656.63431,484.39378 656.48203,484.70188 656.48203,485.13747 C 656.48203,485.48453 656.59535,485.76076 656.822,485.96616 C 657.05219,486.16802 657.36383,486.26895 657.75693,486.26895 C 658.29876,486.26895 658.73258,486.07771 659.05839,485.69524 C 659.38774,485.30923 659.55241,484.7975 659.55242,484.16005 L 659.55242,483.94225 L 658.58031,483.94225 M 660.52984,483.53853 L 660.52984,486.93296 L 659.55242,486.93296 L 659.55242,486.0299 C 659.32931,486.39113 659.05131,486.6585 658.71842,486.83203 C 658.38553,487.00202 657.97827,487.08701 657.49664,487.08701 C 656.88752,487.08701 656.40235,486.91702 656.04113,486.57705 C 655.68344,486.23353 655.5046,485.77492 655.5046,485.20122 C 655.5046,484.5319 655.72771,484.02725 656.17393,483.68727 C 656.62368,483.3473 657.29301,483.17731 658.1819,483.17731 L 659.55242,483.17731 L 659.55242,483.08169 C 659.55241,482.63194 659.40368,482.28488 659.1062,482.04052 C 658.81226,481.79263 658.39792,481.66868 657.86317,481.66867 C 657.5232,481.66868 657.19208,481.70941 656.86981,481.79085 C 656.54754,481.87231 656.23767,481.99449 655.9402,482.15739 L 655.9402,481.25433 C 656.29788,481.11622 656.64493,481.01352 656.98137,480.94623 C 657.3178,480.87541 657.64537,480.84 657.9641,480.83999 C 658.82466,480.84 659.46742,481.06311 659.89239,481.50932 C 660.31735,481.95554 660.52984,482.63194 660.52984,483.53853 M 667.494,483.34199 L 667.494,486.93296 L 666.51657,486.93296 L 666.51657,483.37386 C 666.51657,482.81078 666.40678,482.38935 666.18722,482.10958 C 665.96765,481.82981 665.6383,481.68993 665.19917,481.68993 C 664.6715,481.68993 664.25539,481.85814 663.95083,482.19457 C 663.64627,482.53101 663.49399,482.98962 663.49399,483.5704 L 663.49399,486.93296 L 662.51125,486.93296 L 662.51125,480.98342 L 663.49399,480.98342 L 663.49399,481.90772 C 663.72772,481.55005 664.00218,481.28267 664.31736,481.10559 C 664.63609,480.92853 665.00262,480.84 665.41697,480.83999 C 666.10045,480.84 666.61749,481.05248 666.9681,481.47744 C 667.31869,481.89887 667.49399,482.52039 667.494,483.34199 M 672.15801,483.94225 C 671.36828,483.94226 670.82113,484.03256 670.51657,484.21317 C 670.21201,484.39378 670.05973,484.70188 670.05973,485.13747 C 670.05973,485.48453 670.17306,485.76076 670.39971,485.96616 C 670.6299,486.16802 670.94154,486.26895 671.33464,486.26895 C 671.87646,486.26895 672.31029,486.07771 672.6361,485.69524 C 672.96544,485.30923 673.13012,484.7975 673.13012,484.16005 L 673.13012,483.94225 L 672.15801,483.94225 M 674.10755,483.53853 L 674.10755,486.93296 L 673.13012,486.93296 L 673.13012,486.0299 C 672.90701,486.39113 672.62901,486.6585 672.29612,486.83203 C 671.96323,487.00202 671.55597,487.08701 671.07434,487.08701 C 670.46522,487.08701 669.98005,486.91702 669.61883,486.57705 C 669.26115,486.23353 669.08231,485.77492 669.08231,485.20122 C 669.08231,484.5319 669.30542,484.02725 669.75163,483.68727 C 670.20139,483.3473 670.87071,483.17731 671.75961,483.17731 L 673.13012,483.17731 L 673.13012,483.08169 C 673.13012,482.63194 672.98138,482.28488 672.68391,482.04052 C 672.38997,481.79263 671.97563,481.66868 671.44088,481.66867 C 671.1009,481.66868 670.76978,481.70941 670.44752,481.79085 C 670.12525,481.87231 669.81538,481.99449 669.5179,482.15739 L 669.5179,481.25433 C 669.87558,481.11622 670.22264,481.01352 670.55907,480.94623 C 670.8955,480.87541 671.22308,480.84 671.54181,480.83999 C 672.40236,480.84 673.04512,481.06311 673.4701,481.50932 C 673.89506,481.95554 674.10754,482.63194 674.10755,483.53853 M 672.32269,478.23175 L 673.37979,478.23175 L 671.64805,480.2291 L 670.8353,480.2291 L 672.32269,478.23175 M 643.44084,492.86126 L 643.44084,493.90774 C 643.03358,493.71297 642.64934,493.56777 642.28812,493.47215 C 641.92689,493.37654 641.57807,493.32873 641.24164,493.32872 C 640.65731,493.32873 640.20578,493.44205 639.88706,493.66869 C 639.57187,493.89535 639.41428,494.21762 639.41428,494.63549 C 639.41428,494.9861 639.51875,495.2517 639.72769,495.43231 C 639.94017,495.60938 640.34035,495.75281 640.92823,495.86259 L 641.5763,495.99539 C 642.37665,496.14768 642.96629,496.41682 643.34523,496.80283 C 643.72769,497.1853 643.91893,497.69881 643.91893,498.34334 C 643.91893,499.11182 643.6604,499.69438 643.14337,500.09101 C 642.62986,500.48765 641.87554,500.68597 640.88042,500.68597 C 640.50503,500.68597 640.10485,500.64347 639.67988,500.55848 C 639.25846,500.47348 638.82109,500.34777 638.3678,500.18132 L 638.3678,499.07641 C 638.80339,499.32076 639.23013,499.50491 639.64801,499.62886 C 640.06589,499.75281 640.47669,499.81479 640.88042,499.81479 C 641.49307,499.81479 641.96585,499.69438 642.29874,499.45357 C 642.63163,499.21275 642.79808,498.86923 642.79808,498.42302 C 642.79808,498.03347 642.67767,497.72891 642.43686,497.50934 C 642.19958,497.28977 641.80826,497.1251 641.26289,497.01531 L 640.6095,496.88782 C 639.80914,496.72846 639.23013,496.4788 638.87245,496.13882 C 638.51476,495.79885 638.33592,495.32607 638.33592,494.72049 C 638.33592,494.0193 638.58205,493.46684 639.07431,493.06312 C 639.5701,492.6594 640.25182,492.45755 641.11946,492.45754 C 641.4913,492.45755 641.87023,492.49119 642.25625,492.55847 C 642.64226,492.62576 643.03712,492.7267 643.44084,492.86126 M 648.2536,497.54121 C 647.46387,497.54122 646.91672,497.63152 646.61216,497.81213 C 646.3076,497.99274 646.15532,498.30084 646.15532,498.73643 C 646.15532,499.08349 646.26865,499.35972 646.4953,499.56512 C 646.72549,499.76698 647.03713,499.86791 647.43022,499.8679 C 647.97205,499.86791 648.40588,499.67667 648.73169,499.2942 C 649.06103,498.90819 649.22571,498.39646 649.22571,497.75901 L 649.22571,497.54121 L 648.2536,497.54121 M 650.20314,497.13749 L 650.20314,500.53192 L 649.22571,500.53192 L 649.22571,499.62886 C 649.0026,499.99008 648.7246,500.25746 648.39171,500.43099 C 648.05882,500.60098 647.65156,500.68597 647.16993,500.68597 C 646.56081,500.68597 646.07564,500.51598 645.71442,500.17601 C 645.35674,499.83249 645.1779,499.37389 645.1779,498.80018 C 645.1779,498.13086 645.40101,497.6262 645.84722,497.28623 C 646.29698,496.94626 646.9663,496.77627 647.85519,496.77627 L 649.22571,496.77627 L 649.22571,496.68065 C 649.22571,496.2309 649.07697,495.88384 648.7795,495.63948 C 648.48556,495.39159 648.07121,495.26764 647.53647,495.26764 C 647.19649,495.26764 646.86537,495.30836 646.54311,495.38981 C 646.22084,495.47127 645.91097,495.59345 645.61349,495.75635 L 645.61349,494.85329 C 645.97117,494.71518 646.31823,494.61248 646.65466,494.54519 C 646.99109,494.47437 647.31867,494.43896 647.6374,494.43895 C 648.49795,494.43896 649.14071,494.66206 649.56569,495.10827 C 649.99065,495.55449 650.20313,496.2309 650.20314,497.13749 M 657.16729,496.94095 L 657.16729,500.53192 L 656.18986,500.53192 L 656.18986,496.97282 C 656.18986,496.40974 656.08008,495.98831 655.86051,495.70854 C 655.64094,495.42877 655.31159,495.28889 654.87246,495.28888 C 654.34479,495.28889 653.92868,495.45711 653.62412,495.79353 C 653.31956,496.12997 653.16728,496.58858 653.16728,497.16937 L 653.16728,500.53192 L 652.18455,500.53192 L 652.18455,494.58238 L 653.16728,494.58238 L 653.16728,495.50668 C 653.40101,495.14901 653.67547,494.88163 653.99066,494.70456 C 654.30938,494.52749 654.67591,494.43896 655.09026,494.43895 C 655.77374,494.43896 656.29079,494.65144 656.64139,495.0764 C 656.99198,495.49783 657.16728,496.11935 657.16729,496.94095 M 660.09425,492.89313 L 660.09425,494.58238 L 662.10753,494.58238 L 662.10753,495.34201 L 660.09425,495.34201 L 660.09425,498.57176 C 660.09425,499.05693 660.15977,499.36857 660.2908,499.50668 C 660.42537,499.6448 660.69629,499.71386 661.10355,499.71386 L 662.10753,499.71386 L 662.10753,500.53192 L 661.10355,500.53192 C 660.34923,500.53192 659.82864,500.39203 659.54179,500.11226 C 659.25494,499.82895 659.11151,499.31545 659.11151,498.57176 L 659.11151,495.34201 L 658.39438,495.34201 L 658.39438,494.58238 L 659.11151,494.58238 L 659.11151,492.89313 L 660.09425,492.89313 M 666.10223,497.54121 C 665.31249,497.54122 664.76535,497.63152 664.46079,497.81213 C 664.15623,497.99274 664.00395,498.30084 664.00395,498.73643 C 664.00395,499.08349 664.11727,499.35972 664.34392,499.56512 C 664.57411,499.76698 664.88575,499.86791 665.27885,499.8679 C 665.82068,499.86791 666.2545,499.67667 666.58031,499.2942 C 666.90966,498.90819 667.07433,498.39646 667.07434,497.75901 L 667.07434,497.54121 L 666.10223,497.54121 M 668.05176,497.13749 L 668.05176,500.53192 L 667.07434,500.53192 L 667.07434,499.62886 C 666.85123,499.99008 666.57323,500.25746 666.24034,500.43099 C 665.90745,500.60098 665.50019,500.68597 665.01856,500.68597 C 664.40944,500.68597 663.92427,500.51598 663.56305,500.17601 C 663.20537,499.83249 663.02653,499.37389 663.02653,498.80018 C 663.02653,498.13086 663.24963,497.6262 663.69585,497.28623 C 664.1456,496.94626 664.81493,496.77627 665.70382,496.77627 L 667.07434,496.77627 L 667.07434,496.68065 C 667.07433,496.2309 666.9256,495.88384 666.62812,495.63948 C 666.33418,495.39159 665.91984,495.26764 665.38509,495.26764 C 665.04512,495.26764 664.714,495.30836 664.39173,495.38981 C 664.06946,495.47127 663.75959,495.59345 663.46212,495.75635 L 663.46212,494.85329 C 663.8198,494.71518 664.16685,494.61248 664.50329,494.54519 C 664.83972,494.47437 665.1673,494.43896 665.48602,494.43895 C 666.34658,494.43896 666.98934,494.66206 667.41431,495.10827 C 667.83927,495.55449 668.05176,496.2309 668.05176,497.13749 M 679.51526,493.21186 L 679.51526,494.34333 C 679.15403,494.0069 678.76802,493.75547 678.35722,493.58901 C 677.94996,493.42258 677.51614,493.33935 677.05576,493.33935 C 676.14916,493.33935 675.45505,493.61735 674.97342,494.17335 C 674.49179,494.72581 674.25097,495.52616 674.25098,496.57441 C 674.25097,497.61913 674.49179,498.41948 674.97342,498.97547 C 675.45505,499.52794 676.14916,499.80416 677.05576,499.80416 C 677.51614,499.80416 677.94996,499.72094 678.35722,499.55449 C 678.76802,499.38805 679.15403,499.13661 679.51526,498.80018 L 679.51526,499.92103 C 679.13986,500.17601 678.74146,500.36724 678.32004,500.49474 C 677.90215,500.62222 677.45947,500.68597 676.99202,500.68597 C 675.79148,500.68597 674.84593,500.31943 674.15535,499.58637 C 673.46478,498.84976 673.1195,497.84578 673.1195,496.57441 C 673.1195,495.29951 673.46478,494.29553 674.15535,493.56245 C 674.84593,492.82585 675.79148,492.45755 676.99202,492.45754 C 677.46656,492.45755 677.91277,492.52129 678.33066,492.64878 C 678.75208,492.77273 679.14695,492.96042 679.51526,493.21186 M 683.84461,497.54121 C 683.05488,497.54122 682.50773,497.63152 682.20318,497.81213 C 681.89861,497.99274 681.74633,498.30084 681.74633,498.73643 C 681.74633,499.08349 681.85966,499.35972 682.08631,499.56512 C 682.3165,499.76698 682.62814,499.86791 683.02124,499.8679 C 683.56307,499.86791 683.99689,499.67667 684.3227,499.2942 C 684.65205,498.90819 684.81672,498.39646 684.81672,497.75901 L 684.81672,497.54121 L 683.84461,497.54121 M 685.79415,497.13749 L 685.79415,500.53192 L 684.81672,500.53192 L 684.81672,499.62886 C 684.59361,499.99008 684.31562,500.25746 683.98273,500.43099 C 683.64983,500.60098 683.24257,500.68597 682.76094,500.68597 C 682.15183,500.68597 681.66666,500.51598 681.30543,500.17601 C 680.94775,499.83249 680.76891,499.37389 680.76891,498.80018 C 680.76891,498.13086 680.99202,497.6262 681.43824,497.28623 C 681.88799,496.94626 682.55732,496.77627 683.44621,496.77627 L 684.81672,496.77627 L 684.81672,496.68065 C 684.81672,496.2309 684.66798,495.88384 684.37051,495.63948 C 684.07657,495.39159 683.66223,495.26764 683.12748,495.26764 C 682.78751,495.26764 682.45638,495.30836 682.13412,495.38981 C 681.81185,495.47127 681.50198,495.59345 681.2045,495.75635 L 681.2045,494.85329 C 681.56218,494.71518 681.90924,494.61248 682.24567,494.54519 C 682.5821,494.47437 682.90968,494.43896 683.22841,494.43895 C 684.08897,494.43896 684.73172,494.66206 685.1567,495.10827 C 685.58166,495.55449 685.79414,496.2309 685.79415,497.13749 M 688.77954,492.89313 L 688.77954,494.58238 L 690.79282,494.58238 L 690.79282,495.34201 L 688.77954,495.34201 L 688.77954,498.57176 C 688.77954,499.05693 688.84506,499.36857 688.97609,499.50668 C 689.11066,499.6448 689.38158,499.71386 689.78884,499.71386 L 690.79282,499.71386 L 690.79282,500.53192 L 689.78884,500.53192 C 689.03452,500.53192 688.51394,500.39203 688.22709,500.11226 C 687.94023,499.82895 687.7968,499.31545 687.7968,498.57176 L 687.7968,495.34201 L 687.07968,495.34201 L 687.07968,494.58238 L 687.7968,494.58238 L 687.7968,492.89313 L 688.77954,492.89313 M 694.78752,497.54121 C 693.99779,497.54122 693.45064,497.63152 693.14608,497.81213 C 692.84152,497.99274 692.68924,498.30084 692.68924,498.73643 C 692.68924,499.08349 692.80257,499.35972 693.02922,499.56512 C 693.2594,499.76698 693.57105,499.86791 693.96415,499.8679 C 694.50597,499.86791 694.93979,499.67667 695.26561,499.2942 C 695.59495,498.90819 695.75962,498.39646 695.75963,497.75901 L 695.75963,497.54121 L 694.78752,497.54121 M 696.73705,497.13749 L 696.73705,500.53192 L 695.75963,500.53192 L 695.75963,499.62886 C 695.53652,499.99008 695.25852,500.25746 694.92563,500.43099 C 694.59274,500.60098 694.18548,500.68597 693.70386,500.68597 C 693.09473,500.68597 692.60956,500.51598 692.24834,500.17601 C 691.89066,499.83249 691.71182,499.37389 691.71182,498.80018 C 691.71182,498.13086 691.93493,497.6262 692.38114,497.28623 C 692.8309,496.94626 693.50022,496.77627 694.38911,496.77627 L 695.75963,496.77627 L 695.75963,496.68065 C 695.75962,496.2309 695.61089,495.88384 695.31341,495.63948 C 695.01948,495.39159 694.60513,495.26764 694.07039,495.26764 C 693.73041,495.26764 693.39929,495.30836 693.07702,495.38981 C 692.75476,495.47127 692.44488,495.59345 692.14741,495.75635 L 692.14741,494.85329 C 692.50509,494.71518 692.85214,494.61248 693.18858,494.54519 C 693.52501,494.47437 693.85259,494.43896 694.17132,494.43895 C 695.03187,494.43896 695.67464,494.66206 696.0996,495.10827 C 696.52457,495.55449 696.73705,496.2309 696.73705,497.13749 M 702.2032,495.49605 C 702.09341,495.43231 701.973,495.38628 701.84198,495.35794 C 701.71448,495.32607 701.57283,495.31014 701.41701,495.31013 C 700.86455,495.31014 700.43958,495.49075 700.1421,495.85197 C 699.84817,496.20965 699.7012,496.72493 699.7012,497.39779 L 699.7012,500.53192 L 698.71846,500.53192 L 698.71846,494.58238 L 699.7012,494.58238 L 699.7012,495.50668 C 699.9066,495.14546 700.17397,494.87809 700.50333,494.70456 C 700.83268,494.52749 701.23285,494.43896 701.70386,494.43895 C 701.77114,494.43896 701.84551,494.44427 701.92697,494.45488 C 702.00841,494.46197 702.09872,494.47437 702.19788,494.49207 L 702.2032,495.49605 M 703.23905,494.58238 L 704.21648,494.58238 L 704.21648,500.53192 L 703.23905,500.53192 L 703.23905,494.58238 M 703.23905,492.26631 L 704.21648,492.26631 L 704.21648,493.50402 L 703.23905,493.50402 L 703.23905,492.26631 M 711.20188,496.94095 L 711.20188,500.53192 L 710.22445,500.53192 L 710.22445,496.97282 C 710.22445,496.40974 710.11466,495.98831 709.8951,495.70854 C 709.67553,495.42877 709.34618,495.28889 708.90706,495.28888 C 708.37939,495.28889 707.96327,495.45711 707.65871,495.79353 C 707.35415,496.12997 707.20187,496.58858 707.20187,497.16937 L 707.20187,500.53192 L 706.21914,500.53192 L 706.21914,494.58238 L 707.20187,494.58238 L 707.20187,495.50668 C 707.4356,495.14901 707.71006,494.88163 708.02525,494.70456 C 708.34397,494.52749 708.7105,494.43896 709.12485,494.43895 C 709.80834,494.43896 710.32538,494.65144 710.67598,495.0764 C 711.02657,495.49783 711.20187,496.11935 711.20188,496.94095 M 715.8659,497.54121 C 715.07617,497.54122 714.52902,497.63152 714.22447,497.81213 C 713.9199,497.99274 713.76762,498.30084 713.76763,498.73643 C 713.76762,499.08349 713.88095,499.35972 714.1076,499.56512 C 714.33778,499.76698 714.64943,499.86791 715.04253,499.8679 C 715.58436,499.86791 716.01817,499.67667 716.34399,499.2942 C 716.67333,498.90819 716.83801,498.39646 716.83801,497.75901 L 716.83801,497.54121 L 715.8659,497.54121 M 717.81544,497.13749 L 717.81544,500.53192 L 716.83801,500.53192 L 716.83801,499.62886 C 716.6149,499.99008 716.3369,500.25746 716.00401,500.43099 C 715.67112,500.60098 715.26386,500.68597 714.78224,500.68597 C 714.17311,500.68597 713.68794,500.51598 713.32672,500.17601 C 712.96904,499.83249 712.7902,499.37389 712.7902,498.80018 C 712.7902,498.13086 713.01331,497.6262 713.45952,497.28623 C 713.90928,496.94626 714.5786,496.77627 715.46749,496.77627 L 716.83801,496.77627 L 716.83801,496.68065 C 716.83801,496.2309 716.68927,495.88384 716.39179,495.63948 C 716.09786,495.39159 715.68351,495.26764 715.14877,495.26764 C 714.80879,495.26764 714.47767,495.30836 714.1554,495.38981 C 713.83314,495.47127 713.52327,495.59345 713.22579,495.75635 L 713.22579,494.85329 C 713.58347,494.71518 713.93052,494.61248 714.26696,494.54519 C 714.60339,494.47437 714.93097,494.43896 715.2497,494.43895 C 716.11025,494.43896 716.75302,494.66206 717.17798,495.10827 C 717.60295,495.55449 717.81543,496.2309 717.81544,497.13749 M 642.44748,510.41241 C 642.67767,510.49033 642.90078,510.65677 643.11681,510.91175 C 643.33637,511.16673 643.55593,511.51733 643.77551,511.96355 L 644.86448,514.13088 L 643.71176,514.13088 L 642.69715,512.09635 C 642.43508,511.56514 642.1801,511.21277 641.93221,511.03924 C 641.68785,510.86571 641.35319,510.77895 640.92823,510.77895 L 639.75957,510.77895 L 639.75957,514.13088 L 638.68652,514.13088 L 638.68652,506.19993 L 641.10884,506.19993 C 642.01543,506.19993 642.69183,506.3894 643.13806,506.76832 C 643.58427,507.14726 643.80737,507.71919 643.80738,508.48413 C 643.80737,508.98347 643.69051,509.39781 643.45678,509.72716 C 643.22658,510.05651 642.89015,510.28493 642.44748,510.41241 M 639.75957,507.08174 L 639.75957,509.89714 L 641.10884,509.89714 C 641.62588,509.89714 642.01543,509.77851 642.2775,509.54123 C 642.5431,509.30042 642.6759,508.94805 642.6759,508.48413 C 642.6759,508.02021 642.5431,507.67138 642.2775,507.43764 C 642.01543,507.20037 641.62588,507.08174 641.10884,507.08174 L 639.75957,507.08174 M 646.20844,508.18134 L 647.18587,508.18134 L 647.18587,514.13088 L 646.20844,514.13088 L 646.20844,508.18134 M 646.20844,505.86526 L 647.18587,505.86526 L 647.18587,507.10298 L 646.20844,507.10298 L 646.20844,505.86526 M 651.53116,508.8666 C 651.00703,508.8666 650.59269,509.072 650.28813,509.4828 C 649.98357,509.89006 649.83129,510.4496 649.83129,511.16142 C 649.83129,511.87324 649.9818,512.43455 650.28282,512.84535 C 650.58738,513.25261 651.00349,513.45624 651.53116,513.45624 C 652.05174,513.45624 652.46431,513.25085 652.76888,512.84004 C 653.07343,512.42924 653.22571,511.8697 653.22572,511.16142 C 653.22571,510.45668 653.07343,509.89892 652.76888,509.48811 C 652.46431,509.07377 652.05174,508.8666 651.53116,508.8666 M 651.53116,508.03791 C 652.38109,508.03792 653.04864,508.31415 653.53382,508.8666 C 654.01898,509.41906 654.26157,510.184 654.26157,511.16142 C 654.26157,512.1353 654.01898,512.90025 653.53382,513.45624 C 653.04864,514.0087 652.38109,514.28493 651.53116,514.28493 C 650.67768,514.28493 650.00836,514.0087 649.52319,513.45624 C 649.04156,512.90025 648.80074,512.1353 648.80074,511.16142 C 648.80074,510.184 649.04156,509.41906 649.52319,508.8666 C 650.00836,508.31415 650.67768,508.03792 651.53116,508.03791 M 664.79014,512.9994 L 664.79014,510.86925 L 663.03715,510.86925 L 663.03715,509.98745 L 665.85256,509.98745 L 665.85256,513.3925 C 665.43821,513.68643 664.98137,513.90954 664.48204,514.06182 C 663.9827,514.21056 663.44972,514.28493 662.8831,514.28493 C 661.64361,514.28493 660.67327,513.9237 659.97207,513.20126 C 659.27442,512.47528 658.92559,511.46598 658.92559,510.17337 C 658.92559,508.87723 659.27442,507.86793 659.97207,507.14548 C 660.67327,506.4195 661.64361,506.05651 662.8831,506.0565 C 663.40014,506.05651 663.89062,506.12025 664.35455,506.24774 C 664.82201,506.37524 665.25229,506.56292 665.64539,506.81082 L 665.64539,507.95292 C 665.24874,507.61649 664.82732,507.36328 664.38111,507.19329 C 663.93489,507.02331 663.46565,506.93831 662.9734,506.9383 C 662.00306,506.93831 661.27353,507.20923 660.78482,507.75106 C 660.29965,508.29289 660.05706,509.10034 660.05707,510.17337 C 660.05706,511.24287 660.29965,512.04854 660.78482,512.59037 C 661.27353,513.13221 662.00306,513.40312 662.9734,513.40312 C 663.35233,513.40312 663.69053,513.37125 663.98801,513.3075 C 664.28549,513.24022 664.55286,513.13752 664.79014,512.9994 M 671.22308,509.09502 C 671.1133,509.03127 670.99289,508.98524 670.86186,508.9569 C 670.73437,508.92503 670.59271,508.9091 670.43689,508.90909 C 669.88443,508.9091 669.45946,509.08971 669.16199,509.45093 C 668.86805,509.80861 668.72109,510.32388 668.72109,510.99675 L 668.72109,514.13088 L 667.73835,514.13088 L 667.73835,508.18134 L 668.72109,508.18134 L 668.72109,509.10564 C 668.92649,508.74442 669.19386,508.47705 669.52321,508.30352 C 669.85256,508.12645 670.25274,508.03792 670.72374,508.03791 C 670.79103,508.03792 670.86539,508.04323 670.94685,508.05385 C 671.0283,508.06093 671.11861,508.07333 671.21777,508.09103 L 671.22308,509.09502 M 674.96279,511.14017 C 674.17306,511.14017 673.62592,511.23048 673.32136,511.41109 C 673.0168,511.5917 672.86452,511.8998 672.86452,512.33539 C 672.86452,512.68245 672.97784,512.95868 673.20449,513.16408 C 673.43468,513.36594 673.74632,513.46687 674.13942,513.46687 C 674.68125,513.46687 675.11507,513.27563 675.44088,512.89316 C 675.77023,512.50715 675.9349,511.99542 675.93491,511.35797 L 675.93491,511.14017 L 674.96279,511.14017 M 676.91233,510.73645 L 676.91233,514.13088 L 675.93491,514.13088 L 675.93491,513.22782 C 675.7118,513.58904 675.43379,513.85642 675.10091,514.02995 C 674.76801,514.19994 674.36075,514.28493 673.87913,514.28493 C 673.27,514.28493 672.78483,514.11494 672.42362,513.77497 C 672.06593,513.43146 671.88709,512.97284 671.88709,512.39914 C 671.88709,511.72981 672.1102,511.22517 672.55642,510.88519 C 673.00617,510.54522 673.67549,510.37523 674.56439,510.37523 L 675.93491,510.37523 L 675.93491,510.27961 C 675.9349,509.82986 675.78616,509.4828 675.48869,509.23844 C 675.19475,508.99055 674.78041,508.8666 674.24566,508.8666 C 673.90568,508.8666 673.57457,508.90733 673.2523,508.98878 C 672.93003,509.07023 672.62016,509.19241 672.32269,509.35531 L 672.32269,508.45225 C 672.68036,508.31415 673.02742,508.21144 673.36386,508.14415 C 673.70029,508.07333 674.02786,508.03792 674.34659,508.03791 C 675.20714,508.03792 675.84991,508.26102 676.27488,508.70723 C 676.69984,509.15345 676.91233,509.82986 676.91233,510.73645 M 683.87648,510.5399 L 683.87648,514.13088 L 682.89906,514.13088 L 682.89906,510.57178 C 682.89906,510.0087 682.78927,509.58728 682.56971,509.3075 C 682.35014,509.02774 682.02079,508.88785 681.58166,508.88784 C 681.05399,508.88785 680.63788,509.05607 680.33332,509.39249 C 680.02876,509.72893 679.87647,510.18754 679.87648,510.76833 L 679.87648,514.13088 L 678.89374,514.13088 L 678.89374,508.18134 L 679.87648,508.18134 L 679.87648,509.10564 C 680.11021,508.74796 680.38467,508.48059 680.69985,508.30352 C 681.01858,508.12645 681.38511,508.03792 681.79946,508.03791 C 682.48294,508.03792 682.99998,508.2504 683.35058,508.67536 C 683.70118,509.09679 683.87648,509.71831 683.87648,510.5399 M 689.75166,509.08439 L 689.75166,505.86526 L 690.72908,505.86526 L 690.72908,514.13088 L 689.75166,514.13088 L 689.75166,513.23845 C 689.54625,513.59259 689.28596,513.85642 688.97078,514.02995 C 688.65913,514.19994 688.28374,514.28493 687.84462,514.28493 C 687.12571,514.28493 686.53961,513.99807 686.08631,513.42437 C 685.63656,512.85066 685.41168,512.09635 685.41168,511.16142 C 685.41168,510.22649 685.63656,509.47218 686.08631,508.89847 C 686.53961,508.32477 687.12571,508.03792 687.84462,508.03791 C 688.28374,508.03792 688.65913,508.12468 688.97078,508.2982 C 689.28596,508.46819 689.54625,508.73026 689.75166,509.08439 M 686.42097,511.16142 C 686.42097,511.88032 686.56794,512.44518 686.86188,512.85598 C 687.15936,513.26324 687.56662,513.46687 688.08366,513.46687 C 688.6007,513.46687 689.00796,513.26324 689.30544,512.85598 C 689.60291,512.44518 689.75165,511.88032 689.75166,511.16142 C 689.75165,510.44252 689.60291,509.87944 689.30544,509.47218 C 689.00796,509.06138 688.6007,508.85598 688.08366,508.85597 C 687.56662,508.85598 687.15936,509.06138 686.86188,509.47218 C 686.56794,509.87944 686.42097,510.44252 686.42097,511.16142 M 697.83135,510.91175 L 697.83135,511.38984 L 693.33732,511.38984 C 693.37981,512.0627 693.58167,512.57621 693.94289,512.93035 C 694.30765,513.28095 694.81408,513.45624 695.46215,513.45624 C 695.83753,513.45624 696.20053,513.4102 696.55113,513.31813 C 696.90527,513.22605 697.25586,513.08794 697.60293,512.90379 L 697.60293,513.82809 C 697.25232,513.97683 696.89287,514.09015 696.52457,514.16806 C 696.15626,514.24597 695.78265,514.28493 695.40372,514.28493 C 694.45462,514.28493 693.70208,514.0087 693.14608,513.45624 C 692.59362,512.90379 692.3174,512.15655 692.3174,511.21454 C 692.3174,510.24066 692.57946,509.46864 693.10359,508.89847 C 693.63125,508.32477 694.3413,508.03792 695.23374,508.03791 C 696.03408,508.03792 696.66622,508.29644 697.13015,508.81347 C 697.59761,509.32698 697.83134,510.02641 697.83135,510.91175 M 696.85392,510.6249 C 696.84683,510.09015 696.69632,509.66342 696.40239,509.34468 C 696.11199,509.02597 695.72598,508.8666 695.24436,508.8666 C 694.69898,508.8666 694.26162,509.02065 693.93227,509.32875 C 693.60646,509.63685 693.41877,510.07068 693.36919,510.63021 L 696.85392,510.6249 M 706.81409,509.08439 L 706.81409,505.86526 L 707.79152,505.86526 L 707.79152,514.13088 L 706.81409,514.13088 L 706.81409,513.23845 C 706.60868,513.59259 706.34839,513.85642 706.03322,514.02995 C 705.72157,514.19994 705.34618,514.28493 704.90705,514.28493 C 704.18815,514.28493 703.60205,513.99807 703.14875,513.42437 C 702.69899,512.85066 702.47411,512.09635 702.47411,511.16142 C 702.47411,510.22649 702.69899,509.47218 703.14875,508.89847 C 703.60205,508.32477 704.18815,508.03792 704.90705,508.03791 C 705.34618,508.03792 705.72157,508.12468 706.03322,508.2982 C 706.34839,508.46819 706.60868,508.73026 706.81409,509.08439 M 703.48341,511.16142 C 703.48341,511.88032 703.63038,512.44518 703.92431,512.85598 C 704.22179,513.26324 704.62905,513.46687 705.14609,513.46687 C 705.66313,513.46687 706.0704,513.26324 706.36788,512.85598 C 706.66535,512.44518 706.81409,511.88032 706.81409,511.16142 C 706.81409,510.44252 706.66535,509.87944 706.36788,509.47218 C 706.0704,509.06138 705.66313,508.85598 705.14609,508.85597 C 704.62905,508.85598 704.22179,509.06138 703.92431,509.47218 C 703.63038,509.87944 703.48341,510.44252 703.48341,511.16142 M 712.11025,508.8666 C 711.58612,508.8666 711.17178,509.072 710.86722,509.4828 C 710.56266,509.89006 710.41038,510.4496 710.41038,511.16142 C 710.41038,511.87324 710.56089,512.43455 710.86191,512.84535 C 711.16647,513.25261 711.58258,513.45624 712.11025,513.45624 C 712.63083,513.45624 713.0434,513.25085 713.34797,512.84004 C 713.65253,512.42924 713.80481,511.8697 713.80481,511.16142 C 713.80481,510.45668 713.65253,509.89892 713.34797,509.48811 C 713.0434,509.07377 712.63083,508.8666 712.11025,508.8666 M 712.11025,508.03791 C 712.96018,508.03792 713.62773,508.31415 714.11291,508.8666 C 714.59807,509.41906 714.84066,510.184 714.84067,511.16142 C 714.84066,512.1353 714.59807,512.90025 714.11291,513.45624 C 713.62773,514.0087 712.96018,514.28493 712.11025,514.28493 C 711.25677,514.28493 710.58745,514.0087 710.10228,513.45624 C 709.62065,512.90025 709.37984,512.1353 709.37984,511.16142 C 709.37984,510.184 709.62065,509.41906 710.10228,508.8666 C 710.58745,508.31415 711.25677,508.03792 712.11025,508.03791 M 724.71584,506.46022 L 724.71584,507.5067 C 724.30858,507.31193 723.92434,507.16673 723.56312,507.07111 C 723.20189,506.9755 722.85307,506.92769 722.51664,506.92768 C 721.9323,506.92769 721.48077,507.04102 721.16205,507.26766 C 720.84687,507.49431 720.68927,507.81658 720.68927,508.23446 C 720.68927,508.58506 720.79375,508.85066 721.00269,509.03127 C 721.21517,509.20835 721.61535,509.35177 722.20322,509.46155 L 722.8513,509.59435 C 723.65165,509.74664 724.24129,510.01578 724.62022,510.40179 C 725.00269,510.78427 725.19392,511.29777 725.19393,511.94229 C 725.19392,512.71078 724.9354,513.29334 724.41837,513.68998 C 723.90486,514.08661 723.15054,514.28493 722.15541,514.28493 C 721.78002,514.28493 721.37985,514.24243 720.95488,514.15744 C 720.53346,514.07244 720.09609,513.94673 719.6428,513.78028 L 719.6428,512.67537 C 720.07839,512.91972 720.50512,513.10387 720.92301,513.22782 C 721.34089,513.35177 721.75169,513.41375 722.15541,513.41375 C 722.76807,513.41375 723.24085,513.29334 723.57374,513.05252 C 723.90663,512.81171 724.07307,512.46819 724.07308,512.02198 C 724.07307,511.63243 723.95267,511.32787 723.71186,511.1083 C 723.47458,510.88874 723.08325,510.72406 722.53788,510.61427 L 721.8845,510.48678 C 721.08414,510.32743 720.50512,510.07775 720.14744,509.73778 C 719.78976,509.39781 719.61092,508.92503 719.61092,508.31945 C 719.61092,507.61826 719.85705,507.0658 720.3493,506.66208 C 720.84509,506.25837 721.52681,506.05651 722.39446,506.0565 C 722.7663,506.05651 723.14523,506.09015 723.53124,506.15743 C 723.91725,506.22473 724.31211,506.32565 724.71584,506.46022 M 726.72381,511.78294 L 726.72381,508.18134 L 727.70123,508.18134 L 727.70123,511.74575 C 727.70123,512.30883 727.81102,512.73203 728.03058,513.01534 C 728.25015,513.29511 728.5795,513.435 729.01863,513.435 C 729.54629,513.435 729.96241,513.26678 730.26697,512.93035 C 730.57507,512.59391 730.72912,512.1353 730.72913,511.55451 L 730.72913,508.18134 L 731.70655,508.18134 L 731.70655,514.13088 L 730.72913,514.13088 L 730.72913,513.2172 C 730.49185,513.57842 730.21562,513.84756 729.90044,514.02464 C 729.58879,514.19816 729.2258,514.28493 728.81146,514.28493 C 728.12797,514.28493 727.60915,514.07244 727.25502,513.64748 C 726.90088,513.22251 726.72381,512.601 726.72381,511.78294 M 733.73046,505.86526 L 734.70789,505.86526 L 734.70789,514.13088 L 733.73046,514.13088 L 733.73046,505.86526"
       id="flowRoot4258" />
    <path
       style="font-size:20.53243637px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Sans"
       d="M 293.5,464.6875 L 292.03125,466.6875 L 292.84375,466.6875 L 294.5625,464.6875 L 293.5,464.6875 z M 295.25,465.125 L 295.25,473.375 L 296.25,473.375 L 296.25,472.5 C 296.45539,472.85414 296.71962,473.10772 297.03125,473.28125 C 297.34643,473.45124 297.72067,473.53125 298.15625,473.53125 C 298.87869,473.53125 299.45647,473.26122 299.90625,472.6875 C 300.35954,472.1138 300.59375,471.34119 300.59375,470.40625 C 300.59374,469.47132 300.35953,468.72995 299.90625,468.15625 C 299.45648,467.58255 298.8787,467.28125 298.15625,467.28125 C 297.72066,467.28126 297.34644,467.38898 297.03125,467.5625 C 296.71961,467.7325 296.45539,467.98961 296.25,468.34375 L 296.25,465.125 L 295.25,465.125 z M 268.40625,465.46875 L 268.40625,473.375 L 269.5,473.375 L 269.5,470.1875 L 270.84375,470.1875 C 271.73264,470.1875 272.39043,469.99392 272.84375,469.59375 C 273.30058,469.19358 273.53124,468.59517 273.53125,467.8125 C 273.53124,467.03694 273.30057,466.46269 272.84375,466.0625 C 272.39044,465.65879 271.73264,465.46875 270.84375,465.46875 L 268.40625,465.46875 z M 269.5,466.34375 L 270.84375,466.34375 C 271.34309,466.34375 271.7273,466.46022 272,466.71875 C 272.27268,466.97728 272.40624,467.33797 272.40625,467.8125 C 272.40625,468.29059 272.27267,468.67899 272,468.9375 C 271.72731,469.19602 271.34309,469.31251 270.84375,469.3125 L 269.5,469.3125 L 269.5,466.34375 z M 276.53125,467.28125 C 276.21252,467.28126 275.89894,467.33543 275.5625,467.40625 C 275.22607,467.47354 274.85769,467.58064 274.5,467.71875 L 274.5,468.625 C 274.79748,468.4621 275.11523,468.33146 275.4375,468.25 C 275.75976,468.16855 276.09753,468.12501 276.4375,468.125 C 276.97225,468.125 277.39356,468.2521 277.6875,468.5 C 277.98497,468.74435 278.12501,469.08149 278.125,469.53125 L 278.125,469.625 L 276.75,469.625 C 275.86111,469.625 275.19976,469.81629 274.75,470.15625 C 274.30379,470.49623 274.09374,470.98692 274.09375,471.65625 C 274.09375,472.22996 274.26733,472.68773 274.625,473.03125 C 274.98622,473.37123 275.45337,473.53125 276.0625,473.53125 C 276.54413,473.53125 276.94836,473.45124 277.28125,473.28125 C 277.61413,473.10772 277.9019,472.86122 278.125,472.5 L 278.125,473.375 L 279.09375,473.375 L 279.09375,470 C 279.09374,469.0934 278.89371,468.41498 278.46875,467.96875 C 278.04378,467.52254 277.39179,467.28125 276.53125,467.28125 z M 284.0625,467.28125 C 283.59149,467.28126 283.20435,467.38544 282.875,467.5625 C 282.54565,467.73603 282.26789,468.01379 282.0625,468.375 L 282.0625,467.4375 L 281.09375,467.4375 L 281.09375,473.375 L 282.0625,473.375 L 282.0625,470.25 C 282.06249,469.57714 282.20605,469.07643 282.5,468.71875 C 282.79747,468.35753 283.2288,468.15625 283.78125,468.15625 C 283.93707,468.15625 284.09125,468.18687 284.21875,468.21875 C 284.34978,468.24708 284.45272,468.28001 284.5625,468.34375 L 284.5625,467.34375 C 284.46333,467.32604 284.3627,467.31959 284.28125,467.3125 C 284.1998,467.30188 284.12979,467.28125 284.0625,467.28125 z M 287.6875,467.28125 C 287.36877,467.28126 287.05518,467.33543 286.71875,467.40625 C 286.38232,467.47354 286.01393,467.58064 285.65625,467.71875 L 285.65625,468.625 C 285.95373,468.4621 286.27147,468.33146 286.59375,468.25 C 286.91601,468.16855 287.25378,468.12501 287.59375,468.125 C 288.1285,468.125 288.54981,468.2521 288.84375,468.5 C 289.14122,468.74435 289.28123,469.08149 289.28125,469.53125 L 289.28125,469.625 L 287.90625,469.625 C 287.01735,469.625 286.35601,469.81629 285.90625,470.15625 C 285.46003,470.49623 285.24999,470.98692 285.25,471.65625 C 285.25,472.22996 285.42358,472.68773 285.78125,473.03125 C 286.14247,473.37123 286.60961,473.53125 287.21875,473.53125 C 287.70037,473.53125 288.1046,473.45124 288.4375,473.28125 C 288.77038,473.10772 289.05812,472.86122 289.28125,472.5 L 289.28125,473.375 L 290.25,473.375 L 290.25,470 C 290.24999,469.0934 290.04995,468.41498 289.625,467.96875 C 289.20003,467.52254 288.54805,467.28125 287.6875,467.28125 z M 304.28125,467.28125 C 303.96253,467.28126 303.64894,467.33543 303.3125,467.40625 C 302.97606,467.47354 302.63894,467.58064 302.28125,467.71875 L 302.28125,468.625 C 302.57873,468.4621 302.86522,468.33146 303.1875,468.25 C 303.50977,468.16855 303.84754,468.12501 304.1875,468.125 C 304.72225,468.125 305.14356,468.2521 305.4375,468.5 C 305.73498,468.74435 305.87498,469.08149 305.875,469.53125 L 305.875,469.625 L 304.5,469.625 C 303.61111,469.625 302.94976,469.81629 302.5,470.15625 C 302.05378,470.49623 301.84374,470.98692 301.84375,471.65625 C 301.84375,472.22996 302.0173,472.68773 302.375,473.03125 C 302.73622,473.37123 303.20337,473.53125 303.8125,473.53125 C 304.29413,473.53125 304.69836,473.45124 305.03125,473.28125 C 305.36414,473.10772 305.65188,472.86122 305.875,472.5 L 305.875,473.375 L 306.84375,473.375 L 306.84375,470 C 306.84375,469.0934 306.6437,468.41498 306.21875,467.96875 C 305.79378,467.52254 305.14183,467.28125 304.28125,467.28125 z M 292.28125,467.4375 L 292.28125,473.375 L 293.25,473.375 L 293.25,467.4375 L 292.28125,467.4375 z M 297.90625,468.125 C 298.42329,468.12501 298.83106,468.30795 299.125,468.71875 C 299.42247,469.12601 299.56251,469.68735 299.5625,470.40625 C 299.5625,471.12515 299.42247,471.71421 299.125,472.125 C 298.83106,472.53226 298.42328,472.71875 297.90625,472.71875 C 297.3892,472.71875 296.98498,472.53227 296.6875,472.125 C 296.39356,471.7142 296.24999,471.12516 296.25,470.40625 C 296.24999,469.68734 296.39357,469.12601 296.6875,468.71875 C 296.98497,468.30795 297.38919,468.12501 297.90625,468.125 z M 277.15625,470.40625 L 278.125,470.40625 L 278.125,470.625 C 278.125,471.26245 277.95435,471.77024 277.625,472.15625 C 277.29919,472.53873 276.88558,472.71875 276.34375,472.71875 C 275.95065,472.71875 275.63645,472.60811 275.40625,472.40625 C 275.1796,472.20085 275.0625,471.9408 275.0625,471.59375 C 275.0625,471.15817 275.19543,470.83686 275.5,470.65625 C 275.80456,470.47564 276.36653,470.40625 277.15625,470.40625 z M 288.3125,470.40625 L 289.28125,470.40625 L 289.28125,470.625 C 289.28124,471.26245 289.11061,471.77024 288.78125,472.15625 C 288.45544,472.53873 288.04183,472.71875 287.5,472.71875 C 287.1069,472.71875 286.7927,472.60811 286.5625,472.40625 C 286.33585,472.20085 286.21875,471.9408 286.21875,471.59375 C 286.21875,471.15817 286.35168,470.83686 286.65625,470.65625 C 286.9608,470.47564 287.52277,470.40625 288.3125,470.40625 z M 304.90625,470.40625 L 305.875,470.40625 L 305.875,470.625 C 305.87499,471.26245 305.70436,471.77024 305.375,472.15625 C 305.04919,472.53873 304.63558,472.71875 304.09375,472.71875 C 303.70065,472.71875 303.38644,472.60811 303.15625,472.40625 C 302.9296,472.20085 302.8125,471.9408 302.8125,471.59375 C 302.8125,471.15817 302.94543,470.83686 303.25,470.65625 C 303.55456,470.47564 304.11652,470.40625 304.90625,470.40625 z M 309.6875,478.71875 L 309.6875,487 L 310.65625,487 L 310.65625,486.09375 C 310.86164,486.4479 311.12586,486.70148 311.4375,486.875 C 311.75268,487.04498 312.12692,487.15626 312.5625,487.15625 C 313.28494,487.15625 313.89397,486.85495 314.34375,486.28125 C 314.79704,485.70754 314.99999,484.96619 315,484.03125 C 314.99998,483.09632 314.79703,482.32371 314.34375,481.75 C 313.89398,481.1763 313.28495,480.90625 312.5625,480.90625 C 312.12691,480.90625 311.75269,480.98274 311.4375,481.15625 C 311.12585,481.32624 310.86163,481.58338 310.65625,481.9375 L 310.65625,478.71875 L 309.6875,478.71875 z M 268.40625,479.0625 L 268.40625,487 L 269.5,487 L 269.5,483.8125 L 270.84375,483.8125 C 271.73264,483.8125 272.39043,483.58768 272.84375,483.1875 C 273.30058,482.78733 273.53124,482.22014 273.53125,481.4375 C 273.53124,480.66194 273.30057,480.05642 272.84375,479.65625 C 272.39044,479.25254 271.73264,479.06251 270.84375,479.0625 L 268.40625,479.0625 z M 269.5,479.9375 L 270.84375,479.9375 C 271.34309,479.93751 271.7273,480.05398 272,480.3125 C 272.27268,480.57103 272.40624,480.96295 272.40625,481.4375 C 272.40625,481.91559 272.27267,482.27272 272,482.53125 C 271.72731,482.78977 271.34309,482.90627 270.84375,482.90625 L 269.5,482.90625 L 269.5,479.9375 z M 277.0625,480.90625 C 276.17007,480.90625 275.43393,481.1763 274.90625,481.75 C 274.38212,482.32017 274.12501,483.08862 274.125,484.0625 C 274.125,485.00451 274.41629,485.76004 274.96875,486.3125 C 275.52474,486.86496 276.26966,487.15626 277.21875,487.15625 C 277.59767,487.15625 277.97545,487.10916 278.34375,487.03125 C 278.71205,486.95334 279.05564,486.83622 279.40625,486.6875 L 279.40625,485.75 C 279.05919,485.93416 278.72912,486.09543 278.375,486.1875 C 278.0244,486.27957 277.65663,486.3125 277.28125,486.3125 C 276.63317,486.3125 276.11475,486.13186 275.75,485.78125 C 275.38878,485.42712 275.19876,484.92288 275.15625,484.25 L 279.65625,484.25 L 279.65625,483.78125 C 279.65625,482.8959 279.40495,482.16975 278.9375,481.65625 C 278.47357,481.13921 277.86285,480.90625 277.0625,480.90625 z M 284.1875,480.90625 C 283.71649,480.90625 283.32934,480.9792 283,481.15625 C 282.67065,481.32978 282.39288,481.60751 282.1875,481.96875 L 282.1875,481.03125 L 281.21875,481.03125 L 281.21875,487 L 282.1875,487 L 282.1875,483.84375 C 282.18749,483.17089 282.33106,482.67018 282.625,482.3125 C 282.92247,481.95129 283.35379,481.75001 283.90625,481.75 C 284.06207,481.75001 284.21626,481.78062 284.34375,481.8125 C 284.47478,481.84084 284.57771,481.87377 284.6875,481.9375 L 284.6875,480.9375 C 284.58833,480.9198 284.51896,480.91334 284.4375,480.90625 C 284.35605,480.89563 284.25478,480.90625 284.1875,480.90625 z M 288.40625,480.90625 C 287.99191,480.90625 287.63121,480.9792 287.3125,481.15625 C 286.99731,481.33333 286.73372,481.61105 286.5,481.96875 L 286.5,481.03125 L 285.5,481.03125 L 285.5,487 L 286.5,487 L 286.5,483.625 C 286.49999,483.04422 286.63294,482.58644 286.9375,482.25 C 287.24205,481.91357 287.65983,481.74999 288.1875,481.75 C 288.62663,481.75 288.96794,481.87648 289.1875,482.15625 C 289.40706,482.43602 289.5,482.87441 289.5,483.4375 L 289.5,487 L 290.5,487 L 290.5,483.40625 C 290.49999,482.58465 290.31935,481.95268 289.96875,481.53125 C 289.61815,481.10629 289.08975,480.90625 288.40625,480.90625 z M 294.0625,480.90625 C 293.89871,480.92396 293.73072,480.9646 293.5625,481 C 293.22606,481.06729 292.85768,481.1744 292.5,481.3125 L 292.5,482.21875 C 292.79747,482.05584 293.11525,481.92521 293.4375,481.84375 C 293.75977,481.7623 294.09753,481.71877 294.4375,481.71875 C 294.97225,481.71876 295.39355,481.84586 295.6875,482.09375 C 295.98498,482.33811 296.125,482.67525 296.125,483.125 L 296.125,483.21875 L 294.75,483.21875 C 293.86111,483.21875 293.19975,483.41002 292.75,483.75 C 292.30378,484.08998 292.06251,484.58067 292.0625,485.25 C 292.0625,485.82371 292.26732,486.28148 292.625,486.625 C 292.98622,486.96497 293.45339,487.15626 294.0625,487.15625 C 294.54413,487.15625 294.94835,487.04499 295.28125,486.875 C 295.61414,486.70147 295.9019,486.45497 296.125,486.09375 L 296.125,487 L 297.09375,487 L 297.09375,483.59375 C 297.09375,482.68716 296.89372,482.00873 296.46875,481.5625 C 296.04378,481.11629 295.39182,480.90625 294.53125,480.90625 C 294.37189,480.90625 294.22629,480.88854 294.0625,480.90625 z M 301.96875,480.90625 C 301.54024,480.90625 301.18662,480.98274 300.875,481.15625 C 300.56335,481.32979 300.28559,481.60397 300.0625,481.96875 L 300.0625,481.03125 L 299.09375,481.03125 L 299.09375,487 L 300.0625,487 L 300.0625,483.625 C 300.0625,483.04776 300.20606,482.58644 300.5,482.25 C 300.79394,481.91003 301.18816,481.74999 301.6875,481.75 C 302.10892,481.75 302.42313,481.88002 302.625,482.15625 C 302.82685,482.42895 302.93748,482.86379 302.9375,483.4375 L 302.9375,487 L 303.90625,487 L 303.90625,483.625 C 303.90624,483.04422 304.04982,482.58644 304.34375,482.25 C 304.63768,481.91357 305.05609,481.74999 305.5625,481.75 C 305.97684,481.75 306.26689,481.88002 306.46875,482.15625 C 306.6706,482.43249 306.78124,482.86734 306.78125,483.4375 L 306.78125,487 L 307.78125,487 L 307.78125,483.40625 C 307.78124,482.6059 307.58642,481.99456 307.25,481.5625 C 306.91355,481.12691 306.46348,480.90625 305.84375,480.90625 C 305.38336,480.90625 304.96496,481.00981 304.625,481.21875 C 304.28502,481.4277 303.99434,481.74838 303.75,482.1875 C 303.6048,481.76962 303.39829,481.43833 303.09375,481.21875 C 302.79272,480.99919 302.40079,480.90625 301.96875,480.90625 z M 326.09375,480.90625 C 325.1659,480.90625 324.44101,481.16274 323.90625,481.71875 C 323.37505,482.27475 323.12498,483.06092 323.125,484.03125 C 323.125,484.98742 323.3786,485.71816 323.90625,486.28125 C 324.43392,486.84433 325.13528,487.15626 326.03125,487.15625 C 326.3606,487.15625 326.67835,487.095 326.96875,487.03125 C 327.26268,486.9675 327.53982,486.87751 327.8125,486.75 L 327.8125,485.84375 C 327.53627,485.99603 327.24852,486.10957 326.96875,486.1875 C 326.69252,486.26187 326.43954,486.3125 326.15625,486.3125 C 325.52233,486.3125 325.00685,486.11894 324.65625,485.71875 C 324.30565,485.31504 324.15623,484.75724 324.15625,484.03125 C 324.15624,483.30526 324.30565,482.74393 324.65625,482.34375 C 325.00685,481.94004 325.52232,481.71877 326.15625,481.71875 C 326.43955,481.71876 326.69252,481.76584 326.96875,481.84375 C 327.24852,481.91812 327.53628,482.03523 327.8125,482.1875 L 327.8125,481.28125 C 327.54335,481.15731 327.2556,481.06021 326.96875,481 C 326.6819,480.93625 326.39476,480.90625 326.09375,480.90625 z M 331.84375,480.90625 C 330.99028,480.90625 330.29766,481.16631 329.8125,481.71875 C 329.33087,482.27121 329.09374,483.05384 329.09375,484.03125 C 329.09375,485.00513 329.33086,485.7565 329.8125,486.3125 C 330.29767,486.86496 330.99027,487.15626 331.84375,487.15625 C 332.69369,487.15625 333.35858,486.86496 333.84375,486.3125 C 334.32891,485.7565 334.56249,485.00514 334.5625,484.03125 C 334.56249,483.05383 334.32892,482.27122 333.84375,481.71875 C 333.35857,481.1663 332.69368,480.90625 331.84375,480.90625 z M 316.53125,481.03125 L 316.53125,484.625 C 316.53125,485.44306 316.70835,486.07505 317.0625,486.5 C 317.41664,486.92497 317.94151,487.15626 318.625,487.15625 C 319.03934,487.15625 319.4071,487.04853 319.71875,486.875 C 320.03393,486.69794 320.29398,486.42372 320.53125,486.0625 L 320.53125,487 L 321.5,487 L 321.5,481.03125 L 320.53125,481.03125 L 320.53125,484.40625 C 320.53125,484.98704 320.37058,485.44483 320.0625,485.78125 C 319.75793,486.11768 319.34016,486.28124 318.8125,486.28125 C 318.37337,486.28125 318.0633,486.15475 317.84375,485.875 C 317.62418,485.59169 317.50001,485.15682 317.5,484.59375 L 317.5,481.03125 L 316.53125,481.03125 z M 277.0625,481.71875 C 277.54413,481.71876 277.92834,481.86879 278.21875,482.1875 C 278.51268,482.50623 278.64917,482.93399 278.65625,483.46875 L 275.1875,483.5 C 275.23708,482.94046 275.42418,482.49561 275.75,482.1875 C 276.07934,481.8794 276.51713,481.71877 277.0625,481.71875 z M 312.34375,481.71875 C 312.86079,481.71875 313.26855,481.93296 313.5625,482.34375 C 313.85997,482.75102 314,483.31236 314,484.03125 C 313.99999,484.75015 313.85996,485.30796 313.5625,485.71875 C 313.26856,486.12601 312.8608,486.31251 312.34375,486.3125 C 311.8267,486.31251 311.42248,486.12602 311.125,485.71875 C 310.83106,485.30795 310.65623,484.75016 310.65625,484.03125 C 310.65624,483.31235 310.83107,482.75102 311.125,482.34375 C 311.42247,481.93296 311.82671,481.71876 312.34375,481.71875 z M 331.84375,481.71875 C 332.36433,481.71876 332.75795,481.92942 333.0625,482.34375 C 333.36706,482.75455 333.53125,483.32653 333.53125,484.03125 C 333.53125,484.73953 333.36707,485.27671 333.0625,485.6875 C 332.75794,486.0983 332.36432,486.3125 331.84375,486.3125 C 331.31608,486.3125 330.89831,486.09477 330.59375,485.6875 C 330.29272,485.2767 330.12499,484.74308 330.125,484.03125 C 330.125,483.31943 330.2892,482.75102 330.59375,482.34375 C 330.8983,481.93296 331.31961,481.71877 331.84375,481.71875 z M 295.15625,484 L 296.125,484 L 296.125,484.21875 C 296.12499,484.85621 295.95435,485.36399 295.625,485.75 C 295.29919,486.13247 294.88557,486.31251 294.34375,486.3125 C 293.95065,486.31251 293.63644,486.23312 293.40625,486.03125 C 293.1796,485.82586 293.06249,485.53456 293.0625,485.1875 C 293.0625,484.75191 293.19545,484.46187 293.5,484.28125 C 293.80456,484.10064 294.36651,484 295.15625,484 z M 275.8125,492.3125 L 275.8125,500.59375 L 276.78125,500.59375 L 276.78125,492.3125 L 275.8125,492.3125 z M 270.46875,492.65625 L 267.4375,500.59375 L 268.5625,500.59375 L 269.28125,498.5625 L 272.875,498.5625 L 273.59375,500.59375 L 274.6875,500.59375 L 271.6875,492.65625 L 270.46875,492.65625 z M 271.0625,493.71875 L 272.53125,497.65625 L 269.625,497.65625 L 271.0625,493.71875 z M 280.90625,494.5 C 280.58752,494.50001 280.27393,494.52294 279.9375,494.59375 C 279.60106,494.66105 279.26393,494.76816 278.90625,494.90625 L 278.90625,495.8125 C 279.20373,495.6496 279.49022,495.51896 279.8125,495.4375 C 280.13477,495.35605 280.47254,495.31249 280.8125,495.3125 C 281.34725,495.3125 281.76855,495.43961 282.0625,495.6875 C 282.35997,495.93187 282.49998,496.30026 282.5,496.75 L 282.5,496.84375 L 281.125,496.84375 C 280.23611,496.84376 279.57476,497.00378 279.125,497.34375 C 278.67878,497.68373 278.46874,498.17442 278.46875,498.84375 C 278.46875,499.41745 278.64233,499.87525 279,500.21875 C 279.36123,500.55873 279.82837,500.74999 280.4375,500.75 C 280.91912,500.75 281.32335,500.66999 281.65625,500.5 C 281.98914,500.32647 282.27687,500.04874 282.5,499.6875 L 282.5,500.59375 L 283.46875,500.59375 L 283.46875,497.1875 C 283.46875,496.28091 283.2687,495.60248 282.84375,495.15625 C 282.41878,494.71004 281.76682,494.50002 280.90625,494.5 z M 287.5,494.5 C 286.77047,494.50001 286.19622,494.7565 285.75,495.3125 C 285.30379,495.8685 285.06249,496.6105 285.0625,497.53125 C 285.0625,498.44847 285.30379,499.194 285.75,499.75 C 286.19622,500.306 286.77048,500.59374 287.5,500.59375 C 287.93913,500.59375 288.30982,500.48604 288.625,500.3125 C 288.94018,500.13897 289.20439,499.88184 289.40625,499.53125 L 289.40625,500.03125 C 289.40624,500.70765 289.25622,501.19834 288.9375,501.53125 C 288.61877,501.86768 288.14099,502.03124 287.5,502.03125 C 287.20961,502.03125 286.93602,502.01186 286.65625,501.9375 C 286.37647,501.86313 286.06809,501.74957 285.78125,501.59375 L 285.78125,502.53125 C 286.0681,502.63749 286.38293,502.73167 286.6875,502.78125 C 286.99206,502.83437 287.31274,502.84375 287.65625,502.84375 C 288.5841,502.84375 289.26899,502.58953 289.71875,502.09375 C 290.1685,501.60149 290.40626,500.8566 290.40625,499.84375 L 290.40625,494.625 L 289.40625,494.625 L 289.40625,495.53125 C 289.20438,495.18066 288.94019,494.92355 288.625,494.75 C 288.30981,494.57648 287.93914,494.50002 287.5,494.5 z M 294.71875,494.5 C 293.86527,494.50001 293.20393,494.76004 292.71875,495.3125 C 292.23712,495.86496 291.96876,496.64759 291.96875,497.625 C 291.96875,498.59889 292.23713,499.35026 292.71875,499.90625 C 293.20392,500.45871 293.86528,500.74999 294.71875,500.75 C 295.56868,500.75 296.23356,500.45871 296.71875,499.90625 C 297.20392,499.35026 297.43748,498.5989 297.4375,497.625 C 297.43749,496.64758 297.20391,495.86495 296.71875,495.3125 C 296.23357,494.76005 295.56869,494.50002 294.71875,494.5 z M 301.15625,494.5 C 300.83753,494.50001 300.49268,494.52294 300.15625,494.59375 C 299.81981,494.66105 299.48268,494.76816 299.125,494.90625 L 299.125,495.8125 C 299.42247,495.6496 299.74025,495.51896 300.0625,495.4375 C 300.38477,495.35605 300.69127,495.31249 301.03125,495.3125 C 301.566,495.3125 301.9873,495.43961 302.28125,495.6875 C 302.57872,495.93187 302.71875,496.30026 302.71875,496.75 L 302.71875,496.84375 L 301.375,496.84375 C 300.48611,496.84376 299.7935,497.00378 299.34375,497.34375 C 298.89753,497.68373 298.68751,498.17442 298.6875,498.84375 C 298.6875,499.41745 298.86107,499.87525 299.21875,500.21875 C 299.57997,500.55873 300.07839,500.74999 300.6875,500.75 C 301.16913,500.75 301.57335,500.66999 301.90625,500.5 C 302.23914,500.32647 302.49564,500.04874 302.71875,499.6875 L 302.71875,500.59375 L 303.71875,500.59375 L 303.71875,497.1875 C 303.71874,496.28091 303.48747,495.60248 303.0625,495.15625 C 302.63753,494.71004 302.01681,494.50002 301.15625,494.5 z M 307.625,494.5 C 306.89548,494.50001 306.33415,494.63295 305.9375,494.9375 C 305.54086,495.24207 305.34374,495.69047 305.34375,496.25 C 305.34375,496.71039 305.48085,497.07815 305.75,497.34375 C 306.01915,497.60581 306.45693,497.77877 307.0625,497.90625 L 307.40625,498 C 308.01183,498.13104 308.38544,498.26461 308.5625,498.40625 C 308.7431,498.54791 308.84373,498.76565 308.84375,499.03125 C 308.84374,499.3181 308.71664,499.52815 308.46875,499.6875 C 308.22085,499.84332 307.86662,499.93751 307.40625,499.9375 C 307.06273,499.9375 306.72558,499.87331 306.375,499.78125 C 306.0244,499.68563 305.64248,499.53145 305.28125,499.34375 L 305.28125,500.375 C 305.66372,500.49895 306.03148,500.59606 306.375,500.65625 C 306.72205,500.72 307.05628,500.74999 307.375,500.75 C 308.13994,500.75 308.7519,500.57228 309.1875,500.25 C 309.62663,499.92774 309.84375,499.48996 309.84375,498.9375 C 309.84374,498.45233 309.70018,498.08165 309.40625,497.8125 C 309.11584,497.53982 308.63161,497.33624 307.9375,497.1875 L 307.59375,497.09375 C 307.06962,496.97689 306.70477,496.87748 306.53125,496.75 C 306.35772,496.61897 306.28124,496.4454 306.28125,496.21875 C 306.28125,495.92128 306.41543,495.68 306.65625,495.53125 C 306.9006,495.38252 307.26482,495.31252 307.75,495.3125 C 308.06873,495.31251 308.35878,495.33542 308.65625,495.40625 C 308.95373,495.47709 309.25502,495.60834 309.53125,495.75 L 309.53125,494.8125 C 309.2621,494.70626 308.94373,494.61563 308.625,494.5625 C 308.30627,494.50939 307.98623,494.50002 307.625,494.5 z M 287.75,495.3125 C 288.27767,495.31251 288.67837,495.51669 288.96875,495.90625 C 289.26269,496.29581 289.40625,496.82299 289.40625,497.53125 C 289.40624,498.23599 289.2627,498.79795 288.96875,499.1875 C 288.67836,499.57705 288.27767,499.78126 287.75,499.78125 C 287.22587,499.78125 286.82518,499.57705 286.53125,499.1875 C 286.24085,498.79795 286.09376,498.236 286.09375,497.53125 C 286.09375,496.82298 286.24085,496.2958 286.53125,495.90625 C 286.82518,495.5167 287.22587,495.31252 287.75,495.3125 z M 294.71875,495.3125 C 295.23933,495.3125 295.63294,495.52318 295.9375,495.9375 C 296.24205,496.34831 296.40623,496.92028 296.40625,497.625 C 296.40624,498.33328 296.24205,498.87046 295.9375,499.28125 C 295.63294,499.69206 295.23934,499.90625 294.71875,499.90625 C 294.19108,499.90625 293.7733,499.71975 293.46875,499.3125 C 293.16773,498.9017 293,498.33683 293,497.625 C 293,496.91319 293.16418,496.34478 293.46875,495.9375 C 293.77331,495.52671 294.19463,495.31249 294.71875,495.3125 z M 281.53125,497.59375 L 282.5,497.59375 L 282.5,497.8125 C 282.49999,498.44995 282.32936,498.95774 282,499.34375 C 281.67419,499.72622 281.26058,499.93751 280.71875,499.9375 C 280.32565,499.9375 280.01144,499.82685 279.78125,499.625 C 279.5546,499.4196 279.4375,499.12831 279.4375,498.78125 C 279.4375,498.34566 279.60168,498.0556 279.90625,497.875 C 280.21081,497.69439 280.74152,497.59375 281.53125,497.59375 z M 301.75,497.59375 L 302.71875,497.59375 L 302.71875,497.8125 C 302.71875,498.44995 302.57934,498.95774 302.25,499.34375 C 301.92419,499.72622 301.47934,499.93751 300.9375,499.9375 C 300.5444,499.9375 300.23018,499.82685 300,499.625 C 299.77335,499.4196 299.65624,499.12831 299.65625,498.78125 C 299.65625,498.34566 299.82045,498.0556 300.125,497.875 C 300.42956,497.69439 300.96026,497.59375 301.75,497.59375 z M 293.15625,505.90625 L 293.15625,507.15625 L 294.15625,507.15625 L 294.15625,505.90625 L 293.15625,505.90625 z M 270.84375,506.125 C 269.9761,506.12501 269.30829,506.31504 268.8125,506.71875 C 268.32025,507.12248 268.06251,507.67381 268.0625,508.375 C 268.0625,508.98058 268.23607,509.44128 268.59375,509.78125 C 268.95143,510.12122 269.54339,510.37189 270.34375,510.53125 L 271,510.65625 C 271.54538,510.76603 271.91897,510.93668 272.15625,511.15625 C 272.39706,511.37582 272.53125,511.67296 272.53125,512.0625 C 272.53124,512.50872 272.36414,512.85295 272.03125,513.09375 C 271.69836,513.33457 271.23766,513.46874 270.625,513.46875 C 270.22128,513.46875 269.79288,513.40519 269.375,513.28125 C 268.95711,513.1573 268.52934,512.9631 268.09375,512.71875 L 268.09375,513.84375 C 268.54704,514.01019 268.98483,514.13376 269.40625,514.21875 C 269.83122,514.30374 270.24961,514.34374 270.625,514.34375 C 271.62013,514.34375 272.36149,514.14664 272.875,513.75 C 273.39203,513.35337 273.65625,512.76849 273.65625,512 C 273.65624,511.35547 273.44497,510.85123 273.0625,510.46875 C 272.68357,510.08274 272.11285,509.80853 271.3125,509.65625 L 270.65625,509.53125 C 270.06838,509.42148 269.68122,509.27082 269.46875,509.09375 C 269.25981,508.91314 269.15625,508.63185 269.15625,508.28125 C 269.15625,507.86337 269.30981,507.53915 269.625,507.3125 C 269.94373,507.08586 270.38441,506.96874 270.96875,506.96875 C 271.30518,506.96875 271.67002,507.02939 272.03125,507.125 C 272.39247,507.22063 272.749,507.36773 273.15625,507.5625 L 273.15625,506.5 C 272.75253,506.36544 272.38599,506.28604 272,506.21875 C 271.61398,506.15146 271.2156,506.12502 270.84375,506.125 z M 277.78125,508.09375 C 276.88882,508.09376 276.1839,508.36381 275.65625,508.9375 C 275.13212,509.50767 274.84373,510.30737 274.84375,511.28125 C 274.84374,512.22327 275.13504,512.94755 275.6875,513.5 C 276.2435,514.05246 276.98841,514.34374 277.9375,514.34375 C 278.31643,514.34375 278.6942,514.29667 279.0625,514.21875 C 279.4308,514.14084 279.80564,514.02374 280.15625,513.875 L 280.15625,512.96875 C 279.80918,513.1529 279.44788,513.28292 279.09375,513.375 C 278.74315,513.46708 278.37539,513.50001 278,513.5 C 277.35193,513.5 276.83351,513.35059 276.46875,513 C 276.10752,512.64586 275.9175,512.11035 275.875,511.4375 L 280.375,511.4375 L 280.375,510.96875 C 280.37499,510.08341 280.12371,509.38851 279.65625,508.875 C 279.19232,508.35796 278.5816,508.09377 277.78125,508.09375 z M 284.9375,508.09375 C 284.46649,508.09376 284.04808,508.16668 283.71875,508.34375 C 283.38939,508.51729 283.11164,508.79503 282.90625,509.15625 L 282.90625,508.25 L 281.9375,508.25 L 281.9375,514.1875 L 282.90625,514.1875 L 282.90625,511.0625 C 282.90625,510.38964 283.08107,509.85769 283.375,509.5 C 283.67248,509.13878 284.07255,508.96876 284.625,508.96875 C 284.78081,508.96875 284.93502,508.96813 285.0625,509 C 285.19353,509.02833 285.29647,509.0925 285.40625,509.15625 L 285.40625,508.15625 C 285.30709,508.13854 285.23768,508.10083 285.15625,508.09375 C 285.07479,508.08313 285.00477,508.09377 284.9375,508.09375 z M 288.28125,508.09375 C 287.55172,508.09376 286.94621,508.3815 286.5,508.9375 C 286.05379,509.49351 285.84376,510.23547 285.84375,511.15625 C 285.84375,512.07347 286.05378,512.78774 286.5,513.34375 C 286.94622,513.89975 287.55172,514.18749 288.28125,514.1875 C 288.72038,514.1875 289.09107,514.11102 289.40625,513.9375 C 289.72143,513.76397 289.98563,513.47559 290.1875,513.125 L 290.1875,513.625 C 290.18749,514.30141 290.00621,514.7921 289.6875,515.125 C 289.36877,515.46143 288.89098,515.625 288.25,515.625 C 287.95961,515.625 287.68602,515.60561 287.40625,515.53125 C 287.12648,515.45688 286.84937,515.34333 286.5625,515.1875 L 286.5625,516.125 C 286.84936,516.23124 287.13295,516.32542 287.4375,516.375 C 287.74206,516.42812 288.06272,516.4375 288.40625,516.4375 C 289.33409,516.43749 290.01898,516.21453 290.46875,515.71875 C 290.9185,515.2265 291.15624,514.45035 291.15625,513.4375 L 291.15625,508.25 L 290.1875,508.25 L 290.1875,509.125 C 289.98564,508.77441 289.72143,508.51727 289.40625,508.34375 C 289.09107,508.17022 288.72038,508.09377 288.28125,508.09375 z M 299.03125,508.09375 C 298.59566,508.09376 298.22142,508.17021 297.90625,508.34375 C 297.59461,508.51374 297.33039,508.77085 297.125,509.125 L 297.125,508.25 L 296.15625,508.25 L 296.15625,516.4375 L 297.125,516.4375 L 297.125,513.28125 C 297.33039,513.63539 297.5946,513.92024 297.90625,514.09375 C 298.22143,514.26374 298.59565,514.34374 299.03125,514.34375 C 299.75369,514.34375 300.33149,514.04245 300.78125,513.46875 C 301.23454,512.89505 301.46875,512.15367 301.46875,511.21875 C 301.46874,510.28382 301.23454,509.51121 300.78125,508.9375 C 300.33149,508.36381 299.75368,508.09377 299.03125,508.09375 z M 305.59375,508.09375 C 304.70132,508.09376 303.99642,508.36381 303.46875,508.9375 C 302.94462,509.50767 302.65626,510.30737 302.65625,511.28125 C 302.65625,512.22327 302.94753,512.94755 303.5,513.5 C 304.056,514.05246 304.8009,514.34374 305.75,514.34375 C 306.12892,514.34375 306.50669,514.29667 306.875,514.21875 C 307.2433,514.14084 307.61816,514.02374 307.96875,513.875 L 307.96875,512.96875 C 307.62169,513.1529 307.2604,513.28292 306.90625,513.375 C 306.55565,513.46708 306.18787,513.50001 305.8125,513.5 C 305.16442,513.5 304.64603,513.35059 304.28125,513 C 303.92003,512.64586 303.73,512.11035 303.6875,511.4375 L 308.1875,511.4375 L 308.1875,510.96875 C 308.1875,510.08341 307.9362,509.38851 307.46875,508.875 C 307.00482,508.35796 306.39409,508.09377 305.59375,508.09375 z M 293.15625,508.25 L 293.15625,514.1875 L 294.15625,514.1875 L 294.15625,508.25 L 293.15625,508.25 z M 277.78125,508.90625 C 278.26287,508.90626 278.6471,509.08752 278.9375,509.40625 C 279.23143,509.72498 279.39917,510.15274 279.40625,510.6875 L 275.90625,510.6875 C 275.95583,510.12796 276.14293,509.68309 276.46875,509.375 C 276.7981,509.06691 277.23588,508.90625 277.78125,508.90625 z M 288.5,508.90625 C 289.02767,508.90625 289.45961,509.11045 289.75,509.5 C 290.04393,509.88955 290.18748,510.44796 290.1875,511.15625 C 290.18749,511.86099 290.04394,512.39171 289.75,512.78125 C 289.4596,513.1708 289.02766,513.37499 288.5,513.375 C 287.97587,513.375 287.57519,513.17081 287.28125,512.78125 C 286.99085,512.3917 286.84375,511.86098 286.84375,511.15625 C 286.84375,510.44797 286.99086,509.88955 287.28125,509.5 C 287.57518,509.11045 287.97586,508.90624 288.5,508.90625 z M 298.8125,508.90625 C 299.32954,508.90625 299.70606,509.12046 300,509.53125 C 300.29747,509.93851 300.46873,510.49984 300.46875,511.21875 C 300.46874,511.93765 300.29747,512.49544 300,512.90625 C 299.70606,513.31352 299.32953,513.53126 298.8125,513.53125 C 298.29545,513.53125 297.85998,513.31351 297.5625,512.90625 C 297.26856,512.49545 297.12499,511.93764 297.125,511.21875 C 297.12499,510.49985 297.26857,509.93852 297.5625,509.53125 C 297.85997,509.12045 298.29544,508.90624 298.8125,508.90625 z M 305.59375,508.90625 C 306.07538,508.90626 306.45961,509.08752 306.75,509.40625 C 307.04393,509.72498 307.21166,510.15274 307.21875,510.6875 L 303.71875,510.6875 C 303.76833,510.12796 303.95546,509.68309 304.28125,509.375 C 304.6106,509.06691 305.04837,508.90625 305.59375,508.90625 z M 282.46875,519.53125 L 282.46875,527.78125 L 283.4375,527.78125 L 283.4375,524.40625 C 283.4375,523.82547 283.60169,523.36768 283.90625,523.03125 C 284.21081,522.69482 284.62857,522.53126 285.15625,522.53125 C 285.59538,522.53125 285.93668,522.68897 286.15625,522.96875 C 286.37581,523.24852 286.46875,523.65565 286.46875,524.21875 L 286.46875,527.78125 L 287.4375,527.78125 L 287.4375,524.1875 C 287.4375,523.3659 287.28809,522.76517 286.9375,522.34375 C 286.58689,521.91879 286.05847,521.68749 285.375,521.6875 C 284.96065,521.6875 284.59997,521.79168 284.28125,521.96875 C 283.96607,522.14583 283.67124,522.39232 283.4375,522.75 L 283.4375,519.53125 L 282.46875,519.53125 z M 289.40625,519.53125 L 289.40625,520.75 L 290.375,520.75 L 290.375,519.53125 L 289.40625,519.53125 z M 268.40625,519.84375 L 268.40625,527.78125 L 271.25,527.78125 C 272.13889,527.78125 272.83088,527.60475 273.3125,527.21875 C 273.79412,526.83274 274.03125,526.27078 274.03125,525.5625 C 274.03124,525.02421 273.88767,524.57641 273.59375,524.21875 C 273.30335,523.85752 272.90267,523.61331 272.375,523.5 C 272.81413,523.42917 273.14835,523.2556 273.375,522.96875 C 273.60164,522.68191 273.71875,522.29768 273.71875,521.8125 C 273.71874,521.18568 273.50516,520.71498 273.0625,520.375 C 272.61982,520.03503 271.97432,519.84375 271.15625,519.84375 L 268.40625,519.84375 z M 269.5,520.75 L 271.09375,520.75 C 271.61787,520.75001 271.99501,520.83295 272.25,521.03125 C 272.50852,521.22958 272.62499,521.53732 272.625,521.9375 C 272.625,522.34123 272.50852,522.64543 272.25,522.84375 C 271.99501,523.03853 271.61788,523.12502 271.09375,523.125 L 269.5,523.125 L 269.5,520.75 z M 277.90625,521.6875 C 277.58752,521.6875 277.27392,521.74168 276.9375,521.8125 C 276.60106,521.87979 276.26391,521.95563 275.90625,522.09375 L 275.90625,523 C 276.20372,522.8371 276.49024,522.73772 276.8125,522.65625 C 277.13477,522.57481 277.47252,522.53126 277.8125,522.53125 C 278.34725,522.53126 278.76857,522.65835 279.0625,522.90625 C 279.35997,523.15061 279.49999,523.48774 279.5,523.9375 L 279.5,524.03125 L 278.125,524.03125 C 277.23611,524.03125 276.57474,524.19129 276.125,524.53125 C 275.67878,524.87123 275.46875,525.39319 275.46875,526.0625 C 275.46875,526.6362 275.64231,527.09397 276,527.4375 C 276.36122,527.77747 276.85964,527.9375 277.46875,527.9375 C 277.95037,527.9375 278.35461,527.85747 278.6875,527.6875 C 279.02039,527.51397 279.27688,527.23622 279.5,526.875 L 279.5,527.78125 L 280.5,527.78125 L 280.5,524.375 C 280.5,523.46841 280.26871,522.82123 279.84375,522.375 C 279.41878,521.92879 278.76681,521.68749 277.90625,521.6875 z M 294.5,521.6875 C 294.18127,521.6875 293.86767,521.74168 293.53125,521.8125 C 293.19481,521.87979 292.85767,521.95563 292.5,522.09375 L 292.5,523 C 292.79747,522.8371 293.084,522.73772 293.40625,522.65625 C 293.72852,522.57481 294.06627,522.53126 294.40625,522.53125 C 294.94099,522.53126 295.3623,522.65835 295.65625,522.90625 C 295.95372,523.15061 296.09375,523.48774 296.09375,523.9375 L 296.09375,524.03125 L 294.71875,524.03125 C 293.82986,524.03125 293.1685,524.19129 292.71875,524.53125 C 292.27253,524.87123 292.06251,525.39319 292.0625,526.0625 C 292.0625,526.6362 292.23607,527.09397 292.59375,527.4375 C 292.95497,527.77747 293.45338,527.9375 294.0625,527.9375 C 294.54413,527.9375 294.94837,527.85747 295.28125,527.6875 C 295.61414,527.51397 295.87064,527.23622 296.09375,526.875 L 296.09375,527.78125 L 297.09375,527.78125 L 297.09375,524.375 C 297.09374,523.46841 296.86247,522.82123 296.4375,522.375 C 296.01252,521.92879 295.36056,521.68749 294.5,521.6875 z M 289.40625,521.84375 L 289.40625,527.78125 L 290.375,527.78125 L 290.375,521.84375 L 289.40625,521.84375 z M 269.5,524 L 271.21875,524 C 271.79599,524 272.22376,524.10648 272.5,524.34375 C 272.77977,524.57748 272.90624,524.94169 272.90625,525.4375 C 272.90624,525.92975 272.77976,526.29045 272.5,526.53125 C 272.22377,526.76852 271.79598,526.90625 271.21875,526.90625 L 269.5,526.90625 L 269.5,524 z M 278.53125,524.78125 L 279.5,524.78125 L 279.5,525 C 279.49999,525.63746 279.32934,526.14525 279,526.53125 C 278.67419,526.91372 278.26059,527.12499 277.71875,527.125 C 277.32565,527.125 277.01143,527.01436 276.78125,526.8125 C 276.5546,526.6071 276.43751,526.34707 276.4375,526 C 276.4375,525.56441 276.60169,525.24311 276.90625,525.0625 C 277.21081,524.88189 277.74151,524.78124 278.53125,524.78125 z M 295.125,524.78125 L 296.09375,524.78125 L 296.09375,525 C 296.09375,525.63746 295.95434,526.14525 295.625,526.53125 C 295.29918,526.91372 294.85434,527.12499 294.3125,527.125 C 293.91941,527.125 293.60518,527.01436 293.375,526.8125 C 293.14835,526.6071 293.03126,526.34707 293.03125,526 C 293.03125,525.56441 293.19544,525.24311 293.5,525.0625 C 293.80456,524.88189 294.33526,524.78124 295.125,524.78125 z"
       id="path4371" />
    <path
       style="fill:none;fill-rule:evenodd;stroke:#edd400;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
       d="M 128,529.36218 L 128,463.36218"
       id="path4379" />
    <path
       id="path4381"
       d="M 342,529.36218 L 342,463.36218"
       style="fill:none;fill-rule:evenodd;stroke:#edd400;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
    <path
       style="font-size:20.53243637px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Sans"
       d="M 464.40625,490.6875 L 463.09375,492.6875 L 463.84375,492.6875 L 464.78125,491.375 L 465.75,492.6875 L 466.46875,492.6875 L 465.1875,490.6875 L 464.40625,490.6875 z M 459.5,491.125 L 459.5,494.34375 C 459.29459,493.98962 459.03392,493.7325 458.71875,493.5625 C 458.40711,493.38898 458.03287,493.28125 457.59375,493.28125 C 456.87484,493.28126 456.26578,493.58254 455.8125,494.15625 C 455.36274,494.72996 455.15625,495.47133 455.15625,496.40625 C 455.15625,497.34118 455.36273,498.11381 455.8125,498.6875 C 456.26579,499.26121 456.87483,499.53125 457.59375,499.53125 C 458.03288,499.53125 458.4071,499.45124 458.71875,499.28125 C 459.03393,499.10772 459.29458,498.85414 459.5,498.5 L 459.5,499.375 L 460.46875,499.375 L 460.46875,491.125 L 459.5,491.125 z M 476.03125,491.125 L 476.03125,492.375 L 477,492.375 L 477,491.125 L 476.03125,491.125 z M 435,491.46875 L 435,499.375 L 436.0625,499.375 L 436.0625,496.03125 L 437.21875,496.03125 C 437.64372,496.03126 437.97439,496.10771 438.21875,496.28125 C 438.46664,496.45477 438.73792,496.81254 439,497.34375 L 440,499.375 L 441.15625,499.375 L 440.0625,497.21875 C 439.84292,496.77254 439.62581,496.41123 439.40625,496.15625 C 439.19022,495.90128 438.9802,495.73415 438.75,495.65625 C 439.19267,495.52876 439.5198,495.32935 439.75,495 C 439.98373,494.67065 440.09373,494.24935 440.09375,493.75 C 440.09374,492.98507 439.88371,492.41018 439.4375,492.03125 C 438.99128,491.65233 438.31283,491.46875 437.40625,491.46875 L 435,491.46875 z M 436.0625,492.34375 L 437.40625,492.34375 C 437.92328,492.34375 438.30044,492.45024 438.5625,492.6875 C 438.8281,492.92124 438.96876,493.28609 438.96875,493.75 C 438.96875,494.21393 438.82811,494.57168 438.5625,494.8125 C 438.30043,495.04977 437.92327,495.15626 437.40625,495.15625 L 436.0625,495.15625 L 436.0625,492.34375 z M 444.3125,493.28125 C 443.45902,493.28126 442.79768,493.57256 442.3125,494.125 C 441.83087,494.67746 441.59375,495.42883 441.59375,496.40625 C 441.59375,497.38013 441.83088,498.16275 442.3125,498.71875 C 442.79767,499.2712 443.45903,499.53125 444.3125,499.53125 C 445.16243,499.53125 445.82731,499.2712 446.3125,498.71875 C 446.79766,498.16275 447.06249,497.38014 447.0625,496.40625 C 447.0625,495.42882 446.79765,494.67747 446.3125,494.125 C 445.82732,493.57255 445.16244,493.28125 444.3125,493.28125 z M 451.53125,493.28125 C 451.1169,493.28126 450.75623,493.38544 450.4375,493.5625 C 450.12232,493.73957 449.85872,494.01733 449.625,494.375 L 449.625,493.4375 L 448.625,493.4375 L 448.625,499.375 L 449.625,499.375 L 449.625,496.03125 C 449.625,495.45047 449.75795,494.99268 450.0625,494.65625 C 450.36706,494.31982 450.78483,494.15624 451.3125,494.15625 C 451.75163,494.15625 452.09294,494.28273 452.3125,494.5625 C 452.53206,494.84228 452.62499,495.28066 452.625,495.84375 L 452.625,499.375 L 453.625,499.375 L 453.625,495.8125 C 453.62499,494.9909 453.44435,494.35893 453.09375,493.9375 C 452.74315,493.51255 452.21473,493.28125 451.53125,493.28125 z M 464.78125,493.28125 C 463.92777,493.28126 463.26641,493.57256 462.78125,494.125 C 462.29962,494.67746 462.06249,495.42883 462.0625,496.40625 C 462.0625,497.38013 462.29961,498.16275 462.78125,498.71875 C 463.26642,499.2712 463.92777,499.53125 464.78125,499.53125 C 465.63118,499.53125 466.29608,499.2712 466.78125,498.71875 C 467.26642,498.16275 467.53125,497.38014 467.53125,496.40625 C 467.53124,495.42882 467.26642,494.67747 466.78125,494.125 C 466.29608,493.57255 465.63118,493.28125 464.78125,493.28125 z M 472,493.28125 C 471.58565,493.28126 471.22497,493.38544 470.90625,493.5625 C 470.59107,493.73957 470.29624,494.01733 470.0625,494.375 L 470.0625,493.4375 L 469.09375,493.4375 L 469.09375,499.375 L 470.0625,499.375 L 470.0625,496.03125 C 470.06249,495.45047 470.22668,494.99268 470.53125,494.65625 C 470.8358,494.31982 471.25357,494.15624 471.78125,494.15625 C 472.22038,494.15625 472.56169,494.28273 472.78125,494.5625 C 473.00081,494.84228 473.09376,495.28066 473.09375,495.84375 L 473.09375,499.375 L 474.0625,499.375 L 474.0625,495.8125 C 474.0625,494.9909 473.91309,494.35893 473.5625,493.9375 C 473.2119,493.51255 472.68347,493.28125 472,493.28125 z M 481.15625,493.28125 C 480.83752,493.28126 480.49268,493.33543 480.15625,493.40625 C 479.81981,493.47354 479.48266,493.58064 479.125,493.71875 L 479.125,494.625 C 479.42247,494.4621 479.74024,494.33146 480.0625,494.25 C 480.38476,494.16855 480.69126,494.12501 481.03125,494.125 C 481.566,494.125 481.98732,494.2521 482.28125,494.5 C 482.57872,494.74435 482.71874,495.08149 482.71875,495.53125 L 482.71875,495.625 L 481.34375,495.625 C 480.45485,495.625 479.79352,495.81629 479.34375,496.15625 C 478.89754,496.49623 478.6875,496.98692 478.6875,497.65625 C 478.6875,498.22996 478.86106,498.68773 479.21875,499.03125 C 479.57997,499.37123 480.07838,499.53125 480.6875,499.53125 C 481.16912,499.53125 481.57334,499.45124 481.90625,499.28125 C 482.23913,499.10772 482.49563,498.86122 482.71875,498.5 L 482.71875,499.375 L 483.71875,499.375 L 483.71875,496 C 483.71875,495.0934 483.48747,494.41498 483.0625,493.96875 C 482.63753,493.52254 482.0168,493.28125 481.15625,493.28125 z M 476.03125,493.4375 L 476.03125,499.375 L 477,499.375 L 477,493.4375 L 476.03125,493.4375 z M 444.3125,494.125 C 444.83308,494.125 445.25793,494.33566 445.5625,494.75 C 445.86705,495.16081 446.03123,495.70152 446.03125,496.40625 C 446.03124,497.11453 445.86705,497.68296 445.5625,498.09375 C 445.25793,498.50455 444.83309,498.71875 444.3125,498.71875 C 443.78483,498.71875 443.36705,498.50102 443.0625,498.09375 C 442.76148,497.68295 442.625,497.11808 442.625,496.40625 C 442.625,495.69443 442.78919,495.15727 443.09375,494.75 C 443.39831,494.3392 443.78838,494.12501 444.3125,494.125 z M 457.8125,494.125 C 458.32954,494.12501 458.73377,494.30795 459.03125,494.71875 C 459.32873,495.12601 459.49998,495.68735 459.5,496.40625 C 459.49999,497.12515 459.32873,497.71421 459.03125,498.125 C 458.73377,498.53226 458.32953,498.71875 457.8125,498.71875 C 457.29546,498.71875 456.89124,498.53227 456.59375,498.125 C 456.29981,497.7142 456.15625,497.12516 456.15625,496.40625 C 456.15625,495.68734 456.29982,495.12601 456.59375,494.71875 C 456.89123,494.30795 457.29545,494.12501 457.8125,494.125 z M 464.78125,494.125 C 465.30183,494.125 465.7267,494.33566 466.03125,494.75 C 466.33581,495.16081 466.46876,495.70152 466.46875,496.40625 C 466.46875,497.11453 466.33582,497.68296 466.03125,498.09375 C 465.72669,498.50455 465.30183,498.71875 464.78125,498.71875 C 464.25358,498.71875 463.83582,498.50102 463.53125,498.09375 C 463.23023,497.68295 463.09374,497.11808 463.09375,496.40625 C 463.09375,495.69443 463.2267,495.15727 463.53125,494.75 C 463.83581,494.3392 464.25712,494.12501 464.78125,494.125 z M 481.75,496.40625 L 482.71875,496.40625 L 482.71875,496.625 C 482.71874,497.26245 482.57934,497.77024 482.25,498.15625 C 481.92419,498.53873 481.47934,498.71875 480.9375,498.71875 C 480.5444,498.71875 480.23018,498.60811 480,498.40625 C 479.77335,498.20085 479.65627,497.9408 479.65625,497.59375 C 479.65625,497.15817 479.82045,496.83686 480.125,496.65625 C 480.42956,496.47564 480.96026,496.40625 481.75,496.40625 z M 455.03125,504.28125 L 453.5625,506.28125 L 454.375,506.28125 L 456.09375,504.28125 L 455.03125,504.28125 z M 435,505.0625 L 435,513 L 436.0625,513 L 436.0625,509.8125 L 437.40625,509.8125 C 438.29513,509.8125 438.95294,509.58768 439.40625,509.1875 C 439.86308,508.78733 440.09373,508.22014 440.09375,507.4375 C 440.09374,506.66194 439.86308,506.05642 439.40625,505.65625 C 438.95294,505.25254 438.29512,505.06251 437.40625,505.0625 L 435,505.0625 z M 436.0625,505.9375 L 437.40625,505.9375 C 437.90558,505.93751 438.28981,506.05398 438.5625,506.3125 C 438.83518,506.57103 438.96876,506.96295 438.96875,507.4375 C 438.96875,507.91559 438.83518,508.27272 438.5625,508.53125 C 438.28981,508.78977 437.90557,508.90627 437.40625,508.90625 L 436.0625,508.90625 L 436.0625,505.9375 z M 442.625,506.90625 C 442.46121,506.92396 442.29321,506.9646 442.125,507 C 441.78857,507.06729 441.45142,507.1744 441.09375,507.3125 L 441.09375,508.21875 C 441.39123,508.05584 441.67774,507.92521 442,507.84375 C 442.32226,507.7623 442.66002,507.71877 443,507.71875 C 443.53475,507.71876 443.95605,507.84586 444.25,508.09375 C 444.54747,508.33811 444.6875,508.67525 444.6875,509.125 L 444.6875,509.21875 L 443.3125,509.21875 C 442.4236,509.21875 441.76225,509.41002 441.3125,509.75 C 440.86629,510.08998 440.65626,510.58067 440.65625,511.25 C 440.65625,511.82371 440.82982,512.28148 441.1875,512.625 C 441.54872,512.96497 442.01588,513.15626 442.625,513.15625 C 443.10662,513.15625 443.54209,513.04499 443.875,512.875 C 444.20788,512.70147 444.46439,512.45497 444.6875,512.09375 L 444.6875,513 L 445.6875,513 L 445.6875,509.59375 C 445.68749,508.68716 445.45622,508.00873 445.03125,507.5625 C 444.60628,507.11629 443.95431,506.90625 443.09375,506.90625 C 442.93439,506.90625 442.78879,506.88854 442.625,506.90625 z M 450.625,506.90625 C 450.15399,506.90625 449.76686,506.9792 449.4375,507.15625 C 449.10815,507.32978 448.83039,507.60751 448.625,507.96875 L 448.625,507.03125 L 447.65625,507.03125 L 447.65625,513 L 448.625,513 L 448.625,509.84375 C 448.62499,509.17089 448.76856,508.67018 449.0625,508.3125 C 449.35997,507.95129 449.79129,507.75001 450.34375,507.75 C 450.49957,507.75001 450.65377,507.78062 450.78125,507.8125 C 450.91228,507.84084 451.0152,507.87377 451.125,507.9375 L 451.125,506.9375 C 451.02584,506.9198 450.95646,506.91334 450.875,506.90625 C 450.79355,506.89563 450.69227,506.90625 450.625,506.90625 z M 453.78125,506.90625 C 453.61746,506.92396 453.44946,506.9646 453.28125,507 C 452.94481,507.06729 452.60767,507.1744 452.25,507.3125 L 452.25,508.21875 C 452.54747,508.05584 452.83399,507.92521 453.15625,507.84375 C 453.47852,507.7623 453.81627,507.71877 454.15625,507.71875 C 454.691,507.71876 455.11232,507.84586 455.40625,508.09375 C 455.70372,508.33811 455.84374,508.67525 455.84375,509.125 L 455.84375,509.21875 L 454.46875,509.21875 C 453.57986,509.21875 452.91849,509.41002 452.46875,509.75 C 452.02253,510.08998 451.8125,510.58067 451.8125,511.25 C 451.8125,511.82371 451.98606,512.28148 452.34375,512.625 C 452.70498,512.96497 453.17214,513.15626 453.78125,513.15625 C 454.26287,513.15625 454.69834,513.04499 455.03125,512.875 C 455.36414,512.70147 455.62063,512.45497 455.84375,512.09375 L 455.84375,513 L 456.8125,513 L 456.8125,509.59375 C 456.8125,508.68716 456.61247,508.00873 456.1875,507.5625 C 455.76253,507.11629 455.11056,506.90625 454.25,506.90625 C 454.09064,506.90625 453.94504,506.88854 453.78125,506.90625 z M 443.71875,510 L 444.6875,510 L 444.6875,510.21875 C 444.6875,510.85621 444.51685,511.36399 444.1875,511.75 C 443.86169,512.13247 443.44807,512.31251 442.90625,512.3125 C 442.51315,512.31251 442.19894,512.23312 441.96875,512.03125 C 441.7421,511.82586 441.62498,511.53456 441.625,511.1875 C 441.62499,510.75191 441.78919,510.46187 442.09375,510.28125 C 442.3983,510.10064 442.92901,510 443.71875,510 z M 454.875,510 L 455.84375,510 L 455.84375,510.21875 C 455.84374,510.85621 455.67309,511.36399 455.34375,511.75 C 455.01794,512.13247 454.60434,512.31251 454.0625,512.3125 C 453.6694,512.31251 453.35518,512.23312 453.125,512.03125 C 452.89835,511.82586 452.78124,511.53456 452.78125,511.1875 C 452.78125,510.75191 452.94545,510.46187 453.25,510.28125 C 453.55456,510.10064 454.08526,510 454.875,510 z M 470.25,518.3125 L 470.25,519.5625 L 471.21875,519.5625 L 471.21875,518.3125 L 470.25,518.3125 z M 433.875,518.65625 L 433.875,519.5625 L 436.6875,519.5625 L 436.6875,526.59375 L 437.78125,526.59375 L 437.78125,519.5625 L 440.59375,519.5625 L 440.59375,518.65625 L 433.875,518.65625 z M 465.9375,518.9375 L 465.9375,520.625 L 465.21875,520.625 L 465.21875,521.40625 L 465.9375,521.40625 L 465.9375,524.625 C 465.9375,525.36869 466.08815,525.87295 466.375,526.15625 C 466.66185,526.43602 467.18317,526.59374 467.9375,526.59375 L 468.9375,526.59375 L 468.9375,525.78125 L 467.9375,525.78125 C 467.53023,525.78125 467.25958,525.70061 467.125,525.5625 C 466.99397,525.42438 466.9375,525.11017 466.9375,524.625 L 466.9375,521.40625 L 468.9375,521.40625 L 468.9375,520.625 L 466.9375,520.625 L 466.9375,518.9375 L 465.9375,518.9375 z M 442.0625,520.5 C 441.20902,520.50001 440.51641,520.76004 440.03125,521.3125 C 439.54962,521.86496 439.31249,522.64759 439.3125,523.625 C 439.3125,524.59889 439.54961,525.35026 440.03125,525.90625 C 440.51642,526.45871 441.20901,526.74999 442.0625,526.75 C 442.91243,526.75 443.57733,526.45871 444.0625,525.90625 C 444.54767,525.35026 444.78125,524.5989 444.78125,523.625 C 444.78124,522.64758 444.54767,521.86495 444.0625,521.3125 C 443.57733,520.76005 442.91242,520.50002 442.0625,520.5 z M 448.96875,520.5 C 448.04091,520.50001 447.316,520.7565 446.78125,521.3125 C 446.25004,521.8685 445.96876,522.65467 445.96875,523.625 C 445.96875,524.58118 446.22233,525.34317 446.75,525.90625 C 447.27766,526.46933 448.01026,526.74999 448.90625,526.75 C 449.23559,526.75 449.52212,526.72001 449.8125,526.65625 C 450.10644,526.59251 450.41481,526.47123 450.6875,526.34375 L 450.6875,525.46875 C 450.41126,525.62103 450.12351,525.73458 449.84375,525.8125 C 449.56752,525.88687 449.28331,525.90625 449,525.90625 C 448.36609,525.90625 447.88183,525.71267 447.53125,525.3125 C 447.18065,524.90878 447,524.351 447,523.625 C 447,522.89902 447.18064,522.33769 447.53125,521.9375 C 447.88184,521.53378 448.36609,521.31249 449,521.3125 C 449.28331,521.3125 449.56751,521.3596 449.84375,521.4375 C 450.12352,521.51188 450.41126,521.62898 450.6875,521.78125 L 450.6875,520.875 C 450.41835,520.75106 450.13059,520.65397 449.84375,520.59375 C 449.55689,520.53001 449.26978,520.50002 448.96875,520.5 z M 454.46875,520.5 C 454.15003,520.50001 453.83644,520.52294 453.5,520.59375 C 453.16356,520.66105 452.79519,520.76816 452.4375,520.90625 L 452.4375,521.8125 C 452.73497,521.6496 453.05273,521.51896 453.375,521.4375 C 453.69727,521.35605 454.03504,521.31249 454.375,521.3125 C 454.90975,521.3125 455.33106,521.43961 455.625,521.6875 C 455.92248,521.93187 456.06248,522.30026 456.0625,522.75 L 456.0625,522.84375 L 454.6875,522.84375 C 453.79861,522.84376 453.13726,523.00378 452.6875,523.34375 C 452.24128,523.68373 451.99999,524.17442 452,524.84375 C 451.99999,525.41745 452.2048,525.87525 452.5625,526.21875 C 452.92372,526.55873 453.39087,526.74999 454,526.75 C 454.48163,526.75 454.88586,526.66999 455.21875,526.5 C 455.55164,526.32647 455.83938,526.04874 456.0625,525.6875 L 456.0625,526.59375 L 457.03125,526.59375 L 457.03125,523.1875 C 457.03125,522.28091 456.8312,521.60248 456.40625,521.15625 C 455.98128,520.71004 455.3293,520.50002 454.46875,520.5 z M 461.9375,520.5 C 461.52315,520.50001 461.16249,520.57295 460.84375,520.75 C 460.52856,520.92708 460.23373,521.20481 460,521.5625 L 460,520.625 L 459.03125,520.625 L 459.03125,526.59375 L 460,526.59375 L 460,523.21875 C 460,522.63796 460.16418,522.18019 460.46875,521.84375 C 460.77331,521.50733 461.19109,521.34375 461.71875,521.34375 C 462.15788,521.34376 462.46792,521.47024 462.6875,521.75 C 462.90706,522.02978 463.03125,522.46817 463.03125,523.03125 L 463.03125,526.59375 L 464,526.59375 L 464,523 C 463.99999,522.17841 463.81933,521.54643 463.46875,521.125 C 463.11815,520.70004 462.62099,520.50002 461.9375,520.5 z M 476.125,520.5 C 475.71065,520.50001 475.34999,520.57295 475.03125,520.75 C 474.71607,520.92708 474.42123,521.20481 474.1875,521.5625 L 474.1875,520.625 L 473.21875,520.625 L 473.21875,526.59375 L 474.1875,526.59375 L 474.1875,523.21875 C 474.1875,522.63796 474.35168,522.18019 474.65625,521.84375 C 474.96081,521.50733 475.37859,521.34375 475.90625,521.34375 C 476.34538,521.34376 476.68667,521.47024 476.90625,521.75 C 477.12581,522.02978 477.21875,522.46817 477.21875,523.03125 L 477.21875,526.59375 L 478.1875,526.59375 L 478.1875,523 C 478.18749,522.17841 478.03808,521.54643 477.6875,521.125 C 477.3369,520.70004 476.80849,520.50002 476.125,520.5 z M 482.0625,520.5 C 481.33297,520.50001 480.77164,520.63295 480.375,520.9375 C 479.97837,521.24207 479.78124,521.69047 479.78125,522.25 C 479.78125,522.71039 479.8871,523.07815 480.15625,523.34375 C 480.42539,523.60581 480.86317,523.77877 481.46875,523.90625 L 481.8125,524 C 482.41807,524.13104 482.82294,524.26461 483,524.40625 C 483.18061,524.54791 483.28123,524.76565 483.28125,525.03125 C 483.28124,525.3181 483.15415,525.52815 482.90625,525.6875 C 482.65835,525.84332 482.30412,525.93751 481.84375,525.9375 C 481.50024,525.9375 481.13183,525.87331 480.78125,525.78125 C 480.43065,525.68563 480.07998,525.53145 479.71875,525.34375 L 479.71875,526.375 C 480.10122,526.49895 480.46897,526.59606 480.8125,526.65625 C 481.15956,526.72 481.49379,526.74999 481.8125,526.75 C 482.57744,526.75 483.18941,526.57228 483.625,526.25 C 484.06413,525.92774 484.28125,525.48996 484.28125,524.9375 C 484.28124,524.45233 484.13767,524.08165 483.84375,523.8125 C 483.55335,523.53982 483.03787,523.33624 482.34375,523.1875 L 482.03125,523.09375 C 481.50712,522.97689 481.14227,522.87748 480.96875,522.75 C 480.79522,522.61897 480.71874,522.4454 480.71875,522.21875 C 480.71875,521.92128 480.82169,521.68 481.0625,521.53125 C 481.30686,521.38252 481.67107,521.31252 482.15625,521.3125 C 482.47497,521.31251 482.79629,521.33542 483.09375,521.40625 C 483.39122,521.47709 483.66128,521.60834 483.9375,521.75 L 483.9375,520.8125 C 483.66835,520.70626 483.38123,520.61563 483.0625,520.5625 C 482.74377,520.50939 482.42373,520.50002 482.0625,520.5 z M 470.25,520.625 L 470.25,526.59375 L 471.21875,526.59375 L 471.21875,520.625 L 470.25,520.625 z M 442.0625,521.3125 C 442.58308,521.3125 442.9767,521.52318 443.28125,521.9375 C 443.58581,522.34831 443.75,522.92028 443.75,523.625 C 443.75,524.33328 443.58582,524.87046 443.28125,525.28125 C 442.97669,525.69206 442.58307,525.90625 442.0625,525.90625 C 441.53483,525.90625 441.11707,525.71975 440.8125,525.3125 C 440.51148,524.9017 440.34376,524.33683 440.34375,523.625 C 440.34375,522.91319 440.50795,522.34478 440.8125,521.9375 C 441.11706,521.52671 441.53836,521.31249 442.0625,521.3125 z M 455.09375,523.59375 L 456.0625,523.59375 L 456.0625,523.8125 C 456.06249,524.44995 455.89186,524.95774 455.5625,525.34375 C 455.23669,525.72622 454.82308,525.93751 454.28125,525.9375 C 453.88815,525.9375 453.57395,525.82685 453.34375,525.625 C 453.1171,525.4196 453,525.12831 453,524.78125 C 453,524.34566 453.13293,524.0556 453.4375,523.875 C 453.74206,523.69439 454.304,523.59375 455.09375,523.59375 z"
       id="path4383" />
    <path
       style="fill:none;fill-rule:evenodd;stroke:#edd400;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
       d="M 502,529.36218 L 502,463.36218"
       id="path4391" />
    <path
       id="path4393"
       d="M 618,529.36218 L 618,463.36218"
       style="fill:none;fill-rule:evenodd;stroke:#edd400;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
    <path
       sodipodi:nodetypes="ccccc"
       id="path4397"
       d="M -0.84184682,683.1411 L 745.87629,683.1411 L 745.87629,604.30367 L -0.84184682,604.30367 L -0.84184682,683.1411 z"
       style="color:#000000;fill:#204a87;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
    <rect
       y="-682.75366"
       x="-0.84184682"
       height="4.2103004"
       width="746.71814"
       id="rect4399"
       style="opacity:0.39575973;color:#000000;fill:url(#linearGradient4527);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
       transform="scale(1,-1)" />
    <rect
       y="636.87244"
       x="-0.84184682"
       height="41.605068"
       width="746.71814"
       id="rect4401"
       style="opacity:0.24734982;color:#000000;fill:url(#linearGradient4529);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
    <rect
       style="opacity:0.62190815;color:#000000;fill:url(#linearGradient4531);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
       id="rect4403"
       width="746.71814"
       height="13.512748"
       x="-0.84184682"
       y="591.05371" />
    <text
       xml:space="preserve"
       style="font-size:13.34101772px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:center;text-decoration:none;line-height:125%;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:middle;opacity:1;color:#000000;fill:#d3d7cf;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Bitstream Vera Sans"
       x="402.89023"
       y="599.47668"
       id="text4405"
       sodipodi:linespacing="125%"><tspan
         sodipodi:role="line"
         id="tspan4407"
         x="402.89023"
         y="599.47668">Profile</tspan></text>
    <text
       xml:space="preserve"
       style="font-size:10.66766834px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:center;line-height:125%;writing-mode:lr-tb;text-anchor:middle;fill:#2e3436;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Sans"
       x="152.05014"
       y="597.7652"
       id="text4409"
       sodipodi:linespacing="125%"><tspan
         sodipodi:role="line"
         id="tspan4411"
         x="152.05014"
         y="597.7652">Acessibilidade | Central de Buscas | Ir para o conteúdo</tspan></text>
    <text
       xml:space="preserve"
       style="font-size:12.57414818px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:center;line-height:125%;writing-mode:lr-tb;text-anchor:middle;fill:#eeeeec;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Sans"
       x="101.50777"
       y="623.47485"
       id="text4413"
       sodipodi:linespacing="125%"><tspan
         sodipodi:role="line"
         id="tspan4415"
         x="101.50777"
         y="623.47485">Formação</tspan></text>
    <text
       sodipodi:linespacing="125%"
       id="text4417"
       y="623.47485"
       x="279.50775"
       style="font-size:12.57414818px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:center;line-height:125%;writing-mode:lr-tb;text-anchor:middle;fill:#eeeeec;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Sans"
       xml:space="preserve"><tspan
         y="623.47485"
         x="279.50775"
         id="tspan4419"
         sodipodi:role="line">Finanças Sociais</tspan></text>
    <text
       xml:space="preserve"
       style="font-size:12.57414818px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:center;line-height:125%;writing-mode:lr-tb;text-anchor:middle;fill:#eeeeec;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Sans"
       x="429.50775"
       y="623.47485"
       id="text4421"
       sodipodi:linespacing="125%"><tspan
         sodipodi:role="line"
         id="tspan4423"
         x="429.50775"
         y="623.47485">Marco Legal</tspan></text>
    <path
       sodipodi:nodetypes="cccccc"
       id="path4433"
       d="M 625.62378,584.69533 L 687.52666,584.69533 L 687.52666,594.61238 L 687.52666,604.52943 L 625.62378,604.52943 C 618.01476,595.87817 619.52739,593.43709 625.62378,584.69533 z"
       style="fill:url(#linearGradient4537);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.59509784px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
    <path
       style="fill:url(#linearGradient4539);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.59509784px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
       d="M 684.29957,584.69533 L 746.20245,584.69533 L 746.20245,604.52943 L 684.29957,604.52943 C 676.69055,595.87817 678.20317,593.43709 684.29957,584.69533 z"
       id="path4435"
       sodipodi:nodetypes="ccccc" />
    <path
       sodipodi:nodetypes="ccccc"
       id="path4437"
       d="M 680.34564,591.05367 L 745.87628,591.05367 L 745.87628,604.56642 L 684.40034,604.56642 C 680.27424,599.99967 678.3636,595.43292 680.34564,591.05367 z"
       style="opacity:0.62190815;color:#000000;fill:url(#linearGradient4541);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
    <text
       sodipodi:linespacing="125%"
       id="text4439"
       y="621.47485"
       x="555.50775"
       style="font-size:12.57414818px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:center;line-height:125%;writing-mode:lr-tb;text-anchor:middle;fill:#eeeeec;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Sans"
       xml:space="preserve"><tspan
         y="621.47485"
         x="555.50775"
         id="tspan4441"
         sodipodi:role="line">Software</tspan></text>
    <text
       sodipodi:linespacing="125%"
       id="text4443"
       y="647.47485"
       x="41.507767"
       style="font-size:12.57414818px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:center;line-height:125%;writing-mode:lr-tb;text-anchor:middle;fill:#eeeeec;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Sans"
       xml:space="preserve"><tspan
         y="647.47485"
         x="41.507767"
         id="tspan4445"
         sodipodi:role="line">Formação</tspan></text>
    <text
       xml:space="preserve"
       style="font-size:12.57414818px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:center;line-height:125%;writing-mode:lr-tb;text-anchor:middle;fill:#eeeeec;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Sans"
       x="219.50775"
       y="647.47485"
       id="text4447"
       sodipodi:linespacing="125%"><tspan
         sodipodi:role="line"
         id="tspan4449"
         x="219.50775"
         y="647.47485">Finanças Sociais</tspan></text>
    <text
       sodipodi:linespacing="125%"
       id="text4451"
       y="647.47485"
       x="369.50775"
       style="font-size:12.57414818px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:center;line-height:125%;writing-mode:lr-tb;text-anchor:middle;fill:#eeeeec;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Sans"
       xml:space="preserve"><tspan
         y="647.47485"
         x="369.50775"
         id="tspan4453"
         sodipodi:role="line">Marco Legal</tspan></text>
    <text
       xml:space="preserve"
       style="font-size:12.57414818px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:center;line-height:125%;writing-mode:lr-tb;text-anchor:middle;fill:#eeeeec;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Sans"
       x="495.50775"
       y="645.47485"
       id="text4455"
       sodipodi:linespacing="125%"><tspan
         sodipodi:role="line"
         id="tspan4457"
         x="495.50775"
         y="645.47485">Software</tspan></text>
    <text
       xml:space="preserve"
       style="font-size:12.57414818px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:center;line-height:125%;writing-mode:lr-tb;text-anchor:middle;fill:#eeeeec;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Sans"
       x="101.50777"
       y="671.47485"
       id="text4459"
       sodipodi:linespacing="125%"><tspan
         sodipodi:role="line"
         id="tspan4461"
         x="101.50777"
         y="671.47485">Formação</tspan></text>
    <text
       sodipodi:linespacing="125%"
       id="text4463"
       y="671.47485"
       x="279.50775"
       style="font-size:12.57414818px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:center;line-height:125%;writing-mode:lr-tb;text-anchor:middle;fill:#eeeeec;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Sans"
       xml:space="preserve"><tspan
         y="671.47485"
         x="279.50775"
         id="tspan4465"
         sodipodi:role="line">Finanças Sociais</tspan></text>
    <text
       xml:space="preserve"
       style="font-size:12.57414818px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:center;line-height:125%;writing-mode:lr-tb;text-anchor:middle;fill:#eeeeec;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Sans"
       x="429.50775"
       y="671.47485"
       id="text4467"
       sodipodi:linespacing="125%"><tspan
         sodipodi:role="line"
         id="tspan4469"
         x="429.50775"
         y="671.47485">Marco Legal</tspan></text>
    <text
       sodipodi:linespacing="125%"
       id="text4471"
       y="669.47485"
       x="555.50775"
       style="font-size:12.57414818px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:center;line-height:125%;writing-mode:lr-tb;text-anchor:middle;fill:#eeeeec;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Sans"
       xml:space="preserve"><tspan
         y="669.47485"
         x="555.50775"
         id="tspan4473"
         sodipodi:role="line">Software</tspan></text>
    <text
       xml:space="preserve"
       style="font-size:12.57414818px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:center;line-height:125%;writing-mode:lr-tb;text-anchor:middle;fill:#eeeeec;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Sans"
       x="675.50775"
       y="621.47485"
       id="text4475"
       sodipodi:linespacing="125%"><tspan
         sodipodi:role="line"
         id="tspan4477"
         x="675.50775"
         y="621.47485">Software</tspan></text>
    <text
       sodipodi:linespacing="125%"
       id="text4479"
       y="645.47485"
       x="615.50775"
       style="font-size:12.57414818px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:center;line-height:125%;writing-mode:lr-tb;text-anchor:middle;fill:#eeeeec;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Sans"
       xml:space="preserve"><tspan
         y="645.47485"
         x="615.50775"
         id="tspan4481"
         sodipodi:role="line">Software</tspan></text>
    <text
       xml:space="preserve"
       style="font-size:12.57414818px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:center;line-height:125%;writing-mode:lr-tb;text-anchor:middle;fill:#eeeeec;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Sans"
       x="675.50775"
       y="669.47485"
       id="text4483"
       sodipodi:linespacing="125%"><tspan
         sodipodi:role="line"
         id="tspan4485"
         x="675.50775"
         y="669.47485">Software</tspan></text>
    <path
       id="path4487"
       d="M 3,629.36218 L 741,629.36218"
       style="fill:none;fill-rule:evenodd;stroke:#3465a4;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
    <path
       style="fill:none;fill-rule:evenodd;stroke:#3465a4;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
       d="M 3,655.36218 L 741,655.36218"
       id="path4489" />
    <path
       id="path4491"
       d="M 187.22747,678.63471 L 187.22747,655.83965"
       style="fill:none;fill-rule:evenodd;stroke:#3465a4;stroke-width:0.95493352px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
    <path
       id="path4493"
       d="M 364.24597,678.63471 L 364.24597,655.83965"
       style="fill:none;fill-rule:evenodd;stroke:#3465a4;stroke-width:0.95493352px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
    <path
       id="path4495"
       d="M 498.25999,678.63471 L 498.25999,655.83965"
       style="fill:none;fill-rule:evenodd;stroke:#3465a4;stroke-width:0.95493352px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
    <path
       id="path4497"
       d="M 618.27253,678.63471 L 618.27253,655.83965"
       style="fill:none;fill-rule:evenodd;stroke:#3465a4;stroke-width:0.95493352px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
    <path
       id="path4499"
       d="M 123.47747,654.75971 L 123.47747,631.96465"
       style="fill:none;fill-rule:evenodd;stroke:#3465a4;stroke-width:0.95493352px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
    <path
       id="path4501"
       d="M 300.49597,654.75971 L 300.49597,631.96465"
       style="fill:none;fill-rule:evenodd;stroke:#3465a4;stroke-width:0.95493352px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
    <path
       id="path4503"
       d="M 434.50999,654.75971 L 434.50999,631.96465"
       style="fill:none;fill-rule:evenodd;stroke:#3465a4;stroke-width:0.95493352px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
    <path
       id="path4505"
       d="M 554.52253,654.75971 L 554.52253,631.96465"
       style="fill:none;fill-rule:evenodd;stroke:#3465a4;stroke-width:0.95493352px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
    <path
       id="path4507"
       d="M 177.47747,628.75971 L 177.47747,605.96465"
       style="fill:none;fill-rule:evenodd;stroke:#3465a4;stroke-width:0.95493352px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
    <path
       id="path4509"
       d="M 354.49597,628.75971 L 354.49597,605.96465"
       style="fill:none;fill-rule:evenodd;stroke:#3465a4;stroke-width:0.95493352px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
    <path
       id="path4511"
       d="M 488.50999,628.75971 L 488.50999,605.96465"
       style="fill:none;fill-rule:evenodd;stroke:#3465a4;stroke-width:0.95493352px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
    <path
       id="path4513"
       d="M 608.52253,628.75971 L 608.52253,605.96465"
       style="fill:none;fill-rule:evenodd;stroke:#3465a4;stroke-width:0.95493352px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
    <text
       xml:space="preserve"
       style="font-size:14.14984322px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:center;text-decoration:none;line-height:125%;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:middle;opacity:1;color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Bitstream Vera Sans"
       x="652.9458"
       y="599.25391"
       id="text4519"
       sodipodi:linespacing="125%"><tspan
         sodipodi:role="line"
         id="tspan4521"
         x="652.9458"
         y="599.25391">Redes</tspan></text>
    <text
       xml:space="preserve"
       style="font-size:13.34101772px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:center;line-height:125%;writing-mode:lr-tb;text-anchor:middle;fill:#d3d7cf;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Sans"
       x="714.32355"
       y="599.25391"
       id="text4523"
       sodipodi:linespacing="125%"><tspan
         sodipodi:role="line"
         id="tspan4525"
         x="714.32355"
         y="599.25391">Cadeias</tspan></text>
    <text
       xml:space="preserve"
       style="font-size:13.34101772px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:center;text-decoration:none;line-height:125%;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:middle;opacity:1;color:#000000;fill:#d3d7cf;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Bitstream Vera Sans"
       x="486.12946"
       y="599.25391"
       id="text4427"
       sodipodi:linespacing="125%"><tspan
         sodipodi:role="line"
         id="tspan4429"
         x="486.12946"
         y="599.25391">Temáticas</tspan></text>
    <text
       xml:space="preserve"
       style="font-size:13.34101772px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:center;line-height:125%;writing-mode:lr-tb;text-anchor:middle;fill:#d3d7cf;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Sans"
       x="578.44489"
       y="599.25391"
       id="text4515"
       sodipodi:linespacing="125%"><tspan
         sodipodi:role="line"
         id="tspan4517"
         x="578.44489"
         y="599.25391">Territorios</tspan></text>
    <rect
       transform="scale(1,-1)"
       style="opacity:1;color:#000000;fill:#4e9a06;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
       id="rect4543"
       width="746.71814"
       height="58.087425"
       x="-0.84184682"
       y="-807.14111" />
    <path
       style="fill:url(#linearGradient4675);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.59509784px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
       d="M 443.17762,748.69533 L 545.0805,748.69533 L 545.0805,768.52943 L 443.17762,768.52943 C 435.5686,759.87817 437.08123,757.43709 443.17762,748.69533 z"
       id="path4545"
       sodipodi:nodetypes="ccccc" />
    <path
       sodipodi:nodetypes="ccccc"
       id="path4547"
       d="M 534.88494,748.69533 L 636.78782,748.69533 L 636.78782,768.52943 L 534.88494,768.52943 C 527.27592,759.87817 528.78854,757.43709 534.88494,748.69533 z"
       style="fill:url(#linearGradient4677);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.59509784px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
    <path
       style="color:#000000;fill:#a40000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
       d="M -0.84184682,847.1411 L 745.87629,847.1411 L 745.87629,768.30367 L -0.84184682,768.30367 L -0.84184682,847.1411 z"
       id="path4549"
       sodipodi:nodetypes="ccccc" />
    <rect
       transform="scale(1,-1)"
       style="opacity:0.39575973;color:#000000;fill:url(#linearGradient4679);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
       id="rect4551"
       width="746.71814"
       height="4.2103004"
       x="-0.84184682"
       y="-846.75366" />
    <rect
       style="opacity:0.24734982;color:#000000;fill:url(#linearGradient4681);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
       id="rect4553"
       width="746.71814"
       height="41.605068"
       x="-0.84184682"
       y="800.87244" />
    <text
       sodipodi:linespacing="125%"
       id="text4557"
       y="763.47668"
       x="402.89023"
       style="font-size:13.34101772px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:center;text-decoration:none;line-height:125%;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:middle;opacity:1;color:#000000;fill:#d3d7cf;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Bitstream Vera Sans"
       xml:space="preserve"><tspan
         y="763.47668"
         x="402.89023"
         id="tspan4559"
         sodipodi:role="line">Profile</tspan></text>
    <text
       sodipodi:linespacing="125%"
       id="text4561"
       y="761.7652"
       x="152.05014"
       style="font-size:10.66766834px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:center;line-height:125%;writing-mode:lr-tb;text-anchor:middle;fill:#2e3436;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Sans"
       xml:space="preserve"><tspan
         y="761.7652"
         x="152.05014"
         id="tspan4563"
         sodipodi:role="line">Acessibilidade | Central de Buscas | Ir para o conteúdo</tspan></text>
    <text
       sodipodi:linespacing="125%"
       id="text4565"
       y="787.47485"
       x="101.50777"
       style="font-size:12.57414818px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:center;line-height:125%;writing-mode:lr-tb;text-anchor:middle;fill:#eeeeec;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Sans"
       xml:space="preserve"><tspan
         y="787.47485"
         x="101.50777"
         id="tspan4567"
         sodipodi:role="line">Formação</tspan></text>
    <text
       xml:space="preserve"
       style="font-size:12.57414818px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:center;line-height:125%;writing-mode:lr-tb;text-anchor:middle;fill:#eeeeec;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Sans"
       x="279.50775"
       y="787.47485"
       id="text4569"
       sodipodi:linespacing="125%"><tspan
         sodipodi:role="line"
         id="tspan4571"
         x="279.50775"
         y="787.47485">Finanças Sociais</tspan></text>
    <text
       sodipodi:linespacing="125%"
       id="text4573"
       y="787.47485"
       x="429.50775"
       style="font-size:12.57414818px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:center;line-height:125%;writing-mode:lr-tb;text-anchor:middle;fill:#eeeeec;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Sans"
       xml:space="preserve"><tspan
         y="787.47485"
         x="429.50775"
         id="tspan4575"
         sodipodi:role="line">Marco Legal</tspan></text>
    <text
       xml:space="preserve"
       style="font-size:12.57414818px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:center;line-height:125%;writing-mode:lr-tb;text-anchor:middle;fill:#eeeeec;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Sans"
       x="555.50775"
       y="785.47485"
       id="text4583"
       sodipodi:linespacing="125%"><tspan
         sodipodi:role="line"
         id="tspan4585"
         x="555.50775"
         y="785.47485">Software</tspan></text>
    <text
       xml:space="preserve"
       style="font-size:12.57414818px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:center;line-height:125%;writing-mode:lr-tb;text-anchor:middle;fill:#eeeeec;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Sans"
       x="41.507767"
       y="811.47485"
       id="text4587"
       sodipodi:linespacing="125%"><tspan
         sodipodi:role="line"
         id="tspan4589"
         x="41.507767"
         y="811.47485">Formação</tspan></text>
    <text
       sodipodi:linespacing="125%"
       id="text4591"
       y="811.47485"
       x="219.50775"
       style="font-size:12.57414818px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:center;line-height:125%;writing-mode:lr-tb;text-anchor:middle;fill:#eeeeec;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Sans"
       xml:space="preserve"><tspan
         y="811.47485"
         x="219.50775"
         id="tspan4593"
         sodipodi:role="line">Finanças Sociais</tspan></text>
    <text
       xml:space="preserve"
       style="font-size:12.57414818px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:center;line-height:125%;writing-mode:lr-tb;text-anchor:middle;fill:#eeeeec;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Sans"
       x="369.50775"
       y="811.47485"
       id="text4595"
       sodipodi:linespacing="125%"><tspan
         sodipodi:role="line"
         id="tspan4597"
         x="369.50775"
         y="811.47485">Marco Legal</tspan></text>
    <text
       sodipodi:linespacing="125%"
       id="text4599"
       y="809.47485"
       x="495.50775"
       style="font-size:12.57414818px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:center;line-height:125%;writing-mode:lr-tb;text-anchor:middle;fill:#eeeeec;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Sans"
       xml:space="preserve"><tspan
         y="809.47485"
         x="495.50775"
         id="tspan4601"
         sodipodi:role="line">Software</tspan></text>
    <text
       sodipodi:linespacing="125%"
       id="text4603"
       y="835.47485"
       x="101.50777"
       style="font-size:12.57414818px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:center;line-height:125%;writing-mode:lr-tb;text-anchor:middle;fill:#eeeeec;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Sans"
       xml:space="preserve"><tspan
         y="835.47485"
         x="101.50777"
         id="tspan4605"
         sodipodi:role="line">Formação</tspan></text>
    <text
       xml:space="preserve"
       style="font-size:12.57414818px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:center;line-height:125%;writing-mode:lr-tb;text-anchor:middle;fill:#eeeeec;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Sans"
       x="279.50775"
       y="835.47485"
       id="text4607"
       sodipodi:linespacing="125%"><tspan
         sodipodi:role="line"
         id="tspan4609"
         x="279.50775"
         y="835.47485">Finanças Sociais</tspan></text>
    <text
       sodipodi:linespacing="125%"
       id="text4611"
       y="835.47485"
       x="429.50775"
       style="font-size:12.57414818px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:center;line-height:125%;writing-mode:lr-tb;text-anchor:middle;fill:#eeeeec;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Sans"
       xml:space="preserve"><tspan
         y="835.47485"
         x="429.50775"
         id="tspan4613"
         sodipodi:role="line">Marco Legal</tspan></text>
    <text
       xml:space="preserve"
       style="font-size:12.57414818px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:center;line-height:125%;writing-mode:lr-tb;text-anchor:middle;fill:#eeeeec;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Sans"
       x="555.50775"
       y="833.47485"
       id="text4615"
       sodipodi:linespacing="125%"><tspan
         sodipodi:role="line"
         id="tspan4617"
         x="555.50775"
         y="833.47485">Software</tspan></text>
    <text
       sodipodi:linespacing="125%"
       id="text4619"
       y="785.47485"
       x="675.50775"
       style="font-size:12.57414818px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:center;line-height:125%;writing-mode:lr-tb;text-anchor:middle;fill:#eeeeec;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Sans"
       xml:space="preserve"><tspan
         y="785.47485"
         x="675.50775"
         id="tspan4621"
         sodipodi:role="line">Software</tspan></text>
    <text
       xml:space="preserve"
       style="font-size:12.57414818px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:center;line-height:125%;writing-mode:lr-tb;text-anchor:middle;fill:#eeeeec;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Sans"
       x="615.50775"
       y="809.47485"
       id="text4623"
       sodipodi:linespacing="125%"><tspan
         sodipodi:role="line"
         id="tspan4625"
         x="615.50775"
         y="809.47485">Software</tspan></text>
    <text
       sodipodi:linespacing="125%"
       id="text4627"
       y="833.47485"
       x="675.50775"
       style="font-size:12.57414818px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:center;line-height:125%;writing-mode:lr-tb;text-anchor:middle;fill:#eeeeec;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Sans"
       xml:space="preserve"><tspan
         y="833.47485"
         x="675.50775"
         id="tspan4629"
         sodipodi:role="line">Software</tspan></text>
    <path
       style="fill:none;fill-rule:evenodd;stroke:#cc0000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
       d="M 3,793.36218 L 741,793.36218"
       id="path4631" />
    <path
       id="path4633"
       d="M 3,819.36218 L 741,819.36218"
       style="fill:none;fill-rule:evenodd;stroke:#cc0000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
    <path
       style="fill:none;fill-rule:evenodd;stroke:#cc0000;stroke-width:0.95493352px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
       d="M 187.22747,842.63471 L 187.22747,819.83965"
       id="path4635" />
    <path
       style="fill:none;fill-rule:evenodd;stroke:#cc0000;stroke-width:0.95493352px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
       d="M 364.24597,842.63471 L 364.24597,819.83965"
       id="path4637" />
    <path
       style="fill:none;fill-rule:evenodd;stroke:#cc0000;stroke-width:0.95493352px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
       d="M 498.25999,842.63471 L 498.25999,819.83965"
       id="path4639" />
    <path
       style="fill:none;fill-rule:evenodd;stroke:#cc0000;stroke-width:0.95493352px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
       d="M 618.27253,842.63471 L 618.27253,819.83965"
       id="path4641" />
    <path
       style="fill:none;fill-rule:evenodd;stroke:#cc0000;stroke-width:0.99747664px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
       d="M 123.49874,818.73844 L 123.49874,793.8646"
       id="path4643" />
    <path
       style="fill:none;fill-rule:evenodd;stroke:#cc0000;stroke-width:0.99747664px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
       d="M 300.49977,818.73844 L 300.49977,793.8646"
       id="path4645" />
    <path
       style="fill:none;fill-rule:evenodd;stroke:#cc0000;stroke-width:0.99747664px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
       d="M 434.50056,818.73844 L 434.50056,793.8646"
       id="path4647" />
    <path
       style="fill:none;fill-rule:evenodd;stroke:#cc0000;stroke-width:0.99747664px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
       d="M 554.50126,818.73844 L 554.50126,793.8646"
       id="path4649" />
    <path
       style="fill:none;fill-rule:evenodd;stroke:#cc0000;stroke-width:0.95493352px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
       d="M 177.47747,792.75971 L 177.47747,769.96465"
       id="path4651" />
    <path
       style="fill:none;fill-rule:evenodd;stroke:#cc0000;stroke-width:0.95493352px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
       d="M 354.49597,792.75971 L 354.49597,769.96465"
       id="path4653" />
    <path
       style="fill:none;fill-rule:evenodd;stroke:#cc0000;stroke-width:0.95493352px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
       d="M 488.50999,792.75971 L 488.50999,769.96465"
       id="path4655" />
    <path
       style="fill:none;fill-rule:evenodd;stroke:#cc0000;stroke-width:0.95493352px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
       d="M 608.52253,792.75971 L 608.52253,769.96465"
       id="path4657" />
    <path
       style="fill:url(#linearGradient4685);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.59509784px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
       d="M 625.62378,748.69533 L 687.52666,748.69533 L 687.52666,758.61238 L 687.52666,768.52943 L 625.62378,768.52943 C 618.01476,759.87817 619.52739,757.43709 625.62378,748.69533 z"
       id="path4577"
       sodipodi:nodetypes="cccccc" />
    <rect
       y="755.05371"
       x="-0.84184682"
       height="13.512748"
       width="746.71814"
       id="rect4555"
       style="opacity:0.62190815;color:#000000;fill:url(#linearGradient4683);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
    <text
       sodipodi:linespacing="125%"
       id="text4667"
       y="763.25391"
       x="486.12946"
       style="font-size:13.34101772px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:center;text-decoration:none;line-height:125%;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:middle;opacity:1;color:#000000;fill:#d3d7cf;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Bitstream Vera Sans"
       xml:space="preserve"><tspan
         y="763.25391"
         x="486.12946"
         id="tspan4669"
         sodipodi:role="line">Temáticas</tspan></text>
    <text
       sodipodi:linespacing="125%"
       id="text4671"
       y="763.25391"
       x="578.44489"
       style="font-size:13.34101772px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:center;line-height:125%;writing-mode:lr-tb;text-anchor:middle;fill:#d3d7cf;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Sans"
       xml:space="preserve"><tspan
         y="763.25391"
         x="578.44489"
         id="tspan4673"
         sodipodi:role="line">Territorios</tspan></text>
    <text
       sodipodi:linespacing="125%"
       id="text4659"
       y="763.25391"
       x="652.9458"
       style="font-size:13.34101772px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:center;text-decoration:none;line-height:125%;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:middle;opacity:1;color:#000000;fill:#d3d7cf;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Bitstream Vera Sans"
       xml:space="preserve"><tspan
         y="763.25391"
         x="652.9458"
         id="tspan4661"
         sodipodi:role="line">Redes</tspan></text>
    <path
       sodipodi:nodetypes="ccccc"
       id="path4579"
       d="M 684.29957,748.69533 L 746.20245,748.69533 L 746.20245,768.52943 L 684.29957,768.52943 C 676.69055,759.87817 678.20317,757.43709 684.29957,748.69533 z"
       style="fill:url(#linearGradient4687);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.59509784px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
    <text
       sodipodi:linespacing="125%"
       id="text4663"
       y="763.25391"
       x="714.32355"
       style="font-size:14.14984322px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:center;text-decoration:none;line-height:125%;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:middle;opacity:1;color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Bitstream Vera Sans"
       xml:space="preserve"><tspan
         y="763.25391"
         x="714.32355"
         id="tspan4665"
         sodipodi:role="line">Cadeias</tspan></text>
    <rect
       transform="scale(1,-1)"
       style="opacity:1;color:#000000;fill:#4e9a06;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
       id="rect4691"
       width="746.71814"
       height="58.087425"
       x="-0.84184682"
       y="-79.141098" />
    <rect
       transform="scale(1,-1)"
       style="opacity:0.39575973;color:#000000;fill:url(#linearGradient4747);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
       id="rect4693"
       width="746.71814"
       height="4.2103004"
       x="-0.84184682"
       y="-78.753632" />
    <rect
       style="opacity:0.24734982;color:#000000;fill:url(#linearGradient4749);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
       id="rect4695"
       width="746.71814"
       height="20.605066"
       x="-0.84184682"
       y="53.872414" />
    <path
       style="fill:url(#linearGradient4751);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.59509784px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
       d="M 443.17762,20.69533 L 545.0805,20.69533 L 545.0805,40.52943 L 443.17762,40.52943 C 435.5686,31.87817 437.08123,29.43709 443.17762,20.69533 z"
       id="path4697"
       sodipodi:nodetypes="ccccc" />
    <path
       sodipodi:nodetypes="ccccc"
       id="path4699"
       d="M 534.88494,20.69533 L 636.78782,20.69533 L 636.78782,40.52943 L 534.88494,40.52943 C 527.27592,31.87817 528.78854,29.43709 534.88494,20.69533 z"
       style="fill:url(#linearGradient4753);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.59509784px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
    <path
       style="fill:url(#linearGradient4755);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.59509784px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
       d="M 625.62378,20.69533 L 687.52666,20.69533 L 687.52666,30.61238 L 687.52666,40.52943 L 625.62378,40.52943 C 618.01476,31.87817 619.52739,29.43709 625.62378,20.69533 z"
       id="path4701"
       sodipodi:nodetypes="cccccc" />
    <path
       sodipodi:nodetypes="ccccc"
       id="path4703"
       d="M 684.29957,20.69533 L 746.20245,20.69533 L 746.20245,40.52943 L 684.29957,40.52943 C 676.69055,31.87817 678.20317,29.43709 684.29957,20.69533 z"
       style="fill:url(#linearGradient4757);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.59509784px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
    <rect
       y="27.053673"
       x="-0.84184682"
       height="13.512748"
       width="746.71814"
       id="rect4705"
       style="opacity:0.62190815;color:#000000;fill:url(#linearGradient4759);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
    <text
       sodipodi:linespacing="125%"
       id="text4707"
       y="35.253922"
       x="486.12946"
       style="font-size:13.34101772px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:center;line-height:125%;writing-mode:lr-tb;text-anchor:middle;fill:#d3d7cf;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Sans"
       xml:space="preserve"><tspan
         y="35.253922"
         x="486.12946"
         id="tspan4709"
         sodipodi:role="line">Temáticas</tspan></text>
    <text
       sodipodi:linespacing="125%"
       id="text4711"
       y="35.253922"
       x="578.44489"
       style="font-size:13.34101772px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:center;line-height:125%;writing-mode:lr-tb;text-anchor:middle;fill:#d3d7cf;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Sans"
       xml:space="preserve"><tspan
         y="35.253922"
         x="578.44489"
         id="tspan4713"
         sodipodi:role="line">Territorios</tspan></text>
    <text
       sodipodi:linespacing="125%"
       id="text4715"
       y="35.253922"
       x="652.9458"
       style="font-size:13.34101772px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:center;line-height:125%;writing-mode:lr-tb;text-anchor:middle;fill:#d3d7cf;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Sans"
       xml:space="preserve"><tspan
         y="35.253922"
         x="652.9458"
         id="tspan4717"
         sodipodi:role="line">Redes</tspan></text>
    <text
       sodipodi:linespacing="125%"
       id="text4719"
       y="35.253922"
       x="714.32355"
       style="font-size:13.34101772px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:center;line-height:125%;writing-mode:lr-tb;text-anchor:middle;fill:#d3d7cf;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Sans"
       xml:space="preserve"><tspan
         y="35.253922"
         x="714.32355"
         id="tspan4721"
         sodipodi:role="line">Cadeias</tspan></text>
    <text
       sodipodi:linespacing="125%"
       id="text4723"
       y="35.4767"
       x="396.89023"
       style="font-size:14.14984322px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:center;line-height:125%;writing-mode:lr-tb;text-anchor:middle;fill:#eeeeec;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Sans"
       xml:space="preserve"><tspan
         y="35.4767"
         x="396.89023"
         id="tspan4725"
         sodipodi:role="line">Noosfero</tspan></text>
    <text
       sodipodi:linespacing="125%"
       id="text4727"
       y="33.765198"
       x="152.05014"
       style="font-size:10.66766834px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:center;line-height:125%;writing-mode:lr-tb;text-anchor:middle;fill:#2e3436;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Sans"
       xml:space="preserve"><tspan
         y="33.765198"
         x="152.05014"
         id="tspan4729"
         sodipodi:role="line">Acessibilidade | Central de Buscas | Ir para o conteúdo</tspan></text>
    <text
       sodipodi:linespacing="125%"
       id="text4731"
       y="63.474869"
       x="91.507767"
       style="font-size:12.57414818px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:center;line-height:125%;writing-mode:lr-tb;text-anchor:middle;fill:#eeeeec;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Sans"
       xml:space="preserve"><tspan
         y="63.474869"
         x="91.507767"
         id="tspan4733"
         sodipodi:role="line">Página Inicial</tspan></text>
    <text
       xml:space="preserve"
       style="font-size:12.57414818px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:center;line-height:125%;writing-mode:lr-tb;text-anchor:middle;fill:#eeeeec;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Sans"
       x="279.50775"
       y="63.474869"
       id="text4735"
       sodipodi:linespacing="125%"><tspan
         sodipodi:role="line"
         id="tspan4737"
         x="279.50775"
         y="63.474869">Sobre Acessibilidade</tspan></text>
    <text
       sodipodi:linespacing="125%"
       id="text4739"
       y="63.474869"
       x="461.50775"
       style="font-size:12.57414818px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:center;line-height:125%;writing-mode:lr-tb;text-anchor:middle;fill:#eeeeec;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Sans"
       xml:space="preserve"><tspan
         y="63.474869"
         x="461.50775"
         id="tspan4741"
         sodipodi:role="line">Central de Buscas</tspan></text>
    <text
       xml:space="preserve"
       style="font-size:12.57414818px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:center;line-height:125%;writing-mode:lr-tb;text-anchor:middle;fill:#2e3436;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Sans"
       x="717.50775"
       y="63.474869"
       id="text4743"
       sodipodi:linespacing="125%"><tspan
         sodipodi:role="line"
         id="tspan4745"
         x="717.50775"
         y="63.474869">Logar!</tspan></text>
    <g
       transform="translate(-2,106)"
       id="g4794">
      <path
         style="color:#000000;fill:#ce5c00;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;filter:url(#filter3533);enable-background:accumulate"
         d="M 21.84062,71.08174 L 168.91883,71.08174 C 175.18663,71.08174 180.23254,76.12765 180.23254,82.39545 L 180.23254,131.70916 C 180.23254,137.97696 175.18663,143.02287 168.91883,143.02287 L 21.84062,143.02287 C 15.572826,143.02287 10.526912,137.97696 10.526912,131.70916 L 10.526912,82.39545 C 10.526912,76.12765 15.572826,71.08174 21.84062,71.08174 z"
         id="path4796"
         sodipodi:nodetypes="ccccccccc" />
      <text
         xml:space="preserve"
         style="font-size:12.57414818px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:center;line-height:125%;writing-mode:lr-tb;text-anchor:middle;fill:#eeeeec;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Sans"
         x="95.507767"
         y="135.47487"
         id="text4798"
         sodipodi:linespacing="125%"><tspan
           sodipodi:role="line"
           id="tspan4800"
           x="95.507767"
           y="135.47487">Busca Rápida</tspan></text>
      <rect
         style="opacity:1;color:#000000;fill:#eeeeec;fill-opacity:1;fill-rule:nonzero;stroke:#f57900;stroke-width:1.0454545px;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;filter:url(#filter3533);enable-background:accumulate"
         id="rect4802"
         width="153.68182"
         height="21.954546"
         x="19.022728"
         y="97.384911" />
    </g>
    <rect
       y="-195.1411"
       x="-0.84184682"
       height="58.087425"
       width="746.71814"
       id="rect2305"
       style="opacity:1;color:#000000;fill:#4e9a06;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
       transform="scale(1,-1)" />
    <rect
       y="-194.75363"
       x="-0.84184682"
       height="4.2103004"
       width="746.71814"
       id="rect3311"
       style="opacity:0.39575973;color:#000000;fill:url(#linearGradient3313);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
       transform="scale(1,-1)" />
    <rect
       y="169.87241"
       x="-0.84184682"
       height="20.605066"
       width="746.71814"
       id="rect3321"
       style="opacity:0.24734982;color:#000000;fill:url(#linearGradient3323);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
    <path
       sodipodi:nodetypes="ccccc"
       id="path3355"
       d="M 443.17762,136.69533 L 545.0805,136.69533 L 545.0805,156.52943 L 443.17762,156.52943 C 435.5686,147.87817 437.08123,145.43709 443.17762,136.69533 z"
       style="fill:url(#linearGradient3724);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.59509784px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
    <path
       style="fill:url(#linearGradient3732);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.59509784px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
       d="M 534.88494,136.69533 L 636.78782,136.69533 L 636.78782,156.52943 L 534.88494,156.52943 C 527.27592,147.87817 528.78854,145.43709 534.88494,136.69533 z"
       id="path3345"
       sodipodi:nodetypes="ccccc" />
    <path
       sodipodi:nodetypes="cccccc"
       id="path3335"
       d="M 625.62378,136.69533 L 687.52666,136.69533 L 687.52666,146.61238 L 687.52666,156.52943 L 625.62378,156.52943 C 618.01476,147.87817 619.52739,145.43709 625.62378,136.69533 z"
       style="fill:url(#linearGradient3740);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.59509784px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
    <path
       style="fill:url(#linearGradient3748);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.59509784px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
       d="M 684.29957,136.69533 L 746.20245,136.69533 L 746.20245,156.52943 L 684.29957,156.52943 C 676.69055,147.87817 678.20317,145.43709 684.29957,136.69533 z"
       id="path3325"
       sodipodi:nodetypes="ccccc" />
    <rect
       style="opacity:0.62190815;color:#000000;fill:url(#linearGradient3309);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
       id="rect3293"
       width="746.71814"
       height="13.512748"
       x="-0.84184682"
       y="143.05368" />
    <text
       xml:space="preserve"
       style="font-size:13.34101772px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:center;line-height:125%;writing-mode:lr-tb;text-anchor:middle;fill:#d3d7cf;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Sans"
       x="486.12946"
       y="151.25392"
       id="text3754"
       sodipodi:linespacing="125%"><tspan
         sodipodi:role="line"
         id="tspan3756"
         x="486.12946"
         y="151.25392">Temáticas</tspan></text>
    <text
       xml:space="preserve"
       style="font-size:13.34101772px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:center;line-height:125%;writing-mode:lr-tb;text-anchor:middle;fill:#d3d7cf;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Sans"
       x="578.44489"
       y="151.25392"
       id="text3758"
       sodipodi:linespacing="125%"><tspan
         sodipodi:role="line"
         id="tspan3760"
         x="578.44489"
         y="151.25392">Territorios</tspan></text>
    <text
       xml:space="preserve"
       style="font-size:13.34101772px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:center;line-height:125%;writing-mode:lr-tb;text-anchor:middle;fill:#d3d7cf;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Sans"
       x="652.9458"
       y="151.25392"
       id="text3762"
       sodipodi:linespacing="125%"><tspan
         sodipodi:role="line"
         id="tspan3764"
         x="652.9458"
         y="151.25392">Redes</tspan></text>
    <text
       xml:space="preserve"
       style="font-size:13.34101772px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:center;line-height:125%;writing-mode:lr-tb;text-anchor:middle;fill:#d3d7cf;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Sans"
       x="714.32355"
       y="151.25392"
       id="text3766"
       sodipodi:linespacing="125%"><tspan
         sodipodi:role="line"
         id="tspan3768"
         x="714.32355"
         y="151.25392">Cadeias</tspan></text>
    <text
       xml:space="preserve"
       style="font-size:14.14984322px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:center;line-height:125%;writing-mode:lr-tb;text-anchor:middle;fill:#eeeeec;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Sans"
       x="398.89023"
       y="151.4767"
       id="text3770"
       sodipodi:linespacing="125%"><tspan
         sodipodi:role="line"
         id="tspan3772"
         x="398.89023"
         y="151.4767">Valessio</tspan></text>
    <text
       xml:space="preserve"
       style="font-size:10.66766834px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:center;line-height:125%;writing-mode:lr-tb;text-anchor:middle;fill:#2e3436;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Sans"
       x="152.05014"
       y="149.7652"
       id="text3774"
       sodipodi:linespacing="125%"><tspan
         sodipodi:role="line"
         id="tspan3776"
         x="152.05014"
         y="149.7652">Acessibilidade | Central de Buscas | Ir para o conteúdo</tspan></text>
    <text
       xml:space="preserve"
       style="font-size:12.57414818px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:center;line-height:125%;writing-mode:lr-tb;text-anchor:middle;fill:#eeeeec;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Sans"
       x="101.50777"
       y="179.47487"
       id="text3778"
       sodipodi:linespacing="125%"><tspan
         sodipodi:role="line"
         id="tspan3780"
         x="101.50777"
         y="179.47487">Gerenciar meu conteúdo</tspan></text>
    <text
       sodipodi:linespacing="125%"
       id="text3782"
       y="179.47487"
       x="299.50775"
       style="font-size:12.57414818px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:center;line-height:125%;writing-mode:lr-tb;text-anchor:middle;fill:#eeeeec;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Sans"
       xml:space="preserve"><tspan
         y="179.47487"
         x="299.50775"
         id="tspan3784"
         sodipodi:role="line">Editar modo de visualização</tspan></text>
    <text
       xml:space="preserve"
       style="font-size:12.57414818px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:center;line-height:125%;writing-mode:lr-tb;text-anchor:middle;fill:#eeeeec;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Sans"
       x="449.50775"
       y="179.47487"
       id="text3786"
       sodipodi:linespacing="125%"><tspan
         sodipodi:role="line"
         id="tspan3788"
         x="449.50775"
         y="179.47487">Editar Perfil</tspan></text>
    <text
       sodipodi:linespacing="125%"
       id="text3790"
       y="179.47487"
       x="687.50775"
       style="font-size:12.57414818px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:center;line-height:125%;writing-mode:lr-tb;text-anchor:middle;fill:#2e3436;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Sans"
       xml:space="preserve"><tspan
         y="179.47487"
         x="687.50775"
         id="tspan3792"
         sodipodi:role="line">Efetuar logout!</tspan></text>
    <text
       xml:space="preserve"
       style="font-size:11.96528435px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:center;line-height:125%;writing-mode:lr-tb;text-anchor:middle;fill:#2e3436;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Sans"
       x="89.879959"
       y="218.48615"
       id="text4804"
       sodipodi:linespacing="125%"><tspan
         sodipodi:role="line"
         id="tspan4806"
         x="89.879959"
         y="218.48615">Digite aqui sua busca...</tspan></text>
    <rect
       y="-0.15604506"
       x="-1254.7533"
       height="25.207016"
       width="76.740646"
       id="rect3779"
       style="opacity:1;fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.63230342;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
    <rect
       style="opacity:1;fill:#a40000;fill-opacity:1;stroke:#a40000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
       id="rect3783"
       width="76.740646"
       height="25.207016"
       x="-1254.7533"
       y="-0.15604506" />
    <text
       sodipodi:linespacing="125%"
       id="text3885"
       y="16.396809"
       x="-1215.7429"
       style="font-size:10.8593092px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:center;line-height:125%;writing-mode:lr-tb;text-anchor:middle;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Sans"
       xml:space="preserve"><tspan
         y="16.396809"
         x="-1215.7429"
         id="tspan3887"
         sodipodi:role="line">Temáticas</tspan></text>
    <rect
       style="opacity:1;fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.63230342;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
       id="rect3787"
       width="76.740646"
       height="25.207016"
       x="-1174.7533"
       y="-0.15604506" />
    <rect
       y="-0.15604506"
       x="-1174.7533"
       height="25.207016"
       width="76.740646"
       id="rect3789"
       style="opacity:1;fill:#4e9a06;fill-opacity:1;stroke:#4e9a06;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
    <text
       sodipodi:linespacing="125%"
       id="text3889"
       y="16.179409"
       x="-1135.0585"
       style="font-size:10.8593092px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:center;line-height:125%;writing-mode:lr-tb;text-anchor:middle;fill:#eeeeec;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Sans"
       xml:space="preserve"><tspan
         y="16.179409"
         x="-1135.0585"
         id="tspan3891"
         sodipodi:role="line">Territorios</tspan></text>
    <rect
       y="-13.532746"
       x="-1674.5221"
       height="17.975985"
       width="746.71814"
       id="rect4342"
       style="opacity:0.69257951;fill:url(#linearGradient3753);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
       transform="scale(1,-1)" />
    <path
       id="path3781"
       d="M -1253.8187,1.1189253 L -1253.8187,23.766482 L -1178.9742,23.766482 L -1178.9742,1.1189253 L -1253.8187,1.1189253 z"
       style="fill:none;fill-opacity:1;stroke:#ef2929;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
    <rect
       y="-0.15604506"
       x="-1254.7533"
       height="25.207016"
       width="76.740646"
       id="rect3785"
       style="opacity:1;fill:none;fill-opacity:1;stroke:#a40000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
    <path
       style="fill:none;fill-opacity:1;stroke:#8ae234;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
       d="M -1173.8187,1.1189253 L -1173.8187,23.766482 L -1098.9742,23.766482 L -1098.9742,1.1189253 L -1173.8187,1.1189253 z"
       id="path3795" />
    <rect
       style="opacity:1;fill:none;fill-opacity:1;stroke:#4e9a06;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
       id="rect3797"
       width="76.740646"
       height="25.207016"
       x="-1174.7533"
       y="-0.15604506" />
    <text
       xml:space="preserve"
       style="font-size:9.27912045px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:center;line-height:125%;writing-mode:lr-tb;text-anchor:middle;fill:#eeeeec;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Sans"
       x="-1540.8757"
       y="89.502029"
       id="text3803"
       sodipodi:linespacing="125%"><tspan
         sodipodi:role="line"
         id="tspan3805"
         x="-1540.8757"
         y="89.502029">Acessibilidade | Central de Buscas | Ir para o conteúdo</tspan></text>
    <rect
       y="79.843964"
       x="-1334.7533"
       height="25.207016"
       width="76.740646"
       id="rect3843"
       style="opacity:1;fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.63230342;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
    <path
       id="path3845"
       d="M -1333.8187,81.11893 L -1333.8187,103.76648 L -1258.9742,103.76648 L -1258.9742,81.11893 L -1333.8187,81.11893 z"
       style="fill:none;fill-opacity:1;stroke:#729fcf;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
    <text
       xml:space="preserve"
       style="font-size:12.17893124px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:center;line-height:125%;writing-mode:lr-tb;text-anchor:middle;fill:#eeeeec;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Sans"
       x="-1296.6641"
       y="96.983032"
       id="text3847"
       sodipodi:linespacing="125%"><tspan
         sodipodi:role="line"
         id="tspan3849"
         x="-1296.6641"
         y="96.983032">Noosfero</tspan></text>
    <rect
       y="79.843964"
       x="-1174.7533"
       height="25.207016"
       width="76.740646"
       id="rect3851"
       style="opacity:1;fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.63230342;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
    <rect
       style="opacity:1;fill:#4e9a06;fill-opacity:1;stroke:#4e9a06;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
       id="rect3853"
       width="76.740646"
       height="25.207016"
       x="-1174.7533"
       y="79.843964" />
    <text
       xml:space="preserve"
       style="font-size:10.8593092px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:center;line-height:125%;writing-mode:lr-tb;text-anchor:middle;fill:#eeeeec;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Sans"
       x="-1135.0585"
       y="96.179413"
       id="text3855"
       sodipodi:linespacing="125%"><tspan
         sodipodi:role="line"
         id="tspan3857"
         x="-1135.0585"
         y="96.179413">Territorios</tspan></text>
    <rect
       transform="scale(1,-1)"
       style="opacity:0.6925795;fill:url(#linearGradient3879);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
       id="rect3859"
       width="746.71814"
       height="17.975985"
       x="-1674.5221"
       y="-93.532753" />
    <path
       id="path3865"
       d="M -1173.8187,81.11893 L -1173.8187,103.76648 L -1098.9742,103.76648 L -1098.9742,81.11893 L -1173.8187,81.11893 z"
       style="fill:none;fill-opacity:1;stroke:#8ae234;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
    <rect
       y="79.843964"
       x="-1174.7533"
       height="25.207016"
       width="76.740646"
       id="rect3867"
       style="opacity:1;fill:none;fill-opacity:1;stroke:#4e9a06;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
    <rect
       style="opacity:1;fill:none;fill-opacity:1;stroke:#204a87;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
       id="rect3869"
       width="76.740646"
       height="25.207016"
       x="-1334.7533"
       y="79.843964" />
    <rect
       y="-0.15604401"
       x="-1334.7533"
       height="25.207016"
       width="76.740646"
       id="rect3755"
       style="opacity:1;fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.63230342;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
    <rect
       style="opacity:1;fill:none;fill-opacity:1;stroke:#729fcf;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
       id="rect3763"
       width="76.740646"
       height="25.207016"
       x="-1334.7533"
       y="-0.15604401" />
    <path
       id="path3757"
       d="M -1333.8187,1.118925 L -1333.8187,23.766482 L -1258.9742,23.766482 L -1258.9742,1.118925 L -1333.8187,1.118925 z"
       style="fill:url(#linearGradient3777);fill-opacity:1;stroke:#204a87;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
    <text
       sodipodi:linespacing="125%"
       id="text4572"
       y="16.983042"
       x="-1296.6641"
       style="font-size:12.17893124px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:center;line-height:125%;writing-mode:lr-tb;text-anchor:middle;fill:#eeeeec;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Sans"
       xml:space="preserve"><tspan
         y="16.983042"
         x="-1296.6641"
         id="tspan4574"
         sodipodi:role="line">Noosfero</tspan></text>
    <rect
       style="opacity:1;fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.63230342;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
       id="rect3883"
       width="76.740646"
       height="25.207016"
       x="-1254.7533"
       y="79.843964" />
    <rect
       y="79.843964"
       x="-1254.7533"
       height="25.207016"
       width="76.740646"
       id="rect3885"
       style="opacity:1;fill:#ef2929;fill-opacity:1;stroke:#ef2929;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
    <path
       style="fill:url(#linearGradient3894);fill-opacity:1;stroke:#a40000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
       d="M -1253.8187,81.11893 L -1253.8187,103.76648 L -1178.9742,103.76648 L -1178.9742,81.11893 L -1253.8187,81.11893 z"
       id="path3887" />
    <text
       xml:space="preserve"
       style="font-size:10.8593092px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:center;line-height:125%;writing-mode:lr-tb;text-anchor:middle;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Sans"
       x="-1215.7429"
       y="96.39679"
       id="text3839"
       sodipodi:linespacing="125%"><tspan
         sodipodi:role="line"
         id="tspan3841"
         x="-1215.7429"
         y="96.39679">Temáticas</tspan></text>
    <rect
       transform="scale(1,-1)"
       style="opacity:0.6925795;fill:url(#linearGradient3904);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
       id="rect3902"
       width="746.71814"
       height="1.9759846"
       x="-1674.5221"
       y="2.4672537" />
    <rect
       y="-6.2172537"
       x="-1674.5221"
       height="1.7740154"
       width="746.71814"
       id="rect3906"
       style="opacity:0.6925795;fill:#2e3436;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
    <text
       sodipodi:linespacing="125%"
       id="text3905"
       y="9.5020294"
       x="-1518.8757"
       style="font-size:9.27912045px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:center;line-height:125%;writing-mode:lr-tb;text-anchor:middle;fill:#eeeeec;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Sans"
       xml:space="preserve"><tspan
         y="9.5020294"
         x="-1518.8757"
         id="tspan3907"
         sodipodi:role="line">Acessibilidade      Central de Buscas      Ir para o conteúdo</tspan></text>
    <text
       sodipodi:linespacing="125%"
       id="text3893"
       y="16.179409"
       x="-1056.1306"
       style="font-size:10.8593092px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:center;line-height:125%;writing-mode:lr-tb;text-anchor:middle;fill:#eeeeec;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Sans"
       xml:space="preserve"><tspan
         y="16.179409"
         x="-1056.1306"
         id="tspan3895"
         sodipodi:role="line">Redes</tspan></text>
    <text
       sodipodi:linespacing="125%"
       id="text3897"
       y="16.179409"
       x="-974.35541"
       style="font-size:10.8593092px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:center;line-height:125%;writing-mode:lr-tb;text-anchor:middle;fill:#eeeeec;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Sans"
       xml:space="preserve"><tspan
         y="16.179409"
         x="-974.35541"
         id="tspan3899"
         sodipodi:role="line">Cadeias</tspan></text>
    <text
       xml:space="preserve"
       style="font-size:10.8593092px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:center;line-height:125%;writing-mode:lr-tb;text-anchor:middle;fill:#eeeeec;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Sans"
       x="-1056.1306"
       y="96.179413"
       id="text3813"
       sodipodi:linespacing="125%"><tspan
         sodipodi:role="line"
         id="tspan3815"
         x="-1056.1306"
         y="96.179413">Redes</tspan></text>
    <text
       xml:space="preserve"
       style="font-size:10.8593092px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:center;line-height:125%;writing-mode:lr-tb;text-anchor:middle;fill:#eeeeec;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Sans"
       x="-974.35541"
       y="96.179413"
       id="text3823"
       sodipodi:linespacing="125%"><tspan
         sodipodi:role="line"
         id="tspan3825"
         x="-974.35541"
         y="96.179413">Cadeias</tspan></text>
    <path
       id="path3908"
       d="M -1093.8187,1.1189253 L -1093.8187,23.766482 L -1018.9742,23.766482 L -1018.9742,1.1189253 L -1093.8187,1.1189253 z"
       style="fill:none;fill-opacity:1;stroke:#fcaf3e;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
    <rect
       y="-0.15604506"
       x="-1094.7533"
       height="25.207016"
       width="76.740646"
       id="rect3910"
       style="opacity:1;fill:none;fill-opacity:1;stroke:#ce5c00;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
    <path
       sodipodi:type="star"
       style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
       id="path3914"
       sodipodi:sides="3"
       sodipodi:cx="-1604.4253"
       sodipodi:cy="-101.63608"
       sodipodi:r1="38.059162"
       sodipodi:r2="19.029581"
       sodipodi:arg1="2.0943951"
       sodipodi:arg2="3.1415927"
       inkscape:flatsided="false"
       inkscape:rounded="0"
       inkscape:randomized="0"
       d="M -1623.4549,-68.675877 L -1623.4549,-101.63608 L -1623.4549,-134.59628 L -1594.9105,-118.11618 L -1566.3661,-101.63608 L -1594.9105,-85.155977 L -1623.4549,-68.675877 z"
       transform="matrix(7.5903524e-2,0,0,7.5903524e-2,-1540.7703,13.879482)" />
    <path
       transform="matrix(7.5903524e-2,0,0,7.5903524e-2,-1454.7703,13.879482)"
       d="M -1623.4549,-68.675877 L -1623.4549,-101.63608 L -1623.4549,-134.59628 L -1594.9105,-118.11618 L -1566.3661,-101.63608 L -1594.9105,-85.155977 L -1623.4549,-68.675877 z"
       inkscape:randomized="0"
       inkscape:rounded="0"
       inkscape:flatsided="false"
       sodipodi:arg2="3.1415927"
       sodipodi:arg1="2.0943951"
       sodipodi:r2="19.029581"
       sodipodi:r1="38.059162"
       sodipodi:cy="-101.63608"
       sodipodi:cx="-1604.4253"
       sodipodi:sides="3"
       id="path3916"
       style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.68420565;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
       sodipodi:type="star" />
    <path
       sodipodi:type="star"
       style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
       id="path3918"
       sodipodi:sides="3"
       sodipodi:cx="-1604.4253"
       sodipodi:cy="-101.63608"
       sodipodi:r1="38.059162"
       sodipodi:r2="19.029581"
       sodipodi:arg1="2.0943951"
       sodipodi:arg2="3.1415927"
       inkscape:flatsided="false"
       inkscape:rounded="0"
       inkscape:randomized="0"
       d="M -1623.4549,-68.675877 L -1623.4549,-101.63608 L -1623.4549,-134.59628 L -1594.9105,-118.11618 L -1566.3661,-101.63608 L -1594.9105,-85.155977 L -1623.4549,-68.675877 z"
       transform="matrix(7.5903524e-2,0,0,7.5903524e-2,-1354.7703,13.879482)" />
  </g>
</svg>