Raw File
{
 "cells": [
  {
   "cell_type": "code",
   "execution_count": 275,
   "metadata": {},
   "outputs": [
    {
     "data": {
      "text/plain": [
       "embedxml"
      ]
     },
     "execution_count": 275,
     "metadata": {},
     "output_type": "execute_result"
    }
   ],
   "source": [
    "using FileIO\n",
    "using Plots\n",
    "include(\"splitcell.jl\")\n",
    "include(\"segmentation3d.jl\")\n",
    "include(\"lineage.jl\")\n",
    "include(\"normalization3d.jl\")\n",
    "include(\"tiffxml.jl\")"
   ]
  },
  {
   "cell_type": "code",
   "execution_count": 2,
   "metadata": {},
   "outputs": [
    {
     "name": "stdout",
     "output_type": "stream",
     "text": [
      "310.074306 seconds (3.86 M allocations: 38.284 GiB, 0.36% gc time)\n"
     ]
    }
   ],
   "source": [
    "@time d16s1 = load(File(format\"TIFF\", \"../mRNA_confocal_hamamatsu-60X-TIRF/20200316/HE7-11-1-80uw-PWM_1_s1.ome.tiff\"));"
   ]
  },
  {
   "cell_type": "code",
   "execution_count": 3,
   "metadata": {},
   "outputs": [
    {
     "name": "stdout",
     "output_type": "stream",
     "text": [
      "Applying LoG(40) at Maximum Z Projection\n",
      "******************************************************************************************************************************************Done\n",
      "215.568476 seconds (383.60 M allocations: 97.241 GiB, 36.67% gc time)\n"
     ]
    }
   ],
   "source": [
    "@time mask_markers  = split_cell_LoG(d16s1, 138);"
   ]
  },
  {
   "cell_type": "code",
   "execution_count": 4,
   "metadata": {},
   "outputs": [
    {
     "name": "stdout",
     "output_type": "stream",
     "text": [
      "Finding connected component\n",
      " 11.451868 seconds (4.68 M allocations: 5.635 GiB, 2.35% gc time)\n",
      "[4, 5, 8, 9, 11, 12, 13, 15, 27, 31, 53]\n"
     ]
    }
   ],
   "source": [
    "@time time_line_1, longlived_labels_1, livingtime_1, time_line_whole_1 = find_time_line(mask_markers);\n",
    "println(longlived_labels_1);\n",
    "#plot(sum.(livingtime_1), marker=:circle)"
   ]
  },
  {
   "cell_type": "code",
   "execution_count": 5,
   "metadata": {},
   "outputs": [
    {
     "name": "stdout",
     "output_type": "stream",
     "text": [
      "Detecting contacted branch\n",
      "  8.565817 seconds (1.44 M allocations: 59.876 GiB, 11.67% gc time)\n",
      "Found contacted branch: [8, 13]\n",
      "Splitting branch 8 now\n",
      "Finding connected component\n",
      "Reassigning contacted branch 8 \n",
      "Branch 8 -> 100\n",
      "Branch 8 -> 101\n",
      "Branch 8 -> 102\n",
      "Splitting branch 13 now\n",
      "Finding connected component\n",
      "Reassigning contacted branch 13 \n",
      " 43.425917 seconds (9.98 M allocations: 97.479 GiB, 10.18% gc time)\n"
     ]
    }
   ],
   "source": [
    "@time split_contacted_cell!(time_line_1, longlived_labels_1, livingtime_1, time_line_whole_1);"
   ]
  },
  {
   "cell_type": "code",
   "execution_count": 6,
   "metadata": {},
   "outputs": [
    {
     "name": "stdout",
     "output_type": "stream",
     "text": [
      "  3.696167 seconds (614.93 k allocations: 2.571 GiB, 29.35% gc time)\n"
     ]
    }
   ],
   "source": [
    "@time tracks = walking(time_line_1, longlived_labels_1, livingtime_1);"
   ]
  },
  {
   "cell_type": "code",
   "execution_count": 7,
   "metadata": {
    "scrolled": true
   },
   "outputs": [
    {
     "name": "stdout",
     "output_type": "stream",
     "text": [
      "Grant domain for each detected cell by watershed\n",
      "------------------------------------------------------------------------------------------------------------------------------------------ 69.158509 seconds (1.13 M allocations: 30.729 GiB, 40.87% gc time)\n",
      "\n",
      "Drawing longlived_maps\n",
      "[4, 5, 9, 11, 12, 13, 15, 27, 31, 53, 100, 101, 102]\n",
      " 85.542366 seconds (1.23 M allocations: 35.818 GiB, 33.87% gc time)\n"
     ]
    }
   ],
   "source": [
    "@time d16s1_longlived_maps, watershed_maps = grant_domain(d16s1, time_line_1, longlived_labels_1, livingtime_1, time_line_whole_1);"
   ]
  },
  {
   "cell_type": "code",
   "execution_count": 9,
   "metadata": {},
   "outputs": [
    {
     "name": "stdout",
     "output_type": "stream",
     "text": [
      " 12.718261 seconds (31.87 M allocations: 9.152 GiB, 57.38% gc time)\n"
     ]
    }
   ],
   "source": [
    "@time cell_2 = pick_cell(d16s1, d16s1_longlived_maps, longlived_labels_1[3], tracks[:,:,3], livingtime_1[3]);"
   ]
  },
  {
   "cell_type": "code",
   "execution_count": 18,
   "metadata": {},
   "outputs": [
    {
     "name": "stdout",
     "output_type": "stream",
     "text": [
      "  8.003145 seconds (23.26 M allocations: 4.116 GiB, 61.11% gc time)\n"
     ]
    }
   ],
   "source": [
    "@time cell_1 = pick_cell(d16s1, d16s1_longlived_maps, longlived_labels_1[1], tracks[:,:,1], livingtime_1[1]);"
   ]
  },
  {
   "cell_type": "code",
   "execution_count": 46,
   "metadata": {},
   "outputs": [
    {
     "data": {
      "image/svg+xml": [
       "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n",
       "<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"600\" height=\"400\" viewBox=\"0 0 2400 1600\">\n",
       "<defs>\n",
       "  <clipPath id=\"clip6200\">\n",
       "    <rect x=\"0\" y=\"0\" width=\"2400\" height=\"1600\"/>\n",
       "  </clipPath>\n",
       "</defs>\n",
       "<path clip-path=\"url(#clip6200)\" d=\"\n",
       "M0 1600 L2400 1600 L2400 0 L0 0  Z\n",
       "  \" fill=\"#ffffff\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n",
       "<defs>\n",
       "  <clipPath id=\"clip6201\">\n",
       "    <rect x=\"480\" y=\"0\" width=\"1681\" height=\"1600\"/>\n",
       "  </clipPath>\n",
       "</defs>\n",
       "<path clip-path=\"url(#clip6200)\" d=\"\n",
       "M193.218 1486.45 L2352.76 1486.45 L2352.76 47.2441 L193.218 47.2441  Z\n",
       "  \" fill=\"#ffffff\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n",
       "<defs>\n",
       "  <clipPath id=\"clip6202\">\n",
       "    <rect x=\"193\" y=\"47\" width=\"2161\" height=\"1440\"/>\n",
       "  </clipPath>\n",
       "</defs>\n",
       "<polyline clip-path=\"url(#clip6202)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
       "  556.135,1486.45 556.135,47.2441 \n",
       "  \"/>\n",
       "<polyline clip-path=\"url(#clip6202)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
       "  995.065,1486.45 995.065,47.2441 \n",
       "  \"/>\n",
       "<polyline clip-path=\"url(#clip6202)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
       "  1433.99,1486.45 1433.99,47.2441 \n",
       "  \"/>\n",
       "<polyline clip-path=\"url(#clip6202)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
       "  1872.92,1486.45 1872.92,47.2441 \n",
       "  \"/>\n",
       "<polyline clip-path=\"url(#clip6202)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
       "  2311.85,1486.45 2311.85,47.2441 \n",
       "  \"/>\n",
       "<polyline clip-path=\"url(#clip6202)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
       "  193.218,1445.72 2352.76,1445.72 \n",
       "  \"/>\n",
       "<polyline clip-path=\"url(#clip6202)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
       "  193.218,1104.15 2352.76,1104.15 \n",
       "  \"/>\n",
       "<polyline clip-path=\"url(#clip6202)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
       "  193.218,762.576 2352.76,762.576 \n",
       "  \"/>\n",
       "<polyline clip-path=\"url(#clip6202)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
       "  193.218,421.007 2352.76,421.007 \n",
       "  \"/>\n",
       "<polyline clip-path=\"url(#clip6202)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
       "  193.218,79.437 2352.76,79.437 \n",
       "  \"/>\n",
       "<polyline clip-path=\"url(#clip6200)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
       "  193.218,1486.45 2352.76,1486.45 \n",
       "  \"/>\n",
       "<polyline clip-path=\"url(#clip6200)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
       "  193.218,1486.45 193.218,47.2441 \n",
       "  \"/>\n",
       "<polyline clip-path=\"url(#clip6200)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
       "  556.135,1486.45 556.135,1469.18 \n",
       "  \"/>\n",
       "<polyline clip-path=\"url(#clip6200)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
       "  995.065,1486.45 995.065,1469.18 \n",
       "  \"/>\n",
       "<polyline clip-path=\"url(#clip6200)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
       "  1433.99,1486.45 1433.99,1469.18 \n",
       "  \"/>\n",
       "<polyline clip-path=\"url(#clip6200)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
       "  1872.92,1486.45 1872.92,1469.18 \n",
       "  \"/>\n",
       "<polyline clip-path=\"url(#clip6200)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
       "  2311.85,1486.45 2311.85,1469.18 \n",
       "  \"/>\n",
       "<polyline clip-path=\"url(#clip6200)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
       "  193.218,1445.72 219.133,1445.72 \n",
       "  \"/>\n",
       "<polyline clip-path=\"url(#clip6200)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
       "  193.218,1104.15 219.133,1104.15 \n",
       "  \"/>\n",
       "<polyline clip-path=\"url(#clip6200)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
       "  193.218,762.576 219.133,762.576 \n",
       "  \"/>\n",
       "<polyline clip-path=\"url(#clip6200)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
       "  193.218,421.007 219.133,421.007 \n",
       "  \"/>\n",
       "<polyline clip-path=\"url(#clip6200)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
       "  193.218,79.437 219.133,79.437 \n",
       "  \"/>\n",
       "<path clip-path=\"url(#clip6200)\" d=\"M 0 0 M484.735 1508.44 Q481.124 1508.44 479.295 1512 Q477.49 1515.55 477.49 1522.67 Q477.49 1529.78 479.295 1533.35 Q481.124 1536.89 484.735 1536.89 Q488.369 1536.89 490.175 1533.35 Q492.003 1529.78 492.003 1522.67 Q492.003 1515.55 490.175 1512 Q488.369 1508.44 484.735 1508.44 M484.735 1504.73 Q490.545 1504.73 493.601 1509.34 Q496.679 1513.92 496.679 1522.67 Q496.679 1531.4 493.601 1536.01 Q490.545 1540.59 484.735 1540.59 Q478.925 1540.59 475.846 1536.01 Q472.791 1531.4 472.791 1522.67 Q472.791 1513.92 475.846 1509.34 Q478.925 1504.73 484.735 1504.73 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip6200)\" d=\"M 0 0 M501.749 1534.04 L506.633 1534.04 L506.633 1539.92 L501.749 1539.92 L501.749 1534.04 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip6200)\" d=\"M 0 0 M521.702 1508.44 Q518.091 1508.44 516.263 1512 Q514.457 1515.55 514.457 1522.67 Q514.457 1529.78 516.263 1533.35 Q518.091 1536.89 521.702 1536.89 Q525.337 1536.89 527.142 1533.35 Q528.971 1529.78 528.971 1522.67 Q528.971 1515.55 527.142 1512 Q525.337 1508.44 521.702 1508.44 M521.702 1504.73 Q527.513 1504.73 530.568 1509.34 Q533.647 1513.92 533.647 1522.67 Q533.647 1531.4 530.568 1536.01 Q527.513 1540.59 521.702 1540.59 Q515.892 1540.59 512.814 1536.01 Q509.758 1531.4 509.758 1522.67 Q509.758 1513.92 512.814 1509.34 Q515.892 1504.73 521.702 1504.73 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip6200)\" d=\"M 0 0 M548.716 1508.44 Q545.105 1508.44 543.276 1512 Q541.471 1515.55 541.471 1522.67 Q541.471 1529.78 543.276 1533.35 Q545.105 1536.89 548.716 1536.89 Q552.35 1536.89 554.156 1533.35 Q555.985 1529.78 555.985 1522.67 Q555.985 1515.55 554.156 1512 Q552.35 1508.44 548.716 1508.44 M548.716 1504.73 Q554.526 1504.73 557.582 1509.34 Q560.661 1513.92 560.661 1522.67 Q560.661 1531.4 557.582 1536.01 Q554.526 1540.59 548.716 1540.59 Q542.906 1540.59 539.827 1536.01 Q536.772 1531.4 536.772 1522.67 Q536.772 1513.92 539.827 1509.34 Q542.906 1504.73 548.716 1504.73 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip6200)\" d=\"M 0 0 M566.54 1535.98 L574.179 1535.98 L574.179 1509.62 L565.869 1511.29 L565.869 1507.03 L574.133 1505.36 L578.809 1505.36 L578.809 1535.98 L586.447 1535.98 L586.447 1539.92 L566.54 1539.92 L566.54 1535.98 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip6200)\" d=\"M 0 0 M591.563 1505.36 L609.92 1505.36 L609.92 1509.3 L595.846 1509.3 L595.846 1517.77 Q596.864 1517.42 597.883 1517.26 Q598.901 1517.07 599.92 1517.07 Q605.707 1517.07 609.086 1520.24 Q612.466 1523.42 612.466 1528.83 Q612.466 1534.41 608.994 1537.51 Q605.521 1540.59 599.202 1540.59 Q597.026 1540.59 594.758 1540.22 Q592.512 1539.85 590.105 1539.11 L590.105 1534.41 Q592.188 1535.54 594.41 1536.1 Q596.633 1536.66 599.109 1536.66 Q603.114 1536.66 605.452 1534.55 Q607.79 1532.44 607.79 1528.83 Q607.79 1525.22 605.452 1523.11 Q603.114 1521.01 599.109 1521.01 Q597.234 1521.01 595.359 1521.42 Q593.508 1521.84 591.563 1522.72 L591.563 1505.36 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip6200)\" d=\"M 0 0 M627.535 1508.44 Q623.924 1508.44 622.095 1512 Q620.29 1515.55 620.29 1522.67 Q620.29 1529.78 622.095 1533.35 Q623.924 1536.89 627.535 1536.89 Q631.169 1536.89 632.975 1533.35 Q634.804 1529.78 634.804 1522.67 Q634.804 1515.55 632.975 1512 Q631.169 1508.44 627.535 1508.44 M627.535 1504.73 Q633.345 1504.73 636.401 1509.34 Q639.48 1513.92 639.48 1522.67 Q639.48 1531.4 636.401 1536.01 Q633.345 1540.59 627.535 1540.59 Q621.725 1540.59 618.646 1536.01 Q615.591 1531.4 615.591 1522.67 Q615.591 1513.92 618.646 1509.34 Q621.725 1504.73 627.535 1504.73 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip6200)\" d=\"M 0 0 M924.116 1508.44 Q920.505 1508.44 918.676 1512 Q916.871 1515.55 916.871 1522.67 Q916.871 1529.78 918.676 1533.35 Q920.505 1536.89 924.116 1536.89 Q927.75 1536.89 929.556 1533.35 Q931.384 1529.78 931.384 1522.67 Q931.384 1515.55 929.556 1512 Q927.75 1508.44 924.116 1508.44 M924.116 1504.73 Q929.926 1504.73 932.982 1509.34 Q936.06 1513.92 936.06 1522.67 Q936.06 1531.4 932.982 1536.01 Q929.926 1540.59 924.116 1540.59 Q918.306 1540.59 915.227 1536.01 Q912.172 1531.4 912.172 1522.67 Q912.172 1513.92 915.227 1509.34 Q918.306 1504.73 924.116 1504.73 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip6200)\" d=\"M 0 0 M941.13 1534.04 L946.014 1534.04 L946.014 1539.92 L941.13 1539.92 L941.13 1534.04 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip6200)\" d=\"M 0 0 M961.083 1508.44 Q957.472 1508.44 955.644 1512 Q953.838 1515.55 953.838 1522.67 Q953.838 1529.78 955.644 1533.35 Q957.472 1536.89 961.083 1536.89 Q964.718 1536.89 966.523 1533.35 Q968.352 1529.78 968.352 1522.67 Q968.352 1515.55 966.523 1512 Q964.718 1508.44 961.083 1508.44 M961.083 1504.73 Q966.894 1504.73 969.949 1509.34 Q973.028 1513.92 973.028 1522.67 Q973.028 1531.4 969.949 1536.01 Q966.894 1540.59 961.083 1540.59 Q955.273 1540.59 952.195 1536.01 Q949.139 1531.4 949.139 1522.67 Q949.139 1513.92 952.195 1509.34 Q955.273 1504.73 961.083 1504.73 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip6200)\" d=\"M 0 0 M988.097 1508.44 Q984.486 1508.44 982.657 1512 Q980.852 1515.55 980.852 1522.67 Q980.852 1529.78 982.657 1533.35 Q984.486 1536.89 988.097 1536.89 Q991.731 1536.89 993.537 1533.35 Q995.366 1529.78 995.366 1522.67 Q995.366 1515.55 993.537 1512 Q991.731 1508.44 988.097 1508.44 M988.097 1504.73 Q993.907 1504.73 996.963 1509.34 Q1000.04 1513.92 1000.04 1522.67 Q1000.04 1531.4 996.963 1536.01 Q993.907 1540.59 988.097 1540.59 Q982.287 1540.59 979.208 1536.01 Q976.153 1531.4 976.153 1522.67 Q976.153 1513.92 979.208 1509.34 Q982.287 1504.73 988.097 1504.73 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip6200)\" d=\"M 0 0 M1005.92 1535.98 L1013.56 1535.98 L1013.56 1509.62 L1005.25 1511.29 L1005.25 1507.03 L1013.51 1505.36 L1018.19 1505.36 L1018.19 1535.98 L1025.83 1535.98 L1025.83 1539.92 L1005.92 1539.92 L1005.92 1535.98 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip6200)\" d=\"M 0 0 M1029.72 1505.36 L1051.94 1505.36 L1051.94 1507.35 L1039.39 1539.92 L1034.51 1539.92 L1046.31 1509.3 L1029.72 1509.3 L1029.72 1505.36 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip6200)\" d=\"M 0 0 M1057.06 1505.36 L1075.41 1505.36 L1075.41 1509.3 L1061.34 1509.3 L1061.34 1517.77 Q1062.36 1517.42 1063.37 1517.26 Q1064.39 1517.07 1065.41 1517.07 Q1071.2 1517.07 1074.58 1520.24 Q1077.96 1523.42 1077.96 1528.83 Q1077.96 1534.41 1074.49 1537.51 Q1071.01 1540.59 1064.69 1540.59 Q1062.52 1540.59 1060.25 1540.22 Q1058 1539.85 1055.6 1539.11 L1055.6 1534.41 Q1057.68 1535.54 1059.9 1536.1 Q1062.12 1536.66 1064.6 1536.66 Q1068.61 1536.66 1070.94 1534.55 Q1073.28 1532.44 1073.28 1528.83 Q1073.28 1525.22 1070.94 1523.11 Q1068.61 1521.01 1064.6 1521.01 Q1062.73 1521.01 1060.85 1521.42 Q1059 1521.84 1057.06 1522.72 L1057.06 1505.36 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip6200)\" d=\"M 0 0 M1362.28 1508.44 Q1358.67 1508.44 1356.84 1512 Q1355.04 1515.55 1355.04 1522.67 Q1355.04 1529.78 1356.84 1533.35 Q1358.67 1536.89 1362.28 1536.89 Q1365.92 1536.89 1367.72 1533.35 Q1369.55 1529.78 1369.55 1522.67 Q1369.55 1515.55 1367.72 1512 Q1365.92 1508.44 1362.28 1508.44 M1362.28 1504.73 Q1368.09 1504.73 1371.15 1509.34 Q1374.23 1513.92 1374.23 1522.67 Q1374.23 1531.4 1371.15 1536.01 Q1368.09 1540.59 1362.28 1540.59 Q1356.47 1540.59 1353.39 1536.01 Q1350.34 1531.4 1350.34 1522.67 Q1350.34 1513.92 1353.39 1509.34 Q1356.47 1504.73 1362.28 1504.73 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip6200)\" d=\"M 0 0 M1379.3 1534.04 L1384.18 1534.04 L1384.18 1539.92 L1379.3 1539.92 L1379.3 1534.04 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip6200)\" d=\"M 0 0 M1399.25 1508.44 Q1395.64 1508.44 1393.81 1512 Q1392 1515.55 1392 1522.67 Q1392 1529.78 1393.81 1533.35 Q1395.64 1536.89 1399.25 1536.89 Q1402.88 1536.89 1404.69 1533.35 Q1406.52 1529.78 1406.52 1522.67 Q1406.52 1515.55 1404.69 1512 Q1402.88 1508.44 1399.25 1508.44 M1399.25 1504.73 Q1405.06 1504.73 1408.11 1509.34 Q1411.19 1513.92 1411.19 1522.67 Q1411.19 1531.4 1408.11 1536.01 Q1405.06 1540.59 1399.25 1540.59 Q1393.44 1540.59 1390.36 1536.01 Q1387.3 1531.4 1387.3 1522.67 Q1387.3 1513.92 1390.36 1509.34 Q1393.44 1504.73 1399.25 1504.73 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip6200)\" d=\"M 0 0 M1426.26 1508.44 Q1422.65 1508.44 1420.82 1512 Q1419.02 1515.55 1419.02 1522.67 Q1419.02 1529.78 1420.82 1533.35 Q1422.65 1536.89 1426.26 1536.89 Q1429.9 1536.89 1431.7 1533.35 Q1433.53 1529.78 1433.53 1522.67 Q1433.53 1515.55 1431.7 1512 Q1429.9 1508.44 1426.26 1508.44 M1426.26 1504.73 Q1432.07 1504.73 1435.13 1509.34 Q1438.21 1513.92 1438.21 1522.67 Q1438.21 1531.4 1435.13 1536.01 Q1432.07 1540.59 1426.26 1540.59 Q1420.45 1540.59 1417.37 1536.01 Q1414.32 1531.4 1414.32 1522.67 Q1414.32 1513.92 1417.37 1509.34 Q1420.45 1504.73 1426.26 1504.73 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip6200)\" d=\"M 0 0 M1447.3 1535.98 L1463.62 1535.98 L1463.62 1539.92 L1441.68 1539.92 L1441.68 1535.98 Q1444.34 1533.23 1448.92 1528.6 Q1453.53 1523.95 1454.71 1522.61 Q1456.96 1520.08 1457.84 1518.35 Q1458.74 1516.59 1458.74 1514.9 Q1458.74 1512.14 1456.8 1510.41 Q1454.87 1508.67 1451.77 1508.67 Q1449.57 1508.67 1447.12 1509.43 Q1444.69 1510.2 1441.91 1511.75 L1441.91 1507.03 Q1444.74 1505.89 1447.19 1505.31 Q1449.64 1504.73 1451.68 1504.73 Q1457.05 1504.73 1460.24 1507.42 Q1463.44 1510.11 1463.44 1514.6 Q1463.44 1516.73 1462.63 1518.65 Q1461.84 1520.54 1459.73 1523.14 Q1459.16 1523.81 1456.05 1527.03 Q1452.95 1530.22 1447.3 1535.98 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip6200)\" d=\"M 0 0 M1478.69 1508.44 Q1475.08 1508.44 1473.25 1512 Q1471.45 1515.55 1471.45 1522.67 Q1471.45 1529.78 1473.25 1533.35 Q1475.08 1536.89 1478.69 1536.89 Q1482.33 1536.89 1484.13 1533.35 Q1485.96 1529.78 1485.96 1522.67 Q1485.96 1515.55 1484.13 1512 Q1482.33 1508.44 1478.69 1508.44 M1478.69 1504.73 Q1484.5 1504.73 1487.56 1509.34 Q1490.64 1513.92 1490.64 1522.67 Q1490.64 1531.4 1487.56 1536.01 Q1484.5 1540.59 1478.69 1540.59 Q1472.88 1540.59 1469.8 1536.01 Q1466.75 1531.4 1466.75 1522.67 Q1466.75 1513.92 1469.8 1509.34 Q1472.88 1504.73 1478.69 1504.73 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip6200)\" d=\"M 0 0 M1505.71 1508.44 Q1502.1 1508.44 1500.27 1512 Q1498.46 1515.55 1498.46 1522.67 Q1498.46 1529.78 1500.27 1533.35 Q1502.1 1536.89 1505.71 1536.89 Q1509.34 1536.89 1511.15 1533.35 Q1512.98 1529.78 1512.98 1522.67 Q1512.98 1515.55 1511.15 1512 Q1509.34 1508.44 1505.71 1508.44 M1505.71 1504.73 Q1511.52 1504.73 1514.57 1509.34 Q1517.65 1513.92 1517.65 1522.67 Q1517.65 1531.4 1514.57 1536.01 Q1511.52 1540.59 1505.71 1540.59 Q1499.9 1540.59 1496.82 1536.01 Q1493.76 1531.4 1493.76 1522.67 Q1493.76 1513.92 1496.82 1509.34 Q1499.9 1504.73 1505.71 1504.73 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip6200)\" d=\"M 0 0 M1802.51 1508.44 Q1798.9 1508.44 1797.07 1512 Q1795.26 1515.55 1795.26 1522.67 Q1795.26 1529.78 1797.07 1533.35 Q1798.9 1536.89 1802.51 1536.89 Q1806.14 1536.89 1807.95 1533.35 Q1809.78 1529.78 1809.78 1522.67 Q1809.78 1515.55 1807.95 1512 Q1806.14 1508.44 1802.51 1508.44 M1802.51 1504.73 Q1808.32 1504.73 1811.37 1509.34 Q1814.45 1513.92 1814.45 1522.67 Q1814.45 1531.4 1811.37 1536.01 Q1808.32 1540.59 1802.51 1540.59 Q1796.7 1540.59 1793.62 1536.01 Q1790.56 1531.4 1790.56 1522.67 Q1790.56 1513.92 1793.62 1509.34 Q1796.7 1504.73 1802.51 1504.73 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip6200)\" d=\"M 0 0 M1819.52 1534.04 L1824.41 1534.04 L1824.41 1539.92 L1819.52 1539.92 L1819.52 1534.04 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip6200)\" d=\"M 0 0 M1839.48 1508.44 Q1835.86 1508.44 1834.04 1512 Q1832.23 1515.55 1832.23 1522.67 Q1832.23 1529.78 1834.04 1533.35 Q1835.86 1536.89 1839.48 1536.89 Q1843.11 1536.89 1844.91 1533.35 Q1846.74 1529.78 1846.74 1522.67 Q1846.74 1515.55 1844.91 1512 Q1843.11 1508.44 1839.48 1508.44 M1839.48 1504.73 Q1845.29 1504.73 1848.34 1509.34 Q1851.42 1513.92 1851.42 1522.67 Q1851.42 1531.4 1848.34 1536.01 Q1845.29 1540.59 1839.48 1540.59 Q1833.66 1540.59 1830.59 1536.01 Q1827.53 1531.4 1827.53 1522.67 Q1827.53 1513.92 1830.59 1509.34 Q1833.66 1504.73 1839.48 1504.73 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip6200)\" d=\"M 0 0 M1866.49 1508.44 Q1862.88 1508.44 1861.05 1512 Q1859.24 1515.55 1859.24 1522.67 Q1859.24 1529.78 1861.05 1533.35 Q1862.88 1536.89 1866.49 1536.89 Q1870.12 1536.89 1871.93 1533.35 Q1873.76 1529.78 1873.76 1522.67 Q1873.76 1515.55 1871.93 1512 Q1870.12 1508.44 1866.49 1508.44 M1866.49 1504.73 Q1872.3 1504.73 1875.35 1509.34 Q1878.43 1513.92 1878.43 1522.67 Q1878.43 1531.4 1875.35 1536.01 Q1872.3 1540.59 1866.49 1540.59 Q1860.68 1540.59 1857.6 1536.01 Q1854.54 1531.4 1854.54 1522.67 Q1854.54 1513.92 1857.6 1509.34 Q1860.68 1504.73 1866.49 1504.73 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip6200)\" d=\"M 0 0 M1887.53 1535.98 L1903.85 1535.98 L1903.85 1539.92 L1881.91 1539.92 L1881.91 1535.98 Q1884.57 1533.23 1889.15 1528.6 Q1893.76 1523.95 1894.94 1522.61 Q1897.18 1520.08 1898.06 1518.35 Q1898.97 1516.59 1898.97 1514.9 Q1898.97 1512.14 1897.02 1510.41 Q1895.1 1508.67 1892 1508.67 Q1889.8 1508.67 1887.35 1509.43 Q1884.91 1510.2 1882.14 1511.75 L1882.14 1507.03 Q1884.96 1505.89 1887.41 1505.31 Q1889.87 1504.73 1891.91 1504.73 Q1897.28 1504.73 1900.47 1507.42 Q1903.66 1510.11 1903.66 1514.6 Q1903.66 1516.73 1902.85 1518.65 Q1902.07 1520.54 1899.96 1523.14 Q1899.38 1523.81 1896.28 1527.03 Q1893.18 1530.22 1887.53 1535.98 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip6200)\" d=\"M 0 0 M1912.95 1535.98 L1929.27 1535.98 L1929.27 1539.92 L1907.32 1539.92 L1907.32 1535.98 Q1909.98 1533.23 1914.57 1528.6 Q1919.17 1523.95 1920.35 1522.61 Q1922.6 1520.08 1923.48 1518.35 Q1924.38 1516.59 1924.38 1514.9 Q1924.38 1512.14 1922.44 1510.41 Q1920.52 1508.67 1917.41 1508.67 Q1915.22 1508.67 1912.76 1509.43 Q1910.33 1510.2 1907.55 1511.75 L1907.55 1507.03 Q1910.38 1505.89 1912.83 1505.31 Q1915.28 1504.73 1917.32 1504.73 Q1922.69 1504.73 1925.89 1507.42 Q1929.08 1510.11 1929.08 1514.6 Q1929.08 1516.73 1928.27 1518.65 Q1927.48 1520.54 1925.38 1523.14 Q1924.8 1523.81 1921.7 1527.03 Q1918.6 1530.22 1912.95 1535.98 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip6200)\" d=\"M 0 0 M1934.38 1505.36 L1952.74 1505.36 L1952.74 1509.3 L1938.66 1509.3 L1938.66 1517.77 Q1939.68 1517.42 1940.7 1517.26 Q1941.72 1517.07 1942.74 1517.07 Q1948.53 1517.07 1951.91 1520.24 Q1955.28 1523.42 1955.28 1528.83 Q1955.28 1534.41 1951.81 1537.51 Q1948.34 1540.59 1942.02 1540.59 Q1939.84 1540.59 1937.58 1540.22 Q1935.33 1539.85 1932.92 1539.11 L1932.92 1534.41 Q1935.01 1535.54 1937.23 1536.1 Q1939.45 1536.66 1941.93 1536.66 Q1945.93 1536.66 1948.27 1534.55 Q1950.61 1532.44 1950.61 1528.83 Q1950.61 1525.22 1948.27 1523.11 Q1945.93 1521.01 1941.93 1521.01 Q1940.05 1521.01 1938.18 1521.42 Q1936.33 1521.84 1934.38 1522.72 L1934.38 1505.36 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip6200)\" d=\"M 0 0 M2240.64 1508.44 Q2237.03 1508.44 2235.2 1512 Q2233.39 1515.55 2233.39 1522.67 Q2233.39 1529.78 2235.2 1533.35 Q2237.03 1536.89 2240.64 1536.89 Q2244.27 1536.89 2246.08 1533.35 Q2247.91 1529.78 2247.91 1522.67 Q2247.91 1515.55 2246.08 1512 Q2244.27 1508.44 2240.64 1508.44 M2240.64 1504.73 Q2246.45 1504.73 2249.5 1509.34 Q2252.58 1513.92 2252.58 1522.67 Q2252.58 1531.4 2249.5 1536.01 Q2246.45 1540.59 2240.64 1540.59 Q2234.83 1540.59 2231.75 1536.01 Q2228.69 1531.4 2228.69 1522.67 Q2228.69 1513.92 2231.75 1509.34 Q2234.83 1504.73 2240.64 1504.73 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip6200)\" d=\"M 0 0 M2257.65 1534.04 L2262.54 1534.04 L2262.54 1539.92 L2257.65 1539.92 L2257.65 1534.04 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip6200)\" d=\"M 0 0 M2277.61 1508.44 Q2274 1508.44 2272.17 1512 Q2270.36 1515.55 2270.36 1522.67 Q2270.36 1529.78 2272.17 1533.35 Q2274 1536.89 2277.61 1536.89 Q2281.24 1536.89 2283.05 1533.35 Q2284.87 1529.78 2284.87 1522.67 Q2284.87 1515.55 2283.05 1512 Q2281.24 1508.44 2277.61 1508.44 M2277.61 1504.73 Q2283.42 1504.73 2286.47 1509.34 Q2289.55 1513.92 2289.55 1522.67 Q2289.55 1531.4 2286.47 1536.01 Q2283.42 1540.59 2277.61 1540.59 Q2271.8 1540.59 2268.72 1536.01 Q2265.66 1531.4 2265.66 1522.67 Q2265.66 1513.92 2268.72 1509.34 Q2271.8 1504.73 2277.61 1504.73 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip6200)\" d=\"M 0 0 M2304.62 1508.44 Q2301.01 1508.44 2299.18 1512 Q2297.37 1515.55 2297.37 1522.67 Q2297.37 1529.78 2299.18 1533.35 Q2301.01 1536.89 2304.62 1536.89 Q2308.25 1536.89 2310.06 1533.35 Q2311.89 1529.78 2311.89 1522.67 Q2311.89 1515.55 2310.06 1512 Q2308.25 1508.44 2304.62 1508.44 M2304.62 1504.73 Q2310.43 1504.73 2313.49 1509.34 Q2316.56 1513.92 2316.56 1522.67 Q2316.56 1531.4 2313.49 1536.01 Q2310.43 1540.59 2304.62 1540.59 Q2298.81 1540.59 2295.73 1536.01 Q2292.68 1531.4 2292.68 1522.67 Q2292.68 1513.92 2295.73 1509.34 Q2298.81 1504.73 2304.62 1504.73 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip6200)\" d=\"M 0 0 M2325.66 1535.98 L2341.98 1535.98 L2341.98 1539.92 L2320.04 1539.92 L2320.04 1535.98 Q2322.7 1533.23 2327.28 1528.6 Q2331.89 1523.95 2333.07 1522.61 Q2335.31 1520.08 2336.19 1518.35 Q2337.1 1516.59 2337.1 1514.9 Q2337.1 1512.14 2335.15 1510.41 Q2333.23 1508.67 2330.13 1508.67 Q2327.93 1508.67 2325.48 1509.43 Q2323.05 1510.2 2320.27 1511.75 L2320.27 1507.03 Q2323.09 1505.89 2325.55 1505.31 Q2328 1504.73 2330.04 1504.73 Q2335.41 1504.73 2338.6 1507.42 Q2341.8 1510.11 2341.8 1514.6 Q2341.8 1516.73 2340.99 1518.65 Q2340.2 1520.54 2338.09 1523.14 Q2337.51 1523.81 2334.41 1527.03 Q2331.31 1530.22 2325.66 1535.98 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip6200)\" d=\"M 0 0 M2347.1 1505.36 L2365.45 1505.36 L2365.45 1509.3 L2351.38 1509.3 L2351.38 1517.77 Q2352.4 1517.42 2353.42 1517.26 Q2354.43 1517.07 2355.45 1517.07 Q2361.24 1517.07 2364.62 1520.24 Q2368 1523.42 2368 1528.83 Q2368 1534.41 2364.53 1537.51 Q2361.05 1540.59 2354.74 1540.59 Q2352.56 1540.59 2350.29 1540.22 Q2348.05 1539.85 2345.64 1539.11 L2345.64 1534.41 Q2347.72 1535.54 2349.94 1536.1 Q2352.17 1536.66 2354.64 1536.66 Q2358.65 1536.66 2360.99 1534.55 Q2363.32 1532.44 2363.32 1528.83 Q2363.32 1525.22 2360.99 1523.11 Q2358.65 1521.01 2354.64 1521.01 Q2352.77 1521.01 2350.89 1521.42 Q2349.04 1521.84 2347.1 1522.72 L2347.1 1505.36 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip6200)\" d=\"M 0 0 M2383.07 1508.44 Q2379.46 1508.44 2377.63 1512 Q2375.82 1515.55 2375.82 1522.67 Q2375.82 1529.78 2377.63 1533.35 Q2379.46 1536.89 2383.07 1536.89 Q2386.7 1536.89 2388.51 1533.35 Q2390.34 1529.78 2390.34 1522.67 Q2390.34 1515.55 2388.51 1512 Q2386.7 1508.44 2383.07 1508.44 M2383.07 1504.73 Q2388.88 1504.73 2391.93 1509.34 Q2395.01 1513.92 2395.01 1522.67 Q2395.01 1531.4 2391.93 1536.01 Q2388.88 1540.59 2383.07 1540.59 Q2377.26 1540.59 2374.18 1536.01 Q2371.12 1531.4 2371.12 1522.67 Q2371.12 1513.92 2374.18 1509.34 Q2377.26 1504.73 2383.07 1504.73 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip6200)\" d=\"M 0 0 M157.274 1431.51 Q153.663 1431.51 151.834 1435.08 Q150.029 1438.62 150.029 1445.75 Q150.029 1452.86 151.834 1456.42 Q153.663 1459.96 157.274 1459.96 Q160.908 1459.96 162.714 1456.42 Q164.543 1452.86 164.543 1445.75 Q164.543 1438.62 162.714 1435.08 Q160.908 1431.51 157.274 1431.51 M157.274 1427.81 Q163.084 1427.81 166.14 1432.42 Q169.218 1437 169.218 1445.75 Q169.218 1454.48 166.14 1459.08 Q163.084 1463.67 157.274 1463.67 Q151.464 1463.67 148.385 1459.08 Q145.33 1454.48 145.33 1445.75 Q145.33 1437 148.385 1432.42 Q151.464 1427.81 157.274 1427.81 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip6200)\" d=\"M 0 0 M68.2699 1117.49 L75.9087 1117.49 L75.9087 1091.13 L67.5986 1092.79 L67.5986 1088.53 L75.8624 1086.87 L80.5383 1086.87 L80.5383 1117.49 L88.1772 1117.49 L88.1772 1121.43 L68.2699 1121.43 L68.2699 1117.49 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip6200)\" d=\"M 0 0 M103.247 1089.94 Q99.6354 1089.94 97.8068 1093.51 Q96.0012 1097.05 96.0012 1104.18 Q96.0012 1111.29 97.8068 1114.85 Q99.6354 1118.39 103.247 1118.39 Q106.881 1118.39 108.686 1114.85 Q110.515 1111.29 110.515 1104.18 Q110.515 1097.05 108.686 1093.51 Q106.881 1089.94 103.247 1089.94 M103.247 1086.24 Q109.057 1086.24 112.112 1090.85 Q115.191 1095.43 115.191 1104.18 Q115.191 1112.91 112.112 1117.51 Q109.057 1122.1 103.247 1122.1 Q97.4364 1122.1 94.3577 1117.51 Q91.3022 1112.91 91.3022 1104.18 Q91.3022 1095.43 94.3577 1090.85 Q97.4364 1086.24 103.247 1086.24 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip6200)\" d=\"M 0 0 M130.26 1089.94 Q126.649 1089.94 124.82 1093.51 Q123.015 1097.05 123.015 1104.18 Q123.015 1111.29 124.82 1114.85 Q126.649 1118.39 130.26 1118.39 Q133.895 1118.39 135.7 1114.85 Q137.529 1111.29 137.529 1104.18 Q137.529 1097.05 135.7 1093.51 Q133.895 1089.94 130.26 1089.94 M130.26 1086.24 Q136.07 1086.24 139.126 1090.85 Q142.205 1095.43 142.205 1104.18 Q142.205 1112.91 139.126 1117.51 Q136.07 1122.1 130.26 1122.1 Q124.45 1122.1 121.371 1117.51 Q118.316 1112.91 118.316 1104.18 Q118.316 1095.43 121.371 1090.85 Q124.45 1086.24 130.26 1086.24 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip6200)\" d=\"M 0 0 M157.274 1089.94 Q153.663 1089.94 151.834 1093.51 Q150.029 1097.05 150.029 1104.18 Q150.029 1111.29 151.834 1114.85 Q153.663 1118.39 157.274 1118.39 Q160.908 1118.39 162.714 1114.85 Q164.543 1111.29 164.543 1104.18 Q164.543 1097.05 162.714 1093.51 Q160.908 1089.94 157.274 1089.94 M157.274 1086.24 Q163.084 1086.24 166.14 1090.85 Q169.218 1095.43 169.218 1104.18 Q169.218 1112.91 166.14 1117.51 Q163.084 1122.1 157.274 1122.1 Q151.464 1122.1 148.385 1117.51 Q145.33 1112.91 145.33 1104.18 Q145.33 1095.43 148.385 1090.85 Q151.464 1086.24 157.274 1086.24 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip6200)\" d=\"M 0 0 M71.8578 775.921 L88.1772 775.921 L88.1772 779.856 L66.2328 779.856 L66.2328 775.921 Q68.8949 773.167 73.4782 768.537 Q78.0846 763.884 79.2652 762.542 Q81.5105 760.019 82.3902 758.282 Q83.2929 756.523 83.2929 754.833 Q83.2929 752.079 81.3485 750.343 Q79.4272 748.607 76.3254 748.607 Q74.1263 748.607 71.6726 749.37 Q69.2421 750.134 66.4643 751.685 L66.4643 746.963 Q69.2884 745.829 71.7421 745.25 Q74.1958 744.671 76.2328 744.671 Q81.6031 744.671 84.7976 747.357 Q87.992 750.042 87.992 754.532 Q87.992 756.662 87.1818 758.583 Q86.3948 760.481 84.2883 763.074 Q83.7096 763.745 80.6078 766.963 Q77.5059 770.157 71.8578 775.921 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip6200)\" d=\"M 0 0 M103.247 748.375 Q99.6354 748.375 97.8068 751.94 Q96.0012 755.481 96.0012 762.611 Q96.0012 769.718 97.8068 773.282 Q99.6354 776.824 103.247 776.824 Q106.881 776.824 108.686 773.282 Q110.515 769.718 110.515 762.611 Q110.515 755.481 108.686 751.94 Q106.881 748.375 103.247 748.375 M103.247 744.671 Q109.057 744.671 112.112 749.278 Q115.191 753.861 115.191 762.611 Q115.191 771.338 112.112 775.944 Q109.057 780.528 103.247 780.528 Q97.4364 780.528 94.3577 775.944 Q91.3022 771.338 91.3022 762.611 Q91.3022 753.861 94.3577 749.278 Q97.4364 744.671 103.247 744.671 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip6200)\" d=\"M 0 0 M130.26 748.375 Q126.649 748.375 124.82 751.94 Q123.015 755.481 123.015 762.611 Q123.015 769.718 124.82 773.282 Q126.649 776.824 130.26 776.824 Q133.895 776.824 135.7 773.282 Q137.529 769.718 137.529 762.611 Q137.529 755.481 135.7 751.94 Q133.895 748.375 130.26 748.375 M130.26 744.671 Q136.07 744.671 139.126 749.278 Q142.205 753.861 142.205 762.611 Q142.205 771.338 139.126 775.944 Q136.07 780.528 130.26 780.528 Q124.45 780.528 121.371 775.944 Q118.316 771.338 118.316 762.611 Q118.316 753.861 121.371 749.278 Q124.45 744.671 130.26 744.671 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip6200)\" d=\"M 0 0 M157.274 748.375 Q153.663 748.375 151.834 751.94 Q150.029 755.481 150.029 762.611 Q150.029 769.718 151.834 773.282 Q153.663 776.824 157.274 776.824 Q160.908 776.824 162.714 773.282 Q164.543 769.718 164.543 762.611 Q164.543 755.481 162.714 751.94 Q160.908 748.375 157.274 748.375 M157.274 744.671 Q163.084 744.671 166.14 749.278 Q169.218 753.861 169.218 762.611 Q169.218 771.338 166.14 775.944 Q163.084 780.528 157.274 780.528 Q151.464 780.528 148.385 775.944 Q145.33 771.338 145.33 762.611 Q145.33 753.861 148.385 749.278 Q151.464 744.671 157.274 744.671 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip6200)\" d=\"M 0 0 M81.0476 419.653 Q84.404 420.37 86.279 422.639 Q88.1772 424.907 88.1772 428.24 Q88.1772 433.356 84.6587 436.157 Q81.1402 438.958 74.6587 438.958 Q72.4828 438.958 70.168 438.518 Q67.8764 438.102 65.4227 437.245 L65.4227 432.731 Q67.3671 433.865 69.6819 434.444 Q71.9967 435.023 74.5198 435.023 Q78.918 435.023 81.2096 433.287 Q83.5244 431.551 83.5244 428.24 Q83.5244 425.185 81.3717 423.472 Q79.242 421.736 75.4226 421.736 L71.3949 421.736 L71.3949 417.893 L75.6078 417.893 Q79.0569 417.893 80.8855 416.528 Q82.7142 415.139 82.7142 412.546 Q82.7142 409.884 80.8161 408.472 Q78.9411 407.037 75.4226 407.037 Q73.5013 407.037 71.3023 407.454 Q69.1032 407.87 66.4643 408.75 L66.4643 404.583 Q69.1264 403.842 71.4412 403.472 Q73.7791 403.102 75.8393 403.102 Q81.1633 403.102 84.2652 405.532 Q87.367 407.94 87.367 412.06 Q87.367 414.93 85.7235 416.921 Q84.08 418.889 81.0476 419.653 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip6200)\" d=\"M 0 0 M103.247 406.805 Q99.6354 406.805 97.8068 410.37 Q96.0012 413.912 96.0012 421.041 Q96.0012 428.148 97.8068 431.713 Q99.6354 435.254 103.247 435.254 Q106.881 435.254 108.686 431.713 Q110.515 428.148 110.515 421.041 Q110.515 413.912 108.686 410.37 Q106.881 406.805 103.247 406.805 M103.247 403.102 Q109.057 403.102 112.112 407.708 Q115.191 412.291 115.191 421.041 Q115.191 429.768 112.112 434.375 Q109.057 438.958 103.247 438.958 Q97.4364 438.958 94.3577 434.375 Q91.3022 429.768 91.3022 421.041 Q91.3022 412.291 94.3577 407.708 Q97.4364 403.102 103.247 403.102 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip6200)\" d=\"M 0 0 M130.26 406.805 Q126.649 406.805 124.82 410.37 Q123.015 413.912 123.015 421.041 Q123.015 428.148 124.82 431.713 Q126.649 435.254 130.26 435.254 Q133.895 435.254 135.7 431.713 Q137.529 428.148 137.529 421.041 Q137.529 413.912 135.7 410.37 Q133.895 406.805 130.26 406.805 M130.26 403.102 Q136.07 403.102 139.126 407.708 Q142.205 412.291 142.205 421.041 Q142.205 429.768 139.126 434.375 Q136.07 438.958 130.26 438.958 Q124.45 438.958 121.371 434.375 Q118.316 429.768 118.316 421.041 Q118.316 412.291 121.371 407.708 Q124.45 403.102 130.26 403.102 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip6200)\" d=\"M 0 0 M157.274 406.805 Q153.663 406.805 151.834 410.37 Q150.029 413.912 150.029 421.041 Q150.029 428.148 151.834 431.713 Q153.663 435.254 157.274 435.254 Q160.908 435.254 162.714 431.713 Q164.543 428.148 164.543 421.041 Q164.543 413.912 162.714 410.37 Q160.908 406.805 157.274 406.805 M157.274 403.102 Q163.084 403.102 166.14 407.708 Q169.218 412.291 169.218 421.041 Q169.218 429.768 166.14 434.375 Q163.084 438.958 157.274 438.958 Q151.464 438.958 148.385 434.375 Q145.33 429.768 145.33 421.041 Q145.33 412.291 148.385 407.708 Q151.464 403.102 157.274 403.102 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip6200)\" d=\"M 0 0 M78.5939 66.2311 L66.7884 84.6801 L78.5939 84.6801 L78.5939 66.2311 M77.367 62.157 L83.2466 62.157 L83.2466 84.6801 L88.1772 84.6801 L88.1772 88.5689 L83.2466 88.5689 L83.2466 96.717 L78.5939 96.717 L78.5939 88.5689 L62.9921 88.5689 L62.9921 84.0551 L77.367 62.157 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip6200)\" d=\"M 0 0 M103.247 65.2357 Q99.6354 65.2357 97.8068 68.8005 Q96.0012 72.3422 96.0012 79.4718 Q96.0012 86.5782 97.8068 90.143 Q99.6354 93.6846 103.247 93.6846 Q106.881 93.6846 108.686 90.143 Q110.515 86.5782 110.515 79.4718 Q110.515 72.3422 108.686 68.8005 Q106.881 65.2357 103.247 65.2357 M103.247 61.532 Q109.057 61.532 112.112 66.1385 Q115.191 70.7218 115.191 79.4718 Q115.191 88.1986 112.112 92.805 Q109.057 97.3883 103.247 97.3883 Q97.4364 97.3883 94.3577 92.805 Q91.3022 88.1986 91.3022 79.4718 Q91.3022 70.7218 94.3577 66.1385 Q97.4364 61.532 103.247 61.532 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip6200)\" d=\"M 0 0 M130.26 65.2357 Q126.649 65.2357 124.82 68.8005 Q123.015 72.3422 123.015 79.4718 Q123.015 86.5782 124.82 90.143 Q126.649 93.6846 130.26 93.6846 Q133.895 93.6846 135.7 90.143 Q137.529 86.5782 137.529 79.4718 Q137.529 72.3422 135.7 68.8005 Q133.895 65.2357 130.26 65.2357 M130.26 61.532 Q136.07 61.532 139.126 66.1385 Q142.205 70.7218 142.205 79.4718 Q142.205 88.1986 139.126 92.805 Q136.07 97.3883 130.26 97.3883 Q124.45 97.3883 121.371 92.805 Q118.316 88.1986 118.316 79.4718 Q118.316 70.7218 121.371 66.1385 Q124.45 61.532 130.26 61.532 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip6200)\" d=\"M 0 0 M157.274 65.2357 Q153.663 65.2357 151.834 68.8005 Q150.029 72.3422 150.029 79.4718 Q150.029 86.5782 151.834 90.143 Q153.663 93.6846 157.274 93.6846 Q160.908 93.6846 162.714 90.143 Q164.543 86.5782 164.543 79.4718 Q164.543 72.3422 162.714 68.8005 Q160.908 65.2357 157.274 65.2357 M157.274 61.532 Q163.084 61.532 166.14 66.1385 Q169.218 70.7218 169.218 79.4718 Q169.218 88.1986 166.14 92.805 Q163.084 97.3883 157.274 97.3883 Q151.464 97.3883 148.385 92.805 Q145.33 88.1986 145.33 79.4718 Q145.33 70.7218 148.385 66.1385 Q151.464 61.532 157.274 61.532 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><polyline clip-path=\"url(#clip6202)\" style=\"stroke:#009af9; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
       "  259.8,1444.35 265.591,1443.32 271.383,1444.01 277.174,1443.67 282.965,1442.98 288.756,1445.03 294.548,1442.98 300.339,1444.01 306.13,1443.67 311.922,1444.69 \n",
       "  317.713,1444.35 323.504,1445.03 329.295,1442.98 335.087,1444.35 340.878,1443.67 346.669,1444.69 352.46,1443.32 358.252,1444.01 364.043,1444.35 369.834,1444.35 \n",
       "  375.626,1444.69 381.417,1442.98 387.208,1444.35 392.999,1444.35 398.791,1443.67 404.582,1443.32 410.373,1444.35 416.164,1443.32 421.956,1443.67 427.747,1443.67 \n",
       "  433.538,1444.35 439.33,1443.32 445.121,1442.98 450.912,1445.37 456.703,1445.03 462.495,1442.98 468.286,1442.64 474.077,1442.64 479.868,1443.67 485.66,1441.96 \n",
       "  491.451,1444.01 497.242,1444.69 503.034,1443.32 508.825,1444.01 514.616,1442.98 520.407,1444.01 526.199,1443.32 531.99,1445.03 537.781,1442.64 543.572,1444.35 \n",
       "  549.364,1442.3 555.155,1443.32 560.946,1441.28 566.738,1444.01 572.529,1443.67 578.32,1442.98 584.111,1442.98 589.903,1443.32 595.694,1442.64 601.485,1442.98 \n",
       "  607.276,1442.98 613.068,1442.98 618.859,1443.67 624.65,1442.98 630.442,1440.93 636.233,1442.64 642.024,1440.93 647.815,1443.67 653.607,1443.32 659.398,1444.01 \n",
       "  665.189,1441.28 670.98,1442.3 676.772,1441.28 682.563,1442.3 688.354,1442.3 694.146,1442.64 699.937,1441.28 705.728,1444.69 711.519,1442.3 717.311,1441.62 \n",
       "  723.102,1441.96 728.893,1441.96 734.684,1440.59 740.476,1442.64 746.267,1439.23 752.058,1442.64 757.85,1439.57 763.641,1442.98 769.432,1438.54 775.223,1442.64 \n",
       "  781.015,1439.91 786.806,1441.96 792.597,1440.25 798.388,1442.64 804.18,1442.3 809.971,1440.93 815.762,1438.54 821.554,1437.52 827.345,1439.91 833.136,1437.52 \n",
       "  838.927,1439.57 844.719,1437.52 850.51,1439.23 856.301,1435.81 862.092,1432.74 867.884,1436.83 873.675,1431.03 879.466,1437.52 885.258,1422.15 891.049,1420.1 \n",
       "  896.84,1411.22 902.631,1403.36 908.423,1371.25 914.214,1350.42 920.005,1332.31 925.796,1290.3 931.588,1240.43 937.379,1206.96 943.17,1154.7 948.962,1073.4 \n",
       "  954.753,953.855 960.544,761.21 966.335,801.515 972.127,645.418 977.918,510.498 983.709,446.966 989.5,447.308 995.292,535.433 1001.08,579.495 1006.87,542.264 \n",
       "  1012.67,550.462 1018.46,574.713 1024.25,539.19 1030.04,589.401 1035.83,606.821 1041.62,649.517 1047.41,637.22 1053.2,734.568 1059,870.854 1064.79,966.152 \n",
       "  1070.58,1000.31 1076.37,1075.11 1082.16,1077.16 1087.95,1072.04 1093.74,1077.5 1099.53,1083.65 1105.33,1108.93 1111.12,1192.27 1116.91,1290.3 1122.7,1340.51 \n",
       "  1128.49,1382.87 1134.28,1396.19 1140.07,1408.83 1145.86,1428.64 1151.66,1438.2 1157.45,1441.28 1163.24,1441.96 \n",
       "  \"/>\n",
       "<polyline clip-path=\"url(#clip6202)\" style=\"stroke:#e26f46; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
       "  276.807,1443.67 282.85,1444.01 288.894,1442.98 294.938,1444.35 300.982,1444.35 307.026,1444.35 313.07,1444.69 319.113,1445.37 325.157,1444.35 331.201,1445.37 \n",
       "  337.245,1443.67 343.289,1442.98 349.333,1443.32 355.376,1443.32 361.42,1443.32 367.464,1442.98 373.508,1444.69 379.552,1442.64 385.595,1442.64 391.639,1445.37 \n",
       "  397.683,1443.67 403.727,1444.35 409.771,1445.03 415.815,1444.69 421.858,1442.98 427.902,1442.98 433.946,1444.01 439.99,1443.32 446.034,1443.32 452.077,1445.03 \n",
       "  458.121,1443.32 464.165,1443.32 470.209,1441.96 476.253,1443.67 482.297,1443.67 488.34,1443.67 494.384,1443.67 500.428,1443.67 506.472,1444.35 512.516,1444.35 \n",
       "  518.559,1443.32 524.603,1443.67 530.647,1443.32 536.691,1442.64 542.735,1442.64 548.779,1442.64 554.822,1441.28 560.866,1443.32 566.91,1444.01 572.954,1444.35 \n",
       "  578.998,1443.67 585.041,1441.28 591.085,1444.01 597.129,1443.67 603.173,1441.62 609.217,1443.32 615.261,1440.93 621.304,1443.67 627.348,1442.98 633.392,1441.28 \n",
       "  639.436,1443.32 645.48,1441.96 651.523,1443.67 657.567,1442.98 663.611,1444.69 669.655,1442.3 675.699,1441.62 681.743,1441.62 687.786,1442.64 693.83,1441.62 \n",
       "  699.874,1442.3 705.918,1443.67 711.962,1440.25 718.006,1442.98 724.049,1440.93 730.093,1442.64 736.137,1442.3 742.181,1440.93 748.225,1442.3 754.268,1442.64 \n",
       "  760.312,1438.88 766.356,1441.62 772.4,1442.3 778.444,1439.57 784.488,1438.88 790.531,1442.3 796.575,1443.32 802.619,1441.96 808.663,1439.23 814.707,1442.3 \n",
       "  820.75,1441.96 826.794,1438.54 832.838,1437.52 838.882,1437.18 844.926,1440.59 850.97,1438.2 857.013,1439.91 863.057,1440.25 869.101,1437.18 875.145,1436.49 \n",
       "  881.189,1438.54 887.232,1437.52 893.276,1435.81 899.32,1437.18 905.364,1428.3 911.408,1425.9 917.452,1420.44 923.495,1413.61 929.539,1407.12 935.583,1394.48 \n",
       "  941.627,1379.45 947.671,1363.74 953.714,1332.66 959.758,1260.58 965.802,1192.61 971.846,1107.22 977.89,979.473 983.934,860.265 989.977,718.855 996.021,617.409 \n",
       "  1002.07,485.222 1008.11,447.308 1014.15,403.245 1020.2,347.228 1026.24,364.648 1032.28,539.19 1038.33,601.697 1044.37,590.084 1050.42,667.278 1056.46,675.476 \n",
       "  1062.5,721.93 1068.55,753.696 1074.59,772.14 1080.63,752.671 1086.68,744.815 1092.72,827.816 1098.77,896.13 1104.81,988.695 1110.85,1061.11 1116.9,1099.36 \n",
       "  1122.94,1182.02 1128.99,1237.02 1135.03,1234.28 1141.07,1270.15 1147.12,1269.81 1153.16,1283.47 1159.2,1302.26 1165.25,1302.26 1171.29,1285.86 1177.34,1321.38 \n",
       "  1183.38,1352.81 1189.42,1389.36 1195.47,1421.46 1201.51,1431.03 1207.55,1438.88 1213.6,1439.57 1219.64,1442.3 \n",
       "  \"/>\n",
       "<polyline clip-path=\"url(#clip6202)\" style=\"stroke:#3da44d; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
       "  311.558,1444.69 317.857,1444.01 324.155,1444.35 330.454,1442.64 336.752,1445.03 343.051,1444.01 349.35,1443.67 355.648,1444.35 361.947,1445.03 368.245,1442.98 \n",
       "  374.544,1443.32 380.842,1442.98 387.141,1442.98 393.439,1443.67 399.738,1442.98 406.036,1444.35 412.335,1443.67 418.633,1445.03 424.932,1443.67 431.23,1443.32 \n",
       "  437.529,1443.32 443.827,1444.35 450.126,1444.69 456.424,1443.67 462.723,1442.98 469.021,1442.98 475.32,1443.67 481.618,1442.3 487.917,1442.3 494.215,1443.67 \n",
       "  500.514,1444.01 506.812,1445.03 513.111,1444.01 519.409,1442.98 525.708,1443.67 532.006,1444.01 538.305,1442.64 544.603,1442.98 550.902,1445.03 557.2,1443.32 \n",
       "  563.499,1441.62 569.797,1443.67 576.096,1441.96 582.394,1442.98 588.693,1442.98 594.991,1441.96 601.29,1442.98 607.588,1441.96 613.887,1443.32 620.185,1441.96 \n",
       "  626.484,1442.64 632.782,1442.64 639.081,1443.67 645.379,1444.35 651.678,1441.96 657.976,1444.01 664.275,1443.32 670.573,1441.62 676.872,1439.57 683.17,1443.67 \n",
       "  689.469,1441.96 695.767,1444.01 702.066,1441.62 708.364,1439.57 714.663,1441.96 720.961,1442.98 727.26,1442.64 733.558,1439.91 739.857,1441.28 746.155,1441.96 \n",
       "  752.454,1440.59 758.752,1440.59 765.051,1441.96 771.349,1442.98 777.648,1440.59 783.946,1440.93 790.245,1440.93 796.543,1442.64 802.842,1440.25 809.14,1439.91 \n",
       "  815.439,1438.2 821.737,1439.91 828.036,1440.25 834.334,1439.91 840.633,1440.25 846.931,1439.23 853.23,1439.23 859.528,1439.23 865.827,1437.52 872.125,1436.49 \n",
       "  878.424,1439.57 884.722,1436.83 891.021,1435.47 897.319,1433.76 903.618,1436.15 909.916,1435.47 916.215,1426.93 922.513,1412.24 928.812,1401.31 935.11,1396.53 \n",
       "  941.409,1356.57 947.707,1324.12 954.006,1291.67 960.304,1193.64 966.603,1154.36 972.901,1062.82 979.2,909.451 985.498,790.244 991.797,574.713 998.095,399.829 \n",
       "  1004.39,243.732 1010.69,216.748 1016.99,216.406 1023.29,358.499 1029.59,513.914 1035.89,552.169 1042.18,679.917 1048.48,797.416 1054.78,836.697 1061.08,814.153 \n",
       "  1067.38,872.22 1073.68,912.867 1079.98,953.855 1086.27,1000.31 1092.57,1008.16 1098.87,1014.65 1105.17,994.161 1111.47,997.918 1117.77,1034.47 1124.07,1084.33 \n",
       "  1130.36,1089.12 1136.66,1178.61 1142.96,1212.08 1149.26,1254.1 1155.56,1267.76 1161.86,1301.91 1168.15,1328.22 1174.45,1330.95 1180.75,1347.34 1187.05,1343.93 \n",
       "  1193.35,1355.88 1199.65,1335.39 1205.95,1338.8 1212.24,1355.88 1218.54,1382.18 1224.84,1388.67 1231.14,1388.33 1237.44,1403.7 1243.74,1404.73 1250.04,1398.92 \n",
       "  1256.33,1403.7 1262.63,1425.9 1268.93,1431.03 1275.23,1435.13 1281.53,1438.2 1287.83,1441.28 1294.12,1441.62 \n",
       "  \"/>\n",
       "<polyline clip-path=\"url(#clip6202)\" style=\"stroke:#c271d2; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
       "  347.463,1442.98 354.205,1443.32 360.948,1444.01 367.69,1443.32 374.432,1443.67 381.175,1444.35 387.917,1443.67 394.659,1443.67 401.402,1442.98 408.144,1444.69 \n",
       "  414.887,1444.01 421.629,1443.67 428.371,1441.96 435.114,1444.01 441.856,1443.32 448.599,1442.3 455.341,1443.67 462.083,1443.67 468.826,1444.01 475.568,1444.01 \n",
       "  482.311,1441.96 489.053,1444.01 495.795,1442.98 502.538,1441.62 509.28,1442.98 516.022,1444.35 522.765,1443.67 529.507,1443.67 536.25,1443.32 542.992,1442.64 \n",
       "  549.734,1444.01 556.477,1442.64 563.219,1442.64 569.962,1442.3 576.704,1444.35 583.446,1444.01 590.189,1439.91 596.931,1441.96 603.674,1443.67 610.416,1440.59 \n",
       "  617.158,1443.32 623.901,1440.93 630.643,1444.01 637.386,1441.62 644.128,1441.96 650.87,1442.3 657.613,1442.3 664.355,1442.98 671.097,1442.98 677.84,1441.96 \n",
       "  684.582,1443.32 691.325,1442.64 698.067,1440.93 704.809,1441.96 711.552,1439.57 718.294,1440.59 725.037,1442.3 731.779,1442.64 738.521,1442.98 745.264,1440.59 \n",
       "  752.006,1441.28 758.749,1442.3 765.491,1440.25 772.233,1438.54 778.976,1440.59 785.718,1440.25 792.46,1440.59 799.203,1440.59 805.945,1441.96 812.688,1440.59 \n",
       "  819.43,1438.2 826.172,1438.54 832.915,1440.59 839.657,1441.96 846.4,1438.54 853.142,1437.52 859.884,1435.81 866.627,1438.88 873.369,1437.52 880.112,1436.49 \n",
       "  886.854,1437.18 893.596,1435.13 900.339,1434.79 907.081,1436.15 913.824,1431.71 920.566,1431.03 927.308,1424.54 934.051,1405.07 940.793,1370.23 947.535,1328.9 \n",
       "  954.278,1263.32 961.02,1153.67 967.763,1021.14 974.505,867.438 981.247,596.915 987.99,490.004 994.732,344.154 1001.47,230.411 1008.22,233.143 1014.96,417.249 \n",
       "  1021.7,469.51 1028.44,459.604 1035.19,571.639 1041.93,678.209 1048.67,711.682 1055.41,789.219 1062.16,920.04 1068.9,1006.8 1075.64,966.835 1082.38,975.716 \n",
       "  1089.13,990.745 1095.87,1040.96 1102.61,1072.72 1109.35,1107.22 1116.1,1140.35 1122.84,1181.68 1129.58,1192.61 1136.32,1242.48 1143.06,1249.65 1149.81,1235.65 \n",
       "  1156.55,1231.89 1163.29,1229.84 1170.03,1252.05 1176.78,1264.34 1183.52,1290.98 1190.26,1276.64 1197,1295.77 1203.75,1295.08 1210.49,1302.26 1217.23,1283.13 \n",
       "  1223.97,1311.14 1230.72,1326.85 1237.46,1342.22 1244.2,1365.11 1250.94,1380.48 1257.69,1386.97 1264.43,1391.41 1271.17,1399.26 1277.91,1407.8 1284.65,1413.27 \n",
       "  1291.4,1410.19 1298.14,1414.29 1304.88,1399.26 1311.62,1396.53 1318.37,1391.41 1325.11,1405.41 1331.85,1405.75 1338.59,1401.99 1345.34,1420.1 1352.08,1430.35 \n",
       "  1358.82,1431.71 1365.56,1432.05 1372.31,1430 1379.05,1427.27 1385.79,1433.42 1392.53,1436.83 1399.28,1439.91 \n",
       "  \"/>\n",
       "<polyline clip-path=\"url(#clip6202)\" style=\"stroke:#ac8d18; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
       "  420.815,1445.03 428.179,1442.64 435.544,1442.3 442.908,1442.98 450.272,1442.98 457.637,1442.3 465.001,1441.62 472.366,1444.01 479.73,1441.96 487.095,1444.35 \n",
       "  494.459,1444.01 501.823,1443.32 509.188,1444.69 516.552,1442.64 523.917,1441.28 531.281,1443.32 538.646,1442.3 546.01,1444.35 553.374,1440.59 560.739,1442.98 \n",
       "  568.103,1442.3 575.468,1442.3 582.832,1442.98 590.197,1441.28 597.561,1441.28 604.925,1443.32 612.29,1441.96 619.654,1443.32 627.019,1441.96 634.383,1441.28 \n",
       "  641.748,1442.3 649.112,1441.96 656.476,1442.3 663.841,1441.28 671.205,1441.96 678.57,1440.59 685.934,1440.93 693.298,1442.64 700.663,1441.96 708.027,1442.3 \n",
       "  715.392,1440.25 722.756,1441.62 730.121,1440.25 737.485,1441.96 744.849,1440.93 752.214,1436.49 759.578,1441.96 766.943,1439.23 774.307,1441.96 781.672,1440.25 \n",
       "  789.036,1441.28 796.4,1438.54 803.765,1441.96 811.129,1436.49 818.494,1440.25 825.858,1438.2 833.223,1439.23 840.587,1435.81 847.951,1439.23 855.316,1436.15 \n",
       "  862.68,1436.49 870.045,1436.49 877.409,1437.52 884.773,1436.15 892.138,1434.1 899.502,1427.27 906.867,1420.78 914.231,1421.46 921.596,1407.12 928.96,1402.34 \n",
       "  936.324,1378.43 943.689,1315.92 951.053,1183.73 958.418,1018.41 965.782,900.229 973.147,708.267 980.511,601.697 987.875,536.799 995.24,407.685 1002.6,354.401 \n",
       "  1009.97,280.622 1017.33,368.063 1024.7,418.274 1032.06,585.985 1039.43,679.917 1046.79,782.387 1054.16,825.767 1061.52,936.435 1068.88,984.938 1076.25,1036.52 \n",
       "  1083.61,1066.57 1090.98,1109.95 1098.34,1134.2 1105.71,1133.86 1113.07,1162.21 1120.44,1169.73 1127.8,1194.32 1135.16,1201.49 1142.53,1185.44 1149.89,1169.39 \n",
       "  1157.26,1184.76 1164.62,1210.37 1171.99,1257.85 1179.35,1298.5 1186.71,1315.58 1194.08,1310.45 1201.44,1302.26 1208.81,1309.77 1216.17,1311.14 1223.54,1302.6 \n",
       "  1230.9,1317.29 1238.27,1317.63 1245.63,1308.4 1252.99,1311.82 1260.36,1317.63 1267.72,1309.43 1275.09,1319.33 1282.45,1329.92 1289.82,1330.95 1297.18,1342.22 \n",
       "  1304.55,1345.64 1311.91,1355.88 1319.27,1365.45 1326.64,1373.64 1334,1389.7 1341.37,1389.02 1348.73,1389.7 1356.1,1390.72 1363.46,1386.62 1370.83,1396.19 \n",
       "  1378.19,1398.92 1385.55,1414.63 1392.92,1413.27 1400.28,1412.24 1407.65,1420.1 1415.01,1414.63 1422.38,1419.07 1429.74,1419.41 1437.11,1416.34 1444.47,1420.1 \n",
       "  1451.83,1416 1459.2,1413.95 1466.56,1417.71 1473.93,1421.46 1481.29,1416.68 1488.66,1416 1496.02,1416 1503.39,1414.97 1510.75,1414.29 1518.11,1414.97 \n",
       "  1525.48,1419.76 1532.84,1419.07 1540.21,1421.81 1547.57,1429.32 1554.94,1439.57 1562.3,1439.91 1569.66,1440.25 \n",
       "  \"/>\n",
       "<polyline clip-path=\"url(#clip6202)\" style=\"stroke:#00a9ad; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
       "  489.071,1442.3 497.253,1443.32 505.435,1443.67 513.617,1442.3 521.8,1442.98 529.982,1443.32 538.164,1441.28 546.346,1441.28 554.528,1442.3 562.71,1442.98 \n",
       "  570.892,1443.67 579.074,1441.28 587.256,1442.98 595.438,1440.59 603.62,1441.62 611.802,1441.96 619.984,1440.93 628.166,1441.96 636.348,1441.28 644.53,1442.3 \n",
       "  652.712,1442.3 660.895,1441.62 669.077,1439.23 677.259,1440.93 685.441,1441.62 693.623,1441.96 701.805,1441.62 709.987,1440.59 718.169,1439.23 726.351,1442.3 \n",
       "  734.533,1439.23 742.715,1438.88 750.897,1441.28 759.079,1442.64 767.261,1438.54 775.443,1437.86 783.625,1440.25 791.808,1438.54 799.99,1438.54 808.172,1438.88 \n",
       "  816.354,1438.54 824.536,1439.57 832.718,1436.49 840.9,1436.49 849.082,1435.47 857.264,1437.18 865.446,1433.76 873.628,1435.13 881.81,1435.81 889.992,1431.03 \n",
       "  898.174,1426.59 906.356,1425.56 914.538,1397.9 922.72,1368.18 930.903,1311.82 939.085,1273.22 947.267,1223.35 955.449,1114.39 963.631,990.745 971.813,783.754 \n",
       "  979.995,452.773 988.177,228.703 996.359,155.949 1004.54,211.966 1012.72,397.097 1020.91,576.762 1029.09,698.02 1037.27,825.767 1045.45,937.118 1053.63,991.77 \n",
       "  1061.82,1001.33 1070,1058.03 1078.18,1069.65 1086.36,1079.55 1094.54,1110.98 1102.73,1122.93 1110.91,1141.38 1119.09,1168.02 1127.27,1159.82 1135.45,1179.97 \n",
       "  1143.64,1182.37 1151.82,1165.97 1160,1177.24 1168.18,1200.47 1176.36,1229.84 1184.55,1229.84 1192.73,1227.45 1200.91,1261.61 1209.09,1265.71 1217.27,1274.25 \n",
       "  1225.46,1277.32 1233.64,1286.89 1241.82,1289.96 1250,1303.96 1258.18,1311.82 1266.37,1316.6 1274.55,1321.73 1282.73,1322.07 1290.91,1336.41 1299.1,1338.46 \n",
       "  1307.28,1339.83 1315.46,1356.22 1323.64,1353.15 1331.82,1361.69 1340.01,1361.35 1348.19,1369.89 1356.37,1363.74 1364.55,1370.23 1372.73,1368.86 1380.92,1374.67 \n",
       "  1389.1,1378.43 1397.28,1373.99 1405.46,1385.26 1413.64,1377.06 1421.83,1371.25 1430.01,1371.94 1438.19,1367.15 1446.37,1359.98 1454.55,1362.37 1462.74,1361.69 \n",
       "  1470.92,1375.35 1479.1,1376.72 1487.28,1378.08 1495.46,1378.43 1503.65,1383.55 1511.83,1388.33 1520.01,1398.58 1528.19,1398.58 1536.37,1395.85 1544.56,1398.92 \n",
       "  1552.74,1412.24 1560.92,1415.66 1569.1,1416 1577.29,1418.73 1585.47,1418.05 1593.65,1416.68 1601.83,1419.41 1610.01,1416.68 1618.2,1420.78 1626.38,1417.02 \n",
       "  1634.56,1417.71 1642.74,1420.44 1650.92,1417.02 1659.11,1406.09 1667.29,1417.37 1675.47,1407.8 1683.65,1416.34 1691.83,1410.19 1700.02,1417.71 1708.2,1414.29 \n",
       "  1716.38,1424.88 1724.56,1411.22 1732.74,1418.05 1740.93,1425.9 1749.11,1427.95 1757.29,1439.23 1765.47,1441.62 \n",
       "  \"/>\n",
       "<polyline clip-path=\"url(#clip6202)\" style=\"stroke:#ed5d92; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
       "  580,1439.91 589.094,1442.98 598.189,1440.93 607.283,1440.93 616.377,1440.93 625.472,1439.91 634.566,1439.57 643.661,1442.64 652.755,1442.3 661.849,1441.28 \n",
       "  670.944,1443.67 680.038,1438.2 689.133,1438.88 698.227,1442.64 707.321,1439.23 716.416,1440.25 725.51,1439.23 734.605,1438.88 743.699,1440.25 752.793,1441.62 \n",
       "  761.888,1438.2 770.982,1438.2 780.077,1439.57 789.171,1438.54 798.265,1437.86 807.36,1436.49 816.454,1437.18 825.549,1437.18 834.643,1436.83 843.737,1435.47 \n",
       "  852.832,1436.83 861.926,1433.08 871.021,1433.42 880.115,1428.3 889.209,1430 898.304,1422.15 907.398,1421.12 916.493,1402.68 925.587,1342.9 934.681,1274.25 \n",
       "  943.776,1134.89 952.87,909.793 961.965,682.649 971.059,527.235 980.153,302.482 989.248,256.029 998.342,315.12 1007.44,366.697 1016.53,501.959 1025.63,733.543 \n",
       "  1034.72,840.454 1043.81,1002.7 1052.91,1107.22 1062,1126.69 1071.1,1128.74 1080.19,1152.65 1089.29,1136.25 1098.38,1154.02 1107.48,1154.02 1116.57,1163.58 \n",
       "  1125.66,1207.64 1134.76,1237.36 1143.85,1206.62 1152.95,1215.5 1162.04,1241.8 1171.14,1211.74 1180.23,1192.95 1189.32,1199.79 1198.42,1232.92 1207.51,1222.33 \n",
       "  1216.61,1224.38 1225.7,1239.41 1234.8,1215.16 1243.89,1224.38 1252.99,1255.46 1262.08,1260.24 1271.17,1261.27 1280.27,1272.88 1289.36,1270.49 1298.46,1284.15 \n",
       "  1307.55,1288.25 1316.65,1310.8 1325.74,1320.36 1334.84,1326.85 1343.93,1339.15 1353.02,1349.73 1362.12,1362.37 1371.21,1363.06 1380.31,1376.38 1389.4,1380.82 \n",
       "  1398.5,1369.55 1407.59,1383.89 1416.68,1381.5 1425.78,1382.87 1434.87,1382.53 1443.97,1384.23 1453.06,1386.97 1462.16,1383.89 1471.25,1383.21 1480.35,1389.02 \n",
       "  1489.44,1386.28 1498.53,1383.55 1507.63,1380.48 1516.72,1381.84 1525.82,1378.43 1534.91,1365.79 1544.01,1369.2 1553.1,1382.53 1562.2,1377.06 1571.29,1390.04 \n",
       "  1580.38,1379.45 1589.48,1385.94 1598.57,1379.45 1607.67,1375.01 1616.76,1374.33 1625.86,1369.2 1634.95,1364.76 1644.04,1368.86 1653.14,1371.25 1662.23,1383.89 \n",
       "  1671.33,1395.16 1680.42,1393.46 1689.52,1389.02 1698.61,1394.14 1707.71,1388.33 1716.8,1394.82 1725.89,1390.38 1734.99,1395.16 1744.08,1400.63 1753.18,1401.31 \n",
       "  1762.27,1396.87 1771.37,1406.09 1780.46,1404.39 1789.56,1394.14 1798.65,1407.8 1807.74,1412.93 1816.84,1412.93 1825.93,1414.29 1835.03,1409.17 1844.12,1411.9 \n",
       "  1853.22,1417.37 1862.31,1423.86 1871.4,1426.93 1880.5,1428.3 1889.59,1428.98 1898.69,1425.22 1907.78,1423.86 1916.88,1428.3 1925.97,1432.74 1935.07,1439.23 \n",
       "  1944.16,1440.59 1953.25,1439.23 1962.35,1439.91 1971.44,1439.23 1980.54,1441.96 1989.63,1440.59 1998.73,1442.3 \n",
       "  \"/>\n",
       "<polyline clip-path=\"url(#clip6202)\" style=\"stroke:#c68125; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
       "  620.69,1441.62 630.179,1441.62 639.668,1441.96 649.157,1439.57 658.646,1442.3 668.135,1443.32 677.624,1438.88 687.113,1441.28 696.602,1437.86 706.091,1438.88 \n",
       "  715.58,1438.54 725.069,1440.59 734.558,1438.88 744.047,1440.59 753.536,1439.91 763.025,1440.25 772.514,1438.54 782.003,1437.18 791.492,1437.52 800.981,1437.86 \n",
       "  810.47,1438.88 819.959,1436.83 829.448,1435.13 838.937,1434.1 848.426,1437.52 857.915,1436.15 867.404,1434.1 876.893,1429.32 886.382,1433.42 895.871,1425.9 \n",
       "  905.36,1421.46 914.849,1417.71 924.338,1401.65 933.827,1352.13 943.316,1255.46 952.805,1050.86 962.294,739.691 971.783,612.969 981.272,375.578 990.761,183.957 \n",
       "  1000.25,87.9763 1009.74,320.585 1019.23,597.257 1028.72,818.594 1038.21,995.868 1047.7,1161.19 1057.18,1179.63 1066.67,1203.54 1076.16,1210.37 1085.65,1209.69 \n",
       "  1095.14,1229.16 1104.63,1225.74 1114.12,1222.33 1123.61,1250 1133.1,1246.92 1142.59,1230.87 1152.07,1205.25 1161.56,1231.21 1171.05,1238.38 1180.54,1239.75 \n",
       "  1190.03,1261.27 1199.52,1274.59 1209.01,1260.58 1218.5,1212.77 1227.99,1145.48 1237.48,1216.86 1246.96,1244.53 1256.45,1261.61 1265.94,1246.24 1275.43,1260.93 \n",
       "  1284.92,1253.75 1294.41,1258.88 1303.9,1236.33 1313.39,1268.44 1322.88,1253.75 1332.37,1263.66 1341.85,1278.69 1351.34,1296.11 1360.83,1298.5 1370.32,1304.65 \n",
       "  1379.81,1313.87 1389.3,1315.92 1398.79,1322.75 1408.28,1321.04 1417.77,1323.09 1427.25,1334.71 1436.74,1339.15 1446.23,1337.78 1455.72,1361.01 1465.21,1358.27 \n",
       "  1474.7,1362.37 1484.19,1376.72 1493.68,1374.33 1503.17,1378.08 1512.66,1375.69 1522.14,1380.13 1531.63,1384.92 1541.12,1386.62 1550.61,1386.97 1560.1,1387.99 \n",
       "  1569.59,1394.14 1579.08,1390.38 1588.57,1401.31 1598.06,1387.99 1607.55,1400.29 1617.03,1396.53 1626.52,1397.9 1636.01,1396.53 1645.5,1391.41 1654.99,1399.26 \n",
       "  1664.48,1389.7 1673.97,1396.19 1683.46,1394.14 1692.95,1391.06 1702.44,1394.48 1711.92,1387.99 1721.41,1382.53 1730.9,1373.3 1740.39,1358.96 1749.88,1377.74 \n",
       "  1759.37,1371.25 1768.86,1370.23 1778.35,1359.3 1787.84,1361.35 1797.33,1376.72 1806.81,1365.79 1816.3,1375.35 1825.79,1370.57 1835.28,1372.62 1844.77,1377.74 \n",
       "  1854.26,1387.65 1863.75,1385.6 1873.24,1396.87 1882.73,1388.67 1892.22,1390.38 1901.7,1394.82 1911.19,1389.7 1920.68,1389.7 1930.17,1383.21 1939.66,1389.02 \n",
       "  1949.15,1393.46 1958.64,1400.97 1968.13,1398.58 1977.62,1395.16 1987.11,1406.78 1996.59,1410.53 2006.08,1417.02 2015.57,1422.49 2025.06,1423.86 2034.55,1427.95 \n",
       "  2044.04,1424.88 2053.53,1426.93 2063.02,1423.86 2072.51,1422.15 2082,1428.3 2091.48,1437.52 2100.97,1441.62 \n",
       "  \"/>\n",
       "<polyline clip-path=\"url(#clip6202)\" style=\"stroke:#00a98d; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
       "  659.459,1439.57 669.346,1440.93 679.233,1440.25 689.12,1442.3 699.007,1438.88 708.894,1439.91 718.781,1438.88 728.668,1438.88 738.555,1440.59 748.443,1438.54 \n",
       "  758.33,1438.54 768.217,1437.52 778.104,1435.47 787.991,1438.88 797.878,1438.54 807.765,1438.54 817.652,1437.86 827.539,1435.13 837.426,1435.13 847.313,1434.1 \n",
       "  857.2,1433.42 867.087,1430.69 876.974,1434.1 886.861,1433.42 896.748,1427.95 906.635,1420.44 916.522,1395.85 926.41,1375.69 936.297,1362.37 946.184,1250.68 \n",
       "  956.071,988.012 965.958,790.927 975.845,570.273 985.732,470.876 995.619,347.569 1005.51,454.481 1015.39,637.22 1025.28,697.678 1035.17,824.4 1045.05,983.23 \n",
       "  1054.94,1124.98 1064.83,1171.44 1074.72,1212.08 1084.6,1217.21 1094.49,1229.5 1104.38,1234.63 1114.26,1240.77 1124.15,1252.39 1134.04,1268.44 1143.92,1272.2 \n",
       "  1153.81,1272.54 1163.7,1261.27 1173.59,1263.32 1183.47,1262.98 1193.36,1251.7 1203.25,1261.61 1213.13,1252.05 1223.02,1232.58 1232.91,1209.69 1242.8,1209.35 \n",
       "  1252.68,1206.28 1262.57,1207.64 1272.46,1232.23 1282.34,1237.36 1292.23,1264.68 1302.12,1265.37 1312,1255.12 1321.89,1258.19 1331.78,1277.32 1341.67,1285.18 \n",
       "  1351.55,1277.32 1361.44,1275.96 1371.33,1259.56 1381.21,1313.87 1391.1,1311.14 1400.99,1312.5 1410.88,1317.63 1420.76,1333.68 1430.65,1337.78 1440.54,1333 \n",
       "  1450.42,1344.27 1460.31,1329.24 1470.2,1338.8 1480.08,1331.97 1489.97,1328.22 1499.86,1316.94 1509.75,1340.85 1519.63,1329.92 1529.52,1333.68 1539.41,1326.17 \n",
       "  1549.29,1321.73 1559.18,1338.46 1569.07,1356.22 1578.96,1354.18 1588.84,1357.93 1598.73,1363.4 1608.62,1363.74 1618.5,1367.5 1628.39,1372.96 1638.28,1375.01 \n",
       "  1648.16,1376.04 1658.05,1373.3 1667.94,1382.87 1677.83,1389.36 1687.71,1389.02 1697.6,1388.33 1707.49,1390.72 1717.37,1394.14 1727.26,1386.97 1737.15,1393.11 \n",
       "  1747.04,1388.67 1756.92,1388.33 1766.81,1387.65 1776.7,1382.18 1786.58,1388.67 1796.47,1393.46 1806.36,1385.6 1816.24,1374.67 1826.13,1374.33 1836.02,1377.4 \n",
       "  1845.91,1372.28 1855.79,1382.53 1865.68,1376.04 1875.57,1381.16 1885.45,1368.86 1895.34,1364.76 1905.23,1362.37 1915.12,1354.18 1925,1364.76 1934.89,1353.15 \n",
       "  1944.78,1363.06 1954.66,1370.23 1964.55,1355.54 1974.44,1367.15 1984.32,1359.64 1994.21,1373.64 2004.1,1378.43 2013.99,1372.28 2023.87,1371.6 2033.76,1373.64 \n",
       "  2043.65,1380.13 2053.53,1386.97 2063.42,1388.33 2073.31,1394.48 2083.2,1397.9 2093.08,1394.48 2102.97,1394.82 2112.86,1405.07 2122.74,1418.73 2132.63,1426.59 \n",
       "  2142.52,1436.83 2152.4,1441.28 2162.29,1439.23 2172.18,1441.28 2182.07,1440.25 2191.95,1442.3 2201.84,1440.59 \n",
       "  \"/>\n",
       "<polyline clip-path=\"url(#clip6202)\" style=\"stroke:#8e971d; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
       "  668.841,1440.59 678.783,1439.57 688.724,1440.25 698.666,1438.54 708.607,1439.57 718.549,1437.18 728.49,1439.91 738.432,1438.2 748.373,1438.88 758.315,1439.23 \n",
       "  768.256,1439.23 778.198,1438.54 788.139,1437.52 798.081,1438.88 808.022,1435.81 817.964,1435.13 827.905,1433.76 837.847,1438.2 847.788,1432.05 857.729,1436.49 \n",
       "  867.671,1432.39 877.612,1433.42 887.554,1430 897.495,1421.12 907.437,1419.41 917.378,1405.41 927.32,1386.28 937.261,1335.73 947.203,1247.26 957.144,1030.03 \n",
       "  967.086,788.194 977.027,678.209 986.969,680.6 996.91,601.014 1006.85,577.446 1016.79,657.714 1026.73,802.882 1036.68,928.579 1046.62,983.23 1056.56,1115.76 \n",
       "  1066.5,1167.68 1076.44,1211.4 1086.38,1224.72 1096.32,1266.05 1106.27,1276.98 1116.21,1286.89 1126.15,1283.81 1136.09,1288.59 1146.03,1279.37 1155.97,1279.03 \n",
       "  1165.92,1278.35 1175.86,1273.56 1185.8,1260.24 1195.74,1254.44 1205.68,1243.51 1215.62,1239.75 1225.56,1259.9 1235.51,1258.88 1245.45,1232.23 1255.39,1238.72 \n",
       "  1265.33,1223.7 1275.27,1225.74 1285.21,1233.94 1295.15,1232.92 1305.1,1237.02 1315.04,1241.8 1324.98,1249.31 1334.92,1255.8 1344.86,1294.4 1354.8,1306.7 \n",
       "  1364.74,1314.89 1374.69,1310.11 1384.63,1319.33 1394.57,1314.89 1404.51,1329.24 1414.45,1323.09 1424.39,1341.2 1434.34,1322.41 1444.28,1323.09 1454.22,1330.27 \n",
       "  1464.16,1348.37 1474.1,1352.81 1484.04,1349.05 1493.98,1350.76 1503.93,1354.18 1513.87,1357.93 1523.81,1354.52 1533.75,1352.47 1543.69,1353.83 1553.63,1351.1 \n",
       "  1563.57,1356.91 1573.52,1346.66 1583.46,1352.13 1593.4,1361.01 1603.34,1361.01 1613.28,1362.37 1623.22,1364.76 1633.16,1356.91 1643.11,1352.47 1653.05,1351.44 \n",
       "  1662.99,1336.75 1672.93,1341.2 1682.87,1355.54 1692.81,1350.76 1702.75,1355.2 1712.7,1360.32 1722.64,1350.42 1732.58,1334.71 1742.52,1339.83 1752.46,1324.8 \n",
       "  1762.4,1322.41 1772.35,1333.68 1782.29,1335.39 1792.23,1334.71 1802.17,1339.83 1812.11,1329.92 1822.05,1328.22 1831.99,1337.44 1841.94,1340.51 1851.88,1353.83 \n",
       "  1861.82,1352.13 1871.76,1350.76 1881.7,1349.39 1891.64,1354.52 1901.58,1366.47 1911.53,1365.11 1921.47,1358.96 1931.41,1358.62 1941.35,1353.49 1951.29,1352.47 \n",
       "  1961.23,1341.88 1971.17,1340.17 1981.12,1348.03 1991.06,1355.54 2001,1361.35 2010.94,1353.15 2020.88,1350.42 2030.82,1338.12 2040.77,1347.69 2050.71,1333.68 \n",
       "  2060.65,1341.2 2070.59,1347.69 2080.53,1361.69 2090.47,1383.55 2100.41,1396.87 2110.36,1400.29 2120.3,1405.41 2130.24,1411.22 2140.18,1411.56 2150.12,1415.66 \n",
       "  2160.06,1417.02 2170,1435.13 2179.95,1440.25 2189.89,1438.88 2199.83,1441.28 2209.77,1439.91 2219.71,1439.23 \n",
       "  \"/>\n",
       "<polyline clip-path=\"url(#clip6202)\" style=\"stroke:#00a8cb; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
       "  673.263,1441.62 683.282,1439.57 693.301,1440.93 703.321,1441.62 713.34,1437.86 723.359,1437.86 733.379,1438.88 743.398,1440.25 753.417,1437.52 763.437,1440.25 \n",
       "  773.456,1437.86 783.475,1437.52 793.495,1437.52 803.514,1438.88 813.533,1437.86 823.553,1440.93 833.572,1435.13 843.591,1431.71 853.611,1434.44 863.63,1433.76 \n",
       "  873.649,1436.83 883.669,1431.03 893.688,1430.35 903.707,1428.64 913.727,1408.14 923.746,1403.02 933.765,1384.57 943.785,1326.17 953.804,1184.07 963.823,1023.19 \n",
       "  973.843,833.964 983.862,849.677 993.882,907.743 1003.9,882.809 1013.92,831.232 1023.94,851.384 1033.96,903.303 1043.98,998.943 1054,1082.97 1064.02,1138.3 \n",
       "  1074.04,1123.27 1084.06,1144.45 1094.07,1155.04 1104.09,1180.66 1114.11,1216.52 1124.13,1237.02 1134.15,1240.09 1144.17,1264 1154.19,1284.84 1164.21,1286.2 \n",
       "  1174.23,1283.13 1184.25,1271.86 1194.27,1276.3 1204.29,1265.03 1214.31,1257.51 1224.33,1242.14 1234.35,1234.28 1244.36,1223.7 1254.38,1225.74 1264.4,1209.35 \n",
       "  1274.42,1235.99 1284.44,1243.85 1294.46,1239.07 1304.48,1226.43 1314.5,1200.81 1324.52,1232.58 1334.54,1251.36 1344.56,1249.31 1354.58,1278.69 1364.6,1296.79 \n",
       "  1374.62,1307.38 1384.64,1308.75 1394.66,1326.51 1404.67,1334.36 1414.69,1342.9 1424.71,1352.47 1434.73,1352.81 1444.75,1357.25 1454.77,1357.25 1464.79,1371.6 \n",
       "  1474.81,1363.06 1484.83,1374.67 1494.85,1360.66 1504.87,1371.94 1514.89,1373.99 1524.91,1367.84 1534.93,1376.72 1544.95,1369.55 1554.96,1374.33 1564.98,1365.11 \n",
       "  1575,1357.93 1585.02,1358.96 1595.04,1355.54 1605.06,1363.4 1615.08,1352.81 1625.1,1358.62 1635.12,1362.37 1645.14,1351.78 1655.16,1362.37 1665.18,1336.75 \n",
       "  1675.2,1352.47 1685.22,1337.1 1695.24,1331.97 1705.25,1338.8 1715.27,1342.9 1725.29,1344.95 1735.31,1346.66 1745.33,1333 1755.35,1329.92 1765.37,1302.26 \n",
       "  1775.39,1324.12 1785.41,1333.68 1795.43,1334.36 1805.45,1315.58 1815.47,1316.94 1825.49,1296.79 1835.51,1293.03 1845.53,1302.6 1855.54,1298.5 1865.56,1287.23 \n",
       "  1875.58,1281.76 1885.6,1268.44 1895.62,1292.35 1905.64,1297.13 1915.66,1313.53 1925.68,1317.29 1935.7,1328.56 1945.72,1331.97 1955.74,1358.96 1965.76,1353.15 \n",
       "  1975.78,1355.2 1985.8,1354.52 1995.82,1353.15 2005.83,1361.01 2015.85,1351.44 2025.87,1331.29 2035.89,1332.31 2045.91,1329.92 2055.93,1328.22 2065.95,1331.29 \n",
       "  2075.97,1333 2085.99,1314.89 2096.01,1330.27 2106.03,1339.15 2116.05,1348.71 2126.07,1333 2136.09,1344.95 2146.11,1365.45 2156.12,1390.04 2166.14,1398.92 \n",
       "  2176.16,1416 2186.18,1417.71 2196.2,1426.25 2206.22,1435.81 2216.24,1437.52 2226.26,1439.91 2236.28,1442.64 \n",
       "  \"/>\n",
       "<polyline clip-path=\"url(#clip6202)\" style=\"stroke:#9b7fe8; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
       "  665.165,1441.28 675.121,1439.57 685.077,1440.25 695.033,1440.25 704.989,1440.93 714.945,1439.23 724.901,1439.57 734.857,1439.91 744.813,1439.23 754.769,1439.23 \n",
       "  764.725,1438.2 774.681,1438.54 784.637,1438.88 794.593,1436.83 804.549,1436.15 814.505,1439.91 824.461,1438.2 834.417,1434.79 844.373,1438.2 854.329,1437.18 \n",
       "  864.285,1432.05 874.241,1433.42 884.197,1432.05 894.153,1434.79 904.11,1431.37 914.066,1425.22 924.022,1422.83 933.978,1404.04 943.934,1378.43 953.89,1281.08 \n",
       "  963.846,1145.48 973.802,1091.85 983.758,1053.25 993.714,1068.96 1003.67,1154.36 1013.63,1164.95 1023.58,1133.86 1033.54,1106.88 1043.49,1068.96 1053.45,1017.39 \n",
       "  1063.41,953.855 1073.36,1015.68 1083.32,1066.23 1093.27,1143.43 1103.23,1138.64 1113.19,1130.79 1123.14,1148.21 1133.1,1125.32 1143.05,1126.35 1153.01,1135.91 \n",
       "  1162.97,1145.82 1172.92,1172.12 1182.88,1234.97 1192.83,1261.27 1202.79,1284.49 1212.75,1288.25 1222.7,1279.71 1232.66,1255.12 1242.61,1229.84 1252.57,1199.44 \n",
       "  1262.53,1198.76 1272.48,1217.89 1282.44,1206.62 1292.39,1240.43 1302.35,1256.14 1312.31,1256.14 1322.26,1238.72 1332.22,1244.53 1342.17,1241.12 1352.13,1241.12 \n",
       "  1362.09,1270.83 1372.04,1289.28 1382,1314.55 1391.95,1315.92 1401.91,1326.17 1411.87,1334.36 1421.82,1334.36 1431.78,1349.73 1441.74,1333.68 1451.69,1340.85 \n",
       "  1461.65,1353.83 1471.6,1348.71 1481.56,1354.86 1491.52,1356.91 1501.47,1362.71 1511.43,1373.99 1521.38,1371.94 1531.34,1377.4 1541.3,1368.86 1551.25,1369.55 \n",
       "  1561.21,1365.79 1571.16,1369.89 1581.12,1366.47 1591.08,1363.4 1601.03,1362.03 1610.99,1369.2 1620.94,1377.74 1630.9,1373.3 1640.86,1376.72 1650.81,1376.72 \n",
       "  1660.77,1381.16 1670.72,1382.87 1680.68,1382.18 1690.64,1374.33 1700.59,1366.13 1710.55,1371.25 1720.5,1366.81 1730.46,1364.42 1740.42,1358.62 1750.37,1358.96 \n",
       "  1760.33,1359.3 1770.28,1354.18 1780.24,1342.9 1790.2,1349.39 1800.15,1345.64 1810.11,1318.99 1820.06,1318.65 1830.02,1320.02 1839.98,1294.06 1849.93,1295.77 \n",
       "  1859.89,1312.85 1869.84,1306.01 1879.8,1289.28 1889.76,1270.83 1899.71,1245.21 1909.67,1224.04 1919.62,1198.42 1929.58,1221.99 1939.54,1206.62 1949.49,1226.09 \n",
       "  1959.45,1238.72 1969.4,1224.38 1979.36,1257.17 1989.32,1298.5 1999.27,1316.6 2009.23,1319.68 2019.18,1311.82 2029.14,1321.04 2039.1,1319.68 2049.05,1327.53 \n",
       "  2059.01,1313.19 2068.96,1312.85 2078.92,1331.63 2088.88,1333.34 2098.83,1338.12 2108.79,1346.66 2118.74,1343.24 2128.7,1348.71 2138.66,1366.81 2148.61,1377.06 \n",
       "  2158.57,1368.86 2168.53,1372.28 2178.48,1400.63 2188.44,1412.24 2198.39,1421.46 2208.35,1434.44 2218.31,1440.25 \n",
       "  \"/>\n",
       "<polyline clip-path=\"url(#clip6202)\" style=\"stroke:#608cf6; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
       "  692.889,1437.86 703.137,1439.91 713.386,1440.25 723.634,1441.28 733.883,1439.23 744.131,1440.93 754.379,1437.18 764.628,1439.91 774.876,1436.49 785.125,1438.54 \n",
       "  795.373,1438.54 805.621,1436.49 815.87,1437.52 826.118,1439.23 836.366,1437.52 846.615,1434.1 856.863,1435.13 867.112,1433.76 877.36,1432.74 887.608,1431.03 \n",
       "  897.857,1431.03 908.105,1423.51 918.354,1417.02 928.602,1400.63 938.85,1372.96 949.099,1313.53 959.347,1247.95 969.595,1175.19 979.844,1173.48 990.092,1161.53 \n",
       "  1000.34,1217.89 1010.59,1245.21 1020.84,1260.24 1031.09,1252.05 1041.33,1251.02 1051.58,1205.93 1061.83,1190.9 1072.08,1191.93 1082.33,1191.25 1092.58,1159.48 \n",
       "  1102.82,1084.68 1113.07,1084.33 1123.32,991.428 1133.57,1040.61 1143.82,1055.3 1154.07,1063.5 1164.31,1064.52 1174.56,1054.62 1184.81,1062.47 1195.06,1123.96 \n",
       "  1205.31,1168.7 1215.56,1181.34 1225.81,1188.51 1236.05,1218.91 1246.3,1207.98 1256.55,1189.88 1266.8,1185.78 1277.05,1193.64 1287.3,1184.07 1297.54,1165.29 \n",
       "  1307.79,1188.86 1318.04,1223.7 1328.29,1250.34 1338.54,1262.98 1348.79,1273.56 1359.03,1297.13 1369.28,1298.16 1379.53,1302.94 1389.78,1323.09 1400.03,1317.29 \n",
       "  1410.28,1332.31 1420.52,1339.83 1430.77,1341.88 1441.02,1343.59 1451.27,1343.24 1461.52,1347 1471.77,1356.91 1482.01,1346.66 1492.26,1359.64 1502.51,1359.98 \n",
       "  1512.76,1356.57 1523.01,1358.96 1533.26,1362.71 1543.5,1357.93 1553.75,1364.42 1564,1358.62 1574.25,1365.45 1584.5,1367.5 1594.75,1373.64 1605,1367.84 \n",
       "  1615.24,1368.52 1625.49,1370.57 1635.74,1367.15 1645.99,1367.15 1656.24,1367.5 1666.49,1362.37 1676.73,1369.2 1686.98,1364.76 1697.23,1364.08 1707.48,1359.98 \n",
       "  1717.73,1360.66 1727.98,1354.86 1738.22,1357.59 1748.47,1342.9 1758.72,1343.59 1768.97,1335.73 1779.22,1343.59 1789.47,1336.41 1799.71,1341.54 1809.96,1333.68 \n",
       "  1820.21,1318.31 1830.46,1297.82 1840.71,1308.06 1850.96,1305.33 1861.2,1279.03 1871.45,1270.83 1881.7,1269.12 1891.95,1268.78 1902.2,1266.05 1912.45,1251.02 \n",
       "  1922.7,1239.41 1932.94,1239.07 1943.19,1209.69 1953.44,1241.46 1963.69,1240.09 1973.94,1210.72 1984.19,1238.38 1994.43,1243.51 2004.68,1239.75 2014.93,1253.07 \n",
       "  2025.18,1262.29 2035.43,1230.19 2045.68,1246.24 2055.92,1270.83 2066.17,1279.03 2076.42,1300.55 2086.67,1306.01 2096.92,1316.26 2107.17,1335.39 2117.41,1348.37 \n",
       "  2127.66,1369.55 2137.91,1378.08 2148.16,1390.72 2158.41,1409.85 2168.66,1418.73 2178.9,1424.88 2189.15,1423.17 2199.4,1432.05 2209.65,1433.08 2219.9,1434.44 \n",
       "  2230.15,1439.23 2240.4,1443.32 2250.64,1442.3 2260.89,1444.01 2271.14,1443.32 2281.39,1443.32 2291.64,1443.67 \n",
       "  \"/>\n",
       "<polyline clip-path=\"url(#clip6202)\" style=\"stroke:#f05f73; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
       "  656.003,1442.64 665.875,1442.64 675.746,1442.3 685.618,1441.96 695.489,1440.25 705.361,1437.86 715.232,1436.83 725.103,1441.62 734.975,1439.91 744.846,1441.28 \n",
       "  754.718,1439.23 764.589,1438.54 774.461,1441.28 784.332,1439.91 794.204,1439.23 804.075,1440.59 813.947,1435.13 823.818,1438.88 833.69,1438.88 843.561,1438.54 \n",
       "  853.433,1437.52 863.304,1434.1 873.176,1438.2 883.047,1437.86 892.919,1433.42 902.79,1433.08 912.662,1434.44 922.533,1430.69 932.405,1421.12 942.276,1399.95 \n",
       "  952.147,1361.69 962.019,1354.52 971.89,1340.17 981.762,1248.97 991.633,1202.86 1001.5,1229.84 1011.38,1258.19 1021.25,1273.91 1031.12,1278 1040.99,1268.78 \n",
       "  1050.86,1287.57 1060.73,1259.9 1070.61,1216.18 1080.48,1221.3 1090.35,1267.76 1100.22,1264 1110.09,1190.56 1119.96,1150.6 1129.83,1134.89 1139.71,1140.35 \n",
       "  1149.58,1110.29 1159.45,1048.13 1169.32,983.914 1179.19,1032.07 1189.06,1051.89 1198.93,1067.94 1208.81,1029.68 1218.68,1014.65 1228.55,1015.34 1238.42,1067.26 \n",
       "  1248.29,1086.73 1258.16,1085.02 1268.03,1106.54 1277.91,1137.96 1287.78,1161.53 1297.65,1199.79 1307.52,1242.14 1317.39,1249.65 1327.26,1250.34 1337.14,1248.63 \n",
       "  1347.01,1272.88 1356.88,1297.13 1366.75,1313.53 1376.62,1326.85 1386.49,1332.66 1396.36,1336.07 1406.24,1341.54 1416.11,1346.32 1425.98,1337.78 1435.85,1349.39 \n",
       "  1445.72,1339.83 1455.59,1340.17 1465.46,1350.42 1475.34,1343.93 1485.21,1348.37 1495.08,1355.54 1504.95,1344.61 1514.82,1346.66 1524.69,1355.88 1534.56,1358.62 \n",
       "  1544.44,1359.3 1554.31,1351.78 1564.18,1368.86 1574.05,1349.05 1583.92,1358.27 1593.79,1353.49 1603.66,1363.06 1613.54,1345.64 1623.41,1353.15 1633.28,1342.56 \n",
       "  1643.15,1351.78 1653.02,1347 1662.89,1352.47 1672.77,1356.22 1682.64,1342.56 1692.51,1351.44 1702.38,1348.71 1712.25,1340.17 1722.12,1351.1 1731.99,1350.76 \n",
       "  1741.87,1356.57 1751.74,1348.37 1761.61,1345.29 1771.48,1344.61 1781.35,1337.1 1791.22,1338.46 1801.09,1327.19 1810.97,1321.38 1820.84,1315.58 1830.71,1301.23 \n",
       "  1840.58,1308.06 1850.45,1301.57 1860.32,1290.3 1870.19,1293.03 1880.07,1280.74 1889.94,1268.1 1899.81,1257.85 1909.68,1253.07 1919.55,1255.12 1929.42,1250.34 \n",
       "  1939.3,1244.19 1949.17,1247.95 1959.04,1260.93 1968.91,1251.36 1978.78,1252.39 1988.65,1249.65 1998.52,1243.85 2008.4,1246.58 2018.27,1251.02 2028.14,1250 \n",
       "  2038.01,1255.46 2047.88,1260.58 2057.75,1272.54 2067.62,1292.35 2077.5,1311.48 2087.37,1317.29 2097.24,1355.2 2107.11,1373.64 2116.98,1380.13 2126.85,1393.46 \n",
       "  2136.72,1396.87 2146.6,1403.02 2156.47,1415.32 2166.34,1424.88 2176.21,1433.76 2186.08,1439.23 2195.95,1440.25 \n",
       "  \"/>\n",
       "<polyline clip-path=\"url(#clip6202)\" style=\"stroke:#dd64b5; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
       "  628.399,1442.3 637.957,1440.25 647.514,1441.96 657.072,1442.64 666.629,1440.93 676.187,1441.62 685.744,1439.57 695.302,1441.28 704.859,1441.62 714.417,1440.25 \n",
       "  723.974,1442.3 733.532,1440.59 743.089,1436.49 752.647,1439.57 762.204,1440.59 771.762,1441.96 781.319,1440.25 790.877,1439.91 800.434,1439.23 809.992,1439.23 \n",
       "  819.549,1437.86 829.107,1437.18 838.664,1439.57 848.222,1439.23 857.779,1439.91 867.337,1434.1 876.894,1437.86 886.452,1433.42 896.009,1438.2 905.567,1433.42 \n",
       "  915.124,1434.79 924.682,1435.13 934.239,1432.05 943.797,1414.29 953.354,1385.26 962.912,1366.81 972.469,1367.84 982.027,1284.15 991.584,1200.47 1001.14,1299.87 \n",
       "  1010.7,1304.99 1020.26,1294.06 1029.81,1330.95 1039.37,1335.73 1048.93,1334.02 1058.49,1318.99 1068.04,1276.98 1077.6,1215.84 1087.16,1188.51 1096.72,1186.46 \n",
       "  1106.27,1207.3 1115.83,1194.32 1125.39,1184.41 1134.95,1159.48 1144.5,1112 1154.06,1099.02 1163.62,1100.39 1173.18,1079.21 1182.73,1026.27 1192.29,1030.71 \n",
       "  1201.85,1012.61 1211.41,981.523 1220.96,996.21 1230.52,1040.96 1240.08,1016.36 1249.64,1060.77 1259.19,1098.34 1268.75,1101.41 1278.31,1136.94 1287.87,1119.86 \n",
       "  1297.42,1104.15 1306.98,1130.45 1316.54,1177.58 1326.1,1207.64 1335.65,1240.77 1345.21,1247.61 1354.77,1257.51 1364.33,1295.08 1373.88,1294.74 1383.44,1317.63 \n",
       "  1393,1310.45 1402.56,1325.14 1412.11,1332.66 1421.67,1333 1431.23,1348.71 1440.79,1354.52 1450.34,1357.25 1459.9,1347.34 1469.46,1359.3 1479.02,1356.22 \n",
       "  1488.57,1362.03 1498.13,1361.01 1507.69,1353.83 1517.25,1363.4 1526.8,1349.39 1536.36,1358.62 1545.92,1361.01 1555.48,1356.57 1565.03,1368.52 1574.59,1361.01 \n",
       "  1584.15,1353.49 1593.71,1354.86 1603.26,1358.27 1612.82,1343.24 1622.38,1343.93 1631.94,1332.66 1641.49,1343.59 1651.05,1345.98 1660.61,1357.25 1670.17,1346.32 \n",
       "  1679.72,1352.47 1689.28,1355.54 1698.84,1352.13 1708.4,1351.1 1717.95,1338.12 1727.51,1318.99 1737.07,1333.34 1746.63,1310.8 1756.18,1285.18 1765.74,1302.6 \n",
       "  1775.3,1257.85 1784.86,1242.82 1794.41,1265.37 1803.97,1243.51 1813.53,1243.85 1823.09,1252.39 1832.64,1250 1842.2,1261.61 1851.76,1272.2 1861.32,1238.38 \n",
       "  1870.87,1240.77 1880.43,1241.46 1889.99,1235.65 1899.55,1239.41 1909.1,1240.43 1918.66,1240.77 1928.22,1228.14 1937.78,1237.7 1947.33,1230.53 1956.89,1251.7 \n",
       "  1966.45,1285.86 1976.01,1302.6 1985.56,1312.16 1995.12,1328.9 2004.68,1325.14 2014.24,1311.14 2023.79,1343.24 2033.35,1371.94 2042.91,1399.6 2052.47,1410.53 \n",
       "  2062.03,1420.1 2071.58,1421.81 2081.14,1430.35 2090.7,1436.83 2100.26,1436.49 2109.81,1438.54 2119.37,1441.62 \n",
       "  \"/>\n",
       "<polyline clip-path=\"url(#clip6202)\" style=\"stroke:#6b9e32; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
       "  564.315,1443.32 573.253,1443.67 582.19,1442.3 591.128,1441.62 600.066,1441.28 609.003,1443.67 617.941,1440.59 626.878,1443.32 635.816,1442.3 644.754,1441.28 \n",
       "  653.691,1440.59 662.629,1443.67 671.566,1443.32 680.504,1443.32 689.442,1439.57 698.379,1438.54 707.317,1439.91 716.254,1441.96 725.192,1440.25 734.13,1442.98 \n",
       "  743.067,1443.67 752.005,1439.91 760.942,1441.62 769.88,1437.52 778.817,1440.25 787.755,1438.2 796.693,1442.3 805.63,1439.23 814.568,1442.3 823.505,1439.57 \n",
       "  832.443,1438.2 841.381,1437.52 850.318,1439.57 859.256,1439.57 868.193,1436.15 877.131,1439.23 886.069,1434.44 895.006,1437.18 903.944,1438.2 912.881,1438.2 \n",
       "  921.819,1432.05 930.757,1431.37 939.694,1426.59 948.632,1426.93 957.569,1408.48 966.507,1371.25 975.445,1362.03 984.382,1336.75 993.32,1267.07 1002.26,1258.54 \n",
       "  1011.19,1265.03 1020.13,1259.56 1029.07,1292.35 1038.01,1306.36 1046.95,1328.9 1055.88,1315.92 1064.82,1312.5 1073.76,1300.21 1082.7,1264.34 1091.63,1227.45 \n",
       "  1100.57,1173.83 1109.51,1113.03 1118.45,1055.98 1127.38,1054.62 1136.32,995.527 1145.26,992.453 1154.2,1025.93 1163.13,1027.63 1172.07,1049.49 1181.01,1057.35 \n",
       "  1189.95,1097.31 1198.88,1074.43 1207.82,1066.57 1216.76,1073.4 1225.7,1064.52 1234.63,1071.36 1243.57,1073.75 1252.51,1080.58 1261.45,1041.3 1270.39,1050.18 \n",
       "  1279.32,1102.44 1288.26,1148.89 1297.2,1181.68 1306.14,1204.23 1315.07,1211.4 1324.01,1239.07 1332.95,1231.21 1341.89,1240.09 1350.82,1230.19 1359.76,1241.46 \n",
       "  1368.7,1246.92 1377.64,1291.67 1386.57,1287.91 1395.51,1305.33 1404.45,1308.75 1413.39,1308.4 1422.32,1318.65 1431.26,1322.75 1440.2,1331.29 1449.14,1345.29 \n",
       "  1458.07,1351.44 1467.01,1346.32 1475.95,1350.08 1484.89,1354.86 1493.82,1333.34 1502.76,1337.1 1511.7,1327.87 1520.64,1325.82 1529.58,1321.73 1538.51,1326.51 \n",
       "  1547.45,1322.07 1556.39,1319.33 1565.33,1311.82 1574.26,1313.87 1583.2,1306.01 1592.14,1294.74 1601.08,1280.05 1610.01,1285.18 1618.95,1279.03 1627.89,1262.63 \n",
       "  1636.83,1257.51 1645.76,1261.27 1654.7,1247.95 1663.64,1258.19 1672.58,1214.47 1681.51,1238.72 1690.45,1234.28 1699.39,1231.21 1708.33,1249.65 1717.26,1250 \n",
       "  1726.2,1240.77 1735.14,1233.26 1744.08,1242.48 1753.02,1248.29 1761.95,1273.22 1770.89,1278.35 1779.83,1282.79 1788.77,1293.03 1797.7,1300.89 1806.64,1308.4 \n",
       "  1815.58,1326.17 1824.52,1328.56 1833.45,1338.12 1842.39,1338.12 1851.33,1358.62 1860.27,1371.6 1869.2,1379.45 1878.14,1388.67 1887.08,1401.31 1896.02,1411.9 \n",
       "  1904.95,1418.39 1913.89,1425.56 1922.83,1430.35 1931.77,1436.49 1940.7,1441.28 1949.64,1441.96 1958.58,1442.98 \n",
       "  \"/>\n",
       "<polyline clip-path=\"url(#clip6202)\" style=\"stroke:#009af9; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
       "  450.722,1443.67 458.521,1443.67 466.319,1444.35 474.118,1442.98 481.917,1443.32 489.716,1443.67 497.515,1443.32 505.314,1442.98 513.113,1442.98 520.912,1441.28 \n",
       "  528.71,1442.98 536.509,1441.96 544.308,1444.01 552.107,1444.69 559.906,1441.96 567.705,1441.96 575.504,1441.96 583.302,1443.67 591.101,1444.35 598.9,1441.62 \n",
       "  606.699,1442.3 614.498,1442.3 622.297,1441.28 630.096,1442.3 637.894,1442.64 645.693,1442.98 653.492,1442.3 661.291,1444.35 669.09,1441.62 676.889,1440.59 \n",
       "  684.688,1442.98 692.486,1442.98 700.285,1439.23 708.084,1441.28 715.883,1441.96 723.682,1440.93 731.481,1442.64 739.28,1441.96 747.078,1440.59 754.877,1439.91 \n",
       "  762.676,1440.59 770.475,1441.28 778.274,1440.59 786.073,1441.62 793.872,1440.59 801.671,1441.62 809.469,1440.59 817.268,1438.2 825.067,1441.62 832.866,1438.2 \n",
       "  840.665,1441.28 848.464,1439.23 856.263,1439.23 864.061,1435.47 871.86,1437.86 879.659,1437.52 887.458,1438.88 895.257,1439.23 903.056,1438.2 910.855,1436.15 \n",
       "  918.653,1433.76 926.452,1430.69 934.251,1425.22 942.05,1423.86 949.849,1414.97 957.648,1401.65 965.447,1389.36 973.245,1361.69 981.044,1337.1 988.843,1299.18 \n",
       "  996.642,1264.34 1004.44,1216.86 1012.24,1217.89 1020.04,1242.48 1027.84,1246.92 1035.64,1259.22 1043.44,1224.04 1051.23,1146.84 1059.03,1150.6 1066.83,1151.28 \n",
       "  1074.63,1127.37 1082.43,1074.43 1090.23,1065.55 1098.03,1035.49 1105.83,1029.34 1113.62,973.325 1121.42,975.033 1129.22,970.251 1137.02,929.945 1144.82,928.921 \n",
       "  1152.62,933.02 1160.42,958.637 1168.22,1003.72 1176.02,1016.36 1183.81,1037.2 1191.61,1079.89 1199.41,1103.46 1207.21,1152.31 1215.01,1169.39 1222.81,1166.65 \n",
       "  1230.61,1176.9 1238.41,1180.66 1246.21,1177.93 1254,1187.83 1261.8,1187.15 1269.6,1171.44 1277.4,1179.97 1285.2,1202.52 1293,1204.91 1300.8,1219.6 \n",
       "  1308.6,1234.28 1316.4,1242.14 1324.19,1260.24 1331.99,1266.05 1339.79,1275.61 1347.59,1282.45 1355.39,1292.35 1363.19,1299.87 1370.99,1292.69 1378.79,1285.52 \n",
       "  1386.59,1230.87 1394.38,1243.85 1402.18,1226.77 1409.98,1217.21 1417.78,1204.23 1425.58,1197.39 1433.38,1206.28 1441.18,1188.51 1448.98,1156.75 1456.77,1170.07 \n",
       "  1464.57,1147.18 1472.37,1173.14 1480.17,1178.95 1487.97,1182.37 1495.77,1179.29 1503.57,1178.27 1511.37,1193.98 1519.17,1209.01 1526.96,1244.53 1534.76,1265.71 \n",
       "  1542.56,1282.45 1550.36,1288.59 1558.16,1328.22 1565.96,1351.1 1573.76,1378.08 1581.56,1408.48 1589.36,1420.44 1597.15,1427.95 1604.95,1430 1612.75,1431.37 \n",
       "  1620.55,1436.49 1628.35,1436.49 1636.15,1439.91 1643.95,1437.18 1651.75,1440.93 1659.55,1442.64 1667.34,1442.3 \n",
       "  \"/>\n",
       "<polyline clip-path=\"url(#clip6202)\" style=\"stroke:#e26f46; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
       "  341.493,1444.69 348.152,1444.69 354.81,1443.32 361.469,1445.03 368.128,1444.35 374.786,1443.32 381.445,1442.98 388.104,1444.35 394.762,1444.01 401.421,1444.01 \n",
       "  408.079,1443.32 414.738,1442.98 421.397,1444.01 428.055,1444.01 434.714,1443.32 441.373,1444.01 448.031,1444.35 454.69,1442.98 461.349,1442.98 468.007,1442.3 \n",
       "  474.666,1445.37 481.324,1442.98 487.983,1442.64 494.642,1441.96 501.3,1443.67 507.959,1442.3 514.618,1444.69 521.276,1443.67 527.935,1443.67 534.593,1443.32 \n",
       "  541.252,1443.67 547.911,1442.64 554.569,1444.35 561.228,1443.67 567.887,1443.32 574.545,1442.3 581.204,1443.67 587.863,1444.35 594.521,1441.62 601.18,1444.01 \n",
       "  607.838,1441.28 614.497,1441.62 621.156,1441.62 627.814,1443.32 634.473,1442.64 641.132,1441.96 647.79,1441.62 654.449,1442.98 661.107,1443.67 667.766,1442.3 \n",
       "  674.425,1444.35 681.083,1443.32 687.742,1440.93 694.401,1440.93 701.059,1442.3 707.718,1440.93 714.377,1441.62 721.035,1443.32 727.694,1441.96 734.352,1444.69 \n",
       "  741.011,1440.59 747.67,1440.59 754.328,1441.62 760.987,1442.3 767.646,1438.88 774.304,1441.96 780.963,1442.3 787.621,1440.93 794.28,1439.23 800.939,1440.93 \n",
       "  807.597,1440.59 814.256,1440.93 820.915,1442.64 827.573,1439.57 834.232,1441.62 840.891,1437.52 847.549,1440.93 854.208,1439.57 860.866,1439.23 867.525,1440.59 \n",
       "  874.184,1438.2 880.842,1438.2 887.501,1436.83 894.16,1436.15 900.818,1438.54 907.477,1437.52 914.135,1436.83 920.794,1435.13 927.453,1434.44 934.111,1432.39 \n",
       "  940.77,1432.39 947.429,1420.1 954.087,1405.07 960.746,1400.29 967.405,1368.86 974.063,1328.9 980.722,1318.99 987.38,1300.55 994.039,1223.35 1000.7,1164.26 \n",
       "  1007.36,1108.93 1014.01,1091.51 1020.67,1076.14 1027.33,1064.52 1033.99,1059.06 1040.65,1018.75 1047.31,989.037 1053.97,994.161 1060.63,908.768 1067.28,861.29 \n",
       "  1073.94,819.96 1080.6,812.446 1087.26,744.815 1093.92,754.379 1100.58,870.854 1107.24,920.382 1113.89,888.957 1120.55,920.723 1127.21,959.32 1133.87,974.35 \n",
       "  1140.53,1014.31 1147.19,1054.28 1153.85,1018.75 1160.5,1029.34 1167.16,1069.99 1173.82,1074.77 1180.48,1093.56 1187.14,1114.39 1193.8,1080.58 1200.46,1074.09 \n",
       "  1207.12,1048.81 1213.77,1035.83 1220.43,1074.09 1227.09,1108.59 1233.75,1124.3 1240.41,1129.42 1247.07,1151.97 1253.73,1146.84 1260.38,1154.36 1267.04,1159.82 \n",
       "  1273.7,1115.42 1280.36,1149.57 1287.02,1138.64 1293.68,1174.85 1300.34,1225.06 1306.99,1234.28 1313.65,1262.98 1320.31,1251.36 1326.97,1289.28 1333.63,1307.04 \n",
       "  1340.29,1331.97 1346.95,1362.71 1353.61,1385.6 1360.26,1410.88 1366.92,1425.9 1373.58,1435.13 1380.24,1438.54 \n",
       "  \"/>\n",
       "<polyline clip-path=\"url(#clip6202)\" style=\"stroke:#3da44d; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
       "  274.594,1444.01 280.612,1444.35 286.631,1445.03 292.649,1444.35 298.667,1443.67 304.686,1444.35 310.704,1441.96 316.723,1444.35 322.741,1442.3 328.759,1444.35 \n",
       "  334.778,1445.37 340.796,1443.32 346.815,1444.01 352.833,1445.03 358.851,1444.01 364.87,1443.67 370.888,1444.35 376.907,1442.64 382.925,1444.01 388.943,1443.67 \n",
       "  394.962,1444.35 400.98,1444.01 406.999,1443.67 413.017,1444.01 419.035,1444.35 425.054,1442.98 431.072,1444.69 437.091,1444.01 443.109,1444.35 449.127,1445.03 \n",
       "  455.146,1441.62 461.164,1442.64 467.183,1444.01 473.201,1443.32 479.219,1444.35 485.238,1442.98 491.256,1442.3 497.275,1444.01 503.293,1444.01 509.311,1442.64 \n",
       "  515.33,1444.01 521.348,1442.3 527.366,1443.67 533.385,1443.32 539.403,1444.01 545.422,1444.01 551.44,1441.96 557.458,1443.32 563.477,1443.67 569.495,1445.03 \n",
       "  575.514,1441.96 581.532,1444.01 587.55,1442.3 593.569,1443.67 599.587,1440.93 605.606,1442.98 611.624,1442.98 617.642,1442.3 623.661,1442.98 629.679,1441.28 \n",
       "  635.698,1443.67 641.716,1443.32 647.734,1442.98 653.753,1440.93 659.771,1443.67 665.79,1443.32 671.808,1442.3 677.826,1442.64 683.845,1442.98 689.863,1441.62 \n",
       "  695.882,1442.64 701.9,1442.64 707.918,1441.28 713.937,1442.98 719.955,1441.96 725.973,1440.93 731.992,1441.96 738.01,1441.62 744.029,1441.96 750.047,1441.28 \n",
       "  756.065,1442.3 762.084,1441.28 768.102,1441.62 774.121,1439.91 780.139,1443.32 786.157,1440.93 792.176,1441.28 798.194,1439.57 804.213,1440.93 810.231,1440.25 \n",
       "  816.249,1441.28 822.268,1440.59 828.286,1439.91 834.305,1441.28 840.323,1439.91 846.341,1436.49 852.36,1438.2 858.378,1440.25 864.397,1438.54 870.415,1438.54 \n",
       "  876.433,1435.13 882.452,1439.57 888.47,1439.91 894.489,1434.44 900.507,1436.83 906.525,1435.81 912.544,1428.98 918.562,1426.59 924.58,1423.51 930.599,1419.41 \n",
       "  936.617,1411.22 942.636,1401.31 948.654,1380.82 954.672,1344.61 960.691,1276.64 966.709,1190.56 972.728,1096.63 978.746,969.568 984.764,875.294 990.783,813.812 \n",
       "  996.801,838.746 1002.82,758.136 1008.84,820.985 1014.86,852.751 1020.87,916.966 1026.89,884.517 1032.91,807.322 1038.93,786.828 1044.95,755.062 1050.97,741.741 \n",
       "  1056.99,686.406 1063,723.979 1069.02,737.983 1075.04,772.482 1081.06,806.297 1087.08,792.634 1093.1,816.203 1099.11,874.953 1105.13,920.723 1111.15,914.916 \n",
       "  1117.17,902.62 1123.19,869.488 1129.21,945.999 1135.22,938.143 1141.24,918.332 1147.26,953.514 1153.28,1001.33 1159.3,1110.64 1165.32,1138.3 1171.33,1158.11 \n",
       "  1177.35,1175.88 1183.37,1208.67 1189.39,1264.68 1195.41,1308.75 1201.43,1346.66 1207.44,1415.32 1213.46,1437.86 \n",
       "  \"/>\n",
       "<polyline clip-path=\"url(#clip6202)\" style=\"stroke:#c271d2; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
       "  254.337,1444.69 260.148,1444.01 265.96,1444.01 271.771,1443.32 277.582,1445.03 283.393,1443.32 289.204,1445.03 295.015,1444.69 300.826,1444.35 306.637,1444.01 \n",
       "  312.448,1443.67 318.259,1443.32 324.07,1442.98 329.882,1442.98 335.693,1444.35 341.504,1443.67 347.315,1444.01 353.126,1443.67 358.937,1444.69 364.748,1444.01 \n",
       "  370.559,1445.03 376.37,1442.3 382.181,1443.67 387.992,1442.98 393.804,1444.35 399.615,1444.69 405.426,1445.03 411.237,1444.01 417.048,1444.35 422.859,1444.01 \n",
       "  428.67,1443.32 434.481,1445.03 440.292,1441.96 446.103,1444.69 451.914,1441.62 457.726,1445.37 463.537,1443.67 469.348,1444.69 475.159,1444.35 480.97,1443.67 \n",
       "  486.781,1443.67 492.592,1442.98 498.403,1445.03 504.214,1441.62 510.025,1444.35 515.836,1443.67 521.648,1441.96 527.459,1443.67 533.27,1442.3 539.081,1444.01 \n",
       "  544.892,1444.35 550.703,1442.98 556.514,1442.3 562.325,1441.62 568.136,1442.98 573.947,1444.35 579.758,1442.98 585.57,1441.28 591.381,1444.69 597.192,1443.67 \n",
       "  603.003,1442.3 608.814,1443.32 614.625,1443.32 620.436,1442.98 626.247,1444.01 632.058,1443.32 637.869,1444.01 643.68,1442.64 649.492,1444.01 655.303,1442.98 \n",
       "  661.114,1440.59 666.925,1441.96 672.736,1441.96 678.547,1440.93 684.358,1442.3 690.169,1441.28 695.98,1441.62 701.791,1443.67 707.602,1441.96 713.414,1442.64 \n",
       "  719.225,1441.96 725.036,1441.96 730.847,1442.64 736.658,1442.3 742.469,1440.93 748.28,1441.96 754.091,1442.64 759.902,1441.62 765.713,1441.96 771.524,1442.64 \n",
       "  777.336,1442.3 783.147,1441.62 788.958,1437.52 794.769,1439.23 800.58,1444.01 806.391,1438.2 812.202,1438.88 818.013,1439.23 823.824,1440.59 829.635,1441.28 \n",
       "  835.446,1441.62 841.257,1441.62 847.069,1440.93 852.88,1436.49 858.691,1439.91 864.502,1437.86 870.313,1438.88 876.124,1435.13 881.935,1438.54 887.746,1435.47 \n",
       "  893.557,1436.49 899.368,1436.49 905.179,1434.1 910.991,1425.9 916.802,1414.97 922.613,1412.24 928.424,1409.85 934.235,1396.19 940.046,1366.81 945.857,1297.82 \n",
       "  951.668,1234.97 957.479,1132.15 963.29,992.111 969.101,809.371 974.913,729.103 980.724,687.089 986.535,692.213 992.346,722.613 998.157,715.098 1003.97,682.649 \n",
       "  1009.78,654.64 1015.59,578.812 1021.4,536.116 1027.21,481.465 1033.02,425.789 1038.83,423.398 1044.65,529.626 1050.46,526.21 1056.27,544.996 1062.08,633.463 \n",
       "  1067.89,737.642 1073.7,847.969 1079.51,867.097 1085.32,857.191 1091.13,896.472 1096.95,942.584 1102.76,1000.99 1108.57,1115.76 1114.38,1173.14 1120.19,1223.7 \n",
       "  1126,1257.51 1131.81,1303.96 1137.62,1336.41 1143.43,1370.57 1149.25,1400.63 1155.06,1432.74 1160.87,1436.15 \n",
       "  \"/>\n",
       "<polyline clip-path=\"url(#clip6202)\" style=\"stroke:#ac8d18; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
       "  1277.6,1445.72 1277.6,762.576 \n",
       "  \"/>\n",
       "<polyline clip-path=\"url(#clip6202)\" style=\"stroke:#00a9ad; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
       "  1526.98,1445.72 1526.98,762.576 \n",
       "  \"/>\n",
       "</svg>\n"
      ]
     },
     "execution_count": 46,
     "metadata": {},
     "output_type": "execute_result"
    }
   ],
   "source": [
    "#img_gs = imfilter(cell_1[128:end-128,128:end-128, 13:14], Kernel.gaussian((2,2,1)))\n",
    "plot(leg=false, lw=4)\n",
    "yen = []\n",
    "for i in 1:20\n",
    "    img_gs = imfilter(cell_1[128:end-128,128:end-128, i], Kernel.gaussian((4,4)))\n",
    "    edge, count = build_histogram( img_gs[img_gs.>0.001] )\n",
    "    push!(yen, otsu_threshold(img_gs[img_gs .> 0.001]) )\n",
    "    plot!(edge[100:end], count[100:end])\n",
    "    #plot!([yen, yen],  [0, 6000])\n",
    "end\n",
    "yen_ = real(median(yen))\n",
    "yen__ = real(maximum(yen))\n",
    "plot!([yen_, yen_], [0, 2000])\n",
    "plot!([yen__, yen__], [0 ,2000])"
   ]
  },
  {
   "cell_type": "code",
   "execution_count": 225,
   "metadata": {
    "scrolled": true
   },
   "outputs": [
    {
     "name": "stdout",
     "output_type": "stream",
     "text": [
      "Extracting nucleus\n",
      " 37.650326 seconds (4.02 M allocations: 36.460 GiB, 73.15% gc time)\n",
      "177.210212 seconds (71 allocations: 4.043 GiB, 1.10% gc time)\n",
      "Embedding OME-XML\n"
     ]
    }
   ],
   "source": [
    "@time d16s1_1_nu, d16s1_1_th = extract3dnucleus(cell_1);\n",
    "@time save(File(format\"TIFF\", \"d16s1_1_otsu.ome.tiff\"), N0f16.(d16s1_1_nu));\n",
    "embedxml(512, 512, 20, 138, \"d16s1_1_otsu.ome.tiff\")"
   ]
  },
  {
   "cell_type": "code",
   "execution_count": 163,
   "metadata": {},
   "outputs": [
    {
     "data": {
      "image/svg+xml": [
       "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n",
       "<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"600\" height=\"400\" viewBox=\"0 0 2400 1600\">\n",
       "<defs>\n",
       "  <clipPath id=\"clip7800\">\n",
       "    <rect x=\"0\" y=\"0\" width=\"2400\" height=\"1600\"/>\n",
       "  </clipPath>\n",
       "</defs>\n",
       "<path clip-path=\"url(#clip7800)\" d=\"\n",
       "M0 1600 L2400 1600 L2400 0 L0 0  Z\n",
       "  \" fill=\"#ffffff\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n",
       "<defs>\n",
       "  <clipPath id=\"clip7801\">\n",
       "    <rect x=\"480\" y=\"0\" width=\"1681\" height=\"1600\"/>\n",
       "  </clipPath>\n",
       "</defs>\n",
       "<path clip-path=\"url(#clip7800)\" d=\"\n",
       "M254.491 1486.45 L2352.76 1486.45 L2352.76 47.2441 L254.491 47.2441  Z\n",
       "  \" fill=\"#ffffff\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n",
       "<defs>\n",
       "  <clipPath id=\"clip7802\">\n",
       "    <rect x=\"254\" y=\"47\" width=\"2099\" height=\"1440\"/>\n",
       "  </clipPath>\n",
       "</defs>\n",
       "<polyline clip-path=\"url(#clip7802)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
       "  299.427,1486.45 299.427,47.2441 \n",
       "  \"/>\n",
       "<polyline clip-path=\"url(#clip7802)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
       "  660.649,1486.45 660.649,47.2441 \n",
       "  \"/>\n",
       "<polyline clip-path=\"url(#clip7802)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
       "  1021.87,1486.45 1021.87,47.2441 \n",
       "  \"/>\n",
       "<polyline clip-path=\"url(#clip7802)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
       "  1383.09,1486.45 1383.09,47.2441 \n",
       "  \"/>\n",
       "<polyline clip-path=\"url(#clip7802)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
       "  1744.31,1486.45 1744.31,47.2441 \n",
       "  \"/>\n",
       "<polyline clip-path=\"url(#clip7802)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
       "  2105.54,1486.45 2105.54,47.2441 \n",
       "  \"/>\n",
       "<polyline clip-path=\"url(#clip7802)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
       "  254.491,1324.6 2352.76,1324.6 \n",
       "  \"/>\n",
       "<polyline clip-path=\"url(#clip7802)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
       "  254.491,1062.89 2352.76,1062.89 \n",
       "  \"/>\n",
       "<polyline clip-path=\"url(#clip7802)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
       "  254.491,801.189 2352.76,801.189 \n",
       "  \"/>\n",
       "<polyline clip-path=\"url(#clip7802)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
       "  254.491,539.485 2352.76,539.485 \n",
       "  \"/>\n",
       "<polyline clip-path=\"url(#clip7802)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
       "  254.491,277.78 2352.76,277.78 \n",
       "  \"/>\n",
       "<polyline clip-path=\"url(#clip7800)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
       "  254.491,1486.45 2352.76,1486.45 \n",
       "  \"/>\n",
       "<polyline clip-path=\"url(#clip7800)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
       "  254.491,1486.45 254.491,47.2441 \n",
       "  \"/>\n",
       "<polyline clip-path=\"url(#clip7800)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
       "  299.427,1486.45 299.427,1469.18 \n",
       "  \"/>\n",
       "<polyline clip-path=\"url(#clip7800)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
       "  660.649,1486.45 660.649,1469.18 \n",
       "  \"/>\n",
       "<polyline clip-path=\"url(#clip7800)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
       "  1021.87,1486.45 1021.87,1469.18 \n",
       "  \"/>\n",
       "<polyline clip-path=\"url(#clip7800)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
       "  1383.09,1486.45 1383.09,1469.18 \n",
       "  \"/>\n",
       "<polyline clip-path=\"url(#clip7800)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
       "  1744.31,1486.45 1744.31,1469.18 \n",
       "  \"/>\n",
       "<polyline clip-path=\"url(#clip7800)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
       "  2105.54,1486.45 2105.54,1469.18 \n",
       "  \"/>\n",
       "<polyline clip-path=\"url(#clip7800)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
       "  254.491,1324.6 279.67,1324.6 \n",
       "  \"/>\n",
       "<polyline clip-path=\"url(#clip7800)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
       "  254.491,1062.89 279.67,1062.89 \n",
       "  \"/>\n",
       "<polyline clip-path=\"url(#clip7800)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
       "  254.491,801.189 279.67,801.189 \n",
       "  \"/>\n",
       "<polyline clip-path=\"url(#clip7800)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
       "  254.491,539.485 279.67,539.485 \n",
       "  \"/>\n",
       "<polyline clip-path=\"url(#clip7800)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
       "  254.491,277.78 279.67,277.78 \n",
       "  \"/>\n",
       "<path clip-path=\"url(#clip7800)\" d=\"M 0 0 M299.427 1508.44 Q295.816 1508.44 293.987 1512 Q292.182 1515.55 292.182 1522.67 Q292.182 1529.78 293.987 1533.35 Q295.816 1536.89 299.427 1536.89 Q303.061 1536.89 304.867 1533.35 Q306.696 1529.78 306.696 1522.67 Q306.696 1515.55 304.867 1512 Q303.061 1508.44 299.427 1508.44 M299.427 1504.73 Q305.237 1504.73 308.293 1509.34 Q311.372 1513.92 311.372 1522.67 Q311.372 1531.4 308.293 1536.01 Q305.237 1540.59 299.427 1540.59 Q293.617 1540.59 290.538 1536.01 Q287.483 1531.4 287.483 1522.67 Q287.483 1513.92 290.538 1509.34 Q293.617 1504.73 299.427 1504.73 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip7800)\" d=\"M 0 0 M642.293 1535.98 L658.612 1535.98 L658.612 1539.92 L636.668 1539.92 L636.668 1535.98 Q639.33 1533.23 643.913 1528.6 Q648.519 1523.95 649.7 1522.61 Q651.945 1520.08 652.825 1518.35 Q653.728 1516.59 653.728 1514.9 Q653.728 1512.14 651.783 1510.41 Q649.862 1508.67 646.76 1508.67 Q644.561 1508.67 642.107 1509.43 Q639.677 1510.2 636.899 1511.75 L636.899 1507.03 Q639.723 1505.89 642.177 1505.31 Q644.63 1504.73 646.668 1504.73 Q652.038 1504.73 655.232 1507.42 Q658.427 1510.11 658.427 1514.6 Q658.427 1516.73 657.617 1518.65 Q656.829 1520.54 654.723 1523.14 Q654.144 1523.81 651.042 1527.03 Q647.941 1530.22 642.293 1535.98 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip7800)\" d=\"M 0 0 M663.728 1505.36 L682.084 1505.36 L682.084 1509.3 L668.01 1509.3 L668.01 1517.77 Q669.029 1517.42 670.047 1517.26 Q671.066 1517.07 672.084 1517.07 Q677.871 1517.07 681.251 1520.24 Q684.63 1523.42 684.63 1528.83 Q684.63 1534.41 681.158 1537.51 Q677.686 1540.59 671.366 1540.59 Q669.191 1540.59 666.922 1540.22 Q664.677 1539.85 662.269 1539.11 L662.269 1534.41 Q664.353 1535.54 666.575 1536.1 Q668.797 1536.66 671.274 1536.66 Q675.278 1536.66 677.616 1534.55 Q679.954 1532.44 679.954 1528.83 Q679.954 1525.22 677.616 1523.11 Q675.278 1521.01 671.274 1521.01 Q669.399 1521.01 667.524 1521.42 Q665.672 1521.84 663.728 1522.72 L663.728 1505.36 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip7800)\" d=\"M 0 0 M998.642 1505.36 L1017 1505.36 L1017 1509.3 L1002.92 1509.3 L1002.92 1517.77 Q1003.94 1517.42 1004.96 1517.26 Q1005.98 1517.07 1007 1517.07 Q1012.79 1517.07 1016.16 1520.24 Q1019.54 1523.42 1019.54 1528.83 Q1019.54 1534.41 1016.07 1537.51 Q1012.6 1540.59 1006.28 1540.59 Q1004.1 1540.59 1001.84 1540.22 Q999.591 1539.85 997.183 1539.11 L997.183 1534.41 Q999.267 1535.54 1001.49 1536.1 Q1003.71 1536.66 1006.19 1536.66 Q1010.19 1536.66 1012.53 1534.55 Q1014.87 1532.44 1014.87 1528.83 Q1014.87 1525.22 1012.53 1523.11 Q1010.19 1521.01 1006.19 1521.01 Q1004.31 1521.01 1002.44 1521.42 Q1000.59 1521.84 998.642 1522.72 L998.642 1505.36 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip7800)\" d=\"M 0 0 M1034.61 1508.44 Q1031 1508.44 1029.17 1512 Q1027.37 1515.55 1027.37 1522.67 Q1027.37 1529.78 1029.17 1533.35 Q1031 1536.89 1034.61 1536.89 Q1038.25 1536.89 1040.05 1533.35 Q1041.88 1529.78 1041.88 1522.67 Q1041.88 1515.55 1040.05 1512 Q1038.25 1508.44 1034.61 1508.44 M1034.61 1504.73 Q1040.42 1504.73 1043.48 1509.34 Q1046.56 1513.92 1046.56 1522.67 Q1046.56 1531.4 1043.48 1536.01 Q1040.42 1540.59 1034.61 1540.59 Q1028.8 1540.59 1025.72 1536.01 Q1022.67 1531.4 1022.67 1522.67 Q1022.67 1513.92 1025.72 1509.34 Q1028.8 1504.73 1034.61 1504.73 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip7800)\" d=\"M 0 0 M1358.97 1505.36 L1381.19 1505.36 L1381.19 1507.35 L1368.65 1539.92 L1363.76 1539.92 L1375.57 1509.3 L1358.97 1509.3 L1358.97 1505.36 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip7800)\" d=\"M 0 0 M1386.31 1505.36 L1404.67 1505.36 L1404.67 1509.3 L1390.59 1509.3 L1390.59 1517.77 Q1391.61 1517.42 1392.63 1517.26 Q1393.65 1517.07 1394.67 1517.07 Q1400.45 1517.07 1403.83 1520.24 Q1407.21 1523.42 1407.21 1528.83 Q1407.21 1534.41 1403.74 1537.51 Q1400.27 1540.59 1393.95 1540.59 Q1391.77 1540.59 1389.5 1540.22 Q1387.26 1539.85 1384.85 1539.11 L1384.85 1534.41 Q1386.93 1535.54 1389.16 1536.1 Q1391.38 1536.66 1393.86 1536.66 Q1397.86 1536.66 1400.2 1534.55 Q1402.54 1532.44 1402.54 1528.83 Q1402.54 1525.22 1400.2 1523.11 Q1397.86 1521.01 1393.86 1521.01 Q1391.98 1521.01 1390.11 1521.42 Q1388.25 1521.84 1386.31 1522.72 L1386.31 1505.36 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip7800)\" d=\"M 0 0 M1707.68 1535.98 L1715.32 1535.98 L1715.32 1509.62 L1707.01 1511.29 L1707.01 1507.03 L1715.27 1505.36 L1719.95 1505.36 L1719.95 1535.98 L1727.59 1535.98 L1727.59 1539.92 L1707.68 1539.92 L1707.68 1535.98 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip7800)\" d=\"M 0 0 M1742.66 1508.44 Q1739.05 1508.44 1737.22 1512 Q1735.41 1515.55 1735.41 1522.67 Q1735.41 1529.78 1737.22 1533.35 Q1739.05 1536.89 1742.66 1536.89 Q1746.29 1536.89 1748.1 1533.35 Q1749.93 1529.78 1749.93 1522.67 Q1749.93 1515.55 1748.1 1512 Q1746.29 1508.44 1742.66 1508.44 M1742.66 1504.73 Q1748.47 1504.73 1751.52 1509.34 Q1754.6 1513.92 1754.6 1522.67 Q1754.6 1531.4 1751.52 1536.01 Q1748.47 1540.59 1742.66 1540.59 Q1736.85 1540.59 1733.77 1536.01 Q1730.71 1531.4 1730.71 1522.67 Q1730.71 1513.92 1733.77 1509.34 Q1736.85 1504.73 1742.66 1504.73 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip7800)\" d=\"M 0 0 M1769.67 1508.44 Q1766.06 1508.44 1764.23 1512 Q1762.43 1515.55 1762.43 1522.67 Q1762.43 1529.78 1764.23 1533.35 Q1766.06 1536.89 1769.67 1536.89 Q1773.31 1536.89 1775.11 1533.35 Q1776.94 1529.78 1776.94 1522.67 Q1776.94 1515.55 1775.11 1512 Q1773.31 1508.44 1769.67 1508.44 M1769.67 1504.73 Q1775.48 1504.73 1778.54 1509.34 Q1781.62 1513.92 1781.62 1522.67 Q1781.62 1531.4 1778.54 1536.01 Q1775.48 1540.59 1769.67 1540.59 Q1763.86 1540.59 1760.78 1536.01 Q1757.73 1531.4 1757.73 1522.67 Q1757.73 1513.92 1760.78 1509.34 Q1763.86 1504.73 1769.67 1504.73 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip7800)\" d=\"M 0 0 M2070.2 1535.98 L2077.84 1535.98 L2077.84 1509.62 L2069.53 1511.29 L2069.53 1507.03 L2077.79 1505.36 L2082.47 1505.36 L2082.47 1535.98 L2090.11 1535.98 L2090.11 1539.92 L2070.2 1539.92 L2070.2 1535.98 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip7800)\" d=\"M 0 0 M2099.2 1535.98 L2115.52 1535.98 L2115.52 1539.92 L2093.58 1539.92 L2093.58 1535.98 Q2096.24 1533.23 2100.83 1528.6 Q2105.43 1523.95 2106.61 1522.61 Q2108.86 1520.08 2109.74 1518.35 Q2110.64 1516.59 2110.64 1514.9 Q2110.64 1512.14 2108.7 1510.41 Q2106.77 1508.67 2103.67 1508.67 Q2101.47 1508.67 2099.02 1509.43 Q2096.59 1510.2 2093.81 1511.75 L2093.81 1507.03 Q2096.64 1505.89 2099.09 1505.31 Q2101.54 1504.73 2103.58 1504.73 Q2108.95 1504.73 2112.14 1507.42 Q2115.34 1510.11 2115.34 1514.6 Q2115.34 1516.73 2114.53 1518.65 Q2113.74 1520.54 2111.64 1523.14 Q2111.06 1523.81 2107.95 1527.03 Q2104.85 1530.22 2099.2 1535.98 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip7800)\" d=\"M 0 0 M2120.64 1505.36 L2139 1505.36 L2139 1509.3 L2124.92 1509.3 L2124.92 1517.77 Q2125.94 1517.42 2126.96 1517.26 Q2127.98 1517.07 2129 1517.07 Q2134.78 1517.07 2138.16 1520.24 Q2141.54 1523.42 2141.54 1528.83 Q2141.54 1534.41 2138.07 1537.51 Q2134.6 1540.59 2128.28 1540.59 Q2126.1 1540.59 2123.83 1540.22 Q2121.59 1539.85 2119.18 1539.11 L2119.18 1534.41 Q2121.26 1535.54 2123.49 1536.1 Q2125.71 1536.66 2128.19 1536.66 Q2132.19 1536.66 2134.53 1534.55 Q2136.87 1532.44 2136.87 1528.83 Q2136.87 1525.22 2134.53 1523.11 Q2132.19 1521.01 2128.19 1521.01 Q2126.31 1521.01 2124.44 1521.42 Q2122.58 1521.84 2120.64 1522.72 L2120.64 1505.36 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip7800)\" d=\"M 0 0 M74.9365 1310.4 Q71.3254 1310.4 69.4967 1313.96 Q67.6912 1317.5 67.6912 1324.63 Q67.6912 1331.74 69.4967 1335.3 Q71.3254 1338.84 74.9365 1338.84 Q78.5707 1338.84 80.3763 1335.3 Q82.205 1331.74 82.205 1324.63 Q82.205 1317.5 80.3763 1313.96 Q78.5707 1310.4 74.9365 1310.4 M74.9365 1306.69 Q80.7467 1306.69 83.8022 1311.3 Q86.8809 1315.88 86.8809 1324.63 Q86.8809 1333.36 83.8022 1337.97 Q80.7467 1342.55 74.9365 1342.55 Q69.1264 1342.55 66.0477 1337.97 Q62.9921 1333.36 62.9921 1324.63 Q62.9921 1315.88 66.0477 1311.3 Q69.1264 1306.69 74.9365 1306.69 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip7800)\" d=\"M 0 0 M91.9503 1336 L96.8345 1336 L96.8345 1341.88 L91.9503 1341.88 L91.9503 1336 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip7800)\" d=\"M 0 0 M111.904 1310.4 Q108.293 1310.4 106.464 1313.96 Q104.659 1317.5 104.659 1324.63 Q104.659 1331.74 106.464 1335.3 Q108.293 1338.84 111.904 1338.84 Q115.538 1338.84 117.344 1335.3 Q119.172 1331.74 119.172 1324.63 Q119.172 1317.5 117.344 1313.96 Q115.538 1310.4 111.904 1310.4 M111.904 1306.69 Q117.714 1306.69 120.77 1311.3 Q123.848 1315.88 123.848 1324.63 Q123.848 1333.36 120.77 1337.97 Q117.714 1342.55 111.904 1342.55 Q106.094 1342.55 103.015 1337.97 Q99.9595 1333.36 99.9595 1324.63 Q99.9595 1315.88 103.015 1311.3 Q106.094 1306.69 111.904 1306.69 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip7800)\" d=\"M 0 0 M138.918 1310.4 Q135.307 1310.4 133.478 1313.96 Q131.672 1317.5 131.672 1324.63 Q131.672 1331.74 133.478 1335.3 Q135.307 1338.84 138.918 1338.84 Q142.552 1338.84 144.357 1335.3 Q146.186 1331.74 146.186 1324.63 Q146.186 1317.5 144.357 1313.96 Q142.552 1310.4 138.918 1310.4 M138.918 1306.69 Q144.728 1306.69 147.783 1311.3 Q150.862 1315.88 150.862 1324.63 Q150.862 1333.36 147.783 1337.97 Q144.728 1342.55 138.918 1342.55 Q133.107 1342.55 130.029 1337.97 Q126.973 1333.36 126.973 1324.63 Q126.973 1315.88 130.029 1311.3 Q133.107 1306.69 138.918 1306.69 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip7800)\" d=\"M 0 0 M156.742 1337.94 L164.38 1337.94 L164.38 1311.58 L156.07 1313.24 L156.07 1308.98 L164.334 1307.32 L169.01 1307.32 L169.01 1337.94 L176.649 1337.94 L176.649 1341.88 L156.742 1341.88 L156.742 1337.94 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip7800)\" d=\"M 0 0 M181.857 1341.16 L181.857 1336.9 Q183.616 1337.73 185.422 1338.17 Q187.228 1338.61 188.964 1338.61 Q193.593 1338.61 196.024 1335.51 Q198.478 1332.39 198.825 1326.04 Q197.482 1328.03 195.422 1329.1 Q193.362 1330.16 190.862 1330.16 Q185.677 1330.16 182.644 1327.04 Q179.635 1323.89 179.635 1318.45 Q179.635 1313.13 182.783 1309.91 Q185.931 1306.69 191.163 1306.69 Q197.158 1306.69 200.306 1311.3 Q203.477 1315.88 203.477 1324.63 Q203.477 1332.8 199.589 1337.69 Q195.723 1342.55 189.172 1342.55 Q187.413 1342.55 185.607 1342.2 Q183.802 1341.85 181.857 1341.16 M191.163 1326.51 Q194.311 1326.51 196.14 1324.35 Q197.991 1322.2 197.991 1318.45 Q197.991 1314.72 196.14 1312.57 Q194.311 1310.4 191.163 1310.4 Q188.015 1310.4 186.163 1312.57 Q184.334 1314.72 184.334 1318.45 Q184.334 1322.2 186.163 1324.35 Q188.015 1326.51 191.163 1326.51 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip7800)\" d=\"M 0 0 M218.547 1310.4 Q214.936 1310.4 213.107 1313.96 Q211.302 1317.5 211.302 1324.63 Q211.302 1331.74 213.107 1335.3 Q214.936 1338.84 218.547 1338.84 Q222.181 1338.84 223.987 1335.3 Q225.815 1331.74 225.815 1324.63 Q225.815 1317.5 223.987 1313.96 Q222.181 1310.4 218.547 1310.4 M218.547 1306.69 Q224.357 1306.69 227.413 1311.3 Q230.491 1315.88 230.491 1324.63 Q230.491 1333.36 227.413 1337.97 Q224.357 1342.55 218.547 1342.55 Q212.737 1342.55 209.658 1337.97 Q206.602 1333.36 206.602 1324.63 Q206.602 1315.88 209.658 1311.3 Q212.737 1306.69 218.547 1306.69 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip7800)\" d=\"M 0 0 M75.9319 1048.69 Q72.3208 1048.69 70.4921 1052.26 Q68.6865 1055.8 68.6865 1062.93 Q68.6865 1070.03 70.4921 1073.6 Q72.3208 1077.14 75.9319 1077.14 Q79.5661 1077.14 81.3717 1073.6 Q83.2004 1070.03 83.2004 1062.93 Q83.2004 1055.8 81.3717 1052.26 Q79.5661 1048.69 75.9319 1048.69 M75.9319 1044.99 Q81.742 1044.99 84.7976 1049.59 Q87.8763 1054.18 87.8763 1062.93 Q87.8763 1071.65 84.7976 1076.26 Q81.742 1080.84 75.9319 1080.84 Q70.1217 1080.84 67.043 1076.26 Q63.9875 1071.65 63.9875 1062.93 Q63.9875 1054.18 67.043 1049.59 Q70.1217 1044.99 75.9319 1044.99 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip7800)\" d=\"M 0 0 M92.9457 1074.29 L97.8299 1074.29 L97.8299 1080.17 L92.9457 1080.17 L92.9457 1074.29 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip7800)\" d=\"M 0 0 M112.899 1048.69 Q109.288 1048.69 107.459 1052.26 Q105.654 1055.8 105.654 1062.93 Q105.654 1070.03 107.459 1073.6 Q109.288 1077.14 112.899 1077.14 Q116.534 1077.14 118.339 1073.6 Q120.168 1070.03 120.168 1062.93 Q120.168 1055.8 118.339 1052.26 Q116.534 1048.69 112.899 1048.69 M112.899 1044.99 Q118.709 1044.99 121.765 1049.59 Q124.844 1054.18 124.844 1062.93 Q124.844 1071.65 121.765 1076.26 Q118.709 1080.84 112.899 1080.84 Q107.089 1080.84 104.01 1076.26 Q100.955 1071.65 100.955 1062.93 Q100.955 1054.18 104.01 1049.59 Q107.089 1044.99 112.899 1044.99 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip7800)\" d=\"M 0 0 M139.913 1048.69 Q136.302 1048.69 134.473 1052.26 Q132.668 1055.8 132.668 1062.93 Q132.668 1070.03 134.473 1073.6 Q136.302 1077.14 139.913 1077.14 Q143.547 1077.14 145.353 1073.6 Q147.181 1070.03 147.181 1062.93 Q147.181 1055.8 145.353 1052.26 Q143.547 1048.69 139.913 1048.69 M139.913 1044.99 Q145.723 1044.99 148.779 1049.59 Q151.857 1054.18 151.857 1062.93 Q151.857 1071.65 148.779 1076.26 Q145.723 1080.84 139.913 1080.84 Q134.103 1080.84 131.024 1076.26 Q127.969 1071.65 127.969 1062.93 Q127.969 1054.18 131.024 1049.59 Q134.103 1044.99 139.913 1044.99 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip7800)\" d=\"M 0 0 M157.737 1076.24 L165.376 1076.24 L165.376 1049.87 L157.066 1051.54 L157.066 1047.28 L165.33 1045.61 L170.005 1045.61 L170.005 1076.24 L177.644 1076.24 L177.644 1080.17 L157.737 1080.17 L157.737 1076.24 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip7800)\" d=\"M 0 0 M182.853 1079.46 L182.853 1075.2 Q184.612 1076.03 186.417 1076.47 Q188.223 1076.91 189.959 1076.91 Q194.589 1076.91 197.019 1073.81 Q199.473 1070.68 199.82 1064.34 Q198.478 1066.33 196.417 1067.4 Q194.357 1068.46 191.857 1068.46 Q186.672 1068.46 183.64 1065.34 Q180.63 1062.19 180.63 1056.75 Q180.63 1051.42 183.779 1048.21 Q186.927 1044.99 192.158 1044.99 Q198.153 1044.99 201.302 1049.59 Q204.473 1054.18 204.473 1062.93 Q204.473 1071.1 200.584 1075.98 Q196.718 1080.84 190.167 1080.84 Q188.408 1080.84 186.603 1080.5 Q184.797 1080.15 182.853 1079.46 M192.158 1064.8 Q195.306 1064.8 197.135 1062.65 Q198.987 1060.5 198.987 1056.75 Q198.987 1053.02 197.135 1050.87 Q195.306 1048.69 192.158 1048.69 Q189.01 1048.69 187.158 1050.87 Q185.329 1053.02 185.329 1056.75 Q185.329 1060.5 187.158 1062.65 Q189.01 1064.8 192.158 1064.8 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip7800)\" d=\"M 0 0 M209.589 1045.61 L227.945 1045.61 L227.945 1049.55 L213.871 1049.55 L213.871 1058.02 Q214.889 1057.67 215.908 1057.51 Q216.926 1057.33 217.945 1057.33 Q223.732 1057.33 227.112 1060.5 Q230.491 1063.67 230.491 1069.09 Q230.491 1074.66 227.019 1077.77 Q223.547 1080.84 217.227 1080.84 Q215.051 1080.84 212.783 1080.47 Q210.538 1080.1 208.13 1079.36 L208.13 1074.66 Q210.214 1075.8 212.436 1076.35 Q214.658 1076.91 217.135 1076.91 Q221.139 1076.91 223.477 1074.8 Q225.815 1072.7 225.815 1069.09 Q225.815 1065.47 223.477 1063.37 Q221.139 1061.26 217.135 1061.26 Q215.26 1061.26 213.385 1061.68 Q211.533 1062.09 209.589 1062.97 L209.589 1045.61 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip7800)\" d=\"M 0 0 M75.1217 786.987 Q71.5106 786.987 69.6819 790.552 Q67.8764 794.094 67.8764 801.224 Q67.8764 808.33 69.6819 811.895 Q71.5106 815.436 75.1217 815.436 Q78.7559 815.436 80.5615 811.895 Q82.3902 808.33 82.3902 801.224 Q82.3902 794.094 80.5615 790.552 Q78.7559 786.987 75.1217 786.987 M75.1217 783.284 Q80.9318 783.284 83.9874 787.89 Q87.0661 792.474 87.0661 801.224 Q87.0661 809.95 83.9874 814.557 Q80.9318 819.14 75.1217 819.14 Q69.3115 819.14 66.2328 814.557 Q63.1773 809.95 63.1773 801.224 Q63.1773 792.474 66.2328 787.89 Q69.3115 783.284 75.1217 783.284 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip7800)\" d=\"M 0 0 M92.1355 812.589 L97.0197 812.589 L97.0197 818.469 L92.1355 818.469 L92.1355 812.589 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip7800)\" d=\"M 0 0 M112.089 786.987 Q108.478 786.987 106.649 790.552 Q104.844 794.094 104.844 801.224 Q104.844 808.33 106.649 811.895 Q108.478 815.436 112.089 815.436 Q115.723 815.436 117.529 811.895 Q119.358 808.33 119.358 801.224 Q119.358 794.094 117.529 790.552 Q115.723 786.987 112.089 786.987 M112.089 783.284 Q117.899 783.284 120.955 787.89 Q124.033 792.474 124.033 801.224 Q124.033 809.95 120.955 814.557 Q117.899 819.14 112.089 819.14 Q106.279 819.14 103.2 814.557 Q100.145 809.95 100.145 801.224 Q100.145 792.474 103.2 787.89 Q106.279 783.284 112.089 783.284 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip7800)\" d=\"M 0 0 M139.103 786.987 Q135.492 786.987 133.663 790.552 Q131.857 794.094 131.857 801.224 Q131.857 808.33 133.663 811.895 Q135.492 815.436 139.103 815.436 Q142.737 815.436 144.543 811.895 Q146.371 808.33 146.371 801.224 Q146.371 794.094 144.543 790.552 Q142.737 786.987 139.103 786.987 M139.103 783.284 Q144.913 783.284 147.969 787.89 Q151.047 792.474 151.047 801.224 Q151.047 809.95 147.969 814.557 Q144.913 819.14 139.103 819.14 Q133.293 819.14 130.214 814.557 Q127.158 809.95 127.158 801.224 Q127.158 792.474 130.214 787.89 Q133.293 783.284 139.103 783.284 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip7800)\" d=\"M 0 0 M160.144 814.534 L176.464 814.534 L176.464 818.469 L154.519 818.469 L154.519 814.534 Q157.181 811.779 161.765 807.149 Q166.371 802.497 167.552 801.154 Q169.797 798.631 170.677 796.895 Q171.58 795.136 171.58 793.446 Q171.58 790.691 169.635 788.955 Q167.714 787.219 164.612 787.219 Q162.413 787.219 159.959 787.983 Q157.529 788.747 154.751 790.298 L154.751 785.575 Q157.575 784.441 160.029 783.863 Q162.482 783.284 164.519 783.284 Q169.89 783.284 173.084 785.969 Q176.279 788.654 176.279 793.145 Q176.279 795.274 175.468 797.196 Q174.681 799.094 172.575 801.686 Q171.996 802.358 168.894 805.575 Q165.793 808.77 160.144 814.534 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip7800)\" d=\"M 0 0 M191.533 786.987 Q187.922 786.987 186.093 790.552 Q184.288 794.094 184.288 801.224 Q184.288 808.33 186.093 811.895 Q187.922 815.436 191.533 815.436 Q195.167 815.436 196.973 811.895 Q198.802 808.33 198.802 801.224 Q198.802 794.094 196.973 790.552 Q195.167 786.987 191.533 786.987 M191.533 783.284 Q197.343 783.284 200.399 787.89 Q203.477 792.474 203.477 801.224 Q203.477 809.95 200.399 814.557 Q197.343 819.14 191.533 819.14 Q185.723 819.14 182.644 814.557 Q179.589 809.95 179.589 801.224 Q179.589 792.474 182.644 787.89 Q185.723 783.284 191.533 783.284 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip7800)\" d=\"M 0 0 M218.547 786.987 Q214.936 786.987 213.107 790.552 Q211.302 794.094 211.302 801.224 Q211.302 808.33 213.107 811.895 Q214.936 815.436 218.547 815.436 Q222.181 815.436 223.987 811.895 Q225.815 808.33 225.815 801.224 Q225.815 794.094 223.987 790.552 Q222.181 786.987 218.547 786.987 M218.547 783.284 Q224.357 783.284 227.413 787.89 Q230.491 792.474 230.491 801.224 Q230.491 809.95 227.413 814.557 Q224.357 819.14 218.547 819.14 Q212.737 819.14 209.658 814.557 Q206.602 809.95 206.602 801.224 Q206.602 792.474 209.658 787.89 Q212.737 783.284 218.547 783.284 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip7800)\" d=\"M 0 0 M76.1171 525.283 Q72.506 525.283 70.6773 528.848 Q68.8717 532.39 68.8717 539.519 Q68.8717 546.626 70.6773 550.19 Q72.506 553.732 76.1171 553.732 Q79.7513 553.732 81.5568 550.19 Q83.3855 546.626 83.3855 539.519 Q83.3855 532.39 81.5568 528.848 Q79.7513 525.283 76.1171 525.283 M76.1171 521.58 Q81.9272 521.58 84.9827 526.186 Q88.0614 530.769 88.0614 539.519 Q88.0614 548.246 84.9827 552.853 Q81.9272 557.436 76.1171 557.436 Q70.3069 557.436 67.2282 552.853 Q64.1727 548.246 64.1727 539.519 Q64.1727 530.769 67.2282 526.186 Q70.3069 521.58 76.1171 521.58 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip7800)\" d=\"M 0 0 M93.1309 550.885 L98.0151 550.885 L98.0151 556.765 L93.1309 556.765 L93.1309 550.885 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip7800)\" d=\"M 0 0 M113.084 525.283 Q109.473 525.283 107.645 528.848 Q105.839 532.39 105.839 539.519 Q105.839 546.626 107.645 550.19 Q109.473 553.732 113.084 553.732 Q116.719 553.732 118.524 550.19 Q120.353 546.626 120.353 539.519 Q120.353 532.39 118.524 528.848 Q116.719 525.283 113.084 525.283 M113.084 521.58 Q118.895 521.58 121.95 526.186 Q125.029 530.769 125.029 539.519 Q125.029 548.246 121.95 552.853 Q118.895 557.436 113.084 557.436 Q107.274 557.436 104.196 552.853 Q101.14 548.246 101.14 539.519 Q101.14 530.769 104.196 526.186 Q107.274 521.58 113.084 521.58 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip7800)\" d=\"M 0 0 M140.098 525.283 Q136.487 525.283 134.658 528.848 Q132.853 532.39 132.853 539.519 Q132.853 546.626 134.658 550.19 Q136.487 553.732 140.098 553.732 Q143.732 553.732 145.538 550.19 Q147.367 546.626 147.367 539.519 Q147.367 532.39 145.538 528.848 Q143.732 525.283 140.098 525.283 M140.098 521.58 Q145.908 521.58 148.964 526.186 Q152.043 530.769 152.043 539.519 Q152.043 548.246 148.964 552.853 Q145.908 557.436 140.098 557.436 Q134.288 557.436 131.209 552.853 Q128.154 548.246 128.154 539.519 Q128.154 530.769 131.209 526.186 Q134.288 521.58 140.098 521.58 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip7800)\" d=\"M 0 0 M161.14 552.829 L177.459 552.829 L177.459 556.765 L155.515 556.765 L155.515 552.829 Q158.177 550.075 162.76 545.445 Q167.367 540.792 168.547 539.45 Q170.792 536.927 171.672 535.191 Q172.575 533.431 172.575 531.742 Q172.575 528.987 170.63 527.251 Q168.709 525.515 165.607 525.515 Q163.408 525.515 160.955 526.279 Q158.524 527.042 155.746 528.593 L155.746 523.871 Q158.57 522.737 161.024 522.158 Q163.478 521.58 165.515 521.58 Q170.885 521.58 174.079 524.265 Q177.274 526.95 177.274 531.441 Q177.274 533.57 176.464 535.491 Q175.677 537.39 173.57 539.982 Q172.992 540.654 169.89 543.871 Q166.788 547.066 161.14 552.829 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip7800)\" d=\"M 0 0 M192.528 525.283 Q188.917 525.283 187.089 528.848 Q185.283 532.39 185.283 539.519 Q185.283 546.626 187.089 550.19 Q188.917 553.732 192.528 553.732 Q196.163 553.732 197.968 550.19 Q199.797 546.626 199.797 539.519 Q199.797 532.39 197.968 528.848 Q196.163 525.283 192.528 525.283 M192.528 521.58 Q198.339 521.58 201.394 526.186 Q204.473 530.769 204.473 539.519 Q204.473 548.246 201.394 552.853 Q198.339 557.436 192.528 557.436 Q186.718 557.436 183.64 552.853 Q180.584 548.246 180.584 539.519 Q180.584 530.769 183.64 526.186 Q186.718 521.58 192.528 521.58 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip7800)\" d=\"M 0 0 M209.589 522.205 L227.945 522.205 L227.945 526.14 L213.871 526.14 L213.871 534.612 Q214.889 534.265 215.908 534.103 Q216.926 533.917 217.945 533.917 Q223.732 533.917 227.112 537.089 Q230.491 540.26 230.491 545.677 Q230.491 551.255 227.019 554.357 Q223.547 557.436 217.227 557.436 Q215.051 557.436 212.783 557.065 Q210.538 556.695 208.13 555.954 L208.13 551.255 Q210.214 552.39 212.436 552.945 Q214.658 553.501 217.135 553.501 Q221.139 553.501 223.477 551.394 Q225.815 549.288 225.815 545.677 Q225.815 542.066 223.477 539.959 Q221.139 537.853 217.135 537.853 Q215.26 537.853 213.385 538.269 Q211.533 538.686 209.589 539.566 L209.589 522.205 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip7800)\" d=\"M 0 0 M76.3485 263.579 Q72.7374 263.579 70.9088 267.144 Q69.1032 270.685 69.1032 277.815 Q69.1032 284.921 70.9088 288.486 Q72.7374 292.028 76.3485 292.028 Q79.9828 292.028 81.7883 288.486 Q83.617 284.921 83.617 277.815 Q83.617 270.685 81.7883 267.144 Q79.9828 263.579 76.3485 263.579 M76.3485 259.875 Q82.1587 259.875 85.2142 264.482 Q88.2929 269.065 88.2929 277.815 Q88.2929 286.542 85.2142 291.148 Q82.1587 295.732 76.3485 295.732 Q70.5384 295.732 67.4597 291.148 Q64.4042 286.542 64.4042 277.815 Q64.4042 269.065 67.4597 264.482 Q70.5384 259.875 76.3485 259.875 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip7800)\" d=\"M 0 0 M93.3623 289.181 L98.2466 289.181 L98.2466 295.06 L93.3623 295.06 L93.3623 289.181 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip7800)\" d=\"M 0 0 M113.316 263.579 Q109.705 263.579 107.876 267.144 Q106.071 270.685 106.071 277.815 Q106.071 284.921 107.876 288.486 Q109.705 292.028 113.316 292.028 Q116.95 292.028 118.756 288.486 Q120.584 284.921 120.584 277.815 Q120.584 270.685 118.756 267.144 Q116.95 263.579 113.316 263.579 M113.316 259.875 Q119.126 259.875 122.182 264.482 Q125.26 269.065 125.26 277.815 Q125.26 286.542 122.182 291.148 Q119.126 295.732 113.316 295.732 Q107.506 295.732 104.427 291.148 Q101.372 286.542 101.372 277.815 Q101.372 269.065 104.427 264.482 Q107.506 259.875 113.316 259.875 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip7800)\" d=\"M 0 0 M140.33 263.579 Q136.719 263.579 134.89 267.144 Q133.084 270.685 133.084 277.815 Q133.084 284.921 134.89 288.486 Q136.719 292.028 140.33 292.028 Q143.964 292.028 145.769 288.486 Q147.598 284.921 147.598 277.815 Q147.598 270.685 145.769 267.144 Q143.964 263.579 140.33 263.579 M140.33 259.875 Q146.14 259.875 149.195 264.482 Q152.274 269.065 152.274 277.815 Q152.274 286.542 149.195 291.148 Q146.14 295.732 140.33 295.732 Q134.52 295.732 131.441 291.148 Q128.385 286.542 128.385 277.815 Q128.385 269.065 131.441 264.482 Q134.52 259.875 140.33 259.875 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip7800)\" d=\"M 0 0 M161.371 291.125 L177.691 291.125 L177.691 295.06 L155.746 295.06 L155.746 291.125 Q158.408 288.37 162.992 283.741 Q167.598 279.088 168.779 277.746 Q171.024 275.222 171.904 273.486 Q172.806 271.727 172.806 270.037 Q172.806 267.283 170.862 265.547 Q168.941 263.81 165.839 263.81 Q163.64 263.81 161.186 264.574 Q158.756 265.338 155.978 266.889 L155.978 262.167 Q158.802 261.033 161.255 260.454 Q163.709 259.875 165.746 259.875 Q171.117 259.875 174.311 262.56 Q177.505 265.246 177.505 269.736 Q177.505 271.866 176.695 273.787 Q175.908 275.685 173.802 278.278 Q173.223 278.949 170.121 282.167 Q167.019 285.361 161.371 291.125 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip7800)\" d=\"M 0 0 M183.57 291.125 L191.209 291.125 L191.209 264.759 L182.899 266.426 L182.899 262.167 L191.163 260.5 L195.839 260.5 L195.839 291.125 L203.477 291.125 L203.477 295.06 L183.57 295.06 L183.57 291.125 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip7800)\" d=\"M 0 0 M218.547 263.579 Q214.936 263.579 213.107 267.144 Q211.302 270.685 211.302 277.815 Q211.302 284.921 213.107 288.486 Q214.936 292.028 218.547 292.028 Q222.181 292.028 223.987 288.486 Q225.815 284.921 225.815 277.815 Q225.815 270.685 223.987 267.144 Q222.181 263.579 218.547 263.579 M218.547 259.875 Q224.357 259.875 227.413 264.482 Q230.491 269.065 230.491 277.815 Q230.491 286.542 227.413 291.148 Q224.357 295.732 218.547 295.732 Q212.737 295.732 209.658 291.148 Q206.602 286.542 206.602 277.815 Q206.602 269.065 209.658 264.482 Q212.737 259.875 218.547 259.875 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><polyline clip-path=\"url(#clip7802)\" style=\"stroke:#009af9; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
       "  313.876,567.178 328.325,567.178 342.774,567.178 357.223,487.311 371.672,487.311 386.12,407.444 400.569,407.444 415.018,247.71 429.467,247.71 443.916,247.71 \n",
       "  458.365,247.71 472.814,87.9763 487.262,87.9763 501.711,87.9763 516.16,87.9763 530.609,87.9763 545.058,87.9763 559.507,87.9763 573.956,87.9763 588.405,87.9763 \n",
       "  602.853,247.71 617.302,247.71 631.751,247.71 646.2,247.71 660.649,247.71 675.098,247.71 689.547,247.71 703.996,247.71 718.444,247.71 732.893,247.71 \n",
       "  747.342,167.843 761.791,247.71 776.24,247.71 790.689,407.444 805.138,247.71 819.586,247.71 834.035,247.71 848.484,247.71 862.933,247.71 877.382,247.71 \n",
       "  891.831,247.71 906.28,327.577 920.729,327.577 935.177,407.444 949.626,407.444 964.075,407.444 978.524,247.71 992.973,327.577 1007.42,407.444 1021.87,407.444 \n",
       "  1036.32,407.444 1050.77,407.444 1065.22,407.444 1079.67,487.311 1094.11,407.444 1108.56,407.444 1123.01,487.311 1137.46,487.311 1151.91,407.444 1166.36,487.311 \n",
       "  1180.81,407.444 1195.26,407.444 1209.71,407.444 1224.15,407.444 1238.6,407.444 1253.05,487.311 1267.5,407.444 1281.95,407.444 1296.4,487.311 1310.85,407.444 \n",
       "  1325.3,487.311 1339.75,407.444 1354.19,407.444 1368.64,407.444 1383.09,407.444 1397.54,407.444 1411.99,407.444 1426.44,407.444 1440.89,407.444 1455.34,327.577 \n",
       "  1469.79,407.444 1484.23,327.577 1498.68,407.444 1513.13,407.444 1527.58,407.444 1542.03,407.444 1556.48,407.444 1570.93,407.444 1585.38,407.444 1599.83,487.311 \n",
       "  1614.27,487.311 1628.72,567.178 1643.17,567.178 1657.62,487.311 1672.07,567.178 1686.52,487.311 1700.97,487.311 1715.42,487.311 1729.87,407.444 1744.31,487.311 \n",
       "  1758.76,487.311 1773.21,567.178 1787.66,567.178 1802.11,487.311 1816.56,567.178 1831.01,567.178 1845.46,567.178 1859.91,647.045 1874.35,567.178 1888.8,567.178 \n",
       "  1903.25,647.045 1917.7,726.912 1932.15,726.912 1946.6,726.912 1961.05,726.912 1975.5,806.779 1989.94,886.647 2004.39,1046.38 2018.84,1126.25 2033.29,1046.38 \n",
       "  2047.74,1126.25 2062.19,1126.25 2076.64,1126.25 2091.09,1206.11 2105.54,1206.11 2119.98,1206.11 2134.43,1285.98 2148.88,1206.11 2163.33,1285.98 2177.78,1285.98 \n",
       "  2192.23,1285.98 2206.68,1285.98 2221.13,1285.98 2235.58,1365.85 2250.02,1365.85 2264.47,1365.85 2278.92,1445.72 2293.37,1445.72 \n",
       "  \"/>\n",
       "<circle clip-path=\"url(#clip7802)\" cx=\"313.876\" cy=\"567.178\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<circle clip-path=\"url(#clip7802)\" cx=\"328.325\" cy=\"567.178\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<circle clip-path=\"url(#clip7802)\" cx=\"342.774\" cy=\"567.178\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<circle clip-path=\"url(#clip7802)\" cx=\"357.223\" cy=\"487.311\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<circle clip-path=\"url(#clip7802)\" cx=\"371.672\" cy=\"487.311\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<circle clip-path=\"url(#clip7802)\" cx=\"386.12\" cy=\"407.444\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<circle clip-path=\"url(#clip7802)\" cx=\"400.569\" cy=\"407.444\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<circle clip-path=\"url(#clip7802)\" cx=\"415.018\" cy=\"247.71\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<circle clip-path=\"url(#clip7802)\" cx=\"429.467\" cy=\"247.71\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<circle clip-path=\"url(#clip7802)\" cx=\"443.916\" cy=\"247.71\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<circle clip-path=\"url(#clip7802)\" cx=\"458.365\" cy=\"247.71\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<circle clip-path=\"url(#clip7802)\" cx=\"472.814\" cy=\"87.9763\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<circle clip-path=\"url(#clip7802)\" cx=\"487.262\" cy=\"87.9763\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<circle clip-path=\"url(#clip7802)\" cx=\"501.711\" cy=\"87.9763\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<circle clip-path=\"url(#clip7802)\" cx=\"516.16\" cy=\"87.9763\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<circle clip-path=\"url(#clip7802)\" cx=\"530.609\" cy=\"87.9763\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<circle clip-path=\"url(#clip7802)\" cx=\"545.058\" cy=\"87.9763\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<circle clip-path=\"url(#clip7802)\" cx=\"559.507\" cy=\"87.9763\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<circle clip-path=\"url(#clip7802)\" cx=\"573.956\" cy=\"87.9763\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<circle clip-path=\"url(#clip7802)\" cx=\"588.405\" cy=\"87.9763\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<circle clip-path=\"url(#clip7802)\" cx=\"602.853\" cy=\"247.71\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<circle clip-path=\"url(#clip7802)\" cx=\"617.302\" cy=\"247.71\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<circle clip-path=\"url(#clip7802)\" cx=\"631.751\" cy=\"247.71\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<circle clip-path=\"url(#clip7802)\" cx=\"646.2\" cy=\"247.71\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<circle clip-path=\"url(#clip7802)\" cx=\"660.649\" cy=\"247.71\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<circle clip-path=\"url(#clip7802)\" cx=\"675.098\" cy=\"247.71\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<circle clip-path=\"url(#clip7802)\" cx=\"689.547\" cy=\"247.71\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<circle clip-path=\"url(#clip7802)\" cx=\"703.996\" cy=\"247.71\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<circle clip-path=\"url(#clip7802)\" cx=\"718.444\" cy=\"247.71\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<circle clip-path=\"url(#clip7802)\" cx=\"732.893\" cy=\"247.71\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<circle clip-path=\"url(#clip7802)\" cx=\"747.342\" cy=\"167.843\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<circle clip-path=\"url(#clip7802)\" cx=\"761.791\" cy=\"247.71\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<circle clip-path=\"url(#clip7802)\" cx=\"776.24\" cy=\"247.71\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<circle clip-path=\"url(#clip7802)\" cx=\"790.689\" cy=\"407.444\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<circle clip-path=\"url(#clip7802)\" cx=\"805.138\" cy=\"247.71\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<circle clip-path=\"url(#clip7802)\" cx=\"819.586\" cy=\"247.71\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<circle clip-path=\"url(#clip7802)\" cx=\"834.035\" cy=\"247.71\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<circle clip-path=\"url(#clip7802)\" cx=\"848.484\" cy=\"247.71\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<circle clip-path=\"url(#clip7802)\" cx=\"862.933\" cy=\"247.71\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<circle clip-path=\"url(#clip7802)\" cx=\"877.382\" cy=\"247.71\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<circle clip-path=\"url(#clip7802)\" cx=\"891.831\" cy=\"247.71\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<circle clip-path=\"url(#clip7802)\" cx=\"906.28\" cy=\"327.577\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<circle clip-path=\"url(#clip7802)\" cx=\"920.729\" cy=\"327.577\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<circle clip-path=\"url(#clip7802)\" cx=\"935.177\" cy=\"407.444\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<circle clip-path=\"url(#clip7802)\" cx=\"949.626\" cy=\"407.444\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<circle clip-path=\"url(#clip7802)\" cx=\"964.075\" cy=\"407.444\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<circle clip-path=\"url(#clip7802)\" cx=\"978.524\" cy=\"247.71\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<circle clip-path=\"url(#clip7802)\" cx=\"992.973\" cy=\"327.577\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<circle clip-path=\"url(#clip7802)\" cx=\"1007.42\" cy=\"407.444\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<circle clip-path=\"url(#clip7802)\" cx=\"1021.87\" cy=\"407.444\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<circle clip-path=\"url(#clip7802)\" cx=\"1036.32\" cy=\"407.444\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<circle clip-path=\"url(#clip7802)\" cx=\"1050.77\" cy=\"407.444\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<circle clip-path=\"url(#clip7802)\" cx=\"1065.22\" cy=\"407.444\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<circle clip-path=\"url(#clip7802)\" cx=\"1079.67\" cy=\"487.311\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<circle clip-path=\"url(#clip7802)\" cx=\"1094.11\" cy=\"407.444\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<circle clip-path=\"url(#clip7802)\" cx=\"1108.56\" cy=\"407.444\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<circle clip-path=\"url(#clip7802)\" cx=\"1123.01\" cy=\"487.311\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<circle clip-path=\"url(#clip7802)\" cx=\"1137.46\" cy=\"487.311\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<circle clip-path=\"url(#clip7802)\" cx=\"1151.91\" cy=\"407.444\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<circle clip-path=\"url(#clip7802)\" cx=\"1166.36\" cy=\"487.311\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<circle clip-path=\"url(#clip7802)\" cx=\"1180.81\" cy=\"407.444\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<circle clip-path=\"url(#clip7802)\" cx=\"1195.26\" cy=\"407.444\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<circle clip-path=\"url(#clip7802)\" cx=\"1209.71\" cy=\"407.444\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<circle clip-path=\"url(#clip7802)\" cx=\"1224.15\" cy=\"407.444\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<circle clip-path=\"url(#clip7802)\" cx=\"1238.6\" cy=\"407.444\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<circle clip-path=\"url(#clip7802)\" cx=\"1253.05\" cy=\"487.311\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<circle clip-path=\"url(#clip7802)\" cx=\"1267.5\" cy=\"407.444\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<circle clip-path=\"url(#clip7802)\" cx=\"1281.95\" cy=\"407.444\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<circle clip-path=\"url(#clip7802)\" cx=\"1296.4\" cy=\"487.311\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<circle clip-path=\"url(#clip7802)\" cx=\"1310.85\" cy=\"407.444\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<circle clip-path=\"url(#clip7802)\" cx=\"1325.3\" cy=\"487.311\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<circle clip-path=\"url(#clip7802)\" cx=\"1339.75\" cy=\"407.444\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<circle clip-path=\"url(#clip7802)\" cx=\"1354.19\" cy=\"407.444\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<circle clip-path=\"url(#clip7802)\" cx=\"1368.64\" cy=\"407.444\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<circle clip-path=\"url(#clip7802)\" cx=\"1383.09\" cy=\"407.444\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<circle clip-path=\"url(#clip7802)\" cx=\"1397.54\" cy=\"407.444\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<circle clip-path=\"url(#clip7802)\" cx=\"1411.99\" cy=\"407.444\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<circle clip-path=\"url(#clip7802)\" cx=\"1426.44\" cy=\"407.444\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<circle clip-path=\"url(#clip7802)\" cx=\"1440.89\" cy=\"407.444\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<circle clip-path=\"url(#clip7802)\" cx=\"1455.34\" cy=\"327.577\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<circle clip-path=\"url(#clip7802)\" cx=\"1469.79\" cy=\"407.444\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<circle clip-path=\"url(#clip7802)\" cx=\"1484.23\" cy=\"327.577\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<circle clip-path=\"url(#clip7802)\" cx=\"1498.68\" cy=\"407.444\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<circle clip-path=\"url(#clip7802)\" cx=\"1513.13\" cy=\"407.444\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<circle clip-path=\"url(#clip7802)\" cx=\"1527.58\" cy=\"407.444\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<circle clip-path=\"url(#clip7802)\" cx=\"1542.03\" cy=\"407.444\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<circle clip-path=\"url(#clip7802)\" cx=\"1556.48\" cy=\"407.444\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<circle clip-path=\"url(#clip7802)\" cx=\"1570.93\" cy=\"407.444\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<circle clip-path=\"url(#clip7802)\" cx=\"1585.38\" cy=\"407.444\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<circle clip-path=\"url(#clip7802)\" cx=\"1599.83\" cy=\"487.311\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<circle clip-path=\"url(#clip7802)\" cx=\"1614.27\" cy=\"487.311\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<circle clip-path=\"url(#clip7802)\" cx=\"1628.72\" cy=\"567.178\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<circle clip-path=\"url(#clip7802)\" cx=\"1643.17\" cy=\"567.178\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<circle clip-path=\"url(#clip7802)\" cx=\"1657.62\" cy=\"487.311\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<circle clip-path=\"url(#clip7802)\" cx=\"1672.07\" cy=\"567.178\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<circle clip-path=\"url(#clip7802)\" cx=\"1686.52\" cy=\"487.311\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<circle clip-path=\"url(#clip7802)\" cx=\"1700.97\" cy=\"487.311\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<circle clip-path=\"url(#clip7802)\" cx=\"1715.42\" cy=\"487.311\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<circle clip-path=\"url(#clip7802)\" cx=\"1729.87\" cy=\"407.444\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<circle clip-path=\"url(#clip7802)\" cx=\"1744.31\" cy=\"487.311\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<circle clip-path=\"url(#clip7802)\" cx=\"1758.76\" cy=\"487.311\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<circle clip-path=\"url(#clip7802)\" cx=\"1773.21\" cy=\"567.178\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<circle clip-path=\"url(#clip7802)\" cx=\"1787.66\" cy=\"567.178\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<circle clip-path=\"url(#clip7802)\" cx=\"1802.11\" cy=\"487.311\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<circle clip-path=\"url(#clip7802)\" cx=\"1816.56\" cy=\"567.178\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<circle clip-path=\"url(#clip7802)\" cx=\"1831.01\" cy=\"567.178\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<circle clip-path=\"url(#clip7802)\" cx=\"1845.46\" cy=\"567.178\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<circle clip-path=\"url(#clip7802)\" cx=\"1859.91\" cy=\"647.045\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<circle clip-path=\"url(#clip7802)\" cx=\"1874.35\" cy=\"567.178\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<circle clip-path=\"url(#clip7802)\" cx=\"1888.8\" cy=\"567.178\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<circle clip-path=\"url(#clip7802)\" cx=\"1903.25\" cy=\"647.045\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<circle clip-path=\"url(#clip7802)\" cx=\"1917.7\" cy=\"726.912\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<circle clip-path=\"url(#clip7802)\" cx=\"1932.15\" cy=\"726.912\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<circle clip-path=\"url(#clip7802)\" cx=\"1946.6\" cy=\"726.912\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<circle clip-path=\"url(#clip7802)\" cx=\"1961.05\" cy=\"726.912\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<circle clip-path=\"url(#clip7802)\" cx=\"1975.5\" cy=\"806.779\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<circle clip-path=\"url(#clip7802)\" cx=\"1989.94\" cy=\"886.647\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<circle clip-path=\"url(#clip7802)\" cx=\"2004.39\" cy=\"1046.38\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<circle clip-path=\"url(#clip7802)\" cx=\"2018.84\" cy=\"1126.25\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<circle clip-path=\"url(#clip7802)\" cx=\"2033.29\" cy=\"1046.38\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<circle clip-path=\"url(#clip7802)\" cx=\"2047.74\" cy=\"1126.25\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<circle clip-path=\"url(#clip7802)\" cx=\"2062.19\" cy=\"1126.25\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<circle clip-path=\"url(#clip7802)\" cx=\"2076.64\" cy=\"1126.25\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<circle clip-path=\"url(#clip7802)\" cx=\"2091.09\" cy=\"1206.11\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<circle clip-path=\"url(#clip7802)\" cx=\"2105.54\" cy=\"1206.11\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<circle clip-path=\"url(#clip7802)\" cx=\"2119.98\" cy=\"1206.11\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<circle clip-path=\"url(#clip7802)\" cx=\"2134.43\" cy=\"1285.98\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<circle clip-path=\"url(#clip7802)\" cx=\"2148.88\" cy=\"1206.11\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<circle clip-path=\"url(#clip7802)\" cx=\"2163.33\" cy=\"1285.98\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<circle clip-path=\"url(#clip7802)\" cx=\"2177.78\" cy=\"1285.98\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<circle clip-path=\"url(#clip7802)\" cx=\"2192.23\" cy=\"1285.98\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<circle clip-path=\"url(#clip7802)\" cx=\"2206.68\" cy=\"1285.98\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<circle clip-path=\"url(#clip7802)\" cx=\"2221.13\" cy=\"1285.98\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<circle clip-path=\"url(#clip7802)\" cx=\"2235.58\" cy=\"1365.85\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<circle clip-path=\"url(#clip7802)\" cx=\"2250.02\" cy=\"1365.85\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<circle clip-path=\"url(#clip7802)\" cx=\"2264.47\" cy=\"1365.85\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<circle clip-path=\"url(#clip7802)\" cx=\"2278.92\" cy=\"1445.72\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<circle clip-path=\"url(#clip7802)\" cx=\"2293.37\" cy=\"1445.72\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<path clip-path=\"url(#clip7800)\" d=\"\n",
       "M1989.74 251.724 L2280.76 251.724 L2280.76 130.764 L1989.74 130.764  Z\n",
       "  \" fill=\"#ffffff\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n",
       "<polyline clip-path=\"url(#clip7800)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
       "  1989.74,251.724 2280.76,251.724 2280.76,130.764 1989.74,130.764 1989.74,251.724 \n",
       "  \"/>\n",
       "<polyline clip-path=\"url(#clip7800)\" style=\"stroke:#009af9; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
       "  2013.74,191.244 2157.74,191.244 \n",
       "  \"/>\n",
       "<circle clip-path=\"url(#clip7800)\" cx=\"2097.74\" cy=\"191.244\" r=\"23\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"5.12\"/>\n",
       "<path clip-path=\"url(#clip7800)\" d=\"M 0 0 M2195.58 210.931 Q2193.77 215.561 2192.06 216.973 Q2190.35 218.385 2187.48 218.385 L2184.08 218.385 L2184.08 214.82 L2186.58 214.82 Q2188.33 214.82 2189.31 213.987 Q2190.28 213.154 2191.46 210.052 L2192.22 208.107 L2181.74 182.598 L2186.25 182.598 L2194.35 202.876 L2202.46 182.598 L2206.97 182.598 L2195.58 210.931 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip7800)\" d=\"M 0 0 M2212.85 204.589 L2220.49 204.589 L2220.49 178.223 L2212.18 179.89 L2212.18 175.631 L2220.44 173.964 L2225.12 173.964 L2225.12 204.589 L2232.76 204.589 L2232.76 208.524 L2212.85 208.524 L2212.85 204.589 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /></svg>\n"
      ]
     },
     "execution_count": 163,
     "metadata": {},
     "output_type": "execute_result"
    }
   ],
   "source": [
    "plot(d16s1_1_th, marker=:circle)"
   ]
  },
  {
   "cell_type": "code",
   "execution_count": 227,
   "metadata": {},
   "outputs": [
    {
     "name": "stdout",
     "output_type": "stream",
     "text": [
      "Extracting nucleus\n",
      " 49.514899 seconds (3.53 M allocations: 57.627 GiB, 73.79% gc time)\n",
      "189.580781 seconds (71 allocations: 4.043 GiB, 0.01% gc time)\n",
      "Embedding OME-XML\n"
     ]
    }
   ],
   "source": [
    "@time d16s1_2_nu, d16s1_2_th = extract3dnucleus(cell_2);\n",
    "@time save(File(format\"TIFF\", \"d16s1_2_otsu.ome.tiff\"), N0f16.(d16s1_2_nu));\n",
    "embedxml(512, 512, 20, 138, \"d16s1_2_otsu.ome.tiff\")"
   ]
  },
  {
   "cell_type": "code",
   "execution_count": 276,
   "metadata": {},
   "outputs": [
    {
     "name": "stdout",
     "output_type": "stream",
     "text": [
      "  8.957058 seconds (2.02 M allocations: 16.590 GiB, 41.09% gc time)\n"
     ]
    }
   ],
   "source": [
    "@time img_norm, para = normalize(d16s1_1_nu);"
   ]
  },
  {
   "cell_type": "code",
   "execution_count": 277,
   "metadata": {},
   "outputs": [
    {
     "data": {
      "image/svg+xml": [
       "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n",
       "<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"600\" height=\"400\" viewBox=\"0 0 2400 1600\">\n",
       "<defs>\n",
       "  <clipPath id=\"clip0600\">\n",
       "    <rect x=\"0\" y=\"0\" width=\"2400\" height=\"1600\"/>\n",
       "  </clipPath>\n",
       "</defs>\n",
       "<path clip-path=\"url(#clip0600)\" d=\"\n",
       "M0 1600 L2400 1600 L2400 0 L0 0  Z\n",
       "  \" fill=\"#ffffff\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n",
       "<defs>\n",
       "  <clipPath id=\"clip0601\">\n",
       "    <rect x=\"480\" y=\"0\" width=\"1681\" height=\"1600\"/>\n",
       "  </clipPath>\n",
       "</defs>\n",
       "<path clip-path=\"url(#clip0600)\" d=\"\n",
       "M254.306 1486.45 L2352.76 1486.45 L2352.76 47.2441 L254.306 47.2441  Z\n",
       "  \" fill=\"#ffffff\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n",
       "<defs>\n",
       "  <clipPath id=\"clip0602\">\n",
       "    <rect x=\"254\" y=\"47\" width=\"2099\" height=\"1440\"/>\n",
       "  </clipPath>\n",
       "</defs>\n",
       "<polyline clip-path=\"url(#clip0602)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
       "  299.246,1486.45 299.246,47.2441 \n",
       "  \"/>\n",
       "<polyline clip-path=\"url(#clip0602)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
       "  660.5,1486.45 660.5,47.2441 \n",
       "  \"/>\n",
       "<polyline clip-path=\"url(#clip0602)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
       "  1021.75,1486.45 1021.75,47.2441 \n",
       "  \"/>\n",
       "<polyline clip-path=\"url(#clip0602)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
       "  1383.01,1486.45 1383.01,47.2441 \n",
       "  \"/>\n",
       "<polyline clip-path=\"url(#clip0602)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
       "  1744.26,1486.45 1744.26,47.2441 \n",
       "  \"/>\n",
       "<polyline clip-path=\"url(#clip0602)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
       "  2105.51,1486.45 2105.51,47.2441 \n",
       "  \"/>\n",
       "<polyline clip-path=\"url(#clip0602)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
       "  254.306,1377.25 2352.76,1377.25 \n",
       "  \"/>\n",
       "<polyline clip-path=\"url(#clip0602)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
       "  254.306,1091.01 2352.76,1091.01 \n",
       "  \"/>\n",
       "<polyline clip-path=\"url(#clip0602)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
       "  254.306,804.767 2352.76,804.767 \n",
       "  \"/>\n",
       "<polyline clip-path=\"url(#clip0602)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
       "  254.306,518.525 2352.76,518.525 \n",
       "  \"/>\n",
       "<polyline clip-path=\"url(#clip0602)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
       "  254.306,518.525 2352.76,518.525 \n",
       "  \"/>\n",
       "<polyline clip-path=\"url(#clip0600)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
       "  254.306,1486.45 2352.76,1486.45 \n",
       "  \"/>\n",
       "<polyline clip-path=\"url(#clip0600)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
       "  254.306,1486.45 254.306,47.2441 \n",
       "  \"/>\n",
       "<polyline clip-path=\"url(#clip0600)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
       "  299.246,1486.45 299.246,1469.18 \n",
       "  \"/>\n",
       "<polyline clip-path=\"url(#clip0600)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
       "  660.5,1486.45 660.5,1469.18 \n",
       "  \"/>\n",
       "<polyline clip-path=\"url(#clip0600)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
       "  1021.75,1486.45 1021.75,1469.18 \n",
       "  \"/>\n",
       "<polyline clip-path=\"url(#clip0600)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
       "  1383.01,1486.45 1383.01,1469.18 \n",
       "  \"/>\n",
       "<polyline clip-path=\"url(#clip0600)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
       "  1744.26,1486.45 1744.26,1469.18 \n",
       "  \"/>\n",
       "<polyline clip-path=\"url(#clip0600)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
       "  2105.51,1486.45 2105.51,1469.18 \n",
       "  \"/>\n",
       "<polyline clip-path=\"url(#clip0600)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
       "  254.306,1377.25 279.487,1377.25 \n",
       "  \"/>\n",
       "<polyline clip-path=\"url(#clip0600)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
       "  254.306,1091.01 279.487,1091.01 \n",
       "  \"/>\n",
       "<polyline clip-path=\"url(#clip0600)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
       "  254.306,804.767 279.487,804.767 \n",
       "  \"/>\n",
       "<polyline clip-path=\"url(#clip0600)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
       "  254.306,518.525 279.487,518.525 \n",
       "  \"/>\n",
       "<polyline clip-path=\"url(#clip0600)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
       "  254.306,518.525 279.487,518.525 \n",
       "  \"/>\n",
       "<path clip-path=\"url(#clip0600)\" d=\"M 0 0 M299.246 1508.44 Q295.635 1508.44 293.806 1512 Q292.001 1515.55 292.001 1522.67 Q292.001 1529.78 293.806 1533.35 Q295.635 1536.89 299.246 1536.89 Q302.88 1536.89 304.686 1533.35 Q306.514 1529.78 306.514 1522.67 Q306.514 1515.55 304.686 1512 Q302.88 1508.44 299.246 1508.44 M299.246 1504.73 Q305.056 1504.73 308.112 1509.34 Q311.19 1513.92 311.19 1522.67 Q311.19 1531.4 308.112 1536.01 Q305.056 1540.59 299.246 1540.59 Q293.436 1540.59 290.357 1536.01 Q287.302 1531.4 287.302 1522.67 Q287.302 1513.92 290.357 1509.34 Q293.436 1504.73 299.246 1504.73 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip0600)\" d=\"M 0 0 M642.143 1535.98 L658.463 1535.98 L658.463 1539.92 L636.518 1539.92 L636.518 1535.98 Q639.18 1533.23 643.764 1528.6 Q648.37 1523.95 649.551 1522.61 Q651.796 1520.08 652.676 1518.35 Q653.578 1516.59 653.578 1514.9 Q653.578 1512.14 651.634 1510.41 Q649.713 1508.67 646.611 1508.67 Q644.412 1508.67 641.958 1509.43 Q639.527 1510.2 636.75 1511.75 L636.75 1507.03 Q639.574 1505.89 642.027 1505.31 Q644.481 1504.73 646.518 1504.73 Q651.889 1504.73 655.083 1507.42 Q658.277 1510.11 658.277 1514.6 Q658.277 1516.73 657.467 1518.65 Q656.68 1520.54 654.574 1523.14 Q653.995 1523.81 650.893 1527.03 Q647.791 1530.22 642.143 1535.98 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip0600)\" d=\"M 0 0 M663.578 1505.36 L681.935 1505.36 L681.935 1509.3 L667.861 1509.3 L667.861 1517.77 Q668.879 1517.42 669.898 1517.26 Q670.916 1517.07 671.935 1517.07 Q677.722 1517.07 681.101 1520.24 Q684.481 1523.42 684.481 1528.83 Q684.481 1534.41 681.009 1537.51 Q677.537 1540.59 671.217 1540.59 Q669.041 1540.59 666.773 1540.22 Q664.527 1539.85 662.12 1539.11 L662.12 1534.41 Q664.203 1535.54 666.425 1536.1 Q668.648 1536.66 671.125 1536.66 Q675.129 1536.66 677.467 1534.55 Q679.805 1532.44 679.805 1528.83 Q679.805 1525.22 677.467 1523.11 Q675.129 1521.01 671.125 1521.01 Q669.25 1521.01 667.375 1521.42 Q665.523 1521.84 663.578 1522.72 L663.578 1505.36 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip0600)\" d=\"M 0 0 M998.524 1505.36 L1016.88 1505.36 L1016.88 1509.3 L1002.81 1509.3 L1002.81 1517.77 Q1003.83 1517.42 1004.84 1517.26 Q1005.86 1517.07 1006.88 1517.07 Q1012.67 1517.07 1016.05 1520.24 Q1019.43 1523.42 1019.43 1528.83 Q1019.43 1534.41 1015.95 1537.51 Q1012.48 1540.59 1006.16 1540.59 Q1003.99 1540.59 1001.72 1540.22 Q999.473 1539.85 997.066 1539.11 L997.066 1534.41 Q999.149 1535.54 1001.37 1536.1 Q1003.59 1536.66 1006.07 1536.66 Q1010.07 1536.66 1012.41 1534.55 Q1014.75 1532.44 1014.75 1528.83 Q1014.75 1525.22 1012.41 1523.11 Q1010.07 1521.01 1006.07 1521.01 Q1004.2 1521.01 1002.32 1521.42 Q1000.47 1521.84 998.524 1522.72 L998.524 1505.36 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip0600)\" d=\"M 0 0 M1034.5 1508.44 Q1030.89 1508.44 1029.06 1512 Q1027.25 1515.55 1027.25 1522.67 Q1027.25 1529.78 1029.06 1533.35 Q1030.89 1536.89 1034.5 1536.89 Q1038.13 1536.89 1039.94 1533.35 Q1041.76 1529.78 1041.76 1522.67 Q1041.76 1515.55 1039.94 1512 Q1038.13 1508.44 1034.5 1508.44 M1034.5 1504.73 Q1040.31 1504.73 1043.36 1509.34 Q1046.44 1513.92 1046.44 1522.67 Q1046.44 1531.4 1043.36 1536.01 Q1040.31 1540.59 1034.5 1540.59 Q1028.69 1540.59 1025.61 1536.01 Q1022.55 1531.4 1022.55 1522.67 Q1022.55 1513.92 1025.61 1509.34 Q1028.69 1504.73 1034.5 1504.73 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip0600)\" d=\"M 0 0 M1358.89 1505.36 L1381.11 1505.36 L1381.11 1507.35 L1368.56 1539.92 L1363.68 1539.92 L1375.48 1509.3 L1358.89 1509.3 L1358.89 1505.36 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip0600)\" d=\"M 0 0 M1386.22 1505.36 L1404.58 1505.36 L1404.58 1509.3 L1390.51 1509.3 L1390.51 1517.77 Q1391.53 1517.42 1392.54 1517.26 Q1393.56 1517.07 1394.58 1517.07 Q1400.37 1517.07 1403.75 1520.24 Q1407.13 1523.42 1407.13 1528.83 Q1407.13 1534.41 1403.65 1537.51 Q1400.18 1540.59 1393.86 1540.59 Q1391.69 1540.59 1389.42 1540.22 Q1387.17 1539.85 1384.77 1539.11 L1384.77 1534.41 Q1386.85 1535.54 1389.07 1536.1 Q1391.29 1536.66 1393.77 1536.66 Q1397.78 1536.66 1400.11 1534.55 Q1402.45 1532.44 1402.45 1528.83 Q1402.45 1525.22 1400.11 1523.11 Q1397.78 1521.01 1393.77 1521.01 Q1391.9 1521.01 1390.02 1521.42 Q1388.17 1521.84 1386.22 1522.72 L1386.22 1505.36 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip0600)\" d=\"M 0 0 M1707.63 1535.98 L1715.27 1535.98 L1715.27 1509.62 L1706.96 1511.29 L1706.96 1507.03 L1715.22 1505.36 L1719.9 1505.36 L1719.9 1535.98 L1727.54 1535.98 L1727.54 1539.92 L1707.63 1539.92 L1707.63 1535.98 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip0600)\" d=\"M 0 0 M1742.61 1508.44 Q1738.99 1508.44 1737.17 1512 Q1735.36 1515.55 1735.36 1522.67 Q1735.36 1529.78 1737.17 1533.35 Q1738.99 1536.89 1742.61 1536.89 Q1746.24 1536.89 1748.05 1533.35 Q1749.87 1529.78 1749.87 1522.67 Q1749.87 1515.55 1748.05 1512 Q1746.24 1508.44 1742.61 1508.44 M1742.61 1504.73 Q1748.42 1504.73 1751.47 1509.34 Q1754.55 1513.92 1754.55 1522.67 Q1754.55 1531.4 1751.47 1536.01 Q1748.42 1540.59 1742.61 1540.59 Q1736.8 1540.59 1733.72 1536.01 Q1730.66 1531.4 1730.66 1522.67 Q1730.66 1513.92 1733.72 1509.34 Q1736.8 1504.73 1742.61 1504.73 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip0600)\" d=\"M 0 0 M1769.62 1508.44 Q1766.01 1508.44 1764.18 1512 Q1762.37 1515.55 1762.37 1522.67 Q1762.37 1529.78 1764.18 1533.35 Q1766.01 1536.89 1769.62 1536.89 Q1773.25 1536.89 1775.06 1533.35 Q1776.89 1529.78 1776.89 1522.67 Q1776.89 1515.55 1775.06 1512 Q1773.25 1508.44 1769.62 1508.44 M1769.62 1504.73 Q1775.43 1504.73 1778.48 1509.34 Q1781.56 1513.92 1781.56 1522.67 Q1781.56 1531.4 1778.48 1536.01 Q1775.43 1540.59 1769.62 1540.59 Q1763.81 1540.59 1760.73 1536.01 Q1757.67 1531.4 1757.67 1522.67 Q1757.67 1513.92 1760.73 1509.34 Q1763.81 1504.73 1769.62 1504.73 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip0600)\" d=\"M 0 0 M2070.18 1535.98 L2077.82 1535.98 L2077.82 1509.62 L2069.51 1511.29 L2069.51 1507.03 L2077.77 1505.36 L2082.45 1505.36 L2082.45 1535.98 L2090.09 1535.98 L2090.09 1539.92 L2070.18 1539.92 L2070.18 1535.98 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip0600)\" d=\"M 0 0 M2099.18 1535.98 L2115.5 1535.98 L2115.5 1539.92 L2093.56 1539.92 L2093.56 1535.98 Q2096.22 1533.23 2100.8 1528.6 Q2105.41 1523.95 2106.59 1522.61 Q2108.84 1520.08 2109.72 1518.35 Q2110.62 1516.59 2110.62 1514.9 Q2110.62 1512.14 2108.67 1510.41 Q2106.75 1508.67 2103.65 1508.67 Q2101.45 1508.67 2099 1509.43 Q2096.57 1510.2 2093.79 1511.75 L2093.79 1507.03 Q2096.61 1505.89 2099.07 1505.31 Q2101.52 1504.73 2103.56 1504.73 Q2108.93 1504.73 2112.12 1507.42 Q2115.32 1510.11 2115.32 1514.6 Q2115.32 1516.73 2114.51 1518.65 Q2113.72 1520.54 2111.61 1523.14 Q2111.03 1523.81 2107.93 1527.03 Q2104.83 1530.22 2099.18 1535.98 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip0600)\" d=\"M 0 0 M2120.62 1505.36 L2138.97 1505.36 L2138.97 1509.3 L2124.9 1509.3 L2124.9 1517.77 Q2125.92 1517.42 2126.94 1517.26 Q2127.96 1517.07 2128.97 1517.07 Q2134.76 1517.07 2138.14 1520.24 Q2141.52 1523.42 2141.52 1528.83 Q2141.52 1534.41 2138.05 1537.51 Q2134.58 1540.59 2128.26 1540.59 Q2126.08 1540.59 2123.81 1540.22 Q2121.57 1539.85 2119.16 1539.11 L2119.16 1534.41 Q2121.24 1535.54 2123.47 1536.1 Q2125.69 1536.66 2128.16 1536.66 Q2132.17 1536.66 2134.51 1534.55 Q2136.84 1532.44 2136.84 1528.83 Q2136.84 1525.22 2134.51 1523.11 Q2132.17 1521.01 2128.16 1521.01 Q2126.29 1521.01 2124.41 1521.42 Q2122.56 1521.84 2120.62 1522.72 L2120.62 1505.36 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip0600)\" d=\"M 0 0 M77.1587 1363.05 Q73.5476 1363.05 71.7189 1366.61 Q69.9134 1370.16 69.9134 1377.29 Q69.9134 1384.39 71.7189 1387.96 Q73.5476 1391.5 77.1587 1391.5 Q80.793 1391.5 82.5985 1387.96 Q84.4272 1384.39 84.4272 1377.29 Q84.4272 1370.16 82.5985 1366.61 Q80.793 1363.05 77.1587 1363.05 M77.1587 1359.35 Q82.9689 1359.35 86.0244 1363.95 Q89.1031 1368.54 89.1031 1377.29 Q89.1031 1386.01 86.0244 1390.62 Q82.9689 1395.2 77.1587 1395.2 Q71.3486 1395.2 68.2699 1390.62 Q65.2143 1386.01 65.2143 1377.29 Q65.2143 1368.54 68.2699 1363.95 Q71.3486 1359.35 77.1587 1359.35 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip0600)\" d=\"M 0 0 M94.1725 1388.65 L99.0567 1388.65 L99.0567 1394.53 L94.1725 1394.53 L94.1725 1388.65 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip0600)\" d=\"M 0 0 M114.126 1363.05 Q110.515 1363.05 108.686 1366.61 Q106.881 1370.16 106.881 1377.29 Q106.881 1384.39 108.686 1387.96 Q110.515 1391.5 114.126 1391.5 Q117.76 1391.5 119.566 1387.96 Q121.395 1384.39 121.395 1377.29 Q121.395 1370.16 119.566 1366.61 Q117.76 1363.05 114.126 1363.05 M114.126 1359.35 Q119.936 1359.35 122.992 1363.95 Q126.07 1368.54 126.07 1377.29 Q126.07 1386.01 122.992 1390.62 Q119.936 1395.2 114.126 1395.2 Q108.316 1395.2 105.237 1390.62 Q102.182 1386.01 102.182 1377.29 Q102.182 1368.54 105.237 1363.95 Q108.316 1359.35 114.126 1359.35 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip0600)\" d=\"M 0 0 M141.14 1363.05 Q137.529 1363.05 135.7 1366.61 Q133.895 1370.16 133.895 1377.29 Q133.895 1384.39 135.7 1387.96 Q137.529 1391.5 141.14 1391.5 Q144.774 1391.5 146.58 1387.96 Q148.408 1384.39 148.408 1377.29 Q148.408 1370.16 146.58 1366.61 Q144.774 1363.05 141.14 1363.05 M141.14 1359.35 Q146.95 1359.35 150.006 1363.95 Q153.084 1368.54 153.084 1377.29 Q153.084 1386.01 150.006 1390.62 Q146.95 1395.2 141.14 1395.2 Q135.33 1395.2 132.251 1390.62 Q129.195 1386.01 129.195 1377.29 Q129.195 1368.54 132.251 1363.95 Q135.33 1359.35 141.14 1359.35 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip0600)\" d=\"M 0 0 M158.964 1390.6 L166.603 1390.6 L166.603 1364.23 L158.293 1365.9 L158.293 1361.64 L166.556 1359.97 L171.232 1359.97 L171.232 1390.6 L178.871 1390.6 L178.871 1394.53 L158.964 1394.53 L158.964 1390.6 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip0600)\" d=\"M 0 0 M187.968 1390.6 L204.288 1390.6 L204.288 1394.53 L182.343 1394.53 L182.343 1390.6 Q185.005 1387.84 189.589 1383.21 Q194.195 1378.56 195.376 1377.22 Q197.621 1374.69 198.501 1372.96 Q199.403 1371.2 199.403 1369.51 Q199.403 1366.75 197.459 1365.02 Q195.538 1363.28 192.436 1363.28 Q190.237 1363.28 187.783 1364.04 Q185.353 1364.81 182.575 1366.36 L182.575 1361.64 Q185.399 1360.5 187.853 1359.92 Q190.306 1359.35 192.343 1359.35 Q197.714 1359.35 200.908 1362.03 Q204.102 1364.72 204.102 1369.21 Q204.102 1371.34 203.292 1373.26 Q202.505 1375.16 200.399 1377.75 Q199.82 1378.42 196.718 1381.64 Q193.616 1384.83 187.968 1390.6 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip0600)\" d=\"M 0 0 M209.403 1359.97 L227.76 1359.97 L227.76 1363.91 L213.686 1363.91 L213.686 1372.38 Q214.704 1372.03 215.723 1371.87 Q216.741 1371.68 217.76 1371.68 Q223.547 1371.68 226.926 1374.86 Q230.306 1378.03 230.306 1383.44 Q230.306 1389.02 226.834 1392.12 Q223.362 1395.2 217.042 1395.2 Q214.866 1395.2 212.598 1394.83 Q210.352 1394.46 207.945 1393.72 L207.945 1389.02 Q210.028 1390.16 212.251 1390.71 Q214.473 1391.27 216.95 1391.27 Q220.954 1391.27 223.292 1389.16 Q225.63 1387.05 225.63 1383.44 Q225.63 1379.83 223.292 1377.73 Q220.954 1375.62 216.95 1375.62 Q215.075 1375.62 213.2 1376.04 Q211.348 1376.45 209.403 1377.33 L209.403 1359.97 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip0600)\" d=\"M 0 0 M75.5615 1076.81 Q71.9504 1076.81 70.1217 1080.37 Q68.3162 1083.91 68.3162 1091.04 Q68.3162 1098.15 70.1217 1101.71 Q71.9504 1105.26 75.5615 1105.26 Q79.1957 1105.26 81.0013 1101.71 Q82.83 1098.15 82.83 1091.04 Q82.83 1083.91 81.0013 1080.37 Q79.1957 1076.81 75.5615 1076.81 M75.5615 1073.1 Q81.3717 1073.1 84.4272 1077.71 Q87.5059 1082.29 87.5059 1091.04 Q87.5059 1099.77 84.4272 1104.38 Q81.3717 1108.96 75.5615 1108.96 Q69.7513 1108.96 66.6727 1104.38 Q63.6171 1099.77 63.6171 1091.04 Q63.6171 1082.29 66.6727 1077.71 Q69.7513 1073.1 75.5615 1073.1 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip0600)\" d=\"M 0 0 M92.5753 1102.41 L97.4595 1102.41 L97.4595 1108.29 L92.5753 1108.29 L92.5753 1102.41 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip0600)\" d=\"M 0 0 M112.529 1076.81 Q108.918 1076.81 107.089 1080.37 Q105.284 1083.91 105.284 1091.04 Q105.284 1098.15 107.089 1101.71 Q108.918 1105.26 112.529 1105.26 Q116.163 1105.26 117.969 1101.71 Q119.797 1098.15 119.797 1091.04 Q119.797 1083.91 117.969 1080.37 Q116.163 1076.81 112.529 1076.81 M112.529 1073.1 Q118.339 1073.1 121.395 1077.71 Q124.473 1082.29 124.473 1091.04 Q124.473 1099.77 121.395 1104.38 Q118.339 1108.96 112.529 1108.96 Q106.719 1108.96 103.64 1104.38 Q100.585 1099.77 100.585 1091.04 Q100.585 1082.29 103.64 1077.71 Q106.719 1073.1 112.529 1073.1 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip0600)\" d=\"M 0 0 M139.543 1076.81 Q135.932 1076.81 134.103 1080.37 Q132.297 1083.91 132.297 1091.04 Q132.297 1098.15 134.103 1101.71 Q135.932 1105.26 139.543 1105.26 Q143.177 1105.26 144.982 1101.71 Q146.811 1098.15 146.811 1091.04 Q146.811 1083.91 144.982 1080.37 Q143.177 1076.81 139.543 1076.81 M139.543 1073.1 Q145.353 1073.1 148.408 1077.71 Q151.487 1082.29 151.487 1091.04 Q151.487 1099.77 148.408 1104.38 Q145.353 1108.96 139.543 1108.96 Q133.732 1108.96 130.654 1104.38 Q127.598 1099.77 127.598 1091.04 Q127.598 1082.29 130.654 1077.71 Q133.732 1073.1 139.543 1073.1 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip0600)\" d=\"M 0 0 M157.367 1104.35 L165.005 1104.35 L165.005 1077.99 L156.695 1079.65 L156.695 1075.4 L164.959 1073.73 L169.635 1073.73 L169.635 1104.35 L177.274 1104.35 L177.274 1108.29 L157.367 1108.29 L157.367 1104.35 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip0600)\" d=\"M 0 0 M182.39 1073.73 L200.746 1073.73 L200.746 1077.66 L186.672 1077.66 L186.672 1086.14 Q187.691 1085.79 188.709 1085.63 Q189.728 1085.44 190.746 1085.44 Q196.533 1085.44 199.913 1088.61 Q203.292 1091.78 203.292 1097.2 Q203.292 1102.78 199.82 1105.88 Q196.348 1108.96 190.028 1108.96 Q187.853 1108.96 185.584 1108.59 Q183.339 1108.22 180.931 1107.48 L180.931 1102.78 Q183.015 1103.91 185.237 1104.47 Q187.459 1105.03 189.936 1105.03 Q193.94 1105.03 196.278 1102.92 Q198.616 1100.81 198.616 1097.2 Q198.616 1093.59 196.278 1091.48 Q193.94 1089.38 189.936 1089.38 Q188.061 1089.38 186.186 1089.79 Q184.334 1090.21 182.39 1091.09 L182.39 1073.73 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip0600)\" d=\"M 0 0 M218.362 1076.81 Q214.751 1076.81 212.922 1080.37 Q211.116 1083.91 211.116 1091.04 Q211.116 1098.15 212.922 1101.71 Q214.751 1105.26 218.362 1105.26 Q221.996 1105.26 223.801 1101.71 Q225.63 1098.15 225.63 1091.04 Q225.63 1083.91 223.801 1080.37 Q221.996 1076.81 218.362 1076.81 M218.362 1073.1 Q224.172 1073.1 227.227 1077.71 Q230.306 1082.29 230.306 1091.04 Q230.306 1099.77 227.227 1104.38 Q224.172 1108.96 218.362 1108.96 Q212.552 1108.96 209.473 1104.38 Q206.417 1099.77 206.417 1091.04 Q206.417 1082.29 209.473 1077.71 Q212.552 1073.1 218.362 1073.1 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip0600)\" d=\"M 0 0 M76.4643 790.566 Q72.8532 790.566 71.0245 794.131 Q69.2189 797.672 69.2189 804.802 Q69.2189 811.908 71.0245 815.473 Q72.8532 819.015 76.4643 819.015 Q80.0985 819.015 81.9041 815.473 Q83.7328 811.908 83.7328 804.802 Q83.7328 797.672 81.9041 794.131 Q80.0985 790.566 76.4643 790.566 M76.4643 786.862 Q82.2744 786.862 85.33 791.469 Q88.4087 796.052 88.4087 804.802 Q88.4087 813.529 85.33 818.135 Q82.2744 822.718 76.4643 822.718 Q70.6541 822.718 67.5754 818.135 Q64.5199 813.529 64.5199 804.802 Q64.5199 796.052 67.5754 791.469 Q70.6541 786.862 76.4643 786.862 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip0600)\" d=\"M 0 0 M93.4781 816.167 L98.3623 816.167 L98.3623 822.047 L93.4781 822.047 L93.4781 816.167 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip0600)\" d=\"M 0 0 M113.432 790.566 Q109.821 790.566 107.992 794.131 Q106.186 797.672 106.186 804.802 Q106.186 811.908 107.992 815.473 Q109.821 819.015 113.432 819.015 Q117.066 819.015 118.871 815.473 Q120.7 811.908 120.7 804.802 Q120.7 797.672 118.871 794.131 Q117.066 790.566 113.432 790.566 M113.432 786.862 Q119.242 786.862 122.297 791.469 Q125.376 796.052 125.376 804.802 Q125.376 813.529 122.297 818.135 Q119.242 822.718 113.432 822.718 Q107.622 822.718 104.543 818.135 Q101.487 813.529 101.487 804.802 Q101.487 796.052 104.543 791.469 Q107.622 786.862 113.432 786.862 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip0600)\" d=\"M 0 0 M140.445 790.566 Q136.834 790.566 135.006 794.131 Q133.2 797.672 133.2 804.802 Q133.2 811.908 135.006 815.473 Q136.834 819.015 140.445 819.015 Q144.08 819.015 145.885 815.473 Q147.714 811.908 147.714 804.802 Q147.714 797.672 145.885 794.131 Q144.08 790.566 140.445 790.566 M140.445 786.862 Q146.256 786.862 149.311 791.469 Q152.39 796.052 152.39 804.802 Q152.39 813.529 149.311 818.135 Q146.256 822.718 140.445 822.718 Q134.635 822.718 131.557 818.135 Q128.501 813.529 128.501 804.802 Q128.501 796.052 131.557 791.469 Q134.635 786.862 140.445 786.862 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip0600)\" d=\"M 0 0 M158.269 818.112 L165.908 818.112 L165.908 791.746 L157.598 793.413 L157.598 789.154 L165.862 787.487 L170.538 787.487 L170.538 818.112 L178.177 818.112 L178.177 822.047 L158.269 822.047 L158.269 818.112 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip0600)\" d=\"M 0 0 M182.066 787.487 L204.288 787.487 L204.288 789.478 L191.741 822.047 L186.857 822.047 L198.663 791.422 L182.066 791.422 L182.066 787.487 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip0600)\" d=\"M 0 0 M209.403 787.487 L227.76 787.487 L227.76 791.422 L213.686 791.422 L213.686 799.894 Q214.704 799.547 215.723 799.385 Q216.741 799.2 217.76 799.2 Q223.547 799.2 226.926 802.371 Q230.306 805.543 230.306 810.959 Q230.306 816.538 226.834 819.64 Q223.362 822.718 217.042 822.718 Q214.866 822.718 212.598 822.348 Q210.352 821.978 207.945 821.237 L207.945 816.538 Q210.028 817.672 212.251 818.228 Q214.473 818.783 216.95 818.783 Q220.954 818.783 223.292 816.677 Q225.63 814.57 225.63 810.959 Q225.63 807.348 223.292 805.242 Q220.954 803.135 216.95 803.135 Q215.075 803.135 213.2 803.552 Q211.348 803.968 209.403 804.848 L209.403 787.487 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip0600)\" d=\"M 0 0 M74.9365 504.324 Q71.3254 504.324 69.4967 507.889 Q67.6912 511.43 67.6912 518.56 Q67.6912 525.666 69.4967 529.231 Q71.3254 532.773 74.9365 532.773 Q78.5707 532.773 80.3763 529.231 Q82.205 525.666 82.205 518.56 Q82.205 511.43 80.3763 507.889 Q78.5707 504.324 74.9365 504.324 M74.9365 500.62 Q80.7467 500.62 83.8022 505.227 Q86.8809 509.81 86.8809 518.56 Q86.8809 527.287 83.8022 531.893 Q80.7467 536.476 74.9365 536.476 Q69.1264 536.476 66.0477 531.893 Q62.9921 527.287 62.9921 518.56 Q62.9921 509.81 66.0477 505.227 Q69.1264 500.62 74.9365 500.62 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip0600)\" d=\"M 0 0 M91.9503 529.926 L96.8345 529.926 L96.8345 535.805 L91.9503 535.805 L91.9503 529.926 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip0600)\" d=\"M 0 0 M111.904 504.324 Q108.293 504.324 106.464 507.889 Q104.659 511.43 104.659 518.56 Q104.659 525.666 106.464 529.231 Q108.293 532.773 111.904 532.773 Q115.538 532.773 117.344 529.231 Q119.172 525.666 119.172 518.56 Q119.172 511.43 117.344 507.889 Q115.538 504.324 111.904 504.324 M111.904 500.62 Q117.714 500.62 120.77 505.227 Q123.848 509.81 123.848 518.56 Q123.848 527.287 120.77 531.893 Q117.714 536.476 111.904 536.476 Q106.094 536.476 103.015 531.893 Q99.9595 527.287 99.9595 518.56 Q99.9595 509.81 103.015 505.227 Q106.094 500.62 111.904 500.62 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip0600)\" d=\"M 0 0 M138.918 504.324 Q135.307 504.324 133.478 507.889 Q131.672 511.43 131.672 518.56 Q131.672 525.666 133.478 529.231 Q135.307 532.773 138.918 532.773 Q142.552 532.773 144.357 529.231 Q146.186 525.666 146.186 518.56 Q146.186 511.43 144.357 507.889 Q142.552 504.324 138.918 504.324 M138.918 500.62 Q144.728 500.62 147.783 505.227 Q150.862 509.81 150.862 518.56 Q150.862 527.287 147.783 531.893 Q144.728 536.476 138.918 536.476 Q133.107 536.476 130.029 531.893 Q126.973 527.287 126.973 518.56 Q126.973 509.81 130.029 505.227 Q133.107 500.62 138.918 500.62 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip0600)\" d=\"M 0 0 M159.959 531.87 L176.279 531.87 L176.279 535.805 L154.334 535.805 L154.334 531.87 Q156.996 529.115 161.58 524.486 Q166.186 519.833 167.367 518.49 Q169.612 515.967 170.492 514.231 Q171.394 512.472 171.394 510.782 Q171.394 508.027 169.45 506.291 Q167.529 504.555 164.427 504.555 Q162.228 504.555 159.774 505.319 Q157.343 506.083 154.566 507.634 L154.566 502.912 Q157.39 501.778 159.843 501.199 Q162.297 500.62 164.334 500.62 Q169.705 500.62 172.899 503.305 Q176.093 505.99 176.093 510.481 Q176.093 512.611 175.283 514.532 Q174.496 516.43 172.39 519.023 Q171.811 519.694 168.709 522.912 Q165.607 526.106 159.959 531.87 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip0600)\" d=\"M 0 0 M191.348 504.324 Q187.737 504.324 185.908 507.889 Q184.103 511.43 184.103 518.56 Q184.103 525.666 185.908 529.231 Q187.737 532.773 191.348 532.773 Q194.982 532.773 196.788 529.231 Q198.616 525.666 198.616 518.56 Q198.616 511.43 196.788 507.889 Q194.982 504.324 191.348 504.324 M191.348 500.62 Q197.158 500.62 200.214 505.227 Q203.292 509.81 203.292 518.56 Q203.292 527.287 200.214 531.893 Q197.158 536.476 191.348 536.476 Q185.538 536.476 182.459 531.893 Q179.404 527.287 179.404 518.56 Q179.404 509.81 182.459 505.227 Q185.538 500.62 191.348 500.62 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip0600)\" d=\"M 0 0 M218.362 504.324 Q214.751 504.324 212.922 507.889 Q211.116 511.43 211.116 518.56 Q211.116 525.666 212.922 529.231 Q214.751 532.773 218.362 532.773 Q221.996 532.773 223.801 529.231 Q225.63 525.666 225.63 518.56 Q225.63 511.43 223.801 507.889 Q221.996 504.324 218.362 504.324 M218.362 500.62 Q224.172 500.62 227.227 505.227 Q230.306 509.81 230.306 518.56 Q230.306 527.287 227.227 531.893 Q224.172 536.476 218.362 536.476 Q212.552 536.476 209.473 531.893 Q206.417 527.287 206.417 518.56 Q206.417 509.81 209.473 505.227 Q212.552 500.62 218.362 500.62 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip0600)\" d=\"M 0 0 M74.9365 504.324 Q71.3254 504.324 69.4967 507.889 Q67.6912 511.43 67.6912 518.56 Q67.6912 525.666 69.4967 529.231 Q71.3254 532.773 74.9365 532.773 Q78.5707 532.773 80.3763 529.231 Q82.205 525.666 82.205 518.56 Q82.205 511.43 80.3763 507.889 Q78.5707 504.324 74.9365 504.324 M74.9365 500.62 Q80.7467 500.62 83.8022 505.227 Q86.8809 509.81 86.8809 518.56 Q86.8809 527.287 83.8022 531.893 Q80.7467 536.476 74.9365 536.476 Q69.1264 536.476 66.0477 531.893 Q62.9921 527.287 62.9921 518.56 Q62.9921 509.81 66.0477 505.227 Q69.1264 500.62 74.9365 500.62 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip0600)\" d=\"M 0 0 M91.9503 529.926 L96.8345 529.926 L96.8345 535.805 L91.9503 535.805 L91.9503 529.926 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip0600)\" d=\"M 0 0 M111.904 504.324 Q108.293 504.324 106.464 507.889 Q104.659 511.43 104.659 518.56 Q104.659 525.666 106.464 529.231 Q108.293 532.773 111.904 532.773 Q115.538 532.773 117.344 529.231 Q119.172 525.666 119.172 518.56 Q119.172 511.43 117.344 507.889 Q115.538 504.324 111.904 504.324 M111.904 500.62 Q117.714 500.62 120.77 505.227 Q123.848 509.81 123.848 518.56 Q123.848 527.287 120.77 531.893 Q117.714 536.476 111.904 536.476 Q106.094 536.476 103.015 531.893 Q99.9595 527.287 99.9595 518.56 Q99.9595 509.81 103.015 505.227 Q106.094 500.62 111.904 500.62 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip0600)\" d=\"M 0 0 M138.918 504.324 Q135.307 504.324 133.478 507.889 Q131.672 511.43 131.672 518.56 Q131.672 525.666 133.478 529.231 Q135.307 532.773 138.918 532.773 Q142.552 532.773 144.357 529.231 Q146.186 525.666 146.186 518.56 Q146.186 511.43 144.357 507.889 Q142.552 504.324 138.918 504.324 M138.918 500.62 Q144.728 500.62 147.783 505.227 Q150.862 509.81 150.862 518.56 Q150.862 527.287 147.783 531.893 Q144.728 536.476 138.918 536.476 Q133.107 536.476 130.029 531.893 Q126.973 527.287 126.973 518.56 Q126.973 509.81 130.029 505.227 Q133.107 500.62 138.918 500.62 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip0600)\" d=\"M 0 0 M159.959 531.87 L176.279 531.87 L176.279 535.805 L154.334 535.805 L154.334 531.87 Q156.996 529.115 161.58 524.486 Q166.186 519.833 167.367 518.49 Q169.612 515.967 170.492 514.231 Q171.394 512.472 171.394 510.782 Q171.394 508.027 169.45 506.291 Q167.529 504.555 164.427 504.555 Q162.228 504.555 159.774 505.319 Q157.343 506.083 154.566 507.634 L154.566 502.912 Q157.39 501.778 159.843 501.199 Q162.297 500.62 164.334 500.62 Q169.705 500.62 172.899 503.305 Q176.093 505.99 176.093 510.481 Q176.093 512.611 175.283 514.532 Q174.496 516.43 172.39 519.023 Q171.811 519.694 168.709 522.912 Q165.607 526.106 159.959 531.87 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip0600)\" d=\"M 0 0 M191.348 504.324 Q187.737 504.324 185.908 507.889 Q184.103 511.43 184.103 518.56 Q184.103 525.666 185.908 529.231 Q187.737 532.773 191.348 532.773 Q194.982 532.773 196.788 529.231 Q198.616 525.666 198.616 518.56 Q198.616 511.43 196.788 507.889 Q194.982 504.324 191.348 504.324 M191.348 500.62 Q197.158 500.62 200.214 505.227 Q203.292 509.81 203.292 518.56 Q203.292 527.287 200.214 531.893 Q197.158 536.476 191.348 536.476 Q185.538 536.476 182.459 531.893 Q179.404 527.287 179.404 518.56 Q179.404 509.81 182.459 505.227 Q185.538 500.62 191.348 500.62 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip0600)\" d=\"M 0 0 M218.362 504.324 Q214.751 504.324 212.922 507.889 Q211.116 511.43 211.116 518.56 Q211.116 525.666 212.922 529.231 Q214.751 532.773 218.362 532.773 Q221.996 532.773 223.801 529.231 Q225.63 525.666 225.63 518.56 Q225.63 511.43 223.801 507.889 Q221.996 504.324 218.362 504.324 M218.362 500.62 Q224.172 500.62 227.227 505.227 Q230.306 509.81 230.306 518.56 Q230.306 527.287 227.227 531.893 Q224.172 536.476 218.362 536.476 Q212.552 536.476 209.473 531.893 Q206.417 527.287 206.417 518.56 Q206.417 509.81 209.473 505.227 Q212.552 500.62 218.362 500.62 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><polyline clip-path=\"url(#clip0602)\" style=\"stroke:#009af9; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
       "  313.696,1183.65 328.146,1113.77 342.596,1288.48 357.047,1166.18 371.497,1375.83 385.947,1271 400.397,1131.24 414.847,1183.65 429.297,1253.53 443.747,1253.53 \n",
       "  458.198,1166.18 472.648,1166.18 487.098,1148.71 501.548,1061.35 515.998,1096.29 530.448,1218.59 544.898,1166.18 559.349,1183.65 573.799,1078.82 588.249,1096.29 \n",
       "  602.699,1061.35 617.149,1148.71 631.599,1201.12 646.049,1078.82 660.5,1166.18 674.95,1166.18 689.4,1166.18 703.85,1148.71 718.3,1183.65 732.75,1253.53 \n",
       "  747.2,1061.35 761.651,1096.29 776.101,1148.71 790.551,1148.71 805.001,1131.24 819.451,1078.82 833.901,1096.29 848.351,1201.12 862.802,1096.29 877.252,1078.82 \n",
       "  891.702,1061.35 906.152,1096.29 920.602,1148.71 935.052,1236.06 949.502,1131.24 963.953,1131.24 978.403,1148.71 992.853,1201.12 1007.3,1236.06 1021.75,1113.77 \n",
       "  1036.2,1113.77 1050.65,1236.06 1065.1,1131.24 1079.55,1113.77 1094,1201.12 1108.45,1271 1122.9,1183.65 1137.35,1113.77 1151.8,1096.29 1166.25,1201.12 \n",
       "  1180.7,1253.53 1195.15,1131.24 1209.61,1288.48 1224.06,1201.12 1238.51,1131.24 1252.96,1148.71 1267.41,1218.59 1281.86,1148.71 1296.31,1166.18 1310.76,1131.24 \n",
       "  1325.21,1113.77 1339.66,1201.12 1354.11,1183.65 1368.56,1410.77 1383.01,1305.95 1397.46,1096.29 1411.91,1201.12 1426.36,1183.65 1440.81,1201.12 1455.26,1323.42 \n",
       "  1469.71,1375.83 1484.16,1253.53 1498.61,1096.29 1513.06,1218.59 1527.51,1183.65 1541.96,1166.18 1556.41,1236.06 1570.86,1078.82 1585.31,1131.24 1599.76,1148.71 \n",
       "  1614.21,1166.18 1628.66,1218.59 1643.11,1166.18 1657.56,1131.24 1672.01,1201.12 1686.46,1271 1700.91,1166.18 1715.36,1166.18 1729.81,1201.12 1744.26,1166.18 \n",
       "  1758.71,1201.12 1773.16,1253.53 1787.61,1323.42 1802.06,1271 1816.51,1253.53 1830.96,1288.48 1845.41,1096.29 1859.86,1253.53 1874.31,1131.24 1888.76,1445.72 \n",
       "  1903.21,1253.53 1917.66,1218.59 1932.11,1166.18 1946.56,1253.53 1961.01,1183.65 1975.46,1236.06 1989.91,1201.12 2004.36,1236.06 2018.81,1323.42 2033.26,1288.48 \n",
       "  2047.71,1218.59 2062.16,1218.59 2076.61,1340.89 2091.06,1271 2105.51,1340.89 2119.96,1236.06 2134.41,1323.42 2148.86,1428.24 2163.31,1305.95 2177.76,1410.77 \n",
       "  2192.21,1340.89 2206.66,1271 2221.12,1323.42 2235.57,1271 2250.02,1253.53 2264.47,1445.72 2278.92,1288.48 2293.37,1288.48 \n",
       "  \"/>\n",
       "<circle clip-path=\"url(#clip0602)\" cx=\"313.696\" cy=\"1183.65\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<circle clip-path=\"url(#clip0602)\" cx=\"328.146\" cy=\"1113.77\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<circle clip-path=\"url(#clip0602)\" cx=\"342.596\" cy=\"1288.48\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<circle clip-path=\"url(#clip0602)\" cx=\"357.047\" cy=\"1166.18\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<circle clip-path=\"url(#clip0602)\" cx=\"371.497\" cy=\"1375.83\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<circle clip-path=\"url(#clip0602)\" cx=\"385.947\" cy=\"1271\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<circle clip-path=\"url(#clip0602)\" cx=\"400.397\" cy=\"1131.24\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<circle clip-path=\"url(#clip0602)\" cx=\"414.847\" cy=\"1183.65\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<circle clip-path=\"url(#clip0602)\" cx=\"429.297\" cy=\"1253.53\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<circle clip-path=\"url(#clip0602)\" cx=\"443.747\" cy=\"1253.53\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<circle clip-path=\"url(#clip0602)\" cx=\"458.198\" cy=\"1166.18\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<circle clip-path=\"url(#clip0602)\" cx=\"472.648\" cy=\"1166.18\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<circle clip-path=\"url(#clip0602)\" cx=\"487.098\" cy=\"1148.71\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<circle clip-path=\"url(#clip0602)\" cx=\"501.548\" cy=\"1061.35\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<circle clip-path=\"url(#clip0602)\" cx=\"515.998\" cy=\"1096.29\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<circle clip-path=\"url(#clip0602)\" cx=\"530.448\" cy=\"1218.59\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<circle clip-path=\"url(#clip0602)\" cx=\"544.898\" cy=\"1166.18\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<circle clip-path=\"url(#clip0602)\" cx=\"559.349\" cy=\"1183.65\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<circle clip-path=\"url(#clip0602)\" cx=\"573.799\" cy=\"1078.82\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<circle clip-path=\"url(#clip0602)\" cx=\"588.249\" cy=\"1096.29\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<circle clip-path=\"url(#clip0602)\" cx=\"602.699\" cy=\"1061.35\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<circle clip-path=\"url(#clip0602)\" cx=\"617.149\" cy=\"1148.71\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<circle clip-path=\"url(#clip0602)\" cx=\"631.599\" cy=\"1201.12\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<circle clip-path=\"url(#clip0602)\" cx=\"646.049\" cy=\"1078.82\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<circle clip-path=\"url(#clip0602)\" cx=\"660.5\" cy=\"1166.18\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<circle clip-path=\"url(#clip0602)\" cx=\"674.95\" cy=\"1166.18\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<circle clip-path=\"url(#clip0602)\" cx=\"689.4\" cy=\"1166.18\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<circle clip-path=\"url(#clip0602)\" cx=\"703.85\" cy=\"1148.71\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<circle clip-path=\"url(#clip0602)\" cx=\"718.3\" cy=\"1183.65\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<circle clip-path=\"url(#clip0602)\" cx=\"732.75\" cy=\"1253.53\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<circle clip-path=\"url(#clip0602)\" cx=\"747.2\" cy=\"1061.35\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<circle clip-path=\"url(#clip0602)\" cx=\"761.651\" cy=\"1096.29\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<circle clip-path=\"url(#clip0602)\" cx=\"776.101\" cy=\"1148.71\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<circle clip-path=\"url(#clip0602)\" cx=\"790.551\" cy=\"1148.71\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<circle clip-path=\"url(#clip0602)\" cx=\"805.001\" cy=\"1131.24\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<circle clip-path=\"url(#clip0602)\" cx=\"819.451\" cy=\"1078.82\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<circle clip-path=\"url(#clip0602)\" cx=\"833.901\" cy=\"1096.29\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<circle clip-path=\"url(#clip0602)\" cx=\"848.351\" cy=\"1201.12\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<circle clip-path=\"url(#clip0602)\" cx=\"862.802\" cy=\"1096.29\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<circle clip-path=\"url(#clip0602)\" cx=\"877.252\" cy=\"1078.82\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<circle clip-path=\"url(#clip0602)\" cx=\"891.702\" cy=\"1061.35\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<circle clip-path=\"url(#clip0602)\" cx=\"906.152\" cy=\"1096.29\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<circle clip-path=\"url(#clip0602)\" cx=\"920.602\" cy=\"1148.71\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<circle clip-path=\"url(#clip0602)\" cx=\"935.052\" cy=\"1236.06\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<circle clip-path=\"url(#clip0602)\" cx=\"949.502\" cy=\"1131.24\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<circle clip-path=\"url(#clip0602)\" cx=\"963.953\" cy=\"1131.24\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<circle clip-path=\"url(#clip0602)\" cx=\"978.403\" cy=\"1148.71\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<circle clip-path=\"url(#clip0602)\" cx=\"992.853\" cy=\"1201.12\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<circle clip-path=\"url(#clip0602)\" cx=\"1007.3\" cy=\"1236.06\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<circle clip-path=\"url(#clip0602)\" cx=\"1021.75\" cy=\"1113.77\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<circle clip-path=\"url(#clip0602)\" cx=\"1036.2\" cy=\"1113.77\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<circle clip-path=\"url(#clip0602)\" cx=\"1050.65\" cy=\"1236.06\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<circle clip-path=\"url(#clip0602)\" cx=\"1065.1\" cy=\"1131.24\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<circle clip-path=\"url(#clip0602)\" cx=\"1079.55\" cy=\"1113.77\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<circle clip-path=\"url(#clip0602)\" cx=\"1094\" cy=\"1201.12\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<circle clip-path=\"url(#clip0602)\" cx=\"1108.45\" cy=\"1271\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<circle clip-path=\"url(#clip0602)\" cx=\"1122.9\" cy=\"1183.65\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<circle clip-path=\"url(#clip0602)\" cx=\"1137.35\" cy=\"1113.77\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<circle clip-path=\"url(#clip0602)\" cx=\"1151.8\" cy=\"1096.29\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<circle clip-path=\"url(#clip0602)\" cx=\"1166.25\" cy=\"1201.12\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<circle clip-path=\"url(#clip0602)\" cx=\"1180.7\" cy=\"1253.53\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<circle clip-path=\"url(#clip0602)\" cx=\"1195.15\" cy=\"1131.24\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<circle clip-path=\"url(#clip0602)\" cx=\"1209.61\" cy=\"1288.48\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<circle clip-path=\"url(#clip0602)\" cx=\"1224.06\" cy=\"1201.12\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<circle clip-path=\"url(#clip0602)\" cx=\"1238.51\" cy=\"1131.24\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<circle clip-path=\"url(#clip0602)\" cx=\"1252.96\" cy=\"1148.71\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<circle clip-path=\"url(#clip0602)\" cx=\"1267.41\" cy=\"1218.59\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<circle clip-path=\"url(#clip0602)\" cx=\"1281.86\" cy=\"1148.71\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<circle clip-path=\"url(#clip0602)\" cx=\"1296.31\" cy=\"1166.18\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<circle clip-path=\"url(#clip0602)\" cx=\"1310.76\" cy=\"1131.24\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<circle clip-path=\"url(#clip0602)\" cx=\"1325.21\" cy=\"1113.77\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<circle clip-path=\"url(#clip0602)\" cx=\"1339.66\" cy=\"1201.12\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<circle clip-path=\"url(#clip0602)\" cx=\"1354.11\" cy=\"1183.65\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<circle clip-path=\"url(#clip0602)\" cx=\"1368.56\" cy=\"1410.77\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<circle clip-path=\"url(#clip0602)\" cx=\"1383.01\" cy=\"1305.95\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<circle clip-path=\"url(#clip0602)\" cx=\"1397.46\" cy=\"1096.29\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<circle clip-path=\"url(#clip0602)\" cx=\"1411.91\" cy=\"1201.12\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<circle clip-path=\"url(#clip0602)\" cx=\"1426.36\" cy=\"1183.65\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<circle clip-path=\"url(#clip0602)\" cx=\"1440.81\" cy=\"1201.12\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<circle clip-path=\"url(#clip0602)\" cx=\"1455.26\" cy=\"1323.42\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<circle clip-path=\"url(#clip0602)\" cx=\"1469.71\" cy=\"1375.83\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<circle clip-path=\"url(#clip0602)\" cx=\"1484.16\" cy=\"1253.53\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<circle clip-path=\"url(#clip0602)\" cx=\"1498.61\" cy=\"1096.29\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<circle clip-path=\"url(#clip0602)\" cx=\"1513.06\" cy=\"1218.59\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<circle clip-path=\"url(#clip0602)\" cx=\"1527.51\" cy=\"1183.65\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<circle clip-path=\"url(#clip0602)\" cx=\"1541.96\" cy=\"1166.18\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<circle clip-path=\"url(#clip0602)\" cx=\"1556.41\" cy=\"1236.06\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<circle clip-path=\"url(#clip0602)\" cx=\"1570.86\" cy=\"1078.82\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<circle clip-path=\"url(#clip0602)\" cx=\"1585.31\" cy=\"1131.24\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<circle clip-path=\"url(#clip0602)\" cx=\"1599.76\" cy=\"1148.71\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<circle clip-path=\"url(#clip0602)\" cx=\"1614.21\" cy=\"1166.18\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<circle clip-path=\"url(#clip0602)\" cx=\"1628.66\" cy=\"1218.59\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<circle clip-path=\"url(#clip0602)\" cx=\"1643.11\" cy=\"1166.18\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<circle clip-path=\"url(#clip0602)\" cx=\"1657.56\" cy=\"1131.24\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<circle clip-path=\"url(#clip0602)\" cx=\"1672.01\" cy=\"1201.12\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<circle clip-path=\"url(#clip0602)\" cx=\"1686.46\" cy=\"1271\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<circle clip-path=\"url(#clip0602)\" cx=\"1700.91\" cy=\"1166.18\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<circle clip-path=\"url(#clip0602)\" cx=\"1715.36\" cy=\"1166.18\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<circle clip-path=\"url(#clip0602)\" cx=\"1729.81\" cy=\"1201.12\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<circle clip-path=\"url(#clip0602)\" cx=\"1744.26\" cy=\"1166.18\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<circle clip-path=\"url(#clip0602)\" cx=\"1758.71\" cy=\"1201.12\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<circle clip-path=\"url(#clip0602)\" cx=\"1773.16\" cy=\"1253.53\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<circle clip-path=\"url(#clip0602)\" cx=\"1787.61\" cy=\"1323.42\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<circle clip-path=\"url(#clip0602)\" cx=\"1802.06\" cy=\"1271\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<circle clip-path=\"url(#clip0602)\" cx=\"1816.51\" cy=\"1253.53\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<circle clip-path=\"url(#clip0602)\" cx=\"1830.96\" cy=\"1288.48\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<circle clip-path=\"url(#clip0602)\" cx=\"1845.41\" cy=\"1096.29\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<circle clip-path=\"url(#clip0602)\" cx=\"1859.86\" cy=\"1253.53\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<circle clip-path=\"url(#clip0602)\" cx=\"1874.31\" cy=\"1131.24\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<circle clip-path=\"url(#clip0602)\" cx=\"1888.76\" cy=\"1445.72\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<circle clip-path=\"url(#clip0602)\" cx=\"1903.21\" cy=\"1253.53\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<circle clip-path=\"url(#clip0602)\" cx=\"1917.66\" cy=\"1218.59\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<circle clip-path=\"url(#clip0602)\" cx=\"1932.11\" cy=\"1166.18\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<circle clip-path=\"url(#clip0602)\" cx=\"1946.56\" cy=\"1253.53\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<circle clip-path=\"url(#clip0602)\" cx=\"1961.01\" cy=\"1183.65\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<circle clip-path=\"url(#clip0602)\" cx=\"1975.46\" cy=\"1236.06\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<circle clip-path=\"url(#clip0602)\" cx=\"1989.91\" cy=\"1201.12\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<circle clip-path=\"url(#clip0602)\" cx=\"2004.36\" cy=\"1236.06\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<circle clip-path=\"url(#clip0602)\" cx=\"2018.81\" cy=\"1323.42\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<circle clip-path=\"url(#clip0602)\" cx=\"2033.26\" cy=\"1288.48\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<circle clip-path=\"url(#clip0602)\" cx=\"2047.71\" cy=\"1218.59\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<circle clip-path=\"url(#clip0602)\" cx=\"2062.16\" cy=\"1218.59\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<circle clip-path=\"url(#clip0602)\" cx=\"2076.61\" cy=\"1340.89\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<circle clip-path=\"url(#clip0602)\" cx=\"2091.06\" cy=\"1271\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<circle clip-path=\"url(#clip0602)\" cx=\"2105.51\" cy=\"1340.89\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<circle clip-path=\"url(#clip0602)\" cx=\"2119.96\" cy=\"1236.06\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<circle clip-path=\"url(#clip0602)\" cx=\"2134.41\" cy=\"1323.42\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<circle clip-path=\"url(#clip0602)\" cx=\"2148.86\" cy=\"1428.24\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<circle clip-path=\"url(#clip0602)\" cx=\"2163.31\" cy=\"1305.95\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<circle clip-path=\"url(#clip0602)\" cx=\"2177.76\" cy=\"1410.77\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<circle clip-path=\"url(#clip0602)\" cx=\"2192.21\" cy=\"1340.89\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<circle clip-path=\"url(#clip0602)\" cx=\"2206.66\" cy=\"1271\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<circle clip-path=\"url(#clip0602)\" cx=\"2221.12\" cy=\"1323.42\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<circle clip-path=\"url(#clip0602)\" cx=\"2235.57\" cy=\"1271\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<circle clip-path=\"url(#clip0602)\" cx=\"2250.02\" cy=\"1253.53\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<circle clip-path=\"url(#clip0602)\" cx=\"2264.47\" cy=\"1445.72\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<circle clip-path=\"url(#clip0602)\" cx=\"2278.92\" cy=\"1288.48\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<circle clip-path=\"url(#clip0602)\" cx=\"2293.37\" cy=\"1288.48\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<polyline clip-path=\"url(#clip0602)\" style=\"stroke:#e26f46; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
       "  313.696,253.12 328.146,237.372 342.596,238.815 357.047,224.261 371.497,224.352 385.947,193.458 400.397,191.473 414.847,165.049 429.297,153.611 443.747,136.459 \n",
       "  458.198,133.152 472.648,101.109 487.098,101.372 501.548,100.144 515.998,87.9763 530.448,98.6183 544.898,97.7072 559.349,102.392 573.799,107.028 588.249,99.3328 \n",
       "  602.699,134.484 617.149,132.353 631.599,134.91 646.049,129.614 660.5,122.263 674.95,126.981 689.4,126.038 703.85,126.97 718.3,128.835 732.75,121.358 \n",
       "  747.2,113.737 761.651,120.29 776.101,133.154 790.551,152.72 805.001,137.171 819.451,139.327 833.901,132.669 848.351,130.108 862.802,138.726 877.252,135.093 \n",
       "  891.702,136.849 906.152,152.459 920.602,155.623 935.052,169.879 949.502,168.346 963.953,173.401 978.403,146.818 992.853,160.125 1007.3,169.349 1021.75,173.755 \n",
       "  1036.2,175.967 1050.65,178.154 1065.1,173.37 1079.55,190.042 1094,181.464 1108.45,175.485 1122.9,188.526 1137.35,187.733 1151.8,179.568 1166.25,180.824 \n",
       "  1180.7,173.793 1195.15,169.256 1209.61,167.044 1224.06,165.282 1238.51,165.419 1252.96,169.78 1267.41,154.389 1281.86,159.155 1296.31,174.629 1310.76,161.317 \n",
       "  1325.21,174.858 1339.66,166.502 1354.11,157.719 1368.56,158.105 1383.01,158.546 1397.46,162.734 1411.91,159.612 1426.36,161.008 1440.81,157.104 1455.26,148.537 \n",
       "  1469.71,154.945 1484.16,144.344 1498.61,155.357 1513.06,161.087 1527.51,166.036 1541.96,169.584 1556.41,167.888 1570.86,182.525 1585.31,188.548 1599.76,198.015 \n",
       "  1614.21,196.146 1628.66,212.094 1643.11,208.276 1657.56,192.962 1672.01,203.85 1686.46,195.913 1700.91,197.757 1715.36,196.836 1729.81,189.673 1744.26,202.919 \n",
       "  1758.71,202.027 1773.16,213.168 1787.61,215.342 1802.06,203.65 1816.51,221.415 1830.96,225.891 1845.41,227.987 1859.86,245.509 1874.31,238.53 1888.76,238.345 \n",
       "  1903.21,253.461 1917.66,264.796 1932.11,279.487 1946.56,276.071 1961.01,283.032 1975.46,298.802 1989.91,324.415 2004.36,370.293 2018.81,383.853 2033.26,377.684 \n",
       "  2047.71,386.827 2062.16,393.708 2076.61,392.895 2091.06,423.044 2105.51,430.709 2119.96,430.238 2134.41,449.975 2148.86,442.216 2163.31,447.737 2177.76,450.473 \n",
       "  2192.21,453.144 2206.66,464.835 2221.12,474.029 2235.57,492.191 2250.02,491.774 2264.47,500.813 2278.92,491.664 2293.37,490.976 \n",
       "  \"/>\n",
       "<circle clip-path=\"url(#clip0602)\" cx=\"313.696\" cy=\"253.12\" r=\"14\" fill=\"#e26f46\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<circle clip-path=\"url(#clip0602)\" cx=\"328.146\" cy=\"237.372\" r=\"14\" fill=\"#e26f46\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<circle clip-path=\"url(#clip0602)\" cx=\"342.596\" cy=\"238.815\" r=\"14\" fill=\"#e26f46\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<circle clip-path=\"url(#clip0602)\" cx=\"357.047\" cy=\"224.261\" r=\"14\" fill=\"#e26f46\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<circle clip-path=\"url(#clip0602)\" cx=\"371.497\" cy=\"224.352\" r=\"14\" fill=\"#e26f46\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<circle clip-path=\"url(#clip0602)\" cx=\"385.947\" cy=\"193.458\" r=\"14\" fill=\"#e26f46\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<circle clip-path=\"url(#clip0602)\" cx=\"400.397\" cy=\"191.473\" r=\"14\" fill=\"#e26f46\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<circle clip-path=\"url(#clip0602)\" cx=\"414.847\" cy=\"165.049\" r=\"14\" fill=\"#e26f46\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<circle clip-path=\"url(#clip0602)\" cx=\"429.297\" cy=\"153.611\" r=\"14\" fill=\"#e26f46\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<circle clip-path=\"url(#clip0602)\" cx=\"443.747\" cy=\"136.459\" r=\"14\" fill=\"#e26f46\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<circle clip-path=\"url(#clip0602)\" cx=\"458.198\" cy=\"133.152\" r=\"14\" fill=\"#e26f46\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<circle clip-path=\"url(#clip0602)\" cx=\"472.648\" cy=\"101.109\" r=\"14\" fill=\"#e26f46\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<circle clip-path=\"url(#clip0602)\" cx=\"487.098\" cy=\"101.372\" r=\"14\" fill=\"#e26f46\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<circle clip-path=\"url(#clip0602)\" cx=\"501.548\" cy=\"100.144\" r=\"14\" fill=\"#e26f46\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<circle clip-path=\"url(#clip0602)\" cx=\"515.998\" cy=\"87.9763\" r=\"14\" fill=\"#e26f46\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<circle clip-path=\"url(#clip0602)\" cx=\"530.448\" cy=\"98.6183\" r=\"14\" fill=\"#e26f46\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<circle clip-path=\"url(#clip0602)\" cx=\"544.898\" cy=\"97.7072\" r=\"14\" fill=\"#e26f46\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<circle clip-path=\"url(#clip0602)\" cx=\"559.349\" cy=\"102.392\" r=\"14\" fill=\"#e26f46\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<circle clip-path=\"url(#clip0602)\" cx=\"573.799\" cy=\"107.028\" r=\"14\" fill=\"#e26f46\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<circle clip-path=\"url(#clip0602)\" cx=\"588.249\" cy=\"99.3328\" r=\"14\" fill=\"#e26f46\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<circle clip-path=\"url(#clip0602)\" cx=\"602.699\" cy=\"134.484\" r=\"14\" fill=\"#e26f46\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<circle clip-path=\"url(#clip0602)\" cx=\"617.149\" cy=\"132.353\" r=\"14\" fill=\"#e26f46\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<circle clip-path=\"url(#clip0602)\" cx=\"631.599\" cy=\"134.91\" r=\"14\" fill=\"#e26f46\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<circle clip-path=\"url(#clip0602)\" cx=\"646.049\" cy=\"129.614\" r=\"14\" fill=\"#e26f46\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<circle clip-path=\"url(#clip0602)\" cx=\"660.5\" cy=\"122.263\" r=\"14\" fill=\"#e26f46\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<circle clip-path=\"url(#clip0602)\" cx=\"674.95\" cy=\"126.981\" r=\"14\" fill=\"#e26f46\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<circle clip-path=\"url(#clip0602)\" cx=\"689.4\" cy=\"126.038\" r=\"14\" fill=\"#e26f46\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<circle clip-path=\"url(#clip0602)\" cx=\"703.85\" cy=\"126.97\" r=\"14\" fill=\"#e26f46\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<circle clip-path=\"url(#clip0602)\" cx=\"718.3\" cy=\"128.835\" r=\"14\" fill=\"#e26f46\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<circle clip-path=\"url(#clip0602)\" cx=\"732.75\" cy=\"121.358\" r=\"14\" fill=\"#e26f46\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<circle clip-path=\"url(#clip0602)\" cx=\"747.2\" cy=\"113.737\" r=\"14\" fill=\"#e26f46\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<circle clip-path=\"url(#clip0602)\" cx=\"761.651\" cy=\"120.29\" r=\"14\" fill=\"#e26f46\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<circle clip-path=\"url(#clip0602)\" cx=\"776.101\" cy=\"133.154\" r=\"14\" fill=\"#e26f46\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<circle clip-path=\"url(#clip0602)\" cx=\"790.551\" cy=\"152.72\" r=\"14\" fill=\"#e26f46\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<circle clip-path=\"url(#clip0602)\" cx=\"805.001\" cy=\"137.171\" r=\"14\" fill=\"#e26f46\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<circle clip-path=\"url(#clip0602)\" cx=\"819.451\" cy=\"139.327\" r=\"14\" fill=\"#e26f46\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<circle clip-path=\"url(#clip0602)\" cx=\"833.901\" cy=\"132.669\" r=\"14\" fill=\"#e26f46\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<circle clip-path=\"url(#clip0602)\" cx=\"848.351\" cy=\"130.108\" r=\"14\" fill=\"#e26f46\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<circle clip-path=\"url(#clip0602)\" cx=\"862.802\" cy=\"138.726\" r=\"14\" fill=\"#e26f46\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<circle clip-path=\"url(#clip0602)\" cx=\"877.252\" cy=\"135.093\" r=\"14\" fill=\"#e26f46\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<circle clip-path=\"url(#clip0602)\" cx=\"891.702\" cy=\"136.849\" r=\"14\" fill=\"#e26f46\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<circle clip-path=\"url(#clip0602)\" cx=\"906.152\" cy=\"152.459\" r=\"14\" fill=\"#e26f46\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<circle clip-path=\"url(#clip0602)\" cx=\"920.602\" cy=\"155.623\" r=\"14\" fill=\"#e26f46\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<circle clip-path=\"url(#clip0602)\" cx=\"935.052\" cy=\"169.879\" r=\"14\" fill=\"#e26f46\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<circle clip-path=\"url(#clip0602)\" cx=\"949.502\" cy=\"168.346\" r=\"14\" fill=\"#e26f46\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<circle clip-path=\"url(#clip0602)\" cx=\"963.953\" cy=\"173.401\" r=\"14\" fill=\"#e26f46\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<circle clip-path=\"url(#clip0602)\" cx=\"978.403\" cy=\"146.818\" r=\"14\" fill=\"#e26f46\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<circle clip-path=\"url(#clip0602)\" cx=\"992.853\" cy=\"160.125\" r=\"14\" fill=\"#e26f46\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<circle clip-path=\"url(#clip0602)\" cx=\"1007.3\" cy=\"169.349\" r=\"14\" fill=\"#e26f46\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<circle clip-path=\"url(#clip0602)\" cx=\"1021.75\" cy=\"173.755\" r=\"14\" fill=\"#e26f46\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<circle clip-path=\"url(#clip0602)\" cx=\"1036.2\" cy=\"175.967\" r=\"14\" fill=\"#e26f46\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<circle clip-path=\"url(#clip0602)\" cx=\"1050.65\" cy=\"178.154\" r=\"14\" fill=\"#e26f46\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<circle clip-path=\"url(#clip0602)\" cx=\"1065.1\" cy=\"173.37\" r=\"14\" fill=\"#e26f46\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<circle clip-path=\"url(#clip0602)\" cx=\"1079.55\" cy=\"190.042\" r=\"14\" fill=\"#e26f46\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<circle clip-path=\"url(#clip0602)\" cx=\"1094\" cy=\"181.464\" r=\"14\" fill=\"#e26f46\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<circle clip-path=\"url(#clip0602)\" cx=\"1108.45\" cy=\"175.485\" r=\"14\" fill=\"#e26f46\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<circle clip-path=\"url(#clip0602)\" cx=\"1122.9\" cy=\"188.526\" r=\"14\" fill=\"#e26f46\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<circle clip-path=\"url(#clip0602)\" cx=\"1137.35\" cy=\"187.733\" r=\"14\" fill=\"#e26f46\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<circle clip-path=\"url(#clip0602)\" cx=\"1151.8\" cy=\"179.568\" r=\"14\" fill=\"#e26f46\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<circle clip-path=\"url(#clip0602)\" cx=\"1166.25\" cy=\"180.824\" r=\"14\" fill=\"#e26f46\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<circle clip-path=\"url(#clip0602)\" cx=\"1180.7\" cy=\"173.793\" r=\"14\" fill=\"#e26f46\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<circle clip-path=\"url(#clip0602)\" cx=\"1195.15\" cy=\"169.256\" r=\"14\" fill=\"#e26f46\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<circle clip-path=\"url(#clip0602)\" cx=\"1209.61\" cy=\"167.044\" r=\"14\" fill=\"#e26f46\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<circle clip-path=\"url(#clip0602)\" cx=\"1224.06\" cy=\"165.282\" r=\"14\" fill=\"#e26f46\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<circle clip-path=\"url(#clip0602)\" cx=\"1238.51\" cy=\"165.419\" r=\"14\" fill=\"#e26f46\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<circle clip-path=\"url(#clip0602)\" cx=\"1252.96\" cy=\"169.78\" r=\"14\" fill=\"#e26f46\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<circle clip-path=\"url(#clip0602)\" cx=\"1267.41\" cy=\"154.389\" r=\"14\" fill=\"#e26f46\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<circle clip-path=\"url(#clip0602)\" cx=\"1281.86\" cy=\"159.155\" r=\"14\" fill=\"#e26f46\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<circle clip-path=\"url(#clip0602)\" cx=\"1296.31\" cy=\"174.629\" r=\"14\" fill=\"#e26f46\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<circle clip-path=\"url(#clip0602)\" cx=\"1310.76\" cy=\"161.317\" r=\"14\" fill=\"#e26f46\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<circle clip-path=\"url(#clip0602)\" cx=\"1325.21\" cy=\"174.858\" r=\"14\" fill=\"#e26f46\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<circle clip-path=\"url(#clip0602)\" cx=\"1339.66\" cy=\"166.502\" r=\"14\" fill=\"#e26f46\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<circle clip-path=\"url(#clip0602)\" cx=\"1354.11\" cy=\"157.719\" r=\"14\" fill=\"#e26f46\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<circle clip-path=\"url(#clip0602)\" cx=\"1368.56\" cy=\"158.105\" r=\"14\" fill=\"#e26f46\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<circle clip-path=\"url(#clip0602)\" cx=\"1383.01\" cy=\"158.546\" r=\"14\" fill=\"#e26f46\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<circle clip-path=\"url(#clip0602)\" cx=\"1397.46\" cy=\"162.734\" r=\"14\" fill=\"#e26f46\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<circle clip-path=\"url(#clip0602)\" cx=\"1411.91\" cy=\"159.612\" r=\"14\" fill=\"#e26f46\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<circle clip-path=\"url(#clip0602)\" cx=\"1426.36\" cy=\"161.008\" r=\"14\" fill=\"#e26f46\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<circle clip-path=\"url(#clip0602)\" cx=\"1440.81\" cy=\"157.104\" r=\"14\" fill=\"#e26f46\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<circle clip-path=\"url(#clip0602)\" cx=\"1455.26\" cy=\"148.537\" r=\"14\" fill=\"#e26f46\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<circle clip-path=\"url(#clip0602)\" cx=\"1469.71\" cy=\"154.945\" r=\"14\" fill=\"#e26f46\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<circle clip-path=\"url(#clip0602)\" cx=\"1484.16\" cy=\"144.344\" r=\"14\" fill=\"#e26f46\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<circle clip-path=\"url(#clip0602)\" cx=\"1498.61\" cy=\"155.357\" r=\"14\" fill=\"#e26f46\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<circle clip-path=\"url(#clip0602)\" cx=\"1513.06\" cy=\"161.087\" r=\"14\" fill=\"#e26f46\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<circle clip-path=\"url(#clip0602)\" cx=\"1527.51\" cy=\"166.036\" r=\"14\" fill=\"#e26f46\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<circle clip-path=\"url(#clip0602)\" cx=\"1541.96\" cy=\"169.584\" r=\"14\" fill=\"#e26f46\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<circle clip-path=\"url(#clip0602)\" cx=\"1556.41\" cy=\"167.888\" r=\"14\" fill=\"#e26f46\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<circle clip-path=\"url(#clip0602)\" cx=\"1570.86\" cy=\"182.525\" r=\"14\" fill=\"#e26f46\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<circle clip-path=\"url(#clip0602)\" cx=\"1585.31\" cy=\"188.548\" r=\"14\" fill=\"#e26f46\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<circle clip-path=\"url(#clip0602)\" cx=\"1599.76\" cy=\"198.015\" r=\"14\" fill=\"#e26f46\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<circle clip-path=\"url(#clip0602)\" cx=\"1614.21\" cy=\"196.146\" r=\"14\" fill=\"#e26f46\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<circle clip-path=\"url(#clip0602)\" cx=\"1628.66\" cy=\"212.094\" r=\"14\" fill=\"#e26f46\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<circle clip-path=\"url(#clip0602)\" cx=\"1643.11\" cy=\"208.276\" r=\"14\" fill=\"#e26f46\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<circle clip-path=\"url(#clip0602)\" cx=\"1657.56\" cy=\"192.962\" r=\"14\" fill=\"#e26f46\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<circle clip-path=\"url(#clip0602)\" cx=\"1672.01\" cy=\"203.85\" r=\"14\" fill=\"#e26f46\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<circle clip-path=\"url(#clip0602)\" cx=\"1686.46\" cy=\"195.913\" r=\"14\" fill=\"#e26f46\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<circle clip-path=\"url(#clip0602)\" cx=\"1700.91\" cy=\"197.757\" r=\"14\" fill=\"#e26f46\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<circle clip-path=\"url(#clip0602)\" cx=\"1715.36\" cy=\"196.836\" r=\"14\" fill=\"#e26f46\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<circle clip-path=\"url(#clip0602)\" cx=\"1729.81\" cy=\"189.673\" r=\"14\" fill=\"#e26f46\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<circle clip-path=\"url(#clip0602)\" cx=\"1744.26\" cy=\"202.919\" r=\"14\" fill=\"#e26f46\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<circle clip-path=\"url(#clip0602)\" cx=\"1758.71\" cy=\"202.027\" r=\"14\" fill=\"#e26f46\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<circle clip-path=\"url(#clip0602)\" cx=\"1773.16\" cy=\"213.168\" r=\"14\" fill=\"#e26f46\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<circle clip-path=\"url(#clip0602)\" cx=\"1787.61\" cy=\"215.342\" r=\"14\" fill=\"#e26f46\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<circle clip-path=\"url(#clip0602)\" cx=\"1802.06\" cy=\"203.65\" r=\"14\" fill=\"#e26f46\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<circle clip-path=\"url(#clip0602)\" cx=\"1816.51\" cy=\"221.415\" r=\"14\" fill=\"#e26f46\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<circle clip-path=\"url(#clip0602)\" cx=\"1830.96\" cy=\"225.891\" r=\"14\" fill=\"#e26f46\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<circle clip-path=\"url(#clip0602)\" cx=\"1845.41\" cy=\"227.987\" r=\"14\" fill=\"#e26f46\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<circle clip-path=\"url(#clip0602)\" cx=\"1859.86\" cy=\"245.509\" r=\"14\" fill=\"#e26f46\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<circle clip-path=\"url(#clip0602)\" cx=\"1874.31\" cy=\"238.53\" r=\"14\" fill=\"#e26f46\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<circle clip-path=\"url(#clip0602)\" cx=\"1888.76\" cy=\"238.345\" r=\"14\" fill=\"#e26f46\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<circle clip-path=\"url(#clip0602)\" cx=\"1903.21\" cy=\"253.461\" r=\"14\" fill=\"#e26f46\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<circle clip-path=\"url(#clip0602)\" cx=\"1917.66\" cy=\"264.796\" r=\"14\" fill=\"#e26f46\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<circle clip-path=\"url(#clip0602)\" cx=\"1932.11\" cy=\"279.487\" r=\"14\" fill=\"#e26f46\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<circle clip-path=\"url(#clip0602)\" cx=\"1946.56\" cy=\"276.071\" r=\"14\" fill=\"#e26f46\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<circle clip-path=\"url(#clip0602)\" cx=\"1961.01\" cy=\"283.032\" r=\"14\" fill=\"#e26f46\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<circle clip-path=\"url(#clip0602)\" cx=\"1975.46\" cy=\"298.802\" r=\"14\" fill=\"#e26f46\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<circle clip-path=\"url(#clip0602)\" cx=\"1989.91\" cy=\"324.415\" r=\"14\" fill=\"#e26f46\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<circle clip-path=\"url(#clip0602)\" cx=\"2004.36\" cy=\"370.293\" r=\"14\" fill=\"#e26f46\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<circle clip-path=\"url(#clip0602)\" cx=\"2018.81\" cy=\"383.853\" r=\"14\" fill=\"#e26f46\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<circle clip-path=\"url(#clip0602)\" cx=\"2033.26\" cy=\"377.684\" r=\"14\" fill=\"#e26f46\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<circle clip-path=\"url(#clip0602)\" cx=\"2047.71\" cy=\"386.827\" r=\"14\" fill=\"#e26f46\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<circle clip-path=\"url(#clip0602)\" cx=\"2062.16\" cy=\"393.708\" r=\"14\" fill=\"#e26f46\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<circle clip-path=\"url(#clip0602)\" cx=\"2076.61\" cy=\"392.895\" r=\"14\" fill=\"#e26f46\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<circle clip-path=\"url(#clip0602)\" cx=\"2091.06\" cy=\"423.044\" r=\"14\" fill=\"#e26f46\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<circle clip-path=\"url(#clip0602)\" cx=\"2105.51\" cy=\"430.709\" r=\"14\" fill=\"#e26f46\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<circle clip-path=\"url(#clip0602)\" cx=\"2119.96\" cy=\"430.238\" r=\"14\" fill=\"#e26f46\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<circle clip-path=\"url(#clip0602)\" cx=\"2134.41\" cy=\"449.975\" r=\"14\" fill=\"#e26f46\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<circle clip-path=\"url(#clip0602)\" cx=\"2148.86\" cy=\"442.216\" r=\"14\" fill=\"#e26f46\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<circle clip-path=\"url(#clip0602)\" cx=\"2163.31\" cy=\"447.737\" r=\"14\" fill=\"#e26f46\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<circle clip-path=\"url(#clip0602)\" cx=\"2177.76\" cy=\"450.473\" r=\"14\" fill=\"#e26f46\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<circle clip-path=\"url(#clip0602)\" cx=\"2192.21\" cy=\"453.144\" r=\"14\" fill=\"#e26f46\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<circle clip-path=\"url(#clip0602)\" cx=\"2206.66\" cy=\"464.835\" r=\"14\" fill=\"#e26f46\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<circle clip-path=\"url(#clip0602)\" cx=\"2221.12\" cy=\"474.029\" r=\"14\" fill=\"#e26f46\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<circle clip-path=\"url(#clip0602)\" cx=\"2235.57\" cy=\"492.191\" r=\"14\" fill=\"#e26f46\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<circle clip-path=\"url(#clip0602)\" cx=\"2250.02\" cy=\"491.774\" r=\"14\" fill=\"#e26f46\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<circle clip-path=\"url(#clip0602)\" cx=\"2264.47\" cy=\"500.813\" r=\"14\" fill=\"#e26f46\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<circle clip-path=\"url(#clip0602)\" cx=\"2278.92\" cy=\"491.664\" r=\"14\" fill=\"#e26f46\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<circle clip-path=\"url(#clip0602)\" cx=\"2293.37\" cy=\"490.976\" r=\"14\" fill=\"#e26f46\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<polyline clip-path=\"url(#clip0602)\" style=\"stroke:#3da44d; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
       "  313.696,1183.65 328.146,1183.65 342.596,1166.18 357.047,1288.48 371.497,1271 385.947,1271 400.397,1183.65 414.847,1183.65 429.297,1253.53 443.747,1253.53 \n",
       "  458.198,1166.18 472.648,1166.18 487.098,1148.71 501.548,1096.29 515.998,1096.29 530.448,1166.18 544.898,1183.65 559.349,1166.18 573.799,1096.29 588.249,1078.82 \n",
       "  602.699,1096.29 617.149,1148.71 631.599,1148.71 646.049,1166.18 660.5,1166.18 674.95,1166.18 689.4,1166.18 703.85,1166.18 718.3,1183.65 732.75,1183.65 \n",
       "  747.2,1096.29 761.651,1096.29 776.101,1148.71 790.551,1148.71 805.001,1131.24 819.451,1096.29 833.901,1096.29 848.351,1096.29 862.802,1096.29 877.252,1078.82 \n",
       "  891.702,1078.82 906.152,1096.29 920.602,1148.71 935.052,1148.71 949.502,1131.24 963.953,1131.24 978.403,1148.71 992.853,1201.12 1007.3,1201.12 1021.75,1113.77 \n",
       "  1036.2,1113.77 1050.65,1131.24 1065.1,1131.24 1079.55,1131.24 1094,1201.12 1108.45,1201.12 1122.9,1183.65 1137.35,1113.77 1151.8,1113.77 1166.25,1201.12 \n",
       "  1180.7,1201.12 1195.15,1253.53 1209.61,1201.12 1224.06,1201.12 1238.51,1148.71 1252.96,1148.71 1267.41,1148.71 1281.86,1166.18 1296.31,1148.71 1310.76,1131.24 \n",
       "  1325.21,1131.24 1339.66,1183.65 1354.11,1201.12 1368.56,1305.95 1383.01,1305.95 1397.46,1201.12 1411.91,1183.65 1426.36,1201.12 1440.81,1201.12 1455.26,1323.42 \n",
       "  1469.71,1323.42 1484.16,1253.53 1498.61,1218.59 1513.06,1183.65 1527.51,1183.65 1541.96,1183.65 1556.41,1166.18 1570.86,1131.24 1585.31,1131.24 1599.76,1148.71 \n",
       "  1614.21,1166.18 1628.66,1166.18 1643.11,1166.18 1657.56,1166.18 1672.01,1201.12 1686.46,1201.12 1700.91,1166.18 1715.36,1166.18 1729.81,1166.18 1744.26,1201.12 \n",
       "  1758.71,1201.12 1773.16,1253.53 1787.61,1271 1802.06,1271 1816.51,1271 1830.96,1253.53 1845.41,1253.53 1859.86,1131.24 1874.31,1253.53 1888.76,1253.53 \n",
       "  1903.21,1253.53 1917.66,1218.59 1932.11,1218.59 1946.56,1183.65 1961.01,1236.06 1975.46,1201.12 1989.91,1236.06 2004.36,1236.06 2018.81,1288.48 2033.26,1288.48 \n",
       "  2047.71,1218.59 2062.16,1218.59 2076.61,1271 2091.06,1340.89 2105.51,1271 2119.96,1323.42 2134.41,1323.42 2148.86,1323.42 2163.31,1410.77 2177.76,1340.89 \n",
       "  2192.21,1340.89 2206.66,1323.42 2221.12,1271 2235.57,1271 2250.02,1271 2264.47,1288.48 2278.92,1288.48 2293.37,1288.48 \n",
       "  \"/>\n",
       "<path clip-path=\"url(#clip0602)\" d=\"M313.696 1167.65 L309.936 1178.47 L298.48 1178.71 L307.616 1185.63 L304.288 1196.59 L313.696 1190.05 L323.104 1196.59 L319.776 1185.63 L328.912 1178.71 L317.456 1178.47 L313.696 1167.65 Z\" fill=\"#3da44d\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<path clip-path=\"url(#clip0602)\" d=\"M328.146 1167.65 L324.386 1178.47 L312.93 1178.71 L322.066 1185.63 L318.738 1196.59 L328.146 1190.05 L337.554 1196.59 L334.226 1185.63 L343.362 1178.71 L331.906 1178.47 L328.146 1167.65 Z\" fill=\"#3da44d\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<path clip-path=\"url(#clip0602)\" d=\"M342.596 1150.18 L338.836 1160.99 L327.38 1161.23 L336.516 1168.16 L333.188 1179.12 L342.596 1172.58 L352.004 1179.12 L348.676 1168.16 L357.812 1161.23 L346.356 1160.99 L342.596 1150.18 Z\" fill=\"#3da44d\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<path clip-path=\"url(#clip0602)\" d=\"M357.047 1272.48 L353.287 1283.29 L341.831 1283.53 L350.967 1290.46 L347.639 1301.42 L357.047 1294.88 L366.455 1301.42 L363.127 1290.46 L372.263 1283.53 L360.807 1283.29 L357.047 1272.48 Z\" fill=\"#3da44d\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<path clip-path=\"url(#clip0602)\" d=\"M371.497 1255 L367.737 1265.82 L356.281 1266.06 L365.417 1272.99 L362.089 1283.95 L371.497 1277.4 L380.905 1283.95 L377.577 1272.99 L386.713 1266.06 L375.257 1265.82 L371.497 1255 Z\" fill=\"#3da44d\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<path clip-path=\"url(#clip0602)\" d=\"M385.947 1255 L382.187 1265.82 L370.731 1266.06 L379.867 1272.99 L376.539 1283.95 L385.947 1277.4 L395.355 1283.95 L392.027 1272.99 L401.163 1266.06 L389.707 1265.82 L385.947 1255 Z\" fill=\"#3da44d\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<path clip-path=\"url(#clip0602)\" d=\"M400.397 1167.65 L396.637 1178.47 L385.181 1178.71 L394.317 1185.63 L390.989 1196.59 L400.397 1190.05 L409.805 1196.59 L406.477 1185.63 L415.613 1178.71 L404.157 1178.47 L400.397 1167.65 Z\" fill=\"#3da44d\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<path clip-path=\"url(#clip0602)\" d=\"M414.847 1167.65 L411.087 1178.47 L399.631 1178.71 L408.767 1185.63 L405.439 1196.59 L414.847 1190.05 L424.255 1196.59 L420.927 1185.63 L430.063 1178.71 L418.607 1178.47 L414.847 1167.65 Z\" fill=\"#3da44d\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<path clip-path=\"url(#clip0602)\" d=\"M429.297 1237.53 L425.537 1248.35 L414.081 1248.59 L423.217 1255.52 L419.889 1266.48 L429.297 1259.93 L438.705 1266.48 L435.377 1255.52 L444.513 1248.59 L433.057 1248.35 L429.297 1237.53 Z\" fill=\"#3da44d\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<path clip-path=\"url(#clip0602)\" d=\"M443.747 1237.53 L439.987 1248.35 L428.531 1248.59 L437.667 1255.52 L434.339 1266.48 L443.747 1259.93 L453.155 1266.48 L449.827 1255.52 L458.963 1248.59 L447.507 1248.35 L443.747 1237.53 Z\" fill=\"#3da44d\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<path clip-path=\"url(#clip0602)\" d=\"M458.198 1150.18 L454.438 1160.99 L442.982 1161.23 L452.118 1168.16 L448.79 1179.12 L458.198 1172.58 L467.606 1179.12 L464.278 1168.16 L473.414 1161.23 L461.958 1160.99 L458.198 1150.18 Z\" fill=\"#3da44d\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<path clip-path=\"url(#clip0602)\" d=\"M472.648 1150.18 L468.888 1160.99 L457.432 1161.23 L466.568 1168.16 L463.24 1179.12 L472.648 1172.58 L482.056 1179.12 L478.728 1168.16 L487.864 1161.23 L476.408 1160.99 L472.648 1150.18 Z\" fill=\"#3da44d\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<path clip-path=\"url(#clip0602)\" d=\"M487.098 1132.71 L483.338 1143.52 L471.882 1143.76 L481.018 1150.69 L477.69 1161.65 L487.098 1155.11 L496.506 1161.65 L493.178 1150.69 L502.314 1143.76 L490.858 1143.52 L487.098 1132.71 Z\" fill=\"#3da44d\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<path clip-path=\"url(#clip0602)\" d=\"M501.548 1080.29 L497.788 1091.11 L486.332 1091.35 L495.468 1098.28 L492.14 1109.24 L501.548 1102.69 L510.956 1109.24 L507.628 1098.28 L516.764 1091.35 L505.308 1091.11 L501.548 1080.29 Z\" fill=\"#3da44d\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<path clip-path=\"url(#clip0602)\" d=\"M515.998 1080.29 L512.238 1091.11 L500.782 1091.35 L509.918 1098.28 L506.59 1109.24 L515.998 1102.69 L525.406 1109.24 L522.078 1098.28 L531.214 1091.35 L519.758 1091.11 L515.998 1080.29 Z\" fill=\"#3da44d\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<path clip-path=\"url(#clip0602)\" d=\"M530.448 1150.18 L526.688 1160.99 L515.232 1161.23 L524.368 1168.16 L521.04 1179.12 L530.448 1172.58 L539.856 1179.12 L536.528 1168.16 L545.664 1161.23 L534.208 1160.99 L530.448 1150.18 Z\" fill=\"#3da44d\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<path clip-path=\"url(#clip0602)\" d=\"M544.898 1167.65 L541.138 1178.47 L529.682 1178.71 L538.818 1185.63 L535.49 1196.59 L544.898 1190.05 L554.306 1196.59 L550.978 1185.63 L560.114 1178.71 L548.658 1178.47 L544.898 1167.65 Z\" fill=\"#3da44d\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<path clip-path=\"url(#clip0602)\" d=\"M559.349 1150.18 L555.589 1160.99 L544.133 1161.23 L553.269 1168.16 L549.941 1179.12 L559.349 1172.58 L568.757 1179.12 L565.429 1168.16 L574.565 1161.23 L563.109 1160.99 L559.349 1150.18 Z\" fill=\"#3da44d\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<path clip-path=\"url(#clip0602)\" d=\"M573.799 1080.29 L570.039 1091.11 L558.583 1091.35 L567.719 1098.28 L564.391 1109.24 L573.799 1102.69 L583.207 1109.24 L579.879 1098.28 L589.015 1091.35 L577.559 1091.11 L573.799 1080.29 Z\" fill=\"#3da44d\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<path clip-path=\"url(#clip0602)\" d=\"M588.249 1062.82 L584.489 1073.64 L573.033 1073.88 L582.169 1080.81 L578.841 1091.77 L588.249 1085.22 L597.657 1091.77 L594.329 1080.81 L603.465 1073.88 L592.009 1073.64 L588.249 1062.82 Z\" fill=\"#3da44d\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<path clip-path=\"url(#clip0602)\" d=\"M602.699 1080.29 L598.939 1091.11 L587.483 1091.35 L596.619 1098.28 L593.291 1109.24 L602.699 1102.69 L612.107 1109.24 L608.779 1098.28 L617.915 1091.35 L606.459 1091.11 L602.699 1080.29 Z\" fill=\"#3da44d\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<path clip-path=\"url(#clip0602)\" d=\"M617.149 1132.71 L613.389 1143.52 L601.933 1143.76 L611.069 1150.69 L607.741 1161.65 L617.149 1155.11 L626.557 1161.65 L623.229 1150.69 L632.365 1143.76 L620.909 1143.52 L617.149 1132.71 Z\" fill=\"#3da44d\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<path clip-path=\"url(#clip0602)\" d=\"M631.599 1132.71 L627.839 1143.52 L616.383 1143.76 L625.519 1150.69 L622.191 1161.65 L631.599 1155.11 L641.007 1161.65 L637.679 1150.69 L646.815 1143.76 L635.359 1143.52 L631.599 1132.71 Z\" fill=\"#3da44d\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<path clip-path=\"url(#clip0602)\" d=\"M646.049 1150.18 L642.289 1160.99 L630.833 1161.23 L639.969 1168.16 L636.641 1179.12 L646.049 1172.58 L655.457 1179.12 L652.129 1168.16 L661.265 1161.23 L649.809 1160.99 L646.049 1150.18 Z\" fill=\"#3da44d\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<path clip-path=\"url(#clip0602)\" d=\"M660.5 1150.18 L656.74 1160.99 L645.284 1161.23 L654.42 1168.16 L651.092 1179.12 L660.5 1172.58 L669.908 1179.12 L666.58 1168.16 L675.716 1161.23 L664.26 1160.99 L660.5 1150.18 Z\" fill=\"#3da44d\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<path clip-path=\"url(#clip0602)\" d=\"M674.95 1150.18 L671.19 1160.99 L659.734 1161.23 L668.87 1168.16 L665.542 1179.12 L674.95 1172.58 L684.358 1179.12 L681.03 1168.16 L690.166 1161.23 L678.71 1160.99 L674.95 1150.18 Z\" fill=\"#3da44d\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<path clip-path=\"url(#clip0602)\" d=\"M689.4 1150.18 L685.64 1160.99 L674.184 1161.23 L683.32 1168.16 L679.992 1179.12 L689.4 1172.58 L698.808 1179.12 L695.48 1168.16 L704.616 1161.23 L693.16 1160.99 L689.4 1150.18 Z\" fill=\"#3da44d\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<path clip-path=\"url(#clip0602)\" d=\"M703.85 1150.18 L700.09 1160.99 L688.634 1161.23 L697.77 1168.16 L694.442 1179.12 L703.85 1172.58 L713.258 1179.12 L709.93 1168.16 L719.066 1161.23 L707.61 1160.99 L703.85 1150.18 Z\" fill=\"#3da44d\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<path clip-path=\"url(#clip0602)\" d=\"M718.3 1167.65 L714.54 1178.47 L703.084 1178.71 L712.22 1185.63 L708.892 1196.59 L718.3 1190.05 L727.708 1196.59 L724.38 1185.63 L733.516 1178.71 L722.06 1178.47 L718.3 1167.65 Z\" fill=\"#3da44d\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<path clip-path=\"url(#clip0602)\" d=\"M732.75 1167.65 L728.99 1178.47 L717.534 1178.71 L726.67 1185.63 L723.342 1196.59 L732.75 1190.05 L742.158 1196.59 L738.83 1185.63 L747.966 1178.71 L736.51 1178.47 L732.75 1167.65 Z\" fill=\"#3da44d\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<path clip-path=\"url(#clip0602)\" d=\"M747.2 1080.29 L743.44 1091.11 L731.984 1091.35 L741.12 1098.28 L737.792 1109.24 L747.2 1102.69 L756.608 1109.24 L753.28 1098.28 L762.416 1091.35 L750.96 1091.11 L747.2 1080.29 Z\" fill=\"#3da44d\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<path clip-path=\"url(#clip0602)\" d=\"M761.651 1080.29 L757.891 1091.11 L746.435 1091.35 L755.571 1098.28 L752.243 1109.24 L761.651 1102.69 L771.059 1109.24 L767.731 1098.28 L776.867 1091.35 L765.411 1091.11 L761.651 1080.29 Z\" fill=\"#3da44d\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<path clip-path=\"url(#clip0602)\" d=\"M776.101 1132.71 L772.341 1143.52 L760.885 1143.76 L770.021 1150.69 L766.693 1161.65 L776.101 1155.11 L785.509 1161.65 L782.181 1150.69 L791.317 1143.76 L779.861 1143.52 L776.101 1132.71 Z\" fill=\"#3da44d\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<path clip-path=\"url(#clip0602)\" d=\"M790.551 1132.71 L786.791 1143.52 L775.335 1143.76 L784.471 1150.69 L781.143 1161.65 L790.551 1155.11 L799.959 1161.65 L796.631 1150.69 L805.767 1143.76 L794.311 1143.52 L790.551 1132.71 Z\" fill=\"#3da44d\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<path clip-path=\"url(#clip0602)\" d=\"M805.001 1115.24 L801.241 1126.05 L789.785 1126.29 L798.921 1133.22 L795.593 1144.18 L805.001 1137.64 L814.409 1144.18 L811.081 1133.22 L820.217 1126.29 L808.761 1126.05 L805.001 1115.24 Z\" fill=\"#3da44d\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<path clip-path=\"url(#clip0602)\" d=\"M819.451 1080.29 L815.691 1091.11 L804.235 1091.35 L813.371 1098.28 L810.043 1109.24 L819.451 1102.69 L828.859 1109.24 L825.531 1098.28 L834.667 1091.35 L823.211 1091.11 L819.451 1080.29 Z\" fill=\"#3da44d\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<path clip-path=\"url(#clip0602)\" d=\"M833.901 1080.29 L830.141 1091.11 L818.685 1091.35 L827.821 1098.28 L824.493 1109.24 L833.901 1102.69 L843.309 1109.24 L839.981 1098.28 L849.117 1091.35 L837.661 1091.11 L833.901 1080.29 Z\" fill=\"#3da44d\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<path clip-path=\"url(#clip0602)\" d=\"M848.351 1080.29 L844.591 1091.11 L833.135 1091.35 L842.271 1098.28 L838.943 1109.24 L848.351 1102.69 L857.759 1109.24 L854.431 1098.28 L863.567 1091.35 L852.111 1091.11 L848.351 1080.29 Z\" fill=\"#3da44d\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<path clip-path=\"url(#clip0602)\" d=\"M862.802 1080.29 L859.042 1091.11 L847.586 1091.35 L856.722 1098.28 L853.394 1109.24 L862.802 1102.69 L872.21 1109.24 L868.882 1098.28 L878.018 1091.35 L866.562 1091.11 L862.802 1080.29 Z\" fill=\"#3da44d\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<path clip-path=\"url(#clip0602)\" d=\"M877.252 1062.82 L873.492 1073.64 L862.036 1073.88 L871.172 1080.81 L867.844 1091.77 L877.252 1085.22 L886.66 1091.77 L883.332 1080.81 L892.468 1073.88 L881.012 1073.64 L877.252 1062.82 Z\" fill=\"#3da44d\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<path clip-path=\"url(#clip0602)\" d=\"M891.702 1062.82 L887.942 1073.64 L876.486 1073.88 L885.622 1080.81 L882.294 1091.77 L891.702 1085.22 L901.11 1091.77 L897.782 1080.81 L906.918 1073.88 L895.462 1073.64 L891.702 1062.82 Z\" fill=\"#3da44d\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<path clip-path=\"url(#clip0602)\" d=\"M906.152 1080.29 L902.392 1091.11 L890.936 1091.35 L900.072 1098.28 L896.744 1109.24 L906.152 1102.69 L915.56 1109.24 L912.232 1098.28 L921.368 1091.35 L909.912 1091.11 L906.152 1080.29 Z\" fill=\"#3da44d\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<path clip-path=\"url(#clip0602)\" d=\"M920.602 1132.71 L916.842 1143.52 L905.386 1143.76 L914.522 1150.69 L911.194 1161.65 L920.602 1155.11 L930.01 1161.65 L926.682 1150.69 L935.818 1143.76 L924.362 1143.52 L920.602 1132.71 Z\" fill=\"#3da44d\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<path clip-path=\"url(#clip0602)\" d=\"M935.052 1132.71 L931.292 1143.52 L919.836 1143.76 L928.972 1150.69 L925.644 1161.65 L935.052 1155.11 L944.46 1161.65 L941.132 1150.69 L950.268 1143.76 L938.812 1143.52 L935.052 1132.71 Z\" fill=\"#3da44d\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<path clip-path=\"url(#clip0602)\" d=\"M949.502 1115.24 L945.742 1126.05 L934.286 1126.29 L943.422 1133.22 L940.094 1144.18 L949.502 1137.64 L958.91 1144.18 L955.582 1133.22 L964.718 1126.29 L953.262 1126.05 L949.502 1115.24 Z\" fill=\"#3da44d\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<path clip-path=\"url(#clip0602)\" d=\"M963.953 1115.24 L960.193 1126.05 L948.737 1126.29 L957.873 1133.22 L954.545 1144.18 L963.953 1137.64 L973.361 1144.18 L970.033 1133.22 L979.169 1126.29 L967.713 1126.05 L963.953 1115.24 Z\" fill=\"#3da44d\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<path clip-path=\"url(#clip0602)\" d=\"M978.403 1132.71 L974.643 1143.52 L963.187 1143.76 L972.323 1150.69 L968.995 1161.65 L978.403 1155.11 L987.811 1161.65 L984.483 1150.69 L993.619 1143.76 L982.163 1143.52 L978.403 1132.71 Z\" fill=\"#3da44d\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<path clip-path=\"url(#clip0602)\" d=\"M992.853 1185.12 L989.093 1195.94 L977.637 1196.18 L986.773 1203.1 L983.445 1214.06 L992.853 1207.52 L1002.26 1214.06 L998.933 1203.1 L1008.07 1196.18 L996.613 1195.94 L992.853 1185.12 Z\" fill=\"#3da44d\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<path clip-path=\"url(#clip0602)\" d=\"M1007.3 1185.12 L1003.54 1195.94 L992.087 1196.18 L1001.22 1203.1 L997.895 1214.06 L1007.3 1207.52 L1016.71 1214.06 L1013.38 1203.1 L1022.52 1196.18 L1011.06 1195.94 L1007.3 1185.12 Z\" fill=\"#3da44d\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<path clip-path=\"url(#clip0602)\" d=\"M1021.75 1097.77 L1017.99 1108.58 L1006.54 1108.82 L1015.67 1115.75 L1012.35 1126.71 L1021.75 1120.17 L1031.16 1126.71 L1027.83 1115.75 L1036.97 1108.82 L1025.51 1108.58 L1021.75 1097.77 Z\" fill=\"#3da44d\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<path clip-path=\"url(#clip0602)\" d=\"M1036.2 1097.77 L1032.44 1108.58 L1020.99 1108.82 L1030.12 1115.75 L1026.8 1126.71 L1036.2 1120.17 L1045.61 1126.71 L1042.28 1115.75 L1051.42 1108.82 L1039.96 1108.58 L1036.2 1097.77 Z\" fill=\"#3da44d\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<path clip-path=\"url(#clip0602)\" d=\"M1050.65 1115.24 L1046.89 1126.05 L1035.44 1126.29 L1044.57 1133.22 L1041.25 1144.18 L1050.65 1137.64 L1060.06 1144.18 L1056.73 1133.22 L1065.87 1126.29 L1054.41 1126.05 L1050.65 1115.24 Z\" fill=\"#3da44d\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<path clip-path=\"url(#clip0602)\" d=\"M1065.1 1115.24 L1061.34 1126.05 L1049.89 1126.29 L1059.02 1133.22 L1055.7 1144.18 L1065.1 1137.64 L1074.51 1144.18 L1071.18 1133.22 L1080.32 1126.29 L1068.86 1126.05 L1065.1 1115.24 Z\" fill=\"#3da44d\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<path clip-path=\"url(#clip0602)\" d=\"M1079.55 1115.24 L1075.79 1126.05 L1064.34 1126.29 L1073.47 1133.22 L1070.15 1144.18 L1079.55 1137.64 L1088.96 1144.18 L1085.63 1133.22 L1094.77 1126.29 L1083.31 1126.05 L1079.55 1115.24 Z\" fill=\"#3da44d\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<path clip-path=\"url(#clip0602)\" d=\"M1094 1185.12 L1090.24 1195.94 L1078.79 1196.18 L1087.92 1203.1 L1084.6 1214.06 L1094 1207.52 L1103.41 1214.06 L1100.08 1203.1 L1109.22 1196.18 L1097.76 1195.94 L1094 1185.12 Z\" fill=\"#3da44d\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<path clip-path=\"url(#clip0602)\" d=\"M1108.45 1185.12 L1104.69 1195.94 L1093.24 1196.18 L1102.37 1203.1 L1099.05 1214.06 L1108.45 1207.52 L1117.86 1214.06 L1114.53 1203.1 L1123.67 1196.18 L1112.21 1195.94 L1108.45 1185.12 Z\" fill=\"#3da44d\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<path clip-path=\"url(#clip0602)\" d=\"M1122.9 1167.65 L1119.14 1178.47 L1107.69 1178.71 L1116.82 1185.63 L1113.5 1196.59 L1122.9 1190.05 L1132.31 1196.59 L1128.98 1185.63 L1138.12 1178.71 L1126.66 1178.47 L1122.9 1167.65 Z\" fill=\"#3da44d\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<path clip-path=\"url(#clip0602)\" d=\"M1137.35 1097.77 L1133.59 1108.58 L1122.14 1108.82 L1131.27 1115.75 L1127.95 1126.71 L1137.35 1120.17 L1146.76 1126.71 L1143.43 1115.75 L1152.57 1108.82 L1141.11 1108.58 L1137.35 1097.77 Z\" fill=\"#3da44d\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<path clip-path=\"url(#clip0602)\" d=\"M1151.8 1097.77 L1148.04 1108.58 L1136.59 1108.82 L1145.72 1115.75 L1142.4 1126.71 L1151.8 1120.17 L1161.21 1126.71 L1157.88 1115.75 L1167.02 1108.82 L1155.56 1108.58 L1151.8 1097.77 Z\" fill=\"#3da44d\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<path clip-path=\"url(#clip0602)\" d=\"M1166.25 1185.12 L1162.49 1195.94 L1151.04 1196.18 L1160.17 1203.1 L1156.85 1214.06 L1166.25 1207.52 L1175.66 1214.06 L1172.33 1203.1 L1181.47 1196.18 L1170.01 1195.94 L1166.25 1185.12 Z\" fill=\"#3da44d\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<path clip-path=\"url(#clip0602)\" d=\"M1180.7 1185.12 L1176.94 1195.94 L1165.49 1196.18 L1174.62 1203.1 L1171.3 1214.06 L1180.7 1207.52 L1190.11 1214.06 L1186.78 1203.1 L1195.92 1196.18 L1184.46 1195.94 L1180.7 1185.12 Z\" fill=\"#3da44d\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<path clip-path=\"url(#clip0602)\" d=\"M1195.15 1237.53 L1191.39 1248.35 L1179.94 1248.59 L1189.07 1255.52 L1185.75 1266.48 L1195.15 1259.93 L1204.56 1266.48 L1201.23 1255.52 L1210.37 1248.59 L1198.91 1248.35 L1195.15 1237.53 Z\" fill=\"#3da44d\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<path clip-path=\"url(#clip0602)\" d=\"M1209.61 1185.12 L1205.85 1195.94 L1194.39 1196.18 L1203.53 1203.1 L1200.2 1214.06 L1209.61 1207.52 L1219.01 1214.06 L1215.69 1203.1 L1224.82 1196.18 L1213.37 1195.94 L1209.61 1185.12 Z\" fill=\"#3da44d\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<path clip-path=\"url(#clip0602)\" d=\"M1224.06 1185.12 L1220.3 1195.94 L1208.84 1196.18 L1217.98 1203.1 L1214.65 1214.06 L1224.06 1207.52 L1233.46 1214.06 L1230.14 1203.1 L1239.27 1196.18 L1227.82 1195.94 L1224.06 1185.12 Z\" fill=\"#3da44d\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<path clip-path=\"url(#clip0602)\" d=\"M1238.51 1132.71 L1234.75 1143.52 L1223.29 1143.76 L1232.43 1150.69 L1229.1 1161.65 L1238.51 1155.11 L1247.91 1161.65 L1244.59 1150.69 L1253.72 1143.76 L1242.27 1143.52 L1238.51 1132.71 Z\" fill=\"#3da44d\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<path clip-path=\"url(#clip0602)\" d=\"M1252.96 1132.71 L1249.2 1143.52 L1237.74 1143.76 L1246.88 1150.69 L1243.55 1161.65 L1252.96 1155.11 L1262.36 1161.65 L1259.04 1150.69 L1268.17 1143.76 L1256.72 1143.52 L1252.96 1132.71 Z\" fill=\"#3da44d\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<path clip-path=\"url(#clip0602)\" d=\"M1267.41 1132.71 L1263.65 1143.52 L1252.19 1143.76 L1261.33 1150.69 L1258 1161.65 L1267.41 1155.11 L1276.81 1161.65 L1273.49 1150.69 L1282.62 1143.76 L1271.17 1143.52 L1267.41 1132.71 Z\" fill=\"#3da44d\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<path clip-path=\"url(#clip0602)\" d=\"M1281.86 1150.18 L1278.1 1160.99 L1266.64 1161.23 L1275.78 1168.16 L1272.45 1179.12 L1281.86 1172.58 L1291.26 1179.12 L1287.94 1168.16 L1297.07 1161.23 L1285.62 1160.99 L1281.86 1150.18 Z\" fill=\"#3da44d\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<path clip-path=\"url(#clip0602)\" d=\"M1296.31 1132.71 L1292.55 1143.52 L1281.09 1143.76 L1290.23 1150.69 L1286.9 1161.65 L1296.31 1155.11 L1305.71 1161.65 L1302.39 1150.69 L1311.52 1143.76 L1300.07 1143.52 L1296.31 1132.71 Z\" fill=\"#3da44d\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<path clip-path=\"url(#clip0602)\" d=\"M1310.76 1115.24 L1307 1126.05 L1295.54 1126.29 L1304.68 1133.22 L1301.35 1144.18 L1310.76 1137.64 L1320.16 1144.18 L1316.84 1133.22 L1325.97 1126.29 L1314.52 1126.05 L1310.76 1115.24 Z\" fill=\"#3da44d\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<path clip-path=\"url(#clip0602)\" d=\"M1325.21 1115.24 L1321.45 1126.05 L1309.99 1126.29 L1319.13 1133.22 L1315.8 1144.18 L1325.21 1137.64 L1334.61 1144.18 L1331.29 1133.22 L1340.42 1126.29 L1328.97 1126.05 L1325.21 1115.24 Z\" fill=\"#3da44d\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<path clip-path=\"url(#clip0602)\" d=\"M1339.66 1167.65 L1335.9 1178.47 L1324.44 1178.71 L1333.58 1185.63 L1330.25 1196.59 L1339.66 1190.05 L1349.06 1196.59 L1345.74 1185.63 L1354.87 1178.71 L1343.42 1178.47 L1339.66 1167.65 Z\" fill=\"#3da44d\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<path clip-path=\"url(#clip0602)\" d=\"M1354.11 1185.12 L1350.35 1195.94 L1338.89 1196.18 L1348.03 1203.1 L1344.7 1214.06 L1354.11 1207.52 L1363.51 1214.06 L1360.19 1203.1 L1369.32 1196.18 L1357.87 1195.94 L1354.11 1185.12 Z\" fill=\"#3da44d\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<path clip-path=\"url(#clip0602)\" d=\"M1368.56 1289.95 L1364.8 1300.76 L1353.34 1301 L1362.48 1307.93 L1359.15 1318.89 L1368.56 1312.35 L1377.96 1318.89 L1374.64 1307.93 L1383.77 1301 L1372.32 1300.76 L1368.56 1289.95 Z\" fill=\"#3da44d\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<path clip-path=\"url(#clip0602)\" d=\"M1383.01 1289.95 L1379.25 1300.76 L1367.79 1301 L1376.93 1307.93 L1373.6 1318.89 L1383.01 1312.35 L1392.41 1318.89 L1389.09 1307.93 L1398.22 1301 L1386.77 1300.76 L1383.01 1289.95 Z\" fill=\"#3da44d\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<path clip-path=\"url(#clip0602)\" d=\"M1397.46 1185.12 L1393.7 1195.94 L1382.24 1196.18 L1391.38 1203.1 L1388.05 1214.06 L1397.46 1207.52 L1406.86 1214.06 L1403.54 1203.1 L1412.67 1196.18 L1401.22 1195.94 L1397.46 1185.12 Z\" fill=\"#3da44d\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<path clip-path=\"url(#clip0602)\" d=\"M1411.91 1167.65 L1408.15 1178.47 L1396.69 1178.71 L1405.83 1185.63 L1402.5 1196.59 L1411.91 1190.05 L1421.32 1196.59 L1417.99 1185.63 L1427.12 1178.71 L1415.67 1178.47 L1411.91 1167.65 Z\" fill=\"#3da44d\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<path clip-path=\"url(#clip0602)\" d=\"M1426.36 1185.12 L1422.6 1195.94 L1411.14 1196.18 L1420.28 1203.1 L1416.95 1214.06 L1426.36 1207.52 L1435.77 1214.06 L1432.44 1203.1 L1441.57 1196.18 L1430.12 1195.94 L1426.36 1185.12 Z\" fill=\"#3da44d\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<path clip-path=\"url(#clip0602)\" d=\"M1440.81 1185.12 L1437.05 1195.94 L1425.59 1196.18 L1434.73 1203.1 L1431.4 1214.06 L1440.81 1207.52 L1450.22 1214.06 L1446.89 1203.1 L1456.02 1196.18 L1444.57 1195.94 L1440.81 1185.12 Z\" fill=\"#3da44d\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<path clip-path=\"url(#clip0602)\" d=\"M1455.26 1307.42 L1451.5 1318.23 L1440.04 1318.47 L1449.18 1325.4 L1445.85 1336.36 L1455.26 1329.82 L1464.67 1336.36 L1461.34 1325.4 L1470.47 1318.47 L1459.02 1318.23 L1455.26 1307.42 Z\" fill=\"#3da44d\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<path clip-path=\"url(#clip0602)\" d=\"M1469.71 1307.42 L1465.95 1318.23 L1454.49 1318.47 L1463.63 1325.4 L1460.3 1336.36 L1469.71 1329.82 L1479.12 1336.36 L1475.79 1325.4 L1484.92 1318.47 L1473.47 1318.23 L1469.71 1307.42 Z\" fill=\"#3da44d\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<path clip-path=\"url(#clip0602)\" d=\"M1484.16 1237.53 L1480.4 1248.35 L1468.94 1248.59 L1478.08 1255.52 L1474.75 1266.48 L1484.16 1259.93 L1493.57 1266.48 L1490.24 1255.52 L1499.37 1248.59 L1487.92 1248.35 L1484.16 1237.53 Z\" fill=\"#3da44d\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<path clip-path=\"url(#clip0602)\" d=\"M1498.61 1202.59 L1494.85 1213.41 L1483.39 1213.65 L1492.53 1220.58 L1489.2 1231.54 L1498.61 1224.99 L1508.02 1231.54 L1504.69 1220.58 L1513.82 1213.65 L1502.37 1213.41 L1498.61 1202.59 Z\" fill=\"#3da44d\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<path clip-path=\"url(#clip0602)\" d=\"M1513.06 1167.65 L1509.3 1178.47 L1497.84 1178.71 L1506.98 1185.63 L1503.65 1196.59 L1513.06 1190.05 L1522.47 1196.59 L1519.14 1185.63 L1528.27 1178.71 L1516.82 1178.47 L1513.06 1167.65 Z\" fill=\"#3da44d\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<path clip-path=\"url(#clip0602)\" d=\"M1527.51 1167.65 L1523.75 1178.47 L1512.29 1178.71 L1521.43 1185.63 L1518.1 1196.59 L1527.51 1190.05 L1536.92 1196.59 L1533.59 1185.63 L1542.72 1178.71 L1531.27 1178.47 L1527.51 1167.65 Z\" fill=\"#3da44d\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<path clip-path=\"url(#clip0602)\" d=\"M1541.96 1167.65 L1538.2 1178.47 L1526.74 1178.71 L1535.88 1185.63 L1532.55 1196.59 L1541.96 1190.05 L1551.37 1196.59 L1548.04 1185.63 L1557.17 1178.71 L1545.72 1178.47 L1541.96 1167.65 Z\" fill=\"#3da44d\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<path clip-path=\"url(#clip0602)\" d=\"M1556.41 1150.18 L1552.65 1160.99 L1541.19 1161.23 L1550.33 1168.16 L1547 1179.12 L1556.41 1172.58 L1565.82 1179.12 L1562.49 1168.16 L1571.62 1161.23 L1560.17 1160.99 L1556.41 1150.18 Z\" fill=\"#3da44d\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<path clip-path=\"url(#clip0602)\" d=\"M1570.86 1115.24 L1567.1 1126.05 L1555.64 1126.29 L1564.78 1133.22 L1561.45 1144.18 L1570.86 1137.64 L1580.27 1144.18 L1576.94 1133.22 L1586.07 1126.29 L1574.62 1126.05 L1570.86 1115.24 Z\" fill=\"#3da44d\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<path clip-path=\"url(#clip0602)\" d=\"M1585.31 1115.24 L1581.55 1126.05 L1570.09 1126.29 L1579.23 1133.22 L1575.9 1144.18 L1585.31 1137.64 L1594.72 1144.18 L1591.39 1133.22 L1600.52 1126.29 L1589.07 1126.05 L1585.31 1115.24 Z\" fill=\"#3da44d\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<path clip-path=\"url(#clip0602)\" d=\"M1599.76 1132.71 L1596 1143.52 L1584.54 1143.76 L1593.68 1150.69 L1590.35 1161.65 L1599.76 1155.11 L1609.17 1161.65 L1605.84 1150.69 L1614.97 1143.76 L1603.52 1143.52 L1599.76 1132.71 Z\" fill=\"#3da44d\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<path clip-path=\"url(#clip0602)\" d=\"M1614.21 1150.18 L1610.45 1160.99 L1598.99 1161.23 L1608.13 1168.16 L1604.8 1179.12 L1614.21 1172.58 L1623.62 1179.12 L1620.29 1168.16 L1629.43 1161.23 L1617.97 1160.99 L1614.21 1150.18 Z\" fill=\"#3da44d\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<path clip-path=\"url(#clip0602)\" d=\"M1628.66 1150.18 L1624.9 1160.99 L1613.44 1161.23 L1622.58 1168.16 L1619.25 1179.12 L1628.66 1172.58 L1638.07 1179.12 L1634.74 1168.16 L1643.88 1161.23 L1632.42 1160.99 L1628.66 1150.18 Z\" fill=\"#3da44d\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<path clip-path=\"url(#clip0602)\" d=\"M1643.11 1150.18 L1639.35 1160.99 L1627.89 1161.23 L1637.03 1168.16 L1633.7 1179.12 L1643.11 1172.58 L1652.52 1179.12 L1649.19 1168.16 L1658.33 1161.23 L1646.87 1160.99 L1643.11 1150.18 Z\" fill=\"#3da44d\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<path clip-path=\"url(#clip0602)\" d=\"M1657.56 1150.18 L1653.8 1160.99 L1642.34 1161.23 L1651.48 1168.16 L1648.15 1179.12 L1657.56 1172.58 L1666.97 1179.12 L1663.64 1168.16 L1672.78 1161.23 L1661.32 1160.99 L1657.56 1150.18 Z\" fill=\"#3da44d\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<path clip-path=\"url(#clip0602)\" d=\"M1672.01 1185.12 L1668.25 1195.94 L1656.79 1196.18 L1665.93 1203.1 L1662.6 1214.06 L1672.01 1207.52 L1681.42 1214.06 L1678.09 1203.1 L1687.23 1196.18 L1675.77 1195.94 L1672.01 1185.12 Z\" fill=\"#3da44d\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<path clip-path=\"url(#clip0602)\" d=\"M1686.46 1185.12 L1682.7 1195.94 L1671.24 1196.18 L1680.38 1203.1 L1677.05 1214.06 L1686.46 1207.52 L1695.87 1214.06 L1692.54 1203.1 L1701.68 1196.18 L1690.22 1195.94 L1686.46 1185.12 Z\" fill=\"#3da44d\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<path clip-path=\"url(#clip0602)\" d=\"M1700.91 1150.18 L1697.15 1160.99 L1685.69 1161.23 L1694.83 1168.16 L1691.5 1179.12 L1700.91 1172.58 L1710.32 1179.12 L1706.99 1168.16 L1716.13 1161.23 L1704.67 1160.99 L1700.91 1150.18 Z\" fill=\"#3da44d\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<path clip-path=\"url(#clip0602)\" d=\"M1715.36 1150.18 L1711.6 1160.99 L1700.14 1161.23 L1709.28 1168.16 L1705.95 1179.12 L1715.36 1172.58 L1724.77 1179.12 L1721.44 1168.16 L1730.58 1161.23 L1719.12 1160.99 L1715.36 1150.18 Z\" fill=\"#3da44d\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<path clip-path=\"url(#clip0602)\" d=\"M1729.81 1150.18 L1726.05 1160.99 L1714.59 1161.23 L1723.73 1168.16 L1720.4 1179.12 L1729.81 1172.58 L1739.22 1179.12 L1735.89 1168.16 L1745.03 1161.23 L1733.57 1160.99 L1729.81 1150.18 Z\" fill=\"#3da44d\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<path clip-path=\"url(#clip0602)\" d=\"M1744.26 1185.12 L1740.5 1195.94 L1729.04 1196.18 L1738.18 1203.1 L1734.85 1214.06 L1744.26 1207.52 L1753.67 1214.06 L1750.34 1203.1 L1759.48 1196.18 L1748.02 1195.94 L1744.26 1185.12 Z\" fill=\"#3da44d\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<path clip-path=\"url(#clip0602)\" d=\"M1758.71 1185.12 L1754.95 1195.94 L1743.49 1196.18 L1752.63 1203.1 L1749.3 1214.06 L1758.71 1207.52 L1768.12 1214.06 L1764.79 1203.1 L1773.93 1196.18 L1762.47 1195.94 L1758.71 1185.12 Z\" fill=\"#3da44d\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<path clip-path=\"url(#clip0602)\" d=\"M1773.16 1237.53 L1769.4 1248.35 L1757.94 1248.59 L1767.08 1255.52 L1763.75 1266.48 L1773.16 1259.93 L1782.57 1266.48 L1779.24 1255.52 L1788.38 1248.59 L1776.92 1248.35 L1773.16 1237.53 Z\" fill=\"#3da44d\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<path clip-path=\"url(#clip0602)\" d=\"M1787.61 1255 L1783.85 1265.82 L1772.39 1266.06 L1781.53 1272.99 L1778.2 1283.95 L1787.61 1277.4 L1797.02 1283.95 L1793.69 1272.99 L1802.83 1266.06 L1791.37 1265.82 L1787.61 1255 Z\" fill=\"#3da44d\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<path clip-path=\"url(#clip0602)\" d=\"M1802.06 1255 L1798.3 1265.82 L1786.84 1266.06 L1795.98 1272.99 L1792.65 1283.95 L1802.06 1277.4 L1811.47 1283.95 L1808.14 1272.99 L1817.28 1266.06 L1805.82 1265.82 L1802.06 1255 Z\" fill=\"#3da44d\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<path clip-path=\"url(#clip0602)\" d=\"M1816.51 1255 L1812.75 1265.82 L1801.3 1266.06 L1810.43 1272.99 L1807.1 1283.95 L1816.51 1277.4 L1825.92 1283.95 L1822.59 1272.99 L1831.73 1266.06 L1820.27 1265.82 L1816.51 1255 Z\" fill=\"#3da44d\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<path clip-path=\"url(#clip0602)\" d=\"M1830.96 1237.53 L1827.2 1248.35 L1815.75 1248.59 L1824.88 1255.52 L1821.55 1266.48 L1830.96 1259.93 L1840.37 1266.48 L1837.04 1255.52 L1846.18 1248.59 L1834.72 1248.35 L1830.96 1237.53 Z\" fill=\"#3da44d\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<path clip-path=\"url(#clip0602)\" d=\"M1845.41 1237.53 L1841.65 1248.35 L1830.2 1248.59 L1839.33 1255.52 L1836 1266.48 L1845.41 1259.93 L1854.82 1266.48 L1851.49 1255.52 L1860.63 1248.59 L1849.17 1248.35 L1845.41 1237.53 Z\" fill=\"#3da44d\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<path clip-path=\"url(#clip0602)\" d=\"M1859.86 1115.24 L1856.1 1126.05 L1844.65 1126.29 L1853.78 1133.22 L1850.45 1144.18 L1859.86 1137.64 L1869.27 1144.18 L1865.94 1133.22 L1875.08 1126.29 L1863.62 1126.05 L1859.86 1115.24 Z\" fill=\"#3da44d\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<path clip-path=\"url(#clip0602)\" d=\"M1874.31 1237.53 L1870.55 1248.35 L1859.1 1248.59 L1868.23 1255.52 L1864.9 1266.48 L1874.31 1259.93 L1883.72 1266.48 L1880.39 1255.52 L1889.53 1248.59 L1878.07 1248.35 L1874.31 1237.53 Z\" fill=\"#3da44d\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<path clip-path=\"url(#clip0602)\" d=\"M1888.76 1237.53 L1885 1248.35 L1873.55 1248.59 L1882.68 1255.52 L1879.35 1266.48 L1888.76 1259.93 L1898.17 1266.48 L1894.84 1255.52 L1903.98 1248.59 L1892.52 1248.35 L1888.76 1237.53 Z\" fill=\"#3da44d\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<path clip-path=\"url(#clip0602)\" d=\"M1903.21 1237.53 L1899.45 1248.35 L1888 1248.59 L1897.13 1255.52 L1893.8 1266.48 L1903.21 1259.93 L1912.62 1266.48 L1909.29 1255.52 L1918.43 1248.59 L1906.97 1248.35 L1903.21 1237.53 Z\" fill=\"#3da44d\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<path clip-path=\"url(#clip0602)\" d=\"M1917.66 1202.59 L1913.9 1213.41 L1902.45 1213.65 L1911.58 1220.58 L1908.25 1231.54 L1917.66 1224.99 L1927.07 1231.54 L1923.74 1220.58 L1932.88 1213.65 L1921.42 1213.41 L1917.66 1202.59 Z\" fill=\"#3da44d\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<path clip-path=\"url(#clip0602)\" d=\"M1932.11 1202.59 L1928.35 1213.41 L1916.9 1213.65 L1926.03 1220.58 L1922.7 1231.54 L1932.11 1224.99 L1941.52 1231.54 L1938.19 1220.58 L1947.33 1213.65 L1935.87 1213.41 L1932.11 1202.59 Z\" fill=\"#3da44d\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<path clip-path=\"url(#clip0602)\" d=\"M1946.56 1167.65 L1942.8 1178.47 L1931.35 1178.71 L1940.48 1185.63 L1937.15 1196.59 L1946.56 1190.05 L1955.97 1196.59 L1952.64 1185.63 L1961.78 1178.71 L1950.32 1178.47 L1946.56 1167.65 Z\" fill=\"#3da44d\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<path clip-path=\"url(#clip0602)\" d=\"M1961.01 1220.06 L1957.25 1230.88 L1945.8 1231.12 L1954.93 1238.05 L1951.6 1249.01 L1961.01 1242.46 L1970.42 1249.01 L1967.09 1238.05 L1976.23 1231.12 L1964.77 1230.88 L1961.01 1220.06 Z\" fill=\"#3da44d\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<path clip-path=\"url(#clip0602)\" d=\"M1975.46 1185.12 L1971.7 1195.94 L1960.25 1196.18 L1969.38 1203.1 L1966.05 1214.06 L1975.46 1207.52 L1984.87 1214.06 L1981.54 1203.1 L1990.68 1196.18 L1979.22 1195.94 L1975.46 1185.12 Z\" fill=\"#3da44d\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<path clip-path=\"url(#clip0602)\" d=\"M1989.91 1220.06 L1986.15 1230.88 L1974.7 1231.12 L1983.83 1238.05 L1980.5 1249.01 L1989.91 1242.46 L1999.32 1249.01 L1995.99 1238.05 L2005.13 1231.12 L1993.67 1230.88 L1989.91 1220.06 Z\" fill=\"#3da44d\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<path clip-path=\"url(#clip0602)\" d=\"M2004.36 1220.06 L2000.6 1230.88 L1989.15 1231.12 L1998.28 1238.05 L1994.95 1249.01 L2004.36 1242.46 L2013.77 1249.01 L2010.44 1238.05 L2019.58 1231.12 L2008.12 1230.88 L2004.36 1220.06 Z\" fill=\"#3da44d\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<path clip-path=\"url(#clip0602)\" d=\"M2018.81 1272.48 L2015.05 1283.29 L2003.6 1283.53 L2012.73 1290.46 L2009.41 1301.42 L2018.81 1294.88 L2028.22 1301.42 L2024.89 1290.46 L2034.03 1283.53 L2022.57 1283.29 L2018.81 1272.48 Z\" fill=\"#3da44d\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<path clip-path=\"url(#clip0602)\" d=\"M2033.26 1272.48 L2029.5 1283.29 L2018.05 1283.53 L2027.18 1290.46 L2023.86 1301.42 L2033.26 1294.88 L2042.67 1301.42 L2039.34 1290.46 L2048.48 1283.53 L2037.02 1283.29 L2033.26 1272.48 Z\" fill=\"#3da44d\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<path clip-path=\"url(#clip0602)\" d=\"M2047.71 1202.59 L2043.95 1213.41 L2032.5 1213.65 L2041.63 1220.58 L2038.31 1231.54 L2047.71 1224.99 L2057.12 1231.54 L2053.79 1220.58 L2062.93 1213.65 L2051.47 1213.41 L2047.71 1202.59 Z\" fill=\"#3da44d\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<path clip-path=\"url(#clip0602)\" d=\"M2062.16 1202.59 L2058.4 1213.41 L2046.95 1213.65 L2056.08 1220.58 L2052.76 1231.54 L2062.16 1224.99 L2071.57 1231.54 L2068.24 1220.58 L2077.38 1213.65 L2065.92 1213.41 L2062.16 1202.59 Z\" fill=\"#3da44d\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<path clip-path=\"url(#clip0602)\" d=\"M2076.61 1255 L2072.85 1265.82 L2061.4 1266.06 L2070.53 1272.99 L2067.21 1283.95 L2076.61 1277.4 L2086.02 1283.95 L2082.69 1272.99 L2091.83 1266.06 L2080.37 1265.82 L2076.61 1255 Z\" fill=\"#3da44d\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<path clip-path=\"url(#clip0602)\" d=\"M2091.06 1324.89 L2087.3 1335.71 L2075.85 1335.95 L2084.98 1342.87 L2081.66 1353.83 L2091.06 1347.29 L2100.47 1353.83 L2097.14 1342.87 L2106.28 1335.95 L2094.82 1335.71 L2091.06 1324.89 Z\" fill=\"#3da44d\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<path clip-path=\"url(#clip0602)\" d=\"M2105.51 1255 L2101.75 1265.82 L2090.3 1266.06 L2099.43 1272.99 L2096.11 1283.95 L2105.51 1277.4 L2114.92 1283.95 L2111.59 1272.99 L2120.73 1266.06 L2109.27 1265.82 L2105.51 1255 Z\" fill=\"#3da44d\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<path clip-path=\"url(#clip0602)\" d=\"M2119.96 1307.42 L2116.2 1318.23 L2104.75 1318.47 L2113.88 1325.4 L2110.56 1336.36 L2119.96 1329.82 L2129.37 1336.36 L2126.04 1325.4 L2135.18 1318.47 L2123.72 1318.23 L2119.96 1307.42 Z\" fill=\"#3da44d\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<path clip-path=\"url(#clip0602)\" d=\"M2134.41 1307.42 L2130.65 1318.23 L2119.2 1318.47 L2128.33 1325.4 L2125.01 1336.36 L2134.41 1329.82 L2143.82 1336.36 L2140.49 1325.4 L2149.63 1318.47 L2138.17 1318.23 L2134.41 1307.42 Z\" fill=\"#3da44d\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<path clip-path=\"url(#clip0602)\" d=\"M2148.86 1307.42 L2145.1 1318.23 L2133.65 1318.47 L2142.78 1325.4 L2139.46 1336.36 L2148.86 1329.82 L2158.27 1336.36 L2154.94 1325.4 L2164.08 1318.47 L2152.62 1318.23 L2148.86 1307.42 Z\" fill=\"#3da44d\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<path clip-path=\"url(#clip0602)\" d=\"M2163.31 1394.77 L2159.55 1405.59 L2148.1 1405.83 L2157.23 1412.76 L2153.91 1423.72 L2163.31 1417.17 L2172.72 1423.72 L2169.39 1412.76 L2178.53 1405.83 L2167.07 1405.59 L2163.31 1394.77 Z\" fill=\"#3da44d\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<path clip-path=\"url(#clip0602)\" d=\"M2177.76 1324.89 L2174 1335.71 L2162.55 1335.95 L2171.68 1342.87 L2168.36 1353.83 L2177.76 1347.29 L2187.17 1353.83 L2183.84 1342.87 L2192.98 1335.95 L2181.52 1335.71 L2177.76 1324.89 Z\" fill=\"#3da44d\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<path clip-path=\"url(#clip0602)\" d=\"M2192.21 1324.89 L2188.45 1335.71 L2177 1335.95 L2186.13 1342.87 L2182.81 1353.83 L2192.21 1347.29 L2201.62 1353.83 L2198.29 1342.87 L2207.43 1335.95 L2195.97 1335.71 L2192.21 1324.89 Z\" fill=\"#3da44d\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<path clip-path=\"url(#clip0602)\" d=\"M2206.66 1307.42 L2202.9 1318.23 L2191.45 1318.47 L2200.58 1325.4 L2197.26 1336.36 L2206.66 1329.82 L2216.07 1336.36 L2212.74 1325.4 L2221.88 1318.47 L2210.42 1318.23 L2206.66 1307.42 Z\" fill=\"#3da44d\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<path clip-path=\"url(#clip0602)\" d=\"M2221.12 1255 L2217.36 1265.82 L2205.9 1266.06 L2215.04 1272.99 L2211.71 1283.95 L2221.12 1277.4 L2230.52 1283.95 L2227.2 1272.99 L2236.33 1266.06 L2224.88 1265.82 L2221.12 1255 Z\" fill=\"#3da44d\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<path clip-path=\"url(#clip0602)\" d=\"M2235.57 1255 L2231.81 1265.82 L2220.35 1266.06 L2229.49 1272.99 L2226.16 1283.95 L2235.57 1277.4 L2244.97 1283.95 L2241.65 1272.99 L2250.78 1266.06 L2239.33 1265.82 L2235.57 1255 Z\" fill=\"#3da44d\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<path clip-path=\"url(#clip0602)\" d=\"M2250.02 1255 L2246.26 1265.82 L2234.8 1266.06 L2243.94 1272.99 L2240.61 1283.95 L2250.02 1277.4 L2259.42 1283.95 L2256.1 1272.99 L2265.23 1266.06 L2253.78 1265.82 L2250.02 1255 Z\" fill=\"#3da44d\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<path clip-path=\"url(#clip0602)\" d=\"M2264.47 1272.48 L2260.71 1283.29 L2249.25 1283.53 L2258.39 1290.46 L2255.06 1301.42 L2264.47 1294.88 L2273.87 1301.42 L2270.55 1290.46 L2279.68 1283.53 L2268.23 1283.29 L2264.47 1272.48 Z\" fill=\"#3da44d\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<path clip-path=\"url(#clip0602)\" d=\"M2278.92 1272.48 L2275.16 1283.29 L2263.7 1283.53 L2272.84 1290.46 L2269.51 1301.42 L2278.92 1294.88 L2288.32 1301.42 L2285 1290.46 L2294.13 1283.53 L2282.68 1283.29 L2278.92 1272.48 Z\" fill=\"#3da44d\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<path clip-path=\"url(#clip0602)\" d=\"M2293.37 1272.48 L2289.61 1283.29 L2278.15 1283.53 L2287.29 1290.46 L2283.96 1301.42 L2293.37 1294.88 L2302.77 1301.42 L2299.45 1290.46 L2308.58 1283.53 L2297.13 1283.29 L2293.37 1272.48 Z\" fill=\"#3da44d\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<polyline clip-path=\"url(#clip0602)\" style=\"stroke:#c271d2; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
       "  313.696,253.12 328.146,238.815 342.596,237.372 357.047,224.352 371.497,224.261 385.947,193.458 400.397,191.473 414.847,165.049 429.297,153.611 443.747,136.459 \n",
       "  458.198,133.152 472.648,101.372 487.098,101.109 501.548,100.144 515.998,98.6183 530.448,97.7072 544.898,98.6183 559.349,102.392 573.799,102.392 588.249,107.028 \n",
       "  602.699,132.353 617.149,134.484 631.599,132.353 646.049,129.614 660.5,126.981 674.95,126.038 689.4,126.97 703.85,126.97 718.3,126.97 732.75,121.358 \n",
       "  747.2,120.29 761.651,120.29 776.101,133.154 790.551,137.171 805.001,139.327 819.451,137.171 833.901,132.669 848.351,132.669 862.802,135.093 877.252,136.849 \n",
       "  891.702,136.849 906.152,152.459 920.602,155.623 935.052,168.346 949.502,169.879 963.953,168.346 978.403,160.125 992.853,160.125 1007.3,169.349 1021.75,173.755 \n",
       "  1036.2,175.967 1050.65,175.967 1065.1,178.154 1079.55,181.464 1094,181.464 1108.45,181.464 1122.9,187.733 1137.35,187.733 1151.8,180.824 1166.25,179.568 \n",
       "  1180.7,173.793 1195.15,169.256 1209.61,167.044 1224.06,165.419 1238.51,165.419 1252.96,165.419 1267.41,159.155 1281.86,159.155 1296.31,161.317 1310.76,174.629 \n",
       "  1325.21,166.502 1339.66,166.502 1354.11,158.105 1368.56,158.105 1383.01,158.546 1397.46,159.612 1411.91,161.008 1426.36,159.612 1440.81,157.104 1455.26,154.945 \n",
       "  1469.71,148.537 1484.16,154.945 1498.61,155.357 1513.06,161.087 1527.51,166.036 1541.96,167.888 1556.41,169.584 1570.86,182.525 1585.31,188.548 1599.76,196.146 \n",
       "  1614.21,198.015 1628.66,208.276 1643.11,208.276 1657.56,203.85 1672.01,195.913 1686.46,197.757 1700.91,196.836 1715.36,196.836 1729.81,196.836 1744.26,202.027 \n",
       "  1758.71,202.919 1773.16,213.168 1787.61,213.168 1802.06,215.342 1816.51,221.415 1830.96,225.891 1845.41,227.987 1859.86,238.53 1874.31,238.53 1888.76,238.53 \n",
       "  1903.21,253.461 1917.66,264.796 1932.11,276.071 1946.56,279.487 1961.01,283.032 1975.46,298.802 1989.91,324.415 2004.36,370.293 2018.81,377.684 2033.26,383.853 \n",
       "  2047.71,386.827 2062.16,392.895 2076.61,393.708 2091.06,423.044 2105.51,430.238 2119.96,430.709 2134.41,442.216 2148.86,447.737 2163.31,447.737 2177.76,450.473 \n",
       "  2192.21,453.144 2206.66,464.835 2221.12,474.029 2235.57,491.774 2250.02,492.191 2264.47,491.774 2278.92,491.664 2293.37,491.664 \n",
       "  \"/>\n",
       "<path clip-path=\"url(#clip0602)\" d=\"M313.696 237.12 L309.936 247.936 L298.48 248.176 L307.616 255.104 L304.288 266.064 L313.696 259.52 L323.104 266.064 L319.776 255.104 L328.912 248.176 L317.456 247.936 L313.696 237.12 Z\" fill=\"#c271d2\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<path clip-path=\"url(#clip0602)\" d=\"M328.146 222.815 L324.386 233.631 L312.93 233.871 L322.066 240.799 L318.738 251.759 L328.146 245.215 L337.554 251.759 L334.226 240.799 L343.362 233.871 L331.906 233.631 L328.146 222.815 Z\" fill=\"#c271d2\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<path clip-path=\"url(#clip0602)\" d=\"M342.596 221.372 L338.836 232.188 L327.38 232.428 L336.516 239.356 L333.188 250.316 L342.596 243.772 L352.004 250.316 L348.676 239.356 L357.812 232.428 L346.356 232.188 L342.596 221.372 Z\" fill=\"#c271d2\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<path clip-path=\"url(#clip0602)\" d=\"M357.047 208.352 L353.287 219.168 L341.831 219.408 L350.967 226.336 L347.639 237.296 L357.047 230.752 L366.455 237.296 L363.127 226.336 L372.263 219.408 L360.807 219.168 L357.047 208.352 Z\" fill=\"#c271d2\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<path clip-path=\"url(#clip0602)\" d=\"M371.497 208.261 L367.737 219.077 L356.281 219.317 L365.417 226.245 L362.089 237.205 L371.497 230.661 L380.905 237.205 L377.577 226.245 L386.713 219.317 L375.257 219.077 L371.497 208.261 Z\" fill=\"#c271d2\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<path clip-path=\"url(#clip0602)\" d=\"M385.947 177.458 L382.187 188.274 L370.731 188.514 L379.867 195.442 L376.539 206.402 L385.947 199.858 L395.355 206.402 L392.027 195.442 L401.163 188.514 L389.707 188.274 L385.947 177.458 Z\" fill=\"#c271d2\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<path clip-path=\"url(#clip0602)\" d=\"M400.397 175.473 L396.637 186.289 L385.181 186.529 L394.317 193.457 L390.989 204.417 L400.397 197.873 L409.805 204.417 L406.477 193.457 L415.613 186.529 L404.157 186.289 L400.397 175.473 Z\" fill=\"#c271d2\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<path clip-path=\"url(#clip0602)\" d=\"M414.847 149.049 L411.087 159.865 L399.631 160.105 L408.767 167.033 L405.439 177.993 L414.847 171.449 L424.255 177.993 L420.927 167.033 L430.063 160.105 L418.607 159.865 L414.847 149.049 Z\" fill=\"#c271d2\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<path clip-path=\"url(#clip0602)\" d=\"M429.297 137.611 L425.537 148.427 L414.081 148.667 L423.217 155.595 L419.889 166.555 L429.297 160.011 L438.705 166.555 L435.377 155.595 L444.513 148.667 L433.057 148.427 L429.297 137.611 Z\" fill=\"#c271d2\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<path clip-path=\"url(#clip0602)\" d=\"M443.747 120.459 L439.987 131.275 L428.531 131.515 L437.667 138.443 L434.339 149.403 L443.747 142.859 L453.155 149.403 L449.827 138.443 L458.963 131.515 L447.507 131.275 L443.747 120.459 Z\" fill=\"#c271d2\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<path clip-path=\"url(#clip0602)\" d=\"M458.198 117.152 L454.438 127.968 L442.982 128.208 L452.118 135.136 L448.79 146.096 L458.198 139.552 L467.606 146.096 L464.278 135.136 L473.414 128.208 L461.958 127.968 L458.198 117.152 Z\" fill=\"#c271d2\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<path clip-path=\"url(#clip0602)\" d=\"M472.648 85.3725 L468.888 96.1885 L457.432 96.4285 L466.568 103.356 L463.24 114.316 L472.648 107.772 L482.056 114.316 L478.728 103.356 L487.864 96.4285 L476.408 96.1885 L472.648 85.3725 Z\" fill=\"#c271d2\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<path clip-path=\"url(#clip0602)\" d=\"M487.098 85.1086 L483.338 95.9246 L471.882 96.1646 L481.018 103.093 L477.69 114.053 L487.098 107.509 L496.506 114.053 L493.178 103.093 L502.314 96.1646 L490.858 95.9246 L487.098 85.1086 Z\" fill=\"#c271d2\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<path clip-path=\"url(#clip0602)\" d=\"M501.548 84.1443 L497.788 94.9603 L486.332 95.2003 L495.468 102.128 L492.14 113.088 L501.548 106.544 L510.956 113.088 L507.628 102.128 L516.764 95.2003 L505.308 94.9603 L501.548 84.1443 Z\" fill=\"#c271d2\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<path clip-path=\"url(#clip0602)\" d=\"M515.998 82.6183 L512.238 93.4343 L500.782 93.6743 L509.918 100.602 L506.59 111.562 L515.998 105.018 L525.406 111.562 L522.078 100.602 L531.214 93.6743 L519.758 93.4343 L515.998 82.6183 Z\" fill=\"#c271d2\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<path clip-path=\"url(#clip0602)\" d=\"M530.448 81.7072 L526.688 92.5232 L515.232 92.7632 L524.368 99.6912 L521.04 110.651 L530.448 104.107 L539.856 110.651 L536.528 99.6912 L545.664 92.7632 L534.208 92.5232 L530.448 81.7072 Z\" fill=\"#c271d2\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<path clip-path=\"url(#clip0602)\" d=\"M544.898 82.6183 L541.138 93.4343 L529.682 93.6743 L538.818 100.602 L535.49 111.562 L544.898 105.018 L554.306 111.562 L550.978 100.602 L560.114 93.6743 L548.658 93.4343 L544.898 82.6183 Z\" fill=\"#c271d2\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<path clip-path=\"url(#clip0602)\" d=\"M559.349 86.3923 L555.589 97.2083 L544.133 97.4483 L553.269 104.376 L549.941 115.336 L559.349 108.792 L568.757 115.336 L565.429 104.376 L574.565 97.4483 L563.109 97.2083 L559.349 86.3923 Z\" fill=\"#c271d2\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<path clip-path=\"url(#clip0602)\" d=\"M573.799 86.3923 L570.039 97.2083 L558.583 97.4483 L567.719 104.376 L564.391 115.336 L573.799 108.792 L583.207 115.336 L579.879 104.376 L589.015 97.4483 L577.559 97.2083 L573.799 86.3923 Z\" fill=\"#c271d2\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<path clip-path=\"url(#clip0602)\" d=\"M588.249 91.0277 L584.489 101.844 L573.033 102.084 L582.169 109.012 L578.841 119.972 L588.249 113.428 L597.657 119.972 L594.329 109.012 L603.465 102.084 L592.009 101.844 L588.249 91.0277 Z\" fill=\"#c271d2\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<path clip-path=\"url(#clip0602)\" d=\"M602.699 116.353 L598.939 127.169 L587.483 127.409 L596.619 134.337 L593.291 145.297 L602.699 138.753 L612.107 145.297 L608.779 134.337 L617.915 127.409 L606.459 127.169 L602.699 116.353 Z\" fill=\"#c271d2\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<path clip-path=\"url(#clip0602)\" d=\"M617.149 118.484 L613.389 129.3 L601.933 129.54 L611.069 136.468 L607.741 147.428 L617.149 140.884 L626.557 147.428 L623.229 136.468 L632.365 129.54 L620.909 129.3 L617.149 118.484 Z\" fill=\"#c271d2\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<path clip-path=\"url(#clip0602)\" d=\"M631.599 116.353 L627.839 127.169 L616.383 127.409 L625.519 134.337 L622.191 145.297 L631.599 138.753 L641.007 145.297 L637.679 134.337 L646.815 127.409 L635.359 127.169 L631.599 116.353 Z\" fill=\"#c271d2\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<path clip-path=\"url(#clip0602)\" d=\"M646.049 113.614 L642.289 124.43 L630.833 124.67 L639.969 131.598 L636.641 142.558 L646.049 136.014 L655.457 142.558 L652.129 131.598 L661.265 124.67 L649.809 124.43 L646.049 113.614 Z\" fill=\"#c271d2\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<path clip-path=\"url(#clip0602)\" d=\"M660.5 110.981 L656.74 121.797 L645.284 122.037 L654.42 128.965 L651.092 139.925 L660.5 133.381 L669.908 139.925 L666.58 128.965 L675.716 122.037 L664.26 121.797 L660.5 110.981 Z\" fill=\"#c271d2\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<path clip-path=\"url(#clip0602)\" d=\"M674.95 110.038 L671.19 120.854 L659.734 121.094 L668.87 128.022 L665.542 138.982 L674.95 132.438 L684.358 138.982 L681.03 128.022 L690.166 121.094 L678.71 120.854 L674.95 110.038 Z\" fill=\"#c271d2\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<path clip-path=\"url(#clip0602)\" d=\"M689.4 110.97 L685.64 121.786 L674.184 122.026 L683.32 128.954 L679.992 139.914 L689.4 133.37 L698.808 139.914 L695.48 128.954 L704.616 122.026 L693.16 121.786 L689.4 110.97 Z\" fill=\"#c271d2\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<path clip-path=\"url(#clip0602)\" d=\"M703.85 110.97 L700.09 121.786 L688.634 122.026 L697.77 128.954 L694.442 139.914 L703.85 133.37 L713.258 139.914 L709.93 128.954 L719.066 122.026 L707.61 121.786 L703.85 110.97 Z\" fill=\"#c271d2\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<path clip-path=\"url(#clip0602)\" d=\"M718.3 110.97 L714.54 121.786 L703.084 122.026 L712.22 128.954 L708.892 139.914 L718.3 133.37 L727.708 139.914 L724.38 128.954 L733.516 122.026 L722.06 121.786 L718.3 110.97 Z\" fill=\"#c271d2\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<path clip-path=\"url(#clip0602)\" d=\"M732.75 105.358 L728.99 116.174 L717.534 116.414 L726.67 123.342 L723.342 134.302 L732.75 127.758 L742.158 134.302 L738.83 123.342 L747.966 116.414 L736.51 116.174 L732.75 105.358 Z\" fill=\"#c271d2\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<path clip-path=\"url(#clip0602)\" d=\"M747.2 104.29 L743.44 115.106 L731.984 115.346 L741.12 122.274 L737.792 133.234 L747.2 126.69 L756.608 133.234 L753.28 122.274 L762.416 115.346 L750.96 115.106 L747.2 104.29 Z\" fill=\"#c271d2\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<path clip-path=\"url(#clip0602)\" d=\"M761.651 104.29 L757.891 115.106 L746.435 115.346 L755.571 122.274 L752.243 133.234 L761.651 126.69 L771.059 133.234 L767.731 122.274 L776.867 115.346 L765.411 115.106 L761.651 104.29 Z\" fill=\"#c271d2\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<path clip-path=\"url(#clip0602)\" d=\"M776.101 117.154 L772.341 127.97 L760.885 128.21 L770.021 135.138 L766.693 146.098 L776.101 139.554 L785.509 146.098 L782.181 135.138 L791.317 128.21 L779.861 127.97 L776.101 117.154 Z\" fill=\"#c271d2\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<path clip-path=\"url(#clip0602)\" d=\"M790.551 121.171 L786.791 131.987 L775.335 132.227 L784.471 139.155 L781.143 150.115 L790.551 143.571 L799.959 150.115 L796.631 139.155 L805.767 132.227 L794.311 131.987 L790.551 121.171 Z\" fill=\"#c271d2\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<path clip-path=\"url(#clip0602)\" d=\"M805.001 123.327 L801.241 134.143 L789.785 134.383 L798.921 141.311 L795.593 152.271 L805.001 145.727 L814.409 152.271 L811.081 141.311 L820.217 134.383 L808.761 134.143 L805.001 123.327 Z\" fill=\"#c271d2\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<path clip-path=\"url(#clip0602)\" d=\"M819.451 121.171 L815.691 131.987 L804.235 132.227 L813.371 139.155 L810.043 150.115 L819.451 143.571 L828.859 150.115 L825.531 139.155 L834.667 132.227 L823.211 131.987 L819.451 121.171 Z\" fill=\"#c271d2\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<path clip-path=\"url(#clip0602)\" d=\"M833.901 116.669 L830.141 127.485 L818.685 127.725 L827.821 134.653 L824.493 145.613 L833.901 139.069 L843.309 145.613 L839.981 134.653 L849.117 127.725 L837.661 127.485 L833.901 116.669 Z\" fill=\"#c271d2\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<path clip-path=\"url(#clip0602)\" d=\"M848.351 116.669 L844.591 127.485 L833.135 127.725 L842.271 134.653 L838.943 145.613 L848.351 139.069 L857.759 145.613 L854.431 134.653 L863.567 127.725 L852.111 127.485 L848.351 116.669 Z\" fill=\"#c271d2\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<path clip-path=\"url(#clip0602)\" d=\"M862.802 119.093 L859.042 129.909 L847.586 130.149 L856.722 137.077 L853.394 148.037 L862.802 141.493 L872.21 148.037 L868.882 137.077 L878.018 130.149 L866.562 129.909 L862.802 119.093 Z\" fill=\"#c271d2\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<path clip-path=\"url(#clip0602)\" d=\"M877.252 120.849 L873.492 131.665 L862.036 131.905 L871.172 138.833 L867.844 149.793 L877.252 143.249 L886.66 149.793 L883.332 138.833 L892.468 131.905 L881.012 131.665 L877.252 120.849 Z\" fill=\"#c271d2\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<path clip-path=\"url(#clip0602)\" d=\"M891.702 120.849 L887.942 131.665 L876.486 131.905 L885.622 138.833 L882.294 149.793 L891.702 143.249 L901.11 149.793 L897.782 138.833 L906.918 131.905 L895.462 131.665 L891.702 120.849 Z\" fill=\"#c271d2\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<path clip-path=\"url(#clip0602)\" d=\"M906.152 136.459 L902.392 147.275 L890.936 147.515 L900.072 154.443 L896.744 165.403 L906.152 158.859 L915.56 165.403 L912.232 154.443 L921.368 147.515 L909.912 147.275 L906.152 136.459 Z\" fill=\"#c271d2\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<path clip-path=\"url(#clip0602)\" d=\"M920.602 139.623 L916.842 150.439 L905.386 150.679 L914.522 157.607 L911.194 168.567 L920.602 162.023 L930.01 168.567 L926.682 157.607 L935.818 150.679 L924.362 150.439 L920.602 139.623 Z\" fill=\"#c271d2\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<path clip-path=\"url(#clip0602)\" d=\"M935.052 152.346 L931.292 163.162 L919.836 163.402 L928.972 170.33 L925.644 181.29 L935.052 174.746 L944.46 181.29 L941.132 170.33 L950.268 163.402 L938.812 163.162 L935.052 152.346 Z\" fill=\"#c271d2\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<path clip-path=\"url(#clip0602)\" d=\"M949.502 153.879 L945.742 164.695 L934.286 164.935 L943.422 171.863 L940.094 182.823 L949.502 176.279 L958.91 182.823 L955.582 171.863 L964.718 164.935 L953.262 164.695 L949.502 153.879 Z\" fill=\"#c271d2\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<path clip-path=\"url(#clip0602)\" d=\"M963.953 152.346 L960.193 163.162 L948.737 163.402 L957.873 170.33 L954.545 181.29 L963.953 174.746 L973.361 181.29 L970.033 170.33 L979.169 163.402 L967.713 163.162 L963.953 152.346 Z\" fill=\"#c271d2\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<path clip-path=\"url(#clip0602)\" d=\"M978.403 144.125 L974.643 154.941 L963.187 155.181 L972.323 162.109 L968.995 173.069 L978.403 166.525 L987.811 173.069 L984.483 162.109 L993.619 155.181 L982.163 154.941 L978.403 144.125 Z\" fill=\"#c271d2\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<path clip-path=\"url(#clip0602)\" d=\"M992.853 144.125 L989.093 154.941 L977.637 155.181 L986.773 162.109 L983.445 173.069 L992.853 166.525 L1002.26 173.069 L998.933 162.109 L1008.07 155.181 L996.613 154.941 L992.853 144.125 Z\" fill=\"#c271d2\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<path clip-path=\"url(#clip0602)\" d=\"M1007.3 153.349 L1003.54 164.165 L992.087 164.405 L1001.22 171.333 L997.895 182.293 L1007.3 175.749 L1016.71 182.293 L1013.38 171.333 L1022.52 164.405 L1011.06 164.165 L1007.3 153.349 Z\" fill=\"#c271d2\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<path clip-path=\"url(#clip0602)\" d=\"M1021.75 157.755 L1017.99 168.571 L1006.54 168.811 L1015.67 175.739 L1012.35 186.699 L1021.75 180.155 L1031.16 186.699 L1027.83 175.739 L1036.97 168.811 L1025.51 168.571 L1021.75 157.755 Z\" fill=\"#c271d2\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<path clip-path=\"url(#clip0602)\" d=\"M1036.2 159.967 L1032.44 170.783 L1020.99 171.023 L1030.12 177.951 L1026.8 188.911 L1036.2 182.367 L1045.61 188.911 L1042.28 177.951 L1051.42 171.023 L1039.96 170.783 L1036.2 159.967 Z\" fill=\"#c271d2\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<path clip-path=\"url(#clip0602)\" d=\"M1050.65 159.967 L1046.89 170.783 L1035.44 171.023 L1044.57 177.951 L1041.25 188.911 L1050.65 182.367 L1060.06 188.911 L1056.73 177.951 L1065.87 171.023 L1054.41 170.783 L1050.65 159.967 Z\" fill=\"#c271d2\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<path clip-path=\"url(#clip0602)\" d=\"M1065.1 162.154 L1061.34 172.97 L1049.89 173.21 L1059.02 180.138 L1055.7 191.098 L1065.1 184.554 L1074.51 191.098 L1071.18 180.138 L1080.32 173.21 L1068.86 172.97 L1065.1 162.154 Z\" fill=\"#c271d2\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<path clip-path=\"url(#clip0602)\" d=\"M1079.55 165.464 L1075.79 176.28 L1064.34 176.52 L1073.47 183.448 L1070.15 194.408 L1079.55 187.864 L1088.96 194.408 L1085.63 183.448 L1094.77 176.52 L1083.31 176.28 L1079.55 165.464 Z\" fill=\"#c271d2\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<path clip-path=\"url(#clip0602)\" d=\"M1094 165.464 L1090.24 176.28 L1078.79 176.52 L1087.92 183.448 L1084.6 194.408 L1094 187.864 L1103.41 194.408 L1100.08 183.448 L1109.22 176.52 L1097.76 176.28 L1094 165.464 Z\" fill=\"#c271d2\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<path clip-path=\"url(#clip0602)\" d=\"M1108.45 165.464 L1104.69 176.28 L1093.24 176.52 L1102.37 183.448 L1099.05 194.408 L1108.45 187.864 L1117.86 194.408 L1114.53 183.448 L1123.67 176.52 L1112.21 176.28 L1108.45 165.464 Z\" fill=\"#c271d2\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<path clip-path=\"url(#clip0602)\" d=\"M1122.9 171.733 L1119.14 182.549 L1107.69 182.789 L1116.82 189.717 L1113.5 200.677 L1122.9 194.133 L1132.31 200.677 L1128.98 189.717 L1138.12 182.789 L1126.66 182.549 L1122.9 171.733 Z\" fill=\"#c271d2\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<path clip-path=\"url(#clip0602)\" d=\"M1137.35 171.733 L1133.59 182.549 L1122.14 182.789 L1131.27 189.717 L1127.95 200.677 L1137.35 194.133 L1146.76 200.677 L1143.43 189.717 L1152.57 182.789 L1141.11 182.549 L1137.35 171.733 Z\" fill=\"#c271d2\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<path clip-path=\"url(#clip0602)\" d=\"M1151.8 164.824 L1148.04 175.64 L1136.59 175.88 L1145.72 182.808 L1142.4 193.768 L1151.8 187.224 L1161.21 193.768 L1157.88 182.808 L1167.02 175.88 L1155.56 175.64 L1151.8 164.824 Z\" fill=\"#c271d2\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<path clip-path=\"url(#clip0602)\" d=\"M1166.25 163.568 L1162.49 174.384 L1151.04 174.624 L1160.17 181.552 L1156.85 192.512 L1166.25 185.968 L1175.66 192.512 L1172.33 181.552 L1181.47 174.624 L1170.01 174.384 L1166.25 163.568 Z\" fill=\"#c271d2\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<path clip-path=\"url(#clip0602)\" d=\"M1180.7 157.793 L1176.94 168.609 L1165.49 168.849 L1174.62 175.777 L1171.3 186.737 L1180.7 180.193 L1190.11 186.737 L1186.78 175.777 L1195.92 168.849 L1184.46 168.609 L1180.7 157.793 Z\" fill=\"#c271d2\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<path clip-path=\"url(#clip0602)\" d=\"M1195.15 153.256 L1191.39 164.072 L1179.94 164.312 L1189.07 171.24 L1185.75 182.2 L1195.15 175.656 L1204.56 182.2 L1201.23 171.24 L1210.37 164.312 L1198.91 164.072 L1195.15 153.256 Z\" fill=\"#c271d2\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<path clip-path=\"url(#clip0602)\" d=\"M1209.61 151.044 L1205.85 161.86 L1194.39 162.1 L1203.53 169.028 L1200.2 179.988 L1209.61 173.444 L1219.01 179.988 L1215.69 169.028 L1224.82 162.1 L1213.37 161.86 L1209.61 151.044 Z\" fill=\"#c271d2\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<path clip-path=\"url(#clip0602)\" d=\"M1224.06 149.419 L1220.3 160.235 L1208.84 160.475 L1217.98 167.403 L1214.65 178.363 L1224.06 171.819 L1233.46 178.363 L1230.14 167.403 L1239.27 160.475 L1227.82 160.235 L1224.06 149.419 Z\" fill=\"#c271d2\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<path clip-path=\"url(#clip0602)\" d=\"M1238.51 149.419 L1234.75 160.235 L1223.29 160.475 L1232.43 167.403 L1229.1 178.363 L1238.51 171.819 L1247.91 178.363 L1244.59 167.403 L1253.72 160.475 L1242.27 160.235 L1238.51 149.419 Z\" fill=\"#c271d2\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<path clip-path=\"url(#clip0602)\" d=\"M1252.96 149.419 L1249.2 160.235 L1237.74 160.475 L1246.88 167.403 L1243.55 178.363 L1252.96 171.819 L1262.36 178.363 L1259.04 167.403 L1268.17 160.475 L1256.72 160.235 L1252.96 149.419 Z\" fill=\"#c271d2\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<path clip-path=\"url(#clip0602)\" d=\"M1267.41 143.155 L1263.65 153.971 L1252.19 154.211 L1261.33 161.139 L1258 172.099 L1267.41 165.555 L1276.81 172.099 L1273.49 161.139 L1282.62 154.211 L1271.17 153.971 L1267.41 143.155 Z\" fill=\"#c271d2\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<path clip-path=\"url(#clip0602)\" d=\"M1281.86 143.155 L1278.1 153.971 L1266.64 154.211 L1275.78 161.139 L1272.45 172.099 L1281.86 165.555 L1291.26 172.099 L1287.94 161.139 L1297.07 154.211 L1285.62 153.971 L1281.86 143.155 Z\" fill=\"#c271d2\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<path clip-path=\"url(#clip0602)\" d=\"M1296.31 145.317 L1292.55 156.133 L1281.09 156.373 L1290.23 163.301 L1286.9 174.261 L1296.31 167.717 L1305.71 174.261 L1302.39 163.301 L1311.52 156.373 L1300.07 156.133 L1296.31 145.317 Z\" fill=\"#c271d2\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<path clip-path=\"url(#clip0602)\" d=\"M1310.76 158.629 L1307 169.445 L1295.54 169.685 L1304.68 176.613 L1301.35 187.573 L1310.76 181.029 L1320.16 187.573 L1316.84 176.613 L1325.97 169.685 L1314.52 169.445 L1310.76 158.629 Z\" fill=\"#c271d2\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<path clip-path=\"url(#clip0602)\" d=\"M1325.21 150.502 L1321.45 161.318 L1309.99 161.558 L1319.13 168.486 L1315.8 179.446 L1325.21 172.902 L1334.61 179.446 L1331.29 168.486 L1340.42 161.558 L1328.97 161.318 L1325.21 150.502 Z\" fill=\"#c271d2\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<path clip-path=\"url(#clip0602)\" d=\"M1339.66 150.502 L1335.9 161.318 L1324.44 161.558 L1333.58 168.486 L1330.25 179.446 L1339.66 172.902 L1349.06 179.446 L1345.74 168.486 L1354.87 161.558 L1343.42 161.318 L1339.66 150.502 Z\" fill=\"#c271d2\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<path clip-path=\"url(#clip0602)\" d=\"M1354.11 142.105 L1350.35 152.921 L1338.89 153.161 L1348.03 160.089 L1344.7 171.049 L1354.11 164.505 L1363.51 171.049 L1360.19 160.089 L1369.32 153.161 L1357.87 152.921 L1354.11 142.105 Z\" fill=\"#c271d2\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<path clip-path=\"url(#clip0602)\" d=\"M1368.56 142.105 L1364.8 152.921 L1353.34 153.161 L1362.48 160.089 L1359.15 171.049 L1368.56 164.505 L1377.96 171.049 L1374.64 160.089 L1383.77 153.161 L1372.32 152.921 L1368.56 142.105 Z\" fill=\"#c271d2\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<path clip-path=\"url(#clip0602)\" d=\"M1383.01 142.546 L1379.25 153.362 L1367.79 153.602 L1376.93 160.53 L1373.6 171.49 L1383.01 164.946 L1392.41 171.49 L1389.09 160.53 L1398.22 153.602 L1386.77 153.362 L1383.01 142.546 Z\" fill=\"#c271d2\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<path clip-path=\"url(#clip0602)\" d=\"M1397.46 143.612 L1393.7 154.428 L1382.24 154.668 L1391.38 161.596 L1388.05 172.556 L1397.46 166.012 L1406.86 172.556 L1403.54 161.596 L1412.67 154.668 L1401.22 154.428 L1397.46 143.612 Z\" fill=\"#c271d2\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<path clip-path=\"url(#clip0602)\" d=\"M1411.91 145.008 L1408.15 155.824 L1396.69 156.064 L1405.83 162.992 L1402.5 173.952 L1411.91 167.408 L1421.32 173.952 L1417.99 162.992 L1427.12 156.064 L1415.67 155.824 L1411.91 145.008 Z\" fill=\"#c271d2\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<path clip-path=\"url(#clip0602)\" d=\"M1426.36 143.612 L1422.6 154.428 L1411.14 154.668 L1420.28 161.596 L1416.95 172.556 L1426.36 166.012 L1435.77 172.556 L1432.44 161.596 L1441.57 154.668 L1430.12 154.428 L1426.36 143.612 Z\" fill=\"#c271d2\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<path clip-path=\"url(#clip0602)\" d=\"M1440.81 141.104 L1437.05 151.92 L1425.59 152.16 L1434.73 159.088 L1431.4 170.048 L1440.81 163.504 L1450.22 170.048 L1446.89 159.088 L1456.02 152.16 L1444.57 151.92 L1440.81 141.104 Z\" fill=\"#c271d2\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<path clip-path=\"url(#clip0602)\" d=\"M1455.26 138.945 L1451.5 149.761 L1440.04 150.001 L1449.18 156.929 L1445.85 167.889 L1455.26 161.345 L1464.67 167.889 L1461.34 156.929 L1470.47 150.001 L1459.02 149.761 L1455.26 138.945 Z\" fill=\"#c271d2\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<path clip-path=\"url(#clip0602)\" d=\"M1469.71 132.537 L1465.95 143.353 L1454.49 143.593 L1463.63 150.521 L1460.3 161.481 L1469.71 154.937 L1479.12 161.481 L1475.79 150.521 L1484.92 143.593 L1473.47 143.353 L1469.71 132.537 Z\" fill=\"#c271d2\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<path clip-path=\"url(#clip0602)\" d=\"M1484.16 138.945 L1480.4 149.761 L1468.94 150.001 L1478.08 156.929 L1474.75 167.889 L1484.16 161.345 L1493.57 167.889 L1490.24 156.929 L1499.37 150.001 L1487.92 149.761 L1484.16 138.945 Z\" fill=\"#c271d2\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<path clip-path=\"url(#clip0602)\" d=\"M1498.61 139.357 L1494.85 150.173 L1483.39 150.413 L1492.53 157.341 L1489.2 168.301 L1498.61 161.757 L1508.02 168.301 L1504.69 157.341 L1513.82 150.413 L1502.37 150.173 L1498.61 139.357 Z\" fill=\"#c271d2\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<path clip-path=\"url(#clip0602)\" d=\"M1513.06 145.087 L1509.3 155.903 L1497.84 156.143 L1506.98 163.071 L1503.65 174.031 L1513.06 167.487 L1522.47 174.031 L1519.14 163.071 L1528.27 156.143 L1516.82 155.903 L1513.06 145.087 Z\" fill=\"#c271d2\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<path clip-path=\"url(#clip0602)\" d=\"M1527.51 150.036 L1523.75 160.852 L1512.29 161.092 L1521.43 168.02 L1518.1 178.98 L1527.51 172.436 L1536.92 178.98 L1533.59 168.02 L1542.72 161.092 L1531.27 160.852 L1527.51 150.036 Z\" fill=\"#c271d2\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<path clip-path=\"url(#clip0602)\" d=\"M1541.96 151.888 L1538.2 162.704 L1526.74 162.944 L1535.88 169.872 L1532.55 180.832 L1541.96 174.288 L1551.37 180.832 L1548.04 169.872 L1557.17 162.944 L1545.72 162.704 L1541.96 151.888 Z\" fill=\"#c271d2\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<path clip-path=\"url(#clip0602)\" d=\"M1556.41 153.584 L1552.65 164.4 L1541.19 164.64 L1550.33 171.568 L1547 182.528 L1556.41 175.984 L1565.82 182.528 L1562.49 171.568 L1571.62 164.64 L1560.17 164.4 L1556.41 153.584 Z\" fill=\"#c271d2\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<path clip-path=\"url(#clip0602)\" d=\"M1570.86 166.525 L1567.1 177.341 L1555.64 177.581 L1564.78 184.509 L1561.45 195.469 L1570.86 188.925 L1580.27 195.469 L1576.94 184.509 L1586.07 177.581 L1574.62 177.341 L1570.86 166.525 Z\" fill=\"#c271d2\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<path clip-path=\"url(#clip0602)\" d=\"M1585.31 172.548 L1581.55 183.364 L1570.09 183.604 L1579.23 190.532 L1575.9 201.492 L1585.31 194.948 L1594.72 201.492 L1591.39 190.532 L1600.52 183.604 L1589.07 183.364 L1585.31 172.548 Z\" fill=\"#c271d2\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<path clip-path=\"url(#clip0602)\" d=\"M1599.76 180.146 L1596 190.962 L1584.54 191.202 L1593.68 198.13 L1590.35 209.09 L1599.76 202.546 L1609.17 209.09 L1605.84 198.13 L1614.97 191.202 L1603.52 190.962 L1599.76 180.146 Z\" fill=\"#c271d2\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<path clip-path=\"url(#clip0602)\" d=\"M1614.21 182.015 L1610.45 192.831 L1598.99 193.071 L1608.13 199.999 L1604.8 210.959 L1614.21 204.415 L1623.62 210.959 L1620.29 199.999 L1629.43 193.071 L1617.97 192.831 L1614.21 182.015 Z\" fill=\"#c271d2\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<path clip-path=\"url(#clip0602)\" d=\"M1628.66 192.276 L1624.9 203.092 L1613.44 203.332 L1622.58 210.26 L1619.25 221.22 L1628.66 214.676 L1638.07 221.22 L1634.74 210.26 L1643.88 203.332 L1632.42 203.092 L1628.66 192.276 Z\" fill=\"#c271d2\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<path clip-path=\"url(#clip0602)\" d=\"M1643.11 192.276 L1639.35 203.092 L1627.89 203.332 L1637.03 210.26 L1633.7 221.22 L1643.11 214.676 L1652.52 221.22 L1649.19 210.26 L1658.33 203.332 L1646.87 203.092 L1643.11 192.276 Z\" fill=\"#c271d2\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<path clip-path=\"url(#clip0602)\" d=\"M1657.56 187.85 L1653.8 198.666 L1642.34 198.906 L1651.48 205.834 L1648.15 216.794 L1657.56 210.25 L1666.97 216.794 L1663.64 205.834 L1672.78 198.906 L1661.32 198.666 L1657.56 187.85 Z\" fill=\"#c271d2\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<path clip-path=\"url(#clip0602)\" d=\"M1672.01 179.913 L1668.25 190.729 L1656.79 190.969 L1665.93 197.897 L1662.6 208.857 L1672.01 202.313 L1681.42 208.857 L1678.09 197.897 L1687.23 190.969 L1675.77 190.729 L1672.01 179.913 Z\" fill=\"#c271d2\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<path clip-path=\"url(#clip0602)\" d=\"M1686.46 181.757 L1682.7 192.573 L1671.24 192.813 L1680.38 199.741 L1677.05 210.701 L1686.46 204.157 L1695.87 210.701 L1692.54 199.741 L1701.68 192.813 L1690.22 192.573 L1686.46 181.757 Z\" fill=\"#c271d2\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<path clip-path=\"url(#clip0602)\" d=\"M1700.91 180.836 L1697.15 191.652 L1685.69 191.892 L1694.83 198.82 L1691.5 209.78 L1700.91 203.236 L1710.32 209.78 L1706.99 198.82 L1716.13 191.892 L1704.67 191.652 L1700.91 180.836 Z\" fill=\"#c271d2\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<path clip-path=\"url(#clip0602)\" d=\"M1715.36 180.836 L1711.6 191.652 L1700.14 191.892 L1709.28 198.82 L1705.95 209.78 L1715.36 203.236 L1724.77 209.78 L1721.44 198.82 L1730.58 191.892 L1719.12 191.652 L1715.36 180.836 Z\" fill=\"#c271d2\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<path clip-path=\"url(#clip0602)\" d=\"M1729.81 180.836 L1726.05 191.652 L1714.59 191.892 L1723.73 198.82 L1720.4 209.78 L1729.81 203.236 L1739.22 209.78 L1735.89 198.82 L1745.03 191.892 L1733.57 191.652 L1729.81 180.836 Z\" fill=\"#c271d2\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<path clip-path=\"url(#clip0602)\" d=\"M1744.26 186.027 L1740.5 196.843 L1729.04 197.083 L1738.18 204.011 L1734.85 214.971 L1744.26 208.427 L1753.67 214.971 L1750.34 204.011 L1759.48 197.083 L1748.02 196.843 L1744.26 186.027 Z\" fill=\"#c271d2\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<path clip-path=\"url(#clip0602)\" d=\"M1758.71 186.919 L1754.95 197.735 L1743.49 197.975 L1752.63 204.903 L1749.3 215.863 L1758.71 209.319 L1768.12 215.863 L1764.79 204.903 L1773.93 197.975 L1762.47 197.735 L1758.71 186.919 Z\" fill=\"#c271d2\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<path clip-path=\"url(#clip0602)\" d=\"M1773.16 197.168 L1769.4 207.984 L1757.94 208.224 L1767.08 215.152 L1763.75 226.112 L1773.16 219.568 L1782.57 226.112 L1779.24 215.152 L1788.38 208.224 L1776.92 207.984 L1773.16 197.168 Z\" fill=\"#c271d2\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<path clip-path=\"url(#clip0602)\" d=\"M1787.61 197.168 L1783.85 207.984 L1772.39 208.224 L1781.53 215.152 L1778.2 226.112 L1787.61 219.568 L1797.02 226.112 L1793.69 215.152 L1802.83 208.224 L1791.37 207.984 L1787.61 197.168 Z\" fill=\"#c271d2\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<path clip-path=\"url(#clip0602)\" d=\"M1802.06 199.342 L1798.3 210.158 L1786.84 210.398 L1795.98 217.326 L1792.65 228.286 L1802.06 221.742 L1811.47 228.286 L1808.14 217.326 L1817.28 210.398 L1805.82 210.158 L1802.06 199.342 Z\" fill=\"#c271d2\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<path clip-path=\"url(#clip0602)\" d=\"M1816.51 205.415 L1812.75 216.231 L1801.3 216.471 L1810.43 223.399 L1807.1 234.359 L1816.51 227.815 L1825.92 234.359 L1822.59 223.399 L1831.73 216.471 L1820.27 216.231 L1816.51 205.415 Z\" fill=\"#c271d2\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<path clip-path=\"url(#clip0602)\" d=\"M1830.96 209.891 L1827.2 220.707 L1815.75 220.947 L1824.88 227.875 L1821.55 238.835 L1830.96 232.291 L1840.37 238.835 L1837.04 227.875 L1846.18 220.947 L1834.72 220.707 L1830.96 209.891 Z\" fill=\"#c271d2\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<path clip-path=\"url(#clip0602)\" d=\"M1845.41 211.987 L1841.65 222.803 L1830.2 223.043 L1839.33 229.971 L1836 240.931 L1845.41 234.387 L1854.82 240.931 L1851.49 229.971 L1860.63 223.043 L1849.17 222.803 L1845.41 211.987 Z\" fill=\"#c271d2\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<path clip-path=\"url(#clip0602)\" d=\"M1859.86 222.53 L1856.1 233.346 L1844.65 233.586 L1853.78 240.514 L1850.45 251.474 L1859.86 244.93 L1869.27 251.474 L1865.94 240.514 L1875.08 233.586 L1863.62 233.346 L1859.86 222.53 Z\" fill=\"#c271d2\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<path clip-path=\"url(#clip0602)\" d=\"M1874.31 222.53 L1870.55 233.346 L1859.1 233.586 L1868.23 240.514 L1864.9 251.474 L1874.31 244.93 L1883.72 251.474 L1880.39 240.514 L1889.53 233.586 L1878.07 233.346 L1874.31 222.53 Z\" fill=\"#c271d2\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<path clip-path=\"url(#clip0602)\" d=\"M1888.76 222.53 L1885 233.346 L1873.55 233.586 L1882.68 240.514 L1879.35 251.474 L1888.76 244.93 L1898.17 251.474 L1894.84 240.514 L1903.98 233.586 L1892.52 233.346 L1888.76 222.53 Z\" fill=\"#c271d2\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<path clip-path=\"url(#clip0602)\" d=\"M1903.21 237.461 L1899.45 248.277 L1888 248.517 L1897.13 255.445 L1893.8 266.405 L1903.21 259.861 L1912.62 266.405 L1909.29 255.445 L1918.43 248.517 L1906.97 248.277 L1903.21 237.461 Z\" fill=\"#c271d2\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<path clip-path=\"url(#clip0602)\" d=\"M1917.66 248.796 L1913.9 259.612 L1902.45 259.852 L1911.58 266.78 L1908.25 277.74 L1917.66 271.196 L1927.07 277.74 L1923.74 266.78 L1932.88 259.852 L1921.42 259.612 L1917.66 248.796 Z\" fill=\"#c271d2\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<path clip-path=\"url(#clip0602)\" d=\"M1932.11 260.071 L1928.35 270.887 L1916.9 271.127 L1926.03 278.055 L1922.7 289.015 L1932.11 282.471 L1941.52 289.015 L1938.19 278.055 L1947.33 271.127 L1935.87 270.887 L1932.11 260.071 Z\" fill=\"#c271d2\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<path clip-path=\"url(#clip0602)\" d=\"M1946.56 263.487 L1942.8 274.303 L1931.35 274.543 L1940.48 281.471 L1937.15 292.431 L1946.56 285.887 L1955.97 292.431 L1952.64 281.471 L1961.78 274.543 L1950.32 274.303 L1946.56 263.487 Z\" fill=\"#c271d2\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<path clip-path=\"url(#clip0602)\" d=\"M1961.01 267.032 L1957.25 277.848 L1945.8 278.088 L1954.93 285.016 L1951.6 295.976 L1961.01 289.432 L1970.42 295.976 L1967.09 285.016 L1976.23 278.088 L1964.77 277.848 L1961.01 267.032 Z\" fill=\"#c271d2\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<path clip-path=\"url(#clip0602)\" d=\"M1975.46 282.802 L1971.7 293.618 L1960.25 293.858 L1969.38 300.786 L1966.05 311.746 L1975.46 305.202 L1984.87 311.746 L1981.54 300.786 L1990.68 293.858 L1979.22 293.618 L1975.46 282.802 Z\" fill=\"#c271d2\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<path clip-path=\"url(#clip0602)\" d=\"M1989.91 308.415 L1986.15 319.231 L1974.7 319.471 L1983.83 326.399 L1980.5 337.359 L1989.91 330.815 L1999.32 337.359 L1995.99 326.399 L2005.13 319.471 L1993.67 319.231 L1989.91 308.415 Z\" fill=\"#c271d2\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<path clip-path=\"url(#clip0602)\" d=\"M2004.36 354.293 L2000.6 365.109 L1989.15 365.349 L1998.28 372.277 L1994.95 383.237 L2004.36 376.693 L2013.77 383.237 L2010.44 372.277 L2019.58 365.349 L2008.12 365.109 L2004.36 354.293 Z\" fill=\"#c271d2\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<path clip-path=\"url(#clip0602)\" d=\"M2018.81 361.684 L2015.05 372.5 L2003.6 372.74 L2012.73 379.668 L2009.41 390.628 L2018.81 384.084 L2028.22 390.628 L2024.89 379.668 L2034.03 372.74 L2022.57 372.5 L2018.81 361.684 Z\" fill=\"#c271d2\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<path clip-path=\"url(#clip0602)\" d=\"M2033.26 367.853 L2029.5 378.669 L2018.05 378.909 L2027.18 385.837 L2023.86 396.797 L2033.26 390.253 L2042.67 396.797 L2039.34 385.837 L2048.48 378.909 L2037.02 378.669 L2033.26 367.853 Z\" fill=\"#c271d2\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<path clip-path=\"url(#clip0602)\" d=\"M2047.71 370.827 L2043.95 381.643 L2032.5 381.883 L2041.63 388.811 L2038.31 399.771 L2047.71 393.227 L2057.12 399.771 L2053.79 388.811 L2062.93 381.883 L2051.47 381.643 L2047.71 370.827 Z\" fill=\"#c271d2\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<path clip-path=\"url(#clip0602)\" d=\"M2062.16 376.895 L2058.4 387.711 L2046.95 387.951 L2056.08 394.879 L2052.76 405.839 L2062.16 399.295 L2071.57 405.839 L2068.24 394.879 L2077.38 387.951 L2065.92 387.711 L2062.16 376.895 Z\" fill=\"#c271d2\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<path clip-path=\"url(#clip0602)\" d=\"M2076.61 377.708 L2072.85 388.524 L2061.4 388.764 L2070.53 395.692 L2067.21 406.652 L2076.61 400.108 L2086.02 406.652 L2082.69 395.692 L2091.83 388.764 L2080.37 388.524 L2076.61 377.708 Z\" fill=\"#c271d2\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<path clip-path=\"url(#clip0602)\" d=\"M2091.06 407.044 L2087.3 417.86 L2075.85 418.1 L2084.98 425.028 L2081.66 435.988 L2091.06 429.444 L2100.47 435.988 L2097.14 425.028 L2106.28 418.1 L2094.82 417.86 L2091.06 407.044 Z\" fill=\"#c271d2\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<path clip-path=\"url(#clip0602)\" d=\"M2105.51 414.238 L2101.75 425.054 L2090.3 425.294 L2099.43 432.222 L2096.11 443.182 L2105.51 436.638 L2114.92 443.182 L2111.59 432.222 L2120.73 425.294 L2109.27 425.054 L2105.51 414.238 Z\" fill=\"#c271d2\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<path clip-path=\"url(#clip0602)\" d=\"M2119.96 414.709 L2116.2 425.525 L2104.75 425.765 L2113.88 432.693 L2110.56 443.653 L2119.96 437.109 L2129.37 443.653 L2126.04 432.693 L2135.18 425.765 L2123.72 425.525 L2119.96 414.709 Z\" fill=\"#c271d2\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<path clip-path=\"url(#clip0602)\" d=\"M2134.41 426.216 L2130.65 437.032 L2119.2 437.272 L2128.33 444.2 L2125.01 455.16 L2134.41 448.616 L2143.82 455.16 L2140.49 444.2 L2149.63 437.272 L2138.17 437.032 L2134.41 426.216 Z\" fill=\"#c271d2\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<path clip-path=\"url(#clip0602)\" d=\"M2148.86 431.737 L2145.1 442.553 L2133.65 442.793 L2142.78 449.721 L2139.46 460.681 L2148.86 454.137 L2158.27 460.681 L2154.94 449.721 L2164.08 442.793 L2152.62 442.553 L2148.86 431.737 Z\" fill=\"#c271d2\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<path clip-path=\"url(#clip0602)\" d=\"M2163.31 431.737 L2159.55 442.553 L2148.1 442.793 L2157.23 449.721 L2153.91 460.681 L2163.31 454.137 L2172.72 460.681 L2169.39 449.721 L2178.53 442.793 L2167.07 442.553 L2163.31 431.737 Z\" fill=\"#c271d2\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<path clip-path=\"url(#clip0602)\" d=\"M2177.76 434.473 L2174 445.289 L2162.55 445.529 L2171.68 452.457 L2168.36 463.417 L2177.76 456.873 L2187.17 463.417 L2183.84 452.457 L2192.98 445.529 L2181.52 445.289 L2177.76 434.473 Z\" fill=\"#c271d2\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<path clip-path=\"url(#clip0602)\" d=\"M2192.21 437.144 L2188.45 447.96 L2177 448.2 L2186.13 455.128 L2182.81 466.088 L2192.21 459.544 L2201.62 466.088 L2198.29 455.128 L2207.43 448.2 L2195.97 447.96 L2192.21 437.144 Z\" fill=\"#c271d2\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<path clip-path=\"url(#clip0602)\" d=\"M2206.66 448.835 L2202.9 459.651 L2191.45 459.891 L2200.58 466.819 L2197.26 477.779 L2206.66 471.235 L2216.07 477.779 L2212.74 466.819 L2221.88 459.891 L2210.42 459.651 L2206.66 448.835 Z\" fill=\"#c271d2\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<path clip-path=\"url(#clip0602)\" d=\"M2221.12 458.029 L2217.36 468.845 L2205.9 469.085 L2215.04 476.013 L2211.71 486.973 L2221.12 480.429 L2230.52 486.973 L2227.2 476.013 L2236.33 469.085 L2224.88 468.845 L2221.12 458.029 Z\" fill=\"#c271d2\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<path clip-path=\"url(#clip0602)\" d=\"M2235.57 475.774 L2231.81 486.59 L2220.35 486.83 L2229.49 493.758 L2226.16 504.718 L2235.57 498.174 L2244.97 504.718 L2241.65 493.758 L2250.78 486.83 L2239.33 486.59 L2235.57 475.774 Z\" fill=\"#c271d2\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<path clip-path=\"url(#clip0602)\" d=\"M2250.02 476.191 L2246.26 487.007 L2234.8 487.247 L2243.94 494.175 L2240.61 505.135 L2250.02 498.591 L2259.42 505.135 L2256.1 494.175 L2265.23 487.247 L2253.78 487.007 L2250.02 476.191 Z\" fill=\"#c271d2\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<path clip-path=\"url(#clip0602)\" d=\"M2264.47 475.774 L2260.71 486.59 L2249.25 486.83 L2258.39 493.758 L2255.06 504.718 L2264.47 498.174 L2273.87 504.718 L2270.55 493.758 L2279.68 486.83 L2268.23 486.59 L2264.47 475.774 Z\" fill=\"#c271d2\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<path clip-path=\"url(#clip0602)\" d=\"M2278.92 475.664 L2275.16 486.48 L2263.7 486.72 L2272.84 493.648 L2269.51 504.608 L2278.92 498.064 L2288.32 504.608 L2285 493.648 L2294.13 486.72 L2282.68 486.48 L2278.92 475.664 Z\" fill=\"#c271d2\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<path clip-path=\"url(#clip0602)\" d=\"M2293.37 475.664 L2289.61 486.48 L2278.15 486.72 L2287.29 493.648 L2283.96 504.608 L2293.37 498.064 L2302.77 504.608 L2299.45 493.648 L2308.58 486.72 L2297.13 486.48 L2293.37 475.664 Z\" fill=\"#c271d2\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
       "<path clip-path=\"url(#clip0600)\" d=\"\n",
       "M1988.02 433.164 L2280.76 433.164 L2280.76 130.764 L1988.02 130.764  Z\n",
       "  \" fill=\"#ffffff\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n",
       "<polyline clip-path=\"url(#clip0600)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
       "  1988.02,433.164 2280.76,433.164 2280.76,130.764 1988.02,130.764 1988.02,433.164 \n",
       "  \"/>\n",
       "<polyline clip-path=\"url(#clip0600)\" style=\"stroke:#009af9; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
       "  2012.02,191.244 2156.02,191.244 \n",
       "  \"/>\n",
       "<circle clip-path=\"url(#clip0600)\" cx=\"2096.02\" cy=\"191.244\" r=\"23\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"5.12\"/>\n",
       "<path clip-path=\"url(#clip0600)\" d=\"M 0 0 M2193.87 210.931 Q2192.06 215.561 2190.35 216.973 Q2188.64 218.385 2185.77 218.385 L2182.36 218.385 L2182.36 214.82 L2184.86 214.82 Q2186.62 214.82 2187.59 213.987 Q2188.57 213.154 2189.75 210.052 L2190.51 208.107 L2180.02 182.598 L2184.54 182.598 L2192.64 202.876 L2200.74 182.598 L2205.26 182.598 L2193.87 210.931 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip0600)\" d=\"M 0 0 M2211.14 204.589 L2218.77 204.589 L2218.77 178.223 L2210.46 179.89 L2210.46 175.631 L2218.73 173.964 L2223.4 173.964 L2223.4 204.589 L2231.04 204.589 L2231.04 208.524 L2211.14 208.524 L2211.14 204.589 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><polyline clip-path=\"url(#clip0600)\" style=\"stroke:#e26f46; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
       "  2012.02,251.724 2156.02,251.724 \n",
       "  \"/>\n",
       "<circle clip-path=\"url(#clip0600)\" cx=\"2096.02\" cy=\"251.724\" r=\"23\" fill=\"#e26f46\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"5.12\"/>\n",
       "<path clip-path=\"url(#clip0600)\" d=\"M 0 0 M2193.87 271.411 Q2192.06 276.041 2190.35 277.453 Q2188.64 278.865 2185.77 278.865 L2182.36 278.865 L2182.36 275.3 L2184.86 275.3 Q2186.62 275.3 2187.59 274.467 Q2188.57 273.634 2189.75 270.532 L2190.51 268.587 L2180.02 243.078 L2184.54 243.078 L2192.64 263.356 L2200.74 243.078 L2205.26 243.078 L2193.87 271.411 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip0600)\" d=\"M 0 0 M2214.35 265.069 L2230.67 265.069 L2230.67 269.004 L2208.73 269.004 L2208.73 265.069 Q2211.39 262.314 2215.97 257.685 Q2220.58 253.032 2221.76 251.689 Q2224.01 249.166 2224.89 247.43 Q2225.79 245.671 2225.79 243.981 Q2225.79 241.226 2223.84 239.49 Q2221.92 237.754 2218.82 237.754 Q2216.62 237.754 2214.17 238.518 Q2211.74 239.282 2208.96 240.833 L2208.96 236.111 Q2211.78 234.976 2214.24 234.398 Q2216.69 233.819 2218.73 233.819 Q2224.1 233.819 2227.29 236.504 Q2230.49 239.189 2230.49 243.68 Q2230.49 245.81 2229.68 247.731 Q2228.89 249.629 2226.78 252.222 Q2226.21 252.893 2223.1 256.111 Q2220 259.305 2214.35 265.069 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><polyline clip-path=\"url(#clip0600)\" style=\"stroke:#3da44d; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
       "  2012.02,312.204 2156.02,312.204 \n",
       "  \"/>\n",
       "<path clip-path=\"url(#clip0600)\" d=\"M2096.02 286.604 L2090.01 303.91 L2071.68 304.294 L2086.3 315.378 L2080.97 332.914 L2096.02 322.444 L2111.08 332.914 L2105.75 315.378 L2120.37 304.294 L2102.04 303.91 L2096.02 286.604 Z\" fill=\"#3da44d\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"5.12\"/>\n",
       "<path clip-path=\"url(#clip0600)\" d=\"M 0 0 M2193.87 331.891 Q2192.06 336.521 2190.35 337.933 Q2188.64 339.345 2185.77 339.345 L2182.36 339.345 L2182.36 335.78 L2184.86 335.78 Q2186.62 335.78 2187.59 334.947 Q2188.57 334.114 2189.75 331.012 L2190.51 329.067 L2180.02 303.558 L2184.54 303.558 L2192.64 323.836 L2200.74 303.558 L2205.26 303.558 L2193.87 331.891 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip0600)\" d=\"M 0 0 M2224.49 310.85 Q2227.85 311.568 2229.72 313.836 Q2231.62 316.105 2231.62 319.438 Q2231.62 324.554 2228.1 327.354 Q2224.58 330.155 2218.1 330.155 Q2215.93 330.155 2213.61 329.716 Q2211.32 329.299 2208.87 328.442 L2208.87 323.929 Q2210.81 325.063 2213.13 325.642 Q2215.44 326.22 2217.96 326.22 Q2222.36 326.22 2224.65 324.484 Q2226.97 322.748 2226.97 319.438 Q2226.97 316.382 2224.82 314.669 Q2222.69 312.933 2218.87 312.933 L2214.84 312.933 L2214.84 309.091 L2219.05 309.091 Q2222.5 309.091 2224.33 307.725 Q2226.16 306.336 2226.16 303.743 Q2226.16 301.081 2224.26 299.669 Q2222.39 298.234 2218.87 298.234 Q2216.95 298.234 2214.75 298.651 Q2212.55 299.068 2209.91 299.947 L2209.91 295.781 Q2212.57 295.04 2214.89 294.669 Q2217.22 294.299 2219.28 294.299 Q2224.61 294.299 2227.71 296.73 Q2230.81 299.137 2230.81 303.257 Q2230.81 306.128 2229.17 308.118 Q2227.52 310.086 2224.49 310.85 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><polyline clip-path=\"url(#clip0600)\" style=\"stroke:#c271d2; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
       "  2012.02,372.684 2156.02,372.684 \n",
       "  \"/>\n",
       "<path clip-path=\"url(#clip0600)\" d=\"M2096.02 347.084 L2090.01 364.39 L2071.68 364.774 L2086.3 375.858 L2080.97 393.394 L2096.02 382.924 L2111.08 393.394 L2105.75 375.858 L2120.37 364.774 L2102.04 364.39 L2096.02 347.084 Z\" fill=\"#c271d2\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"5.12\"/>\n",
       "<path clip-path=\"url(#clip0600)\" d=\"M 0 0 M2193.87 392.371 Q2192.06 397.001 2190.35 398.413 Q2188.64 399.825 2185.77 399.825 L2182.36 399.825 L2182.36 396.26 L2184.86 396.26 Q2186.62 396.26 2187.59 395.427 Q2188.57 394.594 2189.75 391.492 L2190.51 389.547 L2180.02 364.038 L2184.54 364.038 L2192.64 384.316 L2200.74 364.038 L2205.26 364.038 L2193.87 392.371 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip0600)\" d=\"M 0 0 M2223.17 359.478 L2211.37 377.927 L2223.17 377.927 L2223.17 359.478 M2221.95 355.404 L2227.83 355.404 L2227.83 377.927 L2232.76 377.927 L2232.76 381.816 L2227.83 381.816 L2227.83 389.964 L2223.17 389.964 L2223.17 381.816 L2207.57 381.816 L2207.57 377.302 L2221.95 355.404 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /></svg>\n"
      ]
     },
     "execution_count": 277,
     "metadata": {},
     "output_type": "execute_result"
    }
   ],
   "source": [
    "plot(para[\"low_line\"], marker=:circle)\n",
    "plot!(para[\"mean_line\"], marker=:circle)\n",
    "plot!(para[\"corrected_low_line\"], marker=:star)\n",
    "plot!(para[\"corrected_mean_line\"], marker=:star)"
   ]
  },
  {
   "cell_type": "code",
   "execution_count": 284,
   "metadata": {},
   "outputs": [
    {
     "data": {
      "text/plain": [
       "async_test (generic function with 1 method)"
      ]
     },
     "execution_count": 284,
     "metadata": {},
     "output_type": "execute_result"
    }
   ],
   "source": [
    "function async_test()\n",
    "save(File(format\"TIFF\", \"d16s1_1_otsu_norm.ome.tiff\"), N0f16.(img_norm));\n",
    "embedxml(512, 512, 20, 138, \"d16s1_1_otsu_norm.ome.tiff\")\n",
    "end"
   ]
  },
  {
   "cell_type": "code",
   "execution_count": 285,
   "metadata": {},
   "outputs": [
    {
     "name": "stdout",
     "output_type": "stream",
     "text": [
      "Embedding OME-XML"
     ]
    },
    {
     "data": {
      "text/plain": [
       "Task (done) @0x00007f786df08280"
      ]
     },
     "execution_count": 285,
     "metadata": {},
     "output_type": "execute_result"
    },
    {
     "name": "stdout",
     "output_type": "stream",
     "text": [
      "\n"
     ]
    }
   ],
   "source": [
    "@async async_test()"
   ]
  },
  {
   "cell_type": "code",
   "execution_count": 289,
   "metadata": {},
   "outputs": [
    {
     "ename": "KeyError",
     "evalue": "KeyError: key \"JULIA_EDITOR\" not found",
     "output_type": "error",
     "traceback": [
      "KeyError: key \"JULIA_EDITOR\" not found",
      "",
      "Stacktrace:",
      " [1] (::Base.var\"#459#460\")(::String) at ./env.jl:79",
      " [2] access_env at ./env.jl:43 [inlined]",
      " [3] getindex(::Base.EnvDict, ::String) at ./env.jl:79",
      " [4] top-level scope at In[289]:1"
     ]
    }
   ],
   "source": [
    "ENV[\"JULIA_EDITOR\"]"
   ]
  }
 ],
 "metadata": {
  "kernelspec": {
   "display_name": "Julia 40 threas 1.4.1",
   "language": "julia",
   "name": "julia-40-threas-1.4"
  },
  "language_info": {
   "file_extension": ".jl",
   "mimetype": "application/julia",
   "name": "julia",
   "version": "1.4.1"
  }
 },
 "nbformat": 4,
 "nbformat_minor": 4
}
back to top