[This article was first published on U.N.A. Matemáticas El Tigre, and kindly contributed to R-bloggers]. (You can report issue about the content on this page here)
Want to share your content on R-bloggers? click here if you have a blog, or here if you don't.
Want to share your content on R-bloggers? click here if you have a blog, or here if you don't.
It was about 71 years ago today that the Second World War on the Asian front ended. After the tragic Little Boy and Fat Man detonations over Hiroshima and Nagasaki on the 6th and 9th of August 1945, respectively, the Japanese surrendered in August 14th.
When I taught the Simulation and Modeling course for the Systems Engineering department at the UNEFA, we used to do an exercise in class on simulating the battle of Iwo Jima, one of the most decisive and sanguinary battles in the Pacific. This simulation was based on a System Dynamics model derived from the Lanchester Laws of combat and was implemented in R using the simecol/deSolve/FME packages. Prior to the class, we had covered the topic of Forrester diagrams and System Dynamic models in general1, the Lanchester Laws of combat and of course a bit of background on the use of the simecol and related packages for dynamic model fitting and simulation.
In this post, I will present a brief summary on the Lanchester Laws of Combat, some historical background on the battle of Iwo Jima and then go into the simulation model itself, detailing its implementation and data fitting in R through the said packages. Subsequently, I will contrast the model’s output with the real historical data and derive some interpretations. To conclude the post, I will pose some “what if …” questions on alternative hypothetical scenarios and offer some thoughts about possible applications of simulation models like this one for teaching history in classrooms.
The Lanchester Models of Combat
Frederick Lanchester was a British engineer well-known for his inventions and contributions to the budding automotive industry at the end of the nineteenth century (he’s the guy that invented the accelerator pedal, for example). Lanchester also made some contributions to the theory of aerodynamics and being concerned over the ways in which the aeronautical industry could change warfare (he was more of a pacifist, really), he set out to study the dynamics of warfare and develop mathematical models of battle through systems of differential equations, now known as the Lanchester Laws of Combat. These differential equation models are fairly abstract – they leave out many details that we commonly associate with battles and focus on the way in which number of combat units of two armies decrease over time. |
Without loss of generality, we will represent in each time instant \(t\) the number of troops or combat units of the red army as \(R(t)\) or \(R\) and of the green army as \(G(t)\) or simply \(G\). At the start of the battle, at \(t=0\), \(R(0)\) and \(G(0)\) represent the number of combat units of each army. When \(R(t)\) or \(G(t)\) reach 0 at any given time, the corresponding army is left without troops and so the battle ends with the opposing army as victorious. Lanchester proposed two different scenarios for battle, according to the warfare technology used:
First Lanchester Law
In the first Lanchester Law, two armies confront each other in hand-to-hand combat. At each time instant, the number of casualties of each army is proportional to the number of confrontations between the combatant units and the effectiveness or lethality coefficient of the enemy army. This is represented mathematically by the following differential equations:
\[\begin{align*}\dfrac{dR}{dt} &= -g \cdot R \cdot G \\ \dfrac{dG}{dt} &= -r \cdot R \cdot G\end{align*} \]
Derivatives \(\tfrac{dR}{dt}\) and \(\tfrac{dG}{dt}\) indicate the way in which the battle unfolds and represent the rate of attrition of the red and green armies, respectively. The \(r\) y \(g\) parameters are the effectiveness coefficients of each army and represent the number of casualties on the enemy side inflicted during one time instant at each confrontation (represented by \(R \cdot G\)). This model of combat is also referred to as the the model of “unaimed fire”, the word “fire” in this case not necessarily referring to artillery fire but rather to the directionality of discharge of the lethal armament used in combat. In fact, this model, being applied mainly to battle scenarios with no artillery can also be used for battles with low-precision artillery.
If we divide one equation by the other and isolate the red and green terms on each side, we obtain \(r \cdot dR = g \cdot dG\). In turn, if we integrate (with respect to \(t\)) this last equation we can see that at each time instant, the expression \(r\cdot R(t) – g \cdot G(t)\) remains constant. The terms \(r\cdot R\) and \(g \cdot G\) are called the fighting strengths of the reds and greens, respectively. The fighting strengths, which could also be considered as the number of troops eliminated the the red and green armies, determine result of the battle. Since \(r\cdot R(t) – g \cdot G(t)\) is constant throughout the whole time, the reds will win if \(r\cdot R(t) – g \cdot G(t) > 0\), the greens win if \(r\cdot R(t) – g \cdot G(t) < 0\) and if \(r\cdot R(t) – v \cdot G(t) = 0\), then both sides will be wiped out simultaneously. Since the fighting strengths are linear in \(R\) and \(G\), the first Lanchester Law is also known as the linear law of combat.
We can infer some characteristics of combat scenarios based on this linear law of combat:
- An army’s efficiency parameter and its number of troops are equally important factors to its fighting strength (ie. if you double the number of troops but decrease the efficiency to one half, the fighting strength will be the same).
- If you manage to divide the enemy in two contingents and confront each contingent successively, this will not alter the result of the battle.
Second Lanchester Law
This law supposes a scenario where both sides use aimed artillery fire, hence the casualty infliction mechanism no longer depends on the number of hand-to-hand combat confrontations being produced, but rather on the number of troops firing upon the enemy:
\[\begin{align*} \dfrac{dR}{dt} &= -g \cdot G \\ \dfrac{dG}{dt} &= -r \cdot R\end{align*} \]
Again, dividing one equation by the other, isolating the terms corresponding to each army and integrating, we obtain the following constant expression: \(r\cdot R^2 -g \cdot G^2=0\). This time, the fighting strengths \(r\cdot R^2\) and \(g \cdot G^2\) are quadratic on \(R\) and \(G\), hence the alternative name of “square law of combat” being applied to Lanchester’s Second Law. In two armies with equal number of troops, the more efficient one will prevail. If however, one army manages to divide the enemy in two or more contingents and confront each contingent successively, then it will certainly win over the other. This is what Von Clausewitz and Sun Tzu meant by advising generals not to divide their troops because each division would significantly reduce an army’s fighting strength. In other words, if an army is numerically superior, then it must combat undivided against a more efficient enemy. As an example of this principle, Hannibal confronted a qualitatively superior enemy at Cannas by dividing him and prevailed. Conversely, the American strategy of flooding the island of troops at Iwo Jima proved effective in managing to establish a beach head.
Applications of the Lanchester combat models and further elaborations
Lanchester originally applied his model to the study of Nelson’s naval tactics in the Battle of Traffalgar, that famous naval battle of the Napoleonic Wars. In more recent literature, Lanchester models were applied to the Kursk battle in 1943 involving panzers in the German and Soviet sides, the battle of Ardennes (again in World War II) and the naval conflict in the Atlantic in which the German U-Boats inflicted damage on the Allied convoys. In the Engel 1954 paper we find an application to the Battle of Iwo Jima, based on the data compiled by Cliiford and Moorehouse. On this last point, I must remark that the model fits to these battles has been partially successful due to the fact that under normal battle conditions, it is quite difficult to accurately compile day-to-day data of casualties on both sides.
The Lanchester models themselves can be further generalized to include reinforcement like so:
\[\begin{align*}\dfrac{dR}{dt} &= f_r(t) – g \cdot G \\ \dfrac{dG}{dt} &= f_g(t) -r \cdot R \end{align*} \]
Here, \(f_r(t)\) and \(f_g(t)\) represent the reinforcement rates of the red and green armies respectively. This is the model we will use for our Battle of Iwo Jima simulation, as the American side brought in reinforcements on several occasions, while, as we shall see, the Japanese had none.
If we are willing to relax our assumptions that the battle is based wholly on either an aimed or an unaimed fire combat model, then we get Bracken’s generalized Lanchester Model:
\[\begin{align*} \dfrac{dR}{dt} &= -g \cdot R^q \cdot G^p \\ \dfrac{dG}{dt} &= -r \cdot R^p \cdot G^q\end{align*} \]
If we define \(\alpha=1+p-q\), we get \(gG^\alpha-rR^\alpha\) as the constant quantity and we can easily see how the first and second Lanchester models are particular cases of this model. However (see MacKay, 2005), when fitting this model to any particular battle there is an ambiguity in the estimates for \(p\) and \(q\), as several best fitting estimates could be obtained.
Some historical background on the Battle of Iwo Jima2
The island of Iwo Jima3 is a tiny island of some 8 square miles situated about 750 miles south from Tokyo in the Japanese mainland and halfway between Saipan and Tokyo. Were it not for this last fact, the place would not have been the stage of a major battle in the Second World War and would probably remain largely unknown today. By the summer of 1944, the Americans had gained control of Saipan and the Mariana islands, from where they staged bombing raids to mainland Japan with long range B-29 Superfortress bombers. However, the losses inflicted upon these bomber planes by Japanese fighter planes deploying from the two airfields in Iwo Jima were unsustainable to the Americans and furthermore, the island’s radio station relayed early warning reports to the mainland to ready themselves for the bombing raids. For these reasons, it was of strategic importance to the Americans on their northward multi-pronged move towards Japan to seize control of Iwo Jima. And, naturally, the Japanese knew this. |
For the Japanese, Iwo Jima was more than just strategically significant. Iwo Jima was sacred Japanese soil. On account of this, an eventual American invasion of Iwo Jima would be a heavy blow to the Japanese morale as for more than four thousand years, no foreign country had invaded Japan. Therefore, the Japanese were not ready to surrender the island without first inflicting heavy losses upon the American forces. Emperor Hirohito intrusted Lietenant General Tadamichi Kuribayashi4 with this mission. |
Kuribayashi drew up his plan for the defense of the island upon the following premises:
- The Japanese would engage in combat from underground, not on the surface of the island.
- The battle would be defensive, the idea being to seriously erode the American forces.
- No Japanese soldier would survive.
- Every Japanese was to kill 10 Americans before being killed.
Kuribayashi’s strategy stood apart from the usual Japanese tactics to which the Americans had become accustomed. He specifically forbade the famous “Banzai” suicide attacks to repel the American disembarkation on the island, which besides, were completely futile to prevent it, since the Japanese would not be receiving air or naval support, and hence no reinforcements. Instead, he began construction of a gallery of underground tunnels connecting a network of bunkers and pillboxes. By the time the Americans arrived, the Japanese had completed over 11 miles of tunnels and placed large artillery pieces protected by thick steel walls from within Mount Suribachi.
For their part, Americans were also preparing for what they designated as Operation Detachment (the invasion of Iwo Jima). According to their intelligence reports, there were some 14,000 Japanese troops on the island (there were really over 21,000). Before D-Day, and based on their experience at Saipan, Tarawa and Peleliu, the Marines requested for 10 days of previous bombings. The Navy finally acquiesced and on the 16th of February, 1945 began a 3-day bombing. Previously, though, B-29s had completed a 72 day bombing campaign.
The bombing campaign on Iwo Jima had been devastating … but only on the surface. Inexplicably, not only had the Japanese defensive fortifications not diminished, according to an American intelligence report, but they had grown in number from 450 to 750 3 months after the bombings began. For the unsuspecting American forces, the real surprise lay waiting for them underground…
On D-day (February 19th), the Americans disembarked 54,000 troops. During the first moments, many thought that no Japanese had survived the bombings and that the estimates on the number of Japanese troops were exaggerated. Then, as the troops made their way 300 yards into the beach and the spot became congested with troops and equipment (what Kuribayashi was waiting for), all hell broke loose. There was crossfire from Mount Suribachi and some hills to the north of the island. The beach offered no protection, as the fine and ashy volcanic sands made it impossible to dig trenches. As Japanese fire impacted upon the disembarkation boats, the amphibious vehicles got stuck in the fine sands. The beaches of Iwo Jima became an infernal chaos in the carnage that ensued.
During the first days of battle, it seemed like the Americans had made no progress at all. They were fighting an enemy they couldn’t see – an enemy who fought from under the ground and usually at night. Upon burning underground burrows where Japanese were thought to be with flamethrowers, Americans were surprised to see Japanese troops re-emerge from burrows that were thought to be “cleansed” days ago. What the unsuspecting Americans didn’t know is that these holes and burrows were part of a vast network of underground tunnels. In the meantime, from the 20th to the 23rd day of February, the Marines attempted to take Suribachi. A small group of Marines eventually managed to raise the American flag on the top of Mount Suribachi, a moment immortalized for posterity in the famous historical photograph by Joe Rosenthal5. |
Fighting continued for 36 days after the start of the battle. Once Suribachi was taken, the Americans continued to slowly and painfully advance to the north of the island, encountering fierce pockets of Japanese resistance along the way. One can only surmise about the fierceness of the combat that took place on Iwo Jima by reading the names of certain places on a map of the island, such as “the meat grinder”. During the whole of Operation Detachment, the Americans made two more disembarkation of troops: one of 6,000 men and another of 13,000 men on the third and sixth day of the battle, respectively. In total, the Americans sustained 28,000 casualties including about 8,000 dead. The cost of taking this small island was much more than they expected. As for the Japanese, over 20,000 died and about 1000 were taken prisoners. The last two holdouts6 did not surrender until 1951. It is said that Kuribayashi himself died in a suicide raid on the southern part of the island disguised as a common soldier without his rank of General insignia.
Data for the simulation study
The data for this simulation study is based on a report titled “The Iwo Jima Operation” written by Captain Clifford Moorehouse, an American officer. This report contains day-to-day records on the number of American casualties. Together with the data on the number of American troops put ashore on the three disembarkations, this data serves to reconstruct the number of active American troops on the given days of the 36-day battle. Of course, we must assume an estimate number of 21,500 Japanese troops at the start of the battle and 0 active Japanese troops at the end, in between which no estimates exist. The data for the number of active troops on each side is summarized in the following table, in which the “time” column indicates the day of the battle and the “ame” and “jap” columns indicate the active troops for the Americans and the Japanese, respectively:
time | ame | jap | time | ame | jap | time | ame | jap |
---|---|---|---|---|---|---|---|---|
0 | 0 | 21500 | 13 | 59549 | NA | 25 | 53347 | NA |
1 | 52839 | NA | 14 | 59345 | NA | 26 | 53072 | NA |
2 | 50945 | NA | 15 | 59081 | NA | 27 | 52804 | NA |
4 | 56031 | NA | 16 | 58779 | NA | 28 | 52735 | NA |
5 | 53749 | NA | 17 | 58196 | NA | 29 | 52608 | NA |
6 | 66155 | NA | 18 | 57259 | NA | 30 | 52507 | NA |
7 | 65250 | NA | 19 | 56641 | NA | 31 | 52462 | NA |
8 | 64378 | NA | 20 | 54792 | NA | 32 | 52304 | NA |
9 | 62874 | NA | 21 | 55308 | NA | 33 | 52155 | NA |
10 | 62339 | NA | 22 | 54796 | NA | 34 | 52155 | NA |
11 | 61405 | NA | 23 | 54038 | NA | 35 | 52155 | NA |
12 | 60667 | NA | 24 | 53938 | NA | 36 | 52140 | 0 |
The data on the three American disembarkations can be summarized by the following stepwise function definition:
Engel (1954) estimated the effectiveness coefficients for the Americans and the Japanese to be 0.0106 and 0.0577 respectively. We can take these values to simulate the model and compare its fit to the actual observed number of active troops according to the Moorehouse data. Then we will fit these parameters using simecol’s fitOdeModel function and see if we obtain an even better fit. I must remark that when using simecol, it is not necessary to know in advance the values of your model’s parameters, as the fitOdeModel takes care of this problem for you. After all, estimating a model’s parameters is one of the main reasons why we build simulation models in the first place.
R/simecol implementation for the simulation model of the Battle of Iwo Jima
We have come to the core of this blog entry: the implementation of the simulation model for the Battle of Iwo Jima using R and simecol. First off, let me briefly explain what simecol is. It is an R package for the simulation of ecological models through R’s S4 object class system using a state-space representation. What this means (the S4 object class part) is that you can work with several model objects in memory having different parameter values, etc. and simulate them, fit their parameters separately and so on, using an object-oriented methodology that makes it easy for researchers without extensive knowledge of R programming to get their simulation models up and running quickly using a general purpose programming language like R, which provides them with flexibility in modeling while at the same time access to all the powerful statistical/analytical tools available through the base R and extensive package system.
The state-space representation part mentioned in the last paragraph means that the various types of models one can implement in simecol- 1) dynamic system models using differential equations (or simecol odeModel class objects. This is the type we will deal with here), 2) cellular automata models and 3) individual agent based models – are viewed as subtypes of a more general family of models in which you have: 1) a set of variables describing the state of the model at a given time, 2) rules governing the way these state variables change over time, 3) a set of model parameters 4) a specification for the time instants at which you wish to observe the state variables, 5) externalities (called inputs), which are not part of the state variables of the system interrelated amongst each other but which affect them and 6) a specification for a solver function, which updates the state variables based on the rules that describe their change over time.
< svg height="220" viewbox="0 0 550 220" width="450"> Schematic diagram of simecol odeModel objects < defs> < marker id="arrow" markerheight="10" markerunits="strokeWidth" markerwidth="10" orient="auto" refx="0" refy="3"> < path d="M0,0 L0,6 L9,3 z" fill="#000"> < rect fill="#ffffff" height="40" stroke-width="1px" stroke="#000000" width="140" x="180" y="2"> < text style="fill: black; -size: 10pt;" x="200" y="25">external inputs < rect fill="#ffffff" height="70" stroke-width="1px" stroke="#000000" width="180" x="160" y="70"> < text style="fill: black; -size: 10pt;" x="180" y="85">differential equations < text style="fill: black; -size: 10pt;" x="180" y="105">parameters < text style="fill: black; -size: 10pt;" x="180" y="125">state variables < rect fill="#ffffff" height="45" stroke-width="1px" stroke="#000000" width="120" x="390" y="80"> < text style="fill: black; -size: 10pt;" x="400" y="95">output < text style="fill: black; -size: 8pt;" x="400" y="110">(state variables) < rect fill="#ffffff" height="45" stroke-width="1px" stroke="#000000" width="120" x="2" y="80"> < text style="fill: black; -size: 10pt;" x="12" y="95">initial state < text style="fill: black; -size: 8pt;" x="12" y="110">(state variables) < rect fill="#ffffff" height="45" stroke-width="1px" stroke="#000000" width="180" x="160" y="160"> < text style="fill: black; -size: 10pt;" x="170" y="175">solver (rk4, lsoda, etc.) < text style="fill: black; -size: 10pt;" x="170" y="195">t ⇦ t + Δt < polyline fill="#ffffff" marker-end="url(#arrow)" points="365,105 365,182 350,182" stroke-width="1" stroke="#000000"/> < polyline fill="#ffffff" marker-end="url(#arrow)" points="160,182 140,182 140,118" stroke-width="1" stroke="#000000"/> < circle cx="140" cy="105" fill="#000000" r="4"/> < circle cx="365" cy="105" fill="#000000" r="4"/>
In the case of dynamic system models with differential equations, the rules describing the way the system changes over time are obviously characterized by a system of differential equations. These differential equations usually have parameters that further characterize the dynamic behavior of the system and which the researcher is usually interested in fitting from observed data. In this battle of Iwo Jima example, the parameters would be the effectiveness coefficients of the Americans and the Japanese. In our Iwo Jima model we also have the American reinforcements- those would be the inputs (or externalities) which are included in the differential equation describing how the number of American troops changes over time. Finally, the solver function is a specification of a particular numerical integrator that solves for the state variables using the differential equations, for example, 4th-order Runge-Kutta, Euler, LSODA, etc. In this sense, simecol serves as a wrapper for another package called deSolve, which includes the compiled FORTRAN numerical integration routines for fast execution in R.
Without further ado, here’s the R script for the simulation of the Battle of Iwo Jima using the simecol library:
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 | library(simecol) iwojima_engel <- new("odeModel", main = function (time, init, parms, ...) { x <- init p <- parms f <- approxTime1(inputs, time, rule = 2)["reinforcements"] dame <- f - p["j"] * x["jap"] djap <- - p["a"] * x["ame"] list(c(dame, djap)) }, parms = c(j=0.0577, a=0.0106), times = c(from=0, to=36, by=0.01), init = c(ame=0, jap=21500), inputs = as.matrix(data.frame( day = c(0, 0.999, 1, 1.999, 2, 2.999, 3, 4.999, 5, 5.999, 6, 36), reinforcements = c(54000, 54000, 0, 0, 6000, 6000, 0, 0, 13000, 13000, 0, 0))), solver = "lsoda" ) #copy the iwojima Engel model onto another for fitting later iwojima_fitode <- iwojima_engel #now read the actual data... obs <- read.csv2("iwo_jima.csv") #the weightdf dataframe assigns equal weight to all observations, #except for the NA values in the japanese column (those get 0 weight) weightdf <- data.frame(ame=rep(1, nrow(obs)), jap = rep(0, nrow=(obs))) weightdf[1,"jap"] <- 1 weightdf[nrow(obs),"jap"] <- 1 #return the ssq of the Engel model (a measure of goodness of fit) ssqOdeModel(parms(iwojima_engel), iwojima_engel, obstime = obs$time, yobs=obs[2:3], weights=weightdf) #and now we fit the model parameters with simecol's fitOdeModel #including our weightdf as weights makes the PORT routine faster result_fit <- fitOdeModel(iwojima_engel, obstime=obs$time, yobs=obs[2:3], fn=ssqOdeModel, weights=weightdf, method="PORT", scale=c(1/0.1, 1/0.01), lower=c(j=0,a=0)) result_fit #we update the new model parameters parms(iwojima_fitode) <- result_fit$par ssqOdeModel(parms(iwojima_fitode), iwojima_fitode, obstime = obs$time, yobs=obs[2:3], weights=weightdf) #finally we simulate and plot the graphs iwojima_engel <- sim(iwojima_engel) iwojima_fitode <- sim(iwojima_fitode) svg("iwojima_engel.svg") matplot(x=iwojima_engel@out, main = "Model1 : Engel(1954)", xlab = "Day", ylab = "Number of active troops", type = "l", lty = c("solid", "solid"), col = c("blue","red")) points(obs$time,obs$ame,col="blue",pch=19) points(obs$time[c(1,36)],obs$jap[c(1,36)],col="red",pch=19) graphics.off() svg("iwojima_fitode.svg") matplot(x=iwojima_fitode@out, main = "Model2 : fitOdeModel", xlab = "Day", ylab = "Number of active troops", type = "l", lty = c("solid", "solid"), col = c("blue","red")) points(obs$time,obs$ame,col="blue",pch=19) points(obs$time[c(1,36)],obs$jap[c(1,36)],col="red",pch=19) graphics.off() |
Let’s go over the code above. First, in line 1 we load the simecol library. In lines 2-20, we define an odeModel class object called “iwojima_engel”. Notice how the “main” slot serves to specify the system of differential equations as a function returning the differentials on each state variable as a list. The other simecol methods will “know” that these differentials will correspond to the “ame” and “jap” variables because they are given as a list in the same order as we specify them in the “init” slot on line 13. Notice that the f function used to represent the American reinforcements is given as a function of the “inputs” slot defined in lines 14-18 (we will later explain what that approxTime1 function does). The “times” slot in line 12 is given in very small increments of 0.01 days so that the solver function (specified as “lsoda” in line 19) can do the numerical integration in small steps.
In line 24 we read in the Moorehouse data stored in a csv file (if you want to do this simulation exercise yourself, just take the Moorehouse data from the table above and put it in a csv file in the same directory as the R script (the separation character is a semicolon). Lines 27 to 29 simply create a data frame of the same dimensions as the “obs” data frame with 1 for valid values and 0 for NA values on that data frame. This simply serves to assign equal weights to each observed non-NA value so as to make the parameter fitting faster later on.
Lines 31-35 simply invoke the ssqOdeModel function on the iwojima_engel object to compute a measure of goodness of fit (consult the help page for ssqOdeModel to see how it is calculated). Lines 38-46 do the actual fitting of the iwojima_engel model object, producing a better-fitting set of parameters (remember, the American and Japanese effectiveness parameters). To do this, the fitOdeModel invokes a non-linear optimization routine using the PORT algorithm to obtain the set of parameter values that minimize the ssqOdeModel measure. In fact, this produces a better fit of the model (indicated by a lower ssqOdeModel value).
In line 48 we simply feed the new parameters into the iwojima_fitode, which was simply a copy of the iwojima_engel object and finally, in lines 55-76 we plot both model objects. Notice how the svg graphics device is used instead of pdf or png graphics. The svg graphics device produce better looking, non pixelating graphics that look great no matter how much you zoom in the page on your browser.
< svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="504px" height="504px" viewBox="0 0 504 504" version="1.1">Model with parameters estimated by Engel (1954) < defs>< g>< symbol overflow="visible" id="glyph0-0">< path style="stroke:none;" d=""/>< symbol overflow="visible" id="glyph0-1">< path style="stroke:none;" d="M 8.140625 -4.515625 C 8.140625 -7.21875 6.65625 -9.015625 4.4375 -9.015625 L 0.921875 -9.015625 L 0.921875 0 L 4.4375 0 C 6.640625 0 8.140625 -1.78125 8.140625 -4.515625 Z M 6.75 -4.5 C 6.75 -2.296875 5.96875 -1.25 4.25 -1.25 L 2.3125 -1.25 L 2.3125 -7.765625 L 4.25 -7.765625 C 5.96875 -7.765625 6.75 -6.734375 6.75 -4.5 Z M 6.75 -4.5 "/>< symbol overflow="visible" id="glyph0-2">< path style="stroke:none;" d="M 6.546875 -0.15625 L 6.546875 -1.078125 C 6.3125 -1.015625 6.265625 -1.015625 6.203125 -1.015625 C 5.859375 -1.015625 5.796875 -1.0625 5.796875 -1.375 L 5.796875 -4.890625 C 5.796875 -6 4.84375 -6.734375 3.296875 -6.734375 C 1.78125 -6.734375 0.703125 -6.015625 0.640625 -4.421875 L 1.90625 -4.421875 C 2 -5.328125 2.328125 -5.546875 3.265625 -5.546875 C 4.15625 -5.546875 4.53125 -5.34375 4.53125 -4.734375 L 4.53125 -4.46875 C 4.53125 -4.0625 4.421875 -4.015625 3.625 -3.90625 C 2.203125 -3.734375 1.984375 -3.6875 1.609375 -3.53125 C 0.875 -3.234375 0.359375 -2.53125 0.359375 -1.765625 C 0.359375 -0.625 1.296875 0.1875 2.5625 0.1875 C 3.375 0.1875 4.25 -0.1875 4.625 -0.59375 C 4.671875 -0.390625 5.25 0.078125 5.734375 0.078125 C 5.9375 0.078125 6.09375 0.0625 6.546875 -0.046875 Z M 4.53125 -2.296875 C 4.53125 -1.40625 3.75 -0.953125 2.78125 -0.953125 C 2 -0.953125 1.6875 -1.109375 1.6875 -1.78125 C 1.6875 -2.453125 1.984375 -2.609375 3.0625 -2.765625 C 4.109375 -2.90625 4.328125 -2.953125 4.53125 -3.03125 Z M 4.53125 -2.296875 "/>< symbol overflow="visible" id="glyph0-3">< path style="stroke:none;" d="M 5.734375 -6.546875 L 4.5625 -6.546875 L 2.765625 -1.53125 L 3.046875 -1.53125 L 1.390625 -6.546875 L 0.046875 -6.546875 L 2.21875 -0.109375 L 1.84375 0.890625 C 1.671875 1.328125 1.609375 1.375 1.171875 1.375 C 1.03125 1.375 0.859375 1.34375 0.5 1.265625 L 0.5 2.40625 C 0.75 2.53125 1.0625 2.609375 1.3125 2.609375 C 2.03125 2.609375 2.734375 2.09375 3.078125 1.1875 L 5.921875 -6.546875 Z M 5.734375 -6.546875 "/>< symbol overflow="visible" id="glyph0-4">< path style="stroke:none;" d="M 6.21875 -4.21875 C 6.21875 -7.171875 5.140625 -8.765625 3.296875 -8.765625 C 1.46875 -8.765625 0.375 -7.15625 0.375 -4.296875 C 0.375 -1.421875 1.46875 0.1875 3.296875 0.1875 C 5.09375 0.1875 6.21875 -1.421875 6.21875 -4.21875 Z M 4.859375 -4.3125 C 4.859375 -1.90625 4.453125 -0.953125 3.28125 -0.953125 C 2.15625 -0.953125 1.734375 -1.953125 1.734375 -4.28125 C 1.734375 -6.609375 2.15625 -7.578125 3.296875 -7.578125 C 4.4375 -7.578125 4.859375 -6.59375 4.859375 -4.3125 Z M 4.859375 -4.3125 "/>< symbol overflow="visible" id="glyph0-5">< path style="stroke:none;" d="M 6.28125 -2.953125 C 6.28125 -4.625 5.046875 -5.875 3.40625 -5.875 C 2.8125 -5.875 2.21875 -5.671875 2.015625 -5.515625 L 2.28125 -7.28125 L 5.84375 -7.28125 L 5.84375 -8.59375 L 1.203125 -8.59375 L 0.515625 -3.875 L 1.71875 -3.875 C 2.25 -4.5 2.5625 -4.671875 3.21875 -4.671875 C 4.359375 -4.671875 4.9375 -4.0625 4.9375 -2.8125 C 4.9375 -1.578125 4.375 -1.015625 3.21875 -1.015625 C 2.296875 -1.015625 1.859375 -1.359375 1.578125 -2.453125 L 0.25 -2.453125 C 0.625 -0.625 1.734375 0.1875 3.234375 0.1875 C 4.953125 0.1875 6.28125 -1.15625 6.28125 -2.953125 Z M 6.28125 -2.953125 "/>< symbol overflow="visible" id="glyph0-6">< path style="stroke:none;" d="M 4.296875 -0.125 L 4.296875 -8.765625 L 3.359375 -8.765625 C 2.953125 -7.328125 2.859375 -7.28125 1.078125 -7.0625 L 1.078125 -6.0625 L 2.96875 -6.0625 L 2.96875 0 L 4.296875 0 Z M 4.296875 -0.125 "/>< symbol overflow="visible" id="glyph0-7">< path style="stroke:none;" d="M 6.265625 -6.140625 C 6.265625 -7.578125 5.015625 -8.765625 3.40625 -8.765625 C 1.671875 -8.765625 0.515625 -7.75 0.453125 -5.5625 L 1.78125 -5.5625 C 1.875 -7.109375 2.328125 -7.578125 3.375 -7.578125 C 4.328125 -7.578125 4.90625 -7.03125 4.90625 -6.125 C 4.90625 -5.453125 4.546875 -4.96875 3.796875 -4.53125 L 2.6875 -3.90625 C 0.90625 -2.90625 0.359375 -2 0.25 0 L 6.203125 0 L 6.203125 -1.3125 L 1.75 -1.3125 C 1.84375 -1.875 2.1875 -2.21875 3.234375 -2.828125 L 4.421875 -3.484375 C 5.609375 -4.109375 6.265625 -5.09375 6.265625 -6.140625 Z M 6.265625 -6.140625 "/>< symbol overflow="visible" id="glyph0-8">< path style="stroke:none;" d="M 6.203125 -2.609375 C 6.203125 -3.640625 5.65625 -4.375 4.625 -4.71875 L 4.625 -4.453125 C 5.421875 -4.765625 5.953125 -5.453125 5.953125 -6.296875 C 5.953125 -7.765625 4.84375 -8.765625 3.234375 -8.765625 C 1.515625 -8.765625 0.453125 -7.703125 0.421875 -5.765625 L 1.75 -5.765625 C 1.78125 -7.15625 2.15625 -7.578125 3.234375 -7.578125 C 4.171875 -7.578125 4.59375 -7.15625 4.59375 -6.265625 C 4.59375 -5.359375 4.34375 -5.109375 2.515625 -5.109375 L 2.515625 -3.953125 L 3.234375 -3.953125 C 4.390625 -3.953125 4.84375 -3.546875 4.84375 -2.59375 C 4.84375 -1.53125 4.328125 -1.015625 3.234375 -1.015625 C 2.078125 -1.015625 1.640625 -1.46875 1.5625 -2.828125 L 0.234375 -2.828125 C 0.375 -0.796875 1.453125 0.1875 3.1875 0.1875 C 4.9375 0.1875 6.203125 -1 6.203125 -2.609375 Z M 6.203125 -2.609375 "/>< symbol overflow="visible" id="glyph0-9">< path style="stroke:none;" d="M 9.25 -0.125 L 9.25 -4.84375 C 9.25 -5.96875 8.5 -6.734375 7.3125 -6.734375 C 6.484375 -6.734375 5.875 -6.4375 5.40625 -5.875 C 5.109375 -6.40625 4.515625 -6.734375 3.703125 -6.734375 C 2.859375 -6.734375 2.203125 -6.390625 1.65625 -5.625 L 1.890625 -5.53125 L 1.890625 -6.546875 L 0.703125 -6.546875 L 0.703125 0 L 1.984375 0 L 1.984375 -4.078125 C 1.984375 -4.984375 2.515625 -5.59375 3.328125 -5.59375 C 4.0625 -5.59375 4.34375 -5.265625 4.34375 -4.46875 L 4.34375 0 L 5.609375 0 L 5.609375 -4.078125 C 5.609375 -4.984375 6.15625 -5.59375 6.96875 -5.59375 C 7.703125 -5.59375 7.984375 -5.25 7.984375 -4.46875 L 7.984375 0 L 9.25 0 Z M 9.25 -0.125 "/>< symbol overflow="visible" id="glyph0-10">< path style="stroke:none;" d="M 6.28125 -2.984375 C 6.28125 -3.90625 6.21875 -4.46875 6.03125 -4.9375 C 5.625 -5.96875 4.53125 -6.734375 3.359375 -6.734375 C 1.609375 -6.734375 0.34375 -5.296875 0.34375 -3.234375 C 0.34375 -1.171875 1.578125 0.1875 3.34375 0.1875 C 4.78125 0.1875 5.90625 -0.765625 6.1875 -2.171875 L 4.921875 -2.171875 C 4.59375 -1.21875 4.171875 -1.015625 3.375 -1.015625 C 2.328125 -1.015625 1.6875 -1.546875 1.65625 -2.859375 L 6.28125 -2.859375 Z M 5.1875 -3.78125 C 5.1875 -3.78125 4.984375 -3.921875 4.984375 -3.9375 L 1.6875 -3.9375 C 1.765625 -4.921875 2.34375 -5.546875 3.34375 -5.546875 C 4.328125 -5.546875 4.9375 -4.859375 4.9375 -3.875 Z M 5.1875 -3.78125 "/>< symbol overflow="visible" id="glyph0-11">< path style="stroke:none;" d="M 1.96875 1.171875 L 1.96875 -6.546875 L 0.703125 -6.546875 L 0.703125 0.78125 C 0.703125 1.375 0.640625 1.515625 0.03125 1.46875 L -0.359375 1.453125 L -0.359375 2.5625 C -0.09375 2.609375 -0.03125 2.609375 0.125 2.609375 C 1.25 2.609375 1.96875 2.03125 1.96875 1.171875 Z M 2.09375 -7.375 L 2.09375 -8.75 L 0.578125 -8.75 L 0.578125 -7.234375 L 2.09375 -7.234375 Z M 2.09375 -7.375 "/>< symbol overflow="visible" id="glyph0-12">< path style="stroke:none;" d="M 6.40625 -3.21875 C 6.40625 -5.328125 5.25 -6.734375 3.578125 -6.734375 C 2.71875 -6.734375 1.9375 -6.3125 1.46875 -5.5625 L 1.703125 -5.46875 L 1.703125 -6.546875 L 0.515625 -6.546875 L 0.515625 2.609375 L 1.78125 2.609375 L 1.78125 -0.890625 L 1.546875 -0.796875 C 2.078125 -0.140625 2.765625 0.1875 3.59375 0.1875 C 5.203125 0.1875 6.40625 -1.21875 6.40625 -3.21875 Z M 5.09375 -3.234375 C 5.09375 -1.8125 4.5 -1.015625 3.40625 -1.015625 C 2.359375 -1.015625 1.78125 -1.75 1.78125 -3.234375 C 1.78125 -4.703125 2.359375 -5.53125 3.40625 -5.53125 C 4.515625 -5.53125 5.09375 -4.734375 5.09375 -3.234375 Z M 5.09375 -3.234375 "/>< symbol overflow="visible" id="glyph1-0">< path style="stroke:none;" d=""/>< symbol overflow="visible" id="glyph1-1">< path style="stroke:none;" d="M -4.21875 -6.21875 C -7.171875 -6.21875 -8.765625 -5.140625 -8.765625 -3.296875 C -8.765625 -1.46875 -7.15625 -0.375 -4.296875 -0.375 C -1.421875 -0.375 0.1875 -1.46875 0.1875 -3.296875 C 0.1875 -5.09375 -1.421875 -6.21875 -4.21875 -6.21875 Z M -4.3125 -4.859375 C -1.90625 -4.859375 -0.953125 -4.453125 -0.953125 -3.28125 C -0.953125 -2.15625 -1.953125 -1.734375 -4.28125 -1.734375 C -6.609375 -1.734375 -7.578125 -2.15625 -7.578125 -3.296875 C -7.578125 -4.4375 -6.59375 -4.859375 -4.3125 -4.859375 Z M -4.3125 -4.859375 "/>< symbol overflow="visible" id="glyph1-2">< path style="stroke:none;" d="M -0.125 -4.296875 L -8.765625 -4.296875 L -8.765625 -3.359375 C -7.328125 -2.953125 -7.28125 -2.859375 -7.0625 -1.078125 L -6.0625 -1.078125 L -6.0625 -2.96875 L 0 -2.96875 L 0 -4.296875 Z M -0.125 -4.296875 "/>< symbol overflow="visible" id="glyph1-3">< path style="stroke:none;" d="M -6.140625 -6.265625 C -7.578125 -6.265625 -8.765625 -5.015625 -8.765625 -3.40625 C -8.765625 -1.671875 -7.75 -0.515625 -5.5625 -0.453125 L -5.5625 -1.78125 C -7.109375 -1.875 -7.578125 -2.328125 -7.578125 -3.375 C -7.578125 -4.328125 -7.03125 -4.90625 -6.125 -4.90625 C -5.453125 -4.90625 -4.96875 -4.546875 -4.53125 -3.796875 L -3.90625 -2.6875 C -2.90625 -0.90625 -2 -0.359375 0 -0.25 L 0 -6.203125 L -1.3125 -6.203125 L -1.3125 -1.75 C -1.875 -1.84375 -2.21875 -2.1875 -2.828125 -3.234375 L -3.484375 -4.421875 C -4.109375 -5.609375 -5.09375 -6.265625 -6.140625 -6.265625 Z M -6.140625 -6.265625 "/>< symbol overflow="visible" id="glyph1-4">< path style="stroke:none;" d="M -2.609375 -6.203125 C -3.640625 -6.203125 -4.375 -5.65625 -4.71875 -4.625 L -4.453125 -4.625 C -4.765625 -5.421875 -5.453125 -5.953125 -6.296875 -5.953125 C -7.765625 -5.953125 -8.765625 -4.84375 -8.765625 -3.234375 C -8.765625 -1.515625 -7.703125 -0.453125 -5.765625 -0.421875 L -5.765625 -1.75 C -7.15625 -1.78125 -7.578125 -2.15625 -7.578125 -3.234375 C -7.578125 -4.171875 -7.15625 -4.59375 -6.265625 -4.59375 C -5.359375 -4.59375 -5.109375 -4.34375 -5.109375 -2.515625 L -3.953125 -2.515625 L -3.953125 -3.234375 C -3.953125 -4.390625 -3.546875 -4.84375 -2.59375 -4.84375 C -1.53125 -4.84375 -1.015625 -4.328125 -1.015625 -3.234375 C -1.015625 -2.078125 -1.46875 -1.640625 -2.828125 -1.5625 L -2.828125 -0.234375 C -0.796875 -0.375 0.1875 -1.453125 0.1875 -3.1875 C 0.1875 -4.9375 -1 -6.203125 -2.609375 -6.203125 Z M -2.609375 -6.203125 "/>< symbol overflow="visible" id="glyph1-5">< path style="stroke:none;" d="M -2.171875 -6.375 L -3.25 -6.375 L -3.25 -5.109375 L -8.765625 -5.109375 L -8.765625 -4.125 L -3.328125 -0.1875 L -2.046875 -0.1875 L -2.046875 -3.78125 L 0 -3.78125 L 0 -5.109375 L -2.046875 -5.109375 L -2.046875 -6.375 Z M -3.25 -3.921875 L -3.25 -1.515625 L -6.75 -4.015625 L -6.84375 -3.78125 L -3.25 -3.78125 Z M -3.25 -3.921875 "/>< symbol overflow="visible" id="glyph1-6">< path style="stroke:none;" d="M -2.953125 -6.28125 C -4.625 -6.28125 -5.875 -5.046875 -5.875 -3.40625 C -5.875 -2.8125 -5.671875 -2.21875 -5.515625 -2.015625 L -7.28125 -2.28125 L -7.28125 -5.84375 L -8.59375 -5.84375 L -8.59375 -1.203125 L -3.875 -0.515625 L -3.875 -1.71875 C -4.5 -2.25 -4.671875 -2.5625 -4.671875 -3.21875 C -4.671875 -4.359375 -4.0625 -4.9375 -2.8125 -4.9375 C -1.578125 -4.9375 -1.015625 -4.375 -1.015625 -3.21875 C -1.015625 -2.296875 -1.359375 -1.859375 -2.453125 -1.578125 L -2.453125 -0.25 C -0.625 -0.625 0.1875 -1.734375 0.1875 -3.234375 C 0.1875 -4.953125 -1.15625 -6.28125 -2.953125 -6.28125 Z M -2.953125 -6.28125 "/>< symbol overflow="visible" id="glyph1-7">< path style="stroke:none;" d="M -2.765625 -6.28125 C -4.359375 -6.28125 -5.5625 -5.078125 -5.5625 -3.546875 C -5.5625 -2.71875 -5.203125 -1.9375 -4.578125 -1.484375 L -4.46875 -1.734375 C -6.546875 -1.734375 -7.578125 -2.28125 -7.578125 -3.484375 C -7.578125 -4.234375 -7.234375 -4.609375 -6.28125 -4.796875 L -6.28125 -6.125 C -7.8125 -5.90625 -8.765625 -4.859375 -8.765625 -3.5625 C -8.765625 -1.578125 -6.96875 -0.375 -4.015625 -0.375 C -1.359375 -0.375 0.1875 -1.421875 0.1875 -3.375 C 0.1875 -4.984375 -1.109375 -6.28125 -2.765625 -6.28125 Z M -2.6875 -4.9375 C -1.625 -4.9375 -1.015625 -4.359375 -1.015625 -3.390625 C -1.015625 -2.40625 -1.65625 -1.78125 -2.75 -1.78125 C -3.796875 -1.78125 -4.359375 -2.375 -4.359375 -3.421875 C -4.359375 -4.4375 -3.828125 -4.9375 -2.6875 -4.9375 Z M -2.6875 -4.9375 "/>< symbol overflow="visible" id="glyph2-0">< path style="stroke:none;" d=""/>< symbol overflow="visible" id="glyph2-1">< path style="stroke:none;" d="M -0.125 -7.109375 L -8.140625 -7.109375 L -8.140625 -5.890625 L -1.5625 -5.890625 L -1.65625 -6.109375 L -8.140625 -1.96875 L -8.140625 -0.6875 L 0 -0.6875 L 0 -1.90625 L -6.515625 -1.90625 L -6.40625 -1.671875 L 0 -5.765625 L 0 -7.109375 Z M -0.125 -7.109375 "/>< symbol overflow="visible" id="glyph2-2">< path style="stroke:none;" d="M -0.125 -5.328125 L -5.921875 -5.328125 L -5.921875 -4.171875 L -2.671875 -4.171875 C -1.515625 -4.171875 -0.890625 -3.703125 -0.890625 -2.765625 C -0.890625 -2.046875 -1.1875 -1.734375 -1.875 -1.734375 L -5.921875 -1.734375 L -5.921875 -0.5625 L -1.515625 -0.5625 C -0.578125 -0.5625 0.15625 -1.40625 0.15625 -2.5 C 0.15625 -3.34375 -0.15625 -3.953125 -0.90625 -4.484375 L -1 -4.25 L 0 -4.25 L 0 -5.328125 Z M -0.125 -5.328125 "/>< symbol overflow="visible" id="glyph2-3">< path style="stroke:none;" d="M -0.125 -8.328125 L -4.375 -8.328125 C -5.390625 -8.328125 -6.09375 -7.640625 -6.09375 -6.59375 C -6.09375 -5.828125 -5.8125 -5.28125 -5.3125 -4.859375 C -5.78125 -4.59375 -6.09375 -4.0625 -6.09375 -3.328125 C -6.09375 -2.5625 -5.765625 -1.96875 -5.078125 -1.484375 L -4.984375 -1.71875 L -5.921875 -1.71875 L -5.921875 -0.625 L 0 -0.625 L 0 -1.796875 L -3.6875 -1.796875 C -4.5 -1.796875 -5.03125 -2.25 -5.03125 -2.984375 C -5.03125 -3.65625 -4.75 -3.890625 -4.03125 -3.890625 L 0 -3.890625 L 0 -5.0625 L -3.6875 -5.0625 C -4.5 -5.0625 -5.03125 -5.53125 -5.03125 -6.265625 C -5.03125 -6.9375 -4.734375 -7.171875 -4.03125 -7.171875 L 0 -7.171875 L 0 -8.328125 Z M -0.125 -8.328125 "/>< symbol overflow="visible" id="glyph2-4">< path style="stroke:none;" d="M -3.015625 -5.78125 C -4.859375 -5.78125 -6.09375 -4.71875 -6.09375 -3.234375 C -6.09375 -2.453125 -5.75 -1.796875 -5.125 -1.375 L -5.015625 -1.609375 L -8.140625 -1.609375 L -8.140625 -0.4375 L 0 -0.4375 L 0 -1.515625 L -0.9375 -1.515625 L -0.84375 -1.296875 C -0.1875 -1.734375 0.15625 -2.390625 0.15625 -3.1875 C 0.15625 -4.671875 -1.1875 -5.78125 -3.015625 -5.78125 Z M -2.96875 -4.5625 C -1.6875 -4.5625 -0.953125 -4.03125 -0.953125 -3.0625 C -0.953125 -2.109375 -1.671875 -1.609375 -2.953125 -1.609375 C -4.28125 -1.609375 -5.015625 -2.109375 -4.984375 -3.0625 C -4.984375 -4.0625 -4.234375 -4.5625 -2.96875 -4.5625 Z M -2.96875 -4.5625 "/>< symbol overflow="visible" id="glyph2-5">< path style="stroke:none;" d="M -2.703125 -5.671875 C -3.515625 -5.671875 -4.03125 -5.609375 -4.453125 -5.4375 C -5.390625 -5.078125 -6.09375 -4.078125 -6.09375 -3.015625 C -6.09375 -1.453125 -4.78125 -0.296875 -2.921875 -0.296875 C -1.0625 -0.296875 0.15625 -1.421875 0.15625 -3 C 0.15625 -4.296875 -0.703125 -5.328125 -1.984375 -5.578125 L -1.984375 -4.421875 C -1.09375 -4.125 -0.9375 -3.75 -0.9375 -3.03125 C -0.9375 -2.09375 -1.40625 -1.515625 -2.5625 -1.5 L -2.5625 -5.671875 Z M -3.40625 -4.671875 C -3.40625 -4.671875 -3.546875 -4.484375 -3.578125 -4.484375 L -3.578125 -1.53125 C -4.4375 -1.59375 -4.984375 -2.109375 -4.984375 -3.015625 C -4.984375 -3.890625 -4.390625 -4.4375 -3.5 -4.4375 Z M -3.40625 -4.671875 "/>< symbol overflow="visible" id="glyph2-6">< path style="stroke:none;" d="M -5 -3.59375 L -6.03125 -3.59375 C -6.078125 -3.3125 -6.09375 -3.234375 -6.09375 -3.125 C -6.09375 -2.53125 -5.703125 -2 -4.859375 -1.484375 L -4.765625 -1.703125 L -5.921875 -1.703125 L -5.921875 -0.609375 L 0 -0.609375 L 0 -1.78125 L -3.0625 -1.78125 C -4.34375 -1.78125 -4.84375 -2.078125 -4.875 -3.59375 Z M -5 -3.59375 "/>< symbol overflow="visible" id="glyph2-7">< path style="stroke:none;" d=""/>< symbol overflow="visible" id="glyph2-8">< path style="stroke:none;" d="M -2.921875 -5.640625 C -4.875 -5.640625 -6.09375 -4.5625 -6.09375 -2.9375 C -6.09375 -1.34375 -4.859375 -0.25 -2.953125 -0.25 C -1.0625 -0.25 0.15625 -1.34375 0.15625 -2.953125 C 0.15625 -4.53125 -1.0625 -5.640625 -2.921875 -5.640625 Z M -2.921875 -4.421875 C -1.59375 -4.421875 -0.9375 -3.9375 -0.9375 -2.953125 C -0.9375 -1.9375 -1.59375 -1.453125 -2.953125 -1.453125 C -4.3125 -1.453125 -4.984375 -1.9375 -4.984375 -2.953125 C -4.984375 -3.96875 -4.328125 -4.421875 -2.921875 -4.421875 Z M -2.921875 -4.421875 "/>< symbol overflow="visible" id="glyph2-9">< path style="stroke:none;" d="M -5.046875 -2.921875 L -5.921875 -2.921875 L -5.921875 -1.96875 L -6.671875 -1.96875 C -7.046875 -1.96875 -7.109375 -2.0625 -7.109375 -2.46875 C -7.109375 -2.546875 -7.109375 -2.578125 -7.09375 -2.921875 L -8.09375 -2.921875 C -8.15625 -2.578125 -8.171875 -2.46875 -8.171875 -2.28125 C -8.171875 -1.453125 -7.5625 -0.8125 -6.75 -0.8125 L -5.921875 -0.8125 L -5.921875 -0.046875 L -4.921875 -0.046875 L -4.921875 -0.8125 L 0 -0.8125 L 0 -1.96875 L -4.921875 -1.96875 L -4.921875 -2.921875 Z M -5.046875 -2.921875 "/>< symbol overflow="visible" id="glyph2-10">< path style="stroke:none;" d="M -0.15625 -5.90625 L -1 -5.90625 C -0.953125 -5.671875 -0.953125 -5.640625 -0.953125 -5.578125 C -0.953125 -5.265625 -0.96875 -5.21875 -1.25 -5.21875 L -4.40625 -5.21875 C -5.40625 -5.21875 -6.09375 -4.359375 -6.09375 -2.96875 C -6.09375 -1.59375 -5.421875 -0.609375 -3.984375 -0.546875 L -3.984375 -1.734375 C -4.796875 -1.8125 -4.984375 -2.09375 -4.984375 -2.9375 C -4.984375 -3.75 -4.8125 -4.0625 -4.28125 -4.0625 L -4.03125 -4.0625 C -3.65625 -4.0625 -3.640625 -3.96875 -3.546875 -3.265625 C -3.390625 -1.984375 -3.34375 -1.796875 -3.203125 -1.453125 C -2.9375 -0.78125 -2.28125 -0.3125 -1.59375 -0.3125 C -0.578125 -0.3125 0.15625 -1.171875 0.15625 -2.3125 C 0.15625 -3.03125 -0.171875 -3.828125 -0.53125 -4.15625 C -0.359375 -4.1875 0.078125 -4.71875 0.078125 -5.15625 C 0.078125 -5.34375 0.046875 -5.484375 -0.046875 -5.90625 Z M -2.078125 -4.0625 C -1.28125 -4.0625 -0.890625 -3.375 -0.890625 -2.5 C -0.890625 -1.796875 -1 -1.515625 -1.625 -1.515625 C -2.21875 -1.515625 -2.34375 -1.796875 -2.484375 -2.75 C -2.609375 -3.703125 -2.65625 -3.890625 -2.734375 -4.0625 Z M -2.078125 -4.0625 "/>< symbol overflow="visible" id="glyph2-11">< path style="stroke:none;" d="M -2.21875 -5.15625 L -2.21875 -4.125 C -1.171875 -3.953125 -0.9375 -3.625 -0.9375 -2.859375 C -0.9375 -1.875 -1.5625 -1.40625 -2.90625 -1.40625 C -4.3125 -1.40625 -4.984375 -1.859375 -4.984375 -2.84375 C -4.984375 -3.59375 -4.671875 -3.9375 -3.75 -4.0625 L -3.75 -5.21875 C -5.265625 -5.109375 -6.09375 -4.109375 -6.09375 -2.84375 C -6.09375 -1.328125 -4.78125 -0.1875 -2.90625 -0.1875 C -1.078125 -0.1875 0.15625 -1.3125 0.15625 -2.84375 C 0.15625 -4.1875 -0.78125 -5.171875 -2.21875 -5.296875 Z M -2.21875 -5.15625 "/>< symbol overflow="visible" id="glyph2-12">< path style="stroke:none;" d="M -0.125 -2.875 L -1.0625 -2.875 C -1 -2.625 -0.984375 -2.484375 -0.984375 -2.3125 C -0.984375 -1.921875 -0.953125 -1.9375 -1.34375 -1.9375 L -4.921875 -1.9375 L -4.921875 -2.875 L -5.921875 -2.875 L -5.921875 -1.9375 L -7.484375 -1.9375 L -7.484375 -0.78125 L -5.921875 -0.78125 L -5.921875 -0.015625 L -4.921875 -0.015625 L -4.921875 -0.78125 L -0.953125 -0.78125 C -0.375 -0.78125 0.078125 -1.3125 0.078125 -2.015625 C 0.078125 -2.21875 0.046875 -2.4375 -0.015625 -2.875 Z M -0.125 -2.875 "/>< symbol overflow="visible" id="glyph2-13">< path style="stroke:none;" d="M -0.125 -1.78125 L -5.921875 -1.78125 L -5.921875 -0.609375 L 0 -0.609375 L 0 -1.78125 Z M -6.640625 -1.90625 L -7.90625 -1.90625 L -7.90625 -0.5 L -6.515625 -0.5 L -6.515625 -1.90625 Z M -6.640625 -1.90625 "/>< symbol overflow="visible" id="glyph2-14">< path style="stroke:none;" d="M -5.921875 -5.25 L -5.921875 -4.140625 L -1.203125 -2.5 L -1.203125 -2.765625 L -5.921875 -1.203125 L -5.921875 0.078125 L 0 -2 L 0 -3.15625 L -5.921875 -5.4375 Z M -5.921875 -5.25 "/>< symbol overflow="visible" id="glyph2-15">< path style="stroke:none;" d="M -2.90625 -5.78125 C -4.796875 -5.78125 -6.09375 -4.71875 -6.09375 -3.21875 C -6.09375 -2.453125 -5.703125 -1.734375 -5.03125 -1.3125 L -4.9375 -1.546875 L -5.921875 -1.546875 L -5.921875 -0.453125 L 2.359375 -0.453125 L 2.359375 -1.625 L -0.8125 -1.625 L -0.71875 -1.390625 C -0.125 -1.875 0.15625 -2.5 0.15625 -3.234375 C 0.15625 -4.6875 -1.09375 -5.78125 -2.90625 -5.78125 Z M -2.921875 -4.5625 C -1.640625 -4.5625 -0.953125 -4.046875 -0.953125 -3.0625 C -0.953125 -2.109375 -1.59375 -1.625 -2.921875 -1.625 C -4.25 -1.625 -4.984375 -2.109375 -4.984375 -3.0625 C -4.984375 -4.0625 -4.28125 -4.5625 -2.921875 -4.5625 Z M -2.921875 -4.5625 "/>< symbol overflow="visible" id="glyph2-16">< path style="stroke:none;" d="M -1.71875 -5.078125 C -2.5625 -5.078125 -3.125 -4.484375 -3.390625 -3.359375 L -3.59375 -2.5 C -3.765625 -1.765625 -3.859375 -1.578125 -4.265625 -1.578125 C -4.78125 -1.578125 -4.984375 -1.90625 -4.984375 -2.640625 C -4.984375 -3.375 -4.796875 -3.609375 -4.078125 -3.640625 L -4.078125 -4.859375 C -5.328125 -4.84375 -6.09375 -3.984375 -6.09375 -2.671875 C -6.09375 -1.359375 -5.265625 -0.359375 -4.21875 -0.359375 C -3.34375 -0.359375 -2.78125 -0.953125 -2.46875 -2.296875 L -2.25 -3.140625 C -2.109375 -3.765625 -2.046875 -3.875 -1.640625 -3.875 C -1.109375 -3.875 -0.9375 -3.484375 -0.9375 -2.703125 C -0.9375 -1.890625 -1 -1.5625 -2 -1.421875 L -2 -0.234375 C -0.546875 -0.265625 0.15625 -1.140625 0.15625 -2.625 C 0.15625 -4.046875 -0.625 -5.078125 -1.71875 -5.078125 Z M -1.71875 -5.078125 "/>< clipPath id="clip1"> < path d="M 408 59.039062 L 474 59.039062 L 474 103 L 408 103 Z M 408 59.039062 "/>< clipPath id="clip2"> < path d="M 408 59.039062 L 474.757812 59.039062 L 474.757812 103 L 408 103 Z M 408 59.039062 "/>< g id="surface1047">< rect x="0" y="0" width="450" style="fill:rgb(100%,100%,100%);fill-opacity:1;stroke:none;"/>< path style="fill:none;stroke-width:0.75;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(0%,0%,100%);stroke-opacity:1;stroke-miterlimit:10;" d="M 74.398438 416.800781 L 74.507812 414.050781 L 74.613281 411.300781 L 74.71875 408.554688 L 74.828125 405.804688 L 74.933594 403.054688 L 75.039062 400.308594 L 75.148438 397.558594 L 75.253906 394.808594 L 75.359375 392.0625 L 75.464844 389.3125 L 75.574219 386.5625 L 75.679688 383.816406 L 75.785156 381.066406 L 75.894531 378.316406 L 76 375.570312 L 76.105469 372.820312 L 76.214844 370.070312 L 76.320312 367.324219 L 76.425781 364.574219 L 76.535156 361.824219 L 76.640625 359.078125 L 76.851562 353.578125 L 76.960938 350.828125 L 77.066406 348.082031 L 77.171875 345.332031 L 77.28125 342.582031 L 77.386719 339.835938 L 77.492188 337.085938 L 77.601562 334.335938 L 77.707031 331.589844 L 77.8125 328.839844 L 77.921875 326.089844 L 78.027344 323.339844 L 78.132812 320.59375 L 78.238281 317.84375 L 78.347656 315.09375 L 78.453125 312.347656 L 78.558594 309.597656 L 78.667969 306.847656 L 78.773438 304.101562 L 78.878906 301.351562 L 78.988281 298.601562 L 79.09375 295.851562 L 79.199219 293.105469 L 79.308594 290.355469 L 79.414062 287.605469 L 79.519531 284.859375 L 79.625 282.109375 L 79.734375 279.359375 L 79.839844 276.609375 L 79.945312 273.863281 L 80.054688 271.113281 L 80.265625 265.613281 L 80.375 262.867188 L 80.691406 254.617188 L 80.800781 251.871094 L 81.011719 246.371094 L 81.121094 243.621094 L 81.226562 240.875 L 81.332031 238.125 L 81.441406 235.375 L 81.546875 232.625 L 81.652344 229.878906 L 81.761719 227.128906 L 82.078125 218.878906 L 82.1875 216.132812 L 82.398438 210.632812 L 82.507812 207.882812 L 82.613281 205.132812 L 82.71875 202.386719 L 82.828125 199.636719 L 83.039062 194.136719 L 83.148438 191.386719 L 83.253906 188.640625 L 83.464844 183.140625 L 83.574219 180.390625 L 83.785156 174.890625 L 83.894531 172.140625 L 84 169.394531 L 84.105469 166.644531 L 84.214844 163.894531 L 84.425781 158.394531 L 84.535156 155.644531 L 84.640625 152.894531 L 84.746094 150.148438 L 84.851562 147.398438 L 84.960938 144.648438 L 85.066406 142.039062 L 85.171875 142.101562 L 85.28125 142.167969 L 85.492188 142.292969 L 85.601562 142.355469 L 85.707031 142.421875 L 85.8125 142.484375 L 85.921875 142.546875 L 86.027344 142.613281 L 86.238281 142.738281 L 86.347656 142.804688 L 86.558594 142.929688 L 86.667969 142.992188 L 86.773438 143.058594 L 86.878906 143.121094 L 86.988281 143.183594 L 87.09375 143.246094 L 87.199219 143.3125 L 87.308594 143.375 L 87.519531 143.5 L 87.625 143.566406 L 87.734375 143.628906 L 87.945312 143.753906 L 88.054688 143.816406 L 88.160156 143.882812 L 88.265625 143.945312 L 88.375 144.007812 L 88.585938 144.132812 L 88.691406 144.199219 L 88.800781 144.261719 L 89.011719 144.386719 L 89.121094 144.449219 L 89.226562 144.511719 L 89.332031 144.578125 L 89.441406 144.640625 L 89.652344 144.765625 L 89.761719 144.828125 L 89.867188 144.890625 L 89.972656 144.957031 L 90.078125 145.019531 L 90.1875 145.082031 L 90.398438 145.207031 L 90.507812 145.269531 L 90.71875 145.394531 L 90.828125 145.457031 L 90.933594 145.523438 L 91.039062 145.585938 L 91.148438 145.648438 L 91.464844 145.835938 L 91.574219 145.898438 L 91.785156 146.023438 L 91.894531 146.085938 L 92.105469 146.210938 L 92.214844 146.273438 L 92.425781 146.398438 L 92.535156 146.464844 L 92.851562 146.652344 L 92.960938 146.714844 L 93.171875 146.839844 L 93.28125 146.902344 L 93.492188 147.027344 L 93.601562 147.089844 L 93.8125 147.214844 L 93.921875 147.277344 L 94.132812 147.402344 L 94.238281 147.460938 L 94.347656 147.523438 L 94.558594 147.648438 L 94.667969 147.710938 L 94.878906 147.835938 L 94.988281 147.898438 L 95.199219 148.023438 L 95.308594 148.085938 L 95.625 148.273438 L 95.734375 148.320312 L 95.839844 148.070312 L 95.945312 147.816406 L 96.054688 147.566406 L 96.265625 147.066406 L 96.375 146.816406 L 96.585938 146.316406 L 96.691406 146.0625 L 96.800781 145.8125 L 97.011719 145.3125 L 97.121094 145.0625 L 97.226562 144.8125 L 97.332031 144.558594 L 97.441406 144.308594 L 97.652344 143.808594 L 97.761719 143.558594 L 97.867188 143.304688 L 98.078125 142.804688 L 98.1875 142.554688 L 98.292969 142.304688 L 98.398438 142.050781 L 98.507812 141.800781 L 98.71875 141.300781 L 98.828125 141.046875 L 99.039062 140.546875 L 99.148438 140.296875 L 99.253906 140.042969 L 99.464844 139.542969 L 99.574219 139.292969 L 99.679688 139.039062 L 99.785156 138.789062 L 99.894531 138.539062 L 100 138.285156 L 100.105469 138.035156 L 100.214844 137.785156 L 100.320312 137.535156 L 100.425781 137.28125 L 100.535156 137.03125 L 100.640625 136.78125 L 100.746094 136.527344 L 100.851562 136.277344 L 100.960938 136.027344 L 101.066406 135.773438 L 101.171875 135.523438 L 101.28125 135.273438 L 101.386719 135.019531 L 101.492188 134.769531 L 101.601562 134.519531 L 101.707031 134.265625 L 101.8125 134.015625 L 101.921875 133.765625 L 102.027344 133.511719 L 102.132812 133.261719 L 102.238281 133.007812 L 102.347656 132.757812 L 102.453125 132.507812 L 102.558594 132.253906 L 102.667969 132.003906 L 102.773438 131.75 L 102.878906 131.5 L 102.988281 131.25 L 103.09375 130.996094 L 103.199219 130.746094 L 103.308594 130.492188 L 103.414062 130.242188 L 103.519531 129.988281 L 103.625 129.738281 L 103.734375 129.488281 L 103.839844 129.234375 L 103.945312 128.984375 L 104.054688 128.730469 L 104.160156 128.480469 L 104.265625 128.226562 L 104.375 127.976562 L 104.480469 127.722656 L 104.585938 127.472656 L 104.691406 127.21875 L 104.800781 126.96875 L 104.90625 126.714844 L 105.011719 126.464844 L 105.121094 126.210938 L 105.226562 125.960938 L 105.332031 125.707031 L 105.441406 125.457031 L 105.546875 125.203125 L 105.652344 124.953125 L 105.761719 124.699219 L 105.867188 124.449219 L 105.972656 124.195312 L 106.078125 123.945312 L 106.1875 123.691406 L 106.292969 123.441406 L 106.398438 123.203125 L 106.507812 123.265625 L 106.71875 123.382812 L 106.828125 123.445312 L 106.933594 123.503906 L 107.039062 123.566406 L 107.148438 123.625 L 107.253906 123.6875 L 107.359375 123.746094 L 107.464844 123.808594 L 107.574219 123.867188 L 107.679688 123.925781 L 107.785156 123.988281 L 107.894531 124.046875 L 108 124.109375 L 108.105469 124.167969 L 108.214844 124.226562 L 108.320312 124.289062 L 108.425781 124.347656 L 108.535156 124.40625 L 108.640625 124.46875 L 108.746094 124.527344 L 108.851562 124.589844 L 108.960938 124.648438 L 109.066406 124.707031 L 109.171875 124.769531 L 109.28125 124.828125 L 109.386719 124.886719 L 109.492188 124.949219 L 109.601562 125.007812 L 109.707031 125.066406 L 109.8125 125.128906 L 109.921875 125.1875 L 110.027344 125.246094 L 110.132812 125.308594 L 110.238281 125.367188 L 110.347656 125.425781 L 110.453125 125.484375 L 110.558594 125.546875 L 110.667969 125.605469 L 110.773438 125.664062 L 110.878906 125.726562 L 110.988281 125.785156 L 111.199219 125.902344 L 111.308594 125.964844 L 111.625 126.140625 L 111.734375 126.203125 L 111.945312 126.320312 L 112.054688 126.378906 L 112.160156 126.441406 L 112.265625 126.5 L 112.375 126.558594 L 112.585938 126.675781 L 112.691406 126.738281 L 112.800781 126.796875 L 113.011719 126.914062 L 113.121094 126.972656 L 113.226562 127.035156 L 113.332031 127.09375 L 113.441406 127.152344 L 113.652344 127.269531 L 113.761719 127.328125 L 113.867188 127.386719 L 113.972656 127.449219 L 114.078125 127.507812 L 114.1875 127.566406 L 114.398438 127.683594 L 114.507812 127.742188 L 114.71875 127.859375 L 114.828125 127.921875 L 115.039062 128.039062 L 115.148438 128.097656 L 115.464844 128.273438 L 115.574219 128.332031 L 115.785156 128.449219 L 115.894531 128.507812 L 116 128.566406 L 116.105469 128.628906 L 116.214844 128.6875 L 116.425781 128.804688 L 116.535156 128.863281 L 116.851562 129.039062 L 116.960938 129.097656 L 117.171875 129.214844 L 117.28125 129.273438 L 117.492188 129.390625 L 117.601562 129.449219 L 117.8125 129.566406 L 117.921875 129.625 L 118.238281 129.800781 L 118.347656 129.859375 L 118.558594 129.976562 L 118.667969 130.03125 L 118.878906 130.148438 L 118.988281 130.207031 L 119.199219 130.324219 L 119.308594 130.382812 L 119.625 130.558594 L 119.734375 130.617188 L 119.839844 130.675781 L 119.945312 130.730469 L 120.054688 130.789062 L 120.265625 130.90625 L 120.375 130.964844 L 120.691406 131.140625 L 120.800781 131.195312 L 121.011719 131.3125 L 121.121094 131.371094 L 121.332031 131.488281 L 121.441406 131.542969 L 121.652344 131.660156 L 121.761719 131.71875 L 121.972656 131.835938 L 122.078125 131.890625 L 122.1875 131.949219 L 122.398438 132.066406 L 122.507812 132.125 L 122.613281 132.179688 L 122.71875 132.238281 L 122.828125 132.296875 L 122.933594 132.355469 L 123.039062 132.410156 L 123.148438 132.46875 L 123.359375 132.585938 L 123.464844 132.640625 L 123.574219 132.699219 L 123.785156 132.816406 L 123.894531 132.871094 L 124.105469 132.988281 L 124.214844 133.042969 L 124.425781 133.160156 L 124.535156 133.21875 L 124.640625 133.273438 L 124.851562 133.390625 L 124.960938 133.445312 L 125.171875 133.5625 L 125.28125 133.617188 L 125.492188 133.734375 L 125.601562 133.789062 L 125.8125 133.90625 L 125.921875 133.960938 L 126.132812 134.078125 L 126.238281 134.132812 L 126.347656 134.191406 L 126.453125 134.246094 L 126.558594 134.304688 L 126.667969 134.363281 L 126.773438 134.417969 L 126.878906 134.476562 L 126.988281 134.53125 L 127.199219 134.648438 L 127.308594 134.703125 L 127.414062 134.761719 L 127.519531 134.816406 L 127.625 134.875 L 127.734375 134.898438 L 127.945312 133.65625 L 128.054688 133.035156 L 128.160156 132.417969 L 128.265625 131.796875 L 128.375 131.175781 L 128.691406 129.3125 L 128.800781 128.691406 L 128.90625 128.074219 L 129.011719 127.453125 L 129.121094 126.832031 L 129.332031 125.589844 L 129.441406 124.96875 L 129.652344 123.726562 L 129.761719 123.105469 L 129.867188 122.488281 L 130.078125 121.246094 L 130.1875 120.625 L 130.398438 119.382812 L 130.507812 118.761719 L 130.71875 117.519531 L 130.828125 116.898438 L 131.039062 115.65625 L 131.148438 115.035156 L 131.464844 113.171875 L 131.574219 112.550781 L 131.785156 111.308594 L 131.894531 110.6875 L 132.105469 109.445312 L 132.214844 108.824219 L 132.425781 107.582031 L 132.535156 106.960938 L 132.851562 105.097656 L 132.960938 104.476562 L 133.171875 103.234375 L 133.28125 102.613281 L 133.492188 101.371094 L 133.601562 100.75 L 133.8125 99.507812 L 133.921875 98.882812 L 134.238281 97.019531 L 134.347656 96.398438 L 134.558594 95.15625 L 134.667969 94.535156 L 134.773438 93.914062 L 134.878906 93.289062 L 134.988281 92.667969 L 135.199219 91.425781 L 135.308594 90.804688 L 135.414062 90.183594 L 135.519531 89.558594 L 135.625 88.9375 L 135.734375 88.316406 L 135.945312 87.074219 L 136.054688 86.453125 L 136.160156 85.828125 L 136.265625 85.207031 L 136.375 84.585938 L 136.585938 83.34375 L 136.691406 82.71875 L 136.800781 82.097656 L 137.011719 80.855469 L 137.121094 80.230469 L 137.332031 78.988281 L 137.441406 78.367188 L 137.546875 77.742188 L 137.652344 77.121094 L 137.761719 76.5 L 137.867188 75.875 L 138.078125 74.632812 L 138.1875 74.011719 L 138.292969 73.386719 L 138.398438 72.800781 L 138.507812 72.855469 L 138.71875 72.964844 L 138.828125 73.019531 L 139.039062 73.128906 L 139.148438 73.183594 L 139.464844 73.347656 L 139.574219 73.402344 L 139.785156 73.511719 L 139.894531 73.566406 L 140.105469 73.675781 L 140.214844 73.730469 L 140.425781 73.839844 L 140.535156 73.894531 L 140.851562 74.058594 L 140.960938 74.113281 L 141.171875 74.222656 L 141.28125 74.277344 L 141.492188 74.386719 L 141.601562 74.441406 L 141.707031 74.496094 L 141.8125 74.546875 L 141.921875 74.601562 L 142.238281 74.765625 L 142.347656 74.820312 L 142.558594 74.929688 L 142.667969 74.980469 L 142.878906 75.089844 L 142.988281 75.144531 L 143.199219 75.253906 L 143.308594 75.308594 L 143.414062 75.359375 L 143.625 75.46875 L 143.734375 75.523438 L 143.839844 75.578125 L 143.945312 75.628906 L 144.054688 75.683594 L 144.265625 75.792969 L 144.375 75.847656 L 144.480469 75.898438 L 144.691406 76.007812 L 144.800781 76.0625 L 144.90625 76.113281 L 145.011719 76.167969 L 145.121094 76.222656 L 145.226562 76.277344 L 145.332031 76.328125 L 145.441406 76.382812 L 145.546875 76.4375 L 145.652344 76.488281 L 145.761719 76.542969 L 145.972656 76.652344 L 146.078125 76.703125 L 146.1875 76.757812 L 146.292969 76.8125 L 146.398438 76.863281 L 146.507812 76.917969 L 146.613281 76.972656 L 146.71875 77.023438 L 146.828125 77.078125 L 146.933594 77.132812 L 147.039062 77.183594 L 147.148438 77.238281 L 147.253906 77.292969 L 147.359375 77.34375 L 147.464844 77.398438 L 147.574219 77.449219 L 147.785156 77.558594 L 147.894531 77.609375 L 148 77.664062 L 148.105469 77.714844 L 148.214844 77.769531 L 148.320312 77.824219 L 148.425781 77.875 L 148.535156 77.929688 L 148.640625 77.980469 L 148.746094 78.035156 L 148.851562 78.085938 L 148.960938 78.140625 L 149.066406 78.191406 L 149.171875 78.246094 L 149.28125 78.300781 L 149.386719 78.351562 L 149.492188 78.40625 L 149.601562 78.457031 L 149.707031 78.511719 L 149.8125 78.5625 L 149.921875 78.617188 L 150.027344 78.667969 L 150.132812 78.722656 L 150.238281 78.773438 L 150.347656 78.828125 L 150.558594 78.929688 L 150.667969 78.984375 L 150.773438 79.035156 L 150.878906 79.089844 L 150.988281 79.140625 L 151.09375 79.195312 L 151.199219 79.246094 L 151.308594 79.300781 L 151.519531 79.402344 L 151.625 79.457031 L 151.734375 79.507812 L 151.839844 79.5625 L 151.945312 79.613281 L 152.054688 79.667969 L 152.265625 79.769531 L 152.375 79.824219 L 152.585938 79.925781 L 152.691406 79.980469 L 152.800781 80.03125 L 152.90625 80.082031 L 153.011719 80.136719 L 153.121094 80.1875 L 153.226562 80.238281 L 153.332031 80.292969 L 153.441406 80.34375 L 153.546875 80.394531 L 153.652344 80.449219 L 153.761719 80.5 L 153.867188 80.550781 L 153.972656 80.605469 L 154.078125 80.65625 L 154.1875 80.707031 L 154.292969 80.761719 L 154.398438 80.8125 L 154.507812 80.863281 L 154.613281 80.914062 L 154.71875 80.96875 L 154.828125 81.019531 L 155.039062 81.121094 L 155.148438 81.175781 L 155.464844 81.328125 L 155.574219 81.382812 L 155.785156 81.484375 L 155.894531 81.535156 L 156 81.585938 L 156.105469 81.640625 L 156.214844 81.691406 L 156.425781 81.792969 L 156.535156 81.84375 L 156.640625 81.894531 L 156.746094 81.949219 L 156.851562 82 L 156.960938 82.050781 L 157.171875 82.152344 L 157.28125 82.203125 L 157.386719 82.257812 L 157.492188 82.308594 L 157.601562 82.359375 L 157.8125 82.460938 L 157.921875 82.511719 L 158.238281 82.664062 L 158.347656 82.714844 L 158.453125 82.769531 L 158.558594 82.820312 L 158.667969 82.871094 L 158.878906 82.972656 L 158.988281 83.023438 L 159.199219 83.125 L 159.308594 83.175781 L 159.625 83.328125 L 159.734375 83.378906 L 159.945312 83.480469 L 160.054688 83.53125 L 160.265625 83.632812 L 160.375 83.683594 L 160.691406 83.835938 L 160.800781 83.886719 L 161.011719 83.988281 L 161.121094 84.039062 L 161.332031 84.140625 L 161.441406 84.191406 L 161.546875 84.242188 L 161.652344 84.289062 L 161.761719 84.339844 L 162.078125 84.492188 L 162.1875 84.542969 L 162.398438 84.644531 L 162.507812 84.695312 L 162.613281 84.746094 L 162.71875 84.792969 L 162.828125 84.84375 L 163.039062 84.945312 L 163.148438 84.996094 L 163.359375 85.097656 L 163.464844 85.144531 L 163.574219 85.195312 L 163.785156 85.296875 L 163.894531 85.347656 L 164 85.394531 L 164.105469 85.445312 L 164.214844 85.496094 L 164.425781 85.597656 L 164.535156 85.644531 L 164.851562 85.796875 L 164.960938 85.847656 L 165.066406 85.894531 L 165.171875 85.945312 L 165.28125 85.996094 L 165.386719 86.046875 L 165.492188 86.09375 L 165.601562 86.144531 L 165.707031 86.195312 L 165.8125 86.242188 L 165.921875 86.292969 L 166.132812 86.394531 L 166.238281 86.441406 L 166.347656 86.492188 L 166.453125 86.542969 L 166.558594 86.589844 L 166.667969 86.640625 L 166.773438 86.691406 L 166.878906 86.738281 L 166.988281 86.789062 L 167.09375 86.839844 L 167.199219 86.886719 L 167.308594 86.9375 L 167.414062 86.988281 L 167.519531 87.035156 L 167.625 87.085938 L 167.734375 87.136719 L 167.839844 87.183594 L 167.945312 87.234375 L 168.054688 87.28125 L 168.265625 87.382812 L 168.375 87.429688 L 168.480469 87.480469 L 168.585938 87.527344 L 168.691406 87.578125 L 168.800781 87.628906 L 168.90625 87.675781 L 169.011719 87.726562 L 169.121094 87.773438 L 169.226562 87.824219 L 169.332031 87.871094 L 169.441406 87.921875 L 169.546875 87.96875 L 169.652344 88.019531 L 169.761719 88.066406 L 169.867188 88.117188 L 169.972656 88.164062 L 170.078125 88.214844 L 170.1875 88.265625 L 170.292969 88.3125 L 170.398438 88.363281 L 170.507812 88.410156 L 170.613281 88.460938 L 170.71875 88.507812 L 170.828125 88.554688 L 170.933594 88.605469 L 171.039062 88.652344 L 171.148438 88.703125 L 171.253906 88.75 L 171.359375 88.800781 L 171.464844 88.847656 L 171.574219 88.898438 L 171.679688 88.945312 L 171.785156 88.996094 L 171.894531 89.042969 L 172 89.089844 L 172.105469 89.140625 L 172.214844 89.1875 L 172.320312 89.238281 L 172.425781 89.285156 L 172.535156 89.332031 L 172.640625 89.382812 L 172.746094 89.429688 L 172.851562 89.480469 L 172.960938 89.527344 L 173.066406 89.574219 L 173.171875 89.625 L 173.28125 89.671875 L 173.386719 89.71875 L 173.492188 89.769531 L 173.601562 89.816406 L 173.707031 89.863281 L 173.8125 89.914062 L 173.921875 89.960938 L 174.027344 90.007812 L 174.132812 90.058594 L 174.238281 90.105469 L 174.347656 90.152344 L 174.453125 90.203125 L 174.558594 90.25 L 174.667969 90.296875 L 174.773438 90.347656 L 174.878906 90.394531 L 174.988281 90.441406 L 175.09375 90.488281 L 175.199219 90.539062 L 175.308594 90.585938 L 175.519531 90.679688 L 175.625 90.730469 L 175.734375 90.777344 L 175.945312 90.871094 L 176.054688 90.921875 L 176.265625 91.015625 L 176.375 91.0625 L 176.480469 91.109375 L 176.585938 91.160156 L 176.691406 91.207031 L 176.800781 91.253906 L 177.011719 91.347656 L 177.121094 91.398438 L 177.332031 91.492188 L 177.441406 91.539062 L 177.652344 91.632812 L 177.761719 91.683594 L 178.078125 91.824219 L 178.1875 91.871094 L 178.398438 91.964844 L 178.507812 92.011719 L 178.613281 92.0625 L 178.71875 92.109375 L 178.828125 92.15625 L 179.039062 92.25 L 179.148438 92.296875 L 179.464844 92.4375 L 179.574219 92.484375 L 179.785156 92.578125 L 179.894531 92.625 L 180.105469 92.71875 L 180.214844 92.765625 L 180.320312 92.8125 L 180.425781 92.863281 L 180.535156 92.910156 L 180.851562 93.050781 L 180.960938 93.097656 L 181.171875 93.191406 L 181.28125 93.234375 L 181.492188 93.328125 L 181.601562 93.375 L 181.8125 93.46875 L 181.921875 93.515625 L 182.238281 93.65625 L 182.347656 93.703125 L 182.558594 93.796875 L 182.667969 93.84375 L 182.878906 93.9375 L 182.988281 93.980469 L 183.199219 94.074219 L 183.308594 94.121094 L 183.625 94.261719 L 183.734375 94.308594 L 183.839844 94.351562 L 183.945312 94.398438 L 184.054688 94.445312 L 184.265625 94.539062 L 184.375 94.585938 L 184.480469 94.628906 L 184.691406 94.722656 L 184.800781 94.769531 L 185.011719 94.863281 L 185.121094 94.90625 L 185.332031 95 L 185.441406 95.046875 L 185.546875 95.089844 L 185.652344 95.136719 L 185.761719 95.183594 L 185.867188 95.230469 L 185.972656 95.273438 L 186.078125 95.320312 L 186.1875 95.367188 L 186.292969 95.414062 L 186.398438 95.457031 L 186.507812 95.503906 L 186.71875 95.597656 L 186.828125 95.640625 L 187.039062 95.734375 L 187.148438 95.777344 L 187.464844 95.917969 L 187.574219 95.960938 L 187.785156 96.054688 L 187.894531 96.097656 L 188.105469 96.191406 L 188.214844 96.234375 L 188.320312 96.28125 L 188.425781 96.324219 L 188.535156 96.371094 L 188.640625 96.417969 L 188.746094 96.460938 L 188.851562 96.507812 L 188.960938 96.554688 L 189.066406 96.597656 L 189.171875 96.644531 L 189.28125 96.6875 L 189.492188 96.78125 L 189.601562 96.824219 L 189.707031 96.871094 L 189.8125 96.914062 L 189.921875 96.960938 L 190.027344 97.003906 L 190.238281 97.097656 L 190.347656 97.140625 L 190.453125 97.1875 L 190.558594 97.230469 L 190.667969 97.277344 L 190.773438 97.320312 L 190.878906 97.367188 L 190.988281 97.410156 L 191.09375 97.457031 L 191.199219 97.5 L 191.308594 97.546875 L 191.414062 97.589844 L 191.519531 97.636719 L 191.625 97.679688 L 191.734375 97.726562 L 191.839844 97.769531 L 191.945312 97.816406 L 192.054688 97.859375 L 192.160156 97.90625 L 192.265625 97.949219 L 192.375 97.996094 L 192.480469 98.039062 L 192.585938 98.085938 L 192.691406 98.128906 L 192.800781 98.171875 L 192.90625 98.21875 L 193.011719 98.261719 L 193.121094 98.308594 L 193.226562 98.351562 L 193.332031 98.398438 L 193.441406 98.441406 L 193.546875 98.484375 L 193.652344 98.53125 L 193.761719 98.574219 L 193.867188 98.617188 L 193.972656 98.664062 L 194.078125 98.707031 L 194.1875 98.753906 L 194.398438 98.839844 L 194.507812 98.886719 L 194.71875 98.972656 L 194.828125 99.019531 L 195.039062 99.105469 L 195.148438 99.152344 L 195.359375 99.238281 L 195.464844 99.285156 L 195.574219 99.328125 L 195.679688 99.371094 L 195.785156 99.417969 L 195.894531 99.460938 L 196.105469 99.546875 L 196.214844 99.59375 L 196.425781 99.679688 L 196.535156 99.722656 L 196.640625 99.769531 L 196.851562 99.855469 L 196.960938 99.898438 L 197.066406 99.945312 L 197.171875 99.988281 L 197.28125 100.03125 L 197.386719 100.074219 L 197.492188 100.121094 L 197.601562 100.164062 L 197.8125 100.25 L 197.921875 100.292969 L 198.027344 100.339844 L 198.238281 100.425781 L 198.347656 100.46875 L 198.453125 100.511719 L 198.558594 100.558594 L 198.667969 100.601562 L 198.878906 100.6875 L 198.988281 100.730469 L 199.199219 100.816406 L 199.308594 100.863281 L 199.625 100.992188 L 199.734375 101.035156 L 199.945312 101.121094 L 200.054688 101.164062 L 200.265625 101.25 L 200.375 101.296875 L 200.691406 101.425781 L 200.800781 101.46875 L 201.011719 101.554688 L 201.121094 101.597656 L 201.332031 101.683594 L 201.441406 101.726562 L 201.652344 101.8125 L 201.761719 101.855469 L 202.078125 101.984375 L 202.1875 102.027344 L 202.398438 102.113281 L 202.507812 102.15625 L 202.71875 102.242188 L 202.828125 102.285156 L 203.039062 102.371094 L 203.148438 102.414062 L 203.464844 102.542969 L 203.574219 102.585938 L 203.785156 102.671875 L 203.894531 102.714844 L 204 102.753906 L 204.105469 102.796875 L 204.214844 102.839844 L 204.425781 102.925781 L 204.535156 102.96875 L 204.851562 103.097656 L 204.960938 103.136719 L 205.171875 103.222656 L 205.28125 103.265625 L 205.492188 103.351562 L 205.601562 103.394531 L 205.707031 103.433594 L 205.8125 103.476562 L 205.921875 103.519531 L 206.238281 103.648438 L 206.347656 103.6875 L 206.558594 103.773438 L 206.667969 103.816406 L 206.773438 103.855469 L 206.878906 103.898438 L 206.988281 103.941406 L 207.199219 104.027344 L 207.308594 104.066406 L 207.625 104.195312 L 207.734375 104.234375 L 207.945312 104.320312 L 208.054688 104.363281 L 208.160156 104.402344 L 208.265625 104.445312 L 208.375 104.488281 L 208.480469 104.527344 L 208.691406 104.613281 L 208.800781 104.65625 L 208.90625 104.695312 L 209.011719 104.738281 L 209.121094 104.78125 L 209.226562 104.820312 L 209.332031 104.863281 L 209.441406 104.90625 L 209.546875 104.945312 L 209.652344 104.988281 L 209.761719 105.03125 L 209.867188 105.070312 L 209.972656 105.113281 L 210.078125 105.152344 L 210.1875 105.195312 L 210.292969 105.238281 L 210.398438 105.277344 L 210.507812 105.320312 L 210.613281 105.363281 L 210.71875 105.402344 L 210.828125 105.445312 L 210.933594 105.484375 L 211.039062 105.527344 L 211.148438 105.570312 L 211.253906 105.609375 L 211.359375 105.652344 L 211.464844 105.691406 L 211.574219 105.734375 L 211.679688 105.773438 L 211.785156 105.816406 L 211.894531 105.859375 L 212 105.898438 L 212.105469 105.941406 L 212.214844 105.980469 L 212.320312 106.023438 L 212.425781 106.0625 L 212.535156 106.105469 L 212.640625 106.144531 L 212.746094 106.1875 L 212.851562 106.226562 L 212.960938 106.269531 L 213.066406 106.308594 L 213.171875 106.351562 L 213.28125 106.390625 L 213.386719 106.433594 L 213.492188 106.472656 L 213.601562 106.515625 L 213.707031 106.554688 L 213.8125 106.597656 L 213.921875 106.636719 L 214.027344 106.679688 L 214.238281 106.757812 L 214.347656 106.800781 L 214.453125 106.839844 L 214.558594 106.882812 L 214.667969 106.921875 L 214.773438 106.964844 L 214.878906 107.003906 L 214.988281 107.042969 L 215.09375 107.085938 L 215.199219 107.125 L 215.308594 107.167969 L 215.519531 107.246094 L 215.625 107.289062 L 215.734375 107.328125 L 215.839844 107.371094 L 215.945312 107.410156 L 216.054688 107.449219 L 216.160156 107.492188 L 216.265625 107.53125 L 216.375 107.570312 L 216.480469 107.613281 L 216.691406 107.691406 L 216.800781 107.734375 L 217.011719 107.8125 L 217.121094 107.855469 L 217.332031 107.933594 L 217.441406 107.976562 L 217.652344 108.054688 L 217.761719 108.09375 L 217.867188 108.136719 L 218.078125 108.214844 L 218.1875 108.257812 L 218.398438 108.335938 L 218.507812 108.375 L 218.613281 108.417969 L 218.71875 108.457031 L 218.828125 108.496094 L 219.039062 108.574219 L 219.148438 108.617188 L 219.464844 108.734375 L 219.574219 108.777344 L 219.785156 108.855469 L 219.894531 108.894531 L 220 108.933594 L 220.105469 108.976562 L 220.214844 109.015625 L 220.425781 109.09375 L 220.535156 109.132812 L 220.746094 109.210938 L 220.851562 109.253906 L 220.960938 109.292969 L 221.171875 109.371094 L 221.28125 109.410156 L 221.492188 109.488281 L 221.601562 109.53125 L 221.8125 109.609375 L 221.921875 109.648438 L 222.238281 109.765625 L 222.347656 109.804688 L 222.558594 109.882812 L 222.667969 109.921875 L 222.878906 110 L 222.988281 110.042969 L 223.199219 110.121094 L 223.308594 110.160156 L 223.625 110.277344 L 223.734375 110.316406 L 223.945312 110.394531 L 224.054688 110.433594 L 224.265625 110.511719 L 224.375 110.550781 L 224.691406 110.667969 L 224.800781 110.707031 L 225.011719 110.785156 L 225.121094 110.824219 L 225.226562 110.859375 L 225.332031 110.898438 L 225.441406 110.9375 L 225.652344 111.015625 L 225.761719 111.054688 L 226.078125 111.171875 L 226.1875 111.210938 L 226.398438 111.289062 L 226.507812 111.324219 L 226.71875 111.402344 L 226.828125 111.441406 L 227.039062 111.519531 L 227.148438 111.558594 L 227.253906 111.597656 L 227.359375 111.632812 L 227.464844 111.671875 L 227.574219 111.710938 L 227.785156 111.789062 L 227.894531 111.828125 L 228 111.863281 L 228.105469 111.902344 L 228.214844 111.941406 L 228.425781 112.019531 L 228.535156 112.058594 L 228.640625 112.09375 L 228.851562 112.171875 L 228.960938 112.210938 L 229.066406 112.246094 L 229.171875 112.285156 L 229.28125 112.324219 L 229.492188 112.402344 L 229.601562 112.4375 L 229.8125 112.515625 L 229.921875 112.550781 L 230.238281 112.667969 L 230.347656 112.703125 L 230.558594 112.78125 L 230.667969 112.820312 L 230.773438 112.855469 L 230.878906 112.894531 L 230.988281 112.933594 L 231.09375 112.96875 L 231.199219 113.007812 L 231.308594 113.046875 L 231.414062 113.082031 L 231.625 113.160156 L 231.734375 113.195312 L 231.945312 113.273438 L 232.054688 113.308594 L 232.265625 113.386719 L 232.375 113.421875 L 232.480469 113.460938 L 232.585938 113.496094 L 232.691406 113.535156 L 232.800781 113.574219 L 232.90625 113.609375 L 233.011719 113.648438 L 233.121094 113.683594 L 233.332031 113.761719 L 233.441406 113.796875 L 233.546875 113.835938 L 233.652344 113.871094 L 233.761719 113.910156 L 233.867188 113.945312 L 234.078125 114.023438 L 234.1875 114.058594 L 234.292969 114.097656 L 234.398438 114.132812 L 234.507812 114.171875 L 234.613281 114.207031 L 234.71875 114.246094 L 234.828125 114.28125 L 234.933594 114.320312 L 235.039062 114.355469 L 235.148438 114.394531 L 235.253906 114.429688 L 235.359375 114.46875 L 235.464844 114.503906 L 235.574219 114.542969 L 235.679688 114.578125 L 235.785156 114.617188 L 235.894531 114.652344 L 236 114.691406 L 236.105469 114.726562 L 236.214844 114.765625 L 236.320312 114.800781 L 236.425781 114.839844 L 236.535156 114.875 L 236.640625 114.910156 L 236.746094 114.949219 L 236.851562 114.984375 L 236.960938 115.023438 L 237.066406 115.058594 L 237.171875 115.097656 L 237.28125 115.132812 L 237.386719 115.167969 L 237.492188 115.207031 L 237.601562 115.242188 L 237.707031 115.28125 L 237.8125 115.316406 L 237.921875 115.351562 L 238.027344 115.390625 L 238.238281 115.460938 L 238.347656 115.5 L 238.453125 115.535156 L 238.558594 115.574219 L 238.667969 115.609375 L 238.773438 115.644531 L 238.878906 115.683594 L 238.988281 115.71875 L 239.09375 115.753906 L 239.199219 115.792969 L 239.308594 115.828125 L 239.414062 115.863281 L 239.519531 115.902344 L 239.625 115.9375 L 239.734375 115.972656 L 239.839844 116.007812 L 239.945312 116.046875 L 240.054688 116.082031 L 240.160156 116.117188 L 240.265625 116.15625 L 240.375 116.191406 L 240.585938 116.261719 L 240.691406 116.300781 L 240.800781 116.335938 L 241.011719 116.40625 L 241.121094 116.445312 L 241.332031 116.515625 L 241.441406 116.550781 L 241.546875 116.589844 L 241.652344 116.625 L 241.761719 116.660156 L 241.972656 116.730469 L 242.078125 116.769531 L 242.1875 116.804688 L 242.398438 116.875 L 242.507812 116.910156 L 242.613281 116.949219 L 242.71875 116.984375 L 242.828125 117.019531 L 243.039062 117.089844 L 243.148438 117.125 L 243.253906 117.164062 L 243.464844 117.234375 L 243.574219 117.269531 L 243.785156 117.339844 L 243.894531 117.375 L 244 117.410156 L 244.105469 117.449219 L 244.214844 117.484375 L 244.425781 117.554688 L 244.535156 117.589844 L 244.851562 117.695312 L 244.960938 117.730469 L 245.171875 117.800781 L 245.28125 117.835938 L 245.386719 117.871094 L 245.492188 117.910156 L 245.601562 117.945312 L 245.8125 118.015625 L 245.921875 118.050781 L 246.238281 118.15625 L 246.347656 118.191406 L 246.558594 118.261719 L 246.667969 118.296875 L 246.878906 118.367188 L 246.988281 118.402344 L 247.199219 118.472656 L 247.308594 118.507812 L 247.625 118.613281 L 247.734375 118.648438 L 247.839844 118.679688 L 247.945312 118.714844 L 248.054688 118.75 L 248.265625 118.820312 L 248.375 118.855469 L 248.691406 118.960938 L 248.800781 118.996094 L 249.011719 119.066406 L 249.121094 119.097656 L 249.332031 119.167969 L 249.441406 119.203125 L 249.652344 119.273438 L 249.761719 119.308594 L 249.867188 119.34375 L 249.972656 119.375 L 250.078125 119.410156 L 250.1875 119.445312 L 250.398438 119.515625 L 250.507812 119.550781 L 250.613281 119.582031 L 250.71875 119.617188 L 250.828125 119.652344 L 251.039062 119.722656 L 251.148438 119.753906 L 251.464844 119.859375 L 251.574219 119.894531 L 251.679688 119.925781 L 251.785156 119.960938 L 251.894531 119.996094 L 252 120.03125 L 252.105469 120.0625 L 252.214844 120.097656 L 252.425781 120.167969 L 252.535156 120.199219 L 252.851562 120.304688 L 252.960938 120.335938 L 253.171875 120.40625 L 253.28125 120.441406 L 253.386719 120.472656 L 253.492188 120.507812 L 253.601562 120.542969 L 253.707031 120.574219 L 253.8125 120.609375 L 253.921875 120.644531 L 254.027344 120.675781 L 254.238281 120.746094 L 254.347656 120.777344 L 254.558594 120.847656 L 254.667969 120.878906 L 254.878906 120.949219 L 254.988281 120.980469 L 255.199219 121.050781 L 255.308594 121.082031 L 255.414062 121.117188 L 255.519531 121.148438 L 255.625 121.183594 L 255.734375 121.21875 L 255.839844 121.25 L 255.945312 121.285156 L 256.054688 121.316406 L 256.265625 121.386719 L 256.375 121.417969 L 256.480469 121.453125 L 256.585938 121.484375 L 256.691406 121.519531 L 256.800781 121.550781 L 256.90625 121.585938 L 257.011719 121.617188 L 257.121094 121.652344 L 257.226562 121.6875 L 257.332031 121.71875 L 257.441406 121.753906 L 257.546875 121.785156 L 257.652344 121.820312 L 257.761719 121.851562 L 257.867188 121.886719 L 257.972656 121.917969 L 258.078125 121.953125 L 258.1875 121.984375 L 258.292969 122.019531 L 258.398438 122.050781 L 258.507812 122.085938 L 258.613281 122.117188 L 258.71875 122.152344 L 258.828125 122.183594 L 258.933594 122.21875 L 259.039062 122.25 L 259.148438 122.28125 L 259.253906 122.316406 L 259.359375 122.347656 L 259.464844 122.382812 L 259.574219 122.414062 L 259.679688 122.449219 L 259.785156 122.480469 L 259.894531 122.511719 L 260 122.546875 L 260.105469 122.578125 L 260.214844 122.613281 L 260.320312 122.644531 L 260.425781 122.679688 L 260.535156 122.710938 L 260.640625 122.742188 L 260.746094 122.777344 L 260.851562 122.808594 L 260.960938 122.839844 L 261.066406 122.875 L 261.171875 122.90625 L 261.28125 122.941406 L 261.492188 123.003906 L 261.601562 123.039062 L 261.8125 123.101562 L 261.921875 123.136719 L 262.132812 123.199219 L 262.238281 123.234375 L 262.347656 123.265625 L 262.453125 123.296875 L 262.558594 123.332031 L 262.667969 123.363281 L 262.878906 123.425781 L 262.988281 123.460938 L 263.199219 123.523438 L 263.308594 123.558594 L 263.625 123.652344 L 263.734375 123.6875 L 263.945312 123.75 L 264.054688 123.78125 L 264.160156 123.816406 L 264.265625 123.847656 L 264.375 123.878906 L 264.480469 123.910156 L 264.585938 123.945312 L 264.691406 123.976562 L 264.800781 124.007812 L 265.011719 124.070312 L 265.121094 124.105469 L 265.332031 124.167969 L 265.441406 124.199219 L 265.652344 124.261719 L 265.761719 124.296875 L 266.078125 124.390625 L 266.1875 124.421875 L 266.292969 124.453125 L 266.398438 124.488281 L 266.507812 124.519531 L 266.71875 124.582031 L 266.828125 124.613281 L 267.039062 124.675781 L 267.148438 124.707031 L 267.253906 124.742188 L 267.464844 124.804688 L 267.574219 124.835938 L 267.785156 124.898438 L 267.894531 124.929688 L 268.105469 124.992188 L 268.214844 125.023438 L 268.425781 125.085938 L 268.535156 125.117188 L 268.640625 125.148438 L 268.746094 125.183594 L 268.851562 125.214844 L 268.960938 125.246094 L 269.171875 125.308594 L 269.28125 125.339844 L 269.492188 125.402344 L 269.601562 125.433594 L 269.8125 125.496094 L 269.921875 125.527344 L 270.238281 125.621094 L 270.347656 125.652344 L 270.558594 125.714844 L 270.667969 125.746094 L 270.773438 125.773438 L 270.878906 125.804688 L 270.988281 125.835938 L 271.199219 125.898438 L 271.308594 125.929688 L 271.625 126.023438 L 271.734375 126.054688 L 271.945312 126.117188 L 272.054688 126.148438 L 272.160156 126.175781 L 272.265625 126.207031 L 272.375 126.238281 L 272.691406 126.332031 L 272.800781 126.363281 L 272.90625 126.394531 L 273.011719 126.421875 L 273.121094 126.453125 L 273.332031 126.515625 L 273.441406 126.546875 L 273.652344 126.609375 L 273.761719 126.636719 L 274.078125 126.730469 L 274.1875 126.761719 L 274.292969 126.789062 L 274.398438 126.820312 L 274.507812 126.851562 L 274.71875 126.914062 L 274.828125 126.941406 L 275.039062 127.003906 L 275.148438 127.035156 L 275.253906 127.0625 L 275.464844 127.125 L 275.574219 127.15625 L 275.679688 127.183594 L 275.785156 127.214844 L 275.894531 127.246094 L 276 127.277344 L 276.105469 127.304688 L 276.214844 127.335938 L 276.425781 127.398438 L 276.535156 127.425781 L 276.746094 127.488281 L 276.851562 127.515625 L 276.960938 127.546875 L 277.066406 127.578125 L 277.171875 127.605469 L 277.28125 127.636719 L 277.386719 127.667969 L 277.492188 127.695312 L 277.601562 127.726562 L 277.707031 127.757812 L 277.8125 127.785156 L 277.921875 127.816406 L 278.027344 127.847656 L 278.132812 127.875 L 278.238281 127.90625 L 278.347656 127.9375 L 278.453125 127.964844 L 278.558594 127.996094 L 278.667969 128.027344 L 278.773438 128.054688 L 278.878906 128.085938 L 278.988281 128.113281 L 279.199219 128.175781 L 279.308594 128.203125 L 279.414062 128.234375 L 279.519531 128.261719 L 279.625 128.292969 L 279.734375 128.320312 L 279.945312 128.382812 L 280.054688 128.410156 L 280.160156 128.441406 L 280.265625 128.46875 L 280.375 128.5 L 280.480469 128.527344 L 280.585938 128.558594 L 280.691406 128.585938 L 280.800781 128.617188 L 280.90625 128.644531 L 281.011719 128.675781 L 281.121094 128.707031 L 281.226562 128.734375 L 281.332031 128.765625 L 281.441406 128.792969 L 281.546875 128.824219 L 281.652344 128.851562 L 281.761719 128.882812 L 281.972656 128.9375 L 282.078125 128.96875 L 282.1875 128.996094 L 282.292969 129.027344 L 282.398438 129.054688 L 282.507812 129.085938 L 282.613281 129.113281 L 282.71875 129.144531 L 282.828125 129.171875 L 282.933594 129.203125 L 283.039062 129.230469 L 283.148438 129.257812 L 283.253906 129.289062 L 283.359375 129.316406 L 283.464844 129.347656 L 283.574219 129.375 L 283.679688 129.40625 L 283.785156 129.433594 L 283.894531 129.460938 L 284 129.492188 L 284.105469 129.519531 L 284.214844 129.550781 L 284.425781 129.605469 L 284.535156 129.636719 L 284.746094 129.691406 L 284.851562 129.722656 L 284.960938 129.75 L 285.066406 129.777344 L 285.171875 129.808594 L 285.28125 129.835938 L 285.386719 129.863281 L 285.492188 129.894531 L 285.601562 129.921875 L 285.707031 129.949219 L 285.8125 129.980469 L 285.921875 130.007812 L 286.027344 130.035156 L 286.132812 130.066406 L 286.238281 130.09375 L 286.347656 130.121094 L 286.453125 130.152344 L 286.558594 130.179688 L 286.667969 130.207031 L 286.773438 130.234375 L 286.878906 130.265625 L 286.988281 130.292969 L 287.199219 130.347656 L 287.308594 130.378906 L 287.625 130.460938 L 287.734375 130.492188 L 287.945312 130.546875 L 288.054688 130.574219 L 288.160156 130.605469 L 288.265625 130.632812 L 288.375 130.660156 L 288.585938 130.714844 L 288.691406 130.746094 L 288.800781 130.773438 L 289.011719 130.828125 L 289.121094 130.855469 L 289.226562 130.886719 L 289.332031 130.914062 L 289.441406 130.941406 L 289.652344 130.996094 L 289.761719 131.023438 L 289.867188 131.050781 L 289.972656 131.082031 L 290.078125 131.109375 L 290.1875 131.136719 L 290.398438 131.191406 L 290.507812 131.21875 L 290.71875 131.273438 L 290.828125 131.304688 L 291.039062 131.359375 L 291.148438 131.386719 L 291.464844 131.46875 L 291.574219 131.496094 L 291.785156 131.550781 L 291.894531 131.578125 L 292 131.605469 L 292.105469 131.636719 L 292.214844 131.664062 L 292.425781 131.71875 L 292.535156 131.746094 L 292.851562 131.828125 L 292.960938 131.855469 L 293.171875 131.910156 L 293.28125 131.9375 L 293.492188 131.992188 L 293.601562 132.019531 L 293.8125 132.074219 L 293.921875 132.101562 L 294.238281 132.183594 L 294.347656 132.210938 L 294.558594 132.265625 L 294.667969 132.289062 L 294.878906 132.34375 L 294.988281 132.371094 L 295.199219 132.425781 L 295.308594 132.453125 L 295.625 132.535156 L 295.734375 132.5625 L 295.839844 132.589844 L 295.945312 132.613281 L 296.054688 132.640625 L 296.265625 132.695312 L 296.375 132.722656 L 296.691406 132.804688 L 296.800781 132.828125 L 297.011719 132.882812 L 297.121094 132.910156 L 297.332031 132.964844 L 297.441406 132.992188 L 297.546875 133.015625 L 297.652344 133.042969 L 297.761719 133.070312 L 297.972656 133.125 L 298.078125 133.148438 L 298.1875 133.175781 L 298.398438 133.230469 L 298.507812 133.257812 L 298.613281 133.28125 L 298.71875 133.308594 L 298.828125 133.335938 L 298.933594 133.363281 L 299.039062 133.386719 L 299.148438 133.414062 L 299.359375 133.46875 L 299.464844 133.492188 L 299.574219 133.519531 L 299.785156 133.574219 L 299.894531 133.597656 L 300.105469 133.652344 L 300.214844 133.679688 L 300.320312 133.703125 L 300.425781 133.730469 L 300.535156 133.757812 L 300.640625 133.78125 L 300.851562 133.835938 L 300.960938 133.859375 L 301.171875 133.914062 L 301.28125 133.9375 L 301.492188 133.992188 L 301.601562 134.015625 L 301.8125 134.070312 L 301.921875 134.09375 L 302.132812 134.148438 L 302.238281 134.171875 L 302.347656 134.199219 L 302.453125 134.226562 L 302.558594 134.25 L 302.667969 134.277344 L 302.773438 134.300781 L 302.878906 134.328125 L 302.988281 134.355469 L 303.09375 134.378906 L 303.199219 134.40625 L 303.308594 134.429688 L 303.519531 134.484375 L 303.625 134.507812 L 303.734375 134.535156 L 303.839844 134.558594 L 303.945312 134.585938 L 304.054688 134.609375 L 304.160156 134.636719 L 304.265625 134.660156 L 304.375 134.6875 L 304.480469 134.714844 L 304.585938 134.738281 L 304.691406 134.765625 L 304.800781 134.789062 L 304.90625 134.816406 L 305.011719 134.839844 L 305.121094 134.867188 L 305.226562 134.890625 L 305.332031 134.917969 L 305.441406 134.941406 L 305.546875 134.96875 L 305.652344 134.992188 L 305.761719 135.019531 L 305.867188 135.042969 L 305.972656 135.070312 L 306.078125 135.09375 L 306.1875 135.121094 L 306.398438 135.167969 L 306.507812 135.195312 L 306.613281 135.21875 L 306.71875 135.246094 L 306.828125 135.269531 L 306.933594 135.296875 L 307.039062 135.320312 L 307.148438 135.347656 L 307.359375 135.394531 L 307.464844 135.421875 L 307.574219 135.445312 L 307.679688 135.472656 L 307.785156 135.496094 L 307.894531 135.519531 L 308 135.546875 L 308.105469 135.570312 L 308.214844 135.597656 L 308.425781 135.644531 L 308.535156 135.671875 L 308.746094 135.71875 L 308.851562 135.746094 L 308.960938 135.769531 L 309.066406 135.792969 L 309.171875 135.820312 L 309.28125 135.84375 L 309.386719 135.867188 L 309.492188 135.894531 L 309.601562 135.917969 L 309.707031 135.941406 L 309.8125 135.96875 L 309.921875 135.992188 L 310.027344 136.015625 L 310.132812 136.042969 L 310.238281 136.066406 L 310.347656 136.089844 L 310.453125 136.117188 L 310.558594 136.140625 L 310.667969 136.164062 L 310.773438 136.1875 L 310.878906 136.214844 L 310.988281 136.238281 L 311.09375 136.261719 L 311.199219 136.289062 L 311.308594 136.3125 L 311.519531 136.359375 L 311.625 136.386719 L 311.734375 136.410156 L 311.945312 136.457031 L 312.054688 136.480469 L 312.160156 136.507812 L 312.265625 136.53125 L 312.375 136.554688 L 312.585938 136.601562 L 312.691406 136.628906 L 312.800781 136.652344 L 313.011719 136.699219 L 313.121094 136.722656 L 313.226562 136.75 L 313.332031 136.773438 L 313.441406 136.796875 L 313.652344 136.84375 L 313.761719 136.867188 L 313.867188 136.894531 L 314.078125 136.941406 L 314.1875 136.964844 L 314.398438 137.011719 L 314.507812 137.035156 L 314.613281 137.0625 L 314.71875 137.085938 L 314.828125 137.109375 L 315.039062 137.15625 L 315.148438 137.179688 L 315.464844 137.25 L 315.574219 137.273438 L 315.679688 137.296875 L 315.785156 137.324219 L 315.894531 137.347656 L 316.105469 137.394531 L 316.214844 137.417969 L 316.425781 137.464844 L 316.535156 137.488281 L 316.851562 137.558594 L 316.960938 137.582031 L 317.171875 137.628906 L 317.28125 137.652344 L 317.492188 137.699219 L 317.601562 137.722656 L 317.8125 137.769531 L 317.921875 137.792969 L 318.238281 137.863281 L 318.347656 137.886719 L 318.558594 137.933594 L 318.667969 137.957031 L 318.878906 138.003906 L 318.988281 138.027344 L 319.199219 138.074219 L 319.308594 138.09375 L 319.625 138.164062 L 319.734375 138.1875 L 319.945312 138.234375 L 320.054688 138.257812 L 320.265625 138.304688 L 320.375 138.328125 L 320.480469 138.347656 L 320.691406 138.394531 L 320.800781 138.417969 L 321.011719 138.464844 L 321.121094 138.488281 L 321.226562 138.507812 L 321.332031 138.53125 L 321.441406 138.554688 L 321.652344 138.601562 L 321.761719 138.625 L 321.867188 138.644531 L 322.078125 138.691406 L 322.1875 138.714844 L 322.292969 138.738281 L 322.398438 138.757812 L 322.507812 138.78125 L 322.71875 138.828125 L 322.828125 138.851562 L 322.933594 138.871094 L 323.039062 138.894531 L 323.148438 138.917969 L 323.359375 138.964844 L 323.464844 138.984375 L 323.574219 139.007812 L 323.785156 139.054688 L 323.894531 139.074219 L 324.105469 139.121094 L 324.214844 139.140625 L 324.425781 139.1875 L 324.535156 139.210938 L 324.640625 139.230469 L 324.851562 139.277344 L 324.960938 139.296875 L 325.171875 139.34375 L 325.28125 139.363281 L 325.492188 139.410156 L 325.601562 139.433594 L 325.707031 139.453125 L 325.8125 139.476562 L 325.921875 139.496094 L 326.132812 139.542969 L 326.238281 139.5625 L 326.347656 139.585938 L 326.453125 139.609375 L 326.558594 139.628906 L 326.667969 139.652344 L 326.773438 139.675781 L 326.878906 139.695312 L 326.988281 139.71875 L 327.09375 139.738281 L 327.199219 139.761719 L 327.308594 139.785156 L 327.414062 139.804688 L 327.519531 139.828125 L 327.625 139.847656 L 327.734375 139.871094 L 327.839844 139.894531 L 327.945312 139.914062 L 328.054688 139.9375 L 328.160156 139.957031 L 328.265625 139.980469 L 328.375 140 L 328.585938 140.046875 L 328.691406 140.066406 L 328.800781 140.089844 L 328.90625 140.109375 L 329.011719 140.132812 L 329.121094 140.152344 L 329.226562 140.175781 L 329.332031 140.195312 L 329.441406 140.21875 L 329.546875 140.238281 L 329.652344 140.261719 L 329.761719 140.28125 L 329.867188 140.304688 L 329.972656 140.324219 L 330.078125 140.347656 L 330.1875 140.367188 L 330.292969 140.390625 L 330.398438 140.410156 L 330.507812 140.433594 L 330.613281 140.453125 L 330.71875 140.476562 L 330.828125 140.496094 L 330.933594 140.519531 L 331.039062 140.539062 L 331.148438 140.558594 L 331.253906 140.582031 L 331.359375 140.601562 L 331.464844 140.625 L 331.574219 140.644531 L 331.679688 140.667969 L 331.785156 140.6875 L 331.894531 140.707031 L 332 140.730469 L 332.105469 140.75 L 332.214844 140.773438 L 332.425781 140.8125 L 332.535156 140.835938 L 332.640625 140.855469 L 332.746094 140.878906 L 332.851562 140.898438 L 332.960938 140.917969 L 333.066406 140.941406 L 333.171875 140.960938 L 333.28125 140.980469 L 333.386719 141.003906 L 333.492188 141.023438 L 333.601562 141.042969 L 333.707031 141.066406 L 333.8125 141.085938 L 333.921875 141.105469 L 334.027344 141.128906 L 334.238281 141.167969 L 334.347656 141.191406 L 334.558594 141.230469 L 334.667969 141.253906 L 334.878906 141.292969 L 334.988281 141.316406 L 335.199219 141.355469 L 335.308594 141.375 L 335.414062 141.398438 L 335.625 141.4375 L 335.734375 141.457031 L 335.839844 141.480469 L 335.945312 141.5 L 336.054688 141.519531 L 336.160156 141.539062 L 336.265625 141.5625 L 336.375 141.582031 L 336.585938 141.621094 L 336.691406 141.644531 L 336.800781 141.664062 L 337.011719 141.703125 L 337.121094 141.722656 L 337.226562 141.746094 L 337.332031 141.765625 L 337.441406 141.785156 L 337.652344 141.824219 L 337.761719 141.847656 L 338.078125 141.90625 L 338.1875 141.925781 L 338.292969 141.945312 L 338.398438 141.96875 L 338.507812 141.988281 L 338.71875 142.027344 L 338.828125 142.046875 L 339.039062 142.085938 L 339.148438 142.109375 L 339.464844 142.167969 L 339.574219 142.1875 L 339.785156 142.226562 L 339.894531 142.246094 L 340.105469 142.285156 L 340.214844 142.308594 L 340.425781 142.347656 L 340.535156 142.367188 L 340.851562 142.425781 L 340.960938 142.445312 L 341.171875 142.484375 L 341.28125 142.503906 L 341.492188 142.542969 L 341.601562 142.5625 L 341.8125 142.601562 L 341.921875 142.621094 L 342.238281 142.679688 L 342.347656 142.699219 L 342.558594 142.738281 L 342.667969 142.757812 L 342.878906 142.796875 L 342.988281 142.816406 L 343.199219 142.855469 L 343.308594 142.875 L 343.625 142.933594 L 343.734375 142.953125 L 343.945312 142.992188 L 344.054688 143.011719 L 344.160156 143.027344 L 344.265625 143.046875 L 344.375 143.066406 L 344.691406 143.125 L 344.800781 143.144531 L 345.011719 143.183594 L 345.121094 143.203125 L 345.226562 143.21875 L 345.332031 143.238281 L 345.441406 143.257812 L 345.652344 143.296875 L 345.761719 143.316406 L 345.867188 143.335938 L 345.972656 143.351562 L 346.078125 143.371094 L 346.1875 143.390625 L 346.398438 143.429688 L 346.507812 143.449219 L 346.613281 143.464844 L 346.71875 143.484375 L 346.828125 143.503906 L 347.039062 143.542969 L 347.148438 143.558594 L 347.464844 143.617188 L 347.574219 143.636719 L 347.679688 143.652344 L 347.785156 143.671875 L 347.894531 143.691406 L 348 143.710938 L 348.105469 143.726562 L 348.214844 143.746094 L 348.425781 143.785156 L 348.535156 143.800781 L 348.851562 143.859375 L 348.960938 143.875 L 349.171875 143.914062 L 349.28125 143.933594 L 349.386719 143.949219 L 349.492188 143.96875 L 349.601562 143.988281 L 349.707031 144.003906 L 349.8125 144.023438 L 349.921875 144.042969 L 350.027344 144.058594 L 350.238281 144.097656 L 350.347656 144.113281 L 350.558594 144.152344 L 350.667969 144.167969 L 350.878906 144.207031 L 350.988281 144.222656 L 351.199219 144.261719 L 351.308594 144.277344 L 351.519531 144.316406 L 351.625 144.332031 L 351.734375 144.351562 L 351.839844 144.367188 L 351.945312 144.386719 L 352.054688 144.40625 L 352.160156 144.421875 L 352.265625 144.441406 L 352.375 144.457031 L 352.585938 144.496094 L 352.691406 144.511719 L 352.800781 144.53125 L 352.90625 144.546875 L 353.011719 144.566406 L 353.121094 144.582031 L 353.332031 144.621094 L 353.441406 144.636719 L 353.546875 144.65625 L 353.652344 144.671875 L 353.761719 144.691406 L 353.867188 144.707031 L 353.972656 144.726562 L 354.078125 144.742188 L 354.1875 144.761719 L 354.292969 144.777344 L 354.398438 144.796875 L 354.507812 144.8125 L 354.613281 144.832031 L 354.71875 144.847656 L 354.828125 144.867188 L 354.933594 144.882812 L 355.039062 144.902344 L 355.148438 144.917969 L 355.253906 144.9375 L 355.359375 144.953125 L 355.464844 144.972656 L 355.574219 144.988281 L 355.679688 145.007812 L 355.785156 145.023438 L 355.894531 145.042969 L 356.105469 145.074219 L 356.214844 145.09375 L 356.320312 145.109375 L 356.425781 145.128906 L 356.535156 145.144531 L 356.640625 145.164062 L 356.851562 145.195312 L 356.960938 145.214844 L 357.066406 145.230469 L 357.171875 145.25 L 357.28125 145.265625 L 357.386719 145.28125 L 357.492188 145.300781 L 357.601562 145.316406 L 357.707031 145.335938 L 357.8125 145.351562 L 357.921875 145.367188 L 358.027344 145.386719 L 358.238281 145.417969 L 358.347656 145.4375 L 358.558594 145.46875 L 358.667969 145.488281 L 358.878906 145.519531 L 358.988281 145.539062 L 359.199219 145.570312 L 359.308594 145.589844 L 359.519531 145.621094 L 359.625 145.640625 L 359.734375 145.65625 L 359.839844 145.671875 L 359.945312 145.691406 L 360.054688 145.707031 L 360.265625 145.738281 L 360.375 145.757812 L 360.691406 145.804688 L 360.800781 145.824219 L 361.011719 145.855469 L 361.121094 145.871094 L 361.226562 145.890625 L 361.332031 145.90625 L 361.441406 145.921875 L 361.546875 145.9375 L 361.652344 145.957031 L 361.761719 145.972656 L 362.078125 146.019531 L 362.1875 146.039062 L 362.398438 146.070312 L 362.507812 146.085938 L 362.613281 146.101562 L 362.71875 146.121094 L 362.828125 146.136719 L 363.039062 146.167969 L 363.148438 146.183594 L 363.253906 146.199219 L 363.359375 146.21875 L 363.464844 146.234375 L 363.574219 146.25 L 363.785156 146.28125 L 363.894531 146.296875 L 364.105469 146.328125 L 364.214844 146.347656 L 364.425781 146.378906 L 364.535156 146.394531 L 364.851562 146.441406 L 364.960938 146.457031 L 365.171875 146.488281 L 365.28125 146.507812 L 365.492188 146.539062 L 365.601562 146.554688 L 365.8125 146.585938 L 365.921875 146.601562 L 366.238281 146.648438 L 366.347656 146.664062 L 366.558594 146.695312 L 366.667969 146.710938 L 366.878906 146.742188 L 366.988281 146.757812 L 367.199219 146.789062 L 367.308594 146.804688 L 367.625 146.851562 L 367.734375 146.867188 L 367.945312 146.898438 L 368.054688 146.914062 L 368.265625 146.945312 L 368.375 146.960938 L 368.691406 147.007812 L 368.800781 147.023438 L 369.011719 147.054688 L 369.121094 147.070312 L 369.226562 147.082031 L 369.332031 147.097656 L 369.441406 147.113281 L 369.652344 147.144531 L 369.761719 147.160156 L 370.078125 147.207031 L 370.1875 147.222656 L 370.292969 147.234375 L 370.398438 147.25 L 370.507812 147.265625 L 370.71875 147.296875 L 370.828125 147.3125 L 370.933594 147.328125 L 371.039062 147.339844 L 371.148438 147.355469 L 371.464844 147.402344 L 371.574219 147.417969 L 371.679688 147.429688 L 371.785156 147.445312 L 371.894531 147.460938 L 372.105469 147.492188 L 372.214844 147.503906 L 372.425781 147.535156 L 372.535156 147.550781 L 372.640625 147.566406 L 372.746094 147.578125 L 372.851562 147.59375 L 372.960938 147.609375 L 373.171875 147.640625 L 373.28125 147.652344 L 373.492188 147.683594 L 373.601562 147.699219 L 373.707031 147.710938 L 373.8125 147.726562 L 373.921875 147.742188 L 374.027344 147.753906 L 374.238281 147.785156 L 374.347656 147.800781 L 374.453125 147.8125 L 374.558594 147.828125 L 374.667969 147.84375 L 374.773438 147.855469 L 374.878906 147.871094 L 374.988281 147.886719 L 375.09375 147.902344 L 375.199219 147.914062 L 375.308594 147.929688 L 375.414062 147.945312 L 375.519531 147.957031 L 375.625 147.972656 L 375.734375 147.988281 L 375.839844 148 L 375.945312 148.015625 L 376.054688 148.03125 L 376.160156 148.042969 L 376.265625 148.058594 L 376.375 148.074219 L 376.480469 148.085938 L 376.585938 148.101562 L 376.691406 148.113281 L 376.800781 148.128906 L 376.90625 148.144531 L 377.011719 148.15625 L 377.121094 148.171875 L 377.226562 148.183594 L 377.332031 148.199219 L 377.441406 148.214844 L 377.546875 148.226562 L 377.652344 148.242188 L 377.761719 148.253906 L 377.972656 148.285156 L 378.078125 148.296875 L 378.1875 148.3125 L 378.292969 148.324219 L 378.398438 148.339844 L 378.507812 148.351562 L 378.613281 148.367188 L 378.71875 148.378906 L 378.828125 148.394531 L 378.933594 148.410156 L 379.039062 148.421875 L 379.148438 148.4375 L 379.253906 148.449219 L 379.359375 148.464844 L 379.464844 148.476562 L 379.574219 148.492188 L 379.679688 148.503906 L 379.785156 148.519531 L 379.894531 148.53125 L 380 148.546875 L 380.105469 148.558594 L 380.214844 148.574219 L 380.320312 148.585938 L 380.425781 148.601562 L 380.535156 148.613281 L 380.640625 148.628906 L 380.746094 148.640625 L 380.851562 148.65625 L 380.960938 148.667969 L 381.066406 148.679688 L 381.171875 148.695312 L 381.28125 148.707031 L 381.386719 148.722656 L 381.492188 148.734375 L 381.601562 148.75 L 381.8125 148.773438 L 381.921875 148.789062 L 382.027344 148.800781 L 382.132812 148.816406 L 382.238281 148.828125 L 382.347656 148.84375 L 382.558594 148.867188 L 382.667969 148.882812 L 382.878906 148.90625 L 382.988281 148.921875 L 383.09375 148.933594 L 383.199219 148.949219 L 383.308594 148.960938 L 383.414062 148.972656 L 383.519531 148.988281 L 383.625 149 L 383.734375 149.011719 L 383.839844 149.027344 L 383.945312 149.039062 L 384.054688 149.050781 L 384.160156 149.066406 L 384.265625 149.078125 L 384.375 149.089844 L 384.480469 149.105469 L 384.691406 149.128906 L 384.800781 149.144531 L 385.011719 149.167969 L 385.121094 149.183594 L 385.332031 149.207031 L 385.441406 149.21875 L 385.546875 149.234375 L 385.652344 149.246094 L 385.761719 149.257812 L 385.867188 149.269531 L 385.972656 149.285156 L 386.078125 149.296875 L 386.1875 149.308594 L 386.292969 149.320312 L 386.398438 149.335938 L 386.507812 149.347656 L 386.71875 149.371094 L 386.828125 149.386719 L 387.039062 149.410156 L 387.148438 149.421875 L 387.253906 149.4375 L 387.464844 149.460938 L 387.574219 149.472656 L 387.679688 149.484375 L 387.785156 149.5 L 387.894531 149.511719 L 388.105469 149.535156 L 388.214844 149.546875 L 388.320312 149.558594 L 388.425781 149.574219 L 388.535156 149.585938 L 388.851562 149.621094 L 388.960938 149.632812 L 389.066406 149.644531 L 389.171875 149.660156 L 389.28125 149.671875 L 389.492188 149.695312 L 389.601562 149.707031 L 389.8125 149.730469 L 389.921875 149.742188 L 390.027344 149.757812 L 390.238281 149.78125 L 390.347656 149.792969 L 390.558594 149.816406 L 390.667969 149.828125 L 390.878906 149.851562 L 390.988281 149.863281 L 391.199219 149.886719 L 391.308594 149.898438 L 391.414062 149.910156 L 391.519531 149.925781 L 391.625 149.9375 L 391.734375 149.949219 L 391.945312 149.972656 L 392.054688 149.984375 L 392.265625 150.007812 L 392.375 150.019531 L 392.691406 150.054688 L 392.800781 150.066406 L 393.011719 150.089844 L 393.121094 150.101562 L 393.332031 150.125 L 393.441406 150.136719 L 393.546875 150.148438 L 393.652344 150.15625 L 393.761719 150.167969 L 394.078125 150.203125 L 394.1875 150.214844 L 394.398438 150.238281 L 394.507812 150.25 L 394.71875 150.273438 L 394.828125 150.285156 L 395.039062 150.308594 L 395.148438 150.316406 L 395.464844 150.351562 L 395.574219 150.363281 L 395.785156 150.386719 L 395.894531 150.398438 L 396 150.410156 L 396.105469 150.417969 L 396.214844 150.429688 L 396.425781 150.453125 L 396.535156 150.464844 L 396.640625 150.476562 L 396.746094 150.484375 L 396.851562 150.496094 L 396.960938 150.507812 L 397.171875 150.53125 L 397.28125 150.542969 L 397.386719 150.550781 L 397.492188 150.5625 L 397.601562 150.574219 L 397.8125 150.597656 L 397.921875 150.605469 L 398.238281 150.640625 L 398.347656 150.652344 L 398.453125 150.660156 L 398.558594 150.671875 L 398.667969 150.683594 L 398.773438 150.695312 L 398.878906 150.703125 L 398.988281 150.714844 L 399.199219 150.738281 L 399.308594 150.746094 L 399.625 150.78125 L 399.734375 150.789062 L 399.945312 150.8125 L 400.054688 150.820312 L 400.265625 150.84375 L 400.375 150.855469 L 400.480469 150.863281 L 400.691406 150.886719 L 400.800781 150.894531 L 401.011719 150.917969 L 401.121094 150.925781 L 401.332031 150.949219 L 401.441406 150.957031 L 401.652344 150.980469 L 401.761719 150.988281 L 401.867188 151 L 401.972656 151.007812 L 402.078125 151.019531 L 402.1875 151.03125 L 402.292969 151.039062 L 402.398438 151.050781 L 402.507812 151.0625 L 402.613281 151.070312 L 402.71875 151.082031 L 402.828125 151.089844 L 403.039062 151.113281 L 403.148438 151.121094 L 403.253906 151.132812 L 403.359375 151.140625 L 403.464844 151.152344 L 403.574219 151.160156 L 403.785156 151.183594 L 403.894531 151.191406 L 404 151.203125 L 404.105469 151.210938 L 404.214844 151.222656 L 404.320312 151.230469 L 404.425781 151.242188 L 404.535156 151.25 L 404.640625 151.261719 L 404.746094 151.269531 L 404.851562 151.28125 L 404.960938 151.292969 L 405.066406 151.300781 L 405.171875 151.3125 L 405.28125 151.320312 L 405.386719 151.332031 L 405.492188 151.339844 L 405.601562 151.351562 L 405.707031 151.359375 L 405.8125 151.371094 L 405.921875 151.378906 L 406.027344 151.386719 L 406.132812 151.398438 L 406.238281 151.40625 L 406.347656 151.417969 L 406.453125 151.425781 L 406.558594 151.4375 L 406.667969 151.445312 L 406.773438 151.457031 L 406.878906 151.464844 L 406.988281 151.476562 L 407.199219 151.492188 L 407.308594 151.503906 L 407.414062 151.511719 L 407.519531 151.523438 L 407.625 151.53125 L 407.734375 151.542969 L 407.945312 151.558594 L 408.054688 151.570312 L 408.160156 151.578125 L 408.265625 151.589844 L 408.375 151.597656 L 408.480469 151.605469 L 408.585938 151.617188 L 408.691406 151.625 L 408.800781 151.632812 L 408.90625 151.644531 L 409.011719 151.652344 L 409.121094 151.660156 L 409.226562 151.671875 L 409.332031 151.679688 L 409.441406 151.691406 L 409.652344 151.707031 L 409.761719 151.71875 L 410.078125 151.742188 L 410.1875 151.753906 L 410.398438 151.769531 L 410.507812 151.78125 L 410.71875 151.796875 L 410.828125 151.808594 L 411.039062 151.824219 L 411.148438 151.832031 L 411.253906 151.84375 L 411.464844 151.859375 L 411.574219 151.871094 L 411.785156 151.886719 L 411.894531 151.894531 L 412 151.90625 L 412.105469 151.914062 L 412.214844 151.921875 L 412.425781 151.9375 L 412.535156 151.949219 L 412.851562 151.972656 L 412.960938 151.984375 L 413.171875 152 L 413.28125 152.007812 L 413.492188 152.023438 L 413.601562 152.035156 L 413.8125 152.050781 L 413.921875 152.058594 L 414.027344 152.066406 L 414.132812 152.078125 L 414.238281 152.085938 L 414.347656 152.09375 L 414.558594 152.109375 L 414.667969 152.117188 L 414.773438 152.125 L 414.878906 152.136719 L 414.988281 152.144531 L 415.199219 152.160156 L 415.308594 152.167969 L 415.625 152.191406 L 415.734375 152.199219 L 415.839844 152.210938 L 415.945312 152.21875 L 416.054688 152.226562 L 416.265625 152.242188 L 416.375 152.25 L 416.691406 152.273438 L 416.800781 152.28125 L 417.011719 152.296875 L 417.121094 152.304688 L 417.332031 152.320312 L 417.441406 152.328125 L 417.652344 152.34375 L 417.761719 152.355469 L 418.078125 152.378906 L 418.1875 152.386719 L 418.398438 152.402344 L 418.507812 152.410156 L 418.71875 152.425781 L 418.828125 152.429688 L 419.039062 152.445312 L 419.148438 152.453125 L 419.464844 152.476562 L 419.574219 152.484375 L 419.785156 152.5 L 419.894531 152.507812 L 420.105469 152.523438 L 420.214844 152.53125 L 420.425781 152.546875 L 420.535156 152.554688 L 420.640625 152.558594 L 420.851562 152.574219 L 420.960938 152.582031 L 421.171875 152.597656 L 421.28125 152.605469 L 421.492188 152.621094 L 421.601562 152.625 L 421.8125 152.640625 L 421.921875 152.648438 L 422.238281 152.671875 L 422.347656 152.675781 L 422.558594 152.691406 L 422.667969 152.699219 L 422.878906 152.714844 L 422.988281 152.71875 L 423.199219 152.734375 L 423.308594 152.742188 L 423.414062 152.75 L 423.519531 152.753906 L 423.625 152.761719 L 423.734375 152.769531 L 423.945312 152.785156 L 424.054688 152.789062 L 424.265625 152.804688 L 424.375 152.8125 L 424.480469 152.816406 L 424.691406 152.832031 L 424.800781 152.839844 L 424.90625 152.84375 L 425.011719 152.851562 L 425.121094 152.859375 L 425.226562 152.867188 L 425.332031 152.871094 L 425.441406 152.878906 L 425.546875 152.886719 L 425.652344 152.890625 L 425.761719 152.898438 L 425.972656 152.914062 L 426.078125 152.917969 L 426.1875 152.925781 L 426.292969 152.933594 L 426.398438 152.9375 L 426.507812 152.945312 L 426.613281 152.953125 L 426.71875 152.957031 L 426.828125 152.964844 L 426.933594 152.972656 L 427.039062 152.976562 L 427.148438 152.984375 L 427.253906 152.992188 L 427.359375 152.996094 L 427.464844 153.003906 L 427.574219 153.011719 L 427.679688 153.015625 L 427.785156 153.023438 L 427.894531 153.03125 L 428 153.035156 L 428.105469 153.042969 L 428.214844 153.046875 L 428.425781 153.0625 L 428.535156 153.066406 L 428.640625 153.074219 L 428.746094 153.078125 L 428.851562 153.085938 L 428.960938 153.09375 L 429.066406 153.097656 L 429.171875 153.105469 L 429.28125 153.109375 L 429.386719 153.117188 L 429.492188 153.121094 L 429.601562 153.128906 L 429.707031 153.136719 L 429.8125 153.140625 L 429.921875 153.148438 L 430.027344 153.152344 L 430.132812 153.160156 L 430.238281 153.164062 L 430.347656 153.171875 L 430.453125 153.175781 L 430.558594 153.183594 L 430.667969 153.1875 L 430.773438 153.195312 L 430.878906 153.199219 L 430.988281 153.207031 L 431.09375 153.210938 L 431.199219 153.21875 L 431.308594 153.222656 L 431.414062 153.230469 L 431.519531 153.234375 L 431.625 153.242188 L 431.734375 153.246094 L 431.839844 153.253906 L 431.945312 153.257812 L 432.054688 153.265625 L 432.160156 153.269531 L 432.265625 153.277344 L 432.375 153.28125 L 432.480469 153.289062 L 432.691406 153.296875 L 432.800781 153.304688 L 432.90625 153.308594 L 433.011719 153.316406 L 433.121094 153.320312 L 433.226562 153.328125 L 433.332031 153.332031 L 433.441406 153.335938 L 433.546875 153.34375 L 433.652344 153.347656 L 433.761719 153.355469 L 433.972656 153.363281 L 434.078125 153.371094 L 434.1875 153.375 L 434.292969 153.382812 L 434.398438 153.386719 L 434.507812 153.390625 L 434.613281 153.398438 L 434.71875 153.402344 L 434.828125 153.40625 L 434.933594 153.414062 L 435.039062 153.417969 L 435.148438 153.421875 L 435.253906 153.429688 L 435.464844 153.4375 L 435.574219 153.445312 L 435.785156 153.453125 L 435.894531 153.460938 L 436.105469 153.46875 L 436.214844 153.476562 L 436.425781 153.484375 L 436.535156 153.492188 L 436.851562 153.503906 L 436.960938 153.511719 L 437.171875 153.519531 L 437.28125 153.527344 L 437.492188 153.535156 L 437.601562 153.539062 L 437.707031 153.546875 L 437.8125 153.550781 L 437.921875 153.554688 L 438.027344 153.558594 L 438.132812 153.566406 L 438.238281 153.570312 L 438.347656 153.574219 L 438.558594 153.582031 L 438.667969 153.589844 L 438.878906 153.597656 L 438.988281 153.601562 L 439.09375 153.605469 L 439.199219 153.613281 L 439.308594 153.617188 L 439.625 153.628906 L 439.734375 153.632812 L 439.839844 153.640625 L 439.945312 153.644531 L 440.054688 153.648438 L 440.265625 153.65625 L 440.375 153.660156 L 440.480469 153.667969 L 440.691406 153.675781 L 440.800781 153.679688 L 441.011719 153.6875 L 441.121094 153.691406 L 441.226562 153.695312 L 441.332031 153.703125 L 441.441406 153.707031 L 441.652344 153.714844 L 441.761719 153.71875 L 442.078125 153.730469 L 442.1875 153.734375 L 442.398438 153.742188 L 442.507812 153.746094 L 442.613281 153.75 L 442.71875 153.757812 L 442.828125 153.761719 L 443.039062 153.769531 L 443.148438 153.773438 L 443.464844 153.785156 L 443.574219 153.789062 L 443.785156 153.796875 L 443.894531 153.800781 L 444.105469 153.808594 L 444.214844 153.8125 L 444.425781 153.820312 L 444.535156 153.824219 L 444.851562 153.835938 L 444.960938 153.839844 L 445.171875 153.847656 L 445.28125 153.851562 L 445.386719 153.855469 L 445.492188 153.855469 L 445.601562 153.859375 L 445.8125 153.867188 L 445.921875 153.871094 L 446.238281 153.882812 L 446.347656 153.886719 L 446.558594 153.894531 L 446.667969 153.898438 L 446.773438 153.902344 L 446.878906 153.902344 L 446.988281 153.90625 L 447.199219 153.914062 L 447.308594 153.917969 L 447.625 153.929688 L 447.734375 153.929688 L 447.945312 153.9375 L 448.054688 153.941406 L 448.265625 153.949219 L 448.375 153.949219 L 448.691406 153.960938 L 448.800781 153.964844 L 448.90625 153.96875 L 449.011719 153.96875 L 449.121094 153.972656 L 449.332031 153.980469 L 449.441406 153.984375 L 449.546875 153.984375 L 449.652344 153.988281 L 449.761719 153.992188 L 449.972656 154 L 450.078125 154 L 450.1875 154.003906 L 450.398438 154.011719 L 450.507812 154.011719 L 450.71875 154.019531 L 450.828125 154.023438 L 450.933594 154.023438 L 451.039062 154.027344 L 451.148438 154.03125 L 451.253906 154.035156 L 451.359375 154.035156 L 451.464844 154.039062 L 451.574219 154.042969 L 451.679688 154.042969 L 451.785156 154.046875 L 451.894531 154.050781 L 452 154.050781 L 452.105469 154.054688 L 452.214844 154.058594 L 452.320312 154.0625 L 452.425781 154.0625 L 452.535156 154.066406 L 452.640625 154.070312 L 452.746094 154.070312 L 452.851562 154.074219 L 452.960938 154.078125 L 453.066406 154.078125 L 453.171875 154.082031 L 453.28125 154.082031 L 453.492188 154.089844 L 453.601562 154.089844 L 453.8125 154.097656 L 453.921875 154.097656 L 454.132812 154.105469 L 454.238281 154.105469 L 454.347656 154.109375 L 454.453125 154.109375 L 454.558594 154.113281 L 454.667969 154.117188 L 454.773438 154.117188 L 454.878906 154.121094 L 454.988281 154.121094 L 455.09375 154.125 L 455.199219 154.125 L 455.308594 154.128906 L 455.414062 154.132812 L 455.519531 154.132812 L 455.625 154.136719 L 455.734375 154.136719 L 455.839844 154.140625 L 455.945312 154.140625 L 456.054688 154.144531 L 456.160156 154.144531 L 456.265625 154.148438 L 456.375 154.148438 L 456.480469 154.152344 L 456.585938 154.152344 L 456.691406 154.15625 L 456.800781 154.160156 L 456.90625 154.160156 L 457.011719 154.164062 L 457.121094 154.164062 L 457.226562 154.167969 L 457.441406 154.167969 L 457.546875 154.171875 L 457.652344 154.171875 L 457.761719 154.175781 L 457.867188 154.175781 L 457.972656 154.179688 L 458.078125 154.179688 L 458.1875 154.183594 L 458.292969 154.183594 L 458.398438 154.1875 "/>< path style="fill:none;stroke-width:0.75;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 59.039062 430.558594 L 473.761719 430.558594 L 473.761719 59.039062 L 59.039062 59.039062 L 59.039062 430.558594 "/>< g style="fill:rgb(0%,0%,0%);fill-opacity:1;"> < use xlink:href="#glyph0-1" x="255.398438" y="485.057617"/> < use xlink:href="#glyph0-2" x="264.0625" y="485.057617"/> < use xlink:href="#glyph0-3" x="270.43457" y="485.057617"/>< path style="fill:none;stroke-width:0.75;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(100%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 74.398438 304.785156 L 74.613281 304.785156 L 74.71875 304.789062 L 74.933594 304.789062 L 75.039062 304.792969 L 75.148438 304.792969 L 75.253906 304.796875 L 75.359375 304.796875 L 75.464844 304.800781 L 75.574219 304.804688 L 75.785156 304.8125 L 75.894531 304.816406 L 76.105469 304.824219 L 76.214844 304.828125 L 76.320312 304.832031 L 76.425781 304.839844 L 76.535156 304.84375 L 76.640625 304.851562 L 76.746094 304.855469 L 76.851562 304.863281 L 76.960938 304.871094 L 77.066406 304.878906 L 77.171875 304.882812 L 77.28125 304.890625 L 77.386719 304.902344 L 77.492188 304.910156 L 77.601562 304.917969 L 77.8125 304.933594 L 77.921875 304.945312 L 78.027344 304.953125 L 78.238281 304.976562 L 78.347656 304.984375 L 78.558594 305.007812 L 78.667969 305.019531 L 78.878906 305.042969 L 78.988281 305.054688 L 79.09375 305.066406 L 79.199219 305.082031 L 79.308594 305.09375 L 79.414062 305.109375 L 79.519531 305.121094 L 79.625 305.136719 L 79.734375 305.148438 L 79.945312 305.179688 L 80.054688 305.195312 L 80.265625 305.226562 L 80.375 305.242188 L 80.480469 305.257812 L 80.585938 305.277344 L 80.691406 305.292969 L 80.800781 305.3125 L 80.90625 305.328125 L 81.011719 305.347656 L 81.121094 305.363281 L 81.332031 305.402344 L 81.441406 305.421875 L 81.652344 305.460938 L 81.761719 305.480469 L 81.972656 305.519531 L 82.078125 305.542969 L 82.1875 305.5625 L 82.292969 305.582031 L 82.398438 305.605469 L 82.507812 305.628906 L 82.613281 305.648438 L 82.71875 305.671875 L 82.828125 305.695312 L 83.039062 305.742188 L 83.148438 305.765625 L 83.359375 305.8125 L 83.464844 305.839844 L 83.574219 305.863281 L 83.679688 305.890625 L 83.785156 305.914062 L 83.894531 305.941406 L 84 305.964844 L 84.105469 305.992188 L 84.214844 306.019531 L 84.425781 306.074219 L 84.535156 306.101562 L 84.851562 306.183594 L 84.960938 306.214844 L 85.066406 306.242188 L 85.171875 306.273438 L 85.28125 306.300781 L 85.386719 306.332031 L 85.492188 306.359375 L 85.601562 306.386719 L 85.707031 306.417969 L 85.8125 306.445312 L 85.921875 306.476562 L 86.027344 306.503906 L 86.132812 306.535156 L 86.238281 306.5625 L 86.347656 306.59375 L 86.558594 306.648438 L 86.667969 306.679688 L 86.773438 306.707031 L 86.878906 306.738281 L 86.988281 306.765625 L 87.09375 306.796875 L 87.199219 306.824219 L 87.308594 306.851562 L 87.414062 306.882812 L 87.519531 306.910156 L 87.625 306.941406 L 87.734375 306.96875 L 87.839844 306.996094 L 87.945312 307.027344 L 88.054688 307.054688 L 88.160156 307.085938 L 88.265625 307.113281 L 88.375 307.144531 L 88.585938 307.199219 L 88.691406 307.230469 L 88.800781 307.257812 L 88.90625 307.289062 L 89.011719 307.316406 L 89.121094 307.34375 L 89.226562 307.375 L 89.332031 307.402344 L 89.441406 307.429688 L 89.546875 307.460938 L 89.652344 307.488281 L 89.761719 307.519531 L 89.972656 307.574219 L 90.078125 307.605469 L 90.1875 307.632812 L 90.292969 307.664062 L 90.398438 307.691406 L 90.507812 307.71875 L 90.613281 307.75 L 90.71875 307.777344 L 90.828125 307.804688 L 90.933594 307.835938 L 91.039062 307.863281 L 91.148438 307.890625 L 91.253906 307.921875 L 91.464844 307.976562 L 91.574219 308.007812 L 91.679688 308.035156 L 91.785156 308.066406 L 91.894531 308.09375 L 92 308.121094 L 92.105469 308.152344 L 92.214844 308.179688 L 92.320312 308.207031 L 92.425781 308.238281 L 92.535156 308.265625 L 92.640625 308.292969 L 92.746094 308.324219 L 92.851562 308.351562 L 92.960938 308.378906 L 93.066406 308.410156 L 93.171875 308.4375 L 93.28125 308.464844 L 93.386719 308.496094 L 93.492188 308.523438 L 93.601562 308.550781 L 93.707031 308.582031 L 93.8125 308.609375 L 93.921875 308.636719 L 94.027344 308.664062 L 94.132812 308.695312 L 94.238281 308.722656 L 94.347656 308.75 L 94.453125 308.78125 L 94.558594 308.808594 L 94.667969 308.835938 L 94.773438 308.867188 L 94.878906 308.894531 L 94.988281 308.921875 L 95.09375 308.953125 L 95.199219 308.980469 L 95.308594 309.007812 L 95.414062 309.035156 L 95.519531 309.066406 L 95.625 309.09375 L 95.734375 309.121094 L 95.839844 309.152344 L 95.945312 309.179688 L 96.054688 309.207031 L 96.160156 309.234375 L 96.265625 309.265625 L 96.375 309.292969 L 96.480469 309.320312 L 96.585938 309.351562 L 96.691406 309.378906 L 96.800781 309.40625 L 96.90625 309.4375 L 97.011719 309.464844 L 97.121094 309.496094 L 97.332031 309.550781 L 97.441406 309.582031 L 97.652344 309.636719 L 97.761719 309.667969 L 97.867188 309.695312 L 97.972656 309.726562 L 98.078125 309.753906 L 98.1875 309.785156 L 98.292969 309.8125 L 98.398438 309.84375 L 98.507812 309.871094 L 98.613281 309.898438 L 98.71875 309.929688 L 98.828125 309.957031 L 98.933594 309.988281 L 99.039062 310.015625 L 99.148438 310.046875 L 99.253906 310.074219 L 99.359375 310.105469 L 99.464844 310.132812 L 99.574219 310.164062 L 99.679688 310.191406 L 99.785156 310.222656 L 99.894531 310.253906 L 100 310.28125 L 100.105469 310.3125 L 100.214844 310.339844 L 100.320312 310.371094 L 100.425781 310.398438 L 100.535156 310.429688 L 100.640625 310.460938 L 100.746094 310.488281 L 100.851562 310.519531 L 100.960938 310.546875 L 101.171875 310.609375 L 101.28125 310.636719 L 101.492188 310.699219 L 101.601562 310.726562 L 101.8125 310.789062 L 101.921875 310.816406 L 102.132812 310.878906 L 102.238281 310.90625 L 102.347656 310.9375 L 102.453125 310.96875 L 102.558594 310.996094 L 102.667969 311.027344 L 102.878906 311.089844 L 102.988281 311.117188 L 103.199219 311.179688 L 103.308594 311.210938 L 103.414062 311.238281 L 103.625 311.300781 L 103.734375 311.332031 L 103.839844 311.363281 L 103.945312 311.390625 L 104.054688 311.421875 L 104.265625 311.484375 L 104.375 311.515625 L 104.480469 311.546875 L 104.585938 311.574219 L 104.691406 311.605469 L 104.800781 311.636719 L 105.011719 311.699219 L 105.121094 311.730469 L 105.332031 311.792969 L 105.441406 311.820312 L 105.652344 311.882812 L 105.761719 311.914062 L 106.078125 312.007812 L 106.1875 312.039062 L 106.398438 312.101562 L 106.507812 312.132812 L 106.71875 312.195312 L 106.828125 312.226562 L 107.039062 312.289062 L 107.148438 312.320312 L 107.253906 312.351562 L 107.359375 312.378906 L 107.464844 312.410156 L 107.574219 312.441406 L 107.785156 312.503906 L 107.894531 312.535156 L 108.105469 312.597656 L 108.214844 312.628906 L 108.425781 312.691406 L 108.535156 312.722656 L 108.851562 312.816406 L 108.960938 312.847656 L 109.066406 312.878906 L 109.171875 312.90625 L 109.28125 312.9375 L 109.492188 313 L 109.601562 313.03125 L 109.8125 313.09375 L 109.921875 313.125 L 110.238281 313.21875 L 110.347656 313.25 L 110.453125 313.277344 L 110.558594 313.308594 L 110.667969 313.339844 L 110.878906 313.402344 L 110.988281 313.433594 L 111.199219 313.496094 L 111.308594 313.527344 L 111.414062 313.554688 L 111.625 313.617188 L 111.734375 313.648438 L 111.945312 313.710938 L 112.054688 313.742188 L 112.265625 313.804688 L 112.375 313.832031 L 112.691406 313.925781 L 112.800781 313.957031 L 113.011719 314.019531 L 113.121094 314.050781 L 113.226562 314.078125 L 113.332031 314.109375 L 113.441406 314.140625 L 113.652344 314.203125 L 113.761719 314.234375 L 113.867188 314.265625 L 113.972656 314.292969 L 114.078125 314.324219 L 114.1875 314.355469 L 114.398438 314.417969 L 114.507812 314.449219 L 114.613281 314.476562 L 114.71875 314.507812 L 114.828125 314.539062 L 115.039062 314.601562 L 115.148438 314.632812 L 115.253906 314.664062 L 115.359375 314.691406 L 115.464844 314.722656 L 115.574219 314.753906 L 115.785156 314.816406 L 115.894531 314.84375 L 116.105469 314.90625 L 116.214844 314.9375 L 116.425781 315 L 116.535156 315.027344 L 116.851562 315.121094 L 116.960938 315.152344 L 117.066406 315.179688 L 117.171875 315.210938 L 117.28125 315.242188 L 117.492188 315.304688 L 117.601562 315.332031 L 117.8125 315.394531 L 117.921875 315.425781 L 118.027344 315.457031 L 118.132812 315.484375 L 118.238281 315.515625 L 118.347656 315.546875 L 118.558594 315.609375 L 118.667969 315.636719 L 118.878906 315.699219 L 118.988281 315.730469 L 119.09375 315.757812 L 119.199219 315.789062 L 119.308594 315.820312 L 119.519531 315.882812 L 119.625 315.910156 L 119.734375 315.941406 L 119.945312 316.003906 L 120.054688 316.03125 L 120.265625 316.09375 L 120.375 316.125 L 120.480469 316.152344 L 120.691406 316.214844 L 120.800781 316.246094 L 120.90625 316.273438 L 121.011719 316.304688 L 121.121094 316.335938 L 121.226562 316.367188 L 121.332031 316.394531 L 121.441406 316.425781 L 121.652344 316.488281 L 121.761719 316.515625 L 122.078125 316.609375 L 122.1875 316.636719 L 122.398438 316.699219 L 122.507812 316.726562 L 122.71875 316.789062 L 122.828125 316.820312 L 122.933594 316.847656 L 123.039062 316.878906 L 123.148438 316.910156 L 123.253906 316.9375 L 123.464844 317 L 123.574219 317.03125 L 123.679688 317.058594 L 123.785156 317.089844 L 123.894531 317.121094 L 124 317.148438 L 124.105469 317.179688 L 124.214844 317.210938 L 124.320312 317.242188 L 124.425781 317.269531 L 124.535156 317.300781 L 124.640625 317.332031 L 124.746094 317.359375 L 124.851562 317.390625 L 124.960938 317.421875 L 125.066406 317.449219 L 125.171875 317.480469 L 125.28125 317.511719 L 125.386719 317.539062 L 125.492188 317.570312 L 125.601562 317.601562 L 125.707031 317.632812 L 125.8125 317.660156 L 125.921875 317.691406 L 126.027344 317.722656 L 126.132812 317.75 L 126.238281 317.78125 L 126.347656 317.8125 L 126.453125 317.839844 L 126.558594 317.871094 L 126.667969 317.902344 L 126.773438 317.929688 L 126.878906 317.960938 L 126.988281 317.992188 L 127.09375 318.019531 L 127.199219 318.050781 L 127.308594 318.082031 L 127.414062 318.109375 L 127.519531 318.140625 L 127.625 318.167969 L 127.734375 318.199219 L 127.839844 318.230469 L 127.945312 318.257812 L 128.054688 318.289062 L 128.265625 318.351562 L 128.375 318.378906 L 128.691406 318.472656 L 128.800781 318.5 L 129.011719 318.5625 L 129.121094 318.59375 L 129.332031 318.65625 L 129.441406 318.6875 L 129.652344 318.75 L 129.761719 318.777344 L 130.078125 318.871094 L 130.1875 318.90625 L 130.398438 318.96875 L 130.507812 319 L 130.71875 319.0625 L 130.828125 319.09375 L 131.039062 319.15625 L 131.148438 319.191406 L 131.464844 319.285156 L 131.574219 319.316406 L 131.679688 319.351562 L 131.785156 319.382812 L 131.894531 319.414062 L 132 319.449219 L 132.105469 319.480469 L 132.214844 319.511719 L 132.320312 319.546875 L 132.425781 319.578125 L 132.535156 319.609375 L 132.640625 319.644531 L 132.746094 319.675781 L 132.851562 319.710938 L 132.960938 319.742188 L 133.066406 319.777344 L 133.171875 319.808594 L 133.28125 319.84375 L 133.386719 319.875 L 133.492188 319.910156 L 133.601562 319.941406 L 133.8125 320.011719 L 133.921875 320.042969 L 134.027344 320.078125 L 134.132812 320.109375 L 134.238281 320.144531 L 134.347656 320.179688 L 134.453125 320.210938 L 134.558594 320.246094 L 134.667969 320.28125 L 134.773438 320.316406 L 134.878906 320.347656 L 134.988281 320.382812 L 135.199219 320.453125 L 135.308594 320.488281 L 135.414062 320.523438 L 135.519531 320.554688 L 135.625 320.589844 L 135.734375 320.625 L 135.945312 320.695312 L 136.054688 320.730469 L 136.265625 320.800781 L 136.375 320.835938 L 136.691406 320.941406 L 136.800781 320.976562 L 137.011719 321.046875 L 137.121094 321.085938 L 137.332031 321.15625 L 137.441406 321.191406 L 137.652344 321.261719 L 137.761719 321.300781 L 138.078125 321.40625 L 138.1875 321.445312 L 138.398438 321.515625 L 138.507812 321.554688 L 138.71875 321.625 L 138.828125 321.664062 L 139.039062 321.734375 L 139.148438 321.773438 L 139.359375 321.84375 L 139.464844 321.882812 L 139.574219 321.917969 L 139.679688 321.953125 L 139.785156 321.992188 L 139.894531 322.027344 L 140 322.0625 L 140.105469 322.101562 L 140.214844 322.136719 L 140.425781 322.207031 L 140.535156 322.246094 L 140.746094 322.316406 L 140.851562 322.355469 L 140.960938 322.390625 L 141.066406 322.425781 L 141.171875 322.464844 L 141.28125 322.5 L 141.492188 322.570312 L 141.601562 322.609375 L 141.8125 322.679688 L 141.921875 322.71875 L 142.238281 322.824219 L 142.347656 322.863281 L 142.558594 322.933594 L 142.667969 322.972656 L 142.878906 323.042969 L 142.988281 323.078125 L 143.09375 323.117188 L 143.199219 323.152344 L 143.308594 323.1875 L 143.414062 323.222656 L 143.519531 323.261719 L 143.625 323.296875 L 143.734375 323.332031 L 143.839844 323.367188 L 143.945312 323.40625 L 144.054688 323.441406 L 144.160156 323.476562 L 144.265625 323.515625 L 144.375 323.550781 L 144.585938 323.621094 L 144.691406 323.660156 L 144.800781 323.695312 L 145.011719 323.765625 L 145.121094 323.800781 L 145.226562 323.839844 L 145.332031 323.875 L 145.441406 323.910156 L 145.546875 323.945312 L 145.652344 323.984375 L 145.761719 324.019531 L 145.972656 324.089844 L 146.078125 324.128906 L 146.1875 324.164062 L 146.398438 324.234375 L 146.507812 324.273438 L 146.71875 324.34375 L 146.828125 324.378906 L 146.933594 324.414062 L 147.039062 324.453125 L 147.148438 324.488281 L 147.464844 324.59375 L 147.574219 324.632812 L 147.785156 324.703125 L 147.894531 324.738281 L 148 324.773438 L 148.105469 324.8125 L 148.214844 324.847656 L 148.425781 324.917969 L 148.535156 324.953125 L 148.640625 324.992188 L 148.851562 325.0625 L 148.960938 325.097656 L 149.066406 325.132812 L 149.171875 325.171875 L 149.28125 325.207031 L 149.492188 325.277344 L 149.601562 325.3125 L 149.707031 325.351562 L 149.8125 325.386719 L 149.921875 325.421875 L 150.238281 325.527344 L 150.347656 325.566406 L 150.558594 325.636719 L 150.667969 325.671875 L 150.878906 325.742188 L 150.988281 325.78125 L 151.199219 325.851562 L 151.308594 325.886719 L 151.519531 325.957031 L 151.625 325.996094 L 151.734375 326.03125 L 151.945312 326.101562 L 152.054688 326.136719 L 152.265625 326.207031 L 152.375 326.246094 L 152.691406 326.351562 L 152.800781 326.386719 L 153.011719 326.457031 L 153.121094 326.496094 L 153.332031 326.566406 L 153.441406 326.601562 L 153.652344 326.671875 L 153.761719 326.707031 L 153.867188 326.742188 L 153.972656 326.78125 L 154.078125 326.816406 L 154.1875 326.851562 L 154.398438 326.921875 L 154.507812 326.957031 L 154.71875 327.027344 L 154.828125 327.066406 L 155.039062 327.136719 L 155.148438 327.171875 L 155.464844 327.277344 L 155.574219 327.3125 L 155.679688 327.347656 L 155.785156 327.386719 L 155.894531 327.421875 L 156.105469 327.492188 L 156.214844 327.527344 L 156.425781 327.597656 L 156.535156 327.632812 L 156.851562 327.738281 L 156.960938 327.777344 L 157.171875 327.847656 L 157.28125 327.882812 L 157.492188 327.953125 L 157.601562 327.988281 L 157.8125 328.058594 L 157.921875 328.09375 L 158.238281 328.199219 L 158.347656 328.234375 L 158.453125 328.273438 L 158.558594 328.308594 L 158.667969 328.34375 L 158.878906 328.414062 L 158.988281 328.449219 L 159.199219 328.519531 L 159.308594 328.554688 L 159.625 328.660156 L 159.734375 328.695312 L 159.945312 328.765625 L 160.054688 328.800781 L 160.265625 328.871094 L 160.375 328.90625 L 160.480469 328.945312 L 160.691406 329.015625 L 160.800781 329.050781 L 161.011719 329.121094 L 161.121094 329.15625 L 161.332031 329.226562 L 161.441406 329.261719 L 161.652344 329.332031 L 161.761719 329.367188 L 162.078125 329.472656 L 162.1875 329.507812 L 162.398438 329.578125 L 162.507812 329.613281 L 162.71875 329.683594 L 162.828125 329.71875 L 163.039062 329.789062 L 163.148438 329.824219 L 163.464844 329.929688 L 163.574219 329.964844 L 163.785156 330.035156 L 163.894531 330.070312 L 164.105469 330.140625 L 164.214844 330.175781 L 164.425781 330.246094 L 164.535156 330.28125 L 164.851562 330.386719 L 164.960938 330.421875 L 165.171875 330.492188 L 165.28125 330.527344 L 165.492188 330.597656 L 165.601562 330.632812 L 165.8125 330.703125 L 165.921875 330.738281 L 166.238281 330.84375 L 166.347656 330.878906 L 166.453125 330.914062 L 166.558594 330.945312 L 166.667969 330.980469 L 166.878906 331.050781 L 166.988281 331.085938 L 167.199219 331.15625 L 167.308594 331.191406 L 167.625 331.296875 L 167.734375 331.332031 L 167.945312 331.402344 L 168.054688 331.4375 L 168.265625 331.507812 L 168.375 331.542969 L 168.480469 331.578125 L 168.585938 331.609375 L 168.691406 331.644531 L 168.800781 331.679688 L 169.011719 331.75 L 169.121094 331.785156 L 169.332031 331.855469 L 169.441406 331.890625 L 169.652344 331.960938 L 169.761719 331.996094 L 169.972656 332.066406 L 170.078125 332.097656 L 170.1875 332.132812 L 170.398438 332.203125 L 170.507812 332.238281 L 170.71875 332.308594 L 170.828125 332.34375 L 171.039062 332.414062 L 171.148438 332.449219 L 171.253906 332.480469 L 171.464844 332.550781 L 171.574219 332.585938 L 171.785156 332.65625 L 171.894531 332.691406 L 172.105469 332.761719 L 172.214844 332.796875 L 172.320312 332.828125 L 172.425781 332.863281 L 172.535156 332.898438 L 172.851562 333.003906 L 172.960938 333.039062 L 173.066406 333.074219 L 173.171875 333.105469 L 173.28125 333.140625 L 173.492188 333.210938 L 173.601562 333.246094 L 173.8125 333.316406 L 173.921875 333.351562 L 174.027344 333.382812 L 174.238281 333.453125 L 174.347656 333.488281 L 174.558594 333.558594 L 174.667969 333.59375 L 174.773438 333.625 L 174.878906 333.660156 L 174.988281 333.695312 L 175.199219 333.765625 L 175.308594 333.800781 L 175.414062 333.835938 L 175.519531 333.867188 L 175.625 333.902344 L 175.734375 333.9375 L 175.945312 334.007812 L 176.054688 334.042969 L 176.160156 334.078125 L 176.265625 334.109375 L 176.375 334.144531 L 176.691406 334.25 L 176.800781 334.285156 L 176.90625 334.316406 L 177.011719 334.351562 L 177.121094 334.386719 L 177.332031 334.457031 L 177.441406 334.492188 L 177.546875 334.523438 L 177.652344 334.558594 L 177.761719 334.59375 L 177.972656 334.664062 L 178.078125 334.695312 L 178.1875 334.730469 L 178.398438 334.800781 L 178.507812 334.835938 L 178.613281 334.871094 L 178.71875 334.902344 L 178.828125 334.9375 L 179.039062 335.007812 L 179.148438 335.042969 L 179.253906 335.074219 L 179.464844 335.144531 L 179.574219 335.179688 L 179.679688 335.214844 L 179.785156 335.246094 L 179.894531 335.28125 L 180.105469 335.351562 L 180.214844 335.386719 L 180.320312 335.417969 L 180.425781 335.453125 L 180.535156 335.488281 L 180.746094 335.558594 L 180.851562 335.589844 L 180.960938 335.625 L 181.171875 335.695312 L 181.28125 335.726562 L 181.492188 335.796875 L 181.601562 335.832031 L 181.707031 335.867188 L 181.8125 335.898438 L 181.921875 335.933594 L 182.132812 336.003906 L 182.238281 336.035156 L 182.347656 336.070312 L 182.558594 336.140625 L 182.667969 336.171875 L 182.878906 336.242188 L 182.988281 336.277344 L 183.09375 336.3125 L 183.199219 336.34375 L 183.308594 336.378906 L 183.519531 336.449219 L 183.625 336.480469 L 183.734375 336.515625 L 183.945312 336.585938 L 184.054688 336.617188 L 184.265625 336.6875 L 184.375 336.722656 L 184.480469 336.753906 L 184.691406 336.824219 L 184.800781 336.859375 L 184.90625 336.890625 L 185.011719 336.925781 L 185.121094 336.960938 L 185.226562 336.992188 L 185.332031 337.027344 L 185.441406 337.0625 L 185.546875 337.097656 L 185.652344 337.128906 L 185.761719 337.164062 L 185.972656 337.234375 L 186.078125 337.265625 L 186.1875 337.300781 L 186.292969 337.335938 L 186.398438 337.367188 L 186.507812 337.402344 L 186.71875 337.472656 L 186.828125 337.503906 L 187.039062 337.574219 L 187.148438 337.605469 L 187.464844 337.710938 L 187.574219 337.742188 L 187.785156 337.8125 L 187.894531 337.84375 L 188.105469 337.914062 L 188.214844 337.949219 L 188.320312 337.980469 L 188.425781 338.015625 L 188.535156 338.050781 L 188.640625 338.082031 L 188.851562 338.152344 L 188.960938 338.183594 L 189.171875 338.253906 L 189.28125 338.285156 L 189.492188 338.355469 L 189.601562 338.390625 L 189.707031 338.421875 L 189.8125 338.457031 L 189.921875 338.492188 L 190.027344 338.523438 L 190.238281 338.59375 L 190.347656 338.625 L 190.558594 338.695312 L 190.667969 338.726562 L 190.878906 338.796875 L 190.988281 338.828125 L 191.199219 338.898438 L 191.308594 338.929688 L 191.519531 339 L 191.625 339.03125 L 191.734375 339.066406 L 191.839844 339.101562 L 191.945312 339.132812 L 192.054688 339.167969 L 192.160156 339.203125 L 192.265625 339.234375 L 192.375 339.269531 L 192.480469 339.300781 L 192.691406 339.371094 L 192.800781 339.402344 L 193.011719 339.472656 L 193.121094 339.503906 L 193.332031 339.574219 L 193.441406 339.605469 L 193.652344 339.675781 L 193.761719 339.707031 L 193.867188 339.742188 L 193.972656 339.773438 L 194.078125 339.808594 L 194.1875 339.84375 L 194.292969 339.875 L 194.398438 339.910156 L 194.507812 339.945312 L 194.613281 339.976562 L 194.71875 340.011719 L 194.828125 340.042969 L 195.039062 340.113281 L 195.148438 340.144531 L 195.359375 340.214844 L 195.464844 340.246094 L 195.574219 340.28125 L 195.679688 340.3125 L 195.785156 340.347656 L 195.894531 340.382812 L 196 340.414062 L 196.105469 340.449219 L 196.214844 340.480469 L 196.425781 340.550781 L 196.535156 340.582031 L 196.746094 340.652344 L 196.851562 340.683594 L 196.960938 340.71875 L 197.066406 340.75 L 197.171875 340.785156 L 197.28125 340.820312 L 197.386719 340.851562 L 197.492188 340.886719 L 197.601562 340.917969 L 197.707031 340.953125 L 197.8125 340.984375 L 197.921875 341.019531 L 198.027344 341.054688 L 198.132812 341.085938 L 198.238281 341.121094 L 198.347656 341.152344 L 198.558594 341.222656 L 198.667969 341.253906 L 198.773438 341.289062 L 198.878906 341.320312 L 198.988281 341.355469 L 199.09375 341.386719 L 199.199219 341.421875 L 199.308594 341.457031 L 199.414062 341.488281 L 199.519531 341.523438 L 199.625 341.554688 L 199.734375 341.589844 L 199.839844 341.621094 L 199.945312 341.65625 L 200.054688 341.691406 L 200.160156 341.722656 L 200.265625 341.757812 L 200.375 341.789062 L 200.480469 341.824219 L 200.585938 341.855469 L 200.691406 341.890625 L 200.800781 341.925781 L 200.90625 341.957031 L 201.011719 341.992188 L 201.121094 342.023438 L 201.226562 342.058594 L 201.332031 342.089844 L 201.441406 342.125 L 201.546875 342.15625 L 201.652344 342.191406 L 201.761719 342.222656 L 201.972656 342.292969 L 202.078125 342.324219 L 202.1875 342.359375 L 202.292969 342.390625 L 202.398438 342.425781 L 202.507812 342.457031 L 202.613281 342.492188 L 202.71875 342.523438 L 202.828125 342.558594 L 202.933594 342.589844 L 203.039062 342.625 L 203.148438 342.660156 L 203.253906 342.691406 L 203.359375 342.726562 L 203.464844 342.757812 L 203.574219 342.792969 L 203.679688 342.824219 L 203.785156 342.859375 L 203.894531 342.890625 L 204 342.925781 L 204.105469 342.957031 L 204.214844 342.992188 L 204.320312 343.023438 L 204.425781 343.058594 L 204.535156 343.089844 L 204.640625 343.125 L 204.746094 343.15625 L 204.851562 343.191406 L 204.960938 343.222656 L 205.066406 343.257812 L 205.171875 343.289062 L 205.28125 343.324219 L 205.386719 343.355469 L 205.492188 343.390625 L 205.601562 343.421875 L 205.707031 343.457031 L 205.8125 343.488281 L 205.921875 343.523438 L 206.027344 343.554688 L 206.132812 343.589844 L 206.238281 343.621094 L 206.347656 343.65625 L 206.453125 343.6875 L 206.558594 343.722656 L 206.667969 343.753906 L 206.773438 343.789062 L 206.878906 343.820312 L 206.988281 343.855469 L 207.09375 343.886719 L 207.199219 343.921875 L 207.308594 343.953125 L 207.414062 343.988281 L 207.519531 344.019531 L 207.625 344.054688 L 207.734375 344.085938 L 207.839844 344.121094 L 207.945312 344.152344 L 208.054688 344.1875 L 208.160156 344.21875 L 208.265625 344.253906 L 208.375 344.285156 L 208.480469 344.320312 L 208.585938 344.351562 L 208.691406 344.386719 L 208.800781 344.417969 L 208.90625 344.453125 L 209.011719 344.484375 L 209.121094 344.515625 L 209.226562 344.550781 L 209.332031 344.582031 L 209.441406 344.617188 L 209.546875 344.648438 L 209.652344 344.683594 L 209.761719 344.714844 L 209.867188 344.75 L 209.972656 344.78125 L 210.078125 344.816406 L 210.1875 344.847656 L 210.292969 344.882812 L 210.398438 344.914062 L 210.507812 344.945312 L 210.613281 344.980469 L 210.71875 345.011719 L 210.828125 345.046875 L 210.933594 345.078125 L 211.039062 345.113281 L 211.148438 345.144531 L 211.253906 345.179688 L 211.464844 345.242188 L 211.574219 345.277344 L 211.679688 345.308594 L 211.785156 345.34375 L 211.894531 345.375 L 212 345.410156 L 212.105469 345.441406 L 212.214844 345.476562 L 212.425781 345.539062 L 212.535156 345.574219 L 212.640625 345.605469 L 212.746094 345.640625 L 212.851562 345.671875 L 212.960938 345.707031 L 213.171875 345.769531 L 213.28125 345.804688 L 213.386719 345.835938 L 213.492188 345.871094 L 213.601562 345.902344 L 213.707031 345.933594 L 213.8125 345.96875 L 213.921875 346 L 214.027344 346.035156 L 214.132812 346.066406 L 214.238281 346.101562 L 214.347656 346.132812 L 214.453125 346.164062 L 214.558594 346.199219 L 214.667969 346.230469 L 214.773438 346.265625 L 214.878906 346.296875 L 214.988281 346.328125 L 215.09375 346.363281 L 215.199219 346.394531 L 215.308594 346.429688 L 215.519531 346.492188 L 215.625 346.527344 L 215.734375 346.558594 L 215.839844 346.59375 L 215.945312 346.625 L 216.054688 346.65625 L 216.160156 346.691406 L 216.265625 346.722656 L 216.375 346.757812 L 216.585938 346.820312 L 216.691406 346.855469 L 216.800781 346.886719 L 216.90625 346.921875 L 217.011719 346.953125 L 217.121094 346.984375 L 217.226562 347.019531 L 217.332031 347.050781 L 217.441406 347.082031 L 217.546875 347.117188 L 217.652344 347.148438 L 217.761719 347.183594 L 217.972656 347.246094 L 218.078125 347.28125 L 218.1875 347.3125 L 218.292969 347.34375 L 218.398438 347.378906 L 218.507812 347.410156 L 218.613281 347.445312 L 218.71875 347.476562 L 218.828125 347.507812 L 218.933594 347.542969 L 219.039062 347.574219 L 219.148438 347.605469 L 219.253906 347.640625 L 219.464844 347.703125 L 219.574219 347.738281 L 219.679688 347.769531 L 219.785156 347.804688 L 219.894531 347.835938 L 220 347.867188 L 220.105469 347.902344 L 220.214844 347.933594 L 220.320312 347.964844 L 220.425781 348 L 220.535156 348.03125 L 220.640625 348.0625 L 220.746094 348.097656 L 220.851562 348.128906 L 220.960938 348.160156 L 221.066406 348.195312 L 221.171875 348.226562 L 221.28125 348.257812 L 221.386719 348.292969 L 221.492188 348.324219 L 221.601562 348.355469 L 221.707031 348.390625 L 221.8125 348.421875 L 221.921875 348.453125 L 222.027344 348.488281 L 222.238281 348.550781 L 222.347656 348.585938 L 222.558594 348.648438 L 222.667969 348.683594 L 222.878906 348.746094 L 222.988281 348.78125 L 223.199219 348.84375 L 223.308594 348.878906 L 223.519531 348.941406 L 223.625 348.976562 L 223.734375 349.007812 L 223.839844 349.039062 L 223.945312 349.074219 L 224.054688 349.105469 L 224.160156 349.136719 L 224.265625 349.171875 L 224.375 349.203125 L 224.480469 349.234375 L 224.585938 349.269531 L 224.691406 349.300781 L 224.800781 349.332031 L 224.90625 349.363281 L 225.011719 349.398438 L 225.121094 349.429688 L 225.226562 349.460938 L 225.332031 349.496094 L 225.441406 349.527344 L 225.546875 349.558594 L 225.652344 349.59375 L 225.761719 349.625 L 225.972656 349.6875 L 226.078125 349.722656 L 226.1875 349.753906 L 226.292969 349.785156 L 226.398438 349.820312 L 226.507812 349.851562 L 226.71875 349.914062 L 226.828125 349.949219 L 227.039062 350.011719 L 227.148438 350.046875 L 227.464844 350.140625 L 227.574219 350.175781 L 227.785156 350.238281 L 227.894531 350.273438 L 228.105469 350.335938 L 228.214844 350.367188 L 228.320312 350.402344 L 228.425781 350.433594 L 228.535156 350.464844 L 228.640625 350.496094 L 228.746094 350.53125 L 228.851562 350.5625 L 228.960938 350.59375 L 229.066406 350.628906 L 229.171875 350.660156 L 229.28125 350.691406 L 229.386719 350.722656 L 229.492188 350.757812 L 229.601562 350.789062 L 229.8125 350.851562 L 229.921875 350.886719 L 230.238281 350.980469 L 230.347656 351.015625 L 230.558594 351.078125 L 230.667969 351.109375 L 230.773438 351.144531 L 230.878906 351.175781 L 230.988281 351.207031 L 231.09375 351.238281 L 231.199219 351.273438 L 231.308594 351.304688 L 231.519531 351.367188 L 231.625 351.402344 L 231.734375 351.433594 L 231.945312 351.496094 L 232.054688 351.53125 L 232.265625 351.59375 L 232.375 351.625 L 232.480469 351.65625 L 232.585938 351.691406 L 232.691406 351.722656 L 232.800781 351.753906 L 232.90625 351.785156 L 233.011719 351.820312 L 233.121094 351.851562 L 233.332031 351.914062 L 233.441406 351.949219 L 233.652344 352.011719 L 233.761719 352.042969 L 233.867188 352.074219 L 233.972656 352.109375 L 234.078125 352.140625 L 234.1875 352.171875 L 234.398438 352.234375 L 234.507812 352.269531 L 234.71875 352.332031 L 234.828125 352.363281 L 234.933594 352.398438 L 235.039062 352.429688 L 235.148438 352.460938 L 235.359375 352.523438 L 235.464844 352.558594 L 235.574219 352.589844 L 235.785156 352.652344 L 235.894531 352.683594 L 236 352.71875 L 236.105469 352.75 L 236.214844 352.78125 L 236.425781 352.84375 L 236.535156 352.878906 L 236.851562 352.972656 L 236.960938 353.003906 L 237.066406 353.035156 L 237.171875 353.070312 L 237.28125 353.101562 L 237.492188 353.164062 L 237.601562 353.195312 L 237.707031 353.230469 L 237.8125 353.261719 L 237.921875 353.292969 L 238.238281 353.386719 L 238.347656 353.421875 L 238.558594 353.484375 L 238.667969 353.515625 L 238.773438 353.546875 L 238.878906 353.582031 L 238.988281 353.613281 L 239.199219 353.675781 L 239.308594 353.707031 L 239.414062 353.738281 L 239.519531 353.773438 L 239.625 353.804688 L 239.734375 353.835938 L 239.945312 353.898438 L 240.054688 353.929688 L 240.160156 353.964844 L 240.265625 353.996094 L 240.375 354.027344 L 240.691406 354.121094 L 240.800781 354.152344 L 240.90625 354.1875 L 241.011719 354.21875 L 241.121094 354.25 L 241.332031 354.3125 L 241.441406 354.34375 L 241.546875 354.378906 L 241.652344 354.410156 L 241.761719 354.441406 L 242.078125 354.535156 L 242.1875 354.566406 L 242.292969 354.601562 L 242.398438 354.632812 L 242.507812 354.664062 L 242.71875 354.726562 L 242.828125 354.757812 L 243.039062 354.820312 L 243.148438 354.855469 L 243.464844 354.949219 L 243.574219 354.980469 L 243.785156 355.042969 L 243.894531 355.074219 L 244 355.109375 L 244.105469 355.140625 L 244.214844 355.171875 L 244.425781 355.234375 L 244.535156 355.265625 L 244.746094 355.328125 L 244.851562 355.363281 L 244.960938 355.394531 L 245.171875 355.457031 L 245.28125 355.488281 L 245.492188 355.550781 L 245.601562 355.582031 L 245.707031 355.613281 L 245.8125 355.648438 L 245.921875 355.679688 L 246.238281 355.773438 L 246.347656 355.804688 L 246.558594 355.867188 L 246.667969 355.898438 L 246.773438 355.933594 L 246.878906 355.964844 L 246.988281 355.996094 L 247.199219 356.058594 L 247.308594 356.089844 L 247.625 356.183594 L 247.734375 356.214844 L 247.839844 356.246094 L 247.945312 356.28125 L 248.054688 356.3125 L 248.265625 356.375 L 248.375 356.40625 L 248.691406 356.5 L 248.800781 356.53125 L 249.011719 356.59375 L 249.121094 356.625 L 249.226562 356.660156 L 249.332031 356.691406 L 249.441406 356.722656 L 249.652344 356.785156 L 249.761719 356.816406 L 250.078125 356.910156 L 250.1875 356.941406 L 250.398438 357.003906 L 250.507812 357.035156 L 250.613281 357.066406 L 250.71875 357.101562 L 250.828125 357.132812 L 251.039062 357.195312 L 251.148438 357.226562 L 251.464844 357.320312 L 251.574219 357.351562 L 251.785156 357.414062 L 251.894531 357.445312 L 252.105469 357.507812 L 252.214844 357.539062 L 252.425781 357.601562 L 252.535156 357.636719 L 252.851562 357.730469 L 252.960938 357.761719 L 253.171875 357.824219 L 253.28125 357.855469 L 253.492188 357.917969 L 253.601562 357.949219 L 253.8125 358.011719 L 253.921875 358.042969 L 254.238281 358.136719 L 254.347656 358.167969 L 254.558594 358.230469 L 254.667969 358.261719 L 254.878906 358.324219 L 254.988281 358.355469 L 255.199219 358.417969 L 255.308594 358.449219 L 255.414062 358.480469 L 255.519531 358.515625 L 255.625 358.546875 L 255.734375 358.578125 L 255.945312 358.640625 L 256.054688 358.671875 L 256.265625 358.734375 L 256.375 358.765625 L 256.691406 358.859375 L 256.800781 358.890625 L 257.011719 358.953125 L 257.121094 358.984375 L 257.332031 359.046875 L 257.441406 359.078125 L 257.652344 359.140625 L 257.761719 359.171875 L 258.078125 359.265625 L 258.1875 359.296875 L 258.398438 359.359375 L 258.507812 359.390625 L 258.71875 359.453125 L 258.828125 359.484375 L 259.039062 359.546875 L 259.148438 359.578125 L 259.464844 359.671875 L 259.574219 359.703125 L 259.785156 359.765625 L 259.894531 359.796875 L 260.105469 359.859375 L 260.214844 359.890625 L 260.425781 359.953125 L 260.535156 359.984375 L 260.851562 360.078125 L 260.960938 360.105469 L 261.171875 360.167969 L 261.28125 360.199219 L 261.492188 360.261719 L 261.601562 360.292969 L 261.8125 360.355469 L 261.921875 360.386719 L 262.238281 360.480469 L 262.347656 360.511719 L 262.558594 360.574219 L 262.667969 360.605469 L 262.878906 360.667969 L 262.988281 360.699219 L 263.199219 360.761719 L 263.308594 360.792969 L 263.625 360.886719 L 263.734375 360.917969 L 263.839844 360.949219 L 263.945312 360.976562 L 264.054688 361.007812 L 264.265625 361.070312 L 264.375 361.101562 L 264.691406 361.195312 L 264.800781 361.226562 L 265.011719 361.289062 L 265.121094 361.320312 L 265.332031 361.382812 L 265.441406 361.414062 L 265.652344 361.476562 L 265.761719 361.507812 L 265.867188 361.535156 L 266.078125 361.597656 L 266.1875 361.628906 L 266.398438 361.691406 L 266.507812 361.722656 L 266.71875 361.785156 L 266.828125 361.816406 L 267.039062 361.878906 L 267.148438 361.910156 L 267.359375 361.972656 L 267.464844 362 L 267.574219 362.03125 L 267.785156 362.09375 L 267.894531 362.125 L 268.105469 362.1875 L 268.214844 362.21875 L 268.425781 362.28125 L 268.535156 362.3125 L 268.640625 362.34375 L 268.746094 362.371094 L 268.851562 362.402344 L 268.960938 362.433594 L 269.171875 362.496094 L 269.28125 362.527344 L 269.492188 362.589844 L 269.601562 362.621094 L 269.8125 362.683594 L 269.921875 362.710938 L 270.238281 362.804688 L 270.347656 362.835938 L 270.558594 362.898438 L 270.667969 362.929688 L 270.878906 362.992188 L 270.988281 363.019531 L 271.199219 363.082031 L 271.308594 363.113281 L 271.625 363.207031 L 271.734375 363.238281 L 271.839844 363.269531 L 271.945312 363.296875 L 272.054688 363.328125 L 272.265625 363.390625 L 272.375 363.421875 L 272.691406 363.515625 L 272.800781 363.546875 L 272.90625 363.574219 L 273.011719 363.605469 L 273.121094 363.636719 L 273.332031 363.699219 L 273.441406 363.730469 L 273.652344 363.792969 L 273.761719 363.820312 L 274.078125 363.914062 L 274.1875 363.945312 L 274.398438 364.007812 L 274.507812 364.039062 L 274.613281 364.066406 L 274.71875 364.097656 L 274.828125 364.128906 L 275.039062 364.191406 L 275.148438 364.222656 L 275.253906 364.253906 L 275.359375 364.28125 L 275.464844 364.3125 L 275.574219 364.34375 L 275.785156 364.40625 L 275.894531 364.4375 L 276 364.46875 L 276.105469 364.496094 L 276.214844 364.527344 L 276.425781 364.589844 L 276.535156 364.621094 L 276.746094 364.683594 L 276.851562 364.710938 L 276.960938 364.742188 L 277.171875 364.804688 L 277.28125 364.835938 L 277.492188 364.898438 L 277.601562 364.925781 L 277.8125 364.988281 L 277.921875 365.019531 L 278.132812 365.082031 L 278.238281 365.109375 L 278.347656 365.140625 L 278.558594 365.203125 L 278.667969 365.234375 L 278.773438 365.265625 L 278.878906 365.292969 L 278.988281 365.324219 L 279.199219 365.386719 L 279.308594 365.417969 L 279.414062 365.449219 L 279.519531 365.476562 L 279.625 365.507812 L 279.734375 365.539062 L 279.945312 365.601562 L 280.054688 365.632812 L 280.160156 365.660156 L 280.265625 365.691406 L 280.375 365.722656 L 280.691406 365.816406 L 280.800781 365.84375 L 281.011719 365.90625 L 281.121094 365.9375 L 281.226562 365.96875 L 281.332031 365.996094 L 281.441406 366.027344 L 281.652344 366.089844 L 281.761719 366.121094 L 281.867188 366.152344 L 281.972656 366.179688 L 282.078125 366.210938 L 282.1875 366.242188 L 282.398438 366.304688 L 282.507812 366.332031 L 282.71875 366.394531 L 282.828125 366.425781 L 282.933594 366.457031 L 283.039062 366.484375 L 283.148438 366.515625 L 283.464844 366.609375 L 283.574219 366.636719 L 283.785156 366.699219 L 283.894531 366.730469 L 284 366.761719 L 284.105469 366.789062 L 284.214844 366.820312 L 284.425781 366.882812 L 284.535156 366.914062 L 284.640625 366.941406 L 284.851562 367.003906 L 284.960938 367.035156 L 285.066406 367.066406 L 285.171875 367.09375 L 285.28125 367.125 L 285.492188 367.1875 L 285.601562 367.214844 L 285.8125 367.277344 L 285.921875 367.308594 L 286.027344 367.339844 L 286.132812 367.367188 L 286.238281 367.398438 L 286.347656 367.429688 L 286.453125 367.460938 L 286.558594 367.488281 L 286.667969 367.519531 L 286.878906 367.582031 L 286.988281 367.613281 L 287.09375 367.640625 L 287.199219 367.671875 L 287.308594 367.703125 L 287.414062 367.734375 L 287.519531 367.761719 L 287.625 367.792969 L 287.734375 367.824219 L 287.945312 367.886719 L 288.054688 367.914062 L 288.265625 367.976562 L 288.375 368.007812 L 288.480469 368.035156 L 288.691406 368.097656 L 288.800781 368.128906 L 288.90625 368.15625 L 289.011719 368.1875 L 289.121094 368.21875 L 289.226562 368.25 L 289.332031 368.277344 L 289.441406 368.308594 L 289.652344 368.371094 L 289.761719 368.398438 L 290.078125 368.492188 L 290.1875 368.519531 L 290.398438 368.582031 L 290.507812 368.613281 L 290.613281 368.640625 L 290.71875 368.671875 L 290.828125 368.703125 L 290.933594 368.734375 L 291.039062 368.761719 L 291.148438 368.792969 L 291.359375 368.855469 L 291.464844 368.882812 L 291.574219 368.914062 L 291.785156 368.976562 L 291.894531 369.003906 L 292.105469 369.066406 L 292.214844 369.097656 L 292.320312 369.125 L 292.425781 369.15625 L 292.535156 369.1875 L 292.640625 369.21875 L 292.746094 369.246094 L 292.851562 369.277344 L 292.960938 369.308594 L 293.066406 369.339844 L 293.171875 369.367188 L 293.28125 369.398438 L 293.386719 369.429688 L 293.492188 369.457031 L 293.601562 369.488281 L 293.8125 369.550781 L 293.921875 369.578125 L 294.238281 369.671875 L 294.347656 369.699219 L 294.558594 369.761719 L 294.667969 369.789062 L 294.878906 369.851562 L 294.988281 369.882812 L 295.09375 369.910156 L 295.199219 369.941406 L 295.308594 369.972656 L 295.414062 370 L 295.625 370.0625 L 295.734375 370.09375 L 295.839844 370.121094 L 295.945312 370.152344 L 296.054688 370.183594 L 296.160156 370.210938 L 296.265625 370.242188 L 296.375 370.273438 L 296.480469 370.304688 L 296.585938 370.332031 L 296.691406 370.363281 L 296.800781 370.394531 L 296.90625 370.421875 L 297.011719 370.453125 L 297.121094 370.484375 L 297.226562 370.511719 L 297.332031 370.542969 L 297.441406 370.574219 L 297.546875 370.605469 L 297.652344 370.632812 L 297.761719 370.664062 L 297.867188 370.695312 L 297.972656 370.722656 L 298.078125 370.753906 L 298.1875 370.785156 L 298.292969 370.8125 L 298.398438 370.84375 L 298.507812 370.875 L 298.613281 370.90625 L 298.71875 370.933594 L 298.828125 370.964844 L 298.933594 370.996094 L 299.039062 371.023438 L 299.148438 371.054688 L 299.253906 371.085938 L 299.359375 371.113281 L 299.464844 371.144531 L 299.574219 371.175781 L 299.679688 371.203125 L 299.785156 371.234375 L 299.894531 371.265625 L 300 371.296875 L 300.105469 371.324219 L 300.214844 371.355469 L 300.320312 371.386719 L 300.425781 371.414062 L 300.535156 371.445312 L 300.640625 371.476562 L 300.746094 371.503906 L 300.851562 371.535156 L 300.960938 371.566406 L 301.066406 371.59375 L 301.171875 371.625 L 301.28125 371.65625 L 301.386719 371.683594 L 301.492188 371.714844 L 301.601562 371.746094 L 301.707031 371.773438 L 301.8125 371.804688 L 301.921875 371.835938 L 302.027344 371.863281 L 302.238281 371.925781 L 302.347656 371.953125 L 302.558594 372.015625 L 302.667969 372.042969 L 302.878906 372.105469 L 302.988281 372.132812 L 303.199219 372.195312 L 303.308594 372.222656 L 303.519531 372.285156 L 303.625 372.3125 L 303.734375 372.34375 L 303.839844 372.375 L 303.945312 372.402344 L 304.054688 372.433594 L 304.160156 372.464844 L 304.265625 372.492188 L 304.375 372.523438 L 304.480469 372.554688 L 304.585938 372.582031 L 304.691406 372.613281 L 304.800781 372.644531 L 304.90625 372.671875 L 305.011719 372.703125 L 305.121094 372.734375 L 305.226562 372.761719 L 305.332031 372.792969 L 305.441406 372.820312 L 305.652344 372.882812 L 305.761719 372.910156 L 305.972656 372.972656 L 306.078125 373 L 306.1875 373.03125 L 306.292969 373.0625 L 306.398438 373.089844 L 306.507812 373.121094 L 306.613281 373.152344 L 306.71875 373.179688 L 306.828125 373.210938 L 306.933594 373.242188 L 307.039062 373.269531 L 307.148438 373.300781 L 307.253906 373.328125 L 307.464844 373.390625 L 307.574219 373.417969 L 307.785156 373.480469 L 307.894531 373.507812 L 308 373.539062 L 308.105469 373.566406 L 308.214844 373.597656 L 308.320312 373.628906 L 308.425781 373.65625 L 308.535156 373.6875 L 308.640625 373.71875 L 308.746094 373.746094 L 308.851562 373.777344 L 308.960938 373.808594 L 309.066406 373.835938 L 309.171875 373.867188 L 309.28125 373.894531 L 309.492188 373.957031 L 309.601562 373.984375 L 309.8125 374.046875 L 309.921875 374.074219 L 310.027344 374.105469 L 310.132812 374.132812 L 310.238281 374.164062 L 310.347656 374.195312 L 310.453125 374.222656 L 310.558594 374.253906 L 310.667969 374.28125 L 310.878906 374.34375 L 310.988281 374.371094 L 311.199219 374.433594 L 311.308594 374.460938 L 311.414062 374.492188 L 311.519531 374.519531 L 311.625 374.550781 L 311.734375 374.582031 L 311.839844 374.609375 L 311.945312 374.640625 L 312.054688 374.667969 L 312.265625 374.730469 L 312.375 374.757812 L 312.480469 374.789062 L 312.585938 374.816406 L 312.691406 374.847656 L 312.800781 374.878906 L 312.90625 374.90625 L 313.011719 374.9375 L 313.121094 374.964844 L 313.332031 375.027344 L 313.441406 375.054688 L 313.546875 375.085938 L 313.652344 375.113281 L 313.761719 375.144531 L 313.867188 375.175781 L 313.972656 375.203125 L 314.078125 375.234375 L 314.1875 375.261719 L 314.398438 375.324219 L 314.507812 375.351562 L 314.613281 375.382812 L 314.71875 375.410156 L 314.828125 375.441406 L 314.933594 375.472656 L 315.039062 375.5 L 315.148438 375.53125 L 315.253906 375.558594 L 315.359375 375.589844 L 315.464844 375.617188 L 315.574219 375.648438 L 315.679688 375.679688 L 315.785156 375.707031 L 315.894531 375.738281 L 316 375.765625 L 316.105469 375.796875 L 316.214844 375.828125 L 316.320312 375.855469 L 316.425781 375.886719 L 316.535156 375.914062 L 316.640625 375.945312 L 316.746094 375.972656 L 316.851562 376.003906 L 316.960938 376.035156 L 317.066406 376.0625 L 317.171875 376.09375 L 317.28125 376.121094 L 317.386719 376.152344 L 317.492188 376.179688 L 317.601562 376.210938 L 317.707031 376.242188 L 317.8125 376.269531 L 317.921875 376.300781 L 318.027344 376.328125 L 318.132812 376.359375 L 318.238281 376.386719 L 318.347656 376.417969 L 318.453125 376.449219 L 318.558594 376.476562 L 318.667969 376.507812 L 318.773438 376.535156 L 318.878906 376.566406 L 318.988281 376.59375 L 319.199219 376.65625 L 319.308594 376.683594 L 319.414062 376.714844 L 319.519531 376.742188 L 319.625 376.773438 L 319.734375 376.800781 L 319.945312 376.863281 L 320.054688 376.890625 L 320.160156 376.921875 L 320.265625 376.949219 L 320.375 376.980469 L 320.480469 377.007812 L 320.585938 377.039062 L 320.691406 377.066406 L 320.800781 377.097656 L 320.90625 377.128906 L 321.011719 377.15625 L 321.121094 377.1875 L 321.226562 377.214844 L 321.332031 377.246094 L 321.441406 377.273438 L 321.546875 377.304688 L 321.652344 377.332031 L 321.761719 377.363281 L 321.867188 377.390625 L 322.078125 377.453125 L 322.1875 377.480469 L 322.292969 377.511719 L 322.398438 377.539062 L 322.507812 377.570312 L 322.613281 377.597656 L 322.71875 377.628906 L 322.828125 377.65625 L 322.933594 377.6875 L 323.039062 377.714844 L 323.148438 377.746094 L 323.253906 377.777344 L 323.359375 377.804688 L 323.464844 377.835938 L 323.574219 377.863281 L 323.679688 377.894531 L 323.785156 377.921875 L 323.894531 377.953125 L 324 377.980469 L 324.105469 378.011719 L 324.214844 378.039062 L 324.320312 378.070312 L 324.425781 378.097656 L 324.535156 378.128906 L 324.640625 378.160156 L 324.746094 378.1875 L 324.851562 378.21875 L 324.960938 378.246094 L 325.066406 378.277344 L 325.171875 378.304688 L 325.28125 378.335938 L 325.386719 378.363281 L 325.492188 378.394531 L 325.601562 378.421875 L 325.707031 378.453125 L 325.8125 378.480469 L 325.921875 378.511719 L 326.027344 378.539062 L 326.132812 378.570312 L 326.238281 378.597656 L 326.347656 378.628906 L 326.453125 378.65625 L 326.558594 378.6875 L 326.667969 378.71875 L 326.773438 378.746094 L 326.878906 378.777344 L 326.988281 378.804688 L 327.09375 378.835938 L 327.199219 378.863281 L 327.308594 378.894531 L 327.414062 378.921875 L 327.519531 378.953125 L 327.625 378.980469 L 327.734375 379.011719 L 327.839844 379.039062 L 327.945312 379.070312 L 328.054688 379.097656 L 328.160156 379.128906 L 328.265625 379.15625 L 328.375 379.1875 L 328.480469 379.214844 L 328.585938 379.246094 L 328.691406 379.273438 L 328.800781 379.304688 L 328.90625 379.332031 L 329.011719 379.363281 L 329.121094 379.390625 L 329.226562 379.421875 L 329.332031 379.449219 L 329.441406 379.480469 L 329.546875 379.507812 L 329.652344 379.539062 L 329.761719 379.566406 L 329.867188 379.597656 L 329.972656 379.625 L 330.078125 379.65625 L 330.1875 379.683594 L 330.292969 379.714844 L 330.398438 379.742188 L 330.507812 379.773438 L 330.613281 379.800781 L 330.71875 379.832031 L 330.828125 379.859375 L 330.933594 379.890625 L 331.039062 379.917969 L 331.148438 379.949219 L 331.253906 379.976562 L 331.359375 380.007812 L 331.464844 380.035156 L 331.574219 380.066406 L 331.679688 380.09375 L 331.785156 380.125 L 331.894531 380.152344 L 332 380.183594 L 332.105469 380.210938 L 332.214844 380.242188 L 332.320312 380.269531 L 332.425781 380.300781 L 332.535156 380.328125 L 332.640625 380.359375 L 332.746094 380.386719 L 332.851562 380.417969 L 332.960938 380.445312 L 333.066406 380.476562 L 333.171875 380.503906 L 333.28125 380.535156 L 333.386719 380.5625 L 333.492188 380.59375 L 333.601562 380.621094 L 333.707031 380.652344 L 333.8125 380.679688 L 333.921875 380.710938 L 334.027344 380.738281 L 334.132812 380.769531 L 334.238281 380.796875 L 334.347656 380.824219 L 334.453125 380.855469 L 334.558594 380.882812 L 334.667969 380.914062 L 334.773438 380.941406 L 334.878906 380.972656 L 334.988281 381 L 335.09375 381.03125 L 335.199219 381.058594 L 335.308594 381.089844 L 335.414062 381.117188 L 335.519531 381.148438 L 335.625 381.175781 L 335.734375 381.207031 L 335.839844 381.234375 L 335.945312 381.265625 L 336.054688 381.292969 L 336.160156 381.324219 L 336.265625 381.351562 L 336.375 381.378906 L 336.480469 381.410156 L 336.585938 381.4375 L 336.691406 381.46875 L 336.800781 381.496094 L 336.90625 381.527344 L 337.011719 381.554688 L 337.121094 381.585938 L 337.226562 381.613281 L 337.332031 381.644531 L 337.441406 381.671875 L 337.546875 381.703125 L 337.652344 381.730469 L 337.761719 381.761719 L 337.972656 381.816406 L 338.078125 381.847656 L 338.1875 381.875 L 338.292969 381.90625 L 338.398438 381.933594 L 338.507812 381.964844 L 338.613281 381.992188 L 338.71875 382.023438 L 338.828125 382.050781 L 338.933594 382.082031 L 339.039062 382.109375 L 339.148438 382.136719 L 339.253906 382.167969 L 339.359375 382.195312 L 339.464844 382.226562 L 339.574219 382.253906 L 339.679688 382.285156 L 339.785156 382.3125 L 339.894531 382.34375 L 340 382.371094 L 340.105469 382.402344 L 340.214844 382.429688 L 340.320312 382.457031 L 340.425781 382.488281 L 340.535156 382.515625 L 340.640625 382.546875 L 340.746094 382.574219 L 340.851562 382.605469 L 340.960938 382.632812 L 341.066406 382.664062 L 341.171875 382.691406 L 341.28125 382.71875 L 341.386719 382.75 L 341.492188 382.777344 L 341.601562 382.808594 L 341.707031 382.835938 L 341.8125 382.867188 L 341.921875 382.894531 L 342.027344 382.925781 L 342.238281 382.980469 L 342.347656 383.011719 L 342.453125 383.039062 L 342.558594 383.070312 L 342.667969 383.097656 L 342.773438 383.128906 L 342.878906 383.15625 L 342.988281 383.183594 L 343.09375 383.214844 L 343.199219 383.242188 L 343.308594 383.273438 L 343.414062 383.300781 L 343.519531 383.332031 L 343.625 383.359375 L 343.734375 383.390625 L 343.945312 383.445312 L 344.054688 383.476562 L 344.160156 383.503906 L 344.265625 383.535156 L 344.375 383.5625 L 344.480469 383.59375 L 344.691406 383.648438 L 344.800781 383.679688 L 344.90625 383.707031 L 345.011719 383.738281 L 345.121094 383.765625 L 345.226562 383.792969 L 345.332031 383.824219 L 345.441406 383.851562 L 345.546875 383.882812 L 345.652344 383.910156 L 345.761719 383.941406 L 345.972656 383.996094 L 346.078125 384.027344 L 346.1875 384.054688 L 346.292969 384.085938 L 346.398438 384.113281 L 346.507812 384.144531 L 346.71875 384.199219 L 346.828125 384.230469 L 346.933594 384.257812 L 347.039062 384.289062 L 347.148438 384.316406 L 347.253906 384.34375 L 347.359375 384.375 L 347.464844 384.402344 L 347.574219 384.433594 L 347.679688 384.460938 L 347.785156 384.492188 L 347.894531 384.519531 L 348 384.546875 L 348.105469 384.578125 L 348.214844 384.605469 L 348.320312 384.636719 L 348.425781 384.664062 L 348.535156 384.691406 L 348.640625 384.722656 L 348.746094 384.75 L 348.851562 384.78125 L 348.960938 384.808594 L 349.066406 384.835938 L 349.171875 384.867188 L 349.28125 384.894531 L 349.386719 384.925781 L 349.492188 384.953125 L 349.601562 384.980469 L 349.707031 385.011719 L 349.8125 385.039062 L 349.921875 385.070312 L 350.132812 385.125 L 350.238281 385.15625 L 350.347656 385.183594 L 350.453125 385.214844 L 350.558594 385.242188 L 350.667969 385.269531 L 350.773438 385.300781 L 350.878906 385.328125 L 350.988281 385.359375 L 351.199219 385.414062 L 351.308594 385.445312 L 351.414062 385.472656 L 351.519531 385.503906 L 351.625 385.53125 L 351.734375 385.558594 L 351.839844 385.589844 L 351.945312 385.617188 L 352.054688 385.648438 L 352.265625 385.703125 L 352.375 385.734375 L 352.480469 385.761719 L 352.585938 385.792969 L 352.691406 385.820312 L 352.800781 385.847656 L 352.90625 385.878906 L 353.011719 385.90625 L 353.121094 385.933594 L 353.226562 385.964844 L 353.332031 385.992188 L 353.441406 386.023438 L 353.652344 386.078125 L 353.761719 386.109375 L 353.867188 386.136719 L 353.972656 386.167969 L 354.078125 386.195312 L 354.1875 386.222656 L 354.292969 386.253906 L 354.398438 386.28125 L 354.507812 386.308594 L 354.613281 386.339844 L 354.71875 386.367188 L 354.828125 386.398438 L 355.039062 386.453125 L 355.148438 386.484375 L 355.359375 386.539062 L 355.464844 386.570312 L 355.574219 386.597656 L 355.679688 386.628906 L 355.785156 386.65625 L 355.894531 386.683594 L 356 386.714844 L 356.105469 386.742188 L 356.214844 386.769531 L 356.320312 386.800781 L 356.425781 386.828125 L 356.535156 386.859375 L 356.746094 386.914062 L 356.851562 386.945312 L 356.960938 386.972656 L 357.066406 387 L 357.171875 387.03125 L 357.28125 387.058594 L 357.386719 387.089844 L 357.492188 387.117188 L 357.601562 387.144531 L 357.707031 387.175781 L 357.8125 387.203125 L 357.921875 387.230469 L 358.027344 387.261719 L 358.132812 387.289062 L 358.238281 387.320312 L 358.347656 387.347656 L 358.453125 387.375 L 358.558594 387.40625 L 358.667969 387.433594 L 358.773438 387.460938 L 358.878906 387.492188 L 358.988281 387.519531 L 359.09375 387.546875 L 359.199219 387.578125 L 359.308594 387.605469 L 359.414062 387.632812 L 359.519531 387.664062 L 359.625 387.691406 L 359.734375 387.722656 L 359.945312 387.777344 L 360.054688 387.808594 L 360.265625 387.863281 L 360.375 387.894531 L 360.585938 387.949219 L 360.691406 387.980469 L 360.800781 388.007812 L 360.90625 388.035156 L 361.011719 388.066406 L 361.121094 388.09375 L 361.226562 388.125 L 361.332031 388.152344 L 361.441406 388.179688 L 361.546875 388.210938 L 361.652344 388.238281 L 361.761719 388.265625 L 361.867188 388.296875 L 362.078125 388.351562 L 362.1875 388.382812 L 362.398438 388.4375 L 362.507812 388.46875 L 362.71875 388.523438 L 362.828125 388.554688 L 363.039062 388.609375 L 363.148438 388.640625 L 363.359375 388.695312 L 363.464844 388.726562 L 363.574219 388.753906 L 363.679688 388.78125 L 363.785156 388.8125 L 363.894531 388.839844 L 364 388.871094 L 364.105469 388.898438 L 364.214844 388.925781 L 364.320312 388.957031 L 364.425781 388.984375 L 364.535156 389.011719 L 364.640625 389.042969 L 364.851562 389.097656 L 364.960938 389.128906 L 365.171875 389.183594 L 365.28125 389.214844 L 365.492188 389.269531 L 365.601562 389.300781 L 365.8125 389.355469 L 365.921875 389.386719 L 366.132812 389.441406 L 366.238281 389.472656 L 366.347656 389.5 L 366.453125 389.527344 L 366.558594 389.558594 L 366.667969 389.585938 L 366.773438 389.613281 L 366.878906 389.644531 L 366.988281 389.671875 L 367.09375 389.699219 L 367.199219 389.730469 L 367.308594 389.757812 L 367.519531 389.8125 L 367.625 389.84375 L 367.734375 389.871094 L 367.839844 389.898438 L 367.945312 389.929688 L 368.054688 389.957031 L 368.160156 389.984375 L 368.265625 390.015625 L 368.375 390.042969 L 368.480469 390.070312 L 368.585938 390.101562 L 368.691406 390.128906 L 368.800781 390.15625 L 368.90625 390.1875 L 369.011719 390.214844 L 369.121094 390.242188 L 369.226562 390.273438 L 369.332031 390.300781 L 369.441406 390.328125 L 369.546875 390.359375 L 369.652344 390.386719 L 369.761719 390.414062 L 369.867188 390.445312 L 370.078125 390.5 L 370.1875 390.527344 L 370.292969 390.558594 L 370.398438 390.585938 L 370.507812 390.613281 L 370.613281 390.644531 L 370.71875 390.671875 L 370.828125 390.699219 L 370.933594 390.730469 L 371.039062 390.757812 L 371.148438 390.785156 L 371.253906 390.816406 L 371.464844 390.871094 L 371.574219 390.902344 L 371.785156 390.957031 L 371.894531 390.984375 L 372 391.015625 L 372.105469 391.042969 L 372.214844 391.070312 L 372.320312 391.101562 L 372.425781 391.128906 L 372.535156 391.15625 L 372.640625 391.1875 L 372.851562 391.242188 L 372.960938 391.273438 L 373.171875 391.328125 L 373.28125 391.355469 L 373.386719 391.386719 L 373.492188 391.414062 L 373.601562 391.441406 L 373.707031 391.472656 L 373.8125 391.5 L 373.921875 391.527344 L 374.027344 391.558594 L 374.238281 391.613281 L 374.347656 391.640625 L 374.453125 391.671875 L 374.558594 391.699219 L 374.667969 391.726562 L 374.773438 391.757812 L 374.878906 391.785156 L 374.988281 391.8125 L 375.09375 391.84375 L 375.199219 391.871094 L 375.308594 391.898438 L 375.414062 391.925781 L 375.519531 391.957031 L 375.625 391.984375 L 375.734375 392.011719 L 375.839844 392.042969 L 375.945312 392.070312 L 376.054688 392.097656 L 376.160156 392.128906 L 376.265625 392.15625 L 376.375 392.183594 L 376.480469 392.210938 L 376.585938 392.242188 L 376.691406 392.269531 L 376.800781 392.296875 L 376.90625 392.328125 L 377.011719 392.355469 L 377.121094 392.382812 L 377.226562 392.410156 L 377.332031 392.441406 L 377.441406 392.46875 L 377.546875 392.496094 L 377.652344 392.527344 L 377.761719 392.554688 L 377.972656 392.609375 L 378.078125 392.640625 L 378.1875 392.667969 L 378.292969 392.695312 L 378.398438 392.726562 L 378.507812 392.753906 L 378.71875 392.808594 L 378.828125 392.839844 L 379.039062 392.894531 L 379.148438 392.925781 L 379.464844 393.007812 L 379.574219 393.039062 L 379.785156 393.09375 L 379.894531 393.125 L 380.105469 393.179688 L 380.214844 393.207031 L 380.320312 393.238281 L 380.425781 393.265625 L 380.535156 393.292969 L 380.640625 393.320312 L 380.746094 393.351562 L 380.851562 393.378906 L 380.960938 393.40625 L 381.066406 393.4375 L 381.171875 393.464844 L 381.28125 393.492188 L 381.386719 393.519531 L 381.492188 393.550781 L 381.601562 393.578125 L 381.707031 393.605469 L 381.8125 393.636719 L 381.921875 393.664062 L 382.132812 393.71875 L 382.238281 393.75 L 382.347656 393.777344 L 382.558594 393.832031 L 382.667969 393.863281 L 382.878906 393.917969 L 382.988281 393.949219 L 383.199219 394.003906 L 383.308594 394.03125 L 383.414062 394.0625 L 383.625 394.117188 L 383.734375 394.144531 L 383.839844 394.175781 L 383.945312 394.203125 L 384.054688 394.230469 L 384.160156 394.257812 L 384.265625 394.289062 L 384.375 394.316406 L 384.585938 394.371094 L 384.691406 394.402344 L 384.800781 394.429688 L 384.90625 394.457031 L 385.011719 394.488281 L 385.121094 394.515625 L 385.332031 394.570312 L 385.441406 394.601562 L 385.652344 394.65625 L 385.761719 394.683594 L 385.867188 394.714844 L 386.078125 394.769531 L 386.1875 394.796875 L 386.292969 394.828125 L 386.398438 394.855469 L 386.507812 394.882812 L 386.613281 394.910156 L 386.71875 394.941406 L 386.828125 394.96875 L 387.039062 395.023438 L 387.148438 395.054688 L 387.464844 395.136719 L 387.574219 395.167969 L 387.785156 395.222656 L 387.894531 395.253906 L 388.105469 395.308594 L 388.214844 395.335938 L 388.320312 395.367188 L 388.425781 395.394531 L 388.535156 395.421875 L 388.640625 395.449219 L 388.746094 395.480469 L 388.851562 395.507812 L 388.960938 395.535156 L 389.066406 395.5625 L 389.171875 395.59375 L 389.28125 395.621094 L 389.492188 395.675781 L 389.601562 395.707031 L 389.8125 395.761719 L 389.921875 395.789062 L 390.027344 395.820312 L 390.238281 395.875 L 390.347656 395.902344 L 390.453125 395.929688 L 390.558594 395.960938 L 390.667969 395.988281 L 390.878906 396.042969 L 390.988281 396.074219 L 391.199219 396.128906 L 391.308594 396.15625 L 391.414062 396.1875 L 391.625 396.242188 L 391.734375 396.269531 L 391.839844 396.300781 L 391.945312 396.328125 L 392.054688 396.355469 L 392.160156 396.382812 L 392.265625 396.414062 L 392.375 396.441406 L 392.585938 396.496094 L 392.691406 396.527344 L 392.800781 396.554688 L 393.011719 396.609375 L 393.121094 396.640625 L 393.332031 396.695312 L 393.441406 396.722656 L 393.546875 396.75 L 393.652344 396.78125 L 393.761719 396.808594 L 393.972656 396.863281 L 394.078125 396.894531 L 394.1875 396.921875 L 394.398438 396.976562 L 394.507812 397.007812 L 394.71875 397.0625 L 394.828125 397.089844 L 394.933594 397.121094 L 395.039062 397.148438 L 395.148438 397.175781 L 395.359375 397.230469 L 395.464844 397.261719 L 395.574219 397.289062 L 395.785156 397.34375 L 395.894531 397.375 L 396.105469 397.429688 L 396.214844 397.457031 L 396.320312 397.484375 L 396.425781 397.515625 L 396.535156 397.542969 L 396.746094 397.597656 L 396.851562 397.628906 L 396.960938 397.65625 L 397.171875 397.710938 L 397.28125 397.742188 L 397.492188 397.796875 L 397.601562 397.824219 L 397.707031 397.851562 L 397.8125 397.882812 L 397.921875 397.910156 L 398.132812 397.964844 L 398.238281 397.996094 L 398.347656 398.023438 L 398.558594 398.078125 L 398.667969 398.105469 L 398.773438 398.136719 L 398.878906 398.164062 L 398.988281 398.191406 L 399.09375 398.21875 L 399.199219 398.25 L 399.308594 398.277344 L 399.625 398.359375 L 399.734375 398.390625 L 399.945312 398.445312 L 400.054688 398.472656 L 400.160156 398.503906 L 400.265625 398.53125 L 400.375 398.558594 L 400.585938 398.613281 L 400.691406 398.644531 L 400.800781 398.671875 L 401.011719 398.726562 L 401.121094 398.753906 L 401.226562 398.785156 L 401.332031 398.8125 L 401.441406 398.839844 L 401.546875 398.867188 L 401.652344 398.898438 L 401.761719 398.925781 L 402.078125 399.007812 L 402.1875 399.039062 L 402.398438 399.09375 L 402.507812 399.121094 L 402.613281 399.148438 L 402.71875 399.179688 L 402.828125 399.207031 L 403.039062 399.261719 L 403.148438 399.289062 L 403.253906 399.320312 L 403.464844 399.375 L 403.574219 399.402344 L 403.679688 399.433594 L 403.785156 399.460938 L 403.894531 399.488281 L 404.105469 399.542969 L 404.214844 399.574219 L 404.425781 399.628906 L 404.535156 399.65625 L 404.640625 399.683594 L 404.746094 399.714844 L 404.851562 399.742188 L 404.960938 399.769531 L 405.171875 399.824219 L 405.28125 399.855469 L 405.492188 399.910156 L 405.601562 399.9375 L 405.707031 399.964844 L 405.8125 399.996094 L 405.921875 400.023438 L 406.238281 400.105469 L 406.347656 400.136719 L 406.558594 400.191406 L 406.667969 400.21875 L 406.773438 400.246094 L 406.878906 400.277344 L 406.988281 400.304688 L 407.199219 400.359375 L 407.308594 400.386719 L 407.414062 400.417969 L 407.625 400.472656 L 407.734375 400.5 L 407.839844 400.527344 L 407.945312 400.558594 L 408.054688 400.585938 L 408.265625 400.640625 L 408.375 400.667969 L 408.480469 400.699219 L 408.691406 400.753906 L 408.800781 400.78125 L 408.90625 400.808594 L 409.011719 400.839844 L 409.121094 400.867188 L 409.332031 400.921875 L 409.441406 400.949219 L 409.546875 400.980469 L 409.652344 401.007812 L 409.761719 401.035156 L 409.972656 401.089844 L 410.078125 401.121094 L 410.1875 401.148438 L 410.398438 401.203125 L 410.507812 401.230469 L 410.613281 401.257812 L 410.71875 401.289062 L 410.828125 401.316406 L 411.039062 401.371094 L 411.148438 401.398438 L 411.253906 401.429688 L 411.464844 401.484375 L 411.574219 401.511719 L 411.679688 401.539062 L 411.785156 401.570312 L 411.894531 401.597656 L 412.105469 401.652344 L 412.214844 401.679688 L 412.320312 401.710938 L 412.425781 401.738281 L 412.535156 401.765625 L 412.851562 401.847656 L 412.960938 401.878906 L 413.171875 401.933594 L 413.28125 401.960938 L 413.386719 401.988281 L 413.492188 402.019531 L 413.601562 402.046875 L 413.8125 402.101562 L 413.921875 402.128906 L 414.027344 402.15625 L 414.132812 402.1875 L 414.238281 402.214844 L 414.347656 402.242188 L 414.558594 402.296875 L 414.667969 402.328125 L 414.878906 402.382812 L 414.988281 402.410156 L 415.09375 402.4375 L 415.199219 402.46875 L 415.308594 402.496094 L 415.625 402.578125 L 415.734375 402.605469 L 415.839844 402.636719 L 415.945312 402.664062 L 416.054688 402.691406 L 416.265625 402.746094 L 416.375 402.773438 L 416.480469 402.804688 L 416.691406 402.859375 L 416.800781 402.886719 L 416.90625 402.914062 L 417.011719 402.945312 L 417.121094 402.972656 L 417.332031 403.027344 L 417.441406 403.054688 L 417.546875 403.082031 L 417.652344 403.113281 L 417.761719 403.140625 L 418.078125 403.222656 L 418.1875 403.25 L 418.292969 403.28125 L 418.398438 403.308594 L 418.507812 403.335938 L 418.71875 403.390625 L 418.828125 403.421875 L 419.039062 403.476562 L 419.148438 403.503906 L 419.359375 403.558594 L 419.464844 403.589844 L 419.574219 403.617188 L 419.785156 403.671875 L 419.894531 403.699219 L 420 403.726562 L 420.105469 403.757812 L 420.214844 403.785156 L 420.425781 403.839844 L 420.535156 403.867188 L 420.640625 403.894531 L 420.746094 403.925781 L 420.851562 403.953125 L 420.960938 403.980469 L 421.171875 404.035156 L 421.28125 404.0625 L 421.386719 404.09375 L 421.492188 404.121094 L 421.601562 404.148438 L 421.8125 404.203125 L 421.921875 404.230469 L 422.027344 404.261719 L 422.238281 404.316406 L 422.347656 404.34375 L 422.453125 404.371094 L 422.558594 404.402344 L 422.667969 404.429688 L 422.878906 404.484375 L 422.988281 404.511719 L 423.199219 404.566406 L 423.308594 404.597656 L 423.625 404.679688 L 423.734375 404.707031 L 423.839844 404.734375 L 423.945312 404.765625 L 424.054688 404.792969 L 424.265625 404.847656 L 424.375 404.875 L 424.480469 404.902344 L 424.585938 404.933594 L 424.691406 404.960938 L 424.800781 404.988281 L 425.011719 405.042969 L 425.121094 405.070312 L 425.226562 405.101562 L 425.332031 405.128906 L 425.441406 405.15625 L 425.652344 405.210938 L 425.761719 405.238281 L 425.867188 405.269531 L 426.078125 405.324219 L 426.1875 405.351562 L 426.398438 405.40625 L 426.507812 405.4375 L 426.71875 405.492188 L 426.828125 405.519531 L 427.039062 405.574219 L 427.148438 405.605469 L 427.464844 405.6875 L 427.574219 405.714844 L 427.785156 405.769531 L 427.894531 405.800781 L 428.105469 405.855469 L 428.214844 405.882812 L 428.425781 405.9375 L 428.535156 405.96875 L 428.851562 406.050781 L 428.960938 406.078125 L 429.171875 406.132812 L 429.28125 406.164062 L 429.492188 406.21875 L 429.601562 406.246094 L 429.8125 406.300781 L 429.921875 406.332031 L 430.238281 406.414062 L 430.347656 406.441406 L 430.558594 406.496094 L 430.667969 406.527344 L 430.878906 406.582031 L 430.988281 406.609375 L 431.199219 406.664062 L 431.308594 406.695312 L 431.625 406.777344 L 431.734375 406.804688 L 431.945312 406.859375 L 432.054688 406.890625 L 432.265625 406.945312 L 432.375 406.972656 L 432.585938 407.027344 L 432.691406 407.058594 L 432.800781 407.085938 L 433.011719 407.140625 L 433.121094 407.167969 L 433.332031 407.222656 L 433.441406 407.253906 L 433.652344 407.308594 L 433.761719 407.335938 L 434.078125 407.417969 L 434.1875 407.449219 L 434.398438 407.503906 L 434.507812 407.53125 L 434.71875 407.585938 L 434.828125 407.617188 L 435.039062 407.671875 L 435.148438 407.699219 L 435.464844 407.78125 L 435.574219 407.8125 L 435.785156 407.867188 L 435.894531 407.894531 L 436.105469 407.949219 L 436.214844 407.976562 L 436.320312 408.007812 L 436.425781 408.035156 L 436.535156 408.0625 L 436.851562 408.144531 L 436.960938 408.171875 L 437.066406 408.203125 L 437.171875 408.230469 L 437.28125 408.257812 L 437.492188 408.3125 L 437.601562 408.339844 L 437.707031 408.367188 L 437.8125 408.398438 L 437.921875 408.425781 L 438.238281 408.507812 L 438.347656 408.535156 L 438.453125 408.5625 L 438.558594 408.59375 L 438.667969 408.621094 L 438.878906 408.675781 L 438.988281 408.703125 L 439.199219 408.757812 L 439.308594 408.789062 L 439.625 408.871094 L 439.734375 408.898438 L 439.945312 408.953125 L 440.054688 408.984375 L 440.265625 409.039062 L 440.375 409.066406 L 440.691406 409.148438 L 440.800781 409.179688 L 441.011719 409.234375 L 441.121094 409.261719 L 441.332031 409.316406 L 441.441406 409.34375 L 441.546875 409.375 L 441.652344 409.402344 L 441.761719 409.429688 L 442.078125 409.511719 L 442.1875 409.539062 L 442.292969 409.570312 L 442.398438 409.597656 L 442.507812 409.625 L 442.71875 409.679688 L 442.828125 409.707031 L 443.039062 409.761719 L 443.148438 409.792969 L 443.464844 409.875 L 443.574219 409.902344 L 443.785156 409.957031 L 443.894531 409.988281 L 444.105469 410.042969 L 444.214844 410.070312 L 444.425781 410.125 L 444.535156 410.152344 L 444.640625 410.183594 L 444.851562 410.238281 L 444.960938 410.265625 L 445.171875 410.320312 L 445.28125 410.347656 L 445.386719 410.375 L 445.492188 410.40625 L 445.601562 410.433594 L 445.8125 410.488281 L 445.921875 410.515625 L 446.132812 410.570312 L 446.238281 410.601562 L 446.347656 410.628906 L 446.558594 410.683594 L 446.667969 410.710938 L 446.878906 410.765625 L 446.988281 410.792969 L 447.09375 410.824219 L 447.199219 410.851562 L 447.308594 410.878906 L 447.625 410.960938 L 447.734375 410.988281 L 447.839844 411.019531 L 447.945312 411.046875 L 448.054688 411.074219 L 448.265625 411.128906 L 448.375 411.15625 L 448.585938 411.210938 L 448.691406 411.242188 L 448.800781 411.269531 L 449.011719 411.324219 L 449.121094 411.351562 L 449.332031 411.40625 L 449.441406 411.4375 L 449.652344 411.492188 L 449.761719 411.519531 L 450.078125 411.601562 L 450.1875 411.628906 L 450.292969 411.660156 L 450.398438 411.6875 L 450.507812 411.714844 L 450.71875 411.769531 L 450.828125 411.796875 L 450.933594 411.824219 L 451.039062 411.855469 L 451.148438 411.882812 L 451.464844 411.964844 L 451.574219 411.992188 L 451.785156 412.046875 L 451.894531 412.078125 L 452.105469 412.132812 L 452.214844 412.160156 L 452.425781 412.214844 L 452.535156 412.242188 L 452.640625 412.269531 L 452.746094 412.300781 L 452.851562 412.328125 L 452.960938 412.355469 L 453.171875 412.410156 L 453.28125 412.4375 L 453.492188 412.492188 L 453.601562 412.523438 L 453.8125 412.578125 L 453.921875 412.605469 L 454.238281 412.6875 L 454.347656 412.71875 L 454.558594 412.773438 L 454.667969 412.800781 L 454.878906 412.855469 L 454.988281 412.882812 L 455.09375 412.910156 L 455.199219 412.941406 L 455.308594 412.96875 L 455.625 413.050781 L 455.734375 413.078125 L 455.945312 413.132812 L 456.054688 413.164062 L 456.265625 413.21875 L 456.375 413.246094 L 456.691406 413.328125 L 456.800781 413.355469 L 456.90625 413.386719 L 457.011719 413.414062 L 457.121094 413.441406 L 457.332031 413.496094 L 457.441406 413.523438 L 457.652344 413.578125 L 457.761719 413.609375 L 458.078125 413.691406 L 458.1875 413.71875 L 458.398438 413.773438 "/>< path style="fill:none;stroke-width:0.75;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 74.398438 430.558594 L 447.734375 430.558594 "/>< path style="fill:none;stroke-width:0.75;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 74.398438 430.558594 L 74.398438 437.761719 "/>< path style="fill:none;stroke-width:0.75;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 127.734375 430.558594 L 127.734375 437.761719 "/>< path style="fill:none;stroke-width:0.75;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 181.066406 430.558594 L 181.066406 437.761719 "/>< path style="fill:none;stroke-width:0.75;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 234.398438 430.558594 L 234.398438 437.761719 "/>< path style="fill:none;stroke-width:0.75;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 287.734375 430.558594 L 287.734375 437.761719 "/>< path style="fill:none;stroke-width:0.75;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 341.066406 430.558594 L 341.066406 437.761719 "/>< path style="fill:none;stroke-width:0.75;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 394.398438 430.558594 L 394.398438 437.761719 "/>< path style="fill:none;stroke-width:0.75;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 447.734375 430.558594 L 447.734375 437.761719 "/>< g style="fill:rgb(0%,0%,0%);fill-opacity:1;"> < use xlink:href="#glyph0-4" x="70.898438" y="456.256836"/>< g style="fill:rgb(0%,0%,0%);fill-opacity:1;"> < use xlink:href="#glyph0-5" x="124.234375" y="456.256836"/>< g style="fill:rgb(0%,0%,0%);fill-opacity:1;"> < use xlink:href="#glyph0-6" x="174.066406" y="456.256836"/> < use xlink:href="#glyph0-4" x="180.738281" y="456.256836"/>< g style="fill:rgb(0%,0%,0%);fill-opacity:1;"> < use xlink:href="#glyph0-6" x="227.398438" y="456.256836"/> < use xlink:href="#glyph0-5" x="234.070312" y="456.256836"/>< g style="fill:rgb(0%,0%,0%);fill-opacity:1;"> < use xlink:href="#glyph0-7" x="280.734375" y="456.256836"/> < use xlink:href="#glyph0-4" x="287.40625" y="456.256836"/>< g style="fill:rgb(0%,0%,0%);fill-opacity:1;"> < use xlink:href="#glyph0-7" x="334.066406" y="456.256836"/> < use xlink:href="#glyph0-5" x="340.738281" y="456.256836"/>< g style="fill:rgb(0%,0%,0%);fill-opacity:1;"> < use xlink:href="#glyph0-8" x="387.398438" y="456.256836"/> < use xlink:href="#glyph0-4" x="394.070312" y="456.256836"/>< g style="fill:rgb(0%,0%,0%);fill-opacity:1;"> < use xlink:href="#glyph0-8" x="440.734375" y="456.256836"/> < use xlink:href="#glyph0-5" x="447.40625" y="456.256836"/>< path style="fill:none;stroke-width:0.75;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 59.039062 416.800781 L 59.039062 104.203125 "/>< path style="fill:none;stroke-width:0.75;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 59.039062 416.800781 L 51.839844 416.800781 "/>< path style="fill:none;stroke-width:0.75;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 59.039062 364.699219 L 51.839844 364.699219 "/>< path style="fill:none;stroke-width:0.75;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 59.039062 312.601562 L 51.839844 312.601562 "/>< path style="fill:none;stroke-width:0.75;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 59.039062 260.5 L 51.839844 260.5 "/>< path style="fill:none;stroke-width:0.75;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 59.039062 208.402344 L 51.839844 208.402344 "/>< path style="fill:none;stroke-width:0.75;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 59.039062 156.304688 L 51.839844 156.304688 "/>< path style="fill:none;stroke-width:0.75;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 59.039062 104.203125 L 51.839844 104.203125 "/>< g style="fill:rgb(0%,0%,0%);fill-opacity:1;"> < use xlink:href="#glyph1-1" x="41.538086" y="420.300781"/>< g style="fill:rgb(0%,0%,0%);fill-opacity:1;"> < use xlink:href="#glyph1-2" x="41.538086" y="381.699219"/> < use xlink:href="#glyph1-1" x="41.538086" y="375.027344"/> < use xlink:href="#glyph1-1" x="41.538086" y="368.355469"/> < use xlink:href="#glyph1-1" x="41.538086" y="361.683594"/> < use xlink:href="#glyph1-1" x="41.538086" y="355.011719"/>< g style="fill:rgb(0%,0%,0%);fill-opacity:1;"> < use xlink:href="#glyph1-3" x="41.538086" y="329.601562"/> < use xlink:href="#glyph1-1" x="41.538086" y="322.929688"/> < use xlink:href="#glyph1-1" x="41.538086" y="316.257812"/> < use xlink:href="#glyph1-1" x="41.538086" y="309.585938"/> < use xlink:href="#glyph1-1" x="41.538086" y="302.914062"/>< g style="fill:rgb(0%,0%,0%);fill-opacity:1;"> < use xlink:href="#glyph1-4" x="41.538086" y="277.5"/> < use xlink:href="#glyph1-1" x="41.538086" y="270.828125"/> < use xlink:href="#glyph1-1" x="41.538086" y="264.15625"/> < use xlink:href="#glyph1-1" x="41.538086" y="257.484375"/> < use xlink:href="#glyph1-1" x="41.538086" y="250.8125"/>< g style="fill:rgb(0%,0%,0%);fill-opacity:1;"> < use xlink:href="#glyph1-5" x="41.538086" y="225.402344"/> < use xlink:href="#glyph1-1" x="41.538086" y="218.730469"/> < use xlink:href="#glyph1-1" x="41.538086" y="212.058594"/> < use xlink:href="#glyph1-1" x="41.538086" y="205.386719"/> < use xlink:href="#glyph1-1" x="41.538086" y="198.714844"/>< g style="fill:rgb(0%,0%,0%);fill-opacity:1;"> < use xlink:href="#glyph1-6" x="41.538086" y="173.304688"/> < use xlink:href="#glyph1-1" x="41.538086" y="166.632812"/> < use xlink:href="#glyph1-1" x="41.538086" y="159.960938"/> < use xlink:href="#glyph1-1" x="41.538086" y="153.289062"/> < use xlink:href="#glyph1-1" x="41.538086" y="146.617188"/>< g style="fill:rgb(0%,0%,0%);fill-opacity:1;"> < use xlink:href="#glyph1-7" x="41.538086" y="121.203125"/> < use xlink:href="#glyph1-1" x="41.538086" y="114.53125"/> < use xlink:href="#glyph1-1" x="41.538086" y="107.859375"/> < use xlink:href="#glyph1-1" x="41.538086" y="101.1875"/> < use xlink:href="#glyph1-1" x="41.538086" y="94.515625"/>< g style="fill:rgb(0%,0%,0%);fill-opacity:1;"> < use xlink:href="#glyph2-1" x="26.757812" y="302.300781"/> < use xlink:href="#glyph2-2" x="26.757812" y="294.505859"/> < use xlink:href="#glyph2-3" x="26.757812" y="288.50293"/> < use xlink:href="#glyph2-4" x="26.757812" y="279.508789"/> < use xlink:href="#glyph2-5" x="26.757812" y="273.505859"/> < use xlink:href="#glyph2-6" x="26.757812" y="267.50293"/> < use xlink:href="#glyph2-7" x="26.757812" y="263.907227"/> < use xlink:href="#glyph2-8" x="26.757813" y="260.905273"/> < use xlink:href="#glyph2-9" x="26.757813" y="254.902344"/> < use xlink:href="#glyph2-7" x="26.757813" y="251.900391"/> < use xlink:href="#glyph2-10" x="26.757813" y="248.898438"/> < use xlink:href="#glyph2-11" x="26.757813" y="242.895508"/> < use xlink:href="#glyph2-12" x="26.757813" y="237.49707"/> < use xlink:href="#glyph2-13" x="26.757813" y="234.495117"/> < use xlink:href="#glyph2-14" x="26.757813" y="232.098633"/> < use xlink:href="#glyph2-5" x="26.757813" y="226.916016"/> < use xlink:href="#glyph2-7" x="26.757813" y="220.913086"/> < use xlink:href="#glyph2-12" x="26.757813" y="217.911133"/> < use xlink:href="#glyph2-6" x="26.757813" y="214.90918"/> < use xlink:href="#glyph2-8" x="26.757813" y="211.367188"/> < use xlink:href="#glyph2-8" x="26.757813" y="205.364258"/> < use xlink:href="#glyph2-15" x="26.757813" y="199.361328"/> < use xlink:href="#glyph2-16" x="26.757813" y="193.358398"/>< g clip-path="url(#clip1)" clip-rule="nonzero">< path style=" stroke:none;fill-rule:nonzero;fill:rgb(100%,100%,100%);fill-opacity:1;" d="M 408.71875 59.039062 L 473.757812 59.039062 L 473.757812 102.238281 L 408.71875 102.238281 Z M 408.71875 59.039062 "/>< g clip-path="url(#clip2)" clip-rule="nonzero">< path style="fill:none;stroke-width:0.75;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 408.71875 59.039062 L 473.757812 59.039062 L 473.757812 102.238281 L 408.71875 102.238281 Z M 408.71875 59.039062 "/>< path style="fill:none;stroke-width:0.75;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(0%,0%,100%);stroke-opacity:1;stroke-miterlimit:10;" d="M 411.960938 73.441406 L 433.558594 73.441406 "/>< path style="fill:none;stroke-width:0.75;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(100%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 411.960938 87.839844 L 433.558594 87.839844 "/>< g style="fill:rgb(0%,0%,0%);fill-opacity:1;"> < use xlink:href="#glyph0-2" x="444.359375" y="78.217773"/> < use xlink:href="#glyph0-9" x="451.03125" y="78.217773"/> < use xlink:href="#glyph0-10" x="461.027344" y="78.217773"/>< g style="fill:rgb(0%,0%,0%);fill-opacity:1;"> < use xlink:href="#glyph0-11" x="444.359375" y="92.616211"/> < use xlink:href="#glyph0-2" x="447.023438" y="92.616211"/> < use xlink:href="#glyph0-12" x="453.695312" y="92.616211"/>< path style="fill-rule:nonzero;fill:rgb(0%,0%,100%);fill-opacity:1;stroke-width:0.75;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(0%,0%,100%);stroke-opacity:1;stroke-miterlimit:10;" d="M 77.101562 416.800781 C 77.101562 420.398438 71.699219 420.398438 71.699219 416.800781 C 71.699219 413.199219 77.101562 413.199219 77.101562 416.800781 "/>< path style="fill-rule:nonzero;fill:rgb(0%,0%,100%);fill-opacity:1;stroke-width:0.75;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(0%,0%,100%);stroke-opacity:1;stroke-miterlimit:10;" d="M 87.765625 141.511719 C 87.765625 145.113281 82.367188 145.113281 82.367188 141.511719 C 82.367188 137.910156 87.765625 137.910156 87.765625 141.511719 "/>< path style="fill-rule:nonzero;fill:rgb(0%,0%,100%);fill-opacity:1;stroke-width:0.75;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(0%,0%,100%);stroke-opacity:1;stroke-miterlimit:10;" d="M 98.433594 151.378906 C 98.433594 154.980469 93.035156 154.980469 93.035156 151.378906 C 93.035156 147.78125 98.433594 147.78125 98.433594 151.378906 "/>< path style="fill-rule:nonzero;fill:rgb(0%,0%,100%);fill-opacity:1;stroke-width:0.75;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(0%,0%,100%);stroke-opacity:1;stroke-miterlimit:10;" d="M 119.765625 124.882812 C 119.765625 128.480469 114.367188 128.480469 114.367188 124.882812 C 114.367188 121.28125 119.765625 121.28125 119.765625 124.882812 "/>< path style="fill-rule:nonzero;fill:rgb(0%,0%,100%);fill-opacity:1;stroke-width:0.75;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(0%,0%,100%);stroke-opacity:1;stroke-miterlimit:10;" d="M 130.433594 136.769531 C 130.433594 140.371094 125.035156 140.371094 125.035156 136.769531 C 125.035156 133.171875 130.433594 133.171875 130.433594 136.769531 "/>< path style="fill-rule:nonzero;fill:rgb(0%,0%,100%);fill-opacity:1;stroke-width:0.75;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(0%,0%,100%);stroke-opacity:1;stroke-miterlimit:10;" d="M 141.101562 72.136719 C 141.101562 75.734375 135.699219 75.734375 135.699219 72.136719 C 135.699219 68.535156 141.101562 68.535156 141.101562 72.136719 "/>< path style="fill-rule:nonzero;fill:rgb(0%,0%,100%);fill-opacity:1;stroke-width:0.75;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(0%,0%,100%);stroke-opacity:1;stroke-miterlimit:10;" d="M 151.765625 76.851562 C 151.765625 80.449219 146.367188 80.449219 146.367188 76.851562 C 146.367188 73.25 151.765625 73.25 151.765625 76.851562 "/>< path style="fill-rule:nonzero;fill:rgb(0%,0%,100%);fill-opacity:1;stroke-width:0.75;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(0%,0%,100%);stroke-opacity:1;stroke-miterlimit:10;" d="M 162.433594 81.394531 C 162.433594 84.996094 157.035156 84.996094 157.035156 81.394531 C 157.035156 77.792969 162.433594 77.792969 162.433594 81.394531 "/>< path style="fill-rule:nonzero;fill:rgb(0%,0%,100%);fill-opacity:1;stroke-width:0.75;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(0%,0%,100%);stroke-opacity:1;stroke-miterlimit:10;" d="M 173.101562 89.230469 C 173.101562 92.828125 167.699219 92.828125 167.699219 89.230469 C 167.699219 85.628906 173.101562 85.628906 173.101562 89.230469 "/>< path style="fill-rule:nonzero;fill:rgb(0%,0%,100%);fill-opacity:1;stroke-width:0.75;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(0%,0%,100%);stroke-opacity:1;stroke-miterlimit:10;" d="M 183.765625 92.015625 C 183.765625 95.617188 178.367188 95.617188 178.367188 92.015625 C 178.367188 88.417969 183.765625 88.417969 183.765625 92.015625 "/>< path style="fill-rule:nonzero;fill:rgb(0%,0%,100%);fill-opacity:1;stroke-width:0.75;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(0%,0%,100%);stroke-opacity:1;stroke-miterlimit:10;" d="M 194.433594 96.882812 C 194.433594 100.484375 189.035156 100.484375 189.035156 96.882812 C 189.035156 93.285156 194.433594 93.285156 194.433594 96.882812 "/>< path style="fill-rule:nonzero;fill:rgb(0%,0%,100%);fill-opacity:1;stroke-width:0.75;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(0%,0%,100%);stroke-opacity:1;stroke-miterlimit:10;" d="M 205.101562 100.726562 C 205.101562 104.328125 199.699219 104.328125 199.699219 100.726562 C 199.699219 97.128906 205.101562 97.128906 205.101562 100.726562 "/>< path style="fill-rule:nonzero;fill:rgb(0%,0%,100%);fill-opacity:1;stroke-width:0.75;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(0%,0%,100%);stroke-opacity:1;stroke-miterlimit:10;" d="M 215.765625 106.554688 C 215.765625 110.152344 210.367188 110.152344 210.367188 106.554688 C 210.367188 102.953125 215.765625 102.953125 215.765625 106.554688 "/>< path style="fill-rule:nonzero;fill:rgb(0%,0%,100%);fill-opacity:1;stroke-width:0.75;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(0%,0%,100%);stroke-opacity:1;stroke-miterlimit:10;" d="M 226.433594 107.617188 C 226.433594 111.214844 221.035156 111.214844 221.035156 107.617188 C 221.035156 104.015625 226.433594 104.015625 226.433594 107.617188 "/>< path style="fill-rule:nonzero;fill:rgb(0%,0%,100%);fill-opacity:1;stroke-width:0.75;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(0%,0%,100%);stroke-opacity:1;stroke-miterlimit:10;" d="M 237.101562 108.992188 C 237.101562 112.589844 231.699219 112.589844 231.699219 108.992188 C 231.699219 105.390625 237.101562 105.390625 237.101562 108.992188 "/>< path style="fill-rule:nonzero;fill:rgb(0%,0%,100%);fill-opacity:1;stroke-width:0.75;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(0%,0%,100%);stroke-opacity:1;stroke-miterlimit:10;" d="M 247.765625 110.566406 C 247.765625 114.164062 242.367188 114.164062 242.367188 110.566406 C 242.367188 106.964844 247.765625 106.964844 247.765625 110.566406 "/>< path style="fill-rule:nonzero;fill:rgb(0%,0%,100%);fill-opacity:1;stroke-width:0.75;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(0%,0%,100%);stroke-opacity:1;stroke-miterlimit:10;" d="M 258.433594 113.601562 C 258.433594 117.203125 253.035156 117.203125 253.035156 113.601562 C 253.035156 110.003906 258.433594 110.003906 258.433594 113.601562 "/>< path style="fill-rule:nonzero;fill:rgb(0%,0%,100%);fill-opacity:1;stroke-width:0.75;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(0%,0%,100%);stroke-opacity:1;stroke-miterlimit:10;" d="M 269.101562 118.484375 C 269.101562 122.082031 263.699219 122.082031 263.699219 118.484375 C 263.699219 114.882812 269.101562 114.882812 269.101562 118.484375 "/>< path style="fill-rule:nonzero;fill:rgb(0%,0%,100%);fill-opacity:1;stroke-width:0.75;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(0%,0%,100%);stroke-opacity:1;stroke-miterlimit:10;" d="M 279.765625 121.703125 C 279.765625 125.304688 274.367188 125.304688 274.367188 121.703125 C 274.367188 118.101562 279.765625 118.101562 279.765625 121.703125 "/>< path style="fill-rule:nonzero;fill:rgb(0%,0%,100%);fill-opacity:1;stroke-width:0.75;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(0%,0%,100%);stroke-opacity:1;stroke-miterlimit:10;" d="M 290.433594 131.335938 C 290.433594 134.9375 285.035156 134.9375 285.035156 131.335938 C 285.035156 127.738281 290.433594 127.738281 290.433594 131.335938 "/>< path style="fill-rule:nonzero;fill:rgb(0%,0%,100%);fill-opacity:1;stroke-width:0.75;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(0%,0%,100%);stroke-opacity:1;stroke-miterlimit:10;" d="M 301.101562 128.648438 C 301.101562 132.25 295.699219 132.25 295.699219 128.648438 C 295.699219 125.046875 301.101562 125.046875 301.101562 128.648438 "/>< path style="fill-rule:nonzero;fill:rgb(0%,0%,100%);fill-opacity:1;stroke-width:0.75;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(0%,0%,100%);stroke-opacity:1;stroke-miterlimit:10;" d="M 311.765625 131.316406 C 311.765625 134.914062 306.367188 134.914062 306.367188 131.316406 C 306.367188 127.714844 311.765625 127.714844 311.765625 131.316406 "/>< path style="fill-rule:nonzero;fill:rgb(0%,0%,100%);fill-opacity:1;stroke-width:0.75;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(0%,0%,100%);stroke-opacity:1;stroke-miterlimit:10;" d="M 322.433594 135.265625 C 322.433594 138.863281 317.035156 138.863281 317.035156 135.265625 C 317.035156 131.664062 322.433594 131.664062 322.433594 135.265625 "/>< path style="fill-rule:nonzero;fill:rgb(0%,0%,100%);fill-opacity:1;stroke-width:0.75;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(0%,0%,100%);stroke-opacity:1;stroke-miterlimit:10;" d="M 333.101562 135.785156 C 333.101562 139.386719 327.699219 139.386719 327.699219 135.785156 C 327.699219 132.1875 333.101562 132.1875 333.101562 135.785156 "/>< path style="fill-rule:nonzero;fill:rgb(0%,0%,100%);fill-opacity:1;stroke-width:0.75;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(0%,0%,100%);stroke-opacity:1;stroke-miterlimit:10;" d="M 343.765625 138.863281 C 343.765625 142.464844 338.367188 142.464844 338.367188 138.863281 C 338.367188 135.265625 343.765625 135.265625 343.765625 138.863281 "/>< path style="fill-rule:nonzero;fill:rgb(0%,0%,100%);fill-opacity:1;stroke-width:0.75;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(0%,0%,100%);stroke-opacity:1;stroke-miterlimit:10;" d="M 354.433594 140.296875 C 354.433594 143.898438 349.035156 143.898438 349.035156 140.296875 C 349.035156 136.699219 354.433594 136.699219 354.433594 140.296875 "/>< path style="fill-rule:nonzero;fill:rgb(0%,0%,100%);fill-opacity:1;stroke-width:0.75;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(0%,0%,100%);stroke-opacity:1;stroke-miterlimit:10;" d="M 365.101562 141.695312 C 365.101562 145.292969 359.699219 145.292969 359.699219 141.695312 C 359.699219 138.09375 365.101562 138.09375 365.101562 141.695312 "/>< path style="fill-rule:nonzero;fill:rgb(0%,0%,100%);fill-opacity:1;stroke-width:0.75;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(0%,0%,100%);stroke-opacity:1;stroke-miterlimit:10;" d="M 375.765625 142.054688 C 375.765625 145.652344 370.367188 145.652344 370.367188 142.054688 C 370.367188 138.453125 375.765625 138.453125 375.765625 142.054688 "/>< path style="fill-rule:nonzero;fill:rgb(0%,0%,100%);fill-opacity:1;stroke-width:0.75;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(0%,0%,100%);stroke-opacity:1;stroke-miterlimit:10;" d="M 386.433594 142.714844 C 386.433594 146.316406 381.035156 146.316406 381.035156 142.714844 C 381.035156 139.113281 386.433594 139.113281 386.433594 142.714844 "/>< path style="fill-rule:nonzero;fill:rgb(0%,0%,100%);fill-opacity:1;stroke-width:0.75;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(0%,0%,100%);stroke-opacity:1;stroke-miterlimit:10;" d="M 397.101562 143.242188 C 397.101562 146.839844 391.699219 146.839844 391.699219 143.242188 C 391.699219 139.640625 397.101562 139.640625 397.101562 143.242188 "/>< path style="fill-rule:nonzero;fill:rgb(0%,0%,100%);fill-opacity:1;stroke-width:0.75;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(0%,0%,100%);stroke-opacity:1;stroke-miterlimit:10;" d="M 407.765625 143.476562 C 407.765625 147.074219 402.367188 147.074219 402.367188 143.476562 C 402.367188 139.875 407.765625 139.875 407.765625 143.476562 "/>< path style="fill-rule:nonzero;fill:rgb(0%,0%,100%);fill-opacity:1;stroke-width:0.75;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(0%,0%,100%);stroke-opacity:1;stroke-miterlimit:10;" d="M 418.433594 144.300781 C 418.433594 147.898438 413.035156 147.898438 413.035156 144.300781 C 413.035156 140.699219 418.433594 140.699219 418.433594 144.300781 "/>< path style="fill-rule:nonzero;fill:rgb(0%,0%,100%);fill-opacity:1;stroke-width:0.75;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(0%,0%,100%);stroke-opacity:1;stroke-miterlimit:10;" d="M 429.101562 145.074219 C 429.101562 148.675781 423.699219 148.675781 423.699219 145.074219 C 423.699219 141.476562 429.101562 141.476562 429.101562 145.074219 "/>< path style="fill-rule:nonzero;fill:rgb(0%,0%,100%);fill-opacity:1;stroke-width:0.75;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(0%,0%,100%);stroke-opacity:1;stroke-miterlimit:10;" d="M 439.765625 145.074219 C 439.765625 148.675781 434.367188 148.675781 434.367188 145.074219 C 434.367188 141.476562 439.765625 141.476562 439.765625 145.074219 "/>< path style="fill-rule:nonzero;fill:rgb(0%,0%,100%);fill-opacity:1;stroke-width:0.75;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(0%,0%,100%);stroke-opacity:1;stroke-miterlimit:10;" d="M 450.433594 145.074219 C 450.433594 148.675781 445.035156 148.675781 445.035156 145.074219 C 445.035156 141.476562 450.433594 141.476562 450.433594 145.074219 "/>< path style="fill-rule:nonzero;fill:rgb(0%,0%,100%);fill-opacity:1;stroke-width:0.75;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(0%,0%,100%);stroke-opacity:1;stroke-miterlimit:10;" d="M 461.101562 145.152344 C 461.101562 148.753906 455.699219 148.753906 455.699219 145.152344 C 455.699219 141.554688 461.101562 141.554688 461.101562 145.152344 "/>< path style="fill-rule:nonzero;fill:rgb(100%,0%,0%);fill-opacity:1;stroke-width:0.75;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(100%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 77.101562 304.785156 C 77.101562 308.386719 71.699219 308.386719 71.699219 304.785156 C 71.699219 301.1875 77.101562 301.1875 77.101562 304.785156 "/>< path style="fill-rule:nonzero;fill:rgb(100%,0%,0%);fill-opacity:1;stroke-width:0.75;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(100%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 461.101562 416.800781 C 461.101562 420.398438 455.699219 420.398438 455.699219 416.800781 C 455.699219 413.199219 461.101562 413.199219 461.101562 416.800781 "/>
< svg titlexmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="504px" height="504px" viewBox="0 0 504 504" version="1.1">Model with parameters fitted by fitOdeModel < defs>< g>< symbol overflow="visible" id="glyph0-0">< path style="stroke:none;" d=""/>< symbol overflow="visible" id="glyph0-1">< path style="stroke:none;" d="M 8.140625 -4.515625 C 8.140625 -7.21875 6.65625 -9.015625 4.4375 -9.015625 L 0.921875 -9.015625 L 0.921875 0 L 4.4375 0 C 6.640625 0 8.140625 -1.78125 8.140625 -4.515625 Z M 6.75 -4.5 C 6.75 -2.296875 5.96875 -1.25 4.25 -1.25 L 2.3125 -1.25 L 2.3125 -7.765625 L 4.25 -7.765625 C 5.96875 -7.765625 6.75 -6.734375 6.75 -4.5 Z M 6.75 -4.5 "/>< symbol overflow="visible" id="glyph0-2">< path style="stroke:none;" d="M 6.546875 -0.15625 L 6.546875 -1.078125 C 6.3125 -1.015625 6.265625 -1.015625 6.203125 -1.015625 C 5.859375 -1.015625 5.796875 -1.0625 5.796875 -1.375 L 5.796875 -4.890625 C 5.796875 -6 4.84375 -6.734375 3.296875 -6.734375 C 1.78125 -6.734375 0.703125 -6.015625 0.640625 -4.421875 L 1.90625 -4.421875 C 2 -5.328125 2.328125 -5.546875 3.265625 -5.546875 C 4.15625 -5.546875 4.53125 -5.34375 4.53125 -4.734375 L 4.53125 -4.46875 C 4.53125 -4.0625 4.421875 -4.015625 3.625 -3.90625 C 2.203125 -3.734375 1.984375 -3.6875 1.609375 -3.53125 C 0.875 -3.234375 0.359375 -2.53125 0.359375 -1.765625 C 0.359375 -0.625 1.296875 0.1875 2.5625 0.1875 C 3.375 0.1875 4.25 -0.1875 4.625 -0.59375 C 4.671875 -0.390625 5.25 0.078125 5.734375 0.078125 C 5.9375 0.078125 6.09375 0.0625 6.546875 -0.046875 Z M 4.53125 -2.296875 C 4.53125 -1.40625 3.75 -0.953125 2.78125 -0.953125 C 2 -0.953125 1.6875 -1.109375 1.6875 -1.78125 C 1.6875 -2.453125 1.984375 -2.609375 3.0625 -2.765625 C 4.109375 -2.90625 4.328125 -2.953125 4.53125 -3.03125 Z M 4.53125 -2.296875 "/>< symbol overflow="visible" id="glyph0-3">< path style="stroke:none;" d="M 5.734375 -6.546875 L 4.5625 -6.546875 L 2.765625 -1.53125 L 3.046875 -1.53125 L 1.390625 -6.546875 L 0.046875 -6.546875 L 2.21875 -0.109375 L 1.84375 0.890625 C 1.671875 1.328125 1.609375 1.375 1.171875 1.375 C 1.03125 1.375 0.859375 1.34375 0.5 1.265625 L 0.5 2.40625 C 0.75 2.53125 1.0625 2.609375 1.3125 2.609375 C 2.03125 2.609375 2.734375 2.09375 3.078125 1.1875 L 5.921875 -6.546875 Z M 5.734375 -6.546875 "/>< symbol overflow="visible" id="glyph0-4">< path style="stroke:none;" d="M 6.21875 -4.21875 C 6.21875 -7.171875 5.140625 -8.765625 3.296875 -8.765625 C 1.46875 -8.765625 0.375 -7.15625 0.375 -4.296875 C 0.375 -1.421875 1.46875 0.1875 3.296875 0.1875 C 5.09375 0.1875 6.21875 -1.421875 6.21875 -4.21875 Z M 4.859375 -4.3125 C 4.859375 -1.90625 4.453125 -0.953125 3.28125 -0.953125 C 2.15625 -0.953125 1.734375 -1.953125 1.734375 -4.28125 C 1.734375 -6.609375 2.15625 -7.578125 3.296875 -7.578125 C 4.4375 -7.578125 4.859375 -6.59375 4.859375 -4.3125 Z M 4.859375 -4.3125 "/>< symbol overflow="visible" id="glyph0-5">< path style="stroke:none;" d="M 6.28125 -2.953125 C 6.28125 -4.625 5.046875 -5.875 3.40625 -5.875 C 2.8125 -5.875 2.21875 -5.671875 2.015625 -5.515625 L 2.28125 -7.28125 L 5.84375 -7.28125 L 5.84375 -8.59375 L 1.203125 -8.59375 L 0.515625 -3.875 L 1.71875 -3.875 C 2.25 -4.5 2.5625 -4.671875 3.21875 -4.671875 C 4.359375 -4.671875 4.9375 -4.0625 4.9375 -2.8125 C 4.9375 -1.578125 4.375 -1.015625 3.21875 -1.015625 C 2.296875 -1.015625 1.859375 -1.359375 1.578125 -2.453125 L 0.25 -2.453125 C 0.625 -0.625 1.734375 0.1875 3.234375 0.1875 C 4.953125 0.1875 6.28125 -1.15625 6.28125 -2.953125 Z M 6.28125 -2.953125 "/>< symbol overflow="visible" id="glyph0-6">< path style="stroke:none;" d="M 4.296875 -0.125 L 4.296875 -8.765625 L 3.359375 -8.765625 C 2.953125 -7.328125 2.859375 -7.28125 1.078125 -7.0625 L 1.078125 -6.0625 L 2.96875 -6.0625 L 2.96875 0 L 4.296875 0 Z M 4.296875 -0.125 "/>< symbol overflow="visible" id="glyph0-7">< path style="stroke:none;" d="M 6.265625 -6.140625 C 6.265625 -7.578125 5.015625 -8.765625 3.40625 -8.765625 C 1.671875 -8.765625 0.515625 -7.75 0.453125 -5.5625 L 1.78125 -5.5625 C 1.875 -7.109375 2.328125 -7.578125 3.375 -7.578125 C 4.328125 -7.578125 4.90625 -7.03125 4.90625 -6.125 C 4.90625 -5.453125 4.546875 -4.96875 3.796875 -4.53125 L 2.6875 -3.90625 C 0.90625 -2.90625 0.359375 -2 0.25 0 L 6.203125 0 L 6.203125 -1.3125 L 1.75 -1.3125 C 1.84375 -1.875 2.1875 -2.21875 3.234375 -2.828125 L 4.421875 -3.484375 C 5.609375 -4.109375 6.265625 -5.09375 6.265625 -6.140625 Z M 6.265625 -6.140625 "/>< symbol overflow="visible" id="glyph0-8">< path style="stroke:none;" d="M 6.203125 -2.609375 C 6.203125 -3.640625 5.65625 -4.375 4.625 -4.71875 L 4.625 -4.453125 C 5.421875 -4.765625 5.953125 -5.453125 5.953125 -6.296875 C 5.953125 -7.765625 4.84375 -8.765625 3.234375 -8.765625 C 1.515625 -8.765625 0.453125 -7.703125 0.421875 -5.765625 L 1.75 -5.765625 C 1.78125 -7.15625 2.15625 -7.578125 3.234375 -7.578125 C 4.171875 -7.578125 4.59375 -7.15625 4.59375 -6.265625 C 4.59375 -5.359375 4.34375 -5.109375 2.515625 -5.109375 L 2.515625 -3.953125 L 3.234375 -3.953125 C 4.390625 -3.953125 4.84375 -3.546875 4.84375 -2.59375 C 4.84375 -1.53125 4.328125 -1.015625 3.234375 -1.015625 C 2.078125 -1.015625 1.640625 -1.46875 1.5625 -2.828125 L 0.234375 -2.828125 C 0.375 -0.796875 1.453125 0.1875 3.1875 0.1875 C 4.9375 0.1875 6.203125 -1 6.203125 -2.609375 Z M 6.203125 -2.609375 "/>< symbol overflow="visible" id="glyph0-9">< path style="stroke:none;" d="M 9.25 -0.125 L 9.25 -4.84375 C 9.25 -5.96875 8.5 -6.734375 7.3125 -6.734375 C 6.484375 -6.734375 5.875 -6.4375 5.40625 -5.875 C 5.109375 -6.40625 4.515625 -6.734375 3.703125 -6.734375 C 2.859375 -6.734375 2.203125 -6.390625 1.65625 -5.625 L 1.890625 -5.53125 L 1.890625 -6.546875 L 0.703125 -6.546875 L 0.703125 0 L 1.984375 0 L 1.984375 -4.078125 C 1.984375 -4.984375 2.515625 -5.59375 3.328125 -5.59375 C 4.0625 -5.59375 4.34375 -5.265625 4.34375 -4.46875 L 4.34375 0 L 5.609375 0 L 5.609375 -4.078125 C 5.609375 -4.984375 6.15625 -5.59375 6.96875 -5.59375 C 7.703125 -5.59375 7.984375 -5.25 7.984375 -4.46875 L 7.984375 0 L 9.25 0 Z M 9.25 -0.125 "/>< symbol overflow="visible" id="glyph0-10">< path style="stroke:none;" d="M 6.28125 -2.984375 C 6.28125 -3.90625 6.21875 -4.46875 6.03125 -4.9375 C 5.625 -5.96875 4.53125 -6.734375 3.359375 -6.734375 C 1.609375 -6.734375 0.34375 -5.296875 0.34375 -3.234375 C 0.34375 -1.171875 1.578125 0.1875 3.34375 0.1875 C 4.78125 0.1875 5.90625 -0.765625 6.1875 -2.171875 L 4.921875 -2.171875 C 4.59375 -1.21875 4.171875 -1.015625 3.375 -1.015625 C 2.328125 -1.015625 1.6875 -1.546875 1.65625 -2.859375 L 6.28125 -2.859375 Z M 5.1875 -3.78125 C 5.1875 -3.78125 4.984375 -3.921875 4.984375 -3.9375 L 1.6875 -3.9375 C 1.765625 -4.921875 2.34375 -5.546875 3.34375 -5.546875 C 4.328125 -5.546875 4.9375 -4.859375 4.9375 -3.875 Z M 5.1875 -3.78125 "/>< symbol overflow="visible" id="glyph0-11">< path style="stroke:none;" d="M 1.96875 1.171875 L 1.96875 -6.546875 L 0.703125 -6.546875 L 0.703125 0.78125 C 0.703125 1.375 0.640625 1.515625 0.03125 1.46875 L -0.359375 1.453125 L -0.359375 2.5625 C -0.09375 2.609375 -0.03125 2.609375 0.125 2.609375 C 1.25 2.609375 1.96875 2.03125 1.96875 1.171875 Z M 2.09375 -7.375 L 2.09375 -8.75 L 0.578125 -8.75 L 0.578125 -7.234375 L 2.09375 -7.234375 Z M 2.09375 -7.375 "/>< symbol overflow="visible" id="glyph0-12">< path style="stroke:none;" d="M 6.40625 -3.21875 C 6.40625 -5.328125 5.25 -6.734375 3.578125 -6.734375 C 2.71875 -6.734375 1.9375 -6.3125 1.46875 -5.5625 L 1.703125 -5.46875 L 1.703125 -6.546875 L 0.515625 -6.546875 L 0.515625 2.609375 L 1.78125 2.609375 L 1.78125 -0.890625 L 1.546875 -0.796875 C 2.078125 -0.140625 2.765625 0.1875 3.59375 0.1875 C 5.203125 0.1875 6.40625 -1.21875 6.40625 -3.21875 Z M 5.09375 -3.234375 C 5.09375 -1.8125 4.5 -1.015625 3.40625 -1.015625 C 2.359375 -1.015625 1.78125 -1.75 1.78125 -3.234375 C 1.78125 -4.703125 2.359375 -5.53125 3.40625 -5.53125 C 4.515625 -5.53125 5.09375 -4.734375 5.09375 -3.234375 Z M 5.09375 -3.234375 "/>< symbol overflow="visible" id="glyph1-0">< path style="stroke:none;" d=""/>< symbol overflow="visible" id="glyph1-1">< path style="stroke:none;" d="M -4.21875 -6.21875 C -7.171875 -6.21875 -8.765625 -5.140625 -8.765625 -3.296875 C -8.765625 -1.46875 -7.15625 -0.375 -4.296875 -0.375 C -1.421875 -0.375 0.1875 -1.46875 0.1875 -3.296875 C 0.1875 -5.09375 -1.421875 -6.21875 -4.21875 -6.21875 Z M -4.3125 -4.859375 C -1.90625 -4.859375 -0.953125 -4.453125 -0.953125 -3.28125 C -0.953125 -2.15625 -1.953125 -1.734375 -4.28125 -1.734375 C -6.609375 -1.734375 -7.578125 -2.15625 -7.578125 -3.296875 C -7.578125 -4.4375 -6.59375 -4.859375 -4.3125 -4.859375 Z M -4.3125 -4.859375 "/>< symbol overflow="visible" id="glyph1-2">< path style="stroke:none;" d="M -0.125 -4.296875 L -8.765625 -4.296875 L -8.765625 -3.359375 C -7.328125 -2.953125 -7.28125 -2.859375 -7.0625 -1.078125 L -6.0625 -1.078125 L -6.0625 -2.96875 L 0 -2.96875 L 0 -4.296875 Z M -0.125 -4.296875 "/>< symbol overflow="visible" id="glyph1-3">< path style="stroke:none;" d="M -6.140625 -6.265625 C -7.578125 -6.265625 -8.765625 -5.015625 -8.765625 -3.40625 C -8.765625 -1.671875 -7.75 -0.515625 -5.5625 -0.453125 L -5.5625 -1.78125 C -7.109375 -1.875 -7.578125 -2.328125 -7.578125 -3.375 C -7.578125 -4.328125 -7.03125 -4.90625 -6.125 -4.90625 C -5.453125 -4.90625 -4.96875 -4.546875 -4.53125 -3.796875 L -3.90625 -2.6875 C -2.90625 -0.90625 -2 -0.359375 0 -0.25 L 0 -6.203125 L -1.3125 -6.203125 L -1.3125 -1.75 C -1.875 -1.84375 -2.21875 -2.1875 -2.828125 -3.234375 L -3.484375 -4.421875 C -4.109375 -5.609375 -5.09375 -6.265625 -6.140625 -6.265625 Z M -6.140625 -6.265625 "/>< symbol overflow="visible" id="glyph1-4">< path style="stroke:none;" d="M -2.609375 -6.203125 C -3.640625 -6.203125 -4.375 -5.65625 -4.71875 -4.625 L -4.453125 -4.625 C -4.765625 -5.421875 -5.453125 -5.953125 -6.296875 -5.953125 C -7.765625 -5.953125 -8.765625 -4.84375 -8.765625 -3.234375 C -8.765625 -1.515625 -7.703125 -0.453125 -5.765625 -0.421875 L -5.765625 -1.75 C -7.15625 -1.78125 -7.578125 -2.15625 -7.578125 -3.234375 C -7.578125 -4.171875 -7.15625 -4.59375 -6.265625 -4.59375 C -5.359375 -4.59375 -5.109375 -4.34375 -5.109375 -2.515625 L -3.953125 -2.515625 L -3.953125 -3.234375 C -3.953125 -4.390625 -3.546875 -4.84375 -2.59375 -4.84375 C -1.53125 -4.84375 -1.015625 -4.328125 -1.015625 -3.234375 C -1.015625 -2.078125 -1.46875 -1.640625 -2.828125 -1.5625 L -2.828125 -0.234375 C -0.796875 -0.375 0.1875 -1.453125 0.1875 -3.1875 C 0.1875 -4.9375 -1 -6.203125 -2.609375 -6.203125 Z M -2.609375 -6.203125 "/>< symbol overflow="visible" id="glyph1-5">< path style="stroke:none;" d="M -2.171875 -6.375 L -3.25 -6.375 L -3.25 -5.109375 L -8.765625 -5.109375 L -8.765625 -4.125 L -3.328125 -0.1875 L -2.046875 -0.1875 L -2.046875 -3.78125 L 0 -3.78125 L 0 -5.109375 L -2.046875 -5.109375 L -2.046875 -6.375 Z M -3.25 -3.921875 L -3.25 -1.515625 L -6.75 -4.015625 L -6.84375 -3.78125 L -3.25 -3.78125 Z M -3.25 -3.921875 "/>< symbol overflow="visible" id="glyph1-6">< path style="stroke:none;" d="M -2.953125 -6.28125 C -4.625 -6.28125 -5.875 -5.046875 -5.875 -3.40625 C -5.875 -2.8125 -5.671875 -2.21875 -5.515625 -2.015625 L -7.28125 -2.28125 L -7.28125 -5.84375 L -8.59375 -5.84375 L -8.59375 -1.203125 L -3.875 -0.515625 L -3.875 -1.71875 C -4.5 -2.25 -4.671875 -2.5625 -4.671875 -3.21875 C -4.671875 -4.359375 -4.0625 -4.9375 -2.8125 -4.9375 C -1.578125 -4.9375 -1.015625 -4.375 -1.015625 -3.21875 C -1.015625 -2.296875 -1.359375 -1.859375 -2.453125 -1.578125 L -2.453125 -0.25 C -0.625 -0.625 0.1875 -1.734375 0.1875 -3.234375 C 0.1875 -4.953125 -1.15625 -6.28125 -2.953125 -6.28125 Z M -2.953125 -6.28125 "/>< symbol overflow="visible" id="glyph1-7">< path style="stroke:none;" d="M -2.765625 -6.28125 C -4.359375 -6.28125 -5.5625 -5.078125 -5.5625 -3.546875 C -5.5625 -2.71875 -5.203125 -1.9375 -4.578125 -1.484375 L -4.46875 -1.734375 C -6.546875 -1.734375 -7.578125 -2.28125 -7.578125 -3.484375 C -7.578125 -4.234375 -7.234375 -4.609375 -6.28125 -4.796875 L -6.28125 -6.125 C -7.8125 -5.90625 -8.765625 -4.859375 -8.765625 -3.5625 C -8.765625 -1.578125 -6.96875 -0.375 -4.015625 -0.375 C -1.359375 -0.375 0.1875 -1.421875 0.1875 -3.375 C 0.1875 -4.984375 -1.109375 -6.28125 -2.765625 -6.28125 Z M -2.6875 -4.9375 C -1.625 -4.9375 -1.015625 -4.359375 -1.015625 -3.390625 C -1.015625 -2.40625 -1.65625 -1.78125 -2.75 -1.78125 C -3.796875 -1.78125 -4.359375 -2.375 -4.359375 -3.421875 C -4.359375 -4.4375 -3.828125 -4.9375 -2.6875 -4.9375 Z M -2.6875 -4.9375 "/>< symbol overflow="visible" id="glyph2-0">< path style="stroke:none;" d=""/>< symbol overflow="visible" id="glyph2-1">< path style="stroke:none;" d="M -0.125 -7.109375 L -8.140625 -7.109375 L -8.140625 -5.890625 L -1.5625 -5.890625 L -1.65625 -6.109375 L -8.140625 -1.96875 L -8.140625 -0.6875 L 0 -0.6875 L 0 -1.90625 L -6.515625 -1.90625 L -6.40625 -1.671875 L 0 -5.765625 L 0 -7.109375 Z M -0.125 -7.109375 "/>< symbol overflow="visible" id="glyph2-2">< path style="stroke:none;" d="M -0.125 -5.328125 L -5.921875 -5.328125 L -5.921875 -4.171875 L -2.671875 -4.171875 C -1.515625 -4.171875 -0.890625 -3.703125 -0.890625 -2.765625 C -0.890625 -2.046875 -1.1875 -1.734375 -1.875 -1.734375 L -5.921875 -1.734375 L -5.921875 -0.5625 L -1.515625 -0.5625 C -0.578125 -0.5625 0.15625 -1.40625 0.15625 -2.5 C 0.15625 -3.34375 -0.15625 -3.953125 -0.90625 -4.484375 L -1 -4.25 L 0 -4.25 L 0 -5.328125 Z M -0.125 -5.328125 "/>< symbol overflow="visible" id="glyph2-3">< path style="stroke:none;" d="M -0.125 -8.328125 L -4.375 -8.328125 C -5.390625 -8.328125 -6.09375 -7.640625 -6.09375 -6.59375 C -6.09375 -5.828125 -5.8125 -5.28125 -5.3125 -4.859375 C -5.78125 -4.59375 -6.09375 -4.0625 -6.09375 -3.328125 C -6.09375 -2.5625 -5.765625 -1.96875 -5.078125 -1.484375 L -4.984375 -1.71875 L -5.921875 -1.71875 L -5.921875 -0.625 L 0 -0.625 L 0 -1.796875 L -3.6875 -1.796875 C -4.5 -1.796875 -5.03125 -2.25 -5.03125 -2.984375 C -5.03125 -3.65625 -4.75 -3.890625 -4.03125 -3.890625 L 0 -3.890625 L 0 -5.0625 L -3.6875 -5.0625 C -4.5 -5.0625 -5.03125 -5.53125 -5.03125 -6.265625 C -5.03125 -6.9375 -4.734375 -7.171875 -4.03125 -7.171875 L 0 -7.171875 L 0 -8.328125 Z M -0.125 -8.328125 "/>< symbol overflow="visible" id="glyph2-4">< path style="stroke:none;" d="M -3.015625 -5.78125 C -4.859375 -5.78125 -6.09375 -4.71875 -6.09375 -3.234375 C -6.09375 -2.453125 -5.75 -1.796875 -5.125 -1.375 L -5.015625 -1.609375 L -8.140625 -1.609375 L -8.140625 -0.4375 L 0 -0.4375 L 0 -1.515625 L -0.9375 -1.515625 L -0.84375 -1.296875 C -0.1875 -1.734375 0.15625 -2.390625 0.15625 -3.1875 C 0.15625 -4.671875 -1.1875 -5.78125 -3.015625 -5.78125 Z M -2.96875 -4.5625 C -1.6875 -4.5625 -0.953125 -4.03125 -0.953125 -3.0625 C -0.953125 -2.109375 -1.671875 -1.609375 -2.953125 -1.609375 C -4.28125 -1.609375 -5.015625 -2.109375 -4.984375 -3.0625 C -4.984375 -4.0625 -4.234375 -4.5625 -2.96875 -4.5625 Z M -2.96875 -4.5625 "/>< symbol overflow="visible" id="glyph2-5">< path style="stroke:none;" d="M -2.703125 -5.671875 C -3.515625 -5.671875 -4.03125 -5.609375 -4.453125 -5.4375 C -5.390625 -5.078125 -6.09375 -4.078125 -6.09375 -3.015625 C -6.09375 -1.453125 -4.78125 -0.296875 -2.921875 -0.296875 C -1.0625 -0.296875 0.15625 -1.421875 0.15625 -3 C 0.15625 -4.296875 -0.703125 -5.328125 -1.984375 -5.578125 L -1.984375 -4.421875 C -1.09375 -4.125 -0.9375 -3.75 -0.9375 -3.03125 C -0.9375 -2.09375 -1.40625 -1.515625 -2.5625 -1.5 L -2.5625 -5.671875 Z M -3.40625 -4.671875 C -3.40625 -4.671875 -3.546875 -4.484375 -3.578125 -4.484375 L -3.578125 -1.53125 C -4.4375 -1.59375 -4.984375 -2.109375 -4.984375 -3.015625 C -4.984375 -3.890625 -4.390625 -4.4375 -3.5 -4.4375 Z M -3.40625 -4.671875 "/>< symbol overflow="visible" id="glyph2-6">< path style="stroke:none;" d="M -5 -3.59375 L -6.03125 -3.59375 C -6.078125 -3.3125 -6.09375 -3.234375 -6.09375 -3.125 C -6.09375 -2.53125 -5.703125 -2 -4.859375 -1.484375 L -4.765625 -1.703125 L -5.921875 -1.703125 L -5.921875 -0.609375 L 0 -0.609375 L 0 -1.78125 L -3.0625 -1.78125 C -4.34375 -1.78125 -4.84375 -2.078125 -4.875 -3.59375 Z M -5 -3.59375 "/>< symbol overflow="visible" id="glyph2-7">< path style="stroke:none;" d=""/>< symbol overflow="visible" id="glyph2-8">< path style="stroke:none;" d="M -2.921875 -5.640625 C -4.875 -5.640625 -6.09375 -4.5625 -6.09375 -2.9375 C -6.09375 -1.34375 -4.859375 -0.25 -2.953125 -0.25 C -1.0625 -0.25 0.15625 -1.34375 0.15625 -2.953125 C 0.15625 -4.53125 -1.0625 -5.640625 -2.921875 -5.640625 Z M -2.921875 -4.421875 C -1.59375 -4.421875 -0.9375 -3.9375 -0.9375 -2.953125 C -0.9375 -1.9375 -1.59375 -1.453125 -2.953125 -1.453125 C -4.3125 -1.453125 -4.984375 -1.9375 -4.984375 -2.953125 C -4.984375 -3.96875 -4.328125 -4.421875 -2.921875 -4.421875 Z M -2.921875 -4.421875 "/>< symbol overflow="visible" id="glyph2-9">< path style="stroke:none;" d="M -5.046875 -2.921875 L -5.921875 -2.921875 L -5.921875 -1.96875 L -6.671875 -1.96875 C -7.046875 -1.96875 -7.109375 -2.0625 -7.109375 -2.46875 C -7.109375 -2.546875 -7.109375 -2.578125 -7.09375 -2.921875 L -8.09375 -2.921875 C -8.15625 -2.578125 -8.171875 -2.46875 -8.171875 -2.28125 C -8.171875 -1.453125 -7.5625 -0.8125 -6.75 -0.8125 L -5.921875 -0.8125 L -5.921875 -0.046875 L -4.921875 -0.046875 L -4.921875 -0.8125 L 0 -0.8125 L 0 -1.96875 L -4.921875 -1.96875 L -4.921875 -2.921875 Z M -5.046875 -2.921875 "/>< symbol overflow="visible" id="glyph2-10">< path style="stroke:none;" d="M -0.15625 -5.90625 L -1 -5.90625 C -0.953125 -5.671875 -0.953125 -5.640625 -0.953125 -5.578125 C -0.953125 -5.265625 -0.96875 -5.21875 -1.25 -5.21875 L -4.40625 -5.21875 C -5.40625 -5.21875 -6.09375 -4.359375 -6.09375 -2.96875 C -6.09375 -1.59375 -5.421875 -0.609375 -3.984375 -0.546875 L -3.984375 -1.734375 C -4.796875 -1.8125 -4.984375 -2.09375 -4.984375 -2.9375 C -4.984375 -3.75 -4.8125 -4.0625 -4.28125 -4.0625 L -4.03125 -4.0625 C -3.65625 -4.0625 -3.640625 -3.96875 -3.546875 -3.265625 C -3.390625 -1.984375 -3.34375 -1.796875 -3.203125 -1.453125 C -2.9375 -0.78125 -2.28125 -0.3125 -1.59375 -0.3125 C -0.578125 -0.3125 0.15625 -1.171875 0.15625 -2.3125 C 0.15625 -3.03125 -0.171875 -3.828125 -0.53125 -4.15625 C -0.359375 -4.1875 0.078125 -4.71875 0.078125 -5.15625 C 0.078125 -5.34375 0.046875 -5.484375 -0.046875 -5.90625 Z M -2.078125 -4.0625 C -1.28125 -4.0625 -0.890625 -3.375 -0.890625 -2.5 C -0.890625 -1.796875 -1 -1.515625 -1.625 -1.515625 C -2.21875 -1.515625 -2.34375 -1.796875 -2.484375 -2.75 C -2.609375 -3.703125 -2.65625 -3.890625 -2.734375 -4.0625 Z M -2.078125 -4.0625 "/>< symbol overflow="visible" id="glyph2-11">< path style="stroke:none;" d="M -2.21875 -5.15625 L -2.21875 -4.125 C -1.171875 -3.953125 -0.9375 -3.625 -0.9375 -2.859375 C -0.9375 -1.875 -1.5625 -1.40625 -2.90625 -1.40625 C -4.3125 -1.40625 -4.984375 -1.859375 -4.984375 -2.84375 C -4.984375 -3.59375 -4.671875 -3.9375 -3.75 -4.0625 L -3.75 -5.21875 C -5.265625 -5.109375 -6.09375 -4.109375 -6.09375 -2.84375 C -6.09375 -1.328125 -4.78125 -0.1875 -2.90625 -0.1875 C -1.078125 -0.1875 0.15625 -1.3125 0.15625 -2.84375 C 0.15625 -4.1875 -0.78125 -5.171875 -2.21875 -5.296875 Z M -2.21875 -5.15625 "/>< symbol overflow="visible" id="glyph2-12">< path style="stroke:none;" d="M -0.125 -2.875 L -1.0625 -2.875 C -1 -2.625 -0.984375 -2.484375 -0.984375 -2.3125 C -0.984375 -1.921875 -0.953125 -1.9375 -1.34375 -1.9375 L -4.921875 -1.9375 L -4.921875 -2.875 L -5.921875 -2.875 L -5.921875 -1.9375 L -7.484375 -1.9375 L -7.484375 -0.78125 L -5.921875 -0.78125 L -5.921875 -0.015625 L -4.921875 -0.015625 L -4.921875 -0.78125 L -0.953125 -0.78125 C -0.375 -0.78125 0.078125 -1.3125 0.078125 -2.015625 C 0.078125 -2.21875 0.046875 -2.4375 -0.015625 -2.875 Z M -0.125 -2.875 "/>< symbol overflow="visible" id="glyph2-13">< path style="stroke:none;" d="M -0.125 -1.78125 L -5.921875 -1.78125 L -5.921875 -0.609375 L 0 -0.609375 L 0 -1.78125 Z M -6.640625 -1.90625 L -7.90625 -1.90625 L -7.90625 -0.5 L -6.515625 -0.5 L -6.515625 -1.90625 Z M -6.640625 -1.90625 "/>< symbol overflow="visible" id="glyph2-14">< path style="stroke:none;" d="M -5.921875 -5.25 L -5.921875 -4.140625 L -1.203125 -2.5 L -1.203125 -2.765625 L -5.921875 -1.203125 L -5.921875 0.078125 L 0 -2 L 0 -3.15625 L -5.921875 -5.4375 Z M -5.921875 -5.25 "/>< symbol overflow="visible" id="glyph2-15">< path style="stroke:none;" d="M -2.90625 -5.78125 C -4.796875 -5.78125 -6.09375 -4.71875 -6.09375 -3.21875 C -6.09375 -2.453125 -5.703125 -1.734375 -5.03125 -1.3125 L -4.9375 -1.546875 L -5.921875 -1.546875 L -5.921875 -0.453125 L 2.359375 -0.453125 L 2.359375 -1.625 L -0.8125 -1.625 L -0.71875 -1.390625 C -0.125 -1.875 0.15625 -2.5 0.15625 -3.234375 C 0.15625 -4.6875 -1.09375 -5.78125 -2.90625 -5.78125 Z M -2.921875 -4.5625 C -1.640625 -4.5625 -0.953125 -4.046875 -0.953125 -3.0625 C -0.953125 -2.109375 -1.59375 -1.625 -2.921875 -1.625 C -4.25 -1.625 -4.984375 -2.109375 -4.984375 -3.0625 C -4.984375 -4.0625 -4.28125 -4.5625 -2.921875 -4.5625 Z M -2.921875 -4.5625 "/>< symbol overflow="visible" id="glyph2-16">< path style="stroke:none;" d="M -1.71875 -5.078125 C -2.5625 -5.078125 -3.125 -4.484375 -3.390625 -3.359375 L -3.59375 -2.5 C -3.765625 -1.765625 -3.859375 -1.578125 -4.265625 -1.578125 C -4.78125 -1.578125 -4.984375 -1.90625 -4.984375 -2.640625 C -4.984375 -3.375 -4.796875 -3.609375 -4.078125 -3.640625 L -4.078125 -4.859375 C -5.328125 -4.84375 -6.09375 -3.984375 -6.09375 -2.671875 C -6.09375 -1.359375 -5.265625 -0.359375 -4.21875 -0.359375 C -3.34375 -0.359375 -2.78125 -0.953125 -2.46875 -2.296875 L -2.25 -3.140625 C -2.109375 -3.765625 -2.046875 -3.875 -1.640625 -3.875 C -1.109375 -3.875 -0.9375 -3.484375 -0.9375 -2.703125 C -0.9375 -1.890625 -1 -1.5625 -2 -1.421875 L -2 -0.234375 C -0.546875 -0.265625 0.15625 -1.140625 0.15625 -2.625 C 0.15625 -4.046875 -0.625 -5.078125 -1.71875 -5.078125 Z M -1.71875 -5.078125 "/>< clipPath id="clip1"> < path d="M 408 59.039062 L 474 59.039062 L 474 103 L 408 103 Z M 408 59.039062 "/>< clipPath id="clip2"> < path d="M 408 59.039062 L 474.757812 59.039062 L 474.757812 103 L 408 103 Z M 408 59.039062 "/>< g id="surface1052">< rect x="0" y="0" width="450" style="fill:rgb(100%,100%,100%);fill-opacity:1;stroke:none;"/>< path style="fill:none;stroke-width:0.75;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(0%,0%,100%);stroke-opacity:1;stroke-miterlimit:10;" d="M 74.398438 416.074219 L 74.507812 413.34375 L 74.71875 407.875 L 74.828125 405.140625 L 74.933594 402.40625 L 75.039062 399.675781 L 75.148438 396.941406 L 75.464844 388.738281 L 75.574219 386.007812 L 75.785156 380.539062 L 75.894531 377.804688 L 76 375.070312 L 76.105469 372.339844 L 76.214844 369.605469 L 76.425781 364.136719 L 76.535156 361.402344 L 76.640625 358.667969 L 76.746094 355.9375 L 76.851562 353.203125 L 76.960938 350.46875 L 77.171875 345 L 77.28125 342.269531 L 77.492188 336.800781 L 77.601562 334.066406 L 77.8125 328.597656 L 77.921875 325.867188 L 78.238281 317.664062 L 78.347656 314.929688 L 78.453125 312.195312 L 78.558594 309.464844 L 78.667969 306.730469 L 78.878906 301.261719 L 78.988281 298.527344 L 79.199219 293.058594 L 79.308594 290.328125 L 79.625 282.125 L 79.734375 279.390625 L 79.945312 273.921875 L 80.054688 271.191406 L 80.265625 265.722656 L 80.375 262.988281 L 80.691406 254.785156 L 80.800781 252.050781 L 80.90625 249.320312 L 81.011719 246.585938 L 81.121094 243.851562 L 81.332031 238.382812 L 81.441406 235.648438 L 81.652344 230.179688 L 81.761719 227.445312 L 81.867188 224.714844 L 82.078125 219.246094 L 82.1875 216.511719 L 82.398438 211.042969 L 82.507812 208.308594 L 82.71875 202.839844 L 82.828125 200.105469 L 83.039062 194.636719 L 83.148438 191.902344 L 83.359375 186.433594 L 83.464844 183.703125 L 83.574219 180.96875 L 83.785156 175.5 L 83.894531 172.765625 L 84.105469 167.296875 L 84.214844 164.5625 L 84.425781 159.09375 L 84.535156 156.359375 L 84.851562 148.15625 L 84.960938 145.421875 L 85.066406 142.828125 L 85.171875 142.886719 L 85.28125 142.949219 L 85.386719 143.007812 L 85.492188 143.070312 L 85.601562 143.128906 L 85.707031 143.191406 L 85.8125 143.25 L 85.921875 143.3125 L 86.027344 143.375 L 86.132812 143.433594 L 86.238281 143.496094 L 86.347656 143.554688 L 86.453125 143.617188 L 86.558594 143.675781 L 86.667969 143.738281 L 86.773438 143.796875 L 86.878906 143.859375 L 86.988281 143.917969 L 87.09375 143.980469 L 87.199219 144.039062 L 87.308594 144.101562 L 87.414062 144.160156 L 87.519531 144.222656 L 87.625 144.28125 L 87.734375 144.34375 L 87.839844 144.402344 L 87.945312 144.464844 L 88.054688 144.523438 L 88.160156 144.582031 L 88.265625 144.644531 L 88.375 144.703125 L 88.480469 144.765625 L 88.585938 144.824219 L 88.691406 144.886719 L 88.800781 144.945312 L 88.90625 145.003906 L 89.011719 145.066406 L 89.121094 145.125 L 89.226562 145.1875 L 89.332031 145.246094 L 89.441406 145.308594 L 89.652344 145.425781 L 89.761719 145.488281 L 89.867188 145.546875 L 89.972656 145.609375 L 90.078125 145.667969 L 90.1875 145.726562 L 90.292969 145.789062 L 90.398438 145.847656 L 90.507812 145.90625 L 90.613281 145.96875 L 90.71875 146.027344 L 90.828125 146.085938 L 90.933594 146.148438 L 91.039062 146.207031 L 91.148438 146.265625 L 91.253906 146.328125 L 91.464844 146.445312 L 91.574219 146.507812 L 91.785156 146.625 L 91.894531 146.6875 L 92.105469 146.804688 L 92.214844 146.867188 L 92.425781 146.984375 L 92.535156 147.046875 L 92.851562 147.222656 L 92.960938 147.285156 L 93.171875 147.402344 L 93.28125 147.460938 L 93.386719 147.523438 L 93.492188 147.582031 L 93.601562 147.640625 L 93.707031 147.699219 L 93.8125 147.761719 L 93.921875 147.820312 L 94.132812 147.9375 L 94.238281 148 L 94.347656 148.058594 L 94.558594 148.175781 L 94.667969 148.234375 L 94.773438 148.296875 L 94.878906 148.355469 L 94.988281 148.414062 L 95.199219 148.53125 L 95.308594 148.59375 L 95.625 148.769531 L 95.734375 148.8125 L 95.839844 148.5625 L 95.945312 148.308594 L 96.054688 148.058594 L 96.160156 147.808594 L 96.265625 147.554688 L 96.375 147.304688 L 96.480469 147.054688 L 96.585938 146.800781 L 96.691406 146.550781 L 96.800781 146.296875 L 97.011719 145.796875 L 97.121094 145.542969 L 97.226562 145.292969 L 97.332031 145.039062 L 97.441406 144.789062 L 97.546875 144.539062 L 97.652344 144.285156 L 97.761719 144.035156 L 97.867188 143.78125 L 97.972656 143.53125 L 98.078125 143.277344 L 98.1875 143.027344 L 98.292969 142.773438 L 98.398438 142.523438 L 98.507812 142.273438 L 98.613281 142.019531 L 98.71875 141.769531 L 98.828125 141.515625 L 98.933594 141.265625 L 99.039062 141.011719 L 99.148438 140.761719 L 99.253906 140.507812 L 99.359375 140.257812 L 99.464844 140.003906 L 99.574219 139.753906 L 99.679688 139.5 L 99.785156 139.25 L 99.894531 138.996094 L 100 138.746094 L 100.105469 138.492188 L 100.214844 138.242188 L 100.320312 137.988281 L 100.425781 137.738281 L 100.535156 137.484375 L 100.640625 137.234375 L 100.851562 136.726562 L 100.960938 136.476562 L 101.066406 136.222656 L 101.171875 135.972656 L 101.28125 135.71875 L 101.386719 135.46875 L 101.492188 135.214844 L 101.601562 134.964844 L 101.8125 134.457031 L 101.921875 134.207031 L 102.027344 133.953125 L 102.132812 133.703125 L 102.238281 133.449219 L 102.347656 133.195312 L 102.453125 132.945312 L 102.558594 132.691406 L 102.667969 132.441406 L 102.878906 131.933594 L 102.988281 131.683594 L 103.199219 131.175781 L 103.308594 130.925781 L 103.519531 130.417969 L 103.625 130.167969 L 103.734375 129.914062 L 103.839844 129.660156 L 103.945312 129.410156 L 104.054688 129.15625 L 104.160156 128.902344 L 104.265625 128.652344 L 104.375 128.398438 L 104.480469 128.144531 L 104.585938 127.894531 L 104.691406 127.640625 L 104.800781 127.386719 L 104.90625 127.132812 L 105.011719 126.882812 L 105.121094 126.628906 L 105.226562 126.375 L 105.332031 126.125 L 105.441406 125.871094 L 105.652344 125.363281 L 105.761719 125.113281 L 106.078125 124.351562 L 106.1875 124.101562 L 106.292969 123.847656 L 106.398438 123.609375 L 106.507812 123.667969 L 106.613281 123.722656 L 106.71875 123.78125 L 106.828125 123.839844 L 106.933594 123.898438 L 107.039062 123.953125 L 107.148438 124.011719 L 107.253906 124.070312 L 107.359375 124.125 L 107.464844 124.183594 L 107.574219 124.242188 L 107.679688 124.296875 L 107.785156 124.355469 L 107.894531 124.414062 L 108 124.46875 L 108.105469 124.527344 L 108.214844 124.585938 L 108.320312 124.640625 L 108.425781 124.699219 L 108.535156 124.757812 L 108.640625 124.8125 L 108.851562 124.929688 L 108.960938 124.984375 L 109.066406 125.042969 L 109.171875 125.097656 L 109.28125 125.15625 L 109.386719 125.214844 L 109.492188 125.269531 L 109.601562 125.328125 L 109.707031 125.382812 L 109.8125 125.441406 L 109.921875 125.5 L 110.027344 125.554688 L 110.132812 125.613281 L 110.238281 125.667969 L 110.347656 125.726562 L 110.453125 125.785156 L 110.558594 125.839844 L 110.667969 125.898438 L 110.773438 125.953125 L 110.878906 126.011719 L 110.988281 126.066406 L 111.09375 126.125 L 111.199219 126.179688 L 111.308594 126.238281 L 111.414062 126.292969 L 111.519531 126.351562 L 111.625 126.40625 L 111.734375 126.464844 L 111.839844 126.519531 L 111.945312 126.578125 L 112.054688 126.632812 L 112.160156 126.691406 L 112.265625 126.746094 L 112.375 126.804688 L 112.480469 126.859375 L 112.585938 126.917969 L 112.691406 126.972656 L 112.800781 127.03125 L 112.90625 127.085938 L 113.011719 127.144531 L 113.121094 127.199219 L 113.226562 127.257812 L 113.332031 127.3125 L 113.441406 127.367188 L 113.546875 127.425781 L 113.652344 127.480469 L 113.761719 127.539062 L 113.867188 127.59375 L 113.972656 127.652344 L 114.078125 127.707031 L 114.1875 127.761719 L 114.292969 127.820312 L 114.398438 127.875 L 114.507812 127.933594 L 114.71875 128.042969 L 114.828125 128.101562 L 114.933594 128.15625 L 115.039062 128.214844 L 115.148438 128.269531 L 115.253906 128.324219 L 115.359375 128.382812 L 115.464844 128.4375 L 115.574219 128.492188 L 115.679688 128.550781 L 115.785156 128.605469 L 115.894531 128.660156 L 116 128.71875 L 116.105469 128.773438 L 116.214844 128.828125 L 116.320312 128.886719 L 116.425781 128.941406 L 116.535156 128.996094 L 116.640625 129.054688 L 116.851562 129.164062 L 116.960938 129.222656 L 117.171875 129.332031 L 117.28125 129.386719 L 117.386719 129.445312 L 117.492188 129.5 L 117.601562 129.554688 L 117.707031 129.609375 L 117.8125 129.667969 L 117.921875 129.722656 L 118.132812 129.832031 L 118.238281 129.890625 L 118.347656 129.945312 L 118.558594 130.054688 L 118.667969 130.113281 L 118.878906 130.222656 L 118.988281 130.277344 L 119.09375 130.332031 L 119.199219 130.390625 L 119.308594 130.445312 L 119.625 130.609375 L 119.734375 130.667969 L 119.945312 130.777344 L 120.054688 130.832031 L 120.265625 130.941406 L 120.375 131 L 120.691406 131.164062 L 120.800781 131.21875 L 121.011719 131.328125 L 121.121094 131.386719 L 121.332031 131.496094 L 121.441406 131.550781 L 121.652344 131.660156 L 121.761719 131.714844 L 122.078125 131.878906 L 122.1875 131.9375 L 122.398438 132.046875 L 122.507812 132.101562 L 122.71875 132.210938 L 122.828125 132.265625 L 123.039062 132.375 L 123.148438 132.429688 L 123.464844 132.59375 L 123.574219 132.648438 L 123.785156 132.757812 L 123.894531 132.8125 L 124.105469 132.921875 L 124.214844 132.976562 L 124.425781 133.085938 L 124.535156 133.140625 L 124.851562 133.304688 L 124.960938 133.359375 L 125.171875 133.46875 L 125.28125 133.523438 L 125.492188 133.632812 L 125.601562 133.6875 L 125.8125 133.796875 L 125.921875 133.851562 L 126.027344 133.90625 L 126.132812 133.957031 L 126.238281 134.011719 L 126.347656 134.066406 L 126.558594 134.175781 L 126.667969 134.230469 L 126.878906 134.339844 L 126.988281 134.394531 L 127.09375 134.445312 L 127.199219 134.5 L 127.308594 134.554688 L 127.625 134.71875 L 127.734375 134.738281 L 127.839844 134.121094 L 127.945312 133.5 L 128.054688 132.882812 L 128.160156 132.261719 L 128.265625 131.644531 L 128.375 131.027344 L 128.480469 130.40625 L 128.585938 129.789062 L 128.691406 129.167969 L 128.800781 128.550781 L 128.90625 127.929688 L 129.011719 127.3125 L 129.121094 126.691406 L 129.226562 126.074219 L 129.332031 125.453125 L 129.441406 124.835938 L 129.546875 124.214844 L 129.652344 123.597656 L 129.761719 122.976562 L 129.867188 122.359375 L 129.972656 121.738281 L 130.078125 121.121094 L 130.1875 120.5 L 130.292969 119.882812 L 130.398438 119.261719 L 130.507812 118.644531 L 130.613281 118.023438 L 130.71875 117.40625 L 130.828125 116.785156 L 130.933594 116.167969 L 131.039062 115.546875 L 131.148438 114.925781 L 131.253906 114.308594 L 131.359375 113.6875 L 131.464844 113.070312 L 131.574219 112.449219 L 131.679688 111.832031 L 131.785156 111.210938 L 131.894531 110.589844 L 132 109.972656 L 132.105469 109.351562 L 132.214844 108.734375 L 132.425781 107.492188 L 132.535156 106.875 L 132.640625 106.253906 L 132.746094 105.636719 L 132.851562 105.015625 L 132.960938 104.394531 L 133.066406 103.777344 L 133.171875 103.15625 L 133.28125 102.535156 L 133.386719 101.917969 L 133.492188 101.296875 L 133.601562 100.675781 L 133.707031 100.058594 L 133.8125 99.4375 L 133.921875 98.816406 L 134.027344 98.199219 L 134.238281 96.957031 L 134.347656 96.335938 L 134.453125 95.71875 L 134.558594 95.097656 L 134.667969 94.476562 L 134.773438 93.859375 L 134.878906 93.238281 L 134.988281 92.617188 L 135.09375 91.996094 L 135.199219 91.378906 L 135.308594 90.757812 L 135.519531 89.515625 L 135.625 88.898438 L 135.734375 88.277344 L 135.945312 87.035156 L 136.054688 86.417969 L 136.265625 85.175781 L 136.375 84.554688 L 136.480469 83.933594 L 136.585938 83.316406 L 136.691406 82.695312 L 136.800781 82.074219 L 137.011719 80.832031 L 137.121094 80.210938 L 137.226562 79.59375 L 137.332031 78.972656 L 137.441406 78.351562 L 137.652344 77.109375 L 137.761719 76.488281 L 137.867188 75.867188 L 137.972656 75.25 L 138.078125 74.628906 L 138.1875 74.007812 L 138.292969 73.386719 L 138.398438 72.800781 L 138.507812 72.851562 L 138.613281 72.90625 L 138.71875 72.957031 L 138.828125 73.007812 L 138.933594 73.0625 L 139.039062 73.113281 L 139.148438 73.164062 L 139.253906 73.21875 L 139.464844 73.320312 L 139.574219 73.375 L 139.785156 73.476562 L 139.894531 73.53125 L 140.105469 73.632812 L 140.214844 73.683594 L 140.320312 73.738281 L 140.425781 73.789062 L 140.535156 73.839844 L 140.640625 73.890625 L 140.746094 73.945312 L 140.851562 73.996094 L 140.960938 74.046875 L 141.066406 74.097656 L 141.171875 74.152344 L 141.28125 74.203125 L 141.492188 74.304688 L 141.601562 74.359375 L 141.8125 74.460938 L 141.921875 74.511719 L 142.027344 74.5625 L 142.132812 74.617188 L 142.238281 74.667969 L 142.347656 74.71875 L 142.558594 74.820312 L 142.667969 74.875 L 142.878906 74.976562 L 142.988281 75.027344 L 143.199219 75.128906 L 143.308594 75.179688 L 143.414062 75.234375 L 143.625 75.335938 L 143.734375 75.386719 L 143.945312 75.488281 L 144.054688 75.539062 L 144.265625 75.640625 L 144.375 75.691406 L 144.480469 75.746094 L 144.691406 75.847656 L 144.800781 75.898438 L 145.011719 76 L 145.121094 76.050781 L 145.332031 76.152344 L 145.441406 76.203125 L 145.652344 76.304688 L 145.761719 76.355469 L 146.078125 76.507812 L 146.1875 76.558594 L 146.398438 76.660156 L 146.507812 76.710938 L 146.71875 76.8125 L 146.828125 76.863281 L 147.039062 76.964844 L 147.148438 77.015625 L 147.464844 77.167969 L 147.574219 77.21875 L 147.679688 77.265625 L 147.785156 77.316406 L 147.894531 77.367188 L 148.105469 77.46875 L 148.214844 77.519531 L 148.425781 77.621094 L 148.535156 77.671875 L 148.640625 77.71875 L 148.851562 77.820312 L 148.960938 77.871094 L 149.171875 77.972656 L 149.28125 78.023438 L 149.386719 78.070312 L 149.492188 78.121094 L 149.601562 78.171875 L 149.8125 78.273438 L 149.921875 78.324219 L 150.027344 78.371094 L 150.238281 78.472656 L 150.347656 78.523438 L 150.453125 78.574219 L 150.558594 78.621094 L 150.667969 78.671875 L 150.878906 78.773438 L 150.988281 78.820312 L 151.199219 78.921875 L 151.308594 78.972656 L 151.414062 79.019531 L 151.625 79.121094 L 151.734375 79.171875 L 151.839844 79.21875 L 151.945312 79.269531 L 152.054688 79.320312 L 152.160156 79.367188 L 152.265625 79.417969 L 152.375 79.46875 L 152.480469 79.519531 L 152.585938 79.566406 L 152.691406 79.617188 L 152.800781 79.667969 L 152.90625 79.714844 L 153.011719 79.765625 L 153.121094 79.816406 L 153.226562 79.863281 L 153.332031 79.914062 L 153.441406 79.960938 L 153.652344 80.0625 L 153.761719 80.109375 L 153.972656 80.210938 L 154.078125 80.257812 L 154.1875 80.308594 L 154.292969 80.355469 L 154.398438 80.40625 L 154.507812 80.457031 L 154.613281 80.503906 L 154.71875 80.554688 L 154.828125 80.601562 L 154.933594 80.652344 L 155.039062 80.699219 L 155.148438 80.75 L 155.253906 80.800781 L 155.359375 80.847656 L 155.464844 80.898438 L 155.574219 80.945312 L 155.679688 80.996094 L 155.785156 81.042969 L 155.894531 81.09375 L 156 81.140625 L 156.105469 81.191406 L 156.214844 81.238281 L 156.320312 81.289062 L 156.425781 81.335938 L 156.535156 81.386719 L 156.640625 81.433594 L 156.746094 81.484375 L 156.851562 81.53125 L 156.960938 81.582031 L 157.066406 81.628906 L 157.171875 81.679688 L 157.28125 81.726562 L 157.386719 81.777344 L 157.492188 81.824219 L 157.601562 81.871094 L 157.707031 81.921875 L 157.8125 81.96875 L 157.921875 82.019531 L 158.027344 82.066406 L 158.132812 82.117188 L 158.238281 82.164062 L 158.347656 82.210938 L 158.453125 82.261719 L 158.558594 82.308594 L 158.667969 82.359375 L 158.878906 82.453125 L 158.988281 82.503906 L 159.199219 82.597656 L 159.308594 82.648438 L 159.414062 82.695312 L 159.519531 82.746094 L 159.625 82.792969 L 159.734375 82.839844 L 159.839844 82.890625 L 159.945312 82.9375 L 160.054688 82.984375 L 160.160156 83.035156 L 160.265625 83.082031 L 160.375 83.128906 L 160.480469 83.175781 L 160.585938 83.226562 L 160.691406 83.273438 L 160.800781 83.320312 L 160.90625 83.371094 L 161.011719 83.417969 L 161.121094 83.464844 L 161.226562 83.511719 L 161.332031 83.5625 L 161.441406 83.609375 L 161.652344 83.703125 L 161.761719 83.753906 L 162.078125 83.894531 L 162.1875 83.945312 L 162.398438 84.039062 L 162.507812 84.085938 L 162.613281 84.132812 L 162.71875 84.183594 L 162.828125 84.230469 L 163.039062 84.324219 L 163.148438 84.371094 L 163.253906 84.421875 L 163.464844 84.515625 L 163.574219 84.5625 L 163.785156 84.65625 L 163.894531 84.703125 L 164 84.753906 L 164.105469 84.800781 L 164.214844 84.847656 L 164.425781 84.941406 L 164.535156 84.988281 L 164.851562 85.128906 L 164.960938 85.179688 L 165.171875 85.273438 L 165.28125 85.320312 L 165.492188 85.414062 L 165.601562 85.460938 L 165.8125 85.554688 L 165.921875 85.601562 L 166.238281 85.742188 L 166.347656 85.789062 L 166.558594 85.882812 L 166.667969 85.929688 L 166.878906 86.023438 L 166.988281 86.070312 L 167.199219 86.164062 L 167.308594 86.210938 L 167.625 86.351562 L 167.734375 86.398438 L 167.945312 86.492188 L 168.054688 86.539062 L 168.265625 86.632812 L 168.375 86.679688 L 168.691406 86.820312 L 168.800781 86.863281 L 169.011719 86.957031 L 169.121094 87.003906 L 169.332031 87.097656 L 169.441406 87.144531 L 169.546875 87.191406 L 169.652344 87.234375 L 169.761719 87.28125 L 170.078125 87.421875 L 170.1875 87.46875 L 170.292969 87.515625 L 170.398438 87.558594 L 170.507812 87.605469 L 170.71875 87.699219 L 170.828125 87.746094 L 170.933594 87.789062 L 171.039062 87.835938 L 171.148438 87.882812 L 171.359375 87.976562 L 171.464844 88.019531 L 171.574219 88.066406 L 171.785156 88.160156 L 171.894531 88.207031 L 172 88.25 L 172.105469 88.296875 L 172.214844 88.34375 L 172.320312 88.390625 L 172.425781 88.433594 L 172.535156 88.480469 L 172.640625 88.527344 L 172.746094 88.570312 L 172.851562 88.617188 L 172.960938 88.664062 L 173.066406 88.710938 L 173.171875 88.753906 L 173.28125 88.800781 L 173.386719 88.847656 L 173.492188 88.890625 L 173.601562 88.9375 L 173.707031 88.984375 L 173.8125 89.027344 L 173.921875 89.074219 L 174.027344 89.121094 L 174.132812 89.164062 L 174.238281 89.210938 L 174.347656 89.257812 L 174.453125 89.300781 L 174.558594 89.347656 L 174.667969 89.394531 L 174.773438 89.4375 L 174.878906 89.484375 L 174.988281 89.527344 L 175.199219 89.621094 L 175.308594 89.664062 L 175.414062 89.710938 L 175.519531 89.753906 L 175.625 89.800781 L 175.734375 89.847656 L 175.839844 89.890625 L 175.945312 89.9375 L 176.054688 89.980469 L 176.160156 90.027344 L 176.265625 90.070312 L 176.375 90.117188 L 176.480469 90.164062 L 176.585938 90.207031 L 176.691406 90.253906 L 176.800781 90.296875 L 176.90625 90.34375 L 177.011719 90.386719 L 177.121094 90.433594 L 177.226562 90.476562 L 177.332031 90.523438 L 177.441406 90.566406 L 177.546875 90.613281 L 177.652344 90.65625 L 177.761719 90.703125 L 177.867188 90.746094 L 177.972656 90.792969 L 178.078125 90.835938 L 178.1875 90.882812 L 178.398438 90.96875 L 178.507812 91.015625 L 178.613281 91.058594 L 178.71875 91.105469 L 178.828125 91.148438 L 178.933594 91.195312 L 179.039062 91.238281 L 179.148438 91.285156 L 179.359375 91.371094 L 179.464844 91.417969 L 179.574219 91.460938 L 179.679688 91.507812 L 179.785156 91.550781 L 179.894531 91.59375 L 180 91.640625 L 180.105469 91.683594 L 180.214844 91.726562 L 180.320312 91.773438 L 180.425781 91.816406 L 180.535156 91.863281 L 180.746094 91.949219 L 180.851562 91.996094 L 180.960938 92.039062 L 181.066406 92.082031 L 181.171875 92.128906 L 181.28125 92.171875 L 181.386719 92.214844 L 181.492188 92.261719 L 181.601562 92.304688 L 181.8125 92.390625 L 181.921875 92.4375 L 182.132812 92.523438 L 182.238281 92.570312 L 182.347656 92.613281 L 182.558594 92.699219 L 182.667969 92.746094 L 182.878906 92.832031 L 182.988281 92.875 L 183.09375 92.921875 L 183.199219 92.964844 L 183.308594 93.007812 L 183.519531 93.09375 L 183.625 93.140625 L 183.734375 93.183594 L 183.945312 93.269531 L 184.054688 93.316406 L 184.265625 93.402344 L 184.375 93.445312 L 184.585938 93.53125 L 184.691406 93.578125 L 184.800781 93.621094 L 185.011719 93.707031 L 185.121094 93.75 L 185.332031 93.835938 L 185.441406 93.882812 L 185.652344 93.96875 L 185.761719 94.011719 L 186.078125 94.140625 L 186.1875 94.183594 L 186.398438 94.269531 L 186.507812 94.316406 L 186.71875 94.402344 L 186.828125 94.445312 L 187.039062 94.53125 L 187.148438 94.574219 L 187.464844 94.703125 L 187.574219 94.746094 L 187.785156 94.832031 L 187.894531 94.875 L 188.105469 94.960938 L 188.214844 95.003906 L 188.425781 95.089844 L 188.535156 95.132812 L 188.851562 95.261719 L 188.960938 95.304688 L 189.171875 95.390625 L 189.28125 95.433594 L 189.492188 95.519531 L 189.601562 95.5625 L 189.8125 95.648438 L 189.921875 95.6875 L 190.238281 95.816406 L 190.347656 95.859375 L 190.558594 95.945312 L 190.667969 95.988281 L 190.878906 96.074219 L 190.988281 96.113281 L 191.199219 96.199219 L 191.308594 96.242188 L 191.625 96.371094 L 191.734375 96.410156 L 191.945312 96.496094 L 192.054688 96.539062 L 192.265625 96.625 L 192.375 96.664062 L 192.691406 96.792969 L 192.800781 96.835938 L 192.90625 96.875 L 193.011719 96.917969 L 193.121094 96.960938 L 193.226562 97.003906 L 193.332031 97.042969 L 193.441406 97.085938 L 193.652344 97.171875 L 193.761719 97.210938 L 194.078125 97.339844 L 194.1875 97.378906 L 194.398438 97.464844 L 194.507812 97.503906 L 194.71875 97.589844 L 194.828125 97.632812 L 194.933594 97.671875 L 195.039062 97.714844 L 195.148438 97.757812 L 195.253906 97.796875 L 195.464844 97.882812 L 195.574219 97.921875 L 195.785156 98.007812 L 195.894531 98.046875 L 196.105469 98.132812 L 196.214844 98.171875 L 196.320312 98.214844 L 196.425781 98.253906 L 196.535156 98.296875 L 196.640625 98.339844 L 196.746094 98.378906 L 196.851562 98.421875 L 196.960938 98.460938 L 197.171875 98.546875 L 197.28125 98.585938 L 197.386719 98.628906 L 197.492188 98.667969 L 197.601562 98.710938 L 197.707031 98.753906 L 197.8125 98.792969 L 197.921875 98.835938 L 198.027344 98.875 L 198.132812 98.917969 L 198.238281 98.957031 L 198.347656 99 L 198.453125 99.039062 L 198.558594 99.082031 L 198.667969 99.121094 L 198.773438 99.164062 L 198.878906 99.203125 L 198.988281 99.246094 L 199.09375 99.285156 L 199.199219 99.328125 L 199.308594 99.367188 L 199.414062 99.410156 L 199.519531 99.449219 L 199.625 99.492188 L 199.734375 99.53125 L 199.839844 99.574219 L 199.945312 99.613281 L 200.054688 99.65625 L 200.160156 99.695312 L 200.265625 99.738281 L 200.375 99.777344 L 200.480469 99.816406 L 200.585938 99.859375 L 200.691406 99.898438 L 200.800781 99.941406 L 200.90625 99.980469 L 201.011719 100.023438 L 201.121094 100.0625 L 201.226562 100.101562 L 201.332031 100.144531 L 201.441406 100.183594 L 201.546875 100.226562 L 201.652344 100.265625 L 201.761719 100.304688 L 201.867188 100.347656 L 202.078125 100.425781 L 202.1875 100.46875 L 202.292969 100.507812 L 202.398438 100.550781 L 202.507812 100.589844 L 202.613281 100.628906 L 202.71875 100.671875 L 202.828125 100.710938 L 202.933594 100.75 L 203.039062 100.792969 L 203.148438 100.832031 L 203.359375 100.910156 L 203.464844 100.953125 L 203.574219 100.992188 L 203.679688 101.03125 L 203.785156 101.074219 L 203.894531 101.113281 L 204 101.152344 L 204.105469 101.195312 L 204.214844 101.234375 L 204.425781 101.3125 L 204.535156 101.355469 L 204.851562 101.472656 L 204.960938 101.515625 L 205.171875 101.59375 L 205.28125 101.632812 L 205.386719 101.671875 L 205.492188 101.714844 L 205.601562 101.753906 L 205.8125 101.832031 L 205.921875 101.871094 L 206.027344 101.914062 L 206.238281 101.992188 L 206.347656 102.03125 L 206.558594 102.109375 L 206.667969 102.152344 L 206.878906 102.230469 L 206.988281 102.269531 L 207.199219 102.347656 L 207.308594 102.386719 L 207.414062 102.429688 L 207.625 102.507812 L 207.734375 102.546875 L 207.945312 102.625 L 208.054688 102.664062 L 208.265625 102.742188 L 208.375 102.785156 L 208.691406 102.902344 L 208.800781 102.941406 L 209.011719 103.019531 L 209.121094 103.058594 L 209.332031 103.136719 L 209.441406 103.175781 L 209.652344 103.253906 L 209.761719 103.292969 L 210.078125 103.410156 L 210.1875 103.449219 L 210.398438 103.527344 L 210.507812 103.566406 L 210.71875 103.644531 L 210.828125 103.683594 L 211.039062 103.761719 L 211.148438 103.800781 L 211.464844 103.917969 L 211.574219 103.957031 L 211.785156 104.035156 L 211.894531 104.074219 L 212 104.109375 L 212.105469 104.148438 L 212.214844 104.1875 L 212.425781 104.265625 L 212.535156 104.304688 L 212.851562 104.421875 L 212.960938 104.457031 L 213.171875 104.535156 L 213.28125 104.574219 L 213.492188 104.652344 L 213.601562 104.691406 L 213.707031 104.726562 L 213.8125 104.765625 L 213.921875 104.804688 L 214.238281 104.921875 L 214.347656 104.957031 L 214.558594 105.035156 L 214.667969 105.074219 L 214.773438 105.113281 L 214.878906 105.148438 L 214.988281 105.1875 L 215.199219 105.265625 L 215.308594 105.304688 L 215.414062 105.339844 L 215.625 105.417969 L 215.734375 105.457031 L 215.839844 105.492188 L 215.945312 105.53125 L 216.054688 105.570312 L 216.160156 105.609375 L 216.265625 105.644531 L 216.375 105.683594 L 216.480469 105.722656 L 216.585938 105.757812 L 216.691406 105.796875 L 216.800781 105.835938 L 216.90625 105.871094 L 217.011719 105.910156 L 217.121094 105.949219 L 217.226562 105.988281 L 217.332031 106.023438 L 217.441406 106.0625 L 217.546875 106.101562 L 217.652344 106.136719 L 217.761719 106.175781 L 217.867188 106.214844 L 217.972656 106.25 L 218.078125 106.289062 L 218.1875 106.328125 L 218.292969 106.363281 L 218.398438 106.402344 L 218.507812 106.4375 L 218.71875 106.515625 L 218.828125 106.550781 L 218.933594 106.589844 L 219.039062 106.625 L 219.148438 106.664062 L 219.253906 106.703125 L 219.359375 106.738281 L 219.464844 106.777344 L 219.574219 106.8125 L 219.785156 106.890625 L 219.894531 106.925781 L 220 106.964844 L 220.105469 107 L 220.214844 107.039062 L 220.320312 107.074219 L 220.425781 107.113281 L 220.535156 107.148438 L 220.640625 107.1875 L 220.746094 107.222656 L 220.851562 107.261719 L 220.960938 107.300781 L 221.066406 107.335938 L 221.171875 107.375 L 221.28125 107.410156 L 221.386719 107.449219 L 221.492188 107.484375 L 221.601562 107.523438 L 221.707031 107.558594 L 221.8125 107.597656 L 221.921875 107.632812 L 222.027344 107.667969 L 222.132812 107.707031 L 222.238281 107.742188 L 222.347656 107.78125 L 222.453125 107.816406 L 222.558594 107.855469 L 222.667969 107.890625 L 222.773438 107.929688 L 222.878906 107.964844 L 222.988281 108 L 223.09375 108.039062 L 223.199219 108.074219 L 223.308594 108.113281 L 223.414062 108.148438 L 223.519531 108.1875 L 223.625 108.222656 L 223.734375 108.257812 L 223.839844 108.296875 L 223.945312 108.332031 L 224.054688 108.371094 L 224.265625 108.441406 L 224.375 108.480469 L 224.585938 108.550781 L 224.691406 108.589844 L 224.800781 108.625 L 224.90625 108.660156 L 225.011719 108.699219 L 225.121094 108.734375 L 225.226562 108.769531 L 225.332031 108.808594 L 225.441406 108.84375 L 225.546875 108.878906 L 225.652344 108.917969 L 225.761719 108.953125 L 225.867188 108.988281 L 225.972656 109.027344 L 226.078125 109.0625 L 226.1875 109.097656 L 226.292969 109.132812 L 226.398438 109.171875 L 226.507812 109.207031 L 226.613281 109.242188 L 226.71875 109.28125 L 226.828125 109.316406 L 227.039062 109.386719 L 227.148438 109.425781 L 227.464844 109.53125 L 227.574219 109.566406 L 227.679688 109.605469 L 227.785156 109.640625 L 227.894531 109.675781 L 228 109.710938 L 228.105469 109.75 L 228.214844 109.785156 L 228.425781 109.855469 L 228.535156 109.890625 L 228.640625 109.925781 L 228.746094 109.964844 L 228.851562 110 L 228.960938 110.035156 L 229.171875 110.105469 L 229.28125 110.140625 L 229.386719 110.179688 L 229.492188 110.214844 L 229.601562 110.25 L 229.8125 110.320312 L 229.921875 110.355469 L 230.132812 110.425781 L 230.238281 110.464844 L 230.347656 110.5 L 230.558594 110.570312 L 230.667969 110.605469 L 230.878906 110.675781 L 230.988281 110.710938 L 231.199219 110.78125 L 231.308594 110.816406 L 231.414062 110.851562 L 231.519531 110.890625 L 231.625 110.925781 L 231.734375 110.960938 L 231.945312 111.03125 L 232.054688 111.066406 L 232.265625 111.136719 L 232.375 111.171875 L 232.691406 111.277344 L 232.800781 111.3125 L 233.011719 111.382812 L 233.121094 111.417969 L 233.332031 111.488281 L 233.441406 111.523438 L 233.652344 111.59375 L 233.761719 111.628906 L 233.867188 111.660156 L 234.078125 111.730469 L 234.1875 111.765625 L 234.398438 111.835938 L 234.507812 111.871094 L 234.71875 111.941406 L 234.828125 111.976562 L 235.039062 112.046875 L 235.148438 112.082031 L 235.253906 112.113281 L 235.464844 112.183594 L 235.574219 112.21875 L 235.785156 112.289062 L 235.894531 112.324219 L 236 112.359375 L 236.105469 112.390625 L 236.214844 112.425781 L 236.425781 112.496094 L 236.535156 112.53125 L 236.640625 112.566406 L 236.746094 112.597656 L 236.851562 112.632812 L 236.960938 112.667969 L 237.171875 112.738281 L 237.28125 112.769531 L 237.492188 112.839844 L 237.601562 112.875 L 237.707031 112.910156 L 237.8125 112.941406 L 237.921875 112.976562 L 238.132812 113.046875 L 238.238281 113.078125 L 238.347656 113.113281 L 238.558594 113.183594 L 238.667969 113.214844 L 238.878906 113.285156 L 238.988281 113.320312 L 239.09375 113.351562 L 239.199219 113.386719 L 239.308594 113.421875 L 239.414062 113.453125 L 239.625 113.523438 L 239.734375 113.558594 L 239.839844 113.589844 L 239.945312 113.625 L 240.054688 113.660156 L 240.160156 113.691406 L 240.265625 113.726562 L 240.375 113.761719 L 240.480469 113.792969 L 240.691406 113.863281 L 240.800781 113.894531 L 241.011719 113.964844 L 241.121094 113.996094 L 241.226562 114.03125 L 241.332031 114.0625 L 241.441406 114.097656 L 241.546875 114.132812 L 241.652344 114.164062 L 241.761719 114.199219 L 241.867188 114.230469 L 242.078125 114.300781 L 242.1875 114.332031 L 242.292969 114.367188 L 242.398438 114.398438 L 242.507812 114.433594 L 242.613281 114.46875 L 242.71875 114.5 L 242.828125 114.535156 L 242.933594 114.566406 L 243.039062 114.601562 L 243.148438 114.632812 L 243.253906 114.667969 L 243.359375 114.699219 L 243.464844 114.734375 L 243.574219 114.765625 L 243.679688 114.800781 L 243.785156 114.832031 L 243.894531 114.867188 L 244 114.902344 L 244.105469 114.933594 L 244.214844 114.96875 L 244.320312 115 L 244.425781 115.035156 L 244.535156 115.066406 L 244.640625 115.097656 L 244.746094 115.132812 L 244.851562 115.164062 L 244.960938 115.199219 L 245.066406 115.230469 L 245.171875 115.265625 L 245.28125 115.296875 L 245.386719 115.332031 L 245.492188 115.363281 L 245.601562 115.398438 L 245.8125 115.460938 L 245.921875 115.496094 L 246.027344 115.527344 L 246.132812 115.5625 L 246.238281 115.59375 L 246.347656 115.628906 L 246.558594 115.691406 L 246.667969 115.726562 L 246.773438 115.757812 L 246.878906 115.792969 L 246.988281 115.824219 L 247.09375 115.855469 L 247.199219 115.890625 L 247.308594 115.921875 L 247.414062 115.953125 L 247.519531 115.988281 L 247.625 116.019531 L 247.734375 116.050781 L 247.839844 116.085938 L 247.945312 116.117188 L 248.054688 116.148438 L 248.160156 116.183594 L 248.265625 116.214844 L 248.375 116.246094 L 248.480469 116.28125 L 248.691406 116.34375 L 248.800781 116.378906 L 249.011719 116.441406 L 249.121094 116.476562 L 249.332031 116.539062 L 249.441406 116.570312 L 249.546875 116.605469 L 249.652344 116.636719 L 249.761719 116.667969 L 249.867188 116.699219 L 249.972656 116.734375 L 250.078125 116.765625 L 250.1875 116.796875 L 250.292969 116.828125 L 250.398438 116.863281 L 250.507812 116.894531 L 250.71875 116.957031 L 250.828125 116.988281 L 250.933594 117.023438 L 251.039062 117.054688 L 251.148438 117.085938 L 251.253906 117.117188 L 251.359375 117.152344 L 251.464844 117.183594 L 251.574219 117.214844 L 251.785156 117.277344 L 251.894531 117.308594 L 252 117.34375 L 252.105469 117.375 L 252.214844 117.40625 L 252.425781 117.46875 L 252.535156 117.5 L 252.640625 117.53125 L 252.746094 117.566406 L 252.851562 117.597656 L 252.960938 117.628906 L 253.171875 117.691406 L 253.28125 117.722656 L 253.492188 117.785156 L 253.601562 117.816406 L 253.707031 117.851562 L 253.8125 117.882812 L 253.921875 117.914062 L 254.238281 118.007812 L 254.347656 118.039062 L 254.558594 118.101562 L 254.667969 118.132812 L 254.878906 118.195312 L 254.988281 118.226562 L 255.199219 118.289062 L 255.308594 118.320312 L 255.625 118.414062 L 255.734375 118.445312 L 255.945312 118.507812 L 256.054688 118.539062 L 256.265625 118.601562 L 256.375 118.632812 L 256.691406 118.726562 L 256.800781 118.757812 L 257.011719 118.820312 L 257.121094 118.851562 L 257.332031 118.914062 L 257.441406 118.945312 L 257.652344 119.007812 L 257.761719 119.039062 L 257.867188 119.070312 L 257.972656 119.097656 L 258.078125 119.128906 L 258.1875 119.160156 L 258.398438 119.222656 L 258.507812 119.253906 L 258.71875 119.316406 L 258.828125 119.347656 L 258.933594 119.375 L 259.039062 119.40625 L 259.148438 119.4375 L 259.464844 119.53125 L 259.574219 119.5625 L 259.679688 119.589844 L 259.785156 119.621094 L 259.894531 119.652344 L 260.105469 119.714844 L 260.214844 119.742188 L 260.425781 119.804688 L 260.535156 119.835938 L 260.640625 119.867188 L 260.746094 119.894531 L 260.851562 119.925781 L 260.960938 119.957031 L 261.171875 120.019531 L 261.28125 120.046875 L 261.492188 120.109375 L 261.601562 120.140625 L 261.707031 120.167969 L 261.8125 120.199219 L 261.921875 120.230469 L 262.027344 120.261719 L 262.132812 120.289062 L 262.238281 120.320312 L 262.347656 120.351562 L 262.453125 120.378906 L 262.558594 120.410156 L 262.667969 120.441406 L 262.773438 120.472656 L 262.878906 120.5 L 262.988281 120.53125 L 263.09375 120.5625 L 263.199219 120.589844 L 263.308594 120.621094 L 263.414062 120.652344 L 263.519531 120.679688 L 263.625 120.710938 L 263.734375 120.742188 L 263.839844 120.769531 L 263.945312 120.800781 L 264.054688 120.832031 L 264.160156 120.859375 L 264.265625 120.890625 L 264.375 120.921875 L 264.480469 120.949219 L 264.585938 120.980469 L 264.691406 121.007812 L 264.800781 121.039062 L 264.90625 121.070312 L 265.011719 121.097656 L 265.121094 121.128906 L 265.226562 121.160156 L 265.332031 121.1875 L 265.441406 121.21875 L 265.546875 121.246094 L 265.652344 121.277344 L 265.761719 121.304688 L 265.972656 121.367188 L 266.078125 121.394531 L 266.1875 121.425781 L 266.292969 121.453125 L 266.398438 121.484375 L 266.507812 121.511719 L 266.613281 121.542969 L 266.71875 121.570312 L 266.828125 121.601562 L 266.933594 121.632812 L 267.039062 121.660156 L 267.148438 121.691406 L 267.253906 121.71875 L 267.359375 121.75 L 267.464844 121.777344 L 267.574219 121.808594 L 267.679688 121.835938 L 267.785156 121.867188 L 267.894531 121.894531 L 268 121.925781 L 268.105469 121.953125 L 268.214844 121.980469 L 268.320312 122.011719 L 268.425781 122.039062 L 268.535156 122.070312 L 268.640625 122.097656 L 268.746094 122.128906 L 268.851562 122.15625 L 268.960938 122.1875 L 269.066406 122.214844 L 269.171875 122.246094 L 269.28125 122.273438 L 269.386719 122.300781 L 269.492188 122.332031 L 269.601562 122.359375 L 269.707031 122.390625 L 269.8125 122.417969 L 269.921875 122.445312 L 270.027344 122.476562 L 270.132812 122.503906 L 270.238281 122.535156 L 270.347656 122.5625 L 270.453125 122.589844 L 270.558594 122.621094 L 270.667969 122.648438 L 270.773438 122.679688 L 270.878906 122.707031 L 270.988281 122.734375 L 271.09375 122.765625 L 271.199219 122.792969 L 271.308594 122.820312 L 271.414062 122.851562 L 271.625 122.90625 L 271.734375 122.9375 L 271.945312 122.992188 L 272.054688 123.023438 L 272.265625 123.078125 L 272.375 123.105469 L 272.480469 123.136719 L 272.691406 123.191406 L 272.800781 123.222656 L 273.011719 123.277344 L 273.121094 123.304688 L 273.226562 123.335938 L 273.332031 123.363281 L 273.441406 123.390625 L 273.546875 123.417969 L 273.652344 123.449219 L 273.761719 123.476562 L 273.972656 123.53125 L 274.078125 123.5625 L 274.1875 123.589844 L 274.398438 123.644531 L 274.507812 123.671875 L 274.613281 123.703125 L 274.71875 123.730469 L 274.828125 123.757812 L 275.039062 123.8125 L 275.148438 123.84375 L 275.464844 123.925781 L 275.574219 123.953125 L 275.679688 123.980469 L 275.785156 124.011719 L 275.894531 124.039062 L 276.105469 124.09375 L 276.214844 124.121094 L 276.425781 124.175781 L 276.535156 124.207031 L 276.851562 124.289062 L 276.960938 124.316406 L 277.171875 124.371094 L 277.28125 124.398438 L 277.492188 124.453125 L 277.601562 124.484375 L 277.8125 124.539062 L 277.921875 124.566406 L 278.238281 124.648438 L 278.347656 124.675781 L 278.558594 124.730469 L 278.667969 124.757812 L 278.878906 124.8125 L 278.988281 124.839844 L 279.199219 124.894531 L 279.308594 124.921875 L 279.625 125.003906 L 279.734375 125.03125 L 279.945312 125.085938 L 280.054688 125.113281 L 280.265625 125.167969 L 280.375 125.195312 L 280.691406 125.277344 L 280.800781 125.304688 L 281.011719 125.359375 L 281.121094 125.386719 L 281.226562 125.414062 L 281.332031 125.4375 L 281.441406 125.464844 L 281.652344 125.519531 L 281.761719 125.546875 L 282.078125 125.628906 L 282.1875 125.65625 L 282.292969 125.683594 L 282.398438 125.707031 L 282.507812 125.734375 L 282.71875 125.789062 L 282.828125 125.816406 L 283.039062 125.871094 L 283.148438 125.894531 L 283.464844 125.976562 L 283.574219 126.003906 L 283.679688 126.03125 L 283.785156 126.054688 L 283.894531 126.082031 L 284.105469 126.136719 L 284.214844 126.164062 L 284.320312 126.1875 L 284.425781 126.214844 L 284.535156 126.242188 L 284.746094 126.296875 L 284.851562 126.320312 L 284.960938 126.347656 L 285.171875 126.402344 L 285.28125 126.425781 L 285.492188 126.480469 L 285.601562 126.507812 L 285.707031 126.53125 L 285.8125 126.558594 L 285.921875 126.585938 L 286.027344 126.613281 L 286.132812 126.636719 L 286.238281 126.664062 L 286.347656 126.691406 L 286.453125 126.714844 L 286.558594 126.742188 L 286.667969 126.769531 L 286.773438 126.796875 L 286.878906 126.820312 L 286.988281 126.847656 L 287.09375 126.875 L 287.199219 126.898438 L 287.308594 126.925781 L 287.414062 126.953125 L 287.519531 126.976562 L 287.625 127.003906 L 287.734375 127.03125 L 287.839844 127.054688 L 287.945312 127.082031 L 288.054688 127.109375 L 288.160156 127.132812 L 288.265625 127.160156 L 288.375 127.183594 L 288.585938 127.238281 L 288.691406 127.261719 L 288.800781 127.289062 L 288.90625 127.316406 L 289.011719 127.339844 L 289.121094 127.367188 L 289.226562 127.390625 L 289.332031 127.417969 L 289.441406 127.445312 L 289.546875 127.46875 L 289.652344 127.496094 L 289.761719 127.519531 L 289.867188 127.546875 L 289.972656 127.570312 L 290.078125 127.597656 L 290.1875 127.621094 L 290.398438 127.675781 L 290.507812 127.699219 L 290.613281 127.726562 L 290.71875 127.75 L 290.828125 127.777344 L 290.933594 127.800781 L 291.039062 127.828125 L 291.148438 127.851562 L 291.253906 127.878906 L 291.359375 127.902344 L 291.464844 127.929688 L 291.574219 127.953125 L 291.679688 127.980469 L 291.785156 128.003906 L 291.894531 128.03125 L 292 128.054688 L 292.105469 128.082031 L 292.214844 128.105469 L 292.320312 128.132812 L 292.425781 128.15625 L 292.535156 128.183594 L 292.746094 128.230469 L 292.851562 128.257812 L 292.960938 128.28125 L 293.066406 128.308594 L 293.171875 128.332031 L 293.28125 128.359375 L 293.492188 128.40625 L 293.601562 128.433594 L 293.707031 128.457031 L 293.8125 128.484375 L 293.921875 128.507812 L 294.027344 128.53125 L 294.132812 128.558594 L 294.238281 128.582031 L 294.347656 128.609375 L 294.558594 128.65625 L 294.667969 128.683594 L 294.878906 128.730469 L 294.988281 128.757812 L 295.09375 128.78125 L 295.199219 128.808594 L 295.308594 128.832031 L 295.414062 128.855469 L 295.519531 128.882812 L 295.625 128.90625 L 295.734375 128.929688 L 295.839844 128.957031 L 295.945312 128.980469 L 296.054688 129.003906 L 296.160156 129.027344 L 296.265625 129.054688 L 296.375 129.078125 L 296.480469 129.101562 L 296.585938 129.128906 L 296.691406 129.152344 L 296.800781 129.175781 L 296.90625 129.199219 L 297.011719 129.226562 L 297.121094 129.25 L 297.226562 129.273438 L 297.332031 129.300781 L 297.441406 129.324219 L 297.652344 129.371094 L 297.761719 129.398438 L 298.078125 129.46875 L 298.1875 129.492188 L 298.292969 129.519531 L 298.398438 129.542969 L 298.507812 129.566406 L 298.71875 129.613281 L 298.828125 129.640625 L 299.039062 129.6875 L 299.148438 129.710938 L 299.253906 129.734375 L 299.359375 129.761719 L 299.464844 129.785156 L 299.574219 129.808594 L 299.785156 129.855469 L 299.894531 129.878906 L 300 129.90625 L 300.105469 129.929688 L 300.214844 129.953125 L 300.425781 130 L 300.535156 130.023438 L 300.746094 130.070312 L 300.851562 130.097656 L 300.960938 130.121094 L 301.171875 130.167969 L 301.28125 130.191406 L 301.492188 130.238281 L 301.601562 130.261719 L 301.8125 130.308594 L 301.921875 130.332031 L 302.027344 130.359375 L 302.238281 130.40625 L 302.347656 130.429688 L 302.558594 130.476562 L 302.667969 130.5 L 302.878906 130.546875 L 302.988281 130.570312 L 303.199219 130.617188 L 303.308594 130.640625 L 303.625 130.710938 L 303.734375 130.734375 L 303.945312 130.78125 L 304.054688 130.804688 L 304.265625 130.851562 L 304.375 130.875 L 304.691406 130.945312 L 304.800781 130.96875 L 305.011719 131.015625 L 305.121094 131.039062 L 305.226562 131.058594 L 305.332031 131.082031 L 305.441406 131.105469 L 305.652344 131.152344 L 305.761719 131.175781 L 306.078125 131.246094 L 306.1875 131.269531 L 306.292969 131.292969 L 306.398438 131.3125 L 306.507812 131.335938 L 306.71875 131.382812 L 306.828125 131.40625 L 307.039062 131.453125 L 307.148438 131.476562 L 307.253906 131.496094 L 307.464844 131.542969 L 307.574219 131.566406 L 307.785156 131.613281 L 307.894531 131.632812 L 308.105469 131.679688 L 308.214844 131.703125 L 308.320312 131.726562 L 308.425781 131.746094 L 308.535156 131.769531 L 308.851562 131.839844 L 308.960938 131.859375 L 309.171875 131.90625 L 309.28125 131.929688 L 309.386719 131.949219 L 309.492188 131.972656 L 309.601562 131.996094 L 309.707031 132.019531 L 309.8125 132.039062 L 309.921875 132.0625 L 310.132812 132.109375 L 310.238281 132.128906 L 310.347656 132.152344 L 310.558594 132.199219 L 310.667969 132.21875 L 310.878906 132.265625 L 310.988281 132.285156 L 311.199219 132.332031 L 311.308594 132.351562 L 311.519531 132.398438 L 311.625 132.417969 L 311.734375 132.441406 L 311.839844 132.464844 L 311.945312 132.484375 L 312.054688 132.507812 L 312.160156 132.53125 L 312.265625 132.550781 L 312.375 132.574219 L 312.480469 132.597656 L 312.585938 132.617188 L 312.691406 132.640625 L 312.800781 132.664062 L 312.90625 132.683594 L 313.011719 132.707031 L 313.121094 132.726562 L 313.332031 132.773438 L 313.441406 132.792969 L 313.546875 132.816406 L 313.652344 132.835938 L 313.761719 132.859375 L 313.867188 132.882812 L 313.972656 132.902344 L 314.078125 132.925781 L 314.1875 132.945312 L 314.292969 132.96875 L 314.398438 132.988281 L 314.507812 133.011719 L 314.613281 133.035156 L 314.71875 133.054688 L 314.828125 133.078125 L 314.933594 133.097656 L 315.039062 133.121094 L 315.148438 133.140625 L 315.253906 133.164062 L 315.359375 133.183594 L 315.464844 133.207031 L 315.574219 133.226562 L 315.679688 133.25 L 315.785156 133.269531 L 315.894531 133.292969 L 316 133.3125 L 316.105469 133.335938 L 316.214844 133.355469 L 316.320312 133.378906 L 316.425781 133.398438 L 316.535156 133.421875 L 316.640625 133.441406 L 316.746094 133.464844 L 316.851562 133.484375 L 316.960938 133.507812 L 317.171875 133.546875 L 317.28125 133.570312 L 317.386719 133.589844 L 317.492188 133.613281 L 317.601562 133.632812 L 317.707031 133.65625 L 317.8125 133.675781 L 317.921875 133.695312 L 318.027344 133.71875 L 318.132812 133.738281 L 318.238281 133.761719 L 318.347656 133.78125 L 318.453125 133.800781 L 318.558594 133.824219 L 318.667969 133.84375 L 318.773438 133.867188 L 318.878906 133.886719 L 318.988281 133.90625 L 319.09375 133.929688 L 319.199219 133.949219 L 319.308594 133.96875 L 319.414062 133.992188 L 319.519531 134.011719 L 319.625 134.035156 L 319.734375 134.054688 L 319.839844 134.074219 L 319.945312 134.097656 L 320.054688 134.117188 L 320.160156 134.136719 L 320.265625 134.160156 L 320.375 134.179688 L 320.585938 134.21875 L 320.691406 134.242188 L 320.800781 134.261719 L 320.90625 134.28125 L 321.011719 134.304688 L 321.121094 134.324219 L 321.226562 134.34375 L 321.332031 134.367188 L 321.441406 134.386719 L 321.652344 134.425781 L 321.761719 134.449219 L 322.078125 134.507812 L 322.1875 134.53125 L 322.398438 134.570312 L 322.507812 134.589844 L 322.613281 134.613281 L 322.71875 134.632812 L 322.828125 134.652344 L 323.039062 134.691406 L 323.148438 134.714844 L 323.464844 134.773438 L 323.574219 134.792969 L 323.679688 134.816406 L 323.785156 134.835938 L 323.894531 134.855469 L 324.105469 134.894531 L 324.214844 134.914062 L 324.320312 134.9375 L 324.425781 134.957031 L 324.535156 134.976562 L 324.851562 135.035156 L 324.960938 135.054688 L 325.066406 135.078125 L 325.171875 135.097656 L 325.28125 135.117188 L 325.492188 135.15625 L 325.601562 135.175781 L 325.8125 135.214844 L 325.921875 135.234375 L 326.027344 135.253906 L 326.132812 135.277344 L 326.238281 135.296875 L 326.347656 135.316406 L 326.558594 135.355469 L 326.667969 135.375 L 326.878906 135.414062 L 326.988281 135.433594 L 327.199219 135.472656 L 327.308594 135.492188 L 327.625 135.550781 L 327.734375 135.570312 L 327.945312 135.609375 L 328.054688 135.628906 L 328.265625 135.667969 L 328.375 135.6875 L 328.691406 135.746094 L 328.800781 135.765625 L 329.011719 135.804688 L 329.121094 135.824219 L 329.332031 135.863281 L 329.441406 135.882812 L 329.652344 135.921875 L 329.761719 135.941406 L 330.078125 136 L 330.1875 136.019531 L 330.292969 136.035156 L 330.398438 136.054688 L 330.507812 136.074219 L 330.71875 136.113281 L 330.828125 136.132812 L 331.039062 136.171875 L 331.148438 136.191406 L 331.253906 136.210938 L 331.359375 136.226562 L 331.464844 136.246094 L 331.574219 136.265625 L 331.785156 136.304688 L 331.894531 136.324219 L 332 136.34375 L 332.105469 136.359375 L 332.214844 136.378906 L 332.425781 136.417969 L 332.535156 136.4375 L 332.640625 136.457031 L 332.746094 136.472656 L 332.851562 136.492188 L 332.960938 136.511719 L 333.171875 136.550781 L 333.28125 136.566406 L 333.492188 136.605469 L 333.601562 136.625 L 333.707031 136.644531 L 333.8125 136.660156 L 333.921875 136.679688 L 334.132812 136.71875 L 334.238281 136.734375 L 334.347656 136.753906 L 334.558594 136.792969 L 334.667969 136.808594 L 334.878906 136.847656 L 334.988281 136.867188 L 335.09375 136.882812 L 335.199219 136.902344 L 335.308594 136.921875 L 335.414062 136.9375 L 335.625 136.976562 L 335.734375 136.996094 L 335.839844 137.011719 L 335.945312 137.03125 L 336.054688 137.050781 L 336.160156 137.066406 L 336.265625 137.085938 L 336.375 137.105469 L 336.480469 137.121094 L 336.691406 137.160156 L 336.800781 137.175781 L 337.011719 137.214844 L 337.121094 137.230469 L 337.226562 137.25 L 337.332031 137.265625 L 337.441406 137.285156 L 337.546875 137.304688 L 337.652344 137.320312 L 337.761719 137.339844 L 337.867188 137.359375 L 337.972656 137.375 L 338.078125 137.394531 L 338.1875 137.410156 L 338.398438 137.449219 L 338.507812 137.464844 L 338.613281 137.484375 L 338.71875 137.5 L 338.828125 137.519531 L 338.933594 137.535156 L 339.039062 137.554688 L 339.148438 137.574219 L 339.253906 137.589844 L 339.359375 137.609375 L 339.464844 137.625 L 339.574219 137.644531 L 339.679688 137.660156 L 339.785156 137.679688 L 339.894531 137.695312 L 340 137.714844 L 340.105469 137.730469 L 340.214844 137.75 L 340.320312 137.765625 L 340.425781 137.785156 L 340.535156 137.800781 L 340.640625 137.820312 L 340.746094 137.835938 L 340.851562 137.855469 L 340.960938 137.871094 L 341.066406 137.890625 L 341.171875 137.90625 L 341.28125 137.925781 L 341.386719 137.941406 L 341.492188 137.960938 L 341.601562 137.976562 L 341.707031 137.996094 L 341.8125 138.011719 L 341.921875 138.03125 L 342.027344 138.046875 L 342.132812 138.066406 L 342.238281 138.082031 L 342.347656 138.097656 L 342.453125 138.117188 L 342.558594 138.132812 L 342.667969 138.152344 L 342.773438 138.167969 L 342.878906 138.1875 L 342.988281 138.203125 L 343.09375 138.21875 L 343.199219 138.238281 L 343.308594 138.253906 L 343.414062 138.273438 L 343.625 138.304688 L 343.734375 138.324219 L 343.945312 138.355469 L 344.054688 138.375 L 344.265625 138.40625 L 344.375 138.425781 L 344.480469 138.441406 L 344.585938 138.460938 L 344.691406 138.476562 L 344.800781 138.492188 L 344.90625 138.511719 L 345.011719 138.527344 L 345.121094 138.542969 L 345.226562 138.558594 L 345.332031 138.578125 L 345.441406 138.59375 L 345.546875 138.609375 L 345.652344 138.628906 L 345.761719 138.644531 L 345.867188 138.660156 L 345.972656 138.679688 L 346.078125 138.695312 L 346.1875 138.710938 L 346.292969 138.726562 L 346.398438 138.746094 L 346.507812 138.761719 L 346.613281 138.777344 L 346.71875 138.796875 L 346.828125 138.8125 L 347.039062 138.84375 L 347.148438 138.859375 L 347.253906 138.878906 L 347.464844 138.910156 L 347.574219 138.925781 L 347.679688 138.945312 L 347.785156 138.960938 L 347.894531 138.976562 L 348.105469 139.007812 L 348.214844 139.027344 L 348.425781 139.058594 L 348.535156 139.074219 L 348.640625 139.089844 L 348.746094 139.109375 L 348.851562 139.125 L 348.960938 139.140625 L 349.171875 139.171875 L 349.28125 139.1875 L 349.386719 139.207031 L 349.492188 139.222656 L 349.601562 139.238281 L 349.8125 139.269531 L 349.921875 139.285156 L 350.027344 139.300781 L 350.132812 139.320312 L 350.238281 139.335938 L 350.347656 139.351562 L 350.558594 139.382812 L 350.667969 139.398438 L 350.878906 139.429688 L 350.988281 139.445312 L 351.09375 139.460938 L 351.199219 139.480469 L 351.308594 139.496094 L 351.625 139.542969 L 351.734375 139.558594 L 351.945312 139.589844 L 352.054688 139.605469 L 352.265625 139.636719 L 352.375 139.652344 L 352.691406 139.699219 L 352.800781 139.714844 L 353.011719 139.746094 L 353.121094 139.761719 L 353.332031 139.792969 L 353.441406 139.808594 L 353.652344 139.839844 L 353.761719 139.855469 L 354.078125 139.902344 L 354.1875 139.917969 L 354.398438 139.949219 L 354.507812 139.964844 L 354.71875 139.996094 L 354.828125 140.011719 L 355.039062 140.042969 L 355.148438 140.058594 L 355.253906 140.070312 L 355.464844 140.101562 L 355.574219 140.117188 L 355.785156 140.148438 L 355.894531 140.164062 L 356.105469 140.195312 L 356.214844 140.210938 L 356.320312 140.222656 L 356.425781 140.238281 L 356.535156 140.253906 L 356.851562 140.300781 L 356.960938 140.316406 L 357.066406 140.328125 L 357.171875 140.34375 L 357.28125 140.359375 L 357.492188 140.390625 L 357.601562 140.40625 L 357.707031 140.417969 L 357.8125 140.433594 L 357.921875 140.449219 L 358.132812 140.480469 L 358.238281 140.492188 L 358.347656 140.507812 L 358.558594 140.539062 L 358.667969 140.554688 L 358.773438 140.566406 L 358.878906 140.582031 L 358.988281 140.597656 L 359.09375 140.613281 L 359.199219 140.625 L 359.308594 140.640625 L 359.519531 140.671875 L 359.625 140.683594 L 359.734375 140.699219 L 359.945312 140.730469 L 360.054688 140.742188 L 360.265625 140.773438 L 360.375 140.789062 L 360.480469 140.800781 L 360.691406 140.832031 L 360.800781 140.84375 L 361.011719 140.875 L 361.121094 140.886719 L 361.332031 140.917969 L 361.441406 140.929688 L 361.652344 140.960938 L 361.761719 140.972656 L 361.972656 141.003906 L 362.078125 141.015625 L 362.1875 141.03125 L 362.292969 141.046875 L 362.398438 141.058594 L 362.507812 141.074219 L 362.613281 141.089844 L 362.71875 141.101562 L 362.828125 141.117188 L 362.933594 141.128906 L 363.039062 141.144531 L 363.148438 141.160156 L 363.253906 141.171875 L 363.464844 141.203125 L 363.574219 141.214844 L 363.679688 141.230469 L 363.785156 141.242188 L 363.894531 141.257812 L 364 141.269531 L 364.105469 141.285156 L 364.214844 141.300781 L 364.320312 141.3125 L 364.425781 141.328125 L 364.535156 141.339844 L 364.640625 141.355469 L 364.746094 141.367188 L 364.851562 141.382812 L 364.960938 141.394531 L 365.066406 141.410156 L 365.171875 141.421875 L 365.28125 141.4375 L 365.386719 141.449219 L 365.492188 141.464844 L 365.601562 141.480469 L 365.707031 141.492188 L 365.8125 141.507812 L 365.921875 141.519531 L 366.027344 141.53125 L 366.132812 141.546875 L 366.238281 141.558594 L 366.347656 141.574219 L 366.453125 141.585938 L 366.558594 141.601562 L 366.667969 141.613281 L 366.773438 141.628906 L 366.878906 141.640625 L 366.988281 141.65625 L 367.09375 141.667969 L 367.199219 141.683594 L 367.308594 141.695312 L 367.414062 141.710938 L 367.625 141.734375 L 367.734375 141.75 L 367.839844 141.761719 L 367.945312 141.777344 L 368.054688 141.789062 L 368.160156 141.800781 L 368.265625 141.816406 L 368.375 141.828125 L 368.480469 141.84375 L 368.691406 141.867188 L 368.800781 141.882812 L 368.90625 141.894531 L 369.011719 141.910156 L 369.121094 141.921875 L 369.226562 141.933594 L 369.332031 141.949219 L 369.441406 141.960938 L 369.546875 141.972656 L 369.652344 141.988281 L 369.761719 142 L 369.867188 142.011719 L 369.972656 142.027344 L 370.078125 142.039062 L 370.1875 142.050781 L 370.292969 142.066406 L 370.398438 142.078125 L 370.507812 142.089844 L 370.613281 142.105469 L 370.71875 142.117188 L 370.828125 142.128906 L 370.933594 142.144531 L 371.039062 142.15625 L 371.148438 142.167969 L 371.253906 142.179688 L 371.359375 142.195312 L 371.464844 142.207031 L 371.574219 142.21875 L 371.679688 142.234375 L 371.785156 142.246094 L 371.894531 142.257812 L 372 142.269531 L 372.105469 142.285156 L 372.214844 142.296875 L 372.425781 142.320312 L 372.535156 142.335938 L 372.851562 142.371094 L 372.960938 142.386719 L 373.171875 142.410156 L 373.28125 142.421875 L 373.386719 142.433594 L 373.492188 142.449219 L 373.601562 142.460938 L 373.8125 142.484375 L 373.921875 142.496094 L 374.027344 142.507812 L 374.132812 142.523438 L 374.238281 142.535156 L 374.347656 142.546875 L 374.558594 142.570312 L 374.667969 142.582031 L 374.773438 142.597656 L 374.878906 142.609375 L 374.988281 142.621094 L 375.199219 142.644531 L 375.308594 142.65625 L 375.414062 142.667969 L 375.519531 142.683594 L 375.625 142.695312 L 375.734375 142.707031 L 375.945312 142.730469 L 376.054688 142.742188 L 376.265625 142.765625 L 376.375 142.777344 L 376.585938 142.800781 L 376.691406 142.816406 L 376.800781 142.828125 L 377.011719 142.851562 L 377.121094 142.863281 L 377.332031 142.886719 L 377.441406 142.898438 L 377.652344 142.921875 L 377.761719 142.933594 L 378.078125 142.96875 L 378.1875 142.980469 L 378.398438 143.003906 L 378.507812 143.015625 L 378.71875 143.039062 L 378.828125 143.050781 L 379.039062 143.074219 L 379.148438 143.085938 L 379.464844 143.121094 L 379.574219 143.132812 L 379.785156 143.15625 L 379.894531 143.167969 L 380.105469 143.191406 L 380.214844 143.203125 L 380.320312 143.214844 L 380.425781 143.222656 L 380.535156 143.234375 L 380.851562 143.269531 L 380.960938 143.28125 L 381.171875 143.304688 L 381.28125 143.316406 L 381.492188 143.339844 L 381.601562 143.347656 L 381.8125 143.371094 L 381.921875 143.382812 L 382.238281 143.417969 L 382.347656 143.425781 L 382.558594 143.449219 L 382.667969 143.460938 L 382.878906 143.484375 L 382.988281 143.492188 L 383.199219 143.515625 L 383.308594 143.527344 L 383.519531 143.550781 L 383.625 143.558594 L 383.734375 143.570312 L 383.945312 143.59375 L 384.054688 143.601562 L 384.265625 143.625 L 384.375 143.636719 L 384.480469 143.648438 L 384.585938 143.65625 L 384.691406 143.667969 L 384.800781 143.679688 L 384.90625 143.691406 L 385.011719 143.699219 L 385.121094 143.710938 L 385.332031 143.734375 L 385.441406 143.742188 L 385.652344 143.765625 L 385.761719 143.773438 L 386.078125 143.808594 L 386.1875 143.816406 L 386.398438 143.839844 L 386.507812 143.847656 L 386.71875 143.871094 L 386.828125 143.878906 L 387.039062 143.902344 L 387.148438 143.910156 L 387.359375 143.933594 L 387.464844 143.941406 L 387.574219 143.953125 L 387.679688 143.964844 L 387.785156 143.972656 L 387.894531 143.984375 L 388 143.996094 L 388.105469 144.003906 L 388.214844 144.015625 L 388.320312 144.023438 L 388.425781 144.035156 L 388.535156 144.046875 L 388.640625 144.054688 L 388.746094 144.066406 L 388.851562 144.074219 L 388.960938 144.085938 L 389.066406 144.097656 L 389.171875 144.105469 L 389.28125 144.117188 L 389.386719 144.125 L 389.492188 144.136719 L 389.601562 144.148438 L 389.707031 144.15625 L 389.8125 144.167969 L 389.921875 144.175781 L 390.027344 144.1875 L 390.132812 144.195312 L 390.238281 144.207031 L 390.347656 144.214844 L 390.453125 144.226562 L 390.558594 144.234375 L 390.667969 144.246094 L 390.773438 144.257812 L 390.878906 144.265625 L 390.988281 144.277344 L 391.09375 144.285156 L 391.199219 144.296875 L 391.308594 144.304688 L 391.414062 144.316406 L 391.519531 144.324219 L 391.625 144.335938 L 391.734375 144.34375 L 391.839844 144.351562 L 391.945312 144.363281 L 392.054688 144.371094 L 392.160156 144.382812 L 392.265625 144.390625 L 392.375 144.402344 L 392.480469 144.410156 L 392.585938 144.421875 L 392.691406 144.429688 L 392.800781 144.441406 L 393.011719 144.457031 L 393.121094 144.46875 L 393.226562 144.476562 L 393.332031 144.488281 L 393.441406 144.496094 L 393.546875 144.507812 L 393.652344 144.515625 L 393.761719 144.523438 L 393.867188 144.535156 L 393.972656 144.542969 L 394.078125 144.554688 L 394.1875 144.5625 L 394.292969 144.570312 L 394.398438 144.582031 L 394.507812 144.589844 L 394.613281 144.601562 L 394.71875 144.609375 L 394.828125 144.617188 L 394.933594 144.628906 L 395.039062 144.636719 L 395.148438 144.644531 L 395.253906 144.65625 L 395.464844 144.671875 L 395.574219 144.683594 L 395.785156 144.699219 L 395.894531 144.710938 L 396.105469 144.726562 L 396.214844 144.738281 L 396.425781 144.753906 L 396.535156 144.761719 L 396.640625 144.773438 L 396.851562 144.789062 L 396.960938 144.800781 L 397.171875 144.816406 L 397.28125 144.824219 L 397.386719 144.835938 L 397.492188 144.84375 L 397.601562 144.851562 L 397.707031 144.859375 L 397.8125 144.871094 L 397.921875 144.878906 L 398.132812 144.894531 L 398.238281 144.90625 L 398.347656 144.914062 L 398.558594 144.929688 L 398.667969 144.941406 L 398.878906 144.957031 L 398.988281 144.964844 L 399.09375 144.972656 L 399.199219 144.984375 L 399.308594 144.992188 L 399.625 145.015625 L 399.734375 145.023438 L 399.839844 145.035156 L 399.945312 145.042969 L 400.054688 145.050781 L 400.265625 145.066406 L 400.375 145.074219 L 400.480469 145.085938 L 400.691406 145.101562 L 400.800781 145.109375 L 401.011719 145.125 L 401.121094 145.132812 L 401.226562 145.140625 L 401.332031 145.152344 L 401.441406 145.160156 L 401.652344 145.175781 L 401.761719 145.183594 L 402.078125 145.207031 L 402.1875 145.214844 L 402.398438 145.230469 L 402.507812 145.238281 L 402.613281 145.25 L 402.71875 145.257812 L 402.828125 145.265625 L 403.039062 145.28125 L 403.148438 145.289062 L 403.464844 145.3125 L 403.574219 145.320312 L 403.785156 145.335938 L 403.894531 145.34375 L 404.105469 145.359375 L 404.214844 145.367188 L 404.425781 145.382812 L 404.535156 145.390625 L 404.851562 145.414062 L 404.960938 145.421875 L 405.171875 145.4375 L 405.28125 145.445312 L 405.492188 145.460938 L 405.601562 145.46875 L 405.707031 145.472656 L 405.8125 145.480469 L 405.921875 145.488281 L 406.238281 145.511719 L 406.347656 145.519531 L 406.558594 145.535156 L 406.667969 145.542969 L 406.878906 145.558594 L 406.988281 145.5625 L 407.199219 145.578125 L 407.308594 145.585938 L 407.625 145.609375 L 407.734375 145.617188 L 407.839844 145.621094 L 407.945312 145.628906 L 408.054688 145.636719 L 408.265625 145.652344 L 408.375 145.660156 L 408.480469 145.664062 L 408.691406 145.679688 L 408.800781 145.6875 L 409.011719 145.703125 L 409.121094 145.707031 L 409.332031 145.722656 L 409.441406 145.730469 L 409.546875 145.738281 L 409.652344 145.742188 L 409.761719 145.75 L 409.972656 145.765625 L 410.078125 145.769531 L 410.1875 145.777344 L 410.398438 145.792969 L 410.507812 145.796875 L 410.71875 145.8125 L 410.828125 145.820312 L 410.933594 145.824219 L 411.039062 145.832031 L 411.148438 145.839844 L 411.253906 145.847656 L 411.359375 145.851562 L 411.464844 145.859375 L 411.574219 145.867188 L 411.679688 145.871094 L 411.785156 145.878906 L 411.894531 145.886719 L 412 145.894531 L 412.105469 145.898438 L 412.214844 145.90625 L 412.320312 145.914062 L 412.425781 145.917969 L 412.535156 145.925781 L 412.640625 145.933594 L 412.746094 145.9375 L 412.851562 145.945312 L 412.960938 145.953125 L 413.066406 145.957031 L 413.171875 145.964844 L 413.28125 145.972656 L 413.386719 145.976562 L 413.492188 145.984375 L 413.601562 145.988281 L 413.8125 146.003906 L 413.921875 146.007812 L 414.132812 146.023438 L 414.238281 146.027344 L 414.347656 146.035156 L 414.453125 146.039062 L 414.558594 146.046875 L 414.667969 146.054688 L 414.773438 146.058594 L 414.878906 146.066406 L 414.988281 146.070312 L 415.09375 146.078125 L 415.199219 146.082031 L 415.308594 146.089844 L 415.414062 146.097656 L 415.519531 146.101562 L 415.625 146.109375 L 415.734375 146.113281 L 415.839844 146.121094 L 415.945312 146.125 L 416.054688 146.132812 L 416.160156 146.136719 L 416.265625 146.144531 L 416.375 146.148438 L 416.585938 146.164062 L 416.691406 146.167969 L 416.800781 146.175781 L 416.90625 146.179688 L 417.011719 146.1875 L 417.121094 146.191406 L 417.226562 146.199219 L 417.332031 146.203125 L 417.441406 146.210938 L 417.652344 146.21875 L 417.761719 146.226562 L 417.867188 146.230469 L 417.972656 146.238281 L 418.078125 146.242188 L 418.1875 146.25 L 418.292969 146.253906 L 418.398438 146.261719 L 418.507812 146.265625 L 418.613281 146.273438 L 418.71875 146.277344 L 418.828125 146.28125 L 418.933594 146.289062 L 419.039062 146.292969 L 419.148438 146.300781 L 419.253906 146.304688 L 419.359375 146.3125 L 419.464844 146.316406 L 419.574219 146.320312 L 419.679688 146.328125 L 419.785156 146.332031 L 419.894531 146.335938 L 420 146.34375 L 420.105469 146.347656 L 420.214844 146.355469 L 420.425781 146.363281 L 420.535156 146.371094 L 420.746094 146.378906 L 420.851562 146.386719 L 420.960938 146.390625 L 421.066406 146.394531 L 421.171875 146.402344 L 421.28125 146.40625 L 421.386719 146.410156 L 421.492188 146.417969 L 421.601562 146.421875 L 421.707031 146.425781 L 421.8125 146.433594 L 421.921875 146.4375 L 422.027344 146.441406 L 422.132812 146.449219 L 422.238281 146.453125 L 422.347656 146.457031 L 422.453125 146.464844 L 422.558594 146.46875 L 422.667969 146.472656 L 422.773438 146.476562 L 422.878906 146.484375 L 422.988281 146.488281 L 423.199219 146.496094 L 423.308594 146.503906 L 423.625 146.515625 L 423.734375 146.523438 L 423.945312 146.53125 L 424.054688 146.535156 L 424.160156 146.542969 L 424.265625 146.546875 L 424.375 146.550781 L 424.585938 146.558594 L 424.691406 146.566406 L 424.800781 146.570312 L 425.011719 146.578125 L 425.121094 146.582031 L 425.226562 146.589844 L 425.332031 146.59375 L 425.441406 146.597656 L 425.652344 146.605469 L 425.761719 146.613281 L 426.078125 146.625 L 426.1875 146.628906 L 426.398438 146.636719 L 426.507812 146.644531 L 426.71875 146.652344 L 426.828125 146.65625 L 427.039062 146.664062 L 427.148438 146.667969 L 427.359375 146.675781 L 427.464844 146.683594 L 427.574219 146.6875 L 427.785156 146.695312 L 427.894531 146.699219 L 428.105469 146.707031 L 428.214844 146.710938 L 428.425781 146.71875 L 428.535156 146.722656 L 428.851562 146.734375 L 428.960938 146.738281 L 429.171875 146.746094 L 429.28125 146.753906 L 429.492188 146.761719 L 429.601562 146.765625 L 429.8125 146.773438 L 429.921875 146.777344 L 430.238281 146.789062 L 430.347656 146.792969 L 430.453125 146.796875 L 430.558594 146.796875 L 430.667969 146.800781 L 430.878906 146.808594 L 430.988281 146.8125 L 431.199219 146.820312 L 431.308594 146.824219 L 431.625 146.835938 L 431.734375 146.839844 L 431.945312 146.847656 L 432.054688 146.851562 L 432.265625 146.859375 L 432.375 146.859375 L 432.691406 146.871094 L 432.800781 146.875 L 433.011719 146.882812 L 433.121094 146.886719 L 433.226562 146.890625 L 433.332031 146.890625 L 433.441406 146.894531 L 433.652344 146.902344 L 433.761719 146.90625 L 433.972656 146.914062 L 434.078125 146.914062 L 434.1875 146.917969 L 434.398438 146.925781 L 434.507812 146.929688 L 434.613281 146.933594 L 434.71875 146.933594 L 434.828125 146.9375 L 435.039062 146.945312 L 435.148438 146.949219 L 435.253906 146.949219 L 435.464844 146.957031 L 435.574219 146.960938 L 435.679688 146.960938 L 435.785156 146.964844 L 435.894531 146.96875 L 436.105469 146.976562 L 436.214844 146.976562 L 436.425781 146.984375 L 436.535156 146.988281 L 436.640625 146.988281 L 436.851562 146.996094 L 436.960938 146.996094 L 437.171875 147.003906 L 437.28125 147.007812 L 437.386719 147.007812 L 437.492188 147.011719 L 437.601562 147.015625 L 437.707031 147.015625 L 437.8125 147.019531 L 437.921875 147.023438 L 438.027344 147.027344 L 438.132812 147.027344 L 438.238281 147.03125 L 438.347656 147.035156 L 438.453125 147.035156 L 438.558594 147.039062 L 438.667969 147.042969 L 438.773438 147.042969 L 438.878906 147.046875 L 438.988281 147.050781 L 439.09375 147.050781 L 439.199219 147.054688 L 439.308594 147.054688 L 439.519531 147.0625 L 439.625 147.0625 L 439.734375 147.066406 L 439.839844 147.070312 L 439.945312 147.070312 L 440.054688 147.074219 L 440.160156 147.074219 L 440.265625 147.078125 L 440.375 147.082031 L 440.480469 147.082031 L 440.585938 147.085938 L 440.691406 147.085938 L 440.800781 147.089844 L 440.90625 147.09375 L 441.011719 147.09375 L 441.121094 147.097656 L 441.226562 147.097656 L 441.332031 147.101562 L 441.441406 147.101562 L 441.546875 147.105469 L 441.652344 147.105469 L 441.761719 147.109375 L 441.867188 147.113281 L 441.972656 147.113281 L 442.078125 147.117188 L 442.1875 147.117188 L 442.292969 147.121094 L 442.398438 147.121094 L 442.507812 147.125 L 442.613281 147.125 L 442.71875 147.128906 L 442.828125 147.128906 L 442.933594 147.132812 L 443.039062 147.132812 L 443.148438 147.136719 L 443.253906 147.136719 L 443.359375 147.140625 L 443.464844 147.140625 L 443.574219 147.144531 L 443.785156 147.144531 L 443.894531 147.148438 L 444 147.148438 L 444.105469 147.152344 L 444.214844 147.152344 L 444.320312 147.15625 L 444.425781 147.15625 L 444.535156 147.160156 L 444.746094 147.160156 L 444.851562 147.164062 L 444.960938 147.164062 L 445.066406 147.167969 L 445.171875 147.167969 L 445.28125 147.171875 L 445.492188 147.171875 L 445.601562 147.175781 L 445.707031 147.175781 L 445.8125 147.179688 L 446.027344 147.179688 L 446.132812 147.183594 L 446.347656 147.183594 L 446.453125 147.1875 L 446.667969 147.1875 L 446.773438 147.191406 L 446.988281 147.191406 L 447.09375 147.195312 L 447.308594 147.195312 L 447.414062 147.199219 L 447.625 147.199219 L 447.734375 147.203125 L 447.945312 147.203125 L 448.054688 147.207031 L 448.265625 147.207031 L 448.375 147.210938 L 448.691406 147.210938 L 448.800781 147.214844 L 449.121094 147.214844 L 449.226562 147.21875 L 449.546875 147.21875 L 449.652344 147.222656 L 449.972656 147.222656 L 450.078125 147.226562 L 450.507812 147.226562 L 450.613281 147.230469 L 451.039062 147.230469 L 451.148438 147.234375 L 451.679688 147.234375 L 451.785156 147.238281 L 452.425781 147.238281 L 452.535156 147.242188 L 453.492188 147.242188 L 453.601562 147.246094 L 457.867188 147.246094 L 457.972656 147.242188 L 458.398438 147.242188 "/>< path style="fill:none;stroke-width:0.75;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 59.039062 430.558594 L 473.761719 430.558594 L 473.761719 59.039062 L 59.039062 59.039062 L 59.039062 430.558594 "/>< g style="fill:rgb(0%,0%,0%);fill-opacity:1;"> < use xlink:href="#glyph0-1" x="255.398438" y="485.057617"/> < use xlink:href="#glyph0-2" x="264.0625" y="485.057617"/> < use xlink:href="#glyph0-3" x="270.43457" y="485.057617"/>< path style="fill:none;stroke-width:0.75;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(100%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 74.398438 304.78125 L 74.613281 304.78125 L 74.71875 304.785156 L 74.933594 304.785156 L 75.039062 304.789062 L 75.148438 304.789062 L 75.253906 304.792969 L 75.359375 304.792969 L 75.464844 304.796875 L 75.574219 304.800781 L 75.785156 304.808594 L 75.894531 304.8125 L 76.105469 304.820312 L 76.214844 304.824219 L 76.320312 304.832031 L 76.425781 304.835938 L 76.535156 304.839844 L 76.746094 304.855469 L 76.851562 304.859375 L 76.960938 304.867188 L 77.171875 304.882812 L 77.28125 304.890625 L 77.492188 304.90625 L 77.601562 304.914062 L 77.707031 304.925781 L 77.8125 304.933594 L 77.921875 304.945312 L 78.027344 304.953125 L 78.132812 304.964844 L 78.238281 304.972656 L 78.347656 304.984375 L 78.558594 305.007812 L 78.667969 305.019531 L 78.878906 305.042969 L 78.988281 305.054688 L 79.09375 305.070312 L 79.199219 305.082031 L 79.308594 305.09375 L 79.414062 305.109375 L 79.519531 305.121094 L 79.625 305.136719 L 79.734375 305.152344 L 79.945312 305.183594 L 80.054688 305.199219 L 80.265625 305.230469 L 80.375 305.246094 L 80.480469 305.261719 L 80.585938 305.28125 L 80.691406 305.296875 L 80.800781 305.3125 L 81.011719 305.351562 L 81.121094 305.367188 L 81.332031 305.40625 L 81.441406 305.425781 L 81.652344 305.464844 L 81.761719 305.484375 L 81.867188 305.507812 L 82.078125 305.546875 L 82.1875 305.570312 L 82.292969 305.589844 L 82.398438 305.613281 L 82.507812 305.636719 L 82.613281 305.660156 L 82.71875 305.679688 L 82.828125 305.703125 L 83.039062 305.75 L 83.148438 305.777344 L 83.359375 305.824219 L 83.464844 305.851562 L 83.574219 305.875 L 83.679688 305.902344 L 83.785156 305.925781 L 83.894531 305.953125 L 84.105469 306.007812 L 84.214844 306.03125 L 84.320312 306.058594 L 84.425781 306.089844 L 84.535156 306.117188 L 84.746094 306.171875 L 84.851562 306.203125 L 84.960938 306.230469 L 85.066406 306.261719 L 85.171875 306.289062 L 85.28125 306.320312 L 85.386719 306.347656 L 85.492188 306.378906 L 85.601562 306.40625 L 85.707031 306.4375 L 85.8125 306.464844 L 85.921875 306.496094 L 86.027344 306.527344 L 86.132812 306.554688 L 86.238281 306.585938 L 86.347656 306.613281 L 86.453125 306.644531 L 86.558594 306.671875 L 86.667969 306.703125 L 86.773438 306.730469 L 86.878906 306.761719 L 86.988281 306.789062 L 87.09375 306.820312 L 87.199219 306.847656 L 87.308594 306.878906 L 87.414062 306.90625 L 87.625 306.96875 L 87.734375 306.996094 L 87.839844 307.027344 L 87.945312 307.054688 L 88.054688 307.085938 L 88.160156 307.113281 L 88.265625 307.144531 L 88.375 307.171875 L 88.480469 307.203125 L 88.585938 307.230469 L 88.691406 307.261719 L 88.800781 307.289062 L 88.90625 307.320312 L 89.011719 307.347656 L 89.121094 307.378906 L 89.226562 307.40625 L 89.332031 307.4375 L 89.441406 307.464844 L 89.546875 307.496094 L 89.652344 307.523438 L 89.761719 307.554688 L 89.867188 307.582031 L 89.972656 307.613281 L 90.078125 307.640625 L 90.1875 307.671875 L 90.292969 307.699219 L 90.398438 307.730469 L 90.507812 307.757812 L 90.613281 307.785156 L 90.71875 307.816406 L 90.828125 307.84375 L 90.933594 307.875 L 91.039062 307.902344 L 91.148438 307.933594 L 91.253906 307.960938 L 91.359375 307.992188 L 91.464844 308.019531 L 91.574219 308.050781 L 91.679688 308.078125 L 91.785156 308.109375 L 91.894531 308.136719 L 92 308.167969 L 92.105469 308.195312 L 92.214844 308.222656 L 92.320312 308.253906 L 92.425781 308.28125 L 92.535156 308.3125 L 92.640625 308.339844 L 92.746094 308.371094 L 92.851562 308.398438 L 92.960938 308.429688 L 93.171875 308.484375 L 93.28125 308.515625 L 93.386719 308.542969 L 93.492188 308.574219 L 93.601562 308.601562 L 93.707031 308.632812 L 93.8125 308.660156 L 93.921875 308.6875 L 94.027344 308.71875 L 94.132812 308.746094 L 94.238281 308.777344 L 94.347656 308.804688 L 94.453125 308.832031 L 94.558594 308.863281 L 94.667969 308.890625 L 94.773438 308.921875 L 94.878906 308.949219 L 94.988281 308.980469 L 95.199219 309.035156 L 95.308594 309.066406 L 95.414062 309.09375 L 95.519531 309.125 L 95.625 309.152344 L 95.734375 309.179688 L 95.839844 309.210938 L 95.945312 309.238281 L 96.054688 309.269531 L 96.265625 309.324219 L 96.375 309.355469 L 96.480469 309.382812 L 96.585938 309.414062 L 96.691406 309.441406 L 96.800781 309.472656 L 96.90625 309.5 L 97.011719 309.53125 L 97.121094 309.558594 L 97.226562 309.589844 L 97.332031 309.617188 L 97.441406 309.648438 L 97.546875 309.675781 L 97.652344 309.707031 L 97.761719 309.734375 L 97.867188 309.765625 L 97.972656 309.792969 L 98.078125 309.824219 L 98.1875 309.851562 L 98.292969 309.882812 L 98.398438 309.910156 L 98.507812 309.941406 L 98.613281 309.972656 L 98.71875 310 L 98.828125 310.03125 L 98.933594 310.058594 L 99.039062 310.089844 L 99.148438 310.121094 L 99.253906 310.148438 L 99.359375 310.179688 L 99.464844 310.207031 L 99.574219 310.238281 L 99.679688 310.269531 L 99.785156 310.296875 L 99.894531 310.328125 L 100 310.359375 L 100.105469 310.386719 L 100.214844 310.417969 L 100.320312 310.449219 L 100.425781 310.476562 L 100.535156 310.507812 L 100.746094 310.570312 L 100.851562 310.597656 L 100.960938 310.628906 L 101.171875 310.691406 L 101.28125 310.71875 L 101.492188 310.78125 L 101.601562 310.8125 L 101.707031 310.839844 L 101.8125 310.871094 L 101.921875 310.902344 L 102.132812 310.964844 L 102.238281 310.992188 L 102.347656 311.023438 L 102.558594 311.085938 L 102.667969 311.117188 L 102.773438 311.148438 L 102.878906 311.175781 L 102.988281 311.207031 L 103.199219 311.269531 L 103.308594 311.300781 L 103.625 311.394531 L 103.734375 311.425781 L 103.839844 311.457031 L 103.945312 311.484375 L 104.054688 311.515625 L 104.265625 311.578125 L 104.375 311.609375 L 104.691406 311.703125 L 104.800781 311.734375 L 105.011719 311.796875 L 105.121094 311.828125 L 105.332031 311.890625 L 105.441406 311.921875 L 105.652344 311.984375 L 105.761719 312.015625 L 105.972656 312.078125 L 106.078125 312.113281 L 106.1875 312.144531 L 106.398438 312.207031 L 106.507812 312.238281 L 106.71875 312.300781 L 106.828125 312.332031 L 107.039062 312.394531 L 107.148438 312.425781 L 107.253906 312.457031 L 107.359375 312.492188 L 107.464844 312.523438 L 107.574219 312.554688 L 107.785156 312.617188 L 107.894531 312.648438 L 108.105469 312.710938 L 108.214844 312.742188 L 108.425781 312.804688 L 108.535156 312.835938 L 108.851562 312.929688 L 108.960938 312.964844 L 109.171875 313.027344 L 109.28125 313.058594 L 109.492188 313.121094 L 109.601562 313.152344 L 109.8125 313.214844 L 109.921875 313.246094 L 110.238281 313.339844 L 110.347656 313.371094 L 110.558594 313.433594 L 110.667969 313.464844 L 110.878906 313.527344 L 110.988281 313.558594 L 111.199219 313.621094 L 111.308594 313.652344 L 111.625 313.746094 L 111.734375 313.777344 L 111.945312 313.839844 L 112.054688 313.871094 L 112.265625 313.933594 L 112.375 313.964844 L 112.691406 314.058594 L 112.800781 314.089844 L 113.011719 314.152344 L 113.121094 314.183594 L 113.332031 314.246094 L 113.441406 314.277344 L 113.652344 314.339844 L 113.761719 314.371094 L 114.078125 314.464844 L 114.1875 314.496094 L 114.398438 314.558594 L 114.507812 314.589844 L 114.71875 314.652344 L 114.828125 314.683594 L 115.039062 314.746094 L 115.148438 314.777344 L 115.464844 314.871094 L 115.574219 314.902344 L 115.785156 314.964844 L 115.894531 314.996094 L 116.105469 315.058594 L 116.214844 315.089844 L 116.425781 315.152344 L 116.535156 315.179688 L 116.851562 315.273438 L 116.960938 315.304688 L 117.171875 315.367188 L 117.28125 315.398438 L 117.492188 315.460938 L 117.601562 315.492188 L 117.8125 315.554688 L 117.921875 315.585938 L 118.027344 315.617188 L 118.132812 315.644531 L 118.238281 315.675781 L 118.347656 315.707031 L 118.558594 315.769531 L 118.667969 315.800781 L 118.878906 315.863281 L 118.988281 315.894531 L 119.199219 315.957031 L 119.308594 315.988281 L 119.414062 316.015625 L 119.625 316.078125 L 119.734375 316.109375 L 119.945312 316.171875 L 120.054688 316.203125 L 120.265625 316.265625 L 120.375 316.292969 L 120.691406 316.386719 L 120.800781 316.417969 L 121.011719 316.480469 L 121.121094 316.511719 L 121.226562 316.542969 L 121.332031 316.570312 L 121.441406 316.601562 L 121.652344 316.664062 L 121.761719 316.695312 L 121.972656 316.757812 L 122.078125 316.785156 L 122.1875 316.816406 L 122.398438 316.878906 L 122.507812 316.910156 L 122.71875 316.972656 L 122.828125 317.003906 L 122.933594 317.03125 L 123.039062 317.0625 L 123.148438 317.09375 L 123.464844 317.1875 L 123.574219 317.214844 L 123.785156 317.277344 L 123.894531 317.308594 L 124.105469 317.371094 L 124.214844 317.398438 L 124.425781 317.460938 L 124.535156 317.492188 L 124.746094 317.554688 L 124.851562 317.582031 L 124.960938 317.613281 L 125.171875 317.675781 L 125.28125 317.707031 L 125.386719 317.738281 L 125.492188 317.765625 L 125.601562 317.796875 L 125.8125 317.859375 L 125.921875 317.890625 L 126.027344 317.917969 L 126.238281 317.980469 L 126.347656 318.011719 L 126.453125 318.042969 L 126.558594 318.070312 L 126.667969 318.101562 L 126.878906 318.164062 L 126.988281 318.195312 L 127.09375 318.222656 L 127.199219 318.253906 L 127.308594 318.285156 L 127.519531 318.347656 L 127.625 318.375 L 127.734375 318.40625 L 127.945312 318.46875 L 128.054688 318.5 L 128.160156 318.527344 L 128.265625 318.558594 L 128.375 318.589844 L 128.691406 318.683594 L 128.800781 318.714844 L 129.011719 318.777344 L 129.121094 318.808594 L 129.332031 318.871094 L 129.441406 318.902344 L 129.652344 318.964844 L 129.761719 318.996094 L 129.972656 319.058594 L 130.078125 319.09375 L 130.1875 319.125 L 130.398438 319.1875 L 130.507812 319.21875 L 130.613281 319.253906 L 130.71875 319.285156 L 130.828125 319.316406 L 130.933594 319.347656 L 131.039062 319.382812 L 131.148438 319.414062 L 131.253906 319.445312 L 131.359375 319.480469 L 131.464844 319.511719 L 131.574219 319.546875 L 131.785156 319.609375 L 131.894531 319.644531 L 132 319.675781 L 132.105469 319.710938 L 132.214844 319.742188 L 132.320312 319.777344 L 132.425781 319.808594 L 132.535156 319.84375 L 132.640625 319.875 L 132.851562 319.945312 L 132.960938 319.976562 L 133.066406 320.011719 L 133.171875 320.042969 L 133.28125 320.078125 L 133.492188 320.148438 L 133.601562 320.179688 L 133.8125 320.25 L 133.921875 320.285156 L 134.027344 320.316406 L 134.238281 320.386719 L 134.347656 320.421875 L 134.558594 320.492188 L 134.667969 320.523438 L 134.878906 320.59375 L 134.988281 320.628906 L 135.199219 320.699219 L 135.308594 320.734375 L 135.625 320.839844 L 135.734375 320.875 L 135.945312 320.945312 L 136.054688 320.984375 L 136.265625 321.054688 L 136.375 321.089844 L 136.585938 321.160156 L 136.691406 321.199219 L 136.800781 321.234375 L 137.011719 321.304688 L 137.121094 321.34375 L 137.332031 321.414062 L 137.441406 321.453125 L 137.652344 321.523438 L 137.761719 321.5625 L 137.867188 321.597656 L 137.972656 321.636719 L 138.078125 321.671875 L 138.1875 321.707031 L 138.292969 321.746094 L 138.398438 321.78125 L 138.507812 321.820312 L 138.613281 321.855469 L 138.71875 321.894531 L 138.828125 321.929688 L 138.933594 321.96875 L 139.039062 322.003906 L 139.148438 322.042969 L 139.253906 322.078125 L 139.359375 322.117188 L 139.464844 322.152344 L 139.574219 322.191406 L 139.679688 322.226562 L 139.785156 322.265625 L 139.894531 322.300781 L 140 322.339844 L 140.105469 322.375 L 140.214844 322.414062 L 140.320312 322.449219 L 140.425781 322.488281 L 140.535156 322.523438 L 140.640625 322.5625 L 140.851562 322.632812 L 140.960938 322.671875 L 141.066406 322.707031 L 141.171875 322.746094 L 141.28125 322.78125 L 141.386719 322.820312 L 141.492188 322.855469 L 141.601562 322.894531 L 141.707031 322.929688 L 141.8125 322.96875 L 141.921875 323.003906 L 142.027344 323.042969 L 142.238281 323.113281 L 142.347656 323.152344 L 142.453125 323.1875 L 142.558594 323.226562 L 142.667969 323.261719 L 142.773438 323.300781 L 142.878906 323.335938 L 142.988281 323.375 L 143.199219 323.445312 L 143.308594 323.484375 L 143.414062 323.519531 L 143.519531 323.558594 L 143.625 323.59375 L 143.734375 323.632812 L 143.945312 323.703125 L 144.054688 323.742188 L 144.160156 323.777344 L 144.265625 323.816406 L 144.375 323.851562 L 144.480469 323.886719 L 144.585938 323.925781 L 144.691406 323.960938 L 144.800781 324 L 144.90625 324.035156 L 145.011719 324.074219 L 145.121094 324.109375 L 145.226562 324.144531 L 145.332031 324.183594 L 145.441406 324.21875 L 145.546875 324.257812 L 145.652344 324.292969 L 145.761719 324.328125 L 145.867188 324.367188 L 145.972656 324.402344 L 146.078125 324.441406 L 146.1875 324.476562 L 146.292969 324.511719 L 146.398438 324.550781 L 146.507812 324.585938 L 146.613281 324.625 L 146.71875 324.660156 L 146.828125 324.695312 L 146.933594 324.734375 L 147.039062 324.769531 L 147.148438 324.804688 L 147.253906 324.84375 L 147.359375 324.878906 L 147.464844 324.917969 L 147.574219 324.953125 L 147.679688 324.988281 L 147.785156 325.027344 L 147.894531 325.0625 L 148 325.101562 L 148.105469 325.136719 L 148.214844 325.171875 L 148.320312 325.210938 L 148.425781 325.246094 L 148.535156 325.28125 L 148.640625 325.320312 L 148.851562 325.390625 L 148.960938 325.429688 L 149.066406 325.464844 L 149.171875 325.503906 L 149.28125 325.539062 L 149.386719 325.574219 L 149.492188 325.613281 L 149.601562 325.648438 L 149.707031 325.683594 L 149.8125 325.722656 L 149.921875 325.757812 L 150.027344 325.792969 L 150.132812 325.832031 L 150.238281 325.867188 L 150.347656 325.902344 L 150.453125 325.941406 L 150.558594 325.976562 L 150.667969 326.011719 L 150.773438 326.050781 L 150.878906 326.085938 L 150.988281 326.121094 L 151.09375 326.160156 L 151.199219 326.195312 L 151.308594 326.230469 L 151.414062 326.269531 L 151.625 326.339844 L 151.734375 326.378906 L 151.945312 326.449219 L 152.054688 326.488281 L 152.265625 326.558594 L 152.375 326.597656 L 152.691406 326.703125 L 152.800781 326.742188 L 153.011719 326.8125 L 153.121094 326.851562 L 153.332031 326.921875 L 153.441406 326.960938 L 153.652344 327.03125 L 153.761719 327.070312 L 154.078125 327.175781 L 154.1875 327.214844 L 154.398438 327.285156 L 154.507812 327.324219 L 154.71875 327.394531 L 154.828125 327.429688 L 154.933594 327.46875 L 155.039062 327.503906 L 155.148438 327.539062 L 155.253906 327.578125 L 155.464844 327.648438 L 155.574219 327.683594 L 155.679688 327.722656 L 155.785156 327.757812 L 155.894531 327.792969 L 156 327.828125 L 156.105469 327.867188 L 156.214844 327.902344 L 156.320312 327.9375 L 156.425781 327.976562 L 156.535156 328.011719 L 156.746094 328.082031 L 156.851562 328.121094 L 156.960938 328.15625 L 157.171875 328.226562 L 157.28125 328.265625 L 157.492188 328.335938 L 157.601562 328.371094 L 157.707031 328.410156 L 157.8125 328.445312 L 157.921875 328.480469 L 158.027344 328.515625 L 158.132812 328.554688 L 158.238281 328.589844 L 158.347656 328.625 L 158.453125 328.660156 L 158.558594 328.699219 L 158.667969 328.734375 L 158.878906 328.804688 L 158.988281 328.839844 L 159.09375 328.878906 L 159.199219 328.914062 L 159.308594 328.949219 L 159.414062 328.984375 L 159.519531 329.023438 L 159.625 329.058594 L 159.734375 329.09375 L 159.945312 329.164062 L 160.054688 329.203125 L 160.265625 329.273438 L 160.375 329.308594 L 160.480469 329.347656 L 160.691406 329.417969 L 160.800781 329.453125 L 160.90625 329.488281 L 161.011719 329.527344 L 161.121094 329.5625 L 161.332031 329.632812 L 161.441406 329.667969 L 161.546875 329.707031 L 161.652344 329.742188 L 161.761719 329.777344 L 161.972656 329.847656 L 162.078125 329.886719 L 162.1875 329.921875 L 162.398438 329.992188 L 162.507812 330.027344 L 162.613281 330.066406 L 162.71875 330.101562 L 162.828125 330.136719 L 163.039062 330.207031 L 163.148438 330.242188 L 163.253906 330.28125 L 163.464844 330.351562 L 163.574219 330.386719 L 163.785156 330.457031 L 163.894531 330.496094 L 164.105469 330.566406 L 164.214844 330.601562 L 164.425781 330.671875 L 164.535156 330.710938 L 164.851562 330.816406 L 164.960938 330.851562 L 165.066406 330.886719 L 165.171875 330.925781 L 165.28125 330.960938 L 165.492188 331.03125 L 165.601562 331.066406 L 165.8125 331.136719 L 165.921875 331.175781 L 166.238281 331.28125 L 166.347656 331.316406 L 166.558594 331.386719 L 166.667969 331.425781 L 166.878906 331.496094 L 166.988281 331.53125 L 167.199219 331.601562 L 167.308594 331.636719 L 167.414062 331.675781 L 167.625 331.746094 L 167.734375 331.78125 L 167.945312 331.851562 L 168.054688 331.886719 L 168.160156 331.921875 L 168.265625 331.960938 L 168.375 331.996094 L 168.691406 332.101562 L 168.800781 332.136719 L 169.011719 332.207031 L 169.121094 332.242188 L 169.226562 332.277344 L 169.332031 332.316406 L 169.441406 332.351562 L 169.652344 332.421875 L 169.761719 332.457031 L 170.078125 332.5625 L 170.1875 332.597656 L 170.292969 332.632812 L 170.398438 332.671875 L 170.507812 332.707031 L 170.71875 332.777344 L 170.828125 332.8125 L 171.039062 332.882812 L 171.148438 332.917969 L 171.464844 333.023438 L 171.574219 333.058594 L 171.679688 333.097656 L 171.785156 333.132812 L 171.894531 333.167969 L 172.105469 333.238281 L 172.214844 333.273438 L 172.425781 333.34375 L 172.535156 333.378906 L 172.851562 333.484375 L 172.960938 333.519531 L 173.171875 333.589844 L 173.28125 333.628906 L 173.492188 333.699219 L 173.601562 333.734375 L 173.8125 333.804688 L 173.921875 333.839844 L 174.238281 333.945312 L 174.347656 333.980469 L 174.558594 334.050781 L 174.667969 334.085938 L 174.878906 334.15625 L 174.988281 334.191406 L 175.199219 334.261719 L 175.308594 334.296875 L 175.625 334.402344 L 175.734375 334.441406 L 175.945312 334.511719 L 176.054688 334.546875 L 176.265625 334.617188 L 176.375 334.652344 L 176.691406 334.757812 L 176.800781 334.792969 L 177.011719 334.863281 L 177.121094 334.898438 L 177.332031 334.96875 L 177.441406 335.003906 L 177.652344 335.074219 L 177.761719 335.109375 L 178.078125 335.214844 L 178.1875 335.25 L 178.398438 335.320312 L 178.507812 335.355469 L 178.71875 335.425781 L 178.828125 335.460938 L 179.039062 335.53125 L 179.148438 335.566406 L 179.464844 335.671875 L 179.574219 335.707031 L 179.785156 335.777344 L 179.894531 335.8125 L 180.105469 335.882812 L 180.214844 335.917969 L 180.425781 335.988281 L 180.535156 336.019531 L 180.851562 336.125 L 180.960938 336.160156 L 181.171875 336.230469 L 181.28125 336.265625 L 181.492188 336.335938 L 181.601562 336.371094 L 181.8125 336.441406 L 181.921875 336.476562 L 182.238281 336.582031 L 182.347656 336.617188 L 182.558594 336.6875 L 182.667969 336.722656 L 182.878906 336.792969 L 182.988281 336.828125 L 183.09375 336.859375 L 183.199219 336.894531 L 183.308594 336.929688 L 183.625 337.035156 L 183.734375 337.070312 L 183.945312 337.140625 L 184.054688 337.175781 L 184.265625 337.246094 L 184.375 337.28125 L 184.585938 337.351562 L 184.691406 337.382812 L 184.800781 337.417969 L 185.011719 337.488281 L 185.121094 337.523438 L 185.332031 337.59375 L 185.441406 337.628906 L 185.652344 337.699219 L 185.761719 337.734375 L 185.867188 337.769531 L 185.972656 337.800781 L 186.078125 337.835938 L 186.1875 337.871094 L 186.398438 337.941406 L 186.507812 337.976562 L 186.71875 338.046875 L 186.828125 338.082031 L 186.933594 338.117188 L 187.039062 338.148438 L 187.148438 338.183594 L 187.464844 338.289062 L 187.574219 338.324219 L 187.785156 338.394531 L 187.894531 338.429688 L 188 338.464844 L 188.105469 338.496094 L 188.214844 338.53125 L 188.425781 338.601562 L 188.535156 338.636719 L 188.851562 338.742188 L 188.960938 338.773438 L 189.171875 338.84375 L 189.28125 338.878906 L 189.492188 338.949219 L 189.601562 338.984375 L 189.707031 339.019531 L 189.8125 339.050781 L 189.921875 339.085938 L 190.238281 339.191406 L 190.347656 339.226562 L 190.453125 339.261719 L 190.558594 339.292969 L 190.667969 339.328125 L 190.878906 339.398438 L 190.988281 339.433594 L 191.199219 339.503906 L 191.308594 339.535156 L 191.625 339.640625 L 191.734375 339.675781 L 191.945312 339.746094 L 192.054688 339.777344 L 192.265625 339.847656 L 192.375 339.882812 L 192.585938 339.953125 L 192.691406 339.984375 L 192.800781 340.019531 L 193.011719 340.089844 L 193.121094 340.125 L 193.226562 340.160156 L 193.332031 340.191406 L 193.441406 340.226562 L 193.652344 340.296875 L 193.761719 340.332031 L 193.867188 340.367188 L 193.972656 340.398438 L 194.078125 340.433594 L 194.1875 340.46875 L 194.398438 340.539062 L 194.507812 340.570312 L 194.71875 340.640625 L 194.828125 340.675781 L 194.933594 340.710938 L 195.039062 340.742188 L 195.148438 340.777344 L 195.464844 340.882812 L 195.574219 340.917969 L 195.679688 340.949219 L 195.785156 340.984375 L 195.894531 341.019531 L 196.105469 341.089844 L 196.214844 341.121094 L 196.425781 341.191406 L 196.535156 341.226562 L 196.640625 341.261719 L 196.746094 341.292969 L 196.851562 341.328125 L 196.960938 341.363281 L 197.066406 341.398438 L 197.171875 341.429688 L 197.28125 341.464844 L 197.492188 341.535156 L 197.601562 341.570312 L 197.707031 341.601562 L 197.8125 341.636719 L 197.921875 341.671875 L 198.027344 341.707031 L 198.132812 341.738281 L 198.238281 341.773438 L 198.347656 341.808594 L 198.558594 341.878906 L 198.667969 341.910156 L 198.878906 341.980469 L 198.988281 342.015625 L 199.09375 342.046875 L 199.199219 342.082031 L 199.308594 342.117188 L 199.414062 342.152344 L 199.519531 342.183594 L 199.625 342.21875 L 199.734375 342.253906 L 199.945312 342.324219 L 200.054688 342.355469 L 200.265625 342.425781 L 200.375 342.460938 L 200.480469 342.492188 L 200.691406 342.5625 L 200.800781 342.597656 L 200.90625 342.628906 L 201.011719 342.664062 L 201.121094 342.699219 L 201.226562 342.734375 L 201.332031 342.765625 L 201.441406 342.800781 L 201.546875 342.835938 L 201.652344 342.867188 L 201.761719 342.902344 L 201.972656 342.972656 L 202.078125 343.003906 L 202.1875 343.039062 L 202.398438 343.109375 L 202.507812 343.140625 L 202.71875 343.210938 L 202.828125 343.246094 L 202.933594 343.277344 L 203.039062 343.3125 L 203.148438 343.347656 L 203.253906 343.378906 L 203.464844 343.449219 L 203.574219 343.484375 L 203.679688 343.515625 L 203.785156 343.550781 L 203.894531 343.585938 L 204 343.617188 L 204.105469 343.652344 L 204.214844 343.6875 L 204.320312 343.722656 L 204.425781 343.753906 L 204.535156 343.789062 L 204.640625 343.824219 L 204.746094 343.855469 L 204.851562 343.890625 L 204.960938 343.925781 L 205.066406 343.960938 L 205.171875 343.992188 L 205.28125 344.027344 L 205.386719 344.0625 L 205.492188 344.09375 L 205.601562 344.128906 L 205.707031 344.164062 L 205.8125 344.195312 L 205.921875 344.230469 L 206.132812 344.300781 L 206.238281 344.332031 L 206.347656 344.367188 L 206.453125 344.402344 L 206.558594 344.433594 L 206.667969 344.46875 L 206.773438 344.503906 L 206.878906 344.535156 L 206.988281 344.570312 L 207.09375 344.605469 L 207.199219 344.636719 L 207.308594 344.671875 L 207.414062 344.707031 L 207.519531 344.738281 L 207.625 344.773438 L 207.734375 344.808594 L 207.839844 344.839844 L 207.945312 344.875 L 208.054688 344.910156 L 208.160156 344.945312 L 208.265625 344.976562 L 208.375 345.011719 L 208.480469 345.046875 L 208.585938 345.078125 L 208.691406 345.113281 L 208.800781 345.148438 L 208.90625 345.179688 L 209.011719 345.214844 L 209.121094 345.25 L 209.226562 345.28125 L 209.332031 345.316406 L 209.441406 345.347656 L 209.652344 345.417969 L 209.761719 345.449219 L 209.972656 345.519531 L 210.078125 345.550781 L 210.1875 345.585938 L 210.292969 345.621094 L 210.398438 345.652344 L 210.507812 345.6875 L 210.613281 345.722656 L 210.71875 345.753906 L 210.828125 345.789062 L 210.933594 345.824219 L 211.039062 345.855469 L 211.148438 345.890625 L 211.253906 345.925781 L 211.359375 345.957031 L 211.464844 345.992188 L 211.574219 346.023438 L 211.785156 346.09375 L 211.894531 346.125 L 212.105469 346.195312 L 212.214844 346.226562 L 212.425781 346.296875 L 212.535156 346.328125 L 212.640625 346.363281 L 212.746094 346.394531 L 212.851562 346.429688 L 212.960938 346.464844 L 213.066406 346.496094 L 213.171875 346.53125 L 213.28125 346.5625 L 213.492188 346.632812 L 213.601562 346.664062 L 213.8125 346.734375 L 213.921875 346.765625 L 214.027344 346.800781 L 214.132812 346.832031 L 214.238281 346.867188 L 214.347656 346.902344 L 214.453125 346.933594 L 214.558594 346.96875 L 214.667969 347 L 214.878906 347.070312 L 214.988281 347.101562 L 215.09375 347.136719 L 215.199219 347.167969 L 215.308594 347.203125 L 215.414062 347.238281 L 215.519531 347.269531 L 215.625 347.304688 L 215.734375 347.335938 L 215.945312 347.40625 L 216.054688 347.4375 L 216.160156 347.472656 L 216.265625 347.503906 L 216.375 347.539062 L 216.480469 347.574219 L 216.585938 347.605469 L 216.691406 347.640625 L 216.800781 347.671875 L 217.011719 347.742188 L 217.121094 347.773438 L 217.226562 347.808594 L 217.332031 347.839844 L 217.441406 347.875 L 217.546875 347.90625 L 217.652344 347.941406 L 217.761719 347.976562 L 217.867188 348.007812 L 217.972656 348.042969 L 218.078125 348.074219 L 218.1875 348.109375 L 218.292969 348.140625 L 218.398438 348.175781 L 218.507812 348.210938 L 218.613281 348.242188 L 218.71875 348.277344 L 218.828125 348.308594 L 218.933594 348.34375 L 219.039062 348.375 L 219.148438 348.410156 L 219.253906 348.445312 L 219.359375 348.476562 L 219.464844 348.511719 L 219.574219 348.542969 L 219.679688 348.578125 L 219.785156 348.609375 L 219.894531 348.644531 L 220 348.675781 L 220.105469 348.710938 L 220.214844 348.746094 L 220.320312 348.777344 L 220.425781 348.8125 L 220.535156 348.84375 L 220.640625 348.878906 L 220.746094 348.910156 L 220.851562 348.945312 L 220.960938 348.976562 L 221.066406 349.011719 L 221.171875 349.042969 L 221.28125 349.078125 L 221.386719 349.113281 L 221.492188 349.144531 L 221.601562 349.179688 L 221.707031 349.210938 L 221.8125 349.246094 L 221.921875 349.277344 L 222.027344 349.3125 L 222.132812 349.34375 L 222.238281 349.378906 L 222.347656 349.410156 L 222.453125 349.445312 L 222.558594 349.476562 L 222.667969 349.511719 L 222.773438 349.542969 L 222.878906 349.578125 L 222.988281 349.613281 L 223.09375 349.644531 L 223.199219 349.679688 L 223.308594 349.710938 L 223.414062 349.746094 L 223.519531 349.777344 L 223.625 349.8125 L 223.734375 349.84375 L 223.839844 349.878906 L 223.945312 349.910156 L 224.054688 349.945312 L 224.160156 349.976562 L 224.265625 350.011719 L 224.375 350.042969 L 224.480469 350.078125 L 224.585938 350.109375 L 224.691406 350.144531 L 224.800781 350.175781 L 224.90625 350.210938 L 225.011719 350.242188 L 225.121094 350.277344 L 225.226562 350.308594 L 225.332031 350.34375 L 225.441406 350.375 L 225.546875 350.410156 L 225.652344 350.441406 L 225.761719 350.476562 L 225.867188 350.507812 L 225.972656 350.542969 L 226.078125 350.574219 L 226.1875 350.609375 L 226.292969 350.640625 L 226.398438 350.675781 L 226.507812 350.707031 L 226.613281 350.742188 L 226.71875 350.773438 L 226.828125 350.808594 L 226.933594 350.839844 L 227.039062 350.875 L 227.148438 350.90625 L 227.253906 350.941406 L 227.359375 350.972656 L 227.464844 351.007812 L 227.574219 351.039062 L 227.679688 351.074219 L 227.785156 351.105469 L 227.894531 351.140625 L 228 351.171875 L 228.105469 351.207031 L 228.214844 351.238281 L 228.320312 351.273438 L 228.425781 351.304688 L 228.535156 351.335938 L 228.640625 351.371094 L 228.746094 351.402344 L 228.851562 351.4375 L 228.960938 351.46875 L 229.066406 351.503906 L 229.171875 351.535156 L 229.28125 351.570312 L 229.386719 351.601562 L 229.492188 351.636719 L 229.601562 351.667969 L 229.707031 351.703125 L 229.8125 351.734375 L 229.921875 351.769531 L 230.132812 351.832031 L 230.238281 351.867188 L 230.347656 351.898438 L 230.453125 351.933594 L 230.558594 351.964844 L 230.667969 352 L 230.773438 352.03125 L 230.878906 352.066406 L 230.988281 352.097656 L 231.09375 352.132812 L 231.199219 352.164062 L 231.308594 352.195312 L 231.414062 352.230469 L 231.519531 352.261719 L 231.625 352.296875 L 231.734375 352.328125 L 231.839844 352.363281 L 231.945312 352.394531 L 232.054688 352.429688 L 232.265625 352.492188 L 232.375 352.527344 L 232.480469 352.558594 L 232.585938 352.59375 L 232.691406 352.625 L 232.800781 352.660156 L 233.011719 352.722656 L 233.121094 352.757812 L 233.226562 352.789062 L 233.332031 352.824219 L 233.441406 352.855469 L 233.546875 352.890625 L 233.652344 352.921875 L 233.761719 352.953125 L 233.867188 352.988281 L 233.972656 353.019531 L 234.078125 353.054688 L 234.1875 353.085938 L 234.292969 353.121094 L 234.398438 353.152344 L 234.507812 353.183594 L 234.613281 353.21875 L 234.71875 353.25 L 234.828125 353.285156 L 235.039062 353.347656 L 235.148438 353.382812 L 235.253906 353.414062 L 235.359375 353.449219 L 235.464844 353.480469 L 235.574219 353.515625 L 235.785156 353.578125 L 235.894531 353.613281 L 236 353.644531 L 236.105469 353.679688 L 236.214844 353.710938 L 236.320312 353.742188 L 236.425781 353.777344 L 236.535156 353.808594 L 236.640625 353.84375 L 236.851562 353.90625 L 236.960938 353.941406 L 237.066406 353.972656 L 237.171875 354.007812 L 237.28125 354.039062 L 237.386719 354.070312 L 237.492188 354.105469 L 237.601562 354.136719 L 237.707031 354.171875 L 237.8125 354.203125 L 237.921875 354.234375 L 238.027344 354.269531 L 238.238281 354.332031 L 238.347656 354.367188 L 238.453125 354.398438 L 238.558594 354.433594 L 238.667969 354.464844 L 238.773438 354.496094 L 238.878906 354.53125 L 238.988281 354.5625 L 239.09375 354.59375 L 239.199219 354.628906 L 239.308594 354.660156 L 239.414062 354.695312 L 239.625 354.757812 L 239.734375 354.792969 L 239.945312 354.855469 L 240.054688 354.890625 L 240.160156 354.921875 L 240.265625 354.957031 L 240.375 354.988281 L 240.480469 355.019531 L 240.585938 355.054688 L 240.691406 355.085938 L 240.800781 355.117188 L 240.90625 355.152344 L 241.011719 355.183594 L 241.121094 355.214844 L 241.226562 355.25 L 241.332031 355.28125 L 241.441406 355.316406 L 241.652344 355.378906 L 241.761719 355.414062 L 241.972656 355.476562 L 242.078125 355.511719 L 242.1875 355.542969 L 242.292969 355.574219 L 242.398438 355.609375 L 242.507812 355.640625 L 242.613281 355.671875 L 242.71875 355.707031 L 242.828125 355.738281 L 242.933594 355.769531 L 243.039062 355.804688 L 243.148438 355.835938 L 243.253906 355.867188 L 243.359375 355.902344 L 243.464844 355.933594 L 243.574219 355.964844 L 243.679688 356 L 243.785156 356.03125 L 243.894531 356.066406 L 244.105469 356.128906 L 244.214844 356.164062 L 244.425781 356.226562 L 244.535156 356.257812 L 244.640625 356.292969 L 244.851562 356.355469 L 244.960938 356.390625 L 245.171875 356.453125 L 245.28125 356.488281 L 245.492188 356.550781 L 245.601562 356.585938 L 245.8125 356.648438 L 245.921875 356.683594 L 246.132812 356.746094 L 246.238281 356.78125 L 246.347656 356.8125 L 246.453125 356.84375 L 246.558594 356.878906 L 246.667969 356.910156 L 246.773438 356.941406 L 246.878906 356.976562 L 246.988281 357.007812 L 247.199219 357.070312 L 247.308594 357.105469 L 247.519531 357.167969 L 247.625 357.203125 L 247.734375 357.234375 L 247.839844 357.265625 L 247.945312 357.300781 L 248.054688 357.332031 L 248.265625 357.394531 L 248.375 357.429688 L 248.585938 357.492188 L 248.691406 357.527344 L 248.800781 357.558594 L 248.90625 357.589844 L 249.011719 357.625 L 249.121094 357.65625 L 249.332031 357.71875 L 249.441406 357.753906 L 249.652344 357.816406 L 249.761719 357.851562 L 250.078125 357.945312 L 250.1875 357.980469 L 250.398438 358.042969 L 250.507812 358.078125 L 250.71875 358.140625 L 250.828125 358.171875 L 250.933594 358.207031 L 251.039062 358.238281 L 251.148438 358.269531 L 251.253906 358.300781 L 251.359375 358.335938 L 251.464844 358.367188 L 251.574219 358.398438 L 251.679688 358.433594 L 251.785156 358.464844 L 251.894531 358.496094 L 252 358.527344 L 252.105469 358.5625 L 252.214844 358.59375 L 252.425781 358.65625 L 252.535156 358.691406 L 252.851562 358.785156 L 252.960938 358.820312 L 253.171875 358.882812 L 253.28125 358.914062 L 253.386719 358.949219 L 253.492188 358.980469 L 253.601562 359.011719 L 253.707031 359.042969 L 253.8125 359.078125 L 253.921875 359.109375 L 254.132812 359.171875 L 254.238281 359.207031 L 254.347656 359.238281 L 254.558594 359.300781 L 254.667969 359.335938 L 254.878906 359.398438 L 254.988281 359.429688 L 255.09375 359.464844 L 255.199219 359.496094 L 255.308594 359.527344 L 255.414062 359.558594 L 255.519531 359.59375 L 255.625 359.625 L 255.734375 359.65625 L 255.839844 359.6875 L 255.945312 359.722656 L 256.054688 359.753906 L 256.265625 359.816406 L 256.375 359.851562 L 256.691406 359.945312 L 256.800781 359.976562 L 256.90625 360.011719 L 257.011719 360.042969 L 257.121094 360.074219 L 257.226562 360.105469 L 257.332031 360.140625 L 257.441406 360.171875 L 257.652344 360.234375 L 257.761719 360.265625 L 257.867188 360.300781 L 258.078125 360.363281 L 258.1875 360.394531 L 258.292969 360.429688 L 258.398438 360.460938 L 258.507812 360.492188 L 258.71875 360.554688 L 258.828125 360.589844 L 259.039062 360.652344 L 259.148438 360.683594 L 259.253906 360.714844 L 259.359375 360.75 L 259.464844 360.78125 L 259.574219 360.8125 L 259.785156 360.875 L 259.894531 360.910156 L 260.105469 360.972656 L 260.214844 361.003906 L 260.320312 361.035156 L 260.425781 361.070312 L 260.535156 361.101562 L 260.851562 361.195312 L 260.960938 361.230469 L 261.171875 361.292969 L 261.28125 361.324219 L 261.386719 361.355469 L 261.492188 361.390625 L 261.601562 361.421875 L 261.8125 361.484375 L 261.921875 361.515625 L 262.027344 361.550781 L 262.238281 361.613281 L 262.347656 361.644531 L 262.558594 361.707031 L 262.667969 361.742188 L 262.878906 361.804688 L 262.988281 361.835938 L 263.09375 361.867188 L 263.199219 361.902344 L 263.308594 361.933594 L 263.625 362.027344 L 263.734375 362.058594 L 263.839844 362.09375 L 263.945312 362.125 L 264.054688 362.15625 L 264.265625 362.21875 L 264.375 362.25 L 264.480469 362.285156 L 264.691406 362.347656 L 264.800781 362.378906 L 265.011719 362.441406 L 265.121094 362.476562 L 265.332031 362.539062 L 265.441406 362.570312 L 265.652344 362.632812 L 265.761719 362.667969 L 266.078125 362.761719 L 266.1875 362.792969 L 266.398438 362.855469 L 266.507812 362.890625 L 266.71875 362.953125 L 266.828125 362.984375 L 267.039062 363.046875 L 267.148438 363.082031 L 267.464844 363.175781 L 267.574219 363.207031 L 267.785156 363.269531 L 267.894531 363.304688 L 268.105469 363.367188 L 268.214844 363.398438 L 268.425781 363.460938 L 268.535156 363.492188 L 268.640625 363.523438 L 268.746094 363.558594 L 268.851562 363.589844 L 268.960938 363.621094 L 269.171875 363.683594 L 269.28125 363.714844 L 269.386719 363.746094 L 269.492188 363.78125 L 269.601562 363.8125 L 269.8125 363.875 L 269.921875 363.90625 L 270.238281 364 L 270.347656 364.035156 L 270.558594 364.097656 L 270.667969 364.128906 L 270.878906 364.191406 L 270.988281 364.222656 L 271.199219 364.285156 L 271.308594 364.320312 L 271.625 364.414062 L 271.734375 364.445312 L 271.945312 364.507812 L 272.054688 364.539062 L 272.160156 364.574219 L 272.265625 364.605469 L 272.375 364.636719 L 272.691406 364.730469 L 272.800781 364.761719 L 273.011719 364.824219 L 273.121094 364.855469 L 273.226562 364.890625 L 273.332031 364.921875 L 273.441406 364.953125 L 273.652344 365.015625 L 273.761719 365.046875 L 274.078125 365.140625 L 274.1875 365.171875 L 274.292969 365.207031 L 274.398438 365.238281 L 274.507812 365.269531 L 274.71875 365.332031 L 274.828125 365.363281 L 275.039062 365.425781 L 275.148438 365.457031 L 275.464844 365.550781 L 275.574219 365.585938 L 275.785156 365.648438 L 275.894531 365.679688 L 276.105469 365.742188 L 276.214844 365.773438 L 276.425781 365.835938 L 276.535156 365.867188 L 276.746094 365.929688 L 276.851562 365.964844 L 276.960938 365.996094 L 277.171875 366.058594 L 277.28125 366.089844 L 277.492188 366.152344 L 277.601562 366.183594 L 277.8125 366.246094 L 277.921875 366.277344 L 278.238281 366.371094 L 278.347656 366.402344 L 278.453125 366.4375 L 278.558594 366.46875 L 278.667969 366.5 L 278.878906 366.5625 L 278.988281 366.59375 L 279.199219 366.65625 L 279.308594 366.6875 L 279.625 366.78125 L 279.734375 366.8125 L 279.945312 366.875 L 280.054688 366.90625 L 280.160156 366.9375 L 280.265625 366.972656 L 280.375 367.003906 L 280.691406 367.097656 L 280.800781 367.128906 L 281.011719 367.191406 L 281.121094 367.222656 L 281.332031 367.285156 L 281.441406 367.316406 L 281.652344 367.378906 L 281.761719 367.410156 L 282.078125 367.503906 L 282.1875 367.535156 L 282.398438 367.597656 L 282.507812 367.628906 L 282.71875 367.691406 L 282.828125 367.722656 L 282.933594 367.757812 L 283.039062 367.789062 L 283.148438 367.820312 L 283.464844 367.914062 L 283.574219 367.945312 L 283.785156 368.007812 L 283.894531 368.039062 L 284.105469 368.101562 L 284.214844 368.132812 L 284.425781 368.195312 L 284.535156 368.226562 L 284.851562 368.320312 L 284.960938 368.351562 L 285.171875 368.414062 L 285.28125 368.445312 L 285.492188 368.507812 L 285.601562 368.539062 L 285.8125 368.601562 L 285.921875 368.632812 L 286.238281 368.726562 L 286.347656 368.757812 L 286.558594 368.820312 L 286.667969 368.851562 L 286.878906 368.914062 L 286.988281 368.945312 L 287.199219 369.007812 L 287.308594 369.039062 L 287.625 369.132812 L 287.734375 369.164062 L 287.945312 369.226562 L 288.054688 369.257812 L 288.265625 369.320312 L 288.375 369.351562 L 288.691406 369.445312 L 288.800781 369.476562 L 289.011719 369.539062 L 289.121094 369.570312 L 289.332031 369.632812 L 289.441406 369.664062 L 289.652344 369.726562 L 289.761719 369.757812 L 290.078125 369.851562 L 290.1875 369.882812 L 290.398438 369.945312 L 290.507812 369.976562 L 290.71875 370.039062 L 290.828125 370.070312 L 291.039062 370.132812 L 291.148438 370.164062 L 291.464844 370.257812 L 291.574219 370.289062 L 291.785156 370.351562 L 291.894531 370.382812 L 292.105469 370.445312 L 292.214844 370.472656 L 292.425781 370.535156 L 292.535156 370.566406 L 292.851562 370.660156 L 292.960938 370.691406 L 293.171875 370.753906 L 293.28125 370.785156 L 293.492188 370.847656 L 293.601562 370.878906 L 293.8125 370.941406 L 293.921875 370.972656 L 294.238281 371.066406 L 294.347656 371.097656 L 294.558594 371.160156 L 294.667969 371.191406 L 294.773438 371.222656 L 294.878906 371.25 L 294.988281 371.28125 L 295.199219 371.34375 L 295.308594 371.375 L 295.625 371.46875 L 295.734375 371.5 L 295.945312 371.5625 L 296.054688 371.59375 L 296.265625 371.65625 L 296.375 371.6875 L 296.691406 371.78125 L 296.800781 371.8125 L 296.90625 371.839844 L 297.011719 371.871094 L 297.121094 371.902344 L 297.332031 371.964844 L 297.441406 371.996094 L 297.652344 372.058594 L 297.761719 372.089844 L 298.078125 372.183594 L 298.1875 372.214844 L 298.398438 372.277344 L 298.507812 372.304688 L 298.71875 372.367188 L 298.828125 372.398438 L 299.039062 372.460938 L 299.148438 372.492188 L 299.464844 372.585938 L 299.574219 372.617188 L 299.785156 372.679688 L 299.894531 372.707031 L 300.105469 372.769531 L 300.214844 372.800781 L 300.425781 372.863281 L 300.535156 372.894531 L 300.851562 372.988281 L 300.960938 373.019531 L 301.066406 373.050781 L 301.171875 373.078125 L 301.28125 373.109375 L 301.492188 373.171875 L 301.601562 373.203125 L 301.8125 373.265625 L 301.921875 373.296875 L 302.238281 373.390625 L 302.347656 373.417969 L 302.558594 373.480469 L 302.667969 373.511719 L 302.878906 373.574219 L 302.988281 373.605469 L 303.199219 373.667969 L 303.308594 373.699219 L 303.414062 373.726562 L 303.625 373.789062 L 303.734375 373.820312 L 303.945312 373.882812 L 304.054688 373.914062 L 304.265625 373.976562 L 304.375 374.003906 L 304.691406 374.097656 L 304.800781 374.128906 L 305.011719 374.191406 L 305.121094 374.222656 L 305.226562 374.253906 L 305.332031 374.28125 L 305.441406 374.3125 L 305.652344 374.375 L 305.761719 374.40625 L 306.078125 374.5 L 306.1875 374.53125 L 306.292969 374.558594 L 306.398438 374.589844 L 306.507812 374.621094 L 306.71875 374.683594 L 306.828125 374.714844 L 307.039062 374.777344 L 307.148438 374.804688 L 307.464844 374.898438 L 307.574219 374.929688 L 307.785156 374.992188 L 307.894531 375.023438 L 308 375.050781 L 308.105469 375.082031 L 308.214844 375.113281 L 308.425781 375.175781 L 308.535156 375.207031 L 308.746094 375.269531 L 308.851562 375.296875 L 308.960938 375.328125 L 309.171875 375.390625 L 309.28125 375.421875 L 309.492188 375.484375 L 309.601562 375.511719 L 309.8125 375.574219 L 309.921875 375.605469 L 310.238281 375.699219 L 310.347656 375.726562 L 310.558594 375.789062 L 310.667969 375.820312 L 310.878906 375.882812 L 310.988281 375.914062 L 311.09375 375.941406 L 311.199219 375.972656 L 311.308594 376.003906 L 311.625 376.097656 L 311.734375 376.128906 L 311.839844 376.15625 L 311.945312 376.1875 L 312.054688 376.21875 L 312.265625 376.28125 L 312.375 376.3125 L 312.480469 376.339844 L 312.691406 376.402344 L 312.800781 376.433594 L 313.011719 376.496094 L 313.121094 376.527344 L 313.226562 376.554688 L 313.332031 376.585938 L 313.441406 376.617188 L 313.652344 376.679688 L 313.761719 376.710938 L 313.867188 376.738281 L 314.078125 376.800781 L 314.1875 376.832031 L 314.398438 376.894531 L 314.507812 376.921875 L 314.71875 376.984375 L 314.828125 377.015625 L 315.039062 377.078125 L 315.148438 377.105469 L 315.464844 377.199219 L 315.574219 377.230469 L 315.679688 377.261719 L 315.785156 377.289062 L 315.894531 377.320312 L 316.105469 377.382812 L 316.214844 377.414062 L 316.320312 377.441406 L 316.425781 377.472656 L 316.535156 377.503906 L 316.851562 377.597656 L 316.960938 377.625 L 317.171875 377.6875 L 317.28125 377.71875 L 317.386719 377.75 L 317.492188 377.777344 L 317.601562 377.808594 L 317.8125 377.871094 L 317.921875 377.902344 L 318.027344 377.933594 L 318.132812 377.960938 L 318.238281 377.992188 L 318.347656 378.023438 L 318.558594 378.085938 L 318.667969 378.113281 L 318.878906 378.175781 L 318.988281 378.207031 L 319.09375 378.238281 L 319.199219 378.265625 L 319.308594 378.296875 L 319.625 378.390625 L 319.734375 378.417969 L 319.945312 378.480469 L 320.054688 378.511719 L 320.265625 378.574219 L 320.375 378.601562 L 320.691406 378.695312 L 320.800781 378.726562 L 320.90625 378.753906 L 321.011719 378.785156 L 321.121094 378.816406 L 321.226562 378.847656 L 321.332031 378.875 L 321.441406 378.90625 L 321.652344 378.96875 L 321.761719 379 L 321.867188 379.027344 L 322.078125 379.089844 L 322.1875 379.121094 L 322.292969 379.152344 L 322.398438 379.179688 L 322.507812 379.210938 L 322.71875 379.273438 L 322.828125 379.304688 L 322.933594 379.332031 L 323.039062 379.363281 L 323.148438 379.394531 L 323.253906 379.425781 L 323.359375 379.453125 L 323.464844 379.484375 L 323.574219 379.515625 L 323.785156 379.578125 L 323.894531 379.605469 L 324.105469 379.667969 L 324.214844 379.699219 L 324.320312 379.730469 L 324.425781 379.757812 L 324.535156 379.789062 L 324.746094 379.851562 L 324.851562 379.878906 L 324.960938 379.910156 L 325.171875 379.972656 L 325.28125 380.003906 L 325.386719 380.03125 L 325.492188 380.0625 L 325.601562 380.09375 L 325.707031 380.125 L 325.8125 380.152344 L 325.921875 380.183594 L 326.132812 380.246094 L 326.238281 380.273438 L 326.347656 380.304688 L 326.558594 380.367188 L 326.667969 380.398438 L 326.773438 380.425781 L 326.878906 380.457031 L 326.988281 380.488281 L 327.09375 380.519531 L 327.199219 380.546875 L 327.308594 380.578125 L 327.519531 380.640625 L 327.625 380.667969 L 327.734375 380.699219 L 327.945312 380.761719 L 328.054688 380.789062 L 328.265625 380.851562 L 328.375 380.882812 L 328.480469 380.914062 L 328.585938 380.941406 L 328.691406 380.972656 L 328.800781 381.003906 L 328.90625 381.035156 L 329.011719 381.0625 L 329.121094 381.09375 L 329.332031 381.15625 L 329.441406 381.183594 L 329.652344 381.246094 L 329.761719 381.277344 L 329.867188 381.304688 L 330.078125 381.367188 L 330.1875 381.398438 L 330.292969 381.425781 L 330.398438 381.457031 L 330.507812 381.488281 L 330.613281 381.519531 L 330.71875 381.546875 L 330.828125 381.578125 L 331.039062 381.640625 L 331.148438 381.667969 L 331.464844 381.761719 L 331.574219 381.789062 L 331.785156 381.851562 L 331.894531 381.882812 L 332 381.910156 L 332.105469 381.941406 L 332.214844 381.972656 L 332.320312 382 L 332.425781 382.03125 L 332.535156 382.0625 L 332.640625 382.09375 L 332.746094 382.121094 L 332.851562 382.152344 L 332.960938 382.183594 L 333.066406 382.214844 L 333.171875 382.242188 L 333.28125 382.273438 L 333.492188 382.335938 L 333.601562 382.363281 L 333.8125 382.425781 L 333.921875 382.457031 L 334.027344 382.484375 L 334.238281 382.546875 L 334.347656 382.574219 L 334.558594 382.636719 L 334.667969 382.667969 L 334.773438 382.695312 L 334.878906 382.726562 L 334.988281 382.757812 L 335.09375 382.789062 L 335.199219 382.816406 L 335.308594 382.847656 L 335.414062 382.878906 L 335.519531 382.90625 L 335.625 382.9375 L 335.734375 382.96875 L 335.839844 383 L 335.945312 383.027344 L 336.054688 383.058594 L 336.160156 383.089844 L 336.265625 383.117188 L 336.375 383.148438 L 336.585938 383.210938 L 336.691406 383.238281 L 336.800781 383.269531 L 336.90625 383.300781 L 337.011719 383.328125 L 337.121094 383.359375 L 337.332031 383.421875 L 337.441406 383.449219 L 337.652344 383.511719 L 337.761719 383.542969 L 337.867188 383.570312 L 338.078125 383.632812 L 338.1875 383.660156 L 338.398438 383.722656 L 338.507812 383.75 L 338.71875 383.8125 L 338.828125 383.84375 L 338.933594 383.871094 L 339.039062 383.902344 L 339.148438 383.933594 L 339.253906 383.960938 L 339.464844 384.023438 L 339.574219 384.054688 L 339.679688 384.082031 L 339.785156 384.113281 L 339.894531 384.144531 L 340 384.171875 L 340.105469 384.203125 L 340.214844 384.234375 L 340.320312 384.261719 L 340.425781 384.292969 L 340.535156 384.324219 L 340.640625 384.355469 L 340.746094 384.382812 L 340.851562 384.414062 L 340.960938 384.445312 L 341.066406 384.472656 L 341.171875 384.503906 L 341.28125 384.535156 L 341.386719 384.5625 L 341.492188 384.59375 L 341.601562 384.625 L 341.707031 384.65625 L 341.8125 384.683594 L 341.921875 384.714844 L 342.027344 384.746094 L 342.132812 384.773438 L 342.238281 384.804688 L 342.347656 384.835938 L 342.453125 384.863281 L 342.558594 384.894531 L 342.667969 384.925781 L 342.773438 384.953125 L 342.878906 384.984375 L 342.988281 385.015625 L 343.09375 385.046875 L 343.199219 385.074219 L 343.308594 385.105469 L 343.414062 385.136719 L 343.519531 385.164062 L 343.625 385.195312 L 343.734375 385.226562 L 343.839844 385.253906 L 343.945312 385.285156 L 344.054688 385.316406 L 344.160156 385.34375 L 344.265625 385.375 L 344.375 385.40625 L 344.480469 385.433594 L 344.691406 385.496094 L 344.800781 385.527344 L 344.90625 385.554688 L 345.011719 385.585938 L 345.121094 385.617188 L 345.226562 385.644531 L 345.332031 385.675781 L 345.441406 385.707031 L 345.546875 385.734375 L 345.652344 385.765625 L 345.761719 385.796875 L 345.867188 385.824219 L 346.078125 385.886719 L 346.1875 385.914062 L 346.398438 385.976562 L 346.507812 386.003906 L 346.71875 386.066406 L 346.828125 386.09375 L 347.039062 386.15625 L 347.148438 386.183594 L 347.359375 386.246094 L 347.464844 386.273438 L 347.574219 386.304688 L 347.679688 386.335938 L 347.785156 386.363281 L 347.894531 386.394531 L 348 386.425781 L 348.105469 386.453125 L 348.214844 386.484375 L 348.320312 386.515625 L 348.425781 386.542969 L 348.535156 386.574219 L 348.640625 386.605469 L 348.746094 386.632812 L 348.851562 386.664062 L 348.960938 386.695312 L 349.066406 386.722656 L 349.171875 386.753906 L 349.28125 386.785156 L 349.386719 386.8125 L 349.492188 386.84375 L 349.601562 386.875 L 349.707031 386.902344 L 349.8125 386.933594 L 349.921875 386.964844 L 350.027344 386.992188 L 350.238281 387.054688 L 350.347656 387.082031 L 350.558594 387.144531 L 350.667969 387.171875 L 350.878906 387.234375 L 350.988281 387.261719 L 351.199219 387.324219 L 351.308594 387.351562 L 351.519531 387.414062 L 351.625 387.441406 L 351.734375 387.472656 L 351.839844 387.5 L 351.945312 387.53125 L 352.054688 387.5625 L 352.160156 387.589844 L 352.265625 387.621094 L 352.375 387.652344 L 352.480469 387.679688 L 352.691406 387.742188 L 352.800781 387.769531 L 353.011719 387.832031 L 353.121094 387.859375 L 353.332031 387.921875 L 353.441406 387.949219 L 353.546875 387.980469 L 353.652344 388.007812 L 353.761719 388.039062 L 353.867188 388.070312 L 353.972656 388.097656 L 354.078125 388.128906 L 354.1875 388.160156 L 354.292969 388.1875 L 354.398438 388.21875 L 354.507812 388.25 L 354.613281 388.277344 L 354.71875 388.308594 L 354.828125 388.339844 L 354.933594 388.367188 L 355.039062 388.398438 L 355.148438 388.425781 L 355.359375 388.488281 L 355.464844 388.515625 L 355.574219 388.546875 L 355.679688 388.578125 L 355.785156 388.605469 L 355.894531 388.636719 L 356 388.667969 L 356.105469 388.695312 L 356.214844 388.726562 L 356.320312 388.753906 L 356.425781 388.785156 L 356.535156 388.816406 L 356.640625 388.84375 L 356.851562 388.90625 L 356.960938 388.933594 L 357.066406 388.964844 L 357.171875 388.992188 L 357.28125 389.023438 L 357.386719 389.054688 L 357.492188 389.082031 L 357.601562 389.113281 L 357.707031 389.144531 L 357.8125 389.171875 L 357.921875 389.203125 L 358.027344 389.234375 L 358.132812 389.261719 L 358.238281 389.292969 L 358.347656 389.320312 L 358.558594 389.382812 L 358.667969 389.410156 L 358.878906 389.472656 L 358.988281 389.5 L 359.09375 389.53125 L 359.199219 389.558594 L 359.308594 389.589844 L 359.414062 389.621094 L 359.519531 389.648438 L 359.625 389.679688 L 359.734375 389.707031 L 359.945312 389.769531 L 360.054688 389.796875 L 360.265625 389.859375 L 360.375 389.886719 L 360.480469 389.917969 L 360.585938 389.945312 L 360.691406 389.976562 L 360.800781 390.007812 L 360.90625 390.035156 L 361.011719 390.066406 L 361.121094 390.097656 L 361.226562 390.125 L 361.332031 390.15625 L 361.441406 390.183594 L 361.652344 390.246094 L 361.761719 390.273438 L 361.867188 390.304688 L 361.972656 390.332031 L 362.078125 390.363281 L 362.1875 390.394531 L 362.292969 390.421875 L 362.398438 390.453125 L 362.507812 390.480469 L 362.71875 390.542969 L 362.828125 390.570312 L 363.039062 390.632812 L 363.148438 390.660156 L 363.253906 390.691406 L 363.359375 390.71875 L 363.464844 390.75 L 363.574219 390.78125 L 363.679688 390.808594 L 363.785156 390.839844 L 363.894531 390.867188 L 364.105469 390.929688 L 364.214844 390.957031 L 364.320312 390.988281 L 364.425781 391.015625 L 364.535156 391.046875 L 364.640625 391.078125 L 364.746094 391.105469 L 364.851562 391.136719 L 364.960938 391.164062 L 365.171875 391.226562 L 365.28125 391.253906 L 365.386719 391.285156 L 365.492188 391.3125 L 365.601562 391.34375 L 365.707031 391.375 L 365.8125 391.402344 L 365.921875 391.433594 L 366.027344 391.460938 L 366.238281 391.523438 L 366.347656 391.550781 L 366.453125 391.582031 L 366.558594 391.609375 L 366.667969 391.640625 L 366.773438 391.671875 L 366.878906 391.699219 L 366.988281 391.730469 L 367.09375 391.757812 L 367.199219 391.789062 L 367.308594 391.820312 L 367.414062 391.847656 L 367.519531 391.878906 L 367.625 391.90625 L 367.734375 391.9375 L 367.839844 391.964844 L 367.945312 391.996094 L 368.054688 392.027344 L 368.160156 392.054688 L 368.265625 392.085938 L 368.375 392.113281 L 368.585938 392.175781 L 368.691406 392.203125 L 368.800781 392.234375 L 368.90625 392.261719 L 369.011719 392.292969 L 369.121094 392.324219 L 369.226562 392.351562 L 369.332031 392.382812 L 369.441406 392.410156 L 369.546875 392.441406 L 369.652344 392.46875 L 369.761719 392.5 L 369.867188 392.53125 L 369.972656 392.558594 L 370.078125 392.589844 L 370.1875 392.617188 L 370.398438 392.679688 L 370.507812 392.707031 L 370.613281 392.738281 L 370.71875 392.765625 L 370.828125 392.796875 L 370.933594 392.824219 L 371.039062 392.855469 L 371.148438 392.886719 L 371.253906 392.914062 L 371.359375 392.945312 L 371.464844 392.972656 L 371.574219 393.003906 L 371.679688 393.035156 L 371.785156 393.0625 L 371.894531 393.09375 L 372 393.121094 L 372.105469 393.152344 L 372.214844 393.179688 L 372.425781 393.242188 L 372.535156 393.269531 L 372.640625 393.300781 L 372.746094 393.328125 L 372.851562 393.359375 L 372.960938 393.386719 L 373.171875 393.449219 L 373.28125 393.476562 L 373.386719 393.507812 L 373.492188 393.535156 L 373.601562 393.566406 L 373.707031 393.59375 L 373.8125 393.625 L 373.921875 393.65625 L 374.027344 393.683594 L 374.132812 393.714844 L 374.238281 393.742188 L 374.347656 393.773438 L 374.453125 393.800781 L 374.558594 393.832031 L 374.667969 393.863281 L 374.773438 393.890625 L 374.878906 393.921875 L 374.988281 393.949219 L 375.09375 393.980469 L 375.199219 394.007812 L 375.308594 394.039062 L 375.414062 394.070312 L 375.519531 394.097656 L 375.625 394.128906 L 375.734375 394.15625 L 375.839844 394.1875 L 375.945312 394.214844 L 376.054688 394.246094 L 376.160156 394.273438 L 376.265625 394.304688 L 376.375 394.335938 L 376.480469 394.363281 L 376.585938 394.394531 L 376.691406 394.421875 L 376.800781 394.453125 L 376.90625 394.480469 L 377.011719 394.511719 L 377.121094 394.542969 L 377.226562 394.570312 L 377.332031 394.601562 L 377.441406 394.628906 L 377.546875 394.660156 L 377.652344 394.6875 L 377.761719 394.71875 L 377.867188 394.746094 L 378.078125 394.808594 L 378.1875 394.835938 L 378.292969 394.867188 L 378.398438 394.894531 L 378.507812 394.925781 L 378.613281 394.953125 L 378.71875 394.984375 L 378.828125 395.011719 L 379.039062 395.074219 L 379.148438 395.101562 L 379.253906 395.132812 L 379.359375 395.160156 L 379.464844 395.191406 L 379.574219 395.21875 L 379.679688 395.25 L 379.785156 395.277344 L 379.894531 395.308594 L 380 395.339844 L 380.105469 395.367188 L 380.214844 395.398438 L 380.320312 395.425781 L 380.425781 395.457031 L 380.535156 395.484375 L 380.640625 395.515625 L 380.746094 395.542969 L 380.851562 395.574219 L 380.960938 395.601562 L 381.171875 395.664062 L 381.28125 395.691406 L 381.386719 395.722656 L 381.492188 395.75 L 381.601562 395.78125 L 381.707031 395.808594 L 381.8125 395.839844 L 381.921875 395.867188 L 382.132812 395.929688 L 382.238281 395.957031 L 382.347656 395.988281 L 382.453125 396.015625 L 382.558594 396.046875 L 382.667969 396.074219 L 382.773438 396.105469 L 382.878906 396.132812 L 382.988281 396.164062 L 383.09375 396.191406 L 383.199219 396.222656 L 383.308594 396.25 L 383.519531 396.3125 L 383.625 396.339844 L 383.734375 396.371094 L 383.839844 396.398438 L 383.945312 396.429688 L 384.054688 396.457031 L 384.160156 396.488281 L 384.265625 396.515625 L 384.375 396.546875 L 384.480469 396.574219 L 384.691406 396.636719 L 384.800781 396.664062 L 384.90625 396.695312 L 385.011719 396.722656 L 385.121094 396.753906 L 385.226562 396.78125 L 385.332031 396.8125 L 385.441406 396.839844 L 385.546875 396.871094 L 385.652344 396.898438 L 385.761719 396.929688 L 385.867188 396.957031 L 385.972656 396.988281 L 386.078125 397.015625 L 386.1875 397.046875 L 386.292969 397.078125 L 386.398438 397.105469 L 386.507812 397.136719 L 386.613281 397.164062 L 386.71875 397.195312 L 386.828125 397.222656 L 386.933594 397.253906 L 387.039062 397.28125 L 387.148438 397.3125 L 387.253906 397.339844 L 387.359375 397.371094 L 387.464844 397.398438 L 387.574219 397.429688 L 387.679688 397.457031 L 387.785156 397.488281 L 387.894531 397.519531 L 388 397.546875 L 388.105469 397.578125 L 388.214844 397.605469 L 388.320312 397.636719 L 388.425781 397.664062 L 388.535156 397.695312 L 388.640625 397.722656 L 388.746094 397.753906 L 388.851562 397.78125 L 388.960938 397.8125 L 389.066406 397.839844 L 389.171875 397.871094 L 389.28125 397.898438 L 389.386719 397.929688 L 389.492188 397.957031 L 389.601562 397.988281 L 389.707031 398.015625 L 389.8125 398.046875 L 389.921875 398.078125 L 390.027344 398.105469 L 390.132812 398.136719 L 390.238281 398.164062 L 390.347656 398.195312 L 390.453125 398.222656 L 390.558594 398.253906 L 390.667969 398.28125 L 390.773438 398.3125 L 390.878906 398.339844 L 390.988281 398.371094 L 391.09375 398.398438 L 391.199219 398.429688 L 391.308594 398.457031 L 391.414062 398.488281 L 391.519531 398.515625 L 391.625 398.546875 L 391.734375 398.574219 L 391.839844 398.605469 L 391.945312 398.632812 L 392.054688 398.664062 L 392.160156 398.691406 L 392.265625 398.722656 L 392.375 398.753906 L 392.480469 398.78125 L 392.585938 398.8125 L 392.691406 398.839844 L 392.800781 398.871094 L 392.90625 398.898438 L 393.011719 398.929688 L 393.121094 398.957031 L 393.226562 398.988281 L 393.332031 399.015625 L 393.441406 399.046875 L 393.546875 399.074219 L 393.652344 399.105469 L 393.761719 399.132812 L 393.867188 399.164062 L 393.972656 399.191406 L 394.078125 399.222656 L 394.1875 399.25 L 394.292969 399.28125 L 394.398438 399.308594 L 394.507812 399.339844 L 394.613281 399.367188 L 394.71875 399.398438 L 394.828125 399.425781 L 394.933594 399.457031 L 395.039062 399.484375 L 395.148438 399.515625 L 395.253906 399.542969 L 395.359375 399.574219 L 395.464844 399.601562 L 395.574219 399.632812 L 395.679688 399.660156 L 395.785156 399.691406 L 395.894531 399.71875 L 396 399.75 L 396.105469 399.777344 L 396.214844 399.808594 L 396.320312 399.835938 L 396.425781 399.867188 L 396.535156 399.894531 L 396.746094 399.957031 L 396.851562 399.984375 L 396.960938 400.015625 L 397.066406 400.042969 L 397.171875 400.074219 L 397.28125 400.101562 L 397.386719 400.132812 L 397.492188 400.160156 L 397.601562 400.191406 L 397.707031 400.21875 L 397.8125 400.25 L 397.921875 400.277344 L 398.027344 400.308594 L 398.132812 400.335938 L 398.238281 400.367188 L 398.347656 400.394531 L 398.453125 400.425781 L 398.558594 400.453125 L 398.667969 400.484375 L 398.773438 400.511719 L 398.878906 400.542969 L 398.988281 400.570312 L 399.09375 400.601562 L 399.199219 400.628906 L 399.308594 400.660156 L 399.414062 400.6875 L 399.519531 400.71875 L 399.625 400.746094 L 399.734375 400.777344 L 399.839844 400.804688 L 399.945312 400.835938 L 400.054688 400.863281 L 400.160156 400.894531 L 400.265625 400.921875 L 400.375 400.953125 L 400.480469 400.980469 L 400.585938 401.011719 L 400.691406 401.039062 L 400.800781 401.070312 L 400.90625 401.097656 L 401.011719 401.128906 L 401.121094 401.15625 L 401.226562 401.1875 L 401.332031 401.214844 L 401.441406 401.246094 L 401.546875 401.273438 L 401.652344 401.304688 L 401.761719 401.332031 L 401.867188 401.363281 L 401.972656 401.390625 L 402.078125 401.421875 L 402.1875 401.449219 L 402.292969 401.480469 L 402.398438 401.507812 L 402.507812 401.539062 L 402.613281 401.566406 L 402.71875 401.597656 L 402.828125 401.625 L 402.933594 401.65625 L 403.039062 401.683594 L 403.148438 401.714844 L 403.359375 401.769531 L 403.464844 401.800781 L 403.574219 401.828125 L 403.679688 401.859375 L 403.785156 401.886719 L 403.894531 401.917969 L 404 401.945312 L 404.105469 401.976562 L 404.214844 402.003906 L 404.320312 402.035156 L 404.425781 402.0625 L 404.535156 402.09375 L 404.640625 402.121094 L 404.746094 402.152344 L 404.851562 402.179688 L 404.960938 402.210938 L 405.066406 402.238281 L 405.171875 402.269531 L 405.28125 402.296875 L 405.386719 402.328125 L 405.492188 402.355469 L 405.601562 402.386719 L 405.707031 402.414062 L 405.8125 402.445312 L 405.921875 402.472656 L 406.027344 402.503906 L 406.132812 402.53125 L 406.238281 402.5625 L 406.347656 402.589844 L 406.453125 402.621094 L 406.558594 402.648438 L 406.667969 402.679688 L 406.773438 402.707031 L 406.878906 402.738281 L 406.988281 402.765625 L 407.09375 402.796875 L 407.199219 402.824219 L 407.308594 402.855469 L 407.414062 402.882812 L 407.519531 402.914062 L 407.625 402.941406 L 407.734375 402.972656 L 407.945312 403.027344 L 408.054688 403.058594 L 408.160156 403.085938 L 408.265625 403.117188 L 408.375 403.144531 L 408.480469 403.175781 L 408.585938 403.203125 L 408.691406 403.234375 L 408.800781 403.261719 L 408.90625 403.292969 L 409.011719 403.320312 L 409.121094 403.351562 L 409.226562 403.378906 L 409.332031 403.410156 L 409.441406 403.4375 L 409.546875 403.46875 L 409.652344 403.496094 L 409.761719 403.527344 L 409.867188 403.554688 L 409.972656 403.585938 L 410.078125 403.613281 L 410.1875 403.644531 L 410.292969 403.671875 L 410.398438 403.703125 L 410.507812 403.730469 L 410.613281 403.761719 L 410.71875 403.789062 L 410.828125 403.816406 L 410.933594 403.847656 L 411.039062 403.875 L 411.148438 403.90625 L 411.253906 403.933594 L 411.359375 403.964844 L 411.464844 403.992188 L 411.574219 404.023438 L 411.679688 404.050781 L 411.785156 404.082031 L 411.894531 404.109375 L 412 404.140625 L 412.105469 404.167969 L 412.214844 404.199219 L 412.320312 404.226562 L 412.425781 404.257812 L 412.535156 404.285156 L 412.640625 404.316406 L 412.746094 404.34375 L 412.851562 404.375 L 412.960938 404.402344 L 413.066406 404.429688 L 413.171875 404.460938 L 413.28125 404.488281 L 413.386719 404.519531 L 413.492188 404.546875 L 413.601562 404.578125 L 413.707031 404.605469 L 413.8125 404.636719 L 413.921875 404.664062 L 414.027344 404.695312 L 414.132812 404.722656 L 414.238281 404.753906 L 414.347656 404.78125 L 414.453125 404.8125 L 414.558594 404.839844 L 414.667969 404.871094 L 414.773438 404.898438 L 414.878906 404.929688 L 414.988281 404.957031 L 415.09375 404.984375 L 415.199219 405.015625 L 415.308594 405.042969 L 415.414062 405.074219 L 415.519531 405.101562 L 415.625 405.132812 L 415.734375 405.160156 L 415.839844 405.191406 L 415.945312 405.21875 L 416.054688 405.25 L 416.160156 405.277344 L 416.265625 405.308594 L 416.375 405.335938 L 416.480469 405.367188 L 416.585938 405.394531 L 416.691406 405.425781 L 416.800781 405.453125 L 416.90625 405.480469 L 417.011719 405.511719 L 417.121094 405.539062 L 417.226562 405.570312 L 417.332031 405.597656 L 417.441406 405.628906 L 417.546875 405.65625 L 417.652344 405.6875 L 417.761719 405.714844 L 417.867188 405.746094 L 417.972656 405.773438 L 418.078125 405.804688 L 418.1875 405.832031 L 418.292969 405.863281 L 418.398438 405.890625 L 418.507812 405.917969 L 418.613281 405.949219 L 418.71875 405.976562 L 418.828125 406.007812 L 418.933594 406.035156 L 419.039062 406.066406 L 419.148438 406.09375 L 419.253906 406.125 L 419.359375 406.152344 L 419.464844 406.183594 L 419.574219 406.210938 L 419.679688 406.242188 L 419.785156 406.269531 L 419.894531 406.300781 L 420.105469 406.355469 L 420.214844 406.386719 L 420.320312 406.414062 L 420.425781 406.445312 L 420.535156 406.472656 L 420.640625 406.503906 L 420.746094 406.53125 L 420.851562 406.5625 L 420.960938 406.589844 L 421.066406 406.621094 L 421.171875 406.648438 L 421.28125 406.679688 L 421.492188 406.734375 L 421.601562 406.765625 L 421.707031 406.792969 L 421.8125 406.824219 L 421.921875 406.851562 L 422.027344 406.882812 L 422.132812 406.910156 L 422.238281 406.941406 L 422.347656 406.96875 L 422.453125 407 L 422.558594 407.027344 L 422.667969 407.058594 L 422.878906 407.113281 L 422.988281 407.144531 L 423.09375 407.171875 L 423.199219 407.203125 L 423.308594 407.230469 L 423.414062 407.261719 L 423.519531 407.289062 L 423.625 407.320312 L 423.734375 407.347656 L 423.839844 407.378906 L 423.945312 407.40625 L 424.054688 407.4375 L 424.265625 407.492188 L 424.375 407.523438 L 424.480469 407.550781 L 424.585938 407.582031 L 424.691406 407.609375 L 424.800781 407.640625 L 424.90625 407.667969 L 425.011719 407.699219 L 425.121094 407.726562 L 425.226562 407.757812 L 425.332031 407.785156 L 425.441406 407.8125 L 425.546875 407.84375 L 425.652344 407.871094 L 425.761719 407.902344 L 425.867188 407.929688 L 425.972656 407.960938 L 426.078125 407.988281 L 426.1875 408.019531 L 426.292969 408.046875 L 426.398438 408.078125 L 426.507812 408.105469 L 426.613281 408.132812 L 426.71875 408.164062 L 426.828125 408.191406 L 426.933594 408.222656 L 427.039062 408.25 L 427.148438 408.28125 L 427.253906 408.308594 L 427.359375 408.339844 L 427.464844 408.367188 L 427.574219 408.398438 L 427.785156 408.453125 L 427.894531 408.484375 L 428 408.511719 L 428.105469 408.542969 L 428.214844 408.570312 L 428.320312 408.601562 L 428.425781 408.628906 L 428.535156 408.660156 L 428.640625 408.6875 L 428.746094 408.71875 L 428.851562 408.746094 L 428.960938 408.773438 L 429.066406 408.804688 L 429.171875 408.832031 L 429.28125 408.863281 L 429.386719 408.890625 L 429.492188 408.921875 L 429.601562 408.949219 L 429.707031 408.980469 L 429.8125 409.007812 L 429.921875 409.039062 L 430.132812 409.09375 L 430.238281 409.125 L 430.347656 409.152344 L 430.453125 409.183594 L 430.558594 409.210938 L 430.667969 409.242188 L 430.773438 409.269531 L 430.878906 409.300781 L 430.988281 409.328125 L 431.09375 409.359375 L 431.199219 409.386719 L 431.308594 409.414062 L 431.414062 409.445312 L 431.519531 409.472656 L 431.625 409.503906 L 431.734375 409.53125 L 431.839844 409.5625 L 431.945312 409.589844 L 432.054688 409.621094 L 432.265625 409.675781 L 432.375 409.707031 L 432.480469 409.734375 L 432.585938 409.765625 L 432.691406 409.792969 L 432.800781 409.824219 L 432.90625 409.851562 L 433.011719 409.882812 L 433.121094 409.910156 L 433.226562 409.941406 L 433.332031 409.96875 L 433.441406 409.996094 L 433.546875 410.027344 L 433.652344 410.054688 L 433.761719 410.085938 L 433.867188 410.113281 L 433.972656 410.144531 L 434.078125 410.171875 L 434.1875 410.203125 L 434.398438 410.257812 L 434.507812 410.289062 L 434.613281 410.316406 L 434.71875 410.347656 L 434.828125 410.375 L 434.933594 410.40625 L 435.039062 410.433594 L 435.148438 410.464844 L 435.359375 410.519531 L 435.464844 410.550781 L 435.574219 410.578125 L 435.679688 410.609375 L 435.785156 410.636719 L 435.894531 410.667969 L 436 410.695312 L 436.105469 410.726562 L 436.214844 410.753906 L 436.320312 410.78125 L 436.425781 410.8125 L 436.535156 410.839844 L 436.640625 410.871094 L 436.746094 410.898438 L 436.851562 410.929688 L 436.960938 410.957031 L 437.066406 410.988281 L 437.171875 411.015625 L 437.28125 411.046875 L 437.492188 411.101562 L 437.601562 411.132812 L 437.707031 411.160156 L 437.8125 411.191406 L 437.921875 411.21875 L 438.027344 411.25 L 438.132812 411.277344 L 438.238281 411.308594 L 438.347656 411.335938 L 438.453125 411.363281 L 438.558594 411.394531 L 438.667969 411.421875 L 438.773438 411.453125 L 438.878906 411.480469 L 438.988281 411.511719 L 439.09375 411.539062 L 439.199219 411.570312 L 439.308594 411.597656 L 439.414062 411.625 L 439.519531 411.65625 L 439.625 411.683594 L 439.734375 411.714844 L 439.839844 411.742188 L 439.945312 411.773438 L 440.054688 411.800781 L 440.160156 411.832031 L 440.265625 411.859375 L 440.375 411.886719 L 440.480469 411.917969 L 440.585938 411.945312 L 440.691406 411.976562 L 440.800781 412.003906 L 440.90625 412.035156 L 441.011719 412.0625 L 441.121094 412.089844 L 441.226562 412.121094 L 441.332031 412.148438 L 441.441406 412.179688 L 441.546875 412.207031 L 441.652344 412.238281 L 441.761719 412.265625 L 441.867188 412.296875 L 442.078125 412.351562 L 442.1875 412.382812 L 442.292969 412.410156 L 442.398438 412.441406 L 442.507812 412.46875 L 442.613281 412.5 L 442.71875 412.527344 L 442.828125 412.558594 L 443.039062 412.613281 L 443.148438 412.644531 L 443.253906 412.671875 L 443.359375 412.703125 L 443.464844 412.730469 L 443.574219 412.761719 L 443.679688 412.789062 L 443.785156 412.820312 L 443.894531 412.847656 L 444 412.875 L 444.105469 412.90625 L 444.214844 412.933594 L 444.320312 412.964844 L 444.425781 412.992188 L 444.535156 413.023438 L 444.640625 413.050781 L 444.746094 413.082031 L 444.851562 413.109375 L 444.960938 413.136719 L 445.066406 413.167969 L 445.171875 413.195312 L 445.28125 413.226562 L 445.386719 413.253906 L 445.492188 413.285156 L 445.601562 413.3125 L 445.707031 413.34375 L 445.8125 413.371094 L 445.921875 413.398438 L 446.027344 413.429688 L 446.132812 413.457031 L 446.238281 413.488281 L 446.347656 413.515625 L 446.453125 413.546875 L 446.558594 413.574219 L 446.667969 413.601562 L 446.773438 413.632812 L 446.878906 413.660156 L 446.988281 413.691406 L 447.09375 413.71875 L 447.199219 413.75 L 447.308594 413.777344 L 447.414062 413.808594 L 447.625 413.863281 L 447.734375 413.894531 L 447.839844 413.921875 L 447.945312 413.953125 L 448.054688 413.980469 L 448.160156 414.011719 L 448.265625 414.039062 L 448.375 414.070312 L 448.585938 414.125 L 448.691406 414.15625 L 448.800781 414.183594 L 448.90625 414.214844 L 449.011719 414.242188 L 449.121094 414.273438 L 449.332031 414.328125 L 449.441406 414.359375 L 449.546875 414.386719 L 449.652344 414.417969 L 449.761719 414.445312 L 449.867188 414.476562 L 449.972656 414.503906 L 450.078125 414.535156 L 450.1875 414.5625 L 450.292969 414.589844 L 450.398438 414.621094 L 450.507812 414.648438 L 450.613281 414.679688 L 450.71875 414.707031 L 450.828125 414.738281 L 450.933594 414.765625 L 451.039062 414.796875 L 451.148438 414.824219 L 451.253906 414.851562 L 451.359375 414.882812 L 451.464844 414.910156 L 451.574219 414.941406 L 451.679688 414.96875 L 451.785156 415 L 451.894531 415.027344 L 452 415.054688 L 452.105469 415.085938 L 452.214844 415.113281 L 452.320312 415.144531 L 452.425781 415.171875 L 452.535156 415.203125 L 452.640625 415.230469 L 452.746094 415.261719 L 452.851562 415.289062 L 452.960938 415.316406 L 453.066406 415.347656 L 453.171875 415.375 L 453.28125 415.40625 L 453.386719 415.433594 L 453.492188 415.464844 L 453.601562 415.492188 L 453.707031 415.519531 L 453.8125 415.550781 L 453.921875 415.578125 L 454.027344 415.609375 L 454.132812 415.636719 L 454.238281 415.667969 L 454.347656 415.695312 L 454.453125 415.726562 L 454.558594 415.753906 L 454.667969 415.78125 L 454.773438 415.8125 L 454.878906 415.839844 L 454.988281 415.871094 L 455.09375 415.898438 L 455.199219 415.929688 L 455.308594 415.957031 L 455.414062 415.988281 L 455.625 416.042969 L 455.734375 416.074219 L 455.839844 416.101562 L 455.945312 416.132812 L 456.054688 416.160156 L 456.160156 416.191406 L 456.265625 416.21875 L 456.375 416.246094 L 456.480469 416.277344 L 456.585938 416.304688 L 456.691406 416.335938 L 456.800781 416.363281 L 456.90625 416.394531 L 457.011719 416.421875 L 457.121094 416.453125 L 457.332031 416.507812 L 457.441406 416.539062 L 457.546875 416.566406 L 457.652344 416.597656 L 457.761719 416.625 L 457.867188 416.65625 L 458.078125 416.710938 L 458.1875 416.742188 L 458.292969 416.769531 L 458.398438 416.800781 "/>< path style="fill:none;stroke-width:0.75;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 74.398438 430.558594 L 447.734375 430.558594 "/>< path style="fill:none;stroke-width:0.75;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 74.398438 430.558594 L 74.398438 437.761719 "/>< path style="fill:none;stroke-width:0.75;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 127.734375 430.558594 L 127.734375 437.761719 "/>< path style="fill:none;stroke-width:0.75;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 181.066406 430.558594 L 181.066406 437.761719 "/>< path style="fill:none;stroke-width:0.75;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 234.398438 430.558594 L 234.398438 437.761719 "/>< path style="fill:none;stroke-width:0.75;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 287.734375 430.558594 L 287.734375 437.761719 "/>< path style="fill:none;stroke-width:0.75;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 341.066406 430.558594 L 341.066406 437.761719 "/>< path style="fill:none;stroke-width:0.75;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 394.398438 430.558594 L 394.398438 437.761719 "/>< path style="fill:none;stroke-width:0.75;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 447.734375 430.558594 L 447.734375 437.761719 "/>< g style="fill:rgb(0%,0%,0%);fill-opacity:1;"> < use xlink:href="#glyph0-4" x="70.898438" y="456.256836"/>< g style="fill:rgb(0%,0%,0%);fill-opacity:1;"> < use xlink:href="#glyph0-5" x="124.234375" y="456.256836"/>< g style="fill:rgb(0%,0%,0%);fill-opacity:1;"> < use xlink:href="#glyph0-6" x="174.066406" y="456.256836"/> < use xlink:href="#glyph0-4" x="180.738281" y="456.256836"/>< g style="fill:rgb(0%,0%,0%);fill-opacity:1;"> < use xlink:href="#glyph0-6" x="227.398438" y="456.256836"/> < use xlink:href="#glyph0-5" x="234.070312" y="456.256836"/>< g style="fill:rgb(0%,0%,0%);fill-opacity:1;"> < use xlink:href="#glyph0-7" x="280.734375" y="456.256836"/> < use xlink:href="#glyph0-4" x="287.40625" y="456.256836"/>< g style="fill:rgb(0%,0%,0%);fill-opacity:1;"> < use xlink:href="#glyph0-7" x="334.066406" y="456.256836"/> < use xlink:href="#glyph0-5" x="340.738281" y="456.256836"/>< g style="fill:rgb(0%,0%,0%);fill-opacity:1;"> < use xlink:href="#glyph0-8" x="387.398438" y="456.256836"/> < use xlink:href="#glyph0-4" x="394.070312" y="456.256836"/>< g style="fill:rgb(0%,0%,0%);fill-opacity:1;"> < use xlink:href="#glyph0-8" x="440.734375" y="456.256836"/> < use xlink:href="#glyph0-5" x="447.40625" y="456.256836"/>< path style="fill:none;stroke-width:0.75;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 59.039062 416.074219 L 59.039062 105.488281 "/>< path style="fill:none;stroke-width:0.75;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 59.039062 416.074219 L 51.839844 416.074219 "/>< path style="fill:none;stroke-width:0.75;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 59.039062 364.3125 L 51.839844 364.3125 "/>< path style="fill:none;stroke-width:0.75;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 59.039062 312.546875 L 51.839844 312.546875 "/>< path style="fill:none;stroke-width:0.75;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 59.039062 260.78125 L 51.839844 260.78125 "/>< path style="fill:none;stroke-width:0.75;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 59.039062 209.019531 L 51.839844 209.019531 "/>< path style="fill:none;stroke-width:0.75;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 59.039062 157.253906 L 51.839844 157.253906 "/>< path style="fill:none;stroke-width:0.75;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 59.039062 105.488281 L 51.839844 105.488281 "/>< g style="fill:rgb(0%,0%,0%);fill-opacity:1;"> < use xlink:href="#glyph1-1" x="41.538086" y="419.574219"/>< g style="fill:rgb(0%,0%,0%);fill-opacity:1;"> < use xlink:href="#glyph1-2" x="41.538086" y="381.3125"/> < use xlink:href="#glyph1-1" x="41.538086" y="374.640625"/> < use xlink:href="#glyph1-1" x="41.538086" y="367.96875"/> < use xlink:href="#glyph1-1" x="41.538086" y="361.296875"/> < use xlink:href="#glyph1-1" x="41.538086" y="354.625"/>< g style="fill:rgb(0%,0%,0%);fill-opacity:1;"> < use xlink:href="#glyph1-3" x="41.538086" y="329.546875"/> < use xlink:href="#glyph1-1" x="41.538086" y="322.875"/> < use xlink:href="#glyph1-1" x="41.538086" y="316.203125"/> < use xlink:href="#glyph1-1" x="41.538086" y="309.53125"/> < use xlink:href="#glyph1-1" x="41.538086" y="302.859375"/>< g style="fill:rgb(0%,0%,0%);fill-opacity:1;"> < use xlink:href="#glyph1-4" x="41.538086" y="277.78125"/> < use xlink:href="#glyph1-1" x="41.538086" y="271.109375"/> < use xlink:href="#glyph1-1" x="41.538086" y="264.4375"/> < use xlink:href="#glyph1-1" x="41.538086" y="257.765625"/> < use xlink:href="#glyph1-1" x="41.538086" y="251.09375"/>< g style="fill:rgb(0%,0%,0%);fill-opacity:1;"> < use xlink:href="#glyph1-5" x="41.538086" y="226.019531"/> < use xlink:href="#glyph1-1" x="41.538086" y="219.347656"/> < use xlink:href="#glyph1-1" x="41.538086" y="212.675781"/> < use xlink:href="#glyph1-1" x="41.538086" y="206.003906"/> < use xlink:href="#glyph1-1" x="41.538086" y="199.332031"/>< g style="fill:rgb(0%,0%,0%);fill-opacity:1;"> < use xlink:href="#glyph1-6" x="41.538086" y="174.253906"/> < use xlink:href="#glyph1-1" x="41.538086" y="167.582031"/> < use xlink:href="#glyph1-1" x="41.538086" y="160.910156"/> < use xlink:href="#glyph1-1" x="41.538086" y="154.238281"/> < use xlink:href="#glyph1-1" x="41.538086" y="147.566406"/>< g style="fill:rgb(0%,0%,0%);fill-opacity:1;"> < use xlink:href="#glyph1-7" x="41.538086" y="122.488281"/> < use xlink:href="#glyph1-1" x="41.538086" y="115.816406"/> < use xlink:href="#glyph1-1" x="41.538086" y="109.144531"/> < use xlink:href="#glyph1-1" x="41.538086" y="102.472656"/> < use xlink:href="#glyph1-1" x="41.538086" y="95.800781"/>< g style="fill:rgb(0%,0%,0%);fill-opacity:1;"> < use xlink:href="#glyph2-1" x="26.757812" y="302.300781"/> < use xlink:href="#glyph2-2" x="26.757812" y="294.505859"/> < use xlink:href="#glyph2-3" x="26.757812" y="288.50293"/> < use xlink:href="#glyph2-4" x="26.757812" y="279.508789"/> < use xlink:href="#glyph2-5" x="26.757812" y="273.505859"/> < use xlink:href="#glyph2-6" x="26.757812" y="267.50293"/> < use xlink:href="#glyph2-7" x="26.757812" y="263.907227"/> < use xlink:href="#glyph2-8" x="26.757813" y="260.905273"/> < use xlink:href="#glyph2-9" x="26.757813" y="254.902344"/> < use xlink:href="#glyph2-7" x="26.757813" y="251.900391"/> < use xlink:href="#glyph2-10" x="26.757813" y="248.898438"/> < use xlink:href="#glyph2-11" x="26.757813" y="242.895508"/> < use xlink:href="#glyph2-12" x="26.757813" y="237.49707"/> < use xlink:href="#glyph2-13" x="26.757813" y="234.495117"/> < use xlink:href="#glyph2-14" x="26.757813" y="232.098633"/> < use xlink:href="#glyph2-5" x="26.757813" y="226.916016"/> < use xlink:href="#glyph2-7" x="26.757813" y="220.913086"/> < use xlink:href="#glyph2-12" x="26.757813" y="217.911133"/> < use xlink:href="#glyph2-6" x="26.757813" y="214.90918"/> < use xlink:href="#glyph2-8" x="26.757813" y="211.367188"/> < use xlink:href="#glyph2-8" x="26.757813" y="205.364258"/> < use xlink:href="#glyph2-15" x="26.757813" y="199.361328"/> < use xlink:href="#glyph2-16" x="26.757813" y="193.358398"/>< g clip-path="url(#clip1)" clip-rule="nonzero">< path style=" stroke:none;fill-rule:nonzero;fill:rgb(100%,100%,100%);fill-opacity:1;" d="M 408.71875 59.039062 L 473.757812 59.039062 L 473.757812 102.238281 L 408.71875 102.238281 Z M 408.71875 59.039062 "/>< g clip-path="url(#clip2)" clip-rule="nonzero">< path style="fill:none;stroke-width:0.75;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 408.71875 59.039062 L 473.757812 59.039062 L 473.757812 102.238281 L 408.71875 102.238281 Z M 408.71875 59.039062 "/>< path style="fill:none;stroke-width:0.75;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(0%,0%,100%);stroke-opacity:1;stroke-miterlimit:10;" d="M 411.960938 73.441406 L 433.558594 73.441406 "/>< path style="fill:none;stroke-width:0.75;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(100%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 411.960938 87.839844 L 433.558594 87.839844 "/>< g style="fill:rgb(0%,0%,0%);fill-opacity:1;"> < use xlink:href="#glyph0-2" x="444.359375" y="78.217773"/> < use xlink:href="#glyph0-9" x="451.03125" y="78.217773"/> < use xlink:href="#glyph0-10" x="461.027344" y="78.217773"/>< g style="fill:rgb(0%,0%,0%);fill-opacity:1;"> < use xlink:href="#glyph0-11" x="444.359375" y="92.616211"/> < use xlink:href="#glyph0-2" x="447.023438" y="92.616211"/> < use xlink:href="#glyph0-12" x="453.695312" y="92.616211"/>< path style="fill-rule:nonzero;fill:rgb(0%,0%,100%);fill-opacity:1;stroke-width:0.75;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(0%,0%,100%);stroke-opacity:1;stroke-miterlimit:10;" d="M 77.101562 416.074219 C 77.101562 419.675781 71.699219 419.675781 71.699219 416.074219 C 71.699219 412.476562 77.101562 412.476562 77.101562 416.074219 "/>< path style="fill-rule:nonzero;fill:rgb(0%,0%,100%);fill-opacity:1;stroke-width:0.75;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(0%,0%,100%);stroke-opacity:1;stroke-miterlimit:10;" d="M 87.765625 142.558594 C 87.765625 146.15625 82.367188 146.15625 82.367188 142.558594 C 82.367188 138.957031 87.765625 138.957031 87.765625 142.558594 "/>< path style="fill-rule:nonzero;fill:rgb(0%,0%,100%);fill-opacity:1;stroke-width:0.75;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(0%,0%,100%);stroke-opacity:1;stroke-miterlimit:10;" d="M 98.433594 152.363281 C 98.433594 155.960938 93.035156 155.960938 93.035156 152.363281 C 93.035156 148.761719 98.433594 148.761719 98.433594 152.363281 "/>< path style="fill-rule:nonzero;fill:rgb(0%,0%,100%);fill-opacity:1;stroke-width:0.75;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(0%,0%,100%);stroke-opacity:1;stroke-miterlimit:10;" d="M 119.765625 126.035156 C 119.765625 129.632812 114.367188 129.632812 114.367188 126.035156 C 114.367188 122.433594 119.765625 122.433594 119.765625 126.035156 "/>< path style="fill-rule:nonzero;fill:rgb(0%,0%,100%);fill-opacity:1;stroke-width:0.75;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(0%,0%,100%);stroke-opacity:1;stroke-miterlimit:10;" d="M 130.433594 137.847656 C 130.433594 141.445312 125.035156 141.445312 125.035156 137.847656 C 125.035156 134.246094 130.433594 134.246094 130.433594 137.847656 "/>< path style="fill-rule:nonzero;fill:rgb(0%,0%,100%);fill-opacity:1;stroke-width:0.75;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(0%,0%,100%);stroke-opacity:1;stroke-miterlimit:10;" d="M 141.101562 73.628906 C 141.101562 77.226562 135.699219 77.226562 135.699219 73.628906 C 135.699219 70.027344 141.101562 70.027344 141.101562 73.628906 "/>< path style="fill-rule:nonzero;fill:rgb(0%,0%,100%);fill-opacity:1;stroke-width:0.75;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(0%,0%,100%);stroke-opacity:1;stroke-miterlimit:10;" d="M 151.765625 78.3125 C 151.765625 81.914062 146.367188 81.914062 146.367188 78.3125 C 146.367188 74.710938 151.765625 74.710938 151.765625 78.3125 "/>< path style="fill-rule:nonzero;fill:rgb(0%,0%,100%);fill-opacity:1;stroke-width:0.75;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(0%,0%,100%);stroke-opacity:1;stroke-miterlimit:10;" d="M 162.433594 82.828125 C 162.433594 86.425781 157.035156 86.425781 157.035156 82.828125 C 157.035156 79.226562 162.433594 79.226562 162.433594 82.828125 "/>< path style="fill-rule:nonzero;fill:rgb(0%,0%,100%);fill-opacity:1;stroke-width:0.75;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(0%,0%,100%);stroke-opacity:1;stroke-miterlimit:10;" d="M 173.101562 90.613281 C 173.101562 94.210938 167.699219 94.210938 167.699219 90.613281 C 167.699219 87.011719 173.101562 87.011719 173.101562 90.613281 "/>< path style="fill-rule:nonzero;fill:rgb(0%,0%,100%);fill-opacity:1;stroke-width:0.75;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(0%,0%,100%);stroke-opacity:1;stroke-miterlimit:10;" d="M 183.765625 93.382812 C 183.765625 96.980469 178.367188 96.980469 178.367188 93.382812 C 178.367188 89.78125 183.765625 89.78125 183.765625 93.382812 "/>< path style="fill-rule:nonzero;fill:rgb(0%,0%,100%);fill-opacity:1;stroke-width:0.75;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(0%,0%,100%);stroke-opacity:1;stroke-miterlimit:10;" d="M 194.433594 98.214844 C 194.433594 101.816406 189.035156 101.816406 189.035156 98.214844 C 189.035156 94.617188 194.433594 94.617188 194.433594 98.214844 "/>< path style="fill-rule:nonzero;fill:rgb(0%,0%,100%);fill-opacity:1;stroke-width:0.75;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(0%,0%,100%);stroke-opacity:1;stroke-miterlimit:10;" d="M 205.101562 102.035156 C 205.101562 105.636719 199.699219 105.636719 199.699219 102.035156 C 199.699219 98.4375 205.101562 98.4375 205.101562 102.035156 "/>< path style="fill-rule:nonzero;fill:rgb(0%,0%,100%);fill-opacity:1;stroke-width:0.75;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(0%,0%,100%);stroke-opacity:1;stroke-miterlimit:10;" d="M 215.765625 107.824219 C 215.765625 111.421875 210.367188 111.421875 210.367188 107.824219 C 210.367188 104.222656 215.765625 104.222656 215.765625 107.824219 "/>< path style="fill-rule:nonzero;fill:rgb(0%,0%,100%);fill-opacity:1;stroke-width:0.75;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(0%,0%,100%);stroke-opacity:1;stroke-miterlimit:10;" d="M 226.433594 108.878906 C 226.433594 112.480469 221.035156 112.480469 221.035156 108.878906 C 221.035156 105.28125 226.433594 105.28125 226.433594 108.878906 "/>< path style="fill-rule:nonzero;fill:rgb(0%,0%,100%);fill-opacity:1;stroke-width:0.75;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(0%,0%,100%);stroke-opacity:1;stroke-miterlimit:10;" d="M 237.101562 110.246094 C 237.101562 113.847656 231.699219 113.847656 231.699219 110.246094 C 231.699219 106.644531 237.101562 106.644531 237.101562 110.246094 "/>< path style="fill-rule:nonzero;fill:rgb(0%,0%,100%);fill-opacity:1;stroke-width:0.75;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(0%,0%,100%);stroke-opacity:1;stroke-miterlimit:10;" d="M 247.765625 111.808594 C 247.765625 115.410156 242.367188 115.410156 242.367188 111.808594 C 242.367188 108.210938 247.765625 108.210938 247.765625 111.808594 "/>< path style="fill-rule:nonzero;fill:rgb(0%,0%,100%);fill-opacity:1;stroke-width:0.75;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(0%,0%,100%);stroke-opacity:1;stroke-miterlimit:10;" d="M 258.433594 114.828125 C 258.433594 118.425781 253.035156 118.425781 253.035156 114.828125 C 253.035156 111.226562 258.433594 111.226562 258.433594 114.828125 "/>< path style="fill-rule:nonzero;fill:rgb(0%,0%,100%);fill-opacity:1;stroke-width:0.75;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(0%,0%,100%);stroke-opacity:1;stroke-miterlimit:10;" d="M 269.101562 119.679688 C 269.101562 123.277344 263.699219 123.277344 263.699219 119.679688 C 263.699219 116.078125 269.101562 116.078125 269.101562 119.679688 "/>< path style="fill-rule:nonzero;fill:rgb(0%,0%,100%);fill-opacity:1;stroke-width:0.75;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(0%,0%,100%);stroke-opacity:1;stroke-miterlimit:10;" d="M 279.765625 122.875 C 279.765625 126.476562 274.367188 126.476562 274.367188 122.875 C 274.367188 119.277344 279.765625 119.277344 279.765625 122.875 "/>< path style="fill-rule:nonzero;fill:rgb(0%,0%,100%);fill-opacity:1;stroke-width:0.75;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(0%,0%,100%);stroke-opacity:1;stroke-miterlimit:10;" d="M 290.433594 132.449219 C 290.433594 136.046875 285.035156 136.046875 285.035156 132.449219 C 285.035156 128.847656 290.433594 128.847656 290.433594 132.449219 "/>< path style="fill-rule:nonzero;fill:rgb(0%,0%,100%);fill-opacity:1;stroke-width:0.75;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(0%,0%,100%);stroke-opacity:1;stroke-miterlimit:10;" d="M 301.101562 129.777344 C 301.101562 133.378906 295.699219 133.378906 295.699219 129.777344 C 295.699219 126.175781 301.101562 126.175781 301.101562 129.777344 "/>< path style="fill-rule:nonzero;fill:rgb(0%,0%,100%);fill-opacity:1;stroke-width:0.75;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(0%,0%,100%);stroke-opacity:1;stroke-miterlimit:10;" d="M 311.765625 132.425781 C 311.765625 136.027344 306.367188 136.027344 306.367188 132.425781 C 306.367188 128.828125 311.765625 128.828125 311.765625 132.425781 "/>< path style="fill-rule:nonzero;fill:rgb(0%,0%,100%);fill-opacity:1;stroke-width:0.75;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(0%,0%,100%);stroke-opacity:1;stroke-miterlimit:10;" d="M 322.433594 136.351562 C 322.433594 139.953125 317.035156 139.953125 317.035156 136.351562 C 317.035156 132.75 322.433594 132.75 322.433594 136.351562 "/>< path style="fill-rule:nonzero;fill:rgb(0%,0%,100%);fill-opacity:1;stroke-width:0.75;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(0%,0%,100%);stroke-opacity:1;stroke-miterlimit:10;" d="M 333.101562 136.867188 C 333.101562 140.46875 327.699219 140.46875 327.699219 136.867188 C 327.699219 133.269531 333.101562 133.269531 333.101562 136.867188 "/>< path style="fill-rule:nonzero;fill:rgb(0%,0%,100%);fill-opacity:1;stroke-width:0.75;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(0%,0%,100%);stroke-opacity:1;stroke-miterlimit:10;" d="M 343.765625 139.929688 C 343.765625 143.527344 338.367188 143.527344 338.367188 139.929688 C 338.367188 136.328125 343.765625 136.328125 343.765625 139.929688 "/>< path style="fill-rule:nonzero;fill:rgb(0%,0%,100%);fill-opacity:1;stroke-width:0.75;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(0%,0%,100%);stroke-opacity:1;stroke-miterlimit:10;" d="M 354.433594 141.351562 C 354.433594 144.953125 349.035156 144.953125 349.035156 141.351562 C 349.035156 137.75 354.433594 137.75 354.433594 141.351562 "/>< path style="fill-rule:nonzero;fill:rgb(0%,0%,100%);fill-opacity:1;stroke-width:0.75;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(0%,0%,100%);stroke-opacity:1;stroke-miterlimit:10;" d="M 365.101562 142.738281 C 365.101562 146.339844 359.699219 146.339844 359.699219 142.738281 C 359.699219 139.140625 365.101562 139.140625 365.101562 142.738281 "/>< path style="fill-rule:nonzero;fill:rgb(0%,0%,100%);fill-opacity:1;stroke-width:0.75;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(0%,0%,100%);stroke-opacity:1;stroke-miterlimit:10;" d="M 375.765625 143.097656 C 375.765625 146.695312 370.367188 146.695312 370.367188 143.097656 C 370.367188 139.496094 375.765625 139.496094 375.765625 143.097656 "/>< path style="fill-rule:nonzero;fill:rgb(0%,0%,100%);fill-opacity:1;stroke-width:0.75;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(0%,0%,100%);stroke-opacity:1;stroke-miterlimit:10;" d="M 386.433594 143.753906 C 386.433594 147.351562 381.035156 147.351562 381.035156 143.753906 C 381.035156 140.152344 386.433594 140.152344 386.433594 143.753906 "/>< path style="fill-rule:nonzero;fill:rgb(0%,0%,100%);fill-opacity:1;stroke-width:0.75;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(0%,0%,100%);stroke-opacity:1;stroke-miterlimit:10;" d="M 397.101562 144.277344 C 397.101562 147.875 391.699219 147.875 391.699219 144.277344 C 391.699219 140.675781 397.101562 140.675781 397.101562 144.277344 "/>< path style="fill-rule:nonzero;fill:rgb(0%,0%,100%);fill-opacity:1;stroke-width:0.75;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(0%,0%,100%);stroke-opacity:1;stroke-miterlimit:10;" d="M 407.765625 144.507812 C 407.765625 148.109375 402.367188 148.109375 402.367188 144.507812 C 402.367188 140.910156 407.765625 140.910156 407.765625 144.507812 "/>< path style="fill-rule:nonzero;fill:rgb(0%,0%,100%);fill-opacity:1;stroke-width:0.75;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(0%,0%,100%);stroke-opacity:1;stroke-miterlimit:10;" d="M 418.433594 145.328125 C 418.433594 148.925781 413.035156 148.925781 413.035156 145.328125 C 413.035156 141.726562 418.433594 141.726562 418.433594 145.328125 "/>< path style="fill-rule:nonzero;fill:rgb(0%,0%,100%);fill-opacity:1;stroke-width:0.75;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(0%,0%,100%);stroke-opacity:1;stroke-miterlimit:10;" d="M 429.101562 146.097656 C 429.101562 149.699219 423.699219 149.699219 423.699219 146.097656 C 423.699219 142.5 429.101562 142.5 429.101562 146.097656 "/>< path style="fill-rule:nonzero;fill:rgb(0%,0%,100%);fill-opacity:1;stroke-width:0.75;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(0%,0%,100%);stroke-opacity:1;stroke-miterlimit:10;" d="M 439.765625 146.097656 C 439.765625 149.699219 434.367188 149.699219 434.367188 146.097656 C 434.367188 142.5 439.765625 142.5 439.765625 146.097656 "/>< path style="fill-rule:nonzero;fill:rgb(0%,0%,100%);fill-opacity:1;stroke-width:0.75;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(0%,0%,100%);stroke-opacity:1;stroke-miterlimit:10;" d="M 450.433594 146.097656 C 450.433594 149.699219 445.035156 149.699219 445.035156 146.097656 C 445.035156 142.5 450.433594 142.5 450.433594 146.097656 "/>< path style="fill-rule:nonzero;fill:rgb(0%,0%,100%);fill-opacity:1;stroke-width:0.75;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(0%,0%,100%);stroke-opacity:1;stroke-miterlimit:10;" d="M 461.101562 146.175781 C 461.101562 149.777344 455.699219 149.777344 455.699219 146.175781 C 455.699219 142.574219 461.101562 142.574219 461.101562 146.175781 "/>< path style="fill-rule:nonzero;fill:rgb(100%,0%,0%);fill-opacity:1;stroke-width:0.75;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(100%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 77.101562 304.78125 C 77.101562 308.382812 71.699219 308.382812 71.699219 304.78125 C 71.699219 301.183594 77.101562 301.183594 77.101562 304.78125 "/>< path style="fill-rule:nonzero;fill:rgb(100%,0%,0%);fill-opacity:1;stroke-width:0.75;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(100%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 461.101562 416.074219 C 461.101562 419.675781 455.699219 419.675781 455.699219 416.074219 C 455.699219 412.476562 461.101562 412.476562 461.101562 416.074219 "/>
Finally, for comparison, we include a little table with the main results used to compare the different parameter values (Engel’s estimations and the simecol estimations):
Engel (1954) | fitOdeModel | |
---|---|---|
Japanese Effectiveness | 0.0577000 | 0.05540003 |
American Effectiveness | 0.0106000 | 0.01080927 |
ssqOdeModel | 0.3167629 | 0.05121009 |
Interpretation of the simulation results and some what-if questions
Before I go on with the most fun part of modeling (playing with your models and interpreting them), I must clarify that simecol is a package originally intended for ecological modeling. It has also been used for engineering and economics modeling. However, because it is so versatile, I have used it for a military-related application such as simulating a battle using a Lanchester model, which is not an application for the package that its creators originally intended nor support. I do not mean by this that my view on this matter is different from the authors of simecol. In fact, I can see their wisdom in not supporting applications of simecol that they’re afraid of.
What motivated me to present this model of the Battle of Iwo Jima are mainly educational reasons. First of all, the topic of historic and real battles is usually interesting for the young audiences to whom I’ve given classes on modeling and simulation. For me as a teacher, this serves as a sugar-coating to make the mathematical modeling and computational implementation topic-pills go down easier. Another important reason for me as a teacher is that these type of models lend themselves to interesting interpretations and discussions in class about politics and history. It gives us, as we shall see, a scientific framework for discussing about history and other social topics. To quote one of the authors on the bibliography I consulted:
Lanchester models provide an excellent example of the strengths (and weaknesses) of simple mathematical modeling. Further, as we have seen, the basic model leads to many other ‘What if…?’ questions which can be easily investigated. Many more such questions can be asked, and of course once one begins numerical simulations the possibilities are endless. To model warfare can seem more politically challenging (not to say incorrect) than to use ecology or epidemiology, but a little understanding of how military planners arrive at their tactical conclusions can also strip away mystique and (for this author, at least) expose some of the subject’s limitations! (MacKay, 2005, p. 7)
Some possible ‘what-if’ questions or questions for interesting discussion:
- Given the same effectiveness of the American and Japanese troops as those found in your model, with how many troops would the Japanese have won the Battle of Iwo Jima if the Americans had disembarked the same amount of troops on the island? Would it have been possible for the Japanese to amass this number of troops given the space and logistic limitations of Iwo Jima?
- If the Japanese soldiers were 5 times more effective or lethal than the Americans, why did more Japanese die in Iwo Jima?
- How many soldiers would the Japanese have needed to make the battle linger for, say, one year? How many American casualties would this have brought about? Would this have changed the outcome of the war?
- Lanchester models are based on conventional warfare. Nowadays, this conventional warfare scenario is not as generalized as before. For example, it is said that in Venezuela there is a non-conventional war being waged, although there are no battles in the classical sense involving regular military forces. There are civilian casualties, such as those caused by one of the highest crime rates in the world. And now, there is an added element of extreme scarcity of foods and medical supplies which cause civilian casualties as well. How would you as a modern-day Lanchester propose a differential equation model for this war scenario? What state variables and parameters would you define?
As you can see, the subject lends itself to some very interesting discussions in class. I might add that mathematical modeling of this sort gives us a fresh new perspective on social issues and gives us the foundations for discussing about these issues in a more scientific and less dogmatic way. I think having this sort of discussion integrated into our educational system is much needed today, particularly in my country.
As a closing remark for the readers of this blog, let me say that I will post more about simecol and other related packages, such as FME (with more added functionalities for parameter fitting). And no, the other posts won’t be about military/warfare models! Stay tuned…
Acknowledgements
I wish to thank, first and foremost, you, dear reader, for putting up with such a long post. My thanks go out to the creators of the simecol package. Dr. Thomas Petzoldt’s kind help on the R-sig-dyn-mod mailing list has been invaluable in helping me come to grips with this powerful R modeling tool. I would also like to thank James Cagney for his historyanimated media on the Battle of Iwo Jima. It helped me to understand the military and historical background of the battle. Make sure to check out his historyanimated site! Finally, I would like to thank Professor Christine Lind for providing me with the Moorehouse data without which this post would not have been possible.
Notes
- There are some excellent and thought provoking articles on the educational application of System Dynamics to school children without any Calculus background by the System Dynamics in Education Project, led by Jay Forrester himself. In a 1992 article, Forrester criticizes pre-college education as “poorly serving the needs of society”, because it does not take into account the complex interactions between people and phenomena. The system dynamics view, Forrester argued, would empower schoolchildren to deal with complexity. Implementation of these ideas in the classroom entails the use of software like STELLA II or Vensim (both commercial packages with GUI’s available both for Macintosh and Windows). It would be awesome if there was a such an application for R using the simecol and FME packages as backends for the actual simulation and fitting of SD models, but including a GUI with which schoolchildren could construct such models from Forrester diagrams… Oh! I’m daydreaming again.
- There is an excellent series of animated presentations available at the Historyanimated site (see Cagney, 2008). I contacted the author himself, James Cagney, in 2011 for permission to use his material in class and for some class notes I was preparing and thinking about publishing on the web. He told me to add the following interesting note: “The animation for The Battle of Gettysburg (civilwaranimated) is used to train smoke jumpers in the western US (men who parachute from airplanes to fight forest fires) – they tell me that fighting a fire is just like fighting a battle.”. So there it is, James!
- Iwo Jima, or Iō-tō (“sulphur island” in japanese) was first visited by a Westerner in 1543, a Spaniard by the name of Bernardo de la Torre, who called the island “Isla de Sufre” or Sulphur Island (Sufre was the archaic Spanish spelling for azufre or sulphur). It is an appropriate name, as the southernmost tip of the island hosts a volcanic vent (hence the sulphur) that produces the island’s most prominent geographic feature: Mount Suribachi. The fine volcanic ash sands of its beaches would prove a major nuisance for the americans as they tried to disembark amphibious vehicles during their invasion of the island. On account of this sulphur, no other scenario of any World War II battle could better resemble hell and in fact, ancient Japanese legend has it that the island was inhabited by demons.
- A man descended from 5 generations of samurai, Koribayashi was also a veteran of the Manchurian and Chinese campaigns. He had previously served as military attaché in Washington during the 1920’s, where he acquired extensive knowledge of Americans. About the latter, he wrote: “The U.S.A. is the last country in the world against whom the Japanese should wage war” (Anonymous, 2006).
- At this point I would digress in class and talk to my students about how this Pulitzer-winning photograph was an artistic marvel. I would also mention to them that in Venezuela, we also have our own “Joe Rosenthal”. His name was Héctor Rondon and his famous picture of a chaplain helping a wounded Venezuelan soldier in a street corner, amidst friendly and unfriendly crossfire, also won the Pulitzer Prize in 1963 and was featured in LIFE Magazine.The events surrounding this “Pietá”-like picture were those of the Porteñazo, a military coup led by communist rebels backed by Cuba against the democratically elected president Romulo Betancourt in 1962. It is ironic that while today, the Chavista propaganda talks about US imperialism and intervention in our country before the so-called Socialist Revolution, the Cuban regime had tried on several ocassions to export their revolution to Venezuela (El Porteñazo was one such incident in which over 100 Venezuelan soldiers died). That was until Hugo Chavez came along and peacefully handed control of this country to the Cuban Castro regime without a single shot being fired. At any rate I leave you a small print of the photograph for your viewing.
- On the subject of Japanese holdouts, there is the noteworthy case of Hiroo Onoda, who did not surrender in 1945 and spent 30 years in the jungles of the Philipines (if you didn’t know about Onoda, look him up. It’s one hell of a story). An english progressive rock band called Camel made a concept album called Nude inspired upon the true story of Hiroo Onoda (the name Nude derives from his family name Onoda).
Bibliographical References
- ANONYMOUS. (2006). “Iwo Jima el Test Supremo”. Post in online forum. Retrieved March 2011, from http://www.forosegundaguerra.com/viewtopic.php?p=18492
- Battle of Iwo Jima. (2016, August 2). In Wikipedia, The Free Encyclopedia. Retrieved August 5, 2016, from https://en.wikipedia.org/wiki/Battle_of_Iwo_Jima
- CAGNEY , J. (2008). PacificWarAnimated.com – Historical Animation of the Battle of Iwo Jima. Nonprofit History Animated Foundation. Oregon, US. Retrieved March 2011 from http://pacificwaranimated.com/Iwo.html
- ENGEL, J. H. (1954). “A Verification of Lanchester’s Law”. Journal of the Operations Research Society of America, 2(2), pp. pp. 163–171.
- Iwo Jima. (2016, July 31). In Wikipedia, The Free Encyclopedia. Retrieved August 5, 2016, from https://en.wikipedia.org/wiki/Iwo_Jima
- LIND, C. (2009). Verifying Lanchester’s Combat Model – Battle of Iwo Jima.
- MACKAY, N. (2005). “Lanchester Combat Models”. Retrieved March, 2011 from http://arxiv.org/pdf/math/0606300.
- PETZOLDT, T. and RINKE , K. (2007). “simecol: An Object-Oriented Framework for Ecological Modeling in R”. Journal of Statistical Software, 22(9), pp. 1–31. ISSN 1548-7660. http://www.jstatsoft.org/v22/i09.
- R DEVELOPMENT CORE TEAM (2009). R: A Language and Environment for Statistical Computing. R Foundation for Statistical Computing, Vienna, Austria. ISBN 3-900051-07-0. http://www.R-project.org.
If you found this post interesting or useful, please share it on Google+, Facebook or Twitter so that others may find it too.
To leave a comment for the author, please follow the link and comment on their blog: U.N.A. Matemáticas El Tigre.
R-bloggers.com offers daily e-mail updates about R news and tutorials about learning R and many other topics. Click here if you're looking to post or find an R/data-science job.
Want to share your content on R-bloggers? click here if you have a blog, or here if you don't.