Skip to content

Instantly share code, notes, and snippets.

@paulstey
Created April 6, 2015 23:43
Show Gist options
  • Save paulstey/528b994aa5e49f07f284 to your computer and use it in GitHub Desktop.
Save paulstey/528b994aa5e49f07f284 to your computer and use it in GitHub Desktop.
Display the source blob
Display the rendered blob
Raw
{"cells": [{"source": "###############################################\n# Khan Academy Project\n# Using Julia Language and IJulia\n# April 5, 2015\n# Paul Stey\n###############################################\n\nusing DataFrames\nusing Gadfly\nusing Distributions\nusing Stan, Mamba, Compat\n\ncd(\"/Users/payforsoup/juliawd\")\n\n## read in our data\nd = readtable(\"ka-data-sample-0.9.1.csv\");\n\n", "execution_count": 3, "metadata": {"trusted": false, "collapsed": false}, "outputs": [], "cell_type": "code"}, {"source": "## quick function to count problems\n\nfunction count_prblms(x)\n ## x is a vector of IDs\n counts = Dict()\n \n for id = x\n\n counts[id] = get(counts, id, 0) + 1\n end\n\n ## returns hash table of IDs and counts\n return counts\nend\n\n\nproblem_hash = count_prblms(d[:, 1]);", "execution_count": 4, "metadata": {"trusted": false, "collapsed": false}, "outputs": [], "cell_type": "code"}, {"source": "## plot distribution of problems attempted\n\np = plot(\n x = collect(values(problem_hash)), \n \n Geom.histogram(bincount = 1000),\n\n Scale.x_continuous(minvalue = 0, maxvalue = 100),\n Guide.xticks(ticks = [0, 20, 40, 60, 80, 100]),\n Guide.ylabel(\"Frequency\"),\n Guide.xlabel(\"Problems Attempted\"),\n Guide.title(\"Figure 1: Problems Attempted by Each User\") \n)", "execution_count": 5, "metadata": {"trusted": false, "collapsed": false}, "outputs": [{"metadata": {}, "output_type": "execute_result", "execution_count": 5, "data": {"image/svg+xml": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<svg xmlns=\"http://www.w3.org/2000/svg\"\n xmlns:xlink=\"http://www.w3.org/1999/xlink\"\n xmlns:gadfly=\"http://www.gadflyjl.org/ns\"\n version=\"1.2\"\n width=\"141.42mm\" height=\"100mm\" viewBox=\"0 0 141.42 100\"\n stroke=\"none\"\n fill=\"#000000\"\n stroke-width=\"0.3\"\n font-size=\"3.88\"\n>\n<g class=\"plotroot xscalable yscalable\" id=\"fig-a94eabba22b9428499d1832ee19d22bc-element-1\">\n <g font-size=\"3.88\" font-family=\"'PT Sans','Helvetica Neue','Helvetica',sans-serif\" fill=\"#564A55\" stroke=\"none\" id=\"fig-a94eabba22b9428499d1832ee19d22bc-element-2\">\n <text x=\"80.4\" y=\"92\" text-anchor=\"middle\">Problems Attempted</text>\n </g>\n <g class=\"guide xlabels\" font-size=\"2.82\" font-family=\"'PT Sans Caption','Helvetica Neue','Helvetica',sans-serif\" fill=\"#6C606B\" id=\"fig-a94eabba22b9428499d1832ee19d22bc-element-3\">\n <text x=\"26.38\" y=\"84.39\" text-anchor=\"middle\">0</text>\n <text x=\"47.99\" y=\"84.39\" text-anchor=\"middle\">20</text>\n <text x=\"69.6\" y=\"84.39\" text-anchor=\"middle\">40</text>\n <text x=\"91.2\" y=\"84.39\" text-anchor=\"middle\">60</text>\n <text x=\"112.81\" y=\"84.39\" text-anchor=\"middle\">80</text>\n <text x=\"134.42\" y=\"84.39\" text-anchor=\"middle\">100</text>\n </g>\n <g clip-path=\"url(#fig-a94eabba22b9428499d1832ee19d22bc-element-5)\" id=\"fig-a94eabba22b9428499d1832ee19d22bc-element-4\">\n <g pointer-events=\"visible\" opacity=\"1\" fill=\"none\" stroke=\"none\" class=\"guide background\" id=\"fig-a94eabba22b9428499d1832ee19d22bc-element-6\">\n <rect x=\"24.38\" y=\"12.61\" width=\"112.04\" height=\"68.1\"/>\n </g>\n <g class=\"guide ygridlines xfixed\" stroke-dasharray=\"0.5,0.5\" stroke-width=\"0.2\" stroke=\"#D0D0E0\" id=\"fig-a94eabba22b9428499d1832ee19d22bc-element-7\">\n <path fill=\"none\" d=\"M24.38,78.71 L 136.42 78.71\"/>\n <path fill=\"none\" d=\"M24.38,62.69 L 136.42 62.69\"/>\n <path fill=\"none\" d=\"M24.38,46.66 L 136.42 46.66\"/>\n <path fill=\"none\" d=\"M24.38,30.64 L 136.42 30.64\"/>\n <path fill=\"none\" d=\"M24.38,14.61 L 136.42 14.61\"/>\n </g>\n <g class=\"guide xgridlines yfixed\" stroke-dasharray=\"0.5,0.5\" stroke-width=\"0.2\" stroke=\"#D0D0E0\" id=\"fig-a94eabba22b9428499d1832ee19d22bc-element-8\">\n <path fill=\"none\" d=\"M26.38,12.61 L 26.38 80.72\"/>\n <path fill=\"none\" d=\"M47.99,12.61 L 47.99 80.72\"/>\n <path fill=\"none\" d=\"M69.6,12.61 L 69.6 80.72\"/>\n <path fill=\"none\" d=\"M91.2,12.61 L 91.2 80.72\"/>\n <path fill=\"none\" d=\"M112.81,12.61 L 112.81 80.72\"/>\n <path fill=\"none\" d=\"M134.42,12.61 L 134.42 80.72\"/>\n </g>\n <g class=\"plotpanel\" id=\"fig-a94eabba22b9428499d1832ee19d22bc-element-9\">\n <g stroke=\"none\" fill=\"#00BFFF\" shape-rendering=\"crispEdges\" id=\"fig-a94eabba22b9428499d1832ee19d22bc-element-10\">\n <g class=\"geometry\" id=\"fig-a94eabba22b9428499d1832ee19d22bc-element-11\">\n <rect x=\"27.46\" y=\"17.56\" width=\"2.16\" height=\"61.15\"/>\n <rect x=\"29.62\" y=\"42.3\" width=\"2.16\" height=\"36.41\"/>\n <rect x=\"31.78\" y=\"54.02\" width=\"2.16\" height=\"24.7\"/>\n <rect x=\"33.94\" y=\"59.53\" width=\"2.16\" height=\"19.18\"/>\n <rect x=\"36.1\" y=\"57.96\" width=\"2.16\" height=\"20.75\"/>\n <rect x=\"38.26\" y=\"64.88\" width=\"2.16\" height=\"13.83\"/>\n <rect x=\"40.42\" y=\"64.1\" width=\"2.16\" height=\"14.62\"/>\n <rect x=\"42.58\" y=\"68.28\" width=\"2.16\" height=\"10.43\"/>\n <rect x=\"44.75\" y=\"69.13\" width=\"2.16\" height=\"9.58\"/>\n <rect x=\"46.91\" y=\"68.91\" width=\"2.16\" height=\"9.81\"/>\n <rect x=\"49.07\" y=\"70.45\" width=\"2.16\" height=\"8.27\"/>\n <rect x=\"51.23\" y=\"72.02\" width=\"2.16\" height=\"6.7\"/>\n <rect x=\"53.39\" y=\"72.38\" width=\"2.16\" height=\"6.33\"/>\n <rect x=\"55.55\" y=\"73.55\" width=\"2.16\" height=\"5.16\"/>\n <rect x=\"57.71\" y=\"73.67\" width=\"2.16\" height=\"5.05\"/>\n <rect x=\"59.87\" y=\"73.97\" width=\"2.16\" height=\"4.74\"/>\n <rect x=\"62.03\" y=\"74.5\" width=\"2.16\" height=\"4.21\"/>\n <rect x=\"64.19\" y=\"75.14\" width=\"2.16\" height=\"3.57\"/>\n <rect x=\"66.35\" y=\"75.72\" width=\"2.16\" height=\"3\"/>\n <rect x=\"68.52\" y=\"75.56\" width=\"2.16\" height=\"3.16\"/>\n <rect x=\"70.68\" y=\"75.72\" width=\"2.16\" height=\"3\"/>\n <rect x=\"72.84\" y=\"76.02\" width=\"2.16\" height=\"2.69\"/>\n <rect x=\"75\" y=\"75.94\" width=\"2.16\" height=\"2.77\"/>\n <rect x=\"77.16\" y=\"76.33\" width=\"2.16\" height=\"2.39\"/>\n <rect x=\"79.32\" y=\"76.52\" width=\"2.16\" height=\"2.2\"/>\n <rect x=\"81.48\" y=\"76.74\" width=\"2.16\" height=\"1.97\"/>\n <rect x=\"83.64\" y=\"76.92\" width=\"2.16\" height=\"1.79\"/>\n <rect x=\"85.8\" y=\"77.3\" width=\"2.16\" height=\"1.41\"/>\n <rect x=\"87.96\" y=\"77.29\" width=\"2.16\" height=\"1.43\"/>\n <rect x=\"90.12\" y=\"77.32\" width=\"2.16\" height=\"1.39\"/>\n <rect x=\"92.28\" y=\"77.27\" width=\"2.16\" height=\"1.44\"/>\n <rect x=\"94.45\" y=\"77.69\" width=\"2.16\" height=\"1.03\"/>\n <rect x=\"96.61\" y=\"77.53\" width=\"2.16\" height=\"1.19\"/>\n <rect x=\"98.77\" y=\"77.61\" width=\"2.16\" height=\"1.11\"/>\n <rect x=\"100.93\" y=\"77.72\" width=\"2.16\" height=\"0.99\"/>\n <rect x=\"103.09\" y=\"77.85\" width=\"2.16\" height=\"0.87\"/>\n <rect x=\"105.25\" y=\"77.83\" width=\"2.16\" height=\"0.88\"/>\n <rect x=\"107.41\" y=\"77.85\" width=\"2.16\" height=\"0.87\"/>\n <rect x=\"109.57\" y=\"77.72\" width=\"2.16\" height=\"0.99\"/>\n <rect x=\"111.73\" y=\"77.72\" width=\"2.16\" height=\"0.99\"/>\n <rect x=\"113.89\" y=\"78.01\" width=\"2.16\" height=\"0.71\"/>\n <rect x=\"116.05\" y=\"77.88\" width=\"2.16\" height=\"0.83\"/>\n <rect x=\"118.21\" y=\"78.12\" width=\"2.16\" height=\"0.59\"/>\n <rect x=\"120.38\" y=\"78.09\" width=\"2.16\" height=\"0.63\"/>\n <rect x=\"122.54\" y=\"78.07\" width=\"2.16\" height=\"0.64\"/>\n <rect x=\"124.7\" y=\"77.99\" width=\"2.16\" height=\"0.72\"/>\n <rect x=\"126.86\" y=\"78.12\" width=\"2.16\" height=\"0.59\"/>\n <rect x=\"129.02\" y=\"78.19\" width=\"2.16\" height=\"0.53\"/>\n <rect x=\"131.18\" y=\"77.88\" width=\"2.16\" height=\"0.83\"/>\n <rect x=\"133.34\" y=\"78.2\" width=\"2.16\" height=\"0.51\"/>\n <rect x=\"135.5\" y=\"78.3\" width=\"2.16\" height=\"0.42\"/>\n <rect x=\"137.66\" y=\"78.39\" width=\"2.16\" height=\"0.32\"/>\n <rect x=\"139.82\" y=\"78.38\" width=\"2.16\" height=\"0.34\"/>\n <rect x=\"141.98\" y=\"78.38\" width=\"2.16\" height=\"0.34\"/>\n <rect x=\"144.15\" y=\"78.39\" width=\"2.16\" height=\"0.32\"/>\n <rect x=\"146.31\" y=\"78.46\" width=\"2.16\" height=\"0.26\"/>\n <rect x=\"148.47\" y=\"78.43\" width=\"2.16\" height=\"0.29\"/>\n <rect x=\"150.63\" y=\"78.46\" width=\"2.16\" height=\"0.26\"/>\n <rect x=\"152.79\" y=\"78.46\" width=\"2.16\" height=\"0.26\"/>\n <rect x=\"154.95\" y=\"78.46\" width=\"2.16\" height=\"0.26\"/>\n <rect x=\"157.11\" y=\"78.39\" width=\"2.16\" height=\"0.32\"/>\n <rect x=\"159.27\" y=\"78.3\" width=\"2.16\" height=\"0.42\"/>\n <rect x=\"161.43\" y=\"78.47\" width=\"2.16\" height=\"0.24\"/>\n <rect x=\"163.59\" y=\"78.54\" width=\"2.16\" height=\"0.18\"/>\n <rect x=\"165.75\" y=\"78.46\" width=\"2.16\" height=\"0.26\"/>\n <rect x=\"167.91\" y=\"78.47\" width=\"2.16\" height=\"0.24\"/>\n <rect x=\"170.08\" y=\"78.44\" width=\"2.16\" height=\"0.27\"/>\n <rect x=\"172.24\" y=\"78.63\" width=\"2.16\" height=\"0.08\"/>\n <rect x=\"174.4\" y=\"78.47\" width=\"2.16\" height=\"0.24\"/>\n <rect x=\"176.56\" y=\"78.51\" width=\"2.16\" height=\"0.21\"/>\n <rect x=\"178.72\" y=\"78.62\" width=\"2.16\" height=\"0.1\"/>\n <rect x=\"180.88\" y=\"78.55\" width=\"2.16\" height=\"0.16\"/>\n <rect x=\"183.04\" y=\"78.54\" width=\"2.16\" height=\"0.18\"/>\n <rect x=\"185.2\" y=\"78.59\" width=\"2.16\" height=\"0.13\"/>\n <rect x=\"187.36\" y=\"78.47\" width=\"2.16\" height=\"0.24\"/>\n <rect x=\"189.52\" y=\"78.62\" width=\"2.16\" height=\"0.1\"/>\n <rect x=\"191.68\" y=\"78.52\" width=\"2.16\" height=\"0.19\"/>\n <rect x=\"193.85\" y=\"78.55\" width=\"2.16\" height=\"0.16\"/>\n <rect x=\"196.01\" y=\"78.62\" width=\"2.16\" height=\"0.1\"/>\n <rect x=\"198.17\" y=\"78.62\" width=\"2.16\" height=\"0.1\"/>\n <rect x=\"200.33\" y=\"78.52\" width=\"2.16\" height=\"0.19\"/>\n <rect x=\"202.49\" y=\"78.57\" width=\"2.16\" height=\"0.14\"/>\n <rect x=\"204.65\" y=\"78.54\" width=\"2.16\" height=\"0.18\"/>\n <rect x=\"206.81\" y=\"78.59\" width=\"2.16\" height=\"0.13\"/>\n <rect x=\"208.97\" y=\"78.62\" width=\"2.16\" height=\"0.1\"/>\n <rect x=\"211.13\" y=\"78.62\" width=\"2.16\" height=\"0.1\"/>\n <rect x=\"213.29\" y=\"78.62\" width=\"2.16\" height=\"0.1\"/>\n <rect x=\"215.45\" y=\"78.6\" width=\"2.16\" height=\"0.11\"/>\n <rect x=\"217.61\" y=\"78.6\" width=\"2.16\" height=\"0.11\"/>\n <rect x=\"219.78\" y=\"78.6\" width=\"2.16\" height=\"0.11\"/>\n <rect x=\"221.94\" y=\"78.57\" width=\"2.16\" height=\"0.14\"/>\n <rect x=\"224.1\" y=\"78.59\" width=\"2.16\" height=\"0.13\"/>\n <rect x=\"226.26\" y=\"78.57\" width=\"2.16\" height=\"0.14\"/>\n <rect x=\"228.42\" y=\"78.67\" width=\"2.16\" height=\"0.05\"/>\n <rect x=\"230.58\" y=\"78.63\" width=\"2.16\" height=\"0.08\"/>\n <rect x=\"232.74\" y=\"78.68\" width=\"2.16\" height=\"0.03\"/>\n <rect x=\"234.9\" y=\"78.63\" width=\"2.16\" height=\"0.08\"/>\n <rect x=\"237.06\" y=\"78.68\" width=\"2.16\" height=\"0.03\"/>\n <rect x=\"239.22\" y=\"78.65\" width=\"2.16\" height=\"0.06\"/>\n <rect x=\"241.38\" y=\"78.65\" width=\"2.16\" height=\"0.06\"/>\n <rect x=\"243.54\" y=\"78.67\" width=\"2.16\" height=\"0.05\"/>\n <rect x=\"245.71\" y=\"78.65\" width=\"2.16\" height=\"0.06\"/>\n <rect x=\"247.87\" y=\"78.65\" width=\"2.16\" height=\"0.06\"/>\n <rect x=\"250.03\" y=\"78.63\" width=\"2.16\" height=\"0.08\"/>\n <rect x=\"252.19\" y=\"78.65\" width=\"2.16\" height=\"0.06\"/>\n <rect x=\"254.35\" y=\"78.68\" width=\"2.16\" height=\"0.03\"/>\n <rect x=\"256.51\" y=\"78.67\" width=\"2.16\" height=\"0.05\"/>\n <rect x=\"258.67\" y=\"78.62\" width=\"2.16\" height=\"0.1\"/>\n <rect x=\"260.83\" y=\"78.7\" width=\"2.16\" height=\"0.02\"/>\n <rect x=\"262.99\" y=\"78.6\" width=\"2.16\" height=\"0.11\"/>\n <rect x=\"265.15\" y=\"78.65\" width=\"2.16\" height=\"0.06\"/>\n <rect x=\"267.31\" y=\"78.67\" width=\"2.16\" height=\"0.05\"/>\n <rect x=\"269.48\" y=\"78.67\" width=\"2.16\" height=\"0.05\"/>\n <rect x=\"271.64\" y=\"78.67\" width=\"2.16\" height=\"0.05\"/>\n <rect x=\"273.8\" y=\"78.67\" width=\"2.16\" height=\"0.05\"/>\n <rect x=\"275.96\" y=\"78.7\" width=\"2.16\" height=\"0.02\"/>\n <rect x=\"278.12\" y=\"78.65\" width=\"2.16\" height=\"0.06\"/>\n <rect x=\"280.28\" y=\"78.68\" width=\"2.16\" height=\"0.03\"/>\n <rect x=\"282.44\" y=\"78.68\" width=\"2.16\" height=\"0.03\"/>\n <rect x=\"284.6\" y=\"78.68\" width=\"2.16\" height=\"0.03\"/>\n <rect x=\"286.76\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"288.92\" y=\"78.68\" width=\"2.16\" height=\"0.03\"/>\n <rect x=\"291.08\" y=\"78.63\" width=\"2.16\" height=\"0.08\"/>\n <rect x=\"293.24\" y=\"78.67\" width=\"2.16\" height=\"0.05\"/>\n <rect x=\"295.41\" y=\"78.67\" width=\"2.16\" height=\"0.05\"/>\n <rect x=\"297.57\" y=\"78.68\" width=\"2.16\" height=\"0.03\"/>\n <rect x=\"299.73\" y=\"78.67\" width=\"2.16\" height=\"0.05\"/>\n <rect x=\"301.89\" y=\"78.7\" width=\"2.16\" height=\"0.02\"/>\n <rect x=\"304.05\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"306.21\" y=\"78.65\" width=\"2.16\" height=\"0.06\"/>\n <rect x=\"308.37\" y=\"78.68\" width=\"2.16\" height=\"0.03\"/>\n <rect x=\"310.53\" y=\"78.67\" width=\"2.16\" height=\"0.05\"/>\n <rect x=\"312.69\" y=\"78.67\" width=\"2.16\" height=\"0.05\"/>\n <rect x=\"314.85\" y=\"78.68\" width=\"2.16\" height=\"0.03\"/>\n <rect x=\"317.01\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"319.17\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"321.34\" y=\"78.67\" width=\"2.16\" height=\"0.05\"/>\n <rect x=\"323.5\" y=\"78.67\" width=\"2.16\" height=\"0.05\"/>\n <rect x=\"325.66\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"327.82\" y=\"78.68\" width=\"2.16\" height=\"0.03\"/>\n <rect x=\"329.98\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"332.14\" y=\"78.68\" width=\"2.16\" height=\"0.03\"/>\n <rect x=\"334.3\" y=\"78.7\" width=\"2.16\" height=\"0.02\"/>\n <rect x=\"336.46\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"338.62\" y=\"78.67\" width=\"2.16\" height=\"0.05\"/>\n <rect x=\"340.78\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"342.94\" y=\"78.7\" width=\"2.16\" height=\"0.02\"/>\n <rect x=\"345.11\" y=\"78.68\" width=\"2.16\" height=\"0.03\"/>\n <rect x=\"347.27\" y=\"78.7\" width=\"2.16\" height=\"0.02\"/>\n <rect x=\"349.43\" y=\"78.7\" width=\"2.16\" height=\"0.02\"/>\n <rect x=\"351.59\" y=\"78.68\" width=\"2.16\" height=\"0.03\"/>\n <rect x=\"353.75\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"355.91\" y=\"78.7\" width=\"2.16\" height=\"0.02\"/>\n <rect x=\"358.07\" y=\"78.7\" width=\"2.16\" height=\"0.02\"/>\n <rect x=\"360.23\" y=\"78.68\" width=\"2.16\" height=\"0.03\"/>\n <rect x=\"362.39\" y=\"78.68\" width=\"2.16\" height=\"0.03\"/>\n <rect x=\"364.55\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"366.71\" y=\"78.7\" width=\"2.16\" height=\"0.02\"/>\n <rect x=\"368.87\" y=\"78.7\" width=\"2.16\" height=\"0.02\"/>\n <rect x=\"371.04\" y=\"78.68\" width=\"2.16\" height=\"0.03\"/>\n <rect x=\"373.2\" y=\"78.7\" width=\"2.16\" height=\"0.02\"/>\n <rect x=\"375.36\" y=\"78.7\" width=\"2.16\" height=\"0.02\"/>\n <rect x=\"377.52\" y=\"78.68\" width=\"2.16\" height=\"0.03\"/>\n <rect x=\"379.68\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"381.84\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"384\" y=\"78.68\" width=\"2.16\" height=\"0.03\"/>\n <rect x=\"386.16\" y=\"78.7\" width=\"2.16\" height=\"0.02\"/>\n <rect x=\"388.32\" y=\"78.7\" width=\"2.16\" height=\"0.02\"/>\n <rect x=\"390.48\" y=\"78.7\" width=\"2.16\" height=\"0.02\"/>\n <rect x=\"392.64\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"394.81\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"396.97\" y=\"78.7\" width=\"2.16\" height=\"0.02\"/>\n <rect x=\"399.13\" y=\"78.67\" width=\"2.16\" height=\"0.05\"/>\n <rect x=\"401.29\" y=\"78.68\" width=\"2.16\" height=\"0.03\"/>\n <rect x=\"403.45\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"405.61\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"407.77\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"409.93\" y=\"78.7\" width=\"2.16\" height=\"0.02\"/>\n <rect x=\"412.09\" y=\"78.7\" width=\"2.16\" height=\"0.02\"/>\n <rect x=\"414.25\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"416.41\" y=\"78.7\" width=\"2.16\" height=\"0.02\"/>\n <rect x=\"418.57\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"420.74\" y=\"78.7\" width=\"2.16\" height=\"0.02\"/>\n <rect x=\"422.9\" y=\"78.67\" width=\"2.16\" height=\"0.05\"/>\n <rect x=\"425.06\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"427.22\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"429.38\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"431.54\" y=\"78.7\" width=\"2.16\" height=\"0.02\"/>\n <rect x=\"433.7\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"435.86\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"438.02\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"440.18\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"442.34\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"444.5\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"446.67\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"448.83\" y=\"78.7\" width=\"2.16\" height=\"0.02\"/>\n <rect x=\"450.99\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"453.15\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"455.31\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"457.47\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"459.63\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"461.79\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"463.95\" y=\"78.7\" width=\"2.16\" height=\"0.02\"/>\n <rect x=\"466.11\" y=\"78.7\" width=\"2.16\" height=\"0.02\"/>\n <rect x=\"468.27\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"470.44\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"472.6\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"474.76\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"476.92\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"479.08\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"481.24\" y=\"78.7\" width=\"2.16\" height=\"0.02\"/>\n <rect x=\"483.4\" y=\"78.7\" width=\"2.16\" height=\"0.02\"/>\n <rect x=\"485.56\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"487.72\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"489.88\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"492.04\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"494.2\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"496.37\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"498.53\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"500.69\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"502.85\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"505.01\" y=\"78.7\" width=\"2.16\" height=\"0.02\"/>\n <rect x=\"507.17\" y=\"78.7\" width=\"2.16\" height=\"0.02\"/>\n <rect x=\"509.33\" y=\"78.7\" width=\"2.16\" height=\"0.02\"/>\n <rect x=\"511.49\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"513.65\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"515.81\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"517.97\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"520.13\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"522.3\" y=\"78.7\" width=\"2.16\" height=\"0.02\"/>\n <rect x=\"524.46\" y=\"78.7\" width=\"2.16\" height=\"0.02\"/>\n <rect x=\"526.62\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"528.78\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"530.94\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"533.1\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"535.26\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"537.42\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"539.58\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"541.74\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"543.9\" y=\"78.7\" width=\"2.16\" height=\"0.02\"/>\n <rect x=\"546.07\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"548.23\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"550.39\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"552.55\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"554.71\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"556.87\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"559.03\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"561.19\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"563.35\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"565.51\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"567.67\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"569.83\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"572\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"574.16\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"576.32\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"578.48\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"580.64\" y=\"78.68\" width=\"2.16\" height=\"0.03\"/>\n <rect x=\"582.8\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"584.96\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"587.12\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"589.28\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"591.44\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"593.6\" y=\"78.7\" width=\"2.16\" height=\"0.02\"/>\n <rect x=\"595.77\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"597.93\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"600.09\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"602.25\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"604.41\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"606.57\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"608.73\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"610.89\" y=\"78.7\" width=\"2.16\" height=\"0.02\"/>\n <rect x=\"613.05\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"615.21\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"617.37\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"619.53\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"621.7\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"623.86\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"626.02\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"628.18\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"630.34\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"632.5\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"634.66\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"636.82\" y=\"78.7\" width=\"2.16\" height=\"0.02\"/>\n <rect x=\"638.98\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"641.14\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"643.3\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"645.46\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"647.63\" y=\"78.7\" width=\"2.16\" height=\"0.02\"/>\n <rect x=\"649.79\" y=\"78.7\" width=\"2.16\" height=\"0.02\"/>\n <rect x=\"651.95\" y=\"78.7\" width=\"2.16\" height=\"0.02\"/>\n <rect x=\"654.11\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"656.27\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"658.43\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"660.59\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"662.75\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"664.91\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"667.07\" y=\"78.7\" width=\"2.16\" height=\"0.02\"/>\n <rect x=\"669.23\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"671.4\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"673.56\" y=\"78.7\" width=\"2.16\" height=\"0.02\"/>\n <rect x=\"675.72\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"677.88\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"680.04\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"682.2\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"684.36\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"686.52\" y=\"78.7\" width=\"2.16\" height=\"0.02\"/>\n <rect x=\"688.68\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"690.84\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"693\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"695.16\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"697.33\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"699.49\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"701.65\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"703.81\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"705.97\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"708.13\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"710.29\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"712.45\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"714.61\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"716.77\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"718.93\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"721.09\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"723.26\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"725.42\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"727.58\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"729.74\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"731.9\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"734.06\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"736.22\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"738.38\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"740.54\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"742.7\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"744.86\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"747.03\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"749.19\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"751.35\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"753.51\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"755.67\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"757.83\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"759.99\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"762.15\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"764.31\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"766.47\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"768.63\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"770.79\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"772.96\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"775.12\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"777.28\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"779.44\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"781.6\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"783.76\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"785.92\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"788.08\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"790.24\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"792.4\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"794.56\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"796.73\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"798.89\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"801.05\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"803.21\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"805.37\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"807.53\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"809.69\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"811.85\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"814.01\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"816.17\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"818.33\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"820.49\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"822.66\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"824.82\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"826.98\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"829.14\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"831.3\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"833.46\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"835.62\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"837.78\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"839.94\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"842.1\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"844.26\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"846.42\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"848.59\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"850.75\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"852.91\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"855.07\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"857.23\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"859.39\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"861.55\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"863.71\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"865.87\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"868.03\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"870.19\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"872.36\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"874.52\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"876.68\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"878.84\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"881\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"883.16\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"885.32\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"887.48\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"889.64\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"891.8\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"893.96\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"896.12\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"898.29\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"900.45\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"902.61\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"904.77\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"906.93\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"909.09\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"911.25\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"913.41\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"915.57\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"917.73\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"919.89\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"922.05\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"924.22\" y=\"78.7\" width=\"2.16\" height=\"0.02\"/>\n <rect x=\"926.38\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"928.54\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"930.7\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"932.86\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"935.02\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"937.18\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"939.34\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"941.5\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"943.66\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"945.82\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"947.99\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"950.15\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"952.31\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"954.47\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"956.63\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"958.79\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"960.95\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"963.11\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"965.27\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"967.43\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"969.59\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"971.75\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"973.92\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"976.08\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"978.24\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"980.4\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"982.56\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"984.72\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"986.88\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"989.04\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"991.2\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"993.36\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"995.52\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"997.69\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"999.85\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1002.01\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1004.17\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1006.33\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1008.49\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1010.65\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1012.81\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1014.97\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1017.13\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1019.29\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1021.45\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1023.62\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1025.78\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1027.94\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1030.1\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1032.26\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1034.42\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1036.58\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1038.74\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1040.9\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1043.06\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1045.22\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1047.38\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1049.55\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1051.71\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1053.87\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1056.03\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1058.19\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1060.35\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1062.51\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1064.67\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1066.83\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1068.99\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1071.15\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1073.32\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1075.48\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1077.64\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1079.8\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1081.96\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1084.12\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1086.28\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1088.44\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1090.6\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1092.76\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1094.92\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1097.08\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1099.25\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1101.41\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1103.57\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1105.73\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1107.89\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1110.05\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1112.21\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1114.37\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1116.53\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1118.69\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1120.85\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1123.02\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1125.18\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1127.34\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1129.5\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1131.66\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1133.82\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1135.98\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1138.14\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1140.3\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1142.46\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1144.62\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1146.78\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1148.95\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1151.11\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1153.27\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1155.43\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1157.59\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1159.75\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1161.91\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1164.07\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1166.23\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1168.39\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1170.55\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1172.71\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1174.88\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1177.04\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1179.2\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1181.36\" y=\"78.7\" width=\"2.16\" height=\"0.02\"/>\n <rect x=\"1183.52\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1185.68\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1187.84\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1190\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1192.16\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1194.32\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1196.48\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1198.65\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1200.81\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1202.97\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1205.13\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1207.29\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1209.45\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1211.61\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1213.77\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1215.93\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1218.09\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1220.25\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1222.41\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1224.58\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1226.74\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1228.9\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1231.06\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1233.22\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1235.38\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1237.54\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1239.7\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1241.86\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1244.02\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1246.18\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1248.34\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1250.51\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1252.67\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1254.83\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1256.99\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1259.15\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1261.31\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1263.47\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1265.63\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1267.79\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1269.95\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1272.11\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1274.28\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1276.44\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1278.6\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1280.76\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1282.92\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1285.08\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1287.24\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1289.4\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1291.56\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1293.72\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1295.88\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1298.04\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1300.21\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1302.37\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1304.53\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1306.69\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1308.85\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1311.01\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1313.17\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1315.33\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1317.49\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1319.65\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1321.81\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1323.98\" y=\"78.7\" width=\"2.16\" height=\"0.02\"/>\n <rect x=\"1326.14\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1328.3\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1330.46\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1332.62\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1334.78\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1336.94\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1339.1\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1341.26\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1343.42\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1345.58\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1347.74\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1349.91\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1352.07\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1354.23\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1356.39\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1358.55\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1360.71\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1362.87\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1365.03\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1367.19\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1369.35\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1371.51\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1373.67\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1375.84\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1378\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1380.16\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1382.32\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1384.48\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1386.64\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1388.8\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1390.96\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1393.12\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1395.28\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1397.44\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1399.61\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1401.77\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1403.93\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1406.09\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1408.25\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1410.41\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1412.57\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1414.73\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1416.89\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1419.05\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1421.21\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1423.37\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1425.54\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1427.7\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1429.86\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1432.02\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1434.18\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1436.34\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1438.5\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1440.66\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1442.82\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1444.98\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1447.14\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1449.3\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1451.47\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1453.63\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1455.79\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1457.95\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1460.11\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1462.27\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1464.43\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1466.59\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1468.75\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1470.91\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1473.07\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1475.24\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1477.4\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1479.56\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1481.72\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1483.88\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1486.04\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1488.2\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1490.36\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1492.52\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1494.68\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1496.84\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1499\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1501.17\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1503.33\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1505.49\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1507.65\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1509.81\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1511.97\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1514.13\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1516.29\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1518.45\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1520.61\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1522.77\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1524.94\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1527.1\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1529.26\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1531.42\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1533.58\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1535.74\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1537.9\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1540.06\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1542.22\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1544.38\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1546.54\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1548.7\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1550.87\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1553.03\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1555.19\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1557.35\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1559.51\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1561.67\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1563.83\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1565.99\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1568.15\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1570.31\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1572.47\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1574.63\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1576.8\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1578.96\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1581.12\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1583.28\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1585.44\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1587.6\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1589.76\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1591.92\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1594.08\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1596.24\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1598.4\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1600.57\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1602.73\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1604.89\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1607.05\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1609.21\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1611.37\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1613.53\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1615.69\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1617.85\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1620.01\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1622.17\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1624.33\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1626.5\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1628.66\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1630.82\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1632.98\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1635.14\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1637.3\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1639.46\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1641.62\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1643.78\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1645.94\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1648.1\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1650.26\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1652.43\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1654.59\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1656.75\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1658.91\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1661.07\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1663.23\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1665.39\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1667.55\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1669.71\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1671.87\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1674.03\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1676.2\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1678.36\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1680.52\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1682.68\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1684.84\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1687\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1689.16\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1691.32\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1693.48\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1695.64\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1697.8\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1699.96\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1702.13\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1704.29\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1706.45\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1708.61\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1710.77\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1712.93\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1715.09\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1717.25\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1719.41\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1721.57\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1723.73\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1725.9\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1728.06\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1730.22\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1732.38\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1734.54\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1736.7\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1738.86\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1741.02\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1743.18\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1745.34\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1747.5\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1749.66\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1751.83\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1753.99\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1756.15\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1758.31\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1760.47\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1762.63\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1764.79\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1766.95\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1769.11\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1771.27\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1773.43\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1775.59\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1777.76\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1779.92\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1782.08\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1784.24\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1786.4\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1788.56\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1790.72\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1792.88\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1795.04\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1797.2\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1799.36\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1801.53\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1803.69\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1805.85\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1808.01\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1810.17\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1812.33\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1814.49\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1816.65\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1818.81\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1820.97\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1823.13\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1825.29\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1827.46\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1829.62\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1831.78\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1833.94\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1836.1\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1838.26\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1840.42\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1842.58\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1844.74\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1846.9\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1849.06\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1851.22\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1853.39\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1855.55\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1857.71\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1859.87\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1862.03\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1864.19\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1866.35\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1868.51\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1870.67\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1872.83\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1874.99\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1877.16\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1879.32\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1881.48\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1883.64\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1885.8\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1887.96\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1890.12\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1892.28\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1894.44\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1896.6\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1898.76\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1900.92\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1903.09\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1905.25\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1907.41\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1909.57\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1911.73\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1913.89\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1916.05\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1918.21\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1920.37\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1922.53\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1924.69\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1926.86\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1929.02\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1931.18\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1933.34\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1935.5\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1937.66\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1939.82\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1941.98\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1944.14\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1946.3\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1948.46\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1950.62\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1952.79\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1954.95\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1957.11\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1959.27\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1961.43\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1963.59\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1965.75\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1967.91\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1970.07\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1972.23\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1974.39\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1976.55\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1978.72\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1980.88\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1983.04\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1985.2\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1987.36\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1989.52\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1991.68\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1993.84\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1996\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1998.16\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"2000.32\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"2002.49\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"2004.65\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"2006.81\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"2008.97\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"2011.13\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"2013.29\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"2015.45\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"2017.61\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"2019.77\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"2021.93\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"2024.09\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"2026.25\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"2028.42\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"2030.58\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"2032.74\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"2034.9\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"2037.06\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"2039.22\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"2041.38\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"2043.54\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"2045.7\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"2047.86\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"2050.02\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"2052.19\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"2054.35\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"2056.51\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"2058.67\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"2060.83\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"2062.99\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"2065.15\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"2067.31\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"2069.47\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"2071.63\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"2073.79\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"2075.95\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"2078.12\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"2080.28\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"2082.44\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"2084.6\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"2086.76\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"2088.92\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"2091.08\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"2093.24\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"2095.4\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"2097.56\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"2099.72\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"2101.88\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"2104.05\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"2106.21\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"2108.37\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"2110.53\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"2112.69\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"2114.85\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"2117.01\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"2119.17\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"2121.33\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"2123.49\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"2125.65\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"2127.82\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"2129.98\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"2132.14\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"2134.3\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"2136.46\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"2138.62\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"2140.78\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"2142.94\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"2145.1\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"2147.26\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"2149.42\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"2151.58\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"2153.75\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"2155.91\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"2158.07\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"2160.23\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"2162.39\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"2164.55\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"2166.71\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"2168.87\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"2171.03\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"2173.19\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"2175.35\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"2177.51\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"2179.68\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"2181.84\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"2184\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"2186.16\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n </g>\n </g>\n </g>\n </g>\n <g class=\"guide ylabels\" font-size=\"2.82\" font-family=\"'PT Sans Caption','Helvetica Neue','Helvetica',sans-serif\" fill=\"#6C606B\" id=\"fig-a94eabba22b9428499d1832ee19d22bc-element-12\">\n <text x=\"23.38\" y=\"78.71\" text-anchor=\"end\" dy=\"0.35em\">0</text>\n <text x=\"23.38\" y=\"62.69\" text-anchor=\"end\" dy=\"0.35em\">1\u00d710\u00b3</text>\n <text x=\"23.38\" y=\"46.66\" text-anchor=\"end\" dy=\"0.35em\">2\u00d710\u00b3</text>\n <text x=\"23.38\" y=\"30.64\" text-anchor=\"end\" dy=\"0.35em\">3\u00d710\u00b3</text>\n <text x=\"23.38\" y=\"14.61\" text-anchor=\"end\" dy=\"0.35em\">4\u00d710\u00b3</text>\n </g>\n <g font-size=\"3.88\" font-family=\"'PT Sans','Helvetica Neue','Helvetica',sans-serif\" fill=\"#564A55\" stroke=\"none\" id=\"fig-a94eabba22b9428499d1832ee19d22bc-element-13\">\n <text x=\"8.81\" y=\"44.66\" text-anchor=\"middle\" dy=\"0.35em\" transform=\"rotate(-90, 8.81, 46.66)\">Frequency</text>\n </g>\n <g font-size=\"3.88\" font-family=\"'PT Sans','Helvetica Neue','Helvetica',sans-serif\" fill=\"#564A55\" stroke=\"none\" id=\"fig-a94eabba22b9428499d1832ee19d22bc-element-14\">\n <text x=\"80.4\" y=\"10.61\" text-anchor=\"middle\">Figure 1: Problems Attempted by Each User</text>\n </g>\n</g>\n<defs>\n<clipPath id=\"fig-a94eabba22b9428499d1832ee19d22bc-element-5\">\n <path d=\"M24.38,12.61 L 136.42 12.61 136.42 80.72 24.38 80.72\" />\n</clipPath\n></defs>\n</svg>\n", "image/png": "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", "text/plain": "Plot(...)", "text/html": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<svg xmlns=\"http://www.w3.org/2000/svg\"\n xmlns:xlink=\"http://www.w3.org/1999/xlink\"\n xmlns:gadfly=\"http://www.gadflyjl.org/ns\"\n version=\"1.2\"\n width=\"141.42mm\" height=\"100mm\" viewBox=\"0 0 141.42 100\"\n stroke=\"none\"\n fill=\"#000000\"\n stroke-width=\"0.3\"\n font-size=\"3.88\"\n\n id=\"fig-bd92986192a645ba83c07ce231853de9\">\n<g class=\"plotroot xscalable yscalable\" id=\"fig-bd92986192a645ba83c07ce231853de9-element-1\">\n <g font-size=\"3.88\" font-family=\"'PT Sans','Helvetica Neue','Helvetica',sans-serif\" fill=\"#564A55\" stroke=\"none\" id=\"fig-bd92986192a645ba83c07ce231853de9-element-2\">\n <text x=\"80.4\" y=\"92\" text-anchor=\"middle\">Problems Attempted</text>\n </g>\n <g class=\"guide xlabels\" font-size=\"2.82\" font-family=\"'PT Sans Caption','Helvetica Neue','Helvetica',sans-serif\" fill=\"#6C606B\" id=\"fig-bd92986192a645ba83c07ce231853de9-element-3\">\n <text x=\"26.38\" y=\"84.39\" text-anchor=\"middle\" gadfly:scale=\"1.0\" visibility=\"visible\">0</text>\n <text x=\"47.99\" y=\"84.39\" text-anchor=\"middle\" gadfly:scale=\"1.0\" visibility=\"visible\">20</text>\n <text x=\"69.6\" y=\"84.39\" text-anchor=\"middle\" gadfly:scale=\"1.0\" visibility=\"visible\">40</text>\n <text x=\"91.2\" y=\"84.39\" text-anchor=\"middle\" gadfly:scale=\"1.0\" visibility=\"visible\">60</text>\n <text x=\"112.81\" y=\"84.39\" text-anchor=\"middle\" gadfly:scale=\"1.0\" visibility=\"visible\">80</text>\n <text x=\"134.42\" y=\"84.39\" text-anchor=\"middle\" gadfly:scale=\"1.0\" visibility=\"visible\">100</text>\n </g>\n <g clip-path=\"url(#fig-bd92986192a645ba83c07ce231853de9-element-5)\" id=\"fig-bd92986192a645ba83c07ce231853de9-element-4\">\n <g pointer-events=\"visible\" opacity=\"1\" fill=\"none\" stroke=\"none\" class=\"guide background\" id=\"fig-bd92986192a645ba83c07ce231853de9-element-6\">\n <rect x=\"24.38\" y=\"12.61\" width=\"112.04\" height=\"68.1\"/>\n </g>\n <g class=\"guide ygridlines xfixed\" stroke-dasharray=\"0.5,0.5\" stroke-width=\"0.2\" stroke=\"#D0D0E0\" id=\"fig-bd92986192a645ba83c07ce231853de9-element-7\">\n <path fill=\"none\" d=\"M24.38,158.84 L 136.42 158.84\" gadfly:scale=\"1.0\" visibility=\"hidden\"/>\n <path fill=\"none\" d=\"M24.38,142.82 L 136.42 142.82\" gadfly:scale=\"1.0\" visibility=\"hidden\"/>\n <path fill=\"none\" d=\"M24.38,126.79 L 136.42 126.79\" gadfly:scale=\"1.0\" visibility=\"hidden\"/>\n <path fill=\"none\" d=\"M24.38,110.77 L 136.42 110.77\" gadfly:scale=\"1.0\" visibility=\"hidden\"/>\n <path fill=\"none\" d=\"M24.38,94.74 L 136.42 94.74\" gadfly:scale=\"1.0\" visibility=\"hidden\"/>\n <path fill=\"none\" d=\"M24.38,78.71 L 136.42 78.71\" gadfly:scale=\"1.0\" visibility=\"visible\"/>\n <path fill=\"none\" d=\"M24.38,62.69 L 136.42 62.69\" gadfly:scale=\"1.0\" visibility=\"visible\"/>\n <path fill=\"none\" d=\"M24.38,46.66 L 136.42 46.66\" gadfly:scale=\"1.0\" visibility=\"visible\"/>\n <path fill=\"none\" d=\"M24.38,30.64 L 136.42 30.64\" gadfly:scale=\"1.0\" visibility=\"visible\"/>\n <path fill=\"none\" d=\"M24.38,14.61 L 136.42 14.61\" gadfly:scale=\"1.0\" visibility=\"visible\"/>\n <path fill=\"none\" d=\"M24.38,-1.41 L 136.42 -1.41\" gadfly:scale=\"1.0\" visibility=\"hidden\"/>\n <path fill=\"none\" d=\"M24.38,-17.44 L 136.42 -17.44\" gadfly:scale=\"1.0\" visibility=\"hidden\"/>\n <path fill=\"none\" d=\"M24.38,-33.47 L 136.42 -33.47\" gadfly:scale=\"1.0\" visibility=\"hidden\"/>\n <path fill=\"none\" d=\"M24.38,-49.49 L 136.42 -49.49\" gadfly:scale=\"1.0\" visibility=\"hidden\"/>\n <path fill=\"none\" d=\"M24.38,-65.52 L 136.42 -65.52\" gadfly:scale=\"1.0\" visibility=\"hidden\"/>\n <path fill=\"none\" d=\"M24.38,142.82 L 136.42 142.82\" gadfly:scale=\"10.0\" visibility=\"hidden\"/>\n <path fill=\"none\" d=\"M24.38,139.61 L 136.42 139.61\" gadfly:scale=\"10.0\" visibility=\"hidden\"/>\n <path fill=\"none\" d=\"M24.38,136.41 L 136.42 136.41\" gadfly:scale=\"10.0\" visibility=\"hidden\"/>\n <path fill=\"none\" d=\"M24.38,133.2 L 136.42 133.2\" gadfly:scale=\"10.0\" visibility=\"hidden\"/>\n <path fill=\"none\" d=\"M24.38,130 L 136.42 130\" gadfly:scale=\"10.0\" visibility=\"hidden\"/>\n <path fill=\"none\" d=\"M24.38,126.79 L 136.42 126.79\" gadfly:scale=\"10.0\" visibility=\"hidden\"/>\n <path fill=\"none\" d=\"M24.38,123.59 L 136.42 123.59\" gadfly:scale=\"10.0\" visibility=\"hidden\"/>\n <path fill=\"none\" d=\"M24.38,120.38 L 136.42 120.38\" gadfly:scale=\"10.0\" visibility=\"hidden\"/>\n <path fill=\"none\" d=\"M24.38,117.18 L 136.42 117.18\" gadfly:scale=\"10.0\" visibility=\"hidden\"/>\n <path fill=\"none\" d=\"M24.38,113.97 L 136.42 113.97\" gadfly:scale=\"10.0\" visibility=\"hidden\"/>\n <path fill=\"none\" d=\"M24.38,110.77 L 136.42 110.77\" gadfly:scale=\"10.0\" visibility=\"hidden\"/>\n <path fill=\"none\" d=\"M24.38,107.56 L 136.42 107.56\" gadfly:scale=\"10.0\" visibility=\"hidden\"/>\n <path fill=\"none\" d=\"M24.38,104.36 L 136.42 104.36\" gadfly:scale=\"10.0\" visibility=\"hidden\"/>\n <path fill=\"none\" d=\"M24.38,101.15 L 136.42 101.15\" gadfly:scale=\"10.0\" visibility=\"hidden\"/>\n <path fill=\"none\" d=\"M24.38,97.95 L 136.42 97.95\" gadfly:scale=\"10.0\" visibility=\"hidden\"/>\n <path fill=\"none\" d=\"M24.38,94.74 L 136.42 94.74\" gadfly:scale=\"10.0\" visibility=\"hidden\"/>\n <path fill=\"none\" d=\"M24.38,91.54 L 136.42 91.54\" gadfly:scale=\"10.0\" visibility=\"hidden\"/>\n <path fill=\"none\" d=\"M24.38,88.33 L 136.42 88.33\" gadfly:scale=\"10.0\" visibility=\"hidden\"/>\n <path fill=\"none\" d=\"M24.38,85.13 L 136.42 85.13\" gadfly:scale=\"10.0\" visibility=\"hidden\"/>\n <path fill=\"none\" d=\"M24.38,81.92 L 136.42 81.92\" gadfly:scale=\"10.0\" visibility=\"hidden\"/>\n <path fill=\"none\" d=\"M24.38,78.71 L 136.42 78.71\" gadfly:scale=\"10.0\" visibility=\"hidden\"/>\n <path fill=\"none\" d=\"M24.38,75.51 L 136.42 75.51\" gadfly:scale=\"10.0\" visibility=\"hidden\"/>\n <path fill=\"none\" d=\"M24.38,72.3 L 136.42 72.3\" gadfly:scale=\"10.0\" visibility=\"hidden\"/>\n <path fill=\"none\" d=\"M24.38,69.1 L 136.42 69.1\" gadfly:scale=\"10.0\" visibility=\"hidden\"/>\n <path fill=\"none\" d=\"M24.38,65.89 L 136.42 65.89\" gadfly:scale=\"10.0\" visibility=\"hidden\"/>\n <path fill=\"none\" d=\"M24.38,62.69 L 136.42 62.69\" gadfly:scale=\"10.0\" visibility=\"hidden\"/>\n <path fill=\"none\" d=\"M24.38,59.48 L 136.42 59.48\" gadfly:scale=\"10.0\" visibility=\"hidden\"/>\n <path fill=\"none\" d=\"M24.38,56.28 L 136.42 56.28\" gadfly:scale=\"10.0\" visibility=\"hidden\"/>\n <path fill=\"none\" d=\"M24.38,53.07 L 136.42 53.07\" gadfly:scale=\"10.0\" visibility=\"hidden\"/>\n <path fill=\"none\" d=\"M24.38,49.87 L 136.42 49.87\" gadfly:scale=\"10.0\" visibility=\"hidden\"/>\n <path fill=\"none\" d=\"M24.38,46.66 L 136.42 46.66\" gadfly:scale=\"10.0\" visibility=\"hidden\"/>\n <path fill=\"none\" d=\"M24.38,43.46 L 136.42 43.46\" gadfly:scale=\"10.0\" visibility=\"hidden\"/>\n <path fill=\"none\" d=\"M24.38,40.25 L 136.42 40.25\" gadfly:scale=\"10.0\" visibility=\"hidden\"/>\n <path fill=\"none\" d=\"M24.38,37.05 L 136.42 37.05\" gadfly:scale=\"10.0\" visibility=\"hidden\"/>\n <path fill=\"none\" d=\"M24.38,33.84 L 136.42 33.84\" gadfly:scale=\"10.0\" visibility=\"hidden\"/>\n <path fill=\"none\" d=\"M24.38,30.64 L 136.42 30.64\" gadfly:scale=\"10.0\" visibility=\"hidden\"/>\n <path fill=\"none\" d=\"M24.38,27.43 L 136.42 27.43\" gadfly:scale=\"10.0\" visibility=\"hidden\"/>\n <path fill=\"none\" d=\"M24.38,24.23 L 136.42 24.23\" gadfly:scale=\"10.0\" visibility=\"hidden\"/>\n <path fill=\"none\" d=\"M24.38,21.02 L 136.42 21.02\" gadfly:scale=\"10.0\" visibility=\"hidden\"/>\n <path fill=\"none\" d=\"M24.38,17.82 L 136.42 17.82\" gadfly:scale=\"10.0\" visibility=\"hidden\"/>\n <path fill=\"none\" d=\"M24.38,14.61 L 136.42 14.61\" gadfly:scale=\"10.0\" visibility=\"hidden\"/>\n <path fill=\"none\" d=\"M24.38,11.41 L 136.42 11.41\" gadfly:scale=\"10.0\" visibility=\"hidden\"/>\n <path fill=\"none\" d=\"M24.38,8.2 L 136.42 8.2\" gadfly:scale=\"10.0\" visibility=\"hidden\"/>\n <path fill=\"none\" d=\"M24.38,5 L 136.42 5\" gadfly:scale=\"10.0\" visibility=\"hidden\"/>\n <path fill=\"none\" d=\"M24.38,1.79 L 136.42 1.79\" gadfly:scale=\"10.0\" visibility=\"hidden\"/>\n <path fill=\"none\" d=\"M24.38,-1.41 L 136.42 -1.41\" gadfly:scale=\"10.0\" visibility=\"hidden\"/>\n <path fill=\"none\" d=\"M24.38,-4.62 L 136.42 -4.62\" gadfly:scale=\"10.0\" visibility=\"hidden\"/>\n <path fill=\"none\" d=\"M24.38,-7.82 L 136.42 -7.82\" gadfly:scale=\"10.0\" visibility=\"hidden\"/>\n <path fill=\"none\" d=\"M24.38,-11.03 L 136.42 -11.03\" gadfly:scale=\"10.0\" visibility=\"hidden\"/>\n <path fill=\"none\" d=\"M24.38,-14.23 L 136.42 -14.23\" gadfly:scale=\"10.0\" visibility=\"hidden\"/>\n <path fill=\"none\" d=\"M24.38,-17.44 L 136.42 -17.44\" gadfly:scale=\"10.0\" visibility=\"hidden\"/>\n <path fill=\"none\" d=\"M24.38,-20.65 L 136.42 -20.65\" gadfly:scale=\"10.0\" visibility=\"hidden\"/>\n <path fill=\"none\" d=\"M24.38,-23.85 L 136.42 -23.85\" gadfly:scale=\"10.0\" visibility=\"hidden\"/>\n <path fill=\"none\" d=\"M24.38,-27.06 L 136.42 -27.06\" gadfly:scale=\"10.0\" visibility=\"hidden\"/>\n <path fill=\"none\" d=\"M24.38,-30.26 L 136.42 -30.26\" gadfly:scale=\"10.0\" visibility=\"hidden\"/>\n <path fill=\"none\" d=\"M24.38,-33.47 L 136.42 -33.47\" gadfly:scale=\"10.0\" visibility=\"hidden\"/>\n <path fill=\"none\" d=\"M24.38,-36.67 L 136.42 -36.67\" gadfly:scale=\"10.0\" visibility=\"hidden\"/>\n <path fill=\"none\" d=\"M24.38,-39.88 L 136.42 -39.88\" gadfly:scale=\"10.0\" visibility=\"hidden\"/>\n <path fill=\"none\" d=\"M24.38,-43.08 L 136.42 -43.08\" gadfly:scale=\"10.0\" visibility=\"hidden\"/>\n <path fill=\"none\" d=\"M24.38,-46.29 L 136.42 -46.29\" gadfly:scale=\"10.0\" visibility=\"hidden\"/>\n <path fill=\"none\" d=\"M24.38,-49.49 L 136.42 -49.49\" gadfly:scale=\"10.0\" visibility=\"hidden\"/>\n <path fill=\"none\" d=\"M24.38,158.84 L 136.42 158.84\" gadfly:scale=\"0.5\" visibility=\"hidden\"/>\n <path fill=\"none\" d=\"M24.38,78.71 L 136.42 78.71\" gadfly:scale=\"0.5\" visibility=\"hidden\"/>\n <path fill=\"none\" d=\"M24.38,-1.41 L 136.42 -1.41\" gadfly:scale=\"0.5\" visibility=\"hidden\"/>\n <path fill=\"none\" d=\"M24.38,-81.54 L 136.42 -81.54\" gadfly:scale=\"0.5\" visibility=\"hidden\"/>\n <path fill=\"none\" d=\"M24.38,142.82 L 136.42 142.82\" gadfly:scale=\"5.0\" visibility=\"hidden\"/>\n <path fill=\"none\" d=\"M24.38,134.81 L 136.42 134.81\" gadfly:scale=\"5.0\" visibility=\"hidden\"/>\n <path fill=\"none\" d=\"M24.38,126.79 L 136.42 126.79\" gadfly:scale=\"5.0\" visibility=\"hidden\"/>\n <path fill=\"none\" d=\"M24.38,118.78 L 136.42 118.78\" gadfly:scale=\"5.0\" visibility=\"hidden\"/>\n <path fill=\"none\" d=\"M24.38,110.77 L 136.42 110.77\" gadfly:scale=\"5.0\" visibility=\"hidden\"/>\n <path fill=\"none\" d=\"M24.38,102.75 L 136.42 102.75\" gadfly:scale=\"5.0\" visibility=\"hidden\"/>\n <path fill=\"none\" d=\"M24.38,94.74 L 136.42 94.74\" gadfly:scale=\"5.0\" visibility=\"hidden\"/>\n <path fill=\"none\" d=\"M24.38,86.73 L 136.42 86.73\" gadfly:scale=\"5.0\" visibility=\"hidden\"/>\n <path fill=\"none\" d=\"M24.38,78.71 L 136.42 78.71\" gadfly:scale=\"5.0\" visibility=\"hidden\"/>\n <path fill=\"none\" d=\"M24.38,70.7 L 136.42 70.7\" gadfly:scale=\"5.0\" visibility=\"hidden\"/>\n <path fill=\"none\" d=\"M24.38,62.69 L 136.42 62.69\" gadfly:scale=\"5.0\" visibility=\"hidden\"/>\n <path fill=\"none\" d=\"M24.38,54.68 L 136.42 54.68\" gadfly:scale=\"5.0\" visibility=\"hidden\"/>\n <path fill=\"none\" d=\"M24.38,46.66 L 136.42 46.66\" gadfly:scale=\"5.0\" visibility=\"hidden\"/>\n <path fill=\"none\" d=\"M24.38,38.65 L 136.42 38.65\" gadfly:scale=\"5.0\" visibility=\"hidden\"/>\n <path fill=\"none\" d=\"M24.38,30.64 L 136.42 30.64\" gadfly:scale=\"5.0\" visibility=\"hidden\"/>\n <path fill=\"none\" d=\"M24.38,22.62 L 136.42 22.62\" gadfly:scale=\"5.0\" visibility=\"hidden\"/>\n <path fill=\"none\" d=\"M24.38,14.61 L 136.42 14.61\" gadfly:scale=\"5.0\" visibility=\"hidden\"/>\n <path fill=\"none\" d=\"M24.38,6.6 L 136.42 6.6\" gadfly:scale=\"5.0\" visibility=\"hidden\"/>\n <path fill=\"none\" d=\"M24.38,-1.41 L 136.42 -1.41\" gadfly:scale=\"5.0\" visibility=\"hidden\"/>\n <path fill=\"none\" d=\"M24.38,-9.43 L 136.42 -9.43\" gadfly:scale=\"5.0\" visibility=\"hidden\"/>\n <path fill=\"none\" d=\"M24.38,-17.44 L 136.42 -17.44\" gadfly:scale=\"5.0\" visibility=\"hidden\"/>\n <path fill=\"none\" d=\"M24.38,-25.45 L 136.42 -25.45\" gadfly:scale=\"5.0\" visibility=\"hidden\"/>\n <path fill=\"none\" d=\"M24.38,-33.47 L 136.42 -33.47\" gadfly:scale=\"5.0\" visibility=\"hidden\"/>\n <path fill=\"none\" d=\"M24.38,-41.48 L 136.42 -41.48\" gadfly:scale=\"5.0\" visibility=\"hidden\"/>\n <path fill=\"none\" d=\"M24.38,-49.49 L 136.42 -49.49\" gadfly:scale=\"5.0\" visibility=\"hidden\"/>\n </g>\n <g class=\"guide xgridlines yfixed\" stroke-dasharray=\"0.5,0.5\" stroke-width=\"0.2\" stroke=\"#D0D0E0\" id=\"fig-bd92986192a645ba83c07ce231853de9-element-8\">\n <path fill=\"none\" d=\"M26.38,12.61 L 26.38 80.72\" gadfly:scale=\"1.0\" visibility=\"visible\"/>\n <path fill=\"none\" d=\"M47.99,12.61 L 47.99 80.72\" gadfly:scale=\"1.0\" visibility=\"visible\"/>\n <path fill=\"none\" d=\"M69.6,12.61 L 69.6 80.72\" gadfly:scale=\"1.0\" visibility=\"visible\"/>\n <path fill=\"none\" d=\"M91.2,12.61 L 91.2 80.72\" gadfly:scale=\"1.0\" visibility=\"visible\"/>\n <path fill=\"none\" d=\"M112.81,12.61 L 112.81 80.72\" gadfly:scale=\"1.0\" visibility=\"visible\"/>\n <path fill=\"none\" d=\"M134.42,12.61 L 134.42 80.72\" gadfly:scale=\"1.0\" visibility=\"visible\"/>\n </g>\n <g class=\"plotpanel\" id=\"fig-bd92986192a645ba83c07ce231853de9-element-9\">\n <g stroke=\"none\" fill=\"#00BFFF\" shape-rendering=\"crispEdges\" id=\"fig-bd92986192a645ba83c07ce231853de9-element-10\">\n <g class=\"geometry\" id=\"fig-bd92986192a645ba83c07ce231853de9-element-11\">\n <rect x=\"27.46\" y=\"17.56\" width=\"2.16\" height=\"61.15\"/>\n <rect x=\"29.62\" y=\"42.3\" width=\"2.16\" height=\"36.41\"/>\n <rect x=\"31.78\" y=\"54.02\" width=\"2.16\" height=\"24.7\"/>\n <rect x=\"33.94\" y=\"59.53\" width=\"2.16\" height=\"19.18\"/>\n <rect x=\"36.1\" y=\"57.96\" width=\"2.16\" height=\"20.75\"/>\n <rect x=\"38.26\" y=\"64.88\" width=\"2.16\" height=\"13.83\"/>\n <rect x=\"40.42\" y=\"64.1\" width=\"2.16\" height=\"14.62\"/>\n <rect x=\"42.58\" y=\"68.28\" width=\"2.16\" height=\"10.43\"/>\n <rect x=\"44.75\" y=\"69.13\" width=\"2.16\" height=\"9.58\"/>\n <rect x=\"46.91\" y=\"68.91\" width=\"2.16\" height=\"9.81\"/>\n <rect x=\"49.07\" y=\"70.45\" width=\"2.16\" height=\"8.27\"/>\n <rect x=\"51.23\" y=\"72.02\" width=\"2.16\" height=\"6.7\"/>\n <rect x=\"53.39\" y=\"72.38\" width=\"2.16\" height=\"6.33\"/>\n <rect x=\"55.55\" y=\"73.55\" width=\"2.16\" height=\"5.16\"/>\n <rect x=\"57.71\" y=\"73.67\" width=\"2.16\" height=\"5.05\"/>\n <rect x=\"59.87\" y=\"73.97\" width=\"2.16\" height=\"4.74\"/>\n <rect x=\"62.03\" y=\"74.5\" width=\"2.16\" height=\"4.21\"/>\n <rect x=\"64.19\" y=\"75.14\" width=\"2.16\" height=\"3.57\"/>\n <rect x=\"66.35\" y=\"75.72\" width=\"2.16\" height=\"3\"/>\n <rect x=\"68.52\" y=\"75.56\" width=\"2.16\" height=\"3.16\"/>\n <rect x=\"70.68\" y=\"75.72\" width=\"2.16\" height=\"3\"/>\n <rect x=\"72.84\" y=\"76.02\" width=\"2.16\" height=\"2.69\"/>\n <rect x=\"75\" y=\"75.94\" width=\"2.16\" height=\"2.77\"/>\n <rect x=\"77.16\" y=\"76.33\" width=\"2.16\" height=\"2.39\"/>\n <rect x=\"79.32\" y=\"76.52\" width=\"2.16\" height=\"2.2\"/>\n <rect x=\"81.48\" y=\"76.74\" width=\"2.16\" height=\"1.97\"/>\n <rect x=\"83.64\" y=\"76.92\" width=\"2.16\" height=\"1.79\"/>\n <rect x=\"85.8\" y=\"77.3\" width=\"2.16\" height=\"1.41\"/>\n <rect x=\"87.96\" y=\"77.29\" width=\"2.16\" height=\"1.43\"/>\n <rect x=\"90.12\" y=\"77.32\" width=\"2.16\" height=\"1.39\"/>\n <rect x=\"92.28\" y=\"77.27\" width=\"2.16\" height=\"1.44\"/>\n <rect x=\"94.45\" y=\"77.69\" width=\"2.16\" height=\"1.03\"/>\n <rect x=\"96.61\" y=\"77.53\" width=\"2.16\" height=\"1.19\"/>\n <rect x=\"98.77\" y=\"77.61\" width=\"2.16\" height=\"1.11\"/>\n <rect x=\"100.93\" y=\"77.72\" width=\"2.16\" height=\"0.99\"/>\n <rect x=\"103.09\" y=\"77.85\" width=\"2.16\" height=\"0.87\"/>\n <rect x=\"105.25\" y=\"77.83\" width=\"2.16\" height=\"0.88\"/>\n <rect x=\"107.41\" y=\"77.85\" width=\"2.16\" height=\"0.87\"/>\n <rect x=\"109.57\" y=\"77.72\" width=\"2.16\" height=\"0.99\"/>\n <rect x=\"111.73\" y=\"77.72\" width=\"2.16\" height=\"0.99\"/>\n <rect x=\"113.89\" y=\"78.01\" width=\"2.16\" height=\"0.71\"/>\n <rect x=\"116.05\" y=\"77.88\" width=\"2.16\" height=\"0.83\"/>\n <rect x=\"118.21\" y=\"78.12\" width=\"2.16\" height=\"0.59\"/>\n <rect x=\"120.38\" y=\"78.09\" width=\"2.16\" height=\"0.63\"/>\n <rect x=\"122.54\" y=\"78.07\" width=\"2.16\" height=\"0.64\"/>\n <rect x=\"124.7\" y=\"77.99\" width=\"2.16\" height=\"0.72\"/>\n <rect x=\"126.86\" y=\"78.12\" width=\"2.16\" height=\"0.59\"/>\n <rect x=\"129.02\" y=\"78.19\" width=\"2.16\" height=\"0.53\"/>\n <rect x=\"131.18\" y=\"77.88\" width=\"2.16\" height=\"0.83\"/>\n <rect x=\"133.34\" y=\"78.2\" width=\"2.16\" height=\"0.51\"/>\n <rect x=\"135.5\" y=\"78.3\" width=\"2.16\" height=\"0.42\"/>\n <rect x=\"137.66\" y=\"78.39\" width=\"2.16\" height=\"0.32\"/>\n <rect x=\"139.82\" y=\"78.38\" width=\"2.16\" height=\"0.34\"/>\n <rect x=\"141.98\" y=\"78.38\" width=\"2.16\" height=\"0.34\"/>\n <rect x=\"144.15\" y=\"78.39\" width=\"2.16\" height=\"0.32\"/>\n <rect x=\"146.31\" y=\"78.46\" width=\"2.16\" height=\"0.26\"/>\n <rect x=\"148.47\" y=\"78.43\" width=\"2.16\" height=\"0.29\"/>\n <rect x=\"150.63\" y=\"78.46\" width=\"2.16\" height=\"0.26\"/>\n <rect x=\"152.79\" y=\"78.46\" width=\"2.16\" height=\"0.26\"/>\n <rect x=\"154.95\" y=\"78.46\" width=\"2.16\" height=\"0.26\"/>\n <rect x=\"157.11\" y=\"78.39\" width=\"2.16\" height=\"0.32\"/>\n <rect x=\"159.27\" y=\"78.3\" width=\"2.16\" height=\"0.42\"/>\n <rect x=\"161.43\" y=\"78.47\" width=\"2.16\" height=\"0.24\"/>\n <rect x=\"163.59\" y=\"78.54\" width=\"2.16\" height=\"0.18\"/>\n <rect x=\"165.75\" y=\"78.46\" width=\"2.16\" height=\"0.26\"/>\n <rect x=\"167.91\" y=\"78.47\" width=\"2.16\" height=\"0.24\"/>\n <rect x=\"170.08\" y=\"78.44\" width=\"2.16\" height=\"0.27\"/>\n <rect x=\"172.24\" y=\"78.63\" width=\"2.16\" height=\"0.08\"/>\n <rect x=\"174.4\" y=\"78.47\" width=\"2.16\" height=\"0.24\"/>\n <rect x=\"176.56\" y=\"78.51\" width=\"2.16\" height=\"0.21\"/>\n <rect x=\"178.72\" y=\"78.62\" width=\"2.16\" height=\"0.1\"/>\n <rect x=\"180.88\" y=\"78.55\" width=\"2.16\" height=\"0.16\"/>\n <rect x=\"183.04\" y=\"78.54\" width=\"2.16\" height=\"0.18\"/>\n <rect x=\"185.2\" y=\"78.59\" width=\"2.16\" height=\"0.13\"/>\n <rect x=\"187.36\" y=\"78.47\" width=\"2.16\" height=\"0.24\"/>\n <rect x=\"189.52\" y=\"78.62\" width=\"2.16\" height=\"0.1\"/>\n <rect x=\"191.68\" y=\"78.52\" width=\"2.16\" height=\"0.19\"/>\n <rect x=\"193.85\" y=\"78.55\" width=\"2.16\" height=\"0.16\"/>\n <rect x=\"196.01\" y=\"78.62\" width=\"2.16\" height=\"0.1\"/>\n <rect x=\"198.17\" y=\"78.62\" width=\"2.16\" height=\"0.1\"/>\n <rect x=\"200.33\" y=\"78.52\" width=\"2.16\" height=\"0.19\"/>\n <rect x=\"202.49\" y=\"78.57\" width=\"2.16\" height=\"0.14\"/>\n <rect x=\"204.65\" y=\"78.54\" width=\"2.16\" height=\"0.18\"/>\n <rect x=\"206.81\" y=\"78.59\" width=\"2.16\" height=\"0.13\"/>\n <rect x=\"208.97\" y=\"78.62\" width=\"2.16\" height=\"0.1\"/>\n <rect x=\"211.13\" y=\"78.62\" width=\"2.16\" height=\"0.1\"/>\n <rect x=\"213.29\" y=\"78.62\" width=\"2.16\" height=\"0.1\"/>\n <rect x=\"215.45\" y=\"78.6\" width=\"2.16\" height=\"0.11\"/>\n <rect x=\"217.61\" y=\"78.6\" width=\"2.16\" height=\"0.11\"/>\n <rect x=\"219.78\" y=\"78.6\" width=\"2.16\" height=\"0.11\"/>\n <rect x=\"221.94\" y=\"78.57\" width=\"2.16\" height=\"0.14\"/>\n <rect x=\"224.1\" y=\"78.59\" width=\"2.16\" height=\"0.13\"/>\n <rect x=\"226.26\" y=\"78.57\" width=\"2.16\" height=\"0.14\"/>\n <rect x=\"228.42\" y=\"78.67\" width=\"2.16\" height=\"0.05\"/>\n <rect x=\"230.58\" y=\"78.63\" width=\"2.16\" height=\"0.08\"/>\n <rect x=\"232.74\" y=\"78.68\" width=\"2.16\" height=\"0.03\"/>\n <rect x=\"234.9\" y=\"78.63\" width=\"2.16\" height=\"0.08\"/>\n <rect x=\"237.06\" y=\"78.68\" width=\"2.16\" height=\"0.03\"/>\n <rect x=\"239.22\" y=\"78.65\" width=\"2.16\" height=\"0.06\"/>\n <rect x=\"241.38\" y=\"78.65\" width=\"2.16\" height=\"0.06\"/>\n <rect x=\"243.54\" y=\"78.67\" width=\"2.16\" height=\"0.05\"/>\n <rect x=\"245.71\" y=\"78.65\" width=\"2.16\" height=\"0.06\"/>\n <rect x=\"247.87\" y=\"78.65\" width=\"2.16\" height=\"0.06\"/>\n <rect x=\"250.03\" y=\"78.63\" width=\"2.16\" height=\"0.08\"/>\n <rect x=\"252.19\" y=\"78.65\" width=\"2.16\" height=\"0.06\"/>\n <rect x=\"254.35\" y=\"78.68\" width=\"2.16\" height=\"0.03\"/>\n <rect x=\"256.51\" y=\"78.67\" width=\"2.16\" height=\"0.05\"/>\n <rect x=\"258.67\" y=\"78.62\" width=\"2.16\" height=\"0.1\"/>\n <rect x=\"260.83\" y=\"78.7\" width=\"2.16\" height=\"0.02\"/>\n <rect x=\"262.99\" y=\"78.6\" width=\"2.16\" height=\"0.11\"/>\n <rect x=\"265.15\" y=\"78.65\" width=\"2.16\" height=\"0.06\"/>\n <rect x=\"267.31\" y=\"78.67\" width=\"2.16\" height=\"0.05\"/>\n <rect x=\"269.48\" y=\"78.67\" width=\"2.16\" height=\"0.05\"/>\n <rect x=\"271.64\" y=\"78.67\" width=\"2.16\" height=\"0.05\"/>\n <rect x=\"273.8\" y=\"78.67\" width=\"2.16\" height=\"0.05\"/>\n <rect x=\"275.96\" y=\"78.7\" width=\"2.16\" height=\"0.02\"/>\n <rect x=\"278.12\" y=\"78.65\" width=\"2.16\" height=\"0.06\"/>\n <rect x=\"280.28\" y=\"78.68\" width=\"2.16\" height=\"0.03\"/>\n <rect x=\"282.44\" y=\"78.68\" width=\"2.16\" height=\"0.03\"/>\n <rect x=\"284.6\" y=\"78.68\" width=\"2.16\" height=\"0.03\"/>\n <rect x=\"286.76\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"288.92\" y=\"78.68\" width=\"2.16\" height=\"0.03\"/>\n <rect x=\"291.08\" y=\"78.63\" width=\"2.16\" height=\"0.08\"/>\n <rect x=\"293.24\" y=\"78.67\" width=\"2.16\" height=\"0.05\"/>\n <rect x=\"295.41\" y=\"78.67\" width=\"2.16\" height=\"0.05\"/>\n <rect x=\"297.57\" y=\"78.68\" width=\"2.16\" height=\"0.03\"/>\n <rect x=\"299.73\" y=\"78.67\" width=\"2.16\" height=\"0.05\"/>\n <rect x=\"301.89\" y=\"78.7\" width=\"2.16\" height=\"0.02\"/>\n <rect x=\"304.05\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"306.21\" y=\"78.65\" width=\"2.16\" height=\"0.06\"/>\n <rect x=\"308.37\" y=\"78.68\" width=\"2.16\" height=\"0.03\"/>\n <rect x=\"310.53\" y=\"78.67\" width=\"2.16\" height=\"0.05\"/>\n <rect x=\"312.69\" y=\"78.67\" width=\"2.16\" height=\"0.05\"/>\n <rect x=\"314.85\" y=\"78.68\" width=\"2.16\" height=\"0.03\"/>\n <rect x=\"317.01\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"319.17\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"321.34\" y=\"78.67\" width=\"2.16\" height=\"0.05\"/>\n <rect x=\"323.5\" y=\"78.67\" width=\"2.16\" height=\"0.05\"/>\n <rect x=\"325.66\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"327.82\" y=\"78.68\" width=\"2.16\" height=\"0.03\"/>\n <rect x=\"329.98\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"332.14\" y=\"78.68\" width=\"2.16\" height=\"0.03\"/>\n <rect x=\"334.3\" y=\"78.7\" width=\"2.16\" height=\"0.02\"/>\n <rect x=\"336.46\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"338.62\" y=\"78.67\" width=\"2.16\" height=\"0.05\"/>\n <rect x=\"340.78\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"342.94\" y=\"78.7\" width=\"2.16\" height=\"0.02\"/>\n <rect x=\"345.11\" y=\"78.68\" width=\"2.16\" height=\"0.03\"/>\n <rect x=\"347.27\" y=\"78.7\" width=\"2.16\" height=\"0.02\"/>\n <rect x=\"349.43\" y=\"78.7\" width=\"2.16\" height=\"0.02\"/>\n <rect x=\"351.59\" y=\"78.68\" width=\"2.16\" height=\"0.03\"/>\n <rect x=\"353.75\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"355.91\" y=\"78.7\" width=\"2.16\" height=\"0.02\"/>\n <rect x=\"358.07\" y=\"78.7\" width=\"2.16\" height=\"0.02\"/>\n <rect x=\"360.23\" y=\"78.68\" width=\"2.16\" height=\"0.03\"/>\n <rect x=\"362.39\" y=\"78.68\" width=\"2.16\" height=\"0.03\"/>\n <rect x=\"364.55\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"366.71\" y=\"78.7\" width=\"2.16\" height=\"0.02\"/>\n <rect x=\"368.87\" y=\"78.7\" width=\"2.16\" height=\"0.02\"/>\n <rect x=\"371.04\" y=\"78.68\" width=\"2.16\" height=\"0.03\"/>\n <rect x=\"373.2\" y=\"78.7\" width=\"2.16\" height=\"0.02\"/>\n <rect x=\"375.36\" y=\"78.7\" width=\"2.16\" height=\"0.02\"/>\n <rect x=\"377.52\" y=\"78.68\" width=\"2.16\" height=\"0.03\"/>\n <rect x=\"379.68\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"381.84\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"384\" y=\"78.68\" width=\"2.16\" height=\"0.03\"/>\n <rect x=\"386.16\" y=\"78.7\" width=\"2.16\" height=\"0.02\"/>\n <rect x=\"388.32\" y=\"78.7\" width=\"2.16\" height=\"0.02\"/>\n <rect x=\"390.48\" y=\"78.7\" width=\"2.16\" height=\"0.02\"/>\n <rect x=\"392.64\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"394.81\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"396.97\" y=\"78.7\" width=\"2.16\" height=\"0.02\"/>\n <rect x=\"399.13\" y=\"78.67\" width=\"2.16\" height=\"0.05\"/>\n <rect x=\"401.29\" y=\"78.68\" width=\"2.16\" height=\"0.03\"/>\n <rect x=\"403.45\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"405.61\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"407.77\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"409.93\" y=\"78.7\" width=\"2.16\" height=\"0.02\"/>\n <rect x=\"412.09\" y=\"78.7\" width=\"2.16\" height=\"0.02\"/>\n <rect x=\"414.25\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"416.41\" y=\"78.7\" width=\"2.16\" height=\"0.02\"/>\n <rect x=\"418.57\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"420.74\" y=\"78.7\" width=\"2.16\" height=\"0.02\"/>\n <rect x=\"422.9\" y=\"78.67\" width=\"2.16\" height=\"0.05\"/>\n <rect x=\"425.06\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"427.22\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"429.38\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"431.54\" y=\"78.7\" width=\"2.16\" height=\"0.02\"/>\n <rect x=\"433.7\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"435.86\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"438.02\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"440.18\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"442.34\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"444.5\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"446.67\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"448.83\" y=\"78.7\" width=\"2.16\" height=\"0.02\"/>\n <rect x=\"450.99\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"453.15\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"455.31\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"457.47\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"459.63\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"461.79\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"463.95\" y=\"78.7\" width=\"2.16\" height=\"0.02\"/>\n <rect x=\"466.11\" y=\"78.7\" width=\"2.16\" height=\"0.02\"/>\n <rect x=\"468.27\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"470.44\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"472.6\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"474.76\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"476.92\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"479.08\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"481.24\" y=\"78.7\" width=\"2.16\" height=\"0.02\"/>\n <rect x=\"483.4\" y=\"78.7\" width=\"2.16\" height=\"0.02\"/>\n <rect x=\"485.56\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"487.72\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"489.88\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"492.04\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"494.2\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"496.37\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"498.53\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"500.69\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"502.85\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"505.01\" y=\"78.7\" width=\"2.16\" height=\"0.02\"/>\n <rect x=\"507.17\" y=\"78.7\" width=\"2.16\" height=\"0.02\"/>\n <rect x=\"509.33\" y=\"78.7\" width=\"2.16\" height=\"0.02\"/>\n <rect x=\"511.49\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"513.65\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"515.81\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"517.97\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"520.13\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"522.3\" y=\"78.7\" width=\"2.16\" height=\"0.02\"/>\n <rect x=\"524.46\" y=\"78.7\" width=\"2.16\" height=\"0.02\"/>\n <rect x=\"526.62\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"528.78\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"530.94\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"533.1\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"535.26\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"537.42\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"539.58\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"541.74\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"543.9\" y=\"78.7\" width=\"2.16\" height=\"0.02\"/>\n <rect x=\"546.07\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"548.23\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"550.39\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"552.55\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"554.71\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"556.87\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"559.03\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"561.19\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"563.35\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"565.51\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"567.67\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"569.83\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"572\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"574.16\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"576.32\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"578.48\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"580.64\" y=\"78.68\" width=\"2.16\" height=\"0.03\"/>\n <rect x=\"582.8\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"584.96\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"587.12\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"589.28\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"591.44\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"593.6\" y=\"78.7\" width=\"2.16\" height=\"0.02\"/>\n <rect x=\"595.77\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"597.93\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"600.09\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"602.25\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"604.41\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"606.57\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"608.73\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"610.89\" y=\"78.7\" width=\"2.16\" height=\"0.02\"/>\n <rect x=\"613.05\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"615.21\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"617.37\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"619.53\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"621.7\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"623.86\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"626.02\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"628.18\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"630.34\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"632.5\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"634.66\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"636.82\" y=\"78.7\" width=\"2.16\" height=\"0.02\"/>\n <rect x=\"638.98\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"641.14\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"643.3\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"645.46\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"647.63\" y=\"78.7\" width=\"2.16\" height=\"0.02\"/>\n <rect x=\"649.79\" y=\"78.7\" width=\"2.16\" height=\"0.02\"/>\n <rect x=\"651.95\" y=\"78.7\" width=\"2.16\" height=\"0.02\"/>\n <rect x=\"654.11\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"656.27\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"658.43\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"660.59\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"662.75\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"664.91\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"667.07\" y=\"78.7\" width=\"2.16\" height=\"0.02\"/>\n <rect x=\"669.23\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"671.4\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"673.56\" y=\"78.7\" width=\"2.16\" height=\"0.02\"/>\n <rect x=\"675.72\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"677.88\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"680.04\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"682.2\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"684.36\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"686.52\" y=\"78.7\" width=\"2.16\" height=\"0.02\"/>\n <rect x=\"688.68\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"690.84\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"693\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"695.16\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"697.33\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"699.49\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"701.65\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"703.81\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"705.97\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"708.13\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"710.29\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"712.45\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"714.61\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"716.77\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"718.93\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"721.09\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"723.26\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"725.42\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"727.58\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"729.74\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"731.9\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"734.06\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"736.22\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"738.38\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"740.54\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"742.7\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"744.86\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"747.03\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"749.19\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"751.35\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"753.51\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"755.67\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"757.83\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"759.99\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"762.15\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"764.31\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"766.47\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"768.63\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"770.79\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"772.96\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"775.12\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"777.28\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"779.44\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"781.6\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"783.76\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"785.92\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"788.08\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"790.24\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"792.4\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"794.56\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"796.73\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"798.89\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"801.05\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"803.21\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"805.37\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"807.53\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"809.69\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"811.85\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"814.01\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"816.17\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"818.33\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"820.49\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"822.66\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"824.82\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"826.98\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"829.14\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"831.3\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"833.46\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"835.62\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"837.78\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"839.94\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"842.1\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"844.26\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"846.42\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"848.59\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"850.75\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"852.91\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"855.07\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"857.23\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"859.39\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"861.55\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"863.71\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"865.87\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"868.03\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"870.19\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"872.36\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"874.52\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"876.68\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"878.84\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"881\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"883.16\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"885.32\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"887.48\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"889.64\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"891.8\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"893.96\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"896.12\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"898.29\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"900.45\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"902.61\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"904.77\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"906.93\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"909.09\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"911.25\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"913.41\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"915.57\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"917.73\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"919.89\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"922.05\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"924.22\" y=\"78.7\" width=\"2.16\" height=\"0.02\"/>\n <rect x=\"926.38\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"928.54\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"930.7\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"932.86\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"935.02\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"937.18\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"939.34\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"941.5\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"943.66\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"945.82\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"947.99\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"950.15\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"952.31\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"954.47\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"956.63\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"958.79\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"960.95\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"963.11\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"965.27\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"967.43\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"969.59\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"971.75\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"973.92\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"976.08\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"978.24\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"980.4\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"982.56\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"984.72\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"986.88\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"989.04\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"991.2\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"993.36\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"995.52\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"997.69\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"999.85\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1002.01\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1004.17\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1006.33\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1008.49\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1010.65\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1012.81\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1014.97\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1017.13\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1019.29\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1021.45\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1023.62\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1025.78\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1027.94\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1030.1\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1032.26\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1034.42\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1036.58\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1038.74\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1040.9\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1043.06\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1045.22\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1047.38\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1049.55\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1051.71\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1053.87\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1056.03\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1058.19\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1060.35\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1062.51\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1064.67\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1066.83\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1068.99\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1071.15\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1073.32\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1075.48\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1077.64\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1079.8\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1081.96\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1084.12\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1086.28\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1088.44\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1090.6\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1092.76\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1094.92\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1097.08\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1099.25\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1101.41\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1103.57\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1105.73\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1107.89\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1110.05\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1112.21\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1114.37\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1116.53\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1118.69\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1120.85\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1123.02\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1125.18\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1127.34\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1129.5\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1131.66\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1133.82\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1135.98\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1138.14\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1140.3\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1142.46\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1144.62\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1146.78\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1148.95\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1151.11\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1153.27\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1155.43\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1157.59\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1159.75\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1161.91\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1164.07\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1166.23\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1168.39\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1170.55\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1172.71\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1174.88\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1177.04\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1179.2\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1181.36\" y=\"78.7\" width=\"2.16\" height=\"0.02\"/>\n <rect x=\"1183.52\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1185.68\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1187.84\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1190\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1192.16\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1194.32\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1196.48\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1198.65\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1200.81\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1202.97\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1205.13\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1207.29\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1209.45\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1211.61\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1213.77\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1215.93\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1218.09\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1220.25\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1222.41\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1224.58\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1226.74\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1228.9\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1231.06\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1233.22\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1235.38\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1237.54\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1239.7\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1241.86\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1244.02\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1246.18\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1248.34\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1250.51\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1252.67\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1254.83\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1256.99\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1259.15\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1261.31\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1263.47\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1265.63\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1267.79\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1269.95\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1272.11\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1274.28\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1276.44\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1278.6\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1280.76\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1282.92\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1285.08\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1287.24\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1289.4\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1291.56\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1293.72\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1295.88\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1298.04\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1300.21\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1302.37\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1304.53\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1306.69\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1308.85\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1311.01\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1313.17\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1315.33\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1317.49\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1319.65\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1321.81\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1323.98\" y=\"78.7\" width=\"2.16\" height=\"0.02\"/>\n <rect x=\"1326.14\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1328.3\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1330.46\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1332.62\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1334.78\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1336.94\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1339.1\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1341.26\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1343.42\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1345.58\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1347.74\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1349.91\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1352.07\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1354.23\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1356.39\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1358.55\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1360.71\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1362.87\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1365.03\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1367.19\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1369.35\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1371.51\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1373.67\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1375.84\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1378\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1380.16\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1382.32\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1384.48\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1386.64\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1388.8\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1390.96\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1393.12\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1395.28\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1397.44\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1399.61\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1401.77\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1403.93\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1406.09\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1408.25\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1410.41\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1412.57\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1414.73\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1416.89\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1419.05\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1421.21\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1423.37\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1425.54\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1427.7\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1429.86\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1432.02\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1434.18\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1436.34\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1438.5\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1440.66\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1442.82\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1444.98\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1447.14\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1449.3\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1451.47\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1453.63\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1455.79\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1457.95\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1460.11\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1462.27\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1464.43\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1466.59\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1468.75\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1470.91\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1473.07\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1475.24\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1477.4\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1479.56\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1481.72\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1483.88\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1486.04\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1488.2\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1490.36\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1492.52\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1494.68\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1496.84\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1499\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1501.17\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1503.33\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1505.49\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1507.65\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1509.81\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1511.97\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1514.13\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1516.29\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1518.45\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1520.61\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1522.77\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1524.94\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1527.1\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1529.26\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1531.42\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1533.58\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1535.74\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1537.9\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1540.06\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1542.22\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1544.38\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1546.54\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1548.7\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1550.87\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1553.03\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1555.19\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1557.35\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1559.51\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1561.67\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1563.83\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1565.99\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1568.15\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1570.31\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1572.47\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1574.63\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1576.8\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1578.96\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1581.12\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1583.28\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1585.44\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1587.6\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1589.76\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1591.92\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1594.08\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1596.24\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1598.4\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1600.57\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1602.73\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1604.89\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1607.05\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1609.21\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1611.37\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1613.53\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1615.69\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1617.85\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1620.01\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1622.17\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1624.33\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1626.5\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1628.66\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1630.82\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1632.98\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1635.14\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1637.3\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1639.46\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1641.62\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1643.78\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1645.94\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1648.1\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1650.26\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1652.43\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1654.59\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1656.75\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1658.91\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1661.07\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1663.23\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1665.39\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1667.55\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1669.71\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1671.87\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1674.03\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1676.2\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1678.36\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1680.52\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1682.68\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1684.84\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1687\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1689.16\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1691.32\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1693.48\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1695.64\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1697.8\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1699.96\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1702.13\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1704.29\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1706.45\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1708.61\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1710.77\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1712.93\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1715.09\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1717.25\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1719.41\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1721.57\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1723.73\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1725.9\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1728.06\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1730.22\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1732.38\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1734.54\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1736.7\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1738.86\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1741.02\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1743.18\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1745.34\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1747.5\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1749.66\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1751.83\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1753.99\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1756.15\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1758.31\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1760.47\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1762.63\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1764.79\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1766.95\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1769.11\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1771.27\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1773.43\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1775.59\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1777.76\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1779.92\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1782.08\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1784.24\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1786.4\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1788.56\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1790.72\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1792.88\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1795.04\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1797.2\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1799.36\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1801.53\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1803.69\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1805.85\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1808.01\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1810.17\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1812.33\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1814.49\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1816.65\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1818.81\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1820.97\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1823.13\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1825.29\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1827.46\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1829.62\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1831.78\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1833.94\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1836.1\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1838.26\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1840.42\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1842.58\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1844.74\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1846.9\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1849.06\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1851.22\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1853.39\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1855.55\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1857.71\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1859.87\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1862.03\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1864.19\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1866.35\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1868.51\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1870.67\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1872.83\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1874.99\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1877.16\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1879.32\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1881.48\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1883.64\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1885.8\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1887.96\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1890.12\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1892.28\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1894.44\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1896.6\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1898.76\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1900.92\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1903.09\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1905.25\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1907.41\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1909.57\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1911.73\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1913.89\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1916.05\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1918.21\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1920.37\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1922.53\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1924.69\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1926.86\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1929.02\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1931.18\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1933.34\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1935.5\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1937.66\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1939.82\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1941.98\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1944.14\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1946.3\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1948.46\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1950.62\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1952.79\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1954.95\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1957.11\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1959.27\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1961.43\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1963.59\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1965.75\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1967.91\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1970.07\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1972.23\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1974.39\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1976.55\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1978.72\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1980.88\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1983.04\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1985.2\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1987.36\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1989.52\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1991.68\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1993.84\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1996\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"1998.16\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"2000.32\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"2002.49\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"2004.65\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"2006.81\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"2008.97\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"2011.13\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"2013.29\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"2015.45\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"2017.61\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"2019.77\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"2021.93\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"2024.09\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"2026.25\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"2028.42\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"2030.58\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"2032.74\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"2034.9\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"2037.06\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"2039.22\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"2041.38\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"2043.54\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"2045.7\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"2047.86\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"2050.02\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"2052.19\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"2054.35\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"2056.51\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"2058.67\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"2060.83\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"2062.99\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"2065.15\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"2067.31\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"2069.47\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"2071.63\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"2073.79\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"2075.95\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"2078.12\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"2080.28\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"2082.44\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"2084.6\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"2086.76\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"2088.92\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"2091.08\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"2093.24\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"2095.4\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"2097.56\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"2099.72\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"2101.88\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"2104.05\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"2106.21\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"2108.37\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"2110.53\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"2112.69\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"2114.85\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"2117.01\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"2119.17\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"2121.33\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"2123.49\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"2125.65\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"2127.82\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"2129.98\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"2132.14\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"2134.3\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"2136.46\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"2138.62\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"2140.78\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"2142.94\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"2145.1\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"2147.26\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"2149.42\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"2151.58\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"2153.75\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"2155.91\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"2158.07\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"2160.23\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"2162.39\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"2164.55\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"2166.71\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"2168.87\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"2171.03\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"2173.19\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"2175.35\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"2177.51\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"2179.68\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"2181.84\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"2184\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n <rect x=\"2186.16\" y=\"78.71\" width=\"2.16\" height=\"0.01\"/>\n </g>\n </g>\n </g>\n <g opacity=\"0\" class=\"guide zoomslider\" stroke=\"none\" id=\"fig-bd92986192a645ba83c07ce231853de9-element-12\">\n <g fill=\"#EAEAEA\" stroke-width=\"0.3\" stroke-opacity=\"0\" stroke=\"#6A6A6A\" id=\"fig-bd92986192a645ba83c07ce231853de9-element-13\">\n <rect x=\"129.42\" y=\"15.61\" width=\"4\" height=\"4\"/>\n <g class=\"button_logo\" fill=\"#6A6A6A\" id=\"fig-bd92986192a645ba83c07ce231853de9-element-14\">\n <path d=\"M130.22,17.21 L 131.02 17.21 131.02 16.41 131.82 16.41 131.82 17.21 132.62 17.21 132.62 18.01 131.82 18.01 131.82 18.81 131.02 18.81 131.02 18.01 130.22 18.01 z\"/>\n </g>\n </g>\n <g fill=\"#EAEAEA\" id=\"fig-bd92986192a645ba83c07ce231853de9-element-15\">\n <rect x=\"109.92\" y=\"15.61\" width=\"19\" height=\"4\"/>\n </g>\n <g class=\"zoomslider_thumb\" fill=\"#6A6A6A\" id=\"fig-bd92986192a645ba83c07ce231853de9-element-16\">\n <rect x=\"118.42\" y=\"15.61\" width=\"2\" height=\"4\"/>\n </g>\n <g fill=\"#EAEAEA\" stroke-width=\"0.3\" stroke-opacity=\"0\" stroke=\"#6A6A6A\" id=\"fig-bd92986192a645ba83c07ce231853de9-element-17\">\n <rect x=\"105.42\" y=\"15.61\" width=\"4\" height=\"4\"/>\n <g class=\"button_logo\" fill=\"#6A6A6A\" id=\"fig-bd92986192a645ba83c07ce231853de9-element-18\">\n <path d=\"M106.22,17.21 L 108.62 17.21 108.62 18.01 106.22 18.01 z\"/>\n </g>\n </g>\n </g>\n </g>\n <g class=\"guide ylabels\" font-size=\"2.82\" font-family=\"'PT Sans Caption','Helvetica Neue','Helvetica',sans-serif\" fill=\"#6C606B\" id=\"fig-bd92986192a645ba83c07ce231853de9-element-19\">\n <text x=\"23.38\" y=\"158.84\" text-anchor=\"end\" dy=\"0.35em\" gadfly:scale=\"1.0\" visibility=\"hidden\">-5\u00d710\u00b3</text>\n <text x=\"23.38\" y=\"142.82\" text-anchor=\"end\" dy=\"0.35em\" gadfly:scale=\"1.0\" visibility=\"hidden\">-4\u00d710\u00b3</text>\n <text x=\"23.38\" y=\"126.79\" text-anchor=\"end\" dy=\"0.35em\" gadfly:scale=\"1.0\" visibility=\"hidden\">-3\u00d710\u00b3</text>\n <text x=\"23.38\" y=\"110.77\" text-anchor=\"end\" dy=\"0.35em\" gadfly:scale=\"1.0\" visibility=\"hidden\">-2\u00d710\u00b3</text>\n <text x=\"23.38\" y=\"94.74\" text-anchor=\"end\" dy=\"0.35em\" gadfly:scale=\"1.0\" visibility=\"hidden\">-1\u00d710\u00b3</text>\n <text x=\"23.38\" y=\"78.71\" text-anchor=\"end\" dy=\"0.35em\" gadfly:scale=\"1.0\" visibility=\"visible\">0</text>\n <text x=\"23.38\" y=\"62.69\" text-anchor=\"end\" dy=\"0.35em\" gadfly:scale=\"1.0\" visibility=\"visible\">1\u00d710\u00b3</text>\n <text x=\"23.38\" y=\"46.66\" text-anchor=\"end\" dy=\"0.35em\" gadfly:scale=\"1.0\" visibility=\"visible\">2\u00d710\u00b3</text>\n <text x=\"23.38\" y=\"30.64\" text-anchor=\"end\" dy=\"0.35em\" gadfly:scale=\"1.0\" visibility=\"visible\">3\u00d710\u00b3</text>\n <text x=\"23.38\" y=\"14.61\" text-anchor=\"end\" dy=\"0.35em\" gadfly:scale=\"1.0\" visibility=\"visible\">4\u00d710\u00b3</text>\n <text x=\"23.38\" y=\"-1.41\" text-anchor=\"end\" dy=\"0.35em\" gadfly:scale=\"1.0\" visibility=\"hidden\">5\u00d710\u00b3</text>\n <text x=\"23.38\" y=\"-17.44\" text-anchor=\"end\" dy=\"0.35em\" gadfly:scale=\"1.0\" visibility=\"hidden\">6\u00d710\u00b3</text>\n <text x=\"23.38\" y=\"-33.47\" text-anchor=\"end\" dy=\"0.35em\" gadfly:scale=\"1.0\" visibility=\"hidden\">7\u00d710\u00b3</text>\n <text x=\"23.38\" y=\"-49.49\" text-anchor=\"end\" dy=\"0.35em\" gadfly:scale=\"1.0\" visibility=\"hidden\">8\u00d710\u00b3</text>\n <text x=\"23.38\" y=\"-65.52\" text-anchor=\"end\" dy=\"0.35em\" gadfly:scale=\"1.0\" visibility=\"hidden\">9\u00d710\u00b3</text>\n <text x=\"23.38\" y=\"142.82\" text-anchor=\"end\" dy=\"0.35em\" gadfly:scale=\"10.0\" visibility=\"hidden\">-4.0\u00d710\u00b3</text>\n <text x=\"23.38\" y=\"139.61\" text-anchor=\"end\" dy=\"0.35em\" gadfly:scale=\"10.0\" visibility=\"hidden\">-3.8\u00d710\u00b3</text>\n <text x=\"23.38\" y=\"136.41\" text-anchor=\"end\" dy=\"0.35em\" gadfly:scale=\"10.0\" visibility=\"hidden\">-3.6\u00d710\u00b3</text>\n <text x=\"23.38\" y=\"133.2\" text-anchor=\"end\" dy=\"0.35em\" gadfly:scale=\"10.0\" visibility=\"hidden\">-3.4\u00d710\u00b3</text>\n <text x=\"23.38\" y=\"130\" text-anchor=\"end\" dy=\"0.35em\" gadfly:scale=\"10.0\" visibility=\"hidden\">-3.2\u00d710\u00b3</text>\n <text x=\"23.38\" y=\"126.79\" text-anchor=\"end\" dy=\"0.35em\" gadfly:scale=\"10.0\" visibility=\"hidden\">-3.0\u00d710\u00b3</text>\n <text x=\"23.38\" y=\"123.59\" text-anchor=\"end\" dy=\"0.35em\" gadfly:scale=\"10.0\" visibility=\"hidden\">-2.8\u00d710\u00b3</text>\n <text x=\"23.38\" y=\"120.38\" text-anchor=\"end\" dy=\"0.35em\" gadfly:scale=\"10.0\" visibility=\"hidden\">-2.6\u00d710\u00b3</text>\n <text x=\"23.38\" y=\"117.18\" text-anchor=\"end\" dy=\"0.35em\" gadfly:scale=\"10.0\" visibility=\"hidden\">-2.4\u00d710\u00b3</text>\n <text x=\"23.38\" y=\"113.97\" text-anchor=\"end\" dy=\"0.35em\" gadfly:scale=\"10.0\" visibility=\"hidden\">-2.2\u00d710\u00b3</text>\n <text x=\"23.38\" y=\"110.77\" text-anchor=\"end\" dy=\"0.35em\" gadfly:scale=\"10.0\" visibility=\"hidden\">-2.0\u00d710\u00b3</text>\n <text x=\"23.38\" y=\"107.56\" text-anchor=\"end\" dy=\"0.35em\" gadfly:scale=\"10.0\" visibility=\"hidden\">-1.8\u00d710\u00b3</text>\n <text x=\"23.38\" y=\"104.36\" text-anchor=\"end\" dy=\"0.35em\" gadfly:scale=\"10.0\" visibility=\"hidden\">-1.6\u00d710\u00b3</text>\n <text x=\"23.38\" y=\"101.15\" text-anchor=\"end\" dy=\"0.35em\" gadfly:scale=\"10.0\" visibility=\"hidden\">-1.4\u00d710\u00b3</text>\n <text x=\"23.38\" y=\"97.95\" text-anchor=\"end\" dy=\"0.35em\" gadfly:scale=\"10.0\" visibility=\"hidden\">-1.2\u00d710\u00b3</text>\n <text x=\"23.38\" y=\"94.74\" text-anchor=\"end\" dy=\"0.35em\" gadfly:scale=\"10.0\" visibility=\"hidden\">-1.0\u00d710\u00b3</text>\n <text x=\"23.38\" y=\"91.54\" text-anchor=\"end\" dy=\"0.35em\" gadfly:scale=\"10.0\" visibility=\"hidden\">-8.0\u00d710\u00b2</text>\n <text x=\"23.38\" y=\"88.33\" text-anchor=\"end\" dy=\"0.35em\" gadfly:scale=\"10.0\" visibility=\"hidden\">-6.0\u00d710\u00b2</text>\n <text x=\"23.38\" y=\"85.13\" text-anchor=\"end\" dy=\"0.35em\" gadfly:scale=\"10.0\" visibility=\"hidden\">-4.0\u00d710\u00b2</text>\n <text x=\"23.38\" y=\"81.92\" text-anchor=\"end\" dy=\"0.35em\" gadfly:scale=\"10.0\" visibility=\"hidden\">-2.0\u00d710\u00b2</text>\n <text x=\"23.38\" y=\"78.71\" text-anchor=\"end\" dy=\"0.35em\" gadfly:scale=\"10.0\" visibility=\"hidden\">0</text>\n <text x=\"23.38\" y=\"75.51\" text-anchor=\"end\" dy=\"0.35em\" gadfly:scale=\"10.0\" visibility=\"hidden\">2.0\u00d710\u00b2</text>\n <text x=\"23.38\" y=\"72.3\" text-anchor=\"end\" dy=\"0.35em\" gadfly:scale=\"10.0\" visibility=\"hidden\">4.0\u00d710\u00b2</text>\n <text x=\"23.38\" y=\"69.1\" text-anchor=\"end\" dy=\"0.35em\" gadfly:scale=\"10.0\" visibility=\"hidden\">6.0\u00d710\u00b2</text>\n <text x=\"23.38\" y=\"65.89\" text-anchor=\"end\" dy=\"0.35em\" gadfly:scale=\"10.0\" visibility=\"hidden\">8.0\u00d710\u00b2</text>\n <text x=\"23.38\" y=\"62.69\" text-anchor=\"end\" dy=\"0.35em\" gadfly:scale=\"10.0\" visibility=\"hidden\">1.0\u00d710\u00b3</text>\n <text x=\"23.38\" y=\"59.48\" text-anchor=\"end\" dy=\"0.35em\" gadfly:scale=\"10.0\" visibility=\"hidden\">1.2\u00d710\u00b3</text>\n <text x=\"23.38\" y=\"56.28\" text-anchor=\"end\" dy=\"0.35em\" gadfly:scale=\"10.0\" visibility=\"hidden\">1.4\u00d710\u00b3</text>\n <text x=\"23.38\" y=\"53.07\" text-anchor=\"end\" dy=\"0.35em\" gadfly:scale=\"10.0\" visibility=\"hidden\">1.6\u00d710\u00b3</text>\n <text x=\"23.38\" y=\"49.87\" text-anchor=\"end\" dy=\"0.35em\" gadfly:scale=\"10.0\" visibility=\"hidden\">1.8\u00d710\u00b3</text>\n <text x=\"23.38\" y=\"46.66\" text-anchor=\"end\" dy=\"0.35em\" gadfly:scale=\"10.0\" visibility=\"hidden\">2.0\u00d710\u00b3</text>\n <text x=\"23.38\" y=\"43.46\" text-anchor=\"end\" dy=\"0.35em\" gadfly:scale=\"10.0\" visibility=\"hidden\">2.2\u00d710\u00b3</text>\n <text x=\"23.38\" y=\"40.25\" text-anchor=\"end\" dy=\"0.35em\" gadfly:scale=\"10.0\" visibility=\"hidden\">2.4\u00d710\u00b3</text>\n <text x=\"23.38\" y=\"37.05\" text-anchor=\"end\" dy=\"0.35em\" gadfly:scale=\"10.0\" visibility=\"hidden\">2.6\u00d710\u00b3</text>\n <text x=\"23.38\" y=\"33.84\" text-anchor=\"end\" dy=\"0.35em\" gadfly:scale=\"10.0\" visibility=\"hidden\">2.8\u00d710\u00b3</text>\n <text x=\"23.38\" y=\"30.64\" text-anchor=\"end\" dy=\"0.35em\" gadfly:scale=\"10.0\" visibility=\"hidden\">3.0\u00d710\u00b3</text>\n <text x=\"23.38\" y=\"27.43\" text-anchor=\"end\" dy=\"0.35em\" gadfly:scale=\"10.0\" visibility=\"hidden\">3.2\u00d710\u00b3</text>\n <text x=\"23.38\" y=\"24.23\" text-anchor=\"end\" dy=\"0.35em\" gadfly:scale=\"10.0\" visibility=\"hidden\">3.4\u00d710\u00b3</text>\n <text x=\"23.38\" y=\"21.02\" text-anchor=\"end\" dy=\"0.35em\" gadfly:scale=\"10.0\" visibility=\"hidden\">3.6\u00d710\u00b3</text>\n <text x=\"23.38\" y=\"17.82\" text-anchor=\"end\" dy=\"0.35em\" gadfly:scale=\"10.0\" visibility=\"hidden\">3.8\u00d710\u00b3</text>\n <text x=\"23.38\" y=\"14.61\" text-anchor=\"end\" dy=\"0.35em\" gadfly:scale=\"10.0\" visibility=\"hidden\">4.0\u00d710\u00b3</text>\n <text x=\"23.38\" y=\"11.41\" text-anchor=\"end\" dy=\"0.35em\" gadfly:scale=\"10.0\" visibility=\"hidden\">4.2\u00d710\u00b3</text>\n <text x=\"23.38\" y=\"8.2\" text-anchor=\"end\" dy=\"0.35em\" gadfly:scale=\"10.0\" visibility=\"hidden\">4.4\u00d710\u00b3</text>\n <text x=\"23.38\" y=\"5\" text-anchor=\"end\" dy=\"0.35em\" gadfly:scale=\"10.0\" visibility=\"hidden\">4.6\u00d710\u00b3</text>\n <text x=\"23.38\" y=\"1.79\" text-anchor=\"end\" dy=\"0.35em\" gadfly:scale=\"10.0\" visibility=\"hidden\">4.8\u00d710\u00b3</text>\n <text x=\"23.38\" y=\"-1.41\" text-anchor=\"end\" dy=\"0.35em\" gadfly:scale=\"10.0\" visibility=\"hidden\">5.0\u00d710\u00b3</text>\n <text x=\"23.38\" y=\"-4.62\" text-anchor=\"end\" dy=\"0.35em\" gadfly:scale=\"10.0\" visibility=\"hidden\">5.2\u00d710\u00b3</text>\n <text x=\"23.38\" y=\"-7.82\" text-anchor=\"end\" dy=\"0.35em\" gadfly:scale=\"10.0\" visibility=\"hidden\">5.4\u00d710\u00b3</text>\n <text x=\"23.38\" y=\"-11.03\" text-anchor=\"end\" dy=\"0.35em\" gadfly:scale=\"10.0\" visibility=\"hidden\">5.6\u00d710\u00b3</text>\n <text x=\"23.38\" y=\"-14.23\" text-anchor=\"end\" dy=\"0.35em\" gadfly:scale=\"10.0\" visibility=\"hidden\">5.8\u00d710\u00b3</text>\n <text x=\"23.38\" y=\"-17.44\" text-anchor=\"end\" dy=\"0.35em\" gadfly:scale=\"10.0\" visibility=\"hidden\">6.0\u00d710\u00b3</text>\n <text x=\"23.38\" y=\"-20.65\" text-anchor=\"end\" dy=\"0.35em\" gadfly:scale=\"10.0\" visibility=\"hidden\">6.2\u00d710\u00b3</text>\n <text x=\"23.38\" y=\"-23.85\" text-anchor=\"end\" dy=\"0.35em\" gadfly:scale=\"10.0\" visibility=\"hidden\">6.4\u00d710\u00b3</text>\n <text x=\"23.38\" y=\"-27.06\" text-anchor=\"end\" dy=\"0.35em\" gadfly:scale=\"10.0\" visibility=\"hidden\">6.6\u00d710\u00b3</text>\n <text x=\"23.38\" y=\"-30.26\" text-anchor=\"end\" dy=\"0.35em\" gadfly:scale=\"10.0\" visibility=\"hidden\">6.8\u00d710\u00b3</text>\n <text x=\"23.38\" y=\"-33.47\" text-anchor=\"end\" dy=\"0.35em\" gadfly:scale=\"10.0\" visibility=\"hidden\">7.0\u00d710\u00b3</text>\n <text x=\"23.38\" y=\"-36.67\" text-anchor=\"end\" dy=\"0.35em\" gadfly:scale=\"10.0\" visibility=\"hidden\">7.2\u00d710\u00b3</text>\n <text x=\"23.38\" y=\"-39.88\" text-anchor=\"end\" dy=\"0.35em\" gadfly:scale=\"10.0\" visibility=\"hidden\">7.4\u00d710\u00b3</text>\n <text x=\"23.38\" y=\"-43.08\" text-anchor=\"end\" dy=\"0.35em\" gadfly:scale=\"10.0\" visibility=\"hidden\">7.6\u00d710\u00b3</text>\n <text x=\"23.38\" y=\"-46.29\" text-anchor=\"end\" dy=\"0.35em\" gadfly:scale=\"10.0\" visibility=\"hidden\">7.8\u00d710\u00b3</text>\n <text x=\"23.38\" y=\"-49.49\" text-anchor=\"end\" dy=\"0.35em\" gadfly:scale=\"10.0\" visibility=\"hidden\">8.0\u00d710\u00b3</text>\n <text x=\"23.38\" y=\"158.84\" text-anchor=\"end\" dy=\"0.35em\" gadfly:scale=\"0.5\" visibility=\"hidden\">-5.0\u00d710\u00b3</text>\n <text x=\"23.38\" y=\"78.71\" text-anchor=\"end\" dy=\"0.35em\" gadfly:scale=\"0.5\" visibility=\"hidden\">0</text>\n <text x=\"23.38\" y=\"-1.41\" text-anchor=\"end\" dy=\"0.35em\" gadfly:scale=\"0.5\" visibility=\"hidden\">5.0\u00d710\u00b3</text>\n <text x=\"23.38\" y=\"-81.54\" text-anchor=\"end\" dy=\"0.35em\" gadfly:scale=\"0.5\" visibility=\"hidden\">1.0\u00d710\u2074</text>\n <text x=\"23.38\" y=\"142.82\" text-anchor=\"end\" dy=\"0.35em\" gadfly:scale=\"5.0\" visibility=\"hidden\">-4.0\u00d710\u00b3</text>\n <text x=\"23.38\" y=\"134.81\" text-anchor=\"end\" dy=\"0.35em\" gadfly:scale=\"5.0\" visibility=\"hidden\">-3.5\u00d710\u00b3</text>\n <text x=\"23.38\" y=\"126.79\" text-anchor=\"end\" dy=\"0.35em\" gadfly:scale=\"5.0\" visibility=\"hidden\">-3.0\u00d710\u00b3</text>\n <text x=\"23.38\" y=\"118.78\" text-anchor=\"end\" dy=\"0.35em\" gadfly:scale=\"5.0\" visibility=\"hidden\">-2.5\u00d710\u00b3</text>\n <text x=\"23.38\" y=\"110.77\" text-anchor=\"end\" dy=\"0.35em\" gadfly:scale=\"5.0\" visibility=\"hidden\">-2.0\u00d710\u00b3</text>\n <text x=\"23.38\" y=\"102.75\" text-anchor=\"end\" dy=\"0.35em\" gadfly:scale=\"5.0\" visibility=\"hidden\">-1.5\u00d710\u00b3</text>\n <text x=\"23.38\" y=\"94.74\" text-anchor=\"end\" dy=\"0.35em\" gadfly:scale=\"5.0\" visibility=\"hidden\">-1.0\u00d710\u00b3</text>\n <text x=\"23.38\" y=\"86.73\" text-anchor=\"end\" dy=\"0.35em\" gadfly:scale=\"5.0\" visibility=\"hidden\">-5.0\u00d710\u00b2</text>\n <text x=\"23.38\" y=\"78.71\" text-anchor=\"end\" dy=\"0.35em\" gadfly:scale=\"5.0\" visibility=\"hidden\">0</text>\n <text x=\"23.38\" y=\"70.7\" text-anchor=\"end\" dy=\"0.35em\" gadfly:scale=\"5.0\" visibility=\"hidden\">5.0\u00d710\u00b2</text>\n <text x=\"23.38\" y=\"62.69\" text-anchor=\"end\" dy=\"0.35em\" gadfly:scale=\"5.0\" visibility=\"hidden\">1.0\u00d710\u00b3</text>\n <text x=\"23.38\" y=\"54.68\" text-anchor=\"end\" dy=\"0.35em\" gadfly:scale=\"5.0\" visibility=\"hidden\">1.5\u00d710\u00b3</text>\n <text x=\"23.38\" y=\"46.66\" text-anchor=\"end\" dy=\"0.35em\" gadfly:scale=\"5.0\" visibility=\"hidden\">2.0\u00d710\u00b3</text>\n <text x=\"23.38\" y=\"38.65\" text-anchor=\"end\" dy=\"0.35em\" gadfly:scale=\"5.0\" visibility=\"hidden\">2.5\u00d710\u00b3</text>\n <text x=\"23.38\" y=\"30.64\" text-anchor=\"end\" dy=\"0.35em\" gadfly:scale=\"5.0\" visibility=\"hidden\">3.0\u00d710\u00b3</text>\n <text x=\"23.38\" y=\"22.62\" text-anchor=\"end\" dy=\"0.35em\" gadfly:scale=\"5.0\" visibility=\"hidden\">3.5\u00d710\u00b3</text>\n <text x=\"23.38\" y=\"14.61\" text-anchor=\"end\" dy=\"0.35em\" gadfly:scale=\"5.0\" visibility=\"hidden\">4.0\u00d710\u00b3</text>\n <text x=\"23.38\" y=\"6.6\" text-anchor=\"end\" dy=\"0.35em\" gadfly:scale=\"5.0\" visibility=\"hidden\">4.5\u00d710\u00b3</text>\n <text x=\"23.38\" y=\"-1.41\" text-anchor=\"end\" dy=\"0.35em\" gadfly:scale=\"5.0\" visibility=\"hidden\">5.0\u00d710\u00b3</text>\n <text x=\"23.38\" y=\"-9.43\" text-anchor=\"end\" dy=\"0.35em\" gadfly:scale=\"5.0\" visibility=\"hidden\">5.5\u00d710\u00b3</text>\n <text x=\"23.38\" y=\"-17.44\" text-anchor=\"end\" dy=\"0.35em\" gadfly:scale=\"5.0\" visibility=\"hidden\">6.0\u00d710\u00b3</text>\n <text x=\"23.38\" y=\"-25.45\" text-anchor=\"end\" dy=\"0.35em\" gadfly:scale=\"5.0\" visibility=\"hidden\">6.5\u00d710\u00b3</text>\n <text x=\"23.38\" y=\"-33.47\" text-anchor=\"end\" dy=\"0.35em\" gadfly:scale=\"5.0\" visibility=\"hidden\">7.0\u00d710\u00b3</text>\n <text x=\"23.38\" y=\"-41.48\" text-anchor=\"end\" dy=\"0.35em\" gadfly:scale=\"5.0\" visibility=\"hidden\">7.5\u00d710\u00b3</text>\n <text x=\"23.38\" y=\"-49.49\" text-anchor=\"end\" dy=\"0.35em\" gadfly:scale=\"5.0\" visibility=\"hidden\">8.0\u00d710\u00b3</text>\n </g>\n <g font-size=\"3.88\" font-family=\"'PT Sans','Helvetica Neue','Helvetica',sans-serif\" fill=\"#564A55\" stroke=\"none\" id=\"fig-bd92986192a645ba83c07ce231853de9-element-20\">\n <text x=\"8.81\" y=\"44.66\" text-anchor=\"middle\" dy=\"0.35em\" transform=\"rotate(-90, 8.81, 46.66)\">Frequency</text>\n </g>\n <g font-size=\"3.88\" font-family=\"'PT Sans','Helvetica Neue','Helvetica',sans-serif\" fill=\"#564A55\" stroke=\"none\" id=\"fig-bd92986192a645ba83c07ce231853de9-element-21\">\n <text x=\"80.4\" y=\"10.61\" text-anchor=\"middle\">Figure 1: Problems Attempted by Each User</text>\n </g>\n</g>\n<defs>\n<clipPath id=\"fig-bd92986192a645ba83c07ce231853de9-element-5\">\n <path d=\"M24.38,12.61 L 136.42 12.61 136.42 80.72 24.38 80.72\" />\n</clipPath\n></defs>\n<script> <![CDATA[\n(function(N){var k=/[\\.\\/]/,L=/\\s*,\\s*/,C=function(a,d){return a-d},a,v,y={n:{}},M=function(){for(var a=0,d=this.length;a<d;a++)if(\"undefined\"!=typeof this[a])return this[a]},A=function(){for(var a=this.length;--a;)if(\"undefined\"!=typeof this[a])return this[a]},w=function(k,d){k=String(k);var f=v,n=Array.prototype.slice.call(arguments,2),u=w.listeners(k),p=0,b,q=[],e={},l=[],r=a;l.firstDefined=M;l.lastDefined=A;a=k;for(var s=v=0,x=u.length;s<x;s++)\"zIndex\"in u[s]&&(q.push(u[s].zIndex),0>u[s].zIndex&&\n(e[u[s].zIndex]=u[s]));for(q.sort(C);0>q[p];)if(b=e[q[p++] ],l.push(b.apply(d,n)),v)return v=f,l;for(s=0;s<x;s++)if(b=u[s],\"zIndex\"in b)if(b.zIndex==q[p]){l.push(b.apply(d,n));if(v)break;do if(p++,(b=e[q[p] ])&&l.push(b.apply(d,n)),v)break;while(b)}else e[b.zIndex]=b;else if(l.push(b.apply(d,n)),v)break;v=f;a=r;return l};w._events=y;w.listeners=function(a){a=a.split(k);var d=y,f,n,u,p,b,q,e,l=[d],r=[];u=0;for(p=a.length;u<p;u++){e=[];b=0;for(q=l.length;b<q;b++)for(d=l[b].n,f=[d[a[u] ],d[\"*\"] ],n=2;n--;)if(d=\nf[n])e.push(d),r=r.concat(d.f||[]);l=e}return r};w.on=function(a,d){a=String(a);if(\"function\"!=typeof d)return function(){};for(var f=a.split(L),n=0,u=f.length;n<u;n++)(function(a){a=a.split(k);for(var b=y,f,e=0,l=a.length;e<l;e++)b=b.n,b=b.hasOwnProperty(a[e])&&b[a[e] ]||(b[a[e] ]={n:{}});b.f=b.f||[];e=0;for(l=b.f.length;e<l;e++)if(b.f[e]==d){f=!0;break}!f&&b.f.push(d)})(f[n]);return function(a){+a==+a&&(d.zIndex=+a)}};w.f=function(a){var d=[].slice.call(arguments,1);return function(){w.apply(null,\n[a,null].concat(d).concat([].slice.call(arguments,0)))}};w.stop=function(){v=1};w.nt=function(k){return k?(new RegExp(\"(?:\\\\.|\\\\/|^)\"+k+\"(?:\\\\.|\\\\/|$)\")).test(a):a};w.nts=function(){return a.split(k)};w.off=w.unbind=function(a,d){if(a){var f=a.split(L);if(1<f.length)for(var n=0,u=f.length;n<u;n++)w.off(f[n],d);else{for(var f=a.split(k),p,b,q,e,l=[y],n=0,u=f.length;n<u;n++)for(e=0;e<l.length;e+=q.length-2){q=[e,1];p=l[e].n;if(\"*\"!=f[n])p[f[n] ]&&q.push(p[f[n] ]);else for(b in p)p.hasOwnProperty(b)&&\nq.push(p[b]);l.splice.apply(l,q)}n=0;for(u=l.length;n<u;n++)for(p=l[n];p.n;){if(d){if(p.f){e=0;for(f=p.f.length;e<f;e++)if(p.f[e]==d){p.f.splice(e,1);break}!p.f.length&&delete p.f}for(b in p.n)if(p.n.hasOwnProperty(b)&&p.n[b].f){q=p.n[b].f;e=0;for(f=q.length;e<f;e++)if(q[e]==d){q.splice(e,1);break}!q.length&&delete p.n[b].f}}else for(b in delete p.f,p.n)p.n.hasOwnProperty(b)&&p.n[b].f&&delete p.n[b].f;p=p.n}}}else w._events=y={n:{}}};w.once=function(a,d){var f=function(){w.unbind(a,f);return d.apply(this,\narguments)};return w.on(a,f)};w.version=\"0.4.2\";w.toString=function(){return\"You are running Eve 0.4.2\"};\"undefined\"!=typeof module&&module.exports?module.exports=w:\"function\"===typeof define&&define.amd?define(\"eve\",[],function(){return w}):N.eve=w})(this);\n(function(N,k){\"function\"===typeof define&&define.amd?define(\"Snap.svg\",[\"eve\"],function(L){return k(N,L)}):k(N,N.eve)})(this,function(N,k){var L=function(a){var k={},y=N.requestAnimationFrame||N.webkitRequestAnimationFrame||N.mozRequestAnimationFrame||N.oRequestAnimationFrame||N.msRequestAnimationFrame||function(a){setTimeout(a,16)},M=Array.isArray||function(a){return a instanceof Array||\"[object Array]\"==Object.prototype.toString.call(a)},A=0,w=\"M\"+(+new Date).toString(36),z=function(a){if(null==\na)return this.s;var b=this.s-a;this.b+=this.dur*b;this.B+=this.dur*b;this.s=a},d=function(a){if(null==a)return this.spd;this.spd=a},f=function(a){if(null==a)return this.dur;this.s=this.s*a/this.dur;this.dur=a},n=function(){delete k[this.id];this.update();a(\"mina.stop.\"+this.id,this)},u=function(){this.pdif||(delete k[this.id],this.update(),this.pdif=this.get()-this.b)},p=function(){this.pdif&&(this.b=this.get()-this.pdif,delete this.pdif,k[this.id]=this)},b=function(){var a;if(M(this.start)){a=[];\nfor(var b=0,e=this.start.length;b<e;b++)a[b]=+this.start[b]+(this.end[b]-this.start[b])*this.easing(this.s)}else a=+this.start+(this.end-this.start)*this.easing(this.s);this.set(a)},q=function(){var l=0,b;for(b in k)if(k.hasOwnProperty(b)){var e=k[b],f=e.get();l++;e.s=(f-e.b)/(e.dur/e.spd);1<=e.s&&(delete k[b],e.s=1,l--,function(b){setTimeout(function(){a(\"mina.finish.\"+b.id,b)})}(e));e.update()}l&&y(q)},e=function(a,r,s,x,G,h,J){a={id:w+(A++).toString(36),start:a,end:r,b:s,s:0,dur:x-s,spd:1,get:G,\nset:h,easing:J||e.linear,status:z,speed:d,duration:f,stop:n,pause:u,resume:p,update:b};k[a.id]=a;r=0;for(var K in k)if(k.hasOwnProperty(K)&&(r++,2==r))break;1==r&&y(q);return a};e.time=Date.now||function(){return+new Date};e.getById=function(a){return k[a]||null};e.linear=function(a){return a};e.easeout=function(a){return Math.pow(a,1.7)};e.easein=function(a){return Math.pow(a,0.48)};e.easeinout=function(a){if(1==a)return 1;if(0==a)return 0;var b=0.48-a/1.04,e=Math.sqrt(0.1734+b*b);a=e-b;a=Math.pow(Math.abs(a),\n1/3)*(0>a?-1:1);b=-e-b;b=Math.pow(Math.abs(b),1/3)*(0>b?-1:1);a=a+b+0.5;return 3*(1-a)*a*a+a*a*a};e.backin=function(a){return 1==a?1:a*a*(2.70158*a-1.70158)};e.backout=function(a){if(0==a)return 0;a-=1;return a*a*(2.70158*a+1.70158)+1};e.elastic=function(a){return a==!!a?a:Math.pow(2,-10*a)*Math.sin(2*(a-0.075)*Math.PI/0.3)+1};e.bounce=function(a){a<1/2.75?a*=7.5625*a:a<2/2.75?(a-=1.5/2.75,a=7.5625*a*a+0.75):a<2.5/2.75?(a-=2.25/2.75,a=7.5625*a*a+0.9375):(a-=2.625/2.75,a=7.5625*a*a+0.984375);return a};\nreturn N.mina=e}(\"undefined\"==typeof k?function(){}:k),C=function(){function a(c,t){if(c){if(c.tagName)return x(c);if(y(c,\"array\")&&a.set)return a.set.apply(a,c);if(c instanceof e)return c;if(null==t)return c=G.doc.querySelector(c),x(c)}return new s(null==c?\"100%\":c,null==t?\"100%\":t)}function v(c,a){if(a){\"#text\"==c&&(c=G.doc.createTextNode(a.text||\"\"));\"string\"==typeof c&&(c=v(c));if(\"string\"==typeof a)return\"xlink:\"==a.substring(0,6)?c.getAttributeNS(m,a.substring(6)):\"xml:\"==a.substring(0,4)?c.getAttributeNS(la,\na.substring(4)):c.getAttribute(a);for(var da in a)if(a[h](da)){var b=J(a[da]);b?\"xlink:\"==da.substring(0,6)?c.setAttributeNS(m,da.substring(6),b):\"xml:\"==da.substring(0,4)?c.setAttributeNS(la,da.substring(4),b):c.setAttribute(da,b):c.removeAttribute(da)}}else c=G.doc.createElementNS(la,c);return c}function y(c,a){a=J.prototype.toLowerCase.call(a);return\"finite\"==a?isFinite(c):\"array\"==a&&(c instanceof Array||Array.isArray&&Array.isArray(c))?!0:\"null\"==a&&null===c||a==typeof c&&null!==c||\"object\"==\na&&c===Object(c)||$.call(c).slice(8,-1).toLowerCase()==a}function M(c){if(\"function\"==typeof c||Object(c)!==c)return c;var a=new c.constructor,b;for(b in c)c[h](b)&&(a[b]=M(c[b]));return a}function A(c,a,b){function m(){var e=Array.prototype.slice.call(arguments,0),f=e.join(\"\\u2400\"),d=m.cache=m.cache||{},l=m.count=m.count||[];if(d[h](f)){a:for(var e=l,l=f,B=0,H=e.length;B<H;B++)if(e[B]===l){e.push(e.splice(B,1)[0]);break a}return b?b(d[f]):d[f]}1E3<=l.length&&delete d[l.shift()];l.push(f);d[f]=c.apply(a,\ne);return b?b(d[f]):d[f]}return m}function w(c,a,b,m,e,f){return null==e?(c-=b,a-=m,c||a?(180*I.atan2(-a,-c)/C+540)%360:0):w(c,a,e,f)-w(b,m,e,f)}function z(c){return c%360*C/180}function d(c){var a=[];c=c.replace(/(?:^|\\s)(\\w+)\\(([^)]+)\\)/g,function(c,b,m){m=m.split(/\\s*,\\s*|\\s+/);\"rotate\"==b&&1==m.length&&m.push(0,0);\"scale\"==b&&(2<m.length?m=m.slice(0,2):2==m.length&&m.push(0,0),1==m.length&&m.push(m[0],0,0));\"skewX\"==b?a.push([\"m\",1,0,I.tan(z(m[0])),1,0,0]):\"skewY\"==b?a.push([\"m\",1,I.tan(z(m[0])),\n0,1,0,0]):a.push([b.charAt(0)].concat(m));return c});return a}function f(c,t){var b=O(c),m=new a.Matrix;if(b)for(var e=0,f=b.length;e<f;e++){var h=b[e],d=h.length,B=J(h[0]).toLowerCase(),H=h[0]!=B,l=H?m.invert():0,E;\"t\"==B&&2==d?m.translate(h[1],0):\"t\"==B&&3==d?H?(d=l.x(0,0),B=l.y(0,0),H=l.x(h[1],h[2]),l=l.y(h[1],h[2]),m.translate(H-d,l-B)):m.translate(h[1],h[2]):\"r\"==B?2==d?(E=E||t,m.rotate(h[1],E.x+E.width/2,E.y+E.height/2)):4==d&&(H?(H=l.x(h[2],h[3]),l=l.y(h[2],h[3]),m.rotate(h[1],H,l)):m.rotate(h[1],\nh[2],h[3])):\"s\"==B?2==d||3==d?(E=E||t,m.scale(h[1],h[d-1],E.x+E.width/2,E.y+E.height/2)):4==d?H?(H=l.x(h[2],h[3]),l=l.y(h[2],h[3]),m.scale(h[1],h[1],H,l)):m.scale(h[1],h[1],h[2],h[3]):5==d&&(H?(H=l.x(h[3],h[4]),l=l.y(h[3],h[4]),m.scale(h[1],h[2],H,l)):m.scale(h[1],h[2],h[3],h[4])):\"m\"==B&&7==d&&m.add(h[1],h[2],h[3],h[4],h[5],h[6])}return m}function n(c,t){if(null==t){var m=!0;t=\"linearGradient\"==c.type||\"radialGradient\"==c.type?c.node.getAttribute(\"gradientTransform\"):\"pattern\"==c.type?c.node.getAttribute(\"patternTransform\"):\nc.node.getAttribute(\"transform\");if(!t)return new a.Matrix;t=d(t)}else t=a._.rgTransform.test(t)?J(t).replace(/\\.{3}|\\u2026/g,c._.transform||aa):d(t),y(t,\"array\")&&(t=a.path?a.path.toString.call(t):J(t)),c._.transform=t;var b=f(t,c.getBBox(1));if(m)return b;c.matrix=b}function u(c){c=c.node.ownerSVGElement&&x(c.node.ownerSVGElement)||c.node.parentNode&&x(c.node.parentNode)||a.select(\"svg\")||a(0,0);var t=c.select(\"defs\"),t=null==t?!1:t.node;t||(t=r(\"defs\",c.node).node);return t}function p(c){return c.node.ownerSVGElement&&\nx(c.node.ownerSVGElement)||a.select(\"svg\")}function b(c,a,m){function b(c){if(null==c)return aa;if(c==+c)return c;v(B,{width:c});try{return B.getBBox().width}catch(a){return 0}}function h(c){if(null==c)return aa;if(c==+c)return c;v(B,{height:c});try{return B.getBBox().height}catch(a){return 0}}function e(b,B){null==a?d[b]=B(c.attr(b)||0):b==a&&(d=B(null==m?c.attr(b)||0:m))}var f=p(c).node,d={},B=f.querySelector(\".svg---mgr\");B||(B=v(\"rect\"),v(B,{x:-9E9,y:-9E9,width:10,height:10,\"class\":\"svg---mgr\",\nfill:\"none\"}),f.appendChild(B));switch(c.type){case \"rect\":e(\"rx\",b),e(\"ry\",h);case \"image\":e(\"width\",b),e(\"height\",h);case \"text\":e(\"x\",b);e(\"y\",h);break;case \"circle\":e(\"cx\",b);e(\"cy\",h);e(\"r\",b);break;case \"ellipse\":e(\"cx\",b);e(\"cy\",h);e(\"rx\",b);e(\"ry\",h);break;case \"line\":e(\"x1\",b);e(\"x2\",b);e(\"y1\",h);e(\"y2\",h);break;case \"marker\":e(\"refX\",b);e(\"markerWidth\",b);e(\"refY\",h);e(\"markerHeight\",h);break;case \"radialGradient\":e(\"fx\",b);e(\"fy\",h);break;case \"tspan\":e(\"dx\",b);e(\"dy\",h);break;default:e(a,\nb)}f.removeChild(B);return d}function q(c){y(c,\"array\")||(c=Array.prototype.slice.call(arguments,0));for(var a=0,b=0,m=this.node;this[a];)delete this[a++];for(a=0;a<c.length;a++)\"set\"==c[a].type?c[a].forEach(function(c){m.appendChild(c.node)}):m.appendChild(c[a].node);for(var h=m.childNodes,a=0;a<h.length;a++)this[b++]=x(h[a]);return this}function e(c){if(c.snap in E)return E[c.snap];var a=this.id=V(),b;try{b=c.ownerSVGElement}catch(m){}this.node=c;b&&(this.paper=new s(b));this.type=c.tagName;this.anims=\n{};this._={transform:[]};c.snap=a;E[a]=this;\"g\"==this.type&&(this.add=q);if(this.type in{g:1,mask:1,pattern:1})for(var e in s.prototype)s.prototype[h](e)&&(this[e]=s.prototype[e])}function l(c){this.node=c}function r(c,a){var b=v(c);a.appendChild(b);return x(b)}function s(c,a){var b,m,f,d=s.prototype;if(c&&\"svg\"==c.tagName){if(c.snap in E)return E[c.snap];var l=c.ownerDocument;b=new e(c);m=c.getElementsByTagName(\"desc\")[0];f=c.getElementsByTagName(\"defs\")[0];m||(m=v(\"desc\"),m.appendChild(l.createTextNode(\"Created with Snap\")),\nb.node.appendChild(m));f||(f=v(\"defs\"),b.node.appendChild(f));b.defs=f;for(var ca in d)d[h](ca)&&(b[ca]=d[ca]);b.paper=b.root=b}else b=r(\"svg\",G.doc.body),v(b.node,{height:a,version:1.1,width:c,xmlns:la});return b}function x(c){return!c||c instanceof e||c instanceof l?c:c.tagName&&\"svg\"==c.tagName.toLowerCase()?new s(c):c.tagName&&\"object\"==c.tagName.toLowerCase()&&\"image/svg+xml\"==c.type?new s(c.contentDocument.getElementsByTagName(\"svg\")[0]):new e(c)}a.version=\"0.3.0\";a.toString=function(){return\"Snap v\"+\nthis.version};a._={};var G={win:N,doc:N.document};a._.glob=G;var h=\"hasOwnProperty\",J=String,K=parseFloat,U=parseInt,I=Math,P=I.max,Q=I.min,Y=I.abs,C=I.PI,aa=\"\",$=Object.prototype.toString,F=/^\\s*((#[a-f\\d]{6})|(#[a-f\\d]{3})|rgba?\\(\\s*([\\d\\.]+%?\\s*,\\s*[\\d\\.]+%?\\s*,\\s*[\\d\\.]+%?(?:\\s*,\\s*[\\d\\.]+%?)?)\\s*\\)|hsba?\\(\\s*([\\d\\.]+(?:deg|\\xb0|%)?\\s*,\\s*[\\d\\.]+%?\\s*,\\s*[\\d\\.]+(?:%?\\s*,\\s*[\\d\\.]+)?%?)\\s*\\)|hsla?\\(\\s*([\\d\\.]+(?:deg|\\xb0|%)?\\s*,\\s*[\\d\\.]+%?\\s*,\\s*[\\d\\.]+(?:%?\\s*,\\s*[\\d\\.]+)?%?)\\s*\\))\\s*$/i;a._.separator=\nRegExp(\"[,\\t\\n\\x0B\\f\\r \\u00a0\\u1680\\u180e\\u2000\\u2001\\u2002\\u2003\\u2004\\u2005\\u2006\\u2007\\u2008\\u2009\\u200a\\u202f\\u205f\\u3000\\u2028\\u2029]+\");var S=RegExp(\"[\\t\\n\\x0B\\f\\r \\u00a0\\u1680\\u180e\\u2000\\u2001\\u2002\\u2003\\u2004\\u2005\\u2006\\u2007\\u2008\\u2009\\u200a\\u202f\\u205f\\u3000\\u2028\\u2029]*,[\\t\\n\\x0B\\f\\r \\u00a0\\u1680\\u180e\\u2000\\u2001\\u2002\\u2003\\u2004\\u2005\\u2006\\u2007\\u2008\\u2009\\u200a\\u202f\\u205f\\u3000\\u2028\\u2029]*\"),X={hs:1,rg:1},W=RegExp(\"([a-z])[\\t\\n\\x0B\\f\\r \\u00a0\\u1680\\u180e\\u2000\\u2001\\u2002\\u2003\\u2004\\u2005\\u2006\\u2007\\u2008\\u2009\\u200a\\u202f\\u205f\\u3000\\u2028\\u2029,]*((-?\\\\d*\\\\.?\\\\d*(?:e[\\\\-+]?\\\\d+)?[\\t\\n\\x0B\\f\\r \\u00a0\\u1680\\u180e\\u2000\\u2001\\u2002\\u2003\\u2004\\u2005\\u2006\\u2007\\u2008\\u2009\\u200a\\u202f\\u205f\\u3000\\u2028\\u2029]*,?[\\t\\n\\x0B\\f\\r \\u00a0\\u1680\\u180e\\u2000\\u2001\\u2002\\u2003\\u2004\\u2005\\u2006\\u2007\\u2008\\u2009\\u200a\\u202f\\u205f\\u3000\\u2028\\u2029]*)+)\",\n\"ig\"),ma=RegExp(\"([rstm])[\\t\\n\\x0B\\f\\r \\u00a0\\u1680\\u180e\\u2000\\u2001\\u2002\\u2003\\u2004\\u2005\\u2006\\u2007\\u2008\\u2009\\u200a\\u202f\\u205f\\u3000\\u2028\\u2029,]*((-?\\\\d*\\\\.?\\\\d*(?:e[\\\\-+]?\\\\d+)?[\\t\\n\\x0B\\f\\r \\u00a0\\u1680\\u180e\\u2000\\u2001\\u2002\\u2003\\u2004\\u2005\\u2006\\u2007\\u2008\\u2009\\u200a\\u202f\\u205f\\u3000\\u2028\\u2029]*,?[\\t\\n\\x0B\\f\\r \\u00a0\\u1680\\u180e\\u2000\\u2001\\u2002\\u2003\\u2004\\u2005\\u2006\\u2007\\u2008\\u2009\\u200a\\u202f\\u205f\\u3000\\u2028\\u2029]*)+)\",\"ig\"),Z=RegExp(\"(-?\\\\d*\\\\.?\\\\d*(?:e[\\\\-+]?\\\\d+)?)[\\t\\n\\x0B\\f\\r \\u00a0\\u1680\\u180e\\u2000\\u2001\\u2002\\u2003\\u2004\\u2005\\u2006\\u2007\\u2008\\u2009\\u200a\\u202f\\u205f\\u3000\\u2028\\u2029]*,?[\\t\\n\\x0B\\f\\r \\u00a0\\u1680\\u180e\\u2000\\u2001\\u2002\\u2003\\u2004\\u2005\\u2006\\u2007\\u2008\\u2009\\u200a\\u202f\\u205f\\u3000\\u2028\\u2029]*\",\n\"ig\"),na=0,ba=\"S\"+(+new Date).toString(36),V=function(){return ba+(na++).toString(36)},m=\"http://www.w3.org/1999/xlink\",la=\"http://www.w3.org/2000/svg\",E={},ca=a.url=function(c){return\"url('#\"+c+\"')\"};a._.$=v;a._.id=V;a.format=function(){var c=/\\{([^\\}]+)\\}/g,a=/(?:(?:^|\\.)(.+?)(?=\\[|\\.|$|\\()|\\[('|\")(.+?)\\2\\])(\\(\\))?/g,b=function(c,b,m){var h=m;b.replace(a,function(c,a,b,m,t){a=a||m;h&&(a in h&&(h=h[a]),\"function\"==typeof h&&t&&(h=h()))});return h=(null==h||h==m?c:h)+\"\"};return function(a,m){return J(a).replace(c,\nfunction(c,a){return b(c,a,m)})}}();a._.clone=M;a._.cacher=A;a.rad=z;a.deg=function(c){return 180*c/C%360};a.angle=w;a.is=y;a.snapTo=function(c,a,b){b=y(b,\"finite\")?b:10;if(y(c,\"array\"))for(var m=c.length;m--;){if(Y(c[m]-a)<=b)return c[m]}else{c=+c;m=a%c;if(m<b)return a-m;if(m>c-b)return a-m+c}return a};a.getRGB=A(function(c){if(!c||(c=J(c)).indexOf(\"-\")+1)return{r:-1,g:-1,b:-1,hex:\"none\",error:1,toString:ka};if(\"none\"==c)return{r:-1,g:-1,b:-1,hex:\"none\",toString:ka};!X[h](c.toLowerCase().substring(0,\n2))&&\"#\"!=c.charAt()&&(c=T(c));if(!c)return{r:-1,g:-1,b:-1,hex:\"none\",error:1,toString:ka};var b,m,e,f,d;if(c=c.match(F)){c[2]&&(e=U(c[2].substring(5),16),m=U(c[2].substring(3,5),16),b=U(c[2].substring(1,3),16));c[3]&&(e=U((d=c[3].charAt(3))+d,16),m=U((d=c[3].charAt(2))+d,16),b=U((d=c[3].charAt(1))+d,16));c[4]&&(d=c[4].split(S),b=K(d[0]),\"%\"==d[0].slice(-1)&&(b*=2.55),m=K(d[1]),\"%\"==d[1].slice(-1)&&(m*=2.55),e=K(d[2]),\"%\"==d[2].slice(-1)&&(e*=2.55),\"rgba\"==c[1].toLowerCase().slice(0,4)&&(f=K(d[3])),\nd[3]&&\"%\"==d[3].slice(-1)&&(f/=100));if(c[5])return d=c[5].split(S),b=K(d[0]),\"%\"==d[0].slice(-1)&&(b/=100),m=K(d[1]),\"%\"==d[1].slice(-1)&&(m/=100),e=K(d[2]),\"%\"==d[2].slice(-1)&&(e/=100),\"deg\"!=d[0].slice(-3)&&\"\\u00b0\"!=d[0].slice(-1)||(b/=360),\"hsba\"==c[1].toLowerCase().slice(0,4)&&(f=K(d[3])),d[3]&&\"%\"==d[3].slice(-1)&&(f/=100),a.hsb2rgb(b,m,e,f);if(c[6])return d=c[6].split(S),b=K(d[0]),\"%\"==d[0].slice(-1)&&(b/=100),m=K(d[1]),\"%\"==d[1].slice(-1)&&(m/=100),e=K(d[2]),\"%\"==d[2].slice(-1)&&(e/=100),\n\"deg\"!=d[0].slice(-3)&&\"\\u00b0\"!=d[0].slice(-1)||(b/=360),\"hsla\"==c[1].toLowerCase().slice(0,4)&&(f=K(d[3])),d[3]&&\"%\"==d[3].slice(-1)&&(f/=100),a.hsl2rgb(b,m,e,f);b=Q(I.round(b),255);m=Q(I.round(m),255);e=Q(I.round(e),255);f=Q(P(f,0),1);c={r:b,g:m,b:e,toString:ka};c.hex=\"#\"+(16777216|e|m<<8|b<<16).toString(16).slice(1);c.opacity=y(f,\"finite\")?f:1;return c}return{r:-1,g:-1,b:-1,hex:\"none\",error:1,toString:ka}},a);a.hsb=A(function(c,b,m){return a.hsb2rgb(c,b,m).hex});a.hsl=A(function(c,b,m){return a.hsl2rgb(c,\nb,m).hex});a.rgb=A(function(c,a,b,m){if(y(m,\"finite\")){var e=I.round;return\"rgba(\"+[e(c),e(a),e(b),+m.toFixed(2)]+\")\"}return\"#\"+(16777216|b|a<<8|c<<16).toString(16).slice(1)});var T=function(c){var a=G.doc.getElementsByTagName(\"head\")[0]||G.doc.getElementsByTagName(\"svg\")[0];T=A(function(c){if(\"red\"==c.toLowerCase())return\"rgb(255, 0, 0)\";a.style.color=\"rgb(255, 0, 0)\";a.style.color=c;c=G.doc.defaultView.getComputedStyle(a,aa).getPropertyValue(\"color\");return\"rgb(255, 0, 0)\"==c?null:c});return T(c)},\nqa=function(){return\"hsb(\"+[this.h,this.s,this.b]+\")\"},ra=function(){return\"hsl(\"+[this.h,this.s,this.l]+\")\"},ka=function(){return 1==this.opacity||null==this.opacity?this.hex:\"rgba(\"+[this.r,this.g,this.b,this.opacity]+\")\"},D=function(c,b,m){null==b&&y(c,\"object\")&&\"r\"in c&&\"g\"in c&&\"b\"in c&&(m=c.b,b=c.g,c=c.r);null==b&&y(c,string)&&(m=a.getRGB(c),c=m.r,b=m.g,m=m.b);if(1<c||1<b||1<m)c/=255,b/=255,m/=255;return[c,b,m]},oa=function(c,b,m,e){c=I.round(255*c);b=I.round(255*b);m=I.round(255*m);c={r:c,\ng:b,b:m,opacity:y(e,\"finite\")?e:1,hex:a.rgb(c,b,m),toString:ka};y(e,\"finite\")&&(c.opacity=e);return c};a.color=function(c){var b;y(c,\"object\")&&\"h\"in c&&\"s\"in c&&\"b\"in c?(b=a.hsb2rgb(c),c.r=b.r,c.g=b.g,c.b=b.b,c.opacity=1,c.hex=b.hex):y(c,\"object\")&&\"h\"in c&&\"s\"in c&&\"l\"in c?(b=a.hsl2rgb(c),c.r=b.r,c.g=b.g,c.b=b.b,c.opacity=1,c.hex=b.hex):(y(c,\"string\")&&(c=a.getRGB(c)),y(c,\"object\")&&\"r\"in c&&\"g\"in c&&\"b\"in c&&!(\"error\"in c)?(b=a.rgb2hsl(c),c.h=b.h,c.s=b.s,c.l=b.l,b=a.rgb2hsb(c),c.v=b.b):(c={hex:\"none\"},\nc.r=c.g=c.b=c.h=c.s=c.v=c.l=-1,c.error=1));c.toString=ka;return c};a.hsb2rgb=function(c,a,b,m){y(c,\"object\")&&\"h\"in c&&\"s\"in c&&\"b\"in c&&(b=c.b,a=c.s,c=c.h,m=c.o);var e,h,d;c=360*c%360/60;d=b*a;a=d*(1-Y(c%2-1));b=e=h=b-d;c=~~c;b+=[d,a,0,0,a,d][c];e+=[a,d,d,a,0,0][c];h+=[0,0,a,d,d,a][c];return oa(b,e,h,m)};a.hsl2rgb=function(c,a,b,m){y(c,\"object\")&&\"h\"in c&&\"s\"in c&&\"l\"in c&&(b=c.l,a=c.s,c=c.h);if(1<c||1<a||1<b)c/=360,a/=100,b/=100;var e,h,d;c=360*c%360/60;d=2*a*(0.5>b?b:1-b);a=d*(1-Y(c%2-1));b=e=\nh=b-d/2;c=~~c;b+=[d,a,0,0,a,d][c];e+=[a,d,d,a,0,0][c];h+=[0,0,a,d,d,a][c];return oa(b,e,h,m)};a.rgb2hsb=function(c,a,b){b=D(c,a,b);c=b[0];a=b[1];b=b[2];var m,e;m=P(c,a,b);e=m-Q(c,a,b);c=((0==e?0:m==c?(a-b)/e:m==a?(b-c)/e+2:(c-a)/e+4)+360)%6*60/360;return{h:c,s:0==e?0:e/m,b:m,toString:qa}};a.rgb2hsl=function(c,a,b){b=D(c,a,b);c=b[0];a=b[1];b=b[2];var m,e,h;m=P(c,a,b);e=Q(c,a,b);h=m-e;c=((0==h?0:m==c?(a-b)/h:m==a?(b-c)/h+2:(c-a)/h+4)+360)%6*60/360;m=(m+e)/2;return{h:c,s:0==h?0:0.5>m?h/(2*m):h/(2-2*\nm),l:m,toString:ra}};a.parsePathString=function(c){if(!c)return null;var b=a.path(c);if(b.arr)return a.path.clone(b.arr);var m={a:7,c:6,o:2,h:1,l:2,m:2,r:4,q:4,s:4,t:2,v:1,u:3,z:0},e=[];y(c,\"array\")&&y(c[0],\"array\")&&(e=a.path.clone(c));e.length||J(c).replace(W,function(c,a,b){var h=[];c=a.toLowerCase();b.replace(Z,function(c,a){a&&h.push(+a)});\"m\"==c&&2<h.length&&(e.push([a].concat(h.splice(0,2))),c=\"l\",a=\"m\"==a?\"l\":\"L\");\"o\"==c&&1==h.length&&e.push([a,h[0] ]);if(\"r\"==c)e.push([a].concat(h));else for(;h.length>=\nm[c]&&(e.push([a].concat(h.splice(0,m[c]))),m[c]););});e.toString=a.path.toString;b.arr=a.path.clone(e);return e};var O=a.parseTransformString=function(c){if(!c)return null;var b=[];y(c,\"array\")&&y(c[0],\"array\")&&(b=a.path.clone(c));b.length||J(c).replace(ma,function(c,a,m){var e=[];a.toLowerCase();m.replace(Z,function(c,a){a&&e.push(+a)});b.push([a].concat(e))});b.toString=a.path.toString;return b};a._.svgTransform2string=d;a._.rgTransform=RegExp(\"^[a-z][\\t\\n\\x0B\\f\\r \\u00a0\\u1680\\u180e\\u2000\\u2001\\u2002\\u2003\\u2004\\u2005\\u2006\\u2007\\u2008\\u2009\\u200a\\u202f\\u205f\\u3000\\u2028\\u2029]*-?\\\\.?\\\\d\",\n\"i\");a._.transform2matrix=f;a._unit2px=b;a._.getSomeDefs=u;a._.getSomeSVG=p;a.select=function(c){return x(G.doc.querySelector(c))};a.selectAll=function(c){c=G.doc.querySelectorAll(c);for(var b=(a.set||Array)(),m=0;m<c.length;m++)b.push(x(c[m]));return b};setInterval(function(){for(var c in E)if(E[h](c)){var a=E[c],b=a.node;(\"svg\"!=a.type&&!b.ownerSVGElement||\"svg\"==a.type&&(!b.parentNode||\"ownerSVGElement\"in b.parentNode&&!b.ownerSVGElement))&&delete E[c]}},1E4);(function(c){function m(c){function a(c,\nb){var m=v(c.node,b);(m=(m=m&&m.match(d))&&m[2])&&\"#\"==m.charAt()&&(m=m.substring(1))&&(f[m]=(f[m]||[]).concat(function(a){var m={};m[b]=ca(a);v(c.node,m)}))}function b(c){var a=v(c.node,\"xlink:href\");a&&\"#\"==a.charAt()&&(a=a.substring(1))&&(f[a]=(f[a]||[]).concat(function(a){c.attr(\"xlink:href\",\"#\"+a)}))}var e=c.selectAll(\"*\"),h,d=/^\\s*url\\((\"|'|)(.*)\\1\\)\\s*$/;c=[];for(var f={},l=0,E=e.length;l<E;l++){h=e[l];a(h,\"fill\");a(h,\"stroke\");a(h,\"filter\");a(h,\"mask\");a(h,\"clip-path\");b(h);var t=v(h.node,\n\"id\");t&&(v(h.node,{id:h.id}),c.push({old:t,id:h.id}))}l=0;for(E=c.length;l<E;l++)if(e=f[c[l].old])for(h=0,t=e.length;h<t;h++)e[h](c[l].id)}function e(c,a,b){return function(m){m=m.slice(c,a);1==m.length&&(m=m[0]);return b?b(m):m}}function d(c){return function(){var a=c?\"<\"+this.type:\"\",b=this.node.attributes,m=this.node.childNodes;if(c)for(var e=0,h=b.length;e<h;e++)a+=\" \"+b[e].name+'=\"'+b[e].value.replace(/\"/g,'\\\\\"')+'\"';if(m.length){c&&(a+=\">\");e=0;for(h=m.length;e<h;e++)3==m[e].nodeType?a+=m[e].nodeValue:\n1==m[e].nodeType&&(a+=x(m[e]).toString());c&&(a+=\"</\"+this.type+\">\")}else c&&(a+=\"/>\");return a}}c.attr=function(c,a){if(!c)return this;if(y(c,\"string\"))if(1<arguments.length){var b={};b[c]=a;c=b}else return k(\"snap.util.getattr.\"+c,this).firstDefined();for(var m in c)c[h](m)&&k(\"snap.util.attr.\"+m,this,c[m]);return this};c.getBBox=function(c){if(!a.Matrix||!a.path)return this.node.getBBox();var b=this,m=new a.Matrix;if(b.removed)return a._.box();for(;\"use\"==b.type;)if(c||(m=m.add(b.transform().localMatrix.translate(b.attr(\"x\")||\n0,b.attr(\"y\")||0))),b.original)b=b.original;else var e=b.attr(\"xlink:href\"),b=b.original=b.node.ownerDocument.getElementById(e.substring(e.indexOf(\"#\")+1));var e=b._,h=a.path.get[b.type]||a.path.get.deflt;try{if(c)return e.bboxwt=h?a.path.getBBox(b.realPath=h(b)):a._.box(b.node.getBBox()),a._.box(e.bboxwt);b.realPath=h(b);b.matrix=b.transform().localMatrix;e.bbox=a.path.getBBox(a.path.map(b.realPath,m.add(b.matrix)));return a._.box(e.bbox)}catch(d){return a._.box()}};var f=function(){return this.string};\nc.transform=function(c){var b=this._;if(null==c){var m=this;c=new a.Matrix(this.node.getCTM());for(var e=n(this),h=[e],d=new a.Matrix,l=e.toTransformString(),b=J(e)==J(this.matrix)?J(b.transform):l;\"svg\"!=m.type&&(m=m.parent());)h.push(n(m));for(m=h.length;m--;)d.add(h[m]);return{string:b,globalMatrix:c,totalMatrix:d,localMatrix:e,diffMatrix:c.clone().add(e.invert()),global:c.toTransformString(),total:d.toTransformString(),local:l,toString:f}}c instanceof a.Matrix?this.matrix=c:n(this,c);this.node&&\n(\"linearGradient\"==this.type||\"radialGradient\"==this.type?v(this.node,{gradientTransform:this.matrix}):\"pattern\"==this.type?v(this.node,{patternTransform:this.matrix}):v(this.node,{transform:this.matrix}));return this};c.parent=function(){return x(this.node.parentNode)};c.append=c.add=function(c){if(c){if(\"set\"==c.type){var a=this;c.forEach(function(c){a.add(c)});return this}c=x(c);this.node.appendChild(c.node);c.paper=this.paper}return this};c.appendTo=function(c){c&&(c=x(c),c.append(this));return this};\nc.prepend=function(c){if(c){if(\"set\"==c.type){var a=this,b;c.forEach(function(c){b?b.after(c):a.prepend(c);b=c});return this}c=x(c);var m=c.parent();this.node.insertBefore(c.node,this.node.firstChild);this.add&&this.add();c.paper=this.paper;this.parent()&&this.parent().add();m&&m.add()}return this};c.prependTo=function(c){c=x(c);c.prepend(this);return this};c.before=function(c){if(\"set\"==c.type){var a=this;c.forEach(function(c){var b=c.parent();a.node.parentNode.insertBefore(c.node,a.node);b&&b.add()});\nthis.parent().add();return this}c=x(c);var b=c.parent();this.node.parentNode.insertBefore(c.node,this.node);this.parent()&&this.parent().add();b&&b.add();c.paper=this.paper;return this};c.after=function(c){c=x(c);var a=c.parent();this.node.nextSibling?this.node.parentNode.insertBefore(c.node,this.node.nextSibling):this.node.parentNode.appendChild(c.node);this.parent()&&this.parent().add();a&&a.add();c.paper=this.paper;return this};c.insertBefore=function(c){c=x(c);var a=this.parent();c.node.parentNode.insertBefore(this.node,\nc.node);this.paper=c.paper;a&&a.add();c.parent()&&c.parent().add();return this};c.insertAfter=function(c){c=x(c);var a=this.parent();c.node.parentNode.insertBefore(this.node,c.node.nextSibling);this.paper=c.paper;a&&a.add();c.parent()&&c.parent().add();return this};c.remove=function(){var c=this.parent();this.node.parentNode&&this.node.parentNode.removeChild(this.node);delete this.paper;this.removed=!0;c&&c.add();return this};c.select=function(c){return x(this.node.querySelector(c))};c.selectAll=\nfunction(c){c=this.node.querySelectorAll(c);for(var b=(a.set||Array)(),m=0;m<c.length;m++)b.push(x(c[m]));return b};c.asPX=function(c,a){null==a&&(a=this.attr(c));return+b(this,c,a)};c.use=function(){var c,a=this.node.id;a||(a=this.id,v(this.node,{id:a}));c=\"linearGradient\"==this.type||\"radialGradient\"==this.type||\"pattern\"==this.type?r(this.type,this.node.parentNode):r(\"use\",this.node.parentNode);v(c.node,{\"xlink:href\":\"#\"+a});c.original=this;return c};var l=/\\S+/g;c.addClass=function(c){var a=(c||\n\"\").match(l)||[];c=this.node;var b=c.className.baseVal,m=b.match(l)||[],e,h,d;if(a.length){for(e=0;d=a[e++];)h=m.indexOf(d),~h||m.push(d);a=m.join(\" \");b!=a&&(c.className.baseVal=a)}return this};c.removeClass=function(c){var a=(c||\"\").match(l)||[];c=this.node;var b=c.className.baseVal,m=b.match(l)||[],e,h;if(m.length){for(e=0;h=a[e++];)h=m.indexOf(h),~h&&m.splice(h,1);a=m.join(\" \");b!=a&&(c.className.baseVal=a)}return this};c.hasClass=function(c){return!!~(this.node.className.baseVal.match(l)||[]).indexOf(c)};\nc.toggleClass=function(c,a){if(null!=a)return a?this.addClass(c):this.removeClass(c);var b=(c||\"\").match(l)||[],m=this.node,e=m.className.baseVal,h=e.match(l)||[],d,f,E;for(d=0;E=b[d++];)f=h.indexOf(E),~f?h.splice(f,1):h.push(E);b=h.join(\" \");e!=b&&(m.className.baseVal=b);return this};c.clone=function(){var c=x(this.node.cloneNode(!0));v(c.node,\"id\")&&v(c.node,{id:c.id});m(c);c.insertAfter(this);return c};c.toDefs=function(){u(this).appendChild(this.node);return this};c.pattern=c.toPattern=function(c,\na,b,m){var e=r(\"pattern\",u(this));null==c&&(c=this.getBBox());y(c,\"object\")&&\"x\"in c&&(a=c.y,b=c.width,m=c.height,c=c.x);v(e.node,{x:c,y:a,width:b,height:m,patternUnits:\"userSpaceOnUse\",id:e.id,viewBox:[c,a,b,m].join(\" \")});e.node.appendChild(this.node);return e};c.marker=function(c,a,b,m,e,h){var d=r(\"marker\",u(this));null==c&&(c=this.getBBox());y(c,\"object\")&&\"x\"in c&&(a=c.y,b=c.width,m=c.height,e=c.refX||c.cx,h=c.refY||c.cy,c=c.x);v(d.node,{viewBox:[c,a,b,m].join(\" \"),markerWidth:b,markerHeight:m,\norient:\"auto\",refX:e||0,refY:h||0,id:d.id});d.node.appendChild(this.node);return d};var E=function(c,a,b,m){\"function\"!=typeof b||b.length||(m=b,b=L.linear);this.attr=c;this.dur=a;b&&(this.easing=b);m&&(this.callback=m)};a._.Animation=E;a.animation=function(c,a,b,m){return new E(c,a,b,m)};c.inAnim=function(){var c=[],a;for(a in this.anims)this.anims[h](a)&&function(a){c.push({anim:new E(a._attrs,a.dur,a.easing,a._callback),mina:a,curStatus:a.status(),status:function(c){return a.status(c)},stop:function(){a.stop()}})}(this.anims[a]);\nreturn c};a.animate=function(c,a,b,m,e,h){\"function\"!=typeof e||e.length||(h=e,e=L.linear);var d=L.time();c=L(c,a,d,d+m,L.time,b,e);h&&k.once(\"mina.finish.\"+c.id,h);return c};c.stop=function(){for(var c=this.inAnim(),a=0,b=c.length;a<b;a++)c[a].stop();return this};c.animate=function(c,a,b,m){\"function\"!=typeof b||b.length||(m=b,b=L.linear);c instanceof E&&(m=c.callback,b=c.easing,a=b.dur,c=c.attr);var d=[],f=[],l={},t,ca,n,T=this,q;for(q in c)if(c[h](q)){T.equal?(n=T.equal(q,J(c[q])),t=n.from,ca=\nn.to,n=n.f):(t=+T.attr(q),ca=+c[q]);var la=y(t,\"array\")?t.length:1;l[q]=e(d.length,d.length+la,n);d=d.concat(t);f=f.concat(ca)}t=L.time();var p=L(d,f,t,t+a,L.time,function(c){var a={},b;for(b in l)l[h](b)&&(a[b]=l[b](c));T.attr(a)},b);T.anims[p.id]=p;p._attrs=c;p._callback=m;k(\"snap.animcreated.\"+T.id,p);k.once(\"mina.finish.\"+p.id,function(){delete T.anims[p.id];m&&m.call(T)});k.once(\"mina.stop.\"+p.id,function(){delete T.anims[p.id]});return T};var T={};c.data=function(c,b){var m=T[this.id]=T[this.id]||\n{};if(0==arguments.length)return k(\"snap.data.get.\"+this.id,this,m,null),m;if(1==arguments.length){if(a.is(c,\"object\")){for(var e in c)c[h](e)&&this.data(e,c[e]);return this}k(\"snap.data.get.\"+this.id,this,m[c],c);return m[c]}m[c]=b;k(\"snap.data.set.\"+this.id,this,b,c);return this};c.removeData=function(c){null==c?T[this.id]={}:T[this.id]&&delete T[this.id][c];return this};c.outerSVG=c.toString=d(1);c.innerSVG=d()})(e.prototype);a.parse=function(c){var a=G.doc.createDocumentFragment(),b=!0,m=G.doc.createElement(\"div\");\nc=J(c);c.match(/^\\s*<\\s*svg(?:\\s|>)/)||(c=\"<svg>\"+c+\"</svg>\",b=!1);m.innerHTML=c;if(c=m.getElementsByTagName(\"svg\")[0])if(b)a=c;else for(;c.firstChild;)a.appendChild(c.firstChild);m.innerHTML=aa;return new l(a)};l.prototype.select=e.prototype.select;l.prototype.selectAll=e.prototype.selectAll;a.fragment=function(){for(var c=Array.prototype.slice.call(arguments,0),b=G.doc.createDocumentFragment(),m=0,e=c.length;m<e;m++){var h=c[m];h.node&&h.node.nodeType&&b.appendChild(h.node);h.nodeType&&b.appendChild(h);\n\"string\"==typeof h&&b.appendChild(a.parse(h).node)}return new l(b)};a._.make=r;a._.wrap=x;s.prototype.el=function(c,a){var b=r(c,this.node);a&&b.attr(a);return b};k.on(\"snap.util.getattr\",function(){var c=k.nt(),c=c.substring(c.lastIndexOf(\".\")+1),a=c.replace(/[A-Z]/g,function(c){return\"-\"+c.toLowerCase()});return pa[h](a)?this.node.ownerDocument.defaultView.getComputedStyle(this.node,null).getPropertyValue(a):v(this.node,c)});var pa={\"alignment-baseline\":0,\"baseline-shift\":0,clip:0,\"clip-path\":0,\n\"clip-rule\":0,color:0,\"color-interpolation\":0,\"color-interpolation-filters\":0,\"color-profile\":0,\"color-rendering\":0,cursor:0,direction:0,display:0,\"dominant-baseline\":0,\"enable-background\":0,fill:0,\"fill-opacity\":0,\"fill-rule\":0,filter:0,\"flood-color\":0,\"flood-opacity\":0,font:0,\"font-family\":0,\"font-size\":0,\"font-size-adjust\":0,\"font-stretch\":0,\"font-style\":0,\"font-variant\":0,\"font-weight\":0,\"glyph-orientation-horizontal\":0,\"glyph-orientation-vertical\":0,\"image-rendering\":0,kerning:0,\"letter-spacing\":0,\n\"lighting-color\":0,marker:0,\"marker-end\":0,\"marker-mid\":0,\"marker-start\":0,mask:0,opacity:0,overflow:0,\"pointer-events\":0,\"shape-rendering\":0,\"stop-color\":0,\"stop-opacity\":0,stroke:0,\"stroke-dasharray\":0,\"stroke-dashoffset\":0,\"stroke-linecap\":0,\"stroke-linejoin\":0,\"stroke-miterlimit\":0,\"stroke-opacity\":0,\"stroke-width\":0,\"text-anchor\":0,\"text-decoration\":0,\"text-rendering\":0,\"unicode-bidi\":0,visibility:0,\"word-spacing\":0,\"writing-mode\":0};k.on(\"snap.util.attr\",function(c){var a=k.nt(),b={},a=a.substring(a.lastIndexOf(\".\")+\n1);b[a]=c;var m=a.replace(/-(\\w)/gi,function(c,a){return a.toUpperCase()}),a=a.replace(/[A-Z]/g,function(c){return\"-\"+c.toLowerCase()});pa[h](a)?this.node.style[m]=null==c?aa:c:v(this.node,b)});a.ajax=function(c,a,b,m){var e=new XMLHttpRequest,h=V();if(e){if(y(a,\"function\"))m=b,b=a,a=null;else if(y(a,\"object\")){var d=[],f;for(f in a)a.hasOwnProperty(f)&&d.push(encodeURIComponent(f)+\"=\"+encodeURIComponent(a[f]));a=d.join(\"&\")}e.open(a?\"POST\":\"GET\",c,!0);a&&(e.setRequestHeader(\"X-Requested-With\",\"XMLHttpRequest\"),\ne.setRequestHeader(\"Content-type\",\"application/x-www-form-urlencoded\"));b&&(k.once(\"snap.ajax.\"+h+\".0\",b),k.once(\"snap.ajax.\"+h+\".200\",b),k.once(\"snap.ajax.\"+h+\".304\",b));e.onreadystatechange=function(){4==e.readyState&&k(\"snap.ajax.\"+h+\".\"+e.status,m,e)};if(4==e.readyState)return e;e.send(a);return e}};a.load=function(c,b,m){a.ajax(c,function(c){c=a.parse(c.responseText);m?b.call(m,c):b(c)})};a.getElementByPoint=function(c,a){var b,m,e=G.doc.elementFromPoint(c,a);if(G.win.opera&&\"svg\"==e.tagName){b=\ne;m=b.getBoundingClientRect();b=b.ownerDocument;var h=b.body,d=b.documentElement;b=m.top+(g.win.pageYOffset||d.scrollTop||h.scrollTop)-(d.clientTop||h.clientTop||0);m=m.left+(g.win.pageXOffset||d.scrollLeft||h.scrollLeft)-(d.clientLeft||h.clientLeft||0);h=e.createSVGRect();h.x=c-m;h.y=a-b;h.width=h.height=1;b=e.getIntersectionList(h,null);b.length&&(e=b[b.length-1])}return e?x(e):null};a.plugin=function(c){c(a,e,s,G,l)};return G.win.Snap=a}();C.plugin(function(a,k,y,M,A){function w(a,d,f,b,q,e){null==\nd&&\"[object SVGMatrix]\"==z.call(a)?(this.a=a.a,this.b=a.b,this.c=a.c,this.d=a.d,this.e=a.e,this.f=a.f):null!=a?(this.a=+a,this.b=+d,this.c=+f,this.d=+b,this.e=+q,this.f=+e):(this.a=1,this.c=this.b=0,this.d=1,this.f=this.e=0)}var z=Object.prototype.toString,d=String,f=Math;(function(n){function k(a){return a[0]*a[0]+a[1]*a[1]}function p(a){var d=f.sqrt(k(a));a[0]&&(a[0]/=d);a[1]&&(a[1]/=d)}n.add=function(a,d,e,f,n,p){var k=[[],[],[] ],u=[[this.a,this.c,this.e],[this.b,this.d,this.f],[0,0,1] ];d=[[a,\ne,n],[d,f,p],[0,0,1] ];a&&a instanceof w&&(d=[[a.a,a.c,a.e],[a.b,a.d,a.f],[0,0,1] ]);for(a=0;3>a;a++)for(e=0;3>e;e++){for(f=n=0;3>f;f++)n+=u[a][f]*d[f][e];k[a][e]=n}this.a=k[0][0];this.b=k[1][0];this.c=k[0][1];this.d=k[1][1];this.e=k[0][2];this.f=k[1][2];return this};n.invert=function(){var a=this.a*this.d-this.b*this.c;return new w(this.d/a,-this.b/a,-this.c/a,this.a/a,(this.c*this.f-this.d*this.e)/a,(this.b*this.e-this.a*this.f)/a)};n.clone=function(){return new w(this.a,this.b,this.c,this.d,this.e,\nthis.f)};n.translate=function(a,d){return this.add(1,0,0,1,a,d)};n.scale=function(a,d,e,f){null==d&&(d=a);(e||f)&&this.add(1,0,0,1,e,f);this.add(a,0,0,d,0,0);(e||f)&&this.add(1,0,0,1,-e,-f);return this};n.rotate=function(b,d,e){b=a.rad(b);d=d||0;e=e||0;var l=+f.cos(b).toFixed(9);b=+f.sin(b).toFixed(9);this.add(l,b,-b,l,d,e);return this.add(1,0,0,1,-d,-e)};n.x=function(a,d){return a*this.a+d*this.c+this.e};n.y=function(a,d){return a*this.b+d*this.d+this.f};n.get=function(a){return+this[d.fromCharCode(97+\na)].toFixed(4)};n.toString=function(){return\"matrix(\"+[this.get(0),this.get(1),this.get(2),this.get(3),this.get(4),this.get(5)].join()+\")\"};n.offset=function(){return[this.e.toFixed(4),this.f.toFixed(4)]};n.determinant=function(){return this.a*this.d-this.b*this.c};n.split=function(){var b={};b.dx=this.e;b.dy=this.f;var d=[[this.a,this.c],[this.b,this.d] ];b.scalex=f.sqrt(k(d[0]));p(d[0]);b.shear=d[0][0]*d[1][0]+d[0][1]*d[1][1];d[1]=[d[1][0]-d[0][0]*b.shear,d[1][1]-d[0][1]*b.shear];b.scaley=f.sqrt(k(d[1]));\np(d[1]);b.shear/=b.scaley;0>this.determinant()&&(b.scalex=-b.scalex);var e=-d[0][1],d=d[1][1];0>d?(b.rotate=a.deg(f.acos(d)),0>e&&(b.rotate=360-b.rotate)):b.rotate=a.deg(f.asin(e));b.isSimple=!+b.shear.toFixed(9)&&(b.scalex.toFixed(9)==b.scaley.toFixed(9)||!b.rotate);b.isSuperSimple=!+b.shear.toFixed(9)&&b.scalex.toFixed(9)==b.scaley.toFixed(9)&&!b.rotate;b.noRotation=!+b.shear.toFixed(9)&&!b.rotate;return b};n.toTransformString=function(a){a=a||this.split();if(+a.shear.toFixed(9))return\"m\"+[this.get(0),\nthis.get(1),this.get(2),this.get(3),this.get(4),this.get(5)];a.scalex=+a.scalex.toFixed(4);a.scaley=+a.scaley.toFixed(4);a.rotate=+a.rotate.toFixed(4);return(a.dx||a.dy?\"t\"+[+a.dx.toFixed(4),+a.dy.toFixed(4)]:\"\")+(1!=a.scalex||1!=a.scaley?\"s\"+[a.scalex,a.scaley,0,0]:\"\")+(a.rotate?\"r\"+[+a.rotate.toFixed(4),0,0]:\"\")}})(w.prototype);a.Matrix=w;a.matrix=function(a,d,f,b,k,e){return new w(a,d,f,b,k,e)}});C.plugin(function(a,v,y,M,A){function w(h){return function(d){k.stop();d instanceof A&&1==d.node.childNodes.length&&\n(\"radialGradient\"==d.node.firstChild.tagName||\"linearGradient\"==d.node.firstChild.tagName||\"pattern\"==d.node.firstChild.tagName)&&(d=d.node.firstChild,b(this).appendChild(d),d=u(d));if(d instanceof v)if(\"radialGradient\"==d.type||\"linearGradient\"==d.type||\"pattern\"==d.type){d.node.id||e(d.node,{id:d.id});var f=l(d.node.id)}else f=d.attr(h);else f=a.color(d),f.error?(f=a(b(this).ownerSVGElement).gradient(d))?(f.node.id||e(f.node,{id:f.id}),f=l(f.node.id)):f=d:f=r(f);d={};d[h]=f;e(this.node,d);this.node.style[h]=\nx}}function z(a){k.stop();a==+a&&(a+=\"px\");this.node.style.fontSize=a}function d(a){var b=[];a=a.childNodes;for(var e=0,f=a.length;e<f;e++){var l=a[e];3==l.nodeType&&b.push(l.nodeValue);\"tspan\"==l.tagName&&(1==l.childNodes.length&&3==l.firstChild.nodeType?b.push(l.firstChild.nodeValue):b.push(d(l)))}return b}function f(){k.stop();return this.node.style.fontSize}var n=a._.make,u=a._.wrap,p=a.is,b=a._.getSomeDefs,q=/^url\\(#?([^)]+)\\)$/,e=a._.$,l=a.url,r=String,s=a._.separator,x=\"\";k.on(\"snap.util.attr.mask\",\nfunction(a){if(a instanceof v||a instanceof A){k.stop();a instanceof A&&1==a.node.childNodes.length&&(a=a.node.firstChild,b(this).appendChild(a),a=u(a));if(\"mask\"==a.type)var d=a;else d=n(\"mask\",b(this)),d.node.appendChild(a.node);!d.node.id&&e(d.node,{id:d.id});e(this.node,{mask:l(d.id)})}});(function(a){k.on(\"snap.util.attr.clip\",a);k.on(\"snap.util.attr.clip-path\",a);k.on(\"snap.util.attr.clipPath\",a)})(function(a){if(a instanceof v||a instanceof A){k.stop();if(\"clipPath\"==a.type)var d=a;else d=\nn(\"clipPath\",b(this)),d.node.appendChild(a.node),!d.node.id&&e(d.node,{id:d.id});e(this.node,{\"clip-path\":l(d.id)})}});k.on(\"snap.util.attr.fill\",w(\"fill\"));k.on(\"snap.util.attr.stroke\",w(\"stroke\"));var G=/^([lr])(?:\\(([^)]*)\\))?(.*)$/i;k.on(\"snap.util.grad.parse\",function(a){a=r(a);var b=a.match(G);if(!b)return null;a=b[1];var e=b[2],b=b[3],e=e.split(/\\s*,\\s*/).map(function(a){return+a==a?+a:a});1==e.length&&0==e[0]&&(e=[]);b=b.split(\"-\");b=b.map(function(a){a=a.split(\":\");var b={color:a[0]};a[1]&&\n(b.offset=parseFloat(a[1]));return b});return{type:a,params:e,stops:b}});k.on(\"snap.util.attr.d\",function(b){k.stop();p(b,\"array\")&&p(b[0],\"array\")&&(b=a.path.toString.call(b));b=r(b);b.match(/[ruo]/i)&&(b=a.path.toAbsolute(b));e(this.node,{d:b})})(-1);k.on(\"snap.util.attr.#text\",function(a){k.stop();a=r(a);for(a=M.doc.createTextNode(a);this.node.firstChild;)this.node.removeChild(this.node.firstChild);this.node.appendChild(a)})(-1);k.on(\"snap.util.attr.path\",function(a){k.stop();this.attr({d:a})})(-1);\nk.on(\"snap.util.attr.class\",function(a){k.stop();this.node.className.baseVal=a})(-1);k.on(\"snap.util.attr.viewBox\",function(a){a=p(a,\"object\")&&\"x\"in a?[a.x,a.y,a.width,a.height].join(\" \"):p(a,\"array\")?a.join(\" \"):a;e(this.node,{viewBox:a});k.stop()})(-1);k.on(\"snap.util.attr.transform\",function(a){this.transform(a);k.stop()})(-1);k.on(\"snap.util.attr.r\",function(a){\"rect\"==this.type&&(k.stop(),e(this.node,{rx:a,ry:a}))})(-1);k.on(\"snap.util.attr.textpath\",function(a){k.stop();if(\"text\"==this.type){var d,\nf;if(!a&&this.textPath){for(a=this.textPath;a.node.firstChild;)this.node.appendChild(a.node.firstChild);a.remove();delete this.textPath}else if(p(a,\"string\")?(d=b(this),a=u(d.parentNode).path(a),d.appendChild(a.node),d=a.id,a.attr({id:d})):(a=u(a),a instanceof v&&(d=a.attr(\"id\"),d||(d=a.id,a.attr({id:d})))),d)if(a=this.textPath,f=this.node,a)a.attr({\"xlink:href\":\"#\"+d});else{for(a=e(\"textPath\",{\"xlink:href\":\"#\"+d});f.firstChild;)a.appendChild(f.firstChild);f.appendChild(a);this.textPath=u(a)}}})(-1);\nk.on(\"snap.util.attr.text\",function(a){if(\"text\"==this.type){for(var b=this.node,d=function(a){var b=e(\"tspan\");if(p(a,\"array\"))for(var f=0;f<a.length;f++)b.appendChild(d(a[f]));else b.appendChild(M.doc.createTextNode(a));b.normalize&&b.normalize();return b};b.firstChild;)b.removeChild(b.firstChild);for(a=d(a);a.firstChild;)b.appendChild(a.firstChild)}k.stop()})(-1);k.on(\"snap.util.attr.fontSize\",z)(-1);k.on(\"snap.util.attr.font-size\",z)(-1);k.on(\"snap.util.getattr.transform\",function(){k.stop();\nreturn this.transform()})(-1);k.on(\"snap.util.getattr.textpath\",function(){k.stop();return this.textPath})(-1);(function(){function b(d){return function(){k.stop();var b=M.doc.defaultView.getComputedStyle(this.node,null).getPropertyValue(\"marker-\"+d);return\"none\"==b?b:a(M.doc.getElementById(b.match(q)[1]))}}function d(a){return function(b){k.stop();var d=\"marker\"+a.charAt(0).toUpperCase()+a.substring(1);if(\"\"==b||!b)this.node.style[d]=\"none\";else if(\"marker\"==b.type){var f=b.node.id;f||e(b.node,{id:b.id});\nthis.node.style[d]=l(f)}}}k.on(\"snap.util.getattr.marker-end\",b(\"end\"))(-1);k.on(\"snap.util.getattr.markerEnd\",b(\"end\"))(-1);k.on(\"snap.util.getattr.marker-start\",b(\"start\"))(-1);k.on(\"snap.util.getattr.markerStart\",b(\"start\"))(-1);k.on(\"snap.util.getattr.marker-mid\",b(\"mid\"))(-1);k.on(\"snap.util.getattr.markerMid\",b(\"mid\"))(-1);k.on(\"snap.util.attr.marker-end\",d(\"end\"))(-1);k.on(\"snap.util.attr.markerEnd\",d(\"end\"))(-1);k.on(\"snap.util.attr.marker-start\",d(\"start\"))(-1);k.on(\"snap.util.attr.markerStart\",\nd(\"start\"))(-1);k.on(\"snap.util.attr.marker-mid\",d(\"mid\"))(-1);k.on(\"snap.util.attr.markerMid\",d(\"mid\"))(-1)})();k.on(\"snap.util.getattr.r\",function(){if(\"rect\"==this.type&&e(this.node,\"rx\")==e(this.node,\"ry\"))return k.stop(),e(this.node,\"rx\")})(-1);k.on(\"snap.util.getattr.text\",function(){if(\"text\"==this.type||\"tspan\"==this.type){k.stop();var a=d(this.node);return 1==a.length?a[0]:a}})(-1);k.on(\"snap.util.getattr.#text\",function(){return this.node.textContent})(-1);k.on(\"snap.util.getattr.viewBox\",\nfunction(){k.stop();var b=e(this.node,\"viewBox\");if(b)return b=b.split(s),a._.box(+b[0],+b[1],+b[2],+b[3])})(-1);k.on(\"snap.util.getattr.points\",function(){var a=e(this.node,\"points\");k.stop();if(a)return a.split(s)})(-1);k.on(\"snap.util.getattr.path\",function(){var a=e(this.node,\"d\");k.stop();return a})(-1);k.on(\"snap.util.getattr.class\",function(){return this.node.className.baseVal})(-1);k.on(\"snap.util.getattr.fontSize\",f)(-1);k.on(\"snap.util.getattr.font-size\",f)(-1)});C.plugin(function(a,v,y,\nM,A){function w(a){return a}function z(a){return function(b){return+b.toFixed(3)+a}}var d={\"+\":function(a,b){return a+b},\"-\":function(a,b){return a-b},\"/\":function(a,b){return a/b},\"*\":function(a,b){return a*b}},f=String,n=/[a-z]+$/i,u=/^\\s*([+\\-\\/*])\\s*=\\s*([\\d.eE+\\-]+)\\s*([^\\d\\s]+)?\\s*$/;k.on(\"snap.util.attr\",function(a){if(a=f(a).match(u)){var b=k.nt(),b=b.substring(b.lastIndexOf(\".\")+1),q=this.attr(b),e={};k.stop();var l=a[3]||\"\",r=q.match(n),s=d[a[1] ];r&&r==l?a=s(parseFloat(q),+a[2]):(q=this.asPX(b),\na=s(this.asPX(b),this.asPX(b,a[2]+l)));isNaN(q)||isNaN(a)||(e[b]=a,this.attr(e))}})(-10);k.on(\"snap.util.equal\",function(a,b){var q=f(this.attr(a)||\"\"),e=f(b).match(u);if(e){k.stop();var l=e[3]||\"\",r=q.match(n),s=d[e[1] ];if(r&&r==l)return{from:parseFloat(q),to:s(parseFloat(q),+e[2]),f:z(r)};q=this.asPX(a);return{from:q,to:s(q,this.asPX(a,e[2]+l)),f:w}}})(-10)});C.plugin(function(a,v,y,M,A){var w=y.prototype,z=a.is;w.rect=function(a,d,k,p,b,q){var e;null==q&&(q=b);z(a,\"object\")&&\"[object Object]\"==\na?e=a:null!=a&&(e={x:a,y:d,width:k,height:p},null!=b&&(e.rx=b,e.ry=q));return this.el(\"rect\",e)};w.circle=function(a,d,k){var p;z(a,\"object\")&&\"[object Object]\"==a?p=a:null!=a&&(p={cx:a,cy:d,r:k});return this.el(\"circle\",p)};var d=function(){function a(){this.parentNode.removeChild(this)}return function(d,k){var p=M.doc.createElement(\"img\"),b=M.doc.body;p.style.cssText=\"position:absolute;left:-9999em;top:-9999em\";p.onload=function(){k.call(p);p.onload=p.onerror=null;b.removeChild(p)};p.onerror=a;\nb.appendChild(p);p.src=d}}();w.image=function(f,n,k,p,b){var q=this.el(\"image\");if(z(f,\"object\")&&\"src\"in f)q.attr(f);else if(null!=f){var e={\"xlink:href\":f,preserveAspectRatio:\"none\"};null!=n&&null!=k&&(e.x=n,e.y=k);null!=p&&null!=b?(e.width=p,e.height=b):d(f,function(){a._.$(q.node,{width:this.offsetWidth,height:this.offsetHeight})});a._.$(q.node,e)}return q};w.ellipse=function(a,d,k,p){var b;z(a,\"object\")&&\"[object Object]\"==a?b=a:null!=a&&(b={cx:a,cy:d,rx:k,ry:p});return this.el(\"ellipse\",b)};\nw.path=function(a){var d;z(a,\"object\")&&!z(a,\"array\")?d=a:a&&(d={d:a});return this.el(\"path\",d)};w.group=w.g=function(a){var d=this.el(\"g\");1==arguments.length&&a&&!a.type?d.attr(a):arguments.length&&d.add(Array.prototype.slice.call(arguments,0));return d};w.svg=function(a,d,k,p,b,q,e,l){var r={};z(a,\"object\")&&null==d?r=a:(null!=a&&(r.x=a),null!=d&&(r.y=d),null!=k&&(r.width=k),null!=p&&(r.height=p),null!=b&&null!=q&&null!=e&&null!=l&&(r.viewBox=[b,q,e,l]));return this.el(\"svg\",r)};w.mask=function(a){var d=\nthis.el(\"mask\");1==arguments.length&&a&&!a.type?d.attr(a):arguments.length&&d.add(Array.prototype.slice.call(arguments,0));return d};w.ptrn=function(a,d,k,p,b,q,e,l){if(z(a,\"object\"))var r=a;else arguments.length?(r={},null!=a&&(r.x=a),null!=d&&(r.y=d),null!=k&&(r.width=k),null!=p&&(r.height=p),null!=b&&null!=q&&null!=e&&null!=l&&(r.viewBox=[b,q,e,l])):r={patternUnits:\"userSpaceOnUse\"};return this.el(\"pattern\",r)};w.use=function(a){return null!=a?(make(\"use\",this.node),a instanceof v&&(a.attr(\"id\")||\na.attr({id:ID()}),a=a.attr(\"id\")),this.el(\"use\",{\"xlink:href\":a})):v.prototype.use.call(this)};w.text=function(a,d,k){var p={};z(a,\"object\")?p=a:null!=a&&(p={x:a,y:d,text:k||\"\"});return this.el(\"text\",p)};w.line=function(a,d,k,p){var b={};z(a,\"object\")?b=a:null!=a&&(b={x1:a,x2:k,y1:d,y2:p});return this.el(\"line\",b)};w.polyline=function(a){1<arguments.length&&(a=Array.prototype.slice.call(arguments,0));var d={};z(a,\"object\")&&!z(a,\"array\")?d=a:null!=a&&(d={points:a});return this.el(\"polyline\",d)};\nw.polygon=function(a){1<arguments.length&&(a=Array.prototype.slice.call(arguments,0));var d={};z(a,\"object\")&&!z(a,\"array\")?d=a:null!=a&&(d={points:a});return this.el(\"polygon\",d)};(function(){function d(){return this.selectAll(\"stop\")}function n(b,d){var f=e(\"stop\"),k={offset:+d+\"%\"};b=a.color(b);k[\"stop-color\"]=b.hex;1>b.opacity&&(k[\"stop-opacity\"]=b.opacity);e(f,k);this.node.appendChild(f);return this}function u(){if(\"linearGradient\"==this.type){var b=e(this.node,\"x1\")||0,d=e(this.node,\"x2\")||\n1,f=e(this.node,\"y1\")||0,k=e(this.node,\"y2\")||0;return a._.box(b,f,math.abs(d-b),math.abs(k-f))}b=this.node.r||0;return a._.box((this.node.cx||0.5)-b,(this.node.cy||0.5)-b,2*b,2*b)}function p(a,d){function f(a,b){for(var d=(b-u)/(a-w),e=w;e<a;e++)h[e].offset=+(+u+d*(e-w)).toFixed(2);w=a;u=b}var n=k(\"snap.util.grad.parse\",null,d).firstDefined(),p;if(!n)return null;n.params.unshift(a);p=\"l\"==n.type.toLowerCase()?b.apply(0,n.params):q.apply(0,n.params);n.type!=n.type.toLowerCase()&&e(p.node,{gradientUnits:\"userSpaceOnUse\"});\nvar h=n.stops,n=h.length,u=0,w=0;n--;for(var v=0;v<n;v++)\"offset\"in h[v]&&f(v,h[v].offset);h[n].offset=h[n].offset||100;f(n,h[n].offset);for(v=0;v<=n;v++){var y=h[v];p.addStop(y.color,y.offset)}return p}function b(b,k,p,q,w){b=a._.make(\"linearGradient\",b);b.stops=d;b.addStop=n;b.getBBox=u;null!=k&&e(b.node,{x1:k,y1:p,x2:q,y2:w});return b}function q(b,k,p,q,w,h){b=a._.make(\"radialGradient\",b);b.stops=d;b.addStop=n;b.getBBox=u;null!=k&&e(b.node,{cx:k,cy:p,r:q});null!=w&&null!=h&&e(b.node,{fx:w,fy:h});\nreturn b}var e=a._.$;w.gradient=function(a){return p(this.defs,a)};w.gradientLinear=function(a,d,e,f){return b(this.defs,a,d,e,f)};w.gradientRadial=function(a,b,d,e,f){return q(this.defs,a,b,d,e,f)};w.toString=function(){var b=this.node.ownerDocument,d=b.createDocumentFragment(),b=b.createElement(\"div\"),e=this.node.cloneNode(!0);d.appendChild(b);b.appendChild(e);a._.$(e,{xmlns:\"http://www.w3.org/2000/svg\"});b=b.innerHTML;d.removeChild(d.firstChild);return b};w.clear=function(){for(var a=this.node.firstChild,\nb;a;)b=a.nextSibling,\"defs\"!=a.tagName?a.parentNode.removeChild(a):w.clear.call({node:a}),a=b}})()});C.plugin(function(a,k,y,M){function A(a){var b=A.ps=A.ps||{};b[a]?b[a].sleep=100:b[a]={sleep:100};setTimeout(function(){for(var d in b)b[L](d)&&d!=a&&(b[d].sleep--,!b[d].sleep&&delete b[d])});return b[a]}function w(a,b,d,e){null==a&&(a=b=d=e=0);null==b&&(b=a.y,d=a.width,e=a.height,a=a.x);return{x:a,y:b,width:d,w:d,height:e,h:e,x2:a+d,y2:b+e,cx:a+d/2,cy:b+e/2,r1:F.min(d,e)/2,r2:F.max(d,e)/2,r0:F.sqrt(d*\nd+e*e)/2,path:s(a,b,d,e),vb:[a,b,d,e].join(\" \")}}function z(){return this.join(\",\").replace(N,\"$1\")}function d(a){a=C(a);a.toString=z;return a}function f(a,b,d,h,f,k,l,n,p){if(null==p)return e(a,b,d,h,f,k,l,n);if(0>p||e(a,b,d,h,f,k,l,n)<p)p=void 0;else{var q=0.5,O=1-q,s;for(s=e(a,b,d,h,f,k,l,n,O);0.01<Z(s-p);)q/=2,O+=(s<p?1:-1)*q,s=e(a,b,d,h,f,k,l,n,O);p=O}return u(a,b,d,h,f,k,l,n,p)}function n(b,d){function e(a){return+(+a).toFixed(3)}return a._.cacher(function(a,h,l){a instanceof k&&(a=a.attr(\"d\"));\na=I(a);for(var n,p,D,q,O=\"\",s={},c=0,t=0,r=a.length;t<r;t++){D=a[t];if(\"M\"==D[0])n=+D[1],p=+D[2];else{q=f(n,p,D[1],D[2],D[3],D[4],D[5],D[6]);if(c+q>h){if(d&&!s.start){n=f(n,p,D[1],D[2],D[3],D[4],D[5],D[6],h-c);O+=[\"C\"+e(n.start.x),e(n.start.y),e(n.m.x),e(n.m.y),e(n.x),e(n.y)];if(l)return O;s.start=O;O=[\"M\"+e(n.x),e(n.y)+\"C\"+e(n.n.x),e(n.n.y),e(n.end.x),e(n.end.y),e(D[5]),e(D[6])].join();c+=q;n=+D[5];p=+D[6];continue}if(!b&&!d)return n=f(n,p,D[1],D[2],D[3],D[4],D[5],D[6],h-c)}c+=q;n=+D[5];p=+D[6]}O+=\nD.shift()+D}s.end=O;return n=b?c:d?s:u(n,p,D[0],D[1],D[2],D[3],D[4],D[5],1)},null,a._.clone)}function u(a,b,d,e,h,f,k,l,n){var p=1-n,q=ma(p,3),s=ma(p,2),c=n*n,t=c*n,r=q*a+3*s*n*d+3*p*n*n*h+t*k,q=q*b+3*s*n*e+3*p*n*n*f+t*l,s=a+2*n*(d-a)+c*(h-2*d+a),t=b+2*n*(e-b)+c*(f-2*e+b),x=d+2*n*(h-d)+c*(k-2*h+d),c=e+2*n*(f-e)+c*(l-2*f+e);a=p*a+n*d;b=p*b+n*e;h=p*h+n*k;f=p*f+n*l;l=90-180*F.atan2(s-x,t-c)/S;return{x:r,y:q,m:{x:s,y:t},n:{x:x,y:c},start:{x:a,y:b},end:{x:h,y:f},alpha:l}}function p(b,d,e,h,f,n,k,l){a.is(b,\n\"array\")||(b=[b,d,e,h,f,n,k,l]);b=U.apply(null,b);return w(b.min.x,b.min.y,b.max.x-b.min.x,b.max.y-b.min.y)}function b(a,b,d){return b>=a.x&&b<=a.x+a.width&&d>=a.y&&d<=a.y+a.height}function q(a,d){a=w(a);d=w(d);return b(d,a.x,a.y)||b(d,a.x2,a.y)||b(d,a.x,a.y2)||b(d,a.x2,a.y2)||b(a,d.x,d.y)||b(a,d.x2,d.y)||b(a,d.x,d.y2)||b(a,d.x2,d.y2)||(a.x<d.x2&&a.x>d.x||d.x<a.x2&&d.x>a.x)&&(a.y<d.y2&&a.y>d.y||d.y<a.y2&&d.y>a.y)}function e(a,b,d,e,h,f,n,k,l){null==l&&(l=1);l=(1<l?1:0>l?0:l)/2;for(var p=[-0.1252,\n0.1252,-0.3678,0.3678,-0.5873,0.5873,-0.7699,0.7699,-0.9041,0.9041,-0.9816,0.9816],q=[0.2491,0.2491,0.2335,0.2335,0.2032,0.2032,0.1601,0.1601,0.1069,0.1069,0.0472,0.0472],s=0,c=0;12>c;c++)var t=l*p[c]+l,r=t*(t*(-3*a+9*d-9*h+3*n)+6*a-12*d+6*h)-3*a+3*d,t=t*(t*(-3*b+9*e-9*f+3*k)+6*b-12*e+6*f)-3*b+3*e,s=s+q[c]*F.sqrt(r*r+t*t);return l*s}function l(a,b,d){a=I(a);b=I(b);for(var h,f,l,n,k,s,r,O,x,c,t=d?0:[],w=0,v=a.length;w<v;w++)if(x=a[w],\"M\"==x[0])h=k=x[1],f=s=x[2];else{\"C\"==x[0]?(x=[h,f].concat(x.slice(1)),\nh=x[6],f=x[7]):(x=[h,f,h,f,k,s,k,s],h=k,f=s);for(var G=0,y=b.length;G<y;G++)if(c=b[G],\"M\"==c[0])l=r=c[1],n=O=c[2];else{\"C\"==c[0]?(c=[l,n].concat(c.slice(1)),l=c[6],n=c[7]):(c=[l,n,l,n,r,O,r,O],l=r,n=O);var z;var K=x,B=c;z=d;var H=p(K),J=p(B);if(q(H,J)){for(var H=e.apply(0,K),J=e.apply(0,B),H=~~(H/8),J=~~(J/8),U=[],A=[],F={},M=z?0:[],P=0;P<H+1;P++){var C=u.apply(0,K.concat(P/H));U.push({x:C.x,y:C.y,t:P/H})}for(P=0;P<J+1;P++)C=u.apply(0,B.concat(P/J)),A.push({x:C.x,y:C.y,t:P/J});for(P=0;P<H;P++)for(K=\n0;K<J;K++){var Q=U[P],L=U[P+1],B=A[K],C=A[K+1],N=0.001>Z(L.x-Q.x)?\"y\":\"x\",S=0.001>Z(C.x-B.x)?\"y\":\"x\",R;R=Q.x;var Y=Q.y,V=L.x,ea=L.y,fa=B.x,ga=B.y,ha=C.x,ia=C.y;if(W(R,V)<X(fa,ha)||X(R,V)>W(fa,ha)||W(Y,ea)<X(ga,ia)||X(Y,ea)>W(ga,ia))R=void 0;else{var $=(R*ea-Y*V)*(fa-ha)-(R-V)*(fa*ia-ga*ha),aa=(R*ea-Y*V)*(ga-ia)-(Y-ea)*(fa*ia-ga*ha),ja=(R-V)*(ga-ia)-(Y-ea)*(fa-ha);if(ja){var $=$/ja,aa=aa/ja,ja=+$.toFixed(2),ba=+aa.toFixed(2);R=ja<+X(R,V).toFixed(2)||ja>+W(R,V).toFixed(2)||ja<+X(fa,ha).toFixed(2)||\nja>+W(fa,ha).toFixed(2)||ba<+X(Y,ea).toFixed(2)||ba>+W(Y,ea).toFixed(2)||ba<+X(ga,ia).toFixed(2)||ba>+W(ga,ia).toFixed(2)?void 0:{x:$,y:aa}}else R=void 0}R&&F[R.x.toFixed(4)]!=R.y.toFixed(4)&&(F[R.x.toFixed(4)]=R.y.toFixed(4),Q=Q.t+Z((R[N]-Q[N])/(L[N]-Q[N]))*(L.t-Q.t),B=B.t+Z((R[S]-B[S])/(C[S]-B[S]))*(C.t-B.t),0<=Q&&1>=Q&&0<=B&&1>=B&&(z?M++:M.push({x:R.x,y:R.y,t1:Q,t2:B})))}z=M}else z=z?0:[];if(d)t+=z;else{H=0;for(J=z.length;H<J;H++)z[H].segment1=w,z[H].segment2=G,z[H].bez1=x,z[H].bez2=c;t=t.concat(z)}}}return t}\nfunction r(a){var b=A(a);if(b.bbox)return C(b.bbox);if(!a)return w();a=I(a);for(var d=0,e=0,h=[],f=[],l,n=0,k=a.length;n<k;n++)l=a[n],\"M\"==l[0]?(d=l[1],e=l[2],h.push(d),f.push(e)):(d=U(d,e,l[1],l[2],l[3],l[4],l[5],l[6]),h=h.concat(d.min.x,d.max.x),f=f.concat(d.min.y,d.max.y),d=l[5],e=l[6]);a=X.apply(0,h);l=X.apply(0,f);h=W.apply(0,h);f=W.apply(0,f);f=w(a,l,h-a,f-l);b.bbox=C(f);return f}function s(a,b,d,e,h){if(h)return[[\"M\",+a+ +h,b],[\"l\",d-2*h,0],[\"a\",h,h,0,0,1,h,h],[\"l\",0,e-2*h],[\"a\",h,h,0,0,1,\n-h,h],[\"l\",2*h-d,0],[\"a\",h,h,0,0,1,-h,-h],[\"l\",0,2*h-e],[\"a\",h,h,0,0,1,h,-h],[\"z\"] ];a=[[\"M\",a,b],[\"l\",d,0],[\"l\",0,e],[\"l\",-d,0],[\"z\"] ];a.toString=z;return a}function x(a,b,d,e,h){null==h&&null==e&&(e=d);a=+a;b=+b;d=+d;e=+e;if(null!=h){var f=Math.PI/180,l=a+d*Math.cos(-e*f);a+=d*Math.cos(-h*f);var n=b+d*Math.sin(-e*f);b+=d*Math.sin(-h*f);d=[[\"M\",l,n],[\"A\",d,d,0,+(180<h-e),0,a,b] ]}else d=[[\"M\",a,b],[\"m\",0,-e],[\"a\",d,e,0,1,1,0,2*e],[\"a\",d,e,0,1,1,0,-2*e],[\"z\"] ];d.toString=z;return d}function G(b){var e=\nA(b);if(e.abs)return d(e.abs);Q(b,\"array\")&&Q(b&&b[0],\"array\")||(b=a.parsePathString(b));if(!b||!b.length)return[[\"M\",0,0] ];var h=[],f=0,l=0,n=0,k=0,p=0;\"M\"==b[0][0]&&(f=+b[0][1],l=+b[0][2],n=f,k=l,p++,h[0]=[\"M\",f,l]);for(var q=3==b.length&&\"M\"==b[0][0]&&\"R\"==b[1][0].toUpperCase()&&\"Z\"==b[2][0].toUpperCase(),s,r,w=p,c=b.length;w<c;w++){h.push(s=[]);r=b[w];p=r[0];if(p!=p.toUpperCase())switch(s[0]=p.toUpperCase(),s[0]){case \"A\":s[1]=r[1];s[2]=r[2];s[3]=r[3];s[4]=r[4];s[5]=r[5];s[6]=+r[6]+f;s[7]=+r[7]+\nl;break;case \"V\":s[1]=+r[1]+l;break;case \"H\":s[1]=+r[1]+f;break;case \"R\":for(var t=[f,l].concat(r.slice(1)),u=2,v=t.length;u<v;u++)t[u]=+t[u]+f,t[++u]=+t[u]+l;h.pop();h=h.concat(P(t,q));break;case \"O\":h.pop();t=x(f,l,r[1],r[2]);t.push(t[0]);h=h.concat(t);break;case \"U\":h.pop();h=h.concat(x(f,l,r[1],r[2],r[3]));s=[\"U\"].concat(h[h.length-1].slice(-2));break;case \"M\":n=+r[1]+f,k=+r[2]+l;default:for(u=1,v=r.length;u<v;u++)s[u]=+r[u]+(u%2?f:l)}else if(\"R\"==p)t=[f,l].concat(r.slice(1)),h.pop(),h=h.concat(P(t,\nq)),s=[\"R\"].concat(r.slice(-2));else if(\"O\"==p)h.pop(),t=x(f,l,r[1],r[2]),t.push(t[0]),h=h.concat(t);else if(\"U\"==p)h.pop(),h=h.concat(x(f,l,r[1],r[2],r[3])),s=[\"U\"].concat(h[h.length-1].slice(-2));else for(t=0,u=r.length;t<u;t++)s[t]=r[t];p=p.toUpperCase();if(\"O\"!=p)switch(s[0]){case \"Z\":f=+n;l=+k;break;case \"H\":f=s[1];break;case \"V\":l=s[1];break;case \"M\":n=s[s.length-2],k=s[s.length-1];default:f=s[s.length-2],l=s[s.length-1]}}h.toString=z;e.abs=d(h);return h}function h(a,b,d,e){return[a,b,d,e,d,\ne]}function J(a,b,d,e,h,f){var l=1/3,n=2/3;return[l*a+n*d,l*b+n*e,l*h+n*d,l*f+n*e,h,f]}function K(b,d,e,h,f,l,n,k,p,s){var r=120*S/180,q=S/180*(+f||0),c=[],t,x=a._.cacher(function(a,b,c){var d=a*F.cos(c)-b*F.sin(c);a=a*F.sin(c)+b*F.cos(c);return{x:d,y:a}});if(s)v=s[0],t=s[1],l=s[2],u=s[3];else{t=x(b,d,-q);b=t.x;d=t.y;t=x(k,p,-q);k=t.x;p=t.y;F.cos(S/180*f);F.sin(S/180*f);t=(b-k)/2;v=(d-p)/2;u=t*t/(e*e)+v*v/(h*h);1<u&&(u=F.sqrt(u),e*=u,h*=u);var u=e*e,w=h*h,u=(l==n?-1:1)*F.sqrt(Z((u*w-u*v*v-w*t*t)/\n(u*v*v+w*t*t)));l=u*e*v/h+(b+k)/2;var u=u*-h*t/e+(d+p)/2,v=F.asin(((d-u)/h).toFixed(9));t=F.asin(((p-u)/h).toFixed(9));v=b<l?S-v:v;t=k<l?S-t:t;0>v&&(v=2*S+v);0>t&&(t=2*S+t);n&&v>t&&(v-=2*S);!n&&t>v&&(t-=2*S)}if(Z(t-v)>r){var c=t,w=k,G=p;t=v+r*(n&&t>v?1:-1);k=l+e*F.cos(t);p=u+h*F.sin(t);c=K(k,p,e,h,f,0,n,w,G,[t,c,l,u])}l=t-v;f=F.cos(v);r=F.sin(v);n=F.cos(t);t=F.sin(t);l=F.tan(l/4);e=4/3*e*l;l*=4/3*h;h=[b,d];b=[b+e*r,d-l*f];d=[k+e*t,p-l*n];k=[k,p];b[0]=2*h[0]-b[0];b[1]=2*h[1]-b[1];if(s)return[b,d,k].concat(c);\nc=[b,d,k].concat(c).join().split(\",\");s=[];k=0;for(p=c.length;k<p;k++)s[k]=k%2?x(c[k-1],c[k],q).y:x(c[k],c[k+1],q).x;return s}function U(a,b,d,e,h,f,l,k){for(var n=[],p=[[],[] ],s,r,c,t,q=0;2>q;++q)0==q?(r=6*a-12*d+6*h,s=-3*a+9*d-9*h+3*l,c=3*d-3*a):(r=6*b-12*e+6*f,s=-3*b+9*e-9*f+3*k,c=3*e-3*b),1E-12>Z(s)?1E-12>Z(r)||(s=-c/r,0<s&&1>s&&n.push(s)):(t=r*r-4*c*s,c=F.sqrt(t),0>t||(t=(-r+c)/(2*s),0<t&&1>t&&n.push(t),s=(-r-c)/(2*s),0<s&&1>s&&n.push(s)));for(r=q=n.length;q--;)s=n[q],c=1-s,p[0][q]=c*c*c*a+3*\nc*c*s*d+3*c*s*s*h+s*s*s*l,p[1][q]=c*c*c*b+3*c*c*s*e+3*c*s*s*f+s*s*s*k;p[0][r]=a;p[1][r]=b;p[0][r+1]=l;p[1][r+1]=k;p[0].length=p[1].length=r+2;return{min:{x:X.apply(0,p[0]),y:X.apply(0,p[1])},max:{x:W.apply(0,p[0]),y:W.apply(0,p[1])}}}function I(a,b){var e=!b&&A(a);if(!b&&e.curve)return d(e.curve);var f=G(a),l=b&&G(b),n={x:0,y:0,bx:0,by:0,X:0,Y:0,qx:null,qy:null},k={x:0,y:0,bx:0,by:0,X:0,Y:0,qx:null,qy:null},p=function(a,b,c){if(!a)return[\"C\",b.x,b.y,b.x,b.y,b.x,b.y];a[0]in{T:1,Q:1}||(b.qx=b.qy=null);\nswitch(a[0]){case \"M\":b.X=a[1];b.Y=a[2];break;case \"A\":a=[\"C\"].concat(K.apply(0,[b.x,b.y].concat(a.slice(1))));break;case \"S\":\"C\"==c||\"S\"==c?(c=2*b.x-b.bx,b=2*b.y-b.by):(c=b.x,b=b.y);a=[\"C\",c,b].concat(a.slice(1));break;case \"T\":\"Q\"==c||\"T\"==c?(b.qx=2*b.x-b.qx,b.qy=2*b.y-b.qy):(b.qx=b.x,b.qy=b.y);a=[\"C\"].concat(J(b.x,b.y,b.qx,b.qy,a[1],a[2]));break;case \"Q\":b.qx=a[1];b.qy=a[2];a=[\"C\"].concat(J(b.x,b.y,a[1],a[2],a[3],a[4]));break;case \"L\":a=[\"C\"].concat(h(b.x,b.y,a[1],a[2]));break;case \"H\":a=[\"C\"].concat(h(b.x,\nb.y,a[1],b.y));break;case \"V\":a=[\"C\"].concat(h(b.x,b.y,b.x,a[1]));break;case \"Z\":a=[\"C\"].concat(h(b.x,b.y,b.X,b.Y))}return a},s=function(a,b){if(7<a[b].length){a[b].shift();for(var c=a[b];c.length;)q[b]=\"A\",l&&(u[b]=\"A\"),a.splice(b++,0,[\"C\"].concat(c.splice(0,6)));a.splice(b,1);v=W(f.length,l&&l.length||0)}},r=function(a,b,c,d,e){a&&b&&\"M\"==a[e][0]&&\"M\"!=b[e][0]&&(b.splice(e,0,[\"M\",d.x,d.y]),c.bx=0,c.by=0,c.x=a[e][1],c.y=a[e][2],v=W(f.length,l&&l.length||0))},q=[],u=[],c=\"\",t=\"\",x=0,v=W(f.length,\nl&&l.length||0);for(;x<v;x++){f[x]&&(c=f[x][0]);\"C\"!=c&&(q[x]=c,x&&(t=q[x-1]));f[x]=p(f[x],n,t);\"A\"!=q[x]&&\"C\"==c&&(q[x]=\"C\");s(f,x);l&&(l[x]&&(c=l[x][0]),\"C\"!=c&&(u[x]=c,x&&(t=u[x-1])),l[x]=p(l[x],k,t),\"A\"!=u[x]&&\"C\"==c&&(u[x]=\"C\"),s(l,x));r(f,l,n,k,x);r(l,f,k,n,x);var w=f[x],z=l&&l[x],y=w.length,U=l&&z.length;n.x=w[y-2];n.y=w[y-1];n.bx=$(w[y-4])||n.x;n.by=$(w[y-3])||n.y;k.bx=l&&($(z[U-4])||k.x);k.by=l&&($(z[U-3])||k.y);k.x=l&&z[U-2];k.y=l&&z[U-1]}l||(e.curve=d(f));return l?[f,l]:f}function P(a,\nb){for(var d=[],e=0,h=a.length;h-2*!b>e;e+=2){var f=[{x:+a[e-2],y:+a[e-1]},{x:+a[e],y:+a[e+1]},{x:+a[e+2],y:+a[e+3]},{x:+a[e+4],y:+a[e+5]}];b?e?h-4==e?f[3]={x:+a[0],y:+a[1]}:h-2==e&&(f[2]={x:+a[0],y:+a[1]},f[3]={x:+a[2],y:+a[3]}):f[0]={x:+a[h-2],y:+a[h-1]}:h-4==e?f[3]=f[2]:e||(f[0]={x:+a[e],y:+a[e+1]});d.push([\"C\",(-f[0].x+6*f[1].x+f[2].x)/6,(-f[0].y+6*f[1].y+f[2].y)/6,(f[1].x+6*f[2].x-f[3].x)/6,(f[1].y+6*f[2].y-f[3].y)/6,f[2].x,f[2].y])}return d}y=k.prototype;var Q=a.is,C=a._.clone,L=\"hasOwnProperty\",\nN=/,?([a-z]),?/gi,$=parseFloat,F=Math,S=F.PI,X=F.min,W=F.max,ma=F.pow,Z=F.abs;M=n(1);var na=n(),ba=n(0,1),V=a._unit2px;a.path=A;a.path.getTotalLength=M;a.path.getPointAtLength=na;a.path.getSubpath=function(a,b,d){if(1E-6>this.getTotalLength(a)-d)return ba(a,b).end;a=ba(a,d,1);return b?ba(a,b).end:a};y.getTotalLength=function(){if(this.node.getTotalLength)return this.node.getTotalLength()};y.getPointAtLength=function(a){return na(this.attr(\"d\"),a)};y.getSubpath=function(b,d){return a.path.getSubpath(this.attr(\"d\"),\nb,d)};a._.box=w;a.path.findDotsAtSegment=u;a.path.bezierBBox=p;a.path.isPointInsideBBox=b;a.path.isBBoxIntersect=q;a.path.intersection=function(a,b){return l(a,b)};a.path.intersectionNumber=function(a,b){return l(a,b,1)};a.path.isPointInside=function(a,d,e){var h=r(a);return b(h,d,e)&&1==l(a,[[\"M\",d,e],[\"H\",h.x2+10] ],1)%2};a.path.getBBox=r;a.path.get={path:function(a){return a.attr(\"path\")},circle:function(a){a=V(a);return x(a.cx,a.cy,a.r)},ellipse:function(a){a=V(a);return x(a.cx||0,a.cy||0,a.rx,\na.ry)},rect:function(a){a=V(a);return s(a.x||0,a.y||0,a.width,a.height,a.rx,a.ry)},image:function(a){a=V(a);return s(a.x||0,a.y||0,a.width,a.height)},line:function(a){return\"M\"+[a.attr(\"x1\")||0,a.attr(\"y1\")||0,a.attr(\"x2\"),a.attr(\"y2\")]},polyline:function(a){return\"M\"+a.attr(\"points\")},polygon:function(a){return\"M\"+a.attr(\"points\")+\"z\"},deflt:function(a){a=a.node.getBBox();return s(a.x,a.y,a.width,a.height)}};a.path.toRelative=function(b){var e=A(b),h=String.prototype.toLowerCase;if(e.rel)return d(e.rel);\na.is(b,\"array\")&&a.is(b&&b[0],\"array\")||(b=a.parsePathString(b));var f=[],l=0,n=0,k=0,p=0,s=0;\"M\"==b[0][0]&&(l=b[0][1],n=b[0][2],k=l,p=n,s++,f.push([\"M\",l,n]));for(var r=b.length;s<r;s++){var q=f[s]=[],x=b[s];if(x[0]!=h.call(x[0]))switch(q[0]=h.call(x[0]),q[0]){case \"a\":q[1]=x[1];q[2]=x[2];q[3]=x[3];q[4]=x[4];q[5]=x[5];q[6]=+(x[6]-l).toFixed(3);q[7]=+(x[7]-n).toFixed(3);break;case \"v\":q[1]=+(x[1]-n).toFixed(3);break;case \"m\":k=x[1],p=x[2];default:for(var c=1,t=x.length;c<t;c++)q[c]=+(x[c]-(c%2?l:\nn)).toFixed(3)}else for(f[s]=[],\"m\"==x[0]&&(k=x[1]+l,p=x[2]+n),q=0,c=x.length;q<c;q++)f[s][q]=x[q];x=f[s].length;switch(f[s][0]){case \"z\":l=k;n=p;break;case \"h\":l+=+f[s][x-1];break;case \"v\":n+=+f[s][x-1];break;default:l+=+f[s][x-2],n+=+f[s][x-1]}}f.toString=z;e.rel=d(f);return f};a.path.toAbsolute=G;a.path.toCubic=I;a.path.map=function(a,b){if(!b)return a;var d,e,h,f,l,n,k;a=I(a);h=0;for(l=a.length;h<l;h++)for(k=a[h],f=1,n=k.length;f<n;f+=2)d=b.x(k[f],k[f+1]),e=b.y(k[f],k[f+1]),k[f]=d,k[f+1]=e;return a};\na.path.toString=z;a.path.clone=d});C.plugin(function(a,v,y,C){var A=Math.max,w=Math.min,z=function(a){this.items=[];this.bindings={};this.length=0;this.type=\"set\";if(a)for(var f=0,n=a.length;f<n;f++)a[f]&&(this[this.items.length]=this.items[this.items.length]=a[f],this.length++)};v=z.prototype;v.push=function(){for(var a,f,n=0,k=arguments.length;n<k;n++)if(a=arguments[n])f=this.items.length,this[f]=this.items[f]=a,this.length++;return this};v.pop=function(){this.length&&delete this[this.length--];\nreturn this.items.pop()};v.forEach=function(a,f){for(var n=0,k=this.items.length;n<k&&!1!==a.call(f,this.items[n],n);n++);return this};v.animate=function(d,f,n,u){\"function\"!=typeof n||n.length||(u=n,n=L.linear);d instanceof a._.Animation&&(u=d.callback,n=d.easing,f=n.dur,d=d.attr);var p=arguments;if(a.is(d,\"array\")&&a.is(p[p.length-1],\"array\"))var b=!0;var q,e=function(){q?this.b=q:q=this.b},l=0,r=u&&function(){l++==this.length&&u.call(this)};return this.forEach(function(a,l){k.once(\"snap.animcreated.\"+\na.id,e);b?p[l]&&a.animate.apply(a,p[l]):a.animate(d,f,n,r)})};v.remove=function(){for(;this.length;)this.pop().remove();return this};v.bind=function(a,f,k){var u={};if(\"function\"==typeof f)this.bindings[a]=f;else{var p=k||a;this.bindings[a]=function(a){u[p]=a;f.attr(u)}}return this};v.attr=function(a){var f={},k;for(k in a)if(this.bindings[k])this.bindings[k](a[k]);else f[k]=a[k];a=0;for(k=this.items.length;a<k;a++)this.items[a].attr(f);return this};v.clear=function(){for(;this.length;)this.pop()};\nv.splice=function(a,f,k){a=0>a?A(this.length+a,0):a;f=A(0,w(this.length-a,f));var u=[],p=[],b=[],q;for(q=2;q<arguments.length;q++)b.push(arguments[q]);for(q=0;q<f;q++)p.push(this[a+q]);for(;q<this.length-a;q++)u.push(this[a+q]);var e=b.length;for(q=0;q<e+u.length;q++)this.items[a+q]=this[a+q]=q<e?b[q]:u[q-e];for(q=this.items.length=this.length-=f-e;this[q];)delete this[q++];return new z(p)};v.exclude=function(a){for(var f=0,k=this.length;f<k;f++)if(this[f]==a)return this.splice(f,1),!0;return!1};\nv.insertAfter=function(a){for(var f=this.items.length;f--;)this.items[f].insertAfter(a);return this};v.getBBox=function(){for(var a=[],f=[],k=[],u=[],p=this.items.length;p--;)if(!this.items[p].removed){var b=this.items[p].getBBox();a.push(b.x);f.push(b.y);k.push(b.x+b.width);u.push(b.y+b.height)}a=w.apply(0,a);f=w.apply(0,f);k=A.apply(0,k);u=A.apply(0,u);return{x:a,y:f,x2:k,y2:u,width:k-a,height:u-f,cx:a+(k-a)/2,cy:f+(u-f)/2}};v.clone=function(a){a=new z;for(var f=0,k=this.items.length;f<k;f++)a.push(this.items[f].clone());\nreturn a};v.toString=function(){return\"Snap\\u2018s set\"};v.type=\"set\";a.set=function(){var a=new z;arguments.length&&a.push.apply(a,Array.prototype.slice.call(arguments,0));return a}});C.plugin(function(a,v,y,C){function A(a){var b=a[0];switch(b.toLowerCase()){case \"t\":return[b,0,0];case \"m\":return[b,1,0,0,1,0,0];case \"r\":return 4==a.length?[b,0,a[2],a[3] ]:[b,0];case \"s\":return 5==a.length?[b,1,1,a[3],a[4] ]:3==a.length?[b,1,1]:[b,1]}}function w(b,d,f){d=q(d).replace(/\\.{3}|\\u2026/g,b);b=a.parseTransformString(b)||\n[];d=a.parseTransformString(d)||[];for(var k=Math.max(b.length,d.length),p=[],v=[],h=0,w,z,y,I;h<k;h++){y=b[h]||A(d[h]);I=d[h]||A(y);if(y[0]!=I[0]||\"r\"==y[0].toLowerCase()&&(y[2]!=I[2]||y[3]!=I[3])||\"s\"==y[0].toLowerCase()&&(y[3]!=I[3]||y[4]!=I[4])){b=a._.transform2matrix(b,f());d=a._.transform2matrix(d,f());p=[[\"m\",b.a,b.b,b.c,b.d,b.e,b.f] ];v=[[\"m\",d.a,d.b,d.c,d.d,d.e,d.f] ];break}p[h]=[];v[h]=[];w=0;for(z=Math.max(y.length,I.length);w<z;w++)w in y&&(p[h][w]=y[w]),w in I&&(v[h][w]=I[w])}return{from:u(p),\nto:u(v),f:n(p)}}function z(a){return a}function d(a){return function(b){return+b.toFixed(3)+a}}function f(b){return a.rgb(b[0],b[1],b[2])}function n(a){var b=0,d,f,k,n,h,p,q=[];d=0;for(f=a.length;d<f;d++){h=\"[\";p=['\"'+a[d][0]+'\"'];k=1;for(n=a[d].length;k<n;k++)p[k]=\"val[\"+b++ +\"]\";h+=p+\"]\";q[d]=h}return Function(\"val\",\"return Snap.path.toString.call([\"+q+\"])\")}function u(a){for(var b=[],d=0,f=a.length;d<f;d++)for(var k=1,n=a[d].length;k<n;k++)b.push(a[d][k]);return b}var p={},b=/[a-z]+$/i,q=String;\np.stroke=p.fill=\"colour\";v.prototype.equal=function(a,b){return k(\"snap.util.equal\",this,a,b).firstDefined()};k.on(\"snap.util.equal\",function(e,k){var r,s;r=q(this.attr(e)||\"\");var x=this;if(r==+r&&k==+k)return{from:+r,to:+k,f:z};if(\"colour\"==p[e])return r=a.color(r),s=a.color(k),{from:[r.r,r.g,r.b,r.opacity],to:[s.r,s.g,s.b,s.opacity],f:f};if(\"transform\"==e||\"gradientTransform\"==e||\"patternTransform\"==e)return k instanceof a.Matrix&&(k=k.toTransformString()),a._.rgTransform.test(k)||(k=a._.svgTransform2string(k)),\nw(r,k,function(){return x.getBBox(1)});if(\"d\"==e||\"path\"==e)return r=a.path.toCubic(r,k),{from:u(r[0]),to:u(r[1]),f:n(r[0])};if(\"points\"==e)return r=q(r).split(a._.separator),s=q(k).split(a._.separator),{from:r,to:s,f:function(a){return a}};aUnit=r.match(b);s=q(k).match(b);return aUnit&&aUnit==s?{from:parseFloat(r),to:parseFloat(k),f:d(aUnit)}:{from:this.asPX(e),to:this.asPX(e,k),f:z}})});C.plugin(function(a,v,y,C){var A=v.prototype,w=\"createTouch\"in C.doc;v=\"click dblclick mousedown mousemove mouseout mouseover mouseup touchstart touchmove touchend touchcancel\".split(\" \");\nvar z={mousedown:\"touchstart\",mousemove:\"touchmove\",mouseup:\"touchend\"},d=function(a,b){var d=\"y\"==a?\"scrollTop\":\"scrollLeft\",e=b&&b.node?b.node.ownerDocument:C.doc;return e[d in e.documentElement?\"documentElement\":\"body\"][d]},f=function(){this.returnValue=!1},n=function(){return this.originalEvent.preventDefault()},u=function(){this.cancelBubble=!0},p=function(){return this.originalEvent.stopPropagation()},b=function(){if(C.doc.addEventListener)return function(a,b,e,f){var k=w&&z[b]?z[b]:b,l=function(k){var l=\nd(\"y\",f),q=d(\"x\",f);if(w&&z.hasOwnProperty(b))for(var r=0,u=k.targetTouches&&k.targetTouches.length;r<u;r++)if(k.targetTouches[r].target==a||a.contains(k.targetTouches[r].target)){u=k;k=k.targetTouches[r];k.originalEvent=u;k.preventDefault=n;k.stopPropagation=p;break}return e.call(f,k,k.clientX+q,k.clientY+l)};b!==k&&a.addEventListener(b,l,!1);a.addEventListener(k,l,!1);return function(){b!==k&&a.removeEventListener(b,l,!1);a.removeEventListener(k,l,!1);return!0}};if(C.doc.attachEvent)return function(a,\nb,e,h){var k=function(a){a=a||h.node.ownerDocument.window.event;var b=d(\"y\",h),k=d(\"x\",h),k=a.clientX+k,b=a.clientY+b;a.preventDefault=a.preventDefault||f;a.stopPropagation=a.stopPropagation||u;return e.call(h,a,k,b)};a.attachEvent(\"on\"+b,k);return function(){a.detachEvent(\"on\"+b,k);return!0}}}(),q=[],e=function(a){for(var b=a.clientX,e=a.clientY,f=d(\"y\"),l=d(\"x\"),n,p=q.length;p--;){n=q[p];if(w)for(var r=a.touches&&a.touches.length,u;r--;){if(u=a.touches[r],u.identifier==n.el._drag.id||n.el.node.contains(u.target)){b=\nu.clientX;e=u.clientY;(a.originalEvent?a.originalEvent:a).preventDefault();break}}else a.preventDefault();b+=l;e+=f;k(\"snap.drag.move.\"+n.el.id,n.move_scope||n.el,b-n.el._drag.x,e-n.el._drag.y,b,e,a)}},l=function(b){a.unmousemove(e).unmouseup(l);for(var d=q.length,f;d--;)f=q[d],f.el._drag={},k(\"snap.drag.end.\"+f.el.id,f.end_scope||f.start_scope||f.move_scope||f.el,b);q=[]};for(y=v.length;y--;)(function(d){a[d]=A[d]=function(e,f){a.is(e,\"function\")&&(this.events=this.events||[],this.events.push({name:d,\nf:e,unbind:b(this.node||document,d,e,f||this)}));return this};a[\"un\"+d]=A[\"un\"+d]=function(a){for(var b=this.events||[],e=b.length;e--;)if(b[e].name==d&&(b[e].f==a||!a)){b[e].unbind();b.splice(e,1);!b.length&&delete this.events;break}return this}})(v[y]);A.hover=function(a,b,d,e){return this.mouseover(a,d).mouseout(b,e||d)};A.unhover=function(a,b){return this.unmouseover(a).unmouseout(b)};var r=[];A.drag=function(b,d,f,h,n,p){function u(r,v,w){(r.originalEvent||r).preventDefault();this._drag.x=v;\nthis._drag.y=w;this._drag.id=r.identifier;!q.length&&a.mousemove(e).mouseup(l);q.push({el:this,move_scope:h,start_scope:n,end_scope:p});d&&k.on(\"snap.drag.start.\"+this.id,d);b&&k.on(\"snap.drag.move.\"+this.id,b);f&&k.on(\"snap.drag.end.\"+this.id,f);k(\"snap.drag.start.\"+this.id,n||h||this,v,w,r)}if(!arguments.length){var v;return this.drag(function(a,b){this.attr({transform:v+(v?\"T\":\"t\")+[a,b]})},function(){v=this.transform().local})}this._drag={};r.push({el:this,start:u});this.mousedown(u);return this};\nA.undrag=function(){for(var b=r.length;b--;)r[b].el==this&&(this.unmousedown(r[b].start),r.splice(b,1),k.unbind(\"snap.drag.*.\"+this.id));!r.length&&a.unmousemove(e).unmouseup(l);return this}});C.plugin(function(a,v,y,C){y=y.prototype;var A=/^\\s*url\\((.+)\\)/,w=String,z=a._.$;a.filter={};y.filter=function(d){var f=this;\"svg\"!=f.type&&(f=f.paper);d=a.parse(w(d));var k=a._.id(),u=z(\"filter\");z(u,{id:k,filterUnits:\"userSpaceOnUse\"});u.appendChild(d.node);f.defs.appendChild(u);return new v(u)};k.on(\"snap.util.getattr.filter\",\nfunction(){k.stop();var d=z(this.node,\"filter\");if(d)return(d=w(d).match(A))&&a.select(d[1])});k.on(\"snap.util.attr.filter\",function(d){if(d instanceof v&&\"filter\"==d.type){k.stop();var f=d.node.id;f||(z(d.node,{id:d.id}),f=d.id);z(this.node,{filter:a.url(f)})}d&&\"none\"!=d||(k.stop(),this.node.removeAttribute(\"filter\"))});a.filter.blur=function(d,f){null==d&&(d=2);return a.format('<feGaussianBlur stdDeviation=\"{def}\"/>',{def:null==f?d:[d,f]})};a.filter.blur.toString=function(){return this()};a.filter.shadow=\nfunction(d,f,k,u,p){\"string\"==typeof k&&(p=u=k,k=4);\"string\"!=typeof u&&(p=u,u=\"#000\");null==k&&(k=4);null==p&&(p=1);null==d&&(d=0,f=2);null==f&&(f=d);u=a.color(u||\"#000\");return a.format('<feGaussianBlur in=\"SourceAlpha\" stdDeviation=\"{blur}\"/><feOffset dx=\"{dx}\" dy=\"{dy}\" result=\"offsetblur\"/><feFlood flood-color=\"{color}\"/><feComposite in2=\"offsetblur\" operator=\"in\"/><feComponentTransfer><feFuncA type=\"linear\" slope=\"{opacity}\"/></feComponentTransfer><feMerge><feMergeNode/><feMergeNode in=\"SourceGraphic\"/></feMerge>',\n{color:u,dx:d,dy:f,blur:k,opacity:p})};a.filter.shadow.toString=function(){return this()};a.filter.grayscale=function(d){null==d&&(d=1);return a.format('<feColorMatrix type=\"matrix\" values=\"{a} {b} {c} 0 0 {d} {e} {f} 0 0 {g} {b} {h} 0 0 0 0 0 1 0\"/>',{a:0.2126+0.7874*(1-d),b:0.7152-0.7152*(1-d),c:0.0722-0.0722*(1-d),d:0.2126-0.2126*(1-d),e:0.7152+0.2848*(1-d),f:0.0722-0.0722*(1-d),g:0.2126-0.2126*(1-d),h:0.0722+0.9278*(1-d)})};a.filter.grayscale.toString=function(){return this()};a.filter.sepia=\nfunction(d){null==d&&(d=1);return a.format('<feColorMatrix type=\"matrix\" values=\"{a} {b} {c} 0 0 {d} {e} {f} 0 0 {g} {h} {i} 0 0 0 0 0 1 0\"/>',{a:0.393+0.607*(1-d),b:0.769-0.769*(1-d),c:0.189-0.189*(1-d),d:0.349-0.349*(1-d),e:0.686+0.314*(1-d),f:0.168-0.168*(1-d),g:0.272-0.272*(1-d),h:0.534-0.534*(1-d),i:0.131+0.869*(1-d)})};a.filter.sepia.toString=function(){return this()};a.filter.saturate=function(d){null==d&&(d=1);return a.format('<feColorMatrix type=\"saturate\" values=\"{amount}\"/>',{amount:1-\nd})};a.filter.saturate.toString=function(){return this()};a.filter.hueRotate=function(d){return a.format('<feColorMatrix type=\"hueRotate\" values=\"{angle}\"/>',{angle:d||0})};a.filter.hueRotate.toString=function(){return this()};a.filter.invert=function(d){null==d&&(d=1);return a.format('<feComponentTransfer><feFuncR type=\"table\" tableValues=\"{amount} {amount2}\"/><feFuncG type=\"table\" tableValues=\"{amount} {amount2}\"/><feFuncB type=\"table\" tableValues=\"{amount} {amount2}\"/></feComponentTransfer>',{amount:d,\namount2:1-d})};a.filter.invert.toString=function(){return this()};a.filter.brightness=function(d){null==d&&(d=1);return a.format('<feComponentTransfer><feFuncR type=\"linear\" slope=\"{amount}\"/><feFuncG type=\"linear\" slope=\"{amount}\"/><feFuncB type=\"linear\" slope=\"{amount}\"/></feComponentTransfer>',{amount:d})};a.filter.brightness.toString=function(){return this()};a.filter.contrast=function(d){null==d&&(d=1);return a.format('<feComponentTransfer><feFuncR type=\"linear\" slope=\"{amount}\" intercept=\"{amount2}\"/><feFuncG type=\"linear\" slope=\"{amount}\" intercept=\"{amount2}\"/><feFuncB type=\"linear\" slope=\"{amount}\" intercept=\"{amount2}\"/></feComponentTransfer>',\n{amount:d,amount2:0.5-d/2})};a.filter.contrast.toString=function(){return this()}});return C});\n\n]]> </script>\n<script> <![CDATA[\n\n(function (glob, factory) {\n // AMD support\n if (typeof define === \"function\" && define.amd) {\n // Define as an anonymous module\n define(\"Gadfly\", [\"Snap.svg\"], function (Snap) {\n return factory(Snap);\n });\n } else {\n // Browser globals (glob is window)\n // Snap adds itself to window\n glob.Gadfly = factory(glob.Snap);\n }\n}(this, function (Snap) {\n\nvar Gadfly = {};\n\n// Get an x/y coordinate value in pixels\nvar xPX = function(fig, x) {\n var client_box = fig.node.getBoundingClientRect();\n return x * fig.node.viewBox.baseVal.width / client_box.width;\n};\n\nvar yPX = function(fig, y) {\n var client_box = fig.node.getBoundingClientRect();\n return y * fig.node.viewBox.baseVal.height / client_box.height;\n};\n\n\nSnap.plugin(function (Snap, Element, Paper, global) {\n // Traverse upwards from a snap element to find and return the first\n // note with the \"plotroot\" class.\n Element.prototype.plotroot = function () {\n var element = this;\n while (!element.hasClass(\"plotroot\") && element.parent() != null) {\n element = element.parent();\n }\n return element;\n };\n\n Element.prototype.svgroot = function () {\n var element = this;\n while (element.node.nodeName != \"svg\" && element.parent() != null) {\n element = element.parent();\n }\n return element;\n };\n\n Element.prototype.plotbounds = function () {\n var root = this.plotroot()\n var bbox = root.select(\".guide.background\").node.getBBox();\n return {\n x0: bbox.x,\n x1: bbox.x + bbox.width,\n y0: bbox.y,\n y1: bbox.y + bbox.height\n };\n };\n\n Element.prototype.plotcenter = function () {\n var root = this.plotroot()\n var bbox = root.select(\".guide.background\").node.getBBox();\n return {\n x: bbox.x + bbox.width / 2,\n y: bbox.y + bbox.height / 2\n };\n };\n\n // Emulate IE style mouseenter/mouseleave events, since Microsoft always\n // does everything right.\n // See: http://www.dynamic-tools.net/toolbox/isMouseLeaveOrEnter/\n var events = [\"mouseenter\", \"mouseleave\"];\n\n for (i in events) {\n (function (event_name) {\n var event_name = events[i];\n Element.prototype[event_name] = function (fn, scope) {\n if (Snap.is(fn, \"function\")) {\n var fn2 = function (event) {\n if (event.type != \"mouseover\" && event.type != \"mouseout\") {\n return;\n }\n\n var reltg = event.relatedTarget ? event.relatedTarget :\n event.type == \"mouseout\" ? event.toElement : event.fromElement;\n while (reltg && reltg != this.node) reltg = reltg.parentNode;\n\n if (reltg != this.node) {\n return fn.apply(this, event);\n }\n };\n\n if (event_name == \"mouseenter\") {\n this.mouseover(fn2, scope);\n } else {\n this.mouseout(fn2, scope);\n }\n }\n return this;\n };\n })(events[i]);\n }\n\n\n Element.prototype.mousewheel = function (fn, scope) {\n if (Snap.is(fn, \"function\")) {\n var el = this;\n var fn2 = function (event) {\n fn.apply(el, [event]);\n };\n }\n\n this.node.addEventListener(\n /Firefox/i.test(navigator.userAgent) ? \"DOMMouseScroll\" : \"mousewheel\",\n fn2);\n\n return this;\n };\n\n\n // Snap's attr function can be too slow for things like panning/zooming.\n // This is a function to directly update element attributes without going\n // through eve.\n Element.prototype.attribute = function(key, val) {\n if (val === undefined) {\n return this.node.getAttribute(key, val);\n } else {\n return this.node.setAttribute(key, val);\n }\n };\n});\n\n\n// When the plot is moused over, emphasize the grid lines.\nGadfly.plot_mouseover = function(event) {\n var root = this.plotroot();\n init_pan_zoom(root);\n\n var xgridlines = root.select(\".xgridlines\"),\n ygridlines = root.select(\".ygridlines\");\n\n xgridlines.data(\"unfocused_strokedash\",\n xgridlines.attr(\"stroke-dasharray\").replace(/px/g, \"mm\"))\n ygridlines.data(\"unfocused_strokedash\",\n ygridlines.attr(\"stroke-dasharray\").replace(/px/g, \"mm\"))\n\n // emphasize grid lines\n var destcolor = root.data(\"focused_xgrid_color\");\n xgridlines.attr(\"stroke-dasharray\", \"none\")\n .selectAll(\"path\")\n .animate({stroke: destcolor}, 250);\n\n destcolor = root.data(\"focused_ygrid_color\");\n ygridlines.attr(\"stroke-dasharray\", \"none\")\n .selectAll(\"path\")\n .animate({stroke: destcolor}, 250);\n\n // reveal zoom slider\n root.select(\".zoomslider\")\n .animate({opacity: 1.0}, 250);\n};\n\n\n// Unemphasize grid lines on mouse out.\nGadfly.plot_mouseout = function(event) {\n var root = this.plotroot();\n var xgridlines = root.select(\".xgridlines\"),\n ygridlines = root.select(\".ygridlines\");\n\n var destcolor = root.data(\"unfocused_xgrid_color\");\n\n xgridlines.attr(\"stroke-dasharray\", xgridlines.data(\"unfocused_strokedash\"))\n .selectAll(\"path\")\n .animate({stroke: destcolor}, 250);\n\n destcolor = root.data(\"unfocused_ygrid_color\");\n ygridlines.attr(\"stroke-dasharray\", ygridlines.data(\"unfocused_strokedash\"))\n .selectAll(\"path\")\n .animate({stroke: destcolor}, 250);\n\n // hide zoom slider\n root.select(\".zoomslider\")\n .animate({opacity: 0.0}, 250);\n};\n\n\nvar set_geometry_transform = function(root, tx, ty, scale) {\n var xscalable = root.hasClass(\"xscalable\"),\n yscalable = root.hasClass(\"yscalable\");\n\n var old_scale = root.data(\"scale\");\n\n var xscale = xscalable ? scale : 1.0,\n yscale = yscalable ? scale : 1.0;\n\n tx = xscalable ? tx : 0.0;\n ty = yscalable ? ty : 0.0;\n\n var t = new Snap.Matrix().translate(tx, ty).scale(xscale, yscale);\n\n root.selectAll(\".geometry, image\")\n .forEach(function (element, i) {\n element.transform(t);\n });\n\n bounds = root.plotbounds();\n\n if (yscalable) {\n var xfixed_t = new Snap.Matrix().translate(0, ty).scale(1.0, yscale);\n root.selectAll(\".xfixed\")\n .forEach(function (element, i) {\n element.transform(xfixed_t);\n });\n\n root.select(\".ylabels\")\n .transform(xfixed_t)\n .selectAll(\"text\")\n .forEach(function (element, i) {\n if (element.attribute(\"gadfly:inscale\") == \"true\") {\n var cx = element.asPX(\"x\"),\n cy = element.asPX(\"y\");\n var st = element.data(\"static_transform\");\n unscale_t = new Snap.Matrix();\n unscale_t.scale(1, 1/scale, cx, cy).add(st);\n element.transform(unscale_t);\n\n var y = cy * scale + ty;\n element.attr(\"visibility\",\n bounds.y0 <= y && y <= bounds.y1 ? \"visible\" : \"hidden\");\n }\n });\n }\n\n if (xscalable) {\n var yfixed_t = new Snap.Matrix().translate(tx, 0).scale(xscale, 1.0);\n var xtrans = new Snap.Matrix().translate(tx, 0);\n root.selectAll(\".yfixed\")\n .forEach(function (element, i) {\n element.transform(yfixed_t);\n });\n\n root.select(\".xlabels\")\n .transform(yfixed_t)\n .selectAll(\"text\")\n .forEach(function (element, i) {\n if (element.attribute(\"gadfly:inscale\") == \"true\") {\n var cx = element.asPX(\"x\"),\n cy = element.asPX(\"y\");\n var st = element.data(\"static_transform\");\n unscale_t = new Snap.Matrix();\n unscale_t.scale(1/scale, 1, cx, cy).add(st);\n\n element.transform(unscale_t);\n\n var x = cx * scale + tx;\n element.attr(\"visibility\",\n bounds.x0 <= x && x <= bounds.x1 ? \"visible\" : \"hidden\");\n }\n });\n }\n\n // we must unscale anything that is scale invariance: widths, raiduses, etc.\n var size_attribs = [\"font-size\"];\n var unscaled_selection = \".geometry, .geometry *\";\n if (xscalable) {\n size_attribs.push(\"rx\");\n unscaled_selection += \", .xgridlines\";\n }\n if (yscalable) {\n size_attribs.push(\"ry\");\n unscaled_selection += \", .ygridlines\";\n }\n\n root.selectAll(unscaled_selection)\n .forEach(function (element, i) {\n // circle need special help\n if (element.node.nodeName == \"circle\") {\n var cx = element.attribute(\"cx\"),\n cy = element.attribute(\"cy\");\n unscale_t = new Snap.Matrix().scale(1/xscale, 1/yscale,\n cx, cy);\n element.transform(unscale_t);\n return;\n }\n\n for (i in size_attribs) {\n var key = size_attribs[i];\n var val = parseFloat(element.attribute(key));\n if (val !== undefined && val != 0 && !isNaN(val)) {\n element.attribute(key, val * old_scale / scale);\n }\n }\n });\n};\n\n\n// Find the most appropriate tick scale and update label visibility.\nvar update_tickscale = function(root, scale, axis) {\n if (!root.hasClass(axis + \"scalable\")) return;\n\n var tickscales = root.data(axis + \"tickscales\");\n var best_tickscale = 1.0;\n var best_tickscale_dist = Infinity;\n for (tickscale in tickscales) {\n var dist = Math.abs(Math.log(tickscale) - Math.log(scale));\n if (dist < best_tickscale_dist) {\n best_tickscale_dist = dist;\n best_tickscale = tickscale;\n }\n }\n\n if (best_tickscale != root.data(axis + \"tickscale\")) {\n root.data(axis + \"tickscale\", best_tickscale);\n var mark_inscale_gridlines = function (element, i) {\n var inscale = element.attr(\"gadfly:scale\") == best_tickscale;\n element.attribute(\"gadfly:inscale\", inscale);\n element.attr(\"visibility\", inscale ? \"visible\" : \"hidden\");\n };\n\n var mark_inscale_labels = function (element, i) {\n var inscale = element.attr(\"gadfly:scale\") == best_tickscale;\n element.attribute(\"gadfly:inscale\", inscale);\n element.attr(\"visibility\", inscale ? \"visible\" : \"hidden\");\n };\n\n root.select(\".\" + axis + \"gridlines\").selectAll(\"path\").forEach(mark_inscale_gridlines);\n root.select(\".\" + axis + \"labels\").selectAll(\"text\").forEach(mark_inscale_labels);\n }\n};\n\n\nvar set_plot_pan_zoom = function(root, tx, ty, scale) {\n var old_scale = root.data(\"scale\");\n var bounds = root.plotbounds();\n\n var width = bounds.x1 - bounds.x0,\n height = bounds.y1 - bounds.y0;\n\n // compute the viewport derived from tx, ty, and scale\n var x_min = -width * scale - (scale * width - width),\n x_max = width * scale,\n y_min = -height * scale - (scale * height - height),\n y_max = height * scale;\n\n var x0 = bounds.x0 - scale * bounds.x0,\n y0 = bounds.y0 - scale * bounds.y0;\n\n var tx = Math.max(Math.min(tx - x0, x_max), x_min),\n ty = Math.max(Math.min(ty - y0, y_max), y_min);\n\n tx += x0;\n ty += y0;\n\n // when the scale change, we may need to alter which set of\n // ticks is being displayed\n if (scale != old_scale) {\n update_tickscale(root, scale, \"x\");\n update_tickscale(root, scale, \"y\");\n }\n\n set_geometry_transform(root, tx, ty, scale);\n\n root.data(\"scale\", scale);\n root.data(\"tx\", tx);\n root.data(\"ty\", ty);\n};\n\n\nvar scale_centered_translation = function(root, scale) {\n var bounds = root.plotbounds();\n\n var width = bounds.x1 - bounds.x0,\n height = bounds.y1 - bounds.y0;\n\n var tx0 = root.data(\"tx\"),\n ty0 = root.data(\"ty\");\n\n var scale0 = root.data(\"scale\");\n\n // how off from center the current view is\n var xoff = tx0 - (bounds.x0 * (1 - scale0) + (width * (1 - scale0)) / 2),\n yoff = ty0 - (bounds.y0 * (1 - scale0) + (height * (1 - scale0)) / 2);\n\n // rescale offsets\n xoff = xoff * scale / scale0;\n yoff = yoff * scale / scale0;\n\n // adjust for the panel position being scaled\n var x_edge_adjust = bounds.x0 * (1 - scale),\n y_edge_adjust = bounds.y0 * (1 - scale);\n\n return {\n x: xoff + x_edge_adjust + (width - width * scale) / 2,\n y: yoff + y_edge_adjust + (height - height * scale) / 2\n };\n};\n\n\n// Initialize data for panning zooming if it isn't already.\nvar init_pan_zoom = function(root) {\n if (root.data(\"zoompan-ready\")) {\n return;\n }\n\n // The non-scaling-stroke trick. Rather than try to correct for the\n // stroke-width when zooming, we force it to a fixed value.\n var px_per_mm = root.node.getCTM().a;\n\n // Drag events report deltas in pixels, which we'd like to convert to\n // millimeters.\n root.data(\"px_per_mm\", px_per_mm);\n\n root.selectAll(\"path\")\n .forEach(function (element, i) {\n sw = element.asPX(\"stroke-width\") * px_per_mm;\n if (sw > 0) {\n element.attribute(\"stroke-width\", sw);\n element.attribute(\"vector-effect\", \"non-scaling-stroke\");\n }\n });\n\n // Store ticks labels original tranformation\n root.selectAll(\".xlabels > text, .ylabels > text\")\n .forEach(function (element, i) {\n var lm = element.transform().localMatrix;\n element.data(\"static_transform\",\n new Snap.Matrix(lm.a, lm.b, lm.c, lm.d, lm.e, lm.f));\n });\n\n if (root.data(\"tx\") === undefined) root.data(\"tx\", 0);\n if (root.data(\"ty\") === undefined) root.data(\"ty\", 0);\n if (root.data(\"scale\") === undefined) root.data(\"scale\", 1.0);\n if (root.data(\"xtickscales\") === undefined) {\n\n // index all the tick scales that are listed\n var xtickscales = {};\n var ytickscales = {};\n var add_x_tick_scales = function (element, i) {\n xtickscales[element.attribute(\"gadfly:scale\")] = true;\n };\n var add_y_tick_scales = function (element, i) {\n ytickscales[element.attribute(\"gadfly:scale\")] = true;\n };\n\n root.select(\".xgridlines\").selectAll(\"path\").forEach(add_x_tick_scales);\n root.select(\".ygridlines\").selectAll(\"path\").forEach(add_y_tick_scales);\n root.select(\".xlabels\").selectAll(\"text\").forEach(add_x_tick_scales);\n root.select(\".ylabels\").selectAll(\"text\").forEach(add_y_tick_scales);\n\n root.data(\"xtickscales\", xtickscales);\n root.data(\"ytickscales\", ytickscales);\n root.data(\"xtickscale\", 1.0);\n }\n\n var min_scale = 1.0, max_scale = 1.0;\n for (scale in xtickscales) {\n min_scale = Math.min(min_scale, scale);\n max_scale = Math.max(max_scale, scale);\n }\n for (scale in ytickscales) {\n min_scale = Math.min(min_scale, scale);\n max_scale = Math.max(max_scale, scale);\n }\n root.data(\"min_scale\", min_scale);\n root.data(\"max_scale\", max_scale);\n\n // store the original positions of labels\n root.select(\".xlabels\")\n .selectAll(\"text\")\n .forEach(function (element, i) {\n element.data(\"x\", element.asPX(\"x\"));\n });\n\n root.select(\".ylabels\")\n .selectAll(\"text\")\n .forEach(function (element, i) {\n element.data(\"y\", element.asPX(\"y\"));\n });\n\n // mark grid lines and ticks as in or out of scale.\n var mark_inscale = function (element, i) {\n element.attribute(\"gadfly:inscale\", element.attribute(\"gadfly:scale\") == 1.0);\n };\n\n root.select(\".xgridlines\").selectAll(\"path\").forEach(mark_inscale);\n root.select(\".ygridlines\").selectAll(\"path\").forEach(mark_inscale);\n root.select(\".xlabels\").selectAll(\"text\").forEach(mark_inscale);\n root.select(\".ylabels\").selectAll(\"text\").forEach(mark_inscale);\n\n // figure out the upper ond lower bounds on panning using the maximum\n // and minum grid lines\n var bounds = root.plotbounds();\n var pan_bounds = {\n x0: 0.0,\n y0: 0.0,\n x1: 0.0,\n y1: 0.0\n };\n\n root.select(\".xgridlines\")\n .selectAll(\"path\")\n .forEach(function (element, i) {\n if (element.attribute(\"gadfly:inscale\") == \"true\") {\n var bbox = element.node.getBBox();\n if (bounds.x1 - bbox.x < pan_bounds.x0) {\n pan_bounds.x0 = bounds.x1 - bbox.x;\n }\n if (bounds.x0 - bbox.x > pan_bounds.x1) {\n pan_bounds.x1 = bounds.x0 - bbox.x;\n }\n }\n });\n\n root.select(\".ygridlines\")\n .selectAll(\"path\")\n .forEach(function (element, i) {\n if (element.attribute(\"gadfly:inscale\") == \"true\") {\n var bbox = element.node.getBBox();\n if (bounds.y1 - bbox.y < pan_bounds.y0) {\n pan_bounds.y0 = bounds.y1 - bbox.y;\n }\n if (bounds.y0 - bbox.y > pan_bounds.y1) {\n pan_bounds.y1 = bounds.y0 - bbox.y;\n }\n }\n });\n\n // nudge these values a little\n pan_bounds.x0 -= 5;\n pan_bounds.x1 += 5;\n pan_bounds.y0 -= 5;\n pan_bounds.y1 += 5;\n root.data(\"pan_bounds\", pan_bounds);\n\n // Set all grid lines at scale 1.0 to visible. Out of bounds lines\n // will be clipped.\n root.select(\".xgridlines\")\n .selectAll(\"path\")\n .forEach(function (element, i) {\n if (element.attribute(\"gadfly:inscale\") == \"true\") {\n element.attr(\"visibility\", \"visible\");\n }\n });\n\n root.select(\".ygridlines\")\n .selectAll(\"path\")\n .forEach(function (element, i) {\n if (element.attribute(\"gadfly:inscale\") == \"true\") {\n element.attr(\"visibility\", \"visible\");\n }\n });\n\n root.data(\"zoompan-ready\", true)\n};\n\n\n// Panning\nGadfly.guide_background_drag_onmove = function(dx, dy, x, y, event) {\n var root = this.plotroot();\n var px_per_mm = root.data(\"px_per_mm\");\n dx /= px_per_mm;\n dy /= px_per_mm;\n\n var tx0 = root.data(\"tx\"),\n ty0 = root.data(\"ty\");\n\n var dx0 = root.data(\"dx\"),\n dy0 = root.data(\"dy\");\n\n root.data(\"dx\", dx);\n root.data(\"dy\", dy);\n\n dx = dx - dx0;\n dy = dy - dy0;\n\n var tx = tx0 + dx,\n ty = ty0 + dy;\n\n set_plot_pan_zoom(root, tx, ty, root.data(\"scale\"));\n};\n\n\nGadfly.guide_background_drag_onstart = function(x, y, event) {\n var root = this.plotroot();\n root.data(\"dx\", 0);\n root.data(\"dy\", 0);\n init_pan_zoom(root);\n};\n\n\nGadfly.guide_background_drag_onend = function(event) {\n var root = this.plotroot();\n};\n\n\nGadfly.guide_background_scroll = function(event) {\n if (event.shiftKey) {\n var root = this.plotroot();\n init_pan_zoom(root);\n var new_scale = root.data(\"scale\") * Math.pow(2, 0.002 * event.wheelDelta);\n new_scale = Math.max(\n root.data(\"min_scale\"),\n Math.min(root.data(\"max_scale\"), new_scale))\n update_plot_scale(root, new_scale);\n event.stopPropagation();\n }\n};\n\n\nGadfly.zoomslider_button_mouseover = function(event) {\n this.select(\".button_logo\")\n .animate({fill: this.data(\"mouseover_color\")}, 100);\n};\n\n\nGadfly.zoomslider_button_mouseout = function(event) {\n this.select(\".button_logo\")\n .animate({fill: this.data(\"mouseout_color\")}, 100);\n};\n\n\nGadfly.zoomslider_zoomout_click = function(event) {\n var root = this.plotroot();\n init_pan_zoom(root);\n var min_scale = root.data(\"min_scale\"),\n scale = root.data(\"scale\");\n Snap.animate(\n scale,\n Math.max(min_scale, scale / 1.5),\n function (new_scale) {\n update_plot_scale(root, new_scale);\n },\n 200);\n};\n\n\nGadfly.zoomslider_zoomin_click = function(event) {\n var root = this.plotroot();\n init_pan_zoom(root);\n var max_scale = root.data(\"max_scale\"),\n scale = root.data(\"scale\");\n\n Snap.animate(\n scale,\n Math.min(max_scale, scale * 1.5),\n function (new_scale) {\n update_plot_scale(root, new_scale);\n },\n 200);\n};\n\n\nGadfly.zoomslider_track_click = function(event) {\n // TODO\n};\n\n\nGadfly.zoomslider_thumb_mousedown = function(event) {\n this.animate({fill: this.data(\"mouseover_color\")}, 100);\n};\n\n\nGadfly.zoomslider_thumb_mouseup = function(event) {\n this.animate({fill: this.data(\"mouseout_color\")}, 100);\n};\n\n\n// compute the position in [0, 1] of the zoom slider thumb from the current scale\nvar slider_position_from_scale = function(scale, min_scale, max_scale) {\n if (scale >= 1.0) {\n return 0.5 + 0.5 * (Math.log(scale) / Math.log(max_scale));\n }\n else {\n return 0.5 * (Math.log(scale) - Math.log(min_scale)) / (0 - Math.log(min_scale));\n }\n}\n\n\nvar update_plot_scale = function(root, new_scale) {\n var trans = scale_centered_translation(root, new_scale);\n set_plot_pan_zoom(root, trans.x, trans.y, new_scale);\n\n root.selectAll(\".zoomslider_thumb\")\n .forEach(function (element, i) {\n var min_pos = element.data(\"min_pos\"),\n max_pos = element.data(\"max_pos\"),\n min_scale = root.data(\"min_scale\"),\n max_scale = root.data(\"max_scale\");\n var xmid = (min_pos + max_pos) / 2;\n var xpos = slider_position_from_scale(new_scale, min_scale, max_scale);\n element.transform(new Snap.Matrix().translate(\n Math.max(min_pos, Math.min(\n max_pos, min_pos + (max_pos - min_pos) * xpos)) - xmid, 0));\n });\n};\n\n\nGadfly.zoomslider_thumb_dragmove = function(dx, dy, x, y) {\n var root = this.plotroot();\n var min_pos = this.data(\"min_pos\"),\n max_pos = this.data(\"max_pos\"),\n min_scale = root.data(\"min_scale\"),\n max_scale = root.data(\"max_scale\"),\n old_scale = root.data(\"old_scale\");\n\n var px_per_mm = root.data(\"px_per_mm\");\n dx /= px_per_mm;\n dy /= px_per_mm;\n\n var xmid = (min_pos + max_pos) / 2;\n var xpos = slider_position_from_scale(old_scale, min_scale, max_scale) +\n dx / (max_pos - min_pos);\n\n // compute the new scale\n var new_scale;\n if (xpos >= 0.5) {\n new_scale = Math.exp(2.0 * (xpos - 0.5) * Math.log(max_scale));\n }\n else {\n new_scale = Math.exp(2.0 * xpos * (0 - Math.log(min_scale)) +\n Math.log(min_scale));\n }\n new_scale = Math.min(max_scale, Math.max(min_scale, new_scale));\n\n update_plot_scale(root, new_scale);\n};\n\n\nGadfly.zoomslider_thumb_dragstart = function(event) {\n var root = this.plotroot();\n init_pan_zoom(root);\n\n // keep track of what the scale was when we started dragging\n root.data(\"old_scale\", root.data(\"scale\"));\n};\n\n\nGadfly.zoomslider_thumb_dragend = function(event) {\n};\n\n\nvar toggle_color_class = function(root, color_class, ison) {\n var guides = root.selectAll(\".guide.\" + color_class + \",.guide .\" + color_class);\n var geoms = root.selectAll(\".geometry.\" + color_class + \",.geometry .\" + color_class);\n if (ison) {\n guides.animate({opacity: 0.5}, 250);\n geoms.animate({opacity: 0.0}, 250);\n } else {\n guides.animate({opacity: 1.0}, 250);\n geoms.animate({opacity: 1.0}, 250);\n }\n};\n\n\nGadfly.colorkey_swatch_click = function(event) {\n var root = this.plotroot();\n var color_class = this.data(\"color_class\");\n\n if (event.shiftKey) {\n root.selectAll(\".colorkey text\")\n .forEach(function (element) {\n var other_color_class = element.data(\"color_class\");\n if (other_color_class != color_class) {\n toggle_color_class(root, other_color_class,\n element.attr(\"opacity\") == 1.0);\n }\n });\n } else {\n toggle_color_class(root, color_class, this.attr(\"opacity\") == 1.0);\n }\n};\n\n\nreturn Gadfly;\n\n}));\n\n\n//@ sourceURL=gadfly.js\n\n(function (glob, factory) {\n // AMD support\n if (typeof require === \"function\" && typeof define === \"function\" && define.amd) {\n require([\"Snap.svg\", \"Gadfly\"], function (Snap, Gadfly) {\n factory(Snap, Gadfly);\n });\n } else {\n factory(glob.Snap, glob.Gadfly);\n }\n})(window, function (Snap, Gadfly) {\n var fig = Snap(\"#fig-bd92986192a645ba83c07ce231853de9\");\nfig.select(\"#fig-bd92986192a645ba83c07ce231853de9-element-4\")\n .mouseenter(Gadfly.plot_mouseover)\n.mouseleave(Gadfly.plot_mouseout)\n.mousewheel(Gadfly.guide_background_scroll)\n.drag(Gadfly.guide_background_drag_onmove,\n Gadfly.guide_background_drag_onstart,\n Gadfly.guide_background_drag_onend)\n;\nfig.select(\"#fig-bd92986192a645ba83c07ce231853de9-element-7\")\n .plotroot().data(\"unfocused_ygrid_color\", \"#D0D0E0\")\n;\nfig.select(\"#fig-bd92986192a645ba83c07ce231853de9-element-7\")\n .plotroot().data(\"focused_ygrid_color\", \"#A0A0A0\")\n;\nfig.select(\"#fig-bd92986192a645ba83c07ce231853de9-element-8\")\n .plotroot().data(\"unfocused_xgrid_color\", \"#D0D0E0\")\n;\nfig.select(\"#fig-bd92986192a645ba83c07ce231853de9-element-8\")\n .plotroot().data(\"focused_xgrid_color\", \"#A0A0A0\")\n;\nfig.select(\"#fig-bd92986192a645ba83c07ce231853de9-element-13\")\n .data(\"mouseover_color\", \"#cd5c5c\")\n;\nfig.select(\"#fig-bd92986192a645ba83c07ce231853de9-element-13\")\n .data(\"mouseout_color\", \"#6a6a6a\")\n;\nfig.select(\"#fig-bd92986192a645ba83c07ce231853de9-element-13\")\n .click(Gadfly.zoomslider_zoomin_click)\n.mouseenter(Gadfly.zoomslider_button_mouseover)\n.mouseleave(Gadfly.zoomslider_button_mouseout)\n;\nfig.select(\"#fig-bd92986192a645ba83c07ce231853de9-element-15\")\n .data(\"max_pos\", 120.42)\n;\nfig.select(\"#fig-bd92986192a645ba83c07ce231853de9-element-15\")\n .data(\"min_pos\", 103.42)\n;\nfig.select(\"#fig-bd92986192a645ba83c07ce231853de9-element-15\")\n .click(Gadfly.zoomslider_track_click);\nfig.select(\"#fig-bd92986192a645ba83c07ce231853de9-element-16\")\n .data(\"max_pos\", 120.42)\n;\nfig.select(\"#fig-bd92986192a645ba83c07ce231853de9-element-16\")\n .data(\"min_pos\", 103.42)\n;\nfig.select(\"#fig-bd92986192a645ba83c07ce231853de9-element-16\")\n .data(\"mouseover_color\", \"#cd5c5c\")\n;\nfig.select(\"#fig-bd92986192a645ba83c07ce231853de9-element-16\")\n .data(\"mouseout_color\", \"#6a6a6a\")\n;\nfig.select(\"#fig-bd92986192a645ba83c07ce231853de9-element-16\")\n .drag(Gadfly.zoomslider_thumb_dragmove,\n Gadfly.zoomslider_thumb_dragstart,\n Gadfly.zoomslider_thumb_dragend)\n.mousedown(Gadfly.zoomslider_thumb_mousedown)\n.mouseup(Gadfly.zoomslider_thumb_mouseup)\n;\nfig.select(\"#fig-bd92986192a645ba83c07ce231853de9-element-17\")\n .data(\"mouseover_color\", \"#cd5c5c\")\n;\nfig.select(\"#fig-bd92986192a645ba83c07ce231853de9-element-17\")\n .data(\"mouseout_color\", \"#6a6a6a\")\n;\nfig.select(\"#fig-bd92986192a645ba83c07ce231853de9-element-17\")\n .click(Gadfly.zoomslider_zoomout_click)\n.mouseenter(Gadfly.zoomslider_button_mouseover)\n.mouseleave(Gadfly.zoomslider_button_mouseout)\n;\n });\n]]> </script>\n</svg>\n"}}], "cell_type": "code"}, {"metadata": {}, "cell_type": "markdown", "source": "<br>\n\n\nProblem 1.1\n \nFigure 1 above looks like lognormal distribution, with location parameter\nnear 1 and and a very large scale parameter. The vast majority of users are\ncompleted less than 40 problems; and very few completed more than 100. The \nx-axis is truncated to better see the shape of the graph, so we have left \nout the few users who complete several hundred problems.\n<br>\n<br>\n<br>\n<br>\n<br>\n<br>\n<br>"}, {"source": "## quick function to strip time stamp leaving only the date\n\nfunction strip_time(x)\n ## x is vector of timestamp stings\n n = length(x)\n y = Array(String, n)\n\n for i = 1:n\n\n y[i] = x[i][1:10]\n end\n\n ## return vector of date strings\n return y\nend\n\n\n\n\n## this function counts the days each user was active\n\nfunction count_alldays(ids, tmstamps)\n ## ids is complete string vector of student IDs\n ## tmstamps is string vector of time stamps\n dates = strip_time(tmstamps)\n\n uniq_ids = unique(ids)\n\n n = length(uniq_ids)\n\n days_cnt = Array(Int, n)\n\n ## loop over unique IDs, count active days\n for i = 1:n\n\n indcs = find(ids .== uniq_ids[i])\n\n days_cnt[i] = length(unique(dates[indcs]))\n end\n\n ## return matrix with unique IDs and days-active count\n return hcat(uniq_ids, days_cnt)\nend\n\n\ndays_count = count_alldays(d[:, 1], d[:, 2]); ", "execution_count": 6, "metadata": {"trusted": false, "scrolled": true, "collapsed": false}, "outputs": [], "cell_type": "code"}, {"source": "## plotting distribution of days active\n\np = plot(\n x = days_count[:, 2], \n \n Geom.histogram(bincount = 10),\n \n Guide.ylabel(\"Frequency\"),\n Guide.xlabel(\"Days Active\"),\n Guide.title(\"Figure 2: Days Active for Each User\") \n)", "execution_count": 7, "metadata": {"trusted": false, "scrolled": true, "collapsed": false}, "outputs": [{"metadata": {}, "output_type": "execute_result", "execution_count": 7, "data": {"image/svg+xml": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<svg xmlns=\"http://www.w3.org/2000/svg\"\n xmlns:xlink=\"http://www.w3.org/1999/xlink\"\n xmlns:gadfly=\"http://www.gadflyjl.org/ns\"\n version=\"1.2\"\n width=\"141.42mm\" height=\"100mm\" viewBox=\"0 0 141.42 100\"\n stroke=\"none\"\n fill=\"#000000\"\n stroke-width=\"0.3\"\n font-size=\"3.88\"\n>\n<g class=\"plotroot xscalable yscalable\" id=\"fig-bde438c7b30c4038ad775c4dd15d7819-element-1\">\n <g font-size=\"3.88\" font-family=\"'PT Sans','Helvetica Neue','Helvetica',sans-serif\" fill=\"#564A55\" stroke=\"none\" id=\"fig-bde438c7b30c4038ad775c4dd15d7819-element-2\">\n <text x=\"81.57\" y=\"92\" text-anchor=\"middle\">Days Active</text>\n </g>\n <g class=\"guide xlabels\" font-size=\"2.82\" font-family=\"'PT Sans Caption','Helvetica Neue','Helvetica',sans-serif\" fill=\"#6C606B\" id=\"fig-bde438c7b30c4038ad775c4dd15d7819-element-3\">\n <text x=\"28.72\" y=\"84.39\" text-anchor=\"middle\">0</text>\n <text x=\"63.96\" y=\"84.39\" text-anchor=\"middle\">5</text>\n <text x=\"99.19\" y=\"84.39\" text-anchor=\"middle\">10</text>\n <text x=\"134.42\" y=\"84.39\" text-anchor=\"middle\">15</text>\n </g>\n <g clip-path=\"url(#fig-bde438c7b30c4038ad775c4dd15d7819-element-5)\" id=\"fig-bde438c7b30c4038ad775c4dd15d7819-element-4\">\n <g pointer-events=\"visible\" opacity=\"1\" fill=\"none\" stroke=\"none\" class=\"guide background\" id=\"fig-bde438c7b30c4038ad775c4dd15d7819-element-6\">\n <rect x=\"26.72\" y=\"12.61\" width=\"109.7\" height=\"68.1\"/>\n </g>\n <g class=\"guide ygridlines xfixed\" stroke-dasharray=\"0.5,0.5\" stroke-width=\"0.2\" stroke=\"#D0D0E0\" id=\"fig-bde438c7b30c4038ad775c4dd15d7819-element-7\">\n <path fill=\"none\" d=\"M26.72,78.72 L 136.42 78.72\"/>\n <path fill=\"none\" d=\"M26.72,62.69 L 136.42 62.69\"/>\n <path fill=\"none\" d=\"M26.72,46.66 L 136.42 46.66\"/>\n <path fill=\"none\" d=\"M26.72,30.64 L 136.42 30.64\"/>\n <path fill=\"none\" d=\"M26.72,14.61 L 136.42 14.61\"/>\n </g>\n <g class=\"guide xgridlines yfixed\" stroke-dasharray=\"0.5,0.5\" stroke-width=\"0.2\" stroke=\"#D0D0E0\" id=\"fig-bde438c7b30c4038ad775c4dd15d7819-element-8\">\n <path fill=\"none\" d=\"M28.72,12.61 L 28.72 80.72\"/>\n <path fill=\"none\" d=\"M63.96,12.61 L 63.96 80.72\"/>\n <path fill=\"none\" d=\"M99.19,12.61 L 99.19 80.72\"/>\n <path fill=\"none\" d=\"M134.42,12.61 L 134.42 80.72\"/>\n </g>\n <g class=\"plotpanel\" id=\"fig-bde438c7b30c4038ad775c4dd15d7819-element-9\">\n <g stroke=\"none\" fill=\"#00BFFF\" shape-rendering=\"crispEdges\" id=\"fig-bde438c7b30c4038ad775c4dd15d7819-element-10\">\n <g class=\"geometry\" id=\"fig-bde438c7b30c4038ad775c4dd15d7819-element-11\">\n <rect x=\"35.77\" y=\"23.99\" width=\"7.05\" height=\"54.73\"/>\n <rect x=\"42.82\" y=\"73.02\" width=\"7.05\" height=\"5.7\"/>\n <rect x=\"49.86\" y=\"76.26\" width=\"7.05\" height=\"2.46\"/>\n <rect x=\"56.91\" y=\"77.78\" width=\"7.05\" height=\"0.94\"/>\n <rect x=\"63.96\" y=\"78.53\" width=\"7.05\" height=\"0.19\"/>\n <rect x=\"71\" y=\"78.63\" width=\"7.05\" height=\"0.09\"/>\n <rect x=\"78.05\" y=\"78.72\" width=\"7.05\" height=\"0.01\"/>\n <rect x=\"85.1\" y=\"78.72\" width=\"7.05\" height=\"0.01\"/>\n <rect x=\"92.14\" y=\"78.72\" width=\"7.05\" height=\"0.01\"/>\n <rect x=\"99.19\" y=\"78.72\" width=\"7.05\" height=\"0.01\"/>\n </g>\n </g>\n </g>\n </g>\n <g class=\"guide ylabels\" font-size=\"2.82\" font-family=\"'PT Sans Caption','Helvetica Neue','Helvetica',sans-serif\" fill=\"#6C606B\" id=\"fig-bde438c7b30c4038ad775c4dd15d7819-element-12\">\n <text x=\"25.73\" y=\"78.72\" text-anchor=\"end\" dy=\"0.35em\">0</text>\n <text x=\"25.73\" y=\"62.69\" text-anchor=\"end\" dy=\"0.35em\">5.0\u00d710\u00b3</text>\n <text x=\"25.73\" y=\"46.66\" text-anchor=\"end\" dy=\"0.35em\">1.0\u00d710\u2074</text>\n <text x=\"25.73\" y=\"30.64\" text-anchor=\"end\" dy=\"0.35em\">1.5\u00d710\u2074</text>\n <text x=\"25.73\" y=\"14.61\" text-anchor=\"end\" dy=\"0.35em\">2.0\u00d710\u2074</text>\n </g>\n <g font-size=\"3.88\" font-family=\"'PT Sans','Helvetica Neue','Helvetica',sans-serif\" fill=\"#564A55\" stroke=\"none\" id=\"fig-bde438c7b30c4038ad775c4dd15d7819-element-13\">\n <text x=\"8.81\" y=\"44.66\" text-anchor=\"middle\" dy=\"0.35em\" transform=\"rotate(-90, 8.81, 46.66)\">Frequency</text>\n </g>\n <g font-size=\"3.88\" font-family=\"'PT Sans','Helvetica Neue','Helvetica',sans-serif\" fill=\"#564A55\" stroke=\"none\" id=\"fig-bde438c7b30c4038ad775c4dd15d7819-element-14\">\n <text x=\"81.57\" y=\"10.61\" text-anchor=\"middle\">Figure 2: Days Active for Each User</text>\n </g>\n</g>\n<defs>\n<clipPath id=\"fig-bde438c7b30c4038ad775c4dd15d7819-element-5\">\n <path d=\"M26.72,12.61 L 136.42 12.61 136.42 80.72 26.72 80.72\" />\n</clipPath\n></defs>\n</svg>\n", "image/png": "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ERERERERERERERERERERERERERERERERERERERERERERERERERERERERERERERERERERERERERERERERERERERERERERERERERERERERERERERERERERERERERERERER/Wv+H5+RGjf8ut1aAAAAAElFTkSuQmCC", "text/plain": "Plot(...)", "text/html": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<svg xmlns=\"http://www.w3.org/2000/svg\"\n xmlns:xlink=\"http://www.w3.org/1999/xlink\"\n xmlns:gadfly=\"http://www.gadflyjl.org/ns\"\n version=\"1.2\"\n width=\"141.42mm\" height=\"100mm\" viewBox=\"0 0 141.42 100\"\n stroke=\"none\"\n fill=\"#000000\"\n stroke-width=\"0.3\"\n font-size=\"3.88\"\n\n id=\"fig-c43b58e06ae9464ca3db7c7fdc317fc2\">\n<g class=\"plotroot xscalable yscalable\" id=\"fig-c43b58e06ae9464ca3db7c7fdc317fc2-element-1\">\n <g font-size=\"3.88\" font-family=\"'PT Sans','Helvetica Neue','Helvetica',sans-serif\" fill=\"#564A55\" stroke=\"none\" id=\"fig-c43b58e06ae9464ca3db7c7fdc317fc2-element-2\">\n <text x=\"81.57\" y=\"92\" text-anchor=\"middle\">Days Active</text>\n </g>\n <g class=\"guide xlabels\" font-size=\"2.82\" font-family=\"'PT Sans Caption','Helvetica Neue','Helvetica',sans-serif\" fill=\"#6C606B\" id=\"fig-c43b58e06ae9464ca3db7c7fdc317fc2-element-3\">\n <text x=\"-112.2\" y=\"84.39\" text-anchor=\"middle\" gadfly:scale=\"1.0\" visibility=\"hidden\">-20</text>\n <text x=\"-76.97\" y=\"84.39\" text-anchor=\"middle\" gadfly:scale=\"1.0\" visibility=\"hidden\">-15</text>\n <text x=\"-41.74\" y=\"84.39\" text-anchor=\"middle\" gadfly:scale=\"1.0\" visibility=\"hidden\">-10</text>\n <text x=\"-6.51\" y=\"84.39\" text-anchor=\"middle\" gadfly:scale=\"1.0\" visibility=\"hidden\">-5</text>\n <text x=\"28.72\" y=\"84.39\" text-anchor=\"middle\" gadfly:scale=\"1.0\" visibility=\"visible\">0</text>\n <text x=\"63.96\" y=\"84.39\" text-anchor=\"middle\" gadfly:scale=\"1.0\" visibility=\"visible\">5</text>\n <text x=\"99.19\" y=\"84.39\" text-anchor=\"middle\" gadfly:scale=\"1.0\" visibility=\"visible\">10</text>\n <text x=\"134.42\" y=\"84.39\" text-anchor=\"middle\" gadfly:scale=\"1.0\" visibility=\"visible\">15</text>\n <text x=\"169.65\" y=\"84.39\" text-anchor=\"middle\" gadfly:scale=\"1.0\" visibility=\"hidden\">20</text>\n <text x=\"204.89\" y=\"84.39\" text-anchor=\"middle\" gadfly:scale=\"1.0\" visibility=\"hidden\">25</text>\n <text x=\"240.12\" y=\"84.39\" text-anchor=\"middle\" gadfly:scale=\"1.0\" visibility=\"hidden\">30</text>\n <text x=\"275.35\" y=\"84.39\" text-anchor=\"middle\" gadfly:scale=\"1.0\" visibility=\"hidden\">35</text>\n <text x=\"-76.97\" y=\"84.39\" text-anchor=\"middle\" gadfly:scale=\"10.0\" visibility=\"hidden\">-15.0</text>\n <text x=\"-73.45\" y=\"84.39\" text-anchor=\"middle\" gadfly:scale=\"10.0\" visibility=\"hidden\">-14.5</text>\n <text x=\"-69.92\" y=\"84.39\" text-anchor=\"middle\" gadfly:scale=\"10.0\" visibility=\"hidden\">-14.0</text>\n <text x=\"-66.4\" y=\"84.39\" text-anchor=\"middle\" gadfly:scale=\"10.0\" visibility=\"hidden\">-13.5</text>\n <text x=\"-62.88\" y=\"84.39\" text-anchor=\"middle\" gadfly:scale=\"10.0\" visibility=\"hidden\">-13.0</text>\n <text x=\"-59.36\" y=\"84.39\" text-anchor=\"middle\" gadfly:scale=\"10.0\" visibility=\"hidden\">-12.5</text>\n <text x=\"-55.83\" y=\"84.39\" text-anchor=\"middle\" gadfly:scale=\"10.0\" visibility=\"hidden\">-12.0</text>\n <text x=\"-52.31\" y=\"84.39\" text-anchor=\"middle\" gadfly:scale=\"10.0\" visibility=\"hidden\">-11.5</text>\n <text x=\"-48.79\" y=\"84.39\" text-anchor=\"middle\" gadfly:scale=\"10.0\" visibility=\"hidden\">-11.0</text>\n <text x=\"-45.26\" y=\"84.39\" text-anchor=\"middle\" gadfly:scale=\"10.0\" visibility=\"hidden\">-10.5</text>\n <text x=\"-41.74\" y=\"84.39\" text-anchor=\"middle\" gadfly:scale=\"10.0\" visibility=\"hidden\">-10.0</text>\n <text x=\"-38.22\" y=\"84.39\" text-anchor=\"middle\" gadfly:scale=\"10.0\" visibility=\"hidden\">-9.5</text>\n <text x=\"-34.69\" y=\"84.39\" text-anchor=\"middle\" gadfly:scale=\"10.0\" visibility=\"hidden\">-9.0</text>\n <text x=\"-31.17\" y=\"84.39\" text-anchor=\"middle\" gadfly:scale=\"10.0\" visibility=\"hidden\">-8.5</text>\n <text x=\"-27.65\" y=\"84.39\" text-anchor=\"middle\" gadfly:scale=\"10.0\" visibility=\"hidden\">-8.0</text>\n <text x=\"-24.12\" y=\"84.39\" text-anchor=\"middle\" gadfly:scale=\"10.0\" visibility=\"hidden\">-7.5</text>\n <text x=\"-20.6\" y=\"84.39\" text-anchor=\"middle\" gadfly:scale=\"10.0\" visibility=\"hidden\">-7.0</text>\n <text x=\"-17.08\" y=\"84.39\" text-anchor=\"middle\" gadfly:scale=\"10.0\" visibility=\"hidden\">-6.5</text>\n <text x=\"-13.55\" y=\"84.39\" text-anchor=\"middle\" gadfly:scale=\"10.0\" visibility=\"hidden\">-6.0</text>\n <text x=\"-10.03\" y=\"84.39\" text-anchor=\"middle\" gadfly:scale=\"10.0\" visibility=\"hidden\">-5.5</text>\n <text x=\"-6.51\" y=\"84.39\" text-anchor=\"middle\" gadfly:scale=\"10.0\" visibility=\"hidden\">-5.0</text>\n <text x=\"-2.98\" y=\"84.39\" text-anchor=\"middle\" gadfly:scale=\"10.0\" visibility=\"hidden\">-4.5</text>\n <text x=\"0.54\" y=\"84.39\" text-anchor=\"middle\" gadfly:scale=\"10.0\" visibility=\"hidden\">-4.0</text>\n <text x=\"4.06\" y=\"84.39\" text-anchor=\"middle\" gadfly:scale=\"10.0\" visibility=\"hidden\">-3.5</text>\n <text x=\"7.59\" y=\"84.39\" text-anchor=\"middle\" gadfly:scale=\"10.0\" visibility=\"hidden\">-3.0</text>\n <text x=\"11.11\" y=\"84.39\" text-anchor=\"middle\" gadfly:scale=\"10.0\" visibility=\"hidden\">-2.5</text>\n <text x=\"14.63\" y=\"84.39\" text-anchor=\"middle\" gadfly:scale=\"10.0\" visibility=\"hidden\">-2.0</text>\n <text x=\"18.16\" y=\"84.39\" text-anchor=\"middle\" gadfly:scale=\"10.0\" visibility=\"hidden\">-1.5</text>\n <text x=\"21.68\" y=\"84.39\" text-anchor=\"middle\" gadfly:scale=\"10.0\" visibility=\"hidden\">-1.0</text>\n <text x=\"25.2\" y=\"84.39\" text-anchor=\"middle\" gadfly:scale=\"10.0\" visibility=\"hidden\">-0.5</text>\n <text x=\"28.72\" y=\"84.39\" text-anchor=\"middle\" gadfly:scale=\"10.0\" visibility=\"hidden\">0.0</text>\n <text x=\"32.25\" y=\"84.39\" text-anchor=\"middle\" gadfly:scale=\"10.0\" visibility=\"hidden\">0.5</text>\n <text x=\"35.77\" y=\"84.39\" text-anchor=\"middle\" gadfly:scale=\"10.0\" visibility=\"hidden\">1.0</text>\n <text x=\"39.29\" y=\"84.39\" text-anchor=\"middle\" gadfly:scale=\"10.0\" visibility=\"hidden\">1.5</text>\n <text x=\"42.82\" y=\"84.39\" text-anchor=\"middle\" gadfly:scale=\"10.0\" visibility=\"hidden\">2.0</text>\n <text x=\"46.34\" y=\"84.39\" text-anchor=\"middle\" gadfly:scale=\"10.0\" visibility=\"hidden\">2.5</text>\n <text x=\"49.86\" y=\"84.39\" text-anchor=\"middle\" gadfly:scale=\"10.0\" visibility=\"hidden\">3.0</text>\n <text x=\"53.39\" y=\"84.39\" text-anchor=\"middle\" gadfly:scale=\"10.0\" visibility=\"hidden\">3.5</text>\n <text x=\"56.91\" y=\"84.39\" text-anchor=\"middle\" gadfly:scale=\"10.0\" visibility=\"hidden\">4.0</text>\n <text x=\"60.43\" y=\"84.39\" text-anchor=\"middle\" gadfly:scale=\"10.0\" visibility=\"hidden\">4.5</text>\n <text x=\"63.96\" y=\"84.39\" text-anchor=\"middle\" gadfly:scale=\"10.0\" visibility=\"hidden\">5.0</text>\n <text x=\"67.48\" y=\"84.39\" text-anchor=\"middle\" gadfly:scale=\"10.0\" visibility=\"hidden\">5.5</text>\n <text x=\"71\" y=\"84.39\" text-anchor=\"middle\" gadfly:scale=\"10.0\" visibility=\"hidden\">6.0</text>\n <text x=\"74.53\" y=\"84.39\" text-anchor=\"middle\" gadfly:scale=\"10.0\" visibility=\"hidden\">6.5</text>\n <text x=\"78.05\" y=\"84.39\" text-anchor=\"middle\" gadfly:scale=\"10.0\" visibility=\"hidden\">7.0</text>\n <text x=\"81.57\" y=\"84.39\" text-anchor=\"middle\" gadfly:scale=\"10.0\" visibility=\"hidden\">7.5</text>\n <text x=\"85.1\" y=\"84.39\" text-anchor=\"middle\" gadfly:scale=\"10.0\" visibility=\"hidden\">8.0</text>\n <text x=\"88.62\" y=\"84.39\" text-anchor=\"middle\" gadfly:scale=\"10.0\" visibility=\"hidden\">8.5</text>\n <text x=\"92.14\" y=\"84.39\" text-anchor=\"middle\" gadfly:scale=\"10.0\" visibility=\"hidden\">9.0</text>\n <text x=\"95.67\" y=\"84.39\" text-anchor=\"middle\" gadfly:scale=\"10.0\" visibility=\"hidden\">9.5</text>\n <text x=\"99.19\" y=\"84.39\" text-anchor=\"middle\" gadfly:scale=\"10.0\" visibility=\"hidden\">10.0</text>\n <text x=\"102.71\" y=\"84.39\" text-anchor=\"middle\" gadfly:scale=\"10.0\" visibility=\"hidden\">10.5</text>\n <text x=\"106.24\" y=\"84.39\" text-anchor=\"middle\" gadfly:scale=\"10.0\" visibility=\"hidden\">11.0</text>\n <text x=\"109.76\" y=\"84.39\" text-anchor=\"middle\" gadfly:scale=\"10.0\" visibility=\"hidden\">11.5</text>\n <text x=\"113.28\" y=\"84.39\" text-anchor=\"middle\" gadfly:scale=\"10.0\" visibility=\"hidden\">12.0</text>\n <text x=\"116.81\" y=\"84.39\" text-anchor=\"middle\" gadfly:scale=\"10.0\" visibility=\"hidden\">12.5</text>\n <text x=\"120.33\" y=\"84.39\" text-anchor=\"middle\" gadfly:scale=\"10.0\" visibility=\"hidden\">13.0</text>\n <text x=\"123.85\" y=\"84.39\" text-anchor=\"middle\" gadfly:scale=\"10.0\" visibility=\"hidden\">13.5</text>\n <text x=\"127.37\" y=\"84.39\" text-anchor=\"middle\" gadfly:scale=\"10.0\" visibility=\"hidden\">14.0</text>\n <text x=\"130.9\" y=\"84.39\" text-anchor=\"middle\" gadfly:scale=\"10.0\" visibility=\"hidden\">14.5</text>\n <text x=\"134.42\" y=\"84.39\" text-anchor=\"middle\" gadfly:scale=\"10.0\" visibility=\"hidden\">15.0</text>\n <text x=\"137.94\" y=\"84.39\" text-anchor=\"middle\" gadfly:scale=\"10.0\" visibility=\"hidden\">15.5</text>\n <text x=\"141.47\" y=\"84.39\" text-anchor=\"middle\" gadfly:scale=\"10.0\" visibility=\"hidden\">16.0</text>\n <text x=\"144.99\" y=\"84.39\" text-anchor=\"middle\" gadfly:scale=\"10.0\" visibility=\"hidden\">16.5</text>\n <text x=\"148.51\" y=\"84.39\" text-anchor=\"middle\" gadfly:scale=\"10.0\" visibility=\"hidden\">17.0</text>\n <text x=\"152.04\" y=\"84.39\" text-anchor=\"middle\" gadfly:scale=\"10.0\" visibility=\"hidden\">17.5</text>\n <text x=\"155.56\" y=\"84.39\" text-anchor=\"middle\" gadfly:scale=\"10.0\" visibility=\"hidden\">18.0</text>\n <text x=\"159.08\" y=\"84.39\" text-anchor=\"middle\" gadfly:scale=\"10.0\" visibility=\"hidden\">18.5</text>\n <text x=\"162.61\" y=\"84.39\" text-anchor=\"middle\" gadfly:scale=\"10.0\" visibility=\"hidden\">19.0</text>\n <text x=\"166.13\" y=\"84.39\" text-anchor=\"middle\" gadfly:scale=\"10.0\" visibility=\"hidden\">19.5</text>\n <text x=\"169.65\" y=\"84.39\" text-anchor=\"middle\" gadfly:scale=\"10.0\" visibility=\"hidden\">20.0</text>\n <text x=\"173.18\" y=\"84.39\" text-anchor=\"middle\" gadfly:scale=\"10.0\" visibility=\"hidden\">20.5</text>\n <text x=\"176.7\" y=\"84.39\" text-anchor=\"middle\" gadfly:scale=\"10.0\" visibility=\"hidden\">21.0</text>\n <text x=\"180.22\" y=\"84.39\" text-anchor=\"middle\" gadfly:scale=\"10.0\" visibility=\"hidden\">21.5</text>\n <text x=\"183.75\" y=\"84.39\" text-anchor=\"middle\" gadfly:scale=\"10.0\" visibility=\"hidden\">22.0</text>\n <text x=\"187.27\" y=\"84.39\" text-anchor=\"middle\" gadfly:scale=\"10.0\" visibility=\"hidden\">22.5</text>\n <text x=\"190.79\" y=\"84.39\" text-anchor=\"middle\" gadfly:scale=\"10.0\" visibility=\"hidden\">23.0</text>\n <text x=\"194.32\" y=\"84.39\" text-anchor=\"middle\" gadfly:scale=\"10.0\" visibility=\"hidden\">23.5</text>\n <text x=\"197.84\" y=\"84.39\" text-anchor=\"middle\" gadfly:scale=\"10.0\" visibility=\"hidden\">24.0</text>\n <text x=\"201.36\" y=\"84.39\" text-anchor=\"middle\" gadfly:scale=\"10.0\" visibility=\"hidden\">24.5</text>\n <text x=\"204.89\" y=\"84.39\" text-anchor=\"middle\" gadfly:scale=\"10.0\" visibility=\"hidden\">25.0</text>\n <text x=\"208.41\" y=\"84.39\" text-anchor=\"middle\" gadfly:scale=\"10.0\" visibility=\"hidden\">25.5</text>\n <text x=\"211.93\" y=\"84.39\" text-anchor=\"middle\" gadfly:scale=\"10.0\" visibility=\"hidden\">26.0</text>\n <text x=\"215.46\" y=\"84.39\" text-anchor=\"middle\" gadfly:scale=\"10.0\" visibility=\"hidden\">26.5</text>\n <text x=\"218.98\" y=\"84.39\" text-anchor=\"middle\" gadfly:scale=\"10.0\" visibility=\"hidden\">27.0</text>\n <text x=\"222.5\" y=\"84.39\" text-anchor=\"middle\" gadfly:scale=\"10.0\" visibility=\"hidden\">27.5</text>\n <text x=\"226.02\" y=\"84.39\" text-anchor=\"middle\" gadfly:scale=\"10.0\" visibility=\"hidden\">28.0</text>\n <text x=\"229.55\" y=\"84.39\" text-anchor=\"middle\" gadfly:scale=\"10.0\" visibility=\"hidden\">28.5</text>\n <text x=\"233.07\" y=\"84.39\" text-anchor=\"middle\" gadfly:scale=\"10.0\" visibility=\"hidden\">29.0</text>\n <text x=\"236.59\" y=\"84.39\" text-anchor=\"middle\" gadfly:scale=\"10.0\" visibility=\"hidden\">29.5</text>\n <text x=\"240.12\" y=\"84.39\" text-anchor=\"middle\" gadfly:scale=\"10.0\" visibility=\"hidden\">30.0</text>\n <text x=\"-112.2\" y=\"84.39\" text-anchor=\"middle\" gadfly:scale=\"0.5\" visibility=\"hidden\">-20</text>\n <text x=\"28.72\" y=\"84.39\" text-anchor=\"middle\" gadfly:scale=\"0.5\" visibility=\"hidden\">0</text>\n <text x=\"169.65\" y=\"84.39\" text-anchor=\"middle\" gadfly:scale=\"0.5\" visibility=\"hidden\">20</text>\n <text x=\"310.58\" y=\"84.39\" text-anchor=\"middle\" gadfly:scale=\"0.5\" visibility=\"hidden\">40</text>\n <text x=\"-76.97\" y=\"84.39\" text-anchor=\"middle\" gadfly:scale=\"5.0\" visibility=\"hidden\">-15</text>\n <text x=\"-69.92\" y=\"84.39\" text-anchor=\"middle\" gadfly:scale=\"5.0\" visibility=\"hidden\">-14</text>\n <text x=\"-62.88\" y=\"84.39\" text-anchor=\"middle\" gadfly:scale=\"5.0\" visibility=\"hidden\">-13</text>\n <text x=\"-55.83\" y=\"84.39\" text-anchor=\"middle\" gadfly:scale=\"5.0\" visibility=\"hidden\">-12</text>\n <text x=\"-48.79\" y=\"84.39\" text-anchor=\"middle\" gadfly:scale=\"5.0\" visibility=\"hidden\">-11</text>\n <text x=\"-41.74\" y=\"84.39\" text-anchor=\"middle\" gadfly:scale=\"5.0\" visibility=\"hidden\">-10</text>\n <text x=\"-34.69\" y=\"84.39\" text-anchor=\"middle\" gadfly:scale=\"5.0\" visibility=\"hidden\">-9</text>\n <text x=\"-27.65\" y=\"84.39\" text-anchor=\"middle\" gadfly:scale=\"5.0\" visibility=\"hidden\">-8</text>\n <text x=\"-20.6\" y=\"84.39\" text-anchor=\"middle\" gadfly:scale=\"5.0\" visibility=\"hidden\">-7</text>\n <text x=\"-13.55\" y=\"84.39\" text-anchor=\"middle\" gadfly:scale=\"5.0\" visibility=\"hidden\">-6</text>\n <text x=\"-6.51\" y=\"84.39\" text-anchor=\"middle\" gadfly:scale=\"5.0\" visibility=\"hidden\">-5</text>\n <text x=\"0.54\" y=\"84.39\" text-anchor=\"middle\" gadfly:scale=\"5.0\" visibility=\"hidden\">-4</text>\n <text x=\"7.59\" y=\"84.39\" text-anchor=\"middle\" gadfly:scale=\"5.0\" visibility=\"hidden\">-3</text>\n <text x=\"14.63\" y=\"84.39\" text-anchor=\"middle\" gadfly:scale=\"5.0\" visibility=\"hidden\">-2</text>\n <text x=\"21.68\" y=\"84.39\" text-anchor=\"middle\" gadfly:scale=\"5.0\" visibility=\"hidden\">-1</text>\n <text x=\"28.72\" y=\"84.39\" text-anchor=\"middle\" gadfly:scale=\"5.0\" visibility=\"hidden\">0</text>\n <text x=\"35.77\" y=\"84.39\" text-anchor=\"middle\" gadfly:scale=\"5.0\" visibility=\"hidden\">1</text>\n <text x=\"42.82\" y=\"84.39\" text-anchor=\"middle\" gadfly:scale=\"5.0\" visibility=\"hidden\">2</text>\n <text x=\"49.86\" y=\"84.39\" text-anchor=\"middle\" gadfly:scale=\"5.0\" visibility=\"hidden\">3</text>\n <text x=\"56.91\" y=\"84.39\" text-anchor=\"middle\" gadfly:scale=\"5.0\" visibility=\"hidden\">4</text>\n <text x=\"63.96\" y=\"84.39\" text-anchor=\"middle\" gadfly:scale=\"5.0\" visibility=\"hidden\">5</text>\n <text x=\"71\" y=\"84.39\" text-anchor=\"middle\" gadfly:scale=\"5.0\" visibility=\"hidden\">6</text>\n <text x=\"78.05\" y=\"84.39\" text-anchor=\"middle\" gadfly:scale=\"5.0\" visibility=\"hidden\">7</text>\n <text x=\"85.1\" y=\"84.39\" text-anchor=\"middle\" gadfly:scale=\"5.0\" visibility=\"hidden\">8</text>\n <text x=\"92.14\" y=\"84.39\" text-anchor=\"middle\" gadfly:scale=\"5.0\" visibility=\"hidden\">9</text>\n <text x=\"99.19\" y=\"84.39\" text-anchor=\"middle\" gadfly:scale=\"5.0\" visibility=\"hidden\">10</text>\n <text x=\"106.24\" y=\"84.39\" text-anchor=\"middle\" gadfly:scale=\"5.0\" visibility=\"hidden\">11</text>\n <text x=\"113.28\" y=\"84.39\" text-anchor=\"middle\" gadfly:scale=\"5.0\" visibility=\"hidden\">12</text>\n <text x=\"120.33\" y=\"84.39\" text-anchor=\"middle\" gadfly:scale=\"5.0\" visibility=\"hidden\">13</text>\n <text x=\"127.37\" y=\"84.39\" text-anchor=\"middle\" gadfly:scale=\"5.0\" visibility=\"hidden\">14</text>\n <text x=\"134.42\" y=\"84.39\" text-anchor=\"middle\" gadfly:scale=\"5.0\" visibility=\"hidden\">15</text>\n <text x=\"141.47\" y=\"84.39\" text-anchor=\"middle\" gadfly:scale=\"5.0\" visibility=\"hidden\">16</text>\n <text x=\"148.51\" y=\"84.39\" text-anchor=\"middle\" gadfly:scale=\"5.0\" visibility=\"hidden\">17</text>\n <text x=\"155.56\" y=\"84.39\" text-anchor=\"middle\" gadfly:scale=\"5.0\" visibility=\"hidden\">18</text>\n <text x=\"162.61\" y=\"84.39\" text-anchor=\"middle\" gadfly:scale=\"5.0\" visibility=\"hidden\">19</text>\n <text x=\"169.65\" y=\"84.39\" text-anchor=\"middle\" gadfly:scale=\"5.0\" visibility=\"hidden\">20</text>\n <text x=\"176.7\" y=\"84.39\" text-anchor=\"middle\" gadfly:scale=\"5.0\" visibility=\"hidden\">21</text>\n <text x=\"183.75\" y=\"84.39\" text-anchor=\"middle\" gadfly:scale=\"5.0\" visibility=\"hidden\">22</text>\n <text x=\"190.79\" y=\"84.39\" text-anchor=\"middle\" gadfly:scale=\"5.0\" visibility=\"hidden\">23</text>\n <text x=\"197.84\" y=\"84.39\" text-anchor=\"middle\" gadfly:scale=\"5.0\" visibility=\"hidden\">24</text>\n <text x=\"204.89\" y=\"84.39\" text-anchor=\"middle\" gadfly:scale=\"5.0\" visibility=\"hidden\">25</text>\n <text x=\"211.93\" y=\"84.39\" text-anchor=\"middle\" gadfly:scale=\"5.0\" visibility=\"hidden\">26</text>\n <text x=\"218.98\" y=\"84.39\" text-anchor=\"middle\" gadfly:scale=\"5.0\" visibility=\"hidden\">27</text>\n <text x=\"226.02\" y=\"84.39\" text-anchor=\"middle\" gadfly:scale=\"5.0\" visibility=\"hidden\">28</text>\n <text x=\"233.07\" y=\"84.39\" text-anchor=\"middle\" gadfly:scale=\"5.0\" visibility=\"hidden\">29</text>\n <text x=\"240.12\" y=\"84.39\" text-anchor=\"middle\" gadfly:scale=\"5.0\" visibility=\"hidden\">30</text>\n </g>\n <g clip-path=\"url(#fig-c43b58e06ae9464ca3db7c7fdc317fc2-element-5)\" id=\"fig-c43b58e06ae9464ca3db7c7fdc317fc2-element-4\">\n <g pointer-events=\"visible\" opacity=\"1\" fill=\"none\" stroke=\"none\" class=\"guide background\" id=\"fig-c43b58e06ae9464ca3db7c7fdc317fc2-element-6\">\n <rect x=\"26.72\" y=\"12.61\" width=\"109.7\" height=\"68.1\"/>\n </g>\n <g class=\"guide ygridlines xfixed\" stroke-dasharray=\"0.5,0.5\" stroke-width=\"0.2\" stroke=\"#D0D0E0\" id=\"fig-c43b58e06ae9464ca3db7c7fdc317fc2-element-7\">\n <path fill=\"none\" d=\"M26.72,158.84 L 136.42 158.84\" gadfly:scale=\"1.0\" visibility=\"hidden\"/>\n <path fill=\"none\" d=\"M26.72,142.82 L 136.42 142.82\" gadfly:scale=\"1.0\" visibility=\"hidden\"/>\n <path fill=\"none\" d=\"M26.72,126.79 L 136.42 126.79\" gadfly:scale=\"1.0\" visibility=\"hidden\"/>\n <path fill=\"none\" d=\"M26.72,110.77 L 136.42 110.77\" gadfly:scale=\"1.0\" visibility=\"hidden\"/>\n <path fill=\"none\" d=\"M26.72,94.74 L 136.42 94.74\" gadfly:scale=\"1.0\" visibility=\"hidden\"/>\n <path fill=\"none\" d=\"M26.72,78.72 L 136.42 78.72\" gadfly:scale=\"1.0\" visibility=\"visible\"/>\n <path fill=\"none\" d=\"M26.72,62.69 L 136.42 62.69\" gadfly:scale=\"1.0\" visibility=\"visible\"/>\n <path fill=\"none\" d=\"M26.72,46.66 L 136.42 46.66\" gadfly:scale=\"1.0\" visibility=\"visible\"/>\n <path fill=\"none\" d=\"M26.72,30.64 L 136.42 30.64\" gadfly:scale=\"1.0\" visibility=\"visible\"/>\n <path fill=\"none\" d=\"M26.72,14.61 L 136.42 14.61\" gadfly:scale=\"1.0\" visibility=\"visible\"/>\n <path fill=\"none\" d=\"M26.72,-1.41 L 136.42 -1.41\" gadfly:scale=\"1.0\" visibility=\"hidden\"/>\n <path fill=\"none\" d=\"M26.72,-17.44 L 136.42 -17.44\" gadfly:scale=\"1.0\" visibility=\"hidden\"/>\n <path fill=\"none\" d=\"M26.72,-33.47 L 136.42 -33.47\" gadfly:scale=\"1.0\" visibility=\"hidden\"/>\n <path fill=\"none\" d=\"M26.72,-49.49 L 136.42 -49.49\" gadfly:scale=\"1.0\" visibility=\"hidden\"/>\n <path fill=\"none\" d=\"M26.72,-65.52 L 136.42 -65.52\" gadfly:scale=\"1.0\" visibility=\"hidden\"/>\n <path fill=\"none\" d=\"M26.72,142.82 L 136.42 142.82\" gadfly:scale=\"10.0\" visibility=\"hidden\"/>\n <path fill=\"none\" d=\"M26.72,139.61 L 136.42 139.61\" gadfly:scale=\"10.0\" visibility=\"hidden\"/>\n <path fill=\"none\" d=\"M26.72,136.41 L 136.42 136.41\" gadfly:scale=\"10.0\" visibility=\"hidden\"/>\n <path fill=\"none\" d=\"M26.72,133.2 L 136.42 133.2\" gadfly:scale=\"10.0\" visibility=\"hidden\"/>\n <path fill=\"none\" d=\"M26.72,130 L 136.42 130\" gadfly:scale=\"10.0\" visibility=\"hidden\"/>\n <path fill=\"none\" d=\"M26.72,126.79 L 136.42 126.79\" gadfly:scale=\"10.0\" visibility=\"hidden\"/>\n <path fill=\"none\" d=\"M26.72,123.59 L 136.42 123.59\" gadfly:scale=\"10.0\" visibility=\"hidden\"/>\n <path fill=\"none\" d=\"M26.72,120.38 L 136.42 120.38\" gadfly:scale=\"10.0\" visibility=\"hidden\"/>\n <path fill=\"none\" d=\"M26.72,117.18 L 136.42 117.18\" gadfly:scale=\"10.0\" visibility=\"hidden\"/>\n <path fill=\"none\" d=\"M26.72,113.97 L 136.42 113.97\" gadfly:scale=\"10.0\" visibility=\"hidden\"/>\n <path fill=\"none\" d=\"M26.72,110.77 L 136.42 110.77\" gadfly:scale=\"10.0\" visibility=\"hidden\"/>\n <path fill=\"none\" d=\"M26.72,107.56 L 136.42 107.56\" gadfly:scale=\"10.0\" visibility=\"hidden\"/>\n <path fill=\"none\" d=\"M26.72,104.36 L 136.42 104.36\" gadfly:scale=\"10.0\" visibility=\"hidden\"/>\n <path fill=\"none\" d=\"M26.72,101.15 L 136.42 101.15\" gadfly:scale=\"10.0\" visibility=\"hidden\"/>\n <path fill=\"none\" d=\"M26.72,97.95 L 136.42 97.95\" gadfly:scale=\"10.0\" visibility=\"hidden\"/>\n <path fill=\"none\" d=\"M26.72,94.74 L 136.42 94.74\" gadfly:scale=\"10.0\" visibility=\"hidden\"/>\n <path fill=\"none\" d=\"M26.72,91.54 L 136.42 91.54\" gadfly:scale=\"10.0\" visibility=\"hidden\"/>\n <path fill=\"none\" d=\"M26.72,88.33 L 136.42 88.33\" gadfly:scale=\"10.0\" visibility=\"hidden\"/>\n <path fill=\"none\" d=\"M26.72,85.13 L 136.42 85.13\" gadfly:scale=\"10.0\" visibility=\"hidden\"/>\n <path fill=\"none\" d=\"M26.72,81.92 L 136.42 81.92\" gadfly:scale=\"10.0\" visibility=\"hidden\"/>\n <path fill=\"none\" d=\"M26.72,78.72 L 136.42 78.72\" gadfly:scale=\"10.0\" visibility=\"hidden\"/>\n <path fill=\"none\" d=\"M26.72,75.51 L 136.42 75.51\" gadfly:scale=\"10.0\" visibility=\"hidden\"/>\n <path fill=\"none\" d=\"M26.72,72.3 L 136.42 72.3\" gadfly:scale=\"10.0\" visibility=\"hidden\"/>\n <path fill=\"none\" d=\"M26.72,69.1 L 136.42 69.1\" gadfly:scale=\"10.0\" visibility=\"hidden\"/>\n <path fill=\"none\" d=\"M26.72,65.89 L 136.42 65.89\" gadfly:scale=\"10.0\" visibility=\"hidden\"/>\n <path fill=\"none\" d=\"M26.72,62.69 L 136.42 62.69\" gadfly:scale=\"10.0\" visibility=\"hidden\"/>\n <path fill=\"none\" d=\"M26.72,59.48 L 136.42 59.48\" gadfly:scale=\"10.0\" visibility=\"hidden\"/>\n <path fill=\"none\" d=\"M26.72,56.28 L 136.42 56.28\" gadfly:scale=\"10.0\" visibility=\"hidden\"/>\n <path fill=\"none\" d=\"M26.72,53.07 L 136.42 53.07\" gadfly:scale=\"10.0\" visibility=\"hidden\"/>\n <path fill=\"none\" d=\"M26.72,49.87 L 136.42 49.87\" gadfly:scale=\"10.0\" visibility=\"hidden\"/>\n <path fill=\"none\" d=\"M26.72,46.66 L 136.42 46.66\" gadfly:scale=\"10.0\" visibility=\"hidden\"/>\n <path fill=\"none\" d=\"M26.72,43.46 L 136.42 43.46\" gadfly:scale=\"10.0\" visibility=\"hidden\"/>\n <path fill=\"none\" d=\"M26.72,40.25 L 136.42 40.25\" gadfly:scale=\"10.0\" visibility=\"hidden\"/>\n <path fill=\"none\" d=\"M26.72,37.05 L 136.42 37.05\" gadfly:scale=\"10.0\" visibility=\"hidden\"/>\n <path fill=\"none\" d=\"M26.72,33.84 L 136.42 33.84\" gadfly:scale=\"10.0\" visibility=\"hidden\"/>\n <path fill=\"none\" d=\"M26.72,30.64 L 136.42 30.64\" gadfly:scale=\"10.0\" visibility=\"hidden\"/>\n <path fill=\"none\" d=\"M26.72,27.43 L 136.42 27.43\" gadfly:scale=\"10.0\" visibility=\"hidden\"/>\n <path fill=\"none\" d=\"M26.72,24.23 L 136.42 24.23\" gadfly:scale=\"10.0\" visibility=\"hidden\"/>\n <path fill=\"none\" d=\"M26.72,21.02 L 136.42 21.02\" gadfly:scale=\"10.0\" visibility=\"hidden\"/>\n <path fill=\"none\" d=\"M26.72,17.82 L 136.42 17.82\" gadfly:scale=\"10.0\" visibility=\"hidden\"/>\n <path fill=\"none\" d=\"M26.72,14.61 L 136.42 14.61\" gadfly:scale=\"10.0\" visibility=\"hidden\"/>\n <path fill=\"none\" d=\"M26.72,11.41 L 136.42 11.41\" gadfly:scale=\"10.0\" visibility=\"hidden\"/>\n <path fill=\"none\" d=\"M26.72,8.2 L 136.42 8.2\" gadfly:scale=\"10.0\" visibility=\"hidden\"/>\n <path fill=\"none\" d=\"M26.72,5 L 136.42 5\" gadfly:scale=\"10.0\" visibility=\"hidden\"/>\n <path fill=\"none\" d=\"M26.72,1.79 L 136.42 1.79\" gadfly:scale=\"10.0\" visibility=\"hidden\"/>\n <path fill=\"none\" d=\"M26.72,-1.41 L 136.42 -1.41\" gadfly:scale=\"10.0\" visibility=\"hidden\"/>\n <path fill=\"none\" d=\"M26.72,-4.62 L 136.42 -4.62\" gadfly:scale=\"10.0\" visibility=\"hidden\"/>\n <path fill=\"none\" d=\"M26.72,-7.82 L 136.42 -7.82\" gadfly:scale=\"10.0\" visibility=\"hidden\"/>\n <path fill=\"none\" d=\"M26.72,-11.03 L 136.42 -11.03\" gadfly:scale=\"10.0\" visibility=\"hidden\"/>\n <path fill=\"none\" d=\"M26.72,-14.23 L 136.42 -14.23\" gadfly:scale=\"10.0\" visibility=\"hidden\"/>\n <path fill=\"none\" d=\"M26.72,-17.44 L 136.42 -17.44\" gadfly:scale=\"10.0\" visibility=\"hidden\"/>\n <path fill=\"none\" d=\"M26.72,-20.65 L 136.42 -20.65\" gadfly:scale=\"10.0\" visibility=\"hidden\"/>\n <path fill=\"none\" d=\"M26.72,-23.85 L 136.42 -23.85\" gadfly:scale=\"10.0\" visibility=\"hidden\"/>\n <path fill=\"none\" d=\"M26.72,-27.06 L 136.42 -27.06\" gadfly:scale=\"10.0\" visibility=\"hidden\"/>\n <path fill=\"none\" d=\"M26.72,-30.26 L 136.42 -30.26\" gadfly:scale=\"10.0\" visibility=\"hidden\"/>\n <path fill=\"none\" d=\"M26.72,-33.47 L 136.42 -33.47\" gadfly:scale=\"10.0\" visibility=\"hidden\"/>\n <path fill=\"none\" d=\"M26.72,-36.67 L 136.42 -36.67\" gadfly:scale=\"10.0\" visibility=\"hidden\"/>\n <path fill=\"none\" d=\"M26.72,-39.88 L 136.42 -39.88\" gadfly:scale=\"10.0\" visibility=\"hidden\"/>\n <path fill=\"none\" d=\"M26.72,-43.08 L 136.42 -43.08\" gadfly:scale=\"10.0\" visibility=\"hidden\"/>\n <path fill=\"none\" d=\"M26.72,-46.29 L 136.42 -46.29\" gadfly:scale=\"10.0\" visibility=\"hidden\"/>\n <path fill=\"none\" d=\"M26.72,-49.49 L 136.42 -49.49\" gadfly:scale=\"10.0\" visibility=\"hidden\"/>\n <path fill=\"none\" d=\"M26.72,142.82 L 136.42 142.82\" gadfly:scale=\"0.5\" visibility=\"hidden\"/>\n <path fill=\"none\" d=\"M26.72,78.72 L 136.42 78.72\" gadfly:scale=\"0.5\" visibility=\"hidden\"/>\n <path fill=\"none\" d=\"M26.72,14.61 L 136.42 14.61\" gadfly:scale=\"0.5\" visibility=\"hidden\"/>\n <path fill=\"none\" d=\"M26.72,-49.49 L 136.42 -49.49\" gadfly:scale=\"0.5\" visibility=\"hidden\"/>\n <path fill=\"none\" d=\"M26.72,142.82 L 136.42 142.82\" gadfly:scale=\"5.0\" visibility=\"hidden\"/>\n <path fill=\"none\" d=\"M26.72,136.41 L 136.42 136.41\" gadfly:scale=\"5.0\" visibility=\"hidden\"/>\n <path fill=\"none\" d=\"M26.72,130 L 136.42 130\" gadfly:scale=\"5.0\" visibility=\"hidden\"/>\n <path fill=\"none\" d=\"M26.72,123.59 L 136.42 123.59\" gadfly:scale=\"5.0\" visibility=\"hidden\"/>\n <path fill=\"none\" d=\"M26.72,117.18 L 136.42 117.18\" gadfly:scale=\"5.0\" visibility=\"hidden\"/>\n <path fill=\"none\" d=\"M26.72,110.77 L 136.42 110.77\" gadfly:scale=\"5.0\" visibility=\"hidden\"/>\n <path fill=\"none\" d=\"M26.72,104.36 L 136.42 104.36\" gadfly:scale=\"5.0\" visibility=\"hidden\"/>\n <path fill=\"none\" d=\"M26.72,97.95 L 136.42 97.95\" gadfly:scale=\"5.0\" visibility=\"hidden\"/>\n <path fill=\"none\" d=\"M26.72,91.54 L 136.42 91.54\" gadfly:scale=\"5.0\" visibility=\"hidden\"/>\n <path fill=\"none\" d=\"M26.72,85.13 L 136.42 85.13\" gadfly:scale=\"5.0\" visibility=\"hidden\"/>\n <path fill=\"none\" d=\"M26.72,78.72 L 136.42 78.72\" gadfly:scale=\"5.0\" visibility=\"hidden\"/>\n <path fill=\"none\" d=\"M26.72,72.3 L 136.42 72.3\" gadfly:scale=\"5.0\" visibility=\"hidden\"/>\n <path fill=\"none\" d=\"M26.72,65.89 L 136.42 65.89\" gadfly:scale=\"5.0\" visibility=\"hidden\"/>\n <path fill=\"none\" d=\"M26.72,59.48 L 136.42 59.48\" gadfly:scale=\"5.0\" visibility=\"hidden\"/>\n <path fill=\"none\" d=\"M26.72,53.07 L 136.42 53.07\" gadfly:scale=\"5.0\" visibility=\"hidden\"/>\n <path fill=\"none\" d=\"M26.72,46.66 L 136.42 46.66\" gadfly:scale=\"5.0\" visibility=\"hidden\"/>\n <path fill=\"none\" d=\"M26.72,40.25 L 136.42 40.25\" gadfly:scale=\"5.0\" visibility=\"hidden\"/>\n <path fill=\"none\" d=\"M26.72,33.84 L 136.42 33.84\" gadfly:scale=\"5.0\" visibility=\"hidden\"/>\n <path fill=\"none\" d=\"M26.72,27.43 L 136.42 27.43\" gadfly:scale=\"5.0\" visibility=\"hidden\"/>\n <path fill=\"none\" d=\"M26.72,21.02 L 136.42 21.02\" gadfly:scale=\"5.0\" visibility=\"hidden\"/>\n <path fill=\"none\" d=\"M26.72,14.61 L 136.42 14.61\" gadfly:scale=\"5.0\" visibility=\"hidden\"/>\n <path fill=\"none\" d=\"M26.72,8.2 L 136.42 8.2\" gadfly:scale=\"5.0\" visibility=\"hidden\"/>\n <path fill=\"none\" d=\"M26.72,1.79 L 136.42 1.79\" gadfly:scale=\"5.0\" visibility=\"hidden\"/>\n <path fill=\"none\" d=\"M26.72,-4.62 L 136.42 -4.62\" gadfly:scale=\"5.0\" visibility=\"hidden\"/>\n <path fill=\"none\" d=\"M26.72,-11.03 L 136.42 -11.03\" gadfly:scale=\"5.0\" visibility=\"hidden\"/>\n <path fill=\"none\" d=\"M26.72,-17.44 L 136.42 -17.44\" gadfly:scale=\"5.0\" visibility=\"hidden\"/>\n <path fill=\"none\" d=\"M26.72,-23.85 L 136.42 -23.85\" gadfly:scale=\"5.0\" visibility=\"hidden\"/>\n <path fill=\"none\" d=\"M26.72,-30.26 L 136.42 -30.26\" gadfly:scale=\"5.0\" visibility=\"hidden\"/>\n <path fill=\"none\" d=\"M26.72,-36.67 L 136.42 -36.67\" gadfly:scale=\"5.0\" visibility=\"hidden\"/>\n <path fill=\"none\" d=\"M26.72,-43.08 L 136.42 -43.08\" gadfly:scale=\"5.0\" visibility=\"hidden\"/>\n <path fill=\"none\" d=\"M26.72,-49.49 L 136.42 -49.49\" gadfly:scale=\"5.0\" visibility=\"hidden\"/>\n </g>\n <g class=\"guide xgridlines yfixed\" stroke-dasharray=\"0.5,0.5\" stroke-width=\"0.2\" stroke=\"#D0D0E0\" id=\"fig-c43b58e06ae9464ca3db7c7fdc317fc2-element-8\">\n <path fill=\"none\" d=\"M-112.2,12.61 L -112.2 80.72\" gadfly:scale=\"1.0\" visibility=\"hidden\"/>\n <path fill=\"none\" d=\"M-76.97,12.61 L -76.97 80.72\" gadfly:scale=\"1.0\" visibility=\"hidden\"/>\n <path fill=\"none\" d=\"M-41.74,12.61 L -41.74 80.72\" gadfly:scale=\"1.0\" visibility=\"hidden\"/>\n <path fill=\"none\" d=\"M-6.51,12.61 L -6.51 80.72\" gadfly:scale=\"1.0\" visibility=\"hidden\"/>\n <path fill=\"none\" d=\"M28.72,12.61 L 28.72 80.72\" gadfly:scale=\"1.0\" visibility=\"visible\"/>\n <path fill=\"none\" d=\"M63.96,12.61 L 63.96 80.72\" gadfly:scale=\"1.0\" visibility=\"visible\"/>\n <path fill=\"none\" d=\"M99.19,12.61 L 99.19 80.72\" gadfly:scale=\"1.0\" visibility=\"visible\"/>\n <path fill=\"none\" d=\"M134.42,12.61 L 134.42 80.72\" gadfly:scale=\"1.0\" visibility=\"visible\"/>\n <path fill=\"none\" d=\"M169.65,12.61 L 169.65 80.72\" gadfly:scale=\"1.0\" visibility=\"hidden\"/>\n <path fill=\"none\" d=\"M204.89,12.61 L 204.89 80.72\" gadfly:scale=\"1.0\" visibility=\"hidden\"/>\n <path fill=\"none\" d=\"M240.12,12.61 L 240.12 80.72\" gadfly:scale=\"1.0\" visibility=\"hidden\"/>\n <path fill=\"none\" d=\"M275.35,12.61 L 275.35 80.72\" gadfly:scale=\"1.0\" visibility=\"hidden\"/>\n <path fill=\"none\" d=\"M-76.97,12.61 L -76.97 80.72\" gadfly:scale=\"10.0\" visibility=\"hidden\"/>\n <path fill=\"none\" d=\"M-73.45,12.61 L -73.45 80.72\" gadfly:scale=\"10.0\" visibility=\"hidden\"/>\n <path fill=\"none\" d=\"M-69.92,12.61 L -69.92 80.72\" gadfly:scale=\"10.0\" visibility=\"hidden\"/>\n <path fill=\"none\" d=\"M-66.4,12.61 L -66.4 80.72\" gadfly:scale=\"10.0\" visibility=\"hidden\"/>\n <path fill=\"none\" d=\"M-62.88,12.61 L -62.88 80.72\" gadfly:scale=\"10.0\" visibility=\"hidden\"/>\n <path fill=\"none\" d=\"M-59.36,12.61 L -59.36 80.72\" gadfly:scale=\"10.0\" visibility=\"hidden\"/>\n <path fill=\"none\" d=\"M-55.83,12.61 L -55.83 80.72\" gadfly:scale=\"10.0\" visibility=\"hidden\"/>\n <path fill=\"none\" d=\"M-52.31,12.61 L -52.31 80.72\" gadfly:scale=\"10.0\" visibility=\"hidden\"/>\n <path fill=\"none\" d=\"M-48.79,12.61 L -48.79 80.72\" gadfly:scale=\"10.0\" visibility=\"hidden\"/>\n <path fill=\"none\" d=\"M-45.26,12.61 L -45.26 80.72\" gadfly:scale=\"10.0\" visibility=\"hidden\"/>\n <path fill=\"none\" d=\"M-41.74,12.61 L -41.74 80.72\" gadfly:scale=\"10.0\" visibility=\"hidden\"/>\n <path fill=\"none\" d=\"M-38.22,12.61 L -38.22 80.72\" gadfly:scale=\"10.0\" visibility=\"hidden\"/>\n <path fill=\"none\" d=\"M-34.69,12.61 L -34.69 80.72\" gadfly:scale=\"10.0\" visibility=\"hidden\"/>\n <path fill=\"none\" d=\"M-31.17,12.61 L -31.17 80.72\" gadfly:scale=\"10.0\" visibility=\"hidden\"/>\n <path fill=\"none\" d=\"M-27.65,12.61 L -27.65 80.72\" gadfly:scale=\"10.0\" visibility=\"hidden\"/>\n <path fill=\"none\" d=\"M-24.12,12.61 L -24.12 80.72\" gadfly:scale=\"10.0\" visibility=\"hidden\"/>\n <path fill=\"none\" d=\"M-20.6,12.61 L -20.6 80.72\" gadfly:scale=\"10.0\" visibility=\"hidden\"/>\n <path fill=\"none\" d=\"M-17.08,12.61 L -17.08 80.72\" gadfly:scale=\"10.0\" visibility=\"hidden\"/>\n <path fill=\"none\" d=\"M-13.55,12.61 L -13.55 80.72\" gadfly:scale=\"10.0\" visibility=\"hidden\"/>\n <path fill=\"none\" d=\"M-10.03,12.61 L -10.03 80.72\" gadfly:scale=\"10.0\" visibility=\"hidden\"/>\n <path fill=\"none\" d=\"M-6.51,12.61 L -6.51 80.72\" gadfly:scale=\"10.0\" visibility=\"hidden\"/>\n <path fill=\"none\" d=\"M-2.98,12.61 L -2.98 80.72\" gadfly:scale=\"10.0\" visibility=\"hidden\"/>\n <path fill=\"none\" d=\"M0.54,12.61 L 0.54 80.72\" gadfly:scale=\"10.0\" visibility=\"hidden\"/>\n <path fill=\"none\" d=\"M4.06,12.61 L 4.06 80.72\" gadfly:scale=\"10.0\" visibility=\"hidden\"/>\n <path fill=\"none\" d=\"M7.59,12.61 L 7.59 80.72\" gadfly:scale=\"10.0\" visibility=\"hidden\"/>\n <path fill=\"none\" d=\"M11.11,12.61 L 11.11 80.72\" gadfly:scale=\"10.0\" visibility=\"hidden\"/>\n <path fill=\"none\" d=\"M14.63,12.61 L 14.63 80.72\" gadfly:scale=\"10.0\" visibility=\"hidden\"/>\n <path fill=\"none\" d=\"M18.16,12.61 L 18.16 80.72\" gadfly:scale=\"10.0\" visibility=\"hidden\"/>\n <path fill=\"none\" d=\"M21.68,12.61 L 21.68 80.72\" gadfly:scale=\"10.0\" visibility=\"hidden\"/>\n <path fill=\"none\" d=\"M25.2,12.61 L 25.2 80.72\" gadfly:scale=\"10.0\" visibility=\"hidden\"/>\n <path fill=\"none\" d=\"M28.72,12.61 L 28.72 80.72\" gadfly:scale=\"10.0\" visibility=\"hidden\"/>\n <path fill=\"none\" d=\"M32.25,12.61 L 32.25 80.72\" gadfly:scale=\"10.0\" visibility=\"hidden\"/>\n <path fill=\"none\" d=\"M35.77,12.61 L 35.77 80.72\" gadfly:scale=\"10.0\" visibility=\"hidden\"/>\n <path fill=\"none\" d=\"M39.29,12.61 L 39.29 80.72\" gadfly:scale=\"10.0\" visibility=\"hidden\"/>\n <path fill=\"none\" d=\"M42.82,12.61 L 42.82 80.72\" gadfly:scale=\"10.0\" visibility=\"hidden\"/>\n <path fill=\"none\" d=\"M46.34,12.61 L 46.34 80.72\" gadfly:scale=\"10.0\" visibility=\"hidden\"/>\n <path fill=\"none\" d=\"M49.86,12.61 L 49.86 80.72\" gadfly:scale=\"10.0\" visibility=\"hidden\"/>\n <path fill=\"none\" d=\"M53.39,12.61 L 53.39 80.72\" gadfly:scale=\"10.0\" visibility=\"hidden\"/>\n <path fill=\"none\" d=\"M56.91,12.61 L 56.91 80.72\" gadfly:scale=\"10.0\" visibility=\"hidden\"/>\n <path fill=\"none\" d=\"M60.43,12.61 L 60.43 80.72\" gadfly:scale=\"10.0\" visibility=\"hidden\"/>\n <path fill=\"none\" d=\"M63.96,12.61 L 63.96 80.72\" gadfly:scale=\"10.0\" visibility=\"hidden\"/>\n <path fill=\"none\" d=\"M67.48,12.61 L 67.48 80.72\" gadfly:scale=\"10.0\" visibility=\"hidden\"/>\n <path fill=\"none\" d=\"M71,12.61 L 71 80.72\" gadfly:scale=\"10.0\" visibility=\"hidden\"/>\n <path fill=\"none\" d=\"M74.53,12.61 L 74.53 80.72\" gadfly:scale=\"10.0\" visibility=\"hidden\"/>\n <path fill=\"none\" d=\"M78.05,12.61 L 78.05 80.72\" gadfly:scale=\"10.0\" visibility=\"hidden\"/>\n <path fill=\"none\" d=\"M81.57,12.61 L 81.57 80.72\" gadfly:scale=\"10.0\" visibility=\"hidden\"/>\n <path fill=\"none\" d=\"M85.1,12.61 L 85.1 80.72\" gadfly:scale=\"10.0\" visibility=\"hidden\"/>\n <path fill=\"none\" d=\"M88.62,12.61 L 88.62 80.72\" gadfly:scale=\"10.0\" visibility=\"hidden\"/>\n <path fill=\"none\" d=\"M92.14,12.61 L 92.14 80.72\" gadfly:scale=\"10.0\" visibility=\"hidden\"/>\n <path fill=\"none\" d=\"M95.67,12.61 L 95.67 80.72\" gadfly:scale=\"10.0\" visibility=\"hidden\"/>\n <path fill=\"none\" d=\"M99.19,12.61 L 99.19 80.72\" gadfly:scale=\"10.0\" visibility=\"hidden\"/>\n <path fill=\"none\" d=\"M102.71,12.61 L 102.71 80.72\" gadfly:scale=\"10.0\" visibility=\"hidden\"/>\n <path fill=\"none\" d=\"M106.24,12.61 L 106.24 80.72\" gadfly:scale=\"10.0\" visibility=\"hidden\"/>\n <path fill=\"none\" d=\"M109.76,12.61 L 109.76 80.72\" gadfly:scale=\"10.0\" visibility=\"hidden\"/>\n <path fill=\"none\" d=\"M113.28,12.61 L 113.28 80.72\" gadfly:scale=\"10.0\" visibility=\"hidden\"/>\n <path fill=\"none\" d=\"M116.81,12.61 L 116.81 80.72\" gadfly:scale=\"10.0\" visibility=\"hidden\"/>\n <path fill=\"none\" d=\"M120.33,12.61 L 120.33 80.72\" gadfly:scale=\"10.0\" visibility=\"hidden\"/>\n <path fill=\"none\" d=\"M123.85,12.61 L 123.85 80.72\" gadfly:scale=\"10.0\" visibility=\"hidden\"/>\n <path fill=\"none\" d=\"M127.37,12.61 L 127.37 80.72\" gadfly:scale=\"10.0\" visibility=\"hidden\"/>\n <path fill=\"none\" d=\"M130.9,12.61 L 130.9 80.72\" gadfly:scale=\"10.0\" visibility=\"hidden\"/>\n <path fill=\"none\" d=\"M134.42,12.61 L 134.42 80.72\" gadfly:scale=\"10.0\" visibility=\"hidden\"/>\n <path fill=\"none\" d=\"M137.94,12.61 L 137.94 80.72\" gadfly:scale=\"10.0\" visibility=\"hidden\"/>\n <path fill=\"none\" d=\"M141.47,12.61 L 141.47 80.72\" gadfly:scale=\"10.0\" visibility=\"hidden\"/>\n <path fill=\"none\" d=\"M144.99,12.61 L 144.99 80.72\" gadfly:scale=\"10.0\" visibility=\"hidden\"/>\n <path fill=\"none\" d=\"M148.51,12.61 L 148.51 80.72\" gadfly:scale=\"10.0\" visibility=\"hidden\"/>\n <path fill=\"none\" d=\"M152.04,12.61 L 152.04 80.72\" gadfly:scale=\"10.0\" visibility=\"hidden\"/>\n <path fill=\"none\" d=\"M155.56,12.61 L 155.56 80.72\" gadfly:scale=\"10.0\" visibility=\"hidden\"/>\n <path fill=\"none\" d=\"M159.08,12.61 L 159.08 80.72\" gadfly:scale=\"10.0\" visibility=\"hidden\"/>\n <path fill=\"none\" d=\"M162.61,12.61 L 162.61 80.72\" gadfly:scale=\"10.0\" visibility=\"hidden\"/>\n <path fill=\"none\" d=\"M166.13,12.61 L 166.13 80.72\" gadfly:scale=\"10.0\" visibility=\"hidden\"/>\n <path fill=\"none\" d=\"M169.65,12.61 L 169.65 80.72\" gadfly:scale=\"10.0\" visibility=\"hidden\"/>\n <path fill=\"none\" d=\"M173.18,12.61 L 173.18 80.72\" gadfly:scale=\"10.0\" visibility=\"hidden\"/>\n <path fill=\"none\" d=\"M176.7,12.61 L 176.7 80.72\" gadfly:scale=\"10.0\" visibility=\"hidden\"/>\n <path fill=\"none\" d=\"M180.22,12.61 L 180.22 80.72\" gadfly:scale=\"10.0\" visibility=\"hidden\"/>\n <path fill=\"none\" d=\"M183.75,12.61 L 183.75 80.72\" gadfly:scale=\"10.0\" visibility=\"hidden\"/>\n <path fill=\"none\" d=\"M187.27,12.61 L 187.27 80.72\" gadfly:scale=\"10.0\" visibility=\"hidden\"/>\n <path fill=\"none\" d=\"M190.79,12.61 L 190.79 80.72\" gadfly:scale=\"10.0\" visibility=\"hidden\"/>\n <path fill=\"none\" d=\"M194.32,12.61 L 194.32 80.72\" gadfly:scale=\"10.0\" visibility=\"hidden\"/>\n <path fill=\"none\" d=\"M197.84,12.61 L 197.84 80.72\" gadfly:scale=\"10.0\" visibility=\"hidden\"/>\n <path fill=\"none\" d=\"M201.36,12.61 L 201.36 80.72\" gadfly:scale=\"10.0\" visibility=\"hidden\"/>\n <path fill=\"none\" d=\"M204.89,12.61 L 204.89 80.72\" gadfly:scale=\"10.0\" visibility=\"hidden\"/>\n <path fill=\"none\" d=\"M208.41,12.61 L 208.41 80.72\" gadfly:scale=\"10.0\" visibility=\"hidden\"/>\n <path fill=\"none\" d=\"M211.93,12.61 L 211.93 80.72\" gadfly:scale=\"10.0\" visibility=\"hidden\"/>\n <path fill=\"none\" d=\"M215.46,12.61 L 215.46 80.72\" gadfly:scale=\"10.0\" visibility=\"hidden\"/>\n <path fill=\"none\" d=\"M218.98,12.61 L 218.98 80.72\" gadfly:scale=\"10.0\" visibility=\"hidden\"/>\n <path fill=\"none\" d=\"M222.5,12.61 L 222.5 80.72\" gadfly:scale=\"10.0\" visibility=\"hidden\"/>\n <path fill=\"none\" d=\"M226.02,12.61 L 226.02 80.72\" gadfly:scale=\"10.0\" visibility=\"hidden\"/>\n <path fill=\"none\" d=\"M229.55,12.61 L 229.55 80.72\" gadfly:scale=\"10.0\" visibility=\"hidden\"/>\n <path fill=\"none\" d=\"M233.07,12.61 L 233.07 80.72\" gadfly:scale=\"10.0\" visibility=\"hidden\"/>\n <path fill=\"none\" d=\"M236.59,12.61 L 236.59 80.72\" gadfly:scale=\"10.0\" visibility=\"hidden\"/>\n <path fill=\"none\" d=\"M240.12,12.61 L 240.12 80.72\" gadfly:scale=\"10.0\" visibility=\"hidden\"/>\n <path fill=\"none\" d=\"M-112.2,12.61 L -112.2 80.72\" gadfly:scale=\"0.5\" visibility=\"hidden\"/>\n <path fill=\"none\" d=\"M28.72,12.61 L 28.72 80.72\" gadfly:scale=\"0.5\" visibility=\"hidden\"/>\n <path fill=\"none\" d=\"M169.65,12.61 L 169.65 80.72\" gadfly:scale=\"0.5\" visibility=\"hidden\"/>\n <path fill=\"none\" d=\"M310.58,12.61 L 310.58 80.72\" gadfly:scale=\"0.5\" visibility=\"hidden\"/>\n <path fill=\"none\" d=\"M-76.97,12.61 L -76.97 80.72\" gadfly:scale=\"5.0\" visibility=\"hidden\"/>\n <path fill=\"none\" d=\"M-69.92,12.61 L -69.92 80.72\" gadfly:scale=\"5.0\" visibility=\"hidden\"/>\n <path fill=\"none\" d=\"M-62.88,12.61 L -62.88 80.72\" gadfly:scale=\"5.0\" visibility=\"hidden\"/>\n <path fill=\"none\" d=\"M-55.83,12.61 L -55.83 80.72\" gadfly:scale=\"5.0\" visibility=\"hidden\"/>\n <path fill=\"none\" d=\"M-48.79,12.61 L -48.79 80.72\" gadfly:scale=\"5.0\" visibility=\"hidden\"/>\n <path fill=\"none\" d=\"M-41.74,12.61 L -41.74 80.72\" gadfly:scale=\"5.0\" visibility=\"hidden\"/>\n <path fill=\"none\" d=\"M-34.69,12.61 L -34.69 80.72\" gadfly:scale=\"5.0\" visibility=\"hidden\"/>\n <path fill=\"none\" d=\"M-27.65,12.61 L -27.65 80.72\" gadfly:scale=\"5.0\" visibility=\"hidden\"/>\n <path fill=\"none\" d=\"M-20.6,12.61 L -20.6 80.72\" gadfly:scale=\"5.0\" visibility=\"hidden\"/>\n <path fill=\"none\" d=\"M-13.55,12.61 L -13.55 80.72\" gadfly:scale=\"5.0\" visibility=\"hidden\"/>\n <path fill=\"none\" d=\"M-6.51,12.61 L -6.51 80.72\" gadfly:scale=\"5.0\" visibility=\"hidden\"/>\n <path fill=\"none\" d=\"M0.54,12.61 L 0.54 80.72\" gadfly:scale=\"5.0\" visibility=\"hidden\"/>\n <path fill=\"none\" d=\"M7.59,12.61 L 7.59 80.72\" gadfly:scale=\"5.0\" visibility=\"hidden\"/>\n <path fill=\"none\" d=\"M14.63,12.61 L 14.63 80.72\" gadfly:scale=\"5.0\" visibility=\"hidden\"/>\n <path fill=\"none\" d=\"M21.68,12.61 L 21.68 80.72\" gadfly:scale=\"5.0\" visibility=\"hidden\"/>\n <path fill=\"none\" d=\"M28.72,12.61 L 28.72 80.72\" gadfly:scale=\"5.0\" visibility=\"hidden\"/>\n <path fill=\"none\" d=\"M35.77,12.61 L 35.77 80.72\" gadfly:scale=\"5.0\" visibility=\"hidden\"/>\n <path fill=\"none\" d=\"M42.82,12.61 L 42.82 80.72\" gadfly:scale=\"5.0\" visibility=\"hidden\"/>\n <path fill=\"none\" d=\"M49.86,12.61 L 49.86 80.72\" gadfly:scale=\"5.0\" visibility=\"hidden\"/>\n <path fill=\"none\" d=\"M56.91,12.61 L 56.91 80.72\" gadfly:scale=\"5.0\" visibility=\"hidden\"/>\n <path fill=\"none\" d=\"M63.96,12.61 L 63.96 80.72\" gadfly:scale=\"5.0\" visibility=\"hidden\"/>\n <path fill=\"none\" d=\"M71,12.61 L 71 80.72\" gadfly:scale=\"5.0\" visibility=\"hidden\"/>\n <path fill=\"none\" d=\"M78.05,12.61 L 78.05 80.72\" gadfly:scale=\"5.0\" visibility=\"hidden\"/>\n <path fill=\"none\" d=\"M85.1,12.61 L 85.1 80.72\" gadfly:scale=\"5.0\" visibility=\"hidden\"/>\n <path fill=\"none\" d=\"M92.14,12.61 L 92.14 80.72\" gadfly:scale=\"5.0\" visibility=\"hidden\"/>\n <path fill=\"none\" d=\"M99.19,12.61 L 99.19 80.72\" gadfly:scale=\"5.0\" visibility=\"hidden\"/>\n <path fill=\"none\" d=\"M106.24,12.61 L 106.24 80.72\" gadfly:scale=\"5.0\" visibility=\"hidden\"/>\n <path fill=\"none\" d=\"M113.28,12.61 L 113.28 80.72\" gadfly:scale=\"5.0\" visibility=\"hidden\"/>\n <path fill=\"none\" d=\"M120.33,12.61 L 120.33 80.72\" gadfly:scale=\"5.0\" visibility=\"hidden\"/>\n <path fill=\"none\" d=\"M127.37,12.61 L 127.37 80.72\" gadfly:scale=\"5.0\" visibility=\"hidden\"/>\n <path fill=\"none\" d=\"M134.42,12.61 L 134.42 80.72\" gadfly:scale=\"5.0\" visibility=\"hidden\"/>\n <path fill=\"none\" d=\"M141.47,12.61 L 141.47 80.72\" gadfly:scale=\"5.0\" visibility=\"hidden\"/>\n <path fill=\"none\" d=\"M148.51,12.61 L 148.51 80.72\" gadfly:scale=\"5.0\" visibility=\"hidden\"/>\n <path fill=\"none\" d=\"M155.56,12.61 L 155.56 80.72\" gadfly:scale=\"5.0\" visibility=\"hidden\"/>\n <path fill=\"none\" d=\"M162.61,12.61 L 162.61 80.72\" gadfly:scale=\"5.0\" visibility=\"hidden\"/>\n <path fill=\"none\" d=\"M169.65,12.61 L 169.65 80.72\" gadfly:scale=\"5.0\" visibility=\"hidden\"/>\n <path fill=\"none\" d=\"M176.7,12.61 L 176.7 80.72\" gadfly:scale=\"5.0\" visibility=\"hidden\"/>\n <path fill=\"none\" d=\"M183.75,12.61 L 183.75 80.72\" gadfly:scale=\"5.0\" visibility=\"hidden\"/>\n <path fill=\"none\" d=\"M190.79,12.61 L 190.79 80.72\" gadfly:scale=\"5.0\" visibility=\"hidden\"/>\n <path fill=\"none\" d=\"M197.84,12.61 L 197.84 80.72\" gadfly:scale=\"5.0\" visibility=\"hidden\"/>\n <path fill=\"none\" d=\"M204.89,12.61 L 204.89 80.72\" gadfly:scale=\"5.0\" visibility=\"hidden\"/>\n <path fill=\"none\" d=\"M211.93,12.61 L 211.93 80.72\" gadfly:scale=\"5.0\" visibility=\"hidden\"/>\n <path fill=\"none\" d=\"M218.98,12.61 L 218.98 80.72\" gadfly:scale=\"5.0\" visibility=\"hidden\"/>\n <path fill=\"none\" d=\"M226.02,12.61 L 226.02 80.72\" gadfly:scale=\"5.0\" visibility=\"hidden\"/>\n <path fill=\"none\" d=\"M233.07,12.61 L 233.07 80.72\" gadfly:scale=\"5.0\" visibility=\"hidden\"/>\n <path fill=\"none\" d=\"M240.12,12.61 L 240.12 80.72\" gadfly:scale=\"5.0\" visibility=\"hidden\"/>\n </g>\n <g class=\"plotpanel\" id=\"fig-c43b58e06ae9464ca3db7c7fdc317fc2-element-9\">\n <g stroke=\"none\" fill=\"#00BFFF\" shape-rendering=\"crispEdges\" id=\"fig-c43b58e06ae9464ca3db7c7fdc317fc2-element-10\">\n <g class=\"geometry\" id=\"fig-c43b58e06ae9464ca3db7c7fdc317fc2-element-11\">\n <rect x=\"35.77\" y=\"23.99\" width=\"7.05\" height=\"54.73\"/>\n <rect x=\"42.82\" y=\"73.02\" width=\"7.05\" height=\"5.7\"/>\n <rect x=\"49.86\" y=\"76.26\" width=\"7.05\" height=\"2.46\"/>\n <rect x=\"56.91\" y=\"77.78\" width=\"7.05\" height=\"0.94\"/>\n <rect x=\"63.96\" y=\"78.53\" width=\"7.05\" height=\"0.19\"/>\n <rect x=\"71\" y=\"78.63\" width=\"7.05\" height=\"0.09\"/>\n <rect x=\"78.05\" y=\"78.72\" width=\"7.05\" height=\"0.01\"/>\n <rect x=\"85.1\" y=\"78.72\" width=\"7.05\" height=\"0.01\"/>\n <rect x=\"92.14\" y=\"78.72\" width=\"7.05\" height=\"0.01\"/>\n <rect x=\"99.19\" y=\"78.72\" width=\"7.05\" height=\"0.01\"/>\n </g>\n </g>\n </g>\n <g opacity=\"0\" class=\"guide zoomslider\" stroke=\"none\" id=\"fig-c43b58e06ae9464ca3db7c7fdc317fc2-element-12\">\n <g fill=\"#EAEAEA\" stroke-width=\"0.3\" stroke-opacity=\"0\" stroke=\"#6A6A6A\" id=\"fig-c43b58e06ae9464ca3db7c7fdc317fc2-element-13\">\n <rect x=\"129.42\" y=\"15.61\" width=\"4\" height=\"4\"/>\n <g class=\"button_logo\" fill=\"#6A6A6A\" id=\"fig-c43b58e06ae9464ca3db7c7fdc317fc2-element-14\">\n <path d=\"M130.22,17.21 L 131.02 17.21 131.02 16.41 131.82 16.41 131.82 17.21 132.62 17.21 132.62 18.01 131.82 18.01 131.82 18.81 131.02 18.81 131.02 18.01 130.22 18.01 z\"/>\n </g>\n </g>\n <g fill=\"#EAEAEA\" id=\"fig-c43b58e06ae9464ca3db7c7fdc317fc2-element-15\">\n <rect x=\"109.92\" y=\"15.61\" width=\"19\" height=\"4\"/>\n </g>\n <g class=\"zoomslider_thumb\" fill=\"#6A6A6A\" id=\"fig-c43b58e06ae9464ca3db7c7fdc317fc2-element-16\">\n <rect x=\"118.42\" y=\"15.61\" width=\"2\" height=\"4\"/>\n </g>\n <g fill=\"#EAEAEA\" stroke-width=\"0.3\" stroke-opacity=\"0\" stroke=\"#6A6A6A\" id=\"fig-c43b58e06ae9464ca3db7c7fdc317fc2-element-17\">\n <rect x=\"105.42\" y=\"15.61\" width=\"4\" height=\"4\"/>\n <g class=\"button_logo\" fill=\"#6A6A6A\" id=\"fig-c43b58e06ae9464ca3db7c7fdc317fc2-element-18\">\n <path d=\"M106.22,17.21 L 108.62 17.21 108.62 18.01 106.22 18.01 z\"/>\n </g>\n </g>\n </g>\n </g>\n <g class=\"guide ylabels\" font-size=\"2.82\" font-family=\"'PT Sans Caption','Helvetica Neue','Helvetica',sans-serif\" fill=\"#6C606B\" id=\"fig-c43b58e06ae9464ca3db7c7fdc317fc2-element-19\">\n <text x=\"25.73\" y=\"158.84\" text-anchor=\"end\" dy=\"0.35em\" gadfly:scale=\"1.0\" visibility=\"hidden\">-2.5\u00d710\u2074</text>\n <text x=\"25.73\" y=\"142.82\" text-anchor=\"end\" dy=\"0.35em\" gadfly:scale=\"1.0\" visibility=\"hidden\">-2.0\u00d710\u2074</text>\n <text x=\"25.73\" y=\"126.79\" text-anchor=\"end\" dy=\"0.35em\" gadfly:scale=\"1.0\" visibility=\"hidden\">-1.5\u00d710\u2074</text>\n <text x=\"25.73\" y=\"110.77\" text-anchor=\"end\" dy=\"0.35em\" gadfly:scale=\"1.0\" visibility=\"hidden\">-1.0\u00d710\u2074</text>\n <text x=\"25.73\" y=\"94.74\" text-anchor=\"end\" dy=\"0.35em\" gadfly:scale=\"1.0\" visibility=\"hidden\">-5.0\u00d710\u00b3</text>\n <text x=\"25.73\" y=\"78.72\" text-anchor=\"end\" dy=\"0.35em\" gadfly:scale=\"1.0\" visibility=\"visible\">0</text>\n <text x=\"25.73\" y=\"62.69\" text-anchor=\"end\" dy=\"0.35em\" gadfly:scale=\"1.0\" visibility=\"visible\">5.0\u00d710\u00b3</text>\n <text x=\"25.73\" y=\"46.66\" text-anchor=\"end\" dy=\"0.35em\" gadfly:scale=\"1.0\" visibility=\"visible\">1.0\u00d710\u2074</text>\n <text x=\"25.73\" y=\"30.64\" text-anchor=\"end\" dy=\"0.35em\" gadfly:scale=\"1.0\" visibility=\"visible\">1.5\u00d710\u2074</text>\n <text x=\"25.73\" y=\"14.61\" text-anchor=\"end\" dy=\"0.35em\" gadfly:scale=\"1.0\" visibility=\"visible\">2.0\u00d710\u2074</text>\n <text x=\"25.73\" y=\"-1.41\" text-anchor=\"end\" dy=\"0.35em\" gadfly:scale=\"1.0\" visibility=\"hidden\">2.5\u00d710\u2074</text>\n <text x=\"25.73\" y=\"-17.44\" text-anchor=\"end\" dy=\"0.35em\" gadfly:scale=\"1.0\" visibility=\"hidden\">3.0\u00d710\u2074</text>\n <text x=\"25.73\" y=\"-33.47\" text-anchor=\"end\" dy=\"0.35em\" gadfly:scale=\"1.0\" visibility=\"hidden\">3.5\u00d710\u2074</text>\n <text x=\"25.73\" y=\"-49.49\" text-anchor=\"end\" dy=\"0.35em\" gadfly:scale=\"1.0\" visibility=\"hidden\">4.0\u00d710\u2074</text>\n <text x=\"25.73\" y=\"-65.52\" text-anchor=\"end\" dy=\"0.35em\" gadfly:scale=\"1.0\" visibility=\"hidden\">4.5\u00d710\u2074</text>\n <text x=\"25.73\" y=\"142.82\" text-anchor=\"end\" dy=\"0.35em\" gadfly:scale=\"10.0\" visibility=\"hidden\">-2.0\u00d710\u2074</text>\n <text x=\"25.73\" y=\"139.61\" text-anchor=\"end\" dy=\"0.35em\" gadfly:scale=\"10.0\" visibility=\"hidden\">-1.9\u00d710\u2074</text>\n <text x=\"25.73\" y=\"136.41\" text-anchor=\"end\" dy=\"0.35em\" gadfly:scale=\"10.0\" visibility=\"hidden\">-1.8\u00d710\u2074</text>\n <text x=\"25.73\" y=\"133.2\" text-anchor=\"end\" dy=\"0.35em\" gadfly:scale=\"10.0\" visibility=\"hidden\">-1.7\u00d710\u2074</text>\n <text x=\"25.73\" y=\"130\" text-anchor=\"end\" dy=\"0.35em\" gadfly:scale=\"10.0\" visibility=\"hidden\">-1.6\u00d710\u2074</text>\n <text x=\"25.73\" y=\"126.79\" text-anchor=\"end\" dy=\"0.35em\" gadfly:scale=\"10.0\" visibility=\"hidden\">-1.5\u00d710\u2074</text>\n <text x=\"25.73\" y=\"123.59\" text-anchor=\"end\" dy=\"0.35em\" gadfly:scale=\"10.0\" visibility=\"hidden\">-1.4\u00d710\u2074</text>\n <text x=\"25.73\" y=\"120.38\" text-anchor=\"end\" dy=\"0.35em\" gadfly:scale=\"10.0\" visibility=\"hidden\">-1.3\u00d710\u2074</text>\n <text x=\"25.73\" y=\"117.18\" text-anchor=\"end\" dy=\"0.35em\" gadfly:scale=\"10.0\" visibility=\"hidden\">-1.2\u00d710\u2074</text>\n <text x=\"25.73\" y=\"113.97\" text-anchor=\"end\" dy=\"0.35em\" gadfly:scale=\"10.0\" visibility=\"hidden\">-1.1\u00d710\u2074</text>\n <text x=\"25.73\" y=\"110.77\" text-anchor=\"end\" dy=\"0.35em\" gadfly:scale=\"10.0\" visibility=\"hidden\">-1.0\u00d710\u2074</text>\n <text x=\"25.73\" y=\"107.56\" text-anchor=\"end\" dy=\"0.35em\" gadfly:scale=\"10.0\" visibility=\"hidden\">-9.0\u00d710\u00b3</text>\n <text x=\"25.73\" y=\"104.36\" text-anchor=\"end\" dy=\"0.35em\" gadfly:scale=\"10.0\" visibility=\"hidden\">-8.0\u00d710\u00b3</text>\n <text x=\"25.73\" y=\"101.15\" text-anchor=\"end\" dy=\"0.35em\" gadfly:scale=\"10.0\" visibility=\"hidden\">-7.0\u00d710\u00b3</text>\n <text x=\"25.73\" y=\"97.95\" text-anchor=\"end\" dy=\"0.35em\" gadfly:scale=\"10.0\" visibility=\"hidden\">-6.0\u00d710\u00b3</text>\n <text x=\"25.73\" y=\"94.74\" text-anchor=\"end\" dy=\"0.35em\" gadfly:scale=\"10.0\" visibility=\"hidden\">-5.0\u00d710\u00b3</text>\n <text x=\"25.73\" y=\"91.54\" text-anchor=\"end\" dy=\"0.35em\" gadfly:scale=\"10.0\" visibility=\"hidden\">-4.0\u00d710\u00b3</text>\n <text x=\"25.73\" y=\"88.33\" text-anchor=\"end\" dy=\"0.35em\" gadfly:scale=\"10.0\" visibility=\"hidden\">-3.0\u00d710\u00b3</text>\n <text x=\"25.73\" y=\"85.13\" text-anchor=\"end\" dy=\"0.35em\" gadfly:scale=\"10.0\" visibility=\"hidden\">-2.0\u00d710\u00b3</text>\n <text x=\"25.73\" y=\"81.92\" text-anchor=\"end\" dy=\"0.35em\" gadfly:scale=\"10.0\" visibility=\"hidden\">-1.0\u00d710\u00b3</text>\n <text x=\"25.73\" y=\"78.72\" text-anchor=\"end\" dy=\"0.35em\" gadfly:scale=\"10.0\" visibility=\"hidden\">0</text>\n <text x=\"25.73\" y=\"75.51\" text-anchor=\"end\" dy=\"0.35em\" gadfly:scale=\"10.0\" visibility=\"hidden\">1.0\u00d710\u00b3</text>\n <text x=\"25.73\" y=\"72.3\" text-anchor=\"end\" dy=\"0.35em\" gadfly:scale=\"10.0\" visibility=\"hidden\">2.0\u00d710\u00b3</text>\n <text x=\"25.73\" y=\"69.1\" text-anchor=\"end\" dy=\"0.35em\" gadfly:scale=\"10.0\" visibility=\"hidden\">3.0\u00d710\u00b3</text>\n <text x=\"25.73\" y=\"65.89\" text-anchor=\"end\" dy=\"0.35em\" gadfly:scale=\"10.0\" visibility=\"hidden\">4.0\u00d710\u00b3</text>\n <text x=\"25.73\" y=\"62.69\" text-anchor=\"end\" dy=\"0.35em\" gadfly:scale=\"10.0\" visibility=\"hidden\">5.0\u00d710\u00b3</text>\n <text x=\"25.73\" y=\"59.48\" text-anchor=\"end\" dy=\"0.35em\" gadfly:scale=\"10.0\" visibility=\"hidden\">6.0\u00d710\u00b3</text>\n <text x=\"25.73\" y=\"56.28\" text-anchor=\"end\" dy=\"0.35em\" gadfly:scale=\"10.0\" visibility=\"hidden\">7.0\u00d710\u00b3</text>\n <text x=\"25.73\" y=\"53.07\" text-anchor=\"end\" dy=\"0.35em\" gadfly:scale=\"10.0\" visibility=\"hidden\">8.0\u00d710\u00b3</text>\n <text x=\"25.73\" y=\"49.87\" text-anchor=\"end\" dy=\"0.35em\" gadfly:scale=\"10.0\" visibility=\"hidden\">9.0\u00d710\u00b3</text>\n <text x=\"25.73\" y=\"46.66\" text-anchor=\"end\" dy=\"0.35em\" gadfly:scale=\"10.0\" visibility=\"hidden\">1.0\u00d710\u2074</text>\n <text x=\"25.73\" y=\"43.46\" text-anchor=\"end\" dy=\"0.35em\" gadfly:scale=\"10.0\" visibility=\"hidden\">1.1\u00d710\u2074</text>\n <text x=\"25.73\" y=\"40.25\" text-anchor=\"end\" dy=\"0.35em\" gadfly:scale=\"10.0\" visibility=\"hidden\">1.2\u00d710\u2074</text>\n <text x=\"25.73\" y=\"37.05\" text-anchor=\"end\" dy=\"0.35em\" gadfly:scale=\"10.0\" visibility=\"hidden\">1.3\u00d710\u2074</text>\n <text x=\"25.73\" y=\"33.84\" text-anchor=\"end\" dy=\"0.35em\" gadfly:scale=\"10.0\" visibility=\"hidden\">1.4\u00d710\u2074</text>\n <text x=\"25.73\" y=\"30.64\" text-anchor=\"end\" dy=\"0.35em\" gadfly:scale=\"10.0\" visibility=\"hidden\">1.5\u00d710\u2074</text>\n <text x=\"25.73\" y=\"27.43\" text-anchor=\"end\" dy=\"0.35em\" gadfly:scale=\"10.0\" visibility=\"hidden\">1.6\u00d710\u2074</text>\n <text x=\"25.73\" y=\"24.23\" text-anchor=\"end\" dy=\"0.35em\" gadfly:scale=\"10.0\" visibility=\"hidden\">1.7\u00d710\u2074</text>\n <text x=\"25.73\" y=\"21.02\" text-anchor=\"end\" dy=\"0.35em\" gadfly:scale=\"10.0\" visibility=\"hidden\">1.8\u00d710\u2074</text>\n <text x=\"25.73\" y=\"17.82\" text-anchor=\"end\" dy=\"0.35em\" gadfly:scale=\"10.0\" visibility=\"hidden\">1.9\u00d710\u2074</text>\n <text x=\"25.73\" y=\"14.61\" text-anchor=\"end\" dy=\"0.35em\" gadfly:scale=\"10.0\" visibility=\"hidden\">2.0\u00d710\u2074</text>\n <text x=\"25.73\" y=\"11.41\" text-anchor=\"end\" dy=\"0.35em\" gadfly:scale=\"10.0\" visibility=\"hidden\">2.1\u00d710\u2074</text>\n <text x=\"25.73\" y=\"8.2\" text-anchor=\"end\" dy=\"0.35em\" gadfly:scale=\"10.0\" visibility=\"hidden\">2.2\u00d710\u2074</text>\n <text x=\"25.73\" y=\"5\" text-anchor=\"end\" dy=\"0.35em\" gadfly:scale=\"10.0\" visibility=\"hidden\">2.3\u00d710\u2074</text>\n <text x=\"25.73\" y=\"1.79\" text-anchor=\"end\" dy=\"0.35em\" gadfly:scale=\"10.0\" visibility=\"hidden\">2.4\u00d710\u2074</text>\n <text x=\"25.73\" y=\"-1.41\" text-anchor=\"end\" dy=\"0.35em\" gadfly:scale=\"10.0\" visibility=\"hidden\">2.5\u00d710\u2074</text>\n <text x=\"25.73\" y=\"-4.62\" text-anchor=\"end\" dy=\"0.35em\" gadfly:scale=\"10.0\" visibility=\"hidden\">2.6\u00d710\u2074</text>\n <text x=\"25.73\" y=\"-7.82\" text-anchor=\"end\" dy=\"0.35em\" gadfly:scale=\"10.0\" visibility=\"hidden\">2.7\u00d710\u2074</text>\n <text x=\"25.73\" y=\"-11.03\" text-anchor=\"end\" dy=\"0.35em\" gadfly:scale=\"10.0\" visibility=\"hidden\">2.8\u00d710\u2074</text>\n <text x=\"25.73\" y=\"-14.23\" text-anchor=\"end\" dy=\"0.35em\" gadfly:scale=\"10.0\" visibility=\"hidden\">2.9\u00d710\u2074</text>\n <text x=\"25.73\" y=\"-17.44\" text-anchor=\"end\" dy=\"0.35em\" gadfly:scale=\"10.0\" visibility=\"hidden\">3.0\u00d710\u2074</text>\n <text x=\"25.73\" y=\"-20.65\" text-anchor=\"end\" dy=\"0.35em\" gadfly:scale=\"10.0\" visibility=\"hidden\">3.1\u00d710\u2074</text>\n <text x=\"25.73\" y=\"-23.85\" text-anchor=\"end\" dy=\"0.35em\" gadfly:scale=\"10.0\" visibility=\"hidden\">3.2\u00d710\u2074</text>\n <text x=\"25.73\" y=\"-27.06\" text-anchor=\"end\" dy=\"0.35em\" gadfly:scale=\"10.0\" visibility=\"hidden\">3.3\u00d710\u2074</text>\n <text x=\"25.73\" y=\"-30.26\" text-anchor=\"end\" dy=\"0.35em\" gadfly:scale=\"10.0\" visibility=\"hidden\">3.4\u00d710\u2074</text>\n <text x=\"25.73\" y=\"-33.47\" text-anchor=\"end\" dy=\"0.35em\" gadfly:scale=\"10.0\" visibility=\"hidden\">3.5\u00d710\u2074</text>\n <text x=\"25.73\" y=\"-36.67\" text-anchor=\"end\" dy=\"0.35em\" gadfly:scale=\"10.0\" visibility=\"hidden\">3.6\u00d710\u2074</text>\n <text x=\"25.73\" y=\"-39.88\" text-anchor=\"end\" dy=\"0.35em\" gadfly:scale=\"10.0\" visibility=\"hidden\">3.7\u00d710\u2074</text>\n <text x=\"25.73\" y=\"-43.08\" text-anchor=\"end\" dy=\"0.35em\" gadfly:scale=\"10.0\" visibility=\"hidden\">3.8\u00d710\u2074</text>\n <text x=\"25.73\" y=\"-46.29\" text-anchor=\"end\" dy=\"0.35em\" gadfly:scale=\"10.0\" visibility=\"hidden\">3.9\u00d710\u2074</text>\n <text x=\"25.73\" y=\"-49.49\" text-anchor=\"end\" dy=\"0.35em\" gadfly:scale=\"10.0\" visibility=\"hidden\">4.0\u00d710\u2074</text>\n <text x=\"25.73\" y=\"142.82\" text-anchor=\"end\" dy=\"0.35em\" gadfly:scale=\"0.5\" visibility=\"hidden\">-2\u00d710\u2074</text>\n <text x=\"25.73\" y=\"78.72\" text-anchor=\"end\" dy=\"0.35em\" gadfly:scale=\"0.5\" visibility=\"hidden\">0</text>\n <text x=\"25.73\" y=\"14.61\" text-anchor=\"end\" dy=\"0.35em\" gadfly:scale=\"0.5\" visibility=\"hidden\">2\u00d710\u2074</text>\n <text x=\"25.73\" y=\"-49.49\" text-anchor=\"end\" dy=\"0.35em\" gadfly:scale=\"0.5\" visibility=\"hidden\">4\u00d710\u2074</text>\n <text x=\"25.73\" y=\"142.82\" text-anchor=\"end\" dy=\"0.35em\" gadfly:scale=\"5.0\" visibility=\"hidden\">-2.0\u00d710\u2074</text>\n <text x=\"25.73\" y=\"136.41\" text-anchor=\"end\" dy=\"0.35em\" gadfly:scale=\"5.0\" visibility=\"hidden\">-1.8\u00d710\u2074</text>\n <text x=\"25.73\" y=\"130\" text-anchor=\"end\" dy=\"0.35em\" gadfly:scale=\"5.0\" visibility=\"hidden\">-1.6\u00d710\u2074</text>\n <text x=\"25.73\" y=\"123.59\" text-anchor=\"end\" dy=\"0.35em\" gadfly:scale=\"5.0\" visibility=\"hidden\">-1.4\u00d710\u2074</text>\n <text x=\"25.73\" y=\"117.18\" text-anchor=\"end\" dy=\"0.35em\" gadfly:scale=\"5.0\" visibility=\"hidden\">-1.2\u00d710\u2074</text>\n <text x=\"25.73\" y=\"110.77\" text-anchor=\"end\" dy=\"0.35em\" gadfly:scale=\"5.0\" visibility=\"hidden\">-1.0\u00d710\u2074</text>\n <text x=\"25.73\" y=\"104.36\" text-anchor=\"end\" dy=\"0.35em\" gadfly:scale=\"5.0\" visibility=\"hidden\">-8.0\u00d710\u00b3</text>\n <text x=\"25.73\" y=\"97.95\" text-anchor=\"end\" dy=\"0.35em\" gadfly:scale=\"5.0\" visibility=\"hidden\">-6.0\u00d710\u00b3</text>\n <text x=\"25.73\" y=\"91.54\" text-anchor=\"end\" dy=\"0.35em\" gadfly:scale=\"5.0\" visibility=\"hidden\">-4.0\u00d710\u00b3</text>\n <text x=\"25.73\" y=\"85.13\" text-anchor=\"end\" dy=\"0.35em\" gadfly:scale=\"5.0\" visibility=\"hidden\">-2.0\u00d710\u00b3</text>\n <text x=\"25.73\" y=\"78.72\" text-anchor=\"end\" dy=\"0.35em\" gadfly:scale=\"5.0\" visibility=\"hidden\">0</text>\n <text x=\"25.73\" y=\"72.3\" text-anchor=\"end\" dy=\"0.35em\" gadfly:scale=\"5.0\" visibility=\"hidden\">2.0\u00d710\u00b3</text>\n <text x=\"25.73\" y=\"65.89\" text-anchor=\"end\" dy=\"0.35em\" gadfly:scale=\"5.0\" visibility=\"hidden\">4.0\u00d710\u00b3</text>\n <text x=\"25.73\" y=\"59.48\" text-anchor=\"end\" dy=\"0.35em\" gadfly:scale=\"5.0\" visibility=\"hidden\">6.0\u00d710\u00b3</text>\n <text x=\"25.73\" y=\"53.07\" text-anchor=\"end\" dy=\"0.35em\" gadfly:scale=\"5.0\" visibility=\"hidden\">8.0\u00d710\u00b3</text>\n <text x=\"25.73\" y=\"46.66\" text-anchor=\"end\" dy=\"0.35em\" gadfly:scale=\"5.0\" visibility=\"hidden\">1.0\u00d710\u2074</text>\n <text x=\"25.73\" y=\"40.25\" text-anchor=\"end\" dy=\"0.35em\" gadfly:scale=\"5.0\" visibility=\"hidden\">1.2\u00d710\u2074</text>\n <text x=\"25.73\" y=\"33.84\" text-anchor=\"end\" dy=\"0.35em\" gadfly:scale=\"5.0\" visibility=\"hidden\">1.4\u00d710\u2074</text>\n <text x=\"25.73\" y=\"27.43\" text-anchor=\"end\" dy=\"0.35em\" gadfly:scale=\"5.0\" visibility=\"hidden\">1.6\u00d710\u2074</text>\n <text x=\"25.73\" y=\"21.02\" text-anchor=\"end\" dy=\"0.35em\" gadfly:scale=\"5.0\" visibility=\"hidden\">1.8\u00d710\u2074</text>\n <text x=\"25.73\" y=\"14.61\" text-anchor=\"end\" dy=\"0.35em\" gadfly:scale=\"5.0\" visibility=\"hidden\">2.0\u00d710\u2074</text>\n <text x=\"25.73\" y=\"8.2\" text-anchor=\"end\" dy=\"0.35em\" gadfly:scale=\"5.0\" visibility=\"hidden\">2.2\u00d710\u2074</text>\n <text x=\"25.73\" y=\"1.79\" text-anchor=\"end\" dy=\"0.35em\" gadfly:scale=\"5.0\" visibility=\"hidden\">2.4\u00d710\u2074</text>\n <text x=\"25.73\" y=\"-4.62\" text-anchor=\"end\" dy=\"0.35em\" gadfly:scale=\"5.0\" visibility=\"hidden\">2.6\u00d710\u2074</text>\n <text x=\"25.73\" y=\"-11.03\" text-anchor=\"end\" dy=\"0.35em\" gadfly:scale=\"5.0\" visibility=\"hidden\">2.8\u00d710\u2074</text>\n <text x=\"25.73\" y=\"-17.44\" text-anchor=\"end\" dy=\"0.35em\" gadfly:scale=\"5.0\" visibility=\"hidden\">3.0\u00d710\u2074</text>\n <text x=\"25.73\" y=\"-23.85\" text-anchor=\"end\" dy=\"0.35em\" gadfly:scale=\"5.0\" visibility=\"hidden\">3.2\u00d710\u2074</text>\n <text x=\"25.73\" y=\"-30.26\" text-anchor=\"end\" dy=\"0.35em\" gadfly:scale=\"5.0\" visibility=\"hidden\">3.4\u00d710\u2074</text>\n <text x=\"25.73\" y=\"-36.67\" text-anchor=\"end\" dy=\"0.35em\" gadfly:scale=\"5.0\" visibility=\"hidden\">3.6\u00d710\u2074</text>\n <text x=\"25.73\" y=\"-43.08\" text-anchor=\"end\" dy=\"0.35em\" gadfly:scale=\"5.0\" visibility=\"hidden\">3.8\u00d710\u2074</text>\n <text x=\"25.73\" y=\"-49.49\" text-anchor=\"end\" dy=\"0.35em\" gadfly:scale=\"5.0\" visibility=\"hidden\">4.0\u00d710\u2074</text>\n </g>\n <g font-size=\"3.88\" font-family=\"'PT Sans','Helvetica Neue','Helvetica',sans-serif\" fill=\"#564A55\" stroke=\"none\" id=\"fig-c43b58e06ae9464ca3db7c7fdc317fc2-element-20\">\n <text x=\"8.81\" y=\"44.66\" text-anchor=\"middle\" dy=\"0.35em\" transform=\"rotate(-90, 8.81, 46.66)\">Frequency</text>\n </g>\n <g font-size=\"3.88\" font-family=\"'PT Sans','Helvetica Neue','Helvetica',sans-serif\" fill=\"#564A55\" stroke=\"none\" id=\"fig-c43b58e06ae9464ca3db7c7fdc317fc2-element-21\">\n <text x=\"81.57\" y=\"10.61\" text-anchor=\"middle\">Figure 2: Days Active for Each User</text>\n </g>\n</g>\n<defs>\n<clipPath id=\"fig-c43b58e06ae9464ca3db7c7fdc317fc2-element-5\">\n <path d=\"M26.72,12.61 L 136.42 12.61 136.42 80.72 26.72 80.72\" />\n</clipPath\n></defs>\n<script> <![CDATA[\n(function(N){var k=/[\\.\\/]/,L=/\\s*,\\s*/,C=function(a,d){return a-d},a,v,y={n:{}},M=function(){for(var a=0,d=this.length;a<d;a++)if(\"undefined\"!=typeof this[a])return this[a]},A=function(){for(var a=this.length;--a;)if(\"undefined\"!=typeof this[a])return this[a]},w=function(k,d){k=String(k);var f=v,n=Array.prototype.slice.call(arguments,2),u=w.listeners(k),p=0,b,q=[],e={},l=[],r=a;l.firstDefined=M;l.lastDefined=A;a=k;for(var s=v=0,x=u.length;s<x;s++)\"zIndex\"in u[s]&&(q.push(u[s].zIndex),0>u[s].zIndex&&\n(e[u[s].zIndex]=u[s]));for(q.sort(C);0>q[p];)if(b=e[q[p++] ],l.push(b.apply(d,n)),v)return v=f,l;for(s=0;s<x;s++)if(b=u[s],\"zIndex\"in b)if(b.zIndex==q[p]){l.push(b.apply(d,n));if(v)break;do if(p++,(b=e[q[p] ])&&l.push(b.apply(d,n)),v)break;while(b)}else e[b.zIndex]=b;else if(l.push(b.apply(d,n)),v)break;v=f;a=r;return l};w._events=y;w.listeners=function(a){a=a.split(k);var d=y,f,n,u,p,b,q,e,l=[d],r=[];u=0;for(p=a.length;u<p;u++){e=[];b=0;for(q=l.length;b<q;b++)for(d=l[b].n,f=[d[a[u] ],d[\"*\"] ],n=2;n--;)if(d=\nf[n])e.push(d),r=r.concat(d.f||[]);l=e}return r};w.on=function(a,d){a=String(a);if(\"function\"!=typeof d)return function(){};for(var f=a.split(L),n=0,u=f.length;n<u;n++)(function(a){a=a.split(k);for(var b=y,f,e=0,l=a.length;e<l;e++)b=b.n,b=b.hasOwnProperty(a[e])&&b[a[e] ]||(b[a[e] ]={n:{}});b.f=b.f||[];e=0;for(l=b.f.length;e<l;e++)if(b.f[e]==d){f=!0;break}!f&&b.f.push(d)})(f[n]);return function(a){+a==+a&&(d.zIndex=+a)}};w.f=function(a){var d=[].slice.call(arguments,1);return function(){w.apply(null,\n[a,null].concat(d).concat([].slice.call(arguments,0)))}};w.stop=function(){v=1};w.nt=function(k){return k?(new RegExp(\"(?:\\\\.|\\\\/|^)\"+k+\"(?:\\\\.|\\\\/|$)\")).test(a):a};w.nts=function(){return a.split(k)};w.off=w.unbind=function(a,d){if(a){var f=a.split(L);if(1<f.length)for(var n=0,u=f.length;n<u;n++)w.off(f[n],d);else{for(var f=a.split(k),p,b,q,e,l=[y],n=0,u=f.length;n<u;n++)for(e=0;e<l.length;e+=q.length-2){q=[e,1];p=l[e].n;if(\"*\"!=f[n])p[f[n] ]&&q.push(p[f[n] ]);else for(b in p)p.hasOwnProperty(b)&&\nq.push(p[b]);l.splice.apply(l,q)}n=0;for(u=l.length;n<u;n++)for(p=l[n];p.n;){if(d){if(p.f){e=0;for(f=p.f.length;e<f;e++)if(p.f[e]==d){p.f.splice(e,1);break}!p.f.length&&delete p.f}for(b in p.n)if(p.n.hasOwnProperty(b)&&p.n[b].f){q=p.n[b].f;e=0;for(f=q.length;e<f;e++)if(q[e]==d){q.splice(e,1);break}!q.length&&delete p.n[b].f}}else for(b in delete p.f,p.n)p.n.hasOwnProperty(b)&&p.n[b].f&&delete p.n[b].f;p=p.n}}}else w._events=y={n:{}}};w.once=function(a,d){var f=function(){w.unbind(a,f);return d.apply(this,\narguments)};return w.on(a,f)};w.version=\"0.4.2\";w.toString=function(){return\"You are running Eve 0.4.2\"};\"undefined\"!=typeof module&&module.exports?module.exports=w:\"function\"===typeof define&&define.amd?define(\"eve\",[],function(){return w}):N.eve=w})(this);\n(function(N,k){\"function\"===typeof define&&define.amd?define(\"Snap.svg\",[\"eve\"],function(L){return k(N,L)}):k(N,N.eve)})(this,function(N,k){var L=function(a){var k={},y=N.requestAnimationFrame||N.webkitRequestAnimationFrame||N.mozRequestAnimationFrame||N.oRequestAnimationFrame||N.msRequestAnimationFrame||function(a){setTimeout(a,16)},M=Array.isArray||function(a){return a instanceof Array||\"[object Array]\"==Object.prototype.toString.call(a)},A=0,w=\"M\"+(+new Date).toString(36),z=function(a){if(null==\na)return this.s;var b=this.s-a;this.b+=this.dur*b;this.B+=this.dur*b;this.s=a},d=function(a){if(null==a)return this.spd;this.spd=a},f=function(a){if(null==a)return this.dur;this.s=this.s*a/this.dur;this.dur=a},n=function(){delete k[this.id];this.update();a(\"mina.stop.\"+this.id,this)},u=function(){this.pdif||(delete k[this.id],this.update(),this.pdif=this.get()-this.b)},p=function(){this.pdif&&(this.b=this.get()-this.pdif,delete this.pdif,k[this.id]=this)},b=function(){var a;if(M(this.start)){a=[];\nfor(var b=0,e=this.start.length;b<e;b++)a[b]=+this.start[b]+(this.end[b]-this.start[b])*this.easing(this.s)}else a=+this.start+(this.end-this.start)*this.easing(this.s);this.set(a)},q=function(){var l=0,b;for(b in k)if(k.hasOwnProperty(b)){var e=k[b],f=e.get();l++;e.s=(f-e.b)/(e.dur/e.spd);1<=e.s&&(delete k[b],e.s=1,l--,function(b){setTimeout(function(){a(\"mina.finish.\"+b.id,b)})}(e));e.update()}l&&y(q)},e=function(a,r,s,x,G,h,J){a={id:w+(A++).toString(36),start:a,end:r,b:s,s:0,dur:x-s,spd:1,get:G,\nset:h,easing:J||e.linear,status:z,speed:d,duration:f,stop:n,pause:u,resume:p,update:b};k[a.id]=a;r=0;for(var K in k)if(k.hasOwnProperty(K)&&(r++,2==r))break;1==r&&y(q);return a};e.time=Date.now||function(){return+new Date};e.getById=function(a){return k[a]||null};e.linear=function(a){return a};e.easeout=function(a){return Math.pow(a,1.7)};e.easein=function(a){return Math.pow(a,0.48)};e.easeinout=function(a){if(1==a)return 1;if(0==a)return 0;var b=0.48-a/1.04,e=Math.sqrt(0.1734+b*b);a=e-b;a=Math.pow(Math.abs(a),\n1/3)*(0>a?-1:1);b=-e-b;b=Math.pow(Math.abs(b),1/3)*(0>b?-1:1);a=a+b+0.5;return 3*(1-a)*a*a+a*a*a};e.backin=function(a){return 1==a?1:a*a*(2.70158*a-1.70158)};e.backout=function(a){if(0==a)return 0;a-=1;return a*a*(2.70158*a+1.70158)+1};e.elastic=function(a){return a==!!a?a:Math.pow(2,-10*a)*Math.sin(2*(a-0.075)*Math.PI/0.3)+1};e.bounce=function(a){a<1/2.75?a*=7.5625*a:a<2/2.75?(a-=1.5/2.75,a=7.5625*a*a+0.75):a<2.5/2.75?(a-=2.25/2.75,a=7.5625*a*a+0.9375):(a-=2.625/2.75,a=7.5625*a*a+0.984375);return a};\nreturn N.mina=e}(\"undefined\"==typeof k?function(){}:k),C=function(){function a(c,t){if(c){if(c.tagName)return x(c);if(y(c,\"array\")&&a.set)return a.set.apply(a,c);if(c instanceof e)return c;if(null==t)return c=G.doc.querySelector(c),x(c)}return new s(null==c?\"100%\":c,null==t?\"100%\":t)}function v(c,a){if(a){\"#text\"==c&&(c=G.doc.createTextNode(a.text||\"\"));\"string\"==typeof c&&(c=v(c));if(\"string\"==typeof a)return\"xlink:\"==a.substring(0,6)?c.getAttributeNS(m,a.substring(6)):\"xml:\"==a.substring(0,4)?c.getAttributeNS(la,\na.substring(4)):c.getAttribute(a);for(var da in a)if(a[h](da)){var b=J(a[da]);b?\"xlink:\"==da.substring(0,6)?c.setAttributeNS(m,da.substring(6),b):\"xml:\"==da.substring(0,4)?c.setAttributeNS(la,da.substring(4),b):c.setAttribute(da,b):c.removeAttribute(da)}}else c=G.doc.createElementNS(la,c);return c}function y(c,a){a=J.prototype.toLowerCase.call(a);return\"finite\"==a?isFinite(c):\"array\"==a&&(c instanceof Array||Array.isArray&&Array.isArray(c))?!0:\"null\"==a&&null===c||a==typeof c&&null!==c||\"object\"==\na&&c===Object(c)||$.call(c).slice(8,-1).toLowerCase()==a}function M(c){if(\"function\"==typeof c||Object(c)!==c)return c;var a=new c.constructor,b;for(b in c)c[h](b)&&(a[b]=M(c[b]));return a}function A(c,a,b){function m(){var e=Array.prototype.slice.call(arguments,0),f=e.join(\"\\u2400\"),d=m.cache=m.cache||{},l=m.count=m.count||[];if(d[h](f)){a:for(var e=l,l=f,B=0,H=e.length;B<H;B++)if(e[B]===l){e.push(e.splice(B,1)[0]);break a}return b?b(d[f]):d[f]}1E3<=l.length&&delete d[l.shift()];l.push(f);d[f]=c.apply(a,\ne);return b?b(d[f]):d[f]}return m}function w(c,a,b,m,e,f){return null==e?(c-=b,a-=m,c||a?(180*I.atan2(-a,-c)/C+540)%360:0):w(c,a,e,f)-w(b,m,e,f)}function z(c){return c%360*C/180}function d(c){var a=[];c=c.replace(/(?:^|\\s)(\\w+)\\(([^)]+)\\)/g,function(c,b,m){m=m.split(/\\s*,\\s*|\\s+/);\"rotate\"==b&&1==m.length&&m.push(0,0);\"scale\"==b&&(2<m.length?m=m.slice(0,2):2==m.length&&m.push(0,0),1==m.length&&m.push(m[0],0,0));\"skewX\"==b?a.push([\"m\",1,0,I.tan(z(m[0])),1,0,0]):\"skewY\"==b?a.push([\"m\",1,I.tan(z(m[0])),\n0,1,0,0]):a.push([b.charAt(0)].concat(m));return c});return a}function f(c,t){var b=O(c),m=new a.Matrix;if(b)for(var e=0,f=b.length;e<f;e++){var h=b[e],d=h.length,B=J(h[0]).toLowerCase(),H=h[0]!=B,l=H?m.invert():0,E;\"t\"==B&&2==d?m.translate(h[1],0):\"t\"==B&&3==d?H?(d=l.x(0,0),B=l.y(0,0),H=l.x(h[1],h[2]),l=l.y(h[1],h[2]),m.translate(H-d,l-B)):m.translate(h[1],h[2]):\"r\"==B?2==d?(E=E||t,m.rotate(h[1],E.x+E.width/2,E.y+E.height/2)):4==d&&(H?(H=l.x(h[2],h[3]),l=l.y(h[2],h[3]),m.rotate(h[1],H,l)):m.rotate(h[1],\nh[2],h[3])):\"s\"==B?2==d||3==d?(E=E||t,m.scale(h[1],h[d-1],E.x+E.width/2,E.y+E.height/2)):4==d?H?(H=l.x(h[2],h[3]),l=l.y(h[2],h[3]),m.scale(h[1],h[1],H,l)):m.scale(h[1],h[1],h[2],h[3]):5==d&&(H?(H=l.x(h[3],h[4]),l=l.y(h[3],h[4]),m.scale(h[1],h[2],H,l)):m.scale(h[1],h[2],h[3],h[4])):\"m\"==B&&7==d&&m.add(h[1],h[2],h[3],h[4],h[5],h[6])}return m}function n(c,t){if(null==t){var m=!0;t=\"linearGradient\"==c.type||\"radialGradient\"==c.type?c.node.getAttribute(\"gradientTransform\"):\"pattern\"==c.type?c.node.getAttribute(\"patternTransform\"):\nc.node.getAttribute(\"transform\");if(!t)return new a.Matrix;t=d(t)}else t=a._.rgTransform.test(t)?J(t).replace(/\\.{3}|\\u2026/g,c._.transform||aa):d(t),y(t,\"array\")&&(t=a.path?a.path.toString.call(t):J(t)),c._.transform=t;var b=f(t,c.getBBox(1));if(m)return b;c.matrix=b}function u(c){c=c.node.ownerSVGElement&&x(c.node.ownerSVGElement)||c.node.parentNode&&x(c.node.parentNode)||a.select(\"svg\")||a(0,0);var t=c.select(\"defs\"),t=null==t?!1:t.node;t||(t=r(\"defs\",c.node).node);return t}function p(c){return c.node.ownerSVGElement&&\nx(c.node.ownerSVGElement)||a.select(\"svg\")}function b(c,a,m){function b(c){if(null==c)return aa;if(c==+c)return c;v(B,{width:c});try{return B.getBBox().width}catch(a){return 0}}function h(c){if(null==c)return aa;if(c==+c)return c;v(B,{height:c});try{return B.getBBox().height}catch(a){return 0}}function e(b,B){null==a?d[b]=B(c.attr(b)||0):b==a&&(d=B(null==m?c.attr(b)||0:m))}var f=p(c).node,d={},B=f.querySelector(\".svg---mgr\");B||(B=v(\"rect\"),v(B,{x:-9E9,y:-9E9,width:10,height:10,\"class\":\"svg---mgr\",\nfill:\"none\"}),f.appendChild(B));switch(c.type){case \"rect\":e(\"rx\",b),e(\"ry\",h);case \"image\":e(\"width\",b),e(\"height\",h);case \"text\":e(\"x\",b);e(\"y\",h);break;case \"circle\":e(\"cx\",b);e(\"cy\",h);e(\"r\",b);break;case \"ellipse\":e(\"cx\",b);e(\"cy\",h);e(\"rx\",b);e(\"ry\",h);break;case \"line\":e(\"x1\",b);e(\"x2\",b);e(\"y1\",h);e(\"y2\",h);break;case \"marker\":e(\"refX\",b);e(\"markerWidth\",b);e(\"refY\",h);e(\"markerHeight\",h);break;case \"radialGradient\":e(\"fx\",b);e(\"fy\",h);break;case \"tspan\":e(\"dx\",b);e(\"dy\",h);break;default:e(a,\nb)}f.removeChild(B);return d}function q(c){y(c,\"array\")||(c=Array.prototype.slice.call(arguments,0));for(var a=0,b=0,m=this.node;this[a];)delete this[a++];for(a=0;a<c.length;a++)\"set\"==c[a].type?c[a].forEach(function(c){m.appendChild(c.node)}):m.appendChild(c[a].node);for(var h=m.childNodes,a=0;a<h.length;a++)this[b++]=x(h[a]);return this}function e(c){if(c.snap in E)return E[c.snap];var a=this.id=V(),b;try{b=c.ownerSVGElement}catch(m){}this.node=c;b&&(this.paper=new s(b));this.type=c.tagName;this.anims=\n{};this._={transform:[]};c.snap=a;E[a]=this;\"g\"==this.type&&(this.add=q);if(this.type in{g:1,mask:1,pattern:1})for(var e in s.prototype)s.prototype[h](e)&&(this[e]=s.prototype[e])}function l(c){this.node=c}function r(c,a){var b=v(c);a.appendChild(b);return x(b)}function s(c,a){var b,m,f,d=s.prototype;if(c&&\"svg\"==c.tagName){if(c.snap in E)return E[c.snap];var l=c.ownerDocument;b=new e(c);m=c.getElementsByTagName(\"desc\")[0];f=c.getElementsByTagName(\"defs\")[0];m||(m=v(\"desc\"),m.appendChild(l.createTextNode(\"Created with Snap\")),\nb.node.appendChild(m));f||(f=v(\"defs\"),b.node.appendChild(f));b.defs=f;for(var ca in d)d[h](ca)&&(b[ca]=d[ca]);b.paper=b.root=b}else b=r(\"svg\",G.doc.body),v(b.node,{height:a,version:1.1,width:c,xmlns:la});return b}function x(c){return!c||c instanceof e||c instanceof l?c:c.tagName&&\"svg\"==c.tagName.toLowerCase()?new s(c):c.tagName&&\"object\"==c.tagName.toLowerCase()&&\"image/svg+xml\"==c.type?new s(c.contentDocument.getElementsByTagName(\"svg\")[0]):new e(c)}a.version=\"0.3.0\";a.toString=function(){return\"Snap v\"+\nthis.version};a._={};var G={win:N,doc:N.document};a._.glob=G;var h=\"hasOwnProperty\",J=String,K=parseFloat,U=parseInt,I=Math,P=I.max,Q=I.min,Y=I.abs,C=I.PI,aa=\"\",$=Object.prototype.toString,F=/^\\s*((#[a-f\\d]{6})|(#[a-f\\d]{3})|rgba?\\(\\s*([\\d\\.]+%?\\s*,\\s*[\\d\\.]+%?\\s*,\\s*[\\d\\.]+%?(?:\\s*,\\s*[\\d\\.]+%?)?)\\s*\\)|hsba?\\(\\s*([\\d\\.]+(?:deg|\\xb0|%)?\\s*,\\s*[\\d\\.]+%?\\s*,\\s*[\\d\\.]+(?:%?\\s*,\\s*[\\d\\.]+)?%?)\\s*\\)|hsla?\\(\\s*([\\d\\.]+(?:deg|\\xb0|%)?\\s*,\\s*[\\d\\.]+%?\\s*,\\s*[\\d\\.]+(?:%?\\s*,\\s*[\\d\\.]+)?%?)\\s*\\))\\s*$/i;a._.separator=\nRegExp(\"[,\\t\\n\\x0B\\f\\r \\u00a0\\u1680\\u180e\\u2000\\u2001\\u2002\\u2003\\u2004\\u2005\\u2006\\u2007\\u2008\\u2009\\u200a\\u202f\\u205f\\u3000\\u2028\\u2029]+\");var S=RegExp(\"[\\t\\n\\x0B\\f\\r \\u00a0\\u1680\\u180e\\u2000\\u2001\\u2002\\u2003\\u2004\\u2005\\u2006\\u2007\\u2008\\u2009\\u200a\\u202f\\u205f\\u3000\\u2028\\u2029]*,[\\t\\n\\x0B\\f\\r \\u00a0\\u1680\\u180e\\u2000\\u2001\\u2002\\u2003\\u2004\\u2005\\u2006\\u2007\\u2008\\u2009\\u200a\\u202f\\u205f\\u3000\\u2028\\u2029]*\"),X={hs:1,rg:1},W=RegExp(\"([a-z])[\\t\\n\\x0B\\f\\r \\u00a0\\u1680\\u180e\\u2000\\u2001\\u2002\\u2003\\u2004\\u2005\\u2006\\u2007\\u2008\\u2009\\u200a\\u202f\\u205f\\u3000\\u2028\\u2029,]*((-?\\\\d*\\\\.?\\\\d*(?:e[\\\\-+]?\\\\d+)?[\\t\\n\\x0B\\f\\r \\u00a0\\u1680\\u180e\\u2000\\u2001\\u2002\\u2003\\u2004\\u2005\\u2006\\u2007\\u2008\\u2009\\u200a\\u202f\\u205f\\u3000\\u2028\\u2029]*,?[\\t\\n\\x0B\\f\\r \\u00a0\\u1680\\u180e\\u2000\\u2001\\u2002\\u2003\\u2004\\u2005\\u2006\\u2007\\u2008\\u2009\\u200a\\u202f\\u205f\\u3000\\u2028\\u2029]*)+)\",\n\"ig\"),ma=RegExp(\"([rstm])[\\t\\n\\x0B\\f\\r \\u00a0\\u1680\\u180e\\u2000\\u2001\\u2002\\u2003\\u2004\\u2005\\u2006\\u2007\\u2008\\u2009\\u200a\\u202f\\u205f\\u3000\\u2028\\u2029,]*((-?\\\\d*\\\\.?\\\\d*(?:e[\\\\-+]?\\\\d+)?[\\t\\n\\x0B\\f\\r \\u00a0\\u1680\\u180e\\u2000\\u2001\\u2002\\u2003\\u2004\\u2005\\u2006\\u2007\\u2008\\u2009\\u200a\\u202f\\u205f\\u3000\\u2028\\u2029]*,?[\\t\\n\\x0B\\f\\r \\u00a0\\u1680\\u180e\\u2000\\u2001\\u2002\\u2003\\u2004\\u2005\\u2006\\u2007\\u2008\\u2009\\u200a\\u202f\\u205f\\u3000\\u2028\\u2029]*)+)\",\"ig\"),Z=RegExp(\"(-?\\\\d*\\\\.?\\\\d*(?:e[\\\\-+]?\\\\d+)?)[\\t\\n\\x0B\\f\\r \\u00a0\\u1680\\u180e\\u2000\\u2001\\u2002\\u2003\\u2004\\u2005\\u2006\\u2007\\u2008\\u2009\\u200a\\u202f\\u205f\\u3000\\u2028\\u2029]*,?[\\t\\n\\x0B\\f\\r \\u00a0\\u1680\\u180e\\u2000\\u2001\\u2002\\u2003\\u2004\\u2005\\u2006\\u2007\\u2008\\u2009\\u200a\\u202f\\u205f\\u3000\\u2028\\u2029]*\",\n\"ig\"),na=0,ba=\"S\"+(+new Date).toString(36),V=function(){return ba+(na++).toString(36)},m=\"http://www.w3.org/1999/xlink\",la=\"http://www.w3.org/2000/svg\",E={},ca=a.url=function(c){return\"url('#\"+c+\"')\"};a._.$=v;a._.id=V;a.format=function(){var c=/\\{([^\\}]+)\\}/g,a=/(?:(?:^|\\.)(.+?)(?=\\[|\\.|$|\\()|\\[('|\")(.+?)\\2\\])(\\(\\))?/g,b=function(c,b,m){var h=m;b.replace(a,function(c,a,b,m,t){a=a||m;h&&(a in h&&(h=h[a]),\"function\"==typeof h&&t&&(h=h()))});return h=(null==h||h==m?c:h)+\"\"};return function(a,m){return J(a).replace(c,\nfunction(c,a){return b(c,a,m)})}}();a._.clone=M;a._.cacher=A;a.rad=z;a.deg=function(c){return 180*c/C%360};a.angle=w;a.is=y;a.snapTo=function(c,a,b){b=y(b,\"finite\")?b:10;if(y(c,\"array\"))for(var m=c.length;m--;){if(Y(c[m]-a)<=b)return c[m]}else{c=+c;m=a%c;if(m<b)return a-m;if(m>c-b)return a-m+c}return a};a.getRGB=A(function(c){if(!c||(c=J(c)).indexOf(\"-\")+1)return{r:-1,g:-1,b:-1,hex:\"none\",error:1,toString:ka};if(\"none\"==c)return{r:-1,g:-1,b:-1,hex:\"none\",toString:ka};!X[h](c.toLowerCase().substring(0,\n2))&&\"#\"!=c.charAt()&&(c=T(c));if(!c)return{r:-1,g:-1,b:-1,hex:\"none\",error:1,toString:ka};var b,m,e,f,d;if(c=c.match(F)){c[2]&&(e=U(c[2].substring(5),16),m=U(c[2].substring(3,5),16),b=U(c[2].substring(1,3),16));c[3]&&(e=U((d=c[3].charAt(3))+d,16),m=U((d=c[3].charAt(2))+d,16),b=U((d=c[3].charAt(1))+d,16));c[4]&&(d=c[4].split(S),b=K(d[0]),\"%\"==d[0].slice(-1)&&(b*=2.55),m=K(d[1]),\"%\"==d[1].slice(-1)&&(m*=2.55),e=K(d[2]),\"%\"==d[2].slice(-1)&&(e*=2.55),\"rgba\"==c[1].toLowerCase().slice(0,4)&&(f=K(d[3])),\nd[3]&&\"%\"==d[3].slice(-1)&&(f/=100));if(c[5])return d=c[5].split(S),b=K(d[0]),\"%\"==d[0].slice(-1)&&(b/=100),m=K(d[1]),\"%\"==d[1].slice(-1)&&(m/=100),e=K(d[2]),\"%\"==d[2].slice(-1)&&(e/=100),\"deg\"!=d[0].slice(-3)&&\"\\u00b0\"!=d[0].slice(-1)||(b/=360),\"hsba\"==c[1].toLowerCase().slice(0,4)&&(f=K(d[3])),d[3]&&\"%\"==d[3].slice(-1)&&(f/=100),a.hsb2rgb(b,m,e,f);if(c[6])return d=c[6].split(S),b=K(d[0]),\"%\"==d[0].slice(-1)&&(b/=100),m=K(d[1]),\"%\"==d[1].slice(-1)&&(m/=100),e=K(d[2]),\"%\"==d[2].slice(-1)&&(e/=100),\n\"deg\"!=d[0].slice(-3)&&\"\\u00b0\"!=d[0].slice(-1)||(b/=360),\"hsla\"==c[1].toLowerCase().slice(0,4)&&(f=K(d[3])),d[3]&&\"%\"==d[3].slice(-1)&&(f/=100),a.hsl2rgb(b,m,e,f);b=Q(I.round(b),255);m=Q(I.round(m),255);e=Q(I.round(e),255);f=Q(P(f,0),1);c={r:b,g:m,b:e,toString:ka};c.hex=\"#\"+(16777216|e|m<<8|b<<16).toString(16).slice(1);c.opacity=y(f,\"finite\")?f:1;return c}return{r:-1,g:-1,b:-1,hex:\"none\",error:1,toString:ka}},a);a.hsb=A(function(c,b,m){return a.hsb2rgb(c,b,m).hex});a.hsl=A(function(c,b,m){return a.hsl2rgb(c,\nb,m).hex});a.rgb=A(function(c,a,b,m){if(y(m,\"finite\")){var e=I.round;return\"rgba(\"+[e(c),e(a),e(b),+m.toFixed(2)]+\")\"}return\"#\"+(16777216|b|a<<8|c<<16).toString(16).slice(1)});var T=function(c){var a=G.doc.getElementsByTagName(\"head\")[0]||G.doc.getElementsByTagName(\"svg\")[0];T=A(function(c){if(\"red\"==c.toLowerCase())return\"rgb(255, 0, 0)\";a.style.color=\"rgb(255, 0, 0)\";a.style.color=c;c=G.doc.defaultView.getComputedStyle(a,aa).getPropertyValue(\"color\");return\"rgb(255, 0, 0)\"==c?null:c});return T(c)},\nqa=function(){return\"hsb(\"+[this.h,this.s,this.b]+\")\"},ra=function(){return\"hsl(\"+[this.h,this.s,this.l]+\")\"},ka=function(){return 1==this.opacity||null==this.opacity?this.hex:\"rgba(\"+[this.r,this.g,this.b,this.opacity]+\")\"},D=function(c,b,m){null==b&&y(c,\"object\")&&\"r\"in c&&\"g\"in c&&\"b\"in c&&(m=c.b,b=c.g,c=c.r);null==b&&y(c,string)&&(m=a.getRGB(c),c=m.r,b=m.g,m=m.b);if(1<c||1<b||1<m)c/=255,b/=255,m/=255;return[c,b,m]},oa=function(c,b,m,e){c=I.round(255*c);b=I.round(255*b);m=I.round(255*m);c={r:c,\ng:b,b:m,opacity:y(e,\"finite\")?e:1,hex:a.rgb(c,b,m),toString:ka};y(e,\"finite\")&&(c.opacity=e);return c};a.color=function(c){var b;y(c,\"object\")&&\"h\"in c&&\"s\"in c&&\"b\"in c?(b=a.hsb2rgb(c),c.r=b.r,c.g=b.g,c.b=b.b,c.opacity=1,c.hex=b.hex):y(c,\"object\")&&\"h\"in c&&\"s\"in c&&\"l\"in c?(b=a.hsl2rgb(c),c.r=b.r,c.g=b.g,c.b=b.b,c.opacity=1,c.hex=b.hex):(y(c,\"string\")&&(c=a.getRGB(c)),y(c,\"object\")&&\"r\"in c&&\"g\"in c&&\"b\"in c&&!(\"error\"in c)?(b=a.rgb2hsl(c),c.h=b.h,c.s=b.s,c.l=b.l,b=a.rgb2hsb(c),c.v=b.b):(c={hex:\"none\"},\nc.r=c.g=c.b=c.h=c.s=c.v=c.l=-1,c.error=1));c.toString=ka;return c};a.hsb2rgb=function(c,a,b,m){y(c,\"object\")&&\"h\"in c&&\"s\"in c&&\"b\"in c&&(b=c.b,a=c.s,c=c.h,m=c.o);var e,h,d;c=360*c%360/60;d=b*a;a=d*(1-Y(c%2-1));b=e=h=b-d;c=~~c;b+=[d,a,0,0,a,d][c];e+=[a,d,d,a,0,0][c];h+=[0,0,a,d,d,a][c];return oa(b,e,h,m)};a.hsl2rgb=function(c,a,b,m){y(c,\"object\")&&\"h\"in c&&\"s\"in c&&\"l\"in c&&(b=c.l,a=c.s,c=c.h);if(1<c||1<a||1<b)c/=360,a/=100,b/=100;var e,h,d;c=360*c%360/60;d=2*a*(0.5>b?b:1-b);a=d*(1-Y(c%2-1));b=e=\nh=b-d/2;c=~~c;b+=[d,a,0,0,a,d][c];e+=[a,d,d,a,0,0][c];h+=[0,0,a,d,d,a][c];return oa(b,e,h,m)};a.rgb2hsb=function(c,a,b){b=D(c,a,b);c=b[0];a=b[1];b=b[2];var m,e;m=P(c,a,b);e=m-Q(c,a,b);c=((0==e?0:m==c?(a-b)/e:m==a?(b-c)/e+2:(c-a)/e+4)+360)%6*60/360;return{h:c,s:0==e?0:e/m,b:m,toString:qa}};a.rgb2hsl=function(c,a,b){b=D(c,a,b);c=b[0];a=b[1];b=b[2];var m,e,h;m=P(c,a,b);e=Q(c,a,b);h=m-e;c=((0==h?0:m==c?(a-b)/h:m==a?(b-c)/h+2:(c-a)/h+4)+360)%6*60/360;m=(m+e)/2;return{h:c,s:0==h?0:0.5>m?h/(2*m):h/(2-2*\nm),l:m,toString:ra}};a.parsePathString=function(c){if(!c)return null;var b=a.path(c);if(b.arr)return a.path.clone(b.arr);var m={a:7,c:6,o:2,h:1,l:2,m:2,r:4,q:4,s:4,t:2,v:1,u:3,z:0},e=[];y(c,\"array\")&&y(c[0],\"array\")&&(e=a.path.clone(c));e.length||J(c).replace(W,function(c,a,b){var h=[];c=a.toLowerCase();b.replace(Z,function(c,a){a&&h.push(+a)});\"m\"==c&&2<h.length&&(e.push([a].concat(h.splice(0,2))),c=\"l\",a=\"m\"==a?\"l\":\"L\");\"o\"==c&&1==h.length&&e.push([a,h[0] ]);if(\"r\"==c)e.push([a].concat(h));else for(;h.length>=\nm[c]&&(e.push([a].concat(h.splice(0,m[c]))),m[c]););});e.toString=a.path.toString;b.arr=a.path.clone(e);return e};var O=a.parseTransformString=function(c){if(!c)return null;var b=[];y(c,\"array\")&&y(c[0],\"array\")&&(b=a.path.clone(c));b.length||J(c).replace(ma,function(c,a,m){var e=[];a.toLowerCase();m.replace(Z,function(c,a){a&&e.push(+a)});b.push([a].concat(e))});b.toString=a.path.toString;return b};a._.svgTransform2string=d;a._.rgTransform=RegExp(\"^[a-z][\\t\\n\\x0B\\f\\r \\u00a0\\u1680\\u180e\\u2000\\u2001\\u2002\\u2003\\u2004\\u2005\\u2006\\u2007\\u2008\\u2009\\u200a\\u202f\\u205f\\u3000\\u2028\\u2029]*-?\\\\.?\\\\d\",\n\"i\");a._.transform2matrix=f;a._unit2px=b;a._.getSomeDefs=u;a._.getSomeSVG=p;a.select=function(c){return x(G.doc.querySelector(c))};a.selectAll=function(c){c=G.doc.querySelectorAll(c);for(var b=(a.set||Array)(),m=0;m<c.length;m++)b.push(x(c[m]));return b};setInterval(function(){for(var c in E)if(E[h](c)){var a=E[c],b=a.node;(\"svg\"!=a.type&&!b.ownerSVGElement||\"svg\"==a.type&&(!b.parentNode||\"ownerSVGElement\"in b.parentNode&&!b.ownerSVGElement))&&delete E[c]}},1E4);(function(c){function m(c){function a(c,\nb){var m=v(c.node,b);(m=(m=m&&m.match(d))&&m[2])&&\"#\"==m.charAt()&&(m=m.substring(1))&&(f[m]=(f[m]||[]).concat(function(a){var m={};m[b]=ca(a);v(c.node,m)}))}function b(c){var a=v(c.node,\"xlink:href\");a&&\"#\"==a.charAt()&&(a=a.substring(1))&&(f[a]=(f[a]||[]).concat(function(a){c.attr(\"xlink:href\",\"#\"+a)}))}var e=c.selectAll(\"*\"),h,d=/^\\s*url\\((\"|'|)(.*)\\1\\)\\s*$/;c=[];for(var f={},l=0,E=e.length;l<E;l++){h=e[l];a(h,\"fill\");a(h,\"stroke\");a(h,\"filter\");a(h,\"mask\");a(h,\"clip-path\");b(h);var t=v(h.node,\n\"id\");t&&(v(h.node,{id:h.id}),c.push({old:t,id:h.id}))}l=0;for(E=c.length;l<E;l++)if(e=f[c[l].old])for(h=0,t=e.length;h<t;h++)e[h](c[l].id)}function e(c,a,b){return function(m){m=m.slice(c,a);1==m.length&&(m=m[0]);return b?b(m):m}}function d(c){return function(){var a=c?\"<\"+this.type:\"\",b=this.node.attributes,m=this.node.childNodes;if(c)for(var e=0,h=b.length;e<h;e++)a+=\" \"+b[e].name+'=\"'+b[e].value.replace(/\"/g,'\\\\\"')+'\"';if(m.length){c&&(a+=\">\");e=0;for(h=m.length;e<h;e++)3==m[e].nodeType?a+=m[e].nodeValue:\n1==m[e].nodeType&&(a+=x(m[e]).toString());c&&(a+=\"</\"+this.type+\">\")}else c&&(a+=\"/>\");return a}}c.attr=function(c,a){if(!c)return this;if(y(c,\"string\"))if(1<arguments.length){var b={};b[c]=a;c=b}else return k(\"snap.util.getattr.\"+c,this).firstDefined();for(var m in c)c[h](m)&&k(\"snap.util.attr.\"+m,this,c[m]);return this};c.getBBox=function(c){if(!a.Matrix||!a.path)return this.node.getBBox();var b=this,m=new a.Matrix;if(b.removed)return a._.box();for(;\"use\"==b.type;)if(c||(m=m.add(b.transform().localMatrix.translate(b.attr(\"x\")||\n0,b.attr(\"y\")||0))),b.original)b=b.original;else var e=b.attr(\"xlink:href\"),b=b.original=b.node.ownerDocument.getElementById(e.substring(e.indexOf(\"#\")+1));var e=b._,h=a.path.get[b.type]||a.path.get.deflt;try{if(c)return e.bboxwt=h?a.path.getBBox(b.realPath=h(b)):a._.box(b.node.getBBox()),a._.box(e.bboxwt);b.realPath=h(b);b.matrix=b.transform().localMatrix;e.bbox=a.path.getBBox(a.path.map(b.realPath,m.add(b.matrix)));return a._.box(e.bbox)}catch(d){return a._.box()}};var f=function(){return this.string};\nc.transform=function(c){var b=this._;if(null==c){var m=this;c=new a.Matrix(this.node.getCTM());for(var e=n(this),h=[e],d=new a.Matrix,l=e.toTransformString(),b=J(e)==J(this.matrix)?J(b.transform):l;\"svg\"!=m.type&&(m=m.parent());)h.push(n(m));for(m=h.length;m--;)d.add(h[m]);return{string:b,globalMatrix:c,totalMatrix:d,localMatrix:e,diffMatrix:c.clone().add(e.invert()),global:c.toTransformString(),total:d.toTransformString(),local:l,toString:f}}c instanceof a.Matrix?this.matrix=c:n(this,c);this.node&&\n(\"linearGradient\"==this.type||\"radialGradient\"==this.type?v(this.node,{gradientTransform:this.matrix}):\"pattern\"==this.type?v(this.node,{patternTransform:this.matrix}):v(this.node,{transform:this.matrix}));return this};c.parent=function(){return x(this.node.parentNode)};c.append=c.add=function(c){if(c){if(\"set\"==c.type){var a=this;c.forEach(function(c){a.add(c)});return this}c=x(c);this.node.appendChild(c.node);c.paper=this.paper}return this};c.appendTo=function(c){c&&(c=x(c),c.append(this));return this};\nc.prepend=function(c){if(c){if(\"set\"==c.type){var a=this,b;c.forEach(function(c){b?b.after(c):a.prepend(c);b=c});return this}c=x(c);var m=c.parent();this.node.insertBefore(c.node,this.node.firstChild);this.add&&this.add();c.paper=this.paper;this.parent()&&this.parent().add();m&&m.add()}return this};c.prependTo=function(c){c=x(c);c.prepend(this);return this};c.before=function(c){if(\"set\"==c.type){var a=this;c.forEach(function(c){var b=c.parent();a.node.parentNode.insertBefore(c.node,a.node);b&&b.add()});\nthis.parent().add();return this}c=x(c);var b=c.parent();this.node.parentNode.insertBefore(c.node,this.node);this.parent()&&this.parent().add();b&&b.add();c.paper=this.paper;return this};c.after=function(c){c=x(c);var a=c.parent();this.node.nextSibling?this.node.parentNode.insertBefore(c.node,this.node.nextSibling):this.node.parentNode.appendChild(c.node);this.parent()&&this.parent().add();a&&a.add();c.paper=this.paper;return this};c.insertBefore=function(c){c=x(c);var a=this.parent();c.node.parentNode.insertBefore(this.node,\nc.node);this.paper=c.paper;a&&a.add();c.parent()&&c.parent().add();return this};c.insertAfter=function(c){c=x(c);var a=this.parent();c.node.parentNode.insertBefore(this.node,c.node.nextSibling);this.paper=c.paper;a&&a.add();c.parent()&&c.parent().add();return this};c.remove=function(){var c=this.parent();this.node.parentNode&&this.node.parentNode.removeChild(this.node);delete this.paper;this.removed=!0;c&&c.add();return this};c.select=function(c){return x(this.node.querySelector(c))};c.selectAll=\nfunction(c){c=this.node.querySelectorAll(c);for(var b=(a.set||Array)(),m=0;m<c.length;m++)b.push(x(c[m]));return b};c.asPX=function(c,a){null==a&&(a=this.attr(c));return+b(this,c,a)};c.use=function(){var c,a=this.node.id;a||(a=this.id,v(this.node,{id:a}));c=\"linearGradient\"==this.type||\"radialGradient\"==this.type||\"pattern\"==this.type?r(this.type,this.node.parentNode):r(\"use\",this.node.parentNode);v(c.node,{\"xlink:href\":\"#\"+a});c.original=this;return c};var l=/\\S+/g;c.addClass=function(c){var a=(c||\n\"\").match(l)||[];c=this.node;var b=c.className.baseVal,m=b.match(l)||[],e,h,d;if(a.length){for(e=0;d=a[e++];)h=m.indexOf(d),~h||m.push(d);a=m.join(\" \");b!=a&&(c.className.baseVal=a)}return this};c.removeClass=function(c){var a=(c||\"\").match(l)||[];c=this.node;var b=c.className.baseVal,m=b.match(l)||[],e,h;if(m.length){for(e=0;h=a[e++];)h=m.indexOf(h),~h&&m.splice(h,1);a=m.join(\" \");b!=a&&(c.className.baseVal=a)}return this};c.hasClass=function(c){return!!~(this.node.className.baseVal.match(l)||[]).indexOf(c)};\nc.toggleClass=function(c,a){if(null!=a)return a?this.addClass(c):this.removeClass(c);var b=(c||\"\").match(l)||[],m=this.node,e=m.className.baseVal,h=e.match(l)||[],d,f,E;for(d=0;E=b[d++];)f=h.indexOf(E),~f?h.splice(f,1):h.push(E);b=h.join(\" \");e!=b&&(m.className.baseVal=b);return this};c.clone=function(){var c=x(this.node.cloneNode(!0));v(c.node,\"id\")&&v(c.node,{id:c.id});m(c);c.insertAfter(this);return c};c.toDefs=function(){u(this).appendChild(this.node);return this};c.pattern=c.toPattern=function(c,\na,b,m){var e=r(\"pattern\",u(this));null==c&&(c=this.getBBox());y(c,\"object\")&&\"x\"in c&&(a=c.y,b=c.width,m=c.height,c=c.x);v(e.node,{x:c,y:a,width:b,height:m,patternUnits:\"userSpaceOnUse\",id:e.id,viewBox:[c,a,b,m].join(\" \")});e.node.appendChild(this.node);return e};c.marker=function(c,a,b,m,e,h){var d=r(\"marker\",u(this));null==c&&(c=this.getBBox());y(c,\"object\")&&\"x\"in c&&(a=c.y,b=c.width,m=c.height,e=c.refX||c.cx,h=c.refY||c.cy,c=c.x);v(d.node,{viewBox:[c,a,b,m].join(\" \"),markerWidth:b,markerHeight:m,\norient:\"auto\",refX:e||0,refY:h||0,id:d.id});d.node.appendChild(this.node);return d};var E=function(c,a,b,m){\"function\"!=typeof b||b.length||(m=b,b=L.linear);this.attr=c;this.dur=a;b&&(this.easing=b);m&&(this.callback=m)};a._.Animation=E;a.animation=function(c,a,b,m){return new E(c,a,b,m)};c.inAnim=function(){var c=[],a;for(a in this.anims)this.anims[h](a)&&function(a){c.push({anim:new E(a._attrs,a.dur,a.easing,a._callback),mina:a,curStatus:a.status(),status:function(c){return a.status(c)},stop:function(){a.stop()}})}(this.anims[a]);\nreturn c};a.animate=function(c,a,b,m,e,h){\"function\"!=typeof e||e.length||(h=e,e=L.linear);var d=L.time();c=L(c,a,d,d+m,L.time,b,e);h&&k.once(\"mina.finish.\"+c.id,h);return c};c.stop=function(){for(var c=this.inAnim(),a=0,b=c.length;a<b;a++)c[a].stop();return this};c.animate=function(c,a,b,m){\"function\"!=typeof b||b.length||(m=b,b=L.linear);c instanceof E&&(m=c.callback,b=c.easing,a=b.dur,c=c.attr);var d=[],f=[],l={},t,ca,n,T=this,q;for(q in c)if(c[h](q)){T.equal?(n=T.equal(q,J(c[q])),t=n.from,ca=\nn.to,n=n.f):(t=+T.attr(q),ca=+c[q]);var la=y(t,\"array\")?t.length:1;l[q]=e(d.length,d.length+la,n);d=d.concat(t);f=f.concat(ca)}t=L.time();var p=L(d,f,t,t+a,L.time,function(c){var a={},b;for(b in l)l[h](b)&&(a[b]=l[b](c));T.attr(a)},b);T.anims[p.id]=p;p._attrs=c;p._callback=m;k(\"snap.animcreated.\"+T.id,p);k.once(\"mina.finish.\"+p.id,function(){delete T.anims[p.id];m&&m.call(T)});k.once(\"mina.stop.\"+p.id,function(){delete T.anims[p.id]});return T};var T={};c.data=function(c,b){var m=T[this.id]=T[this.id]||\n{};if(0==arguments.length)return k(\"snap.data.get.\"+this.id,this,m,null),m;if(1==arguments.length){if(a.is(c,\"object\")){for(var e in c)c[h](e)&&this.data(e,c[e]);return this}k(\"snap.data.get.\"+this.id,this,m[c],c);return m[c]}m[c]=b;k(\"snap.data.set.\"+this.id,this,b,c);return this};c.removeData=function(c){null==c?T[this.id]={}:T[this.id]&&delete T[this.id][c];return this};c.outerSVG=c.toString=d(1);c.innerSVG=d()})(e.prototype);a.parse=function(c){var a=G.doc.createDocumentFragment(),b=!0,m=G.doc.createElement(\"div\");\nc=J(c);c.match(/^\\s*<\\s*svg(?:\\s|>)/)||(c=\"<svg>\"+c+\"</svg>\",b=!1);m.innerHTML=c;if(c=m.getElementsByTagName(\"svg\")[0])if(b)a=c;else for(;c.firstChild;)a.appendChild(c.firstChild);m.innerHTML=aa;return new l(a)};l.prototype.select=e.prototype.select;l.prototype.selectAll=e.prototype.selectAll;a.fragment=function(){for(var c=Array.prototype.slice.call(arguments,0),b=G.doc.createDocumentFragment(),m=0,e=c.length;m<e;m++){var h=c[m];h.node&&h.node.nodeType&&b.appendChild(h.node);h.nodeType&&b.appendChild(h);\n\"string\"==typeof h&&b.appendChild(a.parse(h).node)}return new l(b)};a._.make=r;a._.wrap=x;s.prototype.el=function(c,a){var b=r(c,this.node);a&&b.attr(a);return b};k.on(\"snap.util.getattr\",function(){var c=k.nt(),c=c.substring(c.lastIndexOf(\".\")+1),a=c.replace(/[A-Z]/g,function(c){return\"-\"+c.toLowerCase()});return pa[h](a)?this.node.ownerDocument.defaultView.getComputedStyle(this.node,null).getPropertyValue(a):v(this.node,c)});var pa={\"alignment-baseline\":0,\"baseline-shift\":0,clip:0,\"clip-path\":0,\n\"clip-rule\":0,color:0,\"color-interpolation\":0,\"color-interpolation-filters\":0,\"color-profile\":0,\"color-rendering\":0,cursor:0,direction:0,display:0,\"dominant-baseline\":0,\"enable-background\":0,fill:0,\"fill-opacity\":0,\"fill-rule\":0,filter:0,\"flood-color\":0,\"flood-opacity\":0,font:0,\"font-family\":0,\"font-size\":0,\"font-size-adjust\":0,\"font-stretch\":0,\"font-style\":0,\"font-variant\":0,\"font-weight\":0,\"glyph-orientation-horizontal\":0,\"glyph-orientation-vertical\":0,\"image-rendering\":0,kerning:0,\"letter-spacing\":0,\n\"lighting-color\":0,marker:0,\"marker-end\":0,\"marker-mid\":0,\"marker-start\":0,mask:0,opacity:0,overflow:0,\"pointer-events\":0,\"shape-rendering\":0,\"stop-color\":0,\"stop-opacity\":0,stroke:0,\"stroke-dasharray\":0,\"stroke-dashoffset\":0,\"stroke-linecap\":0,\"stroke-linejoin\":0,\"stroke-miterlimit\":0,\"stroke-opacity\":0,\"stroke-width\":0,\"text-anchor\":0,\"text-decoration\":0,\"text-rendering\":0,\"unicode-bidi\":0,visibility:0,\"word-spacing\":0,\"writing-mode\":0};k.on(\"snap.util.attr\",function(c){var a=k.nt(),b={},a=a.substring(a.lastIndexOf(\".\")+\n1);b[a]=c;var m=a.replace(/-(\\w)/gi,function(c,a){return a.toUpperCase()}),a=a.replace(/[A-Z]/g,function(c){return\"-\"+c.toLowerCase()});pa[h](a)?this.node.style[m]=null==c?aa:c:v(this.node,b)});a.ajax=function(c,a,b,m){var e=new XMLHttpRequest,h=V();if(e){if(y(a,\"function\"))m=b,b=a,a=null;else if(y(a,\"object\")){var d=[],f;for(f in a)a.hasOwnProperty(f)&&d.push(encodeURIComponent(f)+\"=\"+encodeURIComponent(a[f]));a=d.join(\"&\")}e.open(a?\"POST\":\"GET\",c,!0);a&&(e.setRequestHeader(\"X-Requested-With\",\"XMLHttpRequest\"),\ne.setRequestHeader(\"Content-type\",\"application/x-www-form-urlencoded\"));b&&(k.once(\"snap.ajax.\"+h+\".0\",b),k.once(\"snap.ajax.\"+h+\".200\",b),k.once(\"snap.ajax.\"+h+\".304\",b));e.onreadystatechange=function(){4==e.readyState&&k(\"snap.ajax.\"+h+\".\"+e.status,m,e)};if(4==e.readyState)return e;e.send(a);return e}};a.load=function(c,b,m){a.ajax(c,function(c){c=a.parse(c.responseText);m?b.call(m,c):b(c)})};a.getElementByPoint=function(c,a){var b,m,e=G.doc.elementFromPoint(c,a);if(G.win.opera&&\"svg\"==e.tagName){b=\ne;m=b.getBoundingClientRect();b=b.ownerDocument;var h=b.body,d=b.documentElement;b=m.top+(g.win.pageYOffset||d.scrollTop||h.scrollTop)-(d.clientTop||h.clientTop||0);m=m.left+(g.win.pageXOffset||d.scrollLeft||h.scrollLeft)-(d.clientLeft||h.clientLeft||0);h=e.createSVGRect();h.x=c-m;h.y=a-b;h.width=h.height=1;b=e.getIntersectionList(h,null);b.length&&(e=b[b.length-1])}return e?x(e):null};a.plugin=function(c){c(a,e,s,G,l)};return G.win.Snap=a}();C.plugin(function(a,k,y,M,A){function w(a,d,f,b,q,e){null==\nd&&\"[object SVGMatrix]\"==z.call(a)?(this.a=a.a,this.b=a.b,this.c=a.c,this.d=a.d,this.e=a.e,this.f=a.f):null!=a?(this.a=+a,this.b=+d,this.c=+f,this.d=+b,this.e=+q,this.f=+e):(this.a=1,this.c=this.b=0,this.d=1,this.f=this.e=0)}var z=Object.prototype.toString,d=String,f=Math;(function(n){function k(a){return a[0]*a[0]+a[1]*a[1]}function p(a){var d=f.sqrt(k(a));a[0]&&(a[0]/=d);a[1]&&(a[1]/=d)}n.add=function(a,d,e,f,n,p){var k=[[],[],[] ],u=[[this.a,this.c,this.e],[this.b,this.d,this.f],[0,0,1] ];d=[[a,\ne,n],[d,f,p],[0,0,1] ];a&&a instanceof w&&(d=[[a.a,a.c,a.e],[a.b,a.d,a.f],[0,0,1] ]);for(a=0;3>a;a++)for(e=0;3>e;e++){for(f=n=0;3>f;f++)n+=u[a][f]*d[f][e];k[a][e]=n}this.a=k[0][0];this.b=k[1][0];this.c=k[0][1];this.d=k[1][1];this.e=k[0][2];this.f=k[1][2];return this};n.invert=function(){var a=this.a*this.d-this.b*this.c;return new w(this.d/a,-this.b/a,-this.c/a,this.a/a,(this.c*this.f-this.d*this.e)/a,(this.b*this.e-this.a*this.f)/a)};n.clone=function(){return new w(this.a,this.b,this.c,this.d,this.e,\nthis.f)};n.translate=function(a,d){return this.add(1,0,0,1,a,d)};n.scale=function(a,d,e,f){null==d&&(d=a);(e||f)&&this.add(1,0,0,1,e,f);this.add(a,0,0,d,0,0);(e||f)&&this.add(1,0,0,1,-e,-f);return this};n.rotate=function(b,d,e){b=a.rad(b);d=d||0;e=e||0;var l=+f.cos(b).toFixed(9);b=+f.sin(b).toFixed(9);this.add(l,b,-b,l,d,e);return this.add(1,0,0,1,-d,-e)};n.x=function(a,d){return a*this.a+d*this.c+this.e};n.y=function(a,d){return a*this.b+d*this.d+this.f};n.get=function(a){return+this[d.fromCharCode(97+\na)].toFixed(4)};n.toString=function(){return\"matrix(\"+[this.get(0),this.get(1),this.get(2),this.get(3),this.get(4),this.get(5)].join()+\")\"};n.offset=function(){return[this.e.toFixed(4),this.f.toFixed(4)]};n.determinant=function(){return this.a*this.d-this.b*this.c};n.split=function(){var b={};b.dx=this.e;b.dy=this.f;var d=[[this.a,this.c],[this.b,this.d] ];b.scalex=f.sqrt(k(d[0]));p(d[0]);b.shear=d[0][0]*d[1][0]+d[0][1]*d[1][1];d[1]=[d[1][0]-d[0][0]*b.shear,d[1][1]-d[0][1]*b.shear];b.scaley=f.sqrt(k(d[1]));\np(d[1]);b.shear/=b.scaley;0>this.determinant()&&(b.scalex=-b.scalex);var e=-d[0][1],d=d[1][1];0>d?(b.rotate=a.deg(f.acos(d)),0>e&&(b.rotate=360-b.rotate)):b.rotate=a.deg(f.asin(e));b.isSimple=!+b.shear.toFixed(9)&&(b.scalex.toFixed(9)==b.scaley.toFixed(9)||!b.rotate);b.isSuperSimple=!+b.shear.toFixed(9)&&b.scalex.toFixed(9)==b.scaley.toFixed(9)&&!b.rotate;b.noRotation=!+b.shear.toFixed(9)&&!b.rotate;return b};n.toTransformString=function(a){a=a||this.split();if(+a.shear.toFixed(9))return\"m\"+[this.get(0),\nthis.get(1),this.get(2),this.get(3),this.get(4),this.get(5)];a.scalex=+a.scalex.toFixed(4);a.scaley=+a.scaley.toFixed(4);a.rotate=+a.rotate.toFixed(4);return(a.dx||a.dy?\"t\"+[+a.dx.toFixed(4),+a.dy.toFixed(4)]:\"\")+(1!=a.scalex||1!=a.scaley?\"s\"+[a.scalex,a.scaley,0,0]:\"\")+(a.rotate?\"r\"+[+a.rotate.toFixed(4),0,0]:\"\")}})(w.prototype);a.Matrix=w;a.matrix=function(a,d,f,b,k,e){return new w(a,d,f,b,k,e)}});C.plugin(function(a,v,y,M,A){function w(h){return function(d){k.stop();d instanceof A&&1==d.node.childNodes.length&&\n(\"radialGradient\"==d.node.firstChild.tagName||\"linearGradient\"==d.node.firstChild.tagName||\"pattern\"==d.node.firstChild.tagName)&&(d=d.node.firstChild,b(this).appendChild(d),d=u(d));if(d instanceof v)if(\"radialGradient\"==d.type||\"linearGradient\"==d.type||\"pattern\"==d.type){d.node.id||e(d.node,{id:d.id});var f=l(d.node.id)}else f=d.attr(h);else f=a.color(d),f.error?(f=a(b(this).ownerSVGElement).gradient(d))?(f.node.id||e(f.node,{id:f.id}),f=l(f.node.id)):f=d:f=r(f);d={};d[h]=f;e(this.node,d);this.node.style[h]=\nx}}function z(a){k.stop();a==+a&&(a+=\"px\");this.node.style.fontSize=a}function d(a){var b=[];a=a.childNodes;for(var e=0,f=a.length;e<f;e++){var l=a[e];3==l.nodeType&&b.push(l.nodeValue);\"tspan\"==l.tagName&&(1==l.childNodes.length&&3==l.firstChild.nodeType?b.push(l.firstChild.nodeValue):b.push(d(l)))}return b}function f(){k.stop();return this.node.style.fontSize}var n=a._.make,u=a._.wrap,p=a.is,b=a._.getSomeDefs,q=/^url\\(#?([^)]+)\\)$/,e=a._.$,l=a.url,r=String,s=a._.separator,x=\"\";k.on(\"snap.util.attr.mask\",\nfunction(a){if(a instanceof v||a instanceof A){k.stop();a instanceof A&&1==a.node.childNodes.length&&(a=a.node.firstChild,b(this).appendChild(a),a=u(a));if(\"mask\"==a.type)var d=a;else d=n(\"mask\",b(this)),d.node.appendChild(a.node);!d.node.id&&e(d.node,{id:d.id});e(this.node,{mask:l(d.id)})}});(function(a){k.on(\"snap.util.attr.clip\",a);k.on(\"snap.util.attr.clip-path\",a);k.on(\"snap.util.attr.clipPath\",a)})(function(a){if(a instanceof v||a instanceof A){k.stop();if(\"clipPath\"==a.type)var d=a;else d=\nn(\"clipPath\",b(this)),d.node.appendChild(a.node),!d.node.id&&e(d.node,{id:d.id});e(this.node,{\"clip-path\":l(d.id)})}});k.on(\"snap.util.attr.fill\",w(\"fill\"));k.on(\"snap.util.attr.stroke\",w(\"stroke\"));var G=/^([lr])(?:\\(([^)]*)\\))?(.*)$/i;k.on(\"snap.util.grad.parse\",function(a){a=r(a);var b=a.match(G);if(!b)return null;a=b[1];var e=b[2],b=b[3],e=e.split(/\\s*,\\s*/).map(function(a){return+a==a?+a:a});1==e.length&&0==e[0]&&(e=[]);b=b.split(\"-\");b=b.map(function(a){a=a.split(\":\");var b={color:a[0]};a[1]&&\n(b.offset=parseFloat(a[1]));return b});return{type:a,params:e,stops:b}});k.on(\"snap.util.attr.d\",function(b){k.stop();p(b,\"array\")&&p(b[0],\"array\")&&(b=a.path.toString.call(b));b=r(b);b.match(/[ruo]/i)&&(b=a.path.toAbsolute(b));e(this.node,{d:b})})(-1);k.on(\"snap.util.attr.#text\",function(a){k.stop();a=r(a);for(a=M.doc.createTextNode(a);this.node.firstChild;)this.node.removeChild(this.node.firstChild);this.node.appendChild(a)})(-1);k.on(\"snap.util.attr.path\",function(a){k.stop();this.attr({d:a})})(-1);\nk.on(\"snap.util.attr.class\",function(a){k.stop();this.node.className.baseVal=a})(-1);k.on(\"snap.util.attr.viewBox\",function(a){a=p(a,\"object\")&&\"x\"in a?[a.x,a.y,a.width,a.height].join(\" \"):p(a,\"array\")?a.join(\" \"):a;e(this.node,{viewBox:a});k.stop()})(-1);k.on(\"snap.util.attr.transform\",function(a){this.transform(a);k.stop()})(-1);k.on(\"snap.util.attr.r\",function(a){\"rect\"==this.type&&(k.stop(),e(this.node,{rx:a,ry:a}))})(-1);k.on(\"snap.util.attr.textpath\",function(a){k.stop();if(\"text\"==this.type){var d,\nf;if(!a&&this.textPath){for(a=this.textPath;a.node.firstChild;)this.node.appendChild(a.node.firstChild);a.remove();delete this.textPath}else if(p(a,\"string\")?(d=b(this),a=u(d.parentNode).path(a),d.appendChild(a.node),d=a.id,a.attr({id:d})):(a=u(a),a instanceof v&&(d=a.attr(\"id\"),d||(d=a.id,a.attr({id:d})))),d)if(a=this.textPath,f=this.node,a)a.attr({\"xlink:href\":\"#\"+d});else{for(a=e(\"textPath\",{\"xlink:href\":\"#\"+d});f.firstChild;)a.appendChild(f.firstChild);f.appendChild(a);this.textPath=u(a)}}})(-1);\nk.on(\"snap.util.attr.text\",function(a){if(\"text\"==this.type){for(var b=this.node,d=function(a){var b=e(\"tspan\");if(p(a,\"array\"))for(var f=0;f<a.length;f++)b.appendChild(d(a[f]));else b.appendChild(M.doc.createTextNode(a));b.normalize&&b.normalize();return b};b.firstChild;)b.removeChild(b.firstChild);for(a=d(a);a.firstChild;)b.appendChild(a.firstChild)}k.stop()})(-1);k.on(\"snap.util.attr.fontSize\",z)(-1);k.on(\"snap.util.attr.font-size\",z)(-1);k.on(\"snap.util.getattr.transform\",function(){k.stop();\nreturn this.transform()})(-1);k.on(\"snap.util.getattr.textpath\",function(){k.stop();return this.textPath})(-1);(function(){function b(d){return function(){k.stop();var b=M.doc.defaultView.getComputedStyle(this.node,null).getPropertyValue(\"marker-\"+d);return\"none\"==b?b:a(M.doc.getElementById(b.match(q)[1]))}}function d(a){return function(b){k.stop();var d=\"marker\"+a.charAt(0).toUpperCase()+a.substring(1);if(\"\"==b||!b)this.node.style[d]=\"none\";else if(\"marker\"==b.type){var f=b.node.id;f||e(b.node,{id:b.id});\nthis.node.style[d]=l(f)}}}k.on(\"snap.util.getattr.marker-end\",b(\"end\"))(-1);k.on(\"snap.util.getattr.markerEnd\",b(\"end\"))(-1);k.on(\"snap.util.getattr.marker-start\",b(\"start\"))(-1);k.on(\"snap.util.getattr.markerStart\",b(\"start\"))(-1);k.on(\"snap.util.getattr.marker-mid\",b(\"mid\"))(-1);k.on(\"snap.util.getattr.markerMid\",b(\"mid\"))(-1);k.on(\"snap.util.attr.marker-end\",d(\"end\"))(-1);k.on(\"snap.util.attr.markerEnd\",d(\"end\"))(-1);k.on(\"snap.util.attr.marker-start\",d(\"start\"))(-1);k.on(\"snap.util.attr.markerStart\",\nd(\"start\"))(-1);k.on(\"snap.util.attr.marker-mid\",d(\"mid\"))(-1);k.on(\"snap.util.attr.markerMid\",d(\"mid\"))(-1)})();k.on(\"snap.util.getattr.r\",function(){if(\"rect\"==this.type&&e(this.node,\"rx\")==e(this.node,\"ry\"))return k.stop(),e(this.node,\"rx\")})(-1);k.on(\"snap.util.getattr.text\",function(){if(\"text\"==this.type||\"tspan\"==this.type){k.stop();var a=d(this.node);return 1==a.length?a[0]:a}})(-1);k.on(\"snap.util.getattr.#text\",function(){return this.node.textContent})(-1);k.on(\"snap.util.getattr.viewBox\",\nfunction(){k.stop();var b=e(this.node,\"viewBox\");if(b)return b=b.split(s),a._.box(+b[0],+b[1],+b[2],+b[3])})(-1);k.on(\"snap.util.getattr.points\",function(){var a=e(this.node,\"points\");k.stop();if(a)return a.split(s)})(-1);k.on(\"snap.util.getattr.path\",function(){var a=e(this.node,\"d\");k.stop();return a})(-1);k.on(\"snap.util.getattr.class\",function(){return this.node.className.baseVal})(-1);k.on(\"snap.util.getattr.fontSize\",f)(-1);k.on(\"snap.util.getattr.font-size\",f)(-1)});C.plugin(function(a,v,y,\nM,A){function w(a){return a}function z(a){return function(b){return+b.toFixed(3)+a}}var d={\"+\":function(a,b){return a+b},\"-\":function(a,b){return a-b},\"/\":function(a,b){return a/b},\"*\":function(a,b){return a*b}},f=String,n=/[a-z]+$/i,u=/^\\s*([+\\-\\/*])\\s*=\\s*([\\d.eE+\\-]+)\\s*([^\\d\\s]+)?\\s*$/;k.on(\"snap.util.attr\",function(a){if(a=f(a).match(u)){var b=k.nt(),b=b.substring(b.lastIndexOf(\".\")+1),q=this.attr(b),e={};k.stop();var l=a[3]||\"\",r=q.match(n),s=d[a[1] ];r&&r==l?a=s(parseFloat(q),+a[2]):(q=this.asPX(b),\na=s(this.asPX(b),this.asPX(b,a[2]+l)));isNaN(q)||isNaN(a)||(e[b]=a,this.attr(e))}})(-10);k.on(\"snap.util.equal\",function(a,b){var q=f(this.attr(a)||\"\"),e=f(b).match(u);if(e){k.stop();var l=e[3]||\"\",r=q.match(n),s=d[e[1] ];if(r&&r==l)return{from:parseFloat(q),to:s(parseFloat(q),+e[2]),f:z(r)};q=this.asPX(a);return{from:q,to:s(q,this.asPX(a,e[2]+l)),f:w}}})(-10)});C.plugin(function(a,v,y,M,A){var w=y.prototype,z=a.is;w.rect=function(a,d,k,p,b,q){var e;null==q&&(q=b);z(a,\"object\")&&\"[object Object]\"==\na?e=a:null!=a&&(e={x:a,y:d,width:k,height:p},null!=b&&(e.rx=b,e.ry=q));return this.el(\"rect\",e)};w.circle=function(a,d,k){var p;z(a,\"object\")&&\"[object Object]\"==a?p=a:null!=a&&(p={cx:a,cy:d,r:k});return this.el(\"circle\",p)};var d=function(){function a(){this.parentNode.removeChild(this)}return function(d,k){var p=M.doc.createElement(\"img\"),b=M.doc.body;p.style.cssText=\"position:absolute;left:-9999em;top:-9999em\";p.onload=function(){k.call(p);p.onload=p.onerror=null;b.removeChild(p)};p.onerror=a;\nb.appendChild(p);p.src=d}}();w.image=function(f,n,k,p,b){var q=this.el(\"image\");if(z(f,\"object\")&&\"src\"in f)q.attr(f);else if(null!=f){var e={\"xlink:href\":f,preserveAspectRatio:\"none\"};null!=n&&null!=k&&(e.x=n,e.y=k);null!=p&&null!=b?(e.width=p,e.height=b):d(f,function(){a._.$(q.node,{width:this.offsetWidth,height:this.offsetHeight})});a._.$(q.node,e)}return q};w.ellipse=function(a,d,k,p){var b;z(a,\"object\")&&\"[object Object]\"==a?b=a:null!=a&&(b={cx:a,cy:d,rx:k,ry:p});return this.el(\"ellipse\",b)};\nw.path=function(a){var d;z(a,\"object\")&&!z(a,\"array\")?d=a:a&&(d={d:a});return this.el(\"path\",d)};w.group=w.g=function(a){var d=this.el(\"g\");1==arguments.length&&a&&!a.type?d.attr(a):arguments.length&&d.add(Array.prototype.slice.call(arguments,0));return d};w.svg=function(a,d,k,p,b,q,e,l){var r={};z(a,\"object\")&&null==d?r=a:(null!=a&&(r.x=a),null!=d&&(r.y=d),null!=k&&(r.width=k),null!=p&&(r.height=p),null!=b&&null!=q&&null!=e&&null!=l&&(r.viewBox=[b,q,e,l]));return this.el(\"svg\",r)};w.mask=function(a){var d=\nthis.el(\"mask\");1==arguments.length&&a&&!a.type?d.attr(a):arguments.length&&d.add(Array.prototype.slice.call(arguments,0));return d};w.ptrn=function(a,d,k,p,b,q,e,l){if(z(a,\"object\"))var r=a;else arguments.length?(r={},null!=a&&(r.x=a),null!=d&&(r.y=d),null!=k&&(r.width=k),null!=p&&(r.height=p),null!=b&&null!=q&&null!=e&&null!=l&&(r.viewBox=[b,q,e,l])):r={patternUnits:\"userSpaceOnUse\"};return this.el(\"pattern\",r)};w.use=function(a){return null!=a?(make(\"use\",this.node),a instanceof v&&(a.attr(\"id\")||\na.attr({id:ID()}),a=a.attr(\"id\")),this.el(\"use\",{\"xlink:href\":a})):v.prototype.use.call(this)};w.text=function(a,d,k){var p={};z(a,\"object\")?p=a:null!=a&&(p={x:a,y:d,text:k||\"\"});return this.el(\"text\",p)};w.line=function(a,d,k,p){var b={};z(a,\"object\")?b=a:null!=a&&(b={x1:a,x2:k,y1:d,y2:p});return this.el(\"line\",b)};w.polyline=function(a){1<arguments.length&&(a=Array.prototype.slice.call(arguments,0));var d={};z(a,\"object\")&&!z(a,\"array\")?d=a:null!=a&&(d={points:a});return this.el(\"polyline\",d)};\nw.polygon=function(a){1<arguments.length&&(a=Array.prototype.slice.call(arguments,0));var d={};z(a,\"object\")&&!z(a,\"array\")?d=a:null!=a&&(d={points:a});return this.el(\"polygon\",d)};(function(){function d(){return this.selectAll(\"stop\")}function n(b,d){var f=e(\"stop\"),k={offset:+d+\"%\"};b=a.color(b);k[\"stop-color\"]=b.hex;1>b.opacity&&(k[\"stop-opacity\"]=b.opacity);e(f,k);this.node.appendChild(f);return this}function u(){if(\"linearGradient\"==this.type){var b=e(this.node,\"x1\")||0,d=e(this.node,\"x2\")||\n1,f=e(this.node,\"y1\")||0,k=e(this.node,\"y2\")||0;return a._.box(b,f,math.abs(d-b),math.abs(k-f))}b=this.node.r||0;return a._.box((this.node.cx||0.5)-b,(this.node.cy||0.5)-b,2*b,2*b)}function p(a,d){function f(a,b){for(var d=(b-u)/(a-w),e=w;e<a;e++)h[e].offset=+(+u+d*(e-w)).toFixed(2);w=a;u=b}var n=k(\"snap.util.grad.parse\",null,d).firstDefined(),p;if(!n)return null;n.params.unshift(a);p=\"l\"==n.type.toLowerCase()?b.apply(0,n.params):q.apply(0,n.params);n.type!=n.type.toLowerCase()&&e(p.node,{gradientUnits:\"userSpaceOnUse\"});\nvar h=n.stops,n=h.length,u=0,w=0;n--;for(var v=0;v<n;v++)\"offset\"in h[v]&&f(v,h[v].offset);h[n].offset=h[n].offset||100;f(n,h[n].offset);for(v=0;v<=n;v++){var y=h[v];p.addStop(y.color,y.offset)}return p}function b(b,k,p,q,w){b=a._.make(\"linearGradient\",b);b.stops=d;b.addStop=n;b.getBBox=u;null!=k&&e(b.node,{x1:k,y1:p,x2:q,y2:w});return b}function q(b,k,p,q,w,h){b=a._.make(\"radialGradient\",b);b.stops=d;b.addStop=n;b.getBBox=u;null!=k&&e(b.node,{cx:k,cy:p,r:q});null!=w&&null!=h&&e(b.node,{fx:w,fy:h});\nreturn b}var e=a._.$;w.gradient=function(a){return p(this.defs,a)};w.gradientLinear=function(a,d,e,f){return b(this.defs,a,d,e,f)};w.gradientRadial=function(a,b,d,e,f){return q(this.defs,a,b,d,e,f)};w.toString=function(){var b=this.node.ownerDocument,d=b.createDocumentFragment(),b=b.createElement(\"div\"),e=this.node.cloneNode(!0);d.appendChild(b);b.appendChild(e);a._.$(e,{xmlns:\"http://www.w3.org/2000/svg\"});b=b.innerHTML;d.removeChild(d.firstChild);return b};w.clear=function(){for(var a=this.node.firstChild,\nb;a;)b=a.nextSibling,\"defs\"!=a.tagName?a.parentNode.removeChild(a):w.clear.call({node:a}),a=b}})()});C.plugin(function(a,k,y,M){function A(a){var b=A.ps=A.ps||{};b[a]?b[a].sleep=100:b[a]={sleep:100};setTimeout(function(){for(var d in b)b[L](d)&&d!=a&&(b[d].sleep--,!b[d].sleep&&delete b[d])});return b[a]}function w(a,b,d,e){null==a&&(a=b=d=e=0);null==b&&(b=a.y,d=a.width,e=a.height,a=a.x);return{x:a,y:b,width:d,w:d,height:e,h:e,x2:a+d,y2:b+e,cx:a+d/2,cy:b+e/2,r1:F.min(d,e)/2,r2:F.max(d,e)/2,r0:F.sqrt(d*\nd+e*e)/2,path:s(a,b,d,e),vb:[a,b,d,e].join(\" \")}}function z(){return this.join(\",\").replace(N,\"$1\")}function d(a){a=C(a);a.toString=z;return a}function f(a,b,d,h,f,k,l,n,p){if(null==p)return e(a,b,d,h,f,k,l,n);if(0>p||e(a,b,d,h,f,k,l,n)<p)p=void 0;else{var q=0.5,O=1-q,s;for(s=e(a,b,d,h,f,k,l,n,O);0.01<Z(s-p);)q/=2,O+=(s<p?1:-1)*q,s=e(a,b,d,h,f,k,l,n,O);p=O}return u(a,b,d,h,f,k,l,n,p)}function n(b,d){function e(a){return+(+a).toFixed(3)}return a._.cacher(function(a,h,l){a instanceof k&&(a=a.attr(\"d\"));\na=I(a);for(var n,p,D,q,O=\"\",s={},c=0,t=0,r=a.length;t<r;t++){D=a[t];if(\"M\"==D[0])n=+D[1],p=+D[2];else{q=f(n,p,D[1],D[2],D[3],D[4],D[5],D[6]);if(c+q>h){if(d&&!s.start){n=f(n,p,D[1],D[2],D[3],D[4],D[5],D[6],h-c);O+=[\"C\"+e(n.start.x),e(n.start.y),e(n.m.x),e(n.m.y),e(n.x),e(n.y)];if(l)return O;s.start=O;O=[\"M\"+e(n.x),e(n.y)+\"C\"+e(n.n.x),e(n.n.y),e(n.end.x),e(n.end.y),e(D[5]),e(D[6])].join();c+=q;n=+D[5];p=+D[6];continue}if(!b&&!d)return n=f(n,p,D[1],D[2],D[3],D[4],D[5],D[6],h-c)}c+=q;n=+D[5];p=+D[6]}O+=\nD.shift()+D}s.end=O;return n=b?c:d?s:u(n,p,D[0],D[1],D[2],D[3],D[4],D[5],1)},null,a._.clone)}function u(a,b,d,e,h,f,k,l,n){var p=1-n,q=ma(p,3),s=ma(p,2),c=n*n,t=c*n,r=q*a+3*s*n*d+3*p*n*n*h+t*k,q=q*b+3*s*n*e+3*p*n*n*f+t*l,s=a+2*n*(d-a)+c*(h-2*d+a),t=b+2*n*(e-b)+c*(f-2*e+b),x=d+2*n*(h-d)+c*(k-2*h+d),c=e+2*n*(f-e)+c*(l-2*f+e);a=p*a+n*d;b=p*b+n*e;h=p*h+n*k;f=p*f+n*l;l=90-180*F.atan2(s-x,t-c)/S;return{x:r,y:q,m:{x:s,y:t},n:{x:x,y:c},start:{x:a,y:b},end:{x:h,y:f},alpha:l}}function p(b,d,e,h,f,n,k,l){a.is(b,\n\"array\")||(b=[b,d,e,h,f,n,k,l]);b=U.apply(null,b);return w(b.min.x,b.min.y,b.max.x-b.min.x,b.max.y-b.min.y)}function b(a,b,d){return b>=a.x&&b<=a.x+a.width&&d>=a.y&&d<=a.y+a.height}function q(a,d){a=w(a);d=w(d);return b(d,a.x,a.y)||b(d,a.x2,a.y)||b(d,a.x,a.y2)||b(d,a.x2,a.y2)||b(a,d.x,d.y)||b(a,d.x2,d.y)||b(a,d.x,d.y2)||b(a,d.x2,d.y2)||(a.x<d.x2&&a.x>d.x||d.x<a.x2&&d.x>a.x)&&(a.y<d.y2&&a.y>d.y||d.y<a.y2&&d.y>a.y)}function e(a,b,d,e,h,f,n,k,l){null==l&&(l=1);l=(1<l?1:0>l?0:l)/2;for(var p=[-0.1252,\n0.1252,-0.3678,0.3678,-0.5873,0.5873,-0.7699,0.7699,-0.9041,0.9041,-0.9816,0.9816],q=[0.2491,0.2491,0.2335,0.2335,0.2032,0.2032,0.1601,0.1601,0.1069,0.1069,0.0472,0.0472],s=0,c=0;12>c;c++)var t=l*p[c]+l,r=t*(t*(-3*a+9*d-9*h+3*n)+6*a-12*d+6*h)-3*a+3*d,t=t*(t*(-3*b+9*e-9*f+3*k)+6*b-12*e+6*f)-3*b+3*e,s=s+q[c]*F.sqrt(r*r+t*t);return l*s}function l(a,b,d){a=I(a);b=I(b);for(var h,f,l,n,k,s,r,O,x,c,t=d?0:[],w=0,v=a.length;w<v;w++)if(x=a[w],\"M\"==x[0])h=k=x[1],f=s=x[2];else{\"C\"==x[0]?(x=[h,f].concat(x.slice(1)),\nh=x[6],f=x[7]):(x=[h,f,h,f,k,s,k,s],h=k,f=s);for(var G=0,y=b.length;G<y;G++)if(c=b[G],\"M\"==c[0])l=r=c[1],n=O=c[2];else{\"C\"==c[0]?(c=[l,n].concat(c.slice(1)),l=c[6],n=c[7]):(c=[l,n,l,n,r,O,r,O],l=r,n=O);var z;var K=x,B=c;z=d;var H=p(K),J=p(B);if(q(H,J)){for(var H=e.apply(0,K),J=e.apply(0,B),H=~~(H/8),J=~~(J/8),U=[],A=[],F={},M=z?0:[],P=0;P<H+1;P++){var C=u.apply(0,K.concat(P/H));U.push({x:C.x,y:C.y,t:P/H})}for(P=0;P<J+1;P++)C=u.apply(0,B.concat(P/J)),A.push({x:C.x,y:C.y,t:P/J});for(P=0;P<H;P++)for(K=\n0;K<J;K++){var Q=U[P],L=U[P+1],B=A[K],C=A[K+1],N=0.001>Z(L.x-Q.x)?\"y\":\"x\",S=0.001>Z(C.x-B.x)?\"y\":\"x\",R;R=Q.x;var Y=Q.y,V=L.x,ea=L.y,fa=B.x,ga=B.y,ha=C.x,ia=C.y;if(W(R,V)<X(fa,ha)||X(R,V)>W(fa,ha)||W(Y,ea)<X(ga,ia)||X(Y,ea)>W(ga,ia))R=void 0;else{var $=(R*ea-Y*V)*(fa-ha)-(R-V)*(fa*ia-ga*ha),aa=(R*ea-Y*V)*(ga-ia)-(Y-ea)*(fa*ia-ga*ha),ja=(R-V)*(ga-ia)-(Y-ea)*(fa-ha);if(ja){var $=$/ja,aa=aa/ja,ja=+$.toFixed(2),ba=+aa.toFixed(2);R=ja<+X(R,V).toFixed(2)||ja>+W(R,V).toFixed(2)||ja<+X(fa,ha).toFixed(2)||\nja>+W(fa,ha).toFixed(2)||ba<+X(Y,ea).toFixed(2)||ba>+W(Y,ea).toFixed(2)||ba<+X(ga,ia).toFixed(2)||ba>+W(ga,ia).toFixed(2)?void 0:{x:$,y:aa}}else R=void 0}R&&F[R.x.toFixed(4)]!=R.y.toFixed(4)&&(F[R.x.toFixed(4)]=R.y.toFixed(4),Q=Q.t+Z((R[N]-Q[N])/(L[N]-Q[N]))*(L.t-Q.t),B=B.t+Z((R[S]-B[S])/(C[S]-B[S]))*(C.t-B.t),0<=Q&&1>=Q&&0<=B&&1>=B&&(z?M++:M.push({x:R.x,y:R.y,t1:Q,t2:B})))}z=M}else z=z?0:[];if(d)t+=z;else{H=0;for(J=z.length;H<J;H++)z[H].segment1=w,z[H].segment2=G,z[H].bez1=x,z[H].bez2=c;t=t.concat(z)}}}return t}\nfunction r(a){var b=A(a);if(b.bbox)return C(b.bbox);if(!a)return w();a=I(a);for(var d=0,e=0,h=[],f=[],l,n=0,k=a.length;n<k;n++)l=a[n],\"M\"==l[0]?(d=l[1],e=l[2],h.push(d),f.push(e)):(d=U(d,e,l[1],l[2],l[3],l[4],l[5],l[6]),h=h.concat(d.min.x,d.max.x),f=f.concat(d.min.y,d.max.y),d=l[5],e=l[6]);a=X.apply(0,h);l=X.apply(0,f);h=W.apply(0,h);f=W.apply(0,f);f=w(a,l,h-a,f-l);b.bbox=C(f);return f}function s(a,b,d,e,h){if(h)return[[\"M\",+a+ +h,b],[\"l\",d-2*h,0],[\"a\",h,h,0,0,1,h,h],[\"l\",0,e-2*h],[\"a\",h,h,0,0,1,\n-h,h],[\"l\",2*h-d,0],[\"a\",h,h,0,0,1,-h,-h],[\"l\",0,2*h-e],[\"a\",h,h,0,0,1,h,-h],[\"z\"] ];a=[[\"M\",a,b],[\"l\",d,0],[\"l\",0,e],[\"l\",-d,0],[\"z\"] ];a.toString=z;return a}function x(a,b,d,e,h){null==h&&null==e&&(e=d);a=+a;b=+b;d=+d;e=+e;if(null!=h){var f=Math.PI/180,l=a+d*Math.cos(-e*f);a+=d*Math.cos(-h*f);var n=b+d*Math.sin(-e*f);b+=d*Math.sin(-h*f);d=[[\"M\",l,n],[\"A\",d,d,0,+(180<h-e),0,a,b] ]}else d=[[\"M\",a,b],[\"m\",0,-e],[\"a\",d,e,0,1,1,0,2*e],[\"a\",d,e,0,1,1,0,-2*e],[\"z\"] ];d.toString=z;return d}function G(b){var e=\nA(b);if(e.abs)return d(e.abs);Q(b,\"array\")&&Q(b&&b[0],\"array\")||(b=a.parsePathString(b));if(!b||!b.length)return[[\"M\",0,0] ];var h=[],f=0,l=0,n=0,k=0,p=0;\"M\"==b[0][0]&&(f=+b[0][1],l=+b[0][2],n=f,k=l,p++,h[0]=[\"M\",f,l]);for(var q=3==b.length&&\"M\"==b[0][0]&&\"R\"==b[1][0].toUpperCase()&&\"Z\"==b[2][0].toUpperCase(),s,r,w=p,c=b.length;w<c;w++){h.push(s=[]);r=b[w];p=r[0];if(p!=p.toUpperCase())switch(s[0]=p.toUpperCase(),s[0]){case \"A\":s[1]=r[1];s[2]=r[2];s[3]=r[3];s[4]=r[4];s[5]=r[5];s[6]=+r[6]+f;s[7]=+r[7]+\nl;break;case \"V\":s[1]=+r[1]+l;break;case \"H\":s[1]=+r[1]+f;break;case \"R\":for(var t=[f,l].concat(r.slice(1)),u=2,v=t.length;u<v;u++)t[u]=+t[u]+f,t[++u]=+t[u]+l;h.pop();h=h.concat(P(t,q));break;case \"O\":h.pop();t=x(f,l,r[1],r[2]);t.push(t[0]);h=h.concat(t);break;case \"U\":h.pop();h=h.concat(x(f,l,r[1],r[2],r[3]));s=[\"U\"].concat(h[h.length-1].slice(-2));break;case \"M\":n=+r[1]+f,k=+r[2]+l;default:for(u=1,v=r.length;u<v;u++)s[u]=+r[u]+(u%2?f:l)}else if(\"R\"==p)t=[f,l].concat(r.slice(1)),h.pop(),h=h.concat(P(t,\nq)),s=[\"R\"].concat(r.slice(-2));else if(\"O\"==p)h.pop(),t=x(f,l,r[1],r[2]),t.push(t[0]),h=h.concat(t);else if(\"U\"==p)h.pop(),h=h.concat(x(f,l,r[1],r[2],r[3])),s=[\"U\"].concat(h[h.length-1].slice(-2));else for(t=0,u=r.length;t<u;t++)s[t]=r[t];p=p.toUpperCase();if(\"O\"!=p)switch(s[0]){case \"Z\":f=+n;l=+k;break;case \"H\":f=s[1];break;case \"V\":l=s[1];break;case \"M\":n=s[s.length-2],k=s[s.length-1];default:f=s[s.length-2],l=s[s.length-1]}}h.toString=z;e.abs=d(h);return h}function h(a,b,d,e){return[a,b,d,e,d,\ne]}function J(a,b,d,e,h,f){var l=1/3,n=2/3;return[l*a+n*d,l*b+n*e,l*h+n*d,l*f+n*e,h,f]}function K(b,d,e,h,f,l,n,k,p,s){var r=120*S/180,q=S/180*(+f||0),c=[],t,x=a._.cacher(function(a,b,c){var d=a*F.cos(c)-b*F.sin(c);a=a*F.sin(c)+b*F.cos(c);return{x:d,y:a}});if(s)v=s[0],t=s[1],l=s[2],u=s[3];else{t=x(b,d,-q);b=t.x;d=t.y;t=x(k,p,-q);k=t.x;p=t.y;F.cos(S/180*f);F.sin(S/180*f);t=(b-k)/2;v=(d-p)/2;u=t*t/(e*e)+v*v/(h*h);1<u&&(u=F.sqrt(u),e*=u,h*=u);var u=e*e,w=h*h,u=(l==n?-1:1)*F.sqrt(Z((u*w-u*v*v-w*t*t)/\n(u*v*v+w*t*t)));l=u*e*v/h+(b+k)/2;var u=u*-h*t/e+(d+p)/2,v=F.asin(((d-u)/h).toFixed(9));t=F.asin(((p-u)/h).toFixed(9));v=b<l?S-v:v;t=k<l?S-t:t;0>v&&(v=2*S+v);0>t&&(t=2*S+t);n&&v>t&&(v-=2*S);!n&&t>v&&(t-=2*S)}if(Z(t-v)>r){var c=t,w=k,G=p;t=v+r*(n&&t>v?1:-1);k=l+e*F.cos(t);p=u+h*F.sin(t);c=K(k,p,e,h,f,0,n,w,G,[t,c,l,u])}l=t-v;f=F.cos(v);r=F.sin(v);n=F.cos(t);t=F.sin(t);l=F.tan(l/4);e=4/3*e*l;l*=4/3*h;h=[b,d];b=[b+e*r,d-l*f];d=[k+e*t,p-l*n];k=[k,p];b[0]=2*h[0]-b[0];b[1]=2*h[1]-b[1];if(s)return[b,d,k].concat(c);\nc=[b,d,k].concat(c).join().split(\",\");s=[];k=0;for(p=c.length;k<p;k++)s[k]=k%2?x(c[k-1],c[k],q).y:x(c[k],c[k+1],q).x;return s}function U(a,b,d,e,h,f,l,k){for(var n=[],p=[[],[] ],s,r,c,t,q=0;2>q;++q)0==q?(r=6*a-12*d+6*h,s=-3*a+9*d-9*h+3*l,c=3*d-3*a):(r=6*b-12*e+6*f,s=-3*b+9*e-9*f+3*k,c=3*e-3*b),1E-12>Z(s)?1E-12>Z(r)||(s=-c/r,0<s&&1>s&&n.push(s)):(t=r*r-4*c*s,c=F.sqrt(t),0>t||(t=(-r+c)/(2*s),0<t&&1>t&&n.push(t),s=(-r-c)/(2*s),0<s&&1>s&&n.push(s)));for(r=q=n.length;q--;)s=n[q],c=1-s,p[0][q]=c*c*c*a+3*\nc*c*s*d+3*c*s*s*h+s*s*s*l,p[1][q]=c*c*c*b+3*c*c*s*e+3*c*s*s*f+s*s*s*k;p[0][r]=a;p[1][r]=b;p[0][r+1]=l;p[1][r+1]=k;p[0].length=p[1].length=r+2;return{min:{x:X.apply(0,p[0]),y:X.apply(0,p[1])},max:{x:W.apply(0,p[0]),y:W.apply(0,p[1])}}}function I(a,b){var e=!b&&A(a);if(!b&&e.curve)return d(e.curve);var f=G(a),l=b&&G(b),n={x:0,y:0,bx:0,by:0,X:0,Y:0,qx:null,qy:null},k={x:0,y:0,bx:0,by:0,X:0,Y:0,qx:null,qy:null},p=function(a,b,c){if(!a)return[\"C\",b.x,b.y,b.x,b.y,b.x,b.y];a[0]in{T:1,Q:1}||(b.qx=b.qy=null);\nswitch(a[0]){case \"M\":b.X=a[1];b.Y=a[2];break;case \"A\":a=[\"C\"].concat(K.apply(0,[b.x,b.y].concat(a.slice(1))));break;case \"S\":\"C\"==c||\"S\"==c?(c=2*b.x-b.bx,b=2*b.y-b.by):(c=b.x,b=b.y);a=[\"C\",c,b].concat(a.slice(1));break;case \"T\":\"Q\"==c||\"T\"==c?(b.qx=2*b.x-b.qx,b.qy=2*b.y-b.qy):(b.qx=b.x,b.qy=b.y);a=[\"C\"].concat(J(b.x,b.y,b.qx,b.qy,a[1],a[2]));break;case \"Q\":b.qx=a[1];b.qy=a[2];a=[\"C\"].concat(J(b.x,b.y,a[1],a[2],a[3],a[4]));break;case \"L\":a=[\"C\"].concat(h(b.x,b.y,a[1],a[2]));break;case \"H\":a=[\"C\"].concat(h(b.x,\nb.y,a[1],b.y));break;case \"V\":a=[\"C\"].concat(h(b.x,b.y,b.x,a[1]));break;case \"Z\":a=[\"C\"].concat(h(b.x,b.y,b.X,b.Y))}return a},s=function(a,b){if(7<a[b].length){a[b].shift();for(var c=a[b];c.length;)q[b]=\"A\",l&&(u[b]=\"A\"),a.splice(b++,0,[\"C\"].concat(c.splice(0,6)));a.splice(b,1);v=W(f.length,l&&l.length||0)}},r=function(a,b,c,d,e){a&&b&&\"M\"==a[e][0]&&\"M\"!=b[e][0]&&(b.splice(e,0,[\"M\",d.x,d.y]),c.bx=0,c.by=0,c.x=a[e][1],c.y=a[e][2],v=W(f.length,l&&l.length||0))},q=[],u=[],c=\"\",t=\"\",x=0,v=W(f.length,\nl&&l.length||0);for(;x<v;x++){f[x]&&(c=f[x][0]);\"C\"!=c&&(q[x]=c,x&&(t=q[x-1]));f[x]=p(f[x],n,t);\"A\"!=q[x]&&\"C\"==c&&(q[x]=\"C\");s(f,x);l&&(l[x]&&(c=l[x][0]),\"C\"!=c&&(u[x]=c,x&&(t=u[x-1])),l[x]=p(l[x],k,t),\"A\"!=u[x]&&\"C\"==c&&(u[x]=\"C\"),s(l,x));r(f,l,n,k,x);r(l,f,k,n,x);var w=f[x],z=l&&l[x],y=w.length,U=l&&z.length;n.x=w[y-2];n.y=w[y-1];n.bx=$(w[y-4])||n.x;n.by=$(w[y-3])||n.y;k.bx=l&&($(z[U-4])||k.x);k.by=l&&($(z[U-3])||k.y);k.x=l&&z[U-2];k.y=l&&z[U-1]}l||(e.curve=d(f));return l?[f,l]:f}function P(a,\nb){for(var d=[],e=0,h=a.length;h-2*!b>e;e+=2){var f=[{x:+a[e-2],y:+a[e-1]},{x:+a[e],y:+a[e+1]},{x:+a[e+2],y:+a[e+3]},{x:+a[e+4],y:+a[e+5]}];b?e?h-4==e?f[3]={x:+a[0],y:+a[1]}:h-2==e&&(f[2]={x:+a[0],y:+a[1]},f[3]={x:+a[2],y:+a[3]}):f[0]={x:+a[h-2],y:+a[h-1]}:h-4==e?f[3]=f[2]:e||(f[0]={x:+a[e],y:+a[e+1]});d.push([\"C\",(-f[0].x+6*f[1].x+f[2].x)/6,(-f[0].y+6*f[1].y+f[2].y)/6,(f[1].x+6*f[2].x-f[3].x)/6,(f[1].y+6*f[2].y-f[3].y)/6,f[2].x,f[2].y])}return d}y=k.prototype;var Q=a.is,C=a._.clone,L=\"hasOwnProperty\",\nN=/,?([a-z]),?/gi,$=parseFloat,F=Math,S=F.PI,X=F.min,W=F.max,ma=F.pow,Z=F.abs;M=n(1);var na=n(),ba=n(0,1),V=a._unit2px;a.path=A;a.path.getTotalLength=M;a.path.getPointAtLength=na;a.path.getSubpath=function(a,b,d){if(1E-6>this.getTotalLength(a)-d)return ba(a,b).end;a=ba(a,d,1);return b?ba(a,b).end:a};y.getTotalLength=function(){if(this.node.getTotalLength)return this.node.getTotalLength()};y.getPointAtLength=function(a){return na(this.attr(\"d\"),a)};y.getSubpath=function(b,d){return a.path.getSubpath(this.attr(\"d\"),\nb,d)};a._.box=w;a.path.findDotsAtSegment=u;a.path.bezierBBox=p;a.path.isPointInsideBBox=b;a.path.isBBoxIntersect=q;a.path.intersection=function(a,b){return l(a,b)};a.path.intersectionNumber=function(a,b){return l(a,b,1)};a.path.isPointInside=function(a,d,e){var h=r(a);return b(h,d,e)&&1==l(a,[[\"M\",d,e],[\"H\",h.x2+10] ],1)%2};a.path.getBBox=r;a.path.get={path:function(a){return a.attr(\"path\")},circle:function(a){a=V(a);return x(a.cx,a.cy,a.r)},ellipse:function(a){a=V(a);return x(a.cx||0,a.cy||0,a.rx,\na.ry)},rect:function(a){a=V(a);return s(a.x||0,a.y||0,a.width,a.height,a.rx,a.ry)},image:function(a){a=V(a);return s(a.x||0,a.y||0,a.width,a.height)},line:function(a){return\"M\"+[a.attr(\"x1\")||0,a.attr(\"y1\")||0,a.attr(\"x2\"),a.attr(\"y2\")]},polyline:function(a){return\"M\"+a.attr(\"points\")},polygon:function(a){return\"M\"+a.attr(\"points\")+\"z\"},deflt:function(a){a=a.node.getBBox();return s(a.x,a.y,a.width,a.height)}};a.path.toRelative=function(b){var e=A(b),h=String.prototype.toLowerCase;if(e.rel)return d(e.rel);\na.is(b,\"array\")&&a.is(b&&b[0],\"array\")||(b=a.parsePathString(b));var f=[],l=0,n=0,k=0,p=0,s=0;\"M\"==b[0][0]&&(l=b[0][1],n=b[0][2],k=l,p=n,s++,f.push([\"M\",l,n]));for(var r=b.length;s<r;s++){var q=f[s]=[],x=b[s];if(x[0]!=h.call(x[0]))switch(q[0]=h.call(x[0]),q[0]){case \"a\":q[1]=x[1];q[2]=x[2];q[3]=x[3];q[4]=x[4];q[5]=x[5];q[6]=+(x[6]-l).toFixed(3);q[7]=+(x[7]-n).toFixed(3);break;case \"v\":q[1]=+(x[1]-n).toFixed(3);break;case \"m\":k=x[1],p=x[2];default:for(var c=1,t=x.length;c<t;c++)q[c]=+(x[c]-(c%2?l:\nn)).toFixed(3)}else for(f[s]=[],\"m\"==x[0]&&(k=x[1]+l,p=x[2]+n),q=0,c=x.length;q<c;q++)f[s][q]=x[q];x=f[s].length;switch(f[s][0]){case \"z\":l=k;n=p;break;case \"h\":l+=+f[s][x-1];break;case \"v\":n+=+f[s][x-1];break;default:l+=+f[s][x-2],n+=+f[s][x-1]}}f.toString=z;e.rel=d(f);return f};a.path.toAbsolute=G;a.path.toCubic=I;a.path.map=function(a,b){if(!b)return a;var d,e,h,f,l,n,k;a=I(a);h=0;for(l=a.length;h<l;h++)for(k=a[h],f=1,n=k.length;f<n;f+=2)d=b.x(k[f],k[f+1]),e=b.y(k[f],k[f+1]),k[f]=d,k[f+1]=e;return a};\na.path.toString=z;a.path.clone=d});C.plugin(function(a,v,y,C){var A=Math.max,w=Math.min,z=function(a){this.items=[];this.bindings={};this.length=0;this.type=\"set\";if(a)for(var f=0,n=a.length;f<n;f++)a[f]&&(this[this.items.length]=this.items[this.items.length]=a[f],this.length++)};v=z.prototype;v.push=function(){for(var a,f,n=0,k=arguments.length;n<k;n++)if(a=arguments[n])f=this.items.length,this[f]=this.items[f]=a,this.length++;return this};v.pop=function(){this.length&&delete this[this.length--];\nreturn this.items.pop()};v.forEach=function(a,f){for(var n=0,k=this.items.length;n<k&&!1!==a.call(f,this.items[n],n);n++);return this};v.animate=function(d,f,n,u){\"function\"!=typeof n||n.length||(u=n,n=L.linear);d instanceof a._.Animation&&(u=d.callback,n=d.easing,f=n.dur,d=d.attr);var p=arguments;if(a.is(d,\"array\")&&a.is(p[p.length-1],\"array\"))var b=!0;var q,e=function(){q?this.b=q:q=this.b},l=0,r=u&&function(){l++==this.length&&u.call(this)};return this.forEach(function(a,l){k.once(\"snap.animcreated.\"+\na.id,e);b?p[l]&&a.animate.apply(a,p[l]):a.animate(d,f,n,r)})};v.remove=function(){for(;this.length;)this.pop().remove();return this};v.bind=function(a,f,k){var u={};if(\"function\"==typeof f)this.bindings[a]=f;else{var p=k||a;this.bindings[a]=function(a){u[p]=a;f.attr(u)}}return this};v.attr=function(a){var f={},k;for(k in a)if(this.bindings[k])this.bindings[k](a[k]);else f[k]=a[k];a=0;for(k=this.items.length;a<k;a++)this.items[a].attr(f);return this};v.clear=function(){for(;this.length;)this.pop()};\nv.splice=function(a,f,k){a=0>a?A(this.length+a,0):a;f=A(0,w(this.length-a,f));var u=[],p=[],b=[],q;for(q=2;q<arguments.length;q++)b.push(arguments[q]);for(q=0;q<f;q++)p.push(this[a+q]);for(;q<this.length-a;q++)u.push(this[a+q]);var e=b.length;for(q=0;q<e+u.length;q++)this.items[a+q]=this[a+q]=q<e?b[q]:u[q-e];for(q=this.items.length=this.length-=f-e;this[q];)delete this[q++];return new z(p)};v.exclude=function(a){for(var f=0,k=this.length;f<k;f++)if(this[f]==a)return this.splice(f,1),!0;return!1};\nv.insertAfter=function(a){for(var f=this.items.length;f--;)this.items[f].insertAfter(a);return this};v.getBBox=function(){for(var a=[],f=[],k=[],u=[],p=this.items.length;p--;)if(!this.items[p].removed){var b=this.items[p].getBBox();a.push(b.x);f.push(b.y);k.push(b.x+b.width);u.push(b.y+b.height)}a=w.apply(0,a);f=w.apply(0,f);k=A.apply(0,k);u=A.apply(0,u);return{x:a,y:f,x2:k,y2:u,width:k-a,height:u-f,cx:a+(k-a)/2,cy:f+(u-f)/2}};v.clone=function(a){a=new z;for(var f=0,k=this.items.length;f<k;f++)a.push(this.items[f].clone());\nreturn a};v.toString=function(){return\"Snap\\u2018s set\"};v.type=\"set\";a.set=function(){var a=new z;arguments.length&&a.push.apply(a,Array.prototype.slice.call(arguments,0));return a}});C.plugin(function(a,v,y,C){function A(a){var b=a[0];switch(b.toLowerCase()){case \"t\":return[b,0,0];case \"m\":return[b,1,0,0,1,0,0];case \"r\":return 4==a.length?[b,0,a[2],a[3] ]:[b,0];case \"s\":return 5==a.length?[b,1,1,a[3],a[4] ]:3==a.length?[b,1,1]:[b,1]}}function w(b,d,f){d=q(d).replace(/\\.{3}|\\u2026/g,b);b=a.parseTransformString(b)||\n[];d=a.parseTransformString(d)||[];for(var k=Math.max(b.length,d.length),p=[],v=[],h=0,w,z,y,I;h<k;h++){y=b[h]||A(d[h]);I=d[h]||A(y);if(y[0]!=I[0]||\"r\"==y[0].toLowerCase()&&(y[2]!=I[2]||y[3]!=I[3])||\"s\"==y[0].toLowerCase()&&(y[3]!=I[3]||y[4]!=I[4])){b=a._.transform2matrix(b,f());d=a._.transform2matrix(d,f());p=[[\"m\",b.a,b.b,b.c,b.d,b.e,b.f] ];v=[[\"m\",d.a,d.b,d.c,d.d,d.e,d.f] ];break}p[h]=[];v[h]=[];w=0;for(z=Math.max(y.length,I.length);w<z;w++)w in y&&(p[h][w]=y[w]),w in I&&(v[h][w]=I[w])}return{from:u(p),\nto:u(v),f:n(p)}}function z(a){return a}function d(a){return function(b){return+b.toFixed(3)+a}}function f(b){return a.rgb(b[0],b[1],b[2])}function n(a){var b=0,d,f,k,n,h,p,q=[];d=0;for(f=a.length;d<f;d++){h=\"[\";p=['\"'+a[d][0]+'\"'];k=1;for(n=a[d].length;k<n;k++)p[k]=\"val[\"+b++ +\"]\";h+=p+\"]\";q[d]=h}return Function(\"val\",\"return Snap.path.toString.call([\"+q+\"])\")}function u(a){for(var b=[],d=0,f=a.length;d<f;d++)for(var k=1,n=a[d].length;k<n;k++)b.push(a[d][k]);return b}var p={},b=/[a-z]+$/i,q=String;\np.stroke=p.fill=\"colour\";v.prototype.equal=function(a,b){return k(\"snap.util.equal\",this,a,b).firstDefined()};k.on(\"snap.util.equal\",function(e,k){var r,s;r=q(this.attr(e)||\"\");var x=this;if(r==+r&&k==+k)return{from:+r,to:+k,f:z};if(\"colour\"==p[e])return r=a.color(r),s=a.color(k),{from:[r.r,r.g,r.b,r.opacity],to:[s.r,s.g,s.b,s.opacity],f:f};if(\"transform\"==e||\"gradientTransform\"==e||\"patternTransform\"==e)return k instanceof a.Matrix&&(k=k.toTransformString()),a._.rgTransform.test(k)||(k=a._.svgTransform2string(k)),\nw(r,k,function(){return x.getBBox(1)});if(\"d\"==e||\"path\"==e)return r=a.path.toCubic(r,k),{from:u(r[0]),to:u(r[1]),f:n(r[0])};if(\"points\"==e)return r=q(r).split(a._.separator),s=q(k).split(a._.separator),{from:r,to:s,f:function(a){return a}};aUnit=r.match(b);s=q(k).match(b);return aUnit&&aUnit==s?{from:parseFloat(r),to:parseFloat(k),f:d(aUnit)}:{from:this.asPX(e),to:this.asPX(e,k),f:z}})});C.plugin(function(a,v,y,C){var A=v.prototype,w=\"createTouch\"in C.doc;v=\"click dblclick mousedown mousemove mouseout mouseover mouseup touchstart touchmove touchend touchcancel\".split(\" \");\nvar z={mousedown:\"touchstart\",mousemove:\"touchmove\",mouseup:\"touchend\"},d=function(a,b){var d=\"y\"==a?\"scrollTop\":\"scrollLeft\",e=b&&b.node?b.node.ownerDocument:C.doc;return e[d in e.documentElement?\"documentElement\":\"body\"][d]},f=function(){this.returnValue=!1},n=function(){return this.originalEvent.preventDefault()},u=function(){this.cancelBubble=!0},p=function(){return this.originalEvent.stopPropagation()},b=function(){if(C.doc.addEventListener)return function(a,b,e,f){var k=w&&z[b]?z[b]:b,l=function(k){var l=\nd(\"y\",f),q=d(\"x\",f);if(w&&z.hasOwnProperty(b))for(var r=0,u=k.targetTouches&&k.targetTouches.length;r<u;r++)if(k.targetTouches[r].target==a||a.contains(k.targetTouches[r].target)){u=k;k=k.targetTouches[r];k.originalEvent=u;k.preventDefault=n;k.stopPropagation=p;break}return e.call(f,k,k.clientX+q,k.clientY+l)};b!==k&&a.addEventListener(b,l,!1);a.addEventListener(k,l,!1);return function(){b!==k&&a.removeEventListener(b,l,!1);a.removeEventListener(k,l,!1);return!0}};if(C.doc.attachEvent)return function(a,\nb,e,h){var k=function(a){a=a||h.node.ownerDocument.window.event;var b=d(\"y\",h),k=d(\"x\",h),k=a.clientX+k,b=a.clientY+b;a.preventDefault=a.preventDefault||f;a.stopPropagation=a.stopPropagation||u;return e.call(h,a,k,b)};a.attachEvent(\"on\"+b,k);return function(){a.detachEvent(\"on\"+b,k);return!0}}}(),q=[],e=function(a){for(var b=a.clientX,e=a.clientY,f=d(\"y\"),l=d(\"x\"),n,p=q.length;p--;){n=q[p];if(w)for(var r=a.touches&&a.touches.length,u;r--;){if(u=a.touches[r],u.identifier==n.el._drag.id||n.el.node.contains(u.target)){b=\nu.clientX;e=u.clientY;(a.originalEvent?a.originalEvent:a).preventDefault();break}}else a.preventDefault();b+=l;e+=f;k(\"snap.drag.move.\"+n.el.id,n.move_scope||n.el,b-n.el._drag.x,e-n.el._drag.y,b,e,a)}},l=function(b){a.unmousemove(e).unmouseup(l);for(var d=q.length,f;d--;)f=q[d],f.el._drag={},k(\"snap.drag.end.\"+f.el.id,f.end_scope||f.start_scope||f.move_scope||f.el,b);q=[]};for(y=v.length;y--;)(function(d){a[d]=A[d]=function(e,f){a.is(e,\"function\")&&(this.events=this.events||[],this.events.push({name:d,\nf:e,unbind:b(this.node||document,d,e,f||this)}));return this};a[\"un\"+d]=A[\"un\"+d]=function(a){for(var b=this.events||[],e=b.length;e--;)if(b[e].name==d&&(b[e].f==a||!a)){b[e].unbind();b.splice(e,1);!b.length&&delete this.events;break}return this}})(v[y]);A.hover=function(a,b,d,e){return this.mouseover(a,d).mouseout(b,e||d)};A.unhover=function(a,b){return this.unmouseover(a).unmouseout(b)};var r=[];A.drag=function(b,d,f,h,n,p){function u(r,v,w){(r.originalEvent||r).preventDefault();this._drag.x=v;\nthis._drag.y=w;this._drag.id=r.identifier;!q.length&&a.mousemove(e).mouseup(l);q.push({el:this,move_scope:h,start_scope:n,end_scope:p});d&&k.on(\"snap.drag.start.\"+this.id,d);b&&k.on(\"snap.drag.move.\"+this.id,b);f&&k.on(\"snap.drag.end.\"+this.id,f);k(\"snap.drag.start.\"+this.id,n||h||this,v,w,r)}if(!arguments.length){var v;return this.drag(function(a,b){this.attr({transform:v+(v?\"T\":\"t\")+[a,b]})},function(){v=this.transform().local})}this._drag={};r.push({el:this,start:u});this.mousedown(u);return this};\nA.undrag=function(){for(var b=r.length;b--;)r[b].el==this&&(this.unmousedown(r[b].start),r.splice(b,1),k.unbind(\"snap.drag.*.\"+this.id));!r.length&&a.unmousemove(e).unmouseup(l);return this}});C.plugin(function(a,v,y,C){y=y.prototype;var A=/^\\s*url\\((.+)\\)/,w=String,z=a._.$;a.filter={};y.filter=function(d){var f=this;\"svg\"!=f.type&&(f=f.paper);d=a.parse(w(d));var k=a._.id(),u=z(\"filter\");z(u,{id:k,filterUnits:\"userSpaceOnUse\"});u.appendChild(d.node);f.defs.appendChild(u);return new v(u)};k.on(\"snap.util.getattr.filter\",\nfunction(){k.stop();var d=z(this.node,\"filter\");if(d)return(d=w(d).match(A))&&a.select(d[1])});k.on(\"snap.util.attr.filter\",function(d){if(d instanceof v&&\"filter\"==d.type){k.stop();var f=d.node.id;f||(z(d.node,{id:d.id}),f=d.id);z(this.node,{filter:a.url(f)})}d&&\"none\"!=d||(k.stop(),this.node.removeAttribute(\"filter\"))});a.filter.blur=function(d,f){null==d&&(d=2);return a.format('<feGaussianBlur stdDeviation=\"{def}\"/>',{def:null==f?d:[d,f]})};a.filter.blur.toString=function(){return this()};a.filter.shadow=\nfunction(d,f,k,u,p){\"string\"==typeof k&&(p=u=k,k=4);\"string\"!=typeof u&&(p=u,u=\"#000\");null==k&&(k=4);null==p&&(p=1);null==d&&(d=0,f=2);null==f&&(f=d);u=a.color(u||\"#000\");return a.format('<feGaussianBlur in=\"SourceAlpha\" stdDeviation=\"{blur}\"/><feOffset dx=\"{dx}\" dy=\"{dy}\" result=\"offsetblur\"/><feFlood flood-color=\"{color}\"/><feComposite in2=\"offsetblur\" operator=\"in\"/><feComponentTransfer><feFuncA type=\"linear\" slope=\"{opacity}\"/></feComponentTransfer><feMerge><feMergeNode/><feMergeNode in=\"SourceGraphic\"/></feMerge>',\n{color:u,dx:d,dy:f,blur:k,opacity:p})};a.filter.shadow.toString=function(){return this()};a.filter.grayscale=function(d){null==d&&(d=1);return a.format('<feColorMatrix type=\"matrix\" values=\"{a} {b} {c} 0 0 {d} {e} {f} 0 0 {g} {b} {h} 0 0 0 0 0 1 0\"/>',{a:0.2126+0.7874*(1-d),b:0.7152-0.7152*(1-d),c:0.0722-0.0722*(1-d),d:0.2126-0.2126*(1-d),e:0.7152+0.2848*(1-d),f:0.0722-0.0722*(1-d),g:0.2126-0.2126*(1-d),h:0.0722+0.9278*(1-d)})};a.filter.grayscale.toString=function(){return this()};a.filter.sepia=\nfunction(d){null==d&&(d=1);return a.format('<feColorMatrix type=\"matrix\" values=\"{a} {b} {c} 0 0 {d} {e} {f} 0 0 {g} {h} {i} 0 0 0 0 0 1 0\"/>',{a:0.393+0.607*(1-d),b:0.769-0.769*(1-d),c:0.189-0.189*(1-d),d:0.349-0.349*(1-d),e:0.686+0.314*(1-d),f:0.168-0.168*(1-d),g:0.272-0.272*(1-d),h:0.534-0.534*(1-d),i:0.131+0.869*(1-d)})};a.filter.sepia.toString=function(){return this()};a.filter.saturate=function(d){null==d&&(d=1);return a.format('<feColorMatrix type=\"saturate\" values=\"{amount}\"/>',{amount:1-\nd})};a.filter.saturate.toString=function(){return this()};a.filter.hueRotate=function(d){return a.format('<feColorMatrix type=\"hueRotate\" values=\"{angle}\"/>',{angle:d||0})};a.filter.hueRotate.toString=function(){return this()};a.filter.invert=function(d){null==d&&(d=1);return a.format('<feComponentTransfer><feFuncR type=\"table\" tableValues=\"{amount} {amount2}\"/><feFuncG type=\"table\" tableValues=\"{amount} {amount2}\"/><feFuncB type=\"table\" tableValues=\"{amount} {amount2}\"/></feComponentTransfer>',{amount:d,\namount2:1-d})};a.filter.invert.toString=function(){return this()};a.filter.brightness=function(d){null==d&&(d=1);return a.format('<feComponentTransfer><feFuncR type=\"linear\" slope=\"{amount}\"/><feFuncG type=\"linear\" slope=\"{amount}\"/><feFuncB type=\"linear\" slope=\"{amount}\"/></feComponentTransfer>',{amount:d})};a.filter.brightness.toString=function(){return this()};a.filter.contrast=function(d){null==d&&(d=1);return a.format('<feComponentTransfer><feFuncR type=\"linear\" slope=\"{amount}\" intercept=\"{amount2}\"/><feFuncG type=\"linear\" slope=\"{amount}\" intercept=\"{amount2}\"/><feFuncB type=\"linear\" slope=\"{amount}\" intercept=\"{amount2}\"/></feComponentTransfer>',\n{amount:d,amount2:0.5-d/2})};a.filter.contrast.toString=function(){return this()}});return C});\n\n]]> </script>\n<script> <![CDATA[\n\n(function (glob, factory) {\n // AMD support\n if (typeof define === \"function\" && define.amd) {\n // Define as an anonymous module\n define(\"Gadfly\", [\"Snap.svg\"], function (Snap) {\n return factory(Snap);\n });\n } else {\n // Browser globals (glob is window)\n // Snap adds itself to window\n glob.Gadfly = factory(glob.Snap);\n }\n}(this, function (Snap) {\n\nvar Gadfly = {};\n\n// Get an x/y coordinate value in pixels\nvar xPX = function(fig, x) {\n var client_box = fig.node.getBoundingClientRect();\n return x * fig.node.viewBox.baseVal.width / client_box.width;\n};\n\nvar yPX = function(fig, y) {\n var client_box = fig.node.getBoundingClientRect();\n return y * fig.node.viewBox.baseVal.height / client_box.height;\n};\n\n\nSnap.plugin(function (Snap, Element, Paper, global) {\n // Traverse upwards from a snap element to find and return the first\n // note with the \"plotroot\" class.\n Element.prototype.plotroot = function () {\n var element = this;\n while (!element.hasClass(\"plotroot\") && element.parent() != null) {\n element = element.parent();\n }\n return element;\n };\n\n Element.prototype.svgroot = function () {\n var element = this;\n while (element.node.nodeName != \"svg\" && element.parent() != null) {\n element = element.parent();\n }\n return element;\n };\n\n Element.prototype.plotbounds = function () {\n var root = this.plotroot()\n var bbox = root.select(\".guide.background\").node.getBBox();\n return {\n x0: bbox.x,\n x1: bbox.x + bbox.width,\n y0: bbox.y,\n y1: bbox.y + bbox.height\n };\n };\n\n Element.prototype.plotcenter = function () {\n var root = this.plotroot()\n var bbox = root.select(\".guide.background\").node.getBBox();\n return {\n x: bbox.x + bbox.width / 2,\n y: bbox.y + bbox.height / 2\n };\n };\n\n // Emulate IE style mouseenter/mouseleave events, since Microsoft always\n // does everything right.\n // See: http://www.dynamic-tools.net/toolbox/isMouseLeaveOrEnter/\n var events = [\"mouseenter\", \"mouseleave\"];\n\n for (i in events) {\n (function (event_name) {\n var event_name = events[i];\n Element.prototype[event_name] = function (fn, scope) {\n if (Snap.is(fn, \"function\")) {\n var fn2 = function (event) {\n if (event.type != \"mouseover\" && event.type != \"mouseout\") {\n return;\n }\n\n var reltg = event.relatedTarget ? event.relatedTarget :\n event.type == \"mouseout\" ? event.toElement : event.fromElement;\n while (reltg && reltg != this.node) reltg = reltg.parentNode;\n\n if (reltg != this.node) {\n return fn.apply(this, event);\n }\n };\n\n if (event_name == \"mouseenter\") {\n this.mouseover(fn2, scope);\n } else {\n this.mouseout(fn2, scope);\n }\n }\n return this;\n };\n })(events[i]);\n }\n\n\n Element.prototype.mousewheel = function (fn, scope) {\n if (Snap.is(fn, \"function\")) {\n var el = this;\n var fn2 = function (event) {\n fn.apply(el, [event]);\n };\n }\n\n this.node.addEventListener(\n /Firefox/i.test(navigator.userAgent) ? \"DOMMouseScroll\" : \"mousewheel\",\n fn2);\n\n return this;\n };\n\n\n // Snap's attr function can be too slow for things like panning/zooming.\n // This is a function to directly update element attributes without going\n // through eve.\n Element.prototype.attribute = function(key, val) {\n if (val === undefined) {\n return this.node.getAttribute(key, val);\n } else {\n return this.node.setAttribute(key, val);\n }\n };\n});\n\n\n// When the plot is moused over, emphasize the grid lines.\nGadfly.plot_mouseover = function(event) {\n var root = this.plotroot();\n init_pan_zoom(root);\n\n var xgridlines = root.select(\".xgridlines\"),\n ygridlines = root.select(\".ygridlines\");\n\n xgridlines.data(\"unfocused_strokedash\",\n xgridlines.attr(\"stroke-dasharray\").replace(/px/g, \"mm\"))\n ygridlines.data(\"unfocused_strokedash\",\n ygridlines.attr(\"stroke-dasharray\").replace(/px/g, \"mm\"))\n\n // emphasize grid lines\n var destcolor = root.data(\"focused_xgrid_color\");\n xgridlines.attr(\"stroke-dasharray\", \"none\")\n .selectAll(\"path\")\n .animate({stroke: destcolor}, 250);\n\n destcolor = root.data(\"focused_ygrid_color\");\n ygridlines.attr(\"stroke-dasharray\", \"none\")\n .selectAll(\"path\")\n .animate({stroke: destcolor}, 250);\n\n // reveal zoom slider\n root.select(\".zoomslider\")\n .animate({opacity: 1.0}, 250);\n};\n\n\n// Unemphasize grid lines on mouse out.\nGadfly.plot_mouseout = function(event) {\n var root = this.plotroot();\n var xgridlines = root.select(\".xgridlines\"),\n ygridlines = root.select(\".ygridlines\");\n\n var destcolor = root.data(\"unfocused_xgrid_color\");\n\n xgridlines.attr(\"stroke-dasharray\", xgridlines.data(\"unfocused_strokedash\"))\n .selectAll(\"path\")\n .animate({stroke: destcolor}, 250);\n\n destcolor = root.data(\"unfocused_ygrid_color\");\n ygridlines.attr(\"stroke-dasharray\", ygridlines.data(\"unfocused_strokedash\"))\n .selectAll(\"path\")\n .animate({stroke: destcolor}, 250);\n\n // hide zoom slider\n root.select(\".zoomslider\")\n .animate({opacity: 0.0}, 250);\n};\n\n\nvar set_geometry_transform = function(root, tx, ty, scale) {\n var xscalable = root.hasClass(\"xscalable\"),\n yscalable = root.hasClass(\"yscalable\");\n\n var old_scale = root.data(\"scale\");\n\n var xscale = xscalable ? scale : 1.0,\n yscale = yscalable ? scale : 1.0;\n\n tx = xscalable ? tx : 0.0;\n ty = yscalable ? ty : 0.0;\n\n var t = new Snap.Matrix().translate(tx, ty).scale(xscale, yscale);\n\n root.selectAll(\".geometry, image\")\n .forEach(function (element, i) {\n element.transform(t);\n });\n\n bounds = root.plotbounds();\n\n if (yscalable) {\n var xfixed_t = new Snap.Matrix().translate(0, ty).scale(1.0, yscale);\n root.selectAll(\".xfixed\")\n .forEach(function (element, i) {\n element.transform(xfixed_t);\n });\n\n root.select(\".ylabels\")\n .transform(xfixed_t)\n .selectAll(\"text\")\n .forEach(function (element, i) {\n if (element.attribute(\"gadfly:inscale\") == \"true\") {\n var cx = element.asPX(\"x\"),\n cy = element.asPX(\"y\");\n var st = element.data(\"static_transform\");\n unscale_t = new Snap.Matrix();\n unscale_t.scale(1, 1/scale, cx, cy).add(st);\n element.transform(unscale_t);\n\n var y = cy * scale + ty;\n element.attr(\"visibility\",\n bounds.y0 <= y && y <= bounds.y1 ? \"visible\" : \"hidden\");\n }\n });\n }\n\n if (xscalable) {\n var yfixed_t = new Snap.Matrix().translate(tx, 0).scale(xscale, 1.0);\n var xtrans = new Snap.Matrix().translate(tx, 0);\n root.selectAll(\".yfixed\")\n .forEach(function (element, i) {\n element.transform(yfixed_t);\n });\n\n root.select(\".xlabels\")\n .transform(yfixed_t)\n .selectAll(\"text\")\n .forEach(function (element, i) {\n if (element.attribute(\"gadfly:inscale\") == \"true\") {\n var cx = element.asPX(\"x\"),\n cy = element.asPX(\"y\");\n var st = element.data(\"static_transform\");\n unscale_t = new Snap.Matrix();\n unscale_t.scale(1/scale, 1, cx, cy).add(st);\n\n element.transform(unscale_t);\n\n var x = cx * scale + tx;\n element.attr(\"visibility\",\n bounds.x0 <= x && x <= bounds.x1 ? \"visible\" : \"hidden\");\n }\n });\n }\n\n // we must unscale anything that is scale invariance: widths, raiduses, etc.\n var size_attribs = [\"font-size\"];\n var unscaled_selection = \".geometry, .geometry *\";\n if (xscalable) {\n size_attribs.push(\"rx\");\n unscaled_selection += \", .xgridlines\";\n }\n if (yscalable) {\n size_attribs.push(\"ry\");\n unscaled_selection += \", .ygridlines\";\n }\n\n root.selectAll(unscaled_selection)\n .forEach(function (element, i) {\n // circle need special help\n if (element.node.nodeName == \"circle\") {\n var cx = element.attribute(\"cx\"),\n cy = element.attribute(\"cy\");\n unscale_t = new Snap.Matrix().scale(1/xscale, 1/yscale,\n cx, cy);\n element.transform(unscale_t);\n return;\n }\n\n for (i in size_attribs) {\n var key = size_attribs[i];\n var val = parseFloat(element.attribute(key));\n if (val !== undefined && val != 0 && !isNaN(val)) {\n element.attribute(key, val * old_scale / scale);\n }\n }\n });\n};\n\n\n// Find the most appropriate tick scale and update label visibility.\nvar update_tickscale = function(root, scale, axis) {\n if (!root.hasClass(axis + \"scalable\")) return;\n\n var tickscales = root.data(axis + \"tickscales\");\n var best_tickscale = 1.0;\n var best_tickscale_dist = Infinity;\n for (tickscale in tickscales) {\n var dist = Math.abs(Math.log(tickscale) - Math.log(scale));\n if (dist < best_tickscale_dist) {\n best_tickscale_dist = dist;\n best_tickscale = tickscale;\n }\n }\n\n if (best_tickscale != root.data(axis + \"tickscale\")) {\n root.data(axis + \"tickscale\", best_tickscale);\n var mark_inscale_gridlines = function (element, i) {\n var inscale = element.attr(\"gadfly:scale\") == best_tickscale;\n element.attribute(\"gadfly:inscale\", inscale);\n element.attr(\"visibility\", inscale ? \"visible\" : \"hidden\");\n };\n\n var mark_inscale_labels = function (element, i) {\n var inscale = element.attr(\"gadfly:scale\") == best_tickscale;\n element.attribute(\"gadfly:inscale\", inscale);\n element.attr(\"visibility\", inscale ? \"visible\" : \"hidden\");\n };\n\n root.select(\".\" + axis + \"gridlines\").selectAll(\"path\").forEach(mark_inscale_gridlines);\n root.select(\".\" + axis + \"labels\").selectAll(\"text\").forEach(mark_inscale_labels);\n }\n};\n\n\nvar set_plot_pan_zoom = function(root, tx, ty, scale) {\n var old_scale = root.data(\"scale\");\n var bounds = root.plotbounds();\n\n var width = bounds.x1 - bounds.x0,\n height = bounds.y1 - bounds.y0;\n\n // compute the viewport derived from tx, ty, and scale\n var x_min = -width * scale - (scale * width - width),\n x_max = width * scale,\n y_min = -height * scale - (scale * height - height),\n y_max = height * scale;\n\n var x0 = bounds.x0 - scale * bounds.x0,\n y0 = bounds.y0 - scale * bounds.y0;\n\n var tx = Math.max(Math.min(tx - x0, x_max), x_min),\n ty = Math.max(Math.min(ty - y0, y_max), y_min);\n\n tx += x0;\n ty += y0;\n\n // when the scale change, we may need to alter which set of\n // ticks is being displayed\n if (scale != old_scale) {\n update_tickscale(root, scale, \"x\");\n update_tickscale(root, scale, \"y\");\n }\n\n set_geometry_transform(root, tx, ty, scale);\n\n root.data(\"scale\", scale);\n root.data(\"tx\", tx);\n root.data(\"ty\", ty);\n};\n\n\nvar scale_centered_translation = function(root, scale) {\n var bounds = root.plotbounds();\n\n var width = bounds.x1 - bounds.x0,\n height = bounds.y1 - bounds.y0;\n\n var tx0 = root.data(\"tx\"),\n ty0 = root.data(\"ty\");\n\n var scale0 = root.data(\"scale\");\n\n // how off from center the current view is\n var xoff = tx0 - (bounds.x0 * (1 - scale0) + (width * (1 - scale0)) / 2),\n yoff = ty0 - (bounds.y0 * (1 - scale0) + (height * (1 - scale0)) / 2);\n\n // rescale offsets\n xoff = xoff * scale / scale0;\n yoff = yoff * scale / scale0;\n\n // adjust for the panel position being scaled\n var x_edge_adjust = bounds.x0 * (1 - scale),\n y_edge_adjust = bounds.y0 * (1 - scale);\n\n return {\n x: xoff + x_edge_adjust + (width - width * scale) / 2,\n y: yoff + y_edge_adjust + (height - height * scale) / 2\n };\n};\n\n\n// Initialize data for panning zooming if it isn't already.\nvar init_pan_zoom = function(root) {\n if (root.data(\"zoompan-ready\")) {\n return;\n }\n\n // The non-scaling-stroke trick. Rather than try to correct for the\n // stroke-width when zooming, we force it to a fixed value.\n var px_per_mm = root.node.getCTM().a;\n\n // Drag events report deltas in pixels, which we'd like to convert to\n // millimeters.\n root.data(\"px_per_mm\", px_per_mm);\n\n root.selectAll(\"path\")\n .forEach(function (element, i) {\n sw = element.asPX(\"stroke-width\") * px_per_mm;\n if (sw > 0) {\n element.attribute(\"stroke-width\", sw);\n element.attribute(\"vector-effect\", \"non-scaling-stroke\");\n }\n });\n\n // Store ticks labels original tranformation\n root.selectAll(\".xlabels > text, .ylabels > text\")\n .forEach(function (element, i) {\n var lm = element.transform().localMatrix;\n element.data(\"static_transform\",\n new Snap.Matrix(lm.a, lm.b, lm.c, lm.d, lm.e, lm.f));\n });\n\n if (root.data(\"tx\") === undefined) root.data(\"tx\", 0);\n if (root.data(\"ty\") === undefined) root.data(\"ty\", 0);\n if (root.data(\"scale\") === undefined) root.data(\"scale\", 1.0);\n if (root.data(\"xtickscales\") === undefined) {\n\n // index all the tick scales that are listed\n var xtickscales = {};\n var ytickscales = {};\n var add_x_tick_scales = function (element, i) {\n xtickscales[element.attribute(\"gadfly:scale\")] = true;\n };\n var add_y_tick_scales = function (element, i) {\n ytickscales[element.attribute(\"gadfly:scale\")] = true;\n };\n\n root.select(\".xgridlines\").selectAll(\"path\").forEach(add_x_tick_scales);\n root.select(\".ygridlines\").selectAll(\"path\").forEach(add_y_tick_scales);\n root.select(\".xlabels\").selectAll(\"text\").forEach(add_x_tick_scales);\n root.select(\".ylabels\").selectAll(\"text\").forEach(add_y_tick_scales);\n\n root.data(\"xtickscales\", xtickscales);\n root.data(\"ytickscales\", ytickscales);\n root.data(\"xtickscale\", 1.0);\n }\n\n var min_scale = 1.0, max_scale = 1.0;\n for (scale in xtickscales) {\n min_scale = Math.min(min_scale, scale);\n max_scale = Math.max(max_scale, scale);\n }\n for (scale in ytickscales) {\n min_scale = Math.min(min_scale, scale);\n max_scale = Math.max(max_scale, scale);\n }\n root.data(\"min_scale\", min_scale);\n root.data(\"max_scale\", max_scale);\n\n // store the original positions of labels\n root.select(\".xlabels\")\n .selectAll(\"text\")\n .forEach(function (element, i) {\n element.data(\"x\", element.asPX(\"x\"));\n });\n\n root.select(\".ylabels\")\n .selectAll(\"text\")\n .forEach(function (element, i) {\n element.data(\"y\", element.asPX(\"y\"));\n });\n\n // mark grid lines and ticks as in or out of scale.\n var mark_inscale = function (element, i) {\n element.attribute(\"gadfly:inscale\", element.attribute(\"gadfly:scale\") == 1.0);\n };\n\n root.select(\".xgridlines\").selectAll(\"path\").forEach(mark_inscale);\n root.select(\".ygridlines\").selectAll(\"path\").forEach(mark_inscale);\n root.select(\".xlabels\").selectAll(\"text\").forEach(mark_inscale);\n root.select(\".ylabels\").selectAll(\"text\").forEach(mark_inscale);\n\n // figure out the upper ond lower bounds on panning using the maximum\n // and minum grid lines\n var bounds = root.plotbounds();\n var pan_bounds = {\n x0: 0.0,\n y0: 0.0,\n x1: 0.0,\n y1: 0.0\n };\n\n root.select(\".xgridlines\")\n .selectAll(\"path\")\n .forEach(function (element, i) {\n if (element.attribute(\"gadfly:inscale\") == \"true\") {\n var bbox = element.node.getBBox();\n if (bounds.x1 - bbox.x < pan_bounds.x0) {\n pan_bounds.x0 = bounds.x1 - bbox.x;\n }\n if (bounds.x0 - bbox.x > pan_bounds.x1) {\n pan_bounds.x1 = bounds.x0 - bbox.x;\n }\n }\n });\n\n root.select(\".ygridlines\")\n .selectAll(\"path\")\n .forEach(function (element, i) {\n if (element.attribute(\"gadfly:inscale\") == \"true\") {\n var bbox = element.node.getBBox();\n if (bounds.y1 - bbox.y < pan_bounds.y0) {\n pan_bounds.y0 = bounds.y1 - bbox.y;\n }\n if (bounds.y0 - bbox.y > pan_bounds.y1) {\n pan_bounds.y1 = bounds.y0 - bbox.y;\n }\n }\n });\n\n // nudge these values a little\n pan_bounds.x0 -= 5;\n pan_bounds.x1 += 5;\n pan_bounds.y0 -= 5;\n pan_bounds.y1 += 5;\n root.data(\"pan_bounds\", pan_bounds);\n\n // Set all grid lines at scale 1.0 to visible. Out of bounds lines\n // will be clipped.\n root.select(\".xgridlines\")\n .selectAll(\"path\")\n .forEach(function (element, i) {\n if (element.attribute(\"gadfly:inscale\") == \"true\") {\n element.attr(\"visibility\", \"visible\");\n }\n });\n\n root.select(\".ygridlines\")\n .selectAll(\"path\")\n .forEach(function (element, i) {\n if (element.attribute(\"gadfly:inscale\") == \"true\") {\n element.attr(\"visibility\", \"visible\");\n }\n });\n\n root.data(\"zoompan-ready\", true)\n};\n\n\n// Panning\nGadfly.guide_background_drag_onmove = function(dx, dy, x, y, event) {\n var root = this.plotroot();\n var px_per_mm = root.data(\"px_per_mm\");\n dx /= px_per_mm;\n dy /= px_per_mm;\n\n var tx0 = root.data(\"tx\"),\n ty0 = root.data(\"ty\");\n\n var dx0 = root.data(\"dx\"),\n dy0 = root.data(\"dy\");\n\n root.data(\"dx\", dx);\n root.data(\"dy\", dy);\n\n dx = dx - dx0;\n dy = dy - dy0;\n\n var tx = tx0 + dx,\n ty = ty0 + dy;\n\n set_plot_pan_zoom(root, tx, ty, root.data(\"scale\"));\n};\n\n\nGadfly.guide_background_drag_onstart = function(x, y, event) {\n var root = this.plotroot();\n root.data(\"dx\", 0);\n root.data(\"dy\", 0);\n init_pan_zoom(root);\n};\n\n\nGadfly.guide_background_drag_onend = function(event) {\n var root = this.plotroot();\n};\n\n\nGadfly.guide_background_scroll = function(event) {\n if (event.shiftKey) {\n var root = this.plotroot();\n init_pan_zoom(root);\n var new_scale = root.data(\"scale\") * Math.pow(2, 0.002 * event.wheelDelta);\n new_scale = Math.max(\n root.data(\"min_scale\"),\n Math.min(root.data(\"max_scale\"), new_scale))\n update_plot_scale(root, new_scale);\n event.stopPropagation();\n }\n};\n\n\nGadfly.zoomslider_button_mouseover = function(event) {\n this.select(\".button_logo\")\n .animate({fill: this.data(\"mouseover_color\")}, 100);\n};\n\n\nGadfly.zoomslider_button_mouseout = function(event) {\n this.select(\".button_logo\")\n .animate({fill: this.data(\"mouseout_color\")}, 100);\n};\n\n\nGadfly.zoomslider_zoomout_click = function(event) {\n var root = this.plotroot();\n init_pan_zoom(root);\n var min_scale = root.data(\"min_scale\"),\n scale = root.data(\"scale\");\n Snap.animate(\n scale,\n Math.max(min_scale, scale / 1.5),\n function (new_scale) {\n update_plot_scale(root, new_scale);\n },\n 200);\n};\n\n\nGadfly.zoomslider_zoomin_click = function(event) {\n var root = this.plotroot();\n init_pan_zoom(root);\n var max_scale = root.data(\"max_scale\"),\n scale = root.data(\"scale\");\n\n Snap.animate(\n scale,\n Math.min(max_scale, scale * 1.5),\n function (new_scale) {\n update_plot_scale(root, new_scale);\n },\n 200);\n};\n\n\nGadfly.zoomslider_track_click = function(event) {\n // TODO\n};\n\n\nGadfly.zoomslider_thumb_mousedown = function(event) {\n this.animate({fill: this.data(\"mouseover_color\")}, 100);\n};\n\n\nGadfly.zoomslider_thumb_mouseup = function(event) {\n this.animate({fill: this.data(\"mouseout_color\")}, 100);\n};\n\n\n// compute the position in [0, 1] of the zoom slider thumb from the current scale\nvar slider_position_from_scale = function(scale, min_scale, max_scale) {\n if (scale >= 1.0) {\n return 0.5 + 0.5 * (Math.log(scale) / Math.log(max_scale));\n }\n else {\n return 0.5 * (Math.log(scale) - Math.log(min_scale)) / (0 - Math.log(min_scale));\n }\n}\n\n\nvar update_plot_scale = function(root, new_scale) {\n var trans = scale_centered_translation(root, new_scale);\n set_plot_pan_zoom(root, trans.x, trans.y, new_scale);\n\n root.selectAll(\".zoomslider_thumb\")\n .forEach(function (element, i) {\n var min_pos = element.data(\"min_pos\"),\n max_pos = element.data(\"max_pos\"),\n min_scale = root.data(\"min_scale\"),\n max_scale = root.data(\"max_scale\");\n var xmid = (min_pos + max_pos) / 2;\n var xpos = slider_position_from_scale(new_scale, min_scale, max_scale);\n element.transform(new Snap.Matrix().translate(\n Math.max(min_pos, Math.min(\n max_pos, min_pos + (max_pos - min_pos) * xpos)) - xmid, 0));\n });\n};\n\n\nGadfly.zoomslider_thumb_dragmove = function(dx, dy, x, y) {\n var root = this.plotroot();\n var min_pos = this.data(\"min_pos\"),\n max_pos = this.data(\"max_pos\"),\n min_scale = root.data(\"min_scale\"),\n max_scale = root.data(\"max_scale\"),\n old_scale = root.data(\"old_scale\");\n\n var px_per_mm = root.data(\"px_per_mm\");\n dx /= px_per_mm;\n dy /= px_per_mm;\n\n var xmid = (min_pos + max_pos) / 2;\n var xpos = slider_position_from_scale(old_scale, min_scale, max_scale) +\n dx / (max_pos - min_pos);\n\n // compute the new scale\n var new_scale;\n if (xpos >= 0.5) {\n new_scale = Math.exp(2.0 * (xpos - 0.5) * Math.log(max_scale));\n }\n else {\n new_scale = Math.exp(2.0 * xpos * (0 - Math.log(min_scale)) +\n Math.log(min_scale));\n }\n new_scale = Math.min(max_scale, Math.max(min_scale, new_scale));\n\n update_plot_scale(root, new_scale);\n};\n\n\nGadfly.zoomslider_thumb_dragstart = function(event) {\n var root = this.plotroot();\n init_pan_zoom(root);\n\n // keep track of what the scale was when we started dragging\n root.data(\"old_scale\", root.data(\"scale\"));\n};\n\n\nGadfly.zoomslider_thumb_dragend = function(event) {\n};\n\n\nvar toggle_color_class = function(root, color_class, ison) {\n var guides = root.selectAll(\".guide.\" + color_class + \",.guide .\" + color_class);\n var geoms = root.selectAll(\".geometry.\" + color_class + \",.geometry .\" + color_class);\n if (ison) {\n guides.animate({opacity: 0.5}, 250);\n geoms.animate({opacity: 0.0}, 250);\n } else {\n guides.animate({opacity: 1.0}, 250);\n geoms.animate({opacity: 1.0}, 250);\n }\n};\n\n\nGadfly.colorkey_swatch_click = function(event) {\n var root = this.plotroot();\n var color_class = this.data(\"color_class\");\n\n if (event.shiftKey) {\n root.selectAll(\".colorkey text\")\n .forEach(function (element) {\n var other_color_class = element.data(\"color_class\");\n if (other_color_class != color_class) {\n toggle_color_class(root, other_color_class,\n element.attr(\"opacity\") == 1.0);\n }\n });\n } else {\n toggle_color_class(root, color_class, this.attr(\"opacity\") == 1.0);\n }\n};\n\n\nreturn Gadfly;\n\n}));\n\n\n//@ sourceURL=gadfly.js\n\n(function (glob, factory) {\n // AMD support\n if (typeof require === \"function\" && typeof define === \"function\" && define.amd) {\n require([\"Snap.svg\", \"Gadfly\"], function (Snap, Gadfly) {\n factory(Snap, Gadfly);\n });\n } else {\n factory(glob.Snap, glob.Gadfly);\n }\n})(window, function (Snap, Gadfly) {\n var fig = Snap(\"#fig-c43b58e06ae9464ca3db7c7fdc317fc2\");\nfig.select(\"#fig-c43b58e06ae9464ca3db7c7fdc317fc2-element-4\")\n .mouseenter(Gadfly.plot_mouseover)\n.mouseleave(Gadfly.plot_mouseout)\n.mousewheel(Gadfly.guide_background_scroll)\n.drag(Gadfly.guide_background_drag_onmove,\n Gadfly.guide_background_drag_onstart,\n Gadfly.guide_background_drag_onend)\n;\nfig.select(\"#fig-c43b58e06ae9464ca3db7c7fdc317fc2-element-7\")\n .plotroot().data(\"unfocused_ygrid_color\", \"#D0D0E0\")\n;\nfig.select(\"#fig-c43b58e06ae9464ca3db7c7fdc317fc2-element-7\")\n .plotroot().data(\"focused_ygrid_color\", \"#A0A0A0\")\n;\nfig.select(\"#fig-c43b58e06ae9464ca3db7c7fdc317fc2-element-8\")\n .plotroot().data(\"unfocused_xgrid_color\", \"#D0D0E0\")\n;\nfig.select(\"#fig-c43b58e06ae9464ca3db7c7fdc317fc2-element-8\")\n .plotroot().data(\"focused_xgrid_color\", \"#A0A0A0\")\n;\nfig.select(\"#fig-c43b58e06ae9464ca3db7c7fdc317fc2-element-13\")\n .data(\"mouseover_color\", \"#cd5c5c\")\n;\nfig.select(\"#fig-c43b58e06ae9464ca3db7c7fdc317fc2-element-13\")\n .data(\"mouseout_color\", \"#6a6a6a\")\n;\nfig.select(\"#fig-c43b58e06ae9464ca3db7c7fdc317fc2-element-13\")\n .click(Gadfly.zoomslider_zoomin_click)\n.mouseenter(Gadfly.zoomslider_button_mouseover)\n.mouseleave(Gadfly.zoomslider_button_mouseout)\n;\nfig.select(\"#fig-c43b58e06ae9464ca3db7c7fdc317fc2-element-15\")\n .data(\"max_pos\", 120.42)\n;\nfig.select(\"#fig-c43b58e06ae9464ca3db7c7fdc317fc2-element-15\")\n .data(\"min_pos\", 103.42)\n;\nfig.select(\"#fig-c43b58e06ae9464ca3db7c7fdc317fc2-element-15\")\n .click(Gadfly.zoomslider_track_click);\nfig.select(\"#fig-c43b58e06ae9464ca3db7c7fdc317fc2-element-16\")\n .data(\"max_pos\", 120.42)\n;\nfig.select(\"#fig-c43b58e06ae9464ca3db7c7fdc317fc2-element-16\")\n .data(\"min_pos\", 103.42)\n;\nfig.select(\"#fig-c43b58e06ae9464ca3db7c7fdc317fc2-element-16\")\n .data(\"mouseover_color\", \"#cd5c5c\")\n;\nfig.select(\"#fig-c43b58e06ae9464ca3db7c7fdc317fc2-element-16\")\n .data(\"mouseout_color\", \"#6a6a6a\")\n;\nfig.select(\"#fig-c43b58e06ae9464ca3db7c7fdc317fc2-element-16\")\n .drag(Gadfly.zoomslider_thumb_dragmove,\n Gadfly.zoomslider_thumb_dragstart,\n Gadfly.zoomslider_thumb_dragend)\n.mousedown(Gadfly.zoomslider_thumb_mousedown)\n.mouseup(Gadfly.zoomslider_thumb_mouseup)\n;\nfig.select(\"#fig-c43b58e06ae9464ca3db7c7fdc317fc2-element-17\")\n .data(\"mouseover_color\", \"#cd5c5c\")\n;\nfig.select(\"#fig-c43b58e06ae9464ca3db7c7fdc317fc2-element-17\")\n .data(\"mouseout_color\", \"#6a6a6a\")\n;\nfig.select(\"#fig-c43b58e06ae9464ca3db7c7fdc317fc2-element-17\")\n .click(Gadfly.zoomslider_zoomout_click)\n.mouseenter(Gadfly.zoomslider_button_mouseover)\n.mouseleave(Gadfly.zoomslider_button_mouseout)\n;\n });\n]]> </script>\n</svg>\n"}}], "cell_type": "code"}, {"metadata": {}, "cell_type": "markdown", "source": "\nProblem 1.2\n\nFigure 2 above again seems to generally have a lognormal shape. The vast\nmajority of users were active 1 or 2 days out of the week, and _very_ few \nwere active more than 5 days.\n<br>\n<br>\n<br>\n<br>\n<br>\n<br>\n\n"}, {"source": "## quick function to put together our two problem and day data\n\nfunction joindata(days_data, prbm_hash)\n n = size(days_data)[1]\n y = Array(Int, n)\n \n for i = 1:n\n\n y[i] = prbm_hash[days_data[i, 1]]\n end\n\n return hcat(days_data, y)\nend\n\n\nd1 = joindata(days_count, problem_hash);", "execution_count": 8, "metadata": {"trusted": false, "scrolled": true, "collapsed": false}, "outputs": [], "cell_type": "code"}, {"source": "## operationalize engagement as problems-per-day\neng = d1[:, 3] ./ d1[:, 2]\n\n\n## plotting distribution of engagement\np = plot(\n x = eng, \n Geom.histogram(bincount = 200),\n \n Scale.x_continuous(minvalue = 0, maxvalue = 100),\n Guide.xticks(ticks = [0, 20, 40, 60, 80, 100]),\n Guide.ylabel(\"Frequency\"),\n Guide.xlabel(\"Engagement Level\"),\n Guide.title(\"Figure 3: Engagement Level by Each User\") \n)", "execution_count": 9, "metadata": {"trusted": false, "collapsed": false}, "outputs": [{"metadata": {}, "output_type": "execute_result", "execution_count": 9, "data": {"image/svg+xml": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<svg xmlns=\"http://www.w3.org/2000/svg\"\n xmlns:xlink=\"http://www.w3.org/1999/xlink\"\n xmlns:gadfly=\"http://www.gadflyjl.org/ns\"\n version=\"1.2\"\n width=\"141.42mm\" height=\"100mm\" viewBox=\"0 0 141.42 100\"\n stroke=\"none\"\n fill=\"#000000\"\n stroke-width=\"0.3\"\n font-size=\"3.88\"\n>\n<g class=\"plotroot xscalable yscalable\" id=\"fig-79e7a75a0ec2480fb4efb645c1b7e046-element-1\">\n <g font-size=\"3.88\" font-family=\"'PT Sans','Helvetica Neue','Helvetica',sans-serif\" fill=\"#564A55\" stroke=\"none\" id=\"fig-79e7a75a0ec2480fb4efb645c1b7e046-element-2\">\n <text x=\"81.57\" y=\"92\" text-anchor=\"middle\">Engagement Level</text>\n </g>\n <g class=\"guide xlabels\" font-size=\"2.82\" font-family=\"'PT Sans Caption','Helvetica Neue','Helvetica',sans-serif\" fill=\"#6C606B\" id=\"fig-79e7a75a0ec2480fb4efb645c1b7e046-element-3\">\n <text x=\"28.73\" y=\"84.39\" text-anchor=\"middle\">0</text>\n <text x=\"49.86\" y=\"84.39\" text-anchor=\"middle\">20</text>\n <text x=\"71\" y=\"84.39\" text-anchor=\"middle\">40</text>\n <text x=\"92.14\" y=\"84.39\" text-anchor=\"middle\">60</text>\n <text x=\"113.28\" y=\"84.39\" text-anchor=\"middle\">80</text>\n <text x=\"134.42\" y=\"84.39\" text-anchor=\"middle\">100</text>\n </g>\n <g clip-path=\"url(#fig-79e7a75a0ec2480fb4efb645c1b7e046-element-5)\" id=\"fig-79e7a75a0ec2480fb4efb645c1b7e046-element-4\">\n <g pointer-events=\"visible\" opacity=\"1\" fill=\"none\" stroke=\"none\" class=\"guide background\" id=\"fig-79e7a75a0ec2480fb4efb645c1b7e046-element-6\">\n <rect x=\"26.73\" y=\"12.61\" width=\"109.7\" height=\"68.1\"/>\n </g>\n <g class=\"guide ygridlines xfixed\" stroke-dasharray=\"0.5,0.5\" stroke-width=\"0.2\" stroke=\"#D0D0E0\" id=\"fig-79e7a75a0ec2480fb4efb645c1b7e046-element-7\">\n <path fill=\"none\" d=\"M26.73,78.72 L 136.42 78.72\"/>\n <path fill=\"none\" d=\"M26.73,65.89 L 136.42 65.89\"/>\n <path fill=\"none\" d=\"M26.73,53.07 L 136.42 53.07\"/>\n <path fill=\"none\" d=\"M26.73,40.25 L 136.42 40.25\"/>\n <path fill=\"none\" d=\"M26.73,27.43 L 136.42 27.43\"/>\n <path fill=\"none\" d=\"M26.73,14.61 L 136.42 14.61\"/>\n </g>\n <g class=\"guide xgridlines yfixed\" stroke-dasharray=\"0.5,0.5\" stroke-width=\"0.2\" stroke=\"#D0D0E0\" id=\"fig-79e7a75a0ec2480fb4efb645c1b7e046-element-8\">\n <path fill=\"none\" d=\"M28.73,12.61 L 28.73 80.72\"/>\n <path fill=\"none\" d=\"M49.86,12.61 L 49.86 80.72\"/>\n <path fill=\"none\" d=\"M71,12.61 L 71 80.72\"/>\n <path fill=\"none\" d=\"M92.14,12.61 L 92.14 80.72\"/>\n <path fill=\"none\" d=\"M113.28,12.61 L 113.28 80.72\"/>\n <path fill=\"none\" d=\"M134.42,12.61 L 134.42 80.72\"/>\n </g>\n <g class=\"plotpanel\" id=\"fig-79e7a75a0ec2480fb4efb645c1b7e046-element-9\">\n <g stroke=\"none\" fill=\"#00BFFF\" shape-rendering=\"crispEdges\" id=\"fig-79e7a75a0ec2480fb4efb645c1b7e046-element-10\">\n <g class=\"geometry\" id=\"fig-79e7a75a0ec2480fb4efb645c1b7e046-element-11\">\n <rect x=\"29.78\" y=\"24.1\" width=\"2.37\" height=\"54.62\"/>\n <rect x=\"32.15\" y=\"42.54\" width=\"2.37\" height=\"36.18\"/>\n <rect x=\"34.51\" y=\"50.88\" width=\"2.37\" height=\"27.83\"/>\n <rect x=\"36.88\" y=\"58.38\" width=\"2.37\" height=\"20.33\"/>\n <rect x=\"39.24\" y=\"53.1\" width=\"2.37\" height=\"25.62\"/>\n <rect x=\"41.61\" y=\"65.48\" width=\"2.37\" height=\"13.23\"/>\n <rect x=\"43.98\" y=\"66.15\" width=\"2.37\" height=\"12.56\"/>\n <rect x=\"46.34\" y=\"69.69\" width=\"2.37\" height=\"9.03\"/>\n <rect x=\"48.71\" y=\"68.06\" width=\"2.37\" height=\"10.65\"/>\n <rect x=\"51.07\" y=\"72.23\" width=\"2.37\" height=\"6.49\"/>\n <rect x=\"53.44\" y=\"72.95\" width=\"2.37\" height=\"5.77\"/>\n <rect x=\"55.8\" y=\"74.57\" width=\"2.37\" height=\"4.14\"/>\n <rect x=\"58.17\" y=\"74.23\" width=\"2.37\" height=\"4.49\"/>\n <rect x=\"60.53\" y=\"75.65\" width=\"2.37\" height=\"3.06\"/>\n <rect x=\"62.9\" y=\"75.91\" width=\"2.37\" height=\"2.81\"/>\n <rect x=\"65.27\" y=\"76.47\" width=\"2.37\" height=\"2.24\"/>\n <rect x=\"67.63\" y=\"76.55\" width=\"2.37\" height=\"2.17\"/>\n <rect x=\"70\" y=\"77.21\" width=\"2.37\" height=\"1.5\"/>\n <rect x=\"72.36\" y=\"77.25\" width=\"2.37\" height=\"1.46\"/>\n <rect x=\"74.73\" y=\"77.7\" width=\"2.37\" height=\"1.01\"/>\n <rect x=\"77.09\" y=\"77.21\" width=\"2.37\" height=\"1.5\"/>\n <rect x=\"79.46\" y=\"77.89\" width=\"2.37\" height=\"0.82\"/>\n <rect x=\"81.82\" y=\"78.06\" width=\"2.37\" height=\"0.65\"/>\n <rect x=\"84.19\" y=\"78.02\" width=\"2.37\" height=\"0.69\"/>\n <rect x=\"86.56\" y=\"78.02\" width=\"2.37\" height=\"0.69\"/>\n <rect x=\"88.92\" y=\"78.07\" width=\"2.37\" height=\"0.64\"/>\n <rect x=\"91.29\" y=\"78.25\" width=\"2.37\" height=\"0.46\"/>\n <rect x=\"93.65\" y=\"78.24\" width=\"2.37\" height=\"0.47\"/>\n <rect x=\"96.02\" y=\"78.34\" width=\"2.37\" height=\"0.37\"/>\n <rect x=\"98.38\" y=\"78.28\" width=\"2.37\" height=\"0.44\"/>\n <rect x=\"100.75\" y=\"78.42\" width=\"2.37\" height=\"0.29\"/>\n <rect x=\"103.12\" y=\"78.41\" width=\"2.37\" height=\"0.31\"/>\n <rect x=\"105.48\" y=\"78.32\" width=\"2.37\" height=\"0.4\"/>\n <rect x=\"107.85\" y=\"78.42\" width=\"2.37\" height=\"0.29\"/>\n <rect x=\"110.21\" y=\"78.42\" width=\"2.37\" height=\"0.29\"/>\n <rect x=\"112.58\" y=\"78.54\" width=\"2.37\" height=\"0.18\"/>\n <rect x=\"114.94\" y=\"78.43\" width=\"2.37\" height=\"0.28\"/>\n <rect x=\"117.31\" y=\"78.51\" width=\"2.37\" height=\"0.21\"/>\n <rect x=\"119.67\" y=\"78.56\" width=\"2.37\" height=\"0.15\"/>\n <rect x=\"122.04\" y=\"78.59\" width=\"2.37\" height=\"0.13\"/>\n <rect x=\"124.41\" y=\"78.63\" width=\"2.37\" height=\"0.09\"/>\n <rect x=\"126.77\" y=\"78.59\" width=\"2.37\" height=\"0.13\"/>\n <rect x=\"129.14\" y=\"78.66\" width=\"2.37\" height=\"0.05\"/>\n <rect x=\"131.5\" y=\"78.57\" width=\"2.37\" height=\"0.14\"/>\n <rect x=\"133.87\" y=\"78.57\" width=\"2.37\" height=\"0.14\"/>\n <rect x=\"136.23\" y=\"78.61\" width=\"2.37\" height=\"0.1\"/>\n <rect x=\"138.6\" y=\"78.63\" width=\"2.37\" height=\"0.09\"/>\n <rect x=\"140.96\" y=\"78.6\" width=\"2.37\" height=\"0.12\"/>\n <rect x=\"143.33\" y=\"78.65\" width=\"2.37\" height=\"0.06\"/>\n <rect x=\"145.7\" y=\"78.68\" width=\"2.37\" height=\"0.04\"/>\n <rect x=\"148.06\" y=\"78.65\" width=\"2.37\" height=\"0.06\"/>\n <rect x=\"150.43\" y=\"78.64\" width=\"2.37\" height=\"0.08\"/>\n <rect x=\"152.79\" y=\"78.68\" width=\"2.37\" height=\"0.04\"/>\n <rect x=\"155.16\" y=\"78.69\" width=\"2.37\" height=\"0.03\"/>\n <rect x=\"157.52\" y=\"78.68\" width=\"2.37\" height=\"0.04\"/>\n <rect x=\"159.89\" y=\"78.7\" width=\"2.37\" height=\"0.01\"/>\n <rect x=\"162.25\" y=\"78.7\" width=\"2.37\" height=\"0.01\"/>\n <rect x=\"164.62\" y=\"78.7\" width=\"2.37\" height=\"0.01\"/>\n <rect x=\"166.99\" y=\"78.64\" width=\"2.37\" height=\"0.08\"/>\n <rect x=\"169.35\" y=\"78.68\" width=\"2.37\" height=\"0.04\"/>\n <rect x=\"171.72\" y=\"78.72\" width=\"2.37\" height=\"0.01\"/>\n <rect x=\"174.08\" y=\"78.7\" width=\"2.37\" height=\"0.01\"/>\n <rect x=\"176.45\" y=\"78.72\" width=\"2.37\" height=\"0.01\"/>\n <rect x=\"178.81\" y=\"78.69\" width=\"2.37\" height=\"0.03\"/>\n <rect x=\"181.18\" y=\"78.72\" width=\"2.37\" height=\"0.01\"/>\n <rect x=\"183.54\" y=\"78.68\" width=\"2.37\" height=\"0.04\"/>\n <rect x=\"185.91\" y=\"78.7\" width=\"2.37\" height=\"0.01\"/>\n <rect x=\"188.28\" y=\"78.68\" width=\"2.37\" height=\"0.04\"/>\n <rect x=\"190.64\" y=\"78.68\" width=\"2.37\" height=\"0.04\"/>\n <rect x=\"193.01\" y=\"78.72\" width=\"2.37\" height=\"0.01\"/>\n <rect x=\"195.37\" y=\"78.7\" width=\"2.37\" height=\"0.01\"/>\n <rect x=\"197.74\" y=\"78.7\" width=\"2.37\" height=\"0.01\"/>\n <rect x=\"200.1\" y=\"78.72\" width=\"2.37\" height=\"0.01\"/>\n <rect x=\"202.47\" y=\"78.72\" width=\"2.37\" height=\"0.01\"/>\n <rect x=\"204.84\" y=\"78.69\" width=\"2.37\" height=\"0.03\"/>\n <rect x=\"207.2\" y=\"78.7\" width=\"2.37\" height=\"0.01\"/>\n <rect x=\"209.57\" y=\"78.72\" width=\"2.37\" height=\"0.01\"/>\n <rect x=\"211.93\" y=\"78.72\" width=\"2.37\" height=\"0.01\"/>\n <rect x=\"214.3\" y=\"78.72\" width=\"2.37\" height=\"0.01\"/>\n <rect x=\"216.66\" y=\"78.7\" width=\"2.37\" height=\"0.01\"/>\n <rect x=\"219.03\" y=\"78.7\" width=\"2.37\" height=\"0.01\"/>\n <rect x=\"221.39\" y=\"78.69\" width=\"2.37\" height=\"0.03\"/>\n <rect x=\"223.76\" y=\"78.72\" width=\"2.37\" height=\"0.01\"/>\n <rect x=\"226.13\" y=\"78.72\" width=\"2.37\" height=\"0.01\"/>\n <rect x=\"228.49\" y=\"78.7\" width=\"2.37\" height=\"0.01\"/>\n <rect x=\"230.86\" y=\"78.72\" width=\"2.37\" height=\"0.01\"/>\n <rect x=\"233.22\" y=\"78.72\" width=\"2.37\" height=\"0.01\"/>\n <rect x=\"235.59\" y=\"78.72\" width=\"2.37\" height=\"0.01\"/>\n <rect x=\"237.95\" y=\"78.7\" width=\"2.37\" height=\"0.01\"/>\n <rect x=\"240.32\" y=\"78.72\" width=\"2.37\" height=\"0.01\"/>\n <rect x=\"242.68\" y=\"78.7\" width=\"2.37\" height=\"0.01\"/>\n <rect x=\"245.05\" y=\"78.72\" width=\"2.37\" height=\"0.01\"/>\n <rect x=\"247.42\" y=\"78.69\" width=\"2.37\" height=\"0.03\"/>\n <rect x=\"249.78\" y=\"78.72\" width=\"2.37\" height=\"0.01\"/>\n <rect x=\"252.15\" y=\"78.72\" width=\"2.37\" height=\"0.01\"/>\n <rect x=\"254.51\" y=\"78.72\" width=\"2.37\" height=\"0.01\"/>\n <rect x=\"256.88\" y=\"78.72\" width=\"2.37\" height=\"0.01\"/>\n <rect x=\"259.24\" y=\"78.72\" width=\"2.37\" height=\"0.01\"/>\n <rect x=\"261.61\" y=\"78.7\" width=\"2.37\" height=\"0.01\"/>\n <rect x=\"263.97\" y=\"78.7\" width=\"2.37\" height=\"0.01\"/>\n <rect x=\"266.34\" y=\"78.7\" width=\"2.37\" height=\"0.01\"/>\n <rect x=\"268.71\" y=\"78.69\" width=\"2.37\" height=\"0.03\"/>\n <rect x=\"271.07\" y=\"78.7\" width=\"2.37\" height=\"0.01\"/>\n <rect x=\"273.44\" y=\"78.72\" width=\"2.37\" height=\"0.01\"/>\n <rect x=\"275.8\" y=\"78.72\" width=\"2.37\" height=\"0.01\"/>\n <rect x=\"278.17\" y=\"78.72\" width=\"2.37\" height=\"0.01\"/>\n <rect x=\"280.53\" y=\"78.7\" width=\"2.37\" height=\"0.01\"/>\n <rect x=\"282.9\" y=\"78.72\" width=\"2.37\" height=\"0.01\"/>\n <rect x=\"285.27\" y=\"78.72\" width=\"2.37\" height=\"0.01\"/>\n <rect x=\"287.63\" y=\"78.72\" width=\"2.37\" height=\"0.01\"/>\n <rect x=\"290\" y=\"78.72\" width=\"2.37\" height=\"0.01\"/>\n <rect x=\"292.36\" y=\"78.72\" width=\"2.37\" height=\"0.01\"/>\n <rect x=\"294.73\" y=\"78.72\" width=\"2.37\" height=\"0.01\"/>\n <rect x=\"297.09\" y=\"78.72\" width=\"2.37\" height=\"0.01\"/>\n <rect x=\"299.46\" y=\"78.7\" width=\"2.37\" height=\"0.01\"/>\n <rect x=\"301.82\" y=\"78.72\" width=\"2.37\" height=\"0.01\"/>\n <rect x=\"304.19\" y=\"78.72\" width=\"2.37\" height=\"0.01\"/>\n <rect x=\"306.56\" y=\"78.69\" width=\"2.37\" height=\"0.03\"/>\n <rect x=\"308.92\" y=\"78.7\" width=\"2.37\" height=\"0.01\"/>\n <rect x=\"311.29\" y=\"78.7\" width=\"2.37\" height=\"0.01\"/>\n <rect x=\"313.65\" y=\"78.72\" width=\"2.37\" height=\"0.01\"/>\n <rect x=\"316.02\" y=\"78.72\" width=\"2.37\" height=\"0.01\"/>\n <rect x=\"318.38\" y=\"78.72\" width=\"2.37\" height=\"0.01\"/>\n <rect x=\"320.75\" y=\"78.72\" width=\"2.37\" height=\"0.01\"/>\n <rect x=\"323.11\" y=\"78.72\" width=\"2.37\" height=\"0.01\"/>\n <rect x=\"325.48\" y=\"78.7\" width=\"2.37\" height=\"0.01\"/>\n <rect x=\"327.85\" y=\"78.72\" width=\"2.37\" height=\"0.01\"/>\n <rect x=\"330.21\" y=\"78.72\" width=\"2.37\" height=\"0.01\"/>\n <rect x=\"332.58\" y=\"78.72\" width=\"2.37\" height=\"0.01\"/>\n <rect x=\"334.94\" y=\"78.7\" width=\"2.37\" height=\"0.01\"/>\n <rect x=\"337.31\" y=\"78.72\" width=\"2.37\" height=\"0.01\"/>\n <rect x=\"339.67\" y=\"78.72\" width=\"2.37\" height=\"0.01\"/>\n <rect x=\"342.04\" y=\"78.72\" width=\"2.37\" height=\"0.01\"/>\n <rect x=\"344.4\" y=\"78.7\" width=\"2.37\" height=\"0.01\"/>\n <rect x=\"346.77\" y=\"78.72\" width=\"2.37\" height=\"0.01\"/>\n <rect x=\"349.14\" y=\"78.72\" width=\"2.37\" height=\"0.01\"/>\n <rect x=\"351.5\" y=\"78.7\" width=\"2.37\" height=\"0.01\"/>\n <rect x=\"353.87\" y=\"78.72\" width=\"2.37\" height=\"0.01\"/>\n <rect x=\"356.23\" y=\"78.72\" width=\"2.37\" height=\"0.01\"/>\n <rect x=\"358.6\" y=\"78.72\" width=\"2.37\" height=\"0.01\"/>\n <rect x=\"360.96\" y=\"78.72\" width=\"2.37\" height=\"0.01\"/>\n <rect x=\"363.33\" y=\"78.72\" width=\"2.37\" height=\"0.01\"/>\n <rect x=\"365.7\" y=\"78.72\" width=\"2.37\" height=\"0.01\"/>\n <rect x=\"368.06\" y=\"78.72\" width=\"2.37\" height=\"0.01\"/>\n <rect x=\"370.43\" y=\"78.72\" width=\"2.37\" height=\"0.01\"/>\n <rect x=\"372.79\" y=\"78.72\" width=\"2.37\" height=\"0.01\"/>\n <rect x=\"375.16\" y=\"78.72\" width=\"2.37\" height=\"0.01\"/>\n <rect x=\"377.52\" y=\"78.72\" width=\"2.37\" height=\"0.01\"/>\n <rect x=\"379.89\" y=\"78.72\" width=\"2.37\" height=\"0.01\"/>\n <rect x=\"382.25\" y=\"78.72\" width=\"2.37\" height=\"0.01\"/>\n <rect x=\"384.62\" y=\"78.72\" width=\"2.37\" height=\"0.01\"/>\n <rect x=\"386.99\" y=\"78.72\" width=\"2.37\" height=\"0.01\"/>\n <rect x=\"389.35\" y=\"78.72\" width=\"2.37\" height=\"0.01\"/>\n <rect x=\"391.72\" y=\"78.72\" width=\"2.37\" height=\"0.01\"/>\n <rect x=\"394.08\" y=\"78.72\" width=\"2.37\" height=\"0.01\"/>\n <rect x=\"396.45\" y=\"78.72\" width=\"2.37\" height=\"0.01\"/>\n <rect x=\"398.81\" y=\"78.72\" width=\"2.37\" height=\"0.01\"/>\n <rect x=\"401.18\" y=\"78.72\" width=\"2.37\" height=\"0.01\"/>\n <rect x=\"403.54\" y=\"78.72\" width=\"2.37\" height=\"0.01\"/>\n <rect x=\"405.91\" y=\"78.72\" width=\"2.37\" height=\"0.01\"/>\n <rect x=\"408.28\" y=\"78.72\" width=\"2.37\" height=\"0.01\"/>\n <rect x=\"410.64\" y=\"78.72\" width=\"2.37\" height=\"0.01\"/>\n <rect x=\"413.01\" y=\"78.72\" width=\"2.37\" height=\"0.01\"/>\n <rect x=\"415.37\" y=\"78.72\" width=\"2.37\" height=\"0.01\"/>\n <rect x=\"417.74\" y=\"78.7\" width=\"2.37\" height=\"0.01\"/>\n <rect x=\"420.1\" y=\"78.72\" width=\"2.37\" height=\"0.01\"/>\n <rect x=\"422.47\" y=\"78.72\" width=\"2.37\" height=\"0.01\"/>\n <rect x=\"424.83\" y=\"78.72\" width=\"2.37\" height=\"0.01\"/>\n <rect x=\"427.2\" y=\"78.72\" width=\"2.37\" height=\"0.01\"/>\n <rect x=\"429.57\" y=\"78.72\" width=\"2.37\" height=\"0.01\"/>\n <rect x=\"431.93\" y=\"78.72\" width=\"2.37\" height=\"0.01\"/>\n <rect x=\"434.3\" y=\"78.72\" width=\"2.37\" height=\"0.01\"/>\n <rect x=\"436.66\" y=\"78.72\" width=\"2.37\" height=\"0.01\"/>\n <rect x=\"439.03\" y=\"78.72\" width=\"2.37\" height=\"0.01\"/>\n <rect x=\"441.39\" y=\"78.72\" width=\"2.37\" height=\"0.01\"/>\n <rect x=\"443.76\" y=\"78.72\" width=\"2.37\" height=\"0.01\"/>\n <rect x=\"446.12\" y=\"78.72\" width=\"2.37\" height=\"0.01\"/>\n <rect x=\"448.49\" y=\"78.72\" width=\"2.37\" height=\"0.01\"/>\n <rect x=\"450.86\" y=\"78.72\" width=\"2.37\" height=\"0.01\"/>\n <rect x=\"453.22\" y=\"78.72\" width=\"2.37\" height=\"0.01\"/>\n <rect x=\"455.59\" y=\"78.72\" width=\"2.37\" height=\"0.01\"/>\n <rect x=\"457.95\" y=\"78.72\" width=\"2.37\" height=\"0.01\"/>\n <rect x=\"460.32\" y=\"78.72\" width=\"2.37\" height=\"0.01\"/>\n <rect x=\"462.68\" y=\"78.72\" width=\"2.37\" height=\"0.01\"/>\n <rect x=\"465.05\" y=\"78.72\" width=\"2.37\" height=\"0.01\"/>\n <rect x=\"467.42\" y=\"78.72\" width=\"2.37\" height=\"0.01\"/>\n <rect x=\"469.78\" y=\"78.72\" width=\"2.37\" height=\"0.01\"/>\n <rect x=\"472.15\" y=\"78.72\" width=\"2.37\" height=\"0.01\"/>\n <rect x=\"474.51\" y=\"78.72\" width=\"2.37\" height=\"0.01\"/>\n <rect x=\"476.88\" y=\"78.72\" width=\"2.37\" height=\"0.01\"/>\n <rect x=\"479.24\" y=\"78.72\" width=\"2.37\" height=\"0.01\"/>\n <rect x=\"481.61\" y=\"78.72\" width=\"2.37\" height=\"0.01\"/>\n <rect x=\"483.97\" y=\"78.72\" width=\"2.37\" height=\"0.01\"/>\n <rect x=\"486.34\" y=\"78.72\" width=\"2.37\" height=\"0.01\"/>\n <rect x=\"488.71\" y=\"78.72\" width=\"2.37\" height=\"0.01\"/>\n <rect x=\"491.07\" y=\"78.72\" width=\"2.37\" height=\"0.01\"/>\n <rect x=\"493.44\" y=\"78.72\" width=\"2.37\" height=\"0.01\"/>\n <rect x=\"495.8\" y=\"78.7\" width=\"2.37\" height=\"0.01\"/>\n <rect x=\"498.17\" y=\"78.72\" width=\"2.37\" height=\"0.01\"/>\n <rect x=\"500.53\" y=\"78.72\" width=\"2.37\" height=\"0.01\"/>\n </g>\n </g>\n </g>\n </g>\n <g class=\"guide ylabels\" font-size=\"2.82\" font-family=\"'PT Sans Caption','Helvetica Neue','Helvetica',sans-serif\" fill=\"#6C606B\" id=\"fig-79e7a75a0ec2480fb4efb645c1b7e046-element-12\">\n <text x=\"25.73\" y=\"78.72\" text-anchor=\"end\" dy=\"0.35em\">0</text>\n <text x=\"25.73\" y=\"65.89\" text-anchor=\"end\" dy=\"0.35em\">1.0\u00d710\u00b3</text>\n <text x=\"25.73\" y=\"53.07\" text-anchor=\"end\" dy=\"0.35em\">2.0\u00d710\u00b3</text>\n <text x=\"25.73\" y=\"40.25\" text-anchor=\"end\" dy=\"0.35em\">3.0\u00d710\u00b3</text>\n <text x=\"25.73\" y=\"27.43\" text-anchor=\"end\" dy=\"0.35em\">4.0\u00d710\u00b3</text>\n <text x=\"25.73\" y=\"14.61\" text-anchor=\"end\" dy=\"0.35em\">5.0\u00d710\u00b3</text>\n </g>\n <g font-size=\"3.88\" font-family=\"'PT Sans','Helvetica Neue','Helvetica',sans-serif\" fill=\"#564A55\" stroke=\"none\" id=\"fig-79e7a75a0ec2480fb4efb645c1b7e046-element-13\">\n <text x=\"8.81\" y=\"44.66\" text-anchor=\"middle\" dy=\"0.35em\" transform=\"rotate(-90, 8.81, 46.66)\">Frequency</text>\n </g>\n <g font-size=\"3.88\" font-family=\"'PT Sans','Helvetica Neue','Helvetica',sans-serif\" fill=\"#564A55\" stroke=\"none\" id=\"fig-79e7a75a0ec2480fb4efb645c1b7e046-element-14\">\n <text x=\"81.57\" y=\"10.61\" text-anchor=\"middle\">Figure 3: Engagement Level by Each User</text>\n </g>\n</g>\n<defs>\n<clipPath id=\"fig-79e7a75a0ec2480fb4efb645c1b7e046-element-5\">\n <path d=\"M26.73,12.61 L 136.42 12.61 136.42 80.72 26.73 80.72\" />\n</clipPath\n></defs>\n</svg>\n", "image/png": "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", "text/plain": "Plot(...)", "text/html": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<svg xmlns=\"http://www.w3.org/2000/svg\"\n xmlns:xlink=\"http://www.w3.org/1999/xlink\"\n xmlns:gadfly=\"http://www.gadflyjl.org/ns\"\n version=\"1.2\"\n width=\"141.42mm\" height=\"100mm\" viewBox=\"0 0 141.42 100\"\n stroke=\"none\"\n fill=\"#000000\"\n stroke-width=\"0.3\"\n font-size=\"3.88\"\n\n id=\"fig-6f7c24f0cc6a42ab87ed85d1d0bc7d06\">\n<g class=\"plotroot xscalable yscalable\" id=\"fig-6f7c24f0cc6a42ab87ed85d1d0bc7d06-element-1\">\n <g font-size=\"3.88\" font-family=\"'PT Sans','Helvetica Neue','Helvetica',sans-serif\" fill=\"#564A55\" stroke=\"none\" id=\"fig-6f7c24f0cc6a42ab87ed85d1d0bc7d06-element-2\">\n <text x=\"81.57\" y=\"92\" text-anchor=\"middle\">Engagement Level</text>\n </g>\n <g class=\"guide xlabels\" font-size=\"2.82\" font-family=\"'PT Sans Caption','Helvetica Neue','Helvetica',sans-serif\" fill=\"#6C606B\" id=\"fig-6f7c24f0cc6a42ab87ed85d1d0bc7d06-element-3\">\n <text x=\"28.73\" y=\"84.39\" text-anchor=\"middle\" gadfly:scale=\"1.0\" visibility=\"visible\">0</text>\n <text x=\"49.86\" y=\"84.39\" text-anchor=\"middle\" gadfly:scale=\"1.0\" visibility=\"visible\">20</text>\n <text x=\"71\" y=\"84.39\" text-anchor=\"middle\" gadfly:scale=\"1.0\" visibility=\"visible\">40</text>\n <text x=\"92.14\" y=\"84.39\" text-anchor=\"middle\" gadfly:scale=\"1.0\" visibility=\"visible\">60</text>\n <text x=\"113.28\" y=\"84.39\" text-anchor=\"middle\" gadfly:scale=\"1.0\" visibility=\"visible\">80</text>\n <text x=\"134.42\" y=\"84.39\" text-anchor=\"middle\" gadfly:scale=\"1.0\" visibility=\"visible\">100</text>\n </g>\n <g clip-path=\"url(#fig-6f7c24f0cc6a42ab87ed85d1d0bc7d06-element-5)\" id=\"fig-6f7c24f0cc6a42ab87ed85d1d0bc7d06-element-4\">\n <g pointer-events=\"visible\" opacity=\"1\" fill=\"none\" stroke=\"none\" class=\"guide background\" id=\"fig-6f7c24f0cc6a42ab87ed85d1d0bc7d06-element-6\">\n <rect x=\"26.73\" y=\"12.61\" width=\"109.7\" height=\"68.1\"/>\n </g>\n <g class=\"guide ygridlines xfixed\" stroke-dasharray=\"0.5,0.5\" stroke-width=\"0.2\" stroke=\"#D0D0E0\" id=\"fig-6f7c24f0cc6a42ab87ed85d1d0bc7d06-element-7\">\n <path fill=\"none\" d=\"M26.73,155.64 L 136.42 155.64\" gadfly:scale=\"1.0\" visibility=\"hidden\"/>\n <path fill=\"none\" d=\"M26.73,142.82 L 136.42 142.82\" gadfly:scale=\"1.0\" visibility=\"hidden\"/>\n <path fill=\"none\" d=\"M26.73,130 L 136.42 130\" gadfly:scale=\"1.0\" visibility=\"hidden\"/>\n <path fill=\"none\" d=\"M26.73,117.18 L 136.42 117.18\" gadfly:scale=\"1.0\" visibility=\"hidden\"/>\n <path fill=\"none\" d=\"M26.73,104.36 L 136.42 104.36\" gadfly:scale=\"1.0\" visibility=\"hidden\"/>\n <path fill=\"none\" d=\"M26.73,91.54 L 136.42 91.54\" gadfly:scale=\"1.0\" visibility=\"hidden\"/>\n <path fill=\"none\" d=\"M26.73,78.72 L 136.42 78.72\" gadfly:scale=\"1.0\" visibility=\"visible\"/>\n <path fill=\"none\" d=\"M26.73,65.89 L 136.42 65.89\" gadfly:scale=\"1.0\" visibility=\"visible\"/>\n <path fill=\"none\" d=\"M26.73,53.07 L 136.42 53.07\" gadfly:scale=\"1.0\" visibility=\"visible\"/>\n <path fill=\"none\" d=\"M26.73,40.25 L 136.42 40.25\" gadfly:scale=\"1.0\" visibility=\"visible\"/>\n <path fill=\"none\" d=\"M26.73,27.43 L 136.42 27.43\" gadfly:scale=\"1.0\" visibility=\"visible\"/>\n <path fill=\"none\" d=\"M26.73,14.61 L 136.42 14.61\" gadfly:scale=\"1.0\" visibility=\"visible\"/>\n <path fill=\"none\" d=\"M26.73,1.79 L 136.42 1.79\" gadfly:scale=\"1.0\" visibility=\"hidden\"/>\n <path fill=\"none\" d=\"M26.73,-11.03 L 136.42 -11.03\" gadfly:scale=\"1.0\" visibility=\"hidden\"/>\n <path fill=\"none\" d=\"M26.73,-23.85 L 136.42 -23.85\" gadfly:scale=\"1.0\" visibility=\"hidden\"/>\n <path fill=\"none\" d=\"M26.73,-36.67 L 136.42 -36.67\" gadfly:scale=\"1.0\" visibility=\"hidden\"/>\n <path fill=\"none\" d=\"M26.73,-49.49 L 136.42 -49.49\" gadfly:scale=\"1.0\" visibility=\"hidden\"/>\n <path fill=\"none\" d=\"M26.73,-62.31 L 136.42 -62.31\" gadfly:scale=\"1.0\" visibility=\"hidden\"/>\n <path fill=\"none\" d=\"M26.73,142.82 L 136.42 142.82\" gadfly:scale=\"10.0\" visibility=\"hidden\"/>\n <path fill=\"none\" d=\"M26.73,140.25 L 136.42 140.25\" gadfly:scale=\"10.0\" visibility=\"hidden\"/>\n <path fill=\"none\" d=\"M26.73,137.69 L 136.42 137.69\" gadfly:scale=\"10.0\" visibility=\"hidden\"/>\n <path fill=\"none\" d=\"M26.73,135.13 L 136.42 135.13\" gadfly:scale=\"10.0\" visibility=\"hidden\"/>\n <path fill=\"none\" d=\"M26.73,132.56 L 136.42 132.56\" gadfly:scale=\"10.0\" visibility=\"hidden\"/>\n <path fill=\"none\" d=\"M26.73,130 L 136.42 130\" gadfly:scale=\"10.0\" visibility=\"hidden\"/>\n <path fill=\"none\" d=\"M26.73,127.43 L 136.42 127.43\" gadfly:scale=\"10.0\" visibility=\"hidden\"/>\n <path fill=\"none\" d=\"M26.73,124.87 L 136.42 124.87\" gadfly:scale=\"10.0\" visibility=\"hidden\"/>\n <path fill=\"none\" d=\"M26.73,122.31 L 136.42 122.31\" gadfly:scale=\"10.0\" visibility=\"hidden\"/>\n <path fill=\"none\" d=\"M26.73,119.74 L 136.42 119.74\" gadfly:scale=\"10.0\" visibility=\"hidden\"/>\n <path fill=\"none\" d=\"M26.73,117.18 L 136.42 117.18\" gadfly:scale=\"10.0\" visibility=\"hidden\"/>\n <path fill=\"none\" d=\"M26.73,114.61 L 136.42 114.61\" gadfly:scale=\"10.0\" visibility=\"hidden\"/>\n <path fill=\"none\" d=\"M26.73,112.05 L 136.42 112.05\" gadfly:scale=\"10.0\" visibility=\"hidden\"/>\n <path fill=\"none\" d=\"M26.73,109.48 L 136.42 109.48\" gadfly:scale=\"10.0\" visibility=\"hidden\"/>\n <path fill=\"none\" d=\"M26.73,106.92 L 136.42 106.92\" gadfly:scale=\"10.0\" visibility=\"hidden\"/>\n <path fill=\"none\" d=\"M26.73,104.36 L 136.42 104.36\" gadfly:scale=\"10.0\" visibility=\"hidden\"/>\n <path fill=\"none\" d=\"M26.73,101.79 L 136.42 101.79\" gadfly:scale=\"10.0\" visibility=\"hidden\"/>\n <path fill=\"none\" d=\"M26.73,99.23 L 136.42 99.23\" gadfly:scale=\"10.0\" visibility=\"hidden\"/>\n <path fill=\"none\" d=\"M26.73,96.66 L 136.42 96.66\" gadfly:scale=\"10.0\" visibility=\"hidden\"/>\n <path fill=\"none\" d=\"M26.73,94.1 L 136.42 94.1\" gadfly:scale=\"10.0\" visibility=\"hidden\"/>\n <path fill=\"none\" d=\"M26.73,91.54 L 136.42 91.54\" gadfly:scale=\"10.0\" visibility=\"hidden\"/>\n <path fill=\"none\" d=\"M26.73,88.97 L 136.42 88.97\" gadfly:scale=\"10.0\" visibility=\"hidden\"/>\n <path fill=\"none\" d=\"M26.73,86.41 L 136.42 86.41\" gadfly:scale=\"10.0\" visibility=\"hidden\"/>\n <path fill=\"none\" d=\"M26.73,83.84 L 136.42 83.84\" gadfly:scale=\"10.0\" visibility=\"hidden\"/>\n <path fill=\"none\" d=\"M26.73,81.28 L 136.42 81.28\" gadfly:scale=\"10.0\" visibility=\"hidden\"/>\n <path fill=\"none\" d=\"M26.73,78.72 L 136.42 78.72\" gadfly:scale=\"10.0\" visibility=\"hidden\"/>\n <path fill=\"none\" d=\"M26.73,76.15 L 136.42 76.15\" gadfly:scale=\"10.0\" visibility=\"hidden\"/>\n <path fill=\"none\" d=\"M26.73,73.59 L 136.42 73.59\" gadfly:scale=\"10.0\" visibility=\"hidden\"/>\n <path fill=\"none\" d=\"M26.73,71.02 L 136.42 71.02\" gadfly:scale=\"10.0\" visibility=\"hidden\"/>\n <path fill=\"none\" d=\"M26.73,68.46 L 136.42 68.46\" gadfly:scale=\"10.0\" visibility=\"hidden\"/>\n <path fill=\"none\" d=\"M26.73,65.89 L 136.42 65.89\" gadfly:scale=\"10.0\" visibility=\"hidden\"/>\n <path fill=\"none\" d=\"M26.73,63.33 L 136.42 63.33\" gadfly:scale=\"10.0\" visibility=\"hidden\"/>\n <path fill=\"none\" d=\"M26.73,60.77 L 136.42 60.77\" gadfly:scale=\"10.0\" visibility=\"hidden\"/>\n <path fill=\"none\" d=\"M26.73,58.2 L 136.42 58.2\" gadfly:scale=\"10.0\" visibility=\"hidden\"/>\n <path fill=\"none\" d=\"M26.73,55.64 L 136.42 55.64\" gadfly:scale=\"10.0\" visibility=\"hidden\"/>\n <path fill=\"none\" d=\"M26.73,53.07 L 136.42 53.07\" gadfly:scale=\"10.0\" visibility=\"hidden\"/>\n <path fill=\"none\" d=\"M26.73,50.51 L 136.42 50.51\" gadfly:scale=\"10.0\" visibility=\"hidden\"/>\n <path fill=\"none\" d=\"M26.73,47.95 L 136.42 47.95\" gadfly:scale=\"10.0\" visibility=\"hidden\"/>\n <path fill=\"none\" d=\"M26.73,45.38 L 136.42 45.38\" gadfly:scale=\"10.0\" visibility=\"hidden\"/>\n <path fill=\"none\" d=\"M26.73,42.82 L 136.42 42.82\" gadfly:scale=\"10.0\" visibility=\"hidden\"/>\n <path fill=\"none\" d=\"M26.73,40.25 L 136.42 40.25\" gadfly:scale=\"10.0\" visibility=\"hidden\"/>\n <path fill=\"none\" d=\"M26.73,37.69 L 136.42 37.69\" gadfly:scale=\"10.0\" visibility=\"hidden\"/>\n <path fill=\"none\" d=\"M26.73,35.12 L 136.42 35.12\" gadfly:scale=\"10.0\" visibility=\"hidden\"/>\n <path fill=\"none\" d=\"M26.73,32.56 L 136.42 32.56\" gadfly:scale=\"10.0\" visibility=\"hidden\"/>\n <path fill=\"none\" d=\"M26.73,30 L 136.42 30\" gadfly:scale=\"10.0\" visibility=\"hidden\"/>\n <path fill=\"none\" d=\"M26.73,27.43 L 136.42 27.43\" gadfly:scale=\"10.0\" visibility=\"hidden\"/>\n <path fill=\"none\" d=\"M26.73,24.87 L 136.42 24.87\" gadfly:scale=\"10.0\" visibility=\"hidden\"/>\n <path fill=\"none\" d=\"M26.73,22.3 L 136.42 22.3\" gadfly:scale=\"10.0\" visibility=\"hidden\"/>\n <path fill=\"none\" d=\"M26.73,19.74 L 136.42 19.74\" gadfly:scale=\"10.0\" visibility=\"hidden\"/>\n <path fill=\"none\" d=\"M26.73,17.18 L 136.42 17.18\" gadfly:scale=\"10.0\" visibility=\"hidden\"/>\n <path fill=\"none\" d=\"M26.73,14.61 L 136.42 14.61\" gadfly:scale=\"10.0\" visibility=\"hidden\"/>\n <path fill=\"none\" d=\"M26.73,12.05 L 136.42 12.05\" gadfly:scale=\"10.0\" visibility=\"hidden\"/>\n <path fill=\"none\" d=\"M26.73,9.48 L 136.42 9.48\" gadfly:scale=\"10.0\" visibility=\"hidden\"/>\n <path fill=\"none\" d=\"M26.73,6.92 L 136.42 6.92\" gadfly:scale=\"10.0\" visibility=\"hidden\"/>\n <path fill=\"none\" d=\"M26.73,4.36 L 136.42 4.36\" gadfly:scale=\"10.0\" visibility=\"hidden\"/>\n <path fill=\"none\" d=\"M26.73,1.79 L 136.42 1.79\" gadfly:scale=\"10.0\" visibility=\"hidden\"/>\n <path fill=\"none\" d=\"M26.73,-0.77 L 136.42 -0.77\" gadfly:scale=\"10.0\" visibility=\"hidden\"/>\n <path fill=\"none\" d=\"M26.73,-3.34 L 136.42 -3.34\" gadfly:scale=\"10.0\" visibility=\"hidden\"/>\n <path fill=\"none\" d=\"M26.73,-5.9 L 136.42 -5.9\" gadfly:scale=\"10.0\" visibility=\"hidden\"/>\n <path fill=\"none\" d=\"M26.73,-8.47 L 136.42 -8.47\" gadfly:scale=\"10.0\" visibility=\"hidden\"/>\n <path fill=\"none\" d=\"M26.73,-11.03 L 136.42 -11.03\" gadfly:scale=\"10.0\" visibility=\"hidden\"/>\n <path fill=\"none\" d=\"M26.73,-13.59 L 136.42 -13.59\" gadfly:scale=\"10.0\" visibility=\"hidden\"/>\n <path fill=\"none\" d=\"M26.73,-16.16 L 136.42 -16.16\" gadfly:scale=\"10.0\" visibility=\"hidden\"/>\n <path fill=\"none\" d=\"M26.73,-18.72 L 136.42 -18.72\" gadfly:scale=\"10.0\" visibility=\"hidden\"/>\n <path fill=\"none\" d=\"M26.73,-21.29 L 136.42 -21.29\" gadfly:scale=\"10.0\" visibility=\"hidden\"/>\n <path fill=\"none\" d=\"M26.73,-23.85 L 136.42 -23.85\" gadfly:scale=\"10.0\" visibility=\"hidden\"/>\n <path fill=\"none\" d=\"M26.73,-26.41 L 136.42 -26.41\" gadfly:scale=\"10.0\" visibility=\"hidden\"/>\n <path fill=\"none\" d=\"M26.73,-28.98 L 136.42 -28.98\" gadfly:scale=\"10.0\" visibility=\"hidden\"/>\n <path fill=\"none\" d=\"M26.73,-31.54 L 136.42 -31.54\" gadfly:scale=\"10.0\" visibility=\"hidden\"/>\n <path fill=\"none\" d=\"M26.73,-34.11 L 136.42 -34.11\" gadfly:scale=\"10.0\" visibility=\"hidden\"/>\n <path fill=\"none\" d=\"M26.73,-36.67 L 136.42 -36.67\" gadfly:scale=\"10.0\" visibility=\"hidden\"/>\n <path fill=\"none\" d=\"M26.73,-39.24 L 136.42 -39.24\" gadfly:scale=\"10.0\" visibility=\"hidden\"/>\n <path fill=\"none\" d=\"M26.73,-41.8 L 136.42 -41.8\" gadfly:scale=\"10.0\" visibility=\"hidden\"/>\n <path fill=\"none\" d=\"M26.73,-44.36 L 136.42 -44.36\" gadfly:scale=\"10.0\" visibility=\"hidden\"/>\n <path fill=\"none\" d=\"M26.73,-46.93 L 136.42 -46.93\" gadfly:scale=\"10.0\" visibility=\"hidden\"/>\n <path fill=\"none\" d=\"M26.73,-49.49 L 136.42 -49.49\" gadfly:scale=\"10.0\" visibility=\"hidden\"/>\n <path fill=\"none\" d=\"M26.73,142.82 L 136.42 142.82\" gadfly:scale=\"0.5\" visibility=\"hidden\"/>\n <path fill=\"none\" d=\"M26.73,78.72 L 136.42 78.72\" gadfly:scale=\"0.5\" visibility=\"hidden\"/>\n <path fill=\"none\" d=\"M26.73,14.61 L 136.42 14.61\" gadfly:scale=\"0.5\" visibility=\"hidden\"/>\n <path fill=\"none\" d=\"M26.73,-49.49 L 136.42 -49.49\" gadfly:scale=\"0.5\" visibility=\"hidden\"/>\n <path fill=\"none\" d=\"M26.73,142.82 L 136.42 142.82\" gadfly:scale=\"5.0\" visibility=\"hidden\"/>\n <path fill=\"none\" d=\"M26.73,136.41 L 136.42 136.41\" gadfly:scale=\"5.0\" visibility=\"hidden\"/>\n <path fill=\"none\" d=\"M26.73,130 L 136.42 130\" gadfly:scale=\"5.0\" visibility=\"hidden\"/>\n <path fill=\"none\" d=\"M26.73,123.59 L 136.42 123.59\" gadfly:scale=\"5.0\" visibility=\"hidden\"/>\n <path fill=\"none\" d=\"M26.73,117.18 L 136.42 117.18\" gadfly:scale=\"5.0\" visibility=\"hidden\"/>\n <path fill=\"none\" d=\"M26.73,110.77 L 136.42 110.77\" gadfly:scale=\"5.0\" visibility=\"hidden\"/>\n <path fill=\"none\" d=\"M26.73,104.36 L 136.42 104.36\" gadfly:scale=\"5.0\" visibility=\"hidden\"/>\n <path fill=\"none\" d=\"M26.73,97.95 L 136.42 97.95\" gadfly:scale=\"5.0\" visibility=\"hidden\"/>\n <path fill=\"none\" d=\"M26.73,91.54 L 136.42 91.54\" gadfly:scale=\"5.0\" visibility=\"hidden\"/>\n <path fill=\"none\" d=\"M26.73,85.13 L 136.42 85.13\" gadfly:scale=\"5.0\" visibility=\"hidden\"/>\n <path fill=\"none\" d=\"M26.73,78.72 L 136.42 78.72\" gadfly:scale=\"5.0\" visibility=\"hidden\"/>\n <path fill=\"none\" d=\"M26.73,72.3 L 136.42 72.3\" gadfly:scale=\"5.0\" visibility=\"hidden\"/>\n <path fill=\"none\" d=\"M26.73,65.89 L 136.42 65.89\" gadfly:scale=\"5.0\" visibility=\"hidden\"/>\n <path fill=\"none\" d=\"M26.73,59.48 L 136.42 59.48\" gadfly:scale=\"5.0\" visibility=\"hidden\"/>\n <path fill=\"none\" d=\"M26.73,53.07 L 136.42 53.07\" gadfly:scale=\"5.0\" visibility=\"hidden\"/>\n <path fill=\"none\" d=\"M26.73,46.66 L 136.42 46.66\" gadfly:scale=\"5.0\" visibility=\"hidden\"/>\n <path fill=\"none\" d=\"M26.73,40.25 L 136.42 40.25\" gadfly:scale=\"5.0\" visibility=\"hidden\"/>\n <path fill=\"none\" d=\"M26.73,33.84 L 136.42 33.84\" gadfly:scale=\"5.0\" visibility=\"hidden\"/>\n <path fill=\"none\" d=\"M26.73,27.43 L 136.42 27.43\" gadfly:scale=\"5.0\" visibility=\"hidden\"/>\n <path fill=\"none\" d=\"M26.73,21.02 L 136.42 21.02\" gadfly:scale=\"5.0\" visibility=\"hidden\"/>\n <path fill=\"none\" d=\"M26.73,14.61 L 136.42 14.61\" gadfly:scale=\"5.0\" visibility=\"hidden\"/>\n <path fill=\"none\" d=\"M26.73,8.2 L 136.42 8.2\" gadfly:scale=\"5.0\" visibility=\"hidden\"/>\n <path fill=\"none\" d=\"M26.73,1.79 L 136.42 1.79\" gadfly:scale=\"5.0\" visibility=\"hidden\"/>\n <path fill=\"none\" d=\"M26.73,-4.62 L 136.42 -4.62\" gadfly:scale=\"5.0\" visibility=\"hidden\"/>\n <path fill=\"none\" d=\"M26.73,-11.03 L 136.42 -11.03\" gadfly:scale=\"5.0\" visibility=\"hidden\"/>\n <path fill=\"none\" d=\"M26.73,-17.44 L 136.42 -17.44\" gadfly:scale=\"5.0\" visibility=\"hidden\"/>\n <path fill=\"none\" d=\"M26.73,-23.85 L 136.42 -23.85\" gadfly:scale=\"5.0\" visibility=\"hidden\"/>\n <path fill=\"none\" d=\"M26.73,-30.26 L 136.42 -30.26\" gadfly:scale=\"5.0\" visibility=\"hidden\"/>\n <path fill=\"none\" d=\"M26.73,-36.67 L 136.42 -36.67\" gadfly:scale=\"5.0\" visibility=\"hidden\"/>\n <path fill=\"none\" d=\"M26.73,-43.08 L 136.42 -43.08\" gadfly:scale=\"5.0\" visibility=\"hidden\"/>\n <path fill=\"none\" d=\"M26.73,-49.49 L 136.42 -49.49\" gadfly:scale=\"5.0\" visibility=\"hidden\"/>\n </g>\n <g class=\"guide xgridlines yfixed\" stroke-dasharray=\"0.5,0.5\" stroke-width=\"0.2\" stroke=\"#D0D0E0\" id=\"fig-6f7c24f0cc6a42ab87ed85d1d0bc7d06-element-8\">\n <path fill=\"none\" d=\"M28.73,12.61 L 28.73 80.72\" gadfly:scale=\"1.0\" visibility=\"visible\"/>\n <path fill=\"none\" d=\"M49.86,12.61 L 49.86 80.72\" gadfly:scale=\"1.0\" visibility=\"visible\"/>\n <path fill=\"none\" d=\"M71,12.61 L 71 80.72\" gadfly:scale=\"1.0\" visibility=\"visible\"/>\n <path fill=\"none\" d=\"M92.14,12.61 L 92.14 80.72\" gadfly:scale=\"1.0\" visibility=\"visible\"/>\n <path fill=\"none\" d=\"M113.28,12.61 L 113.28 80.72\" gadfly:scale=\"1.0\" visibility=\"visible\"/>\n <path fill=\"none\" d=\"M134.42,12.61 L 134.42 80.72\" gadfly:scale=\"1.0\" visibility=\"visible\"/>\n </g>\n <g class=\"plotpanel\" id=\"fig-6f7c24f0cc6a42ab87ed85d1d0bc7d06-element-9\">\n <g stroke=\"none\" fill=\"#00BFFF\" shape-rendering=\"crispEdges\" id=\"fig-6f7c24f0cc6a42ab87ed85d1d0bc7d06-element-10\">\n <g class=\"geometry\" id=\"fig-6f7c24f0cc6a42ab87ed85d1d0bc7d06-element-11\">\n <rect x=\"29.78\" y=\"24.1\" width=\"2.37\" height=\"54.62\"/>\n <rect x=\"32.15\" y=\"42.54\" width=\"2.37\" height=\"36.18\"/>\n <rect x=\"34.51\" y=\"50.88\" width=\"2.37\" height=\"27.83\"/>\n <rect x=\"36.88\" y=\"58.38\" width=\"2.37\" height=\"20.33\"/>\n <rect x=\"39.24\" y=\"53.1\" width=\"2.37\" height=\"25.62\"/>\n <rect x=\"41.61\" y=\"65.48\" width=\"2.37\" height=\"13.23\"/>\n <rect x=\"43.98\" y=\"66.15\" width=\"2.37\" height=\"12.56\"/>\n <rect x=\"46.34\" y=\"69.69\" width=\"2.37\" height=\"9.03\"/>\n <rect x=\"48.71\" y=\"68.06\" width=\"2.37\" height=\"10.65\"/>\n <rect x=\"51.07\" y=\"72.23\" width=\"2.37\" height=\"6.49\"/>\n <rect x=\"53.44\" y=\"72.95\" width=\"2.37\" height=\"5.77\"/>\n <rect x=\"55.8\" y=\"74.57\" width=\"2.37\" height=\"4.14\"/>\n <rect x=\"58.17\" y=\"74.23\" width=\"2.37\" height=\"4.49\"/>\n <rect x=\"60.53\" y=\"75.65\" width=\"2.37\" height=\"3.06\"/>\n <rect x=\"62.9\" y=\"75.91\" width=\"2.37\" height=\"2.81\"/>\n <rect x=\"65.27\" y=\"76.47\" width=\"2.37\" height=\"2.24\"/>\n <rect x=\"67.63\" y=\"76.55\" width=\"2.37\" height=\"2.17\"/>\n <rect x=\"70\" y=\"77.21\" width=\"2.37\" height=\"1.5\"/>\n <rect x=\"72.36\" y=\"77.25\" width=\"2.37\" height=\"1.46\"/>\n <rect x=\"74.73\" y=\"77.7\" width=\"2.37\" height=\"1.01\"/>\n <rect x=\"77.09\" y=\"77.21\" width=\"2.37\" height=\"1.5\"/>\n <rect x=\"79.46\" y=\"77.89\" width=\"2.37\" height=\"0.82\"/>\n <rect x=\"81.82\" y=\"78.06\" width=\"2.37\" height=\"0.65\"/>\n <rect x=\"84.19\" y=\"78.02\" width=\"2.37\" height=\"0.69\"/>\n <rect x=\"86.56\" y=\"78.02\" width=\"2.37\" height=\"0.69\"/>\n <rect x=\"88.92\" y=\"78.07\" width=\"2.37\" height=\"0.64\"/>\n <rect x=\"91.29\" y=\"78.25\" width=\"2.37\" height=\"0.46\"/>\n <rect x=\"93.65\" y=\"78.24\" width=\"2.37\" height=\"0.47\"/>\n <rect x=\"96.02\" y=\"78.34\" width=\"2.37\" height=\"0.37\"/>\n <rect x=\"98.38\" y=\"78.28\" width=\"2.37\" height=\"0.44\"/>\n <rect x=\"100.75\" y=\"78.42\" width=\"2.37\" height=\"0.29\"/>\n <rect x=\"103.12\" y=\"78.41\" width=\"2.37\" height=\"0.31\"/>\n <rect x=\"105.48\" y=\"78.32\" width=\"2.37\" height=\"0.4\"/>\n <rect x=\"107.85\" y=\"78.42\" width=\"2.37\" height=\"0.29\"/>\n <rect x=\"110.21\" y=\"78.42\" width=\"2.37\" height=\"0.29\"/>\n <rect x=\"112.58\" y=\"78.54\" width=\"2.37\" height=\"0.18\"/>\n <rect x=\"114.94\" y=\"78.43\" width=\"2.37\" height=\"0.28\"/>\n <rect x=\"117.31\" y=\"78.51\" width=\"2.37\" height=\"0.21\"/>\n <rect x=\"119.67\" y=\"78.56\" width=\"2.37\" height=\"0.15\"/>\n <rect x=\"122.04\" y=\"78.59\" width=\"2.37\" height=\"0.13\"/>\n <rect x=\"124.41\" y=\"78.63\" width=\"2.37\" height=\"0.09\"/>\n <rect x=\"126.77\" y=\"78.59\" width=\"2.37\" height=\"0.13\"/>\n <rect x=\"129.14\" y=\"78.66\" width=\"2.37\" height=\"0.05\"/>\n <rect x=\"131.5\" y=\"78.57\" width=\"2.37\" height=\"0.14\"/>\n <rect x=\"133.87\" y=\"78.57\" width=\"2.37\" height=\"0.14\"/>\n <rect x=\"136.23\" y=\"78.61\" width=\"2.37\" height=\"0.1\"/>\n <rect x=\"138.6\" y=\"78.63\" width=\"2.37\" height=\"0.09\"/>\n <rect x=\"140.96\" y=\"78.6\" width=\"2.37\" height=\"0.12\"/>\n <rect x=\"143.33\" y=\"78.65\" width=\"2.37\" height=\"0.06\"/>\n <rect x=\"145.7\" y=\"78.68\" width=\"2.37\" height=\"0.04\"/>\n <rect x=\"148.06\" y=\"78.65\" width=\"2.37\" height=\"0.06\"/>\n <rect x=\"150.43\" y=\"78.64\" width=\"2.37\" height=\"0.08\"/>\n <rect x=\"152.79\" y=\"78.68\" width=\"2.37\" height=\"0.04\"/>\n <rect x=\"155.16\" y=\"78.69\" width=\"2.37\" height=\"0.03\"/>\n <rect x=\"157.52\" y=\"78.68\" width=\"2.37\" height=\"0.04\"/>\n <rect x=\"159.89\" y=\"78.7\" width=\"2.37\" height=\"0.01\"/>\n <rect x=\"162.25\" y=\"78.7\" width=\"2.37\" height=\"0.01\"/>\n <rect x=\"164.62\" y=\"78.7\" width=\"2.37\" height=\"0.01\"/>\n <rect x=\"166.99\" y=\"78.64\" width=\"2.37\" height=\"0.08\"/>\n <rect x=\"169.35\" y=\"78.68\" width=\"2.37\" height=\"0.04\"/>\n <rect x=\"171.72\" y=\"78.72\" width=\"2.37\" height=\"0.01\"/>\n <rect x=\"174.08\" y=\"78.7\" width=\"2.37\" height=\"0.01\"/>\n <rect x=\"176.45\" y=\"78.72\" width=\"2.37\" height=\"0.01\"/>\n <rect x=\"178.81\" y=\"78.69\" width=\"2.37\" height=\"0.03\"/>\n <rect x=\"181.18\" y=\"78.72\" width=\"2.37\" height=\"0.01\"/>\n <rect x=\"183.54\" y=\"78.68\" width=\"2.37\" height=\"0.04\"/>\n <rect x=\"185.91\" y=\"78.7\" width=\"2.37\" height=\"0.01\"/>\n <rect x=\"188.28\" y=\"78.68\" width=\"2.37\" height=\"0.04\"/>\n <rect x=\"190.64\" y=\"78.68\" width=\"2.37\" height=\"0.04\"/>\n <rect x=\"193.01\" y=\"78.72\" width=\"2.37\" height=\"0.01\"/>\n <rect x=\"195.37\" y=\"78.7\" width=\"2.37\" height=\"0.01\"/>\n <rect x=\"197.74\" y=\"78.7\" width=\"2.37\" height=\"0.01\"/>\n <rect x=\"200.1\" y=\"78.72\" width=\"2.37\" height=\"0.01\"/>\n <rect x=\"202.47\" y=\"78.72\" width=\"2.37\" height=\"0.01\"/>\n <rect x=\"204.84\" y=\"78.69\" width=\"2.37\" height=\"0.03\"/>\n <rect x=\"207.2\" y=\"78.7\" width=\"2.37\" height=\"0.01\"/>\n <rect x=\"209.57\" y=\"78.72\" width=\"2.37\" height=\"0.01\"/>\n <rect x=\"211.93\" y=\"78.72\" width=\"2.37\" height=\"0.01\"/>\n <rect x=\"214.3\" y=\"78.72\" width=\"2.37\" height=\"0.01\"/>\n <rect x=\"216.66\" y=\"78.7\" width=\"2.37\" height=\"0.01\"/>\n <rect x=\"219.03\" y=\"78.7\" width=\"2.37\" height=\"0.01\"/>\n <rect x=\"221.39\" y=\"78.69\" width=\"2.37\" height=\"0.03\"/>\n <rect x=\"223.76\" y=\"78.72\" width=\"2.37\" height=\"0.01\"/>\n <rect x=\"226.13\" y=\"78.72\" width=\"2.37\" height=\"0.01\"/>\n <rect x=\"228.49\" y=\"78.7\" width=\"2.37\" height=\"0.01\"/>\n <rect x=\"230.86\" y=\"78.72\" width=\"2.37\" height=\"0.01\"/>\n <rect x=\"233.22\" y=\"78.72\" width=\"2.37\" height=\"0.01\"/>\n <rect x=\"235.59\" y=\"78.72\" width=\"2.37\" height=\"0.01\"/>\n <rect x=\"237.95\" y=\"78.7\" width=\"2.37\" height=\"0.01\"/>\n <rect x=\"240.32\" y=\"78.72\" width=\"2.37\" height=\"0.01\"/>\n <rect x=\"242.68\" y=\"78.7\" width=\"2.37\" height=\"0.01\"/>\n <rect x=\"245.05\" y=\"78.72\" width=\"2.37\" height=\"0.01\"/>\n <rect x=\"247.42\" y=\"78.69\" width=\"2.37\" height=\"0.03\"/>\n <rect x=\"249.78\" y=\"78.72\" width=\"2.37\" height=\"0.01\"/>\n <rect x=\"252.15\" y=\"78.72\" width=\"2.37\" height=\"0.01\"/>\n <rect x=\"254.51\" y=\"78.72\" width=\"2.37\" height=\"0.01\"/>\n <rect x=\"256.88\" y=\"78.72\" width=\"2.37\" height=\"0.01\"/>\n <rect x=\"259.24\" y=\"78.72\" width=\"2.37\" height=\"0.01\"/>\n <rect x=\"261.61\" y=\"78.7\" width=\"2.37\" height=\"0.01\"/>\n <rect x=\"263.97\" y=\"78.7\" width=\"2.37\" height=\"0.01\"/>\n <rect x=\"266.34\" y=\"78.7\" width=\"2.37\" height=\"0.01\"/>\n <rect x=\"268.71\" y=\"78.69\" width=\"2.37\" height=\"0.03\"/>\n <rect x=\"271.07\" y=\"78.7\" width=\"2.37\" height=\"0.01\"/>\n <rect x=\"273.44\" y=\"78.72\" width=\"2.37\" height=\"0.01\"/>\n <rect x=\"275.8\" y=\"78.72\" width=\"2.37\" height=\"0.01\"/>\n <rect x=\"278.17\" y=\"78.72\" width=\"2.37\" height=\"0.01\"/>\n <rect x=\"280.53\" y=\"78.7\" width=\"2.37\" height=\"0.01\"/>\n <rect x=\"282.9\" y=\"78.72\" width=\"2.37\" height=\"0.01\"/>\n <rect x=\"285.27\" y=\"78.72\" width=\"2.37\" height=\"0.01\"/>\n <rect x=\"287.63\" y=\"78.72\" width=\"2.37\" height=\"0.01\"/>\n <rect x=\"290\" y=\"78.72\" width=\"2.37\" height=\"0.01\"/>\n <rect x=\"292.36\" y=\"78.72\" width=\"2.37\" height=\"0.01\"/>\n <rect x=\"294.73\" y=\"78.72\" width=\"2.37\" height=\"0.01\"/>\n <rect x=\"297.09\" y=\"78.72\" width=\"2.37\" height=\"0.01\"/>\n <rect x=\"299.46\" y=\"78.7\" width=\"2.37\" height=\"0.01\"/>\n <rect x=\"301.82\" y=\"78.72\" width=\"2.37\" height=\"0.01\"/>\n <rect x=\"304.19\" y=\"78.72\" width=\"2.37\" height=\"0.01\"/>\n <rect x=\"306.56\" y=\"78.69\" width=\"2.37\" height=\"0.03\"/>\n <rect x=\"308.92\" y=\"78.7\" width=\"2.37\" height=\"0.01\"/>\n <rect x=\"311.29\" y=\"78.7\" width=\"2.37\" height=\"0.01\"/>\n <rect x=\"313.65\" y=\"78.72\" width=\"2.37\" height=\"0.01\"/>\n <rect x=\"316.02\" y=\"78.72\" width=\"2.37\" height=\"0.01\"/>\n <rect x=\"318.38\" y=\"78.72\" width=\"2.37\" height=\"0.01\"/>\n <rect x=\"320.75\" y=\"78.72\" width=\"2.37\" height=\"0.01\"/>\n <rect x=\"323.11\" y=\"78.72\" width=\"2.37\" height=\"0.01\"/>\n <rect x=\"325.48\" y=\"78.7\" width=\"2.37\" height=\"0.01\"/>\n <rect x=\"327.85\" y=\"78.72\" width=\"2.37\" height=\"0.01\"/>\n <rect x=\"330.21\" y=\"78.72\" width=\"2.37\" height=\"0.01\"/>\n <rect x=\"332.58\" y=\"78.72\" width=\"2.37\" height=\"0.01\"/>\n <rect x=\"334.94\" y=\"78.7\" width=\"2.37\" height=\"0.01\"/>\n <rect x=\"337.31\" y=\"78.72\" width=\"2.37\" height=\"0.01\"/>\n <rect x=\"339.67\" y=\"78.72\" width=\"2.37\" height=\"0.01\"/>\n <rect x=\"342.04\" y=\"78.72\" width=\"2.37\" height=\"0.01\"/>\n <rect x=\"344.4\" y=\"78.7\" width=\"2.37\" height=\"0.01\"/>\n <rect x=\"346.77\" y=\"78.72\" width=\"2.37\" height=\"0.01\"/>\n <rect x=\"349.14\" y=\"78.72\" width=\"2.37\" height=\"0.01\"/>\n <rect x=\"351.5\" y=\"78.7\" width=\"2.37\" height=\"0.01\"/>\n <rect x=\"353.87\" y=\"78.72\" width=\"2.37\" height=\"0.01\"/>\n <rect x=\"356.23\" y=\"78.72\" width=\"2.37\" height=\"0.01\"/>\n <rect x=\"358.6\" y=\"78.72\" width=\"2.37\" height=\"0.01\"/>\n <rect x=\"360.96\" y=\"78.72\" width=\"2.37\" height=\"0.01\"/>\n <rect x=\"363.33\" y=\"78.72\" width=\"2.37\" height=\"0.01\"/>\n <rect x=\"365.7\" y=\"78.72\" width=\"2.37\" height=\"0.01\"/>\n <rect x=\"368.06\" y=\"78.72\" width=\"2.37\" height=\"0.01\"/>\n <rect x=\"370.43\" y=\"78.72\" width=\"2.37\" height=\"0.01\"/>\n <rect x=\"372.79\" y=\"78.72\" width=\"2.37\" height=\"0.01\"/>\n <rect x=\"375.16\" y=\"78.72\" width=\"2.37\" height=\"0.01\"/>\n <rect x=\"377.52\" y=\"78.72\" width=\"2.37\" height=\"0.01\"/>\n <rect x=\"379.89\" y=\"78.72\" width=\"2.37\" height=\"0.01\"/>\n <rect x=\"382.25\" y=\"78.72\" width=\"2.37\" height=\"0.01\"/>\n <rect x=\"384.62\" y=\"78.72\" width=\"2.37\" height=\"0.01\"/>\n <rect x=\"386.99\" y=\"78.72\" width=\"2.37\" height=\"0.01\"/>\n <rect x=\"389.35\" y=\"78.72\" width=\"2.37\" height=\"0.01\"/>\n <rect x=\"391.72\" y=\"78.72\" width=\"2.37\" height=\"0.01\"/>\n <rect x=\"394.08\" y=\"78.72\" width=\"2.37\" height=\"0.01\"/>\n <rect x=\"396.45\" y=\"78.72\" width=\"2.37\" height=\"0.01\"/>\n <rect x=\"398.81\" y=\"78.72\" width=\"2.37\" height=\"0.01\"/>\n <rect x=\"401.18\" y=\"78.72\" width=\"2.37\" height=\"0.01\"/>\n <rect x=\"403.54\" y=\"78.72\" width=\"2.37\" height=\"0.01\"/>\n <rect x=\"405.91\" y=\"78.72\" width=\"2.37\" height=\"0.01\"/>\n <rect x=\"408.28\" y=\"78.72\" width=\"2.37\" height=\"0.01\"/>\n <rect x=\"410.64\" y=\"78.72\" width=\"2.37\" height=\"0.01\"/>\n <rect x=\"413.01\" y=\"78.72\" width=\"2.37\" height=\"0.01\"/>\n <rect x=\"415.37\" y=\"78.72\" width=\"2.37\" height=\"0.01\"/>\n <rect x=\"417.74\" y=\"78.7\" width=\"2.37\" height=\"0.01\"/>\n <rect x=\"420.1\" y=\"78.72\" width=\"2.37\" height=\"0.01\"/>\n <rect x=\"422.47\" y=\"78.72\" width=\"2.37\" height=\"0.01\"/>\n <rect x=\"424.83\" y=\"78.72\" width=\"2.37\" height=\"0.01\"/>\n <rect x=\"427.2\" y=\"78.72\" width=\"2.37\" height=\"0.01\"/>\n <rect x=\"429.57\" y=\"78.72\" width=\"2.37\" height=\"0.01\"/>\n <rect x=\"431.93\" y=\"78.72\" width=\"2.37\" height=\"0.01\"/>\n <rect x=\"434.3\" y=\"78.72\" width=\"2.37\" height=\"0.01\"/>\n <rect x=\"436.66\" y=\"78.72\" width=\"2.37\" height=\"0.01\"/>\n <rect x=\"439.03\" y=\"78.72\" width=\"2.37\" height=\"0.01\"/>\n <rect x=\"441.39\" y=\"78.72\" width=\"2.37\" height=\"0.01\"/>\n <rect x=\"443.76\" y=\"78.72\" width=\"2.37\" height=\"0.01\"/>\n <rect x=\"446.12\" y=\"78.72\" width=\"2.37\" height=\"0.01\"/>\n <rect x=\"448.49\" y=\"78.72\" width=\"2.37\" height=\"0.01\"/>\n <rect x=\"450.86\" y=\"78.72\" width=\"2.37\" height=\"0.01\"/>\n <rect x=\"453.22\" y=\"78.72\" width=\"2.37\" height=\"0.01\"/>\n <rect x=\"455.59\" y=\"78.72\" width=\"2.37\" height=\"0.01\"/>\n <rect x=\"457.95\" y=\"78.72\" width=\"2.37\" height=\"0.01\"/>\n <rect x=\"460.32\" y=\"78.72\" width=\"2.37\" height=\"0.01\"/>\n <rect x=\"462.68\" y=\"78.72\" width=\"2.37\" height=\"0.01\"/>\n <rect x=\"465.05\" y=\"78.72\" width=\"2.37\" height=\"0.01\"/>\n <rect x=\"467.42\" y=\"78.72\" width=\"2.37\" height=\"0.01\"/>\n <rect x=\"469.78\" y=\"78.72\" width=\"2.37\" height=\"0.01\"/>\n <rect x=\"472.15\" y=\"78.72\" width=\"2.37\" height=\"0.01\"/>\n <rect x=\"474.51\" y=\"78.72\" width=\"2.37\" height=\"0.01\"/>\n <rect x=\"476.88\" y=\"78.72\" width=\"2.37\" height=\"0.01\"/>\n <rect x=\"479.24\" y=\"78.72\" width=\"2.37\" height=\"0.01\"/>\n <rect x=\"481.61\" y=\"78.72\" width=\"2.37\" height=\"0.01\"/>\n <rect x=\"483.97\" y=\"78.72\" width=\"2.37\" height=\"0.01\"/>\n <rect x=\"486.34\" y=\"78.72\" width=\"2.37\" height=\"0.01\"/>\n <rect x=\"488.71\" y=\"78.72\" width=\"2.37\" height=\"0.01\"/>\n <rect x=\"491.07\" y=\"78.72\" width=\"2.37\" height=\"0.01\"/>\n <rect x=\"493.44\" y=\"78.72\" width=\"2.37\" height=\"0.01\"/>\n <rect x=\"495.8\" y=\"78.7\" width=\"2.37\" height=\"0.01\"/>\n <rect x=\"498.17\" y=\"78.72\" width=\"2.37\" height=\"0.01\"/>\n <rect x=\"500.53\" y=\"78.72\" width=\"2.37\" height=\"0.01\"/>\n </g>\n </g>\n </g>\n <g opacity=\"0\" class=\"guide zoomslider\" stroke=\"none\" id=\"fig-6f7c24f0cc6a42ab87ed85d1d0bc7d06-element-12\">\n <g fill=\"#EAEAEA\" stroke-width=\"0.3\" stroke-opacity=\"0\" stroke=\"#6A6A6A\" id=\"fig-6f7c24f0cc6a42ab87ed85d1d0bc7d06-element-13\">\n <rect x=\"129.42\" y=\"15.61\" width=\"4\" height=\"4\"/>\n <g class=\"button_logo\" fill=\"#6A6A6A\" id=\"fig-6f7c24f0cc6a42ab87ed85d1d0bc7d06-element-14\">\n <path d=\"M130.22,17.21 L 131.02 17.21 131.02 16.41 131.82 16.41 131.82 17.21 132.62 17.21 132.62 18.01 131.82 18.01 131.82 18.81 131.02 18.81 131.02 18.01 130.22 18.01 z\"/>\n </g>\n </g>\n <g fill=\"#EAEAEA\" id=\"fig-6f7c24f0cc6a42ab87ed85d1d0bc7d06-element-15\">\n <rect x=\"109.92\" y=\"15.61\" width=\"19\" height=\"4\"/>\n </g>\n <g class=\"zoomslider_thumb\" fill=\"#6A6A6A\" id=\"fig-6f7c24f0cc6a42ab87ed85d1d0bc7d06-element-16\">\n <rect x=\"118.42\" y=\"15.61\" width=\"2\" height=\"4\"/>\n </g>\n <g fill=\"#EAEAEA\" stroke-width=\"0.3\" stroke-opacity=\"0\" stroke=\"#6A6A6A\" id=\"fig-6f7c24f0cc6a42ab87ed85d1d0bc7d06-element-17\">\n <rect x=\"105.42\" y=\"15.61\" width=\"4\" height=\"4\"/>\n <g class=\"button_logo\" fill=\"#6A6A6A\" id=\"fig-6f7c24f0cc6a42ab87ed85d1d0bc7d06-element-18\">\n <path d=\"M106.22,17.21 L 108.62 17.21 108.62 18.01 106.22 18.01 z\"/>\n </g>\n </g>\n </g>\n </g>\n <g class=\"guide ylabels\" font-size=\"2.82\" font-family=\"'PT Sans Caption','Helvetica Neue','Helvetica',sans-serif\" fill=\"#6C606B\" id=\"fig-6f7c24f0cc6a42ab87ed85d1d0bc7d06-element-19\">\n <text x=\"25.73\" y=\"155.64\" text-anchor=\"end\" dy=\"0.35em\" gadfly:scale=\"1.0\" visibility=\"hidden\">-6.0\u00d710\u00b3</text>\n <text x=\"25.73\" y=\"142.82\" text-anchor=\"end\" dy=\"0.35em\" gadfly:scale=\"1.0\" visibility=\"hidden\">-5.0\u00d710\u00b3</text>\n <text x=\"25.73\" y=\"130\" text-anchor=\"end\" dy=\"0.35em\" gadfly:scale=\"1.0\" visibility=\"hidden\">-4.0\u00d710\u00b3</text>\n <text x=\"25.73\" y=\"117.18\" text-anchor=\"end\" dy=\"0.35em\" gadfly:scale=\"1.0\" visibility=\"hidden\">-3.0\u00d710\u00b3</text>\n <text x=\"25.73\" y=\"104.36\" text-anchor=\"end\" dy=\"0.35em\" gadfly:scale=\"1.0\" visibility=\"hidden\">-2.0\u00d710\u00b3</text>\n <text x=\"25.73\" y=\"91.54\" text-anchor=\"end\" dy=\"0.35em\" gadfly:scale=\"1.0\" visibility=\"hidden\">-1.0\u00d710\u00b3</text>\n <text x=\"25.73\" y=\"78.72\" text-anchor=\"end\" dy=\"0.35em\" gadfly:scale=\"1.0\" visibility=\"visible\">0</text>\n <text x=\"25.73\" y=\"65.89\" text-anchor=\"end\" dy=\"0.35em\" gadfly:scale=\"1.0\" visibility=\"visible\">1.0\u00d710\u00b3</text>\n <text x=\"25.73\" y=\"53.07\" text-anchor=\"end\" dy=\"0.35em\" gadfly:scale=\"1.0\" visibility=\"visible\">2.0\u00d710\u00b3</text>\n <text x=\"25.73\" y=\"40.25\" text-anchor=\"end\" dy=\"0.35em\" gadfly:scale=\"1.0\" visibility=\"visible\">3.0\u00d710\u00b3</text>\n <text x=\"25.73\" y=\"27.43\" text-anchor=\"end\" dy=\"0.35em\" gadfly:scale=\"1.0\" visibility=\"visible\">4.0\u00d710\u00b3</text>\n <text x=\"25.73\" y=\"14.61\" text-anchor=\"end\" dy=\"0.35em\" gadfly:scale=\"1.0\" visibility=\"visible\">5.0\u00d710\u00b3</text>\n <text x=\"25.73\" y=\"1.79\" text-anchor=\"end\" dy=\"0.35em\" gadfly:scale=\"1.0\" visibility=\"hidden\">6.0\u00d710\u00b3</text>\n <text x=\"25.73\" y=\"-11.03\" text-anchor=\"end\" dy=\"0.35em\" gadfly:scale=\"1.0\" visibility=\"hidden\">7.0\u00d710\u00b3</text>\n <text x=\"25.73\" y=\"-23.85\" text-anchor=\"end\" dy=\"0.35em\" gadfly:scale=\"1.0\" visibility=\"hidden\">8.0\u00d710\u00b3</text>\n <text x=\"25.73\" y=\"-36.67\" text-anchor=\"end\" dy=\"0.35em\" gadfly:scale=\"1.0\" visibility=\"hidden\">9.0\u00d710\u00b3</text>\n <text x=\"25.73\" y=\"-49.49\" text-anchor=\"end\" dy=\"0.35em\" gadfly:scale=\"1.0\" visibility=\"hidden\">1.0\u00d710\u2074</text>\n <text x=\"25.73\" y=\"-62.31\" text-anchor=\"end\" dy=\"0.35em\" gadfly:scale=\"1.0\" visibility=\"hidden\">1.1\u00d710\u2074</text>\n <text x=\"25.73\" y=\"142.82\" text-anchor=\"end\" dy=\"0.35em\" gadfly:scale=\"10.0\" visibility=\"hidden\">-5.00\u00d710\u00b3</text>\n <text x=\"25.73\" y=\"140.25\" text-anchor=\"end\" dy=\"0.35em\" gadfly:scale=\"10.0\" visibility=\"hidden\">-4.80\u00d710\u00b3</text>\n <text x=\"25.73\" y=\"137.69\" text-anchor=\"end\" dy=\"0.35em\" gadfly:scale=\"10.0\" visibility=\"hidden\">-4.60\u00d710\u00b3</text>\n <text x=\"25.73\" y=\"135.13\" text-anchor=\"end\" dy=\"0.35em\" gadfly:scale=\"10.0\" visibility=\"hidden\">-4.40\u00d710\u00b3</text>\n <text x=\"25.73\" y=\"132.56\" text-anchor=\"end\" dy=\"0.35em\" gadfly:scale=\"10.0\" visibility=\"hidden\">-4.20\u00d710\u00b3</text>\n <text x=\"25.73\" y=\"130\" text-anchor=\"end\" dy=\"0.35em\" gadfly:scale=\"10.0\" visibility=\"hidden\">-4.00\u00d710\u00b3</text>\n <text x=\"25.73\" y=\"127.43\" text-anchor=\"end\" dy=\"0.35em\" gadfly:scale=\"10.0\" visibility=\"hidden\">-3.80\u00d710\u00b3</text>\n <text x=\"25.73\" y=\"124.87\" text-anchor=\"end\" dy=\"0.35em\" gadfly:scale=\"10.0\" visibility=\"hidden\">-3.60\u00d710\u00b3</text>\n <text x=\"25.73\" y=\"122.31\" text-anchor=\"end\" dy=\"0.35em\" gadfly:scale=\"10.0\" visibility=\"hidden\">-3.40\u00d710\u00b3</text>\n <text x=\"25.73\" y=\"119.74\" text-anchor=\"end\" dy=\"0.35em\" gadfly:scale=\"10.0\" visibility=\"hidden\">-3.20\u00d710\u00b3</text>\n <text x=\"25.73\" y=\"117.18\" text-anchor=\"end\" dy=\"0.35em\" gadfly:scale=\"10.0\" visibility=\"hidden\">-3.00\u00d710\u00b3</text>\n <text x=\"25.73\" y=\"114.61\" text-anchor=\"end\" dy=\"0.35em\" gadfly:scale=\"10.0\" visibility=\"hidden\">-2.80\u00d710\u00b3</text>\n <text x=\"25.73\" y=\"112.05\" text-anchor=\"end\" dy=\"0.35em\" gadfly:scale=\"10.0\" visibility=\"hidden\">-2.60\u00d710\u00b3</text>\n <text x=\"25.73\" y=\"109.48\" text-anchor=\"end\" dy=\"0.35em\" gadfly:scale=\"10.0\" visibility=\"hidden\">-2.40\u00d710\u00b3</text>\n <text x=\"25.73\" y=\"106.92\" text-anchor=\"end\" dy=\"0.35em\" gadfly:scale=\"10.0\" visibility=\"hidden\">-2.20\u00d710\u00b3</text>\n <text x=\"25.73\" y=\"104.36\" text-anchor=\"end\" dy=\"0.35em\" gadfly:scale=\"10.0\" visibility=\"hidden\">-2.00\u00d710\u00b3</text>\n <text x=\"25.73\" y=\"101.79\" text-anchor=\"end\" dy=\"0.35em\" gadfly:scale=\"10.0\" visibility=\"hidden\">-1.80\u00d710\u00b3</text>\n <text x=\"25.73\" y=\"99.23\" text-anchor=\"end\" dy=\"0.35em\" gadfly:scale=\"10.0\" visibility=\"hidden\">-1.60\u00d710\u00b3</text>\n <text x=\"25.73\" y=\"96.66\" text-anchor=\"end\" dy=\"0.35em\" gadfly:scale=\"10.0\" visibility=\"hidden\">-1.40\u00d710\u00b3</text>\n <text x=\"25.73\" y=\"94.1\" text-anchor=\"end\" dy=\"0.35em\" gadfly:scale=\"10.0\" visibility=\"hidden\">-1.20\u00d710\u00b3</text>\n <text x=\"25.73\" y=\"91.54\" text-anchor=\"end\" dy=\"0.35em\" gadfly:scale=\"10.0\" visibility=\"hidden\">-1.00\u00d710\u00b3</text>\n <text x=\"25.73\" y=\"88.97\" text-anchor=\"end\" dy=\"0.35em\" gadfly:scale=\"10.0\" visibility=\"hidden\">-8.00\u00d710\u00b2</text>\n <text x=\"25.73\" y=\"86.41\" text-anchor=\"end\" dy=\"0.35em\" gadfly:scale=\"10.0\" visibility=\"hidden\">-6.00\u00d710\u00b2</text>\n <text x=\"25.73\" y=\"83.84\" text-anchor=\"end\" dy=\"0.35em\" gadfly:scale=\"10.0\" visibility=\"hidden\">-4.00\u00d710\u00b2</text>\n <text x=\"25.73\" y=\"81.28\" text-anchor=\"end\" dy=\"0.35em\" gadfly:scale=\"10.0\" visibility=\"hidden\">-2.00\u00d710\u00b2</text>\n <text x=\"25.73\" y=\"78.72\" text-anchor=\"end\" dy=\"0.35em\" gadfly:scale=\"10.0\" visibility=\"hidden\">0</text>\n <text x=\"25.73\" y=\"76.15\" text-anchor=\"end\" dy=\"0.35em\" gadfly:scale=\"10.0\" visibility=\"hidden\">2.00\u00d710\u00b2</text>\n <text x=\"25.73\" y=\"73.59\" text-anchor=\"end\" dy=\"0.35em\" gadfly:scale=\"10.0\" visibility=\"hidden\">4.00\u00d710\u00b2</text>\n <text x=\"25.73\" y=\"71.02\" text-anchor=\"end\" dy=\"0.35em\" gadfly:scale=\"10.0\" visibility=\"hidden\">6.00\u00d710\u00b2</text>\n <text x=\"25.73\" y=\"68.46\" text-anchor=\"end\" dy=\"0.35em\" gadfly:scale=\"10.0\" visibility=\"hidden\">8.00\u00d710\u00b2</text>\n <text x=\"25.73\" y=\"65.89\" text-anchor=\"end\" dy=\"0.35em\" gadfly:scale=\"10.0\" visibility=\"hidden\">1.00\u00d710\u00b3</text>\n <text x=\"25.73\" y=\"63.33\" text-anchor=\"end\" dy=\"0.35em\" gadfly:scale=\"10.0\" visibility=\"hidden\">1.20\u00d710\u00b3</text>\n <text x=\"25.73\" y=\"60.77\" text-anchor=\"end\" dy=\"0.35em\" gadfly:scale=\"10.0\" visibility=\"hidden\">1.40\u00d710\u00b3</text>\n <text x=\"25.73\" y=\"58.2\" text-anchor=\"end\" dy=\"0.35em\" gadfly:scale=\"10.0\" visibility=\"hidden\">1.60\u00d710\u00b3</text>\n <text x=\"25.73\" y=\"55.64\" text-anchor=\"end\" dy=\"0.35em\" gadfly:scale=\"10.0\" visibility=\"hidden\">1.80\u00d710\u00b3</text>\n <text x=\"25.73\" y=\"53.07\" text-anchor=\"end\" dy=\"0.35em\" gadfly:scale=\"10.0\" visibility=\"hidden\">2.00\u00d710\u00b3</text>\n <text x=\"25.73\" y=\"50.51\" text-anchor=\"end\" dy=\"0.35em\" gadfly:scale=\"10.0\" visibility=\"hidden\">2.20\u00d710\u00b3</text>\n <text x=\"25.73\" y=\"47.95\" text-anchor=\"end\" dy=\"0.35em\" gadfly:scale=\"10.0\" visibility=\"hidden\">2.40\u00d710\u00b3</text>\n <text x=\"25.73\" y=\"45.38\" text-anchor=\"end\" dy=\"0.35em\" gadfly:scale=\"10.0\" visibility=\"hidden\">2.60\u00d710\u00b3</text>\n <text x=\"25.73\" y=\"42.82\" text-anchor=\"end\" dy=\"0.35em\" gadfly:scale=\"10.0\" visibility=\"hidden\">2.80\u00d710\u00b3</text>\n <text x=\"25.73\" y=\"40.25\" text-anchor=\"end\" dy=\"0.35em\" gadfly:scale=\"10.0\" visibility=\"hidden\">3.00\u00d710\u00b3</text>\n <text x=\"25.73\" y=\"37.69\" text-anchor=\"end\" dy=\"0.35em\" gadfly:scale=\"10.0\" visibility=\"hidden\">3.20\u00d710\u00b3</text>\n <text x=\"25.73\" y=\"35.12\" text-anchor=\"end\" dy=\"0.35em\" gadfly:scale=\"10.0\" visibility=\"hidden\">3.40\u00d710\u00b3</text>\n <text x=\"25.73\" y=\"32.56\" text-anchor=\"end\" dy=\"0.35em\" gadfly:scale=\"10.0\" visibility=\"hidden\">3.60\u00d710\u00b3</text>\n <text x=\"25.73\" y=\"30\" text-anchor=\"end\" dy=\"0.35em\" gadfly:scale=\"10.0\" visibility=\"hidden\">3.80\u00d710\u00b3</text>\n <text x=\"25.73\" y=\"27.43\" text-anchor=\"end\" dy=\"0.35em\" gadfly:scale=\"10.0\" visibility=\"hidden\">4.00\u00d710\u00b3</text>\n <text x=\"25.73\" y=\"24.87\" text-anchor=\"end\" dy=\"0.35em\" gadfly:scale=\"10.0\" visibility=\"hidden\">4.20\u00d710\u00b3</text>\n <text x=\"25.73\" y=\"22.3\" text-anchor=\"end\" dy=\"0.35em\" gadfly:scale=\"10.0\" visibility=\"hidden\">4.40\u00d710\u00b3</text>\n <text x=\"25.73\" y=\"19.74\" text-anchor=\"end\" dy=\"0.35em\" gadfly:scale=\"10.0\" visibility=\"hidden\">4.60\u00d710\u00b3</text>\n <text x=\"25.73\" y=\"17.18\" text-anchor=\"end\" dy=\"0.35em\" gadfly:scale=\"10.0\" visibility=\"hidden\">4.80\u00d710\u00b3</text>\n <text x=\"25.73\" y=\"14.61\" text-anchor=\"end\" dy=\"0.35em\" gadfly:scale=\"10.0\" visibility=\"hidden\">5.00\u00d710\u00b3</text>\n <text x=\"25.73\" y=\"12.05\" text-anchor=\"end\" dy=\"0.35em\" gadfly:scale=\"10.0\" visibility=\"hidden\">5.20\u00d710\u00b3</text>\n <text x=\"25.73\" y=\"9.48\" text-anchor=\"end\" dy=\"0.35em\" gadfly:scale=\"10.0\" visibility=\"hidden\">5.40\u00d710\u00b3</text>\n <text x=\"25.73\" y=\"6.92\" text-anchor=\"end\" dy=\"0.35em\" gadfly:scale=\"10.0\" visibility=\"hidden\">5.60\u00d710\u00b3</text>\n <text x=\"25.73\" y=\"4.36\" text-anchor=\"end\" dy=\"0.35em\" gadfly:scale=\"10.0\" visibility=\"hidden\">5.80\u00d710\u00b3</text>\n <text x=\"25.73\" y=\"1.79\" text-anchor=\"end\" dy=\"0.35em\" gadfly:scale=\"10.0\" visibility=\"hidden\">6.00\u00d710\u00b3</text>\n <text x=\"25.73\" y=\"-0.77\" text-anchor=\"end\" dy=\"0.35em\" gadfly:scale=\"10.0\" visibility=\"hidden\">6.20\u00d710\u00b3</text>\n <text x=\"25.73\" y=\"-3.34\" text-anchor=\"end\" dy=\"0.35em\" gadfly:scale=\"10.0\" visibility=\"hidden\">6.40\u00d710\u00b3</text>\n <text x=\"25.73\" y=\"-5.9\" text-anchor=\"end\" dy=\"0.35em\" gadfly:scale=\"10.0\" visibility=\"hidden\">6.60\u00d710\u00b3</text>\n <text x=\"25.73\" y=\"-8.47\" text-anchor=\"end\" dy=\"0.35em\" gadfly:scale=\"10.0\" visibility=\"hidden\">6.80\u00d710\u00b3</text>\n <text x=\"25.73\" y=\"-11.03\" text-anchor=\"end\" dy=\"0.35em\" gadfly:scale=\"10.0\" visibility=\"hidden\">7.00\u00d710\u00b3</text>\n <text x=\"25.73\" y=\"-13.59\" text-anchor=\"end\" dy=\"0.35em\" gadfly:scale=\"10.0\" visibility=\"hidden\">7.20\u00d710\u00b3</text>\n <text x=\"25.73\" y=\"-16.16\" text-anchor=\"end\" dy=\"0.35em\" gadfly:scale=\"10.0\" visibility=\"hidden\">7.40\u00d710\u00b3</text>\n <text x=\"25.73\" y=\"-18.72\" text-anchor=\"end\" dy=\"0.35em\" gadfly:scale=\"10.0\" visibility=\"hidden\">7.60\u00d710\u00b3</text>\n <text x=\"25.73\" y=\"-21.29\" text-anchor=\"end\" dy=\"0.35em\" gadfly:scale=\"10.0\" visibility=\"hidden\">7.80\u00d710\u00b3</text>\n <text x=\"25.73\" y=\"-23.85\" text-anchor=\"end\" dy=\"0.35em\" gadfly:scale=\"10.0\" visibility=\"hidden\">8.00\u00d710\u00b3</text>\n <text x=\"25.73\" y=\"-26.41\" text-anchor=\"end\" dy=\"0.35em\" gadfly:scale=\"10.0\" visibility=\"hidden\">8.20\u00d710\u00b3</text>\n <text x=\"25.73\" y=\"-28.98\" text-anchor=\"end\" dy=\"0.35em\" gadfly:scale=\"10.0\" visibility=\"hidden\">8.40\u00d710\u00b3</text>\n <text x=\"25.73\" y=\"-31.54\" text-anchor=\"end\" dy=\"0.35em\" gadfly:scale=\"10.0\" visibility=\"hidden\">8.60\u00d710\u00b3</text>\n <text x=\"25.73\" y=\"-34.11\" text-anchor=\"end\" dy=\"0.35em\" gadfly:scale=\"10.0\" visibility=\"hidden\">8.80\u00d710\u00b3</text>\n <text x=\"25.73\" y=\"-36.67\" text-anchor=\"end\" dy=\"0.35em\" gadfly:scale=\"10.0\" visibility=\"hidden\">9.00\u00d710\u00b3</text>\n <text x=\"25.73\" y=\"-39.24\" text-anchor=\"end\" dy=\"0.35em\" gadfly:scale=\"10.0\" visibility=\"hidden\">9.20\u00d710\u00b3</text>\n <text x=\"25.73\" y=\"-41.8\" text-anchor=\"end\" dy=\"0.35em\" gadfly:scale=\"10.0\" visibility=\"hidden\">9.40\u00d710\u00b3</text>\n <text x=\"25.73\" y=\"-44.36\" text-anchor=\"end\" dy=\"0.35em\" gadfly:scale=\"10.0\" visibility=\"hidden\">9.60\u00d710\u00b3</text>\n <text x=\"25.73\" y=\"-46.93\" text-anchor=\"end\" dy=\"0.35em\" gadfly:scale=\"10.0\" visibility=\"hidden\">9.80\u00d710\u00b3</text>\n <text x=\"25.73\" y=\"-49.49\" text-anchor=\"end\" dy=\"0.35em\" gadfly:scale=\"10.0\" visibility=\"hidden\">1.00\u00d710\u2074</text>\n <text x=\"25.73\" y=\"142.82\" text-anchor=\"end\" dy=\"0.35em\" gadfly:scale=\"0.5\" visibility=\"hidden\">-5.0\u00d710\u00b3</text>\n <text x=\"25.73\" y=\"78.72\" text-anchor=\"end\" dy=\"0.35em\" gadfly:scale=\"0.5\" visibility=\"hidden\">0</text>\n <text x=\"25.73\" y=\"14.61\" text-anchor=\"end\" dy=\"0.35em\" gadfly:scale=\"0.5\" visibility=\"hidden\">5.0\u00d710\u00b3</text>\n <text x=\"25.73\" y=\"-49.49\" text-anchor=\"end\" dy=\"0.35em\" gadfly:scale=\"0.5\" visibility=\"hidden\">1.0\u00d710\u2074</text>\n <text x=\"25.73\" y=\"142.82\" text-anchor=\"end\" dy=\"0.35em\" gadfly:scale=\"5.0\" visibility=\"hidden\">-5.00\u00d710\u00b3</text>\n <text x=\"25.73\" y=\"136.41\" text-anchor=\"end\" dy=\"0.35em\" gadfly:scale=\"5.0\" visibility=\"hidden\">-4.50\u00d710\u00b3</text>\n <text x=\"25.73\" y=\"130\" text-anchor=\"end\" dy=\"0.35em\" gadfly:scale=\"5.0\" visibility=\"hidden\">-4.00\u00d710\u00b3</text>\n <text x=\"25.73\" y=\"123.59\" text-anchor=\"end\" dy=\"0.35em\" gadfly:scale=\"5.0\" visibility=\"hidden\">-3.50\u00d710\u00b3</text>\n <text x=\"25.73\" y=\"117.18\" text-anchor=\"end\" dy=\"0.35em\" gadfly:scale=\"5.0\" visibility=\"hidden\">-3.00\u00d710\u00b3</text>\n <text x=\"25.73\" y=\"110.77\" text-anchor=\"end\" dy=\"0.35em\" gadfly:scale=\"5.0\" visibility=\"hidden\">-2.50\u00d710\u00b3</text>\n <text x=\"25.73\" y=\"104.36\" text-anchor=\"end\" dy=\"0.35em\" gadfly:scale=\"5.0\" visibility=\"hidden\">-2.00\u00d710\u00b3</text>\n <text x=\"25.73\" y=\"97.95\" text-anchor=\"end\" dy=\"0.35em\" gadfly:scale=\"5.0\" visibility=\"hidden\">-1.50\u00d710\u00b3</text>\n <text x=\"25.73\" y=\"91.54\" text-anchor=\"end\" dy=\"0.35em\" gadfly:scale=\"5.0\" visibility=\"hidden\">-1.00\u00d710\u00b3</text>\n <text x=\"25.73\" y=\"85.13\" text-anchor=\"end\" dy=\"0.35em\" gadfly:scale=\"5.0\" visibility=\"hidden\">-5.00\u00d710\u00b2</text>\n <text x=\"25.73\" y=\"78.72\" text-anchor=\"end\" dy=\"0.35em\" gadfly:scale=\"5.0\" visibility=\"hidden\">0</text>\n <text x=\"25.73\" y=\"72.3\" text-anchor=\"end\" dy=\"0.35em\" gadfly:scale=\"5.0\" visibility=\"hidden\">5.00\u00d710\u00b2</text>\n <text x=\"25.73\" y=\"65.89\" text-anchor=\"end\" dy=\"0.35em\" gadfly:scale=\"5.0\" visibility=\"hidden\">1.00\u00d710\u00b3</text>\n <text x=\"25.73\" y=\"59.48\" text-anchor=\"end\" dy=\"0.35em\" gadfly:scale=\"5.0\" visibility=\"hidden\">1.50\u00d710\u00b3</text>\n <text x=\"25.73\" y=\"53.07\" text-anchor=\"end\" dy=\"0.35em\" gadfly:scale=\"5.0\" visibility=\"hidden\">2.00\u00d710\u00b3</text>\n <text x=\"25.73\" y=\"46.66\" text-anchor=\"end\" dy=\"0.35em\" gadfly:scale=\"5.0\" visibility=\"hidden\">2.50\u00d710\u00b3</text>\n <text x=\"25.73\" y=\"40.25\" text-anchor=\"end\" dy=\"0.35em\" gadfly:scale=\"5.0\" visibility=\"hidden\">3.00\u00d710\u00b3</text>\n <text x=\"25.73\" y=\"33.84\" text-anchor=\"end\" dy=\"0.35em\" gadfly:scale=\"5.0\" visibility=\"hidden\">3.50\u00d710\u00b3</text>\n <text x=\"25.73\" y=\"27.43\" text-anchor=\"end\" dy=\"0.35em\" gadfly:scale=\"5.0\" visibility=\"hidden\">4.00\u00d710\u00b3</text>\n <text x=\"25.73\" y=\"21.02\" text-anchor=\"end\" dy=\"0.35em\" gadfly:scale=\"5.0\" visibility=\"hidden\">4.50\u00d710\u00b3</text>\n <text x=\"25.73\" y=\"14.61\" text-anchor=\"end\" dy=\"0.35em\" gadfly:scale=\"5.0\" visibility=\"hidden\">5.00\u00d710\u00b3</text>\n <text x=\"25.73\" y=\"8.2\" text-anchor=\"end\" dy=\"0.35em\" gadfly:scale=\"5.0\" visibility=\"hidden\">5.50\u00d710\u00b3</text>\n <text x=\"25.73\" y=\"1.79\" text-anchor=\"end\" dy=\"0.35em\" gadfly:scale=\"5.0\" visibility=\"hidden\">6.00\u00d710\u00b3</text>\n <text x=\"25.73\" y=\"-4.62\" text-anchor=\"end\" dy=\"0.35em\" gadfly:scale=\"5.0\" visibility=\"hidden\">6.50\u00d710\u00b3</text>\n <text x=\"25.73\" y=\"-11.03\" text-anchor=\"end\" dy=\"0.35em\" gadfly:scale=\"5.0\" visibility=\"hidden\">7.00\u00d710\u00b3</text>\n <text x=\"25.73\" y=\"-17.44\" text-anchor=\"end\" dy=\"0.35em\" gadfly:scale=\"5.0\" visibility=\"hidden\">7.50\u00d710\u00b3</text>\n <text x=\"25.73\" y=\"-23.85\" text-anchor=\"end\" dy=\"0.35em\" gadfly:scale=\"5.0\" visibility=\"hidden\">8.00\u00d710\u00b3</text>\n <text x=\"25.73\" y=\"-30.26\" text-anchor=\"end\" dy=\"0.35em\" gadfly:scale=\"5.0\" visibility=\"hidden\">8.50\u00d710\u00b3</text>\n <text x=\"25.73\" y=\"-36.67\" text-anchor=\"end\" dy=\"0.35em\" gadfly:scale=\"5.0\" visibility=\"hidden\">9.00\u00d710\u00b3</text>\n <text x=\"25.73\" y=\"-43.08\" text-anchor=\"end\" dy=\"0.35em\" gadfly:scale=\"5.0\" visibility=\"hidden\">9.50\u00d710\u00b3</text>\n <text x=\"25.73\" y=\"-49.49\" text-anchor=\"end\" dy=\"0.35em\" gadfly:scale=\"5.0\" visibility=\"hidden\">1.00\u00d710\u2074</text>\n </g>\n <g font-size=\"3.88\" font-family=\"'PT Sans','Helvetica Neue','Helvetica',sans-serif\" fill=\"#564A55\" stroke=\"none\" id=\"fig-6f7c24f0cc6a42ab87ed85d1d0bc7d06-element-20\">\n <text x=\"8.81\" y=\"44.66\" text-anchor=\"middle\" dy=\"0.35em\" transform=\"rotate(-90, 8.81, 46.66)\">Frequency</text>\n </g>\n <g font-size=\"3.88\" font-family=\"'PT Sans','Helvetica Neue','Helvetica',sans-serif\" fill=\"#564A55\" stroke=\"none\" id=\"fig-6f7c24f0cc6a42ab87ed85d1d0bc7d06-element-21\">\n <text x=\"81.57\" y=\"10.61\" text-anchor=\"middle\">Figure 3: Engagement Level by Each User</text>\n </g>\n</g>\n<defs>\n<clipPath id=\"fig-6f7c24f0cc6a42ab87ed85d1d0bc7d06-element-5\">\n <path d=\"M26.73,12.61 L 136.42 12.61 136.42 80.72 26.73 80.72\" />\n</clipPath\n></defs>\n<script> <![CDATA[\n(function(N){var k=/[\\.\\/]/,L=/\\s*,\\s*/,C=function(a,d){return a-d},a,v,y={n:{}},M=function(){for(var a=0,d=this.length;a<d;a++)if(\"undefined\"!=typeof this[a])return this[a]},A=function(){for(var a=this.length;--a;)if(\"undefined\"!=typeof this[a])return this[a]},w=function(k,d){k=String(k);var f=v,n=Array.prototype.slice.call(arguments,2),u=w.listeners(k),p=0,b,q=[],e={},l=[],r=a;l.firstDefined=M;l.lastDefined=A;a=k;for(var s=v=0,x=u.length;s<x;s++)\"zIndex\"in u[s]&&(q.push(u[s].zIndex),0>u[s].zIndex&&\n(e[u[s].zIndex]=u[s]));for(q.sort(C);0>q[p];)if(b=e[q[p++] ],l.push(b.apply(d,n)),v)return v=f,l;for(s=0;s<x;s++)if(b=u[s],\"zIndex\"in b)if(b.zIndex==q[p]){l.push(b.apply(d,n));if(v)break;do if(p++,(b=e[q[p] ])&&l.push(b.apply(d,n)),v)break;while(b)}else e[b.zIndex]=b;else if(l.push(b.apply(d,n)),v)break;v=f;a=r;return l};w._events=y;w.listeners=function(a){a=a.split(k);var d=y,f,n,u,p,b,q,e,l=[d],r=[];u=0;for(p=a.length;u<p;u++){e=[];b=0;for(q=l.length;b<q;b++)for(d=l[b].n,f=[d[a[u] ],d[\"*\"] ],n=2;n--;)if(d=\nf[n])e.push(d),r=r.concat(d.f||[]);l=e}return r};w.on=function(a,d){a=String(a);if(\"function\"!=typeof d)return function(){};for(var f=a.split(L),n=0,u=f.length;n<u;n++)(function(a){a=a.split(k);for(var b=y,f,e=0,l=a.length;e<l;e++)b=b.n,b=b.hasOwnProperty(a[e])&&b[a[e] ]||(b[a[e] ]={n:{}});b.f=b.f||[];e=0;for(l=b.f.length;e<l;e++)if(b.f[e]==d){f=!0;break}!f&&b.f.push(d)})(f[n]);return function(a){+a==+a&&(d.zIndex=+a)}};w.f=function(a){var d=[].slice.call(arguments,1);return function(){w.apply(null,\n[a,null].concat(d).concat([].slice.call(arguments,0)))}};w.stop=function(){v=1};w.nt=function(k){return k?(new RegExp(\"(?:\\\\.|\\\\/|^)\"+k+\"(?:\\\\.|\\\\/|$)\")).test(a):a};w.nts=function(){return a.split(k)};w.off=w.unbind=function(a,d){if(a){var f=a.split(L);if(1<f.length)for(var n=0,u=f.length;n<u;n++)w.off(f[n],d);else{for(var f=a.split(k),p,b,q,e,l=[y],n=0,u=f.length;n<u;n++)for(e=0;e<l.length;e+=q.length-2){q=[e,1];p=l[e].n;if(\"*\"!=f[n])p[f[n] ]&&q.push(p[f[n] ]);else for(b in p)p.hasOwnProperty(b)&&\nq.push(p[b]);l.splice.apply(l,q)}n=0;for(u=l.length;n<u;n++)for(p=l[n];p.n;){if(d){if(p.f){e=0;for(f=p.f.length;e<f;e++)if(p.f[e]==d){p.f.splice(e,1);break}!p.f.length&&delete p.f}for(b in p.n)if(p.n.hasOwnProperty(b)&&p.n[b].f){q=p.n[b].f;e=0;for(f=q.length;e<f;e++)if(q[e]==d){q.splice(e,1);break}!q.length&&delete p.n[b].f}}else for(b in delete p.f,p.n)p.n.hasOwnProperty(b)&&p.n[b].f&&delete p.n[b].f;p=p.n}}}else w._events=y={n:{}}};w.once=function(a,d){var f=function(){w.unbind(a,f);return d.apply(this,\narguments)};return w.on(a,f)};w.version=\"0.4.2\";w.toString=function(){return\"You are running Eve 0.4.2\"};\"undefined\"!=typeof module&&module.exports?module.exports=w:\"function\"===typeof define&&define.amd?define(\"eve\",[],function(){return w}):N.eve=w})(this);\n(function(N,k){\"function\"===typeof define&&define.amd?define(\"Snap.svg\",[\"eve\"],function(L){return k(N,L)}):k(N,N.eve)})(this,function(N,k){var L=function(a){var k={},y=N.requestAnimationFrame||N.webkitRequestAnimationFrame||N.mozRequestAnimationFrame||N.oRequestAnimationFrame||N.msRequestAnimationFrame||function(a){setTimeout(a,16)},M=Array.isArray||function(a){return a instanceof Array||\"[object Array]\"==Object.prototype.toString.call(a)},A=0,w=\"M\"+(+new Date).toString(36),z=function(a){if(null==\na)return this.s;var b=this.s-a;this.b+=this.dur*b;this.B+=this.dur*b;this.s=a},d=function(a){if(null==a)return this.spd;this.spd=a},f=function(a){if(null==a)return this.dur;this.s=this.s*a/this.dur;this.dur=a},n=function(){delete k[this.id];this.update();a(\"mina.stop.\"+this.id,this)},u=function(){this.pdif||(delete k[this.id],this.update(),this.pdif=this.get()-this.b)},p=function(){this.pdif&&(this.b=this.get()-this.pdif,delete this.pdif,k[this.id]=this)},b=function(){var a;if(M(this.start)){a=[];\nfor(var b=0,e=this.start.length;b<e;b++)a[b]=+this.start[b]+(this.end[b]-this.start[b])*this.easing(this.s)}else a=+this.start+(this.end-this.start)*this.easing(this.s);this.set(a)},q=function(){var l=0,b;for(b in k)if(k.hasOwnProperty(b)){var e=k[b],f=e.get();l++;e.s=(f-e.b)/(e.dur/e.spd);1<=e.s&&(delete k[b],e.s=1,l--,function(b){setTimeout(function(){a(\"mina.finish.\"+b.id,b)})}(e));e.update()}l&&y(q)},e=function(a,r,s,x,G,h,J){a={id:w+(A++).toString(36),start:a,end:r,b:s,s:0,dur:x-s,spd:1,get:G,\nset:h,easing:J||e.linear,status:z,speed:d,duration:f,stop:n,pause:u,resume:p,update:b};k[a.id]=a;r=0;for(var K in k)if(k.hasOwnProperty(K)&&(r++,2==r))break;1==r&&y(q);return a};e.time=Date.now||function(){return+new Date};e.getById=function(a){return k[a]||null};e.linear=function(a){return a};e.easeout=function(a){return Math.pow(a,1.7)};e.easein=function(a){return Math.pow(a,0.48)};e.easeinout=function(a){if(1==a)return 1;if(0==a)return 0;var b=0.48-a/1.04,e=Math.sqrt(0.1734+b*b);a=e-b;a=Math.pow(Math.abs(a),\n1/3)*(0>a?-1:1);b=-e-b;b=Math.pow(Math.abs(b),1/3)*(0>b?-1:1);a=a+b+0.5;return 3*(1-a)*a*a+a*a*a};e.backin=function(a){return 1==a?1:a*a*(2.70158*a-1.70158)};e.backout=function(a){if(0==a)return 0;a-=1;return a*a*(2.70158*a+1.70158)+1};e.elastic=function(a){return a==!!a?a:Math.pow(2,-10*a)*Math.sin(2*(a-0.075)*Math.PI/0.3)+1};e.bounce=function(a){a<1/2.75?a*=7.5625*a:a<2/2.75?(a-=1.5/2.75,a=7.5625*a*a+0.75):a<2.5/2.75?(a-=2.25/2.75,a=7.5625*a*a+0.9375):(a-=2.625/2.75,a=7.5625*a*a+0.984375);return a};\nreturn N.mina=e}(\"undefined\"==typeof k?function(){}:k),C=function(){function a(c,t){if(c){if(c.tagName)return x(c);if(y(c,\"array\")&&a.set)return a.set.apply(a,c);if(c instanceof e)return c;if(null==t)return c=G.doc.querySelector(c),x(c)}return new s(null==c?\"100%\":c,null==t?\"100%\":t)}function v(c,a){if(a){\"#text\"==c&&(c=G.doc.createTextNode(a.text||\"\"));\"string\"==typeof c&&(c=v(c));if(\"string\"==typeof a)return\"xlink:\"==a.substring(0,6)?c.getAttributeNS(m,a.substring(6)):\"xml:\"==a.substring(0,4)?c.getAttributeNS(la,\na.substring(4)):c.getAttribute(a);for(var da in a)if(a[h](da)){var b=J(a[da]);b?\"xlink:\"==da.substring(0,6)?c.setAttributeNS(m,da.substring(6),b):\"xml:\"==da.substring(0,4)?c.setAttributeNS(la,da.substring(4),b):c.setAttribute(da,b):c.removeAttribute(da)}}else c=G.doc.createElementNS(la,c);return c}function y(c,a){a=J.prototype.toLowerCase.call(a);return\"finite\"==a?isFinite(c):\"array\"==a&&(c instanceof Array||Array.isArray&&Array.isArray(c))?!0:\"null\"==a&&null===c||a==typeof c&&null!==c||\"object\"==\na&&c===Object(c)||$.call(c).slice(8,-1).toLowerCase()==a}function M(c){if(\"function\"==typeof c||Object(c)!==c)return c;var a=new c.constructor,b;for(b in c)c[h](b)&&(a[b]=M(c[b]));return a}function A(c,a,b){function m(){var e=Array.prototype.slice.call(arguments,0),f=e.join(\"\\u2400\"),d=m.cache=m.cache||{},l=m.count=m.count||[];if(d[h](f)){a:for(var e=l,l=f,B=0,H=e.length;B<H;B++)if(e[B]===l){e.push(e.splice(B,1)[0]);break a}return b?b(d[f]):d[f]}1E3<=l.length&&delete d[l.shift()];l.push(f);d[f]=c.apply(a,\ne);return b?b(d[f]):d[f]}return m}function w(c,a,b,m,e,f){return null==e?(c-=b,a-=m,c||a?(180*I.atan2(-a,-c)/C+540)%360:0):w(c,a,e,f)-w(b,m,e,f)}function z(c){return c%360*C/180}function d(c){var a=[];c=c.replace(/(?:^|\\s)(\\w+)\\(([^)]+)\\)/g,function(c,b,m){m=m.split(/\\s*,\\s*|\\s+/);\"rotate\"==b&&1==m.length&&m.push(0,0);\"scale\"==b&&(2<m.length?m=m.slice(0,2):2==m.length&&m.push(0,0),1==m.length&&m.push(m[0],0,0));\"skewX\"==b?a.push([\"m\",1,0,I.tan(z(m[0])),1,0,0]):\"skewY\"==b?a.push([\"m\",1,I.tan(z(m[0])),\n0,1,0,0]):a.push([b.charAt(0)].concat(m));return c});return a}function f(c,t){var b=O(c),m=new a.Matrix;if(b)for(var e=0,f=b.length;e<f;e++){var h=b[e],d=h.length,B=J(h[0]).toLowerCase(),H=h[0]!=B,l=H?m.invert():0,E;\"t\"==B&&2==d?m.translate(h[1],0):\"t\"==B&&3==d?H?(d=l.x(0,0),B=l.y(0,0),H=l.x(h[1],h[2]),l=l.y(h[1],h[2]),m.translate(H-d,l-B)):m.translate(h[1],h[2]):\"r\"==B?2==d?(E=E||t,m.rotate(h[1],E.x+E.width/2,E.y+E.height/2)):4==d&&(H?(H=l.x(h[2],h[3]),l=l.y(h[2],h[3]),m.rotate(h[1],H,l)):m.rotate(h[1],\nh[2],h[3])):\"s\"==B?2==d||3==d?(E=E||t,m.scale(h[1],h[d-1],E.x+E.width/2,E.y+E.height/2)):4==d?H?(H=l.x(h[2],h[3]),l=l.y(h[2],h[3]),m.scale(h[1],h[1],H,l)):m.scale(h[1],h[1],h[2],h[3]):5==d&&(H?(H=l.x(h[3],h[4]),l=l.y(h[3],h[4]),m.scale(h[1],h[2],H,l)):m.scale(h[1],h[2],h[3],h[4])):\"m\"==B&&7==d&&m.add(h[1],h[2],h[3],h[4],h[5],h[6])}return m}function n(c,t){if(null==t){var m=!0;t=\"linearGradient\"==c.type||\"radialGradient\"==c.type?c.node.getAttribute(\"gradientTransform\"):\"pattern\"==c.type?c.node.getAttribute(\"patternTransform\"):\nc.node.getAttribute(\"transform\");if(!t)return new a.Matrix;t=d(t)}else t=a._.rgTransform.test(t)?J(t).replace(/\\.{3}|\\u2026/g,c._.transform||aa):d(t),y(t,\"array\")&&(t=a.path?a.path.toString.call(t):J(t)),c._.transform=t;var b=f(t,c.getBBox(1));if(m)return b;c.matrix=b}function u(c){c=c.node.ownerSVGElement&&x(c.node.ownerSVGElement)||c.node.parentNode&&x(c.node.parentNode)||a.select(\"svg\")||a(0,0);var t=c.select(\"defs\"),t=null==t?!1:t.node;t||(t=r(\"defs\",c.node).node);return t}function p(c){return c.node.ownerSVGElement&&\nx(c.node.ownerSVGElement)||a.select(\"svg\")}function b(c,a,m){function b(c){if(null==c)return aa;if(c==+c)return c;v(B,{width:c});try{return B.getBBox().width}catch(a){return 0}}function h(c){if(null==c)return aa;if(c==+c)return c;v(B,{height:c});try{return B.getBBox().height}catch(a){return 0}}function e(b,B){null==a?d[b]=B(c.attr(b)||0):b==a&&(d=B(null==m?c.attr(b)||0:m))}var f=p(c).node,d={},B=f.querySelector(\".svg---mgr\");B||(B=v(\"rect\"),v(B,{x:-9E9,y:-9E9,width:10,height:10,\"class\":\"svg---mgr\",\nfill:\"none\"}),f.appendChild(B));switch(c.type){case \"rect\":e(\"rx\",b),e(\"ry\",h);case \"image\":e(\"width\",b),e(\"height\",h);case \"text\":e(\"x\",b);e(\"y\",h);break;case \"circle\":e(\"cx\",b);e(\"cy\",h);e(\"r\",b);break;case \"ellipse\":e(\"cx\",b);e(\"cy\",h);e(\"rx\",b);e(\"ry\",h);break;case \"line\":e(\"x1\",b);e(\"x2\",b);e(\"y1\",h);e(\"y2\",h);break;case \"marker\":e(\"refX\",b);e(\"markerWidth\",b);e(\"refY\",h);e(\"markerHeight\",h);break;case \"radialGradient\":e(\"fx\",b);e(\"fy\",h);break;case \"tspan\":e(\"dx\",b);e(\"dy\",h);break;default:e(a,\nb)}f.removeChild(B);return d}function q(c){y(c,\"array\")||(c=Array.prototype.slice.call(arguments,0));for(var a=0,b=0,m=this.node;this[a];)delete this[a++];for(a=0;a<c.length;a++)\"set\"==c[a].type?c[a].forEach(function(c){m.appendChild(c.node)}):m.appendChild(c[a].node);for(var h=m.childNodes,a=0;a<h.length;a++)this[b++]=x(h[a]);return this}function e(c){if(c.snap in E)return E[c.snap];var a=this.id=V(),b;try{b=c.ownerSVGElement}catch(m){}this.node=c;b&&(this.paper=new s(b));this.type=c.tagName;this.anims=\n{};this._={transform:[]};c.snap=a;E[a]=this;\"g\"==this.type&&(this.add=q);if(this.type in{g:1,mask:1,pattern:1})for(var e in s.prototype)s.prototype[h](e)&&(this[e]=s.prototype[e])}function l(c){this.node=c}function r(c,a){var b=v(c);a.appendChild(b);return x(b)}function s(c,a){var b,m,f,d=s.prototype;if(c&&\"svg\"==c.tagName){if(c.snap in E)return E[c.snap];var l=c.ownerDocument;b=new e(c);m=c.getElementsByTagName(\"desc\")[0];f=c.getElementsByTagName(\"defs\")[0];m||(m=v(\"desc\"),m.appendChild(l.createTextNode(\"Created with Snap\")),\nb.node.appendChild(m));f||(f=v(\"defs\"),b.node.appendChild(f));b.defs=f;for(var ca in d)d[h](ca)&&(b[ca]=d[ca]);b.paper=b.root=b}else b=r(\"svg\",G.doc.body),v(b.node,{height:a,version:1.1,width:c,xmlns:la});return b}function x(c){return!c||c instanceof e||c instanceof l?c:c.tagName&&\"svg\"==c.tagName.toLowerCase()?new s(c):c.tagName&&\"object\"==c.tagName.toLowerCase()&&\"image/svg+xml\"==c.type?new s(c.contentDocument.getElementsByTagName(\"svg\")[0]):new e(c)}a.version=\"0.3.0\";a.toString=function(){return\"Snap v\"+\nthis.version};a._={};var G={win:N,doc:N.document};a._.glob=G;var h=\"hasOwnProperty\",J=String,K=parseFloat,U=parseInt,I=Math,P=I.max,Q=I.min,Y=I.abs,C=I.PI,aa=\"\",$=Object.prototype.toString,F=/^\\s*((#[a-f\\d]{6})|(#[a-f\\d]{3})|rgba?\\(\\s*([\\d\\.]+%?\\s*,\\s*[\\d\\.]+%?\\s*,\\s*[\\d\\.]+%?(?:\\s*,\\s*[\\d\\.]+%?)?)\\s*\\)|hsba?\\(\\s*([\\d\\.]+(?:deg|\\xb0|%)?\\s*,\\s*[\\d\\.]+%?\\s*,\\s*[\\d\\.]+(?:%?\\s*,\\s*[\\d\\.]+)?%?)\\s*\\)|hsla?\\(\\s*([\\d\\.]+(?:deg|\\xb0|%)?\\s*,\\s*[\\d\\.]+%?\\s*,\\s*[\\d\\.]+(?:%?\\s*,\\s*[\\d\\.]+)?%?)\\s*\\))\\s*$/i;a._.separator=\nRegExp(\"[,\\t\\n\\x0B\\f\\r \\u00a0\\u1680\\u180e\\u2000\\u2001\\u2002\\u2003\\u2004\\u2005\\u2006\\u2007\\u2008\\u2009\\u200a\\u202f\\u205f\\u3000\\u2028\\u2029]+\");var S=RegExp(\"[\\t\\n\\x0B\\f\\r \\u00a0\\u1680\\u180e\\u2000\\u2001\\u2002\\u2003\\u2004\\u2005\\u2006\\u2007\\u2008\\u2009\\u200a\\u202f\\u205f\\u3000\\u2028\\u2029]*,[\\t\\n\\x0B\\f\\r \\u00a0\\u1680\\u180e\\u2000\\u2001\\u2002\\u2003\\u2004\\u2005\\u2006\\u2007\\u2008\\u2009\\u200a\\u202f\\u205f\\u3000\\u2028\\u2029]*\"),X={hs:1,rg:1},W=RegExp(\"([a-z])[\\t\\n\\x0B\\f\\r \\u00a0\\u1680\\u180e\\u2000\\u2001\\u2002\\u2003\\u2004\\u2005\\u2006\\u2007\\u2008\\u2009\\u200a\\u202f\\u205f\\u3000\\u2028\\u2029,]*((-?\\\\d*\\\\.?\\\\d*(?:e[\\\\-+]?\\\\d+)?[\\t\\n\\x0B\\f\\r \\u00a0\\u1680\\u180e\\u2000\\u2001\\u2002\\u2003\\u2004\\u2005\\u2006\\u2007\\u2008\\u2009\\u200a\\u202f\\u205f\\u3000\\u2028\\u2029]*,?[\\t\\n\\x0B\\f\\r \\u00a0\\u1680\\u180e\\u2000\\u2001\\u2002\\u2003\\u2004\\u2005\\u2006\\u2007\\u2008\\u2009\\u200a\\u202f\\u205f\\u3000\\u2028\\u2029]*)+)\",\n\"ig\"),ma=RegExp(\"([rstm])[\\t\\n\\x0B\\f\\r \\u00a0\\u1680\\u180e\\u2000\\u2001\\u2002\\u2003\\u2004\\u2005\\u2006\\u2007\\u2008\\u2009\\u200a\\u202f\\u205f\\u3000\\u2028\\u2029,]*((-?\\\\d*\\\\.?\\\\d*(?:e[\\\\-+]?\\\\d+)?[\\t\\n\\x0B\\f\\r \\u00a0\\u1680\\u180e\\u2000\\u2001\\u2002\\u2003\\u2004\\u2005\\u2006\\u2007\\u2008\\u2009\\u200a\\u202f\\u205f\\u3000\\u2028\\u2029]*,?[\\t\\n\\x0B\\f\\r \\u00a0\\u1680\\u180e\\u2000\\u2001\\u2002\\u2003\\u2004\\u2005\\u2006\\u2007\\u2008\\u2009\\u200a\\u202f\\u205f\\u3000\\u2028\\u2029]*)+)\",\"ig\"),Z=RegExp(\"(-?\\\\d*\\\\.?\\\\d*(?:e[\\\\-+]?\\\\d+)?)[\\t\\n\\x0B\\f\\r \\u00a0\\u1680\\u180e\\u2000\\u2001\\u2002\\u2003\\u2004\\u2005\\u2006\\u2007\\u2008\\u2009\\u200a\\u202f\\u205f\\u3000\\u2028\\u2029]*,?[\\t\\n\\x0B\\f\\r \\u00a0\\u1680\\u180e\\u2000\\u2001\\u2002\\u2003\\u2004\\u2005\\u2006\\u2007\\u2008\\u2009\\u200a\\u202f\\u205f\\u3000\\u2028\\u2029]*\",\n\"ig\"),na=0,ba=\"S\"+(+new Date).toString(36),V=function(){return ba+(na++).toString(36)},m=\"http://www.w3.org/1999/xlink\",la=\"http://www.w3.org/2000/svg\",E={},ca=a.url=function(c){return\"url('#\"+c+\"')\"};a._.$=v;a._.id=V;a.format=function(){var c=/\\{([^\\}]+)\\}/g,a=/(?:(?:^|\\.)(.+?)(?=\\[|\\.|$|\\()|\\[('|\")(.+?)\\2\\])(\\(\\))?/g,b=function(c,b,m){var h=m;b.replace(a,function(c,a,b,m,t){a=a||m;h&&(a in h&&(h=h[a]),\"function\"==typeof h&&t&&(h=h()))});return h=(null==h||h==m?c:h)+\"\"};return function(a,m){return J(a).replace(c,\nfunction(c,a){return b(c,a,m)})}}();a._.clone=M;a._.cacher=A;a.rad=z;a.deg=function(c){return 180*c/C%360};a.angle=w;a.is=y;a.snapTo=function(c,a,b){b=y(b,\"finite\")?b:10;if(y(c,\"array\"))for(var m=c.length;m--;){if(Y(c[m]-a)<=b)return c[m]}else{c=+c;m=a%c;if(m<b)return a-m;if(m>c-b)return a-m+c}return a};a.getRGB=A(function(c){if(!c||(c=J(c)).indexOf(\"-\")+1)return{r:-1,g:-1,b:-1,hex:\"none\",error:1,toString:ka};if(\"none\"==c)return{r:-1,g:-1,b:-1,hex:\"none\",toString:ka};!X[h](c.toLowerCase().substring(0,\n2))&&\"#\"!=c.charAt()&&(c=T(c));if(!c)return{r:-1,g:-1,b:-1,hex:\"none\",error:1,toString:ka};var b,m,e,f,d;if(c=c.match(F)){c[2]&&(e=U(c[2].substring(5),16),m=U(c[2].substring(3,5),16),b=U(c[2].substring(1,3),16));c[3]&&(e=U((d=c[3].charAt(3))+d,16),m=U((d=c[3].charAt(2))+d,16),b=U((d=c[3].charAt(1))+d,16));c[4]&&(d=c[4].split(S),b=K(d[0]),\"%\"==d[0].slice(-1)&&(b*=2.55),m=K(d[1]),\"%\"==d[1].slice(-1)&&(m*=2.55),e=K(d[2]),\"%\"==d[2].slice(-1)&&(e*=2.55),\"rgba\"==c[1].toLowerCase().slice(0,4)&&(f=K(d[3])),\nd[3]&&\"%\"==d[3].slice(-1)&&(f/=100));if(c[5])return d=c[5].split(S),b=K(d[0]),\"%\"==d[0].slice(-1)&&(b/=100),m=K(d[1]),\"%\"==d[1].slice(-1)&&(m/=100),e=K(d[2]),\"%\"==d[2].slice(-1)&&(e/=100),\"deg\"!=d[0].slice(-3)&&\"\\u00b0\"!=d[0].slice(-1)||(b/=360),\"hsba\"==c[1].toLowerCase().slice(0,4)&&(f=K(d[3])),d[3]&&\"%\"==d[3].slice(-1)&&(f/=100),a.hsb2rgb(b,m,e,f);if(c[6])return d=c[6].split(S),b=K(d[0]),\"%\"==d[0].slice(-1)&&(b/=100),m=K(d[1]),\"%\"==d[1].slice(-1)&&(m/=100),e=K(d[2]),\"%\"==d[2].slice(-1)&&(e/=100),\n\"deg\"!=d[0].slice(-3)&&\"\\u00b0\"!=d[0].slice(-1)||(b/=360),\"hsla\"==c[1].toLowerCase().slice(0,4)&&(f=K(d[3])),d[3]&&\"%\"==d[3].slice(-1)&&(f/=100),a.hsl2rgb(b,m,e,f);b=Q(I.round(b),255);m=Q(I.round(m),255);e=Q(I.round(e),255);f=Q(P(f,0),1);c={r:b,g:m,b:e,toString:ka};c.hex=\"#\"+(16777216|e|m<<8|b<<16).toString(16).slice(1);c.opacity=y(f,\"finite\")?f:1;return c}return{r:-1,g:-1,b:-1,hex:\"none\",error:1,toString:ka}},a);a.hsb=A(function(c,b,m){return a.hsb2rgb(c,b,m).hex});a.hsl=A(function(c,b,m){return a.hsl2rgb(c,\nb,m).hex});a.rgb=A(function(c,a,b,m){if(y(m,\"finite\")){var e=I.round;return\"rgba(\"+[e(c),e(a),e(b),+m.toFixed(2)]+\")\"}return\"#\"+(16777216|b|a<<8|c<<16).toString(16).slice(1)});var T=function(c){var a=G.doc.getElementsByTagName(\"head\")[0]||G.doc.getElementsByTagName(\"svg\")[0];T=A(function(c){if(\"red\"==c.toLowerCase())return\"rgb(255, 0, 0)\";a.style.color=\"rgb(255, 0, 0)\";a.style.color=c;c=G.doc.defaultView.getComputedStyle(a,aa).getPropertyValue(\"color\");return\"rgb(255, 0, 0)\"==c?null:c});return T(c)},\nqa=function(){return\"hsb(\"+[this.h,this.s,this.b]+\")\"},ra=function(){return\"hsl(\"+[this.h,this.s,this.l]+\")\"},ka=function(){return 1==this.opacity||null==this.opacity?this.hex:\"rgba(\"+[this.r,this.g,this.b,this.opacity]+\")\"},D=function(c,b,m){null==b&&y(c,\"object\")&&\"r\"in c&&\"g\"in c&&\"b\"in c&&(m=c.b,b=c.g,c=c.r);null==b&&y(c,string)&&(m=a.getRGB(c),c=m.r,b=m.g,m=m.b);if(1<c||1<b||1<m)c/=255,b/=255,m/=255;return[c,b,m]},oa=function(c,b,m,e){c=I.round(255*c);b=I.round(255*b);m=I.round(255*m);c={r:c,\ng:b,b:m,opacity:y(e,\"finite\")?e:1,hex:a.rgb(c,b,m),toString:ka};y(e,\"finite\")&&(c.opacity=e);return c};a.color=function(c){var b;y(c,\"object\")&&\"h\"in c&&\"s\"in c&&\"b\"in c?(b=a.hsb2rgb(c),c.r=b.r,c.g=b.g,c.b=b.b,c.opacity=1,c.hex=b.hex):y(c,\"object\")&&\"h\"in c&&\"s\"in c&&\"l\"in c?(b=a.hsl2rgb(c),c.r=b.r,c.g=b.g,c.b=b.b,c.opacity=1,c.hex=b.hex):(y(c,\"string\")&&(c=a.getRGB(c)),y(c,\"object\")&&\"r\"in c&&\"g\"in c&&\"b\"in c&&!(\"error\"in c)?(b=a.rgb2hsl(c),c.h=b.h,c.s=b.s,c.l=b.l,b=a.rgb2hsb(c),c.v=b.b):(c={hex:\"none\"},\nc.r=c.g=c.b=c.h=c.s=c.v=c.l=-1,c.error=1));c.toString=ka;return c};a.hsb2rgb=function(c,a,b,m){y(c,\"object\")&&\"h\"in c&&\"s\"in c&&\"b\"in c&&(b=c.b,a=c.s,c=c.h,m=c.o);var e,h,d;c=360*c%360/60;d=b*a;a=d*(1-Y(c%2-1));b=e=h=b-d;c=~~c;b+=[d,a,0,0,a,d][c];e+=[a,d,d,a,0,0][c];h+=[0,0,a,d,d,a][c];return oa(b,e,h,m)};a.hsl2rgb=function(c,a,b,m){y(c,\"object\")&&\"h\"in c&&\"s\"in c&&\"l\"in c&&(b=c.l,a=c.s,c=c.h);if(1<c||1<a||1<b)c/=360,a/=100,b/=100;var e,h,d;c=360*c%360/60;d=2*a*(0.5>b?b:1-b);a=d*(1-Y(c%2-1));b=e=\nh=b-d/2;c=~~c;b+=[d,a,0,0,a,d][c];e+=[a,d,d,a,0,0][c];h+=[0,0,a,d,d,a][c];return oa(b,e,h,m)};a.rgb2hsb=function(c,a,b){b=D(c,a,b);c=b[0];a=b[1];b=b[2];var m,e;m=P(c,a,b);e=m-Q(c,a,b);c=((0==e?0:m==c?(a-b)/e:m==a?(b-c)/e+2:(c-a)/e+4)+360)%6*60/360;return{h:c,s:0==e?0:e/m,b:m,toString:qa}};a.rgb2hsl=function(c,a,b){b=D(c,a,b);c=b[0];a=b[1];b=b[2];var m,e,h;m=P(c,a,b);e=Q(c,a,b);h=m-e;c=((0==h?0:m==c?(a-b)/h:m==a?(b-c)/h+2:(c-a)/h+4)+360)%6*60/360;m=(m+e)/2;return{h:c,s:0==h?0:0.5>m?h/(2*m):h/(2-2*\nm),l:m,toString:ra}};a.parsePathString=function(c){if(!c)return null;var b=a.path(c);if(b.arr)return a.path.clone(b.arr);var m={a:7,c:6,o:2,h:1,l:2,m:2,r:4,q:4,s:4,t:2,v:1,u:3,z:0},e=[];y(c,\"array\")&&y(c[0],\"array\")&&(e=a.path.clone(c));e.length||J(c).replace(W,function(c,a,b){var h=[];c=a.toLowerCase();b.replace(Z,function(c,a){a&&h.push(+a)});\"m\"==c&&2<h.length&&(e.push([a].concat(h.splice(0,2))),c=\"l\",a=\"m\"==a?\"l\":\"L\");\"o\"==c&&1==h.length&&e.push([a,h[0] ]);if(\"r\"==c)e.push([a].concat(h));else for(;h.length>=\nm[c]&&(e.push([a].concat(h.splice(0,m[c]))),m[c]););});e.toString=a.path.toString;b.arr=a.path.clone(e);return e};var O=a.parseTransformString=function(c){if(!c)return null;var b=[];y(c,\"array\")&&y(c[0],\"array\")&&(b=a.path.clone(c));b.length||J(c).replace(ma,function(c,a,m){var e=[];a.toLowerCase();m.replace(Z,function(c,a){a&&e.push(+a)});b.push([a].concat(e))});b.toString=a.path.toString;return b};a._.svgTransform2string=d;a._.rgTransform=RegExp(\"^[a-z][\\t\\n\\x0B\\f\\r \\u00a0\\u1680\\u180e\\u2000\\u2001\\u2002\\u2003\\u2004\\u2005\\u2006\\u2007\\u2008\\u2009\\u200a\\u202f\\u205f\\u3000\\u2028\\u2029]*-?\\\\.?\\\\d\",\n\"i\");a._.transform2matrix=f;a._unit2px=b;a._.getSomeDefs=u;a._.getSomeSVG=p;a.select=function(c){return x(G.doc.querySelector(c))};a.selectAll=function(c){c=G.doc.querySelectorAll(c);for(var b=(a.set||Array)(),m=0;m<c.length;m++)b.push(x(c[m]));return b};setInterval(function(){for(var c in E)if(E[h](c)){var a=E[c],b=a.node;(\"svg\"!=a.type&&!b.ownerSVGElement||\"svg\"==a.type&&(!b.parentNode||\"ownerSVGElement\"in b.parentNode&&!b.ownerSVGElement))&&delete E[c]}},1E4);(function(c){function m(c){function a(c,\nb){var m=v(c.node,b);(m=(m=m&&m.match(d))&&m[2])&&\"#\"==m.charAt()&&(m=m.substring(1))&&(f[m]=(f[m]||[]).concat(function(a){var m={};m[b]=ca(a);v(c.node,m)}))}function b(c){var a=v(c.node,\"xlink:href\");a&&\"#\"==a.charAt()&&(a=a.substring(1))&&(f[a]=(f[a]||[]).concat(function(a){c.attr(\"xlink:href\",\"#\"+a)}))}var e=c.selectAll(\"*\"),h,d=/^\\s*url\\((\"|'|)(.*)\\1\\)\\s*$/;c=[];for(var f={},l=0,E=e.length;l<E;l++){h=e[l];a(h,\"fill\");a(h,\"stroke\");a(h,\"filter\");a(h,\"mask\");a(h,\"clip-path\");b(h);var t=v(h.node,\n\"id\");t&&(v(h.node,{id:h.id}),c.push({old:t,id:h.id}))}l=0;for(E=c.length;l<E;l++)if(e=f[c[l].old])for(h=0,t=e.length;h<t;h++)e[h](c[l].id)}function e(c,a,b){return function(m){m=m.slice(c,a);1==m.length&&(m=m[0]);return b?b(m):m}}function d(c){return function(){var a=c?\"<\"+this.type:\"\",b=this.node.attributes,m=this.node.childNodes;if(c)for(var e=0,h=b.length;e<h;e++)a+=\" \"+b[e].name+'=\"'+b[e].value.replace(/\"/g,'\\\\\"')+'\"';if(m.length){c&&(a+=\">\");e=0;for(h=m.length;e<h;e++)3==m[e].nodeType?a+=m[e].nodeValue:\n1==m[e].nodeType&&(a+=x(m[e]).toString());c&&(a+=\"</\"+this.type+\">\")}else c&&(a+=\"/>\");return a}}c.attr=function(c,a){if(!c)return this;if(y(c,\"string\"))if(1<arguments.length){var b={};b[c]=a;c=b}else return k(\"snap.util.getattr.\"+c,this).firstDefined();for(var m in c)c[h](m)&&k(\"snap.util.attr.\"+m,this,c[m]);return this};c.getBBox=function(c){if(!a.Matrix||!a.path)return this.node.getBBox();var b=this,m=new a.Matrix;if(b.removed)return a._.box();for(;\"use\"==b.type;)if(c||(m=m.add(b.transform().localMatrix.translate(b.attr(\"x\")||\n0,b.attr(\"y\")||0))),b.original)b=b.original;else var e=b.attr(\"xlink:href\"),b=b.original=b.node.ownerDocument.getElementById(e.substring(e.indexOf(\"#\")+1));var e=b._,h=a.path.get[b.type]||a.path.get.deflt;try{if(c)return e.bboxwt=h?a.path.getBBox(b.realPath=h(b)):a._.box(b.node.getBBox()),a._.box(e.bboxwt);b.realPath=h(b);b.matrix=b.transform().localMatrix;e.bbox=a.path.getBBox(a.path.map(b.realPath,m.add(b.matrix)));return a._.box(e.bbox)}catch(d){return a._.box()}};var f=function(){return this.string};\nc.transform=function(c){var b=this._;if(null==c){var m=this;c=new a.Matrix(this.node.getCTM());for(var e=n(this),h=[e],d=new a.Matrix,l=e.toTransformString(),b=J(e)==J(this.matrix)?J(b.transform):l;\"svg\"!=m.type&&(m=m.parent());)h.push(n(m));for(m=h.length;m--;)d.add(h[m]);return{string:b,globalMatrix:c,totalMatrix:d,localMatrix:e,diffMatrix:c.clone().add(e.invert()),global:c.toTransformString(),total:d.toTransformString(),local:l,toString:f}}c instanceof a.Matrix?this.matrix=c:n(this,c);this.node&&\n(\"linearGradient\"==this.type||\"radialGradient\"==this.type?v(this.node,{gradientTransform:this.matrix}):\"pattern\"==this.type?v(this.node,{patternTransform:this.matrix}):v(this.node,{transform:this.matrix}));return this};c.parent=function(){return x(this.node.parentNode)};c.append=c.add=function(c){if(c){if(\"set\"==c.type){var a=this;c.forEach(function(c){a.add(c)});return this}c=x(c);this.node.appendChild(c.node);c.paper=this.paper}return this};c.appendTo=function(c){c&&(c=x(c),c.append(this));return this};\nc.prepend=function(c){if(c){if(\"set\"==c.type){var a=this,b;c.forEach(function(c){b?b.after(c):a.prepend(c);b=c});return this}c=x(c);var m=c.parent();this.node.insertBefore(c.node,this.node.firstChild);this.add&&this.add();c.paper=this.paper;this.parent()&&this.parent().add();m&&m.add()}return this};c.prependTo=function(c){c=x(c);c.prepend(this);return this};c.before=function(c){if(\"set\"==c.type){var a=this;c.forEach(function(c){var b=c.parent();a.node.parentNode.insertBefore(c.node,a.node);b&&b.add()});\nthis.parent().add();return this}c=x(c);var b=c.parent();this.node.parentNode.insertBefore(c.node,this.node);this.parent()&&this.parent().add();b&&b.add();c.paper=this.paper;return this};c.after=function(c){c=x(c);var a=c.parent();this.node.nextSibling?this.node.parentNode.insertBefore(c.node,this.node.nextSibling):this.node.parentNode.appendChild(c.node);this.parent()&&this.parent().add();a&&a.add();c.paper=this.paper;return this};c.insertBefore=function(c){c=x(c);var a=this.parent();c.node.parentNode.insertBefore(this.node,\nc.node);this.paper=c.paper;a&&a.add();c.parent()&&c.parent().add();return this};c.insertAfter=function(c){c=x(c);var a=this.parent();c.node.parentNode.insertBefore(this.node,c.node.nextSibling);this.paper=c.paper;a&&a.add();c.parent()&&c.parent().add();return this};c.remove=function(){var c=this.parent();this.node.parentNode&&this.node.parentNode.removeChild(this.node);delete this.paper;this.removed=!0;c&&c.add();return this};c.select=function(c){return x(this.node.querySelector(c))};c.selectAll=\nfunction(c){c=this.node.querySelectorAll(c);for(var b=(a.set||Array)(),m=0;m<c.length;m++)b.push(x(c[m]));return b};c.asPX=function(c,a){null==a&&(a=this.attr(c));return+b(this,c,a)};c.use=function(){var c,a=this.node.id;a||(a=this.id,v(this.node,{id:a}));c=\"linearGradient\"==this.type||\"radialGradient\"==this.type||\"pattern\"==this.type?r(this.type,this.node.parentNode):r(\"use\",this.node.parentNode);v(c.node,{\"xlink:href\":\"#\"+a});c.original=this;return c};var l=/\\S+/g;c.addClass=function(c){var a=(c||\n\"\").match(l)||[];c=this.node;var b=c.className.baseVal,m=b.match(l)||[],e,h,d;if(a.length){for(e=0;d=a[e++];)h=m.indexOf(d),~h||m.push(d);a=m.join(\" \");b!=a&&(c.className.baseVal=a)}return this};c.removeClass=function(c){var a=(c||\"\").match(l)||[];c=this.node;var b=c.className.baseVal,m=b.match(l)||[],e,h;if(m.length){for(e=0;h=a[e++];)h=m.indexOf(h),~h&&m.splice(h,1);a=m.join(\" \");b!=a&&(c.className.baseVal=a)}return this};c.hasClass=function(c){return!!~(this.node.className.baseVal.match(l)||[]).indexOf(c)};\nc.toggleClass=function(c,a){if(null!=a)return a?this.addClass(c):this.removeClass(c);var b=(c||\"\").match(l)||[],m=this.node,e=m.className.baseVal,h=e.match(l)||[],d,f,E;for(d=0;E=b[d++];)f=h.indexOf(E),~f?h.splice(f,1):h.push(E);b=h.join(\" \");e!=b&&(m.className.baseVal=b);return this};c.clone=function(){var c=x(this.node.cloneNode(!0));v(c.node,\"id\")&&v(c.node,{id:c.id});m(c);c.insertAfter(this);return c};c.toDefs=function(){u(this).appendChild(this.node);return this};c.pattern=c.toPattern=function(c,\na,b,m){var e=r(\"pattern\",u(this));null==c&&(c=this.getBBox());y(c,\"object\")&&\"x\"in c&&(a=c.y,b=c.width,m=c.height,c=c.x);v(e.node,{x:c,y:a,width:b,height:m,patternUnits:\"userSpaceOnUse\",id:e.id,viewBox:[c,a,b,m].join(\" \")});e.node.appendChild(this.node);return e};c.marker=function(c,a,b,m,e,h){var d=r(\"marker\",u(this));null==c&&(c=this.getBBox());y(c,\"object\")&&\"x\"in c&&(a=c.y,b=c.width,m=c.height,e=c.refX||c.cx,h=c.refY||c.cy,c=c.x);v(d.node,{viewBox:[c,a,b,m].join(\" \"),markerWidth:b,markerHeight:m,\norient:\"auto\",refX:e||0,refY:h||0,id:d.id});d.node.appendChild(this.node);return d};var E=function(c,a,b,m){\"function\"!=typeof b||b.length||(m=b,b=L.linear);this.attr=c;this.dur=a;b&&(this.easing=b);m&&(this.callback=m)};a._.Animation=E;a.animation=function(c,a,b,m){return new E(c,a,b,m)};c.inAnim=function(){var c=[],a;for(a in this.anims)this.anims[h](a)&&function(a){c.push({anim:new E(a._attrs,a.dur,a.easing,a._callback),mina:a,curStatus:a.status(),status:function(c){return a.status(c)},stop:function(){a.stop()}})}(this.anims[a]);\nreturn c};a.animate=function(c,a,b,m,e,h){\"function\"!=typeof e||e.length||(h=e,e=L.linear);var d=L.time();c=L(c,a,d,d+m,L.time,b,e);h&&k.once(\"mina.finish.\"+c.id,h);return c};c.stop=function(){for(var c=this.inAnim(),a=0,b=c.length;a<b;a++)c[a].stop();return this};c.animate=function(c,a,b,m){\"function\"!=typeof b||b.length||(m=b,b=L.linear);c instanceof E&&(m=c.callback,b=c.easing,a=b.dur,c=c.attr);var d=[],f=[],l={},t,ca,n,T=this,q;for(q in c)if(c[h](q)){T.equal?(n=T.equal(q,J(c[q])),t=n.from,ca=\nn.to,n=n.f):(t=+T.attr(q),ca=+c[q]);var la=y(t,\"array\")?t.length:1;l[q]=e(d.length,d.length+la,n);d=d.concat(t);f=f.concat(ca)}t=L.time();var p=L(d,f,t,t+a,L.time,function(c){var a={},b;for(b in l)l[h](b)&&(a[b]=l[b](c));T.attr(a)},b);T.anims[p.id]=p;p._attrs=c;p._callback=m;k(\"snap.animcreated.\"+T.id,p);k.once(\"mina.finish.\"+p.id,function(){delete T.anims[p.id];m&&m.call(T)});k.once(\"mina.stop.\"+p.id,function(){delete T.anims[p.id]});return T};var T={};c.data=function(c,b){var m=T[this.id]=T[this.id]||\n{};if(0==arguments.length)return k(\"snap.data.get.\"+this.id,this,m,null),m;if(1==arguments.length){if(a.is(c,\"object\")){for(var e in c)c[h](e)&&this.data(e,c[e]);return this}k(\"snap.data.get.\"+this.id,this,m[c],c);return m[c]}m[c]=b;k(\"snap.data.set.\"+this.id,this,b,c);return this};c.removeData=function(c){null==c?T[this.id]={}:T[this.id]&&delete T[this.id][c];return this};c.outerSVG=c.toString=d(1);c.innerSVG=d()})(e.prototype);a.parse=function(c){var a=G.doc.createDocumentFragment(),b=!0,m=G.doc.createElement(\"div\");\nc=J(c);c.match(/^\\s*<\\s*svg(?:\\s|>)/)||(c=\"<svg>\"+c+\"</svg>\",b=!1);m.innerHTML=c;if(c=m.getElementsByTagName(\"svg\")[0])if(b)a=c;else for(;c.firstChild;)a.appendChild(c.firstChild);m.innerHTML=aa;return new l(a)};l.prototype.select=e.prototype.select;l.prototype.selectAll=e.prototype.selectAll;a.fragment=function(){for(var c=Array.prototype.slice.call(arguments,0),b=G.doc.createDocumentFragment(),m=0,e=c.length;m<e;m++){var h=c[m];h.node&&h.node.nodeType&&b.appendChild(h.node);h.nodeType&&b.appendChild(h);\n\"string\"==typeof h&&b.appendChild(a.parse(h).node)}return new l(b)};a._.make=r;a._.wrap=x;s.prototype.el=function(c,a){var b=r(c,this.node);a&&b.attr(a);return b};k.on(\"snap.util.getattr\",function(){var c=k.nt(),c=c.substring(c.lastIndexOf(\".\")+1),a=c.replace(/[A-Z]/g,function(c){return\"-\"+c.toLowerCase()});return pa[h](a)?this.node.ownerDocument.defaultView.getComputedStyle(this.node,null).getPropertyValue(a):v(this.node,c)});var pa={\"alignment-baseline\":0,\"baseline-shift\":0,clip:0,\"clip-path\":0,\n\"clip-rule\":0,color:0,\"color-interpolation\":0,\"color-interpolation-filters\":0,\"color-profile\":0,\"color-rendering\":0,cursor:0,direction:0,display:0,\"dominant-baseline\":0,\"enable-background\":0,fill:0,\"fill-opacity\":0,\"fill-rule\":0,filter:0,\"flood-color\":0,\"flood-opacity\":0,font:0,\"font-family\":0,\"font-size\":0,\"font-size-adjust\":0,\"font-stretch\":0,\"font-style\":0,\"font-variant\":0,\"font-weight\":0,\"glyph-orientation-horizontal\":0,\"glyph-orientation-vertical\":0,\"image-rendering\":0,kerning:0,\"letter-spacing\":0,\n\"lighting-color\":0,marker:0,\"marker-end\":0,\"marker-mid\":0,\"marker-start\":0,mask:0,opacity:0,overflow:0,\"pointer-events\":0,\"shape-rendering\":0,\"stop-color\":0,\"stop-opacity\":0,stroke:0,\"stroke-dasharray\":0,\"stroke-dashoffset\":0,\"stroke-linecap\":0,\"stroke-linejoin\":0,\"stroke-miterlimit\":0,\"stroke-opacity\":0,\"stroke-width\":0,\"text-anchor\":0,\"text-decoration\":0,\"text-rendering\":0,\"unicode-bidi\":0,visibility:0,\"word-spacing\":0,\"writing-mode\":0};k.on(\"snap.util.attr\",function(c){var a=k.nt(),b={},a=a.substring(a.lastIndexOf(\".\")+\n1);b[a]=c;var m=a.replace(/-(\\w)/gi,function(c,a){return a.toUpperCase()}),a=a.replace(/[A-Z]/g,function(c){return\"-\"+c.toLowerCase()});pa[h](a)?this.node.style[m]=null==c?aa:c:v(this.node,b)});a.ajax=function(c,a,b,m){var e=new XMLHttpRequest,h=V();if(e){if(y(a,\"function\"))m=b,b=a,a=null;else if(y(a,\"object\")){var d=[],f;for(f in a)a.hasOwnProperty(f)&&d.push(encodeURIComponent(f)+\"=\"+encodeURIComponent(a[f]));a=d.join(\"&\")}e.open(a?\"POST\":\"GET\",c,!0);a&&(e.setRequestHeader(\"X-Requested-With\",\"XMLHttpRequest\"),\ne.setRequestHeader(\"Content-type\",\"application/x-www-form-urlencoded\"));b&&(k.once(\"snap.ajax.\"+h+\".0\",b),k.once(\"snap.ajax.\"+h+\".200\",b),k.once(\"snap.ajax.\"+h+\".304\",b));e.onreadystatechange=function(){4==e.readyState&&k(\"snap.ajax.\"+h+\".\"+e.status,m,e)};if(4==e.readyState)return e;e.send(a);return e}};a.load=function(c,b,m){a.ajax(c,function(c){c=a.parse(c.responseText);m?b.call(m,c):b(c)})};a.getElementByPoint=function(c,a){var b,m,e=G.doc.elementFromPoint(c,a);if(G.win.opera&&\"svg\"==e.tagName){b=\ne;m=b.getBoundingClientRect();b=b.ownerDocument;var h=b.body,d=b.documentElement;b=m.top+(g.win.pageYOffset||d.scrollTop||h.scrollTop)-(d.clientTop||h.clientTop||0);m=m.left+(g.win.pageXOffset||d.scrollLeft||h.scrollLeft)-(d.clientLeft||h.clientLeft||0);h=e.createSVGRect();h.x=c-m;h.y=a-b;h.width=h.height=1;b=e.getIntersectionList(h,null);b.length&&(e=b[b.length-1])}return e?x(e):null};a.plugin=function(c){c(a,e,s,G,l)};return G.win.Snap=a}();C.plugin(function(a,k,y,M,A){function w(a,d,f,b,q,e){null==\nd&&\"[object SVGMatrix]\"==z.call(a)?(this.a=a.a,this.b=a.b,this.c=a.c,this.d=a.d,this.e=a.e,this.f=a.f):null!=a?(this.a=+a,this.b=+d,this.c=+f,this.d=+b,this.e=+q,this.f=+e):(this.a=1,this.c=this.b=0,this.d=1,this.f=this.e=0)}var z=Object.prototype.toString,d=String,f=Math;(function(n){function k(a){return a[0]*a[0]+a[1]*a[1]}function p(a){var d=f.sqrt(k(a));a[0]&&(a[0]/=d);a[1]&&(a[1]/=d)}n.add=function(a,d,e,f,n,p){var k=[[],[],[] ],u=[[this.a,this.c,this.e],[this.b,this.d,this.f],[0,0,1] ];d=[[a,\ne,n],[d,f,p],[0,0,1] ];a&&a instanceof w&&(d=[[a.a,a.c,a.e],[a.b,a.d,a.f],[0,0,1] ]);for(a=0;3>a;a++)for(e=0;3>e;e++){for(f=n=0;3>f;f++)n+=u[a][f]*d[f][e];k[a][e]=n}this.a=k[0][0];this.b=k[1][0];this.c=k[0][1];this.d=k[1][1];this.e=k[0][2];this.f=k[1][2];return this};n.invert=function(){var a=this.a*this.d-this.b*this.c;return new w(this.d/a,-this.b/a,-this.c/a,this.a/a,(this.c*this.f-this.d*this.e)/a,(this.b*this.e-this.a*this.f)/a)};n.clone=function(){return new w(this.a,this.b,this.c,this.d,this.e,\nthis.f)};n.translate=function(a,d){return this.add(1,0,0,1,a,d)};n.scale=function(a,d,e,f){null==d&&(d=a);(e||f)&&this.add(1,0,0,1,e,f);this.add(a,0,0,d,0,0);(e||f)&&this.add(1,0,0,1,-e,-f);return this};n.rotate=function(b,d,e){b=a.rad(b);d=d||0;e=e||0;var l=+f.cos(b).toFixed(9);b=+f.sin(b).toFixed(9);this.add(l,b,-b,l,d,e);return this.add(1,0,0,1,-d,-e)};n.x=function(a,d){return a*this.a+d*this.c+this.e};n.y=function(a,d){return a*this.b+d*this.d+this.f};n.get=function(a){return+this[d.fromCharCode(97+\na)].toFixed(4)};n.toString=function(){return\"matrix(\"+[this.get(0),this.get(1),this.get(2),this.get(3),this.get(4),this.get(5)].join()+\")\"};n.offset=function(){return[this.e.toFixed(4),this.f.toFixed(4)]};n.determinant=function(){return this.a*this.d-this.b*this.c};n.split=function(){var b={};b.dx=this.e;b.dy=this.f;var d=[[this.a,this.c],[this.b,this.d] ];b.scalex=f.sqrt(k(d[0]));p(d[0]);b.shear=d[0][0]*d[1][0]+d[0][1]*d[1][1];d[1]=[d[1][0]-d[0][0]*b.shear,d[1][1]-d[0][1]*b.shear];b.scaley=f.sqrt(k(d[1]));\np(d[1]);b.shear/=b.scaley;0>this.determinant()&&(b.scalex=-b.scalex);var e=-d[0][1],d=d[1][1];0>d?(b.rotate=a.deg(f.acos(d)),0>e&&(b.rotate=360-b.rotate)):b.rotate=a.deg(f.asin(e));b.isSimple=!+b.shear.toFixed(9)&&(b.scalex.toFixed(9)==b.scaley.toFixed(9)||!b.rotate);b.isSuperSimple=!+b.shear.toFixed(9)&&b.scalex.toFixed(9)==b.scaley.toFixed(9)&&!b.rotate;b.noRotation=!+b.shear.toFixed(9)&&!b.rotate;return b};n.toTransformString=function(a){a=a||this.split();if(+a.shear.toFixed(9))return\"m\"+[this.get(0),\nthis.get(1),this.get(2),this.get(3),this.get(4),this.get(5)];a.scalex=+a.scalex.toFixed(4);a.scaley=+a.scaley.toFixed(4);a.rotate=+a.rotate.toFixed(4);return(a.dx||a.dy?\"t\"+[+a.dx.toFixed(4),+a.dy.toFixed(4)]:\"\")+(1!=a.scalex||1!=a.scaley?\"s\"+[a.scalex,a.scaley,0,0]:\"\")+(a.rotate?\"r\"+[+a.rotate.toFixed(4),0,0]:\"\")}})(w.prototype);a.Matrix=w;a.matrix=function(a,d,f,b,k,e){return new w(a,d,f,b,k,e)}});C.plugin(function(a,v,y,M,A){function w(h){return function(d){k.stop();d instanceof A&&1==d.node.childNodes.length&&\n(\"radialGradient\"==d.node.firstChild.tagName||\"linearGradient\"==d.node.firstChild.tagName||\"pattern\"==d.node.firstChild.tagName)&&(d=d.node.firstChild,b(this).appendChild(d),d=u(d));if(d instanceof v)if(\"radialGradient\"==d.type||\"linearGradient\"==d.type||\"pattern\"==d.type){d.node.id||e(d.node,{id:d.id});var f=l(d.node.id)}else f=d.attr(h);else f=a.color(d),f.error?(f=a(b(this).ownerSVGElement).gradient(d))?(f.node.id||e(f.node,{id:f.id}),f=l(f.node.id)):f=d:f=r(f);d={};d[h]=f;e(this.node,d);this.node.style[h]=\nx}}function z(a){k.stop();a==+a&&(a+=\"px\");this.node.style.fontSize=a}function d(a){var b=[];a=a.childNodes;for(var e=0,f=a.length;e<f;e++){var l=a[e];3==l.nodeType&&b.push(l.nodeValue);\"tspan\"==l.tagName&&(1==l.childNodes.length&&3==l.firstChild.nodeType?b.push(l.firstChild.nodeValue):b.push(d(l)))}return b}function f(){k.stop();return this.node.style.fontSize}var n=a._.make,u=a._.wrap,p=a.is,b=a._.getSomeDefs,q=/^url\\(#?([^)]+)\\)$/,e=a._.$,l=a.url,r=String,s=a._.separator,x=\"\";k.on(\"snap.util.attr.mask\",\nfunction(a){if(a instanceof v||a instanceof A){k.stop();a instanceof A&&1==a.node.childNodes.length&&(a=a.node.firstChild,b(this).appendChild(a),a=u(a));if(\"mask\"==a.type)var d=a;else d=n(\"mask\",b(this)),d.node.appendChild(a.node);!d.node.id&&e(d.node,{id:d.id});e(this.node,{mask:l(d.id)})}});(function(a){k.on(\"snap.util.attr.clip\",a);k.on(\"snap.util.attr.clip-path\",a);k.on(\"snap.util.attr.clipPath\",a)})(function(a){if(a instanceof v||a instanceof A){k.stop();if(\"clipPath\"==a.type)var d=a;else d=\nn(\"clipPath\",b(this)),d.node.appendChild(a.node),!d.node.id&&e(d.node,{id:d.id});e(this.node,{\"clip-path\":l(d.id)})}});k.on(\"snap.util.attr.fill\",w(\"fill\"));k.on(\"snap.util.attr.stroke\",w(\"stroke\"));var G=/^([lr])(?:\\(([^)]*)\\))?(.*)$/i;k.on(\"snap.util.grad.parse\",function(a){a=r(a);var b=a.match(G);if(!b)return null;a=b[1];var e=b[2],b=b[3],e=e.split(/\\s*,\\s*/).map(function(a){return+a==a?+a:a});1==e.length&&0==e[0]&&(e=[]);b=b.split(\"-\");b=b.map(function(a){a=a.split(\":\");var b={color:a[0]};a[1]&&\n(b.offset=parseFloat(a[1]));return b});return{type:a,params:e,stops:b}});k.on(\"snap.util.attr.d\",function(b){k.stop();p(b,\"array\")&&p(b[0],\"array\")&&(b=a.path.toString.call(b));b=r(b);b.match(/[ruo]/i)&&(b=a.path.toAbsolute(b));e(this.node,{d:b})})(-1);k.on(\"snap.util.attr.#text\",function(a){k.stop();a=r(a);for(a=M.doc.createTextNode(a);this.node.firstChild;)this.node.removeChild(this.node.firstChild);this.node.appendChild(a)})(-1);k.on(\"snap.util.attr.path\",function(a){k.stop();this.attr({d:a})})(-1);\nk.on(\"snap.util.attr.class\",function(a){k.stop();this.node.className.baseVal=a})(-1);k.on(\"snap.util.attr.viewBox\",function(a){a=p(a,\"object\")&&\"x\"in a?[a.x,a.y,a.width,a.height].join(\" \"):p(a,\"array\")?a.join(\" \"):a;e(this.node,{viewBox:a});k.stop()})(-1);k.on(\"snap.util.attr.transform\",function(a){this.transform(a);k.stop()})(-1);k.on(\"snap.util.attr.r\",function(a){\"rect\"==this.type&&(k.stop(),e(this.node,{rx:a,ry:a}))})(-1);k.on(\"snap.util.attr.textpath\",function(a){k.stop();if(\"text\"==this.type){var d,\nf;if(!a&&this.textPath){for(a=this.textPath;a.node.firstChild;)this.node.appendChild(a.node.firstChild);a.remove();delete this.textPath}else if(p(a,\"string\")?(d=b(this),a=u(d.parentNode).path(a),d.appendChild(a.node),d=a.id,a.attr({id:d})):(a=u(a),a instanceof v&&(d=a.attr(\"id\"),d||(d=a.id,a.attr({id:d})))),d)if(a=this.textPath,f=this.node,a)a.attr({\"xlink:href\":\"#\"+d});else{for(a=e(\"textPath\",{\"xlink:href\":\"#\"+d});f.firstChild;)a.appendChild(f.firstChild);f.appendChild(a);this.textPath=u(a)}}})(-1);\nk.on(\"snap.util.attr.text\",function(a){if(\"text\"==this.type){for(var b=this.node,d=function(a){var b=e(\"tspan\");if(p(a,\"array\"))for(var f=0;f<a.length;f++)b.appendChild(d(a[f]));else b.appendChild(M.doc.createTextNode(a));b.normalize&&b.normalize();return b};b.firstChild;)b.removeChild(b.firstChild);for(a=d(a);a.firstChild;)b.appendChild(a.firstChild)}k.stop()})(-1);k.on(\"snap.util.attr.fontSize\",z)(-1);k.on(\"snap.util.attr.font-size\",z)(-1);k.on(\"snap.util.getattr.transform\",function(){k.stop();\nreturn this.transform()})(-1);k.on(\"snap.util.getattr.textpath\",function(){k.stop();return this.textPath})(-1);(function(){function b(d){return function(){k.stop();var b=M.doc.defaultView.getComputedStyle(this.node,null).getPropertyValue(\"marker-\"+d);return\"none\"==b?b:a(M.doc.getElementById(b.match(q)[1]))}}function d(a){return function(b){k.stop();var d=\"marker\"+a.charAt(0).toUpperCase()+a.substring(1);if(\"\"==b||!b)this.node.style[d]=\"none\";else if(\"marker\"==b.type){var f=b.node.id;f||e(b.node,{id:b.id});\nthis.node.style[d]=l(f)}}}k.on(\"snap.util.getattr.marker-end\",b(\"end\"))(-1);k.on(\"snap.util.getattr.markerEnd\",b(\"end\"))(-1);k.on(\"snap.util.getattr.marker-start\",b(\"start\"))(-1);k.on(\"snap.util.getattr.markerStart\",b(\"start\"))(-1);k.on(\"snap.util.getattr.marker-mid\",b(\"mid\"))(-1);k.on(\"snap.util.getattr.markerMid\",b(\"mid\"))(-1);k.on(\"snap.util.attr.marker-end\",d(\"end\"))(-1);k.on(\"snap.util.attr.markerEnd\",d(\"end\"))(-1);k.on(\"snap.util.attr.marker-start\",d(\"start\"))(-1);k.on(\"snap.util.attr.markerStart\",\nd(\"start\"))(-1);k.on(\"snap.util.attr.marker-mid\",d(\"mid\"))(-1);k.on(\"snap.util.attr.markerMid\",d(\"mid\"))(-1)})();k.on(\"snap.util.getattr.r\",function(){if(\"rect\"==this.type&&e(this.node,\"rx\")==e(this.node,\"ry\"))return k.stop(),e(this.node,\"rx\")})(-1);k.on(\"snap.util.getattr.text\",function(){if(\"text\"==this.type||\"tspan\"==this.type){k.stop();var a=d(this.node);return 1==a.length?a[0]:a}})(-1);k.on(\"snap.util.getattr.#text\",function(){return this.node.textContent})(-1);k.on(\"snap.util.getattr.viewBox\",\nfunction(){k.stop();var b=e(this.node,\"viewBox\");if(b)return b=b.split(s),a._.box(+b[0],+b[1],+b[2],+b[3])})(-1);k.on(\"snap.util.getattr.points\",function(){var a=e(this.node,\"points\");k.stop();if(a)return a.split(s)})(-1);k.on(\"snap.util.getattr.path\",function(){var a=e(this.node,\"d\");k.stop();return a})(-1);k.on(\"snap.util.getattr.class\",function(){return this.node.className.baseVal})(-1);k.on(\"snap.util.getattr.fontSize\",f)(-1);k.on(\"snap.util.getattr.font-size\",f)(-1)});C.plugin(function(a,v,y,\nM,A){function w(a){return a}function z(a){return function(b){return+b.toFixed(3)+a}}var d={\"+\":function(a,b){return a+b},\"-\":function(a,b){return a-b},\"/\":function(a,b){return a/b},\"*\":function(a,b){return a*b}},f=String,n=/[a-z]+$/i,u=/^\\s*([+\\-\\/*])\\s*=\\s*([\\d.eE+\\-]+)\\s*([^\\d\\s]+)?\\s*$/;k.on(\"snap.util.attr\",function(a){if(a=f(a).match(u)){var b=k.nt(),b=b.substring(b.lastIndexOf(\".\")+1),q=this.attr(b),e={};k.stop();var l=a[3]||\"\",r=q.match(n),s=d[a[1] ];r&&r==l?a=s(parseFloat(q),+a[2]):(q=this.asPX(b),\na=s(this.asPX(b),this.asPX(b,a[2]+l)));isNaN(q)||isNaN(a)||(e[b]=a,this.attr(e))}})(-10);k.on(\"snap.util.equal\",function(a,b){var q=f(this.attr(a)||\"\"),e=f(b).match(u);if(e){k.stop();var l=e[3]||\"\",r=q.match(n),s=d[e[1] ];if(r&&r==l)return{from:parseFloat(q),to:s(parseFloat(q),+e[2]),f:z(r)};q=this.asPX(a);return{from:q,to:s(q,this.asPX(a,e[2]+l)),f:w}}})(-10)});C.plugin(function(a,v,y,M,A){var w=y.prototype,z=a.is;w.rect=function(a,d,k,p,b,q){var e;null==q&&(q=b);z(a,\"object\")&&\"[object Object]\"==\na?e=a:null!=a&&(e={x:a,y:d,width:k,height:p},null!=b&&(e.rx=b,e.ry=q));return this.el(\"rect\",e)};w.circle=function(a,d,k){var p;z(a,\"object\")&&\"[object Object]\"==a?p=a:null!=a&&(p={cx:a,cy:d,r:k});return this.el(\"circle\",p)};var d=function(){function a(){this.parentNode.removeChild(this)}return function(d,k){var p=M.doc.createElement(\"img\"),b=M.doc.body;p.style.cssText=\"position:absolute;left:-9999em;top:-9999em\";p.onload=function(){k.call(p);p.onload=p.onerror=null;b.removeChild(p)};p.onerror=a;\nb.appendChild(p);p.src=d}}();w.image=function(f,n,k,p,b){var q=this.el(\"image\");if(z(f,\"object\")&&\"src\"in f)q.attr(f);else if(null!=f){var e={\"xlink:href\":f,preserveAspectRatio:\"none\"};null!=n&&null!=k&&(e.x=n,e.y=k);null!=p&&null!=b?(e.width=p,e.height=b):d(f,function(){a._.$(q.node,{width:this.offsetWidth,height:this.offsetHeight})});a._.$(q.node,e)}return q};w.ellipse=function(a,d,k,p){var b;z(a,\"object\")&&\"[object Object]\"==a?b=a:null!=a&&(b={cx:a,cy:d,rx:k,ry:p});return this.el(\"ellipse\",b)};\nw.path=function(a){var d;z(a,\"object\")&&!z(a,\"array\")?d=a:a&&(d={d:a});return this.el(\"path\",d)};w.group=w.g=function(a){var d=this.el(\"g\");1==arguments.length&&a&&!a.type?d.attr(a):arguments.length&&d.add(Array.prototype.slice.call(arguments,0));return d};w.svg=function(a,d,k,p,b,q,e,l){var r={};z(a,\"object\")&&null==d?r=a:(null!=a&&(r.x=a),null!=d&&(r.y=d),null!=k&&(r.width=k),null!=p&&(r.height=p),null!=b&&null!=q&&null!=e&&null!=l&&(r.viewBox=[b,q,e,l]));return this.el(\"svg\",r)};w.mask=function(a){var d=\nthis.el(\"mask\");1==arguments.length&&a&&!a.type?d.attr(a):arguments.length&&d.add(Array.prototype.slice.call(arguments,0));return d};w.ptrn=function(a,d,k,p,b,q,e,l){if(z(a,\"object\"))var r=a;else arguments.length?(r={},null!=a&&(r.x=a),null!=d&&(r.y=d),null!=k&&(r.width=k),null!=p&&(r.height=p),null!=b&&null!=q&&null!=e&&null!=l&&(r.viewBox=[b,q,e,l])):r={patternUnits:\"userSpaceOnUse\"};return this.el(\"pattern\",r)};w.use=function(a){return null!=a?(make(\"use\",this.node),a instanceof v&&(a.attr(\"id\")||\na.attr({id:ID()}),a=a.attr(\"id\")),this.el(\"use\",{\"xlink:href\":a})):v.prototype.use.call(this)};w.text=function(a,d,k){var p={};z(a,\"object\")?p=a:null!=a&&(p={x:a,y:d,text:k||\"\"});return this.el(\"text\",p)};w.line=function(a,d,k,p){var b={};z(a,\"object\")?b=a:null!=a&&(b={x1:a,x2:k,y1:d,y2:p});return this.el(\"line\",b)};w.polyline=function(a){1<arguments.length&&(a=Array.prototype.slice.call(arguments,0));var d={};z(a,\"object\")&&!z(a,\"array\")?d=a:null!=a&&(d={points:a});return this.el(\"polyline\",d)};\nw.polygon=function(a){1<arguments.length&&(a=Array.prototype.slice.call(arguments,0));var d={};z(a,\"object\")&&!z(a,\"array\")?d=a:null!=a&&(d={points:a});return this.el(\"polygon\",d)};(function(){function d(){return this.selectAll(\"stop\")}function n(b,d){var f=e(\"stop\"),k={offset:+d+\"%\"};b=a.color(b);k[\"stop-color\"]=b.hex;1>b.opacity&&(k[\"stop-opacity\"]=b.opacity);e(f,k);this.node.appendChild(f);return this}function u(){if(\"linearGradient\"==this.type){var b=e(this.node,\"x1\")||0,d=e(this.node,\"x2\")||\n1,f=e(this.node,\"y1\")||0,k=e(this.node,\"y2\")||0;return a._.box(b,f,math.abs(d-b),math.abs(k-f))}b=this.node.r||0;return a._.box((this.node.cx||0.5)-b,(this.node.cy||0.5)-b,2*b,2*b)}function p(a,d){function f(a,b){for(var d=(b-u)/(a-w),e=w;e<a;e++)h[e].offset=+(+u+d*(e-w)).toFixed(2);w=a;u=b}var n=k(\"snap.util.grad.parse\",null,d).firstDefined(),p;if(!n)return null;n.params.unshift(a);p=\"l\"==n.type.toLowerCase()?b.apply(0,n.params):q.apply(0,n.params);n.type!=n.type.toLowerCase()&&e(p.node,{gradientUnits:\"userSpaceOnUse\"});\nvar h=n.stops,n=h.length,u=0,w=0;n--;for(var v=0;v<n;v++)\"offset\"in h[v]&&f(v,h[v].offset);h[n].offset=h[n].offset||100;f(n,h[n].offset);for(v=0;v<=n;v++){var y=h[v];p.addStop(y.color,y.offset)}return p}function b(b,k,p,q,w){b=a._.make(\"linearGradient\",b);b.stops=d;b.addStop=n;b.getBBox=u;null!=k&&e(b.node,{x1:k,y1:p,x2:q,y2:w});return b}function q(b,k,p,q,w,h){b=a._.make(\"radialGradient\",b);b.stops=d;b.addStop=n;b.getBBox=u;null!=k&&e(b.node,{cx:k,cy:p,r:q});null!=w&&null!=h&&e(b.node,{fx:w,fy:h});\nreturn b}var e=a._.$;w.gradient=function(a){return p(this.defs,a)};w.gradientLinear=function(a,d,e,f){return b(this.defs,a,d,e,f)};w.gradientRadial=function(a,b,d,e,f){return q(this.defs,a,b,d,e,f)};w.toString=function(){var b=this.node.ownerDocument,d=b.createDocumentFragment(),b=b.createElement(\"div\"),e=this.node.cloneNode(!0);d.appendChild(b);b.appendChild(e);a._.$(e,{xmlns:\"http://www.w3.org/2000/svg\"});b=b.innerHTML;d.removeChild(d.firstChild);return b};w.clear=function(){for(var a=this.node.firstChild,\nb;a;)b=a.nextSibling,\"defs\"!=a.tagName?a.parentNode.removeChild(a):w.clear.call({node:a}),a=b}})()});C.plugin(function(a,k,y,M){function A(a){var b=A.ps=A.ps||{};b[a]?b[a].sleep=100:b[a]={sleep:100};setTimeout(function(){for(var d in b)b[L](d)&&d!=a&&(b[d].sleep--,!b[d].sleep&&delete b[d])});return b[a]}function w(a,b,d,e){null==a&&(a=b=d=e=0);null==b&&(b=a.y,d=a.width,e=a.height,a=a.x);return{x:a,y:b,width:d,w:d,height:e,h:e,x2:a+d,y2:b+e,cx:a+d/2,cy:b+e/2,r1:F.min(d,e)/2,r2:F.max(d,e)/2,r0:F.sqrt(d*\nd+e*e)/2,path:s(a,b,d,e),vb:[a,b,d,e].join(\" \")}}function z(){return this.join(\",\").replace(N,\"$1\")}function d(a){a=C(a);a.toString=z;return a}function f(a,b,d,h,f,k,l,n,p){if(null==p)return e(a,b,d,h,f,k,l,n);if(0>p||e(a,b,d,h,f,k,l,n)<p)p=void 0;else{var q=0.5,O=1-q,s;for(s=e(a,b,d,h,f,k,l,n,O);0.01<Z(s-p);)q/=2,O+=(s<p?1:-1)*q,s=e(a,b,d,h,f,k,l,n,O);p=O}return u(a,b,d,h,f,k,l,n,p)}function n(b,d){function e(a){return+(+a).toFixed(3)}return a._.cacher(function(a,h,l){a instanceof k&&(a=a.attr(\"d\"));\na=I(a);for(var n,p,D,q,O=\"\",s={},c=0,t=0,r=a.length;t<r;t++){D=a[t];if(\"M\"==D[0])n=+D[1],p=+D[2];else{q=f(n,p,D[1],D[2],D[3],D[4],D[5],D[6]);if(c+q>h){if(d&&!s.start){n=f(n,p,D[1],D[2],D[3],D[4],D[5],D[6],h-c);O+=[\"C\"+e(n.start.x),e(n.start.y),e(n.m.x),e(n.m.y),e(n.x),e(n.y)];if(l)return O;s.start=O;O=[\"M\"+e(n.x),e(n.y)+\"C\"+e(n.n.x),e(n.n.y),e(n.end.x),e(n.end.y),e(D[5]),e(D[6])].join();c+=q;n=+D[5];p=+D[6];continue}if(!b&&!d)return n=f(n,p,D[1],D[2],D[3],D[4],D[5],D[6],h-c)}c+=q;n=+D[5];p=+D[6]}O+=\nD.shift()+D}s.end=O;return n=b?c:d?s:u(n,p,D[0],D[1],D[2],D[3],D[4],D[5],1)},null,a._.clone)}function u(a,b,d,e,h,f,k,l,n){var p=1-n,q=ma(p,3),s=ma(p,2),c=n*n,t=c*n,r=q*a+3*s*n*d+3*p*n*n*h+t*k,q=q*b+3*s*n*e+3*p*n*n*f+t*l,s=a+2*n*(d-a)+c*(h-2*d+a),t=b+2*n*(e-b)+c*(f-2*e+b),x=d+2*n*(h-d)+c*(k-2*h+d),c=e+2*n*(f-e)+c*(l-2*f+e);a=p*a+n*d;b=p*b+n*e;h=p*h+n*k;f=p*f+n*l;l=90-180*F.atan2(s-x,t-c)/S;return{x:r,y:q,m:{x:s,y:t},n:{x:x,y:c},start:{x:a,y:b},end:{x:h,y:f},alpha:l}}function p(b,d,e,h,f,n,k,l){a.is(b,\n\"array\")||(b=[b,d,e,h,f,n,k,l]);b=U.apply(null,b);return w(b.min.x,b.min.y,b.max.x-b.min.x,b.max.y-b.min.y)}function b(a,b,d){return b>=a.x&&b<=a.x+a.width&&d>=a.y&&d<=a.y+a.height}function q(a,d){a=w(a);d=w(d);return b(d,a.x,a.y)||b(d,a.x2,a.y)||b(d,a.x,a.y2)||b(d,a.x2,a.y2)||b(a,d.x,d.y)||b(a,d.x2,d.y)||b(a,d.x,d.y2)||b(a,d.x2,d.y2)||(a.x<d.x2&&a.x>d.x||d.x<a.x2&&d.x>a.x)&&(a.y<d.y2&&a.y>d.y||d.y<a.y2&&d.y>a.y)}function e(a,b,d,e,h,f,n,k,l){null==l&&(l=1);l=(1<l?1:0>l?0:l)/2;for(var p=[-0.1252,\n0.1252,-0.3678,0.3678,-0.5873,0.5873,-0.7699,0.7699,-0.9041,0.9041,-0.9816,0.9816],q=[0.2491,0.2491,0.2335,0.2335,0.2032,0.2032,0.1601,0.1601,0.1069,0.1069,0.0472,0.0472],s=0,c=0;12>c;c++)var t=l*p[c]+l,r=t*(t*(-3*a+9*d-9*h+3*n)+6*a-12*d+6*h)-3*a+3*d,t=t*(t*(-3*b+9*e-9*f+3*k)+6*b-12*e+6*f)-3*b+3*e,s=s+q[c]*F.sqrt(r*r+t*t);return l*s}function l(a,b,d){a=I(a);b=I(b);for(var h,f,l,n,k,s,r,O,x,c,t=d?0:[],w=0,v=a.length;w<v;w++)if(x=a[w],\"M\"==x[0])h=k=x[1],f=s=x[2];else{\"C\"==x[0]?(x=[h,f].concat(x.slice(1)),\nh=x[6],f=x[7]):(x=[h,f,h,f,k,s,k,s],h=k,f=s);for(var G=0,y=b.length;G<y;G++)if(c=b[G],\"M\"==c[0])l=r=c[1],n=O=c[2];else{\"C\"==c[0]?(c=[l,n].concat(c.slice(1)),l=c[6],n=c[7]):(c=[l,n,l,n,r,O,r,O],l=r,n=O);var z;var K=x,B=c;z=d;var H=p(K),J=p(B);if(q(H,J)){for(var H=e.apply(0,K),J=e.apply(0,B),H=~~(H/8),J=~~(J/8),U=[],A=[],F={},M=z?0:[],P=0;P<H+1;P++){var C=u.apply(0,K.concat(P/H));U.push({x:C.x,y:C.y,t:P/H})}for(P=0;P<J+1;P++)C=u.apply(0,B.concat(P/J)),A.push({x:C.x,y:C.y,t:P/J});for(P=0;P<H;P++)for(K=\n0;K<J;K++){var Q=U[P],L=U[P+1],B=A[K],C=A[K+1],N=0.001>Z(L.x-Q.x)?\"y\":\"x\",S=0.001>Z(C.x-B.x)?\"y\":\"x\",R;R=Q.x;var Y=Q.y,V=L.x,ea=L.y,fa=B.x,ga=B.y,ha=C.x,ia=C.y;if(W(R,V)<X(fa,ha)||X(R,V)>W(fa,ha)||W(Y,ea)<X(ga,ia)||X(Y,ea)>W(ga,ia))R=void 0;else{var $=(R*ea-Y*V)*(fa-ha)-(R-V)*(fa*ia-ga*ha),aa=(R*ea-Y*V)*(ga-ia)-(Y-ea)*(fa*ia-ga*ha),ja=(R-V)*(ga-ia)-(Y-ea)*(fa-ha);if(ja){var $=$/ja,aa=aa/ja,ja=+$.toFixed(2),ba=+aa.toFixed(2);R=ja<+X(R,V).toFixed(2)||ja>+W(R,V).toFixed(2)||ja<+X(fa,ha).toFixed(2)||\nja>+W(fa,ha).toFixed(2)||ba<+X(Y,ea).toFixed(2)||ba>+W(Y,ea).toFixed(2)||ba<+X(ga,ia).toFixed(2)||ba>+W(ga,ia).toFixed(2)?void 0:{x:$,y:aa}}else R=void 0}R&&F[R.x.toFixed(4)]!=R.y.toFixed(4)&&(F[R.x.toFixed(4)]=R.y.toFixed(4),Q=Q.t+Z((R[N]-Q[N])/(L[N]-Q[N]))*(L.t-Q.t),B=B.t+Z((R[S]-B[S])/(C[S]-B[S]))*(C.t-B.t),0<=Q&&1>=Q&&0<=B&&1>=B&&(z?M++:M.push({x:R.x,y:R.y,t1:Q,t2:B})))}z=M}else z=z?0:[];if(d)t+=z;else{H=0;for(J=z.length;H<J;H++)z[H].segment1=w,z[H].segment2=G,z[H].bez1=x,z[H].bez2=c;t=t.concat(z)}}}return t}\nfunction r(a){var b=A(a);if(b.bbox)return C(b.bbox);if(!a)return w();a=I(a);for(var d=0,e=0,h=[],f=[],l,n=0,k=a.length;n<k;n++)l=a[n],\"M\"==l[0]?(d=l[1],e=l[2],h.push(d),f.push(e)):(d=U(d,e,l[1],l[2],l[3],l[4],l[5],l[6]),h=h.concat(d.min.x,d.max.x),f=f.concat(d.min.y,d.max.y),d=l[5],e=l[6]);a=X.apply(0,h);l=X.apply(0,f);h=W.apply(0,h);f=W.apply(0,f);f=w(a,l,h-a,f-l);b.bbox=C(f);return f}function s(a,b,d,e,h){if(h)return[[\"M\",+a+ +h,b],[\"l\",d-2*h,0],[\"a\",h,h,0,0,1,h,h],[\"l\",0,e-2*h],[\"a\",h,h,0,0,1,\n-h,h],[\"l\",2*h-d,0],[\"a\",h,h,0,0,1,-h,-h],[\"l\",0,2*h-e],[\"a\",h,h,0,0,1,h,-h],[\"z\"] ];a=[[\"M\",a,b],[\"l\",d,0],[\"l\",0,e],[\"l\",-d,0],[\"z\"] ];a.toString=z;return a}function x(a,b,d,e,h){null==h&&null==e&&(e=d);a=+a;b=+b;d=+d;e=+e;if(null!=h){var f=Math.PI/180,l=a+d*Math.cos(-e*f);a+=d*Math.cos(-h*f);var n=b+d*Math.sin(-e*f);b+=d*Math.sin(-h*f);d=[[\"M\",l,n],[\"A\",d,d,0,+(180<h-e),0,a,b] ]}else d=[[\"M\",a,b],[\"m\",0,-e],[\"a\",d,e,0,1,1,0,2*e],[\"a\",d,e,0,1,1,0,-2*e],[\"z\"] ];d.toString=z;return d}function G(b){var e=\nA(b);if(e.abs)return d(e.abs);Q(b,\"array\")&&Q(b&&b[0],\"array\")||(b=a.parsePathString(b));if(!b||!b.length)return[[\"M\",0,0] ];var h=[],f=0,l=0,n=0,k=0,p=0;\"M\"==b[0][0]&&(f=+b[0][1],l=+b[0][2],n=f,k=l,p++,h[0]=[\"M\",f,l]);for(var q=3==b.length&&\"M\"==b[0][0]&&\"R\"==b[1][0].toUpperCase()&&\"Z\"==b[2][0].toUpperCase(),s,r,w=p,c=b.length;w<c;w++){h.push(s=[]);r=b[w];p=r[0];if(p!=p.toUpperCase())switch(s[0]=p.toUpperCase(),s[0]){case \"A\":s[1]=r[1];s[2]=r[2];s[3]=r[3];s[4]=r[4];s[5]=r[5];s[6]=+r[6]+f;s[7]=+r[7]+\nl;break;case \"V\":s[1]=+r[1]+l;break;case \"H\":s[1]=+r[1]+f;break;case \"R\":for(var t=[f,l].concat(r.slice(1)),u=2,v=t.length;u<v;u++)t[u]=+t[u]+f,t[++u]=+t[u]+l;h.pop();h=h.concat(P(t,q));break;case \"O\":h.pop();t=x(f,l,r[1],r[2]);t.push(t[0]);h=h.concat(t);break;case \"U\":h.pop();h=h.concat(x(f,l,r[1],r[2],r[3]));s=[\"U\"].concat(h[h.length-1].slice(-2));break;case \"M\":n=+r[1]+f,k=+r[2]+l;default:for(u=1,v=r.length;u<v;u++)s[u]=+r[u]+(u%2?f:l)}else if(\"R\"==p)t=[f,l].concat(r.slice(1)),h.pop(),h=h.concat(P(t,\nq)),s=[\"R\"].concat(r.slice(-2));else if(\"O\"==p)h.pop(),t=x(f,l,r[1],r[2]),t.push(t[0]),h=h.concat(t);else if(\"U\"==p)h.pop(),h=h.concat(x(f,l,r[1],r[2],r[3])),s=[\"U\"].concat(h[h.length-1].slice(-2));else for(t=0,u=r.length;t<u;t++)s[t]=r[t];p=p.toUpperCase();if(\"O\"!=p)switch(s[0]){case \"Z\":f=+n;l=+k;break;case \"H\":f=s[1];break;case \"V\":l=s[1];break;case \"M\":n=s[s.length-2],k=s[s.length-1];default:f=s[s.length-2],l=s[s.length-1]}}h.toString=z;e.abs=d(h);return h}function h(a,b,d,e){return[a,b,d,e,d,\ne]}function J(a,b,d,e,h,f){var l=1/3,n=2/3;return[l*a+n*d,l*b+n*e,l*h+n*d,l*f+n*e,h,f]}function K(b,d,e,h,f,l,n,k,p,s){var r=120*S/180,q=S/180*(+f||0),c=[],t,x=a._.cacher(function(a,b,c){var d=a*F.cos(c)-b*F.sin(c);a=a*F.sin(c)+b*F.cos(c);return{x:d,y:a}});if(s)v=s[0],t=s[1],l=s[2],u=s[3];else{t=x(b,d,-q);b=t.x;d=t.y;t=x(k,p,-q);k=t.x;p=t.y;F.cos(S/180*f);F.sin(S/180*f);t=(b-k)/2;v=(d-p)/2;u=t*t/(e*e)+v*v/(h*h);1<u&&(u=F.sqrt(u),e*=u,h*=u);var u=e*e,w=h*h,u=(l==n?-1:1)*F.sqrt(Z((u*w-u*v*v-w*t*t)/\n(u*v*v+w*t*t)));l=u*e*v/h+(b+k)/2;var u=u*-h*t/e+(d+p)/2,v=F.asin(((d-u)/h).toFixed(9));t=F.asin(((p-u)/h).toFixed(9));v=b<l?S-v:v;t=k<l?S-t:t;0>v&&(v=2*S+v);0>t&&(t=2*S+t);n&&v>t&&(v-=2*S);!n&&t>v&&(t-=2*S)}if(Z(t-v)>r){var c=t,w=k,G=p;t=v+r*(n&&t>v?1:-1);k=l+e*F.cos(t);p=u+h*F.sin(t);c=K(k,p,e,h,f,0,n,w,G,[t,c,l,u])}l=t-v;f=F.cos(v);r=F.sin(v);n=F.cos(t);t=F.sin(t);l=F.tan(l/4);e=4/3*e*l;l*=4/3*h;h=[b,d];b=[b+e*r,d-l*f];d=[k+e*t,p-l*n];k=[k,p];b[0]=2*h[0]-b[0];b[1]=2*h[1]-b[1];if(s)return[b,d,k].concat(c);\nc=[b,d,k].concat(c).join().split(\",\");s=[];k=0;for(p=c.length;k<p;k++)s[k]=k%2?x(c[k-1],c[k],q).y:x(c[k],c[k+1],q).x;return s}function U(a,b,d,e,h,f,l,k){for(var n=[],p=[[],[] ],s,r,c,t,q=0;2>q;++q)0==q?(r=6*a-12*d+6*h,s=-3*a+9*d-9*h+3*l,c=3*d-3*a):(r=6*b-12*e+6*f,s=-3*b+9*e-9*f+3*k,c=3*e-3*b),1E-12>Z(s)?1E-12>Z(r)||(s=-c/r,0<s&&1>s&&n.push(s)):(t=r*r-4*c*s,c=F.sqrt(t),0>t||(t=(-r+c)/(2*s),0<t&&1>t&&n.push(t),s=(-r-c)/(2*s),0<s&&1>s&&n.push(s)));for(r=q=n.length;q--;)s=n[q],c=1-s,p[0][q]=c*c*c*a+3*\nc*c*s*d+3*c*s*s*h+s*s*s*l,p[1][q]=c*c*c*b+3*c*c*s*e+3*c*s*s*f+s*s*s*k;p[0][r]=a;p[1][r]=b;p[0][r+1]=l;p[1][r+1]=k;p[0].length=p[1].length=r+2;return{min:{x:X.apply(0,p[0]),y:X.apply(0,p[1])},max:{x:W.apply(0,p[0]),y:W.apply(0,p[1])}}}function I(a,b){var e=!b&&A(a);if(!b&&e.curve)return d(e.curve);var f=G(a),l=b&&G(b),n={x:0,y:0,bx:0,by:0,X:0,Y:0,qx:null,qy:null},k={x:0,y:0,bx:0,by:0,X:0,Y:0,qx:null,qy:null},p=function(a,b,c){if(!a)return[\"C\",b.x,b.y,b.x,b.y,b.x,b.y];a[0]in{T:1,Q:1}||(b.qx=b.qy=null);\nswitch(a[0]){case \"M\":b.X=a[1];b.Y=a[2];break;case \"A\":a=[\"C\"].concat(K.apply(0,[b.x,b.y].concat(a.slice(1))));break;case \"S\":\"C\"==c||\"S\"==c?(c=2*b.x-b.bx,b=2*b.y-b.by):(c=b.x,b=b.y);a=[\"C\",c,b].concat(a.slice(1));break;case \"T\":\"Q\"==c||\"T\"==c?(b.qx=2*b.x-b.qx,b.qy=2*b.y-b.qy):(b.qx=b.x,b.qy=b.y);a=[\"C\"].concat(J(b.x,b.y,b.qx,b.qy,a[1],a[2]));break;case \"Q\":b.qx=a[1];b.qy=a[2];a=[\"C\"].concat(J(b.x,b.y,a[1],a[2],a[3],a[4]));break;case \"L\":a=[\"C\"].concat(h(b.x,b.y,a[1],a[2]));break;case \"H\":a=[\"C\"].concat(h(b.x,\nb.y,a[1],b.y));break;case \"V\":a=[\"C\"].concat(h(b.x,b.y,b.x,a[1]));break;case \"Z\":a=[\"C\"].concat(h(b.x,b.y,b.X,b.Y))}return a},s=function(a,b){if(7<a[b].length){a[b].shift();for(var c=a[b];c.length;)q[b]=\"A\",l&&(u[b]=\"A\"),a.splice(b++,0,[\"C\"].concat(c.splice(0,6)));a.splice(b,1);v=W(f.length,l&&l.length||0)}},r=function(a,b,c,d,e){a&&b&&\"M\"==a[e][0]&&\"M\"!=b[e][0]&&(b.splice(e,0,[\"M\",d.x,d.y]),c.bx=0,c.by=0,c.x=a[e][1],c.y=a[e][2],v=W(f.length,l&&l.length||0))},q=[],u=[],c=\"\",t=\"\",x=0,v=W(f.length,\nl&&l.length||0);for(;x<v;x++){f[x]&&(c=f[x][0]);\"C\"!=c&&(q[x]=c,x&&(t=q[x-1]));f[x]=p(f[x],n,t);\"A\"!=q[x]&&\"C\"==c&&(q[x]=\"C\");s(f,x);l&&(l[x]&&(c=l[x][0]),\"C\"!=c&&(u[x]=c,x&&(t=u[x-1])),l[x]=p(l[x],k,t),\"A\"!=u[x]&&\"C\"==c&&(u[x]=\"C\"),s(l,x));r(f,l,n,k,x);r(l,f,k,n,x);var w=f[x],z=l&&l[x],y=w.length,U=l&&z.length;n.x=w[y-2];n.y=w[y-1];n.bx=$(w[y-4])||n.x;n.by=$(w[y-3])||n.y;k.bx=l&&($(z[U-4])||k.x);k.by=l&&($(z[U-3])||k.y);k.x=l&&z[U-2];k.y=l&&z[U-1]}l||(e.curve=d(f));return l?[f,l]:f}function P(a,\nb){for(var d=[],e=0,h=a.length;h-2*!b>e;e+=2){var f=[{x:+a[e-2],y:+a[e-1]},{x:+a[e],y:+a[e+1]},{x:+a[e+2],y:+a[e+3]},{x:+a[e+4],y:+a[e+5]}];b?e?h-4==e?f[3]={x:+a[0],y:+a[1]}:h-2==e&&(f[2]={x:+a[0],y:+a[1]},f[3]={x:+a[2],y:+a[3]}):f[0]={x:+a[h-2],y:+a[h-1]}:h-4==e?f[3]=f[2]:e||(f[0]={x:+a[e],y:+a[e+1]});d.push([\"C\",(-f[0].x+6*f[1].x+f[2].x)/6,(-f[0].y+6*f[1].y+f[2].y)/6,(f[1].x+6*f[2].x-f[3].x)/6,(f[1].y+6*f[2].y-f[3].y)/6,f[2].x,f[2].y])}return d}y=k.prototype;var Q=a.is,C=a._.clone,L=\"hasOwnProperty\",\nN=/,?([a-z]),?/gi,$=parseFloat,F=Math,S=F.PI,X=F.min,W=F.max,ma=F.pow,Z=F.abs;M=n(1);var na=n(),ba=n(0,1),V=a._unit2px;a.path=A;a.path.getTotalLength=M;a.path.getPointAtLength=na;a.path.getSubpath=function(a,b,d){if(1E-6>this.getTotalLength(a)-d)return ba(a,b).end;a=ba(a,d,1);return b?ba(a,b).end:a};y.getTotalLength=function(){if(this.node.getTotalLength)return this.node.getTotalLength()};y.getPointAtLength=function(a){return na(this.attr(\"d\"),a)};y.getSubpath=function(b,d){return a.path.getSubpath(this.attr(\"d\"),\nb,d)};a._.box=w;a.path.findDotsAtSegment=u;a.path.bezierBBox=p;a.path.isPointInsideBBox=b;a.path.isBBoxIntersect=q;a.path.intersection=function(a,b){return l(a,b)};a.path.intersectionNumber=function(a,b){return l(a,b,1)};a.path.isPointInside=function(a,d,e){var h=r(a);return b(h,d,e)&&1==l(a,[[\"M\",d,e],[\"H\",h.x2+10] ],1)%2};a.path.getBBox=r;a.path.get={path:function(a){return a.attr(\"path\")},circle:function(a){a=V(a);return x(a.cx,a.cy,a.r)},ellipse:function(a){a=V(a);return x(a.cx||0,a.cy||0,a.rx,\na.ry)},rect:function(a){a=V(a);return s(a.x||0,a.y||0,a.width,a.height,a.rx,a.ry)},image:function(a){a=V(a);return s(a.x||0,a.y||0,a.width,a.height)},line:function(a){return\"M\"+[a.attr(\"x1\")||0,a.attr(\"y1\")||0,a.attr(\"x2\"),a.attr(\"y2\")]},polyline:function(a){return\"M\"+a.attr(\"points\")},polygon:function(a){return\"M\"+a.attr(\"points\")+\"z\"},deflt:function(a){a=a.node.getBBox();return s(a.x,a.y,a.width,a.height)}};a.path.toRelative=function(b){var e=A(b),h=String.prototype.toLowerCase;if(e.rel)return d(e.rel);\na.is(b,\"array\")&&a.is(b&&b[0],\"array\")||(b=a.parsePathString(b));var f=[],l=0,n=0,k=0,p=0,s=0;\"M\"==b[0][0]&&(l=b[0][1],n=b[0][2],k=l,p=n,s++,f.push([\"M\",l,n]));for(var r=b.length;s<r;s++){var q=f[s]=[],x=b[s];if(x[0]!=h.call(x[0]))switch(q[0]=h.call(x[0]),q[0]){case \"a\":q[1]=x[1];q[2]=x[2];q[3]=x[3];q[4]=x[4];q[5]=x[5];q[6]=+(x[6]-l).toFixed(3);q[7]=+(x[7]-n).toFixed(3);break;case \"v\":q[1]=+(x[1]-n).toFixed(3);break;case \"m\":k=x[1],p=x[2];default:for(var c=1,t=x.length;c<t;c++)q[c]=+(x[c]-(c%2?l:\nn)).toFixed(3)}else for(f[s]=[],\"m\"==x[0]&&(k=x[1]+l,p=x[2]+n),q=0,c=x.length;q<c;q++)f[s][q]=x[q];x=f[s].length;switch(f[s][0]){case \"z\":l=k;n=p;break;case \"h\":l+=+f[s][x-1];break;case \"v\":n+=+f[s][x-1];break;default:l+=+f[s][x-2],n+=+f[s][x-1]}}f.toString=z;e.rel=d(f);return f};a.path.toAbsolute=G;a.path.toCubic=I;a.path.map=function(a,b){if(!b)return a;var d,e,h,f,l,n,k;a=I(a);h=0;for(l=a.length;h<l;h++)for(k=a[h],f=1,n=k.length;f<n;f+=2)d=b.x(k[f],k[f+1]),e=b.y(k[f],k[f+1]),k[f]=d,k[f+1]=e;return a};\na.path.toString=z;a.path.clone=d});C.plugin(function(a,v,y,C){var A=Math.max,w=Math.min,z=function(a){this.items=[];this.bindings={};this.length=0;this.type=\"set\";if(a)for(var f=0,n=a.length;f<n;f++)a[f]&&(this[this.items.length]=this.items[this.items.length]=a[f],this.length++)};v=z.prototype;v.push=function(){for(var a,f,n=0,k=arguments.length;n<k;n++)if(a=arguments[n])f=this.items.length,this[f]=this.items[f]=a,this.length++;return this};v.pop=function(){this.length&&delete this[this.length--];\nreturn this.items.pop()};v.forEach=function(a,f){for(var n=0,k=this.items.length;n<k&&!1!==a.call(f,this.items[n],n);n++);return this};v.animate=function(d,f,n,u){\"function\"!=typeof n||n.length||(u=n,n=L.linear);d instanceof a._.Animation&&(u=d.callback,n=d.easing,f=n.dur,d=d.attr);var p=arguments;if(a.is(d,\"array\")&&a.is(p[p.length-1],\"array\"))var b=!0;var q,e=function(){q?this.b=q:q=this.b},l=0,r=u&&function(){l++==this.length&&u.call(this)};return this.forEach(function(a,l){k.once(\"snap.animcreated.\"+\na.id,e);b?p[l]&&a.animate.apply(a,p[l]):a.animate(d,f,n,r)})};v.remove=function(){for(;this.length;)this.pop().remove();return this};v.bind=function(a,f,k){var u={};if(\"function\"==typeof f)this.bindings[a]=f;else{var p=k||a;this.bindings[a]=function(a){u[p]=a;f.attr(u)}}return this};v.attr=function(a){var f={},k;for(k in a)if(this.bindings[k])this.bindings[k](a[k]);else f[k]=a[k];a=0;for(k=this.items.length;a<k;a++)this.items[a].attr(f);return this};v.clear=function(){for(;this.length;)this.pop()};\nv.splice=function(a,f,k){a=0>a?A(this.length+a,0):a;f=A(0,w(this.length-a,f));var u=[],p=[],b=[],q;for(q=2;q<arguments.length;q++)b.push(arguments[q]);for(q=0;q<f;q++)p.push(this[a+q]);for(;q<this.length-a;q++)u.push(this[a+q]);var e=b.length;for(q=0;q<e+u.length;q++)this.items[a+q]=this[a+q]=q<e?b[q]:u[q-e];for(q=this.items.length=this.length-=f-e;this[q];)delete this[q++];return new z(p)};v.exclude=function(a){for(var f=0,k=this.length;f<k;f++)if(this[f]==a)return this.splice(f,1),!0;return!1};\nv.insertAfter=function(a){for(var f=this.items.length;f--;)this.items[f].insertAfter(a);return this};v.getBBox=function(){for(var a=[],f=[],k=[],u=[],p=this.items.length;p--;)if(!this.items[p].removed){var b=this.items[p].getBBox();a.push(b.x);f.push(b.y);k.push(b.x+b.width);u.push(b.y+b.height)}a=w.apply(0,a);f=w.apply(0,f);k=A.apply(0,k);u=A.apply(0,u);return{x:a,y:f,x2:k,y2:u,width:k-a,height:u-f,cx:a+(k-a)/2,cy:f+(u-f)/2}};v.clone=function(a){a=new z;for(var f=0,k=this.items.length;f<k;f++)a.push(this.items[f].clone());\nreturn a};v.toString=function(){return\"Snap\\u2018s set\"};v.type=\"set\";a.set=function(){var a=new z;arguments.length&&a.push.apply(a,Array.prototype.slice.call(arguments,0));return a}});C.plugin(function(a,v,y,C){function A(a){var b=a[0];switch(b.toLowerCase()){case \"t\":return[b,0,0];case \"m\":return[b,1,0,0,1,0,0];case \"r\":return 4==a.length?[b,0,a[2],a[3] ]:[b,0];case \"s\":return 5==a.length?[b,1,1,a[3],a[4] ]:3==a.length?[b,1,1]:[b,1]}}function w(b,d,f){d=q(d).replace(/\\.{3}|\\u2026/g,b);b=a.parseTransformString(b)||\n[];d=a.parseTransformString(d)||[];for(var k=Math.max(b.length,d.length),p=[],v=[],h=0,w,z,y,I;h<k;h++){y=b[h]||A(d[h]);I=d[h]||A(y);if(y[0]!=I[0]||\"r\"==y[0].toLowerCase()&&(y[2]!=I[2]||y[3]!=I[3])||\"s\"==y[0].toLowerCase()&&(y[3]!=I[3]||y[4]!=I[4])){b=a._.transform2matrix(b,f());d=a._.transform2matrix(d,f());p=[[\"m\",b.a,b.b,b.c,b.d,b.e,b.f] ];v=[[\"m\",d.a,d.b,d.c,d.d,d.e,d.f] ];break}p[h]=[];v[h]=[];w=0;for(z=Math.max(y.length,I.length);w<z;w++)w in y&&(p[h][w]=y[w]),w in I&&(v[h][w]=I[w])}return{from:u(p),\nto:u(v),f:n(p)}}function z(a){return a}function d(a){return function(b){return+b.toFixed(3)+a}}function f(b){return a.rgb(b[0],b[1],b[2])}function n(a){var b=0,d,f,k,n,h,p,q=[];d=0;for(f=a.length;d<f;d++){h=\"[\";p=['\"'+a[d][0]+'\"'];k=1;for(n=a[d].length;k<n;k++)p[k]=\"val[\"+b++ +\"]\";h+=p+\"]\";q[d]=h}return Function(\"val\",\"return Snap.path.toString.call([\"+q+\"])\")}function u(a){for(var b=[],d=0,f=a.length;d<f;d++)for(var k=1,n=a[d].length;k<n;k++)b.push(a[d][k]);return b}var p={},b=/[a-z]+$/i,q=String;\np.stroke=p.fill=\"colour\";v.prototype.equal=function(a,b){return k(\"snap.util.equal\",this,a,b).firstDefined()};k.on(\"snap.util.equal\",function(e,k){var r,s;r=q(this.attr(e)||\"\");var x=this;if(r==+r&&k==+k)return{from:+r,to:+k,f:z};if(\"colour\"==p[e])return r=a.color(r),s=a.color(k),{from:[r.r,r.g,r.b,r.opacity],to:[s.r,s.g,s.b,s.opacity],f:f};if(\"transform\"==e||\"gradientTransform\"==e||\"patternTransform\"==e)return k instanceof a.Matrix&&(k=k.toTransformString()),a._.rgTransform.test(k)||(k=a._.svgTransform2string(k)),\nw(r,k,function(){return x.getBBox(1)});if(\"d\"==e||\"path\"==e)return r=a.path.toCubic(r,k),{from:u(r[0]),to:u(r[1]),f:n(r[0])};if(\"points\"==e)return r=q(r).split(a._.separator),s=q(k).split(a._.separator),{from:r,to:s,f:function(a){return a}};aUnit=r.match(b);s=q(k).match(b);return aUnit&&aUnit==s?{from:parseFloat(r),to:parseFloat(k),f:d(aUnit)}:{from:this.asPX(e),to:this.asPX(e,k),f:z}})});C.plugin(function(a,v,y,C){var A=v.prototype,w=\"createTouch\"in C.doc;v=\"click dblclick mousedown mousemove mouseout mouseover mouseup touchstart touchmove touchend touchcancel\".split(\" \");\nvar z={mousedown:\"touchstart\",mousemove:\"touchmove\",mouseup:\"touchend\"},d=function(a,b){var d=\"y\"==a?\"scrollTop\":\"scrollLeft\",e=b&&b.node?b.node.ownerDocument:C.doc;return e[d in e.documentElement?\"documentElement\":\"body\"][d]},f=function(){this.returnValue=!1},n=function(){return this.originalEvent.preventDefault()},u=function(){this.cancelBubble=!0},p=function(){return this.originalEvent.stopPropagation()},b=function(){if(C.doc.addEventListener)return function(a,b,e,f){var k=w&&z[b]?z[b]:b,l=function(k){var l=\nd(\"y\",f),q=d(\"x\",f);if(w&&z.hasOwnProperty(b))for(var r=0,u=k.targetTouches&&k.targetTouches.length;r<u;r++)if(k.targetTouches[r].target==a||a.contains(k.targetTouches[r].target)){u=k;k=k.targetTouches[r];k.originalEvent=u;k.preventDefault=n;k.stopPropagation=p;break}return e.call(f,k,k.clientX+q,k.clientY+l)};b!==k&&a.addEventListener(b,l,!1);a.addEventListener(k,l,!1);return function(){b!==k&&a.removeEventListener(b,l,!1);a.removeEventListener(k,l,!1);return!0}};if(C.doc.attachEvent)return function(a,\nb,e,h){var k=function(a){a=a||h.node.ownerDocument.window.event;var b=d(\"y\",h),k=d(\"x\",h),k=a.clientX+k,b=a.clientY+b;a.preventDefault=a.preventDefault||f;a.stopPropagation=a.stopPropagation||u;return e.call(h,a,k,b)};a.attachEvent(\"on\"+b,k);return function(){a.detachEvent(\"on\"+b,k);return!0}}}(),q=[],e=function(a){for(var b=a.clientX,e=a.clientY,f=d(\"y\"),l=d(\"x\"),n,p=q.length;p--;){n=q[p];if(w)for(var r=a.touches&&a.touches.length,u;r--;){if(u=a.touches[r],u.identifier==n.el._drag.id||n.el.node.contains(u.target)){b=\nu.clientX;e=u.clientY;(a.originalEvent?a.originalEvent:a).preventDefault();break}}else a.preventDefault();b+=l;e+=f;k(\"snap.drag.move.\"+n.el.id,n.move_scope||n.el,b-n.el._drag.x,e-n.el._drag.y,b,e,a)}},l=function(b){a.unmousemove(e).unmouseup(l);for(var d=q.length,f;d--;)f=q[d],f.el._drag={},k(\"snap.drag.end.\"+f.el.id,f.end_scope||f.start_scope||f.move_scope||f.el,b);q=[]};for(y=v.length;y--;)(function(d){a[d]=A[d]=function(e,f){a.is(e,\"function\")&&(this.events=this.events||[],this.events.push({name:d,\nf:e,unbind:b(this.node||document,d,e,f||this)}));return this};a[\"un\"+d]=A[\"un\"+d]=function(a){for(var b=this.events||[],e=b.length;e--;)if(b[e].name==d&&(b[e].f==a||!a)){b[e].unbind();b.splice(e,1);!b.length&&delete this.events;break}return this}})(v[y]);A.hover=function(a,b,d,e){return this.mouseover(a,d).mouseout(b,e||d)};A.unhover=function(a,b){return this.unmouseover(a).unmouseout(b)};var r=[];A.drag=function(b,d,f,h,n,p){function u(r,v,w){(r.originalEvent||r).preventDefault();this._drag.x=v;\nthis._drag.y=w;this._drag.id=r.identifier;!q.length&&a.mousemove(e).mouseup(l);q.push({el:this,move_scope:h,start_scope:n,end_scope:p});d&&k.on(\"snap.drag.start.\"+this.id,d);b&&k.on(\"snap.drag.move.\"+this.id,b);f&&k.on(\"snap.drag.end.\"+this.id,f);k(\"snap.drag.start.\"+this.id,n||h||this,v,w,r)}if(!arguments.length){var v;return this.drag(function(a,b){this.attr({transform:v+(v?\"T\":\"t\")+[a,b]})},function(){v=this.transform().local})}this._drag={};r.push({el:this,start:u});this.mousedown(u);return this};\nA.undrag=function(){for(var b=r.length;b--;)r[b].el==this&&(this.unmousedown(r[b].start),r.splice(b,1),k.unbind(\"snap.drag.*.\"+this.id));!r.length&&a.unmousemove(e).unmouseup(l);return this}});C.plugin(function(a,v,y,C){y=y.prototype;var A=/^\\s*url\\((.+)\\)/,w=String,z=a._.$;a.filter={};y.filter=function(d){var f=this;\"svg\"!=f.type&&(f=f.paper);d=a.parse(w(d));var k=a._.id(),u=z(\"filter\");z(u,{id:k,filterUnits:\"userSpaceOnUse\"});u.appendChild(d.node);f.defs.appendChild(u);return new v(u)};k.on(\"snap.util.getattr.filter\",\nfunction(){k.stop();var d=z(this.node,\"filter\");if(d)return(d=w(d).match(A))&&a.select(d[1])});k.on(\"snap.util.attr.filter\",function(d){if(d instanceof v&&\"filter\"==d.type){k.stop();var f=d.node.id;f||(z(d.node,{id:d.id}),f=d.id);z(this.node,{filter:a.url(f)})}d&&\"none\"!=d||(k.stop(),this.node.removeAttribute(\"filter\"))});a.filter.blur=function(d,f){null==d&&(d=2);return a.format('<feGaussianBlur stdDeviation=\"{def}\"/>',{def:null==f?d:[d,f]})};a.filter.blur.toString=function(){return this()};a.filter.shadow=\nfunction(d,f,k,u,p){\"string\"==typeof k&&(p=u=k,k=4);\"string\"!=typeof u&&(p=u,u=\"#000\");null==k&&(k=4);null==p&&(p=1);null==d&&(d=0,f=2);null==f&&(f=d);u=a.color(u||\"#000\");return a.format('<feGaussianBlur in=\"SourceAlpha\" stdDeviation=\"{blur}\"/><feOffset dx=\"{dx}\" dy=\"{dy}\" result=\"offsetblur\"/><feFlood flood-color=\"{color}\"/><feComposite in2=\"offsetblur\" operator=\"in\"/><feComponentTransfer><feFuncA type=\"linear\" slope=\"{opacity}\"/></feComponentTransfer><feMerge><feMergeNode/><feMergeNode in=\"SourceGraphic\"/></feMerge>',\n{color:u,dx:d,dy:f,blur:k,opacity:p})};a.filter.shadow.toString=function(){return this()};a.filter.grayscale=function(d){null==d&&(d=1);return a.format('<feColorMatrix type=\"matrix\" values=\"{a} {b} {c} 0 0 {d} {e} {f} 0 0 {g} {b} {h} 0 0 0 0 0 1 0\"/>',{a:0.2126+0.7874*(1-d),b:0.7152-0.7152*(1-d),c:0.0722-0.0722*(1-d),d:0.2126-0.2126*(1-d),e:0.7152+0.2848*(1-d),f:0.0722-0.0722*(1-d),g:0.2126-0.2126*(1-d),h:0.0722+0.9278*(1-d)})};a.filter.grayscale.toString=function(){return this()};a.filter.sepia=\nfunction(d){null==d&&(d=1);return a.format('<feColorMatrix type=\"matrix\" values=\"{a} {b} {c} 0 0 {d} {e} {f} 0 0 {g} {h} {i} 0 0 0 0 0 1 0\"/>',{a:0.393+0.607*(1-d),b:0.769-0.769*(1-d),c:0.189-0.189*(1-d),d:0.349-0.349*(1-d),e:0.686+0.314*(1-d),f:0.168-0.168*(1-d),g:0.272-0.272*(1-d),h:0.534-0.534*(1-d),i:0.131+0.869*(1-d)})};a.filter.sepia.toString=function(){return this()};a.filter.saturate=function(d){null==d&&(d=1);return a.format('<feColorMatrix type=\"saturate\" values=\"{amount}\"/>',{amount:1-\nd})};a.filter.saturate.toString=function(){return this()};a.filter.hueRotate=function(d){return a.format('<feColorMatrix type=\"hueRotate\" values=\"{angle}\"/>',{angle:d||0})};a.filter.hueRotate.toString=function(){return this()};a.filter.invert=function(d){null==d&&(d=1);return a.format('<feComponentTransfer><feFuncR type=\"table\" tableValues=\"{amount} {amount2}\"/><feFuncG type=\"table\" tableValues=\"{amount} {amount2}\"/><feFuncB type=\"table\" tableValues=\"{amount} {amount2}\"/></feComponentTransfer>',{amount:d,\namount2:1-d})};a.filter.invert.toString=function(){return this()};a.filter.brightness=function(d){null==d&&(d=1);return a.format('<feComponentTransfer><feFuncR type=\"linear\" slope=\"{amount}\"/><feFuncG type=\"linear\" slope=\"{amount}\"/><feFuncB type=\"linear\" slope=\"{amount}\"/></feComponentTransfer>',{amount:d})};a.filter.brightness.toString=function(){return this()};a.filter.contrast=function(d){null==d&&(d=1);return a.format('<feComponentTransfer><feFuncR type=\"linear\" slope=\"{amount}\" intercept=\"{amount2}\"/><feFuncG type=\"linear\" slope=\"{amount}\" intercept=\"{amount2}\"/><feFuncB type=\"linear\" slope=\"{amount}\" intercept=\"{amount2}\"/></feComponentTransfer>',\n{amount:d,amount2:0.5-d/2})};a.filter.contrast.toString=function(){return this()}});return C});\n\n]]> </script>\n<script> <![CDATA[\n\n(function (glob, factory) {\n // AMD support\n if (typeof define === \"function\" && define.amd) {\n // Define as an anonymous module\n define(\"Gadfly\", [\"Snap.svg\"], function (Snap) {\n return factory(Snap);\n });\n } else {\n // Browser globals (glob is window)\n // Snap adds itself to window\n glob.Gadfly = factory(glob.Snap);\n }\n}(this, function (Snap) {\n\nvar Gadfly = {};\n\n// Get an x/y coordinate value in pixels\nvar xPX = function(fig, x) {\n var client_box = fig.node.getBoundingClientRect();\n return x * fig.node.viewBox.baseVal.width / client_box.width;\n};\n\nvar yPX = function(fig, y) {\n var client_box = fig.node.getBoundingClientRect();\n return y * fig.node.viewBox.baseVal.height / client_box.height;\n};\n\n\nSnap.plugin(function (Snap, Element, Paper, global) {\n // Traverse upwards from a snap element to find and return the first\n // note with the \"plotroot\" class.\n Element.prototype.plotroot = function () {\n var element = this;\n while (!element.hasClass(\"plotroot\") && element.parent() != null) {\n element = element.parent();\n }\n return element;\n };\n\n Element.prototype.svgroot = function () {\n var element = this;\n while (element.node.nodeName != \"svg\" && element.parent() != null) {\n element = element.parent();\n }\n return element;\n };\n\n Element.prototype.plotbounds = function () {\n var root = this.plotroot()\n var bbox = root.select(\".guide.background\").node.getBBox();\n return {\n x0: bbox.x,\n x1: bbox.x + bbox.width,\n y0: bbox.y,\n y1: bbox.y + bbox.height\n };\n };\n\n Element.prototype.plotcenter = function () {\n var root = this.plotroot()\n var bbox = root.select(\".guide.background\").node.getBBox();\n return {\n x: bbox.x + bbox.width / 2,\n y: bbox.y + bbox.height / 2\n };\n };\n\n // Emulate IE style mouseenter/mouseleave events, since Microsoft always\n // does everything right.\n // See: http://www.dynamic-tools.net/toolbox/isMouseLeaveOrEnter/\n var events = [\"mouseenter\", \"mouseleave\"];\n\n for (i in events) {\n (function (event_name) {\n var event_name = events[i];\n Element.prototype[event_name] = function (fn, scope) {\n if (Snap.is(fn, \"function\")) {\n var fn2 = function (event) {\n if (event.type != \"mouseover\" && event.type != \"mouseout\") {\n return;\n }\n\n var reltg = event.relatedTarget ? event.relatedTarget :\n event.type == \"mouseout\" ? event.toElement : event.fromElement;\n while (reltg && reltg != this.node) reltg = reltg.parentNode;\n\n if (reltg != this.node) {\n return fn.apply(this, event);\n }\n };\n\n if (event_name == \"mouseenter\") {\n this.mouseover(fn2, scope);\n } else {\n this.mouseout(fn2, scope);\n }\n }\n return this;\n };\n })(events[i]);\n }\n\n\n Element.prototype.mousewheel = function (fn, scope) {\n if (Snap.is(fn, \"function\")) {\n var el = this;\n var fn2 = function (event) {\n fn.apply(el, [event]);\n };\n }\n\n this.node.addEventListener(\n /Firefox/i.test(navigator.userAgent) ? \"DOMMouseScroll\" : \"mousewheel\",\n fn2);\n\n return this;\n };\n\n\n // Snap's attr function can be too slow for things like panning/zooming.\n // This is a function to directly update element attributes without going\n // through eve.\n Element.prototype.attribute = function(key, val) {\n if (val === undefined) {\n return this.node.getAttribute(key, val);\n } else {\n return this.node.setAttribute(key, val);\n }\n };\n});\n\n\n// When the plot is moused over, emphasize the grid lines.\nGadfly.plot_mouseover = function(event) {\n var root = this.plotroot();\n init_pan_zoom(root);\n\n var xgridlines = root.select(\".xgridlines\"),\n ygridlines = root.select(\".ygridlines\");\n\n xgridlines.data(\"unfocused_strokedash\",\n xgridlines.attr(\"stroke-dasharray\").replace(/px/g, \"mm\"))\n ygridlines.data(\"unfocused_strokedash\",\n ygridlines.attr(\"stroke-dasharray\").replace(/px/g, \"mm\"))\n\n // emphasize grid lines\n var destcolor = root.data(\"focused_xgrid_color\");\n xgridlines.attr(\"stroke-dasharray\", \"none\")\n .selectAll(\"path\")\n .animate({stroke: destcolor}, 250);\n\n destcolor = root.data(\"focused_ygrid_color\");\n ygridlines.attr(\"stroke-dasharray\", \"none\")\n .selectAll(\"path\")\n .animate({stroke: destcolor}, 250);\n\n // reveal zoom slider\n root.select(\".zoomslider\")\n .animate({opacity: 1.0}, 250);\n};\n\n\n// Unemphasize grid lines on mouse out.\nGadfly.plot_mouseout = function(event) {\n var root = this.plotroot();\n var xgridlines = root.select(\".xgridlines\"),\n ygridlines = root.select(\".ygridlines\");\n\n var destcolor = root.data(\"unfocused_xgrid_color\");\n\n xgridlines.attr(\"stroke-dasharray\", xgridlines.data(\"unfocused_strokedash\"))\n .selectAll(\"path\")\n .animate({stroke: destcolor}, 250);\n\n destcolor = root.data(\"unfocused_ygrid_color\");\n ygridlines.attr(\"stroke-dasharray\", ygridlines.data(\"unfocused_strokedash\"))\n .selectAll(\"path\")\n .animate({stroke: destcolor}, 250);\n\n // hide zoom slider\n root.select(\".zoomslider\")\n .animate({opacity: 0.0}, 250);\n};\n\n\nvar set_geometry_transform = function(root, tx, ty, scale) {\n var xscalable = root.hasClass(\"xscalable\"),\n yscalable = root.hasClass(\"yscalable\");\n\n var old_scale = root.data(\"scale\");\n\n var xscale = xscalable ? scale : 1.0,\n yscale = yscalable ? scale : 1.0;\n\n tx = xscalable ? tx : 0.0;\n ty = yscalable ? ty : 0.0;\n\n var t = new Snap.Matrix().translate(tx, ty).scale(xscale, yscale);\n\n root.selectAll(\".geometry, image\")\n .forEach(function (element, i) {\n element.transform(t);\n });\n\n bounds = root.plotbounds();\n\n if (yscalable) {\n var xfixed_t = new Snap.Matrix().translate(0, ty).scale(1.0, yscale);\n root.selectAll(\".xfixed\")\n .forEach(function (element, i) {\n element.transform(xfixed_t);\n });\n\n root.select(\".ylabels\")\n .transform(xfixed_t)\n .selectAll(\"text\")\n .forEach(function (element, i) {\n if (element.attribute(\"gadfly:inscale\") == \"true\") {\n var cx = element.asPX(\"x\"),\n cy = element.asPX(\"y\");\n var st = element.data(\"static_transform\");\n unscale_t = new Snap.Matrix();\n unscale_t.scale(1, 1/scale, cx, cy).add(st);\n element.transform(unscale_t);\n\n var y = cy * scale + ty;\n element.attr(\"visibility\",\n bounds.y0 <= y && y <= bounds.y1 ? \"visible\" : \"hidden\");\n }\n });\n }\n\n if (xscalable) {\n var yfixed_t = new Snap.Matrix().translate(tx, 0).scale(xscale, 1.0);\n var xtrans = new Snap.Matrix().translate(tx, 0);\n root.selectAll(\".yfixed\")\n .forEach(function (element, i) {\n element.transform(yfixed_t);\n });\n\n root.select(\".xlabels\")\n .transform(yfixed_t)\n .selectAll(\"text\")\n .forEach(function (element, i) {\n if (element.attribute(\"gadfly:inscale\") == \"true\") {\n var cx = element.asPX(\"x\"),\n cy = element.asPX(\"y\");\n var st = element.data(\"static_transform\");\n unscale_t = new Snap.Matrix();\n unscale_t.scale(1/scale, 1, cx, cy).add(st);\n\n element.transform(unscale_t);\n\n var x = cx * scale + tx;\n element.attr(\"visibility\",\n bounds.x0 <= x && x <= bounds.x1 ? \"visible\" : \"hidden\");\n }\n });\n }\n\n // we must unscale anything that is scale invariance: widths, raiduses, etc.\n var size_attribs = [\"font-size\"];\n var unscaled_selection = \".geometry, .geometry *\";\n if (xscalable) {\n size_attribs.push(\"rx\");\n unscaled_selection += \", .xgridlines\";\n }\n if (yscalable) {\n size_attribs.push(\"ry\");\n unscaled_selection += \", .ygridlines\";\n }\n\n root.selectAll(unscaled_selection)\n .forEach(function (element, i) {\n // circle need special help\n if (element.node.nodeName == \"circle\") {\n var cx = element.attribute(\"cx\"),\n cy = element.attribute(\"cy\");\n unscale_t = new Snap.Matrix().scale(1/xscale, 1/yscale,\n cx, cy);\n element.transform(unscale_t);\n return;\n }\n\n for (i in size_attribs) {\n var key = size_attribs[i];\n var val = parseFloat(element.attribute(key));\n if (val !== undefined && val != 0 && !isNaN(val)) {\n element.attribute(key, val * old_scale / scale);\n }\n }\n });\n};\n\n\n// Find the most appropriate tick scale and update label visibility.\nvar update_tickscale = function(root, scale, axis) {\n if (!root.hasClass(axis + \"scalable\")) return;\n\n var tickscales = root.data(axis + \"tickscales\");\n var best_tickscale = 1.0;\n var best_tickscale_dist = Infinity;\n for (tickscale in tickscales) {\n var dist = Math.abs(Math.log(tickscale) - Math.log(scale));\n if (dist < best_tickscale_dist) {\n best_tickscale_dist = dist;\n best_tickscale = tickscale;\n }\n }\n\n if (best_tickscale != root.data(axis + \"tickscale\")) {\n root.data(axis + \"tickscale\", best_tickscale);\n var mark_inscale_gridlines = function (element, i) {\n var inscale = element.attr(\"gadfly:scale\") == best_tickscale;\n element.attribute(\"gadfly:inscale\", inscale);\n element.attr(\"visibility\", inscale ? \"visible\" : \"hidden\");\n };\n\n var mark_inscale_labels = function (element, i) {\n var inscale = element.attr(\"gadfly:scale\") == best_tickscale;\n element.attribute(\"gadfly:inscale\", inscale);\n element.attr(\"visibility\", inscale ? \"visible\" : \"hidden\");\n };\n\n root.select(\".\" + axis + \"gridlines\").selectAll(\"path\").forEach(mark_inscale_gridlines);\n root.select(\".\" + axis + \"labels\").selectAll(\"text\").forEach(mark_inscale_labels);\n }\n};\n\n\nvar set_plot_pan_zoom = function(root, tx, ty, scale) {\n var old_scale = root.data(\"scale\");\n var bounds = root.plotbounds();\n\n var width = bounds.x1 - bounds.x0,\n height = bounds.y1 - bounds.y0;\n\n // compute the viewport derived from tx, ty, and scale\n var x_min = -width * scale - (scale * width - width),\n x_max = width * scale,\n y_min = -height * scale - (scale * height - height),\n y_max = height * scale;\n\n var x0 = bounds.x0 - scale * bounds.x0,\n y0 = bounds.y0 - scale * bounds.y0;\n\n var tx = Math.max(Math.min(tx - x0, x_max), x_min),\n ty = Math.max(Math.min(ty - y0, y_max), y_min);\n\n tx += x0;\n ty += y0;\n\n // when the scale change, we may need to alter which set of\n // ticks is being displayed\n if (scale != old_scale) {\n update_tickscale(root, scale, \"x\");\n update_tickscale(root, scale, \"y\");\n }\n\n set_geometry_transform(root, tx, ty, scale);\n\n root.data(\"scale\", scale);\n root.data(\"tx\", tx);\n root.data(\"ty\", ty);\n};\n\n\nvar scale_centered_translation = function(root, scale) {\n var bounds = root.plotbounds();\n\n var width = bounds.x1 - bounds.x0,\n height = bounds.y1 - bounds.y0;\n\n var tx0 = root.data(\"tx\"),\n ty0 = root.data(\"ty\");\n\n var scale0 = root.data(\"scale\");\n\n // how off from center the current view is\n var xoff = tx0 - (bounds.x0 * (1 - scale0) + (width * (1 - scale0)) / 2),\n yoff = ty0 - (bounds.y0 * (1 - scale0) + (height * (1 - scale0)) / 2);\n\n // rescale offsets\n xoff = xoff * scale / scale0;\n yoff = yoff * scale / scale0;\n\n // adjust for the panel position being scaled\n var x_edge_adjust = bounds.x0 * (1 - scale),\n y_edge_adjust = bounds.y0 * (1 - scale);\n\n return {\n x: xoff + x_edge_adjust + (width - width * scale) / 2,\n y: yoff + y_edge_adjust + (height - height * scale) / 2\n };\n};\n\n\n// Initialize data for panning zooming if it isn't already.\nvar init_pan_zoom = function(root) {\n if (root.data(\"zoompan-ready\")) {\n return;\n }\n\n // The non-scaling-stroke trick. Rather than try to correct for the\n // stroke-width when zooming, we force it to a fixed value.\n var px_per_mm = root.node.getCTM().a;\n\n // Drag events report deltas in pixels, which we'd like to convert to\n // millimeters.\n root.data(\"px_per_mm\", px_per_mm);\n\n root.selectAll(\"path\")\n .forEach(function (element, i) {\n sw = element.asPX(\"stroke-width\") * px_per_mm;\n if (sw > 0) {\n element.attribute(\"stroke-width\", sw);\n element.attribute(\"vector-effect\", \"non-scaling-stroke\");\n }\n });\n\n // Store ticks labels original tranformation\n root.selectAll(\".xlabels > text, .ylabels > text\")\n .forEach(function (element, i) {\n var lm = element.transform().localMatrix;\n element.data(\"static_transform\",\n new Snap.Matrix(lm.a, lm.b, lm.c, lm.d, lm.e, lm.f));\n });\n\n if (root.data(\"tx\") === undefined) root.data(\"tx\", 0);\n if (root.data(\"ty\") === undefined) root.data(\"ty\", 0);\n if (root.data(\"scale\") === undefined) root.data(\"scale\", 1.0);\n if (root.data(\"xtickscales\") === undefined) {\n\n // index all the tick scales that are listed\n var xtickscales = {};\n var ytickscales = {};\n var add_x_tick_scales = function (element, i) {\n xtickscales[element.attribute(\"gadfly:scale\")] = true;\n };\n var add_y_tick_scales = function (element, i) {\n ytickscales[element.attribute(\"gadfly:scale\")] = true;\n };\n\n root.select(\".xgridlines\").selectAll(\"path\").forEach(add_x_tick_scales);\n root.select(\".ygridlines\").selectAll(\"path\").forEach(add_y_tick_scales);\n root.select(\".xlabels\").selectAll(\"text\").forEach(add_x_tick_scales);\n root.select(\".ylabels\").selectAll(\"text\").forEach(add_y_tick_scales);\n\n root.data(\"xtickscales\", xtickscales);\n root.data(\"ytickscales\", ytickscales);\n root.data(\"xtickscale\", 1.0);\n }\n\n var min_scale = 1.0, max_scale = 1.0;\n for (scale in xtickscales) {\n min_scale = Math.min(min_scale, scale);\n max_scale = Math.max(max_scale, scale);\n }\n for (scale in ytickscales) {\n min_scale = Math.min(min_scale, scale);\n max_scale = Math.max(max_scale, scale);\n }\n root.data(\"min_scale\", min_scale);\n root.data(\"max_scale\", max_scale);\n\n // store the original positions of labels\n root.select(\".xlabels\")\n .selectAll(\"text\")\n .forEach(function (element, i) {\n element.data(\"x\", element.asPX(\"x\"));\n });\n\n root.select(\".ylabels\")\n .selectAll(\"text\")\n .forEach(function (element, i) {\n element.data(\"y\", element.asPX(\"y\"));\n });\n\n // mark grid lines and ticks as in or out of scale.\n var mark_inscale = function (element, i) {\n element.attribute(\"gadfly:inscale\", element.attribute(\"gadfly:scale\") == 1.0);\n };\n\n root.select(\".xgridlines\").selectAll(\"path\").forEach(mark_inscale);\n root.select(\".ygridlines\").selectAll(\"path\").forEach(mark_inscale);\n root.select(\".xlabels\").selectAll(\"text\").forEach(mark_inscale);\n root.select(\".ylabels\").selectAll(\"text\").forEach(mark_inscale);\n\n // figure out the upper ond lower bounds on panning using the maximum\n // and minum grid lines\n var bounds = root.plotbounds();\n var pan_bounds = {\n x0: 0.0,\n y0: 0.0,\n x1: 0.0,\n y1: 0.0\n };\n\n root.select(\".xgridlines\")\n .selectAll(\"path\")\n .forEach(function (element, i) {\n if (element.attribute(\"gadfly:inscale\") == \"true\") {\n var bbox = element.node.getBBox();\n if (bounds.x1 - bbox.x < pan_bounds.x0) {\n pan_bounds.x0 = bounds.x1 - bbox.x;\n }\n if (bounds.x0 - bbox.x > pan_bounds.x1) {\n pan_bounds.x1 = bounds.x0 - bbox.x;\n }\n }\n });\n\n root.select(\".ygridlines\")\n .selectAll(\"path\")\n .forEach(function (element, i) {\n if (element.attribute(\"gadfly:inscale\") == \"true\") {\n var bbox = element.node.getBBox();\n if (bounds.y1 - bbox.y < pan_bounds.y0) {\n pan_bounds.y0 = bounds.y1 - bbox.y;\n }\n if (bounds.y0 - bbox.y > pan_bounds.y1) {\n pan_bounds.y1 = bounds.y0 - bbox.y;\n }\n }\n });\n\n // nudge these values a little\n pan_bounds.x0 -= 5;\n pan_bounds.x1 += 5;\n pan_bounds.y0 -= 5;\n pan_bounds.y1 += 5;\n root.data(\"pan_bounds\", pan_bounds);\n\n // Set all grid lines at scale 1.0 to visible. Out of bounds lines\n // will be clipped.\n root.select(\".xgridlines\")\n .selectAll(\"path\")\n .forEach(function (element, i) {\n if (element.attribute(\"gadfly:inscale\") == \"true\") {\n element.attr(\"visibility\", \"visible\");\n }\n });\n\n root.select(\".ygridlines\")\n .selectAll(\"path\")\n .forEach(function (element, i) {\n if (element.attribute(\"gadfly:inscale\") == \"true\") {\n element.attr(\"visibility\", \"visible\");\n }\n });\n\n root.data(\"zoompan-ready\", true)\n};\n\n\n// Panning\nGadfly.guide_background_drag_onmove = function(dx, dy, x, y, event) {\n var root = this.plotroot();\n var px_per_mm = root.data(\"px_per_mm\");\n dx /= px_per_mm;\n dy /= px_per_mm;\n\n var tx0 = root.data(\"tx\"),\n ty0 = root.data(\"ty\");\n\n var dx0 = root.data(\"dx\"),\n dy0 = root.data(\"dy\");\n\n root.data(\"dx\", dx);\n root.data(\"dy\", dy);\n\n dx = dx - dx0;\n dy = dy - dy0;\n\n var tx = tx0 + dx,\n ty = ty0 + dy;\n\n set_plot_pan_zoom(root, tx, ty, root.data(\"scale\"));\n};\n\n\nGadfly.guide_background_drag_onstart = function(x, y, event) {\n var root = this.plotroot();\n root.data(\"dx\", 0);\n root.data(\"dy\", 0);\n init_pan_zoom(root);\n};\n\n\nGadfly.guide_background_drag_onend = function(event) {\n var root = this.plotroot();\n};\n\n\nGadfly.guide_background_scroll = function(event) {\n if (event.shiftKey) {\n var root = this.plotroot();\n init_pan_zoom(root);\n var new_scale = root.data(\"scale\") * Math.pow(2, 0.002 * event.wheelDelta);\n new_scale = Math.max(\n root.data(\"min_scale\"),\n Math.min(root.data(\"max_scale\"), new_scale))\n update_plot_scale(root, new_scale);\n event.stopPropagation();\n }\n};\n\n\nGadfly.zoomslider_button_mouseover = function(event) {\n this.select(\".button_logo\")\n .animate({fill: this.data(\"mouseover_color\")}, 100);\n};\n\n\nGadfly.zoomslider_button_mouseout = function(event) {\n this.select(\".button_logo\")\n .animate({fill: this.data(\"mouseout_color\")}, 100);\n};\n\n\nGadfly.zoomslider_zoomout_click = function(event) {\n var root = this.plotroot();\n init_pan_zoom(root);\n var min_scale = root.data(\"min_scale\"),\n scale = root.data(\"scale\");\n Snap.animate(\n scale,\n Math.max(min_scale, scale / 1.5),\n function (new_scale) {\n update_plot_scale(root, new_scale);\n },\n 200);\n};\n\n\nGadfly.zoomslider_zoomin_click = function(event) {\n var root = this.plotroot();\n init_pan_zoom(root);\n var max_scale = root.data(\"max_scale\"),\n scale = root.data(\"scale\");\n\n Snap.animate(\n scale,\n Math.min(max_scale, scale * 1.5),\n function (new_scale) {\n update_plot_scale(root, new_scale);\n },\n 200);\n};\n\n\nGadfly.zoomslider_track_click = function(event) {\n // TODO\n};\n\n\nGadfly.zoomslider_thumb_mousedown = function(event) {\n this.animate({fill: this.data(\"mouseover_color\")}, 100);\n};\n\n\nGadfly.zoomslider_thumb_mouseup = function(event) {\n this.animate({fill: this.data(\"mouseout_color\")}, 100);\n};\n\n\n// compute the position in [0, 1] of the zoom slider thumb from the current scale\nvar slider_position_from_scale = function(scale, min_scale, max_scale) {\n if (scale >= 1.0) {\n return 0.5 + 0.5 * (Math.log(scale) / Math.log(max_scale));\n }\n else {\n return 0.5 * (Math.log(scale) - Math.log(min_scale)) / (0 - Math.log(min_scale));\n }\n}\n\n\nvar update_plot_scale = function(root, new_scale) {\n var trans = scale_centered_translation(root, new_scale);\n set_plot_pan_zoom(root, trans.x, trans.y, new_scale);\n\n root.selectAll(\".zoomslider_thumb\")\n .forEach(function (element, i) {\n var min_pos = element.data(\"min_pos\"),\n max_pos = element.data(\"max_pos\"),\n min_scale = root.data(\"min_scale\"),\n max_scale = root.data(\"max_scale\");\n var xmid = (min_pos + max_pos) / 2;\n var xpos = slider_position_from_scale(new_scale, min_scale, max_scale);\n element.transform(new Snap.Matrix().translate(\n Math.max(min_pos, Math.min(\n max_pos, min_pos + (max_pos - min_pos) * xpos)) - xmid, 0));\n });\n};\n\n\nGadfly.zoomslider_thumb_dragmove = function(dx, dy, x, y) {\n var root = this.plotroot();\n var min_pos = this.data(\"min_pos\"),\n max_pos = this.data(\"max_pos\"),\n min_scale = root.data(\"min_scale\"),\n max_scale = root.data(\"max_scale\"),\n old_scale = root.data(\"old_scale\");\n\n var px_per_mm = root.data(\"px_per_mm\");\n dx /= px_per_mm;\n dy /= px_per_mm;\n\n var xmid = (min_pos + max_pos) / 2;\n var xpos = slider_position_from_scale(old_scale, min_scale, max_scale) +\n dx / (max_pos - min_pos);\n\n // compute the new scale\n var new_scale;\n if (xpos >= 0.5) {\n new_scale = Math.exp(2.0 * (xpos - 0.5) * Math.log(max_scale));\n }\n else {\n new_scale = Math.exp(2.0 * xpos * (0 - Math.log(min_scale)) +\n Math.log(min_scale));\n }\n new_scale = Math.min(max_scale, Math.max(min_scale, new_scale));\n\n update_plot_scale(root, new_scale);\n};\n\n\nGadfly.zoomslider_thumb_dragstart = function(event) {\n var root = this.plotroot();\n init_pan_zoom(root);\n\n // keep track of what the scale was when we started dragging\n root.data(\"old_scale\", root.data(\"scale\"));\n};\n\n\nGadfly.zoomslider_thumb_dragend = function(event) {\n};\n\n\nvar toggle_color_class = function(root, color_class, ison) {\n var guides = root.selectAll(\".guide.\" + color_class + \",.guide .\" + color_class);\n var geoms = root.selectAll(\".geometry.\" + color_class + \",.geometry .\" + color_class);\n if (ison) {\n guides.animate({opacity: 0.5}, 250);\n geoms.animate({opacity: 0.0}, 250);\n } else {\n guides.animate({opacity: 1.0}, 250);\n geoms.animate({opacity: 1.0}, 250);\n }\n};\n\n\nGadfly.colorkey_swatch_click = function(event) {\n var root = this.plotroot();\n var color_class = this.data(\"color_class\");\n\n if (event.shiftKey) {\n root.selectAll(\".colorkey text\")\n .forEach(function (element) {\n var other_color_class = element.data(\"color_class\");\n if (other_color_class != color_class) {\n toggle_color_class(root, other_color_class,\n element.attr(\"opacity\") == 1.0);\n }\n });\n } else {\n toggle_color_class(root, color_class, this.attr(\"opacity\") == 1.0);\n }\n};\n\n\nreturn Gadfly;\n\n}));\n\n\n//@ sourceURL=gadfly.js\n\n(function (glob, factory) {\n // AMD support\n if (typeof require === \"function\" && typeof define === \"function\" && define.amd) {\n require([\"Snap.svg\", \"Gadfly\"], function (Snap, Gadfly) {\n factory(Snap, Gadfly);\n });\n } else {\n factory(glob.Snap, glob.Gadfly);\n }\n})(window, function (Snap, Gadfly) {\n var fig = Snap(\"#fig-6f7c24f0cc6a42ab87ed85d1d0bc7d06\");\nfig.select(\"#fig-6f7c24f0cc6a42ab87ed85d1d0bc7d06-element-4\")\n .mouseenter(Gadfly.plot_mouseover)\n.mouseleave(Gadfly.plot_mouseout)\n.mousewheel(Gadfly.guide_background_scroll)\n.drag(Gadfly.guide_background_drag_onmove,\n Gadfly.guide_background_drag_onstart,\n Gadfly.guide_background_drag_onend)\n;\nfig.select(\"#fig-6f7c24f0cc6a42ab87ed85d1d0bc7d06-element-7\")\n .plotroot().data(\"unfocused_ygrid_color\", \"#D0D0E0\")\n;\nfig.select(\"#fig-6f7c24f0cc6a42ab87ed85d1d0bc7d06-element-7\")\n .plotroot().data(\"focused_ygrid_color\", \"#A0A0A0\")\n;\nfig.select(\"#fig-6f7c24f0cc6a42ab87ed85d1d0bc7d06-element-8\")\n .plotroot().data(\"unfocused_xgrid_color\", \"#D0D0E0\")\n;\nfig.select(\"#fig-6f7c24f0cc6a42ab87ed85d1d0bc7d06-element-8\")\n .plotroot().data(\"focused_xgrid_color\", \"#A0A0A0\")\n;\nfig.select(\"#fig-6f7c24f0cc6a42ab87ed85d1d0bc7d06-element-13\")\n .data(\"mouseover_color\", \"#cd5c5c\")\n;\nfig.select(\"#fig-6f7c24f0cc6a42ab87ed85d1d0bc7d06-element-13\")\n .data(\"mouseout_color\", \"#6a6a6a\")\n;\nfig.select(\"#fig-6f7c24f0cc6a42ab87ed85d1d0bc7d06-element-13\")\n .click(Gadfly.zoomslider_zoomin_click)\n.mouseenter(Gadfly.zoomslider_button_mouseover)\n.mouseleave(Gadfly.zoomslider_button_mouseout)\n;\nfig.select(\"#fig-6f7c24f0cc6a42ab87ed85d1d0bc7d06-element-15\")\n .data(\"max_pos\", 120.42)\n;\nfig.select(\"#fig-6f7c24f0cc6a42ab87ed85d1d0bc7d06-element-15\")\n .data(\"min_pos\", 103.42)\n;\nfig.select(\"#fig-6f7c24f0cc6a42ab87ed85d1d0bc7d06-element-15\")\n .click(Gadfly.zoomslider_track_click);\nfig.select(\"#fig-6f7c24f0cc6a42ab87ed85d1d0bc7d06-element-16\")\n .data(\"max_pos\", 120.42)\n;\nfig.select(\"#fig-6f7c24f0cc6a42ab87ed85d1d0bc7d06-element-16\")\n .data(\"min_pos\", 103.42)\n;\nfig.select(\"#fig-6f7c24f0cc6a42ab87ed85d1d0bc7d06-element-16\")\n .data(\"mouseover_color\", \"#cd5c5c\")\n;\nfig.select(\"#fig-6f7c24f0cc6a42ab87ed85d1d0bc7d06-element-16\")\n .data(\"mouseout_color\", \"#6a6a6a\")\n;\nfig.select(\"#fig-6f7c24f0cc6a42ab87ed85d1d0bc7d06-element-16\")\n .drag(Gadfly.zoomslider_thumb_dragmove,\n Gadfly.zoomslider_thumb_dragstart,\n Gadfly.zoomslider_thumb_dragend)\n.mousedown(Gadfly.zoomslider_thumb_mousedown)\n.mouseup(Gadfly.zoomslider_thumb_mouseup)\n;\nfig.select(\"#fig-6f7c24f0cc6a42ab87ed85d1d0bc7d06-element-17\")\n .data(\"mouseover_color\", \"#cd5c5c\")\n;\nfig.select(\"#fig-6f7c24f0cc6a42ab87ed85d1d0bc7d06-element-17\")\n .data(\"mouseout_color\", \"#6a6a6a\")\n;\nfig.select(\"#fig-6f7c24f0cc6a42ab87ed85d1d0bc7d06-element-17\")\n .click(Gadfly.zoomslider_zoomout_click)\n.mouseenter(Gadfly.zoomslider_button_mouseover)\n.mouseleave(Gadfly.zoomslider_button_mouseout)\n;\n });\n]]> </script>\n</svg>\n"}}], "cell_type": "code"}, {"source": "## plot of days active against problem attempts\np = plot(\n y = d1[:, 2] .+ rand(Normal(0, 0.1), 20000), # jitter with Gaussian noise\n x = d1[:, 3] .+ rand(Normal(0, 5), 20000), # jitter with Gaussian noise\n color = eng,\n Geom.point,\n \n Theme(\n highlight_width = 0.0mm,\n default_point_size = 0.4mm\n ),\n Guide.yticks(ticks = [1:7]),\n Guide.xticks(ticks = [0, 300, 600, 900, 1200]),\n Guide.xlabel(\"Problems Attempted\"),\n Guide.ylabel(\"Days Active\"),\n Guide.title(\"Figure 4: Problems Attempted and Days Active for Each User\"),\n Guide.colorkey(\"Engagement\")\n)", "execution_count": 10, "metadata": {"trusted": false, "collapsed": false}, "outputs": [{"metadata": {}, "output_type": "execute_result", "execution_count": 10, "data": {"image/svg+xml": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<svg xmlns=\"http://www.w3.org/2000/svg\"\n xmlns:xlink=\"http://www.w3.org/1999/xlink\"\n xmlns:gadfly=\"http://www.gadflyjl.org/ns\"\n version=\"1.2\"\n width=\"141.42mm\" height=\"100mm\" viewBox=\"0 0 141.42 100\"\n stroke=\"none\"\n fill=\"#000000\"\n stroke-width=\"0.3\"\n font-size=\"3.88\"\n>\n<g class=\"plotroot xscalable yscalable\" id=\"fig-757fddc5089a4bec8de385a234bb3439-element-1\">\n <g font-size=\"3.88\" font-family=\"'PT Sans','Helvetica Neue','Helvetica',sans-serif\" fill=\"#564A55\" stroke=\"none\" id=\"fig-757fddc5089a4bec8de385a234bb3439-element-2\">\n <text x=\"65.94\" y=\"92\" text-anchor=\"middle\">Problems Attempted</text>\n </g>\n <g class=\"guide xlabels\" font-size=\"2.82\" font-family=\"'PT Sans Caption','Helvetica Neue','Helvetica',sans-serif\" fill=\"#6C606B\" id=\"fig-757fddc5089a4bec8de385a234bb3439-element-3\">\n <text x=\"19.38\" y=\"84.39\" text-anchor=\"middle\">0</text>\n <text x=\"42.86\" y=\"84.39\" text-anchor=\"middle\">300</text>\n <text x=\"66.35\" y=\"84.39\" text-anchor=\"middle\">600</text>\n <text x=\"89.84\" y=\"84.39\" text-anchor=\"middle\">900</text>\n <text x=\"113.32\" y=\"84.39\" text-anchor=\"middle\">1200</text>\n </g>\n <g class=\"guide colorkey\" id=\"fig-757fddc5089a4bec8de385a234bb3439-element-4\">\n <g font-size=\"2.82\" font-family=\"'PT Sans','Helvetica Neue','Helvetica',sans-serif\" fill=\"#4C404B\" id=\"fig-757fddc5089a4bec8de385a234bb3439-element-5\">\n <text x=\"119.92\" y=\"57.44\" dy=\"0.35em\">200</text>\n <text x=\"119.92\" y=\"63.7\" dy=\"0.35em\">100</text>\n <text x=\"119.92\" y=\"44.91\" dy=\"0.35em\">400</text>\n <text x=\"119.92\" y=\"51.17\" dy=\"0.35em\">300</text>\n <text x=\"119.92\" y=\"69.9\" dy=\"0.35em\">1</text>\n <text x=\"119.92\" y=\"38.65\" dy=\"0.35em\">500</text>\n </g>\n <g shape-rendering=\"crispEdges\" stroke=\"none\" id=\"fig-757fddc5089a4bec8de385a234bb3439-element-6\">\n <rect x=\"117.6\" y=\"69.12\" width=\"1.31\" height=\"0.78\" fill=\"#004D84\"/>\n <rect x=\"117.6\" y=\"68.34\" width=\"1.31\" height=\"0.78\" fill=\"#005B8D\"/>\n <rect x=\"117.6\" y=\"67.56\" width=\"1.31\" height=\"0.78\" fill=\"#006995\"/>\n <rect x=\"117.6\" y=\"66.78\" width=\"1.31\" height=\"0.78\" fill=\"#00769D\"/>\n <rect x=\"117.6\" y=\"65.99\" width=\"1.31\" height=\"0.78\" fill=\"#0083A3\"/>\n <rect x=\"117.6\" y=\"65.21\" width=\"1.31\" height=\"0.78\" fill=\"#278FA9\"/>\n <rect x=\"117.6\" y=\"64.43\" width=\"1.31\" height=\"0.78\" fill=\"#409BAF\"/>\n <rect x=\"117.6\" y=\"63.65\" width=\"1.31\" height=\"0.78\" fill=\"#55A7B5\"/>\n <rect x=\"117.6\" y=\"62.87\" width=\"1.31\" height=\"0.78\" fill=\"#69B2BA\"/>\n <rect x=\"117.6\" y=\"62.09\" width=\"1.31\" height=\"0.78\" fill=\"#7BBCC0\"/>\n <rect x=\"117.6\" y=\"61.31\" width=\"1.31\" height=\"0.78\" fill=\"#8DC6C5\"/>\n <rect x=\"117.6\" y=\"60.53\" width=\"1.31\" height=\"0.78\" fill=\"#9ED0CB\"/>\n <rect x=\"117.6\" y=\"59.74\" width=\"1.31\" height=\"0.78\" fill=\"#A5CFC7\"/>\n <rect x=\"117.6\" y=\"58.96\" width=\"1.31\" height=\"0.78\" fill=\"#ABCEC4\"/>\n <rect x=\"117.6\" y=\"58.18\" width=\"1.31\" height=\"0.78\" fill=\"#B1CCC2\"/>\n <rect x=\"117.6\" y=\"57.4\" width=\"1.31\" height=\"0.78\" fill=\"#B5CCC1\"/>\n <rect x=\"117.6\" y=\"56.62\" width=\"1.31\" height=\"0.78\" fill=\"#B7CBBF\"/>\n <rect x=\"117.6\" y=\"55.84\" width=\"1.31\" height=\"0.78\" fill=\"#B9CBBD\"/>\n <rect x=\"117.6\" y=\"55.06\" width=\"1.31\" height=\"0.78\" fill=\"#BBCBBB\"/>\n <rect x=\"117.6\" y=\"54.28\" width=\"1.31\" height=\"0.78\" fill=\"#BDCABA\"/>\n <rect x=\"117.6\" y=\"53.49\" width=\"1.31\" height=\"0.78\" fill=\"#BFCAB8\"/>\n <rect x=\"117.6\" y=\"52.71\" width=\"1.31\" height=\"0.78\" fill=\"#C2C9B7\"/>\n <rect x=\"117.6\" y=\"51.93\" width=\"1.31\" height=\"0.78\" fill=\"#C4C9B6\"/>\n <rect x=\"117.6\" y=\"51.15\" width=\"1.31\" height=\"0.78\" fill=\"#C6C8B5\"/>\n <rect x=\"117.6\" y=\"50.37\" width=\"1.31\" height=\"0.78\" fill=\"#C9C7B4\"/>\n <rect x=\"117.6\" y=\"49.59\" width=\"1.31\" height=\"0.78\" fill=\"#CCC7B2\"/>\n <rect x=\"117.6\" y=\"48.81\" width=\"1.31\" height=\"0.78\" fill=\"#CFC6AE\"/>\n <rect x=\"117.6\" y=\"48.02\" width=\"1.31\" height=\"0.78\" fill=\"#D4C5AA\"/>\n <rect x=\"117.6\" y=\"47.24\" width=\"1.31\" height=\"0.78\" fill=\"#D8C3A6\"/>\n <rect x=\"117.6\" y=\"46.46\" width=\"1.31\" height=\"0.78\" fill=\"#D3B79A\"/>\n <rect x=\"117.6\" y=\"45.68\" width=\"1.31\" height=\"0.78\" fill=\"#CDAB8E\"/>\n <rect x=\"117.6\" y=\"44.9\" width=\"1.31\" height=\"0.78\" fill=\"#C89E82\"/>\n <rect x=\"117.6\" y=\"44.12\" width=\"1.31\" height=\"0.78\" fill=\"#C19177\"/>\n <rect x=\"117.6\" y=\"43.34\" width=\"1.31\" height=\"0.78\" fill=\"#BA836C\"/>\n <rect x=\"117.6\" y=\"42.56\" width=\"1.31\" height=\"0.78\" fill=\"#B27563\"/>\n <rect x=\"117.6\" y=\"41.77\" width=\"1.31\" height=\"0.78\" fill=\"#AA665A\"/>\n <rect x=\"117.6\" y=\"40.99\" width=\"1.31\" height=\"0.78\" fill=\"#A05752\"/>\n <rect x=\"117.6\" y=\"40.21\" width=\"1.31\" height=\"0.78\" fill=\"#96484A\"/>\n <rect x=\"117.6\" y=\"39.43\" width=\"1.31\" height=\"0.78\" fill=\"#8B3844\"/>\n <rect x=\"117.6\" y=\"38.65\" width=\"1.31\" height=\"0.78\" fill=\"#7E273E\"/>\n <g stroke=\"#FFFFFF\" stroke-width=\"0.2\" id=\"fig-757fddc5089a4bec8de385a234bb3439-element-7\">\n <path fill=\"none\" d=\"M117.6,57.44 L 118.92 57.44\"/>\n <path fill=\"none\" d=\"M117.6,63.7 L 118.92 63.7\"/>\n <path fill=\"none\" d=\"M117.6,44.91 L 118.92 44.91\"/>\n <path fill=\"none\" d=\"M117.6,51.17 L 118.92 51.17\"/>\n <path fill=\"none\" d=\"M117.6,69.9 L 118.92 69.9\"/>\n <path fill=\"none\" d=\"M117.6,38.65 L 118.92 38.65\"/>\n </g>\n </g>\n <g fill=\"#362A35\" font-size=\"3.88\" font-family=\"'PT Sans','Helvetica Neue','Helvetica',sans-serif\" stroke=\"none\" id=\"fig-757fddc5089a4bec8de385a234bb3439-element-8\">\n <text x=\"117.6\" y=\"34.65\">Engagement</text>\n </g>\n </g>\n <g clip-path=\"url(#fig-757fddc5089a4bec8de385a234bb3439-element-10)\" id=\"fig-757fddc5089a4bec8de385a234bb3439-element-9\">\n <g pointer-events=\"visible\" opacity=\"1\" fill=\"none\" stroke=\"none\" class=\"guide background\" id=\"fig-757fddc5089a4bec8de385a234bb3439-element-11\">\n <rect x=\"16.28\" y=\"12.61\" width=\"99.32\" height=\"68.1\"/>\n </g>\n <g class=\"guide xgridlines yfixed\" stroke-dasharray=\"0.5,0.5\" stroke-width=\"0.2\" stroke=\"#D0D0E0\" id=\"fig-757fddc5089a4bec8de385a234bb3439-element-12\">\n <path fill=\"none\" d=\"M19.38,12.61 L 19.38 80.72\"/>\n <path fill=\"none\" d=\"M42.86,12.61 L 42.86 80.72\"/>\n <path fill=\"none\" d=\"M66.35,12.61 L 66.35 80.72\"/>\n <path fill=\"none\" d=\"M89.84,12.61 L 89.84 80.72\"/>\n <path fill=\"none\" d=\"M113.32,12.61 L 113.32 80.72\"/>\n </g>\n <g class=\"guide ygridlines xfixed\" stroke-dasharray=\"0.5,0.5\" stroke-width=\"0.2\" stroke=\"#D0D0E0\" id=\"fig-757fddc5089a4bec8de385a234bb3439-element-13\">\n <path fill=\"none\" d=\"M16.28,74.5 L 115.6 74.5\"/>\n <path fill=\"none\" d=\"M16.28,65.03 L 115.6 65.03\"/>\n <path fill=\"none\" d=\"M16.28,55.55 L 115.6 55.55\"/>\n <path fill=\"none\" d=\"M16.28,46.07 L 115.6 46.07\"/>\n <path fill=\"none\" d=\"M16.28,36.6 L 115.6 36.6\"/>\n <path fill=\"none\" d=\"M16.28,27.12 L 115.6 27.12\"/>\n <path fill=\"none\" d=\"M16.28,17.64 L 115.6 17.64\"/>\n </g>\n <g class=\"plotpanel\" id=\"fig-757fddc5089a4bec8de385a234bb3439-element-14\">\n <g class=\"geometry\" id=\"fig-757fddc5089a4bec8de385a234bb3439-element-15\">\n <g stroke-width=\"0\" id=\"fig-757fddc5089a4bec8de385a234bb3439-element-16\">\n <circle cx=\"20.21\" cy=\"73.12\" r=\"0.4\" stroke=\"#000535\" fill=\"#005488\"/>\n <circle cx=\"25.34\" cy=\"56.32\" r=\"0.4\" stroke=\"#001134\" fill=\"#006A96\"/>\n <circle cx=\"19.45\" cy=\"74.16\" r=\"0.4\" stroke=\"#000535\" fill=\"#005589\"/>\n <circle cx=\"20.48\" cy=\"74.49\" r=\"0.4\" stroke=\"#000832\" fill=\"#006090\"/>\n <circle cx=\"22.21\" cy=\"65.67\" r=\"0.4\" stroke=\"#000833\" fill=\"#005E8F\"/>\n <circle cx=\"19.97\" cy=\"74.27\" r=\"0.4\" stroke=\"#000634\" fill=\"#00578A\"/>\n <circle cx=\"65.02\" cy=\"35.2\" r=\"0.4\" stroke=\"#035458\" fill=\"#7ABCBF\"/>\n <circle cx=\"20.56\" cy=\"75.46\" r=\"0.4\" stroke=\"#000634\" fill=\"#00578A\"/>\n <circle cx=\"25.69\" cy=\"45.07\" r=\"0.4\" stroke=\"#000932\" fill=\"#006291\"/>\n <circle cx=\"20.27\" cy=\"75.45\" r=\"0.4\" stroke=\"#000436\" fill=\"#004E85\"/>\n <circle cx=\"24.21\" cy=\"65.82\" r=\"0.4\" stroke=\"#001033\" fill=\"#006995\"/>\n <circle cx=\"21.07\" cy=\"65.68\" r=\"0.4\" stroke=\"#000634\" fill=\"#00568A\"/>\n <circle cx=\"20.4\" cy=\"65.84\" r=\"0.4\" stroke=\"#000436\" fill=\"#005186\"/>\n <circle cx=\"20.14\" cy=\"65.87\" r=\"0.4\" stroke=\"#000536\" fill=\"#005287\"/>\n <circle cx=\"19.86\" cy=\"75.97\" r=\"0.4\" stroke=\"#000337\" fill=\"#004D84\"/>\n <circle cx=\"23.99\" cy=\"65.8\" r=\"0.4\" stroke=\"#001435\" fill=\"#006D97\"/>\n <circle cx=\"21.49\" cy=\"73.61\" r=\"0.4\" stroke=\"#000D32\" fill=\"#006794\"/>\n <circle cx=\"19.28\" cy=\"77.04\" r=\"0.4\" stroke=\"#000535\" fill=\"#005589\"/>\n <circle cx=\"19.97\" cy=\"75.85\" r=\"0.4\" stroke=\"#000436\" fill=\"#004F86\"/>\n <circle cx=\"21.66\" cy=\"74.56\" r=\"0.4\" stroke=\"#001234\" fill=\"#006B97\"/>\n <circle cx=\"18.91\" cy=\"74.07\" r=\"0.4\" stroke=\"#000536\" fill=\"#005287\"/>\n <circle cx=\"25.69\" cy=\"37.03\" r=\"0.4\" stroke=\"#000833\" fill=\"#005E8F\"/>\n <circle cx=\"24.24\" cy=\"73.47\" r=\"0.4\" stroke=\"#002E44\" fill=\"#258EA9\"/>\n <circle cx=\"20.33\" cy=\"63.87\" r=\"0.4\" stroke=\"#000634\" fill=\"#00568A\"/>\n <circle cx=\"19.23\" cy=\"74.92\" r=\"0.4\" stroke=\"#000337\" fill=\"#004D84\"/>\n <circle cx=\"20.5\" cy=\"74.17\" r=\"0.4\" stroke=\"#000535\" fill=\"#005589\"/>\n <circle cx=\"19.47\" cy=\"74.09\" r=\"0.4\" stroke=\"#000436\" fill=\"#004F86\"/>\n <circle cx=\"19.57\" cy=\"76.33\" r=\"0.4\" stroke=\"#000436\" fill=\"#004F86\"/>\n <circle cx=\"19.39\" cy=\"63.99\" r=\"0.4\" stroke=\"#000436\" fill=\"#004F86\"/>\n <circle cx=\"20.6\" cy=\"77.15\" r=\"0.4\" stroke=\"#000634\" fill=\"#00578A\"/>\n <circle cx=\"20.14\" cy=\"65.13\" r=\"0.4\" stroke=\"#000535\" fill=\"#005589\"/>\n <circle cx=\"37.57\" cy=\"57.52\" r=\"0.4\" stroke=\"#003548\" fill=\"#3998AD\"/>\n <circle cx=\"20.93\" cy=\"66.57\" r=\"0.4\" stroke=\"#000734\" fill=\"#005A8C\"/>\n <circle cx=\"19.4\" cy=\"74.09\" r=\"0.4\" stroke=\"#000436\" fill=\"#004E85\"/>\n <circle cx=\"19.92\" cy=\"74.92\" r=\"0.4\" stroke=\"#000536\" fill=\"#005287\"/>\n <circle cx=\"21.73\" cy=\"64.54\" r=\"0.4\" stroke=\"#000734\" fill=\"#005A8C\"/>\n <circle cx=\"19.65\" cy=\"75.51\" r=\"0.4\" stroke=\"#000436\" fill=\"#004F86\"/>\n <circle cx=\"31.43\" cy=\"56.69\" r=\"0.4\" stroke=\"#00243F\" fill=\"#0083A3\"/>\n <circle cx=\"20.82\" cy=\"64.8\" r=\"0.4\" stroke=\"#000535\" fill=\"#005488\"/>\n <circle cx=\"20.02\" cy=\"75.64\" r=\"0.4\" stroke=\"#000337\" fill=\"#004D84\"/>\n <circle cx=\"19.44\" cy=\"73.28\" r=\"0.4\" stroke=\"#000436\" fill=\"#004F86\"/>\n <circle cx=\"21.28\" cy=\"74.12\" r=\"0.4\" stroke=\"#000832\" fill=\"#006090\"/>\n <circle cx=\"20.59\" cy=\"74.33\" r=\"0.4\" stroke=\"#000733\" fill=\"#005C8E\"/>\n <circle cx=\"20.13\" cy=\"64.62\" r=\"0.4\" stroke=\"#000535\" fill=\"#005287\"/>\n <circle cx=\"22.21\" cy=\"75.06\" r=\"0.4\" stroke=\"#001837\" fill=\"#00719A\"/>\n <circle cx=\"20.38\" cy=\"63.84\" r=\"0.4\" stroke=\"#000535\" fill=\"#005388\"/>\n <circle cx=\"23.89\" cy=\"73.67\" r=\"0.4\" stroke=\"#002C44\" fill=\"#208CA8\"/>\n <circle cx=\"20.69\" cy=\"74.78\" r=\"0.4\" stroke=\"#000634\" fill=\"#00588B\"/>\n <circle cx=\"20.58\" cy=\"64.05\" r=\"0.4\" stroke=\"#000536\" fill=\"#005287\"/>\n <circle cx=\"18.71\" cy=\"76.08\" r=\"0.4\" stroke=\"#000536\" fill=\"#005287\"/>\n <circle cx=\"20.03\" cy=\"75.1\" r=\"0.4\" stroke=\"#000635\" fill=\"#00568A\"/>\n <circle cx=\"19.89\" cy=\"75.02\" r=\"0.4\" stroke=\"#000634\" fill=\"#00588B\"/>\n <circle cx=\"23.04\" cy=\"65.22\" r=\"0.4\" stroke=\"#000B32\" fill=\"#006593\"/>\n <circle cx=\"20.24\" cy=\"72.68\" r=\"0.4\" stroke=\"#000635\" fill=\"#00568A\"/>\n <circle cx=\"19.72\" cy=\"74.66\" r=\"0.4\" stroke=\"#000535\" fill=\"#005488\"/>\n <circle cx=\"19.94\" cy=\"65.37\" r=\"0.4\" stroke=\"#000436\" fill=\"#005186\"/>\n <circle cx=\"19.36\" cy=\"75.36\" r=\"0.4\" stroke=\"#000337\" fill=\"#004D84\"/>\n <circle cx=\"21.65\" cy=\"64.97\" r=\"0.4\" stroke=\"#000733\" fill=\"#005C8E\"/>\n <circle cx=\"19.81\" cy=\"74.41\" r=\"0.4\" stroke=\"#000436\" fill=\"#005186\"/>\n <circle cx=\"21.16\" cy=\"57.2\" r=\"0.4\" stroke=\"#000635\" fill=\"#00568A\"/>\n <circle cx=\"19.32\" cy=\"75.04\" r=\"0.4\" stroke=\"#000535\" fill=\"#005589\"/>\n <circle cx=\"24.61\" cy=\"56.03\" r=\"0.4\" stroke=\"#000A31\" fill=\"#006493\"/>\n <circle cx=\"19.57\" cy=\"75.16\" r=\"0.4\" stroke=\"#000536\" fill=\"#005287\"/>\n <circle cx=\"19.89\" cy=\"76.75\" r=\"0.4\" stroke=\"#000535\" fill=\"#005488\"/>\n <circle cx=\"20.33\" cy=\"35.2\" r=\"0.4\" stroke=\"#000436\" fill=\"#004E85\"/>\n <circle cx=\"19.6\" cy=\"74.57\" r=\"0.4\" stroke=\"#000536\" fill=\"#005287\"/>\n <circle cx=\"19.89\" cy=\"75.02\" r=\"0.4\" stroke=\"#000337\" fill=\"#004D84\"/>\n <circle cx=\"24.7\" cy=\"72.31\" r=\"0.4\" stroke=\"#002A43\" fill=\"#1A8AA7\"/>\n <circle cx=\"21.01\" cy=\"64.55\" r=\"0.4\" stroke=\"#000634\" fill=\"#00568A\"/>\n <circle cx=\"19.72\" cy=\"74.41\" r=\"0.4\" stroke=\"#000337\" fill=\"#004D84\"/>\n <circle cx=\"19.37\" cy=\"74.57\" r=\"0.4\" stroke=\"#000337\" fill=\"#004D84\"/>\n <circle cx=\"19.42\" cy=\"64.54\" r=\"0.4\" stroke=\"#000436\" fill=\"#005186\"/>\n <circle cx=\"27.63\" cy=\"44.93\" r=\"0.4\" stroke=\"#000D32\" fill=\"#006794\"/>\n <circle cx=\"20.88\" cy=\"74.16\" r=\"0.4\" stroke=\"#000635\" fill=\"#00568A\"/>\n <circle cx=\"22.09\" cy=\"65.64\" r=\"0.4\" stroke=\"#000833\" fill=\"#005E8F\"/>\n <circle cx=\"21.89\" cy=\"63.36\" r=\"0.4\" stroke=\"#000734\" fill=\"#00598C\"/>\n <circle cx=\"22.71\" cy=\"46.1\" r=\"0.4\" stroke=\"#000634\" fill=\"#00578A\"/>\n <circle cx=\"19.63\" cy=\"74.11\" r=\"0.4\" stroke=\"#000535\" fill=\"#005488\"/>\n <circle cx=\"20.3\" cy=\"74.48\" r=\"0.4\" stroke=\"#000635\" fill=\"#00568A\"/>\n <circle cx=\"21.93\" cy=\"77.08\" r=\"0.4\" stroke=\"#000A31\" fill=\"#006593\"/>\n <circle cx=\"19.68\" cy=\"66.06\" r=\"0.4\" stroke=\"#000337\" fill=\"#004D84\"/>\n <circle cx=\"19.74\" cy=\"74.27\" r=\"0.4\" stroke=\"#000634\" fill=\"#00578A\"/>\n <circle cx=\"21.87\" cy=\"75.48\" r=\"0.4\" stroke=\"#001335\" fill=\"#006C97\"/>\n <circle cx=\"20.97\" cy=\"56.02\" r=\"0.4\" stroke=\"#000635\" fill=\"#005589\"/>\n <circle cx=\"21.73\" cy=\"54.96\" r=\"0.4\" stroke=\"#000635\" fill=\"#00568A\"/>\n <circle cx=\"19.19\" cy=\"74.28\" r=\"0.4\" stroke=\"#000535\" fill=\"#005388\"/>\n <circle cx=\"22.18\" cy=\"73.97\" r=\"0.4\" stroke=\"#001837\" fill=\"#00719A\"/>\n <circle cx=\"34.85\" cy=\"18.49\" r=\"0.4\" stroke=\"#001234\" fill=\"#006A96\"/>\n <circle cx=\"20.44\" cy=\"75.93\" r=\"0.4\" stroke=\"#000436\" fill=\"#005186\"/>\n <circle cx=\"19.8\" cy=\"75.37\" r=\"0.4\" stroke=\"#000833\" fill=\"#005D8E\"/>\n <circle cx=\"19.81\" cy=\"74.63\" r=\"0.4\" stroke=\"#000436\" fill=\"#004F86\"/>\n <circle cx=\"19.75\" cy=\"74.89\" r=\"0.4\" stroke=\"#000634\" fill=\"#00588B\"/>\n <circle cx=\"23.61\" cy=\"36.72\" r=\"0.4\" stroke=\"#000634\" fill=\"#00578A\"/>\n <circle cx=\"23.46\" cy=\"57.33\" r=\"0.4\" stroke=\"#000733\" fill=\"#005D8E\"/>\n <circle cx=\"20.18\" cy=\"75.45\" r=\"0.4\" stroke=\"#000733\" fill=\"#005B8D\"/>\n <circle cx=\"19.88\" cy=\"73.65\" r=\"0.4\" stroke=\"#000536\" fill=\"#005287\"/>\n <circle cx=\"19.62\" cy=\"75.37\" r=\"0.4\" stroke=\"#000535\" fill=\"#005388\"/>\n <circle cx=\"19.82\" cy=\"76.86\" r=\"0.4\" stroke=\"#000436\" fill=\"#005186\"/>\n <circle cx=\"20\" cy=\"76.46\" r=\"0.4\" stroke=\"#000634\" fill=\"#00578A\"/>\n <circle cx=\"20.07\" cy=\"75.94\" r=\"0.4\" stroke=\"#000535\" fill=\"#005488\"/>\n <circle cx=\"19.52\" cy=\"73.47\" r=\"0.4\" stroke=\"#000535\" fill=\"#005388\"/>\n <circle cx=\"19.21\" cy=\"74.5\" r=\"0.4\" stroke=\"#000337\" fill=\"#004D84\"/>\n <circle cx=\"20.84\" cy=\"65.36\" r=\"0.4\" stroke=\"#000635\" fill=\"#005589\"/>\n <circle cx=\"21.28\" cy=\"65.76\" r=\"0.4\" stroke=\"#000734\" fill=\"#005A8D\"/>\n <circle cx=\"19.77\" cy=\"72.86\" r=\"0.4\" stroke=\"#000436\" fill=\"#005186\"/>\n <circle cx=\"21.14\" cy=\"74.35\" r=\"0.4\" stroke=\"#000833\" fill=\"#005D8E\"/>\n <circle cx=\"21.69\" cy=\"46.23\" r=\"0.4\" stroke=\"#000535\" fill=\"#005489\"/>\n <circle cx=\"19.51\" cy=\"74.61\" r=\"0.4\" stroke=\"#000436\" fill=\"#004F86\"/>\n <circle cx=\"19.84\" cy=\"73.85\" r=\"0.4\" stroke=\"#000536\" fill=\"#005287\"/>\n <circle cx=\"19.28\" cy=\"74.28\" r=\"0.4\" stroke=\"#000337\" fill=\"#004D84\"/>\n <circle cx=\"20.71\" cy=\"63.89\" r=\"0.4\" stroke=\"#000535\" fill=\"#005388\"/>\n <circle cx=\"20.39\" cy=\"74.67\" r=\"0.4\" stroke=\"#000734\" fill=\"#00598C\"/>\n <circle cx=\"20.28\" cy=\"75.39\" r=\"0.4\" stroke=\"#000536\" fill=\"#005287\"/>\n <circle cx=\"22.6\" cy=\"75.36\" r=\"0.4\" stroke=\"#001737\" fill=\"#007099\"/>\n <circle cx=\"22.65\" cy=\"65.95\" r=\"0.4\" stroke=\"#000F33\" fill=\"#006895\"/>\n <circle cx=\"19.83\" cy=\"75.31\" r=\"0.4\" stroke=\"#000535\" fill=\"#005388\"/>\n <circle cx=\"21.44\" cy=\"74.73\" r=\"0.4\" stroke=\"#000932\" fill=\"#006291\"/>\n <circle cx=\"20.28\" cy=\"74.18\" r=\"0.4\" stroke=\"#000634\" fill=\"#00578A\"/>\n <circle cx=\"25.13\" cy=\"55.29\" r=\"0.4\" stroke=\"#000C32\" fill=\"#006694\"/>\n <circle cx=\"20.32\" cy=\"74.17\" r=\"0.4\" stroke=\"#000635\" fill=\"#00568A\"/>\n <circle cx=\"19.31\" cy=\"73.34\" r=\"0.4\" stroke=\"#000337\" fill=\"#004D84\"/>\n <circle cx=\"20.87\" cy=\"73.71\" r=\"0.4\" stroke=\"#000932\" fill=\"#006291\"/>\n <circle cx=\"20.78\" cy=\"74.93\" r=\"0.4\" stroke=\"#000833\" fill=\"#005D8E\"/>\n <circle cx=\"19.93\" cy=\"75.19\" r=\"0.4\" stroke=\"#000535\" fill=\"#005388\"/>\n <circle cx=\"18.89\" cy=\"75.74\" r=\"0.4\" stroke=\"#000436\" fill=\"#004E85\"/>\n <circle cx=\"21.03\" cy=\"75.53\" r=\"0.4\" stroke=\"#000932\" fill=\"#006291\"/>\n <circle cx=\"20.85\" cy=\"55.44\" r=\"0.4\" stroke=\"#000535\" fill=\"#005489\"/>\n <circle cx=\"20.7\" cy=\"73.19\" r=\"0.4\" stroke=\"#000832\" fill=\"#006190\"/>\n <circle cx=\"20.11\" cy=\"77.05\" r=\"0.4\" stroke=\"#000734\" fill=\"#00598C\"/>\n <circle cx=\"20.24\" cy=\"65.49\" r=\"0.4\" stroke=\"#000535\" fill=\"#005388\"/>\n <circle cx=\"19.66\" cy=\"74.04\" r=\"0.4\" stroke=\"#000436\" fill=\"#004E85\"/>\n <circle cx=\"22.16\" cy=\"75.29\" r=\"0.4\" stroke=\"#001636\" fill=\"#006F99\"/>\n <circle cx=\"19.59\" cy=\"75.1\" r=\"0.4\" stroke=\"#000436\" fill=\"#005186\"/>\n <circle cx=\"22.4\" cy=\"64.86\" r=\"0.4\" stroke=\"#000932\" fill=\"#006291\"/>\n <circle cx=\"20.06\" cy=\"62.1\" r=\"0.4\" stroke=\"#000634\" fill=\"#00568A\"/>\n <circle cx=\"24.58\" cy=\"72.9\" r=\"0.4\" stroke=\"#002841\" fill=\"#0F88A6\"/>\n <circle cx=\"19.27\" cy=\"73.76\" r=\"0.4\" stroke=\"#000536\" fill=\"#005287\"/>\n <circle cx=\"22.18\" cy=\"73.41\" r=\"0.4\" stroke=\"#001335\" fill=\"#006C97\"/>\n <circle cx=\"21.26\" cy=\"73.04\" r=\"0.4\" stroke=\"#000833\" fill=\"#005D8E\"/>\n <circle cx=\"19.47\" cy=\"76.24\" r=\"0.4\" stroke=\"#000337\" fill=\"#004D84\"/>\n <circle cx=\"20.09\" cy=\"73.44\" r=\"0.4\" stroke=\"#000535\" fill=\"#005388\"/>\n <circle cx=\"20.19\" cy=\"74.36\" r=\"0.4\" stroke=\"#000536\" fill=\"#005287\"/>\n <circle cx=\"19.87\" cy=\"65.33\" r=\"0.4\" stroke=\"#000436\" fill=\"#004E84\"/>\n <circle cx=\"19.06\" cy=\"73.97\" r=\"0.4\" stroke=\"#000436\" fill=\"#004E85\"/>\n <circle cx=\"20.01\" cy=\"74.84\" r=\"0.4\" stroke=\"#000536\" fill=\"#005287\"/>\n <circle cx=\"19.94\" cy=\"75.67\" r=\"0.4\" stroke=\"#000436\" fill=\"#004E85\"/>\n <circle cx=\"20.77\" cy=\"73.44\" r=\"0.4\" stroke=\"#000535\" fill=\"#005488\"/>\n <circle cx=\"19.44\" cy=\"64.09\" r=\"0.4\" stroke=\"#000436\" fill=\"#004E85\"/>\n <circle cx=\"26.27\" cy=\"75.22\" r=\"0.4\" stroke=\"#00434F\" fill=\"#56A7B5\"/>\n <circle cx=\"19.6\" cy=\"76.02\" r=\"0.4\" stroke=\"#000436\" fill=\"#004E85\"/>\n <circle cx=\"22.71\" cy=\"45.83\" r=\"0.4\" stroke=\"#000535\" fill=\"#005589\"/>\n <circle cx=\"23.68\" cy=\"65.78\" r=\"0.4\" stroke=\"#001234\" fill=\"#006B97\"/>\n <circle cx=\"22.44\" cy=\"74.82\" r=\"0.4\" stroke=\"#001C3A\" fill=\"#00769D\"/>\n <circle cx=\"19.16\" cy=\"74.92\" r=\"0.4\" stroke=\"#000436\" fill=\"#004E85\"/>\n <circle cx=\"19.86\" cy=\"75.53\" r=\"0.4\" stroke=\"#000436\" fill=\"#004E85\"/>\n <circle cx=\"18.67\" cy=\"73.79\" r=\"0.4\" stroke=\"#000535\" fill=\"#005388\"/>\n <circle cx=\"19.69\" cy=\"73.47\" r=\"0.4\" stroke=\"#000535\" fill=\"#005589\"/>\n <circle cx=\"21.52\" cy=\"54.27\" r=\"0.4\" stroke=\"#000535\" fill=\"#005589\"/>\n <circle cx=\"19.56\" cy=\"73.2\" r=\"0.4\" stroke=\"#000436\" fill=\"#004E85\"/>\n <circle cx=\"20.62\" cy=\"74.67\" r=\"0.4\" stroke=\"#000734\" fill=\"#00598C\"/>\n <circle cx=\"21.37\" cy=\"66.95\" r=\"0.4\" stroke=\"#000635\" fill=\"#005589\"/>\n <circle cx=\"19.8\" cy=\"64.72\" r=\"0.4\" stroke=\"#000535\" fill=\"#005489\"/>\n <circle cx=\"19.14\" cy=\"73.17\" r=\"0.4\" stroke=\"#000337\" fill=\"#004D84\"/>\n <circle cx=\"21.94\" cy=\"65.23\" r=\"0.4\" stroke=\"#000634\" fill=\"#00598B\"/>\n <circle cx=\"20.48\" cy=\"65.6\" r=\"0.4\" stroke=\"#000634\" fill=\"#00578A\"/>\n <circle cx=\"22.43\" cy=\"65.02\" r=\"0.4\" stroke=\"#000932\" fill=\"#006291\"/>\n <circle cx=\"19.47\" cy=\"75.68\" r=\"0.4\" stroke=\"#000535\" fill=\"#005488\"/>\n <circle cx=\"19.56\" cy=\"75.12\" r=\"0.4\" stroke=\"#000536\" fill=\"#005287\"/>\n <circle cx=\"19.93\" cy=\"75.04\" r=\"0.4\" stroke=\"#000733\" fill=\"#005B8D\"/>\n <circle cx=\"22.38\" cy=\"64.72\" r=\"0.4\" stroke=\"#000B32\" fill=\"#006593\"/>\n <circle cx=\"19.91\" cy=\"74.74\" r=\"0.4\" stroke=\"#000536\" fill=\"#005287\"/>\n <circle cx=\"19.84\" cy=\"74.58\" r=\"0.4\" stroke=\"#000337\" fill=\"#004D84\"/>\n <circle cx=\"20.99\" cy=\"74.48\" r=\"0.4\" stroke=\"#000635\" fill=\"#00568A\"/>\n <circle cx=\"19.37\" cy=\"73.38\" r=\"0.4\" stroke=\"#000436\" fill=\"#004F86\"/>\n <circle cx=\"27.44\" cy=\"45.85\" r=\"0.4\" stroke=\"#000C32\" fill=\"#006694\"/>\n <circle cx=\"21.97\" cy=\"56.56\" r=\"0.4\" stroke=\"#000634\" fill=\"#00578A\"/>\n <circle cx=\"28.21\" cy=\"74.57\" r=\"0.4\" stroke=\"#005358\" fill=\"#78BBBF\"/>\n <circle cx=\"21.8\" cy=\"66.14\" r=\"0.4\" stroke=\"#000733\" fill=\"#005B8D\"/>\n <circle cx=\"19.97\" cy=\"74.77\" r=\"0.4\" stroke=\"#000535\" fill=\"#005488\"/>\n <circle cx=\"19.83\" cy=\"73.16\" r=\"0.4\" stroke=\"#000337\" fill=\"#004D84\"/>\n <circle cx=\"25.16\" cy=\"56.7\" r=\"0.4\" stroke=\"#000A31\" fill=\"#006593\"/>\n <circle cx=\"19.98\" cy=\"73.38\" r=\"0.4\" stroke=\"#000436\" fill=\"#005186\"/>\n <circle cx=\"20\" cy=\"74.19\" r=\"0.4\" stroke=\"#000535\" fill=\"#005388\"/>\n <circle cx=\"19.03\" cy=\"74.38\" r=\"0.4\" stroke=\"#000436\" fill=\"#004F86\"/>\n <circle cx=\"19.59\" cy=\"73.76\" r=\"0.4\" stroke=\"#000635\" fill=\"#00568A\"/>\n <circle cx=\"19.72\" cy=\"74.1\" r=\"0.4\" stroke=\"#000436\" fill=\"#004F86\"/>\n <circle cx=\"19.94\" cy=\"73.29\" r=\"0.4\" stroke=\"#000337\" fill=\"#004D84\"/>\n <circle cx=\"18.71\" cy=\"73.22\" r=\"0.4\" stroke=\"#000436\" fill=\"#004E85\"/>\n <circle cx=\"19.33\" cy=\"63.95\" r=\"0.4\" stroke=\"#000337\" fill=\"#004D84\"/>\n <circle cx=\"20.19\" cy=\"73.95\" r=\"0.4\" stroke=\"#000734\" fill=\"#00598C\"/>\n <circle cx=\"19.76\" cy=\"73.86\" r=\"0.4\" stroke=\"#000536\" fill=\"#005287\"/>\n <circle cx=\"21.87\" cy=\"74.98\" r=\"0.4\" stroke=\"#000D32\" fill=\"#006794\"/>\n <circle cx=\"19.53\" cy=\"76.02\" r=\"0.4\" stroke=\"#000337\" fill=\"#004D84\"/>\n <circle cx=\"19.9\" cy=\"74.3\" r=\"0.4\" stroke=\"#000535\" fill=\"#005488\"/>\n <circle cx=\"20.59\" cy=\"72.22\" r=\"0.4\" stroke=\"#000833\" fill=\"#005D8E\"/>\n <circle cx=\"19.37\" cy=\"75.37\" r=\"0.4\" stroke=\"#000436\" fill=\"#005186\"/>\n <circle cx=\"19.18\" cy=\"64.6\" r=\"0.4\" stroke=\"#000436\" fill=\"#004E84\"/>\n <circle cx=\"20.23\" cy=\"75.04\" r=\"0.4\" stroke=\"#000734\" fill=\"#00598C\"/>\n <circle cx=\"22.3\" cy=\"54.8\" r=\"0.4\" stroke=\"#000734\" fill=\"#005A8C\"/>\n <circle cx=\"19.86\" cy=\"75.55\" r=\"0.4\" stroke=\"#000436\" fill=\"#004E85\"/>\n <circle cx=\"19.59\" cy=\"72.78\" r=\"0.4\" stroke=\"#000535\" fill=\"#005488\"/>\n <circle cx=\"18.31\" cy=\"76.73\" r=\"0.4\" stroke=\"#000436\" fill=\"#004E85\"/>\n <circle cx=\"20.02\" cy=\"73.38\" r=\"0.4\" stroke=\"#000535\" fill=\"#005589\"/>\n <circle cx=\"19.93\" cy=\"73.7\" r=\"0.4\" stroke=\"#000337\" fill=\"#004D84\"/>\n <circle cx=\"19.52\" cy=\"74.95\" r=\"0.4\" stroke=\"#000535\" fill=\"#005388\"/>\n <circle cx=\"19.55\" cy=\"75.04\" r=\"0.4\" stroke=\"#000436\" fill=\"#004E85\"/>\n <circle cx=\"21.41\" cy=\"74.77\" r=\"0.4\" stroke=\"#000931\" fill=\"#006392\"/>\n <circle cx=\"20.7\" cy=\"73.3\" r=\"0.4\" stroke=\"#000931\" fill=\"#006392\"/>\n <circle cx=\"24.1\" cy=\"74.54\" r=\"0.4\" stroke=\"#002741\" fill=\"#0A87A5\"/>\n <circle cx=\"19.95\" cy=\"73.67\" r=\"0.4\" stroke=\"#000337\" fill=\"#004D84\"/>\n <circle cx=\"21.1\" cy=\"76.73\" r=\"0.4\" stroke=\"#000734\" fill=\"#005A8D\"/>\n <circle cx=\"20.53\" cy=\"64.85\" r=\"0.4\" stroke=\"#000536\" fill=\"#005287\"/>\n <circle cx=\"19.85\" cy=\"75.45\" r=\"0.4\" stroke=\"#000436\" fill=\"#005186\"/>\n <circle cx=\"20.3\" cy=\"36.69\" r=\"0.4\" stroke=\"#000436\" fill=\"#005086\"/>\n <circle cx=\"23.3\" cy=\"64.75\" r=\"0.4\" stroke=\"#001033\" fill=\"#006995\"/>\n <circle cx=\"20.38\" cy=\"74.61\" r=\"0.4\" stroke=\"#000833\" fill=\"#005E8F\"/>\n <circle cx=\"20.1\" cy=\"75.2\" r=\"0.4\" stroke=\"#000436\" fill=\"#004F86\"/>\n <circle cx=\"19.96\" cy=\"64.38\" r=\"0.4\" stroke=\"#000535\" fill=\"#005287\"/>\n <circle cx=\"19.36\" cy=\"74.58\" r=\"0.4\" stroke=\"#000436\" fill=\"#004F86\"/>\n <circle cx=\"19.67\" cy=\"64.72\" r=\"0.4\" stroke=\"#000436\" fill=\"#004E84\"/>\n <circle cx=\"21.11\" cy=\"73.99\" r=\"0.4\" stroke=\"#000833\" fill=\"#005E8F\"/>\n <circle cx=\"21.78\" cy=\"75.04\" r=\"0.4\" stroke=\"#001033\" fill=\"#006995\"/>\n <circle cx=\"19.31\" cy=\"74.3\" r=\"0.4\" stroke=\"#000536\" fill=\"#005287\"/>\n <circle cx=\"19.09\" cy=\"75.82\" r=\"0.4\" stroke=\"#000536\" fill=\"#005287\"/>\n <circle cx=\"19.52\" cy=\"74.96\" r=\"0.4\" stroke=\"#000536\" fill=\"#005287\"/>\n <circle cx=\"21.17\" cy=\"72.64\" r=\"0.4\" stroke=\"#000F33\" fill=\"#006895\"/>\n <circle cx=\"21.34\" cy=\"74.74\" r=\"0.4\" stroke=\"#000833\" fill=\"#005D8E\"/>\n <circle cx=\"19.07\" cy=\"75.29\" r=\"0.4\" stroke=\"#000436\" fill=\"#004E85\"/>\n <circle cx=\"21.59\" cy=\"75.25\" r=\"0.4\" stroke=\"#001636\" fill=\"#006F99\"/>\n <circle cx=\"22.08\" cy=\"64.52\" r=\"0.4\" stroke=\"#000733\" fill=\"#005C8E\"/>\n <circle cx=\"21.29\" cy=\"46.07\" r=\"0.4\" stroke=\"#000436\" fill=\"#004F85\"/>\n <circle cx=\"20.23\" cy=\"73.21\" r=\"0.4\" stroke=\"#000535\" fill=\"#005388\"/>\n <circle cx=\"19.86\" cy=\"73.58\" r=\"0.4\" stroke=\"#000337\" fill=\"#004D84\"/>\n <circle cx=\"19.4\" cy=\"55.08\" r=\"0.4\" stroke=\"#000436\" fill=\"#004E85\"/>\n <circle cx=\"23.58\" cy=\"74.47\" r=\"0.4\" stroke=\"#002A42\" fill=\"#1789A7\"/>\n <circle cx=\"20.08\" cy=\"72.65\" r=\"0.4\" stroke=\"#000535\" fill=\"#005488\"/>\n <circle cx=\"18.96\" cy=\"74.6\" r=\"0.4\" stroke=\"#000436\" fill=\"#004E85\"/>\n <circle cx=\"21.68\" cy=\"75.95\" r=\"0.4\" stroke=\"#000832\" fill=\"#006090\"/>\n <circle cx=\"19.58\" cy=\"75.38\" r=\"0.4\" stroke=\"#000436\" fill=\"#004F86\"/>\n <circle cx=\"19.75\" cy=\"74.62\" r=\"0.4\" stroke=\"#000635\" fill=\"#00568A\"/>\n <circle cx=\"20.34\" cy=\"64.51\" r=\"0.4\" stroke=\"#000535\" fill=\"#005388\"/>\n <circle cx=\"19.53\" cy=\"74.56\" r=\"0.4\" stroke=\"#000536\" fill=\"#005287\"/>\n <circle cx=\"26.46\" cy=\"47.74\" r=\"0.4\" stroke=\"#000B32\" fill=\"#006693\"/>\n <circle cx=\"20.79\" cy=\"73.02\" r=\"0.4\" stroke=\"#000734\" fill=\"#005A8D\"/>\n <circle cx=\"19.61\" cy=\"66.17\" r=\"0.4\" stroke=\"#000536\" fill=\"#005287\"/>\n <circle cx=\"19.07\" cy=\"75.08\" r=\"0.4\" stroke=\"#000337\" fill=\"#004D84\"/>\n <circle cx=\"19.92\" cy=\"73.78\" r=\"0.4\" stroke=\"#000535\" fill=\"#005488\"/>\n <circle cx=\"19.24\" cy=\"75.02\" r=\"0.4\" stroke=\"#000337\" fill=\"#004D84\"/>\n <circle cx=\"19.64\" cy=\"74.01\" r=\"0.4\" stroke=\"#000436\" fill=\"#004E85\"/>\n <circle cx=\"19.78\" cy=\"76\" r=\"0.4\" stroke=\"#000535\" fill=\"#005589\"/>\n <circle cx=\"24.45\" cy=\"54.86\" r=\"0.4\" stroke=\"#000932\" fill=\"#006291\"/>\n <circle cx=\"20.74\" cy=\"55.85\" r=\"0.4\" stroke=\"#000436\" fill=\"#004F85\"/>\n <circle cx=\"19.88\" cy=\"75.24\" r=\"0.4\" stroke=\"#000535\" fill=\"#005388\"/>\n <circle cx=\"19.24\" cy=\"74.2\" r=\"0.4\" stroke=\"#000535\" fill=\"#005589\"/>\n <circle cx=\"20.44\" cy=\"75.09\" r=\"0.4\" stroke=\"#000436\" fill=\"#005186\"/>\n <circle cx=\"22.11\" cy=\"74.3\" r=\"0.4\" stroke=\"#001D3A\" fill=\"#00779D\"/>\n <circle cx=\"19.92\" cy=\"74.22\" r=\"0.4\" stroke=\"#000436\" fill=\"#005186\"/>\n <circle cx=\"20.18\" cy=\"73.88\" r=\"0.4\" stroke=\"#000733\" fill=\"#005B8D\"/>\n <circle cx=\"33.14\" cy=\"55.66\" r=\"0.4\" stroke=\"#002A42\" fill=\"#188AA7\"/>\n <circle cx=\"23.69\" cy=\"45.3\" r=\"0.4\" stroke=\"#000634\" fill=\"#00588B\"/>\n <circle cx=\"19.72\" cy=\"75\" r=\"0.4\" stroke=\"#000634\" fill=\"#00578A\"/>\n <circle cx=\"20.13\" cy=\"75.44\" r=\"0.4\" stroke=\"#000436\" fill=\"#004E85\"/>\n <circle cx=\"21.45\" cy=\"73.74\" r=\"0.4\" stroke=\"#000931\" fill=\"#006492\"/>\n <circle cx=\"19.4\" cy=\"65.08\" r=\"0.4\" stroke=\"#000436\" fill=\"#004F85\"/>\n <circle cx=\"21.9\" cy=\"75.25\" r=\"0.4\" stroke=\"#001938\" fill=\"#00729B\"/>\n <circle cx=\"19.55\" cy=\"75.08\" r=\"0.4\" stroke=\"#000337\" fill=\"#004D84\"/>\n <circle cx=\"19.93\" cy=\"74.38\" r=\"0.4\" stroke=\"#000536\" fill=\"#005287\"/>\n <circle cx=\"20.29\" cy=\"75.5\" r=\"0.4\" stroke=\"#000634\" fill=\"#00578A\"/>\n <circle cx=\"19.62\" cy=\"73.19\" r=\"0.4\" stroke=\"#000634\" fill=\"#00578A\"/>\n <circle cx=\"18.79\" cy=\"74.3\" r=\"0.4\" stroke=\"#000337\" fill=\"#004D84\"/>\n <circle cx=\"19.06\" cy=\"63.57\" r=\"0.4\" stroke=\"#000337\" fill=\"#004D84\"/>\n <circle cx=\"20.63\" cy=\"64.39\" r=\"0.4\" stroke=\"#000535\" fill=\"#005488\"/>\n <circle cx=\"21.51\" cy=\"74.89\" r=\"0.4\" stroke=\"#000931\" fill=\"#006392\"/>\n <circle cx=\"19.36\" cy=\"74.96\" r=\"0.4\" stroke=\"#000436\" fill=\"#005186\"/>\n <circle cx=\"20.57\" cy=\"74.92\" r=\"0.4\" stroke=\"#000734\" fill=\"#00598C\"/>\n <circle cx=\"21.58\" cy=\"74.27\" r=\"0.4\" stroke=\"#000733\" fill=\"#005C8E\"/>\n <circle cx=\"21.62\" cy=\"74.65\" r=\"0.4\" stroke=\"#001234\" fill=\"#006B97\"/>\n <circle cx=\"19.5\" cy=\"73.19\" r=\"0.4\" stroke=\"#000535\" fill=\"#005388\"/>\n <circle cx=\"21.08\" cy=\"74.39\" r=\"0.4\" stroke=\"#000931\" fill=\"#006492\"/>\n <circle cx=\"23.16\" cy=\"76.15\" r=\"0.4\" stroke=\"#001E3B\" fill=\"#007A9E\"/>\n <circle cx=\"19.13\" cy=\"75.88\" r=\"0.4\" stroke=\"#000536\" fill=\"#005287\"/>\n <circle cx=\"20.05\" cy=\"73.72\" r=\"0.4\" stroke=\"#000337\" fill=\"#004D84\"/>\n <circle cx=\"21.13\" cy=\"54.97\" r=\"0.4\" stroke=\"#000535\" fill=\"#005489\"/>\n <circle cx=\"21.84\" cy=\"55.54\" r=\"0.4\" stroke=\"#000734\" fill=\"#00598C\"/>\n <circle cx=\"20.49\" cy=\"64.13\" r=\"0.4\" stroke=\"#000535\" fill=\"#005589\"/>\n <circle cx=\"22.2\" cy=\"65.76\" r=\"0.4\" stroke=\"#000833\" fill=\"#005D8E\"/>\n <circle cx=\"19.83\" cy=\"74.04\" r=\"0.4\" stroke=\"#000337\" fill=\"#004D84\"/>\n <circle cx=\"22.89\" cy=\"64.92\" r=\"0.4\" stroke=\"#000932\" fill=\"#006291\"/>\n <circle cx=\"19.82\" cy=\"74.38\" r=\"0.4\" stroke=\"#000436\" fill=\"#004E85\"/>\n <circle cx=\"19.75\" cy=\"64.49\" r=\"0.4\" stroke=\"#000337\" fill=\"#004D84\"/>\n <circle cx=\"21.22\" cy=\"74.53\" r=\"0.4\" stroke=\"#000932\" fill=\"#006291\"/>\n <circle cx=\"26.04\" cy=\"63.89\" r=\"0.4\" stroke=\"#001E3B\" fill=\"#007A9F\"/>\n <circle cx=\"21.03\" cy=\"73.19\" r=\"0.4\" stroke=\"#000734\" fill=\"#005A8D\"/>\n <circle cx=\"20.52\" cy=\"74.24\" r=\"0.4\" stroke=\"#000733\" fill=\"#005C8E\"/>\n <circle cx=\"22.1\" cy=\"74.39\" r=\"0.4\" stroke=\"#001435\" fill=\"#006D98\"/>\n <circle cx=\"21.64\" cy=\"64.94\" r=\"0.4\" stroke=\"#000733\" fill=\"#005B8D\"/>\n <circle cx=\"21.22\" cy=\"55.4\" r=\"0.4\" stroke=\"#000535\" fill=\"#005489\"/>\n <circle cx=\"22.48\" cy=\"66.48\" r=\"0.4\" stroke=\"#000932\" fill=\"#006191\"/>\n <circle cx=\"19.4\" cy=\"73.57\" r=\"0.4\" stroke=\"#000536\" fill=\"#005287\"/>\n <circle cx=\"19.85\" cy=\"75.32\" r=\"0.4\" stroke=\"#000535\" fill=\"#005388\"/>\n <circle cx=\"19.78\" cy=\"64.31\" r=\"0.4\" stroke=\"#000436\" fill=\"#005186\"/>\n <circle cx=\"27.16\" cy=\"65.84\" r=\"0.4\" stroke=\"#00223E\" fill=\"#007FA1\"/>\n <circle cx=\"19.97\" cy=\"75.35\" r=\"0.4\" stroke=\"#000536\" fill=\"#005287\"/>\n <circle cx=\"21.38\" cy=\"47.12\" r=\"0.4\" stroke=\"#000535\" fill=\"#005287\"/>\n <circle cx=\"21.35\" cy=\"74.57\" r=\"0.4\" stroke=\"#000F33\" fill=\"#006895\"/>\n <circle cx=\"19.83\" cy=\"75.23\" r=\"0.4\" stroke=\"#000436\" fill=\"#004E85\"/>\n <circle cx=\"22.34\" cy=\"64.89\" r=\"0.4\" stroke=\"#000A31\" fill=\"#006593\"/>\n <circle cx=\"19.85\" cy=\"75.35\" r=\"0.4\" stroke=\"#000535\" fill=\"#005589\"/>\n <circle cx=\"20.21\" cy=\"73.86\" r=\"0.4\" stroke=\"#000634\" fill=\"#00578A\"/>\n <circle cx=\"21.16\" cy=\"74.37\" r=\"0.4\" stroke=\"#000733\" fill=\"#005C8E\"/>\n <circle cx=\"20.56\" cy=\"55.65\" r=\"0.4\" stroke=\"#000536\" fill=\"#005287\"/>\n <circle cx=\"20.16\" cy=\"73.47\" r=\"0.4\" stroke=\"#000734\" fill=\"#00598C\"/>\n <circle cx=\"22.76\" cy=\"75.01\" r=\"0.4\" stroke=\"#001A38\" fill=\"#00739B\"/>\n <circle cx=\"23.36\" cy=\"45.47\" r=\"0.4\" stroke=\"#000634\" fill=\"#00588B\"/>\n <circle cx=\"20.08\" cy=\"73.98\" r=\"0.4\" stroke=\"#000634\" fill=\"#00588B\"/>\n <circle cx=\"20.29\" cy=\"74.67\" r=\"0.4\" stroke=\"#000634\" fill=\"#00578A\"/>\n <circle cx=\"19.13\" cy=\"74.93\" r=\"0.4\" stroke=\"#000436\" fill=\"#005186\"/>\n <circle cx=\"18.96\" cy=\"75.04\" r=\"0.4\" stroke=\"#000436\" fill=\"#005186\"/>\n <circle cx=\"20.62\" cy=\"74.35\" r=\"0.4\" stroke=\"#000832\" fill=\"#006090\"/>\n <circle cx=\"21.57\" cy=\"55.25\" r=\"0.4\" stroke=\"#000634\" fill=\"#00578A\"/>\n <circle cx=\"20.76\" cy=\"63.48\" r=\"0.4\" stroke=\"#000634\" fill=\"#00568A\"/>\n <circle cx=\"19.44\" cy=\"73.33\" r=\"0.4\" stroke=\"#000436\" fill=\"#005186\"/>\n <circle cx=\"19.76\" cy=\"73.18\" r=\"0.4\" stroke=\"#000436\" fill=\"#004F86\"/>\n <circle cx=\"21.65\" cy=\"75.39\" r=\"0.4\" stroke=\"#001234\" fill=\"#006B97\"/>\n <circle cx=\"19.79\" cy=\"73.55\" r=\"0.4\" stroke=\"#000337\" fill=\"#004D84\"/>\n <circle cx=\"19.03\" cy=\"74.54\" r=\"0.4\" stroke=\"#000436\" fill=\"#005186\"/>\n <circle cx=\"25.06\" cy=\"74.48\" r=\"0.4\" stroke=\"#003246\" fill=\"#3093AB\"/>\n <circle cx=\"19.22\" cy=\"75.38\" r=\"0.4\" stroke=\"#000436\" fill=\"#004E85\"/>\n <circle cx=\"19.73\" cy=\"74.12\" r=\"0.4\" stroke=\"#000536\" fill=\"#005287\"/>\n <circle cx=\"19.36\" cy=\"73.71\" r=\"0.4\" stroke=\"#000337\" fill=\"#004D84\"/>\n <circle cx=\"25.57\" cy=\"46.42\" r=\"0.4\" stroke=\"#000931\" fill=\"#006392\"/>\n <circle cx=\"20.81\" cy=\"75.38\" r=\"0.4\" stroke=\"#000734\" fill=\"#00598C\"/>\n <circle cx=\"19.29\" cy=\"74\" r=\"0.4\" stroke=\"#000436\" fill=\"#004E85\"/>\n <circle cx=\"26.8\" cy=\"45.18\" r=\"0.4\" stroke=\"#000932\" fill=\"#006291\"/>\n <circle cx=\"19.69\" cy=\"75.4\" r=\"0.4\" stroke=\"#000337\" fill=\"#004D84\"/>\n <circle cx=\"19.06\" cy=\"75.34\" r=\"0.4\" stroke=\"#000337\" fill=\"#004D84\"/>\n <circle cx=\"21.03\" cy=\"62.76\" r=\"0.4\" stroke=\"#000634\" fill=\"#00578A\"/>\n <circle cx=\"19.63\" cy=\"75.12\" r=\"0.4\" stroke=\"#000536\" fill=\"#005287\"/>\n <circle cx=\"22.44\" cy=\"47.16\" r=\"0.4\" stroke=\"#000734\" fill=\"#00598C\"/>\n <circle cx=\"19.74\" cy=\"75.66\" r=\"0.4\" stroke=\"#000436\" fill=\"#005186\"/>\n <circle cx=\"19.96\" cy=\"76.02\" r=\"0.4\" stroke=\"#000436\" fill=\"#004E85\"/>\n <circle cx=\"21.79\" cy=\"64.71\" r=\"0.4\" stroke=\"#000734\" fill=\"#005A8D\"/>\n <circle cx=\"20.83\" cy=\"75.14\" r=\"0.4\" stroke=\"#000932\" fill=\"#006291\"/>\n <circle cx=\"19.53\" cy=\"73.36\" r=\"0.4\" stroke=\"#000535\" fill=\"#005488\"/>\n <circle cx=\"19.62\" cy=\"74.87\" r=\"0.4\" stroke=\"#000337\" fill=\"#004D84\"/>\n <circle cx=\"20.49\" cy=\"74.77\" r=\"0.4\" stroke=\"#000536\" fill=\"#005287\"/>\n <circle cx=\"20.02\" cy=\"74.8\" r=\"0.4\" stroke=\"#000634\" fill=\"#00588B\"/>\n <circle cx=\"20.56\" cy=\"63.58\" r=\"0.4\" stroke=\"#000535\" fill=\"#005488\"/>\n <circle cx=\"20.11\" cy=\"75.84\" r=\"0.4\" stroke=\"#000536\" fill=\"#005287\"/>\n <circle cx=\"22.87\" cy=\"55.22\" r=\"0.4\" stroke=\"#000734\" fill=\"#005A8D\"/>\n <circle cx=\"21.11\" cy=\"73.16\" r=\"0.4\" stroke=\"#000832\" fill=\"#006190\"/>\n <circle cx=\"20.24\" cy=\"65.97\" r=\"0.4\" stroke=\"#000535\" fill=\"#005287\"/>\n <circle cx=\"21.19\" cy=\"74.63\" r=\"0.4\" stroke=\"#000D32\" fill=\"#006794\"/>\n <circle cx=\"20.03\" cy=\"75.2\" r=\"0.4\" stroke=\"#000536\" fill=\"#005287\"/>\n <circle cx=\"20.3\" cy=\"72.8\" r=\"0.4\" stroke=\"#000634\" fill=\"#00578A\"/>\n <circle cx=\"23.4\" cy=\"54.57\" r=\"0.4\" stroke=\"#000833\" fill=\"#005E8F\"/>\n <circle cx=\"20.26\" cy=\"75.09\" r=\"0.4\" stroke=\"#000536\" fill=\"#005287\"/>\n <circle cx=\"20.06\" cy=\"74.03\" r=\"0.4\" stroke=\"#000635\" fill=\"#00568A\"/>\n <circle cx=\"20.97\" cy=\"55.57\" r=\"0.4\" stroke=\"#000536\" fill=\"#005287\"/>\n <circle cx=\"20.41\" cy=\"74.37\" r=\"0.4\" stroke=\"#000535\" fill=\"#005589\"/>\n <circle cx=\"20.83\" cy=\"65.2\" r=\"0.4\" stroke=\"#000634\" fill=\"#00578A\"/>\n <circle cx=\"19.97\" cy=\"64.2\" r=\"0.4\" stroke=\"#000535\" fill=\"#005287\"/>\n <circle cx=\"20.35\" cy=\"63.06\" r=\"0.4\" stroke=\"#000535\" fill=\"#005388\"/>\n <circle cx=\"19.67\" cy=\"75.89\" r=\"0.4\" stroke=\"#000535\" fill=\"#005388\"/>\n <circle cx=\"21.17\" cy=\"74.74\" r=\"0.4\" stroke=\"#000832\" fill=\"#006190\"/>\n <circle cx=\"19.45\" cy=\"75.62\" r=\"0.4\" stroke=\"#000536\" fill=\"#005287\"/>\n <circle cx=\"20.69\" cy=\"65.5\" r=\"0.4\" stroke=\"#000634\" fill=\"#00578A\"/>\n <circle cx=\"20.05\" cy=\"64.31\" r=\"0.4\" stroke=\"#000436\" fill=\"#005186\"/>\n <circle cx=\"19.86\" cy=\"65.18\" r=\"0.4\" stroke=\"#000436\" fill=\"#005186\"/>\n <circle cx=\"20.19\" cy=\"74.85\" r=\"0.4\" stroke=\"#000734\" fill=\"#00598C\"/>\n <circle cx=\"24.75\" cy=\"55.95\" r=\"0.4\" stroke=\"#000A31\" fill=\"#006593\"/>\n <circle cx=\"19.16\" cy=\"74.64\" r=\"0.4\" stroke=\"#000436\" fill=\"#004E85\"/>\n <circle cx=\"21.97\" cy=\"73.61\" r=\"0.4\" stroke=\"#000932\" fill=\"#006291\"/>\n <circle cx=\"20.67\" cy=\"56.19\" r=\"0.4\" stroke=\"#000535\" fill=\"#005488\"/>\n <circle cx=\"20.02\" cy=\"74.83\" r=\"0.4\" stroke=\"#000634\" fill=\"#00578A\"/>\n <circle cx=\"20.21\" cy=\"73.24\" r=\"0.4\" stroke=\"#000535\" fill=\"#005388\"/>\n <circle cx=\"19.8\" cy=\"73.01\" r=\"0.4\" stroke=\"#000436\" fill=\"#004F86\"/>\n <circle cx=\"21.76\" cy=\"66.01\" r=\"0.4\" stroke=\"#000832\" fill=\"#006090\"/>\n <circle cx=\"46.48\" cy=\"36.52\" r=\"0.4\" stroke=\"#003247\" fill=\"#3194AB\"/>\n <circle cx=\"20.34\" cy=\"75\" r=\"0.4\" stroke=\"#000733\" fill=\"#005C8E\"/>\n <circle cx=\"20.67\" cy=\"65.3\" r=\"0.4\" stroke=\"#000436\" fill=\"#004F86\"/>\n <circle cx=\"20.39\" cy=\"73.95\" r=\"0.4\" stroke=\"#000634\" fill=\"#00578A\"/>\n <circle cx=\"19.97\" cy=\"74.92\" r=\"0.4\" stroke=\"#000337\" fill=\"#004D84\"/>\n <circle cx=\"21.5\" cy=\"66.18\" r=\"0.4\" stroke=\"#000634\" fill=\"#00598B\"/>\n <circle cx=\"20.09\" cy=\"74.93\" r=\"0.4\" stroke=\"#000535\" fill=\"#005589\"/>\n <circle cx=\"19.74\" cy=\"74.72\" r=\"0.4\" stroke=\"#000436\" fill=\"#004F86\"/>\n <circle cx=\"21.7\" cy=\"74.81\" r=\"0.4\" stroke=\"#000A31\" fill=\"#006593\"/>\n <circle cx=\"19.96\" cy=\"74.52\" r=\"0.4\" stroke=\"#000535\" fill=\"#005589\"/>\n <circle cx=\"19.53\" cy=\"76.17\" r=\"0.4\" stroke=\"#000436\" fill=\"#004F86\"/>\n <circle cx=\"20.5\" cy=\"74.34\" r=\"0.4\" stroke=\"#000734\" fill=\"#005A8D\"/>\n <circle cx=\"19.01\" cy=\"74.64\" r=\"0.4\" stroke=\"#000634\" fill=\"#00578A\"/>\n <circle cx=\"29.68\" cy=\"56.12\" r=\"0.4\" stroke=\"#001D3A\" fill=\"#00789E\"/>\n <circle cx=\"19.69\" cy=\"74.41\" r=\"0.4\" stroke=\"#000436\" fill=\"#005186\"/>\n <circle cx=\"20.53\" cy=\"66.11\" r=\"0.4\" stroke=\"#000634\" fill=\"#00578A\"/>\n <circle cx=\"21.51\" cy=\"45.14\" r=\"0.4\" stroke=\"#000535\" fill=\"#005388\"/>\n <circle cx=\"22.97\" cy=\"64.44\" r=\"0.4\" stroke=\"#000931\" fill=\"#006392\"/>\n <circle cx=\"19.94\" cy=\"65.37\" r=\"0.4\" stroke=\"#000436\" fill=\"#005086\"/>\n <circle cx=\"19.29\" cy=\"73.22\" r=\"0.4\" stroke=\"#000337\" fill=\"#004D84\"/>\n <circle cx=\"20.27\" cy=\"73.97\" r=\"0.4\" stroke=\"#000535\" fill=\"#005488\"/>\n <circle cx=\"23.8\" cy=\"44.22\" r=\"0.4\" stroke=\"#000734\" fill=\"#005A8D\"/>\n <circle cx=\"19.92\" cy=\"65.77\" r=\"0.4\" stroke=\"#000436\" fill=\"#004F85\"/>\n <circle cx=\"19.89\" cy=\"73.64\" r=\"0.4\" stroke=\"#000634\" fill=\"#00588B\"/>\n <circle cx=\"23.93\" cy=\"75.22\" r=\"0.4\" stroke=\"#002640\" fill=\"#0085A4\"/>\n <circle cx=\"21.22\" cy=\"73.9\" r=\"0.4\" stroke=\"#000D32\" fill=\"#006794\"/>\n <circle cx=\"22.37\" cy=\"73.79\" r=\"0.4\" stroke=\"#001A39\" fill=\"#00749C\"/>\n <circle cx=\"20.34\" cy=\"74.05\" r=\"0.4\" stroke=\"#000634\" fill=\"#00588B\"/>\n <circle cx=\"20.72\" cy=\"64.6\" r=\"0.4\" stroke=\"#000634\" fill=\"#00568A\"/>\n <circle cx=\"21.16\" cy=\"75.62\" r=\"0.4\" stroke=\"#000D32\" fill=\"#006794\"/>\n <circle cx=\"28.76\" cy=\"55.59\" r=\"0.4\" stroke=\"#001C3A\" fill=\"#00779D\"/>\n <circle cx=\"19.11\" cy=\"73.42\" r=\"0.4\" stroke=\"#000436\" fill=\"#004F86\"/>\n <circle cx=\"23.89\" cy=\"55.16\" r=\"0.4\" stroke=\"#000832\" fill=\"#006090\"/>\n <circle cx=\"21.31\" cy=\"74.39\" r=\"0.4\" stroke=\"#000D32\" fill=\"#006794\"/>\n <circle cx=\"19.14\" cy=\"74.43\" r=\"0.4\" stroke=\"#000337\" fill=\"#004D84\"/>\n <circle cx=\"20.8\" cy=\"74.13\" r=\"0.4\" stroke=\"#000734\" fill=\"#005A8D\"/>\n <circle cx=\"22.58\" cy=\"72.83\" r=\"0.4\" stroke=\"#00243F\" fill=\"#0082A3\"/>\n <circle cx=\"19.59\" cy=\"75.74\" r=\"0.4\" stroke=\"#000635\" fill=\"#00568A\"/>\n <circle cx=\"34.59\" cy=\"37.3\" r=\"0.4\" stroke=\"#001D3A\" fill=\"#00779D\"/>\n <circle cx=\"19.22\" cy=\"74.51\" r=\"0.4\" stroke=\"#000337\" fill=\"#004D84\"/>\n <circle cx=\"20.7\" cy=\"73.98\" r=\"0.4\" stroke=\"#000931\" fill=\"#006392\"/>\n <circle cx=\"20.8\" cy=\"74\" r=\"0.4\" stroke=\"#000733\" fill=\"#005C8E\"/>\n <circle cx=\"21.01\" cy=\"74.36\" r=\"0.4\" stroke=\"#000931\" fill=\"#006492\"/>\n <circle cx=\"20.42\" cy=\"74.41\" r=\"0.4\" stroke=\"#000436\" fill=\"#004F86\"/>\n <circle cx=\"21.22\" cy=\"54.76\" r=\"0.4\" stroke=\"#000535\" fill=\"#005488\"/>\n <circle cx=\"22.36\" cy=\"76.49\" r=\"0.4\" stroke=\"#001837\" fill=\"#00719A\"/>\n <circle cx=\"22.31\" cy=\"63.86\" r=\"0.4\" stroke=\"#000832\" fill=\"#006090\"/>\n <circle cx=\"20.24\" cy=\"74.68\" r=\"0.4\" stroke=\"#000734\" fill=\"#00598C\"/>\n <circle cx=\"19.32\" cy=\"74.83\" r=\"0.4\" stroke=\"#000536\" fill=\"#005287\"/>\n <circle cx=\"21.58\" cy=\"56.04\" r=\"0.4\" stroke=\"#000634\" fill=\"#00588B\"/>\n <circle cx=\"33.54\" cy=\"56.12\" r=\"0.4\" stroke=\"#002C44\" fill=\"#208CA8\"/>\n <circle cx=\"19.99\" cy=\"65.05\" r=\"0.4\" stroke=\"#000436\" fill=\"#005186\"/>\n <circle cx=\"20.34\" cy=\"74.2\" r=\"0.4\" stroke=\"#000832\" fill=\"#006090\"/>\n <circle cx=\"20.43\" cy=\"73.5\" r=\"0.4\" stroke=\"#000535\" fill=\"#005589\"/>\n <circle cx=\"21.26\" cy=\"72.67\" r=\"0.4\" stroke=\"#001134\" fill=\"#006A96\"/>\n <circle cx=\"20.04\" cy=\"73.72\" r=\"0.4\" stroke=\"#000634\" fill=\"#00578A\"/>\n <circle cx=\"30.97\" cy=\"65.42\" r=\"0.4\" stroke=\"#003046\" fill=\"#2D92AB\"/>\n <circle cx=\"20.15\" cy=\"73.66\" r=\"0.4\" stroke=\"#000734\" fill=\"#005A8D\"/>\n <circle cx=\"19.93\" cy=\"73.59\" r=\"0.4\" stroke=\"#000536\" fill=\"#005287\"/>\n <circle cx=\"19.63\" cy=\"72.9\" r=\"0.4\" stroke=\"#000634\" fill=\"#00578A\"/>\n <circle cx=\"19.03\" cy=\"75.07\" r=\"0.4\" stroke=\"#000536\" fill=\"#005287\"/>\n <circle cx=\"19.97\" cy=\"72.54\" r=\"0.4\" stroke=\"#000536\" fill=\"#005287\"/>\n <circle cx=\"20.15\" cy=\"75.72\" r=\"0.4\" stroke=\"#000536\" fill=\"#005287\"/>\n <circle cx=\"22.32\" cy=\"56.99\" r=\"0.4\" stroke=\"#000734\" fill=\"#005A8D\"/>\n <circle cx=\"20.22\" cy=\"74.93\" r=\"0.4\" stroke=\"#000635\" fill=\"#00568A\"/>\n <circle cx=\"22.24\" cy=\"65.45\" r=\"0.4\" stroke=\"#000832\" fill=\"#006190\"/>\n <circle cx=\"19.4\" cy=\"74.16\" r=\"0.4\" stroke=\"#000436\" fill=\"#005186\"/>\n <circle cx=\"20.33\" cy=\"74.66\" r=\"0.4\" stroke=\"#000535\" fill=\"#005488\"/>\n <circle cx=\"19.27\" cy=\"73.64\" r=\"0.4\" stroke=\"#000536\" fill=\"#005287\"/>\n <circle cx=\"19.32\" cy=\"74.99\" r=\"0.4\" stroke=\"#000436\" fill=\"#004F86\"/>\n <circle cx=\"19.84\" cy=\"74.78\" r=\"0.4\" stroke=\"#000536\" fill=\"#005287\"/>\n <circle cx=\"20.03\" cy=\"73.56\" r=\"0.4\" stroke=\"#000436\" fill=\"#004E85\"/>\n <circle cx=\"24.49\" cy=\"56.55\" r=\"0.4\" stroke=\"#000932\" fill=\"#006291\"/>\n <circle cx=\"19.23\" cy=\"73.94\" r=\"0.4\" stroke=\"#000436\" fill=\"#004E85\"/>\n <circle cx=\"19.07\" cy=\"73.56\" r=\"0.4\" stroke=\"#000337\" fill=\"#004D84\"/>\n <circle cx=\"20.1\" cy=\"73.23\" r=\"0.4\" stroke=\"#000635\" fill=\"#00568A\"/>\n <circle cx=\"21.77\" cy=\"75.23\" r=\"0.4\" stroke=\"#001234\" fill=\"#006B97\"/>\n <circle cx=\"19.7\" cy=\"75.12\" r=\"0.4\" stroke=\"#000535\" fill=\"#005488\"/>\n <circle cx=\"21.44\" cy=\"67.38\" r=\"0.4\" stroke=\"#000832\" fill=\"#006190\"/>\n <circle cx=\"19.34\" cy=\"72.85\" r=\"0.4\" stroke=\"#000337\" fill=\"#004D84\"/>\n <circle cx=\"21.05\" cy=\"72.97\" r=\"0.4\" stroke=\"#000634\" fill=\"#00578A\"/>\n <circle cx=\"23.34\" cy=\"64.85\" r=\"0.4\" stroke=\"#001034\" fill=\"#006A96\"/>\n <circle cx=\"19.31\" cy=\"73.65\" r=\"0.4\" stroke=\"#000337\" fill=\"#004D84\"/>\n <circle cx=\"22.15\" cy=\"75.62\" r=\"0.4\" stroke=\"#001938\" fill=\"#00729B\"/>\n <circle cx=\"20.25\" cy=\"74.94\" r=\"0.4\" stroke=\"#000436\" fill=\"#004F86\"/>\n <circle cx=\"26.84\" cy=\"63.95\" r=\"0.4\" stroke=\"#001F3C\" fill=\"#007B9F\"/>\n <circle cx=\"22.64\" cy=\"54.36\" r=\"0.4\" stroke=\"#000733\" fill=\"#005C8E\"/>\n <circle cx=\"20.82\" cy=\"73.73\" r=\"0.4\" stroke=\"#000634\" fill=\"#00588B\"/>\n <circle cx=\"20.15\" cy=\"74.79\" r=\"0.4\" stroke=\"#000436\" fill=\"#005186\"/>\n <circle cx=\"19.35\" cy=\"56.59\" r=\"0.4\" stroke=\"#000436\" fill=\"#004E84\"/>\n <circle cx=\"19.86\" cy=\"74.37\" r=\"0.4\" stroke=\"#000734\" fill=\"#00598C\"/>\n <circle cx=\"20.04\" cy=\"76.48\" r=\"0.4\" stroke=\"#000337\" fill=\"#004D84\"/>\n <circle cx=\"25.92\" cy=\"66.23\" r=\"0.4\" stroke=\"#001B39\" fill=\"#00759C\"/>\n <circle cx=\"20.6\" cy=\"74.54\" r=\"0.4\" stroke=\"#000634\" fill=\"#00588B\"/>\n <circle cx=\"20.01\" cy=\"65.02\" r=\"0.4\" stroke=\"#000436\" fill=\"#005187\"/>\n <circle cx=\"19.81\" cy=\"74.61\" r=\"0.4\" stroke=\"#000536\" fill=\"#005287\"/>\n <circle cx=\"20.57\" cy=\"55.88\" r=\"0.4\" stroke=\"#000535\" fill=\"#005388\"/>\n <circle cx=\"21.38\" cy=\"55.51\" r=\"0.4\" stroke=\"#000535\" fill=\"#005287\"/>\n <circle cx=\"21.28\" cy=\"65.19\" r=\"0.4\" stroke=\"#000634\" fill=\"#00568A\"/>\n <circle cx=\"19.79\" cy=\"75.63\" r=\"0.4\" stroke=\"#000536\" fill=\"#005287\"/>\n <circle cx=\"19.47\" cy=\"73.69\" r=\"0.4\" stroke=\"#000436\" fill=\"#005186\"/>\n <circle cx=\"20.49\" cy=\"63.37\" r=\"0.4\" stroke=\"#000535\" fill=\"#005589\"/>\n <circle cx=\"19.39\" cy=\"73.88\" r=\"0.4\" stroke=\"#000536\" fill=\"#005287\"/>\n <circle cx=\"19.79\" cy=\"73.6\" r=\"0.4\" stroke=\"#000436\" fill=\"#004F86\"/>\n <circle cx=\"21.76\" cy=\"55.17\" r=\"0.4\" stroke=\"#000634\" fill=\"#00598C\"/>\n <circle cx=\"21.31\" cy=\"74.22\" r=\"0.4\" stroke=\"#001435\" fill=\"#006D98\"/>\n <circle cx=\"20.08\" cy=\"72.94\" r=\"0.4\" stroke=\"#000635\" fill=\"#00568A\"/>\n <circle cx=\"22.49\" cy=\"65.5\" r=\"0.4\" stroke=\"#000832\" fill=\"#006090\"/>\n <circle cx=\"23.42\" cy=\"63.52\" r=\"0.4\" stroke=\"#000C32\" fill=\"#006694\"/>\n <circle cx=\"20.99\" cy=\"74.93\" r=\"0.4\" stroke=\"#000931\" fill=\"#006492\"/>\n <circle cx=\"32.07\" cy=\"74.41\" r=\"0.4\" stroke=\"#3C6660\" fill=\"#A3CFC8\"/>\n <circle cx=\"20.87\" cy=\"76.52\" r=\"0.4\" stroke=\"#000833\" fill=\"#005D8E\"/>\n <circle cx=\"19.69\" cy=\"72.98\" r=\"0.4\" stroke=\"#000436\" fill=\"#004E85\"/>\n <circle cx=\"19.9\" cy=\"75.96\" r=\"0.4\" stroke=\"#000536\" fill=\"#005287\"/>\n <circle cx=\"20.81\" cy=\"64.03\" r=\"0.4\" stroke=\"#000535\" fill=\"#005388\"/>\n <circle cx=\"19.52\" cy=\"74.94\" r=\"0.4\" stroke=\"#000536\" fill=\"#005287\"/>\n <circle cx=\"20.06\" cy=\"74.07\" r=\"0.4\" stroke=\"#000536\" fill=\"#005287\"/>\n <circle cx=\"59.29\" cy=\"64.62\" r=\"0.4\" stroke=\"#586152\" fill=\"#BFCAB8\"/>\n <circle cx=\"19.86\" cy=\"75.43\" r=\"0.4\" stroke=\"#000535\" fill=\"#005388\"/>\n <circle cx=\"19.45\" cy=\"75.38\" r=\"0.4\" stroke=\"#000535\" fill=\"#005388\"/>\n <circle cx=\"20.26\" cy=\"74.8\" r=\"0.4\" stroke=\"#000337\" fill=\"#004D84\"/>\n <circle cx=\"19.82\" cy=\"74.6\" r=\"0.4\" stroke=\"#000634\" fill=\"#00578A\"/>\n <circle cx=\"20.21\" cy=\"73.06\" r=\"0.4\" stroke=\"#000634\" fill=\"#00578A\"/>\n <circle cx=\"19.96\" cy=\"73.8\" r=\"0.4\" stroke=\"#000535\" fill=\"#005589\"/>\n <circle cx=\"25.68\" cy=\"64.58\" r=\"0.4\" stroke=\"#001B39\" fill=\"#00759C\"/>\n <circle cx=\"20.44\" cy=\"74.46\" r=\"0.4\" stroke=\"#000734\" fill=\"#00598C\"/>\n <circle cx=\"20.42\" cy=\"73.64\" r=\"0.4\" stroke=\"#000733\" fill=\"#005C8E\"/>\n <circle cx=\"22.14\" cy=\"74.83\" r=\"0.4\" stroke=\"#001F3C\" fill=\"#007B9F\"/>\n <circle cx=\"23.05\" cy=\"65.53\" r=\"0.4\" stroke=\"#000932\" fill=\"#006291\"/>\n <circle cx=\"19.91\" cy=\"75.54\" r=\"0.4\" stroke=\"#000337\" fill=\"#004D84\"/>\n <circle cx=\"22.93\" cy=\"74.05\" r=\"0.4\" stroke=\"#001F3C\" fill=\"#007CA0\"/>\n <circle cx=\"19.85\" cy=\"74.87\" r=\"0.4\" stroke=\"#000436\" fill=\"#004F86\"/>\n <circle cx=\"19.92\" cy=\"66.71\" r=\"0.4\" stroke=\"#000436\" fill=\"#004E84\"/>\n <circle cx=\"19.29\" cy=\"74.41\" r=\"0.4\" stroke=\"#000337\" fill=\"#004D84\"/>\n <circle cx=\"20.94\" cy=\"74.38\" r=\"0.4\" stroke=\"#000833\" fill=\"#005E8F\"/>\n <circle cx=\"19.15\" cy=\"74.31\" r=\"0.4\" stroke=\"#000337\" fill=\"#004D84\"/>\n <circle cx=\"19\" cy=\"76.25\" r=\"0.4\" stroke=\"#000337\" fill=\"#004D84\"/>\n <circle cx=\"19.9\" cy=\"74.37\" r=\"0.4\" stroke=\"#000436\" fill=\"#004F86\"/>\n <circle cx=\"20.06\" cy=\"74.58\" r=\"0.4\" stroke=\"#000634\" fill=\"#00578A\"/>\n <circle cx=\"19.47\" cy=\"75.45\" r=\"0.4\" stroke=\"#000337\" fill=\"#004D84\"/>\n <circle cx=\"22.68\" cy=\"46.29\" r=\"0.4\" stroke=\"#000635\" fill=\"#00568A\"/>\n <circle cx=\"20.3\" cy=\"65.52\" r=\"0.4\" stroke=\"#000635\" fill=\"#00568A\"/>\n <circle cx=\"20.24\" cy=\"74.33\" r=\"0.4\" stroke=\"#000436\" fill=\"#005186\"/>\n <circle cx=\"20.02\" cy=\"74.29\" r=\"0.4\" stroke=\"#000536\" fill=\"#005287\"/>\n <circle cx=\"34.01\" cy=\"27.89\" r=\"0.4\" stroke=\"#001435\" fill=\"#006D98\"/>\n <circle cx=\"19.57\" cy=\"74.23\" r=\"0.4\" stroke=\"#000535\" fill=\"#005388\"/>\n <circle cx=\"20.6\" cy=\"75\" r=\"0.4\" stroke=\"#000833\" fill=\"#005E8F\"/>\n <circle cx=\"25.78\" cy=\"55.07\" r=\"0.4\" stroke=\"#001134\" fill=\"#006A96\"/>\n <circle cx=\"21.35\" cy=\"47.47\" r=\"0.4\" stroke=\"#000535\" fill=\"#005388\"/>\n <circle cx=\"21.32\" cy=\"75.06\" r=\"0.4\" stroke=\"#000734\" fill=\"#00598C\"/>\n <circle cx=\"20.77\" cy=\"74.91\" r=\"0.4\" stroke=\"#000535\" fill=\"#005589\"/>\n <circle cx=\"19.25\" cy=\"74.42\" r=\"0.4\" stroke=\"#000535\" fill=\"#005488\"/>\n <circle cx=\"19.5\" cy=\"75.23\" r=\"0.4\" stroke=\"#000436\" fill=\"#005186\"/>\n <circle cx=\"20.98\" cy=\"75.02\" r=\"0.4\" stroke=\"#000734\" fill=\"#005A8D\"/>\n <circle cx=\"20.77\" cy=\"74.08\" r=\"0.4\" stroke=\"#000931\" fill=\"#006492\"/>\n <circle cx=\"32.55\" cy=\"16.75\" r=\"0.4\" stroke=\"#000D32\" fill=\"#006794\"/>\n <circle cx=\"19.93\" cy=\"74.04\" r=\"0.4\" stroke=\"#000634\" fill=\"#00588B\"/>\n <circle cx=\"19.99\" cy=\"74.55\" r=\"0.4\" stroke=\"#000634\" fill=\"#00578A\"/>\n <circle cx=\"26.83\" cy=\"56.75\" r=\"0.4\" stroke=\"#001837\" fill=\"#00719A\"/>\n <circle cx=\"20.57\" cy=\"66.31\" r=\"0.4\" stroke=\"#000436\" fill=\"#004F85\"/>\n <circle cx=\"27.99\" cy=\"55.77\" r=\"0.4\" stroke=\"#001837\" fill=\"#00719A\"/>\n <circle cx=\"20.22\" cy=\"65.03\" r=\"0.4\" stroke=\"#000634\" fill=\"#00568A\"/>\n <circle cx=\"21.26\" cy=\"74.3\" r=\"0.4\" stroke=\"#000931\" fill=\"#006492\"/>\n <circle cx=\"19.65\" cy=\"73.98\" r=\"0.4\" stroke=\"#000535\" fill=\"#005388\"/>\n <circle cx=\"19.17\" cy=\"72.26\" r=\"0.4\" stroke=\"#000536\" fill=\"#005287\"/>\n <circle cx=\"20.21\" cy=\"64.72\" r=\"0.4\" stroke=\"#000535\" fill=\"#005488\"/>\n <circle cx=\"20.2\" cy=\"64.98\" r=\"0.4\" stroke=\"#000436\" fill=\"#005186\"/>\n <circle cx=\"21\" cy=\"74.14\" r=\"0.4\" stroke=\"#000733\" fill=\"#005B8D\"/>\n <circle cx=\"21.1\" cy=\"76.44\" r=\"0.4\" stroke=\"#000832\" fill=\"#006190\"/>\n <circle cx=\"20.12\" cy=\"73.73\" r=\"0.4\" stroke=\"#000337\" fill=\"#004D84\"/>\n <circle cx=\"21.93\" cy=\"54.82\" r=\"0.4\" stroke=\"#000634\" fill=\"#00588B\"/>\n <circle cx=\"20.78\" cy=\"55.53\" r=\"0.4\" stroke=\"#000535\" fill=\"#005488\"/>\n <circle cx=\"21.16\" cy=\"75.56\" r=\"0.4\" stroke=\"#000F33\" fill=\"#006895\"/>\n <circle cx=\"19.91\" cy=\"73.56\" r=\"0.4\" stroke=\"#000536\" fill=\"#005287\"/>\n <circle cx=\"19.79\" cy=\"74.34\" r=\"0.4\" stroke=\"#000536\" fill=\"#005287\"/>\n <circle cx=\"19.5\" cy=\"74.71\" r=\"0.4\" stroke=\"#000337\" fill=\"#004D84\"/>\n <circle cx=\"20.6\" cy=\"64.71\" r=\"0.4\" stroke=\"#000535\" fill=\"#005388\"/>\n <circle cx=\"20.51\" cy=\"76.21\" r=\"0.4\" stroke=\"#000635\" fill=\"#00568A\"/>\n <circle cx=\"19.31\" cy=\"62.8\" r=\"0.4\" stroke=\"#000436\" fill=\"#004F85\"/>\n <circle cx=\"20.57\" cy=\"74.27\" r=\"0.4\" stroke=\"#000833\" fill=\"#005D8E\"/>\n <circle cx=\"21.84\" cy=\"75.03\" r=\"0.4\" stroke=\"#001435\" fill=\"#006D98\"/>\n <circle cx=\"19.68\" cy=\"64.6\" r=\"0.4\" stroke=\"#000436\" fill=\"#004F86\"/>\n <circle cx=\"21.44\" cy=\"73.97\" r=\"0.4\" stroke=\"#000931\" fill=\"#006392\"/>\n <circle cx=\"21.26\" cy=\"54.51\" r=\"0.4\" stroke=\"#000634\" fill=\"#00578A\"/>\n <circle cx=\"23.9\" cy=\"45.77\" r=\"0.4\" stroke=\"#000733\" fill=\"#005C8E\"/>\n <circle cx=\"20.91\" cy=\"73.76\" r=\"0.4\" stroke=\"#000931\" fill=\"#006392\"/>\n <circle cx=\"19.63\" cy=\"76.06\" r=\"0.4\" stroke=\"#000436\" fill=\"#005186\"/>\n <circle cx=\"20.36\" cy=\"65.28\" r=\"0.4\" stroke=\"#000436\" fill=\"#005187\"/>\n <circle cx=\"20.16\" cy=\"73.04\" r=\"0.4\" stroke=\"#000634\" fill=\"#00588B\"/>\n <circle cx=\"24.39\" cy=\"55.11\" r=\"0.4\" stroke=\"#000931\" fill=\"#006392\"/>\n <circle cx=\"20.34\" cy=\"65.64\" r=\"0.4\" stroke=\"#000535\" fill=\"#005388\"/>\n <circle cx=\"20.61\" cy=\"72.71\" r=\"0.4\" stroke=\"#000932\" fill=\"#006291\"/>\n <circle cx=\"20.24\" cy=\"74.74\" r=\"0.4\" stroke=\"#000833\" fill=\"#005E8F\"/>\n <circle cx=\"20.76\" cy=\"74.94\" r=\"0.4\" stroke=\"#000536\" fill=\"#005287\"/>\n <circle cx=\"19.52\" cy=\"73.91\" r=\"0.4\" stroke=\"#000535\" fill=\"#005589\"/>\n <circle cx=\"20.92\" cy=\"65.47\" r=\"0.4\" stroke=\"#000734\" fill=\"#005A8D\"/>\n <circle cx=\"30.24\" cy=\"44.99\" r=\"0.4\" stroke=\"#001636\" fill=\"#006F99\"/>\n <circle cx=\"24.96\" cy=\"65.96\" r=\"0.4\" stroke=\"#001A39\" fill=\"#00749C\"/>\n <circle cx=\"20.47\" cy=\"75.48\" r=\"0.4\" stroke=\"#000635\" fill=\"#00568A\"/>\n <circle cx=\"20.22\" cy=\"74.32\" r=\"0.4\" stroke=\"#000436\" fill=\"#004E85\"/>\n <circle cx=\"19.91\" cy=\"75.86\" r=\"0.4\" stroke=\"#000536\" fill=\"#005287\"/>\n <circle cx=\"19.94\" cy=\"65.2\" r=\"0.4\" stroke=\"#000535\" fill=\"#005488\"/>\n <circle cx=\"21.83\" cy=\"56.08\" r=\"0.4\" stroke=\"#000634\" fill=\"#00588B\"/>\n <circle cx=\"27.44\" cy=\"72.9\" r=\"0.4\" stroke=\"#004D54\" fill=\"#6BB3BB\"/>\n <circle cx=\"19.86\" cy=\"74.42\" r=\"0.4\" stroke=\"#000634\" fill=\"#00578A\"/>\n <circle cx=\"19.92\" cy=\"75.31\" r=\"0.4\" stroke=\"#000436\" fill=\"#004E85\"/>\n <circle cx=\"19.78\" cy=\"73.95\" r=\"0.4\" stroke=\"#000337\" fill=\"#004D84\"/>\n <circle cx=\"23.85\" cy=\"47.17\" r=\"0.4\" stroke=\"#000833\" fill=\"#005E8F\"/>\n <circle cx=\"19.77\" cy=\"74.68\" r=\"0.4\" stroke=\"#000634\" fill=\"#00578A\"/>\n <circle cx=\"20.38\" cy=\"73.32\" r=\"0.4\" stroke=\"#000436\" fill=\"#005186\"/>\n <circle cx=\"19.95\" cy=\"54.6\" r=\"0.4\" stroke=\"#000536\" fill=\"#005187\"/>\n <circle cx=\"22.84\" cy=\"62.59\" r=\"0.4\" stroke=\"#000931\" fill=\"#006392\"/>\n <circle cx=\"20.01\" cy=\"74.28\" r=\"0.4\" stroke=\"#000634\" fill=\"#00578A\"/>\n <circle cx=\"19.57\" cy=\"73.32\" r=\"0.4\" stroke=\"#000436\" fill=\"#005186\"/>\n <circle cx=\"19.09\" cy=\"74.96\" r=\"0.4\" stroke=\"#000436\" fill=\"#004E85\"/>\n <circle cx=\"19.39\" cy=\"74.73\" r=\"0.4\" stroke=\"#000635\" fill=\"#00568A\"/>\n <circle cx=\"20.11\" cy=\"75.77\" r=\"0.4\" stroke=\"#000634\" fill=\"#00588B\"/>\n <circle cx=\"19.63\" cy=\"65.41\" r=\"0.4\" stroke=\"#000436\" fill=\"#004F86\"/>\n <circle cx=\"26.45\" cy=\"64.14\" r=\"0.4\" stroke=\"#001C39\" fill=\"#00769D\"/>\n <circle cx=\"20.34\" cy=\"72.54\" r=\"0.4\" stroke=\"#000733\" fill=\"#005B8D\"/>\n <circle cx=\"19.75\" cy=\"75.68\" r=\"0.4\" stroke=\"#000337\" fill=\"#004D84\"/>\n <circle cx=\"23.91\" cy=\"64.45\" r=\"0.4\" stroke=\"#000D32\" fill=\"#006794\"/>\n <circle cx=\"19.94\" cy=\"73.04\" r=\"0.4\" stroke=\"#000634\" fill=\"#00578A\"/>\n <circle cx=\"19.51\" cy=\"73.67\" r=\"0.4\" stroke=\"#000337\" fill=\"#004D84\"/>\n <circle cx=\"23.16\" cy=\"74.12\" r=\"0.4\" stroke=\"#00243F\" fill=\"#0082A3\"/>\n <circle cx=\"20.38\" cy=\"73.34\" r=\"0.4\" stroke=\"#000535\" fill=\"#005589\"/>\n <circle cx=\"19.81\" cy=\"75.95\" r=\"0.4\" stroke=\"#000436\" fill=\"#004F86\"/>\n <circle cx=\"19.22\" cy=\"74.79\" r=\"0.4\" stroke=\"#000436\" fill=\"#004E85\"/>\n <circle cx=\"18.74\" cy=\"75.77\" r=\"0.4\" stroke=\"#000337\" fill=\"#004D84\"/>\n <circle cx=\"20.13\" cy=\"63.89\" r=\"0.4\" stroke=\"#000536\" fill=\"#005287\"/>\n <circle cx=\"20.5\" cy=\"73.83\" r=\"0.4\" stroke=\"#000832\" fill=\"#006090\"/>\n <circle cx=\"21.37\" cy=\"64.95\" r=\"0.4\" stroke=\"#000634\" fill=\"#00588B\"/>\n <circle cx=\"19.5\" cy=\"74.14\" r=\"0.4\" stroke=\"#000536\" fill=\"#005287\"/>\n <circle cx=\"21.91\" cy=\"73.22\" r=\"0.4\" stroke=\"#001335\" fill=\"#006C97\"/>\n <circle cx=\"19.52\" cy=\"74.04\" r=\"0.4\" stroke=\"#000536\" fill=\"#005287\"/>\n <circle cx=\"20.54\" cy=\"64.84\" r=\"0.4\" stroke=\"#000535\" fill=\"#005489\"/>\n <circle cx=\"19.64\" cy=\"73.24\" r=\"0.4\" stroke=\"#000536\" fill=\"#005287\"/>\n <circle cx=\"20.12\" cy=\"63.06\" r=\"0.4\" stroke=\"#000436\" fill=\"#004F86\"/>\n <circle cx=\"19.75\" cy=\"73.36\" r=\"0.4\" stroke=\"#000536\" fill=\"#005287\"/>\n <circle cx=\"31.45\" cy=\"55.25\" r=\"0.4\" stroke=\"#002540\" fill=\"#0084A4\"/>\n <circle cx=\"20.49\" cy=\"55.4\" r=\"0.4\" stroke=\"#000436\" fill=\"#004F86\"/>\n <circle cx=\"20.25\" cy=\"74.44\" r=\"0.4\" stroke=\"#000536\" fill=\"#005287\"/>\n <circle cx=\"20.1\" cy=\"72.52\" r=\"0.4\" stroke=\"#000635\" fill=\"#00568A\"/>\n <circle cx=\"21.12\" cy=\"75.43\" r=\"0.4\" stroke=\"#000C32\" fill=\"#006694\"/>\n <circle cx=\"23.32\" cy=\"55.11\" r=\"0.4\" stroke=\"#000832\" fill=\"#006191\"/>\n <circle cx=\"23.49\" cy=\"72.99\" r=\"0.4\" stroke=\"#00243F\" fill=\"#0082A3\"/>\n <circle cx=\"20\" cy=\"74.09\" r=\"0.4\" stroke=\"#000436\" fill=\"#004E85\"/>\n <circle cx=\"25.59\" cy=\"55.03\" r=\"0.4\" stroke=\"#000D32\" fill=\"#006794\"/>\n <circle cx=\"19.43\" cy=\"65.8\" r=\"0.4\" stroke=\"#000436\" fill=\"#004F86\"/>\n <circle cx=\"20.74\" cy=\"74.84\" r=\"0.4\" stroke=\"#000832\" fill=\"#006090\"/>\n <circle cx=\"20.56\" cy=\"66.53\" r=\"0.4\" stroke=\"#000535\" fill=\"#005488\"/>\n <circle cx=\"19.85\" cy=\"64.56\" r=\"0.4\" stroke=\"#000535\" fill=\"#005287\"/>\n <circle cx=\"19.26\" cy=\"73.68\" r=\"0.4\" stroke=\"#000436\" fill=\"#004F86\"/>\n <circle cx=\"20.41\" cy=\"73.77\" r=\"0.4\" stroke=\"#000535\" fill=\"#005388\"/>\n <circle cx=\"20.41\" cy=\"72.87\" r=\"0.4\" stroke=\"#000536\" fill=\"#005287\"/>\n <circle cx=\"20.07\" cy=\"75.38\" r=\"0.4\" stroke=\"#000535\" fill=\"#005589\"/>\n <circle cx=\"21.59\" cy=\"64.67\" r=\"0.4\" stroke=\"#000634\" fill=\"#00598B\"/>\n <circle cx=\"19.99\" cy=\"73.97\" r=\"0.4\" stroke=\"#000535\" fill=\"#005488\"/>\n <circle cx=\"20.83\" cy=\"73.35\" r=\"0.4\" stroke=\"#000832\" fill=\"#006090\"/>\n <circle cx=\"20.17\" cy=\"55.75\" r=\"0.4\" stroke=\"#000535\" fill=\"#005388\"/>\n <circle cx=\"19.34\" cy=\"73.41\" r=\"0.4\" stroke=\"#000337\" fill=\"#004D84\"/>\n <circle cx=\"19.79\" cy=\"66.6\" r=\"0.4\" stroke=\"#000436\" fill=\"#004E84\"/>\n <circle cx=\"21.09\" cy=\"74.29\" r=\"0.4\" stroke=\"#000832\" fill=\"#006090\"/>\n <circle cx=\"19.71\" cy=\"73.14\" r=\"0.4\" stroke=\"#000634\" fill=\"#00578A\"/>\n <circle cx=\"20.85\" cy=\"76.36\" r=\"0.4\" stroke=\"#000833\" fill=\"#005D8E\"/>\n <circle cx=\"21.05\" cy=\"74.6\" r=\"0.4\" stroke=\"#000634\" fill=\"#00578A\"/>\n <circle cx=\"20.07\" cy=\"54.75\" r=\"0.4\" stroke=\"#000436\" fill=\"#005086\"/>\n <circle cx=\"22.83\" cy=\"55.7\" r=\"0.4\" stroke=\"#000733\" fill=\"#005D8E\"/>\n <circle cx=\"21.45\" cy=\"75.01\" r=\"0.4\" stroke=\"#000932\" fill=\"#006291\"/>\n <circle cx=\"19.86\" cy=\"75.3\" r=\"0.4\" stroke=\"#000535\" fill=\"#005488\"/>\n <circle cx=\"20.12\" cy=\"74.18\" r=\"0.4\" stroke=\"#000436\" fill=\"#004E85\"/>\n <circle cx=\"19.61\" cy=\"74.13\" r=\"0.4\" stroke=\"#000337\" fill=\"#004D84\"/>\n <circle cx=\"21.48\" cy=\"63.58\" r=\"0.4\" stroke=\"#000733\" fill=\"#005C8E\"/>\n <circle cx=\"25.62\" cy=\"56.06\" r=\"0.4\" stroke=\"#000D32\" fill=\"#006794\"/>\n <circle cx=\"19.91\" cy=\"74.28\" r=\"0.4\" stroke=\"#000634\" fill=\"#00578A\"/>\n <circle cx=\"20.76\" cy=\"76.66\" r=\"0.4\" stroke=\"#000634\" fill=\"#00588B\"/>\n <circle cx=\"24.57\" cy=\"45.42\" r=\"0.4\" stroke=\"#000832\" fill=\"#006090\"/>\n <circle cx=\"22.34\" cy=\"44.76\" r=\"0.4\" stroke=\"#000634\" fill=\"#00578B\"/>\n <circle cx=\"20.19\" cy=\"75.09\" r=\"0.4\" stroke=\"#000734\" fill=\"#00598C\"/>\n <circle cx=\"20.89\" cy=\"48.16\" r=\"0.4\" stroke=\"#000436\" fill=\"#005086\"/>\n <circle cx=\"20.1\" cy=\"74.52\" r=\"0.4\" stroke=\"#000436\" fill=\"#005186\"/>\n <circle cx=\"20.93\" cy=\"64.8\" r=\"0.4\" stroke=\"#000733\" fill=\"#005C8E\"/>\n <circle cx=\"19.1\" cy=\"74.12\" r=\"0.4\" stroke=\"#000337\" fill=\"#004D84\"/>\n <circle cx=\"25.76\" cy=\"64.57\" r=\"0.4\" stroke=\"#001D3A\" fill=\"#00789E\"/>\n <circle cx=\"19.68\" cy=\"74.04\" r=\"0.4\" stroke=\"#000337\" fill=\"#004D84\"/>\n <circle cx=\"25.47\" cy=\"47.03\" r=\"0.4\" stroke=\"#000932\" fill=\"#006191\"/>\n <circle cx=\"20.74\" cy=\"73.07\" r=\"0.4\" stroke=\"#001033\" fill=\"#006995\"/>\n <circle cx=\"21.37\" cy=\"77.08\" r=\"0.4\" stroke=\"#000833\" fill=\"#005E8F\"/>\n <circle cx=\"20.05\" cy=\"74.09\" r=\"0.4\" stroke=\"#000536\" fill=\"#005287\"/>\n <circle cx=\"20.2\" cy=\"75.22\" r=\"0.4\" stroke=\"#000733\" fill=\"#005B8D\"/>\n <circle cx=\"19.32\" cy=\"73.45\" r=\"0.4\" stroke=\"#000337\" fill=\"#004D84\"/>\n <circle cx=\"20.62\" cy=\"77.23\" r=\"0.4\" stroke=\"#000833\" fill=\"#005E8F\"/>\n <circle cx=\"23.45\" cy=\"73.13\" r=\"0.4\" stroke=\"#002841\" fill=\"#0F88A6\"/>\n <circle cx=\"21.91\" cy=\"37.87\" r=\"0.4\" stroke=\"#000536\" fill=\"#005287\"/>\n <circle cx=\"19.16\" cy=\"77.19\" r=\"0.4\" stroke=\"#000436\" fill=\"#004E85\"/>\n <circle cx=\"23.56\" cy=\"55.93\" r=\"0.4\" stroke=\"#000833\" fill=\"#005E8F\"/>\n <circle cx=\"19.01\" cy=\"74.63\" r=\"0.4\" stroke=\"#000536\" fill=\"#005287\"/>\n <circle cx=\"23.27\" cy=\"54.41\" r=\"0.4\" stroke=\"#000733\" fill=\"#005D8E\"/>\n <circle cx=\"19.97\" cy=\"73.82\" r=\"0.4\" stroke=\"#000436\" fill=\"#005186\"/>\n <circle cx=\"20.12\" cy=\"73.91\" r=\"0.4\" stroke=\"#000634\" fill=\"#00588B\"/>\n <circle cx=\"20.79\" cy=\"75.18\" r=\"0.4\" stroke=\"#000C32\" fill=\"#006694\"/>\n <circle cx=\"19.32\" cy=\"75.69\" r=\"0.4\" stroke=\"#000635\" fill=\"#00568A\"/>\n <circle cx=\"19.57\" cy=\"76.14\" r=\"0.4\" stroke=\"#000536\" fill=\"#005287\"/>\n <circle cx=\"20.96\" cy=\"64.01\" r=\"0.4\" stroke=\"#000535\" fill=\"#005388\"/>\n <circle cx=\"19.66\" cy=\"74.19\" r=\"0.4\" stroke=\"#000436\" fill=\"#004E85\"/>\n <circle cx=\"19.33\" cy=\"74.44\" r=\"0.4\" stroke=\"#000536\" fill=\"#005287\"/>\n <circle cx=\"21.14\" cy=\"74.5\" r=\"0.4\" stroke=\"#000733\" fill=\"#005C8E\"/>\n <circle cx=\"18.84\" cy=\"75.49\" r=\"0.4\" stroke=\"#000337\" fill=\"#004D84\"/>\n <circle cx=\"24.71\" cy=\"65.27\" r=\"0.4\" stroke=\"#001A38\" fill=\"#00739B\"/>\n <circle cx=\"27.16\" cy=\"46.68\" r=\"0.4\" stroke=\"#000D32\" fill=\"#006694\"/>\n <circle cx=\"19.57\" cy=\"73.27\" r=\"0.4\" stroke=\"#000436\" fill=\"#004F86\"/>\n <circle cx=\"19.91\" cy=\"72.3\" r=\"0.4\" stroke=\"#000536\" fill=\"#005287\"/>\n <circle cx=\"20\" cy=\"46.93\" r=\"0.4\" stroke=\"#000436\" fill=\"#005086\"/>\n <circle cx=\"22.15\" cy=\"54.64\" r=\"0.4\" stroke=\"#000734\" fill=\"#005A8C\"/>\n <circle cx=\"20.21\" cy=\"65.23\" r=\"0.4\" stroke=\"#000535\" fill=\"#005388\"/>\n <circle cx=\"20.05\" cy=\"73.99\" r=\"0.4\" stroke=\"#000832\" fill=\"#006190\"/>\n <circle cx=\"21.66\" cy=\"55.61\" r=\"0.4\" stroke=\"#000634\" fill=\"#00578B\"/>\n <circle cx=\"20.99\" cy=\"55.68\" r=\"0.4\" stroke=\"#000535\" fill=\"#005388\"/>\n <circle cx=\"21.56\" cy=\"64.59\" r=\"0.4\" stroke=\"#000733\" fill=\"#005D8E\"/>\n <circle cx=\"20.96\" cy=\"74.09\" r=\"0.4\" stroke=\"#000733\" fill=\"#005C8E\"/>\n <circle cx=\"20.32\" cy=\"65.54\" r=\"0.4\" stroke=\"#000535\" fill=\"#005489\"/>\n <circle cx=\"33\" cy=\"65.95\" r=\"0.4\" stroke=\"#003C4C\" fill=\"#49A0B2\"/>\n <circle cx=\"19.86\" cy=\"65.18\" r=\"0.4\" stroke=\"#000436\" fill=\"#005086\"/>\n <circle cx=\"20.04\" cy=\"74.13\" r=\"0.4\" stroke=\"#000536\" fill=\"#005287\"/>\n <circle cx=\"19.2\" cy=\"74.55\" r=\"0.4\" stroke=\"#000436\" fill=\"#004F86\"/>\n <circle cx=\"21.79\" cy=\"73.19\" r=\"0.4\" stroke=\"#001636\" fill=\"#006F99\"/>\n <circle cx=\"25.36\" cy=\"75.64\" r=\"0.4\" stroke=\"#00394A\" fill=\"#419CAF\"/>\n <circle cx=\"19.65\" cy=\"73.93\" r=\"0.4\" stroke=\"#000635\" fill=\"#00568A\"/>\n <circle cx=\"19.63\" cy=\"74.03\" r=\"0.4\" stroke=\"#000436\" fill=\"#005186\"/>\n <circle cx=\"19.34\" cy=\"73.07\" r=\"0.4\" stroke=\"#000436\" fill=\"#004E85\"/>\n <circle cx=\"20.91\" cy=\"76.05\" r=\"0.4\" stroke=\"#000734\" fill=\"#005A8D\"/>\n <circle cx=\"22.12\" cy=\"73.12\" r=\"0.4\" stroke=\"#001536\" fill=\"#006E98\"/>\n <circle cx=\"20.48\" cy=\"56.63\" r=\"0.4\" stroke=\"#000436\" fill=\"#004F86\"/>\n <circle cx=\"20.3\" cy=\"73.53\" r=\"0.4\" stroke=\"#000634\" fill=\"#00578A\"/>\n <circle cx=\"20.17\" cy=\"74.45\" r=\"0.4\" stroke=\"#000634\" fill=\"#00578A\"/>\n <circle cx=\"19.97\" cy=\"74.41\" r=\"0.4\" stroke=\"#000535\" fill=\"#005488\"/>\n <circle cx=\"23.99\" cy=\"62.91\" r=\"0.4\" stroke=\"#001737\" fill=\"#007099\"/>\n <circle cx=\"19.9\" cy=\"74.94\" r=\"0.4\" stroke=\"#000535\" fill=\"#005388\"/>\n <circle cx=\"19.9\" cy=\"74.07\" r=\"0.4\" stroke=\"#000436\" fill=\"#004F86\"/>\n <circle cx=\"19.39\" cy=\"74.76\" r=\"0.4\" stroke=\"#000436\" fill=\"#004E85\"/>\n <circle cx=\"20.7\" cy=\"75.01\" r=\"0.4\" stroke=\"#000734\" fill=\"#00598C\"/>\n <circle cx=\"20.23\" cy=\"74.39\" r=\"0.4\" stroke=\"#000536\" fill=\"#005287\"/>\n <circle cx=\"20.49\" cy=\"74.81\" r=\"0.4\" stroke=\"#000832\" fill=\"#006090\"/>\n <circle cx=\"21.61\" cy=\"75.28\" r=\"0.4\" stroke=\"#001837\" fill=\"#00719A\"/>\n <circle cx=\"26.47\" cy=\"73.82\" r=\"0.4\" stroke=\"#00424F\" fill=\"#54A6B5\"/>\n <circle cx=\"19.86\" cy=\"75.31\" r=\"0.4\" stroke=\"#000436\" fill=\"#004F86\"/>\n <circle cx=\"24.89\" cy=\"55.33\" r=\"0.4\" stroke=\"#001033\" fill=\"#006995\"/>\n <circle cx=\"19.26\" cy=\"75.2\" r=\"0.4\" stroke=\"#000436\" fill=\"#004F86\"/>\n <circle cx=\"31.02\" cy=\"36.25\" r=\"0.4\" stroke=\"#001134\" fill=\"#006A96\"/>\n <circle cx=\"19.79\" cy=\"74.15\" r=\"0.4\" stroke=\"#000436\" fill=\"#004F86\"/>\n <circle cx=\"20.47\" cy=\"73.7\" r=\"0.4\" stroke=\"#000833\" fill=\"#005D8E\"/>\n <circle cx=\"20.29\" cy=\"75.44\" r=\"0.4\" stroke=\"#000635\" fill=\"#00568A\"/>\n <circle cx=\"21.2\" cy=\"73.77\" r=\"0.4\" stroke=\"#000A31\" fill=\"#006593\"/>\n <circle cx=\"19.88\" cy=\"74.6\" r=\"0.4\" stroke=\"#000536\" fill=\"#005287\"/>\n <circle cx=\"19.64\" cy=\"74.51\" r=\"0.4\" stroke=\"#000535\" fill=\"#005589\"/>\n <circle cx=\"20.43\" cy=\"73.33\" r=\"0.4\" stroke=\"#000733\" fill=\"#005B8D\"/>\n <circle cx=\"18.71\" cy=\"75.17\" r=\"0.4\" stroke=\"#000436\" fill=\"#004E85\"/>\n <circle cx=\"22.42\" cy=\"72.97\" r=\"0.4\" stroke=\"#001D3A\" fill=\"#00779D\"/>\n <circle cx=\"20.05\" cy=\"74.84\" r=\"0.4\" stroke=\"#000436\" fill=\"#004E85\"/>\n <circle cx=\"20.98\" cy=\"74.7\" r=\"0.4\" stroke=\"#000D32\" fill=\"#006794\"/>\n <circle cx=\"19.39\" cy=\"73.47\" r=\"0.4\" stroke=\"#000734\" fill=\"#00598C\"/>\n <circle cx=\"19.69\" cy=\"75.62\" r=\"0.4\" stroke=\"#000535\" fill=\"#005388\"/>\n <circle cx=\"22.22\" cy=\"64.88\" r=\"0.4\" stroke=\"#000832\" fill=\"#006090\"/>\n <circle cx=\"22.43\" cy=\"75.94\" r=\"0.4\" stroke=\"#001F3C\" fill=\"#007CA0\"/>\n <circle cx=\"20.12\" cy=\"74.71\" r=\"0.4\" stroke=\"#000535\" fill=\"#005388\"/>\n <circle cx=\"20.85\" cy=\"75.9\" r=\"0.4\" stroke=\"#000832\" fill=\"#006190\"/>\n <circle cx=\"19.02\" cy=\"72.71\" r=\"0.4\" stroke=\"#000436\" fill=\"#004E85\"/>\n <circle cx=\"45.13\" cy=\"46.36\" r=\"0.4\" stroke=\"#003E4D\" fill=\"#4CA2B2\"/>\n <circle cx=\"21.32\" cy=\"74.13\" r=\"0.4\" stroke=\"#000931\" fill=\"#006492\"/>\n <circle cx=\"19.34\" cy=\"74.09\" r=\"0.4\" stroke=\"#000535\" fill=\"#005589\"/>\n <circle cx=\"19.5\" cy=\"74.47\" r=\"0.4\" stroke=\"#000337\" fill=\"#004D84\"/>\n <circle cx=\"19.44\" cy=\"73.74\" r=\"0.4\" stroke=\"#000436\" fill=\"#004E85\"/>\n <circle cx=\"20.06\" cy=\"63.4\" r=\"0.4\" stroke=\"#000436\" fill=\"#004F86\"/>\n <circle cx=\"21.72\" cy=\"75.67\" r=\"0.4\" stroke=\"#001435\" fill=\"#006D98\"/>\n <circle cx=\"22.43\" cy=\"65.71\" r=\"0.4\" stroke=\"#000932\" fill=\"#006191\"/>\n <circle cx=\"21.6\" cy=\"75\" r=\"0.4\" stroke=\"#001536\" fill=\"#006E98\"/>\n <circle cx=\"20.68\" cy=\"71.96\" r=\"0.4\" stroke=\"#000733\" fill=\"#005B8D\"/>\n <circle cx=\"20.19\" cy=\"74.6\" r=\"0.4\" stroke=\"#000634\" fill=\"#00578A\"/>\n <circle cx=\"19.83\" cy=\"74.66\" r=\"0.4\" stroke=\"#000436\" fill=\"#005186\"/>\n <circle cx=\"20.14\" cy=\"75.37\" r=\"0.4\" stroke=\"#000931\" fill=\"#006392\"/>\n <circle cx=\"21.13\" cy=\"62.98\" r=\"0.4\" stroke=\"#000634\" fill=\"#00588B\"/>\n <circle cx=\"24.05\" cy=\"55.12\" r=\"0.4\" stroke=\"#000932\" fill=\"#006291\"/>\n <circle cx=\"23.31\" cy=\"74.14\" r=\"0.4\" stroke=\"#00243F\" fill=\"#0082A3\"/>\n <circle cx=\"21.12\" cy=\"66.05\" r=\"0.4\" stroke=\"#000634\" fill=\"#00568A\"/>\n <circle cx=\"22.93\" cy=\"64.06\" r=\"0.4\" stroke=\"#000832\" fill=\"#006090\"/>\n <circle cx=\"20.57\" cy=\"75.09\" r=\"0.4\" stroke=\"#000634\" fill=\"#00578A\"/>\n <circle cx=\"22.83\" cy=\"27.24\" r=\"0.4\" stroke=\"#000535\" fill=\"#005589\"/>\n <circle cx=\"20\" cy=\"75.47\" r=\"0.4\" stroke=\"#000436\" fill=\"#005186\"/>\n <circle cx=\"20.3\" cy=\"54.69\" r=\"0.4\" stroke=\"#000535\" fill=\"#005489\"/>\n <circle cx=\"21.28\" cy=\"64.58\" r=\"0.4\" stroke=\"#000734\" fill=\"#005A8D\"/>\n <circle cx=\"23.19\" cy=\"74.99\" r=\"0.4\" stroke=\"#001D3B\" fill=\"#00799E\"/>\n <circle cx=\"22.01\" cy=\"53.88\" r=\"0.4\" stroke=\"#000634\" fill=\"#00588B\"/>\n <circle cx=\"19.44\" cy=\"74.65\" r=\"0.4\" stroke=\"#000734\" fill=\"#00598C\"/>\n <circle cx=\"19.74\" cy=\"74.61\" r=\"0.4\" stroke=\"#000734\" fill=\"#00598C\"/>\n <circle cx=\"23.01\" cy=\"54.66\" r=\"0.4\" stroke=\"#000833\" fill=\"#005E8F\"/>\n <circle cx=\"19.49\" cy=\"75.53\" r=\"0.4\" stroke=\"#000337\" fill=\"#004D84\"/>\n <circle cx=\"21.68\" cy=\"64.15\" r=\"0.4\" stroke=\"#000734\" fill=\"#005A8D\"/>\n <circle cx=\"19.27\" cy=\"75.9\" r=\"0.4\" stroke=\"#000536\" fill=\"#005287\"/>\n <circle cx=\"20.12\" cy=\"74.99\" r=\"0.4\" stroke=\"#000535\" fill=\"#005388\"/>\n <circle cx=\"22.1\" cy=\"66.2\" r=\"0.4\" stroke=\"#000832\" fill=\"#005F8F\"/>\n <circle cx=\"22\" cy=\"55.39\" r=\"0.4\" stroke=\"#000634\" fill=\"#00588B\"/>\n <circle cx=\"19.77\" cy=\"74.61\" r=\"0.4\" stroke=\"#000436\" fill=\"#005186\"/>\n <circle cx=\"20.81\" cy=\"75.03\" r=\"0.4\" stroke=\"#000932\" fill=\"#006291\"/>\n <circle cx=\"19.87\" cy=\"74.92\" r=\"0.4\" stroke=\"#000536\" fill=\"#005287\"/>\n <circle cx=\"19.57\" cy=\"74.19\" r=\"0.4\" stroke=\"#000535\" fill=\"#005488\"/>\n <circle cx=\"21.05\" cy=\"73.3\" r=\"0.4\" stroke=\"#000932\" fill=\"#006291\"/>\n <circle cx=\"19.54\" cy=\"73.59\" r=\"0.4\" stroke=\"#000436\" fill=\"#005186\"/>\n <circle cx=\"20.15\" cy=\"74.88\" r=\"0.4\" stroke=\"#000535\" fill=\"#005589\"/>\n <circle cx=\"20.21\" cy=\"74.03\" r=\"0.4\" stroke=\"#000436\" fill=\"#004F86\"/>\n <circle cx=\"21.69\" cy=\"56.42\" r=\"0.4\" stroke=\"#000634\" fill=\"#00578A\"/>\n <circle cx=\"21.26\" cy=\"64.53\" r=\"0.4\" stroke=\"#000634\" fill=\"#00598B\"/>\n <circle cx=\"20.19\" cy=\"74.53\" r=\"0.4\" stroke=\"#000634\" fill=\"#00588B\"/>\n <circle cx=\"20.2\" cy=\"74.51\" r=\"0.4\" stroke=\"#000536\" fill=\"#005287\"/>\n <circle cx=\"20.72\" cy=\"75.38\" r=\"0.4\" stroke=\"#000833\" fill=\"#005D8E\"/>\n <circle cx=\"21.22\" cy=\"64.53\" r=\"0.4\" stroke=\"#000733\" fill=\"#005C8E\"/>\n <circle cx=\"20.18\" cy=\"74.75\" r=\"0.4\" stroke=\"#000535\" fill=\"#005488\"/>\n <circle cx=\"20.59\" cy=\"74.8\" r=\"0.4\" stroke=\"#000634\" fill=\"#00578A\"/>\n <circle cx=\"22.16\" cy=\"74.08\" r=\"0.4\" stroke=\"#001A39\" fill=\"#00749C\"/>\n <circle cx=\"20.43\" cy=\"74.52\" r=\"0.4\" stroke=\"#000634\" fill=\"#00578A\"/>\n <circle cx=\"20.07\" cy=\"67.19\" r=\"0.4\" stroke=\"#000535\" fill=\"#005287\"/>\n <circle cx=\"20.89\" cy=\"64.7\" r=\"0.4\" stroke=\"#000634\" fill=\"#00578A\"/>\n <circle cx=\"20.33\" cy=\"77.04\" r=\"0.4\" stroke=\"#000536\" fill=\"#005287\"/>\n <circle cx=\"20.79\" cy=\"74.55\" r=\"0.4\" stroke=\"#000634\" fill=\"#00588B\"/>\n <circle cx=\"19.83\" cy=\"75.7\" r=\"0.4\" stroke=\"#000635\" fill=\"#00568A\"/>\n <circle cx=\"19.31\" cy=\"73.58\" r=\"0.4\" stroke=\"#000436\" fill=\"#004E85\"/>\n <circle cx=\"20\" cy=\"73.58\" r=\"0.4\" stroke=\"#000535\" fill=\"#005589\"/>\n <circle cx=\"19.18\" cy=\"74.79\" r=\"0.4\" stroke=\"#000436\" fill=\"#004E85\"/>\n <circle cx=\"21.38\" cy=\"74.59\" r=\"0.4\" stroke=\"#000F33\" fill=\"#006895\"/>\n <circle cx=\"21.84\" cy=\"56.31\" r=\"0.4\" stroke=\"#000635\" fill=\"#00568A\"/>\n <circle cx=\"21.41\" cy=\"74.54\" r=\"0.4\" stroke=\"#000932\" fill=\"#006291\"/>\n <circle cx=\"20.56\" cy=\"74.43\" r=\"0.4\" stroke=\"#000337\" fill=\"#004D84\"/>\n <circle cx=\"40.52\" cy=\"65.25\" r=\"0.4\" stroke=\"#29605E\" fill=\"#91C9C6\"/>\n <circle cx=\"19.82\" cy=\"75.11\" r=\"0.4\" stroke=\"#000635\" fill=\"#00568A\"/>\n <circle cx=\"20.22\" cy=\"66.06\" r=\"0.4\" stroke=\"#000436\" fill=\"#005086\"/>\n <circle cx=\"20.5\" cy=\"74.46\" r=\"0.4\" stroke=\"#000733\" fill=\"#005B8D\"/>\n <circle cx=\"19.96\" cy=\"73.31\" r=\"0.4\" stroke=\"#000536\" fill=\"#005287\"/>\n <circle cx=\"19.95\" cy=\"75.32\" r=\"0.4\" stroke=\"#000535\" fill=\"#005589\"/>\n <circle cx=\"20.05\" cy=\"56.36\" r=\"0.4\" stroke=\"#000436\" fill=\"#004F85\"/>\n <circle cx=\"19.99\" cy=\"73.57\" r=\"0.4\" stroke=\"#000337\" fill=\"#004D84\"/>\n <circle cx=\"19.22\" cy=\"76.04\" r=\"0.4\" stroke=\"#000436\" fill=\"#004F86\"/>\n <circle cx=\"19.62\" cy=\"74.96\" r=\"0.4\" stroke=\"#000337\" fill=\"#004D84\"/>\n <circle cx=\"26.21\" cy=\"65.28\" r=\"0.4\" stroke=\"#001F3C\" fill=\"#007CA0\"/>\n <circle cx=\"19.31\" cy=\"73.67\" r=\"0.4\" stroke=\"#000337\" fill=\"#004D84\"/>\n <circle cx=\"21.85\" cy=\"65.21\" r=\"0.4\" stroke=\"#000833\" fill=\"#005E8F\"/>\n <circle cx=\"19.55\" cy=\"74.6\" r=\"0.4\" stroke=\"#000436\" fill=\"#005186\"/>\n <circle cx=\"22.47\" cy=\"66.12\" r=\"0.4\" stroke=\"#000833\" fill=\"#005E8F\"/>\n <circle cx=\"20.33\" cy=\"74.41\" r=\"0.4\" stroke=\"#000635\" fill=\"#00568A\"/>\n <circle cx=\"26.85\" cy=\"66.07\" r=\"0.4\" stroke=\"#001F3C\" fill=\"#007CA0\"/>\n <circle cx=\"20.54\" cy=\"63.69\" r=\"0.4\" stroke=\"#000535\" fill=\"#005388\"/>\n <circle cx=\"21.42\" cy=\"56.68\" r=\"0.4\" stroke=\"#000535\" fill=\"#005489\"/>\n <circle cx=\"19.89\" cy=\"64.85\" r=\"0.4\" stroke=\"#000436\" fill=\"#004F85\"/>\n <circle cx=\"19.99\" cy=\"73.64\" r=\"0.4\" stroke=\"#000634\" fill=\"#00578A\"/>\n <circle cx=\"19.08\" cy=\"75.46\" r=\"0.4\" stroke=\"#000436\" fill=\"#004E85\"/>\n <circle cx=\"20.06\" cy=\"64.78\" r=\"0.4\" stroke=\"#000436\" fill=\"#005186\"/>\n <circle cx=\"20.22\" cy=\"74.11\" r=\"0.4\" stroke=\"#000634\" fill=\"#00588B\"/>\n <circle cx=\"22.5\" cy=\"65.41\" r=\"0.4\" stroke=\"#000832\" fill=\"#006190\"/>\n <circle cx=\"20.32\" cy=\"56.5\" r=\"0.4\" stroke=\"#000535\" fill=\"#005287\"/>\n <circle cx=\"19.69\" cy=\"74\" r=\"0.4\" stroke=\"#000436\" fill=\"#004F86\"/>\n <circle cx=\"20.08\" cy=\"74.55\" r=\"0.4\" stroke=\"#000733\" fill=\"#005C8E\"/>\n <circle cx=\"22.13\" cy=\"74.71\" r=\"0.4\" stroke=\"#001C3A\" fill=\"#00769D\"/>\n <circle cx=\"19.34\" cy=\"74.1\" r=\"0.4\" stroke=\"#000337\" fill=\"#004D84\"/>\n <circle cx=\"21.3\" cy=\"72.99\" r=\"0.4\" stroke=\"#000F33\" fill=\"#006895\"/>\n <circle cx=\"20.68\" cy=\"73.19\" r=\"0.4\" stroke=\"#000635\" fill=\"#00568A\"/>\n <circle cx=\"23.15\" cy=\"64.19\" r=\"0.4\" stroke=\"#000E33\" fill=\"#006794\"/>\n <circle cx=\"20.87\" cy=\"64.93\" r=\"0.4\" stroke=\"#000535\" fill=\"#005589\"/>\n <circle cx=\"26.69\" cy=\"56.46\" r=\"0.4\" stroke=\"#001636\" fill=\"#006F99\"/>\n <circle cx=\"20.34\" cy=\"74.21\" r=\"0.4\" stroke=\"#000932\" fill=\"#006291\"/>\n <circle cx=\"22.01\" cy=\"64.41\" r=\"0.4\" stroke=\"#000832\" fill=\"#006090\"/>\n <circle cx=\"19.41\" cy=\"77.44\" r=\"0.4\" stroke=\"#000535\" fill=\"#005388\"/>\n <circle cx=\"19.22\" cy=\"75.22\" r=\"0.4\" stroke=\"#000337\" fill=\"#004D84\"/>\n <circle cx=\"23.11\" cy=\"47.87\" r=\"0.4\" stroke=\"#000634\" fill=\"#00598B\"/>\n <circle cx=\"29.39\" cy=\"37.78\" r=\"0.4\" stroke=\"#000C32\" fill=\"#006694\"/>\n <circle cx=\"25.85\" cy=\"55.88\" r=\"0.4\" stroke=\"#001234\" fill=\"#006B97\"/>\n <circle cx=\"19.75\" cy=\"75.19\" r=\"0.4\" stroke=\"#000536\" fill=\"#005287\"/>\n <circle cx=\"19.96\" cy=\"67.18\" r=\"0.4\" stroke=\"#000436\" fill=\"#004E84\"/>\n <circle cx=\"23.98\" cy=\"73.72\" r=\"0.4\" stroke=\"#002942\" fill=\"#1389A6\"/>\n <circle cx=\"20.25\" cy=\"63.38\" r=\"0.4\" stroke=\"#000535\" fill=\"#005488\"/>\n <circle cx=\"23.99\" cy=\"64.88\" r=\"0.4\" stroke=\"#001335\" fill=\"#006C97\"/>\n <circle cx=\"22.51\" cy=\"46.16\" r=\"0.4\" stroke=\"#000634\" fill=\"#00568A\"/>\n <circle cx=\"26.14\" cy=\"74.92\" r=\"0.4\" stroke=\"#003C4C\" fill=\"#489FB1\"/>\n <circle cx=\"19.16\" cy=\"73.75\" r=\"0.4\" stroke=\"#000337\" fill=\"#004D84\"/>\n <circle cx=\"20.98\" cy=\"73.71\" r=\"0.4\" stroke=\"#000931\" fill=\"#006492\"/>\n <circle cx=\"19.63\" cy=\"73.33\" r=\"0.4\" stroke=\"#000337\" fill=\"#004D84\"/>\n <circle cx=\"20.07\" cy=\"74.52\" r=\"0.4\" stroke=\"#000536\" fill=\"#005287\"/>\n <circle cx=\"19.1\" cy=\"73.33\" r=\"0.4\" stroke=\"#000536\" fill=\"#005287\"/>\n <circle cx=\"21.43\" cy=\"74.04\" r=\"0.4\" stroke=\"#000932\" fill=\"#006291\"/>\n <circle cx=\"20.77\" cy=\"64.41\" r=\"0.4\" stroke=\"#000535\" fill=\"#005489\"/>\n <circle cx=\"19.62\" cy=\"74.03\" r=\"0.4\" stroke=\"#000535\" fill=\"#005589\"/>\n <circle cx=\"19.89\" cy=\"75.4\" r=\"0.4\" stroke=\"#000535\" fill=\"#005488\"/>\n <circle cx=\"24.11\" cy=\"64.34\" r=\"0.4\" stroke=\"#001838\" fill=\"#00729A\"/>\n <circle cx=\"20.5\" cy=\"65.17\" r=\"0.4\" stroke=\"#000635\" fill=\"#005589\"/>\n <circle cx=\"20.2\" cy=\"66.94\" r=\"0.4\" stroke=\"#000535\" fill=\"#005388\"/>\n <circle cx=\"21.82\" cy=\"65.62\" r=\"0.4\" stroke=\"#000634\" fill=\"#00588B\"/>\n <circle cx=\"19.81\" cy=\"75.25\" r=\"0.4\" stroke=\"#000436\" fill=\"#004F86\"/>\n <circle cx=\"20.47\" cy=\"73.32\" r=\"0.4\" stroke=\"#000733\" fill=\"#005B8D\"/>\n <circle cx=\"20.78\" cy=\"70.86\" r=\"0.4\" stroke=\"#000634\" fill=\"#00588B\"/>\n <circle cx=\"19.77\" cy=\"65.02\" r=\"0.4\" stroke=\"#000535\" fill=\"#005287\"/>\n <circle cx=\"24.17\" cy=\"64.81\" r=\"0.4\" stroke=\"#001737\" fill=\"#007099\"/>\n <circle cx=\"26.25\" cy=\"45.71\" r=\"0.4\" stroke=\"#000931\" fill=\"#006492\"/>\n <circle cx=\"25.6\" cy=\"65.58\" r=\"0.4\" stroke=\"#001B39\" fill=\"#00759C\"/>\n <circle cx=\"19.96\" cy=\"63.94\" r=\"0.4\" stroke=\"#000436\" fill=\"#004F86\"/>\n <circle cx=\"24.42\" cy=\"65.75\" r=\"0.4\" stroke=\"#001636\" fill=\"#006F99\"/>\n <circle cx=\"24.67\" cy=\"66.33\" r=\"0.4\" stroke=\"#001737\" fill=\"#007099\"/>\n <circle cx=\"18.96\" cy=\"65.57\" r=\"0.4\" stroke=\"#000436\" fill=\"#005186\"/>\n <circle cx=\"26.5\" cy=\"55.38\" r=\"0.4\" stroke=\"#001435\" fill=\"#006C97\"/>\n <circle cx=\"23.92\" cy=\"37.47\" r=\"0.4\" stroke=\"#000634\" fill=\"#00588B\"/>\n <circle cx=\"20.31\" cy=\"65.64\" r=\"0.4\" stroke=\"#000436\" fill=\"#005187\"/>\n <circle cx=\"19.36\" cy=\"75.62\" r=\"0.4\" stroke=\"#000436\" fill=\"#004F86\"/>\n <circle cx=\"21.27\" cy=\"55.11\" r=\"0.4\" stroke=\"#000535\" fill=\"#005489\"/>\n <circle cx=\"19.42\" cy=\"73.56\" r=\"0.4\" stroke=\"#000436\" fill=\"#005186\"/>\n <circle cx=\"21.35\" cy=\"62.9\" r=\"0.4\" stroke=\"#000733\" fill=\"#005C8E\"/>\n <circle cx=\"19.75\" cy=\"66.74\" r=\"0.4\" stroke=\"#000436\" fill=\"#004E84\"/>\n <circle cx=\"19.85\" cy=\"73.46\" r=\"0.4\" stroke=\"#000337\" fill=\"#004D84\"/>\n <circle cx=\"20.35\" cy=\"74.03\" r=\"0.4\" stroke=\"#000536\" fill=\"#005287\"/>\n <circle cx=\"20.45\" cy=\"74.53\" r=\"0.4\" stroke=\"#000734\" fill=\"#005A8D\"/>\n <circle cx=\"20.5\" cy=\"74.41\" r=\"0.4\" stroke=\"#000733\" fill=\"#005C8E\"/>\n <circle cx=\"23.16\" cy=\"65.4\" r=\"0.4\" stroke=\"#000E33\" fill=\"#006794\"/>\n <circle cx=\"23.94\" cy=\"47.09\" r=\"0.4\" stroke=\"#000733\" fill=\"#005B8D\"/>\n <circle cx=\"19.98\" cy=\"74.4\" r=\"0.4\" stroke=\"#000733\" fill=\"#005B8D\"/>\n <circle cx=\"19.6\" cy=\"75.85\" r=\"0.4\" stroke=\"#000535\" fill=\"#005488\"/>\n <circle cx=\"22.37\" cy=\"75.17\" r=\"0.4\" stroke=\"#001E3B\" fill=\"#007A9E\"/>\n <circle cx=\"22.24\" cy=\"64.33\" r=\"0.4\" stroke=\"#000832\" fill=\"#006090\"/>\n <circle cx=\"21.37\" cy=\"75.53\" r=\"0.4\" stroke=\"#000931\" fill=\"#006492\"/>\n <circle cx=\"19.66\" cy=\"76.65\" r=\"0.4\" stroke=\"#000436\" fill=\"#005186\"/>\n <circle cx=\"20.17\" cy=\"74.26\" r=\"0.4\" stroke=\"#000734\" fill=\"#00598C\"/>\n <circle cx=\"20.58\" cy=\"75.72\" r=\"0.4\" stroke=\"#000932\" fill=\"#006291\"/>\n <circle cx=\"20.09\" cy=\"73.27\" r=\"0.4\" stroke=\"#000634\" fill=\"#00578A\"/>\n <circle cx=\"20.22\" cy=\"64.27\" r=\"0.4\" stroke=\"#000436\" fill=\"#004F86\"/>\n <circle cx=\"21.17\" cy=\"66.43\" r=\"0.4\" stroke=\"#000635\" fill=\"#005589\"/>\n <circle cx=\"19.88\" cy=\"75.15\" r=\"0.4\" stroke=\"#000535\" fill=\"#005589\"/>\n <circle cx=\"19.48\" cy=\"55.78\" r=\"0.4\" stroke=\"#000436\" fill=\"#005186\"/>\n <circle cx=\"20.5\" cy=\"74.01\" r=\"0.4\" stroke=\"#000733\" fill=\"#005C8E\"/>\n <circle cx=\"20.3\" cy=\"73.74\" r=\"0.4\" stroke=\"#000635\" fill=\"#00568A\"/>\n <circle cx=\"20.19\" cy=\"73.65\" r=\"0.4\" stroke=\"#000536\" fill=\"#005287\"/>\n <circle cx=\"21.61\" cy=\"55.62\" r=\"0.4\" stroke=\"#000635\" fill=\"#00568A\"/>\n <circle cx=\"21.14\" cy=\"75.87\" r=\"0.4\" stroke=\"#000832\" fill=\"#006190\"/>\n <circle cx=\"20.04\" cy=\"74.16\" r=\"0.4\" stroke=\"#000734\" fill=\"#005A8D\"/>\n <circle cx=\"20.07\" cy=\"74.48\" r=\"0.4\" stroke=\"#000337\" fill=\"#004D84\"/>\n <circle cx=\"19.41\" cy=\"76.14\" r=\"0.4\" stroke=\"#000337\" fill=\"#004D84\"/>\n <circle cx=\"19.22\" cy=\"73.06\" r=\"0.4\" stroke=\"#000436\" fill=\"#005186\"/>\n <circle cx=\"18.97\" cy=\"74.1\" r=\"0.4\" stroke=\"#000436\" fill=\"#004E85\"/>\n <circle cx=\"19.33\" cy=\"75.58\" r=\"0.4\" stroke=\"#000337\" fill=\"#004D84\"/>\n <circle cx=\"19.38\" cy=\"74.13\" r=\"0.4\" stroke=\"#000337\" fill=\"#004D84\"/>\n <circle cx=\"19.82\" cy=\"65.53\" r=\"0.4\" stroke=\"#000436\" fill=\"#004E84\"/>\n <circle cx=\"19.84\" cy=\"54.83\" r=\"0.4\" stroke=\"#000436\" fill=\"#004F85\"/>\n <circle cx=\"19.45\" cy=\"73.05\" r=\"0.4\" stroke=\"#000535\" fill=\"#005589\"/>\n <circle cx=\"24.32\" cy=\"17.59\" r=\"0.4\" stroke=\"#000634\" fill=\"#00578A\"/>\n <circle cx=\"23.73\" cy=\"36.66\" r=\"0.4\" stroke=\"#000634\" fill=\"#00578A\"/>\n <circle cx=\"19.7\" cy=\"74.98\" r=\"0.4\" stroke=\"#000734\" fill=\"#00598C\"/>\n <circle cx=\"21.93\" cy=\"74.16\" r=\"0.4\" stroke=\"#001B39\" fill=\"#00759C\"/>\n <circle cx=\"23\" cy=\"45.97\" r=\"0.4\" stroke=\"#000634\" fill=\"#00568A\"/>\n <circle cx=\"20.03\" cy=\"64.87\" r=\"0.4\" stroke=\"#000436\" fill=\"#004F85\"/>\n <circle cx=\"21.16\" cy=\"54.76\" r=\"0.4\" stroke=\"#000535\" fill=\"#005489\"/>\n <circle cx=\"19.96\" cy=\"64.84\" r=\"0.4\" stroke=\"#000436\" fill=\"#004E85\"/>\n <circle cx=\"19.49\" cy=\"75.28\" r=\"0.4\" stroke=\"#000436\" fill=\"#004F86\"/>\n <circle cx=\"19.53\" cy=\"75.18\" r=\"0.4\" stroke=\"#000337\" fill=\"#004D84\"/>\n <circle cx=\"19.25\" cy=\"75.43\" r=\"0.4\" stroke=\"#000436\" fill=\"#004F86\"/>\n <circle cx=\"23.35\" cy=\"55.05\" r=\"0.4\" stroke=\"#000832\" fill=\"#006090\"/>\n <circle cx=\"22.29\" cy=\"73.07\" r=\"0.4\" stroke=\"#001A39\" fill=\"#00749C\"/>\n <circle cx=\"22.63\" cy=\"65.03\" r=\"0.4\" stroke=\"#000931\" fill=\"#006493\"/>\n <circle cx=\"19.52\" cy=\"75.1\" r=\"0.4\" stroke=\"#000536\" fill=\"#005287\"/>\n <circle cx=\"20.24\" cy=\"74.93\" r=\"0.4\" stroke=\"#000436\" fill=\"#004F86\"/>\n <circle cx=\"19.91\" cy=\"75.88\" r=\"0.4\" stroke=\"#000635\" fill=\"#00568A\"/>\n <circle cx=\"19.63\" cy=\"75.05\" r=\"0.4\" stroke=\"#000634\" fill=\"#00578A\"/>\n <circle cx=\"19.94\" cy=\"73.73\" r=\"0.4\" stroke=\"#000635\" fill=\"#00568A\"/>\n <circle cx=\"23.07\" cy=\"65.39\" r=\"0.4\" stroke=\"#000931\" fill=\"#006392\"/>\n <circle cx=\"19.32\" cy=\"72.6\" r=\"0.4\" stroke=\"#000436\" fill=\"#004E85\"/>\n <circle cx=\"20.25\" cy=\"56.43\" r=\"0.4\" stroke=\"#000436\" fill=\"#005086\"/>\n <circle cx=\"19.73\" cy=\"74.22\" r=\"0.4\" stroke=\"#000337\" fill=\"#004D84\"/>\n <circle cx=\"21.67\" cy=\"75\" r=\"0.4\" stroke=\"#000D32\" fill=\"#006794\"/>\n <circle cx=\"20.38\" cy=\"65.4\" r=\"0.4\" stroke=\"#000635\" fill=\"#005589\"/>\n <circle cx=\"19.61\" cy=\"74.18\" r=\"0.4\" stroke=\"#000436\" fill=\"#005186\"/>\n <circle cx=\"20.89\" cy=\"74.21\" r=\"0.4\" stroke=\"#000734\" fill=\"#00598C\"/>\n <circle cx=\"21.3\" cy=\"55.31\" r=\"0.4\" stroke=\"#000535\" fill=\"#005388\"/>\n <circle cx=\"20.44\" cy=\"74.53\" r=\"0.4\" stroke=\"#000634\" fill=\"#00588B\"/>\n <circle cx=\"19.43\" cy=\"74.03\" r=\"0.4\" stroke=\"#000436\" fill=\"#004F86\"/>\n <circle cx=\"26.63\" cy=\"64.19\" r=\"0.4\" stroke=\"#00203D\" fill=\"#007DA0\"/>\n <circle cx=\"26.17\" cy=\"45.32\" r=\"0.4\" stroke=\"#000931\" fill=\"#006392\"/>\n <circle cx=\"18.87\" cy=\"74.54\" r=\"0.4\" stroke=\"#000337\" fill=\"#004D84\"/>\n <circle cx=\"19.68\" cy=\"75.35\" r=\"0.4\" stroke=\"#000436\" fill=\"#005186\"/>\n <circle cx=\"25.18\" cy=\"47.61\" r=\"0.4\" stroke=\"#000832\" fill=\"#006191\"/>\n <circle cx=\"19.31\" cy=\"76.04\" r=\"0.4\" stroke=\"#000337\" fill=\"#004D84\"/>\n <circle cx=\"20.7\" cy=\"73.89\" r=\"0.4\" stroke=\"#000535\" fill=\"#005589\"/>\n <circle cx=\"20.35\" cy=\"73.96\" r=\"0.4\" stroke=\"#000634\" fill=\"#00578A\"/>\n <circle cx=\"21.2\" cy=\"75.37\" r=\"0.4\" stroke=\"#000A31\" fill=\"#006593\"/>\n <circle cx=\"20.35\" cy=\"65.54\" r=\"0.4\" stroke=\"#000436\" fill=\"#005186\"/>\n <circle cx=\"20.01\" cy=\"74.06\" r=\"0.4\" stroke=\"#000436\" fill=\"#004F86\"/>\n <circle cx=\"22.84\" cy=\"67.14\" r=\"0.4\" stroke=\"#000F33\" fill=\"#006895\"/>\n <circle cx=\"19.24\" cy=\"74.38\" r=\"0.4\" stroke=\"#000337\" fill=\"#004D84\"/>\n <circle cx=\"19.35\" cy=\"73.7\" r=\"0.4\" stroke=\"#000535\" fill=\"#005589\"/>\n <circle cx=\"19.74\" cy=\"74.33\" r=\"0.4\" stroke=\"#000436\" fill=\"#004F86\"/>\n <circle cx=\"23.24\" cy=\"57.23\" r=\"0.4\" stroke=\"#000733\" fill=\"#005D8E\"/>\n <circle cx=\"19.44\" cy=\"73.1\" r=\"0.4\" stroke=\"#000337\" fill=\"#004D84\"/>\n <circle cx=\"22.26\" cy=\"74.83\" r=\"0.4\" stroke=\"#001C3A\" fill=\"#00769D\"/>\n <circle cx=\"25.43\" cy=\"44.66\" r=\"0.4\" stroke=\"#000932\" fill=\"#006291\"/>\n <circle cx=\"23.31\" cy=\"45.26\" r=\"0.4\" stroke=\"#000734\" fill=\"#005A8D\"/>\n <circle cx=\"20.49\" cy=\"54.93\" r=\"0.4\" stroke=\"#000535\" fill=\"#005589\"/>\n <circle cx=\"19.4\" cy=\"75.83\" r=\"0.4\" stroke=\"#000337\" fill=\"#004D84\"/>\n <circle cx=\"19.54\" cy=\"75.91\" r=\"0.4\" stroke=\"#000535\" fill=\"#005388\"/>\n <circle cx=\"20.68\" cy=\"75.64\" r=\"0.4\" stroke=\"#000536\" fill=\"#005287\"/>\n <circle cx=\"19.99\" cy=\"76.58\" r=\"0.4\" stroke=\"#000536\" fill=\"#005287\"/>\n <circle cx=\"20.5\" cy=\"64.8\" r=\"0.4\" stroke=\"#000535\" fill=\"#005287\"/>\n <circle cx=\"22.49\" cy=\"65.27\" r=\"0.4\" stroke=\"#000832\" fill=\"#005F8F\"/>\n <circle cx=\"19.09\" cy=\"74.1\" r=\"0.4\" stroke=\"#000536\" fill=\"#005287\"/>\n <circle cx=\"21.87\" cy=\"73.91\" r=\"0.4\" stroke=\"#001134\" fill=\"#006A96\"/>\n <circle cx=\"19.5\" cy=\"73.64\" r=\"0.4\" stroke=\"#000536\" fill=\"#005287\"/>\n <circle cx=\"18.79\" cy=\"75.13\" r=\"0.4\" stroke=\"#000436\" fill=\"#004E85\"/>\n <circle cx=\"19.72\" cy=\"75.89\" r=\"0.4\" stroke=\"#000436\" fill=\"#004F86\"/>\n <circle cx=\"19.56\" cy=\"72.92\" r=\"0.4\" stroke=\"#000337\" fill=\"#004D84\"/>\n <circle cx=\"19.68\" cy=\"65.02\" r=\"0.4\" stroke=\"#000536\" fill=\"#005287\"/>\n <circle cx=\"20\" cy=\"63.76\" r=\"0.4\" stroke=\"#000337\" fill=\"#004D84\"/>\n <circle cx=\"20.74\" cy=\"74.78\" r=\"0.4\" stroke=\"#000932\" fill=\"#006291\"/>\n <circle cx=\"19.34\" cy=\"75.34\" r=\"0.4\" stroke=\"#000436\" fill=\"#005186\"/>\n <circle cx=\"20.41\" cy=\"74.5\" r=\"0.4\" stroke=\"#000833\" fill=\"#005D8E\"/>\n <circle cx=\"19.79\" cy=\"74.97\" r=\"0.4\" stroke=\"#000436\" fill=\"#004E85\"/>\n <circle cx=\"19.02\" cy=\"75.01\" r=\"0.4\" stroke=\"#000337\" fill=\"#004D84\"/>\n <circle cx=\"19.47\" cy=\"71.44\" r=\"0.4\" stroke=\"#000535\" fill=\"#005388\"/>\n <circle cx=\"19.68\" cy=\"73.78\" r=\"0.4\" stroke=\"#000535\" fill=\"#005488\"/>\n <circle cx=\"24.74\" cy=\"74.28\" r=\"0.4\" stroke=\"#003246\" fill=\"#3093AB\"/>\n <circle cx=\"19.14\" cy=\"74.89\" r=\"0.4\" stroke=\"#000436\" fill=\"#004E85\"/>\n <circle cx=\"20.4\" cy=\"75.05\" r=\"0.4\" stroke=\"#001134\" fill=\"#006A96\"/>\n <circle cx=\"20.1\" cy=\"73.99\" r=\"0.4\" stroke=\"#000634\" fill=\"#00578A\"/>\n <circle cx=\"20.03\" cy=\"74.74\" r=\"0.4\" stroke=\"#000734\" fill=\"#005A8D\"/>\n <circle cx=\"20.94\" cy=\"54.56\" r=\"0.4\" stroke=\"#000535\" fill=\"#005388\"/>\n <circle cx=\"20.56\" cy=\"74.63\" r=\"0.4\" stroke=\"#000436\" fill=\"#005186\"/>\n <circle cx=\"19.15\" cy=\"75.09\" r=\"0.4\" stroke=\"#000436\" fill=\"#004F86\"/>\n <circle cx=\"23.47\" cy=\"74.42\" r=\"0.4\" stroke=\"#00243F\" fill=\"#0083A3\"/>\n <circle cx=\"32.57\" cy=\"18.88\" r=\"0.4\" stroke=\"#000B31\" fill=\"#006593\"/>\n <circle cx=\"23.49\" cy=\"55.78\" r=\"0.4\" stroke=\"#000833\" fill=\"#005D8E\"/>\n <circle cx=\"21.83\" cy=\"65.94\" r=\"0.4\" stroke=\"#000733\" fill=\"#005C8E\"/>\n <circle cx=\"20.42\" cy=\"65.16\" r=\"0.4\" stroke=\"#000436\" fill=\"#004F85\"/>\n <circle cx=\"19.04\" cy=\"75.42\" r=\"0.4\" stroke=\"#000436\" fill=\"#004E85\"/>\n <circle cx=\"21.29\" cy=\"63.35\" r=\"0.4\" stroke=\"#000635\" fill=\"#005589\"/>\n <circle cx=\"20.12\" cy=\"66.28\" r=\"0.4\" stroke=\"#000536\" fill=\"#005287\"/>\n <circle cx=\"37.84\" cy=\"37.57\" r=\"0.4\" stroke=\"#00213D\" fill=\"#007EA1\"/>\n <circle cx=\"20.72\" cy=\"75.95\" r=\"0.4\" stroke=\"#000733\" fill=\"#005C8E\"/>\n <circle cx=\"20.47\" cy=\"63.19\" r=\"0.4\" stroke=\"#000634\" fill=\"#00598B\"/>\n <circle cx=\"20.57\" cy=\"65.78\" r=\"0.4\" stroke=\"#000436\" fill=\"#005186\"/>\n <circle cx=\"20.54\" cy=\"74.22\" r=\"0.4\" stroke=\"#000634\" fill=\"#00588B\"/>\n <circle cx=\"19.7\" cy=\"74.46\" r=\"0.4\" stroke=\"#000337\" fill=\"#004D84\"/>\n <circle cx=\"20.1\" cy=\"74.61\" r=\"0.4\" stroke=\"#000635\" fill=\"#00568A\"/>\n <circle cx=\"19.42\" cy=\"64.79\" r=\"0.4\" stroke=\"#000436\" fill=\"#004E85\"/>\n <circle cx=\"20.53\" cy=\"74.09\" r=\"0.4\" stroke=\"#000634\" fill=\"#00578A\"/>\n <circle cx=\"19.89\" cy=\"65.3\" r=\"0.4\" stroke=\"#000436\" fill=\"#004F86\"/>\n <circle cx=\"20.44\" cy=\"74.88\" r=\"0.4\" stroke=\"#000436\" fill=\"#005186\"/>\n <circle cx=\"20.44\" cy=\"73.51\" r=\"0.4\" stroke=\"#000535\" fill=\"#005589\"/>\n <circle cx=\"19.56\" cy=\"74.4\" r=\"0.4\" stroke=\"#000436\" fill=\"#004E85\"/>\n <circle cx=\"22.25\" cy=\"54.62\" r=\"0.4\" stroke=\"#000634\" fill=\"#00598C\"/>\n <circle cx=\"20.59\" cy=\"64.6\" r=\"0.4\" stroke=\"#000535\" fill=\"#005287\"/>\n <circle cx=\"24.46\" cy=\"57\" r=\"0.4\" stroke=\"#000932\" fill=\"#006191\"/>\n <circle cx=\"19.74\" cy=\"65.75\" r=\"0.4\" stroke=\"#000436\" fill=\"#005186\"/>\n <circle cx=\"19\" cy=\"75.29\" r=\"0.4\" stroke=\"#000436\" fill=\"#004E85\"/>\n <circle cx=\"21.72\" cy=\"75.23\" r=\"0.4\" stroke=\"#001234\" fill=\"#006B97\"/>\n <circle cx=\"18.86\" cy=\"75.99\" r=\"0.4\" stroke=\"#000436\" fill=\"#004E85\"/>\n <circle cx=\"20.5\" cy=\"75.87\" r=\"0.4\" stroke=\"#000832\" fill=\"#006090\"/>\n <circle cx=\"19.22\" cy=\"74.23\" r=\"0.4\" stroke=\"#000536\" fill=\"#005287\"/>\n <circle cx=\"48.21\" cy=\"73.33\" r=\"0.4\" stroke=\"#69543A\" fill=\"#D4BA9D\"/>\n <circle cx=\"21.74\" cy=\"56.85\" r=\"0.4\" stroke=\"#000634\" fill=\"#00578A\"/>\n <circle cx=\"20.1\" cy=\"74.75\" r=\"0.4\" stroke=\"#000337\" fill=\"#004D84\"/>\n <circle cx=\"24.35\" cy=\"56.03\" r=\"0.4\" stroke=\"#000931\" fill=\"#006392\"/>\n <circle cx=\"20.27\" cy=\"54.41\" r=\"0.4\" stroke=\"#000436\" fill=\"#005186\"/>\n <circle cx=\"21.59\" cy=\"75.65\" r=\"0.4\" stroke=\"#000D32\" fill=\"#006794\"/>\n <circle cx=\"49.08\" cy=\"45.79\" r=\"0.4\" stroke=\"#004550\" fill=\"#5BAAB6\"/>\n <circle cx=\"20.71\" cy=\"74.59\" r=\"0.4\" stroke=\"#000C32\" fill=\"#006694\"/>\n <circle cx=\"21.18\" cy=\"65.33\" r=\"0.4\" stroke=\"#000634\" fill=\"#00588B\"/>\n <circle cx=\"21.5\" cy=\"66.71\" r=\"0.4\" stroke=\"#000734\" fill=\"#00598C\"/>\n <circle cx=\"20.25\" cy=\"74.07\" r=\"0.4\" stroke=\"#000535\" fill=\"#005589\"/>\n <circle cx=\"28.05\" cy=\"46.98\" r=\"0.4\" stroke=\"#001033\" fill=\"#006995\"/>\n <circle cx=\"21.67\" cy=\"75.16\" r=\"0.4\" stroke=\"#001636\" fill=\"#006F99\"/>\n <circle cx=\"24.05\" cy=\"55.78\" r=\"0.4\" stroke=\"#000931\" fill=\"#006392\"/>\n <circle cx=\"21.56\" cy=\"54.2\" r=\"0.4\" stroke=\"#000535\" fill=\"#005388\"/>\n <circle cx=\"19.7\" cy=\"65.91\" r=\"0.4\" stroke=\"#000436\" fill=\"#004F86\"/>\n <circle cx=\"25.3\" cy=\"46.49\" r=\"0.4\" stroke=\"#000931\" fill=\"#006392\"/>\n <circle cx=\"22.07\" cy=\"72.61\" r=\"0.4\" stroke=\"#001837\" fill=\"#00719A\"/>\n <circle cx=\"19.16\" cy=\"73.9\" r=\"0.4\" stroke=\"#000436\" fill=\"#004E85\"/>\n <circle cx=\"22.03\" cy=\"45.9\" r=\"0.4\" stroke=\"#000635\" fill=\"#00568A\"/>\n <circle cx=\"21.08\" cy=\"74.24\" r=\"0.4\" stroke=\"#000833\" fill=\"#005E8F\"/>\n <circle cx=\"22.8\" cy=\"65.48\" r=\"0.4\" stroke=\"#000832\" fill=\"#006090\"/>\n <circle cx=\"21.59\" cy=\"65.66\" r=\"0.4\" stroke=\"#000832\" fill=\"#005F8F\"/>\n <circle cx=\"20.77\" cy=\"74.5\" r=\"0.4\" stroke=\"#000634\" fill=\"#00578A\"/>\n <circle cx=\"21.55\" cy=\"74.38\" r=\"0.4\" stroke=\"#001234\" fill=\"#006B97\"/>\n <circle cx=\"20.67\" cy=\"64.99\" r=\"0.4\" stroke=\"#000536\" fill=\"#005287\"/>\n <circle cx=\"20.3\" cy=\"66.8\" r=\"0.4\" stroke=\"#000535\" fill=\"#005489\"/>\n <circle cx=\"19.81\" cy=\"74.35\" r=\"0.4\" stroke=\"#000535\" fill=\"#005488\"/>\n <circle cx=\"19.23\" cy=\"74.36\" r=\"0.4\" stroke=\"#000436\" fill=\"#004E85\"/>\n <circle cx=\"19.41\" cy=\"73.27\" r=\"0.4\" stroke=\"#000436\" fill=\"#004E85\"/>\n <circle cx=\"19.98\" cy=\"73.85\" r=\"0.4\" stroke=\"#000535\" fill=\"#005388\"/>\n <circle cx=\"22.37\" cy=\"74.26\" r=\"0.4\" stroke=\"#001335\" fill=\"#006C97\"/>\n <circle cx=\"20.45\" cy=\"77.52\" r=\"0.4\" stroke=\"#000634\" fill=\"#00578A\"/>\n <circle cx=\"20.52\" cy=\"76.59\" r=\"0.4\" stroke=\"#000535\" fill=\"#005388\"/>\n <circle cx=\"23.49\" cy=\"46.05\" r=\"0.4\" stroke=\"#000734\" fill=\"#00598C\"/>\n <circle cx=\"19.82\" cy=\"74.32\" r=\"0.4\" stroke=\"#000436\" fill=\"#004E85\"/>\n <circle cx=\"19.57\" cy=\"74.07\" r=\"0.4\" stroke=\"#000536\" fill=\"#005287\"/>\n <circle cx=\"20.46\" cy=\"64.88\" r=\"0.4\" stroke=\"#000436\" fill=\"#005186\"/>\n <circle cx=\"20.19\" cy=\"66.43\" r=\"0.4\" stroke=\"#000535\" fill=\"#005388\"/>\n <circle cx=\"24.89\" cy=\"76.53\" r=\"0.4\" stroke=\"#003548\" fill=\"#3A98AE\"/>\n <circle cx=\"19.56\" cy=\"73.94\" r=\"0.4\" stroke=\"#000535\" fill=\"#005388\"/>\n <circle cx=\"21.43\" cy=\"65.46\" r=\"0.4\" stroke=\"#000733\" fill=\"#005C8E\"/>\n <circle cx=\"19.88\" cy=\"74.8\" r=\"0.4\" stroke=\"#000634\" fill=\"#00578A\"/>\n <circle cx=\"20.31\" cy=\"75.02\" r=\"0.4\" stroke=\"#000C32\" fill=\"#006694\"/>\n <circle cx=\"19.68\" cy=\"75.28\" r=\"0.4\" stroke=\"#000634\" fill=\"#00588B\"/>\n <circle cx=\"21.45\" cy=\"73.58\" r=\"0.4\" stroke=\"#000832\" fill=\"#006190\"/>\n <circle cx=\"20\" cy=\"73.89\" r=\"0.4\" stroke=\"#000436\" fill=\"#004E85\"/>\n <circle cx=\"19.31\" cy=\"72.5\" r=\"0.4\" stroke=\"#000635\" fill=\"#00568A\"/>\n <circle cx=\"20.49\" cy=\"74.95\" r=\"0.4\" stroke=\"#000634\" fill=\"#00588B\"/>\n <circle cx=\"20.83\" cy=\"75.01\" r=\"0.4\" stroke=\"#000734\" fill=\"#005A8D\"/>\n <circle cx=\"23.12\" cy=\"54.17\" r=\"0.4\" stroke=\"#000733\" fill=\"#005D8E\"/>\n <circle cx=\"20.17\" cy=\"73.94\" r=\"0.4\" stroke=\"#000535\" fill=\"#005488\"/>\n <circle cx=\"19.7\" cy=\"65.32\" r=\"0.4\" stroke=\"#000436\" fill=\"#004E84\"/>\n <circle cx=\"20.89\" cy=\"74.84\" r=\"0.4\" stroke=\"#000634\" fill=\"#00578A\"/>\n <circle cx=\"19.21\" cy=\"73.74\" r=\"0.4\" stroke=\"#000337\" fill=\"#004D84\"/>\n <circle cx=\"20.42\" cy=\"75.11\" r=\"0.4\" stroke=\"#000635\" fill=\"#00568A\"/>\n <circle cx=\"20.36\" cy=\"74.54\" r=\"0.4\" stroke=\"#000734\" fill=\"#00598C\"/>\n <circle cx=\"19.41\" cy=\"73.03\" r=\"0.4\" stroke=\"#000337\" fill=\"#004D84\"/>\n <circle cx=\"32.73\" cy=\"56.14\" r=\"0.4\" stroke=\"#002540\" fill=\"#0084A4\"/>\n <circle cx=\"20.48\" cy=\"77.52\" r=\"0.4\" stroke=\"#000535\" fill=\"#005388\"/>\n <circle cx=\"19.53\" cy=\"75.73\" r=\"0.4\" stroke=\"#000634\" fill=\"#00578A\"/>\n <circle cx=\"22.88\" cy=\"76.34\" r=\"0.4\" stroke=\"#001737\" fill=\"#007099\"/>\n <circle cx=\"19.48\" cy=\"75.89\" r=\"0.4\" stroke=\"#000436\" fill=\"#004E85\"/>\n <circle cx=\"19.27\" cy=\"74.09\" r=\"0.4\" stroke=\"#000337\" fill=\"#004D84\"/>\n <circle cx=\"19.44\" cy=\"75.02\" r=\"0.4\" stroke=\"#000436\" fill=\"#004E85\"/>\n <circle cx=\"20.89\" cy=\"64.99\" r=\"0.4\" stroke=\"#000635\" fill=\"#00568A\"/>\n <circle cx=\"20.23\" cy=\"74.15\" r=\"0.4\" stroke=\"#000734\" fill=\"#00598C\"/>\n <circle cx=\"28.05\" cy=\"55.09\" r=\"0.4\" stroke=\"#001837\" fill=\"#00729A\"/>\n <circle cx=\"20.96\" cy=\"74.73\" r=\"0.4\" stroke=\"#000A31\" fill=\"#006593\"/>\n <circle cx=\"21.11\" cy=\"75.25\" r=\"0.4\" stroke=\"#000733\" fill=\"#005B8D\"/>\n <circle cx=\"20.03\" cy=\"64.48\" r=\"0.4\" stroke=\"#000436\" fill=\"#004F86\"/>\n <circle cx=\"19.52\" cy=\"73.71\" r=\"0.4\" stroke=\"#000436\" fill=\"#004E85\"/>\n <circle cx=\"19.86\" cy=\"74.84\" r=\"0.4\" stroke=\"#000536\" fill=\"#005287\"/>\n <circle cx=\"21.72\" cy=\"63.02\" r=\"0.4\" stroke=\"#000733\" fill=\"#005C8E\"/>\n <circle cx=\"19.52\" cy=\"74.54\" r=\"0.4\" stroke=\"#000635\" fill=\"#00568A\"/>\n <circle cx=\"20.41\" cy=\"73.97\" r=\"0.4\" stroke=\"#000436\" fill=\"#004E85\"/>\n <circle cx=\"19.86\" cy=\"75.55\" r=\"0.4\" stroke=\"#000536\" fill=\"#005287\"/>\n <circle cx=\"22.78\" cy=\"73.84\" r=\"0.4\" stroke=\"#001D3B\" fill=\"#00799E\"/>\n <circle cx=\"19.93\" cy=\"66.03\" r=\"0.4\" stroke=\"#000436\" fill=\"#005186\"/>\n <circle cx=\"20.22\" cy=\"75\" r=\"0.4\" stroke=\"#000535\" fill=\"#005589\"/>\n <circle cx=\"20.53\" cy=\"73.19\" r=\"0.4\" stroke=\"#000634\" fill=\"#00588B\"/>\n <circle cx=\"19.34\" cy=\"73.77\" r=\"0.4\" stroke=\"#000337\" fill=\"#004D84\"/>\n <circle cx=\"22.72\" cy=\"66.05\" r=\"0.4\" stroke=\"#000932\" fill=\"#006291\"/>\n <circle cx=\"19.89\" cy=\"75.1\" r=\"0.4\" stroke=\"#000337\" fill=\"#004D84\"/>\n <circle cx=\"19.7\" cy=\"73.88\" r=\"0.4\" stroke=\"#000635\" fill=\"#00568A\"/>\n <circle cx=\"19.57\" cy=\"74.78\" r=\"0.4\" stroke=\"#000436\" fill=\"#005186\"/>\n <circle cx=\"26.13\" cy=\"62.91\" r=\"0.4\" stroke=\"#00213D\" fill=\"#007FA1\"/>\n <circle cx=\"19.86\" cy=\"65.65\" r=\"0.4\" stroke=\"#000436\" fill=\"#004F85\"/>\n <circle cx=\"19.71\" cy=\"73.95\" r=\"0.4\" stroke=\"#000337\" fill=\"#004D84\"/>\n <circle cx=\"20.66\" cy=\"74.72\" r=\"0.4\" stroke=\"#000536\" fill=\"#005287\"/>\n <circle cx=\"22.97\" cy=\"74.89\" r=\"0.4\" stroke=\"#001636\" fill=\"#006F99\"/>\n <circle cx=\"23.54\" cy=\"55.83\" r=\"0.4\" stroke=\"#000832\" fill=\"#006090\"/>\n <circle cx=\"20.85\" cy=\"74.64\" r=\"0.4\" stroke=\"#000733\" fill=\"#005B8D\"/>\n <circle cx=\"25.44\" cy=\"37.02\" r=\"0.4\" stroke=\"#000833\" fill=\"#005E8F\"/>\n <circle cx=\"24.45\" cy=\"64.21\" r=\"0.4\" stroke=\"#001536\" fill=\"#006E98\"/>\n <circle cx=\"38.46\" cy=\"65.07\" r=\"0.4\" stroke=\"#195A5B\" fill=\"#85C2C2\"/>\n <circle cx=\"21.57\" cy=\"64.56\" r=\"0.4\" stroke=\"#000833\" fill=\"#005E8F\"/>\n <circle cx=\"21.82\" cy=\"64.08\" r=\"0.4\" stroke=\"#000833\" fill=\"#005D8E\"/>\n <circle cx=\"19.9\" cy=\"74.12\" r=\"0.4\" stroke=\"#000535\" fill=\"#005388\"/>\n <circle cx=\"22.27\" cy=\"73.93\" r=\"0.4\" stroke=\"#001636\" fill=\"#006F99\"/>\n <circle cx=\"19.23\" cy=\"75.78\" r=\"0.4\" stroke=\"#000337\" fill=\"#004D84\"/>\n <circle cx=\"20.42\" cy=\"66.87\" r=\"0.4\" stroke=\"#000436\" fill=\"#005086\"/>\n <circle cx=\"27.17\" cy=\"57.06\" r=\"0.4\" stroke=\"#001636\" fill=\"#006F99\"/>\n <circle cx=\"20.74\" cy=\"65.57\" r=\"0.4\" stroke=\"#000436\" fill=\"#004F85\"/>\n <circle cx=\"20.91\" cy=\"74.83\" r=\"0.4\" stroke=\"#000931\" fill=\"#006492\"/>\n <circle cx=\"20.53\" cy=\"74.78\" r=\"0.4\" stroke=\"#000733\" fill=\"#005B8D\"/>\n <circle cx=\"19.57\" cy=\"74.22\" r=\"0.4\" stroke=\"#000535\" fill=\"#005488\"/>\n <circle cx=\"19.63\" cy=\"74.77\" r=\"0.4\" stroke=\"#000436\" fill=\"#004F86\"/>\n <circle cx=\"21.66\" cy=\"66.37\" r=\"0.4\" stroke=\"#000733\" fill=\"#005C8E\"/>\n <circle cx=\"19.84\" cy=\"75.06\" r=\"0.4\" stroke=\"#000436\" fill=\"#004E85\"/>\n <circle cx=\"19.99\" cy=\"73.35\" r=\"0.4\" stroke=\"#000535\" fill=\"#005388\"/>\n <circle cx=\"24.15\" cy=\"63.22\" r=\"0.4\" stroke=\"#000F33\" fill=\"#006895\"/>\n <circle cx=\"19.69\" cy=\"74.36\" r=\"0.4\" stroke=\"#000337\" fill=\"#004D84\"/>\n <circle cx=\"19.82\" cy=\"75.33\" r=\"0.4\" stroke=\"#000337\" fill=\"#004D84\"/>\n <circle cx=\"19.71\" cy=\"74.13\" r=\"0.4\" stroke=\"#000436\" fill=\"#005186\"/>\n <circle cx=\"20.39\" cy=\"74.49\" r=\"0.4\" stroke=\"#000634\" fill=\"#00588B\"/>\n <circle cx=\"21.55\" cy=\"64.48\" r=\"0.4\" stroke=\"#000833\" fill=\"#005E8F\"/>\n <circle cx=\"19.45\" cy=\"73.46\" r=\"0.4\" stroke=\"#000635\" fill=\"#00568A\"/>\n <circle cx=\"19.28\" cy=\"74.22\" r=\"0.4\" stroke=\"#000536\" fill=\"#005287\"/>\n <circle cx=\"19.99\" cy=\"73.92\" r=\"0.4\" stroke=\"#000536\" fill=\"#005287\"/>\n <circle cx=\"19.79\" cy=\"72.68\" r=\"0.4\" stroke=\"#000535\" fill=\"#005388\"/>\n <circle cx=\"22.05\" cy=\"64.62\" r=\"0.4\" stroke=\"#000634\" fill=\"#00598B\"/>\n <circle cx=\"19.69\" cy=\"75.15\" r=\"0.4\" stroke=\"#000634\" fill=\"#00578A\"/>\n <circle cx=\"28.57\" cy=\"73.65\" r=\"0.4\" stroke=\"#0C5659\" fill=\"#7EBEC0\"/>\n <circle cx=\"20.05\" cy=\"74.05\" r=\"0.4\" stroke=\"#000536\" fill=\"#005287\"/>\n <circle cx=\"21.73\" cy=\"74.06\" r=\"0.4\" stroke=\"#001335\" fill=\"#006C97\"/>\n <circle cx=\"19.46\" cy=\"75.34\" r=\"0.4\" stroke=\"#000337\" fill=\"#004D84\"/>\n <circle cx=\"22.21\" cy=\"56.15\" r=\"0.4\" stroke=\"#000634\" fill=\"#00578A\"/>\n <circle cx=\"23.58\" cy=\"45.87\" r=\"0.4\" stroke=\"#000734\" fill=\"#005A8D\"/>\n <circle cx=\"19.61\" cy=\"76.89\" r=\"0.4\" stroke=\"#000337\" fill=\"#004D84\"/>\n <circle cx=\"20.57\" cy=\"74\" r=\"0.4\" stroke=\"#000733\" fill=\"#005C8E\"/>\n <circle cx=\"20.48\" cy=\"75.11\" r=\"0.4\" stroke=\"#000733\" fill=\"#005C8E\"/>\n <circle cx=\"22.89\" cy=\"55.42\" r=\"0.4\" stroke=\"#000733\" fill=\"#005D8E\"/>\n <circle cx=\"19.64\" cy=\"73.59\" r=\"0.4\" stroke=\"#000337\" fill=\"#004D84\"/>\n <circle cx=\"19.87\" cy=\"74.68\" r=\"0.4\" stroke=\"#000536\" fill=\"#005287\"/>\n <circle cx=\"21.52\" cy=\"54.01\" r=\"0.4\" stroke=\"#000635\" fill=\"#00568A\"/>\n <circle cx=\"19.78\" cy=\"74.67\" r=\"0.4\" stroke=\"#000337\" fill=\"#004D84\"/>\n <circle cx=\"37.93\" cy=\"35.69\" r=\"0.4\" stroke=\"#00213D\" fill=\"#007EA1\"/>\n <circle cx=\"19.7\" cy=\"73.25\" r=\"0.4\" stroke=\"#000337\" fill=\"#004D84\"/>\n <circle cx=\"20.53\" cy=\"63.14\" r=\"0.4\" stroke=\"#000436\" fill=\"#005187\"/>\n <circle cx=\"22.15\" cy=\"66.01\" r=\"0.4\" stroke=\"#000832\" fill=\"#005F8F\"/>\n <circle cx=\"20.43\" cy=\"74.6\" r=\"0.4\" stroke=\"#000535\" fill=\"#005388\"/>\n <circle cx=\"26.86\" cy=\"73.22\" r=\"0.4\" stroke=\"#004550\" fill=\"#5BAAB6\"/>\n <circle cx=\"19.41\" cy=\"74.12\" r=\"0.4\" stroke=\"#000535\" fill=\"#005488\"/>\n <circle cx=\"20.67\" cy=\"74.39\" r=\"0.4\" stroke=\"#000536\" fill=\"#005287\"/>\n <circle cx=\"20.01\" cy=\"65.65\" r=\"0.4\" stroke=\"#000535\" fill=\"#005287\"/>\n <circle cx=\"25.14\" cy=\"55.46\" r=\"0.4\" stroke=\"#000832\" fill=\"#006090\"/>\n <circle cx=\"20.44\" cy=\"74.38\" r=\"0.4\" stroke=\"#000733\" fill=\"#005B8D\"/>\n <circle cx=\"22.77\" cy=\"64.06\" r=\"0.4\" stroke=\"#000832\" fill=\"#006190\"/>\n <circle cx=\"23.23\" cy=\"66.93\" r=\"0.4\" stroke=\"#000D32\" fill=\"#006694\"/>\n <circle cx=\"20.45\" cy=\"73.27\" r=\"0.4\" stroke=\"#000436\" fill=\"#004F86\"/>\n <circle cx=\"19.29\" cy=\"65.52\" r=\"0.4\" stroke=\"#000436\" fill=\"#004E85\"/>\n <circle cx=\"19.89\" cy=\"73.04\" r=\"0.4\" stroke=\"#000436\" fill=\"#004E85\"/>\n <circle cx=\"19.84\" cy=\"76.14\" r=\"0.4\" stroke=\"#000536\" fill=\"#005287\"/>\n <circle cx=\"19.86\" cy=\"74.11\" r=\"0.4\" stroke=\"#000536\" fill=\"#005287\"/>\n <circle cx=\"19.86\" cy=\"76.59\" r=\"0.4\" stroke=\"#000536\" fill=\"#005287\"/>\n <circle cx=\"20.95\" cy=\"74.44\" r=\"0.4\" stroke=\"#000F33\" fill=\"#006895\"/>\n <circle cx=\"20.11\" cy=\"73.16\" r=\"0.4\" stroke=\"#000436\" fill=\"#004E85\"/>\n <circle cx=\"19.45\" cy=\"75.36\" r=\"0.4\" stroke=\"#000436\" fill=\"#005186\"/>\n <circle cx=\"19.94\" cy=\"74.5\" r=\"0.4\" stroke=\"#000535\" fill=\"#005388\"/>\n <circle cx=\"19.58\" cy=\"75.26\" r=\"0.4\" stroke=\"#000535\" fill=\"#005488\"/>\n <circle cx=\"19.42\" cy=\"74.06\" r=\"0.4\" stroke=\"#000536\" fill=\"#005287\"/>\n <circle cx=\"20.22\" cy=\"66.96\" r=\"0.4\" stroke=\"#000535\" fill=\"#005489\"/>\n <circle cx=\"20.72\" cy=\"73.7\" r=\"0.4\" stroke=\"#000833\" fill=\"#005E8F\"/>\n <circle cx=\"20.97\" cy=\"54.29\" r=\"0.4\" stroke=\"#000535\" fill=\"#005488\"/>\n <circle cx=\"23.72\" cy=\"63.86\" r=\"0.4\" stroke=\"#000E33\" fill=\"#006794\"/>\n <circle cx=\"19.09\" cy=\"74.43\" r=\"0.4\" stroke=\"#000436\" fill=\"#004E85\"/>\n <circle cx=\"20\" cy=\"74.05\" r=\"0.4\" stroke=\"#000535\" fill=\"#005388\"/>\n <circle cx=\"19.97\" cy=\"75.5\" r=\"0.4\" stroke=\"#000337\" fill=\"#004D84\"/>\n <circle cx=\"20.02\" cy=\"73.86\" r=\"0.4\" stroke=\"#000337\" fill=\"#004D84\"/>\n <circle cx=\"19.77\" cy=\"75\" r=\"0.4\" stroke=\"#000536\" fill=\"#005287\"/>\n <circle cx=\"19.75\" cy=\"72.92\" r=\"0.4\" stroke=\"#000436\" fill=\"#004E85\"/>\n <circle cx=\"20.41\" cy=\"74.64\" r=\"0.4\" stroke=\"#000833\" fill=\"#005D8E\"/>\n <circle cx=\"20.28\" cy=\"75.03\" r=\"0.4\" stroke=\"#000436\" fill=\"#004F86\"/>\n <circle cx=\"19.33\" cy=\"74.1\" r=\"0.4\" stroke=\"#000337\" fill=\"#004D84\"/>\n <circle cx=\"20.21\" cy=\"73.63\" r=\"0.4\" stroke=\"#000734\" fill=\"#005A8D\"/>\n <circle cx=\"19.61\" cy=\"73.9\" r=\"0.4\" stroke=\"#000337\" fill=\"#004D84\"/>\n <circle cx=\"20.02\" cy=\"65.36\" r=\"0.4\" stroke=\"#000535\" fill=\"#005589\"/>\n <circle cx=\"19.75\" cy=\"74.26\" r=\"0.4\" stroke=\"#000436\" fill=\"#004F86\"/>\n <circle cx=\"19\" cy=\"75.13\" r=\"0.4\" stroke=\"#000337\" fill=\"#004D84\"/>\n <circle cx=\"23.95\" cy=\"74.86\" r=\"0.4\" stroke=\"#002A42\" fill=\"#1789A7\"/>\n <circle cx=\"21.34\" cy=\"65.63\" r=\"0.4\" stroke=\"#000733\" fill=\"#005B8D\"/>\n <circle cx=\"19.88\" cy=\"71.54\" r=\"0.4\" stroke=\"#000436\" fill=\"#004E85\"/>\n <circle cx=\"20.47\" cy=\"66.65\" r=\"0.4\" stroke=\"#000634\" fill=\"#00578A\"/>\n <circle cx=\"22.93\" cy=\"56.37\" r=\"0.4\" stroke=\"#000733\" fill=\"#005C8E\"/>\n <circle cx=\"20.18\" cy=\"75.92\" r=\"0.4\" stroke=\"#000535\" fill=\"#005589\"/>\n <circle cx=\"21.29\" cy=\"74.58\" r=\"0.4\" stroke=\"#000734\" fill=\"#005A8D\"/>\n <circle cx=\"19.29\" cy=\"76.16\" r=\"0.4\" stroke=\"#000535\" fill=\"#005488\"/>\n <circle cx=\"19.9\" cy=\"63.95\" r=\"0.4\" stroke=\"#000436\" fill=\"#004F86\"/>\n <circle cx=\"19.65\" cy=\"74.85\" r=\"0.4\" stroke=\"#000535\" fill=\"#005388\"/>\n <circle cx=\"19.05\" cy=\"74.16\" r=\"0.4\" stroke=\"#000337\" fill=\"#004D84\"/>\n <circle cx=\"20.99\" cy=\"73.84\" r=\"0.4\" stroke=\"#000931\" fill=\"#006392\"/>\n <circle cx=\"19.99\" cy=\"64.83\" r=\"0.4\" stroke=\"#000535\" fill=\"#005488\"/>\n <circle cx=\"20.44\" cy=\"75.48\" r=\"0.4\" stroke=\"#000535\" fill=\"#005589\"/>\n <circle cx=\"23.93\" cy=\"74.48\" r=\"0.4\" stroke=\"#002942\" fill=\"#1389A6\"/>\n <circle cx=\"21.16\" cy=\"74.5\" r=\"0.4\" stroke=\"#000931\" fill=\"#006392\"/>\n <circle cx=\"19.67\" cy=\"74.29\" r=\"0.4\" stroke=\"#000436\" fill=\"#005186\"/>\n <circle cx=\"20.53\" cy=\"73.63\" r=\"0.4\" stroke=\"#000535\" fill=\"#005589\"/>\n <circle cx=\"22.3\" cy=\"64.79\" r=\"0.4\" stroke=\"#000832\" fill=\"#006190\"/>\n <circle cx=\"20.46\" cy=\"73.57\" r=\"0.4\" stroke=\"#000832\" fill=\"#006090\"/>\n <circle cx=\"20.17\" cy=\"55.98\" r=\"0.4\" stroke=\"#000535\" fill=\"#005388\"/>\n <circle cx=\"21.12\" cy=\"75.48\" r=\"0.4\" stroke=\"#000C32\" fill=\"#006694\"/>\n <circle cx=\"19.29\" cy=\"75.03\" r=\"0.4\" stroke=\"#000337\" fill=\"#004D84\"/>\n <circle cx=\"19.61\" cy=\"74.57\" r=\"0.4\" stroke=\"#000536\" fill=\"#005287\"/>\n <circle cx=\"20\" cy=\"74\" r=\"0.4\" stroke=\"#000634\" fill=\"#00578A\"/>\n <circle cx=\"24.58\" cy=\"55.54\" r=\"0.4\" stroke=\"#000B31\" fill=\"#006593\"/>\n <circle cx=\"28.1\" cy=\"56.07\" r=\"0.4\" stroke=\"#001837\" fill=\"#00729A\"/>\n <circle cx=\"20\" cy=\"75.77\" r=\"0.4\" stroke=\"#000436\" fill=\"#004E85\"/>\n <circle cx=\"20.76\" cy=\"72.35\" r=\"0.4\" stroke=\"#000535\" fill=\"#005488\"/>\n <circle cx=\"19.06\" cy=\"76.06\" r=\"0.4\" stroke=\"#000436\" fill=\"#004E85\"/>\n <circle cx=\"20.97\" cy=\"75.66\" r=\"0.4\" stroke=\"#000832\" fill=\"#006190\"/>\n <circle cx=\"19.44\" cy=\"73.3\" r=\"0.4\" stroke=\"#000337\" fill=\"#004D84\"/>\n <circle cx=\"20.57\" cy=\"65.84\" r=\"0.4\" stroke=\"#000536\" fill=\"#005287\"/>\n <circle cx=\"22.18\" cy=\"45.65\" r=\"0.4\" stroke=\"#000535\" fill=\"#005388\"/>\n <circle cx=\"20.72\" cy=\"65.54\" r=\"0.4\" stroke=\"#000535\" fill=\"#005488\"/>\n <circle cx=\"20.69\" cy=\"73.74\" r=\"0.4\" stroke=\"#000931\" fill=\"#006492\"/>\n <circle cx=\"19.4\" cy=\"74.77\" r=\"0.4\" stroke=\"#000536\" fill=\"#005287\"/>\n <circle cx=\"20.91\" cy=\"54.65\" r=\"0.4\" stroke=\"#000535\" fill=\"#005388\"/>\n <circle cx=\"20.49\" cy=\"73.92\" r=\"0.4\" stroke=\"#000634\" fill=\"#00588B\"/>\n <circle cx=\"19.43\" cy=\"74.85\" r=\"0.4\" stroke=\"#000436\" fill=\"#004E85\"/>\n <circle cx=\"19.74\" cy=\"75.63\" r=\"0.4\" stroke=\"#000535\" fill=\"#005388\"/>\n <circle cx=\"20.52\" cy=\"73.76\" r=\"0.4\" stroke=\"#000535\" fill=\"#005388\"/>\n <circle cx=\"20.48\" cy=\"65.82\" r=\"0.4\" stroke=\"#000535\" fill=\"#005589\"/>\n <circle cx=\"19.68\" cy=\"76.52\" r=\"0.4\" stroke=\"#000535\" fill=\"#005388\"/>\n <circle cx=\"18.89\" cy=\"74.01\" r=\"0.4\" stroke=\"#000436\" fill=\"#004E85\"/>\n <circle cx=\"19.28\" cy=\"73.93\" r=\"0.4\" stroke=\"#000436\" fill=\"#004F86\"/>\n <circle cx=\"20.13\" cy=\"74.26\" r=\"0.4\" stroke=\"#000436\" fill=\"#004E85\"/>\n <circle cx=\"20.34\" cy=\"52.3\" r=\"0.4\" stroke=\"#000535\" fill=\"#005287\"/>\n <circle cx=\"19.44\" cy=\"72.95\" r=\"0.4\" stroke=\"#000337\" fill=\"#004D84\"/>\n <circle cx=\"20.75\" cy=\"64.08\" r=\"0.4\" stroke=\"#000535\" fill=\"#005589\"/>\n <circle cx=\"19.81\" cy=\"74.55\" r=\"0.4\" stroke=\"#000436\" fill=\"#005186\"/>\n <circle cx=\"20.19\" cy=\"73.95\" r=\"0.4\" stroke=\"#000734\" fill=\"#005A8D\"/>\n <circle cx=\"23.59\" cy=\"54.59\" r=\"0.4\" stroke=\"#000932\" fill=\"#006291\"/>\n <circle cx=\"19.87\" cy=\"74.57\" r=\"0.4\" stroke=\"#000535\" fill=\"#005589\"/>\n <circle cx=\"19.18\" cy=\"74.66\" r=\"0.4\" stroke=\"#000337\" fill=\"#004D84\"/>\n <circle cx=\"19.88\" cy=\"75.07\" r=\"0.4\" stroke=\"#000536\" fill=\"#005287\"/>\n <circle cx=\"20.09\" cy=\"54.2\" r=\"0.4\" stroke=\"#000436\" fill=\"#005186\"/>\n <circle cx=\"20.42\" cy=\"74.14\" r=\"0.4\" stroke=\"#000634\" fill=\"#00578A\"/>\n <circle cx=\"21.55\" cy=\"65.13\" r=\"0.4\" stroke=\"#000733\" fill=\"#005B8D\"/>\n <circle cx=\"19.44\" cy=\"75.03\" r=\"0.4\" stroke=\"#000337\" fill=\"#004D84\"/>\n <circle cx=\"20.21\" cy=\"75.3\" r=\"0.4\" stroke=\"#000535\" fill=\"#005488\"/>\n <circle cx=\"20.01\" cy=\"65.31\" r=\"0.4\" stroke=\"#000535\" fill=\"#005287\"/>\n <circle cx=\"20.31\" cy=\"75.98\" r=\"0.4\" stroke=\"#000635\" fill=\"#00568A\"/>\n <circle cx=\"20.26\" cy=\"72.86\" r=\"0.4\" stroke=\"#000536\" fill=\"#005287\"/>\n <circle cx=\"19.93\" cy=\"72.67\" r=\"0.4\" stroke=\"#000634\" fill=\"#00578A\"/>\n <circle cx=\"28.17\" cy=\"46.66\" r=\"0.4\" stroke=\"#001134\" fill=\"#006A96\"/>\n <circle cx=\"19.89\" cy=\"74.83\" r=\"0.4\" stroke=\"#000535\" fill=\"#005488\"/>\n <circle cx=\"21.49\" cy=\"73.8\" r=\"0.4\" stroke=\"#000832\" fill=\"#006190\"/>\n <circle cx=\"24.34\" cy=\"65.56\" r=\"0.4\" stroke=\"#001737\" fill=\"#007099\"/>\n <circle cx=\"19.43\" cy=\"73.57\" r=\"0.4\" stroke=\"#000436\" fill=\"#005186\"/>\n <circle cx=\"19.65\" cy=\"75.45\" r=\"0.4\" stroke=\"#000535\" fill=\"#005488\"/>\n <circle cx=\"21.24\" cy=\"65.44\" r=\"0.4\" stroke=\"#000535\" fill=\"#005287\"/>\n <circle cx=\"21.47\" cy=\"48.28\" r=\"0.4\" stroke=\"#000535\" fill=\"#005287\"/>\n <circle cx=\"20.63\" cy=\"73.73\" r=\"0.4\" stroke=\"#000931\" fill=\"#006392\"/>\n <circle cx=\"20.32\" cy=\"74.44\" r=\"0.4\" stroke=\"#000634\" fill=\"#00578A\"/>\n <circle cx=\"24.22\" cy=\"54.13\" r=\"0.4\" stroke=\"#000932\" fill=\"#006191\"/>\n <circle cx=\"20.8\" cy=\"63.76\" r=\"0.4\" stroke=\"#000733\" fill=\"#005B8D\"/>\n <circle cx=\"21\" cy=\"74.97\" r=\"0.4\" stroke=\"#000932\" fill=\"#006291\"/>\n <circle cx=\"23.17\" cy=\"56.48\" r=\"0.4\" stroke=\"#000833\" fill=\"#005D8E\"/>\n <circle cx=\"19.6\" cy=\"74.39\" r=\"0.4\" stroke=\"#000436\" fill=\"#005186\"/>\n <circle cx=\"19.74\" cy=\"72.5\" r=\"0.4\" stroke=\"#000535\" fill=\"#005589\"/>\n <circle cx=\"20.13\" cy=\"64.17\" r=\"0.4\" stroke=\"#000436\" fill=\"#005086\"/>\n <circle cx=\"19.72\" cy=\"74\" r=\"0.4\" stroke=\"#000635\" fill=\"#00568A\"/>\n <circle cx=\"20.65\" cy=\"76.22\" r=\"0.4\" stroke=\"#000F33\" fill=\"#006895\"/>\n <circle cx=\"19.75\" cy=\"73.33\" r=\"0.4\" stroke=\"#000536\" fill=\"#005287\"/>\n <circle cx=\"20.39\" cy=\"76.85\" r=\"0.4\" stroke=\"#000833\" fill=\"#005E8F\"/>\n <circle cx=\"20.88\" cy=\"75.19\" r=\"0.4\" stroke=\"#000634\" fill=\"#00578A\"/>\n <circle cx=\"21.13\" cy=\"73.22\" r=\"0.4\" stroke=\"#000832\" fill=\"#006190\"/>\n <circle cx=\"21.16\" cy=\"75.8\" r=\"0.4\" stroke=\"#000833\" fill=\"#005E8F\"/>\n <circle cx=\"19.66\" cy=\"74.43\" r=\"0.4\" stroke=\"#000535\" fill=\"#005388\"/>\n <circle cx=\"20\" cy=\"73.76\" r=\"0.4\" stroke=\"#000634\" fill=\"#00578A\"/>\n <circle cx=\"22.07\" cy=\"64.02\" r=\"0.4\" stroke=\"#000733\" fill=\"#005C8E\"/>\n <circle cx=\"21.44\" cy=\"63.99\" r=\"0.4\" stroke=\"#000733\" fill=\"#005C8E\"/>\n <circle cx=\"23.66\" cy=\"65.15\" r=\"0.4\" stroke=\"#000D32\" fill=\"#006794\"/>\n <circle cx=\"23.97\" cy=\"73.12\" r=\"0.4\" stroke=\"#003448\" fill=\"#3696AD\"/>\n <circle cx=\"20.27\" cy=\"75.19\" r=\"0.4\" stroke=\"#000734\" fill=\"#005A8D\"/>\n <circle cx=\"19.65\" cy=\"73.74\" r=\"0.4\" stroke=\"#000536\" fill=\"#005287\"/>\n <circle cx=\"23.06\" cy=\"55.55\" r=\"0.4\" stroke=\"#000734\" fill=\"#00598C\"/>\n <circle cx=\"20.58\" cy=\"64.35\" r=\"0.4\" stroke=\"#000535\" fill=\"#005489\"/>\n <circle cx=\"21.14\" cy=\"63.07\" r=\"0.4\" stroke=\"#000634\" fill=\"#00578A\"/>\n <circle cx=\"19.83\" cy=\"73.13\" r=\"0.4\" stroke=\"#000436\" fill=\"#005186\"/>\n <circle cx=\"20.04\" cy=\"73.88\" r=\"0.4\" stroke=\"#000536\" fill=\"#005287\"/>\n <circle cx=\"20.93\" cy=\"75.49\" r=\"0.4\" stroke=\"#000A31\" fill=\"#006593\"/>\n <circle cx=\"21.77\" cy=\"54.86\" r=\"0.4\" stroke=\"#000535\" fill=\"#005388\"/>\n <circle cx=\"19.03\" cy=\"73.94\" r=\"0.4\" stroke=\"#000337\" fill=\"#004D84\"/>\n <circle cx=\"19.99\" cy=\"76.49\" r=\"0.4\" stroke=\"#000436\" fill=\"#004F86\"/>\n <circle cx=\"26.9\" cy=\"75.02\" r=\"0.4\" stroke=\"#004A53\" fill=\"#65B0B9\"/>\n <circle cx=\"20.4\" cy=\"56.77\" r=\"0.4\" stroke=\"#000535\" fill=\"#005589\"/>\n <circle cx=\"19.58\" cy=\"75.37\" r=\"0.4\" stroke=\"#000634\" fill=\"#00578A\"/>\n <circle cx=\"22.32\" cy=\"73.41\" r=\"0.4\" stroke=\"#000D32\" fill=\"#006794\"/>\n <circle cx=\"20.45\" cy=\"64.85\" r=\"0.4\" stroke=\"#000635\" fill=\"#005589\"/>\n <circle cx=\"20.44\" cy=\"66.88\" r=\"0.4\" stroke=\"#000535\" fill=\"#005388\"/>\n <circle cx=\"24.42\" cy=\"53.69\" r=\"0.4\" stroke=\"#000932\" fill=\"#006291\"/>\n <circle cx=\"19.5\" cy=\"65.13\" r=\"0.4\" stroke=\"#000436\" fill=\"#005086\"/>\n <circle cx=\"21.65\" cy=\"74.51\" r=\"0.4\" stroke=\"#001435\" fill=\"#006D98\"/>\n <circle cx=\"20.73\" cy=\"73.54\" r=\"0.4\" stroke=\"#000931\" fill=\"#006392\"/>\n <circle cx=\"20.54\" cy=\"74.22\" r=\"0.4\" stroke=\"#000A31\" fill=\"#006593\"/>\n <circle cx=\"24.41\" cy=\"66.3\" r=\"0.4\" stroke=\"#001636\" fill=\"#006F99\"/>\n <circle cx=\"20.16\" cy=\"65.29\" r=\"0.4\" stroke=\"#000436\" fill=\"#004E85\"/>\n <circle cx=\"19.8\" cy=\"73.64\" r=\"0.4\" stroke=\"#000436\" fill=\"#004E85\"/>\n <circle cx=\"22.1\" cy=\"46.9\" r=\"0.4\" stroke=\"#000535\" fill=\"#005589\"/>\n <circle cx=\"20.32\" cy=\"65.49\" r=\"0.4\" stroke=\"#000635\" fill=\"#00568A\"/>\n <circle cx=\"26.53\" cy=\"54.12\" r=\"0.4\" stroke=\"#001535\" fill=\"#006E98\"/>\n <circle cx=\"19.67\" cy=\"75.44\" r=\"0.4\" stroke=\"#000436\" fill=\"#004E85\"/>\n <circle cx=\"19.2\" cy=\"72.45\" r=\"0.4\" stroke=\"#000536\" fill=\"#005287\"/>\n <circle cx=\"25.93\" cy=\"74\" r=\"0.4\" stroke=\"#00424F\" fill=\"#54A6B5\"/>\n <circle cx=\"20.89\" cy=\"65.03\" r=\"0.4\" stroke=\"#000635\" fill=\"#005589\"/>\n <circle cx=\"19.19\" cy=\"75.64\" r=\"0.4\" stroke=\"#000536\" fill=\"#005287\"/>\n <circle cx=\"22.07\" cy=\"65.42\" r=\"0.4\" stroke=\"#000832\" fill=\"#006090\"/>\n <circle cx=\"19.84\" cy=\"66.25\" r=\"0.4\" stroke=\"#000436\" fill=\"#005086\"/>\n <circle cx=\"20.36\" cy=\"71.91\" r=\"0.4\" stroke=\"#000535\" fill=\"#005488\"/>\n <circle cx=\"20.23\" cy=\"64.53\" r=\"0.4\" stroke=\"#000535\" fill=\"#005488\"/>\n <circle cx=\"21.99\" cy=\"74.16\" r=\"0.4\" stroke=\"#001D3A\" fill=\"#00779D\"/>\n <circle cx=\"21.5\" cy=\"75.93\" r=\"0.4\" stroke=\"#001938\" fill=\"#00729B\"/>\n <circle cx=\"22.08\" cy=\"63.37\" r=\"0.4\" stroke=\"#000733\" fill=\"#005C8E\"/>\n <circle cx=\"19.79\" cy=\"74.97\" r=\"0.4\" stroke=\"#000536\" fill=\"#005287\"/>\n <circle cx=\"21.26\" cy=\"65.89\" r=\"0.4\" stroke=\"#000634\" fill=\"#00578A\"/>\n <circle cx=\"19.25\" cy=\"74.66\" r=\"0.4\" stroke=\"#000535\" fill=\"#005388\"/>\n <circle cx=\"19.39\" cy=\"75.51\" r=\"0.4\" stroke=\"#000337\" fill=\"#004D84\"/>\n <circle cx=\"21.36\" cy=\"65.54\" r=\"0.4\" stroke=\"#000734\" fill=\"#005A8C\"/>\n <circle cx=\"22.87\" cy=\"74.75\" r=\"0.4\" stroke=\"#001F3C\" fill=\"#007B9F\"/>\n <circle cx=\"20.54\" cy=\"73.35\" r=\"0.4\" stroke=\"#000832\" fill=\"#006090\"/>\n <circle cx=\"23.56\" cy=\"37.61\" r=\"0.4\" stroke=\"#000634\" fill=\"#00598C\"/>\n <circle cx=\"19.88\" cy=\"76.71\" r=\"0.4\" stroke=\"#000536\" fill=\"#005287\"/>\n <circle cx=\"19.02\" cy=\"73.78\" r=\"0.4\" stroke=\"#000337\" fill=\"#004D84\"/>\n <circle cx=\"21.74\" cy=\"64.77\" r=\"0.4\" stroke=\"#000634\" fill=\"#00598B\"/>\n <circle cx=\"20.24\" cy=\"74.11\" r=\"0.4\" stroke=\"#000635\" fill=\"#00568A\"/>\n <circle cx=\"21.39\" cy=\"56.41\" r=\"0.4\" stroke=\"#000635\" fill=\"#005589\"/>\n <circle cx=\"24.8\" cy=\"35.65\" r=\"0.4\" stroke=\"#000734\" fill=\"#005A8D\"/>\n <circle cx=\"20.08\" cy=\"73.56\" r=\"0.4\" stroke=\"#000535\" fill=\"#005388\"/>\n <circle cx=\"20.77\" cy=\"74.29\" r=\"0.4\" stroke=\"#000931\" fill=\"#006492\"/>\n <circle cx=\"18.42\" cy=\"73.31\" r=\"0.4\" stroke=\"#000436\" fill=\"#005186\"/>\n <circle cx=\"20.67\" cy=\"66.21\" r=\"0.4\" stroke=\"#000634\" fill=\"#00578A\"/>\n <circle cx=\"19.98\" cy=\"73.41\" r=\"0.4\" stroke=\"#000535\" fill=\"#005589\"/>\n <circle cx=\"19.52\" cy=\"74.01\" r=\"0.4\" stroke=\"#000337\" fill=\"#004D84\"/>\n <circle cx=\"19.1\" cy=\"74.43\" r=\"0.4\" stroke=\"#000436\" fill=\"#005186\"/>\n <circle cx=\"20.55\" cy=\"74.48\" r=\"0.4\" stroke=\"#000733\" fill=\"#005B8D\"/>\n <circle cx=\"20.16\" cy=\"74.2\" r=\"0.4\" stroke=\"#000436\" fill=\"#005186\"/>\n <circle cx=\"20.61\" cy=\"55.44\" r=\"0.4\" stroke=\"#000536\" fill=\"#005187\"/>\n <circle cx=\"19.93\" cy=\"75.85\" r=\"0.4\" stroke=\"#000436\" fill=\"#004F86\"/>\n <circle cx=\"19.5\" cy=\"64.62\" r=\"0.4\" stroke=\"#000436\" fill=\"#004F86\"/>\n <circle cx=\"19.36\" cy=\"73.99\" r=\"0.4\" stroke=\"#000337\" fill=\"#004D84\"/>\n <circle cx=\"22.19\" cy=\"73.15\" r=\"0.4\" stroke=\"#001F3C\" fill=\"#007CA0\"/>\n <circle cx=\"19.81\" cy=\"72.96\" r=\"0.4\" stroke=\"#000436\" fill=\"#004F86\"/>\n <circle cx=\"20.83\" cy=\"64.81\" r=\"0.4\" stroke=\"#000634\" fill=\"#00588B\"/>\n <circle cx=\"19.54\" cy=\"65.67\" r=\"0.4\" stroke=\"#000436\" fill=\"#004E85\"/>\n <circle cx=\"19.9\" cy=\"76.23\" r=\"0.4\" stroke=\"#000436\" fill=\"#004F86\"/>\n <circle cx=\"22.27\" cy=\"75.54\" r=\"0.4\" stroke=\"#001C3A\" fill=\"#00769D\"/>\n <circle cx=\"19.59\" cy=\"73.24\" r=\"0.4\" stroke=\"#000635\" fill=\"#00568A\"/>\n <circle cx=\"19.21\" cy=\"73.47\" r=\"0.4\" stroke=\"#000337\" fill=\"#004D84\"/>\n <circle cx=\"34.29\" cy=\"37.94\" r=\"0.4\" stroke=\"#001B39\" fill=\"#00759C\"/>\n <circle cx=\"24.17\" cy=\"35.98\" r=\"0.4\" stroke=\"#000734\" fill=\"#005A8C\"/>\n <circle cx=\"20.17\" cy=\"74.45\" r=\"0.4\" stroke=\"#000634\" fill=\"#00578A\"/>\n <circle cx=\"28.9\" cy=\"54.84\" r=\"0.4\" stroke=\"#001C3A\" fill=\"#00769D\"/>\n <circle cx=\"20.6\" cy=\"54.92\" r=\"0.4\" stroke=\"#000536\" fill=\"#005287\"/>\n <circle cx=\"20.51\" cy=\"72.59\" r=\"0.4\" stroke=\"#000535\" fill=\"#005388\"/>\n <circle cx=\"20.44\" cy=\"76\" r=\"0.4\" stroke=\"#000436\" fill=\"#004F86\"/>\n <circle cx=\"20.21\" cy=\"65.6\" r=\"0.4\" stroke=\"#000436\" fill=\"#004F86\"/>\n <circle cx=\"19.99\" cy=\"75.49\" r=\"0.4\" stroke=\"#000436\" fill=\"#004F86\"/>\n <circle cx=\"19.8\" cy=\"75.7\" r=\"0.4\" stroke=\"#000436\" fill=\"#004F86\"/>\n <circle cx=\"19.9\" cy=\"74.53\" r=\"0.4\" stroke=\"#000734\" fill=\"#00598C\"/>\n <circle cx=\"20.39\" cy=\"73.38\" r=\"0.4\" stroke=\"#000832\" fill=\"#006190\"/>\n <circle cx=\"20.58\" cy=\"74.78\" r=\"0.4\" stroke=\"#000634\" fill=\"#00578A\"/>\n <circle cx=\"20.9\" cy=\"75.21\" r=\"0.4\" stroke=\"#000931\" fill=\"#006392\"/>\n <circle cx=\"28.34\" cy=\"57.01\" r=\"0.4\" stroke=\"#001A38\" fill=\"#00739B\"/>\n <circle cx=\"20.29\" cy=\"62.91\" r=\"0.4\" stroke=\"#000536\" fill=\"#005287\"/>\n <circle cx=\"20.78\" cy=\"72\" r=\"0.4\" stroke=\"#000733\" fill=\"#005C8E\"/>\n <circle cx=\"19.99\" cy=\"65.54\" r=\"0.4\" stroke=\"#000436\" fill=\"#005187\"/>\n <circle cx=\"20.09\" cy=\"54.6\" r=\"0.4\" stroke=\"#000436\" fill=\"#004F86\"/>\n <circle cx=\"22.15\" cy=\"73.48\" r=\"0.4\" stroke=\"#001F3C\" fill=\"#007B9F\"/>\n <circle cx=\"19.68\" cy=\"76.12\" r=\"0.4\" stroke=\"#000635\" fill=\"#00568A\"/>\n <circle cx=\"21.8\" cy=\"73.91\" r=\"0.4\" stroke=\"#001435\" fill=\"#006D98\"/>\n <circle cx=\"19.73\" cy=\"76.98\" r=\"0.4\" stroke=\"#000337\" fill=\"#004D84\"/>\n <circle cx=\"19.47\" cy=\"72.39\" r=\"0.4\" stroke=\"#000436\" fill=\"#004F86\"/>\n <circle cx=\"19.9\" cy=\"64.5\" r=\"0.4\" stroke=\"#000436\" fill=\"#004E85\"/>\n <circle cx=\"20.12\" cy=\"76.47\" r=\"0.4\" stroke=\"#000634\" fill=\"#00588B\"/>\n <circle cx=\"20.15\" cy=\"74.61\" r=\"0.4\" stroke=\"#000734\" fill=\"#005A8D\"/>\n <circle cx=\"22.94\" cy=\"57.37\" r=\"0.4\" stroke=\"#000733\" fill=\"#005C8E\"/>\n <circle cx=\"19.66\" cy=\"75.31\" r=\"0.4\" stroke=\"#000635\" fill=\"#00568A\"/>\n <circle cx=\"23.03\" cy=\"65.21\" r=\"0.4\" stroke=\"#000832\" fill=\"#005F8F\"/>\n <circle cx=\"21.24\" cy=\"74.92\" r=\"0.4\" stroke=\"#000931\" fill=\"#006492\"/>\n <circle cx=\"19.92\" cy=\"74.61\" r=\"0.4\" stroke=\"#000535\" fill=\"#005388\"/>\n <circle cx=\"19.15\" cy=\"75.17\" r=\"0.4\" stroke=\"#000337\" fill=\"#004D84\"/>\n <circle cx=\"20.15\" cy=\"64.63\" r=\"0.4\" stroke=\"#000536\" fill=\"#005287\"/>\n <circle cx=\"21.09\" cy=\"65\" r=\"0.4\" stroke=\"#000733\" fill=\"#005B8D\"/>\n <circle cx=\"23.07\" cy=\"63.99\" r=\"0.4\" stroke=\"#000C32\" fill=\"#006694\"/>\n <circle cx=\"21.04\" cy=\"64.82\" r=\"0.4\" stroke=\"#000535\" fill=\"#005589\"/>\n <circle cx=\"19.36\" cy=\"65.34\" r=\"0.4\" stroke=\"#000436\" fill=\"#004F86\"/>\n <circle cx=\"19.27\" cy=\"74.5\" r=\"0.4\" stroke=\"#000436\" fill=\"#005186\"/>\n <circle cx=\"20.56\" cy=\"65.44\" r=\"0.4\" stroke=\"#000536\" fill=\"#005287\"/>\n <circle cx=\"20.76\" cy=\"55.1\" r=\"0.4\" stroke=\"#000535\" fill=\"#005589\"/>\n <circle cx=\"19.56\" cy=\"74.11\" r=\"0.4\" stroke=\"#000337\" fill=\"#004D84\"/>\n <circle cx=\"19.09\" cy=\"74.92\" r=\"0.4\" stroke=\"#000337\" fill=\"#004D84\"/>\n <circle cx=\"25.12\" cy=\"26.03\" r=\"0.4\" stroke=\"#000733\" fill=\"#005B8D\"/>\n <circle cx=\"20.15\" cy=\"74.05\" r=\"0.4\" stroke=\"#000535\" fill=\"#005589\"/>\n <circle cx=\"19.83\" cy=\"64.54\" r=\"0.4\" stroke=\"#000436\" fill=\"#005186\"/>\n <circle cx=\"32.49\" cy=\"46.79\" r=\"0.4\" stroke=\"#001D3B\" fill=\"#00789E\"/>\n <circle cx=\"20.48\" cy=\"75.47\" r=\"0.4\" stroke=\"#000634\" fill=\"#00588B\"/>\n <circle cx=\"19.74\" cy=\"73.7\" r=\"0.4\" stroke=\"#000634\" fill=\"#00588B\"/>\n <circle cx=\"19.55\" cy=\"74.92\" r=\"0.4\" stroke=\"#000436\" fill=\"#004F86\"/>\n <circle cx=\"21.82\" cy=\"75.25\" r=\"0.4\" stroke=\"#000D32\" fill=\"#006794\"/>\n <circle cx=\"33.07\" cy=\"36.49\" r=\"0.4\" stroke=\"#001636\" fill=\"#006F99\"/>\n <circle cx=\"20.55\" cy=\"64.84\" r=\"0.4\" stroke=\"#000535\" fill=\"#005489\"/>\n <circle cx=\"19.62\" cy=\"75.37\" r=\"0.4\" stroke=\"#000536\" fill=\"#005287\"/>\n <circle cx=\"20.26\" cy=\"74.57\" r=\"0.4\" stroke=\"#000436\" fill=\"#005186\"/>\n <circle cx=\"20.49\" cy=\"73.48\" r=\"0.4\" stroke=\"#000733\" fill=\"#005B8D\"/>\n <circle cx=\"19.68\" cy=\"73.57\" r=\"0.4\" stroke=\"#000436\" fill=\"#005186\"/>\n <circle cx=\"19.33\" cy=\"74.85\" r=\"0.4\" stroke=\"#000436\" fill=\"#004E85\"/>\n <circle cx=\"21.53\" cy=\"64.71\" r=\"0.4\" stroke=\"#000634\" fill=\"#00578A\"/>\n <circle cx=\"23.19\" cy=\"76.34\" r=\"0.4\" stroke=\"#001B39\" fill=\"#00759C\"/>\n <circle cx=\"20.91\" cy=\"74.87\" r=\"0.4\" stroke=\"#000931\" fill=\"#006392\"/>\n <circle cx=\"18.76\" cy=\"75.17\" r=\"0.4\" stroke=\"#000337\" fill=\"#004D84\"/>\n <circle cx=\"27.41\" cy=\"65.81\" r=\"0.4\" stroke=\"#00213D\" fill=\"#007FA1\"/>\n <circle cx=\"23.1\" cy=\"65.31\" r=\"0.4\" stroke=\"#000C32\" fill=\"#006694\"/>\n <circle cx=\"19.64\" cy=\"75.66\" r=\"0.4\" stroke=\"#000634\" fill=\"#00578A\"/>\n <circle cx=\"28.94\" cy=\"55.15\" r=\"0.4\" stroke=\"#001A39\" fill=\"#00749C\"/>\n <circle cx=\"20.34\" cy=\"73.79\" r=\"0.4\" stroke=\"#000535\" fill=\"#005388\"/>\n <circle cx=\"20.51\" cy=\"75.53\" r=\"0.4\" stroke=\"#000733\" fill=\"#005C8E\"/>\n <circle cx=\"20.49\" cy=\"75.01\" r=\"0.4\" stroke=\"#000733\" fill=\"#005B8D\"/>\n <circle cx=\"20.43\" cy=\"73.82\" r=\"0.4\" stroke=\"#000436\" fill=\"#004E85\"/>\n <circle cx=\"20.54\" cy=\"65\" r=\"0.4\" stroke=\"#000436\" fill=\"#004F86\"/>\n <circle cx=\"20.7\" cy=\"74.42\" r=\"0.4\" stroke=\"#000734\" fill=\"#005A8D\"/>\n <circle cx=\"26.06\" cy=\"45.19\" r=\"0.4\" stroke=\"#000932\" fill=\"#006191\"/>\n <circle cx=\"21.46\" cy=\"74.85\" r=\"0.4\" stroke=\"#001335\" fill=\"#006C97\"/>\n <circle cx=\"19.67\" cy=\"75.13\" r=\"0.4\" stroke=\"#000337\" fill=\"#004D84\"/>\n <circle cx=\"19.61\" cy=\"75.3\" r=\"0.4\" stroke=\"#000436\" fill=\"#004E85\"/>\n <circle cx=\"21.7\" cy=\"55.81\" r=\"0.4\" stroke=\"#000634\" fill=\"#00578A\"/>\n <circle cx=\"20.26\" cy=\"64.44\" r=\"0.4\" stroke=\"#000535\" fill=\"#005388\"/>\n <circle cx=\"19.7\" cy=\"74.15\" r=\"0.4\" stroke=\"#000536\" fill=\"#005287\"/>\n <circle cx=\"22.28\" cy=\"74.53\" r=\"0.4\" stroke=\"#001E3B\" fill=\"#007A9E\"/>\n <circle cx=\"18.7\" cy=\"74.25\" r=\"0.4\" stroke=\"#000436\" fill=\"#004E85\"/>\n <circle cx=\"19.16\" cy=\"74.5\" r=\"0.4\" stroke=\"#000536\" fill=\"#005287\"/>\n <circle cx=\"20.84\" cy=\"54.65\" r=\"0.4\" stroke=\"#000535\" fill=\"#005388\"/>\n <circle cx=\"19.72\" cy=\"74.68\" r=\"0.4\" stroke=\"#000535\" fill=\"#005488\"/>\n <circle cx=\"36.83\" cy=\"65.8\" r=\"0.4\" stroke=\"#004F55\" fill=\"#6FB6BC\"/>\n <circle cx=\"19.73\" cy=\"75.29\" r=\"0.4\" stroke=\"#000337\" fill=\"#004D84\"/>\n <circle cx=\"19.49\" cy=\"76.53\" r=\"0.4\" stroke=\"#000436\" fill=\"#004F86\"/>\n <circle cx=\"21.84\" cy=\"65.45\" r=\"0.4\" stroke=\"#000734\" fill=\"#005A8D\"/>\n <circle cx=\"20\" cy=\"74\" r=\"0.4\" stroke=\"#000635\" fill=\"#00568A\"/>\n <circle cx=\"20.48\" cy=\"74.12\" r=\"0.4\" stroke=\"#000733\" fill=\"#005C8E\"/>\n <circle cx=\"19.66\" cy=\"73.64\" r=\"0.4\" stroke=\"#000337\" fill=\"#004D84\"/>\n <circle cx=\"20.02\" cy=\"73.24\" r=\"0.4\" stroke=\"#000436\" fill=\"#005186\"/>\n <circle cx=\"20.42\" cy=\"75.62\" r=\"0.4\" stroke=\"#000337\" fill=\"#004D84\"/>\n <circle cx=\"22.53\" cy=\"54.65\" r=\"0.4\" stroke=\"#000734\" fill=\"#00598C\"/>\n <circle cx=\"19.61\" cy=\"76.23\" r=\"0.4\" stroke=\"#000436\" fill=\"#005186\"/>\n <circle cx=\"19.63\" cy=\"74.05\" r=\"0.4\" stroke=\"#000535\" fill=\"#005388\"/>\n <circle cx=\"20.73\" cy=\"74.38\" r=\"0.4\" stroke=\"#000634\" fill=\"#00588B\"/>\n <circle cx=\"27.82\" cy=\"65.32\" r=\"0.4\" stroke=\"#002841\" fill=\"#0F88A6\"/>\n <circle cx=\"21.37\" cy=\"64.11\" r=\"0.4\" stroke=\"#000733\" fill=\"#005D8E\"/>\n <circle cx=\"22.71\" cy=\"57.02\" r=\"0.4\" stroke=\"#000832\" fill=\"#005F90\"/>\n <circle cx=\"20.24\" cy=\"73.12\" r=\"0.4\" stroke=\"#000734\" fill=\"#005A8D\"/>\n <circle cx=\"19.47\" cy=\"74.19\" r=\"0.4\" stroke=\"#000535\" fill=\"#005488\"/>\n <circle cx=\"19.55\" cy=\"73.4\" r=\"0.4\" stroke=\"#000535\" fill=\"#005488\"/>\n <circle cx=\"20.43\" cy=\"73.49\" r=\"0.4\" stroke=\"#000733\" fill=\"#005B8D\"/>\n <circle cx=\"20.19\" cy=\"74.33\" r=\"0.4\" stroke=\"#000536\" fill=\"#005287\"/>\n <circle cx=\"19.96\" cy=\"75.73\" r=\"0.4\" stroke=\"#000535\" fill=\"#005388\"/>\n <circle cx=\"19.65\" cy=\"74.56\" r=\"0.4\" stroke=\"#000436\" fill=\"#004F86\"/>\n <circle cx=\"21\" cy=\"75.12\" r=\"0.4\" stroke=\"#000931\" fill=\"#006492\"/>\n <circle cx=\"19.98\" cy=\"75.59\" r=\"0.4\" stroke=\"#000536\" fill=\"#005287\"/>\n <circle cx=\"19.74\" cy=\"75.96\" r=\"0.4\" stroke=\"#000535\" fill=\"#005388\"/>\n <circle cx=\"20.5\" cy=\"75.35\" r=\"0.4\" stroke=\"#000733\" fill=\"#005B8D\"/>\n <circle cx=\"30.31\" cy=\"55.32\" r=\"0.4\" stroke=\"#00203C\" fill=\"#007CA0\"/>\n <circle cx=\"23.31\" cy=\"67.39\" r=\"0.4\" stroke=\"#001034\" fill=\"#006A96\"/>\n <circle cx=\"19.4\" cy=\"73.97\" r=\"0.4\" stroke=\"#000337\" fill=\"#004D84\"/>\n <circle cx=\"26.15\" cy=\"65.96\" r=\"0.4\" stroke=\"#001D3B\" fill=\"#00799E\"/>\n <circle cx=\"19.85\" cy=\"73.54\" r=\"0.4\" stroke=\"#000436\" fill=\"#004F86\"/>\n <circle cx=\"28.09\" cy=\"44.73\" r=\"0.4\" stroke=\"#001033\" fill=\"#006995\"/>\n <circle cx=\"20.56\" cy=\"76.03\" r=\"0.4\" stroke=\"#000734\" fill=\"#005A8D\"/>\n <circle cx=\"20.35\" cy=\"65.58\" r=\"0.4\" stroke=\"#000436\" fill=\"#005186\"/>\n <circle cx=\"20.2\" cy=\"73.4\" r=\"0.4\" stroke=\"#000634\" fill=\"#00578A\"/>\n <circle cx=\"20.16\" cy=\"74.41\" r=\"0.4\" stroke=\"#000535\" fill=\"#005589\"/>\n <circle cx=\"20.45\" cy=\"74.31\" r=\"0.4\" stroke=\"#000535\" fill=\"#005589\"/>\n <circle cx=\"22.27\" cy=\"65.25\" r=\"0.4\" stroke=\"#000734\" fill=\"#005A8D\"/>\n <circle cx=\"19.29\" cy=\"74.54\" r=\"0.4\" stroke=\"#000436\" fill=\"#005186\"/>\n <circle cx=\"26.72\" cy=\"44.65\" r=\"0.4\" stroke=\"#000A31\" fill=\"#006593\"/>\n <circle cx=\"18.97\" cy=\"73.49\" r=\"0.4\" stroke=\"#000337\" fill=\"#004D84\"/>\n <circle cx=\"20.22\" cy=\"72.69\" r=\"0.4\" stroke=\"#000535\" fill=\"#005388\"/>\n <circle cx=\"20.01\" cy=\"75.27\" r=\"0.4\" stroke=\"#000536\" fill=\"#005287\"/>\n <circle cx=\"19.98\" cy=\"75.88\" r=\"0.4\" stroke=\"#000535\" fill=\"#005388\"/>\n <circle cx=\"19.42\" cy=\"73.6\" r=\"0.4\" stroke=\"#000436\" fill=\"#005186\"/>\n <circle cx=\"20.36\" cy=\"76.24\" r=\"0.4\" stroke=\"#000535\" fill=\"#005388\"/>\n <circle cx=\"22.03\" cy=\"46.44\" r=\"0.4\" stroke=\"#000634\" fill=\"#00578A\"/>\n <circle cx=\"21.97\" cy=\"65.41\" r=\"0.4\" stroke=\"#000832\" fill=\"#006090\"/>\n <circle cx=\"21.01\" cy=\"73.66\" r=\"0.4\" stroke=\"#000634\" fill=\"#00578A\"/>\n <circle cx=\"19.69\" cy=\"72.55\" r=\"0.4\" stroke=\"#000436\" fill=\"#005186\"/>\n <circle cx=\"19.83\" cy=\"64.29\" r=\"0.4\" stroke=\"#000436\" fill=\"#005186\"/>\n <circle cx=\"21.63\" cy=\"72.43\" r=\"0.4\" stroke=\"#001636\" fill=\"#006F99\"/>\n <circle cx=\"21.17\" cy=\"75.66\" r=\"0.4\" stroke=\"#000833\" fill=\"#005D8E\"/>\n <circle cx=\"20.42\" cy=\"74.78\" r=\"0.4\" stroke=\"#000634\" fill=\"#00588B\"/>\n <circle cx=\"23.26\" cy=\"55.39\" r=\"0.4\" stroke=\"#000733\" fill=\"#005C8E\"/>\n <circle cx=\"19.48\" cy=\"74.75\" r=\"0.4\" stroke=\"#000337\" fill=\"#004D84\"/>\n <circle cx=\"20.61\" cy=\"57.27\" r=\"0.4\" stroke=\"#000536\" fill=\"#005187\"/>\n <circle cx=\"22.25\" cy=\"64.87\" r=\"0.4\" stroke=\"#000931\" fill=\"#006392\"/>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment